diff --git a/backend/app/Providers/ScrambleServiceProvider.php b/backend/app/Providers/ScrambleServiceProvider.php index 11b74e40e2..e9cdeb2c60 100644 --- a/backend/app/Providers/ScrambleServiceProvider.php +++ b/backend/app/Providers/ScrambleServiceProvider.php @@ -9,7 +9,9 @@ use Dedoc\Scramble\Support\Generator\Operation; use Dedoc\Scramble\Support\Generator\SecurityScheme; use Dedoc\Scramble\Support\RouteInfo; +use Illuminate\Contracts\Auth\Authenticatable; use Illuminate\Routing\Route; +use Illuminate\Support\Facades\Gate; use Illuminate\Support\ServiceProvider; use Illuminate\Support\Str; @@ -27,6 +29,11 @@ public function register(): void public function boot(): void { + Gate::define( + 'viewApiDocs', + static fn (?Authenticatable $user): bool => (bool) config('app.api_docs_enabled'), + ); + Scramble::configure() ->routes(static function (Route $route): bool { if (Str::is(['mail-test', '*sitemap*', 'admin', 'admin/*'], $route->uri())) { diff --git a/backend/config/app.php b/backend/config/app.php index 3cb0ad6e96..238a95115d 100644 --- a/backend/config/app.php +++ b/backend/config/app.php @@ -261,4 +261,6 @@ ])->toArray(), 'is_hi_events' => env('APP_IS_HI_EVENTS', false), + + 'api_docs_enabled' => (bool) env('API_DOCS_ENABLED', false), ]; diff --git a/backend/lang/de.json b/backend/lang/de.json index 6ec74e627e..163442744c 100644 --- a/backend/lang/de.json +++ b/backend/lang/de.json @@ -491,178 +491,178 @@ "Reply to :name": "Antworten an :name", "This message was sent via your organizer contact form.": "Diese Nachricht wurde über Ihr Veranstalter-Kontaktformular gesendet.", "Your email confirmation code is:": "Ihr E-Mail-Bestätigungscode lautet:", - "Ticket Name A-Z": "", - "Ticket Name Z-A": "", - "Liquid": "", - "Blade": "", - "Order Confirmation": "", - "Attendee Ticket": "", - "Sent to the customer after placing an order": "", - "Sent to each attendee with their ticket": "", - "Abandoned": "", - "Check Ins": "", - "Unknown": "", - "Opted In To Marketing": "", - "Unauthorized": "", - "Configuration assigned successfully.": "", - "Impersonation started": "", - "Not currently impersonating": "", - "Impersonation ended": "", - "No user role found in token": "", - "You cannot modify email templates until your account is verified.": "", - "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "", - "Invalid template type": "", - "Superadmin user is viewing non-live event with ID :eventId": "", - "Invalid report type.": "", - "Date range must be less than 370 days.": "", - "Attendee updated successfully": "", - "Order updated successfully": "", - "Ticket resent successfully": "", - "Order confirmation resent successfully": "", - "If you have tickets associated with this email, we will send you an email with the details.": "", - "The footer text may not be greater than 500 characters.": "", - "The layout type must be default or modern.": "", - "The mode must be light or dark.": "", - "The background type must be COLOR or MIRROR_COVER_IMAGE.": "", - "First name must be a string": "", - "First name must not exceed 255 characters": "", - "Last name must be a string": "", - "Last name must not exceed 255 characters": "", - "Email must not exceed 255 characters": "", - "Validation failed after multiple attempts: :error": "", - "Your Ticket Details Have Been Changed": "", - "Your Order Details Have Been Changed": "", - "Response from :organizerName": "", - "Your Tickets": "", - "Invalid VAT number format": "", - "The system default configuration cannot be deleted.": "", - "User does not belong to this account": "", - "Impersonation not allowed": "", - "Email template not found": "", - "Unable to verify Stripe signature with any platform": "", - "Order :id not found for event :eventId": "", - "Order is not in a valid status to be abandoned": "", - "Order has already expired": "", - "Attendee not found": "", - "Event not found": "", - "Page must be a positive integer": "", - "Page not found": "", - "Invalid or expired link. Please request a new one.": "", - "This link has expired. Please request a new one.": "", - "SUPERADMIN users cannot be created through the application": "", - "Cannot associate a user with SUPERADMIN role to an account": "", - "View Order & Tickets": "", - "Summer Music Festival 2024": "", - "3 Arena, North Wall Quay, Dublin 1, Ireland": "", - "Join us for an unforgettable evening of live music featuring top artists from around the world.": "", - "Please transfer the total amount to the following bank account within 5 business days.": "", - "Thank you for your purchase! We look forward to seeing you at the event.": "", - "Platform Fee": "", - "Processing charge event": "", - "Charge not in succeeded status, skipping": "", - "Stripe payment not found for charge": "", - "Order not found for charge": "", - "Extracting platform fee for order": "", - "Retrieving balance transaction from Stripe": "", - "No balance transaction found for charge": "", - "Platform fee already stored for this transaction": "", - "Platform fee stored successfully": "", - "Failed to store platform fee": "", - "Ticket Reference": "", - "Order Reference": "", - "The name of the event": "", - "The event start date": "", - "The event start time": "", - "The event end date": "", - "The event end time": "", - "The full event address": "", - "The event venue name": "", - "The venue address line 1": "", - "The venue address line 2": "", - "The venue city": "", - "The venue state or region": "", - "The venue ZIP or postal code": "", - "The venue country code": "", - "The event description": "", - "The organizer\\'s name": "", - "The organizer\\'s email": "", - "The support email address": "", - "Instructions for offline payment": "", - "Message shown after checkout": "", - "Link to view the order summary": "", - "The order reference number": "", - "The total order amount": "", - "The order date": "", - "The first name of the person who placed the order": "", - "The last name of the person who placed the order": "", - "The email of the person who placed the order": "", - "The attendee\\'s full name": "", - "The attendee\\'s email": "", - "The ticket type name": "", - "The ticket price": "", - "Link to view/download the ticket": "", - "Stripe secret key not configured for platform: :platform": "", - "VIES service returned HTTP :status": "", - "VAT number is not valid according to VIES": "", - "Connection error: :error": "", - "Validation error: :error": "", - "VIES service is temporarily busy. Validation will be retried.": "", - "Member State service is temporarily unavailable. Validation will be retried.": "", - "VIES service timed out. Validation will be retried.": "", - "VIES server is busy. Validation will be retried.": "", - "VIES service is unavailable. Validation will be retried.": "", - "VIES service has reached maximum requests. Validation will be retried.": "", - "Invalid VAT number format.": "", - "Invalid requester information.": "", - "VIES validation error: :code": "", - "Please confirm your email address": "", - "Email addresses do not match": "", - "Please confirm the email address": "", - "Ticket Details Changed": "", - "The details on your ticket for **:eventName** have been updated.": "", - "What Changed": "", - "Security Information": "", - "This change was made from IP address: :ipAddress": "", - "If you did not make this change, please contact the event organizer immediately.": "", - "Event Organizer: :organizerName": "", - "Contact: :email": "", - "Order Details Changed": "", - "The details on your order for **:eventName** have been updated.": "", - "We found :count order(s) associated with :email.": "", - "Click the button below to view your tickets and order details.": "", - "View My Tickets": "", - "This link will expire in 24 hours.": "", - "If you did not request this, please ignore this email.": "", - "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "", - "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "", - "Your account tier does not allow links in messages. Please contact support to enable this feature.": "", - "Deleted :count failed jobs": "", - "Failed job not found": "", - "Queued :count jobs for retry": "", - "Job queued for retry": "", - "Message approved and queued for sending": "", - "Promo code not found": "", - "Question not found": "", - "[Action Required] Message Pending Review - :subject": "", - "Message not found": "", - "Message must be in pending review status to be approved": "", - "The :attribute must be a valid URL.": "", - "The :attribute must use http or https protocol.": "", - "The :attribute cannot point to localhost or internal addresses.": "", - "The :attribute cannot use reserved domain names.": "", - "The :attribute cannot point to cloud metadata endpoints.": "", - "The :attribute cannot point to private or internal IP addresses.": "", - "A message has been flagged for review due to eligibility check failures.": "", - "Message Details": "", - "Subject": "", - "Account": "", - "Event": "", - "Message ID": "", - "Eligibility Failures": "", - "Stripe payment account not connected": "", - "No completed paid orders on this account": "", - "Event was created less than 24 hours ago": "", - "Review Message": "", + "Ticket Name A-Z": "Ticketname A-Z", + "Ticket Name Z-A": "Ticketname Z-A", + "Liquid": "Liquid", + "Blade": "Blade", + "Order Confirmation": "Bestellbestätigung", + "Attendee Ticket": "Teilnehmerticket", + "Sent to the customer after placing an order": "Wird nach einer Bestellung an den Kunden gesendet", + "Sent to each attendee with their ticket": "Wird mit dem Ticket an jeden Teilnehmer gesendet", + "Abandoned": "Abgebrochen", + "Check Ins": "Check-ins", + "Unknown": "Unbekannt", + "Opted In To Marketing": "Marketing zugestimmt", + "Unauthorized": "Nicht autorisiert", + "Configuration assigned successfully.": "Konfiguration erfolgreich zugewiesen.", + "Impersonation started": "Identitätsübernahme gestartet", + "Not currently impersonating": "Derzeit keine Identitätsübernahme aktiv", + "Impersonation ended": "Identitätsübernahme beendet", + "No user role found in token": "Keine Benutzerrolle im Token gefunden", + "You cannot modify email templates until your account is verified.": "Sie können E-Mail-Vorlagen erst bearbeiten, wenn Ihr Konto verifiziert ist.", + "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "Aufgrund von Spam-Problemen müssen Sie ein Stripe-Konto verbinden, bevor Sie E-Mail-Vorlagen bearbeiten können.", + "Invalid template type": "Ungültiger Vorlagentyp", + "Superadmin user is viewing non-live event with ID :eventId": "Superadmin-Benutzer sieht eine nicht veröffentlichte Veranstaltung mit der ID :eventId", + "Invalid report type.": "Ungültiger Berichtstyp.", + "Date range must be less than 370 days.": "Der Zeitraum muss kürzer als 370 Tage sein.", + "Attendee updated successfully": "Teilnehmer erfolgreich aktualisiert", + "Order updated successfully": "Bestellung erfolgreich aktualisiert", + "Ticket resent successfully": "Ticket erfolgreich erneut gesendet", + "Order confirmation resent successfully": "Bestellbestätigung erfolgreich erneut gesendet", + "If you have tickets associated with this email, we will send you an email with the details.": "Wenn mit dieser E-Mail-Adresse Tickets verknüpft sind, senden wir Ihnen eine E-Mail mit den Details.", + "The footer text may not be greater than 500 characters.": "Der Fußzeilentext darf nicht länger als 500 Zeichen sein.", + "The layout type must be default or modern.": "Der Layouttyp muss „default“ oder „modern“ sein.", + "The mode must be light or dark.": "Der Modus muss „light“ oder „dark“ sein.", + "The background type must be COLOR or MIRROR_COVER_IMAGE.": "Der Hintergrundtyp muss COLOR oder MIRROR_COVER_IMAGE sein.", + "First name must be a string": "Der Vorname muss eine Zeichenkette sein", + "First name must not exceed 255 characters": "Der Vorname darf höchstens 255 Zeichen lang sein", + "Last name must be a string": "Der Nachname muss eine Zeichenkette sein", + "Last name must not exceed 255 characters": "Der Nachname darf höchstens 255 Zeichen lang sein", + "Email must not exceed 255 characters": "Die E-Mail-Adresse darf höchstens 255 Zeichen lang sein", + "Validation failed after multiple attempts: :error": "Validierung nach mehreren Versuchen fehlgeschlagen: :error", + "Your Ticket Details Have Been Changed": "Ihre Ticketdaten wurden geändert", + "Your Order Details Have Been Changed": "Ihre Bestelldaten wurden geändert", + "Response from :organizerName": "Antwort von :organizerName", + "Your Tickets": "Ihre Tickets", + "Invalid VAT number format": "Ungültiges Format der USt-IdNr.", + "The system default configuration cannot be deleted.": "Die Systemstandardkonfiguration kann nicht gelöscht werden.", + "User does not belong to this account": "Der Benutzer gehört nicht zu diesem Konto", + "Impersonation not allowed": "Identitätsübernahme nicht erlaubt", + "Email template not found": "E-Mail-Vorlage nicht gefunden", + "Unable to verify Stripe signature with any platform": "Die Stripe-Signatur konnte mit keiner Plattform verifiziert werden", + "Order :id not found for event :eventId": "Bestellung :id für Veranstaltung :eventId nicht gefunden", + "Order is not in a valid status to be abandoned": "Die Bestellung hat keinen Status, in dem sie abgebrochen werden kann", + "Order has already expired": "Die Bestellung ist bereits abgelaufen", + "Attendee not found": "Teilnehmer nicht gefunden", + "Event not found": "Veranstaltung nicht gefunden", + "Page must be a positive integer": "Die Seite muss eine positive ganze Zahl sein", + "Page not found": "Seite nicht gefunden", + "Invalid or expired link. Please request a new one.": "Ungültiger oder abgelaufener Link. Bitte fordern Sie einen neuen an.", + "This link has expired. Please request a new one.": "Dieser Link ist abgelaufen. Bitte fordern Sie einen neuen an.", + "SUPERADMIN users cannot be created through the application": "SUPERADMIN-Benutzer können nicht über die Anwendung erstellt werden", + "Cannot associate a user with SUPERADMIN role to an account": "Ein Benutzer mit der Rolle SUPERADMIN kann keinem Konto zugeordnet werden", + "View Order & Tickets": "Bestellung & Tickets ansehen", + "Summer Music Festival 2024": "Sommer-Musikfestival 2024", + "3 Arena, North Wall Quay, Dublin 1, Ireland": "3Arena, North Wall Quay, Dublin 1, Irland", + "Join us for an unforgettable evening of live music featuring top artists from around the world.": "Erleben Sie einen unvergesslichen Abend voller Live-Musik mit Top-Künstlern aus aller Welt.", + "Please transfer the total amount to the following bank account within 5 business days.": "Bitte überweisen Sie den Gesamtbetrag innerhalb von 5 Werktagen auf das folgende Bankkonto.", + "Thank you for your purchase! We look forward to seeing you at the event.": "Vielen Dank für Ihren Kauf! Wir freuen uns, Sie bei der Veranstaltung zu sehen.", + "Platform Fee": "Plattformgebühr", + "Processing charge event": "Charge-Ereignis wird verarbeitet", + "Charge not in succeeded status, skipping": "Charge nicht im Status „succeeded“, wird übersprungen", + "Stripe payment not found for charge": "Keine Stripe-Zahlung für die Charge gefunden", + "Order not found for charge": "Keine Bestellung für die Charge gefunden", + "Extracting platform fee for order": "Plattformgebühr für die Bestellung wird ermittelt", + "Retrieving balance transaction from Stripe": "Saldotransaktion wird von Stripe abgerufen", + "No balance transaction found for charge": "Keine Saldotransaktion für die Charge gefunden", + "Platform fee already stored for this transaction": "Plattformgebühr für diese Transaktion bereits gespeichert", + "Platform fee stored successfully": "Plattformgebühr erfolgreich gespeichert", + "Failed to store platform fee": "Plattformgebühr konnte nicht gespeichert werden", + "Ticket Reference": "Ticketreferenz", + "Order Reference": "Bestellreferenz", + "The name of the event": "Der Name der Veranstaltung", + "The event start date": "Das Startdatum der Veranstaltung", + "The event start time": "Die Startzeit der Veranstaltung", + "The event end date": "Das Enddatum der Veranstaltung", + "The event end time": "Die Endzeit der Veranstaltung", + "The full event address": "Die vollständige Adresse der Veranstaltung", + "The event venue name": "Der Name des Veranstaltungsorts", + "The venue address line 1": "Adresszeile 1 des Veranstaltungsorts", + "The venue address line 2": "Adresszeile 2 des Veranstaltungsorts", + "The venue city": "Die Stadt des Veranstaltungsorts", + "The venue state or region": "Das Bundesland oder die Region des Veranstaltungsorts", + "The venue ZIP or postal code": "Die Postleitzahl des Veranstaltungsorts", + "The venue country code": "Der Ländercode des Veranstaltungsorts", + "The event description": "Die Beschreibung der Veranstaltung", + "The organizer\\'s name": "Der Name des Veranstalters", + "The organizer\\'s email": "Die E-Mail-Adresse des Veranstalters", + "The support email address": "Die Support-E-Mail-Adresse", + "Instructions for offline payment": "Anweisungen zur Offline-Zahlung", + "Message shown after checkout": "Nachricht, die nach dem Checkout angezeigt wird", + "Link to view the order summary": "Link zur Bestellübersicht", + "The order reference number": "Die Bestellreferenznummer", + "The total order amount": "Der Gesamtbetrag der Bestellung", + "The order date": "Das Bestelldatum", + "The first name of the person who placed the order": "Der Vorname der Person, die die Bestellung aufgegeben hat", + "The last name of the person who placed the order": "Der Nachname der Person, die die Bestellung aufgegeben hat", + "The email of the person who placed the order": "Die E-Mail-Adresse der Person, die die Bestellung aufgegeben hat", + "The attendee\\'s full name": "Der vollständige Name des Teilnehmers", + "The attendee\\'s email": "Die E-Mail-Adresse des Teilnehmers", + "The ticket type name": "Der Name des Tickettyps", + "The ticket price": "Der Ticketpreis", + "Link to view/download the ticket": "Link zum Ansehen/Herunterladen des Tickets", + "Stripe secret key not configured for platform: :platform": "Stripe-Secret-Key für Plattform nicht konfiguriert: :platform", + "VIES service returned HTTP :status": "Der VIES-Dienst hat HTTP :status zurückgegeben", + "VAT number is not valid according to VIES": "Die USt-IdNr. ist laut VIES ungültig", + "Connection error: :error": "Verbindungsfehler: :error", + "Validation error: :error": "Validierungsfehler: :error", + "VIES service is temporarily busy. Validation will be retried.": "Der VIES-Dienst ist vorübergehend ausgelastet. Die Validierung wird erneut versucht.", + "Member State service is temporarily unavailable. Validation will be retried.": "Der Dienst des Mitgliedstaats ist vorübergehend nicht verfügbar. Die Validierung wird erneut versucht.", + "VIES service timed out. Validation will be retried.": "Zeitüberschreitung beim VIES-Dienst. Die Validierung wird erneut versucht.", + "VIES server is busy. Validation will be retried.": "Der VIES-Server ist ausgelastet. Die Validierung wird erneut versucht.", + "VIES service is unavailable. Validation will be retried.": "Der VIES-Dienst ist nicht verfügbar. Die Validierung wird erneut versucht.", + "VIES service has reached maximum requests. Validation will be retried.": "Der VIES-Dienst hat die maximale Anzahl an Anfragen erreicht. Die Validierung wird erneut versucht.", + "Invalid VAT number format.": "Ungültiges Format der USt-IdNr.", + "Invalid requester information.": "Ungültige Angaben zum Anfragenden.", + "VIES validation error: :code": "VIES-Validierungsfehler: :code", + "Please confirm your email address": "Bitte bestätigen Sie Ihre E-Mail-Adresse", + "Email addresses do not match": "Die E-Mail-Adressen stimmen nicht überein", + "Please confirm the email address": "Bitte bestätigen Sie die E-Mail-Adresse", + "Ticket Details Changed": "Ticketdaten geändert", + "The details on your ticket for **:eventName** have been updated.": "Die Angaben auf Ihrem Ticket für **:eventName** wurden aktualisiert.", + "What Changed": "Was sich geändert hat", + "Security Information": "Sicherheitshinweis", + "This change was made from IP address: :ipAddress": "Diese Änderung erfolgte von der IP-Adresse: :ipAddress", + "If you did not make this change, please contact the event organizer immediately.": "Wenn Sie diese Änderung nicht vorgenommen haben, wenden Sie sich bitte umgehend an den Veranstalter.", + "Event Organizer: :organizerName": "Veranstalter: :organizerName", + "Contact: :email": "Kontakt: :email", + "Order Details Changed": "Bestelldaten geändert", + "The details on your order for **:eventName** have been updated.": "Die Angaben zu Ihrer Bestellung für **:eventName** wurden aktualisiert.", + "We found :count order(s) associated with :email.": "Wir haben :count Bestellung(en) gefunden, die mit :email verknüpft sind.", + "Click the button below to view your tickets and order details.": "Klicken Sie auf die Schaltfläche unten, um Ihre Tickets und Bestelldetails anzusehen.", + "View My Tickets": "Meine Tickets ansehen", + "This link will expire in 24 hours.": "Dieser Link läuft in 24 Stunden ab.", + "If you did not request this, please ignore this email.": "Wenn Sie das nicht angefordert haben, ignorieren Sie diese E-Mail bitte.", + "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "Sie haben Ihr tägliches Nachrichtenlimit erreicht. Bitte versuchen Sie es später erneut oder wenden Sie sich an den Support, um Ihre Limits zu erhöhen.", + "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "Die Anzahl der Empfänger überschreitet das Limit Ihres Kontos. Bitte wenden Sie sich an den Support, um Ihre Limits zu erhöhen.", + "Your account tier does not allow links in messages. Please contact support to enable this feature.": "Ihre Kontostufe erlaubt keine Links in Nachrichten. Bitte wenden Sie sich an den Support, um diese Funktion zu aktivieren.", + "Deleted :count failed jobs": ":count fehlgeschlagene Jobs gelöscht", + "Failed job not found": "Fehlgeschlagener Job nicht gefunden", + "Queued :count jobs for retry": ":count Jobs zur erneuten Ausführung eingereiht", + "Job queued for retry": "Job zur erneuten Ausführung eingereiht", + "Message approved and queued for sending": "Nachricht genehmigt und zum Versand eingereiht", + "Promo code not found": "Aktionscode nicht gefunden", + "Question not found": "Frage nicht gefunden", + "[Action Required] Message Pending Review - :subject": "[Aktion erforderlich] Nachricht wartet auf Prüfung – :subject", + "Message not found": "Nachricht nicht gefunden", + "Message must be in pending review status to be approved": "Die Nachricht muss den Status „Prüfung ausstehend“ haben, um genehmigt zu werden", + "The :attribute must be a valid URL.": "Das Feld :attribute muss eine gültige URL sein.", + "The :attribute must use http or https protocol.": "Das Feld :attribute muss das Protokoll http oder https verwenden.", + "The :attribute cannot point to localhost or internal addresses.": "Das Feld :attribute darf nicht auf localhost oder interne Adressen verweisen.", + "The :attribute cannot use reserved domain names.": "Das Feld :attribute darf keine reservierten Domainnamen verwenden.", + "The :attribute cannot point to cloud metadata endpoints.": "Das Feld :attribute darf nicht auf Cloud-Metadaten-Endpunkte verweisen.", + "The :attribute cannot point to private or internal IP addresses.": "Das Feld :attribute darf nicht auf private oder interne IP-Adressen verweisen.", + "A message has been flagged for review due to eligibility check failures.": "Eine Nachricht wurde aufgrund fehlgeschlagener Zulässigkeitsprüfungen zur Prüfung markiert.", + "Message Details": "Nachrichtendetails", + "Subject": "Betreff", + "Account": "Konto", + "Event": "Veranstaltung", + "Message ID": "Nachrichten-ID", + "Eligibility Failures": "Fehlgeschlagene Zulässigkeitsprüfungen", + "Stripe payment account not connected": "Stripe-Zahlungskonto nicht verbunden", + "No completed paid orders on this account": "Keine abgeschlossenen bezahlten Bestellungen in diesem Konto", + "Event was created less than 24 hours ago": "Die Veranstaltung wurde vor weniger als 24 Stunden erstellt", + "Review Message": "Nachricht prüfen", "(deactivated)": "(deaktiviert)", "Account deletion has already been requested.": "Die Kontolöschung wurde bereits beantragt.", "The following upcoming events have completed orders: :events. Please cancel and refund these orders before deleting your account.": "Die folgenden bevorstehenden Veranstaltungen haben abgeschlossene Bestellungen: :events. Bitte stornieren und erstatten Sie diese Bestellungen, bevor Sie Ihr Konto löschen.", @@ -700,4 +700,4 @@ "Passes": "Pässe", "There are no passes available for this event": "Für diese Veranstaltung sind keine Pässe verfügbar", "Get Passes": "Pässe sichern" -} \ No newline at end of file +} diff --git a/backend/lang/fr.json b/backend/lang/fr.json index af96866aeb..f12d5e7920 100644 --- a/backend/lang/fr.json +++ b/backend/lang/fr.json @@ -491,178 +491,178 @@ "Reply to :name": "Répondre à :name", "This message was sent via your organizer contact form.": "Ce message a été envoyé via votre formulaire de contact d'organisateur.", "Your email confirmation code is:": "Votre code de confirmation e-mail est :", - "Ticket Name A-Z": "", - "Ticket Name Z-A": "", - "Liquid": "", - "Blade": "", - "Order Confirmation": "", - "Attendee Ticket": "", - "Sent to the customer after placing an order": "", - "Sent to each attendee with their ticket": "", - "Abandoned": "", - "Check Ins": "", - "Unknown": "", - "Opted In To Marketing": "", - "Unauthorized": "", - "Configuration assigned successfully.": "", - "Impersonation started": "", - "Not currently impersonating": "", - "Impersonation ended": "", - "No user role found in token": "", - "You cannot modify email templates until your account is verified.": "", - "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "", - "Invalid template type": "", - "Superadmin user is viewing non-live event with ID :eventId": "", - "Invalid report type.": "", - "Date range must be less than 370 days.": "", - "Attendee updated successfully": "", - "Order updated successfully": "", - "Ticket resent successfully": "", - "Order confirmation resent successfully": "", - "If you have tickets associated with this email, we will send you an email with the details.": "", - "The footer text may not be greater than 500 characters.": "", - "The layout type must be default or modern.": "", - "The mode must be light or dark.": "", - "The background type must be COLOR or MIRROR_COVER_IMAGE.": "", - "First name must be a string": "", - "First name must not exceed 255 characters": "", - "Last name must be a string": "", - "Last name must not exceed 255 characters": "", - "Email must not exceed 255 characters": "", - "Validation failed after multiple attempts: :error": "", - "Your Ticket Details Have Been Changed": "", - "Your Order Details Have Been Changed": "", - "Response from :organizerName": "", - "Your Tickets": "", - "Invalid VAT number format": "", - "The system default configuration cannot be deleted.": "", - "User does not belong to this account": "", - "Impersonation not allowed": "", - "Email template not found": "", - "Unable to verify Stripe signature with any platform": "", - "Order :id not found for event :eventId": "", - "Order is not in a valid status to be abandoned": "", - "Order has already expired": "", - "Attendee not found": "", - "Event not found": "", - "Page must be a positive integer": "", - "Page not found": "", - "Invalid or expired link. Please request a new one.": "", - "This link has expired. Please request a new one.": "", - "SUPERADMIN users cannot be created through the application": "", - "Cannot associate a user with SUPERADMIN role to an account": "", - "View Order & Tickets": "", - "Summer Music Festival 2024": "", - "3 Arena, North Wall Quay, Dublin 1, Ireland": "", - "Join us for an unforgettable evening of live music featuring top artists from around the world.": "", - "Please transfer the total amount to the following bank account within 5 business days.": "", - "Thank you for your purchase! We look forward to seeing you at the event.": "", - "Platform Fee": "", - "Processing charge event": "", - "Charge not in succeeded status, skipping": "", - "Stripe payment not found for charge": "", - "Order not found for charge": "", - "Extracting platform fee for order": "", - "Retrieving balance transaction from Stripe": "", - "No balance transaction found for charge": "", - "Platform fee already stored for this transaction": "", - "Platform fee stored successfully": "", - "Failed to store platform fee": "", - "Ticket Reference": "", - "Order Reference": "", - "The name of the event": "", - "The event start date": "", - "The event start time": "", - "The event end date": "", - "The event end time": "", - "The full event address": "", - "The event venue name": "", - "The venue address line 1": "", - "The venue address line 2": "", - "The venue city": "", - "The venue state or region": "", - "The venue ZIP or postal code": "", - "The venue country code": "", - "The event description": "", - "The organizer\\'s name": "", - "The organizer\\'s email": "", - "The support email address": "", - "Instructions for offline payment": "", - "Message shown after checkout": "", - "Link to view the order summary": "", - "The order reference number": "", - "The total order amount": "", - "The order date": "", - "The first name of the person who placed the order": "", - "The last name of the person who placed the order": "", - "The email of the person who placed the order": "", - "The attendee\\'s full name": "", - "The attendee\\'s email": "", - "The ticket type name": "", - "The ticket price": "", - "Link to view/download the ticket": "", - "Stripe secret key not configured for platform: :platform": "", - "VIES service returned HTTP :status": "", - "VAT number is not valid according to VIES": "", - "Connection error: :error": "", - "Validation error: :error": "", - "VIES service is temporarily busy. Validation will be retried.": "", - "Member State service is temporarily unavailable. Validation will be retried.": "", - "VIES service timed out. Validation will be retried.": "", - "VIES server is busy. Validation will be retried.": "", - "VIES service is unavailable. Validation will be retried.": "", - "VIES service has reached maximum requests. Validation will be retried.": "", - "Invalid VAT number format.": "", - "Invalid requester information.": "", - "VIES validation error: :code": "", - "Please confirm your email address": "", - "Email addresses do not match": "", - "Please confirm the email address": "", - "Ticket Details Changed": "", - "The details on your ticket for **:eventName** have been updated.": "", - "What Changed": "", - "Security Information": "", - "This change was made from IP address: :ipAddress": "", - "If you did not make this change, please contact the event organizer immediately.": "", - "Event Organizer: :organizerName": "", - "Contact: :email": "", - "Order Details Changed": "", - "The details on your order for **:eventName** have been updated.": "", - "We found :count order(s) associated with :email.": "", - "Click the button below to view your tickets and order details.": "", - "View My Tickets": "", - "This link will expire in 24 hours.": "", - "If you did not request this, please ignore this email.": "", - "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "", - "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "", - "Your account tier does not allow links in messages. Please contact support to enable this feature.": "", - "Deleted :count failed jobs": "", - "Failed job not found": "", - "Queued :count jobs for retry": "", - "Job queued for retry": "", - "Message approved and queued for sending": "", - "Promo code not found": "", - "Question not found": "", - "[Action Required] Message Pending Review - :subject": "", - "Message not found": "", - "Message must be in pending review status to be approved": "", - "The :attribute must be a valid URL.": "", - "The :attribute must use http or https protocol.": "", - "The :attribute cannot point to localhost or internal addresses.": "", - "The :attribute cannot use reserved domain names.": "", - "The :attribute cannot point to cloud metadata endpoints.": "", - "The :attribute cannot point to private or internal IP addresses.": "", - "A message has been flagged for review due to eligibility check failures.": "", - "Message Details": "", - "Subject": "", - "Account": "", - "Event": "", - "Message ID": "", - "Eligibility Failures": "", - "Stripe payment account not connected": "", - "No completed paid orders on this account": "", - "Event was created less than 24 hours ago": "", - "Review Message": "", + "Ticket Name A-Z": "Nom du billet A-Z", + "Ticket Name Z-A": "Nom du billet Z-A", + "Liquid": "Liquid", + "Blade": "Blade", + "Order Confirmation": "Confirmation de commande", + "Attendee Ticket": "Billet du participant", + "Sent to the customer after placing an order": "Envoyé au client après le passage d'une commande", + "Sent to each attendee with their ticket": "Envoyé à chaque participant avec son billet", + "Abandoned": "Abandonnée", + "Check Ins": "Enregistrements", + "Unknown": "Inconnu", + "Opted In To Marketing": "A accepté les communications marketing", + "Unauthorized": "Non autorisé", + "Configuration assigned successfully.": "Configuration attribuée avec succès.", + "Impersonation started": "Usurpation d'identité démarrée", + "Not currently impersonating": "Aucune usurpation d'identité en cours", + "Impersonation ended": "Usurpation d'identité terminée", + "No user role found in token": "Aucun rôle utilisateur trouvé dans le jeton", + "You cannot modify email templates until your account is verified.": "Vous ne pouvez pas modifier les modèles d'e-mail tant que votre compte n'est pas vérifié.", + "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "En raison de problèmes de spam, vous devez connecter un compte Stripe avant de pouvoir modifier les modèles d'e-mail.", + "Invalid template type": "Type de modèle non valide", + "Superadmin user is viewing non-live event with ID :eventId": "Un utilisateur superadmin consulte un événement non publié dont l'ID est :eventId", + "Invalid report type.": "Type de rapport non valide.", + "Date range must be less than 370 days.": "La plage de dates doit être inférieure à 370 jours.", + "Attendee updated successfully": "Participant mis à jour avec succès", + "Order updated successfully": "Commande mise à jour avec succès", + "Ticket resent successfully": "Billet renvoyé avec succès", + "Order confirmation resent successfully": "Confirmation de commande renvoyée avec succès", + "If you have tickets associated with this email, we will send you an email with the details.": "Si des billets sont associés à cette adresse e-mail, nous vous enverrons un e-mail avec les détails.", + "The footer text may not be greater than 500 characters.": "Le texte du pied de page ne peut pas dépasser 500 caractères.", + "The layout type must be default or modern.": "Le type de mise en page doit être « default » ou « modern ».", + "The mode must be light or dark.": "Le mode doit être « light » ou « dark ».", + "The background type must be COLOR or MIRROR_COVER_IMAGE.": "Le type d'arrière-plan doit être COLOR ou MIRROR_COVER_IMAGE.", + "First name must be a string": "Le prénom doit être une chaîne de caractères", + "First name must not exceed 255 characters": "Le prénom ne doit pas dépasser 255 caractères", + "Last name must be a string": "Le nom doit être une chaîne de caractères", + "Last name must not exceed 255 characters": "Le nom ne doit pas dépasser 255 caractères", + "Email must not exceed 255 characters": "L'adresse e-mail ne doit pas dépasser 255 caractères", + "Validation failed after multiple attempts: :error": "Échec de la validation après plusieurs tentatives : :error", + "Your Ticket Details Have Been Changed": "Les informations de votre billet ont été modifiées", + "Your Order Details Have Been Changed": "Les informations de votre commande ont été modifiées", + "Response from :organizerName": "Réponse de :organizerName", + "Your Tickets": "Vos billets", + "Invalid VAT number format": "Format de numéro de TVA non valide", + "The system default configuration cannot be deleted.": "La configuration par défaut du système ne peut pas être supprimée.", + "User does not belong to this account": "L'utilisateur n'appartient pas à ce compte", + "Impersonation not allowed": "Usurpation d'identité non autorisée", + "Email template not found": "Modèle d'e-mail introuvable", + "Unable to verify Stripe signature with any platform": "Impossible de vérifier la signature Stripe avec une plateforme", + "Order :id not found for event :eventId": "Commande :id introuvable pour l'événement :eventId", + "Order is not in a valid status to be abandoned": "La commande n'a pas un statut permettant de l'abandonner", + "Order has already expired": "La commande a déjà expiré", + "Attendee not found": "Participant introuvable", + "Event not found": "Événement introuvable", + "Page must be a positive integer": "La page doit être un entier positif", + "Page not found": "Page introuvable", + "Invalid or expired link. Please request a new one.": "Lien non valide ou expiré. Veuillez en demander un nouveau.", + "This link has expired. Please request a new one.": "Ce lien a expiré. Veuillez en demander un nouveau.", + "SUPERADMIN users cannot be created through the application": "Les utilisateurs SUPERADMIN ne peuvent pas être créés depuis l'application", + "Cannot associate a user with SUPERADMIN role to an account": "Impossible d'associer à un compte un utilisateur ayant le rôle SUPERADMIN", + "View Order & Tickets": "Voir la commande et les billets", + "Summer Music Festival 2024": "Festival de musique d'été 2024", + "3 Arena, North Wall Quay, Dublin 1, Ireland": "3Arena, North Wall Quay, Dublin 1, Irlande", + "Join us for an unforgettable evening of live music featuring top artists from around the world.": "Rejoignez-nous pour une soirée inoubliable de musique live avec les meilleurs artistes du monde entier.", + "Please transfer the total amount to the following bank account within 5 business days.": "Veuillez virer le montant total sur le compte bancaire suivant sous 5 jours ouvrés.", + "Thank you for your purchase! We look forward to seeing you at the event.": "Merci pour votre achat ! Nous avons hâte de vous voir à l'événement.", + "Platform Fee": "Frais de plateforme", + "Processing charge event": "Traitement de l'événement de charge", + "Charge not in succeeded status, skipping": "Charge pas au statut « succeeded », ignorée", + "Stripe payment not found for charge": "Aucun paiement Stripe trouvé pour la charge", + "Order not found for charge": "Aucune commande trouvée pour la charge", + "Extracting platform fee for order": "Extraction des frais de plateforme pour la commande", + "Retrieving balance transaction from Stripe": "Récupération de la transaction de solde depuis Stripe", + "No balance transaction found for charge": "Aucune transaction de solde trouvée pour la charge", + "Platform fee already stored for this transaction": "Frais de plateforme déjà enregistrés pour cette transaction", + "Platform fee stored successfully": "Frais de plateforme enregistrés avec succès", + "Failed to store platform fee": "Échec de l'enregistrement des frais de plateforme", + "Ticket Reference": "Référence du billet", + "Order Reference": "Référence de la commande", + "The name of the event": "Le nom de l'événement", + "The event start date": "La date de début de l'événement", + "The event start time": "L'heure de début de l'événement", + "The event end date": "La date de fin de l'événement", + "The event end time": "L'heure de fin de l'événement", + "The full event address": "L'adresse complète de l'événement", + "The event venue name": "Le nom du lieu de l'événement", + "The venue address line 1": "La ligne d'adresse 1 du lieu", + "The venue address line 2": "La ligne d'adresse 2 du lieu", + "The venue city": "La ville du lieu", + "The venue state or region": "L'état ou la région du lieu", + "The venue ZIP or postal code": "Le code postal du lieu", + "The venue country code": "Le code pays du lieu", + "The event description": "La description de l'événement", + "The organizer\\'s name": "Le nom de l'organisateur", + "The organizer\\'s email": "L'adresse e-mail de l'organisateur", + "The support email address": "L'adresse e-mail du support", + "Instructions for offline payment": "Instructions pour le paiement hors ligne", + "Message shown after checkout": "Message affiché après le paiement", + "Link to view the order summary": "Lien vers le récapitulatif de commande", + "The order reference number": "Le numéro de référence de la commande", + "The total order amount": "Le montant total de la commande", + "The order date": "La date de la commande", + "The first name of the person who placed the order": "Le prénom de la personne qui a passé la commande", + "The last name of the person who placed the order": "Le nom de la personne qui a passé la commande", + "The email of the person who placed the order": "L'adresse e-mail de la personne qui a passé la commande", + "The attendee\\'s full name": "Le nom complet du participant", + "The attendee\\'s email": "L'adresse e-mail du participant", + "The ticket type name": "Le nom du type de billet", + "The ticket price": "Le prix du billet", + "Link to view/download the ticket": "Lien pour consulter/télécharger le billet", + "Stripe secret key not configured for platform: :platform": "Clé secrète Stripe non configurée pour la plateforme : :platform", + "VIES service returned HTTP :status": "Le service VIES a renvoyé HTTP :status", + "VAT number is not valid according to VIES": "Le numéro de TVA n'est pas valide selon VIES", + "Connection error: :error": "Erreur de connexion : :error", + "Validation error: :error": "Erreur de validation : :error", + "VIES service is temporarily busy. Validation will be retried.": "Le service VIES est temporairement occupé. La validation sera réessayée.", + "Member State service is temporarily unavailable. Validation will be retried.": "Le service de l'État membre est temporairement indisponible. La validation sera réessayée.", + "VIES service timed out. Validation will be retried.": "Le service VIES a expiré. La validation sera réessayée.", + "VIES server is busy. Validation will be retried.": "Le serveur VIES est occupé. La validation sera réessayée.", + "VIES service is unavailable. Validation will be retried.": "Le service VIES est indisponible. La validation sera réessayée.", + "VIES service has reached maximum requests. Validation will be retried.": "Le service VIES a atteint son nombre maximal de requêtes. La validation sera réessayée.", + "Invalid VAT number format.": "Format de numéro de TVA non valide.", + "Invalid requester information.": "Informations du demandeur non valides.", + "VIES validation error: :code": "Erreur de validation VIES : :code", + "Please confirm your email address": "Veuillez confirmer votre adresse e-mail", + "Email addresses do not match": "Les adresses e-mail ne correspondent pas", + "Please confirm the email address": "Veuillez confirmer l'adresse e-mail", + "Ticket Details Changed": "Informations du billet modifiées", + "The details on your ticket for **:eventName** have been updated.": "Les informations de votre billet pour **:eventName** ont été mises à jour.", + "What Changed": "Ce qui a changé", + "Security Information": "Informations de sécurité", + "This change was made from IP address: :ipAddress": "Cette modification a été effectuée depuis l'adresse IP : :ipAddress", + "If you did not make this change, please contact the event organizer immediately.": "Si vous n'êtes pas à l'origine de cette modification, contactez immédiatement l'organisateur de l'événement.", + "Event Organizer: :organizerName": "Organisateur de l'événement : :organizerName", + "Contact: :email": "Contact : :email", + "Order Details Changed": "Informations de commande modifiées", + "The details on your order for **:eventName** have been updated.": "Les informations de votre commande pour **:eventName** ont été mises à jour.", + "We found :count order(s) associated with :email.": "Nous avons trouvé :count commande(s) associée(s) à :email.", + "Click the button below to view your tickets and order details.": "Cliquez sur le bouton ci-dessous pour consulter vos billets et les détails de votre commande.", + "View My Tickets": "Voir mes billets", + "This link will expire in 24 hours.": "Ce lien expirera dans 24 heures.", + "If you did not request this, please ignore this email.": "Si vous n'êtes pas à l'origine de cette demande, ignorez cet e-mail.", + "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "Vous avez atteint votre limite quotidienne de messages. Réessayez plus tard ou contactez le support pour augmenter vos limites.", + "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "Le nombre de destinataires dépasse la limite de votre compte. Contactez le support pour augmenter vos limites.", + "Your account tier does not allow links in messages. Please contact support to enable this feature.": "Votre offre ne permet pas d'insérer des liens dans les messages. Contactez le support pour activer cette fonctionnalité.", + "Deleted :count failed jobs": ":count tâches échouées supprimées", + "Failed job not found": "Tâche échouée introuvable", + "Queued :count jobs for retry": ":count tâches mises en file d'attente pour nouvelle tentative", + "Job queued for retry": "Tâche mise en file d'attente pour nouvelle tentative", + "Message approved and queued for sending": "Message approuvé et mis en file d'attente pour l'envoi", + "Promo code not found": "Code promo introuvable", + "Question not found": "Question introuvable", + "[Action Required] Message Pending Review - :subject": "[Action requise] Message en attente de validation – :subject", + "Message not found": "Message introuvable", + "Message must be in pending review status to be approved": "Le message doit être en attente de validation pour pouvoir être approuvé", + "The :attribute must be a valid URL.": "Le champ :attribute doit être une URL valide.", + "The :attribute must use http or https protocol.": "Le champ :attribute doit utiliser le protocole http ou https.", + "The :attribute cannot point to localhost or internal addresses.": "Le champ :attribute ne peut pas pointer vers localhost ou des adresses internes.", + "The :attribute cannot use reserved domain names.": "Le champ :attribute ne peut pas utiliser de noms de domaine réservés.", + "The :attribute cannot point to cloud metadata endpoints.": "Le champ :attribute ne peut pas pointer vers des points de terminaison de métadonnées cloud.", + "The :attribute cannot point to private or internal IP addresses.": "Le champ :attribute ne peut pas pointer vers des adresses IP privées ou internes.", + "A message has been flagged for review due to eligibility check failures.": "Un message a été signalé pour validation en raison d'échecs aux contrôles d'éligibilité.", + "Message Details": "Détails du message", + "Subject": "Objet", + "Account": "Compte", + "Event": "Événement", + "Message ID": "ID du message", + "Eligibility Failures": "Échecs d'éligibilité", + "Stripe payment account not connected": "Compte de paiement Stripe non connecté", + "No completed paid orders on this account": "Aucune commande payée finalisée sur ce compte", + "Event was created less than 24 hours ago": "L'événement a été créé il y a moins de 24 heures", + "Review Message": "Examiner le message", "(deactivated)": "(désactivé)", "Account deletion has already been requested.": "La suppression du compte a déjà été demandée.", "The following upcoming events have completed orders: :events. Please cancel and refund these orders before deleting your account.": "Les événements à venir suivants ont des commandes finalisées : :events. Veuillez annuler et rembourser ces commandes avant de supprimer votre compte.", @@ -700,4 +700,4 @@ "Passes": "Pass", "There are no passes available for this event": "Aucun pass disponible pour cet événement", "Get Passes": "Obtenir un pass" -} \ No newline at end of file +} diff --git a/backend/lang/hu.json b/backend/lang/hu.json index f9057b5f44..030dbf09af 100644 --- a/backend/lang/hu.json +++ b/backend/lang/hu.json @@ -420,249 +420,249 @@ "Total Amount": "Teljes összeg", "For any queries, please contact us at": "Bármilyen kérdés esetén, kérjük, vegye fel velünk a kapcsolatot a következő címen:", "Tax Information": "Adóinformációk", - "Sales Ascending": "", - "Sales Descending": "", - "Revenue Ascending": "", - "Revenue Descending": "", - "Ticket Name A-Z": "", - "Ticket Name Z-A": "", - "Liquid": "", - "Blade": "", - "Order Confirmation": "", - "Attendee Ticket": "", - "Sent to the customer after placing an order": "", - "Sent to each attendee with their ticket": "", - "Social": "", - "Food & Drink": "", - "Charity": "", - "Music": "", - "Art": "", - "Comedy": "", - "Theater": "", - "Business": "", - "Tech": "", - "Education": "", - "Workshop": "", - "Sports": "", - "Festival": "", - "Nightlife": "", - "Other": "", - "Abandoned": "", - "Name": "", - "Code": "", - "Total Sales": "", - "Total Sales Gross": "", - "Updated At": "", - "Question": "", - "Answer": "", - "Order ID": "", - "Order Email": "", - "Attendee Name": "", - "Attendee Email": "", - "Product": "", - "Order URL": "", - "Attendee Answers": "", - "Order Name": "", - "Order Answers": "", - "Product Answers": "", - "Check Ins": "", - "Unknown": "", - "Payment Provider": "", - "Opted In To Marketing": "", - "Invalid invite token": "", - "Unauthorized": "", - "Configuration assigned successfully.": "", - "Impersonation started": "", - "Not currently impersonating": "", - "Impersonation ended": "", - "Affiliate not found": "", - "No user role found in token": "", - "You cannot modify email templates until your account is verified.": "", - "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "", - "Invalid template type": "", - "Superadmin user is viewing non-live event with ID :eventId": "", - "Organizer with ID :organizerId is not live and user is not authenticated": "", - "Message sent successfully": "", - "Invalid report type.": "", - "Date range must be less than 370 days.": "", - "Attendee updated successfully": "", - "Order updated successfully": "", - "Ticket resent successfully": "", - "Order confirmation resent successfully": "", - "If you have tickets associated with this email, we will send you an email with the details.": "", - "Your email has been successfully verified!": "", - "The image must be at least 600 pixels wide and 50 pixels tall, and no more than 4000 pixels wide and 4000 pixels tall.": "", - "The footer text may not be greater than 500 characters.": "", - "The layout type must be default or modern.": "", - "The mode must be light or dark.": "", - "The background type must be COLOR or MIRROR_COVER_IMAGE.": "", - "The image must be at least :minWidth x :minHeight pixels.": "", - "The entity ID is required when type is provided.": "", - "The type is required when entity ID is provided.": "", - "First name must be a string": "", - "First name must not exceed 255 characters": "", - "Last name must be a string": "", - "Last name must not exceed 255 characters": "", - "Email must not exceed 255 characters": "", - "Validation failed after multiple attempts: :error": "", - "Your confirmation code for :app_name is :code": "", - "Your Ticket Details Have Been Changed": "", - "Your Order Details Have Been Changed": "", - "New message from :name": "", - "Response from :organizerName": "", - "Your Tickets": "", - "Invalid VAT number format": "", - "The system default configuration cannot be deleted.": "", - "User does not belong to this account": "", - "Impersonation not allowed": "", - "An affiliate with this code already exists for this event": "", - "There are no tickets available. ' .\n 'If you would like to assign a product to this attendee,' .\n ' please adjust the product\\'s available quantity.": "", - "New password must be different from the old password.": "", - "Email template not found": "", - "You must verify your account before you can update an event\\'s status.\n You can resend the confirmation by visiting your profile page.": "", - "Due to issues with spam, you must contact us to enable your account for sending messages. ' .\n 'Please contact us at :email": "", - "Sorry, is expired or not in a valid state.": "", - "Unable to verify Stripe signature with any platform": "", - "Order :id not found for event :eventId": "", - "There is already a refund pending for this order.\n Please wait for the refund to be processed before requesting another one.": "", - "Order is not in a valid status to be abandoned": "", - "Order has already expired": "", - "Organizer not found": "", - "You must verify your account before you can update an organizer\\'s status.\n You can resend the confirmation by visiting your profile page.": "", - "Attendee not found": "", - "Event not found": "", - "Page must be a positive integer": "", - "Page not found": "", - "Invalid or expired link. Please request a new one.": "", - "This link has expired. Please request a new one.": "", - "Your email address has already been verified.": "", - "The verification code is invalid or has expired.": "", - "SUPERADMIN users cannot be created through the application": "", - "Cannot associate a user with SUPERADMIN role to an account": "", - "View Order & Tickets": "", - "Summer Music Festival 2024": "", - "3 Arena, North Wall Quay, Dublin 1, Ireland": "", - "Join us for an unforgettable evening of live music featuring top artists from around the world.": "", - "Please transfer the total amount to the following bank account within 5 business days.": "", - "Thank you for your purchase! We look forward to seeing you at the event.": "", - "Platform Fee": "", - "Processing charge event": "", - "Charge not in succeeded status, skipping": "", - "Stripe payment not found for charge": "", - "Order not found for charge": "", - "Extracting platform fee for order": "", - "Retrieving balance transaction from Stripe": "", - "No balance transaction found for charge": "", - "Platform fee already stored for this transaction": "", - "Platform fee stored successfully": "", - "Failed to store platform fee": "", - "Ticket Reference": "", - "Order Reference": "", - "The name of the event": "", - "The event start date": "", - "The event start time": "", - "The event end date": "", - "The event end time": "", - "The full event address": "", - "The event venue name": "", - "The venue address line 1": "", - "The venue address line 2": "", - "The venue city": "", - "The venue state or region": "", - "The venue ZIP or postal code": "", - "The venue country code": "", - "The event description": "", - "The organizer\\'s name": "", - "The organizer\\'s email": "", - "The support email address": "", - "Instructions for offline payment": "", - "Message shown after checkout": "", - "Link to view the order summary": "", - "The order reference number": "", - "The total order amount": "", - "The order date": "", - "The first name of the person who placed the order": "", - "The last name of the person who placed the order": "", - "The email of the person who placed the order": "", - "The attendee\\'s full name": "", - "The attendee\\'s email": "", - "The ticket type name": "", - "The ticket price": "", - "Link to view/download the ticket": "", - "Job not found": "", - "Export file not found": "", - "Job completed successfully": "", - "Job is still in progress": "", - "Stripe secret key not configured for platform: :platform": "", - "VIES service returned HTTP :status": "", - "VAT number is not valid according to VIES": "", - "Connection error: :error": "", - "Validation error: :error": "", - "VIES service is temporarily busy. Validation will be retried.": "", - "Member State service is temporarily unavailable. Validation will be retried.": "", - "VIES service timed out. Validation will be retried.": "", - "VIES server is busy. Validation will be retried.": "", - "VIES service is unavailable. Validation will be retried.": "", - "VIES service has reached maximum requests. Validation will be retried.": "", - "Invalid VAT number format.": "", - "Invalid requester information.": "", - "VIES validation error: :code": "", - "Please confirm your email address": "", - "Email addresses do not match": "", - "Please confirm the email address": "", - "Ticket Details Changed": "", - "The details on your ticket for **:eventName** have been updated.": "", - "What Changed": "", - "Security Information": "", - "This change was made from IP address: :ipAddress": "", - "If you did not make this change, please contact the event organizer immediately.": "", - "Event Organizer: :organizerName": "", - "Contact: :email": "", - "Order Details Changed": "", - "The details on your order for **:eventName** have been updated.": "", - "Congratulations! Your order for :eventTitle on :eventDate at :eventTime was successful. Please find your order details below.": "", - "Additional Information": "", - "If you have any questions or need assistance, please contact": "", - "Hello :name": "", - "You have received a new message from": "", - "Reply to :name": "", - "This message was sent via your organizer contact form.": "", - "We found :count order(s) associated with :email.": "", - "Click the button below to view your tickets and order details.": "", - "View My Tickets": "", - "This link will expire in 24 hours.": "", - "If you did not request this, please ignore this email.": "", - "Your email confirmation code is:": "", - "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "", - "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "", - "Your account tier does not allow links in messages. Please contact support to enable this feature.": "", - "Deleted :count failed jobs": "", - "Failed job not found": "", - "Queued :count jobs for retry": "", - "Job queued for retry": "", - "Message approved and queued for sending": "", - "Promo code not found": "", - "Question not found": "", - "[Action Required] Message Pending Review - :subject": "", - "Message not found": "", - "Message must be in pending review status to be approved": "", - "The :attribute must be a valid URL.": "", - "The :attribute must use http or https protocol.": "", - "The :attribute cannot point to localhost or internal addresses.": "", - "The :attribute cannot use reserved domain names.": "", - "The :attribute cannot point to cloud metadata endpoints.": "", - "The :attribute cannot point to private or internal IP addresses.": "", - "A message has been flagged for review due to eligibility check failures.": "", - "Message Details": "", - "Subject": "", - "Account": "", - "Event": "", - "Message ID": "", - "Eligibility Failures": "", - "Stripe payment account not connected": "", - "No completed paid orders on this account": "", - "Event was created less than 24 hours ago": "", - "Review Message": "", + "Sales Ascending": "Értékesítés növekvő", + "Sales Descending": "Értékesítés csökkenő", + "Revenue Ascending": "Bevétel növekvő", + "Revenue Descending": "Bevétel csökkenő", + "Ticket Name A-Z": "Jegy neve A-Z", + "Ticket Name Z-A": "Jegy neve Z-A", + "Liquid": "Liquid", + "Blade": "Blade", + "Order Confirmation": "Rendelés visszaigazolása", + "Attendee Ticket": "Résztvevői jegy", + "Sent to the customer after placing an order": "A megrendelés leadása után kapja meg a vásárló", + "Sent to each attendee with their ticket": "Minden résztvevő megkapja a jegyével együtt", + "Social": "Közösségi", + "Food & Drink": "Étel és ital", + "Charity": "Jótékonyság", + "Music": "Zene", + "Art": "Művészet", + "Comedy": "Humor", + "Theater": "Színház", + "Business": "Üzlet", + "Tech": "Technológia", + "Education": "Oktatás", + "Workshop": "Workshop", + "Sports": "Sport", + "Festival": "Fesztivál", + "Nightlife": "Éjszakai élet", + "Other": "Egyéb", + "Abandoned": "Félbehagyott", + "Name": "Név", + "Code": "Kód", + "Total Sales": "Összes értékesítés", + "Total Sales Gross": "Összes bruttó értékesítés", + "Updated At": "Frissítve", + "Question": "Kérdés", + "Answer": "Válasz", + "Order ID": "Rendelésazonosító", + "Order Email": "Rendelés e-mail-címe", + "Attendee Name": "Résztvevő neve", + "Attendee Email": "Résztvevő e-mail-címe", + "Product": "Termék", + "Order URL": "Rendelés URL-je", + "Attendee Answers": "Résztvevői válaszok", + "Order Name": "Megrendelő neve", + "Order Answers": "Rendelési válaszok", + "Product Answers": "Termékhez tartozó válaszok", + "Check Ins": "Beléptetések", + "Unknown": "Ismeretlen", + "Payment Provider": "Fizetési szolgáltató", + "Opted In To Marketing": "Hozzájárult a marketingüzenetekhez", + "Invalid invite token": "Érvénytelen meghívótoken", + "Unauthorized": "Nincs jogosultság", + "Configuration assigned successfully.": "A konfiguráció hozzárendelése megtörtént.", + "Impersonation started": "Megszemélyesítés elindítva", + "Not currently impersonating": "Jelenleg nincs folyamatban megszemélyesítés", + "Impersonation ended": "Megszemélyesítés befejezve", + "Affiliate not found": "A partner nem található", + "No user role found in token": "Nem található felhasználói szerepkör a tokenben", + "You cannot modify email templates until your account is verified.": "Amíg a fiókja nincs megerősítve, nem módosíthatja az e-mail-sablonokat.", + "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "Levélszemét-problémák miatt Stripe-fiókot kell csatlakoztatnia, mielőtt módosíthatná az e-mail-sablonokat.", + "Invalid template type": "Érvénytelen sablontípus", + "Superadmin user is viewing non-live event with ID :eventId": "Egy superadmin felhasználó egy nem publikált eseményt néz meg, azonosító: :eventId", + "Organizer with ID :organizerId is not live and user is not authenticated": "A(z) :organizerId azonosítójú szervező nem élő, a felhasználó pedig nincs bejelentkezve", + "Message sent successfully": "Az üzenet elküldése megtörtént", + "Invalid report type.": "Érvénytelen jelentéstípus.", + "Date range must be less than 370 days.": "Az időszak nem lehet hosszabb 370 napnál.", + "Attendee updated successfully": "A résztvevő frissítése megtörtént", + "Order updated successfully": "A megrendelés frissítése megtörtént", + "Ticket resent successfully": "A jegy újraküldése megtörtént", + "Order confirmation resent successfully": "A rendelés visszaigazolásának újraküldése megtörtént", + "If you have tickets associated with this email, we will send you an email with the details.": "Ha ehhez az e-mail-címhez tartoznak jegyek, elküldjük a részleteket e-mailben.", + "Your email has been successfully verified!": "Az e-mail-címét sikeresen megerősítettük!", + "The image must be at least 600 pixels wide and 50 pixels tall, and no more than 4000 pixels wide and 4000 pixels tall.": "A képnek legalább 600 képpont szélesnek és 50 képpont magasnak, de legfeljebb 4000 képpont szélesnek és 4000 képpont magasnak kell lennie.", + "The footer text may not be greater than 500 characters.": "A lábléc szövege legfeljebb 500 karakter lehet.", + "The layout type must be default or modern.": "Az elrendezés típusa csak „default” vagy „modern” lehet.", + "The mode must be light or dark.": "A mód csak „light” vagy „dark” lehet.", + "The background type must be COLOR or MIRROR_COVER_IMAGE.": "A háttér típusa csak COLOR vagy MIRROR_COVER_IMAGE lehet.", + "The image must be at least :minWidth x :minHeight pixels.": "A képnek legalább :minWidth x :minHeight képpont méretűnek kell lennie.", + "The entity ID is required when type is provided.": "Az entitásazonosító megadása kötelező, ha a típus meg van adva.", + "The type is required when entity ID is provided.": "A típus megadása kötelező, ha az entitásazonosító meg van adva.", + "First name must be a string": "A keresztnévnek szövegnek kell lennie", + "First name must not exceed 255 characters": "A keresztnév nem lehet hosszabb 255 karakternél", + "Last name must be a string": "A vezetéknévnek szövegnek kell lennie", + "Last name must not exceed 255 characters": "A vezetéknév nem lehet hosszabb 255 karakternél", + "Email must not exceed 255 characters": "Az e-mail-cím nem lehet hosszabb 255 karakternél", + "Validation failed after multiple attempts: :error": "Az ellenőrzés több próbálkozás után is sikertelen: :error", + "Your confirmation code for :app_name is :code": "A(z) :app_name megerősítő kódja: :code", + "Your Ticket Details Have Been Changed": "Megváltoztak a jegyadatai", + "Your Order Details Have Been Changed": "Megváltoztak a rendelési adatai", + "New message from :name": "Új üzenet tőle: :name", + "Response from :organizerName": "Válasz tőle: :organizerName", + "Your Tickets": "Az Ön jegyei", + "Invalid VAT number format": "Érvénytelen adószámformátum", + "The system default configuration cannot be deleted.": "A rendszer alapértelmezett konfigurációja nem törölhető.", + "User does not belong to this account": "A felhasználó nem tartozik ehhez a fiókhoz", + "Impersonation not allowed": "A megszemélyesítés nem engedélyezett", + "An affiliate with this code already exists for this event": "Ehhez az eseményhez már létezik partner ezzel a kóddal", + "There are no tickets available. ' .\n 'If you would like to assign a product to this attendee,' .\n ' please adjust the product\\'s available quantity.": "Nincs elérhető jegy. Ha terméket szeretne rendelni ehhez a résztvevőhöz, módosítsa a termék elérhető mennyiségét.", + "New password must be different from the old password.": "Az új jelszónak különböznie kell a régitől.", + "Email template not found": "Az e-mail-sablon nem található", + "You must verify your account before you can update an event\\'s status.\n You can resend the confirmation by visiting your profile page.": "Az esemény állapotának módosítása előtt meg kell erősítenie a fiókját. A megerősítést a profiloldalán küldheti el újra.", + "Due to issues with spam, you must contact us to enable your account for sending messages. ' .\n 'Please contact us at :email": "Levélszemét-problémák miatt fel kell vennie velünk a kapcsolatot, hogy engedélyezzük fiókjában az üzenetküldést. Írjon nekünk a következő címre: :email", + "Sorry, is expired or not in a valid state.": "Sajnáljuk, lejárt vagy nincs érvényes állapotban.", + "Unable to verify Stripe signature with any platform": "A Stripe-aláírás egyik platformmal sem ellenőrizhető", + "Order :id not found for event :eventId": "A(z) :id megrendelés nem található a(z) :eventId eseményhez", + "There is already a refund pending for this order.\n Please wait for the refund to be processed before requesting another one.": "Ehhez a megrendeléshez már folyamatban van egy visszatérítés. Kérjük, várja meg a feldolgozását, mielőtt újat kérne.", + "Order is not in a valid status to be abandoned": "A megrendelés állapota nem teszi lehetővé a félbehagyást", + "Order has already expired": "A megrendelés már lejárt", + "Organizer not found": "A szervező nem található", + "You must verify your account before you can update an organizer\\'s status.\n You can resend the confirmation by visiting your profile page.": "A szervező állapotának módosítása előtt meg kell erősítenie a fiókját. A megerősítést a profiloldalán küldheti el újra.", + "Attendee not found": "A résztvevő nem található", + "Event not found": "Az esemény nem található", + "Page must be a positive integer": "Az oldalszámnak pozitív egész számnak kell lennie", + "Page not found": "Az oldal nem található", + "Invalid or expired link. Please request a new one.": "Érvénytelen vagy lejárt hivatkozás. Kérjen újat.", + "This link has expired. Please request a new one.": "Ez a hivatkozás lejárt. Kérjen újat.", + "Your email address has already been verified.": "Az e-mail-címét már megerősítette.", + "The verification code is invalid or has expired.": "A megerősítő kód érvénytelen vagy lejárt.", + "SUPERADMIN users cannot be created through the application": "SUPERADMIN felhasználók nem hozhatók létre az alkalmazásból", + "Cannot associate a user with SUPERADMIN role to an account": "SUPERADMIN szerepkörű felhasználó nem rendelhető fiókhoz", + "View Order & Tickets": "Megrendelés és jegyek megtekintése", + "Summer Music Festival 2024": "Nyári Zenei Fesztivál 2024", + "3 Arena, North Wall Quay, Dublin 1, Ireland": "3Arena, North Wall Quay, Dublin 1, Írország", + "Join us for an unforgettable evening of live music featuring top artists from around the world.": "Töltsön velünk egy felejthetetlen estét élő zenével, a világ legjobb előadóival.", + "Please transfer the total amount to the following bank account within 5 business days.": "Kérjük, utalja át a teljes összeget az alábbi bankszámlára 5 munkanapon belül.", + "Thank you for your purchase! We look forward to seeing you at the event.": "Köszönjük a vásárlást! Várjuk Önt az eseményen.", + "Platform Fee": "Platformdíj", + "Processing charge event": "Charge esemény feldolgozása", + "Charge not in succeeded status, skipping": "A charge nem „succeeded” állapotú, kihagyás", + "Stripe payment not found for charge": "Nem található Stripe-fizetés a charge-hoz", + "Order not found for charge": "Nem található megrendelés a charge-hoz", + "Extracting platform fee for order": "Platformdíj kinyerése a megrendeléshez", + "Retrieving balance transaction from Stripe": "Egyenlegtranzakció lekérése a Stripe-ból", + "No balance transaction found for charge": "Nem található egyenlegtranzakció a charge-hoz", + "Platform fee already stored for this transaction": "A platformdíj ehhez a tranzakcióhoz már el van mentve", + "Platform fee stored successfully": "A platformdíj mentése megtörtént", + "Failed to store platform fee": "A platformdíj mentése nem sikerült", + "Ticket Reference": "Jegyazonosító", + "Order Reference": "Rendelésazonosító", + "The name of the event": "Az esemény neve", + "The event start date": "Az esemény kezdő dátuma", + "The event start time": "Az esemény kezdési időpontja", + "The event end date": "Az esemény záró dátuma", + "The event end time": "Az esemény befejezési időpontja", + "The full event address": "Az esemény teljes címe", + "The event venue name": "Az esemény helyszínének neve", + "The venue address line 1": "A helyszín címének 1. sora", + "The venue address line 2": "A helyszín címének 2. sora", + "The venue city": "A helyszín városa", + "The venue state or region": "A helyszín megyéje vagy régiója", + "The venue ZIP or postal code": "A helyszín irányítószáma", + "The venue country code": "A helyszín országkódja", + "The event description": "Az esemény leírása", + "The organizer\\'s name": "A szervező neve", + "The organizer\\'s email": "A szervező e-mail-címe", + "The support email address": "Az ügyfélszolgálati e-mail-cím", + "Instructions for offline payment": "Útmutató az offline fizetéshez", + "Message shown after checkout": "A fizetés után megjelenő üzenet", + "Link to view the order summary": "Hivatkozás a rendelés összegzésére", + "The order reference number": "A megrendelés hivatkozási száma", + "The total order amount": "A megrendelés teljes összege", + "The order date": "A megrendelés dátuma", + "The first name of the person who placed the order": "A megrendelést leadó személy keresztneve", + "The last name of the person who placed the order": "A megrendelést leadó személy vezetékneve", + "The email of the person who placed the order": "A megrendelést leadó személy e-mail-címe", + "The attendee\\'s full name": "A résztvevő teljes neve", + "The attendee\\'s email": "A résztvevő e-mail-címe", + "The ticket type name": "A jegytípus neve", + "The ticket price": "A jegy ára", + "Link to view/download the ticket": "Hivatkozás a jegy megtekintéséhez/letöltéséhez", + "Job not found": "A feladat nem található", + "Export file not found": "Az exportfájl nem található", + "Job completed successfully": "A feladat sikeresen befejeződött", + "Job is still in progress": "A feladat még folyamatban van", + "Stripe secret key not configured for platform: :platform": "A Stripe titkos kulcsa nincs beállítva ehhez a platformhoz: :platform", + "VIES service returned HTTP :status": "A VIES szolgáltatás HTTP :status választ adott", + "VAT number is not valid according to VIES": "Az adószám a VIES szerint nem érvényes", + "Connection error: :error": "Kapcsolódási hiba: :error", + "Validation error: :error": "Ellenőrzési hiba: :error", + "VIES service is temporarily busy. Validation will be retried.": "A VIES szolgáltatás átmenetileg túlterhelt. Az ellenőrzést újra megkíséreljük.", + "Member State service is temporarily unavailable. Validation will be retried.": "A tagállami szolgáltatás átmenetileg nem érhető el. Az ellenőrzést újra megkíséreljük.", + "VIES service timed out. Validation will be retried.": "A VIES szolgáltatás időtúllépést jelzett. Az ellenőrzést újra megkíséreljük.", + "VIES server is busy. Validation will be retried.": "A VIES kiszolgáló túlterhelt. Az ellenőrzést újra megkíséreljük.", + "VIES service is unavailable. Validation will be retried.": "A VIES szolgáltatás nem érhető el. Az ellenőrzést újra megkíséreljük.", + "VIES service has reached maximum requests. Validation will be retried.": "A VIES szolgáltatás elérte a kérések maximális számát. Az ellenőrzést újra megkíséreljük.", + "Invalid VAT number format.": "Érvénytelen adószámformátum.", + "Invalid requester information.": "Érvénytelen kérelmezői adatok.", + "VIES validation error: :code": "VIES ellenőrzési hiba: :code", + "Please confirm your email address": "Kérjük, erősítse meg az e-mail-címét", + "Email addresses do not match": "Az e-mail-címek nem egyeznek", + "Please confirm the email address": "Kérjük, erősítse meg az e-mail-címet", + "Ticket Details Changed": "A jegyadatok megváltoztak", + "The details on your ticket for **:eventName** have been updated.": "A(z) **:eventName** eseményre szóló jegyén szereplő adatok frissültek.", + "What Changed": "Mi változott", + "Security Information": "Biztonsági tudnivalók", + "This change was made from IP address: :ipAddress": "A módosítás a következő IP-címről történt: :ipAddress", + "If you did not make this change, please contact the event organizer immediately.": "Ha nem Ön végezte ezt a módosítást, azonnal vegye fel a kapcsolatot az esemény szervezőjével.", + "Event Organizer: :organizerName": "Az esemény szervezője: :organizerName", + "Contact: :email": "Kapcsolat: :email", + "Order Details Changed": "A rendelési adatok megváltoztak", + "The details on your order for **:eventName** have been updated.": "A(z) **:eventName** eseményre leadott megrendelésének adatai frissültek.", + "Congratulations! Your order for :eventTitle on :eventDate at :eventTime was successful. Please find your order details below.": "Gratulálunk! A(z) :eventTitle eseményre szóló megrendelése (:eventDate, :eventTime) sikeres volt. Az alábbiakban találja a rendelés részleteit.", + "Additional Information": "További információk", + "If you have any questions or need assistance, please contact": "Ha kérdése van vagy segítségre van szüksége, forduljon ide:", + "Hello :name": "Kedves :name!", + "You have received a new message from": "Új üzenete érkezett tőle:", + "Reply to :name": "Válasz neki: :name", + "This message was sent via your organizer contact form.": "Ez az üzenet a szervezői kapcsolatfelvételi űrlapján keresztül érkezett.", + "We found :count order(s) associated with :email.": ":count megrendelést találtunk a következő címhez: :email.", + "Click the button below to view your tickets and order details.": "Kattintson az alábbi gombra a jegyei és a rendelés részleteinek megtekintéséhez.", + "View My Tickets": "Jegyeim megtekintése", + "This link will expire in 24 hours.": "Ez a hivatkozás 24 óra múlva lejár.", + "If you did not request this, please ignore this email.": "Ha nem Ön kérte ezt, hagyja figyelmen kívül ezt az e-mailt.", + "Your email confirmation code is:": "Az e-mail-megerősítő kódja:", + "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "Elérte a napi üzenetkorlátot. Próbálja újra később, vagy forduljon az ügyfélszolgálathoz a korlátok növeléséért.", + "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "A címzettek száma meghaladja a fiókja korlátját. A korlátok növeléséért forduljon az ügyfélszolgálathoz.", + "Your account tier does not allow links in messages. Please contact support to enable this feature.": "A fiókcsomagja nem engedélyezi a hivatkozásokat az üzenetekben. A funkció bekapcsolásáért forduljon az ügyfélszolgálathoz.", + "Deleted :count failed jobs": ":count sikertelen feladat törölve", + "Failed job not found": "A sikertelen feladat nem található", + "Queued :count jobs for retry": ":count feladat sorba állítva újrapróbálásra", + "Job queued for retry": "A feladat sorba állítva újrapróbálásra", + "Message approved and queued for sending": "Az üzenet jóváhagyva és sorba állítva küldésre", + "Promo code not found": "A promóciós kód nem található", + "Question not found": "A kérdés nem található", + "[Action Required] Message Pending Review - :subject": "[Beavatkozás szükséges] Jóváhagyásra váró üzenet – :subject", + "Message not found": "Az üzenet nem található", + "Message must be in pending review status to be approved": "Az üzenet csak jóváhagyásra váró állapotban hagyható jóvá", + "The :attribute must be a valid URL.": "A(z) :attribute mezőnek érvényes URL-nek kell lennie.", + "The :attribute must use http or https protocol.": "A(z) :attribute mezőnek http vagy https protokollt kell használnia.", + "The :attribute cannot point to localhost or internal addresses.": "A(z) :attribute mező nem mutathat a localhostra vagy belső címekre.", + "The :attribute cannot use reserved domain names.": "A(z) :attribute mező nem használhat fenntartott domainneveket.", + "The :attribute cannot point to cloud metadata endpoints.": "A(z) :attribute mező nem mutathat felhőmetaadat-végpontokra.", + "The :attribute cannot point to private or internal IP addresses.": "A(z) :attribute mező nem mutathat privát vagy belső IP-címekre.", + "A message has been flagged for review due to eligibility check failures.": "Egy üzenetet jóváhagyásra jelöltünk, mert nem felelt meg a jogosultsági ellenőrzéseknek.", + "Message Details": "Üzenet részletei", + "Subject": "Tárgy", + "Account": "Fiók", + "Event": "Esemény", + "Message ID": "Üzenetazonosító", + "Eligibility Failures": "Sikertelen jogosultsági ellenőrzések", + "Stripe payment account not connected": "A Stripe fizetési fiók nincs csatlakoztatva", + "No completed paid orders on this account": "Ezen a fiókon nincs teljesített fizetős megrendelés", + "Event was created less than 24 hours ago": "Az eseményt kevesebb mint 24 órája hozták létre", + "Review Message": "Üzenet áttekintése", "(deactivated)": "(deaktivált)", "Account deletion has already been requested.": "A fiók törlését már kérelmezték.", "The following upcoming events have completed orders: :events. Please cancel and refund these orders before deleting your account.": "A következő közelgő eseményekhez teljesített rendelések tartoznak: :events. A fiók törlése előtt mondja le és térítse vissza ezeket a rendeléseket.", @@ -699,5 +699,10 @@ "Register": "Regisztráció", "Passes": "Belépők", "There are no passes available for this event": "Ehhez az eseményhez nincsenek elérhető belépők", - "Get Passes": "Belépők vásárlása" -} \ No newline at end of file + "Get Passes": "Belépők vásárlása", + "There are no tickets available. ' .\n 'If you would like to assign a ticket to this attendee,' .\n ' please adjust the ticket\\'s available quantity.": "Nincs elérhető jegy. Ha jegyet szeretne rendelni ehhez a résztvevőhöz, módosítsa a jegy elérhető mennyiségét.", + "Email Subject": "E-mail tárgya", + "© :year :app_name. All rights reserved.": "© :year :app_name. Minden jog fenntartva.", + "Need help?": "Segítségre van szüksége?", + "Contact Support": "Ügyfélszolgálat" +} diff --git a/backend/lang/it.json b/backend/lang/it.json index 4dc74ebf01..4890b6b35c 100644 --- a/backend/lang/it.json +++ b/backend/lang/it.json @@ -492,178 +492,178 @@ "Reply to :name": "Rispondi a :name", "This message was sent via your organizer contact form.": "Questo messaggio è stato inviato tramite il tuo modulo di contatto organizzatore.", "Your email confirmation code is:": "Il tuo codice di conferma email è:", - "Ticket Name A-Z": "", - "Ticket Name Z-A": "", - "Liquid": "", - "Blade": "", - "Order Confirmation": "", - "Attendee Ticket": "", - "Sent to the customer after placing an order": "", - "Sent to each attendee with their ticket": "", - "Abandoned": "", - "Check Ins": "", - "Unknown": "", - "Opted In To Marketing": "", - "Unauthorized": "", - "Configuration assigned successfully.": "", - "Impersonation started": "", - "Not currently impersonating": "", - "Impersonation ended": "", - "No user role found in token": "", - "You cannot modify email templates until your account is verified.": "", - "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "", - "Invalid template type": "", - "Superadmin user is viewing non-live event with ID :eventId": "", - "Invalid report type.": "", - "Date range must be less than 370 days.": "", - "Attendee updated successfully": "", - "Order updated successfully": "", - "Ticket resent successfully": "", - "Order confirmation resent successfully": "", - "If you have tickets associated with this email, we will send you an email with the details.": "", - "The footer text may not be greater than 500 characters.": "", - "The layout type must be default or modern.": "", - "The mode must be light or dark.": "", - "The background type must be COLOR or MIRROR_COVER_IMAGE.": "", - "First name must be a string": "", - "First name must not exceed 255 characters": "", - "Last name must be a string": "", - "Last name must not exceed 255 characters": "", - "Email must not exceed 255 characters": "", - "Validation failed after multiple attempts: :error": "", - "Your Ticket Details Have Been Changed": "", - "Your Order Details Have Been Changed": "", - "Response from :organizerName": "", - "Your Tickets": "", - "Invalid VAT number format": "", - "The system default configuration cannot be deleted.": "", - "User does not belong to this account": "", - "Impersonation not allowed": "", - "Email template not found": "", - "Unable to verify Stripe signature with any platform": "", - "Order :id not found for event :eventId": "", - "Order is not in a valid status to be abandoned": "", - "Order has already expired": "", - "Attendee not found": "", - "Event not found": "", - "Page must be a positive integer": "", - "Page not found": "", - "Invalid or expired link. Please request a new one.": "", - "This link has expired. Please request a new one.": "", - "SUPERADMIN users cannot be created through the application": "", - "Cannot associate a user with SUPERADMIN role to an account": "", - "View Order & Tickets": "", - "Summer Music Festival 2024": "", - "3 Arena, North Wall Quay, Dublin 1, Ireland": "", - "Join us for an unforgettable evening of live music featuring top artists from around the world.": "", - "Please transfer the total amount to the following bank account within 5 business days.": "", - "Thank you for your purchase! We look forward to seeing you at the event.": "", - "Platform Fee": "", - "Processing charge event": "", - "Charge not in succeeded status, skipping": "", - "Stripe payment not found for charge": "", - "Order not found for charge": "", - "Extracting platform fee for order": "", - "Retrieving balance transaction from Stripe": "", - "No balance transaction found for charge": "", - "Platform fee already stored for this transaction": "", - "Platform fee stored successfully": "", - "Failed to store platform fee": "", - "Ticket Reference": "", - "Order Reference": "", - "The name of the event": "", - "The event start date": "", - "The event start time": "", - "The event end date": "", - "The event end time": "", - "The full event address": "", - "The event venue name": "", - "The venue address line 1": "", - "The venue address line 2": "", - "The venue city": "", - "The venue state or region": "", - "The venue ZIP or postal code": "", - "The venue country code": "", - "The event description": "", - "The organizer\\'s name": "", - "The organizer\\'s email": "", - "The support email address": "", - "Instructions for offline payment": "", - "Message shown after checkout": "", - "Link to view the order summary": "", - "The order reference number": "", - "The total order amount": "", - "The order date": "", - "The first name of the person who placed the order": "", - "The last name of the person who placed the order": "", - "The email of the person who placed the order": "", - "The attendee\\'s full name": "", - "The attendee\\'s email": "", - "The ticket type name": "", - "The ticket price": "", - "Link to view/download the ticket": "", - "Stripe secret key not configured for platform: :platform": "", - "VIES service returned HTTP :status": "", - "VAT number is not valid according to VIES": "", - "Connection error: :error": "", - "Validation error: :error": "", - "VIES service is temporarily busy. Validation will be retried.": "", - "Member State service is temporarily unavailable. Validation will be retried.": "", - "VIES service timed out. Validation will be retried.": "", - "VIES server is busy. Validation will be retried.": "", - "VIES service is unavailable. Validation will be retried.": "", - "VIES service has reached maximum requests. Validation will be retried.": "", - "Invalid VAT number format.": "", - "Invalid requester information.": "", - "VIES validation error: :code": "", - "Please confirm your email address": "", - "Email addresses do not match": "", - "Please confirm the email address": "", - "Ticket Details Changed": "", - "The details on your ticket for **:eventName** have been updated.": "", - "What Changed": "", - "Security Information": "", - "This change was made from IP address: :ipAddress": "", - "If you did not make this change, please contact the event organizer immediately.": "", - "Event Organizer: :organizerName": "", - "Contact: :email": "", - "Order Details Changed": "", - "The details on your order for **:eventName** have been updated.": "", - "We found :count order(s) associated with :email.": "", - "Click the button below to view your tickets and order details.": "", - "View My Tickets": "", - "This link will expire in 24 hours.": "", - "If you did not request this, please ignore this email.": "", - "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "", - "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "", - "Your account tier does not allow links in messages. Please contact support to enable this feature.": "", - "Deleted :count failed jobs": "", - "Failed job not found": "", - "Queued :count jobs for retry": "", - "Job queued for retry": "", - "Message approved and queued for sending": "", - "Promo code not found": "", - "Question not found": "", - "[Action Required] Message Pending Review - :subject": "", - "Message not found": "", - "Message must be in pending review status to be approved": "", - "The :attribute must be a valid URL.": "", - "The :attribute must use http or https protocol.": "", - "The :attribute cannot point to localhost or internal addresses.": "", - "The :attribute cannot use reserved domain names.": "", - "The :attribute cannot point to cloud metadata endpoints.": "", - "The :attribute cannot point to private or internal IP addresses.": "", - "A message has been flagged for review due to eligibility check failures.": "", - "Message Details": "", - "Subject": "", - "Account": "", - "Event": "", - "Message ID": "", - "Eligibility Failures": "", - "Stripe payment account not connected": "", - "No completed paid orders on this account": "", - "Event was created less than 24 hours ago": "", - "Review Message": "", + "Ticket Name A-Z": "Nome biglietto A-Z", + "Ticket Name Z-A": "Nome biglietto Z-A", + "Liquid": "Liquid", + "Blade": "Blade", + "Order Confirmation": "Conferma d'ordine", + "Attendee Ticket": "Biglietto del partecipante", + "Sent to the customer after placing an order": "Inviata al cliente dopo l'invio di un ordine", + "Sent to each attendee with their ticket": "Inviata a ogni partecipante insieme al biglietto", + "Abandoned": "Abbandonato", + "Check Ins": "Check-in", + "Unknown": "Sconosciuto", + "Opted In To Marketing": "Ha accettato le comunicazioni di marketing", + "Unauthorized": "Non autorizzato", + "Configuration assigned successfully.": "Configurazione assegnata correttamente.", + "Impersonation started": "Impersonificazione avviata", + "Not currently impersonating": "Nessuna impersonificazione in corso", + "Impersonation ended": "Impersonificazione terminata", + "No user role found in token": "Nessun ruolo utente trovato nel token", + "You cannot modify email templates until your account is verified.": "Non puoi modificare i modelli email finché il tuo account non è verificato.", + "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "A causa di problemi di spam, devi collegare un account Stripe prima di poter modificare i modelli email.", + "Invalid template type": "Tipo di modello non valido", + "Superadmin user is viewing non-live event with ID :eventId": "Un utente superadmin sta visualizzando un evento non pubblicato con ID :eventId", + "Invalid report type.": "Tipo di report non valido.", + "Date range must be less than 370 days.": "L'intervallo di date deve essere inferiore a 370 giorni.", + "Attendee updated successfully": "Partecipante aggiornato correttamente", + "Order updated successfully": "Ordine aggiornato correttamente", + "Ticket resent successfully": "Biglietto inviato di nuovo correttamente", + "Order confirmation resent successfully": "Conferma d'ordine inviata di nuovo correttamente", + "If you have tickets associated with this email, we will send you an email with the details.": "Se a questa email sono associati dei biglietti, ti invieremo un'email con i dettagli.", + "The footer text may not be greater than 500 characters.": "Il testo del piè di pagina non può superare i 500 caratteri.", + "The layout type must be default or modern.": "Il tipo di layout deve essere «default» o «modern».", + "The mode must be light or dark.": "La modalità deve essere «light» o «dark».", + "The background type must be COLOR or MIRROR_COVER_IMAGE.": "Il tipo di sfondo deve essere COLOR o MIRROR_COVER_IMAGE.", + "First name must be a string": "Il nome deve essere una stringa", + "First name must not exceed 255 characters": "Il nome non può superare i 255 caratteri", + "Last name must be a string": "Il cognome deve essere una stringa", + "Last name must not exceed 255 characters": "Il cognome non può superare i 255 caratteri", + "Email must not exceed 255 characters": "L'email non può superare i 255 caratteri", + "Validation failed after multiple attempts: :error": "Convalida non riuscita dopo più tentativi: :error", + "Your Ticket Details Have Been Changed": "I dati del tuo biglietto sono stati modificati", + "Your Order Details Have Been Changed": "I dati del tuo ordine sono stati modificati", + "Response from :organizerName": "Risposta da :organizerName", + "Your Tickets": "I tuoi biglietti", + "Invalid VAT number format": "Formato della partita IVA non valido", + "The system default configuration cannot be deleted.": "La configurazione predefinita di sistema non può essere eliminata.", + "User does not belong to this account": "L'utente non appartiene a questo account", + "Impersonation not allowed": "Impersonificazione non consentita", + "Email template not found": "Modello email non trovato", + "Unable to verify Stripe signature with any platform": "Impossibile verificare la firma Stripe con nessuna piattaforma", + "Order :id not found for event :eventId": "Ordine :id non trovato per l'evento :eventId", + "Order is not in a valid status to be abandoned": "L'ordine non è in uno stato valido per essere abbandonato", + "Order has already expired": "L'ordine è già scaduto", + "Attendee not found": "Partecipante non trovato", + "Event not found": "Evento non trovato", + "Page must be a positive integer": "La pagina deve essere un numero intero positivo", + "Page not found": "Pagina non trovata", + "Invalid or expired link. Please request a new one.": "Link non valido o scaduto. Richiedine uno nuovo.", + "This link has expired. Please request a new one.": "Questo link è scaduto. Richiedine uno nuovo.", + "SUPERADMIN users cannot be created through the application": "Gli utenti SUPERADMIN non possono essere creati dall'applicazione", + "Cannot associate a user with SUPERADMIN role to an account": "Non è possibile associare a un account un utente con ruolo SUPERADMIN", + "View Order & Tickets": "Vedi ordine e biglietti", + "Summer Music Festival 2024": "Festival di musica estivo 2024", + "3 Arena, North Wall Quay, Dublin 1, Ireland": "3Arena, North Wall Quay, Dublino 1, Irlanda", + "Join us for an unforgettable evening of live music featuring top artists from around the world.": "Unisciti a noi per una serata indimenticabile di musica dal vivo con i migliori artisti di tutto il mondo.", + "Please transfer the total amount to the following bank account within 5 business days.": "Bonifica l'importo totale sul seguente conto bancario entro 5 giorni lavorativi.", + "Thank you for your purchase! We look forward to seeing you at the event.": "Grazie per il tuo acquisto! Non vediamo l'ora di vederti all'evento.", + "Platform Fee": "Commissione di piattaforma", + "Processing charge event": "Elaborazione dell'evento di addebito", + "Charge not in succeeded status, skipping": "Addebito non in stato «succeeded», ignorato", + "Stripe payment not found for charge": "Nessun pagamento Stripe trovato per l'addebito", + "Order not found for charge": "Nessun ordine trovato per l'addebito", + "Extracting platform fee for order": "Estrazione della commissione di piattaforma per l'ordine", + "Retrieving balance transaction from Stripe": "Recupero della transazione di saldo da Stripe", + "No balance transaction found for charge": "Nessuna transazione di saldo trovata per l'addebito", + "Platform fee already stored for this transaction": "Commissione di piattaforma già registrata per questa transazione", + "Platform fee stored successfully": "Commissione di piattaforma registrata correttamente", + "Failed to store platform fee": "Impossibile registrare la commissione di piattaforma", + "Ticket Reference": "Riferimento biglietto", + "Order Reference": "Riferimento ordine", + "The name of the event": "Il nome dell'evento", + "The event start date": "La data di inizio dell'evento", + "The event start time": "L'ora di inizio dell'evento", + "The event end date": "La data di fine dell'evento", + "The event end time": "L'ora di fine dell'evento", + "The full event address": "L'indirizzo completo dell'evento", + "The event venue name": "Il nome del luogo dell'evento", + "The venue address line 1": "L'indirizzo del luogo, riga 1", + "The venue address line 2": "L'indirizzo del luogo, riga 2", + "The venue city": "La città del luogo", + "The venue state or region": "La provincia o regione del luogo", + "The venue ZIP or postal code": "Il CAP del luogo", + "The venue country code": "Il codice paese del luogo", + "The event description": "La descrizione dell'evento", + "The organizer\\'s name": "Il nome dell'organizzatore", + "The organizer\\'s email": "L'email dell'organizzatore", + "The support email address": "L'indirizzo email di assistenza", + "Instructions for offline payment": "Istruzioni per il pagamento offline", + "Message shown after checkout": "Messaggio mostrato dopo il pagamento", + "Link to view the order summary": "Link per vedere il riepilogo dell'ordine", + "The order reference number": "Il numero di riferimento dell'ordine", + "The total order amount": "L'importo totale dell'ordine", + "The order date": "La data dell'ordine", + "The first name of the person who placed the order": "Il nome della persona che ha effettuato l'ordine", + "The last name of the person who placed the order": "Il cognome della persona che ha effettuato l'ordine", + "The email of the person who placed the order": "L'email della persona che ha effettuato l'ordine", + "The attendee\\'s full name": "Il nome completo del partecipante", + "The attendee\\'s email": "L'email del partecipante", + "The ticket type name": "Il nome del tipo di biglietto", + "The ticket price": "Il prezzo del biglietto", + "Link to view/download the ticket": "Link per vedere/scaricare il biglietto", + "Stripe secret key not configured for platform: :platform": "Chiave segreta Stripe non configurata per la piattaforma: :platform", + "VIES service returned HTTP :status": "Il servizio VIES ha restituito HTTP :status", + "VAT number is not valid according to VIES": "La partita IVA non è valida secondo VIES", + "Connection error: :error": "Errore di connessione: :error", + "Validation error: :error": "Errore di convalida: :error", + "VIES service is temporarily busy. Validation will be retried.": "Il servizio VIES è temporaneamente occupato. La convalida verrà ritentata.", + "Member State service is temporarily unavailable. Validation will be retried.": "Il servizio dello Stato membro è temporaneamente non disponibile. La convalida verrà ritentata.", + "VIES service timed out. Validation will be retried.": "Il servizio VIES è andato in timeout. La convalida verrà ritentata.", + "VIES server is busy. Validation will be retried.": "Il server VIES è occupato. La convalida verrà ritentata.", + "VIES service is unavailable. Validation will be retried.": "Il servizio VIES non è disponibile. La convalida verrà ritentata.", + "VIES service has reached maximum requests. Validation will be retried.": "Il servizio VIES ha raggiunto il numero massimo di richieste. La convalida verrà ritentata.", + "Invalid VAT number format.": "Formato della partita IVA non valido.", + "Invalid requester information.": "Informazioni del richiedente non valide.", + "VIES validation error: :code": "Errore di convalida VIES: :code", + "Please confirm your email address": "Conferma il tuo indirizzo email", + "Email addresses do not match": "Gli indirizzi email non coincidono", + "Please confirm the email address": "Conferma l'indirizzo email", + "Ticket Details Changed": "Dati del biglietto modificati", + "The details on your ticket for **:eventName** have been updated.": "I dati del tuo biglietto per **:eventName** sono stati aggiornati.", + "What Changed": "Cosa è cambiato", + "Security Information": "Informazioni di sicurezza", + "This change was made from IP address: :ipAddress": "Questa modifica è stata effettuata dall'indirizzo IP: :ipAddress", + "If you did not make this change, please contact the event organizer immediately.": "Se non sei stato tu a fare questa modifica, contatta subito l'organizzatore dell'evento.", + "Event Organizer: :organizerName": "Organizzatore dell'evento: :organizerName", + "Contact: :email": "Contatto: :email", + "Order Details Changed": "Dati dell'ordine modificati", + "The details on your order for **:eventName** have been updated.": "I dati del tuo ordine per **:eventName** sono stati aggiornati.", + "We found :count order(s) associated with :email.": "Abbiamo trovato :count ordine/i associato/i a :email.", + "Click the button below to view your tickets and order details.": "Clicca sul pulsante qui sotto per vedere i tuoi biglietti e i dettagli dell'ordine.", + "View My Tickets": "Vedi i miei biglietti", + "This link will expire in 24 hours.": "Questo link scadrà tra 24 ore.", + "If you did not request this, please ignore this email.": "Se non hai richiesto tu questa operazione, ignora questa email.", + "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "Hai raggiunto il limite giornaliero di messaggi. Riprova più tardi o contatta l'assistenza per aumentare i tuoi limiti.", + "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "Il numero di destinatari supera il limite del tuo account. Contatta l'assistenza per aumentare i tuoi limiti.", + "Your account tier does not allow links in messages. Please contact support to enable this feature.": "Il tuo piano non consente link nei messaggi. Contatta l'assistenza per attivare questa funzione.", + "Deleted :count failed jobs": "Eliminati :count job non riusciti", + "Failed job not found": "Job non riuscito non trovato", + "Queued :count jobs for retry": "Messi in coda :count job per un nuovo tentativo", + "Job queued for retry": "Job messo in coda per un nuovo tentativo", + "Message approved and queued for sending": "Messaggio approvato e messo in coda per l'invio", + "Promo code not found": "Codice promo non trovato", + "Question not found": "Domanda non trovata", + "[Action Required] Message Pending Review - :subject": "[Azione richiesta] Messaggio in attesa di revisione – :subject", + "Message not found": "Messaggio non trovato", + "Message must be in pending review status to be approved": "Per essere approvato, il messaggio deve essere in stato di revisione in attesa", + "The :attribute must be a valid URL.": "Il campo :attribute deve essere un URL valido.", + "The :attribute must use http or https protocol.": "Il campo :attribute deve usare il protocollo http o https.", + "The :attribute cannot point to localhost or internal addresses.": "Il campo :attribute non può puntare a localhost o a indirizzi interni.", + "The :attribute cannot use reserved domain names.": "Il campo :attribute non può usare nomi di dominio riservati.", + "The :attribute cannot point to cloud metadata endpoints.": "Il campo :attribute non può puntare a endpoint di metadati cloud.", + "The :attribute cannot point to private or internal IP addresses.": "Il campo :attribute non può puntare a indirizzi IP privati o interni.", + "A message has been flagged for review due to eligibility check failures.": "Un messaggio è stato segnalato per revisione a causa di controlli di idoneità non superati.", + "Message Details": "Dettagli del messaggio", + "Subject": "Oggetto", + "Account": "Account", + "Event": "Evento", + "Message ID": "ID messaggio", + "Eligibility Failures": "Controlli di idoneità non superati", + "Stripe payment account not connected": "Account di pagamento Stripe non collegato", + "No completed paid orders on this account": "Nessun ordine a pagamento completato su questo account", + "Event was created less than 24 hours ago": "L'evento è stato creato meno di 24 ore fa", + "Review Message": "Rivedi il messaggio", "(deactivated)": "(disattivato)", "Account deletion has already been requested.": "L'eliminazione dell'account è già stata richiesta.", "The following upcoming events have completed orders: :events. Please cancel and refund these orders before deleting your account.": "I seguenti eventi imminenti hanno ordini completati: :events. Annulla e rimborsa questi ordini prima di eliminare il tuo account.", @@ -701,4 +701,4 @@ "Passes": "Pass", "There are no passes available for this event": "Non ci sono pass disponibili per questo evento", "Get Passes": "Ottieni pass" -} \ No newline at end of file +} diff --git a/backend/lang/nl.json b/backend/lang/nl.json index d7ce8a1c16..483add7df7 100644 --- a/backend/lang/nl.json +++ b/backend/lang/nl.json @@ -491,178 +491,178 @@ "Reply to :name": "Antwoord aan :name", "This message was sent via your organizer contact form.": "Dit bericht is verzonden via je organisator contactformulier.", "Your email confirmation code is:": "Je e-mail bevestigingscode is:", - "Ticket Name A-Z": "", - "Ticket Name Z-A": "", - "Liquid": "", - "Blade": "", - "Order Confirmation": "", - "Attendee Ticket": "", - "Sent to the customer after placing an order": "", - "Sent to each attendee with their ticket": "", - "Abandoned": "", - "Check Ins": "", - "Unknown": "", - "Opted In To Marketing": "", - "Unauthorized": "", - "Configuration assigned successfully.": "", - "Impersonation started": "", - "Not currently impersonating": "", - "Impersonation ended": "", - "No user role found in token": "", - "You cannot modify email templates until your account is verified.": "", - "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "", - "Invalid template type": "", - "Superadmin user is viewing non-live event with ID :eventId": "", - "Invalid report type.": "", - "Date range must be less than 370 days.": "", - "Attendee updated successfully": "", - "Order updated successfully": "", - "Ticket resent successfully": "", - "Order confirmation resent successfully": "", - "If you have tickets associated with this email, we will send you an email with the details.": "", - "The footer text may not be greater than 500 characters.": "", - "The layout type must be default or modern.": "", - "The mode must be light or dark.": "", - "The background type must be COLOR or MIRROR_COVER_IMAGE.": "", - "First name must be a string": "", - "First name must not exceed 255 characters": "", - "Last name must be a string": "", - "Last name must not exceed 255 characters": "", - "Email must not exceed 255 characters": "", - "Validation failed after multiple attempts: :error": "", - "Your Ticket Details Have Been Changed": "", - "Your Order Details Have Been Changed": "", - "Response from :organizerName": "", - "Your Tickets": "", - "Invalid VAT number format": "", - "The system default configuration cannot be deleted.": "", - "User does not belong to this account": "", - "Impersonation not allowed": "", - "Email template not found": "", - "Unable to verify Stripe signature with any platform": "", - "Order :id not found for event :eventId": "", - "Order is not in a valid status to be abandoned": "", - "Order has already expired": "", - "Attendee not found": "", - "Event not found": "", - "Page must be a positive integer": "", - "Page not found": "", - "Invalid or expired link. Please request a new one.": "", - "This link has expired. Please request a new one.": "", - "SUPERADMIN users cannot be created through the application": "", - "Cannot associate a user with SUPERADMIN role to an account": "", - "View Order & Tickets": "", - "Summer Music Festival 2024": "", - "3 Arena, North Wall Quay, Dublin 1, Ireland": "", - "Join us for an unforgettable evening of live music featuring top artists from around the world.": "", - "Please transfer the total amount to the following bank account within 5 business days.": "", - "Thank you for your purchase! We look forward to seeing you at the event.": "", - "Platform Fee": "", - "Processing charge event": "", - "Charge not in succeeded status, skipping": "", - "Stripe payment not found for charge": "", - "Order not found for charge": "", - "Extracting platform fee for order": "", - "Retrieving balance transaction from Stripe": "", - "No balance transaction found for charge": "", - "Platform fee already stored for this transaction": "", - "Platform fee stored successfully": "", - "Failed to store platform fee": "", - "Ticket Reference": "", - "Order Reference": "", - "The name of the event": "", - "The event start date": "", - "The event start time": "", - "The event end date": "", - "The event end time": "", - "The full event address": "", - "The event venue name": "", - "The venue address line 1": "", - "The venue address line 2": "", - "The venue city": "", - "The venue state or region": "", - "The venue ZIP or postal code": "", - "The venue country code": "", - "The event description": "", - "The organizer\\'s name": "", - "The organizer\\'s email": "", - "The support email address": "", - "Instructions for offline payment": "", - "Message shown after checkout": "", - "Link to view the order summary": "", - "The order reference number": "", - "The total order amount": "", - "The order date": "", - "The first name of the person who placed the order": "", - "The last name of the person who placed the order": "", - "The email of the person who placed the order": "", - "The attendee\\'s full name": "", - "The attendee\\'s email": "", - "The ticket type name": "", - "The ticket price": "", - "Link to view/download the ticket": "", - "Stripe secret key not configured for platform: :platform": "", - "VIES service returned HTTP :status": "", - "VAT number is not valid according to VIES": "", - "Connection error: :error": "", - "Validation error: :error": "", - "VIES service is temporarily busy. Validation will be retried.": "", - "Member State service is temporarily unavailable. Validation will be retried.": "", - "VIES service timed out. Validation will be retried.": "", - "VIES server is busy. Validation will be retried.": "", - "VIES service is unavailable. Validation will be retried.": "", - "VIES service has reached maximum requests. Validation will be retried.": "", - "Invalid VAT number format.": "", - "Invalid requester information.": "", - "VIES validation error: :code": "", - "Please confirm your email address": "", - "Email addresses do not match": "", - "Please confirm the email address": "", - "Ticket Details Changed": "", - "The details on your ticket for **:eventName** have been updated.": "", - "What Changed": "", - "Security Information": "", - "This change was made from IP address: :ipAddress": "", - "If you did not make this change, please contact the event organizer immediately.": "", - "Event Organizer: :organizerName": "", - "Contact: :email": "", - "Order Details Changed": "", - "The details on your order for **:eventName** have been updated.": "", - "We found :count order(s) associated with :email.": "", - "Click the button below to view your tickets and order details.": "", - "View My Tickets": "", - "This link will expire in 24 hours.": "", - "If you did not request this, please ignore this email.": "", - "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "", - "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "", - "Your account tier does not allow links in messages. Please contact support to enable this feature.": "", - "Deleted :count failed jobs": "", - "Failed job not found": "", - "Queued :count jobs for retry": "", - "Job queued for retry": "", - "Message approved and queued for sending": "", - "Promo code not found": "", - "Question not found": "", - "[Action Required] Message Pending Review - :subject": "", - "Message not found": "", - "Message must be in pending review status to be approved": "", - "The :attribute must be a valid URL.": "", - "The :attribute must use http or https protocol.": "", - "The :attribute cannot point to localhost or internal addresses.": "", - "The :attribute cannot use reserved domain names.": "", - "The :attribute cannot point to cloud metadata endpoints.": "", - "The :attribute cannot point to private or internal IP addresses.": "", - "A message has been flagged for review due to eligibility check failures.": "", - "Message Details": "", - "Subject": "", - "Account": "", - "Event": "", - "Message ID": "", - "Eligibility Failures": "", - "Stripe payment account not connected": "", - "No completed paid orders on this account": "", - "Event was created less than 24 hours ago": "", - "Review Message": "", + "Ticket Name A-Z": "Ticketnaam A-Z", + "Ticket Name Z-A": "Ticketnaam Z-A", + "Liquid": "Liquid", + "Blade": "Blade", + "Order Confirmation": "Bestelbevestiging", + "Attendee Ticket": "Deelnemersticket", + "Sent to the customer after placing an order": "Wordt na het plaatsen van een bestelling naar de klant gestuurd", + "Sent to each attendee with their ticket": "Wordt met het ticket naar elke deelnemer gestuurd", + "Abandoned": "Afgebroken", + "Check Ins": "Check-ins", + "Unknown": "Onbekend", + "Opted In To Marketing": "Akkoord met marketing", + "Unauthorized": "Niet geautoriseerd", + "Configuration assigned successfully.": "Configuratie is toegewezen.", + "Impersonation started": "Impersonatie gestart", + "Not currently impersonating": "Er is op dit moment geen impersonatie actief", + "Impersonation ended": "Impersonatie beëindigd", + "No user role found in token": "Geen gebruikersrol gevonden in het token", + "You cannot modify email templates until your account is verified.": "Je kunt e-mailsjablonen pas aanpassen als je account is geverifieerd.", + "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "Vanwege spamproblemen moet je een Stripe-account koppelen voordat je e-mailsjablonen kunt aanpassen.", + "Invalid template type": "Ongeldig sjabloontype", + "Superadmin user is viewing non-live event with ID :eventId": "Superadmin-gebruiker bekijkt een niet-gepubliceerd evenement met ID :eventId", + "Invalid report type.": "Ongeldig rapporttype.", + "Date range must be less than 370 days.": "Het datumbereik moet korter zijn dan 370 dagen.", + "Attendee updated successfully": "Deelnemer bijgewerkt", + "Order updated successfully": "Bestelling bijgewerkt", + "Ticket resent successfully": "Ticket opnieuw verzonden", + "Order confirmation resent successfully": "Bestelbevestiging opnieuw verzonden", + "If you have tickets associated with this email, we will send you an email with the details.": "Als er tickets aan dit e-mailadres gekoppeld zijn, sturen we je een e-mail met de details.", + "The footer text may not be greater than 500 characters.": "De voettekst mag niet langer zijn dan 500 tekens.", + "The layout type must be default or modern.": "Het lay-outtype moet 'default' of 'modern' zijn.", + "The mode must be light or dark.": "De modus moet 'light' of 'dark' zijn.", + "The background type must be COLOR or MIRROR_COVER_IMAGE.": "Het achtergrondtype moet COLOR of MIRROR_COVER_IMAGE zijn.", + "First name must be a string": "De voornaam moet een tekenreeks zijn", + "First name must not exceed 255 characters": "De voornaam mag niet langer zijn dan 255 tekens", + "Last name must be a string": "De achternaam moet een tekenreeks zijn", + "Last name must not exceed 255 characters": "De achternaam mag niet langer zijn dan 255 tekens", + "Email must not exceed 255 characters": "Het e-mailadres mag niet langer zijn dan 255 tekens", + "Validation failed after multiple attempts: :error": "Validatie mislukt na meerdere pogingen: :error", + "Your Ticket Details Have Been Changed": "De gegevens van je ticket zijn gewijzigd", + "Your Order Details Have Been Changed": "De gegevens van je bestelling zijn gewijzigd", + "Response from :organizerName": "Reactie van :organizerName", + "Your Tickets": "Je tickets", + "Invalid VAT number format": "Ongeldige indeling van btw-nummer", + "The system default configuration cannot be deleted.": "De standaardconfiguratie van het systeem kan niet worden verwijderd.", + "User does not belong to this account": "De gebruiker hoort niet bij dit account", + "Impersonation not allowed": "Impersonatie niet toegestaan", + "Email template not found": "E-mailsjabloon niet gevonden", + "Unable to verify Stripe signature with any platform": "Kan de Stripe-handtekening met geen enkel platform verifiëren", + "Order :id not found for event :eventId": "Bestelling :id niet gevonden voor evenement :eventId", + "Order is not in a valid status to be abandoned": "De bestelling heeft geen status waarin ze afgebroken kan worden", + "Order has already expired": "De bestelling is al verlopen", + "Attendee not found": "Deelnemer niet gevonden", + "Event not found": "Evenement niet gevonden", + "Page must be a positive integer": "De pagina moet een positief geheel getal zijn", + "Page not found": "Pagina niet gevonden", + "Invalid or expired link. Please request a new one.": "Ongeldige of verlopen link. Vraag een nieuwe aan.", + "This link has expired. Please request a new one.": "Deze link is verlopen. Vraag een nieuwe aan.", + "SUPERADMIN users cannot be created through the application": "SUPERADMIN-gebruikers kunnen niet via de applicatie worden aangemaakt", + "Cannot associate a user with SUPERADMIN role to an account": "Een gebruiker met de rol SUPERADMIN kan niet aan een account worden gekoppeld", + "View Order & Tickets": "Bestelling en tickets bekijken", + "Summer Music Festival 2024": "Zomers muziekfestival 2024", + "3 Arena, North Wall Quay, Dublin 1, Ireland": "3Arena, North Wall Quay, Dublin 1, Ierland", + "Join us for an unforgettable evening of live music featuring top artists from around the world.": "Beleef met ons een onvergetelijke avond livemuziek met topartiesten van over de hele wereld.", + "Please transfer the total amount to the following bank account within 5 business days.": "Maak het totaalbedrag binnen 5 werkdagen over naar de volgende bankrekening.", + "Thank you for your purchase! We look forward to seeing you at the event.": "Bedankt voor je aankoop! We zien je graag op het evenement.", + "Platform Fee": "Platformkosten", + "Processing charge event": "Charge-gebeurtenis verwerken", + "Charge not in succeeded status, skipping": "Charge heeft niet de status 'succeeded', wordt overgeslagen", + "Stripe payment not found for charge": "Geen Stripe-betaling gevonden voor de charge", + "Order not found for charge": "Geen bestelling gevonden voor de charge", + "Extracting platform fee for order": "Platformkosten voor de bestelling worden bepaald", + "Retrieving balance transaction from Stripe": "Saldotransactie wordt opgehaald bij Stripe", + "No balance transaction found for charge": "Geen saldotransactie gevonden voor de charge", + "Platform fee already stored for this transaction": "Platformkosten voor deze transactie zijn al opgeslagen", + "Platform fee stored successfully": "Platformkosten opgeslagen", + "Failed to store platform fee": "Opslaan van platformkosten mislukt", + "Ticket Reference": "Ticketreferentie", + "Order Reference": "Bestelreferentie", + "The name of the event": "De naam van het evenement", + "The event start date": "De startdatum van het evenement", + "The event start time": "De starttijd van het evenement", + "The event end date": "De einddatum van het evenement", + "The event end time": "De eindtijd van het evenement", + "The full event address": "Het volledige adres van het evenement", + "The event venue name": "De naam van de locatie", + "The venue address line 1": "Adresregel 1 van de locatie", + "The venue address line 2": "Adresregel 2 van de locatie", + "The venue city": "De plaats van de locatie", + "The venue state or region": "De provincie of regio van de locatie", + "The venue ZIP or postal code": "De postcode van de locatie", + "The venue country code": "De landcode van de locatie", + "The event description": "De beschrijving van het evenement", + "The organizer\\'s name": "De naam van de organisator", + "The organizer\\'s email": "Het e-mailadres van de organisator", + "The support email address": "Het e-mailadres voor ondersteuning", + "Instructions for offline payment": "Instructies voor offline betaling", + "Message shown after checkout": "Bericht dat na het afrekenen wordt getoond", + "Link to view the order summary": "Link naar het besteloverzicht", + "The order reference number": "Het referentienummer van de bestelling", + "The total order amount": "Het totaalbedrag van de bestelling", + "The order date": "De besteldatum", + "The first name of the person who placed the order": "De voornaam van de persoon die de bestelling heeft geplaatst", + "The last name of the person who placed the order": "De achternaam van de persoon die de bestelling heeft geplaatst", + "The email of the person who placed the order": "Het e-mailadres van de persoon die de bestelling heeft geplaatst", + "The attendee\\'s full name": "De volledige naam van de deelnemer", + "The attendee\\'s email": "Het e-mailadres van de deelnemer", + "The ticket type name": "De naam van het tickettype", + "The ticket price": "De ticketprijs", + "Link to view/download the ticket": "Link om het ticket te bekijken/downloaden", + "Stripe secret key not configured for platform: :platform": "Stripe-secret key niet ingesteld voor platform: :platform", + "VIES service returned HTTP :status": "De VIES-service gaf HTTP :status terug", + "VAT number is not valid according to VIES": "Het btw-nummer is volgens VIES niet geldig", + "Connection error: :error": "Verbindingsfout: :error", + "Validation error: :error": "Validatiefout: :error", + "VIES service is temporarily busy. Validation will be retried.": "De VIES-service is tijdelijk bezet. De validatie wordt opnieuw geprobeerd.", + "Member State service is temporarily unavailable. Validation will be retried.": "De service van de lidstaat is tijdelijk niet beschikbaar. De validatie wordt opnieuw geprobeerd.", + "VIES service timed out. Validation will be retried.": "Er is een time-out opgetreden bij de VIES-service. De validatie wordt opnieuw geprobeerd.", + "VIES server is busy. Validation will be retried.": "De VIES-server is bezet. De validatie wordt opnieuw geprobeerd.", + "VIES service is unavailable. Validation will be retried.": "De VIES-service is niet beschikbaar. De validatie wordt opnieuw geprobeerd.", + "VIES service has reached maximum requests. Validation will be retried.": "De VIES-service heeft het maximum aantal aanvragen bereikt. De validatie wordt opnieuw geprobeerd.", + "Invalid VAT number format.": "Ongeldige indeling van btw-nummer.", + "Invalid requester information.": "Ongeldige gegevens van de aanvrager.", + "VIES validation error: :code": "VIES-validatiefout: :code", + "Please confirm your email address": "Bevestig je e-mailadres", + "Email addresses do not match": "De e-mailadressen komen niet overeen", + "Please confirm the email address": "Bevestig het e-mailadres", + "Ticket Details Changed": "Ticketgegevens gewijzigd", + "The details on your ticket for **:eventName** have been updated.": "De gegevens op je ticket voor **:eventName** zijn bijgewerkt.", + "What Changed": "Wat er is gewijzigd", + "Security Information": "Beveiligingsinformatie", + "This change was made from IP address: :ipAddress": "Deze wijziging is gedaan vanaf IP-adres: :ipAddress", + "If you did not make this change, please contact the event organizer immediately.": "Als jij deze wijziging niet hebt gedaan, neem dan direct contact op met de organisator van het evenement.", + "Event Organizer: :organizerName": "Organisator van het evenement: :organizerName", + "Contact: :email": "Contact: :email", + "Order Details Changed": "Bestelgegevens gewijzigd", + "The details on your order for **:eventName** have been updated.": "De gegevens van je bestelling voor **:eventName** zijn bijgewerkt.", + "We found :count order(s) associated with :email.": "We hebben :count bestelling(en) gevonden die aan :email gekoppeld zijn.", + "Click the button below to view your tickets and order details.": "Klik op de knop hieronder om je tickets en bestelgegevens te bekijken.", + "View My Tickets": "Mijn tickets bekijken", + "This link will expire in 24 hours.": "Deze link verloopt over 24 uur.", + "If you did not request this, please ignore this email.": "Als je dit niet hebt aangevraagd, kun je deze e-mail negeren.", + "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "Je hebt je daglimiet voor berichten bereikt. Probeer het later opnieuw of neem contact op met support om je limieten te verhogen.", + "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "Het aantal ontvangers overschrijdt de limiet van je account. Neem contact op met support om je limieten te verhogen.", + "Your account tier does not allow links in messages. Please contact support to enable this feature.": "Je abonnement staat geen links in berichten toe. Neem contact op met support om deze functie in te schakelen.", + "Deleted :count failed jobs": ":count mislukte jobs verwijderd", + "Failed job not found": "Mislukte job niet gevonden", + "Queued :count jobs for retry": ":count jobs in de wachtrij gezet om opnieuw te proberen", + "Job queued for retry": "Job in de wachtrij gezet om opnieuw te proberen", + "Message approved and queued for sending": "Bericht goedgekeurd en in de wachtrij gezet om te verzenden", + "Promo code not found": "Kortingscode niet gevonden", + "Question not found": "Vraag niet gevonden", + "[Action Required] Message Pending Review - :subject": "[Actie vereist] Bericht wacht op beoordeling – :subject", + "Message not found": "Bericht niet gevonden", + "Message must be in pending review status to be approved": "Het bericht moet de status 'wacht op beoordeling' hebben om goedgekeurd te kunnen worden", + "The :attribute must be a valid URL.": "Het veld :attribute moet een geldige URL zijn.", + "The :attribute must use http or https protocol.": "Het veld :attribute moet het http- of https-protocol gebruiken.", + "The :attribute cannot point to localhost or internal addresses.": "Het veld :attribute mag niet verwijzen naar localhost of interne adressen.", + "The :attribute cannot use reserved domain names.": "Het veld :attribute mag geen gereserveerde domeinnamen gebruiken.", + "The :attribute cannot point to cloud metadata endpoints.": "Het veld :attribute mag niet verwijzen naar cloud-metadata-endpoints.", + "The :attribute cannot point to private or internal IP addresses.": "Het veld :attribute mag niet verwijzen naar privé- of interne IP-adressen.", + "A message has been flagged for review due to eligibility check failures.": "Een bericht is gemarkeerd voor beoordeling omdat de geschiktheidscontroles zijn mislukt.", + "Message Details": "Berichtgegevens", + "Subject": "Onderwerp", + "Account": "Account", + "Event": "Evenement", + "Message ID": "Bericht-ID", + "Eligibility Failures": "Mislukte geschiktheidscontroles", + "Stripe payment account not connected": "Stripe-betaalaccount niet gekoppeld", + "No completed paid orders on this account": "Geen afgeronde betaalde bestellingen op dit account", + "Event was created less than 24 hours ago": "Het evenement is minder dan 24 uur geleden aangemaakt", + "Review Message": "Bericht beoordelen", "(deactivated)": "(gedeactiveerd)", "Account deletion has already been requested.": "Accountverwijdering is al aangevraagd.", "The following upcoming events have completed orders: :events. Please cancel and refund these orders before deleting your account.": "De volgende aankomende evenementen hebben voltooide bestellingen: :events. Annuleer en restitueer deze bestellingen voordat je je account verwijdert.", @@ -700,4 +700,4 @@ "Passes": "Passen", "There are no passes available for this event": "Er zijn geen passen beschikbaar voor dit evenement", "Get Passes": "Passen kopen" -} \ No newline at end of file +} diff --git a/backend/lang/pt-br.json b/backend/lang/pt-br.json index e6290881d8..e0fe3ce424 100644 --- a/backend/lang/pt-br.json +++ b/backend/lang/pt-br.json @@ -491,178 +491,178 @@ "Reply to :name": "Responder a :name", "This message was sent via your organizer contact form.": "Esta mensagem foi enviada através do seu formulário de contacto de organizador.", "Your email confirmation code is:": "O seu código de confirmação de email é:", - "Ticket Name A-Z": "", - "Ticket Name Z-A": "", - "Liquid": "", - "Blade": "", - "Order Confirmation": "", - "Attendee Ticket": "", - "Sent to the customer after placing an order": "", - "Sent to each attendee with their ticket": "", - "Abandoned": "", - "Check Ins": "", - "Unknown": "", - "Opted In To Marketing": "", - "Unauthorized": "", - "Configuration assigned successfully.": "", - "Impersonation started": "", - "Not currently impersonating": "", - "Impersonation ended": "", - "No user role found in token": "", - "You cannot modify email templates until your account is verified.": "", - "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "", - "Invalid template type": "", - "Superadmin user is viewing non-live event with ID :eventId": "", - "Invalid report type.": "", - "Date range must be less than 370 days.": "", - "Attendee updated successfully": "", - "Order updated successfully": "", - "Ticket resent successfully": "", - "Order confirmation resent successfully": "", - "If you have tickets associated with this email, we will send you an email with the details.": "", - "The footer text may not be greater than 500 characters.": "", - "The layout type must be default or modern.": "", - "The mode must be light or dark.": "", - "The background type must be COLOR or MIRROR_COVER_IMAGE.": "", - "First name must be a string": "", - "First name must not exceed 255 characters": "", - "Last name must be a string": "", - "Last name must not exceed 255 characters": "", - "Email must not exceed 255 characters": "", - "Validation failed after multiple attempts: :error": "", - "Your Ticket Details Have Been Changed": "", - "Your Order Details Have Been Changed": "", - "Response from :organizerName": "", - "Your Tickets": "", - "Invalid VAT number format": "", - "The system default configuration cannot be deleted.": "", - "User does not belong to this account": "", - "Impersonation not allowed": "", - "Email template not found": "", - "Unable to verify Stripe signature with any platform": "", - "Order :id not found for event :eventId": "", - "Order is not in a valid status to be abandoned": "", - "Order has already expired": "", - "Attendee not found": "", - "Event not found": "", - "Page must be a positive integer": "", - "Page not found": "", - "Invalid or expired link. Please request a new one.": "", - "This link has expired. Please request a new one.": "", - "SUPERADMIN users cannot be created through the application": "", - "Cannot associate a user with SUPERADMIN role to an account": "", - "View Order & Tickets": "", - "Summer Music Festival 2024": "", - "3 Arena, North Wall Quay, Dublin 1, Ireland": "", - "Join us for an unforgettable evening of live music featuring top artists from around the world.": "", - "Please transfer the total amount to the following bank account within 5 business days.": "", - "Thank you for your purchase! We look forward to seeing you at the event.": "", - "Platform Fee": "", - "Processing charge event": "", - "Charge not in succeeded status, skipping": "", - "Stripe payment not found for charge": "", - "Order not found for charge": "", - "Extracting platform fee for order": "", - "Retrieving balance transaction from Stripe": "", - "No balance transaction found for charge": "", - "Platform fee already stored for this transaction": "", - "Platform fee stored successfully": "", - "Failed to store platform fee": "", - "Ticket Reference": "", - "Order Reference": "", - "The name of the event": "", - "The event start date": "", - "The event start time": "", - "The event end date": "", - "The event end time": "", - "The full event address": "", - "The event venue name": "", - "The venue address line 1": "", - "The venue address line 2": "", - "The venue city": "", - "The venue state or region": "", - "The venue ZIP or postal code": "", - "The venue country code": "", - "The event description": "", - "The organizer\\'s name": "", - "The organizer\\'s email": "", - "The support email address": "", - "Instructions for offline payment": "", - "Message shown after checkout": "", - "Link to view the order summary": "", - "The order reference number": "", - "The total order amount": "", - "The order date": "", - "The first name of the person who placed the order": "", - "The last name of the person who placed the order": "", - "The email of the person who placed the order": "", - "The attendee\\'s full name": "", - "The attendee\\'s email": "", - "The ticket type name": "", - "The ticket price": "", - "Link to view/download the ticket": "", - "Stripe secret key not configured for platform: :platform": "", - "VIES service returned HTTP :status": "", - "VAT number is not valid according to VIES": "", - "Connection error: :error": "", - "Validation error: :error": "", - "VIES service is temporarily busy. Validation will be retried.": "", - "Member State service is temporarily unavailable. Validation will be retried.": "", - "VIES service timed out. Validation will be retried.": "", - "VIES server is busy. Validation will be retried.": "", - "VIES service is unavailable. Validation will be retried.": "", - "VIES service has reached maximum requests. Validation will be retried.": "", - "Invalid VAT number format.": "", - "Invalid requester information.": "", - "VIES validation error: :code": "", - "Please confirm your email address": "", - "Email addresses do not match": "", - "Please confirm the email address": "", - "Ticket Details Changed": "", - "The details on your ticket for **:eventName** have been updated.": "", - "What Changed": "", - "Security Information": "", - "This change was made from IP address: :ipAddress": "", - "If you did not make this change, please contact the event organizer immediately.": "", - "Event Organizer: :organizerName": "", - "Contact: :email": "", - "Order Details Changed": "", - "The details on your order for **:eventName** have been updated.": "", - "We found :count order(s) associated with :email.": "", - "Click the button below to view your tickets and order details.": "", - "View My Tickets": "", - "This link will expire in 24 hours.": "", - "If you did not request this, please ignore this email.": "", - "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "", - "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "", - "Your account tier does not allow links in messages. Please contact support to enable this feature.": "", - "Deleted :count failed jobs": "", - "Failed job not found": "", - "Queued :count jobs for retry": "", - "Job queued for retry": "", - "Message approved and queued for sending": "", - "Promo code not found": "", - "Question not found": "", - "[Action Required] Message Pending Review - :subject": "", - "Message not found": "", - "Message must be in pending review status to be approved": "", - "The :attribute must be a valid URL.": "", - "The :attribute must use http or https protocol.": "", - "The :attribute cannot point to localhost or internal addresses.": "", - "The :attribute cannot use reserved domain names.": "", - "The :attribute cannot point to cloud metadata endpoints.": "", - "The :attribute cannot point to private or internal IP addresses.": "", - "A message has been flagged for review due to eligibility check failures.": "", - "Message Details": "", - "Subject": "", - "Account": "", - "Event": "", - "Message ID": "", - "Eligibility Failures": "", - "Stripe payment account not connected": "", - "No completed paid orders on this account": "", - "Event was created less than 24 hours ago": "", - "Review Message": "", + "Ticket Name A-Z": "Nome do ingresso A-Z", + "Ticket Name Z-A": "Nome do ingresso Z-A", + "Liquid": "Liquid", + "Blade": "Blade", + "Order Confirmation": "Confirmação de pedido", + "Attendee Ticket": "Ingresso do participante", + "Sent to the customer after placing an order": "Enviado ao cliente depois de fazer um pedido", + "Sent to each attendee with their ticket": "Enviado a cada participante junto com o ingresso", + "Abandoned": "Abandonado", + "Check Ins": "Check-ins", + "Unknown": "Desconhecido", + "Opted In To Marketing": "Aceitou receber comunicações de marketing", + "Unauthorized": "Não autorizado", + "Configuration assigned successfully.": "Configuração atribuída com sucesso.", + "Impersonation started": "Personificação iniciada", + "Not currently impersonating": "Nenhuma personificação em andamento", + "Impersonation ended": "Personificação encerrada", + "No user role found in token": "Nenhuma função de usuário encontrada no token", + "You cannot modify email templates until your account is verified.": "Você não pode alterar modelos de e-mail enquanto sua conta não for verificada.", + "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "Por causa de problemas com spam, você precisa conectar uma conta Stripe antes de alterar os modelos de e-mail.", + "Invalid template type": "Tipo de modelo inválido", + "Superadmin user is viewing non-live event with ID :eventId": "Um usuário superadmin está visualizando um evento não publicado com o ID :eventId", + "Invalid report type.": "Tipo de relatório inválido.", + "Date range must be less than 370 days.": "O intervalo de datas precisa ser menor que 370 dias.", + "Attendee updated successfully": "Participante atualizado com sucesso", + "Order updated successfully": "Pedido atualizado com sucesso", + "Ticket resent successfully": "Ingresso reenviado com sucesso", + "Order confirmation resent successfully": "Confirmação de pedido reenviada com sucesso", + "If you have tickets associated with this email, we will send you an email with the details.": "Se houver ingressos associados a este e-mail, enviaremos uma mensagem com os detalhes.", + "The footer text may not be greater than 500 characters.": "O texto do rodapé não pode ter mais de 500 caracteres.", + "The layout type must be default or modern.": "O tipo de layout precisa ser \"default\" ou \"modern\".", + "The mode must be light or dark.": "O modo precisa ser \"light\" ou \"dark\".", + "The background type must be COLOR or MIRROR_COVER_IMAGE.": "O tipo de fundo precisa ser COLOR ou MIRROR_COVER_IMAGE.", + "First name must be a string": "O nome precisa ser uma string", + "First name must not exceed 255 characters": "O nome não pode ter mais de 255 caracteres", + "Last name must be a string": "O sobrenome precisa ser uma string", + "Last name must not exceed 255 characters": "O sobrenome não pode ter mais de 255 caracteres", + "Email must not exceed 255 characters": "O e-mail não pode ter mais de 255 caracteres", + "Validation failed after multiple attempts: :error": "A validação falhou após várias tentativas: :error", + "Your Ticket Details Have Been Changed": "Os dados do seu ingresso foram alterados", + "Your Order Details Have Been Changed": "Os dados do seu pedido foram alterados", + "Response from :organizerName": "Resposta de :organizerName", + "Your Tickets": "Seus ingressos", + "Invalid VAT number format": "Formato de número de IVA inválido", + "The system default configuration cannot be deleted.": "A configuração padrão do sistema não pode ser excluída.", + "User does not belong to this account": "O usuário não pertence a esta conta", + "Impersonation not allowed": "Personificação não permitida", + "Email template not found": "Modelo de e-mail não encontrado", + "Unable to verify Stripe signature with any platform": "Não foi possível verificar a assinatura do Stripe com nenhuma plataforma", + "Order :id not found for event :eventId": "Pedido :id não encontrado para o evento :eventId", + "Order is not in a valid status to be abandoned": "O pedido não está em um status válido para ser abandonado", + "Order has already expired": "O pedido já expirou", + "Attendee not found": "Participante não encontrado", + "Event not found": "Evento não encontrado", + "Page must be a positive integer": "A página precisa ser um número inteiro positivo", + "Page not found": "Página não encontrada", + "Invalid or expired link. Please request a new one.": "Link inválido ou expirado. Solicite um novo.", + "This link has expired. Please request a new one.": "Este link expirou. Solicite um novo.", + "SUPERADMIN users cannot be created through the application": "Usuários SUPERADMIN não podem ser criados pelo aplicativo", + "Cannot associate a user with SUPERADMIN role to an account": "Não é possível associar a uma conta um usuário com a função SUPERADMIN", + "View Order & Tickets": "Ver pedido e ingressos", + "Summer Music Festival 2024": "Festival de Música de Verão 2024", + "3 Arena, North Wall Quay, Dublin 1, Ireland": "3Arena, North Wall Quay, Dublin 1, Irlanda", + "Join us for an unforgettable evening of live music featuring top artists from around the world.": "Venha viver uma noite inesquecível de música ao vivo com os melhores artistas do mundo.", + "Please transfer the total amount to the following bank account within 5 business days.": "Transfira o valor total para a conta bancária abaixo em até 5 dias úteis.", + "Thank you for your purchase! We look forward to seeing you at the event.": "Obrigado pela compra! Esperamos você no evento.", + "Platform Fee": "Taxa da plataforma", + "Processing charge event": "Processando o evento de cobrança", + "Charge not in succeeded status, skipping": "Cobrança não está com status \"succeeded\", ignorando", + "Stripe payment not found for charge": "Nenhum pagamento do Stripe encontrado para a cobrança", + "Order not found for charge": "Nenhum pedido encontrado para a cobrança", + "Extracting platform fee for order": "Extraindo a taxa da plataforma do pedido", + "Retrieving balance transaction from Stripe": "Buscando a transação de saldo no Stripe", + "No balance transaction found for charge": "Nenhuma transação de saldo encontrada para a cobrança", + "Platform fee already stored for this transaction": "A taxa da plataforma já foi salva para esta transação", + "Platform fee stored successfully": "Taxa da plataforma salva com sucesso", + "Failed to store platform fee": "Falha ao salvar a taxa da plataforma", + "Ticket Reference": "Referência do ingresso", + "Order Reference": "Referência do pedido", + "The name of the event": "O nome do evento", + "The event start date": "A data de início do evento", + "The event start time": "O horário de início do evento", + "The event end date": "A data de término do evento", + "The event end time": "O horário de término do evento", + "The full event address": "O endereço completo do evento", + "The event venue name": "O nome do local do evento", + "The venue address line 1": "A linha 1 do endereço do local", + "The venue address line 2": "A linha 2 do endereço do local", + "The venue city": "A cidade do local", + "The venue state or region": "O estado ou região do local", + "The venue ZIP or postal code": "O CEP do local", + "The venue country code": "O código do país do local", + "The event description": "A descrição do evento", + "The organizer\\'s name": "O nome do organizador", + "The organizer\\'s email": "O e-mail do organizador", + "The support email address": "O e-mail de suporte", + "Instructions for offline payment": "Instruções para pagamento offline", + "Message shown after checkout": "Mensagem exibida após a finalização da compra", + "Link to view the order summary": "Link para ver o resumo do pedido", + "The order reference number": "O número de referência do pedido", + "The total order amount": "O valor total do pedido", + "The order date": "A data do pedido", + "The first name of the person who placed the order": "O nome de quem fez o pedido", + "The last name of the person who placed the order": "O sobrenome de quem fez o pedido", + "The email of the person who placed the order": "O e-mail de quem fez o pedido", + "The attendee\\'s full name": "O nome completo do participante", + "The attendee\\'s email": "O e-mail do participante", + "The ticket type name": "O nome do tipo de ingresso", + "The ticket price": "O preço do ingresso", + "Link to view/download the ticket": "Link para ver/baixar o ingresso", + "Stripe secret key not configured for platform: :platform": "Chave secreta do Stripe não configurada para a plataforma: :platform", + "VIES service returned HTTP :status": "O serviço VIES retornou HTTP :status", + "VAT number is not valid according to VIES": "O número de IVA não é válido segundo o VIES", + "Connection error: :error": "Erro de conexão: :error", + "Validation error: :error": "Erro de validação: :error", + "VIES service is temporarily busy. Validation will be retried.": "O serviço VIES está temporariamente ocupado. A validação será repetida.", + "Member State service is temporarily unavailable. Validation will be retried.": "O serviço do Estado-Membro está temporariamente indisponível. A validação será repetida.", + "VIES service timed out. Validation will be retried.": "O serviço VIES excedeu o tempo limite. A validação será repetida.", + "VIES server is busy. Validation will be retried.": "O servidor VIES está ocupado. A validação será repetida.", + "VIES service is unavailable. Validation will be retried.": "O serviço VIES está indisponível. A validação será repetida.", + "VIES service has reached maximum requests. Validation will be retried.": "O serviço VIES atingiu o número máximo de solicitações. A validação será repetida.", + "Invalid VAT number format.": "Formato de número de IVA inválido.", + "Invalid requester information.": "Informações do solicitante inválidas.", + "VIES validation error: :code": "Erro de validação do VIES: :code", + "Please confirm your email address": "Confirme seu endereço de e-mail", + "Email addresses do not match": "Os endereços de e-mail não coincidem", + "Please confirm the email address": "Confirme o endereço de e-mail", + "Ticket Details Changed": "Dados do ingresso alterados", + "The details on your ticket for **:eventName** have been updated.": "Os dados do seu ingresso para **:eventName** foram atualizados.", + "What Changed": "O que mudou", + "Security Information": "Informações de segurança", + "This change was made from IP address: :ipAddress": "Esta alteração foi feita a partir do endereço IP: :ipAddress", + "If you did not make this change, please contact the event organizer immediately.": "Se não foi você quem fez esta alteração, entre em contato imediatamente com o organizador do evento.", + "Event Organizer: :organizerName": "Organizador do evento: :organizerName", + "Contact: :email": "Contato: :email", + "Order Details Changed": "Dados do pedido alterados", + "The details on your order for **:eventName** have been updated.": "Os dados do seu pedido para **:eventName** foram atualizados.", + "We found :count order(s) associated with :email.": "Encontramos :count pedido(s) associado(s) a :email.", + "Click the button below to view your tickets and order details.": "Clique no botão abaixo para ver seus ingressos e os detalhes do pedido.", + "View My Tickets": "Ver meus ingressos", + "This link will expire in 24 hours.": "Este link expira em 24 horas.", + "If you did not request this, please ignore this email.": "Se não foi você quem solicitou, ignore este e-mail.", + "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "Você atingiu seu limite diário de mensagens. Tente de novo mais tarde ou fale com o suporte para aumentar seus limites.", + "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "O número de destinatários excede o limite da sua conta. Fale com o suporte para aumentar seus limites.", + "Your account tier does not allow links in messages. Please contact support to enable this feature.": "Seu plano não permite links nas mensagens. Fale com o suporte para habilitar este recurso.", + "Deleted :count failed jobs": "Excluídos :count jobs com falha", + "Failed job not found": "Job com falha não encontrado", + "Queued :count jobs for retry": ":count jobs colocados na fila para nova tentativa", + "Job queued for retry": "Job colocado na fila para nova tentativa", + "Message approved and queued for sending": "Mensagem aprovada e colocada na fila de envio", + "Promo code not found": "Código promocional não encontrado", + "Question not found": "Pergunta não encontrada", + "[Action Required] Message Pending Review - :subject": "[Ação necessária] Mensagem aguardando revisão – :subject", + "Message not found": "Mensagem não encontrada", + "Message must be in pending review status to be approved": "Para ser aprovada, a mensagem precisa estar com status de revisão pendente", + "The :attribute must be a valid URL.": "O campo :attribute precisa ser uma URL válida.", + "The :attribute must use http or https protocol.": "O campo :attribute precisa usar o protocolo http ou https.", + "The :attribute cannot point to localhost or internal addresses.": "O campo :attribute não pode apontar para localhost nem para endereços internos.", + "The :attribute cannot use reserved domain names.": "O campo :attribute não pode usar nomes de domínio reservados.", + "The :attribute cannot point to cloud metadata endpoints.": "O campo :attribute não pode apontar para endpoints de metadados na nuvem.", + "The :attribute cannot point to private or internal IP addresses.": "O campo :attribute não pode apontar para endereços IP privados ou internos.", + "A message has been flagged for review due to eligibility check failures.": "Uma mensagem foi sinalizada para revisão porque não passou nas verificações de elegibilidade.", + "Message Details": "Detalhes da mensagem", + "Subject": "Assunto", + "Account": "Conta", + "Event": "Evento", + "Message ID": "ID da mensagem", + "Eligibility Failures": "Verificações de elegibilidade não aprovadas", + "Stripe payment account not connected": "Conta de pagamentos do Stripe não conectada", + "No completed paid orders on this account": "Nenhum pedido pago concluído nesta conta", + "Event was created less than 24 hours ago": "O evento foi criado há menos de 24 horas", + "Review Message": "Revisar mensagem", "(deactivated)": "(desativado)", "Account deletion has already been requested.": "A exclusão da conta já foi solicitada.", "The following upcoming events have completed orders: :events. Please cancel and refund these orders before deleting your account.": "Os seguintes eventos futuros possuem pedidos concluídos: :events. Cancele e reembolse esses pedidos antes de excluir sua conta.", @@ -700,4 +700,4 @@ "Passes": "Passes", "There are no passes available for this event": "Não há passes disponíveis para este evento", "Get Passes": "Obter passes" -} \ No newline at end of file +} diff --git a/backend/lang/pt.json b/backend/lang/pt.json index d33cb006dd..9f4cdb3368 100644 --- a/backend/lang/pt.json +++ b/backend/lang/pt.json @@ -491,178 +491,178 @@ "Reply to :name": "Responder a :name", "This message was sent via your organizer contact form.": "Esta mensagem foi enviada através do seu formulário de contacto de organizador.", "Your email confirmation code is:": "O seu código de confirmação de email é:", - "Ticket Name A-Z": "", - "Ticket Name Z-A": "", - "Liquid": "", - "Blade": "", - "Order Confirmation": "", - "Attendee Ticket": "", - "Sent to the customer after placing an order": "", - "Sent to each attendee with their ticket": "", - "Abandoned": "", - "Check Ins": "", - "Unknown": "", - "Opted In To Marketing": "", - "Unauthorized": "", - "Configuration assigned successfully.": "", - "Impersonation started": "", - "Not currently impersonating": "", - "Impersonation ended": "", - "No user role found in token": "", - "You cannot modify email templates until your account is verified.": "", - "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "", - "Invalid template type": "", - "Superadmin user is viewing non-live event with ID :eventId": "", - "Invalid report type.": "", - "Date range must be less than 370 days.": "", - "Attendee updated successfully": "", - "Order updated successfully": "", - "Ticket resent successfully": "", - "Order confirmation resent successfully": "", - "If you have tickets associated with this email, we will send you an email with the details.": "", - "The footer text may not be greater than 500 characters.": "", - "The layout type must be default or modern.": "", - "The mode must be light or dark.": "", - "The background type must be COLOR or MIRROR_COVER_IMAGE.": "", - "First name must be a string": "", - "First name must not exceed 255 characters": "", - "Last name must be a string": "", - "Last name must not exceed 255 characters": "", - "Email must not exceed 255 characters": "", - "Validation failed after multiple attempts: :error": "", - "Your Ticket Details Have Been Changed": "", - "Your Order Details Have Been Changed": "", - "Response from :organizerName": "", - "Your Tickets": "", - "Invalid VAT number format": "", - "The system default configuration cannot be deleted.": "", - "User does not belong to this account": "", - "Impersonation not allowed": "", - "Email template not found": "", - "Unable to verify Stripe signature with any platform": "", - "Order :id not found for event :eventId": "", - "Order is not in a valid status to be abandoned": "", - "Order has already expired": "", - "Attendee not found": "", - "Event not found": "", - "Page must be a positive integer": "", - "Page not found": "", - "Invalid or expired link. Please request a new one.": "", - "This link has expired. Please request a new one.": "", - "SUPERADMIN users cannot be created through the application": "", - "Cannot associate a user with SUPERADMIN role to an account": "", - "View Order & Tickets": "", - "Summer Music Festival 2024": "", - "3 Arena, North Wall Quay, Dublin 1, Ireland": "", - "Join us for an unforgettable evening of live music featuring top artists from around the world.": "", - "Please transfer the total amount to the following bank account within 5 business days.": "", - "Thank you for your purchase! We look forward to seeing you at the event.": "", - "Platform Fee": "", - "Processing charge event": "", - "Charge not in succeeded status, skipping": "", - "Stripe payment not found for charge": "", - "Order not found for charge": "", - "Extracting platform fee for order": "", - "Retrieving balance transaction from Stripe": "", - "No balance transaction found for charge": "", - "Platform fee already stored for this transaction": "", - "Platform fee stored successfully": "", - "Failed to store platform fee": "", - "Ticket Reference": "", - "Order Reference": "", - "The name of the event": "", - "The event start date": "", - "The event start time": "", - "The event end date": "", - "The event end time": "", - "The full event address": "", - "The event venue name": "", - "The venue address line 1": "", - "The venue address line 2": "", - "The venue city": "", - "The venue state or region": "", - "The venue ZIP or postal code": "", - "The venue country code": "", - "The event description": "", - "The organizer\\'s name": "", - "The organizer\\'s email": "", - "The support email address": "", - "Instructions for offline payment": "", - "Message shown after checkout": "", - "Link to view the order summary": "", - "The order reference number": "", - "The total order amount": "", - "The order date": "", - "The first name of the person who placed the order": "", - "The last name of the person who placed the order": "", - "The email of the person who placed the order": "", - "The attendee\\'s full name": "", - "The attendee\\'s email": "", - "The ticket type name": "", - "The ticket price": "", - "Link to view/download the ticket": "", - "Stripe secret key not configured for platform: :platform": "", - "VIES service returned HTTP :status": "", - "VAT number is not valid according to VIES": "", - "Connection error: :error": "", - "Validation error: :error": "", - "VIES service is temporarily busy. Validation will be retried.": "", - "Member State service is temporarily unavailable. Validation will be retried.": "", - "VIES service timed out. Validation will be retried.": "", - "VIES server is busy. Validation will be retried.": "", - "VIES service is unavailable. Validation will be retried.": "", - "VIES service has reached maximum requests. Validation will be retried.": "", - "Invalid VAT number format.": "", - "Invalid requester information.": "", - "VIES validation error: :code": "", - "Please confirm your email address": "", - "Email addresses do not match": "", - "Please confirm the email address": "", - "Ticket Details Changed": "", - "The details on your ticket for **:eventName** have been updated.": "", - "What Changed": "", - "Security Information": "", - "This change was made from IP address: :ipAddress": "", - "If you did not make this change, please contact the event organizer immediately.": "", - "Event Organizer: :organizerName": "", - "Contact: :email": "", - "Order Details Changed": "", - "The details on your order for **:eventName** have been updated.": "", - "We found :count order(s) associated with :email.": "", - "Click the button below to view your tickets and order details.": "", - "View My Tickets": "", - "This link will expire in 24 hours.": "", - "If you did not request this, please ignore this email.": "", - "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "", - "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "", - "Your account tier does not allow links in messages. Please contact support to enable this feature.": "", - "Deleted :count failed jobs": "", - "Failed job not found": "", - "Queued :count jobs for retry": "", - "Job queued for retry": "", - "Message approved and queued for sending": "", - "Promo code not found": "", - "Question not found": "", - "[Action Required] Message Pending Review - :subject": "", - "Message not found": "", - "Message must be in pending review status to be approved": "", - "The :attribute must be a valid URL.": "", - "The :attribute must use http or https protocol.": "", - "The :attribute cannot point to localhost or internal addresses.": "", - "The :attribute cannot use reserved domain names.": "", - "The :attribute cannot point to cloud metadata endpoints.": "", - "The :attribute cannot point to private or internal IP addresses.": "", - "A message has been flagged for review due to eligibility check failures.": "", - "Message Details": "", - "Subject": "", - "Account": "", - "Event": "", - "Message ID": "", - "Eligibility Failures": "", - "Stripe payment account not connected": "", - "No completed paid orders on this account": "", - "Event was created less than 24 hours ago": "", - "Review Message": "", + "Ticket Name A-Z": "Nome do bilhete A-Z", + "Ticket Name Z-A": "Nome do bilhete Z-A", + "Liquid": "Liquid", + "Blade": "Blade", + "Order Confirmation": "Confirmação de pedido", + "Attendee Ticket": "Bilhete do participante", + "Sent to the customer after placing an order": "Enviado ao cliente depois de efetuar um pedido", + "Sent to each attendee with their ticket": "Enviado a cada participante com o respetivo bilhete", + "Abandoned": "Abandonado", + "Check Ins": "Check-ins", + "Unknown": "Desconhecido", + "Opted In To Marketing": "Aceitou comunicações de marketing", + "Unauthorized": "Não autorizado", + "Configuration assigned successfully.": "Configuração atribuída com sucesso.", + "Impersonation started": "Personificação iniciada", + "Not currently impersonating": "Não há personificação em curso", + "Impersonation ended": "Personificação terminada", + "No user role found in token": "Não foi encontrada nenhuma função de utilizador no token", + "You cannot modify email templates until your account is verified.": "Não pode alterar modelos de e-mail enquanto a sua conta não estiver verificada.", + "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "Devido a problemas com spam, tem de ligar uma conta Stripe antes de poder alterar os modelos de e-mail.", + "Invalid template type": "Tipo de modelo inválido", + "Superadmin user is viewing non-live event with ID :eventId": "Um utilizador superadmin está a ver um evento não publicado com o ID :eventId", + "Invalid report type.": "Tipo de relatório inválido.", + "Date range must be less than 370 days.": "O intervalo de datas tem de ser inferior a 370 dias.", + "Attendee updated successfully": "Participante atualizado com sucesso", + "Order updated successfully": "Pedido atualizado com sucesso", + "Ticket resent successfully": "Bilhete reenviado com sucesso", + "Order confirmation resent successfully": "Confirmação de pedido reenviada com sucesso", + "If you have tickets associated with this email, we will send you an email with the details.": "Se houver bilhetes associados a este e-mail, enviaremos uma mensagem com os detalhes.", + "The footer text may not be greater than 500 characters.": "O texto do rodapé não pode ter mais de 500 caracteres.", + "The layout type must be default or modern.": "O tipo de esquema tem de ser «default» ou «modern».", + "The mode must be light or dark.": "O modo tem de ser «light» ou «dark».", + "The background type must be COLOR or MIRROR_COVER_IMAGE.": "O tipo de fundo tem de ser COLOR ou MIRROR_COVER_IMAGE.", + "First name must be a string": "O nome próprio tem de ser uma cadeia de caracteres", + "First name must not exceed 255 characters": "O nome próprio não pode ter mais de 255 caracteres", + "Last name must be a string": "O apelido tem de ser uma cadeia de caracteres", + "Last name must not exceed 255 characters": "O apelido não pode ter mais de 255 caracteres", + "Email must not exceed 255 characters": "O e-mail não pode ter mais de 255 caracteres", + "Validation failed after multiple attempts: :error": "A validação falhou após várias tentativas: :error", + "Your Ticket Details Have Been Changed": "Os dados do seu bilhete foram alterados", + "Your Order Details Have Been Changed": "Os dados do seu pedido foram alterados", + "Response from :organizerName": "Resposta de :organizerName", + "Your Tickets": "Os seus bilhetes", + "Invalid VAT number format": "Formato de número de IVA inválido", + "The system default configuration cannot be deleted.": "A configuração predefinida do sistema não pode ser eliminada.", + "User does not belong to this account": "O utilizador não pertence a esta conta", + "Impersonation not allowed": "Personificação não permitida", + "Email template not found": "Modelo de e-mail não encontrado", + "Unable to verify Stripe signature with any platform": "Não foi possível verificar a assinatura Stripe com nenhuma plataforma", + "Order :id not found for event :eventId": "Pedido :id não encontrado para o evento :eventId", + "Order is not in a valid status to be abandoned": "O pedido não está num estado válido para ser abandonado", + "Order has already expired": "O pedido já expirou", + "Attendee not found": "Participante não encontrado", + "Event not found": "Evento não encontrado", + "Page must be a positive integer": "A página tem de ser um número inteiro positivo", + "Page not found": "Página não encontrada", + "Invalid or expired link. Please request a new one.": "Ligação inválida ou expirada. Solicite uma nova.", + "This link has expired. Please request a new one.": "Esta ligação expirou. Solicite uma nova.", + "SUPERADMIN users cannot be created through the application": "Não é possível criar utilizadores SUPERADMIN através da aplicação", + "Cannot associate a user with SUPERADMIN role to an account": "Não é possível associar a uma conta um utilizador com a função SUPERADMIN", + "View Order & Tickets": "Ver pedido e bilhetes", + "Summer Music Festival 2024": "Festival de Música de Verão 2024", + "3 Arena, North Wall Quay, Dublin 1, Ireland": "3Arena, North Wall Quay, Dublin 1, Irlanda", + "Join us for an unforgettable evening of live music featuring top artists from around the world.": "Junte-se a nós para uma noite inesquecível de música ao vivo com os melhores artistas de todo o mundo.", + "Please transfer the total amount to the following bank account within 5 business days.": "Transfira o valor total para a seguinte conta bancária no prazo de 5 dias úteis.", + "Thank you for your purchase! We look forward to seeing you at the event.": "Obrigado pela sua compra! Contamos vê-lo no evento.", + "Platform Fee": "Taxa de plataforma", + "Processing charge event": "A processar o evento de cobrança", + "Charge not in succeeded status, skipping": "Cobrança não está no estado «succeeded», a ignorar", + "Stripe payment not found for charge": "Não foi encontrado nenhum pagamento Stripe para a cobrança", + "Order not found for charge": "Não foi encontrado nenhum pedido para a cobrança", + "Extracting platform fee for order": "A obter a taxa de plataforma do pedido", + "Retrieving balance transaction from Stripe": "A obter a transação de saldo do Stripe", + "No balance transaction found for charge": "Não foi encontrada nenhuma transação de saldo para a cobrança", + "Platform fee already stored for this transaction": "A taxa de plataforma já foi guardada para esta transação", + "Platform fee stored successfully": "Taxa de plataforma guardada com sucesso", + "Failed to store platform fee": "Falha ao guardar a taxa de plataforma", + "Ticket Reference": "Referência do bilhete", + "Order Reference": "Referência do pedido", + "The name of the event": "O nome do evento", + "The event start date": "A data de início do evento", + "The event start time": "A hora de início do evento", + "The event end date": "A data de fim do evento", + "The event end time": "A hora de fim do evento", + "The full event address": "A morada completa do evento", + "The event venue name": "O nome do local do evento", + "The venue address line 1": "A linha de morada 1 do local", + "The venue address line 2": "A linha de morada 2 do local", + "The venue city": "A cidade do local", + "The venue state or region": "O distrito ou região do local", + "The venue ZIP or postal code": "O código postal do local", + "The venue country code": "O código de país do local", + "The event description": "A descrição do evento", + "The organizer\\'s name": "O nome do organizador", + "The organizer\\'s email": "O e-mail do organizador", + "The support email address": "O endereço de e-mail de apoio", + "Instructions for offline payment": "Instruções para pagamento offline", + "Message shown after checkout": "Mensagem apresentada após a compra", + "Link to view the order summary": "Ligação para ver o resumo do pedido", + "The order reference number": "O número de referência do pedido", + "The total order amount": "O valor total do pedido", + "The order date": "A data do pedido", + "The first name of the person who placed the order": "O nome próprio de quem efetuou o pedido", + "The last name of the person who placed the order": "O apelido de quem efetuou o pedido", + "The email of the person who placed the order": "O e-mail de quem efetuou o pedido", + "The attendee\\'s full name": "O nome completo do participante", + "The attendee\\'s email": "O e-mail do participante", + "The ticket type name": "O nome do tipo de bilhete", + "The ticket price": "O preço do bilhete", + "Link to view/download the ticket": "Ligação para ver/transferir o bilhete", + "Stripe secret key not configured for platform: :platform": "Chave secreta Stripe não configurada para a plataforma: :platform", + "VIES service returned HTTP :status": "O serviço VIES devolveu HTTP :status", + "VAT number is not valid according to VIES": "O número de IVA não é válido segundo o VIES", + "Connection error: :error": "Erro de ligação: :error", + "Validation error: :error": "Erro de validação: :error", + "VIES service is temporarily busy. Validation will be retried.": "O serviço VIES está temporariamente ocupado. A validação será repetida.", + "Member State service is temporarily unavailable. Validation will be retried.": "O serviço do Estado-Membro está temporariamente indisponível. A validação será repetida.", + "VIES service timed out. Validation will be retried.": "O serviço VIES excedeu o tempo limite. A validação será repetida.", + "VIES server is busy. Validation will be retried.": "O servidor VIES está ocupado. A validação será repetida.", + "VIES service is unavailable. Validation will be retried.": "O serviço VIES está indisponível. A validação será repetida.", + "VIES service has reached maximum requests. Validation will be retried.": "O serviço VIES atingiu o número máximo de pedidos. A validação será repetida.", + "Invalid VAT number format.": "Formato de número de IVA inválido.", + "Invalid requester information.": "Informação do requerente inválida.", + "VIES validation error: :code": "Erro de validação VIES: :code", + "Please confirm your email address": "Confirme o seu endereço de e-mail", + "Email addresses do not match": "Os endereços de e-mail não coincidem", + "Please confirm the email address": "Confirme o endereço de e-mail", + "Ticket Details Changed": "Dados do bilhete alterados", + "The details on your ticket for **:eventName** have been updated.": "Os dados do seu bilhete para **:eventName** foram atualizados.", + "What Changed": "O que mudou", + "Security Information": "Informação de segurança", + "This change was made from IP address: :ipAddress": "Esta alteração foi feita a partir do endereço IP: :ipAddress", + "If you did not make this change, please contact the event organizer immediately.": "Se não foi você que fez esta alteração, contacte imediatamente o organizador do evento.", + "Event Organizer: :organizerName": "Organizador do evento: :organizerName", + "Contact: :email": "Contacto: :email", + "Order Details Changed": "Dados do pedido alterados", + "The details on your order for **:eventName** have been updated.": "Os dados do seu pedido para **:eventName** foram atualizados.", + "We found :count order(s) associated with :email.": "Encontrámos :count pedido(s) associado(s) a :email.", + "Click the button below to view your tickets and order details.": "Clique no botão abaixo para ver os seus bilhetes e os detalhes do pedido.", + "View My Tickets": "Ver os meus bilhetes", + "This link will expire in 24 hours.": "Esta ligação expira dentro de 24 horas.", + "If you did not request this, please ignore this email.": "Se não foi você que fez este pedido, ignore este e-mail.", + "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "Atingiu o limite diário de mensagens. Tente novamente mais tarde ou contacte o apoio ao cliente para aumentar os seus limites.", + "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "O número de destinatários excede o limite da sua conta. Contacte o apoio ao cliente para aumentar os seus limites.", + "Your account tier does not allow links in messages. Please contact support to enable this feature.": "O seu plano não permite ligações nas mensagens. Contacte o apoio ao cliente para ativar esta funcionalidade.", + "Deleted :count failed jobs": "Eliminados :count trabalhos falhados", + "Failed job not found": "Trabalho falhado não encontrado", + "Queued :count jobs for retry": ":count trabalhos colocados em fila para nova tentativa", + "Job queued for retry": "Trabalho colocado em fila para nova tentativa", + "Message approved and queued for sending": "Mensagem aprovada e colocada em fila para envio", + "Promo code not found": "Código promocional não encontrado", + "Question not found": "Pergunta não encontrada", + "[Action Required] Message Pending Review - :subject": "[Ação necessária] Mensagem a aguardar revisão – :subject", + "Message not found": "Mensagem não encontrada", + "Message must be in pending review status to be approved": "Para ser aprovada, a mensagem tem de estar no estado de revisão pendente", + "The :attribute must be a valid URL.": "O campo :attribute tem de ser um URL válido.", + "The :attribute must use http or https protocol.": "O campo :attribute tem de usar o protocolo http ou https.", + "The :attribute cannot point to localhost or internal addresses.": "O campo :attribute não pode apontar para localhost nem para endereços internos.", + "The :attribute cannot use reserved domain names.": "O campo :attribute não pode usar nomes de domínio reservados.", + "The :attribute cannot point to cloud metadata endpoints.": "O campo :attribute não pode apontar para pontos finais de metadados na cloud.", + "The :attribute cannot point to private or internal IP addresses.": "O campo :attribute não pode apontar para endereços IP privados ou internos.", + "A message has been flagged for review due to eligibility check failures.": "Uma mensagem foi assinalada para revisão por não ter passado as verificações de elegibilidade.", + "Message Details": "Detalhes da mensagem", + "Subject": "Assunto", + "Account": "Conta", + "Event": "Evento", + "Message ID": "ID da mensagem", + "Eligibility Failures": "Verificações de elegibilidade falhadas", + "Stripe payment account not connected": "Conta de pagamentos Stripe não ligada", + "No completed paid orders on this account": "Não há pedidos pagos concluídos nesta conta", + "Event was created less than 24 hours ago": "O evento foi criado há menos de 24 horas", + "Review Message": "Rever mensagem", "(deactivated)": "(desativado)", "Account deletion has already been requested.": "A eliminação da conta já foi pedida.", "The following upcoming events have completed orders: :events. Please cancel and refund these orders before deleting your account.": "Os seguintes eventos futuros têm encomendas concluídas: :events. Cancele e reembolse estas encomendas antes de eliminar a sua conta.", @@ -700,4 +700,4 @@ "Passes": "Passes", "There are no passes available for this event": "Não há passes disponíveis para este evento", "Get Passes": "Obter passes" -} \ No newline at end of file +} diff --git a/backend/lang/se.json b/backend/lang/se.json index d8d60fbcc0..51b296eba7 100644 --- a/backend/lang/se.json +++ b/backend/lang/se.json @@ -527,5 +527,177 @@ "Register": "Anmäl dig", "Passes": "Pass", "There are no passes available for this event": "Det finns inga pass tillgängliga för detta evenemang", - "Get Passes": "Skaffa pass" -} \ No newline at end of file + "Get Passes": "Skaffa pass", + "Ticket Name A-Z": "Biljettnamn A–Ö", + "Ticket Name Z-A": "Biljettnamn Ö–A", + "Liquid": "Liquid", + "Blade": "Blade", + "Order Confirmation": "Orderbekräftelse", + "Attendee Ticket": "Deltagarbiljett", + "Sent to the customer after placing an order": "Skickas till kunden när en order har lagts", + "Sent to each attendee with their ticket": "Skickas till varje deltagare tillsammans med biljetten", + "Abandoned": "Övergiven", + "Check Ins": "Incheckningar", + "Unknown": "Okänd", + "Opted In To Marketing": "Har tackat ja till marknadsföring", + "Unauthorized": "Obehörig", + "Configuration assigned successfully.": "Konfigurationen har tilldelats.", + "Impersonation started": "Personifiering påbörjad", + "Not currently impersonating": "Ingen personifiering pågår just nu", + "Impersonation ended": "Personifiering avslutad", + "No user role found in token": "Ingen användarroll hittades i token", + "You cannot modify email templates until your account is verified.": "Du kan inte ändra e-postmallar förrän ditt konto är verifierat.", + "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "På grund av problem med skräppost måste du koppla ett Stripe-konto innan du kan ändra e-postmallar.", + "Invalid template type": "Ogiltig malltyp", + "Superadmin user is viewing non-live event with ID :eventId": "En superadminanvändare visar ett ej publicerat evenemang med ID :eventId", + "Invalid report type.": "Ogiltig rapporttyp.", + "Date range must be less than 370 days.": "Datumintervallet måste vara kortare än 370 dagar.", + "Attendee updated successfully": "Deltagaren har uppdaterats", + "Order updated successfully": "Ordern har uppdaterats", + "Ticket resent successfully": "Biljetten har skickats igen", + "Order confirmation resent successfully": "Orderbekräftelsen har skickats igen", + "If you have tickets associated with this email, we will send you an email with the details.": "Om det finns biljetter kopplade till den här e-postadressen skickar vi ett mejl med detaljerna.", + "The footer text may not be greater than 500 characters.": "Sidfotstexten får inte vara längre än 500 tecken.", + "The layout type must be default or modern.": "Layouttypen måste vara ”default” eller ”modern”.", + "The mode must be light or dark.": "Läget måste vara ”light” eller ”dark”.", + "The background type must be COLOR or MIRROR_COVER_IMAGE.": "Bakgrundstypen måste vara COLOR eller MIRROR_COVER_IMAGE.", + "First name must be a string": "Förnamnet måste vara en textsträng", + "First name must not exceed 255 characters": "Förnamnet får inte vara längre än 255 tecken", + "Last name must be a string": "Efternamnet måste vara en textsträng", + "Last name must not exceed 255 characters": "Efternamnet får inte vara längre än 255 tecken", + "Email must not exceed 255 characters": "E-postadressen får inte vara längre än 255 tecken", + "Validation failed after multiple attempts: :error": "Valideringen misslyckades efter flera försök: :error", + "Your Ticket Details Have Been Changed": "Uppgifterna på din biljett har ändrats", + "Your Order Details Have Been Changed": "Uppgifterna för din order har ändrats", + "Response from :organizerName": "Svar från :organizerName", + "Your Tickets": "Dina biljetter", + "Invalid VAT number format": "Ogiltigt format på momsregistreringsnummer", + "The system default configuration cannot be deleted.": "Systemets standardkonfiguration kan inte tas bort.", + "User does not belong to this account": "Användaren tillhör inte det här kontot", + "Impersonation not allowed": "Personifiering är inte tillåten", + "Email template not found": "E-postmallen hittades inte", + "Unable to verify Stripe signature with any platform": "Det gick inte att verifiera Stripe-signaturen mot någon plattform", + "Order :id not found for event :eventId": "Order :id hittades inte för evenemang :eventId", + "Order is not in a valid status to be abandoned": "Ordern har inte en status som gör att den kan överges", + "Order has already expired": "Ordern har redan gått ut", + "Attendee not found": "Deltagaren hittades inte", + "Event not found": "Evenemanget hittades inte", + "Page must be a positive integer": "Sidan måste vara ett positivt heltal", + "Page not found": "Sidan hittades inte", + "Invalid or expired link. Please request a new one.": "Ogiltig länk eller länk som gått ut. Begär en ny.", + "This link has expired. Please request a new one.": "Den här länken har gått ut. Begär en ny.", + "SUPERADMIN users cannot be created through the application": "SUPERADMIN-användare kan inte skapas via applikationen", + "Cannot associate a user with SUPERADMIN role to an account": "Det går inte att koppla en användare med rollen SUPERADMIN till ett konto", + "View Order & Tickets": "Visa order och biljetter", + "Summer Music Festival 2024": "Sommarens musikfestival 2024", + "3 Arena, North Wall Quay, Dublin 1, Ireland": "3Arena, North Wall Quay, Dublin 1, Irland", + "Join us for an unforgettable evening of live music featuring top artists from around the world.": "Följ med på en oförglömlig kväll med livemusik och toppartister från hela världen.", + "Please transfer the total amount to the following bank account within 5 business days.": "Överför hela beloppet till följande bankkonto inom 5 arbetsdagar.", + "Thank you for your purchase! We look forward to seeing you at the event.": "Tack för ditt köp! Vi ser fram emot att träffa dig på evenemanget.", + "Platform Fee": "Plattformsavgift", + "Processing charge event": "Bearbetar charge-händelse", + "Charge not in succeeded status, skipping": "Charge har inte status ”succeeded”, hoppar över", + "Stripe payment not found for charge": "Ingen Stripe-betalning hittades för denna charge", + "Order not found for charge": "Ingen order hittades för denna charge", + "Extracting platform fee for order": "Hämtar plattformsavgiften för ordern", + "Retrieving balance transaction from Stripe": "Hämtar saldotransaktion från Stripe", + "No balance transaction found for charge": "Ingen saldotransaktion hittades för denna charge", + "Platform fee already stored for this transaction": "Plattformsavgiften är redan sparad för den här transaktionen", + "Platform fee stored successfully": "Plattformsavgiften har sparats", + "Failed to store platform fee": "Det gick inte att spara plattformsavgiften", + "Ticket Reference": "Biljettreferens", + "Order Reference": "Orderreferens", + "The name of the event": "Evenemangets namn", + "The event start date": "Evenemangets startdatum", + "The event start time": "Evenemangets starttid", + "The event end date": "Evenemangets slutdatum", + "The event end time": "Evenemangets sluttid", + "The full event address": "Evenemangets fullständiga adress", + "The event venue name": "Namnet på evenemangets plats", + "The venue address line 1": "Platsens adressrad 1", + "The venue address line 2": "Platsens adressrad 2", + "The venue city": "Platsens ort", + "The venue state or region": "Platsens region eller län", + "The venue ZIP or postal code": "Platsens postnummer", + "The venue country code": "Platsens landskod", + "The event description": "Evenemangets beskrivning", + "The organizer\\'s name": "Arrangörens namn", + "The organizer\\'s email": "Arrangörens e-postadress", + "The support email address": "E-postadress för support", + "Instructions for offline payment": "Instruktioner för betalning offline", + "Message shown after checkout": "Meddelande som visas efter kassan", + "Link to view the order summary": "Länk för att visa ordersammanfattningen", + "The order reference number": "Orderns referensnummer", + "The total order amount": "Orderns totalbelopp", + "The order date": "Orderdatum", + "The first name of the person who placed the order": "Förnamn på personen som lade ordern", + "The last name of the person who placed the order": "Efternamn på personen som lade ordern", + "The email of the person who placed the order": "E-postadress till personen som lade ordern", + "The attendee\\'s full name": "Deltagarens fullständiga namn", + "The attendee\\'s email": "Deltagarens e-postadress", + "The ticket type name": "Namnet på biljettypen", + "The ticket price": "Biljettpriset", + "Link to view/download the ticket": "Länk för att visa/ladda ner biljetten", + "Stripe secret key not configured for platform: :platform": "Stripe-hemlighet är inte konfigurerad för plattformen: :platform", + "VIES service returned HTTP :status": "VIES-tjänsten svarade med HTTP :status", + "VAT number is not valid according to VIES": "Momsregistreringsnumret är inte giltigt enligt VIES", + "Connection error: :error": "Anslutningsfel: :error", + "Validation error: :error": "Valideringsfel: :error", + "VIES service is temporarily busy. Validation will be retried.": "VIES-tjänsten är tillfälligt upptagen. Valideringen görs om.", + "Member State service is temporarily unavailable. Validation will be retried.": "Medlemsstatens tjänst är tillfälligt otillgänglig. Valideringen görs om.", + "VIES service timed out. Validation will be retried.": "VIES-tjänsten svarade inte i tid. Valideringen görs om.", + "VIES server is busy. Validation will be retried.": "VIES-servern är upptagen. Valideringen görs om.", + "VIES service is unavailable. Validation will be retried.": "VIES-tjänsten är otillgänglig. Valideringen görs om.", + "VIES service has reached maximum requests. Validation will be retried.": "VIES-tjänsten har nått maximalt antal förfrågningar. Valideringen görs om.", + "Invalid VAT number format.": "Ogiltigt format på momsregistreringsnummer.", + "Invalid requester information.": "Ogiltiga uppgifter om den som frågar.", + "VIES validation error: :code": "VIES-valideringsfel: :code", + "Please confirm your email address": "Bekräfta din e-postadress", + "Email addresses do not match": "E-postadresserna stämmer inte överens", + "Please confirm the email address": "Bekräfta e-postadressen", + "Ticket Details Changed": "Biljettuppgifter ändrade", + "The details on your ticket for **:eventName** have been updated.": "Uppgifterna på din biljett till **:eventName** har uppdaterats.", + "What Changed": "Det här har ändrats", + "Security Information": "Säkerhetsinformation", + "This change was made from IP address: :ipAddress": "Ändringen gjordes från IP-adressen: :ipAddress", + "If you did not make this change, please contact the event organizer immediately.": "Om det inte var du som gjorde ändringen, kontakta arrangören omedelbart.", + "Event Organizer: :organizerName": "Arrangör: :organizerName", + "Contact: :email": "Kontakt: :email", + "Order Details Changed": "Orderuppgifter ändrade", + "The details on your order for **:eventName** have been updated.": "Uppgifterna för din order till **:eventName** har uppdaterats.", + "We found :count order(s) associated with :email.": "Vi hittade :count order kopplade till :email.", + "Click the button below to view your tickets and order details.": "Klicka på knappen nedan för att se dina biljetter och orderuppgifter.", + "View My Tickets": "Visa mina biljetter", + "This link will expire in 24 hours.": "Länken går ut om 24 timmar.", + "If you did not request this, please ignore this email.": "Om du inte har begärt detta kan du bortse från det här mejlet.", + "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "Du har nått din dagliga meddelandegräns. Försök igen senare eller kontakta supporten för att höja dina gränser.", + "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "Antalet mottagare överskrider gränsen för ditt konto. Kontakta supporten för att höja dina gränser.", + "Your account tier does not allow links in messages. Please contact support to enable this feature.": "Din kontonivå tillåter inte länkar i meddelanden. Kontakta supporten för att aktivera funktionen.", + "Deleted :count failed jobs": ":count misslyckade jobb togs bort", + "Failed job not found": "Det misslyckade jobbet hittades inte", + "Queued :count jobs for retry": ":count jobb köades för nytt försök", + "Job queued for retry": "Jobbet köades för nytt försök", + "Message approved and queued for sending": "Meddelandet godkändes och köades för utskick", + "Promo code not found": "Kampanjkoden hittades inte", + "Question not found": "Frågan hittades inte", + "[Action Required] Message Pending Review - :subject": "[Åtgärd krävs] Meddelande väntar på granskning – :subject", + "Message not found": "Meddelandet hittades inte", + "Message must be in pending review status to be approved": "Meddelandet måste ha status ”väntar på granskning” för att kunna godkännas", + "The :attribute must be a valid URL.": ":attribute måste vara en giltig URL.", + "The :attribute must use http or https protocol.": ":attribute måste använda protokollet http eller https.", + "The :attribute cannot point to localhost or internal addresses.": ":attribute får inte peka på localhost eller interna adresser.", + "The :attribute cannot use reserved domain names.": ":attribute får inte använda reserverade domännamn.", + "The :attribute cannot point to cloud metadata endpoints.": ":attribute får inte peka på molnets metadataslutpunkter.", + "The :attribute cannot point to private or internal IP addresses.": ":attribute får inte peka på privata eller interna IP-adresser.", + "A message has been flagged for review due to eligibility check failures.": "Ett meddelande har flaggats för granskning eftersom behörighetskontrollerna inte gick igenom.", + "Message Details": "Meddelandeuppgifter", + "Subject": "Ämne", + "Account": "Konto", + "Event": "Evenemang", + "Message ID": "Meddelande-ID", + "Eligibility Failures": "Behörighetskontroller som inte gick igenom", + "Stripe payment account not connected": "Stripe-betalkonto är inte kopplat", + "No completed paid orders on this account": "Inga slutförda betalda ordrar på det här kontot", + "Event was created less than 24 hours ago": "Evenemanget skapades för mindre än 24 timmar sedan", + "Review Message": "Granska meddelandet" +} diff --git a/backend/lang/tr.json b/backend/lang/tr.json index 288e5d930e..7cdaaf78a9 100644 --- a/backend/lang/tr.json +++ b/backend/lang/tr.json @@ -506,178 +506,178 @@ "Reply to :name": ":name'e Yanıtla", "This message was sent via your organizer contact form.": "Bu mesaj organizatör iletişim formunuz aracılığıyla gönderildi.", "Your email confirmation code is:": "E-posta onay kodunuz:", - "Ticket Name A-Z": "", - "Ticket Name Z-A": "", - "Liquid": "", - "Blade": "", - "Order Confirmation": "", - "Attendee Ticket": "", - "Sent to the customer after placing an order": "", - "Sent to each attendee with their ticket": "", - "Abandoned": "", - "Check Ins": "", - "Unknown": "", - "Opted In To Marketing": "", - "Unauthorized": "", - "Configuration assigned successfully.": "", - "Impersonation started": "", - "Not currently impersonating": "", - "Impersonation ended": "", - "No user role found in token": "", - "You cannot modify email templates until your account is verified.": "", - "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "", - "Invalid template type": "", - "Superadmin user is viewing non-live event with ID :eventId": "", - "Invalid report type.": "", - "Date range must be less than 370 days.": "", - "Attendee updated successfully": "", - "Order updated successfully": "", - "Ticket resent successfully": "", - "Order confirmation resent successfully": "", - "If you have tickets associated with this email, we will send you an email with the details.": "", - "The footer text may not be greater than 500 characters.": "", - "The layout type must be default or modern.": "", - "The mode must be light or dark.": "", - "The background type must be COLOR or MIRROR_COVER_IMAGE.": "", - "First name must be a string": "", - "First name must not exceed 255 characters": "", - "Last name must be a string": "", - "Last name must not exceed 255 characters": "", - "Email must not exceed 255 characters": "", - "Validation failed after multiple attempts: :error": "", - "Your Ticket Details Have Been Changed": "", - "Your Order Details Have Been Changed": "", - "Response from :organizerName": "", - "Your Tickets": "", - "Invalid VAT number format": "", - "The system default configuration cannot be deleted.": "", - "User does not belong to this account": "", - "Impersonation not allowed": "", - "Email template not found": "", - "Unable to verify Stripe signature with any platform": "", - "Order :id not found for event :eventId": "", - "Order is not in a valid status to be abandoned": "", - "Order has already expired": "", - "Attendee not found": "", - "Event not found": "", - "Page must be a positive integer": "", - "Page not found": "", - "Invalid or expired link. Please request a new one.": "", - "This link has expired. Please request a new one.": "", - "SUPERADMIN users cannot be created through the application": "", - "Cannot associate a user with SUPERADMIN role to an account": "", - "View Order & Tickets": "", - "Summer Music Festival 2024": "", - "3 Arena, North Wall Quay, Dublin 1, Ireland": "", - "Join us for an unforgettable evening of live music featuring top artists from around the world.": "", - "Please transfer the total amount to the following bank account within 5 business days.": "", - "Thank you for your purchase! We look forward to seeing you at the event.": "", - "Platform Fee": "", - "Processing charge event": "", - "Charge not in succeeded status, skipping": "", - "Stripe payment not found for charge": "", - "Order not found for charge": "", - "Extracting platform fee for order": "", - "Retrieving balance transaction from Stripe": "", - "No balance transaction found for charge": "", - "Platform fee already stored for this transaction": "", - "Platform fee stored successfully": "", - "Failed to store platform fee": "", - "Ticket Reference": "", - "Order Reference": "", - "The name of the event": "", - "The event start date": "", - "The event start time": "", - "The event end date": "", - "The event end time": "", - "The full event address": "", - "The event venue name": "", - "The venue address line 1": "", - "The venue address line 2": "", - "The venue city": "", - "The venue state or region": "", - "The venue ZIP or postal code": "", - "The venue country code": "", - "The event description": "", - "The organizer\\'s name": "", - "The organizer\\'s email": "", - "The support email address": "", - "Instructions for offline payment": "", - "Message shown after checkout": "", - "Link to view the order summary": "", - "The order reference number": "", - "The total order amount": "", - "The order date": "", - "The first name of the person who placed the order": "", - "The last name of the person who placed the order": "", - "The email of the person who placed the order": "", - "The attendee\\'s full name": "", - "The attendee\\'s email": "", - "The ticket type name": "", - "The ticket price": "", - "Link to view/download the ticket": "", - "Stripe secret key not configured for platform: :platform": "", - "VIES service returned HTTP :status": "", - "VAT number is not valid according to VIES": "", - "Connection error: :error": "", - "Validation error: :error": "", - "VIES service is temporarily busy. Validation will be retried.": "", - "Member State service is temporarily unavailable. Validation will be retried.": "", - "VIES service timed out. Validation will be retried.": "", - "VIES server is busy. Validation will be retried.": "", - "VIES service is unavailable. Validation will be retried.": "", - "VIES service has reached maximum requests. Validation will be retried.": "", - "Invalid VAT number format.": "", - "Invalid requester information.": "", - "VIES validation error: :code": "", - "Please confirm your email address": "", - "Email addresses do not match": "", - "Please confirm the email address": "", - "Ticket Details Changed": "", - "The details on your ticket for **:eventName** have been updated.": "", - "What Changed": "", - "Security Information": "", - "This change was made from IP address: :ipAddress": "", - "If you did not make this change, please contact the event organizer immediately.": "", - "Event Organizer: :organizerName": "", - "Contact: :email": "", - "Order Details Changed": "", - "The details on your order for **:eventName** have been updated.": "", - "We found :count order(s) associated with :email.": "", - "Click the button below to view your tickets and order details.": "", - "View My Tickets": "", - "This link will expire in 24 hours.": "", - "If you did not request this, please ignore this email.": "", - "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "", - "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "", - "Your account tier does not allow links in messages. Please contact support to enable this feature.": "", - "Deleted :count failed jobs": "", - "Failed job not found": "", - "Queued :count jobs for retry": "", - "Job queued for retry": "", - "Message approved and queued for sending": "", - "Promo code not found": "", - "Question not found": "", - "[Action Required] Message Pending Review - :subject": "", - "Message not found": "", - "Message must be in pending review status to be approved": "", - "The :attribute must be a valid URL.": "", - "The :attribute must use http or https protocol.": "", - "The :attribute cannot point to localhost or internal addresses.": "", - "The :attribute cannot use reserved domain names.": "", - "The :attribute cannot point to cloud metadata endpoints.": "", - "The :attribute cannot point to private or internal IP addresses.": "", - "A message has been flagged for review due to eligibility check failures.": "", - "Message Details": "", - "Subject": "", - "Account": "", - "Event": "", - "Message ID": "", - "Eligibility Failures": "", - "Stripe payment account not connected": "", - "No completed paid orders on this account": "", - "Event was created less than 24 hours ago": "", - "Review Message": "", + "Ticket Name A-Z": "Bilet Adı A-Z", + "Ticket Name Z-A": "Bilet Adı Z-A", + "Liquid": "Liquid", + "Blade": "Blade", + "Order Confirmation": "Sipariş Onayı", + "Attendee Ticket": "Katılımcı Bileti", + "Sent to the customer after placing an order": "Sipariş verildikten sonra müşteriye gönderilir", + "Sent to each attendee with their ticket": "Her katılımcıya biletiyle birlikte gönderilir", + "Abandoned": "Yarım bırakıldı", + "Check Ins": "Check-in'ler", + "Unknown": "Bilinmiyor", + "Opted In To Marketing": "Pazarlama iletilerini kabul etti", + "Unauthorized": "Yetkisiz", + "Configuration assigned successfully.": "Yapılandırma başarıyla atandı.", + "Impersonation started": "Kimliğe bürünme başlatıldı", + "Not currently impersonating": "Şu anda kimliğe bürünme yok", + "Impersonation ended": "Kimliğe bürünme sona erdi", + "No user role found in token": "Belirteçte kullanıcı rolü bulunamadı", + "You cannot modify email templates until your account is verified.": "Hesabınız doğrulanana kadar e-posta şablonlarını değiştiremezsiniz.", + "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "Spam sorunları nedeniyle, e-posta şablonlarını değiştirebilmek için önce bir Stripe hesabı bağlamanız gerekir.", + "Invalid template type": "Geçersiz şablon türü", + "Superadmin user is viewing non-live event with ID :eventId": "Süper yönetici kullanıcısı :eventId kimlikli yayımlanmamış etkinliği görüntülüyor", + "Invalid report type.": "Geçersiz rapor türü.", + "Date range must be less than 370 days.": "Tarih aralığı 370 günden kısa olmalıdır.", + "Attendee updated successfully": "Katılımcı başarıyla güncellendi", + "Order updated successfully": "Sipariş başarıyla güncellendi", + "Ticket resent successfully": "Bilet başarıyla yeniden gönderildi", + "Order confirmation resent successfully": "Sipariş onayı başarıyla yeniden gönderildi", + "If you have tickets associated with this email, we will send you an email with the details.": "Bu e-postayla ilişkili biletiniz varsa, ayrıntıları içeren bir e-posta göndereceğiz.", + "The footer text may not be greater than 500 characters.": "Alt bilgi metni 500 karakterden uzun olamaz.", + "The layout type must be default or modern.": "Düzen türü \"default\" veya \"modern\" olmalıdır.", + "The mode must be light or dark.": "Mod \"light\" veya \"dark\" olmalıdır.", + "The background type must be COLOR or MIRROR_COVER_IMAGE.": "Arka plan türü COLOR veya MIRROR_COVER_IMAGE olmalıdır.", + "First name must be a string": "Ad bir metin olmalıdır", + "First name must not exceed 255 characters": "Ad 255 karakteri aşmamalıdır", + "Last name must be a string": "Soyadı bir metin olmalıdır", + "Last name must not exceed 255 characters": "Soyadı 255 karakteri aşmamalıdır", + "Email must not exceed 255 characters": "E-posta 255 karakteri aşmamalıdır", + "Validation failed after multiple attempts: :error": "Birden fazla denemeden sonra doğrulama başarısız oldu: :error", + "Your Ticket Details Have Been Changed": "Bilet Bilgileriniz Değişti", + "Your Order Details Have Been Changed": "Sipariş Bilgileriniz Değişti", + "Response from :organizerName": ":organizerName tarafından yanıt", + "Your Tickets": "Biletleriniz", + "Invalid VAT number format": "Geçersiz KDV numarası biçimi", + "The system default configuration cannot be deleted.": "Sistem varsayılan yapılandırması silinemez.", + "User does not belong to this account": "Kullanıcı bu hesaba ait değil", + "Impersonation not allowed": "Kimliğe bürünmeye izin verilmiyor", + "Email template not found": "E-posta şablonu bulunamadı", + "Unable to verify Stripe signature with any platform": "Stripe imzası hiçbir platformla doğrulanamadı", + "Order :id not found for event :eventId": ":eventId etkinliği için :id numaralı sipariş bulunamadı", + "Order is not in a valid status to be abandoned": "Sipariş, yarım bırakılabilecek bir durumda değil", + "Order has already expired": "Siparişin süresi zaten dolmuş", + "Attendee not found": "Katılımcı bulunamadı", + "Event not found": "Etkinlik bulunamadı", + "Page must be a positive integer": "Sayfa pozitif bir tam sayı olmalıdır", + "Page not found": "Sayfa bulunamadı", + "Invalid or expired link. Please request a new one.": "Bağlantı geçersiz veya süresi dolmuş. Lütfen yenisini isteyin.", + "This link has expired. Please request a new one.": "Bu bağlantının süresi doldu. Lütfen yenisini isteyin.", + "SUPERADMIN users cannot be created through the application": "SUPERADMIN kullanıcıları uygulama üzerinden oluşturulamaz", + "Cannot associate a user with SUPERADMIN role to an account": "SUPERADMIN rolüne sahip bir kullanıcı bir hesapla ilişkilendirilemez", + "View Order & Tickets": "Siparişi ve Biletleri Görüntüle", + "Summer Music Festival 2024": "Yaz Müzik Festivali 2024", + "3 Arena, North Wall Quay, Dublin 1, Ireland": "3Arena, North Wall Quay, Dublin 1, İrlanda", + "Join us for an unforgettable evening of live music featuring top artists from around the world.": "Dünyanın dört bir yanından gelen üst düzey sanatçılarla unutulmaz bir canlı müzik gecesinde bize katılın.", + "Please transfer the total amount to the following bank account within 5 business days.": "Lütfen toplam tutarı 5 iş günü içinde aşağıdaki banka hesabına aktarın.", + "Thank you for your purchase! We look forward to seeing you at the event.": "Satın aldığınız için teşekkürler! Etkinlikte görüşmek üzere.", + "Platform Fee": "Platform Ücreti", + "Processing charge event": "Tahsilat olayı işleniyor", + "Charge not in succeeded status, skipping": "Tahsilat \"succeeded\" durumunda değil, atlanıyor", + "Stripe payment not found for charge": "Tahsilat için Stripe ödemesi bulunamadı", + "Order not found for charge": "Tahsilat için sipariş bulunamadı", + "Extracting platform fee for order": "Sipariş için platform ücreti çıkarılıyor", + "Retrieving balance transaction from Stripe": "Bakiye işlemi Stripe'tan alınıyor", + "No balance transaction found for charge": "Tahsilat için bakiye işlemi bulunamadı", + "Platform fee already stored for this transaction": "Bu işlem için platform ücreti zaten kaydedilmiş", + "Platform fee stored successfully": "Platform ücreti başarıyla kaydedildi", + "Failed to store platform fee": "Platform ücreti kaydedilemedi", + "Ticket Reference": "Bilet Referansı", + "Order Reference": "Sipariş Referansı", + "The name of the event": "Etkinliğin adı", + "The event start date": "Etkinliğin başlangıç tarihi", + "The event start time": "Etkinliğin başlangıç saati", + "The event end date": "Etkinliğin bitiş tarihi", + "The event end time": "Etkinliğin bitiş saati", + "The full event address": "Etkinliğin tam adresi", + "The event venue name": "Etkinlik mekânının adı", + "The venue address line 1": "Mekân adres satırı 1", + "The venue address line 2": "Mekân adres satırı 2", + "The venue city": "Mekânın bulunduğu şehir", + "The venue state or region": "Mekânın bulunduğu il veya bölge", + "The venue ZIP or postal code": "Mekânın posta kodu", + "The venue country code": "Mekânın ülke kodu", + "The event description": "Etkinliğin açıklaması", + "The organizer\\'s name": "Organizatörün adı", + "The organizer\\'s email": "Organizatörün e-posta adresi", + "The support email address": "Destek e-posta adresi", + "Instructions for offline payment": "Çevrimdışı ödeme talimatları", + "Message shown after checkout": "Ödeme sonrasında gösterilen mesaj", + "Link to view the order summary": "Sipariş özetini görüntüleme bağlantısı", + "The order reference number": "Sipariş referans numarası", + "The total order amount": "Toplam sipariş tutarı", + "The order date": "Sipariş tarihi", + "The first name of the person who placed the order": "Siparişi veren kişinin adı", + "The last name of the person who placed the order": "Siparişi veren kişinin soyadı", + "The email of the person who placed the order": "Siparişi veren kişinin e-posta adresi", + "The attendee\\'s full name": "Katılımcının tam adı", + "The attendee\\'s email": "Katılımcının e-posta adresi", + "The ticket type name": "Bilet türünün adı", + "The ticket price": "Bilet fiyatı", + "Link to view/download the ticket": "Bileti görüntüleme/indirme bağlantısı", + "Stripe secret key not configured for platform: :platform": "Şu platform için Stripe gizli anahtarı yapılandırılmamış: :platform", + "VIES service returned HTTP :status": "VIES servisi HTTP :status döndürdü", + "VAT number is not valid according to VIES": "KDV numarası VIES'e göre geçerli değil", + "Connection error: :error": "Bağlantı hatası: :error", + "Validation error: :error": "Doğrulama hatası: :error", + "VIES service is temporarily busy. Validation will be retried.": "VIES servisi geçici olarak meşgul. Doğrulama yeniden denenecek.", + "Member State service is temporarily unavailable. Validation will be retried.": "Üye Devlet servisi geçici olarak kullanılamıyor. Doğrulama yeniden denenecek.", + "VIES service timed out. Validation will be retried.": "VIES servisi zaman aşımına uğradı. Doğrulama yeniden denenecek.", + "VIES server is busy. Validation will be retried.": "VIES sunucusu meşgul. Doğrulama yeniden denenecek.", + "VIES service is unavailable. Validation will be retried.": "VIES servisi kullanılamıyor. Doğrulama yeniden denenecek.", + "VIES service has reached maximum requests. Validation will be retried.": "VIES servisi en fazla istek sayısına ulaştı. Doğrulama yeniden denenecek.", + "Invalid VAT number format.": "Geçersiz KDV numarası biçimi.", + "Invalid requester information.": "Geçersiz talep sahibi bilgisi.", + "VIES validation error: :code": "VIES doğrulama hatası: :code", + "Please confirm your email address": "Lütfen e-posta adresinizi onaylayın", + "Email addresses do not match": "E-posta adresleri eşleşmiyor", + "Please confirm the email address": "Lütfen e-posta adresini onaylayın", + "Ticket Details Changed": "Bilet Bilgileri Değişti", + "The details on your ticket for **:eventName** have been updated.": "**:eventName** biletinizdeki bilgiler güncellendi.", + "What Changed": "Neler Değişti", + "Security Information": "Güvenlik Bilgisi", + "This change was made from IP address: :ipAddress": "Bu değişiklik şu IP adresinden yapıldı: :ipAddress", + "If you did not make this change, please contact the event organizer immediately.": "Bu değişikliği siz yapmadıysanız lütfen hemen etkinlik organizatörüyle iletişime geçin.", + "Event Organizer: :organizerName": "Etkinlik Organizatörü: :organizerName", + "Contact: :email": "İletişim: :email", + "Order Details Changed": "Sipariş Bilgileri Değişti", + "The details on your order for **:eventName** have been updated.": "**:eventName** siparişinizdeki bilgiler güncellendi.", + "We found :count order(s) associated with :email.": ":email ile ilişkili :count sipariş bulduk.", + "Click the button below to view your tickets and order details.": "Biletlerinizi ve sipariş ayrıntılarınızı görmek için aşağıdaki düğmeye tıklayın.", + "View My Tickets": "Biletlerimi Görüntüle", + "This link will expire in 24 hours.": "Bu bağlantının süresi 24 saat içinde dolacak.", + "If you did not request this, please ignore this email.": "Bunu siz istemediyseniz lütfen bu e-postayı yok sayın.", + "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "Günlük mesaj sınırınıza ulaştınız. Lütfen daha sonra tekrar deneyin veya sınırlarınızı artırmak için destek ekibiyle iletişime geçin.", + "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "Alıcı sayısı hesabınızın sınırını aşıyor. Sınırlarınızı artırmak için lütfen destek ekibiyle iletişime geçin.", + "Your account tier does not allow links in messages. Please contact support to enable this feature.": "Hesap seviyeniz mesajlarda bağlantıya izin vermiyor. Bu özelliği açmak için lütfen destek ekibiyle iletişime geçin.", + "Deleted :count failed jobs": ":count başarısız iş silindi", + "Failed job not found": "Başarısız iş bulunamadı", + "Queued :count jobs for retry": ":count iş yeniden deneme için kuyruğa alındı", + "Job queued for retry": "İş yeniden deneme için kuyruğa alındı", + "Message approved and queued for sending": "Mesaj onaylandı ve gönderim için kuyruğa alındı", + "Promo code not found": "Promosyon kodu bulunamadı", + "Question not found": "Soru bulunamadı", + "[Action Required] Message Pending Review - :subject": "[İşlem Gerekli] İnceleme bekleyen mesaj – :subject", + "Message not found": "Mesaj bulunamadı", + "Message must be in pending review status to be approved": "Onaylanabilmesi için mesajın inceleme bekliyor durumunda olması gerekir", + "The :attribute must be a valid URL.": ":attribute alanı geçerli bir URL olmalıdır.", + "The :attribute must use http or https protocol.": ":attribute alanı http veya https protokolünü kullanmalıdır.", + "The :attribute cannot point to localhost or internal addresses.": ":attribute alanı localhost'a veya dahili adreslere işaret edemez.", + "The :attribute cannot use reserved domain names.": ":attribute alanı ayrılmış alan adlarını kullanamaz.", + "The :attribute cannot point to cloud metadata endpoints.": ":attribute alanı bulut meta veri uç noktalarına işaret edemez.", + "The :attribute cannot point to private or internal IP addresses.": ":attribute alanı özel veya dahili IP adreslerine işaret edemez.", + "A message has been flagged for review due to eligibility check failures.": "Uygunluk kontrolleri başarısız olduğu için bir mesaj incelenmek üzere işaretlendi.", + "Message Details": "Mesaj Ayrıntıları", + "Subject": "Konu", + "Account": "Hesap", + "Event": "Etkinlik", + "Message ID": "Mesaj Kimliği", + "Eligibility Failures": "Başarısız Uygunluk Kontrolleri", + "Stripe payment account not connected": "Stripe ödeme hesabı bağlı değil", + "No completed paid orders on this account": "Bu hesapta tamamlanmış ücretli sipariş yok", + "Event was created less than 24 hours ago": "Etkinlik 24 saatten kısa süre önce oluşturuldu", + "Review Message": "Mesajı İncele", "(deactivated)": "(devre dışı)", "Account deletion has already been requested.": "Hesap silme talebi zaten yapıldı.", "The following upcoming events have completed orders: :events. Please cancel and refund these orders before deleting your account.": "Aşağıdaki yaklaşan etkinliklerde tamamlanmış siparişler var: :events. Hesabınızı silmeden önce lütfen bu siparişleri iptal edip iade edin.", @@ -715,4 +715,4 @@ "Passes": "Biletler", "There are no passes available for this event": "Bu etkinlik için uygun bilet bulunmamaktadır", "Get Passes": "Bilet Al" -} \ No newline at end of file +} diff --git a/backend/lang/vi.json b/backend/lang/vi.json index e6ec01c46f..1d75e3c667 100644 --- a/backend/lang/vi.json +++ b/backend/lang/vi.json @@ -454,179 +454,179 @@ "Reply to :name": "Trả lời :name", "This message was sent via your organizer contact form.": "Tin nhắn này được gửi qua biểu mẫu liên hệ nhà tổ chức của bạn.", "Your email confirmation code is:": "Mã xác nhận email của bạn là:", - "Ticket Name A-Z": "", - "Ticket Name Z-A": "", - "Liquid": "", - "Blade": "", - "Order Confirmation": "", - "Attendee Ticket": "", - "Sent to the customer after placing an order": "", - "Sent to each attendee with their ticket": "", - "Abandoned": "", - "Check Ins": "", - "Unknown": "", - "Opted In To Marketing": "", - "Unauthorized": "", - "Configuration assigned successfully.": "", - "Impersonation started": "", - "Not currently impersonating": "", - "Impersonation ended": "", - "No user role found in token": "", - "You cannot modify email templates until your account is verified.": "", - "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "", - "Invalid template type": "", - "Superadmin user is viewing non-live event with ID :eventId": "", - "Invalid report type.": "", - "Date range must be less than 370 days.": "", - "Attendee updated successfully": "", - "Order updated successfully": "", - "Ticket resent successfully": "", - "Order confirmation resent successfully": "", - "If you have tickets associated with this email, we will send you an email with the details.": "", - "The footer text may not be greater than 500 characters.": "", - "The layout type must be default or modern.": "", - "The mode must be light or dark.": "", - "The background type must be COLOR or MIRROR_COVER_IMAGE.": "", - "First name must be a string": "", - "First name must not exceed 255 characters": "", - "Last name must be a string": "", - "Last name must not exceed 255 characters": "", - "Email must not exceed 255 characters": "", - "Validation failed after multiple attempts: :error": "", - "Your Ticket Details Have Been Changed": "", - "Your Order Details Have Been Changed": "", - "Response from :organizerName": "", - "Your Tickets": "", - "Invalid VAT number format": "", - "The system default configuration cannot be deleted.": "", - "User does not belong to this account": "", - "Impersonation not allowed": "", - "Email template not found": "", - "Unable to verify Stripe signature with any platform": "", - "Order :id not found for event :eventId": "", - "Order is not in a valid status to be abandoned": "", - "Order has already expired": "", - "Attendee not found": "", - "Event not found": "", - "Page must be a positive integer": "", - "Page not found": "", - "Invalid or expired link. Please request a new one.": "", - "This link has expired. Please request a new one.": "", - "SUPERADMIN users cannot be created through the application": "", - "Cannot associate a user with SUPERADMIN role to an account": "", - "View Order & Tickets": "", - "Summer Music Festival 2024": "", - "3 Arena, North Wall Quay, Dublin 1, Ireland": "", - "Join us for an unforgettable evening of live music featuring top artists from around the world.": "", - "Please transfer the total amount to the following bank account within 5 business days.": "", - "Thank you for your purchase! We look forward to seeing you at the event.": "", - "Platform Fee": "", - "Processing charge event": "", - "Charge not in succeeded status, skipping": "", - "Stripe payment not found for charge": "", - "Order not found for charge": "", - "Extracting platform fee for order": "", - "Retrieving balance transaction from Stripe": "", - "No balance transaction found for charge": "", - "Platform fee already stored for this transaction": "", - "Platform fee stored successfully": "", - "Failed to store platform fee": "", - "Ticket": "", - "Ticket Reference": "", - "Order Reference": "", - "The name of the event": "", - "The event start date": "", - "The event start time": "", - "The event end date": "", - "The event end time": "", - "The full event address": "", - "The event venue name": "", - "The venue address line 1": "", - "The venue address line 2": "", - "The venue city": "", - "The venue state or region": "", - "The venue ZIP or postal code": "", - "The venue country code": "", - "The event description": "", - "The organizer\\'s name": "", - "The organizer\\'s email": "", - "The support email address": "", - "Instructions for offline payment": "", - "Message shown after checkout": "", - "Link to view the order summary": "", - "The order reference number": "", - "The total order amount": "", - "The order date": "", - "The first name of the person who placed the order": "", - "The last name of the person who placed the order": "", - "The email of the person who placed the order": "", - "The attendee\\'s full name": "", - "The attendee\\'s email": "", - "The ticket type name": "", - "The ticket price": "", - "Link to view/download the ticket": "", - "Stripe secret key not configured for platform: :platform": "", - "VIES service returned HTTP :status": "", - "VAT number is not valid according to VIES": "", - "Connection error: :error": "", - "Validation error: :error": "", - "VIES service is temporarily busy. Validation will be retried.": "", - "Member State service is temporarily unavailable. Validation will be retried.": "", - "VIES service timed out. Validation will be retried.": "", - "VIES server is busy. Validation will be retried.": "", - "VIES service is unavailable. Validation will be retried.": "", - "VIES service has reached maximum requests. Validation will be retried.": "", - "Invalid VAT number format.": "", - "Invalid requester information.": "", - "VIES validation error: :code": "", - "Please confirm your email address": "", - "Email addresses do not match": "", - "Please confirm the email address": "", - "Ticket Details Changed": "", - "The details on your ticket for **:eventName** have been updated.": "", - "What Changed": "", - "Security Information": "", - "This change was made from IP address: :ipAddress": "", - "If you did not make this change, please contact the event organizer immediately.": "", - "Event Organizer: :organizerName": "", - "Contact: :email": "", - "Order Details Changed": "", - "The details on your order for **:eventName** have been updated.": "", - "We found :count order(s) associated with :email.": "", - "Click the button below to view your tickets and order details.": "", - "View My Tickets": "", - "This link will expire in 24 hours.": "", - "If you did not request this, please ignore this email.": "", - "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "", - "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "", - "Your account tier does not allow links in messages. Please contact support to enable this feature.": "", - "Deleted :count failed jobs": "", - "Failed job not found": "", - "Queued :count jobs for retry": "", - "Job queued for retry": "", - "Message approved and queued for sending": "", - "Promo code not found": "", - "Question not found": "", - "[Action Required] Message Pending Review - :subject": "", - "Message not found": "", - "Message must be in pending review status to be approved": "", - "The :attribute must be a valid URL.": "", - "The :attribute must use http or https protocol.": "", - "The :attribute cannot point to localhost or internal addresses.": "", - "The :attribute cannot use reserved domain names.": "", - "The :attribute cannot point to cloud metadata endpoints.": "", - "The :attribute cannot point to private or internal IP addresses.": "", - "A message has been flagged for review due to eligibility check failures.": "", - "Message Details": "", - "Subject": "", - "Account": "", - "Event": "", - "Message ID": "", - "Eligibility Failures": "", - "Stripe payment account not connected": "", - "No completed paid orders on this account": "", - "Event was created less than 24 hours ago": "", - "Review Message": "", + "Ticket Name A-Z": "Tên vé A-Z", + "Ticket Name Z-A": "Tên vé Z-A", + "Liquid": "Liquid", + "Blade": "Blade", + "Order Confirmation": "Xác nhận đơn hàng", + "Attendee Ticket": "Vé của người tham dự", + "Sent to the customer after placing an order": "Gửi cho khách hàng sau khi đặt đơn", + "Sent to each attendee with their ticket": "Gửi kèm vé cho từng người tham dự", + "Abandoned": "Đã bỏ dở", + "Check Ins": "Lượt check-in", + "Unknown": "Không rõ", + "Opted In To Marketing": "Đã đồng ý nhận thông tin tiếp thị", + "Unauthorized": "Không có quyền", + "Configuration assigned successfully.": "Đã gán cấu hình thành công.", + "Impersonation started": "Đã bắt đầu mạo nhận danh tính", + "Not currently impersonating": "Hiện không có phiên mạo nhận danh tính nào", + "Impersonation ended": "Đã kết thúc mạo nhận danh tính", + "No user role found in token": "Không tìm thấy vai trò người dùng trong token", + "You cannot modify email templates until your account is verified.": "Bạn không thể chỉnh sửa mẫu email cho tới khi tài khoản được xác minh.", + "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "Do các vấn đề về thư rác, bạn phải kết nối tài khoản Stripe trước khi có thể chỉnh sửa mẫu email.", + "Invalid template type": "Loại mẫu không hợp lệ", + "Superadmin user is viewing non-live event with ID :eventId": "Người dùng superadmin đang xem sự kiện chưa phát hành có ID :eventId", + "Invalid report type.": "Loại báo cáo không hợp lệ.", + "Date range must be less than 370 days.": "Khoảng thời gian phải ngắn hơn 370 ngày.", + "Attendee updated successfully": "Đã cập nhật người tham dự thành công", + "Order updated successfully": "Đã cập nhật đơn hàng thành công", + "Ticket resent successfully": "Đã gửi lại vé thành công", + "Order confirmation resent successfully": "Đã gửi lại xác nhận đơn hàng thành công", + "If you have tickets associated with this email, we will send you an email with the details.": "Nếu có vé gắn với email này, chúng tôi sẽ gửi cho bạn một email kèm thông tin chi tiết.", + "The footer text may not be greater than 500 characters.": "Văn bản chân trang không được dài quá 500 ký tự.", + "The layout type must be default or modern.": "Loại bố cục phải là \"default\" hoặc \"modern\".", + "The mode must be light or dark.": "Chế độ phải là \"light\" hoặc \"dark\".", + "The background type must be COLOR or MIRROR_COVER_IMAGE.": "Loại nền phải là COLOR hoặc MIRROR_COVER_IMAGE.", + "First name must be a string": "Tên phải là chuỗi ký tự", + "First name must not exceed 255 characters": "Tên không được vượt quá 255 ký tự", + "Last name must be a string": "Họ phải là chuỗi ký tự", + "Last name must not exceed 255 characters": "Họ không được vượt quá 255 ký tự", + "Email must not exceed 255 characters": "Email không được vượt quá 255 ký tự", + "Validation failed after multiple attempts: :error": "Xác thực thất bại sau nhiều lần thử: :error", + "Your Ticket Details Have Been Changed": "Thông tin vé của bạn đã thay đổi", + "Your Order Details Have Been Changed": "Thông tin đơn hàng của bạn đã thay đổi", + "Response from :organizerName": "Phản hồi từ :organizerName", + "Your Tickets": "Vé của bạn", + "Invalid VAT number format": "Định dạng mã số VAT không hợp lệ", + "The system default configuration cannot be deleted.": "Không thể xóa cấu hình mặc định của hệ thống.", + "User does not belong to this account": "Người dùng không thuộc tài khoản này", + "Impersonation not allowed": "Không được phép mạo nhận danh tính", + "Email template not found": "Không tìm thấy mẫu email", + "Unable to verify Stripe signature with any platform": "Không thể xác minh chữ ký Stripe với bất kỳ nền tảng nào", + "Order :id not found for event :eventId": "Không tìm thấy đơn hàng :id cho sự kiện :eventId", + "Order is not in a valid status to be abandoned": "Đơn hàng không ở trạng thái hợp lệ để bỏ dở", + "Order has already expired": "Đơn hàng đã hết hạn", + "Attendee not found": "Không tìm thấy người tham dự", + "Event not found": "Không tìm thấy sự kiện", + "Page must be a positive integer": "Số trang phải là số nguyên dương", + "Page not found": "Không tìm thấy trang", + "Invalid or expired link. Please request a new one.": "Liên kết không hợp lệ hoặc đã hết hạn. Vui lòng yêu cầu liên kết mới.", + "This link has expired. Please request a new one.": "Liên kết này đã hết hạn. Vui lòng yêu cầu liên kết mới.", + "SUPERADMIN users cannot be created through the application": "Không thể tạo người dùng SUPERADMIN thông qua ứng dụng", + "Cannot associate a user with SUPERADMIN role to an account": "Không thể gắn người dùng có vai trò SUPERADMIN vào một tài khoản", + "View Order & Tickets": "Xem đơn hàng và vé", + "Summer Music Festival 2024": "Lễ hội âm nhạc mùa hè 2024", + "3 Arena, North Wall Quay, Dublin 1, Ireland": "3Arena, North Wall Quay, Dublin 1, Ireland", + "Join us for an unforgettable evening of live music featuring top artists from around the world.": "Hãy cùng chúng tôi tận hưởng một đêm nhạc sống khó quên với những nghệ sĩ hàng đầu từ khắp thế giới.", + "Please transfer the total amount to the following bank account within 5 business days.": "Vui lòng chuyển toàn bộ số tiền vào tài khoản ngân hàng sau trong vòng 5 ngày làm việc.", + "Thank you for your purchase! We look forward to seeing you at the event.": "Cảm ơn bạn đã mua! Hẹn gặp bạn tại sự kiện.", + "Platform Fee": "Phí nền tảng", + "Processing charge event": "Đang xử lý sự kiện charge", + "Charge not in succeeded status, skipping": "Charge không ở trạng thái \"succeeded\", bỏ qua", + "Stripe payment not found for charge": "Không tìm thấy khoản thanh toán Stripe cho charge", + "Order not found for charge": "Không tìm thấy đơn hàng cho charge", + "Extracting platform fee for order": "Đang trích xuất phí nền tảng cho đơn hàng", + "Retrieving balance transaction from Stripe": "Đang lấy giao dịch số dư từ Stripe", + "No balance transaction found for charge": "Không tìm thấy giao dịch số dư cho charge", + "Platform fee already stored for this transaction": "Phí nền tảng cho giao dịch này đã được lưu", + "Platform fee stored successfully": "Đã lưu phí nền tảng thành công", + "Failed to store platform fee": "Không lưu được phí nền tảng", + "Ticket": "Vé", + "Ticket Reference": "Mã tham chiếu vé", + "Order Reference": "Mã tham chiếu đơn hàng", + "The name of the event": "Tên sự kiện", + "The event start date": "Ngày bắt đầu sự kiện", + "The event start time": "Giờ bắt đầu sự kiện", + "The event end date": "Ngày kết thúc sự kiện", + "The event end time": "Giờ kết thúc sự kiện", + "The full event address": "Địa chỉ đầy đủ của sự kiện", + "The event venue name": "Tên địa điểm tổ chức", + "The venue address line 1": "Địa chỉ địa điểm dòng 1", + "The venue address line 2": "Địa chỉ địa điểm dòng 2", + "The venue city": "Thành phố của địa điểm", + "The venue state or region": "Tỉnh hoặc vùng của địa điểm", + "The venue ZIP or postal code": "Mã bưu chính của địa điểm", + "The venue country code": "Mã quốc gia của địa điểm", + "The event description": "Mô tả sự kiện", + "The organizer\\'s name": "Tên nhà tổ chức", + "The organizer\\'s email": "Email của nhà tổ chức", + "The support email address": "Địa chỉ email hỗ trợ", + "Instructions for offline payment": "Hướng dẫn thanh toán ngoại tuyến", + "Message shown after checkout": "Thông báo hiển thị sau khi thanh toán", + "Link to view the order summary": "Liên kết xem tóm tắt đơn hàng", + "The order reference number": "Số tham chiếu của đơn hàng", + "The total order amount": "Tổng số tiền đơn hàng", + "The order date": "Ngày đặt đơn", + "The first name of the person who placed the order": "Tên của người đặt đơn hàng", + "The last name of the person who placed the order": "Họ của người đặt đơn hàng", + "The email of the person who placed the order": "Email của người đặt đơn hàng", + "The attendee\\'s full name": "Họ tên đầy đủ của người tham dự", + "The attendee\\'s email": "Email của người tham dự", + "The ticket type name": "Tên loại vé", + "The ticket price": "Giá vé", + "Link to view/download the ticket": "Liên kết xem/tải vé", + "Stripe secret key not configured for platform: :platform": "Chưa cấu hình khóa bí mật Stripe cho nền tảng: :platform", + "VIES service returned HTTP :status": "Dịch vụ VIES trả về HTTP :status", + "VAT number is not valid according to VIES": "Mã số VAT không hợp lệ theo VIES", + "Connection error: :error": "Lỗi kết nối: :error", + "Validation error: :error": "Lỗi xác thực: :error", + "VIES service is temporarily busy. Validation will be retried.": "Dịch vụ VIES đang tạm bận. Hệ thống sẽ thử xác thực lại.", + "Member State service is temporarily unavailable. Validation will be retried.": "Dịch vụ của Quốc gia thành viên tạm thời không khả dụng. Hệ thống sẽ thử xác thực lại.", + "VIES service timed out. Validation will be retried.": "Dịch vụ VIES đã hết thời gian chờ. Hệ thống sẽ thử xác thực lại.", + "VIES server is busy. Validation will be retried.": "Máy chủ VIES đang bận. Hệ thống sẽ thử xác thực lại.", + "VIES service is unavailable. Validation will be retried.": "Dịch vụ VIES không khả dụng. Hệ thống sẽ thử xác thực lại.", + "VIES service has reached maximum requests. Validation will be retried.": "Dịch vụ VIES đã đạt số yêu cầu tối đa. Hệ thống sẽ thử xác thực lại.", + "Invalid VAT number format.": "Định dạng mã số VAT không hợp lệ.", + "Invalid requester information.": "Thông tin bên yêu cầu không hợp lệ.", + "VIES validation error: :code": "Lỗi xác thực VIES: :code", + "Please confirm your email address": "Vui lòng xác nhận địa chỉ email của bạn", + "Email addresses do not match": "Các địa chỉ email không khớp nhau", + "Please confirm the email address": "Vui lòng xác nhận địa chỉ email", + "Ticket Details Changed": "Thông tin vé đã thay đổi", + "The details on your ticket for **:eventName** have been updated.": "Thông tin trên vé của bạn cho **:eventName** đã được cập nhật.", + "What Changed": "Những thay đổi", + "Security Information": "Thông tin bảo mật", + "This change was made from IP address: :ipAddress": "Thay đổi này được thực hiện từ địa chỉ IP: :ipAddress", + "If you did not make this change, please contact the event organizer immediately.": "Nếu bạn không thực hiện thay đổi này, vui lòng liên hệ ngay với nhà tổ chức sự kiện.", + "Event Organizer: :organizerName": "Nhà tổ chức sự kiện: :organizerName", + "Contact: :email": "Liên hệ: :email", + "Order Details Changed": "Thông tin đơn hàng đã thay đổi", + "The details on your order for **:eventName** have been updated.": "Thông tin đơn hàng của bạn cho **:eventName** đã được cập nhật.", + "We found :count order(s) associated with :email.": "Chúng tôi tìm thấy :count đơn hàng gắn với :email.", + "Click the button below to view your tickets and order details.": "Nhấp vào nút bên dưới để xem vé và thông tin đơn hàng của bạn.", + "View My Tickets": "Xem vé của tôi", + "This link will expire in 24 hours.": "Liên kết này sẽ hết hạn sau 24 giờ.", + "If you did not request this, please ignore this email.": "Nếu bạn không yêu cầu điều này, vui lòng bỏ qua email này.", + "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "Bạn đã đạt giới hạn tin nhắn hằng ngày. Vui lòng thử lại sau hoặc liên hệ bộ phận hỗ trợ để nâng giới hạn.", + "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "Số người nhận vượt quá giới hạn tài khoản của bạn. Vui lòng liên hệ bộ phận hỗ trợ để nâng giới hạn.", + "Your account tier does not allow links in messages. Please contact support to enable this feature.": "Gói tài khoản của bạn không cho phép chèn liên kết trong tin nhắn. Vui lòng liên hệ bộ phận hỗ trợ để bật tính năng này.", + "Deleted :count failed jobs": "Đã xóa :count tác vụ thất bại", + "Failed job not found": "Không tìm thấy tác vụ thất bại", + "Queued :count jobs for retry": "Đã đưa :count tác vụ vào hàng đợi để thử lại", + "Job queued for retry": "Đã đưa tác vụ vào hàng đợi để thử lại", + "Message approved and queued for sending": "Tin nhắn đã được duyệt và đưa vào hàng đợi gửi", + "Promo code not found": "Không tìm thấy mã khuyến mãi", + "Question not found": "Không tìm thấy câu hỏi", + "[Action Required] Message Pending Review - :subject": "[Cần xử lý] Tin nhắn chờ duyệt - :subject", + "Message not found": "Không tìm thấy tin nhắn", + "Message must be in pending review status to be approved": "Tin nhắn phải ở trạng thái chờ duyệt thì mới được phê duyệt", + "The :attribute must be a valid URL.": ":attribute phải là một URL hợp lệ.", + "The :attribute must use http or https protocol.": ":attribute phải dùng giao thức http hoặc https.", + "The :attribute cannot point to localhost or internal addresses.": ":attribute không được trỏ tới localhost hoặc các địa chỉ nội bộ.", + "The :attribute cannot use reserved domain names.": ":attribute không được dùng tên miền dành riêng.", + "The :attribute cannot point to cloud metadata endpoints.": ":attribute không được trỏ tới các điểm cuối metadata của đám mây.", + "The :attribute cannot point to private or internal IP addresses.": ":attribute không được trỏ tới địa chỉ IP riêng tư hoặc nội bộ.", + "A message has been flagged for review due to eligibility check failures.": "Một tin nhắn đã bị đánh dấu chờ duyệt do không qua được các kiểm tra điều kiện.", + "Message Details": "Chi tiết tin nhắn", + "Subject": "Tiêu đề", + "Account": "Tài khoản", + "Event": "Sự kiện", + "Message ID": "ID tin nhắn", + "Eligibility Failures": "Các kiểm tra điều kiện không đạt", + "Stripe payment account not connected": "Chưa kết nối tài khoản thanh toán Stripe", + "No completed paid orders on this account": "Tài khoản này chưa có đơn hàng trả phí nào hoàn tất", + "Event was created less than 24 hours ago": "Sự kiện được tạo cách đây chưa đầy 24 giờ", + "Review Message": "Duyệt tin nhắn", "(deactivated)": "(đã hủy kích hoạt)", "Account deletion has already been requested.": "Yêu cầu xóa tài khoản đã được gửi trước đó.", "The following upcoming events have completed orders: :events. Please cancel and refund these orders before deleting your account.": "Các sự kiện sắp tới sau có đơn hàng đã hoàn tất: :events. Vui lòng hủy và hoàn tiền các đơn hàng này trước khi xóa tài khoản.", @@ -663,5 +663,41 @@ "Register": "Đăng ký", "Passes": "Vé", "There are no passes available for this event": "Không có vé nào cho sự kiện này", - "Get Passes": "Mua vé" -} \ No newline at end of file + "Get Passes": "Mua vé", + "Newer First": "Mới nhất trước", + "Ticket is required": "Vé là bắt buộc", + "Ticket price is required": "Giá vé là bắt buộc", + "Please select at least one ticket.": "Vui lòng chọn ít nhất một vé.", + "The sale start date must be after the ticket sale start date.": "Ngày bắt đầu bán phải sau ngày bắt đầu bán vé.", + "You haven\\'t selected any tickets": "Bạn chưa chọn vé nào", + "The maximum number of tickets available for :tickets is :max": "Số vé tối đa còn lại cho :tickets là :max", + "You must order at least :min tickets for :ticket": "Bạn phải đặt tối thiểu :min vé cho :ticket", + "The ticket :ticket is sold out": "Vé :ticket đã bán hết", + "The maximum number of tickets available for :ticket is :max": "Số vé tối đa còn lại cho :ticket là :max", + "Ticket with id :id not found": "Không tìm thấy vé có id :id", + "Invalid ticket ids: :ids": "ID vé không hợp lệ: :ids", + "Cannot delete ticket price with id :id because it has sales": "Không thể xóa mức giá vé có id :id vì đã phát sinh doanh số", + "There are no tickets available. ' .\n 'If you would like to assign a ticket to this attendee,' .\n ' please adjust the ticket\\'s available quantity.": "Không còn vé nào. Nếu bạn muốn gán vé cho người tham dự này, vui lòng điều chỉnh số lượng vé còn lại.", + "The ticket price ID is invalid.": "ID mức giá vé không hợp lệ.", + "Ticket ID is not valid": "ID vé không hợp lệ", + "There are no tickets available. If you would like to assign this ticket to this attendee, please adjust the ticket\\'s available quantity.": "Không còn vé nào. Nếu bạn muốn gán vé này cho người tham dự, vui lòng điều chỉnh số lượng vé còn lại.", + "This order is has already been processed": "Đơn hàng này đã được xử lý", + "There is an unexpected ticket price ID in the order": "Trong đơn hàng có một ID mức giá vé không hợp lệ", + "You cannot delete this ticket because it has orders associated with it. You can hide it instead.": "Bạn không thể xóa vé này vì đã có đơn hàng liên quan. Thay vào đó, bạn có thể ẩn vé.", + "Ticket type cannot be changed as tickets have been registered for this type": "Không thể đổi loại vé vì đã có vé được đăng ký cho loại này", + "The ordered ticket IDs must exactly match all tickets for the event without missing or extra IDs.": "Danh sách ID vé phải khớp chính xác với toàn bộ vé của sự kiện, không thiếu và không thừa ID.", + "If you did not request a password reset, please immediately contact reset your password.": "Nếu bạn không yêu cầu đặt lại mật khẩu, vui lòng đặt lại mật khẩu của bạn ngay lập tức.", + "Price": "Giá", + "Total": "Tổng", + "Hi.Events": "Hi.Events", + "Sorry, these tickets are sold out": "Rất tiếc, các vé này đã bán hết", + "The maximum number of tickets available is :max": "Số vé tối đa còn lại là :max", + "Ticket is hidden without promo code": "Vé bị ẩn nếu không có mã khuyến mãi", + "Ticket is sold out": "Vé đã bán hết", + "Ticket is before sale start date": "Vé chưa tới ngày bắt đầu bán", + "Ticket is after sale end date": "Vé đã qua ngày kết thúc bán", + "Ticket is hidden": "Vé đang bị ẩn", + "Check-in list is not active yes": "Danh sách check-in chưa hoạt động", + "Attendee :attendee_name\\'s product is cancelled": "Sản phẩm của người tham dự :attendee_name đã bị hủy", + "There are no tickets available for this event.": "Sự kiện này không còn vé nào." +} diff --git a/backend/lang/zh-cn.json b/backend/lang/zh-cn.json index d4a59beecc..a888edabab 100644 --- a/backend/lang/zh-cn.json +++ b/backend/lang/zh-cn.json @@ -491,178 +491,178 @@ "Reply to :name": "回复 :name", "This message was sent via your organizer contact form.": "此消息通过您的主办方联系表单发送。", "Your email confirmation code is:": "您的邮箱确认码是:", - "Ticket Name A-Z": "", - "Ticket Name Z-A": "", - "Liquid": "", - "Blade": "", - "Order Confirmation": "", - "Attendee Ticket": "", - "Sent to the customer after placing an order": "", - "Sent to each attendee with their ticket": "", - "Abandoned": "", - "Check Ins": "", - "Unknown": "", - "Opted In To Marketing": "", - "Unauthorized": "", - "Configuration assigned successfully.": "", - "Impersonation started": "", - "Not currently impersonating": "", - "Impersonation ended": "", - "No user role found in token": "", - "You cannot modify email templates until your account is verified.": "", - "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "", - "Invalid template type": "", - "Superadmin user is viewing non-live event with ID :eventId": "", - "Invalid report type.": "", - "Date range must be less than 370 days.": "", - "Attendee updated successfully": "", - "Order updated successfully": "", - "Ticket resent successfully": "", - "Order confirmation resent successfully": "", - "If you have tickets associated with this email, we will send you an email with the details.": "", - "The footer text may not be greater than 500 characters.": "", - "The layout type must be default or modern.": "", - "The mode must be light or dark.": "", - "The background type must be COLOR or MIRROR_COVER_IMAGE.": "", - "First name must be a string": "", - "First name must not exceed 255 characters": "", - "Last name must be a string": "", - "Last name must not exceed 255 characters": "", - "Email must not exceed 255 characters": "", - "Validation failed after multiple attempts: :error": "", - "Your Ticket Details Have Been Changed": "", - "Your Order Details Have Been Changed": "", - "Response from :organizerName": "", - "Your Tickets": "", - "Invalid VAT number format": "", - "The system default configuration cannot be deleted.": "", - "User does not belong to this account": "", - "Impersonation not allowed": "", - "Email template not found": "", - "Unable to verify Stripe signature with any platform": "", - "Order :id not found for event :eventId": "", - "Order is not in a valid status to be abandoned": "", - "Order has already expired": "", - "Attendee not found": "", - "Event not found": "", - "Page must be a positive integer": "", - "Page not found": "", - "Invalid or expired link. Please request a new one.": "", - "This link has expired. Please request a new one.": "", - "SUPERADMIN users cannot be created through the application": "", - "Cannot associate a user with SUPERADMIN role to an account": "", - "View Order & Tickets": "", - "Summer Music Festival 2024": "", - "3 Arena, North Wall Quay, Dublin 1, Ireland": "", - "Join us for an unforgettable evening of live music featuring top artists from around the world.": "", - "Please transfer the total amount to the following bank account within 5 business days.": "", - "Thank you for your purchase! We look forward to seeing you at the event.": "", - "Platform Fee": "", - "Processing charge event": "", - "Charge not in succeeded status, skipping": "", - "Stripe payment not found for charge": "", - "Order not found for charge": "", - "Extracting platform fee for order": "", - "Retrieving balance transaction from Stripe": "", - "No balance transaction found for charge": "", - "Platform fee already stored for this transaction": "", - "Platform fee stored successfully": "", - "Failed to store platform fee": "", - "Ticket Reference": "", - "Order Reference": "", - "The name of the event": "", - "The event start date": "", - "The event start time": "", - "The event end date": "", - "The event end time": "", - "The full event address": "", - "The event venue name": "", - "The venue address line 1": "", - "The venue address line 2": "", - "The venue city": "", - "The venue state or region": "", - "The venue ZIP or postal code": "", - "The venue country code": "", - "The event description": "", - "The organizer\\'s name": "", - "The organizer\\'s email": "", - "The support email address": "", - "Instructions for offline payment": "", - "Message shown after checkout": "", - "Link to view the order summary": "", - "The order reference number": "", - "The total order amount": "", - "The order date": "", - "The first name of the person who placed the order": "", - "The last name of the person who placed the order": "", - "The email of the person who placed the order": "", - "The attendee\\'s full name": "", - "The attendee\\'s email": "", - "The ticket type name": "", - "The ticket price": "", - "Link to view/download the ticket": "", - "Stripe secret key not configured for platform: :platform": "", - "VIES service returned HTTP :status": "", - "VAT number is not valid according to VIES": "", - "Connection error: :error": "", - "Validation error: :error": "", - "VIES service is temporarily busy. Validation will be retried.": "", - "Member State service is temporarily unavailable. Validation will be retried.": "", - "VIES service timed out. Validation will be retried.": "", - "VIES server is busy. Validation will be retried.": "", - "VIES service is unavailable. Validation will be retried.": "", - "VIES service has reached maximum requests. Validation will be retried.": "", - "Invalid VAT number format.": "", - "Invalid requester information.": "", - "VIES validation error: :code": "", - "Please confirm your email address": "", - "Email addresses do not match": "", - "Please confirm the email address": "", - "Ticket Details Changed": "", - "The details on your ticket for **:eventName** have been updated.": "", - "What Changed": "", - "Security Information": "", - "This change was made from IP address: :ipAddress": "", - "If you did not make this change, please contact the event organizer immediately.": "", - "Event Organizer: :organizerName": "", - "Contact: :email": "", - "Order Details Changed": "", - "The details on your order for **:eventName** have been updated.": "", - "We found :count order(s) associated with :email.": "", - "Click the button below to view your tickets and order details.": "", - "View My Tickets": "", - "This link will expire in 24 hours.": "", - "If you did not request this, please ignore this email.": "", - "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "", - "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "", - "Your account tier does not allow links in messages. Please contact support to enable this feature.": "", - "Deleted :count failed jobs": "", - "Failed job not found": "", - "Queued :count jobs for retry": "", - "Job queued for retry": "", - "Message approved and queued for sending": "", - "Promo code not found": "", - "Question not found": "", - "[Action Required] Message Pending Review - :subject": "", - "Message not found": "", - "Message must be in pending review status to be approved": "", - "The :attribute must be a valid URL.": "", - "The :attribute must use http or https protocol.": "", - "The :attribute cannot point to localhost or internal addresses.": "", - "The :attribute cannot use reserved domain names.": "", - "The :attribute cannot point to cloud metadata endpoints.": "", - "The :attribute cannot point to private or internal IP addresses.": "", - "A message has been flagged for review due to eligibility check failures.": "", - "Message Details": "", - "Subject": "", - "Account": "", - "Event": "", - "Message ID": "", - "Eligibility Failures": "", - "Stripe payment account not connected": "", - "No completed paid orders on this account": "", - "Event was created less than 24 hours ago": "", - "Review Message": "", + "Ticket Name A-Z": "门票名称 A-Z", + "Ticket Name Z-A": "门票名称 Z-A", + "Liquid": "Liquid", + "Blade": "Blade", + "Order Confirmation": "订单确认", + "Attendee Ticket": "参与者门票", + "Sent to the customer after placing an order": "下单后发送给客户", + "Sent to each attendee with their ticket": "随门票发送给每位参与者", + "Abandoned": "已放弃", + "Check Ins": "签到", + "Unknown": "未知", + "Opted In To Marketing": "已同意接收营销信息", + "Unauthorized": "未授权", + "Configuration assigned successfully.": "配置已成功分配。", + "Impersonation started": "已开始模拟身份", + "Not currently impersonating": "当前没有进行中的模拟身份", + "Impersonation ended": "已结束模拟身份", + "No user role found in token": "令牌中未找到用户角色", + "You cannot modify email templates until your account is verified.": "账户通过验证前,你无法修改邮件模板。", + "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "由于垃圾邮件问题,你必须先连接 Stripe 账户才能修改邮件模板。", + "Invalid template type": "模板类型无效", + "Superadmin user is viewing non-live event with ID :eventId": "超级管理员正在查看 ID 为 :eventId 的未发布活动", + "Invalid report type.": "报表类型无效。", + "Date range must be less than 370 days.": "日期范围必须少于 370 天。", + "Attendee updated successfully": "参与者已成功更新", + "Order updated successfully": "订单已成功更新", + "Ticket resent successfully": "门票已成功重新发送", + "Order confirmation resent successfully": "订单确认已成功重新发送", + "If you have tickets associated with this email, we will send you an email with the details.": "如果该邮箱关联有门票,我们会向你发送一封包含详情的邮件。", + "The footer text may not be greater than 500 characters.": "页脚文字不能超过 500 个字符。", + "The layout type must be default or modern.": "布局类型必须为 default 或 modern。", + "The mode must be light or dark.": "模式必须为 light 或 dark。", + "The background type must be COLOR or MIRROR_COVER_IMAGE.": "背景类型必须为 COLOR 或 MIRROR_COVER_IMAGE。", + "First name must be a string": "名字必须为字符串", + "First name must not exceed 255 characters": "名字不能超过 255 个字符", + "Last name must be a string": "姓氏必须为字符串", + "Last name must not exceed 255 characters": "姓氏不能超过 255 个字符", + "Email must not exceed 255 characters": "邮箱不能超过 255 个字符", + "Validation failed after multiple attempts: :error": "多次尝试后校验仍失败::error", + "Your Ticket Details Have Been Changed": "你的门票信息已变更", + "Your Order Details Have Been Changed": "你的订单信息已变更", + "Response from :organizerName": "来自 :organizerName 的回复", + "Your Tickets": "你的门票", + "Invalid VAT number format": "增值税号格式无效", + "The system default configuration cannot be deleted.": "系统默认配置不可删除。", + "User does not belong to this account": "该用户不属于此账户", + "Impersonation not allowed": "不允许模拟身份", + "Email template not found": "未找到邮件模板", + "Unable to verify Stripe signature with any platform": "无法用任何平台验证 Stripe 签名", + "Order :id not found for event :eventId": "在活动 :eventId 中未找到订单 :id", + "Order is not in a valid status to be abandoned": "该订单当前状态不允许被放弃", + "Order has already expired": "该订单已过期", + "Attendee not found": "未找到参与者", + "Event not found": "未找到活动", + "Page must be a positive integer": "页码必须为正整数", + "Page not found": "未找到页面", + "Invalid or expired link. Please request a new one.": "链接无效或已过期,请重新申请。", + "This link has expired. Please request a new one.": "该链接已过期,请重新申请。", + "SUPERADMIN users cannot be created through the application": "无法通过应用创建 SUPERADMIN 用户", + "Cannot associate a user with SUPERADMIN role to an account": "无法将拥有 SUPERADMIN 角色的用户关联到账户", + "View Order & Tickets": "查看订单和门票", + "Summer Music Festival 2024": "2024 夏日音乐节", + "3 Arena, North Wall Quay, Dublin 1, Ireland": "爱尔兰都柏林 1 区 North Wall Quay 3Arena", + "Join us for an unforgettable evening of live music featuring top artists from around the world.": "和我们一起,度过一个由全球顶尖艺人带来的难忘现场音乐之夜。", + "Please transfer the total amount to the following bank account within 5 business days.": "请在 5 个工作日内将全额款项转入以下银行账户。", + "Thank you for your purchase! We look forward to seeing you at the event.": "感谢购买!期待在活动上见到你。", + "Platform Fee": "平台费", + "Processing charge event": "正在处理 charge 事件", + "Charge not in succeeded status, skipping": "charge 状态不是 succeeded,已跳过", + "Stripe payment not found for charge": "未找到该 charge 对应的 Stripe 付款", + "Order not found for charge": "未找到该 charge 对应的订单", + "Extracting platform fee for order": "正在提取该订单的平台费", + "Retrieving balance transaction from Stripe": "正在从 Stripe 获取余额交易", + "No balance transaction found for charge": "未找到该 charge 对应的余额交易", + "Platform fee already stored for this transaction": "该交易的平台费已保存", + "Platform fee stored successfully": "平台费已成功保存", + "Failed to store platform fee": "平台费保存失败", + "Ticket Reference": "门票编号", + "Order Reference": "订单编号", + "The name of the event": "活动名称", + "The event start date": "活动开始日期", + "The event start time": "活动开始时间", + "The event end date": "活动结束日期", + "The event end time": "活动结束时间", + "The full event address": "活动完整地址", + "The event venue name": "活动场地名称", + "The venue address line 1": "场地地址第 1 行", + "The venue address line 2": "场地地址第 2 行", + "The venue city": "场地所在城市", + "The venue state or region": "场地所在省或地区", + "The venue ZIP or postal code": "场地邮政编码", + "The venue country code": "场地国家代码", + "The event description": "活动简介", + "The organizer\\'s name": "主办方名称", + "The organizer\\'s email": "主办方邮箱", + "The support email address": "客服邮箱", + "Instructions for offline payment": "线下付款说明", + "Message shown after checkout": "结账后显示的提示语", + "Link to view the order summary": "查看订单概要的链接", + "The order reference number": "订单参考编号", + "The total order amount": "订单总金额", + "The order date": "下单日期", + "The first name of the person who placed the order": "下单人的名字", + "The last name of the person who placed the order": "下单人的姓氏", + "The email of the person who placed the order": "下单人的邮箱", + "The attendee\\'s full name": "参与者全名", + "The attendee\\'s email": "参与者邮箱", + "The ticket type name": "门票类型名称", + "The ticket price": "门票价格", + "Link to view/download the ticket": "查看/下载门票的链接", + "Stripe secret key not configured for platform: :platform": "未为该平台配置 Stripe 密钥::platform", + "VIES service returned HTTP :status": "VIES 服务返回 HTTP :status", + "VAT number is not valid according to VIES": "根据 VIES,该增值税号无效", + "Connection error: :error": "连接错误::error", + "Validation error: :error": "校验错误::error", + "VIES service is temporarily busy. Validation will be retried.": "VIES 服务暂时繁忙,稍后会重试校验。", + "Member State service is temporarily unavailable. Validation will be retried.": "成员国服务暂时不可用,稍后会重试校验。", + "VIES service timed out. Validation will be retried.": "VIES 服务请求超时,稍后会重试校验。", + "VIES server is busy. Validation will be retried.": "VIES 服务器繁忙,稍后会重试校验。", + "VIES service is unavailable. Validation will be retried.": "VIES 服务不可用,稍后会重试校验。", + "VIES service has reached maximum requests. Validation will be retried.": "VIES 服务已达到请求上限,稍后会重试校验。", + "Invalid VAT number format.": "增值税号格式无效。", + "Invalid requester information.": "请求方信息无效。", + "VIES validation error: :code": "VIES 校验错误::code", + "Please confirm your email address": "请确认你的邮箱地址", + "Email addresses do not match": "两个邮箱地址不一致", + "Please confirm the email address": "请确认该邮箱地址", + "Ticket Details Changed": "门票信息已变更", + "The details on your ticket for **:eventName** have been updated.": "你在 **:eventName** 的门票信息已更新。", + "What Changed": "变更内容", + "Security Information": "安全提示", + "This change was made from IP address: :ipAddress": "此次变更来自 IP 地址::ipAddress", + "If you did not make this change, please contact the event organizer immediately.": "如果这次变更不是你本人操作,请立即联系活动主办方。", + "Event Organizer: :organizerName": "活动主办方::organizerName", + "Contact: :email": "联系方式::email", + "Order Details Changed": "订单信息已变更", + "The details on your order for **:eventName** have been updated.": "你在 **:eventName** 的订单信息已更新。", + "We found :count order(s) associated with :email.": "我们找到与 :email 关联的 :count 个订单。", + "Click the button below to view your tickets and order details.": "点击下方按钮即可查看你的门票和订单详情。", + "View My Tickets": "查看我的门票", + "This link will expire in 24 hours.": "该链接将在 24 小时后失效。", + "If you did not request this, please ignore this email.": "如果这不是你发起的,请忽略此邮件。", + "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "你已达到每日消息发送上限。请稍后再试,或联系客服提升上限。", + "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "收件人数量超出你的账户上限。请联系客服提升上限。", + "Your account tier does not allow links in messages. Please contact support to enable this feature.": "你当前的账户等级不允许在消息中放置链接。请联系客服开通此功能。", + "Deleted :count failed jobs": "已删除 :count 个失败任务", + "Failed job not found": "未找到该失败任务", + "Queued :count jobs for retry": "已将 :count 个任务加入重试队列", + "Job queued for retry": "任务已加入重试队列", + "Message approved and queued for sending": "消息已通过审核并加入发送队列", + "Promo code not found": "未找到优惠码", + "Question not found": "未找到问题", + "[Action Required] Message Pending Review - :subject": "【需要处理】待审核消息 - :subject", + "Message not found": "未找到消息", + "Message must be in pending review status to be approved": "消息必须处于待审核状态才能通过审核", + "The :attribute must be a valid URL.": ":attribute 必须是有效的网址。", + "The :attribute must use http or https protocol.": ":attribute 必须使用 http 或 https 协议。", + "The :attribute cannot point to localhost or internal addresses.": ":attribute 不能指向 localhost 或内部地址。", + "The :attribute cannot use reserved domain names.": ":attribute 不能使用保留域名。", + "The :attribute cannot point to cloud metadata endpoints.": ":attribute 不能指向云元数据端点。", + "The :attribute cannot point to private or internal IP addresses.": ":attribute 不能指向私有或内部 IP 地址。", + "A message has been flagged for review due to eligibility check failures.": "一条消息因未通过资格检查而被标记为待审核。", + "Message Details": "消息详情", + "Subject": "主题", + "Account": "账户", + "Event": "活动", + "Message ID": "消息 ID", + "Eligibility Failures": "未通过的资格检查", + "Stripe payment account not connected": "未连接 Stripe 收款账户", + "No completed paid orders on this account": "该账户没有已完成的付费订单", + "Event was created less than 24 hours ago": "该活动创建时间不足 24 小时", + "Review Message": "审核消息", "(deactivated)": "(已停用)", "Account deletion has already been requested.": "已请求删除账户。", "The following upcoming events have completed orders: :events. Please cancel and refund these orders before deleting your account.": "以下即将举行的活动存在已完成的订单::events。请在删除账户前取消这些订单并退款。", @@ -700,4 +700,4 @@ "Passes": "通行证", "There are no passes available for this event": "该活动暂无可用通行证", "Get Passes": "获取通行证" -} \ No newline at end of file +} diff --git a/backend/lang/zh-hk.json b/backend/lang/zh-hk.json index 69c8d9e2cd..2e777bb351 100644 --- a/backend/lang/zh-hk.json +++ b/backend/lang/zh-hk.json @@ -491,178 +491,178 @@ "Reply to :name": "回覆 :name", "This message was sent via your organizer contact form.": "呢個訊息係透過你嘅主辦方聯絡表格發送。", "Your email confirmation code is:": "你嘅電郵確認碼係:", - "Ticket Name A-Z": "", - "Ticket Name Z-A": "", - "Liquid": "", - "Blade": "", - "Order Confirmation": "", - "Attendee Ticket": "", - "Sent to the customer after placing an order": "", - "Sent to each attendee with their ticket": "", - "Abandoned": "", - "Check Ins": "", - "Unknown": "", - "Opted In To Marketing": "", - "Unauthorized": "", - "Configuration assigned successfully.": "", - "Impersonation started": "", - "Not currently impersonating": "", - "Impersonation ended": "", - "No user role found in token": "", - "You cannot modify email templates until your account is verified.": "", - "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "", - "Invalid template type": "", - "Superadmin user is viewing non-live event with ID :eventId": "", - "Invalid report type.": "", - "Date range must be less than 370 days.": "", - "Attendee updated successfully": "", - "Order updated successfully": "", - "Ticket resent successfully": "", - "Order confirmation resent successfully": "", - "If you have tickets associated with this email, we will send you an email with the details.": "", - "The footer text may not be greater than 500 characters.": "", - "The layout type must be default or modern.": "", - "The mode must be light or dark.": "", - "The background type must be COLOR or MIRROR_COVER_IMAGE.": "", - "First name must be a string": "", - "First name must not exceed 255 characters": "", - "Last name must be a string": "", - "Last name must not exceed 255 characters": "", - "Email must not exceed 255 characters": "", - "Validation failed after multiple attempts: :error": "", - "Your Ticket Details Have Been Changed": "", - "Your Order Details Have Been Changed": "", - "Response from :organizerName": "", - "Your Tickets": "", - "Invalid VAT number format": "", - "The system default configuration cannot be deleted.": "", - "User does not belong to this account": "", - "Impersonation not allowed": "", - "Email template not found": "", - "Unable to verify Stripe signature with any platform": "", - "Order :id not found for event :eventId": "", - "Order is not in a valid status to be abandoned": "", - "Order has already expired": "", - "Attendee not found": "", - "Event not found": "", - "Page must be a positive integer": "", - "Page not found": "", - "Invalid or expired link. Please request a new one.": "", - "This link has expired. Please request a new one.": "", - "SUPERADMIN users cannot be created through the application": "", - "Cannot associate a user with SUPERADMIN role to an account": "", - "View Order & Tickets": "", - "Summer Music Festival 2024": "", - "3 Arena, North Wall Quay, Dublin 1, Ireland": "", - "Join us for an unforgettable evening of live music featuring top artists from around the world.": "", - "Please transfer the total amount to the following bank account within 5 business days.": "", - "Thank you for your purchase! We look forward to seeing you at the event.": "", - "Platform Fee": "", - "Processing charge event": "", - "Charge not in succeeded status, skipping": "", - "Stripe payment not found for charge": "", - "Order not found for charge": "", - "Extracting platform fee for order": "", - "Retrieving balance transaction from Stripe": "", - "No balance transaction found for charge": "", - "Platform fee already stored for this transaction": "", - "Platform fee stored successfully": "", - "Failed to store platform fee": "", - "Ticket Reference": "", - "Order Reference": "", - "The name of the event": "", - "The event start date": "", - "The event start time": "", - "The event end date": "", - "The event end time": "", - "The full event address": "", - "The event venue name": "", - "The venue address line 1": "", - "The venue address line 2": "", - "The venue city": "", - "The venue state or region": "", - "The venue ZIP or postal code": "", - "The venue country code": "", - "The event description": "", - "The organizer\\'s name": "", - "The organizer\\'s email": "", - "The support email address": "", - "Instructions for offline payment": "", - "Message shown after checkout": "", - "Link to view the order summary": "", - "The order reference number": "", - "The total order amount": "", - "The order date": "", - "The first name of the person who placed the order": "", - "The last name of the person who placed the order": "", - "The email of the person who placed the order": "", - "The attendee\\'s full name": "", - "The attendee\\'s email": "", - "The ticket type name": "", - "The ticket price": "", - "Link to view/download the ticket": "", - "Stripe secret key not configured for platform: :platform": "", - "VIES service returned HTTP :status": "", - "VAT number is not valid according to VIES": "", - "Connection error: :error": "", - "Validation error: :error": "", - "VIES service is temporarily busy. Validation will be retried.": "", - "Member State service is temporarily unavailable. Validation will be retried.": "", - "VIES service timed out. Validation will be retried.": "", - "VIES server is busy. Validation will be retried.": "", - "VIES service is unavailable. Validation will be retried.": "", - "VIES service has reached maximum requests. Validation will be retried.": "", - "Invalid VAT number format.": "", - "Invalid requester information.": "", - "VIES validation error: :code": "", - "Please confirm your email address": "", - "Email addresses do not match": "", - "Please confirm the email address": "", - "Ticket Details Changed": "", - "The details on your ticket for **:eventName** have been updated.": "", - "What Changed": "", - "Security Information": "", - "This change was made from IP address: :ipAddress": "", - "If you did not make this change, please contact the event organizer immediately.": "", - "Event Organizer: :organizerName": "", - "Contact: :email": "", - "Order Details Changed": "", - "The details on your order for **:eventName** have been updated.": "", - "We found :count order(s) associated with :email.": "", - "Click the button below to view your tickets and order details.": "", - "View My Tickets": "", - "This link will expire in 24 hours.": "", - "If you did not request this, please ignore this email.": "", - "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "", - "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "", - "Your account tier does not allow links in messages. Please contact support to enable this feature.": "", - "Deleted :count failed jobs": "", - "Failed job not found": "", - "Queued :count jobs for retry": "", - "Job queued for retry": "", - "Message approved and queued for sending": "", - "Promo code not found": "", - "Question not found": "", - "[Action Required] Message Pending Review - :subject": "", - "Message not found": "", - "Message must be in pending review status to be approved": "", - "The :attribute must be a valid URL.": "", - "The :attribute must use http or https protocol.": "", - "The :attribute cannot point to localhost or internal addresses.": "", - "The :attribute cannot use reserved domain names.": "", - "The :attribute cannot point to cloud metadata endpoints.": "", - "The :attribute cannot point to private or internal IP addresses.": "", - "A message has been flagged for review due to eligibility check failures.": "", - "Message Details": "", - "Subject": "", - "Account": "", - "Event": "", - "Message ID": "", - "Eligibility Failures": "", - "Stripe payment account not connected": "", - "No completed paid orders on this account": "", - "Event was created less than 24 hours ago": "", - "Review Message": "", + "Ticket Name A-Z": "門票名稱 A-Z", + "Ticket Name Z-A": "門票名稱 Z-A", + "Liquid": "Liquid", + "Blade": "Blade", + "Order Confirmation": "訂單確認", + "Attendee Ticket": "參加者門票", + "Sent to the customer after placing an order": "下單後傳送給客戶", + "Sent to each attendee with their ticket": "連同門票傳送給每位參加者", + "Abandoned": "已放棄", + "Check Ins": "簽到", + "Unknown": "未知", + "Opted In To Marketing": "已同意接收營銷訊息", + "Unauthorized": "未授權", + "Configuration assigned successfully.": "設定組合已成功指派。", + "Impersonation started": "已開始模擬身分", + "Not currently impersonating": "目前沒有進行中的模擬身分", + "Impersonation ended": "已結束模擬身分", + "No user role found in token": "權杖中找不到使用者角色", + "You cannot modify email templates until your account is verified.": "帳戶通過驗證前,你無法修改電郵範本。", + "Due to issues with spam, you must connect a Stripe account before you can modify email templates.": "由於垃圾郵件問題,你必須先連結 Stripe 帳戶才可以修改電郵範本。", + "Invalid template type": "範本類型無效", + "Superadmin user is viewing non-live event with ID :eventId": "超級管理員正在查看 ID 為 :eventId 的未發佈活動", + "Invalid report type.": "報表類型無效。", + "Date range must be less than 370 days.": "日期範圍必須少於 370 日。", + "Attendee updated successfully": "參加者已成功更新", + "Order updated successfully": "訂單已成功更新", + "Ticket resent successfully": "門票已成功重新傳送", + "Order confirmation resent successfully": "訂單確認已成功重新傳送", + "If you have tickets associated with this email, we will send you an email with the details.": "如果此電郵有關聯的門票,我們會向你傳送一封載有詳情的電郵。", + "The footer text may not be greater than 500 characters.": "頁尾文字不可超過 500 個字元。", + "The layout type must be default or modern.": "版面類型必須為 default 或 modern。", + "The mode must be light or dark.": "模式必須為 light 或 dark。", + "The background type must be COLOR or MIRROR_COVER_IMAGE.": "背景類型必須為 COLOR 或 MIRROR_COVER_IMAGE。", + "First name must be a string": "名字必須為字串", + "First name must not exceed 255 characters": "名字不可超過 255 個字元", + "Last name must be a string": "姓氏必須為字串", + "Last name must not exceed 255 characters": "姓氏不可超過 255 個字元", + "Email must not exceed 255 characters": "電郵不可超過 255 個字元", + "Validation failed after multiple attempts: :error": "多次嘗試後驗證仍然失敗::error", + "Your Ticket Details Have Been Changed": "你的門票資料已更改", + "Your Order Details Have Been Changed": "你的訂單資料已更改", + "Response from :organizerName": ":organizerName 的回覆", + "Your Tickets": "你的門票", + "Invalid VAT number format": "增值稅號碼格式無效", + "The system default configuration cannot be deleted.": "系統預設設定組合不可刪除。", + "User does not belong to this account": "此使用者不屬於這個帳戶", + "Impersonation not allowed": "不允許模擬身分", + "Email template not found": "找不到電郵範本", + "Unable to verify Stripe signature with any platform": "無法以任何平台驗證 Stripe 簽署", + "Order :id not found for event :eventId": "在活動 :eventId 中找不到訂單 :id", + "Order is not in a valid status to be abandoned": "此訂單目前的狀態不容許被放棄", + "Order has already expired": "此訂單已過期", + "Attendee not found": "找不到參加者", + "Event not found": "找不到活動", + "Page must be a positive integer": "頁碼必須為正整數", + "Page not found": "找不到頁面", + "Invalid or expired link. Please request a new one.": "連結無效或已過期,請重新申請。", + "This link has expired. Please request a new one.": "此連結已過期,請重新申請。", + "SUPERADMIN users cannot be created through the application": "無法透過應用程式建立 SUPERADMIN 使用者", + "Cannot associate a user with SUPERADMIN role to an account": "無法將具有 SUPERADMIN 角色的使用者關聯至帳戶", + "View Order & Tickets": "查看訂單及門票", + "Summer Music Festival 2024": "2024 夏日音樂節", + "3 Arena, North Wall Quay, Dublin 1, Ireland": "愛爾蘭都柏林 1 區 North Wall Quay 3Arena", + "Join us for an unforgettable evening of live music featuring top artists from around the world.": "與我們一起度過一個由世界頂尖藝人帶來的難忘現場音樂之夜。", + "Please transfer the total amount to the following bank account within 5 business days.": "請於 5 個工作天內將全數款項轉入以下銀行帳戶。", + "Thank you for your purchase! We look forward to seeing you at the event.": "多謝購買!期待在活動上與你見面。", + "Platform Fee": "平台費用", + "Processing charge event": "正在處理 charge 事件", + "Charge not in succeeded status, skipping": "charge 狀態並非 succeeded,已略過", + "Stripe payment not found for charge": "找不到此 charge 對應的 Stripe 付款", + "Order not found for charge": "找不到此 charge 對應的訂單", + "Extracting platform fee for order": "正在擷取此訂單的平台費用", + "Retrieving balance transaction from Stripe": "正在從 Stripe 取得結餘交易", + "No balance transaction found for charge": "找不到此 charge 對應的結餘交易", + "Platform fee already stored for this transaction": "此交易的平台費用已儲存", + "Platform fee stored successfully": "平台費用已成功儲存", + "Failed to store platform fee": "無法儲存平台費用", + "Ticket Reference": "門票參考編號", + "Order Reference": "訂單參考編號", + "The name of the event": "活動名稱", + "The event start date": "活動開始日期", + "The event start time": "活動開始時間", + "The event end date": "活動結束日期", + "The event end time": "活動結束時間", + "The full event address": "活動的完整地址", + "The event venue name": "活動場地名稱", + "The venue address line 1": "場地地址第 1 行", + "The venue address line 2": "場地地址第 2 行", + "The venue city": "場地所在城市", + "The venue state or region": "場地所在州份或地區", + "The venue ZIP or postal code": "場地郵遞區號", + "The venue country code": "場地國家代碼", + "The event description": "活動簡介", + "The organizer\\'s name": "主辦方名稱", + "The organizer\\'s email": "主辦方電郵", + "The support email address": "客戶支援電郵地址", + "Instructions for offline payment": "離線付款指示", + "Message shown after checkout": "結帳後顯示的訊息", + "Link to view the order summary": "查看訂單摘要的連結", + "The order reference number": "訂單參考編號", + "The total order amount": "訂單總金額", + "The order date": "下單日期", + "The first name of the person who placed the order": "下單人的名字", + "The last name of the person who placed the order": "下單人的姓氏", + "The email of the person who placed the order": "下單人的電郵", + "The attendee\\'s full name": "參加者的全名", + "The attendee\\'s email": "參加者的電郵", + "The ticket type name": "門票類型名稱", + "The ticket price": "門票價格", + "Link to view/download the ticket": "查看/下載門票的連結", + "Stripe secret key not configured for platform: :platform": "未為此平台設定 Stripe 密鑰::platform", + "VIES service returned HTTP :status": "VIES 服務回傳 HTTP :status", + "VAT number is not valid according to VIES": "根據 VIES,此增值稅號碼無效", + "Connection error: :error": "連線錯誤::error", + "Validation error: :error": "驗證錯誤::error", + "VIES service is temporarily busy. Validation will be retried.": "VIES 服務暫時繁忙,稍後會重新驗證。", + "Member State service is temporarily unavailable. Validation will be retried.": "成員國服務暫時無法使用,稍後會重新驗證。", + "VIES service timed out. Validation will be retried.": "VIES 服務逾時,稍後會重新驗證。", + "VIES server is busy. Validation will be retried.": "VIES 伺服器繁忙,稍後會重新驗證。", + "VIES service is unavailable. Validation will be retried.": "VIES 服務無法使用,稍後會重新驗證。", + "VIES service has reached maximum requests. Validation will be retried.": "VIES 服務已達要求上限,稍後會重新驗證。", + "Invalid VAT number format.": "增值稅號碼格式無效。", + "Invalid requester information.": "申請者資料無效。", + "VIES validation error: :code": "VIES 驗證錯誤::code", + "Please confirm your email address": "請確認你的電郵地址", + "Email addresses do not match": "兩個電郵地址不相符", + "Please confirm the email address": "請確認此電郵地址", + "Ticket Details Changed": "門票資料已更改", + "The details on your ticket for **:eventName** have been updated.": "你在 **:eventName** 的門票資料已更新。", + "What Changed": "更改內容", + "Security Information": "保安提示", + "This change was made from IP address: :ipAddress": "此更改來自 IP 地址::ipAddress", + "If you did not make this change, please contact the event organizer immediately.": "如果此更改並非你本人所為,請立即聯絡活動主辦方。", + "Event Organizer: :organizerName": "活動主辦方::organizerName", + "Contact: :email": "聯絡方式::email", + "Order Details Changed": "訂單資料已更改", + "The details on your order for **:eventName** have been updated.": "你在 **:eventName** 的訂單資料已更新。", + "We found :count order(s) associated with :email.": "我們找到與 :email 關聯的 :count 張訂單。", + "Click the button below to view your tickets and order details.": "按下方按鈕即可查看你的門票及訂單詳情。", + "View My Tickets": "查看我的門票", + "This link will expire in 24 hours.": "此連結將於 24 小時後失效。", + "If you did not request this, please ignore this email.": "如果這並非你提出的要求,請忽略此電郵。", + "You have reached your daily message limit. Please try again later or contact support to increase your limits.": "你已達到每日訊息上限。請稍後再試,或聯絡客戶支援提高上限。", + "The number of recipients exceeds your account limit. Please contact support to increase your limits.": "收件人數目超出你的帳戶上限。請聯絡客戶支援提高上限。", + "Your account tier does not allow links in messages. Please contact support to enable this feature.": "你目前的帳戶級別不容許在訊息中加入連結。請聯絡客戶支援啟用此功能。", + "Deleted :count failed jobs": "已刪除 :count 個失敗的工作", + "Failed job not found": "找不到該失敗的工作", + "Queued :count jobs for retry": "已將 :count 個工作排入重試佇列", + "Job queued for retry": "工作已排入重試佇列", + "Message approved and queued for sending": "訊息已通過審核並排入傳送佇列", + "Promo code not found": "找不到優惠碼", + "Question not found": "找不到問題", + "[Action Required] Message Pending Review - :subject": "【需要處理】待審核訊息 - :subject", + "Message not found": "找不到訊息", + "Message must be in pending review status to be approved": "訊息必須處於待審核狀態才可獲批准", + "The :attribute must be a valid URL.": ":attribute 必須是有效的網址。", + "The :attribute must use http or https protocol.": ":attribute 必須使用 http 或 https 通訊協定。", + "The :attribute cannot point to localhost or internal addresses.": ":attribute 不可指向 localhost 或內部地址。", + "The :attribute cannot use reserved domain names.": ":attribute 不可使用保留網域名稱。", + "The :attribute cannot point to cloud metadata endpoints.": ":attribute 不可指向雲端中繼資料端點。", + "The :attribute cannot point to private or internal IP addresses.": ":attribute 不可指向私人或內部 IP 地址。", + "A message has been flagged for review due to eligibility check failures.": "有一則訊息因未通過資格檢查而被標示為待審核。", + "Message Details": "訊息詳情", + "Subject": "主旨", + "Account": "帳戶", + "Event": "活動", + "Message ID": "訊息 ID", + "Eligibility Failures": "未通過的資格檢查", + "Stripe payment account not connected": "未連結 Stripe 收款帳戶", + "No completed paid orders on this account": "此帳戶沒有已完成的付費訂單", + "Event was created less than 24 hours ago": "此活動建立至今不足 24 小時", + "Review Message": "審核訊息", "(deactivated)": "(已停用)", "Account deletion has already been requested.": "已請求刪除帳戶。", "The following upcoming events have completed orders: :events. Please cancel and refund these orders before deleting your account.": "以下即將舉行的活動有已完成的訂單::events。請在刪除帳戶前取消這些訂單並退款。", @@ -700,4 +700,4 @@ "Passes": "通行證", "There are no passes available for this event": "此活動暫無可用通行證", "Get Passes": "領取通行證" -} \ No newline at end of file +} diff --git a/docker/all-in-one/.env.example b/docker/all-in-one/.env.example index 03e0f21364..0d0d4ec874 100644 --- a/docker/all-in-one/.env.example +++ b/docker/all-in-one/.env.example @@ -62,3 +62,6 @@ REDIS_PORT=6379 # Google Places address autocomplete. Geo features are disabled until an API key is set. GEO_PROVIDER=google GOOGLE_MAPS_API_KEY= + +# Serve the interactive OpenAPI documentation at /docs/api. Disabled by default. +API_DOCS_ENABLED=false diff --git a/frontend/src/locales/de.js b/frontend/src/locales/de.js index 5da5f34e42..90c4d0fcae 100644 --- a/frontend/src/locales/de.js +++ b/frontend/src/locales/de.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Es gibt noch nichts anzuzeigen'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>erfolgreich ausgecheckt\"],\"KMgp2+\":[[\"0\"],\" verfügbar\"],\"Pmr5xp\":[[\"0\"],\" erfolgreich erstellt\"],\"FImCSc\":[[\"0\"],\" erfolgreich aktualisiert\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" Tage, \",[\"hours\"],\" Stunden, \",[\"minutes\"],\" Minuten und \",[\"seconds\"],\" Sekunden\"],\"f3RdEk\":[[\"hours\"],\" Stunden, \",[\"minutes\"],\" Minuten und \",[\"seconds\"],\" Sekunden\"],\"fyE7Au\":[[\"minutes\"],\" Minuten und \",[\"seconds\"],\" Sekunden\"],\"NlQ0cx\":[\"Erste Veranstaltung von \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://Ihre-website.com\",\"qnSLLW\":\"<0>Bitte geben Sie den Preis ohne Steuern und Gebühren ein.<1>Steuern und Gebühren können unten hinzugefügt werden.\",\"ZjMs6e\":\"<0>Die Anzahl der für dieses Produkt verfügbaren Produkte<1>Dieser Wert kann überschrieben werden, wenn mit diesem Produkt <2>Kapazitätsgrenzen verbunden sind.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 Minuten und 0 Sekunden\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Ein Datumseingabefeld. Perfekt, um nach einem Geburtsdatum o.ä. zu fragen.\",\"6euFZ/\":[\"Ein standardmäßiger \",[\"type\"],\" wird automatisch auf alle neuen Produkte angewendet. Sie können dies für jedes Produkt einzeln überschreiben.\"],\"SMUbbQ\":\"Eine Dropdown-Eingabe erlaubt nur eine Auswahl\",\"qv4bfj\":\"Eine Gebühr, beispielsweise eine Buchungsgebühr oder eine Servicegebühr\",\"POT0K/\":\"Ein fester Betrag pro Produkt. Z.B., 0,50 $ pro Produkt\",\"f4vJgj\":\"Eine mehrzeilige Texteingabe\",\"OIPtI5\":\"Ein Prozentsatz des Produktpreises. Z.B., 3,5 % des Produktpreises\",\"ZthcdI\":\"Ein Promo-Code ohne Rabatt kann verwendet werden, um versteckte Produkte anzuzeigen.\",\"AG/qmQ\":\"Eine Radiooption hat mehrere Optionen, aber nur eine kann ausgewählt werden.\",\"h179TP\":\"Eine kurze Beschreibung der Veranstaltung, die in Suchmaschinenergebnissen und beim Teilen in sozialen Medien angezeigt wird. Standardmäßig wird die Veranstaltungsbeschreibung verwendet\",\"WKMnh4\":\"Eine einzeilige Texteingabe\",\"BHZbFy\":\"Eine einzelne Frage pro Bestellung. Z.B., Wie lautet Ihre Lieferadresse?\",\"Fuh+dI\":\"Eine einzelne Frage pro Produkt. Z.B., Welche T-Shirt-Größe haben Sie?\",\"RlJmQg\":\"Eine Standardsteuer wie Mehrwertsteuer oder GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Akzeptieren Sie Banküberweisungen, Schecks oder andere Offline-Zahlungsmethoden\",\"hrvLf4\":\"Akzeptieren Sie Kreditkartenzahlungen über Stripe\",\"bfXQ+N\":\"Einladung annehmen\",\"AeXO77\":\"Konto\",\"lkNdiH\":\"Kontoname\",\"Puv7+X\":\"Account Einstellungen\",\"OmylXO\":\"Konto erfolgreich aktualisiert\",\"7L01XJ\":\"Aktionen\",\"FQBaXG\":\"Aktivieren\",\"5T2HxQ\":\"Aktivierungsdatum\",\"F6pfE9\":\"Aktiv\",\"/PN1DA\":\"Fügen Sie eine Beschreibung für diese Eincheckliste hinzu\",\"0/vPdA\":\"Fügen Sie Anmerkungen über den Teilnehmer hinzu. Diese sind für den Teilnehmer nicht sichtbar.\",\"Or1CPR\":\"Fügen Sie Anmerkungen über den Teilnehmer hinzu...\",\"l3sZO1\":\"Fügen Sie Notizen zur Bestellung hinzu. Diese sind für den Kunden nicht sichtbar.\",\"xMekgu\":\"Fügen Sie Notizen zur Bestellung hinzu...\",\"PGPGsL\":\"Beschreibung hinzufügen\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Fügen Sie Anweisungen für Offline-Zahlungen hinzu (z. B. Überweisungsdetails, wo Schecks hingeschickt werden sollen, Zahlungsfristen)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Neue hinzufügen\",\"TZxnm8\":\"Option hinzufügen\",\"24l4x6\":\"Produkt hinzufügen\",\"8q0EdE\":\"Produkt zur Kategorie hinzufügen\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Steuern oder Gebühren hinzufügen\",\"goOKRY\":\"Ebene hinzufügen\",\"oZW/gT\":\"Zum Kalender hinzufügen\",\"pn5qSs\":\"Zusätzliche Informationen\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Adresse\",\"NY/x1b\":\"Anschrift Zeile 1\",\"POdIrN\":\"Anschrift Zeile 1\",\"cormHa\":\"Adresszeile 2\",\"gwk5gg\":\"Adresszeile 2\",\"U3pytU\":\"Administrator\",\"HLDaLi\":\"Administratorbenutzer haben vollständigen Zugriff auf Ereignisse und Kontoeinstellungen.\",\"W7AfhC\":\"Alle Teilnehmer dieser Veranstaltung\",\"cde2hc\":\"Alle Produkte\",\"5CQ+r0\":\"Erlauben Sie Teilnehmern, die mit unbezahlten Bestellungen verbunden sind, einzuchecken\",\"ipYKgM\":\"Suchmaschinenindizierung zulassen\",\"LRbt6D\":\"Suchmaschinen erlauben, dieses Ereignis zu indizieren\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Erstaunlich, Ereignis, Schlüsselwörter...\",\"hehnjM\":\"Betrag\",\"R2O9Rg\":[\"Bezahlter Betrag (\",[\"0\"],\")\"],\"V7MwOy\":\"Beim Laden der Seite ist ein Fehler aufgetreten\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Ein unerwarteter Fehler ist aufgetreten.\",\"byKna+\":\"Ein unerwarteter Fehler ist aufgetreten. Bitte versuchen Sie es erneut.\",\"ubdMGz\":\"Alle Anfragen von Produktinhabern werden an diese E-Mail-Adresse gesendet. Diese wird auch als „Antwort-an“-Adresse für alle von dieser Veranstaltung gesendeten E-Mails verwendet.\",\"aAIQg2\":\"Erscheinungsbild\",\"Ym1gnK\":\"angewandt\",\"sy6fss\":[\"Gilt für \",[\"0\"],\" Produkte\"],\"kadJKg\":\"Gilt für 1 Produkt\",\"DB8zMK\":\"Anwenden\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Diesen \",[\"type\"],\" auf alle neuen Produkte anwenden\"],\"S0ctOE\":\"Veranstaltung archivieren\",\"TdfEV7\":\"Archiviert\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Möchten Sie diesen Teilnehmer wirklich aktivieren?\",\"TvkW9+\":\"Sind Sie sicher, dass Sie diese Veranstaltung archivieren möchten?\",\"/CV2x+\":\"Möchten Sie diesen Teilnehmer wirklich stornieren? Dadurch wird sein Ticket ungültig.\",\"YgRSEE\":\"Möchten Sie diesen Aktionscode wirklich löschen?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Möchten Sie diese Veranstaltung wirklich als Entwurf speichern? Dadurch wird die Veranstaltung für die Öffentlichkeit unsichtbar.\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Sind Sie sicher, dass Sie diese Veranstaltung wiederherstellen möchten? Es wird als Entwurf wiederhergestellt.\",\"vJuISq\":\"Sind Sie sicher, dass Sie diese Kapazitätszuweisung löschen möchten?\",\"baHeCz\":\"Möchten Sie diese Eincheckliste wirklich löschen?\",\"LBLOqH\":\"Einmal pro Bestellung anfragen\",\"wu98dY\":\"Einmal pro Produkt fragen\",\"ss9PbX\":\"Teilnehmer\",\"m0CFV2\":\"Teilnehmerdetails\",\"QKim6l\":\"Teilnehmer nicht gefunden\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Teilnehmer-Ticket\",\"9SZT4E\":\"Teilnehmer\",\"iPBfZP\":\"Registrierte Teilnehmer\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Automatische Größenanpassung\",\"vZ5qKF\":\"Passen Sie die Widget-Höhe automatisch an den Inhalt an. Bei Deaktivierung füllt das Widget die Höhe des Containers aus.\",\"4lVaWA\":\"Warten auf Offline-Zahlung\",\"2rHwhl\":\"Warten auf Offline-Zahlung\",\"3wF4Q/\":\"Zahlung ausstehend\",\"ioG+xt\":\"Zahlung steht aus\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Zurück zur Veranstaltungsseite\",\"VCoEm+\":\"Zurück zur Anmeldung\",\"k1bLf+\":\"Hintergrundfarbe\",\"I7xjqg\":\"Hintergrundtyp\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Rechnungsadresse\",\"/xC/im\":\"Rechnungseinstellungen\",\"rp/zaT\":\"Brasilianisches Portugiesisch\",\"whqocw\":\"Mit der Registrierung stimmen Sie unseren <0>Servicebedingungen und <1>Datenschutzrichtlinie zu.\",\"bcCn6r\":\"Berechnungstyp\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Abbrechen\",\"Gjt/py\":\"E-Mail-Änderung abbrechen\",\"tVJk4q\":\"Bestellung stornieren\",\"Os6n2a\":\"Bestellung stornieren\",\"Mz7Ygx\":[\"Bestellung stornieren \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Abgesagt\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Kapazität\",\"V6Q5RZ\":\"Kapazitätszuweisung erfolgreich erstellt\",\"k5p8dz\":\"Kapazitätszuweisung erfolgreich gelöscht\",\"nDBs04\":\"Kapazitätsverwaltung\",\"ddha3c\":\"Kategorien ermöglichen es Ihnen, Produkte zusammenzufassen. Zum Beispiel könnten Sie eine Kategorie für \\\"Tickets\\\" und eine andere für \\\"Merchandise\\\" haben.\",\"iS0wAT\":\"Kategorien helfen Ihnen, Ihre Produkte zu organisieren. Dieser Titel wird auf der öffentlichen Veranstaltungsseite angezeigt.\",\"eorM7z\":\"Kategorien erfolgreich neu geordnet.\",\"3EXqwa\":\"Kategorie erfolgreich erstellt\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Kennwort ändern\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Check-in \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Einchecken und Bestellung als bezahlt markieren\",\"QYLpB4\":\"Nur einchecken\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Schau dir dieses Event an!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Eincheckliste erfolgreich gelöscht\",\"+hBhWk\":\"Die Eincheckliste ist abgelaufen\",\"mBsBHq\":\"Die Eincheckliste ist nicht aktiv\",\"vPqpQG\":\"Eincheckliste nicht gefunden\",\"tejfAy\":\"Einchecklisten\",\"hD1ocH\":\"Eincheck-URL in die Zwischenablage kopiert\",\"CNafaC\":\"Kontrollkästchenoptionen ermöglichen Mehrfachauswahl\",\"SpabVf\":\"Kontrollkästchen\",\"CRu4lK\":\"Eingecheckt\",\"znIg+z\":\"Zur Kasse\",\"1WnhCL\":\"Checkout-Einstellungen\",\"6imsQS\":\"Vereinfachtes Chinesisch\",\"JjkX4+\":\"Wählen Sie eine Farbe für Ihren Hintergrund\",\"/Jizh9\":\"Wähle einen Account\",\"3wV73y\":\"Stadt\",\"FG98gC\":\"Suchtext löschen\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Zum Kopieren klicken\",\"yz7wBu\":\"Schließen\",\"62Ciis\":\"Sidebar schließen\",\"EWPtMO\":\"Code\",\"ercTDX\":\"Der Code muss zwischen 3 und 50 Zeichen lang sein\",\"oqr9HB\":\"Dieses Produkt einklappen, wenn die Veranstaltungsseite initial geladen wird\",\"jZlrte\":\"Farbe\",\"Vd+LC3\":\"Die Farbe muss ein gültiger Hex-Farbcode sein. Beispiel: #ffffff\",\"1HfW/F\":\"Farben\",\"VZeG/A\":\"Demnächst\",\"yPI7n9\":\"Durch Kommas getrennte Schlüsselwörter, die das Ereignis beschreiben. Diese werden von Suchmaschinen verwendet, um das Ereignis zu kategorisieren und zu indizieren.\",\"NPZqBL\":\"Bestellung abschließen\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Jetzt bezahlen\",\"qqWcBV\":\"Vollendet\",\"6HK5Ct\":\"Abgeschlossene Bestellungen\",\"NWVRtl\":\"Abgeschlossene Bestellungen\",\"DwF9eH\":\"Komponentencode\",\"Tf55h7\":\"Konfigurierter Rabatt\",\"7VpPHA\":\"Bestätigen\",\"ZaEJZM\":\"E-Mail-Änderung bestätigen\",\"yjkELF\":\"Bestätige neues Passwort\",\"xnWESi\":\"Bestätige das Passwort\",\"p2/GCq\":\"Bestätige das Passwort\",\"wnDgGj\":\"E-Mail-Adresse wird bestätigt …\",\"pbAk7a\":\"Stripe verbinden\",\"UMGQOh\":\"Mit Stripe verbinden\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Verbindungsdetails\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Weitermachen\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Text für Weiter-Schaltfläche\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Kopiert\",\"T5rdis\":\"in die Zwischenablage kopiert\",\"he3ygx\":\"Kopieren\",\"r2B2P8\":\"Eincheck-URL kopieren\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Link kopieren\",\"E6nRW7\":\"URL kopieren\",\"JNCzPW\":\"Land\",\"IF7RiR\":\"Abdeckung\",\"hYgDIe\":\"Erstellen\",\"b9XOHo\":[\"Erstellen Sie \",[\"0\"]],\"k9RiLi\":\"Ein Produkt erstellen\",\"6kdXbW\":\"Einen Promo-Code erstellen\",\"n5pRtF\":\"Ticket erstellen\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"einen Organizer erstellen\",\"ipP6Ue\":\"Teilnehmer erstellen\",\"VwdqVy\":\"Kapazitätszuweisung erstellen\",\"EwoMtl\":\"Kategorie erstellen\",\"XletzW\":\"Kategorie erstellen\",\"WVbTwK\":\"Eincheckliste erstellen\",\"uN355O\":\"Ereignis erstellen\",\"BOqY23\":\"Neu erstellen\",\"kpJAeS\":\"Organizer erstellen\",\"a0EjD+\":\"Produkt erstellen\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Promo-Code erstellen\",\"B3Mkdt\":\"Frage erstellen\",\"UKfi21\":\"Steuer oder Gebühr erstellen\",\"d+F6q9\":\"Erstellt\",\"Q2lUR2\":\"Währung\",\"DCKkhU\":\"Aktuelles Passwort\",\"uIElGP\":\"Benutzerdefinierte Karten-URL\",\"UEqXyt\":\"Benutzerdefinierter Bereich\",\"876pfE\":\"Kunde\",\"QOg2Sf\":\"Passen Sie die E-Mail- und Benachrichtigungseinstellungen für dieses Ereignis an\",\"Y9Z/vP\":\"Passen Sie die Startseite der Veranstaltung und die Nachrichten an der Kasse an\",\"2E2O5H\":\"Passen Sie die sonstigen Einstellungen für dieses Ereignis an\",\"iJhSxe\":\"Passen Sie die SEO-Einstellungen für dieses Event an\",\"KIhhpi\":\"Passen Sie Ihre Veranstaltungsseite an\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Gefahrenzone\",\"ZQKLI1\":\"Gefahrenzone\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"Datum\",\"JvUngl\":\"Datum & Zeit\",\"JJhRbH\":\"Kapazität am ersten Tag\",\"cnGeoo\":\"Löschen\",\"jRJZxD\":\"Kapazität löschen\",\"VskHIx\":\"Kategorie löschen\",\"Qrc8RZ\":\"Eincheckliste löschen\",\"WHf154\":\"Code löschen\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Beschreibung\",\"YC3oXa\":\"Beschreibung für das Eincheckpersonal\",\"URmyfc\":\"Einzelheiten\",\"1lRT3t\":\"Das Deaktivieren dieser Kapazität wird Verkäufe verfolgen, aber nicht stoppen, wenn das Limit erreicht ist\",\"H6Ma8Z\":\"Rabatt\",\"ypJ62C\":\"Rabatt %\",\"3LtiBI\":[\"Rabatt in \",[\"0\"]],\"C8JLas\":\"Rabattart\",\"1QfxQT\":\"Dismiss\",\"DZlSLn\":\"Dokumentenbeschriftung\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\".ics herunterladen\",\"kodV18\":\"CSV herunterladen\",\"CELKku\":\"Rechnung herunterladen\",\"LQrXcu\":\"Rechnung herunterladen\",\"QIodqd\":\"QR-Code herunterladen\",\"yhjU+j\":\"Rechnung wird heruntergeladen\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Dropdown-Auswahl\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Ereignis duplizieren\",\"3ogkAk\":\"Ereignis duplizieren\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Optionen duplizieren\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Früher Vogel\",\"ePK91l\":\"Bearbeiten\",\"N6j2JH\":[\"Bearbeiten \",[\"0\"]],\"kBkYSa\":\"Kapazität bearbeiten\",\"oHE9JT\":\"Kapazitätszuweisung bearbeiten\",\"j1Jl7s\":\"Kategorie bearbeiten\",\"FU1gvP\":\"Eincheckliste bearbeiten\",\"iFgaVN\":\"Code bearbeiten\",\"jrBSO1\":\"Organisator bearbeiten\",\"tdD/QN\":\"Produkt bearbeiten\",\"n143Tq\":\"Produktkategorie bearbeiten\",\"9BdS63\":\"Aktionscode bearbeiten\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Frage bearbeiten\",\"poTr35\":\"Benutzer bearbeiten\",\"GTOcxw\":\"Benutzer bearbeiten\",\"pqFrv2\":\"z.B. 2,50 für 2,50 $\",\"3yiej1\":\"z.B. 23,5 für 23,5 %\",\"O3oNi5\":\"Email\",\"VxYKoK\":\"E-Mail- und Benachrichtigungseinstellungen\",\"ATGYL1\":\"E-Mail-Adresse\",\"hzKQCy\":\"E-Mail-Adresse\",\"HqP6Qf\":\"E-Mail-Änderung erfolgreich abgebrochen\",\"mISwW1\":\"E-Mail-Änderung ausstehend\",\"APuxIE\":\"E-Mail-Bestätigung erneut gesendet\",\"YaCgdO\":\"E-Mail-Bestätigung erfolgreich erneut gesendet\",\"jyt+cx\":\"E-Mail-Fußzeilennachricht\",\"I6F3cp\":\"E-Mail nicht verifiziert\",\"NTZ/NX\":\"Einbettungscode\",\"4rnJq4\":\"Einbettungsskript\",\"8oPbg1\":\"Rechnungsstellung aktivieren\",\"j6w7d/\":\"Aktivieren Sie diese Kapazität, um den Produktverkauf zu stoppen, wenn das Limit erreicht ist\",\"VFv2ZC\":\"Enddatum\",\"237hSL\":\"Beendet\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Englisch\",\"MhVoma\":\"Geben Sie einen Betrag ohne Steuern und Gebühren ein.\",\"SlfejT\":\"Fehler\",\"3Z223G\":\"Fehler beim Bestätigen der E-Mail-Adresse\",\"a6gga1\":\"Fehler beim Bestätigen der E-Mail-Änderung\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Ereignis\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Veranstaltungsdatum\",\"0Zptey\":\"Ereignisstandards\",\"QcCPs8\":\"Veranstaltungsdetails\",\"6fuA9p\":\"Ereignis erfolgreich dupliziert\",\"AEuj2m\":\"Veranstaltungsstartseite\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Veranstaltungsort & Details zum Veranstaltungsort\",\"OopDbA\":\"Event page\",\"4/If97\":\"Die Aktualisierung des Ereignisstatus ist fehlgeschlagen. Bitte versuchen Sie es später erneut\",\"btxLWj\":\"Veranstaltungsstatus aktualisiert\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Veranstaltungen\",\"sZg7s1\":\"Ablaufdatum\",\"KnN1Tu\":\"Läuft ab\",\"uaSvqt\":\"Verfallsdatum\",\"GS+Mus\":\"Export\",\"9xAp/j\":\"Teilnehmer konnte nicht abgesagt werden\",\"ZpieFv\":\"Stornierung der Bestellung fehlgeschlagen\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Rechnung konnte nicht heruntergeladen werden. Bitte versuchen Sie es erneut.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Laden der Eincheckliste fehlgeschlagen\",\"ZQ15eN\":\"Ticket-E-Mail konnte nicht erneut gesendet werden\",\"ejXy+D\":\"Produkte konnten nicht sortiert werden\",\"PLUB/s\":\"Gebühr\",\"/mfICu\":\"Gebühren\",\"LyFC7X\":\"Bestellungen filtern\",\"cSev+j\":\"Filter\",\"CVw2MU\":[\"Filter (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Erste Rechnungsnummer\",\"V1EGGU\":\"Vorname\",\"kODvZJ\":\"Vorname\",\"S+tm06\":\"Der Vorname muss zwischen 1 und 50 Zeichen lang sein\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Erstmals verwendet\",\"TpqW74\":\"Fest\",\"irpUxR\":\"Fester Betrag\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Passwort vergessen?\",\"2POOFK\":\"Frei\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Französisch\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Deutsch\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Zurück zum Profil\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Kalender\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Bruttoumsatz\",\"yRg26W\":\"Bruttoverkäufe\",\"R4r4XO\":\"Gäste\",\"26pGvx\":\"Haben Sie einen Promo-Code?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"Hier ist ein Beispiel, wie Sie die Komponente in Ihrer Anwendung verwenden können.\",\"Y1SSqh\":\"Hier ist die React-Komponente, die Sie verwenden können, um das Widget in Ihre Anwendung einzubetten.\",\"QuhVpV\":[\"Hallo \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Vor der Öffentlichkeit verborgen\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Versteckte Fragen sind nur für den Veranstalter und nicht für den Kunden sichtbar.\",\"vLyv1R\":\"Verstecken\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Produkt nach Verkaufsenddatum ausblenden\",\"06s3w3\":\"Produkt vor Verkaufsstartdatum ausblenden\",\"axVMjA\":\"Produkt ausblenden, es sei denn, der Benutzer hat einen gültigen Promo-Code\",\"ySQGHV\":\"Produkt bei Ausverkauf ausblenden\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Dieses Produkt vor Kunden verbergen\",\"Da29Y6\":\"Diese Frage verbergen\",\"fvDQhr\":\"Diese Ebene vor Benutzern verbergen\",\"lNipG+\":\"Das Ausblenden eines Produkts verhindert, dass Benutzer es auf der Veranstaltungsseite sehen.\",\"ZOBwQn\":\"Homepage-Design\",\"PRuBTd\":\"Homepage-Designer\",\"YjVNGZ\":\"Homepage-Vorschau\",\"c3E/kw\":\"Homer\",\"8k8Njd\":\"Wie viele Minuten hat der Kunde Zeit, um seine Bestellung abzuschließen. Wir empfehlen mindestens 15 Minuten\",\"ySxKZe\":\"Wie oft kann dieser Code verwendet werden?\",\"dZsDbK\":[\"HTML-Zeichenlimit überschritten: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Ich stimme den <0>Allgemeinen Geschäftsbedingungen zu\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Wenn aktiviert, kann das Check-in-Personal Teilnehmer entweder als eingecheckt markieren oder die Bestellung als bezahlt markieren und die Teilnehmer einchecken. Wenn deaktiviert, können Teilnehmer mit unbezahlten Bestellungen nicht eingecheckt werden.\",\"muXhGi\":\"Wenn aktiviert, erhält der Veranstalter eine E-Mail-Benachrichtigung, wenn eine neue Bestellung aufgegeben wird\",\"6fLyj/\":\"Sollten Sie diese Änderung nicht veranlasst haben, ändern Sie bitte umgehend Ihr Passwort.\",\"n/ZDCz\":\"Bild erfolgreich gelöscht\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Bild erfolgreich hochgeladen\",\"VyUuZb\":\"Bild-URL\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inaktiv\",\"T0K0yl\":\"Inaktive Benutzer können sich nicht anmelden.\",\"kO44sp\":\"Fügen Sie Verbindungsdetails für Ihr Online-Event hinzu. Diese Details werden auf der Bestellübersichtsseite und der Teilnehmer-Ticketseite angezeigt.\",\"FlQKnG\":\"Steuern und Gebühren im Preis einbeziehen\",\"Vi+BiW\":[\"Beinhaltet \",[\"0\"],\" Produkte\"],\"lpm0+y\":\"Beinhaltet 1 Produkt\",\"UiAk5P\":\"Bild einfügen\",\"OyLdaz\":\"Einladung erneut verschickt!\",\"HE6KcK\":\"Einladung widerrufen!\",\"SQKPvQ\":\"Benutzer einladen\",\"bKOYkd\":\"Rechnung erfolgreich heruntergeladen\",\"alD1+n\":\"Rechnungsnotizen\",\"kOtCs2\":\"Rechnungsnummerierung\",\"UZ2GSZ\":\"Rechnungseinstellungen\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Artikel\",\"KFXip/\":\"John\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Etikett\",\"vXIe7J\":\"Sprache\",\"2LMsOq\":\"Letzte 12 Monate\",\"vfe90m\":\"Letzte 14 Tage\",\"aK4uBd\":\"Letzte 24 Stunden\",\"uq2BmQ\":\"Letzte 30 Tage\",\"bB6Ram\":\"Letzte 48 Stunden\",\"VlnB7s\":\"Letzte 6 Monate\",\"ct2SYD\":\"Letzte 7 Tage\",\"XgOuA7\":\"Letzte 90 Tage\",\"I3yitW\":\"Letzte Anmeldung\",\"1ZaQUH\":\"Nachname\",\"UXBCwc\":\"Nachname\",\"tKCBU0\":\"Zuletzt verwendet\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Leer lassen, um das Standardwort \\\"Rechnung\\\" zu verwenden\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Wird geladen...\",\"wJijgU\":\"Standort\",\"sQia9P\":\"Anmelden\",\"zUDyah\":\"Einloggen\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Ausloggen\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Rechnungsadresse beim Checkout erforderlich machen\",\"MU3ijv\":\"Machen Sie diese Frage obligatorisch\",\"wckWOP\":\"Verwalten\",\"onpJrA\":\"Teilnehmer verwalten\",\"n4SpU5\":\"Veranstaltung verwalten\",\"WVgSTy\":\"Bestellung verwalten\",\"1MAvUY\":\"Zahlungs- und Rechnungseinstellungen für diese Veranstaltung verwalten.\",\"cQrNR3\":\"Profil verwalten\",\"AtXtSw\":\"Verwalten Sie Steuern und Gebühren, die auf Ihre Produkte angewendet werden können\",\"ophZVW\":\"Tickets verwalten\",\"DdHfeW\":\"Verwalten Sie Ihre Kontodetails und Standardeinstellungen\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Verwalten Sie Ihre Benutzer und deren Berechtigungen\",\"1m+YT2\":\"Bevor der Kunde zur Kasse gehen kann, müssen obligatorische Fragen beantwortet werden.\",\"Dim4LO\":\"Einen Teilnehmer manuell hinzufügen\",\"e4KdjJ\":\"Teilnehmer manuell hinzufügen\",\"vFjEnF\":\"Als bezahlt markieren\",\"g9dPPQ\":\"Maximal pro Bestellung\",\"l5OcwO\":\"Nachricht an Teilnehmer\",\"Gv5AMu\":\"Nachrichten an Teilnehmer senden\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Nachricht an den Käufer\",\"tNZzFb\":\"Nachrichteninhalt\",\"lYDV/s\":\"Nachrichten an einzelne Teilnehmer senden\",\"V7DYWd\":\"Nachricht gesendet\",\"t7TeQU\":\"Mitteilungen\",\"xFRMlO\":\"Mindestbestellwert\",\"QYcUEf\":\"Minimaler Preis\",\"RDie0n\":\"Sonstiges\",\"mYLhkl\":\"Verschiedene Einstellungen\",\"KYveV8\":\"Mehrzeiliges Textfeld\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Meine tolle Eventbeschreibung...\",\"vX8/tc\":\"Mein toller Veranstaltungstitel …\",\"hKtWk2\":\"Mein Profil\",\"fj5byd\":\"N/V\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Name\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Navigieren Sie zu Teilnehmer\",\"qqeAJM\":\"Niemals\",\"7vhWI8\":\"Neues Kennwort\",\"1UzENP\":\"Nein\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Keine archivierten Veranstaltungen anzuzeigen.\",\"q2LEDV\":\"Für diese Bestellung wurden keine Teilnehmer gefunden.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Keine Teilnehmer zum Anzeigen\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Keine Kapazitätszuweisungen\",\"a/gMx2\":\"Keine Einchecklisten\",\"tMFDem\":\"Keine Daten verfügbar\",\"6Z/F61\":\"Keine Daten verfügbar. Bitte wählen Sie einen Datumsbereich aus.\",\"fFeCKc\":\"Kein Rabatt\",\"HFucK5\":\"Keine beendeten Veranstaltungen anzuzeigen.\",\"yAlJXG\":\"Keine Ereignisse zum Anzeigen\",\"GqvPcv\":\"Keine Filter verfügbar\",\"KPWxKD\":\"Keine Nachrichten zum Anzeigen\",\"J2LkP8\":\"Keine Bestellungen anzuzeigen\",\"RBXXtB\":\"Derzeit sind keine Zahlungsmethoden verfügbar. Bitte wenden Sie sich an den Veranstalter, um Unterstützung zu erhalten.\",\"ZWEfBE\":\"Keine Zahlung erforderlich\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Keine Produkte in dieser Kategorie verfügbar.\",\"FTfObB\":\"Noch keine Produkte\",\"+Y976X\":\"Keine Promo-Codes anzuzeigen\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Keine Ergebnisse\",\"gk5uwN\":\"Keine Suchergebnisse\",\"RHyZUL\":\"Keine Suchergebnisse.\",\"RY2eP1\":\"Es wurden keine Steuern oder Gebühren hinzugefügt.\",\"EdQY6l\":\"Keine\",\"OJx3wK\":\"Nicht verfügbar\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Notizen\",\"jtrY3S\":\"Noch nichts zu zeigen\",\"hFwWnI\":\"Benachrichtigungseinstellungen\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Veranstalter über neue Bestellungen benachrichtigen\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Anzahl der für die Zahlung zulässigen Tage (leer lassen, um Zahlungsbedingungen auf Rechnungen wegzulassen)\",\"n86jmj\":\"Nummernpräfix\",\"mwe+2z\":\"Offline-Bestellungen werden in der Veranstaltungsstatistik erst berücksichtigt, wenn die Bestellung als bezahlt markiert wurde.\",\"dWBrJX\":\"Offline-Zahlung fehlgeschlagen. Bitte versuchen Sie es erneut oder kontaktieren Sie den Veranstalter.\",\"fcnqjw\":\"Offline-Zahlungsanweisungen\",\"+eZ7dp\":\"Offline-Zahlungen\",\"ojDQlR\":\"Informationen zu Offline-Zahlungen\",\"u5oO/W\":\"Einstellungen für Offline-Zahlungen\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"Im Angebot\",\"Ug4SfW\":\"Sobald Sie ein Ereignis erstellt haben, wird es hier angezeigt.\",\"ZxnK5C\":\"Sobald Sie Daten sammeln, werden sie hier angezeigt.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Laufend\",\"z+nuVJ\":\"Online event\",\"WKHW0N\":\"Details zur Online-Veranstaltung\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Check-In-Seite öffnen\",\"OdnLE4\":\"Seitenleiste öffnen\",\"ZZEYpT\":[\"Option \",[\"i\"]],\"oPknTP\":\"Optionale zusätzliche Informationen, die auf allen Rechnungen erscheinen (z. B. Zahlungsbedingungen, Gebühren für verspätete Zahlungen, Rückgaberichtlinien)\",\"OrXJBY\":\"Optionales Präfix für Rechnungsnummern (z. B. INV-)\",\"0zpgxV\":\"Optionen\",\"BzEFor\":\"oder\",\"UYUgdb\":\"Befehl\",\"mm+eaX\":\"Order #\",\"B3gPuX\":\"Bestellung storniert\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Auftragsdatum\",\"Tol4BF\":\"Bestelldetails\",\"WbImlQ\":\"Die Bestellung wurde storniert und der Bestellinhaber wurde benachrichtigt.\",\"nAn4Oe\":\"Bestellung als bezahlt markiert\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Bestellnummer\",\"acIJ41\":\"Bestellstatus\",\"GX6dZv\":\"Bestellübersicht\",\"tDTq0D\":\"Bestell-Timeout\",\"1h+RBg\":\"Aufträge\",\"3y+V4p\":\"Organisationsadresse\",\"GVcaW6\":\"Organisationsdetails\",\"nfnm9D\":\"Organisationsname\",\"G5RhpL\":\"Veranstalter\",\"mYygCM\":\"Veranstalter ist erforderlich\",\"Pa6G7v\":\"Name des Organisators\",\"l894xP\":\"Organisatoren können nur Veranstaltungen und Produkte verwalten. Sie können keine Benutzer, Kontoeinstellungen oder Abrechnungsinformationen verwalten.\",\"fdjq4c\":\"Innenabstand\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Seite nicht gefunden\",\"QbrUIo\":\"Seitenaufrufe\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"bezahlt\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Teilweise erstattet\",\"8ZsakT\":\"Passwort\",\"TUJAyx\":\"Das Passwort muss mindestens 8 Zeichen lang sein\",\"vwGkYB\":\"Das Passwort muss mindestens 8 Zeichen lang sein\",\"BLTZ42\":\"Passwort erfolgreich zurückgesetzt. Bitte melden Sie sich mit Ihrem neuen Passwort an.\",\"f7SUun\":\"Passwörter sind nicht gleich\",\"aEDp5C\":\"Fügen Sie dies dort ein, wo das Widget erscheinen soll.\",\"+23bI/\":\"Patrick\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Zahlung\",\"Lg+ewC\":\"Zahlung & Rechnungsstellung\",\"DZjk8u\":\"Einstellungen für Zahlung & Rechnungsstellung\",\"lflimf\":\"Zahlungsfrist\",\"JhtZAK\":\"Bezahlung fehlgeschlagen\",\"JEdsvQ\":\"Zahlungsanweisungen\",\"bLB3MJ\":\"Zahlungsmethoden\",\"QzmQBG\":\"Zahlungsanbieter\",\"lsxOPC\":\"Zahlung erhalten\",\"wJTzyi\":\"Zahlungsstatus\",\"xgav5v\":\"Zahlung erfolgreich abgeschlossen!\",\"R29lO5\":\"Zahlungsbedingungen\",\"/roQKz\":\"Prozentsatz\",\"vPJ1FI\":\"Prozentualer Betrag\",\"xdA9ud\":\"Platzieren Sie dies im Ihrer Website.\",\"blK94r\":\"Bitte fügen Sie mindestens eine Option hinzu\",\"FJ9Yat\":\"Bitte überprüfen Sie, ob die angegebenen Informationen korrekt sind\",\"TkQVup\":\"Bitte überprüfen Sie Ihre E-Mail und Ihr Passwort und versuchen Sie es erneut\",\"sMiGXD\":\"Bitte überprüfen Sie, ob Ihre E-Mail gültig ist\",\"Ajavq0\":\"Bitte überprüfen Sie Ihre E-Mail, um Ihre E-Mail-Adresse zu bestätigen\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Bitte fahren Sie im neuen Tab fort\",\"hcX103\":\"Bitte erstellen Sie ein Produkt\",\"cdR8d6\":\"Bitte erstellen Sie ein Ticket\",\"x2mjl4\":\"Bitte geben Sie eine gültige Bild-URL ein, die auf ein Bild verweist.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Bitte beachten Sie\",\"C63rRe\":\"Bitte kehre zur Veranstaltungsseite zurück, um neu zu beginnen.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Bitte wählen Sie mindestens ein Produkt aus\",\"igBrCH\":\"Bitte bestätigen Sie Ihre E-Mail-Adresse, um auf alle Funktionen zugreifen zu können\",\"/IzmnP\":\"Bitte warten Sie, während wir Ihre Rechnung vorbereiten...\",\"MOERNx\":\"Portugiesisch\",\"qCJyMx\":\"Checkout-Nachricht veröffentlichen\",\"g2UNkE\":\"Bereitgestellt von\",\"Rs7IQv\":\"Nachricht vor dem Checkout\",\"rdUucN\":\"Vorschau\",\"a7u1N9\":\"Preis\",\"CmoB9j\":\"Preisanzeigemodus\",\"BI7D9d\":\"Preis nicht festgelegt\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Primärfarbe\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Primäre Textfarbe\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Alle Tickets ausdrucken\",\"DKwDdj\":\"Tickets drucken\",\"K47k8R\":\"Produkt\",\"1JwlHk\":\"Produktkategorie\",\"U61sAj\":\"Produktkategorie erfolgreich aktualisiert.\",\"1USFWA\":\"Produkt erfolgreich gelöscht\",\"4Y2FZT\":\"Produktpreistyp\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Produktverkäufe\",\"U/R4Ng\":\"Produktebene\",\"sJsr1h\":\"Produkttyp\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Produkt(e)\",\"N0qXpE\":\"Produkte\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Verkaufte Produkte\",\"/u4DIx\":\"Verkaufte Produkte\",\"DJQEZc\":\"Produkte erfolgreich sortiert\",\"vERlcd\":\"Profil\",\"kUlL8W\":\"Profil erfolgreich aktualisiert\",\"cl5WYc\":[\"Aktionscode \",[\"promo_code\"],\" angewendet\"],\"P5sgAk\":\"Aktionscode\",\"yKWfjC\":\"Aktionscode-Seite\",\"RVb8Fo\":\"Promo-Codes\",\"BZ9GWa\":\"Mit Promo-Codes können Sie Rabatte oder Vorverkaufszugang anbieten oder Sonderzugang zu Ihrer Veranstaltung gewähren.\",\"OP094m\":\"Bericht zu Aktionscodes\",\"4kyDD5\":\"Geben Sie zusätzlichen Kontext oder Anweisungen für diese Frage an. Verwenden Sie dieses Feld, um Geschäftsbedingungen,\\nRichtlinien oder wichtige Informationen hinzuzufügen, die Teilnehmer vor der Beantwortung kennen müssen.\",\"toutGW\":\"QR-Code\",\"LkMOWF\":\"Verfügbare Menge\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Frage gelöscht\",\"avf0gk\":\"Fragebeschreibung\",\"oQvMPn\":\"Fragentitel\",\"enzGAL\":\"Fragen\",\"ROv2ZT\":\"Fragen & Antworten\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Radio-Option\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Empfänger\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Rückerstattung fehlgeschlagen\",\"n10yGu\":\"Rückerstattungsauftrag\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Rückerstattung ausstehend\",\"xHpVRl\":\"Rückerstattungsstatus\",\"/BI0y9\":\"Rückerstattung\",\"fgLNSM\":\"Registrieren\",\"9+8Vez\":\"Verbleibende Verwendungen\",\"tasfos\":\"entfernen\",\"t/YqKh\":\"Entfernen\",\"t9yxlZ\":\"Berichte\",\"prZGMe\":\"Rechnungsadresse erforderlich\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"E-Mail-Bestätigung erneut senden\",\"wIa8Qe\":\"Einladung erneut versenden\",\"VeKsnD\":\"Bestell-E-Mail erneut senden\",\"dFuEhO\":\"Ticket-E-Mail erneut senden\",\"o6+Y6d\":\"Erneut senden...\",\"OfhWJH\":\"Zurücksetzen\",\"RfwZxd\":\"Passwort zurücksetzen\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Veranstaltung wiederherstellen\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Zur Veranstaltungsseite zurückkehren\",\"8YBH95\":\"Einnahmen\",\"PO/sOY\":\"Einladung widerrufen\",\"GDvlUT\":\"Rolle\",\"ELa4O9\":\"Verkaufsende\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Verkaufsstartdatum\",\"hBsw5C\":\"Verkauf beendet\",\"kpAzPe\":\"Verkaufsstart\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Speichern\",\"IUwGEM\":\"Änderungen speichern\",\"U65fiW\":\"Organizer speichern\",\"UGT5vp\":\"Einstellungen speichern\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Suche nach Teilnehmername, E-Mail oder Bestellnummer ...\",\"+pr/FY\":\"Suche nach Veranstaltungsnamen...\",\"3zRbWw\":\"Suchen Sie nach Namen, E-Mail oder Bestellnummer ...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Suche mit Name...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Kapazitätszuweisungen suchen...\",\"r9M1hc\":\"Einchecklisten durchsuchen...\",\"+0Yy2U\":\"Produkte suchen\",\"YIix5Y\":\"Suchen...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Sekundärfarbe\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Sekundäre Textfarbe\",\"02ePaq\":[[\"0\"],\" auswählen\"],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Kategorie auswählen...\",\"kWI/37\":\"Veranstalter auswählen\",\"ixIx1f\":\"Produkt auswählen\",\"3oSV95\":\"Produktebene auswählen\",\"C4Y1hA\":\"Produkte auswählen\",\"hAjDQy\":\"Status auswählen\",\"QYARw/\":\"Ticket auswählen\",\"OMX4tH\":\"Tickets auswählen\",\"DrwwNd\":\"Zeitraum auswählen\",\"O/7I0o\":\"Wählen...\",\"JlFcis\":\"Schicken\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Eine Nachricht schicken\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Nachricht Senden\",\"D7ZemV\":\"Bestellbestätigung und Ticket-E-Mail senden\",\"v1rRtW\":\"Test senden\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"SEO-Beschreibung\",\"/SIY6o\":\"SEO-Schlüsselwörter\",\"GfWoKv\":\"SEO-Einstellungen\",\"rXngLf\":\"SEO-Titel\",\"/jZOZa\":\"Servicegebühr\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Legen Sie die Startnummer für die Rechnungsnummerierung fest. Dies kann nicht geändert werden, sobald Rechnungen generiert wurden.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Einstellungen\",\"Z8lGw6\":\"Teilen\",\"B2V3cA\":\"Veranstaltung teilen\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Show\",\"V0SbFp\":\"Verfügbare Produktmenge anzeigen\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Zeig mehr\",\"izwOOD\":\"Steuern und Gebühren separat ausweisen\",\"1SbbH8\":\"Wird dem Kunden nach dem Checkout auf der Bestellübersichtsseite angezeigt.\",\"YfHZv0\":\"Wird dem Kunden vor dem Bezahlvorgang angezeigt\",\"CBBcly\":\"Zeigt allgemeine Adressfelder an, einschließlich Land\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Einzeiliges Textfeld\",\"+P0Cn2\":\"Überspringe diesen Schritt\",\"YSEnLE\":\"Schmied\",\"lgFfeO\":\"Ausverkauft\",\"Mi1rVn\":\"Ausverkauft\",\"nwtY4N\":\"Etwas ist schiefgelaufen\",\"GRChTw\":\"Beim Löschen der Steuer oder Gebühr ist ein Fehler aufgetreten\",\"YHFrbe\":\"Etwas ist schief gelaufen. Bitte versuche es erneut\",\"kf83Ld\":\"Etwas ist schief gelaufen.\",\"fWsBTs\":\"Etwas ist schief gelaufen. Bitte versuche es erneut.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Dieser Aktionscode wird leider nicht erkannt\",\"65A04M\":\"Spanisch\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Startdatum\",\"/2by1f\":\"Staat oder Region\",\"uAQUqI\":\"Status\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Stripe-Zahlungen sind für diese Veranstaltung nicht aktiviert.\",\"UJmAAK\":\"Thema\",\"X2rrlw\":\"Zwischensumme\",\"zzDlyQ\":\"Erfolg\",\"b0HJ45\":[\"Erfolgreich! \",[\"0\"],\" erhält in Kürze eine E-Mail.\"],\"BJIEiF\":[\"Erfolgreich \",[\"0\"],\" Teilnehmer\"],\"OtgNFx\":\"E-Mail-Adresse erfolgreich bestätigt\",\"IKwyaF\":\"E-Mail-Änderung erfolgreich bestätigt\",\"zLmvhE\":\"Teilnehmer erfolgreich erstellt\",\"gP22tw\":\"Produkt erfolgreich erstellt\",\"9mZEgt\":\"Promo-Code erfolgreich erstellt\",\"aIA9C4\":\"Frage erfolgreich erstellt\",\"J3RJSZ\":\"Teilnehmer erfolgreich aktualisiert\",\"3suLF0\":\"Kapazitätszuweisung erfolgreich aktualisiert\",\"Z+rnth\":\"Eincheckliste erfolgreich aktualisiert\",\"vzJenu\":\"E-Mail-Einstellungen erfolgreich aktualisiert\",\"7kOMfV\":\"Ereignis erfolgreich aktualisiert\",\"G0KW+e\":\"Erfolgreich aktualisiertes Homepage-Design\",\"k9m6/E\":\"Homepage-Einstellungen erfolgreich aktualisiert\",\"y/NR6s\":\"Standort erfolgreich aktualisiert\",\"73nxDO\":\"Verschiedene Einstellungen erfolgreich aktualisiert\",\"4H80qv\":\"Bestellung erfolgreich aktualisiert\",\"6xCBVN\":\"Einstellungen für Zahlung & Rechnungsstellung erfolgreich aktualisiert\",\"1Ycaad\":\"Produkt erfolgreich aktualisiert\",\"70dYC8\":\"Promo-Code erfolgreich aktualisiert\",\"F+pJnL\":\"SEO-Einstellungen erfolgreich aktualisiert\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Support-E-Mail\",\"uRfugr\":\"T-Shirt\",\"JpohL9\":\"Steuer\",\"geUFpZ\":\"Steuern & Gebühren\",\"dFHcIn\":\"Steuerdetails\",\"wQzCPX\":\"Steuerinformationen, die unten auf allen Rechnungen erscheinen sollen (z. B. USt-Nummer, Steuerregistrierung)\",\"0RXCDo\":\"Steuer oder Gebühr erfolgreich gelöscht\",\"ZowkxF\":\"Steuern\",\"qu6/03\":\"Steuern und Gebühren\",\"gypigA\":\"Dieser Aktionscode ist ungültig\",\"5ShqeM\":\"Die gesuchte Eincheckliste existiert nicht.\",\"QXlz+n\":\"Die Standardwährung für Ihre Ereignisse.\",\"mnafgQ\":\"Die Standardzeitzone für Ihre Ereignisse.\",\"o7s5FA\":\"Die Sprache, in der der Teilnehmer die E-Mails erhalten soll.\",\"NlfnUd\":\"Der Link, auf den Sie geklickt haben, ist ungültig.\",\"HsFnrk\":[\"Die maximale Anzahl an Produkten für \",[\"0\"],\" ist \",[\"1\"]],\"TSAiPM\":\"Die gesuchte Seite existiert nicht\",\"MSmKHn\":\"Der dem Kunden angezeigte Preis versteht sich inklusive Steuern und Gebühren.\",\"6zQOg1\":\"Der dem Kunden angezeigte Preis enthält keine Steuern und Gebühren. Diese werden separat ausgewiesen\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Der Titel der Veranstaltung, der in Suchmaschinenergebnissen und beim Teilen in sozialen Medien angezeigt wird. Standardmäßig wird der Veranstaltungstitel verwendet\",\"wDx3FF\":\"Für diese Veranstaltung sind keine Produkte verfügbar\",\"pNgdBv\":\"In dieser Kategorie sind keine Produkte verfügbar\",\"rMcHYt\":\"Eine Rückerstattung steht aus. Bitte warten Sie, bis der Vorgang abgeschlossen ist, bevor Sie eine weitere Rückerstattung anfordern.\",\"F89D36\":\"Beim Markieren der Bestellung als bezahlt ist ein Fehler aufgetreten\",\"68Axnm\":\"Bei der Bearbeitung Ihrer Anfrage ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.\",\"mVKOW6\":\"Beim Senden Ihrer Nachricht ist ein Fehler aufgetreten\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Dieser Teilnehmer hat eine unbezahlte Bestellung.\",\"mf3FrP\":\"Diese Kategorie hat noch keine Produkte.\",\"8QH2Il\":\"Diese Kategorie ist vor der öffentlichen Ansicht verborgen\",\"xxv3BZ\":\"Diese Eincheckliste ist abgelaufen\",\"Sa7w7S\":\"Diese Eincheckliste ist abgelaufen und steht nicht mehr für Eincheckungen zur Verfügung.\",\"Uicx2U\":\"Diese Eincheckliste ist aktiv\",\"1k0Mp4\":\"Diese Eincheckliste ist noch nicht aktiv\",\"K6fmBI\":\"Diese Eincheckliste ist noch nicht aktiv und steht nicht für Eincheckungen zur Verfügung.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Diese Informationen werden auf der Zahlungsseite, der Bestellübersichtsseite und in der Bestellbestätigungs-E-Mail angezeigt.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Dies ist eine Online-Veranstaltung\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Diese Nachricht wird in die Fußzeile aller E-Mails aufgenommen, die von dieser Veranstaltung gesendet werden.\",\"55i7Fa\":\"Diese Nachricht wird nur angezeigt, wenn die Bestellung erfolgreich abgeschlossen wurde. Bestellungen, die auf Zahlung warten, zeigen diese Nachricht nicht an.\",\"RjwlZt\":\"Diese Bestellung wurde bereits bezahlt.\",\"5K8REg\":\"Diese Bestellung wurde bereits zurückerstattet.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Diese Bestellung wurde storniert.\",\"Q0zd4P\":\"Diese Bestellung ist abgelaufen. Bitte erneut beginnen.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Diese Bestellung ist abgeschlossen.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Diese Bestellseite ist nicht mehr verfügbar.\",\"i0TtkR\":\"Dies überschreibt alle Sichtbarkeitseinstellungen und verbirgt das Produkt vor allen Kunden.\",\"cRRc+F\":\"Dieses Produkt kann nicht gelöscht werden, da es mit einer Bestellung verknüpft ist. Sie können es stattdessen ausblenden.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Dieser Link zum Zurücksetzen des Passworts ist ungültig oder abgelaufen.\",\"IV9xTT\":\"Dieser Benutzer ist nicht aktiv, da er die Einladung nicht angenommen hat.\",\"5AnPaO\":\"Ticket\",\"kjAL4v\":\"Ticket\",\"dtGC3q\":\"Die Ticket-E-Mail wurde erneut an den Teilnehmer gesendet.\",\"54q0zp\":\"Tickets für\",\"xN9AhL\":[\"Stufe \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Gestufte Produkte ermöglichen es Ihnen, mehrere Preisoptionen für dasselbe Produkt anzubieten. Dies ist ideal für Frühbucherprodukte oder um unterschiedliche Preisoptionen für verschiedene Personengruppen anzubieten.\\\" # de\",\"nn3mSR\":\"Verbleibende Zeit:\",\"s/0RpH\":\"Nutzungshäufigkeit\",\"y55eMd\":\"Anzahl der Verwendungen\",\"40Gx0U\":\"Zeitzone\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Titel\",\"xdA/+p\":\"Werkzeuge\",\"72c5Qo\":\"Gesamt\",\"YXx+fG\":\"Gesamt vor Rabatten\",\"NRWNfv\":\"Gesamtrabattbetrag\",\"BxsfMK\":\"Gesamtkosten\",\"2bR+8v\":\"Gesamtumsatz brutto\",\"mpB/d9\":\"Gesamtbestellwert\",\"m3FM1g\":\"Gesamtbetrag zurückerstattet\",\"jEbkcB\":\"Insgesamt erstattet\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Gesamtsteuer\",\"+zy2Nq\":\"Typ\",\"FMdMfZ\":\"Teilnehmer konnte nicht eingecheckt werden\",\"bPWBLL\":\"Teilnehmer konnte nicht ausgecheckt werden\",\"9+P7zk\":\"Produkt konnte nicht erstellt werden. Bitte überprüfen Sie Ihre Angaben\",\"WLxtFC\":\"Produkt konnte nicht erstellt werden. Bitte überprüfen Sie Ihre Angaben\",\"/cSMqv\":\"Frage konnte nicht erstellt werden. Bitte überprüfen Sie Ihre Angaben\",\"MH/lj8\":\"Frage kann nicht aktualisiert werden. Bitte überprüfen Sie Ihre Angaben\",\"nnfSdK\":\"Einzigartige Kunden\",\"Mqy/Zy\":\"Vereinigte Staaten\",\"NIuIk1\":\"Unbegrenzt\",\"/p9Fhq\":\"Unbegrenzt verfügbar\",\"E0q9qH\":\"Unbegrenzte Nutzung erlaubt\",\"h10Wm5\":\"Unbezahlte Bestellung\",\"ia8YsC\":\"Bevorstehende\",\"TlEeFv\":\"Bevorstehende Veranstaltungen\",\"L/gNNk\":[\"Aktualisierung \",[\"0\"]],\"+qqX74\":\"Aktualisieren Sie den Namen, die Beschreibung und die Daten der Veranstaltung\",\"vXPSuB\":\"Profil aktualisieren\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL in die Zwischenablage kopiert\",\"e5lF64\":\"Verwendungsbeispiel\",\"fiV0xj\":\"Verwendungslimit\",\"sGEOe4\":\"Verwenden Sie eine unscharfe Version des Titelbilds als Hintergrund\",\"OadMRm\":\"Titelbild verwenden\",\"7PzzBU\":\"Benutzer\",\"yDOdwQ\":\"Benutzerverwaltung\",\"Sxm8rQ\":\"Benutzer\",\"VEsDvU\":\"Benutzer können ihre E-Mail in den <0>Profileinstellungen ändern.\",\"vgwVkd\":\"koordinierte Weltzeit\",\"khBZkl\":\"Umsatzsteuer\",\"E/9LUk\":\"Veranstaltungsort Namen\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Teilnehmerdetails anzeigen\",\"/5PEQz\":\"Zur Veranstaltungsseite\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Auf Google Maps anzeigen\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP-Eincheckliste\",\"tF+VVr\":\"VIP-Ticket\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Wir konnten Ihre Zahlung nicht verarbeiten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\",\"45Srzt\":\"Die Kategorie konnte nicht gelöscht werden. Bitte versuchen Sie es erneut.\",\"/DNy62\":[\"Wir konnten keine Tickets finden, die mit \",[\"0\"],\" übereinstimmen\"],\"1E0vyy\":\"Wir konnten die Daten nicht laden. Bitte versuchen Sie es erneut.\",\"NmpGKr\":\"Wir konnten die Kategorien nicht neu ordnen. Bitte versuchen Sie es erneut.\",\"BJtMTd\":\"Wir empfehlen Abmessungen von 2160 x 1080 Pixel und eine maximale Dateigröße von 5 MB.\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Wir konnten Ihre Zahlung nicht bestätigen. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\",\"Gspam9\":\"Wir bearbeiten Ihre Bestellung. Bitte warten...\",\"LuY52w\":\"Willkommen an Bord! Bitte melden Sie sich an, um fortzufahren.\",\"dVxpp5\":[\"Willkommen zurück\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Was sind gestufte Produkte?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Was ist eine Kategorie?\",\"gxeWAU\":\"Für welche Produkte gilt dieser Code?\",\"hFHnxR\":\"Für welche Produkte gilt dieser Code? (Standardmäßig gilt er für alle)\",\"AeejQi\":\"Für welche Produkte soll diese Kapazität gelten?\",\"Rb0XUE\":\"Um wie viel Uhr werden Sie ankommen?\",\"5N4wLD\":\"Um welche Art von Frage handelt es sich?\",\"gyLUYU\":\"Wenn aktiviert, werden Rechnungen für Ticketbestellungen erstellt. Rechnungen werden zusammen mit der Bestellbestätigungs-E-Mail gesendet. Teilnehmer können ihre Rechnungen auch von der Bestellbestätigungsseite herunterladen.\",\"D3opg4\":\"Wenn Offline-Zahlungen aktiviert sind, können Benutzer ihre Bestellungen abschließen und ihre Tickets erhalten. Ihre Tickets werden klar anzeigen, dass die Bestellung nicht bezahlt ist, und das Check-in-Tool wird das Check-in-Personal benachrichtigen, wenn eine Bestellung eine Zahlung erfordert.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Welche Tickets sollen mit dieser Eincheckliste verknüpft werden?\",\"S+OdxP\":\"Wer organisiert diese Veranstaltung?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Wem sollte diese Frage gestellt werden?\",\"VxFvXQ\":\"Widget einbetten\",\"v1P7Gm\":\"Widget-Einstellungen\",\"b4itZn\":\"Arbeiten\",\"hqmXmc\":\"Arbeiten...\",\"+G/XiQ\":\"Seit Jahresbeginn\",\"l75CjT\":\"Ja\",\"QcwyCh\":\"Ja, entfernen\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Sie ändern Ihre E-Mail zu <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Sie sind offline\",\"sdB7+6\":\"Sie können einen Promo-Code erstellen, der sich auf dieses Produkt richtet auf der\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Sie können den Produkttyp nicht ändern, da Teilnehmer mit diesem Produkt verknüpft sind.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Sie können Teilnehmer mit unbezahlten Bestellungen nicht einchecken. Diese Einstellung kann in den Veranstaltungsdetails geändert werden.\",\"c9Evkd\":\"Sie können die letzte Kategorie nicht löschen.\",\"6uwAvx\":\"Sie können diese Preiskategorie nicht löschen, da für diese Kategorie bereits Produkte verkauft wurden. Sie können sie stattdessen ausblenden.\",\"tFbRKJ\":\"Sie können die Rolle oder den Status des Kontoinhabers nicht bearbeiten.\",\"fHfiEo\":\"Sie können eine manuell erstellte Bestellung nicht zurückerstatten.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Sie haben Zugriff auf mehrere Konten. Bitte wählen Sie eines aus, um fortzufahren.\",\"Z6q0Vl\":\"Sie haben diese Einladung bereits angenommen. Bitte melden Sie sich an, um fortzufahren.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Sie haben keine ausstehende E-Mail-Änderung.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Die Zeit für die Bestellung ist abgelaufen.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Sie müssen bestätigen, dass diese E-Mail keinen Werbezweck hat\",\"3ZI8IL\":\"Sie müssen den Allgemeinen Geschäftsbedingungen zustimmen\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Sie müssen ein Ticket erstellen, bevor Sie einen Teilnehmer manuell hinzufügen können.\",\"jE4Z8R\":\"Sie müssen mindestens eine Preisstufe haben\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Sie müssen eine Bestellung manuell als bezahlt markieren. Dies kann auf der Bestellverwaltungsseite erfolgen.\",\"L/+xOk\":\"Sie benötigen ein Ticket, bevor Sie eine Eincheckliste erstellen können.\",\"Djl45M\":\"Sie benötigen ein Produkt, bevor Sie eine Kapazitätszuweisung erstellen können.\",\"y3qNri\":\"Sie benötigen mindestens ein Produkt, um loszulegen. Kostenlos, bezahlt oder lassen Sie den Benutzer entscheiden, was er zahlen möchte.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Ihr Kontoname wird auf Veranstaltungsseiten und in E-Mails verwendet.\",\"veessc\":\"Ihre Teilnehmer werden hier angezeigt, sobald sie sich für Ihre Veranstaltung registriert haben. Sie können Teilnehmer auch manuell hinzufügen.\",\"Eh5Wrd\":\"Ihre tolle Website 🎉\",\"lkMK2r\":\"Deine Details\",\"3ENYTQ\":[\"Ihre E-Mail-Anfrage zur Änderung auf <0>\",[\"0\"],\" steht noch aus. Bitte überprüfen Sie Ihre E-Mail, um sie zu bestätigen\"],\"yZfBoy\":\"Ihre Nachricht wurde gesendet\",\"KSQ8An\":\"Deine Bestellung\",\"Jwiilf\":\"Deine Bestellung wurde storniert\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Sobald Ihre Bestellungen eintreffen, werden sie hier angezeigt.\",\"9TO8nT\":\"Ihr Passwort\",\"P8hBau\":\"Ihre Zahlung wird verarbeitet.\",\"UdY1lL\":\"Ihre Zahlung war nicht erfolgreich, bitte versuchen Sie es erneut.\",\"fzuM26\":\"Ihre Zahlung war nicht erfolgreich. Bitte versuchen Sie es erneut.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Ihre Rückerstattung wird bearbeitet.\",\"IFHV2p\":\"Ihr Ticket für\",\"x1PPdr\":\"Postleitzahl\",\"BM/KQm\":\"Postleitzahl\",\"+LtVBt\":\"Postleitzahl\",\"25QDJ1\":\"- Zum Veröffentlichen klicken\",\"WOyJmc\":\"- Zum Rückgängigmachen der Veröffentlichung klicken\",\"ncwQad\":\"(leer)\",\"B/gRsg\":\"(none)\",\"wqtZLy\":[[\"0\"],\" (Kopie)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" ist bereits eingecheckt\"],\"3beCx0\":[[\"0\"],\" <0>checked in\"],\"S4PqS9\":[[\"0\"],\" aktive Webhooks\"],\"6MIiOI\":[[\"0\"],\" übrig\"],\"COnw8D\":[[\"0\"],\" Logo\"],\"xG9N0H\":[[\"0\"],\" of \",[\"1\"],\" seats are taken.\"],\"B7pZfX\":[[\"0\"],\" Veranstalter\"],\"/HkCs4\":[[\"0\"],\" Tickets\"],\"30bTiU\":[[\"activeCount\"],\" enabled\"],\"jTs4am\":[[\"appName\"],\" logo\"],\"gbJOk9\":[[\"attendeeCount\"],\" attendees are registered for this session.\"],\"TjbIUI\":[[\"availableCount\"],\" von \",[\"totalCount\"],\" verfügbar\"],\"PSChHo\":[[\"capacity\"],\" Plätze frei\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" checked in\"],\"RZ0JX3\":[[\"chipTime\"],\", ausverkauft\"],\"M4KnFs\":[[\"chipTime\"],\", Ausverkauft, Warteliste verfügbar\"],\"SeyN12\":[[\"completedCount\"],\" of \",[\"totalCount\"],\" steps complete\"],\"wYzVwE\":[[\"count\"],\" add-ons\"],\"f2rhaD\":[[\"diffHr\"],\"h ago\"],\"NRSLBe\":[[\"diffMin\"],\"m ago\"],\"iYfwJE\":[[\"diffSec\"],\"s ago\"],\"OJnhhX\":[[\"eventCount\"],\" Ereignisse\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" more\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" attendees are registered across the affected sessions.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per order\"],\"RBuxIl\":[[\"productCount\"],\" ticket types configured\"],\"VFLd0I\":[[\"slotCount\"],\" times available\"],\"3IEF7U\":[[\"totalCount\"],\" Ticketarten\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" Gebühren\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" Gebühren & Steuern\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" Steuern\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 Tag\",\"1d6kks\":\"+Steuern/Gebühren\",\"B1St2O\":\"<0>Check-in-Listen helfen Ihnen, den Veranstaltungseinlass nach Tag, Bereich oder Tickettyp zu verwalten. Sie können Tickets mit bestimmten Listen wie VIP-Bereichen oder Tag-1-Pässen verknüpfen und einen sicheren Check-in-Link mit dem Personal teilen. Es ist kein Konto erforderlich. Check-in funktioniert auf Mobilgeräten, Desktop oder Tablet mit einer Gerätekamera oder einem HID-USB-Scanner. \",\"v9VSIS\":\"<0>Legen Sie ein einziges Gesamtlimit für die Teilnehmerzahl fest, das gleichzeitig für mehrere Ticketarten gilt.<1>Wenn Sie beispielsweise ein <2>Tagesticket und ein <3>Wochenendticket verknüpfen, ziehen beide aus demselben Platzpool. Sobald das Limit erreicht ist, werden alle verknüpften Tickets automatisch nicht mehr verkauft.\",\"Il5Uid\":\"<0>Dies ist die insgesamt verfügbare Menge über alle Termine Ihres Zeitplans zusammen – kein Limit pro Termin. Um die Teilnehmerzahl pro Termin zu begrenzen, legen Sie auf der <1>Terminplan-Seite eine Kapazität fest.\",\"ZnVt5v\":\"<0>Webhooks benachrichtigen externe Dienste sofort, wenn Ereignisse eintreten, z. B. wenn ein neuer Teilnehmer zu deinem CRM oder deiner Mailingliste hinzugefügt wird, um eine nahtlose Automatisierung zu gewährleisten.<1>Nutze Drittanbieterdienste wie <2>Zapier, <3>IFTTT oder <4>Make, um benutzerdefinierte Workflows zu erstellen und Aufgaben zu automatisieren.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" zum aktuellen Kurs\"],\"M2DyLc\":\"1 aktiver Webhook\",\"hMefp0\":\"1 add-on\",\"6hIk/x\":\"1 attendee is registered across the affected sessions.\",\"qOyE2U\":\"1 attendee is registered for this session.\",\"943BwI\":\"1 Tag nach dem Enddatum\",\"yj3N+g\":\"1 Tag nach dem Startdatum\",\"Z3etYG\":\"1 Tag vor der Veranstaltung\",\"szSnlj\":\"1 Stunde vor der Veranstaltung\",\"yTsaLw\":\"1 Ticket\",\"nz96Ue\":\"1 Ticketart\",\"InX5ad\":\"1 ticket type configured\",\"y2Jh0m\":\"1 time available\",\"cGtUz6\":\"1 Woche vor der Veranstaltung\",\"HR/cvw\":\"Musterstraße 123\",\"dgKxZ5\":\"135+ currencies & 40+ payment methods\",\"/d9gcz\":\"Eine Button-Beschriftung ist erforderlich, wenn eine URL festgelegt ist\",\"kMU5aM\":\"Eine Stornierungsbenachrichtigung wurde gesendet an\",\"o++0qa\":\"a change in duration\",\"WuWSX5\":\"A few quick steps and you're ready to start selling.\",\"RQ5kDd\":\"Eine Nachricht, die angezeigt wird, wenn diese Kategorie keine Produkte enthält.\",\"V53XzQ\":\"Ein neuer Bestätigungscode wurde an Ihre E-Mail gesendet\",\"sr2Je0\":\"a shift in start/end times\",\"/z/bH1\":\"Eine kurze Beschreibung Ihres Veranstalters, die Ihren Nutzern angezeigt wird.\",\"3BKFn6\":\"Eine URL ist erforderlich, wenn eine Button-Beschriftung festgelegt ist\",\"RpjXTb\":\"Wochentagsmuster\",\"aS0jtz\":\"Abgebrochen\",\"uyJsf6\":\"Über\",\"JvuLls\":\"Gebühr übernehmen\",\"lk74+I\":\"Gebühr übernehmen\",\"1uJlG9\":\"Akzentfarbe\",\"g3UF2V\":\"Akzeptieren\",\"K5+3xg\":\"Einladung annehmen\",\"LuXP9q\":\"Access\",\"jzb4Ep\":[\"Account · \",[\"0\"]],\"UqH1Q6\":[\"Account · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"Die Kontolöschung wurde abgebrochen.\",\"WtlP+7\":\"Kontolöschung ist blockiert\",\"vOuxvL\":\"Kontoinformationen\",\"F9cvwz\":\"Kontoname\",\"EHNORh\":\"Konto nicht gefunden\",\"Hy1lfH\":\"Kontoinhaber\",\"bPwFdf\":\"Konten\",\"pi/Iog\":[\"Konten (\",[\"0\"],\")\"],\"AhwTa1\":\"Handlung erforderlich: Umsatzsteuerinformationen benötigt\",\"APyAR/\":\"Aktive Events\",\"kCl6ja\":\"Active payment methods\",\"XJOV1Y\":\"Activity\",\"Eso+01\":[\"Zuerst \",[\"0\"],\" hinzufügen\"],\"eJ0IJA\":\"Add a cover image and theme to match your brand\",\"0YEoxS\":\"Add a date\",\"ybegUq\":\"Add a description and venue so attendees know what to expect\",\"nOZl6j\":\"Add a Single Date\",\"CjvTPJ\":\"Add another time\",\"0XCduh\":\"Add at least one time\",\"/chGpa\":\"Add connection details for the online event.\",\"UWWRyd\":\"Fügen Sie benutzerdefinierte Fragen hinzu, um während des Bezahlvorgangs zusätzliche Informationen zu erfassen\",\"Z/dcxc\":\"Add Date\",\"QeupRg\":\"Termine hinzufügen\",\"Q219NT\":\"Add Dates\",\"yjB5VC\":\"Add dates and times for your recurring event\",\"Z8idyM\":\"Add details\",\"wpirGs\":\"Add event details\",\"VX6WUv\":\"Standort hinzufügen\",\"GCQlV2\":\"Add multiple times if you run several sessions per day.\",\"7JF9w9\":\"Frage hinzufügen\",\"NLbIb6\":\"Add this attendee anyway (override capacity)\",\"6PNlRV\":\"Fügen Sie dieses Event zu Ihrem Kalender hinzu\",\"BGD9Yt\":\"Tickets hinzufügen\",\"uIv4Op\":\"Fügen Sie Tracking-Pixel zu Ihren öffentlichen Veranstaltungsseiten und der Organisator-Homepage hinzu. Ein Cookie-Zustimmungsbanner wird Besuchern angezeigt, wenn Tracking aktiv ist.\",\"QN2F+7\":\"Webhook hinzufügen\",\"NsWqSP\":\"Fügen Sie Ihre Social-Media-Konten und die Website-URL hinzu. Diese werden auf Ihrer öffentlichen Veranstalterseite angezeigt.\",\"6JzKEV\":\"Add-on only\",\"VkQex5\":\"Add-on products\",\"Y2K3rp\":\"Add-ons\",\"Z/ZU8N\":\"Wird beim Bezahlen hinzugefügt\",\"bVjDs9\":\"Zusätzliche Gebühren\",\"MKqSg4\":\"Administratorzugriff erforderlich\",\"0Zypnp\":\"Admin Dashboard\",\"tlFYEo\":\"Admits attendees to your event\",\"YAV57v\":\"Partner\",\"I+utEq\":\"Partnercode kann nicht geändert werden\",\"/jHBj5\":\"Partner erfolgreich erstellt\",\"uCFbG2\":\"Partner erfolgreich gelöscht\",\"ld8I+f\":\"Affiliate program\",\"a41PKA\":\"Partnerverkäufe werden verfolgt\",\"mJJh2s\":\"Partnerverkäufe werden nicht verfolgt. Dies deaktiviert den Partner.\",\"jabmnm\":\"Partner erfolgreich aktualisiert\",\"CPXP5Z\":\"Partner\",\"9Wh+ug\":\"Partner exportiert\",\"3cqmut\":\"Partner helfen Ihnen, Verkäufe von Partnern und Influencern zu verfolgen. Erstellen Sie Partnercodes und teilen Sie diese, um die Leistung zu überwachen.\",\"3e31kI\":\"After your event is created, you can choose how often it repeats from the dashboard.\",\"z7GAMJ\":\"all\",\"N40H+G\":\"Alle\",\"7rLTkE\":\"Alle archivierten Veranstaltungen\",\"gKq1fa\":\"Alle Teilnehmer\",\"63gRoO\":\"All attendees of the selected sessions\",\"uWxIoH\":\"All attendees of this occurrence\",\"pMLul+\":\"Alle Währungen\",\"sgUdRZ\":\"All dates\",\"e4q4uO\":\"All Dates\",\"ZS/D7f\":\"Alle beendeten Veranstaltungen\",\"QsYjci\":\"Alle Veranstaltungen\",\"31KB8w\":\"Alle fehlgeschlagenen Jobs gelöscht\",\"D2g7C7\":\"Alle Jobs zur Wiederholung eingereiht\",\"B4RFBk\":\"All matching dates\",\"F1/VgK\":\"All occurrences\",\"OpWjMq\":\"All Occurrences\",\"Sxm1lO\":\"Alle Status\",\"dr7CWq\":\"Alle bevorstehenden Veranstaltungen\",\"UBpkWM\":\"Alle Benutzer\",\"GpT6Uf\":\"Erlauben Sie Teilnehmern, ihre Ticketinformationen (Name, E-Mail) über einen sicheren Link zu aktualisieren, der mit ihrer Bestellbestätigung gesendet wird.\",\"VZdky1\":\"Käufern erlauben, ihre Angaben für alle Teilnehmer zu übernehmen\",\"F3mW5G\":\"Kunden erlauben, sich auf eine Warteliste zu setzen, wenn dieses Produkt ausverkauft ist\",\"4CMO/q\":\"Kunden erlauben, sich auf eine Warteliste zu setzen, wenn dieses Produkt ausverkauft ist. Kunden treten der Warteliste für einen bestimmten Termin bei.\",\"c4uJfc\":\"Fast geschafft! Wir warten nur noch auf die Verarbeitung Ihrer Zahlung. Das sollte nur wenige Sekunden dauern.\",\"ocS8eq\":[\"Haben Sie bereits ein Konto? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Already in\",\"/H326L\":\"Bereits erstattet\",\"USEpOK\":\"Already use Stripe on another organizer? Reuse that connection.\",\"RtxQTF\":\"Diese Bestellung auch stornieren\",\"jkNgQR\":\"Diese Bestellung auch erstatten\",\"xYqsHg\":\"Immer verfügbar\",\"rrepBD\":\"Always on sale\",\"Wvrz79\":\"Gezahlter Betrag\",\"Zkymb9\":\"Eine E-Mail-Adresse für diesen Partner. Der Partner wird nicht benachrichtigt.\",\"vRznIT\":\"Ein Fehler ist aufgetreten beim Überprüfen des Exportstatus.\",\"OPFdAM\":\"Eine optionale Beschreibung dieser Kategorie, die auf der Veranstaltungsseite angezeigt wird.\",\"eusccx\":\"Eine optionale Nachricht, die beim hervorgehobenen Produkt angezeigt wird, z.B. \\\"Verkauft sich schnell 🔥\\\" oder \\\"Bester Wert\\\"\",\"HZFm5R\":\"und\",\"l3LBtZ\":\"Ankündigungsinhalt\",\"Th00L9\":\"Ankündigung erstellt\",\"p/XJYI\":\"Ankündigung gelöscht\",\"08iV57\":\"Ankündigungstitel\",\"qLqgre\":\"Ankündigung aktualisiert\",\"Dzr23X\":\"Ankündigungen\",\"asqL+J\":\"Anonymisieren\",\"QNrkms\":\"Antwort erfolgreich aktualisiert.\",\"+qygei\":\"Answers\",\"GK7Lnt\":\"Answers provided at checkout (e.g. meal choice)\",\"lE8PgT\":\"Any dates you've manually customized will be kept.\",\"jVoYha\":[\"angewendet — \",[\"0\"],\" Rabatt auf Ihre Bestellung\"],\"vP3Nzg\":[\"Applies to \",[\"0\"],\", non-cancelled dates currently loaded on this page.\"],\"kkVyZZ\":\"Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything.\",\"je4muG\":[\"Applies to every \",[\"0\"],\", non-cancelled date in this event — including dates not currently loaded.\"],\"YIIQtt\":\"Apply Changes\",\"NzWX1Y\":\"Apply to\",\"Ps5oDT\":\"Apply to all tickets\",\"261RBr\":\"Nachricht genehmigen\",\"naCW6Z\":\"April\",\"B495Gs\":\"Archivieren\",\"5sNliy\":\"Veranstaltung archivieren\",\"BrwnrJ\":\"Veranstalter archivieren\",\"E5eghW\":\"Archivieren Sie diese Veranstaltung, um sie vor der Öffentlichkeit zu verbergen. Sie können sie später wiederherstellen.\",\"eqFkeI\":\"Archivieren Sie diesen Veranstalter. Dadurch werden auch alle Veranstaltungen dieses Veranstalters archiviert.\",\"BzcxWv\":\"Archivierte Veranstalter\",\"9cQBd6\":\"Sind Sie sicher, dass Sie diese Veranstaltung archivieren möchten? Sie wird nicht mehr öffentlich sichtbar sein.\",\"Trnl3E\":\"Sind Sie sicher, dass Sie diesen Veranstalter archivieren möchten? Dadurch werden auch alle Veranstaltungen dieses Veranstalters archiviert.\",\"wOvn+e\":[\"Are you sure you want to cancel \",[\"count\"],\" date(s)? Affected attendees will be notified by email.\"],\"GTxE0U\":\"Are you sure you want to cancel this date? Affected attendees will be notified by email.\",\"VkSk/i\":\"Sind Sie sicher, dass Sie diese geplante Nachricht abbrechen möchten?\",\"0aVEBY\":\"Sind Sie sicher, dass Sie alle fehlgeschlagenen Jobs löschen möchten?\",\"LchiNd\":\"Sind Sie sicher, dass Sie diesen Partner löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\",\"U49Xd6\":\"Möchten Sie diese Ankündigung wirklich löschen? Benutzer sehen sie dann nicht mehr.\",\"vPeW/6\":\"Sind Sie sicher, dass Sie diese Konfiguration löschen möchten? Dies kann sich auf Konten auswirken, die sie verwenden.\",\"h42Hc/\":\"Are you sure you want to delete this date? This action cannot be undone.\",\"RiF/yT\":\"Are you sure you want to delete this image?\",\"b3+Qku\":\"Are you sure you want to delete this tax or fee? It will no longer be applied to new orders.\",\"JmVITJ\":\"Sind Sie sicher, dass Sie diese Vorlage löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden und E-Mails werden auf die Standardvorlage zurückgreifen.\",\"aLS+A6\":\"Sind Sie sicher, dass Sie diese Vorlage löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden und E-Mails werden auf die Veranstalter- oder Standardvorlage zurückgreifen.\",\"5H3Z78\":\"Bist du sicher, dass du diesen Webhook löschen möchtest?\",\"147G4h\":\"Möchten Sie wirklich gehen?\",\"VDWChT\":\"Sind Sie sicher, dass Sie diesen Veranstalter auf Entwurf setzen möchten? Dadurch wird die Veranstalterseite für die Öffentlichkeit unsichtbar.\",\"pWtQJM\":\"Sind Sie sicher, dass Sie diesen Veranstalter veröffentlichen möchten? Dadurch wird die Veranstalterseite für die Öffentlichkeit sichtbar.\",\"EOqL/A\":\"Sind Sie sicher, dass Sie dieser Person einen Platz anbieten möchten? Sie wird eine E-Mail-Benachrichtigung erhalten.\",\"yAXqWW\":\"Are you sure you want to permanently delete this date? This cannot be undone.\",\"WFHOlF\":\"Sind Sie sicher, dass Sie diese Veranstaltung veröffentlichen möchten? Nach der Veröffentlichung ist sie öffentlich sichtbar.\",\"4TNVdy\":\"Sind Sie sicher, dass Sie dieses Veranstalterprofil veröffentlichen möchten? Nach der Veröffentlichung ist es öffentlich sichtbar.\",\"8x0pUg\":\"Sind Sie sicher, dass Sie diesen Eintrag von der Warteliste entfernen möchten?\",\"cDtoWq\":[\"Sind Sie sicher, dass Sie die Bestellbestätigung erneut an \",[\"0\"],\" senden möchten?\"],\"xeIaKw\":[\"Sind Sie sicher, dass Sie das Ticket erneut an \",[\"0\"],\" senden möchten?\"],\"BjbocR\":\"Sind Sie sicher, dass Sie diese Veranstaltung wiederherstellen möchten?\",\"7MjfcR\":\"Sind Sie sicher, dass Sie diesen Veranstalter wiederherstellen möchten?\",\"b7tkGp\":\"Are you sure you want to revoke this invitation?\",\"ExDt3P\":\"Sind Sie sicher, dass Sie diese Veranstaltung zurückziehen möchten? Sie wird nicht mehr öffentlich sichtbar sein.\",\"5Qmxo/\":\"Sind Sie sicher, dass Sie dieses Veranstalterprofil zurückziehen möchten? Es wird nicht mehr öffentlich sichtbar sein.\",\"Uqefyd\":\"Sind Sie in der EU umsatzsteuerregistriert?\",\"+QARA4\":\"Kunst\",\"tLf3yJ\":\"Da Ihr Unternehmen in Irland ansässig ist, wird automatisch die irische Umsatzsteuer von 23% auf alle Plattformgebühren angewendet.\",\"tMeVa/\":\"Name und E-Mail für jedes gekaufte Ticket erfragen\",\"ui5ln+\":\"Assign a different plan\",\"9Jxliv\":\"Assign plan\",\"xdiER7\":\"Zugewiesene Stufe\",\"F2rX0R\":\"Mindestens ein Ereignistyp muss ausgewählt werden\",\"Z44eZS\":\"At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead.\",\"BCmibk\":\"Versuche\",\"6PecK3\":\"Anwesenheit und Check-in-Raten für alle Veranstaltungen\",\"K2tp3v\":\"attendee\",\"AJ4rvK\":\"Teilnehmer storniert\",\"qvylEK\":\"Teilnehmer erstellt\",\"Aspq3b\":\"Erfassung von Teilnehmerdetails\",\"fpb0rX\":\"Teilnehmerdetails aus Bestellung kopiert\",\"94aQMU\":\"Teilnehmerinformationen\",\"KkrBiR\":\"Erfassung von Teilnehmerinformationen\",\"sjPjOg\":\"Attendee notes\",\"cosfD8\":\"Teilnehmerstatus\",\"D2qlBU\":\"Teilnehmer aktualisiert\",\"22BOve\":\"Teilnehmer erfolgreich aktualisiert\",\"x8Vnvf\":\"Ticket des Teilnehmers nicht in dieser Liste enthalten\",\"/Ywywr\":\"attendees\",\"zLRobu\":\"attendees checked in\",\"k3Tngl\":\"Teilnehmer exportiert\",\"UoIRW8\":\"Registrierte Teilnehmer\",\"5UbY+B\":\"Teilnehmer mit einem bestimmten Ticket\",\"4HVzhV\":\"Teilnehmer:\",\"HVkhy2\":\"Attributionsanalyse\",\"dMMjeD\":\"Attributionsaufschlüsselung\",\"1oPDuj\":\"Attributionswert\",\"cHfbVT\":\"Zielgruppe\",\"DBHTm/\":\"August\",\"JgREph\":\"Auto-Angebot ist aktiviert\",\"V7Tejz\":\"Warteliste automatisch verarbeiten\",\"PZ7FTW\":\"Wird automatisch basierend auf der Hintergrundfarbe erkannt, kann aber überschrieben werden\",\"zlnTuI\":\"Automatisch Tickets der nächsten Person anbieten, wenn Kapazität verfügbar wird. Wenn deaktiviert, können Sie die Warteliste manuell von der Wartelisten-Seite aus bearbeiten.\",\"csDS2L\":\"Verfügbar\",\"Xp+ywP\":\"Verfügbar, sobald die Zahlung abgeschlossen ist\",\"dwDH1K\":[\"Available times on \",[\"dayName\"]],\"clF06r\":\"Zur Erstattung verfügbar\",\"NB5+UG\":\"Verfügbare Token\",\"L+wGOG\":\"Awaiting\",\"qcw2OD\":\"Awaiting pay\",\"kNmmvE\":\"Awesome Events GmbH\",\"TeSaQO\":\"Zurück zu Konten\",\"kYqM1A\":\"Zurück zum Event\",\"s5QRF3\":\"Zurück zu Nachrichten\",\"td/bh+\":\"Zurück zu Berichten\",\"nsm7BA\":\"Zurück zur Suche\",\"imjKVx\":\"Bank account connected\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"Der Banner-Inhalt darf höchstens 200 Zeichen lang sein\",\"p2OLF3\":\"Grundpreis\",\"D9LTCH\":\"Base Price\",\"hviJef\":\"Based on the global sale period above, not per date\",\"jIPNJG\":\"Grundinformationen\",\"lINGcL\":\"Da dieses Konto abgeschlossene Bestellungen hat, werden Transaktionsdaten (Beträge, Daten und Rechnungsdetails) in anonymisierter Form für rechtliche und steuerliche Zwecke aufbewahrt. Alle personenbezogenen Daten werden dauerhaft entfernt.\",\"UabgBd\":\"Inhalt ist erforderlich\",\"HWXuQK\":\"Setzen Sie ein Lesezeichen für diese Seite, um Ihre Bestellung jederzeit zu verwalten.\",\"CUKVDt\":\"Gestalten Sie Ihre Tickets mit einem individuellen Logo, Farben und einer Fußzeilennachricht.\",\"4BZj5p\":\"Built-in fraud protection\",\"cr7kGH\":\"Bulk Edit\",\"1Fbd6n\":\"Bulk Edit Dates\",\"Eq6Tu9\":\"Bulk update failed.\",\"9N+p+g\":\"Geschäftlich\",\"SWnN1L\":\"Business address\",\"kQekXw\":\"Business name\",\"3W/QV7\":\"Button-Beschriftung\",\"bv6RXK\":\"Schaltflächenbeschriftung\",\"ChDLlO\":\"Schaltflächentext\",\"MOht10\":\"Button-URL\",\"BUe8Wj\":\"Käufer zahlt\",\"DkL8mp\":\"Buyers can add these to their order when they select this product at checkout.\",\"qF1qbA\":\"Käufer sehen einen klaren Preis. Die Plattformgebühr wird von Ihrer Auszahlung abgezogen.\",\"dg05rc\":\"Durch das Hinzufügen von Tracking-Pixeln bestätigen Sie, dass Sie und diese Plattform gemeinsam Verantwortliche für die erhobenen Daten sind. Sie sind dafür verantwortlich, eine rechtmäßige Grundlage für diese Verarbeitung gemäß den geltenden Datenschutzgesetzen (DSGVO, CCPA usw.) sicherzustellen.\",\"DFqasq\":[\"Durch Fortfahren stimmen Sie den <0>\",[\"0\"],\" Nutzungsbedingungen zu\"],\"CetOZE\":\"By ticket type\",\"lFdbRS\":\"Anwendungsgebühren umgehen\",\"AjVXBS\":\"Calendar\",\"2VLZwd\":\"Aktionsschaltfläche\",\"rT2cV+\":\"Camera\",\"7hYa9y\":\"Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings.\",\"D02dD9\":\"Kampagne\",\"RRPA79\":\"Can't check in\",\"OcVwAd\":[\"Cancel \",[\"count\"],\" date(s)\"],\"H4nE+E\":\"Alle Produkte stornieren und in den Pool zurückgeben\",\"Py78q9\":\"Cancel Date\",\"lUjTpS\":\"Löschung abbrechen\",\"5YkF5G\":\"Löschantrag abbrechen\",\"tOXAdc\":\"Das Stornieren wird alle mit dieser Bestellung verbundenen Teilnehmer stornieren und die Tickets in den verfügbaren Pool zurückgeben.\",\"FPpqc7\":[\"Cancelling \",[\"0\"],\" date(s). This may take a moment to complete.\"],\"01sEfm\":\"Die Standardkonfiguration des Systems kann nicht gelöscht werden\",\"VsM1HH\":\"Kapazitätszuweisungen\",\"9bIMVF\":\"Capacity management\",\"H7K8og\":\"Capacity must be 0 or greater\",\"nzao08\":\"capacity updates\",\"4cp9NP\":\"Capacity Used\",\"K7tIrx\":\"Kategorie\",\"DRK3Bq\":\"Category deleted successfully\",\"o+XJ9D\":\"Ändern\",\"kJkjoB\":\"Change duration\",\"J0KExZ\":\"Change the attendee limit\",\"ssospy\":\"Change time\",\"CIHJJf\":\"Wartelisten-Einstellungen ändern\",\"B5icLR\":[\"Changed duration for \",[\"count\"],\" date(s)\"],\"Kb+0BT\":\"Charges\",\"2tbLdK\":\"Wohltätigkeit\",\"BPWGKn\":\"Check in\",\"6uFFoY\":\"Check out\",\"FjAlwK\":[\"Check out this event: \",[\"0\"]],\"v4fiSg\":\"Überprüfen Sie Ihre E-Mail\",\"51AsAN\":\"Überprüfen Sie Ihren Posteingang! Wenn Tickets mit dieser E-Mail verknüpft sind, erhalten Sie einen Link, um sie anzuzeigen.\",\"Y3FYXy\":\"Check-In\",\"udRwQs\":\"Check-in erstellt\",\"F4SRy3\":\"Check-in gelöscht\",\"as6XfO\":[\"Check-in for \",[\"0\"],\" was undone\"],\"9s/wrQ\":\"Check-in history\",\"Wwztk4\":\"Check-In List\",\"9gPPUY\":\"Check-In-Liste erstellt!\",\"dwjiJt\":\"Check-in list info\",\"7od0PV\":\"check-in lists\",\"f2vU9t\":\"Check-in-Listen\",\"XprdTn\":\"Check-in navigation\",\"5tV1in\":\"Check-in progress\",\"SHJwyq\":\"Check-in-Rate\",\"qCqdg6\":\"Check-In-Status\",\"cKj6OE\":\"Check-in-Übersicht\",\"7B5M35\":\"Check-Ins\",\"VrmydS\":\"Checked in\",\"DM4gBB\":\"Chinesisch (Traditionell)\",\"p8Jvp4\":\"Choose a configuration\",\"ElShBO\":\"Choose a different action\",\"pHEhf+\":\"Wählen Sie eine Schriftart, die zu Ihrer Marke passt. Schriften werden selbst über Bunny Fonts gehostet.\",\"Zok1Gx\":\"Choose an organizer\",\"pkk46Q\":\"Wählen Sie einen Veranstalter\",\"Ag32+c\":\"Choose another date\",\"Crr3pG\":\"Kalender auswählen\",\"Z38ZJu\":\"Wählen Sie, wie das Veranstaltungsdatum auf dem Ticket angezeigt wird\",\"LAW8Vb\":\"Wählen Sie die Standardeinstellung für neue Veranstaltungen. Dies kann für einzelne Veranstaltungen überschrieben werden.\",\"pjp2n5\":\"Wählen Sie, wer die Plattformgebühr zahlt. Dies hat keine Auswirkungen auf zusätzliche Gebühren, die Sie in Ihren Kontoeinstellungen konfiguriert haben.\",\"xCJdfg\":\"Clear\",\"QyOWu9\":\"Clear location — fall back to the event default\",\"V8yTm6\":\"Clear search\",\"kmnKnX\":\"Clearing removes any per-date override. Affected dates will fall back to the event's default location.\",\"/o+aQX\":\"Click to cancel\",\"gD7WGV\":\"Click to reopen for new sales\",\"CySr+W\":\"Klicken, um Notizen anzuzeigen\",\"RG3szS\":\"schließen\",\"RWw9Lg\":\"Modal schließen\",\"XwdMMg\":\"Code darf nur Buchstaben, Zahlen, Bindestriche und Unterstriche enthalten\",\"+yMJb7\":\"Code ist erforderlich\",\"m9SD3V\":\"Code muss mindestens 3 Zeichen lang sein\",\"V1krgP\":\"Code darf maximal 20 Zeichen lang sein\",\"psqIm5\":\"Arbeiten Sie mit Ihrem Team zusammen, um gemeinsam großartige Veranstaltungen zu gestalten.\",\"4bUH9i\":\"Erfassen Sie Teilnehmerdetails für jedes gekaufte Ticket.\",\"TkfG8v\":\"Details pro Bestellung erfassen\",\"96ryID\":\"Details pro Ticket erfassen\",\"FpsvqB\":\"Farbmodus\",\"jEu4bB\":\"Spalten\",\"CWk59I\":\"Comedy\",\"rPA+Gc\":\"Kommunikationseinstellungen\",\"zFT5rr\":\"complete\",\"bUQMpb\":\"Complete Stripe setup\",\"744BMm\":\"Vervollständigen Sie Ihre Bestellung, um Ihre Tickets zu sichern. Dieses Angebot ist zeitlich begrenzt, warten Sie also nicht zu lange.\",\"5YrKW7\":\"Schließen Sie Ihre Zahlung ab, um Ihre Tickets zu sichern.\",\"xGU92i\":\"Vervollständigen Sie Ihr Profil, um dem Team beizutreten.\",\"QOhkyl\":\"Verfassen\",\"ih35UP\":\"Konferenzzentrum\",\"ywFj2D\":\"Configuration\",\"WTw0bB\":\"Configuration assigned\",\"X1zdE7\":\"Konfiguration erfolgreich erstellt\",\"mLBUMQ\":\"Konfiguration erfolgreich gelöscht\",\"UIENhw\":\"Konfigurationsnamen sind für Endbenutzer sichtbar. Feste Gebühren werden zum aktuellen Wechselkurs in die Bestellwährung umgerechnet.\",\"eeZdaB\":\"Konfiguration erfolgreich aktualisiert\",\"3cKoxx\":\"Konfigurationen\",\"8v2LRU\":\"Konfigurieren Sie Veranstaltungsdetails, Standort, Bezahloptionen und E-Mail-Benachrichtigungen.\",\"raw09+\":\"Konfigurieren Sie, wie Teilnehmerdetails während des Bezahlvorgangs erfasst werden\",\"FI60XC\":\"Steuern & Gebühren konfigurieren\",\"av6ukY\":\"Configure which products are available for this occurrence and optionally adjust pricing.\",\"NGXKG/\":\"E-Mail-Adresse bestätigen\",\"JRQitQ\":\"Neues Passwort bestätigen\",\"Auz0Mz\":\"Bestätigen Sie Ihre E-Mail-Adresse, um alle Funktionen zu nutzen.\",\"7+grte\":\"Bestätigungs-E-Mail gesendet! Bitte überprüfen Sie Ihren Posteingang.\",\"n/7+7Q\":\"Bestätigung gesendet an\",\"x3wVFc\":\"Herzlichen Glückwunsch! Ihre Veranstaltung ist jetzt öffentlich sichtbar.\",\"0W2NQP\":\"Connect bank\",\"/K4Vqr\":\"Verbinden Sie Stripe, um Zahlungen zu akzeptieren\",\"nQI4H5\":\"Verbinden Sie Stripe, um die Bearbeitung von E-Mail-Vorlagen zu ermöglichen\",\"LmvZ+E\":\"Stripe verbinden, um Nachrichten zu aktivieren\",\"peBIO+\":\"Connect Stripe to receive ticket payments directly to your bank account.\",\"DNeN8t\":\"Connect your bank to receive ticket sales straight to your account\",\"DARj+w\":\"Falsches Stripe-Konto verbunden? Trennen Sie die Verbindung und beginnen Sie von vorn.\",\"X1y8JF\":\"Connection details are required for online dates\",\"fjfBOm\":\"Für Online-Veranstaltungen sind Verbindungsdetails erforderlich\",\"jfC/xh\":\"Kontakt\",\"LOFgda\":[\"Kontakt \",[\"0\"]],\"41BQ3k\":\"Kontakt-E-Mail\",\"4b3oEV\":\"Inhalt\",\"13CIgI\":\"Inhalt ist erforderlich\",\"m8WD6t\":\"Einrichtung fortsetzen\",\"0GwUT4\":\"Weiter zur Kasse\",\"sBV87H\":\"Weiter zur Veranstaltungserstellung\",\"nKtyYu\":\"Weiter zum nächsten Schritt\",\"F3/nus\":\"Weiter zur Zahlung\",\"s30OcA\":\"Steuern Sie, wie Termine und Uhrzeiten auf der Veranstaltungsseite angezeigt werden\",\"p2FRHj\":\"Steuern Sie, wie Plattformgebühren für diese Veranstaltung gehandhabt werden\",\"NqfabH\":\"Control who gets in for this date\",\"fmYxZx\":\"Control who gets in, and when\",\"1JnTgU\":\"Von oben kopiert\",\"FxVG/l\":\"In die Zwischenablage kopiert\",\"PiH3UR\":\"Kopiert!\",\"4i7smN\":\"Copy account ID\",\"uUPbPg\":\"Partnerlink kopieren\",\"iVm46+\":\"Code kopieren\",\"cF2ICc\":\"Kundenlink kopieren\",\"+2ZJ7N\":\"Details zum ersten Teilnehmer kopieren\",\"ZN1WLO\":\"E-Mail Kopieren\",\"y1eoq1\":\"Link kopieren\",\"tUGbi8\":\"Meine Daten kopieren an:\",\"y22tv0\":\"Kopieren Sie diesen Link, um ihn überall zu teilen\",\"/4gGIX\":\"In die Zwischenablage kopieren\",\"e0f4yB\":\"Standort konnte nicht gelöscht werden\",\"vkiDx2\":\"Could not prepare the bulk update.\",\"KOavaU\":\"Adressdetails konnten nicht abgerufen werden\",\"/lq4oO\":\"Could not save date\",\"mHu0az\":\"Couldn't send verification email. Please try again.\",\"QOIm+S\":\"Die Zahlen umfassen alle bevorstehenden Termine. Jeder Person wird ein Platz für den Termin angeboten, für den sie sich angemeldet hat.\",\"P0rbCt\":\"Titelbild\",\"p4kqHr\":\"Cover image added\",\"60u+dQ\":\"Das Titelbild wird oben auf Ihrer Veranstaltungsseite angezeigt\",\"2NLjA6\":\"Das Titelbild wird oben auf Ihrer Veranstalterseite angezeigt\",\"GkrqoY\":\"Covers every ticket\",\"zg4oSu\":[[\"0\"],\"-Vorlage erstellen\"],\"RKKhnW\":\"Erstellen Sie ein individuelles Widget, um Tickets auf Ihrer Website zu verkaufen.\",\"jqhTmw\":\"Create a list for this date\",\"PhioFp\":\"Create a new check-in list for an active session, or contact the organizer if you think this is a mistake.\",\"yIRev4\":\"Passwort erstellen\",\"j7xZ7J\":\"Erstellen Sie weitere Veranstalter, um separate Marken, Abteilungen oder Veranstaltungsreihen unter einem Konto zu verwalten. Jeder Veranstalter hat eigene Veranstaltungen, Einstellungen und eine öffentliche Seite.\",\"xfKgwv\":\"Partner erstellen\",\"GT/OIA\":\"Erstellen Sie eine Ankündigung, um Ihren Benutzern eine Nachricht anzuzeigen.\",\"tudG8q\":\"Erstellen und konfigurieren Sie Tickets und Merchandise zum Verkauf.\",\"Q4VlI/\":\"Ankündigung erstellen\",\"YAl9Hg\":\"Konfiguration erstellen\",\"BTne9e\":\"Erstellen Sie benutzerdefinierte E-Mail-Vorlagen für diese Veranstaltung, die die Veranstalter-Standards überschreiben\",\"YIDzi/\":\"Benutzerdefinierte Vorlage erstellen\",\"tsGqx5\":\"Create Date\",\"Nc3l/D\":\"Erstellen Sie Rabatte, Zugangscodes für versteckte Tickets und Sonderangebote.\",\"PybJS2\":\"Create event\",\"abGAgf\":\"Create more tickets or products to offer them as add-ons\",\"eWEV9G\":\"Neues Passwort erstellen\",\"utHSNE\":\"Zeitplan erstellen\",\"8AiKIu\":\"Ticket oder Produkt erstellen\",\"/HGmW9\":\"Erstellen Sie verfolgbare Links, um Partner zu belohnen, die Ihre Veranstaltung bewerben.\",\"dkAPxi\":\"Webhook erstellen\",\"5slqwZ\":\"Erstellen Sie Ihre Veranstaltung\",\"JQNMrj\":\"Erstellen Sie Ihre erste Veranstaltung\",\"CCjxOC\":\"Erstellen Sie Ihre erste Veranstaltung, um Tickets zu verkaufen und Teilnehmer zu verwalten.\",\"ZCSSd+\":\"Erstellen Sie Ihre eigene Veranstaltung\",\"qdv10s\":[[\"0\"],\" Termine werden erstellt. Dies kann einen Moment dauern.\"],\"67NsZP\":\"Veranstaltung wird erstellt...\",\"H34qcM\":\"Veranstalter wird erstellt...\",\"1YMS+X\":\"Ihre Veranstaltung wird erstellt, bitte warten\",\"yiy8Jt\":\"Ihr Veranstalterprofil wird erstellt, bitte warten\",\"lfLHNz\":\"CTA-Beschriftung ist erforderlich\",\"0xLR6W\":\"Currently assigned\",\"iTvh6I\":\"Derzeit zum Kauf verfügbar\",\"A42Dqn\":\"Custom branding\",\"Guo0lU\":\"Benutzerdefiniertes Datum und Uhrzeit\",\"WDMdn8\":\"Custom questions\",\"O6mra8\":\"Benutzerdefinierte Fragen\",\"axv/Mi\":\"Benutzerdefinierte Vorlage\",\"2YeVGY\":\"Kundenlink in die Zwischenablage kopiert\",\"QMHSMS\":\"Der Kunde erhält eine E-Mail zur Bestätigung der Erstattung\",\"NihQNk\":\"Kunden\",\"hINN++\":\"Customize page\",\"7gsjkI\":\"Passen Sie die an Ihre Kunden gesendeten E-Mails mit Liquid-Vorlagen an. Diese Vorlagen werden als Standards für alle Veranstaltungen in Ihrer Organisation verwendet.\",\"xJaTUK\":\"Passen Sie Layout, Farben und Branding Ihrer Veranstaltungs-Homepage an.\",\"MXZfGN\":\"Passen Sie die Fragen während des Bezahlvorgangs an, um wichtige Informationen von Ihren Teilnehmern zu sammeln.\",\"iX6SLo\":\"Passen Sie den Text auf dem Weiter-Button an\",\"R8H7yL\":\"Passen Sie den Text der schwebenden Schaltfläche an, die zum Ticketbereich scrollt\",\"pxNIxa\":\"Passen Sie Ihre E-Mail-Vorlage mit Liquid-Vorlagen an\",\"3trPKm\":\"Passen Sie das Erscheinungsbild Ihrer Veranstalterseite an\",\"U0sC6H\":\"Daily\",\"/gWrVZ\":\"Tägliche Einnahmen, Steuern, Gebühren und Rückerstattungen für alle Veranstaltungen\",\"zgCHnE\":\"Täglicher Verkaufsbericht\",\"nHm0AI\":\"Aufschlüsselung der täglichen Verkäufe, Steuern und Gebühren\",\"1aPnDT\":\"Dance\",\"pvnfJD\":\"Dunkel\",\"MaB9wW\":\"Date Cancellation\",\"e6cAxJ\":\"Date cancelled\",\"81jBnC\":\"Date cancelled successfully\",\"a/C/6R\":\"Date created successfully\",\"IW7Q+u\":\"Date deleted\",\"rngCAz\":\"Date deleted successfully\",\"vHbfoQ\":\"Date reactivated\",\"hvah+S\":\"Date reopened for new sales\",\"Ez0YsD\":\"Date updated successfully\",\"JxwIlL\":\"Termine\",\"Te33mU\":\"Dates are managed per occurrence\",\"91zCxb\":\"Dates with sessions\",\"/ITcnz\":\"day\",\"H7OUPr\":\"Day\",\"JtHrX9\":\"Day of Month\",\"J/Upwb\":\"days\",\"V3VGYb\":\"Tage des Monats\",\"r6zgGo\":\"December\",\"jbq7j2\":\"Ablehnen\",\"WGD1Al\":\"Verringern\",\"gJY4YL\":\"Menge verringern\",\"ovBPCi\":\"Standard\",\"JtI4vj\":\"Standard-Erfassung von Teilnehmerinformationen\",\"ULjv90\":\"Default capacity per date\",\"3R/Tu2\":\"Standard-Gebührenbehandlung\",\"1bZAZA\":\"Standardvorlage wird verwendet\",\"3Biswm\":\"Defaults\",\"HNlEFZ\":\"löschen\",\"KpnwJK\":[\"\\\"\",[\"0\"],\"\\\" löschen?\"],\"BlII4o\":[\"Delete \",[\"count\"],\" selected date(s)? Dates with orders will be skipped. This cannot be undone.\"],\"ZDGm40\":\"Konto löschen\",\"vu7gDm\":\"Partner löschen\",\"KZN4Lc\":\"Alle löschen\",\"6EkaOO\":\"Delete Date\",\"io0G93\":\"Veranstaltung löschen\",\"+jw/c1\":\"Bild löschen\",\"hdyeZ0\":\"Job löschen\",\"xxjZeP\":\"Standort löschen\",\"sY3tIw\":\"Veranstalter löschen\",\"UBv8UK\":\"Delete Permanently\",\"dPyJ15\":\"Vorlage löschen\",\"IQTR34\":\"Delete this category? Any products in it will also be deleted. This cannot be undone.\",\"/1wMxk\":\"Delete this product? This cannot be undone.\",\"mxsm1o\":\"Diese Frage löschen? Dies kann nicht rückgängig gemacht werden.\",\"snMaH4\":\"Webhook löschen\",\"LIZZLY\":[\"Deleted \",[\"0\"],\" date(s)\"],\"loLVyU\":\"Gelöschtes Konto\",\"IlUuGb\":\"Beim Löschen Ihres Kontos wird es sofort deaktiviert: Alle veröffentlichten Veranstaltungen werden zurückgezogen und der Zugriff wird gesperrt. Nach einer 30-tägigen Frist wird die Löschung endgültig. Sie können innerhalb dieser 30 Tage jederzeit abbrechen.\",\"nMdIuB\":\"Löschung zur Ausführung eingereiht\",\"/U002t\":\"Löschantrag abgebrochen\",\"PBA62s\":\"Löschanträge\",\"7w0Wev\":\"Description and venue added\",\"vYgeDk\":\"Alle abwählen\",\"NvuEhl\":\"Designelemente\",\"H8kMHT\":\"Code nicht erhalten?\",\"G8KNgd\":\"Different location\",\"E/QGRL\":\"Disabled\",\"bzSI52\":\"Discard\",\"0EcUWz\":\"Discard changes?\",\"+K0AvT\":\"Trennen\",\"cALvbl\":\"Stripe-Konto trennen\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Ankündigung ausblenden\",\"nZJ8tu\":\"Dismiss setup checklist\",\"QotGhf\":\"Diese Nachricht schließen\",\"J6hrEy\":\"Ausgeblendet\",\"BREO0S\":\"Zeigen Sie ein Kontrollkästchen an, mit dem Kunden dem Erhalt von Marketing-Mitteilungen von diesem Veranstalter zustimmen können.\",\"HtaSQp\":\"Zeigt an, wie viele Plätze an jedem Termin im Ticket-Widget noch frei sind. Sie können dies für einzelne Termine überschreiben.\",\"pfa8F0\":\"Anzeigename\",\"Kdpf90\":\"Nicht vergessen!\",\"352VU2\":\"Haben Sie noch kein Konto? <0>Registrieren\",\"AXXqG+\":\"Spende\",\"DPfwMq\":\"Fertig\",\"JoPiZ2\":\"Door staff instructions\",\"2+O9st\":\"Laden Sie Verkaufs-, Teilnehmer- und Finanzberichte für alle abgeschlossenen Bestellungen herunter.\",\"eneWvv\":\"Entwurf\",\"Ts8hhq\":\"Aufgrund des hohen Spam-Risikos müssen Sie ein Stripe-Konto verbinden, bevor Sie E-Mail-Vorlagen ändern können. Dies dient dazu sicherzustellen, dass alle Veranstalter verifiziert und rechenschaftspflichtig sind.\",\"TnzbL+\":\"Aufgrund des hohen Spam-Risikos müssen Sie ein Stripe-Konto verbinden, bevor Sie Nachrichten an Teilnehmer senden können.\\nDies dient dazu, sicherzustellen, dass alle Veranstalter verifiziert und rechenschaftspflichtig sind.\",\"euc6Ns\":\"Duplizieren\",\"YueC+F\":\"Duplicate Date\",\"KRmTkx\":\"Produkt duplizieren\",\"Jd3ymG\":\"Duration must be at least 1 minute.\",\"KIjvtr\":\"Niederländisch\",\"22xieU\":\"z.B. 180 (3 Stunden)\",\"MCx4ov\":\"z. B. Mehr erfahren\",\"/zajIE\":\"e.g. Morning Session\",\"XDHATF\":\"z. B. Neue Funktion: Wartelisten\",\"tAtvUj\":\"z. B. Geplante Wartung diesen Samstag von 2–4 Uhr UTC\",\"SPKbfM\":\"z.\u202FB. Tickets kaufen, Jetzt registrieren\",\"fc7wGW\":\"z.B. Wichtiges Update zu Ihren Tickets\",\"54MPqC\":\"z.B. Standard, Premium, Enterprise\",\"3RQ81z\":\"Jede Person erhält eine E-Mail mit einem reservierten Platz, um den Kauf abzuschließen.\",\"Xfsjel\":\"Jedes Produkt\",\"5oD9f/\":\"Earlier\",\"LTzmgK\":[[\"0\"],\"-Vorlage bearbeiten\"],\"v4+lcZ\":\"Partner bearbeiten\",\"ndNHsK\":\"Ankündigung bearbeiten\",\"2iZEz7\":\"Antwort bearbeiten\",\"t2bbp8\":\"Teilnehmer bearbeiten\",\"etaWtB\":\"Teilnehmerdetails bearbeiten\",\"+guao5\":\"Konfiguration bearbeiten\",\"1Mp/A4\":\"Edit Date\",\"m0ZqOT\":\"Standort bearbeiten\",\"8oivFT\":\"Standort bearbeiten\",\"vRWOrM\":\"Bestelldetails bearbeiten\",\"pHm0k9\":\"Zeitplan bearbeiten\",\"fW5sSv\":\"Webhook bearbeiten\",\"nP7CdQ\":\"Webhook bearbeiten\",\"MRZxAn\":\"Edited\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Bildung\",\"iiWXDL\":\"Berechtigungsfehler\",\"zPiC+q\":\"Berechtigte Check-In-Listen\",\"SiVstt\":\"Email & scheduled messages\",\"V2sk3H\":\"E-Mail & Vorlagen\",\"hbwCKE\":\"E-Mail-Adresse in Zwischenablage kopiert\",\"dSyJj6\":\"E-Mail-Adressen stimmen nicht überein\",\"elW7Tn\":\"E-Mail-Inhalt\",\"ZsZeV2\":\"E-Mail ist erforderlich\",\"Be4gD+\":\"E-Mail-Vorschau\",\"6IwNUc\":\"E-Mail-Vorlagen\",\"H/UMUG\":\"E-Mail-Verifizierung erforderlich\",\"PLEl94\":\"Email verified\",\"L86zy2\":\"E-Mail erfolgreich verifiziert!\",\"FSN4TS\":\"Widget einbetten\",\"z9NkYY\":\"Embeddable widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Für Modals ist ein Emoji erforderlich\",\"Qj0GKe\":\"Teilnehmer-Selbstbedienung aktivieren\",\"hEtQsg\":\"Teilnehmer-Selbstbedienung standardmäßig aktivieren\",\"Upeg/u\":\"Diese Vorlage für das Senden von E-Mails aktivieren\",\"7dSOhU\":\"Warteliste aktivieren\",\"RxzN1M\":\"Aktiviert\",\"sGjBEq\":\"Enddatum & -zeit (optional)\",\"PKXt9R\":\"Das Enddatum muss nach dem Startdatum liegen\",\"vTL8gi\":\"Endzeit\",\"48Y16Q\":\"Endzeit (optional)\",\"TbaYrr\":[\"Ended \",[\"0\"]],\"CFgwiw\":[\"Ends \",[\"0\"]],\"SqOIQU\":\"Enter a capacity value or choose unlimited.\",\"h37gRz\":\"Enter a label or choose to remove it.\",\"7YZofi\":\"Geben Sie einen Betreff und Inhalt ein, um die Vorschau zu sehen\",\"khyScF\":\"Enter a time to shift by.\",\"SKx/0u\":\"Geben Sie einen Veranstaltungsortnamen oder eine Adresse ein\",\"ppwojw\":\"Geben Sie für Präsenzveranstaltungen einen Veranstaltungsort oder eine Adresse ein\",\"j+eCIq\":\"Adresse manuell eingeben\",\"3bR1r4\":\"Partner-E-Mail eingeben (optional)\",\"ARkzso\":\"Partnername eingeben\",\"ej4L8b\":\"Enter capacity\",\"6KnyG0\":\"E-Mail eingeben\",\"INDKM9\":\"E-Mail-Betreff eingeben...\",\"xUgUTh\":\"Vornamen eingeben\",\"9/1YKL\":\"Nachnamen eingeben\",\"VpwcSk\":\"Neues Passwort eingeben\",\"kWg31j\":\"Eindeutigen Partnercode eingeben\",\"C3nD/1\":\"Geben Sie Ihre E-Mail-Adresse ein\",\"VmXiz4\":\"Geben Sie Ihre E-Mail-Adresse ein und wir senden Ihnen Anweisungen zum Zurücksetzen Ihres Passworts.\",\"n9V+ps\":\"Geben Sie Ihren Namen ein\",\"IdULhL\":\"Geben Sie Ihre Umsatzsteuer-Identifikationsnummer mit Ländercode ohne Leerzeichen ein (z.B. IE1234567A, DE123456789)\",\"RRlWVA\":\"Gesamte Bestellung\",\"o21Y+P\":\"entries\",\"X88/6w\":\"Einträge erscheinen hier, wenn Kunden sich auf die Warteliste für ausverkaufte Produkte setzen.\",\"LslKhj\":\"Fehler beim Laden der Protokolle\",\"BkEWfd\":\"Esc to close\",\"VCNHvW\":\"Veranstaltung archiviert\",\"ZD0XSb\":\"Veranstaltung erfolgreich archiviert\",\"WgD6rb\":\"Veranstaltungskategorie\",\"b46pt5\":\"Veranstaltungs-Titelbild\",\"NAUIJ7\":\"Event created\",\"1b77ID\":\"Veranstaltung erstellt\",\"1Hzev4\":\"Event-benutzerdefinierte Vorlage\",\"+v+GW0\":\"Anzeige des Veranstaltungsdatums\",\"7u9/DO\":\"Veranstaltung erfolgreich gelöscht\",\"imgKgl\":\"Veranstaltungsbeschreibung\",\"IzR/Fc\":\"Event lifetime\",\"PYs3rP\":\"Veranstaltungsname\",\"HhwcTQ\":\"Veranstaltungsname\",\"WZZzB6\":\"Veranstaltungsname ist erforderlich\",\"Wd5CDM\":\"Der Veranstaltungsname sollte weniger als 150 Zeichen lang sein\",\"4JzCvP\":\"Veranstaltung nicht verfügbar\",\"mImacG\":\"Veranstaltungsseite\",\"Hk9Ki/\":\"Veranstaltung erfolgreich wiederhergestellt\",\"JyD0LH\":\"Veranstaltungseinstellungen\",\"XVLu2v\":\"Veranstaltungstitel\",\"OfmsI9\":\"Event zu neu\",\"4SILkp\":\"Event totals\",\"YDVUVl\":\"Ereignistypen\",\"+HeiVx\":\"Veranstaltung aktualisiert\",\"19j6uh\":\"Veranstaltungsleistung\",\"PC3/fk\":\"Veranstaltungen, die in den nächsten 24 Stunden beginnen\",\"CRsuq4\":\"Alle\",\"nwiZdc\":[\"Every \",[\"0\"]],\"B2jjf8\":[\"Every \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Every \",[\"0\"],\" days\"],\"yLiYx+\":[\"Every \",[\"0\"],\" months\"],\"nn9ice\":[\"Every \",[\"0\"],\" weeks\"],\"Cdr8f9\":[\"Every \",[\"0\"],\" weeks on \",[\"1\"]],\"GVEHRk\":[\"Every \",[\"0\"],\" years\"],\"XlRpgq\":[\"Jede(n) \",[\"cadenceUnit\"]],\"fTFfOK\":\"Jede E-Mail-Vorlage muss eine Aktionsschaltfläche enthalten, die zur entsprechenden Seite verlinkt\",\"hHTPiT\":\"Everything else — tap to edit\",\"BVinvJ\":\"Beispiele: \\\"Wie haben Sie von uns erfahren?\\\", \\\"Firmenname für Rechnung\\\"\",\"2hGPQG\":\"Beispiele: \\\"T-Shirt-Größe\\\", \\\"Essenspräferenz\\\", \\\"Berufsbezeichnung\\\"\",\"qNuTh3\":\"Ausnahme\",\"aW/bzJ\":\"Löschung ausführen\",\"CtAcQ7\":\"Löschung jetzt ausführen\",\"xj4fwT\":\"Jetzt ausführen\",\"M1RnFv\":\"Abgelaufen\",\"kF8HQ7\":\"Antworten exportieren\",\"2KAI4N\":\"CSV exportieren\",\"JKfSAv\":\"Export fehlgeschlagen. Bitte versuchen Sie es erneut.\",\"SVOEsu\":\"Export gestartet. Datei wird vorbereitet...\",\"wuyaZh\":\"Export erfolgreich\",\"9bpUSo\":\"Partner werden exportiert\",\"jtrqH9\":\"Teilnehmer werden exportiert\",\"R4Oqr8\":\"Export abgeschlossen. Datei wird heruntergeladen...\",\"UlAK8E\":\"Bestellungen werden exportiert\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Fehlgeschlagen\",\"8uOlgz\":\"Fehlgeschlagen am\",\"tKcbYd\":\"Fehlgeschlagene Jobs\",\"SsI9v/\":\"Bestellung konnte nicht abgebrochen werden. Bitte versuchen Sie es erneut.\",\"LdPKPR\":\"Konfiguration konnte nicht zugewiesen werden\",\"PO0cfn\":\"Failed to cancel date\",\"YUX+f+\":\"Failed to cancel dates\",\"SIHgVQ\":\"Nachricht konnte nicht abgebrochen werden\",\"cEFg3R\":\"Partner konnte nicht erstellt werden\",\"dVgNF1\":\"Konfiguration konnte nicht erstellt werden\",\"fAoRRJ\":\"Failed to create schedule\",\"4yLYTb\":\"Der Zeitplan konnte nicht erstellt werden. Bitte versuchen Sie es erneut.\",\"U66oUa\":\"Vorlage konnte nicht erstellt werden\",\"+RTkEY\":\"Ankündigung konnte nicht gelöscht werden\",\"aFk48v\":\"Konfiguration konnte nicht gelöscht werden\",\"n1CYMH\":\"Failed to delete date\",\"KXv+Qn\":\"Failed to delete date. It may have existing orders.\",\"JJ0uRo\":\"Failed to delete dates\",\"rgoBnv\":\"Fehler beim Löschen der Veranstaltung\",\"Zw6LWb\":\"Job konnte nicht gelöscht werden\",\"tq0abZ\":\"Jobs konnten nicht gelöscht werden\",\"2mkc3c\":\"Fehler beim Löschen des Veranstalters\",\"5E23qd\":\"Failed to delete product. Please try again.\",\"vKMKnu\":\"Frage konnte nicht gelöscht werden\",\"xFj7Yj\":\"Vorlage konnte nicht gelöscht werden\",\"jo3Gm6\":\"Partner konnten nicht exportiert werden\",\"Jjw03p\":\"Fehler beim Export der Teilnehmer\",\"ZPwFnN\":\"Fehler beim Export der Bestellungen\",\"zGE3CH\":\"Export des Berichts fehlgeschlagen. Bitte versuchen Sie es erneut.\",\"lS9/aZ\":\"Empfänger konnten nicht geladen werden\",\"X4o0MX\":\"Webhook konnte nicht geladen werden\",\"ETcU7q\":\"Platz konnte nicht angeboten werden\",\"5670b9\":\"Tickets konnten nicht angeboten werden\",\"e5KIbI\":\"Failed to reactivate date\",\"7zyx8a\":\"Entfernen von der Warteliste fehlgeschlagen\",\"A/P7PX\":\"Failed to remove override\",\"ogWc1z\":\"Failed to reopen date\",\"0+iwE5\":\"Fragen konnten nicht neu sortiert werden\",\"EJPAcd\":\"Bestellbestätigung konnte nicht erneut gesendet werden\",\"DjSbj3\":\"Ticket konnte nicht erneut gesendet werden\",\"YQ3QSS\":\"Bestätigungscode konnte nicht erneut gesendet werden\",\"wDioLj\":\"Job konnte nicht wiederholt werden\",\"DKYTWG\":\"Jobs konnten nicht wiederholt werden\",\"WRREqF\":\"Failed to save override\",\"sj/eZA\":\"Failed to save price override\",\"780n8A\":\"Failed to save product settings\",\"zTkTF3\":\"Vorlage konnte nicht gespeichert werden\",\"l6acRV\":\"Fehler beim Speichern der Umsatzsteuereinstellungen. Bitte versuchen Sie es erneut.\",\"T6B2gk\":\"Nachricht konnte nicht gesendet werden. Bitte versuchen Sie es erneut.\",\"lKh069\":\"Exportauftrag konnte nicht gestartet werden\",\"t/KVOk\":\"Fehler beim Starten der Identitätswechsel. Bitte versuchen Sie es erneut.\",\"QXgjH0\":\"Fehler beim Beenden der Identitätswechsel. Bitte versuchen Sie es erneut.\",\"i0QKrm\":\"Partner konnte nicht aktualisiert werden\",\"NNc33d\":\"Fehler beim Aktualisieren der Antwort.\",\"E9jY+o\":\"Teilnehmer konnte nicht aktualisiert werden\",\"uQynyf\":\"Konfiguration konnte nicht aktualisiert werden\",\"i2PFQJ\":\"Fehler beim Aktualisieren des Veranstaltungsstatus\",\"EhlbcI\":\"Aktualisierung der Messaging-Stufe fehlgeschlagen\",\"rpGMzC\":\"Bestellung konnte nicht aktualisiert werden\",\"T2aCOV\":\"Fehler beim Aktualisieren des Veranstalterstatus\",\"Eeo/Gy\":\"Einstellung konnte nicht aktualisiert werden\",\"kqA9lY\":\"Umsatzsteuer-Einstellungen konnten nicht aktualisiert werden\",\"nkNfWu\":\"Fehler beim Hochladen des Bildes. Bitte versuchen Sie es erneut.\",\"rxy0tG\":\"E-Mail konnte nicht verifiziert werden\",\"QRUpCk\":\"Family\",\"5LO38w\":\"Fast payouts to your bank\",\"4lgLew\":\"February\",\"9bHCo2\":\"Gebührungswährung\",\"/sV91a\":\"Gebührenbehandlung\",\"K4dKSP\":\"Fee override saved\",\"LyUWXA\":\"Gebühren umgangen\",\"cf35MA\":\"Festival\",\"pAey+4\":\"Datei ist zu groß. Maximale Größe beträgt 5MB.\",\"VejKUM\":\"Füllen Sie zuerst Ihre Daten oben aus\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filter attendees\",\"8OvVZZ\":\"Teilnehmer filtern\",\"N/H3++\":\"Filter by date\",\"mvrlBO\":\"Nach Veranstaltung filtern\",\"g+xRXP\":\"Finish setting up Stripe\",\"LHH461\":\"Finish setup\",\"syyeb9\":\"First\",\"Vj6wk9\":\"First 30 days\",\"/bpZYb\":\"First 7 days\",\"ziEnjY\":\"First 90 days\",\"1vBhpG\":\"Ersten Teilnehmer\",\"4pwejF\":\"Vorname ist erforderlich\",\"rVogsf\":\"Beheben Sie die Probleme, um zu veröffentlichen\",\"3lkYdQ\":\"Fixed fee\",\"6bBh3/\":\"Feste Gebühr\",\"zWqUyJ\":\"Feste Gebühr pro Transaktion\",\"LWL3Bs\":\"Feste Gebühr muss 0 oder größer sein\",\"0RI8m4\":\"Flash off\",\"q0923e\":\"Flash on\",\"X+U6/w\":\"Schriftart\",\"lWxAUo\":\"Essen & Trinken\",\"nFm+5u\":\"Fußzeilentext\",\"sQv06Y\":\"für\",\"NTzcRQ\":\"Für eine Anzahl an Terminen\",\"a8nooQ\":\"Fourth\",\"xVhQZV\":\"Fri\",\"39y5bn\":\"Freitag\",\"ejVYRQ\":\"Vom\",\"hGDVDa\":[\"Ab \",[\"0\"]],\"+dBe1R\":[\"From \",[\"start\"]],\"1dv+MO\":[\"vom \",[\"start\"],\" bis \",[\"end\"]],\"l82hjf\":[\"ab \",[\"start\"],\", für \",[\"count\"],\" Termine\"],\"f5UbZ0\":\"Full data ownership\",\"cfvx/y\":\"Full event\",\"MY2SVM\":\"Vollständige Erstattung\",\"PGQLdy\":\"future\",\"8N/j1s\":\"Future dates only\",\"yRx/6K\":\"Future dates will be copied with capacity reset to zero\",\"T02gNN\":\"Allgemeiner Eintritt\",\"3ep0Gx\":\"Allgemeine Informationen über Ihren Veranstalter\",\"ziAjHi\":\"Generieren\",\"exy8uo\":\"Code generieren\",\"4CETZY\":\"Wegbeschreibung\",\"pjkEcB\":\"Get Paid\",\"lGYzP6\":\"Get paid with Stripe\",\"ZDIydz\":\"Erste Schritte\",\"u6FPxT\":\"Tickets erhalten\",\"2ohvu7\":\"Text für „Tickets erhalten“-Schaltfläche\",\"8KDgYV\":\"Bereiten Sie Ihre Veranstaltung vor\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Zurück\",\"sr0UJD\":\"Go Back\",\"oNL5vN\":\"Zur Eventseite\",\"gHSuV/\":\"Zur Startseite gehen\",\"8+Cj55\":\"Go to Schedule\",\"6nDzTl\":\"Gute Lesbarkeit\",\"76gPWk\":\"Verstanden\",\"CZXzs4\":\"Griechisch\",\"aGWZUr\":\"Bruttoeinnahmen\",\"n8IUs7\":\"Bruttoeinnahmen\",\"O1wAlQ\":\"Guest\",\"LIYoRQ\":\"Gästeverwaltung\",\"NUsTc4\":\"Happening now\",\"S2Y4aO\":\"Endgültig löschen\",\"kTSQej\":[\"Hallo \",[\"0\"],\", verwalten Sie Ihre Plattform von hier aus.\"],\"URTkcd\":\"Helfen Sie uns, besser zu werden, indem Sie uns mitteilen, warum Sie gehen\",\"dORAcs\":\"Hier sind alle Tickets, die mit Ihrer E-Mail-Adresse verknüpft sind.\",\"g+2103\":\"Hier ist Ihr Partnerlink\",\"bVsnqU\":\"Hi,\",\"/iE8xx\":\"Hi.Events Gebühr\",\"zppscQ\":\"Hi.Events Plattformgebühren und MwSt.-Aufschlüsselung nach Transaktion\",\"D+zLDD\":\"Verborgen\",\"cZO505\":[\"Hidden — sales ended \",[\"end\"],\".\"],\"DRErHC\":\"Vor Teilnehmern verborgen - nur für Veranstalter sichtbar\",\"9zfvsx\":\"Hidden from everyone\",\"nMfkJW\":\"Hidden from everyone — the master hide switch is on.\",\"NNnsM0\":\"Erweiterte Optionen ausblenden\",\"P+5Pbo\":\"Antworten ausblenden\",\"VMlRqi\":\"Hide details\",\"NQgWuh\":\"Vorschau ausblenden\",\"uXNYjR\":\"Ausverkaufte Termine und Uhrzeiten ausblenden\",\"g9RcYX\":\"Datum ausblenden\",\"uMwTx7\":\"Diese Kategorie ausblenden?\",\"LLt2UT\":\"Hides sold out\",\"gtEbeW\":\"Hervorheben\",\"NF8sdv\":\"Hervorhebungsnachricht\",\"MXSqmS\":\"Dieses Produkt hervorheben\",\"7ER2sc\":\"Hervorgehoben\",\"sq7vjE\":\"Hervorgehobene Produkte haben eine andere Hintergrundfarbe, um sie auf der Event-Seite hervorzuheben.\",\"1+WSY1\":\"Hobbies\",\"yY8wAv\":\"Hours\",\"49Tkiw\":\"Wie wird der Rabatt angewendet?\",\"sy9anN\":\"Wie lange ein Kunde nach Erhalt eines Angebots Zeit hat, den Kauf abzuschließen. Leer lassen für kein Zeitlimit.\",\"cceMns\":\"How VAT is applied to the platform fees we charge you.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Ungarisch\",\"8Wgd41\":\"Ich bestätige meine Verantwortung als Datenverantwortlicher\",\"O8m7VA\":\"Ich stimme dem Erhalt von E-Mail-Benachrichtigungen zu dieser Veranstaltung zu\",\"YLgdk5\":\"Ich bestätige, dass dies eine Transaktionsnachricht im Zusammenhang mit dieser Veranstaltung ist\",\"4/kP5a\":\"Wenn sich kein neues Tab automatisch geöffnet hat, klicke bitte unten auf die Schaltfläche, um mit dem Checkout fortzufahren.\",\"W/eN+G\":\"Wenn leer, wird die Adresse verwendet, um einen Google Maps-Link zu erstellen\",\"CY3yHL\":\"Wenn aktiviert, wird diese Kategorie öffentlich nicht angezeigt.\",\"iIEaNB\":\"Wenn Sie ein Konto bei uns haben, erhalten Sie eine E-Mail mit Anweisungen zum Zurücksetzen Ihres Passworts.\",\"an5hVd\":\"Bilder\",\"tSVr6t\":\"Identität annehmen\",\"TWXU0c\":\"Benutzer verkörpern\",\"5LAZwq\":\"Identitätswechsel gestartet\",\"IMwcdR\":\"Identitätswechsel beendet\",\"0I0Hac\":\"Wichtiger Hinweis\",\"yD3avI\":\"Wichtig: Wenn Sie Ihre E-Mail-Adresse ändern, wird der Link für den Zugriff auf diese Bestellung aktualisiert. Nach dem Speichern werden Sie zum neuen Bestelllink weitergeleitet.\",\"jT142F\":[\"In \",[\"diffHours\"],\" Stunden\"],\"OoSyqO\":[\"In \",[\"diffMinutes\"],\" Minuten\"],\"PdMhEx\":[\"in last \",[\"0\"],\" min\"],\"u7r0G5\":\"In person — set a venue\",\"/LCAwL\":\"Läuft gerade\",\"5gTmFD\":\"inkl. Gebühren\",\"laL+R0\":\"inkl. Gebühren & Steuern\",\"cXeh90\":\"inkl. Steuern\",\"pxFAp/\":\"Erhöhen\",\"nQMUIO\":\"Menge erhöhen\",\"F1Xp97\":\"Einzelne Teilnehmer\",\"85e6zs\":\"Liquid-Token einfügen\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Instant Stripe payouts\",\"nbfdhU\":\"Integrationen\",\"I8eJ6/\":\"Internal notes on the attendee's ticket\",\"B2Tpo0\":\"Ungültige E-Mail\",\"5tT0+u\":\"Ungültiges E-Mail-Format\",\"f9WRpE\":\"Ungültiger Dateityp. Bitte laden Sie ein Bild hoch.\",\"tnL+GP\":\"Ungültige Liquid-Syntax. Bitte korrigieren Sie sie und versuchen Sie es erneut.\",\"N9JsFT\":\"Ungültiges Format der Umsatzsteuer-Identifikationsnummer\",\"g+lLS9\":\"Teammitglied einladen\",\"1z26sk\":\"Teammitglied einladen\",\"KR0679\":\"Teammitglieder einladen\",\"aH6ZIb\":\"Laden Sie Ihr Team ein\",\"Dn4OyV\":\"Eingeladen\",\"IuMGvq\":\"Rechnung\",\"a/bUcL\":\"It happens on more than one date\",\"d+Oe9r\":\"It may have been unpublished or removed. Please check the link and try again.\",\"Lj7sBL\":\"Italienisch\",\"F5/CBH\":\"Artikel\",\"BzfzPK\":\"Artikel\",\"rjyWPb\":\"January\",\"KmWyx0\":\"Job\",\"o5r6b2\":\"Job gelöscht\",\"cd0jIM\":\"Job-Details\",\"ruJO57\":\"Job-Name\",\"YZi+Hu\":\"Job zur Wiederholung eingereiht\",\"nCywLA\":\"Von überall teilnehmen\",\"SNzppu\":\"Warteliste beitreten\",\"dLouFI\":[\"Warteliste beitreten für \",[\"productDisplayName\"]],\"2gMuHR\":\"Beigetreten\",\"u4ex5r\":\"July\",\"zeEQd/\":\"June\",\"MxjCqk\":\"Suchen Sie nur nach Ihren Tickets?\",\"xOTzt5\":\"just now\",\"0RihU9\":\"Just wrapped\",\"Brhs/U\":\"Verbindung behalten\",\"4OjqAQ\":\"Keep editing\",\"lwO5vw\":[\"Fassen Sie sich kurz — Banner zeigen nur eine Zeile. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Halte mich über Neuigkeiten und Veranstaltungen von \",[\"0\"],\" auf dem Laufenden\"],\"ioFA9i\":\"Keep the profit.\",\"C/pOUI\":\"Bezeichnung — z. B. Vormittagssession\",\"o66QSP\":\"label updates\",\"RtKKbA\":\"Last\",\"DruLRc\":\"Letzte 14 Tage\",\"ve9JTU\":\"Nachname ist erforderlich\",\"h0Q9Iw\":\"Letzte Antwort\",\"gw3Ur5\":\"Zuletzt ausgelöst\",\"FIq1Ba\":\"Later\",\"xvnLMP\":\"Latest check-ins\",\"GGFOZD\":\"Lassen Sie „Vom“ auf heute, um sofort zu starten.\",\"N5TErv\":\"Leave empty for unlimited\",\"L/hDDD\":\"Leave empty to apply this check-in list to all occurrences\",\"9Pf3wk\":\"Leave on to cover every ticket on the event. Turn off to pick specific tickets.\",\"Hq2BzX\":\"Let them know about the change\",\"+uexiy\":\"Let them know about the changes\",\"exYcTF\":\"Library\",\"1njn7W\":\"Hell\",\"1qY5Ue\":\"Link abgelaufen oder ungültig\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Links erlaubt\",\"2BBAbc\":\"List\",\"dF6vP6\":\"Live\",\"fpMs2Z\":\"LIVE\",\"D9zTjx\":\"Live-Veranstaltungen\",\"a37vfH\":\"Live preview\",\"C33p4q\":\"Loaded dates\",\"WdmJIX\":\"Vorschau wird geladen...\",\"IoDI2o\":\"Token werden geladen...\",\"G3Ge9Z\":\"Webhook-Protokolle werden geladen...\",\"NFxlHW\":\"Webhooks werden geladen\",\"E0DoRM\":\"Standort gelöscht\",\"7w8lJU\":\"Standort gespeichert\",\"YsRXDD\":\"Standort aktualisiert\",\"A/kIva\":\"location updates\",\"iyZPPR\":\"Standorte\",\"VppBoU\":\"Standorte\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo & Titelbild\",\"gddQe0\":\"Logo und Titelbild für Ihren Veranstalter\",\"TBEnp1\":\"Logo wird in der Kopfzeile angezeigt\",\"Jzu30R\":\"Logo wird auf dem Ticket angezeigt\",\"PSRm6/\":\"Meine Tickets nachschlagen\",\"yJFu/X\":\"Hauptbüro\",\"v5nFPh\":\"Make it visible so people can buy tickets\",\"cdY2at\":[\"Manage \",[\"0\"]],\"wZJfA8\":\"Manage dates and times for your recurring event\",\"RlzPUE\":\"Manage on Stripe\",\"sjoDuh\":\"Manage schedule\",\"6NXJRK\":\"Manage Schedule\",\"zXuaxY\":\"Verwalten Sie die Warteliste Ihrer Veranstaltung, sehen Sie Statistiken ein und bieten Sie Teilnehmern Tickets an.\",\"g2npA5\":\"Manuelles Angebot\",\"hg6l4j\":\"March\",\"pqRBOz\":\"Mark as validated (admin override)\",\"2L3vle\":\"Max. Nachrichten / 24h\",\"Qp4HWD\":\"Max. Empfänger / Nachricht\",\"7qu2YV\":[\"Maximal \",[\"cap\"],\" pro Bestellung\"],\"3JzsDb\":\"May\",\"agPptk\":\"Medium\",\"xDAtGP\":\"Nachricht\",\"bECJqy\":\"Nachricht erfolgreich genehmigt\",\"1jRD0v\":\"Teilnehmer mit bestimmten Tickets benachrichtigen\",\"uQLXbS\":\"Nachricht abgebrochen\",\"48rf3i\":\"Nachricht darf 5000 Zeichen nicht überschreiten\",\"ZPj0Q8\":\"Nachrichtendetails\",\"Vjat/X\":\"Nachricht ist erforderlich\",\"0/yJtP\":\"Nachricht an Bestelleigentümer mit bestimmten Produkten senden\",\"saG4At\":\"Nachricht geplant\",\"mFdA+i\":\"Messaging-Stufe\",\"v7xKtM\":\"Messaging-Stufe erfolgreich aktualisiert\",\"/VRn+9\":[\"Min \",[\"min\"],\" per order\"],\"H9HlDe\":\"Minuten\",\"agRWc1\":\"Minutes\",\"FfPWR0\":\"Modal\",\"zz/Wd/\":\"Mode\",\"fpMgHS\":\"Mon\",\"hty0d5\":\"Montag\",\"JbIgPz\":\"Geldbeträge sind ungefähre Summen über alle Währungen\",\"qvF+MT\":\"Überwachen und verwalten Sie fehlgeschlagene Hintergrundprozesse\",\"kY2ll9\":\"month\",\"HajiZl\":\"Monat\",\"+8Nek/\":\"Monthly\",\"6jefe3\":\"months\",\"f8jrkd\":\"more\",\"JcD7qf\":\"More actions\",\"w36OkR\":\"Meistgesehene Events (Letzte 14 Tage)\",\"+Y/na7\":\"Move all dates earlier or later\",\"3DIpY0\":\"Multiple locations\",\"g9cQCP\":\"Multiple ticket types\",\"GfaxEk\":\"Musik\",\"oVGCGh\":\"Meine Tickets\",\"8/brI5\":\"Name ist erforderlich\",\"sFFArG\":\"Name muss weniger als 255 Zeichen haben\",\"Bst+aq\":\"Möchten Sie das Stripe-Konto wechseln? Trennen Sie dieses.\",\"xxU3NX\":\"Nettoeinnahmen\",\"7I8LlL\":\"New capacity\",\"n1GRql\":\"New label\",\"y0Fcpd\":\"Neuer Standort\",\"ArHT/C\":\"Neue Anmeldungen\",\"uK7xWf\":\"New time:\",\"g8JmSC\":\"Nächster Monat\",\"veT5Br\":\"Next occurrence\",\"WXtl5X\":[\"Next: \",[\"nextFormatted\"]],\"eWRECP\":\"Nachtleben\",\"HSw5l3\":\"Nein - Ich bin eine Privatperson oder ein nicht umsatzsteuerregistriertes Unternehmen\",\"VHfLAW\":\"Keine Konten\",\"+jIeoh\":\"Keine Konten gefunden\",\"074+X8\":\"Keine aktiven Webhooks\",\"zxnup4\":\"Keine Partner vorhanden\",\"hUHrkV\":\"Noch keine Ankündigungen\",\"Dwf4dR\":\"Noch keine Teilnehmerfragen\",\"th7rdT\":\"No attendees to show\",\"PKySlW\":\"No attendees yet for this date.\",\"/UC6qk\":\"Keine Attributionsdaten gefunden\",\"E2vYsO\":\"No capabilities reported by Stripe yet.\",\"amMkpL\":\"Keine Kapazität\",\"d2Jf1f\":\"No change\",\"99ntUF\":\"Keine Check-In-Listen für diese Veranstaltung verfügbar.\",\"wG+knX\":\"No check-ins yet\",\"+dAKxg\":\"Keine Konfigurationen gefunden\",\"LiLk8u\":\"No connections available\",\"eb47T5\":\"Keine Daten für die ausgewählten Filter gefunden. Versuchen Sie, den Datumsbereich oder die Währung anzupassen.\",\"Zc216S\":\"No date added\",\"I8mtzP\":\"No dates available this month. Try navigating to another month.\",\"yDukIL\":\"No dates match the current filters.\",\"B7phdj\":\"No dates match your filters\",\"/ZB4Um\":\"No dates match your search\",\"OtJSnL\":\"Keine Termine geplant\",\"gEdNe8\":\"No dates scheduled yet\",\"w+wkcC\":\"Keine Löschanträge gefunden\",\"pZNOT9\":\"Kein Enddatum\",\"dW40Uz\":\"Keine Events gefunden\",\"8pQ3NJ\":\"Keine Veranstaltungen, die in den nächsten 24 Stunden beginnen\",\"8zCZQf\":\"Noch keine Veranstaltungen\",\"Yc5YW6\":\"Keine fehlgeschlagenen Jobs\",\"EpvBAp\":\"Keine Rechnung\",\"N+9Onb\":\"No limits\",\"XZkeaI\":\"Keine Protokolle gefunden\",\"IcAC6J\":\"Keine passenden Schriften\",\"nrSs2u\":\"Keine Nachrichten gefunden\",\"Rj99yx\":\"No occurrences available\",\"IFU1IG\":\"No occurrences on this date\",\"OVFwlg\":\"Noch keine Bestellfragen\",\"EJ7bVz\":\"Keine Bestellungen gefunden\",\"NEmyqy\":\"Noch keine Bestellungen\",\"a77B6w\":\"No orders yet for this date.\",\"wUv5xQ\":\"Keine Veranstalteraktivität in den letzten 14 Tagen\",\"vLd1tV\":\"No organizer context available.\",\"B7w4KY\":\"Keine weiteren Veranstalter verfügbar\",\"PChXMe\":\"Keine bezahlten Bestellungen\",\"6jYQGG\":\"Keine vergangenen Veranstaltungen\",\"CHzaTD\":\"Keine beliebten Events in den letzten 14 Tagen\",\"zK/+ef\":\"Keine Produkte zur Auswahl verfügbar\",\"M1/lXs\":\"No products configured for this event.\",\"kY7XDn\":\"Keine Produkte haben Wartelisteneinträge\",\"8mw4tm\":\"Nachricht bei fehlenden Produkten\",\"wYiAtV\":\"Keine neuen Kontoanmeldungen\",\"UW90md\":\"Keine Empfänger gefunden\",\"QoAi8D\":\"Keine Antwort\",\"JeO7SI\":\"Keine Antwort\",\"EK/G11\":\"Noch keine Antworten\",\"AxPAXW\":\"Keine Ergebnisse gefunden\",\"59OWd3\":\"Keine gespeicherten Standorte\",\"mPdY6W\":\"Keine Vorschläge\",\"3sRuiW\":\"Keine Tickets gefunden\",\"debCrL\":\"Keine Tickets zum Verkauf\",\"k2C0ZR\":\"No upcoming dates\",\"yM5c0q\":\"Keine bevorstehenden Veranstaltungen\",\"qpC74J\":\"Keine Benutzer gefunden\",\"8wgkoi\":\"Keine angesehenen Events in den letzten 14 Tagen\",\"Arzxc1\":\"Keine Wartelisteneinträge\",\"n5vdm2\":\"Für diesen Endpunkt wurden noch keine Webhook-Ereignisse aufgezeichnet. Ereignisse werden hier angezeigt, sobald sie ausgelöst werden.\",\"4GhX3c\":\"Keine Webhooks\",\"4+am6b\":\"Nein, hier bleiben\",\"4JVMUi\":\"non-edited\",\"ACaDVQ\":\"None yet\",\"Itw24Q\":\"Not checked in\",\"x5+Lcz\":\"Nicht Eingecheckt\",\"8n10sz\":\"Nicht Berechtigt\",\"kLvU3F\":\"Notify attendees and stop sales\",\"t9QlBd\":\"November\",\"kAREMN\":\"Number of dates to create\",\"6u1B3O\":\"Occurrence\",\"mmoE62\":\"Occurrence Cancelled\",\"V9flmL\":\"Occurrence Schedule\",\"Kh3WO8\":\"Occurrence Summary\",\"byXCTu\":\"Occurrences\",\"KATw3p\":\"Occurrences (future only)\",\"85rTR2\":\"Occurrences can be configured after creation\",\"dzQfDY\":\"October\",\"BwJKBw\":\"von\",\"GQnX9d\":\"jedes Monats\",\"az8lvo\":\"Off\",\"9h7RDh\":\"Anbieten\",\"EfK2O6\":\"Platz anbieten\",\"3sVRey\":\"Tickets anbieten\",\"2O7Ybb\":\"Angebots-Zeitlimit\",\"1jUg5D\":\"Angeboten\",\"l+/HS6\":[\"Angebote verfallen nach \",[\"timeoutHours\"],\" Stunden.\"],\"6Aih4U\":\"Offline\",\"Fdp03t\":\"am\",\"Z5HWHd\":\"On\",\"TH5A28\":[\"am \",[\"dayList\"]],\"qiMtVT\":[\"am \",[\"day\"],\". \",[\"month\"]],\"nO3VbP\":[\"Im Angebot \",[\"0\"]],\"pPAGSK\":[\"am \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"On the event page\",\"H7stQC\":\"Auf der Warteliste\",\"oXOSPE\":\"Online\",\"aqmy5k\":\"Online — provide connection details\",\"LuZBbx\":\"Online & in-person\",\"IXuOqt\":\"Online & in-person — see schedule\",\"WjSpu5\":\"Online-Veranstaltung\",\"wCRLS9\":[\"Nur noch \",[\"cap\"],\" verfügbar\"],\"scPxI/\":[\"Nur noch \",[\"capacity\"],\" verfügbar\"],\"Gk0+G6\":\"Only a name is required — everything else has sensible defaults\",\"NdOxqr\":\"Nur Kontoadministratoren können Veranstaltungen löschen oder archivieren. Wenden Sie sich an Ihren Kontoadministrator.\",\"rnoDMF\":\"Nur Kontoadministratoren können Veranstalter löschen oder archivieren. Wenden Sie sich an Ihren Kontoadministrator.\",\"tnx0u1\":\"Only available as an add-on\",\"z4JBd7\":\"Nur veröffentlichte Ankündigungen werden Benutzern angezeigt\",\"bU7oUm\":\"Nur an Bestellungen mit diesen Status senden\",\"wkpaqp\":\"Nur Startdatum und -uhrzeit anzeigen\",\"chktt5\":\"Only shown as an add-on to the products it's attached to\",\"Y4HHYW\":\"Only shown as an add-on to the products it's attached to.\",\"Z82In9\":\"Nur der Kontoinhaber kann die Kontolöschung beantragen.\",\"DMk8F0\":\"Only tickets count toward capacity\",\"+/Z3yr\":\"Only visible to buyers with an applicable promo code.\",\"M2w1ni\":\"Nur mit Promo-Code sichtbar\",\"y8Bm7C\":\"Open check-in\",\"RLz7P+\":\"Open occurrence\",\"iMqrOb\":\"Optionale Handlungsaufforderung\",\"cDSdPb\":\"Optionaler Name für die Auswahl, z. B. \\\"HQ-Konferenzraum\\\"\",\"HXMJxH\":\"Optionaler Text für Haftungsausschlüsse, Kontaktinformationen oder Dankesnachrichten (nur einzeilig)\",\"L565X2\":\"Optionen\",\"8m9emP\":\"or add a single date\",\"eBskDE\":\"Oder aktivieren Sie Offline-Zahlungen und deaktivieren Sie Stripe\",\"dSeVIm\":\"order\",\"c/TIyD\":\"Bestellung & Ticket\",\"H5qWhm\":\"Bestellung storniert\",\"b6+Y+n\":\"Bestellung abgeschlossen\",\"x4MLWE\":\"Bestellbestätigung\",\"CsTTH0\":\"Bestellbestätigung erfolgreich erneut gesendet\",\"ppuQR4\":\"Bestellung erstellt\",\"xtQzag\":\"Order details\",\"vrSW9M\":\"Die Bestellung wurde storniert und erstattet. Der Bestellinhaber wurde benachrichtigt.\",\"rzw+wS\":\"Bestellinhaber\",\"oI/hGR\":\"Bestellnummer\",\"m8vQEP\":\"Order limits\",\"vu6Arl\":\"Bestellung als bezahlt markiert\",\"sLbJQz\":\"Bestellung nicht gefunden\",\"kvYpYu\":\"Bestellung nicht gefunden\",\"eJ8SvM\":\"Order number, purchase date, purchaser email\",\"FaPYw+\":\"Bestelleigentümer\",\"eB5vce\":\"Bestelleigentümer mit einem bestimmten Produkt\",\"CxLoxM\":\"Bestelleigentümer mit Produkten\",\"UkHo4c\":\"Bestellref.\",\"EZy55F\":\"Bestellung erstattet\",\"6eSHqs\":\"Bestellstatus\",\"oW5877\":\"Bestellsumme\",\"e7eZuA\":\"Bestellung aktualisiert\",\"1SQRYo\":\"Bestellung erfolgreich aktualisiert\",\"3NT0Ck\":\"Bestellung wurde storniert\",\"V5khLm\":\"orders\",\"sd5IMt\":\"Abgeschlossene Bestellungen\",\"5It1cQ\":\"Bestellungen exportiert\",\"UQ0ACV\":\"Bestellungen Gesamt\",\"B/EBQv\":\"Bestellungen:\",\"qtGTNu\":\"Organische Konten\",\"P/JHA4\":\"Veranstalter erfolgreich archiviert\",\"S3CZ5M\":\"Veranstalter-Dashboard\",\"GzjTd0\":\"Veranstalter erfolgreich gelöscht\",\"SQqJd8\":\"Veranstalter nicht gefunden\",\"HF8Bxa\":\"Veranstalter erfolgreich wiederhergestellt\",\"wpj63n\":\"Veranstaltereinstellungen\",\"o1my93\":\"Aktualisierung des Veranstalterstatus fehlgeschlagen. Bitte versuchen Sie es später erneut.\",\"rLHma1\":\"Veranstalterstatus aktualisiert\",\"LqBITi\":\"Veranstalter-/Standardvorlage wird verwendet\",\"q4zH+l\":\"Organizers\",\"/IX/7x\":\"Sonstiges\",\"RsiDDQ\":\"Andere Listen (Ticket Nicht Enthalten)\",\"EufvBx\":\"Ergebnis\",\"aDfajK\":\"Outdoors\",\"qMASRF\":\"Ausgehende Nachrichten\",\"iCOVQO\":\"Override\",\"GpFTEc\":\"Override fees on this organizer\",\"M9ZhMP\":\"Override price\",\"cnVIpl\":\"Override removed\",\"6/dCYd\":\"Übersicht\",\"6WdDG7\":\"Seite\",\"8uqsE5\":\"Seite nicht mehr verfügbar\",\"QkLf4H\":\"Seiten-URL\",\"sF+Xp9\":\"Seitenaufrufe\",\"v4nCHK\":\"Paid\",\"c+suC6\":\"Bezahlte Konten\",\"5F7SYw\":\"Teilerstattung\",\"fFYotW\":[\"Teilweise erstattet: \",[\"0\"]],\"i8day5\":\"Gebühr an Käufer weitergeben\",\"k4FLBQ\":\"An Käufer weitergeben\",\"Ff0Dor\":\"Vergangenheit\",\"BFjW8X\":\"Past due\",\"xTPjSy\":\"Vergangene Veranstaltungen\",\"/l/ckQ\":\"URL einfügen\",\"URAE3q\":\"Pausiert\",\"4fL/V7\":\"Bezahlen\",\"W5l9HD\":\"Zahlen Sie, was Sie möchten\",\"c2/9VE\":\"Nutzlast\",\"5cxUwd\":\"Zahlungsdatum\",\"ENEPLY\":\"Zahlungsmethode\",\"8Lx2X7\":\"Zahlung erhalten\",\"fx8BTd\":\"Zahlungen nicht verfügbar\",\"C+ylwF\":\"Payouts\",\"UbRKMZ\":\"Ausstehend\",\"UkM20g\":\"Überprüfung ausstehend\",\"dPYu1F\":\"Pro Teilnehmer\",\"mQV/nJ\":\"per min\",\"+kvxv+\":\"pro Bestellung\",\"VlXNyK\":\"Pro Bestellung\",\"NhuGd7\":\"pro Produkt\",\"hauDFf\":\"Pro Ticket\",\"mnF83a\":\"Prozentuale Gebühr\",\"TNLuRD\":\"Percentage fee (%)\",\"MixU2P\":\"Prozentsatz muss zwischen 0 und 100 liegen\",\"MkuVAZ\":\"Prozentsatz des Transaktionsbetrags\",\"/Bh+7r\":\"Leistung\",\"/4mGVp\":\"Dieses Konto endgültig löschen\",\"dGdKgQ\":\"Dieses Konto und seine Daten endgültig löschen.\",\"fIp56F\":\"Diese Veranstaltung und alle zugehörigen Daten dauerhaft löschen.\",\"nJeeX7\":\"Diesen Veranstalter und alle seine Veranstaltungen dauerhaft löschen.\",\"wfCTgK\":\"Permanently remove this date\",\"6kPk3+\":\"Persönliche Daten\",\"zmwvG2\":\"Telefon\",\"tSR/oe\":\"Pick an end date\",\"e8kzpp\":\"Pick at least one day of the month\",\"35C8QZ\":\"Pick at least one day of the week\",\"kJmAsd\":\"Wählen Sie Tage aus, um Ihre Termine zu sehen.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Placed\",\"wBJR8i\":\"Eine Veranstaltung planen?\",\"J3lhKT\":\"Plattformgebühr\",\"RD51+P\":[\"Plattformgebühr von \",[\"0\"],\" wird von Ihrer Auszahlung abgezogen\"],\"br3Y/y\":\"Plattformgebühren\",\"3buiaw\":\"Plattformgebühren-Bericht\",\"kv9dM4\":\"Plattformumsatz\",\"PJ3Ykr\":\"Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions.\",\"OtjenF\":\"Bitte geben Sie eine gültige E-Mail-Adresse ein\",\"jEw0Mr\":\"Bitte geben Sie eine gültige URL ein\",\"n8+Ng/\":\"Bitte geben Sie den 5-stelligen Code ein\",\"r+lQXT\":\"Bitte geben Sie Ihre Umsatzsteuer-ID ein\",\"Dvq0wf\":\"Bitte ein Bild angeben.\",\"2cUopP\":\"Bitte starten Sie den Bestellvorgang neu.\",\"GoXxOA\":\"Please select a date and time\",\"8KmsFa\":\"Bitte wählen Sie einen Datumsbereich aus\",\"EFq6EG\":\"Bitte ein Bild auswählen.\",\"fuwKpE\":\"Bitte versuchen Sie es erneut.\",\"klWBeI\":\"Bitte warten Sie, bevor Sie einen neuen Code anfordern\",\"hfHhaa\":\"Bitte warten Sie, während wir Ihre Partner für den Export vorbereiten...\",\"o+tJN/\":\"Bitte warten Sie, während wir Ihre Teilnehmer für den Export vorbereiten...\",\"+5Mlle\":\"Bitte warten Sie, während wir Ihre Bestellungen für den Export vorbereiten...\",\"trnWaw\":\"Polnisch\",\"luHAJY\":\"Beliebte Events (Letzte 14 Tage)\",\"p/78dY\":\"Position\",\"OESu7I\":\"Verhindern Sie Überverkäufe durch gemeinsame Nutzung des Bestands über mehrere Tickettypen.\",\"NgVUL2\":\"Vorschau des Bestellformulars\",\"cs5muu\":\"Vorschau der Veranstaltungsseite\",\"1xwZj/\":\"Vorheriger Monat\",\"Jm2AC3\":\"Price Tier\",\"a5jvSX\":\"Preisstufen\",\"aHCEmh\":\"Pricing\",\"ReihZ7\":\"Druckvorschau\",\"JnuPvH\":\"Ticket drucken\",\"tYF4Zq\":\"Als PDF drucken\",\"LcET2C\":\"Datenschutzerklärung\",\"8z6Y5D\":\"Erstattung verarbeiten\",\"JcejNJ\":\"Bestellung wird verarbeitet\",\"EWCLpZ\":\"Produkt erstellt\",\"XkFYVB\":\"Produkt gelöscht\",\"YMwcbR\":\"Produktverkäufe, Einnahmen und Steueraufschlüsselung\",\"ls0mTC\":\"Product settings cannot be edited for cancelled dates.\",\"2339ej\":\"Product settings saved successfully\",\"ldVIlB\":\"Produkt aktualisiert\",\"CP3D8G\":\"Progress\",\"JoKGiJ\":\"Gutscheincode\",\"dIodJL\":\"Promo code required\",\"k3wH7i\":\"Nutzung von Rabattcodes und Rabattaufschlüsselung\",\"tZqL0q\":\"promo codes\",\"oCHiz3\":\"Promo codes\",\"uEhdRh\":\"Nur mit Promo-Code\",\"dLm8V5\":\"Werbe-E-Mails können zur Kontosperrung führen\",\"W0ETyY\":\"Geben Sie mindestens ein Adressfeld an (Veranstaltungsort, Straße, Stadt oder Land).\",\"2W/7Gz\":\"Provide the following before Stripe's next review to keep payouts flowing.\",\"7d1a0d\":\"Public\",\"EEYbdt\":\"Veröffentlichen\",\"JcgJKc\":\"Trotzdem veröffentlichen\",\"evDBV8\":\"Veranstaltung veröffentlichen\",\"2zEfOd\":\"Publish your event\",\"u3wRF+\":\"Veröffentlicht\",\"L7nrC8\":\"Mit der Veröffentlichung wird Ihre Veranstaltungsseite öffentlich und Anmeldungen werden möglich.\",\"dsFmM+\":\"Gekauft\",\"JunetL\":\"Purchaser\",\"phmeUH\":\"Purchaser email\",\"ywR4ZL\":\"QR code check-in\",\"oWXNE5\":\"Anz.\",\"VbWX2u\":\"Menge\",\"biEyJ4\":\"Question answers\",\"k/bJj0\":\"Fragen neu sortiert\",\"b24kPi\":\"Warteschlange\",\"lTPqpM\":\"Quick Tip\",\"fqDzSu\":\"Rate\",\"mnUGVC\":\"Ratenlimit überschritten. Bitte versuchen Sie es später erneut.\",\"t41hVI\":\"Platz erneut anbieten\",\"TNclgc\":\"Reactivate this date? It will be reopened for future sales.\",\"RENQ6j\":\"Bereit, live zu gehen?\",\"uqoRbb\":\"Real-time analytics\",\"jPSk57\":\"Grund (optional)\",\"xzRvs4\":[\"Produktupdates von \",[\"0\"],\" erhalten.\"],\"pLXbi8\":\"Letzte Kontoanmeldungen\",\"M1HGuR\":\"Recent activity\",\"3kJ0gv\":\"Recent Attendees\",\"qhfiwV\":\"Recent check-ins\",\"S+0XMX\":\"Recent orders\",\"Fi3b48\":\"Neueste Bestellungen\",\"7hPBBn\":\"Empfänger\",\"jp5bq8\":\"Empfänger\",\"yPrbsy\":\"Empfänger\",\"E1F5Ji\":\"Empfänger sind verfügbar, nachdem die Nachricht gesendet wurde\",\"WEYdDv\":\"Recommended\",\"wuhHPE\":\"Recurring\",\"asLqwt\":\"Wiederkehrende Veranstaltung\",\"s3uzsK\":\"Einstellungen für wiederkehrende Veranstaltungen\",\"D0tAMe\":\"Recurring events\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Weiterleitung zu Stripe...\",\"pnoTN5\":\"Empfehlungskonten\",\"ACKu03\":\"Vorschau aktualisieren\",\"vuFYA6\":\"Refund all orders for these dates\",\"4cRUK3\":\"Refund all orders for this date\",\"fKn/k6\":\"Erstattungsbetrag\",\"qY4rpA\":\"Erstattung fehlgeschlagen\",\"FaK/8G\":[\"Bestellung \",[\"0\"],\" erstatten\"],\"MGbi9P\":\"Erstattung ausstehend\",\"BDSRuX\":[\"Erstattet: \",[\"0\"]],\"bU4bS1\":\"Rückerstattungen\",\"rYXfOA\":\"Regionale Einstellungen\",\"5tl0Bp\":\"Registrierungsfragen\",\"ZNo5k1\":\"Remaining\",\"Bjh87R\":\"Remove label from all dates\",\"IVZaEo\":\"Entfernt ausverkaufte Termine und Uhrzeiten vollständig von der Veranstaltungsseite. Wenn deaktiviert, bleiben sie sichtbar und werden als ausverkauft gekennzeichnet.\",\"5Vkr/a\":\"Uhrzeit entfernen\",\"KkJtVK\":\"Reopen for new sales\",\"XJwWJp\":\"Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed.\",\"RYlQY0\":\"Wiederholung\",\"CQeZT8\":\"Bericht nicht gefunden\",\"JEPMXN\":\"Neuen Link anfordern\",\"Yx0Ud8\":\"Beantragt\",\"Wcv9QD\":\"Beantragt von\",\"TMLAx2\":\"Erforderlich\",\"mdeIOH\":\"Code erneut senden\",\"sQxe68\":\"Bestätigung erneut senden\",\"bxoWpz\":\"Bestätigungs-E-Mail erneut senden\",\"G42SNI\":\"E-Mail erneut senden\",\"TTpXL3\":[\"Erneut senden in \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Ticket erneut senden\",\"Uwsg2F\":\"Reserviert\",\"8wUjGl\":\"Reserviert bis\",\"a5z8mb\":\"Reset to base price\",\"kCn6wb\":\"Wird zurückgesetzt...\",\"ZlCDf+\":\"Antwort\",\"bsydMp\":\"Antwortdetails\",\"yKu/3Y\":\"Wiederherstellen\",\"RokrZf\":\"Veranstaltung wiederherstellen\",\"/JyMGh\":\"Veranstalter wiederherstellen\",\"HFvFRb\":\"Stellen Sie diese Veranstaltung wieder her, um sie wieder sichtbar zu machen.\",\"DDIcqy\":\"Stellen Sie diesen Veranstalter wieder her und machen Sie ihn wieder aktiv.\",\"mO8KLE\":\"results\",\"6gRgw8\":\"Wiederholen\",\"1BG8ga\":\"Alle wiederholen\",\"rDC+T6\":\"Job wiederholen\",\"CbnrWb\":\"Zurück zum Event\",\"Lf7TCn\":\"Wiederverwendbare Veranstaltungsorte erscheinen hier automatisch, wenn Sie Veranstaltungen mit Adressen erstellen. Sie können auch eigene hinzufügen.\",\"mdQ0zb\":\"Wiederverwendbare Veranstaltungsorte für Ihre Veranstaltungen. Standorte aus der Autovervollständigung werden hier automatisch gespeichert.\",\"XFOPle\":\"Reuse\",\"1Zehp4\":\"Reuse a Stripe connection from another organizer in this account.\",\"Oo/PLb\":\"Umsatzübersicht\",\"CfuueU\":\"Angebot widerrufen\",\"Tpm2G9\":\"Laufzeit\",\"dFFW9L\":[\"Verkauf endete \",[\"0\"]],\"loCKGB\":[\"Verkauf endet \",[\"0\"]],\"wlfBad\":\"Verkaufszeitraum\",\"qi81Jg\":\"Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page.\",\"zpekWp\":[\"Verkauf beginnt \",[\"0\"]],\"7s8z0X\":\"Sale window\",\"mUv9U4\":\"Verkauf\",\"9KnRdL\":\"Verkauf pausiert\",\"JC3J0k\":\"Sales, attendance, and check-in breakdown per occurrence\",\"3VnlS9\":\"Verkäufe, Bestellungen und Leistungskennzahlen für alle Veranstaltungen\",\"3Q1AWe\":\"Verkäufe:\",\"LeuERW\":\"Same as event\",\"B4nE3N\":\"Beispiel-Ticketpreis\",\"8BRPoH\":\"Beispielort\",\"PiK6Ld\":\"Sat\",\"+5kO8P\":\"Samstag\",\"zJiuDn\":\"Save fee override\",\"x1fMXJ\":\"Zeitplan speichern\",\"KZrfYJ\":\"Social-Media-Links speichern\",\"9Y3hAT\":\"Vorlage speichern\",\"C8ne4X\":\"Ticketdesign speichern\",\"cTI8IK\":\"Save VAT settings\",\"6/TNCd\":\"Umsatzsteuereinstellungen speichern\",\"4RvD9q\":\"Gespeicherter Standort\",\"cgw0cL\":\"Gespeicherte Standorte\",\"Fbqm/I\":\"Saving an override creates a dedicated configuration for this organizer if it's currently on the system default.\",\"I+FvbD\":\"Scannen\",\"0zd6Nm\":\"Scan a ticket to check in an attendee\",\"bQG7Qk\":\"Scanned tickets will appear here\",\"WDYSLJ\":\"Scanner mode\",\"gmB6oO\":\"Schedule\",\"qQTaVm\":\"Schedule added\",\"j6NnBq\":\"Schedule created successfully\",\"YP7frt\":\"Schedule ends on\",\"QS1Nla\":\"Für später planen\",\"NAzVVw\":\"Nachricht planen\",\"/rTL/5\":\"Zeitplan-Vorschau\",\"Fz09JP\":\"Schedule starts on\",\"4ba0NE\":\"Geplant\",\"4HKQZj\":\"Geplante Löschung\",\"qcP/8K\":\"Geplante Zeit\",\"A1taO8\":\"Search\",\"ftNXma\":\"Partner suchen...\",\"VMU+zM\":\"Search attendees\",\"VY+Bdn\":\"Nach Kontoname oder E-Mail suchen...\",\"VX+B3I\":\"Suche nach Veranstaltungstitel oder Veranstalter...\",\"R0wEyA\":\"Nach Jobname oder Ausnahme suchen...\",\"YnMfsK\":\"Suche nach Name oder Adresse...\",\"3yKuDu\":\"Nach Name oder E-Mail suchen und einen oder mehrere auswählen\",\"VT+urE\":\"Nach Name oder E-Mail suchen...\",\"GHdjuo\":\"Nach Name, E-Mail oder Konto suchen...\",\"4mBFO7\":\"Search by name, order #, ticket # or email\",\"20ce0U\":\"Nach Bestellnummer, Kundenname oder E-Mail suchen...\",\"4DSz7Z\":\"Nach Betreff, Veranstaltung oder Konto suchen...\",\"gTUY97\":\"Nach Titel suchen...\",\"nQC7Z9\":\"Search dates...\",\"iRtEpV\":\"Search dates…\",\"JRM7ao\":\"Search for an address\",\"BWF1kC\":\"Nachrichten suchen...\",\"5WYZKZ\":\"Suchergebnisse\",\"IG85fV\":\"Gespeicherte Standorte durchsuchen oder eine Adresse finden...\",\"Du+zn+\":\"Suche läuft...\",\"3aD3GF\":\"Seasonal\",\"ku//5b\":\"Second\",\"Mck5ht\":\"Sichere Kasse\",\"s7tXqF\":\"See schedule\",\"JFap6u\":\"See what Stripe still needs\",\"6lGaum\":\"Gesehen\",\"p7xUrt\":\"Kategorie auswählen\",\"hTKQwS\":\"Select a Date & Time\",\"Ps6Xtf\":\"Select a date to see available times\",\"e4L7bF\":\"Wählen Sie eine Nachricht aus, um ihren Inhalt anzuzeigen\",\"zPRPMf\":\"Stufe auswählen\",\"BFRSTT\":\"Konto auswählen\",\"wgNoIs\":\"Select all\",\"mCB6Je\":\"Alle auswählen\",\"aCEysm\":[\"Select all on \",[\"0\"]],\"a6+167\":\"Veranstaltung auswählen\",\"4oT6dP\":\"Wählen Sie mindestens ein Konto aus\",\"neCGH1\":\"Wählen Sie mindestens einen Benutzer aus\",\"CFbaPk\":\"Teilnehmergruppe auswählen\",\"88a49s\":\"Select camera\",\"tVW/yo\":\"Währung auswählen\",\"SJQM1I\":\"Select date\",\"n9ZhRa\":\"Enddatum und -zeit auswählen\",\"gTN6Ws\":\"Endzeit auswählen\",\"0U6E9W\":\"Veranstaltungskategorie auswählen\",\"j9cPeF\":\"Ereignistypen auswählen\",\"ypTjHL\":\"Select occurrence\",\"DHBGUX\":\"Select products...\",\"KizCK7\":\"Startdatum und -zeit auswählen\",\"dJZTv2\":\"Startzeit auswählen\",\"x8XMsJ\":\"Wählen Sie die Messaging-Stufe für dieses Konto. Dies steuert Nachrichtenlimits und Link-Berechtigungen.\",\"aT3jZX\":\"Zeitzone auswählen\",\"TxfvH2\":\"Wählen Sie aus, welche Teilnehmer diese Nachricht erhalten sollen\",\"Ropvj0\":\"Wählen Sie aus, welche Ereignisse diesen Webhook auslösen\",\"+6YAwo\":\"selected\",\"ylXj1N\":\"Ausgewählt\",\"uq3CXQ\":\"Sell out your event.\",\"oBXbO4\":\"Selling a physical product? Cap its quantity on the <0>products page instead.\",\"j9b/iy\":\"Schnell verkauft 🔥\",\"73qYgo\":\"Als Test senden\",\"HMAqFK\":\"E-Mails an Teilnehmer, Ticketinhaber oder Bestellinhaber senden. Nachrichten können sofort gesendet oder für später geplant werden.\",\"22Itl6\":\"Senden Sie mir eine Kopie\",\"NpEm3p\":\"Jetzt senden\",\"nOBvex\":\"Senden Sie Echtzeit-Bestell- und Teilnehmerdaten an Ihre externen Systeme.\",\"1lNPhX\":\"Erstattungsbenachrichtigungs-E-Mail senden\",\"eaUTwS\":\"Link zum Zurücksetzen senden\",\"5cV4PY\":\"Send to all occurrences, or choose a specific one\",\"QEQlnV\":\"Senden Sie Ihre erste Nachricht\",\"IoAuJG\":\"Wird gesendet...\",\"h69WC6\":\"Gesendet\",\"BVu2Hz\":\"Gesendet von\",\"ZFa8wv\":\"Sent to attendees when a scheduled date is cancelled\",\"SPdzrs\":\"An Kunden gesendet, wenn sie eine Bestellung aufgeben\",\"LxSN5F\":\"An jeden Teilnehmer mit seinen Ticketdetails gesendet\",\"hgvbYY\":\"September\",\"5sN96e\":\"Session cancelled\",\"S9i0UC\":[\"Sessions · \",[\"dateCount\"],\" Termine × \",[\"timesPerDay\"],\" Uhrzeiten\"],\"89xaFU\":\"Legen Sie die Standard-Plattformgebühreneinstellungen für neue Veranstaltungen dieses Veranstalters fest.\",\"eXssj5\":\"Legen Sie Standardeinstellungen für neue Veranstaltungen fest, die unter diesem Veranstalter erstellt werden.\",\"uPe5p8\":\"Set how long each date lasts\",\"ODuUEi\":\"Set or clear the date label\",\"buHACR\":\"Set the end time of each date to be this long after its start time.\",\"TaeFgl\":\"Set to unlimited (remove limit)\",\"pd6SSe\":\"Set up a recurring schedule to automatically create dates, or add them one at a time.\",\"s0FkEx\":\"Richten Sie Check-in-Listen für verschiedene Eingänge, Sitzungen oder Tage ein.\",\"TaWVGe\":\"Set up payouts\",\"JA//e6\":\"Set up schedule\",\"gzXY7l\":\"Set Up Schedule\",\"0Ls9qe\":\"Set up the tickets you'll sell and their prices\",\"xMO+Ao\":\"Richten Sie Ihre Organisation ein\",\"5pEFnq\":\"Zeitplan einrichten\",\"zRRuUD\":\"Set up your schedule in the next steps\",\"ETC76A\":\"Set, change, or remove the date's location or online details\",\"C3htzi\":\"Einstellung aktualisiert\",\"Ohn74G\":\"Einrichtung & Design\",\"1W5XyZ\":\"Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event.\",\"GG7qDw\":\"Partnerlink teilen\",\"hL7sDJ\":\"Veranstalterseite teilen\",\"jy6QDF\":\"Gemeinsame Kapazitätsverwaltung\",\"jDNHW4\":\"Shift times\",\"tPfIaW\":[\"Shifted times for \",[\"count\"],\" date(s)\"],\"WwlM8F\":\"Erweiterte Optionen anzeigen\",\"cMW+gm\":[\"Alle Plattformen anzeigen (\",[\"0\"],\" weitere mit Werten)\"],\"wXi9pZ\":\"Show attendee notes to non-logged-in staff\",\"4LZFir\":\"Gesamten Datumsbereich anzeigen\",\"UVPI5D\":\"Weniger Plattformen anzeigen\",\"Eu/N/d\":\"Marketing-Opt-in-Kontrollkästchen anzeigen\",\"SXzpzO\":\"Marketing-Opt-in-Kontrollkästchen standardmäßig anzeigen\",\"b33PL9\":\"Mehr Plattformen anzeigen\",\"Eut7p9\":\"Show order details to non-logged-in staff\",\"+RoWKN\":\"Show question answers to non-logged-in staff\",\"jbcx6L\":\"Show remaining capacity on event dates\",\"rXxBOx\":\"Show remaining capacity to buyers\",\"t1LIQW\":[\"Zeige \",[\"0\"],\" von \",[\"totalRows\"],\" Einträgen\"],\"E717U9\":[\"Showing \",[\"0\"],\"–\",[\"1\"],\" of \",[\"2\"]],\"5rzhBQ\":[\"Showing \",[\"MAX_VISIBLE\"],\" of \",[\"totalAvailable\"],\" dates. Type to search.\"],\"WSt3op\":[\"Showing the first \",[\"0\"],\" — the remaining \",[\"1\"],\" session(s) will still be targeted when the message is sent.\"],\"o1UbOh\":\"Wird oben im Modal hüpfend angezeigt\",\"OJLTEL\":\"Shown to staff the first time they open the check-in page.\",\"lbfXEJ\":\"Shows remaining\",\"jVRHeq\":\"Angemeldet\",\"5C7J+P\":\"Single Event\",\"E//btK\":\"Skip manually edited dates\",\"paESr6\":\"Slowakisch\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Soziales\",\"d0rUsW\":\"Social-Media-Links\",\"j/TOB3\":\"Social-Media-Links & Website\",\"s9KGXU\":\"Verkauft\",\"yp+0jj\":\"sold out\",\"1hupow\":\"Ausverkauft, Warteliste verfügbar\",\"iACSrw\":\"Some details are hidden from public access. Log in to view everything.\",\"Dia6iz\":\"Something went wrong while deleting the image. Please try again.\",\"KTxc6k\":\"Etwas ist schiefgelaufen. Bitte versuchen Sie es erneut oder kontaktieren Sie den Support, falls das Problem weiterhin besteht.\",\"lkE00/\":\"Etwas ist schiefgelaufen. Bitte versuchen Sie es später erneut.\",\"wdxz7K\":\"Quelle\",\"SzuJ5m\":\"Bestimmte Konten\",\"/h8G1o\":\"Bestimmte Benutzer\",\"fDG2by\":\"Spirituality\",\"oPaRES\":\"Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end.\",\"7JFNej\":\"Sport\",\"/bfV1Y\":\"Staff instructions\",\"StWUH4\":\"Start check-in\",\"JcQp9p\":\"Startdatum & -zeit\",\"0m/ekX\":\"Startdatum & -zeit\",\"izRfYP\":\"Startdatum ist erforderlich\",\"xAYSEs\":\"Startzeit\",\"n9ZrDo\":\"Start typing a venue or address...\",\"DACR+e\":\"Starts collapsed\",\"qeFVhN\":[\"Starts in \",[\"diffDays\"],\" days\"],\"AOqtxN\":[\"Starts in \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Starts in \",[\"h\"],\"h \",[\"m\"],\"m\"],\"Lo49in\":[\"Starts in \",[\"seconds\"],\"s\"],\"NqChgF\":\"Starts tomorrow\",\"2NbyY/\":\"Statistiken\",\"GVUxAX\":\"Statistiken basieren auf dem Erstellungsdatum des Kontos\",\"29Hx9U\":\"Stats\",\"5ia+r6\":\"Still needed\",\"wuV0bK\":\"Identitätswechsel beenden\",\"S/7MPw\":\"Stripe-Konto getrennt.\",\"s/KaDb\":\"Stripe connected\",\"Bk06QI\":\"Stripe verbunden\",\"akZMv8\":[\"Stripe connection copied from \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe didn't return a setup link. Please try again.\",\"aKtF0O\":\"Stripe nicht verbunden\",\"9i0++A\":\"Stripe Zahlungs-ID\",\"R1lIMV\":\"Stripe will need a few more details soon\",\"FzcCHA\":\"Stripe will walk you through a few quick questions to finish setup.\",\"ii0qn/\":\"Betreff ist erforderlich\",\"M7Uapz\":\"Betreff wird hier angezeigt\",\"6aXq+t\":\"Betreff:\",\"JwTmB6\":\"Produkt erfolgreich dupliziert\",\"WUOCgI\":\"Platz erfolgreich angeboten\",\"IvxA4G\":[\"Tickets erfolgreich an \",[\"count\"],\" Personen angeboten\"],\"kKpkzy\":\"Tickets erfolgreich an 1 Person angeboten\",\"Zi3Sbw\":\"Erfolgreich von der Warteliste entfernt\",\"RuaKfn\":\"Adresse erfolgreich aktualisiert\",\"kzx0uD\":\"Veranstaltungsstandards erfolgreich aktualisiert\",\"5n+Wwp\":\"Veranstalter erfolgreich aktualisiert\",\"DMCX/I\":\"Plattformgebühren-Standards erfolgreich aktualisiert\",\"URUYHc\":\"Plattformgebühren-Einstellungen erfolgreich aktualisiert\",\"kRWc2g\":\"Einstellungen für wiederkehrende Veranstaltungen erfolgreich aktualisiert\",\"0Dk/l8\":\"SEO-Einstellungen erfolgreich aktualisiert\",\"S8Tua9\":\"Einstellungen erfolgreich aktualisiert\",\"MhOoLQ\":\"Social-Media-Links erfolgreich aktualisiert\",\"CNSSfp\":\"Tracking-Einstellungen erfolgreich aktualisiert\",\"kj7zYe\":\"Webhook erfolgreich aktualisiert\",\"dXoieq\":\"Zusammenfassung\",\"/RfJXt\":[\"Sommermusikfestival \",[\"0\"]],\"CWOPIK\":\"Sommer Musik Festival 2025\",\"D89zck\":\"Sun\",\"DBC3t5\":\"Sonntag\",\"UaISq3\":\"Schwedisch\",\"JZTQI0\":\"Veranstalter wechseln\",\"9YHrNC\":\"Systemstandard\",\"jGR53C\":\"T-shirts, mugs and more\",\"hCR98w\":\"Tippen Sie auf Tage wie in einem Kalender.\",\"lruQkA\":\"Tap this screen to resume scanning\",\"X9v2GM\":\"Zielkonten\",\"TmyDCw\":\"Zielbenutzer\",\"TJUrME\":[\"Targeting attendees across \",[\"0\"],\" selected sessions.\"],\"yT6dQ8\":\"Erhobene Steuern gruppiert nach Steuerart und Veranstaltung\",\"Ye321X\":\"Steuername\",\"WyCBRt\":\"Steuerübersicht\",\"QC3FVX\":\"Taxes & fees\",\"GkH0Pq\":\"Steuern & Gebühren angewendet\",\"SXvRWU\":\"Team collaboration\",\"vlf/In\":\"Technologie\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Erzählen Sie den Leuten, was sie bei Ihrer Veranstaltung erwartet\",\"NiIUyb\":\"Erzählen Sie uns von Ihrer Veranstaltung\",\"DovcfC\":\"Erzählen Sie uns von Ihrer Organisation. Diese Informationen werden auf Ihren Veranstaltungsseiten angezeigt.\",\"69GWRq\":\"Tell us how often your event repeats and we'll create all the dates for you.\",\"mXPbwY\":\"Tell us your VAT registration status so we apply the correct VAT treatment to platform fees.\",\"7wtpH5\":\"Vorlage aktiv\",\"QHhZeE\":\"Vorlage erfolgreich erstellt\",\"xrWdPR\":\"Vorlage erfolgreich gelöscht\",\"G04Zjt\":\"Vorlage erfolgreich gespeichert\",\"xowcRf\":\"Nutzungsbedingungen\",\"6K0GjX\":\"Text könnte schwer lesbar sein\",\"nm3Iz/\":\"Danke für Ihre Teilnahme!\",\"pYwj0k\":\"Thanks,\",\"cIHkSd\":[\"Das sind \",[\"totalOccurrences\"],\" Sessions — das Maximum ist \",[\"max\"],\". Verkürzen Sie den Zeitraum oder die Häufigkeit.\"],\"k3IitN\":\"That's a wrap\",\"KfmPRW\":\"Die Hintergrundfarbe der Seite. Bei Verwendung eines Titelbilds wird dies als Overlay angewendet.\",\"MDNyJz\":\"Der Code läuft in 10 Minuten ab. Überprüfen Sie Ihren Spam-Ordner, falls Sie die E-Mail nicht sehen.\",\"AIF7J2\":\"Die Währung, in der die feste Gebühr definiert ist. Sie wird beim Bezahlen in die Bestellwährung umgerechnet.\",\"k3LFkM\":\"Die Währung für die Ticketpreise dieser Veranstaltung.\",\"7oksH+\":[\"Der Rabatt wird von jedem berechtigten Produkt abgezogen. Z. B. \",[\"currencySymbol\"],\"10 Rabatt × 3 Tickets = \",[\"currencySymbol\"],\"30 Rabatt.\"],\"sKL8k2\":\"Der Rabatt wird einmalig vom Bestellwert abgezogen.\",\"cDHM1d\":\"Die E-Mail-Adresse wurde geändert. Der Teilnehmer erhält ein neues Ticket an der aktualisierten E-Mail-Adresse.\",\"tXadb0\":\"Die gesuchte Veranstaltung ist derzeit nicht verfügbar. Sie wurde möglicherweise entfernt, ist abgelaufen oder die URL ist falsch.\",\"sxKqBm\":\"Der volle Bestellbetrag wird auf die ursprüngliche Zahlungsmethode des Kunden erstattet.\",\"KgDp6G\":\"Der Link, auf den Sie zugreifen möchten, ist abgelaufen oder nicht mehr gültig. Bitte überprüfen Sie Ihre E-Mail auf einen aktualisierten Link zur Verwaltung Ihrer Bestellung.\",\"sYLeDq\":\"Der gesuchte Veranstalter konnte nicht gefunden werden. Die Seite wurde möglicherweise verschoben oder gelöscht, oder die URL ist falsch.\",\"PCr4zw\":\"The override is recorded in the order audit log.\",\"C4nQe5\":\"Die Plattformgebühr wird zum Ticketpreis hinzugefügt. Käufer zahlen mehr, aber Sie erhalten den vollen Ticketpreis.\",\"HxxXZO\":\"Die primäre Markenfarbe, die für Schaltflächen und Hervorhebungen verwendet wird\",\"OVSkIF\":\"Der schnelle braune Fuchs springt über den faulen Hund.\",\"z0KrIG\":\"Die geplante Zeit ist erforderlich\",\"EWErQh\":\"Die geplante Zeit muss in der Zukunft liegen\",\"UNd0OU\":[\"The session for \\\"\",[\"title\"],\"\\\" originally scheduled for \",[\"0\"],\" has been rescheduled.\"],\"DEcpfp\":\"Der Vorlagenkörper enthält ungültige Liquid-Syntax. Bitte korrigieren Sie sie und versuchen Sie es erneut.\",\"qpmtdK\":\"Die Zeitzone für die Daten und Uhrzeiten dieser Veranstaltung.\",\"N3VfVA\":\"Der Upload hat den Server nicht erreicht. Prüfen Sie Ihre Verbindung und versuchen Sie bei großen Dateien ein kleineres Bild (max. 5MB).\",\"injXD7\":\"Die Umsatzsteuer-Identifikationsnummer konnte nicht validiert werden. Bitte überprüfen Sie die Nummer und versuchen Sie es erneut.\",\"A4UmDy\":\"Theater\",\"tDwYhx\":\"Thema & Farben\",\"ybBP2H\":\"There are no products available for this date. Please choose another date.\",\"O7g4eR\":\"There are no upcoming dates for this event\",\"062KsE\":\"These details are shown on the attendee's ticket and order summary for this date only.\",\"5Eu+tn\":\"Diese Details werden nur angezeigt, wenn die Bestellung erfolgreich abgeschlossen wurde.\",\"jQjwR+\":\"These details will replace any existing location on the affected dates and show on attendee tickets.\",\"6eaLu/\":\"Diese Preise gelten für alle Termine Ihres Zeitplans, und die Mengen der Stufen begrenzen die Gesamtverkäufe über alle Termine zusammen. Verkaufszeiträume der Stufen gelten global. Preise für einzelne Termine können Sie auf der <0>Terminplan-Seite überschreiben.\",\"QP3gP+\":\"Diese Einstellungen gelten nur für kopierten Einbettungscode und werden nicht gespeichert.\",\"HirZe8\":\"Diese Vorlagen werden als Standards für alle Veranstaltungen in Ihrer Organisation verwendet. Einzelne Veranstaltungen können diese Vorlagen mit ihren eigenen benutzerdefinierten Versionen überschreiben.\",\"lzAaG5\":\"Diese Vorlagen überschreiben die Veranstalter-Standards nur für diese Veranstaltung. Wenn hier keine benutzerdefinierte Vorlage festgelegt ist, wird stattdessen die Veranstaltervorlage verwendet.\",\"UlykKR\":\"Third\",\"1YTBzS\":\"Dieses Konto hat keine abgeschlossenen Bestellungen, daher werden alle Daten dauerhaft gelöscht.\",\"jCPU8z\":\"Dieses Konto ist zur Löschung vorgemerkt\",\"zfNCE8\":[\"Dieses Konto wird am <0>\",[\"scheduledDate\"],\" gelöscht\"],\"wkP5FM\":\"This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes.\",\"SOmGDa\":\"This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins.\",\"XBNC3E\":\"Dieser Code wird zur Verfolgung von Verkäufen verwendet. Nur Buchstaben, Zahlen, Bindestriche und Unterstriche erlaubt.\",\"AaP0M+\":\"Diese Farbkombination könnte für einige Benutzer schwer lesbar sein\",\"o1phK/\":[\"This date has \",[\"orderCount\"],\" order(s) that will be affected.\"],\"F/UtGt\":\"This date has been cancelled. You can still delete it to remove it permanently.\",\"BLZ7pX\":\"This date is in the past. It will be created but won't be visible to attendees under upcoming dates.\",\"7IIY0z\":\"This date is marked sold out.\",\"bddWMP\":\"This date is no longer available. Please select another date.\",\"E9BqZw\":\"This date only\",\"n68908\":[\"Dadurch wird \",[\"stripeAccountId\"],\" von diesem Veranstalter getrennt. Kostenpflichtige Ticketverkäufe funktionieren erst wieder, wenn Sie erneut ein Stripe-Konto verbinden.\"],\"RzEvf5\":\"Diese Veranstaltung ist beendet\",\"kc4bIA\":\"Diese Veranstaltung hat noch keine Tickets oder Produkte, daher können sich Teilnehmer nicht anmelden.\",\"eMaNd0\":\"This event is not available\",\"YClrdK\":\"Diese Veranstaltung ist noch nicht veröffentlicht\",\"GL6z+k\":\"Diese Veranstaltung ist ausverkauft\",\"pIwDhS\":\"This event's dates and times are set on the occurrence schedule.\",\"ny5rgr\":\"This is a recurring event\",\"tc64Zz\":\"Dies ist der Name der Kategorie, der auf der Veranstaltungsseite angezeigt wird.\",\"dFJnia\":\"Dies ist der Name Ihres Veranstalters, der Ihren Nutzern angezeigt wird.\",\"vt7jiq\":\"Dies ist das einzige Mal, dass das Signaturgeheimnis angezeigt wird. Bitte kopieren Sie es jetzt und bewahren Sie es sicher auf.\",\"5DpZrC\":\"Dies begrenzt die Gesamtverkäufe über alle Termine Ihres Zeitplans zusammen – es ist kein Limit pro Termin. Um die Teilnehmerzahl pro Termin zu begrenzen, legen Sie auf der <0>Terminplan-Seite eine Kapazität fest.\",\"L7dIM7\":\"Dieser Link ist ungültig oder abgelaufen.\",\"MR5ygV\":\"Dieser Link ist nicht mehr gültig\",\"9LEqK0\":\"Dieser Name ist für Endbenutzer sichtbar\",\"QdUMM9\":\"This occurrence is at capacity\",\"j5FdeA\":\"Diese Bestellung wird verarbeitet.\",\"sjNPMw\":\"Diese Bestellung wurde abgebrochen. Sie können jederzeit eine neue Bestellung aufgeben.\",\"OhCesD\":\"Diese Bestellung wurde storniert. Sie können jederzeit eine neue Bestellung aufgeben.\",\"lyD7rQ\":\"Dieses Veranstalterprofil ist noch nicht veröffentlicht\",\"9b5956\":\"Diese Vorschau zeigt, wie Ihre E-Mail mit Beispieldaten aussehen wird. Tatsächliche E-Mails verwenden echte Werte.\",\"uM9Alj\":\"Dieses Produkt wird auf der Veranstaltungsseite hervorgehoben\",\"RqSKdX\":\"Dieses Produkt ist ausverkauft\",\"4PDH+K\":\"This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to.\",\"qEGn8I\":\"Diese wiederkehrende Veranstaltung hat noch keine Termine, daher gibt es für Teilnehmer nichts zu buchen.\",\"W12OdJ\":\"Dieser Bericht dient nur zu Informationszwecken. Konsultieren Sie immer einen Steuerberater, bevor Sie diese Daten für Buchhaltungs- oder Steuerzwecke verwenden. Bitte gleichen Sie mit Ihrem Stripe-Dashboard ab, da Hi.Events möglicherweise historische Daten fehlen.\",\"1LuJNw\":\"Dieses Ticket ist nicht mehr gültig\",\"0Ew0uk\":\"Dieses Ticket wurde gerade gescannt. Bitte warten Sie, bevor Sie erneut scannen.\",\"FYXq7k\":[\"This will affect \",[\"loadedAffectedCount\"],\" date(s).\"],\"kvpxIU\":\"Dies wird für Benachrichtigungen und die Kommunikation mit Ihren Nutzern verwendet.\",\"bPgkdx\":\"Dies bricht die geplante Löschung ab und reaktiviert das Konto. Der Kontoinhaber wird per E-Mail benachrichtigt.\",\"4yx4a4\":[\"Dies deaktiviert Ihr Konto sofort und löscht es nach 30 Tagen endgültig. Geben Sie zur Bestätigung Ihren Kontonamen ein: <0>\",[\"0\"],\"\"],\"rhsath\":\"Dies ist für Kunden nicht sichtbar, hilft Ihnen aber, den Partner zu identifizieren.\",\"VGEfU7\":\"Dies löscht oder anonymisiert das Konto sofort und dauerhaft, ohne den geplanten Termin abzuwarten. Dies kann nicht rückgängig gemacht werden.\",\"hV6FeJ\":\"Throughput\",\"+FjWgX\":\"Thu\",\"kkDQ8m\":\"Donnerstag\",\"0GSPnc\":\"Ticketdesign\",\"EZC/Cu\":\"Ticketdesign erfolgreich gespeichert\",\"bbslmb\":\"Ticket-Designer\",\"1BPctx\":\"Ticket für\",\"HGuXjF\":\"Ticketinhaber\",\"CMUt3Y\":\"Ticketinhaber\",\"awHmAT\":\"Ticket-ID\",\"6czJik\":\"Ticket-Logo\",\"t79rDv\":\"Ticket nicht gefunden\",\"6tmWch\":\"Ticket oder Produkt\",\"1tfWrD\":\"Ticket-Vorschau für\",\"KnjoUA\":\"Ticketpreis\",\"pGZOcL\":\"Ticket erfolgreich erneut gesendet\",\"o02GZM\":\"Ticket sales have ended for this event\",\"8jLPgH\":\"Tickettyp\",\"8qsbZ5\":\"Ticketing & Verkauf\",\"zNECqg\":\"Tickets\",\"6GQNLE\":\"Tickets\",\"NRhrIB\":\"Tickets & Produkte\",\"OrWHoZ\":\"Tickets werden automatisch an Kunden auf der Warteliste angeboten, sobald Kapazitäten frei werden.\",\"AGRilS\":\"Verkaufte Tickets\",\"4/dG8J\":\"Tiers\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Time\",\"kGEhUy\":\"Uhrzeiten\",\"fXf2r5\":[\"Times shown in \",[\"timezoneAbbr\"]],\"9udQT9\":\"Titel ist erforderlich\",\"dMtLDE\":\"to\",\"/jQctM\":\"An\",\"tiI71C\":\"Um Ihre Limits zu erhöhen, kontaktieren Sie uns unter\",\"ecUA8p\":\"Today\",\"W428WC\":\"Spalten umschalten\",\"BRMXj0\":\"Tomorrow\",\"UBSG1X\":\"Top Veranstalter (Letzte 14 Tage)\",\"3sZ0xx\":\"Gesamtkonten\",\"SMDzqJ\":\"Teilnehmer gesamt\",\"orBECM\":\"Insgesamt eingesammelt\",\"k5CU8c\":\"Einträge gesamt\",\"4B7oCp\":\"Gesamtgebühr\",\"sMMlTX\":\"Total fees\",\"mlvCEl\":\"Total orders\",\"2AW/k5\":\"Gesamtmenge über alle Termine\",\"dp8BCb\":\"Total tax\",\"vb0Q0/\":\"Gesamtbenutzer\",\"oJjplO\":\"Aufrufe Gesamt\",\"rBZ9pz\":\"Tours\",\"orluER\":\"Verfolgen Sie das Kontowachstum und die Leistung nach Attributionsquelle\",\"YwKzpH\":\"Tracking & Analytik\",\"GUA0Jy\":\"Try a different search term or filter\",\"2P/OWN\":\"Try adjusting your filters to see more dates.\",\"ouM5IM\":\"Andere E-Mail versuchen\",\"3DZvE7\":\"Hi.Events kostenlos testen\",\"vq2WxD\":\"Tue\",\"G3myU+\":\"Dienstag\",\"Kz91g/\":\"Türkisch\",\"GdOhw6\":\"Ton ausschalten\",\"KUOhTy\":\"Ton einschalten\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Geben Sie \\\"löschen\\\" ein, um zu bestätigen\",\"nSlb72\":\"Zum Suchen tippen...\",\"nWRfmt\":\"Typografie\",\"IrVSu+\":\"Produkt konnte nicht dupliziert werden. Bitte überprüfen Sie Ihre Angaben\",\"Vx2J6x\":\"Teilnehmer konnte nicht abgerufen werden\",\"h0dx5e\":\"Warteliste konnte nicht beigetreten werden\",\"DaE0Hg\":\"Unable to load attendee details.\",\"GlnD5Y\":\"Unable to load products for this date. Please try again.\",\"17VbmV\":\"Unable to undo check-in\",\"n57zCW\":\"Nicht zugeordnete Konten\",\"9uI/rE\":\"Undo\",\"Ef7StM\":\"Unbekannt\",\"ZBAScj\":\"Unbekannter Teilnehmer\",\"MEIAzV\":\"Unbenannt\",\"K6L5Mx\":\"Unbenannter Standort\",\"7yiFvZ\":\"Unbezahlt\",\"C51N+0\":\"bis\",\"NaeLn8\":[\"Until \",[\"end\"]],\"porwAO\":\"Bis zu einem Datum\",\"ZIb6rJ\":\"Untitled product\",\"crJM8s\":\"Untitled ticket\",\"X13xGn\":\"Nicht vertrauenswürdig\",\"0bT1FT\":[\"Up to \",[\"max\"],\" per order\"],\"gyXpQN\":\"Upcoming events\",\"Pp1sWX\":\"Partner aktualisieren\",\"59qHrb\":\"Update capacity\",\"Gaem9v\":\"Update event name and description\",\"7EhE4k\":\"Update label\",\"NPQWj8\":\"Update location\",\"75+lpR\":[\"Update: \",[\"subjectTitle\"],\" — schedule changes\"],\"UOGHdA\":[\"Update: \",[\"subjectTitle\"],\" — session time changed\"],\"+b7T3G\":\"Aktualisiert\",\"ogoTrw\":[\"Updated \",[\"count\"],\" date(s)\"],\"dDuona\":[\"Updated capacity for \",[\"count\"],\" date(s)\"],\"FT3LSc\":[\"Updated label for \",[\"count\"],\" date(s)\"],\"8EcY1g\":[\"Updated location for \",[\"count\"],\" date(s)\"],\"83tNam\":\"Aktualisiert sich, während Sie die Regel erstellen. Blättern Sie durch die Monate, um die Termine zu prüfen.\",\"/XlQr2\":\"Updates as you type.\",\"gJQsLv\":\"Laden Sie ein Titelbild für Ihren Veranstalter hoch\",\"4kEGqW\":\"Laden Sie ein Logo für Ihren Veranstalter hoch\",\"lnCMdg\":\"Bild hochladen\",\"29w7p6\":\"Bild wird hochgeladen...\",\"HtrFfw\":\"URL ist erforderlich\",\"3VnYUR\":\"Die URL muss mit http:// oder https:// beginnen\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB scanner listening\",\"dyTklH\":\"USB scanner paused\",\"OHJXlK\":\"Verwenden Sie <0>Liquid-Templating, um Ihre E-Mails zu personalisieren\",\"/rsy72\":\"Use event default\",\"0k4cdb\":\"Verwenden Sie Bestelldetails für alle Teilnehmer. Teilnehmernamen und E-Mails entsprechen den Informationen des Käufers.\",\"bA31T4\":\"Verwenden Sie die Käuferdaten für alle Teilnehmer\",\"PpgtnC\":\"Diese Adresse verwenden\",\"rnoQsz\":\"Verwendet für Rahmen, Hervorhebungen und QR-Code-Styling\",\"b0XTc/\":[\"Benutzer (\",[\"0\"],\")\"],\"BV4L/Q\":\"UTM-Analyse\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Ihre Umsatzsteuer-Identifikationsnummer wird validiert...\",\"t7caBM\":\"VAT country code\",\"WLkfqH\":\"VAT number\",\"pnVh83\":\"Umsatzsteuer-ID\",\"CabI04\":\"Umsatzsteuer-Identifikationsnummer darf keine Leerzeichen enthalten\",\"PMhxAR\":\"Umsatzsteuer-Identifikationsnummer muss mit einem zweistelligen Ländercode beginnen, gefolgt von 8-15 alphanumerischen Zeichen (z.B. DE123456789)\",\"gPgdNV\":\"Umsatzsteuer-Identifikationsnummer erfolgreich validiert\",\"RUMiLy\":\"Validierung der Umsatzsteuer-Identifikationsnummer fehlgeschlagen\",\"vqji3Y\":\"Validierung der Umsatzsteuer-Identifikationsnummer fehlgeschlagen. Bitte überprüfen Sie Ihre Umsatzsteuer-Identifikationsnummer.\",\"8dENF9\":\"MwSt. auf Gebühr\",\"ZutOKU\":\"MwSt.-Satz\",\"+KJZt3\":\"VAT registered\",\"Nfbg76\":\"Umsatzsteuereinstellungen erfolgreich gespeichert\",\"UvYql/\":\"Umsatzsteuer-Einstellungen gespeichert. Wir validieren Ihre Umsatzsteuer-Identifikationsnummer im Hintergrund.\",\"bXn1Jz\":\"VAT settings updated\",\"tJylUv\":\"Umsatzsteuerbehandlung für Plattformgebühren\",\"FlGprQ\":\"Umsatzsteuerbehandlung für Plattformgebühren: EU-umsatzsteuerregistrierte Unternehmen können die Umkehrung der Steuerschuldnerschaft nutzen (0% - Artikel 196 der MwSt-Richtlinie 2006/112/EG). Nicht umsatzsteuerregistrierte Unternehmen wird die irische Umsatzsteuer von 23% berechnet.\",\"516oLj\":\"Umsatzsteuer-Validierungsdienst vorübergehend nicht verfügbar\",\"p6QQLa\":[\"VAT: \",[\"0\"]],\"5q87Y9\":\"VAT: not registered\",\"AdWhjZ\":\"Bestätigungscode\",\"kUAumu\":\"Verification email sent. Check your inbox.\",\"QDEWii\":\"Verifiziert\",\"wCKkSr\":\"E-Mail verifizieren\",\"/IBv6X\":\"Bestätigen Sie Ihre E-Mail-Adresse\",\"u8nB38\":\"Verify your email so attendees can receive tickets\",\"e/cvV1\":\"Wird verifiziert...\",\"fROFIL\":\"Vietnamesisch\",\"p5nYkr\":\"View All\",\"yA/6BX\":\"View all →\",\"6CQ7/B\":\"View all capabilities\",\"YSE15b\":\"View all check-in lists\",\"RnvnDc\":\"Alle plattformweit gesendeten Nachrichten anzeigen\",\"+WFMis\":\"Berichte für alle Ihre Veranstaltungen anzeigen und herunterladen. Nur abgeschlossene Bestellungen sind enthalten.\",\"c7VN/A\":\"Antworten anzeigen\",\"SZw9tS\":\"Details anzeigen\",\"9+84uW\":[\"View details for \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Veranstaltung ansehen\",\"c6SXHN\":\"Veranstaltungsseite anzeigen\",\"n6EaWL\":\"Protokolle anzeigen\",\"OaKTzt\":\"Karte ansehen\",\"zNZNMs\":\"Nachricht anzeigen\",\"67OJ7t\":\"Bestellung anzeigen\",\"tKKZn0\":\"Bestelldetails anzeigen\",\"KeCXJu\":\"Sehen Sie Bestelldetails ein, erstatten Sie Rückzahlungen und senden Sie Bestätigungen erneut.\",\"9jnAcN\":\"Veranstalter-Startseite anzeigen\",\"1J/AWD\":\"Ticket anzeigen\",\"N9FyyW\":\"Sehen, bearbeiten und exportieren Sie Ihre registrierten Teilnehmer.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visible from \",[\"start\"],\" — hidden until sales open.\"],\"EkiKJK\":\"Visible to everyone on the event page.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Wartend\",\"quR8Qp\":\"Warten auf Zahlung\",\"KrurBH\":\"Waiting for scan…\",\"u0n+wz\":\"Warteliste\",\"3RXFtE\":\"Warteliste aktiviert\",\"TwnTPy\":\"Wartelisten-Angebot abgelaufen\",\"aUi/Dz\":\"Warnung: Dies ist die Systemstandardkonfiguration. Änderungen wirken sich auf alle Konten aus, denen keine spezifische Konfiguration zugewiesen ist.\",\"aT/44s\":\"We couldn't copy that Stripe connection. Please try again.\",\"jTee4a\":\"Wir konnten dieses Stripe-Konto nicht trennen. Bitte versuchen Sie es erneut.\",\"RRZDED\":\"Wir konnten keine Bestellungen finden, die mit dieser E-Mail-Adresse verknüpft sind.\",\"2RZK9x\":\"Wir konnten die gesuchte Bestellung nicht finden. Der Link ist möglicherweise abgelaufen oder die Bestelldetails haben sich geändert.\",\"nefMIK\":\"Wir konnten das gesuchte Ticket nicht finden. Der Link ist möglicherweise abgelaufen oder die Ticketdetails haben sich geändert.\",\"miysJh\":\"Wir konnten diese Bestellung nicht finden. Möglicherweise wurde sie entfernt.\",\"Fjj/5/\":\"We couldn't load the check-in lists. Please try again.\",\"ADsQ23\":\"We couldn't reach Stripe just now. Please try again in a moment.\",\"HJKdzP\":\"Beim Laden dieser Seite ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.\",\"jegrvW\":\"We partner with Stripe to send payouts straight to your bank account.\",\"IfN2Qo\":\"Wir empfehlen ein quadratisches Logo mit mindestens 200x200px\",\"wJzo/w\":\"Wir empfehlen Abmessungen von 400 × 400 Pixeln und eine maximale Dateigröße von 5 MB\",\"L/KlAh\":[\"We sent a verification link to \",[\"0\"]],\"KRCDqH\":\"Wir verwenden Cookies, um zu verstehen, wie die Website genutzt wird, und um Ihr Erlebnis zu verbessern.\",\"x8rEDQ\":\"Wir konnten Ihre Umsatzsteuer-Identifikationsnummer nach mehreren Versuchen nicht validieren. Wir versuchen es weiterhin im Hintergrund. Bitte schauen Sie später wieder vorbei.\",\"4HaEdK\":[\"Wir erstellen alle \",[\"totalOccurrences\"],\" Sessions — Sie können jeden Termin danach bearbeiten oder entfernen\"],\"mfM/HJ\":[\"Wir benachrichtigen Sie per E-Mail, wenn ein Platz für \",[\"productDisplayName\"],\" am \",[\"occurrenceDate\"],\" verfügbar wird.\"],\"iy+M+c\":[\"Wir benachrichtigen Sie per E-Mail, wenn ein Platz für \",[\"productDisplayName\"],\" verfügbar wird.\"],\"McuGND\":\"We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically.\",\"q1BizZ\":\"Wir senden Ihre Tickets an diese E-Mail\",\"ZOmUYW\":\"Wir validieren Ihre Umsatzsteuer-Identifikationsnummer im Hintergrund. Falls es Probleme gibt, werden wir Sie informieren.\",\"LKjHr4\":[\"We've made changes to the schedule for \\\"\",[\"title\"],\"\\\" — \",[\"description\"],\" affecting \",[\"affectedCount\"],\" session(s).\"],\"Fq/Nx7\":\"Wir haben einen 5-stelligen Bestätigungscode gesendet an:\",\"GdWB+V\":\"Webhook erfolgreich erstellt\",\"2X4ecw\":\"Webhook erfolgreich gelöscht\",\"ndBv0v\":\"Webhook integrations\",\"CThMKa\":\"Webhook-Protokolle\",\"I0adYQ\":\"Webhook-Signaturgeheimnis\",\"nuh/Wq\":\"Webhook-URL\",\"8BMPMe\":\"Webhook sendet keine Benachrichtigungen\",\"FSaY52\":\"Webhook sendet Benachrichtigungen\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Website\",\"0f7U0k\":\"Wed\",\"VAcXNz\":\"Mittwoch\",\"64X6l4\":\"week\",\"4XSc4l\":\"Weekly\",\"IAUiSh\":\"weeks\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Willkommen zurück\",\"QDWsl9\":[\"Willkommen bei \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Willkommen bei \",[\"0\"],\", hier ist eine Übersicht all Ihrer Veranstaltungen\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"Welche Art von Veranstaltung?\",\"0WyYF4\":\"What unauthenticated staff can see\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Wenn ein Check-in gelöscht wird\",\"RPe6bE\":\"When a date is cancelled on a recurring event\",\"Gmd0hv\":\"Wenn ein neuer Teilnehmer erstellt wird\",\"zyIyPe\":\"Wenn eine neue Veranstaltung erstellt wird\",\"Lc18qn\":\"Wenn eine neue Bestellung erstellt wird\",\"dfkQIO\":\"Wenn ein neues Produkt erstellt wird\",\"8OhzyY\":\"Wenn ein Produkt gelöscht wird\",\"tRXdQ9\":\"Wenn ein Produkt aktualisiert wird\",\"9L9/28\":\"Wenn ein Produkt ausverkauft ist, können Kunden einer Warteliste beitreten, um benachrichtigt zu werden, wenn Plätze verfügbar werden.\",\"OIkHj+\":\"Wenn ein Produkt ausverkauft ist, können Kunden einer Warteliste beitreten, um benachrichtigt zu werden, wenn Plätze verfügbar werden. Kunden treten der Warteliste für einen bestimmten Termin bei, und Angebote erfolgen pro Termin.\",\"Q7CWxp\":\"Wenn ein Teilnehmer storniert wird\",\"IuUoyV\":\"Wenn ein Teilnehmer eingecheckt wird\",\"nBVOd7\":\"Wenn ein Teilnehmer aktualisiert wird\",\"t7cuMp\":\"Wenn eine Veranstaltung archiviert wird\",\"gtoSzE\":\"Wenn eine Veranstaltung aktualisiert wird\",\"ny2r8d\":\"Wenn eine Bestellung storniert wird\",\"c9RYbv\":\"Wenn eine Bestellung als bezahlt markiert wird\",\"ejMDw1\":\"Wenn eine Bestellung erstattet wird\",\"fVPt0F\":\"Wenn eine Bestellung aktualisiert wird\",\"bcYlvb\":\"Wann Check-In schließt\",\"XIG669\":\"Wann Check-In öffnet\",\"de6HLN\":\"Wenn Kunden Tickets kaufen, erscheinen deren Bestellungen hier.\",\"pm9tpn\":\"Wenn aktiviert, können Käufer ihren Namen und ihre E-Mail-Adresse auf einmal für alle Teilnehmer übernehmen. Deaktivieren Sie diese Option, um die Option \\\"Alle Teilnehmer\\\" zu entfernen; Käufer können ihre Angaben weiterhin für den ersten Teilnehmer übernehmen, die übrigen müssen einzeln eingegeben werden.\",\"403wpZ\":\"Wenn aktiviert, ermöglichen neue Veranstaltungen Teilnehmern, ihre eigenen Ticketdetails über einen sicheren Link zu verwalten. Dies kann pro Veranstaltung überschrieben werden.\",\"blXLKj\":\"Wenn aktiviert, zeigen neue Veranstaltungen beim Checkout ein Marketing-Opt-in-Kontrollkästchen an. Dies kann pro Veranstaltung überschrieben werden.\",\"Kj0Txn\":\"Wenn aktiviert, werden bei Stripe Connect-Transaktionen keine Anwendungsgebühren berechnet. Verwenden Sie dies für Länder, in denen Anwendungsgebühren nicht unterstützt werden.\",\"xo06V3\":\"Wohin der Button verlinkt\",\"uchB0M\":\"Widget-Vorschau\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Schreiben Sie Ihre Nachricht hier...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"year\",\"zkWmBh\":\"Yearly\",\"+BGee5\":\"years\",\"X/azM1\":\"Ja - Ich habe eine gültige EU-Umsatzsteuer-ID\",\"Tz5oXG\":\"Ja, Bestellung stornieren\",\"QlSZU0\":[\"Sie geben sich als <0>\",[\"0\"],\" (\",[\"1\"],\") aus\"],\"s14PLh\":[\"Sie geben eine Teilerstattung aus. Dem Kunden werden \",[\"0\"],\" \",[\"1\"],\" erstattet.\"],\"o7LgX6\":\"Sie können zusätzliche Servicegebühren und Steuern in Ihren Kontoeinstellungen konfigurieren.\",\"rj3A7+\":\"You can override this for individual dates later.\",\"paWwQ0\":\"Sie können Tickets bei Bedarf weiterhin manuell anbieten.\",\"jTDzpA\":\"Sie können den letzten aktiven Veranstalter Ihres Kontos nicht archivieren.\",\"D8baxD\":\"Sie haben kostenpflichtige Tickets, aber Stripe ist noch nicht verbunden, daher können Sie keine Zahlungen entgegennehmen.\",\"5VGIlq\":\"Sie haben Ihr Nachrichtenlimit erreicht.\",\"casL1O\":\"Sie haben Steuern und Gebühren zu einem kostenlosen Produkt hinzugefügt. Möchten Sie diese entfernen?\",\"5SgD0L\":\"You have unsaved changes. Are you sure you want to discard them?\",\"9jJNZY\":\"Sie müssen Ihre Verantwortung bestätigen, bevor Sie speichern\",\"pCLes8\":\"Sie müssen dem Erhalt von Nachrichten zustimmen\",\"FVTVBy\":\"Sie müssen Ihre E-Mail-Adresse bestätigen, bevor Sie den Veranstalterstatus aktualisieren können.\",\"ze4bi/\":\"You need to create at least one occurrence before you can add attendees to this recurring event.\",\"w65ZgF\":\"Sie müssen Ihre Konto-E-Mail-Adresse verifizieren, bevor Sie E-Mail-Vorlagen ändern können.\",\"FRl8Jv\":\"Sie müssen Ihre Konto-E-Mail-Adresse verifizieren, bevor Sie Nachrichten senden können.\",\"88cUW+\":\"Sie erhalten\",\"O6/3cu\":\"You'll be able to set up dates, schedules, and recurrence rules in the next step.\",\"zKAheG\":\"You're changing session times\",\"MNFIxz\":[\"Sie gehen zu \",[\"0\"],\"!\"],\"ZlLcht\":[\"Sie melden sich für die Warteliste für den \",[\"occurrenceDate\"],\" an.\"],\"qGZz0m\":\"Sie stehen auf der Warteliste!\",\"/5HL6k\":\"Ihnen wurde ein Platz angeboten!\",\"gbjFFH\":\"You've changed the session time\",\"YI0K8C\":[\"Ihr Konto wurde deaktiviert und wird am <0>\",[\"0\"],\" endgültig gelöscht.\"],\"p/Sa0j\":\"Ihr Konto hat Messaging-Limits. Um Ihre Limits zu erhöhen, kontaktieren Sie uns unter\",\"gsWZkk\":\"Ihr Konto ist nun zur Löschung vorgemerkt.\",\"x/xjzn\":\"Ihre Partner wurden erfolgreich exportiert.\",\"TF37u6\":\"Deine Teilnehmer wurden erfolgreich exportiert.\",\"79lXGw\":\"Ihre Check-In-Liste wurde erfolgreich erstellt. Teilen Sie den unten stehenden Link mit Ihrem Check-In-Personal.\",\"BnlG9U\":\"Ihre aktuelle Bestellung geht verloren.\",\"nBqgQb\":\"Ihre E-Mail\",\"GG1fRP\":\"Ihre Veranstaltung ist live!\",\"ifRqmm\":\"Ihre Nachricht wurde erfolgreich gesendet!\",\"0/+Nn9\":\"Ihre Nachrichten werden hier angezeigt\",\"/Rj5P4\":\"Ihr Name\",\"PFjJxY\":\"Ihr neues Passwort muss mindestens 8 Zeichen lang sein.\",\"gzrCuN\":\"Ihre Bestelldetails wurden aktualisiert. Eine Bestätigungs-E-Mail wurde an die neue E-Mail-Adresse gesendet.\",\"naQW82\":\"Ihre Bestellung wurde storniert.\",\"bhlHm/\":\"Ihre Bestellung wartet auf Zahlung\",\"XeNum6\":\"Deine Bestellungen wurden erfolgreich exportiert.\",\"Xd1R1a\":\"Adresse Ihres Veranstalters\",\"WWYHKD\":\"Ihre Zahlung ist mit Verschlüsselung auf Bankniveau geschützt\",\"5b3QLi\":\"Ihr Tarif\",\"N4Zkqc\":\"Your saved date filter is no longer available — showing all dates.\",\"o0qzpM\":\"Ihr Stripe-Konto selbst ist nicht betroffen und es gehen keine Daten verloren — Sie können jederzeit erneut verbinden.\",\"FNO5uZ\":\"Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions.\",\"CnZ3Ou\":\"Ihre Tickets wurden bestätigt.\",\"EmFsMZ\":\"Ihre Umsatzsteuer-Identifikationsnummer ist zur Validierung in der Warteschlange\",\"QBlhh4\":\"Ihre Umsatzsteuer-Identifikationsnummer wird beim Speichern validiert\",\"fT9VLt\":\"Ihr Wartelisten-Angebot ist abgelaufen und wir konnten Ihre Bestellung nicht abschließen. Bitte treten Sie der Warteliste erneut bei, um benachrichtigt zu werden, wenn weitere Plätze verfügbar werden.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Es gibt noch nichts anzuzeigen'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>erfolgreich ausgecheckt\"],\"KMgp2+\":[[\"0\"],\" verfügbar\"],\"Pmr5xp\":[[\"0\"],\" erfolgreich erstellt\"],\"FImCSc\":[[\"0\"],\" erfolgreich aktualisiert\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" Tage, \",[\"hours\"],\" Stunden, \",[\"minutes\"],\" Minuten und \",[\"seconds\"],\" Sekunden\"],\"f3RdEk\":[[\"hours\"],\" Stunden, \",[\"minutes\"],\" Minuten und \",[\"seconds\"],\" Sekunden\"],\"fyE7Au\":[[\"minutes\"],\" Minuten und \",[\"seconds\"],\" Sekunden\"],\"NlQ0cx\":[\"Erste Veranstaltung von \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://Ihre-website.com\",\"qnSLLW\":\"<0>Bitte geben Sie den Preis ohne Steuern und Gebühren ein.<1>Steuern und Gebühren können unten hinzugefügt werden.\",\"ZjMs6e\":\"<0>Die Anzahl der für dieses Produkt verfügbaren Produkte<1>Dieser Wert kann überschrieben werden, wenn mit diesem Produkt <2>Kapazitätsgrenzen verbunden sind.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 Minuten und 0 Sekunden\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Ein Datumseingabefeld. Perfekt, um nach einem Geburtsdatum o.ä. zu fragen.\",\"6euFZ/\":[\"Ein standardmäßiger \",[\"type\"],\" wird automatisch auf alle neuen Produkte angewendet. Sie können dies für jedes Produkt einzeln überschreiben.\"],\"SMUbbQ\":\"Eine Dropdown-Eingabe erlaubt nur eine Auswahl\",\"qv4bfj\":\"Eine Gebühr, beispielsweise eine Buchungsgebühr oder eine Servicegebühr\",\"POT0K/\":\"Ein fester Betrag pro Produkt. Z.B., 0,50 $ pro Produkt\",\"f4vJgj\":\"Eine mehrzeilige Texteingabe\",\"OIPtI5\":\"Ein Prozentsatz des Produktpreises. Z.B., 3,5 % des Produktpreises\",\"ZthcdI\":\"Ein Promo-Code ohne Rabatt kann verwendet werden, um versteckte Produkte anzuzeigen.\",\"AG/qmQ\":\"Eine Radiooption hat mehrere Optionen, aber nur eine kann ausgewählt werden.\",\"h179TP\":\"Eine kurze Beschreibung der Veranstaltung, die in Suchmaschinenergebnissen und beim Teilen in sozialen Medien angezeigt wird. Standardmäßig wird die Veranstaltungsbeschreibung verwendet\",\"WKMnh4\":\"Eine einzeilige Texteingabe\",\"BHZbFy\":\"Eine einzelne Frage pro Bestellung. Z.B., Wie lautet Ihre Lieferadresse?\",\"Fuh+dI\":\"Eine einzelne Frage pro Produkt. Z.B., Welche T-Shirt-Größe haben Sie?\",\"RlJmQg\":\"Eine Standardsteuer wie Mehrwertsteuer oder GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Akzeptieren Sie Banküberweisungen, Schecks oder andere Offline-Zahlungsmethoden\",\"hrvLf4\":\"Akzeptieren Sie Kreditkartenzahlungen über Stripe\",\"bfXQ+N\":\"Einladung annehmen\",\"AeXO77\":\"Konto\",\"lkNdiH\":\"Kontoname\",\"Puv7+X\":\"Account Einstellungen\",\"OmylXO\":\"Konto erfolgreich aktualisiert\",\"7L01XJ\":\"Aktionen\",\"FQBaXG\":\"Aktivieren\",\"5T2HxQ\":\"Aktivierungsdatum\",\"F6pfE9\":\"Aktiv\",\"/PN1DA\":\"Fügen Sie eine Beschreibung für diese Eincheckliste hinzu\",\"0/vPdA\":\"Fügen Sie Anmerkungen über den Teilnehmer hinzu. Diese sind für den Teilnehmer nicht sichtbar.\",\"Or1CPR\":\"Fügen Sie Anmerkungen über den Teilnehmer hinzu...\",\"l3sZO1\":\"Fügen Sie Notizen zur Bestellung hinzu. Diese sind für den Kunden nicht sichtbar.\",\"xMekgu\":\"Fügen Sie Notizen zur Bestellung hinzu...\",\"PGPGsL\":\"Beschreibung hinzufügen\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Fügen Sie Anweisungen für Offline-Zahlungen hinzu (z. B. Überweisungsdetails, wo Schecks hingeschickt werden sollen, Zahlungsfristen)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Neue hinzufügen\",\"TZxnm8\":\"Option hinzufügen\",\"24l4x6\":\"Produkt hinzufügen\",\"8q0EdE\":\"Produkt zur Kategorie hinzufügen\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Steuern oder Gebühren hinzufügen\",\"goOKRY\":\"Ebene hinzufügen\",\"oZW/gT\":\"Zum Kalender hinzufügen\",\"pn5qSs\":\"Zusätzliche Informationen\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Adresse\",\"NY/x1b\":\"Anschrift Zeile 1\",\"POdIrN\":\"Anschrift Zeile 1\",\"cormHa\":\"Adresszeile 2\",\"gwk5gg\":\"Adresszeile 2\",\"U3pytU\":\"Administrator\",\"HLDaLi\":\"Administratorbenutzer haben vollständigen Zugriff auf Ereignisse und Kontoeinstellungen.\",\"W7AfhC\":\"Alle Teilnehmer dieser Veranstaltung\",\"cde2hc\":\"Alle Produkte\",\"5CQ+r0\":\"Erlauben Sie Teilnehmern, die mit unbezahlten Bestellungen verbunden sind, einzuchecken\",\"ipYKgM\":\"Suchmaschinenindizierung zulassen\",\"LRbt6D\":\"Suchmaschinen erlauben, dieses Ereignis zu indizieren\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Erstaunlich, Ereignis, Schlüsselwörter...\",\"hehnjM\":\"Betrag\",\"R2O9Rg\":[\"Bezahlter Betrag (\",[\"0\"],\")\"],\"V7MwOy\":\"Beim Laden der Seite ist ein Fehler aufgetreten\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Ein unerwarteter Fehler ist aufgetreten.\",\"byKna+\":\"Ein unerwarteter Fehler ist aufgetreten. Bitte versuchen Sie es erneut.\",\"ubdMGz\":\"Alle Anfragen von Produktinhabern werden an diese E-Mail-Adresse gesendet. Diese wird auch als „Antwort-an“-Adresse für alle von dieser Veranstaltung gesendeten E-Mails verwendet.\",\"aAIQg2\":\"Erscheinungsbild\",\"Ym1gnK\":\"angewandt\",\"sy6fss\":[\"Gilt für \",[\"0\"],\" Produkte\"],\"kadJKg\":\"Gilt für 1 Produkt\",\"DB8zMK\":\"Anwenden\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Diesen \",[\"type\"],\" auf alle neuen Produkte anwenden\"],\"S0ctOE\":\"Veranstaltung archivieren\",\"TdfEV7\":\"Archiviert\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Möchten Sie diesen Teilnehmer wirklich aktivieren?\",\"TvkW9+\":\"Sind Sie sicher, dass Sie diese Veranstaltung archivieren möchten?\",\"/CV2x+\":\"Möchten Sie diesen Teilnehmer wirklich stornieren? Dadurch wird sein Ticket ungültig.\",\"YgRSEE\":\"Möchten Sie diesen Aktionscode wirklich löschen?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Möchten Sie diese Veranstaltung wirklich als Entwurf speichern? Dadurch wird die Veranstaltung für die Öffentlichkeit unsichtbar.\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Sind Sie sicher, dass Sie diese Veranstaltung wiederherstellen möchten? Es wird als Entwurf wiederhergestellt.\",\"vJuISq\":\"Sind Sie sicher, dass Sie diese Kapazitätszuweisung löschen möchten?\",\"baHeCz\":\"Möchten Sie diese Eincheckliste wirklich löschen?\",\"LBLOqH\":\"Einmal pro Bestellung anfragen\",\"wu98dY\":\"Einmal pro Produkt fragen\",\"ss9PbX\":\"Teilnehmer\",\"m0CFV2\":\"Teilnehmerdetails\",\"QKim6l\":\"Teilnehmer nicht gefunden\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Teilnehmer-Ticket\",\"9SZT4E\":\"Teilnehmer\",\"iPBfZP\":\"Registrierte Teilnehmer\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Automatische Größenanpassung\",\"vZ5qKF\":\"Passen Sie die Widget-Höhe automatisch an den Inhalt an. Bei Deaktivierung füllt das Widget die Höhe des Containers aus.\",\"4lVaWA\":\"Warten auf Offline-Zahlung\",\"2rHwhl\":\"Warten auf Offline-Zahlung\",\"3wF4Q/\":\"Zahlung ausstehend\",\"ioG+xt\":\"Zahlung steht aus\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Zurück zur Veranstaltungsseite\",\"VCoEm+\":\"Zurück zur Anmeldung\",\"k1bLf+\":\"Hintergrundfarbe\",\"I7xjqg\":\"Hintergrundtyp\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Rechnungsadresse\",\"/xC/im\":\"Rechnungseinstellungen\",\"rp/zaT\":\"Brasilianisches Portugiesisch\",\"whqocw\":\"Mit der Registrierung stimmen Sie unseren <0>Servicebedingungen und <1>Datenschutzrichtlinie zu.\",\"bcCn6r\":\"Berechnungstyp\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Abbrechen\",\"Gjt/py\":\"E-Mail-Änderung abbrechen\",\"tVJk4q\":\"Bestellung stornieren\",\"Os6n2a\":\"Bestellung stornieren\",\"Mz7Ygx\":[\"Bestellung stornieren \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Abgesagt\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Kapazität\",\"V6Q5RZ\":\"Kapazitätszuweisung erfolgreich erstellt\",\"k5p8dz\":\"Kapazitätszuweisung erfolgreich gelöscht\",\"nDBs04\":\"Kapazitätsverwaltung\",\"ddha3c\":\"Kategorien ermöglichen es Ihnen, Produkte zusammenzufassen. Zum Beispiel könnten Sie eine Kategorie für \\\"Tickets\\\" und eine andere für \\\"Merchandise\\\" haben.\",\"iS0wAT\":\"Kategorien helfen Ihnen, Ihre Produkte zu organisieren. Dieser Titel wird auf der öffentlichen Veranstaltungsseite angezeigt.\",\"eorM7z\":\"Kategorien erfolgreich neu geordnet.\",\"3EXqwa\":\"Kategorie erfolgreich erstellt\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Kennwort ändern\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Check-in \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Einchecken und Bestellung als bezahlt markieren\",\"QYLpB4\":\"Nur einchecken\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Schau dir dieses Event an!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Eincheckliste erfolgreich gelöscht\",\"+hBhWk\":\"Die Eincheckliste ist abgelaufen\",\"mBsBHq\":\"Die Eincheckliste ist nicht aktiv\",\"vPqpQG\":\"Eincheckliste nicht gefunden\",\"tejfAy\":\"Einchecklisten\",\"hD1ocH\":\"Eincheck-URL in die Zwischenablage kopiert\",\"CNafaC\":\"Kontrollkästchenoptionen ermöglichen Mehrfachauswahl\",\"SpabVf\":\"Kontrollkästchen\",\"CRu4lK\":\"Eingecheckt\",\"znIg+z\":\"Zur Kasse\",\"1WnhCL\":\"Checkout-Einstellungen\",\"6imsQS\":\"Vereinfachtes Chinesisch\",\"JjkX4+\":\"Wählen Sie eine Farbe für Ihren Hintergrund\",\"/Jizh9\":\"Wähle einen Account\",\"3wV73y\":\"Stadt\",\"FG98gC\":\"Suchtext löschen\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Zum Kopieren klicken\",\"yz7wBu\":\"Schließen\",\"62Ciis\":\"Sidebar schließen\",\"EWPtMO\":\"Code\",\"ercTDX\":\"Der Code muss zwischen 3 und 50 Zeichen lang sein\",\"oqr9HB\":\"Dieses Produkt einklappen, wenn die Veranstaltungsseite initial geladen wird\",\"jZlrte\":\"Farbe\",\"Vd+LC3\":\"Die Farbe muss ein gültiger Hex-Farbcode sein. Beispiel: #ffffff\",\"1HfW/F\":\"Farben\",\"VZeG/A\":\"Demnächst\",\"yPI7n9\":\"Durch Kommas getrennte Schlüsselwörter, die das Ereignis beschreiben. Diese werden von Suchmaschinen verwendet, um das Ereignis zu kategorisieren und zu indizieren.\",\"NPZqBL\":\"Bestellung abschließen\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Jetzt bezahlen\",\"qqWcBV\":\"Vollendet\",\"6HK5Ct\":\"Abgeschlossene Bestellungen\",\"NWVRtl\":\"Abgeschlossene Bestellungen\",\"DwF9eH\":\"Komponentencode\",\"Tf55h7\":\"Konfigurierter Rabatt\",\"7VpPHA\":\"Bestätigen\",\"ZaEJZM\":\"E-Mail-Änderung bestätigen\",\"yjkELF\":\"Bestätige neues Passwort\",\"xnWESi\":\"Bestätige das Passwort\",\"p2/GCq\":\"Bestätige das Passwort\",\"wnDgGj\":\"E-Mail-Adresse wird bestätigt …\",\"pbAk7a\":\"Stripe verbinden\",\"UMGQOh\":\"Mit Stripe verbinden\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Verbindungsdetails\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Weitermachen\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Text für Weiter-Schaltfläche\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Kopiert\",\"T5rdis\":\"in die Zwischenablage kopiert\",\"he3ygx\":\"Kopieren\",\"r2B2P8\":\"Eincheck-URL kopieren\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Link kopieren\",\"E6nRW7\":\"URL kopieren\",\"JNCzPW\":\"Land\",\"IF7RiR\":\"Abdeckung\",\"hYgDIe\":\"Erstellen\",\"b9XOHo\":[\"Erstellen Sie \",[\"0\"]],\"k9RiLi\":\"Ein Produkt erstellen\",\"6kdXbW\":\"Einen Promo-Code erstellen\",\"n5pRtF\":\"Ticket erstellen\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"einen Organizer erstellen\",\"ipP6Ue\":\"Teilnehmer erstellen\",\"VwdqVy\":\"Kapazitätszuweisung erstellen\",\"EwoMtl\":\"Kategorie erstellen\",\"XletzW\":\"Kategorie erstellen\",\"WVbTwK\":\"Eincheckliste erstellen\",\"uN355O\":\"Ereignis erstellen\",\"BOqY23\":\"Neu erstellen\",\"kpJAeS\":\"Organizer erstellen\",\"a0EjD+\":\"Produkt erstellen\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Promo-Code erstellen\",\"B3Mkdt\":\"Frage erstellen\",\"UKfi21\":\"Steuer oder Gebühr erstellen\",\"d+F6q9\":\"Erstellt\",\"Q2lUR2\":\"Währung\",\"DCKkhU\":\"Aktuelles Passwort\",\"uIElGP\":\"Benutzerdefinierte Karten-URL\",\"UEqXyt\":\"Benutzerdefinierter Bereich\",\"876pfE\":\"Kunde\",\"QOg2Sf\":\"Passen Sie die E-Mail- und Benachrichtigungseinstellungen für dieses Ereignis an\",\"Y9Z/vP\":\"Passen Sie die Startseite der Veranstaltung und die Nachrichten an der Kasse an\",\"2E2O5H\":\"Passen Sie die sonstigen Einstellungen für dieses Ereignis an\",\"iJhSxe\":\"Passen Sie die SEO-Einstellungen für dieses Event an\",\"KIhhpi\":\"Passen Sie Ihre Veranstaltungsseite an\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Gefahrenzone\",\"ZQKLI1\":\"Gefahrenzone\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"Datum\",\"JvUngl\":\"Datum & Zeit\",\"JJhRbH\":\"Kapazität am ersten Tag\",\"cnGeoo\":\"Löschen\",\"jRJZxD\":\"Kapazität löschen\",\"VskHIx\":\"Kategorie löschen\",\"Qrc8RZ\":\"Eincheckliste löschen\",\"WHf154\":\"Code löschen\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Beschreibung\",\"YC3oXa\":\"Beschreibung für das Eincheckpersonal\",\"URmyfc\":\"Einzelheiten\",\"1lRT3t\":\"Das Deaktivieren dieser Kapazität wird Verkäufe verfolgen, aber nicht stoppen, wenn das Limit erreicht ist\",\"H6Ma8Z\":\"Rabatt\",\"ypJ62C\":\"Rabatt %\",\"3LtiBI\":[\"Rabatt in \",[\"0\"]],\"C8JLas\":\"Rabattart\",\"1QfxQT\":\"Schließen\",\"DZlSLn\":\"Dokumentenbeschriftung\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\".ics herunterladen\",\"kodV18\":\"CSV herunterladen\",\"CELKku\":\"Rechnung herunterladen\",\"LQrXcu\":\"Rechnung herunterladen\",\"QIodqd\":\"QR-Code herunterladen\",\"yhjU+j\":\"Rechnung wird heruntergeladen\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Dropdown-Auswahl\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Ereignis duplizieren\",\"3ogkAk\":\"Ereignis duplizieren\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Optionen duplizieren\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Früher Vogel\",\"ePK91l\":\"Bearbeiten\",\"N6j2JH\":[\"Bearbeiten \",[\"0\"]],\"kBkYSa\":\"Kapazität bearbeiten\",\"oHE9JT\":\"Kapazitätszuweisung bearbeiten\",\"j1Jl7s\":\"Kategorie bearbeiten\",\"FU1gvP\":\"Eincheckliste bearbeiten\",\"iFgaVN\":\"Code bearbeiten\",\"jrBSO1\":\"Organisator bearbeiten\",\"tdD/QN\":\"Produkt bearbeiten\",\"n143Tq\":\"Produktkategorie bearbeiten\",\"9BdS63\":\"Aktionscode bearbeiten\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Frage bearbeiten\",\"poTr35\":\"Benutzer bearbeiten\",\"GTOcxw\":\"Benutzer bearbeiten\",\"pqFrv2\":\"z.B. 2,50 für 2,50 $\",\"3yiej1\":\"z.B. 23,5 für 23,5 %\",\"O3oNi5\":\"Email\",\"VxYKoK\":\"E-Mail- und Benachrichtigungseinstellungen\",\"ATGYL1\":\"E-Mail-Adresse\",\"hzKQCy\":\"E-Mail-Adresse\",\"HqP6Qf\":\"E-Mail-Änderung erfolgreich abgebrochen\",\"mISwW1\":\"E-Mail-Änderung ausstehend\",\"APuxIE\":\"E-Mail-Bestätigung erneut gesendet\",\"YaCgdO\":\"E-Mail-Bestätigung erfolgreich erneut gesendet\",\"jyt+cx\":\"E-Mail-Fußzeilennachricht\",\"I6F3cp\":\"E-Mail nicht verifiziert\",\"NTZ/NX\":\"Einbettungscode\",\"4rnJq4\":\"Einbettungsskript\",\"8oPbg1\":\"Rechnungsstellung aktivieren\",\"j6w7d/\":\"Aktivieren Sie diese Kapazität, um den Produktverkauf zu stoppen, wenn das Limit erreicht ist\",\"VFv2ZC\":\"Enddatum\",\"237hSL\":\"Beendet\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Englisch\",\"MhVoma\":\"Geben Sie einen Betrag ohne Steuern und Gebühren ein.\",\"SlfejT\":\"Fehler\",\"3Z223G\":\"Fehler beim Bestätigen der E-Mail-Adresse\",\"a6gga1\":\"Fehler beim Bestätigen der E-Mail-Änderung\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Ereignis\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Veranstaltungsdatum\",\"0Zptey\":\"Ereignisstandards\",\"QcCPs8\":\"Veranstaltungsdetails\",\"6fuA9p\":\"Ereignis erfolgreich dupliziert\",\"AEuj2m\":\"Veranstaltungsstartseite\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Veranstaltungsort & Details zum Veranstaltungsort\",\"OopDbA\":\"Event page\",\"4/If97\":\"Die Aktualisierung des Ereignisstatus ist fehlgeschlagen. Bitte versuchen Sie es später erneut\",\"btxLWj\":\"Veranstaltungsstatus aktualisiert\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Veranstaltungen\",\"sZg7s1\":\"Ablaufdatum\",\"KnN1Tu\":\"Läuft ab\",\"uaSvqt\":\"Verfallsdatum\",\"GS+Mus\":\"Export\",\"9xAp/j\":\"Teilnehmer konnte nicht abgesagt werden\",\"ZpieFv\":\"Stornierung der Bestellung fehlgeschlagen\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Rechnung konnte nicht heruntergeladen werden. Bitte versuchen Sie es erneut.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Laden der Eincheckliste fehlgeschlagen\",\"ZQ15eN\":\"Ticket-E-Mail konnte nicht erneut gesendet werden\",\"ejXy+D\":\"Produkte konnten nicht sortiert werden\",\"PLUB/s\":\"Gebühr\",\"/mfICu\":\"Gebühren\",\"LyFC7X\":\"Bestellungen filtern\",\"cSev+j\":\"Filter\",\"CVw2MU\":[\"Filter (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Erste Rechnungsnummer\",\"V1EGGU\":\"Vorname\",\"kODvZJ\":\"Vorname\",\"S+tm06\":\"Der Vorname muss zwischen 1 und 50 Zeichen lang sein\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Erstmals verwendet\",\"TpqW74\":\"Fest\",\"irpUxR\":\"Fester Betrag\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Passwort vergessen?\",\"2POOFK\":\"Frei\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Französisch\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Deutsch\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Zurück zum Profil\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Kalender\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Bruttoumsatz\",\"yRg26W\":\"Bruttoverkäufe\",\"R4r4XO\":\"Gäste\",\"26pGvx\":\"Haben Sie einen Promo-Code?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"Hier ist ein Beispiel, wie Sie die Komponente in Ihrer Anwendung verwenden können.\",\"Y1SSqh\":\"Hier ist die React-Komponente, die Sie verwenden können, um das Widget in Ihre Anwendung einzubetten.\",\"QuhVpV\":[\"Hallo \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Vor der Öffentlichkeit verborgen\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Versteckte Fragen sind nur für den Veranstalter und nicht für den Kunden sichtbar.\",\"vLyv1R\":\"Verstecken\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Produkt nach Verkaufsenddatum ausblenden\",\"06s3w3\":\"Produkt vor Verkaufsstartdatum ausblenden\",\"axVMjA\":\"Produkt ausblenden, es sei denn, der Benutzer hat einen gültigen Promo-Code\",\"ySQGHV\":\"Produkt bei Ausverkauf ausblenden\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Dieses Produkt vor Kunden verbergen\",\"Da29Y6\":\"Diese Frage verbergen\",\"fvDQhr\":\"Diese Ebene vor Benutzern verbergen\",\"lNipG+\":\"Das Ausblenden eines Produkts verhindert, dass Benutzer es auf der Veranstaltungsseite sehen.\",\"ZOBwQn\":\"Homepage-Design\",\"PRuBTd\":\"Homepage-Designer\",\"YjVNGZ\":\"Homepage-Vorschau\",\"c3E/kw\":\"Homer\",\"8k8Njd\":\"Wie viele Minuten hat der Kunde Zeit, um seine Bestellung abzuschließen. Wir empfehlen mindestens 15 Minuten\",\"ySxKZe\":\"Wie oft kann dieser Code verwendet werden?\",\"dZsDbK\":[\"HTML-Zeichenlimit überschritten: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Ich stimme den <0>Allgemeinen Geschäftsbedingungen zu\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Wenn aktiviert, kann das Check-in-Personal Teilnehmer entweder als eingecheckt markieren oder die Bestellung als bezahlt markieren und die Teilnehmer einchecken. Wenn deaktiviert, können Teilnehmer mit unbezahlten Bestellungen nicht eingecheckt werden.\",\"muXhGi\":\"Wenn aktiviert, erhält der Veranstalter eine E-Mail-Benachrichtigung, wenn eine neue Bestellung aufgegeben wird\",\"6fLyj/\":\"Sollten Sie diese Änderung nicht veranlasst haben, ändern Sie bitte umgehend Ihr Passwort.\",\"n/ZDCz\":\"Bild erfolgreich gelöscht\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Bild erfolgreich hochgeladen\",\"VyUuZb\":\"Bild-URL\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inaktiv\",\"T0K0yl\":\"Inaktive Benutzer können sich nicht anmelden.\",\"kO44sp\":\"Fügen Sie Verbindungsdetails für Ihr Online-Event hinzu. Diese Details werden auf der Bestellübersichtsseite und der Teilnehmer-Ticketseite angezeigt.\",\"FlQKnG\":\"Steuern und Gebühren im Preis einbeziehen\",\"Vi+BiW\":[\"Beinhaltet \",[\"0\"],\" Produkte\"],\"lpm0+y\":\"Beinhaltet 1 Produkt\",\"UiAk5P\":\"Bild einfügen\",\"OyLdaz\":\"Einladung erneut verschickt!\",\"HE6KcK\":\"Einladung widerrufen!\",\"SQKPvQ\":\"Benutzer einladen\",\"bKOYkd\":\"Rechnung erfolgreich heruntergeladen\",\"alD1+n\":\"Rechnungsnotizen\",\"kOtCs2\":\"Rechnungsnummerierung\",\"UZ2GSZ\":\"Rechnungseinstellungen\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Artikel\",\"KFXip/\":\"John\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Etikett\",\"vXIe7J\":\"Sprache\",\"2LMsOq\":\"Letzte 12 Monate\",\"vfe90m\":\"Letzte 14 Tage\",\"aK4uBd\":\"Letzte 24 Stunden\",\"uq2BmQ\":\"Letzte 30 Tage\",\"bB6Ram\":\"Letzte 48 Stunden\",\"VlnB7s\":\"Letzte 6 Monate\",\"ct2SYD\":\"Letzte 7 Tage\",\"XgOuA7\":\"Letzte 90 Tage\",\"I3yitW\":\"Letzte Anmeldung\",\"1ZaQUH\":\"Nachname\",\"UXBCwc\":\"Nachname\",\"tKCBU0\":\"Zuletzt verwendet\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Leer lassen, um das Standardwort \\\"Rechnung\\\" zu verwenden\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Wird geladen...\",\"wJijgU\":\"Standort\",\"sQia9P\":\"Anmelden\",\"zUDyah\":\"Einloggen\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Ausloggen\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Rechnungsadresse beim Checkout erforderlich machen\",\"MU3ijv\":\"Machen Sie diese Frage obligatorisch\",\"wckWOP\":\"Verwalten\",\"onpJrA\":\"Teilnehmer verwalten\",\"n4SpU5\":\"Veranstaltung verwalten\",\"WVgSTy\":\"Bestellung verwalten\",\"1MAvUY\":\"Zahlungs- und Rechnungseinstellungen für diese Veranstaltung verwalten.\",\"cQrNR3\":\"Profil verwalten\",\"AtXtSw\":\"Verwalten Sie Steuern und Gebühren, die auf Ihre Produkte angewendet werden können\",\"ophZVW\":\"Tickets verwalten\",\"DdHfeW\":\"Verwalten Sie Ihre Kontodetails und Standardeinstellungen\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Verwalten Sie Ihre Benutzer und deren Berechtigungen\",\"1m+YT2\":\"Bevor der Kunde zur Kasse gehen kann, müssen obligatorische Fragen beantwortet werden.\",\"Dim4LO\":\"Einen Teilnehmer manuell hinzufügen\",\"e4KdjJ\":\"Teilnehmer manuell hinzufügen\",\"vFjEnF\":\"Als bezahlt markieren\",\"g9dPPQ\":\"Maximal pro Bestellung\",\"l5OcwO\":\"Nachricht an Teilnehmer\",\"Gv5AMu\":\"Nachrichten an Teilnehmer senden\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Nachricht an den Käufer\",\"tNZzFb\":\"Nachrichteninhalt\",\"lYDV/s\":\"Nachrichten an einzelne Teilnehmer senden\",\"V7DYWd\":\"Nachricht gesendet\",\"t7TeQU\":\"Mitteilungen\",\"xFRMlO\":\"Mindestbestellwert\",\"QYcUEf\":\"Minimaler Preis\",\"RDie0n\":\"Sonstiges\",\"mYLhkl\":\"Verschiedene Einstellungen\",\"KYveV8\":\"Mehrzeiliges Textfeld\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Meine tolle Eventbeschreibung...\",\"vX8/tc\":\"Mein toller Veranstaltungstitel …\",\"hKtWk2\":\"Mein Profil\",\"fj5byd\":\"N/V\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Name\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Navigieren Sie zu Teilnehmer\",\"qqeAJM\":\"Niemals\",\"7vhWI8\":\"Neues Kennwort\",\"1UzENP\":\"Nein\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Keine archivierten Veranstaltungen anzuzeigen.\",\"q2LEDV\":\"Für diese Bestellung wurden keine Teilnehmer gefunden.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Keine Teilnehmer zum Anzeigen\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Keine Kapazitätszuweisungen\",\"a/gMx2\":\"Keine Einchecklisten\",\"tMFDem\":\"Keine Daten verfügbar\",\"6Z/F61\":\"Keine Daten verfügbar. Bitte wählen Sie einen Datumsbereich aus.\",\"fFeCKc\":\"Kein Rabatt\",\"HFucK5\":\"Keine beendeten Veranstaltungen anzuzeigen.\",\"yAlJXG\":\"Keine Ereignisse zum Anzeigen\",\"GqvPcv\":\"Keine Filter verfügbar\",\"KPWxKD\":\"Keine Nachrichten zum Anzeigen\",\"J2LkP8\":\"Keine Bestellungen anzuzeigen\",\"RBXXtB\":\"Derzeit sind keine Zahlungsmethoden verfügbar. Bitte wenden Sie sich an den Veranstalter, um Unterstützung zu erhalten.\",\"ZWEfBE\":\"Keine Zahlung erforderlich\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Keine Produkte in dieser Kategorie verfügbar.\",\"FTfObB\":\"Noch keine Produkte\",\"+Y976X\":\"Keine Promo-Codes anzuzeigen\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Keine Ergebnisse\",\"gk5uwN\":\"Keine Suchergebnisse\",\"RHyZUL\":\"Keine Suchergebnisse.\",\"RY2eP1\":\"Es wurden keine Steuern oder Gebühren hinzugefügt.\",\"EdQY6l\":\"Keine\",\"OJx3wK\":\"Nicht verfügbar\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Notizen\",\"jtrY3S\":\"Noch nichts zu zeigen\",\"hFwWnI\":\"Benachrichtigungseinstellungen\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Veranstalter über neue Bestellungen benachrichtigen\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Anzahl der für die Zahlung zulässigen Tage (leer lassen, um Zahlungsbedingungen auf Rechnungen wegzulassen)\",\"n86jmj\":\"Nummernpräfix\",\"mwe+2z\":\"Offline-Bestellungen werden in der Veranstaltungsstatistik erst berücksichtigt, wenn die Bestellung als bezahlt markiert wurde.\",\"dWBrJX\":\"Offline-Zahlung fehlgeschlagen. Bitte versuchen Sie es erneut oder kontaktieren Sie den Veranstalter.\",\"fcnqjw\":\"Offline-Zahlungsanweisungen\",\"+eZ7dp\":\"Offline-Zahlungen\",\"ojDQlR\":\"Informationen zu Offline-Zahlungen\",\"u5oO/W\":\"Einstellungen für Offline-Zahlungen\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"Im Angebot\",\"Ug4SfW\":\"Sobald Sie ein Ereignis erstellt haben, wird es hier angezeigt.\",\"ZxnK5C\":\"Sobald Sie Daten sammeln, werden sie hier angezeigt.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Laufend\",\"z+nuVJ\":\"Online-Veranstaltung\",\"WKHW0N\":\"Details zur Online-Veranstaltung\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Check-In-Seite öffnen\",\"OdnLE4\":\"Seitenleiste öffnen\",\"ZZEYpT\":[\"Option \",[\"i\"]],\"oPknTP\":\"Optionale zusätzliche Informationen, die auf allen Rechnungen erscheinen (z. B. Zahlungsbedingungen, Gebühren für verspätete Zahlungen, Rückgaberichtlinien)\",\"OrXJBY\":\"Optionales Präfix für Rechnungsnummern (z. B. INV-)\",\"0zpgxV\":\"Optionen\",\"BzEFor\":\"oder\",\"UYUgdb\":\"Befehl\",\"mm+eaX\":\"Bestell-Nr.\",\"B3gPuX\":\"Bestellung storniert\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Auftragsdatum\",\"Tol4BF\":\"Bestelldetails\",\"WbImlQ\":\"Die Bestellung wurde storniert und der Bestellinhaber wurde benachrichtigt.\",\"nAn4Oe\":\"Bestellung als bezahlt markiert\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Bestellnummer\",\"acIJ41\":\"Bestellstatus\",\"GX6dZv\":\"Bestellübersicht\",\"tDTq0D\":\"Bestell-Timeout\",\"1h+RBg\":\"Aufträge\",\"3y+V4p\":\"Organisationsadresse\",\"GVcaW6\":\"Organisationsdetails\",\"nfnm9D\":\"Organisationsname\",\"G5RhpL\":\"Veranstalter\",\"mYygCM\":\"Veranstalter ist erforderlich\",\"Pa6G7v\":\"Name des Organisators\",\"l894xP\":\"Organisatoren können nur Veranstaltungen und Produkte verwalten. Sie können keine Benutzer, Kontoeinstellungen oder Abrechnungsinformationen verwalten.\",\"fdjq4c\":\"Innenabstand\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Seite nicht gefunden\",\"QbrUIo\":\"Seitenaufrufe\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"bezahlt\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Teilweise erstattet\",\"8ZsakT\":\"Passwort\",\"TUJAyx\":\"Das Passwort muss mindestens 8 Zeichen lang sein\",\"vwGkYB\":\"Das Passwort muss mindestens 8 Zeichen lang sein\",\"BLTZ42\":\"Passwort erfolgreich zurückgesetzt. Bitte melden Sie sich mit Ihrem neuen Passwort an.\",\"f7SUun\":\"Passwörter sind nicht gleich\",\"aEDp5C\":\"Fügen Sie dies dort ein, wo das Widget erscheinen soll.\",\"+23bI/\":\"Patrick\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Zahlung\",\"Lg+ewC\":\"Zahlung & Rechnungsstellung\",\"DZjk8u\":\"Einstellungen für Zahlung & Rechnungsstellung\",\"lflimf\":\"Zahlungsfrist\",\"JhtZAK\":\"Bezahlung fehlgeschlagen\",\"JEdsvQ\":\"Zahlungsanweisungen\",\"bLB3MJ\":\"Zahlungsmethoden\",\"QzmQBG\":\"Zahlungsanbieter\",\"lsxOPC\":\"Zahlung erhalten\",\"wJTzyi\":\"Zahlungsstatus\",\"xgav5v\":\"Zahlung erfolgreich abgeschlossen!\",\"R29lO5\":\"Zahlungsbedingungen\",\"/roQKz\":\"Prozentsatz\",\"vPJ1FI\":\"Prozentualer Betrag\",\"xdA9ud\":\"Platzieren Sie dies im Ihrer Website.\",\"blK94r\":\"Bitte fügen Sie mindestens eine Option hinzu\",\"FJ9Yat\":\"Bitte überprüfen Sie, ob die angegebenen Informationen korrekt sind\",\"TkQVup\":\"Bitte überprüfen Sie Ihre E-Mail und Ihr Passwort und versuchen Sie es erneut\",\"sMiGXD\":\"Bitte überprüfen Sie, ob Ihre E-Mail gültig ist\",\"Ajavq0\":\"Bitte überprüfen Sie Ihre E-Mail, um Ihre E-Mail-Adresse zu bestätigen\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Bitte fahren Sie im neuen Tab fort\",\"hcX103\":\"Bitte erstellen Sie ein Produkt\",\"cdR8d6\":\"Bitte erstellen Sie ein Ticket\",\"x2mjl4\":\"Bitte geben Sie eine gültige Bild-URL ein, die auf ein Bild verweist.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Bitte beachten Sie\",\"C63rRe\":\"Bitte kehre zur Veranstaltungsseite zurück, um neu zu beginnen.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Bitte wählen Sie mindestens ein Produkt aus\",\"igBrCH\":\"Bitte bestätigen Sie Ihre E-Mail-Adresse, um auf alle Funktionen zugreifen zu können\",\"/IzmnP\":\"Bitte warten Sie, während wir Ihre Rechnung vorbereiten...\",\"MOERNx\":\"Portugiesisch\",\"qCJyMx\":\"Checkout-Nachricht veröffentlichen\",\"g2UNkE\":\"Bereitgestellt von\",\"Rs7IQv\":\"Nachricht vor dem Checkout\",\"rdUucN\":\"Vorschau\",\"a7u1N9\":\"Preis\",\"CmoB9j\":\"Preisanzeigemodus\",\"BI7D9d\":\"Preis nicht festgelegt\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Primärfarbe\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Primäre Textfarbe\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Alle Tickets ausdrucken\",\"DKwDdj\":\"Tickets drucken\",\"K47k8R\":\"Produkt\",\"1JwlHk\":\"Produktkategorie\",\"U61sAj\":\"Produktkategorie erfolgreich aktualisiert.\",\"1USFWA\":\"Produkt erfolgreich gelöscht\",\"4Y2FZT\":\"Produktpreistyp\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Produktverkäufe\",\"U/R4Ng\":\"Produktebene\",\"sJsr1h\":\"Produkttyp\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Produkt(e)\",\"N0qXpE\":\"Produkte\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Verkaufte Produkte\",\"/u4DIx\":\"Verkaufte Produkte\",\"DJQEZc\":\"Produkte erfolgreich sortiert\",\"vERlcd\":\"Profil\",\"kUlL8W\":\"Profil erfolgreich aktualisiert\",\"cl5WYc\":[\"Aktionscode \",[\"promo_code\"],\" angewendet\"],\"P5sgAk\":\"Aktionscode\",\"yKWfjC\":\"Aktionscode-Seite\",\"RVb8Fo\":\"Promo-Codes\",\"BZ9GWa\":\"Mit Promo-Codes können Sie Rabatte oder Vorverkaufszugang anbieten oder Sonderzugang zu Ihrer Veranstaltung gewähren.\",\"OP094m\":\"Bericht zu Aktionscodes\",\"4kyDD5\":\"Geben Sie zusätzlichen Kontext oder Anweisungen für diese Frage an. Verwenden Sie dieses Feld, um Geschäftsbedingungen,\\nRichtlinien oder wichtige Informationen hinzuzufügen, die Teilnehmer vor der Beantwortung kennen müssen.\",\"toutGW\":\"QR-Code\",\"LkMOWF\":\"Verfügbare Menge\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Frage gelöscht\",\"avf0gk\":\"Fragebeschreibung\",\"oQvMPn\":\"Fragentitel\",\"enzGAL\":\"Fragen\",\"ROv2ZT\":\"Fragen & Antworten\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Radio-Option\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Empfänger\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Rückerstattung fehlgeschlagen\",\"n10yGu\":\"Rückerstattungsauftrag\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Rückerstattung ausstehend\",\"xHpVRl\":\"Rückerstattungsstatus\",\"/BI0y9\":\"Rückerstattung\",\"fgLNSM\":\"Registrieren\",\"9+8Vez\":\"Verbleibende Verwendungen\",\"tasfos\":\"entfernen\",\"t/YqKh\":\"Entfernen\",\"t9yxlZ\":\"Berichte\",\"prZGMe\":\"Rechnungsadresse erforderlich\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"E-Mail-Bestätigung erneut senden\",\"wIa8Qe\":\"Einladung erneut versenden\",\"VeKsnD\":\"Bestell-E-Mail erneut senden\",\"dFuEhO\":\"Ticket-E-Mail erneut senden\",\"o6+Y6d\":\"Erneut senden...\",\"OfhWJH\":\"Zurücksetzen\",\"RfwZxd\":\"Passwort zurücksetzen\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Veranstaltung wiederherstellen\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Zur Veranstaltungsseite zurückkehren\",\"8YBH95\":\"Einnahmen\",\"PO/sOY\":\"Einladung widerrufen\",\"GDvlUT\":\"Rolle\",\"ELa4O9\":\"Verkaufsende\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Verkaufsstartdatum\",\"hBsw5C\":\"Verkauf beendet\",\"kpAzPe\":\"Verkaufsstart\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Speichern\",\"IUwGEM\":\"Änderungen speichern\",\"U65fiW\":\"Organizer speichern\",\"UGT5vp\":\"Einstellungen speichern\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Suche nach Teilnehmername, E-Mail oder Bestellnummer ...\",\"+pr/FY\":\"Suche nach Veranstaltungsnamen...\",\"3zRbWw\":\"Suchen Sie nach Namen, E-Mail oder Bestellnummer ...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Suche mit Name...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Kapazitätszuweisungen suchen...\",\"r9M1hc\":\"Einchecklisten durchsuchen...\",\"+0Yy2U\":\"Produkte suchen\",\"YIix5Y\":\"Suchen...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Sekundärfarbe\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Sekundäre Textfarbe\",\"02ePaq\":[[\"0\"],\" auswählen\"],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Kategorie auswählen...\",\"kWI/37\":\"Veranstalter auswählen\",\"ixIx1f\":\"Produkt auswählen\",\"3oSV95\":\"Produktebene auswählen\",\"C4Y1hA\":\"Produkte auswählen\",\"hAjDQy\":\"Status auswählen\",\"QYARw/\":\"Ticket auswählen\",\"OMX4tH\":\"Tickets auswählen\",\"DrwwNd\":\"Zeitraum auswählen\",\"O/7I0o\":\"Wählen...\",\"JlFcis\":\"Schicken\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Eine Nachricht schicken\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Nachricht Senden\",\"D7ZemV\":\"Bestellbestätigung und Ticket-E-Mail senden\",\"v1rRtW\":\"Test senden\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"SEO-Beschreibung\",\"/SIY6o\":\"SEO-Schlüsselwörter\",\"GfWoKv\":\"SEO-Einstellungen\",\"rXngLf\":\"SEO-Titel\",\"/jZOZa\":\"Servicegebühr\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Legen Sie die Startnummer für die Rechnungsnummerierung fest. Dies kann nicht geändert werden, sobald Rechnungen generiert wurden.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Einstellungen\",\"Z8lGw6\":\"Teilen\",\"B2V3cA\":\"Veranstaltung teilen\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Anzeigen\",\"V0SbFp\":\"Verfügbare Produktmenge anzeigen\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Zeig mehr\",\"izwOOD\":\"Steuern und Gebühren separat ausweisen\",\"1SbbH8\":\"Wird dem Kunden nach dem Checkout auf der Bestellübersichtsseite angezeigt.\",\"YfHZv0\":\"Wird dem Kunden vor dem Bezahlvorgang angezeigt\",\"CBBcly\":\"Zeigt allgemeine Adressfelder an, einschließlich Land\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Einzeiliges Textfeld\",\"+P0Cn2\":\"Überspringe diesen Schritt\",\"YSEnLE\":\"Schmied\",\"lgFfeO\":\"Ausverkauft\",\"Mi1rVn\":\"Ausverkauft\",\"nwtY4N\":\"Etwas ist schiefgelaufen\",\"GRChTw\":\"Beim Löschen der Steuer oder Gebühr ist ein Fehler aufgetreten\",\"YHFrbe\":\"Etwas ist schief gelaufen. Bitte versuche es erneut\",\"kf83Ld\":\"Etwas ist schief gelaufen.\",\"fWsBTs\":\"Etwas ist schief gelaufen. Bitte versuche es erneut.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Dieser Aktionscode wird leider nicht erkannt\",\"65A04M\":\"Spanisch\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Startdatum\",\"/2by1f\":\"Staat oder Region\",\"uAQUqI\":\"Status\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Stripe-Zahlungen sind für diese Veranstaltung nicht aktiviert.\",\"UJmAAK\":\"Thema\",\"X2rrlw\":\"Zwischensumme\",\"zzDlyQ\":\"Erfolg\",\"b0HJ45\":[\"Erfolgreich! \",[\"0\"],\" erhält in Kürze eine E-Mail.\"],\"BJIEiF\":[\"Erfolgreich \",[\"0\"],\" Teilnehmer\"],\"OtgNFx\":\"E-Mail-Adresse erfolgreich bestätigt\",\"IKwyaF\":\"E-Mail-Änderung erfolgreich bestätigt\",\"zLmvhE\":\"Teilnehmer erfolgreich erstellt\",\"gP22tw\":\"Produkt erfolgreich erstellt\",\"9mZEgt\":\"Promo-Code erfolgreich erstellt\",\"aIA9C4\":\"Frage erfolgreich erstellt\",\"J3RJSZ\":\"Teilnehmer erfolgreich aktualisiert\",\"3suLF0\":\"Kapazitätszuweisung erfolgreich aktualisiert\",\"Z+rnth\":\"Eincheckliste erfolgreich aktualisiert\",\"vzJenu\":\"E-Mail-Einstellungen erfolgreich aktualisiert\",\"7kOMfV\":\"Ereignis erfolgreich aktualisiert\",\"G0KW+e\":\"Erfolgreich aktualisiertes Homepage-Design\",\"k9m6/E\":\"Homepage-Einstellungen erfolgreich aktualisiert\",\"y/NR6s\":\"Standort erfolgreich aktualisiert\",\"73nxDO\":\"Verschiedene Einstellungen erfolgreich aktualisiert\",\"4H80qv\":\"Bestellung erfolgreich aktualisiert\",\"6xCBVN\":\"Einstellungen für Zahlung & Rechnungsstellung erfolgreich aktualisiert\",\"1Ycaad\":\"Produkt erfolgreich aktualisiert\",\"70dYC8\":\"Promo-Code erfolgreich aktualisiert\",\"F+pJnL\":\"SEO-Einstellungen erfolgreich aktualisiert\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Support-E-Mail\",\"uRfugr\":\"T-Shirt\",\"JpohL9\":\"Steuer\",\"geUFpZ\":\"Steuern & Gebühren\",\"dFHcIn\":\"Steuerdetails\",\"wQzCPX\":\"Steuerinformationen, die unten auf allen Rechnungen erscheinen sollen (z. B. USt-Nummer, Steuerregistrierung)\",\"0RXCDo\":\"Steuer oder Gebühr erfolgreich gelöscht\",\"ZowkxF\":\"Steuern\",\"qu6/03\":\"Steuern und Gebühren\",\"gypigA\":\"Dieser Aktionscode ist ungültig\",\"5ShqeM\":\"Die gesuchte Eincheckliste existiert nicht.\",\"QXlz+n\":\"Die Standardwährung für Ihre Ereignisse.\",\"mnafgQ\":\"Die Standardzeitzone für Ihre Ereignisse.\",\"o7s5FA\":\"Die Sprache, in der der Teilnehmer die E-Mails erhalten soll.\",\"NlfnUd\":\"Der Link, auf den Sie geklickt haben, ist ungültig.\",\"HsFnrk\":[\"Die maximale Anzahl an Produkten für \",[\"0\"],\" ist \",[\"1\"]],\"TSAiPM\":\"Die gesuchte Seite existiert nicht\",\"MSmKHn\":\"Der dem Kunden angezeigte Preis versteht sich inklusive Steuern und Gebühren.\",\"6zQOg1\":\"Der dem Kunden angezeigte Preis enthält keine Steuern und Gebühren. Diese werden separat ausgewiesen\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Der Titel der Veranstaltung, der in Suchmaschinenergebnissen und beim Teilen in sozialen Medien angezeigt wird. Standardmäßig wird der Veranstaltungstitel verwendet\",\"wDx3FF\":\"Für diese Veranstaltung sind keine Produkte verfügbar\",\"pNgdBv\":\"In dieser Kategorie sind keine Produkte verfügbar\",\"rMcHYt\":\"Eine Rückerstattung steht aus. Bitte warten Sie, bis der Vorgang abgeschlossen ist, bevor Sie eine weitere Rückerstattung anfordern.\",\"F89D36\":\"Beim Markieren der Bestellung als bezahlt ist ein Fehler aufgetreten\",\"68Axnm\":\"Bei der Bearbeitung Ihrer Anfrage ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.\",\"mVKOW6\":\"Beim Senden Ihrer Nachricht ist ein Fehler aufgetreten\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Dieser Teilnehmer hat eine unbezahlte Bestellung.\",\"mf3FrP\":\"Diese Kategorie hat noch keine Produkte.\",\"8QH2Il\":\"Diese Kategorie ist vor der öffentlichen Ansicht verborgen\",\"xxv3BZ\":\"Diese Eincheckliste ist abgelaufen\",\"Sa7w7S\":\"Diese Eincheckliste ist abgelaufen und steht nicht mehr für Eincheckungen zur Verfügung.\",\"Uicx2U\":\"Diese Eincheckliste ist aktiv\",\"1k0Mp4\":\"Diese Eincheckliste ist noch nicht aktiv\",\"K6fmBI\":\"Diese Eincheckliste ist noch nicht aktiv und steht nicht für Eincheckungen zur Verfügung.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Diese Informationen werden auf der Zahlungsseite, der Bestellübersichtsseite und in der Bestellbestätigungs-E-Mail angezeigt.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Dies ist eine Online-Veranstaltung\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Diese Nachricht wird in die Fußzeile aller E-Mails aufgenommen, die von dieser Veranstaltung gesendet werden.\",\"55i7Fa\":\"Diese Nachricht wird nur angezeigt, wenn die Bestellung erfolgreich abgeschlossen wurde. Bestellungen, die auf Zahlung warten, zeigen diese Nachricht nicht an.\",\"RjwlZt\":\"Diese Bestellung wurde bereits bezahlt.\",\"5K8REg\":\"Diese Bestellung wurde bereits zurückerstattet.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Diese Bestellung wurde storniert.\",\"Q0zd4P\":\"Diese Bestellung ist abgelaufen. Bitte erneut beginnen.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Diese Bestellung ist abgeschlossen.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Diese Bestellseite ist nicht mehr verfügbar.\",\"i0TtkR\":\"Dies überschreibt alle Sichtbarkeitseinstellungen und verbirgt das Produkt vor allen Kunden.\",\"cRRc+F\":\"Dieses Produkt kann nicht gelöscht werden, da es mit einer Bestellung verknüpft ist. Sie können es stattdessen ausblenden.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Dieser Link zum Zurücksetzen des Passworts ist ungültig oder abgelaufen.\",\"IV9xTT\":\"Dieser Benutzer ist nicht aktiv, da er die Einladung nicht angenommen hat.\",\"5AnPaO\":\"Ticket\",\"kjAL4v\":\"Ticket\",\"dtGC3q\":\"Die Ticket-E-Mail wurde erneut an den Teilnehmer gesendet.\",\"54q0zp\":\"Tickets für\",\"xN9AhL\":[\"Stufe \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Gestufte Produkte ermöglichen es Ihnen, mehrere Preisoptionen für dasselbe Produkt anzubieten. Dies ist ideal für Frühbucherprodukte oder um unterschiedliche Preisoptionen für verschiedene Personengruppen anzubieten.\\\" # de\",\"nn3mSR\":\"Verbleibende Zeit:\",\"s/0RpH\":\"Nutzungshäufigkeit\",\"y55eMd\":\"Anzahl der Verwendungen\",\"40Gx0U\":\"Zeitzone\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Titel\",\"xdA/+p\":\"Werkzeuge\",\"72c5Qo\":\"Gesamt\",\"YXx+fG\":\"Gesamt vor Rabatten\",\"NRWNfv\":\"Gesamtrabattbetrag\",\"BxsfMK\":\"Gesamtkosten\",\"2bR+8v\":\"Gesamtumsatz brutto\",\"mpB/d9\":\"Gesamtbestellwert\",\"m3FM1g\":\"Gesamtbetrag zurückerstattet\",\"jEbkcB\":\"Insgesamt erstattet\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Gesamtsteuer\",\"+zy2Nq\":\"Typ\",\"FMdMfZ\":\"Teilnehmer konnte nicht eingecheckt werden\",\"bPWBLL\":\"Teilnehmer konnte nicht ausgecheckt werden\",\"9+P7zk\":\"Produkt konnte nicht erstellt werden. Bitte überprüfen Sie Ihre Angaben\",\"WLxtFC\":\"Produkt konnte nicht erstellt werden. Bitte überprüfen Sie Ihre Angaben\",\"/cSMqv\":\"Frage konnte nicht erstellt werden. Bitte überprüfen Sie Ihre Angaben\",\"MH/lj8\":\"Frage kann nicht aktualisiert werden. Bitte überprüfen Sie Ihre Angaben\",\"nnfSdK\":\"Einzigartige Kunden\",\"Mqy/Zy\":\"Vereinigte Staaten\",\"NIuIk1\":\"Unbegrenzt\",\"/p9Fhq\":\"Unbegrenzt verfügbar\",\"E0q9qH\":\"Unbegrenzte Nutzung erlaubt\",\"h10Wm5\":\"Unbezahlte Bestellung\",\"ia8YsC\":\"Bevorstehende\",\"TlEeFv\":\"Bevorstehende Veranstaltungen\",\"L/gNNk\":[\"Aktualisierung \",[\"0\"]],\"+qqX74\":\"Aktualisieren Sie den Namen, die Beschreibung und die Daten der Veranstaltung\",\"vXPSuB\":\"Profil aktualisieren\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL in die Zwischenablage kopiert\",\"e5lF64\":\"Verwendungsbeispiel\",\"fiV0xj\":\"Verwendungslimit\",\"sGEOe4\":\"Verwenden Sie eine unscharfe Version des Titelbilds als Hintergrund\",\"OadMRm\":\"Titelbild verwenden\",\"7PzzBU\":\"Benutzer\",\"yDOdwQ\":\"Benutzerverwaltung\",\"Sxm8rQ\":\"Benutzer\",\"VEsDvU\":\"Benutzer können ihre E-Mail in den <0>Profileinstellungen ändern.\",\"vgwVkd\":\"koordinierte Weltzeit\",\"khBZkl\":\"Umsatzsteuer\",\"E/9LUk\":\"Veranstaltungsort Namen\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Teilnehmerdetails anzeigen\",\"/5PEQz\":\"Zur Veranstaltungsseite\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Auf Google Maps anzeigen\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP-Eincheckliste\",\"tF+VVr\":\"VIP-Ticket\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Wir konnten Ihre Zahlung nicht verarbeiten. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\",\"45Srzt\":\"Die Kategorie konnte nicht gelöscht werden. Bitte versuchen Sie es erneut.\",\"/DNy62\":[\"Wir konnten keine Tickets finden, die mit \",[\"0\"],\" übereinstimmen\"],\"1E0vyy\":\"Wir konnten die Daten nicht laden. Bitte versuchen Sie es erneut.\",\"NmpGKr\":\"Wir konnten die Kategorien nicht neu ordnen. Bitte versuchen Sie es erneut.\",\"BJtMTd\":\"Wir empfehlen Abmessungen von 2160 x 1080 Pixel und eine maximale Dateigröße von 5 MB.\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Wir konnten Ihre Zahlung nicht bestätigen. Bitte versuchen Sie es erneut oder wenden Sie sich an den Support.\",\"Gspam9\":\"Wir bearbeiten Ihre Bestellung. Bitte warten...\",\"LuY52w\":\"Willkommen an Bord! Bitte melden Sie sich an, um fortzufahren.\",\"dVxpp5\":[\"Willkommen zurück\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Was sind gestufte Produkte?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Was ist eine Kategorie?\",\"gxeWAU\":\"Für welche Produkte gilt dieser Code?\",\"hFHnxR\":\"Für welche Produkte gilt dieser Code? (Standardmäßig gilt er für alle)\",\"AeejQi\":\"Für welche Produkte soll diese Kapazität gelten?\",\"Rb0XUE\":\"Um wie viel Uhr werden Sie ankommen?\",\"5N4wLD\":\"Um welche Art von Frage handelt es sich?\",\"gyLUYU\":\"Wenn aktiviert, werden Rechnungen für Ticketbestellungen erstellt. Rechnungen werden zusammen mit der Bestellbestätigungs-E-Mail gesendet. Teilnehmer können ihre Rechnungen auch von der Bestellbestätigungsseite herunterladen.\",\"D3opg4\":\"Wenn Offline-Zahlungen aktiviert sind, können Benutzer ihre Bestellungen abschließen und ihre Tickets erhalten. Ihre Tickets werden klar anzeigen, dass die Bestellung nicht bezahlt ist, und das Check-in-Tool wird das Check-in-Personal benachrichtigen, wenn eine Bestellung eine Zahlung erfordert.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Welche Tickets sollen mit dieser Eincheckliste verknüpft werden?\",\"S+OdxP\":\"Wer organisiert diese Veranstaltung?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Wem sollte diese Frage gestellt werden?\",\"VxFvXQ\":\"Widget einbetten\",\"v1P7Gm\":\"Widget-Einstellungen\",\"b4itZn\":\"Arbeiten\",\"hqmXmc\":\"Arbeiten...\",\"+G/XiQ\":\"Seit Jahresbeginn\",\"l75CjT\":\"Ja\",\"QcwyCh\":\"Ja, entfernen\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Sie ändern Ihre E-Mail zu <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Sie sind offline\",\"sdB7+6\":\"Sie können einen Promo-Code erstellen, der sich auf dieses Produkt richtet auf der\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Sie können den Produkttyp nicht ändern, da Teilnehmer mit diesem Produkt verknüpft sind.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Sie können Teilnehmer mit unbezahlten Bestellungen nicht einchecken. Diese Einstellung kann in den Veranstaltungsdetails geändert werden.\",\"c9Evkd\":\"Sie können die letzte Kategorie nicht löschen.\",\"6uwAvx\":\"Sie können diese Preiskategorie nicht löschen, da für diese Kategorie bereits Produkte verkauft wurden. Sie können sie stattdessen ausblenden.\",\"tFbRKJ\":\"Sie können die Rolle oder den Status des Kontoinhabers nicht bearbeiten.\",\"fHfiEo\":\"Sie können eine manuell erstellte Bestellung nicht zurückerstatten.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Sie haben Zugriff auf mehrere Konten. Bitte wählen Sie eines aus, um fortzufahren.\",\"Z6q0Vl\":\"Sie haben diese Einladung bereits angenommen. Bitte melden Sie sich an, um fortzufahren.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Sie haben keine ausstehende E-Mail-Änderung.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Die Zeit für die Bestellung ist abgelaufen.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Sie müssen bestätigen, dass diese E-Mail keinen Werbezweck hat\",\"3ZI8IL\":\"Sie müssen den Allgemeinen Geschäftsbedingungen zustimmen\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Sie müssen ein Ticket erstellen, bevor Sie einen Teilnehmer manuell hinzufügen können.\",\"jE4Z8R\":\"Sie müssen mindestens eine Preisstufe haben\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Sie müssen eine Bestellung manuell als bezahlt markieren. Dies kann auf der Bestellverwaltungsseite erfolgen.\",\"L/+xOk\":\"Sie benötigen ein Ticket, bevor Sie eine Eincheckliste erstellen können.\",\"Djl45M\":\"Sie benötigen ein Produkt, bevor Sie eine Kapazitätszuweisung erstellen können.\",\"y3qNri\":\"Sie benötigen mindestens ein Produkt, um loszulegen. Kostenlos, bezahlt oder lassen Sie den Benutzer entscheiden, was er zahlen möchte.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Ihr Kontoname wird auf Veranstaltungsseiten und in E-Mails verwendet.\",\"veessc\":\"Ihre Teilnehmer werden hier angezeigt, sobald sie sich für Ihre Veranstaltung registriert haben. Sie können Teilnehmer auch manuell hinzufügen.\",\"Eh5Wrd\":\"Ihre tolle Website 🎉\",\"lkMK2r\":\"Deine Details\",\"3ENYTQ\":[\"Ihre E-Mail-Anfrage zur Änderung auf <0>\",[\"0\"],\" steht noch aus. Bitte überprüfen Sie Ihre E-Mail, um sie zu bestätigen\"],\"yZfBoy\":\"Ihre Nachricht wurde gesendet\",\"KSQ8An\":\"Deine Bestellung\",\"Jwiilf\":\"Deine Bestellung wurde storniert\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Sobald Ihre Bestellungen eintreffen, werden sie hier angezeigt.\",\"9TO8nT\":\"Ihr Passwort\",\"P8hBau\":\"Ihre Zahlung wird verarbeitet.\",\"UdY1lL\":\"Ihre Zahlung war nicht erfolgreich, bitte versuchen Sie es erneut.\",\"fzuM26\":\"Ihre Zahlung war nicht erfolgreich. Bitte versuchen Sie es erneut.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Ihre Rückerstattung wird bearbeitet.\",\"IFHV2p\":\"Ihr Ticket für\",\"x1PPdr\":\"Postleitzahl\",\"BM/KQm\":\"Postleitzahl\",\"+LtVBt\":\"Postleitzahl\",\"25QDJ1\":\"- Zum Veröffentlichen klicken\",\"WOyJmc\":\"- Zum Rückgängigmachen der Veröffentlichung klicken\",\"ncwQad\":\"(leer)\",\"B/gRsg\":\"(keine)\",\"wqtZLy\":[[\"0\"],\" (Kopie)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" ist bereits eingecheckt\"],\"3beCx0\":[[\"0\"],\" <0>eingecheckt\"],\"S4PqS9\":[[\"0\"],\" aktive Webhooks\"],\"6MIiOI\":[[\"0\"],\" übrig\"],\"COnw8D\":[[\"0\"],\" Logo\"],\"xG9N0H\":[[\"0\"],\" von \",[\"1\"],\" Plätzen sind belegt.\"],\"B7pZfX\":[[\"0\"],\" Veranstalter\"],\"/HkCs4\":[[\"0\"],\" Tickets\"],\"30bTiU\":[[\"activeCount\"],\" aktiviert\"],\"jTs4am\":[[\"appName\"],\"-Logo\"],\"gbJOk9\":[[\"attendeeCount\"],\" Teilnehmer sind für diesen Termin angemeldet.\"],\"TjbIUI\":[[\"availableCount\"],\" von \",[\"totalCount\"],\" verfügbar\"],\"PSChHo\":[[\"capacity\"],\" Plätze frei\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" eingecheckt\"],\"RZ0JX3\":[[\"chipTime\"],\", ausverkauft\"],\"M4KnFs\":[[\"chipTime\"],\", Ausverkauft, Warteliste verfügbar\"],\"SeyN12\":[[\"completedCount\"],\" von \",[\"totalCount\"],\" Schritten abgeschlossen\"],\"wYzVwE\":[[\"count\"],\" Add-ons\"],\"f2rhaD\":[\"vor \",[\"diffHr\"],\" Std.\"],\"NRSLBe\":[\"vor \",[\"diffMin\"],\" Min.\"],\"iYfwJE\":[\"vor \",[\"diffSec\"],\" Sek.\"],\"OJnhhX\":[[\"eventCount\"],\" Ereignisse\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" weitere\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" Teilnehmer sind bei den betroffenen Terminen angemeldet.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" pro Bestellung\"],\"RBuxIl\":[[\"productCount\"],\" Tickettypen konfiguriert\"],\"VFLd0I\":[[\"slotCount\"],\" Uhrzeiten verfügbar\"],\"3IEF7U\":[[\"totalCount\"],\" Ticketarten\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" Gebühren\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" Gebühren & Steuern\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" Steuern\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 Tag\",\"1d6kks\":\"+Steuern/Gebühren\",\"B1St2O\":\"<0>Check-in-Listen helfen Ihnen, den Veranstaltungseinlass nach Tag, Bereich oder Tickettyp zu verwalten. Sie können Tickets mit bestimmten Listen wie VIP-Bereichen oder Tag-1-Pässen verknüpfen und einen sicheren Check-in-Link mit dem Personal teilen. Es ist kein Konto erforderlich. Check-in funktioniert auf Mobilgeräten, Desktop oder Tablet mit einer Gerätekamera oder einem HID-USB-Scanner. \",\"v9VSIS\":\"<0>Legen Sie ein einziges Gesamtlimit für die Teilnehmerzahl fest, das gleichzeitig für mehrere Ticketarten gilt.<1>Wenn Sie beispielsweise ein <2>Tagesticket und ein <3>Wochenendticket verknüpfen, ziehen beide aus demselben Platzpool. Sobald das Limit erreicht ist, werden alle verknüpften Tickets automatisch nicht mehr verkauft.\",\"Il5Uid\":\"<0>Dies ist die insgesamt verfügbare Menge über alle Termine Ihres Zeitplans zusammen – kein Limit pro Termin. Um die Teilnehmerzahl pro Termin zu begrenzen, legen Sie auf der <1>Terminplan-Seite eine Kapazität fest.\",\"ZnVt5v\":\"<0>Webhooks benachrichtigen externe Dienste sofort, wenn Ereignisse eintreten, z. B. wenn ein neuer Teilnehmer zu deinem CRM oder deiner Mailingliste hinzugefügt wird, um eine nahtlose Automatisierung zu gewährleisten.<1>Nutze Drittanbieterdienste wie <2>Zapier, <3>IFTTT oder <4>Make, um benutzerdefinierte Workflows zu erstellen und Aufgaben zu automatisieren.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" zum aktuellen Kurs\"],\"M2DyLc\":\"1 aktiver Webhook\",\"hMefp0\":\"1 Add-on\",\"6hIk/x\":\"1 Teilnehmer ist bei den betroffenen Terminen angemeldet.\",\"qOyE2U\":\"1 Teilnehmer ist für diesen Termin angemeldet.\",\"943BwI\":\"1 Tag nach dem Enddatum\",\"yj3N+g\":\"1 Tag nach dem Startdatum\",\"Z3etYG\":\"1 Tag vor der Veranstaltung\",\"szSnlj\":\"1 Stunde vor der Veranstaltung\",\"yTsaLw\":\"1 Ticket\",\"nz96Ue\":\"1 Ticketart\",\"InX5ad\":\"1 Tickettyp konfiguriert\",\"y2Jh0m\":\"1 Uhrzeit verfügbar\",\"cGtUz6\":\"1 Woche vor der Veranstaltung\",\"HR/cvw\":\"Musterstraße 123\",\"dgKxZ5\":\"Über 135 Währungen & über 40 Zahlungsmethoden\",\"/d9gcz\":\"Eine Button-Beschriftung ist erforderlich, wenn eine URL festgelegt ist\",\"kMU5aM\":\"Eine Stornierungsbenachrichtigung wurde gesendet an\",\"o++0qa\":\"eine Änderung der Dauer\",\"WuWSX5\":\"Nur wenige Schritte, dann können Sie mit dem Verkauf beginnen.\",\"RQ5kDd\":\"Eine Nachricht, die angezeigt wird, wenn diese Kategorie keine Produkte enthält.\",\"V53XzQ\":\"Ein neuer Bestätigungscode wurde an Ihre E-Mail gesendet\",\"sr2Je0\":\"eine Verschiebung der Start-/Endzeiten\",\"/z/bH1\":\"Eine kurze Beschreibung Ihres Veranstalters, die Ihren Nutzern angezeigt wird.\",\"3BKFn6\":\"Eine URL ist erforderlich, wenn eine Button-Beschriftung festgelegt ist\",\"RpjXTb\":\"Wochentagsmuster\",\"aS0jtz\":\"Abgebrochen\",\"uyJsf6\":\"Über\",\"JvuLls\":\"Gebühr übernehmen\",\"lk74+I\":\"Gebühr übernehmen\",\"1uJlG9\":\"Akzentfarbe\",\"g3UF2V\":\"Akzeptieren\",\"K5+3xg\":\"Einladung annehmen\",\"LuXP9q\":\"Zugang\",\"jzb4Ep\":[\"Konto · \",[\"0\"]],\"UqH1Q6\":[\"Konto · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"Die Kontolöschung wurde abgebrochen.\",\"WtlP+7\":\"Kontolöschung ist blockiert\",\"vOuxvL\":\"Kontoinformationen\",\"F9cvwz\":\"Kontoname\",\"EHNORh\":\"Konto nicht gefunden\",\"Hy1lfH\":\"Kontoinhaber\",\"bPwFdf\":\"Konten\",\"pi/Iog\":[\"Konten (\",[\"0\"],\")\"],\"AhwTa1\":\"Handlung erforderlich: Umsatzsteuerinformationen benötigt\",\"APyAR/\":\"Aktive Events\",\"kCl6ja\":\"Aktive Zahlungsmethoden\",\"XJOV1Y\":\"Aktivität\",\"Eso+01\":[\"Zuerst \",[\"0\"],\" hinzufügen\"],\"eJ0IJA\":\"Fügen Sie ein Titelbild und ein Design passend zu Ihrer Marke hinzu\",\"0YEoxS\":\"Termin hinzufügen\",\"ybegUq\":\"Fügen Sie eine Beschreibung und einen Veranstaltungsort hinzu, damit Teilnehmer wissen, was sie erwartet\",\"nOZl6j\":\"Einzelnen Termin hinzufügen\",\"CjvTPJ\":\"Weitere Uhrzeit hinzufügen\",\"0XCduh\":\"Fügen Sie mindestens eine Uhrzeit hinzu\",\"/chGpa\":\"Fügen Sie die Zugangsdaten für die Online-Veranstaltung hinzu.\",\"UWWRyd\":\"Fügen Sie benutzerdefinierte Fragen hinzu, um während des Bezahlvorgangs zusätzliche Informationen zu erfassen\",\"Z/dcxc\":\"Termin hinzufügen\",\"QeupRg\":\"Termine hinzufügen\",\"Q219NT\":\"Termine hinzufügen\",\"yjB5VC\":\"Termine und Uhrzeiten für Ihre wiederkehrende Veranstaltung hinzufügen\",\"Z8idyM\":\"Details hinzufügen\",\"wpirGs\":\"Veranstaltungsdetails hinzufügen\",\"VX6WUv\":\"Standort hinzufügen\",\"GCQlV2\":\"Fügen Sie mehrere Uhrzeiten hinzu, wenn Sie mehrere Termine pro Tag anbieten.\",\"7JF9w9\":\"Frage hinzufügen\",\"NLbIb6\":\"Teilnehmer trotzdem hinzufügen (Kapazität überschreiben)\",\"6PNlRV\":\"Fügen Sie dieses Event zu Ihrem Kalender hinzu\",\"BGD9Yt\":\"Tickets hinzufügen\",\"uIv4Op\":\"Fügen Sie Tracking-Pixel zu Ihren öffentlichen Veranstaltungsseiten und der Organisator-Homepage hinzu. Ein Cookie-Zustimmungsbanner wird Besuchern angezeigt, wenn Tracking aktiv ist.\",\"QN2F+7\":\"Webhook hinzufügen\",\"NsWqSP\":\"Fügen Sie Ihre Social-Media-Konten und die Website-URL hinzu. Diese werden auf Ihrer öffentlichen Veranstalterseite angezeigt.\",\"6JzKEV\":\"Nur als Add-on\",\"VkQex5\":\"Add-on-Produkte\",\"Y2K3rp\":\"Add-ons\",\"Z/ZU8N\":\"Wird beim Bezahlen hinzugefügt\",\"bVjDs9\":\"Zusätzliche Gebühren\",\"MKqSg4\":\"Administratorzugriff erforderlich\",\"0Zypnp\":\"Admin Dashboard\",\"tlFYEo\":\"Gewährt Teilnehmern Einlass zu Ihrer Veranstaltung\",\"YAV57v\":\"Partner\",\"I+utEq\":\"Partnercode kann nicht geändert werden\",\"/jHBj5\":\"Partner erfolgreich erstellt\",\"uCFbG2\":\"Partner erfolgreich gelöscht\",\"ld8I+f\":\"Partnerprogramm\",\"a41PKA\":\"Partnerverkäufe werden verfolgt\",\"mJJh2s\":\"Partnerverkäufe werden nicht verfolgt. Dies deaktiviert den Partner.\",\"jabmnm\":\"Partner erfolgreich aktualisiert\",\"CPXP5Z\":\"Partner\",\"9Wh+ug\":\"Partner exportiert\",\"3cqmut\":\"Partner helfen Ihnen, Verkäufe von Partnern und Influencern zu verfolgen. Erstellen Sie Partnercodes und teilen Sie diese, um die Leistung zu überwachen.\",\"3e31kI\":\"Nachdem Ihre Veranstaltung erstellt wurde, können Sie im Dashboard festlegen, wie oft sie sich wiederholt.\",\"z7GAMJ\":\"alle\",\"N40H+G\":\"Alle\",\"7rLTkE\":\"Alle archivierten Veranstaltungen\",\"gKq1fa\":\"Alle Teilnehmer\",\"63gRoO\":\"Alle Teilnehmer der ausgewählten Termine\",\"uWxIoH\":\"Alle Teilnehmer dieses Termins\",\"pMLul+\":\"Alle Währungen\",\"sgUdRZ\":\"Alle Termine\",\"e4q4uO\":\"Alle Termine\",\"ZS/D7f\":\"Alle beendeten Veranstaltungen\",\"QsYjci\":\"Alle Veranstaltungen\",\"31KB8w\":\"Alle fehlgeschlagenen Jobs gelöscht\",\"D2g7C7\":\"Alle Jobs zur Wiederholung eingereiht\",\"B4RFBk\":\"Alle passenden Termine\",\"F1/VgK\":\"Alle Termine\",\"OpWjMq\":\"Alle Termine\",\"Sxm1lO\":\"Alle Status\",\"dr7CWq\":\"Alle bevorstehenden Veranstaltungen\",\"UBpkWM\":\"Alle Benutzer\",\"GpT6Uf\":\"Erlauben Sie Teilnehmern, ihre Ticketinformationen (Name, E-Mail) über einen sicheren Link zu aktualisieren, der mit ihrer Bestellbestätigung gesendet wird.\",\"VZdky1\":\"Käufern erlauben, ihre Angaben für alle Teilnehmer zu übernehmen\",\"F3mW5G\":\"Kunden erlauben, sich auf eine Warteliste zu setzen, wenn dieses Produkt ausverkauft ist\",\"4CMO/q\":\"Kunden erlauben, sich auf eine Warteliste zu setzen, wenn dieses Produkt ausverkauft ist. Kunden treten der Warteliste für einen bestimmten Termin bei.\",\"c4uJfc\":\"Fast geschafft! Wir warten nur noch auf die Verarbeitung Ihrer Zahlung. Das sollte nur wenige Sekunden dauern.\",\"ocS8eq\":[\"Haben Sie bereits ein Konto? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Bereits vorhanden\",\"/H326L\":\"Bereits erstattet\",\"USEpOK\":\"Nutzen Sie Stripe bereits bei einem anderen Veranstalter? Verwenden Sie diese Verbindung erneut.\",\"RtxQTF\":\"Diese Bestellung auch stornieren\",\"jkNgQR\":\"Diese Bestellung auch erstatten\",\"xYqsHg\":\"Immer verfügbar\",\"rrepBD\":\"Immer im Verkauf\",\"Wvrz79\":\"Gezahlter Betrag\",\"Zkymb9\":\"Eine E-Mail-Adresse für diesen Partner. Der Partner wird nicht benachrichtigt.\",\"vRznIT\":\"Ein Fehler ist aufgetreten beim Überprüfen des Exportstatus.\",\"OPFdAM\":\"Eine optionale Beschreibung dieser Kategorie, die auf der Veranstaltungsseite angezeigt wird.\",\"eusccx\":\"Eine optionale Nachricht, die beim hervorgehobenen Produkt angezeigt wird, z.B. \\\"Verkauft sich schnell 🔥\\\" oder \\\"Bester Wert\\\"\",\"HZFm5R\":\"und\",\"l3LBtZ\":\"Ankündigungsinhalt\",\"Th00L9\":\"Ankündigung erstellt\",\"p/XJYI\":\"Ankündigung gelöscht\",\"08iV57\":\"Ankündigungstitel\",\"qLqgre\":\"Ankündigung aktualisiert\",\"Dzr23X\":\"Ankündigungen\",\"asqL+J\":\"Anonymisieren\",\"QNrkms\":\"Antwort erfolgreich aktualisiert.\",\"+qygei\":\"Antworten\",\"GK7Lnt\":\"Beim Checkout gegebene Antworten (z. B. Menüauswahl)\",\"lE8PgT\":\"Manuell angepasste Termine bleiben erhalten.\",\"jVoYha\":[\"angewendet — \",[\"0\"],\" Rabatt auf Ihre Bestellung\"],\"vP3Nzg\":[\"Gilt für \",[\"0\"],\", nicht abgesagte Termine, die derzeit auf dieser Seite geladen sind.\"],\"kkVyZZ\":\"Gilt für alle, die den geteilten Check-in-Link ohne Anmeldung öffnen. Angemeldete Teammitglieder sehen immer alles.\",\"je4muG\":[\"Gilt für jeden \",[\"0\"],\", nicht abgesagten Termin dieser Veranstaltung – auch für derzeit nicht geladene Termine.\"],\"YIIQtt\":\"Änderungen übernehmen\",\"NzWX1Y\":\"Anwenden auf\",\"Ps5oDT\":\"Auf alle Tickets anwenden\",\"261RBr\":\"Nachricht genehmigen\",\"naCW6Z\":\"April\",\"B495Gs\":\"Archivieren\",\"5sNliy\":\"Veranstaltung archivieren\",\"BrwnrJ\":\"Veranstalter archivieren\",\"E5eghW\":\"Archivieren Sie diese Veranstaltung, um sie vor der Öffentlichkeit zu verbergen. Sie können sie später wiederherstellen.\",\"eqFkeI\":\"Archivieren Sie diesen Veranstalter. Dadurch werden auch alle Veranstaltungen dieses Veranstalters archiviert.\",\"BzcxWv\":\"Archivierte Veranstalter\",\"9cQBd6\":\"Sind Sie sicher, dass Sie diese Veranstaltung archivieren möchten? Sie wird nicht mehr öffentlich sichtbar sein.\",\"Trnl3E\":\"Sind Sie sicher, dass Sie diesen Veranstalter archivieren möchten? Dadurch werden auch alle Veranstaltungen dieses Veranstalters archiviert.\",\"wOvn+e\":[\"Möchten Sie \",[\"count\"],\" Termin(e) wirklich absagen? Betroffene Teilnehmer werden per E-Mail benachrichtigt.\"],\"GTxE0U\":\"Möchten Sie diesen Termin wirklich absagen? Betroffene Teilnehmer werden per E-Mail benachrichtigt.\",\"VkSk/i\":\"Sind Sie sicher, dass Sie diese geplante Nachricht abbrechen möchten?\",\"0aVEBY\":\"Sind Sie sicher, dass Sie alle fehlgeschlagenen Jobs löschen möchten?\",\"LchiNd\":\"Sind Sie sicher, dass Sie diesen Partner löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden.\",\"U49Xd6\":\"Möchten Sie diese Ankündigung wirklich löschen? Benutzer sehen sie dann nicht mehr.\",\"vPeW/6\":\"Sind Sie sicher, dass Sie diese Konfiguration löschen möchten? Dies kann sich auf Konten auswirken, die sie verwenden.\",\"h42Hc/\":\"Möchten Sie diesen Termin wirklich löschen? Diese Aktion kann nicht rückgängig gemacht werden.\",\"RiF/yT\":\"Möchten Sie dieses Bild wirklich löschen?\",\"b3+Qku\":\"Möchten Sie diese Steuer oder Gebühr wirklich löschen? Sie wird auf neue Bestellungen nicht mehr angewendet.\",\"JmVITJ\":\"Sind Sie sicher, dass Sie diese Vorlage löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden und E-Mails werden auf die Standardvorlage zurückgreifen.\",\"aLS+A6\":\"Sind Sie sicher, dass Sie diese Vorlage löschen möchten? Diese Aktion kann nicht rückgängig gemacht werden und E-Mails werden auf die Veranstalter- oder Standardvorlage zurückgreifen.\",\"5H3Z78\":\"Bist du sicher, dass du diesen Webhook löschen möchtest?\",\"147G4h\":\"Möchten Sie wirklich gehen?\",\"VDWChT\":\"Sind Sie sicher, dass Sie diesen Veranstalter auf Entwurf setzen möchten? Dadurch wird die Veranstalterseite für die Öffentlichkeit unsichtbar.\",\"pWtQJM\":\"Sind Sie sicher, dass Sie diesen Veranstalter veröffentlichen möchten? Dadurch wird die Veranstalterseite für die Öffentlichkeit sichtbar.\",\"EOqL/A\":\"Sind Sie sicher, dass Sie dieser Person einen Platz anbieten möchten? Sie wird eine E-Mail-Benachrichtigung erhalten.\",\"yAXqWW\":\"Möchten Sie diesen Termin wirklich endgültig löschen? Dies kann nicht rückgängig gemacht werden.\",\"WFHOlF\":\"Sind Sie sicher, dass Sie diese Veranstaltung veröffentlichen möchten? Nach der Veröffentlichung ist sie öffentlich sichtbar.\",\"4TNVdy\":\"Sind Sie sicher, dass Sie dieses Veranstalterprofil veröffentlichen möchten? Nach der Veröffentlichung ist es öffentlich sichtbar.\",\"8x0pUg\":\"Sind Sie sicher, dass Sie diesen Eintrag von der Warteliste entfernen möchten?\",\"cDtoWq\":[\"Sind Sie sicher, dass Sie die Bestellbestätigung erneut an \",[\"0\"],\" senden möchten?\"],\"xeIaKw\":[\"Sind Sie sicher, dass Sie das Ticket erneut an \",[\"0\"],\" senden möchten?\"],\"BjbocR\":\"Sind Sie sicher, dass Sie diese Veranstaltung wiederherstellen möchten?\",\"7MjfcR\":\"Sind Sie sicher, dass Sie diesen Veranstalter wiederherstellen möchten?\",\"b7tkGp\":\"Möchten Sie diese Einladung wirklich zurückziehen?\",\"ExDt3P\":\"Sind Sie sicher, dass Sie diese Veranstaltung zurückziehen möchten? Sie wird nicht mehr öffentlich sichtbar sein.\",\"5Qmxo/\":\"Sind Sie sicher, dass Sie dieses Veranstalterprofil zurückziehen möchten? Es wird nicht mehr öffentlich sichtbar sein.\",\"Uqefyd\":\"Sind Sie in der EU umsatzsteuerregistriert?\",\"+QARA4\":\"Kunst\",\"tLf3yJ\":\"Da Ihr Unternehmen in Irland ansässig ist, wird automatisch die irische Umsatzsteuer von 23% auf alle Plattformgebühren angewendet.\",\"tMeVa/\":\"Name und E-Mail für jedes gekaufte Ticket erfragen\",\"ui5ln+\":\"Anderen Tarif zuweisen\",\"9Jxliv\":\"Tarif zuweisen\",\"xdiER7\":\"Zugewiesene Stufe\",\"F2rX0R\":\"Mindestens ein Ereignistyp muss ausgewählt werden\",\"Z44eZS\":\"Mindestens ein Produkt muss für diesen Termin verfügbar bleiben. Um den Termin unzugänglich zu machen, sagen Sie ihn stattdessen im Terminplan ab.\",\"BCmibk\":\"Versuche\",\"6PecK3\":\"Anwesenheit und Check-in-Raten für alle Veranstaltungen\",\"K2tp3v\":\"Teilnehmer\",\"AJ4rvK\":\"Teilnehmer storniert\",\"qvylEK\":\"Teilnehmer erstellt\",\"Aspq3b\":\"Erfassung von Teilnehmerdetails\",\"fpb0rX\":\"Teilnehmerdetails aus Bestellung kopiert\",\"94aQMU\":\"Teilnehmerinformationen\",\"KkrBiR\":\"Erfassung von Teilnehmerinformationen\",\"sjPjOg\":\"Teilnehmernotizen\",\"cosfD8\":\"Teilnehmerstatus\",\"D2qlBU\":\"Teilnehmer aktualisiert\",\"22BOve\":\"Teilnehmer erfolgreich aktualisiert\",\"x8Vnvf\":\"Ticket des Teilnehmers nicht in dieser Liste enthalten\",\"/Ywywr\":\"Teilnehmer\",\"zLRobu\":\"Teilnehmer eingecheckt\",\"k3Tngl\":\"Teilnehmer exportiert\",\"UoIRW8\":\"Registrierte Teilnehmer\",\"5UbY+B\":\"Teilnehmer mit einem bestimmten Ticket\",\"4HVzhV\":\"Teilnehmer:\",\"HVkhy2\":\"Attributionsanalyse\",\"dMMjeD\":\"Attributionsaufschlüsselung\",\"1oPDuj\":\"Attributionswert\",\"cHfbVT\":\"Zielgruppe\",\"DBHTm/\":\"August\",\"JgREph\":\"Auto-Angebot ist aktiviert\",\"V7Tejz\":\"Warteliste automatisch verarbeiten\",\"PZ7FTW\":\"Wird automatisch basierend auf der Hintergrundfarbe erkannt, kann aber überschrieben werden\",\"zlnTuI\":\"Automatisch Tickets der nächsten Person anbieten, wenn Kapazität verfügbar wird. Wenn deaktiviert, können Sie die Warteliste manuell von der Wartelisten-Seite aus bearbeiten.\",\"csDS2L\":\"Verfügbar\",\"Xp+ywP\":\"Verfügbar, sobald die Zahlung abgeschlossen ist\",\"dwDH1K\":[\"Verfügbare Uhrzeiten am \",[\"dayName\"]],\"clF06r\":\"Zur Erstattung verfügbar\",\"NB5+UG\":\"Verfügbare Token\",\"L+wGOG\":\"Ausstehend\",\"qcw2OD\":\"Zahlung ausstehend\",\"kNmmvE\":\"Awesome Events GmbH\",\"TeSaQO\":\"Zurück zu Konten\",\"kYqM1A\":\"Zurück zum Event\",\"s5QRF3\":\"Zurück zu Nachrichten\",\"td/bh+\":\"Zurück zu Berichten\",\"nsm7BA\":\"Zurück zur Suche\",\"imjKVx\":\"Bankkonto verbunden\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"Der Banner-Inhalt darf höchstens 200 Zeichen lang sein\",\"p2OLF3\":\"Grundpreis\",\"D9LTCH\":\"Grundpreis\",\"hviJef\":\"Basiert auf dem globalen Verkaufszeitraum oben, nicht pro Termin\",\"jIPNJG\":\"Grundinformationen\",\"lINGcL\":\"Da dieses Konto abgeschlossene Bestellungen hat, werden Transaktionsdaten (Beträge, Daten und Rechnungsdetails) in anonymisierter Form für rechtliche und steuerliche Zwecke aufbewahrt. Alle personenbezogenen Daten werden dauerhaft entfernt.\",\"UabgBd\":\"Inhalt ist erforderlich\",\"HWXuQK\":\"Setzen Sie ein Lesezeichen für diese Seite, um Ihre Bestellung jederzeit zu verwalten.\",\"CUKVDt\":\"Gestalten Sie Ihre Tickets mit einem individuellen Logo, Farben und einer Fußzeilennachricht.\",\"4BZj5p\":\"Integrierter Betrugsschutz\",\"cr7kGH\":\"Sammelbearbeitung\",\"1Fbd6n\":\"Termine sammelbearbeiten\",\"Eq6Tu9\":\"Sammelaktualisierung fehlgeschlagen.\",\"9N+p+g\":\"Geschäftlich\",\"SWnN1L\":\"Geschäftsadresse\",\"kQekXw\":\"Firmenname\",\"3W/QV7\":\"Button-Beschriftung\",\"bv6RXK\":\"Schaltflächenbeschriftung\",\"ChDLlO\":\"Schaltflächentext\",\"MOht10\":\"Button-URL\",\"BUe8Wj\":\"Käufer zahlt\",\"DkL8mp\":\"Käufer können diese beim Checkout zu ihrer Bestellung hinzufügen, wenn sie dieses Produkt auswählen.\",\"qF1qbA\":\"Käufer sehen einen klaren Preis. Die Plattformgebühr wird von Ihrer Auszahlung abgezogen.\",\"dg05rc\":\"Durch das Hinzufügen von Tracking-Pixeln bestätigen Sie, dass Sie und diese Plattform gemeinsam Verantwortliche für die erhobenen Daten sind. Sie sind dafür verantwortlich, eine rechtmäßige Grundlage für diese Verarbeitung gemäß den geltenden Datenschutzgesetzen (DSGVO, CCPA usw.) sicherzustellen.\",\"DFqasq\":[\"Durch Fortfahren stimmen Sie den <0>\",[\"0\"],\" Nutzungsbedingungen zu\"],\"CetOZE\":\"Nach Tickettyp\",\"lFdbRS\":\"Anwendungsgebühren umgehen\",\"AjVXBS\":\"Kalender\",\"2VLZwd\":\"Aktionsschaltfläche\",\"rT2cV+\":\"Kamera\",\"7hYa9y\":\"Die Kameraberechtigung wurde verweigert. <0>Berechtigung erneut anfragen oder erlauben Sie dieser Seite den Kamerazugriff in Ihren Browsereinstellungen.\",\"D02dD9\":\"Kampagne\",\"RRPA79\":\"Check-in nicht möglich\",\"OcVwAd\":[[\"count\"],\" Termin(e) absagen\"],\"H4nE+E\":\"Alle Produkte stornieren und in den Pool zurückgeben\",\"Py78q9\":\"Termin absagen\",\"lUjTpS\":\"Löschung abbrechen\",\"5YkF5G\":\"Löschantrag abbrechen\",\"tOXAdc\":\"Das Stornieren wird alle mit dieser Bestellung verbundenen Teilnehmer stornieren und die Tickets in den verfügbaren Pool zurückgeben.\",\"FPpqc7\":[[\"0\"],\" Termin(e) werden abgesagt. Dies kann einen Moment dauern.\"],\"01sEfm\":\"Die Standardkonfiguration des Systems kann nicht gelöscht werden\",\"VsM1HH\":\"Kapazitätszuweisungen\",\"9bIMVF\":\"Kapazitätsverwaltung\",\"H7K8og\":\"Die Kapazität muss 0 oder größer sein\",\"nzao08\":\"Kapazitätsänderungen\",\"4cp9NP\":\"Genutzte Kapazität\",\"K7tIrx\":\"Kategorie\",\"DRK3Bq\":\"Kategorie erfolgreich gelöscht\",\"o+XJ9D\":\"Ändern\",\"kJkjoB\":\"Dauer ändern\",\"J0KExZ\":\"Teilnehmerlimit ändern\",\"ssospy\":\"Uhrzeit ändern\",\"CIHJJf\":\"Wartelisten-Einstellungen ändern\",\"B5icLR\":[\"Dauer für \",[\"count\"],\" Termin(e) geändert\"],\"Kb+0BT\":\"Zahlungen\",\"2tbLdK\":\"Wohltätigkeit\",\"BPWGKn\":\"Einchecken\",\"6uFFoY\":\"Auschecken\",\"FjAlwK\":[\"Schauen Sie sich diese Veranstaltung an: \",[\"0\"]],\"v4fiSg\":\"Überprüfen Sie Ihre E-Mail\",\"51AsAN\":\"Überprüfen Sie Ihren Posteingang! Wenn Tickets mit dieser E-Mail verknüpft sind, erhalten Sie einen Link, um sie anzuzeigen.\",\"Y3FYXy\":\"Check-in\",\"udRwQs\":\"Check-in erstellt\",\"F4SRy3\":\"Check-in gelöscht\",\"as6XfO\":[\"Check-in für \",[\"0\"],\" wurde rückgängig gemacht\"],\"9s/wrQ\":\"Check-in-Verlauf\",\"Wwztk4\":\"Check-in-Liste\",\"9gPPUY\":\"Check-In-Liste erstellt!\",\"dwjiJt\":\"Infos zur Check-in-Liste\",\"7od0PV\":\"Check-in-Listen\",\"f2vU9t\":\"Check-in-Listen\",\"XprdTn\":\"Check-in-Navigation\",\"5tV1in\":\"Check-in-Fortschritt\",\"SHJwyq\":\"Check-in-Rate\",\"qCqdg6\":\"Check-In-Status\",\"cKj6OE\":\"Check-in-Übersicht\",\"7B5M35\":\"Check-Ins\",\"VrmydS\":\"Eingecheckt\",\"DM4gBB\":\"Chinesisch (Traditionell)\",\"p8Jvp4\":\"Konfiguration wählen\",\"ElShBO\":\"Andere Aktion wählen\",\"pHEhf+\":\"Wählen Sie eine Schriftart, die zu Ihrer Marke passt. Schriften werden selbst über Bunny Fonts gehostet.\",\"Zok1Gx\":\"Veranstalter wählen\",\"pkk46Q\":\"Wählen Sie einen Veranstalter\",\"Ag32+c\":\"Anderen Termin wählen\",\"Crr3pG\":\"Kalender auswählen\",\"Z38ZJu\":\"Wählen Sie, wie das Veranstaltungsdatum auf dem Ticket angezeigt wird\",\"LAW8Vb\":\"Wählen Sie die Standardeinstellung für neue Veranstaltungen. Dies kann für einzelne Veranstaltungen überschrieben werden.\",\"pjp2n5\":\"Wählen Sie, wer die Plattformgebühr zahlt. Dies hat keine Auswirkungen auf zusätzliche Gebühren, die Sie in Ihren Kontoeinstellungen konfiguriert haben.\",\"xCJdfg\":\"Zurücksetzen\",\"QyOWu9\":\"Ort löschen – Standard der Veranstaltung verwenden\",\"V8yTm6\":\"Suche löschen\",\"kmnKnX\":\"Durch das Löschen wird jede terminspezifische Abweichung entfernt. Betroffene Termine verwenden wieder den Standardort der Veranstaltung.\",\"/o+aQX\":\"Zum Absagen klicken\",\"gD7WGV\":\"Klicken, um wieder für den Verkauf zu öffnen\",\"CySr+W\":\"Klicken, um Notizen anzuzeigen\",\"RG3szS\":\"schließen\",\"RWw9Lg\":\"Modal schließen\",\"XwdMMg\":\"Code darf nur Buchstaben, Zahlen, Bindestriche und Unterstriche enthalten\",\"+yMJb7\":\"Code ist erforderlich\",\"m9SD3V\":\"Code muss mindestens 3 Zeichen lang sein\",\"V1krgP\":\"Code darf maximal 20 Zeichen lang sein\",\"psqIm5\":\"Arbeiten Sie mit Ihrem Team zusammen, um gemeinsam großartige Veranstaltungen zu gestalten.\",\"4bUH9i\":\"Erfassen Sie Teilnehmerdetails für jedes gekaufte Ticket.\",\"TkfG8v\":\"Details pro Bestellung erfassen\",\"96ryID\":\"Details pro Ticket erfassen\",\"FpsvqB\":\"Farbmodus\",\"jEu4bB\":\"Spalten\",\"CWk59I\":\"Comedy\",\"rPA+Gc\":\"Kommunikationseinstellungen\",\"zFT5rr\":\"abgeschlossen\",\"bUQMpb\":\"Stripe-Einrichtung abschließen\",\"744BMm\":\"Vervollständigen Sie Ihre Bestellung, um Ihre Tickets zu sichern. Dieses Angebot ist zeitlich begrenzt, warten Sie also nicht zu lange.\",\"5YrKW7\":\"Schließen Sie Ihre Zahlung ab, um Ihre Tickets zu sichern.\",\"xGU92i\":\"Vervollständigen Sie Ihr Profil, um dem Team beizutreten.\",\"QOhkyl\":\"Verfassen\",\"ih35UP\":\"Konferenzzentrum\",\"ywFj2D\":\"Konfiguration\",\"WTw0bB\":\"Konfiguration zugewiesen\",\"X1zdE7\":\"Konfiguration erfolgreich erstellt\",\"mLBUMQ\":\"Konfiguration erfolgreich gelöscht\",\"UIENhw\":\"Konfigurationsnamen sind für Endbenutzer sichtbar. Feste Gebühren werden zum aktuellen Wechselkurs in die Bestellwährung umgerechnet.\",\"eeZdaB\":\"Konfiguration erfolgreich aktualisiert\",\"3cKoxx\":\"Konfigurationen\",\"8v2LRU\":\"Konfigurieren Sie Veranstaltungsdetails, Standort, Bezahloptionen und E-Mail-Benachrichtigungen.\",\"raw09+\":\"Konfigurieren Sie, wie Teilnehmerdetails während des Bezahlvorgangs erfasst werden\",\"FI60XC\":\"Steuern & Gebühren konfigurieren\",\"av6ukY\":\"Legen Sie fest, welche Produkte für diesen Termin verfügbar sind, und passen Sie optional die Preise an.\",\"NGXKG/\":\"E-Mail-Adresse bestätigen\",\"JRQitQ\":\"Neues Passwort bestätigen\",\"Auz0Mz\":\"Bestätigen Sie Ihre E-Mail-Adresse, um alle Funktionen zu nutzen.\",\"7+grte\":\"Bestätigungs-E-Mail gesendet! Bitte überprüfen Sie Ihren Posteingang.\",\"n/7+7Q\":\"Bestätigung gesendet an\",\"x3wVFc\":\"Herzlichen Glückwunsch! Ihre Veranstaltung ist jetzt öffentlich sichtbar.\",\"0W2NQP\":\"Bank verbinden\",\"/K4Vqr\":\"Verbinden Sie Stripe, um Zahlungen zu akzeptieren\",\"nQI4H5\":\"Verbinden Sie Stripe, um die Bearbeitung von E-Mail-Vorlagen zu ermöglichen\",\"LmvZ+E\":\"Stripe verbinden, um Nachrichten zu aktivieren\",\"peBIO+\":\"Verbinden Sie Stripe, um Ticketzahlungen direkt auf Ihr Bankkonto zu erhalten.\",\"DNeN8t\":\"Verbinden Sie Ihre Bank, um Ticketeinnahmen direkt auf Ihr Konto zu erhalten\",\"DARj+w\":\"Falsches Stripe-Konto verbunden? Trennen Sie die Verbindung und beginnen Sie von vorn.\",\"X1y8JF\":\"Für Online-Termine sind Zugangsdaten erforderlich\",\"fjfBOm\":\"Für Online-Veranstaltungen sind Verbindungsdetails erforderlich\",\"jfC/xh\":\"Kontakt\",\"LOFgda\":[\"Kontakt \",[\"0\"]],\"41BQ3k\":\"Kontakt-E-Mail\",\"4b3oEV\":\"Inhalt\",\"13CIgI\":\"Inhalt ist erforderlich\",\"m8WD6t\":\"Einrichtung fortsetzen\",\"0GwUT4\":\"Weiter zur Kasse\",\"sBV87H\":\"Weiter zur Veranstaltungserstellung\",\"nKtyYu\":\"Weiter zum nächsten Schritt\",\"F3/nus\":\"Weiter zur Zahlung\",\"s30OcA\":\"Steuern Sie, wie Termine und Uhrzeiten auf der Veranstaltungsseite angezeigt werden\",\"p2FRHj\":\"Steuern Sie, wie Plattformgebühren für diese Veranstaltung gehandhabt werden\",\"NqfabH\":\"Steuern Sie, wer bei diesem Termin Einlass erhält\",\"fmYxZx\":\"Steuern Sie, wer wann Einlass erhält\",\"1JnTgU\":\"Von oben kopiert\",\"FxVG/l\":\"In die Zwischenablage kopiert\",\"PiH3UR\":\"Kopiert!\",\"4i7smN\":\"Konto-ID kopieren\",\"uUPbPg\":\"Partnerlink kopieren\",\"iVm46+\":\"Code kopieren\",\"cF2ICc\":\"Kundenlink kopieren\",\"+2ZJ7N\":\"Details zum ersten Teilnehmer kopieren\",\"ZN1WLO\":\"E-Mail Kopieren\",\"y1eoq1\":\"Link kopieren\",\"tUGbi8\":\"Meine Daten kopieren an:\",\"y22tv0\":\"Kopieren Sie diesen Link, um ihn überall zu teilen\",\"/4gGIX\":\"In die Zwischenablage kopieren\",\"e0f4yB\":\"Standort konnte nicht gelöscht werden\",\"vkiDx2\":\"Die Sammelaktualisierung konnte nicht vorbereitet werden.\",\"KOavaU\":\"Adressdetails konnten nicht abgerufen werden\",\"/lq4oO\":\"Termin konnte nicht gespeichert werden\",\"mHu0az\":\"Bestätigungs-E-Mail konnte nicht gesendet werden. Bitte versuchen Sie es erneut.\",\"QOIm+S\":\"Die Zahlen umfassen alle bevorstehenden Termine. Jeder Person wird ein Platz für den Termin angeboten, für den sie sich angemeldet hat.\",\"P0rbCt\":\"Titelbild\",\"p4kqHr\":\"Titelbild hinzugefügt\",\"60u+dQ\":\"Das Titelbild wird oben auf Ihrer Veranstaltungsseite angezeigt\",\"2NLjA6\":\"Das Titelbild wird oben auf Ihrer Veranstalterseite angezeigt\",\"GkrqoY\":\"Gilt für alle Tickets\",\"zg4oSu\":[[\"0\"],\"-Vorlage erstellen\"],\"RKKhnW\":\"Erstellen Sie ein individuelles Widget, um Tickets auf Ihrer Website zu verkaufen.\",\"jqhTmw\":\"Liste für diesen Termin erstellen\",\"PhioFp\":\"Erstellen Sie eine neue Check-in-Liste für einen aktiven Termin oder wenden Sie sich an den Veranstalter, wenn Sie glauben, dass dies ein Fehler ist.\",\"yIRev4\":\"Passwort erstellen\",\"j7xZ7J\":\"Erstellen Sie weitere Veranstalter, um separate Marken, Abteilungen oder Veranstaltungsreihen unter einem Konto zu verwalten. Jeder Veranstalter hat eigene Veranstaltungen, Einstellungen und eine öffentliche Seite.\",\"xfKgwv\":\"Partner erstellen\",\"GT/OIA\":\"Erstellen Sie eine Ankündigung, um Ihren Benutzern eine Nachricht anzuzeigen.\",\"tudG8q\":\"Erstellen und konfigurieren Sie Tickets und Merchandise zum Verkauf.\",\"Q4VlI/\":\"Ankündigung erstellen\",\"YAl9Hg\":\"Konfiguration erstellen\",\"BTne9e\":\"Erstellen Sie benutzerdefinierte E-Mail-Vorlagen für diese Veranstaltung, die die Veranstalter-Standards überschreiben\",\"YIDzi/\":\"Benutzerdefinierte Vorlage erstellen\",\"tsGqx5\":\"Termin erstellen\",\"Nc3l/D\":\"Erstellen Sie Rabatte, Zugangscodes für versteckte Tickets und Sonderangebote.\",\"PybJS2\":\"Veranstaltung erstellen\",\"abGAgf\":\"Erstellen Sie weitere Tickets oder Produkte, um sie als Add-ons anzubieten\",\"eWEV9G\":\"Neues Passwort erstellen\",\"utHSNE\":\"Zeitplan erstellen\",\"8AiKIu\":\"Ticket oder Produkt erstellen\",\"/HGmW9\":\"Erstellen Sie verfolgbare Links, um Partner zu belohnen, die Ihre Veranstaltung bewerben.\",\"dkAPxi\":\"Webhook erstellen\",\"5slqwZ\":\"Erstellen Sie Ihre Veranstaltung\",\"JQNMrj\":\"Erstellen Sie Ihre erste Veranstaltung\",\"CCjxOC\":\"Erstellen Sie Ihre erste Veranstaltung, um Tickets zu verkaufen und Teilnehmer zu verwalten.\",\"ZCSSd+\":\"Erstellen Sie Ihre eigene Veranstaltung\",\"qdv10s\":[[\"0\"],\" Termine werden erstellt. Dies kann einen Moment dauern.\"],\"67NsZP\":\"Veranstaltung wird erstellt...\",\"H34qcM\":\"Veranstalter wird erstellt...\",\"1YMS+X\":\"Ihre Veranstaltung wird erstellt, bitte warten\",\"yiy8Jt\":\"Ihr Veranstalterprofil wird erstellt, bitte warten\",\"lfLHNz\":\"CTA-Beschriftung ist erforderlich\",\"0xLR6W\":\"Derzeit zugewiesen\",\"iTvh6I\":\"Derzeit zum Kauf verfügbar\",\"A42Dqn\":\"Individuelles Branding\",\"Guo0lU\":\"Benutzerdefiniertes Datum und Uhrzeit\",\"WDMdn8\":\"Individuelle Fragen\",\"O6mra8\":\"Benutzerdefinierte Fragen\",\"axv/Mi\":\"Benutzerdefinierte Vorlage\",\"2YeVGY\":\"Kundenlink in die Zwischenablage kopiert\",\"QMHSMS\":\"Der Kunde erhält eine E-Mail zur Bestätigung der Erstattung\",\"NihQNk\":\"Kunden\",\"hINN++\":\"Seite anpassen\",\"7gsjkI\":\"Passen Sie die an Ihre Kunden gesendeten E-Mails mit Liquid-Vorlagen an. Diese Vorlagen werden als Standards für alle Veranstaltungen in Ihrer Organisation verwendet.\",\"xJaTUK\":\"Passen Sie Layout, Farben und Branding Ihrer Veranstaltungs-Homepage an.\",\"MXZfGN\":\"Passen Sie die Fragen während des Bezahlvorgangs an, um wichtige Informationen von Ihren Teilnehmern zu sammeln.\",\"iX6SLo\":\"Passen Sie den Text auf dem Weiter-Button an\",\"R8H7yL\":\"Passen Sie den Text der schwebenden Schaltfläche an, die zum Ticketbereich scrollt\",\"pxNIxa\":\"Passen Sie Ihre E-Mail-Vorlage mit Liquid-Vorlagen an\",\"3trPKm\":\"Passen Sie das Erscheinungsbild Ihrer Veranstalterseite an\",\"U0sC6H\":\"Täglich\",\"/gWrVZ\":\"Tägliche Einnahmen, Steuern, Gebühren und Rückerstattungen für alle Veranstaltungen\",\"zgCHnE\":\"Täglicher Verkaufsbericht\",\"nHm0AI\":\"Aufschlüsselung der täglichen Verkäufe, Steuern und Gebühren\",\"1aPnDT\":\"Tanz\",\"pvnfJD\":\"Dunkel\",\"MaB9wW\":\"Terminabsage\",\"e6cAxJ\":\"Termin abgesagt\",\"81jBnC\":\"Termin erfolgreich abgesagt\",\"a/C/6R\":\"Termin erfolgreich erstellt\",\"IW7Q+u\":\"Termin gelöscht\",\"rngCAz\":\"Termin erfolgreich gelöscht\",\"vHbfoQ\":\"Termin reaktiviert\",\"hvah+S\":\"Termin wieder für den Verkauf geöffnet\",\"Ez0YsD\":\"Termin erfolgreich aktualisiert\",\"JxwIlL\":\"Termine\",\"Te33mU\":\"Termine werden einzeln verwaltet\",\"91zCxb\":\"Tage mit Terminen\",\"/ITcnz\":\"Tag\",\"H7OUPr\":\"Tag\",\"JtHrX9\":\"Tag des Monats\",\"J/Upwb\":\"Tage\",\"V3VGYb\":\"Tage des Monats\",\"r6zgGo\":\"Dezember\",\"jbq7j2\":\"Ablehnen\",\"WGD1Al\":\"Verringern\",\"gJY4YL\":\"Menge verringern\",\"ovBPCi\":\"Standard\",\"JtI4vj\":\"Standard-Erfassung von Teilnehmerinformationen\",\"ULjv90\":\"Standardkapazität pro Termin\",\"3R/Tu2\":\"Standard-Gebührenbehandlung\",\"1bZAZA\":\"Standardvorlage wird verwendet\",\"3Biswm\":\"Standardwerte\",\"HNlEFZ\":\"löschen\",\"KpnwJK\":[\"\\\"\",[\"0\"],\"\\\" löschen?\"],\"BlII4o\":[[\"count\"],\" ausgewählte Termine löschen? Termine mit Bestellungen werden übersprungen. Dies kann nicht rückgängig gemacht werden.\"],\"ZDGm40\":\"Konto löschen\",\"vu7gDm\":\"Partner löschen\",\"KZN4Lc\":\"Alle löschen\",\"6EkaOO\":\"Termin löschen\",\"io0G93\":\"Veranstaltung löschen\",\"+jw/c1\":\"Bild löschen\",\"hdyeZ0\":\"Job löschen\",\"xxjZeP\":\"Standort löschen\",\"sY3tIw\":\"Veranstalter löschen\",\"UBv8UK\":\"Endgültig löschen\",\"dPyJ15\":\"Vorlage löschen\",\"IQTR34\":\"Diese Kategorie löschen? Alle darin enthaltenen Produkte werden ebenfalls gelöscht. Dies kann nicht rückgängig gemacht werden.\",\"/1wMxk\":\"Dieses Produkt löschen? Dies kann nicht rückgängig gemacht werden.\",\"mxsm1o\":\"Diese Frage löschen? Dies kann nicht rückgängig gemacht werden.\",\"snMaH4\":\"Webhook löschen\",\"LIZZLY\":[[\"0\"],\" Termin(e) gelöscht\"],\"loLVyU\":\"Gelöschtes Konto\",\"IlUuGb\":\"Beim Löschen Ihres Kontos wird es sofort deaktiviert: Alle veröffentlichten Veranstaltungen werden zurückgezogen und der Zugriff wird gesperrt. Nach einer 30-tägigen Frist wird die Löschung endgültig. Sie können innerhalb dieser 30 Tage jederzeit abbrechen.\",\"nMdIuB\":\"Löschung zur Ausführung eingereiht\",\"/U002t\":\"Löschantrag abgebrochen\",\"PBA62s\":\"Löschanträge\",\"7w0Wev\":\"Beschreibung und Veranstaltungsort hinzugefügt\",\"vYgeDk\":\"Alle abwählen\",\"NvuEhl\":\"Designelemente\",\"H8kMHT\":\"Code nicht erhalten?\",\"G8KNgd\":\"Anderer Ort\",\"E/QGRL\":\"Deaktiviert\",\"bzSI52\":\"Verwerfen\",\"0EcUWz\":\"Änderungen verwerfen?\",\"+K0AvT\":\"Trennen\",\"cALvbl\":\"Stripe-Konto trennen\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Ankündigung ausblenden\",\"nZJ8tu\":\"Einrichtungs-Checkliste ausblenden\",\"QotGhf\":\"Diese Nachricht schließen\",\"J6hrEy\":\"Ausgeblendet\",\"BREO0S\":\"Zeigen Sie ein Kontrollkästchen an, mit dem Kunden dem Erhalt von Marketing-Mitteilungen von diesem Veranstalter zustimmen können.\",\"HtaSQp\":\"Zeigt an, wie viele Plätze an jedem Termin im Ticket-Widget noch frei sind. Sie können dies für einzelne Termine überschreiben.\",\"pfa8F0\":\"Anzeigename\",\"Kdpf90\":\"Nicht vergessen!\",\"352VU2\":\"Haben Sie noch kein Konto? <0>Registrieren\",\"AXXqG+\":\"Spende\",\"DPfwMq\":\"Fertig\",\"JoPiZ2\":\"Anweisungen für das Einlasspersonal\",\"2+O9st\":\"Laden Sie Verkaufs-, Teilnehmer- und Finanzberichte für alle abgeschlossenen Bestellungen herunter.\",\"eneWvv\":\"Entwurf\",\"Ts8hhq\":\"Aufgrund des hohen Spam-Risikos müssen Sie ein Stripe-Konto verbinden, bevor Sie E-Mail-Vorlagen ändern können. Dies dient dazu sicherzustellen, dass alle Veranstalter verifiziert und rechenschaftspflichtig sind.\",\"TnzbL+\":\"Aufgrund des hohen Spam-Risikos müssen Sie ein Stripe-Konto verbinden, bevor Sie Nachrichten an Teilnehmer senden können.\\nDies dient dazu, sicherzustellen, dass alle Veranstalter verifiziert und rechenschaftspflichtig sind.\",\"euc6Ns\":\"Duplizieren\",\"YueC+F\":\"Termin duplizieren\",\"KRmTkx\":\"Produkt duplizieren\",\"Jd3ymG\":\"Die Dauer muss mindestens 1 Minute betragen.\",\"KIjvtr\":\"Niederländisch\",\"22xieU\":\"z.B. 180 (3 Stunden)\",\"MCx4ov\":\"z. B. Mehr erfahren\",\"/zajIE\":\"z. B. Vormittagstermin\",\"XDHATF\":\"z. B. Neue Funktion: Wartelisten\",\"tAtvUj\":\"z. B. Geplante Wartung diesen Samstag von 2–4 Uhr UTC\",\"SPKbfM\":\"z.\u202FB. Tickets kaufen, Jetzt registrieren\",\"fc7wGW\":\"z.B. Wichtiges Update zu Ihren Tickets\",\"54MPqC\":\"z.B. Standard, Premium, Enterprise\",\"3RQ81z\":\"Jede Person erhält eine E-Mail mit einem reservierten Platz, um den Kauf abzuschließen.\",\"Xfsjel\":\"Jedes Produkt\",\"5oD9f/\":\"Früher\",\"LTzmgK\":[[\"0\"],\"-Vorlage bearbeiten\"],\"v4+lcZ\":\"Partner bearbeiten\",\"ndNHsK\":\"Ankündigung bearbeiten\",\"2iZEz7\":\"Antwort bearbeiten\",\"t2bbp8\":\"Teilnehmer bearbeiten\",\"etaWtB\":\"Teilnehmerdetails bearbeiten\",\"+guao5\":\"Konfiguration bearbeiten\",\"1Mp/A4\":\"Termin bearbeiten\",\"m0ZqOT\":\"Standort bearbeiten\",\"8oivFT\":\"Standort bearbeiten\",\"vRWOrM\":\"Bestelldetails bearbeiten\",\"pHm0k9\":\"Zeitplan bearbeiten\",\"fW5sSv\":\"Webhook bearbeiten\",\"nP7CdQ\":\"Webhook bearbeiten\",\"MRZxAn\":\"Bearbeitet\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Bildung\",\"iiWXDL\":\"Berechtigungsfehler\",\"zPiC+q\":\"Berechtigte Check-In-Listen\",\"SiVstt\":\"E-Mails & geplante Nachrichten\",\"V2sk3H\":\"E-Mail & Vorlagen\",\"hbwCKE\":\"E-Mail-Adresse in Zwischenablage kopiert\",\"dSyJj6\":\"E-Mail-Adressen stimmen nicht überein\",\"elW7Tn\":\"E-Mail-Inhalt\",\"ZsZeV2\":\"E-Mail ist erforderlich\",\"Be4gD+\":\"E-Mail-Vorschau\",\"6IwNUc\":\"E-Mail-Vorlagen\",\"H/UMUG\":\"E-Mail-Verifizierung erforderlich\",\"PLEl94\":\"E-Mail bestätigt\",\"L86zy2\":\"E-Mail erfolgreich verifiziert!\",\"FSN4TS\":\"Widget einbetten\",\"z9NkYY\":\"Einbettbares Widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Für Modals ist ein Emoji erforderlich\",\"Qj0GKe\":\"Teilnehmer-Selbstbedienung aktivieren\",\"hEtQsg\":\"Teilnehmer-Selbstbedienung standardmäßig aktivieren\",\"Upeg/u\":\"Diese Vorlage für das Senden von E-Mails aktivieren\",\"7dSOhU\":\"Warteliste aktivieren\",\"RxzN1M\":\"Aktiviert\",\"sGjBEq\":\"Enddatum & -zeit (optional)\",\"PKXt9R\":\"Das Enddatum muss nach dem Startdatum liegen\",\"vTL8gi\":\"Endzeit\",\"48Y16Q\":\"Endzeit (optional)\",\"TbaYrr\":[\"Beendet \",[\"0\"]],\"CFgwiw\":[\"Endet \",[\"0\"]],\"SqOIQU\":\"Geben Sie eine Kapazität ein oder wählen Sie unbegrenzt.\",\"h37gRz\":\"Geben Sie eine Bezeichnung ein oder entfernen Sie sie.\",\"7YZofi\":\"Geben Sie einen Betreff und Inhalt ein, um die Vorschau zu sehen\",\"khyScF\":\"Geben Sie an, um wie viel Zeit verschoben werden soll.\",\"SKx/0u\":\"Geben Sie einen Veranstaltungsortnamen oder eine Adresse ein\",\"ppwojw\":\"Geben Sie für Präsenzveranstaltungen einen Veranstaltungsort oder eine Adresse ein\",\"j+eCIq\":\"Adresse manuell eingeben\",\"3bR1r4\":\"Partner-E-Mail eingeben (optional)\",\"ARkzso\":\"Partnername eingeben\",\"ej4L8b\":\"Kapazität eingeben\",\"6KnyG0\":\"E-Mail eingeben\",\"INDKM9\":\"E-Mail-Betreff eingeben...\",\"xUgUTh\":\"Vornamen eingeben\",\"9/1YKL\":\"Nachnamen eingeben\",\"VpwcSk\":\"Neues Passwort eingeben\",\"kWg31j\":\"Eindeutigen Partnercode eingeben\",\"C3nD/1\":\"Geben Sie Ihre E-Mail-Adresse ein\",\"VmXiz4\":\"Geben Sie Ihre E-Mail-Adresse ein und wir senden Ihnen Anweisungen zum Zurücksetzen Ihres Passworts.\",\"n9V+ps\":\"Geben Sie Ihren Namen ein\",\"IdULhL\":\"Geben Sie Ihre Umsatzsteuer-Identifikationsnummer mit Ländercode ohne Leerzeichen ein (z.B. IE1234567A, DE123456789)\",\"RRlWVA\":\"Gesamte Bestellung\",\"o21Y+P\":\"Einträge\",\"X88/6w\":\"Einträge erscheinen hier, wenn Kunden sich auf die Warteliste für ausverkaufte Produkte setzen.\",\"LslKhj\":\"Fehler beim Laden der Protokolle\",\"BkEWfd\":\"Esc zum Schließen\",\"VCNHvW\":\"Veranstaltung archiviert\",\"ZD0XSb\":\"Veranstaltung erfolgreich archiviert\",\"WgD6rb\":\"Veranstaltungskategorie\",\"b46pt5\":\"Veranstaltungs-Titelbild\",\"NAUIJ7\":\"Veranstaltung erstellt\",\"1b77ID\":\"Veranstaltung erstellt\",\"1Hzev4\":\"Event-benutzerdefinierte Vorlage\",\"+v+GW0\":\"Anzeige des Veranstaltungsdatums\",\"7u9/DO\":\"Veranstaltung erfolgreich gelöscht\",\"imgKgl\":\"Veranstaltungsbeschreibung\",\"IzR/Fc\":\"Gesamte Laufzeit\",\"PYs3rP\":\"Veranstaltungsname\",\"HhwcTQ\":\"Veranstaltungsname\",\"WZZzB6\":\"Veranstaltungsname ist erforderlich\",\"Wd5CDM\":\"Der Veranstaltungsname sollte weniger als 150 Zeichen lang sein\",\"4JzCvP\":\"Veranstaltung nicht verfügbar\",\"mImacG\":\"Veranstaltungsseite\",\"Hk9Ki/\":\"Veranstaltung erfolgreich wiederhergestellt\",\"JyD0LH\":\"Veranstaltungseinstellungen\",\"XVLu2v\":\"Veranstaltungstitel\",\"OfmsI9\":\"Event zu neu\",\"4SILkp\":\"Gesamtwerte der Veranstaltung\",\"YDVUVl\":\"Ereignistypen\",\"+HeiVx\":\"Veranstaltung aktualisiert\",\"19j6uh\":\"Veranstaltungsleistung\",\"PC3/fk\":\"Veranstaltungen, die in den nächsten 24 Stunden beginnen\",\"CRsuq4\":\"Alle\",\"nwiZdc\":[\"Alle \",[\"0\"]],\"B2jjf8\":[\"Alle \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Alle \",[\"0\"],\" Tage\"],\"yLiYx+\":[\"Alle \",[\"0\"],\" Monate\"],\"nn9ice\":[\"Alle \",[\"0\"],\" Wochen\"],\"Cdr8f9\":[\"Alle \",[\"0\"],\" Wochen am \",[\"1\"]],\"GVEHRk\":[\"Alle \",[\"0\"],\" Jahre\"],\"XlRpgq\":[\"Jede(n) \",[\"cadenceUnit\"]],\"fTFfOK\":\"Jede E-Mail-Vorlage muss eine Aktionsschaltfläche enthalten, die zur entsprechenden Seite verlinkt\",\"hHTPiT\":\"Alles Übrige – zum Bearbeiten tippen\",\"BVinvJ\":\"Beispiele: \\\"Wie haben Sie von uns erfahren?\\\", \\\"Firmenname für Rechnung\\\"\",\"2hGPQG\":\"Beispiele: \\\"T-Shirt-Größe\\\", \\\"Essenspräferenz\\\", \\\"Berufsbezeichnung\\\"\",\"qNuTh3\":\"Ausnahme\",\"aW/bzJ\":\"Löschung ausführen\",\"CtAcQ7\":\"Löschung jetzt ausführen\",\"xj4fwT\":\"Jetzt ausführen\",\"M1RnFv\":\"Abgelaufen\",\"kF8HQ7\":\"Antworten exportieren\",\"2KAI4N\":\"CSV exportieren\",\"JKfSAv\":\"Export fehlgeschlagen. Bitte versuchen Sie es erneut.\",\"SVOEsu\":\"Export gestartet. Datei wird vorbereitet...\",\"wuyaZh\":\"Export erfolgreich\",\"9bpUSo\":\"Partner werden exportiert\",\"jtrqH9\":\"Teilnehmer werden exportiert\",\"R4Oqr8\":\"Export abgeschlossen. Datei wird heruntergeladen...\",\"UlAK8E\":\"Bestellungen werden exportiert\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Fehlgeschlagen\",\"8uOlgz\":\"Fehlgeschlagen am\",\"tKcbYd\":\"Fehlgeschlagene Jobs\",\"SsI9v/\":\"Bestellung konnte nicht abgebrochen werden. Bitte versuchen Sie es erneut.\",\"LdPKPR\":\"Konfiguration konnte nicht zugewiesen werden\",\"PO0cfn\":\"Termin konnte nicht abgesagt werden\",\"YUX+f+\":\"Termine konnten nicht abgesagt werden\",\"SIHgVQ\":\"Nachricht konnte nicht abgebrochen werden\",\"cEFg3R\":\"Partner konnte nicht erstellt werden\",\"dVgNF1\":\"Konfiguration konnte nicht erstellt werden\",\"fAoRRJ\":\"Terminplan konnte nicht erstellt werden\",\"4yLYTb\":\"Der Zeitplan konnte nicht erstellt werden. Bitte versuchen Sie es erneut.\",\"U66oUa\":\"Vorlage konnte nicht erstellt werden\",\"+RTkEY\":\"Ankündigung konnte nicht gelöscht werden\",\"aFk48v\":\"Konfiguration konnte nicht gelöscht werden\",\"n1CYMH\":\"Termin konnte nicht gelöscht werden\",\"KXv+Qn\":\"Termin konnte nicht gelöscht werden. Möglicherweise liegen bereits Bestellungen vor.\",\"JJ0uRo\":\"Termine konnten nicht gelöscht werden\",\"rgoBnv\":\"Fehler beim Löschen der Veranstaltung\",\"Zw6LWb\":\"Job konnte nicht gelöscht werden\",\"tq0abZ\":\"Jobs konnten nicht gelöscht werden\",\"2mkc3c\":\"Fehler beim Löschen des Veranstalters\",\"5E23qd\":\"Produkt konnte nicht gelöscht werden. Bitte versuchen Sie es erneut.\",\"vKMKnu\":\"Frage konnte nicht gelöscht werden\",\"xFj7Yj\":\"Vorlage konnte nicht gelöscht werden\",\"jo3Gm6\":\"Partner konnten nicht exportiert werden\",\"Jjw03p\":\"Fehler beim Export der Teilnehmer\",\"ZPwFnN\":\"Fehler beim Export der Bestellungen\",\"zGE3CH\":\"Export des Berichts fehlgeschlagen. Bitte versuchen Sie es erneut.\",\"lS9/aZ\":\"Empfänger konnten nicht geladen werden\",\"X4o0MX\":\"Webhook konnte nicht geladen werden\",\"ETcU7q\":\"Platz konnte nicht angeboten werden\",\"5670b9\":\"Tickets konnten nicht angeboten werden\",\"e5KIbI\":\"Termin konnte nicht reaktiviert werden\",\"7zyx8a\":\"Entfernen von der Warteliste fehlgeschlagen\",\"A/P7PX\":\"Abweichung konnte nicht entfernt werden\",\"ogWc1z\":\"Termin konnte nicht wieder geöffnet werden\",\"0+iwE5\":\"Fragen konnten nicht neu sortiert werden\",\"EJPAcd\":\"Bestellbestätigung konnte nicht erneut gesendet werden\",\"DjSbj3\":\"Ticket konnte nicht erneut gesendet werden\",\"YQ3QSS\":\"Bestätigungscode konnte nicht erneut gesendet werden\",\"wDioLj\":\"Job konnte nicht wiederholt werden\",\"DKYTWG\":\"Jobs konnten nicht wiederholt werden\",\"WRREqF\":\"Abweichung konnte nicht gespeichert werden\",\"sj/eZA\":\"Preisabweichung konnte nicht gespeichert werden\",\"780n8A\":\"Produkteinstellungen konnten nicht gespeichert werden\",\"zTkTF3\":\"Vorlage konnte nicht gespeichert werden\",\"l6acRV\":\"Fehler beim Speichern der Umsatzsteuereinstellungen. Bitte versuchen Sie es erneut.\",\"T6B2gk\":\"Nachricht konnte nicht gesendet werden. Bitte versuchen Sie es erneut.\",\"lKh069\":\"Exportauftrag konnte nicht gestartet werden\",\"t/KVOk\":\"Fehler beim Starten der Identitätswechsel. Bitte versuchen Sie es erneut.\",\"QXgjH0\":\"Fehler beim Beenden der Identitätswechsel. Bitte versuchen Sie es erneut.\",\"i0QKrm\":\"Partner konnte nicht aktualisiert werden\",\"NNc33d\":\"Fehler beim Aktualisieren der Antwort.\",\"E9jY+o\":\"Teilnehmer konnte nicht aktualisiert werden\",\"uQynyf\":\"Konfiguration konnte nicht aktualisiert werden\",\"i2PFQJ\":\"Fehler beim Aktualisieren des Veranstaltungsstatus\",\"EhlbcI\":\"Aktualisierung der Messaging-Stufe fehlgeschlagen\",\"rpGMzC\":\"Bestellung konnte nicht aktualisiert werden\",\"T2aCOV\":\"Fehler beim Aktualisieren des Veranstalterstatus\",\"Eeo/Gy\":\"Einstellung konnte nicht aktualisiert werden\",\"kqA9lY\":\"Umsatzsteuer-Einstellungen konnten nicht aktualisiert werden\",\"nkNfWu\":\"Fehler beim Hochladen des Bildes. Bitte versuchen Sie es erneut.\",\"rxy0tG\":\"E-Mail konnte nicht verifiziert werden\",\"QRUpCk\":\"Familie\",\"5LO38w\":\"Schnelle Auszahlungen auf Ihr Bankkonto\",\"4lgLew\":\"Februar\",\"9bHCo2\":\"Gebührungswährung\",\"/sV91a\":\"Gebührenbehandlung\",\"K4dKSP\":\"Gebührenabweichung gespeichert\",\"LyUWXA\":\"Gebühren umgangen\",\"cf35MA\":\"Festival\",\"pAey+4\":\"Datei ist zu groß. Maximale Größe beträgt 5MB.\",\"VejKUM\":\"Füllen Sie zuerst Ihre Daten oben aus\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Teilnehmer filtern\",\"8OvVZZ\":\"Teilnehmer filtern\",\"N/H3++\":\"Nach Termin filtern\",\"mvrlBO\":\"Nach Veranstaltung filtern\",\"g+xRXP\":\"Stripe-Einrichtung abschließen\",\"LHH461\":\"Einrichtung abschließen\",\"syyeb9\":\"Erster\",\"Vj6wk9\":\"Erste 30 Tage\",\"/bpZYb\":\"Erste 7 Tage\",\"ziEnjY\":\"Erste 90 Tage\",\"1vBhpG\":\"Ersten Teilnehmer\",\"4pwejF\":\"Vorname ist erforderlich\",\"rVogsf\":\"Beheben Sie die Probleme, um zu veröffentlichen\",\"3lkYdQ\":\"Fixgebühr\",\"6bBh3/\":\"Feste Gebühr\",\"zWqUyJ\":\"Feste Gebühr pro Transaktion\",\"LWL3Bs\":\"Feste Gebühr muss 0 oder größer sein\",\"0RI8m4\":\"Blitz aus\",\"q0923e\":\"Blitz an\",\"X+U6/w\":\"Schriftart\",\"lWxAUo\":\"Essen & Trinken\",\"nFm+5u\":\"Fußzeilentext\",\"sQv06Y\":\"für\",\"NTzcRQ\":\"Für eine Anzahl an Terminen\",\"a8nooQ\":\"Vierter\",\"xVhQZV\":\"Fr\",\"39y5bn\":\"Freitag\",\"ejVYRQ\":\"Vom\",\"hGDVDa\":[\"Ab \",[\"0\"]],\"+dBe1R\":[\"Ab \",[\"start\"]],\"1dv+MO\":[\"vom \",[\"start\"],\" bis \",[\"end\"]],\"l82hjf\":[\"ab \",[\"start\"],\", für \",[\"count\"],\" Termine\"],\"f5UbZ0\":\"Volle Datenhoheit\",\"cfvx/y\":\"Gesamte Veranstaltung\",\"MY2SVM\":\"Vollständige Erstattung\",\"PGQLdy\":\"zukünftig\",\"8N/j1s\":\"Nur zukünftige Termine\",\"yRx/6K\":\"Zukünftige Termine werden kopiert, die Kapazität wird auf null zurückgesetzt\",\"T02gNN\":\"Allgemeiner Eintritt\",\"3ep0Gx\":\"Allgemeine Informationen über Ihren Veranstalter\",\"ziAjHi\":\"Generieren\",\"exy8uo\":\"Code generieren\",\"4CETZY\":\"Wegbeschreibung\",\"pjkEcB\":\"Auszahlung einrichten\",\"lGYzP6\":\"Zahlungen mit Stripe erhalten\",\"ZDIydz\":\"Erste Schritte\",\"u6FPxT\":\"Tickets erhalten\",\"2ohvu7\":\"Text für „Tickets erhalten“-Schaltfläche\",\"8KDgYV\":\"Bereiten Sie Ihre Veranstaltung vor\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Zurück\",\"sr0UJD\":\"Zurück\",\"oNL5vN\":\"Zur Eventseite\",\"gHSuV/\":\"Zur Startseite gehen\",\"8+Cj55\":\"Zum Terminplan\",\"6nDzTl\":\"Gute Lesbarkeit\",\"76gPWk\":\"Verstanden\",\"CZXzs4\":\"Griechisch\",\"aGWZUr\":\"Bruttoeinnahmen\",\"n8IUs7\":\"Bruttoeinnahmen\",\"O1wAlQ\":\"Gast\",\"LIYoRQ\":\"Gästeverwaltung\",\"NUsTc4\":\"Läuft gerade\",\"S2Y4aO\":\"Endgültig löschen\",\"kTSQej\":[\"Hallo \",[\"0\"],\", verwalten Sie Ihre Plattform von hier aus.\"],\"URTkcd\":\"Helfen Sie uns, besser zu werden, indem Sie uns mitteilen, warum Sie gehen\",\"dORAcs\":\"Hier sind alle Tickets, die mit Ihrer E-Mail-Adresse verknüpft sind.\",\"g+2103\":\"Hier ist Ihr Partnerlink\",\"bVsnqU\":\"Hallo,\",\"/iE8xx\":\"Hi.Events Gebühr\",\"zppscQ\":\"Hi.Events Plattformgebühren und MwSt.-Aufschlüsselung nach Transaktion\",\"D+zLDD\":\"Verborgen\",\"cZO505\":[\"Verborgen – Verkauf endete \",[\"end\"],\".\"],\"DRErHC\":\"Vor Teilnehmern verborgen - nur für Veranstalter sichtbar\",\"9zfvsx\":\"Für alle verborgen\",\"nMfkJW\":\"Für alle verborgen – der zentrale Schalter zum Ausblenden ist aktiviert.\",\"NNnsM0\":\"Erweiterte Optionen ausblenden\",\"P+5Pbo\":\"Antworten ausblenden\",\"VMlRqi\":\"Details ausblenden\",\"NQgWuh\":\"Vorschau ausblenden\",\"uXNYjR\":\"Ausverkaufte Termine und Uhrzeiten ausblenden\",\"g9RcYX\":\"Datum ausblenden\",\"uMwTx7\":\"Diese Kategorie ausblenden?\",\"LLt2UT\":\"Blendet Ausverkauftes aus\",\"gtEbeW\":\"Hervorheben\",\"NF8sdv\":\"Hervorhebungsnachricht\",\"MXSqmS\":\"Dieses Produkt hervorheben\",\"7ER2sc\":\"Hervorgehoben\",\"sq7vjE\":\"Hervorgehobene Produkte haben eine andere Hintergrundfarbe, um sie auf der Event-Seite hervorzuheben.\",\"1+WSY1\":\"Hobbys\",\"yY8wAv\":\"Stunden\",\"49Tkiw\":\"Wie wird der Rabatt angewendet?\",\"sy9anN\":\"Wie lange ein Kunde nach Erhalt eines Angebots Zeit hat, den Kauf abzuschließen. Leer lassen für kein Zeitlimit.\",\"cceMns\":\"Wie die Mehrwertsteuer auf die von uns berechneten Plattformgebühren angewendet wird.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Ungarisch\",\"8Wgd41\":\"Ich bestätige meine Verantwortung als Datenverantwortlicher\",\"O8m7VA\":\"Ich stimme dem Erhalt von E-Mail-Benachrichtigungen zu dieser Veranstaltung zu\",\"YLgdk5\":\"Ich bestätige, dass dies eine Transaktionsnachricht im Zusammenhang mit dieser Veranstaltung ist\",\"4/kP5a\":\"Wenn sich kein neues Tab automatisch geöffnet hat, klicke bitte unten auf die Schaltfläche, um mit dem Checkout fortzufahren.\",\"W/eN+G\":\"Wenn leer, wird die Adresse verwendet, um einen Google Maps-Link zu erstellen\",\"CY3yHL\":\"Wenn aktiviert, wird diese Kategorie öffentlich nicht angezeigt.\",\"iIEaNB\":\"Wenn Sie ein Konto bei uns haben, erhalten Sie eine E-Mail mit Anweisungen zum Zurücksetzen Ihres Passworts.\",\"an5hVd\":\"Bilder\",\"tSVr6t\":\"Identität annehmen\",\"TWXU0c\":\"Benutzer verkörpern\",\"5LAZwq\":\"Identitätswechsel gestartet\",\"IMwcdR\":\"Identitätswechsel beendet\",\"0I0Hac\":\"Wichtiger Hinweis\",\"yD3avI\":\"Wichtig: Wenn Sie Ihre E-Mail-Adresse ändern, wird der Link für den Zugriff auf diese Bestellung aktualisiert. Nach dem Speichern werden Sie zum neuen Bestelllink weitergeleitet.\",\"jT142F\":[\"In \",[\"diffHours\"],\" Stunden\"],\"OoSyqO\":[\"In \",[\"diffMinutes\"],\" Minuten\"],\"PdMhEx\":[\"in den letzten \",[\"0\"],\" Min.\"],\"u7r0G5\":\"Vor Ort – Veranstaltungsort festlegen\",\"/LCAwL\":\"Läuft gerade\",\"5gTmFD\":\"inkl. Gebühren\",\"laL+R0\":\"inkl. Gebühren & Steuern\",\"cXeh90\":\"inkl. Steuern\",\"pxFAp/\":\"Erhöhen\",\"nQMUIO\":\"Menge erhöhen\",\"F1Xp97\":\"Einzelne Teilnehmer\",\"85e6zs\":\"Liquid-Token einfügen\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Sofortige Stripe-Auszahlungen\",\"nbfdhU\":\"Integrationen\",\"I8eJ6/\":\"Interne Notizen zum Ticket des Teilnehmers\",\"B2Tpo0\":\"Ungültige E-Mail\",\"5tT0+u\":\"Ungültiges E-Mail-Format\",\"f9WRpE\":\"Ungültiger Dateityp. Bitte laden Sie ein Bild hoch.\",\"tnL+GP\":\"Ungültige Liquid-Syntax. Bitte korrigieren Sie sie und versuchen Sie es erneut.\",\"N9JsFT\":\"Ungültiges Format der Umsatzsteuer-Identifikationsnummer\",\"g+lLS9\":\"Teammitglied einladen\",\"1z26sk\":\"Teammitglied einladen\",\"KR0679\":\"Teammitglieder einladen\",\"aH6ZIb\":\"Laden Sie Ihr Team ein\",\"Dn4OyV\":\"Eingeladen\",\"IuMGvq\":\"Rechnung\",\"a/bUcL\":\"Sie findet an mehreren Terminen statt\",\"d+Oe9r\":\"Möglicherweise wurde sie zurückgezogen oder entfernt. Bitte prüfen Sie den Link und versuchen Sie es erneut.\",\"Lj7sBL\":\"Italienisch\",\"F5/CBH\":\"Artikel\",\"BzfzPK\":\"Artikel\",\"rjyWPb\":\"Januar\",\"KmWyx0\":\"Job\",\"o5r6b2\":\"Job gelöscht\",\"cd0jIM\":\"Job-Details\",\"ruJO57\":\"Job-Name\",\"YZi+Hu\":\"Job zur Wiederholung eingereiht\",\"nCywLA\":\"Von überall teilnehmen\",\"SNzppu\":\"Warteliste beitreten\",\"dLouFI\":[\"Warteliste beitreten für \",[\"productDisplayName\"]],\"2gMuHR\":\"Beigetreten\",\"u4ex5r\":\"Juli\",\"zeEQd/\":\"Juni\",\"MxjCqk\":\"Suchen Sie nur nach Ihren Tickets?\",\"xOTzt5\":\"gerade eben\",\"0RihU9\":\"Gerade beendet\",\"Brhs/U\":\"Verbindung behalten\",\"4OjqAQ\":\"Weiter bearbeiten\",\"lwO5vw\":[\"Fassen Sie sich kurz — Banner zeigen nur eine Zeile. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Halte mich über Neuigkeiten und Veranstaltungen von \",[\"0\"],\" auf dem Laufenden\"],\"ioFA9i\":\"Behalten Sie den Gewinn.\",\"C/pOUI\":\"Bezeichnung — z. B. Vormittagssession\",\"o66QSP\":\"Bezeichnungsänderungen\",\"RtKKbA\":\"Letzter\",\"DruLRc\":\"Letzte 14 Tage\",\"ve9JTU\":\"Nachname ist erforderlich\",\"h0Q9Iw\":\"Letzte Antwort\",\"gw3Ur5\":\"Zuletzt ausgelöst\",\"FIq1Ba\":\"Später\",\"xvnLMP\":\"Neueste Check-ins\",\"GGFOZD\":\"Lassen Sie „Vom“ auf heute, um sofort zu starten.\",\"N5TErv\":\"Leer lassen für unbegrenzt\",\"L/hDDD\":\"Leer lassen, um diese Check-in-Liste für alle Termine zu verwenden\",\"9Pf3wk\":\"Aktiviert lassen, um alle Tickets der Veranstaltung abzudecken. Deaktivieren, um bestimmte Tickets auszuwählen.\",\"Hq2BzX\":\"Informieren Sie sie über die Änderung\",\"+uexiy\":\"Informieren Sie sie über die Änderungen\",\"exYcTF\":\"Bibliothek\",\"1njn7W\":\"Hell\",\"1qY5Ue\":\"Link abgelaufen oder ungültig\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Links erlaubt\",\"2BBAbc\":\"Liste\",\"dF6vP6\":\"Live\",\"fpMs2Z\":\"LIVE\",\"D9zTjx\":\"Live-Veranstaltungen\",\"a37vfH\":\"Live-Vorschau\",\"C33p4q\":\"Geladene Termine\",\"WdmJIX\":\"Vorschau wird geladen...\",\"IoDI2o\":\"Token werden geladen...\",\"G3Ge9Z\":\"Webhook-Protokolle werden geladen...\",\"NFxlHW\":\"Webhooks werden geladen\",\"E0DoRM\":\"Standort gelöscht\",\"7w8lJU\":\"Standort gespeichert\",\"YsRXDD\":\"Standort aktualisiert\",\"A/kIva\":\"Ortsänderungen\",\"iyZPPR\":\"Standorte\",\"VppBoU\":\"Standorte\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo & Titelbild\",\"gddQe0\":\"Logo und Titelbild für Ihren Veranstalter\",\"TBEnp1\":\"Logo wird in der Kopfzeile angezeigt\",\"Jzu30R\":\"Logo wird auf dem Ticket angezeigt\",\"PSRm6/\":\"Meine Tickets nachschlagen\",\"yJFu/X\":\"Hauptbüro\",\"v5nFPh\":\"Machen Sie sie sichtbar, damit Tickets gekauft werden können\",\"cdY2at\":[[\"0\"],\" verwalten\"],\"wZJfA8\":\"Termine und Uhrzeiten Ihrer wiederkehrenden Veranstaltung verwalten\",\"RlzPUE\":\"In Stripe verwalten\",\"sjoDuh\":\"Terminplan verwalten\",\"6NXJRK\":\"Terminplan verwalten\",\"zXuaxY\":\"Verwalten Sie die Warteliste Ihrer Veranstaltung, sehen Sie Statistiken ein und bieten Sie Teilnehmern Tickets an.\",\"g2npA5\":\"Manuelles Angebot\",\"hg6l4j\":\"März\",\"pqRBOz\":\"Als geprüft markieren (Admin-Überschreibung)\",\"2L3vle\":\"Max. Nachrichten / 24h\",\"Qp4HWD\":\"Max. Empfänger / Nachricht\",\"7qu2YV\":[\"Maximal \",[\"cap\"],\" pro Bestellung\"],\"3JzsDb\":\"Mai\",\"agPptk\":\"Medium\",\"xDAtGP\":\"Nachricht\",\"bECJqy\":\"Nachricht erfolgreich genehmigt\",\"1jRD0v\":\"Teilnehmer mit bestimmten Tickets benachrichtigen\",\"uQLXbS\":\"Nachricht abgebrochen\",\"48rf3i\":\"Nachricht darf 5000 Zeichen nicht überschreiten\",\"ZPj0Q8\":\"Nachrichtendetails\",\"Vjat/X\":\"Nachricht ist erforderlich\",\"0/yJtP\":\"Nachricht an Bestelleigentümer mit bestimmten Produkten senden\",\"saG4At\":\"Nachricht geplant\",\"mFdA+i\":\"Messaging-Stufe\",\"v7xKtM\":\"Messaging-Stufe erfolgreich aktualisiert\",\"/VRn+9\":[\"Mind. \",[\"min\"],\" pro Bestellung\"],\"H9HlDe\":\"Minuten\",\"agRWc1\":\"Minuten\",\"FfPWR0\":\"Modal\",\"zz/Wd/\":\"Modus\",\"fpMgHS\":\"Mo\",\"hty0d5\":\"Montag\",\"JbIgPz\":\"Geldbeträge sind ungefähre Summen über alle Währungen\",\"qvF+MT\":\"Überwachen und verwalten Sie fehlgeschlagene Hintergrundprozesse\",\"kY2ll9\":\"Monat\",\"HajiZl\":\"Monat\",\"+8Nek/\":\"Monatlich\",\"6jefe3\":\"Monate\",\"f8jrkd\":\"weitere\",\"JcD7qf\":\"Weitere Aktionen\",\"w36OkR\":\"Meistgesehene Events (Letzte 14 Tage)\",\"+Y/na7\":\"Alle Termine nach vorne oder hinten verschieben\",\"3DIpY0\":\"Mehrere Orte\",\"g9cQCP\":\"Mehrere Tickettypen\",\"GfaxEk\":\"Musik\",\"oVGCGh\":\"Meine Tickets\",\"8/brI5\":\"Name ist erforderlich\",\"sFFArG\":\"Name muss weniger als 255 Zeichen haben\",\"Bst+aq\":\"Möchten Sie das Stripe-Konto wechseln? Trennen Sie dieses.\",\"xxU3NX\":\"Nettoeinnahmen\",\"7I8LlL\":\"Neue Kapazität\",\"n1GRql\":\"Neue Bezeichnung\",\"y0Fcpd\":\"Neuer Standort\",\"ArHT/C\":\"Neue Anmeldungen\",\"uK7xWf\":\"Neue Uhrzeit:\",\"g8JmSC\":\"Nächster Monat\",\"veT5Br\":\"Nächster Termin\",\"WXtl5X\":[\"Nächster: \",[\"nextFormatted\"]],\"eWRECP\":\"Nachtleben\",\"HSw5l3\":\"Nein - Ich bin eine Privatperson oder ein nicht umsatzsteuerregistriertes Unternehmen\",\"VHfLAW\":\"Keine Konten\",\"+jIeoh\":\"Keine Konten gefunden\",\"074+X8\":\"Keine aktiven Webhooks\",\"zxnup4\":\"Keine Partner vorhanden\",\"hUHrkV\":\"Noch keine Ankündigungen\",\"Dwf4dR\":\"Noch keine Teilnehmerfragen\",\"th7rdT\":\"Keine Teilnehmer vorhanden\",\"PKySlW\":\"Noch keine Teilnehmer für diesen Termin.\",\"/UC6qk\":\"Keine Attributionsdaten gefunden\",\"E2vYsO\":\"Stripe hat noch keine Funktionen gemeldet.\",\"amMkpL\":\"Keine Kapazität\",\"d2Jf1f\":\"Keine Änderung\",\"99ntUF\":\"Keine Check-In-Listen für diese Veranstaltung verfügbar.\",\"wG+knX\":\"Noch keine Check-ins\",\"+dAKxg\":\"Keine Konfigurationen gefunden\",\"LiLk8u\":\"Keine Verbindungen verfügbar\",\"eb47T5\":\"Keine Daten für die ausgewählten Filter gefunden. Versuchen Sie, den Datumsbereich oder die Währung anzupassen.\",\"Zc216S\":\"Kein Termin hinzugefügt\",\"I8mtzP\":\"In diesem Monat sind keine Termine verfügbar. Wechseln Sie zu einem anderen Monat.\",\"yDukIL\":\"Keine Termine entsprechen den aktuellen Filtern.\",\"B7phdj\":\"Keine Termine entsprechen Ihren Filtern\",\"/ZB4Um\":\"Keine Termine entsprechen Ihrer Suche\",\"OtJSnL\":\"Keine Termine geplant\",\"gEdNe8\":\"Noch keine Termine geplant\",\"w+wkcC\":\"Keine Löschanträge gefunden\",\"pZNOT9\":\"Kein Enddatum\",\"dW40Uz\":\"Keine Events gefunden\",\"8pQ3NJ\":\"Keine Veranstaltungen, die in den nächsten 24 Stunden beginnen\",\"8zCZQf\":\"Noch keine Veranstaltungen\",\"Yc5YW6\":\"Keine fehlgeschlagenen Jobs\",\"EpvBAp\":\"Keine Rechnung\",\"N+9Onb\":\"Keine Limits\",\"XZkeaI\":\"Keine Protokolle gefunden\",\"IcAC6J\":\"Keine passenden Schriften\",\"nrSs2u\":\"Keine Nachrichten gefunden\",\"Rj99yx\":\"Keine Termine verfügbar\",\"IFU1IG\":\"Keine Termine an diesem Tag\",\"OVFwlg\":\"Noch keine Bestellfragen\",\"EJ7bVz\":\"Keine Bestellungen gefunden\",\"NEmyqy\":\"Noch keine Bestellungen\",\"a77B6w\":\"Noch keine Bestellungen für diesen Termin.\",\"wUv5xQ\":\"Keine Veranstalteraktivität in den letzten 14 Tagen\",\"vLd1tV\":\"Kein Veranstalterkontext verfügbar.\",\"B7w4KY\":\"Keine weiteren Veranstalter verfügbar\",\"PChXMe\":\"Keine bezahlten Bestellungen\",\"6jYQGG\":\"Keine vergangenen Veranstaltungen\",\"CHzaTD\":\"Keine beliebten Events in den letzten 14 Tagen\",\"zK/+ef\":\"Keine Produkte zur Auswahl verfügbar\",\"M1/lXs\":\"Für diese Veranstaltung sind keine Produkte konfiguriert.\",\"kY7XDn\":\"Keine Produkte haben Wartelisteneinträge\",\"8mw4tm\":\"Nachricht bei fehlenden Produkten\",\"wYiAtV\":\"Keine neuen Kontoanmeldungen\",\"UW90md\":\"Keine Empfänger gefunden\",\"QoAi8D\":\"Keine Antwort\",\"JeO7SI\":\"Keine Antwort\",\"EK/G11\":\"Noch keine Antworten\",\"AxPAXW\":\"Keine Ergebnisse gefunden\",\"59OWd3\":\"Keine gespeicherten Standorte\",\"mPdY6W\":\"Keine Vorschläge\",\"3sRuiW\":\"Keine Tickets gefunden\",\"debCrL\":\"Keine Tickets zum Verkauf\",\"k2C0ZR\":\"Keine bevorstehenden Termine\",\"yM5c0q\":\"Keine bevorstehenden Veranstaltungen\",\"qpC74J\":\"Keine Benutzer gefunden\",\"8wgkoi\":\"Keine angesehenen Events in den letzten 14 Tagen\",\"Arzxc1\":\"Keine Wartelisteneinträge\",\"n5vdm2\":\"Für diesen Endpunkt wurden noch keine Webhook-Ereignisse aufgezeichnet. Ereignisse werden hier angezeigt, sobald sie ausgelöst werden.\",\"4GhX3c\":\"Keine Webhooks\",\"4+am6b\":\"Nein, hier bleiben\",\"4JVMUi\":\"nicht bearbeitet\",\"ACaDVQ\":\"Noch keine\",\"Itw24Q\":\"Nicht eingecheckt\",\"x5+Lcz\":\"Nicht Eingecheckt\",\"8n10sz\":\"Nicht Berechtigt\",\"kLvU3F\":\"Teilnehmer benachrichtigen und Verkauf stoppen\",\"t9QlBd\":\"November\",\"kAREMN\":\"Anzahl der zu erstellenden Termine\",\"6u1B3O\":\"Termin\",\"mmoE62\":\"Termin abgesagt\",\"V9flmL\":\"Terminplan\",\"Kh3WO8\":\"Terminübersicht\",\"byXCTu\":\"Termine\",\"KATw3p\":\"Termine (nur zukünftige)\",\"85rTR2\":\"Termine können nach der Erstellung konfiguriert werden\",\"dzQfDY\":\"Oktober\",\"BwJKBw\":\"von\",\"GQnX9d\":\"jedes Monats\",\"az8lvo\":\"Aus\",\"9h7RDh\":\"Anbieten\",\"EfK2O6\":\"Platz anbieten\",\"3sVRey\":\"Tickets anbieten\",\"2O7Ybb\":\"Angebots-Zeitlimit\",\"1jUg5D\":\"Angeboten\",\"l+/HS6\":[\"Angebote verfallen nach \",[\"timeoutHours\"],\" Stunden.\"],\"6Aih4U\":\"Offline\",\"Fdp03t\":\"am\",\"Z5HWHd\":\"An\",\"TH5A28\":[\"am \",[\"dayList\"]],\"qiMtVT\":[\"am \",[\"day\"],\". \",[\"month\"]],\"nO3VbP\":[\"Im Angebot \",[\"0\"]],\"pPAGSK\":[\"am \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"Auf der Veranstaltungsseite\",\"H7stQC\":\"Auf der Warteliste\",\"oXOSPE\":\"Online\",\"aqmy5k\":\"Online – Zugangsdaten angeben\",\"LuZBbx\":\"Online & vor Ort\",\"IXuOqt\":\"Online & vor Ort – siehe Terminplan\",\"WjSpu5\":\"Online-Veranstaltung\",\"wCRLS9\":[\"Nur noch \",[\"cap\"],\" verfügbar\"],\"scPxI/\":[\"Nur noch \",[\"capacity\"],\" verfügbar\"],\"Gk0+G6\":\"Nur ein Name ist erforderlich – für alles Übrige gibt es sinnvolle Standardwerte\",\"NdOxqr\":\"Nur Kontoadministratoren können Veranstaltungen löschen oder archivieren. Wenden Sie sich an Ihren Kontoadministrator.\",\"rnoDMF\":\"Nur Kontoadministratoren können Veranstalter löschen oder archivieren. Wenden Sie sich an Ihren Kontoadministrator.\",\"tnx0u1\":\"Nur als Add-on verfügbar\",\"z4JBd7\":\"Nur veröffentlichte Ankündigungen werden Benutzern angezeigt\",\"bU7oUm\":\"Nur an Bestellungen mit diesen Status senden\",\"wkpaqp\":\"Nur Startdatum und -uhrzeit anzeigen\",\"chktt5\":\"Wird nur als Add-on zu den verknüpften Produkten angezeigt\",\"Y4HHYW\":\"Wird nur als Add-on zu den verknüpften Produkten angezeigt.\",\"Z82In9\":\"Nur der Kontoinhaber kann die Kontolöschung beantragen.\",\"DMk8F0\":\"Nur Tickets zählen zur Kapazität\",\"+/Z3yr\":\"Nur für Käufer mit passendem Aktionscode sichtbar.\",\"M2w1ni\":\"Nur mit Promo-Code sichtbar\",\"y8Bm7C\":\"Check-in öffnen\",\"RLz7P+\":\"Termin öffnen\",\"iMqrOb\":\"Optionale Handlungsaufforderung\",\"cDSdPb\":\"Optionaler Name für die Auswahl, z. B. \\\"HQ-Konferenzraum\\\"\",\"HXMJxH\":\"Optionaler Text für Haftungsausschlüsse, Kontaktinformationen oder Dankesnachrichten (nur einzeilig)\",\"L565X2\":\"Optionen\",\"8m9emP\":\"oder einzelnen Termin hinzufügen\",\"eBskDE\":\"Oder aktivieren Sie Offline-Zahlungen und deaktivieren Sie Stripe\",\"dSeVIm\":\"Bestellung\",\"c/TIyD\":\"Bestellung & Ticket\",\"H5qWhm\":\"Bestellung storniert\",\"b6+Y+n\":\"Bestellung abgeschlossen\",\"x4MLWE\":\"Bestellbestätigung\",\"CsTTH0\":\"Bestellbestätigung erfolgreich erneut gesendet\",\"ppuQR4\":\"Bestellung erstellt\",\"xtQzag\":\"Bestelldetails\",\"vrSW9M\":\"Die Bestellung wurde storniert und erstattet. Der Bestellinhaber wurde benachrichtigt.\",\"rzw+wS\":\"Bestellinhaber\",\"oI/hGR\":\"Bestellnummer\",\"m8vQEP\":\"Bestelllimits\",\"vu6Arl\":\"Bestellung als bezahlt markiert\",\"sLbJQz\":\"Bestellung nicht gefunden\",\"kvYpYu\":\"Bestellung nicht gefunden\",\"eJ8SvM\":\"Bestellnummer, Kaufdatum, E-Mail des Käufers\",\"FaPYw+\":\"Bestelleigentümer\",\"eB5vce\":\"Bestelleigentümer mit einem bestimmten Produkt\",\"CxLoxM\":\"Bestelleigentümer mit Produkten\",\"UkHo4c\":\"Bestellref.\",\"EZy55F\":\"Bestellung erstattet\",\"6eSHqs\":\"Bestellstatus\",\"oW5877\":\"Bestellsumme\",\"e7eZuA\":\"Bestellung aktualisiert\",\"1SQRYo\":\"Bestellung erfolgreich aktualisiert\",\"3NT0Ck\":\"Bestellung wurde storniert\",\"V5khLm\":\"Bestellungen\",\"sd5IMt\":\"Abgeschlossene Bestellungen\",\"5It1cQ\":\"Bestellungen exportiert\",\"UQ0ACV\":\"Bestellungen Gesamt\",\"B/EBQv\":\"Bestellungen:\",\"qtGTNu\":\"Organische Konten\",\"P/JHA4\":\"Veranstalter erfolgreich archiviert\",\"S3CZ5M\":\"Veranstalter-Dashboard\",\"GzjTd0\":\"Veranstalter erfolgreich gelöscht\",\"SQqJd8\":\"Veranstalter nicht gefunden\",\"HF8Bxa\":\"Veranstalter erfolgreich wiederhergestellt\",\"wpj63n\":\"Veranstaltereinstellungen\",\"o1my93\":\"Aktualisierung des Veranstalterstatus fehlgeschlagen. Bitte versuchen Sie es später erneut.\",\"rLHma1\":\"Veranstalterstatus aktualisiert\",\"LqBITi\":\"Veranstalter-/Standardvorlage wird verwendet\",\"q4zH+l\":\"Veranstalter\",\"/IX/7x\":\"Sonstiges\",\"RsiDDQ\":\"Andere Listen (Ticket Nicht Enthalten)\",\"EufvBx\":\"Ergebnis\",\"aDfajK\":\"Outdoor\",\"qMASRF\":\"Ausgehende Nachrichten\",\"iCOVQO\":\"Abweichung\",\"GpFTEc\":\"Gebühren für diesen Veranstalter überschreiben\",\"M9ZhMP\":\"Preis überschreiben\",\"cnVIpl\":\"Abweichung entfernt\",\"6/dCYd\":\"Übersicht\",\"6WdDG7\":\"Seite\",\"8uqsE5\":\"Seite nicht mehr verfügbar\",\"QkLf4H\":\"Seiten-URL\",\"sF+Xp9\":\"Seitenaufrufe\",\"v4nCHK\":\"Bezahlt\",\"c+suC6\":\"Bezahlte Konten\",\"5F7SYw\":\"Teilerstattung\",\"fFYotW\":[\"Teilweise erstattet: \",[\"0\"]],\"i8day5\":\"Gebühr an Käufer weitergeben\",\"k4FLBQ\":\"An Käufer weitergeben\",\"Ff0Dor\":\"Vergangenheit\",\"BFjW8X\":\"Überfällig\",\"xTPjSy\":\"Vergangene Veranstaltungen\",\"/l/ckQ\":\"URL einfügen\",\"URAE3q\":\"Pausiert\",\"4fL/V7\":\"Bezahlen\",\"W5l9HD\":\"Zahlen Sie, was Sie möchten\",\"c2/9VE\":\"Nutzlast\",\"5cxUwd\":\"Zahlungsdatum\",\"ENEPLY\":\"Zahlungsmethode\",\"8Lx2X7\":\"Zahlung erhalten\",\"fx8BTd\":\"Zahlungen nicht verfügbar\",\"C+ylwF\":\"Auszahlungen\",\"UbRKMZ\":\"Ausstehend\",\"UkM20g\":\"Überprüfung ausstehend\",\"dPYu1F\":\"Pro Teilnehmer\",\"mQV/nJ\":\"pro Min.\",\"+kvxv+\":\"pro Bestellung\",\"VlXNyK\":\"Pro Bestellung\",\"NhuGd7\":\"pro Produkt\",\"hauDFf\":\"Pro Ticket\",\"mnF83a\":\"Prozentuale Gebühr\",\"TNLuRD\":\"Prozentuale Gebühr (%)\",\"MixU2P\":\"Prozentsatz muss zwischen 0 und 100 liegen\",\"MkuVAZ\":\"Prozentsatz des Transaktionsbetrags\",\"/Bh+7r\":\"Leistung\",\"/4mGVp\":\"Dieses Konto endgültig löschen\",\"dGdKgQ\":\"Dieses Konto und seine Daten endgültig löschen.\",\"fIp56F\":\"Diese Veranstaltung und alle zugehörigen Daten dauerhaft löschen.\",\"nJeeX7\":\"Diesen Veranstalter und alle seine Veranstaltungen dauerhaft löschen.\",\"wfCTgK\":\"Diesen Termin endgültig entfernen\",\"6kPk3+\":\"Persönliche Daten\",\"zmwvG2\":\"Telefon\",\"tSR/oe\":\"Enddatum wählen\",\"e8kzpp\":\"Wählen Sie mindestens einen Tag des Monats\",\"35C8QZ\":\"Wählen Sie mindestens einen Wochentag\",\"kJmAsd\":\"Wählen Sie Tage aus, um Ihre Termine zu sehen.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Aufgegeben\",\"wBJR8i\":\"Eine Veranstaltung planen?\",\"J3lhKT\":\"Plattformgebühr\",\"RD51+P\":[\"Plattformgebühr von \",[\"0\"],\" wird von Ihrer Auszahlung abgezogen\"],\"br3Y/y\":\"Plattformgebühren\",\"3buiaw\":\"Plattformgebühren-Bericht\",\"kv9dM4\":\"Plattformumsatz\",\"PJ3Ykr\":\"Bitte prüfen Sie die aktualisierte Uhrzeit auf Ihrem Ticket. Ihre Tickets bleiben gültig – Sie müssen nichts tun, es sei denn, die neuen Zeiten passen Ihnen nicht. Antworten Sie auf diese E-Mail, wenn Sie Fragen haben.\",\"OtjenF\":\"Bitte geben Sie eine gültige E-Mail-Adresse ein\",\"jEw0Mr\":\"Bitte geben Sie eine gültige URL ein\",\"n8+Ng/\":\"Bitte geben Sie den 5-stelligen Code ein\",\"r+lQXT\":\"Bitte geben Sie Ihre Umsatzsteuer-ID ein\",\"Dvq0wf\":\"Bitte ein Bild angeben.\",\"2cUopP\":\"Bitte starten Sie den Bestellvorgang neu.\",\"GoXxOA\":\"Bitte wählen Sie Datum und Uhrzeit\",\"8KmsFa\":\"Bitte wählen Sie einen Datumsbereich aus\",\"EFq6EG\":\"Bitte ein Bild auswählen.\",\"fuwKpE\":\"Bitte versuchen Sie es erneut.\",\"klWBeI\":\"Bitte warten Sie, bevor Sie einen neuen Code anfordern\",\"hfHhaa\":\"Bitte warten Sie, während wir Ihre Partner für den Export vorbereiten...\",\"o+tJN/\":\"Bitte warten Sie, während wir Ihre Teilnehmer für den Export vorbereiten...\",\"+5Mlle\":\"Bitte warten Sie, während wir Ihre Bestellungen für den Export vorbereiten...\",\"trnWaw\":\"Polnisch\",\"luHAJY\":\"Beliebte Events (Letzte 14 Tage)\",\"p/78dY\":\"Position\",\"OESu7I\":\"Verhindern Sie Überverkäufe durch gemeinsame Nutzung des Bestands über mehrere Tickettypen.\",\"NgVUL2\":\"Vorschau des Bestellformulars\",\"cs5muu\":\"Vorschau der Veranstaltungsseite\",\"1xwZj/\":\"Vorheriger Monat\",\"Jm2AC3\":\"Preisstufe\",\"a5jvSX\":\"Preisstufen\",\"aHCEmh\":\"Preise\",\"ReihZ7\":\"Druckvorschau\",\"JnuPvH\":\"Ticket drucken\",\"tYF4Zq\":\"Als PDF drucken\",\"LcET2C\":\"Datenschutzerklärung\",\"8z6Y5D\":\"Erstattung verarbeiten\",\"JcejNJ\":\"Bestellung wird verarbeitet\",\"EWCLpZ\":\"Produkt erstellt\",\"XkFYVB\":\"Produkt gelöscht\",\"YMwcbR\":\"Produktverkäufe, Einnahmen und Steueraufschlüsselung\",\"ls0mTC\":\"Produkteinstellungen können für abgesagte Termine nicht bearbeitet werden.\",\"2339ej\":\"Produkteinstellungen erfolgreich gespeichert\",\"ldVIlB\":\"Produkt aktualisiert\",\"CP3D8G\":\"Fortschritt\",\"JoKGiJ\":\"Gutscheincode\",\"dIodJL\":\"Aktionscode erforderlich\",\"k3wH7i\":\"Nutzung von Rabattcodes und Rabattaufschlüsselung\",\"tZqL0q\":\"Aktionscodes\",\"oCHiz3\":\"Aktionscodes\",\"uEhdRh\":\"Nur mit Promo-Code\",\"dLm8V5\":\"Werbe-E-Mails können zur Kontosperrung führen\",\"W0ETyY\":\"Geben Sie mindestens ein Adressfeld an (Veranstaltungsort, Straße, Stadt oder Land).\",\"2W/7Gz\":\"Reichen Sie Folgendes vor der nächsten Prüfung durch Stripe ein, damit die Auszahlungen weiterlaufen.\",\"7d1a0d\":\"Öffentlich\",\"EEYbdt\":\"Veröffentlichen\",\"JcgJKc\":\"Trotzdem veröffentlichen\",\"evDBV8\":\"Veranstaltung veröffentlichen\",\"2zEfOd\":\"Veranstaltung veröffentlichen\",\"u3wRF+\":\"Veröffentlicht\",\"L7nrC8\":\"Mit der Veröffentlichung wird Ihre Veranstaltungsseite öffentlich und Anmeldungen werden möglich.\",\"dsFmM+\":\"Gekauft\",\"JunetL\":\"Käufer\",\"phmeUH\":\"E-Mail des Käufers\",\"ywR4ZL\":\"Check-in per QR-Code\",\"oWXNE5\":\"Anz.\",\"VbWX2u\":\"Menge\",\"biEyJ4\":\"Antworten auf Fragen\",\"k/bJj0\":\"Fragen neu sortiert\",\"b24kPi\":\"Warteschlange\",\"lTPqpM\":\"Kurzer Tipp\",\"fqDzSu\":\"Rate\",\"mnUGVC\":\"Ratenlimit überschritten. Bitte versuchen Sie es später erneut.\",\"t41hVI\":\"Platz erneut anbieten\",\"TNclgc\":\"Diesen Termin reaktivieren? Er wird wieder für den Verkauf geöffnet.\",\"RENQ6j\":\"Bereit, live zu gehen?\",\"uqoRbb\":\"Echtzeit-Auswertungen\",\"jPSk57\":\"Grund (optional)\",\"xzRvs4\":[\"Produktupdates von \",[\"0\"],\" erhalten.\"],\"pLXbi8\":\"Letzte Kontoanmeldungen\",\"M1HGuR\":\"Letzte Aktivitäten\",\"3kJ0gv\":\"Neueste Teilnehmer\",\"qhfiwV\":\"Neueste Check-ins\",\"S+0XMX\":\"Neueste Bestellungen\",\"Fi3b48\":\"Neueste Bestellungen\",\"7hPBBn\":\"Empfänger\",\"jp5bq8\":\"Empfänger\",\"yPrbsy\":\"Empfänger\",\"E1F5Ji\":\"Empfänger sind verfügbar, nachdem die Nachricht gesendet wurde\",\"WEYdDv\":\"Empfohlen\",\"wuhHPE\":\"Wiederkehrend\",\"asLqwt\":\"Wiederkehrende Veranstaltung\",\"s3uzsK\":\"Einstellungen für wiederkehrende Veranstaltungen\",\"D0tAMe\":\"Wiederkehrende Veranstaltungen\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Weiterleitung zu Stripe...\",\"pnoTN5\":\"Empfehlungskonten\",\"ACKu03\":\"Vorschau aktualisieren\",\"vuFYA6\":\"Alle Bestellungen dieser Termine erstatten\",\"4cRUK3\":\"Alle Bestellungen dieses Termins erstatten\",\"fKn/k6\":\"Erstattungsbetrag\",\"qY4rpA\":\"Erstattung fehlgeschlagen\",\"FaK/8G\":[\"Bestellung \",[\"0\"],\" erstatten\"],\"MGbi9P\":\"Erstattung ausstehend\",\"BDSRuX\":[\"Erstattet: \",[\"0\"]],\"bU4bS1\":\"Rückerstattungen\",\"rYXfOA\":\"Regionale Einstellungen\",\"5tl0Bp\":\"Registrierungsfragen\",\"ZNo5k1\":\"Verbleibend\",\"Bjh87R\":\"Bezeichnung von allen Terminen entfernen\",\"IVZaEo\":\"Entfernt ausverkaufte Termine und Uhrzeiten vollständig von der Veranstaltungsseite. Wenn deaktiviert, bleiben sie sichtbar und werden als ausverkauft gekennzeichnet.\",\"5Vkr/a\":\"Uhrzeit entfernen\",\"KkJtVK\":\"Wieder für den Verkauf öffnen\",\"XJwWJp\":\"Diesen Termin wieder für den Verkauf öffnen? Zuvor stornierte Tickets werden nicht wiederhergestellt – betroffene Teilnehmer bleiben storniert und bereits erfolgte Erstattungen werden nicht rückgängig gemacht.\",\"RYlQY0\":\"Wiederholung\",\"CQeZT8\":\"Bericht nicht gefunden\",\"JEPMXN\":\"Neuen Link anfordern\",\"Yx0Ud8\":\"Beantragt\",\"Wcv9QD\":\"Beantragt von\",\"TMLAx2\":\"Erforderlich\",\"mdeIOH\":\"Code erneut senden\",\"sQxe68\":\"Bestätigung erneut senden\",\"bxoWpz\":\"Bestätigungs-E-Mail erneut senden\",\"G42SNI\":\"E-Mail erneut senden\",\"TTpXL3\":[\"Erneut senden in \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Ticket erneut senden\",\"Uwsg2F\":\"Reserviert\",\"8wUjGl\":\"Reserviert bis\",\"a5z8mb\":\"Auf Grundpreis zurücksetzen\",\"kCn6wb\":\"Wird zurückgesetzt...\",\"ZlCDf+\":\"Antwort\",\"bsydMp\":\"Antwortdetails\",\"yKu/3Y\":\"Wiederherstellen\",\"RokrZf\":\"Veranstaltung wiederherstellen\",\"/JyMGh\":\"Veranstalter wiederherstellen\",\"HFvFRb\":\"Stellen Sie diese Veranstaltung wieder her, um sie wieder sichtbar zu machen.\",\"DDIcqy\":\"Stellen Sie diesen Veranstalter wieder her und machen Sie ihn wieder aktiv.\",\"mO8KLE\":\"Ergebnisse\",\"6gRgw8\":\"Wiederholen\",\"1BG8ga\":\"Alle wiederholen\",\"rDC+T6\":\"Job wiederholen\",\"CbnrWb\":\"Zurück zum Event\",\"Lf7TCn\":\"Wiederverwendbare Veranstaltungsorte erscheinen hier automatisch, wenn Sie Veranstaltungen mit Adressen erstellen. Sie können auch eigene hinzufügen.\",\"mdQ0zb\":\"Wiederverwendbare Veranstaltungsorte für Ihre Veranstaltungen. Standorte aus der Autovervollständigung werden hier automatisch gespeichert.\",\"XFOPle\":\"Erneut verwenden\",\"1Zehp4\":\"Verwenden Sie eine Stripe-Verbindung eines anderen Veranstalters in diesem Konto erneut.\",\"Oo/PLb\":\"Umsatzübersicht\",\"CfuueU\":\"Angebot widerrufen\",\"Tpm2G9\":\"Laufzeit\",\"dFFW9L\":[\"Verkauf endete \",[\"0\"]],\"loCKGB\":[\"Verkauf endet \",[\"0\"]],\"wlfBad\":\"Verkaufszeitraum\",\"qi81Jg\":\"Der Verkaufszeitraum gilt für alle Termine Ihres Terminplans. Um Preise und Verfügbarkeit einzelner Termine zu steuern, nutzen Sie die Abweichungen auf der <0>Terminplan-Seite.\",\"zpekWp\":[\"Verkauf beginnt \",[\"0\"]],\"7s8z0X\":\"Verkaufszeitraum\",\"mUv9U4\":\"Verkauf\",\"9KnRdL\":\"Verkauf pausiert\",\"JC3J0k\":\"Aufschlüsselung von Verkäufen, Teilnahme und Check-ins pro Termin\",\"3VnlS9\":\"Verkäufe, Bestellungen und Leistungskennzahlen für alle Veranstaltungen\",\"3Q1AWe\":\"Verkäufe:\",\"LeuERW\":\"Wie Veranstaltung\",\"B4nE3N\":\"Beispiel-Ticketpreis\",\"8BRPoH\":\"Beispielort\",\"PiK6Ld\":\"Sa\",\"+5kO8P\":\"Samstag\",\"zJiuDn\":\"Gebührenabweichung speichern\",\"x1fMXJ\":\"Zeitplan speichern\",\"KZrfYJ\":\"Social-Media-Links speichern\",\"9Y3hAT\":\"Vorlage speichern\",\"C8ne4X\":\"Ticketdesign speichern\",\"cTI8IK\":\"MwSt.-Einstellungen speichern\",\"6/TNCd\":\"Umsatzsteuereinstellungen speichern\",\"4RvD9q\":\"Gespeicherter Standort\",\"cgw0cL\":\"Gespeicherte Standorte\",\"Fbqm/I\":\"Beim Speichern einer Abweichung wird für diesen Veranstalter eine eigene Konfiguration erstellt, sofern derzeit der Systemstandard verwendet wird.\",\"I+FvbD\":\"Scannen\",\"0zd6Nm\":\"Scannen Sie ein Ticket, um einen Teilnehmer einzuchecken\",\"bQG7Qk\":\"Gescannte Tickets erscheinen hier\",\"WDYSLJ\":\"Scanner-Modus\",\"gmB6oO\":\"Terminplan\",\"qQTaVm\":\"Terminplan hinzugefügt\",\"j6NnBq\":\"Terminplan erfolgreich erstellt\",\"YP7frt\":\"Terminplan endet am\",\"QS1Nla\":\"Für später planen\",\"NAzVVw\":\"Nachricht planen\",\"/rTL/5\":\"Zeitplan-Vorschau\",\"Fz09JP\":\"Terminplan beginnt am\",\"4ba0NE\":\"Geplant\",\"4HKQZj\":\"Geplante Löschung\",\"qcP/8K\":\"Geplante Zeit\",\"A1taO8\":\"Suchen\",\"ftNXma\":\"Partner suchen...\",\"VMU+zM\":\"Teilnehmer suchen\",\"VY+Bdn\":\"Nach Kontoname oder E-Mail suchen...\",\"VX+B3I\":\"Suche nach Veranstaltungstitel oder Veranstalter...\",\"R0wEyA\":\"Nach Jobname oder Ausnahme suchen...\",\"YnMfsK\":\"Suche nach Name oder Adresse...\",\"3yKuDu\":\"Nach Name oder E-Mail suchen und einen oder mehrere auswählen\",\"VT+urE\":\"Nach Name oder E-Mail suchen...\",\"GHdjuo\":\"Nach Name, E-Mail oder Konto suchen...\",\"4mBFO7\":\"Nach Name, Bestell-Nr., Ticket-Nr. oder E-Mail suchen\",\"20ce0U\":\"Nach Bestellnummer, Kundenname oder E-Mail suchen...\",\"4DSz7Z\":\"Nach Betreff, Veranstaltung oder Konto suchen...\",\"gTUY97\":\"Nach Titel suchen...\",\"nQC7Z9\":\"Termine suchen...\",\"iRtEpV\":\"Termine suchen…\",\"JRM7ao\":\"Nach einer Adresse suchen\",\"BWF1kC\":\"Nachrichten suchen...\",\"5WYZKZ\":\"Suchergebnisse\",\"IG85fV\":\"Gespeicherte Standorte durchsuchen oder eine Adresse finden...\",\"Du+zn+\":\"Suche läuft...\",\"3aD3GF\":\"Saisonal\",\"ku//5b\":\"Zweiter\",\"Mck5ht\":\"Sichere Kasse\",\"s7tXqF\":\"Terminplan ansehen\",\"JFap6u\":\"Sehen, was Stripe noch benötigt\",\"6lGaum\":\"Gesehen\",\"p7xUrt\":\"Kategorie auswählen\",\"hTKQwS\":\"Datum & Uhrzeit auswählen\",\"Ps6Xtf\":\"Wählen Sie ein Datum, um verfügbare Uhrzeiten zu sehen\",\"e4L7bF\":\"Wählen Sie eine Nachricht aus, um ihren Inhalt anzuzeigen\",\"zPRPMf\":\"Stufe auswählen\",\"BFRSTT\":\"Konto auswählen\",\"wgNoIs\":\"Alle auswählen\",\"mCB6Je\":\"Alle auswählen\",\"aCEysm\":[\"Alle am \",[\"0\"],\" auswählen\"],\"a6+167\":\"Veranstaltung auswählen\",\"4oT6dP\":\"Wählen Sie mindestens ein Konto aus\",\"neCGH1\":\"Wählen Sie mindestens einen Benutzer aus\",\"CFbaPk\":\"Teilnehmergruppe auswählen\",\"88a49s\":\"Kamera auswählen\",\"tVW/yo\":\"Währung auswählen\",\"SJQM1I\":\"Datum auswählen\",\"n9ZhRa\":\"Enddatum und -zeit auswählen\",\"gTN6Ws\":\"Endzeit auswählen\",\"0U6E9W\":\"Veranstaltungskategorie auswählen\",\"j9cPeF\":\"Ereignistypen auswählen\",\"ypTjHL\":\"Termin auswählen\",\"DHBGUX\":\"Produkte auswählen...\",\"KizCK7\":\"Startdatum und -zeit auswählen\",\"dJZTv2\":\"Startzeit auswählen\",\"x8XMsJ\":\"Wählen Sie die Messaging-Stufe für dieses Konto. Dies steuert Nachrichtenlimits und Link-Berechtigungen.\",\"aT3jZX\":\"Zeitzone auswählen\",\"TxfvH2\":\"Wählen Sie aus, welche Teilnehmer diese Nachricht erhalten sollen\",\"Ropvj0\":\"Wählen Sie aus, welche Ereignisse diesen Webhook auslösen\",\"+6YAwo\":\"ausgewählt\",\"ylXj1N\":\"Ausgewählt\",\"uq3CXQ\":\"Verkaufen Sie Ihre Veranstaltung aus.\",\"oBXbO4\":\"Verkaufen Sie ein physisches Produkt? Begrenzen Sie dessen Menge stattdessen auf der <0>Produktseite.\",\"j9b/iy\":\"Schnell verkauft 🔥\",\"73qYgo\":\"Als Test senden\",\"HMAqFK\":\"E-Mails an Teilnehmer, Ticketinhaber oder Bestellinhaber senden. Nachrichten können sofort gesendet oder für später geplant werden.\",\"22Itl6\":\"Senden Sie mir eine Kopie\",\"NpEm3p\":\"Jetzt senden\",\"nOBvex\":\"Senden Sie Echtzeit-Bestell- und Teilnehmerdaten an Ihre externen Systeme.\",\"1lNPhX\":\"Erstattungsbenachrichtigungs-E-Mail senden\",\"eaUTwS\":\"Link zum Zurücksetzen senden\",\"5cV4PY\":\"An alle Termine senden oder einen bestimmten auswählen\",\"QEQlnV\":\"Senden Sie Ihre erste Nachricht\",\"IoAuJG\":\"Wird gesendet...\",\"h69WC6\":\"Gesendet\",\"BVu2Hz\":\"Gesendet von\",\"ZFa8wv\":\"Wird an Teilnehmer gesendet, wenn ein geplanter Termin abgesagt wird\",\"SPdzrs\":\"An Kunden gesendet, wenn sie eine Bestellung aufgeben\",\"LxSN5F\":\"An jeden Teilnehmer mit seinen Ticketdetails gesendet\",\"hgvbYY\":\"September\",\"5sN96e\":\"Termin abgesagt\",\"S9i0UC\":[\"Sessions · \",[\"dateCount\"],\" Termine × \",[\"timesPerDay\"],\" Uhrzeiten\"],\"89xaFU\":\"Legen Sie die Standard-Plattformgebühreneinstellungen für neue Veranstaltungen dieses Veranstalters fest.\",\"eXssj5\":\"Legen Sie Standardeinstellungen für neue Veranstaltungen fest, die unter diesem Veranstalter erstellt werden.\",\"uPe5p8\":\"Legen Sie fest, wie lange jeder Termin dauert\",\"ODuUEi\":\"Terminbezeichnung festlegen oder entfernen\",\"buHACR\":\"Legen Sie die Endzeit jedes Termins auf diesen Abstand zur Startzeit fest.\",\"TaeFgl\":\"Auf unbegrenzt setzen (Limit entfernen)\",\"pd6SSe\":\"Richten Sie einen wiederkehrenden Terminplan ein, um Termine automatisch zu erstellen, oder fügen Sie sie einzeln hinzu.\",\"s0FkEx\":\"Richten Sie Check-in-Listen für verschiedene Eingänge, Sitzungen oder Tage ein.\",\"TaWVGe\":\"Auszahlungen einrichten\",\"JA//e6\":\"Terminplan einrichten\",\"gzXY7l\":\"Terminplan einrichten\",\"0Ls9qe\":\"Legen Sie die Tickets, die Sie verkaufen, und deren Preise fest\",\"xMO+Ao\":\"Richten Sie Ihre Organisation ein\",\"5pEFnq\":\"Zeitplan einrichten\",\"zRRuUD\":\"Richten Sie Ihren Terminplan in den nächsten Schritten ein\",\"ETC76A\":\"Ort oder Online-Details des Termins festlegen, ändern oder entfernen\",\"C3htzi\":\"Einstellung aktualisiert\",\"Ohn74G\":\"Einrichtung & Design\",\"1W5XyZ\":\"Die Einrichtung dauert nur wenige Minuten – ein bestehendes Stripe-Konto ist nicht erforderlich. Stripe übernimmt Karten, Wallets, regionale Zahlungsmethoden und Betrugsschutz, damit Sie sich auf Ihre Veranstaltung konzentrieren können.\",\"GG7qDw\":\"Partnerlink teilen\",\"hL7sDJ\":\"Veranstalterseite teilen\",\"jy6QDF\":\"Gemeinsame Kapazitätsverwaltung\",\"jDNHW4\":\"Zeiten verschieben\",\"tPfIaW\":[\"Zeiten für \",[\"count\"],\" Termin(e) verschoben\"],\"WwlM8F\":\"Erweiterte Optionen anzeigen\",\"cMW+gm\":[\"Alle Plattformen anzeigen (\",[\"0\"],\" weitere mit Werten)\"],\"wXi9pZ\":\"Teilnehmernotizen für nicht angemeldetes Personal anzeigen\",\"4LZFir\":\"Gesamten Datumsbereich anzeigen\",\"UVPI5D\":\"Weniger Plattformen anzeigen\",\"Eu/N/d\":\"Marketing-Opt-in-Kontrollkästchen anzeigen\",\"SXzpzO\":\"Marketing-Opt-in-Kontrollkästchen standardmäßig anzeigen\",\"b33PL9\":\"Mehr Plattformen anzeigen\",\"Eut7p9\":\"Bestelldetails für nicht angemeldetes Personal anzeigen\",\"+RoWKN\":\"Antworten auf Fragen für nicht angemeldetes Personal anzeigen\",\"jbcx6L\":\"Verbleibende Kapazität bei Veranstaltungsterminen anzeigen\",\"rXxBOx\":\"Verbleibende Kapazität für Käufer anzeigen\",\"t1LIQW\":[\"Zeige \",[\"0\"],\" von \",[\"totalRows\"],\" Einträgen\"],\"E717U9\":[[\"0\"],\"–\",[\"1\"],\" von \",[\"2\"],\" werden angezeigt\"],\"5rzhBQ\":[[\"MAX_VISIBLE\"],\" von \",[\"totalAvailable\"],\" Terminen werden angezeigt. Tippen Sie, um zu suchen.\"],\"WSt3op\":[\"Es werden die ersten \",[\"0\"],\" angezeigt – die übrigen \",[\"1\"],\" Termin(e) werden beim Senden der Nachricht dennoch berücksichtigt.\"],\"o1UbOh\":\"Wird oben im Modal hüpfend angezeigt\",\"OJLTEL\":\"Wird dem Personal beim ersten Öffnen der Check-in-Seite angezeigt.\",\"lbfXEJ\":\"Zeigt Restbestand\",\"jVRHeq\":\"Angemeldet\",\"5C7J+P\":\"Einzelveranstaltung\",\"E//btK\":\"Manuell bearbeitete Termine überspringen\",\"paESr6\":\"Slowakisch\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Soziales\",\"d0rUsW\":\"Social-Media-Links\",\"j/TOB3\":\"Social-Media-Links & Website\",\"s9KGXU\":\"Verkauft\",\"yp+0jj\":\"ausverkauft\",\"1hupow\":\"Ausverkauft, Warteliste verfügbar\",\"iACSrw\":\"Einige Details sind öffentlich nicht sichtbar. Melden Sie sich an, um alles zu sehen.\",\"Dia6iz\":\"Beim Löschen des Bildes ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.\",\"KTxc6k\":\"Etwas ist schiefgelaufen. Bitte versuchen Sie es erneut oder kontaktieren Sie den Support, falls das Problem weiterhin besteht.\",\"lkE00/\":\"Etwas ist schiefgelaufen. Bitte versuchen Sie es später erneut.\",\"wdxz7K\":\"Quelle\",\"SzuJ5m\":\"Bestimmte Konten\",\"/h8G1o\":\"Bestimmte Benutzer\",\"fDG2by\":\"Spiritualität\",\"oPaRES\":\"Teilen Sie den Check-in nach Tagen, Bereichen oder Tickettypen auf. Teilen Sie den Link mit Ihrem Personal – ein Konto ist dafür nicht nötig.\",\"7JFNej\":\"Sport\",\"/bfV1Y\":\"Anweisungen für das Personal\",\"StWUH4\":\"Check-in starten\",\"JcQp9p\":\"Startdatum & -zeit\",\"0m/ekX\":\"Startdatum & -zeit\",\"izRfYP\":\"Startdatum ist erforderlich\",\"xAYSEs\":\"Startzeit\",\"n9ZrDo\":\"Geben Sie einen Veranstaltungsort oder eine Adresse ein...\",\"DACR+e\":\"Startet eingeklappt\",\"qeFVhN\":[\"Beginnt in \",[\"diffDays\"],\" Tagen\"],\"AOqtxN\":[\"Beginnt in \",[\"diffMinutes\"],\" Min.\"],\"Otg8Oh\":[\"Beginnt in \",[\"h\"],\" Std. \",[\"m\"],\" Min.\"],\"Lo49in\":[\"Beginnt in \",[\"seconds\"],\" Sek.\"],\"NqChgF\":\"Beginnt morgen\",\"2NbyY/\":\"Statistiken\",\"GVUxAX\":\"Statistiken basieren auf dem Erstellungsdatum des Kontos\",\"29Hx9U\":\"Statistiken\",\"5ia+r6\":\"Noch erforderlich\",\"wuV0bK\":\"Identitätswechsel beenden\",\"S/7MPw\":\"Stripe-Konto getrennt.\",\"s/KaDb\":\"Stripe verbunden\",\"Bk06QI\":\"Stripe verbunden\",\"akZMv8\":[\"Stripe-Verbindung von \",[\"0\"],\" übernommen.\"],\"v0aRY1\":\"Stripe hat keinen Einrichtungslink zurückgegeben. Bitte versuchen Sie es erneut.\",\"aKtF0O\":\"Stripe nicht verbunden\",\"9i0++A\":\"Stripe Zahlungs-ID\",\"R1lIMV\":\"Stripe benötigt bald noch einige Angaben\",\"FzcCHA\":\"Stripe führt Sie durch einige kurze Fragen, um die Einrichtung abzuschließen.\",\"ii0qn/\":\"Betreff ist erforderlich\",\"M7Uapz\":\"Betreff wird hier angezeigt\",\"6aXq+t\":\"Betreff:\",\"JwTmB6\":\"Produkt erfolgreich dupliziert\",\"WUOCgI\":\"Platz erfolgreich angeboten\",\"IvxA4G\":[\"Tickets erfolgreich an \",[\"count\"],\" Personen angeboten\"],\"kKpkzy\":\"Tickets erfolgreich an 1 Person angeboten\",\"Zi3Sbw\":\"Erfolgreich von der Warteliste entfernt\",\"RuaKfn\":\"Adresse erfolgreich aktualisiert\",\"kzx0uD\":\"Veranstaltungsstandards erfolgreich aktualisiert\",\"5n+Wwp\":\"Veranstalter erfolgreich aktualisiert\",\"DMCX/I\":\"Plattformgebühren-Standards erfolgreich aktualisiert\",\"URUYHc\":\"Plattformgebühren-Einstellungen erfolgreich aktualisiert\",\"kRWc2g\":\"Einstellungen für wiederkehrende Veranstaltungen erfolgreich aktualisiert\",\"0Dk/l8\":\"SEO-Einstellungen erfolgreich aktualisiert\",\"S8Tua9\":\"Einstellungen erfolgreich aktualisiert\",\"MhOoLQ\":\"Social-Media-Links erfolgreich aktualisiert\",\"CNSSfp\":\"Tracking-Einstellungen erfolgreich aktualisiert\",\"kj7zYe\":\"Webhook erfolgreich aktualisiert\",\"dXoieq\":\"Zusammenfassung\",\"/RfJXt\":[\"Sommermusikfestival \",[\"0\"]],\"CWOPIK\":\"Sommer Musik Festival 2025\",\"D89zck\":\"So\",\"DBC3t5\":\"Sonntag\",\"UaISq3\":\"Schwedisch\",\"JZTQI0\":\"Veranstalter wechseln\",\"9YHrNC\":\"Systemstandard\",\"jGR53C\":\"T-Shirts, Tassen und mehr\",\"hCR98w\":\"Tippen Sie auf Tage wie in einem Kalender.\",\"lruQkA\":\"Tippen Sie auf den Bildschirm, um das Scannen fortzusetzen\",\"X9v2GM\":\"Zielkonten\",\"TmyDCw\":\"Zielbenutzer\",\"TJUrME\":[\"Es werden Teilnehmer aus \",[\"0\"],\" ausgewählten Terminen angesprochen.\"],\"yT6dQ8\":\"Erhobene Steuern gruppiert nach Steuerart und Veranstaltung\",\"Ye321X\":\"Steuername\",\"WyCBRt\":\"Steuerübersicht\",\"QC3FVX\":\"Steuern & Gebühren\",\"GkH0Pq\":\"Steuern & Gebühren angewendet\",\"SXvRWU\":\"Zusammenarbeit im Team\",\"vlf/In\":\"Technologie\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Erzählen Sie den Leuten, was sie bei Ihrer Veranstaltung erwartet\",\"NiIUyb\":\"Erzählen Sie uns von Ihrer Veranstaltung\",\"DovcfC\":\"Erzählen Sie uns von Ihrer Organisation. Diese Informationen werden auf Ihren Veranstaltungsseiten angezeigt.\",\"69GWRq\":\"Sagen Sie uns, wie oft sich Ihre Veranstaltung wiederholt, und wir erstellen alle Termine für Sie.\",\"mXPbwY\":\"Teilen Sie uns Ihren umsatzsteuerlichen Status mit, damit wir die Plattformgebühren korrekt versteuern.\",\"7wtpH5\":\"Vorlage aktiv\",\"QHhZeE\":\"Vorlage erfolgreich erstellt\",\"xrWdPR\":\"Vorlage erfolgreich gelöscht\",\"G04Zjt\":\"Vorlage erfolgreich gespeichert\",\"xowcRf\":\"Nutzungsbedingungen\",\"6K0GjX\":\"Text könnte schwer lesbar sein\",\"nm3Iz/\":\"Danke für Ihre Teilnahme!\",\"pYwj0k\":\"Danke,\",\"cIHkSd\":[\"Das sind \",[\"totalOccurrences\"],\" Sessions — das Maximum ist \",[\"max\"],\". Verkürzen Sie den Zeitraum oder die Häufigkeit.\"],\"k3IitN\":\"Das war's\",\"KfmPRW\":\"Die Hintergrundfarbe der Seite. Bei Verwendung eines Titelbilds wird dies als Overlay angewendet.\",\"MDNyJz\":\"Der Code läuft in 10 Minuten ab. Überprüfen Sie Ihren Spam-Ordner, falls Sie die E-Mail nicht sehen.\",\"AIF7J2\":\"Die Währung, in der die feste Gebühr definiert ist. Sie wird beim Bezahlen in die Bestellwährung umgerechnet.\",\"k3LFkM\":\"Die Währung für die Ticketpreise dieser Veranstaltung.\",\"7oksH+\":[\"Der Rabatt wird von jedem berechtigten Produkt abgezogen. Z. B. \",[\"currencySymbol\"],\"10 Rabatt × 3 Tickets = \",[\"currencySymbol\"],\"30 Rabatt.\"],\"sKL8k2\":\"Der Rabatt wird einmalig vom Bestellwert abgezogen.\",\"cDHM1d\":\"Die E-Mail-Adresse wurde geändert. Der Teilnehmer erhält ein neues Ticket an der aktualisierten E-Mail-Adresse.\",\"tXadb0\":\"Die gesuchte Veranstaltung ist derzeit nicht verfügbar. Sie wurde möglicherweise entfernt, ist abgelaufen oder die URL ist falsch.\",\"sxKqBm\":\"Der volle Bestellbetrag wird auf die ursprüngliche Zahlungsmethode des Kunden erstattet.\",\"KgDp6G\":\"Der Link, auf den Sie zugreifen möchten, ist abgelaufen oder nicht mehr gültig. Bitte überprüfen Sie Ihre E-Mail auf einen aktualisierten Link zur Verwaltung Ihrer Bestellung.\",\"sYLeDq\":\"Der gesuchte Veranstalter konnte nicht gefunden werden. Die Seite wurde möglicherweise verschoben oder gelöscht, oder die URL ist falsch.\",\"PCr4zw\":\"Die Überschreibung wird im Bestellprotokoll festgehalten.\",\"C4nQe5\":\"Die Plattformgebühr wird zum Ticketpreis hinzugefügt. Käufer zahlen mehr, aber Sie erhalten den vollen Ticketpreis.\",\"HxxXZO\":\"Die primäre Markenfarbe, die für Schaltflächen und Hervorhebungen verwendet wird\",\"OVSkIF\":\"Der schnelle braune Fuchs springt über den faulen Hund.\",\"z0KrIG\":\"Die geplante Zeit ist erforderlich\",\"EWErQh\":\"Die geplante Zeit muss in der Zukunft liegen\",\"UNd0OU\":[\"Der Termin für „\",[\"title\"],\"“, ursprünglich geplant für \",[\"0\"],\", wurde verschoben.\"],\"DEcpfp\":\"Der Vorlagenkörper enthält ungültige Liquid-Syntax. Bitte korrigieren Sie sie und versuchen Sie es erneut.\",\"qpmtdK\":\"Die Zeitzone für die Daten und Uhrzeiten dieser Veranstaltung.\",\"N3VfVA\":\"Der Upload hat den Server nicht erreicht. Prüfen Sie Ihre Verbindung und versuchen Sie bei großen Dateien ein kleineres Bild (max. 5MB).\",\"injXD7\":\"Die Umsatzsteuer-Identifikationsnummer konnte nicht validiert werden. Bitte überprüfen Sie die Nummer und versuchen Sie es erneut.\",\"A4UmDy\":\"Theater\",\"tDwYhx\":\"Thema & Farben\",\"ybBP2H\":\"Für diesen Termin sind keine Produkte verfügbar. Bitte wählen Sie einen anderen Termin.\",\"O7g4eR\":\"Für diese Veranstaltung gibt es keine bevorstehenden Termine\",\"062KsE\":\"Diese Angaben erscheinen nur für diesen Termin auf dem Ticket und in der Bestellübersicht des Teilnehmers.\",\"5Eu+tn\":\"Diese Details werden nur angezeigt, wenn die Bestellung erfolgreich abgeschlossen wurde.\",\"jQjwR+\":\"Diese Angaben ersetzen den bisherigen Ort der betroffenen Termine und erscheinen auf den Tickets der Teilnehmer.\",\"6eaLu/\":\"Diese Preise gelten für alle Termine Ihres Zeitplans, und die Mengen der Stufen begrenzen die Gesamtverkäufe über alle Termine zusammen. Verkaufszeiträume der Stufen gelten global. Preise für einzelne Termine können Sie auf der <0>Terminplan-Seite überschreiben.\",\"QP3gP+\":\"Diese Einstellungen gelten nur für kopierten Einbettungscode und werden nicht gespeichert.\",\"HirZe8\":\"Diese Vorlagen werden als Standards für alle Veranstaltungen in Ihrer Organisation verwendet. Einzelne Veranstaltungen können diese Vorlagen mit ihren eigenen benutzerdefinierten Versionen überschreiben.\",\"lzAaG5\":\"Diese Vorlagen überschreiben die Veranstalter-Standards nur für diese Veranstaltung. Wenn hier keine benutzerdefinierte Vorlage festgelegt ist, wird stattdessen die Veranstaltervorlage verwendet.\",\"UlykKR\":\"Dritter\",\"1YTBzS\":\"Dieses Konto hat keine abgeschlossenen Bestellungen, daher werden alle Daten dauerhaft gelöscht.\",\"jCPU8z\":\"Dieses Konto ist zur Löschung vorgemerkt\",\"zfNCE8\":[\"Dieses Konto wird am <0>\",[\"scheduledDate\"],\" gelöscht\"],\"wkP5FM\":\"Dies gilt für jeden passenden Termin der Veranstaltung, auch für derzeit nicht sichtbare. Teilnehmer dieser Termine sind nach Abschluss der Aktualisierung über den Nachrichteneditor erreichbar.\",\"SOmGDa\":\"Diese Check-in-Liste gehört zu einem abgesagten Termin und kann daher nicht mehr für Check-ins verwendet werden.\",\"XBNC3E\":\"Dieser Code wird zur Verfolgung von Verkäufen verwendet. Nur Buchstaben, Zahlen, Bindestriche und Unterstriche erlaubt.\",\"AaP0M+\":\"Diese Farbkombination könnte für einige Benutzer schwer lesbar sein\",\"o1phK/\":[\"Dieser Termin hat \",[\"orderCount\"],\" betroffene Bestellung(en).\"],\"F/UtGt\":\"Dieser Termin wurde abgesagt. Sie können ihn weiterhin löschen, um ihn endgültig zu entfernen.\",\"BLZ7pX\":\"Dieser Termin liegt in der Vergangenheit. Er wird erstellt, erscheint für Teilnehmer aber nicht unter den bevorstehenden Terminen.\",\"7IIY0z\":\"Dieser Termin ist als ausverkauft markiert.\",\"bddWMP\":\"Dieser Termin ist nicht mehr verfügbar. Bitte wählen Sie einen anderen Termin.\",\"E9BqZw\":\"Nur dieser Termin\",\"n68908\":[\"Dadurch wird \",[\"stripeAccountId\"],\" von diesem Veranstalter getrennt. Kostenpflichtige Ticketverkäufe funktionieren erst wieder, wenn Sie erneut ein Stripe-Konto verbinden.\"],\"RzEvf5\":\"Diese Veranstaltung ist beendet\",\"kc4bIA\":\"Diese Veranstaltung hat noch keine Tickets oder Produkte, daher können sich Teilnehmer nicht anmelden.\",\"eMaNd0\":\"Diese Veranstaltung ist nicht verfügbar\",\"YClrdK\":\"Diese Veranstaltung ist noch nicht veröffentlicht\",\"GL6z+k\":\"Diese Veranstaltung ist ausverkauft\",\"pIwDhS\":\"Die Termine und Uhrzeiten dieser Veranstaltung werden im Terminplan festgelegt.\",\"ny5rgr\":\"Dies ist eine wiederkehrende Veranstaltung\",\"tc64Zz\":\"Dies ist der Name der Kategorie, der auf der Veranstaltungsseite angezeigt wird.\",\"dFJnia\":\"Dies ist der Name Ihres Veranstalters, der Ihren Nutzern angezeigt wird.\",\"vt7jiq\":\"Dies ist das einzige Mal, dass das Signaturgeheimnis angezeigt wird. Bitte kopieren Sie es jetzt und bewahren Sie es sicher auf.\",\"5DpZrC\":\"Dies begrenzt die Gesamtverkäufe über alle Termine Ihres Zeitplans zusammen – es ist kein Limit pro Termin. Um die Teilnehmerzahl pro Termin zu begrenzen, legen Sie auf der <0>Terminplan-Seite eine Kapazität fest.\",\"L7dIM7\":\"Dieser Link ist ungültig oder abgelaufen.\",\"MR5ygV\":\"Dieser Link ist nicht mehr gültig\",\"9LEqK0\":\"Dieser Name ist für Endbenutzer sichtbar\",\"QdUMM9\":\"Dieser Termin ist ausgelastet\",\"j5FdeA\":\"Diese Bestellung wird verarbeitet.\",\"sjNPMw\":\"Diese Bestellung wurde abgebrochen. Sie können jederzeit eine neue Bestellung aufgeben.\",\"OhCesD\":\"Diese Bestellung wurde storniert. Sie können jederzeit eine neue Bestellung aufgeben.\",\"lyD7rQ\":\"Dieses Veranstalterprofil ist noch nicht veröffentlicht\",\"9b5956\":\"Diese Vorschau zeigt, wie Ihre E-Mail mit Beispieldaten aussehen wird. Tatsächliche E-Mails verwenden echte Werte.\",\"uM9Alj\":\"Dieses Produkt wird auf der Veranstaltungsseite hervorgehoben\",\"RqSKdX\":\"Dieses Produkt ist ausverkauft\",\"4PDH+K\":\"Dieses Produkt erscheint nicht eigenständig auf der Veranstaltungsseite – Käufer sehen es nur als Add-on zu den verknüpften Produkten.\",\"qEGn8I\":\"Diese wiederkehrende Veranstaltung hat noch keine Termine, daher gibt es für Teilnehmer nichts zu buchen.\",\"W12OdJ\":\"Dieser Bericht dient nur zu Informationszwecken. Konsultieren Sie immer einen Steuerberater, bevor Sie diese Daten für Buchhaltungs- oder Steuerzwecke verwenden. Bitte gleichen Sie mit Ihrem Stripe-Dashboard ab, da Hi.Events möglicherweise historische Daten fehlen.\",\"1LuJNw\":\"Dieses Ticket ist nicht mehr gültig\",\"0Ew0uk\":\"Dieses Ticket wurde gerade gescannt. Bitte warten Sie, bevor Sie erneut scannen.\",\"FYXq7k\":[\"Dies betrifft \",[\"loadedAffectedCount\"],\" Termin(e).\"],\"kvpxIU\":\"Dies wird für Benachrichtigungen und die Kommunikation mit Ihren Nutzern verwendet.\",\"bPgkdx\":\"Dies bricht die geplante Löschung ab und reaktiviert das Konto. Der Kontoinhaber wird per E-Mail benachrichtigt.\",\"4yx4a4\":[\"Dies deaktiviert Ihr Konto sofort und löscht es nach 30 Tagen endgültig. Geben Sie zur Bestätigung Ihren Kontonamen ein: <0>\",[\"0\"],\"\"],\"rhsath\":\"Dies ist für Kunden nicht sichtbar, hilft Ihnen aber, den Partner zu identifizieren.\",\"VGEfU7\":\"Dies löscht oder anonymisiert das Konto sofort und dauerhaft, ohne den geplanten Termin abzuwarten. Dies kann nicht rückgängig gemacht werden.\",\"hV6FeJ\":\"Durchsatz\",\"+FjWgX\":\"Do\",\"kkDQ8m\":\"Donnerstag\",\"0GSPnc\":\"Ticketdesign\",\"EZC/Cu\":\"Ticketdesign erfolgreich gespeichert\",\"bbslmb\":\"Ticket-Designer\",\"1BPctx\":\"Ticket für\",\"HGuXjF\":\"Ticketinhaber\",\"CMUt3Y\":\"Ticketinhaber\",\"awHmAT\":\"Ticket-ID\",\"6czJik\":\"Ticket-Logo\",\"t79rDv\":\"Ticket nicht gefunden\",\"6tmWch\":\"Ticket oder Produkt\",\"1tfWrD\":\"Ticket-Vorschau für\",\"KnjoUA\":\"Ticketpreis\",\"pGZOcL\":\"Ticket erfolgreich erneut gesendet\",\"o02GZM\":\"Der Ticketverkauf für diese Veranstaltung ist beendet\",\"8jLPgH\":\"Tickettyp\",\"8qsbZ5\":\"Ticketing & Verkauf\",\"zNECqg\":\"Tickets\",\"6GQNLE\":\"Tickets\",\"NRhrIB\":\"Tickets & Produkte\",\"OrWHoZ\":\"Tickets werden automatisch an Kunden auf der Warteliste angeboten, sobald Kapazitäten frei werden.\",\"AGRilS\":\"Verkaufte Tickets\",\"4/dG8J\":\"Stufen\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Uhrzeit\",\"kGEhUy\":\"Uhrzeiten\",\"fXf2r5\":[\"Uhrzeiten in \",[\"timezoneAbbr\"]],\"9udQT9\":\"Titel ist erforderlich\",\"dMtLDE\":\"bis\",\"/jQctM\":\"An\",\"tiI71C\":\"Um Ihre Limits zu erhöhen, kontaktieren Sie uns unter\",\"ecUA8p\":\"Heute\",\"W428WC\":\"Spalten umschalten\",\"BRMXj0\":\"Morgen\",\"UBSG1X\":\"Top Veranstalter (Letzte 14 Tage)\",\"3sZ0xx\":\"Gesamtkonten\",\"SMDzqJ\":\"Teilnehmer gesamt\",\"orBECM\":\"Insgesamt eingesammelt\",\"k5CU8c\":\"Einträge gesamt\",\"4B7oCp\":\"Gesamtgebühr\",\"sMMlTX\":\"Gebühren gesamt\",\"mlvCEl\":\"Bestellungen gesamt\",\"2AW/k5\":\"Gesamtmenge über alle Termine\",\"dp8BCb\":\"Steuern gesamt\",\"vb0Q0/\":\"Gesamtbenutzer\",\"oJjplO\":\"Aufrufe Gesamt\",\"rBZ9pz\":\"Touren\",\"orluER\":\"Verfolgen Sie das Kontowachstum und die Leistung nach Attributionsquelle\",\"YwKzpH\":\"Tracking & Analytik\",\"GUA0Jy\":\"Versuchen Sie einen anderen Suchbegriff oder Filter\",\"2P/OWN\":\"Passen Sie Ihre Filter an, um mehr Termine zu sehen.\",\"ouM5IM\":\"Andere E-Mail versuchen\",\"3DZvE7\":\"Hi.Events kostenlos testen\",\"vq2WxD\":\"Di\",\"G3myU+\":\"Dienstag\",\"Kz91g/\":\"Türkisch\",\"GdOhw6\":\"Ton ausschalten\",\"KUOhTy\":\"Ton einschalten\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Geben Sie \\\"löschen\\\" ein, um zu bestätigen\",\"nSlb72\":\"Zum Suchen tippen...\",\"nWRfmt\":\"Typografie\",\"IrVSu+\":\"Produkt konnte nicht dupliziert werden. Bitte überprüfen Sie Ihre Angaben\",\"Vx2J6x\":\"Teilnehmer konnte nicht abgerufen werden\",\"h0dx5e\":\"Warteliste konnte nicht beigetreten werden\",\"DaE0Hg\":\"Teilnehmerdetails konnten nicht geladen werden.\",\"GlnD5Y\":\"Produkte für diesen Termin konnten nicht geladen werden. Bitte versuchen Sie es erneut.\",\"17VbmV\":\"Check-in konnte nicht rückgängig gemacht werden\",\"n57zCW\":\"Nicht zugeordnete Konten\",\"9uI/rE\":\"Rückgängig\",\"Ef7StM\":\"Unbekannt\",\"ZBAScj\":\"Unbekannter Teilnehmer\",\"MEIAzV\":\"Unbenannt\",\"K6L5Mx\":\"Unbenannter Standort\",\"7yiFvZ\":\"Unbezahlt\",\"C51N+0\":\"bis\",\"NaeLn8\":[\"Bis \",[\"end\"]],\"porwAO\":\"Bis zu einem Datum\",\"ZIb6rJ\":\"Unbenanntes Produkt\",\"crJM8s\":\"Unbenanntes Ticket\",\"X13xGn\":\"Nicht vertrauenswürdig\",\"0bT1FT\":[\"Bis zu \",[\"max\"],\" pro Bestellung\"],\"gyXpQN\":\"Bevorstehende Veranstaltungen\",\"Pp1sWX\":\"Partner aktualisieren\",\"59qHrb\":\"Kapazität aktualisieren\",\"Gaem9v\":\"Name und Beschreibung der Veranstaltung aktualisieren\",\"7EhE4k\":\"Bezeichnung aktualisieren\",\"NPQWj8\":\"Ort aktualisieren\",\"75+lpR\":[\"Update: \",[\"subjectTitle\"],\" – Änderungen am Terminplan\"],\"UOGHdA\":[\"Update: \",[\"subjectTitle\"],\" – Uhrzeit geändert\"],\"+b7T3G\":\"Aktualisiert\",\"ogoTrw\":[[\"count\"],\" Termin(e) aktualisiert\"],\"dDuona\":[\"Kapazität für \",[\"count\"],\" Termin(e) aktualisiert\"],\"FT3LSc\":[\"Bezeichnung für \",[\"count\"],\" Termin(e) aktualisiert\"],\"8EcY1g\":[\"Ort für \",[\"count\"],\" Termin(e) aktualisiert\"],\"83tNam\":\"Aktualisiert sich, während Sie die Regel erstellen. Blättern Sie durch die Monate, um die Termine zu prüfen.\",\"/XlQr2\":\"Wird während der Eingabe aktualisiert.\",\"gJQsLv\":\"Laden Sie ein Titelbild für Ihren Veranstalter hoch\",\"4kEGqW\":\"Laden Sie ein Logo für Ihren Veranstalter hoch\",\"lnCMdg\":\"Bild hochladen\",\"29w7p6\":\"Bild wird hochgeladen...\",\"HtrFfw\":\"URL ist erforderlich\",\"3VnYUR\":\"Die URL muss mit http:// oder https:// beginnen\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB-Scanner empfangsbereit\",\"dyTklH\":\"USB-Scanner pausiert\",\"OHJXlK\":\"Verwenden Sie <0>Liquid-Templating, um Ihre E-Mails zu personalisieren\",\"/rsy72\":\"Standard der Veranstaltung verwenden\",\"0k4cdb\":\"Verwenden Sie Bestelldetails für alle Teilnehmer. Teilnehmernamen und E-Mails entsprechen den Informationen des Käufers.\",\"bA31T4\":\"Verwenden Sie die Käuferdaten für alle Teilnehmer\",\"PpgtnC\":\"Diese Adresse verwenden\",\"rnoQsz\":\"Verwendet für Rahmen, Hervorhebungen und QR-Code-Styling\",\"b0XTc/\":[\"Benutzer (\",[\"0\"],\")\"],\"BV4L/Q\":\"UTM-Analyse\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Ihre Umsatzsteuer-Identifikationsnummer wird validiert...\",\"t7caBM\":\"USt-Ländercode\",\"WLkfqH\":\"USt-IdNr.\",\"pnVh83\":\"Umsatzsteuer-ID\",\"CabI04\":\"Umsatzsteuer-Identifikationsnummer darf keine Leerzeichen enthalten\",\"PMhxAR\":\"Umsatzsteuer-Identifikationsnummer muss mit einem zweistelligen Ländercode beginnen, gefolgt von 8-15 alphanumerischen Zeichen (z.B. DE123456789)\",\"gPgdNV\":\"Umsatzsteuer-Identifikationsnummer erfolgreich validiert\",\"RUMiLy\":\"Validierung der Umsatzsteuer-Identifikationsnummer fehlgeschlagen\",\"vqji3Y\":\"Validierung der Umsatzsteuer-Identifikationsnummer fehlgeschlagen. Bitte überprüfen Sie Ihre Umsatzsteuer-Identifikationsnummer.\",\"8dENF9\":\"MwSt. auf Gebühr\",\"ZutOKU\":\"MwSt.-Satz\",\"+KJZt3\":\"Umsatzsteuerpflichtig\",\"Nfbg76\":\"Umsatzsteuereinstellungen erfolgreich gespeichert\",\"UvYql/\":\"Umsatzsteuer-Einstellungen gespeichert. Wir validieren Ihre Umsatzsteuer-Identifikationsnummer im Hintergrund.\",\"bXn1Jz\":\"MwSt.-Einstellungen aktualisiert\",\"tJylUv\":\"Umsatzsteuerbehandlung für Plattformgebühren\",\"FlGprQ\":\"Umsatzsteuerbehandlung für Plattformgebühren: EU-umsatzsteuerregistrierte Unternehmen können die Umkehrung der Steuerschuldnerschaft nutzen (0% - Artikel 196 der MwSt-Richtlinie 2006/112/EG). Nicht umsatzsteuerregistrierte Unternehmen wird die irische Umsatzsteuer von 23% berechnet.\",\"516oLj\":\"Umsatzsteuer-Validierungsdienst vorübergehend nicht verfügbar\",\"p6QQLa\":[\"USt: \",[\"0\"]],\"5q87Y9\":\"USt: nicht registriert\",\"AdWhjZ\":\"Bestätigungscode\",\"kUAumu\":\"Bestätigungs-E-Mail gesendet. Prüfen Sie Ihren Posteingang.\",\"QDEWii\":\"Verifiziert\",\"wCKkSr\":\"E-Mail verifizieren\",\"/IBv6X\":\"Bestätigen Sie Ihre E-Mail-Adresse\",\"u8nB38\":\"Bestätigen Sie Ihre E-Mail-Adresse, damit Teilnehmer Tickets erhalten können\",\"e/cvV1\":\"Wird verifiziert...\",\"fROFIL\":\"Vietnamesisch\",\"p5nYkr\":\"Alle anzeigen\",\"yA/6BX\":\"Alle anzeigen →\",\"6CQ7/B\":\"Alle Funktionen anzeigen\",\"YSE15b\":\"Alle Check-in-Listen anzeigen\",\"RnvnDc\":\"Alle plattformweit gesendeten Nachrichten anzeigen\",\"+WFMis\":\"Berichte für alle Ihre Veranstaltungen anzeigen und herunterladen. Nur abgeschlossene Bestellungen sind enthalten.\",\"c7VN/A\":\"Antworten anzeigen\",\"SZw9tS\":\"Details anzeigen\",\"9+84uW\":[\"Details für \",[\"0\"],\" \",[\"1\"],\" anzeigen\"],\"FCVmuU\":\"Veranstaltung ansehen\",\"c6SXHN\":\"Veranstaltungsseite anzeigen\",\"n6EaWL\":\"Protokolle anzeigen\",\"OaKTzt\":\"Karte ansehen\",\"zNZNMs\":\"Nachricht anzeigen\",\"67OJ7t\":\"Bestellung anzeigen\",\"tKKZn0\":\"Bestelldetails anzeigen\",\"KeCXJu\":\"Sehen Sie Bestelldetails ein, erstatten Sie Rückzahlungen und senden Sie Bestätigungen erneut.\",\"9jnAcN\":\"Veranstalter-Startseite anzeigen\",\"1J/AWD\":\"Ticket anzeigen\",\"N9FyyW\":\"Sehen, bearbeiten und exportieren Sie Ihre registrierten Teilnehmer.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Sichtbar ab \",[\"start\"],\" – bis zum Verkaufsstart verborgen.\"],\"EkiKJK\":\"Für alle auf der Veranstaltungsseite sichtbar.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Wartend\",\"quR8Qp\":\"Warten auf Zahlung\",\"KrurBH\":\"Warte auf Scan…\",\"u0n+wz\":\"Warteliste\",\"3RXFtE\":\"Warteliste aktiviert\",\"TwnTPy\":\"Wartelisten-Angebot abgelaufen\",\"aUi/Dz\":\"Warnung: Dies ist die Systemstandardkonfiguration. Änderungen wirken sich auf alle Konten aus, denen keine spezifische Konfiguration zugewiesen ist.\",\"aT/44s\":\"Die Stripe-Verbindung konnte nicht übernommen werden. Bitte versuchen Sie es erneut.\",\"jTee4a\":\"Wir konnten dieses Stripe-Konto nicht trennen. Bitte versuchen Sie es erneut.\",\"RRZDED\":\"Wir konnten keine Bestellungen finden, die mit dieser E-Mail-Adresse verknüpft sind.\",\"2RZK9x\":\"Wir konnten die gesuchte Bestellung nicht finden. Der Link ist möglicherweise abgelaufen oder die Bestelldetails haben sich geändert.\",\"nefMIK\":\"Wir konnten das gesuchte Ticket nicht finden. Der Link ist möglicherweise abgelaufen oder die Ticketdetails haben sich geändert.\",\"miysJh\":\"Wir konnten diese Bestellung nicht finden. Möglicherweise wurde sie entfernt.\",\"Fjj/5/\":\"Die Check-in-Listen konnten nicht geladen werden. Bitte versuchen Sie es erneut.\",\"ADsQ23\":\"Stripe ist derzeit nicht erreichbar. Bitte versuchen Sie es gleich erneut.\",\"HJKdzP\":\"Beim Laden dieser Seite ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut.\",\"jegrvW\":\"Wir arbeiten mit Stripe zusammen, um Auszahlungen direkt auf Ihr Bankkonto zu senden.\",\"IfN2Qo\":\"Wir empfehlen ein quadratisches Logo mit mindestens 200x200px\",\"wJzo/w\":\"Wir empfehlen Abmessungen von 400 × 400 Pixeln und eine maximale Dateigröße von 5 MB\",\"L/KlAh\":[\"Wir haben einen Bestätigungslink an \",[\"0\"],\" gesendet\"],\"KRCDqH\":\"Wir verwenden Cookies, um zu verstehen, wie die Website genutzt wird, und um Ihr Erlebnis zu verbessern.\",\"x8rEDQ\":\"Wir konnten Ihre Umsatzsteuer-Identifikationsnummer nach mehreren Versuchen nicht validieren. Wir versuchen es weiterhin im Hintergrund. Bitte schauen Sie später wieder vorbei.\",\"4HaEdK\":[\"Wir erstellen alle \",[\"totalOccurrences\"],\" Sessions — Sie können jeden Termin danach bearbeiten oder entfernen\"],\"mfM/HJ\":[\"Wir benachrichtigen Sie per E-Mail, wenn ein Platz für \",[\"productDisplayName\"],\" am \",[\"occurrenceDate\"],\" verfügbar wird.\"],\"iy+M+c\":[\"Wir benachrichtigen Sie per E-Mail, wenn ein Platz für \",[\"productDisplayName\"],\" verfügbar wird.\"],\"McuGND\":\"Nach dem Speichern öffnen wir einen Nachrichteneditor mit einer vorbereiteten Vorlage. Sie prüfen und senden sie – es wird nichts automatisch versendet.\",\"q1BizZ\":\"Wir senden Ihre Tickets an diese E-Mail\",\"ZOmUYW\":\"Wir validieren Ihre Umsatzsteuer-Identifikationsnummer im Hintergrund. Falls es Probleme gibt, werden wir Sie informieren.\",\"LKjHr4\":[\"Wir haben den Terminplan für „\",[\"title\"],\"“ geändert – \",[\"description\"],\" betrifft \",[\"affectedCount\"],\" Termin(e).\"],\"Fq/Nx7\":\"Wir haben einen 5-stelligen Bestätigungscode gesendet an:\",\"GdWB+V\":\"Webhook erfolgreich erstellt\",\"2X4ecw\":\"Webhook erfolgreich gelöscht\",\"ndBv0v\":\"Webhook-Integrationen\",\"CThMKa\":\"Webhook-Protokolle\",\"I0adYQ\":\"Webhook-Signaturgeheimnis\",\"nuh/Wq\":\"Webhook-URL\",\"8BMPMe\":\"Webhook sendet keine Benachrichtigungen\",\"FSaY52\":\"Webhook sendet Benachrichtigungen\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Website\",\"0f7U0k\":\"Mi\",\"VAcXNz\":\"Mittwoch\",\"64X6l4\":\"Woche\",\"4XSc4l\":\"Wöchentlich\",\"IAUiSh\":\"Wochen\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Willkommen zurück\",\"QDWsl9\":[\"Willkommen bei \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Willkommen bei \",[\"0\"],\", hier ist eine Übersicht all Ihrer Veranstaltungen\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"Welche Art von Veranstaltung?\",\"0WyYF4\":\"Was nicht angemeldetes Personal sehen kann\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Wenn ein Check-in gelöscht wird\",\"RPe6bE\":\"Wenn ein Termin einer wiederkehrenden Veranstaltung abgesagt wird\",\"Gmd0hv\":\"Wenn ein neuer Teilnehmer erstellt wird\",\"zyIyPe\":\"Wenn eine neue Veranstaltung erstellt wird\",\"Lc18qn\":\"Wenn eine neue Bestellung erstellt wird\",\"dfkQIO\":\"Wenn ein neues Produkt erstellt wird\",\"8OhzyY\":\"Wenn ein Produkt gelöscht wird\",\"tRXdQ9\":\"Wenn ein Produkt aktualisiert wird\",\"9L9/28\":\"Wenn ein Produkt ausverkauft ist, können Kunden einer Warteliste beitreten, um benachrichtigt zu werden, wenn Plätze verfügbar werden.\",\"OIkHj+\":\"Wenn ein Produkt ausverkauft ist, können Kunden einer Warteliste beitreten, um benachrichtigt zu werden, wenn Plätze verfügbar werden. Kunden treten der Warteliste für einen bestimmten Termin bei, und Angebote erfolgen pro Termin.\",\"Q7CWxp\":\"Wenn ein Teilnehmer storniert wird\",\"IuUoyV\":\"Wenn ein Teilnehmer eingecheckt wird\",\"nBVOd7\":\"Wenn ein Teilnehmer aktualisiert wird\",\"t7cuMp\":\"Wenn eine Veranstaltung archiviert wird\",\"gtoSzE\":\"Wenn eine Veranstaltung aktualisiert wird\",\"ny2r8d\":\"Wenn eine Bestellung storniert wird\",\"c9RYbv\":\"Wenn eine Bestellung als bezahlt markiert wird\",\"ejMDw1\":\"Wenn eine Bestellung erstattet wird\",\"fVPt0F\":\"Wenn eine Bestellung aktualisiert wird\",\"bcYlvb\":\"Wann Check-In schließt\",\"XIG669\":\"Wann Check-In öffnet\",\"de6HLN\":\"Wenn Kunden Tickets kaufen, erscheinen deren Bestellungen hier.\",\"pm9tpn\":\"Wenn aktiviert, können Käufer ihren Namen und ihre E-Mail-Adresse auf einmal für alle Teilnehmer übernehmen. Deaktivieren Sie diese Option, um die Option \\\"Alle Teilnehmer\\\" zu entfernen; Käufer können ihre Angaben weiterhin für den ersten Teilnehmer übernehmen, die übrigen müssen einzeln eingegeben werden.\",\"403wpZ\":\"Wenn aktiviert, ermöglichen neue Veranstaltungen Teilnehmern, ihre eigenen Ticketdetails über einen sicheren Link zu verwalten. Dies kann pro Veranstaltung überschrieben werden.\",\"blXLKj\":\"Wenn aktiviert, zeigen neue Veranstaltungen beim Checkout ein Marketing-Opt-in-Kontrollkästchen an. Dies kann pro Veranstaltung überschrieben werden.\",\"Kj0Txn\":\"Wenn aktiviert, werden bei Stripe Connect-Transaktionen keine Anwendungsgebühren berechnet. Verwenden Sie dies für Länder, in denen Anwendungsgebühren nicht unterstützt werden.\",\"xo06V3\":\"Wohin der Button verlinkt\",\"uchB0M\":\"Widget-Vorschau\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Schreiben Sie Ihre Nachricht hier...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"Jahr\",\"zkWmBh\":\"Jährlich\",\"+BGee5\":\"Jahre\",\"X/azM1\":\"Ja - Ich habe eine gültige EU-Umsatzsteuer-ID\",\"Tz5oXG\":\"Ja, Bestellung stornieren\",\"QlSZU0\":[\"Sie geben sich als <0>\",[\"0\"],\" (\",[\"1\"],\") aus\"],\"s14PLh\":[\"Sie geben eine Teilerstattung aus. Dem Kunden werden \",[\"0\"],\" \",[\"1\"],\" erstattet.\"],\"o7LgX6\":\"Sie können zusätzliche Servicegebühren und Steuern in Ihren Kontoeinstellungen konfigurieren.\",\"rj3A7+\":\"Sie können dies später für einzelne Termine überschreiben.\",\"paWwQ0\":\"Sie können Tickets bei Bedarf weiterhin manuell anbieten.\",\"jTDzpA\":\"Sie können den letzten aktiven Veranstalter Ihres Kontos nicht archivieren.\",\"D8baxD\":\"Sie haben kostenpflichtige Tickets, aber Stripe ist noch nicht verbunden, daher können Sie keine Zahlungen entgegennehmen.\",\"5VGIlq\":\"Sie haben Ihr Nachrichtenlimit erreicht.\",\"casL1O\":\"Sie haben Steuern und Gebühren zu einem kostenlosen Produkt hinzugefügt. Möchten Sie diese entfernen?\",\"5SgD0L\":\"Sie haben ungespeicherte Änderungen. Möchten Sie diese wirklich verwerfen?\",\"9jJNZY\":\"Sie müssen Ihre Verantwortung bestätigen, bevor Sie speichern\",\"pCLes8\":\"Sie müssen dem Erhalt von Nachrichten zustimmen\",\"FVTVBy\":\"Sie müssen Ihre E-Mail-Adresse bestätigen, bevor Sie den Veranstalterstatus aktualisieren können.\",\"ze4bi/\":\"Sie müssen mindestens einen Termin erstellen, bevor Sie Teilnehmer zu dieser wiederkehrenden Veranstaltung hinzufügen können.\",\"w65ZgF\":\"Sie müssen Ihre Konto-E-Mail-Adresse verifizieren, bevor Sie E-Mail-Vorlagen ändern können.\",\"FRl8Jv\":\"Sie müssen Ihre Konto-E-Mail-Adresse verifizieren, bevor Sie Nachrichten senden können.\",\"88cUW+\":\"Sie erhalten\",\"O6/3cu\":\"Im nächsten Schritt können Sie Termine, Terminpläne und Wiederholungsregeln einrichten.\",\"zKAheG\":\"Sie ändern Terminzeiten\",\"MNFIxz\":[\"Sie gehen zu \",[\"0\"],\"!\"],\"ZlLcht\":[\"Sie melden sich für die Warteliste für den \",[\"occurrenceDate\"],\" an.\"],\"qGZz0m\":\"Sie stehen auf der Warteliste!\",\"/5HL6k\":\"Ihnen wurde ein Platz angeboten!\",\"gbjFFH\":\"Sie haben die Terminzeit geändert\",\"YI0K8C\":[\"Ihr Konto wurde deaktiviert und wird am <0>\",[\"0\"],\" endgültig gelöscht.\"],\"p/Sa0j\":\"Ihr Konto hat Messaging-Limits. Um Ihre Limits zu erhöhen, kontaktieren Sie uns unter\",\"gsWZkk\":\"Ihr Konto ist nun zur Löschung vorgemerkt.\",\"x/xjzn\":\"Ihre Partner wurden erfolgreich exportiert.\",\"TF37u6\":\"Deine Teilnehmer wurden erfolgreich exportiert.\",\"79lXGw\":\"Ihre Check-In-Liste wurde erfolgreich erstellt. Teilen Sie den unten stehenden Link mit Ihrem Check-In-Personal.\",\"BnlG9U\":\"Ihre aktuelle Bestellung geht verloren.\",\"nBqgQb\":\"Ihre E-Mail\",\"GG1fRP\":\"Ihre Veranstaltung ist live!\",\"ifRqmm\":\"Ihre Nachricht wurde erfolgreich gesendet!\",\"0/+Nn9\":\"Ihre Nachrichten werden hier angezeigt\",\"/Rj5P4\":\"Ihr Name\",\"PFjJxY\":\"Ihr neues Passwort muss mindestens 8 Zeichen lang sein.\",\"gzrCuN\":\"Ihre Bestelldetails wurden aktualisiert. Eine Bestätigungs-E-Mail wurde an die neue E-Mail-Adresse gesendet.\",\"naQW82\":\"Ihre Bestellung wurde storniert.\",\"bhlHm/\":\"Ihre Bestellung wartet auf Zahlung\",\"XeNum6\":\"Deine Bestellungen wurden erfolgreich exportiert.\",\"Xd1R1a\":\"Adresse Ihres Veranstalters\",\"WWYHKD\":\"Ihre Zahlung ist mit Verschlüsselung auf Bankniveau geschützt\",\"5b3QLi\":\"Ihr Tarif\",\"N4Zkqc\":\"Ihr gespeicherter Terminfilter ist nicht mehr verfügbar – es werden alle Termine angezeigt.\",\"o0qzpM\":\"Ihr Stripe-Konto selbst ist nicht betroffen und es gehen keine Daten verloren — Sie können jederzeit erneut verbinden.\",\"FNO5uZ\":\"Ihr Ticket bleibt gültig – Sie müssen nichts tun, es sei denn, die neue Uhrzeit passt Ihnen nicht. Bitte antworten Sie auf diese E-Mail, wenn Sie Fragen haben.\",\"CnZ3Ou\":\"Ihre Tickets wurden bestätigt.\",\"EmFsMZ\":\"Ihre Umsatzsteuer-Identifikationsnummer ist zur Validierung in der Warteschlange\",\"QBlhh4\":\"Ihre Umsatzsteuer-Identifikationsnummer wird beim Speichern validiert\",\"fT9VLt\":\"Ihr Wartelisten-Angebot ist abgelaufen und wir konnten Ihre Bestellung nicht abschließen. Bitte treten Sie der Warteliste erneut bei, um benachrichtigt zu werden, wenn weitere Plätze verfügbar werden.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file diff --git a/frontend/src/locales/de.po b/frontend/src/locales/de.po index 19ba183d0c..87a82f2cb3 100644 --- a/frontend/src/locales/de.po +++ b/frontend/src/locales/de.po @@ -33,7 +33,7 @@ msgstr "(leer)" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:110 msgid "(none)" -msgstr "" +msgstr "(keine)" #: src/components/common/ReportTable/index.tsx:328 msgid "{0}" @@ -53,7 +53,7 @@ msgstr "{0} {1} ist bereits eingecheckt" #: src/components/layouts/CheckIn/index.tsx:249 msgid "{0} <0>checked in" -msgstr "" +msgstr "{0} <0>eingecheckt" #: src/components/layouts/CheckIn/index.tsx:284 msgid "{0} <0>checked out successfully" @@ -83,7 +83,7 @@ msgstr "{0} Logo" #: src/components/modals/CreateAttendeeModal/index.tsx:272 msgid "{0} of {1} seats are taken." -msgstr "" +msgstr "{0} von {1} Plätzen sind belegt." #: src/components/routes/events/Dashboard/index.tsx:141 msgid "{0} organizers" @@ -99,15 +99,15 @@ msgstr "{0} erfolgreich aktualisiert" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:417 msgid "{activeCount} enabled" -msgstr "" +msgstr "{activeCount} aktiviert" #: src/components/common/CheckIn/CheckInInfoModal.tsx:101 msgid "{appName} logo" -msgstr "" +msgstr "{appName}-Logo" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:296 msgid "{attendeeCount} attendees are registered for this session." -msgstr "" +msgstr "{attendeeCount} Teilnehmer sind für diesen Termin angemeldet." #: src/components/common/EventCard/index.tsx:133 msgid "{availableCount} of {totalCount} available" @@ -119,7 +119,7 @@ msgstr "{capacity} Plätze frei" #: src/components/common/CheckIn/CheckInInfoModal.tsx:55 msgid "{checkedIn} / {total} checked in" -msgstr "" +msgstr "{checkedIn} / {total} eingecheckt" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:378 msgid "{chipTime}, Sold Out" @@ -131,12 +131,12 @@ msgstr "{chipTime}, Ausverkauft, Warteliste verfügbar" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:210 msgid "{completedCount} of {totalCount} steps complete" -msgstr "" +msgstr "{completedCount} von {totalCount} Schritten abgeschlossen" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "{count} add-ons" -msgstr "" +msgstr "{count} Add-ons" #: src/components/common/Countdown/index.tsx:68 msgid "{days} days, {hours} hours, {minutes} minutes, and {seconds} seconds" @@ -144,15 +144,15 @@ msgstr "{days} Tage, {hours} Stunden, {minutes} Minuten und {seconds} Sekunden" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:29 msgid "{diffHr}h ago" -msgstr "" +msgstr "vor {diffHr} Std." #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:27 msgid "{diffMin}m ago" -msgstr "" +msgstr "vor {diffMin} Min." #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:25 msgid "{diffSec}s ago" -msgstr "" +msgstr "vor {diffSec} Sek." #: src/components/common/OrganizerWebhookTable/index.tsx:79 #: src/components/common/WebhookTable/index.tsx:79 @@ -161,7 +161,7 @@ msgstr "{eventCount} Ereignisse" #: src/components/forms/ProductForm/ledgerSummaries.ts:103 msgid "{first} + {additionalCount} more" -msgstr "" +msgstr "{first} + {additionalCount} weitere" #: src/components/common/Countdown/index.tsx:70 msgid "{hours} hours, {minutes} minutes, and {seconds} seconds" @@ -169,11 +169,11 @@ msgstr "{hours} Stunden, {minutes} Minuten und {seconds} Sekunden" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:262 msgid "{loadedAffectedAttendees} attendees are registered across the affected sessions." -msgstr "" +msgstr "{loadedAffectedAttendees} Teilnehmer sind bei den betroffenen Terminen angemeldet." #: src/components/forms/ProductForm/ledgerSummaries.ts:112 msgid "{min}–{max} per order" -msgstr "" +msgstr "{min}–{max} pro Bestellung" #: src/components/common/Countdown/index.tsx:72 msgid "{minutes} minutes and {seconds} seconds" @@ -185,12 +185,12 @@ msgstr "Erste Veranstaltung von {organizerName}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:95 msgid "{productCount} ticket types configured" -msgstr "" +msgstr "{productCount} Tickettypen konfiguriert" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "{slotCount} times available" -msgstr "" +msgstr "{slotCount} Uhrzeiten verfügbar" #: src/components/common/EventCard/index.tsx:129 msgid "{totalCount} ticket types" @@ -266,15 +266,15 @@ msgstr "1 aktiver Webhook" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "1 add-on" -msgstr "" +msgstr "1 Add-on" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:261 msgid "1 attendee is registered across the affected sessions." -msgstr "" +msgstr "1 Teilnehmer ist bei den betroffenen Terminen angemeldet." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:295 msgid "1 attendee is registered for this session." -msgstr "" +msgstr "1 Teilnehmer ist für diesen Termin angemeldet." #: src/components/modals/SendMessageModal/index.tsx:128 msgid "1 day after end date" @@ -302,12 +302,12 @@ msgstr "1 Ticketart" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:94 msgid "1 ticket type configured" -msgstr "" +msgstr "1 Tickettyp konfiguriert" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "1 time available" -msgstr "" +msgstr "1 Uhrzeit verfügbar" #: src/components/modals/SendMessageModal/index.tsx:119 msgid "1 week before event" @@ -320,7 +320,7 @@ msgstr "Musterstraße 123" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:250 msgid "135+ currencies & 40+ payment methods" -msgstr "" +msgstr "Über 135 Währungen & über 40 Zahlungsmethoden" #: src/components/common/WidgetEditor/index.tsx:230 msgid "20" @@ -336,7 +336,7 @@ msgstr "Eine Stornierungsbenachrichtigung wurde gesendet an" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:299 msgid "a change in duration" -msgstr "" +msgstr "eine Änderung der Dauer" #: src/components/forms/QuestionForm/index.tsx:138 msgid "A date input. Perfect for asking for a date of birth etc." @@ -356,7 +356,7 @@ msgstr "Eine Gebühr, beispielsweise eine Buchungsgebühr oder eine Servicegebü #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:199 msgid "A few quick steps and you're ready to start selling." -msgstr "" +msgstr "Nur wenige Schritte, dann können Sie mit dem Verkauf beginnen." #: src/components/forms/TaxAndFeeForm/index.tsx:35 msgid "A fixed amount per product. E.g, $0.50 per product" @@ -388,7 +388,7 @@ msgstr "Eine Radiooption hat mehrere Optionen, aber nur eine kann ausgewählt we #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:298 msgid "a shift in start/end times" -msgstr "" +msgstr "eine Verschiebung der Start-/Endzeiten" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:69 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:69 @@ -466,7 +466,7 @@ msgstr "Einladung annehmen" #: src/components/forms/ProductForm/index.tsx:596 msgid "Access" -msgstr "" +msgstr "Zugang" #: src/components/common/AdminOrdersTable/index.tsx:70 #: src/components/routes/account/ManageAccount/index.tsx:22 @@ -481,11 +481,11 @@ msgstr "Konto" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:354 msgid "Account · {0}" -msgstr "" +msgstr "Konto · {0}" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:353 msgid "Account · {0} · {1}" -msgstr "" +msgstr "Konto · {0} · {1}" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:69 msgid "Account deletion has been cancelled." @@ -581,11 +581,11 @@ msgstr "Aktive Events" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:415 msgid "Active payment methods" -msgstr "" +msgstr "Aktive Zahlungsmethoden" #: src/components/routes/event/OccurrencesTab/index.tsx:402 msgid "Activity" -msgstr "" +msgstr "Aktivität" #: src/components/routes/product-widget/SelectProducts/index.tsx:825 msgid "Add {0} first" @@ -593,27 +593,27 @@ msgstr "Zuerst {0} hinzufügen" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:147 msgid "Add a cover image and theme to match your brand" -msgstr "" +msgstr "Fügen Sie ein Titelbild und ein Design passend zu Ihrer Marke hinzu" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:142 msgid "Add a date" -msgstr "" +msgstr "Termin hinzufügen" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:137 msgid "Add a description and venue so attendees know what to expect" -msgstr "" +msgstr "Fügen Sie eine Beschreibung und einen Veranstaltungsort hinzu, damit Teilnehmer wissen, was sie erwartet" #: src/components/forms/CheckInListForm/index.tsx:144 msgid "Add a description for this check-in list" msgstr "Fügen Sie eine Beschreibung für diese Eincheckliste hinzu" -#: src/components/routes/event/OccurrencesTab/index.tsx:541 +#: src/components/routes/event/OccurrencesTab/index.tsx:556 msgid "Add a Single Date" -msgstr "" +msgstr "Einzelnen Termin hinzufügen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:992 msgid "Add another time" -msgstr "" +msgstr "Weitere Uhrzeit hinzufügen" #: src/components/modals/ManageAttendeeModal/index.tsx:226 msgid "Add any notes about the attendee. These will not be visible to the attendee." @@ -633,11 +633,11 @@ msgstr "Fügen Sie Notizen zur Bestellung hinzu..." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:533 msgid "Add at least one time" -msgstr "" +msgstr "Fügen Sie mindestens eine Uhrzeit hinzu" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:150 msgid "Add connection details for the online event." -msgstr "" +msgstr "Fügen Sie die Zugangsdaten für die Online-Veranstaltung hinzu." #: src/components/common/QuestionsTable/index.tsx:434 msgid "Add custom questions to collect additional information during checkout" @@ -645,19 +645,19 @@ msgstr "Fügen Sie benutzerdefinierte Fragen hinzu, um während des Bezahlvorgan #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Add Date" -msgstr "" +msgstr "Termin hinzufügen" #: src/components/modals/PublishEventModal/index.tsx:105 msgid "Add dates" msgstr "Termine hinzufügen" -#: src/components/routes/event/OccurrencesTab/index.tsx:526 +#: src/components/routes/event/OccurrencesTab/index.tsx:541 msgid "Add Dates" -msgstr "" +msgstr "Termine hinzufügen" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:104 msgid "Add dates and times for your recurring event" -msgstr "" +msgstr "Termine und Uhrzeiten für Ihre wiederkehrende Veranstaltung hinzufügen" #: src/components/forms/QuestionForm/index.tsx:202 msgid "Add description" @@ -665,11 +665,11 @@ msgstr "Beschreibung hinzufügen" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:140 msgid "Add details" -msgstr "" +msgstr "Details hinzufügen" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:136 msgid "Add event details" -msgstr "" +msgstr "Veranstaltungsdetails hinzufügen" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:154 msgid "Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)" @@ -684,7 +684,7 @@ msgstr "Standort hinzufügen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1047 msgid "Add multiple times if you run several sessions per day." -msgstr "" +msgstr "Fügen Sie mehrere Uhrzeiten hinzu, wenn Sie mehrere Termine pro Tag anbieten." #: src/components/common/HeadingCard/index.tsx:28 msgid "Add New" @@ -713,7 +713,7 @@ msgstr "Steuern oder Gebühren hinzufügen" #: src/components/modals/CreateAttendeeModal/index.tsx:276 msgid "Add this attendee anyway (override capacity)" -msgstr "" +msgstr "Teilnehmer trotzdem hinzufügen (Kapazität überschreiben)" #: src/components/common/AddToCalendarCTA/index.tsx:21 msgid "Add this event to your calendar" @@ -753,16 +753,16 @@ msgstr "Fügen Sie Ihre Social-Media-Konten und die Website-URL hinzu. Diese wer #: src/components/common/ProductsTable/SortableProduct/index.tsx:344 #: src/components/forms/ProductForm/ledgerSummaries.ts:128 msgid "Add-on only" -msgstr "" +msgstr "Nur als Add-on" #: src/components/forms/ProductForm/index.tsx:552 msgid "Add-on products" -msgstr "" +msgstr "Add-on-Produkte" #: src/components/forms/ProductForm/index.tsx:533 #: src/components/routes/product-widget/SelectProducts/index.tsx:822 msgid "Add-ons" -msgstr "" +msgstr "Add-ons" #: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:78 msgid "Added at checkout" @@ -833,7 +833,7 @@ msgstr "Administratorbenutzer haben vollständigen Zugriff auf Ereignisse und Ko #: src/components/forms/ProductForm/index.tsx:207 msgid "Admits attendees to your event" -msgstr "" +msgstr "Gewährt Teilnehmern Einlass zu Ihrer Veranstaltung" #: src/components/common/AffiliateTable/index.tsx:82 msgid "Affiliate" @@ -853,7 +853,7 @@ msgstr "Partner erfolgreich gelöscht" #: src/components/layouts/AuthLayout/index.tsx:22 msgid "Affiliate program" -msgstr "" +msgstr "Partnerprogramm" #: src/components/forms/AffiliateForm/index.tsx:23 msgid "Affiliate sales will be tracked" @@ -883,11 +883,11 @@ msgstr "Partner helfen Ihnen, Verkäufe von Partnern und Influencern zu verfolge #: src/components/routes/welcome/index.tsx:418 msgid "After your event is created, you can choose how often it repeats from the dashboard." -msgstr "" +msgstr "Nachdem Ihre Veranstaltung erstellt wurde, können Sie im Dashboard festlegen, wie oft sie sich wiederholt." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "all" -msgstr "" +msgstr "alle" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:133 #: src/components/routes/admin/DeletionRequests/index.tsx:88 @@ -906,7 +906,7 @@ msgstr "Alle Teilnehmer" #: src/components/modals/SendMessageModal/index.tsx:378 msgid "All attendees of the selected sessions" -msgstr "" +msgstr "Alle Teilnehmer der ausgewählten Termine" #: src/components/modals/SendMessageModal/index.tsx:381 msgid "All attendees of this event" @@ -914,7 +914,7 @@ msgstr "Alle Teilnehmer dieser Veranstaltung" #: src/components/modals/SendMessageModal/index.tsx:380 msgid "All attendees of this occurrence" -msgstr "" +msgstr "Alle Teilnehmer dieses Termins" #: src/components/common/OrganizerReportTable/index.tsx:291 msgid "All Currencies" @@ -923,14 +923,14 @@ msgstr "Alle Währungen" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:48 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:101 msgid "All dates" -msgstr "" +msgstr "Alle Termine" #: src/components/common/CheckInListTable/index.tsx:106 #: src/components/routes/event/attendees.tsx:235 #: src/components/routes/event/orders.tsx:182 #: src/components/routes/event/SoldOutWaitlist/index.tsx:104 msgid "All Dates" -msgstr "" +msgstr "Alle Termine" #: src/components/routes/events/Dashboard/index.tsx:75 msgid "All Ended Events" @@ -948,18 +948,18 @@ msgstr "Alle fehlgeschlagenen Jobs gelöscht" msgid "All jobs queued for retry" msgstr "Alle Jobs zur Wiederholung eingereiht" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:346 msgid "All matching dates" -msgstr "" +msgstr "Alle passenden Termine" #: src/components/forms/CheckInListForm/index.tsx:132 #: src/components/modals/SendMessageModal/index.tsx:359 msgid "All occurrences" -msgstr "" +msgstr "Alle Termine" #: src/components/common/ReportTable/index.tsx:279 msgid "All Occurrences" -msgstr "" +msgstr "Alle Termine" #: src/components/common/PromoCodeTable/index.tsx:139 msgid "All Products" @@ -1018,7 +1018,7 @@ msgstr "Haben Sie bereits ein Konto? <0>{0}" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:135 msgid "Already in" -msgstr "" +msgstr "Bereits vorhanden" #: src/components/modals/RefundOrderModal/index.tsx:86 msgid "Already Refunded" @@ -1026,7 +1026,7 @@ msgstr "Bereits erstattet" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:193 msgid "Already use Stripe on another organizer? Reuse that connection." -msgstr "" +msgstr "Nutzen Sie Stripe bereits bei einem anderen Veranstalter? Verwenden Sie diese Verbindung erneut." #: src/components/modals/RefundOrderModal/index.tsx:132 msgid "Also cancel this order" @@ -1042,7 +1042,7 @@ msgstr "Immer verfügbar" #: src/components/forms/ProductForm/ledgerSummaries.ts:53 msgid "Always on sale" -msgstr "" +msgstr "Immer im Verkauf" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:77 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:77 @@ -1130,15 +1130,15 @@ msgstr "Antwort erfolgreich aktualisiert." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:246 msgid "Answers" -msgstr "" +msgstr "Antworten" #: src/components/forms/CheckInListForm/index.tsx:207 msgid "Answers provided at checkout (e.g. meal choice)" -msgstr "" +msgstr "Beim Checkout gegebene Antworten (z. B. Menüauswahl)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1148 msgid "Any dates you've manually customized will be kept." -msgstr "" +msgstr "Manuell angepasste Termine bleiben erhalten." #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:62 msgid "Any queries from product holders will be sent to this email address. This will also be used as the \"reply-to\" address for all emails sent from this event" @@ -1160,9 +1160,9 @@ msgstr "angewendet — {0} Rabatt auf Ihre Bestellung" msgid "Applies to {0} products" msgstr "Gilt für {0} Produkte" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:365 msgid "Applies to {0}, non-cancelled dates currently loaded on this page." -msgstr "" +msgstr "Gilt für {0}, nicht abgesagte Termine, die derzeit auf dieser Seite geladen sind." #: src/components/common/CapacityAssignmentList/index.tsx:95 msgid "Applies to 1 product" @@ -1170,32 +1170,32 @@ msgstr "Gilt für 1 Produkt" #: src/components/forms/CheckInListForm/index.tsx:175 msgid "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." -msgstr "" +msgstr "Gilt für alle, die den geteilten Check-in-Link ohne Anmeldung öffnen. Angemeldete Teammitglieder sehen immer alles." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:363 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 msgid "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." -msgstr "" +msgstr "Gilt für jeden {0}, nicht abgesagten Termin dieser Veranstaltung – auch für derzeit nicht geladene Termine." #: src/components/common/FilterModal/index.tsx:284 #: src/components/routes/product-widget/SelectProducts/index.tsx:945 msgid "Apply" msgstr "Anwenden" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:509 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:511 msgid "Apply Changes" -msgstr "" +msgstr "Änderungen übernehmen" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" msgstr "Diesen {type} auf alle neuen Produkte anwenden" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:338 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:339 msgid "Apply to" -msgstr "" +msgstr "Anwenden auf" #: src/components/forms/CheckInListForm/index.tsx:105 msgid "Apply to all tickets" -msgstr "" +msgstr "Auf alle Tickets anwenden" #: src/components/routes/admin/Messages/index.tsx:232 msgid "Approve Message" @@ -1203,7 +1203,7 @@ msgstr "Nachricht genehmigen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:68 msgid "April" -msgstr "" +msgstr "April" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:63 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:69 @@ -1259,7 +1259,7 @@ msgstr "Sind Sie sicher, dass Sie diesen Veranstalter archivieren möchten? Dadu #: src/components/routes/event/OccurrencesTab/index.tsx:215 msgid "Are you sure you want to cancel {count} date(s)? Affected attendees will be notified by email." -msgstr "" +msgstr "Möchten Sie {count} Termin(e) wirklich absagen? Betroffene Teilnehmer werden per E-Mail benachrichtigt." #: src/hooks/useAttendeeActions.tsx:44 msgid "Are you sure you want to cancel this attendee? This will void their ticket" @@ -1269,7 +1269,7 @@ msgstr "Möchten Sie diesen Teilnehmer wirklich stornieren? Dadurch wird sein Ti #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:36 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:326 msgid "Are you sure you want to cancel this date? Affected attendees will be notified by email." -msgstr "" +msgstr "Möchten Sie diesen Termin wirklich absagen? Betroffene Teilnehmer werden per E-Mail benachrichtigt." #: src/components/routes/event/messages.tsx:33 msgid "Are you sure you want to cancel this scheduled message?" @@ -1295,11 +1295,11 @@ msgstr "Sind Sie sicher, dass Sie diese Konfiguration löschen möchten? Dies ka #: src/components/routes/event/OccurrenceDetail/index.tsx:84 #: src/components/routes/event/OccurrencesTab/index.tsx:184 msgid "Are you sure you want to delete this date? This action cannot be undone." -msgstr "" +msgstr "Möchten Sie diesen Termin wirklich löschen? Diese Aktion kann nicht rückgängig gemacht werden." #: src/components/common/ImageUploadDropzone/index.tsx:114 msgid "Are you sure you want to delete this image?" -msgstr "" +msgstr "Möchten Sie dieses Bild wirklich löschen?" #: src/components/common/PromoCodeTable/index.tsx:37 msgid "Are you sure you want to delete this promo code?" @@ -1307,7 +1307,7 @@ msgstr "Möchten Sie diesen Aktionscode wirklich löschen?" #: src/components/common/TaxAndFeeList/index.tsx:33 msgid "Are you sure you want to delete this tax or fee? It will no longer be applied to new orders." -msgstr "" +msgstr "Möchten Sie diese Steuer oder Gebühr wirklich löschen? Sie wird auf neue Bestellungen nicht mehr angewendet." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:111 msgid "Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template." @@ -1344,7 +1344,7 @@ msgstr "Sind Sie sicher, dass Sie dieser Person einen Platz anbieten möchten? S #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:360 msgid "Are you sure you want to permanently delete this date? This cannot be undone." -msgstr "" +msgstr "Möchten Sie diesen Termin wirklich endgültig löschen? Dies kann nicht rückgängig gemacht werden." #: src/components/common/StatusToggle/index.tsx:38 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." @@ -1380,7 +1380,7 @@ msgstr "Sind Sie sicher, dass Sie diesen Veranstalter wiederherstellen möchten? #: src/components/routes/account/ManageAccount/sections/Users/index.tsx:50 msgid "Are you sure you want to revoke this invitation?" -msgstr "" +msgstr "Möchten Sie diese Einladung wirklich zurückziehen?" #: src/components/common/StatusToggle/index.tsx:41 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." @@ -1425,11 +1425,11 @@ msgstr "Einmal pro Produkt fragen" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:119 msgid "Assign a different plan" -msgstr "" +msgstr "Anderen Tarif zuweisen" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:130 msgid "Assign plan" -msgstr "" +msgstr "Tarif zuweisen" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:165 msgid "Assigned Tier" @@ -1443,7 +1443,7 @@ msgstr "Mindestens ein Ereignistyp muss ausgewählt werden" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:64 #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:117 msgid "At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead." -msgstr "" +msgstr "Mindestens ein Produkt muss für diesen Termin verfügbar bleiben. Um den Termin unzugänglich zu machen, sagen Sie ihn stattdessen im Terminplan ab." #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:96 msgid "Attempts" @@ -1455,7 +1455,7 @@ msgstr "Anwesenheit und Check-in-Raten für alle Veranstaltungen" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendee" -msgstr "" +msgstr "Teilnehmer" #: src/components/common/AttendeeTicket/index.tsx:101 #: src/components/common/QuestionsTable/index.tsx:462 @@ -1497,7 +1497,7 @@ msgstr "Teilnehmer nicht gefunden" #: src/components/forms/CheckInListForm/index.tsx:188 msgid "Attendee notes" -msgstr "" +msgstr "Teilnehmernotizen" #: src/components/routes/event/attendees.tsx:81 msgid "Attendee Status" @@ -1523,7 +1523,7 @@ msgstr "Ticket des Teilnehmers nicht in dieser Liste enthalten" #: src/components/routes/event/attendees.tsx:250 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendees" -msgstr "" +msgstr "Teilnehmer" #: src/components/common/EventCard/index.tsx:251 #: src/components/common/EventCard/index.tsx:366 @@ -1545,7 +1545,7 @@ msgstr "Teilnehmer" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:72 msgid "attendees checked in" -msgstr "" +msgstr "Teilnehmer eingecheckt" #: src/components/routes/event/attendees.tsx:163 msgid "Attendees Exported" @@ -1587,7 +1587,7 @@ msgstr "Zielgruppe" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:72 msgid "August" -msgstr "" +msgstr "August" #: src/components/common/WidgetEditor/index.tsx:236 msgid "Auto Resize" @@ -1623,7 +1623,7 @@ msgstr "Verfügbar, sobald die Zahlung abgeschlossen ist" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:265 msgid "Available times on {dayName}" -msgstr "" +msgstr "Verfügbare Uhrzeiten am {dayName}" #: src/components/modals/RefundOrderModal/index.tsx:93 msgid "Available to Refund" @@ -1635,7 +1635,7 @@ msgstr "Verfügbare Token" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:161 msgid "Awaiting" -msgstr "" +msgstr "Ausstehend" #: src/components/common/OrderStatusBadge/index.tsx:11 #: src/components/modals/SendMessageModal/index.tsx:425 @@ -1649,7 +1649,7 @@ msgstr "Warten auf Offline-Zahlung" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:120 msgid "Awaiting pay" -msgstr "" +msgstr "Zahlung ausstehend" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:117 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:225 @@ -1719,7 +1719,7 @@ msgstr "Hintergrundtyp" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:128 msgid "Bank account connected" -msgstr "" +msgstr "Bankkonto verbunden" #: src/components/routes/admin/Announcements/index.tsx:178 #: src/components/routes/admin/Announcements/index.tsx:374 @@ -1736,12 +1736,12 @@ msgstr "Grundpreis" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:207 msgid "Base Price" -msgstr "" +msgstr "Grundpreis" #: src/components/forms/ProductForm/index.tsx:433 #: src/components/forms/ProductForm/index.tsx:436 msgid "Based on the global sale period above, not per date" -msgstr "" +msgstr "Basiert auf dem globalen Verkaufszeitraum oben, nicht pro Termin" #: src/components/routes/organizer/Settings/index.tsx:31 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:63 @@ -1779,19 +1779,19 @@ msgstr "Brasilianisches Portugiesisch" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:253 msgid "Built-in fraud protection" -msgstr "" +msgstr "Integrierter Betrugsschutz" -#: src/components/routes/event/OccurrencesTab/index.tsx:517 +#: src/components/routes/event/OccurrencesTab/index.tsx:532 msgid "Bulk Edit" -msgstr "" +msgstr "Sammelbearbeitung" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:308 msgid "Bulk Edit Dates" -msgstr "" +msgstr "Termine sammelbearbeiten" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:233 msgid "Bulk update failed." -msgstr "" +msgstr "Sammelaktualisierung fehlgeschlagen." #: src/constants/eventCategories.ts:26 msgid "Business" @@ -1799,11 +1799,11 @@ msgstr "Geschäftlich" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:190 msgid "Business address" -msgstr "" +msgstr "Geschäftsadresse" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:185 msgid "Business name" -msgstr "" +msgstr "Firmenname" #: src/components/routes/admin/Announcements/index.tsx:455 msgid "Button label" @@ -1827,7 +1827,7 @@ msgstr "Käufer zahlt" #: src/components/forms/ProductForm/index.tsx:562 msgid "Buyers can add these to their order when they select this product at checkout." -msgstr "" +msgstr "Käufer können diese beim Checkout zu ihrer Bestellung hinzufügen, wenn sie dieses Produkt auswählen." #: src/components/common/PlatformFeesSettings/index.tsx:235 msgid "Buyers see a clean price. The platform fee is deducted from your payout." @@ -1848,7 +1848,7 @@ msgstr "Mit der Registrierung stimmen Sie unseren <0>Servicebedingungen und #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:123 msgid "By ticket type" -msgstr "" +msgstr "Nach Tickettyp" #: src/components/routes/admin/Configurations/index.tsx:259 msgid "Bypass Application Fees" @@ -1860,7 +1860,7 @@ msgstr "Berechnungstyp" #: src/components/routes/event/OccurrencesTab/index.tsx:473 msgid "Calendar" -msgstr "" +msgstr "Kalender" #: src/components/common/EmailTemplateEditor/CTAConfiguration.tsx:20 msgid "Call-to-Action Button" @@ -1869,11 +1869,11 @@ msgstr "Aktionsschaltfläche" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:153 #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:90 msgid "Camera" -msgstr "" +msgstr "Kamera" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:110 msgid "Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings." -msgstr "" +msgstr "Die Kameraberechtigung wurde verweigert. <0>Berechtigung erneut anfragen oder erlauben Sie dieser Seite den Kamerazugriff in Ihren Browsereinstellungen." #: src/components/routes/admin/Attribution/index.tsx:107 msgid "Campaign" @@ -1881,7 +1881,7 @@ msgstr "Kampagne" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:79 msgid "Can't check in" -msgstr "" +msgstr "Check-in nicht möglich" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:57 #: src/components/common/ContactOrganizerModal/index.tsx:104 @@ -1897,7 +1897,7 @@ msgstr "" #: src/components/modals/PublishEventModal/index.tsx:208 #: src/components/routes/admin/DeletionRequests/index.tsx:178 #: src/components/routes/event/messages.tsx:80 -#: src/components/routes/event/OccurrencesTab/index.tsx:499 +#: src/components/routes/event/OccurrencesTab/index.tsx:504 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:272 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:306 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:61 @@ -1914,7 +1914,7 @@ msgstr "Abbrechen" #: src/components/routes/event/OccurrencesTab/index.tsx:211 #: src/components/routes/event/OccurrencesTab/index.tsx:223 msgid "Cancel {count} date(s)" -msgstr "" +msgstr "{count} Termin(e) absagen" #: src/components/modals/RefundOrderModal/index.tsx:133 msgid "Cancel all products and release them back to the pool" @@ -1928,7 +1928,7 @@ msgstr "Alle Produkte stornieren und in den Pool zurückgeben" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:568 msgid "Cancel Date" -msgstr "" +msgstr "Termin absagen" #: src/components/common/PendingDeletionBanner/index.tsx:37 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:104 @@ -1985,7 +1985,7 @@ msgstr "Abgesagt" #: src/components/routes/event/OccurrencesTab/index.tsx:237 msgid "Cancelling {0} date(s). This may take a moment to complete." -msgstr "" +msgstr "{0} Termin(e) werden abgesagt. Dies kann einen Moment dauern." #: src/components/routes/admin/Configurations/index.tsx:36 msgid "Cannot delete the system default configuration" @@ -2011,7 +2011,7 @@ msgstr "Kapazitätszuweisungen" #: src/components/layouts/AuthLayout/index.tsx:28 msgid "Capacity management" -msgstr "" +msgstr "Kapazitätsverwaltung" #: src/components/layouts/Event/index.tsx:137 msgid "Capacity Management" @@ -2019,15 +2019,15 @@ msgstr "Kapazitätsverwaltung" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:111 msgid "Capacity must be 0 or greater" -msgstr "" +msgstr "Die Kapazität muss 0 oder größer sein" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:300 msgid "capacity updates" -msgstr "" +msgstr "Kapazitätsänderungen" #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:66 msgid "Capacity Used" -msgstr "" +msgstr "Genutzte Kapazität" #: src/components/modals/CreateProductCategoryModal/index.tsx:52 msgid "Categories allow you to group products together. For example, you might have a category for \"Tickets\" and another for \"Merchandise\"." @@ -2052,7 +2052,7 @@ msgstr "Kategorie erfolgreich erstellt" #: src/components/common/ProductsTable/SortableCategory/index.tsx:48 msgid "Category deleted successfully" -msgstr "" +msgstr "Kategorie erfolgreich gelöscht" #: src/components/common/LocationPicker/index.tsx:201 msgid "Change" @@ -2060,7 +2060,7 @@ msgstr "Ändern" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Change duration" -msgstr "" +msgstr "Dauer ändern" #: src/components/routes/profile/ManageProfile/index.tsx:239 msgid "Change password" @@ -2068,11 +2068,11 @@ msgstr "Kennwort ändern" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Change the attendee limit" -msgstr "" +msgstr "Teilnehmerlimit ändern" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:365 msgid "Change time" -msgstr "" +msgstr "Uhrzeit ändern" #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Change waitlist settings" @@ -2080,11 +2080,11 @@ msgstr "Wartelisten-Einstellungen ändern" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:212 msgid "Changed duration for {count} date(s)" -msgstr "" +msgstr "Dauer für {count} Termin(e) geändert" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:399 msgid "Charges" -msgstr "" +msgstr "Zahlungen" #: src/constants/eventCategories.ts:24 msgid "Charity" @@ -2093,7 +2093,7 @@ msgstr "Wohltätigkeit" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:82 msgid "Check in" -msgstr "" +msgstr "Einchecken" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:28 msgid "Check in {0} {1}" @@ -2110,12 +2110,12 @@ msgstr "Nur einchecken" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:81 msgid "Check out" -msgstr "" +msgstr "Auschecken" #: src/components/layouts/EventHomepage/index.tsx:337 #: src/components/layouts/EventHomepage/index.tsx:338 msgid "Check out this event: {0}" -msgstr "" +msgstr "Schauen Sie sich diese Veranstaltung an: {0}" #: src/components/layouts/Checkout/index.tsx:338 msgid "Check out this event!" @@ -2133,12 +2133,12 @@ msgstr "Überprüfen Sie Ihren Posteingang! Wenn Tickets mit dieser E-Mail verkn #: src/components/layouts/CheckIn/index.tsx:549 msgid "Check-in" -msgstr "" +msgstr "Check-in" #: src/components/modals/ManageAttendeeModal/index.tsx:137 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:58 msgid "Check-In" -msgstr "" +msgstr "Check-in" #: src/components/forms/WebhookForm/index.tsx:121 msgid "Check-in Created" @@ -2150,15 +2150,15 @@ msgstr "Check-in gelöscht" #: src/components/layouts/CheckIn/index.tsx:215 msgid "Check-in for {0} was undone" -msgstr "" +msgstr "Check-in für {0} wurde rückgängig gemacht" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:223 msgid "Check-in history" -msgstr "" +msgstr "Check-in-Verlauf" #: src/components/common/CheckInListTable/index.tsx:59 msgid "Check-In List" -msgstr "" +msgstr "Check-in-Liste" #: src/components/modals/CheckInListSuccessModal/index.tsx:20 msgid "Check-In List Created" @@ -2175,7 +2175,7 @@ msgstr "Die Eincheckliste ist abgelaufen" #: src/components/layouts/CheckIn/index.tsx:583 msgid "Check-in list info" -msgstr "" +msgstr "Infos zur Check-in-Liste" #: src/components/layouts/CheckIn/index.tsx:520 msgid "Check-in list is not active" @@ -2187,7 +2187,7 @@ msgstr "Eincheckliste nicht gefunden" #: src/components/routes/event/CheckInLists/index.tsx:60 msgid "check-in lists" -msgstr "" +msgstr "Check-in-Listen" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:51 msgid "Check-in Lists" @@ -2201,11 +2201,11 @@ msgstr "Einchecklisten" #: src/components/layouts/CheckIn/BottomNav.tsx:21 msgid "Check-in navigation" -msgstr "" +msgstr "Check-in-Navigation" #: src/components/layouts/CheckIn/index.tsx:567 msgid "Check-in progress" -msgstr "" +msgstr "Check-in-Fortschritt" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:45 msgid "Check-in Rate" @@ -2245,7 +2245,7 @@ msgstr "Kontrollkästchen" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:151 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:89 msgid "Checked in" -msgstr "" +msgstr "Eingecheckt" #: src/components/common/AttendeeTable/index.tsx:299 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -2277,11 +2277,11 @@ msgstr "Wählen Sie eine Farbe für Ihren Hintergrund" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:123 msgid "Choose a configuration" -msgstr "" +msgstr "Konfiguration wählen" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:335 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:336 msgid "Choose a different action" -msgstr "" +msgstr "Andere Aktion wählen" #: src/components/common/ThemeFontControl/index.tsx:66 msgid "Choose a typeface that matches your brand. Fonts are self-hosted via Bunny Fonts." @@ -2293,7 +2293,7 @@ msgstr "Wähle einen Account" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:202 msgid "Choose an organizer" -msgstr "" +msgstr "Veranstalter wählen" #: src/components/routes/events/Dashboard/index.tsx:232 msgid "Choose an Organizer" @@ -2301,7 +2301,7 @@ msgstr "Wählen Sie einen Veranstalter" #: src/components/routes/product-widget/SelectProducts/index.tsx:968 msgid "Choose another date" -msgstr "" +msgstr "Anderen Termin wählen" #: src/components/common/CalendarOptionsPopover/index.tsx:22 msgid "Choose calendar" @@ -2328,29 +2328,29 @@ msgid "City" msgstr "Stadt" #: src/components/common/OccurrenceSelect/index.tsx:133 -#: src/components/routes/event/OccurrencesTab/index.tsx:505 +#: src/components/routes/event/OccurrencesTab/index.tsx:519 msgid "Clear" -msgstr "" +msgstr "Zurücksetzen" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:475 msgid "Clear location — fall back to the event default" -msgstr "" +msgstr "Ort löschen – Standard der Veranstaltung verwenden" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:100 msgid "Clear search" -msgstr "" +msgstr "Suche löschen" #: src/components/common/SearchBar/index.tsx:62 msgid "Clear Search Text" msgstr "Suchtext löschen" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:497 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:498 msgid "Clearing removes any per-date override. Affected dates will fall back to the event's default location." -msgstr "" +msgstr "Durch das Löschen wird jede terminspezifische Abweichung entfernt. Betroffene Termine verwenden wieder den Standardort der Veranstaltung." #: src/components/routes/event/OccurrencesTab/index.tsx:333 msgid "Click to cancel" -msgstr "" +msgstr "Zum Absagen klicken" #: src/components/common/PromoCodeTable/index.tsx:106 msgid "Click to copy" @@ -2358,7 +2358,7 @@ msgstr "Zum Kopieren klicken" #: src/components/routes/event/OccurrencesTab/index.tsx:335 msgid "Click to reopen for new sales" -msgstr "" +msgstr "Klicken, um wieder für den Verkauf zu öffnen" #: src/components/common/AttendeeTable/index.tsx:173 msgid "Click to view notes" @@ -2478,7 +2478,7 @@ msgstr "Kommunikationseinstellungen" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:82 msgid "complete" -msgstr "" +msgstr "abgeschlossen" #: src/components/routes/product-widget/CollectInformation/index.tsx:749 msgid "Complete Order" @@ -2491,7 +2491,7 @@ msgstr "Jetzt bezahlen" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:293 msgid "Complete Stripe setup" -msgstr "" +msgstr "Stripe-Einrichtung abschließen" #: src/components/routes/product-widget/CollectInformation/index.tsx:442 msgid "Complete your order to secure your tickets. This offer is time-limited, so don't wait too long." @@ -2539,11 +2539,11 @@ msgstr "Konferenzzentrum" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:100 msgid "Configuration" -msgstr "" +msgstr "Konfiguration" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:52 msgid "Configuration assigned" -msgstr "" +msgstr "Konfiguration zugewiesen" #: src/components/routes/admin/Configurations/index.tsx:196 msgid "Configuration created successfully" @@ -2580,7 +2580,7 @@ msgstr "Steuern & Gebühren konfigurieren" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:181 msgid "Configure which products are available for this occurrence and optionally adjust pricing." -msgstr "" +msgstr "Legen Sie fest, welche Produkte für diesen Termin verfügbar sind, und passen Sie optional die Preise an." #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" @@ -2643,7 +2643,7 @@ msgstr "Herzlichen Glückwunsch! Ihre Veranstaltung ist jetzt öffentlich sichtb #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:71 msgid "Connect bank" -msgstr "" +msgstr "Bank verbinden" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:370 #: src/components/modals/PublishEventModal/index.tsx:79 @@ -2665,7 +2665,7 @@ msgstr "Stripe verbinden, um Nachrichten zu aktivieren" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:464 msgid "Connect Stripe to receive ticket payments directly to your bank account." -msgstr "" +msgstr "Verbinden Sie Stripe, um Ticketzahlungen direkt auf Ihr Bankkonto zu erhalten." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:263 msgid "Connect with Stripe" @@ -2673,13 +2673,13 @@ msgstr "Mit Stripe verbinden" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:127 msgid "Connect your bank to receive ticket sales straight to your account" -msgstr "" +msgstr "Verbinden Sie Ihre Bank, um Ticketeinnahmen direkt auf Ihr Konto zu erhalten" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:298 msgid "Connected the wrong Stripe account? Disconnect and start over." msgstr "Falsches Stripe-Konto verbunden? Trennen Sie die Verbindung und beginnen Sie von vorn." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:489 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:492 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:164 msgid "Connection Details" @@ -2687,7 +2687,7 @@ msgstr "Verbindungsdetails" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:117 msgid "Connection details are required for online dates" -msgstr "" +msgstr "Für Online-Termine sind Zugangsdaten erforderlich" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:41 msgid "Connection details are required for online events" @@ -2760,11 +2760,11 @@ msgstr "Steuern Sie, wie Plattformgebühren für diese Veranstaltung gehandhabt #: src/components/forms/CheckInListForm/index.tsx:83 msgid "Control who gets in for this date" -msgstr "" +msgstr "Steuern Sie, wer bei diesem Termin Einlass erhält" #: src/components/forms/CheckInListForm/index.tsx:84 msgid "Control who gets in, and when" -msgstr "" +msgstr "Steuern Sie, wer wann Einlass erhält" #: src/components/common/AttendeeTicket/index.tsx:188 #: src/components/common/CopyButton/index.tsx:13 @@ -2805,7 +2805,7 @@ msgstr "Kopieren" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:364 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:373 msgid "Copy account ID" -msgstr "" +msgstr "Konto-ID kopieren" #: src/components/common/AffiliateTable/index.tsx:183 msgid "Copy Affiliate Link" @@ -2865,7 +2865,7 @@ msgstr "Standort konnte nicht gelöscht werden" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:244 msgid "Could not prepare the bulk update." -msgstr "" +msgstr "Die Sammelaktualisierung konnte nicht vorbereitet werden." #: src/components/common/AddressAutocomplete/index.tsx:61 #: src/components/common/LocationPicker/index.tsx:153 @@ -2874,11 +2874,11 @@ msgstr "Adressdetails konnten nicht abgerufen werden" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:275 msgid "Could not save date" -msgstr "" +msgstr "Termin konnte nicht gespeichert werden" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:78 msgid "Couldn't send verification email. Please try again." -msgstr "" +msgstr "Bestätigungs-E-Mail konnte nicht gesendet werden. Bitte versuchen Sie es erneut." #: src/components/common/CheckoutQuestion/index.tsx:174 #: src/components/common/LocationPicker/index.tsx:268 @@ -2903,7 +2903,7 @@ msgstr "Titelbild" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:148 msgid "Cover image added" -msgstr "" +msgstr "Titelbild hinzugefügt" #: src/components/routes/event/HomepageDesigner/index.tsx:202 msgid "Cover image will be displayed at the top of your event page" @@ -2915,7 +2915,7 @@ msgstr "Das Titelbild wird oben auf Ihrer Veranstalterseite angezeigt" #: src/components/common/CheckInListTable/index.tsx:82 msgid "Covers every ticket" -msgstr "" +msgstr "Gilt für alle Tickets" #: src/components/routes/event/attendees.tsx:253 #: src/components/routes/event/products.tsx:77 @@ -2936,11 +2936,11 @@ msgstr "Erstellen Sie ein individuelles Widget, um Tickets auf Ihrer Website zu #: src/components/modals/SelectCheckInListModal/index.tsx:82 msgid "Create a list for this date" -msgstr "" +msgstr "Liste für diesen Termin erstellen" #: src/components/layouts/CheckIn/index.tsx:508 msgid "Create a new check-in list for an active session, or contact the organizer if you think this is a mistake." -msgstr "" +msgstr "Erstellen Sie eine neue Check-in-Liste für einen aktiven Termin oder wenden Sie sich an den Veranstalter, wenn Sie glauben, dass dies ein Fehler ist." #: src/components/routes/auth/AcceptInvitation/index.tsx:128 msgid "Create a password" @@ -3031,7 +3031,7 @@ msgstr "Benutzerdefinierte Vorlage erstellen" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:546 msgid "Create Date" -msgstr "" +msgstr "Termin erstellen" #: src/components/routes/event/promo-codes.tsx:33 msgid "Create discounts, access codes for hidden tickets, and special offers." @@ -3039,7 +3039,7 @@ msgstr "Erstellen Sie Rabatte, Zugangscodes für versteckte Tickets und Sonderan #: src/components/routes/organizer/OrganizerDashboard/index.tsx:404 msgid "Create event" -msgstr "" +msgstr "Veranstaltung erstellen" #: src/components/common/NoEventsBlankSlate/index.tsx:27 #: src/components/layouts/OrganizerLayout/index.tsx:179 @@ -3049,7 +3049,7 @@ msgstr "Ereignis erstellen" #: src/components/forms/ProductForm/index.tsx:559 msgid "Create more tickets or products to offer them as add-ons" -msgstr "" +msgstr "Erstellen Sie weitere Tickets oder Produkte, um sie als Add-ons anzubieten" #: src/components/routes/events/Dashboard/index.tsx:172 msgid "Create new" @@ -3128,7 +3128,7 @@ msgstr "Erstellen Sie Ihre eigene Veranstaltung" msgid "Created" msgstr "Erstellt" -#: src/components/routes/event/OccurrencesTab/index.tsx:549 +#: src/components/routes/event/OccurrencesTab/index.tsx:564 msgid "Creating {0} dates. This may take a moment." msgstr "{0} Termine werden erstellt. Dies kann einen Moment dauern." @@ -3170,7 +3170,7 @@ msgstr "Aktuelles Passwort" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:107 msgid "Currently assigned" -msgstr "" +msgstr "Derzeit zugewiesen" #: src/components/common/ProductsTable/SortableProduct/index.tsx:110 msgid "Currently available for purchase" @@ -3178,7 +3178,7 @@ msgstr "Derzeit zum Kauf verfügbar" #: src/components/layouts/AuthLayout/index.tsx:15 msgid "Custom branding" -msgstr "" +msgstr "Individuelles Branding" #: src/components/modals/SendMessageModal/index.tsx:496 msgid "Custom date and time" @@ -3190,7 +3190,7 @@ msgstr "Benutzerdefinierte Karten-URL" #: src/components/layouts/AuthLayout/index.tsx:24 msgid "Custom questions" -msgstr "" +msgstr "Individuelle Fragen" #: src/components/common/QuestionsTable/index.tsx:433 msgid "Custom Questions" @@ -3224,7 +3224,7 @@ msgstr "Kunden" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:150 msgid "Customize page" -msgstr "" +msgstr "Seite anpassen" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:56 msgid "Customize the email and notification settings for this event" @@ -3278,7 +3278,7 @@ msgstr "Passen Sie das Erscheinungsbild Ihrer Veranstalterseite an" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:50 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Daily" -msgstr "" +msgstr "Täglich" #: src/components/routes/organizer/Reports/index.tsx:18 msgid "Daily revenue, taxes, fees, and refunds across all events" @@ -3294,7 +3294,7 @@ msgstr "Aufschlüsselung der täglichen Verkäufe, Steuern und Gebühren" #: src/constants/eventCategories.ts:13 msgid "Dance" -msgstr "" +msgstr "Tanz" #: src/components/common/CapacityAssignmentList/index.tsx:153 #: src/components/common/CheckInListList/index.tsx:174 @@ -3349,43 +3349,43 @@ msgstr "Datum & Zeit" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:99 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:212 msgid "Date Cancellation" -msgstr "" +msgstr "Terminabsage" #: src/components/routes/event/OccurrenceDetail/index.tsx:76 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:54 msgid "Date cancelled" -msgstr "" +msgstr "Termin abgesagt" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:344 msgid "Date cancelled successfully" -msgstr "" +msgstr "Termin erfolgreich abgesagt" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:255 msgid "Date created successfully" -msgstr "" +msgstr "Termin erfolgreich erstellt" #: src/components/modals/ManageOccurrenceModal/index.tsx:61 #: src/components/routes/event/OccurrenceDetail/index.tsx:87 #: src/components/routes/event/OccurrencesTab/index.tsx:186 msgid "Date deleted" -msgstr "" +msgstr "Termin gelöscht" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:368 msgid "Date deleted successfully" -msgstr "" +msgstr "Termin erfolgreich gelöscht" #: src/components/modals/ManageOccurrenceModal/index.tsx:75 #: src/components/routes/event/OccurrenceDetail/index.tsx:101 msgid "Date reactivated" -msgstr "" +msgstr "Termin reaktiviert" #: src/components/routes/event/OccurrencesTab/index.tsx:200 msgid "Date reopened for new sales" -msgstr "" +msgstr "Termin wieder für den Verkauf geöffnet" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:254 msgid "Date updated successfully" -msgstr "" +msgstr "Termin erfolgreich aktualisiert" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:808 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1093 @@ -3394,23 +3394,23 @@ msgstr "Termine" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:105 msgid "Dates are managed per occurrence" -msgstr "" +msgstr "Termine werden einzeln verwaltet" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:674 msgid "Dates with sessions" -msgstr "" +msgstr "Tage mit Terminen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:87 msgid "day" -msgstr "" +msgstr "Tag" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:973 msgid "Day" -msgstr "" +msgstr "Tag" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:937 msgid "Day of Month" -msgstr "" +msgstr "Tag des Monats" #: src/components/forms/CapaciyAssigmentForm/index.tsx:38 msgid "Day one capacity" @@ -3418,7 +3418,7 @@ msgstr "Kapazität am ersten Tag" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:95 msgid "days" -msgstr "" +msgstr "Tage" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:920 msgid "Days of the month" @@ -3426,7 +3426,7 @@ msgstr "Tage des Monats" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:76 msgid "December" -msgstr "" +msgstr "Dezember" #: src/components/common/CookieConsentBanner/index.tsx:62 msgid "Decline" @@ -3452,7 +3452,7 @@ msgstr "Standard-Erfassung von Teilnehmerinformationen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1106 msgid "Default capacity per date" -msgstr "" +msgstr "Standardkapazität pro Termin" #: src/components/routes/organizer/Settings/Sections/PlatformFeesSettings/index.tsx:44 msgid "Default Fee Handling" @@ -3464,7 +3464,7 @@ msgstr "Standardvorlage wird verwendet" #: src/components/forms/ProductForm/ledgerSummaries.ts:66 msgid "Defaults" -msgstr "" +msgstr "Standardwerte" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:29 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:31 @@ -3478,7 +3478,7 @@ msgstr "löschen" #: src/components/common/TaxAndFeeList/index.tsx:81 #: src/components/routes/admin/Announcements/index.tsx:226 #: src/components/routes/admin/FailedJobs/index.tsx:209 -#: src/components/routes/event/OccurrencesTab/index.tsx:502 +#: src/components/routes/event/OccurrencesTab/index.tsx:512 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:62 msgid "Delete" msgstr "Löschen" @@ -3489,7 +3489,7 @@ msgstr "\"{0}\" löschen?" #: src/components/routes/event/OccurrencesTab/index.tsx:249 msgid "Delete {count} selected date(s)? Dates with orders will be skipped. This cannot be undone." -msgstr "" +msgstr "{count} ausgewählte Termine löschen? Termine mit Bestellungen werden übersprungen. Dies kann nicht rückgängig gemacht werden." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:148 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:155 @@ -3525,7 +3525,7 @@ msgstr "Code löschen" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:357 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:582 msgid "Delete Date" -msgstr "" +msgstr "Termin löschen" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:84 #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:119 @@ -3551,7 +3551,7 @@ msgstr "Veranstalter löschen" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Delete Permanently" -msgstr "" +msgstr "Endgültig löschen" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:131 msgid "Delete Template" @@ -3559,11 +3559,11 @@ msgstr "Vorlage löschen" #: src/components/common/ProductsTable/SortableCategory/index.tsx:45 msgid "Delete this category? Any products in it will also be deleted. This cannot be undone." -msgstr "" +msgstr "Diese Kategorie löschen? Alle darin enthaltenen Produkte werden ebenfalls gelöscht. Dies kann nicht rückgängig gemacht werden." #: src/components/common/ProductsTable/SortableProduct/index.tsx:71 msgid "Delete this product? This cannot be undone." -msgstr "" +msgstr "Dieses Produkt löschen? Dies kann nicht rückgängig gemacht werden." #: src/components/common/QuestionsTable/index.tsx:197 msgid "Delete this question? This cannot be undone." @@ -3576,7 +3576,7 @@ msgstr "Webhook löschen" #: src/components/routes/event/OccurrencesTab/index.tsx:255 msgid "Deleted {0} date(s)" -msgstr "" +msgstr "{0} Termin(e) gelöscht" #: src/components/routes/admin/DeletionRequests/index.tsx:143 msgid "Deleted account" @@ -3611,7 +3611,7 @@ msgstr "Beschreibung" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:138 msgid "Description and venue added" -msgstr "" +msgstr "Beschreibung und Veranstaltungsort hinzugefügt" #: src/components/forms/CheckInListForm/index.tsx:143 msgid "Description for check-in staff" @@ -3640,12 +3640,12 @@ msgstr "Code nicht erhalten?" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:472 msgid "Different location" -msgstr "" +msgstr "Anderer Ort" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:403 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:411 msgid "Disabled" -msgstr "" +msgstr "Deaktiviert" #: src/components/forms/CapaciyAssigmentForm/index.tsx:27 msgid "Disabling this capacity will track sales but not stop them when the limit is reached" @@ -3654,12 +3654,12 @@ msgstr "Das Deaktivieren dieser Kapazität wird Verkäufe verfolgen, aber nicht #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Discard" -msgstr "" +msgstr "Verwerfen" #: src/components/forms/ProductForm/ProductDrawer.tsx:54 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:725 msgid "Discard changes?" -msgstr "" +msgstr "Änderungen verwerfen?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Disconnect" @@ -3691,7 +3691,7 @@ msgstr "Rabattart" #: src/components/common/Callout/index.tsx:54 msgid "Dismiss" -msgstr "" +msgstr "Schließen" #: src/components/common/AnnouncementDisplay/AnnouncementBanner.tsx:37 msgid "Dismiss announcement" @@ -3699,7 +3699,7 @@ msgstr "Ankündigung ausblenden" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:186 msgid "Dismiss setup checklist" -msgstr "" +msgstr "Einrichtungs-Checkliste ausblenden" #: src/components/routes/product-widget/SelectProducts/index.tsx:1077 msgid "Dismiss this message" @@ -3747,7 +3747,7 @@ msgstr "Fertig" #: src/components/common/CheckIn/CheckInDescriptionModal.tsx:20 msgid "Door staff instructions" -msgstr "" +msgstr "Anweisungen für das Einlasspersonal" #: src/components/common/CalendarOptionsPopover/index.tsx:39 msgid "Download .ics" @@ -3810,7 +3810,7 @@ msgstr "Duplizieren" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Duplicate Date" -msgstr "" +msgstr "Termin duplizieren" #: src/components/common/EventCard/index.tsx:151 msgid "Duplicate event" @@ -3832,7 +3832,7 @@ msgstr "Produkt duplizieren" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:121 msgid "Duration must be at least 1 minute." -msgstr "" +msgstr "Die Dauer muss mindestens 1 Minute betragen." #: src/components/common/LanguageSwitcher/index.tsx:26 msgid "Dutch" @@ -3846,10 +3846,10 @@ msgstr "z.B. 180 (3 Stunden)" msgid "e.g. Learn more" msgstr "z. B. Mehr erfahren" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:453 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:450 msgid "e.g. Morning Session" -msgstr "" +msgstr "z. B. Vormittagstermin" #: src/components/routes/admin/Announcements/index.tsx:382 msgid "e.g. New feature: Waitlists" @@ -3879,9 +3879,9 @@ msgstr "Jede Person erhält eine E-Mail mit einem reservierten Platz, um den Kau msgid "Each product" msgstr "Jedes Produkt" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:381 msgid "Earlier" -msgstr "" +msgstr "Früher" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:64 msgid "Early bird" @@ -3960,7 +3960,7 @@ msgstr "Konfiguration bearbeiten" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Edit Date" -msgstr "" +msgstr "Termin bearbeiten" #: src/components/common/LocationsTable/index.tsx:65 msgid "Edit location" @@ -4025,7 +4025,7 @@ msgstr "Webhook bearbeiten" #: src/components/routes/event/OccurrencesTab/index.tsx:308 msgid "Edited" -msgstr "" +msgstr "Bearbeitet" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:140 msgid "Editor" @@ -4079,7 +4079,7 @@ msgstr "E-Mail- und Benachrichtigungseinstellungen" #: src/components/layouts/AuthLayout/index.tsx:20 msgid "Email & scheduled messages" -msgstr "" +msgstr "E-Mails & geplante Nachrichten" #: src/components/routes/event/Settings/index.tsx:78 msgid "Email & Templates" @@ -4159,7 +4159,7 @@ msgstr "E-Mail-Verifizierung erforderlich" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:160 msgid "Email verified" -msgstr "" +msgstr "E-Mail bestätigt" #: src/components/routes/welcome/index.tsx:99 msgid "Email verified successfully!" @@ -4180,7 +4180,7 @@ msgstr "Widget einbetten" #: src/components/layouts/AuthLayout/index.tsx:21 msgid "Embeddable widget" -msgstr "" +msgstr "Einbettbares Widget" #: src/components/routes/admin/Announcements/index.tsx:409 msgid "Emoji" @@ -4255,11 +4255,11 @@ msgstr "Beendet" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:55 msgid "Ended {0}" -msgstr "" +msgstr "Beendet {0}" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:46 msgid "Ends {0}" -msgstr "" +msgstr "Endet {0}" #: src/components/common/LanguageSwitcher/index.tsx:18 #: src/components/common/LanguageSwitcher/index.tsx:69 @@ -4269,11 +4269,11 @@ msgstr "Englisch" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:131 msgid "Enter a capacity value or choose unlimited." -msgstr "" +msgstr "Geben Sie eine Kapazität ein oder wählen Sie unbegrenzt." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:141 msgid "Enter a label or choose to remove it." -msgstr "" +msgstr "Geben Sie eine Bezeichnung ein oder entfernen Sie sie." #: src/components/common/EmailTemplateEditor/EmailTemplatePreviewPane.tsx:58 msgid "Enter a subject and body to see the preview" @@ -4281,7 +4281,7 @@ msgstr "Geben Sie einen Betreff und Inhalt ein, um die Vorschau zu sehen" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:112 msgid "Enter a time to shift by." -msgstr "" +msgstr "Geben Sie an, um wie viel Zeit verschoben werden soll." #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:29 msgid "Enter a venue name or address" @@ -4311,9 +4311,9 @@ msgstr "Partnername eingeben" msgid "Enter an amount excluding taxes and fees." msgstr "Geben Sie einen Betrag ohne Steuern und Gebühren ein." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:434 msgid "Enter capacity" -msgstr "" +msgstr "Kapazität eingeben" #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:69 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:69 @@ -4366,7 +4366,7 @@ msgstr "Gesamte Bestellung" #: src/components/routes/event/SoldOutWaitlist/index.tsx:126 msgid "entries" -msgstr "" +msgstr "Einträge" #: src/components/common/WaitlistTable/index.tsx:264 msgid "Entries will appear here when customers join the waitlist for sold out products." @@ -4394,7 +4394,7 @@ msgstr "Fehler beim Laden der Protokolle" #: src/components/forms/ProductForm/ProductDrawer.tsx:98 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:870 msgid "Esc to close" -msgstr "" +msgstr "Esc zum Schließen" #: src/components/routes/account/ManageAccount/sections/AccountSettings/index.tsx:74 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:137 @@ -4433,7 +4433,7 @@ msgstr "Veranstaltungs-Titelbild" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:196 msgid "Event created" -msgstr "" +msgstr "Veranstaltung erstellt" #: src/components/forms/WebhookForm/index.tsx:43 msgid "Event Created" @@ -4483,7 +4483,7 @@ msgstr "Veranstaltungsstartseite" #: src/components/common/PeriodSelector/index.tsx:124 msgid "Event lifetime" -msgstr "" +msgstr "Gesamte Laufzeit" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:151 msgid "Event location & venue details" @@ -4546,7 +4546,7 @@ msgstr "Event zu neu" #: src/components/routes/event/EventDashboard/index.tsx:264 msgid "Event totals" -msgstr "" +msgstr "Gesamtwerte der Veranstaltung" #: src/components/common/OrganizerWebhookTable/index.tsx:237 #: src/components/common/WebhookTable/index.tsx:237 @@ -4585,32 +4585,32 @@ msgstr "Alle" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0}" -msgstr "" +msgstr "Alle {0}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:748 msgid "Every {0} {cadenceUnit}" -msgstr "" +msgstr "Alle {0} {cadenceUnit}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Every {0} days" -msgstr "" +msgstr "Alle {0} Tage" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Every {0} months" -msgstr "" +msgstr "Alle {0} Monate" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Every {0} weeks" -msgstr "" +msgstr "Alle {0} Wochen" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0} weeks on {1}" -msgstr "" +msgstr "Alle {0} Wochen am {1}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Every {0} years" -msgstr "" +msgstr "Alle {0} Jahre" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:747 msgid "Every {cadenceUnit}" @@ -4622,7 +4622,7 @@ msgstr "Jede E-Mail-Vorlage muss eine Aktionsschaltfläche enthalten, die zur en #: src/components/forms/ProductForm/index.tsx:392 msgid "Everything else — tap to edit" -msgstr "" +msgstr "Alles Übrige – zum Bearbeiten tippen" #: src/components/common/QuestionsTable/index.tsx:496 msgid "Examples: \"How did you hear about us?\", \"Company name for invoice\"" @@ -4743,11 +4743,11 @@ msgstr "Teilnehmer konnte nicht abgesagt werden" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:57 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:348 msgid "Failed to cancel date" -msgstr "" +msgstr "Termin konnte nicht abgesagt werden" #: src/components/routes/event/OccurrencesTab/index.tsx:241 msgid "Failed to cancel dates" -msgstr "" +msgstr "Termine konnten nicht abgesagt werden" #: src/components/routes/event/messages.tsx:41 msgid "Failed to cancel message" @@ -4767,7 +4767,7 @@ msgstr "Konfiguration konnte nicht erstellt werden" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:712 msgid "Failed to create schedule" -msgstr "" +msgstr "Terminplan konnte nicht erstellt werden" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:702 #: src/hooks/useOccurrenceGenerationPolling.ts:42 @@ -4791,15 +4791,15 @@ msgstr "Konfiguration konnte nicht gelöscht werden" #: src/components/routes/event/OccurrenceDetail/index.tsx:90 #: src/components/routes/event/OccurrencesTab/index.tsx:187 msgid "Failed to delete date" -msgstr "" +msgstr "Termin konnte nicht gelöscht werden" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:372 msgid "Failed to delete date. It may have existing orders." -msgstr "" +msgstr "Termin konnte nicht gelöscht werden. Möglicherweise liegen bereits Bestellungen vor." #: src/components/routes/event/OccurrencesTab/index.tsx:258 msgid "Failed to delete dates" -msgstr "" +msgstr "Termine konnten nicht gelöscht werden" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:40 msgid "Failed to delete event" @@ -4819,7 +4819,7 @@ msgstr "Fehler beim Löschen des Veranstalters" #: src/components/common/ProductsTable/SortableProduct/index.tsx:80 msgid "Failed to delete product. Please try again." -msgstr "" +msgstr "Produkt konnte nicht gelöscht werden. Bitte versuchen Sie es erneut." #: src/components/common/QuestionsTable/index.tsx:203 msgid "Failed to delete question" @@ -4875,7 +4875,7 @@ msgstr "Tickets konnten nicht angeboten werden" #: src/components/modals/ManageOccurrenceModal/index.tsx:76 #: src/components/routes/event/OccurrenceDetail/index.tsx:102 msgid "Failed to reactivate date" -msgstr "" +msgstr "Termin konnte nicht reaktiviert werden" #: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to remove from waitlist" @@ -4883,11 +4883,11 @@ msgstr "Entfernen von der Warteliste fehlgeschlagen" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:104 msgid "Failed to remove override" -msgstr "" +msgstr "Abweichung konnte nicht entfernt werden" #: src/components/routes/event/OccurrencesTab/index.tsx:201 msgid "Failed to reopen date" -msgstr "" +msgstr "Termin konnte nicht wieder geöffnet werden" #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" @@ -4919,15 +4919,15 @@ msgstr "Jobs konnten nicht wiederholt werden" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:69 msgid "Failed to save override" -msgstr "" +msgstr "Abweichung konnte nicht gespeichert werden" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:156 msgid "Failed to save price override" -msgstr "" +msgstr "Preisabweichung konnte nicht gespeichert werden" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:163 msgid "Failed to save product settings" -msgstr "" +msgstr "Produkteinstellungen konnten nicht gespeichert werden" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:158 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:161 @@ -5012,15 +5012,15 @@ msgstr "E-Mail konnte nicht verifiziert werden" #: src/constants/eventCategories.ts:17 msgid "Family" -msgstr "" +msgstr "Familie" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:247 msgid "Fast payouts to your bank" -msgstr "" +msgstr "Schnelle Auszahlungen auf Ihr Bankkonto" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:66 msgid "February" -msgstr "" +msgstr "Februar" #: src/components/forms/TaxAndFeeForm/index.tsx:18 #: src/components/forms/TaxAndFeeForm/index.tsx:39 @@ -5042,7 +5042,7 @@ msgstr "Gebührenbehandlung" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:68 msgid "Fee override saved" -msgstr "" +msgstr "Gebührenabweichung gespeichert" #: src/components/common/InlineOrderSummary/index.tsx:156 #: src/components/common/OrdersTable/index.tsx:270 @@ -5073,11 +5073,11 @@ msgstr "Füllen Sie zuerst Ihre Daten oben aus" #: src/constants/eventCategories.ts:12 msgid "Film" -msgstr "" +msgstr "Film" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:125 msgid "Filter attendees" -msgstr "" +msgstr "Teilnehmer filtern" #: src/components/routes/event/attendees.tsx:245 msgid "Filter Attendees" @@ -5086,7 +5086,7 @@ msgstr "Teilnehmer filtern" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:62 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:82 msgid "Filter by date" -msgstr "" +msgstr "Nach Termin filtern" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:118 msgid "Filter by Event" @@ -5107,27 +5107,27 @@ msgstr "Filter ({activeFilterCount})" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:281 msgid "Finish setting up Stripe" -msgstr "" +msgstr "Stripe-Einrichtung abschließen" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:70 msgid "Finish setup" -msgstr "" +msgstr "Einrichtung abschließen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:57 msgid "First" -msgstr "" +msgstr "Erster" #: src/components/common/PeriodSelector/index.tsx:42 msgid "First 30 days" -msgstr "" +msgstr "Erste 30 Tage" #: src/components/common/PeriodSelector/index.tsx:40 msgid "First 7 days" -msgstr "" +msgstr "Erste 7 Tage" #: src/components/common/PeriodSelector/index.tsx:44 msgid "First 90 days" -msgstr "" +msgstr "Erste 90 Tage" #: src/components/routes/product-widget/CollectInformation/index.tsx:533 msgid "First attendee" @@ -5187,7 +5187,7 @@ msgstr "Fester Betrag" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:145 msgid "Fixed fee" -msgstr "" +msgstr "Fixgebühr" #: src/components/routes/admin/Configurations/index.tsx:94 #: src/components/routes/admin/Configurations/index.tsx:236 @@ -5204,11 +5204,11 @@ msgstr "Feste Gebühr muss 0 oder größer sein" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash off" -msgstr "" +msgstr "Blitz aus" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash on" -msgstr "" +msgstr "Blitz an" #: src/components/common/ThemeFontControl/index.tsx:65 msgid "Font Family" @@ -5236,7 +5236,7 @@ msgstr "Passwort vergessen?" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:60 msgid "Fourth" -msgstr "" +msgstr "Vierter" #: src/components/common/AttendeeTicket/index.tsx:134 #: src/components/common/Currency/index.tsx:88 @@ -5258,7 +5258,7 @@ msgstr "Französisch" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 msgid "Fri" -msgstr "" +msgstr "Fr" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -5275,7 +5275,7 @@ msgstr "Ab {0}" #: src/components/forms/ProductForm/ledgerSummaries.ts:46 msgid "From {start}" -msgstr "" +msgstr "Ab {start}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:789 msgid "from {start} until {end}" @@ -5287,11 +5287,11 @@ msgstr "ab {start}, für {count} Termine" #: src/components/layouts/AuthLayout/index.tsx:26 msgid "Full data ownership" -msgstr "" +msgstr "Volle Datenhoheit" #: src/components/common/PeriodSelector/index.tsx:46 msgid "Full event" -msgstr "" +msgstr "Gesamte Veranstaltung" #: src/components/modals/RefundOrderModal/index.tsx:110 msgid "Full refund" @@ -5299,15 +5299,15 @@ msgstr "Vollständige Erstattung" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "future" -msgstr "" +msgstr "zukünftig" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:352 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:353 msgid "Future dates only" -msgstr "" +msgstr "Nur zukünftige Termine" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Future dates will be copied with capacity reset to zero" -msgstr "" +msgstr "Zukünftige Termine werden kopiert, die Kapazität wird auf null zurückgesetzt" #: src/components/routes/event/TicketDesigner/TicketDesignerPrint.tsx:38 #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:40 @@ -5340,11 +5340,11 @@ msgstr "Wegbeschreibung" #: src/components/layouts/OrganizerLayout/index.tsx:82 msgid "Get Paid" -msgstr "" +msgstr "Auszahlung einrichten" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:234 msgid "Get paid with Stripe" -msgstr "" +msgstr "Zahlungen mit Stripe erhalten" #: src/components/routes/auth/Register/index.tsx:73 msgid "Get started" @@ -5377,7 +5377,7 @@ msgstr "Zurück" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Go Back" -msgstr "" +msgstr "Zurück" #: src/components/routes/profile/ConfirmEmailChange/index.tsx:23 #: src/components/routes/profile/ConfirmEmailChange/index.tsx:42 @@ -5394,7 +5394,7 @@ msgstr "Zur Startseite gehen" #: src/components/modals/CreateAttendeeModal/index.tsx:196 msgid "Go to Schedule" -msgstr "" +msgstr "Zum Terminplan" #: src/components/common/ThemeColorControls/index.tsx:113 msgid "Good readability" @@ -5438,7 +5438,7 @@ msgstr "Bruttoverkäufe" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:334 msgid "Guest" -msgstr "" +msgstr "Gast" #: src/components/layouts/Event/index.tsx:130 msgid "Guest Management" @@ -5451,7 +5451,7 @@ msgstr "Gäste" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:45 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:159 msgid "Happening now" -msgstr "" +msgstr "Läuft gerade" #: src/components/routes/admin/DeletionRequests/index.tsx:161 msgid "Hard delete" @@ -5497,7 +5497,7 @@ msgstr "Hallo {0} 👋" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:51 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:74 msgid "Hi," -msgstr "" +msgstr "Hallo," #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:75 msgid "Hi.Events Fee" @@ -5514,7 +5514,7 @@ msgstr "Verborgen" #: src/components/forms/ProductForm/visibilityStatus.ts:50 msgid "Hidden — sales ended {end}." -msgstr "" +msgstr "Verborgen – Verkauf endete {end}." #: src/components/common/QuestionsTable/index.tsx:112 msgid "Hidden from attendees - only visible to organizers" @@ -5522,11 +5522,11 @@ msgstr "Vor Teilnehmern verborgen - nur für Veranstalter sichtbar" #: src/components/forms/ProductForm/ledgerSummaries.ts:151 msgid "Hidden from everyone" -msgstr "" +msgstr "Für alle verborgen" #: src/components/forms/ProductForm/visibilityStatus.ts:18 msgid "Hidden from everyone — the master hide switch is on." -msgstr "" +msgstr "Für alle verborgen – der zentrale Schalter zum Ausblenden ist aktiviert." #: src/components/common/ProductsTable/SortableProduct/index.tsx:109 #: src/components/common/ProductsTable/SortableProduct/index.tsx:318 @@ -5552,7 +5552,7 @@ msgstr "Antworten ausblenden" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "Hide details" -msgstr "" +msgstr "Details ausblenden" #: src/components/routes/admin/Announcements/index.tsx:495 msgid "Hide Preview" @@ -5600,7 +5600,7 @@ msgstr "Diese Ebene vor Benutzern verbergen" #: src/components/forms/ProductForm/ledgerSummaries.ts:61 msgid "Hides sold out" -msgstr "" +msgstr "Blendet Ausverkauftes aus" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:91 msgid "Hiding a product will prevent users from seeing it on the event page." @@ -5629,7 +5629,7 @@ msgstr "Hervorgehobene Produkte haben eine andere Hintergrundfarbe, um sie auf d #: src/constants/eventCategories.ts:18 msgid "Hobbies" -msgstr "" +msgstr "Hobbys" #: src/components/routes/event/HomepageDesigner/index.tsx:168 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:173 @@ -5651,10 +5651,10 @@ msgstr "Homepage-Vorschau" msgid "Homer" msgstr "Homer" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:386 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:410 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:387 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:411 msgid "Hours" -msgstr "" +msgstr "Stunden" #: src/components/forms/PromoCodeForm/index.tsx:116 msgid "How is the discount applied?" @@ -5674,7 +5674,7 @@ msgstr "Wie oft kann dieser Code verwendet werden?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:449 msgid "How VAT is applied to the platform fees we charge you." -msgstr "" +msgstr "Wie die Mehrwertsteuer auf die von uns berechneten Plattformgebühren angewendet wird." #: src/components/common/Editor/index.tsx:90 msgid "HTML character limit exceeded: {htmlLength}/{maxLength}" @@ -5795,11 +5795,11 @@ msgstr "In {diffMinutes} Minuten" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:111 msgid "in last {0} min" -msgstr "" +msgstr "in den letzten {0} Min." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:472 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 msgid "In person — set a venue" -msgstr "" +msgstr "Vor Ort – Veranstaltungsort festlegen" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:132 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:168 @@ -5881,7 +5881,7 @@ msgstr "Instagram" #: src/components/layouts/AuthLayout/index.tsx:14 msgid "Instant Stripe payouts" -msgstr "" +msgstr "Sofortige Stripe-Auszahlungen" #: src/components/layouts/Event/index.tsx:143 #: src/components/layouts/OrganizerLayout/index.tsx:114 @@ -5890,7 +5890,7 @@ msgstr "Integrationen" #: src/components/forms/CheckInListForm/index.tsx:190 msgid "Internal notes on the attendee's ticket" -msgstr "" +msgstr "Interne Notizen zum Ticket des Teilnehmers" #: src/components/common/ContactOrganizerModal/index.tsx:35 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:33 @@ -5972,11 +5972,11 @@ msgstr "Rechnungseinstellungen" #: src/components/routes/welcome/index.tsx:404 msgid "It happens on more than one date" -msgstr "" +msgstr "Sie findet an mehreren Terminen statt" #: src/components/layouts/ProductWidget/index.tsx:57 msgid "It may have been unpublished or removed. Please check the link and try again." -msgstr "" +msgstr "Möglicherweise wurde sie zurückgezogen oder entfernt. Bitte prüfen Sie den Link und versuchen Sie es erneut." #: src/components/common/LanguageSwitcher/index.tsx:24 msgid "Italian" @@ -5997,7 +5997,7 @@ msgstr "Artikel" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:65 msgid "January" -msgstr "" +msgstr "Januar" #: src/components/routes/admin/FailedJobs/index.tsx:163 msgid "Job" @@ -6047,11 +6047,11 @@ msgstr "Beigetreten" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:71 msgid "July" -msgstr "" +msgstr "Juli" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:70 msgid "June" -msgstr "" +msgstr "Juni" #: src/components/routes/auth/Login/index.tsx:121 msgid "Just looking for your tickets?" @@ -6059,11 +6059,11 @@ msgstr "Suchen Sie nur nach Ihren Tickets?" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:24 msgid "just now" -msgstr "" +msgstr "gerade eben" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:161 msgid "Just wrapped" -msgstr "" +msgstr "Gerade beendet" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Keep connection" @@ -6072,7 +6072,7 @@ msgstr "Verbindung behalten" #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Keep editing" -msgstr "" +msgstr "Weiter bearbeiten" #: src/components/routes/admin/Announcements/index.tsx:390 msgid "Keep it short — banners show a single line. {0}/200" @@ -6084,7 +6084,7 @@ msgstr "Halte mich über Neuigkeiten und Veranstaltungen von {0} auf dem Laufend #: src/components/layouts/AuthLayout/index.tsx:42 msgid "Keep the profit." -msgstr "" +msgstr "Behalten Sie den Gewinn." #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:63 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:449 @@ -6099,7 +6099,7 @@ msgstr "Bezeichnung — z. B. Vormittagssession" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:301 msgid "label updates" -msgstr "" +msgstr "Bezeichnungsänderungen" #: src/components/modals/CreateAttendeeModal/index.tsx:235 #: src/components/modals/ManageAttendeeModal/index.tsx:156 @@ -6109,7 +6109,7 @@ msgstr "Sprache" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:61 msgid "Last" -msgstr "" +msgstr "Letzter" #: src/components/common/OrganizerReportTable/index.tsx:60 #: src/components/common/ReportTable/index.tsx:55 @@ -6203,13 +6203,13 @@ msgstr "Zuletzt ausgelöst" msgid "Last Used" msgstr "Zuletzt verwendet" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:379 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 msgid "Later" -msgstr "" +msgstr "Später" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:152 msgid "Latest check-ins" -msgstr "" +msgstr "Neueste Check-ins" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1098 msgid "Leave “from” as today to start right away." @@ -6221,27 +6221,27 @@ msgstr "Leer lassen, um das Standardwort \"Rechnung\" zu verwenden" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:507 msgid "Leave empty for unlimited" -msgstr "" +msgstr "Leer lassen für unbegrenzt" #: src/components/forms/CheckInListForm/index.tsx:131 msgid "Leave empty to apply this check-in list to all occurrences" -msgstr "" +msgstr "Leer lassen, um diese Check-in-Liste für alle Termine zu verwenden" #: src/components/forms/CheckInListForm/index.tsx:106 msgid "Leave on to cover every ticket on the event. Turn off to pick specific tickets." -msgstr "" +msgstr "Aktiviert lassen, um alle Tickets der Veranstaltung abzudecken. Deaktivieren, um bestimmte Tickets auszuwählen." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:300 msgid "Let them know about the change" -msgstr "" +msgstr "Informieren Sie sie über die Änderung" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:266 msgid "Let them know about the changes" -msgstr "" +msgstr "Informieren Sie sie über die Änderungen" #: src/components/layouts/OrganizerLayout/index.tsx:111 msgid "Library" -msgstr "" +msgstr "Bibliothek" #: src/components/common/ThemeColorControls/index.tsx:84 msgid "Light" @@ -6261,7 +6261,7 @@ msgstr "Links erlaubt" #: src/components/routes/event/OccurrencesTab/index.tsx:472 msgid "List" -msgstr "" +msgstr "Liste" #: src/components/common/EventCard/index.tsx:91 #: src/components/layouts/Event/index.tsx:218 @@ -6281,11 +6281,11 @@ msgstr "Live-Veranstaltungen" #: src/components/forms/ProductForm/ProductPreview.tsx:72 msgid "Live preview" -msgstr "" +msgstr "Live-Vorschau" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:344 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 msgid "Loaded dates" -msgstr "" +msgstr "Geladene Termine" #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:33 msgid "Loading preview..." @@ -6340,7 +6340,7 @@ msgstr "Standort aktualisiert" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:302 msgid "location updates" -msgstr "" +msgstr "Ortsänderungen" #: src/components/routes/organizer/Locations/index.tsx:52 msgid "locations" @@ -6404,7 +6404,7 @@ msgstr "Rechnungsadresse beim Checkout erforderlich machen" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:114 msgid "Make it visible so people can buy tickets" -msgstr "" +msgstr "Machen Sie sie sichtbar, damit Tickets gekauft werden können" #: src/components/forms/QuestionForm/index.tsx:212 msgid "Make this question mandatory" @@ -6426,7 +6426,7 @@ msgstr "Verwalten" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:97 msgid "Manage {0}" -msgstr "" +msgstr "{0} verwalten" #: src/hooks/useAttendeeActions.tsx:75 msgid "Manage attendee" @@ -6434,7 +6434,7 @@ msgstr "Teilnehmer verwalten" #: src/components/routes/event/OccurrencesTab/index.tsx:462 msgid "Manage dates and times for your recurring event" -msgstr "" +msgstr "Termine und Uhrzeiten Ihrer wiederkehrenden Veranstaltung verwalten" #: src/components/common/EventCard/index.tsx:146 msgid "Manage event" @@ -6442,7 +6442,7 @@ msgstr "Veranstaltung verwalten" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:393 msgid "Manage on Stripe" -msgstr "" +msgstr "In Stripe verwalten" #: src/hooks/useOrderActions.tsx:99 msgid "Manage order" @@ -6459,11 +6459,11 @@ msgstr "Profil verwalten" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:114 msgid "Manage schedule" -msgstr "" +msgstr "Terminplan verwalten" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:78 msgid "Manage Schedule" -msgstr "" +msgstr "Terminplan verwalten" #: src/components/routes/account/ManageAccount/sections/TaxSettings/index.tsx:17 msgid "Manage taxes and fees which can be applied to your products" @@ -6505,7 +6505,7 @@ msgstr "Teilnehmer manuell hinzufügen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:67 msgid "March" -msgstr "" +msgstr "März" #: src/hooks/useOrderActions.tsx:128 msgid "Mark as paid" @@ -6513,7 +6513,7 @@ msgstr "Als bezahlt markieren" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:180 msgid "Mark as validated (admin override)" -msgstr "" +msgstr "Als geprüft markieren (Admin-Überschreibung)" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:177 msgid "Max Messages / 24h" @@ -6533,7 +6533,7 @@ msgstr "Maximal pro Bestellung" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:69 msgid "May" -msgstr "" +msgstr "Mai" #: src/components/routes/admin/Attribution/index.tsx:108 msgid "Medium" @@ -6620,7 +6620,7 @@ msgstr "Messaging-Stufe erfolgreich aktualisiert" #: src/components/forms/ProductForm/ledgerSummaries.ts:115 msgid "Min {min} per order" -msgstr "" +msgstr "Mind. {min} pro Bestellung" #: src/components/forms/ProductForm/index.tsx:523 msgid "Minimum Per Order" @@ -6634,10 +6634,10 @@ msgstr "Minimaler Preis" msgid "minutes" msgstr "Minuten" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:393 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:417 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:394 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:418 msgid "Minutes" -msgstr "" +msgstr "Minuten" #: src/components/routes/event/Settings/index.tsx:84 msgid "Miscellaneous" @@ -6652,13 +6652,13 @@ msgstr "Verschiedene Einstellungen" msgid "Modal" msgstr "Modal" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:467 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:468 msgid "Mode" -msgstr "" +msgstr "Modus" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 msgid "Mon" -msgstr "" +msgstr "Mo" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -6675,7 +6675,7 @@ msgstr "Überwachen und verwalten Sie fehlgeschlagene Hintergrundprozesse" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:89 msgid "month" -msgstr "" +msgstr "Monat" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:931 msgid "Month" @@ -6684,20 +6684,20 @@ msgstr "Monat" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:52 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Monthly" -msgstr "" +msgstr "Monatlich" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:97 msgid "months" -msgstr "" +msgstr "Monate" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:268 msgid "more" -msgstr "" +msgstr "weitere" #: src/components/common/EntityActions/index.tsx:98 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:171 msgid "More actions" -msgstr "" +msgstr "Weitere Aktionen" #: src/components/routes/admin/Dashboard/index.tsx:294 msgid "Most Viewed Events (Last 14 Days)" @@ -6705,7 +6705,7 @@ msgstr "Meistgesehene Events (Letzte 14 Tage)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Move all dates earlier or later" -msgstr "" +msgstr "Alle Termine nach vorne oder hinten verschieben" #: src/components/forms/QuestionForm/index.tsx:106 msgid "Multi line text box" @@ -6715,11 +6715,11 @@ msgstr "Mehrzeiliges Textfeld" #: src/components/layouts/EventHomepage/index.tsx:180 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Multiple locations" -msgstr "" +msgstr "Mehrere Orte" #: src/components/layouts/AuthLayout/index.tsx:27 msgid "Multiple ticket types" -msgstr "" +msgstr "Mehrere Tickettypen" #: src/constants/eventCategories.ts:8 msgid "Music" @@ -6800,13 +6800,13 @@ msgstr "Nettoeinnahmen" msgid "Never" msgstr "Niemals" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:432 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 msgid "New capacity" -msgstr "" +msgstr "Neue Kapazität" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:451 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 msgid "New label" -msgstr "" +msgstr "Neue Bezeichnung" #: src/components/common/LocationPicker/index.tsx:169 #: src/components/common/LocationPicker/index.tsx:183 @@ -6825,7 +6825,7 @@ msgstr "Neue Anmeldungen" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:53 msgid "New time:" -msgstr "" +msgstr "Neue Uhrzeit:" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:429 msgid "Next month" @@ -6833,11 +6833,11 @@ msgstr "Nächster Monat" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:162 msgid "Next occurrence" -msgstr "" +msgstr "Nächster Termin" #: src/components/common/EventDateRange/index.tsx:61 msgid "Next: {nextFormatted}" -msgstr "" +msgstr "Nächster: {nextFormatted}" #: src/constants/eventCategories.ts:4 msgid "Nightlife" @@ -6886,7 +6886,7 @@ msgstr "Für diese Bestellung wurden keine Teilnehmer gefunden." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:173 msgid "No attendees to show" -msgstr "" +msgstr "Keine Teilnehmer vorhanden" #: src/components/common/AttendeeTable/index.tsx:346 msgid "No Attendees to show" @@ -6894,7 +6894,7 @@ msgstr "Keine Teilnehmer zum Anzeigen" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:79 msgid "No attendees yet for this date." -msgstr "" +msgstr "Noch keine Teilnehmer für diesen Termin." #: src/components/routes/admin/Attribution/index.tsx:121 msgid "No attribution data found" @@ -6902,7 +6902,7 @@ msgstr "Keine Attributionsdaten gefunden" #: src/components/routes/organizer/Payments/CapabilityList.tsx:69 msgid "No capabilities reported by Stripe yet." -msgstr "" +msgstr "Stripe hat noch keine Funktionen gemeldet." #: src/components/modals/OfferWaitlistModal/index.tsx:193 msgid "No capacity" @@ -6915,7 +6915,7 @@ msgstr "Keine Kapazitätszuweisungen" #: src/components/common/KpiGrid/index.tsx:57 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:212 msgid "No change" -msgstr "" +msgstr "Keine Änderung" #: src/components/common/CheckInListList/index.tsx:44 #: src/components/common/CheckInListTable/index.tsx:266 @@ -6928,7 +6928,7 @@ msgstr "Keine Check-In-Listen für diese Veranstaltung verfügbar." #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:155 msgid "No check-ins yet" -msgstr "" +msgstr "Noch keine Check-ins" #: src/components/routes/admin/Configurations/index.tsx:127 msgid "No configurations found" @@ -6936,7 +6936,7 @@ msgstr "Keine Konfigurationen gefunden" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:207 msgid "No connections available" -msgstr "" +msgstr "Keine Verbindungen verfügbar" #: src/components/common/ReportTable/index.tsx:233 msgid "No data available" @@ -6953,32 +6953,32 @@ msgstr "Keine Daten verfügbar. Bitte wählen Sie einen Datumsbereich aus." #: src/components/common/EventCard/index.tsx:221 #: src/components/common/EventCard/index.tsx:318 msgid "No date added" -msgstr "" +msgstr "Kein Termin hinzugefügt" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:668 msgid "No dates available this month. Try navigating to another month." -msgstr "" +msgstr "In diesem Monat sind keine Termine verfügbar. Wechseln Sie zu einem anderen Monat." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:90 msgid "No dates match the current filters." -msgstr "" +msgstr "Keine Termine entsprechen den aktuellen Filtern." -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates match your filters" -msgstr "" +msgstr "Keine Termine entsprechen Ihren Filtern" #: src/components/common/OccurrenceSelect/index.tsx:158 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:130 msgid "No dates match your search" -msgstr "" +msgstr "Keine Termine entsprechen Ihrer Suche" #: src/components/modals/PublishEventModal/index.tsx:103 msgid "No dates scheduled" msgstr "Keine Termine geplant" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates scheduled yet" -msgstr "" +msgstr "Noch keine Termine geplant" #: src/components/routes/admin/DeletionRequests/index.tsx:108 msgid "No deletion requests found" @@ -7026,7 +7026,7 @@ msgstr "Keine Rechnung" #: src/components/forms/ProductForm/ledgerSummaries.ts:121 msgid "No limits" -msgstr "" +msgstr "Keine Limits" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:163 #: src/components/modals/WebhookLogsModal/index.tsx:177 @@ -7047,11 +7047,11 @@ msgstr "Keine Nachrichten zum Anzeigen" #: src/components/modals/CreateAttendeeModal/index.tsx:183 msgid "No occurrences available" -msgstr "" +msgstr "Keine Termine verfügbar" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:134 msgid "No occurrences on this date" -msgstr "" +msgstr "Keine Termine an diesem Tag" #: src/components/common/QuestionsTable/index.tsx:491 msgid "No order questions yet" @@ -7071,7 +7071,7 @@ msgstr "Noch keine Bestellungen" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:90 msgid "No orders yet for this date." -msgstr "" +msgstr "Noch keine Bestellungen für diesen Termin." #: src/components/routes/admin/Dashboard/index.tsx:377 msgid "No organizer activity in the last 14 days" @@ -7079,7 +7079,7 @@ msgstr "Keine Veranstalteraktivität in den letzten 14 Tagen" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:179 msgid "No organizer context available." -msgstr "" +msgstr "Kein Veranstalterkontext verfügbar." #: src/components/modals/SwitchOrganizerModal/index.tsx:57 msgid "No other organizers available" @@ -7116,7 +7116,7 @@ msgstr "Keine Produkte in dieser Kategorie verfügbar." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:170 msgid "No products configured for this event." -msgstr "" +msgstr "Für diese Veranstaltung sind keine Produkte konfiguriert." #: src/components/modals/OfferWaitlistModal/index.tsx:140 msgid "No products have waiting entries" @@ -7195,7 +7195,7 @@ msgstr "Keine Tickets zum Verkauf" #: src/components/common/EventDateRange/index.tsx:68 msgid "No upcoming dates" -msgstr "" +msgstr "Keine bevorstehenden Termine" #: src/components/layouts/OrganizerHomepage/index.tsx:299 msgid "No upcoming events" @@ -7229,7 +7229,7 @@ msgstr "Nein, hier bleiben" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:293 msgid "non-edited" -msgstr "" +msgstr "nicht bearbeitet" #: src/components/common/PromoCodeTable/index.tsx:82 #: src/components/forms/ProductForm/ledgerSummaries.ts:92 @@ -7240,7 +7240,7 @@ msgstr "Keine" #: src/components/forms/ProductForm/ledgerSummaries.ts:29 msgid "None yet" -msgstr "" +msgstr "Noch keine" #: src/components/common/ProductPriceAvailability/index.tsx:38 #: src/components/common/ProductPriceAvailability/index.tsx:68 @@ -7250,7 +7250,7 @@ msgstr "Nicht verfügbar" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:122 #: src/components/modals/ManageAttendeeModal/index.tsx:138 msgid "Not checked in" -msgstr "" +msgstr "Nicht eingecheckt" #: src/components/common/AttendeeTable/index.tsx:304 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -7279,7 +7279,7 @@ msgstr "Benachrichtigungseinstellungen" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:569 msgid "Notify attendees and stop sales" -msgstr "" +msgstr "Teilnehmer benachrichtigen und Verkauf stoppen" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:76 msgid "Notify organizer of new orders" @@ -7287,11 +7287,11 @@ msgstr "Veranstalter über neue Bestellungen benachrichtigen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:75 msgid "November" -msgstr "" +msgstr "November" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1087 msgid "Number of dates to create" -msgstr "" +msgstr "Anzahl der zu erstellenden Termine" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:227 msgid "Number of days allowed for payment (leave blank to omit payment terms from invoices)" @@ -7307,38 +7307,38 @@ msgstr "Nummernpräfix" #: src/components/modals/ManageOrderModal/index.tsx:140 #: src/components/modals/SendMessageModal/index.tsx:357 msgid "Occurrence" -msgstr "" +msgstr "Termin" #: src/components/forms/WebhookForm/index.tsx:133 msgid "Occurrence Cancelled" -msgstr "" +msgstr "Termin abgesagt" #: src/components/layouts/Event/index.tsx:113 #: src/components/routes/event/OccurrencesTab/index.tsx:463 msgid "Occurrence Schedule" -msgstr "" +msgstr "Terminplan" #: src/components/routes/event/Reports/index.tsx:37 #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:102 msgid "Occurrence Summary" -msgstr "" +msgstr "Terminübersicht" #: src/components/common/OrderDetails/index.tsx:55 #: src/components/modals/ManageOrderModal/index.tsx:140 msgid "Occurrences" -msgstr "" +msgstr "Termine" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Occurrences (future only)" -msgstr "" +msgstr "Termine (nur zukünftige)" #: src/components/modals/CreateEventModal/index.tsx:252 msgid "Occurrences can be configured after creation" -msgstr "" +msgstr "Termine können nach der Erstellung konfiguriert werden" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:74 msgid "October" -msgstr "" +msgstr "Oktober" #: src/components/common/OrganizerReportTable/index.tsx:356 msgid "of" @@ -7351,7 +7351,7 @@ msgstr "jedes Monats" #: src/components/forms/ProductForm/ledgerSummaries.ts:77 #: src/components/forms/ProductForm/ledgerSummaries.ts:140 msgid "Off" -msgstr "" +msgstr "Aus" #: src/components/common/WaitlistTable/index.tsx:135 #: src/components/modals/OfferWaitlistModal/index.tsx:227 @@ -7422,7 +7422,7 @@ msgstr "am" #: src/components/forms/ProductForm/ledgerSummaries.ts:74 msgid "On" -msgstr "" +msgstr "An" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:760 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:768 @@ -7449,7 +7449,7 @@ msgstr "am {position} {day}" #: src/components/forms/ProductForm/index.tsx:442 msgid "On the event page" -msgstr "" +msgstr "Auf der Veranstaltungsseite" #: src/components/common/JoinWaitlistButton/index.tsx:25 msgid "On the waitlist" @@ -7480,23 +7480,23 @@ msgstr "Laufend" msgid "Online" msgstr "Online" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 msgid "Online — provide connection details" -msgstr "" +msgstr "Online – Zugangsdaten angeben" #: src/components/common/EventCard/index.tsx:100 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Online & in-person" -msgstr "" +msgstr "Online & vor Ort" #: src/components/layouts/EventHomepage/index.tsx:181 msgid "Online & in-person — see schedule" -msgstr "" +msgstr "Online & vor Ort – siehe Terminplan" #: src/components/common/AttendeeTicket/index.tsx:127 #: src/components/modals/ManageOccurrenceModal/index.tsx:146 msgid "Online event" -msgstr "" +msgstr "Online-Veranstaltung" #: src/components/layouts/EventHomepage/index.tsx:404 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:175 @@ -7517,7 +7517,7 @@ msgstr "Nur noch {capacity} verfügbar" #: src/components/forms/ProductForm/ProductDrawer.tsx:130 msgid "Only a name is required — everything else has sensible defaults" -msgstr "" +msgstr "Nur ein Name ist erforderlich – für alles Übrige gibt es sinnvolle Standardwerte" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:74 msgid "Only account administrators can delete or archive events. Contact your account admin for assistance." @@ -7529,7 +7529,7 @@ msgstr "Nur Kontoadministratoren können Veranstalter löschen oder archivieren. #: src/components/forms/ProductForm/index.tsx:546 msgid "Only available as an add-on" -msgstr "" +msgstr "Nur als Add-on verfügbar" #: src/components/routes/admin/Announcements/index.tsx:470 msgid "Only published announcements are shown to users" @@ -7545,11 +7545,11 @@ msgstr "Nur Startdatum und -uhrzeit anzeigen" #: src/components/common/ProductsTable/SortableProduct/index.tsx:335 msgid "Only shown as an add-on to the products it's attached to" -msgstr "" +msgstr "Wird nur als Add-on zu den verknüpften Produkten angezeigt" #: src/components/forms/ProductForm/visibilityStatus.ts:25 msgid "Only shown as an add-on to the products it's attached to." -msgstr "" +msgstr "Wird nur als Add-on zu den verknüpften Produkten angezeigt." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:138 msgid "Only the account owner can request account deletion." @@ -7557,11 +7557,11 @@ msgstr "Nur der Kontoinhaber kann die Kontolöschung beantragen." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:513 msgid "Only tickets count toward capacity" -msgstr "" +msgstr "Nur Tickets zählen zur Kapazität" #: src/components/forms/ProductForm/visibilityStatus.ts:32 msgid "Only visible to buyers with an applicable promo code." -msgstr "" +msgstr "Nur für Käufer mit passendem Aktionscode sichtbar." #: src/components/common/ProductsTable/SortableProduct/index.tsx:319 msgid "Only visible with promo code" @@ -7569,7 +7569,7 @@ msgstr "Nur mit Promo-Code sichtbar" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open check-in" -msgstr "" +msgstr "Check-in öffnen" #: src/components/common/CheckInListList/index.tsx:165 #: src/components/common/CheckInListTable/index.tsx:209 @@ -7579,7 +7579,7 @@ msgstr "Check-In-Seite öffnen" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open occurrence" -msgstr "" +msgstr "Termin öffnen" #: src/components/layouts/AppLayout/index.tsx:31 msgid "Open sidebar" @@ -7621,9 +7621,9 @@ msgstr "Optionen" msgid "or" msgstr "oder" -#: src/components/routes/event/OccurrencesTab/index.tsx:603 +#: src/components/routes/event/OccurrencesTab/index.tsx:618 msgid "or add a single date" -msgstr "" +msgstr "oder einzelnen Termin hinzufügen" #: src/components/modals/PublishEventModal/index.tsx:81 msgid "Or enable offline payments and disable Stripe" @@ -7631,7 +7631,7 @@ msgstr "Oder aktivieren Sie Offline-Zahlungen und deaktivieren Sie Stripe" #: src/components/routes/event/OccurrencesTab/index.tsx:415 msgid "order" -msgstr "" +msgstr "Bestellung" #: src/components/common/QuestionsTable/index.tsx:295 #: src/components/common/QuestionsTable/index.tsx:448 @@ -7647,7 +7647,7 @@ msgstr "Bestellung & Ticket" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:265 msgid "Order #" -msgstr "" +msgstr "Bestell-Nr." #: src/components/routes/product-widget/CollectInformation/index.tsx:386 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:375 @@ -7682,7 +7682,7 @@ msgstr "Auftragsdatum" #: src/components/forms/CheckInListForm/index.tsx:222 msgid "Order details" -msgstr "" +msgstr "Bestelldetails" #: src/components/common/OrdersTable/index.tsx:178 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:613 @@ -7708,7 +7708,7 @@ msgstr "Bestellnummer" #: src/components/forms/ProductForm/index.tsx:517 msgid "Order limits" -msgstr "" +msgstr "Bestelllimits" #: src/hooks/useOrderActions.tsx:50 msgid "Order marked as paid" @@ -7728,7 +7728,7 @@ msgstr "Bestellung nicht gefunden" #: src/components/forms/CheckInListForm/index.tsx:224 msgid "Order number, purchase date, purchaser email" -msgstr "" +msgstr "Bestellnummer, Kaufdatum, E-Mail des Käufers" #: src/components/common/MessageList/index.tsx:31 msgid "Order owner" @@ -7790,7 +7790,7 @@ msgstr "Bestellung wurde storniert" #: src/components/routes/event/OccurrencesTab/index.tsx:415 #: src/components/routes/event/orders.tsx:197 msgid "orders" -msgstr "" +msgstr "Bestellungen" #: src/components/layouts/Admin/index.tsx:17 #: src/components/layouts/Event/index.tsx:125 @@ -7905,7 +7905,7 @@ msgstr "Veranstalter-/Standardvorlage wird verwendet" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:202 msgid "Organizers" -msgstr "" +msgstr "Veranstalter" #: src/components/modals/EditUserModal/index.tsx:58 #: src/components/modals/InviteUserModal/index.tsx:49 @@ -7927,7 +7927,7 @@ msgstr "Ergebnis" #: src/constants/eventCategories.ts:22 msgid "Outdoors" -msgstr "" +msgstr "Outdoor" #: src/components/routes/admin/Messages/index.tsx:107 msgid "Outgoing Messages" @@ -7935,19 +7935,19 @@ msgstr "Ausgehende Nachrichten" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:208 msgid "Override" -msgstr "" +msgstr "Abweichung" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:133 msgid "Override fees on this organizer" -msgstr "" +msgstr "Gebühren für diesen Veranstalter überschreiben" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:228 msgid "Override price" -msgstr "" +msgstr "Preis überschreiben" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:96 msgid "Override removed" -msgstr "" +msgstr "Abweichung entfernt" #: src/components/layouts/Event/index.tsx:100 msgid "Overview" @@ -7988,7 +7988,7 @@ msgstr "bezahlt" #: src/components/forms/ProductForm/index.tsx:274 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:431 msgid "Paid" -msgstr "" +msgstr "Bezahlt" #: src/components/routes/admin/Attribution/index.tsx:51 msgid "Paid Accounts" @@ -8048,7 +8048,7 @@ msgstr "Vergangenheit" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:317 msgid "Past due" -msgstr "" +msgstr "Überfällig" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Past Events" @@ -8162,7 +8162,7 @@ msgstr "Zahlungen nicht verfügbar" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:407 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:463 msgid "Payouts" -msgstr "" +msgstr "Auszahlungen" #: src/components/routes/admin/DeletionRequests/index.tsx:85 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:437 @@ -8180,7 +8180,7 @@ msgstr "Pro Teilnehmer" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:117 msgid "per min" -msgstr "" +msgstr "pro Min." #: src/components/common/PromoCodeTable/index.tsx:91 msgid "per order" @@ -8216,7 +8216,7 @@ msgstr "Prozentuale Gebühr" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:137 msgid "Percentage fee (%)" -msgstr "" +msgstr "Prozentuale Gebühr (%)" #: src/components/routes/admin/Configurations/index.tsx:175 msgid "Percentage must be between 0 and 100" @@ -8248,7 +8248,7 @@ msgstr "Diesen Veranstalter und alle seine Veranstaltungen dauerhaft löschen." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:583 msgid "Permanently remove this date" -msgstr "" +msgstr "Diesen Termin endgültig entfernen" #: src/components/routes/profile/ManageProfile/index.tsx:148 msgid "Personal Information" @@ -8260,15 +8260,15 @@ msgstr "Telefon" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:530 msgid "Pick an end date" -msgstr "" +msgstr "Enddatum wählen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:538 msgid "Pick at least one day of the month" -msgstr "" +msgstr "Wählen Sie mindestens einen Tag des Monats" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:527 msgid "Pick at least one day of the week" -msgstr "" +msgstr "Wählen Sie mindestens einen Wochentag" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:841 msgid "Pick days to see your dates." @@ -8285,7 +8285,7 @@ msgstr "Platzieren Sie dies im Ihrer Website." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:269 #: src/components/modals/ManageOrderModal/index.tsx:125 msgid "Placed" -msgstr "" +msgstr "Aufgegeben" #: src/components/common/PoweredByFooter/index.tsx:48 msgid "Planning an event?" @@ -8340,7 +8340,7 @@ msgstr "Bitte überprüfen Sie Ihre E-Mail, um Ihre E-Mail-Adresse zu bestätige #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:76 msgid "Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions." -msgstr "" +msgstr "Bitte prüfen Sie die aktualisierte Uhrzeit auf Ihrem Ticket. Ihre Tickets bleiben gültig – Sie müssen nichts tun, es sei denn, die neuen Zeiten passen Ihnen nicht. Antworten Sie auf diese E-Mail, wenn Sie Fragen haben." #: src/components/routes/product-widget/SelectProducts/index.tsx:1023 msgid "Please continue in the new tab" @@ -8393,7 +8393,7 @@ msgstr "Bitte kehre zur Veranstaltungsseite zurück, um neu zu beginnen." #: src/components/routes/product-widget/SelectProducts/index.tsx:584 msgid "Please select a date and time" -msgstr "" +msgstr "Bitte wählen Sie Datum und Uhrzeit" #: src/components/common/OrganizerReportTable/index.tsx:269 msgid "Please select a date range" @@ -8452,7 +8452,7 @@ msgstr "Portugiesisch" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:967 msgid "Position" -msgstr "" +msgstr "Position" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:97 msgid "Post Checkout message" @@ -8506,7 +8506,7 @@ msgstr "Preis nicht festgelegt" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:206 msgid "Price Tier" -msgstr "" +msgstr "Preisstufe" #: src/components/forms/ProductForm/index.tsx:356 msgid "Price Tiers" @@ -8514,7 +8514,7 @@ msgstr "Preisstufen" #: src/components/forms/ProductForm/index.tsx:266 msgid "Pricing" -msgstr "" +msgstr "Preise" #: src/components/common/WidgetEditor/index.tsx:187 msgid "Primary Color" @@ -8604,11 +8604,11 @@ msgstr "Produktverkäufe, Einnahmen und Steueraufschlüsselung" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:599 msgid "Product settings cannot be edited for cancelled dates." -msgstr "" +msgstr "Produkteinstellungen können für abgesagte Termine nicht bearbeitet werden." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:160 msgid "Product settings saved successfully" -msgstr "" +msgstr "Produkteinstellungen erfolgreich gespeichert" #: src/components/common/ProductSelector/index.tsx:67 msgid "Product Tier" @@ -8661,7 +8661,7 @@ msgstr "Profil erfolgreich aktualisiert" #: src/components/common/CheckIn/CheckInInfoModal.tsx:47 msgid "Progress" -msgstr "" +msgstr "Fortschritt" #: src/components/routes/product-widget/SelectProducts/index.tsx:500 msgid "Promo {promo_code} code applied" @@ -8682,7 +8682,7 @@ msgstr "Aktionscode-Seite" #: src/components/forms/ProductForm/ledgerSummaries.ts:154 msgid "Promo code required" -msgstr "" +msgstr "Aktionscode erforderlich" #: src/components/routes/event/Reports/index.tsx:32 msgid "Promo code usage and discount breakdown" @@ -8690,11 +8690,11 @@ msgstr "Nutzung von Rabattcodes und Rabattaufschlüsselung" #: src/components/routes/event/promo-codes.tsx:55 msgid "promo codes" -msgstr "" +msgstr "Aktionscodes" #: src/components/layouts/AuthLayout/index.tsx:18 msgid "Promo codes" -msgstr "" +msgstr "Aktionscodes" #: src/components/layouts/Event/index.tsx:126 #: src/components/modals/DuplicateEventModal/index.tsx:52 @@ -8733,11 +8733,11 @@ msgstr "Geben Sie mindestens ein Adressfeld an (Veranstaltungsort, Straße, Stad #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:438 msgid "Provide the following before Stripe's next review to keep payouts flowing." -msgstr "" +msgstr "Reichen Sie Folgendes vor der nächsten Prüfung durch Stripe ein, damit die Auszahlungen weiterlaufen." #: src/components/forms/ProductForm/ledgerSummaries.ts:157 msgid "Public" -msgstr "" +msgstr "Öffentlich" #: src/components/common/StatusToggle/index.tsx:97 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:117 @@ -8754,7 +8754,7 @@ msgstr "Veranstaltung veröffentlichen" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:113 msgid "Publish your event" -msgstr "" +msgstr "Veranstaltung veröffentlichen" #: src/components/routes/admin/Announcements/index.tsx:183 #: src/components/routes/admin/Announcements/index.tsx:473 @@ -8774,11 +8774,11 @@ msgstr "Gekauft" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:275 msgid "Purchaser" -msgstr "" +msgstr "Käufer" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:283 msgid "Purchaser email" -msgstr "" +msgstr "E-Mail des Käufers" #: src/components/modals/ShareModal/index.tsx:168 msgid "QR Code" @@ -8786,7 +8786,7 @@ msgstr "QR-Code" #: src/components/layouts/AuthLayout/index.tsx:16 msgid "QR code check-in" -msgstr "" +msgstr "Check-in per QR-Code" #: src/components/modals/OfferWaitlistModal/index.tsx:170 msgid "Qty" @@ -8803,7 +8803,7 @@ msgstr "Verfügbare Menge" #: src/components/forms/CheckInListForm/index.tsx:205 msgid "Question answers" -msgstr "" +msgstr "Antworten auf Fragen" #: src/components/common/QuestionsTable/index.tsx:201 msgid "Question deleted" @@ -8837,7 +8837,7 @@ msgstr "Warteschlange" #: src/components/forms/PromoCodeForm/index.tsx:145 msgid "Quick Tip" -msgstr "" +msgstr "Kurzer Tipp" #: src/components/forms/QuestionForm/index.tsx:118 msgid "Radio Option" @@ -8861,7 +8861,7 @@ msgstr "Platz erneut anbieten" #: src/components/modals/ManageOccurrenceModal/index.tsx:70 #: src/components/routes/event/OccurrenceDetail/index.tsx:96 msgid "Reactivate this date? It will be reopened for future sales." -msgstr "" +msgstr "Diesen Termin reaktivieren? Er wird wieder für den Verkauf geöffnet." #: src/components/modals/PublishEventModal/index.tsx:143 msgid "Ready to go live?" @@ -8869,7 +8869,7 @@ msgstr "Bereit, live zu gehen?" #: src/components/layouts/AuthLayout/index.tsx:19 msgid "Real-time analytics" -msgstr "" +msgstr "Echtzeit-Auswertungen" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:171 msgid "Reason (optional)" @@ -8887,19 +8887,19 @@ msgstr "Letzte Kontoanmeldungen" #: src/components/common/PeriodSelector/index.tsx:111 msgid "Recent activity" -msgstr "" +msgstr "Letzte Aktivitäten" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:59 msgid "Recent Attendees" -msgstr "" +msgstr "Neueste Teilnehmer" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:106 msgid "Recent check-ins" -msgstr "" +msgstr "Neueste Check-ins" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:309 msgid "Recent orders" -msgstr "" +msgstr "Neueste Bestellungen" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:63 msgid "Recent Orders" @@ -8930,12 +8930,12 @@ msgstr "Empfänger sind verfügbar, nachdem die Nachricht gesendet wurde" #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "Recommended" -msgstr "" +msgstr "Empfohlen" #: src/components/common/EventCard/index.tsx:209 #: src/components/common/EventCard/index.tsx:322 msgid "Recurring" -msgstr "" +msgstr "Wiederkehrend" #: src/components/layouts/EventHomepage/index.tsx:368 #: src/components/modals/CreateEventModal/index.tsx:240 @@ -8949,7 +8949,7 @@ msgstr "Einstellungen für wiederkehrende Veranstaltungen" #: src/components/layouts/AuthLayout/index.tsx:13 msgid "Recurring events" -msgstr "" +msgstr "Wiederkehrende Veranstaltungen" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:80 msgid "Reddit" @@ -8969,13 +8969,13 @@ msgstr "Vorschau aktualisieren" #: src/components/routes/event/OccurrencesTab/index.tsx:218 msgid "Refund all orders for these dates" -msgstr "" +msgstr "Alle Bestellungen dieser Termine erstatten" #: src/components/routes/event/OccurrenceDetail/index.tsx:67 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:44 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:334 msgid "Refund all orders for this date" -msgstr "" +msgstr "Alle Bestellungen dieses Termins erstatten" #: src/components/modals/RefundOrderModal/index.tsx:108 msgid "Refund amount" @@ -9046,7 +9046,7 @@ msgstr "Registrierungsfragen" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:142 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:94 msgid "Remaining" -msgstr "" +msgstr "Verbleibend" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:82 msgid "Remaining Uses" @@ -9064,9 +9064,9 @@ msgstr "entfernen" msgid "Remove" msgstr "Entfernen" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:458 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:459 msgid "Remove label from all dates" -msgstr "" +msgstr "Bezeichnung von allen Terminen entfernen" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:67 msgid "Remove sold out dates and times from the event page entirely. When disabled, they remain visible and are labelled as sold out." @@ -9078,11 +9078,11 @@ msgstr "Uhrzeit entfernen" #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:60 msgid "Reopen for new sales" -msgstr "" +msgstr "Wieder für den Verkauf öffnen" #: src/components/routes/event/OccurrencesTab/index.tsx:194 msgid "Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed." -msgstr "" +msgstr "Diesen Termin wieder für den Verkauf öffnen? Zuvor stornierte Tickets werden nicht wiederhergestellt – betroffene Teilnehmer bleiben storniert und bereits erfolgte Erstattungen werden nicht rückgängig gemacht." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:885 msgid "Repeats" @@ -9183,7 +9183,7 @@ msgstr "Passwort zurücksetzen" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:238 msgid "Reset to base price" -msgstr "" +msgstr "Auf Grundpreis zurücksetzen" #: src/components/routes/auth/ResetPassword/index.tsx:75 msgid "Resetting..." @@ -9226,7 +9226,7 @@ msgstr "Stellen Sie diesen Veranstalter wieder her und machen Sie ihn wieder akt #: src/components/common/ToolBar/index.tsx:47 msgid "results" -msgstr "" +msgstr "Ergebnisse" #: src/components/routes/admin/FailedJobs/index.tsx:199 msgid "Retry" @@ -9259,11 +9259,11 @@ msgstr "Wiederverwendbare Veranstaltungsorte für Ihre Veranstaltungen. Standort #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:218 msgid "Reuse" -msgstr "" +msgstr "Erneut verwenden" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:198 msgid "Reuse a Stripe connection from another organizer in this account." -msgstr "" +msgstr "Verwenden Sie eine Stripe-Verbindung eines anderen Veranstalters in diesem Konto erneut." #: src/components/common/AffiliateTable/index.tsx:157 #: src/components/common/EventCard/index.tsx:255 @@ -9316,7 +9316,7 @@ msgstr "Verkaufszeitraum" #: src/components/forms/ProductForm/index.tsx:420 msgid "Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page." -msgstr "" +msgstr "Der Verkaufszeitraum gilt für alle Termine Ihres Terminplans. Um Preise und Verfügbarkeit einzelner Termine zu steuern, nutzen Sie die Abweichungen auf der <0>Terminplan-Seite." #: src/components/forms/ProductForm/index.tsx:427 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:80 @@ -9329,7 +9329,7 @@ msgstr "Verkauf beginnt {0}" #: src/components/forms/ProductForm/index.tsx:413 msgid "Sale window" -msgstr "" +msgstr "Verkaufszeitraum" #: src/components/common/AffiliateTable/index.tsx:145 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:143 @@ -9352,7 +9352,7 @@ msgstr "Verkaufsstart" #: src/components/routes/event/Reports/index.tsx:38 msgid "Sales, attendance, and check-in breakdown per occurrence" -msgstr "" +msgstr "Aufschlüsselung von Verkäufen, Teilnahme und Check-ins pro Termin" #: src/components/routes/organizer/Reports/index.tsx:24 msgid "Sales, orders, and performance metrics for all events" @@ -9364,7 +9364,7 @@ msgstr "Verkäufe:" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:471 msgid "Same as event" -msgstr "" +msgstr "Wie Veranstaltung" #: src/components/common/PlatformFeesSettings/index.tsx:175 msgid "Sample ticket price" @@ -9377,7 +9377,7 @@ msgstr "Beispielort" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 msgid "Sat" -msgstr "" +msgstr "Sa" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -9421,7 +9421,7 @@ msgstr "Änderungen speichern" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:160 msgid "Save fee override" -msgstr "" +msgstr "Gebührenabweichung speichern" #: src/components/modals/EditOrganizerModal/index.tsx:70 msgid "Save Organizer" @@ -9449,7 +9449,7 @@ msgstr "Ticketdesign speichern" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:202 msgid "Save VAT settings" -msgstr "" +msgstr "MwSt.-Einstellungen speichern" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:239 msgid "Save VAT Settings" @@ -9465,7 +9465,7 @@ msgstr "Gespeicherte Standorte" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:153 msgid "Saving an override creates a dedicated configuration for this organizer if it's currently on the system default." -msgstr "" +msgstr "Beim Speichern einer Abweichung wird für diesen Veranstalter eine eigene Konfiguration erstellt, sofern derzeit der Systemstandard verwendet wird." #: src/components/layouts/CheckIn/BottomNav.tsx:15 msgid "Scan" @@ -9473,32 +9473,32 @@ msgstr "Scannen" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:58 msgid "Scan a ticket to check in an attendee" -msgstr "" +msgstr "Scannen Sie ein Ticket, um einen Teilnehmer einzuchecken" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:109 msgid "Scanned tickets will appear here" -msgstr "" +msgstr "Gescannte Tickets erscheinen hier" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:71 msgid "Scanner mode" -msgstr "" +msgstr "Scanner-Modus" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:73 msgid "Schedule" -msgstr "" +msgstr "Terminplan" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:105 msgid "Schedule added" -msgstr "" +msgstr "Terminplan hinzugefügt" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:697 #: src/hooks/useOccurrenceGenerationPolling.ts:36 msgid "Schedule created successfully" -msgstr "" +msgstr "Terminplan erfolgreich erstellt" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1078 msgid "Schedule ends on" -msgstr "" +msgstr "Terminplan endet am" #: src/components/modals/SendMessageModal/index.tsx:472 msgid "Schedule for later" @@ -9514,7 +9514,7 @@ msgstr "Zeitplan-Vorschau" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1069 msgid "Schedule starts on" -msgstr "" +msgstr "Terminplan beginnt am" #: src/components/common/ProductsTable/SortableProduct/index.tsx:92 #: src/components/routes/admin/Messages/index.tsx:125 @@ -9532,7 +9532,7 @@ msgstr "Geplante Zeit" #: src/components/layouts/CheckIn/BottomNav.tsx:16 msgid "Search" -msgstr "" +msgstr "Suchen" #: src/components/routes/event/Affiliates/index.tsx:70 msgid "Search affiliates..." @@ -9540,7 +9540,7 @@ msgstr "Partner suchen..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:94 msgid "Search attendees" -msgstr "" +msgstr "Teilnehmer suchen" #: src/components/routes/admin/Accounts/index.tsx:60 #: src/components/routes/admin/DeletionRequests/index.tsx:93 @@ -9586,7 +9586,7 @@ msgstr "Suchen Sie nach Namen, E-Mail oder Bestellnummer ..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:93 msgid "Search by name, order #, ticket # or email" -msgstr "" +msgstr "Nach Name, Bestell-Nr., Ticket-Nr. oder E-Mail suchen" #: src/components/routes/event/promo-codes.tsx:38 msgid "Search by name..." @@ -9614,15 +9614,15 @@ msgstr "Einchecklisten durchsuchen..." #: src/components/common/OccurrenceSelect/index.tsx:117 msgid "Search dates..." -msgstr "" +msgstr "Termine suchen..." #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:88 msgid "Search dates…" -msgstr "" +msgstr "Termine suchen…" #: src/components/common/AddressAutocomplete/index.tsx:86 msgid "Search for an address" -msgstr "" +msgstr "Nach einer Adresse suchen" #: src/components/routes/event/messages.tsx:243 msgid "Search messages..." @@ -9650,11 +9650,11 @@ msgstr "Suche läuft..." #: src/constants/eventCategories.ts:6 msgid "Seasonal" -msgstr "" +msgstr "Saisonal" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:58 msgid "Second" -msgstr "" +msgstr "Zweiter" #: src/components/common/WidgetEditor/index.tsx:199 msgid "Secondary Color" @@ -9670,11 +9670,11 @@ msgstr "Sichere Kasse" #: src/components/layouts/EventHomepage/index.tsx:431 msgid "See schedule" -msgstr "" +msgstr "Terminplan ansehen" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "See what Stripe still needs" -msgstr "" +msgstr "Sehen, was Stripe noch benötigt" #: src/components/routes/admin/Announcements/index.tsx:161 msgid "Seen" @@ -9692,11 +9692,11 @@ msgstr "Kategorie auswählen" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:717 msgid "Select a Date & Time" -msgstr "" +msgstr "Datum & Uhrzeit auswählen" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:215 msgid "Select a date to see available times" -msgstr "" +msgstr "Wählen Sie ein Datum, um verfügbare Uhrzeiten zu sehen" #: src/components/routes/event/messages.tsx:341 msgid "Select a message to view its contents" @@ -9712,7 +9712,7 @@ msgstr "Konto auswählen" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:126 msgid "Select all" -msgstr "" +msgstr "Alle auswählen" #: src/components/modals/DuplicateEventModal/index.tsx:143 msgid "Select All" @@ -9720,7 +9720,7 @@ msgstr "Alle auswählen" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:156 msgid "Select all on {0}" -msgstr "" +msgstr "Alle am {0} auswählen" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:119 msgid "Select an event" @@ -9740,7 +9740,7 @@ msgstr "Teilnehmergruppe auswählen" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:157 msgid "Select camera" -msgstr "" +msgstr "Kamera auswählen" #: src/components/forms/ProductForm/index.tsx:255 msgid "Select category..." @@ -9752,7 +9752,7 @@ msgstr "Währung auswählen" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:178 msgid "Select date" -msgstr "" +msgstr "Datum auswählen" #: src/components/modals/CreateEventModal/index.tsx:283 msgid "Select end date and time" @@ -9773,7 +9773,7 @@ msgstr "Ereignistypen auswählen" #: src/components/common/OccurrenceSelect/index.tsx:106 #: src/components/modals/CreateAttendeeModal/index.tsx:254 msgid "Select occurrence" -msgstr "" +msgstr "Termin auswählen" #: src/components/modals/CreateEventModal/index.tsx:159 msgid "Select organizer" @@ -9795,7 +9795,7 @@ msgstr "Produkte auswählen" #: src/components/forms/ProductForm/index.tsx:553 msgid "Select products..." -msgstr "" +msgstr "Produkte auswählen..." #: src/components/modals/CreateEventModal/index.tsx:263 msgid "Select start date and time" @@ -9846,7 +9846,7 @@ msgstr "Wählen..." #: src/components/routes/event/OccurrencesTab/index.tsx:497 msgid "selected" -msgstr "" +msgstr "ausgewählt" #: src/components/common/PlatformFeesSettings/index.tsx:208 #: src/components/common/PlatformFeesSettings/index.tsx:231 @@ -9856,11 +9856,11 @@ msgstr "Ausgewählt" #: src/components/layouts/AuthLayout/index.tsx:41 msgid "Sell out your event." -msgstr "" +msgstr "Verkaufen Sie Ihre Veranstaltung aus." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:516 msgid "Selling a physical product? Cap its quantity on the <0>products page instead." -msgstr "" +msgstr "Verkaufen Sie ein physisches Produkt? Begrenzen Sie dessen Menge stattdessen auf der <0>Produktseite." #: src/components/forms/ProductForm/index.tsx:587 msgid "Selling fast 🔥" @@ -9918,7 +9918,7 @@ msgstr "Test senden" #: src/components/modals/SendMessageModal/index.tsx:358 msgid "Send to all occurrences, or choose a specific one" -msgstr "" +msgstr "An alle Termine senden oder einen bestimmten auswählen" #: src/components/routes/event/messages.tsx:335 msgid "Send your first message" @@ -9939,7 +9939,7 @@ msgstr "Gesendet von" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:218 msgid "Sent to attendees when a scheduled date is cancelled" -msgstr "" +msgstr "Wird an Teilnehmer gesendet, wenn ein geplanter Termin abgesagt wird" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:216 msgid "Sent to customers when they place an order" @@ -9976,7 +9976,7 @@ msgstr "SEO-Titel" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:73 msgid "September" -msgstr "" +msgstr "September" #: src/components/forms/TaxAndFeeForm/index.tsx:62 msgid "Service Fee" @@ -9984,7 +9984,7 @@ msgstr "Servicegebühr" #: src/components/layouts/CheckIn/index.tsx:498 msgid "Session cancelled" -msgstr "" +msgstr "Termin abgesagt" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:807 msgid "sessions · {dateCount} dates × {timesPerDay} times" @@ -10000,27 +10000,27 @@ msgstr "Legen Sie Standardeinstellungen für neue Veranstaltungen fest, die unte #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Set how long each date lasts" -msgstr "" +msgstr "Legen Sie fest, wie lange jeder Termin dauert" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Set or clear the date label" -msgstr "" +msgstr "Terminbezeichnung festlegen oder entfernen" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:406 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:407 msgid "Set the end time of each date to be this long after its start time." -msgstr "" +msgstr "Legen Sie die Endzeit jedes Termins auf diesen Abstand zur Startzeit fest." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:217 msgid "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." msgstr "Legen Sie die Startnummer für die Rechnungsnummerierung fest. Dies kann nicht geändert werden, sobald Rechnungen generiert wurden." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:440 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:441 msgid "Set to unlimited (remove limit)" -msgstr "" +msgstr "Auf unbegrenzt setzen (Limit entfernen)" -#: src/components/routes/event/OccurrencesTab/index.tsx:585 +#: src/components/routes/event/OccurrencesTab/index.tsx:600 msgid "Set up a recurring schedule to automatically create dates, or add them one at a time." -msgstr "" +msgstr "Richten Sie einen wiederkehrenden Terminplan ein, um Termine automatisch zu erstellen, oder fügen Sie sie einzeln hinzu." #: src/components/routes/event/CheckInLists/index.tsx:35 msgid "Set up check-in lists for different entrances, sessions, or days." @@ -10029,20 +10029,20 @@ msgstr "Richten Sie Check-in-Listen für verschiedene Eingänge, Sitzungen oder #: src/components/layouts/OrganizerLayout/index.tsx:85 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:126 msgid "Set up payouts" -msgstr "" +msgstr "Auszahlungen einrichten" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 msgid "Set up schedule" -msgstr "" +msgstr "Terminplan einrichten" -#: src/components/routes/event/OccurrencesTab/index.tsx:535 -#: src/components/routes/event/OccurrencesTab/index.tsx:596 +#: src/components/routes/event/OccurrencesTab/index.tsx:550 +#: src/components/routes/event/OccurrencesTab/index.tsx:611 msgid "Set Up Schedule" -msgstr "" +msgstr "Terminplan einrichten" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:92 msgid "Set up the tickets you'll sell and their prices" -msgstr "" +msgstr "Legen Sie die Tickets, die Sie verkaufen, und deren Preise fest" #: src/components/routes/welcome/index.tsx:43 msgid "Set up your organization" @@ -10055,11 +10055,11 @@ msgstr "Zeitplan einrichten" #: src/components/routes/welcome/index.tsx:415 msgid "Set up your schedule in the next steps" -msgstr "" +msgstr "Richten Sie Ihren Terminplan in den nächsten Schritten ein" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Set, change, or remove the date's location or online details" -msgstr "" +msgstr "Ort oder Online-Details des Termins festlegen, ändern oder entfernen" #: src/components/common/QuestionsTable/index.tsx:374 msgid "Setting updated" @@ -10076,7 +10076,7 @@ msgstr "Einrichtung & Design" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:242 msgid "Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event." -msgstr "" +msgstr "Die Einrichtung dauert nur wenige Minuten – ein bestehendes Stripe-Konto ist nicht erforderlich. Stripe übernimmt Karten, Wallets, regionale Zahlungsmethoden und Betrugsschutz, damit Sie sich auf Ihre Veranstaltung konzentrieren können." #: src/components/common/ShareIcon/index.tsx:30 #: src/components/layouts/EventHomepage/index.tsx:342 @@ -10111,15 +10111,15 @@ msgstr "Gemeinsame Kapazitätsverwaltung" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Shift times" -msgstr "" +msgstr "Zeiten verschieben" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:211 msgid "Shifted times for {count} date(s)" -msgstr "" +msgstr "Zeiten für {count} Termin(e) verschoben" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:532 msgid "Show" -msgstr "" +msgstr "Anzeigen" #: src/components/common/AdvancedOptions/index.tsx:28 msgid "Show advanced options" @@ -10131,7 +10131,7 @@ msgstr "Alle Plattformen anzeigen ({0} weitere mit Werten)" #: src/components/forms/CheckInListForm/index.tsx:196 msgid "Show attendee notes to non-logged-in staff" -msgstr "" +msgstr "Teilnehmernotizen für nicht angemeldetes Personal anzeigen" #: src/components/forms/ProductForm/index.tsx:449 msgid "Show available product quantity" @@ -10163,19 +10163,19 @@ msgstr "Mehr Plattformen anzeigen" #: src/components/forms/CheckInListForm/index.tsx:230 msgid "Show order details to non-logged-in staff" -msgstr "" +msgstr "Bestelldetails für nicht angemeldetes Personal anzeigen" #: src/components/forms/CheckInListForm/index.tsx:213 msgid "Show question answers to non-logged-in staff" -msgstr "" +msgstr "Antworten auf Fragen für nicht angemeldetes Personal anzeigen" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:59 msgid "Show remaining capacity on event dates" -msgstr "" +msgstr "Verbleibende Kapazität bei Veranstaltungsterminen anzeigen" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:525 msgid "Show remaining capacity to buyers" -msgstr "" +msgstr "Verbleibende Kapazität für Käufer anzeigen" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:61 msgid "Show tax and fees separately" @@ -10185,18 +10185,18 @@ msgstr "Steuern und Gebühren separat ausweisen" msgid "Showing {0} of {totalRows} records" msgstr "Zeige {0} von {totalRows} Einträgen" -#: src/components/routes/event/OccurrencesTab/index.tsx:624 +#: src/components/routes/event/OccurrencesTab/index.tsx:639 msgid "Showing {0}–{1} of {2}" -msgstr "" +msgstr "{0}–{1} von {2} werden angezeigt" #: src/components/common/OccurrenceSelect/index.tsx:163 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:135 msgid "Showing {MAX_VISIBLE} of {totalAvailable} dates. Type to search." -msgstr "" +msgstr "{MAX_VISIBLE} von {totalAvailable} Terminen werden angezeigt. Tippen Sie, um zu suchen." #: src/components/modals/SendMessageModal/index.tsx:349 msgid "Showing the first {0} — the remaining {1} session(s) will still be targeted when the message is sent." -msgstr "" +msgstr "Es werden die ersten {0} angezeigt – die übrigen {1} Termin(e) werden beim Senden der Nachricht dennoch berücksichtigt." #: src/components/routes/admin/Announcements/index.tsx:410 msgid "Shown bouncing at the top of the modal" @@ -10204,7 +10204,7 @@ msgstr "Wird oben im Modal hüpfend angezeigt" #: src/components/forms/CheckInListForm/index.tsx:145 msgid "Shown to staff the first time they open the check-in page." -msgstr "" +msgstr "Wird dem Personal beim ersten Öffnen der Check-in-Seite angezeigt." #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:102 msgid "Shown to the customer after they checkout, on the order summary page." @@ -10220,7 +10220,7 @@ msgstr "Zeigt allgemeine Adressfelder an, einschließlich Land" #: src/components/forms/ProductForm/ledgerSummaries.ts:60 msgid "Shows remaining" -msgstr "" +msgstr "Zeigt Restbestand" #: src/components/routes/admin/Dashboard/index.tsx:402 msgid "Signed Up" @@ -10233,15 +10233,15 @@ msgstr "Simpson" #: src/components/modals/CreateEventModal/index.tsx:231 msgid "Single Event" -msgstr "" +msgstr "Einzelveranstaltung" #: src/components/forms/QuestionForm/index.tsx:100 msgid "Single line text box" msgstr "Einzeiliges Textfeld" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:356 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:357 msgid "Skip manually edited dates" -msgstr "" +msgstr "Manuell bearbeitete Termine überspringen" #: src/components/routes/welcome/index.tsx:559 msgid "Skip this step" @@ -10280,7 +10280,7 @@ msgstr "Verkauft" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:579 msgid "sold out" -msgstr "" +msgstr "ausverkauft" #: src/components/common/EventCard/index.tsx:125 #: src/components/common/EventDateRange/index.tsx:65 @@ -10307,7 +10307,7 @@ msgstr "Ausverkauft, Warteliste verfügbar" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:293 msgid "Some details are hidden from public access. Log in to view everything." -msgstr "" +msgstr "Einige Details sind öffentlich nicht sichtbar. Melden Sie sich an, um alles zu sehen." #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -10318,7 +10318,7 @@ msgstr "Etwas ist schiefgelaufen" #: src/components/common/ImageUploadDropzone/index.tsx:130 msgid "Something went wrong while deleting the image. Please try again." -msgstr "" +msgstr "Beim Löschen des Bildes ist ein Fehler aufgetreten. Bitte versuchen Sie es erneut." #: src/components/common/TaxAndFeeList/index.tsx:41 msgid "Something went wrong while deleting the Tax or Fee" @@ -10374,11 +10374,11 @@ msgstr "Bestimmte Benutzer" #: src/constants/eventCategories.ts:21 msgid "Spirituality" -msgstr "" +msgstr "Spiritualität" #: src/components/forms/CheckInListForm/index.tsx:90 msgid "Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end." -msgstr "" +msgstr "Teilen Sie den Check-in nach Tagen, Bereichen oder Tickettypen auf. Teilen Sie den Link mit Ihrem Personal – ein Konto ist dafür nicht nötig." #: src/constants/eventCategories.ts:9 msgid "Sports" @@ -10386,11 +10386,11 @@ msgstr "Sport" #: src/components/common/CheckIn/CheckInInfoModal.tsx:84 msgid "Staff instructions" -msgstr "" +msgstr "Anweisungen für das Personal" #: src/components/modals/SelectCheckInListModal/index.tsx:48 msgid "Start check-in" -msgstr "" +msgstr "Check-in starten" #: src/components/common/AdminEventsTable/index.tsx:96 #: src/components/modals/DuplicateEventModal/index.tsx:128 @@ -10418,31 +10418,31 @@ msgstr "Startzeit" #: src/components/common/AddressAutocomplete/index.tsx:87 msgid "Start typing a venue or address..." -msgstr "" +msgstr "Geben Sie einen Veranstaltungsort oder eine Adresse ein..." #: src/components/forms/ProductForm/ledgerSummaries.ts:62 msgid "Starts collapsed" -msgstr "" +msgstr "Startet eingeklappt" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts in {diffDays} days" -msgstr "" +msgstr "Beginnt in {diffDays} Tagen" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:76 msgid "Starts in {diffMinutes} min" -msgstr "" +msgstr "Beginnt in {diffMinutes} Min." #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:86 msgid "Starts in {h}h {m}m" -msgstr "" +msgstr "Beginnt in {h} Std. {m} Min." #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:70 msgid "Starts in {seconds}s" -msgstr "" +msgstr "Beginnt in {seconds} Sek." #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts tomorrow" -msgstr "" +msgstr "Beginnt morgen" #: src/components/common/CheckoutQuestion/index.tsx:165 #: src/components/common/LocationPicker/index.tsx:254 @@ -10462,7 +10462,7 @@ msgstr "Statistiken basieren auf dem Erstellungsdatum des Kontos" #: src/components/layouts/CheckIn/BottomNav.tsx:17 msgid "Stats" -msgstr "" +msgstr "Statistiken" #: src/components/common/AdminEventsTable/index.tsx:111 #: src/components/common/AdminOrdersTable/index.tsx:85 @@ -10497,7 +10497,7 @@ msgstr "Status" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:323 msgid "Still needed" -msgstr "" +msgstr "Noch erforderlich" #: src/components/common/ImpersonationBanner/index.tsx:53 msgid "Stop Impersonating" @@ -10515,7 +10515,7 @@ msgstr "Stripe-Konto getrennt." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:350 msgid "Stripe connected" -msgstr "" +msgstr "Stripe verbunden" #: src/components/routes/admin/Attribution/index.tsx:135 msgid "Stripe Connected" @@ -10523,11 +10523,11 @@ msgstr "Stripe verbunden" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:163 msgid "Stripe connection copied from {0}." -msgstr "" +msgstr "Stripe-Verbindung von {0} übernommen." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:84 msgid "Stripe didn't return a setup link. Please try again." -msgstr "" +msgstr "Stripe hat keinen Einrichtungslink zurückgegeben. Bitte versuchen Sie es erneut." #: src/components/routes/admin/Messages/index.tsx:73 msgid "Stripe Not Connected" @@ -10543,11 +10543,11 @@ msgstr "Stripe-Zahlungen sind für diese Veranstaltung nicht aktiviert." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:434 msgid "Stripe will need a few more details soon" -msgstr "" +msgstr "Stripe benötigt bald noch einige Angaben" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:283 msgid "Stripe will walk you through a few quick questions to finish setup." -msgstr "" +msgstr "Stripe führt Sie durch einige kurze Fragen, um die Einrichtung abzuschließen." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:131 #: src/components/modals/SendMessageModal/index.tsx:438 @@ -10752,7 +10752,7 @@ msgstr "Sommer Musik Festival 2025" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 msgid "Sun" -msgstr "" +msgstr "So" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -10782,7 +10782,7 @@ msgstr "T-Shirt" #: src/components/forms/ProductForm/index.tsx:214 msgid "T-shirts, mugs and more" -msgstr "" +msgstr "T-Shirts, Tassen und mehr" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:960 msgid "Tap dates like a calendar." @@ -10790,7 +10790,7 @@ msgstr "Tippen Sie auf Tage wie in einem Kalender." #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:59 msgid "Tap this screen to resume scanning" -msgstr "" +msgstr "Tippen Sie auf den Bildschirm, um das Scannen fortzusetzen" #: src/components/routes/admin/Announcements/AnnouncementTargetPicker.tsx:93 msgid "Target accounts" @@ -10802,7 +10802,7 @@ msgstr "Zielbenutzer" #: src/components/modals/SendMessageModal/index.tsx:335 msgid "Targeting attendees across {0} selected sessions." -msgstr "" +msgstr "Es werden Teilnehmer aus {0} ausgewählten Terminen angesprochen." #: src/components/common/AdminOrdersTable/index.tsx:84 #: src/components/common/OrdersTable/index.tsx:269 @@ -10856,7 +10856,7 @@ msgstr "Steuern" #: src/components/forms/ProductForm/index.tsx:477 msgid "Taxes & fees" -msgstr "" +msgstr "Steuern & Gebühren" #: src/components/common/ProductsTable/SortableProduct/index.tsx:151 msgid "Taxes & fees applied" @@ -10868,7 +10868,7 @@ msgstr "Steuern und Gebühren" #: src/components/layouts/AuthLayout/index.tsx:23 msgid "Team collaboration" -msgstr "" +msgstr "Zusammenarbeit im Team" #: src/constants/eventCategories.ts:27 msgid "Tech" @@ -10892,11 +10892,11 @@ msgstr "Erzählen Sie uns von Ihrer Organisation. Diese Informationen werden auf #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1151 msgid "Tell us how often your event repeats and we'll create all the dates for you." -msgstr "" +msgstr "Sagen Sie uns, wie oft sich Ihre Veranstaltung wiederholt, und wir erstellen alle Termine für Sie." #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:37 msgid "Tell us your VAT registration status so we apply the correct VAT treatment to platform fees." -msgstr "" +msgstr "Teilen Sie uns Ihren umsatzsteuerlichen Status mit, damit wir die Plattformgebühren korrekt versteuern." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:194 msgid "Template Active" @@ -10930,7 +10930,7 @@ msgstr "Danke für Ihre Teilnahme!" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:55 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:77 msgid "Thanks," -msgstr "" +msgstr "Danke," #: src/components/routes/product-widget/SelectProducts/index.tsx:292 #: src/components/routes/product-widget/SelectProducts/index.tsx:538 @@ -10943,7 +10943,7 @@ msgstr "Das sind {totalOccurrences} Sessions — das Maximum ist {max}. Verkürz #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:54 msgid "That's a wrap" -msgstr "" +msgstr "Das war's" #: src/components/common/ThemeColorControls/index.tsx:62 msgid "The background color of the page. When using cover image, this is applied as an overlay." @@ -11019,7 +11019,7 @@ msgstr "Der gesuchte Veranstalter konnte nicht gefunden werden. Die Seite wurde #: src/components/modals/CreateAttendeeModal/index.tsx:277 msgid "The override is recorded in the order audit log." -msgstr "" +msgstr "Die Überschreibung wird im Bestellprotokoll festgehalten." #: src/components/common/ErrorDisplay/index.tsx:18 msgid "The page you are looking for does not exist" @@ -11055,7 +11055,7 @@ msgstr "Die geplante Zeit muss in der Zukunft liegen" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:52 msgid "The session for \"{title}\" originally scheduled for {0} has been rescheduled." -msgstr "" +msgstr "Der Termin für „{title}“, ursprünglich geplant für {0}, wurde verschoben." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:155 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:186 @@ -11090,7 +11090,7 @@ msgstr "Thema & Farben" #: src/components/routes/product-widget/SelectProducts/index.tsx:965 msgid "There are no products available for this date. Please choose another date." -msgstr "" +msgstr "Für diesen Termin sind keine Produkte verfügbar. Bitte wählen Sie einen anderen Termin." #: src/components/routes/product-widget/SelectProducts/index.tsx:639 msgid "There are no products available for this event" @@ -11102,7 +11102,7 @@ msgstr "In dieser Kategorie sind keine Produkte verfügbar" #: src/components/routes/product-widget/SelectProducts/index.tsx:636 msgid "There are no upcoming dates for this event" -msgstr "" +msgstr "Für diese Veranstaltung gibt es keine bevorstehenden Termine" #: src/components/modals/RefundOrderModal/index.tsx:175 msgid "There is a refund pending. Please wait for it to complete before requesting another refund." @@ -11122,15 +11122,15 @@ msgstr "Beim Senden Ihrer Nachricht ist ein Fehler aufgetreten" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:493 msgid "These details are shown on the attendee's ticket and order summary for this date only." -msgstr "" +msgstr "Diese Angaben erscheinen nur für diesen Termin auf dem Ticket und in der Bestellübersicht des Teilnehmers." #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:168 msgid "These details will only be shown if the order is completed successfully." msgstr "Diese Details werden nur angezeigt, wenn die Bestellung erfolgreich abgeschlossen wurde." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:491 msgid "These details will replace any existing location on the affected dates and show on attendee tickets." -msgstr "" +msgstr "Diese Angaben ersetzen den bisherigen Ort der betroffenen Termine und erscheinen auf den Tickets der Teilnehmer." #: src/components/forms/ProductForm/index.tsx:359 msgid "These prices apply across all dates in your schedule, and tier quantities limit total sales across all dates combined. Sale dates on tiers apply globally. You can override prices for individual dates on the <0>Occurrence Schedule page." @@ -11150,7 +11150,7 @@ msgstr "Diese Vorlagen überschreiben die Veranstalter-Standards nur für diese #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:59 msgid "Third" -msgstr "" +msgstr "Dritter" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:131 msgid "This account has no completed orders, so all of its data will be permanently deleted." @@ -11166,7 +11166,7 @@ msgstr "Dieses Konto wird am <0>{scheduledDate} gelöscht" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:259 msgid "This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes." -msgstr "" +msgstr "Dies gilt für jeden passenden Termin der Veranstaltung, auch für derzeit nicht sichtbare. Teilnehmer dieser Termine sind nach Abschluss der Aktualisierung über den Nachrichteneditor erreichbar." #: src/components/common/CheckIn/CheckInOptionsModal.tsx:33 msgid "This attendee has an unpaid order." @@ -11202,7 +11202,7 @@ msgstr "Diese Eincheckliste ist noch nicht aktiv und steht nicht für Eincheckun #: src/components/layouts/CheckIn/index.tsx:503 msgid "This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins." -msgstr "" +msgstr "Diese Check-in-Liste gehört zu einem abgesagten Termin und kann daher nicht mehr für Check-ins verwendet werden." #: src/components/forms/AffiliateForm/index.tsx:41 msgid "This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed." @@ -11216,27 +11216,27 @@ msgstr "Diese Farbkombination könnte für einige Benutzer schwer lesbar sein" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:40 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:330 msgid "This date has {orderCount} order(s) that will be affected." -msgstr "" +msgstr "Dieser Termin hat {orderCount} betroffene Bestellung(en)." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:423 msgid "This date has been cancelled. You can still delete it to remove it permanently." -msgstr "" +msgstr "Dieser Termin wurde abgesagt. Sie können ihn weiterhin löschen, um ihn endgültig zu entfernen." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:457 msgid "This date is in the past. It will be created but won't be visible to attendees under upcoming dates." -msgstr "" +msgstr "Dieser Termin liegt in der Vergangenheit. Er wird erstellt, erscheint für Teilnehmer aber nicht unter den bevorstehenden Terminen." #: src/components/modals/CreateAttendeeModal/index.tsx:273 msgid "This date is marked sold out." -msgstr "" +msgstr "Dieser Termin ist als ausverkauft markiert." #: src/components/routes/product-widget/SelectProducts/index.tsx:592 msgid "This date is no longer available. Please select another date." -msgstr "" +msgstr "Dieser Termin ist nicht mehr verfügbar. Bitte wählen Sie einen anderen Termin." #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "This date only" -msgstr "" +msgstr "Nur dieser Termin" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:113 msgid "This disconnects {stripeAccountId} from this organizer. Paid ticket sales will stop working until you connect a Stripe account again." @@ -11252,7 +11252,7 @@ msgstr "Diese Veranstaltung hat noch keine Tickets oder Produkte, daher können #: src/components/layouts/ProductWidget/index.tsx:56 msgid "This event is not available" -msgstr "" +msgstr "Diese Veranstaltung ist nicht verfügbar" #: src/components/common/StatusToggle/index.tsx:82 msgid "This event is not published yet" @@ -11264,7 +11264,7 @@ msgstr "Diese Veranstaltung ist ausverkauft" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:106 msgid "This event's dates and times are set on the occurrence schedule." -msgstr "" +msgstr "Die Termine und Uhrzeiten dieser Veranstaltung werden im Terminplan festgelegt." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:153 msgid "This information will be shown on the payment page, order summary page, and order confirmation email." @@ -11272,7 +11272,7 @@ msgstr "Diese Informationen werden auf der Zahlungsseite, der Bestellübersichts #: src/components/routes/welcome/index.tsx:401 msgid "This is a recurring event" -msgstr "" +msgstr "Dies ist eine wiederkehrende Veranstaltung" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:157 msgid "This is an online event" @@ -11317,7 +11317,7 @@ msgstr "Dieser Name ist für Endbenutzer sichtbar" #: src/components/modals/CreateAttendeeModal/index.tsx:267 msgid "This occurrence is at capacity" -msgstr "" +msgstr "Dieser Termin ist ausgelastet" #: src/components/forms/StripeCheckoutForm/index.tsx:131 msgid "This order has already been paid." @@ -11381,7 +11381,7 @@ msgstr "Dieses Produkt ist ausverkauft" #: src/components/forms/ProductForm/index.tsx:547 msgid "This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to." -msgstr "" +msgstr "Dieses Produkt erscheint nicht eigenständig auf der Veranstaltungsseite – Käufer sehen es nur als Add-on zu den verknüpften Produkten." #: src/components/modals/PublishEventModal/index.tsx:104 msgid "This recurring event has no dates yet, so there's nothing for attendees to book." @@ -11407,9 +11407,9 @@ msgstr "Dieses Ticket wurde gerade gescannt. Bitte warten Sie, bevor Sie erneut msgid "This user is not active, as they have not accepted their invitation." msgstr "Dieser Benutzer ist nicht aktiv, da er die Einladung nicht angenommen hat." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:367 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:368 msgid "This will affect {loadedAffectedCount} date(s)." -msgstr "" +msgstr "Dies betrifft {loadedAffectedCount} Termin(e)." #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:80 msgid "This will be used for notifications and communication with your users." @@ -11433,11 +11433,11 @@ msgstr "Dies löscht oder anonymisiert das Konto sofort und dauerhaft, ohne den #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:107 msgid "Throughput" -msgstr "" +msgstr "Durchsatz" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 msgid "Thu" -msgstr "" +msgstr "Do" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -11518,7 +11518,7 @@ msgstr "Ticket erfolgreich erneut gesendet" #: src/components/routes/product-widget/SelectProducts/index.tsx:631 msgid "Ticket sales have ended for this event" -msgstr "" +msgstr "Der Ticketverkauf für diese Veranstaltung ist beendet" #: src/components/routes/event/attendees.tsx:75 msgid "Ticket Type" @@ -11565,7 +11565,7 @@ msgstr "Gestufte Produkte ermöglichen es Ihnen, mehrere Preisoptionen für dass #: src/components/forms/ProductForm/index.tsx:277 msgid "Tiers" -msgstr "" +msgstr "Stufen" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:70 msgid "TikTok" @@ -11573,7 +11573,7 @@ msgstr "TikTok" #: src/components/routes/event/OccurrencesTab/index.tsx:292 msgid "Time" -msgstr "" +msgstr "Uhrzeit" #: src/components/layouts/Checkout/index.tsx:322 msgid "Time left:" @@ -11585,7 +11585,7 @@ msgstr "Uhrzeiten" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:725 msgid "Times shown in {timezoneAbbr}" -msgstr "" +msgstr "Uhrzeiten in {timezoneAbbr}" #: src/components/common/PromoCodeTable/index.tsx:71 msgid "Times used" @@ -11617,7 +11617,7 @@ msgstr "Titel ist erforderlich" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1008 msgid "to" -msgstr "" +msgstr "bis" #: src/components/routes/event/messages.tsx:93 msgid "To" @@ -11632,7 +11632,7 @@ msgstr "Um Ihre Limits zu erhöhen, kontaktieren Sie uns unter" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:119 #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:43 msgid "Today" -msgstr "" +msgstr "Heute" #: src/components/common/ColumnVisibilityToggle/index.tsx:26 msgid "Toggle columns" @@ -11640,7 +11640,7 @@ msgstr "Spalten umschalten" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:46 msgid "Tomorrow" -msgstr "" +msgstr "Morgen" #: src/components/layouts/OrganizerLayout/index.tsx:108 msgid "Tools" @@ -11690,7 +11690,7 @@ msgstr "Gesamtgebühr" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:299 msgid "Total fees" -msgstr "" +msgstr "Gebühren gesamt" #: src/components/routes/event/EventDashboard/index.tsx:341 #: src/components/routes/event/OccurrenceDetail/index.tsx:212 @@ -11708,7 +11708,7 @@ msgstr "Gesamtbestellwert" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:286 msgid "Total orders" -msgstr "" +msgstr "Bestellungen gesamt" #: src/components/forms/ProductForm/index.tsx:315 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:71 @@ -11727,7 +11727,7 @@ msgstr "Insgesamt erstattet" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:293 msgid "Total tax" -msgstr "" +msgstr "Steuern gesamt" #: src/components/routes/event/EventDashboard/index.tsx:343 #: src/components/routes/event/OccurrenceDetail/index.tsx:214 @@ -11745,7 +11745,7 @@ msgstr "Aufrufe Gesamt" #: src/constants/eventCategories.ts:23 msgid "Tours" -msgstr "" +msgstr "Touren" #: src/components/routes/admin/Attribution/index.tsx:32 msgid "Track account growth and performance by attribution source" @@ -11758,11 +11758,11 @@ msgstr "Tracking & Analytik" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:176 msgid "Try a different search term or filter" -msgstr "" +msgstr "Versuchen Sie einen anderen Suchbegriff oder Filter" -#: src/components/routes/event/OccurrencesTab/index.tsx:584 +#: src/components/routes/event/OccurrencesTab/index.tsx:599 msgid "Try adjusting your filters to see more dates." -msgstr "" +msgstr "Passen Sie Ihre Filter an, um mehr Termine zu sehen." #: src/components/routes/auth/Login/index.tsx:141 #: src/components/routes/my-tickets/index.tsx:200 @@ -11775,7 +11775,7 @@ msgstr "Hi.Events kostenlos testen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 msgid "Tue" -msgstr "" +msgstr "Di" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -11856,15 +11856,15 @@ msgstr "Warteliste konnte nicht beigetreten werden" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:164 msgid "Unable to load attendee details." -msgstr "" +msgstr "Teilnehmerdetails konnten nicht geladen werden." #: src/components/routes/product-widget/SelectProducts/index.tsx:330 msgid "Unable to load products for this date. Please try again." -msgstr "" +msgstr "Produkte für diesen Termin konnten nicht geladen werden. Bitte versuchen Sie es erneut." #: src/components/layouts/CheckIn/index.tsx:220 msgid "Unable to undo check-in" -msgstr "" +msgstr "Check-in konnte nicht rückgängig gemacht werden" #: src/components/modals/EditQuestionModal/index.tsx:84 msgid "Unable to update question. Please check the your details" @@ -11876,7 +11876,7 @@ msgstr "Nicht zugeordnete Konten" #: src/components/layouts/CheckIn/index.tsx:255 msgid "Undo" -msgstr "" +msgstr "Rückgängig" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:30 msgid "Unique Customers" @@ -11942,7 +11942,7 @@ msgstr "bis" #: src/components/forms/ProductForm/ledgerSummaries.ts:49 msgid "Until {end}" -msgstr "" +msgstr "Bis {end}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1059 msgid "Until a date" @@ -11950,11 +11950,11 @@ msgstr "Bis zu einem Datum" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled product" -msgstr "" +msgstr "Unbenanntes Produkt" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled ticket" -msgstr "" +msgstr "Unbenanntes Ticket" #: src/components/common/AdminAccountsTable/index.tsx:101 msgid "Untrusted" @@ -11962,7 +11962,7 @@ msgstr "Nicht vertrauenswürdig" #: src/components/forms/ProductForm/ledgerSummaries.ts:118 msgid "Up to {max} per order" -msgstr "" +msgstr "Bis zu {max} pro Bestellung" #: src/components/common/EventsDashboardStatusButtons/index.tsx:20 #: src/components/common/EventStatusBadge/index.tsx:16 @@ -11974,7 +11974,7 @@ msgstr "Bevorstehende" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:375 msgid "Upcoming events" -msgstr "" +msgstr "Bevorstehende Veranstaltungen" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Upcoming Events" @@ -11990,11 +11990,11 @@ msgstr "Partner aktualisieren" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Update capacity" -msgstr "" +msgstr "Kapazität aktualisieren" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:73 msgid "Update event name and description" -msgstr "" +msgstr "Name und Beschreibung der Veranstaltung aktualisieren" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:74 msgid "Update event name, description and dates" @@ -12002,11 +12002,11 @@ msgstr "Aktualisieren Sie den Namen, die Beschreibung und die Daten der Veransta #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Update label" -msgstr "" +msgstr "Bezeichnung aktualisieren" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Update location" -msgstr "" +msgstr "Ort aktualisieren" #: src/components/routes/profile/ManageProfile/index.tsx:215 msgid "Update profile" @@ -12014,11 +12014,11 @@ msgstr "Profil aktualisieren" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:71 msgid "Update: {subjectTitle} — schedule changes" -msgstr "" +msgstr "Update: {subjectTitle} – Änderungen am Terminplan" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:48 msgid "Update: {subjectTitle} — session time changed" -msgstr "" +msgstr "Update: {subjectTitle} – Uhrzeit geändert" #: src/components/routes/admin/Announcements/index.tsx:163 msgid "Updated" @@ -12026,19 +12026,19 @@ msgstr "Aktualisiert" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:217 msgid "Updated {count} date(s)" -msgstr "" +msgstr "{count} Termin(e) aktualisiert" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:213 msgid "Updated capacity for {count} date(s)" -msgstr "" +msgstr "Kapazität für {count} Termin(e) aktualisiert" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:214 msgid "Updated label for {count} date(s)" -msgstr "" +msgstr "Bezeichnung für {count} Termin(e) aktualisiert" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:215 msgid "Updated location for {count} date(s)" -msgstr "" +msgstr "Ort für {count} Termin(e) aktualisiert" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1138 msgid "Updates as you build the rule. Flip through months to sanity-check dates." @@ -12046,7 +12046,7 @@ msgstr "Aktualisiert sich, während Sie die Regel erstellen. Blättern Sie durch #: src/components/forms/ProductForm/ProductPreview.tsx:93 msgid "Updates as you type." -msgstr "" +msgstr "Wird während der Eingabe aktualisiert." #: src/components/routes/organizer/Settings/Sections/ImageAssetSettings/index.tsx:39 msgid "Upload a cover image for your organizer" @@ -12093,15 +12093,15 @@ msgstr "Verwendungslimit" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:80 msgid "USB" -msgstr "" +msgstr "USB" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner listening" -msgstr "" +msgstr "USB-Scanner empfangsbereit" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner paused" -msgstr "" +msgstr "USB-Scanner pausiert" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:154 msgid "Use <0>Liquid templating to personalize your emails" @@ -12119,7 +12119,7 @@ msgstr "Titelbild verwenden" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:531 msgid "Use event default" -msgstr "" +msgstr "Standard der Veranstaltung verwenden" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:49 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -12193,11 +12193,11 @@ msgstr "Umsatzsteuer" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:195 msgid "VAT country code" -msgstr "" +msgstr "USt-Ländercode" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:173 msgid "VAT number" -msgstr "" +msgstr "USt-IdNr." #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:212 msgid "VAT Number" @@ -12234,7 +12234,7 @@ msgstr "MwSt.-Satz" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:168 msgid "VAT registered" -msgstr "" +msgstr "Umsatzsteuerpflichtig" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:165 #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:173 @@ -12247,7 +12247,7 @@ msgstr "Umsatzsteuer-Einstellungen gespeichert. Wir validieren Ihre Umsatzsteuer #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:85 msgid "VAT settings updated" -msgstr "" +msgstr "MwSt.-Einstellungen aktualisiert" #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:27 msgid "VAT Treatment for Platform Fees" @@ -12263,11 +12263,11 @@ msgstr "Umsatzsteuer-Validierungsdienst vorübergehend nicht verfügbar" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:225 msgid "VAT: {0}" -msgstr "" +msgstr "USt: {0}" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:230 msgid "VAT: not registered" -msgstr "" +msgstr "USt: nicht registriert" #: src/components/common/LocationPicker/index.tsx:230 #: src/components/modals/LocationEditModal/index.tsx:140 @@ -12280,7 +12280,7 @@ msgstr "Bestätigungscode" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:77 msgid "Verification email sent. Check your inbox." -msgstr "" +msgstr "Bestätigungs-E-Mail gesendet. Prüfen Sie Ihren Posteingang." #: src/components/routes/admin/Attribution/index.tsx:136 #: src/components/routes/admin/Dashboard/index.tsx:421 @@ -12298,7 +12298,7 @@ msgstr "Bestätigen Sie Ihre E-Mail-Adresse" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:159 msgid "Verify your email so attendees can receive tickets" -msgstr "" +msgstr "Bestätigen Sie Ihre E-Mail-Adresse, damit Teilnehmer Tickets erhalten können" #: src/components/routes/welcome/index.tsx:189 msgid "Verifying..." @@ -12310,19 +12310,19 @@ msgstr "Vietnamesisch" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:68 msgid "View All" -msgstr "" +msgstr "Alle anzeigen" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:380 msgid "View all →" -msgstr "" +msgstr "Alle anzeigen →" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:424 msgid "View all capabilities" -msgstr "" +msgstr "Alle Funktionen anzeigen" #: src/components/modals/SelectCheckInListModal/index.tsx:87 msgid "View all check-in lists" -msgstr "" +msgstr "Alle Check-in-Listen anzeigen" #: src/components/routes/admin/Messages/index.tsx:108 msgid "View all messages sent across the platform" @@ -12347,7 +12347,7 @@ msgstr "Details anzeigen" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:192 msgid "View details for {0} {1}" -msgstr "" +msgstr "Details für {0} {1} anzeigen" #: src/components/common/AdminEventsTable/index.tsx:157 #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:58 @@ -12427,11 +12427,11 @@ msgstr "VIP-Ticket" #: src/components/forms/ProductForm/visibilityStatus.ts:41 msgid "Visible from {start} — hidden until sales open." -msgstr "" +msgstr "Sichtbar ab {start} – bis zum Verkaufsstart verborgen." #: src/components/forms/ProductForm/visibilityStatus.ts:56 msgid "Visible to everyone on the event page." -msgstr "" +msgstr "Für alle auf der Veranstaltungsseite sichtbar." #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:104 msgid "VK" @@ -12450,7 +12450,7 @@ msgstr "Warten auf Zahlung" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:64 msgid "Waiting for scan…" -msgstr "" +msgstr "Warte auf Scan…" #: src/components/forms/ProductForm/index.tsx:460 #: src/components/layouts/AuthLayout/index.tsx:17 @@ -12480,7 +12480,7 @@ msgstr "Wir konnten Ihre Zahlung nicht verarbeiten. Bitte versuchen Sie es erneu #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:167 msgid "We couldn't copy that Stripe connection. Please try again." -msgstr "" +msgstr "Die Stripe-Verbindung konnte nicht übernommen werden. Bitte versuchen Sie es erneut." #: src/components/common/ProductsTable/SortableCategory/index.tsx:56 msgid "We couldn't delete the category. Please try again." @@ -12512,7 +12512,7 @@ msgstr "Wir konnten diese Bestellung nicht finden. Möglicherweise wurde sie ent #: src/hooks/useOccurrenceCheckIn.tsx:43 msgid "We couldn't load the check-in lists. Please try again." -msgstr "" +msgstr "Die Check-in-Listen konnten nicht geladen werden. Bitte versuchen Sie es erneut." #: src/components/common/ErrorLoadingMessage/index.tsx:13 msgid "We couldn't load the data. Please try again." @@ -12520,7 +12520,7 @@ msgstr "Wir konnten die Daten nicht laden. Bitte versuchen Sie es erneut." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:97 msgid "We couldn't reach Stripe just now. Please try again in a moment." -msgstr "" +msgstr "Stripe ist derzeit nicht erreichbar. Bitte versuchen Sie es gleich erneut." #: src/components/common/ProductsTable/SortableCategory/index.tsx:98 msgid "We couldn't reorder the categories. Please try again." @@ -12532,7 +12532,7 @@ msgstr "Beim Laden dieser Seite ist ein Fehler aufgetreten. Bitte versuchen Sie #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:236 msgid "We partner with Stripe to send payouts straight to your bank account." -msgstr "" +msgstr "Wir arbeiten mit Stripe zusammen, um Auszahlungen direkt auf Ihr Bankkonto zu senden." #: src/components/routes/event/TicketDesigner/index.tsx:144 msgid "We recommend a square logo with minimum dimensions of 200x200px" @@ -12549,7 +12549,7 @@ msgstr "Wir empfehlen Abmessungen von 400 × 400 Pixeln und eine maximale Dateig #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:158 msgid "We sent a verification link to {0}" -msgstr "" +msgstr "Wir haben einen Bestätigungslink an {0} gesendet" #: src/components/common/CookieConsentBanner/index.tsx:18 msgid "We use cookies to help us understand how the site is used and to improve your experience." @@ -12578,7 +12578,7 @@ msgstr "Wir benachrichtigen Sie per E-Mail, wenn ein Platz für {productDisplayN #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:267 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:301 msgid "We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically." -msgstr "" +msgstr "Nach dem Speichern öffnen wir einen Nachrichteneditor mit einer vorbereiteten Vorlage. Sie prüfen und senden sie – es wird nichts automatisch versendet." #: src/components/routes/product-widget/CollectInformation/index.tsx:456 msgid "We'll send your tickets to this email" @@ -12594,7 +12594,7 @@ msgstr "Wir bearbeiten Ihre Bestellung. Bitte warten..." #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:75 msgid "We've made changes to the schedule for \"{title}\" — {description} affecting {affectedCount} session(s)." -msgstr "" +msgstr "Wir haben den Terminplan für „{title}“ geändert – {description} betrifft {affectedCount} Termin(e)." #: src/components/routes/welcome/index.tsx:147 msgid "We've sent a 5-digit verification code to:" @@ -12612,7 +12612,7 @@ msgstr "Webhook erfolgreich gelöscht" #: src/components/layouts/AuthLayout/index.tsx:25 msgid "Webhook integrations" -msgstr "" +msgstr "Webhook-Integrationen" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:137 #: src/components/modals/WebhookLogsModal/index.tsx:151 @@ -12650,7 +12650,7 @@ msgstr "Website" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 msgid "Wed" -msgstr "" +msgstr "Mi" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -12659,16 +12659,16 @@ msgstr "Mittwoch" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:88 msgid "week" -msgstr "" +msgstr "Woche" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:51 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Weekly" -msgstr "" +msgstr "Wöchentlich" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:96 msgid "weeks" -msgstr "" +msgstr "Wochen" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:105 msgid "Weibo" @@ -12696,7 +12696,7 @@ msgstr "Willkommen bei {0}, hier ist eine Übersicht all Ihrer Veranstaltungen" #: src/constants/eventCategories.ts:20 msgid "Wellness" -msgstr "" +msgstr "Wellness" #: src/components/forms/ProductForm/index.tsx:349 msgid "What are Tiered Products?" @@ -12732,7 +12732,7 @@ msgstr "Um welche Art von Frage handelt es sich?" #: src/components/forms/CheckInListForm/index.tsx:172 msgid "What unauthenticated staff can see" -msgstr "" +msgstr "Was nicht angemeldetes Personal sehen kann" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:89 msgid "WhatsApp" @@ -12744,7 +12744,7 @@ msgstr "Wenn ein Check-in gelöscht wird" #: src/components/forms/WebhookForm/index.tsx:135 msgid "When a date is cancelled on a recurring event" -msgstr "" +msgstr "Wenn ein Termin einer wiederkehrenden Veranstaltung abgesagt wird" #: src/components/forms/WebhookForm/index.tsx:105 msgid "When a new attendee is created" @@ -12909,7 +12909,7 @@ msgstr "X (Twitter)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:90 msgid "year" -msgstr "" +msgstr "Jahr" #: src/components/common/OrganizerReportTable/index.tsx:59 #: src/components/common/PeriodSelector/index.tsx:38 @@ -12920,11 +12920,11 @@ msgstr "Seit Jahresbeginn" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:53 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Yearly" -msgstr "" +msgstr "Jährlich" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:98 msgid "years" -msgstr "" +msgstr "Jahre" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:191 msgid "Yes" @@ -12969,7 +12969,7 @@ msgstr "Sie können einen Promo-Code erstellen, der sich auf dieses Produkt rich #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1115 msgid "You can override this for individual dates later." -msgstr "" +msgstr "Sie können dies später für einzelne Termine überschreiben." #: src/components/modals/OfferWaitlistModal/index.tsx:110 msgid "You can still manually offer tickets if needed." @@ -13035,7 +13035,7 @@ msgstr "Sie haben Steuern und Gebühren zu einem kostenlosen Produkt hinzugefüg #: src/components/forms/ProductForm/ProductDrawer.tsx:57 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:728 msgid "You have unsaved changes. Are you sure you want to discard them?" -msgstr "" +msgstr "Sie haben ungespeicherte Änderungen. Möchten Sie diese wirklich verwerfen?" #: src/components/modals/SendMessageModal/index.tsx:204 msgid "You must acknowledge that this email is not promotional" @@ -13067,7 +13067,7 @@ msgstr "Sie müssen Ihre E-Mail-Adresse bestätigen, bevor Sie den Veranstalters #: src/components/modals/CreateAttendeeModal/index.tsx:186 msgid "You need to create at least one occurrence before you can add attendees to this recurring event." -msgstr "" +msgstr "Sie müssen mindestens einen Termin erstellen, bevor Sie Teilnehmer zu dieser wiederkehrenden Veranstaltung hinzufügen können." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:355 msgid "You need to verify your account email before you can modify email templates." @@ -13087,7 +13087,7 @@ msgstr "Sie müssen eine Bestellung manuell als bezahlt markieren. Dies kann auf #: src/components/modals/CreateEventModal/index.tsx:253 msgid "You'll be able to set up dates, schedules, and recurrence rules in the next step." -msgstr "" +msgstr "Im nächsten Schritt können Sie Termine, Terminpläne und Wiederholungsregeln einrichten." #: src/components/modals/CreateCheckInListModal/index.tsx:64 msgid "You'll need a ticket before you can create a check-in list." @@ -13103,7 +13103,7 @@ msgstr "Sie benötigen mindestens ein Produkt, um loszulegen. Kostenlos, bezahlt #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:254 msgid "You're changing session times" -msgstr "" +msgstr "Sie ändern Terminzeiten" #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:168 msgid "You're going to {0}!" @@ -13123,7 +13123,7 @@ msgstr "Ihnen wurde ein Platz angeboten!" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:290 msgid "You've changed the session time" -msgstr "" +msgstr "Sie haben die Terminzeit geändert" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:92 msgid "Your account has been deactivated and will be permanently deleted on <0>{0}." @@ -13264,7 +13264,7 @@ msgstr "Ihre Rückerstattung wird bearbeitet." #: src/components/layouts/CheckIn/index.tsx:117 msgid "Your saved date filter is no longer available — showing all dates." -msgstr "" +msgstr "Ihr gespeicherter Terminfilter ist nicht mehr verfügbar – es werden alle Termine angezeigt." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:116 msgid "Your Stripe account itself isn't affected, and no data is lost — you can reconnect at any time." @@ -13276,7 +13276,7 @@ msgstr "Ihr Ticket für" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:54 msgid "Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions." -msgstr "" +msgstr "Ihr Ticket bleibt gültig – Sie müssen nichts tun, es sei denn, die neue Uhrzeit passt Ihnen nicht. Bitte antworten Sie auf diese E-Mail, wenn Sie Fragen haben." #: src/components/routes/product-widget/CollectInformation/index.tsx:377 msgid "Your tickets have been confirmed." diff --git a/frontend/src/locales/el.js b/frontend/src/locales/el.js index b52aab42f6..22162c0532 100644 --- a/frontend/src/locales/el.js +++ b/frontend/src/locales/el.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"Δεν υπάρχει τίποτα να εμφανιστεί ακόμα\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>έκανε check-out επιτυχώς\"],\"KMgp2+\":[[\"0\"],\" διαθέσιμα\"],\"Pmr5xp\":[[\"0\"],\" δημιουργήθηκε επιτυχώς\"],\"FImCSc\":[[\"0\"],\" ενημερώθηκε επιτυχώς\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" ημέρες, \",[\"hours\"],\" ώρες, \",[\"minutes\"],\" λεπτά και \",[\"seconds\"],\" δευτερόλεπτα\"],\"f3RdEk\":[[\"hours\"],\" ώρες, \",[\"minutes\"],\" λεπτά και \",[\"seconds\"],\" δευτερόλεπτα\"],\"fyE7Au\":[[\"minutes\"],\" λεπτά και \",[\"seconds\"],\" δευτερόλεπτα\"],\"NlQ0cx\":[\"Πρώτη εκδήλωση του \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://η-ιστοσελίδα-σας.gr\",\"qnSLLW\":\"<0>Παρακαλώ εισάγετε την τιμή χωρίς φόρους και τέλη.<1>Φόροι και τέλη μπορούν να προστεθούν παρακάτω.\",\"ZjMs6e\":\"<0>Ο αριθμός των διαθέσιμων προϊόντων για αυτό το προϊόν<1>Αυτή η τιμή μπορεί να παρακαμφθεί εάν υπάρχουν <2>Όρια Χωρητικότητας συνδεδεμένα με αυτό το προϊόν.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 λεπτά και 0 δευτερόλεπτα\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Πεδίο ημερομηνίας. Ιδανικό για ερώτηση ημερομηνίας γέννησης κ.λπ.\",\"6euFZ/\":[\"Ένα προεπιλεγμένο \",[\"type\"],\" εφαρμόζεται αυτόματα σε όλα τα νέα προϊόντα. Μπορείτε να το παρακάμψετε ανά προϊόν.\"],\"SMUbbQ\":\"Ένα αναπτυσσόμενο μενού επιτρέπει μόνο μία επιλογή\",\"qv4bfj\":\"Ένα τέλος, όπως τέλος κράτησης ή τέλος υπηρεσίας\",\"POT0K/\":\"Ένα σταθερό ποσό ανά προϊόν. Π.χ., 0,50€ ανά προϊόν\",\"f4vJgj\":\"Πεδίο κειμένου πολλαπλών γραμμών\",\"OIPtI5\":\"Ένα ποσοστό της τιμής προϊόντος. Π.χ., 3,5% της τιμής προϊόντος\",\"ZthcdI\":\"Ένας κωδικός προσφοράς χωρίς έκπτωση μπορεί να χρησιμοποιηθεί για να αποκαλύψει κρυφά προϊόντα.\",\"AG/qmQ\":\"Μια επιλογή τύπου Radio έχει πολλαπλές επιλογές αλλά μόνο μία μπορεί να επιλεγεί.\",\"h179TP\":\"Μια σύντομη περιγραφή της εκδήλωσης που θα εμφανίζεται στα αποτελέσματα αναζήτησης και κατά την κοινοποίηση στα κοινωνικά δίκτυα. Εξ ορισμού χρησιμοποιείται η περιγραφή της εκδήλωσης\",\"WKMnh4\":\"Πεδίο κειμένου μίας γραμμής\",\"BHZbFy\":\"Μία ερώτηση ανά παραγγελία. Π.χ., Ποια είναι η διεύθυνση αποστολής σας;\",\"Fuh+dI\":\"Μία ερώτηση ανά προϊόν. Π.χ., Ποιο είναι το μέγεθος μπλούζας σας;\",\"RlJmQg\":\"Ένας τυπικός φόρος, όπως ΦΠΑ ή GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Αποδοχή τραπεζικών μεταφορών, επιταγών ή άλλων εκτός σύνδεσης μεθόδων πληρωμής\",\"hrvLf4\":\"Αποδοχή πληρωμών με πιστωτική κάρτα μέσω Stripe\",\"bfXQ+N\":\"Αποδοχή Πρόσκλησης\",\"AeXO77\":\"Λογαριασμός\",\"lkNdiH\":\"Όνομα Λογαριασμού\",\"Puv7+X\":\"Ρυθμίσεις Λογαριασμού\",\"OmylXO\":\"Ο λογαριασμός ενημερώθηκε επιτυχώς\",\"7L01XJ\":\"Ενέργειες\",\"FQBaXG\":\"Ενεργοποίηση\",\"5T2HxQ\":\"Ημερομηνία ενεργοποίησης\",\"F6pfE9\":\"Ενεργό\",\"/PN1DA\":\"Προσθήκη περιγραφής για αυτή τη λίστα ελέγχου\",\"0/vPdA\":\"Προσθήκη σημειώσεων για τον συμμετέχοντα. Δεν θα είναι ορατές στον συμμετέχοντα.\",\"Or1CPR\":\"Προσθήκη σημειώσεων για τον συμμετέχοντα...\",\"l3sZO1\":\"Προσθήκη σημειώσεων για την παραγγελία. Δεν θα είναι ορατές στον πελάτη.\",\"xMekgu\":\"Προσθήκη σημειώσεων για την παραγγελία...\",\"PGPGsL\":\"Προσθήκη περιγραφής\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Προσθήκη οδηγιών για πληρωμές εκτός σύνδεσης (π.χ. στοιχεία τραπεζικής μεταφοράς, πού να στείλετε επιταγές, προθεσμίες πληρωμής)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Προσθήκη Νέου\",\"TZxnm8\":\"Προσθήκη Επιλογής\",\"24l4x6\":\"Προσθήκη Προϊόντος\",\"8q0EdE\":\"Προσθήκη Προϊόντος σε Κατηγορία\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Προσθήκη Φόρου ή Τέλους\",\"goOKRY\":\"Προσθήκη βαθμίδας\",\"oZW/gT\":\"Προσθήκη στο Ημερολόγιο\",\"pn5qSs\":\"Πρόσθετες Πληροφορίες\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Διεύθυνση\",\"NY/x1b\":\"Διεύθυνση γραμμή 1\",\"POdIrN\":\"Διεύθυνση Γραμμή 1\",\"cormHa\":\"Διεύθυνση γραμμή 2\",\"gwk5gg\":\"Διεύθυνση Γραμμή 2\",\"U3pytU\":\"Διαχειριστής\",\"HLDaLi\":\"Οι χρήστες διαχειριστές έχουν πλήρη πρόσβαση σε εκδηλώσεις και ρυθμίσεις λογαριασμού.\",\"W7AfhC\":\"Όλοι οι συμμετέχοντες αυτής της εκδήλωσης\",\"cde2hc\":\"Όλα τα Προϊόντα\",\"5CQ+r0\":\"Να επιτρέπεται το check-in σε συμμετέχοντες με μη πληρωμένες παραγγελίες\",\"ipYKgM\":\"Να επιτρέπεται η ευρετηρίαση από μηχανές αναζήτησης\",\"LRbt6D\":\"Να επιτρέπεται στις μηχανές αναζήτησης να ευρετηριάζουν αυτή την εκδήλωση\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Εκπληκτικό, Εκδήλωση, Λέξεις-κλειδιά...\",\"hehnjM\":\"Ποσό\",\"R2O9Rg\":[\"Ποσό που καταβλήθηκε (\",[\"0\"],\")\"],\"V7MwOy\":\"Παρουσιάστηκε σφάλμα κατά τη φόρτωση της σελίδας\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Παρουσιάστηκε μη αναμενόμενο σφάλμα.\",\"byKna+\":\"Παρουσιάστηκε μη αναμενόμενο σφάλμα. Παρακαλώ δοκιμάστε ξανά.\",\"ubdMGz\":\"Τυχόν ερωτήματα από κατόχους προϊόντων θα αποστέλλονται σε αυτή τη διεύθυνση. Θα χρησιμοποιηθεί επίσης ως διεύθυνση \\\"απάντηση προς\\\" για όλα τα email αυτής της εκδήλωσης\",\"aAIQg2\":\"Εμφάνιση\",\"Ym1gnK\":\"εφαρμόστηκε\",\"sy6fss\":[\"Ισχύει για \",[\"0\"],\" προϊόντα\"],\"kadJKg\":\"Ισχύει για 1 προϊόν\",\"DB8zMK\":\"Εφαρμογή\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Εφαρμογή αυτού του \",[\"type\"],\" σε όλα τα νέα προϊόντα\"],\"S0ctOE\":\"Αρχειοθέτηση εκδήλωσης\",\"TdfEV7\":\"Αρχειοθετημένο\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Είστε σίγουροι ότι θέλετε να ενεργοποιήσετε αυτόν τον συμμετέχοντα;\",\"TvkW9+\":\"Είστε σίγουροι ότι θέλετε να αρχειοθετήσετε αυτή την εκδήλωση;\",\"/CV2x+\":\"Είστε σίγουροι ότι θέλετε να ακυρώσετε αυτόν τον συμμετέχοντα; Αυτό θα ακυρώσει το εισιτήριό του\",\"YgRSEE\":\"Είστε σίγουροι ότι θέλετε να διαγράψετε αυτόν τον κωδικό προσφοράς;\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Είστε σίγουροι ότι θέλετε να κάνετε αυτή την εκδήλωση πρόχειρο; Αυτό θα την κάνει αόρατη στο κοινό\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Είστε σίγουροι ότι θέλετε να επαναφέρετε αυτή την εκδήλωση; Θα αποκατασταθεί ως πρόχειρη εκδήλωση.\",\"vJuISq\":\"Είστε σίγουροι ότι θέλετε να διαγράψετε αυτή την Ανάθεση Χωρητικότητας;\",\"baHeCz\":\"Είστε σίγουροι ότι θέλετε να διαγράψετε αυτή τη Λίστα Ελέγχου;\",\"LBLOqH\":\"Μία φορά ανά παραγγελία\",\"wu98dY\":\"Μία φορά ανά προϊόν\",\"ss9PbX\":\"Συμμετέχων\",\"m0CFV2\":\"Στοιχεία Συμμετέχοντα\",\"QKim6l\":\"Ο συμμετέχων δεν βρέθηκε\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Εισιτήριο Συμμετέχοντα\",\"9SZT4E\":\"Συμμετέχοντες\",\"iPBfZP\":\"Εγγεγραμμένοι Συμμετέχοντες\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Αυτόματη Αλλαγή Μεγέθους\",\"vZ5qKF\":\"Αυτόματη αλλαγή ύψους widget βάσει περιεχομένου. Όταν απενεργοποιηθεί, το widget θα γεμίζει το ύψος του container.\",\"4lVaWA\":\"Αναμονή πληρωμής εκτός σύνδεσης\",\"2rHwhl\":\"Αναμονή Πληρωμής Εκτός Σύνδεσης\",\"3wF4Q/\":\"Αναμονή πληρωμής\",\"ioG+xt\":\"Αναμονή Πληρωμής\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Διοργανωτής Α.Ε.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Επιστροφή στη σελίδα εκδήλωσης\",\"VCoEm+\":\"Επιστροφή στη σύνδεση\",\"k1bLf+\":\"Χρώμα Φόντου\",\"I7xjqg\":\"Τύπος Φόντου\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Διεύθυνση Χρέωσης\",\"/xC/im\":\"Ρυθμίσεις Χρέωσης\",\"rp/zaT\":\"Πορτογαλικά Βραζιλίας\",\"whqocw\":\"Με την εγγραφή σας συμφωνείτε με τους <0>Όρους Χρήσης και την <1>Πολιτική Απορρήτου.\",\"bcCn6r\":\"Τύπος Υπολογισμού\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Ακύρωση\",\"Gjt/py\":\"Ακύρωση αλλαγής email\",\"tVJk4q\":\"Ακύρωση παραγγελίας\",\"Os6n2a\":\"Ακύρωση Παραγγελίας\",\"Mz7Ygx\":[\"Ακύρωση Παραγγελίας \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Ακυρωμένο\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Χωρητικότητα\",\"V6Q5RZ\":\"Η Ανάθεση Χωρητικότητας δημιουργήθηκε επιτυχώς\",\"k5p8dz\":\"Η Ανάθεση Χωρητικότητας διαγράφηκε επιτυχώς\",\"nDBs04\":\"Διαχείριση Χωρητικότητας\",\"ddha3c\":\"Οι κατηγορίες σας επιτρέπουν να ομαδοποιείτε προϊόντα. Για παράδειγμα, μπορεί να έχετε κατηγορία για \\\"Εισιτήρια\\\" και άλλη για \\\"Εμπορεύματα\\\".\",\"iS0wAT\":\"Οι κατηγορίες σας βοηθούν να οργανώσετε τα προϊόντα σας. Αυτός ο τίτλος θα εμφανιστεί στη δημόσια σελίδα εκδήλωσης.\",\"eorM7z\":\"Οι κατηγορίες αναδιατάχθηκαν επιτυχώς.\",\"3EXqwa\":\"Η Κατηγορία Δημιουργήθηκε Επιτυχώς\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Αλλαγή κωδικού\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Check-in \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Check-in και σήμανση παραγγελίας ως πληρωμένη\",\"QYLpB4\":\"Μόνο check-in\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Δείτε αυτή την εκδήλωση!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Η λίστα check-in διαγράφηκε επιτυχώς\",\"+hBhWk\":\"Η λίστα check-in έχει λήξει\",\"mBsBHq\":\"Η λίστα check-in δεν είναι ενεργή\",\"vPqpQG\":\"Η λίστα check-in δεν βρέθηκε\",\"tejfAy\":\"Λίστες Check-In\",\"hD1ocH\":\"Το URL Check-In αντιγράφηκε στο πρόχειρο\",\"CNafaC\":\"Οι επιλογές τύπου Checkbox επιτρέπουν πολλαπλές επιλογές\",\"SpabVf\":\"Πλαίσια Ελέγχου\",\"CRu4lK\":\"Εισήλθε\",\"znIg+z\":\"Ολοκλήρωση Αγοράς\",\"1WnhCL\":\"Ρυθμίσεις Ολοκλήρωσης Αγοράς\",\"6imsQS\":\"Κινεζικά (Απλοποιημένα)\",\"JjkX4+\":\"Επιλέξτε χρώμα για το φόντο σας\",\"/Jizh9\":\"Επιλέξτε λογαριασμό\",\"3wV73y\":\"Πόλη\",\"FG98gC\":\"Εκκαθάριση Κειμένου Αναζήτησης\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Κλικ για αντιγραφή\",\"yz7wBu\":\"Κλείσιμο\",\"62Ciis\":\"Κλείσιμο πλαϊνής μπάρας\",\"EWPtMO\":\"Κωδικός\",\"ercTDX\":\"Ο κωδικός πρέπει να έχει μεταξύ 3 και 50 χαρακτήρες\",\"oqr9HB\":\"Σύμπτυξη αυτού του προϊόντος κατά την αρχική φόρτωση της σελίδας εκδήλωσης\",\"jZlrte\":\"Χρώμα\",\"Vd+LC3\":\"Το χρώμα πρέπει να είναι έγκυρος κωδικός hex. Παράδειγμα: #ffffff\",\"1HfW/F\":\"Χρώματα\",\"VZeG/A\":\"Έρχεται Σύντομα\",\"yPI7n9\":\"Λέξεις-κλειδιά χωρισμένες με κόμμα που περιγράφουν την εκδήλωση. Θα χρησιμοποιηθούν από μηχανές αναζήτησης για κατηγοριοποίηση και ευρετηρίαση\",\"NPZqBL\":\"Ολοκλήρωση Παραγγελίας\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Ολοκλήρωση Πληρωμής\",\"qqWcBV\":\"Ολοκληρωμένο\",\"6HK5Ct\":\"Ολοκληρωμένες παραγγελίες\",\"NWVRtl\":\"Ολοκληρωμένες Παραγγελίες\",\"DwF9eH\":\"Κωδικός Στοιχείου\",\"Tf55h7\":\"Ρυθμισμένη Έκπτωση\",\"7VpPHA\":\"Επιβεβαίωση\",\"ZaEJZM\":\"Επιβεβαίωση Αλλαγής Email\",\"yjkELF\":\"Επιβεβαίωση Νέου Κωδικού\",\"xnWESi\":\"Επιβεβαίωση κωδικού\",\"p2/GCq\":\"Επιβεβαίωση Κωδικού\",\"wnDgGj\":\"Επιβεβαίωση διεύθυνσης email...\",\"pbAk7a\":\"Σύνδεση Stripe\",\"UMGQOh\":\"Σύνδεση με Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Λεπτομέρειες Σύνδεσης\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Συνέχεια\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Κείμενο Κουμπιού Συνέχεια\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Αντιγράφηκε\",\"T5rdis\":\"αντιγράφηκε στο πρόχειρο\",\"he3ygx\":\"Αντιγραφή\",\"r2B2P8\":\"Αντιγραφή URL Check-In\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Αντιγραφή Συνδέσμου\",\"E6nRW7\":\"Αντιγραφή URL\",\"JNCzPW\":\"Χώρα\",\"IF7RiR\":\"Εξώφυλλο\",\"hYgDIe\":\"Δημιουργία\",\"b9XOHo\":[\"Δημιουργία \",[\"0\"]],\"k9RiLi\":\"Δημιουργία Προϊόντος\",\"6kdXbW\":\"Δημιουργία Κωδικού Προσφοράς\",\"n5pRtF\":\"Δημιουργία Εισιτηρίου\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"δημιουργία διοργανωτή\",\"ipP6Ue\":\"Δημιουργία Συμμετέχοντα\",\"VwdqVy\":\"Δημιουργία Ανάθεσης Χωρητικότητας\",\"EwoMtl\":\"Δημιουργία κατηγορίας\",\"XletzW\":\"Δημιουργία Κατηγορίας\",\"WVbTwK\":\"Δημιουργία Λίστας Check-In\",\"uN355O\":\"Δημιουργία Εκδήλωσης\",\"BOqY23\":\"Δημιουργία νέου\",\"kpJAeS\":\"Δημιουργία Διοργανωτή\",\"a0EjD+\":\"Δημιουργία Προϊόντος\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Δημιουργία Κωδικού Προσφοράς\",\"B3Mkdt\":\"Δημιουργία Ερώτησης\",\"UKfi21\":\"Δημιουργία Φόρου ή Τέλους\",\"d+F6q9\":\"Δημιουργήθηκε\",\"Q2lUR2\":\"Νόμισμα\",\"DCKkhU\":\"Τρέχων Κωδικός\",\"uIElGP\":\"Προσαρμοσμένο URL Χάρτη\",\"UEqXyt\":\"Προσαρμοσμένο Εύρος\",\"876pfE\":\"Πελάτης\",\"QOg2Sf\":\"Προσαρμογή ρυθμίσεων email και ειδοποιήσεων για αυτή την εκδήλωση\",\"Y9Z/vP\":\"Προσαρμογή της αρχικής σελίδας εκδήλωσης και των μηνυμάτων checkout\",\"2E2O5H\":\"Προσαρμογή διαφόρων ρυθμίσεων για αυτή την εκδήλωση\",\"iJhSxe\":\"Προσαρμογή ρυθμίσεων SEO για αυτή την εκδήλωση\",\"KIhhpi\":\"Προσαρμόστε τη σελίδα εκδήλωσης\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Επικίνδυνη ζώνη\",\"ZQKLI1\":\"Επικίνδυνη Ζώνη\",\"7p5kLi\":\"Πίνακας Ελέγχου\",\"mYGY3B\":\"Ημερομηνία\",\"JvUngl\":\"Ημερομηνία & Ώρα\",\"JJhRbH\":\"Χωρητικότητα πρώτης ημέρας\",\"cnGeoo\":\"Διαγραφή\",\"jRJZxD\":\"Διαγραφή Χωρητικότητας\",\"VskHIx\":\"Διαγραφή κατηγορίας\",\"Qrc8RZ\":\"Διαγραφή Λίστας Check-In\",\"WHf154\":\"Διαγραφή κωδικού\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Περιγραφή\",\"YC3oXa\":\"Περιγραφή για το προσωπικό check-in\",\"URmyfc\":\"Λεπτομέρειες\",\"1lRT3t\":\"Απενεργοποίηση αυτής της χωρητικότητας θα παρακολουθεί τις πωλήσεις αλλά δεν θα τις σταματά όταν φτάσει στο όριο\",\"H6Ma8Z\":\"Έκπτωση\",\"ypJ62C\":\"Έκπτωση %\",\"3LtiBI\":[\"Έκπτωση σε \",[\"0\"]],\"C8JLas\":\"Τύπος Έκπτωσης\",\"1QfxQT\":\"Dismiss\",\"DZlSLn\":\"Ετικέτα Εγγράφου\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Λήψη .ics\",\"kodV18\":\"Λήψη CSV\",\"CELKku\":\"Λήψη τιμολογίου\",\"LQrXcu\":\"Λήψη Τιμολογίου\",\"QIodqd\":\"Λήψη QR Code\",\"yhjU+j\":\"Λήψη Τιμολογίου\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Αναπτυσσόμενη επιλογή\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Αντιγραφή εκδήλωσης\",\"3ogkAk\":\"Αντιγραφή Εκδήλωσης\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Επιλογές Αντιγραφής\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Πρώιμη αγορά\",\"ePK91l\":\"Επεξεργασία\",\"N6j2JH\":[\"Επεξεργασία \",[\"0\"]],\"kBkYSa\":\"Επεξεργασία Χωρητικότητας\",\"oHE9JT\":\"Επεξεργασία Ανάθεσης Χωρητικότητας\",\"j1Jl7s\":\"Επεξεργασία κατηγορίας\",\"FU1gvP\":\"Επεξεργασία Λίστας Check-In\",\"iFgaVN\":\"Επεξεργασία Κωδικού\",\"jrBSO1\":\"Επεξεργασία Διοργανωτή\",\"tdD/QN\":\"Επεξεργασία Προϊόντος\",\"n143Tq\":\"Επεξεργασία Κατηγορίας Προϊόντος\",\"9BdS63\":\"Επεξεργασία Κωδικού Προσφοράς\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Επεξεργασία Ερώτησης\",\"poTr35\":\"Επεξεργασία χρήστη\",\"GTOcxw\":\"Επεξεργασία Χρήστη\",\"pqFrv2\":\"π.χ. 2.50 για 2,50€\",\"3yiej1\":\"π.χ. 23.5 για 23,5%\",\"O3oNi5\":\"Email\",\"VxYKoK\":\"Ρυθμίσεις Email & Ειδοποιήσεων\",\"ATGYL1\":\"Διεύθυνση email\",\"hzKQCy\":\"Διεύθυνση Email\",\"HqP6Qf\":\"Η αλλαγή email ακυρώθηκε επιτυχώς\",\"mISwW1\":\"Αλλαγή email σε εκκρεμότητα\",\"APuxIE\":\"Επαναποστολή επιβεβαίωσης email\",\"YaCgdO\":\"Η επιβεβαίωση email εστάλη ξανά επιτυχώς\",\"jyt+cx\":\"Μήνυμα υποσέλιδου email\",\"I6F3cp\":\"Το email δεν έχει επαληθευτεί\",\"NTZ/NX\":\"Κωδικός Ενσωμάτωσης\",\"4rnJq4\":\"Script Ενσωμάτωσης\",\"8oPbg1\":\"Ενεργοποίηση Τιμολόγησης\",\"j6w7d/\":\"Ενεργοποίηση αυτής της χωρητικότητας για διακοπή πωλήσεων όταν φτάσει το όριο\",\"VFv2ZC\":\"Ημερομηνία Λήξης\",\"237hSL\":\"Τελείωσε\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Αγγλικά\",\"MhVoma\":\"Εισάγετε ποσό χωρίς φόρους και τέλη.\",\"SlfejT\":\"Σφάλμα\",\"3Z223G\":\"Σφάλμα επιβεβαίωσης διεύθυνσης email\",\"a6gga1\":\"Σφάλμα επιβεβαίωσης αλλαγής email\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Εκδήλωση\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Ημερομηνία Εκδήλωσης\",\"0Zptey\":\"Προεπιλογές Εκδήλωσης\",\"QcCPs8\":\"Λεπτομέρειες Εκδήλωσης\",\"6fuA9p\":\"Η εκδήλωση αντιγράφηκε επιτυχώς\",\"AEuj2m\":\"Αρχική Σελίδα Εκδήλωσης\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Τοποθεσία εκδήλωσης & λεπτομέρειες χώρου\",\"OopDbA\":\"Event page\",\"4/If97\":\"Η ενημέρωση κατάστασης εκδήλωσης απέτυχε. Παρακαλώ δοκιμάστε ξανά αργότερα\",\"btxLWj\":\"Η κατάσταση εκδήλωσης ενημερώθηκε\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Εκδηλώσεις\",\"sZg7s1\":\"Ημερομηνία λήξης\",\"KnN1Tu\":\"Λήγει\",\"uaSvqt\":\"Ημερομηνία Λήξης\",\"GS+Mus\":\"Εξαγωγή\",\"9xAp/j\":\"Αποτυχία ακύρωσης συμμετέχοντα\",\"ZpieFv\":\"Αποτυχία ακύρωσης παραγγελίας\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Αποτυχία λήψης τιμολογίου. Παρακαλώ δοκιμάστε ξανά.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Αποτυχία φόρτωσης Λίστας Check-In\",\"ZQ15eN\":\"Αποτυχία επαναποστολής email εισιτηρίου\",\"ejXy+D\":\"Αποτυχία ταξινόμησης προϊόντων\",\"PLUB/s\":\"Χρέωση\",\"/mfICu\":\"Χρεώσεις\",\"LyFC7X\":\"Φιλτράρισμα Παραγγελιών\",\"cSev+j\":\"Φίλτρα\",\"CVw2MU\":[\"Φίλτρα (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Πρώτος Αριθμός Τιμολογίου\",\"V1EGGU\":\"Όνομα\",\"kODvZJ\":\"Όνομα\",\"S+tm06\":\"Το όνομα πρέπει να έχει μεταξύ 1 και 50 χαρακτήρες\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Πρώτη Χρήση\",\"TpqW74\":\"Σταθερό\",\"irpUxR\":\"Σταθερό ποσό\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Ξεχάσατε τον κωδικό;\",\"2POOFK\":\"Δωρεάν\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Γαλλικά\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Γερμανικά\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Επιστροφή στο προφίλ\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Calendar\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Μεικτές πωλήσεις\",\"yRg26W\":\"Μεικτές Πωλήσεις\",\"R4r4XO\":\"Επισκέπτες\",\"26pGvx\":\"Έχετε κωδικό προσφοράς;\",\"V7yhws\":\"info@ekdiloseis.gr\",\"6K/IHl\":\"Εδώ είναι ένα παράδειγμα χρήσης του στοιχείου στην εφαρμογή σας.\",\"Y1SSqh\":\"Εδώ είναι το React component που μπορείτε να χρησιμοποιήσετε για ενσωμάτωση του widget στην εφαρμογή σας.\",\"QuhVpV\":[\"Γεια σας \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Κρυφό από δημόσια προβολή\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Οι κρυφές ερωτήσεις είναι ορατές μόνο στον διοργανωτή εκδήλωσης και όχι στον πελάτη.\",\"vLyv1R\":\"Απόκρυψη\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Απόκρυψη προϊόντος μετά την ημερομηνία λήξης πώλησης\",\"06s3w3\":\"Απόκρυψη προϊόντος πριν την ημερομηνία έναρξης πώλησης\",\"axVMjA\":\"Απόκρυψη προϊόντος εκτός αν ο χρήστης έχει ισχύοντα κωδικό προσφοράς\",\"ySQGHV\":\"Απόκρυψη προϊόντος όταν εξαντληθεί\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Απόκρυψη αυτού του προϊόντος από τους πελάτες\",\"Da29Y6\":\"Απόκρυψη αυτής της ερώτησης\",\"fvDQhr\":\"Απόκρυψη αυτής της βαθμίδας από τους χρήστες\",\"lNipG+\":\"Η απόκρυψη προϊόντος θα εμποδίσει τους χρήστες να το δουν στη σελίδα εκδήλωσης.\",\"ZOBwQn\":\"Σχεδιασμός Αρχικής Σελίδας\",\"PRuBTd\":\"Σχεδιαστής Αρχικής Σελίδας\",\"YjVNGZ\":\"Προεπισκόπηση Αρχικής Σελίδας\",\"c3E/kw\":\"Ομήρου\",\"8k8Njd\":\"Πόσα λεπτά έχει ο πελάτης να ολοκληρώσει την παραγγελία. Προτείνουμε τουλάχιστον 15 λεπτά\",\"ySxKZe\":\"Πόσες φορές μπορεί να χρησιμοποιηθεί αυτός ο κωδικός;\",\"dZsDbK\":[\"Υπερβάθηκε το όριο χαρακτήρων HTML: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://maps.google.com/...\",\"uOXLV3\":\"Συμφωνώ με τους <0>όρους και προϋποθέσεις\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Εάν είναι ενεργό, το προσωπικό check-in μπορεί να επισημάνει τους συμμετέχοντες ως παρόντες ή να επισημάνει την παραγγελία ως πληρωμένη. Εάν είναι απενεργοποιημένο, οι συμμετέχοντες με μη πληρωμένες παραγγελίες δεν μπορούν να κάνουν check-in.\",\"muXhGi\":\"Εάν είναι ενεργό, ο διοργανωτής θα λάβει ειδοποίηση email όταν υποβάλλεται νέα παραγγελία\",\"6fLyj/\":\"Εάν δεν ζητήσατε αυτή την αλλαγή, αλλάξτε αμέσως τον κωδικό σας.\",\"n/ZDCz\":\"Η εικόνα διαγράφηκε επιτυχώς\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Η εικόνα μεταφορτώθηκε επιτυχώς\",\"VyUuZb\":\"URL Εικόνας\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Ανενεργό\",\"T0K0yl\":\"Οι ανενεργοί χρήστες δεν μπορούν να συνδεθούν.\",\"kO44sp\":\"Συμπεριλάβετε στοιχεία σύνδεσης για την διαδικτυακή εκδήλωση. Τα στοιχεία αυτά θα εμφανίζονται στη σελίδα σύνοψης παραγγελίας και στη σελίδα εισιτηρίου συμμετέχοντα.\",\"FlQKnG\":\"Συμπερίληψη φόρου και τελών στην τιμή\",\"Vi+BiW\":[\"Περιλαμβάνει \",[\"0\"],\" προϊόντα\"],\"lpm0+y\":\"Περιλαμβάνει 1 προϊόν\",\"UiAk5P\":\"Εισαγωγή Εικόνας\",\"OyLdaz\":\"Η πρόσκληση εστάλη ξανά!\",\"HE6KcK\":\"Η πρόσκληση ανακλήθηκε!\",\"SQKPvQ\":\"Πρόσκληση Χρήστη\",\"bKOYkd\":\"Το τιμολόγιο λήφθηκε επιτυχώς\",\"alD1+n\":\"Σημειώσεις Τιμολογίου\",\"kOtCs2\":\"Αρίθμηση Τιμολογίων\",\"UZ2GSZ\":\"Ρυθμίσεις Τιμολογίων\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Στοιχείο\",\"KFXip/\":\"Γιώργης\",\"XcgRvb\":\"Παπαδόπουλος\",\"87a/t/\":\"Ετικέτα\",\"vXIe7J\":\"Γλώσσα\",\"2LMsOq\":\"Τελευταίους 12 μήνες\",\"vfe90m\":\"Τελευταίες 14 ημέρες\",\"aK4uBd\":\"Τελευταίες 24 ώρες\",\"uq2BmQ\":\"Τελευταίες 30 ημέρες\",\"bB6Ram\":\"Τελευταίες 48 ώρες\",\"VlnB7s\":\"Τελευταίους 6 μήνες\",\"ct2SYD\":\"Τελευταίες 7 ημέρες\",\"XgOuA7\":\"Τελευταίες 90 ημέρες\",\"I3yitW\":\"Τελευταία σύνδεση\",\"1ZaQUH\":\"Επώνυμο\",\"UXBCwc\":\"Επώνυμο\",\"tKCBU0\":\"Τελευταία Χρήση\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Αφήστε κενό για χρήση της προεπιλεγμένης λέξης \\\"Τιμολόγιο\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Φόρτωση...\",\"wJijgU\":\"Τοποθεσία\",\"sQia9P\":\"Σύνδεση\",\"zUDyah\":\"Σύνδεση σε εξέλιξη\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Αποσύνδεση\",\"F2jAFv\":\"Παράδειγμα κειμένου...\",\"NJahlc\":\"Υποχρεωτική διεύθυνση χρέωσης κατά το checkout\",\"MU3ijv\":\"Υποχρεωτική η απάντηση σε αυτή την ερώτηση\",\"wckWOP\":\"Διαχείριση\",\"onpJrA\":\"Διαχείριση συμμετέχοντα\",\"n4SpU5\":\"Διαχείριση εκδήλωσης\",\"WVgSTy\":\"Διαχείριση παραγγελίας\",\"1MAvUY\":\"Διαχείριση ρυθμίσεων πληρωμής και τιμολόγησης για αυτή την εκδήλωση.\",\"cQrNR3\":\"Διαχείριση Προφίλ\",\"AtXtSw\":\"Διαχείριση φόρων και τελών που μπορούν να εφαρμοστούν στα προϊόντα σας\",\"ophZVW\":\"Διαχείριση εισιτηρίων\",\"DdHfeW\":\"Διαχείριση στοιχείων λογαριασμού και προεπιλεγμένων ρυθμίσεων\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Διαχείριση χρηστών και δικαιωμάτων τους\",\"1m+YT2\":\"Οι υποχρεωτικές ερωτήσεις πρέπει να απαντηθούν πριν ο πελάτης ολοκληρώσει την αγορά.\",\"Dim4LO\":\"Χειροκίνητη προσθήκη Συμμετέχοντα\",\"e4KdjJ\":\"Χειροκίνητη Προσθήκη Συμμετέχοντα\",\"vFjEnF\":\"Σήμανση ως πληρωμένο\",\"g9dPPQ\":\"Μέγιστο ανά Παραγγελία\",\"l5OcwO\":\"Αποστολή μηνύματος σε συμμετέχοντα\",\"Gv5AMu\":\"Αποστολή Μηνύματος σε Συμμετέχοντες\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Αποστολή μηνύματος στον αγοραστή\",\"tNZzFb\":\"Περιεχόμενο Μηνύματος\",\"lYDV/s\":\"Αποστολή μηνύματος σε μεμονωμένους συμμετέχοντες\",\"V7DYWd\":\"Μήνυμα Εστάλη\",\"t7TeQU\":\"Μηνύματα\",\"xFRMlO\":\"Ελάχιστο ανά Παραγγελία\",\"QYcUEf\":\"Ελάχιστη Τιμή\",\"RDie0n\":\"Διάφορα\",\"mYLhkl\":\"Διάφορες Ρυθμίσεις\",\"KYveV8\":\"Πεδίο κειμένου πολλαπλών γραμμών\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Η περιγραφή της εκδήλωσής μου...\",\"vX8/tc\":\"Ο τίτλος της εκδήλωσής μου...\",\"hKtWk2\":\"Το Προφίλ μου\",\"fj5byd\":\"Δ/Υ\",\"pRjx4L\":\"Παράδειγμα κειμένου...\",\"6YtxFj\":\"Όνομα\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Πλοήγηση σε Συμμετέχοντα\",\"qqeAJM\":\"Ποτέ\",\"7vhWI8\":\"Νέος Κωδικός\",\"1UzENP\":\"Όχι\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Δεν υπάρχουν αρχειοθετημένες εκδηλώσεις για εμφάνιση.\",\"q2LEDV\":\"Δεν βρέθηκαν συμμετέχοντες για αυτή την παραγγελία.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Δεν υπάρχουν Συμμετέχοντες για εμφάνιση\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Δεν υπάρχουν Αναθέσεις Χωρητικότητας\",\"a/gMx2\":\"Δεν υπάρχουν Λίστες Check-In\",\"tMFDem\":\"Δεν υπάρχουν διαθέσιμα δεδομένα\",\"6Z/F61\":\"Δεν υπάρχουν δεδομένα για εμφάνιση. Επιλέξτε εύρος ημερομηνιών\",\"fFeCKc\":\"Χωρίς Έκπτωση\",\"HFucK5\":\"Δεν υπάρχουν τελειωμένες εκδηλώσεις για εμφάνιση.\",\"yAlJXG\":\"Δεν υπάρχουν εκδηλώσεις για εμφάνιση\",\"GqvPcv\":\"Δεν υπάρχουν διαθέσιμα φίλτρα\",\"KPWxKD\":\"Δεν υπάρχουν μηνύματα για εμφάνιση\",\"J2LkP8\":\"Δεν υπάρχουν παραγγελίες για εμφάνιση\",\"RBXXtB\":\"Δεν υπάρχουν διαθέσιμες μέθοδοι πληρωμής αυτή τη στιγμή. Επικοινωνήστε με τον διοργανωτή για βοήθεια.\",\"ZWEfBE\":\"Δεν Απαιτείται Πληρωμή\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Δεν υπάρχουν διαθέσιμα προϊόντα σε αυτή την κατηγορία.\",\"FTfObB\":\"Δεν υπάρχουν Προϊόντα ακόμα\",\"+Y976X\":\"Δεν υπάρχουν Κωδικοί Προσφοράς για εμφάνιση\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Δεν υπάρχουν αποτελέσματα\",\"gk5uwN\":\"Δεν βρέθηκαν Αποτελέσματα Αναζήτησης\",\"RHyZUL\":\"Δεν βρέθηκαν αποτελέσματα αναζήτησης.\",\"RY2eP1\":\"Δεν έχουν προστεθεί Φόροι ή Τέλη.\",\"EdQY6l\":\"Κανένα\",\"OJx3wK\":\"Δεν είναι διαθέσιμο\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Σημειώσεις\",\"jtrY3S\":\"Δεν υπάρχει τίποτα για εμφάνιση ακόμα\",\"hFwWnI\":\"Ρυθμίσεις Ειδοποιήσεων\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Ειδοποίηση διοργανωτή για νέες παραγγελίες\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Αριθμός ημερών για πληρωμή (αφήστε κενό για παράλειψη όρων πληρωμής από τιμολόγια)\",\"n86jmj\":\"Πρόθεμα Αριθμού\",\"mwe+2z\":\"Οι παραγγελίες εκτός σύνδεσης δεν αντικατοπτρίζονται στα στατιστικά εκδήλωσης μέχρι να επισημανθούν ως πληρωμένες.\",\"dWBrJX\":\"Η πληρωμή εκτός σύνδεσης απέτυχε. Παρακαλώ δοκιμάστε ξανά ή επικοινωνήστε με τον διοργανωτή.\",\"fcnqjw\":\"Οδηγίες Πληρωμής Εκτός Σύνδεσης\",\"+eZ7dp\":\"Πληρωμές Εκτός Σύνδεσης\",\"ojDQlR\":\"Πληροφορίες Πληρωμών Εκτός Σύνδεσης\",\"u5oO/W\":\"Ρυθμίσεις Πληρωμών Εκτός Σύνδεσης\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"Σε Πώληση\",\"Ug4SfW\":\"Μόλις δημιουργήσετε εκδήλωση, θα εμφανιστεί εδώ.\",\"ZxnK5C\":\"Μόλις ξεκινήσετε να συλλέγετε δεδομένα, θα εμφανίζονται εδώ.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Σε Εξέλιξη\",\"z+nuVJ\":\"Online event\",\"WKHW0N\":\"Λεπτομέρειες Διαδικτυακής Εκδήλωσης\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Άνοιγμα Σελίδας Check-In\",\"OdnLE4\":\"Άνοιγμα πλαϊνής μπάρας\",\"ZZEYpT\":[\"Επιλογή \",[\"i\"]],\"oPknTP\":\"Προαιρετικές πρόσθετες πληροφορίες για εμφάνιση σε όλα τα τιμολόγια (π.χ., όροι πληρωμής, τέλη καθυστέρησης, πολιτική επιστροφής)\",\"OrXJBY\":\"Προαιρετικό πρόθεμα αριθμών τιμολογίου (π.χ., ΤΙΜ-)\",\"0zpgxV\":\"Επιλογές\",\"BzEFor\":\"ή\",\"UYUgdb\":\"Παραγγελία\",\"mm+eaX\":\"Order #\",\"B3gPuX\":\"Παραγγελία Ακυρώθηκε\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Ημερομηνία Παραγγελίας\",\"Tol4BF\":\"Λεπτομέρειες Παραγγελίας\",\"WbImlQ\":\"Η παραγγελία ακυρώθηκε και ο κάτοχος ειδοποιήθηκε.\",\"nAn4Oe\":\"Η παραγγελία επισημάνθηκε ως πληρωμένη\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Αναφορά Παραγγελίας\",\"acIJ41\":\"Κατάσταση Παραγγελίας\",\"GX6dZv\":\"Σύνοψη Παραγγελίας\",\"tDTq0D\":\"Λήξη χρόνου παραγγελίας\",\"1h+RBg\":\"Παραγγελίες\",\"3y+V4p\":\"Διεύθυνση Οργανισμού\",\"GVcaW6\":\"Στοιχεία Οργανισμού\",\"nfnm9D\":\"Όνομα Οργανισμού\",\"G5RhpL\":\"Διοργανωτής\",\"mYygCM\":\"Ο διοργανωτής είναι υποχρεωτικός\",\"Pa6G7v\":\"Όνομα Διοργανωτή\",\"l894xP\":\"Οι διοργανωτές μπορούν να διαχειρίζονται μόνο εκδηλώσεις και προϊόντα. Δεν μπορούν να διαχειρίζονται χρήστες, ρυθμίσεις λογαριασμού ή στοιχεία χρέωσης.\",\"fdjq4c\":\"Εσωτερικό Περιθώριο\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Η σελίδα δεν βρέθηκε\",\"QbrUIo\":\"Προβολές σελίδας\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"πληρωμένο\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Μερικώς Επιστράφηκε\",\"8ZsakT\":\"Κωδικός\",\"TUJAyx\":\"Ο κωδικός πρέπει να έχει τουλάχιστον 8 χαρακτήρες\",\"vwGkYB\":\"Ο κωδικός πρέπει να έχει τουλάχιστον 8 χαρακτήρες\",\"BLTZ42\":\"Ο κωδικός επαναφέρθηκε επιτυχώς. Παρακαλώ συνδεθείτε με τον νέο σας κωδικό.\",\"f7SUun\":\"Οι κωδικοί δεν ταιριάζουν\",\"aEDp5C\":\"Επικολλήστε αυτό εκεί που θέλετε να εμφανίζεται το widget.\",\"+23bI/\":\"Παναγιώτης\",\"iAS9f2\":\"panagiotis@papademos.gr\",\"621rYf\":\"Πληρωμή\",\"Lg+ewC\":\"Πληρωμή & Τιμολόγηση\",\"DZjk8u\":\"Ρυθμίσεις Πληρωμής & Τιμολόγησης\",\"lflimf\":\"Περίοδος Πληρωμής\",\"JhtZAK\":\"Η Πληρωμή Απέτυχε\",\"JEdsvQ\":\"Οδηγίες Πληρωμής\",\"bLB3MJ\":\"Μέθοδοι Πληρωμής\",\"QzmQBG\":\"Πάροχος πληρωμής\",\"lsxOPC\":\"Πληρωμή Ελήφθη\",\"wJTzyi\":\"Κατάσταση Πληρωμής\",\"xgav5v\":\"Η πληρωμή επιτεύχθηκε!\",\"R29lO5\":\"Όροι Πληρωμής\",\"/roQKz\":\"Ποσοστό\",\"vPJ1FI\":\"Ποσοστό\",\"xdA9ud\":\"Τοποθετήστε αυτό στο της ιστοσελίδας σας.\",\"blK94r\":\"Παρακαλώ προσθέστε τουλάχιστον μία επιλογή\",\"FJ9Yat\":\"Παρακαλώ ελέγξτε ότι οι παρεχόμενες πληροφορίες είναι σωστές\",\"TkQVup\":\"Παρακαλώ ελέγξτε το email και τον κωδικό σας και δοκιμάστε ξανά\",\"sMiGXD\":\"Παρακαλώ ελέγξτε ότι το email είναι έγκυρο\",\"Ajavq0\":\"Παρακαλώ ελέγξτε το email σας για επιβεβαίωση της διεύθυνσης\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Παρακαλώ συνεχίστε στη νέα καρτέλα\",\"hcX103\":\"Παρακαλώ δημιουργήστε ένα προϊόν\",\"cdR8d6\":\"Παρακαλώ δημιουργήστε ένα εισιτήριο\",\"x2mjl4\":\"Παρακαλώ εισάγετε έγκυρο URL εικόνας που να δείχνει σε εικόνα.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Σημειώστε\",\"C63rRe\":\"Παρακαλώ επιστρέψτε στη σελίδα εκδήλωσης για να ξεκινήσετε από την αρχή.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Παρακαλώ επιλέξτε τουλάχιστον ένα προϊόν\",\"igBrCH\":\"Παρακαλώ επαληθεύστε τη διεύθυνση email σας για πρόσβαση σε όλες τις λειτουργίες\",\"/IzmnP\":\"Παρακαλώ περιμένετε ενώ προετοιμάζουμε το τιμολόγιό σας...\",\"MOERNx\":\"Πορτογαλικά\",\"qCJyMx\":\"Μήνυμα Μετά το Checkout\",\"g2UNkE\":\"Με την υποστήριξη του\",\"Rs7IQv\":\"Μήνυμα Πριν το Checkout\",\"rdUucN\":\"Προεπισκόπηση\",\"a7u1N9\":\"Τιμή\",\"CmoB9j\":\"Λειτουργία εμφάνισης τιμής\",\"BI7D9d\":\"Τιμή μη ορισμένη\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Κύριο Χρώμα\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Κύριο Χρώμα Κειμένου\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Εκτύπωση Όλων των Εισιτηρίων\",\"DKwDdj\":\"Εκτύπωση Εισιτηρίων\",\"K47k8R\":\"Προϊόν\",\"1JwlHk\":\"Κατηγορία Προϊόντος\",\"U61sAj\":\"Η κατηγορία προϊόντος ενημερώθηκε επιτυχώς.\",\"1USFWA\":\"Το προϊόν διαγράφηκε επιτυχώς\",\"4Y2FZT\":\"Τύπος Τιμής Προϊόντος\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Πωλήσεις Προϊόντων\",\"U/R4Ng\":\"Βαθμίδα Προϊόντος\",\"sJsr1h\":\"Τύπος Προϊόντος\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Προϊόν(-τα)\",\"N0qXpE\":\"Προϊόντα\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Προϊόντα που πωλήθηκαν\",\"/u4DIx\":\"Προϊόντα που Πωλήθηκαν\",\"DJQEZc\":\"Τα προϊόντα ταξινομήθηκαν επιτυχώς\",\"vERlcd\":\"Προφίλ\",\"kUlL8W\":\"Το προφίλ ενημερώθηκε επιτυχώς\",\"cl5WYc\":[\"Εφαρμόστηκε κωδικός προσφοράς \",[\"promo_code\"]],\"P5sgAk\":\"Κωδικός Προσφοράς\",\"yKWfjC\":\"Σελίδα Κωδικού Προσφοράς\",\"RVb8Fo\":\"Κωδικοί Έκπτωσης\",\"BZ9GWa\":\"Οι κωδικοί προσφοράς μπορούν να χρησιμοποιηθούν για εκπτώσεις, πρόσβαση προπώλησης ή ειδική πρόσβαση στην εκδήλωση.\",\"OP094m\":\"Αναφορά Κωδικών Προσφοράς\",\"4kyDD5\":\"Provide additional context or instructions for this question. Use this field to add terms\\nand conditions, guidelines, or any important information that attendees need to know before answering.\",\"toutGW\":\"QR Code\",\"LkMOWF\":\"Διαθέσιμη Ποσότητα\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Η ερώτηση διαγράφηκε\",\"avf0gk\":\"Περιγραφή Ερώτησης\",\"oQvMPn\":\"Τίτλος Ερώτησης\",\"enzGAL\":\"Ερωτήσεις\",\"ROv2ZT\":\"Ερωτήσεις & Απαντήσεις\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Επιλογή Τύπου Radio\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Παραλήπτης\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Αποτυχία Επιστροφής\",\"n10yGu\":\"Επιστροφή παραγγελίας\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Επιστροφή σε Εκκρεμότητα\",\"xHpVRl\":\"Κατάσταση Επιστροφής\",\"/BI0y9\":\"Επιστροφή Χρημάτων\",\"fgLNSM\":\"Εγγραφή\",\"9+8Vez\":\"Υπόλοιπες Χρήσεις\",\"tasfos\":\"αφαίρεση\",\"t/YqKh\":\"Αφαίρεση\",\"t9yxlZ\":\"Αναφορές\",\"prZGMe\":\"Υποχρεωτική Διεύθυνση Χρέωσης\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Επαναποστολή επιβεβαίωσης email\",\"wIa8Qe\":\"Επαναποστολή πρόσκλησης\",\"VeKsnD\":\"Επαναποστολή email παραγγελίας\",\"dFuEhO\":\"Επαναποστολή email εισιτηρίου\",\"o6+Y6d\":\"Επαναποστολή...\",\"OfhWJH\":\"Επαναφορά\",\"RfwZxd\":\"Επαναφορά κωδικού\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Επαναφορά εκδήλωσης\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Επιστροφή στη Σελίδα Εκδήλωσης\",\"8YBH95\":\"Έσοδα\",\"PO/sOY\":\"Ανάκληση πρόσκλησης\",\"GDvlUT\":\"Ρόλος\",\"ELa4O9\":\"Ημερομηνία Λήξης Πώλησης\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Ημερομηνία Έναρξης Πώλησης\",\"hBsw5C\":\"Οι πωλήσεις έχουν λήξει\",\"kpAzPe\":\"Έναρξη πωλήσεων\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Αποθήκευση\",\"IUwGEM\":\"Αποθήκευση Αλλαγών\",\"U65fiW\":\"Αποθήκευση Διοργανωτή\",\"UGT5vp\":\"Αποθήκευση Ρυθμίσεων\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Αναζήτηση ανά όνομα συμμετέχοντα, email ή αριθμό παραγγελίας...\",\"+pr/FY\":\"Αναζήτηση ανά όνομα εκδήλωσης...\",\"3zRbWw\":\"Αναζήτηση ανά όνομα, email ή αριθμό παραγγελίας...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Αναζήτηση ανά όνομα...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Αναζήτηση αναθέσεων χωρητικότητας...\",\"r9M1hc\":\"Αναζήτηση λιστών check-in...\",\"+0Yy2U\":\"Αναζήτηση προϊόντων\",\"YIix5Y\":\"Αναζήτηση...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Δευτερεύον Χρώμα\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Δευτερεύον Χρώμα Κειμένου\",\"02ePaq\":[\"Επιλογή \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Επιλογή κατηγορίας...\",\"kWI/37\":\"Επιλογή διοργανωτή\",\"ixIx1f\":\"Επιλογή Προϊόντος\",\"3oSV95\":\"Επιλογή Βαθμίδας Προϊόντος\",\"C4Y1hA\":\"Επιλογή προϊόντων\",\"hAjDQy\":\"Επιλογή κατάστασης\",\"QYARw/\":\"Επιλογή Εισιτηρίου\",\"OMX4tH\":\"Επιλογή εισιτηρίων\",\"DrwwNd\":\"Επιλογή χρονικής περιόδου\",\"O/7I0o\":\"Επιλογή...\",\"JlFcis\":\"Αποστολή\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Αποστολή μηνύματος\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Αποστολή Μηνύματος\",\"D7ZemV\":\"Αποστολή email επιβεβαίωσης παραγγελίας και εισιτηρίου\",\"v1rRtW\":\"Αποστολή Δοκιμαστικού\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"Περιγραφή SEO\",\"/SIY6o\":\"Λέξεις-κλειδιά SEO\",\"GfWoKv\":\"Ρυθμίσεις SEO\",\"rXngLf\":\"Τίτλος SEO\",\"/jZOZa\":\"Χρέωση Υπηρεσίας\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Ορίστε τον αρχικό αριθμό για την αρίθμηση τιμολογίων. Δεν μπορεί να αλλαχθεί μόλις δημιουργηθούν τιμολόγια.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Ρυθμίσεις\",\"Z8lGw6\":\"Κοινοποίηση\",\"B2V3cA\":\"Κοινοποίηση Εκδήλωσης\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Show\",\"V0SbFp\":\"Εμφάνιση διαθέσιμης ποσότητας προϊόντος\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Εμφάνιση περισσότερων\",\"izwOOD\":\"Εμφάνιση φόρου και τελών ξεχωριστά\",\"1SbbH8\":\"Εμφανίζεται στον πελάτη μετά το checkout, στη σελίδα σύνοψης παραγγελίας.\",\"YfHZv0\":\"Εμφανίζεται στον πελάτη πριν το checkout\",\"CBBcly\":\"Εμφανίζει κοινά πεδία διεύθυνσης, συμπεριλαμβανομένης της χώρας\",\"yTnnYg\":\"Σίμψον\",\"TNaCfq\":\"Πεδίο κειμένου μίας γραμμής\",\"+P0Cn2\":\"Παράλειψη αυτού του βήματος\",\"YSEnLE\":\"Παπαδόπουλος\",\"lgFfeO\":\"Εξαντλήθηκε\",\"Mi1rVn\":\"Εξαντλημένο\",\"nwtY4N\":\"Κάτι πήγε στραβά\",\"GRChTw\":\"Κάτι πήγε στραβά κατά τη διαγραφή του Φόρου ή Τέλους\",\"YHFrbe\":\"Κάτι πήγε στραβά! Παρακαλώ δοκιμάστε ξανά\",\"kf83Ld\":\"Κάτι πήγε στραβά.\",\"fWsBTs\":\"Κάτι πήγε στραβά. Παρακαλώ δοκιμάστε ξανά.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Λυπούμαστε, αυτός ο κωδικός προσφοράς δεν αναγνωρίζεται\",\"65A04M\":\"Ισπανικά\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Ημερομηνία Έναρξης\",\"/2by1f\":\"Νομός ή Περιοχή\",\"uAQUqI\":\"Κατάσταση\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Οι πληρωμές Stripe δεν είναι ενεργοποιημένες για αυτή την εκδήλωση.\",\"UJmAAK\":\"Θέμα\",\"X2rrlw\":\"Υποσύνολο\",\"zzDlyQ\":\"Επιτυχία\",\"b0HJ45\":[\"Επιτυχία! Το \",[\"0\"],\" θα λάβει email σύντομα.\"],\"BJIEiF\":[\"Επιτυχής \",[\"0\"],\" συμμετέχοντα\"],\"OtgNFx\":\"Επιτυχής επιβεβαίωση διεύθυνσης email\",\"IKwyaF\":\"Επιτυχής επιβεβαίωση αλλαγής email\",\"zLmvhE\":\"Επιτυχής δημιουργία συμμετέχοντα\",\"gP22tw\":\"Επιτυχής Δημιουργία Προϊόντος\",\"9mZEgt\":\"Επιτυχής Δημιουργία Κωδικού Προσφοράς\",\"aIA9C4\":\"Επιτυχής Δημιουργία Ερώτησης\",\"J3RJSZ\":\"Επιτυχής ενημέρωση συμμετέχοντα\",\"3suLF0\":\"Επιτυχής ενημέρωση Ανάθεσης Χωρητικότητας\",\"Z+rnth\":\"Επιτυχής ενημέρωση Λίστας Check-In\",\"vzJenu\":\"Επιτυχής Ενημέρωση Ρυθμίσεων Email\",\"7kOMfV\":\"Επιτυχής Ενημέρωση Εκδήλωσης\",\"G0KW+e\":\"Επιτυχής Ενημέρωση Σχεδιασμού Αρχικής\",\"k9m6/E\":\"Επιτυχής Ενημέρωση Ρυθμίσεων Αρχικής\",\"y/NR6s\":\"Επιτυχής Ενημέρωση Τοποθεσίας\",\"73nxDO\":\"Επιτυχής Ενημέρωση Διαφόρων Ρυθμίσεων\",\"4H80qv\":\"Επιτυχής ενημέρωση παραγγελίας\",\"6xCBVN\":\"Επιτυχής Ενημέρωση Ρυθμίσεων Πληρωμής & Τιμολόγησης\",\"1Ycaad\":\"Επιτυχής ενημέρωση προϊόντος\",\"70dYC8\":\"Επιτυχής Ενημέρωση Κωδικού Προσφοράς\",\"F+pJnL\":\"Επιτυχής Ενημέρωση Ρυθμίσεων SEO\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Email Υποστήριξης\",\"uRfugr\":\"Μπλούζα\",\"JpohL9\":\"Φόρος\",\"geUFpZ\":\"Φόρος & Τέλη\",\"dFHcIn\":\"Λεπτομέρειες Φόρου\",\"wQzCPX\":\"Πληροφορίες φόρου για εμφάνιση στο κάτω μέρος όλων των τιμολογίων (π.χ., αριθμός ΦΠΑ, φορολογική εγγραφή)\",\"0RXCDo\":\"Ο φόρος ή τέλος διαγράφηκε επιτυχώς\",\"ZowkxF\":\"Φόροι\",\"qu6/03\":\"Φόροι και Τέλη\",\"gypigA\":\"Αυτός ο κωδικός προσφοράς δεν είναι έγκυρος\",\"5ShqeM\":\"Η λίστα check-in που αναζητάτε δεν υπάρχει.\",\"QXlz+n\":\"Το προεπιλεγμένο νόμισμα για τις εκδηλώσεις σας.\",\"mnafgQ\":\"Η προεπιλεγμένη ζώνη ώρας για τις εκδηλώσεις σας.\",\"o7s5FA\":\"Η γλώσσα στην οποία θα λαμβάνει email ο συμμετέχων.\",\"NlfnUd\":\"Ο σύνδεσμος που κάνατε κλικ δεν είναι έγκυρος.\",\"HsFnrk\":[\"Ο μέγιστος αριθμός προϊόντων για \",[\"0\"],\"είναι \",[\"1\"]],\"TSAiPM\":\"Η σελίδα που αναζητάτε δεν υπάρχει\",\"MSmKHn\":\"Η τιμή που εμφανίζεται στον πελάτη θα περιλαμβάνει φόρους και τέλη.\",\"6zQOg1\":\"Η τιμή που εμφανίζεται στον πελάτη δεν θα περιλαμβάνει φόρους και τέλη. Θα εμφανίζονται ξεχωριστά\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Ο τίτλος εκδήλωσης που θα εμφανίζεται στα αποτελέσματα αναζήτησης και κατά την κοινοποίηση σε κοινωνικά δίκτυα. Εξ ορισμού χρησιμοποιείται ο τίτλος εκδήλωσης\",\"wDx3FF\":\"Δεν υπάρχουν διαθέσιμα προϊόντα για αυτή την εκδήλωση\",\"pNgdBv\":\"Δεν υπάρχουν διαθέσιμα προϊόντα σε αυτή την κατηγορία\",\"rMcHYt\":\"Υπάρχει επιστροφή σε εκκρεμότητα. Παρακαλώ περιμένετε να ολοκληρωθεί πριν ζητήσετε άλλη.\",\"F89D36\":\"Παρουσιάστηκε σφάλμα κατά τη σήμανση παραγγελίας ως πληρωμένη\",\"68Axnm\":\"Παρουσιάστηκε σφάλμα κατά την επεξεργασία του αιτήματός σας. Παρακαλώ δοκιμάστε ξανά.\",\"mVKOW6\":\"Παρουσιάστηκε σφάλμα κατά την αποστολή του μηνύματός σας\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Αυτός ο συμμετέχων έχει μη πληρωμένη παραγγελία.\",\"mf3FrP\":\"Αυτή η κατηγορία δεν έχει ακόμα προϊόντα.\",\"8QH2Il\":\"Αυτή η κατηγορία είναι κρυφή από δημόσια προβολή\",\"xxv3BZ\":\"Αυτή η λίστα check-in έχει λήξει\",\"Sa7w7S\":\"Αυτή η λίστα check-in έχει λήξει και δεν είναι πλέον διαθέσιμη.\",\"Uicx2U\":\"Αυτή η λίστα check-in είναι ενεργή\",\"1k0Mp4\":\"Αυτή η λίστα check-in δεν είναι ακόμα ενεργή\",\"K6fmBI\":\"Αυτή η λίστα check-in δεν είναι ακόμα ενεργή και δεν είναι διαθέσιμη.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Αυτές οι πληροφορίες θα εμφανίζονται στη σελίδα πληρωμής, στη σύνοψη παραγγελίας και στο email επιβεβαίωσης.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Πρόκειται για διαδικτυακή εκδήλωση\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Αυτό το μήνυμα θα συμπεριληφθεί στο υποσέλιδο όλων των email αυτής της εκδήλωσης\",\"55i7Fa\":\"Αυτό το μήνυμα θα εμφανίζεται μόνο εάν η παραγγελία ολοκληρωθεί επιτυχώς\",\"RjwlZt\":\"Αυτή η παραγγελία έχει ήδη πληρωθεί.\",\"5K8REg\":\"Αυτή η παραγγελία έχει ήδη επιστραφεί.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Αυτή η παραγγελία έχει ακυρωθεί.\",\"Q0zd4P\":\"Αυτή η παραγγελία έχει λήξει. Παρακαλώ ξεκινήστε από την αρχή.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Αυτή η παραγγελία έχει ολοκληρωθεί.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Αυτή η σελίδα παραγγελίας δεν είναι πλέον διαθέσιμη.\",\"i0TtkR\":\"Αυτό παρακάμπτει όλες τις ρυθμίσεις ορατότητας και θα αποκρύψει το προϊόν από όλους τους πελάτες.\",\"cRRc+F\":\"Αυτό το προϊόν δεν μπορεί να διαγραφεί γιατί σχετίζεται με παραγγελία. Μπορείτε να το αποκρύψετε.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Αυτός ο σύνδεσμος επαναφοράς κωδικού δεν είναι έγκυρος ή έχει λήξει.\",\"IV9xTT\":\"Αυτός ο χρήστης δεν είναι ενεργός, καθώς δεν έχει αποδεχτεί την πρόσκλησή του.\",\"5AnPaO\":\"εισιτήριο\",\"kjAL4v\":\"Εισιτήριο\",\"dtGC3q\":\"Το email εισιτηρίου εστάλη ξανά στον συμμετέχοντα\",\"54q0zp\":\"Εισιτήρια για\",\"xN9AhL\":[\"Βαθμίδα \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Τα προϊόντα με βαθμίδες σας επιτρέπουν να προσφέρετε πολλαπλές επιλογές τιμής για το ίδιο προϊόν. Ιδανικό για πρώιμες αγορές ή διαφορετικές τιμές για διαφορετικές ομάδες.\",\"nn3mSR\":\"Χρόνος που απομένει:\",\"s/0RpH\":\"Φορές χρήσης\",\"y55eMd\":\"Φορές Χρήσης\",\"40Gx0U\":\"Ζώνη Ώρας\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Τίτλος\",\"xdA/+p\":\"Εργαλεία\",\"72c5Qo\":\"Σύνολο\",\"YXx+fG\":\"Σύνολο Πριν Εκπτώσεις\",\"NRWNfv\":\"Συνολικό Ποσό Έκπτωσης\",\"BxsfMK\":\"Συνολικά Τέλη\",\"2bR+8v\":\"Συνολικές Μεικτές Πωλήσεις\",\"mpB/d9\":\"Συνολικό ποσό παραγγελίας\",\"m3FM1g\":\"Σύνολο επιστροφών\",\"jEbkcB\":\"Σύνολο Επιστροφών\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Συνολικός Φόρος\",\"+zy2Nq\":\"Τύπος\",\"FMdMfZ\":\"Αδύνατο check-in συμμετέχοντα\",\"bPWBLL\":\"Αδύνατο check-out συμμετέχοντα\",\"9+P7zk\":\"Αδύνατη δημιουργία προϊόντος. Ελέγξτε τα στοιχεία σας\",\"WLxtFC\":\"Αδύνατη δημιουργία προϊόντος. Ελέγξτε τα στοιχεία σας\",\"/cSMqv\":\"Αδύνατη δημιουργία ερώτησης. Ελέγξτε τα στοιχεία σας\",\"MH/lj8\":\"Αδύνατη ενημέρωση ερώτησης. Ελέγξτε τα στοιχεία σας\",\"nnfSdK\":\"Μοναδικοί Πελάτες\",\"Mqy/Zy\":\"Ηνωμένες Πολιτείες\",\"NIuIk1\":\"Απεριόριστο\",\"/p9Fhq\":\"Απεριόριστα διαθέσιμα\",\"E0q9qH\":\"Επιτρέπονται απεριόριστες χρήσεις\",\"h10Wm5\":\"Μη Πληρωμένη Παραγγελία\",\"ia8YsC\":\"Επερχόμενες\",\"TlEeFv\":\"Επερχόμενες Εκδηλώσεις\",\"L/gNNk\":[\"Ενημέρωση \",[\"0\"]],\"+qqX74\":\"Ενημέρωση ονόματος εκδήλωσης, περιγραφής και ημερομηνιών\",\"vXPSuB\":\"Ενημέρωση προφίλ\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"Το URL αντιγράφηκε στο πρόχειρο\",\"e5lF64\":\"Παράδειγμα Χρήσης\",\"fiV0xj\":\"Όριο Χρήσης\",\"sGEOe4\":\"Χρήση θολής εκδοχής εικόνας εξωφύλλου ως φόντο\",\"OadMRm\":\"Χρήση εικόνας εξωφύλλου\",\"7PzzBU\":\"Χρήστης\",\"yDOdwQ\":\"Διαχείριση Χρηστών\",\"Sxm8rQ\":\"Χρήστες\",\"VEsDvU\":\"Οι χρήστες μπορούν να αλλάξουν email στις <0>Ρυθμίσεις Προφίλ\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"ΦΠΑ\",\"E/9LUk\":\"Όνομα Χώρου\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Προβολή Στοιχείων Συμμετέχοντα\",\"/5PEQz\":\"Προβολή σελίδας εκδήλωσης\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Προβολή στο Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"Λίστα check-in VIP\",\"tF+VVr\":\"Εισιτήριο VIP\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Δεν μπορέσαμε να επεξεργαστούμε την πληρωμή σας. Δοκιμάστε ξανά ή επικοινωνήστε με την υποστήριξη.\",\"45Srzt\":\"Δεν μπορέσαμε να διαγράψουμε την κατηγορία. Παρακαλώ δοκιμάστε ξανά.\",\"/DNy62\":[\"Δεν βρέθηκαν εισιτήρια που να αντιστοιχούν στο \",[\"0\"]],\"1E0vyy\":\"Δεν μπορέσαμε να φορτώσουμε τα δεδομένα. Παρακαλώ δοκιμάστε ξανά.\",\"NmpGKr\":\"Δεν μπορέσαμε να αναδιατάξουμε τις κατηγορίες. Παρακαλώ δοκιμάστε ξανά.\",\"BJtMTd\":\"Προτείνουμε διαστάσεις 1950px x 650px, αναλογία 3:1, μέγιστο μέγεθος 5MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Δεν μπορέσαμε να επιβεβαιώσουμε την πληρωμή σας. Δοκιμάστε ξανά ή επικοινωνήστε με την υποστήριξη.\",\"Gspam9\":\"Επεξεργαζόμαστε την παραγγελία σας. Παρακαλώ περιμένετε...\",\"LuY52w\":\"Καλώς ήρθατε! Παρακαλώ συνδεθείτε για να συνεχίσετε.\",\"dVxpp5\":[\"Καλώς ήρθατε πίσω\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Τι είναι τα Προϊόντα με Βαθμίδες;\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Τι είναι μια Κατηγορία;\",\"gxeWAU\":\"Σε ποια προϊόντα ισχύει αυτός ο κωδικός;\",\"hFHnxR\":\"Σε ποια προϊόντα ισχύει; (Ισχύει σε όλα ως προεπιλογή)\",\"AeejQi\":\"Σε ποια προϊόντα πρέπει να ισχύει αυτή η χωρητικότητα;\",\"Rb0XUE\":\"Τι ώρα θα φτάσετε;\",\"5N4wLD\":\"Τι τύπος ερώτησης είναι αυτή;\",\"gyLUYU\":\"Όταν είναι ενεργό, θα δημιουργούνται τιμολόγια για παραγγελίες εισιτηρίων. Τα τιμολόγια αποστέλλονται με το email επιβεβαίωσης.\",\"D3opg4\":\"Όταν οι πληρωμές εκτός σύνδεσης είναι ενεργές, οι χρήστες μπορούν να ολοκληρώσουν παραγγελίες και να λάβουν εισιτήρια με ένδειξη μη πληρωμένης παραγγελίας.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Ποια εισιτήρια πρέπει να σχετίζονται με αυτή τη λίστα check-in;\",\"S+OdxP\":\"Ποιος διοργανώνει αυτή την εκδήλωση;\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Σε ποιον πρέπει να τεθεί αυτή η ερώτηση;\",\"VxFvXQ\":\"Ενσωμάτωση Widget\",\"v1P7Gm\":\"Ρυθμίσεις Widget\",\"b4itZn\":\"Εργασία\",\"hqmXmc\":\"Επεξεργασία...\",\"+G/XiQ\":\"Από αρχής έτους\",\"l75CjT\":\"Ναι\",\"QcwyCh\":\"Ναι, αφαίρεσέ τα\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Αλλάζετε το email σας σε <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Είστε εκτός σύνδεσης\",\"sdB7+6\":\"Μπορείτε να δημιουργήσετε κωδικό προσφοράς για αυτό το προϊόν στη\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Δεν μπορείτε να αλλάξετε τον τύπο προϊόντος καθώς υπάρχουν συμμετέχοντες συνδεδεμένοι.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Δεν μπορείτε να κάνετε check-in σε συμμετέχοντες με μη πληρωμένες παραγγελίες.\",\"c9Evkd\":\"Δεν μπορείτε να διαγράψετε την τελευταία κατηγορία.\",\"6uwAvx\":\"Δεν μπορείτε να διαγράψετε αυτή τη βαθμίδα τιμής γιατί υπάρχουν ήδη πωλήσεις. Μπορείτε να την αποκρύψετε.\",\"tFbRKJ\":\"Δεν μπορείτε να επεξεργαστείτε τον ρόλο ή την κατάσταση του κατόχου λογαριασμού.\",\"fHfiEo\":\"Δεν μπορείτε να επιστρέψετε χειροκίνητα δημιουργημένη παραγγελία.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Έχετε πρόσβαση σε πολλούς λογαριασμούς. Παρακαλώ επιλέξτε έναν για να συνεχίσετε.\",\"Z6q0Vl\":\"Έχετε ήδη αποδεχτεί αυτή την πρόσκληση. Παρακαλώ συνδεθείτε για να συνεχίσετε.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Δεν έχετε εκκρεμή αλλαγή email.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Έχετε εξαντλήσει τον χρόνο για ολοκλήρωση της παραγγελίας.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Πρέπει να αναγνωρίσετε ότι αυτό το email δεν είναι προωθητικό\",\"3ZI8IL\":\"Πρέπει να συμφωνήσετε με τους όρους και προϋποθέσεις\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Πρέπει να δημιουργήσετε εισιτήριο πριν προσθέσετε χειροκίνητα συμμετέχοντα.\",\"jE4Z8R\":\"Πρέπει να έχετε τουλάχιστον μία βαθμίδα τιμής\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Θα πρέπει να σημάνετε χειροκίνητα παραγγελία ως πληρωμένη. Αυτό μπορεί να γίνει στη σελίδα διαχείρισης παραγγελίας.\",\"L/+xOk\":\"Χρειάζεστε εισιτήριο πριν δημιουργήσετε λίστα check-in.\",\"Djl45M\":\"Χρειάζεστε προϊόν πριν δημιουργήσετε ανάθεση χωρητικότητας.\",\"y3qNri\":\"Χρειάζεστε τουλάχιστον ένα προϊόν για να ξεκινήσετε. Δωρεάν, επί πληρωμή ή αφήστε τον χρήστη να αποφασίσει.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Το όνομα λογαριασμού χρησιμοποιείται σε σελίδες εκδηλώσεων και σε email.\",\"veessc\":\"Οι συμμετέχοντές σας θα εμφανίζονται εδώ μόλις εγγραφούν. Μπορείτε επίσης να τους προσθέσετε χειροκίνητα.\",\"Eh5Wrd\":\"Η ιστοσελίδα σας 🎉\",\"lkMK2r\":\"Τα Στοιχεία σας\",\"3ENYTQ\":[\"Το αίτημα αλλαγής email σε <0>\",[\"0\"],\" εκκρεμεί. Ελέγξτε το email σας για επιβεβαίωση\"],\"yZfBoy\":\"Το μήνυμά σας εστάλη\",\"KSQ8An\":\"Η Παραγγελία σας\",\"Jwiilf\":\"Η παραγγελία σας ακυρώθηκε\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Οι παραγγελίες σας θα εμφανίζονται εδώ μόλις αρχίσουν να έρχονται.\",\"9TO8nT\":\"Ο κωδικός σας\",\"P8hBau\":\"Η πληρωμή σας επεξεργάζεται.\",\"UdY1lL\":\"Η πληρωμή σας δεν ήταν επιτυχής, παρακαλώ δοκιμάστε ξανά.\",\"fzuM26\":\"Η πληρωμή σας απέτυχε. Παρακαλώ δοκιμάστε ξανά.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Η επιστροφή σας επεξεργάζεται.\",\"IFHV2p\":\"Το εισιτήριό σας για\",\"x1PPdr\":\"ΤΚ / Ταχυδρομικός Κωδικός\",\"BM/KQm\":\"ΤΚ ή Ταχυδρομικός Κωδικός\",\"+LtVBt\":\"ΤΚ ή Ταχυδρομικός Κωδικός\",\"25QDJ1\":\"- Κάντε κλικ για Δημοσίευση\",\"WOyJmc\":\"- Κάντε κλικ για Κατάργηση Δημοσίευσης\",\"ncwQad\":\"(κενό)\",\"B/gRsg\":\"(none)\",\"wqtZLy\":[[\"0\"],\" (αντίγραφο)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" έχει ήδη κάνει check-in\"],\"3beCx0\":[[\"0\"],\" <0>checked in\"],\"S4PqS9\":[[\"0\"],\" Ενεργά Webhooks\"],\"6MIiOI\":[[\"0\"],\" απομένουν\"],\"COnw8D\":[\"Λογότυπο \",[\"0\"]],\"xG9N0H\":[[\"0\"],\" of \",[\"1\"],\" seats are taken.\"],\"B7pZfX\":[[\"0\"],\" διοργανωτές\"],\"/HkCs4\":[[\"0\"],\" εισιτήρια\"],\"30bTiU\":[[\"activeCount\"],\" enabled\"],\"jTs4am\":[[\"appName\"],\" logo\"],\"gbJOk9\":[[\"attendeeCount\"],\" attendees are registered for this session.\"],\"TjbIUI\":[[\"availableCount\"],\" από \",[\"totalCount\"],\" διαθέσιμα\"],\"PSChHo\":[\"Απομένουν \",[\"capacity\"],\" θέσεις\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" checked in\"],\"RZ0JX3\":[[\"chipTime\"],\", εξαντλήθηκε\"],\"M4KnFs\":[[\"chipTime\"],\", Εξαντλημένο, διαθέσιμη λίστα αναμονής\"],\"SeyN12\":[[\"completedCount\"],\" of \",[\"totalCount\"],\" steps complete\"],\"wYzVwE\":[[\"count\"],\" add-ons\"],\"f2rhaD\":[[\"diffHr\"],\"h ago\"],\"NRSLBe\":[[\"diffMin\"],\"m ago\"],\"iYfwJE\":[[\"diffSec\"],\"s ago\"],\"OJnhhX\":[[\"eventCount\"],\" εκδηλώσεις\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" more\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" attendees are registered across the affected sessions.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per order\"],\"RBuxIl\":[[\"productCount\"],\" ticket types configured\"],\"VFLd0I\":[[\"slotCount\"],\" times available\"],\"3IEF7U\":[[\"totalCount\"],\" τύποι εισιτηρίων\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" χρεώσεις\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" χρεώσεις και φόροι\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" φόρος\"],\"zGiMDM\":\"+30 210 1234567\",\"JwzOqN\":\"+1 ημέρα\",\"1d6kks\":\"+Φόρος/Χρεώσεις\",\"B1St2O\":\"<0>Οι λίστες ελέγχου σας βοηθούν να διαχειριστείτε την είσοδο στην εκδήλωση ανά ημέρα, περιοχή ή τύπο εισιτηρίου. Μπορείτε να συνδέσετε εισιτήρια σε συγκεκριμένες λίστες όπως VIP zones ή εισιτήρια Ημέρας 1 και να μοιραστείτε έναν ασφαλή σύνδεσμο check-in με το προσωπικό. Δεν απαιτείται λογαριασμός. Το check-in λειτουργεί σε κινητό, υπολογιστή ή tablet, χρησιμοποιώντας κάμερα συσκευής ή HID USB σαρωτή. \",\"v9VSIS\":\"<0>Ορίστε ένα ενιαίο συνολικό όριο παρακολούθησης που ισχύει για πολλαπλούς τύπους εισιτηρίων ταυτόχρονα.<1>Για παράδειγμα, αν συνδέσετε ένα εισιτήριο <2>Ημερήσιο και ένα <3>Πλήρους Σαββατοκύριακου, και τα δύο θα αντλούν από την ίδια δεξαμενή θέσεων. Όταν το όριο επιτευχθεί, όλα τα συνδεδεμένα εισιτήρια σταματούν αυτόματα να πωλούνται.\",\"Il5Uid\":\"<0>Αυτή είναι η συνολική διαθέσιμη ποσότητα για όλες τις ημερομηνίες του προγράμματός σας συνολικά — δεν είναι όριο ανά ημερομηνία. Για να περιορίσετε τη συμμετοχή ανά ημερομηνία, ορίστε χωρητικότητα στη <1>σελίδα Προγράμματος ημερομηνιών.\",\"ZnVt5v\":\"<0>Τα Webhooks ειδοποιούν αμέσως εξωτερικές υπηρεσίες όταν συμβαίνουν γεγονότα, όπως η προσθήκη νέου συμμετέχοντα στο CRM ή στη λίστα email κατά την εγγραφή, διασφαλίζοντας απρόσκοπτη αυτοματοποίηση.<1>Χρησιμοποιήστε υπηρεσίες τρίτων όπως <2>Zapier, <3>IFTTT ή <4>Make για να δημιουργήσετε προσαρμοσμένες ροές εργασίας και να αυτοματοποιήσετε εργασίες.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" με τρέχουσα ισοτιμία\"],\"M2DyLc\":\"1 Ενεργό Webhook\",\"hMefp0\":\"1 add-on\",\"6hIk/x\":\"1 attendee is registered across the affected sessions.\",\"qOyE2U\":\"1 attendee is registered for this session.\",\"943BwI\":\"1 ημέρα μετά την ημερομηνία λήξης\",\"yj3N+g\":\"1 ημέρα μετά την ημερομηνία έναρξης\",\"Z3etYG\":\"1 ημέρα πριν την εκδήλωση\",\"szSnlj\":\"1 ώρα πριν την εκδήλωση\",\"yTsaLw\":\"1 εισιτήριο\",\"nz96Ue\":\"1 τύπος εισιτηρίου\",\"InX5ad\":\"1 ticket type configured\",\"y2Jh0m\":\"1 time available\",\"cGtUz6\":\"1 εβδομάδα πριν την εκδήλωση\",\"HR/cvw\":\"Παράδειγμα Οδού 123\",\"dgKxZ5\":\"135+ currencies & 40+ payment methods\",\"/d9gcz\":\"Απαιτείται ετικέτα κουμπιού όταν έχει οριστεί URL\",\"kMU5aM\":\"Μια ειδοποίηση ακύρωσης εστάλη στο\",\"o++0qa\":\"a change in duration\",\"WuWSX5\":\"A few quick steps and you're ready to start selling.\",\"RQ5kDd\":\"Ένα μήνυμα που εμφανίζεται όταν δεν υπάρχουν προϊόντα σε αυτήν την κατηγορία.\",\"V53XzQ\":\"Νέος κωδικός επαλήθευσης στάλθηκε στο email σας\",\"sr2Je0\":\"a shift in start/end times\",\"/z/bH1\":\"Μια σύντομη περιγραφή του διοργανωτή που θα εμφανίζεται στους χρήστες.\",\"3BKFn6\":\"Απαιτείται URL όταν έχει οριστεί ετικέτα κουμπιού\",\"RpjXTb\":\"Μοτίβο ημέρας εβδομάδας\",\"aS0jtz\":\"Εγκαταλειμμένο\",\"uyJsf6\":\"Σχετικά\",\"JvuLls\":\"Απορρόφηση χρέωσης\",\"lk74+I\":\"Απορρόφηση Χρέωσης\",\"1uJlG9\":\"Χρώμα Τόνου\",\"g3UF2V\":\"Αποδοχή\",\"K5+3xg\":\"Αποδοχή πρόσκλησης\",\"LuXP9q\":\"Access\",\"jzb4Ep\":[\"Account · \",[\"0\"]],\"UqH1Q6\":[\"Account · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"Η διαγραφή του λογαριασμού ακυρώθηκε.\",\"WtlP+7\":\"Η διαγραφή λογαριασμού είναι αποκλεισμένη\",\"vOuxvL\":\"Πληροφορίες Λογαριασμού\",\"F9cvwz\":\"Όνομα λογαριασμού\",\"EHNORh\":\"Ο λογαριασμός δεν βρέθηκε\",\"Hy1lfH\":\"Κάτοχος λογαριασμού\",\"bPwFdf\":\"Λογαριασμοί\",\"pi/Iog\":[\"Λογαριασμοί (\",[\"0\"],\")\"],\"AhwTa1\":\"Απαιτείται Ενέργεια: Χρειάζονται Στοιχεία ΦΠΑ\",\"APyAR/\":\"Ενεργές Εκδηλώσεις\",\"kCl6ja\":\"Active payment methods\",\"XJOV1Y\":\"Activity\",\"Eso+01\":[\"Προσθέστε πρώτα \",[\"0\"]],\"eJ0IJA\":\"Add a cover image and theme to match your brand\",\"0YEoxS\":\"Add a date\",\"ybegUq\":\"Add a description and venue so attendees know what to expect\",\"nOZl6j\":\"Add a Single Date\",\"CjvTPJ\":\"Add another time\",\"0XCduh\":\"Add at least one time\",\"/chGpa\":\"Add connection details for the online event.\",\"UWWRyd\":\"Προσθήκη προσαρμοσμένων ερωτήσεων για συλλογή πρόσθετων πληροφοριών κατά το checkout\",\"Z/dcxc\":\"Add Date\",\"QeupRg\":\"Προσθήκη ημερομηνιών\",\"Q219NT\":\"Add Dates\",\"yjB5VC\":\"Add dates and times for your recurring event\",\"Z8idyM\":\"Add details\",\"wpirGs\":\"Add event details\",\"VX6WUv\":\"Προσθήκη τοποθεσίας\",\"GCQlV2\":\"Add multiple times if you run several sessions per day.\",\"7JF9w9\":\"Προσθήκη Ερώτησης\",\"NLbIb6\":\"Add this attendee anyway (override capacity)\",\"6PNlRV\":\"Προσθήκη αυτής της εκδήλωσης στο ημερολόγιό σας\",\"BGD9Yt\":\"Προσθήκη εισιτηρίων\",\"uIv4Op\":\"Προσθέστε pixels παρακολούθησης στις δημόσιες σελίδες εκδηλώσεων και στην αρχική σελίδα διοργανωτή. Εμφανίζεται banner συγκατάθεσης cookies όταν η παρακολούθηση είναι ενεργή.\",\"QN2F+7\":\"Προσθήκη Webhook\",\"NsWqSP\":\"Προσθέστε τα στοιχεία κοινωνικής δικτύωσης και την ιστοσελίδα σας. Θα εμφανιστούν στη δημόσια σελίδα του διοργανωτή.\",\"6JzKEV\":\"Add-on only\",\"VkQex5\":\"Add-on products\",\"Y2K3rp\":\"Add-ons\",\"Z/ZU8N\":\"Προστίθεται κατά την πληρωμή\",\"bVjDs9\":\"Πρόσθετα Τέλη\",\"MKqSg4\":\"Απαιτείται Πρόσβαση Διαχειριστή\",\"0Zypnp\":\"Πίνακας Διαχείρισης\",\"tlFYEo\":\"Admits attendees to your event\",\"YAV57v\":\"Συνεργάτης\",\"I+utEq\":\"Ο κωδικός συνεργάτη δεν μπορεί να αλλαχθεί\",\"/jHBj5\":\"Ο συνεργάτης δημιουργήθηκε επιτυχώς\",\"uCFbG2\":\"Ο συνεργάτης διαγράφηκε επιτυχώς\",\"ld8I+f\":\"Affiliate program\",\"a41PKA\":\"Οι πωλήσεις συνεργατών θα παρακολουθούνται\",\"mJJh2s\":\"Οι πωλήσεις συνεργατών δεν θα παρακολουθούνται. Αυτό θα απενεργοποιήσει τον συνεργάτη.\",\"jabmnm\":\"Ο συνεργάτης ενημερώθηκε επιτυχώς\",\"CPXP5Z\":\"Συνεργάτες\",\"9Wh+ug\":\"Οι συνεργάτες εξήχθησαν\",\"3cqmut\":\"Οι συνεργάτες σας βοηθούν να παρακολουθείτε τις πωλήσεις από εταίρους και influencers. Δημιουργήστε κωδικούς και μοιραστείτε τους για παρακολούθηση της απόδοσης.\",\"3e31kI\":\"After your event is created, you can choose how often it repeats from the dashboard.\",\"z7GAMJ\":\"all\",\"N40H+G\":\"Όλα\",\"7rLTkE\":\"Όλες οι Αρχειοθετημένες Εκδηλώσεις\",\"gKq1fa\":\"Όλοι οι συμμετέχοντες\",\"63gRoO\":\"All attendees of the selected sessions\",\"uWxIoH\":\"All attendees of this occurrence\",\"pMLul+\":\"Όλα τα Νομίσματα\",\"sgUdRZ\":\"All dates\",\"e4q4uO\":\"All Dates\",\"ZS/D7f\":\"Όλες οι Τελειωμένες Εκδηλώσεις\",\"QsYjci\":\"Όλες οι Εκδηλώσεις\",\"31KB8w\":\"Όλες οι αποτυχημένες εργασίες διαγράφηκαν\",\"D2g7C7\":\"Όλες οι εργασίες τέθηκαν σε ουρά για επανάληψη\",\"B4RFBk\":\"All matching dates\",\"F1/VgK\":\"All occurrences\",\"OpWjMq\":\"All Occurrences\",\"Sxm1lO\":\"Όλες οι Καταστάσεις\",\"dr7CWq\":\"Όλες οι Επερχόμενες Εκδηλώσεις\",\"UBpkWM\":\"Όλοι οι χρήστες\",\"GpT6Uf\":\"Να επιτρέπεται στους συμμετέχοντες να ενημερώνουν τα στοιχεία εισιτηρίου (όνομα, email) μέσω ασφαλούς συνδέσμου που αποστέλλεται με την επιβεβαίωση παραγγελίας.\",\"VZdky1\":\"Επιτρέψτε στους αγοραστές να αντιγράφουν τα στοιχεία τους σε όλους τους συμμετέχοντες\",\"F3mW5G\":\"Να επιτρέπεται στους πελάτες να εγγράφονται στη λίστα αναμονής όταν αυτό το προϊόν εξαντληθεί\",\"4CMO/q\":\"Να επιτρέπεται στους πελάτες να εγγράφονται στη λίστα αναμονής όταν αυτό το προϊόν εξαντληθεί. Οι πελάτες εγγράφονται στη λίστα αναμονής για συγκεκριμένη ημερομηνία.\",\"c4uJfc\":\"Σχεδόν έτοιμο! Αναμένουμε την επεξεργασία της πληρωμής σας. Αυτό θα διαρκέσει μόνο λίγα δευτερόλεπτα.\",\"ocS8eq\":[\"Έχετε ήδη λογαριασμό; <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Already in\",\"/H326L\":\"Ήδη Επιστράφηκε\",\"USEpOK\":\"Already use Stripe on another organizer? Reuse that connection.\",\"RtxQTF\":\"Επίσης ακύρωση αυτής της παραγγελίας\",\"jkNgQR\":\"Επίσης επιστροφή αυτής της παραγγελίας\",\"xYqsHg\":\"Πάντα διαθέσιμο\",\"rrepBD\":\"Always on sale\",\"Wvrz79\":\"Ποσό που Καταβλήθηκε\",\"Zkymb9\":\"Ένα email για συσχέτιση με αυτόν τον συνεργάτη. Ο συνεργάτης δεν θα ειδοποιηθεί.\",\"vRznIT\":\"Παρουσιάστηκε σφάλμα κατά τον έλεγχο της κατάστασης εξαγωγής.\",\"OPFdAM\":\"Μια προαιρετική περιγραφή αυτής της κατηγορίας που θα εμφανίζεται στη σελίδα της εκδήλωσης.\",\"eusccx\":\"Προαιρετικό μήνυμα για το προτεινόμενο προϊόν, π.χ. \\\"Πωλείται γρήγορα 🔥\\\" ή \\\"Καλύτερη αξία\\\"\",\"HZFm5R\":\"και\",\"l3LBtZ\":\"Περιεχόμενο ανακοίνωσης\",\"Th00L9\":\"Η ανακοίνωση δημιουργήθηκε\",\"p/XJYI\":\"Η ανακοίνωση διαγράφηκε\",\"08iV57\":\"Τίτλος ανακοίνωσης\",\"qLqgre\":\"Η ανακοίνωση ενημερώθηκε\",\"Dzr23X\":\"Ανακοινώσεις\",\"asqL+J\":\"Ανωνυμοποίηση\",\"QNrkms\":\"Η απάντηση ενημερώθηκε επιτυχώς.\",\"+qygei\":\"Answers\",\"GK7Lnt\":\"Answers provided at checkout (e.g. meal choice)\",\"lE8PgT\":\"Any dates you've manually customized will be kept.\",\"jVoYha\":[\"εφαρμόστηκε — έκπτωση \",[\"0\"],\" στην παραγγελία σας\"],\"vP3Nzg\":[\"Applies to \",[\"0\"],\", non-cancelled dates currently loaded on this page.\"],\"kkVyZZ\":\"Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything.\",\"je4muG\":[\"Applies to every \",[\"0\"],\", non-cancelled date in this event — including dates not currently loaded.\"],\"YIIQtt\":\"Apply Changes\",\"NzWX1Y\":\"Apply to\",\"Ps5oDT\":\"Apply to all tickets\",\"261RBr\":\"Έγκριση Μηνύματος\",\"naCW6Z\":\"April\",\"B495Gs\":\"Αρχειοθέτηση\",\"5sNliy\":\"Αρχειοθέτηση Εκδήλωσης\",\"BrwnrJ\":\"Αρχειοθέτηση Διοργανωτή\",\"E5eghW\":\"Αρχειοθέτηση αυτής της εκδήλωσης για απόκρυψη από το κοινό. Μπορείτε να την επαναφέρετε αργότερα.\",\"eqFkeI\":\"Αρχειοθέτηση αυτού του διοργανωτή. Αυτό θα αρχειοθετήσει και όλες τις εκδηλώσεις του.\",\"BzcxWv\":\"Αρχειοθετημένοι Διοργανωτές\",\"9cQBd6\":\"Είστε σίγουροι ότι θέλετε να αρχειοθετήσετε αυτή την εκδήλωση; Δεν θα είναι πλέον ορατή στο κοινό.\",\"Trnl3E\":\"Είστε σίγουροι ότι θέλετε να αρχειοθετήσετε αυτόν τον διοργανωτή; Αυτό θα αρχειοθετήσει και όλες τις εκδηλώσεις του.\",\"wOvn+e\":[\"Are you sure you want to cancel \",[\"count\"],\" date(s)? Affected attendees will be notified by email.\"],\"GTxE0U\":\"Are you sure you want to cancel this date? Affected attendees will be notified by email.\",\"VkSk/i\":\"Είστε σίγουροι ότι θέλετε να ακυρώσετε αυτό το προγραμματισμένο μήνυμα;\",\"0aVEBY\":\"Είστε σίγουροι ότι θέλετε να διαγράψετε όλες τις αποτυχημένες εργασίες;\",\"LchiNd\":\"Είστε σίγουροι ότι θέλετε να διαγράψετε αυτόν τον συνεργάτη; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.\",\"U49Xd6\":\"Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν την ανακοίνωση; Οι χρήστες δεν θα τη βλέπουν πλέον.\",\"vPeW/6\":\"Είστε σίγουροι ότι θέλετε να διαγράψετε αυτή τη ρύθμιση; Αυτό μπορεί να επηρεάσει λογαριασμούς που τη χρησιμοποιούν.\",\"h42Hc/\":\"Are you sure you want to delete this date? This action cannot be undone.\",\"RiF/yT\":\"Are you sure you want to delete this image?\",\"b3+Qku\":\"Are you sure you want to delete this tax or fee? It will no longer be applied to new orders.\",\"JmVITJ\":\"Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το πρότυπο; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί και τα email θα επιστρέψουν στο προεπιλεγμένο πρότυπο.\",\"aLS+A6\":\"Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το πρότυπο; Δεν μπορεί να αναιρεθεί και τα email θα επιστρέψουν στο πρότυπο του διοργανωτή ή στο προεπιλεγμένο.\",\"5H3Z78\":\"Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το webhook;\",\"147G4h\":\"Είστε σίγουροι ότι θέλετε να φύγετε;\",\"VDWChT\":\"Είστε σίγουροι ότι θέλετε να κάνετε αυτόν τον διοργανωτή πρόχειρο; Αυτό θα κάνει τη σελίδα του αόρατη στο κοινό\",\"pWtQJM\":\"Είστε σίγουροι ότι θέλετε να δημοσιεύσετε αυτόν τον διοργανωτή; Αυτό θα κάνει τη σελίδα του ορατή στο κοινό\",\"EOqL/A\":\"Είστε σίγουροι ότι θέλετε να προσφέρετε θέση σε αυτό το άτομο; Θα λάβει ειδοποίηση μέσω email.\",\"yAXqWW\":\"Are you sure you want to permanently delete this date? This cannot be undone.\",\"WFHOlF\":\"Είστε σίγουροι ότι θέλετε να δημοσιεύσετε αυτή την εκδήλωση; Μόλις δημοσιευτεί, θα είναι ορατή στο κοινό.\",\"4TNVdy\":\"Είστε σίγουροι ότι θέλετε να δημοσιεύσετε αυτό το προφίλ διοργανωτή; Μόλις δημοσιευτεί, θα είναι ορατό στο κοινό.\",\"8x0pUg\":\"Είστε σίγουροι ότι θέλετε να αφαιρέσετε αυτή την εγγραφή από τη λίστα αναμονής;\",\"cDtoWq\":[\"Είστε σίγουροι ότι θέλετε να αποστείλετε ξανά την επιβεβαίωση παραγγελίας στο \",[\"0\"],\";\"],\"xeIaKw\":[\"Είστε σίγουροι ότι θέλετε να αποστείλετε ξανά το εισιτήριο στο \",[\"0\"],\";\"],\"BjbocR\":\"Είστε σίγουροι ότι θέλετε να επαναφέρετε αυτή την εκδήλωση;\",\"7MjfcR\":\"Είστε σίγουροι ότι θέλετε να επαναφέρετε αυτόν τον διοργανωτή;\",\"b7tkGp\":\"Are you sure you want to revoke this invitation?\",\"ExDt3P\":\"Είστε σίγουροι ότι θέλετε να αποσύρετε αυτή την εκδήλωση; Δεν θα είναι πλέον ορατή στο κοινό.\",\"5Qmxo/\":\"Είστε σίγουροι ότι θέλετε να αποσύρετε αυτό το προφίλ διοργανωτή; Δεν θα είναι πλέον ορατό στο κοινό.\",\"Uqefyd\":\"Είστε εγγεγραμμένοι για ΦΠΑ στην ΕΕ;\",\"+QARA4\":\"Τέχνη\",\"tLf3yJ\":\"Καθώς η επιχείρησή σας εδρεύει στην Ιρλανδία, ο ιρλανδικός ΦΠΑ 23% εφαρμόζεται αυτόματα σε όλα τα τέλη πλατφόρμας.\",\"tMeVa/\":\"Ζήτηση ονόματος και email για κάθε εισιτήριο που αγοράζεται\",\"ui5ln+\":\"Assign a different plan\",\"9Jxliv\":\"Assign plan\",\"xdiER7\":\"Ανατεθειμένη Βαθμίδα\",\"F2rX0R\":\"Πρέπει να επιλεγεί τουλάχιστον ένας τύπος εκδήλωσης\",\"Z44eZS\":\"At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead.\",\"BCmibk\":\"Απόπειρες\",\"6PecK3\":\"Αριθμός παρουσιών και ρυθμοί check-in σε όλες τις εκδηλώσεις\",\"K2tp3v\":\"attendee\",\"AJ4rvK\":\"Ακύρωση Συμμετέχοντα\",\"qvylEK\":\"Δημιουργία Συμμετέχοντα\",\"Aspq3b\":\"Συλλογή στοιχείων συμμετέχοντα\",\"fpb0rX\":\"Τα στοιχεία συμμετέχοντα αντιγράφηκαν από την παραγγελία\",\"94aQMU\":\"Πληροφορίες Συμμετέχοντα\",\"KkrBiR\":\"Συλλογή πληροφοριών συμμετέχοντα\",\"sjPjOg\":\"Attendee notes\",\"cosfD8\":\"Κατάσταση Συμμετέχοντα\",\"D2qlBU\":\"Ενημέρωση Συμμετέχοντα\",\"22BOve\":\"Ο συμμετέχων ενημερώθηκε επιτυχώς\",\"x8Vnvf\":\"Το εισιτήριο του συμμετέχοντα δεν περιλαμβάνεται σε αυτή τη λίστα\",\"/Ywywr\":\"attendees\",\"zLRobu\":\"attendees checked in\",\"k3Tngl\":\"Οι συμμετέχοντες εξήχθησαν\",\"UoIRW8\":\"Εγγεγραμμένοι συμμετέχοντες\",\"5UbY+B\":\"Συμμετέχοντες με συγκεκριμένο εισιτήριο\",\"4HVzhV\":\"Συμμετέχοντες:\",\"HVkhy2\":\"Αναλυτικά Απόδοσης\",\"dMMjeD\":\"Ανάλυση Απόδοσης\",\"1oPDuj\":\"Αξία Απόδοσης\",\"cHfbVT\":\"Κοινό\",\"DBHTm/\":\"August\",\"JgREph\":\"Η αυτόματη προσφορά είναι ενεργή\",\"V7Tejz\":\"Αυτόματη Επεξεργασία Λίστας Αναμονής\",\"PZ7FTW\":\"Ανιχνεύεται αυτόματα βάσει χρώματος φόντου, αλλά μπορεί να παρακαμφθεί\",\"zlnTuI\":\"Αυτόματη προσφορά εισιτηρίων στο επόμενο άτομο όταν η χωρητικότητα είναι διαθέσιμη. Εάν απενεργοποιηθεί, μπορείτε να επεξεργαστείτε χειροκίνητα τη λίστα αναμονής.\",\"csDS2L\":\"Διαθέσιμο\",\"Xp+ywP\":\"Διαθέσιμο μόλις ολοκληρωθεί η πληρωμή\",\"dwDH1K\":[\"Available times on \",[\"dayName\"]],\"clF06r\":\"Διαθέσιμο για Επιστροφή\",\"NB5+UG\":\"Διαθέσιμα Tokens\",\"L+wGOG\":\"Awaiting\",\"qcw2OD\":\"Awaiting pay\",\"kNmmvE\":\"Εκδηλώσεις Α.Ε.\",\"TeSaQO\":\"Επιστροφή στους Λογαριασμούς\",\"kYqM1A\":\"Επιστροφή στην Εκδήλωση\",\"s5QRF3\":\"Επιστροφή στα μηνύματα\",\"td/bh+\":\"Επιστροφή στις Αναφορές\",\"nsm7BA\":\"Πίσω στην αναζήτηση\",\"imjKVx\":\"Bank account connected\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"Το περιεχόμενο του banner πρέπει να είναι έως 200 χαρακτήρες\",\"p2OLF3\":\"Βασική τιμή\",\"D9LTCH\":\"Base Price\",\"hviJef\":\"Based on the global sale period above, not per date\",\"jIPNJG\":\"Βασικές Πληροφορίες\",\"lINGcL\":\"Επειδή αυτός ο λογαριασμός έχει ολοκληρωμένες παραγγελίες, τα αρχεία συναλλαγών (ποσά, ημερομηνίες και στοιχεία τιμολογίων) θα διατηρηθούν σε ανωνυμοποιημένη μορφή για νομικούς και φορολογικούς σκοπούς. Όλα τα προσωπικά δεδομένα θα διαγραφούν οριστικά.\",\"UabgBd\":\"Το σώμα του μηνύματος είναι υποχρεωτικό\",\"HWXuQK\":\"Αποθηκεύστε αυτή τη σελίδα για να διαχειρίζεστε την παραγγελία σας ανά πάσα στιγμή.\",\"CUKVDt\":\"Δώστε στα εισιτήριά σας ταυτότητα με προσαρμοσμένο λογότυπο, χρώματα και μήνυμα υποσέλιδου.\",\"4BZj5p\":\"Built-in fraud protection\",\"cr7kGH\":\"Bulk Edit\",\"1Fbd6n\":\"Bulk Edit Dates\",\"Eq6Tu9\":\"Bulk update failed.\",\"9N+p+g\":\"Επιχείρηση\",\"SWnN1L\":\"Business address\",\"kQekXw\":\"Business name\",\"3W/QV7\":\"Ετικέτα κουμπιού\",\"bv6RXK\":\"Ετικέτα Κουμπιού\",\"ChDLlO\":\"Κείμενο Κουμπιού\",\"MOht10\":\"URL κουμπιού\",\"BUe8Wj\":\"Ο αγοραστής πληρώνει\",\"DkL8mp\":\"Buyers can add these to their order when they select this product at checkout.\",\"qF1qbA\":\"Οι αγοραστές βλέπουν καθαρή τιμή. Το τέλος πλατφόρμας αφαιρείται από την πληρωμή σας.\",\"dg05rc\":\"Με την προσθήκη pixels παρακολούθησης, αναγνωρίζετε ότι εσείς και αυτή η πλατφόρμα είστε από κοινού υπεύθυνοι επεξεργασίας των δεδομένων που συλλέγονται. Είστε υπεύθυνοι για τη διασφάλιση ότι έχετε νόμιμη βάση για αυτή την επεξεργασία βάσει των ισχυόντων νόμων περί απορρήτου (ΓΚΠΔ, CCPA κ.λπ.).\",\"DFqasq\":[\"Συνεχίζοντας, αποδέχεστε τους <0>Όρους Χρήσης \",[\"0\"],\"\"],\"CetOZE\":\"By ticket type\",\"lFdbRS\":\"Παράκαμψη Χρεώσεων Εφαρμογής\",\"AjVXBS\":\"Calendar\",\"2VLZwd\":\"Κουμπί Κλήσης για Δράση\",\"rT2cV+\":\"Camera\",\"7hYa9y\":\"Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings.\",\"D02dD9\":\"Καμπάνια\",\"RRPA79\":\"Can't check in\",\"OcVwAd\":[\"Cancel \",[\"count\"],\" date(s)\"],\"H4nE+E\":\"Ακύρωση όλων των προϊόντων και επιστροφή τους στη δεξαμενή\",\"Py78q9\":\"Cancel Date\",\"lUjTpS\":\"Ακύρωση διαγραφής\",\"5YkF5G\":\"Ακύρωση αιτήματος διαγραφής\",\"tOXAdc\":\"Η ακύρωση θα ακυρώσει όλους τους συμμετέχοντες που σχετίζονται με αυτή την παραγγελία και θα ελευθερώσει τα εισιτήρια στη διαθέσιμη δεξαμενή.\",\"FPpqc7\":[\"Cancelling \",[\"0\"],\" date(s). This may take a moment to complete.\"],\"01sEfm\":\"Δεν είναι δυνατή η διαγραφή της προεπιλεγμένης ρύθμισης συστήματος\",\"VsM1HH\":\"Αναθέσεις Χωρητικότητας\",\"9bIMVF\":\"Capacity management\",\"H7K8og\":\"Capacity must be 0 or greater\",\"nzao08\":\"capacity updates\",\"4cp9NP\":\"Capacity Used\",\"K7tIrx\":\"Κατηγορία\",\"DRK3Bq\":\"Category deleted successfully\",\"o+XJ9D\":\"Αλλαγή\",\"kJkjoB\":\"Change duration\",\"J0KExZ\":\"Change the attendee limit\",\"ssospy\":\"Change time\",\"CIHJJf\":\"Αλλαγή ρυθμίσεων λίστας αναμονής\",\"B5icLR\":[\"Changed duration for \",[\"count\"],\" date(s)\"],\"Kb+0BT\":\"Charges\",\"2tbLdK\":\"Φιλανθρωπία\",\"BPWGKn\":\"Check in\",\"6uFFoY\":\"Check out\",\"FjAlwK\":[\"Check out this event: \",[\"0\"]],\"v4fiSg\":\"Ελέγξτε το email σας\",\"51AsAN\":\"Ελέγξτε τα εισερχόμενά σας! Εάν υπάρχουν εισιτήρια συνδεδεμένα με αυτό το email, θα λάβετε σύνδεσμο για προβολή.\",\"Y3FYXy\":\"Check-In\",\"udRwQs\":\"Δημιουργία Check-in\",\"F4SRy3\":\"Διαγραφή Check-in\",\"as6XfO\":[\"Check-in for \",[\"0\"],\" was undone\"],\"9s/wrQ\":\"Check-in history\",\"Wwztk4\":\"Check-In List\",\"9gPPUY\":\"Δημιουργία Λίστας Check-In\",\"dwjiJt\":\"Check-in list info\",\"7od0PV\":\"check-in lists\",\"f2vU9t\":\"Λίστες Check-in\",\"XprdTn\":\"Check-in navigation\",\"5tV1in\":\"Check-in progress\",\"SHJwyq\":\"Ρυθμός Check-in\",\"qCqdg6\":\"Κατάσταση Check-In\",\"cKj6OE\":\"Σύνοψη Check-in\",\"7B5M35\":\"Check-Ins\",\"VrmydS\":\"Checked in\",\"DM4gBB\":\"Κινεζικά (Παραδοσιακά)\",\"p8Jvp4\":\"Choose a configuration\",\"ElShBO\":\"Choose a different action\",\"pHEhf+\":\"Επιλέξτε γραμματοσειρά που ταιριάζει στη μάρκα σας. Οι γραμματοσειρές φιλοξενούνται αυτόνομα μέσω Bunny Fonts.\",\"Zok1Gx\":\"Choose an organizer\",\"pkk46Q\":\"Επιλέξτε Διοργανωτή\",\"Ag32+c\":\"Choose another date\",\"Crr3pG\":\"Επιλογή ημερολογίου\",\"Z38ZJu\":\"Επιλέξτε πώς εμφανίζεται η ημερομηνία της εκδήλωσης στο εισιτήριο\",\"LAW8Vb\":\"Επιλέξτε την προεπιλεγμένη ρύθμιση για νέες εκδηλώσεις. Μπορεί να παρακαμφθεί για μεμονωμένες εκδηλώσεις.\",\"pjp2n5\":\"Επιλέξτε ποιος πληρώνει το τέλος πλατφόρμας. Αυτό δεν επηρεάζει πρόσθετα τέλη που έχετε ρυθμίσει στις ρυθμίσεις λογαριασμού.\",\"xCJdfg\":\"Clear\",\"QyOWu9\":\"Clear location — fall back to the event default\",\"V8yTm6\":\"Clear search\",\"kmnKnX\":\"Clearing removes any per-date override. Affected dates will fall back to the event's default location.\",\"/o+aQX\":\"Click to cancel\",\"gD7WGV\":\"Click to reopen for new sales\",\"CySr+W\":\"Κλικ για προβολή σημειώσεων\",\"RG3szS\":\"κλείσιμο\",\"RWw9Lg\":\"Κλείσιμο παραθύρου\",\"XwdMMg\":\"Ο κωδικός μπορεί να περιέχει μόνο γράμματα, αριθμούς, παύλες και κάτω παύλες\",\"+yMJb7\":\"Ο κωδικός είναι υποχρεωτικός\",\"m9SD3V\":\"Ο κωδικός πρέπει να έχει τουλάχιστον 3 χαρακτήρες\",\"V1krgP\":\"Ο κωδικός δεν μπορεί να υπερβαίνει τους 20 χαρακτήρες\",\"psqIm5\":\"Συνεργαστείτε με την ομάδα σας για να δημιουργήσετε εκπληκτικές εκδηλώσεις μαζί.\",\"4bUH9i\":\"Συλλογή στοιχείων συμμετέχοντα για κάθε αγορασμένο εισιτήριο.\",\"TkfG8v\":\"Συλλογή στοιχείων ανά παραγγελία\",\"96ryID\":\"Συλλογή στοιχείων ανά εισιτήριο\",\"FpsvqB\":\"Λειτουργία Χρώματος\",\"jEu4bB\":\"Στήλες\",\"CWk59I\":\"Κωμωδία\",\"rPA+Gc\":\"Προτιμήσεις Επικοινωνίας\",\"zFT5rr\":\"complete\",\"bUQMpb\":\"Complete Stripe setup\",\"744BMm\":\"Ολοκληρώστε την παραγγελία σας για να εξασφαλίσετε τα εισιτήριά σας. Αυτή η προσφορά είναι χρονικά περιορισμένη, μην αναβάλλετε.\",\"5YrKW7\":\"Ολοκληρώστε την πληρωμή σας για να εξασφαλίσετε τα εισιτήριά σας.\",\"xGU92i\":\"Ολοκληρώστε το προφίλ σας για να συμμετάσχετε στην ομάδα.\",\"QOhkyl\":\"Σύνταξη\",\"ih35UP\":\"Συνεδριακό Κέντρο\",\"ywFj2D\":\"Configuration\",\"WTw0bB\":\"Configuration assigned\",\"X1zdE7\":\"Η ρύθμιση δημιουργήθηκε επιτυχώς\",\"mLBUMQ\":\"Η ρύθμιση διαγράφηκε επιτυχώς\",\"UIENhw\":\"Τα ονόματα ρυθμίσεων είναι ορατά στους τελικούς χρήστες. Τα σταθερά τέλη θα μετατραπούν στο νόμισμα παραγγελίας με την τρέχουσα ισοτιμία.\",\"eeZdaB\":\"Η ρύθμιση ενημερώθηκε επιτυχώς\",\"3cKoxx\":\"Ρυθμίσεις\",\"8v2LRU\":\"Ρύθμιση λεπτομερειών εκδήλωσης, τοποθεσίας, επιλογών ολοκλήρωσης αγοράς και ειδοποιήσεων email.\",\"raw09+\":\"Ρύθμιση τρόπου συλλογής στοιχείων συμμετεχόντων κατά το checkout\",\"FI60XC\":\"Ρύθμιση Φόρων & Τελών\",\"av6ukY\":\"Configure which products are available for this occurrence and optionally adjust pricing.\",\"NGXKG/\":\"Επιβεβαίωση Διεύθυνσης Email\",\"JRQitQ\":\"Επιβεβαίωση νέου κωδικού\",\"Auz0Mz\":\"Επιβεβαιώστε το email σας για πρόσβαση σε όλες τις λειτουργίες.\",\"7+grte\":\"Στάλθηκε email επιβεβαίωσης! Παρακαλώ ελέγξτε τα εισερχόμενά σας.\",\"n/7+7Q\":\"Επιβεβαίωση εστάλη στο\",\"x3wVFc\":\"Συγχαρητήρια! Η εκδήλωσή σας είναι τώρα ορατή στο κοινό.\",\"0W2NQP\":\"Connect bank\",\"/K4Vqr\":\"Συνδέστε το Stripe για να δέχεστε πληρωμές\",\"nQI4H5\":\"Συνδέστε το Stripe για να ενεργοποιήσετε την επεξεργασία προτύπων email\",\"LmvZ+E\":\"Συνδέστε το Stripe για να ενεργοποιήσετε τα μηνύματα\",\"peBIO+\":\"Connect Stripe to receive ticket payments directly to your bank account.\",\"DNeN8t\":\"Connect your bank to receive ticket sales straight to your account\",\"DARj+w\":\"Συνδέσατε λάθος λογαριασμό Stripe; Αποσυνδέστε τον και ξεκινήστε από την αρχή.\",\"X1y8JF\":\"Connection details are required for online dates\",\"fjfBOm\":\"Για διαδικτυακές εκδηλώσεις απαιτούνται στοιχεία σύνδεσης\",\"jfC/xh\":\"Επικοινωνία\",\"LOFgda\":[\"Επικοινωνία με \",[\"0\"]],\"41BQ3k\":\"Email Επικοινωνίας\",\"4b3oEV\":\"Περιεχόμενο\",\"13CIgI\":\"Το περιεχόμενο είναι υποχρεωτικό\",\"m8WD6t\":\"Συνέχεια Ρύθμισης\",\"0GwUT4\":\"Συνέχεια στην Ολοκλήρωση Αγοράς\",\"sBV87H\":\"Συνέχεια στη δημιουργία εκδήλωσης\",\"nKtyYu\":\"Συνέχεια στο επόμενο βήμα\",\"F3/nus\":\"Συνέχεια στην Πληρωμή\",\"s30OcA\":\"Ελέγξτε πώς εμφανίζονται οι ημερομηνίες και οι ώρες στη σελίδα της εκδήλωσης\",\"p2FRHj\":\"Έλεγχος τρόπου διαχείρισης τελών πλατφόρμας για αυτή την εκδήλωση\",\"NqfabH\":\"Control who gets in for this date\",\"fmYxZx\":\"Control who gets in, and when\",\"1JnTgU\":\"Αντιγράφηκε από παραπάνω\",\"FxVG/l\":\"Αντιγράφηκε στο πρόχειρο\",\"PiH3UR\":\"Αντιγράφηκε!\",\"4i7smN\":\"Copy account ID\",\"uUPbPg\":\"Αντιγραφή Συνδέσμου Συνεργάτη\",\"iVm46+\":\"Αντιγραφή Κωδικού\",\"cF2ICc\":\"Αντιγραφή συνδέσμου πελάτη\",\"+2ZJ7N\":\"Αντιγραφή στοιχείων στον πρώτο συμμετέχοντα\",\"ZN1WLO\":\"Αντιγραφή Email\",\"y1eoq1\":\"Αντιγραφή συνδέσμου\",\"tUGbi8\":\"Αντιγραφή στοιχείων μου σε:\",\"y22tv0\":\"Αντιγράψτε αυτό τον σύνδεσμο για κοινοποίηση οπουδήποτε\",\"/4gGIX\":\"Αντιγραφή στο πρόχειρο\",\"e0f4yB\":\"Δεν ήταν δυνατή η διαγραφή της τοποθεσίας\",\"vkiDx2\":\"Could not prepare the bulk update.\",\"KOavaU\":\"Δεν ήταν δυνατή η ανάκτηση των στοιχείων της διεύθυνσης\",\"/lq4oO\":\"Could not save date\",\"mHu0az\":\"Couldn't send verification email. Please try again.\",\"QOIm+S\":\"Οι αριθμοί περιλαμβάνουν όλες τις επερχόμενες ημερομηνίες. Σε κάθε άτομο προσφέρεται θέση για την ημερομηνία για την οποία εγγράφηκε.\",\"P0rbCt\":\"Εικόνα Εξωφύλλου\",\"p4kqHr\":\"Cover image added\",\"60u+dQ\":\"Η εικόνα εξωφύλλου θα εμφανίζεται στην κορυφή της σελίδας εκδήλωσης\",\"2NLjA6\":\"Η εικόνα εξωφύλλου θα εμφανίζεται στην κορυφή της σελίδας διοργανωτή\",\"GkrqoY\":\"Covers every ticket\",\"zg4oSu\":[\"Δημιουργία Προτύπου \",[\"0\"]],\"RKKhnW\":\"Δημιουργήστε προσαρμοσμένο widget για πώληση εισιτηρίων στον ιστότοπό σας.\",\"jqhTmw\":\"Create a list for this date\",\"PhioFp\":\"Create a new check-in list for an active session, or contact the organizer if you think this is a mistake.\",\"yIRev4\":\"Δημιουργία κωδικού\",\"j7xZ7J\":\"Δημιουργήστε πρόσθετους διοργανωτές για τη διαχείριση ξεχωριστών επωνυμιών, τμημάτων ή σειρών εκδηλώσεων υπό έναν λογαριασμό.\",\"xfKgwv\":\"Δημιουργία Συνεργάτη\",\"GT/OIA\":\"Δημιουργήστε μια ανακοίνωση για να εμφανίσετε ένα μήνυμα στους χρήστες σας.\",\"tudG8q\":\"Δημιουργία και ρύθμιση εισιτηρίων και εμπορευμάτων προς πώληση.\",\"Q4VlI/\":\"Δημιουργία ανακοίνωσης\",\"YAl9Hg\":\"Δημιουργία Ρύθμισης\",\"BTne9e\":\"Δημιουργία προσαρμοσμένων προτύπων email για αυτή την εκδήλωση που παρακάμπτουν τις προεπιλογές του διοργανωτή\",\"YIDzi/\":\"Δημιουργία Προσαρμοσμένου Προτύπου\",\"tsGqx5\":\"Create Date\",\"Nc3l/D\":\"Δημιουργία εκπτώσεων, κωδικών πρόσβασης για κρυφά εισιτήρια και ειδικές προσφορές.\",\"PybJS2\":\"Create event\",\"abGAgf\":\"Create more tickets or products to offer them as add-ons\",\"eWEV9G\":\"Δημιουργία νέου κωδικού\",\"utHSNE\":\"Δημιουργία προγράμματος\",\"8AiKIu\":\"Δημιουργία Εισιτηρίου ή Προϊόντος\",\"/HGmW9\":\"Δημιουργήστε παρακολουθήσιμους συνδέσμους για να ανταμείψετε εταίρους που προωθούν την εκδήλωσή σας.\",\"dkAPxi\":\"Δημιουργία Webhook\",\"5slqwZ\":\"Δημιουργήστε την Εκδήλωσή σας\",\"JQNMrj\":\"Δημιουργήστε την πρώτη σας εκδήλωση\",\"CCjxOC\":\"Δημιουργήστε την πρώτη σας εκδήλωση για να ξεκινήσετε να πουλάτε εισιτήρια και να διαχειρίζεστε συμμετέχοντες.\",\"ZCSSd+\":\"Δημιουργήστε τη δική σας εκδήλωση\",\"qdv10s\":[\"Δημιουργία \",[\"0\"],\" ημερομηνιών. Μπορεί να διαρκέσει λίγο.\"],\"67NsZP\":\"Δημιουργία Εκδήλωσης...\",\"H34qcM\":\"Δημιουργία Διοργανωτή...\",\"1YMS+X\":\"Δημιουργία εκδήλωσης, παρακαλώ περιμένετε\",\"yiy8Jt\":\"Δημιουργία προφίλ διοργανωτή, παρακαλώ περιμένετε\",\"lfLHNz\":\"Η ετικέτα CTA είναι υποχρεωτική\",\"0xLR6W\":\"Currently assigned\",\"iTvh6I\":\"Διαθέσιμο για αγορά αυτή τη στιγμή\",\"A42Dqn\":\"Custom branding\",\"Guo0lU\":\"Προσαρμοσμένη ημερομηνία και ώρα\",\"WDMdn8\":\"Custom questions\",\"O6mra8\":\"Προσαρμοσμένες Ερωτήσεις\",\"axv/Mi\":\"Προσαρμοσμένο πρότυπο\",\"2YeVGY\":\"Ο σύνδεσμος πελάτη αντιγράφηκε στο πρόχειρο\",\"QMHSMS\":\"Ο πελάτης θα λάβει email επιβεβαίωσης επιστροφής\",\"NihQNk\":\"Πελάτες\",\"hINN++\":\"Customize page\",\"7gsjkI\":\"Προσαρμόστε τα email που αποστέλλονται στους πελάτες σας χρησιμοποιώντας Liquid templating. Αυτά τα πρότυπα θα χρησιμοποιούνται ως προεπιλογές για όλες τις εκδηλώσεις στον οργανισμό σας.\",\"xJaTUK\":\"Προσαρμογή διάταξης, χρωμάτων και επωνυμίας της αρχικής σελίδας εκδήλωσης.\",\"MXZfGN\":\"Προσαρμογή των ερωτήσεων κατά το checkout για συλλογή σημαντικών πληροφοριών από τους συμμετέχοντες.\",\"iX6SLo\":\"Προσαρμογή κειμένου στο κουμπί συνέχεια\",\"R8H7yL\":\"Προσαρμογή κειμένου του αιωρούμενου κουμπιού που μεταβαίνει στην ενότητα εισιτηρίων\",\"pxNIxa\":\"Προσαρμόστε το πρότυπο email χρησιμοποιώντας Liquid templating\",\"3trPKm\":\"Προσαρμογή εμφάνισης σελίδας διοργανωτή\",\"U0sC6H\":\"Daily\",\"/gWrVZ\":\"Καθημερινά έσοδα, φόροι, τέλη και επιστροφές σε όλες τις εκδηλώσεις\",\"zgCHnE\":\"Καθημερινή Αναφορά Πωλήσεων\",\"nHm0AI\":\"Ανάλυση καθημερινών πωλήσεων, φόρων και τελών\",\"1aPnDT\":\"Dance\",\"pvnfJD\":\"Σκοτεινό\",\"MaB9wW\":\"Date Cancellation\",\"e6cAxJ\":\"Date cancelled\",\"81jBnC\":\"Date cancelled successfully\",\"a/C/6R\":\"Date created successfully\",\"IW7Q+u\":\"Date deleted\",\"rngCAz\":\"Date deleted successfully\",\"vHbfoQ\":\"Date reactivated\",\"hvah+S\":\"Date reopened for new sales\",\"Ez0YsD\":\"Date updated successfully\",\"JxwIlL\":\"ημερομηνίες\",\"Te33mU\":\"Dates are managed per occurrence\",\"91zCxb\":\"Dates with sessions\",\"/ITcnz\":\"day\",\"H7OUPr\":\"Day\",\"JtHrX9\":\"Day of Month\",\"J/Upwb\":\"days\",\"V3VGYb\":\"Ημέρες του μήνα\",\"r6zgGo\":\"December\",\"jbq7j2\":\"Απόρριψη\",\"WGD1Al\":\"Μείωση\",\"gJY4YL\":\"Μείωση ποσότητας\",\"ovBPCi\":\"Προεπιλογή\",\"JtI4vj\":\"Προεπιλεγμένη συλλογή πληροφοριών συμμετέχοντα\",\"ULjv90\":\"Default capacity per date\",\"3R/Tu2\":\"Προεπιλεγμένη Διαχείριση Τελών\",\"1bZAZA\":\"Θα χρησιμοποιηθεί το προεπιλεγμένο πρότυπο\",\"3Biswm\":\"Defaults\",\"HNlEFZ\":\"διαγραφή\",\"KpnwJK\":[\"Διαγραφή \\\"\",[\"0\"],\"\\\";\"],\"BlII4o\":[\"Delete \",[\"count\"],\" selected date(s)? Dates with orders will be skipped. This cannot be undone.\"],\"ZDGm40\":\"Διαγραφή λογαριασμού\",\"vu7gDm\":\"Διαγραφή Συνεργάτη\",\"KZN4Lc\":\"Διαγραφή Όλων\",\"6EkaOO\":\"Delete Date\",\"io0G93\":\"Διαγραφή Εκδήλωσης\",\"+jw/c1\":\"Διαγραφή εικόνας\",\"hdyeZ0\":\"Διαγραφή Εργασίας\",\"xxjZeP\":\"Διαγραφή τοποθεσίας\",\"sY3tIw\":\"Διαγραφή Διοργανωτή\",\"UBv8UK\":\"Delete Permanently\",\"dPyJ15\":\"Διαγραφή Προτύπου\",\"IQTR34\":\"Delete this category? Any products in it will also be deleted. This cannot be undone.\",\"/1wMxk\":\"Delete this product? This cannot be undone.\",\"mxsm1o\":\"Διαγραφή αυτής της ερώτησης; Δεν μπορεί να αναιρεθεί.\",\"snMaH4\":\"Διαγραφή webhook\",\"LIZZLY\":[\"Deleted \",[\"0\"],\" date(s)\"],\"loLVyU\":\"Διαγραμμένος λογαριασμός\",\"IlUuGb\":\"Η διαγραφή του λογαριασμού σας τον απενεργοποιεί αμέσως: όλες οι δημοσιευμένες εκδηλώσεις αποσύρονται και η πρόσβαση απενεργοποιείται. Μετά από περίοδο χάριτος 30 ημερών, η διαγραφή γίνεται οριστική. Μπορείτε να ακυρώσετε οποιαδήποτε στιγμή εντός αυτών των 30 ημερών.\",\"nMdIuB\":\"Η διαγραφή τέθηκε σε ουρά για εκτέλεση\",\"/U002t\":\"Το αίτημα διαγραφής ακυρώθηκε\",\"PBA62s\":\"Αιτήματα διαγραφής\",\"7w0Wev\":\"Description and venue added\",\"vYgeDk\":\"Αποεπιλογή Όλων\",\"NvuEhl\":\"Στοιχεία Σχεδιασμού\",\"H8kMHT\":\"Δεν λάβατε τον κωδικό;\",\"G8KNgd\":\"Different location\",\"E/QGRL\":\"Disabled\",\"bzSI52\":\"Discard\",\"0EcUWz\":\"Discard changes?\",\"+K0AvT\":\"Αποσύνδεση\",\"cALvbl\":\"Αποσύνδεση λογαριασμού Stripe\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Απόρριψη ανακοίνωσης\",\"nZJ8tu\":\"Dismiss setup checklist\",\"QotGhf\":\"Απόρριψη αυτού του μηνύματος\",\"J6hrEy\":\"Απορρίφθηκε\",\"BREO0S\":\"Εμφάνιση πλαισίου ελέγχου που επιτρέπει στους πελάτες να επιλέξουν λήψη μηνυμάτων μάρκετινγκ από αυτόν τον διοργανωτή.\",\"HtaSQp\":\"Εμφανίζει πόσες θέσεις απομένουν για κάθε ημερομηνία στο widget εισιτηρίων. Μπορείτε να το παρακάμψετε για μεμονωμένες ημερομηνίες.\",\"pfa8F0\":\"Εμφανιζόμενο όνομα\",\"Kdpf90\":\"Μην ξεχάσετε!\",\"352VU2\":\"Δεν έχετε λογαριασμό; <0>Εγγραφείτε\",\"AXXqG+\":\"Δωρεά\",\"DPfwMq\":\"Ολοκληρώθηκε\",\"JoPiZ2\":\"Door staff instructions\",\"2+O9st\":\"Λήψη αναφορών πωλήσεων, συμμετεχόντων και οικονομικών για όλες τις ολοκληρωμένες παραγγελίες.\",\"eneWvv\":\"Πρόχειρο\",\"Ts8hhq\":\"Λόγω υψηλού κινδύνου spam, πρέπει να συνδέσετε λογαριασμό Stripe πριν τροποποιήσετε πρότυπα email. Αυτό διασφαλίζει ότι όλοι οι διοργανωτές είναι επαληθευμένοι.\",\"TnzbL+\":\"Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\\nThis is to ensure that all event organizers are verified and accountable.\",\"euc6Ns\":\"Αντιγραφή\",\"YueC+F\":\"Duplicate Date\",\"KRmTkx\":\"Αντιγραφή Προϊόντος\",\"Jd3ymG\":\"Duration must be at least 1 minute.\",\"KIjvtr\":\"Ολλανδικά\",\"22xieU\":\"π.χ. 180 (3 ώρες)\",\"MCx4ov\":\"π.χ. Μάθετε περισσότερα\",\"/zajIE\":\"e.g. Morning Session\",\"XDHATF\":\"π.χ. Νέα λειτουργία: λίστες αναμονής\",\"tAtvUj\":\"π.χ. Προγραμματισμένη συντήρηση αυτό το Σάββατο 2-4 π.μ. UTC\",\"SPKbfM\":\"π.χ., Αγορά Εισιτηρίων, Εγγραφή Τώρα\",\"fc7wGW\":\"π.χ., Σημαντική ενημέρωση για τα εισιτήριά σας\",\"54MPqC\":\"π.χ., Βασικό, Premium, Enterprise\",\"3RQ81z\":\"Κάθε άτομο θα λάβει email με μια δεσμευμένη θέση για να ολοκληρώσει την αγορά του.\",\"Xfsjel\":\"Κάθε προϊόν\",\"5oD9f/\":\"Earlier\",\"LTzmgK\":[\"Επεξεργασία Προτύπου \",[\"0\"]],\"v4+lcZ\":\"Επεξεργασία Συνεργάτη\",\"ndNHsK\":\"Επεξεργασία ανακοίνωσης\",\"2iZEz7\":\"Επεξεργασία Απάντησης\",\"t2bbp8\":\"Επεξεργασία Συμμετέχοντα\",\"etaWtB\":\"Επεξεργασία Στοιχείων Συμμετέχοντα\",\"+guao5\":\"Επεξεργασία Ρύθμισης\",\"1Mp/A4\":\"Edit Date\",\"m0ZqOT\":\"Επεξεργασία τοποθεσίας\",\"8oivFT\":\"Επεξεργασία τοποθεσίας\",\"vRWOrM\":\"Επεξεργασία Λεπτομερειών Παραγγελίας\",\"pHm0k9\":\"Επεξεργασία προγράμματος\",\"fW5sSv\":\"Επεξεργασία webhook\",\"nP7CdQ\":\"Επεξεργασία Webhook\",\"MRZxAn\":\"Edited\",\"uBAxNB\":\"Επεξεργαστής\",\"aqxYLv\":\"Εκπαίδευση\",\"iiWXDL\":\"Αποτυχίες Επιλεξιμότητας\",\"zPiC+q\":\"Επιλέξιμες Λίστες Check-In\",\"SiVstt\":\"Email & scheduled messages\",\"V2sk3H\":\"Email & Πρότυπα\",\"hbwCKE\":\"Η διεύθυνση email αντιγράφηκε στο πρόχειρο\",\"dSyJj6\":\"Οι διευθύνσεις email δεν ταιριάζουν\",\"elW7Tn\":\"Σώμα Email\",\"ZsZeV2\":\"Το email είναι υποχρεωτικό\",\"Be4gD+\":\"Προεπισκόπηση Email\",\"6IwNUc\":\"Πρότυπα Email\",\"H/UMUG\":\"Απαιτείται Επαλήθευση Email\",\"PLEl94\":\"Email verified\",\"L86zy2\":\"Το email επαληθεύτηκε επιτυχώς!\",\"FSN4TS\":\"Ενσωμάτωση Widget\",\"z9NkYY\":\"Embeddable widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Απαιτείται emoji για τα αναδυόμενα παράθυρα\",\"Qj0GKe\":\"Ενεργοποίηση αυτοεξυπηρέτησης συμμετέχοντα\",\"hEtQsg\":\"Ενεργοποίηση αυτοεξυπηρέτησης συμμετέχοντα ως προεπιλογή\",\"Upeg/u\":\"Ενεργοποίηση αυτού του προτύπου για αποστολή email\",\"7dSOhU\":\"Ενεργοποίηση Λίστας Αναμονής\",\"RxzN1M\":\"Ενεργοποιημένο\",\"sGjBEq\":\"Ημερομηνία & Ώρα Λήξης (προαιρετικό)\",\"PKXt9R\":\"Η ημερομηνία λήξης πρέπει να είναι μετά την ημερομηνία έναρξης\",\"vTL8gi\":\"Ώρα λήξης\",\"48Y16Q\":\"Ώρα λήξης (προαιρετικό)\",\"TbaYrr\":[\"Ended \",[\"0\"]],\"CFgwiw\":[\"Ends \",[\"0\"]],\"SqOIQU\":\"Enter a capacity value or choose unlimited.\",\"h37gRz\":\"Enter a label or choose to remove it.\",\"7YZofi\":\"Εισάγετε θέμα και σώμα για προεπισκόπηση\",\"khyScF\":\"Enter a time to shift by.\",\"SKx/0u\":\"Εισαγάγετε όνομα χώρου ή διεύθυνση\",\"ppwojw\":\"Εισαγάγετε όνομα χώρου ή διεύθυνση για δια ζώσης εκδηλώσεις\",\"j+eCIq\":\"Χειροκίνητη εισαγωγή διεύθυνσης\",\"3bR1r4\":\"Εισάγετε email συνεργάτη (προαιρετικό)\",\"ARkzso\":\"Εισάγετε όνομα συνεργάτη\",\"ej4L8b\":\"Enter capacity\",\"6KnyG0\":\"Εισάγετε email\",\"INDKM9\":\"Εισάγετε θέμα email...\",\"xUgUTh\":\"Εισάγετε όνομα\",\"9/1YKL\":\"Εισάγετε επώνυμο\",\"VpwcSk\":\"Εισάγετε νέο κωδικό\",\"kWg31j\":\"Εισάγετε μοναδικό κωδικό συνεργάτη\",\"C3nD/1\":\"Εισάγετε το email σας\",\"VmXiz4\":\"Εισάγετε το email σας και θα σας στείλουμε οδηγίες επαναφοράς κωδικού.\",\"n9V+ps\":\"Εισάγετε το όνομά σας\",\"IdULhL\":\"Εισάγετε τον αριθμό ΦΠΑ με τον κωδικό χώρας, χωρίς κενά (π.χ., GR123456789)\",\"RRlWVA\":\"Ολόκληρη η παραγγελία\",\"o21Y+P\":\"entries\",\"X88/6w\":\"Οι εγγραφές θα εμφανίζονται εδώ όταν οι πελάτες εγγράφονται στη λίστα αναμονής για εξαντλημένα προϊόντα.\",\"LslKhj\":\"Σφάλμα φόρτωσης αρχείων καταγραφής\",\"BkEWfd\":\"Esc to close\",\"VCNHvW\":\"Εκδήλωση Αρχειοθετήθηκε\",\"ZD0XSb\":\"Η εκδήλωση αρχειοθετήθηκε επιτυχώς\",\"WgD6rb\":\"Κατηγορία Εκδήλωσης\",\"b46pt5\":\"Εικόνα Εξωφύλλου Εκδήλωσης\",\"NAUIJ7\":\"Event created\",\"1b77ID\":\"Εκδήλωση Δημιουργήθηκε\",\"1Hzev4\":\"Προσαρμοσμένο πρότυπο εκδήλωσης\",\"+v+GW0\":\"Εμφάνιση ημερομηνίας εκδήλωσης\",\"7u9/DO\":\"Η εκδήλωση διαγράφηκε επιτυχώς\",\"imgKgl\":\"Περιγραφή Εκδήλωσης\",\"IzR/Fc\":\"Event lifetime\",\"PYs3rP\":\"Όνομα εκδήλωσης\",\"HhwcTQ\":\"Όνομα Εκδήλωσης\",\"WZZzB6\":\"Το όνομα εκδήλωσης είναι υποχρεωτικό\",\"Wd5CDM\":\"Το όνομα εκδήλωσης πρέπει να έχει λιγότερους από 150 χαρακτήρες\",\"4JzCvP\":\"Η Εκδήλωση Δεν Είναι Διαθέσιμη\",\"mImacG\":\"Σελίδα Εκδήλωσης\",\"Hk9Ki/\":\"Η εκδήλωση αποκαταστάθηκε επιτυχώς\",\"JyD0LH\":\"Ρυθμίσεις Εκδήλωσης\",\"XVLu2v\":\"Τίτλος Εκδήλωσης\",\"OfmsI9\":\"Εκδήλωση Πολύ Νέα\",\"4SILkp\":\"Event totals\",\"YDVUVl\":\"Τύποι Εκδηλώσεων\",\"+HeiVx\":\"Εκδήλωση Ενημερώθηκε\",\"19j6uh\":\"Απόδοση Εκδηλώσεων\",\"PC3/fk\":\"Εκδηλώσεις που Ξεκινούν τις Επόμενες 24 Ώρες\",\"CRsuq4\":\"Κάθε\",\"nwiZdc\":[\"Every \",[\"0\"]],\"B2jjf8\":[\"Every \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Every \",[\"0\"],\" days\"],\"yLiYx+\":[\"Every \",[\"0\"],\" months\"],\"nn9ice\":[\"Every \",[\"0\"],\" weeks\"],\"Cdr8f9\":[\"Every \",[\"0\"],\" weeks on \",[\"1\"]],\"GVEHRk\":[\"Every \",[\"0\"],\" years\"],\"XlRpgq\":[\"Κάθε \",[\"cadenceUnit\"]],\"fTFfOK\":\"Κάθε πρότυπο email πρέπει να περιλαμβάνει κουμπί κλήσης για δράση που συνδέεται στην κατάλληλη σελίδα\",\"hHTPiT\":\"Everything else — tap to edit\",\"BVinvJ\":\"Παραδείγματα: \\\"Πώς μάθατε για εμάς;\\\", \\\"Επωνυμία εταιρείας για τιμολόγιο\\\"\",\"2hGPQG\":\"Παραδείγματα: \\\"Μέγεθος μπλούζας\\\", \\\"Προτίμηση γεύματος\\\", \\\"Επαγγελματικός τίτλος\\\"\",\"qNuTh3\":\"Εξαίρεση\",\"aW/bzJ\":\"Εκτέλεση διαγραφής\",\"CtAcQ7\":\"Εκτέλεση διαγραφής τώρα\",\"xj4fwT\":\"Εκτέλεση τώρα\",\"M1RnFv\":\"Ληγμένο\",\"kF8HQ7\":\"Εξαγωγή Απαντήσεων\",\"2KAI4N\":\"Εξαγωγή CSV\",\"JKfSAv\":\"Η εξαγωγή απέτυχε. Παρακαλώ δοκιμάστε ξανά.\",\"SVOEsu\":\"Η εξαγωγή ξεκίνησε. Προετοιμασία αρχείου...\",\"wuyaZh\":\"Επιτυχής εξαγωγή\",\"9bpUSo\":\"Εξαγωγή Συνεργατών\",\"jtrqH9\":\"Εξαγωγή Συμμετεχόντων\",\"R4Oqr8\":\"Εξαγωγή ολοκληρώθηκε. Λήψη αρχείου...\",\"UlAK8E\":\"Εξαγωγή Παραγγελιών\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Απέτυχε\",\"8uOlgz\":\"Απέτυχε στο\",\"tKcbYd\":\"Αποτυχημένες Εργασίες\",\"SsI9v/\":\"Αποτυχία εγκατάλειψης παραγγελίας. Παρακαλώ δοκιμάστε ξανά.\",\"LdPKPR\":\"Αποτυχία ανάθεσης ρύθμισης\",\"PO0cfn\":\"Failed to cancel date\",\"YUX+f+\":\"Failed to cancel dates\",\"SIHgVQ\":\"Αποτυχία ακύρωσης μηνύματος\",\"cEFg3R\":\"Αποτυχία δημιουργίας συνεργάτη\",\"dVgNF1\":\"Αποτυχία δημιουργίας ρύθμισης\",\"fAoRRJ\":\"Failed to create schedule\",\"4yLYTb\":\"Η δημιουργία του προγράμματος απέτυχε. Παρακαλώ δοκιμάστε ξανά.\",\"U66oUa\":\"Αποτυχία δημιουργίας προτύπου\",\"+RTkEY\":\"Αποτυχία διαγραφής της ανακοίνωσης\",\"aFk48v\":\"Αποτυχία διαγραφής ρύθμισης\",\"n1CYMH\":\"Failed to delete date\",\"KXv+Qn\":\"Failed to delete date. It may have existing orders.\",\"JJ0uRo\":\"Failed to delete dates\",\"rgoBnv\":\"Αποτυχία διαγραφής εκδήλωσης\",\"Zw6LWb\":\"Αποτυχία διαγραφής εργασίας\",\"tq0abZ\":\"Αποτυχία διαγραφής εργασιών\",\"2mkc3c\":\"Αποτυχία διαγραφής διοργανωτή\",\"5E23qd\":\"Failed to delete product. Please try again.\",\"vKMKnu\":\"Αποτυχία διαγραφής ερώτησης\",\"xFj7Yj\":\"Αποτυχία διαγραφής προτύπου\",\"jo3Gm6\":\"Αποτυχία εξαγωγής συνεργατών\",\"Jjw03p\":\"Αποτυχία εξαγωγής συμμετεχόντων\",\"ZPwFnN\":\"Αποτυχία εξαγωγής παραγγελιών\",\"zGE3CH\":\"Αποτυχία εξαγωγής αναφοράς. Παρακαλώ δοκιμάστε ξανά.\",\"lS9/aZ\":\"Αποτυχία φόρτωσης παραληπτών\",\"X4o0MX\":\"Αποτυχία φόρτωσης Webhook\",\"ETcU7q\":\"Αποτυχία προσφοράς θέσης\",\"5670b9\":\"Αποτυχία προσφοράς εισιτηρίων\",\"e5KIbI\":\"Failed to reactivate date\",\"7zyx8a\":\"Αποτυχία αφαίρεσης από λίστα αναμονής\",\"A/P7PX\":\"Failed to remove override\",\"ogWc1z\":\"Failed to reopen date\",\"0+iwE5\":\"Αποτυχία αναδιάταξης ερωτήσεων\",\"EJPAcd\":\"Αποτυχία επαναποστολής επιβεβαίωσης παραγγελίας\",\"DjSbj3\":\"Αποτυχία επαναποστολής εισιτηρίου\",\"YQ3QSS\":\"Αποτυχία επαναποστολής κωδικού επαλήθευσης\",\"wDioLj\":\"Αποτυχία επανάληψης εργασίας\",\"DKYTWG\":\"Αποτυχία επανάληψης εργασιών\",\"WRREqF\":\"Failed to save override\",\"sj/eZA\":\"Failed to save price override\",\"780n8A\":\"Failed to save product settings\",\"zTkTF3\":\"Αποτυχία αποθήκευσης προτύπου\",\"l6acRV\":\"Αποτυχία αποθήκευσης ρυθμίσεων ΦΠΑ. Παρακαλώ δοκιμάστε ξανά.\",\"T6B2gk\":\"Αποτυχία αποστολής μηνύματος. Παρακαλώ δοκιμάστε ξανά.\",\"lKh069\":\"Αποτυχία εκκίνησης εργασίας εξαγωγής\",\"t/KVOk\":\"Αποτυχία εκκίνησης υποκατάστασης. Παρακαλώ δοκιμάστε ξανά.\",\"QXgjH0\":\"Αποτυχία διακοπής υποκατάστασης. Παρακαλώ δοκιμάστε ξανά.\",\"i0QKrm\":\"Αποτυχία ενημέρωσης συνεργάτη\",\"NNc33d\":\"Αποτυχία ενημέρωσης απάντησης.\",\"E9jY+o\":\"Αποτυχία ενημέρωσης συμμετέχοντα\",\"uQynyf\":\"Αποτυχία ενημέρωσης ρύθμισης\",\"i2PFQJ\":\"Αποτυχία ενημέρωσης κατάστασης εκδήλωσης\",\"EhlbcI\":\"Αποτυχία ενημέρωσης βαθμίδας μηνυμάτων\",\"rpGMzC\":\"Αποτυχία ενημέρωσης παραγγελίας\",\"T2aCOV\":\"Αποτυχία ενημέρωσης κατάστασης διοργανωτή\",\"Eeo/Gy\":\"Αποτυχία ενημέρωσης ρύθμισης\",\"kqA9lY\":\"Αποτυχία ενημέρωσης ρυθμίσεων ΦΠΑ\",\"nkNfWu\":\"Αποτυχία μεταφόρτωσης εικόνας. Παρακαλώ δοκιμάστε ξανά.\",\"rxy0tG\":\"Αποτυχία επαλήθευσης email\",\"QRUpCk\":\"Family\",\"5LO38w\":\"Fast payouts to your bank\",\"4lgLew\":\"February\",\"9bHCo2\":\"Νόμισμα Τέλους\",\"/sV91a\":\"Διαχείριση Τελών\",\"K4dKSP\":\"Fee override saved\",\"LyUWXA\":\"Τέλη Παρακαμφθέντα\",\"cf35MA\":\"Φεστιβάλ\",\"pAey+4\":\"Το αρχείο είναι πολύ μεγάλο. Μέγιστο μέγεθος 5MB.\",\"VejKUM\":\"Συμπληρώστε πρώτα τα στοιχεία σας παραπάνω\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filter attendees\",\"8OvVZZ\":\"Φιλτράρισμα Συμμετεχόντων\",\"N/H3++\":\"Filter by date\",\"mvrlBO\":\"Φιλτράρισμα ανά Εκδήλωση\",\"g+xRXP\":\"Finish setting up Stripe\",\"LHH461\":\"Finish setup\",\"syyeb9\":\"First\",\"Vj6wk9\":\"First 30 days\",\"/bpZYb\":\"First 7 days\",\"ziEnjY\":\"First 90 days\",\"1vBhpG\":\"Πρώτος συμμετέχων\",\"4pwejF\":\"Το όνομα είναι υποχρεωτικό\",\"rVogsf\":\"Διορθώστε τα προβλήματα για να δημοσιεύσετε\",\"3lkYdQ\":\"Fixed fee\",\"6bBh3/\":\"Σταθερό Τέλος\",\"zWqUyJ\":\"Σταθερό τέλος που χρεώνεται ανά συναλλαγή\",\"LWL3Bs\":\"Το σταθερό τέλος πρέπει να είναι 0 ή μεγαλύτερο\",\"0RI8m4\":\"Flash off\",\"q0923e\":\"Flash on\",\"X+U6/w\":\"Οικογένεια Γραμματοσειράς\",\"lWxAUo\":\"Φαγητό & Ποτό\",\"nFm+5u\":\"Κείμενο Υποσέλιδου\",\"sQv06Y\":\"για\",\"NTzcRQ\":\"Για αριθμό ημερομηνιών\",\"a8nooQ\":\"Fourth\",\"xVhQZV\":\"Fri\",\"39y5bn\":\"Παρασκευή\",\"ejVYRQ\":\"Από\",\"hGDVDa\":[\"Από \",[\"0\"]],\"+dBe1R\":[\"From \",[\"start\"]],\"1dv+MO\":[\"από \",[\"start\"],\" έως \",[\"end\"]],\"l82hjf\":[\"από \",[\"start\"],\", για \",[\"count\"],\" ημερομηνίες\"],\"f5UbZ0\":\"Full data ownership\",\"cfvx/y\":\"Full event\",\"MY2SVM\":\"Πλήρης επιστροφή\",\"PGQLdy\":\"future\",\"8N/j1s\":\"Future dates only\",\"yRx/6K\":\"Future dates will be copied with capacity reset to zero\",\"T02gNN\":\"Γενική Είσοδος\",\"3ep0Gx\":\"Γενικές πληροφορίες για τον διοργανωτή σας\",\"ziAjHi\":\"Δημιουργία\",\"exy8uo\":\"Δημιουργία κωδικού\",\"4CETZY\":\"Οδηγίες\",\"pjkEcB\":\"Get Paid\",\"lGYzP6\":\"Get paid with Stripe\",\"ZDIydz\":\"Ξεκινήστε\",\"u6FPxT\":\"Αγορά Εισιτηρίων\",\"2ohvu7\":\"Κείμενο Κουμπιού Αγορά Εισιτηρίων\",\"8KDgYV\":\"Ετοιμάστε την εκδήλωσή σας\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Επιστροφή\",\"sr0UJD\":\"Go Back\",\"oNL5vN\":\"Μετάβαση στη Σελίδα Εκδήλωσης\",\"gHSuV/\":\"Μετάβαση στην αρχική σελίδα\",\"8+Cj55\":\"Go to Schedule\",\"6nDzTl\":\"Καλή αναγνωσιμότητα\",\"76gPWk\":\"Το κατάλαβα\",\"CZXzs4\":\"Ελληνικά\",\"aGWZUr\":\"Μεικτά έσοδα\",\"n8IUs7\":\"Μεικτά Έσοδα\",\"O1wAlQ\":\"Guest\",\"LIYoRQ\":\"Διαχείριση Επισκεπτών\",\"NUsTc4\":\"Happening now\",\"S2Y4aO\":\"Οριστική διαγραφή\",\"kTSQej\":[\"Γεια σας \",[\"0\"],\", διαχειριστείτε την πλατφόρμα σας από εδώ.\"],\"URTkcd\":\"Βοηθήστε μας να βελτιωθούμε λέγοντάς μας γιατί φεύγετε\",\"dORAcs\":\"Εδώ είναι όλα τα εισιτήρια που σχετίζονται με τη διεύθυνση email σας.\",\"g+2103\":\"Εδώ είναι ο σύνδεσμός σας ως συνεργάτης\",\"bVsnqU\":\"Hi,\",\"/iE8xx\":\"Χρέωση Hi.Events\",\"zppscQ\":\"Χρεώσεις πλατφόρμας Hi.Events και ανάλυση ΦΠΑ ανά συναλλαγή\",\"D+zLDD\":\"Κρυφό\",\"cZO505\":[\"Hidden — sales ended \",[\"end\"],\".\"],\"DRErHC\":\"Κρυφό από συμμετέχοντες - ορατό μόνο στους διοργανωτές\",\"9zfvsx\":\"Hidden from everyone\",\"nMfkJW\":\"Hidden from everyone — the master hide switch is on.\",\"NNnsM0\":\"Απόκρυψη σύνθετων επιλογών\",\"P+5Pbo\":\"Απόκρυψη Απαντήσεων\",\"VMlRqi\":\"Hide details\",\"NQgWuh\":\"Απόκρυψη προεπισκόπησης\",\"uXNYjR\":\"Απόκρυψη ημερομηνιών και ωρών που έχουν εξαντληθεί\",\"g9RcYX\":\"Απόκρυψη ημερομηνίας\",\"uMwTx7\":\"Απόκρυψη αυτής της κατηγορίας;\",\"LLt2UT\":\"Hides sold out\",\"gtEbeW\":\"Ανάδειξη\",\"NF8sdv\":\"Μήνυμα Ανάδειξης\",\"MXSqmS\":\"Ανάδειξη αυτού του προϊόντος\",\"7ER2sc\":\"Αναδειγμένο\",\"sq7vjE\":\"Τα αναδειγμένα προϊόντα θα έχουν διαφορετικό χρώμα φόντου για να ξεχωρίζουν στη σελίδα εκδήλωσης.\",\"1+WSY1\":\"Hobbies\",\"yY8wAv\":\"Hours\",\"49Tkiw\":\"Πώς εφαρμόζεται η έκπτωση;\",\"sy9anN\":\"Πόσο χρόνο έχει ένας πελάτης να ολοκληρώσει την αγορά του μετά από μια προσφορά. Αφήστε κενό για χωρίς χρονικό όριο.\",\"cceMns\":\"How VAT is applied to the platform fees we charge you.\",\"FONsLE\":\"https://events.haroldpoi.click\",\"htoh8N\":\"https://ο-τομεας-σας.gr/webhook\",\"mkWad2\":\"Ουγγρικά\",\"8Wgd41\":\"Αναγνωρίζω τις ευθύνες μου ως υπεύθυνος επεξεργασίας δεδομένων\",\"O8m7VA\":\"Συμφωνώ να λαμβάνω ειδοποιήσεις email σχετικά με αυτή την εκδήλωση\",\"YLgdk5\":\"Επιβεβαιώνω ότι πρόκειται για συναλλακτικό μήνυμα σχετικό με αυτή την εκδήλωση\",\"4/kP5a\":\"Εάν δεν άνοιξε αυτόματα νέα καρτέλα, κάντε κλικ στο κουμπί παρακάτω για να συνεχίσετε στην ολοκλήρωση αγοράς.\",\"W/eN+G\":\"Εάν είναι κενό, η διεύθυνση θα χρησιμοποιηθεί για τη δημιουργία συνδέσμου Google Maps\",\"CY3yHL\":\"Εάν επιλεγεί, αυτή η κατηγορία θα είναι κρυφή από το κοινό.\",\"iIEaNB\":\"Εάν έχετε λογαριασμό σε εμάς, θα λάβετε email με οδηγίες για την επαναφορά του κωδικού σας.\",\"an5hVd\":\"Εικόνες\",\"tSVr6t\":\"Υποκατάσταση\",\"TWXU0c\":\"Υποκατάσταση Χρήστη\",\"5LAZwq\":\"Η υποκατάσταση ξεκίνησε\",\"IMwcdR\":\"Η υποκατάσταση σταμάτησε\",\"0I0Hac\":\"Σημαντική Ειδοποίηση\",\"yD3avI\":\"Σημαντικό: Η αλλαγή διεύθυνσης email θα ενημερώσει τον σύνδεσμο πρόσβασης σε αυτή την παραγγελία. Θα ανακατευθυνθείτε στον νέο σύνδεσμο μετά την αποθήκευση.\",\"jT142F\":[\"Σε \",[\"diffHours\"],\" ώρες\"],\"OoSyqO\":[\"Σε \",[\"diffMinutes\"],\" λεπτά\"],\"PdMhEx\":[\"in last \",[\"0\"],\" min\"],\"u7r0G5\":\"In person — set a venue\",\"/LCAwL\":\"Σε εξέλιξη\",\"5gTmFD\":\"με χρεώσεις\",\"laL+R0\":\"με χρεώσεις και φόρο\",\"cXeh90\":\"με φόρο\",\"pxFAp/\":\"Αύξηση\",\"nQMUIO\":\"Αύξηση ποσότητας\",\"F1Xp97\":\"Μεμονωμένοι συμμετέχοντες\",\"85e6zs\":\"Εισαγωγή Token Liquid\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Instant Stripe payouts\",\"nbfdhU\":\"Ενσωματώσεις\",\"I8eJ6/\":\"Internal notes on the attendee's ticket\",\"B2Tpo0\":\"Μη έγκυρο email\",\"5tT0+u\":\"Μη έγκυρη μορφή email\",\"f9WRpE\":\"Μη έγκυρος τύπος αρχείου. Παρακαλώ μεταφορτώστε εικόνα.\",\"tnL+GP\":\"Μη έγκυρη σύνταξη Liquid. Παρακαλώ διορθώστε και δοκιμάστε ξανά.\",\"N9JsFT\":\"Μη έγκυρη μορφή αριθμού ΦΠΑ\",\"g+lLS9\":\"Πρόσκληση μέλους ομάδας\",\"1z26sk\":\"Πρόσκληση Μέλους Ομάδας\",\"KR0679\":\"Πρόσκληση Μελών Ομάδας\",\"aH6ZIb\":\"Προσκαλέστε την Ομάδα σας\",\"Dn4OyV\":\"Προσκεκλημένος\",\"IuMGvq\":\"Τιμολόγιο\",\"a/bUcL\":\"It happens on more than one date\",\"d+Oe9r\":\"It may have been unpublished or removed. Please check the link and try again.\",\"Lj7sBL\":\"Ιταλικά\",\"F5/CBH\":\"στοιχείο(-α)\",\"BzfzPK\":\"Στοιχεία\",\"rjyWPb\":\"January\",\"KmWyx0\":\"Εργασία\",\"o5r6b2\":\"Η εργασία διαγράφηκε\",\"cd0jIM\":\"Λεπτομέρειες Εργασίας\",\"ruJO57\":\"Όνομα Εργασίας\",\"YZi+Hu\":\"Η εργασία τέθηκε σε ουρά για επανάληψη\",\"nCywLA\":\"Συμμετοχή από οπουδήποτε\",\"SNzppu\":\"Εγγραφή στη Λίστα Αναμονής\",\"dLouFI\":[\"Εγγραφή στη Λίστα Αναμονής για \",[\"productDisplayName\"]],\"2gMuHR\":\"Εντάχθηκε\",\"u4ex5r\":\"July\",\"zeEQd/\":\"June\",\"MxjCqk\":\"Αναζητάτε μόνο τα εισιτήριά σας;\",\"xOTzt5\":\"just now\",\"0RihU9\":\"Just wrapped\",\"Brhs/U\":\"Διατήρηση σύνδεσης\",\"4OjqAQ\":\"Keep editing\",\"lwO5vw\":[\"Να είστε σύντομοι — τα banner εμφανίζουν μία μόνο γραμμή. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Ενημερώστε με για νέα και εκδηλώσεις από \",[\"0\"]],\"ioFA9i\":\"Keep the profit.\",\"C/pOUI\":\"Ετικέτα — π.χ. Πρωινή συνεδρία\",\"o66QSP\":\"label updates\",\"RtKKbA\":\"Last\",\"DruLRc\":\"Τελευταίες 14 Ημέρες\",\"ve9JTU\":\"Το επώνυμο είναι υποχρεωτικό\",\"h0Q9Iw\":\"Τελευταία Απάντηση\",\"gw3Ur5\":\"Τελευταία Ενεργοποίηση\",\"FIq1Ba\":\"Later\",\"xvnLMP\":\"Latest check-ins\",\"GGFOZD\":\"Αφήστε το «Από» στο σήμερα για να ξεκινήσετε αμέσως.\",\"N5TErv\":\"Leave empty for unlimited\",\"L/hDDD\":\"Leave empty to apply this check-in list to all occurrences\",\"9Pf3wk\":\"Leave on to cover every ticket on the event. Turn off to pick specific tickets.\",\"Hq2BzX\":\"Let them know about the change\",\"+uexiy\":\"Let them know about the changes\",\"exYcTF\":\"Library\",\"1njn7W\":\"Φωτεινό\",\"1qY5Ue\":\"Ο Σύνδεσμος Έληξε ή Δεν Είναι Έγκυρος\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Επιτρέπονται Σύνδεσμοι\",\"2BBAbc\":\"List\",\"dF6vP6\":\"Δημοσιευμένο\",\"fpMs2Z\":\"ΔΗΜΟΣΙΕΥΜΕΝΟ\",\"D9zTjx\":\"Δημοσιευμένες Εκδηλώσεις\",\"a37vfH\":\"Live preview\",\"C33p4q\":\"Loaded dates\",\"WdmJIX\":\"Φόρτωση προεπισκόπησης...\",\"IoDI2o\":\"Φόρτωση tokens...\",\"G3Ge9Z\":\"Φόρτωση αρχείων webhook...\",\"NFxlHW\":\"Φόρτωση Webhooks\",\"E0DoRM\":\"Η τοποθεσία διαγράφηκε\",\"7w8lJU\":\"Η τοποθεσία αποθηκεύτηκε\",\"YsRXDD\":\"Η τοποθεσία ενημερώθηκε\",\"A/kIva\":\"location updates\",\"iyZPPR\":\"τοποθεσίες\",\"VppBoU\":\"Τοποθεσίες\",\"iG7KNr\":\"Λογότυπο\",\"vu7ZGG\":\"Λογότυπο & Εξώφυλλο\",\"gddQe0\":\"Λογότυπο και εικόνα εξωφύλλου για τον διοργανωτή\",\"TBEnp1\":\"Το λογότυπο θα εμφανίζεται στην κεφαλίδα\",\"Jzu30R\":\"Το λογότυπο θα εμφανίζεται στο εισιτήριο\",\"PSRm6/\":\"Αναζήτηση Εισιτηρίων μου\",\"yJFu/X\":\"Κεντρικό γραφείο\",\"v5nFPh\":\"Make it visible so people can buy tickets\",\"cdY2at\":[\"Manage \",[\"0\"]],\"wZJfA8\":\"Manage dates and times for your recurring event\",\"RlzPUE\":\"Manage on Stripe\",\"sjoDuh\":\"Manage schedule\",\"6NXJRK\":\"Manage Schedule\",\"zXuaxY\":\"Διαχείριση λίστας αναμονής εκδήλωσης, προβολή στατιστικών και προσφορά εισιτηρίων σε συμμετέχοντες.\",\"g2npA5\":\"Χειροκίνητη προσφορά\",\"hg6l4j\":\"March\",\"pqRBOz\":\"Mark as validated (admin override)\",\"2L3vle\":\"Μέγ. Μηνύματα / 24ω\",\"Qp4HWD\":\"Μέγ. Παραλήπτες / Μήνυμα\",\"7qu2YV\":[\"Έως \",[\"cap\"],\" ανά παραγγελία\"],\"3JzsDb\":\"May\",\"agPptk\":\"Μεσαίο\",\"xDAtGP\":\"Μήνυμα\",\"bECJqy\":\"Το μήνυμα εγκρίθηκε επιτυχώς\",\"1jRD0v\":\"Αποστολή μηνύματος σε συμμετέχοντες με συγκεκριμένα εισιτήρια\",\"uQLXbS\":\"Το μήνυμα ακυρώθηκε\",\"48rf3i\":\"Το μήνυμα δεν μπορεί να υπερβαίνει τους 5000 χαρακτήρες\",\"ZPj0Q8\":\"Λεπτομέρειες Μηνύματος\",\"Vjat/X\":\"Το μήνυμα είναι υποχρεωτικό\",\"0/yJtP\":\"Αποστολή μηνύματος σε κατόχους παραγγελιών με συγκεκριμένα προϊόντα\",\"saG4At\":\"Μήνυμα Προγραμματίστηκε\",\"mFdA+i\":\"Βαθμίδα Μηνυμάτων\",\"v7xKtM\":\"Η βαθμίδα μηνυμάτων ενημερώθηκε επιτυχώς\",\"/VRn+9\":[\"Min \",[\"min\"],\" per order\"],\"H9HlDe\":\"λεπτά\",\"agRWc1\":\"Minutes\",\"FfPWR0\":\"Αναδυόμενο παράθυρο\",\"zz/Wd/\":\"Mode\",\"fpMgHS\":\"Mon\",\"hty0d5\":\"Δευτέρα\",\"JbIgPz\":\"Τα χρηματικά ποσά είναι κατά προσέγγιση σύνολα σε όλα τα νομίσματα\",\"qvF+MT\":\"Παρακολούθηση και διαχείριση αποτυχημένων εργασιών παρασκηνίου\",\"kY2ll9\":\"month\",\"HajiZl\":\"Μήνας\",\"+8Nek/\":\"Monthly\",\"6jefe3\":\"months\",\"f8jrkd\":\"more\",\"JcD7qf\":\"More actions\",\"w36OkR\":\"Εκδηλώσεις με Περισσότερες Προβολές (Τελευταίες 14 Ημέρες)\",\"+Y/na7\":\"Move all dates earlier or later\",\"3DIpY0\":\"Multiple locations\",\"g9cQCP\":\"Multiple ticket types\",\"GfaxEk\":\"Μουσική\",\"oVGCGh\":\"Τα Εισιτήριά μου\",\"8/brI5\":\"Το όνομα είναι υποχρεωτικό\",\"sFFArG\":\"Το όνομα πρέπει να έχει λιγότερους από 255 χαρακτήρες\",\"Bst+aq\":\"Θέλετε να αλλάξετε λογαριασμό Stripe; Αποσυνδέστε αυτόν.\",\"xxU3NX\":\"Καθαρά Έσοδα\",\"7I8LlL\":\"New capacity\",\"n1GRql\":\"New label\",\"y0Fcpd\":\"Νέα τοποθεσία\",\"ArHT/C\":\"Νέες Εγγραφές\",\"uK7xWf\":\"New time:\",\"g8JmSC\":\"Επόμενος μήνας\",\"veT5Br\":\"Next occurrence\",\"WXtl5X\":[\"Next: \",[\"nextFormatted\"]],\"eWRECP\":\"Νυχτερινή Ζωή\",\"HSw5l3\":\"Όχι - Είμαι ιδιώτης ή επιχείρηση μη εγγεγραμμένη για ΦΠΑ\",\"VHfLAW\":\"Δεν υπάρχουν λογαριασμοί\",\"+jIeoh\":\"Δεν βρέθηκαν λογαριασμοί\",\"074+X8\":\"Δεν υπάρχουν Ενεργά Webhooks\",\"zxnup4\":\"Δεν υπάρχουν Συνεργάτες για εμφάνιση\",\"hUHrkV\":\"Δεν υπάρχουν ανακοινώσεις ακόμη\",\"Dwf4dR\":\"Δεν υπάρχουν ακόμα ερωτήσεις συμμετέχοντα\",\"th7rdT\":\"No attendees to show\",\"PKySlW\":\"No attendees yet for this date.\",\"/UC6qk\":\"Δεν βρέθηκαν δεδομένα απόδοσης\",\"E2vYsO\":\"No capabilities reported by Stripe yet.\",\"amMkpL\":\"Χωρίς χωρητικότητα\",\"d2Jf1f\":\"No change\",\"99ntUF\":\"Δεν υπάρχουν διαθέσιμες λίστες check-in για αυτή την εκδήλωση.\",\"wG+knX\":\"No check-ins yet\",\"+dAKxg\":\"Δεν βρέθηκαν ρυθμίσεις\",\"LiLk8u\":\"No connections available\",\"eb47T5\":\"Δεν βρέθηκαν δεδομένα για τα επιλεγμένα φίλτρα. Δοκιμάστε να αλλάξετε το εύρος ημερομηνιών ή το νόμισμα.\",\"Zc216S\":\"No date added\",\"I8mtzP\":\"No dates available this month. Try navigating to another month.\",\"yDukIL\":\"No dates match the current filters.\",\"B7phdj\":\"No dates match your filters\",\"/ZB4Um\":\"No dates match your search\",\"OtJSnL\":\"Δεν έχουν προγραμματιστεί ημερομηνίες\",\"gEdNe8\":\"No dates scheduled yet\",\"w+wkcC\":\"Δεν βρέθηκαν αιτήματα διαγραφής\",\"pZNOT9\":\"Χωρίς ημερομηνία λήξης\",\"dW40Uz\":\"Δεν βρέθηκαν εκδηλώσεις\",\"8pQ3NJ\":\"Δεν υπάρχουν εκδηλώσεις που ξεκινούν τις επόμενες 24 ώρες\",\"8zCZQf\":\"Δεν υπάρχουν εκδηλώσεις ακόμα\",\"Yc5YW6\":\"Δεν υπάρχουν αποτυχημένες εργασίες\",\"EpvBAp\":\"Χωρίς τιμολόγιο\",\"N+9Onb\":\"No limits\",\"XZkeaI\":\"Δεν βρέθηκαν αρχεία καταγραφής\",\"IcAC6J\":\"Δεν βρέθηκαν αντίστοιχες γραμματοσειρές\",\"nrSs2u\":\"Δεν βρέθηκαν μηνύματα\",\"Rj99yx\":\"No occurrences available\",\"IFU1IG\":\"No occurrences on this date\",\"OVFwlg\":\"Δεν υπάρχουν ερωτήσεις παραγγελίας ακόμα\",\"EJ7bVz\":\"Δεν βρέθηκαν παραγγελίες\",\"NEmyqy\":\"Δεν υπάρχουν παραγγελίες ακόμα\",\"a77B6w\":\"No orders yet for this date.\",\"wUv5xQ\":\"Δεν υπάρχει δραστηριότητα διοργανωτή τις τελευταίες 14 ημέρες\",\"vLd1tV\":\"No organizer context available.\",\"B7w4KY\":\"Δεν υπάρχουν άλλοι διαθέσιμοι διοργανωτές\",\"PChXMe\":\"Δεν υπάρχουν Πληρωμένες Παραγγελίες\",\"6jYQGG\":\"Δεν υπάρχουν παλαιότερες εκδηλώσεις\",\"CHzaTD\":\"Δεν υπάρχουν δημοφιλείς εκδηλώσεις τις τελευταίες 14 ημέρες\",\"zK/+ef\":\"Δεν υπάρχουν διαθέσιμα προϊόντα για επιλογή\",\"M1/lXs\":\"No products configured for this event.\",\"kY7XDn\":\"Δεν υπάρχουν προϊόντα με εγγραφές αναμονής\",\"8mw4tm\":\"Μήνυμα απουσίας προϊόντων\",\"wYiAtV\":\"Δεν υπάρχουν πρόσφατες εγγραφές λογαριασμού\",\"UW90md\":\"Δεν βρέθηκαν παραλήπτες\",\"QoAi8D\":\"Χωρίς απάντηση\",\"JeO7SI\":\"Χωρίς Απάντηση\",\"EK/G11\":\"Δεν υπάρχουν απαντήσεις ακόμα\",\"AxPAXW\":\"Δεν βρέθηκαν αποτελέσματα\",\"59OWd3\":\"Καμία αποθηκευμένη τοποθεσία\",\"mPdY6W\":\"Καμία πρόταση\",\"3sRuiW\":\"Δεν Βρέθηκαν Εισιτήρια\",\"debCrL\":\"Δεν υπάρχουν εισιτήρια προς πώληση\",\"k2C0ZR\":\"No upcoming dates\",\"yM5c0q\":\"Δεν υπάρχουν επερχόμενες εκδηλώσεις\",\"qpC74J\":\"Δεν βρέθηκαν χρήστες\",\"8wgkoi\":\"Δεν υπάρχουν εκδηλώσεις που προβλήθηκαν τις τελευταίες 14 ημέρες\",\"Arzxc1\":\"Δεν υπάρχουν εγγραφές λίστας αναμονής\",\"n5vdm2\":\"Δεν έχουν καταγραφεί ακόμα γεγονότα webhook για αυτό το endpoint. Θα εμφανίζονται εδώ μόλις ενεργοποιηθούν.\",\"4GhX3c\":\"Δεν υπάρχουν Webhooks\",\"4+am6b\":\"Όχι, μείνετε εδώ\",\"4JVMUi\":\"non-edited\",\"ACaDVQ\":\"None yet\",\"Itw24Q\":\"Not checked in\",\"x5+Lcz\":\"Δεν Εισήλθε\",\"8n10sz\":\"Μη Επιλέξιμο\",\"kLvU3F\":\"Notify attendees and stop sales\",\"t9QlBd\":\"November\",\"kAREMN\":\"Number of dates to create\",\"6u1B3O\":\"Occurrence\",\"mmoE62\":\"Occurrence Cancelled\",\"V9flmL\":\"Occurrence Schedule\",\"Kh3WO8\":\"Occurrence Summary\",\"byXCTu\":\"Occurrences\",\"KATw3p\":\"Occurrences (future only)\",\"85rTR2\":\"Occurrences can be configured after creation\",\"dzQfDY\":\"October\",\"BwJKBw\":\"από\",\"GQnX9d\":\"κάθε μήνα\",\"az8lvo\":\"Off\",\"9h7RDh\":\"Προσφορά\",\"EfK2O6\":\"Προσφορά Θέσης\",\"3sVRey\":\"Προσφορά Εισιτηρίων\",\"2O7Ybb\":\"Χρονικό Όριο Προσφοράς\",\"1jUg5D\":\"Προσφέρθηκε\",\"l+/HS6\":[\"Οι προσφορές λήγουν μετά από \",[\"timeoutHours\"],\" ώρες.\"],\"6Aih4U\":\"Εκτός Σύνδεσης\",\"Fdp03t\":\"στις\",\"Z5HWHd\":\"On\",\"TH5A28\":[\"κάθε \",[\"dayList\"]],\"qiMtVT\":[\"στις \",[\"day\"],\" \",[\"month\"]],\"nO3VbP\":[\"Σε πώληση \",[\"0\"]],\"pPAGSK\":[\"την \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"On the event page\",\"H7stQC\":\"Στη λίστα αναμονής\",\"oXOSPE\":\"Διαδικτυακό\",\"aqmy5k\":\"Online — provide connection details\",\"LuZBbx\":\"Online & in-person\",\"IXuOqt\":\"Online & in-person — see schedule\",\"WjSpu5\":\"Διαδικτυακή Εκδήλωση\",\"wCRLS9\":[\"Μόνο \",[\"cap\"],\" διαθέσιμα\"],\"scPxI/\":[\"Μόνο \",[\"capacity\"],\" απομένουν\"],\"Gk0+G6\":\"Only a name is required — everything else has sensible defaults\",\"NdOxqr\":\"Μόνο διαχειριστές λογαριασμού μπορούν να διαγράφουν ή να αρχειοθετούν εκδηλώσεις. Επικοινωνήστε με τον διαχειριστή σας για βοήθεια.\",\"rnoDMF\":\"Μόνο διαχειριστές λογαριασμού μπορούν να διαγράφουν ή να αρχειοθετούν διοργανωτές. Επικοινωνήστε με τον διαχειριστή σας για βοήθεια.\",\"tnx0u1\":\"Only available as an add-on\",\"z4JBd7\":\"Μόνο οι δημοσιευμένες ανακοινώσεις εμφανίζονται στους χρήστες\",\"bU7oUm\":\"Αποστολή μόνο σε παραγγελίες με αυτές τις καταστάσεις\",\"wkpaqp\":\"Εμφάνιση μόνο ημερομηνίας και ώρας έναρξης\",\"chktt5\":\"Only shown as an add-on to the products it's attached to\",\"Y4HHYW\":\"Only shown as an add-on to the products it's attached to.\",\"Z82In9\":\"Μόνο ο κάτοχος του λογαριασμού μπορεί να ζητήσει διαγραφή λογαριασμού.\",\"DMk8F0\":\"Only tickets count toward capacity\",\"+/Z3yr\":\"Only visible to buyers with an applicable promo code.\",\"M2w1ni\":\"Ορατό μόνο με κωδικό προσφοράς\",\"y8Bm7C\":\"Open check-in\",\"RLz7P+\":\"Open occurrence\",\"iMqrOb\":\"Προαιρετική παρότρυνση για δράση\",\"cDSdPb\":\"Προαιρετικό όνομα που εμφανίζεται στους επιλογείς, π.χ. \\\"Αίθουσα συνεδριάσεων\\\"\",\"HXMJxH\":\"Προαιρετικό κείμενο για αποποιήσεις, στοιχεία επικοινωνίας ή σημειώσεις ευχαριστίας (μόνο μία γραμμή)\",\"L565X2\":\"επιλογές\",\"8m9emP\":\"or add a single date\",\"eBskDE\":\"Ή ενεργοποιήστε τις πληρωμές εκτός σύνδεσης και απενεργοποιήστε το Stripe\",\"dSeVIm\":\"order\",\"c/TIyD\":\"Παραγγελία & Εισιτήριο\",\"H5qWhm\":\"Παραγγελία ακυρώθηκε\",\"b6+Y+n\":\"Παραγγελία ολοκληρώθηκε\",\"x4MLWE\":\"Επιβεβαίωση Παραγγελίας\",\"CsTTH0\":\"Η επιβεβαίωση παραγγελίας εστάλη ξανά επιτυχώς\",\"ppuQR4\":\"Παραγγελία Δημιουργήθηκε\",\"xtQzag\":\"Order details\",\"vrSW9M\":\"Η παραγγελία ακυρώθηκε και επιστράφηκε. Ο κάτοχος παραγγελίας ειδοποιήθηκε.\",\"rzw+wS\":\"Κάτοχοι Παραγγελίας\",\"oI/hGR\":\"ID Παραγγελίας\",\"m8vQEP\":\"Order limits\",\"vu6Arl\":\"Παραγγελία Επισημάνθηκε ως Πληρωμένη\",\"sLbJQz\":\"Η παραγγελία δεν βρέθηκε\",\"kvYpYu\":\"Παραγγελία Δεν Βρέθηκε\",\"eJ8SvM\":\"Order number, purchase date, purchaser email\",\"FaPYw+\":\"Κάτοχος παραγγελίας\",\"eB5vce\":\"Κάτοχοι παραγγελίας με συγκεκριμένο προϊόν\",\"CxLoxM\":\"Κάτοχοι παραγγελίας με προϊόντα\",\"UkHo4c\":\"Αναφ. Παραγγελίας\",\"EZy55F\":\"Παραγγελία Επιστράφηκε\",\"6eSHqs\":\"Καταστάσεις παραγγελίας\",\"oW5877\":\"Σύνολο Παραγγελίας\",\"e7eZuA\":\"Παραγγελία Ενημερώθηκε\",\"1SQRYo\":\"Η παραγγελία ενημερώθηκε επιτυχώς\",\"3NT0Ck\":\"Η παραγγελία ακυρώθηκε\",\"V5khLm\":\"orders\",\"sd5IMt\":\"Παραγγελίες Ολοκληρώθηκαν\",\"5It1cQ\":\"Παραγγελίες Εξήχθησαν\",\"UQ0ACV\":\"Σύνολο Παραγγελιών\",\"B/EBQv\":\"Παραγγελίες:\",\"qtGTNu\":\"Οργανικοί Λογαριασμοί\",\"P/JHA4\":\"Ο διοργανωτής αρχειοθετήθηκε επιτυχώς\",\"S3CZ5M\":\"Πίνακας Διοργανωτή\",\"GzjTd0\":\"Ο διοργανωτής διαγράφηκε επιτυχώς\",\"SQqJd8\":\"Διοργανωτής Δεν Βρέθηκε\",\"HF8Bxa\":\"Ο διοργανωτής αποκαταστάθηκε επιτυχώς\",\"wpj63n\":\"Ρυθμίσεις Διοργανωτή\",\"o1my93\":\"Η ενημέρωση κατάστασης διοργανωτή απέτυχε. Δοκιμάστε ξανά αργότερα\",\"rLHma1\":\"Η κατάσταση διοργανωτή ενημερώθηκε\",\"LqBITi\":\"Θα χρησιμοποιηθεί το πρότυπο διοργανωτή/προεπιλογής\",\"q4zH+l\":\"Organizers\",\"/IX/7x\":\"Άλλο\",\"RsiDDQ\":\"Άλλες Λίστες (Εισιτήριο Μη Συμπεριλαμβανόμενο)\",\"EufvBx\":\"Αποτέλεσμα\",\"aDfajK\":\"Outdoors\",\"qMASRF\":\"Εξερχόμενα Μηνύματα\",\"iCOVQO\":\"Override\",\"GpFTEc\":\"Override fees on this organizer\",\"M9ZhMP\":\"Override price\",\"cnVIpl\":\"Override removed\",\"6/dCYd\":\"Επισκόπηση\",\"6WdDG7\":\"Σελίδα\",\"8uqsE5\":\"Η σελίδα δεν είναι πλέον διαθέσιμη\",\"QkLf4H\":\"URL Σελίδας\",\"sF+Xp9\":\"Προβολές Σελίδας\",\"v4nCHK\":\"Paid\",\"c+suC6\":\"Πληρωμένοι Λογαριασμοί\",\"5F7SYw\":\"Μερική επιστροφή\",\"fFYotW\":[\"Μερική επιστροφή: \",[\"0\"]],\"i8day5\":\"Μεταβίβαση τέλους στον αγοραστή\",\"k4FLBQ\":\"Μεταβίβαση στον Αγοραστή\",\"Ff0Dor\":\"Προηγούμενες\",\"BFjW8X\":\"Past due\",\"xTPjSy\":\"Παλαιότερες Εκδηλώσεις\",\"/l/ckQ\":\"Επικόλληση URL\",\"URAE3q\":\"Σε Παύση\",\"4fL/V7\":\"Πληρωμή\",\"W5l9HD\":\"Πληρώστε όσο θέλετε\",\"c2/9VE\":\"Ωφέλιμο Φορτίο\",\"5cxUwd\":\"Ημερομηνία Πληρωμής\",\"ENEPLY\":\"Μέθοδος πληρωμής\",\"8Lx2X7\":\"Πληρωμή ελήφθη\",\"fx8BTd\":\"Οι πληρωμές δεν είναι διαθέσιμες\",\"C+ylwF\":\"Payouts\",\"UbRKMZ\":\"Σε εκκρεμότητα\",\"UkM20g\":\"Σε Αναμονή Ελέγχου\",\"dPYu1F\":\"Ανά Συμμετέχοντα\",\"mQV/nJ\":\"per min\",\"+kvxv+\":\"ανά παραγγελία\",\"VlXNyK\":\"Ανά παραγγελία\",\"NhuGd7\":\"ανά προϊόν\",\"hauDFf\":\"Ανά εισιτήριο\",\"mnF83a\":\"Τέλος Ποσοστού\",\"TNLuRD\":\"Percentage fee (%)\",\"MixU2P\":\"Το ποσοστό πρέπει να είναι μεταξύ 0 και 100\",\"MkuVAZ\":\"Ποσοστό ποσού συναλλαγής\",\"/Bh+7r\":\"Απόδοση\",\"/4mGVp\":\"Οριστική διαγραφή αυτού του λογαριασμού\",\"dGdKgQ\":\"Οριστική διαγραφή αυτού του λογαριασμού και των δεδομένων του.\",\"fIp56F\":\"Οριστική διαγραφή αυτής της εκδήλωσης και όλων των σχετικών δεδομένων.\",\"nJeeX7\":\"Οριστική διαγραφή αυτού του διοργανωτή και όλων των εκδηλώσεων του.\",\"wfCTgK\":\"Permanently remove this date\",\"6kPk3+\":\"Προσωπικές Πληροφορίες\",\"zmwvG2\":\"Τηλέφωνο\",\"tSR/oe\":\"Pick an end date\",\"e8kzpp\":\"Pick at least one day of the month\",\"35C8QZ\":\"Pick at least one day of the week\",\"kJmAsd\":\"Επιλέξτε ημέρες για να δείτε τις ημερομηνίες σας.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Placed\",\"wBJR8i\":\"Σχεδιάζετε εκδήλωση;\",\"J3lhKT\":\"Τέλος πλατφόρμας\",\"RD51+P\":[\"Τέλος πλατφόρμας \",[\"0\"],\" αφαιρείται από την πληρωμή σας\"],\"br3Y/y\":\"Τέλη Πλατφόρμας\",\"3buiaw\":\"Αναφορά Τελών Πλατφόρμας\",\"kv9dM4\":\"Έσοδα Πλατφόρμας\",\"PJ3Ykr\":\"Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions.\",\"OtjenF\":\"Παρακαλώ εισάγετε έγκυρη διεύθυνση email\",\"jEw0Mr\":\"Παρακαλώ εισάγετε έγκυρο URL\",\"n8+Ng/\":\"Παρακαλώ εισάγετε τον 5ψήφιο κωδικό\",\"r+lQXT\":\"Παρακαλώ εισάγετε τον αριθμό ΦΠΑ σας\",\"Dvq0wf\":\"Παρακαλώ παρέχετε εικόνα.\",\"2cUopP\":\"Παρακαλώ επανεκκινήστε τη διαδικασία αγοράς.\",\"GoXxOA\":\"Please select a date and time\",\"8KmsFa\":\"Παρακαλώ επιλέξτε εύρος ημερομηνιών\",\"EFq6EG\":\"Παρακαλώ επιλέξτε εικόνα.\",\"fuwKpE\":\"Παρακαλώ δοκιμάστε ξανά.\",\"klWBeI\":\"Παρακαλώ περιμένετε πριν ζητήσετε άλλον κωδικό\",\"hfHhaa\":\"Παρακαλώ περιμένετε ενώ προετοιμάζουμε τους συνεργάτες σας για εξαγωγή...\",\"o+tJN/\":\"Παρακαλώ περιμένετε ενώ προετοιμάζουμε τους συμμετέχοντες σας για εξαγωγή...\",\"+5Mlle\":\"Παρακαλώ περιμένετε ενώ προετοιμάζουμε τις παραγγελίες σας για εξαγωγή...\",\"trnWaw\":\"Πολωνικά\",\"luHAJY\":\"Δημοφιλείς Εκδηλώσεις (Τελευταίες 14 Ημέρες)\",\"p/78dY\":\"Position\",\"OESu7I\":\"Αποτροπή υπερπώλησης με κοινό απόθεμα σε πολλαπλούς τύπους εισιτηρίων.\",\"NgVUL2\":\"Προεπισκόπηση φόρμας checkout\",\"cs5muu\":\"Προεπισκόπηση σελίδας εκδήλωσης\",\"1xwZj/\":\"Προηγούμενος μήνας\",\"Jm2AC3\":\"Price Tier\",\"a5jvSX\":\"Βαθμίδες Τιμής\",\"aHCEmh\":\"Pricing\",\"ReihZ7\":\"Προεπισκόπηση Εκτύπωσης\",\"JnuPvH\":\"Εκτύπωση Εισιτηρίου\",\"tYF4Zq\":\"Εκτύπωση σε PDF\",\"LcET2C\":\"Πολιτική Απορρήτου\",\"8z6Y5D\":\"Επεξεργασία Επιστροφής\",\"JcejNJ\":\"Επεξεργασία παραγγελίας\",\"EWCLpZ\":\"Προϊόν Δημιουργήθηκε\",\"XkFYVB\":\"Προϊόν Διαγράφηκε\",\"YMwcbR\":\"Πωλήσεις προϊόντων, έσοδα και ανάλυση φόρων\",\"ls0mTC\":\"Product settings cannot be edited for cancelled dates.\",\"2339ej\":\"Product settings saved successfully\",\"ldVIlB\":\"Προϊόν Ενημερώθηκε\",\"CP3D8G\":\"Progress\",\"JoKGiJ\":\"Κωδικός προσφοράς\",\"dIodJL\":\"Promo code required\",\"k3wH7i\":\"Χρήση κωδικού προσφοράς και ανάλυση εκπτώσεων\",\"tZqL0q\":\"promo codes\",\"oCHiz3\":\"Promo codes\",\"uEhdRh\":\"Μόνο με Κωδικό\",\"dLm8V5\":\"Τα προωθητικά email ενδέχεται να οδηγήσουν σε αναστολή λογαριασμού\",\"W0ETyY\":\"Συμπληρώστε τουλάχιστον ένα πεδίο διεύθυνσης (χώρος, οδός, πόλη ή χώρα).\",\"2W/7Gz\":\"Provide the following before Stripe's next review to keep payouts flowing.\",\"7d1a0d\":\"Public\",\"EEYbdt\":\"Δημοσίευση\",\"JcgJKc\":\"Δημοσίευση ούτως ή άλλως\",\"evDBV8\":\"Δημοσίευση εκδήλωσης\",\"2zEfOd\":\"Publish your event\",\"u3wRF+\":\"Δημοσιευμένη\",\"L7nrC8\":\"Με τη δημοσίευση, η σελίδα της εκδήλωσής σας γίνεται δημόσια και ανοίγουν οι εγγραφές.\",\"dsFmM+\":\"Αγοράστηκε\",\"JunetL\":\"Purchaser\",\"phmeUH\":\"Purchaser email\",\"ywR4ZL\":\"QR code check-in\",\"oWXNE5\":\"Ποσ.\",\"VbWX2u\":\"Ποσότητα\",\"biEyJ4\":\"Question answers\",\"k/bJj0\":\"Οι ερωτήσεις αναδιατάχθηκαν\",\"b24kPi\":\"Ουρά\",\"lTPqpM\":\"Quick Tip\",\"fqDzSu\":\"Ρυθμός\",\"mnUGVC\":\"Υπερβάθηκε το όριο αιτημάτων. Δοκιμάστε ξανά αργότερα.\",\"t41hVI\":\"Νέα Προσφορά Θέσης\",\"TNclgc\":\"Reactivate this date? It will be reopened for future sales.\",\"RENQ6j\":\"Έτοιμοι να δημοσιεύσετε;\",\"uqoRbb\":\"Real-time analytics\",\"jPSk57\":\"Λόγος (προαιρετικό)\",\"xzRvs4\":[\"Λήψη ενημερώσεων προϊόντων από \",[\"0\"],\".\"],\"pLXbi8\":\"Πρόσφατες Εγγραφές Λογαριασμού\",\"M1HGuR\":\"Recent activity\",\"3kJ0gv\":\"Recent Attendees\",\"qhfiwV\":\"Recent check-ins\",\"S+0XMX\":\"Recent orders\",\"Fi3b48\":\"Πρόσφατες Παραγγελίες\",\"7hPBBn\":\"παραλήπτης\",\"jp5bq8\":\"παραλήπτες\",\"yPrbsy\":\"Παραλήπτες\",\"E1F5Ji\":\"Οι παραλήπτες είναι διαθέσιμοι αφού αποσταλεί το μήνυμα\",\"WEYdDv\":\"Recommended\",\"wuhHPE\":\"Recurring\",\"asLqwt\":\"Επαναλαμβανόμενη εκδήλωση\",\"s3uzsK\":\"Ρυθμίσεις επαναλαμβανόμενης εκδήλωσης\",\"D0tAMe\":\"Recurring events\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Ανακατεύθυνση στο Stripe...\",\"pnoTN5\":\"Λογαριασμοί Παραπομπής\",\"ACKu03\":\"Ανανέωση Προεπισκόπησης\",\"vuFYA6\":\"Refund all orders for these dates\",\"4cRUK3\":\"Refund all orders for this date\",\"fKn/k6\":\"Ποσό επιστροφής\",\"qY4rpA\":\"Η επιστροφή απέτυχε\",\"FaK/8G\":[\"Επιστροφή Παραγγελίας \",[\"0\"]],\"MGbi9P\":\"Επιστροφή σε εκκρεμότητα\",\"BDSRuX\":[\"Επιστράφηκε: \",[\"0\"]],\"bU4bS1\":\"Επιστροφές\",\"rYXfOA\":\"Περιφερειακές Ρυθμίσεις\",\"5tl0Bp\":\"Ερωτήσεις Εγγραφής\",\"ZNo5k1\":\"Remaining\",\"Bjh87R\":\"Remove label from all dates\",\"IVZaEo\":\"Αφαιρεί εντελώς τις εξαντλημένες ημερομηνίες και ώρες από τη σελίδα της εκδήλωσης. Όταν είναι απενεργοποιημένο, παραμένουν ορατές και επισημαίνονται ως εξαντλημένες.\",\"5Vkr/a\":\"Αφαίρεση ώρας\",\"KkJtVK\":\"Reopen for new sales\",\"XJwWJp\":\"Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed.\",\"RYlQY0\":\"Επανάληψη\",\"CQeZT8\":\"Η αναφορά δεν βρέθηκε\",\"JEPMXN\":\"Αίτημα νέου συνδέσμου\",\"Yx0Ud8\":\"Αιτήθηκε\",\"Wcv9QD\":\"Αιτήθηκε από\",\"TMLAx2\":\"Υποχρεωτικό\",\"mdeIOH\":\"Επαναποστολή κωδικού\",\"sQxe68\":\"Επαναποστολή Επιβεβαίωσης\",\"bxoWpz\":\"Επαναποστολή Email Επιβεβαίωσης\",\"G42SNI\":\"Επαναποστολή email\",\"TTpXL3\":[\"Επαναποστολή σε \",[\"resendCooldown\"],\"δ\"],\"5CiNPm\":\"Επαναποστολή Εισιτηρίου\",\"Uwsg2F\":\"Δεσμευμένο\",\"8wUjGl\":\"Δεσμευμένο μέχρι\",\"a5z8mb\":\"Reset to base price\",\"kCn6wb\":\"Επαναφορά...\",\"ZlCDf+\":\"Απάντηση\",\"bsydMp\":\"Λεπτομέρειες Απάντησης\",\"yKu/3Y\":\"Επαναφορά\",\"RokrZf\":\"Επαναφορά Εκδήλωσης\",\"/JyMGh\":\"Επαναφορά Διοργανωτή\",\"HFvFRb\":\"Επαναφορά αυτής της εκδήλωσης για να γίνει ξανά ορατή.\",\"DDIcqy\":\"Επαναφορά αυτού του διοργανωτή για να γίνει ξανά ενεργός.\",\"mO8KLE\":\"results\",\"6gRgw8\":\"Επανάληψη\",\"1BG8ga\":\"Επανάληψη Όλων\",\"rDC+T6\":\"Επανάληψη Εργασίας\",\"CbnrWb\":\"Επιστροφή στην Εκδήλωση\",\"Lf7TCn\":\"Οι επαναχρησιμοποιήσιμοι χώροι εμφανίζονται εδώ αυτόματα όταν δημιουργείτε εκδηλώσεις με διευθύνσεις, και μπορείτε να προσθέσετε και δικούς σας.\",\"mdQ0zb\":\"Επαναχρησιμοποιήσιμοι χώροι για τις εκδηλώσεις σας. Οι τοποθεσίες που δημιουργούνται από την αυτόματη συμπλήρωση αποθηκεύονται εδώ αυτόματα.\",\"XFOPle\":\"Reuse\",\"1Zehp4\":\"Reuse a Stripe connection from another organizer in this account.\",\"Oo/PLb\":\"Σύνοψη Εσόδων\",\"CfuueU\":\"Ανάκληση Προσφοράς\",\"Tpm2G9\":\"Διάρκεια\",\"dFFW9L\":[\"Η πώληση έληξε \",[\"0\"]],\"loCKGB\":[\"Η πώληση λήγει \",[\"0\"]],\"wlfBad\":\"Περίοδος Πώλησης\",\"qi81Jg\":\"Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page.\",\"zpekWp\":[\"Η πώληση ξεκινά \",[\"0\"]],\"7s8z0X\":\"Sale window\",\"mUv9U4\":\"Πωλήσεις\",\"9KnRdL\":\"Οι πωλήσεις είναι σε παύση\",\"JC3J0k\":\"Sales, attendance, and check-in breakdown per occurrence\",\"3VnlS9\":\"Πωλήσεις, παραγγελίες και μετρήσεις απόδοσης για όλες τις εκδηλώσεις\",\"3Q1AWe\":\"Πωλήσεις:\",\"LeuERW\":\"Same as event\",\"B4nE3N\":\"Δείγμα τιμής εισιτηρίου\",\"8BRPoH\":\"Δείγμα Χώρου\",\"PiK6Ld\":\"Sat\",\"+5kO8P\":\"Σάββατο\",\"zJiuDn\":\"Save fee override\",\"x1fMXJ\":\"Αποθήκευση προγράμματος\",\"KZrfYJ\":\"Αποθήκευση Κοινωνικών Συνδέσμων\",\"9Y3hAT\":\"Αποθήκευση Προτύπου\",\"C8ne4X\":\"Αποθήκευση Σχεδιασμού Εισιτηρίου\",\"cTI8IK\":\"Save VAT settings\",\"6/TNCd\":\"Αποθήκευση Ρυθμίσεων ΦΠΑ\",\"4RvD9q\":\"Αποθηκευμένη τοποθεσία\",\"cgw0cL\":\"Αποθηκευμένες τοποθεσίες\",\"Fbqm/I\":\"Saving an override creates a dedicated configuration for this organizer if it's currently on the system default.\",\"I+FvbD\":\"Σάρωση\",\"0zd6Nm\":\"Scan a ticket to check in an attendee\",\"bQG7Qk\":\"Scanned tickets will appear here\",\"WDYSLJ\":\"Scanner mode\",\"gmB6oO\":\"Schedule\",\"qQTaVm\":\"Schedule added\",\"j6NnBq\":\"Schedule created successfully\",\"YP7frt\":\"Schedule ends on\",\"QS1Nla\":\"Προγραμματισμός για αργότερα\",\"NAzVVw\":\"Προγραμματισμός Μηνύματος\",\"/rTL/5\":\"Προεπισκόπηση προγράμματος\",\"Fz09JP\":\"Schedule starts on\",\"4ba0NE\":\"Προγραμματισμένο\",\"4HKQZj\":\"Προγραμματισμένη διαγραφή\",\"qcP/8K\":\"Προγραμματισμένη ώρα\",\"A1taO8\":\"Search\",\"ftNXma\":\"Αναζήτηση συνεργατών...\",\"VMU+zM\":\"Search attendees\",\"VY+Bdn\":\"Αναζήτηση ανά όνομα λογαριασμού ή email...\",\"VX+B3I\":\"Αναζήτηση ανά τίτλο εκδήλωσης ή διοργανωτή...\",\"R0wEyA\":\"Αναζήτηση ανά όνομα εργασίας ή εξαίρεση...\",\"YnMfsK\":\"Αναζήτηση με όνομα ή διεύθυνση...\",\"3yKuDu\":\"Αναζητήστε με όνομα ή email και επιλέξτε έναν ή περισσότερους\",\"VT+urE\":\"Αναζήτηση ανά όνομα ή email...\",\"GHdjuo\":\"Αναζήτηση ανά όνομα, email ή λογαριασμό...\",\"4mBFO7\":\"Search by name, order #, ticket # or email\",\"20ce0U\":\"Αναζήτηση ανά ID παραγγελίας, όνομα πελάτη ή email...\",\"4DSz7Z\":\"Αναζήτηση ανά θέμα, εκδήλωση ή λογαριασμό...\",\"gTUY97\":\"Αναζήτηση με τίτλο...\",\"nQC7Z9\":\"Search dates...\",\"iRtEpV\":\"Search dates…\",\"JRM7ao\":\"Search for an address\",\"BWF1kC\":\"Αναζήτηση μηνυμάτων...\",\"5WYZKZ\":\"Αποτελέσματα αναζήτησης\",\"IG85fV\":\"Αναζητήστε αποθηκευμένες τοποθεσίες ή βρείτε μια διεύθυνση...\",\"Du+zn+\":\"Αναζήτηση...\",\"3aD3GF\":\"Seasonal\",\"ku//5b\":\"Second\",\"Mck5ht\":\"Ασφαλής Ολοκλήρωση Αγοράς\",\"s7tXqF\":\"See schedule\",\"JFap6u\":\"See what Stripe still needs\",\"6lGaum\":\"Εμφανίστηκε\",\"p7xUrt\":\"Επιλογή κατηγορίας\",\"hTKQwS\":\"Select a Date & Time\",\"Ps6Xtf\":\"Select a date to see available times\",\"e4L7bF\":\"Επιλέξτε μήνυμα για προβολή περιεχομένου\",\"zPRPMf\":\"Επιλογή βαθμίδας\",\"BFRSTT\":\"Επιλογή Λογαριασμού\",\"wgNoIs\":\"Select all\",\"mCB6Je\":\"Επιλογή Όλων\",\"aCEysm\":[\"Select all on \",[\"0\"]],\"a6+167\":\"Επιλογή εκδήλωσης\",\"4oT6dP\":\"Επιλέξτε τουλάχιστον έναν λογαριασμό\",\"neCGH1\":\"Επιλέξτε τουλάχιστον έναν χρήστη\",\"CFbaPk\":\"Επιλογή ομάδας συμμετεχόντων\",\"88a49s\":\"Select camera\",\"tVW/yo\":\"Επιλογή νομίσματος\",\"SJQM1I\":\"Select date\",\"n9ZhRa\":\"Επιλογή ημερομηνίας και ώρας λήξης\",\"gTN6Ws\":\"Επιλογή ώρας λήξης\",\"0U6E9W\":\"Επιλογή κατηγορίας εκδήλωσης\",\"j9cPeF\":\"Επιλογή τύπων εκδήλωσης\",\"ypTjHL\":\"Select occurrence\",\"DHBGUX\":\"Select products...\",\"KizCK7\":\"Επιλογή ημερομηνίας και ώρας έναρξης\",\"dJZTv2\":\"Επιλογή ώρας έναρξης\",\"x8XMsJ\":\"Επιλέξτε τη βαθμίδα μηνυμάτων για αυτό τον λογαριασμό. Ελέγχει τα όρια μηνυμάτων και τα δικαιώματα συνδέσμων.\",\"aT3jZX\":\"Επιλογή ζώνης ώρας\",\"TxfvH2\":\"Επιλέξτε ποιοι συμμετέχοντες πρέπει να λάβουν αυτό το μήνυμα\",\"Ropvj0\":\"Επιλέξτε ποια γεγονότα θα ενεργοποιήσουν αυτό το webhook\",\"+6YAwo\":\"selected\",\"ylXj1N\":\"Επιλεγμένο\",\"uq3CXQ\":\"Sell out your event.\",\"oBXbO4\":\"Selling a physical product? Cap its quantity on the <0>products page instead.\",\"j9b/iy\":\"Πωλείται γρήγορα 🔥\",\"73qYgo\":\"Αποστολή ως δοκιμαστικό\",\"HMAqFK\":\"Αποστολή email σε συμμετέχοντες, κατόχους εισιτηρίων ή κατόχους παραγγελιών. Τα μηνύματα μπορούν να αποσταλούν αμέσως ή να προγραμματιστούν.\",\"22Itl6\":\"Αποστολή αντιγράφου σε εμένα\",\"NpEm3p\":\"Αποστολή τώρα\",\"nOBvex\":\"Αποστολή δεδομένων παραγγελίας και συμμετεχόντων σε πραγματικό χρόνο στα εξωτερικά συστήματα.\",\"1lNPhX\":\"Αποστολή email ειδοποίησης επιστροφής\",\"eaUTwS\":\"Αποστολή συνδέσμου επαναφοράς\",\"5cV4PY\":\"Send to all occurrences, or choose a specific one\",\"QEQlnV\":\"Στείλτε το πρώτο σας μήνυμα\",\"IoAuJG\":\"Αποστολή...\",\"h69WC6\":\"Εστάλη\",\"BVu2Hz\":\"Εστάλη Από\",\"ZFa8wv\":\"Sent to attendees when a scheduled date is cancelled\",\"SPdzrs\":\"Αποστέλλεται στους πελάτες όταν κάνουν παραγγελία\",\"LxSN5F\":\"Αποστέλλεται σε κάθε συμμετέχοντα με τα στοιχεία εισιτηρίου\",\"hgvbYY\":\"September\",\"5sN96e\":\"Session cancelled\",\"S9i0UC\":[\"συνεδρίες · \",[\"dateCount\"],\" ημερομηνίες × \",[\"timesPerDay\"],\" ώρες\"],\"89xaFU\":\"Ορίστε προεπιλεγμένες ρυθμίσεις τελών πλατφόρμας για νέες εκδηλώσεις αυτού του διοργανωτή.\",\"eXssj5\":\"Ορίστε προεπιλεγμένες ρυθμίσεις για νέες εκδηλώσεις αυτού του διοργανωτή.\",\"uPe5p8\":\"Set how long each date lasts\",\"ODuUEi\":\"Set or clear the date label\",\"buHACR\":\"Set the end time of each date to be this long after its start time.\",\"TaeFgl\":\"Set to unlimited (remove limit)\",\"pd6SSe\":\"Set up a recurring schedule to automatically create dates, or add them one at a time.\",\"s0FkEx\":\"Ρυθμίστε λίστες check-in για διαφορετικές εισόδους, συνεδρίες ή ημέρες.\",\"TaWVGe\":\"Set up payouts\",\"JA//e6\":\"Set up schedule\",\"gzXY7l\":\"Set Up Schedule\",\"0Ls9qe\":\"Set up the tickets you'll sell and their prices\",\"xMO+Ao\":\"Ρυθμίστε τον οργανισμό σας\",\"5pEFnq\":\"Ρυθμίστε το πρόγραμμά σας\",\"zRRuUD\":\"Set up your schedule in the next steps\",\"ETC76A\":\"Set, change, or remove the date's location or online details\",\"C3htzi\":\"Η ρύθμιση ενημερώθηκε\",\"Ohn74G\":\"Ρύθμιση & Σχεδιασμός\",\"1W5XyZ\":\"Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event.\",\"GG7qDw\":\"Κοινοποίηση Συνδέσμου Συνεργάτη\",\"hL7sDJ\":\"Κοινοποίηση Σελίδας Διοργανωτή\",\"jy6QDF\":\"Διαχείριση Κοινής Χωρητικότητας\",\"jDNHW4\":\"Shift times\",\"tPfIaW\":[\"Shifted times for \",[\"count\"],\" date(s)\"],\"WwlM8F\":\"Εμφάνιση σύνθετων επιλογών\",\"cMW+gm\":[\"Εμφάνιση όλων των πλατφορμών (\",[\"0\"],\" περισσότερες με τιμές)\"],\"wXi9pZ\":\"Show attendee notes to non-logged-in staff\",\"4LZFir\":\"Εμφάνιση ολόκληρου του εύρους ημερομηνιών\",\"UVPI5D\":\"Εμφάνιση λιγότερων πλατφορμών\",\"Eu/N/d\":\"Εμφάνιση πλαισίου εξουσιοδότησης μάρκετινγκ\",\"SXzpzO\":\"Εμφάνιση πλαισίου εξουσιοδότησης μάρκετινγκ ως προεπιλογή\",\"b33PL9\":\"Εμφάνιση περισσότερων πλατφορμών\",\"Eut7p9\":\"Show order details to non-logged-in staff\",\"+RoWKN\":\"Show question answers to non-logged-in staff\",\"jbcx6L\":\"Show remaining capacity on event dates\",\"rXxBOx\":\"Show remaining capacity to buyers\",\"t1LIQW\":[\"Εμφάνιση \",[\"0\"],\" από \",[\"totalRows\"],\" εγγραφές\"],\"E717U9\":[\"Showing \",[\"0\"],\"–\",[\"1\"],\" of \",[\"2\"]],\"5rzhBQ\":[\"Showing \",[\"MAX_VISIBLE\"],\" of \",[\"totalAvailable\"],\" dates. Type to search.\"],\"WSt3op\":[\"Showing the first \",[\"0\"],\" — the remaining \",[\"1\"],\" session(s) will still be targeted when the message is sent.\"],\"o1UbOh\":\"Εμφανίζεται να αναπηδά στην κορυφή του αναδυόμενου παραθύρου\",\"OJLTEL\":\"Shown to staff the first time they open the check-in page.\",\"lbfXEJ\":\"Shows remaining\",\"jVRHeq\":\"Εγγράφηκε\",\"5C7J+P\":\"Single Event\",\"E//btK\":\"Skip manually edited dates\",\"paESr6\":\"Σλοβακικά\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Κοινωνικά\",\"d0rUsW\":\"Κοινωνικοί Σύνδεσμοι\",\"j/TOB3\":\"Κοινωνικοί Σύνδεσμοι & Ιστοσελίδα\",\"s9KGXU\":\"Πωλήθηκε\",\"yp+0jj\":\"sold out\",\"1hupow\":\"Εξαντλημένο, διαθέσιμη λίστα αναμονής\",\"iACSrw\":\"Some details are hidden from public access. Log in to view everything.\",\"Dia6iz\":\"Something went wrong while deleting the image. Please try again.\",\"KTxc6k\":\"Κάτι πήγε στραβά, δοκιμάστε ξανά ή επικοινωνήστε με την υποστήριξη εάν το πρόβλημα επιμένει\",\"lkE00/\":\"Κάτι πήγε στραβά. Παρακαλώ δοκιμάστε ξανά αργότερα.\",\"wdxz7K\":\"Πηγή\",\"SzuJ5m\":\"Συγκεκριμένοι λογαριασμοί\",\"/h8G1o\":\"Συγκεκριμένοι χρήστες\",\"fDG2by\":\"Spirituality\",\"oPaRES\":\"Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end.\",\"7JFNej\":\"Αθλητισμός\",\"/bfV1Y\":\"Staff instructions\",\"StWUH4\":\"Start check-in\",\"JcQp9p\":\"Ημερομηνία & ώρα έναρξης\",\"0m/ekX\":\"Ημερομηνία & Ώρα Έναρξης\",\"izRfYP\":\"Η ημερομηνία έναρξης είναι υποχρεωτική\",\"xAYSEs\":\"Ώρα έναρξης\",\"n9ZrDo\":\"Start typing a venue or address...\",\"DACR+e\":\"Starts collapsed\",\"qeFVhN\":[\"Starts in \",[\"diffDays\"],\" days\"],\"AOqtxN\":[\"Starts in \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Starts in \",[\"h\"],\"h \",[\"m\"],\"m\"],\"Lo49in\":[\"Starts in \",[\"seconds\"],\"s\"],\"NqChgF\":\"Starts tomorrow\",\"2NbyY/\":\"Στατιστικά\",\"GVUxAX\":\"Τα στατιστικά βασίζονται στην ημερομηνία δημιουργίας λογαριασμού\",\"29Hx9U\":\"Stats\",\"5ia+r6\":\"Still needed\",\"wuV0bK\":\"Διακοπή Υποκατάστασης\",\"S/7MPw\":\"Ο λογαριασμός Stripe αποσυνδέθηκε.\",\"s/KaDb\":\"Stripe connected\",\"Bk06QI\":\"Stripe Συνδεδεμένο\",\"akZMv8\":[\"Stripe connection copied from \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe didn't return a setup link. Please try again.\",\"aKtF0O\":\"Stripe Μη Συνδεδεμένο\",\"9i0++A\":\"ID Πληρωμής Stripe\",\"R1lIMV\":\"Stripe will need a few more details soon\",\"FzcCHA\":\"Stripe will walk you through a few quick questions to finish setup.\",\"ii0qn/\":\"Το θέμα είναι υποχρεωτικό\",\"M7Uapz\":\"Το θέμα θα εμφανιστεί εδώ\",\"6aXq+t\":\"Θέμα:\",\"JwTmB6\":\"Επιτυχής Αντιγραφή Προϊόντος\",\"WUOCgI\":\"Επιτυχής προσφορά θέσης\",\"IvxA4G\":[\"Επιτυχής προσφορά εισιτηρίων σε \",[\"count\"],\" άτομα\"],\"kKpkzy\":\"Επιτυχής προσφορά εισιτηρίου σε 1 άτομο\",\"Zi3Sbw\":\"Επιτυχής αφαίρεση από λίστα αναμονής\",\"RuaKfn\":\"Επιτυχής Ενημέρωση Διεύθυνσης\",\"kzx0uD\":\"Επιτυχής Ενημέρωση Προεπιλογών Εκδήλωσης\",\"5n+Wwp\":\"Επιτυχής Ενημέρωση Διοργανωτή\",\"DMCX/I\":\"Επιτυχής Ενημέρωση Προεπιλογών Τελών Πλατφόρμας\",\"URUYHc\":\"Επιτυχής Ενημέρωση Ρυθμίσεων Τελών Πλατφόρμας\",\"kRWc2g\":\"Οι ρυθμίσεις επαναλαμβανόμενης εκδήλωσης ενημερώθηκαν με επιτυχία\",\"0Dk/l8\":\"Επιτυχής Ενημέρωση Ρυθμίσεων SEO\",\"S8Tua9\":\"Επιτυχής Ενημέρωση Ρυθμίσεων\",\"MhOoLQ\":\"Επιτυχής Ενημέρωση Κοινωνικών Συνδέσμων\",\"CNSSfp\":\"Επιτυχής Ενημέρωση Ρυθμίσεων Παρακολούθησης\",\"kj7zYe\":\"Επιτυχής ενημέρωση Webhook\",\"dXoieq\":\"Σύνοψη\",\"/RfJXt\":[\"Καλοκαιρινό Μουσικό Φεστιβάλ \",[\"0\"]],\"CWOPIK\":\"Καλοκαιρινό Μουσικό Φεστιβάλ 2025\",\"D89zck\":\"Sun\",\"DBC3t5\":\"Κυριακή\",\"UaISq3\":\"Σουηδικά\",\"JZTQI0\":\"Εναλλαγή Διοργανωτή\",\"9YHrNC\":\"Προεπιλογή Συστήματος\",\"jGR53C\":\"T-shirts, mugs and more\",\"hCR98w\":\"Πατήστε τις ημερομηνίες όπως σε ημερολόγιο.\",\"lruQkA\":\"Tap this screen to resume scanning\",\"X9v2GM\":\"Λογαριασμοί-στόχοι\",\"TmyDCw\":\"Χρήστες-στόχοι\",\"TJUrME\":[\"Targeting attendees across \",[\"0\"],\" selected sessions.\"],\"yT6dQ8\":\"Φόρος που συλλέχθηκε ανά τύπο φόρου και εκδήλωση\",\"Ye321X\":\"Όνομα Φόρου\",\"WyCBRt\":\"Σύνοψη Φόρου\",\"QC3FVX\":\"Taxes & fees\",\"GkH0Pq\":\"Εφαρμόστηκαν φόροι & τέλη\",\"SXvRWU\":\"Team collaboration\",\"vlf/In\":\"Τεχνολογία\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Πείτε στους ανθρώπους τι να περιμένουν στην εκδήλωσή σας\",\"NiIUyb\":\"Πείτε μας για την εκδήλωσή σας\",\"DovcfC\":\"Πείτε μας για τον οργανισμό σας. Αυτές οι πληροφορίες θα εμφανίζονται στις σελίδες εκδηλώσεων.\",\"69GWRq\":\"Tell us how often your event repeats and we'll create all the dates for you.\",\"mXPbwY\":\"Tell us your VAT registration status so we apply the correct VAT treatment to platform fees.\",\"7wtpH5\":\"Πρότυπο Ενεργό\",\"QHhZeE\":\"Το πρότυπο δημιουργήθηκε επιτυχώς\",\"xrWdPR\":\"Το πρότυπο διαγράφηκε επιτυχώς\",\"G04Zjt\":\"Το πρότυπο αποθηκεύτηκε επιτυχώς\",\"xowcRf\":\"Όροι Χρήσης\",\"6K0GjX\":\"Το κείμενο μπορεί να είναι δύσκολο να διαβαστεί\",\"nm3Iz/\":\"Σας ευχαριστούμε για τη συμμετοχή σας!\",\"pYwj0k\":\"Thanks,\",\"cIHkSd\":[\"Αυτό είναι \",[\"totalOccurrences\"],\" συνεδρίες — το μέγιστο είναι \",[\"max\"],\". Μειώστε το εύρος ή τη συχνότητα.\"],\"k3IitN\":\"That's a wrap\",\"KfmPRW\":\"Το χρώμα φόντου της σελίδας. Όταν χρησιμοποιείται εικόνα εξωφύλλου, εφαρμόζεται ως επικάλυψη.\",\"MDNyJz\":\"Ο κωδικός θα λήξει σε 10 λεπτά. Ελέγξτε τον φάκελο spam εάν δεν βλέπετε το email.\",\"AIF7J2\":\"Το νόμισμα στο οποίο ορίζεται το σταθερό τέλος. Θα μετατραπεί στο νόμισμα παραγγελίας κατά το checkout.\",\"k3LFkM\":\"Το νόμισμα που χρησιμοποιείται για τις τιμές των εισιτηρίων αυτής της εκδήλωσης.\",\"7oksH+\":[\"Η έκπτωση αφαιρείται από κάθε επιλέξιμο προϊόν. Π.χ. έκπτωση \",[\"currencySymbol\"],\"10 × 3 εισιτήρια = έκπτωση \",[\"currencySymbol\"],\"30.\"],\"sKL8k2\":\"Η έκπτωση αφαιρείται μία φορά από το σύνολο της παραγγελίας.\",\"cDHM1d\":\"Η διεύθυνση email άλλαξε. Ο συμμετέχων θα λάβει νέο εισιτήριο στην ενημερωμένη διεύθυνση.\",\"tXadb0\":\"Η εκδήλωση που αναζητάτε δεν είναι διαθέσιμη αυτή τη στιγμή. Μπορεί να αφαιρέθηκε, να έληξε ή το URL μπορεί να είναι λανθασμένο.\",\"sxKqBm\":\"Το πλήρες ποσό παραγγελίας θα επιστραφεί στην αρχική μέθοδο πληρωμής του πελάτη.\",\"KgDp6G\":\"Ο σύνδεσμος που προσπαθείτε να αποκτήσετε πρόσβαση έχει λήξει ή δεν είναι πλέον έγκυρος. Ελέγξτε το email σας για ενημερωμένο σύνδεσμο.\",\"sYLeDq\":\"Ο διοργανωτής που αναζητάτε δεν βρέθηκε. Η σελίδα μπορεί να μετακινήθηκε, διαγράφηκε ή το URL μπορεί να είναι λανθασμένο.\",\"PCr4zw\":\"The override is recorded in the order audit log.\",\"C4nQe5\":\"Το τέλος πλατφόρμας προστίθεται στην τιμή εισιτηρίου. Οι αγοραστές πληρώνουν περισσότερο, αλλά λαμβάνετε την πλήρη τιμή εισιτηρίου.\",\"HxxXZO\":\"Το κύριο χρώμα επωνυμίας για κουμπιά και ανάδειξη\",\"OVSkIF\":\"Η γρήγορη καφέ αλεπού πηδά πάνω από τον τεμπέλη σκύλο.\",\"z0KrIG\":\"Η προγραμματισμένη ώρα είναι υποχρεωτική\",\"EWErQh\":\"Η προγραμματισμένη ώρα πρέπει να είναι στο μέλλον\",\"UNd0OU\":[\"The session for \\\"\",[\"title\"],\"\\\" originally scheduled for \",[\"0\"],\" has been rescheduled.\"],\"DEcpfp\":\"Το σώμα προτύπου περιέχει μη έγκυρη σύνταξη Liquid. Παρακαλώ διορθώστε και δοκιμάστε ξανά.\",\"qpmtdK\":\"Η ζώνη ώρας που χρησιμοποιείται για τις ημερομηνίες και ώρες αυτής της εκδήλωσης.\",\"N3VfVA\":\"Η μεταφόρτωση δεν έφτασε στον διακομιστή. Ελέγξτε τη σύνδεσή σας και, αν το αρχείο είναι μεγάλο, δοκιμάστε μικρότερη εικόνα (έως 5MB).\",\"injXD7\":\"Ο αριθμός ΦΠΑ δεν μπόρεσε να επαληθευτεί. Παρακαλώ ελέγξτε τον αριθμό και δοκιμάστε ξανά.\",\"A4UmDy\":\"Θέατρο\",\"tDwYhx\":\"Θέμα & Χρώματα\",\"ybBP2H\":\"There are no products available for this date. Please choose another date.\",\"O7g4eR\":\"There are no upcoming dates for this event\",\"062KsE\":\"These details are shown on the attendee's ticket and order summary for this date only.\",\"5Eu+tn\":\"Αυτά τα στοιχεία θα εμφανιστούν μόνο εάν η παραγγελία ολοκληρωθεί με επιτυχία.\",\"jQjwR+\":\"These details will replace any existing location on the affected dates and show on attendee tickets.\",\"6eaLu/\":\"Αυτές οι τιμές ισχύουν για όλες τις ημερομηνίες του προγράμματός σας και οι ποσότητες των επιπέδων περιορίζουν τις συνολικές πωλήσεις για όλες τις ημερομηνίες συνολικά. Οι ημερομηνίες πώλησης των επιπέδων ισχύουν καθολικά. Μπορείτε να παρακάμψετε τις τιμές για μεμονωμένες ημερομηνίες στη <0>σελίδα Προγράμματος ημερομηνιών.\",\"QP3gP+\":\"Αυτές οι ρυθμίσεις ισχύουν μόνο για τον αντιγραμμένο κώδικα ενσωμάτωσης και δεν θα αποθηκευτούν.\",\"HirZe8\":\"Αυτά τα πρότυπα θα χρησιμοποιούνται ως προεπιλογές για όλες τις εκδηλώσεις στον οργανισμό σας. Μεμονωμένες εκδηλώσεις μπορούν να τα παρακάμψουν.\",\"lzAaG5\":\"Αυτά τα πρότυπα θα παρακάμψουν τις προεπιλογές διοργανωτή μόνο για αυτή την εκδήλωση. Εάν δεν έχει οριστεί προσαρμοσμένο πρότυπο, θα χρησιμοποιηθεί το πρότυπο διοργανωτή.\",\"UlykKR\":\"Third\",\"1YTBzS\":\"Αυτός ο λογαριασμός δεν έχει ολοκληρωμένες παραγγελίες, επομένως όλα τα δεδομένα του θα διαγραφούν οριστικά.\",\"jCPU8z\":\"Αυτός ο λογαριασμός έχει προγραμματιστεί για διαγραφή\",\"zfNCE8\":[\"Αυτός ο λογαριασμός έχει προγραμματιστεί για διαγραφή στις <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes.\",\"SOmGDa\":\"This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins.\",\"XBNC3E\":\"Αυτός ο κωδικός θα χρησιμοποιηθεί για παρακολούθηση πωλήσεων. Επιτρέπονται μόνο γράμματα, αριθμοί, παύλες και κάτω παύλες.\",\"AaP0M+\":\"Αυτός ο συνδυασμός χρωμάτων μπορεί να είναι δύσκολο να διαβαστεί από ορισμένους χρήστες\",\"o1phK/\":[\"This date has \",[\"orderCount\"],\" order(s) that will be affected.\"],\"F/UtGt\":\"This date has been cancelled. You can still delete it to remove it permanently.\",\"BLZ7pX\":\"This date is in the past. It will be created but won't be visible to attendees under upcoming dates.\",\"7IIY0z\":\"This date is marked sold out.\",\"bddWMP\":\"This date is no longer available. Please select another date.\",\"E9BqZw\":\"This date only\",\"n68908\":[\"Αυτό αποσυνδέει το \",[\"stripeAccountId\"],\" από αυτόν τον διοργανωτή. Οι πωλήσεις εισιτηρίων επί πληρωμή θα σταματήσουν να λειτουργούν μέχρι να συνδέσετε ξανά έναν λογαριασμό Stripe.\"],\"RzEvf5\":\"Αυτή η εκδήλωση έχει τελειώσει\",\"kc4bIA\":\"Αυτή η εκδήλωση δεν έχει ακόμα εισιτήρια ή προϊόντα, οπότε οι συμμετέχοντες δεν θα μπορούν να εγγραφούν.\",\"eMaNd0\":\"This event is not available\",\"YClrdK\":\"Αυτή η εκδήλωση δεν έχει δημοσιευτεί ακόμα\",\"GL6z+k\":\"Αυτή η εκδήλωση έχει εξαντληθεί\",\"pIwDhS\":\"This event's dates and times are set on the occurrence schedule.\",\"ny5rgr\":\"This is a recurring event\",\"tc64Zz\":\"Αυτό είναι το όνομα της κατηγορίας που θα εμφανίζεται στη σελίδα της εκδήλωσης.\",\"dFJnia\":\"Αυτό είναι το όνομα διοργανωτή που θα εμφανίζεται στους χρήστες σας.\",\"vt7jiq\":\"Αυτή είναι η μοναδική φορά που θα εμφανιστεί το signing secret. Αντιγράψτε το τώρα και φυλάξτε το ασφαλώς.\",\"5DpZrC\":\"Αυτό περιορίζει τις συνολικές πωλήσεις για όλες τις ημερομηνίες του προγράμματός σας συνολικά — δεν είναι όριο ανά ημερομηνία. Για να περιορίσετε τη συμμετοχή ανά ημερομηνία, ορίστε χωρητικότητα στη <0>σελίδα Προγράμματος ημερομηνιών.\",\"L7dIM7\":\"Αυτός ο σύνδεσμος δεν είναι έγκυρος ή έχει λήξει.\",\"MR5ygV\":\"Αυτός ο σύνδεσμος δεν είναι πλέον έγκυρος\",\"9LEqK0\":\"Αυτό το όνομα είναι ορατό στους τελικούς χρήστες\",\"QdUMM9\":\"This occurrence is at capacity\",\"j5FdeA\":\"Αυτή η παραγγελία επεξεργάζεται.\",\"sjNPMw\":\"Αυτή η παραγγελία εγκαταλείφθηκε. Μπορείτε να ξεκινήσετε νέα παραγγελία ανά πάσα στιγμή.\",\"OhCesD\":\"Αυτή η παραγγελία ακυρώθηκε. Μπορείτε να ξεκινήσετε νέα παραγγελία ανά πάσα στιγμή.\",\"lyD7rQ\":\"Αυτό το προφίλ διοργανωτή δεν έχει δημοσιευτεί ακόμα\",\"9b5956\":\"Αυτή η προεπισκόπηση δείχνει πώς θα φαίνεται το email με δείγμα δεδομένων. Τα πραγματικά email θα χρησιμοποιούν πραγματικές τιμές.\",\"uM9Alj\":\"Αυτό το προϊόν αναδεικνύεται στη σελίδα εκδήλωσης\",\"RqSKdX\":\"Αυτό το προϊόν έχει εξαντληθεί\",\"4PDH+K\":\"This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to.\",\"qEGn8I\":\"Αυτή η επαναλαμβανόμενη εκδήλωση δεν έχει ακόμα ημερομηνίες, οπότε οι συμμετέχοντες δεν έχουν τίποτα να κρατήσουν.\",\"W12OdJ\":\"Αυτή η αναφορά είναι μόνο για ενημερωτικούς σκοπούς. Πάντα συμβουλευτείτε φορολογικό σύμβουλο πριν χρησιμοποιήσετε αυτά τα δεδομένα.\",\"1LuJNw\":\"Αυτό το εισιτήριο δεν ισχύει πλέον\",\"0Ew0uk\":\"Αυτό το εισιτήριο σαρώθηκε μόλις τώρα. Παρακαλώ περιμένετε πριν σαρώσετε ξανά.\",\"FYXq7k\":[\"This will affect \",[\"loadedAffectedCount\"],\" date(s).\"],\"kvpxIU\":\"Αυτό θα χρησιμοποιηθεί για ειδοποιήσεις και επικοινωνία με τους χρήστες σας.\",\"bPgkdx\":\"Αυτό θα ακυρώσει την προγραμματισμένη διαγραφή και θα επανενεργοποιήσει τον λογαριασμό. Ο κάτοχος του λογαριασμού θα ειδοποιηθεί μέσω email.\",\"4yx4a4\":[\"Αυτό θα απενεργοποιήσει τον λογαριασμό σας αμέσως και θα τον διαγράψει οριστικά μετά από 30 ημέρες. Για επιβεβαίωση, πληκτρολογήστε το όνομα του λογαριασμού σας: <0>\",[\"0\"],\"\"],\"rhsath\":\"Αυτό δεν θα είναι ορατό στους πελάτες, αλλά σας βοηθά να αναγνωρίσετε τον συνεργάτη.\",\"VGEfU7\":\"Αυτό θα διαγράψει ή θα ανωνυμοποιήσει οριστικά τον λογαριασμό αμέσως, χωρίς αναμονή για την προγραμματισμένη ημερομηνία. Δεν μπορεί να αναιρεθεί.\",\"hV6FeJ\":\"Throughput\",\"+FjWgX\":\"Thu\",\"kkDQ8m\":\"Πέμπτη\",\"0GSPnc\":\"Σχεδιασμός Εισιτηρίου\",\"EZC/Cu\":\"Ο σχεδιασμός εισιτηρίου αποθηκεύτηκε επιτυχώς\",\"bbslmb\":\"Σχεδιαστής Εισιτηρίου\",\"1BPctx\":\"Εισιτήριο για\",\"HGuXjF\":\"Κάτοχοι εισιτηρίων\",\"CMUt3Y\":\"Κάτοχοι Εισιτηρίων\",\"awHmAT\":\"ID Εισιτηρίου\",\"6czJik\":\"Λογότυπο Εισιτηρίου\",\"t79rDv\":\"Εισιτήριο Δεν Βρέθηκε\",\"6tmWch\":\"Εισιτήριο ή Προϊόν\",\"1tfWrD\":\"Προεπισκόπηση Εισιτηρίου για\",\"KnjoUA\":\"Τιμή εισιτηρίου\",\"pGZOcL\":\"Το εισιτήριο εστάλη ξανά επιτυχώς\",\"o02GZM\":\"Ticket sales have ended for this event\",\"8jLPgH\":\"Τύπος Εισιτηρίου\",\"8qsbZ5\":\"Εισιτήρια & Πωλήσεις\",\"zNECqg\":\"εισιτήρια\",\"6GQNLE\":\"Εισιτήρια\",\"NRhrIB\":\"Εισιτήρια & Προϊόντα\",\"OrWHoZ\":\"Τα εισιτήρια προσφέρονται αυτόματα σε πελάτες λίστας αναμονής όταν διατίθεται χωρητικότητα.\",\"AGRilS\":\"Εισιτήρια που Πωλήθηκαν\",\"4/dG8J\":\"Tiers\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Time\",\"kGEhUy\":\"Ώρες\",\"fXf2r5\":[\"Times shown in \",[\"timezoneAbbr\"]],\"9udQT9\":\"Ο τίτλος είναι υποχρεωτικός\",\"dMtLDE\":\"to\",\"/jQctM\":\"Προς\",\"tiI71C\":\"Για να αυξήσετε τα όριά σας, επικοινωνήστε μαζί μας στο\",\"ecUA8p\":\"Today\",\"W428WC\":\"Εναλλαγή στηλών\",\"BRMXj0\":\"Tomorrow\",\"UBSG1X\":\"Κορυφαίοι Διοργανωτές (Τελευταίες 14 Ημέρες)\",\"3sZ0xx\":\"Σύνολο Λογαριασμών\",\"SMDzqJ\":\"Σύνολο Συμμετεχόντων\",\"orBECM\":\"Σύνολο Εισπράχθηκε\",\"k5CU8c\":\"Σύνολο Εγγραφών\",\"4B7oCp\":\"Συνολικό Τέλος\",\"sMMlTX\":\"Total fees\",\"mlvCEl\":\"Total orders\",\"2AW/k5\":\"Συνολική ποσότητα για όλες τις ημερομηνίες\",\"dp8BCb\":\"Total tax\",\"vb0Q0/\":\"Σύνολο Χρηστών\",\"oJjplO\":\"Σύνολο Προβολών\",\"rBZ9pz\":\"Tours\",\"orluER\":\"Παρακολούθηση ανάπτυξης λογαριασμού και απόδοσης ανά πηγή\",\"YwKzpH\":\"Παρακολούθηση & Αναλυτικά\",\"GUA0Jy\":\"Try a different search term or filter\",\"2P/OWN\":\"Try adjusting your filters to see more dates.\",\"ouM5IM\":\"Δοκιμάστε άλλο email\",\"3DZvE7\":\"Δοκιμάστε το Hi.Events Δωρεάν\",\"vq2WxD\":\"Tue\",\"G3myU+\":\"Τρίτη\",\"Kz91g/\":\"Τουρκικά\",\"GdOhw6\":\"Απενεργοποίηση ήχου\",\"KUOhTy\":\"Ενεργοποίηση ήχου\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Πληκτρολογήστε \\\"delete\\\" για επιβεβαίωση\",\"nSlb72\":\"Πληκτρολογήστε για αναζήτηση...\",\"nWRfmt\":\"Τυπογραφία\",\"IrVSu+\":\"Αδύνατη αντιγραφή προϊόντος. Ελέγξτε τα στοιχεία σας\",\"Vx2J6x\":\"Αδύνατη φόρτωση συμμετέχοντα\",\"h0dx5e\":\"Αδύνατη εγγραφή στη λίστα αναμονής\",\"DaE0Hg\":\"Unable to load attendee details.\",\"GlnD5Y\":\"Unable to load products for this date. Please try again.\",\"17VbmV\":\"Unable to undo check-in\",\"n57zCW\":\"Μη Αποδιδόμενοι Λογαριασμοί\",\"9uI/rE\":\"Undo\",\"Ef7StM\":\"Άγνωστο\",\"ZBAScj\":\"Άγνωστος Συμμετέχων\",\"MEIAzV\":\"Χωρίς όνομα\",\"K6L5Mx\":\"Τοποθεσία χωρίς όνομα\",\"7yiFvZ\":\"Απλήρωτο\",\"C51N+0\":\"έως\",\"NaeLn8\":[\"Until \",[\"end\"]],\"porwAO\":\"Έως ημερομηνία\",\"ZIb6rJ\":\"Untitled product\",\"crJM8s\":\"Untitled ticket\",\"X13xGn\":\"Μη Αξιόπιστο\",\"0bT1FT\":[\"Up to \",[\"max\"],\" per order\"],\"gyXpQN\":\"Upcoming events\",\"Pp1sWX\":\"Ενημέρωση Συνεργάτη\",\"59qHrb\":\"Update capacity\",\"Gaem9v\":\"Update event name and description\",\"7EhE4k\":\"Update label\",\"NPQWj8\":\"Update location\",\"75+lpR\":[\"Update: \",[\"subjectTitle\"],\" — schedule changes\"],\"UOGHdA\":[\"Update: \",[\"subjectTitle\"],\" — session time changed\"],\"+b7T3G\":\"Ενημερώθηκε\",\"ogoTrw\":[\"Updated \",[\"count\"],\" date(s)\"],\"dDuona\":[\"Updated capacity for \",[\"count\"],\" date(s)\"],\"FT3LSc\":[\"Updated label for \",[\"count\"],\" date(s)\"],\"8EcY1g\":[\"Updated location for \",[\"count\"],\" date(s)\"],\"83tNam\":\"Ενημερώνεται καθώς δημιουργείτε τον κανόνα. Ξεφυλλίστε τους μήνες για να ελέγξετε τις ημερομηνίες.\",\"/XlQr2\":\"Updates as you type.\",\"gJQsLv\":\"Μεταφόρτωση εικόνας εξωφύλλου για τον διοργανωτή\",\"4kEGqW\":\"Μεταφόρτωση λογότυπου για τον διοργανωτή\",\"lnCMdg\":\"Μεταφόρτωση Εικόνας\",\"29w7p6\":\"Μεταφόρτωση εικόνας...\",\"HtrFfw\":\"Το URL είναι υποχρεωτικό\",\"3VnYUR\":\"Το URL πρέπει να ξεκινά με http:// ή https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB scanner listening\",\"dyTklH\":\"USB scanner paused\",\"OHJXlK\":\"Χρησιμοποιήστε <0>Liquid templating για εξατομίκευση email\",\"/rsy72\":\"Use event default\",\"0k4cdb\":\"Χρήση στοιχείων παραγγελίας για όλους τους συμμετέχοντες. Τα ονόματα και email θα αντιστοιχούν στον αγοραστή.\",\"bA31T4\":\"Χρήση στοιχείων αγοραστή για όλους τους συμμετέχοντες\",\"PpgtnC\":\"Χρήση αυτής της διεύθυνσης\",\"rnoQsz\":\"Χρησιμοποιείται για περιγράμματα, ανάδειξη και στυλιζάρισμα QR code\",\"b0XTc/\":[\"Χρήστες (\",[\"0\"],\")\"],\"BV4L/Q\":\"Αναλυτικά UTM\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Επαλήθευση αριθμού ΦΠΑ...\",\"t7caBM\":\"VAT country code\",\"WLkfqH\":\"VAT number\",\"pnVh83\":\"Αριθμός ΦΠΑ\",\"CabI04\":\"Ο αριθμός ΦΠΑ δεν πρέπει να περιέχει κενά\",\"PMhxAR\":\"Ο αριθμός ΦΠΑ πρέπει να ξεκινά με κωδικό χώρας 2 γραμμάτων ακολουθούμενο από 8-15 αλφαριθμητικούς χαρακτήρες (π.χ. DE123456789)\",\"gPgdNV\":\"Ο αριθμός ΦΠΑ επικυρώθηκε με επιτυχία\",\"RUMiLy\":\"Η επαλήθευση αριθμού ΦΠΑ απέτυχε\",\"vqji3Y\":\"Η επαλήθευση αριθμού ΦΠΑ απέτυχε. Παρακαλώ ελέγξτε τον αριθμό ΦΠΑ σας.\",\"8dENF9\":\"ΦΠΑ στο Τέλος\",\"ZutOKU\":\"Συντελεστής ΦΠΑ\",\"+KJZt3\":\"VAT registered\",\"Nfbg76\":\"Οι ρυθμίσεις ΦΠΑ αποθηκεύτηκαν επιτυχώς\",\"UvYql/\":\"Οι ρυθμίσεις ΦΠΑ αποθηκεύτηκαν. Επαληθεύουμε τον αριθμό ΦΠΑ σε παρασκήνιο.\",\"bXn1Jz\":\"VAT settings updated\",\"tJylUv\":\"Αντιμετώπιση ΦΠΑ για Τέλη Πλατφόρμας\",\"FlGprQ\":\"Αντιμετώπιση ΦΠΑ για τέλη πλατφόρμας: Επιχειρήσεις εγγεγραμμένες για ΦΠΑ στην ΕΕ μπορούν να χρησιμοποιήσουν τον μηχανισμό αντίστροφης χρέωσης (0%). Μη εγγεγραμμένες χρεώνονται με ιρλανδικό ΦΠΑ 23%.\",\"516oLj\":\"Η υπηρεσία επαλήθευσης ΦΠΑ δεν είναι προσωρινά διαθέσιμη\",\"p6QQLa\":[\"VAT: \",[\"0\"]],\"5q87Y9\":\"VAT: not registered\",\"AdWhjZ\":\"Κωδικός επαλήθευσης\",\"kUAumu\":\"Verification email sent. Check your inbox.\",\"QDEWii\":\"Επαληθευμένο\",\"wCKkSr\":\"Επαλήθευση Email\",\"/IBv6X\":\"Επαληθεύστε το email σας\",\"u8nB38\":\"Verify your email so attendees can receive tickets\",\"e/cvV1\":\"Επαλήθευση...\",\"fROFIL\":\"Βιετναμεζικά\",\"p5nYkr\":\"View All\",\"yA/6BX\":\"View all →\",\"6CQ7/B\":\"View all capabilities\",\"YSE15b\":\"View all check-in lists\",\"RnvnDc\":\"Προβολή όλων των μηνυμάτων που εστάλησαν στην πλατφόρμα\",\"+WFMis\":\"Προβολή και λήψη αναφορών για όλες τις εκδηλώσεις. Περιλαμβάνονται μόνο ολοκληρωμένες παραγγελίες.\",\"c7VN/A\":\"Προβολή Απαντήσεων\",\"SZw9tS\":\"Προβολή Λεπτομερειών\",\"9+84uW\":[\"View details for \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Προβολή Εκδήλωσης\",\"c6SXHN\":\"Προβολή Σελίδας Εκδήλωσης\",\"n6EaWL\":\"Προβολή αρχείων καταγραφής\",\"OaKTzt\":\"Προβολή Χάρτη\",\"zNZNMs\":\"Προβολή Μηνύματος\",\"67OJ7t\":\"Προβολή Παραγγελίας\",\"tKKZn0\":\"Προβολή Λεπτομερειών Παραγγελίας\",\"KeCXJu\":\"Προβολή λεπτομερειών παραγγελίας, έκδοση επιστροφών και επαναποστολή επιβεβαιώσεων.\",\"9jnAcN\":\"Προβολή Αρχικής Διοργανωτή\",\"1J/AWD\":\"Προβολή Εισιτηρίου\",\"N9FyyW\":\"Προβολή, επεξεργασία και εξαγωγή εγγεγραμμένων συμμετεχόντων.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visible from \",[\"start\"],\" — hidden until sales open.\"],\"EkiKJK\":\"Visible to everyone on the event page.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Αναμονή\",\"quR8Qp\":\"Αναμονή πληρωμής\",\"KrurBH\":\"Waiting for scan…\",\"u0n+wz\":\"Λίστα Αναμονής\",\"3RXFtE\":\"Λίστα Αναμονής Ενεργή\",\"TwnTPy\":\"Η προσφορά λίστας αναμονής έληξε\",\"aUi/Dz\":\"Προειδοποίηση: Αυτή είναι η προεπιλεγμένη ρύθμιση συστήματος. Οι αλλαγές θα επηρεάσουν όλους τους λογαριασμούς.\",\"aT/44s\":\"We couldn't copy that Stripe connection. Please try again.\",\"jTee4a\":\"Δεν ήταν δυνατή η αποσύνδεση αυτού του λογαριασμού Stripe. Δοκιμάστε ξανά.\",\"RRZDED\":\"Δεν βρέθηκαν παραγγελίες συνδεδεμένες με αυτή τη διεύθυνση email.\",\"2RZK9x\":\"Δεν βρέθηκε η παραγγελία. Ο σύνδεσμος μπορεί να έχει λήξει ή τα στοιχεία να άλλαξαν.\",\"nefMIK\":\"Δεν βρέθηκε το εισιτήριο. Ο σύνδεσμος μπορεί να έχει λήξει ή τα στοιχεία να άλλαξαν.\",\"miysJh\":\"Δεν βρέθηκε αυτή η παραγγελία. Μπορεί να έχει αφαιρεθεί.\",\"Fjj/5/\":\"We couldn't load the check-in lists. Please try again.\",\"ADsQ23\":\"We couldn't reach Stripe just now. Please try again in a moment.\",\"HJKdzP\":\"Παρουσιάστηκε πρόβλημα κατά τη φόρτωση αυτής της σελίδας. Παρακαλώ δοκιμάστε ξανά.\",\"jegrvW\":\"We partner with Stripe to send payouts straight to your bank account.\",\"IfN2Qo\":\"Προτείνουμε τετράγωνο λογότυπο με ελάχιστες διαστάσεις 200x200px\",\"wJzo/w\":\"Προτείνουμε διαστάσεις 400px x 400px, μέγιστο μέγεθος 5MB\",\"L/KlAh\":[\"We sent a verification link to \",[\"0\"]],\"KRCDqH\":\"Χρησιμοποιούμε cookies για να κατανοήσουμε πώς χρησιμοποιείται ο ιστότοπος και να βελτιώσουμε την εμπειρία σας.\",\"x8rEDQ\":\"Δεν μπορέσαμε να επαληθεύσουμε τον αριθμό ΦΠΑ μετά από πολλές προσπάθειες. Θα συνεχίσουμε σε παρασκήνιο.\",\"4HaEdK\":[\"Θα δημιουργήσουμε και τις \",[\"totalOccurrences\"],\" συνεδρίες — μπορείτε μετά να επεξεργαστείτε ή να αφαιρέσετε οποιαδήποτε ημερομηνία\"],\"mfM/HJ\":[\"Θα σας ειδοποιήσουμε μέσω email εάν διατεθεί θέση για \",[\"productDisplayName\"],\" στις \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Θα σας ειδοποιήσουμε μέσω email εάν διατεθεί θέση για \",[\"productDisplayName\"],\".\"],\"McuGND\":\"We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically.\",\"q1BizZ\":\"Θα σας στείλουμε τα εισιτήρια σε αυτό το email\",\"ZOmUYW\":\"Θα επαληθεύσουμε τον αριθμό ΦΠΑ σε παρασκήνιο. Εάν υπάρχουν προβλήματα, θα σας ενημερώσουμε.\",\"LKjHr4\":[\"We've made changes to the schedule for \\\"\",[\"title\"],\"\\\" — \",[\"description\"],\" affecting \",[\"affectedCount\"],\" session(s).\"],\"Fq/Nx7\":\"Στείλαμε κωδικό επαλήθευσης 5 ψηφίων στο:\",\"GdWB+V\":\"Το webhook δημιουργήθηκε επιτυχώς\",\"2X4ecw\":\"Το webhook διαγράφηκε επιτυχώς\",\"ndBv0v\":\"Webhook integrations\",\"CThMKa\":\"Αρχεία Webhook\",\"I0adYQ\":\"Signing Secret Webhook\",\"nuh/Wq\":\"URL Webhook\",\"8BMPMe\":\"Το webhook δεν θα στέλνει ειδοποιήσεις\",\"FSaY52\":\"Το webhook θα στέλνει ειδοποιήσεις\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Ιστότοπος\",\"0f7U0k\":\"Wed\",\"VAcXNz\":\"Τετάρτη\",\"64X6l4\":\"week\",\"4XSc4l\":\"Weekly\",\"IAUiSh\":\"weeks\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Καλώς ήρθατε ξανά\",\"QDWsl9\":[\"Καλώς ήρθατε στο \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Καλώς ήρθατε στο \",[\"0\"],\", εδώ είναι η λίστα όλων των εκδηλώσεών σας\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"Τι τύπος εκδήλωσης;\",\"0WyYF4\":\"What unauthenticated staff can see\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Όταν διαγράφεται ένα check-in\",\"RPe6bE\":\"When a date is cancelled on a recurring event\",\"Gmd0hv\":\"Όταν δημιουργείται νέος συμμετέχων\",\"zyIyPe\":\"Όταν δημιουργείται νέα εκδήλωση\",\"Lc18qn\":\"Όταν δημιουργείται νέα παραγγελία\",\"dfkQIO\":\"Όταν δημιουργείται νέο προϊόν\",\"8OhzyY\":\"Όταν διαγράφεται ένα προϊόν\",\"tRXdQ9\":\"Όταν ενημερώνεται ένα προϊόν\",\"9L9/28\":\"Όταν ένα προϊόν εξαντληθεί, οι πελάτες μπορούν να εγγραφούν σε λίστα αναμονής.\",\"OIkHj+\":\"Όταν ένα προϊόν εξαντληθεί, οι πελάτες μπορούν να εγγραφούν σε λίστα αναμονής για να ειδοποιηθούν όταν διατεθούν θέσεις. Οι πελάτες εγγράφονται στη λίστα αναμονής για συγκεκριμένη ημερομηνία και οι προσφορές γίνονται ανά ημερομηνία.\",\"Q7CWxp\":\"Όταν ακυρωθεί συμμετέχων\",\"IuUoyV\":\"Όταν γίνει check-in συμμετέχοντα\",\"nBVOd7\":\"Όταν ενημερωθεί συμμετέχων\",\"t7cuMp\":\"Όταν αρχειοθετηθεί εκδήλωση\",\"gtoSzE\":\"Όταν ενημερωθεί εκδήλωση\",\"ny2r8d\":\"Όταν ακυρωθεί παραγγελία\",\"c9RYbv\":\"Όταν επισημανθεί παραγγελία ως πληρωμένη\",\"ejMDw1\":\"Όταν επιστραφεί παραγγελία\",\"fVPt0F\":\"Όταν ενημερωθεί παραγγελία\",\"bcYlvb\":\"Όταν κλείσει το check-in\",\"XIG669\":\"Όταν ανοίξει το check-in\",\"de6HLN\":\"Όταν οι πελάτες αγοράζουν εισιτήρια, οι παραγγελίες θα εμφανίζονται εδώ.\",\"pm9tpn\":\"Όταν είναι ενεργοποιημένο, οι αγοραστές μπορούν να αντιγράψουν το όνομα και το email τους σε όλους τους συμμετέχοντες ταυτόχρονα. Απενεργοποιήστε το για να αφαιρέσετε την επιλογή \\\"Όλοι οι συμμετέχοντες\\\"· οι αγοραστές μπορούν ακόμα να αντιγράψουν τα στοιχεία στον πρώτο συμμετέχοντα, ενώ οι υπόλοιποι πρέπει να εισαχθούν μεμονωμένα.\",\"403wpZ\":\"Όταν είναι ενεργό, νέες εκδηλώσεις θα επιτρέπουν στους συμμετέχοντες να διαχειρίζονται τα στοιχεία εισιτηρίου μέσω ασφαλούς συνδέσμου.\",\"blXLKj\":\"Όταν είναι ενεργό, νέες εκδηλώσεις θα εμφανίζουν πλαίσιο εξουσιοδότησης μάρκετινγκ κατά το checkout.\",\"Kj0Txn\":\"Όταν είναι ενεργό, δεν θα χρεώνονται χρεώσεις εφαρμογής σε συναλλαγές Stripe Connect.\",\"xo06V3\":\"Πού οδηγεί το κουμπί\",\"uchB0M\":\"Προεπισκόπηση Widget\",\"uvIqcj\":\"Εργαστήριο\",\"EpknJA\":\"Γράψτε το μήνυμά σας εδώ...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"year\",\"zkWmBh\":\"Yearly\",\"+BGee5\":\"years\",\"X/azM1\":\"Ναι - Έχω έγκυρο αριθμό εγγραφής ΦΠΑ ΕΕ\",\"Tz5oXG\":\"Ναι, ακύρωση παραγγελίας\",\"QlSZU0\":[\"Υποκαθιστάτε τον <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Εκδίδετε μερική επιστροφή. Ο πελάτης θα επιστραφεί \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"Μπορείτε να ρυθμίσετε πρόσθετα τέλη υπηρεσιών και φόρους στις ρυθμίσεις λογαριασμού.\",\"rj3A7+\":\"You can override this for individual dates later.\",\"paWwQ0\":\"Μπορείτε ακόμα να προσφέρετε εισιτήρια χειροκίνητα εάν χρειάζεται.\",\"jTDzpA\":\"Δεν μπορείτε να αρχειοθετήσετε τον τελευταίο ενεργό διοργανωτή στον λογαριασμό σας.\",\"D8baxD\":\"Έχετε εισιτήρια επί πληρωμή, αλλά το Stripe δεν έχει συνδεθεί ακόμα, οπότε δεν μπορείτε να δέχεστε πληρωμές.\",\"5VGIlq\":\"Έχετε φτάσει το όριο μηνυμάτων σας.\",\"casL1O\":\"Έχετε φόρους και τέλη σε Δωρεάν Προϊόν. Θέλετε να τα αφαιρέσετε;\",\"5SgD0L\":\"You have unsaved changes. Are you sure you want to discard them?\",\"9jJNZY\":\"Πρέπει να αναγνωρίσετε τις ευθύνες σας πριν αποθηκεύσετε\",\"pCLes8\":\"Πρέπει να συμφωνήσετε να λαμβάνετε μηνύματα\",\"FVTVBy\":\"Πρέπει να επαληθεύσετε τη διεύθυνση email πριν ενημερώσετε την κατάσταση διοργανωτή.\",\"ze4bi/\":\"You need to create at least one occurrence before you can add attendees to this recurring event.\",\"w65ZgF\":\"Πρέπει να επαληθεύσετε το email λογαριασμού πριν τροποποιήσετε πρότυπα email.\",\"FRl8Jv\":\"Πρέπει να επαληθεύσετε το email λογαριασμού πριν στείλετε μηνύματα.\",\"88cUW+\":\"Λαμβάνετε\",\"O6/3cu\":\"You'll be able to set up dates, schedules, and recurrence rules in the next step.\",\"zKAheG\":\"You're changing session times\",\"MNFIxz\":[\"Θα πάτε στο \",[\"0\"],\"!\"],\"ZlLcht\":[\"Εγγράφεστε στη λίστα αναμονής για τις \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Είστε στη λίστα αναμονής!\",\"/5HL6k\":\"Σας προσφέρθηκε μια θέση!\",\"gbjFFH\":\"You've changed the session time\",\"YI0K8C\":[\"Ο λογαριασμός σας έχει απενεργοποιηθεί και θα διαγραφεί οριστικά στις <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Ο λογαριασμός σας έχει όρια μηνυμάτων. Για αύξηση ορίων, επικοινωνήστε μαζί μας στο\",\"gsWZkk\":\"Ο λογαριασμός σας έχει πλέον προγραμματιστεί για διαγραφή.\",\"x/xjzn\":\"Οι συνεργάτες σας εξήχθησαν επιτυχώς.\",\"TF37u6\":\"Οι συμμετέχοντές σας εξήχθησαν επιτυχώς.\",\"79lXGw\":\"Η λίστα check-in δημιουργήθηκε επιτυχώς. Μοιραστείτε τον παρακάτω σύνδεσμο με το προσωπικό.\",\"BnlG9U\":\"Η τρέχουσα παραγγελία σας θα χαθεί.\",\"nBqgQb\":\"Το Email σας\",\"GG1fRP\":\"Η εκδήλωσή σας είναι δημοσιευμένη!\",\"ifRqmm\":\"Το μήνυμά σας εστάλη επιτυχώς!\",\"0/+Nn9\":\"Τα μηνύματά σας θα εμφανίζονται εδώ\",\"/Rj5P4\":\"Το Όνομά σας\",\"PFjJxY\":\"Ο νέος κωδικός πρέπει να έχει τουλάχιστον 8 χαρακτήρες.\",\"gzrCuN\":\"Τα στοιχεία παραγγελίας ενημερώθηκαν. Στάλθηκε email επιβεβαίωσης στη νέα διεύθυνση.\",\"naQW82\":\"Η παραγγελία σας ακυρώθηκε.\",\"bhlHm/\":\"Η παραγγελία σας αναμένει πληρωμή\",\"XeNum6\":\"Οι παραγγελίες σας εξήχθησαν επιτυχώς.\",\"Xd1R1a\":\"Η διεύθυνση του διοργανωτή σας\",\"WWYHKD\":\"Η πληρωμή σας προστατεύεται με κρυπτογράφηση τραπεζικού επιπέδου\",\"5b3QLi\":\"Το Πλάνο σας\",\"N4Zkqc\":\"Your saved date filter is no longer available — showing all dates.\",\"o0qzpM\":\"Ο ίδιος ο λογαριασμός σας Stripe δεν επηρεάζεται και δεν χάνονται δεδομένα — μπορείτε να επανασυνδεθείτε ανά πάσα στιγμή.\",\"FNO5uZ\":\"Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions.\",\"CnZ3Ou\":\"Τα εισιτήριά σας επιβεβαιώθηκαν.\",\"EmFsMZ\":\"Ο αριθμός ΦΠΑ σας είναι σε ουρά για επαλήθευση\",\"QBlhh4\":\"Ο αριθμός ΦΠΑ σας θα επαληθευτεί όταν αποθηκεύσετε\",\"fT9VLt\":\"Η προσφορά λίστας αναμονής έληξε. Παρακαλώ εγγραφείτε ξανά για να ειδοποιηθείτε.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"Δεν υπάρχει τίποτα να εμφανιστεί ακόμα\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>έκανε check-out επιτυχώς\"],\"KMgp2+\":[[\"0\"],\" διαθέσιμα\"],\"Pmr5xp\":[[\"0\"],\" δημιουργήθηκε επιτυχώς\"],\"FImCSc\":[[\"0\"],\" ενημερώθηκε επιτυχώς\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" ημέρες, \",[\"hours\"],\" ώρες, \",[\"minutes\"],\" λεπτά και \",[\"seconds\"],\" δευτερόλεπτα\"],\"f3RdEk\":[[\"hours\"],\" ώρες, \",[\"minutes\"],\" λεπτά και \",[\"seconds\"],\" δευτερόλεπτα\"],\"fyE7Au\":[[\"minutes\"],\" λεπτά και \",[\"seconds\"],\" δευτερόλεπτα\"],\"NlQ0cx\":[\"Πρώτη εκδήλωση του \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://η-ιστοσελίδα-σας.gr\",\"qnSLLW\":\"<0>Παρακαλώ εισάγετε την τιμή χωρίς φόρους και τέλη.<1>Φόροι και τέλη μπορούν να προστεθούν παρακάτω.\",\"ZjMs6e\":\"<0>Ο αριθμός των διαθέσιμων προϊόντων για αυτό το προϊόν<1>Αυτή η τιμή μπορεί να παρακαμφθεί εάν υπάρχουν <2>Όρια Χωρητικότητας συνδεδεμένα με αυτό το προϊόν.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 λεπτά και 0 δευτερόλεπτα\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Πεδίο ημερομηνίας. Ιδανικό για ερώτηση ημερομηνίας γέννησης κ.λπ.\",\"6euFZ/\":[\"Ένα προεπιλεγμένο \",[\"type\"],\" εφαρμόζεται αυτόματα σε όλα τα νέα προϊόντα. Μπορείτε να το παρακάμψετε ανά προϊόν.\"],\"SMUbbQ\":\"Ένα αναπτυσσόμενο μενού επιτρέπει μόνο μία επιλογή\",\"qv4bfj\":\"Ένα τέλος, όπως τέλος κράτησης ή τέλος υπηρεσίας\",\"POT0K/\":\"Ένα σταθερό ποσό ανά προϊόν. Π.χ., 0,50€ ανά προϊόν\",\"f4vJgj\":\"Πεδίο κειμένου πολλαπλών γραμμών\",\"OIPtI5\":\"Ένα ποσοστό της τιμής προϊόντος. Π.χ., 3,5% της τιμής προϊόντος\",\"ZthcdI\":\"Ένας κωδικός προσφοράς χωρίς έκπτωση μπορεί να χρησιμοποιηθεί για να αποκαλύψει κρυφά προϊόντα.\",\"AG/qmQ\":\"Μια επιλογή τύπου Radio έχει πολλαπλές επιλογές αλλά μόνο μία μπορεί να επιλεγεί.\",\"h179TP\":\"Μια σύντομη περιγραφή της εκδήλωσης που θα εμφανίζεται στα αποτελέσματα αναζήτησης και κατά την κοινοποίηση στα κοινωνικά δίκτυα. Εξ ορισμού χρησιμοποιείται η περιγραφή της εκδήλωσης\",\"WKMnh4\":\"Πεδίο κειμένου μίας γραμμής\",\"BHZbFy\":\"Μία ερώτηση ανά παραγγελία. Π.χ., Ποια είναι η διεύθυνση αποστολής σας;\",\"Fuh+dI\":\"Μία ερώτηση ανά προϊόν. Π.χ., Ποιο είναι το μέγεθος μπλούζας σας;\",\"RlJmQg\":\"Ένας τυπικός φόρος, όπως ΦΠΑ ή GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Αποδοχή τραπεζικών μεταφορών, επιταγών ή άλλων εκτός σύνδεσης μεθόδων πληρωμής\",\"hrvLf4\":\"Αποδοχή πληρωμών με πιστωτική κάρτα μέσω Stripe\",\"bfXQ+N\":\"Αποδοχή Πρόσκλησης\",\"AeXO77\":\"Λογαριασμός\",\"lkNdiH\":\"Όνομα Λογαριασμού\",\"Puv7+X\":\"Ρυθμίσεις Λογαριασμού\",\"OmylXO\":\"Ο λογαριασμός ενημερώθηκε επιτυχώς\",\"7L01XJ\":\"Ενέργειες\",\"FQBaXG\":\"Ενεργοποίηση\",\"5T2HxQ\":\"Ημερομηνία ενεργοποίησης\",\"F6pfE9\":\"Ενεργό\",\"/PN1DA\":\"Προσθήκη περιγραφής για αυτή τη λίστα ελέγχου\",\"0/vPdA\":\"Προσθήκη σημειώσεων για τον συμμετέχοντα. Δεν θα είναι ορατές στον συμμετέχοντα.\",\"Or1CPR\":\"Προσθήκη σημειώσεων για τον συμμετέχοντα...\",\"l3sZO1\":\"Προσθήκη σημειώσεων για την παραγγελία. Δεν θα είναι ορατές στον πελάτη.\",\"xMekgu\":\"Προσθήκη σημειώσεων για την παραγγελία...\",\"PGPGsL\":\"Προσθήκη περιγραφής\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Προσθήκη οδηγιών για πληρωμές εκτός σύνδεσης (π.χ. στοιχεία τραπεζικής μεταφοράς, πού να στείλετε επιταγές, προθεσμίες πληρωμής)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Προσθήκη Νέου\",\"TZxnm8\":\"Προσθήκη Επιλογής\",\"24l4x6\":\"Προσθήκη Προϊόντος\",\"8q0EdE\":\"Προσθήκη Προϊόντος σε Κατηγορία\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Προσθήκη Φόρου ή Τέλους\",\"goOKRY\":\"Προσθήκη βαθμίδας\",\"oZW/gT\":\"Προσθήκη στο Ημερολόγιο\",\"pn5qSs\":\"Πρόσθετες Πληροφορίες\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Διεύθυνση\",\"NY/x1b\":\"Διεύθυνση γραμμή 1\",\"POdIrN\":\"Διεύθυνση Γραμμή 1\",\"cormHa\":\"Διεύθυνση γραμμή 2\",\"gwk5gg\":\"Διεύθυνση Γραμμή 2\",\"U3pytU\":\"Διαχειριστής\",\"HLDaLi\":\"Οι χρήστες διαχειριστές έχουν πλήρη πρόσβαση σε εκδηλώσεις και ρυθμίσεις λογαριασμού.\",\"W7AfhC\":\"Όλοι οι συμμετέχοντες αυτής της εκδήλωσης\",\"cde2hc\":\"Όλα τα Προϊόντα\",\"5CQ+r0\":\"Να επιτρέπεται το check-in σε συμμετέχοντες με μη πληρωμένες παραγγελίες\",\"ipYKgM\":\"Να επιτρέπεται η ευρετηρίαση από μηχανές αναζήτησης\",\"LRbt6D\":\"Να επιτρέπεται στις μηχανές αναζήτησης να ευρετηριάζουν αυτή την εκδήλωση\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Εκπληκτικό, Εκδήλωση, Λέξεις-κλειδιά...\",\"hehnjM\":\"Ποσό\",\"R2O9Rg\":[\"Ποσό που καταβλήθηκε (\",[\"0\"],\")\"],\"V7MwOy\":\"Παρουσιάστηκε σφάλμα κατά τη φόρτωση της σελίδας\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Παρουσιάστηκε μη αναμενόμενο σφάλμα.\",\"byKna+\":\"Παρουσιάστηκε μη αναμενόμενο σφάλμα. Παρακαλώ δοκιμάστε ξανά.\",\"ubdMGz\":\"Τυχόν ερωτήματα από κατόχους προϊόντων θα αποστέλλονται σε αυτή τη διεύθυνση. Θα χρησιμοποιηθεί επίσης ως διεύθυνση \\\"απάντηση προς\\\" για όλα τα email αυτής της εκδήλωσης\",\"aAIQg2\":\"Εμφάνιση\",\"Ym1gnK\":\"εφαρμόστηκε\",\"sy6fss\":[\"Ισχύει για \",[\"0\"],\" προϊόντα\"],\"kadJKg\":\"Ισχύει για 1 προϊόν\",\"DB8zMK\":\"Εφαρμογή\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Εφαρμογή αυτού του \",[\"type\"],\" σε όλα τα νέα προϊόντα\"],\"S0ctOE\":\"Αρχειοθέτηση εκδήλωσης\",\"TdfEV7\":\"Αρχειοθετημένο\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Είστε σίγουροι ότι θέλετε να ενεργοποιήσετε αυτόν τον συμμετέχοντα;\",\"TvkW9+\":\"Είστε σίγουροι ότι θέλετε να αρχειοθετήσετε αυτή την εκδήλωση;\",\"/CV2x+\":\"Είστε σίγουροι ότι θέλετε να ακυρώσετε αυτόν τον συμμετέχοντα; Αυτό θα ακυρώσει το εισιτήριό του\",\"YgRSEE\":\"Είστε σίγουροι ότι θέλετε να διαγράψετε αυτόν τον κωδικό προσφοράς;\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Είστε σίγουροι ότι θέλετε να κάνετε αυτή την εκδήλωση πρόχειρο; Αυτό θα την κάνει αόρατη στο κοινό\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Είστε σίγουροι ότι θέλετε να επαναφέρετε αυτή την εκδήλωση; Θα αποκατασταθεί ως πρόχειρη εκδήλωση.\",\"vJuISq\":\"Είστε σίγουροι ότι θέλετε να διαγράψετε αυτή την Ανάθεση Χωρητικότητας;\",\"baHeCz\":\"Είστε σίγουροι ότι θέλετε να διαγράψετε αυτή τη Λίστα Ελέγχου;\",\"LBLOqH\":\"Μία φορά ανά παραγγελία\",\"wu98dY\":\"Μία φορά ανά προϊόν\",\"ss9PbX\":\"Συμμετέχων\",\"m0CFV2\":\"Στοιχεία Συμμετέχοντα\",\"QKim6l\":\"Ο συμμετέχων δεν βρέθηκε\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Εισιτήριο Συμμετέχοντα\",\"9SZT4E\":\"Συμμετέχοντες\",\"iPBfZP\":\"Εγγεγραμμένοι Συμμετέχοντες\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Αυτόματη Αλλαγή Μεγέθους\",\"vZ5qKF\":\"Αυτόματη αλλαγή ύψους widget βάσει περιεχομένου. Όταν απενεργοποιηθεί, το widget θα γεμίζει το ύψος του container.\",\"4lVaWA\":\"Αναμονή πληρωμής εκτός σύνδεσης\",\"2rHwhl\":\"Αναμονή Πληρωμής Εκτός Σύνδεσης\",\"3wF4Q/\":\"Αναμονή πληρωμής\",\"ioG+xt\":\"Αναμονή Πληρωμής\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Διοργανωτής Α.Ε.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Επιστροφή στη σελίδα εκδήλωσης\",\"VCoEm+\":\"Επιστροφή στη σύνδεση\",\"k1bLf+\":\"Χρώμα Φόντου\",\"I7xjqg\":\"Τύπος Φόντου\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Διεύθυνση Χρέωσης\",\"/xC/im\":\"Ρυθμίσεις Χρέωσης\",\"rp/zaT\":\"Πορτογαλικά Βραζιλίας\",\"whqocw\":\"Με την εγγραφή σας συμφωνείτε με τους <0>Όρους Χρήσης και την <1>Πολιτική Απορρήτου.\",\"bcCn6r\":\"Τύπος Υπολογισμού\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Ακύρωση\",\"Gjt/py\":\"Ακύρωση αλλαγής email\",\"tVJk4q\":\"Ακύρωση παραγγελίας\",\"Os6n2a\":\"Ακύρωση Παραγγελίας\",\"Mz7Ygx\":[\"Ακύρωση Παραγγελίας \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Ακυρωμένο\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Χωρητικότητα\",\"V6Q5RZ\":\"Η Ανάθεση Χωρητικότητας δημιουργήθηκε επιτυχώς\",\"k5p8dz\":\"Η Ανάθεση Χωρητικότητας διαγράφηκε επιτυχώς\",\"nDBs04\":\"Διαχείριση Χωρητικότητας\",\"ddha3c\":\"Οι κατηγορίες σας επιτρέπουν να ομαδοποιείτε προϊόντα. Για παράδειγμα, μπορεί να έχετε κατηγορία για \\\"Εισιτήρια\\\" και άλλη για \\\"Εμπορεύματα\\\".\",\"iS0wAT\":\"Οι κατηγορίες σας βοηθούν να οργανώσετε τα προϊόντα σας. Αυτός ο τίτλος θα εμφανιστεί στη δημόσια σελίδα εκδήλωσης.\",\"eorM7z\":\"Οι κατηγορίες αναδιατάχθηκαν επιτυχώς.\",\"3EXqwa\":\"Η Κατηγορία Δημιουργήθηκε Επιτυχώς\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Αλλαγή κωδικού\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Check-in \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Check-in και σήμανση παραγγελίας ως πληρωμένη\",\"QYLpB4\":\"Μόνο check-in\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Δείτε αυτή την εκδήλωση!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Η λίστα check-in διαγράφηκε επιτυχώς\",\"+hBhWk\":\"Η λίστα check-in έχει λήξει\",\"mBsBHq\":\"Η λίστα check-in δεν είναι ενεργή\",\"vPqpQG\":\"Η λίστα check-in δεν βρέθηκε\",\"tejfAy\":\"Λίστες Check-In\",\"hD1ocH\":\"Το URL Check-In αντιγράφηκε στο πρόχειρο\",\"CNafaC\":\"Οι επιλογές τύπου Checkbox επιτρέπουν πολλαπλές επιλογές\",\"SpabVf\":\"Πλαίσια Ελέγχου\",\"CRu4lK\":\"Εισήλθε\",\"znIg+z\":\"Ολοκλήρωση Αγοράς\",\"1WnhCL\":\"Ρυθμίσεις Ολοκλήρωσης Αγοράς\",\"6imsQS\":\"Κινεζικά (Απλοποιημένα)\",\"JjkX4+\":\"Επιλέξτε χρώμα για το φόντο σας\",\"/Jizh9\":\"Επιλέξτε λογαριασμό\",\"3wV73y\":\"Πόλη\",\"FG98gC\":\"Εκκαθάριση Κειμένου Αναζήτησης\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Κλικ για αντιγραφή\",\"yz7wBu\":\"Κλείσιμο\",\"62Ciis\":\"Κλείσιμο πλαϊνής μπάρας\",\"EWPtMO\":\"Κωδικός\",\"ercTDX\":\"Ο κωδικός πρέπει να έχει μεταξύ 3 και 50 χαρακτήρες\",\"oqr9HB\":\"Σύμπτυξη αυτού του προϊόντος κατά την αρχική φόρτωση της σελίδας εκδήλωσης\",\"jZlrte\":\"Χρώμα\",\"Vd+LC3\":\"Το χρώμα πρέπει να είναι έγκυρος κωδικός hex. Παράδειγμα: #ffffff\",\"1HfW/F\":\"Χρώματα\",\"VZeG/A\":\"Έρχεται Σύντομα\",\"yPI7n9\":\"Λέξεις-κλειδιά χωρισμένες με κόμμα που περιγράφουν την εκδήλωση. Θα χρησιμοποιηθούν από μηχανές αναζήτησης για κατηγοριοποίηση και ευρετηρίαση\",\"NPZqBL\":\"Ολοκλήρωση Παραγγελίας\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Ολοκλήρωση Πληρωμής\",\"qqWcBV\":\"Ολοκληρωμένο\",\"6HK5Ct\":\"Ολοκληρωμένες παραγγελίες\",\"NWVRtl\":\"Ολοκληρωμένες Παραγγελίες\",\"DwF9eH\":\"Κωδικός Στοιχείου\",\"Tf55h7\":\"Ρυθμισμένη Έκπτωση\",\"7VpPHA\":\"Επιβεβαίωση\",\"ZaEJZM\":\"Επιβεβαίωση Αλλαγής Email\",\"yjkELF\":\"Επιβεβαίωση Νέου Κωδικού\",\"xnWESi\":\"Επιβεβαίωση κωδικού\",\"p2/GCq\":\"Επιβεβαίωση Κωδικού\",\"wnDgGj\":\"Επιβεβαίωση διεύθυνσης email...\",\"pbAk7a\":\"Σύνδεση Stripe\",\"UMGQOh\":\"Σύνδεση με Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Λεπτομέρειες Σύνδεσης\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Συνέχεια\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Κείμενο Κουμπιού Συνέχεια\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Αντιγράφηκε\",\"T5rdis\":\"αντιγράφηκε στο πρόχειρο\",\"he3ygx\":\"Αντιγραφή\",\"r2B2P8\":\"Αντιγραφή URL Check-In\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Αντιγραφή Συνδέσμου\",\"E6nRW7\":\"Αντιγραφή URL\",\"JNCzPW\":\"Χώρα\",\"IF7RiR\":\"Εξώφυλλο\",\"hYgDIe\":\"Δημιουργία\",\"b9XOHo\":[\"Δημιουργία \",[\"0\"]],\"k9RiLi\":\"Δημιουργία Προϊόντος\",\"6kdXbW\":\"Δημιουργία Κωδικού Προσφοράς\",\"n5pRtF\":\"Δημιουργία Εισιτηρίου\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"δημιουργία διοργανωτή\",\"ipP6Ue\":\"Δημιουργία Συμμετέχοντα\",\"VwdqVy\":\"Δημιουργία Ανάθεσης Χωρητικότητας\",\"EwoMtl\":\"Δημιουργία κατηγορίας\",\"XletzW\":\"Δημιουργία Κατηγορίας\",\"WVbTwK\":\"Δημιουργία Λίστας Check-In\",\"uN355O\":\"Δημιουργία Εκδήλωσης\",\"BOqY23\":\"Δημιουργία νέου\",\"kpJAeS\":\"Δημιουργία Διοργανωτή\",\"a0EjD+\":\"Δημιουργία Προϊόντος\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Δημιουργία Κωδικού Προσφοράς\",\"B3Mkdt\":\"Δημιουργία Ερώτησης\",\"UKfi21\":\"Δημιουργία Φόρου ή Τέλους\",\"d+F6q9\":\"Δημιουργήθηκε\",\"Q2lUR2\":\"Νόμισμα\",\"DCKkhU\":\"Τρέχων Κωδικός\",\"uIElGP\":\"Προσαρμοσμένο URL Χάρτη\",\"UEqXyt\":\"Προσαρμοσμένο Εύρος\",\"876pfE\":\"Πελάτης\",\"QOg2Sf\":\"Προσαρμογή ρυθμίσεων email και ειδοποιήσεων για αυτή την εκδήλωση\",\"Y9Z/vP\":\"Προσαρμογή της αρχικής σελίδας εκδήλωσης και των μηνυμάτων checkout\",\"2E2O5H\":\"Προσαρμογή διαφόρων ρυθμίσεων για αυτή την εκδήλωση\",\"iJhSxe\":\"Προσαρμογή ρυθμίσεων SEO για αυτή την εκδήλωση\",\"KIhhpi\":\"Προσαρμόστε τη σελίδα εκδήλωσης\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Επικίνδυνη ζώνη\",\"ZQKLI1\":\"Επικίνδυνη Ζώνη\",\"7p5kLi\":\"Πίνακας Ελέγχου\",\"mYGY3B\":\"Ημερομηνία\",\"JvUngl\":\"Ημερομηνία & Ώρα\",\"JJhRbH\":\"Χωρητικότητα πρώτης ημέρας\",\"cnGeoo\":\"Διαγραφή\",\"jRJZxD\":\"Διαγραφή Χωρητικότητας\",\"VskHIx\":\"Διαγραφή κατηγορίας\",\"Qrc8RZ\":\"Διαγραφή Λίστας Check-In\",\"WHf154\":\"Διαγραφή κωδικού\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Περιγραφή\",\"YC3oXa\":\"Περιγραφή για το προσωπικό check-in\",\"URmyfc\":\"Λεπτομέρειες\",\"1lRT3t\":\"Απενεργοποίηση αυτής της χωρητικότητας θα παρακολουθεί τις πωλήσεις αλλά δεν θα τις σταματά όταν φτάσει στο όριο\",\"H6Ma8Z\":\"Έκπτωση\",\"ypJ62C\":\"Έκπτωση %\",\"3LtiBI\":[\"Έκπτωση σε \",[\"0\"]],\"C8JLas\":\"Τύπος Έκπτωσης\",\"1QfxQT\":\"Κλείσιμο\",\"DZlSLn\":\"Ετικέτα Εγγράφου\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Λήψη .ics\",\"kodV18\":\"Λήψη CSV\",\"CELKku\":\"Λήψη τιμολογίου\",\"LQrXcu\":\"Λήψη Τιμολογίου\",\"QIodqd\":\"Λήψη QR Code\",\"yhjU+j\":\"Λήψη Τιμολογίου\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Αναπτυσσόμενη επιλογή\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Αντιγραφή εκδήλωσης\",\"3ogkAk\":\"Αντιγραφή Εκδήλωσης\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Επιλογές Αντιγραφής\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Πρώιμη αγορά\",\"ePK91l\":\"Επεξεργασία\",\"N6j2JH\":[\"Επεξεργασία \",[\"0\"]],\"kBkYSa\":\"Επεξεργασία Χωρητικότητας\",\"oHE9JT\":\"Επεξεργασία Ανάθεσης Χωρητικότητας\",\"j1Jl7s\":\"Επεξεργασία κατηγορίας\",\"FU1gvP\":\"Επεξεργασία Λίστας Check-In\",\"iFgaVN\":\"Επεξεργασία Κωδικού\",\"jrBSO1\":\"Επεξεργασία Διοργανωτή\",\"tdD/QN\":\"Επεξεργασία Προϊόντος\",\"n143Tq\":\"Επεξεργασία Κατηγορίας Προϊόντος\",\"9BdS63\":\"Επεξεργασία Κωδικού Προσφοράς\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Επεξεργασία Ερώτησης\",\"poTr35\":\"Επεξεργασία χρήστη\",\"GTOcxw\":\"Επεξεργασία Χρήστη\",\"pqFrv2\":\"π.χ. 2.50 για 2,50€\",\"3yiej1\":\"π.χ. 23.5 για 23,5%\",\"O3oNi5\":\"Email\",\"VxYKoK\":\"Ρυθμίσεις Email & Ειδοποιήσεων\",\"ATGYL1\":\"Διεύθυνση email\",\"hzKQCy\":\"Διεύθυνση Email\",\"HqP6Qf\":\"Η αλλαγή email ακυρώθηκε επιτυχώς\",\"mISwW1\":\"Αλλαγή email σε εκκρεμότητα\",\"APuxIE\":\"Επαναποστολή επιβεβαίωσης email\",\"YaCgdO\":\"Η επιβεβαίωση email εστάλη ξανά επιτυχώς\",\"jyt+cx\":\"Μήνυμα υποσέλιδου email\",\"I6F3cp\":\"Το email δεν έχει επαληθευτεί\",\"NTZ/NX\":\"Κωδικός Ενσωμάτωσης\",\"4rnJq4\":\"Script Ενσωμάτωσης\",\"8oPbg1\":\"Ενεργοποίηση Τιμολόγησης\",\"j6w7d/\":\"Ενεργοποίηση αυτής της χωρητικότητας για διακοπή πωλήσεων όταν φτάσει το όριο\",\"VFv2ZC\":\"Ημερομηνία Λήξης\",\"237hSL\":\"Τελείωσε\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Αγγλικά\",\"MhVoma\":\"Εισάγετε ποσό χωρίς φόρους και τέλη.\",\"SlfejT\":\"Σφάλμα\",\"3Z223G\":\"Σφάλμα επιβεβαίωσης διεύθυνσης email\",\"a6gga1\":\"Σφάλμα επιβεβαίωσης αλλαγής email\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Εκδήλωση\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Ημερομηνία Εκδήλωσης\",\"0Zptey\":\"Προεπιλογές Εκδήλωσης\",\"QcCPs8\":\"Λεπτομέρειες Εκδήλωσης\",\"6fuA9p\":\"Η εκδήλωση αντιγράφηκε επιτυχώς\",\"AEuj2m\":\"Αρχική Σελίδα Εκδήλωσης\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Τοποθεσία εκδήλωσης & λεπτομέρειες χώρου\",\"OopDbA\":\"Event page\",\"4/If97\":\"Η ενημέρωση κατάστασης εκδήλωσης απέτυχε. Παρακαλώ δοκιμάστε ξανά αργότερα\",\"btxLWj\":\"Η κατάσταση εκδήλωσης ενημερώθηκε\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Εκδηλώσεις\",\"sZg7s1\":\"Ημερομηνία λήξης\",\"KnN1Tu\":\"Λήγει\",\"uaSvqt\":\"Ημερομηνία Λήξης\",\"GS+Mus\":\"Εξαγωγή\",\"9xAp/j\":\"Αποτυχία ακύρωσης συμμετέχοντα\",\"ZpieFv\":\"Αποτυχία ακύρωσης παραγγελίας\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Αποτυχία λήψης τιμολογίου. Παρακαλώ δοκιμάστε ξανά.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Αποτυχία φόρτωσης Λίστας Check-In\",\"ZQ15eN\":\"Αποτυχία επαναποστολής email εισιτηρίου\",\"ejXy+D\":\"Αποτυχία ταξινόμησης προϊόντων\",\"PLUB/s\":\"Χρέωση\",\"/mfICu\":\"Χρεώσεις\",\"LyFC7X\":\"Φιλτράρισμα Παραγγελιών\",\"cSev+j\":\"Φίλτρα\",\"CVw2MU\":[\"Φίλτρα (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Πρώτος Αριθμός Τιμολογίου\",\"V1EGGU\":\"Όνομα\",\"kODvZJ\":\"Όνομα\",\"S+tm06\":\"Το όνομα πρέπει να έχει μεταξύ 1 και 50 χαρακτήρες\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Πρώτη Χρήση\",\"TpqW74\":\"Σταθερό\",\"irpUxR\":\"Σταθερό ποσό\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Ξεχάσατε τον κωδικό;\",\"2POOFK\":\"Δωρεάν\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Γαλλικά\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Γερμανικά\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Επιστροφή στο προφίλ\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Calendar\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Μεικτές πωλήσεις\",\"yRg26W\":\"Μεικτές Πωλήσεις\",\"R4r4XO\":\"Επισκέπτες\",\"26pGvx\":\"Έχετε κωδικό προσφοράς;\",\"V7yhws\":\"info@ekdiloseis.gr\",\"6K/IHl\":\"Εδώ είναι ένα παράδειγμα χρήσης του στοιχείου στην εφαρμογή σας.\",\"Y1SSqh\":\"Εδώ είναι το React component που μπορείτε να χρησιμοποιήσετε για ενσωμάτωση του widget στην εφαρμογή σας.\",\"QuhVpV\":[\"Γεια σας \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Κρυφό από δημόσια προβολή\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Οι κρυφές ερωτήσεις είναι ορατές μόνο στον διοργανωτή εκδήλωσης και όχι στον πελάτη.\",\"vLyv1R\":\"Απόκρυψη\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Απόκρυψη προϊόντος μετά την ημερομηνία λήξης πώλησης\",\"06s3w3\":\"Απόκρυψη προϊόντος πριν την ημερομηνία έναρξης πώλησης\",\"axVMjA\":\"Απόκρυψη προϊόντος εκτός αν ο χρήστης έχει ισχύοντα κωδικό προσφοράς\",\"ySQGHV\":\"Απόκρυψη προϊόντος όταν εξαντληθεί\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Απόκρυψη αυτού του προϊόντος από τους πελάτες\",\"Da29Y6\":\"Απόκρυψη αυτής της ερώτησης\",\"fvDQhr\":\"Απόκρυψη αυτής της βαθμίδας από τους χρήστες\",\"lNipG+\":\"Η απόκρυψη προϊόντος θα εμποδίσει τους χρήστες να το δουν στη σελίδα εκδήλωσης.\",\"ZOBwQn\":\"Σχεδιασμός Αρχικής Σελίδας\",\"PRuBTd\":\"Σχεδιαστής Αρχικής Σελίδας\",\"YjVNGZ\":\"Προεπισκόπηση Αρχικής Σελίδας\",\"c3E/kw\":\"Ομήρου\",\"8k8Njd\":\"Πόσα λεπτά έχει ο πελάτης να ολοκληρώσει την παραγγελία. Προτείνουμε τουλάχιστον 15 λεπτά\",\"ySxKZe\":\"Πόσες φορές μπορεί να χρησιμοποιηθεί αυτός ο κωδικός;\",\"dZsDbK\":[\"Υπερβάθηκε το όριο χαρακτήρων HTML: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://maps.google.com/...\",\"uOXLV3\":\"Συμφωνώ με τους <0>όρους και προϋποθέσεις\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Εάν είναι ενεργό, το προσωπικό check-in μπορεί να επισημάνει τους συμμετέχοντες ως παρόντες ή να επισημάνει την παραγγελία ως πληρωμένη. Εάν είναι απενεργοποιημένο, οι συμμετέχοντες με μη πληρωμένες παραγγελίες δεν μπορούν να κάνουν check-in.\",\"muXhGi\":\"Εάν είναι ενεργό, ο διοργανωτής θα λάβει ειδοποίηση email όταν υποβάλλεται νέα παραγγελία\",\"6fLyj/\":\"Εάν δεν ζητήσατε αυτή την αλλαγή, αλλάξτε αμέσως τον κωδικό σας.\",\"n/ZDCz\":\"Η εικόνα διαγράφηκε επιτυχώς\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Η εικόνα μεταφορτώθηκε επιτυχώς\",\"VyUuZb\":\"URL Εικόνας\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Ανενεργό\",\"T0K0yl\":\"Οι ανενεργοί χρήστες δεν μπορούν να συνδεθούν.\",\"kO44sp\":\"Συμπεριλάβετε στοιχεία σύνδεσης για την διαδικτυακή εκδήλωση. Τα στοιχεία αυτά θα εμφανίζονται στη σελίδα σύνοψης παραγγελίας και στη σελίδα εισιτηρίου συμμετέχοντα.\",\"FlQKnG\":\"Συμπερίληψη φόρου και τελών στην τιμή\",\"Vi+BiW\":[\"Περιλαμβάνει \",[\"0\"],\" προϊόντα\"],\"lpm0+y\":\"Περιλαμβάνει 1 προϊόν\",\"UiAk5P\":\"Εισαγωγή Εικόνας\",\"OyLdaz\":\"Η πρόσκληση εστάλη ξανά!\",\"HE6KcK\":\"Η πρόσκληση ανακλήθηκε!\",\"SQKPvQ\":\"Πρόσκληση Χρήστη\",\"bKOYkd\":\"Το τιμολόγιο λήφθηκε επιτυχώς\",\"alD1+n\":\"Σημειώσεις Τιμολογίου\",\"kOtCs2\":\"Αρίθμηση Τιμολογίων\",\"UZ2GSZ\":\"Ρυθμίσεις Τιμολογίων\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Στοιχείο\",\"KFXip/\":\"Γιώργης\",\"XcgRvb\":\"Παπαδόπουλος\",\"87a/t/\":\"Ετικέτα\",\"vXIe7J\":\"Γλώσσα\",\"2LMsOq\":\"Τελευταίους 12 μήνες\",\"vfe90m\":\"Τελευταίες 14 ημέρες\",\"aK4uBd\":\"Τελευταίες 24 ώρες\",\"uq2BmQ\":\"Τελευταίες 30 ημέρες\",\"bB6Ram\":\"Τελευταίες 48 ώρες\",\"VlnB7s\":\"Τελευταίους 6 μήνες\",\"ct2SYD\":\"Τελευταίες 7 ημέρες\",\"XgOuA7\":\"Τελευταίες 90 ημέρες\",\"I3yitW\":\"Τελευταία σύνδεση\",\"1ZaQUH\":\"Επώνυμο\",\"UXBCwc\":\"Επώνυμο\",\"tKCBU0\":\"Τελευταία Χρήση\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Αφήστε κενό για χρήση της προεπιλεγμένης λέξης \\\"Τιμολόγιο\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Φόρτωση...\",\"wJijgU\":\"Τοποθεσία\",\"sQia9P\":\"Σύνδεση\",\"zUDyah\":\"Σύνδεση σε εξέλιξη\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Αποσύνδεση\",\"F2jAFv\":\"Παράδειγμα κειμένου...\",\"NJahlc\":\"Υποχρεωτική διεύθυνση χρέωσης κατά το checkout\",\"MU3ijv\":\"Υποχρεωτική η απάντηση σε αυτή την ερώτηση\",\"wckWOP\":\"Διαχείριση\",\"onpJrA\":\"Διαχείριση συμμετέχοντα\",\"n4SpU5\":\"Διαχείριση εκδήλωσης\",\"WVgSTy\":\"Διαχείριση παραγγελίας\",\"1MAvUY\":\"Διαχείριση ρυθμίσεων πληρωμής και τιμολόγησης για αυτή την εκδήλωση.\",\"cQrNR3\":\"Διαχείριση Προφίλ\",\"AtXtSw\":\"Διαχείριση φόρων και τελών που μπορούν να εφαρμοστούν στα προϊόντα σας\",\"ophZVW\":\"Διαχείριση εισιτηρίων\",\"DdHfeW\":\"Διαχείριση στοιχείων λογαριασμού και προεπιλεγμένων ρυθμίσεων\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Διαχείριση χρηστών και δικαιωμάτων τους\",\"1m+YT2\":\"Οι υποχρεωτικές ερωτήσεις πρέπει να απαντηθούν πριν ο πελάτης ολοκληρώσει την αγορά.\",\"Dim4LO\":\"Χειροκίνητη προσθήκη Συμμετέχοντα\",\"e4KdjJ\":\"Χειροκίνητη Προσθήκη Συμμετέχοντα\",\"vFjEnF\":\"Σήμανση ως πληρωμένο\",\"g9dPPQ\":\"Μέγιστο ανά Παραγγελία\",\"l5OcwO\":\"Αποστολή μηνύματος σε συμμετέχοντα\",\"Gv5AMu\":\"Αποστολή Μηνύματος σε Συμμετέχοντες\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Αποστολή μηνύματος στον αγοραστή\",\"tNZzFb\":\"Περιεχόμενο Μηνύματος\",\"lYDV/s\":\"Αποστολή μηνύματος σε μεμονωμένους συμμετέχοντες\",\"V7DYWd\":\"Μήνυμα Εστάλη\",\"t7TeQU\":\"Μηνύματα\",\"xFRMlO\":\"Ελάχιστο ανά Παραγγελία\",\"QYcUEf\":\"Ελάχιστη Τιμή\",\"RDie0n\":\"Διάφορα\",\"mYLhkl\":\"Διάφορες Ρυθμίσεις\",\"KYveV8\":\"Πεδίο κειμένου πολλαπλών γραμμών\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Η περιγραφή της εκδήλωσής μου...\",\"vX8/tc\":\"Ο τίτλος της εκδήλωσής μου...\",\"hKtWk2\":\"Το Προφίλ μου\",\"fj5byd\":\"Δ/Υ\",\"pRjx4L\":\"Παράδειγμα κειμένου...\",\"6YtxFj\":\"Όνομα\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Πλοήγηση σε Συμμετέχοντα\",\"qqeAJM\":\"Ποτέ\",\"7vhWI8\":\"Νέος Κωδικός\",\"1UzENP\":\"Όχι\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Δεν υπάρχουν αρχειοθετημένες εκδηλώσεις για εμφάνιση.\",\"q2LEDV\":\"Δεν βρέθηκαν συμμετέχοντες για αυτή την παραγγελία.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Δεν υπάρχουν Συμμετέχοντες για εμφάνιση\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Δεν υπάρχουν Αναθέσεις Χωρητικότητας\",\"a/gMx2\":\"Δεν υπάρχουν Λίστες Check-In\",\"tMFDem\":\"Δεν υπάρχουν διαθέσιμα δεδομένα\",\"6Z/F61\":\"Δεν υπάρχουν δεδομένα για εμφάνιση. Επιλέξτε εύρος ημερομηνιών\",\"fFeCKc\":\"Χωρίς Έκπτωση\",\"HFucK5\":\"Δεν υπάρχουν τελειωμένες εκδηλώσεις για εμφάνιση.\",\"yAlJXG\":\"Δεν υπάρχουν εκδηλώσεις για εμφάνιση\",\"GqvPcv\":\"Δεν υπάρχουν διαθέσιμα φίλτρα\",\"KPWxKD\":\"Δεν υπάρχουν μηνύματα για εμφάνιση\",\"J2LkP8\":\"Δεν υπάρχουν παραγγελίες για εμφάνιση\",\"RBXXtB\":\"Δεν υπάρχουν διαθέσιμες μέθοδοι πληρωμής αυτή τη στιγμή. Επικοινωνήστε με τον διοργανωτή για βοήθεια.\",\"ZWEfBE\":\"Δεν Απαιτείται Πληρωμή\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Δεν υπάρχουν διαθέσιμα προϊόντα σε αυτή την κατηγορία.\",\"FTfObB\":\"Δεν υπάρχουν Προϊόντα ακόμα\",\"+Y976X\":\"Δεν υπάρχουν Κωδικοί Προσφοράς για εμφάνιση\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Δεν υπάρχουν αποτελέσματα\",\"gk5uwN\":\"Δεν βρέθηκαν Αποτελέσματα Αναζήτησης\",\"RHyZUL\":\"Δεν βρέθηκαν αποτελέσματα αναζήτησης.\",\"RY2eP1\":\"Δεν έχουν προστεθεί Φόροι ή Τέλη.\",\"EdQY6l\":\"Κανένα\",\"OJx3wK\":\"Δεν είναι διαθέσιμο\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Σημειώσεις\",\"jtrY3S\":\"Δεν υπάρχει τίποτα για εμφάνιση ακόμα\",\"hFwWnI\":\"Ρυθμίσεις Ειδοποιήσεων\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Ειδοποίηση διοργανωτή για νέες παραγγελίες\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Αριθμός ημερών για πληρωμή (αφήστε κενό για παράλειψη όρων πληρωμής από τιμολόγια)\",\"n86jmj\":\"Πρόθεμα Αριθμού\",\"mwe+2z\":\"Οι παραγγελίες εκτός σύνδεσης δεν αντικατοπτρίζονται στα στατιστικά εκδήλωσης μέχρι να επισημανθούν ως πληρωμένες.\",\"dWBrJX\":\"Η πληρωμή εκτός σύνδεσης απέτυχε. Παρακαλώ δοκιμάστε ξανά ή επικοινωνήστε με τον διοργανωτή.\",\"fcnqjw\":\"Οδηγίες Πληρωμής Εκτός Σύνδεσης\",\"+eZ7dp\":\"Πληρωμές Εκτός Σύνδεσης\",\"ojDQlR\":\"Πληροφορίες Πληρωμών Εκτός Σύνδεσης\",\"u5oO/W\":\"Ρυθμίσεις Πληρωμών Εκτός Σύνδεσης\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"Σε Πώληση\",\"Ug4SfW\":\"Μόλις δημιουργήσετε εκδήλωση, θα εμφανιστεί εδώ.\",\"ZxnK5C\":\"Μόλις ξεκινήσετε να συλλέγετε δεδομένα, θα εμφανίζονται εδώ.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Σε Εξέλιξη\",\"z+nuVJ\":\"Διαδικτυακή εκδήλωση\",\"WKHW0N\":\"Λεπτομέρειες Διαδικτυακής Εκδήλωσης\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Άνοιγμα Σελίδας Check-In\",\"OdnLE4\":\"Άνοιγμα πλαϊνής μπάρας\",\"ZZEYpT\":[\"Επιλογή \",[\"i\"]],\"oPknTP\":\"Προαιρετικές πρόσθετες πληροφορίες για εμφάνιση σε όλα τα τιμολόγια (π.χ., όροι πληρωμής, τέλη καθυστέρησης, πολιτική επιστροφής)\",\"OrXJBY\":\"Προαιρετικό πρόθεμα αριθμών τιμολογίου (π.χ., ΤΙΜ-)\",\"0zpgxV\":\"Επιλογές\",\"BzEFor\":\"ή\",\"UYUgdb\":\"Παραγγελία\",\"mm+eaX\":\"Αρ. παραγγελίας\",\"B3gPuX\":\"Παραγγελία Ακυρώθηκε\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Ημερομηνία Παραγγελίας\",\"Tol4BF\":\"Λεπτομέρειες Παραγγελίας\",\"WbImlQ\":\"Η παραγγελία ακυρώθηκε και ο κάτοχος ειδοποιήθηκε.\",\"nAn4Oe\":\"Η παραγγελία επισημάνθηκε ως πληρωμένη\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Αναφορά Παραγγελίας\",\"acIJ41\":\"Κατάσταση Παραγγελίας\",\"GX6dZv\":\"Σύνοψη Παραγγελίας\",\"tDTq0D\":\"Λήξη χρόνου παραγγελίας\",\"1h+RBg\":\"Παραγγελίες\",\"3y+V4p\":\"Διεύθυνση Οργανισμού\",\"GVcaW6\":\"Στοιχεία Οργανισμού\",\"nfnm9D\":\"Όνομα Οργανισμού\",\"G5RhpL\":\"Διοργανωτής\",\"mYygCM\":\"Ο διοργανωτής είναι υποχρεωτικός\",\"Pa6G7v\":\"Όνομα Διοργανωτή\",\"l894xP\":\"Οι διοργανωτές μπορούν να διαχειρίζονται μόνο εκδηλώσεις και προϊόντα. Δεν μπορούν να διαχειρίζονται χρήστες, ρυθμίσεις λογαριασμού ή στοιχεία χρέωσης.\",\"fdjq4c\":\"Εσωτερικό Περιθώριο\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Η σελίδα δεν βρέθηκε\",\"QbrUIo\":\"Προβολές σελίδας\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"πληρωμένο\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Μερικώς Επιστράφηκε\",\"8ZsakT\":\"Κωδικός\",\"TUJAyx\":\"Ο κωδικός πρέπει να έχει τουλάχιστον 8 χαρακτήρες\",\"vwGkYB\":\"Ο κωδικός πρέπει να έχει τουλάχιστον 8 χαρακτήρες\",\"BLTZ42\":\"Ο κωδικός επαναφέρθηκε επιτυχώς. Παρακαλώ συνδεθείτε με τον νέο σας κωδικό.\",\"f7SUun\":\"Οι κωδικοί δεν ταιριάζουν\",\"aEDp5C\":\"Επικολλήστε αυτό εκεί που θέλετε να εμφανίζεται το widget.\",\"+23bI/\":\"Παναγιώτης\",\"iAS9f2\":\"panagiotis@papademos.gr\",\"621rYf\":\"Πληρωμή\",\"Lg+ewC\":\"Πληρωμή & Τιμολόγηση\",\"DZjk8u\":\"Ρυθμίσεις Πληρωμής & Τιμολόγησης\",\"lflimf\":\"Περίοδος Πληρωμής\",\"JhtZAK\":\"Η Πληρωμή Απέτυχε\",\"JEdsvQ\":\"Οδηγίες Πληρωμής\",\"bLB3MJ\":\"Μέθοδοι Πληρωμής\",\"QzmQBG\":\"Πάροχος πληρωμής\",\"lsxOPC\":\"Πληρωμή Ελήφθη\",\"wJTzyi\":\"Κατάσταση Πληρωμής\",\"xgav5v\":\"Η πληρωμή επιτεύχθηκε!\",\"R29lO5\":\"Όροι Πληρωμής\",\"/roQKz\":\"Ποσοστό\",\"vPJ1FI\":\"Ποσοστό\",\"xdA9ud\":\"Τοποθετήστε αυτό στο της ιστοσελίδας σας.\",\"blK94r\":\"Παρακαλώ προσθέστε τουλάχιστον μία επιλογή\",\"FJ9Yat\":\"Παρακαλώ ελέγξτε ότι οι παρεχόμενες πληροφορίες είναι σωστές\",\"TkQVup\":\"Παρακαλώ ελέγξτε το email και τον κωδικό σας και δοκιμάστε ξανά\",\"sMiGXD\":\"Παρακαλώ ελέγξτε ότι το email είναι έγκυρο\",\"Ajavq0\":\"Παρακαλώ ελέγξτε το email σας για επιβεβαίωση της διεύθυνσης\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Παρακαλώ συνεχίστε στη νέα καρτέλα\",\"hcX103\":\"Παρακαλώ δημιουργήστε ένα προϊόν\",\"cdR8d6\":\"Παρακαλώ δημιουργήστε ένα εισιτήριο\",\"x2mjl4\":\"Παρακαλώ εισάγετε έγκυρο URL εικόνας που να δείχνει σε εικόνα.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Σημειώστε\",\"C63rRe\":\"Παρακαλώ επιστρέψτε στη σελίδα εκδήλωσης για να ξεκινήσετε από την αρχή.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Παρακαλώ επιλέξτε τουλάχιστον ένα προϊόν\",\"igBrCH\":\"Παρακαλώ επαληθεύστε τη διεύθυνση email σας για πρόσβαση σε όλες τις λειτουργίες\",\"/IzmnP\":\"Παρακαλώ περιμένετε ενώ προετοιμάζουμε το τιμολόγιό σας...\",\"MOERNx\":\"Πορτογαλικά\",\"qCJyMx\":\"Μήνυμα Μετά το Checkout\",\"g2UNkE\":\"Με την υποστήριξη του\",\"Rs7IQv\":\"Μήνυμα Πριν το Checkout\",\"rdUucN\":\"Προεπισκόπηση\",\"a7u1N9\":\"Τιμή\",\"CmoB9j\":\"Λειτουργία εμφάνισης τιμής\",\"BI7D9d\":\"Τιμή μη ορισμένη\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Κύριο Χρώμα\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Κύριο Χρώμα Κειμένου\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Εκτύπωση Όλων των Εισιτηρίων\",\"DKwDdj\":\"Εκτύπωση Εισιτηρίων\",\"K47k8R\":\"Προϊόν\",\"1JwlHk\":\"Κατηγορία Προϊόντος\",\"U61sAj\":\"Η κατηγορία προϊόντος ενημερώθηκε επιτυχώς.\",\"1USFWA\":\"Το προϊόν διαγράφηκε επιτυχώς\",\"4Y2FZT\":\"Τύπος Τιμής Προϊόντος\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Πωλήσεις Προϊόντων\",\"U/R4Ng\":\"Βαθμίδα Προϊόντος\",\"sJsr1h\":\"Τύπος Προϊόντος\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Προϊόν(-τα)\",\"N0qXpE\":\"Προϊόντα\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Προϊόντα που πωλήθηκαν\",\"/u4DIx\":\"Προϊόντα που Πωλήθηκαν\",\"DJQEZc\":\"Τα προϊόντα ταξινομήθηκαν επιτυχώς\",\"vERlcd\":\"Προφίλ\",\"kUlL8W\":\"Το προφίλ ενημερώθηκε επιτυχώς\",\"cl5WYc\":[\"Εφαρμόστηκε κωδικός προσφοράς \",[\"promo_code\"]],\"P5sgAk\":\"Κωδικός Προσφοράς\",\"yKWfjC\":\"Σελίδα Κωδικού Προσφοράς\",\"RVb8Fo\":\"Κωδικοί Έκπτωσης\",\"BZ9GWa\":\"Οι κωδικοί προσφοράς μπορούν να χρησιμοποιηθούν για εκπτώσεις, πρόσβαση προπώλησης ή ειδική πρόσβαση στην εκδήλωση.\",\"OP094m\":\"Αναφορά Κωδικών Προσφοράς\",\"4kyDD5\":\"Provide additional context or instructions for this question. Use this field to add terms\\nand conditions, guidelines, or any important information that attendees need to know before answering.\",\"toutGW\":\"QR Code\",\"LkMOWF\":\"Διαθέσιμη Ποσότητα\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Η ερώτηση διαγράφηκε\",\"avf0gk\":\"Περιγραφή Ερώτησης\",\"oQvMPn\":\"Τίτλος Ερώτησης\",\"enzGAL\":\"Ερωτήσεις\",\"ROv2ZT\":\"Ερωτήσεις & Απαντήσεις\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Επιλογή Τύπου Radio\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Παραλήπτης\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Αποτυχία Επιστροφής\",\"n10yGu\":\"Επιστροφή παραγγελίας\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Επιστροφή σε Εκκρεμότητα\",\"xHpVRl\":\"Κατάσταση Επιστροφής\",\"/BI0y9\":\"Επιστροφή Χρημάτων\",\"fgLNSM\":\"Εγγραφή\",\"9+8Vez\":\"Υπόλοιπες Χρήσεις\",\"tasfos\":\"αφαίρεση\",\"t/YqKh\":\"Αφαίρεση\",\"t9yxlZ\":\"Αναφορές\",\"prZGMe\":\"Υποχρεωτική Διεύθυνση Χρέωσης\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Επαναποστολή επιβεβαίωσης email\",\"wIa8Qe\":\"Επαναποστολή πρόσκλησης\",\"VeKsnD\":\"Επαναποστολή email παραγγελίας\",\"dFuEhO\":\"Επαναποστολή email εισιτηρίου\",\"o6+Y6d\":\"Επαναποστολή...\",\"OfhWJH\":\"Επαναφορά\",\"RfwZxd\":\"Επαναφορά κωδικού\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Επαναφορά εκδήλωσης\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Επιστροφή στη Σελίδα Εκδήλωσης\",\"8YBH95\":\"Έσοδα\",\"PO/sOY\":\"Ανάκληση πρόσκλησης\",\"GDvlUT\":\"Ρόλος\",\"ELa4O9\":\"Ημερομηνία Λήξης Πώλησης\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Ημερομηνία Έναρξης Πώλησης\",\"hBsw5C\":\"Οι πωλήσεις έχουν λήξει\",\"kpAzPe\":\"Έναρξη πωλήσεων\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Αποθήκευση\",\"IUwGEM\":\"Αποθήκευση Αλλαγών\",\"U65fiW\":\"Αποθήκευση Διοργανωτή\",\"UGT5vp\":\"Αποθήκευση Ρυθμίσεων\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Αναζήτηση ανά όνομα συμμετέχοντα, email ή αριθμό παραγγελίας...\",\"+pr/FY\":\"Αναζήτηση ανά όνομα εκδήλωσης...\",\"3zRbWw\":\"Αναζήτηση ανά όνομα, email ή αριθμό παραγγελίας...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Αναζήτηση ανά όνομα...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Αναζήτηση αναθέσεων χωρητικότητας...\",\"r9M1hc\":\"Αναζήτηση λιστών check-in...\",\"+0Yy2U\":\"Αναζήτηση προϊόντων\",\"YIix5Y\":\"Αναζήτηση...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Δευτερεύον Χρώμα\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Δευτερεύον Χρώμα Κειμένου\",\"02ePaq\":[\"Επιλογή \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Επιλογή κατηγορίας...\",\"kWI/37\":\"Επιλογή διοργανωτή\",\"ixIx1f\":\"Επιλογή Προϊόντος\",\"3oSV95\":\"Επιλογή Βαθμίδας Προϊόντος\",\"C4Y1hA\":\"Επιλογή προϊόντων\",\"hAjDQy\":\"Επιλογή κατάστασης\",\"QYARw/\":\"Επιλογή Εισιτηρίου\",\"OMX4tH\":\"Επιλογή εισιτηρίων\",\"DrwwNd\":\"Επιλογή χρονικής περιόδου\",\"O/7I0o\":\"Επιλογή...\",\"JlFcis\":\"Αποστολή\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Αποστολή μηνύματος\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Αποστολή Μηνύματος\",\"D7ZemV\":\"Αποστολή email επιβεβαίωσης παραγγελίας και εισιτηρίου\",\"v1rRtW\":\"Αποστολή Δοκιμαστικού\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"Περιγραφή SEO\",\"/SIY6o\":\"Λέξεις-κλειδιά SEO\",\"GfWoKv\":\"Ρυθμίσεις SEO\",\"rXngLf\":\"Τίτλος SEO\",\"/jZOZa\":\"Χρέωση Υπηρεσίας\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Ορίστε τον αρχικό αριθμό για την αρίθμηση τιμολογίων. Δεν μπορεί να αλλαχθεί μόλις δημιουργηθούν τιμολόγια.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Ρυθμίσεις\",\"Z8lGw6\":\"Κοινοποίηση\",\"B2V3cA\":\"Κοινοποίηση Εκδήλωσης\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Εμφάνιση\",\"V0SbFp\":\"Εμφάνιση διαθέσιμης ποσότητας προϊόντος\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Εμφάνιση περισσότερων\",\"izwOOD\":\"Εμφάνιση φόρου και τελών ξεχωριστά\",\"1SbbH8\":\"Εμφανίζεται στον πελάτη μετά το checkout, στη σελίδα σύνοψης παραγγελίας.\",\"YfHZv0\":\"Εμφανίζεται στον πελάτη πριν το checkout\",\"CBBcly\":\"Εμφανίζει κοινά πεδία διεύθυνσης, συμπεριλαμβανομένης της χώρας\",\"yTnnYg\":\"Σίμψον\",\"TNaCfq\":\"Πεδίο κειμένου μίας γραμμής\",\"+P0Cn2\":\"Παράλειψη αυτού του βήματος\",\"YSEnLE\":\"Παπαδόπουλος\",\"lgFfeO\":\"Εξαντλήθηκε\",\"Mi1rVn\":\"Εξαντλημένο\",\"nwtY4N\":\"Κάτι πήγε στραβά\",\"GRChTw\":\"Κάτι πήγε στραβά κατά τη διαγραφή του Φόρου ή Τέλους\",\"YHFrbe\":\"Κάτι πήγε στραβά! Παρακαλώ δοκιμάστε ξανά\",\"kf83Ld\":\"Κάτι πήγε στραβά.\",\"fWsBTs\":\"Κάτι πήγε στραβά. Παρακαλώ δοκιμάστε ξανά.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Λυπούμαστε, αυτός ο κωδικός προσφοράς δεν αναγνωρίζεται\",\"65A04M\":\"Ισπανικά\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Ημερομηνία Έναρξης\",\"/2by1f\":\"Νομός ή Περιοχή\",\"uAQUqI\":\"Κατάσταση\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Οι πληρωμές Stripe δεν είναι ενεργοποιημένες για αυτή την εκδήλωση.\",\"UJmAAK\":\"Θέμα\",\"X2rrlw\":\"Υποσύνολο\",\"zzDlyQ\":\"Επιτυχία\",\"b0HJ45\":[\"Επιτυχία! Το \",[\"0\"],\" θα λάβει email σύντομα.\"],\"BJIEiF\":[\"Επιτυχής \",[\"0\"],\" συμμετέχοντα\"],\"OtgNFx\":\"Επιτυχής επιβεβαίωση διεύθυνσης email\",\"IKwyaF\":\"Επιτυχής επιβεβαίωση αλλαγής email\",\"zLmvhE\":\"Επιτυχής δημιουργία συμμετέχοντα\",\"gP22tw\":\"Επιτυχής Δημιουργία Προϊόντος\",\"9mZEgt\":\"Επιτυχής Δημιουργία Κωδικού Προσφοράς\",\"aIA9C4\":\"Επιτυχής Δημιουργία Ερώτησης\",\"J3RJSZ\":\"Επιτυχής ενημέρωση συμμετέχοντα\",\"3suLF0\":\"Επιτυχής ενημέρωση Ανάθεσης Χωρητικότητας\",\"Z+rnth\":\"Επιτυχής ενημέρωση Λίστας Check-In\",\"vzJenu\":\"Επιτυχής Ενημέρωση Ρυθμίσεων Email\",\"7kOMfV\":\"Επιτυχής Ενημέρωση Εκδήλωσης\",\"G0KW+e\":\"Επιτυχής Ενημέρωση Σχεδιασμού Αρχικής\",\"k9m6/E\":\"Επιτυχής Ενημέρωση Ρυθμίσεων Αρχικής\",\"y/NR6s\":\"Επιτυχής Ενημέρωση Τοποθεσίας\",\"73nxDO\":\"Επιτυχής Ενημέρωση Διαφόρων Ρυθμίσεων\",\"4H80qv\":\"Επιτυχής ενημέρωση παραγγελίας\",\"6xCBVN\":\"Επιτυχής Ενημέρωση Ρυθμίσεων Πληρωμής & Τιμολόγησης\",\"1Ycaad\":\"Επιτυχής ενημέρωση προϊόντος\",\"70dYC8\":\"Επιτυχής Ενημέρωση Κωδικού Προσφοράς\",\"F+pJnL\":\"Επιτυχής Ενημέρωση Ρυθμίσεων SEO\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Email Υποστήριξης\",\"uRfugr\":\"Μπλούζα\",\"JpohL9\":\"Φόρος\",\"geUFpZ\":\"Φόρος & Τέλη\",\"dFHcIn\":\"Λεπτομέρειες Φόρου\",\"wQzCPX\":\"Πληροφορίες φόρου για εμφάνιση στο κάτω μέρος όλων των τιμολογίων (π.χ., αριθμός ΦΠΑ, φορολογική εγγραφή)\",\"0RXCDo\":\"Ο φόρος ή τέλος διαγράφηκε επιτυχώς\",\"ZowkxF\":\"Φόροι\",\"qu6/03\":\"Φόροι και Τέλη\",\"gypigA\":\"Αυτός ο κωδικός προσφοράς δεν είναι έγκυρος\",\"5ShqeM\":\"Η λίστα check-in που αναζητάτε δεν υπάρχει.\",\"QXlz+n\":\"Το προεπιλεγμένο νόμισμα για τις εκδηλώσεις σας.\",\"mnafgQ\":\"Η προεπιλεγμένη ζώνη ώρας για τις εκδηλώσεις σας.\",\"o7s5FA\":\"Η γλώσσα στην οποία θα λαμβάνει email ο συμμετέχων.\",\"NlfnUd\":\"Ο σύνδεσμος που κάνατε κλικ δεν είναι έγκυρος.\",\"HsFnrk\":[\"Ο μέγιστος αριθμός προϊόντων για \",[\"0\"],\"είναι \",[\"1\"]],\"TSAiPM\":\"Η σελίδα που αναζητάτε δεν υπάρχει\",\"MSmKHn\":\"Η τιμή που εμφανίζεται στον πελάτη θα περιλαμβάνει φόρους και τέλη.\",\"6zQOg1\":\"Η τιμή που εμφανίζεται στον πελάτη δεν θα περιλαμβάνει φόρους και τέλη. Θα εμφανίζονται ξεχωριστά\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Ο τίτλος εκδήλωσης που θα εμφανίζεται στα αποτελέσματα αναζήτησης και κατά την κοινοποίηση σε κοινωνικά δίκτυα. Εξ ορισμού χρησιμοποιείται ο τίτλος εκδήλωσης\",\"wDx3FF\":\"Δεν υπάρχουν διαθέσιμα προϊόντα για αυτή την εκδήλωση\",\"pNgdBv\":\"Δεν υπάρχουν διαθέσιμα προϊόντα σε αυτή την κατηγορία\",\"rMcHYt\":\"Υπάρχει επιστροφή σε εκκρεμότητα. Παρακαλώ περιμένετε να ολοκληρωθεί πριν ζητήσετε άλλη.\",\"F89D36\":\"Παρουσιάστηκε σφάλμα κατά τη σήμανση παραγγελίας ως πληρωμένη\",\"68Axnm\":\"Παρουσιάστηκε σφάλμα κατά την επεξεργασία του αιτήματός σας. Παρακαλώ δοκιμάστε ξανά.\",\"mVKOW6\":\"Παρουσιάστηκε σφάλμα κατά την αποστολή του μηνύματός σας\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Αυτός ο συμμετέχων έχει μη πληρωμένη παραγγελία.\",\"mf3FrP\":\"Αυτή η κατηγορία δεν έχει ακόμα προϊόντα.\",\"8QH2Il\":\"Αυτή η κατηγορία είναι κρυφή από δημόσια προβολή\",\"xxv3BZ\":\"Αυτή η λίστα check-in έχει λήξει\",\"Sa7w7S\":\"Αυτή η λίστα check-in έχει λήξει και δεν είναι πλέον διαθέσιμη.\",\"Uicx2U\":\"Αυτή η λίστα check-in είναι ενεργή\",\"1k0Mp4\":\"Αυτή η λίστα check-in δεν είναι ακόμα ενεργή\",\"K6fmBI\":\"Αυτή η λίστα check-in δεν είναι ακόμα ενεργή και δεν είναι διαθέσιμη.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Αυτές οι πληροφορίες θα εμφανίζονται στη σελίδα πληρωμής, στη σύνοψη παραγγελίας και στο email επιβεβαίωσης.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Πρόκειται για διαδικτυακή εκδήλωση\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Αυτό το μήνυμα θα συμπεριληφθεί στο υποσέλιδο όλων των email αυτής της εκδήλωσης\",\"55i7Fa\":\"Αυτό το μήνυμα θα εμφανίζεται μόνο εάν η παραγγελία ολοκληρωθεί επιτυχώς\",\"RjwlZt\":\"Αυτή η παραγγελία έχει ήδη πληρωθεί.\",\"5K8REg\":\"Αυτή η παραγγελία έχει ήδη επιστραφεί.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Αυτή η παραγγελία έχει ακυρωθεί.\",\"Q0zd4P\":\"Αυτή η παραγγελία έχει λήξει. Παρακαλώ ξεκινήστε από την αρχή.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Αυτή η παραγγελία έχει ολοκληρωθεί.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Αυτή η σελίδα παραγγελίας δεν είναι πλέον διαθέσιμη.\",\"i0TtkR\":\"Αυτό παρακάμπτει όλες τις ρυθμίσεις ορατότητας και θα αποκρύψει το προϊόν από όλους τους πελάτες.\",\"cRRc+F\":\"Αυτό το προϊόν δεν μπορεί να διαγραφεί γιατί σχετίζεται με παραγγελία. Μπορείτε να το αποκρύψετε.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Αυτός ο σύνδεσμος επαναφοράς κωδικού δεν είναι έγκυρος ή έχει λήξει.\",\"IV9xTT\":\"Αυτός ο χρήστης δεν είναι ενεργός, καθώς δεν έχει αποδεχτεί την πρόσκλησή του.\",\"5AnPaO\":\"εισιτήριο\",\"kjAL4v\":\"Εισιτήριο\",\"dtGC3q\":\"Το email εισιτηρίου εστάλη ξανά στον συμμετέχοντα\",\"54q0zp\":\"Εισιτήρια για\",\"xN9AhL\":[\"Βαθμίδα \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Τα προϊόντα με βαθμίδες σας επιτρέπουν να προσφέρετε πολλαπλές επιλογές τιμής για το ίδιο προϊόν. Ιδανικό για πρώιμες αγορές ή διαφορετικές τιμές για διαφορετικές ομάδες.\",\"nn3mSR\":\"Χρόνος που απομένει:\",\"s/0RpH\":\"Φορές χρήσης\",\"y55eMd\":\"Φορές Χρήσης\",\"40Gx0U\":\"Ζώνη Ώρας\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Τίτλος\",\"xdA/+p\":\"Εργαλεία\",\"72c5Qo\":\"Σύνολο\",\"YXx+fG\":\"Σύνολο Πριν Εκπτώσεις\",\"NRWNfv\":\"Συνολικό Ποσό Έκπτωσης\",\"BxsfMK\":\"Συνολικά Τέλη\",\"2bR+8v\":\"Συνολικές Μεικτές Πωλήσεις\",\"mpB/d9\":\"Συνολικό ποσό παραγγελίας\",\"m3FM1g\":\"Σύνολο επιστροφών\",\"jEbkcB\":\"Σύνολο Επιστροφών\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Συνολικός Φόρος\",\"+zy2Nq\":\"Τύπος\",\"FMdMfZ\":\"Αδύνατο check-in συμμετέχοντα\",\"bPWBLL\":\"Αδύνατο check-out συμμετέχοντα\",\"9+P7zk\":\"Αδύνατη δημιουργία προϊόντος. Ελέγξτε τα στοιχεία σας\",\"WLxtFC\":\"Αδύνατη δημιουργία προϊόντος. Ελέγξτε τα στοιχεία σας\",\"/cSMqv\":\"Αδύνατη δημιουργία ερώτησης. Ελέγξτε τα στοιχεία σας\",\"MH/lj8\":\"Αδύνατη ενημέρωση ερώτησης. Ελέγξτε τα στοιχεία σας\",\"nnfSdK\":\"Μοναδικοί Πελάτες\",\"Mqy/Zy\":\"Ηνωμένες Πολιτείες\",\"NIuIk1\":\"Απεριόριστο\",\"/p9Fhq\":\"Απεριόριστα διαθέσιμα\",\"E0q9qH\":\"Επιτρέπονται απεριόριστες χρήσεις\",\"h10Wm5\":\"Μη Πληρωμένη Παραγγελία\",\"ia8YsC\":\"Επερχόμενες\",\"TlEeFv\":\"Επερχόμενες Εκδηλώσεις\",\"L/gNNk\":[\"Ενημέρωση \",[\"0\"]],\"+qqX74\":\"Ενημέρωση ονόματος εκδήλωσης, περιγραφής και ημερομηνιών\",\"vXPSuB\":\"Ενημέρωση προφίλ\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"Το URL αντιγράφηκε στο πρόχειρο\",\"e5lF64\":\"Παράδειγμα Χρήσης\",\"fiV0xj\":\"Όριο Χρήσης\",\"sGEOe4\":\"Χρήση θολής εκδοχής εικόνας εξωφύλλου ως φόντο\",\"OadMRm\":\"Χρήση εικόνας εξωφύλλου\",\"7PzzBU\":\"Χρήστης\",\"yDOdwQ\":\"Διαχείριση Χρηστών\",\"Sxm8rQ\":\"Χρήστες\",\"VEsDvU\":\"Οι χρήστες μπορούν να αλλάξουν email στις <0>Ρυθμίσεις Προφίλ\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"ΦΠΑ\",\"E/9LUk\":\"Όνομα Χώρου\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Προβολή Στοιχείων Συμμετέχοντα\",\"/5PEQz\":\"Προβολή σελίδας εκδήλωσης\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Προβολή στο Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"Λίστα check-in VIP\",\"tF+VVr\":\"Εισιτήριο VIP\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Δεν μπορέσαμε να επεξεργαστούμε την πληρωμή σας. Δοκιμάστε ξανά ή επικοινωνήστε με την υποστήριξη.\",\"45Srzt\":\"Δεν μπορέσαμε να διαγράψουμε την κατηγορία. Παρακαλώ δοκιμάστε ξανά.\",\"/DNy62\":[\"Δεν βρέθηκαν εισιτήρια που να αντιστοιχούν στο \",[\"0\"]],\"1E0vyy\":\"Δεν μπορέσαμε να φορτώσουμε τα δεδομένα. Παρακαλώ δοκιμάστε ξανά.\",\"NmpGKr\":\"Δεν μπορέσαμε να αναδιατάξουμε τις κατηγορίες. Παρακαλώ δοκιμάστε ξανά.\",\"BJtMTd\":\"Προτείνουμε διαστάσεις 1950px x 650px, αναλογία 3:1, μέγιστο μέγεθος 5MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Δεν μπορέσαμε να επιβεβαιώσουμε την πληρωμή σας. Δοκιμάστε ξανά ή επικοινωνήστε με την υποστήριξη.\",\"Gspam9\":\"Επεξεργαζόμαστε την παραγγελία σας. Παρακαλώ περιμένετε...\",\"LuY52w\":\"Καλώς ήρθατε! Παρακαλώ συνδεθείτε για να συνεχίσετε.\",\"dVxpp5\":[\"Καλώς ήρθατε πίσω\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Τι είναι τα Προϊόντα με Βαθμίδες;\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Τι είναι μια Κατηγορία;\",\"gxeWAU\":\"Σε ποια προϊόντα ισχύει αυτός ο κωδικός;\",\"hFHnxR\":\"Σε ποια προϊόντα ισχύει; (Ισχύει σε όλα ως προεπιλογή)\",\"AeejQi\":\"Σε ποια προϊόντα πρέπει να ισχύει αυτή η χωρητικότητα;\",\"Rb0XUE\":\"Τι ώρα θα φτάσετε;\",\"5N4wLD\":\"Τι τύπος ερώτησης είναι αυτή;\",\"gyLUYU\":\"Όταν είναι ενεργό, θα δημιουργούνται τιμολόγια για παραγγελίες εισιτηρίων. Τα τιμολόγια αποστέλλονται με το email επιβεβαίωσης.\",\"D3opg4\":\"Όταν οι πληρωμές εκτός σύνδεσης είναι ενεργές, οι χρήστες μπορούν να ολοκληρώσουν παραγγελίες και να λάβουν εισιτήρια με ένδειξη μη πληρωμένης παραγγελίας.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Ποια εισιτήρια πρέπει να σχετίζονται με αυτή τη λίστα check-in;\",\"S+OdxP\":\"Ποιος διοργανώνει αυτή την εκδήλωση;\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Σε ποιον πρέπει να τεθεί αυτή η ερώτηση;\",\"VxFvXQ\":\"Ενσωμάτωση Widget\",\"v1P7Gm\":\"Ρυθμίσεις Widget\",\"b4itZn\":\"Εργασία\",\"hqmXmc\":\"Επεξεργασία...\",\"+G/XiQ\":\"Από αρχής έτους\",\"l75CjT\":\"Ναι\",\"QcwyCh\":\"Ναι, αφαίρεσέ τα\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Αλλάζετε το email σας σε <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Είστε εκτός σύνδεσης\",\"sdB7+6\":\"Μπορείτε να δημιουργήσετε κωδικό προσφοράς για αυτό το προϊόν στη\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Δεν μπορείτε να αλλάξετε τον τύπο προϊόντος καθώς υπάρχουν συμμετέχοντες συνδεδεμένοι.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Δεν μπορείτε να κάνετε check-in σε συμμετέχοντες με μη πληρωμένες παραγγελίες.\",\"c9Evkd\":\"Δεν μπορείτε να διαγράψετε την τελευταία κατηγορία.\",\"6uwAvx\":\"Δεν μπορείτε να διαγράψετε αυτή τη βαθμίδα τιμής γιατί υπάρχουν ήδη πωλήσεις. Μπορείτε να την αποκρύψετε.\",\"tFbRKJ\":\"Δεν μπορείτε να επεξεργαστείτε τον ρόλο ή την κατάσταση του κατόχου λογαριασμού.\",\"fHfiEo\":\"Δεν μπορείτε να επιστρέψετε χειροκίνητα δημιουργημένη παραγγελία.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Έχετε πρόσβαση σε πολλούς λογαριασμούς. Παρακαλώ επιλέξτε έναν για να συνεχίσετε.\",\"Z6q0Vl\":\"Έχετε ήδη αποδεχτεί αυτή την πρόσκληση. Παρακαλώ συνδεθείτε για να συνεχίσετε.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Δεν έχετε εκκρεμή αλλαγή email.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Έχετε εξαντλήσει τον χρόνο για ολοκλήρωση της παραγγελίας.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Πρέπει να αναγνωρίσετε ότι αυτό το email δεν είναι προωθητικό\",\"3ZI8IL\":\"Πρέπει να συμφωνήσετε με τους όρους και προϋποθέσεις\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Πρέπει να δημιουργήσετε εισιτήριο πριν προσθέσετε χειροκίνητα συμμετέχοντα.\",\"jE4Z8R\":\"Πρέπει να έχετε τουλάχιστον μία βαθμίδα τιμής\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Θα πρέπει να σημάνετε χειροκίνητα παραγγελία ως πληρωμένη. Αυτό μπορεί να γίνει στη σελίδα διαχείρισης παραγγελίας.\",\"L/+xOk\":\"Χρειάζεστε εισιτήριο πριν δημιουργήσετε λίστα check-in.\",\"Djl45M\":\"Χρειάζεστε προϊόν πριν δημιουργήσετε ανάθεση χωρητικότητας.\",\"y3qNri\":\"Χρειάζεστε τουλάχιστον ένα προϊόν για να ξεκινήσετε. Δωρεάν, επί πληρωμή ή αφήστε τον χρήστη να αποφασίσει.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Το όνομα λογαριασμού χρησιμοποιείται σε σελίδες εκδηλώσεων και σε email.\",\"veessc\":\"Οι συμμετέχοντές σας θα εμφανίζονται εδώ μόλις εγγραφούν. Μπορείτε επίσης να τους προσθέσετε χειροκίνητα.\",\"Eh5Wrd\":\"Η ιστοσελίδα σας 🎉\",\"lkMK2r\":\"Τα Στοιχεία σας\",\"3ENYTQ\":[\"Το αίτημα αλλαγής email σε <0>\",[\"0\"],\" εκκρεμεί. Ελέγξτε το email σας για επιβεβαίωση\"],\"yZfBoy\":\"Το μήνυμά σας εστάλη\",\"KSQ8An\":\"Η Παραγγελία σας\",\"Jwiilf\":\"Η παραγγελία σας ακυρώθηκε\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Οι παραγγελίες σας θα εμφανίζονται εδώ μόλις αρχίσουν να έρχονται.\",\"9TO8nT\":\"Ο κωδικός σας\",\"P8hBau\":\"Η πληρωμή σας επεξεργάζεται.\",\"UdY1lL\":\"Η πληρωμή σας δεν ήταν επιτυχής, παρακαλώ δοκιμάστε ξανά.\",\"fzuM26\":\"Η πληρωμή σας απέτυχε. Παρακαλώ δοκιμάστε ξανά.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Η επιστροφή σας επεξεργάζεται.\",\"IFHV2p\":\"Το εισιτήριό σας για\",\"x1PPdr\":\"ΤΚ / Ταχυδρομικός Κωδικός\",\"BM/KQm\":\"ΤΚ ή Ταχυδρομικός Κωδικός\",\"+LtVBt\":\"ΤΚ ή Ταχυδρομικός Κωδικός\",\"25QDJ1\":\"- Κάντε κλικ για Δημοσίευση\",\"WOyJmc\":\"- Κάντε κλικ για Κατάργηση Δημοσίευσης\",\"ncwQad\":\"(κενό)\",\"B/gRsg\":\"(κανένα)\",\"wqtZLy\":[[\"0\"],\" (αντίγραφο)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" έχει ήδη κάνει check-in\"],\"3beCx0\":[[\"0\"],\" <0>με check-in\"],\"S4PqS9\":[[\"0\"],\" Ενεργά Webhooks\"],\"6MIiOI\":[[\"0\"],\" απομένουν\"],\"COnw8D\":[\"Λογότυπο \",[\"0\"]],\"xG9N0H\":[[\"0\"],\" από \",[\"1\"],\" θέσεις είναι πιασμένες.\"],\"B7pZfX\":[[\"0\"],\" διοργανωτές\"],\"/HkCs4\":[[\"0\"],\" εισιτήρια\"],\"30bTiU\":[[\"activeCount\"],\" ενεργοποιημένα\"],\"jTs4am\":[\"Λογότυπο \",[\"appName\"]],\"gbJOk9\":[[\"attendeeCount\"],\" συμμετέχοντες είναι εγγεγραμμένοι σε αυτή τη συνεδρία.\"],\"TjbIUI\":[[\"availableCount\"],\" από \",[\"totalCount\"],\" διαθέσιμα\"],\"PSChHo\":[\"Απομένουν \",[\"capacity\"],\" θέσεις\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" με check-in\"],\"RZ0JX3\":[[\"chipTime\"],\", εξαντλήθηκε\"],\"M4KnFs\":[[\"chipTime\"],\", Εξαντλημένο, διαθέσιμη λίστα αναμονής\"],\"SeyN12\":[[\"completedCount\"],\" από \",[\"totalCount\"],\" βήματα ολοκληρώθηκαν\"],\"wYzVwE\":[[\"count\"],\" πρόσθετα\"],\"f2rhaD\":[\"πριν από \",[\"diffHr\"],\" ώ.\"],\"NRSLBe\":[\"πριν από \",[\"diffMin\"],\" λ.\"],\"iYfwJE\":[\"πριν από \",[\"diffSec\"],\" δευτ.\"],\"OJnhhX\":[[\"eventCount\"],\" εκδηλώσεις\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" ακόμη\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" συμμετέχοντες είναι εγγεγραμμένοι στις συνεδρίες που επηρεάζονται.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" ανά παραγγελία\"],\"RBuxIl\":[[\"productCount\"],\" τύποι εισιτηρίων έχουν ρυθμιστεί\"],\"VFLd0I\":[[\"slotCount\"],\" διαθέσιμες ώρες\"],\"3IEF7U\":[[\"totalCount\"],\" τύποι εισιτηρίων\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" χρεώσεις\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" χρεώσεις και φόροι\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" φόρος\"],\"zGiMDM\":\"+30 210 1234567\",\"JwzOqN\":\"+1 ημέρα\",\"1d6kks\":\"+Φόρος/Χρεώσεις\",\"B1St2O\":\"<0>Οι λίστες ελέγχου σας βοηθούν να διαχειριστείτε την είσοδο στην εκδήλωση ανά ημέρα, περιοχή ή τύπο εισιτηρίου. Μπορείτε να συνδέσετε εισιτήρια σε συγκεκριμένες λίστες όπως VIP zones ή εισιτήρια Ημέρας 1 και να μοιραστείτε έναν ασφαλή σύνδεσμο check-in με το προσωπικό. Δεν απαιτείται λογαριασμός. Το check-in λειτουργεί σε κινητό, υπολογιστή ή tablet, χρησιμοποιώντας κάμερα συσκευής ή HID USB σαρωτή. \",\"v9VSIS\":\"<0>Ορίστε ένα ενιαίο συνολικό όριο παρακολούθησης που ισχύει για πολλαπλούς τύπους εισιτηρίων ταυτόχρονα.<1>Για παράδειγμα, αν συνδέσετε ένα εισιτήριο <2>Ημερήσιο και ένα <3>Πλήρους Σαββατοκύριακου, και τα δύο θα αντλούν από την ίδια δεξαμενή θέσεων. Όταν το όριο επιτευχθεί, όλα τα συνδεδεμένα εισιτήρια σταματούν αυτόματα να πωλούνται.\",\"Il5Uid\":\"<0>Αυτή είναι η συνολική διαθέσιμη ποσότητα για όλες τις ημερομηνίες του προγράμματός σας συνολικά — δεν είναι όριο ανά ημερομηνία. Για να περιορίσετε τη συμμετοχή ανά ημερομηνία, ορίστε χωρητικότητα στη <1>σελίδα Προγράμματος ημερομηνιών.\",\"ZnVt5v\":\"<0>Τα Webhooks ειδοποιούν αμέσως εξωτερικές υπηρεσίες όταν συμβαίνουν γεγονότα, όπως η προσθήκη νέου συμμετέχοντα στο CRM ή στη λίστα email κατά την εγγραφή, διασφαλίζοντας απρόσκοπτη αυτοματοποίηση.<1>Χρησιμοποιήστε υπηρεσίες τρίτων όπως <2>Zapier, <3>IFTTT ή <4>Make για να δημιουργήσετε προσαρμοσμένες ροές εργασίας και να αυτοματοποιήσετε εργασίες.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" με τρέχουσα ισοτιμία\"],\"M2DyLc\":\"1 Ενεργό Webhook\",\"hMefp0\":\"1 πρόσθετο\",\"6hIk/x\":\"1 συμμετέχων είναι εγγεγραμμένος στις συνεδρίες που επηρεάζονται.\",\"qOyE2U\":\"1 συμμετέχων είναι εγγεγραμμένος σε αυτή τη συνεδρία.\",\"943BwI\":\"1 ημέρα μετά την ημερομηνία λήξης\",\"yj3N+g\":\"1 ημέρα μετά την ημερομηνία έναρξης\",\"Z3etYG\":\"1 ημέρα πριν την εκδήλωση\",\"szSnlj\":\"1 ώρα πριν την εκδήλωση\",\"yTsaLw\":\"1 εισιτήριο\",\"nz96Ue\":\"1 τύπος εισιτηρίου\",\"InX5ad\":\"1 τύπος εισιτηρίου έχει ρυθμιστεί\",\"y2Jh0m\":\"1 διαθέσιμη ώρα\",\"cGtUz6\":\"1 εβδομάδα πριν την εκδήλωση\",\"HR/cvw\":\"Παράδειγμα Οδού 123\",\"dgKxZ5\":\"Πάνω από 135 νομίσματα και πάνω από 40 τρόποι πληρωμής\",\"/d9gcz\":\"Απαιτείται ετικέτα κουμπιού όταν έχει οριστεί URL\",\"kMU5aM\":\"Μια ειδοποίηση ακύρωσης εστάλη στο\",\"o++0qa\":\"αλλαγή διάρκειας\",\"WuWSX5\":\"Λίγα γρήγορα βήματα και είστε έτοιμοι να ξεκινήσετε τις πωλήσεις.\",\"RQ5kDd\":\"Ένα μήνυμα που εμφανίζεται όταν δεν υπάρχουν προϊόντα σε αυτήν την κατηγορία.\",\"V53XzQ\":\"Νέος κωδικός επαλήθευσης στάλθηκε στο email σας\",\"sr2Je0\":\"μετατόπιση των ωρών έναρξης/λήξης\",\"/z/bH1\":\"Μια σύντομη περιγραφή του διοργανωτή που θα εμφανίζεται στους χρήστες.\",\"3BKFn6\":\"Απαιτείται URL όταν έχει οριστεί ετικέτα κουμπιού\",\"RpjXTb\":\"Μοτίβο ημέρας εβδομάδας\",\"aS0jtz\":\"Εγκαταλειμμένο\",\"uyJsf6\":\"Σχετικά\",\"JvuLls\":\"Απορρόφηση χρέωσης\",\"lk74+I\":\"Απορρόφηση Χρέωσης\",\"1uJlG9\":\"Χρώμα Τόνου\",\"g3UF2V\":\"Αποδοχή\",\"K5+3xg\":\"Αποδοχή πρόσκλησης\",\"LuXP9q\":\"Πρόσβαση\",\"jzb4Ep\":[\"Λογαριασμός · \",[\"0\"]],\"UqH1Q6\":[\"Λογαριασμός · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"Η διαγραφή του λογαριασμού ακυρώθηκε.\",\"WtlP+7\":\"Η διαγραφή λογαριασμού είναι αποκλεισμένη\",\"vOuxvL\":\"Πληροφορίες Λογαριασμού\",\"F9cvwz\":\"Όνομα λογαριασμού\",\"EHNORh\":\"Ο λογαριασμός δεν βρέθηκε\",\"Hy1lfH\":\"Κάτοχος λογαριασμού\",\"bPwFdf\":\"Λογαριασμοί\",\"pi/Iog\":[\"Λογαριασμοί (\",[\"0\"],\")\"],\"AhwTa1\":\"Απαιτείται Ενέργεια: Χρειάζονται Στοιχεία ΦΠΑ\",\"APyAR/\":\"Ενεργές Εκδηλώσεις\",\"kCl6ja\":\"Ενεργοί τρόποι πληρωμής\",\"XJOV1Y\":\"Δραστηριότητα\",\"Eso+01\":[\"Προσθέστε πρώτα \",[\"0\"]],\"eJ0IJA\":\"Προσθέστε εικόνα εξωφύλλου και θέμα που ταιριάζουν στη μάρκα σας\",\"0YEoxS\":\"Προσθήκη ημερομηνίας\",\"ybegUq\":\"Προσθέστε περιγραφή και χώρο ώστε οι συμμετέχοντες να ξέρουν τι να περιμένουν\",\"nOZl6j\":\"Προσθήκη μίας ημερομηνίας\",\"CjvTPJ\":\"Προσθήκη άλλης ώρας\",\"0XCduh\":\"Προσθέστε τουλάχιστον μία ώρα\",\"/chGpa\":\"Προσθέστε τα στοιχεία σύνδεσης για τη διαδικτυακή εκδήλωση.\",\"UWWRyd\":\"Προσθήκη προσαρμοσμένων ερωτήσεων για συλλογή πρόσθετων πληροφοριών κατά το checkout\",\"Z/dcxc\":\"Προσθήκη ημερομηνίας\",\"QeupRg\":\"Προσθήκη ημερομηνιών\",\"Q219NT\":\"Προσθήκη ημερομηνιών\",\"yjB5VC\":\"Προσθέστε ημερομηνίες και ώρες για την επαναλαμβανόμενη εκδήλωσή σας\",\"Z8idyM\":\"Προσθήκη στοιχείων\",\"wpirGs\":\"Προσθήκη στοιχείων εκδήλωσης\",\"VX6WUv\":\"Προσθήκη τοποθεσίας\",\"GCQlV2\":\"Προσθέστε πολλές ώρες αν πραγματοποιείτε αρκετές συνεδρίες την ημέρα.\",\"7JF9w9\":\"Προσθήκη Ερώτησης\",\"NLbIb6\":\"Προσθήκη του συμμετέχοντα ούτως ή άλλως (παράκαμψη χωρητικότητας)\",\"6PNlRV\":\"Προσθήκη αυτής της εκδήλωσης στο ημερολόγιό σας\",\"BGD9Yt\":\"Προσθήκη εισιτηρίων\",\"uIv4Op\":\"Προσθέστε pixels παρακολούθησης στις δημόσιες σελίδες εκδηλώσεων και στην αρχική σελίδα διοργανωτή. Εμφανίζεται banner συγκατάθεσης cookies όταν η παρακολούθηση είναι ενεργή.\",\"QN2F+7\":\"Προσθήκη Webhook\",\"NsWqSP\":\"Προσθέστε τα στοιχεία κοινωνικής δικτύωσης και την ιστοσελίδα σας. Θα εμφανιστούν στη δημόσια σελίδα του διοργανωτή.\",\"6JzKEV\":\"Μόνο ως πρόσθετο\",\"VkQex5\":\"Πρόσθετα προϊόντα\",\"Y2K3rp\":\"Πρόσθετα\",\"Z/ZU8N\":\"Προστίθεται κατά την πληρωμή\",\"bVjDs9\":\"Πρόσθετα Τέλη\",\"MKqSg4\":\"Απαιτείται Πρόσβαση Διαχειριστή\",\"0Zypnp\":\"Πίνακας Διαχείρισης\",\"tlFYEo\":\"Δίνει είσοδο στους συμμετέχοντες στην εκδήλωσή σας\",\"YAV57v\":\"Συνεργάτης\",\"I+utEq\":\"Ο κωδικός συνεργάτη δεν μπορεί να αλλαχθεί\",\"/jHBj5\":\"Ο συνεργάτης δημιουργήθηκε επιτυχώς\",\"uCFbG2\":\"Ο συνεργάτης διαγράφηκε επιτυχώς\",\"ld8I+f\":\"Πρόγραμμα συνεργατών\",\"a41PKA\":\"Οι πωλήσεις συνεργατών θα παρακολουθούνται\",\"mJJh2s\":\"Οι πωλήσεις συνεργατών δεν θα παρακολουθούνται. Αυτό θα απενεργοποιήσει τον συνεργάτη.\",\"jabmnm\":\"Ο συνεργάτης ενημερώθηκε επιτυχώς\",\"CPXP5Z\":\"Συνεργάτες\",\"9Wh+ug\":\"Οι συνεργάτες εξήχθησαν\",\"3cqmut\":\"Οι συνεργάτες σας βοηθούν να παρακολουθείτε τις πωλήσεις από εταίρους και influencers. Δημιουργήστε κωδικούς και μοιραστείτε τους για παρακολούθηση της απόδοσης.\",\"3e31kI\":\"Αφού δημιουργηθεί η εκδήλωσή σας, μπορείτε να επιλέξετε από τον πίνακα ελέγχου πόσο συχνά επαναλαμβάνεται.\",\"z7GAMJ\":\"όλες\",\"N40H+G\":\"Όλα\",\"7rLTkE\":\"Όλες οι Αρχειοθετημένες Εκδηλώσεις\",\"gKq1fa\":\"Όλοι οι συμμετέχοντες\",\"63gRoO\":\"Όλοι οι συμμετέχοντες των επιλεγμένων συνεδριών\",\"uWxIoH\":\"Όλοι οι συμμετέχοντες αυτής της ημερομηνίας\",\"pMLul+\":\"Όλα τα Νομίσματα\",\"sgUdRZ\":\"Όλες οι ημερομηνίες\",\"e4q4uO\":\"Όλες οι ημερομηνίες\",\"ZS/D7f\":\"Όλες οι Τελειωμένες Εκδηλώσεις\",\"QsYjci\":\"Όλες οι Εκδηλώσεις\",\"31KB8w\":\"Όλες οι αποτυχημένες εργασίες διαγράφηκαν\",\"D2g7C7\":\"Όλες οι εργασίες τέθηκαν σε ουρά για επανάληψη\",\"B4RFBk\":\"Όλες οι ημερομηνίες που ταιριάζουν\",\"F1/VgK\":\"Όλες οι ημερομηνίες\",\"OpWjMq\":\"Όλες οι ημερομηνίες\",\"Sxm1lO\":\"Όλες οι Καταστάσεις\",\"dr7CWq\":\"Όλες οι Επερχόμενες Εκδηλώσεις\",\"UBpkWM\":\"Όλοι οι χρήστες\",\"GpT6Uf\":\"Να επιτρέπεται στους συμμετέχοντες να ενημερώνουν τα στοιχεία εισιτηρίου (όνομα, email) μέσω ασφαλούς συνδέσμου που αποστέλλεται με την επιβεβαίωση παραγγελίας.\",\"VZdky1\":\"Επιτρέψτε στους αγοραστές να αντιγράφουν τα στοιχεία τους σε όλους τους συμμετέχοντες\",\"F3mW5G\":\"Να επιτρέπεται στους πελάτες να εγγράφονται στη λίστα αναμονής όταν αυτό το προϊόν εξαντληθεί\",\"4CMO/q\":\"Να επιτρέπεται στους πελάτες να εγγράφονται στη λίστα αναμονής όταν αυτό το προϊόν εξαντληθεί. Οι πελάτες εγγράφονται στη λίστα αναμονής για συγκεκριμένη ημερομηνία.\",\"c4uJfc\":\"Σχεδόν έτοιμο! Αναμένουμε την επεξεργασία της πληρωμής σας. Αυτό θα διαρκέσει μόνο λίγα δευτερόλεπτα.\",\"ocS8eq\":[\"Έχετε ήδη λογαριασμό; <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Ήδη προστέθηκε\",\"/H326L\":\"Ήδη Επιστράφηκε\",\"USEpOK\":\"Χρησιμοποιείτε ήδη το Stripe σε άλλον διοργανωτή; Χρησιμοποιήστε ξανά αυτή τη σύνδεση.\",\"RtxQTF\":\"Επίσης ακύρωση αυτής της παραγγελίας\",\"jkNgQR\":\"Επίσης επιστροφή αυτής της παραγγελίας\",\"xYqsHg\":\"Πάντα διαθέσιμο\",\"rrepBD\":\"Πάντα σε πώληση\",\"Wvrz79\":\"Ποσό που Καταβλήθηκε\",\"Zkymb9\":\"Ένα email για συσχέτιση με αυτόν τον συνεργάτη. Ο συνεργάτης δεν θα ειδοποιηθεί.\",\"vRznIT\":\"Παρουσιάστηκε σφάλμα κατά τον έλεγχο της κατάστασης εξαγωγής.\",\"OPFdAM\":\"Μια προαιρετική περιγραφή αυτής της κατηγορίας που θα εμφανίζεται στη σελίδα της εκδήλωσης.\",\"eusccx\":\"Προαιρετικό μήνυμα για το προτεινόμενο προϊόν, π.χ. \\\"Πωλείται γρήγορα 🔥\\\" ή \\\"Καλύτερη αξία\\\"\",\"HZFm5R\":\"και\",\"l3LBtZ\":\"Περιεχόμενο ανακοίνωσης\",\"Th00L9\":\"Η ανακοίνωση δημιουργήθηκε\",\"p/XJYI\":\"Η ανακοίνωση διαγράφηκε\",\"08iV57\":\"Τίτλος ανακοίνωσης\",\"qLqgre\":\"Η ανακοίνωση ενημερώθηκε\",\"Dzr23X\":\"Ανακοινώσεις\",\"asqL+J\":\"Ανωνυμοποίηση\",\"QNrkms\":\"Η απάντηση ενημερώθηκε επιτυχώς.\",\"+qygei\":\"Απαντήσεις\",\"GK7Lnt\":\"Απαντήσεις που δόθηκαν κατά την ολοκλήρωση παραγγελίας (π.χ. επιλογή γεύματος)\",\"lE8PgT\":\"Οι ημερομηνίες που έχετε προσαρμόσει χειροκίνητα θα διατηρηθούν.\",\"jVoYha\":[\"εφαρμόστηκε — έκπτωση \",[\"0\"],\" στην παραγγελία σας\"],\"vP3Nzg\":[\"Ισχύει για \",[\"0\"],\", μη ακυρωμένες ημερομηνίες που έχουν φορτωθεί σε αυτή τη σελίδα.\"],\"kkVyZZ\":\"Ισχύει για όποιον ανοίγει τον κοινόχρηστο σύνδεσμο check-in χωρίς να έχει συνδεθεί. Τα συνδεδεμένα μέλη της ομάδας βλέπουν πάντα τα πάντα.\",\"je4muG\":[\"Ισχύει για κάθε \",[\"0\"],\", μη ακυρωμένη ημερομηνία αυτής της εκδήλωσης — ακόμη και για ημερομηνίες που δεν έχουν φορτωθεί τώρα.\"],\"YIIQtt\":\"Εφαρμογή αλλαγών\",\"NzWX1Y\":\"Εφαρμογή σε\",\"Ps5oDT\":\"Εφαρμογή σε όλα τα εισιτήρια\",\"261RBr\":\"Έγκριση Μηνύματος\",\"naCW6Z\":\"Απρίλιος\",\"B495Gs\":\"Αρχειοθέτηση\",\"5sNliy\":\"Αρχειοθέτηση Εκδήλωσης\",\"BrwnrJ\":\"Αρχειοθέτηση Διοργανωτή\",\"E5eghW\":\"Αρχειοθέτηση αυτής της εκδήλωσης για απόκρυψη από το κοινό. Μπορείτε να την επαναφέρετε αργότερα.\",\"eqFkeI\":\"Αρχειοθέτηση αυτού του διοργανωτή. Αυτό θα αρχειοθετήσει και όλες τις εκδηλώσεις του.\",\"BzcxWv\":\"Αρχειοθετημένοι Διοργανωτές\",\"9cQBd6\":\"Είστε σίγουροι ότι θέλετε να αρχειοθετήσετε αυτή την εκδήλωση; Δεν θα είναι πλέον ορατή στο κοινό.\",\"Trnl3E\":\"Είστε σίγουροι ότι θέλετε να αρχειοθετήσετε αυτόν τον διοργανωτή; Αυτό θα αρχειοθετήσει και όλες τις εκδηλώσεις του.\",\"wOvn+e\":[\"Σίγουρα θέλετε να ακυρώσετε \",[\"count\"],\" ημερομηνία/ες; Οι συμμετέχοντες που επηρεάζονται θα ειδοποιηθούν με email.\"],\"GTxE0U\":\"Σίγουρα θέλετε να ακυρώσετε αυτή την ημερομηνία; Οι συμμετέχοντες που επηρεάζονται θα ειδοποιηθούν με email.\",\"VkSk/i\":\"Είστε σίγουροι ότι θέλετε να ακυρώσετε αυτό το προγραμματισμένο μήνυμα;\",\"0aVEBY\":\"Είστε σίγουροι ότι θέλετε να διαγράψετε όλες τις αποτυχημένες εργασίες;\",\"LchiNd\":\"Είστε σίγουροι ότι θέλετε να διαγράψετε αυτόν τον συνεργάτη; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί.\",\"U49Xd6\":\"Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτήν την ανακοίνωση; Οι χρήστες δεν θα τη βλέπουν πλέον.\",\"vPeW/6\":\"Είστε σίγουροι ότι θέλετε να διαγράψετε αυτή τη ρύθμιση; Αυτό μπορεί να επηρεάσει λογαριασμούς που τη χρησιμοποιούν.\",\"h42Hc/\":\"Σίγουρα θέλετε να διαγράψετε αυτή την ημερομηνία; Η ενέργεια δεν αναιρείται.\",\"RiF/yT\":\"Σίγουρα θέλετε να διαγράψετε αυτή την εικόνα;\",\"b3+Qku\":\"Σίγουρα θέλετε να διαγράψετε αυτόν τον φόρο ή τη χρέωση; Δεν θα εφαρμόζεται πλέον σε νέες παραγγελίες.\",\"JmVITJ\":\"Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το πρότυπο; Αυτή η ενέργεια δεν μπορεί να αναιρεθεί και τα email θα επιστρέψουν στο προεπιλεγμένο πρότυπο.\",\"aLS+A6\":\"Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το πρότυπο; Δεν μπορεί να αναιρεθεί και τα email θα επιστρέψουν στο πρότυπο του διοργανωτή ή στο προεπιλεγμένο.\",\"5H3Z78\":\"Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το webhook;\",\"147G4h\":\"Είστε σίγουροι ότι θέλετε να φύγετε;\",\"VDWChT\":\"Είστε σίγουροι ότι θέλετε να κάνετε αυτόν τον διοργανωτή πρόχειρο; Αυτό θα κάνει τη σελίδα του αόρατη στο κοινό\",\"pWtQJM\":\"Είστε σίγουροι ότι θέλετε να δημοσιεύσετε αυτόν τον διοργανωτή; Αυτό θα κάνει τη σελίδα του ορατή στο κοινό\",\"EOqL/A\":\"Είστε σίγουροι ότι θέλετε να προσφέρετε θέση σε αυτό το άτομο; Θα λάβει ειδοποίηση μέσω email.\",\"yAXqWW\":\"Σίγουρα θέλετε να διαγράψετε οριστικά αυτή την ημερομηνία; Η ενέργεια δεν αναιρείται.\",\"WFHOlF\":\"Είστε σίγουροι ότι θέλετε να δημοσιεύσετε αυτή την εκδήλωση; Μόλις δημοσιευτεί, θα είναι ορατή στο κοινό.\",\"4TNVdy\":\"Είστε σίγουροι ότι θέλετε να δημοσιεύσετε αυτό το προφίλ διοργανωτή; Μόλις δημοσιευτεί, θα είναι ορατό στο κοινό.\",\"8x0pUg\":\"Είστε σίγουροι ότι θέλετε να αφαιρέσετε αυτή την εγγραφή από τη λίστα αναμονής;\",\"cDtoWq\":[\"Είστε σίγουροι ότι θέλετε να αποστείλετε ξανά την επιβεβαίωση παραγγελίας στο \",[\"0\"],\";\"],\"xeIaKw\":[\"Είστε σίγουροι ότι θέλετε να αποστείλετε ξανά το εισιτήριο στο \",[\"0\"],\";\"],\"BjbocR\":\"Είστε σίγουροι ότι θέλετε να επαναφέρετε αυτή την εκδήλωση;\",\"7MjfcR\":\"Είστε σίγουροι ότι θέλετε να επαναφέρετε αυτόν τον διοργανωτή;\",\"b7tkGp\":\"Σίγουρα θέλετε να ανακαλέσετε αυτή την πρόσκληση;\",\"ExDt3P\":\"Είστε σίγουροι ότι θέλετε να αποσύρετε αυτή την εκδήλωση; Δεν θα είναι πλέον ορατή στο κοινό.\",\"5Qmxo/\":\"Είστε σίγουροι ότι θέλετε να αποσύρετε αυτό το προφίλ διοργανωτή; Δεν θα είναι πλέον ορατό στο κοινό.\",\"Uqefyd\":\"Είστε εγγεγραμμένοι για ΦΠΑ στην ΕΕ;\",\"+QARA4\":\"Τέχνη\",\"tLf3yJ\":\"Καθώς η επιχείρησή σας εδρεύει στην Ιρλανδία, ο ιρλανδικός ΦΠΑ 23% εφαρμόζεται αυτόματα σε όλα τα τέλη πλατφόρμας.\",\"tMeVa/\":\"Ζήτηση ονόματος και email για κάθε εισιτήριο που αγοράζεται\",\"ui5ln+\":\"Ανάθεση άλλου πλάνου\",\"9Jxliv\":\"Ανάθεση πλάνου\",\"xdiER7\":\"Ανατεθειμένη Βαθμίδα\",\"F2rX0R\":\"Πρέπει να επιλεγεί τουλάχιστον ένας τύπος εκδήλωσης\",\"Z44eZS\":\"Τουλάχιστον ένα προϊόν πρέπει να παραμείνει διαθέσιμο για αυτή την ημερομηνία. Αν θέλετε να μην είναι προσβάσιμη, ακυρώστε την από το πρόγραμμα.\",\"BCmibk\":\"Απόπειρες\",\"6PecK3\":\"Αριθμός παρουσιών και ρυθμοί check-in σε όλες τις εκδηλώσεις\",\"K2tp3v\":\"συμμετέχων\",\"AJ4rvK\":\"Ακύρωση Συμμετέχοντα\",\"qvylEK\":\"Δημιουργία Συμμετέχοντα\",\"Aspq3b\":\"Συλλογή στοιχείων συμμετέχοντα\",\"fpb0rX\":\"Τα στοιχεία συμμετέχοντα αντιγράφηκαν από την παραγγελία\",\"94aQMU\":\"Πληροφορίες Συμμετέχοντα\",\"KkrBiR\":\"Συλλογή πληροφοριών συμμετέχοντα\",\"sjPjOg\":\"Σημειώσεις συμμετέχοντα\",\"cosfD8\":\"Κατάσταση Συμμετέχοντα\",\"D2qlBU\":\"Ενημέρωση Συμμετέχοντα\",\"22BOve\":\"Ο συμμετέχων ενημερώθηκε επιτυχώς\",\"x8Vnvf\":\"Το εισιτήριο του συμμετέχοντα δεν περιλαμβάνεται σε αυτή τη λίστα\",\"/Ywywr\":\"συμμετέχοντες\",\"zLRobu\":\"συμμετέχοντες με check-in\",\"k3Tngl\":\"Οι συμμετέχοντες εξήχθησαν\",\"UoIRW8\":\"Εγγεγραμμένοι συμμετέχοντες\",\"5UbY+B\":\"Συμμετέχοντες με συγκεκριμένο εισιτήριο\",\"4HVzhV\":\"Συμμετέχοντες:\",\"HVkhy2\":\"Αναλυτικά Απόδοσης\",\"dMMjeD\":\"Ανάλυση Απόδοσης\",\"1oPDuj\":\"Αξία Απόδοσης\",\"cHfbVT\":\"Κοινό\",\"DBHTm/\":\"Αύγουστος\",\"JgREph\":\"Η αυτόματη προσφορά είναι ενεργή\",\"V7Tejz\":\"Αυτόματη Επεξεργασία Λίστας Αναμονής\",\"PZ7FTW\":\"Ανιχνεύεται αυτόματα βάσει χρώματος φόντου, αλλά μπορεί να παρακαμφθεί\",\"zlnTuI\":\"Αυτόματη προσφορά εισιτηρίων στο επόμενο άτομο όταν η χωρητικότητα είναι διαθέσιμη. Εάν απενεργοποιηθεί, μπορείτε να επεξεργαστείτε χειροκίνητα τη λίστα αναμονής.\",\"csDS2L\":\"Διαθέσιμο\",\"Xp+ywP\":\"Διαθέσιμο μόλις ολοκληρωθεί η πληρωμή\",\"dwDH1K\":[\"Διαθέσιμες ώρες — \",[\"dayName\"]],\"clF06r\":\"Διαθέσιμο για Επιστροφή\",\"NB5+UG\":\"Διαθέσιμα Tokens\",\"L+wGOG\":\"Σε αναμονή\",\"qcw2OD\":\"Αναμονή πληρωμής\",\"kNmmvE\":\"Εκδηλώσεις Α.Ε.\",\"TeSaQO\":\"Επιστροφή στους Λογαριασμούς\",\"kYqM1A\":\"Επιστροφή στην Εκδήλωση\",\"s5QRF3\":\"Επιστροφή στα μηνύματα\",\"td/bh+\":\"Επιστροφή στις Αναφορές\",\"nsm7BA\":\"Πίσω στην αναζήτηση\",\"imjKVx\":\"Ο τραπεζικός λογαριασμός συνδέθηκε\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"Το περιεχόμενο του banner πρέπει να είναι έως 200 χαρακτήρες\",\"p2OLF3\":\"Βασική τιμή\",\"D9LTCH\":\"Βασική τιμή\",\"hviJef\":\"Με βάση τη γενική περίοδο πώλησης παραπάνω, όχι ανά ημερομηνία\",\"jIPNJG\":\"Βασικές Πληροφορίες\",\"lINGcL\":\"Επειδή αυτός ο λογαριασμός έχει ολοκληρωμένες παραγγελίες, τα αρχεία συναλλαγών (ποσά, ημερομηνίες και στοιχεία τιμολογίων) θα διατηρηθούν σε ανωνυμοποιημένη μορφή για νομικούς και φορολογικούς σκοπούς. Όλα τα προσωπικά δεδομένα θα διαγραφούν οριστικά.\",\"UabgBd\":\"Το σώμα του μηνύματος είναι υποχρεωτικό\",\"HWXuQK\":\"Αποθηκεύστε αυτή τη σελίδα για να διαχειρίζεστε την παραγγελία σας ανά πάσα στιγμή.\",\"CUKVDt\":\"Δώστε στα εισιτήριά σας ταυτότητα με προσαρμοσμένο λογότυπο, χρώματα και μήνυμα υποσέλιδου.\",\"4BZj5p\":\"Ενσωματωμένη προστασία από απάτες\",\"cr7kGH\":\"Μαζική επεξεργασία\",\"1Fbd6n\":\"Μαζική επεξεργασία ημερομηνιών\",\"Eq6Tu9\":\"Η μαζική ενημέρωση απέτυχε.\",\"9N+p+g\":\"Επιχείρηση\",\"SWnN1L\":\"Διεύθυνση επιχείρησης\",\"kQekXw\":\"Επωνυμία επιχείρησης\",\"3W/QV7\":\"Ετικέτα κουμπιού\",\"bv6RXK\":\"Ετικέτα Κουμπιού\",\"ChDLlO\":\"Κείμενο Κουμπιού\",\"MOht10\":\"URL κουμπιού\",\"BUe8Wj\":\"Ο αγοραστής πληρώνει\",\"DkL8mp\":\"Οι αγοραστές μπορούν να τα προσθέσουν στην παραγγελία τους όταν επιλέγουν αυτό το προϊόν κατά την ολοκλήρωση.\",\"qF1qbA\":\"Οι αγοραστές βλέπουν καθαρή τιμή. Το τέλος πλατφόρμας αφαιρείται από την πληρωμή σας.\",\"dg05rc\":\"Με την προσθήκη pixels παρακολούθησης, αναγνωρίζετε ότι εσείς και αυτή η πλατφόρμα είστε από κοινού υπεύθυνοι επεξεργασίας των δεδομένων που συλλέγονται. Είστε υπεύθυνοι για τη διασφάλιση ότι έχετε νόμιμη βάση για αυτή την επεξεργασία βάσει των ισχυόντων νόμων περί απορρήτου (ΓΚΠΔ, CCPA κ.λπ.).\",\"DFqasq\":[\"Συνεχίζοντας, αποδέχεστε τους <0>Όρους Χρήσης \",[\"0\"],\"\"],\"CetOZE\":\"Ανά τύπο εισιτηρίου\",\"lFdbRS\":\"Παράκαμψη Χρεώσεων Εφαρμογής\",\"AjVXBS\":\"Ημερολόγιο\",\"2VLZwd\":\"Κουμπί Κλήσης για Δράση\",\"rT2cV+\":\"Κάμερα\",\"7hYa9y\":\"Η άδεια κάμερας απορρίφθηκε. <0>Ζητήστε ξανά άδεια ή δώστε σε αυτή τη σελίδα πρόσβαση στην κάμερα από τις ρυθμίσεις του προγράμματος περιήγησης.\",\"D02dD9\":\"Καμπάνια\",\"RRPA79\":\"Δεν είναι δυνατό το check-in\",\"OcVwAd\":[\"Ακύρωση \",[\"count\"],\" ημερομηνίας/ιών\"],\"H4nE+E\":\"Ακύρωση όλων των προϊόντων και επιστροφή τους στη δεξαμενή\",\"Py78q9\":\"Ακύρωση ημερομηνίας\",\"lUjTpS\":\"Ακύρωση διαγραφής\",\"5YkF5G\":\"Ακύρωση αιτήματος διαγραφής\",\"tOXAdc\":\"Η ακύρωση θα ακυρώσει όλους τους συμμετέχοντες που σχετίζονται με αυτή την παραγγελία και θα ελευθερώσει τα εισιτήρια στη διαθέσιμη δεξαμενή.\",\"FPpqc7\":[\"Ακυρώνονται \",[\"0\"],\" ημερομηνία/ες. Μπορεί να πάρει λίγη ώρα.\"],\"01sEfm\":\"Δεν είναι δυνατή η διαγραφή της προεπιλεγμένης ρύθμισης συστήματος\",\"VsM1HH\":\"Αναθέσεις Χωρητικότητας\",\"9bIMVF\":\"Διαχείριση χωρητικότητας\",\"H7K8og\":\"Η χωρητικότητα πρέπει να είναι 0 ή μεγαλύτερη\",\"nzao08\":\"ενημερώσεις χωρητικότητας\",\"4cp9NP\":\"Χωρητικότητα που χρησιμοποιήθηκε\",\"K7tIrx\":\"Κατηγορία\",\"DRK3Bq\":\"Η κατηγορία διαγράφηκε\",\"o+XJ9D\":\"Αλλαγή\",\"kJkjoB\":\"Αλλαγή διάρκειας\",\"J0KExZ\":\"Αλλαγή ορίου συμμετεχόντων\",\"ssospy\":\"Αλλαγή ώρας\",\"CIHJJf\":\"Αλλαγή ρυθμίσεων λίστας αναμονής\",\"B5icLR\":[\"Η διάρκεια άλλαξε για \",[\"count\"],\" ημερομηνία/ες\"],\"Kb+0BT\":\"Χρεώσεις\",\"2tbLdK\":\"Φιλανθρωπία\",\"BPWGKn\":\"Check-in\",\"6uFFoY\":\"Ακύρωση check-in\",\"FjAlwK\":[\"Δείτε αυτή την εκδήλωση: \",[\"0\"]],\"v4fiSg\":\"Ελέγξτε το email σας\",\"51AsAN\":\"Ελέγξτε τα εισερχόμενά σας! Εάν υπάρχουν εισιτήρια συνδεδεμένα με αυτό το email, θα λάβετε σύνδεσμο για προβολή.\",\"Y3FYXy\":\"Check-in\",\"udRwQs\":\"Δημιουργία Check-in\",\"F4SRy3\":\"Διαγραφή Check-in\",\"as6XfO\":[\"Το check-in για \",[\"0\"],\" αναιρέθηκε\"],\"9s/wrQ\":\"Ιστορικό check-in\",\"Wwztk4\":\"Λίστα check-in\",\"9gPPUY\":\"Δημιουργία Λίστας Check-In\",\"dwjiJt\":\"Πληροφορίες λίστας check-in\",\"7od0PV\":\"λίστες check-in\",\"f2vU9t\":\"Λίστες Check-in\",\"XprdTn\":\"Πλοήγηση check-in\",\"5tV1in\":\"Πρόοδος check-in\",\"SHJwyq\":\"Ρυθμός Check-in\",\"qCqdg6\":\"Κατάσταση Check-In\",\"cKj6OE\":\"Σύνοψη Check-in\",\"7B5M35\":\"Check-Ins\",\"VrmydS\":\"Έγινε check-in\",\"DM4gBB\":\"Κινεζικά (Παραδοσιακά)\",\"p8Jvp4\":\"Επιλέξτε διαμόρφωση\",\"ElShBO\":\"Επιλέξτε άλλη ενέργεια\",\"pHEhf+\":\"Επιλέξτε γραμματοσειρά που ταιριάζει στη μάρκα σας. Οι γραμματοσειρές φιλοξενούνται αυτόνομα μέσω Bunny Fonts.\",\"Zok1Gx\":\"Επιλέξτε διοργανωτή\",\"pkk46Q\":\"Επιλέξτε Διοργανωτή\",\"Ag32+c\":\"Επιλέξτε άλλη ημερομηνία\",\"Crr3pG\":\"Επιλογή ημερολογίου\",\"Z38ZJu\":\"Επιλέξτε πώς εμφανίζεται η ημερομηνία της εκδήλωσης στο εισιτήριο\",\"LAW8Vb\":\"Επιλέξτε την προεπιλεγμένη ρύθμιση για νέες εκδηλώσεις. Μπορεί να παρακαμφθεί για μεμονωμένες εκδηλώσεις.\",\"pjp2n5\":\"Επιλέξτε ποιος πληρώνει το τέλος πλατφόρμας. Αυτό δεν επηρεάζει πρόσθετα τέλη που έχετε ρυθμίσει στις ρυθμίσεις λογαριασμού.\",\"xCJdfg\":\"Καθαρισμός\",\"QyOWu9\":\"Καθαρισμός τοποθεσίας — επιστροφή στην προεπιλογή της εκδήλωσης\",\"V8yTm6\":\"Καθαρισμός αναζήτησης\",\"kmnKnX\":\"Ο καθαρισμός αφαιρεί κάθε προσαρμογή ανά ημερομηνία. Οι ημερομηνίες που επηρεάζονται επιστρέφουν στην προεπιλεγμένη τοποθεσία της εκδήλωσης.\",\"/o+aQX\":\"Κάντε κλικ για ακύρωση\",\"gD7WGV\":\"Κάντε κλικ για επανέναρξη πωλήσεων\",\"CySr+W\":\"Κλικ για προβολή σημειώσεων\",\"RG3szS\":\"κλείσιμο\",\"RWw9Lg\":\"Κλείσιμο παραθύρου\",\"XwdMMg\":\"Ο κωδικός μπορεί να περιέχει μόνο γράμματα, αριθμούς, παύλες και κάτω παύλες\",\"+yMJb7\":\"Ο κωδικός είναι υποχρεωτικός\",\"m9SD3V\":\"Ο κωδικός πρέπει να έχει τουλάχιστον 3 χαρακτήρες\",\"V1krgP\":\"Ο κωδικός δεν μπορεί να υπερβαίνει τους 20 χαρακτήρες\",\"psqIm5\":\"Συνεργαστείτε με την ομάδα σας για να δημιουργήσετε εκπληκτικές εκδηλώσεις μαζί.\",\"4bUH9i\":\"Συλλογή στοιχείων συμμετέχοντα για κάθε αγορασμένο εισιτήριο.\",\"TkfG8v\":\"Συλλογή στοιχείων ανά παραγγελία\",\"96ryID\":\"Συλλογή στοιχείων ανά εισιτήριο\",\"FpsvqB\":\"Λειτουργία Χρώματος\",\"jEu4bB\":\"Στήλες\",\"CWk59I\":\"Κωμωδία\",\"rPA+Gc\":\"Προτιμήσεις Επικοινωνίας\",\"zFT5rr\":\"ολοκληρώθηκε\",\"bUQMpb\":\"Ολοκλήρωση ρύθμισης Stripe\",\"744BMm\":\"Ολοκληρώστε την παραγγελία σας για να εξασφαλίσετε τα εισιτήριά σας. Αυτή η προσφορά είναι χρονικά περιορισμένη, μην αναβάλλετε.\",\"5YrKW7\":\"Ολοκληρώστε την πληρωμή σας για να εξασφαλίσετε τα εισιτήριά σας.\",\"xGU92i\":\"Ολοκληρώστε το προφίλ σας για να συμμετάσχετε στην ομάδα.\",\"QOhkyl\":\"Σύνταξη\",\"ih35UP\":\"Συνεδριακό Κέντρο\",\"ywFj2D\":\"Διαμόρφωση\",\"WTw0bB\":\"Η διαμόρφωση ανατέθηκε\",\"X1zdE7\":\"Η ρύθμιση δημιουργήθηκε επιτυχώς\",\"mLBUMQ\":\"Η ρύθμιση διαγράφηκε επιτυχώς\",\"UIENhw\":\"Τα ονόματα ρυθμίσεων είναι ορατά στους τελικούς χρήστες. Τα σταθερά τέλη θα μετατραπούν στο νόμισμα παραγγελίας με την τρέχουσα ισοτιμία.\",\"eeZdaB\":\"Η ρύθμιση ενημερώθηκε επιτυχώς\",\"3cKoxx\":\"Ρυθμίσεις\",\"8v2LRU\":\"Ρύθμιση λεπτομερειών εκδήλωσης, τοποθεσίας, επιλογών ολοκλήρωσης αγοράς και ειδοποιήσεων email.\",\"raw09+\":\"Ρύθμιση τρόπου συλλογής στοιχείων συμμετεχόντων κατά το checkout\",\"FI60XC\":\"Ρύθμιση Φόρων & Τελών\",\"av6ukY\":\"Ορίστε ποια προϊόντα είναι διαθέσιμα για αυτή την ημερομηνία και, προαιρετικά, προσαρμόστε τις τιμές.\",\"NGXKG/\":\"Επιβεβαίωση Διεύθυνσης Email\",\"JRQitQ\":\"Επιβεβαίωση νέου κωδικού\",\"Auz0Mz\":\"Επιβεβαιώστε το email σας για πρόσβαση σε όλες τις λειτουργίες.\",\"7+grte\":\"Στάλθηκε email επιβεβαίωσης! Παρακαλώ ελέγξτε τα εισερχόμενά σας.\",\"n/7+7Q\":\"Επιβεβαίωση εστάλη στο\",\"x3wVFc\":\"Συγχαρητήρια! Η εκδήλωσή σας είναι τώρα ορατή στο κοινό.\",\"0W2NQP\":\"Σύνδεση τράπεζας\",\"/K4Vqr\":\"Συνδέστε το Stripe για να δέχεστε πληρωμές\",\"nQI4H5\":\"Συνδέστε το Stripe για να ενεργοποιήσετε την επεξεργασία προτύπων email\",\"LmvZ+E\":\"Συνδέστε το Stripe για να ενεργοποιήσετε τα μηνύματα\",\"peBIO+\":\"Συνδέστε το Stripe για να λαμβάνετε τις πληρωμές των εισιτηρίων απευθείας στον τραπεζικό σας λογαριασμό.\",\"DNeN8t\":\"Συνδέστε την τράπεζά σας για να λαμβάνετε τις πωλήσεις εισιτηρίων απευθείας στον λογαριασμό σας\",\"DARj+w\":\"Συνδέσατε λάθος λογαριασμό Stripe; Αποσυνδέστε τον και ξεκινήστε από την αρχή.\",\"X1y8JF\":\"Τα στοιχεία σύνδεσης είναι υποχρεωτικά για διαδικτυακές ημερομηνίες\",\"fjfBOm\":\"Για διαδικτυακές εκδηλώσεις απαιτούνται στοιχεία σύνδεσης\",\"jfC/xh\":\"Επικοινωνία\",\"LOFgda\":[\"Επικοινωνία με \",[\"0\"]],\"41BQ3k\":\"Email Επικοινωνίας\",\"4b3oEV\":\"Περιεχόμενο\",\"13CIgI\":\"Το περιεχόμενο είναι υποχρεωτικό\",\"m8WD6t\":\"Συνέχεια Ρύθμισης\",\"0GwUT4\":\"Συνέχεια στην Ολοκλήρωση Αγοράς\",\"sBV87H\":\"Συνέχεια στη δημιουργία εκδήλωσης\",\"nKtyYu\":\"Συνέχεια στο επόμενο βήμα\",\"F3/nus\":\"Συνέχεια στην Πληρωμή\",\"s30OcA\":\"Ελέγξτε πώς εμφανίζονται οι ημερομηνίες και οι ώρες στη σελίδα της εκδήλωσης\",\"p2FRHj\":\"Έλεγχος τρόπου διαχείρισης τελών πλατφόρμας για αυτή την εκδήλωση\",\"NqfabH\":\"Ελέγξτε ποιος μπαίνει σε αυτή την ημερομηνία\",\"fmYxZx\":\"Ελέγξτε ποιος μπαίνει και πότε\",\"1JnTgU\":\"Αντιγράφηκε από παραπάνω\",\"FxVG/l\":\"Αντιγράφηκε στο πρόχειρο\",\"PiH3UR\":\"Αντιγράφηκε!\",\"4i7smN\":\"Αντιγραφή αναγνωριστικού λογαριασμού\",\"uUPbPg\":\"Αντιγραφή Συνδέσμου Συνεργάτη\",\"iVm46+\":\"Αντιγραφή Κωδικού\",\"cF2ICc\":\"Αντιγραφή συνδέσμου πελάτη\",\"+2ZJ7N\":\"Αντιγραφή στοιχείων στον πρώτο συμμετέχοντα\",\"ZN1WLO\":\"Αντιγραφή Email\",\"y1eoq1\":\"Αντιγραφή συνδέσμου\",\"tUGbi8\":\"Αντιγραφή στοιχείων μου σε:\",\"y22tv0\":\"Αντιγράψτε αυτό τον σύνδεσμο για κοινοποίηση οπουδήποτε\",\"/4gGIX\":\"Αντιγραφή στο πρόχειρο\",\"e0f4yB\":\"Δεν ήταν δυνατή η διαγραφή της τοποθεσίας\",\"vkiDx2\":\"Δεν ήταν δυνατή η προετοιμασία της μαζικής ενημέρωσης.\",\"KOavaU\":\"Δεν ήταν δυνατή η ανάκτηση των στοιχείων της διεύθυνσης\",\"/lq4oO\":\"Δεν ήταν δυνατή η αποθήκευση της ημερομηνίας\",\"mHu0az\":\"Δεν ήταν δυνατή η αποστολή του email επαλήθευσης. Δοκιμάστε ξανά.\",\"QOIm+S\":\"Οι αριθμοί περιλαμβάνουν όλες τις επερχόμενες ημερομηνίες. Σε κάθε άτομο προσφέρεται θέση για την ημερομηνία για την οποία εγγράφηκε.\",\"P0rbCt\":\"Εικόνα Εξωφύλλου\",\"p4kqHr\":\"Η εικόνα εξωφύλλου προστέθηκε\",\"60u+dQ\":\"Η εικόνα εξωφύλλου θα εμφανίζεται στην κορυφή της σελίδας εκδήλωσης\",\"2NLjA6\":\"Η εικόνα εξωφύλλου θα εμφανίζεται στην κορυφή της σελίδας διοργανωτή\",\"GkrqoY\":\"Καλύπτει όλα τα εισιτήρια\",\"zg4oSu\":[\"Δημιουργία Προτύπου \",[\"0\"]],\"RKKhnW\":\"Δημιουργήστε προσαρμοσμένο widget για πώληση εισιτηρίων στον ιστότοπό σας.\",\"jqhTmw\":\"Δημιουργία λίστας για αυτή την ημερομηνία\",\"PhioFp\":\"Δημιουργήστε νέα λίστα check-in για μια ενεργή συνεδρία ή επικοινωνήστε με τον διοργανωτή αν πιστεύετε ότι πρόκειται για λάθος.\",\"yIRev4\":\"Δημιουργία κωδικού\",\"j7xZ7J\":\"Δημιουργήστε πρόσθετους διοργανωτές για τη διαχείριση ξεχωριστών επωνυμιών, τμημάτων ή σειρών εκδηλώσεων υπό έναν λογαριασμό.\",\"xfKgwv\":\"Δημιουργία Συνεργάτη\",\"GT/OIA\":\"Δημιουργήστε μια ανακοίνωση για να εμφανίσετε ένα μήνυμα στους χρήστες σας.\",\"tudG8q\":\"Δημιουργία και ρύθμιση εισιτηρίων και εμπορευμάτων προς πώληση.\",\"Q4VlI/\":\"Δημιουργία ανακοίνωσης\",\"YAl9Hg\":\"Δημιουργία Ρύθμισης\",\"BTne9e\":\"Δημιουργία προσαρμοσμένων προτύπων email για αυτή την εκδήλωση που παρακάμπτουν τις προεπιλογές του διοργανωτή\",\"YIDzi/\":\"Δημιουργία Προσαρμοσμένου Προτύπου\",\"tsGqx5\":\"Δημιουργία ημερομηνίας\",\"Nc3l/D\":\"Δημιουργία εκπτώσεων, κωδικών πρόσβασης για κρυφά εισιτήρια και ειδικές προσφορές.\",\"PybJS2\":\"Δημιουργία εκδήλωσης\",\"abGAgf\":\"Δημιουργήστε περισσότερα εισιτήρια ή προϊόντα για να τα προσφέρετε ως πρόσθετα\",\"eWEV9G\":\"Δημιουργία νέου κωδικού\",\"utHSNE\":\"Δημιουργία προγράμματος\",\"8AiKIu\":\"Δημιουργία Εισιτηρίου ή Προϊόντος\",\"/HGmW9\":\"Δημιουργήστε παρακολουθήσιμους συνδέσμους για να ανταμείψετε εταίρους που προωθούν την εκδήλωσή σας.\",\"dkAPxi\":\"Δημιουργία Webhook\",\"5slqwZ\":\"Δημιουργήστε την Εκδήλωσή σας\",\"JQNMrj\":\"Δημιουργήστε την πρώτη σας εκδήλωση\",\"CCjxOC\":\"Δημιουργήστε την πρώτη σας εκδήλωση για να ξεκινήσετε να πουλάτε εισιτήρια και να διαχειρίζεστε συμμετέχοντες.\",\"ZCSSd+\":\"Δημιουργήστε τη δική σας εκδήλωση\",\"qdv10s\":[\"Δημιουργία \",[\"0\"],\" ημερομηνιών. Μπορεί να διαρκέσει λίγο.\"],\"67NsZP\":\"Δημιουργία Εκδήλωσης...\",\"H34qcM\":\"Δημιουργία Διοργανωτή...\",\"1YMS+X\":\"Δημιουργία εκδήλωσης, παρακαλώ περιμένετε\",\"yiy8Jt\":\"Δημιουργία προφίλ διοργανωτή, παρακαλώ περιμένετε\",\"lfLHNz\":\"Η ετικέτα CTA είναι υποχρεωτική\",\"0xLR6W\":\"Ανατεθειμένο τώρα\",\"iTvh6I\":\"Διαθέσιμο για αγορά αυτή τη στιγμή\",\"A42Dqn\":\"Προσαρμοσμένη ταυτότητα μάρκας\",\"Guo0lU\":\"Προσαρμοσμένη ημερομηνία και ώρα\",\"WDMdn8\":\"Προσαρμοσμένες ερωτήσεις\",\"O6mra8\":\"Προσαρμοσμένες Ερωτήσεις\",\"axv/Mi\":\"Προσαρμοσμένο πρότυπο\",\"2YeVGY\":\"Ο σύνδεσμος πελάτη αντιγράφηκε στο πρόχειρο\",\"QMHSMS\":\"Ο πελάτης θα λάβει email επιβεβαίωσης επιστροφής\",\"NihQNk\":\"Πελάτες\",\"hINN++\":\"Προσαρμογή σελίδας\",\"7gsjkI\":\"Προσαρμόστε τα email που αποστέλλονται στους πελάτες σας χρησιμοποιώντας Liquid templating. Αυτά τα πρότυπα θα χρησιμοποιούνται ως προεπιλογές για όλες τις εκδηλώσεις στον οργανισμό σας.\",\"xJaTUK\":\"Προσαρμογή διάταξης, χρωμάτων και επωνυμίας της αρχικής σελίδας εκδήλωσης.\",\"MXZfGN\":\"Προσαρμογή των ερωτήσεων κατά το checkout για συλλογή σημαντικών πληροφοριών από τους συμμετέχοντες.\",\"iX6SLo\":\"Προσαρμογή κειμένου στο κουμπί συνέχεια\",\"R8H7yL\":\"Προσαρμογή κειμένου του αιωρούμενου κουμπιού που μεταβαίνει στην ενότητα εισιτηρίων\",\"pxNIxa\":\"Προσαρμόστε το πρότυπο email χρησιμοποιώντας Liquid templating\",\"3trPKm\":\"Προσαρμογή εμφάνισης σελίδας διοργανωτή\",\"U0sC6H\":\"Καθημερινά\",\"/gWrVZ\":\"Καθημερινά έσοδα, φόροι, τέλη και επιστροφές σε όλες τις εκδηλώσεις\",\"zgCHnE\":\"Καθημερινή Αναφορά Πωλήσεων\",\"nHm0AI\":\"Ανάλυση καθημερινών πωλήσεων, φόρων και τελών\",\"1aPnDT\":\"Χορός\",\"pvnfJD\":\"Σκοτεινό\",\"MaB9wW\":\"Ακύρωση ημερομηνίας\",\"e6cAxJ\":\"Η ημερομηνία ακυρώθηκε\",\"81jBnC\":\"Η ημερομηνία ακυρώθηκε με επιτυχία\",\"a/C/6R\":\"Η ημερομηνία δημιουργήθηκε με επιτυχία\",\"IW7Q+u\":\"Η ημερομηνία διαγράφηκε\",\"rngCAz\":\"Η ημερομηνία διαγράφηκε με επιτυχία\",\"vHbfoQ\":\"Η ημερομηνία επανενεργοποιήθηκε\",\"hvah+S\":\"Η ημερομηνία άνοιξε ξανά για πωλήσεις\",\"Ez0YsD\":\"Η ημερομηνία ενημερώθηκε με επιτυχία\",\"JxwIlL\":\"ημερομηνίες\",\"Te33mU\":\"Οι ημερομηνίες διαχειρίζονται ξεχωριστά\",\"91zCxb\":\"Ημέρες με συνεδρίες\",\"/ITcnz\":\"ημέρα\",\"H7OUPr\":\"Ημέρα\",\"JtHrX9\":\"Ημέρα του μήνα\",\"J/Upwb\":\"ημέρες\",\"V3VGYb\":\"Ημέρες του μήνα\",\"r6zgGo\":\"Δεκέμβριος\",\"jbq7j2\":\"Απόρριψη\",\"WGD1Al\":\"Μείωση\",\"gJY4YL\":\"Μείωση ποσότητας\",\"ovBPCi\":\"Προεπιλογή\",\"JtI4vj\":\"Προεπιλεγμένη συλλογή πληροφοριών συμμετέχοντα\",\"ULjv90\":\"Προεπιλεγμένη χωρητικότητα ανά ημερομηνία\",\"3R/Tu2\":\"Προεπιλεγμένη Διαχείριση Τελών\",\"1bZAZA\":\"Θα χρησιμοποιηθεί το προεπιλεγμένο πρότυπο\",\"3Biswm\":\"Προεπιλογές\",\"HNlEFZ\":\"διαγραφή\",\"KpnwJK\":[\"Διαγραφή \\\"\",[\"0\"],\"\\\";\"],\"BlII4o\":[\"Διαγραφή \",[\"count\"],\" επιλεγμένων ημερομηνιών; Οι ημερομηνίες με παραγγελίες θα παραλειφθούν. Η ενέργεια δεν αναιρείται.\"],\"ZDGm40\":\"Διαγραφή λογαριασμού\",\"vu7gDm\":\"Διαγραφή Συνεργάτη\",\"KZN4Lc\":\"Διαγραφή Όλων\",\"6EkaOO\":\"Διαγραφή ημερομηνίας\",\"io0G93\":\"Διαγραφή Εκδήλωσης\",\"+jw/c1\":\"Διαγραφή εικόνας\",\"hdyeZ0\":\"Διαγραφή Εργασίας\",\"xxjZeP\":\"Διαγραφή τοποθεσίας\",\"sY3tIw\":\"Διαγραφή Διοργανωτή\",\"UBv8UK\":\"Οριστική διαγραφή\",\"dPyJ15\":\"Διαγραφή Προτύπου\",\"IQTR34\":\"Διαγραφή αυτής της κατηγορίας; Θα διαγραφούν και όλα τα προϊόντα της. Η ενέργεια δεν αναιρείται.\",\"/1wMxk\":\"Διαγραφή αυτού του προϊόντος; Η ενέργεια δεν αναιρείται.\",\"mxsm1o\":\"Διαγραφή αυτής της ερώτησης; Δεν μπορεί να αναιρεθεί.\",\"snMaH4\":\"Διαγραφή webhook\",\"LIZZLY\":[\"Διαγράφηκαν \",[\"0\"],\" ημερομηνία/ες\"],\"loLVyU\":\"Διαγραμμένος λογαριασμός\",\"IlUuGb\":\"Η διαγραφή του λογαριασμού σας τον απενεργοποιεί αμέσως: όλες οι δημοσιευμένες εκδηλώσεις αποσύρονται και η πρόσβαση απενεργοποιείται. Μετά από περίοδο χάριτος 30 ημερών, η διαγραφή γίνεται οριστική. Μπορείτε να ακυρώσετε οποιαδήποτε στιγμή εντός αυτών των 30 ημερών.\",\"nMdIuB\":\"Η διαγραφή τέθηκε σε ουρά για εκτέλεση\",\"/U002t\":\"Το αίτημα διαγραφής ακυρώθηκε\",\"PBA62s\":\"Αιτήματα διαγραφής\",\"7w0Wev\":\"Η περιγραφή και ο χώρος προστέθηκαν\",\"vYgeDk\":\"Αποεπιλογή Όλων\",\"NvuEhl\":\"Στοιχεία Σχεδιασμού\",\"H8kMHT\":\"Δεν λάβατε τον κωδικό;\",\"G8KNgd\":\"Διαφορετική τοποθεσία\",\"E/QGRL\":\"Απενεργοποιημένο\",\"bzSI52\":\"Απόρριψη\",\"0EcUWz\":\"Απόρριψη αλλαγών;\",\"+K0AvT\":\"Αποσύνδεση\",\"cALvbl\":\"Αποσύνδεση λογαριασμού Stripe\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Απόρριψη ανακοίνωσης\",\"nZJ8tu\":\"Απόκρυψη λίστας ρύθμισης\",\"QotGhf\":\"Απόρριψη αυτού του μηνύματος\",\"J6hrEy\":\"Απορρίφθηκε\",\"BREO0S\":\"Εμφάνιση πλαισίου ελέγχου που επιτρέπει στους πελάτες να επιλέξουν λήψη μηνυμάτων μάρκετινγκ από αυτόν τον διοργανωτή.\",\"HtaSQp\":\"Εμφανίζει πόσες θέσεις απομένουν για κάθε ημερομηνία στο widget εισιτηρίων. Μπορείτε να το παρακάμψετε για μεμονωμένες ημερομηνίες.\",\"pfa8F0\":\"Εμφανιζόμενο όνομα\",\"Kdpf90\":\"Μην ξεχάσετε!\",\"352VU2\":\"Δεν έχετε λογαριασμό; <0>Εγγραφείτε\",\"AXXqG+\":\"Δωρεά\",\"DPfwMq\":\"Ολοκληρώθηκε\",\"JoPiZ2\":\"Οδηγίες για το προσωπικό εισόδου\",\"2+O9st\":\"Λήψη αναφορών πωλήσεων, συμμετεχόντων και οικονομικών για όλες τις ολοκληρωμένες παραγγελίες.\",\"eneWvv\":\"Πρόχειρο\",\"Ts8hhq\":\"Λόγω υψηλού κινδύνου spam, πρέπει να συνδέσετε λογαριασμό Stripe πριν τροποποιήσετε πρότυπα email. Αυτό διασφαλίζει ότι όλοι οι διοργανωτές είναι επαληθευμένοι.\",\"TnzbL+\":\"Due to the high risk of spam, you must connect a Stripe account before you can send messages to attendees.\\nThis is to ensure that all event organizers are verified and accountable.\",\"euc6Ns\":\"Αντιγραφή\",\"YueC+F\":\"Αντιγραφή ημερομηνίας\",\"KRmTkx\":\"Αντιγραφή Προϊόντος\",\"Jd3ymG\":\"Η διάρκεια πρέπει να είναι τουλάχιστον 1 λεπτό.\",\"KIjvtr\":\"Ολλανδικά\",\"22xieU\":\"π.χ. 180 (3 ώρες)\",\"MCx4ov\":\"π.χ. Μάθετε περισσότερα\",\"/zajIE\":\"π.χ. Πρωινή συνεδρία\",\"XDHATF\":\"π.χ. Νέα λειτουργία: λίστες αναμονής\",\"tAtvUj\":\"π.χ. Προγραμματισμένη συντήρηση αυτό το Σάββατο 2-4 π.μ. UTC\",\"SPKbfM\":\"π.χ., Αγορά Εισιτηρίων, Εγγραφή Τώρα\",\"fc7wGW\":\"π.χ., Σημαντική ενημέρωση για τα εισιτήριά σας\",\"54MPqC\":\"π.χ., Βασικό, Premium, Enterprise\",\"3RQ81z\":\"Κάθε άτομο θα λάβει email με μια δεσμευμένη θέση για να ολοκληρώσει την αγορά του.\",\"Xfsjel\":\"Κάθε προϊόν\",\"5oD9f/\":\"Νωρίτερα\",\"LTzmgK\":[\"Επεξεργασία Προτύπου \",[\"0\"]],\"v4+lcZ\":\"Επεξεργασία Συνεργάτη\",\"ndNHsK\":\"Επεξεργασία ανακοίνωσης\",\"2iZEz7\":\"Επεξεργασία Απάντησης\",\"t2bbp8\":\"Επεξεργασία Συμμετέχοντα\",\"etaWtB\":\"Επεξεργασία Στοιχείων Συμμετέχοντα\",\"+guao5\":\"Επεξεργασία Ρύθμισης\",\"1Mp/A4\":\"Επεξεργασία ημερομηνίας\",\"m0ZqOT\":\"Επεξεργασία τοποθεσίας\",\"8oivFT\":\"Επεξεργασία τοποθεσίας\",\"vRWOrM\":\"Επεξεργασία Λεπτομερειών Παραγγελίας\",\"pHm0k9\":\"Επεξεργασία προγράμματος\",\"fW5sSv\":\"Επεξεργασία webhook\",\"nP7CdQ\":\"Επεξεργασία Webhook\",\"MRZxAn\":\"Επεξεργασμένη\",\"uBAxNB\":\"Επεξεργαστής\",\"aqxYLv\":\"Εκπαίδευση\",\"iiWXDL\":\"Αποτυχίες Επιλεξιμότητας\",\"zPiC+q\":\"Επιλέξιμες Λίστες Check-In\",\"SiVstt\":\"Email και προγραμματισμένα μηνύματα\",\"V2sk3H\":\"Email & Πρότυπα\",\"hbwCKE\":\"Η διεύθυνση email αντιγράφηκε στο πρόχειρο\",\"dSyJj6\":\"Οι διευθύνσεις email δεν ταιριάζουν\",\"elW7Tn\":\"Σώμα Email\",\"ZsZeV2\":\"Το email είναι υποχρεωτικό\",\"Be4gD+\":\"Προεπισκόπηση Email\",\"6IwNUc\":\"Πρότυπα Email\",\"H/UMUG\":\"Απαιτείται Επαλήθευση Email\",\"PLEl94\":\"Το email επαληθεύτηκε\",\"L86zy2\":\"Το email επαληθεύτηκε επιτυχώς!\",\"FSN4TS\":\"Ενσωμάτωση Widget\",\"z9NkYY\":\"Ενσωματώσιμο widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Απαιτείται emoji για τα αναδυόμενα παράθυρα\",\"Qj0GKe\":\"Ενεργοποίηση αυτοεξυπηρέτησης συμμετέχοντα\",\"hEtQsg\":\"Ενεργοποίηση αυτοεξυπηρέτησης συμμετέχοντα ως προεπιλογή\",\"Upeg/u\":\"Ενεργοποίηση αυτού του προτύπου για αποστολή email\",\"7dSOhU\":\"Ενεργοποίηση Λίστας Αναμονής\",\"RxzN1M\":\"Ενεργοποιημένο\",\"sGjBEq\":\"Ημερομηνία & Ώρα Λήξης (προαιρετικό)\",\"PKXt9R\":\"Η ημερομηνία λήξης πρέπει να είναι μετά την ημερομηνία έναρξης\",\"vTL8gi\":\"Ώρα λήξης\",\"48Y16Q\":\"Ώρα λήξης (προαιρετικό)\",\"TbaYrr\":[\"Έληξε \",[\"0\"]],\"CFgwiw\":[\"Λήγει \",[\"0\"]],\"SqOIQU\":\"Εισαγάγετε τιμή χωρητικότητας ή επιλέξτε απεριόριστη.\",\"h37gRz\":\"Εισαγάγετε ετικέτα ή επιλέξτε να την αφαιρέσετε.\",\"7YZofi\":\"Εισάγετε θέμα και σώμα για προεπισκόπηση\",\"khyScF\":\"Δηλώστε πόσο θα μετατοπιστούν οι ώρες.\",\"SKx/0u\":\"Εισαγάγετε όνομα χώρου ή διεύθυνση\",\"ppwojw\":\"Εισαγάγετε όνομα χώρου ή διεύθυνση για δια ζώσης εκδηλώσεις\",\"j+eCIq\":\"Χειροκίνητη εισαγωγή διεύθυνσης\",\"3bR1r4\":\"Εισάγετε email συνεργάτη (προαιρετικό)\",\"ARkzso\":\"Εισάγετε όνομα συνεργάτη\",\"ej4L8b\":\"Εισαγωγή χωρητικότητας\",\"6KnyG0\":\"Εισάγετε email\",\"INDKM9\":\"Εισάγετε θέμα email...\",\"xUgUTh\":\"Εισάγετε όνομα\",\"9/1YKL\":\"Εισάγετε επώνυμο\",\"VpwcSk\":\"Εισάγετε νέο κωδικό\",\"kWg31j\":\"Εισάγετε μοναδικό κωδικό συνεργάτη\",\"C3nD/1\":\"Εισάγετε το email σας\",\"VmXiz4\":\"Εισάγετε το email σας και θα σας στείλουμε οδηγίες επαναφοράς κωδικού.\",\"n9V+ps\":\"Εισάγετε το όνομά σας\",\"IdULhL\":\"Εισάγετε τον αριθμό ΦΠΑ με τον κωδικό χώρας, χωρίς κενά (π.χ., GR123456789)\",\"RRlWVA\":\"Ολόκληρη η παραγγελία\",\"o21Y+P\":\"εγγραφές\",\"X88/6w\":\"Οι εγγραφές θα εμφανίζονται εδώ όταν οι πελάτες εγγράφονται στη λίστα αναμονής για εξαντλημένα προϊόντα.\",\"LslKhj\":\"Σφάλμα φόρτωσης αρχείων καταγραφής\",\"BkEWfd\":\"Esc για κλείσιμο\",\"VCNHvW\":\"Εκδήλωση Αρχειοθετήθηκε\",\"ZD0XSb\":\"Η εκδήλωση αρχειοθετήθηκε επιτυχώς\",\"WgD6rb\":\"Κατηγορία Εκδήλωσης\",\"b46pt5\":\"Εικόνα Εξωφύλλου Εκδήλωσης\",\"NAUIJ7\":\"Η εκδήλωση δημιουργήθηκε\",\"1b77ID\":\"Εκδήλωση Δημιουργήθηκε\",\"1Hzev4\":\"Προσαρμοσμένο πρότυπο εκδήλωσης\",\"+v+GW0\":\"Εμφάνιση ημερομηνίας εκδήλωσης\",\"7u9/DO\":\"Η εκδήλωση διαγράφηκε επιτυχώς\",\"imgKgl\":\"Περιγραφή Εκδήλωσης\",\"IzR/Fc\":\"Συνολική διάρκεια εκδήλωσης\",\"PYs3rP\":\"Όνομα εκδήλωσης\",\"HhwcTQ\":\"Όνομα Εκδήλωσης\",\"WZZzB6\":\"Το όνομα εκδήλωσης είναι υποχρεωτικό\",\"Wd5CDM\":\"Το όνομα εκδήλωσης πρέπει να έχει λιγότερους από 150 χαρακτήρες\",\"4JzCvP\":\"Η Εκδήλωση Δεν Είναι Διαθέσιμη\",\"mImacG\":\"Σελίδα Εκδήλωσης\",\"Hk9Ki/\":\"Η εκδήλωση αποκαταστάθηκε επιτυχώς\",\"JyD0LH\":\"Ρυθμίσεις Εκδήλωσης\",\"XVLu2v\":\"Τίτλος Εκδήλωσης\",\"OfmsI9\":\"Εκδήλωση Πολύ Νέα\",\"4SILkp\":\"Σύνολα εκδήλωσης\",\"YDVUVl\":\"Τύποι Εκδηλώσεων\",\"+HeiVx\":\"Εκδήλωση Ενημερώθηκε\",\"19j6uh\":\"Απόδοση Εκδηλώσεων\",\"PC3/fk\":\"Εκδηλώσεις που Ξεκινούν τις Επόμενες 24 Ώρες\",\"CRsuq4\":\"Κάθε\",\"nwiZdc\":[\"Κάθε \",[\"0\"]],\"B2jjf8\":[\"Κάθε \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Κάθε \",[\"0\"],\" ημέρες\"],\"yLiYx+\":[\"Κάθε \",[\"0\"],\" μήνες\"],\"nn9ice\":[\"Κάθε \",[\"0\"],\" εβδομάδες\"],\"Cdr8f9\":[\"Κάθε \",[\"0\"],\" εβδομάδες, \",[\"1\"]],\"GVEHRk\":[\"Κάθε \",[\"0\"],\" χρόνια\"],\"XlRpgq\":[\"Κάθε \",[\"cadenceUnit\"]],\"fTFfOK\":\"Κάθε πρότυπο email πρέπει να περιλαμβάνει κουμπί κλήσης για δράση που συνδέεται στην κατάλληλη σελίδα\",\"hHTPiT\":\"Όλα τα υπόλοιπα — πατήστε για επεξεργασία\",\"BVinvJ\":\"Παραδείγματα: \\\"Πώς μάθατε για εμάς;\\\", \\\"Επωνυμία εταιρείας για τιμολόγιο\\\"\",\"2hGPQG\":\"Παραδείγματα: \\\"Μέγεθος μπλούζας\\\", \\\"Προτίμηση γεύματος\\\", \\\"Επαγγελματικός τίτλος\\\"\",\"qNuTh3\":\"Εξαίρεση\",\"aW/bzJ\":\"Εκτέλεση διαγραφής\",\"CtAcQ7\":\"Εκτέλεση διαγραφής τώρα\",\"xj4fwT\":\"Εκτέλεση τώρα\",\"M1RnFv\":\"Ληγμένο\",\"kF8HQ7\":\"Εξαγωγή Απαντήσεων\",\"2KAI4N\":\"Εξαγωγή CSV\",\"JKfSAv\":\"Η εξαγωγή απέτυχε. Παρακαλώ δοκιμάστε ξανά.\",\"SVOEsu\":\"Η εξαγωγή ξεκίνησε. Προετοιμασία αρχείου...\",\"wuyaZh\":\"Επιτυχής εξαγωγή\",\"9bpUSo\":\"Εξαγωγή Συνεργατών\",\"jtrqH9\":\"Εξαγωγή Συμμετεχόντων\",\"R4Oqr8\":\"Εξαγωγή ολοκληρώθηκε. Λήψη αρχείου...\",\"UlAK8E\":\"Εξαγωγή Παραγγελιών\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Απέτυχε\",\"8uOlgz\":\"Απέτυχε στο\",\"tKcbYd\":\"Αποτυχημένες Εργασίες\",\"SsI9v/\":\"Αποτυχία εγκατάλειψης παραγγελίας. Παρακαλώ δοκιμάστε ξανά.\",\"LdPKPR\":\"Αποτυχία ανάθεσης ρύθμισης\",\"PO0cfn\":\"Αποτυχία ακύρωσης της ημερομηνίας\",\"YUX+f+\":\"Αποτυχία ακύρωσης των ημερομηνιών\",\"SIHgVQ\":\"Αποτυχία ακύρωσης μηνύματος\",\"cEFg3R\":\"Αποτυχία δημιουργίας συνεργάτη\",\"dVgNF1\":\"Αποτυχία δημιουργίας ρύθμισης\",\"fAoRRJ\":\"Αποτυχία δημιουργίας προγράμματος\",\"4yLYTb\":\"Η δημιουργία του προγράμματος απέτυχε. Παρακαλώ δοκιμάστε ξανά.\",\"U66oUa\":\"Αποτυχία δημιουργίας προτύπου\",\"+RTkEY\":\"Αποτυχία διαγραφής της ανακοίνωσης\",\"aFk48v\":\"Αποτυχία διαγραφής ρύθμισης\",\"n1CYMH\":\"Αποτυχία διαγραφής της ημερομηνίας\",\"KXv+Qn\":\"Αποτυχία διαγραφής της ημερομηνίας. Ενδέχεται να υπάρχουν παραγγελίες.\",\"JJ0uRo\":\"Αποτυχία διαγραφής των ημερομηνιών\",\"rgoBnv\":\"Αποτυχία διαγραφής εκδήλωσης\",\"Zw6LWb\":\"Αποτυχία διαγραφής εργασίας\",\"tq0abZ\":\"Αποτυχία διαγραφής εργασιών\",\"2mkc3c\":\"Αποτυχία διαγραφής διοργανωτή\",\"5E23qd\":\"Αποτυχία διαγραφής του προϊόντος. Δοκιμάστε ξανά.\",\"vKMKnu\":\"Αποτυχία διαγραφής ερώτησης\",\"xFj7Yj\":\"Αποτυχία διαγραφής προτύπου\",\"jo3Gm6\":\"Αποτυχία εξαγωγής συνεργατών\",\"Jjw03p\":\"Αποτυχία εξαγωγής συμμετεχόντων\",\"ZPwFnN\":\"Αποτυχία εξαγωγής παραγγελιών\",\"zGE3CH\":\"Αποτυχία εξαγωγής αναφοράς. Παρακαλώ δοκιμάστε ξανά.\",\"lS9/aZ\":\"Αποτυχία φόρτωσης παραληπτών\",\"X4o0MX\":\"Αποτυχία φόρτωσης Webhook\",\"ETcU7q\":\"Αποτυχία προσφοράς θέσης\",\"5670b9\":\"Αποτυχία προσφοράς εισιτηρίων\",\"e5KIbI\":\"Αποτυχία επανενεργοποίησης της ημερομηνίας\",\"7zyx8a\":\"Αποτυχία αφαίρεσης από λίστα αναμονής\",\"A/P7PX\":\"Αποτυχία αφαίρεσης της παράκαμψης\",\"ogWc1z\":\"Αποτυχία επανέναρξης της ημερομηνίας\",\"0+iwE5\":\"Αποτυχία αναδιάταξης ερωτήσεων\",\"EJPAcd\":\"Αποτυχία επαναποστολής επιβεβαίωσης παραγγελίας\",\"DjSbj3\":\"Αποτυχία επαναποστολής εισιτηρίου\",\"YQ3QSS\":\"Αποτυχία επαναποστολής κωδικού επαλήθευσης\",\"wDioLj\":\"Αποτυχία επανάληψης εργασίας\",\"DKYTWG\":\"Αποτυχία επανάληψης εργασιών\",\"WRREqF\":\"Αποτυχία αποθήκευσης της παράκαμψης\",\"sj/eZA\":\"Αποτυχία αποθήκευσης της παράκαμψης τιμής\",\"780n8A\":\"Αποτυχία αποθήκευσης των ρυθμίσεων προϊόντος\",\"zTkTF3\":\"Αποτυχία αποθήκευσης προτύπου\",\"l6acRV\":\"Αποτυχία αποθήκευσης ρυθμίσεων ΦΠΑ. Παρακαλώ δοκιμάστε ξανά.\",\"T6B2gk\":\"Αποτυχία αποστολής μηνύματος. Παρακαλώ δοκιμάστε ξανά.\",\"lKh069\":\"Αποτυχία εκκίνησης εργασίας εξαγωγής\",\"t/KVOk\":\"Αποτυχία εκκίνησης υποκατάστασης. Παρακαλώ δοκιμάστε ξανά.\",\"QXgjH0\":\"Αποτυχία διακοπής υποκατάστασης. Παρακαλώ δοκιμάστε ξανά.\",\"i0QKrm\":\"Αποτυχία ενημέρωσης συνεργάτη\",\"NNc33d\":\"Αποτυχία ενημέρωσης απάντησης.\",\"E9jY+o\":\"Αποτυχία ενημέρωσης συμμετέχοντα\",\"uQynyf\":\"Αποτυχία ενημέρωσης ρύθμισης\",\"i2PFQJ\":\"Αποτυχία ενημέρωσης κατάστασης εκδήλωσης\",\"EhlbcI\":\"Αποτυχία ενημέρωσης βαθμίδας μηνυμάτων\",\"rpGMzC\":\"Αποτυχία ενημέρωσης παραγγελίας\",\"T2aCOV\":\"Αποτυχία ενημέρωσης κατάστασης διοργανωτή\",\"Eeo/Gy\":\"Αποτυχία ενημέρωσης ρύθμισης\",\"kqA9lY\":\"Αποτυχία ενημέρωσης ρυθμίσεων ΦΠΑ\",\"nkNfWu\":\"Αποτυχία μεταφόρτωσης εικόνας. Παρακαλώ δοκιμάστε ξανά.\",\"rxy0tG\":\"Αποτυχία επαλήθευσης email\",\"QRUpCk\":\"Οικογένεια\",\"5LO38w\":\"Γρήγορες πληρωμές στην τράπεζά σας\",\"4lgLew\":\"Φεβρουάριος\",\"9bHCo2\":\"Νόμισμα Τέλους\",\"/sV91a\":\"Διαχείριση Τελών\",\"K4dKSP\":\"Η παράκαμψη χρέωσης αποθηκεύτηκε\",\"LyUWXA\":\"Τέλη Παρακαμφθέντα\",\"cf35MA\":\"Φεστιβάλ\",\"pAey+4\":\"Το αρχείο είναι πολύ μεγάλο. Μέγιστο μέγεθος 5MB.\",\"VejKUM\":\"Συμπληρώστε πρώτα τα στοιχεία σας παραπάνω\",\"/n6q8B\":\"Κινηματογράφος\",\"L1qbUx\":\"Φιλτράρισμα συμμετεχόντων\",\"8OvVZZ\":\"Φιλτράρισμα Συμμετεχόντων\",\"N/H3++\":\"Φιλτράρισμα κατά ημερομηνία\",\"mvrlBO\":\"Φιλτράρισμα ανά Εκδήλωση\",\"g+xRXP\":\"Ολοκληρώστε τη ρύθμιση του Stripe\",\"LHH461\":\"Ολοκλήρωση ρύθμισης\",\"syyeb9\":\"1η\",\"Vj6wk9\":\"Πρώτες 30 ημέρες\",\"/bpZYb\":\"Πρώτες 7 ημέρες\",\"ziEnjY\":\"Πρώτες 90 ημέρες\",\"1vBhpG\":\"Πρώτος συμμετέχων\",\"4pwejF\":\"Το όνομα είναι υποχρεωτικό\",\"rVogsf\":\"Διορθώστε τα προβλήματα για να δημοσιεύσετε\",\"3lkYdQ\":\"Σταθερή χρέωση\",\"6bBh3/\":\"Σταθερό Τέλος\",\"zWqUyJ\":\"Σταθερό τέλος που χρεώνεται ανά συναλλαγή\",\"LWL3Bs\":\"Το σταθερό τέλος πρέπει να είναι 0 ή μεγαλύτερο\",\"0RI8m4\":\"Φλας εκτός\",\"q0923e\":\"Φλας ενεργό\",\"X+U6/w\":\"Οικογένεια Γραμματοσειράς\",\"lWxAUo\":\"Φαγητό & Ποτό\",\"nFm+5u\":\"Κείμενο Υποσέλιδου\",\"sQv06Y\":\"για\",\"NTzcRQ\":\"Για αριθμό ημερομηνιών\",\"a8nooQ\":\"4η\",\"xVhQZV\":\"Παρ\",\"39y5bn\":\"Παρασκευή\",\"ejVYRQ\":\"Από\",\"hGDVDa\":[\"Από \",[\"0\"]],\"+dBe1R\":[\"Από \",[\"start\"]],\"1dv+MO\":[\"από \",[\"start\"],\" έως \",[\"end\"]],\"l82hjf\":[\"από \",[\"start\"],\", για \",[\"count\"],\" ημερομηνίες\"],\"f5UbZ0\":\"Πλήρης κυριότητα δεδομένων\",\"cfvx/y\":\"Ολόκληρη η εκδήλωση\",\"MY2SVM\":\"Πλήρης επιστροφή\",\"PGQLdy\":\"μελλοντικές\",\"8N/j1s\":\"Μόνο μελλοντικές ημερομηνίες\",\"yRx/6K\":\"Οι μελλοντικές ημερομηνίες θα αντιγραφούν με μηδενισμένη χωρητικότητα\",\"T02gNN\":\"Γενική Είσοδος\",\"3ep0Gx\":\"Γενικές πληροφορίες για τον διοργανωτή σας\",\"ziAjHi\":\"Δημιουργία\",\"exy8uo\":\"Δημιουργία κωδικού\",\"4CETZY\":\"Οδηγίες\",\"pjkEcB\":\"Πληρωθείτε\",\"lGYzP6\":\"Πληρωθείτε με το Stripe\",\"ZDIydz\":\"Ξεκινήστε\",\"u6FPxT\":\"Αγορά Εισιτηρίων\",\"2ohvu7\":\"Κείμενο Κουμπιού Αγορά Εισιτηρίων\",\"8KDgYV\":\"Ετοιμάστε την εκδήλωσή σας\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Επιστροφή\",\"sr0UJD\":\"Πίσω\",\"oNL5vN\":\"Μετάβαση στη Σελίδα Εκδήλωσης\",\"gHSuV/\":\"Μετάβαση στην αρχική σελίδα\",\"8+Cj55\":\"Μετάβαση στο πρόγραμμα\",\"6nDzTl\":\"Καλή αναγνωσιμότητα\",\"76gPWk\":\"Το κατάλαβα\",\"CZXzs4\":\"Ελληνικά\",\"aGWZUr\":\"Μεικτά έσοδα\",\"n8IUs7\":\"Μεικτά Έσοδα\",\"O1wAlQ\":\"Επισκέπτης\",\"LIYoRQ\":\"Διαχείριση Επισκεπτών\",\"NUsTc4\":\"Σε εξέλιξη τώρα\",\"S2Y4aO\":\"Οριστική διαγραφή\",\"kTSQej\":[\"Γεια σας \",[\"0\"],\", διαχειριστείτε την πλατφόρμα σας από εδώ.\"],\"URTkcd\":\"Βοηθήστε μας να βελτιωθούμε λέγοντάς μας γιατί φεύγετε\",\"dORAcs\":\"Εδώ είναι όλα τα εισιτήρια που σχετίζονται με τη διεύθυνση email σας.\",\"g+2103\":\"Εδώ είναι ο σύνδεσμός σας ως συνεργάτης\",\"bVsnqU\":\"Γεια σας,\",\"/iE8xx\":\"Χρέωση Hi.Events\",\"zppscQ\":\"Χρεώσεις πλατφόρμας Hi.Events και ανάλυση ΦΠΑ ανά συναλλαγή\",\"D+zLDD\":\"Κρυφό\",\"cZO505\":[\"Κρυφό — οι πωλήσεις έληξαν στις \",[\"end\"],\".\"],\"DRErHC\":\"Κρυφό από συμμετέχοντες - ορατό μόνο στους διοργανωτές\",\"9zfvsx\":\"Κρυφό από όλους\",\"nMfkJW\":\"Κρυφό από όλους — ο κύριος διακόπτης απόκρυψης είναι ενεργός.\",\"NNnsM0\":\"Απόκρυψη σύνθετων επιλογών\",\"P+5Pbo\":\"Απόκρυψη Απαντήσεων\",\"VMlRqi\":\"Απόκρυψη λεπτομερειών\",\"NQgWuh\":\"Απόκρυψη προεπισκόπησης\",\"uXNYjR\":\"Απόκρυψη ημερομηνιών και ωρών που έχουν εξαντληθεί\",\"g9RcYX\":\"Απόκρυψη ημερομηνίας\",\"uMwTx7\":\"Απόκρυψη αυτής της κατηγορίας;\",\"LLt2UT\":\"Κρύβει τα εξαντλημένα\",\"gtEbeW\":\"Ανάδειξη\",\"NF8sdv\":\"Μήνυμα Ανάδειξης\",\"MXSqmS\":\"Ανάδειξη αυτού του προϊόντος\",\"7ER2sc\":\"Αναδειγμένο\",\"sq7vjE\":\"Τα αναδειγμένα προϊόντα θα έχουν διαφορετικό χρώμα φόντου για να ξεχωρίζουν στη σελίδα εκδήλωσης.\",\"1+WSY1\":\"Χόμπι\",\"yY8wAv\":\"Ώρες\",\"49Tkiw\":\"Πώς εφαρμόζεται η έκπτωση;\",\"sy9anN\":\"Πόσο χρόνο έχει ένας πελάτης να ολοκληρώσει την αγορά του μετά από μια προσφορά. Αφήστε κενό για χωρίς χρονικό όριο.\",\"cceMns\":\"Πώς εφαρμόζεται ο ΦΠΑ στις χρεώσεις πλατφόρμας που σας χρεώνουμε.\",\"FONsLE\":\"https://events.haroldpoi.click\",\"htoh8N\":\"https://ο-τομεας-σας.gr/webhook\",\"mkWad2\":\"Ουγγρικά\",\"8Wgd41\":\"Αναγνωρίζω τις ευθύνες μου ως υπεύθυνος επεξεργασίας δεδομένων\",\"O8m7VA\":\"Συμφωνώ να λαμβάνω ειδοποιήσεις email σχετικά με αυτή την εκδήλωση\",\"YLgdk5\":\"Επιβεβαιώνω ότι πρόκειται για συναλλακτικό μήνυμα σχετικό με αυτή την εκδήλωση\",\"4/kP5a\":\"Εάν δεν άνοιξε αυτόματα νέα καρτέλα, κάντε κλικ στο κουμπί παρακάτω για να συνεχίσετε στην ολοκλήρωση αγοράς.\",\"W/eN+G\":\"Εάν είναι κενό, η διεύθυνση θα χρησιμοποιηθεί για τη δημιουργία συνδέσμου Google Maps\",\"CY3yHL\":\"Εάν επιλεγεί, αυτή η κατηγορία θα είναι κρυφή από το κοινό.\",\"iIEaNB\":\"Εάν έχετε λογαριασμό σε εμάς, θα λάβετε email με οδηγίες για την επαναφορά του κωδικού σας.\",\"an5hVd\":\"Εικόνες\",\"tSVr6t\":\"Υποκατάσταση\",\"TWXU0c\":\"Υποκατάσταση Χρήστη\",\"5LAZwq\":\"Η υποκατάσταση ξεκίνησε\",\"IMwcdR\":\"Η υποκατάσταση σταμάτησε\",\"0I0Hac\":\"Σημαντική Ειδοποίηση\",\"yD3avI\":\"Σημαντικό: Η αλλαγή διεύθυνσης email θα ενημερώσει τον σύνδεσμο πρόσβασης σε αυτή την παραγγελία. Θα ανακατευθυνθείτε στον νέο σύνδεσμο μετά την αποθήκευση.\",\"jT142F\":[\"Σε \",[\"diffHours\"],\" ώρες\"],\"OoSyqO\":[\"Σε \",[\"diffMinutes\"],\" λεπτά\"],\"PdMhEx\":[\"τα τελευταία \",[\"0\"],\" λεπτά\"],\"u7r0G5\":\"Με φυσική παρουσία — ορίστε χώρο\",\"/LCAwL\":\"Σε εξέλιξη\",\"5gTmFD\":\"με χρεώσεις\",\"laL+R0\":\"με χρεώσεις και φόρο\",\"cXeh90\":\"με φόρο\",\"pxFAp/\":\"Αύξηση\",\"nQMUIO\":\"Αύξηση ποσότητας\",\"F1Xp97\":\"Μεμονωμένοι συμμετέχοντες\",\"85e6zs\":\"Εισαγωγή Token Liquid\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Άμεσες πληρωμές Stripe\",\"nbfdhU\":\"Ενσωματώσεις\",\"I8eJ6/\":\"Εσωτερικές σημειώσεις στο εισιτήριο του συμμετέχοντα\",\"B2Tpo0\":\"Μη έγκυρο email\",\"5tT0+u\":\"Μη έγκυρη μορφή email\",\"f9WRpE\":\"Μη έγκυρος τύπος αρχείου. Παρακαλώ μεταφορτώστε εικόνα.\",\"tnL+GP\":\"Μη έγκυρη σύνταξη Liquid. Παρακαλώ διορθώστε και δοκιμάστε ξανά.\",\"N9JsFT\":\"Μη έγκυρη μορφή αριθμού ΦΠΑ\",\"g+lLS9\":\"Πρόσκληση μέλους ομάδας\",\"1z26sk\":\"Πρόσκληση Μέλους Ομάδας\",\"KR0679\":\"Πρόσκληση Μελών Ομάδας\",\"aH6ZIb\":\"Προσκαλέστε την Ομάδα σας\",\"Dn4OyV\":\"Προσκεκλημένος\",\"IuMGvq\":\"Τιμολόγιο\",\"a/bUcL\":\"Πραγματοποιείται σε περισσότερες από μία ημερομηνίες\",\"d+Oe9r\":\"Ενδέχεται να αποσύρθηκε ή να καταργήθηκε. Ελέγξτε τον σύνδεσμο και δοκιμάστε ξανά.\",\"Lj7sBL\":\"Ιταλικά\",\"F5/CBH\":\"στοιχείο(-α)\",\"BzfzPK\":\"Στοιχεία\",\"rjyWPb\":\"Ιανουάριος\",\"KmWyx0\":\"Εργασία\",\"o5r6b2\":\"Η εργασία διαγράφηκε\",\"cd0jIM\":\"Λεπτομέρειες Εργασίας\",\"ruJO57\":\"Όνομα Εργασίας\",\"YZi+Hu\":\"Η εργασία τέθηκε σε ουρά για επανάληψη\",\"nCywLA\":\"Συμμετοχή από οπουδήποτε\",\"SNzppu\":\"Εγγραφή στη Λίστα Αναμονής\",\"dLouFI\":[\"Εγγραφή στη Λίστα Αναμονής για \",[\"productDisplayName\"]],\"2gMuHR\":\"Εντάχθηκε\",\"u4ex5r\":\"Ιούλιος\",\"zeEQd/\":\"Ιούνιος\",\"MxjCqk\":\"Αναζητάτε μόνο τα εισιτήριά σας;\",\"xOTzt5\":\"μόλις τώρα\",\"0RihU9\":\"Μόλις ολοκληρώθηκε\",\"Brhs/U\":\"Διατήρηση σύνδεσης\",\"4OjqAQ\":\"Συνέχεια επεξεργασίας\",\"lwO5vw\":[\"Να είστε σύντομοι — τα banner εμφανίζουν μία μόνο γραμμή. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Ενημερώστε με για νέα και εκδηλώσεις από \",[\"0\"]],\"ioFA9i\":\"Κρατήστε το κέρδος.\",\"C/pOUI\":\"Ετικέτα — π.χ. Πρωινή συνεδρία\",\"o66QSP\":\"ενημερώσεις ετικέτας\",\"RtKKbA\":\"Τελευταία\",\"DruLRc\":\"Τελευταίες 14 Ημέρες\",\"ve9JTU\":\"Το επώνυμο είναι υποχρεωτικό\",\"h0Q9Iw\":\"Τελευταία Απάντηση\",\"gw3Ur5\":\"Τελευταία Ενεργοποίηση\",\"FIq1Ba\":\"Αργότερα\",\"xvnLMP\":\"Πρόσφατα check-in\",\"GGFOZD\":\"Αφήστε το «Από» στο σήμερα για να ξεκινήσετε αμέσως.\",\"N5TErv\":\"Αφήστε το κενό για απεριόριστο\",\"L/hDDD\":\"Αφήστε το κενό ώστε αυτή η λίστα check-in να ισχύει για όλες τις ημερομηνίες\",\"9Pf3wk\":\"Αφήστε το ενεργό για να καλύπτει όλα τα εισιτήρια της εκδήλωσης. Απενεργοποιήστε το για να επιλέξετε συγκεκριμένα εισιτήρια.\",\"Hq2BzX\":\"Ενημερώστε τους για την αλλαγή\",\"+uexiy\":\"Ενημερώστε τους για τις αλλαγές\",\"exYcTF\":\"Βιβλιοθήκη\",\"1njn7W\":\"Φωτεινό\",\"1qY5Ue\":\"Ο Σύνδεσμος Έληξε ή Δεν Είναι Έγκυρος\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Επιτρέπονται Σύνδεσμοι\",\"2BBAbc\":\"Λίστα\",\"dF6vP6\":\"Δημοσιευμένο\",\"fpMs2Z\":\"ΔΗΜΟΣΙΕΥΜΕΝΟ\",\"D9zTjx\":\"Δημοσιευμένες Εκδηλώσεις\",\"a37vfH\":\"Ζωντανή προεπισκόπηση\",\"C33p4q\":\"Φορτωμένες ημερομηνίες\",\"WdmJIX\":\"Φόρτωση προεπισκόπησης...\",\"IoDI2o\":\"Φόρτωση tokens...\",\"G3Ge9Z\":\"Φόρτωση αρχείων webhook...\",\"NFxlHW\":\"Φόρτωση Webhooks\",\"E0DoRM\":\"Η τοποθεσία διαγράφηκε\",\"7w8lJU\":\"Η τοποθεσία αποθηκεύτηκε\",\"YsRXDD\":\"Η τοποθεσία ενημερώθηκε\",\"A/kIva\":\"ενημερώσεις τοποθεσίας\",\"iyZPPR\":\"τοποθεσίες\",\"VppBoU\":\"Τοποθεσίες\",\"iG7KNr\":\"Λογότυπο\",\"vu7ZGG\":\"Λογότυπο & Εξώφυλλο\",\"gddQe0\":\"Λογότυπο και εικόνα εξωφύλλου για τον διοργανωτή\",\"TBEnp1\":\"Το λογότυπο θα εμφανίζεται στην κεφαλίδα\",\"Jzu30R\":\"Το λογότυπο θα εμφανίζεται στο εισιτήριο\",\"PSRm6/\":\"Αναζήτηση Εισιτηρίων μου\",\"yJFu/X\":\"Κεντρικό γραφείο\",\"v5nFPh\":\"Κάντε την ορατή ώστε ο κόσμος να μπορεί να αγοράσει εισιτήρια\",\"cdY2at\":[\"Διαχείριση: \",[\"0\"]],\"wZJfA8\":\"Διαχειριστείτε ημερομηνίες και ώρες της επαναλαμβανόμενης εκδήλωσής σας\",\"RlzPUE\":\"Διαχείριση στο Stripe\",\"sjoDuh\":\"Διαχείριση προγράμματος\",\"6NXJRK\":\"Διαχείριση προγράμματος\",\"zXuaxY\":\"Διαχείριση λίστας αναμονής εκδήλωσης, προβολή στατιστικών και προσφορά εισιτηρίων σε συμμετέχοντες.\",\"g2npA5\":\"Χειροκίνητη προσφορά\",\"hg6l4j\":\"Μάρτιος\",\"pqRBOz\":\"Σήμανση ως επικυρωμένο (παράκαμψη διαχειριστή)\",\"2L3vle\":\"Μέγ. Μηνύματα / 24ω\",\"Qp4HWD\":\"Μέγ. Παραλήπτες / Μήνυμα\",\"7qu2YV\":[\"Έως \",[\"cap\"],\" ανά παραγγελία\"],\"3JzsDb\":\"Μάιος\",\"agPptk\":\"Μεσαίο\",\"xDAtGP\":\"Μήνυμα\",\"bECJqy\":\"Το μήνυμα εγκρίθηκε επιτυχώς\",\"1jRD0v\":\"Αποστολή μηνύματος σε συμμετέχοντες με συγκεκριμένα εισιτήρια\",\"uQLXbS\":\"Το μήνυμα ακυρώθηκε\",\"48rf3i\":\"Το μήνυμα δεν μπορεί να υπερβαίνει τους 5000 χαρακτήρες\",\"ZPj0Q8\":\"Λεπτομέρειες Μηνύματος\",\"Vjat/X\":\"Το μήνυμα είναι υποχρεωτικό\",\"0/yJtP\":\"Αποστολή μηνύματος σε κατόχους παραγγελιών με συγκεκριμένα προϊόντα\",\"saG4At\":\"Μήνυμα Προγραμματίστηκε\",\"mFdA+i\":\"Βαθμίδα Μηνυμάτων\",\"v7xKtM\":\"Η βαθμίδα μηνυμάτων ενημερώθηκε επιτυχώς\",\"/VRn+9\":[\"Ελάχ. \",[\"min\"],\" ανά παραγγελία\"],\"H9HlDe\":\"λεπτά\",\"agRWc1\":\"Λεπτά\",\"FfPWR0\":\"Αναδυόμενο παράθυρο\",\"zz/Wd/\":\"Λειτουργία\",\"fpMgHS\":\"Δευ\",\"hty0d5\":\"Δευτέρα\",\"JbIgPz\":\"Τα χρηματικά ποσά είναι κατά προσέγγιση σύνολα σε όλα τα νομίσματα\",\"qvF+MT\":\"Παρακολούθηση και διαχείριση αποτυχημένων εργασιών παρασκηνίου\",\"kY2ll9\":\"μήνας\",\"HajiZl\":\"Μήνας\",\"+8Nek/\":\"Μηνιαία\",\"6jefe3\":\"μήνες\",\"f8jrkd\":\"ακόμη\",\"JcD7qf\":\"Περισσότερες ενέργειες\",\"w36OkR\":\"Εκδηλώσεις με Περισσότερες Προβολές (Τελευταίες 14 Ημέρες)\",\"+Y/na7\":\"Μετακίνηση όλων των ημερομηνιών νωρίτερα ή αργότερα\",\"3DIpY0\":\"Πολλές τοποθεσίες\",\"g9cQCP\":\"Πολλοί τύποι εισιτηρίων\",\"GfaxEk\":\"Μουσική\",\"oVGCGh\":\"Τα Εισιτήριά μου\",\"8/brI5\":\"Το όνομα είναι υποχρεωτικό\",\"sFFArG\":\"Το όνομα πρέπει να έχει λιγότερους από 255 χαρακτήρες\",\"Bst+aq\":\"Θέλετε να αλλάξετε λογαριασμό Stripe; Αποσυνδέστε αυτόν.\",\"xxU3NX\":\"Καθαρά Έσοδα\",\"7I8LlL\":\"Νέα χωρητικότητα\",\"n1GRql\":\"Νέα ετικέτα\",\"y0Fcpd\":\"Νέα τοποθεσία\",\"ArHT/C\":\"Νέες Εγγραφές\",\"uK7xWf\":\"Νέα ώρα:\",\"g8JmSC\":\"Επόμενος μήνας\",\"veT5Br\":\"Επόμενη ημερομηνία\",\"WXtl5X\":[\"Επόμενη: \",[\"nextFormatted\"]],\"eWRECP\":\"Νυχτερινή Ζωή\",\"HSw5l3\":\"Όχι - Είμαι ιδιώτης ή επιχείρηση μη εγγεγραμμένη για ΦΠΑ\",\"VHfLAW\":\"Δεν υπάρχουν λογαριασμοί\",\"+jIeoh\":\"Δεν βρέθηκαν λογαριασμοί\",\"074+X8\":\"Δεν υπάρχουν Ενεργά Webhooks\",\"zxnup4\":\"Δεν υπάρχουν Συνεργάτες για εμφάνιση\",\"hUHrkV\":\"Δεν υπάρχουν ανακοινώσεις ακόμη\",\"Dwf4dR\":\"Δεν υπάρχουν ακόμα ερωτήσεις συμμετέχοντα\",\"th7rdT\":\"Δεν υπάρχουν συμμετέχοντες για εμφάνιση\",\"PKySlW\":\"Δεν υπάρχουν ακόμη συμμετέχοντες για αυτή την ημερομηνία.\",\"/UC6qk\":\"Δεν βρέθηκαν δεδομένα απόδοσης\",\"E2vYsO\":\"Το Stripe δεν έχει αναφέρει ακόμη δυνατότητες.\",\"amMkpL\":\"Χωρίς χωρητικότητα\",\"d2Jf1f\":\"Καμία αλλαγή\",\"99ntUF\":\"Δεν υπάρχουν διαθέσιμες λίστες check-in για αυτή την εκδήλωση.\",\"wG+knX\":\"Δεν υπάρχουν ακόμη check-in\",\"+dAKxg\":\"Δεν βρέθηκαν ρυθμίσεις\",\"LiLk8u\":\"Δεν υπάρχουν διαθέσιμες συνδέσεις\",\"eb47T5\":\"Δεν βρέθηκαν δεδομένα για τα επιλεγμένα φίλτρα. Δοκιμάστε να αλλάξετε το εύρος ημερομηνιών ή το νόμισμα.\",\"Zc216S\":\"Δεν προστέθηκε ημερομηνία\",\"I8mtzP\":\"Δεν υπάρχουν διαθέσιμες ημερομηνίες αυτόν τον μήνα. Δοκιμάστε άλλον μήνα.\",\"yDukIL\":\"Καμία ημερομηνία δεν ταιριάζει με τα τρέχοντα φίλτρα.\",\"B7phdj\":\"Καμία ημερομηνία δεν ταιριάζει με τα φίλτρα σας\",\"/ZB4Um\":\"Καμία ημερομηνία δεν ταιριάζει με την αναζήτησή σας\",\"OtJSnL\":\"Δεν έχουν προγραμματιστεί ημερομηνίες\",\"gEdNe8\":\"Δεν έχουν προγραμματιστεί ακόμη ημερομηνίες\",\"w+wkcC\":\"Δεν βρέθηκαν αιτήματα διαγραφής\",\"pZNOT9\":\"Χωρίς ημερομηνία λήξης\",\"dW40Uz\":\"Δεν βρέθηκαν εκδηλώσεις\",\"8pQ3NJ\":\"Δεν υπάρχουν εκδηλώσεις που ξεκινούν τις επόμενες 24 ώρες\",\"8zCZQf\":\"Δεν υπάρχουν εκδηλώσεις ακόμα\",\"Yc5YW6\":\"Δεν υπάρχουν αποτυχημένες εργασίες\",\"EpvBAp\":\"Χωρίς τιμολόγιο\",\"N+9Onb\":\"Χωρίς όρια\",\"XZkeaI\":\"Δεν βρέθηκαν αρχεία καταγραφής\",\"IcAC6J\":\"Δεν βρέθηκαν αντίστοιχες γραμματοσειρές\",\"nrSs2u\":\"Δεν βρέθηκαν μηνύματα\",\"Rj99yx\":\"Δεν υπάρχουν διαθέσιμες ημερομηνίες\",\"IFU1IG\":\"Δεν υπάρχουν ημερομηνίες αυτή την ημέρα\",\"OVFwlg\":\"Δεν υπάρχουν ερωτήσεις παραγγελίας ακόμα\",\"EJ7bVz\":\"Δεν βρέθηκαν παραγγελίες\",\"NEmyqy\":\"Δεν υπάρχουν παραγγελίες ακόμα\",\"a77B6w\":\"Δεν υπάρχουν ακόμη παραγγελίες για αυτή την ημερομηνία.\",\"wUv5xQ\":\"Δεν υπάρχει δραστηριότητα διοργανωτή τις τελευταίες 14 ημέρες\",\"vLd1tV\":\"Δεν υπάρχει διαθέσιμο πλαίσιο διοργανωτή.\",\"B7w4KY\":\"Δεν υπάρχουν άλλοι διαθέσιμοι διοργανωτές\",\"PChXMe\":\"Δεν υπάρχουν Πληρωμένες Παραγγελίες\",\"6jYQGG\":\"Δεν υπάρχουν παλαιότερες εκδηλώσεις\",\"CHzaTD\":\"Δεν υπάρχουν δημοφιλείς εκδηλώσεις τις τελευταίες 14 ημέρες\",\"zK/+ef\":\"Δεν υπάρχουν διαθέσιμα προϊόντα για επιλογή\",\"M1/lXs\":\"Δεν έχουν ρυθμιστεί προϊόντα για αυτή την εκδήλωση.\",\"kY7XDn\":\"Δεν υπάρχουν προϊόντα με εγγραφές αναμονής\",\"8mw4tm\":\"Μήνυμα απουσίας προϊόντων\",\"wYiAtV\":\"Δεν υπάρχουν πρόσφατες εγγραφές λογαριασμού\",\"UW90md\":\"Δεν βρέθηκαν παραλήπτες\",\"QoAi8D\":\"Χωρίς απάντηση\",\"JeO7SI\":\"Χωρίς Απάντηση\",\"EK/G11\":\"Δεν υπάρχουν απαντήσεις ακόμα\",\"AxPAXW\":\"Δεν βρέθηκαν αποτελέσματα\",\"59OWd3\":\"Καμία αποθηκευμένη τοποθεσία\",\"mPdY6W\":\"Καμία πρόταση\",\"3sRuiW\":\"Δεν Βρέθηκαν Εισιτήρια\",\"debCrL\":\"Δεν υπάρχουν εισιτήρια προς πώληση\",\"k2C0ZR\":\"Καμία προσεχής ημερομηνία\",\"yM5c0q\":\"Δεν υπάρχουν επερχόμενες εκδηλώσεις\",\"qpC74J\":\"Δεν βρέθηκαν χρήστες\",\"8wgkoi\":\"Δεν υπάρχουν εκδηλώσεις που προβλήθηκαν τις τελευταίες 14 ημέρες\",\"Arzxc1\":\"Δεν υπάρχουν εγγραφές λίστας αναμονής\",\"n5vdm2\":\"Δεν έχουν καταγραφεί ακόμα γεγονότα webhook για αυτό το endpoint. Θα εμφανίζονται εδώ μόλις ενεργοποιηθούν.\",\"4GhX3c\":\"Δεν υπάρχουν Webhooks\",\"4+am6b\":\"Όχι, μείνετε εδώ\",\"4JVMUi\":\"χωρίς επεξεργασία\",\"ACaDVQ\":\"Κανένα ακόμη\",\"Itw24Q\":\"Χωρίς check-in\",\"x5+Lcz\":\"Δεν Εισήλθε\",\"8n10sz\":\"Μη Επιλέξιμο\",\"kLvU3F\":\"Ειδοποίηση συμμετεχόντων και διακοπή πωλήσεων\",\"t9QlBd\":\"Νοέμβριος\",\"kAREMN\":\"Αριθμός ημερομηνιών προς δημιουργία\",\"6u1B3O\":\"Ημερομηνία\",\"mmoE62\":\"Η ημερομηνία ακυρώθηκε\",\"V9flmL\":\"Πρόγραμμα ημερομηνιών\",\"Kh3WO8\":\"Σύνοψη ημερομηνίας\",\"byXCTu\":\"Ημερομηνίες\",\"KATw3p\":\"Ημερομηνίες (μόνο μελλοντικές)\",\"85rTR2\":\"Οι ημερομηνίες μπορούν να ρυθμιστούν μετά τη δημιουργία\",\"dzQfDY\":\"Οκτώβριος\",\"BwJKBw\":\"από\",\"GQnX9d\":\"κάθε μήνα\",\"az8lvo\":\"Ανενεργό\",\"9h7RDh\":\"Προσφορά\",\"EfK2O6\":\"Προσφορά Θέσης\",\"3sVRey\":\"Προσφορά Εισιτηρίων\",\"2O7Ybb\":\"Χρονικό Όριο Προσφοράς\",\"1jUg5D\":\"Προσφέρθηκε\",\"l+/HS6\":[\"Οι προσφορές λήγουν μετά από \",[\"timeoutHours\"],\" ώρες.\"],\"6Aih4U\":\"Εκτός Σύνδεσης\",\"Fdp03t\":\"στις\",\"Z5HWHd\":\"Ενεργό\",\"TH5A28\":[\"κάθε \",[\"dayList\"]],\"qiMtVT\":[\"στις \",[\"day\"],\" \",[\"month\"]],\"nO3VbP\":[\"Σε πώληση \",[\"0\"]],\"pPAGSK\":[\"την \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"Στη σελίδα της εκδήλωσης\",\"H7stQC\":\"Στη λίστα αναμονής\",\"oXOSPE\":\"Διαδικτυακό\",\"aqmy5k\":\"Διαδικτυακά — δώστε στοιχεία σύνδεσης\",\"LuZBbx\":\"Διαδικτυακά και με φυσική παρουσία\",\"IXuOqt\":\"Διαδικτυακά και με φυσική παρουσία — δείτε το πρόγραμμα\",\"WjSpu5\":\"Διαδικτυακή Εκδήλωση\",\"wCRLS9\":[\"Μόνο \",[\"cap\"],\" διαθέσιμα\"],\"scPxI/\":[\"Μόνο \",[\"capacity\"],\" απομένουν\"],\"Gk0+G6\":\"Απαιτείται μόνο ένα όνομα — όλα τα υπόλοιπα έχουν λογικές προεπιλογές\",\"NdOxqr\":\"Μόνο διαχειριστές λογαριασμού μπορούν να διαγράφουν ή να αρχειοθετούν εκδηλώσεις. Επικοινωνήστε με τον διαχειριστή σας για βοήθεια.\",\"rnoDMF\":\"Μόνο διαχειριστές λογαριασμού μπορούν να διαγράφουν ή να αρχειοθετούν διοργανωτές. Επικοινωνήστε με τον διαχειριστή σας για βοήθεια.\",\"tnx0u1\":\"Διαθέσιμο μόνο ως πρόσθετο\",\"z4JBd7\":\"Μόνο οι δημοσιευμένες ανακοινώσεις εμφανίζονται στους χρήστες\",\"bU7oUm\":\"Αποστολή μόνο σε παραγγελίες με αυτές τις καταστάσεις\",\"wkpaqp\":\"Εμφάνιση μόνο ημερομηνίας και ώρας έναρξης\",\"chktt5\":\"Εμφανίζεται μόνο ως πρόσθετο στα προϊόντα με τα οποία συνδέεται\",\"Y4HHYW\":\"Εμφανίζεται μόνο ως πρόσθετο στα προϊόντα με τα οποία συνδέεται.\",\"Z82In9\":\"Μόνο ο κάτοχος του λογαριασμού μπορεί να ζητήσει διαγραφή λογαριασμού.\",\"DMk8F0\":\"Μόνο τα εισιτήρια μετρούν στη χωρητικότητα\",\"+/Z3yr\":\"Ορατό μόνο σε αγοραστές με έγκυρο κωδικό προσφοράς.\",\"M2w1ni\":\"Ορατό μόνο με κωδικό προσφοράς\",\"y8Bm7C\":\"Άνοιγμα check-in\",\"RLz7P+\":\"Άνοιγμα ημερομηνίας\",\"iMqrOb\":\"Προαιρετική παρότρυνση για δράση\",\"cDSdPb\":\"Προαιρετικό όνομα που εμφανίζεται στους επιλογείς, π.χ. \\\"Αίθουσα συνεδριάσεων\\\"\",\"HXMJxH\":\"Προαιρετικό κείμενο για αποποιήσεις, στοιχεία επικοινωνίας ή σημειώσεις ευχαριστίας (μόνο μία γραμμή)\",\"L565X2\":\"επιλογές\",\"8m9emP\":\"ή προσθέστε μία ημερομηνία\",\"eBskDE\":\"Ή ενεργοποιήστε τις πληρωμές εκτός σύνδεσης και απενεργοποιήστε το Stripe\",\"dSeVIm\":\"παραγγελία\",\"c/TIyD\":\"Παραγγελία & Εισιτήριο\",\"H5qWhm\":\"Παραγγελία ακυρώθηκε\",\"b6+Y+n\":\"Παραγγελία ολοκληρώθηκε\",\"x4MLWE\":\"Επιβεβαίωση Παραγγελίας\",\"CsTTH0\":\"Η επιβεβαίωση παραγγελίας εστάλη ξανά επιτυχώς\",\"ppuQR4\":\"Παραγγελία Δημιουργήθηκε\",\"xtQzag\":\"Λεπτομέρειες παραγγελίας\",\"vrSW9M\":\"Η παραγγελία ακυρώθηκε και επιστράφηκε. Ο κάτοχος παραγγελίας ειδοποιήθηκε.\",\"rzw+wS\":\"Κάτοχοι Παραγγελίας\",\"oI/hGR\":\"ID Παραγγελίας\",\"m8vQEP\":\"Όρια παραγγελίας\",\"vu6Arl\":\"Παραγγελία Επισημάνθηκε ως Πληρωμένη\",\"sLbJQz\":\"Η παραγγελία δεν βρέθηκε\",\"kvYpYu\":\"Παραγγελία Δεν Βρέθηκε\",\"eJ8SvM\":\"Αριθμός παραγγελίας, ημερομηνία αγοράς, email αγοραστή\",\"FaPYw+\":\"Κάτοχος παραγγελίας\",\"eB5vce\":\"Κάτοχοι παραγγελίας με συγκεκριμένο προϊόν\",\"CxLoxM\":\"Κάτοχοι παραγγελίας με προϊόντα\",\"UkHo4c\":\"Αναφ. Παραγγελίας\",\"EZy55F\":\"Παραγγελία Επιστράφηκε\",\"6eSHqs\":\"Καταστάσεις παραγγελίας\",\"oW5877\":\"Σύνολο Παραγγελίας\",\"e7eZuA\":\"Παραγγελία Ενημερώθηκε\",\"1SQRYo\":\"Η παραγγελία ενημερώθηκε επιτυχώς\",\"3NT0Ck\":\"Η παραγγελία ακυρώθηκε\",\"V5khLm\":\"παραγγελίες\",\"sd5IMt\":\"Παραγγελίες Ολοκληρώθηκαν\",\"5It1cQ\":\"Παραγγελίες Εξήχθησαν\",\"UQ0ACV\":\"Σύνολο Παραγγελιών\",\"B/EBQv\":\"Παραγγελίες:\",\"qtGTNu\":\"Οργανικοί Λογαριασμοί\",\"P/JHA4\":\"Ο διοργανωτής αρχειοθετήθηκε επιτυχώς\",\"S3CZ5M\":\"Πίνακας Διοργανωτή\",\"GzjTd0\":\"Ο διοργανωτής διαγράφηκε επιτυχώς\",\"SQqJd8\":\"Διοργανωτής Δεν Βρέθηκε\",\"HF8Bxa\":\"Ο διοργανωτής αποκαταστάθηκε επιτυχώς\",\"wpj63n\":\"Ρυθμίσεις Διοργανωτή\",\"o1my93\":\"Η ενημέρωση κατάστασης διοργανωτή απέτυχε. Δοκιμάστε ξανά αργότερα\",\"rLHma1\":\"Η κατάσταση διοργανωτή ενημερώθηκε\",\"LqBITi\":\"Θα χρησιμοποιηθεί το πρότυπο διοργανωτή/προεπιλογής\",\"q4zH+l\":\"Διοργανωτές\",\"/IX/7x\":\"Άλλο\",\"RsiDDQ\":\"Άλλες Λίστες (Εισιτήριο Μη Συμπεριλαμβανόμενο)\",\"EufvBx\":\"Αποτέλεσμα\",\"aDfajK\":\"Υπαίθρια\",\"qMASRF\":\"Εξερχόμενα Μηνύματα\",\"iCOVQO\":\"Παράκαμψη\",\"GpFTEc\":\"Παράκαμψη χρεώσεων για αυτόν τον διοργανωτή\",\"M9ZhMP\":\"Παράκαμψη τιμής\",\"cnVIpl\":\"Η παράκαμψη αφαιρέθηκε\",\"6/dCYd\":\"Επισκόπηση\",\"6WdDG7\":\"Σελίδα\",\"8uqsE5\":\"Η σελίδα δεν είναι πλέον διαθέσιμη\",\"QkLf4H\":\"URL Σελίδας\",\"sF+Xp9\":\"Προβολές Σελίδας\",\"v4nCHK\":\"Πληρωμένο\",\"c+suC6\":\"Πληρωμένοι Λογαριασμοί\",\"5F7SYw\":\"Μερική επιστροφή\",\"fFYotW\":[\"Μερική επιστροφή: \",[\"0\"]],\"i8day5\":\"Μεταβίβαση τέλους στον αγοραστή\",\"k4FLBQ\":\"Μεταβίβαση στον Αγοραστή\",\"Ff0Dor\":\"Προηγούμενες\",\"BFjW8X\":\"Ληξιπρόθεσμο\",\"xTPjSy\":\"Παλαιότερες Εκδηλώσεις\",\"/l/ckQ\":\"Επικόλληση URL\",\"URAE3q\":\"Σε Παύση\",\"4fL/V7\":\"Πληρωμή\",\"W5l9HD\":\"Πληρώστε όσο θέλετε\",\"c2/9VE\":\"Ωφέλιμο Φορτίο\",\"5cxUwd\":\"Ημερομηνία Πληρωμής\",\"ENEPLY\":\"Μέθοδος πληρωμής\",\"8Lx2X7\":\"Πληρωμή ελήφθη\",\"fx8BTd\":\"Οι πληρωμές δεν είναι διαθέσιμες\",\"C+ylwF\":\"Πληρωμές\",\"UbRKMZ\":\"Σε εκκρεμότητα\",\"UkM20g\":\"Σε Αναμονή Ελέγχου\",\"dPYu1F\":\"Ανά Συμμετέχοντα\",\"mQV/nJ\":\"ανά λεπτό\",\"+kvxv+\":\"ανά παραγγελία\",\"VlXNyK\":\"Ανά παραγγελία\",\"NhuGd7\":\"ανά προϊόν\",\"hauDFf\":\"Ανά εισιτήριο\",\"mnF83a\":\"Τέλος Ποσοστού\",\"TNLuRD\":\"Ποσοστιαία χρέωση (%)\",\"MixU2P\":\"Το ποσοστό πρέπει να είναι μεταξύ 0 και 100\",\"MkuVAZ\":\"Ποσοστό ποσού συναλλαγής\",\"/Bh+7r\":\"Απόδοση\",\"/4mGVp\":\"Οριστική διαγραφή αυτού του λογαριασμού\",\"dGdKgQ\":\"Οριστική διαγραφή αυτού του λογαριασμού και των δεδομένων του.\",\"fIp56F\":\"Οριστική διαγραφή αυτής της εκδήλωσης και όλων των σχετικών δεδομένων.\",\"nJeeX7\":\"Οριστική διαγραφή αυτού του διοργανωτή και όλων των εκδηλώσεων του.\",\"wfCTgK\":\"Οριστική αφαίρεση αυτής της ημερομηνίας\",\"6kPk3+\":\"Προσωπικές Πληροφορίες\",\"zmwvG2\":\"Τηλέφωνο\",\"tSR/oe\":\"Επιλέξτε ημερομηνία λήξης\",\"e8kzpp\":\"Επιλέξτε τουλάχιστον μία ημέρα του μήνα\",\"35C8QZ\":\"Επιλέξτε τουλάχιστον μία ημέρα της εβδομάδας\",\"kJmAsd\":\"Επιλέξτε ημέρες για να δείτε τις ημερομηνίες σας.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Καταχωρήθηκε\",\"wBJR8i\":\"Σχεδιάζετε εκδήλωση;\",\"J3lhKT\":\"Τέλος πλατφόρμας\",\"RD51+P\":[\"Τέλος πλατφόρμας \",[\"0\"],\" αφαιρείται από την πληρωμή σας\"],\"br3Y/y\":\"Τέλη Πλατφόρμας\",\"3buiaw\":\"Αναφορά Τελών Πλατφόρμας\",\"kv9dM4\":\"Έσοδα Πλατφόρμας\",\"PJ3Ykr\":\"Ελέγξτε το εισιτήριό σας για τη νέα ώρα. Τα εισιτήριά σας παραμένουν έγκυρα — δεν χρειάζεται να κάνετε κάτι, εκτός αν οι νέες ώρες δεν σας βολεύουν. Απαντήστε σε αυτό το email αν έχετε απορίες.\",\"OtjenF\":\"Παρακαλώ εισάγετε έγκυρη διεύθυνση email\",\"jEw0Mr\":\"Παρακαλώ εισάγετε έγκυρο URL\",\"n8+Ng/\":\"Παρακαλώ εισάγετε τον 5ψήφιο κωδικό\",\"r+lQXT\":\"Παρακαλώ εισάγετε τον αριθμό ΦΠΑ σας\",\"Dvq0wf\":\"Παρακαλώ παρέχετε εικόνα.\",\"2cUopP\":\"Παρακαλώ επανεκκινήστε τη διαδικασία αγοράς.\",\"GoXxOA\":\"Επιλέξτε ημερομηνία και ώρα\",\"8KmsFa\":\"Παρακαλώ επιλέξτε εύρος ημερομηνιών\",\"EFq6EG\":\"Παρακαλώ επιλέξτε εικόνα.\",\"fuwKpE\":\"Παρακαλώ δοκιμάστε ξανά.\",\"klWBeI\":\"Παρακαλώ περιμένετε πριν ζητήσετε άλλον κωδικό\",\"hfHhaa\":\"Παρακαλώ περιμένετε ενώ προετοιμάζουμε τους συνεργάτες σας για εξαγωγή...\",\"o+tJN/\":\"Παρακαλώ περιμένετε ενώ προετοιμάζουμε τους συμμετέχοντες σας για εξαγωγή...\",\"+5Mlle\":\"Παρακαλώ περιμένετε ενώ προετοιμάζουμε τις παραγγελίες σας για εξαγωγή...\",\"trnWaw\":\"Πολωνικά\",\"luHAJY\":\"Δημοφιλείς Εκδηλώσεις (Τελευταίες 14 Ημέρες)\",\"p/78dY\":\"Θέση\",\"OESu7I\":\"Αποτροπή υπερπώλησης με κοινό απόθεμα σε πολλαπλούς τύπους εισιτηρίων.\",\"NgVUL2\":\"Προεπισκόπηση φόρμας checkout\",\"cs5muu\":\"Προεπισκόπηση σελίδας εκδήλωσης\",\"1xwZj/\":\"Προηγούμενος μήνας\",\"Jm2AC3\":\"Κλιμάκιο τιμής\",\"a5jvSX\":\"Βαθμίδες Τιμής\",\"aHCEmh\":\"Τιμολόγηση\",\"ReihZ7\":\"Προεπισκόπηση Εκτύπωσης\",\"JnuPvH\":\"Εκτύπωση Εισιτηρίου\",\"tYF4Zq\":\"Εκτύπωση σε PDF\",\"LcET2C\":\"Πολιτική Απορρήτου\",\"8z6Y5D\":\"Επεξεργασία Επιστροφής\",\"JcejNJ\":\"Επεξεργασία παραγγελίας\",\"EWCLpZ\":\"Προϊόν Δημιουργήθηκε\",\"XkFYVB\":\"Προϊόν Διαγράφηκε\",\"YMwcbR\":\"Πωλήσεις προϊόντων, έσοδα και ανάλυση φόρων\",\"ls0mTC\":\"Οι ρυθμίσεις προϊόντων δεν μπορούν να τροποποιηθούν για ακυρωμένες ημερομηνίες.\",\"2339ej\":\"Οι ρυθμίσεις προϊόντος αποθηκεύτηκαν\",\"ldVIlB\":\"Προϊόν Ενημερώθηκε\",\"CP3D8G\":\"Πρόοδος\",\"JoKGiJ\":\"Κωδικός προσφοράς\",\"dIodJL\":\"Απαιτείται κωδικός προσφοράς\",\"k3wH7i\":\"Χρήση κωδικού προσφοράς και ανάλυση εκπτώσεων\",\"tZqL0q\":\"κωδικοί προσφοράς\",\"oCHiz3\":\"Κωδικοί προσφοράς\",\"uEhdRh\":\"Μόνο με Κωδικό\",\"dLm8V5\":\"Τα προωθητικά email ενδέχεται να οδηγήσουν σε αναστολή λογαριασμού\",\"W0ETyY\":\"Συμπληρώστε τουλάχιστον ένα πεδίο διεύθυνσης (χώρος, οδός, πόλη ή χώρα).\",\"2W/7Gz\":\"Δώστε τα παρακάτω πριν από τον επόμενο έλεγχο του Stripe ώστε να συνεχιστούν οι πληρωμές.\",\"7d1a0d\":\"Δημόσιο\",\"EEYbdt\":\"Δημοσίευση\",\"JcgJKc\":\"Δημοσίευση ούτως ή άλλως\",\"evDBV8\":\"Δημοσίευση εκδήλωσης\",\"2zEfOd\":\"Δημοσιεύστε την εκδήλωσή σας\",\"u3wRF+\":\"Δημοσιευμένη\",\"L7nrC8\":\"Με τη δημοσίευση, η σελίδα της εκδήλωσής σας γίνεται δημόσια και ανοίγουν οι εγγραφές.\",\"dsFmM+\":\"Αγοράστηκε\",\"JunetL\":\"Αγοραστής\",\"phmeUH\":\"Email αγοραστή\",\"ywR4ZL\":\"Check-in με κωδικό QR\",\"oWXNE5\":\"Ποσ.\",\"VbWX2u\":\"Ποσότητα\",\"biEyJ4\":\"Απαντήσεις σε ερωτήσεις\",\"k/bJj0\":\"Οι ερωτήσεις αναδιατάχθηκαν\",\"b24kPi\":\"Ουρά\",\"lTPqpM\":\"Γρήγορη συμβουλή\",\"fqDzSu\":\"Ρυθμός\",\"mnUGVC\":\"Υπερβάθηκε το όριο αιτημάτων. Δοκιμάστε ξανά αργότερα.\",\"t41hVI\":\"Νέα Προσφορά Θέσης\",\"TNclgc\":\"Επανενεργοποίηση αυτής της ημερομηνίας; Θα ανοίξει ξανά για μελλοντικές πωλήσεις.\",\"RENQ6j\":\"Έτοιμοι να δημοσιεύσετε;\",\"uqoRbb\":\"Αναλύσεις σε πραγματικό χρόνο\",\"jPSk57\":\"Λόγος (προαιρετικό)\",\"xzRvs4\":[\"Λήψη ενημερώσεων προϊόντων από \",[\"0\"],\".\"],\"pLXbi8\":\"Πρόσφατες Εγγραφές Λογαριασμού\",\"M1HGuR\":\"Πρόσφατη δραστηριότητα\",\"3kJ0gv\":\"Πρόσφατοι συμμετέχοντες\",\"qhfiwV\":\"Πρόσφατα check-in\",\"S+0XMX\":\"Πρόσφατες παραγγελίες\",\"Fi3b48\":\"Πρόσφατες Παραγγελίες\",\"7hPBBn\":\"παραλήπτης\",\"jp5bq8\":\"παραλήπτες\",\"yPrbsy\":\"Παραλήπτες\",\"E1F5Ji\":\"Οι παραλήπτες είναι διαθέσιμοι αφού αποσταλεί το μήνυμα\",\"WEYdDv\":\"Προτεινόμενο\",\"wuhHPE\":\"Επαναλαμβανόμενη\",\"asLqwt\":\"Επαναλαμβανόμενη εκδήλωση\",\"s3uzsK\":\"Ρυθμίσεις επαναλαμβανόμενης εκδήλωσης\",\"D0tAMe\":\"Επαναλαμβανόμενες εκδηλώσεις\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Ανακατεύθυνση στο Stripe...\",\"pnoTN5\":\"Λογαριασμοί Παραπομπής\",\"ACKu03\":\"Ανανέωση Προεπισκόπησης\",\"vuFYA6\":\"Επιστροφή χρημάτων για όλες τις παραγγελίες αυτών των ημερομηνιών\",\"4cRUK3\":\"Επιστροφή χρημάτων για όλες τις παραγγελίες αυτής της ημερομηνίας\",\"fKn/k6\":\"Ποσό επιστροφής\",\"qY4rpA\":\"Η επιστροφή απέτυχε\",\"FaK/8G\":[\"Επιστροφή Παραγγελίας \",[\"0\"]],\"MGbi9P\":\"Επιστροφή σε εκκρεμότητα\",\"BDSRuX\":[\"Επιστράφηκε: \",[\"0\"]],\"bU4bS1\":\"Επιστροφές\",\"rYXfOA\":\"Περιφερειακές Ρυθμίσεις\",\"5tl0Bp\":\"Ερωτήσεις Εγγραφής\",\"ZNo5k1\":\"Απομένουν\",\"Bjh87R\":\"Αφαίρεση ετικέτας από όλες τις ημερομηνίες\",\"IVZaEo\":\"Αφαιρεί εντελώς τις εξαντλημένες ημερομηνίες και ώρες από τη σελίδα της εκδήλωσης. Όταν είναι απενεργοποιημένο, παραμένουν ορατές και επισημαίνονται ως εξαντλημένες.\",\"5Vkr/a\":\"Αφαίρεση ώρας\",\"KkJtVK\":\"Επανέναρξη πωλήσεων\",\"XJwWJp\":\"Επανέναρξη πωλήσεων για αυτή την ημερομηνία; Τα εισιτήρια που ακυρώθηκαν προηγουμένως δεν θα επαναφερθούν — οι συμμετέχοντες παραμένουν ακυρωμένοι και οι επιστροφές χρημάτων που έχουν ήδη γίνει δεν αντιστρέφονται.\",\"RYlQY0\":\"Επανάληψη\",\"CQeZT8\":\"Η αναφορά δεν βρέθηκε\",\"JEPMXN\":\"Αίτημα νέου συνδέσμου\",\"Yx0Ud8\":\"Αιτήθηκε\",\"Wcv9QD\":\"Αιτήθηκε από\",\"TMLAx2\":\"Υποχρεωτικό\",\"mdeIOH\":\"Επαναποστολή κωδικού\",\"sQxe68\":\"Επαναποστολή Επιβεβαίωσης\",\"bxoWpz\":\"Επαναποστολή Email Επιβεβαίωσης\",\"G42SNI\":\"Επαναποστολή email\",\"TTpXL3\":[\"Επαναποστολή σε \",[\"resendCooldown\"],\"δ\"],\"5CiNPm\":\"Επαναποστολή Εισιτηρίου\",\"Uwsg2F\":\"Δεσμευμένο\",\"8wUjGl\":\"Δεσμευμένο μέχρι\",\"a5z8mb\":\"Επαναφορά στη βασική τιμή\",\"kCn6wb\":\"Επαναφορά...\",\"ZlCDf+\":\"Απάντηση\",\"bsydMp\":\"Λεπτομέρειες Απάντησης\",\"yKu/3Y\":\"Επαναφορά\",\"RokrZf\":\"Επαναφορά Εκδήλωσης\",\"/JyMGh\":\"Επαναφορά Διοργανωτή\",\"HFvFRb\":\"Επαναφορά αυτής της εκδήλωσης για να γίνει ξανά ορατή.\",\"DDIcqy\":\"Επαναφορά αυτού του διοργανωτή για να γίνει ξανά ενεργός.\",\"mO8KLE\":\"αποτελέσματα\",\"6gRgw8\":\"Επανάληψη\",\"1BG8ga\":\"Επανάληψη Όλων\",\"rDC+T6\":\"Επανάληψη Εργασίας\",\"CbnrWb\":\"Επιστροφή στην Εκδήλωση\",\"Lf7TCn\":\"Οι επαναχρησιμοποιήσιμοι χώροι εμφανίζονται εδώ αυτόματα όταν δημιουργείτε εκδηλώσεις με διευθύνσεις, και μπορείτε να προσθέσετε και δικούς σας.\",\"mdQ0zb\":\"Επαναχρησιμοποιήσιμοι χώροι για τις εκδηλώσεις σας. Οι τοποθεσίες που δημιουργούνται από την αυτόματη συμπλήρωση αποθηκεύονται εδώ αυτόματα.\",\"XFOPle\":\"Επαναχρησιμοποίηση\",\"1Zehp4\":\"Επαναχρησιμοποιήστε μια σύνδεση Stripe από άλλον διοργανωτή αυτού του λογαριασμού.\",\"Oo/PLb\":\"Σύνοψη Εσόδων\",\"CfuueU\":\"Ανάκληση Προσφοράς\",\"Tpm2G9\":\"Διάρκεια\",\"dFFW9L\":[\"Η πώληση έληξε \",[\"0\"]],\"loCKGB\":[\"Η πώληση λήγει \",[\"0\"]],\"wlfBad\":\"Περίοδος Πώλησης\",\"qi81Jg\":\"Η περίοδος πώλησης ισχύει για όλες τις ημερομηνίες του προγράμματός σας. Για να ελέγξετε τιμές και διαθεσιμότητα ανά ημερομηνία, χρησιμοποιήστε τις παρακάμψεις στη <0>σελίδα Πρόγραμμα ημερομηνιών.\",\"zpekWp\":[\"Η πώληση ξεκινά \",[\"0\"]],\"7s8z0X\":\"Περίοδος πώλησης\",\"mUv9U4\":\"Πωλήσεις\",\"9KnRdL\":\"Οι πωλήσεις είναι σε παύση\",\"JC3J0k\":\"Ανάλυση πωλήσεων, προσέλευσης και check-in ανά ημερομηνία\",\"3VnlS9\":\"Πωλήσεις, παραγγελίες και μετρήσεις απόδοσης για όλες τις εκδηλώσεις\",\"3Q1AWe\":\"Πωλήσεις:\",\"LeuERW\":\"Ίδιο με την εκδήλωση\",\"B4nE3N\":\"Δείγμα τιμής εισιτηρίου\",\"8BRPoH\":\"Δείγμα Χώρου\",\"PiK6Ld\":\"Σάβ\",\"+5kO8P\":\"Σάββατο\",\"zJiuDn\":\"Αποθήκευση παράκαμψης χρέωσης\",\"x1fMXJ\":\"Αποθήκευση προγράμματος\",\"KZrfYJ\":\"Αποθήκευση Κοινωνικών Συνδέσμων\",\"9Y3hAT\":\"Αποθήκευση Προτύπου\",\"C8ne4X\":\"Αποθήκευση Σχεδιασμού Εισιτηρίου\",\"cTI8IK\":\"Αποθήκευση ρυθμίσεων ΦΠΑ\",\"6/TNCd\":\"Αποθήκευση Ρυθμίσεων ΦΠΑ\",\"4RvD9q\":\"Αποθηκευμένη τοποθεσία\",\"cgw0cL\":\"Αποθηκευμένες τοποθεσίες\",\"Fbqm/I\":\"Η αποθήκευση μιας παράκαμψης δημιουργεί ξεχωριστή διαμόρφωση για αυτόν τον διοργανωτή, αν αυτή τη στιγμή χρησιμοποιεί την προεπιλογή του συστήματος.\",\"I+FvbD\":\"Σάρωση\",\"0zd6Nm\":\"Σαρώστε ένα εισιτήριο για να κάνετε check-in σε έναν συμμετέχοντα\",\"bQG7Qk\":\"Τα εισιτήρια που σαρώνονται θα εμφανίζονται εδώ\",\"WDYSLJ\":\"Λειτουργία σαρωτή\",\"gmB6oO\":\"Πρόγραμμα\",\"qQTaVm\":\"Το πρόγραμμα προστέθηκε\",\"j6NnBq\":\"Το πρόγραμμα δημιουργήθηκε με επιτυχία\",\"YP7frt\":\"Το πρόγραμμα λήγει στις\",\"QS1Nla\":\"Προγραμματισμός για αργότερα\",\"NAzVVw\":\"Προγραμματισμός Μηνύματος\",\"/rTL/5\":\"Προεπισκόπηση προγράμματος\",\"Fz09JP\":\"Το πρόγραμμα ξεκινά στις\",\"4ba0NE\":\"Προγραμματισμένο\",\"4HKQZj\":\"Προγραμματισμένη διαγραφή\",\"qcP/8K\":\"Προγραμματισμένη ώρα\",\"A1taO8\":\"Αναζήτηση\",\"ftNXma\":\"Αναζήτηση συνεργατών...\",\"VMU+zM\":\"Αναζήτηση συμμετεχόντων\",\"VY+Bdn\":\"Αναζήτηση ανά όνομα λογαριασμού ή email...\",\"VX+B3I\":\"Αναζήτηση ανά τίτλο εκδήλωσης ή διοργανωτή...\",\"R0wEyA\":\"Αναζήτηση ανά όνομα εργασίας ή εξαίρεση...\",\"YnMfsK\":\"Αναζήτηση με όνομα ή διεύθυνση...\",\"3yKuDu\":\"Αναζητήστε με όνομα ή email και επιλέξτε έναν ή περισσότερους\",\"VT+urE\":\"Αναζήτηση ανά όνομα ή email...\",\"GHdjuo\":\"Αναζήτηση ανά όνομα, email ή λογαριασμό...\",\"4mBFO7\":\"Αναζήτηση με όνομα, αρ. παραγγελίας, αρ. εισιτηρίου ή email\",\"20ce0U\":\"Αναζήτηση ανά ID παραγγελίας, όνομα πελάτη ή email...\",\"4DSz7Z\":\"Αναζήτηση ανά θέμα, εκδήλωση ή λογαριασμό...\",\"gTUY97\":\"Αναζήτηση με τίτλο...\",\"nQC7Z9\":\"Αναζήτηση ημερομηνιών...\",\"iRtEpV\":\"Αναζήτηση ημερομηνιών…\",\"JRM7ao\":\"Αναζήτηση διεύθυνσης\",\"BWF1kC\":\"Αναζήτηση μηνυμάτων...\",\"5WYZKZ\":\"Αποτελέσματα αναζήτησης\",\"IG85fV\":\"Αναζητήστε αποθηκευμένες τοποθεσίες ή βρείτε μια διεύθυνση...\",\"Du+zn+\":\"Αναζήτηση...\",\"3aD3GF\":\"Εποχιακά\",\"ku//5b\":\"2η\",\"Mck5ht\":\"Ασφαλής Ολοκλήρωση Αγοράς\",\"s7tXqF\":\"Δείτε το πρόγραμμα\",\"JFap6u\":\"Δείτε τι χρειάζεται ακόμη το Stripe\",\"6lGaum\":\"Εμφανίστηκε\",\"p7xUrt\":\"Επιλογή κατηγορίας\",\"hTKQwS\":\"Επιλέξτε ημερομηνία και ώρα\",\"Ps6Xtf\":\"Επιλέξτε ημερομηνία για να δείτε τις διαθέσιμες ώρες\",\"e4L7bF\":\"Επιλέξτε μήνυμα για προβολή περιεχομένου\",\"zPRPMf\":\"Επιλογή βαθμίδας\",\"BFRSTT\":\"Επιλογή Λογαριασμού\",\"wgNoIs\":\"Επιλογή όλων\",\"mCB6Je\":\"Επιλογή Όλων\",\"aCEysm\":[\"Επιλογή όλων στις \",[\"0\"]],\"a6+167\":\"Επιλογή εκδήλωσης\",\"4oT6dP\":\"Επιλέξτε τουλάχιστον έναν λογαριασμό\",\"neCGH1\":\"Επιλέξτε τουλάχιστον έναν χρήστη\",\"CFbaPk\":\"Επιλογή ομάδας συμμετεχόντων\",\"88a49s\":\"Επιλογή κάμερας\",\"tVW/yo\":\"Επιλογή νομίσματος\",\"SJQM1I\":\"Επιλογή ημερομηνίας\",\"n9ZhRa\":\"Επιλογή ημερομηνίας και ώρας λήξης\",\"gTN6Ws\":\"Επιλογή ώρας λήξης\",\"0U6E9W\":\"Επιλογή κατηγορίας εκδήλωσης\",\"j9cPeF\":\"Επιλογή τύπων εκδήλωσης\",\"ypTjHL\":\"Επιλογή μιας ημερομηνίας\",\"DHBGUX\":\"Επιλογή προϊόντων...\",\"KizCK7\":\"Επιλογή ημερομηνίας και ώρας έναρξης\",\"dJZTv2\":\"Επιλογή ώρας έναρξης\",\"x8XMsJ\":\"Επιλέξτε τη βαθμίδα μηνυμάτων για αυτό τον λογαριασμό. Ελέγχει τα όρια μηνυμάτων και τα δικαιώματα συνδέσμων.\",\"aT3jZX\":\"Επιλογή ζώνης ώρας\",\"TxfvH2\":\"Επιλέξτε ποιοι συμμετέχοντες πρέπει να λάβουν αυτό το μήνυμα\",\"Ropvj0\":\"Επιλέξτε ποια γεγονότα θα ενεργοποιήσουν αυτό το webhook\",\"+6YAwo\":\"επιλεγμένα\",\"ylXj1N\":\"Επιλεγμένο\",\"uq3CXQ\":\"Εξαντλήστε τα εισιτήρια της εκδήλωσής σας.\",\"oBXbO4\":\"Πουλάτε φυσικό προϊόν; Περιορίστε την ποσότητά του στη <0>σελίδα προϊόντων.\",\"j9b/iy\":\"Πωλείται γρήγορα 🔥\",\"73qYgo\":\"Αποστολή ως δοκιμαστικό\",\"HMAqFK\":\"Αποστολή email σε συμμετέχοντες, κατόχους εισιτηρίων ή κατόχους παραγγελιών. Τα μηνύματα μπορούν να αποσταλούν αμέσως ή να προγραμματιστούν.\",\"22Itl6\":\"Αποστολή αντιγράφου σε εμένα\",\"NpEm3p\":\"Αποστολή τώρα\",\"nOBvex\":\"Αποστολή δεδομένων παραγγελίας και συμμετεχόντων σε πραγματικό χρόνο στα εξωτερικά συστήματα.\",\"1lNPhX\":\"Αποστολή email ειδοποίησης επιστροφής\",\"eaUTwS\":\"Αποστολή συνδέσμου επαναφοράς\",\"5cV4PY\":\"Στείλτε σε όλες τις ημερομηνίες ή επιλέξτε συγκεκριμένη\",\"QEQlnV\":\"Στείλτε το πρώτο σας μήνυμα\",\"IoAuJG\":\"Αποστολή...\",\"h69WC6\":\"Εστάλη\",\"BVu2Hz\":\"Εστάλη Από\",\"ZFa8wv\":\"Στέλνεται στους συμμετέχοντες όταν ακυρώνεται μια προγραμματισμένη ημερομηνία\",\"SPdzrs\":\"Αποστέλλεται στους πελάτες όταν κάνουν παραγγελία\",\"LxSN5F\":\"Αποστέλλεται σε κάθε συμμετέχοντα με τα στοιχεία εισιτηρίου\",\"hgvbYY\":\"Σεπτέμβριος\",\"5sN96e\":\"Η συνεδρία ακυρώθηκε\",\"S9i0UC\":[\"συνεδρίες · \",[\"dateCount\"],\" ημερομηνίες × \",[\"timesPerDay\"],\" ώρες\"],\"89xaFU\":\"Ορίστε προεπιλεγμένες ρυθμίσεις τελών πλατφόρμας για νέες εκδηλώσεις αυτού του διοργανωτή.\",\"eXssj5\":\"Ορίστε προεπιλεγμένες ρυθμίσεις για νέες εκδηλώσεις αυτού του διοργανωτή.\",\"uPe5p8\":\"Ορίστε πόσο διαρκεί κάθε ημερομηνία\",\"ODuUEi\":\"Ορισμός ή αφαίρεση της ετικέτας της ημερομηνίας\",\"buHACR\":\"Ορίστε την ώρα λήξης κάθε ημερομηνίας τόσο μετά την ώρα έναρξής της.\",\"TaeFgl\":\"Ορισμός ως απεριόριστο (αφαίρεση ορίου)\",\"pd6SSe\":\"Ρυθμίστε ένα επαναλαμβανόμενο πρόγραμμα για αυτόματη δημιουργία ημερομηνιών ή προσθέστε τις μία-μία.\",\"s0FkEx\":\"Ρυθμίστε λίστες check-in για διαφορετικές εισόδους, συνεδρίες ή ημέρες.\",\"TaWVGe\":\"Ρύθμιση πληρωμών\",\"JA//e6\":\"Ρύθμιση προγράμματος\",\"gzXY7l\":\"Ρύθμιση προγράμματος\",\"0Ls9qe\":\"Ορίστε τα εισιτήρια που θα πουλήσετε και τις τιμές τους\",\"xMO+Ao\":\"Ρυθμίστε τον οργανισμό σας\",\"5pEFnq\":\"Ρυθμίστε το πρόγραμμά σας\",\"zRRuUD\":\"Θα ρυθμίσετε το πρόγραμμά σας στα επόμενα βήματα\",\"ETC76A\":\"Ορισμός, αλλαγή ή αφαίρεση της τοποθεσίας ή των διαδικτυακών στοιχείων της ημερομηνίας\",\"C3htzi\":\"Η ρύθμιση ενημερώθηκε\",\"Ohn74G\":\"Ρύθμιση & Σχεδιασμός\",\"1W5XyZ\":\"Η ρύθμιση παίρνει μόλις λίγα λεπτά — δεν χρειάζεστε υπάρχοντα λογαριασμό Stripe. Το Stripe αναλαμβάνει κάρτες, πορτοφόλια, τοπικούς τρόπους πληρωμής και προστασία από απάτες, ώστε εσείς να επικεντρωθείτε στην εκδήλωσή σας.\",\"GG7qDw\":\"Κοινοποίηση Συνδέσμου Συνεργάτη\",\"hL7sDJ\":\"Κοινοποίηση Σελίδας Διοργανωτή\",\"jy6QDF\":\"Διαχείριση Κοινής Χωρητικότητας\",\"jDNHW4\":\"Μετατόπιση ωρών\",\"tPfIaW\":[\"Οι ώρες μετατοπίστηκαν για \",[\"count\"],\" ημερομηνία/ες\"],\"WwlM8F\":\"Εμφάνιση σύνθετων επιλογών\",\"cMW+gm\":[\"Εμφάνιση όλων των πλατφορμών (\",[\"0\"],\" περισσότερες με τιμές)\"],\"wXi9pZ\":\"Εμφάνιση σημειώσεων συμμετεχόντων σε μη συνδεδεμένο προσωπικό\",\"4LZFir\":\"Εμφάνιση ολόκληρου του εύρους ημερομηνιών\",\"UVPI5D\":\"Εμφάνιση λιγότερων πλατφορμών\",\"Eu/N/d\":\"Εμφάνιση πλαισίου εξουσιοδότησης μάρκετινγκ\",\"SXzpzO\":\"Εμφάνιση πλαισίου εξουσιοδότησης μάρκετινγκ ως προεπιλογή\",\"b33PL9\":\"Εμφάνιση περισσότερων πλατφορμών\",\"Eut7p9\":\"Εμφάνιση λεπτομερειών παραγγελίας σε μη συνδεδεμένο προσωπικό\",\"+RoWKN\":\"Εμφάνιση απαντήσεων σε ερωτήσεις σε μη συνδεδεμένο προσωπικό\",\"jbcx6L\":\"Εμφάνιση υπολειπόμενης χωρητικότητας στις ημερομηνίες της εκδήλωσης\",\"rXxBOx\":\"Εμφάνιση υπολειπόμενης χωρητικότητας στους αγοραστές\",\"t1LIQW\":[\"Εμφάνιση \",[\"0\"],\" από \",[\"totalRows\"],\" εγγραφές\"],\"E717U9\":[\"Εμφάνιση \",[\"0\"],\"–\",[\"1\"],\" από \",[\"2\"]],\"5rzhBQ\":[\"Εμφάνιση \",[\"MAX_VISIBLE\"],\" από \",[\"totalAvailable\"],\" ημερομηνίες. Πληκτρολογήστε για αναζήτηση.\"],\"WSt3op\":[\"Εμφανίζονται οι πρώτες \",[\"0\"],\" — οι υπόλοιπες \",[\"1\"],\" συνεδρία/ες θα συμπεριληφθούν κανονικά κατά την αποστολή του μηνύματος.\"],\"o1UbOh\":\"Εμφανίζεται να αναπηδά στην κορυφή του αναδυόμενου παραθύρου\",\"OJLTEL\":\"Εμφανίζεται στο προσωπικό την πρώτη φορά που ανοίγει τη σελίδα check-in.\",\"lbfXEJ\":\"Δείχνει τα υπολειπόμενα\",\"jVRHeq\":\"Εγγράφηκε\",\"5C7J+P\":\"Μεμονωμένη εκδήλωση\",\"E//btK\":\"Παράλειψη ημερομηνιών με χειροκίνητη επεξεργασία\",\"paESr6\":\"Σλοβακικά\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Κοινωνικά\",\"d0rUsW\":\"Κοινωνικοί Σύνδεσμοι\",\"j/TOB3\":\"Κοινωνικοί Σύνδεσμοι & Ιστοσελίδα\",\"s9KGXU\":\"Πωλήθηκε\",\"yp+0jj\":\"εξαντλημένο\",\"1hupow\":\"Εξαντλημένο, διαθέσιμη λίστα αναμονής\",\"iACSrw\":\"Ορισμένα στοιχεία δεν είναι δημόσια προσβάσιμα. Συνδεθείτε για να τα δείτε όλα.\",\"Dia6iz\":\"Κάτι πήγε στραβά κατά τη διαγραφή της εικόνας. Δοκιμάστε ξανά.\",\"KTxc6k\":\"Κάτι πήγε στραβά, δοκιμάστε ξανά ή επικοινωνήστε με την υποστήριξη εάν το πρόβλημα επιμένει\",\"lkE00/\":\"Κάτι πήγε στραβά. Παρακαλώ δοκιμάστε ξανά αργότερα.\",\"wdxz7K\":\"Πηγή\",\"SzuJ5m\":\"Συγκεκριμένοι λογαριασμοί\",\"/h8G1o\":\"Συγκεκριμένοι χρήστες\",\"fDG2by\":\"Πνευματικότητα\",\"oPaRES\":\"Χωρίστε το check-in ανά ημέρα, ζώνη ή τύπο εισιτηρίου. Μοιραστείτε τον σύνδεσμο με το προσωπικό — δεν χρειάζονται λογαριασμό.\",\"7JFNej\":\"Αθλητισμός\",\"/bfV1Y\":\"Οδηγίες για το προσωπικό\",\"StWUH4\":\"Έναρξη check-in\",\"JcQp9p\":\"Ημερομηνία & ώρα έναρξης\",\"0m/ekX\":\"Ημερομηνία & Ώρα Έναρξης\",\"izRfYP\":\"Η ημερομηνία έναρξης είναι υποχρεωτική\",\"xAYSEs\":\"Ώρα έναρξης\",\"n9ZrDo\":\"Αρχίστε να πληκτρολογείτε χώρο ή διεύθυνση...\",\"DACR+e\":\"Ξεκινά συμπτυγμένο\",\"qeFVhN\":[\"Ξεκινά σε \",[\"diffDays\"],\" ημέρες\"],\"AOqtxN\":[\"Ξεκινά σε \",[\"diffMinutes\"],\" λεπτά\"],\"Otg8Oh\":[\"Ξεκινά σε \",[\"h\"],\" ώ. \",[\"m\"],\" λ.\"],\"Lo49in\":[\"Ξεκινά σε \",[\"seconds\"],\" δευτ.\"],\"NqChgF\":\"Ξεκινά αύριο\",\"2NbyY/\":\"Στατιστικά\",\"GVUxAX\":\"Τα στατιστικά βασίζονται στην ημερομηνία δημιουργίας λογαριασμού\",\"29Hx9U\":\"Στατιστικά\",\"5ia+r6\":\"Απαιτείται ακόμη\",\"wuV0bK\":\"Διακοπή Υποκατάστασης\",\"S/7MPw\":\"Ο λογαριασμός Stripe αποσυνδέθηκε.\",\"s/KaDb\":\"Το Stripe συνδέθηκε\",\"Bk06QI\":\"Stripe Συνδεδεμένο\",\"akZMv8\":[\"Η σύνδεση Stripe αντιγράφηκε από \",[\"0\"],\".\"],\"v0aRY1\":\"Το Stripe δεν επέστρεψε σύνδεσμο ρύθμισης. Δοκιμάστε ξανά.\",\"aKtF0O\":\"Stripe Μη Συνδεδεμένο\",\"9i0++A\":\"ID Πληρωμής Stripe\",\"R1lIMV\":\"Το Stripe θα χρειαστεί σύντομα μερικά ακόμη στοιχεία\",\"FzcCHA\":\"Το Stripe θα σας καθοδηγήσει με μερικές γρήγορες ερωτήσεις για να ολοκληρώσετε τη ρύθμιση.\",\"ii0qn/\":\"Το θέμα είναι υποχρεωτικό\",\"M7Uapz\":\"Το θέμα θα εμφανιστεί εδώ\",\"6aXq+t\":\"Θέμα:\",\"JwTmB6\":\"Επιτυχής Αντιγραφή Προϊόντος\",\"WUOCgI\":\"Επιτυχής προσφορά θέσης\",\"IvxA4G\":[\"Επιτυχής προσφορά εισιτηρίων σε \",[\"count\"],\" άτομα\"],\"kKpkzy\":\"Επιτυχής προσφορά εισιτηρίου σε 1 άτομο\",\"Zi3Sbw\":\"Επιτυχής αφαίρεση από λίστα αναμονής\",\"RuaKfn\":\"Επιτυχής Ενημέρωση Διεύθυνσης\",\"kzx0uD\":\"Επιτυχής Ενημέρωση Προεπιλογών Εκδήλωσης\",\"5n+Wwp\":\"Επιτυχής Ενημέρωση Διοργανωτή\",\"DMCX/I\":\"Επιτυχής Ενημέρωση Προεπιλογών Τελών Πλατφόρμας\",\"URUYHc\":\"Επιτυχής Ενημέρωση Ρυθμίσεων Τελών Πλατφόρμας\",\"kRWc2g\":\"Οι ρυθμίσεις επαναλαμβανόμενης εκδήλωσης ενημερώθηκαν με επιτυχία\",\"0Dk/l8\":\"Επιτυχής Ενημέρωση Ρυθμίσεων SEO\",\"S8Tua9\":\"Επιτυχής Ενημέρωση Ρυθμίσεων\",\"MhOoLQ\":\"Επιτυχής Ενημέρωση Κοινωνικών Συνδέσμων\",\"CNSSfp\":\"Επιτυχής Ενημέρωση Ρυθμίσεων Παρακολούθησης\",\"kj7zYe\":\"Επιτυχής ενημέρωση Webhook\",\"dXoieq\":\"Σύνοψη\",\"/RfJXt\":[\"Καλοκαιρινό Μουσικό Φεστιβάλ \",[\"0\"]],\"CWOPIK\":\"Καλοκαιρινό Μουσικό Φεστιβάλ 2025\",\"D89zck\":\"Κυρ\",\"DBC3t5\":\"Κυριακή\",\"UaISq3\":\"Σουηδικά\",\"JZTQI0\":\"Εναλλαγή Διοργανωτή\",\"9YHrNC\":\"Προεπιλογή Συστήματος\",\"jGR53C\":\"Μπλουζάκια, κούπες και άλλα\",\"hCR98w\":\"Πατήστε τις ημερομηνίες όπως σε ημερολόγιο.\",\"lruQkA\":\"Πατήστε την οθόνη για να συνεχιστεί η σάρωση\",\"X9v2GM\":\"Λογαριασμοί-στόχοι\",\"TmyDCw\":\"Χρήστες-στόχοι\",\"TJUrME\":[\"Στοχεύει συμμετέχοντες από \",[\"0\"],\" επιλεγμένες συνεδρίες.\"],\"yT6dQ8\":\"Φόρος που συλλέχθηκε ανά τύπο φόρου και εκδήλωση\",\"Ye321X\":\"Όνομα Φόρου\",\"WyCBRt\":\"Σύνοψη Φόρου\",\"QC3FVX\":\"Φόροι και χρεώσεις\",\"GkH0Pq\":\"Εφαρμόστηκαν φόροι & τέλη\",\"SXvRWU\":\"Συνεργασία ομάδας\",\"vlf/In\":\"Τεχνολογία\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Πείτε στους ανθρώπους τι να περιμένουν στην εκδήλωσή σας\",\"NiIUyb\":\"Πείτε μας για την εκδήλωσή σας\",\"DovcfC\":\"Πείτε μας για τον οργανισμό σας. Αυτές οι πληροφορίες θα εμφανίζονται στις σελίδες εκδηλώσεων.\",\"69GWRq\":\"Πείτε μας πόσο συχνά επαναλαμβάνεται η εκδήλωσή σας και θα δημιουργήσουμε όλες τις ημερομηνίες για εσάς.\",\"mXPbwY\":\"Δηλώστε μας το καθεστώς ΦΠΑ σας ώστε να εφαρμόσουμε τη σωστή μεταχείριση ΦΠΑ στις χρεώσεις πλατφόρμας.\",\"7wtpH5\":\"Πρότυπο Ενεργό\",\"QHhZeE\":\"Το πρότυπο δημιουργήθηκε επιτυχώς\",\"xrWdPR\":\"Το πρότυπο διαγράφηκε επιτυχώς\",\"G04Zjt\":\"Το πρότυπο αποθηκεύτηκε επιτυχώς\",\"xowcRf\":\"Όροι Χρήσης\",\"6K0GjX\":\"Το κείμενο μπορεί να είναι δύσκολο να διαβαστεί\",\"nm3Iz/\":\"Σας ευχαριστούμε για τη συμμετοχή σας!\",\"pYwj0k\":\"Ευχαριστούμε,\",\"cIHkSd\":[\"Αυτό είναι \",[\"totalOccurrences\"],\" συνεδρίες — το μέγιστο είναι \",[\"max\"],\". Μειώστε το εύρος ή τη συχνότητα.\"],\"k3IitN\":\"Αυτό ήταν\",\"KfmPRW\":\"Το χρώμα φόντου της σελίδας. Όταν χρησιμοποιείται εικόνα εξωφύλλου, εφαρμόζεται ως επικάλυψη.\",\"MDNyJz\":\"Ο κωδικός θα λήξει σε 10 λεπτά. Ελέγξτε τον φάκελο spam εάν δεν βλέπετε το email.\",\"AIF7J2\":\"Το νόμισμα στο οποίο ορίζεται το σταθερό τέλος. Θα μετατραπεί στο νόμισμα παραγγελίας κατά το checkout.\",\"k3LFkM\":\"Το νόμισμα που χρησιμοποιείται για τις τιμές των εισιτηρίων αυτής της εκδήλωσης.\",\"7oksH+\":[\"Η έκπτωση αφαιρείται από κάθε επιλέξιμο προϊόν. Π.χ. έκπτωση \",[\"currencySymbol\"],\"10 × 3 εισιτήρια = έκπτωση \",[\"currencySymbol\"],\"30.\"],\"sKL8k2\":\"Η έκπτωση αφαιρείται μία φορά από το σύνολο της παραγγελίας.\",\"cDHM1d\":\"Η διεύθυνση email άλλαξε. Ο συμμετέχων θα λάβει νέο εισιτήριο στην ενημερωμένη διεύθυνση.\",\"tXadb0\":\"Η εκδήλωση που αναζητάτε δεν είναι διαθέσιμη αυτή τη στιγμή. Μπορεί να αφαιρέθηκε, να έληξε ή το URL μπορεί να είναι λανθασμένο.\",\"sxKqBm\":\"Το πλήρες ποσό παραγγελίας θα επιστραφεί στην αρχική μέθοδο πληρωμής του πελάτη.\",\"KgDp6G\":\"Ο σύνδεσμος που προσπαθείτε να αποκτήσετε πρόσβαση έχει λήξει ή δεν είναι πλέον έγκυρος. Ελέγξτε το email σας για ενημερωμένο σύνδεσμο.\",\"sYLeDq\":\"Ο διοργανωτής που αναζητάτε δεν βρέθηκε. Η σελίδα μπορεί να μετακινήθηκε, διαγράφηκε ή το URL μπορεί να είναι λανθασμένο.\",\"PCr4zw\":\"Η παράκαμψη καταγράφεται στο αρχείο ελέγχου της παραγγελίας.\",\"C4nQe5\":\"Το τέλος πλατφόρμας προστίθεται στην τιμή εισιτηρίου. Οι αγοραστές πληρώνουν περισσότερο, αλλά λαμβάνετε την πλήρη τιμή εισιτηρίου.\",\"HxxXZO\":\"Το κύριο χρώμα επωνυμίας για κουμπιά και ανάδειξη\",\"OVSkIF\":\"Η γρήγορη καφέ αλεπού πηδά πάνω από τον τεμπέλη σκύλο.\",\"z0KrIG\":\"Η προγραμματισμένη ώρα είναι υποχρεωτική\",\"EWErQh\":\"Η προγραμματισμένη ώρα πρέπει να είναι στο μέλλον\",\"UNd0OU\":[\"Η συνεδρία για «\",[\"title\"],\"», που είχε αρχικά προγραμματιστεί για \",[\"0\"],\", μεταφέρθηκε.\"],\"DEcpfp\":\"Το σώμα προτύπου περιέχει μη έγκυρη σύνταξη Liquid. Παρακαλώ διορθώστε και δοκιμάστε ξανά.\",\"qpmtdK\":\"Η ζώνη ώρας που χρησιμοποιείται για τις ημερομηνίες και ώρες αυτής της εκδήλωσης.\",\"N3VfVA\":\"Η μεταφόρτωση δεν έφτασε στον διακομιστή. Ελέγξτε τη σύνδεσή σας και, αν το αρχείο είναι μεγάλο, δοκιμάστε μικρότερη εικόνα (έως 5MB).\",\"injXD7\":\"Ο αριθμός ΦΠΑ δεν μπόρεσε να επαληθευτεί. Παρακαλώ ελέγξτε τον αριθμό και δοκιμάστε ξανά.\",\"A4UmDy\":\"Θέατρο\",\"tDwYhx\":\"Θέμα & Χρώματα\",\"ybBP2H\":\"Δεν υπάρχουν διαθέσιμα προϊόντα για αυτή την ημερομηνία. Επιλέξτε άλλη ημερομηνία.\",\"O7g4eR\":\"Αυτή η εκδήλωση δεν έχει προσεχείς ημερομηνίες\",\"062KsE\":\"Αυτά τα στοιχεία εμφανίζονται στο εισιτήριο και στη σύνοψη παραγγελίας του συμμετέχοντα μόνο για αυτή την ημερομηνία.\",\"5Eu+tn\":\"Αυτά τα στοιχεία θα εμφανιστούν μόνο εάν η παραγγελία ολοκληρωθεί με επιτυχία.\",\"jQjwR+\":\"Αυτά τα στοιχεία θα αντικαταστήσουν κάθε υπάρχουσα τοποθεσία στις ημερομηνίες που επηρεάζονται και θα εμφανίζονται στα εισιτήρια των συμμετεχόντων.\",\"6eaLu/\":\"Αυτές οι τιμές ισχύουν για όλες τις ημερομηνίες του προγράμματός σας και οι ποσότητες των επιπέδων περιορίζουν τις συνολικές πωλήσεις για όλες τις ημερομηνίες συνολικά. Οι ημερομηνίες πώλησης των επιπέδων ισχύουν καθολικά. Μπορείτε να παρακάμψετε τις τιμές για μεμονωμένες ημερομηνίες στη <0>σελίδα Προγράμματος ημερομηνιών.\",\"QP3gP+\":\"Αυτές οι ρυθμίσεις ισχύουν μόνο για τον αντιγραμμένο κώδικα ενσωμάτωσης και δεν θα αποθηκευτούν.\",\"HirZe8\":\"Αυτά τα πρότυπα θα χρησιμοποιούνται ως προεπιλογές για όλες τις εκδηλώσεις στον οργανισμό σας. Μεμονωμένες εκδηλώσεις μπορούν να τα παρακάμψουν.\",\"lzAaG5\":\"Αυτά τα πρότυπα θα παρακάμψουν τις προεπιλογές διοργανωτή μόνο για αυτή την εκδήλωση. Εάν δεν έχει οριστεί προσαρμοσμένο πρότυπο, θα χρησιμοποιηθεί το πρότυπο διοργανωτή.\",\"UlykKR\":\"3η\",\"1YTBzS\":\"Αυτός ο λογαριασμός δεν έχει ολοκληρωμένες παραγγελίες, επομένως όλα τα δεδομένα του θα διαγραφούν οριστικά.\",\"jCPU8z\":\"Αυτός ο λογαριασμός έχει προγραμματιστεί για διαγραφή\",\"zfNCE8\":[\"Αυτός ο λογαριασμός έχει προγραμματιστεί για διαγραφή στις <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"Ισχύει για κάθε ημερομηνία της εκδήλωσης που ταιριάζει, ακόμη και για όσες δεν φαίνονται τώρα. Οι συμμετέχοντες που είναι εγγεγραμμένοι σε οποιαδήποτε από αυτές θα είναι προσβάσιμοι από τον συντάκτη μηνυμάτων μόλις ολοκληρωθεί η ενημέρωση.\",\"SOmGDa\":\"Αυτή η λίστα check-in αφορά συνεδρία που έχει ακυρωθεί, οπότε δεν μπορεί πλέον να χρησιμοποιηθεί για check-in.\",\"XBNC3E\":\"Αυτός ο κωδικός θα χρησιμοποιηθεί για παρακολούθηση πωλήσεων. Επιτρέπονται μόνο γράμματα, αριθμοί, παύλες και κάτω παύλες.\",\"AaP0M+\":\"Αυτός ο συνδυασμός χρωμάτων μπορεί να είναι δύσκολο να διαβαστεί από ορισμένους χρήστες\",\"o1phK/\":[\"Αυτή η ημερομηνία έχει \",[\"orderCount\"],\" παραγγελία/ες που θα επηρεαστούν.\"],\"F/UtGt\":\"Αυτή η ημερομηνία ακυρώθηκε. Μπορείτε ακόμη να τη διαγράψετε για να αφαιρεθεί οριστικά.\",\"BLZ7pX\":\"Αυτή η ημερομηνία είναι στο παρελθόν. Θα δημιουργηθεί, αλλά δεν θα φαίνεται στους συμμετέχοντες στις προσεχείς ημερομηνίες.\",\"7IIY0z\":\"Αυτή η ημερομηνία είναι σημειωμένη ως εξαντλημένη.\",\"bddWMP\":\"Αυτή η ημερομηνία δεν είναι πλέον διαθέσιμη. Επιλέξτε άλλη ημερομηνία.\",\"E9BqZw\":\"Μόνο αυτή η ημερομηνία\",\"n68908\":[\"Αυτό αποσυνδέει το \",[\"stripeAccountId\"],\" από αυτόν τον διοργανωτή. Οι πωλήσεις εισιτηρίων επί πληρωμή θα σταματήσουν να λειτουργούν μέχρι να συνδέσετε ξανά έναν λογαριασμό Stripe.\"],\"RzEvf5\":\"Αυτή η εκδήλωση έχει τελειώσει\",\"kc4bIA\":\"Αυτή η εκδήλωση δεν έχει ακόμα εισιτήρια ή προϊόντα, οπότε οι συμμετέχοντες δεν θα μπορούν να εγγραφούν.\",\"eMaNd0\":\"Αυτή η εκδήλωση δεν είναι διαθέσιμη\",\"YClrdK\":\"Αυτή η εκδήλωση δεν έχει δημοσιευτεί ακόμα\",\"GL6z+k\":\"Αυτή η εκδήλωση έχει εξαντληθεί\",\"pIwDhS\":\"Οι ημερομηνίες και οι ώρες αυτής της εκδήλωσης ορίζονται στο πρόγραμμα ημερομηνιών.\",\"ny5rgr\":\"Πρόκειται για επαναλαμβανόμενη εκδήλωση\",\"tc64Zz\":\"Αυτό είναι το όνομα της κατηγορίας που θα εμφανίζεται στη σελίδα της εκδήλωσης.\",\"dFJnia\":\"Αυτό είναι το όνομα διοργανωτή που θα εμφανίζεται στους χρήστες σας.\",\"vt7jiq\":\"Αυτή είναι η μοναδική φορά που θα εμφανιστεί το signing secret. Αντιγράψτε το τώρα και φυλάξτε το ασφαλώς.\",\"5DpZrC\":\"Αυτό περιορίζει τις συνολικές πωλήσεις για όλες τις ημερομηνίες του προγράμματός σας συνολικά — δεν είναι όριο ανά ημερομηνία. Για να περιορίσετε τη συμμετοχή ανά ημερομηνία, ορίστε χωρητικότητα στη <0>σελίδα Προγράμματος ημερομηνιών.\",\"L7dIM7\":\"Αυτός ο σύνδεσμος δεν είναι έγκυρος ή έχει λήξει.\",\"MR5ygV\":\"Αυτός ο σύνδεσμος δεν είναι πλέον έγκυρος\",\"9LEqK0\":\"Αυτό το όνομα είναι ορατό στους τελικούς χρήστες\",\"QdUMM9\":\"Αυτή η ημερομηνία έχει καλυφθεί πλήρως\",\"j5FdeA\":\"Αυτή η παραγγελία επεξεργάζεται.\",\"sjNPMw\":\"Αυτή η παραγγελία εγκαταλείφθηκε. Μπορείτε να ξεκινήσετε νέα παραγγελία ανά πάσα στιγμή.\",\"OhCesD\":\"Αυτή η παραγγελία ακυρώθηκε. Μπορείτε να ξεκινήσετε νέα παραγγελία ανά πάσα στιγμή.\",\"lyD7rQ\":\"Αυτό το προφίλ διοργανωτή δεν έχει δημοσιευτεί ακόμα\",\"9b5956\":\"Αυτή η προεπισκόπηση δείχνει πώς θα φαίνεται το email με δείγμα δεδομένων. Τα πραγματικά email θα χρησιμοποιούν πραγματικές τιμές.\",\"uM9Alj\":\"Αυτό το προϊόν αναδεικνύεται στη σελίδα εκδήλωσης\",\"RqSKdX\":\"Αυτό το προϊόν έχει εξαντληθεί\",\"4PDH+K\":\"Αυτό το προϊόν δεν θα εμφανίζεται μόνο του στη σελίδα της εκδήλωσης — οι αγοραστές το βλέπουν μόνο ως πρόσθετο στα προϊόντα με τα οποία συνδέεται.\",\"qEGn8I\":\"Αυτή η επαναλαμβανόμενη εκδήλωση δεν έχει ακόμα ημερομηνίες, οπότε οι συμμετέχοντες δεν έχουν τίποτα να κρατήσουν.\",\"W12OdJ\":\"Αυτή η αναφορά είναι μόνο για ενημερωτικούς σκοπούς. Πάντα συμβουλευτείτε φορολογικό σύμβουλο πριν χρησιμοποιήσετε αυτά τα δεδομένα.\",\"1LuJNw\":\"Αυτό το εισιτήριο δεν ισχύει πλέον\",\"0Ew0uk\":\"Αυτό το εισιτήριο σαρώθηκε μόλις τώρα. Παρακαλώ περιμένετε πριν σαρώσετε ξανά.\",\"FYXq7k\":[\"Αυτό θα επηρεάσει \",[\"loadedAffectedCount\"],\" ημερομηνία/ες.\"],\"kvpxIU\":\"Αυτό θα χρησιμοποιηθεί για ειδοποιήσεις και επικοινωνία με τους χρήστες σας.\",\"bPgkdx\":\"Αυτό θα ακυρώσει την προγραμματισμένη διαγραφή και θα επανενεργοποιήσει τον λογαριασμό. Ο κάτοχος του λογαριασμού θα ειδοποιηθεί μέσω email.\",\"4yx4a4\":[\"Αυτό θα απενεργοποιήσει τον λογαριασμό σας αμέσως και θα τον διαγράψει οριστικά μετά από 30 ημέρες. Για επιβεβαίωση, πληκτρολογήστε το όνομα του λογαριασμού σας: <0>\",[\"0\"],\"\"],\"rhsath\":\"Αυτό δεν θα είναι ορατό στους πελάτες, αλλά σας βοηθά να αναγνωρίσετε τον συνεργάτη.\",\"VGEfU7\":\"Αυτό θα διαγράψει ή θα ανωνυμοποιήσει οριστικά τον λογαριασμό αμέσως, χωρίς αναμονή για την προγραμματισμένη ημερομηνία. Δεν μπορεί να αναιρεθεί.\",\"hV6FeJ\":\"Ρυθμός\",\"+FjWgX\":\"Πέμ\",\"kkDQ8m\":\"Πέμπτη\",\"0GSPnc\":\"Σχεδιασμός Εισιτηρίου\",\"EZC/Cu\":\"Ο σχεδιασμός εισιτηρίου αποθηκεύτηκε επιτυχώς\",\"bbslmb\":\"Σχεδιαστής Εισιτηρίου\",\"1BPctx\":\"Εισιτήριο για\",\"HGuXjF\":\"Κάτοχοι εισιτηρίων\",\"CMUt3Y\":\"Κάτοχοι Εισιτηρίων\",\"awHmAT\":\"ID Εισιτηρίου\",\"6czJik\":\"Λογότυπο Εισιτηρίου\",\"t79rDv\":\"Εισιτήριο Δεν Βρέθηκε\",\"6tmWch\":\"Εισιτήριο ή Προϊόν\",\"1tfWrD\":\"Προεπισκόπηση Εισιτηρίου για\",\"KnjoUA\":\"Τιμή εισιτηρίου\",\"pGZOcL\":\"Το εισιτήριο εστάλη ξανά επιτυχώς\",\"o02GZM\":\"Οι πωλήσεις εισιτηρίων για αυτή την εκδήλωση έχουν λήξει\",\"8jLPgH\":\"Τύπος Εισιτηρίου\",\"8qsbZ5\":\"Εισιτήρια & Πωλήσεις\",\"zNECqg\":\"εισιτήρια\",\"6GQNLE\":\"Εισιτήρια\",\"NRhrIB\":\"Εισιτήρια & Προϊόντα\",\"OrWHoZ\":\"Τα εισιτήρια προσφέρονται αυτόματα σε πελάτες λίστας αναμονής όταν διατίθεται χωρητικότητα.\",\"AGRilS\":\"Εισιτήρια που Πωλήθηκαν\",\"4/dG8J\":\"Κλιμάκια\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Ώρα\",\"kGEhUy\":\"Ώρες\",\"fXf2r5\":[\"Οι ώρες εμφανίζονται σε \",[\"timezoneAbbr\"]],\"9udQT9\":\"Ο τίτλος είναι υποχρεωτικός\",\"dMtLDE\":\"έως\",\"/jQctM\":\"Προς\",\"tiI71C\":\"Για να αυξήσετε τα όριά σας, επικοινωνήστε μαζί μας στο\",\"ecUA8p\":\"Σήμερα\",\"W428WC\":\"Εναλλαγή στηλών\",\"BRMXj0\":\"Αύριο\",\"UBSG1X\":\"Κορυφαίοι Διοργανωτές (Τελευταίες 14 Ημέρες)\",\"3sZ0xx\":\"Σύνολο Λογαριασμών\",\"SMDzqJ\":\"Σύνολο Συμμετεχόντων\",\"orBECM\":\"Σύνολο Εισπράχθηκε\",\"k5CU8c\":\"Σύνολο Εγγραφών\",\"4B7oCp\":\"Συνολικό Τέλος\",\"sMMlTX\":\"Σύνολο χρεώσεων\",\"mlvCEl\":\"Σύνολο παραγγελιών\",\"2AW/k5\":\"Συνολική ποσότητα για όλες τις ημερομηνίες\",\"dp8BCb\":\"Σύνολο φόρων\",\"vb0Q0/\":\"Σύνολο Χρηστών\",\"oJjplO\":\"Σύνολο Προβολών\",\"rBZ9pz\":\"Ξεναγήσεις\",\"orluER\":\"Παρακολούθηση ανάπτυξης λογαριασμού και απόδοσης ανά πηγή\",\"YwKzpH\":\"Παρακολούθηση & Αναλυτικά\",\"GUA0Jy\":\"Δοκιμάστε άλλον όρο αναζήτησης ή άλλο φίλτρο\",\"2P/OWN\":\"Προσαρμόστε τα φίλτρα για να δείτε περισσότερες ημερομηνίες.\",\"ouM5IM\":\"Δοκιμάστε άλλο email\",\"3DZvE7\":\"Δοκιμάστε το Hi.Events Δωρεάν\",\"vq2WxD\":\"Τρί\",\"G3myU+\":\"Τρίτη\",\"Kz91g/\":\"Τουρκικά\",\"GdOhw6\":\"Απενεργοποίηση ήχου\",\"KUOhTy\":\"Ενεργοποίηση ήχου\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Πληκτρολογήστε \\\"delete\\\" για επιβεβαίωση\",\"nSlb72\":\"Πληκτρολογήστε για αναζήτηση...\",\"nWRfmt\":\"Τυπογραφία\",\"IrVSu+\":\"Αδύνατη αντιγραφή προϊόντος. Ελέγξτε τα στοιχεία σας\",\"Vx2J6x\":\"Αδύνατη φόρτωση συμμετέχοντα\",\"h0dx5e\":\"Αδύνατη εγγραφή στη λίστα αναμονής\",\"DaE0Hg\":\"Δεν ήταν δυνατή η φόρτωση των στοιχείων του συμμετέχοντα.\",\"GlnD5Y\":\"Δεν ήταν δυνατή η φόρτωση των προϊόντων για αυτή την ημερομηνία. Δοκιμάστε ξανά.\",\"17VbmV\":\"Δεν είναι δυνατή η αναίρεση του check-in\",\"n57zCW\":\"Μη Αποδιδόμενοι Λογαριασμοί\",\"9uI/rE\":\"Αναίρεση\",\"Ef7StM\":\"Άγνωστο\",\"ZBAScj\":\"Άγνωστος Συμμετέχων\",\"MEIAzV\":\"Χωρίς όνομα\",\"K6L5Mx\":\"Τοποθεσία χωρίς όνομα\",\"7yiFvZ\":\"Απλήρωτο\",\"C51N+0\":\"έως\",\"NaeLn8\":[\"Έως \",[\"end\"]],\"porwAO\":\"Έως ημερομηνία\",\"ZIb6rJ\":\"Προϊόν χωρίς τίτλο\",\"crJM8s\":\"Εισιτήριο χωρίς τίτλο\",\"X13xGn\":\"Μη Αξιόπιστο\",\"0bT1FT\":[\"Έως \",[\"max\"],\" ανά παραγγελία\"],\"gyXpQN\":\"Προσεχείς εκδηλώσεις\",\"Pp1sWX\":\"Ενημέρωση Συνεργάτη\",\"59qHrb\":\"Ενημέρωση χωρητικότητας\",\"Gaem9v\":\"Ενημέρωση ονόματος και περιγραφής εκδήλωσης\",\"7EhE4k\":\"Ενημέρωση ετικέτας\",\"NPQWj8\":\"Ενημέρωση τοποθεσίας\",\"75+lpR\":[\"Ενημέρωση: \",[\"subjectTitle\"],\" — αλλαγές στο πρόγραμμα\"],\"UOGHdA\":[\"Ενημέρωση: \",[\"subjectTitle\"],\" — άλλαξε η ώρα της συνεδρίας\"],\"+b7T3G\":\"Ενημερώθηκε\",\"ogoTrw\":[\"Ενημερώθηκαν \",[\"count\"],\" ημερομηνία/ες\"],\"dDuona\":[\"Η χωρητικότητα ενημερώθηκε για \",[\"count\"],\" ημερομηνία/ες\"],\"FT3LSc\":[\"Η ετικέτα ενημερώθηκε για \",[\"count\"],\" ημερομηνία/ες\"],\"8EcY1g\":[\"Η τοποθεσία ενημερώθηκε για \",[\"count\"],\" ημερομηνία/ες\"],\"83tNam\":\"Ενημερώνεται καθώς δημιουργείτε τον κανόνα. Ξεφυλλίστε τους μήνες για να ελέγξετε τις ημερομηνίες.\",\"/XlQr2\":\"Ενημερώνεται καθώς πληκτρολογείτε.\",\"gJQsLv\":\"Μεταφόρτωση εικόνας εξωφύλλου για τον διοργανωτή\",\"4kEGqW\":\"Μεταφόρτωση λογότυπου για τον διοργανωτή\",\"lnCMdg\":\"Μεταφόρτωση Εικόνας\",\"29w7p6\":\"Μεταφόρτωση εικόνας...\",\"HtrFfw\":\"Το URL είναι υποχρεωτικό\",\"3VnYUR\":\"Το URL πρέπει να ξεκινά με http:// ή https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"Ο σαρωτής USB ακούει\",\"dyTklH\":\"Ο σαρωτής USB σε παύση\",\"OHJXlK\":\"Χρησιμοποιήστε <0>Liquid templating για εξατομίκευση email\",\"/rsy72\":\"Χρήση προεπιλογής εκδήλωσης\",\"0k4cdb\":\"Χρήση στοιχείων παραγγελίας για όλους τους συμμετέχοντες. Τα ονόματα και email θα αντιστοιχούν στον αγοραστή.\",\"bA31T4\":\"Χρήση στοιχείων αγοραστή για όλους τους συμμετέχοντες\",\"PpgtnC\":\"Χρήση αυτής της διεύθυνσης\",\"rnoQsz\":\"Χρησιμοποιείται για περιγράμματα, ανάδειξη και στυλιζάρισμα QR code\",\"b0XTc/\":[\"Χρήστες (\",[\"0\"],\")\"],\"BV4L/Q\":\"Αναλυτικά UTM\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Επαλήθευση αριθμού ΦΠΑ...\",\"t7caBM\":\"Κωδικός χώρας ΦΠΑ\",\"WLkfqH\":\"ΑΦΜ / αριθμός ΦΠΑ\",\"pnVh83\":\"Αριθμός ΦΠΑ\",\"CabI04\":\"Ο αριθμός ΦΠΑ δεν πρέπει να περιέχει κενά\",\"PMhxAR\":\"Ο αριθμός ΦΠΑ πρέπει να ξεκινά με κωδικό χώρας 2 γραμμάτων ακολουθούμενο από 8-15 αλφαριθμητικούς χαρακτήρες (π.χ. DE123456789)\",\"gPgdNV\":\"Ο αριθμός ΦΠΑ επικυρώθηκε με επιτυχία\",\"RUMiLy\":\"Η επαλήθευση αριθμού ΦΠΑ απέτυχε\",\"vqji3Y\":\"Η επαλήθευση αριθμού ΦΠΑ απέτυχε. Παρακαλώ ελέγξτε τον αριθμό ΦΠΑ σας.\",\"8dENF9\":\"ΦΠΑ στο Τέλος\",\"ZutOKU\":\"Συντελεστής ΦΠΑ\",\"+KJZt3\":\"Εγγεγραμμένος στο ΦΠΑ\",\"Nfbg76\":\"Οι ρυθμίσεις ΦΠΑ αποθηκεύτηκαν επιτυχώς\",\"UvYql/\":\"Οι ρυθμίσεις ΦΠΑ αποθηκεύτηκαν. Επαληθεύουμε τον αριθμό ΦΠΑ σε παρασκήνιο.\",\"bXn1Jz\":\"Οι ρυθμίσεις ΦΠΑ ενημερώθηκαν\",\"tJylUv\":\"Αντιμετώπιση ΦΠΑ για Τέλη Πλατφόρμας\",\"FlGprQ\":\"Αντιμετώπιση ΦΠΑ για τέλη πλατφόρμας: Επιχειρήσεις εγγεγραμμένες για ΦΠΑ στην ΕΕ μπορούν να χρησιμοποιήσουν τον μηχανισμό αντίστροφης χρέωσης (0%). Μη εγγεγραμμένες χρεώνονται με ιρλανδικό ΦΠΑ 23%.\",\"516oLj\":\"Η υπηρεσία επαλήθευσης ΦΠΑ δεν είναι προσωρινά διαθέσιμη\",\"p6QQLa\":[\"ΦΠΑ: \",[\"0\"]],\"5q87Y9\":\"ΦΠΑ: μη εγγεγραμμένος\",\"AdWhjZ\":\"Κωδικός επαλήθευσης\",\"kUAumu\":\"Το email επαλήθευσης στάλθηκε. Ελέγξτε τα εισερχόμενά σας.\",\"QDEWii\":\"Επαληθευμένο\",\"wCKkSr\":\"Επαλήθευση Email\",\"/IBv6X\":\"Επαληθεύστε το email σας\",\"u8nB38\":\"Επαληθεύστε το email σας ώστε οι συμμετέχοντες να λαμβάνουν εισιτήρια\",\"e/cvV1\":\"Επαλήθευση...\",\"fROFIL\":\"Βιετναμεζικά\",\"p5nYkr\":\"Προβολή όλων\",\"yA/6BX\":\"Προβολή όλων →\",\"6CQ7/B\":\"Προβολή όλων των δυνατοτήτων\",\"YSE15b\":\"Προβολή όλων των λιστών check-in\",\"RnvnDc\":\"Προβολή όλων των μηνυμάτων που εστάλησαν στην πλατφόρμα\",\"+WFMis\":\"Προβολή και λήψη αναφορών για όλες τις εκδηλώσεις. Περιλαμβάνονται μόνο ολοκληρωμένες παραγγελίες.\",\"c7VN/A\":\"Προβολή Απαντήσεων\",\"SZw9tS\":\"Προβολή Λεπτομερειών\",\"9+84uW\":[\"Προβολή λεπτομερειών για \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Προβολή Εκδήλωσης\",\"c6SXHN\":\"Προβολή Σελίδας Εκδήλωσης\",\"n6EaWL\":\"Προβολή αρχείων καταγραφής\",\"OaKTzt\":\"Προβολή Χάρτη\",\"zNZNMs\":\"Προβολή Μηνύματος\",\"67OJ7t\":\"Προβολή Παραγγελίας\",\"tKKZn0\":\"Προβολή Λεπτομερειών Παραγγελίας\",\"KeCXJu\":\"Προβολή λεπτομερειών παραγγελίας, έκδοση επιστροφών και επαναποστολή επιβεβαιώσεων.\",\"9jnAcN\":\"Προβολή Αρχικής Διοργανωτή\",\"1J/AWD\":\"Προβολή Εισιτηρίου\",\"N9FyyW\":\"Προβολή, επεξεργασία και εξαγωγή εγγεγραμμένων συμμετεχόντων.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Ορατό από \",[\"start\"],\" — κρυφό μέχρι να ανοίξουν οι πωλήσεις.\"],\"EkiKJK\":\"Ορατό σε όλους στη σελίδα της εκδήλωσης.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Αναμονή\",\"quR8Qp\":\"Αναμονή πληρωμής\",\"KrurBH\":\"Αναμονή σάρωσης…\",\"u0n+wz\":\"Λίστα Αναμονής\",\"3RXFtE\":\"Λίστα Αναμονής Ενεργή\",\"TwnTPy\":\"Η προσφορά λίστας αναμονής έληξε\",\"aUi/Dz\":\"Προειδοποίηση: Αυτή είναι η προεπιλεγμένη ρύθμιση συστήματος. Οι αλλαγές θα επηρεάσουν όλους τους λογαριασμούς.\",\"aT/44s\":\"Δεν μπορέσαμε να αντιγράψουμε αυτή τη σύνδεση Stripe. Δοκιμάστε ξανά.\",\"jTee4a\":\"Δεν ήταν δυνατή η αποσύνδεση αυτού του λογαριασμού Stripe. Δοκιμάστε ξανά.\",\"RRZDED\":\"Δεν βρέθηκαν παραγγελίες συνδεδεμένες με αυτή τη διεύθυνση email.\",\"2RZK9x\":\"Δεν βρέθηκε η παραγγελία. Ο σύνδεσμος μπορεί να έχει λήξει ή τα στοιχεία να άλλαξαν.\",\"nefMIK\":\"Δεν βρέθηκε το εισιτήριο. Ο σύνδεσμος μπορεί να έχει λήξει ή τα στοιχεία να άλλαξαν.\",\"miysJh\":\"Δεν βρέθηκε αυτή η παραγγελία. Μπορεί να έχει αφαιρεθεί.\",\"Fjj/5/\":\"Δεν μπορέσαμε να φορτώσουμε τις λίστες check-in. Δοκιμάστε ξανά.\",\"ADsQ23\":\"Δεν μπορούμε να συνδεθούμε με το Stripe αυτή τη στιγμή. Δοκιμάστε ξανά σε λίγο.\",\"HJKdzP\":\"Παρουσιάστηκε πρόβλημα κατά τη φόρτωση αυτής της σελίδας. Παρακαλώ δοκιμάστε ξανά.\",\"jegrvW\":\"Συνεργαζόμαστε με το Stripe για να στέλνουμε τις πληρωμές απευθείας στον τραπεζικό σας λογαριασμό.\",\"IfN2Qo\":\"Προτείνουμε τετράγωνο λογότυπο με ελάχιστες διαστάσεις 200x200px\",\"wJzo/w\":\"Προτείνουμε διαστάσεις 400px x 400px, μέγιστο μέγεθος 5MB\",\"L/KlAh\":[\"Στείλαμε σύνδεσμο επαλήθευσης στο \",[\"0\"]],\"KRCDqH\":\"Χρησιμοποιούμε cookies για να κατανοήσουμε πώς χρησιμοποιείται ο ιστότοπος και να βελτιώσουμε την εμπειρία σας.\",\"x8rEDQ\":\"Δεν μπορέσαμε να επαληθεύσουμε τον αριθμό ΦΠΑ μετά από πολλές προσπάθειες. Θα συνεχίσουμε σε παρασκήνιο.\",\"4HaEdK\":[\"Θα δημιουργήσουμε και τις \",[\"totalOccurrences\"],\" συνεδρίες — μπορείτε μετά να επεξεργαστείτε ή να αφαιρέσετε οποιαδήποτε ημερομηνία\"],\"mfM/HJ\":[\"Θα σας ειδοποιήσουμε μέσω email εάν διατεθεί θέση για \",[\"productDisplayName\"],\" στις \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Θα σας ειδοποιήσουμε μέσω email εάν διατεθεί θέση για \",[\"productDisplayName\"],\".\"],\"McuGND\":\"Μετά την αποθήκευση θα ανοίξουμε έναν συντάκτη μηνυμάτων με έτοιμο πρότυπο. Εσείς το ελέγχετε και το στέλνετε — τίποτα δεν αποστέλλεται αυτόματα.\",\"q1BizZ\":\"Θα σας στείλουμε τα εισιτήρια σε αυτό το email\",\"ZOmUYW\":\"Θα επαληθεύσουμε τον αριθμό ΦΠΑ σε παρασκήνιο. Εάν υπάρχουν προβλήματα, θα σας ενημερώσουμε.\",\"LKjHr4\":[\"Αλλάξαμε το πρόγραμμα για «\",[\"title\"],\"» — \",[\"description\"],\", επηρεάζοντας \",[\"affectedCount\"],\" συνεδρία/ες.\"],\"Fq/Nx7\":\"Στείλαμε κωδικό επαλήθευσης 5 ψηφίων στο:\",\"GdWB+V\":\"Το webhook δημιουργήθηκε επιτυχώς\",\"2X4ecw\":\"Το webhook διαγράφηκε επιτυχώς\",\"ndBv0v\":\"Ενσωματώσεις webhook\",\"CThMKa\":\"Αρχεία Webhook\",\"I0adYQ\":\"Signing Secret Webhook\",\"nuh/Wq\":\"URL Webhook\",\"8BMPMe\":\"Το webhook δεν θα στέλνει ειδοποιήσεις\",\"FSaY52\":\"Το webhook θα στέλνει ειδοποιήσεις\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Ιστότοπος\",\"0f7U0k\":\"Τετ\",\"VAcXNz\":\"Τετάρτη\",\"64X6l4\":\"εβδομάδα\",\"4XSc4l\":\"Εβδομαδιαία\",\"IAUiSh\":\"εβδομάδες\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Καλώς ήρθατε ξανά\",\"QDWsl9\":[\"Καλώς ήρθατε στο \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Καλώς ήρθατε στο \",[\"0\"],\", εδώ είναι η λίστα όλων των εκδηλώσεών σας\"],\"DDbx7K\":\"Ευεξία\",\"FaSXqR\":\"Τι τύπος εκδήλωσης;\",\"0WyYF4\":\"Τι μπορεί να δει το μη συνδεδεμένο προσωπικό\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Όταν διαγράφεται ένα check-in\",\"RPe6bE\":\"Όταν ακυρώνεται μια ημερομηνία επαναλαμβανόμενης εκδήλωσης\",\"Gmd0hv\":\"Όταν δημιουργείται νέος συμμετέχων\",\"zyIyPe\":\"Όταν δημιουργείται νέα εκδήλωση\",\"Lc18qn\":\"Όταν δημιουργείται νέα παραγγελία\",\"dfkQIO\":\"Όταν δημιουργείται νέο προϊόν\",\"8OhzyY\":\"Όταν διαγράφεται ένα προϊόν\",\"tRXdQ9\":\"Όταν ενημερώνεται ένα προϊόν\",\"9L9/28\":\"Όταν ένα προϊόν εξαντληθεί, οι πελάτες μπορούν να εγγραφούν σε λίστα αναμονής.\",\"OIkHj+\":\"Όταν ένα προϊόν εξαντληθεί, οι πελάτες μπορούν να εγγραφούν σε λίστα αναμονής για να ειδοποιηθούν όταν διατεθούν θέσεις. Οι πελάτες εγγράφονται στη λίστα αναμονής για συγκεκριμένη ημερομηνία και οι προσφορές γίνονται ανά ημερομηνία.\",\"Q7CWxp\":\"Όταν ακυρωθεί συμμετέχων\",\"IuUoyV\":\"Όταν γίνει check-in συμμετέχοντα\",\"nBVOd7\":\"Όταν ενημερωθεί συμμετέχων\",\"t7cuMp\":\"Όταν αρχειοθετηθεί εκδήλωση\",\"gtoSzE\":\"Όταν ενημερωθεί εκδήλωση\",\"ny2r8d\":\"Όταν ακυρωθεί παραγγελία\",\"c9RYbv\":\"Όταν επισημανθεί παραγγελία ως πληρωμένη\",\"ejMDw1\":\"Όταν επιστραφεί παραγγελία\",\"fVPt0F\":\"Όταν ενημερωθεί παραγγελία\",\"bcYlvb\":\"Όταν κλείσει το check-in\",\"XIG669\":\"Όταν ανοίξει το check-in\",\"de6HLN\":\"Όταν οι πελάτες αγοράζουν εισιτήρια, οι παραγγελίες θα εμφανίζονται εδώ.\",\"pm9tpn\":\"Όταν είναι ενεργοποιημένο, οι αγοραστές μπορούν να αντιγράψουν το όνομα και το email τους σε όλους τους συμμετέχοντες ταυτόχρονα. Απενεργοποιήστε το για να αφαιρέσετε την επιλογή \\\"Όλοι οι συμμετέχοντες\\\"· οι αγοραστές μπορούν ακόμα να αντιγράψουν τα στοιχεία στον πρώτο συμμετέχοντα, ενώ οι υπόλοιποι πρέπει να εισαχθούν μεμονωμένα.\",\"403wpZ\":\"Όταν είναι ενεργό, νέες εκδηλώσεις θα επιτρέπουν στους συμμετέχοντες να διαχειρίζονται τα στοιχεία εισιτηρίου μέσω ασφαλούς συνδέσμου.\",\"blXLKj\":\"Όταν είναι ενεργό, νέες εκδηλώσεις θα εμφανίζουν πλαίσιο εξουσιοδότησης μάρκετινγκ κατά το checkout.\",\"Kj0Txn\":\"Όταν είναι ενεργό, δεν θα χρεώνονται χρεώσεις εφαρμογής σε συναλλαγές Stripe Connect.\",\"xo06V3\":\"Πού οδηγεί το κουμπί\",\"uchB0M\":\"Προεπισκόπηση Widget\",\"uvIqcj\":\"Εργαστήριο\",\"EpknJA\":\"Γράψτε το μήνυμά σας εδώ...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"έτος\",\"zkWmBh\":\"Ετήσια\",\"+BGee5\":\"έτη\",\"X/azM1\":\"Ναι - Έχω έγκυρο αριθμό εγγραφής ΦΠΑ ΕΕ\",\"Tz5oXG\":\"Ναι, ακύρωση παραγγελίας\",\"QlSZU0\":[\"Υποκαθιστάτε τον <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Εκδίδετε μερική επιστροφή. Ο πελάτης θα επιστραφεί \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"Μπορείτε να ρυθμίσετε πρόσθετα τέλη υπηρεσιών και φόρους στις ρυθμίσεις λογαριασμού.\",\"rj3A7+\":\"Μπορείτε να το παρακάμψετε αργότερα για μεμονωμένες ημερομηνίες.\",\"paWwQ0\":\"Μπορείτε ακόμα να προσφέρετε εισιτήρια χειροκίνητα εάν χρειάζεται.\",\"jTDzpA\":\"Δεν μπορείτε να αρχειοθετήσετε τον τελευταίο ενεργό διοργανωτή στον λογαριασμό σας.\",\"D8baxD\":\"Έχετε εισιτήρια επί πληρωμή, αλλά το Stripe δεν έχει συνδεθεί ακόμα, οπότε δεν μπορείτε να δέχεστε πληρωμές.\",\"5VGIlq\":\"Έχετε φτάσει το όριο μηνυμάτων σας.\",\"casL1O\":\"Έχετε φόρους και τέλη σε Δωρεάν Προϊόν. Θέλετε να τα αφαιρέσετε;\",\"5SgD0L\":\"Έχετε μη αποθηκευμένες αλλαγές. Σίγουρα θέλετε να τις απορρίψετε;\",\"9jJNZY\":\"Πρέπει να αναγνωρίσετε τις ευθύνες σας πριν αποθηκεύσετε\",\"pCLes8\":\"Πρέπει να συμφωνήσετε να λαμβάνετε μηνύματα\",\"FVTVBy\":\"Πρέπει να επαληθεύσετε τη διεύθυνση email πριν ενημερώσετε την κατάσταση διοργανωτή.\",\"ze4bi/\":\"Πρέπει να δημιουργήσετε τουλάχιστον μία ημερομηνία πριν προσθέσετε συμμετέχοντες σε αυτή την επαναλαμβανόμενη εκδήλωση.\",\"w65ZgF\":\"Πρέπει να επαληθεύσετε το email λογαριασμού πριν τροποποιήσετε πρότυπα email.\",\"FRl8Jv\":\"Πρέπει να επαληθεύσετε το email λογαριασμού πριν στείλετε μηνύματα.\",\"88cUW+\":\"Λαμβάνετε\",\"O6/3cu\":\"Στο επόμενο βήμα θα μπορέσετε να ρυθμίσετε ημερομηνίες, προγράμματα και κανόνες επανάληψης.\",\"zKAheG\":\"Αλλάζετε ώρες συνεδριών\",\"MNFIxz\":[\"Θα πάτε στο \",[\"0\"],\"!\"],\"ZlLcht\":[\"Εγγράφεστε στη λίστα αναμονής για τις \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Είστε στη λίστα αναμονής!\",\"/5HL6k\":\"Σας προσφέρθηκε μια θέση!\",\"gbjFFH\":\"Αλλάξατε την ώρα της συνεδρίας\",\"YI0K8C\":[\"Ο λογαριασμός σας έχει απενεργοποιηθεί και θα διαγραφεί οριστικά στις <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Ο λογαριασμός σας έχει όρια μηνυμάτων. Για αύξηση ορίων, επικοινωνήστε μαζί μας στο\",\"gsWZkk\":\"Ο λογαριασμός σας έχει πλέον προγραμματιστεί για διαγραφή.\",\"x/xjzn\":\"Οι συνεργάτες σας εξήχθησαν επιτυχώς.\",\"TF37u6\":\"Οι συμμετέχοντές σας εξήχθησαν επιτυχώς.\",\"79lXGw\":\"Η λίστα check-in δημιουργήθηκε επιτυχώς. Μοιραστείτε τον παρακάτω σύνδεσμο με το προσωπικό.\",\"BnlG9U\":\"Η τρέχουσα παραγγελία σας θα χαθεί.\",\"nBqgQb\":\"Το Email σας\",\"GG1fRP\":\"Η εκδήλωσή σας είναι δημοσιευμένη!\",\"ifRqmm\":\"Το μήνυμά σας εστάλη επιτυχώς!\",\"0/+Nn9\":\"Τα μηνύματά σας θα εμφανίζονται εδώ\",\"/Rj5P4\":\"Το Όνομά σας\",\"PFjJxY\":\"Ο νέος κωδικός πρέπει να έχει τουλάχιστον 8 χαρακτήρες.\",\"gzrCuN\":\"Τα στοιχεία παραγγελίας ενημερώθηκαν. Στάλθηκε email επιβεβαίωσης στη νέα διεύθυνση.\",\"naQW82\":\"Η παραγγελία σας ακυρώθηκε.\",\"bhlHm/\":\"Η παραγγελία σας αναμένει πληρωμή\",\"XeNum6\":\"Οι παραγγελίες σας εξήχθησαν επιτυχώς.\",\"Xd1R1a\":\"Η διεύθυνση του διοργανωτή σας\",\"WWYHKD\":\"Η πληρωμή σας προστατεύεται με κρυπτογράφηση τραπεζικού επιπέδου\",\"5b3QLi\":\"Το Πλάνο σας\",\"N4Zkqc\":\"Το αποθηκευμένο φίλτρο ημερομηνιών δεν είναι πλέον διαθέσιμο — εμφανίζονται όλες οι ημερομηνίες.\",\"o0qzpM\":\"Ο ίδιος ο λογαριασμός σας Stripe δεν επηρεάζεται και δεν χάνονται δεδομένα — μπορείτε να επανασυνδεθείτε ανά πάσα στιγμή.\",\"FNO5uZ\":\"Το εισιτήριό σας παραμένει έγκυρο — δεν χρειάζεται να κάνετε κάτι, εκτός αν η νέα ώρα δεν σας βολεύει. Απαντήστε σε αυτό το email αν έχετε απορίες.\",\"CnZ3Ou\":\"Τα εισιτήριά σας επιβεβαιώθηκαν.\",\"EmFsMZ\":\"Ο αριθμός ΦΠΑ σας είναι σε ουρά για επαλήθευση\",\"QBlhh4\":\"Ο αριθμός ΦΠΑ σας θα επαληθευτεί όταν αποθηκεύσετε\",\"fT9VLt\":\"Η προσφορά λίστας αναμονής έληξε. Παρακαλώ εγγραφείτε ξανά για να ειδοποιηθείτε.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file diff --git a/frontend/src/locales/el.po b/frontend/src/locales/el.po index 7daf744eae..cc6cb9578c 100644 --- a/frontend/src/locales/el.po +++ b/frontend/src/locales/el.po @@ -33,7 +33,7 @@ msgstr "(κενό)" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:110 msgid "(none)" -msgstr "" +msgstr "(κανένα)" #: src/components/common/ReportTable/index.tsx:328 msgid "{0}" @@ -53,7 +53,7 @@ msgstr "{0} {1} έχει ήδη κάνει check-in" #: src/components/layouts/CheckIn/index.tsx:249 msgid "{0} <0>checked in" -msgstr "" +msgstr "{0} <0>με check-in" #: src/components/layouts/CheckIn/index.tsx:284 msgid "{0} <0>checked out successfully" @@ -83,7 +83,7 @@ msgstr "Λογότυπο {0}" #: src/components/modals/CreateAttendeeModal/index.tsx:272 msgid "{0} of {1} seats are taken." -msgstr "" +msgstr "{0} από {1} θέσεις είναι πιασμένες." #: src/components/routes/events/Dashboard/index.tsx:141 msgid "{0} organizers" @@ -99,15 +99,15 @@ msgstr "{0} ενημερώθηκε επιτυχώς" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:417 msgid "{activeCount} enabled" -msgstr "" +msgstr "{activeCount} ενεργοποιημένα" #: src/components/common/CheckIn/CheckInInfoModal.tsx:101 msgid "{appName} logo" -msgstr "" +msgstr "Λογότυπο {appName}" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:296 msgid "{attendeeCount} attendees are registered for this session." -msgstr "" +msgstr "{attendeeCount} συμμετέχοντες είναι εγγεγραμμένοι σε αυτή τη συνεδρία." #: src/components/common/EventCard/index.tsx:133 msgid "{availableCount} of {totalCount} available" @@ -119,7 +119,7 @@ msgstr "Απομένουν {capacity} θέσεις" #: src/components/common/CheckIn/CheckInInfoModal.tsx:55 msgid "{checkedIn} / {total} checked in" -msgstr "" +msgstr "{checkedIn} / {total} με check-in" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:378 msgid "{chipTime}, Sold Out" @@ -131,12 +131,12 @@ msgstr "{chipTime}, Εξαντλημένο, διαθέσιμη λίστα ανα #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:210 msgid "{completedCount} of {totalCount} steps complete" -msgstr "" +msgstr "{completedCount} από {totalCount} βήματα ολοκληρώθηκαν" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "{count} add-ons" -msgstr "" +msgstr "{count} πρόσθετα" #: src/components/common/Countdown/index.tsx:68 msgid "{days} days, {hours} hours, {minutes} minutes, and {seconds} seconds" @@ -144,15 +144,15 @@ msgstr "{days} ημέρες, {hours} ώρες, {minutes} λεπτά και {seco #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:29 msgid "{diffHr}h ago" -msgstr "" +msgstr "πριν από {diffHr} ώ." #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:27 msgid "{diffMin}m ago" -msgstr "" +msgstr "πριν από {diffMin} λ." #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:25 msgid "{diffSec}s ago" -msgstr "" +msgstr "πριν από {diffSec} δευτ." #: src/components/common/OrganizerWebhookTable/index.tsx:79 #: src/components/common/WebhookTable/index.tsx:79 @@ -161,7 +161,7 @@ msgstr "{eventCount} εκδηλώσεις" #: src/components/forms/ProductForm/ledgerSummaries.ts:103 msgid "{first} + {additionalCount} more" -msgstr "" +msgstr "{first} + {additionalCount} ακόμη" #: src/components/common/Countdown/index.tsx:70 msgid "{hours} hours, {minutes} minutes, and {seconds} seconds" @@ -169,11 +169,11 @@ msgstr "{hours} ώρες, {minutes} λεπτά και {seconds} δευτερόλ #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:262 msgid "{loadedAffectedAttendees} attendees are registered across the affected sessions." -msgstr "" +msgstr "{loadedAffectedAttendees} συμμετέχοντες είναι εγγεγραμμένοι στις συνεδρίες που επηρεάζονται." #: src/components/forms/ProductForm/ledgerSummaries.ts:112 msgid "{min}–{max} per order" -msgstr "" +msgstr "{min}–{max} ανά παραγγελία" #: src/components/common/Countdown/index.tsx:72 msgid "{minutes} minutes and {seconds} seconds" @@ -185,12 +185,12 @@ msgstr "Πρώτη εκδήλωση του {organizerName}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:95 msgid "{productCount} ticket types configured" -msgstr "" +msgstr "{productCount} τύποι εισιτηρίων έχουν ρυθμιστεί" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "{slotCount} times available" -msgstr "" +msgstr "{slotCount} διαθέσιμες ώρες" #: src/components/common/EventCard/index.tsx:129 msgid "{totalCount} ticket types" @@ -266,15 +266,15 @@ msgstr "1 Ενεργό Webhook" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "1 add-on" -msgstr "" +msgstr "1 πρόσθετο" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:261 msgid "1 attendee is registered across the affected sessions." -msgstr "" +msgstr "1 συμμετέχων είναι εγγεγραμμένος στις συνεδρίες που επηρεάζονται." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:295 msgid "1 attendee is registered for this session." -msgstr "" +msgstr "1 συμμετέχων είναι εγγεγραμμένος σε αυτή τη συνεδρία." #: src/components/modals/SendMessageModal/index.tsx:128 msgid "1 day after end date" @@ -302,12 +302,12 @@ msgstr "1 τύπος εισιτηρίου" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:94 msgid "1 ticket type configured" -msgstr "" +msgstr "1 τύπος εισιτηρίου έχει ρυθμιστεί" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "1 time available" -msgstr "" +msgstr "1 διαθέσιμη ώρα" #: src/components/modals/SendMessageModal/index.tsx:119 msgid "1 week before event" @@ -320,7 +320,7 @@ msgstr "Παράδειγμα Οδού 123" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:250 msgid "135+ currencies & 40+ payment methods" -msgstr "" +msgstr "Πάνω από 135 νομίσματα και πάνω από 40 τρόποι πληρωμής" #: src/components/common/WidgetEditor/index.tsx:230 msgid "20" @@ -336,7 +336,7 @@ msgstr "Μια ειδοποίηση ακύρωσης εστάλη στο" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:299 msgid "a change in duration" -msgstr "" +msgstr "αλλαγή διάρκειας" #: src/components/forms/QuestionForm/index.tsx:138 msgid "A date input. Perfect for asking for a date of birth etc." @@ -356,7 +356,7 @@ msgstr "Ένα τέλος, όπως τέλος κράτησης ή τέλος υ #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:199 msgid "A few quick steps and you're ready to start selling." -msgstr "" +msgstr "Λίγα γρήγορα βήματα και είστε έτοιμοι να ξεκινήσετε τις πωλήσεις." #: src/components/forms/TaxAndFeeForm/index.tsx:35 msgid "A fixed amount per product. E.g, $0.50 per product" @@ -388,7 +388,7 @@ msgstr "Μια επιλογή τύπου Radio έχει πολλαπλές επ #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:298 msgid "a shift in start/end times" -msgstr "" +msgstr "μετατόπιση των ωρών έναρξης/λήξης" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:69 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:69 @@ -466,7 +466,7 @@ msgstr "Αποδοχή Πρόσκλησης" #: src/components/forms/ProductForm/index.tsx:596 msgid "Access" -msgstr "" +msgstr "Πρόσβαση" #: src/components/common/AdminOrdersTable/index.tsx:70 #: src/components/routes/account/ManageAccount/index.tsx:22 @@ -481,11 +481,11 @@ msgstr "Λογαριασμός" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:354 msgid "Account · {0}" -msgstr "" +msgstr "Λογαριασμός · {0}" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:353 msgid "Account · {0} · {1}" -msgstr "" +msgstr "Λογαριασμός · {0} · {1}" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:69 msgid "Account deletion has been cancelled." @@ -581,11 +581,11 @@ msgstr "Ενεργές Εκδηλώσεις" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:415 msgid "Active payment methods" -msgstr "" +msgstr "Ενεργοί τρόποι πληρωμής" #: src/components/routes/event/OccurrencesTab/index.tsx:402 msgid "Activity" -msgstr "" +msgstr "Δραστηριότητα" #: src/components/routes/product-widget/SelectProducts/index.tsx:825 msgid "Add {0} first" @@ -593,27 +593,27 @@ msgstr "Προσθέστε πρώτα {0}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:147 msgid "Add a cover image and theme to match your brand" -msgstr "" +msgstr "Προσθέστε εικόνα εξωφύλλου και θέμα που ταιριάζουν στη μάρκα σας" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:142 msgid "Add a date" -msgstr "" +msgstr "Προσθήκη ημερομηνίας" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:137 msgid "Add a description and venue so attendees know what to expect" -msgstr "" +msgstr "Προσθέστε περιγραφή και χώρο ώστε οι συμμετέχοντες να ξέρουν τι να περιμένουν" #: src/components/forms/CheckInListForm/index.tsx:144 msgid "Add a description for this check-in list" msgstr "Προσθήκη περιγραφής για αυτή τη λίστα ελέγχου" -#: src/components/routes/event/OccurrencesTab/index.tsx:541 +#: src/components/routes/event/OccurrencesTab/index.tsx:556 msgid "Add a Single Date" -msgstr "" +msgstr "Προσθήκη μίας ημερομηνίας" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:992 msgid "Add another time" -msgstr "" +msgstr "Προσθήκη άλλης ώρας" #: src/components/modals/ManageAttendeeModal/index.tsx:226 msgid "Add any notes about the attendee. These will not be visible to the attendee." @@ -633,11 +633,11 @@ msgstr "Προσθήκη σημειώσεων για την παραγγελία #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:533 msgid "Add at least one time" -msgstr "" +msgstr "Προσθέστε τουλάχιστον μία ώρα" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:150 msgid "Add connection details for the online event." -msgstr "" +msgstr "Προσθέστε τα στοιχεία σύνδεσης για τη διαδικτυακή εκδήλωση." #: src/components/common/QuestionsTable/index.tsx:434 msgid "Add custom questions to collect additional information during checkout" @@ -645,19 +645,19 @@ msgstr "Προσθήκη προσαρμοσμένων ερωτήσεων για #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Add Date" -msgstr "" +msgstr "Προσθήκη ημερομηνίας" #: src/components/modals/PublishEventModal/index.tsx:105 msgid "Add dates" msgstr "Προσθήκη ημερομηνιών" -#: src/components/routes/event/OccurrencesTab/index.tsx:526 +#: src/components/routes/event/OccurrencesTab/index.tsx:541 msgid "Add Dates" -msgstr "" +msgstr "Προσθήκη ημερομηνιών" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:104 msgid "Add dates and times for your recurring event" -msgstr "" +msgstr "Προσθέστε ημερομηνίες και ώρες για την επαναλαμβανόμενη εκδήλωσή σας" #: src/components/forms/QuestionForm/index.tsx:202 msgid "Add description" @@ -665,11 +665,11 @@ msgstr "Προσθήκη περιγραφής" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:140 msgid "Add details" -msgstr "" +msgstr "Προσθήκη στοιχείων" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:136 msgid "Add event details" -msgstr "" +msgstr "Προσθήκη στοιχείων εκδήλωσης" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:154 msgid "Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)" @@ -684,7 +684,7 @@ msgstr "Προσθήκη τοποθεσίας" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1047 msgid "Add multiple times if you run several sessions per day." -msgstr "" +msgstr "Προσθέστε πολλές ώρες αν πραγματοποιείτε αρκετές συνεδρίες την ημέρα." #: src/components/common/HeadingCard/index.tsx:28 msgid "Add New" @@ -713,7 +713,7 @@ msgstr "Προσθήκη Φόρου ή Τέλους" #: src/components/modals/CreateAttendeeModal/index.tsx:276 msgid "Add this attendee anyway (override capacity)" -msgstr "" +msgstr "Προσθήκη του συμμετέχοντα ούτως ή άλλως (παράκαμψη χωρητικότητας)" #: src/components/common/AddToCalendarCTA/index.tsx:21 msgid "Add this event to your calendar" @@ -753,16 +753,16 @@ msgstr "Προσθέστε τα στοιχεία κοινωνικής δικτύ #: src/components/common/ProductsTable/SortableProduct/index.tsx:344 #: src/components/forms/ProductForm/ledgerSummaries.ts:128 msgid "Add-on only" -msgstr "" +msgstr "Μόνο ως πρόσθετο" #: src/components/forms/ProductForm/index.tsx:552 msgid "Add-on products" -msgstr "" +msgstr "Πρόσθετα προϊόντα" #: src/components/forms/ProductForm/index.tsx:533 #: src/components/routes/product-widget/SelectProducts/index.tsx:822 msgid "Add-ons" -msgstr "" +msgstr "Πρόσθετα" #: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:78 msgid "Added at checkout" @@ -833,7 +833,7 @@ msgstr "Οι χρήστες διαχειριστές έχουν πλήρη πρ #: src/components/forms/ProductForm/index.tsx:207 msgid "Admits attendees to your event" -msgstr "" +msgstr "Δίνει είσοδο στους συμμετέχοντες στην εκδήλωσή σας" #: src/components/common/AffiliateTable/index.tsx:82 msgid "Affiliate" @@ -853,7 +853,7 @@ msgstr "Ο συνεργάτης διαγράφηκε επιτυχώς" #: src/components/layouts/AuthLayout/index.tsx:22 msgid "Affiliate program" -msgstr "" +msgstr "Πρόγραμμα συνεργατών" #: src/components/forms/AffiliateForm/index.tsx:23 msgid "Affiliate sales will be tracked" @@ -883,11 +883,11 @@ msgstr "Οι συνεργάτες σας βοηθούν να παρακολου #: src/components/routes/welcome/index.tsx:418 msgid "After your event is created, you can choose how often it repeats from the dashboard." -msgstr "" +msgstr "Αφού δημιουργηθεί η εκδήλωσή σας, μπορείτε να επιλέξετε από τον πίνακα ελέγχου πόσο συχνά επαναλαμβάνεται." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "all" -msgstr "" +msgstr "όλες" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:133 #: src/components/routes/admin/DeletionRequests/index.tsx:88 @@ -906,7 +906,7 @@ msgstr "Όλοι οι συμμετέχοντες" #: src/components/modals/SendMessageModal/index.tsx:378 msgid "All attendees of the selected sessions" -msgstr "" +msgstr "Όλοι οι συμμετέχοντες των επιλεγμένων συνεδριών" #: src/components/modals/SendMessageModal/index.tsx:381 msgid "All attendees of this event" @@ -914,7 +914,7 @@ msgstr "Όλοι οι συμμετέχοντες αυτής της εκδήλω #: src/components/modals/SendMessageModal/index.tsx:380 msgid "All attendees of this occurrence" -msgstr "" +msgstr "Όλοι οι συμμετέχοντες αυτής της ημερομηνίας" #: src/components/common/OrganizerReportTable/index.tsx:291 msgid "All Currencies" @@ -923,14 +923,14 @@ msgstr "Όλα τα Νομίσματα" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:48 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:101 msgid "All dates" -msgstr "" +msgstr "Όλες οι ημερομηνίες" #: src/components/common/CheckInListTable/index.tsx:106 #: src/components/routes/event/attendees.tsx:235 #: src/components/routes/event/orders.tsx:182 #: src/components/routes/event/SoldOutWaitlist/index.tsx:104 msgid "All Dates" -msgstr "" +msgstr "Όλες οι ημερομηνίες" #: src/components/routes/events/Dashboard/index.tsx:75 msgid "All Ended Events" @@ -948,18 +948,18 @@ msgstr "Όλες οι αποτυχημένες εργασίες διαγράφη msgid "All jobs queued for retry" msgstr "Όλες οι εργασίες τέθηκαν σε ουρά για επανάληψη" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:346 msgid "All matching dates" -msgstr "" +msgstr "Όλες οι ημερομηνίες που ταιριάζουν" #: src/components/forms/CheckInListForm/index.tsx:132 #: src/components/modals/SendMessageModal/index.tsx:359 msgid "All occurrences" -msgstr "" +msgstr "Όλες οι ημερομηνίες" #: src/components/common/ReportTable/index.tsx:279 msgid "All Occurrences" -msgstr "" +msgstr "Όλες οι ημερομηνίες" #: src/components/common/PromoCodeTable/index.tsx:139 msgid "All Products" @@ -1018,7 +1018,7 @@ msgstr "Έχετε ήδη λογαριασμό; <0>{0}" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:135 msgid "Already in" -msgstr "" +msgstr "Ήδη προστέθηκε" #: src/components/modals/RefundOrderModal/index.tsx:86 msgid "Already Refunded" @@ -1026,7 +1026,7 @@ msgstr "Ήδη Επιστράφηκε" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:193 msgid "Already use Stripe on another organizer? Reuse that connection." -msgstr "" +msgstr "Χρησιμοποιείτε ήδη το Stripe σε άλλον διοργανωτή; Χρησιμοποιήστε ξανά αυτή τη σύνδεση." #: src/components/modals/RefundOrderModal/index.tsx:132 msgid "Also cancel this order" @@ -1042,7 +1042,7 @@ msgstr "Πάντα διαθέσιμο" #: src/components/forms/ProductForm/ledgerSummaries.ts:53 msgid "Always on sale" -msgstr "" +msgstr "Πάντα σε πώληση" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:77 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:77 @@ -1130,15 +1130,15 @@ msgstr "Η απάντηση ενημερώθηκε επιτυχώς." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:246 msgid "Answers" -msgstr "" +msgstr "Απαντήσεις" #: src/components/forms/CheckInListForm/index.tsx:207 msgid "Answers provided at checkout (e.g. meal choice)" -msgstr "" +msgstr "Απαντήσεις που δόθηκαν κατά την ολοκλήρωση παραγγελίας (π.χ. επιλογή γεύματος)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1148 msgid "Any dates you've manually customized will be kept." -msgstr "" +msgstr "Οι ημερομηνίες που έχετε προσαρμόσει χειροκίνητα θα διατηρηθούν." #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:62 msgid "Any queries from product holders will be sent to this email address. This will also be used as the \"reply-to\" address for all emails sent from this event" @@ -1160,9 +1160,9 @@ msgstr "εφαρμόστηκε — έκπτωση {0} στην παραγγελ msgid "Applies to {0} products" msgstr "Ισχύει για {0} προϊόντα" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:365 msgid "Applies to {0}, non-cancelled dates currently loaded on this page." -msgstr "" +msgstr "Ισχύει για {0}, μη ακυρωμένες ημερομηνίες που έχουν φορτωθεί σε αυτή τη σελίδα." #: src/components/common/CapacityAssignmentList/index.tsx:95 msgid "Applies to 1 product" @@ -1170,32 +1170,32 @@ msgstr "Ισχύει για 1 προϊόν" #: src/components/forms/CheckInListForm/index.tsx:175 msgid "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." -msgstr "" +msgstr "Ισχύει για όποιον ανοίγει τον κοινόχρηστο σύνδεσμο check-in χωρίς να έχει συνδεθεί. Τα συνδεδεμένα μέλη της ομάδας βλέπουν πάντα τα πάντα." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:363 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 msgid "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." -msgstr "" +msgstr "Ισχύει για κάθε {0}, μη ακυρωμένη ημερομηνία αυτής της εκδήλωσης — ακόμη και για ημερομηνίες που δεν έχουν φορτωθεί τώρα." #: src/components/common/FilterModal/index.tsx:284 #: src/components/routes/product-widget/SelectProducts/index.tsx:945 msgid "Apply" msgstr "Εφαρμογή" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:509 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:511 msgid "Apply Changes" -msgstr "" +msgstr "Εφαρμογή αλλαγών" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" msgstr "Εφαρμογή αυτού του {type} σε όλα τα νέα προϊόντα" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:338 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:339 msgid "Apply to" -msgstr "" +msgstr "Εφαρμογή σε" #: src/components/forms/CheckInListForm/index.tsx:105 msgid "Apply to all tickets" -msgstr "" +msgstr "Εφαρμογή σε όλα τα εισιτήρια" #: src/components/routes/admin/Messages/index.tsx:232 msgid "Approve Message" @@ -1203,7 +1203,7 @@ msgstr "Έγκριση Μηνύματος" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:68 msgid "April" -msgstr "" +msgstr "Απρίλιος" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:63 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:69 @@ -1259,7 +1259,7 @@ msgstr "Είστε σίγουροι ότι θέλετε να αρχειοθετ #: src/components/routes/event/OccurrencesTab/index.tsx:215 msgid "Are you sure you want to cancel {count} date(s)? Affected attendees will be notified by email." -msgstr "" +msgstr "Σίγουρα θέλετε να ακυρώσετε {count} ημερομηνία/ες; Οι συμμετέχοντες που επηρεάζονται θα ειδοποιηθούν με email." #: src/hooks/useAttendeeActions.tsx:44 msgid "Are you sure you want to cancel this attendee? This will void their ticket" @@ -1269,7 +1269,7 @@ msgstr "Είστε σίγουροι ότι θέλετε να ακυρώσετε #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:36 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:326 msgid "Are you sure you want to cancel this date? Affected attendees will be notified by email." -msgstr "" +msgstr "Σίγουρα θέλετε να ακυρώσετε αυτή την ημερομηνία; Οι συμμετέχοντες που επηρεάζονται θα ειδοποιηθούν με email." #: src/components/routes/event/messages.tsx:33 msgid "Are you sure you want to cancel this scheduled message?" @@ -1295,11 +1295,11 @@ msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετ #: src/components/routes/event/OccurrenceDetail/index.tsx:84 #: src/components/routes/event/OccurrencesTab/index.tsx:184 msgid "Are you sure you want to delete this date? This action cannot be undone." -msgstr "" +msgstr "Σίγουρα θέλετε να διαγράψετε αυτή την ημερομηνία; Η ενέργεια δεν αναιρείται." #: src/components/common/ImageUploadDropzone/index.tsx:114 msgid "Are you sure you want to delete this image?" -msgstr "" +msgstr "Σίγουρα θέλετε να διαγράψετε αυτή την εικόνα;" #: src/components/common/PromoCodeTable/index.tsx:37 msgid "Are you sure you want to delete this promo code?" @@ -1307,7 +1307,7 @@ msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετ #: src/components/common/TaxAndFeeList/index.tsx:33 msgid "Are you sure you want to delete this tax or fee? It will no longer be applied to new orders." -msgstr "" +msgstr "Σίγουρα θέλετε να διαγράψετε αυτόν τον φόρο ή τη χρέωση; Δεν θα εφαρμόζεται πλέον σε νέες παραγγελίες." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:111 msgid "Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template." @@ -1344,7 +1344,7 @@ msgstr "Είστε σίγουροι ότι θέλετε να προσφέρετ #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:360 msgid "Are you sure you want to permanently delete this date? This cannot be undone." -msgstr "" +msgstr "Σίγουρα θέλετε να διαγράψετε οριστικά αυτή την ημερομηνία; Η ενέργεια δεν αναιρείται." #: src/components/common/StatusToggle/index.tsx:38 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." @@ -1380,7 +1380,7 @@ msgstr "Είστε σίγουροι ότι θέλετε να επαναφέρε #: src/components/routes/account/ManageAccount/sections/Users/index.tsx:50 msgid "Are you sure you want to revoke this invitation?" -msgstr "" +msgstr "Σίγουρα θέλετε να ανακαλέσετε αυτή την πρόσκληση;" #: src/components/common/StatusToggle/index.tsx:41 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." @@ -1425,11 +1425,11 @@ msgstr "Μία φορά ανά προϊόν" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:119 msgid "Assign a different plan" -msgstr "" +msgstr "Ανάθεση άλλου πλάνου" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:130 msgid "Assign plan" -msgstr "" +msgstr "Ανάθεση πλάνου" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:165 msgid "Assigned Tier" @@ -1443,7 +1443,7 @@ msgstr "Πρέπει να επιλεγεί τουλάχιστον ένας τύ #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:64 #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:117 msgid "At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead." -msgstr "" +msgstr "Τουλάχιστον ένα προϊόν πρέπει να παραμείνει διαθέσιμο για αυτή την ημερομηνία. Αν θέλετε να μην είναι προσβάσιμη, ακυρώστε την από το πρόγραμμα." #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:96 msgid "Attempts" @@ -1455,7 +1455,7 @@ msgstr "Αριθμός παρουσιών και ρυθμοί check-in σε όλ #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendee" -msgstr "" +msgstr "συμμετέχων" #: src/components/common/AttendeeTicket/index.tsx:101 #: src/components/common/QuestionsTable/index.tsx:462 @@ -1497,7 +1497,7 @@ msgstr "Ο συμμετέχων δεν βρέθηκε" #: src/components/forms/CheckInListForm/index.tsx:188 msgid "Attendee notes" -msgstr "" +msgstr "Σημειώσεις συμμετέχοντα" #: src/components/routes/event/attendees.tsx:81 msgid "Attendee Status" @@ -1523,7 +1523,7 @@ msgstr "Το εισιτήριο του συμμετέχοντα δεν περι #: src/components/routes/event/attendees.tsx:250 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendees" -msgstr "" +msgstr "συμμετέχοντες" #: src/components/common/EventCard/index.tsx:251 #: src/components/common/EventCard/index.tsx:366 @@ -1545,7 +1545,7 @@ msgstr "Συμμετέχοντες" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:72 msgid "attendees checked in" -msgstr "" +msgstr "συμμετέχοντες με check-in" #: src/components/routes/event/attendees.tsx:163 msgid "Attendees Exported" @@ -1587,7 +1587,7 @@ msgstr "Κοινό" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:72 msgid "August" -msgstr "" +msgstr "Αύγουστος" #: src/components/common/WidgetEditor/index.tsx:236 msgid "Auto Resize" @@ -1623,7 +1623,7 @@ msgstr "Διαθέσιμο μόλις ολοκληρωθεί η πληρωμή" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:265 msgid "Available times on {dayName}" -msgstr "" +msgstr "Διαθέσιμες ώρες — {dayName}" #: src/components/modals/RefundOrderModal/index.tsx:93 msgid "Available to Refund" @@ -1635,7 +1635,7 @@ msgstr "Διαθέσιμα Tokens" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:161 msgid "Awaiting" -msgstr "" +msgstr "Σε αναμονή" #: src/components/common/OrderStatusBadge/index.tsx:11 #: src/components/modals/SendMessageModal/index.tsx:425 @@ -1649,7 +1649,7 @@ msgstr "Αναμονή Πληρωμής Εκτός Σύνδεσης" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:120 msgid "Awaiting pay" -msgstr "" +msgstr "Αναμονή πληρωμής" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:117 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:225 @@ -1719,7 +1719,7 @@ msgstr "Τύπος Φόντου" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:128 msgid "Bank account connected" -msgstr "" +msgstr "Ο τραπεζικός λογαριασμός συνδέθηκε" #: src/components/routes/admin/Announcements/index.tsx:178 #: src/components/routes/admin/Announcements/index.tsx:374 @@ -1736,12 +1736,12 @@ msgstr "Βασική τιμή" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:207 msgid "Base Price" -msgstr "" +msgstr "Βασική τιμή" #: src/components/forms/ProductForm/index.tsx:433 #: src/components/forms/ProductForm/index.tsx:436 msgid "Based on the global sale period above, not per date" -msgstr "" +msgstr "Με βάση τη γενική περίοδο πώλησης παραπάνω, όχι ανά ημερομηνία" #: src/components/routes/organizer/Settings/index.tsx:31 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:63 @@ -1779,19 +1779,19 @@ msgstr "Πορτογαλικά Βραζιλίας" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:253 msgid "Built-in fraud protection" -msgstr "" +msgstr "Ενσωματωμένη προστασία από απάτες" -#: src/components/routes/event/OccurrencesTab/index.tsx:517 +#: src/components/routes/event/OccurrencesTab/index.tsx:532 msgid "Bulk Edit" -msgstr "" +msgstr "Μαζική επεξεργασία" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:308 msgid "Bulk Edit Dates" -msgstr "" +msgstr "Μαζική επεξεργασία ημερομηνιών" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:233 msgid "Bulk update failed." -msgstr "" +msgstr "Η μαζική ενημέρωση απέτυχε." #: src/constants/eventCategories.ts:26 msgid "Business" @@ -1799,11 +1799,11 @@ msgstr "Επιχείρηση" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:190 msgid "Business address" -msgstr "" +msgstr "Διεύθυνση επιχείρησης" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:185 msgid "Business name" -msgstr "" +msgstr "Επωνυμία επιχείρησης" #: src/components/routes/admin/Announcements/index.tsx:455 msgid "Button label" @@ -1827,7 +1827,7 @@ msgstr "Ο αγοραστής πληρώνει" #: src/components/forms/ProductForm/index.tsx:562 msgid "Buyers can add these to their order when they select this product at checkout." -msgstr "" +msgstr "Οι αγοραστές μπορούν να τα προσθέσουν στην παραγγελία τους όταν επιλέγουν αυτό το προϊόν κατά την ολοκλήρωση." #: src/components/common/PlatformFeesSettings/index.tsx:235 msgid "Buyers see a clean price. The platform fee is deducted from your payout." @@ -1848,7 +1848,7 @@ msgstr "Με την εγγραφή σας συμφωνείτε με τους <0> #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:123 msgid "By ticket type" -msgstr "" +msgstr "Ανά τύπο εισιτηρίου" #: src/components/routes/admin/Configurations/index.tsx:259 msgid "Bypass Application Fees" @@ -1860,7 +1860,7 @@ msgstr "Τύπος Υπολογισμού" #: src/components/routes/event/OccurrencesTab/index.tsx:473 msgid "Calendar" -msgstr "" +msgstr "Ημερολόγιο" #: src/components/common/EmailTemplateEditor/CTAConfiguration.tsx:20 msgid "Call-to-Action Button" @@ -1869,11 +1869,11 @@ msgstr "Κουμπί Κλήσης για Δράση" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:153 #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:90 msgid "Camera" -msgstr "" +msgstr "Κάμερα" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:110 msgid "Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings." -msgstr "" +msgstr "Η άδεια κάμερας απορρίφθηκε. <0>Ζητήστε ξανά άδεια ή δώστε σε αυτή τη σελίδα πρόσβαση στην κάμερα από τις ρυθμίσεις του προγράμματος περιήγησης." #: src/components/routes/admin/Attribution/index.tsx:107 msgid "Campaign" @@ -1881,7 +1881,7 @@ msgstr "Καμπάνια" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:79 msgid "Can't check in" -msgstr "" +msgstr "Δεν είναι δυνατό το check-in" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:57 #: src/components/common/ContactOrganizerModal/index.tsx:104 @@ -1897,7 +1897,7 @@ msgstr "" #: src/components/modals/PublishEventModal/index.tsx:208 #: src/components/routes/admin/DeletionRequests/index.tsx:178 #: src/components/routes/event/messages.tsx:80 -#: src/components/routes/event/OccurrencesTab/index.tsx:499 +#: src/components/routes/event/OccurrencesTab/index.tsx:504 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:272 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:306 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:61 @@ -1914,7 +1914,7 @@ msgstr "Ακύρωση" #: src/components/routes/event/OccurrencesTab/index.tsx:211 #: src/components/routes/event/OccurrencesTab/index.tsx:223 msgid "Cancel {count} date(s)" -msgstr "" +msgstr "Ακύρωση {count} ημερομηνίας/ιών" #: src/components/modals/RefundOrderModal/index.tsx:133 msgid "Cancel all products and release them back to the pool" @@ -1928,7 +1928,7 @@ msgstr "Ακύρωση όλων των προϊόντων και επιστρο #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:568 msgid "Cancel Date" -msgstr "" +msgstr "Ακύρωση ημερομηνίας" #: src/components/common/PendingDeletionBanner/index.tsx:37 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:104 @@ -1985,7 +1985,7 @@ msgstr "Ακυρωμένο" #: src/components/routes/event/OccurrencesTab/index.tsx:237 msgid "Cancelling {0} date(s). This may take a moment to complete." -msgstr "" +msgstr "Ακυρώνονται {0} ημερομηνία/ες. Μπορεί να πάρει λίγη ώρα." #: src/components/routes/admin/Configurations/index.tsx:36 msgid "Cannot delete the system default configuration" @@ -2011,7 +2011,7 @@ msgstr "Αναθέσεις Χωρητικότητας" #: src/components/layouts/AuthLayout/index.tsx:28 msgid "Capacity management" -msgstr "" +msgstr "Διαχείριση χωρητικότητας" #: src/components/layouts/Event/index.tsx:137 msgid "Capacity Management" @@ -2019,15 +2019,15 @@ msgstr "Διαχείριση Χωρητικότητας" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:111 msgid "Capacity must be 0 or greater" -msgstr "" +msgstr "Η χωρητικότητα πρέπει να είναι 0 ή μεγαλύτερη" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:300 msgid "capacity updates" -msgstr "" +msgstr "ενημερώσεις χωρητικότητας" #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:66 msgid "Capacity Used" -msgstr "" +msgstr "Χωρητικότητα που χρησιμοποιήθηκε" #: src/components/modals/CreateProductCategoryModal/index.tsx:52 msgid "Categories allow you to group products together. For example, you might have a category for \"Tickets\" and another for \"Merchandise\"." @@ -2052,7 +2052,7 @@ msgstr "Η Κατηγορία Δημιουργήθηκε Επιτυχώς" #: src/components/common/ProductsTable/SortableCategory/index.tsx:48 msgid "Category deleted successfully" -msgstr "" +msgstr "Η κατηγορία διαγράφηκε" #: src/components/common/LocationPicker/index.tsx:201 msgid "Change" @@ -2060,7 +2060,7 @@ msgstr "Αλλαγή" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Change duration" -msgstr "" +msgstr "Αλλαγή διάρκειας" #: src/components/routes/profile/ManageProfile/index.tsx:239 msgid "Change password" @@ -2068,11 +2068,11 @@ msgstr "Αλλαγή κωδικού" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Change the attendee limit" -msgstr "" +msgstr "Αλλαγή ορίου συμμετεχόντων" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:365 msgid "Change time" -msgstr "" +msgstr "Αλλαγή ώρας" #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Change waitlist settings" @@ -2080,11 +2080,11 @@ msgstr "Αλλαγή ρυθμίσεων λίστας αναμονής" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:212 msgid "Changed duration for {count} date(s)" -msgstr "" +msgstr "Η διάρκεια άλλαξε για {count} ημερομηνία/ες" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:399 msgid "Charges" -msgstr "" +msgstr "Χρεώσεις" #: src/constants/eventCategories.ts:24 msgid "Charity" @@ -2093,7 +2093,7 @@ msgstr "Φιλανθρωπία" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:82 msgid "Check in" -msgstr "" +msgstr "Check-in" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:28 msgid "Check in {0} {1}" @@ -2110,12 +2110,12 @@ msgstr "Μόνο check-in" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:81 msgid "Check out" -msgstr "" +msgstr "Ακύρωση check-in" #: src/components/layouts/EventHomepage/index.tsx:337 #: src/components/layouts/EventHomepage/index.tsx:338 msgid "Check out this event: {0}" -msgstr "" +msgstr "Δείτε αυτή την εκδήλωση: {0}" #: src/components/layouts/Checkout/index.tsx:338 msgid "Check out this event!" @@ -2133,12 +2133,12 @@ msgstr "Ελέγξτε τα εισερχόμενά σας! Εάν υπάρχου #: src/components/layouts/CheckIn/index.tsx:549 msgid "Check-in" -msgstr "" +msgstr "Check-in" #: src/components/modals/ManageAttendeeModal/index.tsx:137 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:58 msgid "Check-In" -msgstr "" +msgstr "Check-in" #: src/components/forms/WebhookForm/index.tsx:121 msgid "Check-in Created" @@ -2150,15 +2150,15 @@ msgstr "Διαγραφή Check-in" #: src/components/layouts/CheckIn/index.tsx:215 msgid "Check-in for {0} was undone" -msgstr "" +msgstr "Το check-in για {0} αναιρέθηκε" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:223 msgid "Check-in history" -msgstr "" +msgstr "Ιστορικό check-in" #: src/components/common/CheckInListTable/index.tsx:59 msgid "Check-In List" -msgstr "" +msgstr "Λίστα check-in" #: src/components/modals/CheckInListSuccessModal/index.tsx:20 msgid "Check-In List Created" @@ -2175,7 +2175,7 @@ msgstr "Η λίστα check-in έχει λήξει" #: src/components/layouts/CheckIn/index.tsx:583 msgid "Check-in list info" -msgstr "" +msgstr "Πληροφορίες λίστας check-in" #: src/components/layouts/CheckIn/index.tsx:520 msgid "Check-in list is not active" @@ -2187,7 +2187,7 @@ msgstr "Η λίστα check-in δεν βρέθηκε" #: src/components/routes/event/CheckInLists/index.tsx:60 msgid "check-in lists" -msgstr "" +msgstr "λίστες check-in" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:51 msgid "Check-in Lists" @@ -2201,11 +2201,11 @@ msgstr "Λίστες Check-In" #: src/components/layouts/CheckIn/BottomNav.tsx:21 msgid "Check-in navigation" -msgstr "" +msgstr "Πλοήγηση check-in" #: src/components/layouts/CheckIn/index.tsx:567 msgid "Check-in progress" -msgstr "" +msgstr "Πρόοδος check-in" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:45 msgid "Check-in Rate" @@ -2245,7 +2245,7 @@ msgstr "Πλαίσια Ελέγχου" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:151 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:89 msgid "Checked in" -msgstr "" +msgstr "Έγινε check-in" #: src/components/common/AttendeeTable/index.tsx:299 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -2277,11 +2277,11 @@ msgstr "Επιλέξτε χρώμα για το φόντο σας" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:123 msgid "Choose a configuration" -msgstr "" +msgstr "Επιλέξτε διαμόρφωση" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:335 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:336 msgid "Choose a different action" -msgstr "" +msgstr "Επιλέξτε άλλη ενέργεια" #: src/components/common/ThemeFontControl/index.tsx:66 msgid "Choose a typeface that matches your brand. Fonts are self-hosted via Bunny Fonts." @@ -2293,7 +2293,7 @@ msgstr "Επιλέξτε λογαριασμό" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:202 msgid "Choose an organizer" -msgstr "" +msgstr "Επιλέξτε διοργανωτή" #: src/components/routes/events/Dashboard/index.tsx:232 msgid "Choose an Organizer" @@ -2301,7 +2301,7 @@ msgstr "Επιλέξτε Διοργανωτή" #: src/components/routes/product-widget/SelectProducts/index.tsx:968 msgid "Choose another date" -msgstr "" +msgstr "Επιλέξτε άλλη ημερομηνία" #: src/components/common/CalendarOptionsPopover/index.tsx:22 msgid "Choose calendar" @@ -2328,29 +2328,29 @@ msgid "City" msgstr "Πόλη" #: src/components/common/OccurrenceSelect/index.tsx:133 -#: src/components/routes/event/OccurrencesTab/index.tsx:505 +#: src/components/routes/event/OccurrencesTab/index.tsx:519 msgid "Clear" -msgstr "" +msgstr "Καθαρισμός" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:475 msgid "Clear location — fall back to the event default" -msgstr "" +msgstr "Καθαρισμός τοποθεσίας — επιστροφή στην προεπιλογή της εκδήλωσης" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:100 msgid "Clear search" -msgstr "" +msgstr "Καθαρισμός αναζήτησης" #: src/components/common/SearchBar/index.tsx:62 msgid "Clear Search Text" msgstr "Εκκαθάριση Κειμένου Αναζήτησης" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:497 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:498 msgid "Clearing removes any per-date override. Affected dates will fall back to the event's default location." -msgstr "" +msgstr "Ο καθαρισμός αφαιρεί κάθε προσαρμογή ανά ημερομηνία. Οι ημερομηνίες που επηρεάζονται επιστρέφουν στην προεπιλεγμένη τοποθεσία της εκδήλωσης." #: src/components/routes/event/OccurrencesTab/index.tsx:333 msgid "Click to cancel" -msgstr "" +msgstr "Κάντε κλικ για ακύρωση" #: src/components/common/PromoCodeTable/index.tsx:106 msgid "Click to copy" @@ -2358,7 +2358,7 @@ msgstr "Κλικ για αντιγραφή" #: src/components/routes/event/OccurrencesTab/index.tsx:335 msgid "Click to reopen for new sales" -msgstr "" +msgstr "Κάντε κλικ για επανέναρξη πωλήσεων" #: src/components/common/AttendeeTable/index.tsx:173 msgid "Click to view notes" @@ -2478,7 +2478,7 @@ msgstr "Προτιμήσεις Επικοινωνίας" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:82 msgid "complete" -msgstr "" +msgstr "ολοκληρώθηκε" #: src/components/routes/product-widget/CollectInformation/index.tsx:749 msgid "Complete Order" @@ -2491,7 +2491,7 @@ msgstr "Ολοκλήρωση Πληρωμής" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:293 msgid "Complete Stripe setup" -msgstr "" +msgstr "Ολοκλήρωση ρύθμισης Stripe" #: src/components/routes/product-widget/CollectInformation/index.tsx:442 msgid "Complete your order to secure your tickets. This offer is time-limited, so don't wait too long." @@ -2539,11 +2539,11 @@ msgstr "Συνεδριακό Κέντρο" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:100 msgid "Configuration" -msgstr "" +msgstr "Διαμόρφωση" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:52 msgid "Configuration assigned" -msgstr "" +msgstr "Η διαμόρφωση ανατέθηκε" #: src/components/routes/admin/Configurations/index.tsx:196 msgid "Configuration created successfully" @@ -2580,7 +2580,7 @@ msgstr "Ρύθμιση Φόρων & Τελών" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:181 msgid "Configure which products are available for this occurrence and optionally adjust pricing." -msgstr "" +msgstr "Ορίστε ποια προϊόντα είναι διαθέσιμα για αυτή την ημερομηνία και, προαιρετικά, προσαρμόστε τις τιμές." #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" @@ -2643,7 +2643,7 @@ msgstr "Συγχαρητήρια! Η εκδήλωσή σας είναι τώρα #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:71 msgid "Connect bank" -msgstr "" +msgstr "Σύνδεση τράπεζας" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:370 #: src/components/modals/PublishEventModal/index.tsx:79 @@ -2665,7 +2665,7 @@ msgstr "Συνδέστε το Stripe για να ενεργοποιήσετε τ #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:464 msgid "Connect Stripe to receive ticket payments directly to your bank account." -msgstr "" +msgstr "Συνδέστε το Stripe για να λαμβάνετε τις πληρωμές των εισιτηρίων απευθείας στον τραπεζικό σας λογαριασμό." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:263 msgid "Connect with Stripe" @@ -2673,13 +2673,13 @@ msgstr "Σύνδεση με Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:127 msgid "Connect your bank to receive ticket sales straight to your account" -msgstr "" +msgstr "Συνδέστε την τράπεζά σας για να λαμβάνετε τις πωλήσεις εισιτηρίων απευθείας στον λογαριασμό σας" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:298 msgid "Connected the wrong Stripe account? Disconnect and start over." msgstr "Συνδέσατε λάθος λογαριασμό Stripe; Αποσυνδέστε τον και ξεκινήστε από την αρχή." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:489 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:492 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:164 msgid "Connection Details" @@ -2687,7 +2687,7 @@ msgstr "Λεπτομέρειες Σύνδεσης" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:117 msgid "Connection details are required for online dates" -msgstr "" +msgstr "Τα στοιχεία σύνδεσης είναι υποχρεωτικά για διαδικτυακές ημερομηνίες" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:41 msgid "Connection details are required for online events" @@ -2760,11 +2760,11 @@ msgstr "Έλεγχος τρόπου διαχείρισης τελών πλατφ #: src/components/forms/CheckInListForm/index.tsx:83 msgid "Control who gets in for this date" -msgstr "" +msgstr "Ελέγξτε ποιος μπαίνει σε αυτή την ημερομηνία" #: src/components/forms/CheckInListForm/index.tsx:84 msgid "Control who gets in, and when" -msgstr "" +msgstr "Ελέγξτε ποιος μπαίνει και πότε" #: src/components/common/AttendeeTicket/index.tsx:188 #: src/components/common/CopyButton/index.tsx:13 @@ -2805,7 +2805,7 @@ msgstr "Αντιγραφή" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:364 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:373 msgid "Copy account ID" -msgstr "" +msgstr "Αντιγραφή αναγνωριστικού λογαριασμού" #: src/components/common/AffiliateTable/index.tsx:183 msgid "Copy Affiliate Link" @@ -2865,7 +2865,7 @@ msgstr "Δεν ήταν δυνατή η διαγραφή της τοποθεσί #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:244 msgid "Could not prepare the bulk update." -msgstr "" +msgstr "Δεν ήταν δυνατή η προετοιμασία της μαζικής ενημέρωσης." #: src/components/common/AddressAutocomplete/index.tsx:61 #: src/components/common/LocationPicker/index.tsx:153 @@ -2874,11 +2874,11 @@ msgstr "Δεν ήταν δυνατή η ανάκτηση των στοιχείω #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:275 msgid "Could not save date" -msgstr "" +msgstr "Δεν ήταν δυνατή η αποθήκευση της ημερομηνίας" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:78 msgid "Couldn't send verification email. Please try again." -msgstr "" +msgstr "Δεν ήταν δυνατή η αποστολή του email επαλήθευσης. Δοκιμάστε ξανά." #: src/components/common/CheckoutQuestion/index.tsx:174 #: src/components/common/LocationPicker/index.tsx:268 @@ -2903,7 +2903,7 @@ msgstr "Εικόνα Εξωφύλλου" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:148 msgid "Cover image added" -msgstr "" +msgstr "Η εικόνα εξωφύλλου προστέθηκε" #: src/components/routes/event/HomepageDesigner/index.tsx:202 msgid "Cover image will be displayed at the top of your event page" @@ -2915,7 +2915,7 @@ msgstr "Η εικόνα εξωφύλλου θα εμφανίζεται στην #: src/components/common/CheckInListTable/index.tsx:82 msgid "Covers every ticket" -msgstr "" +msgstr "Καλύπτει όλα τα εισιτήρια" #: src/components/routes/event/attendees.tsx:253 #: src/components/routes/event/products.tsx:77 @@ -2936,11 +2936,11 @@ msgstr "Δημιουργήστε προσαρμοσμένο widget για πώλ #: src/components/modals/SelectCheckInListModal/index.tsx:82 msgid "Create a list for this date" -msgstr "" +msgstr "Δημιουργία λίστας για αυτή την ημερομηνία" #: src/components/layouts/CheckIn/index.tsx:508 msgid "Create a new check-in list for an active session, or contact the organizer if you think this is a mistake." -msgstr "" +msgstr "Δημιουργήστε νέα λίστα check-in για μια ενεργή συνεδρία ή επικοινωνήστε με τον διοργανωτή αν πιστεύετε ότι πρόκειται για λάθος." #: src/components/routes/auth/AcceptInvitation/index.tsx:128 msgid "Create a password" @@ -3031,7 +3031,7 @@ msgstr "Δημιουργία Προσαρμοσμένου Προτύπου" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:546 msgid "Create Date" -msgstr "" +msgstr "Δημιουργία ημερομηνίας" #: src/components/routes/event/promo-codes.tsx:33 msgid "Create discounts, access codes for hidden tickets, and special offers." @@ -3039,7 +3039,7 @@ msgstr "Δημιουργία εκπτώσεων, κωδικών πρόσβαση #: src/components/routes/organizer/OrganizerDashboard/index.tsx:404 msgid "Create event" -msgstr "" +msgstr "Δημιουργία εκδήλωσης" #: src/components/common/NoEventsBlankSlate/index.tsx:27 #: src/components/layouts/OrganizerLayout/index.tsx:179 @@ -3049,7 +3049,7 @@ msgstr "Δημιουργία Εκδήλωσης" #: src/components/forms/ProductForm/index.tsx:559 msgid "Create more tickets or products to offer them as add-ons" -msgstr "" +msgstr "Δημιουργήστε περισσότερα εισιτήρια ή προϊόντα για να τα προσφέρετε ως πρόσθετα" #: src/components/routes/events/Dashboard/index.tsx:172 msgid "Create new" @@ -3128,7 +3128,7 @@ msgstr "Δημιουργήστε τη δική σας εκδήλωση" msgid "Created" msgstr "Δημιουργήθηκε" -#: src/components/routes/event/OccurrencesTab/index.tsx:549 +#: src/components/routes/event/OccurrencesTab/index.tsx:564 msgid "Creating {0} dates. This may take a moment." msgstr "Δημιουργία {0} ημερομηνιών. Μπορεί να διαρκέσει λίγο." @@ -3170,7 +3170,7 @@ msgstr "Τρέχων Κωδικός" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:107 msgid "Currently assigned" -msgstr "" +msgstr "Ανατεθειμένο τώρα" #: src/components/common/ProductsTable/SortableProduct/index.tsx:110 msgid "Currently available for purchase" @@ -3178,7 +3178,7 @@ msgstr "Διαθέσιμο για αγορά αυτή τη στιγμή" #: src/components/layouts/AuthLayout/index.tsx:15 msgid "Custom branding" -msgstr "" +msgstr "Προσαρμοσμένη ταυτότητα μάρκας" #: src/components/modals/SendMessageModal/index.tsx:496 msgid "Custom date and time" @@ -3190,7 +3190,7 @@ msgstr "Προσαρμοσμένο URL Χάρτη" #: src/components/layouts/AuthLayout/index.tsx:24 msgid "Custom questions" -msgstr "" +msgstr "Προσαρμοσμένες ερωτήσεις" #: src/components/common/QuestionsTable/index.tsx:433 msgid "Custom Questions" @@ -3224,7 +3224,7 @@ msgstr "Πελάτες" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:150 msgid "Customize page" -msgstr "" +msgstr "Προσαρμογή σελίδας" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:56 msgid "Customize the email and notification settings for this event" @@ -3278,7 +3278,7 @@ msgstr "Προσαρμογή εμφάνισης σελίδας διοργανω #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:50 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Daily" -msgstr "" +msgstr "Καθημερινά" #: src/components/routes/organizer/Reports/index.tsx:18 msgid "Daily revenue, taxes, fees, and refunds across all events" @@ -3294,7 +3294,7 @@ msgstr "Ανάλυση καθημερινών πωλήσεων, φόρων κα #: src/constants/eventCategories.ts:13 msgid "Dance" -msgstr "" +msgstr "Χορός" #: src/components/common/CapacityAssignmentList/index.tsx:153 #: src/components/common/CheckInListList/index.tsx:174 @@ -3349,43 +3349,43 @@ msgstr "Ημερομηνία & Ώρα" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:99 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:212 msgid "Date Cancellation" -msgstr "" +msgstr "Ακύρωση ημερομηνίας" #: src/components/routes/event/OccurrenceDetail/index.tsx:76 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:54 msgid "Date cancelled" -msgstr "" +msgstr "Η ημερομηνία ακυρώθηκε" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:344 msgid "Date cancelled successfully" -msgstr "" +msgstr "Η ημερομηνία ακυρώθηκε με επιτυχία" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:255 msgid "Date created successfully" -msgstr "" +msgstr "Η ημερομηνία δημιουργήθηκε με επιτυχία" #: src/components/modals/ManageOccurrenceModal/index.tsx:61 #: src/components/routes/event/OccurrenceDetail/index.tsx:87 #: src/components/routes/event/OccurrencesTab/index.tsx:186 msgid "Date deleted" -msgstr "" +msgstr "Η ημερομηνία διαγράφηκε" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:368 msgid "Date deleted successfully" -msgstr "" +msgstr "Η ημερομηνία διαγράφηκε με επιτυχία" #: src/components/modals/ManageOccurrenceModal/index.tsx:75 #: src/components/routes/event/OccurrenceDetail/index.tsx:101 msgid "Date reactivated" -msgstr "" +msgstr "Η ημερομηνία επανενεργοποιήθηκε" #: src/components/routes/event/OccurrencesTab/index.tsx:200 msgid "Date reopened for new sales" -msgstr "" +msgstr "Η ημερομηνία άνοιξε ξανά για πωλήσεις" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:254 msgid "Date updated successfully" -msgstr "" +msgstr "Η ημερομηνία ενημερώθηκε με επιτυχία" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:808 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1093 @@ -3394,23 +3394,23 @@ msgstr "ημερομηνίες" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:105 msgid "Dates are managed per occurrence" -msgstr "" +msgstr "Οι ημερομηνίες διαχειρίζονται ξεχωριστά" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:674 msgid "Dates with sessions" -msgstr "" +msgstr "Ημέρες με συνεδρίες" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:87 msgid "day" -msgstr "" +msgstr "ημέρα" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:973 msgid "Day" -msgstr "" +msgstr "Ημέρα" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:937 msgid "Day of Month" -msgstr "" +msgstr "Ημέρα του μήνα" #: src/components/forms/CapaciyAssigmentForm/index.tsx:38 msgid "Day one capacity" @@ -3418,7 +3418,7 @@ msgstr "Χωρητικότητα πρώτης ημέρας" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:95 msgid "days" -msgstr "" +msgstr "ημέρες" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:920 msgid "Days of the month" @@ -3426,7 +3426,7 @@ msgstr "Ημέρες του μήνα" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:76 msgid "December" -msgstr "" +msgstr "Δεκέμβριος" #: src/components/common/CookieConsentBanner/index.tsx:62 msgid "Decline" @@ -3452,7 +3452,7 @@ msgstr "Προεπιλεγμένη συλλογή πληροφοριών συμ #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1106 msgid "Default capacity per date" -msgstr "" +msgstr "Προεπιλεγμένη χωρητικότητα ανά ημερομηνία" #: src/components/routes/organizer/Settings/Sections/PlatformFeesSettings/index.tsx:44 msgid "Default Fee Handling" @@ -3464,7 +3464,7 @@ msgstr "Θα χρησιμοποιηθεί το προεπιλεγμένο πρό #: src/components/forms/ProductForm/ledgerSummaries.ts:66 msgid "Defaults" -msgstr "" +msgstr "Προεπιλογές" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:29 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:31 @@ -3478,7 +3478,7 @@ msgstr "διαγραφή" #: src/components/common/TaxAndFeeList/index.tsx:81 #: src/components/routes/admin/Announcements/index.tsx:226 #: src/components/routes/admin/FailedJobs/index.tsx:209 -#: src/components/routes/event/OccurrencesTab/index.tsx:502 +#: src/components/routes/event/OccurrencesTab/index.tsx:512 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:62 msgid "Delete" msgstr "Διαγραφή" @@ -3489,7 +3489,7 @@ msgstr "Διαγραφή \"{0}\";" #: src/components/routes/event/OccurrencesTab/index.tsx:249 msgid "Delete {count} selected date(s)? Dates with orders will be skipped. This cannot be undone." -msgstr "" +msgstr "Διαγραφή {count} επιλεγμένων ημερομηνιών; Οι ημερομηνίες με παραγγελίες θα παραλειφθούν. Η ενέργεια δεν αναιρείται." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:148 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:155 @@ -3525,7 +3525,7 @@ msgstr "Διαγραφή κωδικού" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:357 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:582 msgid "Delete Date" -msgstr "" +msgstr "Διαγραφή ημερομηνίας" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:84 #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:119 @@ -3551,7 +3551,7 @@ msgstr "Διαγραφή Διοργανωτή" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Delete Permanently" -msgstr "" +msgstr "Οριστική διαγραφή" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:131 msgid "Delete Template" @@ -3559,11 +3559,11 @@ msgstr "Διαγραφή Προτύπου" #: src/components/common/ProductsTable/SortableCategory/index.tsx:45 msgid "Delete this category? Any products in it will also be deleted. This cannot be undone." -msgstr "" +msgstr "Διαγραφή αυτής της κατηγορίας; Θα διαγραφούν και όλα τα προϊόντα της. Η ενέργεια δεν αναιρείται." #: src/components/common/ProductsTable/SortableProduct/index.tsx:71 msgid "Delete this product? This cannot be undone." -msgstr "" +msgstr "Διαγραφή αυτού του προϊόντος; Η ενέργεια δεν αναιρείται." #: src/components/common/QuestionsTable/index.tsx:197 msgid "Delete this question? This cannot be undone." @@ -3576,7 +3576,7 @@ msgstr "Διαγραφή webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:255 msgid "Deleted {0} date(s)" -msgstr "" +msgstr "Διαγράφηκαν {0} ημερομηνία/ες" #: src/components/routes/admin/DeletionRequests/index.tsx:143 msgid "Deleted account" @@ -3611,7 +3611,7 @@ msgstr "Περιγραφή" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:138 msgid "Description and venue added" -msgstr "" +msgstr "Η περιγραφή και ο χώρος προστέθηκαν" #: src/components/forms/CheckInListForm/index.tsx:143 msgid "Description for check-in staff" @@ -3640,12 +3640,12 @@ msgstr "Δεν λάβατε τον κωδικό;" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:472 msgid "Different location" -msgstr "" +msgstr "Διαφορετική τοποθεσία" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:403 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:411 msgid "Disabled" -msgstr "" +msgstr "Απενεργοποιημένο" #: src/components/forms/CapaciyAssigmentForm/index.tsx:27 msgid "Disabling this capacity will track sales but not stop them when the limit is reached" @@ -3654,12 +3654,12 @@ msgstr "Απενεργοποίηση αυτής της χωρητικότητα #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Discard" -msgstr "" +msgstr "Απόρριψη" #: src/components/forms/ProductForm/ProductDrawer.tsx:54 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:725 msgid "Discard changes?" -msgstr "" +msgstr "Απόρριψη αλλαγών;" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Disconnect" @@ -3691,7 +3691,7 @@ msgstr "Τύπος Έκπτωσης" #: src/components/common/Callout/index.tsx:54 msgid "Dismiss" -msgstr "" +msgstr "Κλείσιμο" #: src/components/common/AnnouncementDisplay/AnnouncementBanner.tsx:37 msgid "Dismiss announcement" @@ -3699,7 +3699,7 @@ msgstr "Απόρριψη ανακοίνωσης" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:186 msgid "Dismiss setup checklist" -msgstr "" +msgstr "Απόκρυψη λίστας ρύθμισης" #: src/components/routes/product-widget/SelectProducts/index.tsx:1077 msgid "Dismiss this message" @@ -3747,7 +3747,7 @@ msgstr "Ολοκληρώθηκε" #: src/components/common/CheckIn/CheckInDescriptionModal.tsx:20 msgid "Door staff instructions" -msgstr "" +msgstr "Οδηγίες για το προσωπικό εισόδου" #: src/components/common/CalendarOptionsPopover/index.tsx:39 msgid "Download .ics" @@ -3810,7 +3810,7 @@ msgstr "Αντιγραφή" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Duplicate Date" -msgstr "" +msgstr "Αντιγραφή ημερομηνίας" #: src/components/common/EventCard/index.tsx:151 msgid "Duplicate event" @@ -3832,7 +3832,7 @@ msgstr "Αντιγραφή Προϊόντος" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:121 msgid "Duration must be at least 1 minute." -msgstr "" +msgstr "Η διάρκεια πρέπει να είναι τουλάχιστον 1 λεπτό." #: src/components/common/LanguageSwitcher/index.tsx:26 msgid "Dutch" @@ -3846,10 +3846,10 @@ msgstr "π.χ. 180 (3 ώρες)" msgid "e.g. Learn more" msgstr "π.χ. Μάθετε περισσότερα" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:453 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:450 msgid "e.g. Morning Session" -msgstr "" +msgstr "π.χ. Πρωινή συνεδρία" #: src/components/routes/admin/Announcements/index.tsx:382 msgid "e.g. New feature: Waitlists" @@ -3879,9 +3879,9 @@ msgstr "Κάθε άτομο θα λάβει email με μια δεσμευμέν msgid "Each product" msgstr "Κάθε προϊόν" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:381 msgid "Earlier" -msgstr "" +msgstr "Νωρίτερα" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:64 msgid "Early bird" @@ -3960,7 +3960,7 @@ msgstr "Επεξεργασία Ρύθμισης" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Edit Date" -msgstr "" +msgstr "Επεξεργασία ημερομηνίας" #: src/components/common/LocationsTable/index.tsx:65 msgid "Edit location" @@ -4025,7 +4025,7 @@ msgstr "Επεξεργασία Webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:308 msgid "Edited" -msgstr "" +msgstr "Επεξεργασμένη" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:140 msgid "Editor" @@ -4079,7 +4079,7 @@ msgstr "Ρυθμίσεις Email & Ειδοποιήσεων" #: src/components/layouts/AuthLayout/index.tsx:20 msgid "Email & scheduled messages" -msgstr "" +msgstr "Email και προγραμματισμένα μηνύματα" #: src/components/routes/event/Settings/index.tsx:78 msgid "Email & Templates" @@ -4159,7 +4159,7 @@ msgstr "Απαιτείται Επαλήθευση Email" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:160 msgid "Email verified" -msgstr "" +msgstr "Το email επαληθεύτηκε" #: src/components/routes/welcome/index.tsx:99 msgid "Email verified successfully!" @@ -4180,7 +4180,7 @@ msgstr "Ενσωμάτωση Widget" #: src/components/layouts/AuthLayout/index.tsx:21 msgid "Embeddable widget" -msgstr "" +msgstr "Ενσωματώσιμο widget" #: src/components/routes/admin/Announcements/index.tsx:409 msgid "Emoji" @@ -4255,11 +4255,11 @@ msgstr "Τελείωσε" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:55 msgid "Ended {0}" -msgstr "" +msgstr "Έληξε {0}" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:46 msgid "Ends {0}" -msgstr "" +msgstr "Λήγει {0}" #: src/components/common/LanguageSwitcher/index.tsx:18 #: src/components/common/LanguageSwitcher/index.tsx:69 @@ -4269,11 +4269,11 @@ msgstr "Αγγλικά" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:131 msgid "Enter a capacity value or choose unlimited." -msgstr "" +msgstr "Εισαγάγετε τιμή χωρητικότητας ή επιλέξτε απεριόριστη." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:141 msgid "Enter a label or choose to remove it." -msgstr "" +msgstr "Εισαγάγετε ετικέτα ή επιλέξτε να την αφαιρέσετε." #: src/components/common/EmailTemplateEditor/EmailTemplatePreviewPane.tsx:58 msgid "Enter a subject and body to see the preview" @@ -4281,7 +4281,7 @@ msgstr "Εισάγετε θέμα και σώμα για προεπισκόπη #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:112 msgid "Enter a time to shift by." -msgstr "" +msgstr "Δηλώστε πόσο θα μετατοπιστούν οι ώρες." #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:29 msgid "Enter a venue name or address" @@ -4311,9 +4311,9 @@ msgstr "Εισάγετε όνομα συνεργάτη" msgid "Enter an amount excluding taxes and fees." msgstr "Εισάγετε ποσό χωρίς φόρους και τέλη." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:434 msgid "Enter capacity" -msgstr "" +msgstr "Εισαγωγή χωρητικότητας" #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:69 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:69 @@ -4366,7 +4366,7 @@ msgstr "Ολόκληρη η παραγγελία" #: src/components/routes/event/SoldOutWaitlist/index.tsx:126 msgid "entries" -msgstr "" +msgstr "εγγραφές" #: src/components/common/WaitlistTable/index.tsx:264 msgid "Entries will appear here when customers join the waitlist for sold out products." @@ -4394,7 +4394,7 @@ msgstr "Σφάλμα φόρτωσης αρχείων καταγραφής" #: src/components/forms/ProductForm/ProductDrawer.tsx:98 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:870 msgid "Esc to close" -msgstr "" +msgstr "Esc για κλείσιμο" #: src/components/routes/account/ManageAccount/sections/AccountSettings/index.tsx:74 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:137 @@ -4433,7 +4433,7 @@ msgstr "Εικόνα Εξωφύλλου Εκδήλωσης" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:196 msgid "Event created" -msgstr "" +msgstr "Η εκδήλωση δημιουργήθηκε" #: src/components/forms/WebhookForm/index.tsx:43 msgid "Event Created" @@ -4483,7 +4483,7 @@ msgstr "Αρχική Σελίδα Εκδήλωσης" #: src/components/common/PeriodSelector/index.tsx:124 msgid "Event lifetime" -msgstr "" +msgstr "Συνολική διάρκεια εκδήλωσης" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:151 msgid "Event location & venue details" @@ -4546,7 +4546,7 @@ msgstr "Εκδήλωση Πολύ Νέα" #: src/components/routes/event/EventDashboard/index.tsx:264 msgid "Event totals" -msgstr "" +msgstr "Σύνολα εκδήλωσης" #: src/components/common/OrganizerWebhookTable/index.tsx:237 #: src/components/common/WebhookTable/index.tsx:237 @@ -4585,32 +4585,32 @@ msgstr "Κάθε" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0}" -msgstr "" +msgstr "Κάθε {0}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:748 msgid "Every {0} {cadenceUnit}" -msgstr "" +msgstr "Κάθε {0} {cadenceUnit}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Every {0} days" -msgstr "" +msgstr "Κάθε {0} ημέρες" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Every {0} months" -msgstr "" +msgstr "Κάθε {0} μήνες" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Every {0} weeks" -msgstr "" +msgstr "Κάθε {0} εβδομάδες" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0} weeks on {1}" -msgstr "" +msgstr "Κάθε {0} εβδομάδες, {1}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Every {0} years" -msgstr "" +msgstr "Κάθε {0} χρόνια" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:747 msgid "Every {cadenceUnit}" @@ -4622,7 +4622,7 @@ msgstr "Κάθε πρότυπο email πρέπει να περιλαμβάνει #: src/components/forms/ProductForm/index.tsx:392 msgid "Everything else — tap to edit" -msgstr "" +msgstr "Όλα τα υπόλοιπα — πατήστε για επεξεργασία" #: src/components/common/QuestionsTable/index.tsx:496 msgid "Examples: \"How did you hear about us?\", \"Company name for invoice\"" @@ -4743,11 +4743,11 @@ msgstr "Αποτυχία ακύρωσης συμμετέχοντα" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:57 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:348 msgid "Failed to cancel date" -msgstr "" +msgstr "Αποτυχία ακύρωσης της ημερομηνίας" #: src/components/routes/event/OccurrencesTab/index.tsx:241 msgid "Failed to cancel dates" -msgstr "" +msgstr "Αποτυχία ακύρωσης των ημερομηνιών" #: src/components/routes/event/messages.tsx:41 msgid "Failed to cancel message" @@ -4767,7 +4767,7 @@ msgstr "Αποτυχία δημιουργίας ρύθμισης" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:712 msgid "Failed to create schedule" -msgstr "" +msgstr "Αποτυχία δημιουργίας προγράμματος" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:702 #: src/hooks/useOccurrenceGenerationPolling.ts:42 @@ -4791,15 +4791,15 @@ msgstr "Αποτυχία διαγραφής ρύθμισης" #: src/components/routes/event/OccurrenceDetail/index.tsx:90 #: src/components/routes/event/OccurrencesTab/index.tsx:187 msgid "Failed to delete date" -msgstr "" +msgstr "Αποτυχία διαγραφής της ημερομηνίας" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:372 msgid "Failed to delete date. It may have existing orders." -msgstr "" +msgstr "Αποτυχία διαγραφής της ημερομηνίας. Ενδέχεται να υπάρχουν παραγγελίες." #: src/components/routes/event/OccurrencesTab/index.tsx:258 msgid "Failed to delete dates" -msgstr "" +msgstr "Αποτυχία διαγραφής των ημερομηνιών" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:40 msgid "Failed to delete event" @@ -4819,7 +4819,7 @@ msgstr "Αποτυχία διαγραφής διοργανωτή" #: src/components/common/ProductsTable/SortableProduct/index.tsx:80 msgid "Failed to delete product. Please try again." -msgstr "" +msgstr "Αποτυχία διαγραφής του προϊόντος. Δοκιμάστε ξανά." #: src/components/common/QuestionsTable/index.tsx:203 msgid "Failed to delete question" @@ -4875,7 +4875,7 @@ msgstr "Αποτυχία προσφοράς εισιτηρίων" #: src/components/modals/ManageOccurrenceModal/index.tsx:76 #: src/components/routes/event/OccurrenceDetail/index.tsx:102 msgid "Failed to reactivate date" -msgstr "" +msgstr "Αποτυχία επανενεργοποίησης της ημερομηνίας" #: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to remove from waitlist" @@ -4883,11 +4883,11 @@ msgstr "Αποτυχία αφαίρεσης από λίστα αναμονής" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:104 msgid "Failed to remove override" -msgstr "" +msgstr "Αποτυχία αφαίρεσης της παράκαμψης" #: src/components/routes/event/OccurrencesTab/index.tsx:201 msgid "Failed to reopen date" -msgstr "" +msgstr "Αποτυχία επανέναρξης της ημερομηνίας" #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" @@ -4919,15 +4919,15 @@ msgstr "Αποτυχία επανάληψης εργασιών" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:69 msgid "Failed to save override" -msgstr "" +msgstr "Αποτυχία αποθήκευσης της παράκαμψης" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:156 msgid "Failed to save price override" -msgstr "" +msgstr "Αποτυχία αποθήκευσης της παράκαμψης τιμής" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:163 msgid "Failed to save product settings" -msgstr "" +msgstr "Αποτυχία αποθήκευσης των ρυθμίσεων προϊόντος" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:158 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:161 @@ -5012,15 +5012,15 @@ msgstr "Αποτυχία επαλήθευσης email" #: src/constants/eventCategories.ts:17 msgid "Family" -msgstr "" +msgstr "Οικογένεια" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:247 msgid "Fast payouts to your bank" -msgstr "" +msgstr "Γρήγορες πληρωμές στην τράπεζά σας" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:66 msgid "February" -msgstr "" +msgstr "Φεβρουάριος" #: src/components/forms/TaxAndFeeForm/index.tsx:18 #: src/components/forms/TaxAndFeeForm/index.tsx:39 @@ -5042,7 +5042,7 @@ msgstr "Διαχείριση Τελών" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:68 msgid "Fee override saved" -msgstr "" +msgstr "Η παράκαμψη χρέωσης αποθηκεύτηκε" #: src/components/common/InlineOrderSummary/index.tsx:156 #: src/components/common/OrdersTable/index.tsx:270 @@ -5073,11 +5073,11 @@ msgstr "Συμπληρώστε πρώτα τα στοιχεία σας παρα #: src/constants/eventCategories.ts:12 msgid "Film" -msgstr "" +msgstr "Κινηματογράφος" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:125 msgid "Filter attendees" -msgstr "" +msgstr "Φιλτράρισμα συμμετεχόντων" #: src/components/routes/event/attendees.tsx:245 msgid "Filter Attendees" @@ -5086,7 +5086,7 @@ msgstr "Φιλτράρισμα Συμμετεχόντων" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:62 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:82 msgid "Filter by date" -msgstr "" +msgstr "Φιλτράρισμα κατά ημερομηνία" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:118 msgid "Filter by Event" @@ -5107,27 +5107,27 @@ msgstr "Φίλτρα ({activeFilterCount})" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:281 msgid "Finish setting up Stripe" -msgstr "" +msgstr "Ολοκληρώστε τη ρύθμιση του Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:70 msgid "Finish setup" -msgstr "" +msgstr "Ολοκλήρωση ρύθμισης" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:57 msgid "First" -msgstr "" +msgstr "1η" #: src/components/common/PeriodSelector/index.tsx:42 msgid "First 30 days" -msgstr "" +msgstr "Πρώτες 30 ημέρες" #: src/components/common/PeriodSelector/index.tsx:40 msgid "First 7 days" -msgstr "" +msgstr "Πρώτες 7 ημέρες" #: src/components/common/PeriodSelector/index.tsx:44 msgid "First 90 days" -msgstr "" +msgstr "Πρώτες 90 ημέρες" #: src/components/routes/product-widget/CollectInformation/index.tsx:533 msgid "First attendee" @@ -5187,7 +5187,7 @@ msgstr "Σταθερό ποσό" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:145 msgid "Fixed fee" -msgstr "" +msgstr "Σταθερή χρέωση" #: src/components/routes/admin/Configurations/index.tsx:94 #: src/components/routes/admin/Configurations/index.tsx:236 @@ -5204,11 +5204,11 @@ msgstr "Το σταθερό τέλος πρέπει να είναι 0 ή μεγ #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash off" -msgstr "" +msgstr "Φλας εκτός" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash on" -msgstr "" +msgstr "Φλας ενεργό" #: src/components/common/ThemeFontControl/index.tsx:65 msgid "Font Family" @@ -5236,7 +5236,7 @@ msgstr "Ξεχάσατε τον κωδικό;" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:60 msgid "Fourth" -msgstr "" +msgstr "4η" #: src/components/common/AttendeeTicket/index.tsx:134 #: src/components/common/Currency/index.tsx:88 @@ -5258,7 +5258,7 @@ msgstr "Γαλλικά" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 msgid "Fri" -msgstr "" +msgstr "Παρ" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -5275,7 +5275,7 @@ msgstr "Από {0}" #: src/components/forms/ProductForm/ledgerSummaries.ts:46 msgid "From {start}" -msgstr "" +msgstr "Από {start}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:789 msgid "from {start} until {end}" @@ -5287,11 +5287,11 @@ msgstr "από {start}, για {count} ημερομηνίες" #: src/components/layouts/AuthLayout/index.tsx:26 msgid "Full data ownership" -msgstr "" +msgstr "Πλήρης κυριότητα δεδομένων" #: src/components/common/PeriodSelector/index.tsx:46 msgid "Full event" -msgstr "" +msgstr "Ολόκληρη η εκδήλωση" #: src/components/modals/RefundOrderModal/index.tsx:110 msgid "Full refund" @@ -5299,15 +5299,15 @@ msgstr "Πλήρης επιστροφή" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "future" -msgstr "" +msgstr "μελλοντικές" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:352 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:353 msgid "Future dates only" -msgstr "" +msgstr "Μόνο μελλοντικές ημερομηνίες" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Future dates will be copied with capacity reset to zero" -msgstr "" +msgstr "Οι μελλοντικές ημερομηνίες θα αντιγραφούν με μηδενισμένη χωρητικότητα" #: src/components/routes/event/TicketDesigner/TicketDesignerPrint.tsx:38 #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:40 @@ -5340,11 +5340,11 @@ msgstr "Οδηγίες" #: src/components/layouts/OrganizerLayout/index.tsx:82 msgid "Get Paid" -msgstr "" +msgstr "Πληρωθείτε" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:234 msgid "Get paid with Stripe" -msgstr "" +msgstr "Πληρωθείτε με το Stripe" #: src/components/routes/auth/Register/index.tsx:73 msgid "Get started" @@ -5377,7 +5377,7 @@ msgstr "Επιστροφή" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Go Back" -msgstr "" +msgstr "Πίσω" #: src/components/routes/profile/ConfirmEmailChange/index.tsx:23 #: src/components/routes/profile/ConfirmEmailChange/index.tsx:42 @@ -5394,7 +5394,7 @@ msgstr "Μετάβαση στην αρχική σελίδα" #: src/components/modals/CreateAttendeeModal/index.tsx:196 msgid "Go to Schedule" -msgstr "" +msgstr "Μετάβαση στο πρόγραμμα" #: src/components/common/ThemeColorControls/index.tsx:113 msgid "Good readability" @@ -5438,7 +5438,7 @@ msgstr "Μεικτές Πωλήσεις" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:334 msgid "Guest" -msgstr "" +msgstr "Επισκέπτης" #: src/components/layouts/Event/index.tsx:130 msgid "Guest Management" @@ -5451,7 +5451,7 @@ msgstr "Επισκέπτες" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:45 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:159 msgid "Happening now" -msgstr "" +msgstr "Σε εξέλιξη τώρα" #: src/components/routes/admin/DeletionRequests/index.tsx:161 msgid "Hard delete" @@ -5497,7 +5497,7 @@ msgstr "Γεια σας {0} 👋" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:51 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:74 msgid "Hi," -msgstr "" +msgstr "Γεια σας," #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:75 msgid "Hi.Events Fee" @@ -5514,7 +5514,7 @@ msgstr "Κρυφό" #: src/components/forms/ProductForm/visibilityStatus.ts:50 msgid "Hidden — sales ended {end}." -msgstr "" +msgstr "Κρυφό — οι πωλήσεις έληξαν στις {end}." #: src/components/common/QuestionsTable/index.tsx:112 msgid "Hidden from attendees - only visible to organizers" @@ -5522,11 +5522,11 @@ msgstr "Κρυφό από συμμετέχοντες - ορατό μόνο στ #: src/components/forms/ProductForm/ledgerSummaries.ts:151 msgid "Hidden from everyone" -msgstr "" +msgstr "Κρυφό από όλους" #: src/components/forms/ProductForm/visibilityStatus.ts:18 msgid "Hidden from everyone — the master hide switch is on." -msgstr "" +msgstr "Κρυφό από όλους — ο κύριος διακόπτης απόκρυψης είναι ενεργός." #: src/components/common/ProductsTable/SortableProduct/index.tsx:109 #: src/components/common/ProductsTable/SortableProduct/index.tsx:318 @@ -5552,7 +5552,7 @@ msgstr "Απόκρυψη Απαντήσεων" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "Hide details" -msgstr "" +msgstr "Απόκρυψη λεπτομερειών" #: src/components/routes/admin/Announcements/index.tsx:495 msgid "Hide Preview" @@ -5600,7 +5600,7 @@ msgstr "Απόκρυψη αυτής της βαθμίδας από τους χρ #: src/components/forms/ProductForm/ledgerSummaries.ts:61 msgid "Hides sold out" -msgstr "" +msgstr "Κρύβει τα εξαντλημένα" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:91 msgid "Hiding a product will prevent users from seeing it on the event page." @@ -5629,7 +5629,7 @@ msgstr "Τα αναδειγμένα προϊόντα θα έχουν διαφο #: src/constants/eventCategories.ts:18 msgid "Hobbies" -msgstr "" +msgstr "Χόμπι" #: src/components/routes/event/HomepageDesigner/index.tsx:168 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:173 @@ -5651,10 +5651,10 @@ msgstr "Προεπισκόπηση Αρχικής Σελίδας" msgid "Homer" msgstr "Ομήρου" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:386 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:410 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:387 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:411 msgid "Hours" -msgstr "" +msgstr "Ώρες" #: src/components/forms/PromoCodeForm/index.tsx:116 msgid "How is the discount applied?" @@ -5674,7 +5674,7 @@ msgstr "Πόσες φορές μπορεί να χρησιμοποιηθεί α #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:449 msgid "How VAT is applied to the platform fees we charge you." -msgstr "" +msgstr "Πώς εφαρμόζεται ο ΦΠΑ στις χρεώσεις πλατφόρμας που σας χρεώνουμε." #: src/components/common/Editor/index.tsx:90 msgid "HTML character limit exceeded: {htmlLength}/{maxLength}" @@ -5795,11 +5795,11 @@ msgstr "Σε {diffMinutes} λεπτά" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:111 msgid "in last {0} min" -msgstr "" +msgstr "τα τελευταία {0} λεπτά" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:472 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 msgid "In person — set a venue" -msgstr "" +msgstr "Με φυσική παρουσία — ορίστε χώρο" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:132 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:168 @@ -5881,7 +5881,7 @@ msgstr "Instagram" #: src/components/layouts/AuthLayout/index.tsx:14 msgid "Instant Stripe payouts" -msgstr "" +msgstr "Άμεσες πληρωμές Stripe" #: src/components/layouts/Event/index.tsx:143 #: src/components/layouts/OrganizerLayout/index.tsx:114 @@ -5890,7 +5890,7 @@ msgstr "Ενσωματώσεις" #: src/components/forms/CheckInListForm/index.tsx:190 msgid "Internal notes on the attendee's ticket" -msgstr "" +msgstr "Εσωτερικές σημειώσεις στο εισιτήριο του συμμετέχοντα" #: src/components/common/ContactOrganizerModal/index.tsx:35 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:33 @@ -5972,11 +5972,11 @@ msgstr "Ρυθμίσεις Τιμολογίων" #: src/components/routes/welcome/index.tsx:404 msgid "It happens on more than one date" -msgstr "" +msgstr "Πραγματοποιείται σε περισσότερες από μία ημερομηνίες" #: src/components/layouts/ProductWidget/index.tsx:57 msgid "It may have been unpublished or removed. Please check the link and try again." -msgstr "" +msgstr "Ενδέχεται να αποσύρθηκε ή να καταργήθηκε. Ελέγξτε τον σύνδεσμο και δοκιμάστε ξανά." #: src/components/common/LanguageSwitcher/index.tsx:24 msgid "Italian" @@ -5997,7 +5997,7 @@ msgstr "Στοιχεία" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:65 msgid "January" -msgstr "" +msgstr "Ιανουάριος" #: src/components/routes/admin/FailedJobs/index.tsx:163 msgid "Job" @@ -6047,11 +6047,11 @@ msgstr "Εντάχθηκε" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:71 msgid "July" -msgstr "" +msgstr "Ιούλιος" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:70 msgid "June" -msgstr "" +msgstr "Ιούνιος" #: src/components/routes/auth/Login/index.tsx:121 msgid "Just looking for your tickets?" @@ -6059,11 +6059,11 @@ msgstr "Αναζητάτε μόνο τα εισιτήριά σας;" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:24 msgid "just now" -msgstr "" +msgstr "μόλις τώρα" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:161 msgid "Just wrapped" -msgstr "" +msgstr "Μόλις ολοκληρώθηκε" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Keep connection" @@ -6072,7 +6072,7 @@ msgstr "Διατήρηση σύνδεσης" #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Keep editing" -msgstr "" +msgstr "Συνέχεια επεξεργασίας" #: src/components/routes/admin/Announcements/index.tsx:390 msgid "Keep it short — banners show a single line. {0}/200" @@ -6084,7 +6084,7 @@ msgstr "Ενημερώστε με για νέα και εκδηλώσεις απ #: src/components/layouts/AuthLayout/index.tsx:42 msgid "Keep the profit." -msgstr "" +msgstr "Κρατήστε το κέρδος." #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:63 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:449 @@ -6099,7 +6099,7 @@ msgstr "Ετικέτα — π.χ. Πρωινή συνεδρία" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:301 msgid "label updates" -msgstr "" +msgstr "ενημερώσεις ετικέτας" #: src/components/modals/CreateAttendeeModal/index.tsx:235 #: src/components/modals/ManageAttendeeModal/index.tsx:156 @@ -6109,7 +6109,7 @@ msgstr "Γλώσσα" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:61 msgid "Last" -msgstr "" +msgstr "Τελευταία" #: src/components/common/OrganizerReportTable/index.tsx:60 #: src/components/common/ReportTable/index.tsx:55 @@ -6203,13 +6203,13 @@ msgstr "Τελευταία Ενεργοποίηση" msgid "Last Used" msgstr "Τελευταία Χρήση" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:379 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 msgid "Later" -msgstr "" +msgstr "Αργότερα" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:152 msgid "Latest check-ins" -msgstr "" +msgstr "Πρόσφατα check-in" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1098 msgid "Leave “from” as today to start right away." @@ -6221,27 +6221,27 @@ msgstr "Αφήστε κενό για χρήση της προεπιλεγμέν #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:507 msgid "Leave empty for unlimited" -msgstr "" +msgstr "Αφήστε το κενό για απεριόριστο" #: src/components/forms/CheckInListForm/index.tsx:131 msgid "Leave empty to apply this check-in list to all occurrences" -msgstr "" +msgstr "Αφήστε το κενό ώστε αυτή η λίστα check-in να ισχύει για όλες τις ημερομηνίες" #: src/components/forms/CheckInListForm/index.tsx:106 msgid "Leave on to cover every ticket on the event. Turn off to pick specific tickets." -msgstr "" +msgstr "Αφήστε το ενεργό για να καλύπτει όλα τα εισιτήρια της εκδήλωσης. Απενεργοποιήστε το για να επιλέξετε συγκεκριμένα εισιτήρια." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:300 msgid "Let them know about the change" -msgstr "" +msgstr "Ενημερώστε τους για την αλλαγή" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:266 msgid "Let them know about the changes" -msgstr "" +msgstr "Ενημερώστε τους για τις αλλαγές" #: src/components/layouts/OrganizerLayout/index.tsx:111 msgid "Library" -msgstr "" +msgstr "Βιβλιοθήκη" #: src/components/common/ThemeColorControls/index.tsx:84 msgid "Light" @@ -6261,7 +6261,7 @@ msgstr "Επιτρέπονται Σύνδεσμοι" #: src/components/routes/event/OccurrencesTab/index.tsx:472 msgid "List" -msgstr "" +msgstr "Λίστα" #: src/components/common/EventCard/index.tsx:91 #: src/components/layouts/Event/index.tsx:218 @@ -6281,11 +6281,11 @@ msgstr "Δημοσιευμένες Εκδηλώσεις" #: src/components/forms/ProductForm/ProductPreview.tsx:72 msgid "Live preview" -msgstr "" +msgstr "Ζωντανή προεπισκόπηση" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:344 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 msgid "Loaded dates" -msgstr "" +msgstr "Φορτωμένες ημερομηνίες" #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:33 msgid "Loading preview..." @@ -6340,7 +6340,7 @@ msgstr "Η τοποθεσία ενημερώθηκε" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:302 msgid "location updates" -msgstr "" +msgstr "ενημερώσεις τοποθεσίας" #: src/components/routes/organizer/Locations/index.tsx:52 msgid "locations" @@ -6404,7 +6404,7 @@ msgstr "Υποχρεωτική διεύθυνση χρέωσης κατά το c #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:114 msgid "Make it visible so people can buy tickets" -msgstr "" +msgstr "Κάντε την ορατή ώστε ο κόσμος να μπορεί να αγοράσει εισιτήρια" #: src/components/forms/QuestionForm/index.tsx:212 msgid "Make this question mandatory" @@ -6426,7 +6426,7 @@ msgstr "Διαχείριση" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:97 msgid "Manage {0}" -msgstr "" +msgstr "Διαχείριση: {0}" #: src/hooks/useAttendeeActions.tsx:75 msgid "Manage attendee" @@ -6434,7 +6434,7 @@ msgstr "Διαχείριση συμμετέχοντα" #: src/components/routes/event/OccurrencesTab/index.tsx:462 msgid "Manage dates and times for your recurring event" -msgstr "" +msgstr "Διαχειριστείτε ημερομηνίες και ώρες της επαναλαμβανόμενης εκδήλωσής σας" #: src/components/common/EventCard/index.tsx:146 msgid "Manage event" @@ -6442,7 +6442,7 @@ msgstr "Διαχείριση εκδήλωσης" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:393 msgid "Manage on Stripe" -msgstr "" +msgstr "Διαχείριση στο Stripe" #: src/hooks/useOrderActions.tsx:99 msgid "Manage order" @@ -6459,11 +6459,11 @@ msgstr "Διαχείριση Προφίλ" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:114 msgid "Manage schedule" -msgstr "" +msgstr "Διαχείριση προγράμματος" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:78 msgid "Manage Schedule" -msgstr "" +msgstr "Διαχείριση προγράμματος" #: src/components/routes/account/ManageAccount/sections/TaxSettings/index.tsx:17 msgid "Manage taxes and fees which can be applied to your products" @@ -6505,7 +6505,7 @@ msgstr "Χειροκίνητη Προσθήκη Συμμετέχοντα" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:67 msgid "March" -msgstr "" +msgstr "Μάρτιος" #: src/hooks/useOrderActions.tsx:128 msgid "Mark as paid" @@ -6513,7 +6513,7 @@ msgstr "Σήμανση ως πληρωμένο" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:180 msgid "Mark as validated (admin override)" -msgstr "" +msgstr "Σήμανση ως επικυρωμένο (παράκαμψη διαχειριστή)" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:177 msgid "Max Messages / 24h" @@ -6533,7 +6533,7 @@ msgstr "Μέγιστο ανά Παραγγελία" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:69 msgid "May" -msgstr "" +msgstr "Μάιος" #: src/components/routes/admin/Attribution/index.tsx:108 msgid "Medium" @@ -6620,7 +6620,7 @@ msgstr "Η βαθμίδα μηνυμάτων ενημερώθηκε επιτυχ #: src/components/forms/ProductForm/ledgerSummaries.ts:115 msgid "Min {min} per order" -msgstr "" +msgstr "Ελάχ. {min} ανά παραγγελία" #: src/components/forms/ProductForm/index.tsx:523 msgid "Minimum Per Order" @@ -6634,10 +6634,10 @@ msgstr "Ελάχιστη Τιμή" msgid "minutes" msgstr "λεπτά" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:393 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:417 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:394 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:418 msgid "Minutes" -msgstr "" +msgstr "Λεπτά" #: src/components/routes/event/Settings/index.tsx:84 msgid "Miscellaneous" @@ -6652,13 +6652,13 @@ msgstr "Διάφορες Ρυθμίσεις" msgid "Modal" msgstr "Αναδυόμενο παράθυρο" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:467 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:468 msgid "Mode" -msgstr "" +msgstr "Λειτουργία" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 msgid "Mon" -msgstr "" +msgstr "Δευ" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -6675,7 +6675,7 @@ msgstr "Παρακολούθηση και διαχείριση αποτυχημ #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:89 msgid "month" -msgstr "" +msgstr "μήνας" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:931 msgid "Month" @@ -6684,20 +6684,20 @@ msgstr "Μήνας" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:52 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Monthly" -msgstr "" +msgstr "Μηνιαία" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:97 msgid "months" -msgstr "" +msgstr "μήνες" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:268 msgid "more" -msgstr "" +msgstr "ακόμη" #: src/components/common/EntityActions/index.tsx:98 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:171 msgid "More actions" -msgstr "" +msgstr "Περισσότερες ενέργειες" #: src/components/routes/admin/Dashboard/index.tsx:294 msgid "Most Viewed Events (Last 14 Days)" @@ -6705,7 +6705,7 @@ msgstr "Εκδηλώσεις με Περισσότερες Προβολές (Τ #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Move all dates earlier or later" -msgstr "" +msgstr "Μετακίνηση όλων των ημερομηνιών νωρίτερα ή αργότερα" #: src/components/forms/QuestionForm/index.tsx:106 msgid "Multi line text box" @@ -6715,11 +6715,11 @@ msgstr "Πεδίο κειμένου πολλαπλών γραμμών" #: src/components/layouts/EventHomepage/index.tsx:180 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Multiple locations" -msgstr "" +msgstr "Πολλές τοποθεσίες" #: src/components/layouts/AuthLayout/index.tsx:27 msgid "Multiple ticket types" -msgstr "" +msgstr "Πολλοί τύποι εισιτηρίων" #: src/constants/eventCategories.ts:8 msgid "Music" @@ -6800,13 +6800,13 @@ msgstr "Καθαρά Έσοδα" msgid "Never" msgstr "Ποτέ" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:432 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 msgid "New capacity" -msgstr "" +msgstr "Νέα χωρητικότητα" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:451 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 msgid "New label" -msgstr "" +msgstr "Νέα ετικέτα" #: src/components/common/LocationPicker/index.tsx:169 #: src/components/common/LocationPicker/index.tsx:183 @@ -6825,7 +6825,7 @@ msgstr "Νέες Εγγραφές" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:53 msgid "New time:" -msgstr "" +msgstr "Νέα ώρα:" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:429 msgid "Next month" @@ -6833,11 +6833,11 @@ msgstr "Επόμενος μήνας" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:162 msgid "Next occurrence" -msgstr "" +msgstr "Επόμενη ημερομηνία" #: src/components/common/EventDateRange/index.tsx:61 msgid "Next: {nextFormatted}" -msgstr "" +msgstr "Επόμενη: {nextFormatted}" #: src/constants/eventCategories.ts:4 msgid "Nightlife" @@ -6886,7 +6886,7 @@ msgstr "Δεν βρέθηκαν συμμετέχοντες για αυτή τη #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:173 msgid "No attendees to show" -msgstr "" +msgstr "Δεν υπάρχουν συμμετέχοντες για εμφάνιση" #: src/components/common/AttendeeTable/index.tsx:346 msgid "No Attendees to show" @@ -6894,7 +6894,7 @@ msgstr "Δεν υπάρχουν Συμμετέχοντες για εμφάνισ #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:79 msgid "No attendees yet for this date." -msgstr "" +msgstr "Δεν υπάρχουν ακόμη συμμετέχοντες για αυτή την ημερομηνία." #: src/components/routes/admin/Attribution/index.tsx:121 msgid "No attribution data found" @@ -6902,7 +6902,7 @@ msgstr "Δεν βρέθηκαν δεδομένα απόδοσης" #: src/components/routes/organizer/Payments/CapabilityList.tsx:69 msgid "No capabilities reported by Stripe yet." -msgstr "" +msgstr "Το Stripe δεν έχει αναφέρει ακόμη δυνατότητες." #: src/components/modals/OfferWaitlistModal/index.tsx:193 msgid "No capacity" @@ -6915,7 +6915,7 @@ msgstr "Δεν υπάρχουν Αναθέσεις Χωρητικότητας" #: src/components/common/KpiGrid/index.tsx:57 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:212 msgid "No change" -msgstr "" +msgstr "Καμία αλλαγή" #: src/components/common/CheckInListList/index.tsx:44 #: src/components/common/CheckInListTable/index.tsx:266 @@ -6928,7 +6928,7 @@ msgstr "Δεν υπάρχουν διαθέσιμες λίστες check-in γι #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:155 msgid "No check-ins yet" -msgstr "" +msgstr "Δεν υπάρχουν ακόμη check-in" #: src/components/routes/admin/Configurations/index.tsx:127 msgid "No configurations found" @@ -6936,7 +6936,7 @@ msgstr "Δεν βρέθηκαν ρυθμίσεις" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:207 msgid "No connections available" -msgstr "" +msgstr "Δεν υπάρχουν διαθέσιμες συνδέσεις" #: src/components/common/ReportTable/index.tsx:233 msgid "No data available" @@ -6953,32 +6953,32 @@ msgstr "Δεν υπάρχουν δεδομένα για εμφάνιση. Επι #: src/components/common/EventCard/index.tsx:221 #: src/components/common/EventCard/index.tsx:318 msgid "No date added" -msgstr "" +msgstr "Δεν προστέθηκε ημερομηνία" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:668 msgid "No dates available this month. Try navigating to another month." -msgstr "" +msgstr "Δεν υπάρχουν διαθέσιμες ημερομηνίες αυτόν τον μήνα. Δοκιμάστε άλλον μήνα." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:90 msgid "No dates match the current filters." -msgstr "" +msgstr "Καμία ημερομηνία δεν ταιριάζει με τα τρέχοντα φίλτρα." -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates match your filters" -msgstr "" +msgstr "Καμία ημερομηνία δεν ταιριάζει με τα φίλτρα σας" #: src/components/common/OccurrenceSelect/index.tsx:158 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:130 msgid "No dates match your search" -msgstr "" +msgstr "Καμία ημερομηνία δεν ταιριάζει με την αναζήτησή σας" #: src/components/modals/PublishEventModal/index.tsx:103 msgid "No dates scheduled" msgstr "Δεν έχουν προγραμματιστεί ημερομηνίες" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates scheduled yet" -msgstr "" +msgstr "Δεν έχουν προγραμματιστεί ακόμη ημερομηνίες" #: src/components/routes/admin/DeletionRequests/index.tsx:108 msgid "No deletion requests found" @@ -7026,7 +7026,7 @@ msgstr "Χωρίς τιμολόγιο" #: src/components/forms/ProductForm/ledgerSummaries.ts:121 msgid "No limits" -msgstr "" +msgstr "Χωρίς όρια" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:163 #: src/components/modals/WebhookLogsModal/index.tsx:177 @@ -7047,11 +7047,11 @@ msgstr "Δεν υπάρχουν μηνύματα για εμφάνιση" #: src/components/modals/CreateAttendeeModal/index.tsx:183 msgid "No occurrences available" -msgstr "" +msgstr "Δεν υπάρχουν διαθέσιμες ημερομηνίες" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:134 msgid "No occurrences on this date" -msgstr "" +msgstr "Δεν υπάρχουν ημερομηνίες αυτή την ημέρα" #: src/components/common/QuestionsTable/index.tsx:491 msgid "No order questions yet" @@ -7071,7 +7071,7 @@ msgstr "Δεν υπάρχουν παραγγελίες ακόμα" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:90 msgid "No orders yet for this date." -msgstr "" +msgstr "Δεν υπάρχουν ακόμη παραγγελίες για αυτή την ημερομηνία." #: src/components/routes/admin/Dashboard/index.tsx:377 msgid "No organizer activity in the last 14 days" @@ -7079,7 +7079,7 @@ msgstr "Δεν υπάρχει δραστηριότητα διοργανωτή τ #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:179 msgid "No organizer context available." -msgstr "" +msgstr "Δεν υπάρχει διαθέσιμο πλαίσιο διοργανωτή." #: src/components/modals/SwitchOrganizerModal/index.tsx:57 msgid "No other organizers available" @@ -7116,7 +7116,7 @@ msgstr "Δεν υπάρχουν διαθέσιμα προϊόντα σε αυτ #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:170 msgid "No products configured for this event." -msgstr "" +msgstr "Δεν έχουν ρυθμιστεί προϊόντα για αυτή την εκδήλωση." #: src/components/modals/OfferWaitlistModal/index.tsx:140 msgid "No products have waiting entries" @@ -7195,7 +7195,7 @@ msgstr "Δεν υπάρχουν εισιτήρια προς πώληση" #: src/components/common/EventDateRange/index.tsx:68 msgid "No upcoming dates" -msgstr "" +msgstr "Καμία προσεχής ημερομηνία" #: src/components/layouts/OrganizerHomepage/index.tsx:299 msgid "No upcoming events" @@ -7229,7 +7229,7 @@ msgstr "Όχι, μείνετε εδώ" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:293 msgid "non-edited" -msgstr "" +msgstr "χωρίς επεξεργασία" #: src/components/common/PromoCodeTable/index.tsx:82 #: src/components/forms/ProductForm/ledgerSummaries.ts:92 @@ -7240,7 +7240,7 @@ msgstr "Κανένα" #: src/components/forms/ProductForm/ledgerSummaries.ts:29 msgid "None yet" -msgstr "" +msgstr "Κανένα ακόμη" #: src/components/common/ProductPriceAvailability/index.tsx:38 #: src/components/common/ProductPriceAvailability/index.tsx:68 @@ -7250,7 +7250,7 @@ msgstr "Δεν είναι διαθέσιμο" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:122 #: src/components/modals/ManageAttendeeModal/index.tsx:138 msgid "Not checked in" -msgstr "" +msgstr "Χωρίς check-in" #: src/components/common/AttendeeTable/index.tsx:304 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -7279,7 +7279,7 @@ msgstr "Ρυθμίσεις Ειδοποιήσεων" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:569 msgid "Notify attendees and stop sales" -msgstr "" +msgstr "Ειδοποίηση συμμετεχόντων και διακοπή πωλήσεων" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:76 msgid "Notify organizer of new orders" @@ -7287,11 +7287,11 @@ msgstr "Ειδοποίηση διοργανωτή για νέες παραγγε #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:75 msgid "November" -msgstr "" +msgstr "Νοέμβριος" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1087 msgid "Number of dates to create" -msgstr "" +msgstr "Αριθμός ημερομηνιών προς δημιουργία" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:227 msgid "Number of days allowed for payment (leave blank to omit payment terms from invoices)" @@ -7307,38 +7307,38 @@ msgstr "Πρόθεμα Αριθμού" #: src/components/modals/ManageOrderModal/index.tsx:140 #: src/components/modals/SendMessageModal/index.tsx:357 msgid "Occurrence" -msgstr "" +msgstr "Ημερομηνία" #: src/components/forms/WebhookForm/index.tsx:133 msgid "Occurrence Cancelled" -msgstr "" +msgstr "Η ημερομηνία ακυρώθηκε" #: src/components/layouts/Event/index.tsx:113 #: src/components/routes/event/OccurrencesTab/index.tsx:463 msgid "Occurrence Schedule" -msgstr "" +msgstr "Πρόγραμμα ημερομηνιών" #: src/components/routes/event/Reports/index.tsx:37 #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:102 msgid "Occurrence Summary" -msgstr "" +msgstr "Σύνοψη ημερομηνίας" #: src/components/common/OrderDetails/index.tsx:55 #: src/components/modals/ManageOrderModal/index.tsx:140 msgid "Occurrences" -msgstr "" +msgstr "Ημερομηνίες" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Occurrences (future only)" -msgstr "" +msgstr "Ημερομηνίες (μόνο μελλοντικές)" #: src/components/modals/CreateEventModal/index.tsx:252 msgid "Occurrences can be configured after creation" -msgstr "" +msgstr "Οι ημερομηνίες μπορούν να ρυθμιστούν μετά τη δημιουργία" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:74 msgid "October" -msgstr "" +msgstr "Οκτώβριος" #: src/components/common/OrganizerReportTable/index.tsx:356 msgid "of" @@ -7351,7 +7351,7 @@ msgstr "κάθε μήνα" #: src/components/forms/ProductForm/ledgerSummaries.ts:77 #: src/components/forms/ProductForm/ledgerSummaries.ts:140 msgid "Off" -msgstr "" +msgstr "Ανενεργό" #: src/components/common/WaitlistTable/index.tsx:135 #: src/components/modals/OfferWaitlistModal/index.tsx:227 @@ -7422,7 +7422,7 @@ msgstr "στις" #: src/components/forms/ProductForm/ledgerSummaries.ts:74 msgid "On" -msgstr "" +msgstr "Ενεργό" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:760 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:768 @@ -7449,7 +7449,7 @@ msgstr "την {position} {day}" #: src/components/forms/ProductForm/index.tsx:442 msgid "On the event page" -msgstr "" +msgstr "Στη σελίδα της εκδήλωσης" #: src/components/common/JoinWaitlistButton/index.tsx:25 msgid "On the waitlist" @@ -7480,23 +7480,23 @@ msgstr "Σε Εξέλιξη" msgid "Online" msgstr "Διαδικτυακό" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 msgid "Online — provide connection details" -msgstr "" +msgstr "Διαδικτυακά — δώστε στοιχεία σύνδεσης" #: src/components/common/EventCard/index.tsx:100 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Online & in-person" -msgstr "" +msgstr "Διαδικτυακά και με φυσική παρουσία" #: src/components/layouts/EventHomepage/index.tsx:181 msgid "Online & in-person — see schedule" -msgstr "" +msgstr "Διαδικτυακά και με φυσική παρουσία — δείτε το πρόγραμμα" #: src/components/common/AttendeeTicket/index.tsx:127 #: src/components/modals/ManageOccurrenceModal/index.tsx:146 msgid "Online event" -msgstr "" +msgstr "Διαδικτυακή εκδήλωση" #: src/components/layouts/EventHomepage/index.tsx:404 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:175 @@ -7517,7 +7517,7 @@ msgstr "Μόνο {capacity} απομένουν" #: src/components/forms/ProductForm/ProductDrawer.tsx:130 msgid "Only a name is required — everything else has sensible defaults" -msgstr "" +msgstr "Απαιτείται μόνο ένα όνομα — όλα τα υπόλοιπα έχουν λογικές προεπιλογές" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:74 msgid "Only account administrators can delete or archive events. Contact your account admin for assistance." @@ -7529,7 +7529,7 @@ msgstr "Μόνο διαχειριστές λογαριασμού μπορούν #: src/components/forms/ProductForm/index.tsx:546 msgid "Only available as an add-on" -msgstr "" +msgstr "Διαθέσιμο μόνο ως πρόσθετο" #: src/components/routes/admin/Announcements/index.tsx:470 msgid "Only published announcements are shown to users" @@ -7545,11 +7545,11 @@ msgstr "Εμφάνιση μόνο ημερομηνίας και ώρας ένα #: src/components/common/ProductsTable/SortableProduct/index.tsx:335 msgid "Only shown as an add-on to the products it's attached to" -msgstr "" +msgstr "Εμφανίζεται μόνο ως πρόσθετο στα προϊόντα με τα οποία συνδέεται" #: src/components/forms/ProductForm/visibilityStatus.ts:25 msgid "Only shown as an add-on to the products it's attached to." -msgstr "" +msgstr "Εμφανίζεται μόνο ως πρόσθετο στα προϊόντα με τα οποία συνδέεται." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:138 msgid "Only the account owner can request account deletion." @@ -7557,11 +7557,11 @@ msgstr "Μόνο ο κάτοχος του λογαριασμού μπορεί ν #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:513 msgid "Only tickets count toward capacity" -msgstr "" +msgstr "Μόνο τα εισιτήρια μετρούν στη χωρητικότητα" #: src/components/forms/ProductForm/visibilityStatus.ts:32 msgid "Only visible to buyers with an applicable promo code." -msgstr "" +msgstr "Ορατό μόνο σε αγοραστές με έγκυρο κωδικό προσφοράς." #: src/components/common/ProductsTable/SortableProduct/index.tsx:319 msgid "Only visible with promo code" @@ -7569,7 +7569,7 @@ msgstr "Ορατό μόνο με κωδικό προσφοράς" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open check-in" -msgstr "" +msgstr "Άνοιγμα check-in" #: src/components/common/CheckInListList/index.tsx:165 #: src/components/common/CheckInListTable/index.tsx:209 @@ -7579,7 +7579,7 @@ msgstr "Άνοιγμα Σελίδας Check-In" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open occurrence" -msgstr "" +msgstr "Άνοιγμα ημερομηνίας" #: src/components/layouts/AppLayout/index.tsx:31 msgid "Open sidebar" @@ -7621,9 +7621,9 @@ msgstr "Επιλογές" msgid "or" msgstr "ή" -#: src/components/routes/event/OccurrencesTab/index.tsx:603 +#: src/components/routes/event/OccurrencesTab/index.tsx:618 msgid "or add a single date" -msgstr "" +msgstr "ή προσθέστε μία ημερομηνία" #: src/components/modals/PublishEventModal/index.tsx:81 msgid "Or enable offline payments and disable Stripe" @@ -7631,7 +7631,7 @@ msgstr "Ή ενεργοποιήστε τις πληρωμές εκτός σύν #: src/components/routes/event/OccurrencesTab/index.tsx:415 msgid "order" -msgstr "" +msgstr "παραγγελία" #: src/components/common/QuestionsTable/index.tsx:295 #: src/components/common/QuestionsTable/index.tsx:448 @@ -7647,7 +7647,7 @@ msgstr "Παραγγελία & Εισιτήριο" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:265 msgid "Order #" -msgstr "" +msgstr "Αρ. παραγγελίας" #: src/components/routes/product-widget/CollectInformation/index.tsx:386 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:375 @@ -7682,7 +7682,7 @@ msgstr "Ημερομηνία Παραγγελίας" #: src/components/forms/CheckInListForm/index.tsx:222 msgid "Order details" -msgstr "" +msgstr "Λεπτομέρειες παραγγελίας" #: src/components/common/OrdersTable/index.tsx:178 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:613 @@ -7708,7 +7708,7 @@ msgstr "ID Παραγγελίας" #: src/components/forms/ProductForm/index.tsx:517 msgid "Order limits" -msgstr "" +msgstr "Όρια παραγγελίας" #: src/hooks/useOrderActions.tsx:50 msgid "Order marked as paid" @@ -7728,7 +7728,7 @@ msgstr "Παραγγελία Δεν Βρέθηκε" #: src/components/forms/CheckInListForm/index.tsx:224 msgid "Order number, purchase date, purchaser email" -msgstr "" +msgstr "Αριθμός παραγγελίας, ημερομηνία αγοράς, email αγοραστή" #: src/components/common/MessageList/index.tsx:31 msgid "Order owner" @@ -7790,7 +7790,7 @@ msgstr "Η παραγγελία ακυρώθηκε" #: src/components/routes/event/OccurrencesTab/index.tsx:415 #: src/components/routes/event/orders.tsx:197 msgid "orders" -msgstr "" +msgstr "παραγγελίες" #: src/components/layouts/Admin/index.tsx:17 #: src/components/layouts/Event/index.tsx:125 @@ -7905,7 +7905,7 @@ msgstr "Θα χρησιμοποιηθεί το πρότυπο διοργανωτ #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:202 msgid "Organizers" -msgstr "" +msgstr "Διοργανωτές" #: src/components/modals/EditUserModal/index.tsx:58 #: src/components/modals/InviteUserModal/index.tsx:49 @@ -7927,7 +7927,7 @@ msgstr "Αποτέλεσμα" #: src/constants/eventCategories.ts:22 msgid "Outdoors" -msgstr "" +msgstr "Υπαίθρια" #: src/components/routes/admin/Messages/index.tsx:107 msgid "Outgoing Messages" @@ -7935,19 +7935,19 @@ msgstr "Εξερχόμενα Μηνύματα" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:208 msgid "Override" -msgstr "" +msgstr "Παράκαμψη" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:133 msgid "Override fees on this organizer" -msgstr "" +msgstr "Παράκαμψη χρεώσεων για αυτόν τον διοργανωτή" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:228 msgid "Override price" -msgstr "" +msgstr "Παράκαμψη τιμής" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:96 msgid "Override removed" -msgstr "" +msgstr "Η παράκαμψη αφαιρέθηκε" #: src/components/layouts/Event/index.tsx:100 msgid "Overview" @@ -7988,7 +7988,7 @@ msgstr "πληρωμένο" #: src/components/forms/ProductForm/index.tsx:274 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:431 msgid "Paid" -msgstr "" +msgstr "Πληρωμένο" #: src/components/routes/admin/Attribution/index.tsx:51 msgid "Paid Accounts" @@ -8048,7 +8048,7 @@ msgstr "Προηγούμενες" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:317 msgid "Past due" -msgstr "" +msgstr "Ληξιπρόθεσμο" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Past Events" @@ -8162,7 +8162,7 @@ msgstr "Οι πληρωμές δεν είναι διαθέσιμες" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:407 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:463 msgid "Payouts" -msgstr "" +msgstr "Πληρωμές" #: src/components/routes/admin/DeletionRequests/index.tsx:85 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:437 @@ -8180,7 +8180,7 @@ msgstr "Ανά Συμμετέχοντα" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:117 msgid "per min" -msgstr "" +msgstr "ανά λεπτό" #: src/components/common/PromoCodeTable/index.tsx:91 msgid "per order" @@ -8216,7 +8216,7 @@ msgstr "Τέλος Ποσοστού" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:137 msgid "Percentage fee (%)" -msgstr "" +msgstr "Ποσοστιαία χρέωση (%)" #: src/components/routes/admin/Configurations/index.tsx:175 msgid "Percentage must be between 0 and 100" @@ -8248,7 +8248,7 @@ msgstr "Οριστική διαγραφή αυτού του διοργανωτή #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:583 msgid "Permanently remove this date" -msgstr "" +msgstr "Οριστική αφαίρεση αυτής της ημερομηνίας" #: src/components/routes/profile/ManageProfile/index.tsx:148 msgid "Personal Information" @@ -8260,15 +8260,15 @@ msgstr "Τηλέφωνο" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:530 msgid "Pick an end date" -msgstr "" +msgstr "Επιλέξτε ημερομηνία λήξης" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:538 msgid "Pick at least one day of the month" -msgstr "" +msgstr "Επιλέξτε τουλάχιστον μία ημέρα του μήνα" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:527 msgid "Pick at least one day of the week" -msgstr "" +msgstr "Επιλέξτε τουλάχιστον μία ημέρα της εβδομάδας" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:841 msgid "Pick days to see your dates." @@ -8285,7 +8285,7 @@ msgstr "Τοποθετήστε αυτό στο της ιστοσελίδ #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:269 #: src/components/modals/ManageOrderModal/index.tsx:125 msgid "Placed" -msgstr "" +msgstr "Καταχωρήθηκε" #: src/components/common/PoweredByFooter/index.tsx:48 msgid "Planning an event?" @@ -8340,7 +8340,7 @@ msgstr "Παρακαλώ ελέγξτε το email σας για επιβεβα #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:76 msgid "Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions." -msgstr "" +msgstr "Ελέγξτε το εισιτήριό σας για τη νέα ώρα. Τα εισιτήριά σας παραμένουν έγκυρα — δεν χρειάζεται να κάνετε κάτι, εκτός αν οι νέες ώρες δεν σας βολεύουν. Απαντήστε σε αυτό το email αν έχετε απορίες." #: src/components/routes/product-widget/SelectProducts/index.tsx:1023 msgid "Please continue in the new tab" @@ -8393,7 +8393,7 @@ msgstr "Παρακαλώ επιστρέψτε στη σελίδα εκδήλωσ #: src/components/routes/product-widget/SelectProducts/index.tsx:584 msgid "Please select a date and time" -msgstr "" +msgstr "Επιλέξτε ημερομηνία και ώρα" #: src/components/common/OrganizerReportTable/index.tsx:269 msgid "Please select a date range" @@ -8452,7 +8452,7 @@ msgstr "Πορτογαλικά" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:967 msgid "Position" -msgstr "" +msgstr "Θέση" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:97 msgid "Post Checkout message" @@ -8506,7 +8506,7 @@ msgstr "Τιμή μη ορισμένη" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:206 msgid "Price Tier" -msgstr "" +msgstr "Κλιμάκιο τιμής" #: src/components/forms/ProductForm/index.tsx:356 msgid "Price Tiers" @@ -8514,7 +8514,7 @@ msgstr "Βαθμίδες Τιμής" #: src/components/forms/ProductForm/index.tsx:266 msgid "Pricing" -msgstr "" +msgstr "Τιμολόγηση" #: src/components/common/WidgetEditor/index.tsx:187 msgid "Primary Color" @@ -8604,11 +8604,11 @@ msgstr "Πωλήσεις προϊόντων, έσοδα και ανάλυση φ #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:599 msgid "Product settings cannot be edited for cancelled dates." -msgstr "" +msgstr "Οι ρυθμίσεις προϊόντων δεν μπορούν να τροποποιηθούν για ακυρωμένες ημερομηνίες." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:160 msgid "Product settings saved successfully" -msgstr "" +msgstr "Οι ρυθμίσεις προϊόντος αποθηκεύτηκαν" #: src/components/common/ProductSelector/index.tsx:67 msgid "Product Tier" @@ -8661,7 +8661,7 @@ msgstr "Το προφίλ ενημερώθηκε επιτυχώς" #: src/components/common/CheckIn/CheckInInfoModal.tsx:47 msgid "Progress" -msgstr "" +msgstr "Πρόοδος" #: src/components/routes/product-widget/SelectProducts/index.tsx:500 msgid "Promo {promo_code} code applied" @@ -8682,7 +8682,7 @@ msgstr "Σελίδα Κωδικού Προσφοράς" #: src/components/forms/ProductForm/ledgerSummaries.ts:154 msgid "Promo code required" -msgstr "" +msgstr "Απαιτείται κωδικός προσφοράς" #: src/components/routes/event/Reports/index.tsx:32 msgid "Promo code usage and discount breakdown" @@ -8690,11 +8690,11 @@ msgstr "Χρήση κωδικού προσφοράς και ανάλυση εκ #: src/components/routes/event/promo-codes.tsx:55 msgid "promo codes" -msgstr "" +msgstr "κωδικοί προσφοράς" #: src/components/layouts/AuthLayout/index.tsx:18 msgid "Promo codes" -msgstr "" +msgstr "Κωδικοί προσφοράς" #: src/components/layouts/Event/index.tsx:126 #: src/components/modals/DuplicateEventModal/index.tsx:52 @@ -8733,11 +8733,11 @@ msgstr "Συμπληρώστε τουλάχιστον ένα πεδίο διεύ #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:438 msgid "Provide the following before Stripe's next review to keep payouts flowing." -msgstr "" +msgstr "Δώστε τα παρακάτω πριν από τον επόμενο έλεγχο του Stripe ώστε να συνεχιστούν οι πληρωμές." #: src/components/forms/ProductForm/ledgerSummaries.ts:157 msgid "Public" -msgstr "" +msgstr "Δημόσιο" #: src/components/common/StatusToggle/index.tsx:97 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:117 @@ -8754,7 +8754,7 @@ msgstr "Δημοσίευση εκδήλωσης" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:113 msgid "Publish your event" -msgstr "" +msgstr "Δημοσιεύστε την εκδήλωσή σας" #: src/components/routes/admin/Announcements/index.tsx:183 #: src/components/routes/admin/Announcements/index.tsx:473 @@ -8774,11 +8774,11 @@ msgstr "Αγοράστηκε" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:275 msgid "Purchaser" -msgstr "" +msgstr "Αγοραστής" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:283 msgid "Purchaser email" -msgstr "" +msgstr "Email αγοραστή" #: src/components/modals/ShareModal/index.tsx:168 msgid "QR Code" @@ -8786,7 +8786,7 @@ msgstr "QR Code" #: src/components/layouts/AuthLayout/index.tsx:16 msgid "QR code check-in" -msgstr "" +msgstr "Check-in με κωδικό QR" #: src/components/modals/OfferWaitlistModal/index.tsx:170 msgid "Qty" @@ -8803,7 +8803,7 @@ msgstr "Διαθέσιμη Ποσότητα" #: src/components/forms/CheckInListForm/index.tsx:205 msgid "Question answers" -msgstr "" +msgstr "Απαντήσεις σε ερωτήσεις" #: src/components/common/QuestionsTable/index.tsx:201 msgid "Question deleted" @@ -8837,7 +8837,7 @@ msgstr "Ουρά" #: src/components/forms/PromoCodeForm/index.tsx:145 msgid "Quick Tip" -msgstr "" +msgstr "Γρήγορη συμβουλή" #: src/components/forms/QuestionForm/index.tsx:118 msgid "Radio Option" @@ -8861,7 +8861,7 @@ msgstr "Νέα Προσφορά Θέσης" #: src/components/modals/ManageOccurrenceModal/index.tsx:70 #: src/components/routes/event/OccurrenceDetail/index.tsx:96 msgid "Reactivate this date? It will be reopened for future sales." -msgstr "" +msgstr "Επανενεργοποίηση αυτής της ημερομηνίας; Θα ανοίξει ξανά για μελλοντικές πωλήσεις." #: src/components/modals/PublishEventModal/index.tsx:143 msgid "Ready to go live?" @@ -8869,7 +8869,7 @@ msgstr "Έτοιμοι να δημοσιεύσετε;" #: src/components/layouts/AuthLayout/index.tsx:19 msgid "Real-time analytics" -msgstr "" +msgstr "Αναλύσεις σε πραγματικό χρόνο" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:171 msgid "Reason (optional)" @@ -8887,19 +8887,19 @@ msgstr "Πρόσφατες Εγγραφές Λογαριασμού" #: src/components/common/PeriodSelector/index.tsx:111 msgid "Recent activity" -msgstr "" +msgstr "Πρόσφατη δραστηριότητα" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:59 msgid "Recent Attendees" -msgstr "" +msgstr "Πρόσφατοι συμμετέχοντες" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:106 msgid "Recent check-ins" -msgstr "" +msgstr "Πρόσφατα check-in" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:309 msgid "Recent orders" -msgstr "" +msgstr "Πρόσφατες παραγγελίες" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:63 msgid "Recent Orders" @@ -8930,12 +8930,12 @@ msgstr "Οι παραλήπτες είναι διαθέσιμοι αφού απ #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "Recommended" -msgstr "" +msgstr "Προτεινόμενο" #: src/components/common/EventCard/index.tsx:209 #: src/components/common/EventCard/index.tsx:322 msgid "Recurring" -msgstr "" +msgstr "Επαναλαμβανόμενη" #: src/components/layouts/EventHomepage/index.tsx:368 #: src/components/modals/CreateEventModal/index.tsx:240 @@ -8949,7 +8949,7 @@ msgstr "Ρυθμίσεις επαναλαμβανόμενης εκδήλωσης #: src/components/layouts/AuthLayout/index.tsx:13 msgid "Recurring events" -msgstr "" +msgstr "Επαναλαμβανόμενες εκδηλώσεις" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:80 msgid "Reddit" @@ -8969,13 +8969,13 @@ msgstr "Ανανέωση Προεπισκόπησης" #: src/components/routes/event/OccurrencesTab/index.tsx:218 msgid "Refund all orders for these dates" -msgstr "" +msgstr "Επιστροφή χρημάτων για όλες τις παραγγελίες αυτών των ημερομηνιών" #: src/components/routes/event/OccurrenceDetail/index.tsx:67 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:44 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:334 msgid "Refund all orders for this date" -msgstr "" +msgstr "Επιστροφή χρημάτων για όλες τις παραγγελίες αυτής της ημερομηνίας" #: src/components/modals/RefundOrderModal/index.tsx:108 msgid "Refund amount" @@ -9046,7 +9046,7 @@ msgstr "Ερωτήσεις Εγγραφής" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:142 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:94 msgid "Remaining" -msgstr "" +msgstr "Απομένουν" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:82 msgid "Remaining Uses" @@ -9064,9 +9064,9 @@ msgstr "αφαίρεση" msgid "Remove" msgstr "Αφαίρεση" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:458 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:459 msgid "Remove label from all dates" -msgstr "" +msgstr "Αφαίρεση ετικέτας από όλες τις ημερομηνίες" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:67 msgid "Remove sold out dates and times from the event page entirely. When disabled, they remain visible and are labelled as sold out." @@ -9078,11 +9078,11 @@ msgstr "Αφαίρεση ώρας" #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:60 msgid "Reopen for new sales" -msgstr "" +msgstr "Επανέναρξη πωλήσεων" #: src/components/routes/event/OccurrencesTab/index.tsx:194 msgid "Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed." -msgstr "" +msgstr "Επανέναρξη πωλήσεων για αυτή την ημερομηνία; Τα εισιτήρια που ακυρώθηκαν προηγουμένως δεν θα επαναφερθούν — οι συμμετέχοντες παραμένουν ακυρωμένοι και οι επιστροφές χρημάτων που έχουν ήδη γίνει δεν αντιστρέφονται." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:885 msgid "Repeats" @@ -9183,7 +9183,7 @@ msgstr "Επαναφορά κωδικού" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:238 msgid "Reset to base price" -msgstr "" +msgstr "Επαναφορά στη βασική τιμή" #: src/components/routes/auth/ResetPassword/index.tsx:75 msgid "Resetting..." @@ -9226,7 +9226,7 @@ msgstr "Επαναφορά αυτού του διοργανωτή για να γ #: src/components/common/ToolBar/index.tsx:47 msgid "results" -msgstr "" +msgstr "αποτελέσματα" #: src/components/routes/admin/FailedJobs/index.tsx:199 msgid "Retry" @@ -9259,11 +9259,11 @@ msgstr "Επαναχρησιμοποιήσιμοι χώροι για τις εκ #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:218 msgid "Reuse" -msgstr "" +msgstr "Επαναχρησιμοποίηση" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:198 msgid "Reuse a Stripe connection from another organizer in this account." -msgstr "" +msgstr "Επαναχρησιμοποιήστε μια σύνδεση Stripe από άλλον διοργανωτή αυτού του λογαριασμού." #: src/components/common/AffiliateTable/index.tsx:157 #: src/components/common/EventCard/index.tsx:255 @@ -9316,7 +9316,7 @@ msgstr "Περίοδος Πώλησης" #: src/components/forms/ProductForm/index.tsx:420 msgid "Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page." -msgstr "" +msgstr "Η περίοδος πώλησης ισχύει για όλες τις ημερομηνίες του προγράμματός σας. Για να ελέγξετε τιμές και διαθεσιμότητα ανά ημερομηνία, χρησιμοποιήστε τις παρακάμψεις στη <0>σελίδα Πρόγραμμα ημερομηνιών." #: src/components/forms/ProductForm/index.tsx:427 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:80 @@ -9329,7 +9329,7 @@ msgstr "Η πώληση ξεκινά {0}" #: src/components/forms/ProductForm/index.tsx:413 msgid "Sale window" -msgstr "" +msgstr "Περίοδος πώλησης" #: src/components/common/AffiliateTable/index.tsx:145 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:143 @@ -9352,7 +9352,7 @@ msgstr "Έναρξη πωλήσεων" #: src/components/routes/event/Reports/index.tsx:38 msgid "Sales, attendance, and check-in breakdown per occurrence" -msgstr "" +msgstr "Ανάλυση πωλήσεων, προσέλευσης και check-in ανά ημερομηνία" #: src/components/routes/organizer/Reports/index.tsx:24 msgid "Sales, orders, and performance metrics for all events" @@ -9364,7 +9364,7 @@ msgstr "Πωλήσεις:" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:471 msgid "Same as event" -msgstr "" +msgstr "Ίδιο με την εκδήλωση" #: src/components/common/PlatformFeesSettings/index.tsx:175 msgid "Sample ticket price" @@ -9377,7 +9377,7 @@ msgstr "Δείγμα Χώρου" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 msgid "Sat" -msgstr "" +msgstr "Σάβ" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -9421,7 +9421,7 @@ msgstr "Αποθήκευση Αλλαγών" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:160 msgid "Save fee override" -msgstr "" +msgstr "Αποθήκευση παράκαμψης χρέωσης" #: src/components/modals/EditOrganizerModal/index.tsx:70 msgid "Save Organizer" @@ -9449,7 +9449,7 @@ msgstr "Αποθήκευση Σχεδιασμού Εισιτηρίου" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:202 msgid "Save VAT settings" -msgstr "" +msgstr "Αποθήκευση ρυθμίσεων ΦΠΑ" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:239 msgid "Save VAT Settings" @@ -9465,7 +9465,7 @@ msgstr "Αποθηκευμένες τοποθεσίες" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:153 msgid "Saving an override creates a dedicated configuration for this organizer if it's currently on the system default." -msgstr "" +msgstr "Η αποθήκευση μιας παράκαμψης δημιουργεί ξεχωριστή διαμόρφωση για αυτόν τον διοργανωτή, αν αυτή τη στιγμή χρησιμοποιεί την προεπιλογή του συστήματος." #: src/components/layouts/CheckIn/BottomNav.tsx:15 msgid "Scan" @@ -9473,32 +9473,32 @@ msgstr "Σάρωση" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:58 msgid "Scan a ticket to check in an attendee" -msgstr "" +msgstr "Σαρώστε ένα εισιτήριο για να κάνετε check-in σε έναν συμμετέχοντα" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:109 msgid "Scanned tickets will appear here" -msgstr "" +msgstr "Τα εισιτήρια που σαρώνονται θα εμφανίζονται εδώ" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:71 msgid "Scanner mode" -msgstr "" +msgstr "Λειτουργία σαρωτή" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:73 msgid "Schedule" -msgstr "" +msgstr "Πρόγραμμα" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:105 msgid "Schedule added" -msgstr "" +msgstr "Το πρόγραμμα προστέθηκε" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:697 #: src/hooks/useOccurrenceGenerationPolling.ts:36 msgid "Schedule created successfully" -msgstr "" +msgstr "Το πρόγραμμα δημιουργήθηκε με επιτυχία" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1078 msgid "Schedule ends on" -msgstr "" +msgstr "Το πρόγραμμα λήγει στις" #: src/components/modals/SendMessageModal/index.tsx:472 msgid "Schedule for later" @@ -9514,7 +9514,7 @@ msgstr "Προεπισκόπηση προγράμματος" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1069 msgid "Schedule starts on" -msgstr "" +msgstr "Το πρόγραμμα ξεκινά στις" #: src/components/common/ProductsTable/SortableProduct/index.tsx:92 #: src/components/routes/admin/Messages/index.tsx:125 @@ -9532,7 +9532,7 @@ msgstr "Προγραμματισμένη ώρα" #: src/components/layouts/CheckIn/BottomNav.tsx:16 msgid "Search" -msgstr "" +msgstr "Αναζήτηση" #: src/components/routes/event/Affiliates/index.tsx:70 msgid "Search affiliates..." @@ -9540,7 +9540,7 @@ msgstr "Αναζήτηση συνεργατών..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:94 msgid "Search attendees" -msgstr "" +msgstr "Αναζήτηση συμμετεχόντων" #: src/components/routes/admin/Accounts/index.tsx:60 #: src/components/routes/admin/DeletionRequests/index.tsx:93 @@ -9586,7 +9586,7 @@ msgstr "Αναζήτηση ανά όνομα, email ή αριθμό παραγγ #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:93 msgid "Search by name, order #, ticket # or email" -msgstr "" +msgstr "Αναζήτηση με όνομα, αρ. παραγγελίας, αρ. εισιτηρίου ή email" #: src/components/routes/event/promo-codes.tsx:38 msgid "Search by name..." @@ -9614,15 +9614,15 @@ msgstr "Αναζήτηση λιστών check-in..." #: src/components/common/OccurrenceSelect/index.tsx:117 msgid "Search dates..." -msgstr "" +msgstr "Αναζήτηση ημερομηνιών..." #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:88 msgid "Search dates…" -msgstr "" +msgstr "Αναζήτηση ημερομηνιών…" #: src/components/common/AddressAutocomplete/index.tsx:86 msgid "Search for an address" -msgstr "" +msgstr "Αναζήτηση διεύθυνσης" #: src/components/routes/event/messages.tsx:243 msgid "Search messages..." @@ -9650,11 +9650,11 @@ msgstr "Αναζήτηση..." #: src/constants/eventCategories.ts:6 msgid "Seasonal" -msgstr "" +msgstr "Εποχιακά" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:58 msgid "Second" -msgstr "" +msgstr "2η" #: src/components/common/WidgetEditor/index.tsx:199 msgid "Secondary Color" @@ -9670,11 +9670,11 @@ msgstr "Ασφαλής Ολοκλήρωση Αγοράς" #: src/components/layouts/EventHomepage/index.tsx:431 msgid "See schedule" -msgstr "" +msgstr "Δείτε το πρόγραμμα" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "See what Stripe still needs" -msgstr "" +msgstr "Δείτε τι χρειάζεται ακόμη το Stripe" #: src/components/routes/admin/Announcements/index.tsx:161 msgid "Seen" @@ -9692,11 +9692,11 @@ msgstr "Επιλογή κατηγορίας" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:717 msgid "Select a Date & Time" -msgstr "" +msgstr "Επιλέξτε ημερομηνία και ώρα" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:215 msgid "Select a date to see available times" -msgstr "" +msgstr "Επιλέξτε ημερομηνία για να δείτε τις διαθέσιμες ώρες" #: src/components/routes/event/messages.tsx:341 msgid "Select a message to view its contents" @@ -9712,7 +9712,7 @@ msgstr "Επιλογή Λογαριασμού" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:126 msgid "Select all" -msgstr "" +msgstr "Επιλογή όλων" #: src/components/modals/DuplicateEventModal/index.tsx:143 msgid "Select All" @@ -9720,7 +9720,7 @@ msgstr "Επιλογή Όλων" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:156 msgid "Select all on {0}" -msgstr "" +msgstr "Επιλογή όλων στις {0}" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:119 msgid "Select an event" @@ -9740,7 +9740,7 @@ msgstr "Επιλογή ομάδας συμμετεχόντων" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:157 msgid "Select camera" -msgstr "" +msgstr "Επιλογή κάμερας" #: src/components/forms/ProductForm/index.tsx:255 msgid "Select category..." @@ -9752,7 +9752,7 @@ msgstr "Επιλογή νομίσματος" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:178 msgid "Select date" -msgstr "" +msgstr "Επιλογή ημερομηνίας" #: src/components/modals/CreateEventModal/index.tsx:283 msgid "Select end date and time" @@ -9773,7 +9773,7 @@ msgstr "Επιλογή τύπων εκδήλωσης" #: src/components/common/OccurrenceSelect/index.tsx:106 #: src/components/modals/CreateAttendeeModal/index.tsx:254 msgid "Select occurrence" -msgstr "" +msgstr "Επιλογή μιας ημερομηνίας" #: src/components/modals/CreateEventModal/index.tsx:159 msgid "Select organizer" @@ -9795,7 +9795,7 @@ msgstr "Επιλογή προϊόντων" #: src/components/forms/ProductForm/index.tsx:553 msgid "Select products..." -msgstr "" +msgstr "Επιλογή προϊόντων..." #: src/components/modals/CreateEventModal/index.tsx:263 msgid "Select start date and time" @@ -9846,7 +9846,7 @@ msgstr "Επιλογή..." #: src/components/routes/event/OccurrencesTab/index.tsx:497 msgid "selected" -msgstr "" +msgstr "επιλεγμένα" #: src/components/common/PlatformFeesSettings/index.tsx:208 #: src/components/common/PlatformFeesSettings/index.tsx:231 @@ -9856,11 +9856,11 @@ msgstr "Επιλεγμένο" #: src/components/layouts/AuthLayout/index.tsx:41 msgid "Sell out your event." -msgstr "" +msgstr "Εξαντλήστε τα εισιτήρια της εκδήλωσής σας." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:516 msgid "Selling a physical product? Cap its quantity on the <0>products page instead." -msgstr "" +msgstr "Πουλάτε φυσικό προϊόν; Περιορίστε την ποσότητά του στη <0>σελίδα προϊόντων." #: src/components/forms/ProductForm/index.tsx:587 msgid "Selling fast 🔥" @@ -9918,7 +9918,7 @@ msgstr "Αποστολή Δοκιμαστικού" #: src/components/modals/SendMessageModal/index.tsx:358 msgid "Send to all occurrences, or choose a specific one" -msgstr "" +msgstr "Στείλτε σε όλες τις ημερομηνίες ή επιλέξτε συγκεκριμένη" #: src/components/routes/event/messages.tsx:335 msgid "Send your first message" @@ -9939,7 +9939,7 @@ msgstr "Εστάλη Από" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:218 msgid "Sent to attendees when a scheduled date is cancelled" -msgstr "" +msgstr "Στέλνεται στους συμμετέχοντες όταν ακυρώνεται μια προγραμματισμένη ημερομηνία" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:216 msgid "Sent to customers when they place an order" @@ -9976,7 +9976,7 @@ msgstr "Τίτλος SEO" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:73 msgid "September" -msgstr "" +msgstr "Σεπτέμβριος" #: src/components/forms/TaxAndFeeForm/index.tsx:62 msgid "Service Fee" @@ -9984,7 +9984,7 @@ msgstr "Χρέωση Υπηρεσίας" #: src/components/layouts/CheckIn/index.tsx:498 msgid "Session cancelled" -msgstr "" +msgstr "Η συνεδρία ακυρώθηκε" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:807 msgid "sessions · {dateCount} dates × {timesPerDay} times" @@ -10000,27 +10000,27 @@ msgstr "Ορίστε προεπιλεγμένες ρυθμίσεις για νέ #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Set how long each date lasts" -msgstr "" +msgstr "Ορίστε πόσο διαρκεί κάθε ημερομηνία" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Set or clear the date label" -msgstr "" +msgstr "Ορισμός ή αφαίρεση της ετικέτας της ημερομηνίας" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:406 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:407 msgid "Set the end time of each date to be this long after its start time." -msgstr "" +msgstr "Ορίστε την ώρα λήξης κάθε ημερομηνίας τόσο μετά την ώρα έναρξής της." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:217 msgid "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." msgstr "Ορίστε τον αρχικό αριθμό για την αρίθμηση τιμολογίων. Δεν μπορεί να αλλαχθεί μόλις δημιουργηθούν τιμολόγια." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:440 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:441 msgid "Set to unlimited (remove limit)" -msgstr "" +msgstr "Ορισμός ως απεριόριστο (αφαίρεση ορίου)" -#: src/components/routes/event/OccurrencesTab/index.tsx:585 +#: src/components/routes/event/OccurrencesTab/index.tsx:600 msgid "Set up a recurring schedule to automatically create dates, or add them one at a time." -msgstr "" +msgstr "Ρυθμίστε ένα επαναλαμβανόμενο πρόγραμμα για αυτόματη δημιουργία ημερομηνιών ή προσθέστε τις μία-μία." #: src/components/routes/event/CheckInLists/index.tsx:35 msgid "Set up check-in lists for different entrances, sessions, or days." @@ -10029,20 +10029,20 @@ msgstr "Ρυθμίστε λίστες check-in για διαφορετικές #: src/components/layouts/OrganizerLayout/index.tsx:85 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:126 msgid "Set up payouts" -msgstr "" +msgstr "Ρύθμιση πληρωμών" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 msgid "Set up schedule" -msgstr "" +msgstr "Ρύθμιση προγράμματος" -#: src/components/routes/event/OccurrencesTab/index.tsx:535 -#: src/components/routes/event/OccurrencesTab/index.tsx:596 +#: src/components/routes/event/OccurrencesTab/index.tsx:550 +#: src/components/routes/event/OccurrencesTab/index.tsx:611 msgid "Set Up Schedule" -msgstr "" +msgstr "Ρύθμιση προγράμματος" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:92 msgid "Set up the tickets you'll sell and their prices" -msgstr "" +msgstr "Ορίστε τα εισιτήρια που θα πουλήσετε και τις τιμές τους" #: src/components/routes/welcome/index.tsx:43 msgid "Set up your organization" @@ -10055,11 +10055,11 @@ msgstr "Ρυθμίστε το πρόγραμμά σας" #: src/components/routes/welcome/index.tsx:415 msgid "Set up your schedule in the next steps" -msgstr "" +msgstr "Θα ρυθμίσετε το πρόγραμμά σας στα επόμενα βήματα" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Set, change, or remove the date's location or online details" -msgstr "" +msgstr "Ορισμός, αλλαγή ή αφαίρεση της τοποθεσίας ή των διαδικτυακών στοιχείων της ημερομηνίας" #: src/components/common/QuestionsTable/index.tsx:374 msgid "Setting updated" @@ -10076,7 +10076,7 @@ msgstr "Ρύθμιση & Σχεδιασμός" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:242 msgid "Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event." -msgstr "" +msgstr "Η ρύθμιση παίρνει μόλις λίγα λεπτά — δεν χρειάζεστε υπάρχοντα λογαριασμό Stripe. Το Stripe αναλαμβάνει κάρτες, πορτοφόλια, τοπικούς τρόπους πληρωμής και προστασία από απάτες, ώστε εσείς να επικεντρωθείτε στην εκδήλωσή σας." #: src/components/common/ShareIcon/index.tsx:30 #: src/components/layouts/EventHomepage/index.tsx:342 @@ -10111,15 +10111,15 @@ msgstr "Διαχείριση Κοινής Χωρητικότητας" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Shift times" -msgstr "" +msgstr "Μετατόπιση ωρών" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:211 msgid "Shifted times for {count} date(s)" -msgstr "" +msgstr "Οι ώρες μετατοπίστηκαν για {count} ημερομηνία/ες" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:532 msgid "Show" -msgstr "" +msgstr "Εμφάνιση" #: src/components/common/AdvancedOptions/index.tsx:28 msgid "Show advanced options" @@ -10131,7 +10131,7 @@ msgstr "Εμφάνιση όλων των πλατφορμών ({0} περισσ #: src/components/forms/CheckInListForm/index.tsx:196 msgid "Show attendee notes to non-logged-in staff" -msgstr "" +msgstr "Εμφάνιση σημειώσεων συμμετεχόντων σε μη συνδεδεμένο προσωπικό" #: src/components/forms/ProductForm/index.tsx:449 msgid "Show available product quantity" @@ -10163,19 +10163,19 @@ msgstr "Εμφάνιση περισσότερων πλατφορμών" #: src/components/forms/CheckInListForm/index.tsx:230 msgid "Show order details to non-logged-in staff" -msgstr "" +msgstr "Εμφάνιση λεπτομερειών παραγγελίας σε μη συνδεδεμένο προσωπικό" #: src/components/forms/CheckInListForm/index.tsx:213 msgid "Show question answers to non-logged-in staff" -msgstr "" +msgstr "Εμφάνιση απαντήσεων σε ερωτήσεις σε μη συνδεδεμένο προσωπικό" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:59 msgid "Show remaining capacity on event dates" -msgstr "" +msgstr "Εμφάνιση υπολειπόμενης χωρητικότητας στις ημερομηνίες της εκδήλωσης" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:525 msgid "Show remaining capacity to buyers" -msgstr "" +msgstr "Εμφάνιση υπολειπόμενης χωρητικότητας στους αγοραστές" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:61 msgid "Show tax and fees separately" @@ -10185,18 +10185,18 @@ msgstr "Εμφάνιση φόρου και τελών ξεχωριστά" msgid "Showing {0} of {totalRows} records" msgstr "Εμφάνιση {0} από {totalRows} εγγραφές" -#: src/components/routes/event/OccurrencesTab/index.tsx:624 +#: src/components/routes/event/OccurrencesTab/index.tsx:639 msgid "Showing {0}–{1} of {2}" -msgstr "" +msgstr "Εμφάνιση {0}–{1} από {2}" #: src/components/common/OccurrenceSelect/index.tsx:163 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:135 msgid "Showing {MAX_VISIBLE} of {totalAvailable} dates. Type to search." -msgstr "" +msgstr "Εμφάνιση {MAX_VISIBLE} από {totalAvailable} ημερομηνίες. Πληκτρολογήστε για αναζήτηση." #: src/components/modals/SendMessageModal/index.tsx:349 msgid "Showing the first {0} — the remaining {1} session(s) will still be targeted when the message is sent." -msgstr "" +msgstr "Εμφανίζονται οι πρώτες {0} — οι υπόλοιπες {1} συνεδρία/ες θα συμπεριληφθούν κανονικά κατά την αποστολή του μηνύματος." #: src/components/routes/admin/Announcements/index.tsx:410 msgid "Shown bouncing at the top of the modal" @@ -10204,7 +10204,7 @@ msgstr "Εμφανίζεται να αναπηδά στην κορυφή του #: src/components/forms/CheckInListForm/index.tsx:145 msgid "Shown to staff the first time they open the check-in page." -msgstr "" +msgstr "Εμφανίζεται στο προσωπικό την πρώτη φορά που ανοίγει τη σελίδα check-in." #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:102 msgid "Shown to the customer after they checkout, on the order summary page." @@ -10220,7 +10220,7 @@ msgstr "Εμφανίζει κοινά πεδία διεύθυνσης, συμπ #: src/components/forms/ProductForm/ledgerSummaries.ts:60 msgid "Shows remaining" -msgstr "" +msgstr "Δείχνει τα υπολειπόμενα" #: src/components/routes/admin/Dashboard/index.tsx:402 msgid "Signed Up" @@ -10233,15 +10233,15 @@ msgstr "Σίμψον" #: src/components/modals/CreateEventModal/index.tsx:231 msgid "Single Event" -msgstr "" +msgstr "Μεμονωμένη εκδήλωση" #: src/components/forms/QuestionForm/index.tsx:100 msgid "Single line text box" msgstr "Πεδίο κειμένου μίας γραμμής" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:356 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:357 msgid "Skip manually edited dates" -msgstr "" +msgstr "Παράλειψη ημερομηνιών με χειροκίνητη επεξεργασία" #: src/components/routes/welcome/index.tsx:559 msgid "Skip this step" @@ -10280,7 +10280,7 @@ msgstr "Πωλήθηκε" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:579 msgid "sold out" -msgstr "" +msgstr "εξαντλημένο" #: src/components/common/EventCard/index.tsx:125 #: src/components/common/EventDateRange/index.tsx:65 @@ -10307,7 +10307,7 @@ msgstr "Εξαντλημένο, διαθέσιμη λίστα αναμονής" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:293 msgid "Some details are hidden from public access. Log in to view everything." -msgstr "" +msgstr "Ορισμένα στοιχεία δεν είναι δημόσια προσβάσιμα. Συνδεθείτε για να τα δείτε όλα." #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -10318,7 +10318,7 @@ msgstr "Κάτι πήγε στραβά" #: src/components/common/ImageUploadDropzone/index.tsx:130 msgid "Something went wrong while deleting the image. Please try again." -msgstr "" +msgstr "Κάτι πήγε στραβά κατά τη διαγραφή της εικόνας. Δοκιμάστε ξανά." #: src/components/common/TaxAndFeeList/index.tsx:41 msgid "Something went wrong while deleting the Tax or Fee" @@ -10374,11 +10374,11 @@ msgstr "Συγκεκριμένοι χρήστες" #: src/constants/eventCategories.ts:21 msgid "Spirituality" -msgstr "" +msgstr "Πνευματικότητα" #: src/components/forms/CheckInListForm/index.tsx:90 msgid "Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end." -msgstr "" +msgstr "Χωρίστε το check-in ανά ημέρα, ζώνη ή τύπο εισιτηρίου. Μοιραστείτε τον σύνδεσμο με το προσωπικό — δεν χρειάζονται λογαριασμό." #: src/constants/eventCategories.ts:9 msgid "Sports" @@ -10386,11 +10386,11 @@ msgstr "Αθλητισμός" #: src/components/common/CheckIn/CheckInInfoModal.tsx:84 msgid "Staff instructions" -msgstr "" +msgstr "Οδηγίες για το προσωπικό" #: src/components/modals/SelectCheckInListModal/index.tsx:48 msgid "Start check-in" -msgstr "" +msgstr "Έναρξη check-in" #: src/components/common/AdminEventsTable/index.tsx:96 #: src/components/modals/DuplicateEventModal/index.tsx:128 @@ -10418,31 +10418,31 @@ msgstr "Ώρα έναρξης" #: src/components/common/AddressAutocomplete/index.tsx:87 msgid "Start typing a venue or address..." -msgstr "" +msgstr "Αρχίστε να πληκτρολογείτε χώρο ή διεύθυνση..." #: src/components/forms/ProductForm/ledgerSummaries.ts:62 msgid "Starts collapsed" -msgstr "" +msgstr "Ξεκινά συμπτυγμένο" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts in {diffDays} days" -msgstr "" +msgstr "Ξεκινά σε {diffDays} ημέρες" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:76 msgid "Starts in {diffMinutes} min" -msgstr "" +msgstr "Ξεκινά σε {diffMinutes} λεπτά" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:86 msgid "Starts in {h}h {m}m" -msgstr "" +msgstr "Ξεκινά σε {h} ώ. {m} λ." #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:70 msgid "Starts in {seconds}s" -msgstr "" +msgstr "Ξεκινά σε {seconds} δευτ." #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts tomorrow" -msgstr "" +msgstr "Ξεκινά αύριο" #: src/components/common/CheckoutQuestion/index.tsx:165 #: src/components/common/LocationPicker/index.tsx:254 @@ -10462,7 +10462,7 @@ msgstr "Τα στατιστικά βασίζονται στην ημερομην #: src/components/layouts/CheckIn/BottomNav.tsx:17 msgid "Stats" -msgstr "" +msgstr "Στατιστικά" #: src/components/common/AdminEventsTable/index.tsx:111 #: src/components/common/AdminOrdersTable/index.tsx:85 @@ -10497,7 +10497,7 @@ msgstr "Κατάσταση" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:323 msgid "Still needed" -msgstr "" +msgstr "Απαιτείται ακόμη" #: src/components/common/ImpersonationBanner/index.tsx:53 msgid "Stop Impersonating" @@ -10515,7 +10515,7 @@ msgstr "Ο λογαριασμός Stripe αποσυνδέθηκε." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:350 msgid "Stripe connected" -msgstr "" +msgstr "Το Stripe συνδέθηκε" #: src/components/routes/admin/Attribution/index.tsx:135 msgid "Stripe Connected" @@ -10523,11 +10523,11 @@ msgstr "Stripe Συνδεδεμένο" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:163 msgid "Stripe connection copied from {0}." -msgstr "" +msgstr "Η σύνδεση Stripe αντιγράφηκε από {0}." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:84 msgid "Stripe didn't return a setup link. Please try again." -msgstr "" +msgstr "Το Stripe δεν επέστρεψε σύνδεσμο ρύθμισης. Δοκιμάστε ξανά." #: src/components/routes/admin/Messages/index.tsx:73 msgid "Stripe Not Connected" @@ -10543,11 +10543,11 @@ msgstr "Οι πληρωμές Stripe δεν είναι ενεργοποιημέ #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:434 msgid "Stripe will need a few more details soon" -msgstr "" +msgstr "Το Stripe θα χρειαστεί σύντομα μερικά ακόμη στοιχεία" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:283 msgid "Stripe will walk you through a few quick questions to finish setup." -msgstr "" +msgstr "Το Stripe θα σας καθοδηγήσει με μερικές γρήγορες ερωτήσεις για να ολοκληρώσετε τη ρύθμιση." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:131 #: src/components/modals/SendMessageModal/index.tsx:438 @@ -10752,7 +10752,7 @@ msgstr "Καλοκαιρινό Μουσικό Φεστιβάλ 2025" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 msgid "Sun" -msgstr "" +msgstr "Κυρ" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -10782,7 +10782,7 @@ msgstr "Μπλούζα" #: src/components/forms/ProductForm/index.tsx:214 msgid "T-shirts, mugs and more" -msgstr "" +msgstr "Μπλουζάκια, κούπες και άλλα" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:960 msgid "Tap dates like a calendar." @@ -10790,7 +10790,7 @@ msgstr "Πατήστε τις ημερομηνίες όπως σε ημερολ #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:59 msgid "Tap this screen to resume scanning" -msgstr "" +msgstr "Πατήστε την οθόνη για να συνεχιστεί η σάρωση" #: src/components/routes/admin/Announcements/AnnouncementTargetPicker.tsx:93 msgid "Target accounts" @@ -10802,7 +10802,7 @@ msgstr "Χρήστες-στόχοι" #: src/components/modals/SendMessageModal/index.tsx:335 msgid "Targeting attendees across {0} selected sessions." -msgstr "" +msgstr "Στοχεύει συμμετέχοντες από {0} επιλεγμένες συνεδρίες." #: src/components/common/AdminOrdersTable/index.tsx:84 #: src/components/common/OrdersTable/index.tsx:269 @@ -10856,7 +10856,7 @@ msgstr "Φόροι" #: src/components/forms/ProductForm/index.tsx:477 msgid "Taxes & fees" -msgstr "" +msgstr "Φόροι και χρεώσεις" #: src/components/common/ProductsTable/SortableProduct/index.tsx:151 msgid "Taxes & fees applied" @@ -10868,7 +10868,7 @@ msgstr "Φόροι και Τέλη" #: src/components/layouts/AuthLayout/index.tsx:23 msgid "Team collaboration" -msgstr "" +msgstr "Συνεργασία ομάδας" #: src/constants/eventCategories.ts:27 msgid "Tech" @@ -10892,11 +10892,11 @@ msgstr "Πείτε μας για τον οργανισμό σας. Αυτές ο #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1151 msgid "Tell us how often your event repeats and we'll create all the dates for you." -msgstr "" +msgstr "Πείτε μας πόσο συχνά επαναλαμβάνεται η εκδήλωσή σας και θα δημιουργήσουμε όλες τις ημερομηνίες για εσάς." #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:37 msgid "Tell us your VAT registration status so we apply the correct VAT treatment to platform fees." -msgstr "" +msgstr "Δηλώστε μας το καθεστώς ΦΠΑ σας ώστε να εφαρμόσουμε τη σωστή μεταχείριση ΦΠΑ στις χρεώσεις πλατφόρμας." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:194 msgid "Template Active" @@ -10930,7 +10930,7 @@ msgstr "Σας ευχαριστούμε για τη συμμετοχή σας!" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:55 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:77 msgid "Thanks," -msgstr "" +msgstr "Ευχαριστούμε," #: src/components/routes/product-widget/SelectProducts/index.tsx:292 #: src/components/routes/product-widget/SelectProducts/index.tsx:538 @@ -10943,7 +10943,7 @@ msgstr "Αυτό είναι {totalOccurrences} συνεδρίες — το μέ #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:54 msgid "That's a wrap" -msgstr "" +msgstr "Αυτό ήταν" #: src/components/common/ThemeColorControls/index.tsx:62 msgid "The background color of the page. When using cover image, this is applied as an overlay." @@ -11019,7 +11019,7 @@ msgstr "Ο διοργανωτής που αναζητάτε δεν βρέθηκ #: src/components/modals/CreateAttendeeModal/index.tsx:277 msgid "The override is recorded in the order audit log." -msgstr "" +msgstr "Η παράκαμψη καταγράφεται στο αρχείο ελέγχου της παραγγελίας." #: src/components/common/ErrorDisplay/index.tsx:18 msgid "The page you are looking for does not exist" @@ -11055,7 +11055,7 @@ msgstr "Η προγραμματισμένη ώρα πρέπει να είναι #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:52 msgid "The session for \"{title}\" originally scheduled for {0} has been rescheduled." -msgstr "" +msgstr "Η συνεδρία για «{title}», που είχε αρχικά προγραμματιστεί για {0}, μεταφέρθηκε." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:155 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:186 @@ -11090,7 +11090,7 @@ msgstr "Θέμα & Χρώματα" #: src/components/routes/product-widget/SelectProducts/index.tsx:965 msgid "There are no products available for this date. Please choose another date." -msgstr "" +msgstr "Δεν υπάρχουν διαθέσιμα προϊόντα για αυτή την ημερομηνία. Επιλέξτε άλλη ημερομηνία." #: src/components/routes/product-widget/SelectProducts/index.tsx:639 msgid "There are no products available for this event" @@ -11102,7 +11102,7 @@ msgstr "Δεν υπάρχουν διαθέσιμα προϊόντα σε αυτ #: src/components/routes/product-widget/SelectProducts/index.tsx:636 msgid "There are no upcoming dates for this event" -msgstr "" +msgstr "Αυτή η εκδήλωση δεν έχει προσεχείς ημερομηνίες" #: src/components/modals/RefundOrderModal/index.tsx:175 msgid "There is a refund pending. Please wait for it to complete before requesting another refund." @@ -11122,15 +11122,15 @@ msgstr "Παρουσιάστηκε σφάλμα κατά την αποστολή #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:493 msgid "These details are shown on the attendee's ticket and order summary for this date only." -msgstr "" +msgstr "Αυτά τα στοιχεία εμφανίζονται στο εισιτήριο και στη σύνοψη παραγγελίας του συμμετέχοντα μόνο για αυτή την ημερομηνία." #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:168 msgid "These details will only be shown if the order is completed successfully." msgstr "Αυτά τα στοιχεία θα εμφανιστούν μόνο εάν η παραγγελία ολοκληρωθεί με επιτυχία." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:491 msgid "These details will replace any existing location on the affected dates and show on attendee tickets." -msgstr "" +msgstr "Αυτά τα στοιχεία θα αντικαταστήσουν κάθε υπάρχουσα τοποθεσία στις ημερομηνίες που επηρεάζονται και θα εμφανίζονται στα εισιτήρια των συμμετεχόντων." #: src/components/forms/ProductForm/index.tsx:359 msgid "These prices apply across all dates in your schedule, and tier quantities limit total sales across all dates combined. Sale dates on tiers apply globally. You can override prices for individual dates on the <0>Occurrence Schedule page." @@ -11150,7 +11150,7 @@ msgstr "Αυτά τα πρότυπα θα παρακάμψουν τις προε #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:59 msgid "Third" -msgstr "" +msgstr "3η" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:131 msgid "This account has no completed orders, so all of its data will be permanently deleted." @@ -11166,7 +11166,7 @@ msgstr "Αυτός ο λογαριασμός έχει προγραμματιστ #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:259 msgid "This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes." -msgstr "" +msgstr "Ισχύει για κάθε ημερομηνία της εκδήλωσης που ταιριάζει, ακόμη και για όσες δεν φαίνονται τώρα. Οι συμμετέχοντες που είναι εγγεγραμμένοι σε οποιαδήποτε από αυτές θα είναι προσβάσιμοι από τον συντάκτη μηνυμάτων μόλις ολοκληρωθεί η ενημέρωση." #: src/components/common/CheckIn/CheckInOptionsModal.tsx:33 msgid "This attendee has an unpaid order." @@ -11202,7 +11202,7 @@ msgstr "Αυτή η λίστα check-in δεν είναι ακόμα ενεργ #: src/components/layouts/CheckIn/index.tsx:503 msgid "This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins." -msgstr "" +msgstr "Αυτή η λίστα check-in αφορά συνεδρία που έχει ακυρωθεί, οπότε δεν μπορεί πλέον να χρησιμοποιηθεί για check-in." #: src/components/forms/AffiliateForm/index.tsx:41 msgid "This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed." @@ -11216,27 +11216,27 @@ msgstr "Αυτός ο συνδυασμός χρωμάτων μπορεί να ε #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:40 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:330 msgid "This date has {orderCount} order(s) that will be affected." -msgstr "" +msgstr "Αυτή η ημερομηνία έχει {orderCount} παραγγελία/ες που θα επηρεαστούν." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:423 msgid "This date has been cancelled. You can still delete it to remove it permanently." -msgstr "" +msgstr "Αυτή η ημερομηνία ακυρώθηκε. Μπορείτε ακόμη να τη διαγράψετε για να αφαιρεθεί οριστικά." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:457 msgid "This date is in the past. It will be created but won't be visible to attendees under upcoming dates." -msgstr "" +msgstr "Αυτή η ημερομηνία είναι στο παρελθόν. Θα δημιουργηθεί, αλλά δεν θα φαίνεται στους συμμετέχοντες στις προσεχείς ημερομηνίες." #: src/components/modals/CreateAttendeeModal/index.tsx:273 msgid "This date is marked sold out." -msgstr "" +msgstr "Αυτή η ημερομηνία είναι σημειωμένη ως εξαντλημένη." #: src/components/routes/product-widget/SelectProducts/index.tsx:592 msgid "This date is no longer available. Please select another date." -msgstr "" +msgstr "Αυτή η ημερομηνία δεν είναι πλέον διαθέσιμη. Επιλέξτε άλλη ημερομηνία." #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "This date only" -msgstr "" +msgstr "Μόνο αυτή η ημερομηνία" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:113 msgid "This disconnects {stripeAccountId} from this organizer. Paid ticket sales will stop working until you connect a Stripe account again." @@ -11252,7 +11252,7 @@ msgstr "Αυτή η εκδήλωση δεν έχει ακόμα εισιτήρι #: src/components/layouts/ProductWidget/index.tsx:56 msgid "This event is not available" -msgstr "" +msgstr "Αυτή η εκδήλωση δεν είναι διαθέσιμη" #: src/components/common/StatusToggle/index.tsx:82 msgid "This event is not published yet" @@ -11264,7 +11264,7 @@ msgstr "Αυτή η εκδήλωση έχει εξαντληθεί" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:106 msgid "This event's dates and times are set on the occurrence schedule." -msgstr "" +msgstr "Οι ημερομηνίες και οι ώρες αυτής της εκδήλωσης ορίζονται στο πρόγραμμα ημερομηνιών." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:153 msgid "This information will be shown on the payment page, order summary page, and order confirmation email." @@ -11272,7 +11272,7 @@ msgstr "Αυτές οι πληροφορίες θα εμφανίζονται σ #: src/components/routes/welcome/index.tsx:401 msgid "This is a recurring event" -msgstr "" +msgstr "Πρόκειται για επαναλαμβανόμενη εκδήλωση" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:157 msgid "This is an online event" @@ -11317,7 +11317,7 @@ msgstr "Αυτό το όνομα είναι ορατό στους τελικού #: src/components/modals/CreateAttendeeModal/index.tsx:267 msgid "This occurrence is at capacity" -msgstr "" +msgstr "Αυτή η ημερομηνία έχει καλυφθεί πλήρως" #: src/components/forms/StripeCheckoutForm/index.tsx:131 msgid "This order has already been paid." @@ -11381,7 +11381,7 @@ msgstr "Αυτό το προϊόν έχει εξαντληθεί" #: src/components/forms/ProductForm/index.tsx:547 msgid "This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to." -msgstr "" +msgstr "Αυτό το προϊόν δεν θα εμφανίζεται μόνο του στη σελίδα της εκδήλωσης — οι αγοραστές το βλέπουν μόνο ως πρόσθετο στα προϊόντα με τα οποία συνδέεται." #: src/components/modals/PublishEventModal/index.tsx:104 msgid "This recurring event has no dates yet, so there's nothing for attendees to book." @@ -11407,9 +11407,9 @@ msgstr "Αυτό το εισιτήριο σαρώθηκε μόλις τώρα. msgid "This user is not active, as they have not accepted their invitation." msgstr "Αυτός ο χρήστης δεν είναι ενεργός, καθώς δεν έχει αποδεχτεί την πρόσκλησή του." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:367 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:368 msgid "This will affect {loadedAffectedCount} date(s)." -msgstr "" +msgstr "Αυτό θα επηρεάσει {loadedAffectedCount} ημερομηνία/ες." #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:80 msgid "This will be used for notifications and communication with your users." @@ -11433,11 +11433,11 @@ msgstr "Αυτό θα διαγράψει ή θα ανωνυμοποιήσει ο #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:107 msgid "Throughput" -msgstr "" +msgstr "Ρυθμός" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 msgid "Thu" -msgstr "" +msgstr "Πέμ" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -11518,7 +11518,7 @@ msgstr "Το εισιτήριο εστάλη ξανά επιτυχώς" #: src/components/routes/product-widget/SelectProducts/index.tsx:631 msgid "Ticket sales have ended for this event" -msgstr "" +msgstr "Οι πωλήσεις εισιτηρίων για αυτή την εκδήλωση έχουν λήξει" #: src/components/routes/event/attendees.tsx:75 msgid "Ticket Type" @@ -11565,7 +11565,7 @@ msgstr "Τα προϊόντα με βαθμίδες σας επιτρέπουν #: src/components/forms/ProductForm/index.tsx:277 msgid "Tiers" -msgstr "" +msgstr "Κλιμάκια" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:70 msgid "TikTok" @@ -11573,7 +11573,7 @@ msgstr "TikTok" #: src/components/routes/event/OccurrencesTab/index.tsx:292 msgid "Time" -msgstr "" +msgstr "Ώρα" #: src/components/layouts/Checkout/index.tsx:322 msgid "Time left:" @@ -11585,7 +11585,7 @@ msgstr "Ώρες" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:725 msgid "Times shown in {timezoneAbbr}" -msgstr "" +msgstr "Οι ώρες εμφανίζονται σε {timezoneAbbr}" #: src/components/common/PromoCodeTable/index.tsx:71 msgid "Times used" @@ -11617,7 +11617,7 @@ msgstr "Ο τίτλος είναι υποχρεωτικός" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1008 msgid "to" -msgstr "" +msgstr "έως" #: src/components/routes/event/messages.tsx:93 msgid "To" @@ -11632,7 +11632,7 @@ msgstr "Για να αυξήσετε τα όριά σας, επικοινωνή #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:119 #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:43 msgid "Today" -msgstr "" +msgstr "Σήμερα" #: src/components/common/ColumnVisibilityToggle/index.tsx:26 msgid "Toggle columns" @@ -11640,7 +11640,7 @@ msgstr "Εναλλαγή στηλών" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:46 msgid "Tomorrow" -msgstr "" +msgstr "Αύριο" #: src/components/layouts/OrganizerLayout/index.tsx:108 msgid "Tools" @@ -11690,7 +11690,7 @@ msgstr "Συνολικό Τέλος" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:299 msgid "Total fees" -msgstr "" +msgstr "Σύνολο χρεώσεων" #: src/components/routes/event/EventDashboard/index.tsx:341 #: src/components/routes/event/OccurrenceDetail/index.tsx:212 @@ -11708,7 +11708,7 @@ msgstr "Συνολικό ποσό παραγγελίας" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:286 msgid "Total orders" -msgstr "" +msgstr "Σύνολο παραγγελιών" #: src/components/forms/ProductForm/index.tsx:315 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:71 @@ -11727,7 +11727,7 @@ msgstr "Σύνολο Επιστροφών" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:293 msgid "Total tax" -msgstr "" +msgstr "Σύνολο φόρων" #: src/components/routes/event/EventDashboard/index.tsx:343 #: src/components/routes/event/OccurrenceDetail/index.tsx:214 @@ -11745,7 +11745,7 @@ msgstr "Σύνολο Προβολών" #: src/constants/eventCategories.ts:23 msgid "Tours" -msgstr "" +msgstr "Ξεναγήσεις" #: src/components/routes/admin/Attribution/index.tsx:32 msgid "Track account growth and performance by attribution source" @@ -11758,11 +11758,11 @@ msgstr "Παρακολούθηση & Αναλυτικά" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:176 msgid "Try a different search term or filter" -msgstr "" +msgstr "Δοκιμάστε άλλον όρο αναζήτησης ή άλλο φίλτρο" -#: src/components/routes/event/OccurrencesTab/index.tsx:584 +#: src/components/routes/event/OccurrencesTab/index.tsx:599 msgid "Try adjusting your filters to see more dates." -msgstr "" +msgstr "Προσαρμόστε τα φίλτρα για να δείτε περισσότερες ημερομηνίες." #: src/components/routes/auth/Login/index.tsx:141 #: src/components/routes/my-tickets/index.tsx:200 @@ -11775,7 +11775,7 @@ msgstr "Δοκιμάστε το Hi.Events Δωρεάν" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 msgid "Tue" -msgstr "" +msgstr "Τρί" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -11856,15 +11856,15 @@ msgstr "Αδύνατη εγγραφή στη λίστα αναμονής" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:164 msgid "Unable to load attendee details." -msgstr "" +msgstr "Δεν ήταν δυνατή η φόρτωση των στοιχείων του συμμετέχοντα." #: src/components/routes/product-widget/SelectProducts/index.tsx:330 msgid "Unable to load products for this date. Please try again." -msgstr "" +msgstr "Δεν ήταν δυνατή η φόρτωση των προϊόντων για αυτή την ημερομηνία. Δοκιμάστε ξανά." #: src/components/layouts/CheckIn/index.tsx:220 msgid "Unable to undo check-in" -msgstr "" +msgstr "Δεν είναι δυνατή η αναίρεση του check-in" #: src/components/modals/EditQuestionModal/index.tsx:84 msgid "Unable to update question. Please check the your details" @@ -11876,7 +11876,7 @@ msgstr "Μη Αποδιδόμενοι Λογαριασμοί" #: src/components/layouts/CheckIn/index.tsx:255 msgid "Undo" -msgstr "" +msgstr "Αναίρεση" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:30 msgid "Unique Customers" @@ -11942,7 +11942,7 @@ msgstr "έως" #: src/components/forms/ProductForm/ledgerSummaries.ts:49 msgid "Until {end}" -msgstr "" +msgstr "Έως {end}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1059 msgid "Until a date" @@ -11950,11 +11950,11 @@ msgstr "Έως ημερομηνία" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled product" -msgstr "" +msgstr "Προϊόν χωρίς τίτλο" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled ticket" -msgstr "" +msgstr "Εισιτήριο χωρίς τίτλο" #: src/components/common/AdminAccountsTable/index.tsx:101 msgid "Untrusted" @@ -11962,7 +11962,7 @@ msgstr "Μη Αξιόπιστο" #: src/components/forms/ProductForm/ledgerSummaries.ts:118 msgid "Up to {max} per order" -msgstr "" +msgstr "Έως {max} ανά παραγγελία" #: src/components/common/EventsDashboardStatusButtons/index.tsx:20 #: src/components/common/EventStatusBadge/index.tsx:16 @@ -11974,7 +11974,7 @@ msgstr "Επερχόμενες" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:375 msgid "Upcoming events" -msgstr "" +msgstr "Προσεχείς εκδηλώσεις" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Upcoming Events" @@ -11990,11 +11990,11 @@ msgstr "Ενημέρωση Συνεργάτη" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Update capacity" -msgstr "" +msgstr "Ενημέρωση χωρητικότητας" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:73 msgid "Update event name and description" -msgstr "" +msgstr "Ενημέρωση ονόματος και περιγραφής εκδήλωσης" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:74 msgid "Update event name, description and dates" @@ -12002,11 +12002,11 @@ msgstr "Ενημέρωση ονόματος εκδήλωσης, περιγραφ #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Update label" -msgstr "" +msgstr "Ενημέρωση ετικέτας" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Update location" -msgstr "" +msgstr "Ενημέρωση τοποθεσίας" #: src/components/routes/profile/ManageProfile/index.tsx:215 msgid "Update profile" @@ -12014,11 +12014,11 @@ msgstr "Ενημέρωση προφίλ" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:71 msgid "Update: {subjectTitle} — schedule changes" -msgstr "" +msgstr "Ενημέρωση: {subjectTitle} — αλλαγές στο πρόγραμμα" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:48 msgid "Update: {subjectTitle} — session time changed" -msgstr "" +msgstr "Ενημέρωση: {subjectTitle} — άλλαξε η ώρα της συνεδρίας" #: src/components/routes/admin/Announcements/index.tsx:163 msgid "Updated" @@ -12026,19 +12026,19 @@ msgstr "Ενημερώθηκε" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:217 msgid "Updated {count} date(s)" -msgstr "" +msgstr "Ενημερώθηκαν {count} ημερομηνία/ες" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:213 msgid "Updated capacity for {count} date(s)" -msgstr "" +msgstr "Η χωρητικότητα ενημερώθηκε για {count} ημερομηνία/ες" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:214 msgid "Updated label for {count} date(s)" -msgstr "" +msgstr "Η ετικέτα ενημερώθηκε για {count} ημερομηνία/ες" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:215 msgid "Updated location for {count} date(s)" -msgstr "" +msgstr "Η τοποθεσία ενημερώθηκε για {count} ημερομηνία/ες" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1138 msgid "Updates as you build the rule. Flip through months to sanity-check dates." @@ -12046,7 +12046,7 @@ msgstr "Ενημερώνεται καθώς δημιουργείτε τον κα #: src/components/forms/ProductForm/ProductPreview.tsx:93 msgid "Updates as you type." -msgstr "" +msgstr "Ενημερώνεται καθώς πληκτρολογείτε." #: src/components/routes/organizer/Settings/Sections/ImageAssetSettings/index.tsx:39 msgid "Upload a cover image for your organizer" @@ -12093,15 +12093,15 @@ msgstr "Όριο Χρήσης" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:80 msgid "USB" -msgstr "" +msgstr "USB" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner listening" -msgstr "" +msgstr "Ο σαρωτής USB ακούει" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner paused" -msgstr "" +msgstr "Ο σαρωτής USB σε παύση" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:154 msgid "Use <0>Liquid templating to personalize your emails" @@ -12119,7 +12119,7 @@ msgstr "Χρήση εικόνας εξωφύλλου" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:531 msgid "Use event default" -msgstr "" +msgstr "Χρήση προεπιλογής εκδήλωσης" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:49 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -12193,11 +12193,11 @@ msgstr "ΦΠΑ" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:195 msgid "VAT country code" -msgstr "" +msgstr "Κωδικός χώρας ΦΠΑ" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:173 msgid "VAT number" -msgstr "" +msgstr "ΑΦΜ / αριθμός ΦΠΑ" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:212 msgid "VAT Number" @@ -12234,7 +12234,7 @@ msgstr "Συντελεστής ΦΠΑ" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:168 msgid "VAT registered" -msgstr "" +msgstr "Εγγεγραμμένος στο ΦΠΑ" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:165 #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:173 @@ -12247,7 +12247,7 @@ msgstr "Οι ρυθμίσεις ΦΠΑ αποθηκεύτηκαν. Επαληθ #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:85 msgid "VAT settings updated" -msgstr "" +msgstr "Οι ρυθμίσεις ΦΠΑ ενημερώθηκαν" #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:27 msgid "VAT Treatment for Platform Fees" @@ -12263,11 +12263,11 @@ msgstr "Η υπηρεσία επαλήθευσης ΦΠΑ δεν είναι πρ #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:225 msgid "VAT: {0}" -msgstr "" +msgstr "ΦΠΑ: {0}" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:230 msgid "VAT: not registered" -msgstr "" +msgstr "ΦΠΑ: μη εγγεγραμμένος" #: src/components/common/LocationPicker/index.tsx:230 #: src/components/modals/LocationEditModal/index.tsx:140 @@ -12280,7 +12280,7 @@ msgstr "Κωδικός επαλήθευσης" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:77 msgid "Verification email sent. Check your inbox." -msgstr "" +msgstr "Το email επαλήθευσης στάλθηκε. Ελέγξτε τα εισερχόμενά σας." #: src/components/routes/admin/Attribution/index.tsx:136 #: src/components/routes/admin/Dashboard/index.tsx:421 @@ -12298,7 +12298,7 @@ msgstr "Επαληθεύστε το email σας" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:159 msgid "Verify your email so attendees can receive tickets" -msgstr "" +msgstr "Επαληθεύστε το email σας ώστε οι συμμετέχοντες να λαμβάνουν εισιτήρια" #: src/components/routes/welcome/index.tsx:189 msgid "Verifying..." @@ -12310,19 +12310,19 @@ msgstr "Βιετναμεζικά" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:68 msgid "View All" -msgstr "" +msgstr "Προβολή όλων" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:380 msgid "View all →" -msgstr "" +msgstr "Προβολή όλων →" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:424 msgid "View all capabilities" -msgstr "" +msgstr "Προβολή όλων των δυνατοτήτων" #: src/components/modals/SelectCheckInListModal/index.tsx:87 msgid "View all check-in lists" -msgstr "" +msgstr "Προβολή όλων των λιστών check-in" #: src/components/routes/admin/Messages/index.tsx:108 msgid "View all messages sent across the platform" @@ -12347,7 +12347,7 @@ msgstr "Προβολή Λεπτομερειών" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:192 msgid "View details for {0} {1}" -msgstr "" +msgstr "Προβολή λεπτομερειών για {0} {1}" #: src/components/common/AdminEventsTable/index.tsx:157 #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:58 @@ -12427,11 +12427,11 @@ msgstr "Εισιτήριο VIP" #: src/components/forms/ProductForm/visibilityStatus.ts:41 msgid "Visible from {start} — hidden until sales open." -msgstr "" +msgstr "Ορατό από {start} — κρυφό μέχρι να ανοίξουν οι πωλήσεις." #: src/components/forms/ProductForm/visibilityStatus.ts:56 msgid "Visible to everyone on the event page." -msgstr "" +msgstr "Ορατό σε όλους στη σελίδα της εκδήλωσης." #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:104 msgid "VK" @@ -12450,7 +12450,7 @@ msgstr "Αναμονή πληρωμής" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:64 msgid "Waiting for scan…" -msgstr "" +msgstr "Αναμονή σάρωσης…" #: src/components/forms/ProductForm/index.tsx:460 #: src/components/layouts/AuthLayout/index.tsx:17 @@ -12480,7 +12480,7 @@ msgstr "Δεν μπορέσαμε να επεξεργαστούμε την πλ #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:167 msgid "We couldn't copy that Stripe connection. Please try again." -msgstr "" +msgstr "Δεν μπορέσαμε να αντιγράψουμε αυτή τη σύνδεση Stripe. Δοκιμάστε ξανά." #: src/components/common/ProductsTable/SortableCategory/index.tsx:56 msgid "We couldn't delete the category. Please try again." @@ -12512,7 +12512,7 @@ msgstr "Δεν βρέθηκε αυτή η παραγγελία. Μπορεί ν #: src/hooks/useOccurrenceCheckIn.tsx:43 msgid "We couldn't load the check-in lists. Please try again." -msgstr "" +msgstr "Δεν μπορέσαμε να φορτώσουμε τις λίστες check-in. Δοκιμάστε ξανά." #: src/components/common/ErrorLoadingMessage/index.tsx:13 msgid "We couldn't load the data. Please try again." @@ -12520,7 +12520,7 @@ msgstr "Δεν μπορέσαμε να φορτώσουμε τα δεδομέν #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:97 msgid "We couldn't reach Stripe just now. Please try again in a moment." -msgstr "" +msgstr "Δεν μπορούμε να συνδεθούμε με το Stripe αυτή τη στιγμή. Δοκιμάστε ξανά σε λίγο." #: src/components/common/ProductsTable/SortableCategory/index.tsx:98 msgid "We couldn't reorder the categories. Please try again." @@ -12532,7 +12532,7 @@ msgstr "Παρουσιάστηκε πρόβλημα κατά τη φόρτωση #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:236 msgid "We partner with Stripe to send payouts straight to your bank account." -msgstr "" +msgstr "Συνεργαζόμαστε με το Stripe για να στέλνουμε τις πληρωμές απευθείας στον τραπεζικό σας λογαριασμό." #: src/components/routes/event/TicketDesigner/index.tsx:144 msgid "We recommend a square logo with minimum dimensions of 200x200px" @@ -12549,7 +12549,7 @@ msgstr "Προτείνουμε διαστάσεις 400px x 400px, μέγιστ #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:158 msgid "We sent a verification link to {0}" -msgstr "" +msgstr "Στείλαμε σύνδεσμο επαλήθευσης στο {0}" #: src/components/common/CookieConsentBanner/index.tsx:18 msgid "We use cookies to help us understand how the site is used and to improve your experience." @@ -12578,7 +12578,7 @@ msgstr "Θα σας ειδοποιήσουμε μέσω email εάν διατε #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:267 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:301 msgid "We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically." -msgstr "" +msgstr "Μετά την αποθήκευση θα ανοίξουμε έναν συντάκτη μηνυμάτων με έτοιμο πρότυπο. Εσείς το ελέγχετε και το στέλνετε — τίποτα δεν αποστέλλεται αυτόματα." #: src/components/routes/product-widget/CollectInformation/index.tsx:456 msgid "We'll send your tickets to this email" @@ -12594,7 +12594,7 @@ msgstr "Επεξεργαζόμαστε την παραγγελία σας. Πα #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:75 msgid "We've made changes to the schedule for \"{title}\" — {description} affecting {affectedCount} session(s)." -msgstr "" +msgstr "Αλλάξαμε το πρόγραμμα για «{title}» — {description}, επηρεάζοντας {affectedCount} συνεδρία/ες." #: src/components/routes/welcome/index.tsx:147 msgid "We've sent a 5-digit verification code to:" @@ -12612,7 +12612,7 @@ msgstr "Το webhook διαγράφηκε επιτυχώς" #: src/components/layouts/AuthLayout/index.tsx:25 msgid "Webhook integrations" -msgstr "" +msgstr "Ενσωματώσεις webhook" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:137 #: src/components/modals/WebhookLogsModal/index.tsx:151 @@ -12650,7 +12650,7 @@ msgstr "Ιστότοπος" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 msgid "Wed" -msgstr "" +msgstr "Τετ" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -12659,16 +12659,16 @@ msgstr "Τετάρτη" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:88 msgid "week" -msgstr "" +msgstr "εβδομάδα" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:51 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Weekly" -msgstr "" +msgstr "Εβδομαδιαία" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:96 msgid "weeks" -msgstr "" +msgstr "εβδομάδες" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:105 msgid "Weibo" @@ -12696,7 +12696,7 @@ msgstr "Καλώς ήρθατε στο {0}, εδώ είναι η λίστα όλ #: src/constants/eventCategories.ts:20 msgid "Wellness" -msgstr "" +msgstr "Ευεξία" #: src/components/forms/ProductForm/index.tsx:349 msgid "What are Tiered Products?" @@ -12732,7 +12732,7 @@ msgstr "Τι τύπος ερώτησης είναι αυτή;" #: src/components/forms/CheckInListForm/index.tsx:172 msgid "What unauthenticated staff can see" -msgstr "" +msgstr "Τι μπορεί να δει το μη συνδεδεμένο προσωπικό" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:89 msgid "WhatsApp" @@ -12744,7 +12744,7 @@ msgstr "Όταν διαγράφεται ένα check-in" #: src/components/forms/WebhookForm/index.tsx:135 msgid "When a date is cancelled on a recurring event" -msgstr "" +msgstr "Όταν ακυρώνεται μια ημερομηνία επαναλαμβανόμενης εκδήλωσης" #: src/components/forms/WebhookForm/index.tsx:105 msgid "When a new attendee is created" @@ -12909,7 +12909,7 @@ msgstr "X (Twitter)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:90 msgid "year" -msgstr "" +msgstr "έτος" #: src/components/common/OrganizerReportTable/index.tsx:59 #: src/components/common/PeriodSelector/index.tsx:38 @@ -12920,11 +12920,11 @@ msgstr "Από αρχής έτους" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:53 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Yearly" -msgstr "" +msgstr "Ετήσια" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:98 msgid "years" -msgstr "" +msgstr "έτη" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:191 msgid "Yes" @@ -12969,7 +12969,7 @@ msgstr "Μπορείτε να δημιουργήσετε κωδικό προσφ #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1115 msgid "You can override this for individual dates later." -msgstr "" +msgstr "Μπορείτε να το παρακάμψετε αργότερα για μεμονωμένες ημερομηνίες." #: src/components/modals/OfferWaitlistModal/index.tsx:110 msgid "You can still manually offer tickets if needed." @@ -13035,7 +13035,7 @@ msgstr "Έχετε φόρους και τέλη σε Δωρεάν Προϊόν. #: src/components/forms/ProductForm/ProductDrawer.tsx:57 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:728 msgid "You have unsaved changes. Are you sure you want to discard them?" -msgstr "" +msgstr "Έχετε μη αποθηκευμένες αλλαγές. Σίγουρα θέλετε να τις απορρίψετε;" #: src/components/modals/SendMessageModal/index.tsx:204 msgid "You must acknowledge that this email is not promotional" @@ -13067,7 +13067,7 @@ msgstr "Πρέπει να επαληθεύσετε τη διεύθυνση email #: src/components/modals/CreateAttendeeModal/index.tsx:186 msgid "You need to create at least one occurrence before you can add attendees to this recurring event." -msgstr "" +msgstr "Πρέπει να δημιουργήσετε τουλάχιστον μία ημερομηνία πριν προσθέσετε συμμετέχοντες σε αυτή την επαναλαμβανόμενη εκδήλωση." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:355 msgid "You need to verify your account email before you can modify email templates." @@ -13087,7 +13087,7 @@ msgstr "Θα πρέπει να σημάνετε χειροκίνητα παρα #: src/components/modals/CreateEventModal/index.tsx:253 msgid "You'll be able to set up dates, schedules, and recurrence rules in the next step." -msgstr "" +msgstr "Στο επόμενο βήμα θα μπορέσετε να ρυθμίσετε ημερομηνίες, προγράμματα και κανόνες επανάληψης." #: src/components/modals/CreateCheckInListModal/index.tsx:64 msgid "You'll need a ticket before you can create a check-in list." @@ -13103,7 +13103,7 @@ msgstr "Χρειάζεστε τουλάχιστον ένα προϊόν για #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:254 msgid "You're changing session times" -msgstr "" +msgstr "Αλλάζετε ώρες συνεδριών" #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:168 msgid "You're going to {0}!" @@ -13123,7 +13123,7 @@ msgstr "Σας προσφέρθηκε μια θέση!" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:290 msgid "You've changed the session time" -msgstr "" +msgstr "Αλλάξατε την ώρα της συνεδρίας" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:92 msgid "Your account has been deactivated and will be permanently deleted on <0>{0}." @@ -13264,7 +13264,7 @@ msgstr "Η επιστροφή σας επεξεργάζεται." #: src/components/layouts/CheckIn/index.tsx:117 msgid "Your saved date filter is no longer available — showing all dates." -msgstr "" +msgstr "Το αποθηκευμένο φίλτρο ημερομηνιών δεν είναι πλέον διαθέσιμο — εμφανίζονται όλες οι ημερομηνίες." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:116 msgid "Your Stripe account itself isn't affected, and no data is lost — you can reconnect at any time." @@ -13276,7 +13276,7 @@ msgstr "Το εισιτήριό σας για" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:54 msgid "Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions." -msgstr "" +msgstr "Το εισιτήριό σας παραμένει έγκυρο — δεν χρειάζεται να κάνετε κάτι, εκτός αν η νέα ώρα δεν σας βολεύει. Απαντήστε σε αυτό το email αν έχετε απορίες." #: src/components/routes/product-widget/CollectInformation/index.tsx:377 msgid "Your tickets have been confirmed." diff --git a/frontend/src/locales/en.po b/frontend/src/locales/en.po index 23d4fd688a..42fbc1247d 100644 --- a/frontend/src/locales/en.po +++ b/frontend/src/locales/en.po @@ -607,7 +607,7 @@ msgstr "Add a description and venue so attendees know what to expect" msgid "Add a description for this check-in list" msgstr "Add a description for this check-in list" -#: src/components/routes/event/OccurrencesTab/index.tsx:541 +#: src/components/routes/event/OccurrencesTab/index.tsx:556 msgid "Add a Single Date" msgstr "Add a Single Date" @@ -651,7 +651,7 @@ msgstr "Add Date" msgid "Add dates" msgstr "Add dates" -#: src/components/routes/event/OccurrencesTab/index.tsx:526 +#: src/components/routes/event/OccurrencesTab/index.tsx:541 msgid "Add Dates" msgstr "Add Dates" @@ -948,7 +948,7 @@ msgstr "All failed jobs deleted" msgid "All jobs queued for retry" msgstr "All jobs queued for retry" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:346 msgid "All matching dates" msgstr "All matching dates" @@ -1160,7 +1160,7 @@ msgstr "applied — {0} off your order" msgid "Applies to {0} products" msgstr "Applies to {0} products" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:365 msgid "Applies to {0}, non-cancelled dates currently loaded on this page." msgstr "Applies to {0}, non-cancelled dates currently loaded on this page." @@ -1172,7 +1172,7 @@ msgstr "Applies to 1 product" msgid "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." msgstr "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:363 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 msgid "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." msgstr "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." @@ -1181,7 +1181,7 @@ msgstr "Applies to every {0}, non-cancelled date in this event — including dat msgid "Apply" msgstr "Apply" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:509 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:511 msgid "Apply Changes" msgstr "Apply Changes" @@ -1189,7 +1189,7 @@ msgstr "Apply Changes" msgid "Apply this {type} to all new products" msgstr "Apply this {type} to all new products" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:338 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:339 msgid "Apply to" msgstr "Apply to" @@ -1781,7 +1781,7 @@ msgstr "Brazilian Portuguese" msgid "Built-in fraud protection" msgstr "Built-in fraud protection" -#: src/components/routes/event/OccurrencesTab/index.tsx:517 +#: src/components/routes/event/OccurrencesTab/index.tsx:532 msgid "Bulk Edit" msgstr "Bulk Edit" @@ -1897,7 +1897,7 @@ msgstr "Can't check in" #: src/components/modals/PublishEventModal/index.tsx:208 #: src/components/routes/admin/DeletionRequests/index.tsx:178 #: src/components/routes/event/messages.tsx:80 -#: src/components/routes/event/OccurrencesTab/index.tsx:499 +#: src/components/routes/event/OccurrencesTab/index.tsx:504 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:272 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:306 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:61 @@ -2279,7 +2279,7 @@ msgstr "Choose a color for your background" msgid "Choose a configuration" msgstr "Choose a configuration" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:335 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:336 msgid "Choose a different action" msgstr "Choose a different action" @@ -2328,11 +2328,11 @@ msgid "City" msgstr "City" #: src/components/common/OccurrenceSelect/index.tsx:133 -#: src/components/routes/event/OccurrencesTab/index.tsx:505 +#: src/components/routes/event/OccurrencesTab/index.tsx:519 msgid "Clear" msgstr "Clear" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:475 msgid "Clear location — fall back to the event default" msgstr "Clear location — fall back to the event default" @@ -2344,7 +2344,7 @@ msgstr "Clear search" msgid "Clear Search Text" msgstr "Clear Search Text" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:497 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:498 msgid "Clearing removes any per-date override. Affected dates will fall back to the event's default location." msgstr "Clearing removes any per-date override. Affected dates will fall back to the event's default location." @@ -2679,7 +2679,7 @@ msgstr "Connect your bank to receive ticket sales straight to your account" msgid "Connected the wrong Stripe account? Disconnect and start over." msgstr "Connected the wrong Stripe account? Disconnect and start over." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:489 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:492 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:164 msgid "Connection Details" @@ -3128,7 +3128,7 @@ msgstr "Create your own event" msgid "Created" msgstr "Created" -#: src/components/routes/event/OccurrencesTab/index.tsx:549 +#: src/components/routes/event/OccurrencesTab/index.tsx:564 msgid "Creating {0} dates. This may take a moment." msgstr "Creating {0} dates. This may take a moment." @@ -3478,7 +3478,7 @@ msgstr "delete" #: src/components/common/TaxAndFeeList/index.tsx:81 #: src/components/routes/admin/Announcements/index.tsx:226 #: src/components/routes/admin/FailedJobs/index.tsx:209 -#: src/components/routes/event/OccurrencesTab/index.tsx:502 +#: src/components/routes/event/OccurrencesTab/index.tsx:512 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:62 msgid "Delete" msgstr "Delete" @@ -3846,7 +3846,7 @@ msgstr "e.g. 180 (3 hours)" msgid "e.g. Learn more" msgstr "e.g. Learn more" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:453 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:450 msgid "e.g. Morning Session" msgstr "e.g. Morning Session" @@ -3879,7 +3879,7 @@ msgstr "Each person will receive an email with a reserved spot to complete their msgid "Each product" msgstr "Each product" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:381 msgid "Earlier" msgstr "Earlier" @@ -4311,7 +4311,7 @@ msgstr "Enter affiliate name" msgid "Enter an amount excluding taxes and fees." msgstr "Enter an amount excluding taxes and fees." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:434 msgid "Enter capacity" msgstr "Enter capacity" @@ -5301,7 +5301,7 @@ msgstr "Full refund" msgid "future" msgstr "future" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:352 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:353 msgid "Future dates only" msgstr "Future dates only" @@ -5651,8 +5651,8 @@ msgstr "Homepage Preview" msgid "Homer" msgstr "Homer" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:386 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:410 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:387 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:411 msgid "Hours" msgstr "Hours" @@ -5797,7 +5797,7 @@ msgstr "In {diffMinutes} minutes" msgid "in last {0} min" msgstr "in last {0} min" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:472 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 msgid "In person — set a venue" msgstr "In person — set a venue" @@ -6203,7 +6203,7 @@ msgstr "Last Triggered" msgid "Last Used" msgstr "Last Used" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:379 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 msgid "Later" msgstr "Later" @@ -6283,7 +6283,7 @@ msgstr "Live Events" msgid "Live preview" msgstr "Live preview" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:344 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 msgid "Loaded dates" msgstr "Loaded dates" @@ -6634,8 +6634,8 @@ msgstr "Minimum Price" msgid "minutes" msgstr "minutes" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:393 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:417 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:394 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:418 msgid "Minutes" msgstr "Minutes" @@ -6652,7 +6652,7 @@ msgstr "Miscellaneous Settings" msgid "Modal" msgstr "Modal" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:467 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:468 msgid "Mode" msgstr "Mode" @@ -6800,11 +6800,11 @@ msgstr "Net Revenue" msgid "Never" msgstr "Never" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:432 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 msgid "New capacity" msgstr "New capacity" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:451 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 msgid "New label" msgstr "New label" @@ -6963,7 +6963,7 @@ msgstr "No dates available this month. Try navigating to another month." msgid "No dates match the current filters." msgstr "No dates match the current filters." -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates match your filters" msgstr "No dates match your filters" @@ -6976,7 +6976,7 @@ msgstr "No dates match your search" msgid "No dates scheduled" msgstr "No dates scheduled" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates scheduled yet" msgstr "No dates scheduled yet" @@ -7480,7 +7480,7 @@ msgstr "Ongoing" msgid "Online" msgstr "Online" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 msgid "Online — provide connection details" msgstr "Online — provide connection details" @@ -7621,7 +7621,7 @@ msgstr "Options" msgid "or" msgstr "or" -#: src/components/routes/event/OccurrencesTab/index.tsx:603 +#: src/components/routes/event/OccurrencesTab/index.tsx:618 msgid "or add a single date" msgstr "or add a single date" @@ -9064,7 +9064,7 @@ msgstr "remove" msgid "Remove" msgstr "Remove" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:458 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:459 msgid "Remove label from all dates" msgstr "Remove label from all dates" @@ -10006,7 +10006,7 @@ msgstr "Set how long each date lasts" msgid "Set or clear the date label" msgstr "Set or clear the date label" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:406 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:407 msgid "Set the end time of each date to be this long after its start time." msgstr "Set the end time of each date to be this long after its start time." @@ -10014,11 +10014,11 @@ msgstr "Set the end time of each date to be this long after its start time." msgid "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." msgstr "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:440 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:441 msgid "Set to unlimited (remove limit)" msgstr "Set to unlimited (remove limit)" -#: src/components/routes/event/OccurrencesTab/index.tsx:585 +#: src/components/routes/event/OccurrencesTab/index.tsx:600 msgid "Set up a recurring schedule to automatically create dates, or add them one at a time." msgstr "Set up a recurring schedule to automatically create dates, or add them one at a time." @@ -10035,8 +10035,8 @@ msgstr "Set up payouts" msgid "Set up schedule" msgstr "Set up schedule" -#: src/components/routes/event/OccurrencesTab/index.tsx:535 -#: src/components/routes/event/OccurrencesTab/index.tsx:596 +#: src/components/routes/event/OccurrencesTab/index.tsx:550 +#: src/components/routes/event/OccurrencesTab/index.tsx:611 msgid "Set Up Schedule" msgstr "Set Up Schedule" @@ -10185,7 +10185,7 @@ msgstr "Show tax and fees separately" msgid "Showing {0} of {totalRows} records" msgstr "Showing {0} of {totalRows} records" -#: src/components/routes/event/OccurrencesTab/index.tsx:624 +#: src/components/routes/event/OccurrencesTab/index.tsx:639 msgid "Showing {0}–{1} of {2}" msgstr "Showing {0}–{1} of {2}" @@ -10239,7 +10239,7 @@ msgstr "Single Event" msgid "Single line text box" msgstr "Single line text box" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:356 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:357 msgid "Skip manually edited dates" msgstr "Skip manually edited dates" @@ -11128,7 +11128,7 @@ msgstr "These details are shown on the attendee's ticket and order summary for t msgid "These details will only be shown if the order is completed successfully." msgstr "These details will only be shown if the order is completed successfully." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:491 msgid "These details will replace any existing location on the affected dates and show on attendee tickets." msgstr "These details will replace any existing location on the affected dates and show on attendee tickets." @@ -11407,7 +11407,7 @@ msgstr "This ticket was just scanned. Please wait before scanning again." msgid "This user is not active, as they have not accepted their invitation." msgstr "This user is not active, as they have not accepted their invitation." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:367 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:368 msgid "This will affect {loadedAffectedCount} date(s)." msgstr "This will affect {loadedAffectedCount} date(s)." @@ -11760,7 +11760,7 @@ msgstr "Tracking & Analytics" msgid "Try a different search term or filter" msgstr "Try a different search term or filter" -#: src/components/routes/event/OccurrencesTab/index.tsx:584 +#: src/components/routes/event/OccurrencesTab/index.tsx:599 msgid "Try adjusting your filters to see more dates." msgstr "Try adjusting your filters to see more dates." diff --git a/frontend/src/locales/es.js b/frontend/src/locales/es.js index edb50c3060..93d28e36c8 100644 --- a/frontend/src/locales/es.js +++ b/frontend/src/locales/es.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Aún no hay nada que mostrar'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>retirado con éxito\"],\"KMgp2+\":[[\"0\"],\" disponible\"],\"Pmr5xp\":[[\"0\"],\" creado correctamente\"],\"FImCSc\":[[\"0\"],\" actualizado correctamente\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" días, \",[\"hours\"],\" horas, \",[\"minutes\"],\" minutos y \",[\"seconds\"],\" segundos\"],\"f3RdEk\":[[\"hours\"],\" horas, \",[\"minutes\"],\" minutos y \",[\"seconds\"],\" segundos\"],\"fyE7Au\":[[\"minutos\"],\" minutos y \",[\"segundos\"],\" segundos\"],\"NlQ0cx\":[\"El primer evento de \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://tu-sitio-web.com\",\"qnSLLW\":\"<0>Por favor, introduce el precio sin incluir impuestos y tasas.<1>Los impuestos y tasas se pueden agregar a continuación.\",\"ZjMs6e\":\"<0>El número de productos disponibles para este producto<1>Este valor se puede sobrescribir si hay <2>Límites de Capacidad asociados con este producto.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 minutos y 0 segundos\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Un campo de fecha. Perfecto para pedir una fecha de nacimiento, etc.\",\"6euFZ/\":[\"Un \",[\"type\"],\" predeterminado se aplica automáticamente a todos los nuevos productos. Puede sobrescribir esto por cada producto.\"],\"SMUbbQ\":\"Una entrada desplegable permite solo una selección\",\"qv4bfj\":\"Una tarifa, como una tarifa de reserva o una tarifa de servicio\",\"POT0K/\":\"Un monto fijo por producto. Ej., $0.50 por producto\",\"f4vJgj\":\"Una entrada de texto de varias líneas\",\"OIPtI5\":\"Un porcentaje del precio del producto. Ej., 3.5% del precio del producto\",\"ZthcdI\":\"Un código promocional sin descuento puede usarse para revelar productos ocultos.\",\"AG/qmQ\":\"Una opción de Radio tiene múltiples opciones pero solo se puede seleccionar una.\",\"h179TP\":\"Una breve descripción del evento que se mostrará en los resultados del motor de búsqueda y al compartir en las redes sociales. De forma predeterminada, se utilizará la descripción del evento.\",\"WKMnh4\":\"Una entrada de texto de una sola línea\",\"BHZbFy\":\"Una sola pregunta por pedido. Ej., ¿Cuál es su dirección de envío?\",\"Fuh+dI\":\"Una sola pregunta por producto. Ej., ¿Cuál es su talla de camiseta?\",\"RlJmQg\":\"Un impuesto estándar, como el IVA o el GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Aceptar transferencias bancarias, cheques u otros métodos de pago offline\",\"hrvLf4\":\"Aceptar pagos con tarjeta de crédito a través de Stripe\",\"bfXQ+N\":\"Aceptar la invitacion\",\"AeXO77\":\"Cuenta\",\"lkNdiH\":\"Nombre de la cuenta\",\"Puv7+X\":\"Configuraciones de la cuenta\",\"OmylXO\":\"Cuenta actualizada exitosamente\",\"7L01XJ\":\"Acciones\",\"FQBaXG\":\"Activar\",\"5T2HxQ\":\"Fecha de activación\",\"F6pfE9\":\"Activo\",\"/PN1DA\":\"Agregue una descripción para esta lista de registro\",\"0/vPdA\":\"Agrega cualquier nota sobre el asistente. Estas no serán visibles para el asistente.\",\"Or1CPR\":\"Agrega cualquier nota sobre el asistente...\",\"l3sZO1\":\"Agregue notas sobre el pedido. Estas no serán visibles para el cliente.\",\"xMekgu\":\"Agregue notas sobre el pedido...\",\"PGPGsL\":\"Añadir descripción\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Agregue instrucciones para pagos offline (por ejemplo, detalles de transferencia bancaria, dónde enviar cheques, fechas límite de pago)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Agregar nuevo\",\"TZxnm8\":\"Agregar opción\",\"24l4x6\":\"Añadir producto\",\"8q0EdE\":\"Añadir producto a la categoría\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Agregar impuesto o tarifa\",\"goOKRY\":\"Agregar nivel\",\"oZW/gT\":\"Agregar al calendario\",\"pn5qSs\":\"Información adicional\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"DIRECCIÓN\",\"NY/x1b\":\"Dirección Línea 1\",\"POdIrN\":\"Dirección Línea 1\",\"cormHa\":\"Línea de dirección 2\",\"gwk5gg\":\"Línea de dirección 2\",\"U3pytU\":\"Administrador\",\"HLDaLi\":\"Los usuarios administradores tienen acceso completo a los eventos y la configuración de la cuenta.\",\"W7AfhC\":\"Todos los asistentes a este evento.\",\"cde2hc\":\"Todos los productos\",\"5CQ+r0\":\"Permitir que los asistentes asociados con pedidos no pagados se registren\",\"ipYKgM\":\"Permitir la indexación en motores de búsqueda\",\"LRbt6D\":\"Permitir que los motores de búsqueda indexen este evento\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Increíble, evento, palabras clave...\",\"hehnjM\":\"Cantidad\",\"R2O9Rg\":[\"Importe pagado (\",[\"0\"],\")\"],\"V7MwOy\":\"Se produjo un error al cargar la página.\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Ocurrió un error inesperado.\",\"byKna+\":\"Ocurrió un error inesperado. Inténtalo de nuevo.\",\"ubdMGz\":\"Cualquier consulta de los titulares de productos se enviará a esta dirección de correo electrónico. Esta también se usará como la dirección de \\\"respuesta a\\\" para todos los correos electrónicos enviados desde este evento\",\"aAIQg2\":\"Apariencia\",\"Ym1gnK\":\"aplicado\",\"sy6fss\":[\"Se aplica a \",[\"0\"],\" productos\"],\"kadJKg\":\"Se aplica a 1 producto\",\"DB8zMK\":\"Aplicar\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Aplicar este \",[\"type\"],\" a todos los nuevos productos\"],\"S0ctOE\":\"Archivar evento\",\"TdfEV7\":\"Archivado\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"¿Está seguro de que desea activar este asistente?\",\"TvkW9+\":\"¿Está seguro de que desea archivar este evento?\",\"/CV2x+\":\"¿Está seguro de que desea cancelar este asistente? Esto anulará su entrada.\",\"YgRSEE\":\"¿Estás seguro de que deseas eliminar este código de promoción?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"¿Estás seguro de que quieres hacer este borrador de evento? Esto hará que el evento sea invisible para el público.\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"¿Está seguro de que desea restaurar este evento? Será restaurado como un evento borrador.\",\"vJuISq\":\"¿Estás seguro de que deseas eliminar esta Asignación de Capacidad?\",\"baHeCz\":\"¿Está seguro de que desea eliminar esta lista de registro?\",\"LBLOqH\":\"Preguntar una vez por pedido\",\"wu98dY\":\"Preguntar una vez por producto\",\"ss9PbX\":\"Asistente\",\"m0CFV2\":\"Detalles de los asistentes\",\"QKim6l\":\"Asistente no encontrado\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Entrada del asistente\",\"9SZT4E\":\"Asistentes\",\"iPBfZP\":\"Asistentes registrados\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Ajuste automático\",\"vZ5qKF\":\"Ajustar automáticamente la altura del widget según el contenido. Cuando está deshabilitado, el widget llenará la altura del contenedor.\",\"4lVaWA\":\"Esperando pago offline\",\"2rHwhl\":\"Esperando pago offline\",\"3wF4Q/\":\"Esperando pago\",\"ioG+xt\":\"En espera de pago\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Impresionante organizador Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Volver a la página del evento\",\"VCoEm+\":\"Atrás para iniciar sesión\",\"k1bLf+\":\"Color de fondo\",\"I7xjqg\":\"Tipo de fondo\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Dirección de facturación\",\"/xC/im\":\"Configuración de facturación\",\"rp/zaT\":\"Portugués brasileño\",\"whqocw\":\"Al registrarte, aceptas nuestras <0>Condiciones de servicio y nuestra <1>Política de privacidad.\",\"bcCn6r\":\"Tipo de cálculo\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Cancelar\",\"Gjt/py\":\"Cancelar cambio de correo electrónico\",\"tVJk4q\":\"Cancelar orden\",\"Os6n2a\":\"Cancelar orden\",\"Mz7Ygx\":[\"Cancelar pedido \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Cancelado\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Capacidad\",\"V6Q5RZ\":\"Asignación de Capacidad creada con éxito\",\"k5p8dz\":\"Asignación de Capacidad eliminada con éxito\",\"nDBs04\":\"Gestión de capacidad\",\"ddha3c\":\"Las categorías le permiten agrupar productos. Por ejemplo, puede tener una categoría para \\\"Entradas\\\" y otra para \\\"Mercancía\\\".\",\"iS0wAT\":\"Las categorías le ayudan a organizar sus productos. Este título se mostrará en la página pública del evento.\",\"eorM7z\":\"Categorías reordenadas con éxito.\",\"3EXqwa\":\"Categoría creada con éxito\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Cambiar la contraseña\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Registrar \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Registrar entrada y marcar pedido como pagado\",\"QYLpB4\":\"Solo registrar entrada\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"¡Mira este evento!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Lista de registro eliminada con éxito\",\"+hBhWk\":\"La lista de registro ha expirado\",\"mBsBHq\":\"La lista de registro no está activa\",\"vPqpQG\":\"Lista de registro no encontrada\",\"tejfAy\":\"Listas de registro\",\"hD1ocH\":\"URL de registro copiada al portapapeles\",\"CNafaC\":\"Las opciones de casilla de verificación permiten múltiples selecciones\",\"SpabVf\":\"Casillas de verificación\",\"CRu4lK\":\"Registrado\",\"znIg+z\":\"Pagar\",\"1WnhCL\":\"Configuración de pago\",\"6imsQS\":\"Chino simplificado\",\"JjkX4+\":\"Elige un color para tu fondo\",\"/Jizh9\":\"elige una cuenta\",\"3wV73y\":\"Ciudad\",\"FG98gC\":\"Borrar texto de búsqueda\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Haga clic para copiar\",\"yz7wBu\":\"Cerca\",\"62Ciis\":\"Cerrar barra lateral\",\"EWPtMO\":\"Código\",\"ercTDX\":\"El código debe tener entre 3 y 50 caracteres.\",\"oqr9HB\":\"Mostrar este producto contraído al cargar la página del evento\",\"jZlrte\":\"Color\",\"Vd+LC3\":\"El color debe ser un código de color hexadecimal válido. Ejemplo: #ffffff\",\"1HfW/F\":\"Colores\",\"VZeG/A\":\"Muy pronto\",\"yPI7n9\":\"Palabras clave separadas por comas que describen el evento. Estos serán utilizados por los motores de búsqueda para ayudar a categorizar e indexar el evento.\",\"NPZqBL\":\"Completar Orden\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"El pago completo\",\"qqWcBV\":\"Completado\",\"6HK5Ct\":\"Pedidos completados\",\"NWVRtl\":\"Pedidos completados\",\"DwF9eH\":\"Código del componente\",\"Tf55h7\":\"Descuento configurado\",\"7VpPHA\":\"Confirmar\",\"ZaEJZM\":\"Confirmar cambio de correo electrónico\",\"yjkELF\":\"Confirmar nueva contraseña\",\"xnWESi\":\"Confirmar Contraseña\",\"p2/GCq\":\"confirmar Contraseña\",\"wnDgGj\":\"Confirmando dirección de correo electrónico...\",\"pbAk7a\":\"Conectar raya\",\"UMGQOh\":\"Conéctate con Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Detalles de conexión\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Continuar\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Texto del botón Continuar\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"copiado\",\"T5rdis\":\"Copiado al portapapeles\",\"he3ygx\":\"Copiar\",\"r2B2P8\":\"Copiar URL de registro\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Copiar link\",\"E6nRW7\":\"Copiar URL\",\"JNCzPW\":\"País\",\"IF7RiR\":\"Cubrir\",\"hYgDIe\":\"Crear\",\"b9XOHo\":[\"Crear \",[\"0\"]],\"k9RiLi\":\"Crear un producto\",\"6kdXbW\":\"Crear un código promocional\",\"n5pRtF\":\"Crear una entrada\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"crear un organizador\",\"ipP6Ue\":\"Crear asistente\",\"VwdqVy\":\"Crear Asignación de Capacidad\",\"EwoMtl\":\"Crear categoría\",\"XletzW\":\"Crear categoría\",\"WVbTwK\":\"Crear lista de registro\",\"uN355O\":\"Crear evento\",\"BOqY23\":\"Crear nuevo\",\"kpJAeS\":\"Crear organizador\",\"a0EjD+\":\"Crear producto\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Crear código promocional\",\"B3Mkdt\":\"Crear pregunta\",\"UKfi21\":\"Crear impuesto o tarifa\",\"d+F6q9\":\"Creado\",\"Q2lUR2\":\"Divisa\",\"DCKkhU\":\"Contraseña actual\",\"uIElGP\":\"URL de mapas personalizados\",\"UEqXyt\":\"Rango personalizado\",\"876pfE\":\"Cliente\",\"QOg2Sf\":\"Personalice la configuración de correo electrónico y notificaciones para este evento\",\"Y9Z/vP\":\"Personaliza la página de inicio del evento y los mensajes de pago\",\"2E2O5H\":\"Personaliza las configuraciones diversas para este evento.\",\"iJhSxe\":\"Personaliza la configuración de SEO para este evento\",\"KIhhpi\":\"Personaliza la página de tu evento\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Zona peligrosa\",\"ZQKLI1\":\"Zona de Peligro\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"Fecha\",\"JvUngl\":\"Fecha y hora\",\"JJhRbH\":\"Capacidad del primer día\",\"cnGeoo\":\"Borrar\",\"jRJZxD\":\"Eliminar Capacidad\",\"VskHIx\":\"Eliminar categoría\",\"Qrc8RZ\":\"Eliminar lista de registro\",\"WHf154\":\"Eliminar código\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Descripción\",\"YC3oXa\":\"Descripción para el personal de registro\",\"URmyfc\":\"Detalles\",\"1lRT3t\":\"Deshabilitar esta capacidad rastreará las ventas pero no las detendrá cuando se alcance el límite\",\"H6Ma8Z\":\"Descuento\",\"ypJ62C\":\"Descuento %\",\"3LtiBI\":[\"Descuento en \",[\"0\"]],\"C8JLas\":\"Tipo de descuento\",\"1QfxQT\":\"Dismiss\",\"DZlSLn\":\"Etiqueta del documento\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Descargar .ics\",\"kodV18\":\"Descargar CSV\",\"CELKku\":\"Descargar factura\",\"LQrXcu\":\"Descargar factura\",\"QIodqd\":\"Descargar código QR\",\"yhjU+j\":\"Descargando factura\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Selección desplegable\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Duplicar evento\",\"3ogkAk\":\"Duplicar evento\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Duplicar opciones\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Madrugador\",\"ePK91l\":\"Editar\",\"N6j2JH\":[\"Editar \",[\"0\"]],\"kBkYSa\":\"Editar Capacidad\",\"oHE9JT\":\"Editar Asignación de Capacidad\",\"j1Jl7s\":\"Editar categoría\",\"FU1gvP\":\"Editar lista de registro\",\"iFgaVN\":\"Editar código\",\"jrBSO1\":\"Editar organizador\",\"tdD/QN\":\"Editar producto\",\"n143Tq\":\"Editar categoría de producto\",\"9BdS63\":\"Editar código promocional\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Editar pregunta\",\"poTr35\":\"Editar usuario\",\"GTOcxw\":\"editar usuario\",\"pqFrv2\":\"p.ej. 2,50 por $2,50\",\"3yiej1\":\"p.ej. 23,5 para 23,5%\",\"O3oNi5\":\"Correo electrónico\",\"VxYKoK\":\"Configuración de correo electrónico y notificaciones\",\"ATGYL1\":\"Dirección de correo electrónico\",\"hzKQCy\":\"Dirección de correo electrónico\",\"HqP6Qf\":\"Cambio de correo electrónico cancelado exitosamente\",\"mISwW1\":\"Cambio de correo electrónico pendiente\",\"APuxIE\":\"Confirmación por correo electrónico reenviada\",\"YaCgdO\":\"La confirmación por correo electrónico se reenvió correctamente\",\"jyt+cx\":\"Mensaje de pie de página de correo electrónico\",\"I6F3cp\":\"Correo electrónico no verificado\",\"NTZ/NX\":\"Código de incrustación\",\"4rnJq4\":\"Script de incrustación\",\"8oPbg1\":\"Habilitar facturación\",\"j6w7d/\":\"Activar esta capacidad para detener las ventas de productos cuando se alcance el límite\",\"VFv2ZC\":\"Fecha de finalización\",\"237hSL\":\"Finalizado\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Inglés\",\"MhVoma\":\"Ingrese un monto sin incluir impuestos ni tarifas.\",\"SlfejT\":\"Error\",\"3Z223G\":\"Error al confirmar la dirección de correo electrónico\",\"a6gga1\":\"Error al confirmar el cambio de correo electrónico\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Evento\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Fecha del Evento\",\"0Zptey\":\"Valores predeterminados de eventos\",\"QcCPs8\":\"Detalles del evento\",\"6fuA9p\":\"Evento duplicado con éxito\",\"AEuj2m\":\"Página principal del evento\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Ubicación del evento y detalles del lugar\",\"OopDbA\":\"Event page\",\"4/If97\":\"Error al actualizar el estado del evento. Por favor, inténtelo de nuevo más tarde\",\"btxLWj\":\"Estado del evento actualizado\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Eventos\",\"sZg7s1\":\"Fecha de vencimiento\",\"KnN1Tu\":\"Vence\",\"uaSvqt\":\"Fecha de caducidad\",\"GS+Mus\":\"Exportar\",\"9xAp/j\":\"No se pudo cancelar el asistente\",\"ZpieFv\":\"No se pudo cancelar el pedido\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"No se pudo descargar la factura. Inténtalo de nuevo.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"No se pudo cargar la lista de registro\",\"ZQ15eN\":\"No se pudo reenviar el correo electrónico del ticket\",\"ejXy+D\":\"Error al ordenar productos\",\"PLUB/s\":\"Tarifa\",\"/mfICu\":\"Honorarios\",\"LyFC7X\":\"Filtrar pedidos\",\"cSev+j\":\"Filtros\",\"CVw2MU\":[\"Filtros (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Primer número de factura\",\"V1EGGU\":\"Primer Nombre\",\"kODvZJ\":\"Primer Nombre\",\"S+tm06\":\"El nombre debe tener entre 1 y 50 caracteres.\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Usado por primera vez\",\"TpqW74\":\"Fijado\",\"irpUxR\":\"Cantidad fija\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"¿Has olvidado tu contraseña?\",\"2POOFK\":\"Gratis\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Francés\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Alemán\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"volver al perfil\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Calendar\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Ventas brutas\",\"yRg26W\":\"Ventas brutas\",\"R4r4XO\":\"Huéspedes\",\"26pGvx\":\"¿Tienes un código de promoción?\",\"V7yhws\":\"hola@awesome-events.com\",\"6K/IHl\":\"Aquí hay un ejemplo de cómo puede usar el componente en su aplicación.\",\"Y1SSqh\":\"Aquí está el componente React que puede usar para incrustar el widget en su aplicación.\",\"QuhVpV\":[\"Hola \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Oculto de la vista del público\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Las preguntas ocultas sólo son visibles para el organizador del evento y no para el cliente.\",\"vLyv1R\":\"Esconder\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Ocultar producto después de la fecha de finalización de la venta\",\"06s3w3\":\"Ocultar producto antes de la fecha de inicio de la venta\",\"axVMjA\":\"Ocultar producto a menos que el usuario tenga un código promocional aplicable\",\"ySQGHV\":\"Ocultar producto cuando esté agotado\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Ocultar este producto a los clientes\",\"Da29Y6\":\"Ocultar esta pregunta\",\"fvDQhr\":\"Ocultar este nivel a los usuarios\",\"lNipG+\":\"Ocultar un producto impedirá que los usuarios lo vean en la página del evento.\",\"ZOBwQn\":\"Diseño de página de inicio\",\"PRuBTd\":\"Diseñador de página de inicio\",\"YjVNGZ\":\"Vista previa de la página de inicio\",\"c3E/kw\":\"Homero\",\"8k8Njd\":\"Cuántos minutos tiene el cliente para completar su pedido. Recomendamos al menos 15 minutos.\",\"ySxKZe\":\"¿Cuántas veces se puede utilizar este código?\",\"dZsDbK\":[\"Límite de caracteres HTML excedido: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Acepto los <0>términos y condiciones\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Si está habilitado, el personal de registro puede marcar a los asistentes como registrados o marcar el pedido como pagado y registrar a los asistentes. Si está deshabilitado, los asistentes asociados con pedidos no pagados no pueden registrarse.\",\"muXhGi\":\"Si está habilitado, el organizador recibirá una notificación por correo electrónico cuando se realice un nuevo pedido.\",\"6fLyj/\":\"Si no solicitó este cambio, cambie inmediatamente su contraseña.\",\"n/ZDCz\":\"Imagen eliminada exitosamente\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Imagen cargada exitosamente\",\"VyUuZb\":\"URL de imagen\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inactivo\",\"T0K0yl\":\"Los usuarios inactivos no pueden iniciar sesión.\",\"kO44sp\":\"Incluya los detalles de conexión para su evento en línea. Estos detalles se mostrarán en la página de resumen del pedido y en la página de la entrada del asistente.\",\"FlQKnG\":\"Incluye impuestos y tasas en el precio.\",\"Vi+BiW\":[\"Incluye \",[\"0\"],\" productos\"],\"lpm0+y\":\"Incluye 1 producto\",\"UiAk5P\":\"Insertar imagen\",\"OyLdaz\":\"¡Invitación resentida!\",\"HE6KcK\":\"¡Invitación revocada!\",\"SQKPvQ\":\"Invitar usuario\",\"bKOYkd\":\"Factura descargada con éxito\",\"alD1+n\":\"Notas de la factura\",\"kOtCs2\":\"Numeración de facturas\",\"UZ2GSZ\":\"Configuración de facturación\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Artículo\",\"KFXip/\":\"John\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Etiqueta\",\"vXIe7J\":\"Idioma\",\"2LMsOq\":\"Últimos 12 meses\",\"vfe90m\":\"Últimos 14 días\",\"aK4uBd\":\"Últimas 24 horas\",\"uq2BmQ\":\"Últimos 30 días\",\"bB6Ram\":\"Últimas 48 horas\",\"VlnB7s\":\"Últimos 6 meses\",\"ct2SYD\":\"Últimos 7 días\",\"XgOuA7\":\"Últimos 90 días\",\"I3yitW\":\"Último acceso\",\"1ZaQUH\":\"Apellido\",\"UXBCwc\":\"Apellido\",\"tKCBU0\":\"Última vez usado\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Dejar en blanco para usar la palabra predeterminada \\\"Factura\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Cargando...\",\"wJijgU\":\"Ubicación\",\"sQia9P\":\"Acceso\",\"zUDyah\":\"Iniciando sesión\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Cerrar sesión\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Hacer obligatoria la dirección de facturación durante el pago\",\"MU3ijv\":\"Haz que esta pregunta sea obligatoria\",\"wckWOP\":\"Administrar\",\"onpJrA\":\"Gestionar asistente\",\"n4SpU5\":\"Administrar evento\",\"WVgSTy\":\"Gestionar pedido\",\"1MAvUY\":\"Gestionar las configuraciones de pago y facturación para este evento.\",\"cQrNR3\":\"Administrar perfil\",\"AtXtSw\":\"Gestionar impuestos y tasas que se pueden aplicar a sus productos\",\"ophZVW\":\"Gestionar entradas\",\"DdHfeW\":\"Administre los detalles de su cuenta y la configuración predeterminada\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Gestiona tus usuarios y sus permisos\",\"1m+YT2\":\"Las preguntas obligatorias deben responderse antes de que el cliente pueda realizar el pago.\",\"Dim4LO\":\"Agregar manualmente un asistente\",\"e4KdjJ\":\"Agregar asistente manualmente\",\"vFjEnF\":\"Marcar como pagado\",\"g9dPPQ\":\"Máximo por pedido\",\"l5OcwO\":\"Asistente del mensaje\",\"Gv5AMu\":\"Mensaje a los asistentes\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Mensaje del comprador\",\"tNZzFb\":\"Contenido del mensaje\",\"lYDV/s\":\"Enviar mensajes a asistentes individuales\",\"V7DYWd\":\"Mensaje enviado\",\"t7TeQU\":\"Mensajes\",\"xFRMlO\":\"Mínimo por pedido\",\"QYcUEf\":\"Precio mínimo\",\"RDie0n\":\"Misceláneo\",\"mYLhkl\":\"Otras configuraciones\",\"KYveV8\":\"Cuadro de texto de varias líneas\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Mi increíble descripción del evento...\",\"vX8/tc\":\"El increíble título de mi evento...\",\"hKtWk2\":\"Mi perfil\",\"fj5byd\":\"No disponible\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Nombre\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Navegar al asistente\",\"qqeAJM\":\"Nunca\",\"7vhWI8\":\"Nueva contraseña\",\"1UzENP\":\"No\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"No hay eventos archivados para mostrar.\",\"q2LEDV\":\"No se encontraron asistentes para este pedido.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"No hay asistentes para mostrar\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"No hay Asignaciones de Capacidad\",\"a/gMx2\":\"No hay listas de registro\",\"tMFDem\":\"No hay datos disponibles\",\"6Z/F61\":\"No hay datos para mostrar. Por favor selecciona un rango de fechas\",\"fFeCKc\":\"Sin descuento\",\"HFucK5\":\"No hay eventos finalizados para mostrar.\",\"yAlJXG\":\"No hay eventos para mostrar\",\"GqvPcv\":\"No hay filtros disponibles\",\"KPWxKD\":\"No hay mensajes para mostrar\",\"J2LkP8\":\"No hay pedidos para mostrar\",\"RBXXtB\":\"No hay métodos de pago disponibles actualmente. Por favor, contacte al organizador del evento para obtener ayuda.\",\"ZWEfBE\":\"No se requiere pago\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"No hay productos disponibles en esta categoría.\",\"FTfObB\":\"Aún no hay productos\",\"+Y976X\":\"No hay códigos promocionales para mostrar\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"No hay resultados\",\"gk5uwN\":\"Sin resultados de búsqueda\",\"RHyZUL\":\"Sin resultados de búsqueda.\",\"RY2eP1\":\"No se han agregado impuestos ni tarifas.\",\"EdQY6l\":\"Ninguno\",\"OJx3wK\":\"No disponible\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Notas\",\"jtrY3S\":\"Nada que mostrar aún\",\"hFwWnI\":\"Configuración de las notificaciones\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Notificar al organizador de nuevos pedidos\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Número de días permitidos para el pago (dejar en blanco para omitir los términos de pago en las facturas)\",\"n86jmj\":\"Prefijo del número\",\"mwe+2z\":\"Los pedidos offline no se reflejan en las estadísticas del evento hasta que el pedido se marque como pagado.\",\"dWBrJX\":\"El pago offline ha fallado. Por favor, inténtelo de nuevo o contacte al organizador del evento.\",\"fcnqjw\":\"Instrucciones de Pago Fuera de Línea\",\"+eZ7dp\":\"Pagos offline\",\"ojDQlR\":\"Información de pagos offline\",\"u5oO/W\":\"Configuración de pagos offline\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"En venta\",\"Ug4SfW\":\"Una vez que crees un evento, lo verás aquí.\",\"ZxnK5C\":\"Una vez que comiences a recopilar datos, los verás aquí.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"En curso\",\"z+nuVJ\":\"Online event\",\"WKHW0N\":\"Detalles del evento en línea\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Abrir Página de Check-In\",\"OdnLE4\":\"Abrir barra lateral\",\"ZZEYpT\":[\"Opción \",[\"i\"]],\"oPknTP\":\"Información adicional opcional que aparecerá en todas las facturas (por ejemplo, términos de pago, cargos por pago atrasado, política de devoluciones)\",\"OrXJBY\":\"Prefijo opcional para los números de factura (por ejemplo, INV-)\",\"0zpgxV\":\"Opciones\",\"BzEFor\":\"o\",\"UYUgdb\":\"Orden\",\"mm+eaX\":\"Order #\",\"B3gPuX\":\"Orden cancelada\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Fecha de orden\",\"Tol4BF\":\"Detalles del pedido\",\"WbImlQ\":\"El pedido ha sido cancelado y se ha notificado al propietario del pedido.\",\"nAn4Oe\":\"Pedido marcado como pagado\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Pedir Referencia\",\"acIJ41\":\"Estado del pedido\",\"GX6dZv\":\"Resumen del pedido\",\"tDTq0D\":\"Tiempo de espera del pedido\",\"1h+RBg\":\"Pedidos\",\"3y+V4p\":\"Dirección de la organización\",\"GVcaW6\":\"Detalles de la organización\",\"nfnm9D\":\"Nombre de la organización\",\"G5RhpL\":\"Organizador\",\"mYygCM\":\"Se requiere organizador\",\"Pa6G7v\":\"Nombre del organizador\",\"l894xP\":\"Los organizadores solo pueden gestionar eventos y productos. No pueden gestionar usuarios, configuraciones de cuenta o información de facturación.\",\"fdjq4c\":\"Relleno\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Página no encontrada\",\"QbrUIo\":\"Vistas de página\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"pagado\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Reembolsado parcialmente\",\"8ZsakT\":\"Contraseña\",\"TUJAyx\":\"La contraseña debe tener un mínimo de 8 caracteres.\",\"vwGkYB\":\"La contraseña debe tener al menos 8 caracteres\",\"BLTZ42\":\"Restablecimiento de contraseña exitoso. Por favor inicie sesión con su nueva contraseña.\",\"f7SUun\":\"Las contraseñas no son similares\",\"aEDp5C\":\"Pegue esto donde desea que aparezca el widget.\",\"+23bI/\":\"Patricio\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Pago\",\"Lg+ewC\":\"Pago y facturación\",\"DZjk8u\":\"Configuración de pago y facturación\",\"lflimf\":\"Período de vencimiento del pago\",\"JhtZAK\":\"Pago fallido\",\"JEdsvQ\":\"Instrucciones de pago\",\"bLB3MJ\":\"Métodos de pago\",\"QzmQBG\":\"Proveedor de pago\",\"lsxOPC\":\"Pago recibido\",\"wJTzyi\":\"Estado del pago\",\"xgav5v\":\"¡Pago exitoso!\",\"R29lO5\":\"Términos de pago\",\"/roQKz\":\"Porcentaje\",\"vPJ1FI\":\"Monto porcentual\",\"xdA9ud\":\"Coloque esto en el de su sitio web.\",\"blK94r\":\"Por favor agregue al menos una opción\",\"FJ9Yat\":\"Por favor verifique que la información proporcionada sea correcta.\",\"TkQVup\":\"Por favor revisa tu correo electrónico y contraseña y vuelve a intentarlo.\",\"sMiGXD\":\"Por favor verifique que su correo electrónico sea válido\",\"Ajavq0\":\"Por favor revise su correo electrónico para confirmar su dirección de correo electrónico.\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Por favor continúa en la nueva pestaña.\",\"hcX103\":\"Por favor, cree un producto\",\"cdR8d6\":\"Por favor, crea un ticket\",\"x2mjl4\":\"Por favor, introduzca una URL de imagen válida que apunte a una imagen.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Tenga en cuenta\",\"C63rRe\":\"Por favor, regresa a la página del evento para comenzar de nuevo.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Por favor, seleccione al menos un producto\",\"igBrCH\":\"Verifique su dirección de correo electrónico para acceder a todas las funciones.\",\"/IzmnP\":\"Por favor, espere mientras preparamos su factura...\",\"MOERNx\":\"Portugués\",\"qCJyMx\":\"Mensaje posterior al pago\",\"g2UNkE\":\"Desarrollado por\",\"Rs7IQv\":\"Mensaje previo al pago\",\"rdUucN\":\"Vista Previa\",\"a7u1N9\":\"Precio\",\"CmoB9j\":\"Modo de visualización de precios\",\"BI7D9d\":\"Precio no establecido\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Color primario\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Color de texto primario\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Imprimir todas las entradas\",\"DKwDdj\":\"Imprimir entradas\",\"K47k8R\":\"Producto\",\"1JwlHk\":\"Categoría de producto\",\"U61sAj\":\"Categoría de producto actualizada con éxito.\",\"1USFWA\":\"Producto eliminado con éxito\",\"4Y2FZT\":\"Tipo de precio del producto\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Ventas de productos\",\"U/R4Ng\":\"Nivel del producto\",\"sJsr1h\":\"Tipo de producto\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Producto(s)\",\"N0qXpE\":\"Productos\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Productos vendidos\",\"/u4DIx\":\"Productos vendidos\",\"DJQEZc\":\"Productos ordenados con éxito\",\"vERlcd\":\"Perfil\",\"kUlL8W\":\"perfil actualizado con éxito\",\"cl5WYc\":[\"Código promocional \",[\"promo_code\"],\" aplicado\"],\"P5sgAk\":\"Código promocional\",\"yKWfjC\":\"Página de códigos promocionales\",\"RVb8Fo\":\"Códigos promocionales\",\"BZ9GWa\":\"Los códigos promocionales se pueden utilizar para ofrecer descuentos, acceso de preventa o proporcionar acceso especial a su evento.\",\"OP094m\":\"Informe de códigos promocionales\",\"4kyDD5\":\"Proporciona contexto adicional o instrucciones para esta pregunta. Usa este campo para añadir términos\\ny condiciones, directrices o cualquier información importante que los asistentes necesiten saber antes de responder.\",\"toutGW\":\"Código QR\",\"LkMOWF\":\"cantidad disponible\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Pregunta eliminada\",\"avf0gk\":\"Descripción de la pregunta\",\"oQvMPn\":\"Título de la pregunta\",\"enzGAL\":\"Preguntas\",\"ROv2ZT\":\"Preguntas y respuestas\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Opción de radio\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Recipiente\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Reembolso fallido\",\"n10yGu\":\"Orden de reembolso\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Reembolso pendiente\",\"xHpVRl\":\"Estado del reembolso\",\"/BI0y9\":\"Reembolsado\",\"fgLNSM\":\"Registro\",\"9+8Vez\":\"Usos restantes\",\"tasfos\":\"eliminar\",\"t/YqKh\":\"Eliminar\",\"t9yxlZ\":\"Informes\",\"prZGMe\":\"Requerir dirección de facturación\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Reenviar confirmación por correo electrónico\",\"wIa8Qe\":\"Reenviar invitacíon\",\"VeKsnD\":\"Reenviar correo electrónico del pedido\",\"dFuEhO\":\"Reenviar correo de la entrada\",\"o6+Y6d\":\"Reenviando...\",\"OfhWJH\":\"Restablecer\",\"RfwZxd\":\"Restablecer la contraseña\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Restaurar evento\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Volver a la página del evento\",\"8YBH95\":\"Ganancia\",\"PO/sOY\":\"Revocar invitación\",\"GDvlUT\":\"Rol\",\"ELa4O9\":\"Fecha de finalización de la venta\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Fecha de inicio de la venta\",\"hBsw5C\":\"Ventas terminadas\",\"kpAzPe\":\"Inicio de ventas\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Guardar\",\"IUwGEM\":\"Guardar cambios\",\"U65fiW\":\"Guardar organizador\",\"UGT5vp\":\"Guardar ajustes\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Busque por nombre del asistente, correo electrónico o número de pedido...\",\"+pr/FY\":\"Buscar por nombre del evento...\",\"3zRbWw\":\"Busque por nombre, correo electrónico o número de pedido...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Buscar por nombre...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Buscar asignaciones de capacidad...\",\"r9M1hc\":\"Buscar listas de registro...\",\"+0Yy2U\":\"Buscar productos\",\"YIix5Y\":\"Buscar...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Color secundario\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Color de texto secundario\",\"02ePaq\":[\"Seleccionar \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Seleccionar categoría...\",\"kWI/37\":\"Seleccionar organizador\",\"ixIx1f\":\"Seleccionar producto\",\"3oSV95\":\"Seleccionar nivel de producto\",\"C4Y1hA\":\"Seleccionar productos\",\"hAjDQy\":\"Seleccionar estado\",\"QYARw/\":\"Seleccionar billete\",\"OMX4tH\":\"Seleccionar entradas\",\"DrwwNd\":\"Seleccionar período de tiempo\",\"O/7I0o\":\"Seleccionar...\",\"JlFcis\":\"Enviar\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Enviar un mensaje\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Enviar Mensaje\",\"D7ZemV\":\"Enviar confirmación del pedido y correo electrónico del billete.\",\"v1rRtW\":\"Enviar prueba\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"Descripción SEO\",\"/SIY6o\":\"Palabras clave SEO\",\"GfWoKv\":\"Configuración de SEO\",\"rXngLf\":\"Título SEO\",\"/jZOZa\":\"Tarifa de servicio\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Establezca el número inicial para la numeración de facturas. Esto no se puede cambiar una vez que las facturas se hayan generado.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Ajustes\",\"Z8lGw6\":\"Compartir\",\"B2V3cA\":\"Compartir evento\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Show\",\"V0SbFp\":\"Mostrar cantidad disponible del producto\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Mostrar más\",\"izwOOD\":\"Mostrar impuestos y tarifas por separado\",\"1SbbH8\":\"Se muestra al cliente después de finalizar la compra, en la página de resumen del pedido.\",\"YfHZv0\":\"Se muestra al cliente antes de realizar el pago.\",\"CBBcly\":\"Muestra campos de dirección comunes, incluido el país.\",\"yTnnYg\":\"simpson\",\"TNaCfq\":\"Cuadro de texto de una sola línea\",\"+P0Cn2\":\"Salta este paso\",\"YSEnLE\":\"Herrero\",\"lgFfeO\":\"Agotado\",\"Mi1rVn\":\"Agotado\",\"nwtY4N\":\"Algo salió mal\",\"GRChTw\":\"Algo salió mal al eliminar el impuesto o tarifa\",\"YHFrbe\":\"¡Algo salió mal! Inténtalo de nuevo\",\"kf83Ld\":\"Algo salió mal.\",\"fWsBTs\":\"Algo salió mal. Inténtalo de nuevo.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Lo sentimos, este código de promoción no se reconoce\",\"65A04M\":\"Español\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Fecha de inicio\",\"/2by1f\":\"Estado o región\",\"uAQUqI\":\"Estado\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Los pagos con Stripe no están habilitados para este evento.\",\"UJmAAK\":\"Sujeto\",\"X2rrlw\":\"Total parcial\",\"zzDlyQ\":\"Éxito\",\"b0HJ45\":[\"¡Éxito! \",[\"0\"],\" recibirá un correo electrónico en breve.\"],\"BJIEiF\":[[\"0\"],\" asistente con éxito\"],\"OtgNFx\":\"Dirección de correo electrónico confirmada correctamente\",\"IKwyaF\":\"Cambio de correo electrónico confirmado exitosamente\",\"zLmvhE\":\"Asistente creado exitosamente\",\"gP22tw\":\"Producto creado con éxito\",\"9mZEgt\":\"Código promocional creado correctamente\",\"aIA9C4\":\"Pregunta creada correctamente\",\"J3RJSZ\":\"Asistente actualizado correctamente\",\"3suLF0\":\"Asignación de Capacidad actualizada con éxito\",\"Z+rnth\":\"Lista de registro actualizada con éxito\",\"vzJenu\":\"Configuración de correo electrónico actualizada correctamente\",\"7kOMfV\":\"Evento actualizado con éxito\",\"G0KW+e\":\"Diseño de página de inicio actualizado con éxito\",\"k9m6/E\":\"Configuración de la página de inicio actualizada correctamente\",\"y/NR6s\":\"Ubicación actualizada correctamente\",\"73nxDO\":\"Configuraciones varias actualizadas exitosamente\",\"4H80qv\":\"Pedido actualizado con éxito\",\"6xCBVN\":\"Configuraciones de pago y facturación actualizadas con éxito\",\"1Ycaad\":\"Producto actualizado correctamente\",\"70dYC8\":\"Código promocional actualizado correctamente\",\"F+pJnL\":\"Configuración de SEO actualizada con éxito\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Correo electrónico de soporte\",\"uRfugr\":\"Camiseta\",\"JpohL9\":\"Impuesto\",\"geUFpZ\":\"Impuestos y tarifas\",\"dFHcIn\":\"Detalles de impuestos\",\"wQzCPX\":\"Información fiscal que aparecerá en la parte inferior de todas las facturas (por ejemplo, número de IVA, registro fiscal)\",\"0RXCDo\":\"Impuesto o tasa eliminados correctamente\",\"ZowkxF\":\"Impuestos\",\"qu6/03\":\"Impuestos y honorarios\",\"gypigA\":\"Ese código de promoción no es válido.\",\"5ShqeM\":\"La lista de registro que buscas no existe.\",\"QXlz+n\":\"La moneda predeterminada para tus eventos.\",\"mnafgQ\":\"La zona horaria predeterminada para sus eventos.\",\"o7s5FA\":\"El idioma en el que el asistente recibirá los correos electrónicos.\",\"NlfnUd\":\"El enlace en el que hizo clic no es válido.\",\"HsFnrk\":[\"El número máximo de productos para \",[\"0\"],\" es \",[\"1\"]],\"TSAiPM\":\"La página que buscas no existe\",\"MSmKHn\":\"El precio mostrado al cliente incluirá impuestos y tasas.\",\"6zQOg1\":\"El precio mostrado al cliente no incluirá impuestos ni tasas. Se mostrarán por separado.\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"El título del evento que se mostrará en los resultados del motor de búsqueda y al compartirlo en las redes sociales. De forma predeterminada, se utilizará el título del evento.\",\"wDx3FF\":\"No hay productos disponibles para este evento\",\"pNgdBv\":\"No hay productos disponibles en esta categoría\",\"rMcHYt\":\"Hay un reembolso pendiente. Espere a que se complete antes de solicitar otro reembolso.\",\"F89D36\":\"Hubo un error al marcar el pedido como pagado\",\"68Axnm\":\"Hubo un error al procesar su solicitud. Inténtalo de nuevo.\",\"mVKOW6\":\"Hubo un error al enviar tu mensaje\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Este asistente tiene un pedido sin pagar.\",\"mf3FrP\":\"Esta categoría aún no tiene productos.\",\"8QH2Il\":\"Esta categoría está oculta de la vista pública\",\"xxv3BZ\":\"Esta lista de registro ha expirado\",\"Sa7w7S\":\"Esta lista de registro ha expirado y ya no está disponible para registros.\",\"Uicx2U\":\"Esta lista de registro está activa\",\"1k0Mp4\":\"Esta lista de registro aún no está activa\",\"K6fmBI\":\"Esta lista de registro aún no está activa y no está disponible para registros.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Esta información se mostrará en la página de pago, en la página de resumen del pedido y en el correo electrónico de confirmación del pedido.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Este es un evento en línea\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Este mensaje se incluirá en el pie de página de todos los correos electrónicos enviados desde este evento.\",\"55i7Fa\":\"Este mensaje solo se mostrará si el pedido se completa con éxito. Los pedidos en espera de pago no mostrarán este mensaje.\",\"RjwlZt\":\"Este pedido ya ha sido pagado.\",\"5K8REg\":\"Este pedido ya ha sido reembolsado.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Esta orden ha sido cancelada.\",\"Q0zd4P\":\"Este pedido ha expirado. Por favor, comienza de nuevo.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Este pedido está completo.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Esta página de pedidos ya no está disponible.\",\"i0TtkR\":\"Esto sobrescribe todas las configuraciones de visibilidad y ocultará el producto a todos los clientes.\",\"cRRc+F\":\"Este producto no se puede eliminar porque está asociado con un pedido. Puede ocultarlo en su lugar.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Este enlace para restablecer la contraseña no es válido o ha caducado.\",\"IV9xTT\":\"Este usuario no está activo porque no ha aceptado su invitación.\",\"5AnPaO\":\"entrada\",\"kjAL4v\":\"Entrada\",\"dtGC3q\":\"El correo electrónico del ticket se ha reenviado al asistente.\",\"54q0zp\":\"Entradas para\",\"xN9AhL\":[\"Nivel \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Los productos escalonados le permiten ofrecer múltiples opciones de precio para el mismo producto. Esto es perfecto para productos anticipados o para ofrecer diferentes opciones de precio a diferentes grupos de personas.\\\" # es\",\"nn3mSR\":\"Tiempo restante:\",\"s/0RpH\":\"Tiempos utilizados\",\"y55eMd\":\"Veces usado\",\"40Gx0U\":\"Zona horaria\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Título\",\"xdA/+p\":\"Herramientas\",\"72c5Qo\":\"Total\",\"YXx+fG\":\"Total antes de descuentos\",\"NRWNfv\":\"Monto total de descuento\",\"BxsfMK\":\"Tarifas totales\",\"2bR+8v\":\"Total de ventas brutas\",\"mpB/d9\":\"Cantidad total del pedido\",\"m3FM1g\":\"Total reembolsado\",\"jEbkcB\":\"Total reembolsado\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Total impuestos\",\"+zy2Nq\":\"Tipo\",\"FMdMfZ\":\"No se pudo registrar al asistente\",\"bPWBLL\":\"No se pudo retirar al asistente\",\"9+P7zk\":\"No se pudo crear el producto. Por favor, revise sus datos\",\"WLxtFC\":\"No se pudo crear el producto. Por favor, revise sus datos\",\"/cSMqv\":\"No se puede crear una pregunta. Por favor revisa tus datos\",\"MH/lj8\":\"No se puede actualizar la pregunta. Por favor revisa tus datos\",\"nnfSdK\":\"Clientes únicos\",\"Mqy/Zy\":\"Estados Unidos\",\"NIuIk1\":\"Ilimitado\",\"/p9Fhq\":\"Ilimitado disponible\",\"E0q9qH\":\"Usos ilimitados permitidos\",\"h10Wm5\":\"Pedido no pagado\",\"ia8YsC\":\"Próximo\",\"TlEeFv\":\"Próximos eventos\",\"L/gNNk\":[\"Actualizar \",[\"0\"]],\"+qqX74\":\"Actualizar el nombre del evento, la descripción y las fechas.\",\"vXPSuB\":\"Actualización del perfil\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL copiada en el portapapeles\",\"e5lF64\":\"Ejemplo de uso\",\"fiV0xj\":\"Límite de uso\",\"sGEOe4\":\"Utilice una versión borrosa de la imagen de portada como fondo\",\"OadMRm\":\"Usar imagen de portada\",\"7PzzBU\":\"Usuario\",\"yDOdwQ\":\"Gestión de usuarios\",\"Sxm8rQ\":\"Usuarios\",\"VEsDvU\":\"Los usuarios pueden cambiar su correo electrónico en <0>Configuración de perfil\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"IVA\",\"E/9LUk\":\"Nombre del lugar\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Ver detalles del asistente\",\"/5PEQz\":\"Ver página del evento\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Ver en Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"Lista de registro VIP\",\"tF+VVr\":\"Entrada VIP\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"No pudimos procesar su pago. Inténtelo de nuevo o comuníquese con el soporte.\",\"45Srzt\":\"No pudimos eliminar la categoría. Por favor, inténtelo de nuevo.\",\"/DNy62\":[\"No pudimos encontrar ningún entrada que coincida con \",[\"0\"]],\"1E0vyy\":\"No pudimos cargar los datos. Inténtalo de nuevo.\",\"NmpGKr\":\"No pudimos reordenar las categorías. Por favor, inténtelo de nuevo.\",\"BJtMTd\":\"Recomendamos dimensiones de 2160 px por 1080 px y un tamaño de archivo máximo de 5 MB.\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"No pudimos confirmar su pago. Inténtelo de nuevo o comuníquese con el soporte.\",\"Gspam9\":\"Estamos procesando tu pedido. Espere por favor...\",\"LuY52w\":\"¡Bienvenido a bordo! Por favor inicie sesión para continuar.\",\"dVxpp5\":[\"Bienvenido de nuevo\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"¿Qué son los productos escalonados?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"¿Qué es una categoría?\",\"gxeWAU\":\"¿A qué productos se aplica este código?\",\"hFHnxR\":\"¿A qué productos se aplica este código? (Se aplica a todos por defecto)\",\"AeejQi\":\"¿A qué productos debería aplicarse esta capacidad?\",\"Rb0XUE\":\"¿A qué hora llegarás?\",\"5N4wLD\":\"¿Qué tipo de pregunta es esta?\",\"gyLUYU\":\"Cuando esté habilitado, se generarán facturas para los pedidos de entradas. Las facturas se enviarán junto con el correo electrónico de confirmación del pedido. Los asistentes también pueden descargar sus facturas desde la página de confirmación del pedido.\",\"D3opg4\":\"Cuando los pagos offline estén habilitados, los usuarios podrán completar sus pedidos y recibir sus entradas. Sus entradas indicarán claramente que el pedido no está pagado, y la herramienta de registro notificará al personal si un pedido requiere pago.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"¿Qué entradas deben asociarse con esta lista de registro?\",\"S+OdxP\":\"¿Quién organiza este evento?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"¿A quién se le debería hacer esta pregunta?\",\"VxFvXQ\":\"Insertar widget\",\"v1P7Gm\":\"Configuración del widget\",\"b4itZn\":\"Laboral\",\"hqmXmc\":\"Laboral...\",\"+G/XiQ\":\"Año hasta la fecha\",\"l75CjT\":\"Sí\",\"QcwyCh\":\"Si, eliminarlos\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Estás cambiando tu correo electrónico a <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Estás desconectado\",\"sdB7+6\":\"Puede crear un código promocional que se dirija a este producto en el\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"No puede cambiar el tipo de producto ya que hay asistentes asociados con este producto.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"No puede registrar a asistentes con pedidos no pagados. Esta configuración se puede cambiar en los ajustes del evento.\",\"c9Evkd\":\"No puede eliminar la última categoría.\",\"6uwAvx\":\"No puede eliminar este nivel de precios porque ya hay productos vendidos para este nivel. Puede ocultarlo en su lugar.\",\"tFbRKJ\":\"No puede editar la función o el estado del propietario de la cuenta.\",\"fHfiEo\":\"No puede reembolsar un pedido creado manualmente.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Tienes acceso a múltiples cuentas. Por favor elige uno para continuar.\",\"Z6q0Vl\":\"Ya has aceptado esta invitación. Por favor inicie sesión para continuar.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"No tienes ningún cambio de correo electrónico pendiente.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Se te ha acabado el tiempo para completar tu pedido.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Debes reconocer que este correo electrónico no es promocional.\",\"3ZI8IL\":\"Debes aceptar los términos y condiciones.\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Debe crear un ticket antes de poder agregar manualmente un asistente.\",\"jE4Z8R\":\"Debes tener al menos un nivel de precios\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Deberá marcar un pedido como pagado manualmente. Esto se puede hacer en la página de gestión de pedidos.\",\"L/+xOk\":\"Necesitarás una entrada antes de poder crear una lista de registro.\",\"Djl45M\":\"Necesitará un producto antes de poder crear una asignación de capacidad.\",\"y3qNri\":\"Necesitará al menos un producto para comenzar. Gratis, de pago o deje que el usuario decida cuánto pagar.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Su nombre de cuenta se utiliza en las páginas de eventos y en los correos electrónicos.\",\"veessc\":\"Sus asistentes aparecerán aquí una vez que se hayan registrado para su evento. También puede agregar asistentes manualmente.\",\"Eh5Wrd\":\"Tu increíble sitio web 🎉\",\"lkMK2r\":\"Tus detalles\",\"3ENYTQ\":[\"Su solicitud de cambio de correo electrónico a <0>\",[\"0\"],\" está pendiente. Por favor revisa tu correo para confirmar\"],\"yZfBoy\":\"Tu mensaje ha sido enviado\",\"KSQ8An\":\"Tu pedido\",\"Jwiilf\":\"Tu pedido ha sido cancelado\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Tus pedidos aparecerán aquí una vez que comiencen a llegar.\",\"9TO8nT\":\"Tu contraseña\",\"P8hBau\":\"Su pago se está procesando.\",\"UdY1lL\":\"Su pago no fue exitoso, inténtelo nuevamente.\",\"fzuM26\":\"Su pago no fue exitoso. Inténtalo de nuevo.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Su reembolso se está procesando.\",\"IFHV2p\":\"Tu billete para\",\"x1PPdr\":\"Código postal\",\"BM/KQm\":\"CP o Código Postal\",\"+LtVBt\":\"Código postal\",\"25QDJ1\":\"- Haz clic para publicar\",\"WOyJmc\":\"- Haz clic para despublicar\",\"ncwQad\":\"(vacío)\",\"B/gRsg\":\"(none)\",\"wqtZLy\":[[\"0\"],\" (copia)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" ya está registrado\"],\"3beCx0\":[[\"0\"],\" <0>checked in\"],\"S4PqS9\":[[\"0\"],\" webhooks activos\"],\"6MIiOI\":[[\"0\"],\" restantes\"],\"COnw8D\":[\"Logo de \",[\"0\"]],\"xG9N0H\":[[\"0\"],\" of \",[\"1\"],\" seats are taken.\"],\"B7pZfX\":[[\"0\"],\" organizadores\"],\"/HkCs4\":[[\"0\"],\" entradas\"],\"30bTiU\":[[\"activeCount\"],\" enabled\"],\"jTs4am\":[[\"appName\"],\" logo\"],\"gbJOk9\":[[\"attendeeCount\"],\" attendees are registered for this session.\"],\"TjbIUI\":[[\"availableCount\"],\" de \",[\"totalCount\"],\" disponibles\"],\"PSChHo\":[[\"capacity\"],\" plazas disponibles\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" checked in\"],\"RZ0JX3\":[[\"chipTime\"],\", agotado\"],\"M4KnFs\":[[\"chipTime\"],\", Agotado, lista de espera disponible\"],\"SeyN12\":[[\"completedCount\"],\" of \",[\"totalCount\"],\" steps complete\"],\"wYzVwE\":[[\"count\"],\" add-ons\"],\"f2rhaD\":[[\"diffHr\"],\"h ago\"],\"NRSLBe\":[[\"diffMin\"],\"m ago\"],\"iYfwJE\":[[\"diffSec\"],\"s ago\"],\"OJnhhX\":[[\"eventCount\"],\" eventos\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" more\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" attendees are registered across the affected sessions.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per order\"],\"RBuxIl\":[[\"productCount\"],\" ticket types configured\"],\"VFLd0I\":[[\"slotCount\"],\" times available\"],\"3IEF7U\":[[\"totalCount\"],\" tipos de entradas\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" tasas\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" tasas e impuestos\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" impuestos\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 día\",\"1d6kks\":\"+Impuestos/Tasas\",\"B1St2O\":\"<0>Las listas de check-in te ayudan a gestionar la entrada al evento por día, área o tipo de entrada. Puedes vincular entradas a listas específicas como zonas VIP o pases del Día 1 y compartir un enlace de check-in seguro con el personal. No se requiere cuenta. El check-in funciona en móvil, escritorio o tableta, usando la cámara del dispositivo o un escáner USB HID. \",\"v9VSIS\":\"<0>Establece un límite total de asistencia que se aplica a múltiples tipos de entradas a la vez.<1>Por ejemplo, si vinculas una entrada de <2>Pase de Día y una de <3>Fin de Semana Completo, ambas se extraerán del mismo grupo de plazas. Una vez alcanzado el límite, todas las entradas vinculadas dejan de venderse automáticamente.\",\"Il5Uid\":\"<0>Esta es la cantidad total disponible para todas las fechas de tu programación en conjunto; no es un límite por fecha. Para limitar la asistencia de cada fecha, establece una capacidad en la <1>página de Programación de fechas.\",\"ZnVt5v\":\"<0>Los webhooks notifican instantáneamente a los servicios externos cuando ocurren eventos, como agregar un nuevo asistente a tu CRM o lista de correo al registrarse, asegurando una automatización fluida.<1>Usa servicios de terceros como <2>Zapier, <3>IFTTT o <4>Make para crear flujos de trabajo personalizados y automatizar tareas.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" al tipo de cambio actual\"],\"M2DyLc\":\"1 webhook activo\",\"hMefp0\":\"1 add-on\",\"6hIk/x\":\"1 attendee is registered across the affected sessions.\",\"qOyE2U\":\"1 attendee is registered for this session.\",\"943BwI\":\"1 día después de la fecha de finalización\",\"yj3N+g\":\"1 día después de la fecha de inicio\",\"Z3etYG\":\"1 día antes del evento\",\"szSnlj\":\"1 hora antes del evento\",\"yTsaLw\":\"1 entrada\",\"nz96Ue\":\"1 tipo de entrada\",\"InX5ad\":\"1 ticket type configured\",\"y2Jh0m\":\"1 time available\",\"cGtUz6\":\"1 semana antes del evento\",\"HR/cvw\":\"Calle Ejemplo 123\",\"dgKxZ5\":\"135+ currencies & 40+ payment methods\",\"/d9gcz\":\"Se requiere una etiqueta de botón cuando se establece una URL\",\"kMU5aM\":\"Se ha enviado un aviso de cancelación a\",\"o++0qa\":\"a change in duration\",\"WuWSX5\":\"A few quick steps and you're ready to start selling.\",\"RQ5kDd\":\"Un mensaje para mostrar cuando no hay productos en esta categoría.\",\"V53XzQ\":\"Se ha enviado un nuevo código de verificación a tu correo\",\"sr2Je0\":\"a shift in start/end times\",\"/z/bH1\":\"Una breve descripción de tu organizador que se mostrará a tus usuarios.\",\"3BKFn6\":\"Se requiere una URL cuando se establece una etiqueta de botón\",\"RpjXTb\":\"Un patrón semanal\",\"aS0jtz\":\"Abandonado\",\"uyJsf6\":\"Acerca de\",\"JvuLls\":\"Asumir la comisión\",\"lk74+I\":\"Asumir la comisión\",\"1uJlG9\":\"Color de Acento\",\"g3UF2V\":\"Aceptar\",\"K5+3xg\":\"Aceptar invitación\",\"LuXP9q\":\"Access\",\"jzb4Ep\":[\"Account · \",[\"0\"]],\"UqH1Q6\":[\"Account · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"La eliminación de la cuenta ha sido cancelada.\",\"WtlP+7\":\"La eliminación de la cuenta está bloqueada\",\"vOuxvL\":\"Información de la cuenta\",\"F9cvwz\":\"Nombre de la cuenta\",\"EHNORh\":\"Cuenta no encontrada\",\"Hy1lfH\":\"Propietario de la cuenta\",\"bPwFdf\":\"Cuentas\",\"pi/Iog\":[\"Cuentas (\",[\"0\"],\")\"],\"AhwTa1\":\"Acción Requerida: Se Necesita Información del IVA\",\"APyAR/\":\"Eventos activos\",\"kCl6ja\":\"Active payment methods\",\"XJOV1Y\":\"Activity\",\"Eso+01\":[\"Añade primero \",[\"0\"]],\"eJ0IJA\":\"Add a cover image and theme to match your brand\",\"0YEoxS\":\"Add a date\",\"ybegUq\":\"Add a description and venue so attendees know what to expect\",\"nOZl6j\":\"Add a Single Date\",\"CjvTPJ\":\"Add another time\",\"0XCduh\":\"Add at least one time\",\"/chGpa\":\"Add connection details for the online event.\",\"UWWRyd\":\"Agregue preguntas personalizadas para recopilar información adicional durante el proceso de pago\",\"Z/dcxc\":\"Add Date\",\"QeupRg\":\"Añadir fechas\",\"Q219NT\":\"Add Dates\",\"yjB5VC\":\"Add dates and times for your recurring event\",\"Z8idyM\":\"Add details\",\"wpirGs\":\"Add event details\",\"VX6WUv\":\"Agregar ubicación\",\"GCQlV2\":\"Add multiple times if you run several sessions per day.\",\"7JF9w9\":\"Agregar pregunta\",\"NLbIb6\":\"Add this attendee anyway (override capacity)\",\"6PNlRV\":\"Añade este evento a tu calendario\",\"BGD9Yt\":\"Agregar entradas\",\"uIv4Op\":\"Añade píxeles de seguimiento a tus páginas de eventos públicos y a la página de inicio del organizador. Se mostrará un banner de consentimiento de cookies a los visitantes cuando el seguimiento esté activo.\",\"QN2F+7\":\"Agregar Webhook\",\"NsWqSP\":\"Agrega tus redes sociales y la URL de tu sitio web. Estos se mostrarán en tu página pública de organizador.\",\"6JzKEV\":\"Add-on only\",\"VkQex5\":\"Add-on products\",\"Y2K3rp\":\"Add-ons\",\"Z/ZU8N\":\"Se añade al pagar\",\"bVjDs9\":\"Comisiones adicionales\",\"MKqSg4\":\"Acceso de administrador requerido\",\"0Zypnp\":\"Panel de Administración\",\"tlFYEo\":\"Admits attendees to your event\",\"YAV57v\":\"Afiliado\",\"I+utEq\":\"El código de afiliado no se puede cambiar\",\"/jHBj5\":\"Afiliado creado exitosamente\",\"uCFbG2\":\"Afiliado eliminado exitosamente\",\"ld8I+f\":\"Affiliate program\",\"a41PKA\":\"Se rastrearán las ventas del afiliado\",\"mJJh2s\":\"No se rastrearán las ventas del afiliado. Esto desactivará al afiliado.\",\"jabmnm\":\"Afiliado actualizado exitosamente\",\"CPXP5Z\":\"Afiliados\",\"9Wh+ug\":\"Afiliados exportados\",\"3cqmut\":\"Los afiliados te ayudan a rastrear las ventas generadas por socios e influencers. Crea códigos de afiliado y compártelos para monitorear el rendimiento.\",\"3e31kI\":\"After your event is created, you can choose how often it repeats from the dashboard.\",\"z7GAMJ\":\"all\",\"N40H+G\":\"Todos\",\"7rLTkE\":\"Todos los eventos archivados\",\"gKq1fa\":\"Todos los asistentes\",\"63gRoO\":\"All attendees of the selected sessions\",\"uWxIoH\":\"All attendees of this occurrence\",\"pMLul+\":\"Todas las monedas\",\"sgUdRZ\":\"All dates\",\"e4q4uO\":\"All Dates\",\"ZS/D7f\":\"Todos los eventos finalizados\",\"QsYjci\":\"Todos los eventos\",\"31KB8w\":\"Todos los trabajos fallidos eliminados\",\"D2g7C7\":\"Todos los trabajos en cola para reintentar\",\"B4RFBk\":\"All matching dates\",\"F1/VgK\":\"All occurrences\",\"OpWjMq\":\"All Occurrences\",\"Sxm1lO\":\"Todos los estados\",\"dr7CWq\":\"Todos los próximos eventos\",\"UBpkWM\":\"Todos los usuarios\",\"GpT6Uf\":\"Permitir a los asistentes actualizar su información de entrada (nombre, correo electrónico) a través de un enlace seguro enviado con su confirmación de pedido.\",\"VZdky1\":\"Permitir que los compradores copien sus datos a todos los asistentes\",\"F3mW5G\":\"Permitir que los clientes se unan a una lista de espera cuando este producto esté agotado\",\"4CMO/q\":\"Permitir que los clientes se unan a una lista de espera cuando este producto esté agotado. Los clientes se unen a la lista de espera para una fecha específica.\",\"c4uJfc\":\"¡Casi listo! Solo estamos esperando que se procese tu pago. Esto debería tomar solo unos segundos.\",\"ocS8eq\":[\"¿Ya tienes una cuenta? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Already in\",\"/H326L\":\"Ya reembolsado\",\"USEpOK\":\"Already use Stripe on another organizer? Reuse that connection.\",\"RtxQTF\":\"También cancelar este pedido\",\"jkNgQR\":\"También reembolsar este pedido\",\"xYqsHg\":\"Siempre disponible\",\"rrepBD\":\"Always on sale\",\"Wvrz79\":\"Monto pagado\",\"Zkymb9\":\"Un correo para asociar con este afiliado. El afiliado no será notificado.\",\"vRznIT\":\"Ocurrió un error al verificar el estado de la exportación.\",\"OPFdAM\":\"Una descripción opcional de esta categoría para mostrar en la página del evento.\",\"eusccx\":\"Un mensaje opcional para mostrar en el producto destacado, ej. \\\"Se vende rápido 🔥\\\" o \\\"Mejor valor\\\"\",\"HZFm5R\":\"y\",\"l3LBtZ\":\"Contenido del anuncio\",\"Th00L9\":\"Anuncio creado\",\"p/XJYI\":\"Anuncio eliminado\",\"08iV57\":\"Título del anuncio\",\"qLqgre\":\"Anuncio actualizado\",\"Dzr23X\":\"Anuncios\",\"asqL+J\":\"Anonimizar\",\"QNrkms\":\"Respuesta actualizada con éxito.\",\"+qygei\":\"Answers\",\"GK7Lnt\":\"Answers provided at checkout (e.g. meal choice)\",\"lE8PgT\":\"Any dates you've manually customized will be kept.\",\"jVoYha\":[\"aplicado — \",[\"0\"],\" de descuento en tu pedido\"],\"vP3Nzg\":[\"Applies to \",[\"0\"],\", non-cancelled dates currently loaded on this page.\"],\"kkVyZZ\":\"Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything.\",\"je4muG\":[\"Applies to every \",[\"0\"],\", non-cancelled date in this event — including dates not currently loaded.\"],\"YIIQtt\":\"Apply Changes\",\"NzWX1Y\":\"Apply to\",\"Ps5oDT\":\"Apply to all tickets\",\"261RBr\":\"Aprobar mensaje\",\"naCW6Z\":\"April\",\"B495Gs\":\"Archivar\",\"5sNliy\":\"Archivar evento\",\"BrwnrJ\":\"Archivar organizador\",\"E5eghW\":\"Archiva este evento para ocultarlo al público. Puedes restaurarlo más tarde.\",\"eqFkeI\":\"Archiva este organizador. Esto también archivará todos los eventos pertenecientes a este organizador.\",\"BzcxWv\":\"Organizadores archivados\",\"9cQBd6\":\"¿Estás seguro de que quieres archivar este evento? Ya no será visible para el público.\",\"Trnl3E\":\"¿Estás seguro de que quieres archivar este organizador? Esto también archivará todos los eventos pertenecientes a este organizador.\",\"wOvn+e\":[\"Are you sure you want to cancel \",[\"count\"],\" date(s)? Affected attendees will be notified by email.\"],\"GTxE0U\":\"Are you sure you want to cancel this date? Affected attendees will be notified by email.\",\"VkSk/i\":\"¿Está seguro de que desea cancelar este mensaje programado?\",\"0aVEBY\":\"¿Estás seguro de que deseas eliminar todos los trabajos fallidos?\",\"LchiNd\":\"¿Estás seguro de que quieres eliminar este afiliado? Esta acción no se puede deshacer.\",\"U49Xd6\":\"¿Seguro que quieres eliminar este anuncio? Los usuarios ya no lo verán.\",\"vPeW/6\":\"¿Estás seguro de que quieres eliminar esta configuración? Esto puede afectar a las cuentas que la utilizan.\",\"h42Hc/\":\"Are you sure you want to delete this date? This action cannot be undone.\",\"RiF/yT\":\"Are you sure you want to delete this image?\",\"b3+Qku\":\"Are you sure you want to delete this tax or fee? It will no longer be applied to new orders.\",\"JmVITJ\":\"¿Está seguro de que desea eliminar esta plantilla? Esta acción no se puede deshacer y los correos volverán a la plantilla predeterminada.\",\"aLS+A6\":\"¿Está seguro de que desea eliminar esta plantilla? Esta acción no se puede deshacer y los correos volverán a la plantilla del organizador o predeterminada.\",\"5H3Z78\":\"¿Estás seguro de que quieres eliminar este webhook?\",\"147G4h\":\"¿Estás seguro de que quieres salir?\",\"VDWChT\":\"¿Estás seguro de que quieres poner este organizador como borrador? Esto hará que la página del organizador sea invisible al público.\",\"pWtQJM\":\"¿Estás seguro de que quieres hacer público este organizador? Esto hará que la página del organizador sea visible al público.\",\"EOqL/A\":\"¿Estás seguro de que quieres ofrecer un lugar a esta persona? Recibirá una notificación por correo electrónico.\",\"yAXqWW\":\"Are you sure you want to permanently delete this date? This cannot be undone.\",\"WFHOlF\":\"¿Estás seguro de que quieres publicar este evento? Una vez publicado, será visible al público.\",\"4TNVdy\":\"¿Estás seguro de que quieres publicar este perfil de organizador? Una vez publicado, será visible al público.\",\"8x0pUg\":\"¿Está seguro de que desea eliminar esta entrada de la lista de espera?\",\"cDtoWq\":[\"¿Está seguro de que desea reenviar la confirmación del pedido a \",[\"0\"],\"?\"],\"xeIaKw\":[\"¿Está seguro de que desea reenviar la entrada a \",[\"0\"],\"?\"],\"BjbocR\":\"¿Estás seguro de que quieres restaurar este evento?\",\"7MjfcR\":\"¿Estás seguro de que quieres restaurar este organizador?\",\"b7tkGp\":\"Are you sure you want to revoke this invitation?\",\"ExDt3P\":\"¿Estás seguro de que quieres despublicar este evento? Ya no será visible al público.\",\"5Qmxo/\":\"¿Estás seguro de que quieres despublicar este perfil de organizador? Ya no será visible al público.\",\"Uqefyd\":\"¿Está registrado para el IVA en la UE?\",\"+QARA4\":\"Arte\",\"tLf3yJ\":\"Como su negocio está ubicado en Irlanda, el IVA irlandés del 23% se aplica automáticamente a todas las tarifas de la plataforma.\",\"tMeVa/\":\"Solicitar nombre y correo electrónico por cada entrada comprado\",\"ui5ln+\":\"Assign a different plan\",\"9Jxliv\":\"Assign plan\",\"xdiER7\":\"Nivel asignado\",\"F2rX0R\":\"Debe seleccionarse al menos un tipo de evento\",\"Z44eZS\":\"At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead.\",\"BCmibk\":\"Intentos\",\"6PecK3\":\"Asistencia y tasas de registro en todos los eventos\",\"K2tp3v\":\"attendee\",\"AJ4rvK\":\"Asistente cancelado\",\"qvylEK\":\"Asistente creado\",\"Aspq3b\":\"Recopilación de datos de asistentes\",\"fpb0rX\":\"Datos del asistente copiados del pedido\",\"94aQMU\":\"Información del asistente\",\"KkrBiR\":\"Recopilación de información del asistente\",\"sjPjOg\":\"Attendee notes\",\"cosfD8\":\"Estado del Asistente\",\"D2qlBU\":\"Asistente actualizado\",\"22BOve\":\"Asistente actualizado correctamente\",\"x8Vnvf\":\"El ticket del asistente no está incluido en esta lista\",\"/Ywywr\":\"attendees\",\"zLRobu\":\"attendees checked in\",\"k3Tngl\":\"Asistentes exportados\",\"UoIRW8\":\"Asistentes registrados\",\"5UbY+B\":\"Asistentes con entrada específica\",\"4HVzhV\":\"Asistentes:\",\"HVkhy2\":\"Análisis de atribución\",\"dMMjeD\":\"Desglose de atribución\",\"1oPDuj\":\"Valor de atribución\",\"cHfbVT\":\"Audiencia\",\"DBHTm/\":\"August\",\"JgREph\":\"La oferta automática está activada\",\"V7Tejz\":\"Procesar lista de espera automáticamente\",\"PZ7FTW\":\"Detectado automáticamente según el color de fondo, pero se puede anular\",\"zlnTuI\":\"Ofrecer automáticamente entradas a la siguiente persona cuando haya disponibilidad. Si está deshabilitado, puedes procesar manualmente la lista de espera desde la página de Lista de espera.\",\"csDS2L\":\"Disponible\",\"Xp+ywP\":\"Disponible cuando se complete el pago\",\"dwDH1K\":[\"Available times on \",[\"dayName\"]],\"clF06r\":\"Disponible para reembolso\",\"NB5+UG\":\"Tokens disponibles\",\"L+wGOG\":\"Awaiting\",\"qcw2OD\":\"Awaiting pay\",\"kNmmvE\":\"Awesome Events S.A.\",\"TeSaQO\":\"Volver a cuentas\",\"kYqM1A\":\"Volver al evento\",\"s5QRF3\":\"Volver a mensajes\",\"td/bh+\":\"Volver a Informes\",\"nsm7BA\":\"Volver a la búsqueda\",\"imjKVx\":\"Bank account connected\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"El contenido del banner debe tener 200 caracteres o menos\",\"p2OLF3\":\"Precio base\",\"D9LTCH\":\"Base Price\",\"hviJef\":\"Based on the global sale period above, not per date\",\"jIPNJG\":\"Información básica\",\"lINGcL\":\"Debido a que esta cuenta tiene pedidos completados, los registros de transacciones (importes, fechas y detalles de facturas) se conservarán de forma anonimizada por motivos legales y fiscales. Toda la información personal se eliminará de forma permanente.\",\"UabgBd\":\"El cuerpo es requerido\",\"HWXuQK\":\"Guarda esta página en marcadores para gestionar tu pedido en cualquier momento.\",\"CUKVDt\":\"Personalice sus entradas con un logotipo, colores y mensaje de pie de página personalizados.\",\"4BZj5p\":\"Built-in fraud protection\",\"cr7kGH\":\"Bulk Edit\",\"1Fbd6n\":\"Bulk Edit Dates\",\"Eq6Tu9\":\"Bulk update failed.\",\"9N+p+g\":\"Negocios\",\"SWnN1L\":\"Business address\",\"kQekXw\":\"Business name\",\"3W/QV7\":\"Etiqueta del botón\",\"bv6RXK\":\"Etiqueta del botón\",\"ChDLlO\":\"Texto del botón\",\"MOht10\":\"URL del botón\",\"BUe8Wj\":\"El comprador paga\",\"DkL8mp\":\"Buyers can add these to their order when they select this product at checkout.\",\"qF1qbA\":\"Los compradores ven un precio limpio. La comisión de la plataforma se deduce de su pago.\",\"dg05rc\":\"Al añadir píxeles de seguimiento, reconoces que tú y esta plataforma son corresponsables de los datos recopilados. Eres responsable de garantizar que tienes una base legal para este procesamiento según las leyes de privacidad aplicables (RGPD, CCPA, etc.).\",\"DFqasq\":[\"Al continuar, aceptas los <0>Términos de Servicio de \",[\"0\"],\"\"],\"CetOZE\":\"By ticket type\",\"lFdbRS\":\"Omitir comisiones de aplicación\",\"AjVXBS\":\"Calendar\",\"2VLZwd\":\"Botón de llamada a la acción\",\"rT2cV+\":\"Camera\",\"7hYa9y\":\"Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings.\",\"D02dD9\":\"Campaña\",\"RRPA79\":\"Can't check in\",\"OcVwAd\":[\"Cancel \",[\"count\"],\" date(s)\"],\"H4nE+E\":\"Cancelar todos los productos y devolverlos al grupo disponible\",\"Py78q9\":\"Cancel Date\",\"lUjTpS\":\"Cancelar eliminación\",\"5YkF5G\":\"Cancelar solicitud de eliminación\",\"tOXAdc\":\"Cancelar anulará todos los asistentes asociados con este pedido y liberará los entradas de vuelta al grupo disponible.\",\"FPpqc7\":[\"Cancelling \",[\"0\"],\" date(s). This may take a moment to complete.\"],\"01sEfm\":\"No se puede eliminar la configuración predeterminada del sistema\",\"VsM1HH\":\"Asignaciones de capacidad\",\"9bIMVF\":\"Capacity management\",\"H7K8og\":\"Capacity must be 0 or greater\",\"nzao08\":\"capacity updates\",\"4cp9NP\":\"Capacity Used\",\"K7tIrx\":\"Categoría\",\"DRK3Bq\":\"Category deleted successfully\",\"o+XJ9D\":\"Cambiar\",\"kJkjoB\":\"Change duration\",\"J0KExZ\":\"Change the attendee limit\",\"ssospy\":\"Change time\",\"CIHJJf\":\"Cambiar configuración de lista de espera\",\"B5icLR\":[\"Changed duration for \",[\"count\"],\" date(s)\"],\"Kb+0BT\":\"Charges\",\"2tbLdK\":\"Caridad\",\"BPWGKn\":\"Check in\",\"6uFFoY\":\"Check out\",\"FjAlwK\":[\"Check out this event: \",[\"0\"]],\"v4fiSg\":\"Revisa tu correo\",\"51AsAN\":\"¡Revisa tu bandeja de entrada! Si hay entradas asociadas a este correo, recibirás un enlace para verlas.\",\"Y3FYXy\":\"Check-In\",\"udRwQs\":\"Registro de entrada creado\",\"F4SRy3\":\"Registro de entrada eliminado\",\"as6XfO\":[\"Check-in for \",[\"0\"],\" was undone\"],\"9s/wrQ\":\"Check-in history\",\"Wwztk4\":\"Check-In List\",\"9gPPUY\":\"¡Lista de Check-In Creada!\",\"dwjiJt\":\"Check-in list info\",\"7od0PV\":\"check-in lists\",\"f2vU9t\":\"Listas de registro\",\"XprdTn\":\"Check-in navigation\",\"5tV1in\":\"Check-in progress\",\"SHJwyq\":\"Tasa de registro\",\"qCqdg6\":\"Estado de Check-In\",\"cKj6OE\":\"Resumen de registros\",\"7B5M35\":\"Check-Ins\",\"VrmydS\":\"Checked in\",\"DM4gBB\":\"Chino (Tradicional)\",\"p8Jvp4\":\"Choose a configuration\",\"ElShBO\":\"Choose a different action\",\"pHEhf+\":\"Elige una tipografía que coincida con tu marca. Las fuentes se alojan mediante Bunny Fonts.\",\"Zok1Gx\":\"Choose an organizer\",\"pkk46Q\":\"Elige un organizador\",\"Ag32+c\":\"Choose another date\",\"Crr3pG\":\"Elegir calendario\",\"Z38ZJu\":\"Elige cómo se muestra la fecha del evento en la entrada\",\"LAW8Vb\":\"Elija la configuración predeterminada para nuevos eventos. Esto se puede anular para eventos individuales.\",\"pjp2n5\":\"Elija quién paga la comisión de la plataforma. Esto no afecta las comisiones adicionales que haya configurado en su cuenta.\",\"xCJdfg\":\"Clear\",\"QyOWu9\":\"Clear location — fall back to the event default\",\"V8yTm6\":\"Clear search\",\"kmnKnX\":\"Clearing removes any per-date override. Affected dates will fall back to the event's default location.\",\"/o+aQX\":\"Click to cancel\",\"gD7WGV\":\"Click to reopen for new sales\",\"CySr+W\":\"Haga clic para ver las notas\",\"RG3szS\":\"cerrar\",\"RWw9Lg\":\"Cerrar modal\",\"XwdMMg\":\"El código solo puede contener letras, números, guiones y guiones bajos\",\"+yMJb7\":\"El código es obligatorio\",\"m9SD3V\":\"El código debe tener al menos 3 caracteres\",\"V1krgP\":\"El código no debe tener más de 20 caracteres\",\"psqIm5\":\"Colabora con tu equipo para crear eventos increíbles juntos.\",\"4bUH9i\":\"Recopile los detalles del asistente para cada entrada comprada.\",\"TkfG8v\":\"Recopilar datos por pedido\",\"96ryID\":\"Recopilar datos por entrada\",\"FpsvqB\":\"Modo de Color\",\"jEu4bB\":\"Columnas\",\"CWk59I\":\"Comedia\",\"rPA+Gc\":\"Preferencias de comunicación\",\"zFT5rr\":\"complete\",\"bUQMpb\":\"Complete Stripe setup\",\"744BMm\":\"Completa tu pedido para asegurar tus entradas. Esta oferta tiene un tiempo limitado, así que no esperes demasiado.\",\"5YrKW7\":\"Completa tu pago para asegurar tus entradas.\",\"xGU92i\":\"Completa tu perfil para unirte al equipo.\",\"QOhkyl\":\"Redactar\",\"ih35UP\":\"Centro de conferencias\",\"ywFj2D\":\"Configuration\",\"WTw0bB\":\"Configuration assigned\",\"X1zdE7\":\"Configuración creada correctamente\",\"mLBUMQ\":\"Configuración eliminada correctamente\",\"UIENhw\":\"Los nombres de configuración son visibles para los usuarios finales. Las tarifas fijas se convertirán a la moneda del pedido al tipo de cambio actual.\",\"eeZdaB\":\"Configuración actualizada correctamente\",\"3cKoxx\":\"Configuraciones\",\"8v2LRU\":\"Configure los detalles del evento, ubicación, opciones de pago y notificaciones por correo electrónico.\",\"raw09+\":\"Configure cómo se recopilan los datos de los asistentes durante el proceso de pago\",\"FI60XC\":\"Configurar impuestos y comisiones\",\"av6ukY\":\"Configure which products are available for this occurrence and optionally adjust pricing.\",\"NGXKG/\":\"Confirmar dirección de correo electrónico\",\"JRQitQ\":\"Confirmar nueva contraseña\",\"Auz0Mz\":\"Confirma tu correo electrónico para acceder a todas las funciones.\",\"7+grte\":\"¡Correo de confirmación enviado! Por favor, revisa tu bandeja de entrada.\",\"n/7+7Q\":\"Confirmación enviada a\",\"x3wVFc\":\"¡Felicidades! Tu evento ahora es visible para el público.\",\"0W2NQP\":\"Connect bank\",\"/K4Vqr\":\"Conecta Stripe para aceptar pagos\",\"nQI4H5\":\"Conecta Stripe para habilitar la edición de plantillas de correo\",\"LmvZ+E\":\"Conecte Stripe para habilitar mensajería\",\"peBIO+\":\"Connect Stripe to receive ticket payments directly to your bank account.\",\"DNeN8t\":\"Connect your bank to receive ticket sales straight to your account\",\"DARj+w\":\"¿Conectaste la cuenta de Stripe equivocada? Desconéctala y empieza de nuevo.\",\"X1y8JF\":\"Connection details are required for online dates\",\"fjfBOm\":\"Los detalles de conexión son obligatorios para los eventos en línea\",\"jfC/xh\":\"Contacto\",\"LOFgda\":[\"Contacto \",[\"0\"]],\"41BQ3k\":\"Correo de contacto\",\"4b3oEV\":\"Contenido\",\"13CIgI\":\"El contenido es obligatorio\",\"m8WD6t\":\"Continuar configuración\",\"0GwUT4\":\"Continuar al pago\",\"sBV87H\":\"Continuar a la creación del evento\",\"nKtyYu\":\"Continuar al siguiente paso\",\"F3/nus\":\"Continuar al pago\",\"s30OcA\":\"Controla cómo se muestran las fechas y horarios en la página del evento\",\"p2FRHj\":\"Controle cómo se manejan las comisiones de la plataforma para este evento\",\"NqfabH\":\"Control who gets in for this date\",\"fmYxZx\":\"Control who gets in, and when\",\"1JnTgU\":\"Copiado de arriba\",\"FxVG/l\":\"Copiado al portapapeles\",\"PiH3UR\":\"¡Copiado!\",\"4i7smN\":\"Copy account ID\",\"uUPbPg\":\"Copiar enlace de afiliado\",\"iVm46+\":\"Copiar código\",\"cF2ICc\":\"Copiar enlace del cliente\",\"+2ZJ7N\":\"Copiar datos al primer asistente\",\"ZN1WLO\":\"Copiar Correo\",\"y1eoq1\":\"Copiar enlace\",\"tUGbi8\":\"Copiar mis datos a:\",\"y22tv0\":\"Copia este enlace para compartirlo en cualquier parte\",\"/4gGIX\":\"Copiar al portapapeles\",\"e0f4yB\":\"No se pudo eliminar la ubicación\",\"vkiDx2\":\"Could not prepare the bulk update.\",\"KOavaU\":\"No se pudieron obtener los detalles de la dirección\",\"/lq4oO\":\"Could not save date\",\"mHu0az\":\"Couldn't send verification email. Please try again.\",\"QOIm+S\":\"Los recuentos incluyen todas las fechas próximas. A cada persona se le ofrece una plaza para la fecha a la que se apuntó.\",\"P0rbCt\":\"Imagen de portada\",\"p4kqHr\":\"Cover image added\",\"60u+dQ\":\"La imagen de portada se mostrará en la parte superior de la página del evento\",\"2NLjA6\":\"La imagen de portada se mostrará en la parte superior de tu página de organizador\",\"GkrqoY\":\"Covers every ticket\",\"zg4oSu\":[\"Crear plantilla \",[\"0\"]],\"RKKhnW\":\"Cree un widget personalizado para vender entradas en su sitio.\",\"jqhTmw\":\"Create a list for this date\",\"PhioFp\":\"Create a new check-in list for an active session, or contact the organizer if you think this is a mistake.\",\"yIRev4\":\"Crear una contraseña\",\"j7xZ7J\":\"Crea organizadores adicionales para gestionar marcas, departamentos o series de eventos separados bajo una cuenta. Cada organizador tiene sus propios eventos, configuraciones y página pública.\",\"xfKgwv\":\"Crear afiliado\",\"GT/OIA\":\"Crea un anuncio para mostrar un mensaje a tus usuarios.\",\"tudG8q\":\"Cree y configure entradas y mercancía para la venta.\",\"Q4VlI/\":\"Crear anuncio\",\"YAl9Hg\":\"Crear configuración\",\"BTne9e\":\"Crear plantillas de correo personalizadas para este evento que anulen los predeterminados del organizador\",\"YIDzi/\":\"Crear plantilla personalizada\",\"tsGqx5\":\"Create Date\",\"Nc3l/D\":\"Cree descuentos, códigos de acceso para entradas ocultos y ofertas especiales.\",\"PybJS2\":\"Create event\",\"abGAgf\":\"Create more tickets or products to offer them as add-ons\",\"eWEV9G\":\"Crear nueva contraseña\",\"utHSNE\":\"Crear programación\",\"8AiKIu\":\"Crear entrada o producto\",\"/HGmW9\":\"Cree enlaces rastreables para recompensar a los socios que promocionan su evento.\",\"dkAPxi\":\"Crear Webhook\",\"5slqwZ\":\"Crea tu evento\",\"JQNMrj\":\"Crea tu primer evento\",\"CCjxOC\":\"Crea tu primer evento para comenzar a vender entradas y gestionar asistentes.\",\"ZCSSd+\":\"Crea tu propio evento\",\"qdv10s\":[\"Creando \",[\"0\"],\" fechas. Esto puede tardar un momento.\"],\"67NsZP\":\"Creando evento...\",\"H34qcM\":\"Creando organizador...\",\"1YMS+X\":\"Creando tu evento, por favor espera\",\"yiy8Jt\":\"Creando tu perfil de organizador, por favor espera\",\"lfLHNz\":\"La etiqueta CTA es requerida\",\"0xLR6W\":\"Currently assigned\",\"iTvh6I\":\"Actualmente disponible para compra\",\"A42Dqn\":\"Custom branding\",\"Guo0lU\":\"Fecha y hora personalizada\",\"WDMdn8\":\"Custom questions\",\"O6mra8\":\"Preguntas personalizadas\",\"axv/Mi\":\"Plantilla personalizada\",\"2YeVGY\":\"Enlace del cliente copiado al portapapeles\",\"QMHSMS\":\"El cliente recibirá un correo electrónico confirmando el reembolso\",\"NihQNk\":\"Clientes\",\"hINN++\":\"Customize page\",\"7gsjkI\":\"Personalice los correos enviados a sus clientes usando plantillas Liquid. Estas plantillas se usarán como predeterminadas para todos los eventos en su organización.\",\"xJaTUK\":\"Personalice el diseño, colores y marca de la página de inicio de su evento.\",\"MXZfGN\":\"Personalice las preguntas durante el proceso de pago para recopilar información importante de sus asistentes.\",\"iX6SLo\":\"Personaliza el texto que aparece en el botón de continuar\",\"R8H7yL\":\"Personaliza el texto del botón flotante que se desplaza a la sección de entradas\",\"pxNIxa\":\"Personalice su plantilla de correo usando plantillas Liquid\",\"3trPKm\":\"Personaliza la apariencia de tu página de organizador\",\"U0sC6H\":\"Daily\",\"/gWrVZ\":\"Ingresos diarios, impuestos, tarifas y reembolsos en todos los eventos\",\"zgCHnE\":\"Informe de ventas diarias\",\"nHm0AI\":\"Desglose de ventas diarias, impuestos y tarifas\",\"1aPnDT\":\"Dance\",\"pvnfJD\":\"Oscuro\",\"MaB9wW\":\"Date Cancellation\",\"e6cAxJ\":\"Date cancelled\",\"81jBnC\":\"Date cancelled successfully\",\"a/C/6R\":\"Date created successfully\",\"IW7Q+u\":\"Date deleted\",\"rngCAz\":\"Date deleted successfully\",\"vHbfoQ\":\"Date reactivated\",\"hvah+S\":\"Date reopened for new sales\",\"Ez0YsD\":\"Date updated successfully\",\"JxwIlL\":\"fechas\",\"Te33mU\":\"Dates are managed per occurrence\",\"91zCxb\":\"Dates with sessions\",\"/ITcnz\":\"day\",\"H7OUPr\":\"Day\",\"JtHrX9\":\"Day of Month\",\"J/Upwb\":\"days\",\"V3VGYb\":\"Días del mes\",\"r6zgGo\":\"December\",\"jbq7j2\":\"Rechazar\",\"WGD1Al\":\"Disminuir\",\"gJY4YL\":\"Reducir cantidad\",\"ovBPCi\":\"Predeterminado\",\"JtI4vj\":\"Recopilación predeterminada de información del asistente\",\"ULjv90\":\"Default capacity per date\",\"3R/Tu2\":\"Gestión predeterminada de comisiones\",\"1bZAZA\":\"Se usará la plantilla predeterminada\",\"3Biswm\":\"Defaults\",\"HNlEFZ\":\"eliminar\",\"KpnwJK\":[\"¿Eliminar \\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Delete \",[\"count\"],\" selected date(s)? Dates with orders will be skipped. This cannot be undone.\"],\"ZDGm40\":\"Eliminar cuenta\",\"vu7gDm\":\"Eliminar afiliado\",\"KZN4Lc\":\"Eliminar todo\",\"6EkaOO\":\"Delete Date\",\"io0G93\":\"Eliminar evento\",\"+jw/c1\":\"Eliminar imagen\",\"hdyeZ0\":\"Eliminar trabajo\",\"xxjZeP\":\"Eliminar ubicación\",\"sY3tIw\":\"Eliminar organizador\",\"UBv8UK\":\"Delete Permanently\",\"dPyJ15\":\"Eliminar plantilla\",\"IQTR34\":\"Delete this category? Any products in it will also be deleted. This cannot be undone.\",\"/1wMxk\":\"Delete this product? This cannot be undone.\",\"mxsm1o\":\"¿Eliminar esta pregunta? Esto no se puede deshacer.\",\"snMaH4\":\"Eliminar webhook\",\"LIZZLY\":[\"Deleted \",[\"0\"],\" date(s)\"],\"loLVyU\":\"Cuenta eliminada\",\"IlUuGb\":\"Eliminar tu cuenta la desactiva de inmediato: todos los eventos publicados se despublican y el acceso se desactiva. Tras un período de gracia de 30 días, la eliminación se vuelve permanente. Puedes cancelar en cualquier momento durante esos 30 días.\",\"nMdIuB\":\"Eliminación en cola para ejecución\",\"/U002t\":\"Solicitud de eliminación cancelada\",\"PBA62s\":\"Solicitudes de eliminación\",\"7w0Wev\":\"Description and venue added\",\"vYgeDk\":\"Desmarcar todo\",\"NvuEhl\":\"Elementos de Diseño\",\"H8kMHT\":\"¿No recibiste el código?\",\"G8KNgd\":\"Different location\",\"E/QGRL\":\"Disabled\",\"bzSI52\":\"Discard\",\"0EcUWz\":\"Discard changes?\",\"+K0AvT\":\"Desconectar\",\"cALvbl\":\"Desconectar cuenta de Stripe\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Descartar anuncio\",\"nZJ8tu\":\"Dismiss setup checklist\",\"QotGhf\":\"Descartar este mensaje\",\"J6hrEy\":\"Descartado\",\"BREO0S\":\"Muestra una casilla que permite a los clientes optar por recibir comunicaciones de marketing de este organizador de eventos.\",\"HtaSQp\":\"Muestra cuántas plazas quedan en cada fecha en el widget de entradas. Puedes modificarlo para fechas individuales.\",\"pfa8F0\":\"Nombre para mostrar\",\"Kdpf90\":\"¡No lo olvides!\",\"352VU2\":\"¿No tienes una cuenta? <0>Regístrate\",\"AXXqG+\":\"Donación\",\"DPfwMq\":\"Listo\",\"JoPiZ2\":\"Door staff instructions\",\"2+O9st\":\"Descargue informes de ventas, asistentes y financieros para todos los pedidos completados.\",\"eneWvv\":\"Borrador\",\"Ts8hhq\":\"Debido al alto riesgo de spam, debes conectar una cuenta de Stripe antes de poder modificar plantillas de correo. Esto es para garantizar que todos los organizadores de eventos estén verificados y sean responsables.\",\"TnzbL+\":\"Debido al alto riesgo de spam, debes conectar una cuenta de Stripe antes de poder enviar mensajes a los asistentes.\\nEsto es para garantizar que todos los organizadores de eventos estén verificados y sean responsables.\",\"euc6Ns\":\"Duplicar\",\"YueC+F\":\"Duplicate Date\",\"KRmTkx\":\"Duplicar producto\",\"Jd3ymG\":\"Duration must be at least 1 minute.\",\"KIjvtr\":\"Holandés\",\"22xieU\":\"ej. 180 (3 horas)\",\"MCx4ov\":\"p. ej. Más información\",\"/zajIE\":\"e.g. Morning Session\",\"XDHATF\":\"p. ej. Nueva función: Listas de espera\",\"tAtvUj\":\"p. ej. Mantenimiento programado este sábado de 2 a 4 UTC\",\"SPKbfM\":\"p. ej., Conseguir entradas, Registrarse ahora\",\"fc7wGW\":\"p. ej., Actualización importante sobre tus entradas\",\"54MPqC\":\"p. ej., Estándar, Premium, Empresarial\",\"3RQ81z\":\"Cada persona recibirá un correo electrónico con un lugar reservado para completar su compra.\",\"Xfsjel\":\"Cada producto\",\"5oD9f/\":\"Earlier\",\"LTzmgK\":[\"Editar plantilla \",[\"0\"]],\"v4+lcZ\":\"Editar afiliado\",\"ndNHsK\":\"Editar anuncio\",\"2iZEz7\":\"Editar respuesta\",\"t2bbp8\":\"Editar asistente\",\"etaWtB\":\"Editar detalles del asistente\",\"+guao5\":\"Editar configuración\",\"1Mp/A4\":\"Edit Date\",\"m0ZqOT\":\"Editar ubicación\",\"8oivFT\":\"Editar ubicación\",\"vRWOrM\":\"Editar detalles del pedido\",\"pHm0k9\":\"Editar programación\",\"fW5sSv\":\"Editar webhook\",\"nP7CdQ\":\"Editar Webhook\",\"MRZxAn\":\"Edited\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Educación\",\"iiWXDL\":\"Fallos de elegibilidad\",\"zPiC+q\":\"Listas de Check-In Elegibles\",\"SiVstt\":\"Email & scheduled messages\",\"V2sk3H\":\"Correo y Plantillas\",\"hbwCKE\":\"Dirección de correo copiada al portapapeles\",\"dSyJj6\":\"Las direcciones de correo electrónico no coinciden\",\"elW7Tn\":\"Cuerpo del correo\",\"ZsZeV2\":\"El correo es obligatorio\",\"Be4gD+\":\"Vista previa del correo\",\"6IwNUc\":\"Plantillas de correo\",\"H/UMUG\":\"Verificación de correo requerida\",\"PLEl94\":\"Email verified\",\"L86zy2\":\"¡Correo verificado exitosamente!\",\"FSN4TS\":\"Widget integrado\",\"z9NkYY\":\"Embeddable widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Se requiere un emoji para los modales\",\"Qj0GKe\":\"Habilitar autoservicio para asistentes\",\"hEtQsg\":\"Habilitar autoservicio para asistentes por defecto\",\"Upeg/u\":\"Habilitar esta plantilla para enviar correos\",\"7dSOhU\":\"Habilitar lista de espera\",\"RxzN1M\":\"Habilitado\",\"sGjBEq\":\"Fecha y hora de finalización (opcional)\",\"PKXt9R\":\"La fecha de finalización debe ser posterior a la fecha de inicio\",\"vTL8gi\":\"Hora de fin\",\"48Y16Q\":\"Hora de finalización (opcional)\",\"TbaYrr\":[\"Ended \",[\"0\"]],\"CFgwiw\":[\"Ends \",[\"0\"]],\"SqOIQU\":\"Enter a capacity value or choose unlimited.\",\"h37gRz\":\"Enter a label or choose to remove it.\",\"7YZofi\":\"Ingrese un asunto y cuerpo para ver la vista previa\",\"khyScF\":\"Enter a time to shift by.\",\"SKx/0u\":\"Introduce un nombre de lugar o una dirección\",\"ppwojw\":\"Introduce un nombre de lugar o una dirección para los eventos presenciales\",\"j+eCIq\":\"Introducir la dirección manualmente\",\"3bR1r4\":\"Ingresa el correo del afiliado (opcional)\",\"ARkzso\":\"Ingresa el nombre del afiliado\",\"ej4L8b\":\"Enter capacity\",\"6KnyG0\":\"Ingrese correo electrónico\",\"INDKM9\":\"Ingrese el asunto del correo...\",\"xUgUTh\":\"Ingrese nombre\",\"9/1YKL\":\"Ingrese apellido\",\"VpwcSk\":\"Ingresa nueva contraseña\",\"kWg31j\":\"Ingresa un código de afiliado único\",\"C3nD/1\":\"Introduce tu correo electrónico\",\"VmXiz4\":\"Ingresa tu correo electrónico y te enviaremos instrucciones para restablecer tu contraseña.\",\"n9V+ps\":\"Introduce tu nombre\",\"IdULhL\":\"Ingresa tu número de IVA incluyendo el código de país, sin espacios (p. ej., ES12345678A, DE123456789)\",\"RRlWVA\":\"Todo el pedido\",\"o21Y+P\":\"entries\",\"X88/6w\":\"Las entradas aparecerán aquí cuando los clientes se unan a la lista de espera de productos agotados.\",\"LslKhj\":\"Error al cargar los registros\",\"BkEWfd\":\"Esc to close\",\"VCNHvW\":\"Evento archivado\",\"ZD0XSb\":\"Evento archivado correctamente\",\"WgD6rb\":\"Categoría del evento\",\"b46pt5\":\"Imagen de portada del evento\",\"NAUIJ7\":\"Event created\",\"1b77ID\":\"Evento creado\",\"1Hzev4\":\"Plantilla personalizada del evento\",\"+v+GW0\":\"Visualización de la fecha del evento\",\"7u9/DO\":\"Evento eliminado correctamente\",\"imgKgl\":\"Descripción del evento\",\"IzR/Fc\":\"Event lifetime\",\"PYs3rP\":\"Nombre del evento\",\"HhwcTQ\":\"Nombre del evento\",\"WZZzB6\":\"El nombre del evento es obligatorio\",\"Wd5CDM\":\"El nombre del evento debe tener menos de 150 caracteres\",\"4JzCvP\":\"Evento no disponible\",\"mImacG\":\"Página del evento\",\"Hk9Ki/\":\"Evento restaurado correctamente\",\"JyD0LH\":\"Configuración del evento\",\"XVLu2v\":\"Título del evento\",\"OfmsI9\":\"Evento demasiado nuevo\",\"4SILkp\":\"Event totals\",\"YDVUVl\":\"Tipos de eventos\",\"+HeiVx\":\"Evento actualizado\",\"19j6uh\":\"Rendimiento de eventos\",\"PC3/fk\":\"Eventos que Comienzan en las Próximas 24 Horas\",\"CRsuq4\":\"Cada\",\"nwiZdc\":[\"Every \",[\"0\"]],\"B2jjf8\":[\"Every \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Every \",[\"0\"],\" days\"],\"yLiYx+\":[\"Every \",[\"0\"],\" months\"],\"nn9ice\":[\"Every \",[\"0\"],\" weeks\"],\"Cdr8f9\":[\"Every \",[\"0\"],\" weeks on \",[\"1\"]],\"GVEHRk\":[\"Every \",[\"0\"],\" years\"],\"XlRpgq\":[\"Cada \",[\"cadenceUnit\"]],\"fTFfOK\":\"Cada plantilla de correo debe incluir un botón de llamada a la acción que enlace a la página apropiada\",\"hHTPiT\":\"Everything else — tap to edit\",\"BVinvJ\":\"Ejemplos: \\\"¿Cómo nos conociste?\\\", \\\"Nombre de empresa para factura\\\"\",\"2hGPQG\":\"Ejemplos: \\\"Talla de camiseta\\\", \\\"Preferencia de comida\\\", \\\"Cargo laboral\\\"\",\"qNuTh3\":\"Excepción\",\"aW/bzJ\":\"Ejecutar eliminación\",\"CtAcQ7\":\"Ejecutar eliminación ahora\",\"xj4fwT\":\"Ejecutar ahora\",\"M1RnFv\":\"Expirado\",\"kF8HQ7\":\"Exportar respuestas\",\"2KAI4N\":\"Exportar CSV\",\"JKfSAv\":\"Error en la exportación. Por favor, inténtelo de nuevo.\",\"SVOEsu\":\"Exportación iniciada. Preparando archivo...\",\"wuyaZh\":\"Exportación exitosa\",\"9bpUSo\":\"Exportando afiliados\",\"jtrqH9\":\"Exportando asistentes\",\"R4Oqr8\":\"Exportación completada. Descargando archivo...\",\"UlAK8E\":\"Exportando pedidos\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Fallido\",\"8uOlgz\":\"Falló el\",\"tKcbYd\":\"Trabajos fallidos\",\"SsI9v/\":\"No se pudo abandonar el pedido. Por favor, inténtalo de nuevo.\",\"LdPKPR\":\"Error al asignar configuración\",\"PO0cfn\":\"Failed to cancel date\",\"YUX+f+\":\"Failed to cancel dates\",\"SIHgVQ\":\"No se pudo cancelar el mensaje\",\"cEFg3R\":\"Error al crear el afiliado\",\"dVgNF1\":\"Error al crear configuración\",\"fAoRRJ\":\"Failed to create schedule\",\"4yLYTb\":\"No se pudo crear el calendario. Por favor, inténtalo de nuevo.\",\"U66oUa\":\"Error al crear la plantilla\",\"+RTkEY\":\"No se pudo eliminar el anuncio\",\"aFk48v\":\"Error al eliminar configuración\",\"n1CYMH\":\"Failed to delete date\",\"KXv+Qn\":\"Failed to delete date. It may have existing orders.\",\"JJ0uRo\":\"Failed to delete dates\",\"rgoBnv\":\"Error al eliminar el evento\",\"Zw6LWb\":\"Error al eliminar el trabajo\",\"tq0abZ\":\"Error al eliminar los trabajos\",\"2mkc3c\":\"Error al eliminar el organizador\",\"5E23qd\":\"Failed to delete product. Please try again.\",\"vKMKnu\":\"Error al eliminar la pregunta\",\"xFj7Yj\":\"Error al eliminar la plantilla\",\"jo3Gm6\":\"Error al exportar los afiliados\",\"Jjw03p\":\"Error al exportar asistentes\",\"ZPwFnN\":\"Error al exportar pedidos\",\"zGE3CH\":\"Error al exportar el informe. Por favor, inténtelo de nuevo.\",\"lS9/aZ\":\"No se pudieron cargar los destinatarios\",\"X4o0MX\":\"Error al cargar el Webhook\",\"ETcU7q\":\"Error al ofrecer plaza\",\"5670b9\":\"Error al ofrecer entradas\",\"e5KIbI\":\"Failed to reactivate date\",\"7zyx8a\":\"Error al eliminar de la lista de espera\",\"A/P7PX\":\"Failed to remove override\",\"ogWc1z\":\"Failed to reopen date\",\"0+iwE5\":\"Error al reordenar las preguntas\",\"EJPAcd\":\"No se pudo reenviar la confirmación del pedido\",\"DjSbj3\":\"No se pudo reenviar la entrada\",\"YQ3QSS\":\"Error al reenviar el código de verificación\",\"wDioLj\":\"Error al reintentar el trabajo\",\"DKYTWG\":\"Error al reintentar los trabajos\",\"WRREqF\":\"Failed to save override\",\"sj/eZA\":\"Failed to save price override\",\"780n8A\":\"Failed to save product settings\",\"zTkTF3\":\"Error al guardar la plantilla\",\"l6acRV\":\"Error al guardar la configuración del IVA. Por favor, inténtelo de nuevo.\",\"T6B2gk\":\"Error al enviar el mensaje. Por favor, intenta de nuevo.\",\"lKh069\":\"No se pudo iniciar la exportación\",\"t/KVOk\":\"Error al iniciar la suplantación. Por favor, inténtelo de nuevo.\",\"QXgjH0\":\"Error al detener la suplantación. Por favor, inténtelo de nuevo.\",\"i0QKrm\":\"Error al actualizar el afiliado\",\"NNc33d\":\"No se pudo actualizar la respuesta.\",\"E9jY+o\":\"No se pudo actualizar el asistente\",\"uQynyf\":\"Error al actualizar configuración\",\"i2PFQJ\":\"Error al actualizar el estado del evento\",\"EhlbcI\":\"Error al actualizar el nivel de mensajería\",\"rpGMzC\":\"No se pudo actualizar el pedido\",\"T2aCOV\":\"Error al actualizar el estado del organizador\",\"Eeo/Gy\":\"Error al actualizar la configuración\",\"kqA9lY\":\"Error al actualizar configuración de IVA\",\"nkNfWu\":\"No se pudo subir la imagen. Por favor, intenta de nuevo.\",\"rxy0tG\":\"Error al verificar el correo\",\"QRUpCk\":\"Family\",\"5LO38w\":\"Fast payouts to your bank\",\"4lgLew\":\"February\",\"9bHCo2\":\"Moneda de la tarifa\",\"/sV91a\":\"Gestión de comisiones\",\"K4dKSP\":\"Fee override saved\",\"LyUWXA\":\"Comisiones omitidas\",\"cf35MA\":\"Festival\",\"pAey+4\":\"El archivo es demasiado grande. El tamaño máximo es de 5 MB.\",\"VejKUM\":\"Primero completa tus datos arriba\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filter attendees\",\"8OvVZZ\":\"Filtrar Asistentes\",\"N/H3++\":\"Filter by date\",\"mvrlBO\":\"Filtrar por evento\",\"g+xRXP\":\"Finish setting up Stripe\",\"LHH461\":\"Finish setup\",\"syyeb9\":\"First\",\"Vj6wk9\":\"First 30 days\",\"/bpZYb\":\"First 7 days\",\"ziEnjY\":\"First 90 days\",\"1vBhpG\":\"Primer asistente\",\"4pwejF\":\"El nombre es obligatorio\",\"rVogsf\":\"Corrige los problemas para publicar\",\"3lkYdQ\":\"Fixed fee\",\"6bBh3/\":\"Tarifa fija\",\"zWqUyJ\":\"Tarifa fija cobrada por transacción\",\"LWL3Bs\":\"La tarifa fija debe ser 0 o mayor\",\"0RI8m4\":\"Flash off\",\"q0923e\":\"Flash on\",\"X+U6/w\":\"Familia de fuentes\",\"lWxAUo\":\"Comida y bebida\",\"nFm+5u\":\"Texto del Pie\",\"sQv06Y\":\"por\",\"NTzcRQ\":\"Por un número de fechas\",\"a8nooQ\":\"Fourth\",\"xVhQZV\":\"Fri\",\"39y5bn\":\"Viernes\",\"ejVYRQ\":\"Desde\",\"hGDVDa\":[\"Desde \",[\"0\"]],\"+dBe1R\":[\"From \",[\"start\"]],\"1dv+MO\":[\"desde el \",[\"start\"],\" hasta el \",[\"end\"]],\"l82hjf\":[\"desde el \",[\"start\"],\", por \",[\"count\"],\" fechas\"],\"f5UbZ0\":\"Full data ownership\",\"cfvx/y\":\"Full event\",\"MY2SVM\":\"Reembolso completo\",\"PGQLdy\":\"future\",\"8N/j1s\":\"Future dates only\",\"yRx/6K\":\"Future dates will be copied with capacity reset to zero\",\"T02gNN\":\"Admisión General\",\"3ep0Gx\":\"Información general sobre tu organizador\",\"ziAjHi\":\"Generar\",\"exy8uo\":\"Generar código\",\"4CETZY\":\"Cómo llegar\",\"pjkEcB\":\"Get Paid\",\"lGYzP6\":\"Get paid with Stripe\",\"ZDIydz\":\"Comenzar\",\"u6FPxT\":\"Obtener Entradas\",\"2ohvu7\":\"Texto del botón Obtener Entradas\",\"8KDgYV\":\"Prepare su evento\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Volver\",\"sr0UJD\":\"Go Back\",\"oNL5vN\":\"Ir a la página del evento\",\"gHSuV/\":\"Ir a la página de inicio\",\"8+Cj55\":\"Go to Schedule\",\"6nDzTl\":\"Buena legibilidad\",\"76gPWk\":\"Entendido\",\"CZXzs4\":\"Griego\",\"aGWZUr\":\"Ingresos brutos\",\"n8IUs7\":\"Ingresos brutos\",\"O1wAlQ\":\"Guest\",\"LIYoRQ\":\"Gestión de invitados\",\"NUsTc4\":\"Happening now\",\"S2Y4aO\":\"Eliminación definitiva\",\"kTSQej\":[\"Hola \",[\"0\"],\", gestiona tu plataforma desde aquí.\"],\"URTkcd\":\"Ayúdanos a mejorar contándonos por qué te vas\",\"dORAcs\":\"Aquí están todas las entradas asociadas a tu correo electrónico.\",\"g+2103\":\"Aquí está tu enlace de afiliado\",\"bVsnqU\":\"Hi,\",\"/iE8xx\":\"Tarifa Hi.Events\",\"zppscQ\":\"Tarifas de plataforma de Hi.Events y desglose de IVA por transacción\",\"D+zLDD\":\"Oculto\",\"cZO505\":[\"Hidden — sales ended \",[\"end\"],\".\"],\"DRErHC\":\"Oculto para los asistentes - solo visible para organizadores\",\"9zfvsx\":\"Hidden from everyone\",\"nMfkJW\":\"Hidden from everyone — the master hide switch is on.\",\"NNnsM0\":\"Ocultar opciones avanzadas\",\"P+5Pbo\":\"Ocultar respuestas\",\"VMlRqi\":\"Hide details\",\"NQgWuh\":\"Ocultar vista previa\",\"uXNYjR\":\"Ocultar fechas y horarios agotados\",\"g9RcYX\":\"Ocultar la fecha\",\"uMwTx7\":\"¿Ocultar esta categoría?\",\"LLt2UT\":\"Hides sold out\",\"gtEbeW\":\"Destacar\",\"NF8sdv\":\"Mensaje destacado\",\"MXSqmS\":\"Destacar este producto\",\"7ER2sc\":\"Destacado\",\"sq7vjE\":\"Los productos destacados tendrán un color de fondo diferente para resaltar en la página del evento.\",\"1+WSY1\":\"Hobbies\",\"yY8wAv\":\"Hours\",\"49Tkiw\":\"¿Cómo se aplica el descuento?\",\"sy9anN\":\"Cuánto tiempo tiene un cliente para completar su compra después de recibir una oferta. Dejar vacío para sin límite de tiempo.\",\"cceMns\":\"How VAT is applied to the platform fees we charge you.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Húngaro\",\"8Wgd41\":\"Reconozco mis responsabilidades como responsable del tratamiento de datos\",\"O8m7VA\":\"Acepto recibir notificaciones por correo electrónico relacionadas con este evento\",\"YLgdk5\":\"Confirmo que este es un mensaje transaccional relacionado con este evento\",\"4/kP5a\":\"Si no se abrió una nueva pestaña automáticamente, haz clic en el botón de abajo para continuar al pago.\",\"W/eN+G\":\"Si se deja en blanco, la dirección se usará para generar un enlace de Google Maps\",\"CY3yHL\":\"Si se marca, esta categoría se ocultará del público.\",\"iIEaNB\":\"Si tienes una cuenta con nosotros, recibirás un correo electrónico con instrucciones sobre cómo restablecer tu contraseña.\",\"an5hVd\":\"Imágenes\",\"tSVr6t\":\"Suplantar\",\"TWXU0c\":\"Suplantar usuario\",\"5LAZwq\":\"Suplantación iniciada\",\"IMwcdR\":\"Suplantación detenida\",\"0I0Hac\":\"Aviso importante\",\"yD3avI\":\"Importante: Cambiar su dirección de correo electrónico actualizará el enlace para acceder a este pedido. Será redirigido al nuevo enlace del pedido después de guardar.\",\"jT142F\":[\"En \",[\"diffHours\"],\" horas\"],\"OoSyqO\":[\"En \",[\"diffMinutes\"],\" minutos\"],\"PdMhEx\":[\"in last \",[\"0\"],\" min\"],\"u7r0G5\":\"In person — set a venue\",\"/LCAwL\":\"En curso\",\"5gTmFD\":\"tasas incl.\",\"laL+R0\":\"tasas e impuestos incl.\",\"cXeh90\":\"impuestos incl.\",\"pxFAp/\":\"Aumentar\",\"nQMUIO\":\"Aumentar cantidad\",\"F1Xp97\":\"Asistentes individuales\",\"85e6zs\":\"Insertar token Liquid\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Instant Stripe payouts\",\"nbfdhU\":\"Integraciones\",\"I8eJ6/\":\"Internal notes on the attendee's ticket\",\"B2Tpo0\":\"Correo inválido\",\"5tT0+u\":\"Formato de correo inválido\",\"f9WRpE\":\"Tipo de archivo inválido. Por favor, sube una imagen.\",\"tnL+GP\":\"Sintaxis Liquid inválida. Por favor corrígela e inténtalo de nuevo.\",\"N9JsFT\":\"Formato de número de IVA inválido\",\"g+lLS9\":\"Invitar a un miembro del equipo\",\"1z26sk\":\"Invitar miembro del equipo\",\"KR0679\":\"Invitar miembros del equipo\",\"aH6ZIb\":\"Invita a tu equipo\",\"Dn4OyV\":\"Invitado\",\"IuMGvq\":\"Factura\",\"a/bUcL\":\"It happens on more than one date\",\"d+Oe9r\":\"It may have been unpublished or removed. Please check the link and try again.\",\"Lj7sBL\":\"Italiano\",\"F5/CBH\":\"artículo(s)\",\"BzfzPK\":\"Artículos\",\"rjyWPb\":\"January\",\"KmWyx0\":\"Trabajo\",\"o5r6b2\":\"Trabajo eliminado\",\"cd0jIM\":\"Detalles del trabajo\",\"ruJO57\":\"Nombre del trabajo\",\"YZi+Hu\":\"Trabajo en cola para reintentar\",\"nCywLA\":\"Únete desde cualquier lugar\",\"SNzppu\":\"Unirse a la lista de espera\",\"dLouFI\":[\"Unirse a la lista de espera para \",[\"productDisplayName\"]],\"2gMuHR\":\"Inscrito\",\"u4ex5r\":\"July\",\"zeEQd/\":\"June\",\"MxjCqk\":\"¿Solo buscas tus entradas?\",\"xOTzt5\":\"just now\",\"0RihU9\":\"Just wrapped\",\"Brhs/U\":\"Mantener conexión\",\"4OjqAQ\":\"Keep editing\",\"lwO5vw\":[\"Sé breve — los banners muestran una sola línea. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Mantenerme informado sobre noticias y eventos de \",[\"0\"]],\"ioFA9i\":\"Keep the profit.\",\"C/pOUI\":\"Etiqueta — p. ej. Sesión de mañana\",\"o66QSP\":\"label updates\",\"RtKKbA\":\"Last\",\"DruLRc\":\"Últimos 14 días\",\"ve9JTU\":\"El apellido es obligatorio\",\"h0Q9Iw\":\"Última respuesta\",\"gw3Ur5\":\"Última activación\",\"FIq1Ba\":\"Later\",\"xvnLMP\":\"Latest check-ins\",\"GGFOZD\":\"Deja «Desde» en hoy para empezar de inmediato.\",\"N5TErv\":\"Leave empty for unlimited\",\"L/hDDD\":\"Leave empty to apply this check-in list to all occurrences\",\"9Pf3wk\":\"Leave on to cover every ticket on the event. Turn off to pick specific tickets.\",\"Hq2BzX\":\"Let them know about the change\",\"+uexiy\":\"Let them know about the changes\",\"exYcTF\":\"Library\",\"1njn7W\":\"Claro\",\"1qY5Ue\":\"Enlace caducado o inválido\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Enlaces permitidos\",\"2BBAbc\":\"List\",\"dF6vP6\":\"En vivo\",\"fpMs2Z\":\"EN VIVO\",\"D9zTjx\":\"Eventos en Vivo\",\"a37vfH\":\"Live preview\",\"C33p4q\":\"Loaded dates\",\"WdmJIX\":\"Cargando vista previa...\",\"IoDI2o\":\"Cargando tokens...\",\"G3Ge9Z\":\"Cargando registros de webhook...\",\"NFxlHW\":\"Cargando webhooks\",\"E0DoRM\":\"Ubicación eliminada\",\"7w8lJU\":\"Ubicación guardada\",\"YsRXDD\":\"Ubicación actualizada\",\"A/kIva\":\"location updates\",\"iyZPPR\":\"ubicaciones\",\"VppBoU\":\"Ubicaciones\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo y portada\",\"gddQe0\":\"Logo e imagen de portada para tu organizador\",\"TBEnp1\":\"El logo se mostrará en el encabezado\",\"Jzu30R\":\"El logo se mostrará en el ticket\",\"PSRm6/\":\"Buscar mis entradas\",\"yJFu/X\":\"Oficina principal\",\"v5nFPh\":\"Make it visible so people can buy tickets\",\"cdY2at\":[\"Manage \",[\"0\"]],\"wZJfA8\":\"Manage dates and times for your recurring event\",\"RlzPUE\":\"Manage on Stripe\",\"sjoDuh\":\"Manage schedule\",\"6NXJRK\":\"Manage Schedule\",\"zXuaxY\":\"Gestiona la lista de espera de tu evento, consulta estadísticas y ofrece entradas a los asistentes.\",\"g2npA5\":\"Oferta manual\",\"hg6l4j\":\"March\",\"pqRBOz\":\"Mark as validated (admin override)\",\"2L3vle\":\"Máx. mensajes / 24h\",\"Qp4HWD\":\"Máx. destinatarios / mensaje\",\"7qu2YV\":[\"Máximo \",[\"cap\"],\" por pedido\"],\"3JzsDb\":\"May\",\"agPptk\":\"Medio\",\"xDAtGP\":\"Mensaje\",\"bECJqy\":\"Mensaje aprobado exitosamente\",\"1jRD0v\":\"Enviar mensajes a los asistentes con entradas específicas\",\"uQLXbS\":\"Mensaje cancelado\",\"48rf3i\":\"El mensaje no puede exceder 5000 caracteres\",\"ZPj0Q8\":\"Detalles del mensaje\",\"Vjat/X\":\"El mensaje es obligatorio\",\"0/yJtP\":\"Enviar mensajes a los propietarios de pedidos con productos específicos\",\"saG4At\":\"Mensaje programado\",\"mFdA+i\":\"Nivel de mensajería\",\"v7xKtM\":\"Nivel de mensajería actualizado exitosamente\",\"/VRn+9\":[\"Min \",[\"min\"],\" per order\"],\"H9HlDe\":\"minutos\",\"agRWc1\":\"Minutes\",\"FfPWR0\":\"Modal\",\"zz/Wd/\":\"Mode\",\"fpMgHS\":\"Mon\",\"hty0d5\":\"Lunes\",\"JbIgPz\":\"Los valores monetarios son totales aproximados en todas las monedas\",\"qvF+MT\":\"Monitorear y gestionar trabajos de fondo fallidos\",\"kY2ll9\":\"month\",\"HajiZl\":\"Mes\",\"+8Nek/\":\"Monthly\",\"6jefe3\":\"months\",\"f8jrkd\":\"more\",\"JcD7qf\":\"More actions\",\"w36OkR\":\"Eventos más vistos (Últimos 14 días)\",\"+Y/na7\":\"Move all dates earlier or later\",\"3DIpY0\":\"Multiple locations\",\"g9cQCP\":\"Multiple ticket types\",\"GfaxEk\":\"Música\",\"oVGCGh\":\"Mis Entradas\",\"8/brI5\":\"El nombre es obligatorio\",\"sFFArG\":\"El nombre debe tener menos de 255 caracteres\",\"Bst+aq\":\"¿Necesitas cambiar de cuenta de Stripe? Desconecta esta.\",\"xxU3NX\":\"Ingresos netos\",\"7I8LlL\":\"New capacity\",\"n1GRql\":\"New label\",\"y0Fcpd\":\"Nueva ubicación\",\"ArHT/C\":\"Nuevos registros\",\"uK7xWf\":\"New time:\",\"g8JmSC\":\"Mes siguiente\",\"veT5Br\":\"Next occurrence\",\"WXtl5X\":[\"Next: \",[\"nextFormatted\"]],\"eWRECP\":\"Vida nocturna\",\"HSw5l3\":\"No - Soy un individuo o empresa no registrada para el IVA\",\"VHfLAW\":\"Sin cuentas\",\"+jIeoh\":\"No se encontraron cuentas\",\"074+X8\":\"No hay webhooks activos\",\"zxnup4\":\"No hay afiliados para mostrar\",\"hUHrkV\":\"Aún no hay anuncios\",\"Dwf4dR\":\"Aún no hay preguntas para asistentes\",\"th7rdT\":\"No attendees to show\",\"PKySlW\":\"No attendees yet for this date.\",\"/UC6qk\":\"No se encontraron datos de atribución\",\"E2vYsO\":\"No capabilities reported by Stripe yet.\",\"amMkpL\":\"Sin capacidad\",\"d2Jf1f\":\"No change\",\"99ntUF\":\"No hay listas de check-in disponibles para este evento.\",\"wG+knX\":\"No check-ins yet\",\"+dAKxg\":\"No se encontraron configuraciones\",\"LiLk8u\":\"No connections available\",\"eb47T5\":\"No se encontraron datos para los filtros seleccionados. Intente ajustar el rango de fechas o la moneda.\",\"Zc216S\":\"No date added\",\"I8mtzP\":\"No dates available this month. Try navigating to another month.\",\"yDukIL\":\"No dates match the current filters.\",\"B7phdj\":\"No dates match your filters\",\"/ZB4Um\":\"No dates match your search\",\"OtJSnL\":\"No hay fechas programadas\",\"gEdNe8\":\"No dates scheduled yet\",\"w+wkcC\":\"No se encontraron solicitudes de eliminación\",\"pZNOT9\":\"Sin fecha de finalización\",\"dW40Uz\":\"No se encontraron eventos\",\"8pQ3NJ\":\"No hay eventos que comiencen en las próximas 24 horas\",\"8zCZQf\":\"Aún no hay eventos\",\"Yc5YW6\":\"Sin trabajos fallidos\",\"EpvBAp\":\"Sin factura\",\"N+9Onb\":\"No limits\",\"XZkeaI\":\"No se encontraron registros\",\"IcAC6J\":\"No se encontraron fuentes\",\"nrSs2u\":\"No se encontraron mensajes\",\"Rj99yx\":\"No occurrences available\",\"IFU1IG\":\"No occurrences on this date\",\"OVFwlg\":\"Aún no hay preguntas de pedido\",\"EJ7bVz\":\"No se encontraron pedidos\",\"NEmyqy\":\"Aún no hay pedidos\",\"a77B6w\":\"No orders yet for this date.\",\"wUv5xQ\":\"Sin actividad de organizador en los últimos 14 días\",\"vLd1tV\":\"No organizer context available.\",\"B7w4KY\":\"No hay otros organizadores disponibles\",\"PChXMe\":\"Sin pedidos pagados\",\"6jYQGG\":\"No hay eventos pasados\",\"CHzaTD\":\"Sin eventos populares en los últimos 14 días\",\"zK/+ef\":\"No hay productos disponibles para seleccionar\",\"M1/lXs\":\"No products configured for this event.\",\"kY7XDn\":\"Ningún producto tiene entradas en lista de espera\",\"8mw4tm\":\"Mensaje de sin productos\",\"wYiAtV\":\"Sin registros de cuentas recientes\",\"UW90md\":\"No se encontraron destinatarios\",\"QoAi8D\":\"Sin respuesta\",\"JeO7SI\":\"Sin respuesta\",\"EK/G11\":\"Aún no hay respuestas\",\"AxPAXW\":\"No se encontraron resultados\",\"59OWd3\":\"No hay ubicaciones guardadas\",\"mPdY6W\":\"Sin sugerencias\",\"3sRuiW\":\"No se encontraron entradas\",\"debCrL\":\"No hay entradas a la venta\",\"k2C0ZR\":\"No upcoming dates\",\"yM5c0q\":\"No hay próximos eventos\",\"qpC74J\":\"No se encontraron usuarios\",\"8wgkoi\":\"Sin eventos vistos en los últimos 14 días\",\"Arzxc1\":\"Sin entradas en la lista de espera\",\"n5vdm2\":\"Aún no se han registrado eventos de webhook para este punto de acceso. Los eventos aparecerán aquí una vez que se activen.\",\"4GhX3c\":\"No hay Webhooks\",\"4+am6b\":\"No, mantenerme aquí\",\"4JVMUi\":\"non-edited\",\"ACaDVQ\":\"None yet\",\"Itw24Q\":\"Not checked in\",\"x5+Lcz\":\"No Registrado\",\"8n10sz\":\"No Elegible\",\"kLvU3F\":\"Notify attendees and stop sales\",\"t9QlBd\":\"November\",\"kAREMN\":\"Number of dates to create\",\"6u1B3O\":\"Occurrence\",\"mmoE62\":\"Occurrence Cancelled\",\"V9flmL\":\"Occurrence Schedule\",\"Kh3WO8\":\"Occurrence Summary\",\"byXCTu\":\"Occurrences\",\"KATw3p\":\"Occurrences (future only)\",\"85rTR2\":\"Occurrences can be configured after creation\",\"dzQfDY\":\"October\",\"BwJKBw\":\"de\",\"GQnX9d\":\"de cada mes\",\"az8lvo\":\"Off\",\"9h7RDh\":\"Ofrecer\",\"EfK2O6\":\"Ofrecer lugar\",\"3sVRey\":\"Ofrecer entradas\",\"2O7Ybb\":\"Tiempo límite de la oferta\",\"1jUg5D\":\"Ofrecido\",\"l+/HS6\":[\"Las ofertas expiran después de \",[\"timeoutHours\"],\" horas.\"],\"6Aih4U\":\"Fuera de línea\",\"Fdp03t\":\"el\",\"Z5HWHd\":\"On\",\"TH5A28\":[\"los \",[\"dayList\"]],\"qiMtVT\":[\"el \",[\"day\"],\" de \",[\"month\"]],\"nO3VbP\":[\"En venta \",[\"0\"]],\"pPAGSK\":[\"el \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"On the event page\",\"H7stQC\":\"En la lista de espera\",\"oXOSPE\":\"En línea\",\"aqmy5k\":\"Online — provide connection details\",\"LuZBbx\":\"Online & in-person\",\"IXuOqt\":\"Online & in-person — see schedule\",\"WjSpu5\":\"Evento en línea\",\"wCRLS9\":[\"Solo \",[\"cap\"],\" disponibles\"],\"scPxI/\":[\"Solo quedan \",[\"capacity\"]],\"Gk0+G6\":\"Only a name is required — everything else has sensible defaults\",\"NdOxqr\":\"Solo los administradores de la cuenta pueden eliminar o archivar eventos. Contacta a tu administrador de cuenta para obtener ayuda.\",\"rnoDMF\":\"Solo los administradores de la cuenta pueden eliminar o archivar organizadores. Contacta a tu administrador de cuenta para obtener ayuda.\",\"tnx0u1\":\"Only available as an add-on\",\"z4JBd7\":\"Solo los anuncios publicados se muestran a los usuarios\",\"bU7oUm\":\"Enviar solo a pedidos con estos estados\",\"wkpaqp\":\"Mostrar solo la fecha y hora de inicio\",\"chktt5\":\"Only shown as an add-on to the products it's attached to\",\"Y4HHYW\":\"Only shown as an add-on to the products it's attached to.\",\"Z82In9\":\"Solo el propietario de la cuenta puede solicitar la eliminación de la cuenta.\",\"DMk8F0\":\"Only tickets count toward capacity\",\"+/Z3yr\":\"Only visible to buyers with an applicable promo code.\",\"M2w1ni\":\"Solo visible con código promocional\",\"y8Bm7C\":\"Open check-in\",\"RLz7P+\":\"Open occurrence\",\"iMqrOb\":\"Llamada a la acción opcional\",\"cDSdPb\":\"Apodo opcional que se muestra en los selectores, p. ej. \\\"Sala de conferencias\\\"\",\"HXMJxH\":\"Texto opcional para avisos legales, información de contacto o notas de agradecimiento (solo una línea)\",\"L565X2\":\"opciones\",\"8m9emP\":\"or add a single date\",\"eBskDE\":\"O activa los pagos sin conexión y desactiva Stripe\",\"dSeVIm\":\"order\",\"c/TIyD\":\"Pedido y Entrada\",\"H5qWhm\":\"Pedido cancelado\",\"b6+Y+n\":\"Pedido completado\",\"x4MLWE\":\"Confirmación de pedido\",\"CsTTH0\":\"Confirmación del pedido reenviada correctamente\",\"ppuQR4\":\"Pedido creado\",\"xtQzag\":\"Order details\",\"vrSW9M\":\"El pedido ha sido cancelado y reembolsado. El propietario del pedido ha sido notificado.\",\"rzw+wS\":\"Titulares de pedidos\",\"oI/hGR\":\"ID de pedido\",\"m8vQEP\":\"Order limits\",\"vu6Arl\":\"Pedido marcado como pagado\",\"sLbJQz\":\"Pedido no encontrado\",\"kvYpYu\":\"Pedido no encontrado\",\"eJ8SvM\":\"Order number, purchase date, purchaser email\",\"FaPYw+\":\"Propietario del pedido\",\"eB5vce\":\"Propietarios de pedidos con un producto específico\",\"CxLoxM\":\"Propietarios de pedidos con productos\",\"UkHo4c\":\"Ref. pedido\",\"EZy55F\":\"Pedido reembolsado\",\"6eSHqs\":\"Estados de los pedidos\",\"oW5877\":\"Total del pedido\",\"e7eZuA\":\"Pedido actualizado\",\"1SQRYo\":\"Pedido actualizado correctamente\",\"3NT0Ck\":\"El pedido fue cancelado\",\"V5khLm\":\"orders\",\"sd5IMt\":\"Pedidos completados\",\"5It1cQ\":\"Pedidos exportados\",\"UQ0ACV\":\"Total de pedidos\",\"B/EBQv\":\"Pedidos:\",\"qtGTNu\":\"Cuentas orgánicas\",\"P/JHA4\":\"Organizador archivado correctamente\",\"S3CZ5M\":\"Panel del organizador\",\"GzjTd0\":\"Organizador eliminado correctamente\",\"SQqJd8\":\"Organizador no encontrado\",\"HF8Bxa\":\"Organizador restaurado correctamente\",\"wpj63n\":\"Configuración del organizador\",\"o1my93\":\"No se pudo actualizar el estado del organizador. Inténtalo de nuevo más tarde\",\"rLHma1\":\"Estado del organizador actualizado\",\"LqBITi\":\"Se usará la plantilla del organizador/predeterminada\",\"q4zH+l\":\"Organizers\",\"/IX/7x\":\"Otro\",\"RsiDDQ\":\"Otras Listas (Ticket No Incluido)\",\"EufvBx\":\"Resultado\",\"aDfajK\":\"Outdoors\",\"qMASRF\":\"Mensajes salientes\",\"iCOVQO\":\"Override\",\"GpFTEc\":\"Override fees on this organizer\",\"M9ZhMP\":\"Override price\",\"cnVIpl\":\"Override removed\",\"6/dCYd\":\"Resumen\",\"6WdDG7\":\"Página\",\"8uqsE5\":\"Página ya no disponible\",\"QkLf4H\":\"URL de la página\",\"sF+Xp9\":\"Vistas de página\",\"v4nCHK\":\"Paid\",\"c+suC6\":\"Cuentas de pago\",\"5F7SYw\":\"Reembolso parcial\",\"fFYotW\":[\"Reembolsado parcialmente: \",[\"0\"]],\"i8day5\":\"Pasar comisión al comprador\",\"k4FLBQ\":\"Pasar al comprador\",\"Ff0Dor\":\"Pasado\",\"BFjW8X\":\"Past due\",\"xTPjSy\":\"Eventos pasados\",\"/l/ckQ\":\"Pega la URL\",\"URAE3q\":\"Pausado\",\"4fL/V7\":\"Pagar\",\"W5l9HD\":\"Paga lo que quieras\",\"c2/9VE\":\"Carga útil\",\"5cxUwd\":\"Fecha de pago\",\"ENEPLY\":\"Método de pago\",\"8Lx2X7\":\"Pago recibido\",\"fx8BTd\":\"Pagos no disponibles\",\"C+ylwF\":\"Payouts\",\"UbRKMZ\":\"Pendiente\",\"UkM20g\":\"Revisión pendiente\",\"dPYu1F\":\"Por asistente\",\"mQV/nJ\":\"per min\",\"+kvxv+\":\"por pedido\",\"VlXNyK\":\"Por pedido\",\"NhuGd7\":\"por producto\",\"hauDFf\":\"Por entrada\",\"mnF83a\":\"Tarifa porcentual\",\"TNLuRD\":\"Percentage fee (%)\",\"MixU2P\":\"El porcentaje debe estar entre 0 y 100\",\"MkuVAZ\":\"Porcentaje del monto de la transacción\",\"/Bh+7r\":\"Rendimiento\",\"/4mGVp\":\"Eliminar permanentemente esta cuenta\",\"dGdKgQ\":\"Eliminar permanentemente esta cuenta y sus datos.\",\"fIp56F\":\"Elimina permanentemente este evento y todos sus datos asociados.\",\"nJeeX7\":\"Elimina permanentemente este organizador y todos sus eventos.\",\"wfCTgK\":\"Permanently remove this date\",\"6kPk3+\":\"Información personal\",\"zmwvG2\":\"Teléfono\",\"tSR/oe\":\"Pick an end date\",\"e8kzpp\":\"Pick at least one day of the month\",\"35C8QZ\":\"Pick at least one day of the week\",\"kJmAsd\":\"Elige días para ver tus fechas.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Placed\",\"wBJR8i\":\"¿Planificando un evento?\",\"J3lhKT\":\"Comisión de plataforma\",\"RD51+P\":[\"Comisión de plataforma de \",[\"0\"],\" deducida de su pago\"],\"br3Y/y\":\"Tarifas de plataforma\",\"3buiaw\":\"Informe de tarifas de plataforma\",\"kv9dM4\":\"Ingresos de la plataforma\",\"PJ3Ykr\":\"Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions.\",\"OtjenF\":\"Por favor, introduzca una dirección de correo electrónico válida\",\"jEw0Mr\":\"Por favor, introduce una URL válida\",\"n8+Ng/\":\"Por favor, ingresa el código de 5 dígitos\",\"r+lQXT\":\"Por favor ingrese su número de IVA\",\"Dvq0wf\":\"Por favor, proporciona una imagen.\",\"2cUopP\":\"Por favor, reinicia el proceso de compra.\",\"GoXxOA\":\"Please select a date and time\",\"8KmsFa\":\"Por favor seleccione un rango de fechas\",\"EFq6EG\":\"Por favor, selecciona una imagen.\",\"fuwKpE\":\"Por favor, inténtalo de nuevo.\",\"klWBeI\":\"Por favor, espera antes de solicitar otro código\",\"hfHhaa\":\"Por favor, espera mientras preparamos tus afiliados para exportar...\",\"o+tJN/\":\"Por favor, espera mientras preparamos la exportación de tus asistentes...\",\"+5Mlle\":\"Por favor, espera mientras preparamos la exportación de tus pedidos...\",\"trnWaw\":\"Polaco\",\"luHAJY\":\"Eventos populares (Últimos 14 días)\",\"p/78dY\":\"Position\",\"OESu7I\":\"Evite la sobreventa compartiendo inventario entre múltiples tipos de entradas.\",\"NgVUL2\":\"Vista previa del formulario de pago\",\"cs5muu\":\"Vista previa de la página del evento\",\"1xwZj/\":\"Mes anterior\",\"Jm2AC3\":\"Price Tier\",\"a5jvSX\":\"Niveles de Precio\",\"aHCEmh\":\"Pricing\",\"ReihZ7\":\"Vista Previa de Impresión\",\"JnuPvH\":\"Imprimir Entrada\",\"tYF4Zq\":\"Imprimir a PDF\",\"LcET2C\":\"Política de privacidad\",\"8z6Y5D\":\"Procesar reembolso\",\"JcejNJ\":\"Procesando pedido\",\"EWCLpZ\":\"Producto creado\",\"XkFYVB\":\"Producto eliminado\",\"YMwcbR\":\"Desglose de ventas de productos, ingresos e impuestos\",\"ls0mTC\":\"Product settings cannot be edited for cancelled dates.\",\"2339ej\":\"Product settings saved successfully\",\"ldVIlB\":\"Producto actualizado\",\"CP3D8G\":\"Progress\",\"JoKGiJ\":\"Código promocional\",\"dIodJL\":\"Promo code required\",\"k3wH7i\":\"Uso de códigos promocionales y desglose de descuentos\",\"tZqL0q\":\"promo codes\",\"oCHiz3\":\"Promo codes\",\"uEhdRh\":\"Solo Promocional\",\"dLm8V5\":\"Los correos promocionales pueden resultar en la suspensión de la cuenta\",\"W0ETyY\":\"Proporciona al menos un campo de dirección (lugar, calle, ciudad o país).\",\"2W/7Gz\":\"Provide the following before Stripe's next review to keep payouts flowing.\",\"7d1a0d\":\"Public\",\"EEYbdt\":\"Publicar\",\"JcgJKc\":\"Publicar de todos modos\",\"evDBV8\":\"Publicar evento\",\"2zEfOd\":\"Publish your event\",\"u3wRF+\":\"Publicado\",\"L7nrC8\":\"Al publicar, la página de tu evento será pública y se abrirán las inscripciones.\",\"dsFmM+\":\"Comprado\",\"JunetL\":\"Purchaser\",\"phmeUH\":\"Purchaser email\",\"ywR4ZL\":\"QR code check-in\",\"oWXNE5\":\"Cant.\",\"VbWX2u\":\"Cantidad\",\"biEyJ4\":\"Question answers\",\"k/bJj0\":\"Preguntas reordenadas\",\"b24kPi\":\"Cola\",\"lTPqpM\":\"Quick Tip\",\"fqDzSu\":\"Tasa\",\"mnUGVC\":\"Límite de solicitudes excedido. Por favor, inténtelo de nuevo más tarde.\",\"t41hVI\":\"Volver a ofrecer lugar\",\"TNclgc\":\"Reactivate this date? It will be reopened for future sales.\",\"RENQ6j\":\"¿Listo para publicar?\",\"uqoRbb\":\"Real-time analytics\",\"jPSk57\":\"Motivo (opcional)\",\"xzRvs4\":[\"Recibir actualizaciones de productos de \",[\"0\"],\".\"],\"pLXbi8\":\"Registros de cuentas recientes\",\"M1HGuR\":\"Recent activity\",\"3kJ0gv\":\"Recent Attendees\",\"qhfiwV\":\"Recent check-ins\",\"S+0XMX\":\"Recent orders\",\"Fi3b48\":\"Pedidos recientes\",\"7hPBBn\":\"destinatario\",\"jp5bq8\":\"destinatarios\",\"yPrbsy\":\"Destinatarios\",\"E1F5Ji\":\"Los destinatarios estarán disponibles después de enviar el mensaje\",\"WEYdDv\":\"Recommended\",\"wuhHPE\":\"Recurring\",\"asLqwt\":\"Evento recurrente\",\"s3uzsK\":\"Configuración de eventos recurrentes\",\"D0tAMe\":\"Recurring events\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Redirigiendo a Stripe...\",\"pnoTN5\":\"Cuentas de referencia\",\"ACKu03\":\"Actualizar vista previa\",\"vuFYA6\":\"Refund all orders for these dates\",\"4cRUK3\":\"Refund all orders for this date\",\"fKn/k6\":\"Monto del reembolso\",\"qY4rpA\":\"Reembolso fallido\",\"FaK/8G\":[\"Reembolsar pedido \",[\"0\"]],\"MGbi9P\":\"Reembolso pendiente\",\"BDSRuX\":[\"Reembolsado: \",[\"0\"]],\"bU4bS1\":\"Reembolsos\",\"rYXfOA\":\"Configuración regional\",\"5tl0Bp\":\"Preguntas de registro\",\"ZNo5k1\":\"Remaining\",\"Bjh87R\":\"Remove label from all dates\",\"IVZaEo\":\"Elimina por completo las fechas y horarios agotados de la página del evento. Si está desactivado, permanecen visibles y se marcan como agotados.\",\"5Vkr/a\":\"Eliminar horario\",\"KkJtVK\":\"Reopen for new sales\",\"XJwWJp\":\"Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed.\",\"RYlQY0\":\"Se repite\",\"CQeZT8\":\"Informe no encontrado\",\"JEPMXN\":\"Solicitar un nuevo enlace\",\"Yx0Ud8\":\"Solicitado\",\"Wcv9QD\":\"Solicitado por\",\"TMLAx2\":\"Requerido\",\"mdeIOH\":\"Reenviar código\",\"sQxe68\":\"Reenviar confirmación\",\"bxoWpz\":\"Reenviar correo de confirmación\",\"G42SNI\":\"Reenviar correo\",\"TTpXL3\":[\"Reenviar en \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Reenviar entrada\",\"Uwsg2F\":\"Reservado\",\"8wUjGl\":\"Reservado hasta\",\"a5z8mb\":\"Reset to base price\",\"kCn6wb\":\"Restableciendo...\",\"ZlCDf+\":\"Respuesta\",\"bsydMp\":\"Detalles de la respuesta\",\"yKu/3Y\":\"Restaurar\",\"RokrZf\":\"Restaurar evento\",\"/JyMGh\":\"Restaurar organizador\",\"HFvFRb\":\"Restaura este evento para que vuelva a ser visible.\",\"DDIcqy\":\"Restaura este organizador y vuelve a activarlo.\",\"mO8KLE\":\"results\",\"6gRgw8\":\"Reintentar\",\"1BG8ga\":\"Reintentar todo\",\"rDC+T6\":\"Reintentar trabajo\",\"CbnrWb\":\"Volver al evento\",\"Lf7TCn\":\"Los lugares reutilizables aparecen aquí automáticamente al crear eventos con direcciones, y también puedes añadir los tuyos.\",\"mdQ0zb\":\"Lugares reutilizables para tus eventos. Las ubicaciones creadas desde el autocompletado se guardan aquí automáticamente.\",\"XFOPle\":\"Reuse\",\"1Zehp4\":\"Reuse a Stripe connection from another organizer in this account.\",\"Oo/PLb\":\"Resumen de ingresos\",\"CfuueU\":\"Revocar oferta\",\"Tpm2G9\":\"Duración\",\"dFFW9L\":[\"Venta terminada \",[\"0\"]],\"loCKGB\":[\"Venta termina \",[\"0\"]],\"wlfBad\":\"Período de Venta\",\"qi81Jg\":\"Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page.\",\"zpekWp\":[\"Venta comienza \",[\"0\"]],\"7s8z0X\":\"Sale window\",\"mUv9U4\":\"Ventas\",\"9KnRdL\":\"Las ventas están pausadas\",\"JC3J0k\":\"Sales, attendance, and check-in breakdown per occurrence\",\"3VnlS9\":\"Ventas, pedidos y métricas de rendimiento para todos los eventos\",\"3Q1AWe\":\"Ventas:\",\"LeuERW\":\"Same as event\",\"B4nE3N\":\"Precio de entrada de ejemplo\",\"8BRPoH\":\"Lugar de Ejemplo\",\"PiK6Ld\":\"Sat\",\"+5kO8P\":\"Sábado\",\"zJiuDn\":\"Save fee override\",\"x1fMXJ\":\"Guardar programación\",\"KZrfYJ\":\"Guardar enlaces sociales\",\"9Y3hAT\":\"Guardar plantilla\",\"C8ne4X\":\"Guardar Diseño del Ticket\",\"cTI8IK\":\"Save VAT settings\",\"6/TNCd\":\"Guardar Configuración del IVA\",\"4RvD9q\":\"Ubicación guardada\",\"cgw0cL\":\"Ubicaciones guardadas\",\"Fbqm/I\":\"Saving an override creates a dedicated configuration for this organizer if it's currently on the system default.\",\"I+FvbD\":\"Escanear\",\"0zd6Nm\":\"Scan a ticket to check in an attendee\",\"bQG7Qk\":\"Scanned tickets will appear here\",\"WDYSLJ\":\"Scanner mode\",\"gmB6oO\":\"Schedule\",\"qQTaVm\":\"Schedule added\",\"j6NnBq\":\"Schedule created successfully\",\"YP7frt\":\"Schedule ends on\",\"QS1Nla\":\"Programar para más tarde\",\"NAzVVw\":\"Programar mensaje\",\"/rTL/5\":\"Vista previa de la programación\",\"Fz09JP\":\"Schedule starts on\",\"4ba0NE\":\"Programado\",\"4HKQZj\":\"Eliminación programada\",\"qcP/8K\":\"Hora programada\",\"A1taO8\":\"Search\",\"ftNXma\":\"Buscar afiliados...\",\"VMU+zM\":\"Search attendees\",\"VY+Bdn\":\"Buscar por nombre de cuenta o correo electrónico...\",\"VX+B3I\":\"Buscar por título de evento u organizador...\",\"R0wEyA\":\"Buscar por nombre de trabajo o excepción...\",\"YnMfsK\":\"Buscar por nombre o dirección...\",\"3yKuDu\":\"Busca por nombre o correo y selecciona uno o varios\",\"VT+urE\":\"Buscar por nombre o correo electrónico...\",\"GHdjuo\":\"Buscar por nombre, correo electrónico o cuenta...\",\"4mBFO7\":\"Search by name, order #, ticket # or email\",\"20ce0U\":\"Buscar por ID de pedido, nombre de cliente o correo electrónico...\",\"4DSz7Z\":\"Buscar por asunto, evento o cuenta...\",\"gTUY97\":\"Buscar por título...\",\"nQC7Z9\":\"Search dates...\",\"iRtEpV\":\"Search dates…\",\"JRM7ao\":\"Search for an address\",\"BWF1kC\":\"Buscar mensajes...\",\"5WYZKZ\":\"Resultados de búsqueda\",\"IG85fV\":\"Busca ubicaciones guardadas o encuentra una dirección...\",\"Du+zn+\":\"Buscando...\",\"3aD3GF\":\"Seasonal\",\"ku//5b\":\"Second\",\"Mck5ht\":\"Pago Seguro\",\"s7tXqF\":\"See schedule\",\"JFap6u\":\"See what Stripe still needs\",\"6lGaum\":\"Visto\",\"p7xUrt\":\"Selecciona una categoría\",\"hTKQwS\":\"Select a Date & Time\",\"Ps6Xtf\":\"Select a date to see available times\",\"e4L7bF\":\"Seleccione un mensaje para ver su contenido\",\"zPRPMf\":\"Seleccionar un nivel\",\"BFRSTT\":\"Seleccionar Cuenta\",\"wgNoIs\":\"Select all\",\"mCB6Je\":\"Seleccionar todo\",\"aCEysm\":[\"Select all on \",[\"0\"]],\"a6+167\":\"Seleccionar un evento\",\"4oT6dP\":\"Selecciona al menos una cuenta\",\"neCGH1\":\"Selecciona al menos un usuario\",\"CFbaPk\":\"Seleccionar grupo de asistentes\",\"88a49s\":\"Select camera\",\"tVW/yo\":\"Seleccionar moneda\",\"SJQM1I\":\"Select date\",\"n9ZhRa\":\"Selecciona fecha y hora de finalización\",\"gTN6Ws\":\"Seleccionar hora de finalización\",\"0U6E9W\":\"Seleccionar categoría del evento\",\"j9cPeF\":\"Seleccionar tipos de eventos\",\"ypTjHL\":\"Select occurrence\",\"DHBGUX\":\"Select products...\",\"KizCK7\":\"Selecciona fecha y hora de inicio\",\"dJZTv2\":\"Seleccionar hora de inicio\",\"x8XMsJ\":\"Seleccione el nivel de mensajería para esta cuenta. Esto controla los límites de mensajes y los permisos de enlaces.\",\"aT3jZX\":\"Seleccionar zona horaria\",\"TxfvH2\":\"Selecciona qué asistentes deben recibir este mensaje\",\"Ropvj0\":\"Selecciona qué eventos activarán este webhook\",\"+6YAwo\":\"selected\",\"ylXj1N\":\"Seleccionado\",\"uq3CXQ\":\"Sell out your event.\",\"oBXbO4\":\"Selling a physical product? Cap its quantity on the <0>products page instead.\",\"j9b/iy\":\"¡Se vende rápido! 🔥\",\"73qYgo\":\"Enviar como prueba\",\"HMAqFK\":\"Enviar correos electrónicos a asistentes, titulares de entradas o propietarios de pedidos. Los mensajes se pueden enviar de inmediato o programar para más tarde.\",\"22Itl6\":\"Enviarme una copia\",\"NpEm3p\":\"Enviar ahora\",\"nOBvex\":\"Envíe datos de pedidos y asistentes en tiempo real a sus sistemas externos.\",\"1lNPhX\":\"Enviar correo de notificación de reembolso\",\"eaUTwS\":\"Enviar enlace de restablecimiento\",\"5cV4PY\":\"Send to all occurrences, or choose a specific one\",\"QEQlnV\":\"Envíe su primer mensaje\",\"IoAuJG\":\"Enviando...\",\"h69WC6\":\"Enviado\",\"BVu2Hz\":\"Enviado por\",\"ZFa8wv\":\"Sent to attendees when a scheduled date is cancelled\",\"SPdzrs\":\"Enviado a clientes cuando realizan un pedido\",\"LxSN5F\":\"Enviado a cada asistente con los detalles de su entrada\",\"hgvbYY\":\"September\",\"5sN96e\":\"Session cancelled\",\"S9i0UC\":[\"sesiones · \",[\"dateCount\"],\" fechas × \",[\"timesPerDay\"],\" horarios\"],\"89xaFU\":\"Establezca la configuración predeterminada de comisiones de plataforma para nuevos eventos creados bajo este organizador.\",\"eXssj5\":\"Establecer configuraciones predeterminadas para nuevos eventos creados bajo este organizador.\",\"uPe5p8\":\"Set how long each date lasts\",\"ODuUEi\":\"Set or clear the date label\",\"buHACR\":\"Set the end time of each date to be this long after its start time.\",\"TaeFgl\":\"Set to unlimited (remove limit)\",\"pd6SSe\":\"Set up a recurring schedule to automatically create dates, or add them one at a time.\",\"s0FkEx\":\"Configure listas de registro para diferentes entradas, sesiones o días.\",\"TaWVGe\":\"Set up payouts\",\"JA//e6\":\"Set up schedule\",\"gzXY7l\":\"Set Up Schedule\",\"0Ls9qe\":\"Set up the tickets you'll sell and their prices\",\"xMO+Ao\":\"Configura tu organización\",\"5pEFnq\":\"Configura tu programación\",\"zRRuUD\":\"Set up your schedule in the next steps\",\"ETC76A\":\"Set, change, or remove the date's location or online details\",\"C3htzi\":\"Configuración actualizada\",\"Ohn74G\":\"Configuración y diseño\",\"1W5XyZ\":\"Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event.\",\"GG7qDw\":\"Compartir enlace de afiliado\",\"hL7sDJ\":\"Compartir página del organizador\",\"jy6QDF\":\"Gestión de capacidad compartida\",\"jDNHW4\":\"Shift times\",\"tPfIaW\":[\"Shifted times for \",[\"count\"],\" date(s)\"],\"WwlM8F\":\"Mostrar opciones avanzadas\",\"cMW+gm\":[\"Mostrar todas las plataformas (\",[\"0\"],\" más con valores)\"],\"wXi9pZ\":\"Show attendee notes to non-logged-in staff\",\"4LZFir\":\"Mostrar todo el rango de fechas\",\"UVPI5D\":\"Mostrar menos plataformas\",\"Eu/N/d\":\"Mostrar casilla de aceptación de marketing\",\"SXzpzO\":\"Mostrar casilla de aceptación de marketing por defecto\",\"b33PL9\":\"Mostrar más plataformas\",\"Eut7p9\":\"Show order details to non-logged-in staff\",\"+RoWKN\":\"Show question answers to non-logged-in staff\",\"jbcx6L\":\"Show remaining capacity on event dates\",\"rXxBOx\":\"Show remaining capacity to buyers\",\"t1LIQW\":[\"Mostrando \",[\"0\"],\" de \",[\"totalRows\"],\" registros\"],\"E717U9\":[\"Showing \",[\"0\"],\"–\",[\"1\"],\" of \",[\"2\"]],\"5rzhBQ\":[\"Showing \",[\"MAX_VISIBLE\"],\" of \",[\"totalAvailable\"],\" dates. Type to search.\"],\"WSt3op\":[\"Showing the first \",[\"0\"],\" — the remaining \",[\"1\"],\" session(s) will still be targeted when the message is sent.\"],\"o1UbOh\":\"Se muestra rebotando en la parte superior del modal\",\"OJLTEL\":\"Shown to staff the first time they open the check-in page.\",\"lbfXEJ\":\"Shows remaining\",\"jVRHeq\":\"Registrado\",\"5C7J+P\":\"Single Event\",\"E//btK\":\"Skip manually edited dates\",\"paESr6\":\"Eslovaco\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Social\",\"d0rUsW\":\"Enlaces sociales\",\"j/TOB3\":\"Enlaces sociales y sitio web\",\"s9KGXU\":\"Vendido\",\"yp+0jj\":\"sold out\",\"1hupow\":\"Agotado, lista de espera disponible\",\"iACSrw\":\"Some details are hidden from public access. Log in to view everything.\",\"Dia6iz\":\"Something went wrong while deleting the image. Please try again.\",\"KTxc6k\":\"Algo salió mal, inténtalo de nuevo o contacta con soporte si el problema persiste\",\"lkE00/\":\"Algo salió mal. Por favor, inténtelo de nuevo más tarde.\",\"wdxz7K\":\"Fuente\",\"SzuJ5m\":\"Cuentas específicas\",\"/h8G1o\":\"Usuarios específicos\",\"fDG2by\":\"Spirituality\",\"oPaRES\":\"Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end.\",\"7JFNej\":\"Deportes\",\"/bfV1Y\":\"Staff instructions\",\"StWUH4\":\"Start check-in\",\"JcQp9p\":\"Fecha y hora de inicio\",\"0m/ekX\":\"Fecha y hora de inicio\",\"izRfYP\":\"La fecha de inicio es obligatoria\",\"xAYSEs\":\"Hora de inicio\",\"n9ZrDo\":\"Start typing a venue or address...\",\"DACR+e\":\"Starts collapsed\",\"qeFVhN\":[\"Starts in \",[\"diffDays\"],\" days\"],\"AOqtxN\":[\"Starts in \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Starts in \",[\"h\"],\"h \",[\"m\"],\"m\"],\"Lo49in\":[\"Starts in \",[\"seconds\"],\"s\"],\"NqChgF\":\"Starts tomorrow\",\"2NbyY/\":\"Estadísticas\",\"GVUxAX\":\"Las estadísticas se basan en la fecha de creación de la cuenta\",\"29Hx9U\":\"Stats\",\"5ia+r6\":\"Still needed\",\"wuV0bK\":\"Detener Suplantación\",\"S/7MPw\":\"Cuenta de Stripe desconectada.\",\"s/KaDb\":\"Stripe connected\",\"Bk06QI\":\"Stripe conectado\",\"akZMv8\":[\"Stripe connection copied from \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe didn't return a setup link. Please try again.\",\"aKtF0O\":\"Stripe no conectado\",\"9i0++A\":\"ID de pago de Stripe\",\"R1lIMV\":\"Stripe will need a few more details soon\",\"FzcCHA\":\"Stripe will walk you through a few quick questions to finish setup.\",\"ii0qn/\":\"El asunto es requerido\",\"M7Uapz\":\"El asunto aparecerá aquí\",\"6aXq+t\":\"Asunto:\",\"JwTmB6\":\"Producto duplicado con éxito\",\"WUOCgI\":\"Lugar ofrecido con éxito\",\"IvxA4G\":[\"Tickets ofrecidos exitosamente a \",[\"count\"],\" personas\"],\"kKpkzy\":\"Tickets ofrecidos exitosamente a 1 persona\",\"Zi3Sbw\":\"Eliminado de la lista de espera con éxito\",\"RuaKfn\":\"Dirección actualizada correctamente\",\"kzx0uD\":\"Valores Predeterminados del Evento Actualizados con Éxito\",\"5n+Wwp\":\"Organizador actualizado correctamente\",\"DMCX/I\":\"Configuración predeterminada de comisiones actualizada exitosamente\",\"URUYHc\":\"Configuración de comisiones de plataforma actualizada exitosamente\",\"kRWc2g\":\"Configuración de eventos recurrentes actualizada correctamente\",\"0Dk/l8\":\"Configuración SEO actualizada correctamente\",\"S8Tua9\":\"Ajustes actualizados exitosamente\",\"MhOoLQ\":\"Enlaces sociales actualizados correctamente\",\"CNSSfp\":\"Configuración de seguimiento actualizada correctamente\",\"kj7zYe\":\"Webhook actualizado con éxito\",\"dXoieq\":\"Resumen\",\"/RfJXt\":[\"Festival de música de verano \",[\"0\"]],\"CWOPIK\":\"Festival de Música de Verano 2025\",\"D89zck\":\"Sun\",\"DBC3t5\":\"Domingo\",\"UaISq3\":\"Sueco\",\"JZTQI0\":\"Cambiar organizador\",\"9YHrNC\":\"Predeterminado del sistema\",\"jGR53C\":\"T-shirts, mugs and more\",\"hCR98w\":\"Toca las fechas como en un calendario.\",\"lruQkA\":\"Tap this screen to resume scanning\",\"X9v2GM\":\"Cuentas de destino\",\"TmyDCw\":\"Usuarios de destino\",\"TJUrME\":[\"Targeting attendees across \",[\"0\"],\" selected sessions.\"],\"yT6dQ8\":\"Impuestos recaudados agrupados por tipo de impuesto y evento\",\"Ye321X\":\"Nombre del impuesto\",\"WyCBRt\":\"Resumen de impuestos\",\"QC3FVX\":\"Taxes & fees\",\"GkH0Pq\":\"Impuestos y tasas aplicados\",\"SXvRWU\":\"Team collaboration\",\"vlf/In\":\"Tecnología\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Dile a la gente qué esperar de tu evento\",\"NiIUyb\":\"Cuéntanos sobre tu evento\",\"DovcfC\":\"Cuéntanos sobre tu organización. Esta información se mostrará en las páginas de tus eventos.\",\"69GWRq\":\"Tell us how often your event repeats and we'll create all the dates for you.\",\"mXPbwY\":\"Tell us your VAT registration status so we apply the correct VAT treatment to platform fees.\",\"7wtpH5\":\"Plantilla activa\",\"QHhZeE\":\"Plantilla creada exitosamente\",\"xrWdPR\":\"Plantilla eliminada exitosamente\",\"G04Zjt\":\"Plantilla guardada exitosamente\",\"xowcRf\":\"Términos del servicio\",\"6K0GjX\":\"El texto puede ser difícil de leer\",\"nm3Iz/\":\"¡Gracias por asistir!\",\"pYwj0k\":\"Thanks,\",\"cIHkSd\":[\"Son \",[\"totalOccurrences\"],\" sesiones — el máximo es \",[\"max\"],\". Acorta el rango o la frecuencia.\"],\"k3IitN\":\"That's a wrap\",\"KfmPRW\":\"El color de fondo de la página. Al usar imagen de portada, se aplica como una superposición.\",\"MDNyJz\":\"El código expirará en 10 minutos. Revisa tu carpeta de spam si no ves el correo.\",\"AIF7J2\":\"La moneda en la que se define la tarifa fija. Se convertirá a la moneda del pedido en el momento del pago.\",\"k3LFkM\":\"La moneda utilizada para los precios de las entradas de este evento.\",\"7oksH+\":[\"El descuento se deduce de cada producto elegible. P. ej., \",[\"currencySymbol\"],\"10 de descuento × 3 entradas = \",[\"currencySymbol\"],\"30 de descuento.\"],\"sKL8k2\":\"El descuento se deduce una sola vez del total del pedido.\",\"cDHM1d\":\"La dirección de correo electrónico ha sido cambiada. El asistente recibirá una nueva entrada en la dirección de correo actualizada.\",\"tXadb0\":\"El evento que buscas no está disponible en este momento. Puede que haya sido eliminado, haya caducado o la URL sea incorrecta.\",\"sxKqBm\":\"El monto completo del pedido será reembolsado al método de pago original del cliente.\",\"KgDp6G\":\"El enlace al que intenta acceder ha caducado o ya no es válido. Por favor, revise su correo electrónico para obtener un enlace actualizado para gestionar su pedido.\",\"sYLeDq\":\"No se pudo encontrar el organizador que estás buscando. La página puede haber sido movida, eliminada o la URL puede ser incorrecta.\",\"PCr4zw\":\"The override is recorded in the order audit log.\",\"C4nQe5\":\"La comisión de la plataforma se añade al precio de la entrada. Los compradores pagan más, pero usted recibe el precio completo de la entrada.\",\"HxxXZO\":\"El color principal de marca usado para botones y destacados\",\"OVSkIF\":\"El veloz zorro marrón salta sobre el perro perezoso.\",\"z0KrIG\":\"La hora programada es obligatoria\",\"EWErQh\":\"La hora programada debe ser en el futuro\",\"UNd0OU\":[\"The session for \\\"\",[\"title\"],\"\\\" originally scheduled for \",[\"0\"],\" has been rescheduled.\"],\"DEcpfp\":\"El cuerpo de la plantilla contiene sintaxis Liquid inválida. Por favor corrígela e inténtalo de nuevo.\",\"qpmtdK\":\"La zona horaria utilizada para las fechas y horas de este evento.\",\"N3VfVA\":\"La subida no llegó al servidor. Comprueba tu conexión y, si el archivo es grande, prueba con una imagen más pequeña (máx. 5MB).\",\"injXD7\":\"No se pudo validar el número de IVA. Por favor, verifica el número e inténtalo de nuevo.\",\"A4UmDy\":\"Teatro\",\"tDwYhx\":\"Tema y colores\",\"ybBP2H\":\"There are no products available for this date. Please choose another date.\",\"O7g4eR\":\"There are no upcoming dates for this event\",\"062KsE\":\"These details are shown on the attendee's ticket and order summary for this date only.\",\"5Eu+tn\":\"Estos detalles solo se mostrarán si el pedido se completa correctamente.\",\"jQjwR+\":\"These details will replace any existing location on the affected dates and show on attendee tickets.\",\"6eaLu/\":\"Estos precios se aplican a todas las fechas de tu programación, y las cantidades de los niveles limitan las ventas totales de todas las fechas en conjunto. Las fechas de venta de los niveles se aplican globalmente. Puedes sobrescribir los precios de fechas individuales en la <0>página de Programación de fechas.\",\"QP3gP+\":\"Estas configuraciones solo se aplican al código incrustado copiado y no se guardarán.\",\"HirZe8\":\"Estas plantillas se usarán como predeterminadas para todos los eventos en su organización. Los eventos individuales pueden anular estas plantillas con sus propias versiones personalizadas.\",\"lzAaG5\":\"Estas plantillas anularán los predeterminados del organizador solo para este evento. Si no se establece una plantilla personalizada aquí, se usará la plantilla del organizador en su lugar.\",\"UlykKR\":\"Third\",\"1YTBzS\":\"Esta cuenta no tiene pedidos completados, por lo que todos sus datos se eliminarán de forma permanente.\",\"jCPU8z\":\"Esta cuenta está programada para su eliminación\",\"zfNCE8\":[\"Esta cuenta está programada para su eliminación el <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes.\",\"SOmGDa\":\"This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins.\",\"XBNC3E\":\"Este código se usará para rastrear ventas. Solo se permiten letras, números, guiones y guiones bajos.\",\"AaP0M+\":\"Esta combinación de colores puede ser difícil de leer para algunos usuarios\",\"o1phK/\":[\"This date has \",[\"orderCount\"],\" order(s) that will be affected.\"],\"F/UtGt\":\"This date has been cancelled. You can still delete it to remove it permanently.\",\"BLZ7pX\":\"This date is in the past. It will be created but won't be visible to attendees under upcoming dates.\",\"7IIY0z\":\"This date is marked sold out.\",\"bddWMP\":\"This date is no longer available. Please select another date.\",\"E9BqZw\":\"This date only\",\"n68908\":[\"Esto desconecta \",[\"stripeAccountId\"],\" de este organizador. Las ventas de entradas de pago dejarán de funcionar hasta que vuelvas a conectar una cuenta de Stripe.\"],\"RzEvf5\":\"Este evento ha finalizado\",\"kc4bIA\":\"Este evento aún no tiene entradas ni productos, por lo que los asistentes no podrán registrarse.\",\"eMaNd0\":\"This event is not available\",\"YClrdK\":\"Este evento aún no está publicado\",\"GL6z+k\":\"Este evento está agotado\",\"pIwDhS\":\"This event's dates and times are set on the occurrence schedule.\",\"ny5rgr\":\"This is a recurring event\",\"tc64Zz\":\"Este es el nombre de la categoría que se mostrará en la página del evento.\",\"dFJnia\":\"Este es el nombre de tu organizador que se mostrará a tus usuarios.\",\"vt7jiq\":\"Esta es la única vez que se mostrará el secreto de firma. Por favor, cópielo ahora y guárdelo de forma segura.\",\"5DpZrC\":\"Esto limita las ventas totales de todas las fechas de tu programación en conjunto; no es un límite por fecha. Para limitar la asistencia de cada fecha, establece una capacidad en la <0>página de Programación de fechas.\",\"L7dIM7\":\"Este enlace es inválido o ha caducado.\",\"MR5ygV\":\"Este enlace ya no es válido\",\"9LEqK0\":\"Este nombre es visible para los usuarios finales\",\"QdUMM9\":\"This occurrence is at capacity\",\"j5FdeA\":\"Este pedido está siendo procesado.\",\"sjNPMw\":\"Este pedido fue abandonado. Puede iniciar un nuevo pedido en cualquier momento.\",\"OhCesD\":\"Este pedido fue cancelado. Puedes iniciar un nuevo pedido en cualquier momento.\",\"lyD7rQ\":\"Este perfil de organizador aún no está publicado\",\"9b5956\":\"Esta vista previa muestra cómo se verá su correo con datos de muestra. Los correos reales usarán valores reales.\",\"uM9Alj\":\"Este producto está destacado en la página del evento\",\"RqSKdX\":\"Este producto está agotado\",\"4PDH+K\":\"This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to.\",\"qEGn8I\":\"Este evento recurrente aún no tiene fechas, por lo que los asistentes no tienen nada que reservar.\",\"W12OdJ\":\"Este informe es solo para fines informativos. Siempre consulte con un profesional de impuestos antes de usar estos datos para fines contables o fiscales. Por favor, verifique con su panel de Stripe ya que Hi.Events puede no tener datos históricos.\",\"1LuJNw\":\"Esta entrada ya no es válida\",\"0Ew0uk\":\"Esta entrada acaba de ser escaneada. Por favor espere antes de escanear nuevamente.\",\"FYXq7k\":[\"This will affect \",[\"loadedAffectedCount\"],\" date(s).\"],\"kvpxIU\":\"Esto se usará para notificaciones y comunicación con tus usuarios.\",\"bPgkdx\":\"Esto cancelará la eliminación programada y reactivará la cuenta. El propietario de la cuenta será notificado por correo electrónico.\",\"4yx4a4\":[\"Esto desactivará tu cuenta de inmediato y la eliminará permanentemente después de 30 días. Para confirmar, escribe el nombre de tu cuenta: <0>\",[\"0\"],\"\"],\"rhsath\":\"Esto no será visible para los clientes, pero te ayuda a identificar al afiliado.\",\"VGEfU7\":\"Esto eliminará o anonimizará permanentemente la cuenta de inmediato, sin esperar a la fecha programada. Esto no se puede deshacer.\",\"hV6FeJ\":\"Throughput\",\"+FjWgX\":\"Thu\",\"kkDQ8m\":\"Jueves\",\"0GSPnc\":\"Diseño de Ticket\",\"EZC/Cu\":\"Diseño del ticket guardado exitosamente\",\"bbslmb\":\"Diseñador de entradas\",\"1BPctx\":\"Entrada para\",\"HGuXjF\":\"Poseedores de entradas\",\"CMUt3Y\":\"Titulares de entradas\",\"awHmAT\":\"ID de la entrada\",\"6czJik\":\"Logo del Ticket\",\"t79rDv\":\"Entrada no encontrada\",\"6tmWch\":\"Entrada o producto\",\"1tfWrD\":\"Vista previa de entrada para\",\"KnjoUA\":\"Precio de la entrada\",\"pGZOcL\":\"Entrada reenviada correctamente\",\"o02GZM\":\"Ticket sales have ended for this event\",\"8jLPgH\":\"Tipo de Ticket\",\"8qsbZ5\":\"Venta de entradas\",\"zNECqg\":\"entradas\",\"6GQNLE\":\"Entradas\",\"NRhrIB\":\"Entradas y productos\",\"OrWHoZ\":\"Los tickets se ofrecen automáticamente a los clientes en lista de espera cuando hay disponibilidad.\",\"AGRilS\":\"Entradas Vendidas\",\"4/dG8J\":\"Tiers\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Time\",\"kGEhUy\":\"Horarios\",\"fXf2r5\":[\"Times shown in \",[\"timezoneAbbr\"]],\"9udQT9\":\"El título es obligatorio\",\"dMtLDE\":\"to\",\"/jQctM\":\"Para\",\"tiI71C\":\"Para aumentar sus límites, contáctenos en\",\"ecUA8p\":\"Today\",\"W428WC\":\"Alternar columnas\",\"BRMXj0\":\"Tomorrow\",\"UBSG1X\":\"Mejores organizadores (Últimos 14 días)\",\"3sZ0xx\":\"Cuentas Totales\",\"SMDzqJ\":\"Total de asistentes\",\"orBECM\":\"Total recaudado\",\"k5CU8c\":\"Total de entradas\",\"4B7oCp\":\"Tarifa total\",\"sMMlTX\":\"Total fees\",\"mlvCEl\":\"Total orders\",\"2AW/k5\":\"Cantidad total en todas las fechas\",\"dp8BCb\":\"Total tax\",\"vb0Q0/\":\"Usuarios Totales\",\"oJjplO\":\"Vistas totales\",\"rBZ9pz\":\"Tours\",\"orluER\":\"Seguimiento del crecimiento y rendimiento de la cuenta por fuente de atribución\",\"YwKzpH\":\"Seguimiento y analítica\",\"GUA0Jy\":\"Try a different search term or filter\",\"2P/OWN\":\"Try adjusting your filters to see more dates.\",\"ouM5IM\":\"Probar otro correo\",\"3DZvE7\":\"Probar Hi.Events gratis\",\"vq2WxD\":\"Tue\",\"G3myU+\":\"Martes\",\"Kz91g/\":\"Turco\",\"GdOhw6\":\"Desactivar sonido\",\"KUOhTy\":\"Activar sonido\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Escribe \\\"eliminar\\\" para confirmar\",\"nSlb72\":\"Escribe para buscar...\",\"nWRfmt\":\"Tipografía\",\"IrVSu+\":\"No se pudo duplicar el producto. Por favor, revisa tus datos\",\"Vx2J6x\":\"No se pudo obtener el asistente\",\"h0dx5e\":\"No se pudo unir a la lista de espera\",\"DaE0Hg\":\"Unable to load attendee details.\",\"GlnD5Y\":\"Unable to load products for this date. Please try again.\",\"17VbmV\":\"Unable to undo check-in\",\"n57zCW\":\"Cuentas sin atribución\",\"9uI/rE\":\"Undo\",\"Ef7StM\":\"Desconocido\",\"ZBAScj\":\"Asistente desconocido\",\"MEIAzV\":\"Sin nombre\",\"K6L5Mx\":\"Ubicación sin nombre\",\"7yiFvZ\":\"No pagado\",\"C51N+0\":\"hasta\",\"NaeLn8\":[\"Until \",[\"end\"]],\"porwAO\":\"Hasta una fecha\",\"ZIb6rJ\":\"Untitled product\",\"crJM8s\":\"Untitled ticket\",\"X13xGn\":\"No confiable\",\"0bT1FT\":[\"Up to \",[\"max\"],\" per order\"],\"gyXpQN\":\"Upcoming events\",\"Pp1sWX\":\"Actualizar afiliado\",\"59qHrb\":\"Update capacity\",\"Gaem9v\":\"Update event name and description\",\"7EhE4k\":\"Update label\",\"NPQWj8\":\"Update location\",\"75+lpR\":[\"Update: \",[\"subjectTitle\"],\" — schedule changes\"],\"UOGHdA\":[\"Update: \",[\"subjectTitle\"],\" — session time changed\"],\"+b7T3G\":\"Actualizado\",\"ogoTrw\":[\"Updated \",[\"count\"],\" date(s)\"],\"dDuona\":[\"Updated capacity for \",[\"count\"],\" date(s)\"],\"FT3LSc\":[\"Updated label for \",[\"count\"],\" date(s)\"],\"8EcY1g\":[\"Updated location for \",[\"count\"],\" date(s)\"],\"83tNam\":\"Se actualiza mientras creas la regla. Recorre los meses para comprobar las fechas.\",\"/XlQr2\":\"Updates as you type.\",\"gJQsLv\":\"Sube una imagen de portada para tu organizador\",\"4kEGqW\":\"Sube un logo para tu organizador\",\"lnCMdg\":\"Subir imagen\",\"29w7p6\":\"Subiendo imagen...\",\"HtrFfw\":\"La URL es obligatoria\",\"3VnYUR\":\"La URL debe comenzar con http:// o https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB scanner listening\",\"dyTklH\":\"USB scanner paused\",\"OHJXlK\":\"Use <0>plantillas Liquid para personalizar sus correos electrónicos\",\"/rsy72\":\"Use event default\",\"0k4cdb\":\"Usar detalles del pedido para todos los asistentes. Los nombres y correos de los asistentes coincidirán con la información del comprador.\",\"bA31T4\":\"Usar los datos del comprador para todos los asistentes\",\"PpgtnC\":\"Usar esta dirección\",\"rnoQsz\":\"Usado para bordes, resaltados y estilo del código QR\",\"b0XTc/\":[\"Usuarios (\",[\"0\"],\")\"],\"BV4L/Q\":\"Analíticas UTM\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Validando tu número de IVA...\",\"t7caBM\":\"VAT country code\",\"WLkfqH\":\"VAT number\",\"pnVh83\":\"Número de IVA\",\"CabI04\":\"El número de IVA no debe contener espacios\",\"PMhxAR\":\"El número de IVA debe comenzar con un código de país de 2 letras seguido de 8-15 caracteres alfanuméricos (p. ej., ES12345678A)\",\"gPgdNV\":\"Número de IVA validado correctamente\",\"RUMiLy\":\"Falló la validación del número de IVA\",\"vqji3Y\":\"Falló la validación del número de IVA. Por favor, verifica tu número de IVA.\",\"8dENF9\":\"IVA sobre tarifa\",\"ZutOKU\":\"Tasa de IVA\",\"+KJZt3\":\"VAT registered\",\"Nfbg76\":\"Configuración del IVA guardada exitosamente\",\"UvYql/\":\"Configuración de IVA guardada. Estamos validando tu número de IVA en segundo plano.\",\"bXn1Jz\":\"VAT settings updated\",\"tJylUv\":\"Tratamiento del IVA para Tarifas de la Plataforma\",\"FlGprQ\":\"Tratamiento del IVA para tarifas de la plataforma: Las empresas registradas para el IVA en la UE pueden usar el mecanismo de inversión del sujeto pasivo (0% - Artículo 196 de la Directiva del IVA 2006/112/CE). Las empresas no registradas para el IVA se les cobra el IVA irlandés del 23%.\",\"516oLj\":\"Servicio de validación de IVA temporalmente no disponible\",\"p6QQLa\":[\"VAT: \",[\"0\"]],\"5q87Y9\":\"VAT: not registered\",\"AdWhjZ\":\"Código de verificación\",\"kUAumu\":\"Verification email sent. Check your inbox.\",\"QDEWii\":\"Verificado\",\"wCKkSr\":\"Verificar correo\",\"/IBv6X\":\"Verifica tu correo electrónico\",\"u8nB38\":\"Verify your email so attendees can receive tickets\",\"e/cvV1\":\"Verificando...\",\"fROFIL\":\"Vietnamita\",\"p5nYkr\":\"View All\",\"yA/6BX\":\"View all →\",\"6CQ7/B\":\"View all capabilities\",\"YSE15b\":\"View all check-in lists\",\"RnvnDc\":\"Ver todos los mensajes enviados en la plataforma\",\"+WFMis\":\"Ver y descargar informes de todos sus eventos. Solo se incluyen pedidos completados.\",\"c7VN/A\":\"Ver respuestas\",\"SZw9tS\":\"Ver detalles\",\"9+84uW\":[\"View details for \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Ver evento\",\"c6SXHN\":\"Ver página del evento\",\"n6EaWL\":\"Ver registros\",\"OaKTzt\":\"Ver mapa\",\"zNZNMs\":\"Ver mensaje\",\"67OJ7t\":\"Ver pedido\",\"tKKZn0\":\"Ver detalles del pedido\",\"KeCXJu\":\"Vea detalles de pedidos, emita reembolsos y reenvíe confirmaciones.\",\"9jnAcN\":\"Ver página principal del organizador\",\"1J/AWD\":\"Ver entrada\",\"N9FyyW\":\"Vea, edite y exporte sus asistentes registrados.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visible from \",[\"start\"],\" — hidden until sales open.\"],\"EkiKJK\":\"Visible to everyone on the event page.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"En espera\",\"quR8Qp\":\"Esperando pago\",\"KrurBH\":\"Waiting for scan…\",\"u0n+wz\":\"Lista de espera\",\"3RXFtE\":\"Lista de espera habilitada\",\"TwnTPy\":\"La oferta de la lista de espera ha expirado\",\"aUi/Dz\":\"Advertencia: Esta es la configuración predeterminada del sistema. Los cambios afectarán a todas las cuentas que no tengan una configuración específica asignada.\",\"aT/44s\":\"We couldn't copy that Stripe connection. Please try again.\",\"jTee4a\":\"No pudimos desconectar esta cuenta de Stripe. Inténtalo de nuevo.\",\"RRZDED\":\"No pudimos encontrar pedidos asociados a este correo electrónico.\",\"2RZK9x\":\"No pudimos encontrar el pedido que busca. El enlace puede haber expirado o los detalles del pedido pueden haber cambiado.\",\"nefMIK\":\"No pudimos encontrar la entrada que busca. El enlace puede haber expirado o los detalles de la entrada pueden haber cambiado.\",\"miysJh\":\"No pudimos encontrar este pedido. Puede haber sido eliminado.\",\"Fjj/5/\":\"We couldn't load the check-in lists. Please try again.\",\"ADsQ23\":\"We couldn't reach Stripe just now. Please try again in a moment.\",\"HJKdzP\":\"Tuvimos un problema al cargar esta página. Por favor, inténtalo de nuevo.\",\"jegrvW\":\"We partner with Stripe to send payouts straight to your bank account.\",\"IfN2Qo\":\"Recomendamos un logo cuadrado con dimensiones mínimas de 200x200px\",\"wJzo/w\":\"Recomendamos dimensiones de 400px por 400px y un tamaño máximo de archivo de 5MB\",\"L/KlAh\":[\"We sent a verification link to \",[\"0\"]],\"KRCDqH\":\"Utilizamos cookies para ayudarnos a entender cómo se usa el sitio y mejorar su experiencia.\",\"x8rEDQ\":\"No pudimos validar tu número de IVA después de múltiples intentos. Continuaremos intentando en segundo plano. Por favor, vuelve a verificar más tarde.\",\"4HaEdK\":[\"Crearemos las \",[\"totalOccurrences\"],\" sesiones — luego puedes editar o eliminar cualquier fecha\"],\"mfM/HJ\":[\"Te notificaremos por correo electrónico si hay una plaza disponible para \",[\"productDisplayName\"],\" el \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Te notificaremos por correo electrónico si hay una plaza disponible para \",[\"productDisplayName\"],\".\"],\"McuGND\":\"We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically.\",\"q1BizZ\":\"Enviaremos tus entradas a este correo electrónico\",\"ZOmUYW\":\"Validaremos tu número de IVA en segundo plano. Si hay algún problema, te lo haremos saber.\",\"LKjHr4\":[\"We've made changes to the schedule for \\\"\",[\"title\"],\"\\\" — \",[\"description\"],\" affecting \",[\"affectedCount\"],\" session(s).\"],\"Fq/Nx7\":\"Hemos enviado un código de verificación de 5 dígitos a:\",\"GdWB+V\":\"Webhook creado con éxito\",\"2X4ecw\":\"Webhook eliminado con éxito\",\"ndBv0v\":\"Webhook integrations\",\"CThMKa\":\"Registros del Webhook\",\"I0adYQ\":\"Secreto de firma del Webhook\",\"nuh/Wq\":\"URL del Webhook\",\"8BMPMe\":\"El webhook no enviará notificaciones\",\"FSaY52\":\"El webhook enviará notificaciones\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Sitio web\",\"0f7U0k\":\"Wed\",\"VAcXNz\":\"Miércoles\",\"64X6l4\":\"week\",\"4XSc4l\":\"Weekly\",\"IAUiSh\":\"weeks\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Bienvenido de nuevo\",\"QDWsl9\":[\"Bienvenido a \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Bienvenido a \",[\"0\"],\", aquí hay una lista de todos tus eventos\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"¿Qué tipo de evento?\",\"0WyYF4\":\"What unauthenticated staff can see\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Cuando se elimina un registro de entrada\",\"RPe6bE\":\"When a date is cancelled on a recurring event\",\"Gmd0hv\":\"Cuando se crea un nuevo asistente\",\"zyIyPe\":\"Cuando se crea un nuevo evento\",\"Lc18qn\":\"Cuando se crea un nuevo pedido\",\"dfkQIO\":\"Cuando se crea un nuevo producto\",\"8OhzyY\":\"Cuando se elimina un producto\",\"tRXdQ9\":\"Cuando se actualiza un producto\",\"9L9/28\":\"Cuando un producto se agota, los clientes pueden unirse a una lista de espera para ser notificados cuando haya plazas disponibles.\",\"OIkHj+\":\"Cuando un producto se agota, los clientes pueden unirse a una lista de espera para ser notificados cuando haya plazas disponibles. Los clientes se unen a la lista de espera para una fecha específica y las ofertas se realizan por fecha.\",\"Q7CWxp\":\"Cuando se cancela un asistente\",\"IuUoyV\":\"Cuando un asistente se registra\",\"nBVOd7\":\"Cuando se actualiza un asistente\",\"t7cuMp\":\"Cuando se archiva un evento\",\"gtoSzE\":\"Cuando se actualiza un evento\",\"ny2r8d\":\"Cuando se cancela un pedido\",\"c9RYbv\":\"Cuando un pedido se marca como pagado\",\"ejMDw1\":\"Cuando se reembolsa un pedido\",\"fVPt0F\":\"Cuando se actualiza un pedido\",\"bcYlvb\":\"Cuándo cierra el check-in\",\"XIG669\":\"Cuándo abre el check-in\",\"de6HLN\":\"Cuando los clientes compren entradas, sus pedidos aparecerán aquí.\",\"pm9tpn\":\"Cuando está activado, los compradores pueden copiar su nombre y correo electrónico a todos los asistentes a la vez. Desactívalo para eliminar la opción \\\"Todos los asistentes\\\"; los compradores aún podrán copiar sus datos al primer asistente y el resto deberá introducirse individualmente.\",\"403wpZ\":\"Cuando está habilitado, los nuevos eventos permitirán a los asistentes gestionar sus propios detalles de entrada a través de un enlace seguro. Esto se puede anular por evento.\",\"blXLKj\":\"Cuando está habilitado, los nuevos eventos mostrarán una casilla de aceptación de marketing durante el checkout. Esto se puede anular por evento.\",\"Kj0Txn\":\"Cuando está habilitado, no se cobrarán comisiones de aplicación en las transacciones de Stripe Connect. Use esto para países donde las comisiones de aplicación no son compatibles.\",\"xo06V3\":\"A dónde enlaza el botón\",\"uchB0M\":\"Vista previa del widget\",\"uvIqcj\":\"Taller\",\"EpknJA\":\"Escribe tu mensaje aquí...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"year\",\"zkWmBh\":\"Yearly\",\"+BGee5\":\"years\",\"X/azM1\":\"Sí - Tengo un número de registro de IVA de la UE válido\",\"Tz5oXG\":\"Sí, cancelar mi pedido\",\"QlSZU0\":[\"Estás suplantando a <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Está emitiendo un reembolso parcial. Al cliente se le reembolsará \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"Puede configurar comisiones de servicio adicionales e impuestos en la configuración de su cuenta.\",\"rj3A7+\":\"You can override this for individual dates later.\",\"paWwQ0\":\"Aún puede ofrecer tickets manualmente si es necesario.\",\"jTDzpA\":\"No puedes archivar el último organizador activo de tu cuenta.\",\"D8baxD\":\"Tienes entradas de pago, pero Stripe aún no está conectado, por lo que no puedes aceptar pagos.\",\"5VGIlq\":\"Ha alcanzado su límite de mensajería.\",\"casL1O\":\"Has añadido impuestos y tarifas a un producto gratuito. ¿Te gustaría eliminarlos?\",\"5SgD0L\":\"You have unsaved changes. Are you sure you want to discard them?\",\"9jJNZY\":\"Debes reconocer tus responsabilidades antes de guardar\",\"pCLes8\":\"Debe aceptar recibir mensajes\",\"FVTVBy\":\"Debes verificar tu dirección de correo electrónico antes de poder actualizar el estado del organizador.\",\"ze4bi/\":\"You need to create at least one occurrence before you can add attendees to this recurring event.\",\"w65ZgF\":\"Necesitas verificar el correo electrónico de tu cuenta antes de poder modificar plantillas de correo.\",\"FRl8Jv\":\"Debes verificar el correo electrónico de tu cuenta antes de poder enviar mensajes.\",\"88cUW+\":\"Usted recibe\",\"O6/3cu\":\"You'll be able to set up dates, schedules, and recurrence rules in the next step.\",\"zKAheG\":\"You're changing session times\",\"MNFIxz\":[\"¡Vas a ir a \",[\"0\"],\"!\"],\"ZlLcht\":[\"Te estás uniendo a la lista de espera para el \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"¡Estás en la lista de espera!\",\"/5HL6k\":\"¡Se te ha ofrecido un lugar!\",\"gbjFFH\":\"You've changed the session time\",\"YI0K8C\":[\"Tu cuenta ha sido desactivada y se eliminará permanentemente el <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Su cuenta tiene límites de mensajería. Para aumentar sus límites, contáctenos en\",\"gsWZkk\":\"Tu cuenta ahora está programada para su eliminación.\",\"x/xjzn\":\"Tus afiliados se han exportado exitosamente.\",\"TF37u6\":\"Tus asistentes se han exportado con éxito.\",\"79lXGw\":\"Tu lista de check-in se ha creado exitosamente. Comparte el enlace de abajo con tu personal de check-in.\",\"BnlG9U\":\"Tu pedido actual se perderá.\",\"nBqgQb\":\"Tu correo electrónico\",\"GG1fRP\":\"¡Tu evento está en vivo!\",\"ifRqmm\":\"¡Tu mensaje se ha enviado exitosamente!\",\"0/+Nn9\":\"Sus mensajes aparecerán aquí\",\"/Rj5P4\":\"Tu nombre\",\"PFjJxY\":\"Tu nueva contraseña debe tener al menos 8 caracteres.\",\"gzrCuN\":\"Los detalles de su pedido han sido actualizados. Se ha enviado un correo electrónico de confirmación a la nueva dirección de correo.\",\"naQW82\":\"Tu pedido ha sido cancelado.\",\"bhlHm/\":\"Tu pedido está esperando el pago\",\"XeNum6\":\"Tus pedidos se han exportado con éxito.\",\"Xd1R1a\":\"La dirección de tu organizador\",\"WWYHKD\":\"Su pago está protegido con encriptación de nivel bancario\",\"5b3QLi\":\"Su plan\",\"N4Zkqc\":\"Your saved date filter is no longer available — showing all dates.\",\"o0qzpM\":\"Tu cuenta de Stripe no se ve afectada y no se pierden datos — puedes volver a conectarla en cualquier momento.\",\"FNO5uZ\":\"Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions.\",\"CnZ3Ou\":\"Tus entradas han sido confirmadas.\",\"EmFsMZ\":\"Tu número de IVA está en cola para validación\",\"QBlhh4\":\"Tu número de IVA será validado cuando guardes\",\"fT9VLt\":\"Tu oferta de la lista de espera ha expirado y no pudimos completar tu pedido. Por favor, vuelve a unirte a la lista de espera para ser notificado cuando haya más plazas disponibles.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Aún no hay nada que mostrar'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>retirado con éxito\"],\"KMgp2+\":[[\"0\"],\" disponible\"],\"Pmr5xp\":[[\"0\"],\" creado correctamente\"],\"FImCSc\":[[\"0\"],\" actualizado correctamente\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" días, \",[\"hours\"],\" horas, \",[\"minutes\"],\" minutos y \",[\"seconds\"],\" segundos\"],\"f3RdEk\":[[\"hours\"],\" horas, \",[\"minutes\"],\" minutos y \",[\"seconds\"],\" segundos\"],\"fyE7Au\":[[\"minutos\"],\" minutos y \",[\"segundos\"],\" segundos\"],\"NlQ0cx\":[\"El primer evento de \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://tu-sitio-web.com\",\"qnSLLW\":\"<0>Por favor, introduce el precio sin incluir impuestos y tasas.<1>Los impuestos y tasas se pueden agregar a continuación.\",\"ZjMs6e\":\"<0>El número de productos disponibles para este producto<1>Este valor se puede sobrescribir si hay <2>Límites de Capacidad asociados con este producto.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 minutos y 0 segundos\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Un campo de fecha. Perfecto para pedir una fecha de nacimiento, etc.\",\"6euFZ/\":[\"Un \",[\"type\"],\" predeterminado se aplica automáticamente a todos los nuevos productos. Puede sobrescribir esto por cada producto.\"],\"SMUbbQ\":\"Una entrada desplegable permite solo una selección\",\"qv4bfj\":\"Una tarifa, como una tarifa de reserva o una tarifa de servicio\",\"POT0K/\":\"Un monto fijo por producto. Ej., $0.50 por producto\",\"f4vJgj\":\"Una entrada de texto de varias líneas\",\"OIPtI5\":\"Un porcentaje del precio del producto. Ej., 3.5% del precio del producto\",\"ZthcdI\":\"Un código promocional sin descuento puede usarse para revelar productos ocultos.\",\"AG/qmQ\":\"Una opción de Radio tiene múltiples opciones pero solo se puede seleccionar una.\",\"h179TP\":\"Una breve descripción del evento que se mostrará en los resultados del motor de búsqueda y al compartir en las redes sociales. De forma predeterminada, se utilizará la descripción del evento.\",\"WKMnh4\":\"Una entrada de texto de una sola línea\",\"BHZbFy\":\"Una sola pregunta por pedido. Ej., ¿Cuál es su dirección de envío?\",\"Fuh+dI\":\"Una sola pregunta por producto. Ej., ¿Cuál es su talla de camiseta?\",\"RlJmQg\":\"Un impuesto estándar, como el IVA o el GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Aceptar transferencias bancarias, cheques u otros métodos de pago offline\",\"hrvLf4\":\"Aceptar pagos con tarjeta de crédito a través de Stripe\",\"bfXQ+N\":\"Aceptar la invitacion\",\"AeXO77\":\"Cuenta\",\"lkNdiH\":\"Nombre de la cuenta\",\"Puv7+X\":\"Configuraciones de la cuenta\",\"OmylXO\":\"Cuenta actualizada exitosamente\",\"7L01XJ\":\"Acciones\",\"FQBaXG\":\"Activar\",\"5T2HxQ\":\"Fecha de activación\",\"F6pfE9\":\"Activo\",\"/PN1DA\":\"Agregue una descripción para esta lista de registro\",\"0/vPdA\":\"Agrega cualquier nota sobre el asistente. Estas no serán visibles para el asistente.\",\"Or1CPR\":\"Agrega cualquier nota sobre el asistente...\",\"l3sZO1\":\"Agregue notas sobre el pedido. Estas no serán visibles para el cliente.\",\"xMekgu\":\"Agregue notas sobre el pedido...\",\"PGPGsL\":\"Añadir descripción\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Agregue instrucciones para pagos offline (por ejemplo, detalles de transferencia bancaria, dónde enviar cheques, fechas límite de pago)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Agregar nuevo\",\"TZxnm8\":\"Agregar opción\",\"24l4x6\":\"Añadir producto\",\"8q0EdE\":\"Añadir producto a la categoría\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Agregar impuesto o tarifa\",\"goOKRY\":\"Agregar nivel\",\"oZW/gT\":\"Agregar al calendario\",\"pn5qSs\":\"Información adicional\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"DIRECCIÓN\",\"NY/x1b\":\"Dirección Línea 1\",\"POdIrN\":\"Dirección Línea 1\",\"cormHa\":\"Línea de dirección 2\",\"gwk5gg\":\"Línea de dirección 2\",\"U3pytU\":\"Administrador\",\"HLDaLi\":\"Los usuarios administradores tienen acceso completo a los eventos y la configuración de la cuenta.\",\"W7AfhC\":\"Todos los asistentes a este evento.\",\"cde2hc\":\"Todos los productos\",\"5CQ+r0\":\"Permitir que los asistentes asociados con pedidos no pagados se registren\",\"ipYKgM\":\"Permitir la indexación en motores de búsqueda\",\"LRbt6D\":\"Permitir que los motores de búsqueda indexen este evento\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Increíble, evento, palabras clave...\",\"hehnjM\":\"Cantidad\",\"R2O9Rg\":[\"Importe pagado (\",[\"0\"],\")\"],\"V7MwOy\":\"Se produjo un error al cargar la página.\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Ocurrió un error inesperado.\",\"byKna+\":\"Ocurrió un error inesperado. Inténtalo de nuevo.\",\"ubdMGz\":\"Cualquier consulta de los titulares de productos se enviará a esta dirección de correo electrónico. Esta también se usará como la dirección de \\\"respuesta a\\\" para todos los correos electrónicos enviados desde este evento\",\"aAIQg2\":\"Apariencia\",\"Ym1gnK\":\"aplicado\",\"sy6fss\":[\"Se aplica a \",[\"0\"],\" productos\"],\"kadJKg\":\"Se aplica a 1 producto\",\"DB8zMK\":\"Aplicar\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Aplicar este \",[\"type\"],\" a todos los nuevos productos\"],\"S0ctOE\":\"Archivar evento\",\"TdfEV7\":\"Archivado\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"¿Está seguro de que desea activar este asistente?\",\"TvkW9+\":\"¿Está seguro de que desea archivar este evento?\",\"/CV2x+\":\"¿Está seguro de que desea cancelar este asistente? Esto anulará su entrada.\",\"YgRSEE\":\"¿Estás seguro de que deseas eliminar este código de promoción?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"¿Estás seguro de que quieres hacer este borrador de evento? Esto hará que el evento sea invisible para el público.\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"¿Está seguro de que desea restaurar este evento? Será restaurado como un evento borrador.\",\"vJuISq\":\"¿Estás seguro de que deseas eliminar esta Asignación de Capacidad?\",\"baHeCz\":\"¿Está seguro de que desea eliminar esta lista de registro?\",\"LBLOqH\":\"Preguntar una vez por pedido\",\"wu98dY\":\"Preguntar una vez por producto\",\"ss9PbX\":\"Asistente\",\"m0CFV2\":\"Detalles de los asistentes\",\"QKim6l\":\"Asistente no encontrado\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Entrada del asistente\",\"9SZT4E\":\"Asistentes\",\"iPBfZP\":\"Asistentes registrados\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Ajuste automático\",\"vZ5qKF\":\"Ajustar automáticamente la altura del widget según el contenido. Cuando está deshabilitado, el widget llenará la altura del contenedor.\",\"4lVaWA\":\"Esperando pago offline\",\"2rHwhl\":\"Esperando pago offline\",\"3wF4Q/\":\"Esperando pago\",\"ioG+xt\":\"En espera de pago\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Impresionante organizador Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Volver a la página del evento\",\"VCoEm+\":\"Atrás para iniciar sesión\",\"k1bLf+\":\"Color de fondo\",\"I7xjqg\":\"Tipo de fondo\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Dirección de facturación\",\"/xC/im\":\"Configuración de facturación\",\"rp/zaT\":\"Portugués brasileño\",\"whqocw\":\"Al registrarte, aceptas nuestras <0>Condiciones de servicio y nuestra <1>Política de privacidad.\",\"bcCn6r\":\"Tipo de cálculo\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Cancelar\",\"Gjt/py\":\"Cancelar cambio de correo electrónico\",\"tVJk4q\":\"Cancelar orden\",\"Os6n2a\":\"Cancelar orden\",\"Mz7Ygx\":[\"Cancelar pedido \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Cancelado\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Capacidad\",\"V6Q5RZ\":\"Asignación de Capacidad creada con éxito\",\"k5p8dz\":\"Asignación de Capacidad eliminada con éxito\",\"nDBs04\":\"Gestión de capacidad\",\"ddha3c\":\"Las categorías le permiten agrupar productos. Por ejemplo, puede tener una categoría para \\\"Entradas\\\" y otra para \\\"Mercancía\\\".\",\"iS0wAT\":\"Las categorías le ayudan a organizar sus productos. Este título se mostrará en la página pública del evento.\",\"eorM7z\":\"Categorías reordenadas con éxito.\",\"3EXqwa\":\"Categoría creada con éxito\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Cambiar la contraseña\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Registrar \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Registrar entrada y marcar pedido como pagado\",\"QYLpB4\":\"Solo registrar entrada\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"¡Mira este evento!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Lista de registro eliminada con éxito\",\"+hBhWk\":\"La lista de registro ha expirado\",\"mBsBHq\":\"La lista de registro no está activa\",\"vPqpQG\":\"Lista de registro no encontrada\",\"tejfAy\":\"Listas de registro\",\"hD1ocH\":\"URL de registro copiada al portapapeles\",\"CNafaC\":\"Las opciones de casilla de verificación permiten múltiples selecciones\",\"SpabVf\":\"Casillas de verificación\",\"CRu4lK\":\"Registrado\",\"znIg+z\":\"Pagar\",\"1WnhCL\":\"Configuración de pago\",\"6imsQS\":\"Chino simplificado\",\"JjkX4+\":\"Elige un color para tu fondo\",\"/Jizh9\":\"elige una cuenta\",\"3wV73y\":\"Ciudad\",\"FG98gC\":\"Borrar texto de búsqueda\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Haga clic para copiar\",\"yz7wBu\":\"Cerca\",\"62Ciis\":\"Cerrar barra lateral\",\"EWPtMO\":\"Código\",\"ercTDX\":\"El código debe tener entre 3 y 50 caracteres.\",\"oqr9HB\":\"Mostrar este producto contraído al cargar la página del evento\",\"jZlrte\":\"Color\",\"Vd+LC3\":\"El color debe ser un código de color hexadecimal válido. Ejemplo: #ffffff\",\"1HfW/F\":\"Colores\",\"VZeG/A\":\"Muy pronto\",\"yPI7n9\":\"Palabras clave separadas por comas que describen el evento. Estos serán utilizados por los motores de búsqueda para ayudar a categorizar e indexar el evento.\",\"NPZqBL\":\"Completar Orden\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"El pago completo\",\"qqWcBV\":\"Completado\",\"6HK5Ct\":\"Pedidos completados\",\"NWVRtl\":\"Pedidos completados\",\"DwF9eH\":\"Código del componente\",\"Tf55h7\":\"Descuento configurado\",\"7VpPHA\":\"Confirmar\",\"ZaEJZM\":\"Confirmar cambio de correo electrónico\",\"yjkELF\":\"Confirmar nueva contraseña\",\"xnWESi\":\"Confirmar Contraseña\",\"p2/GCq\":\"confirmar Contraseña\",\"wnDgGj\":\"Confirmando dirección de correo electrónico...\",\"pbAk7a\":\"Conectar raya\",\"UMGQOh\":\"Conéctate con Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Detalles de conexión\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Continuar\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Texto del botón Continuar\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"copiado\",\"T5rdis\":\"Copiado al portapapeles\",\"he3ygx\":\"Copiar\",\"r2B2P8\":\"Copiar URL de registro\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Copiar link\",\"E6nRW7\":\"Copiar URL\",\"JNCzPW\":\"País\",\"IF7RiR\":\"Cubrir\",\"hYgDIe\":\"Crear\",\"b9XOHo\":[\"Crear \",[\"0\"]],\"k9RiLi\":\"Crear un producto\",\"6kdXbW\":\"Crear un código promocional\",\"n5pRtF\":\"Crear una entrada\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"crear un organizador\",\"ipP6Ue\":\"Crear asistente\",\"VwdqVy\":\"Crear Asignación de Capacidad\",\"EwoMtl\":\"Crear categoría\",\"XletzW\":\"Crear categoría\",\"WVbTwK\":\"Crear lista de registro\",\"uN355O\":\"Crear evento\",\"BOqY23\":\"Crear nuevo\",\"kpJAeS\":\"Crear organizador\",\"a0EjD+\":\"Crear producto\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Crear código promocional\",\"B3Mkdt\":\"Crear pregunta\",\"UKfi21\":\"Crear impuesto o tarifa\",\"d+F6q9\":\"Creado\",\"Q2lUR2\":\"Divisa\",\"DCKkhU\":\"Contraseña actual\",\"uIElGP\":\"URL de mapas personalizados\",\"UEqXyt\":\"Rango personalizado\",\"876pfE\":\"Cliente\",\"QOg2Sf\":\"Personalice la configuración de correo electrónico y notificaciones para este evento\",\"Y9Z/vP\":\"Personaliza la página de inicio del evento y los mensajes de pago\",\"2E2O5H\":\"Personaliza las configuraciones diversas para este evento.\",\"iJhSxe\":\"Personaliza la configuración de SEO para este evento\",\"KIhhpi\":\"Personaliza la página de tu evento\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Zona peligrosa\",\"ZQKLI1\":\"Zona de Peligro\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"Fecha\",\"JvUngl\":\"Fecha y hora\",\"JJhRbH\":\"Capacidad del primer día\",\"cnGeoo\":\"Borrar\",\"jRJZxD\":\"Eliminar Capacidad\",\"VskHIx\":\"Eliminar categoría\",\"Qrc8RZ\":\"Eliminar lista de registro\",\"WHf154\":\"Eliminar código\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Descripción\",\"YC3oXa\":\"Descripción para el personal de registro\",\"URmyfc\":\"Detalles\",\"1lRT3t\":\"Deshabilitar esta capacidad rastreará las ventas pero no las detendrá cuando se alcance el límite\",\"H6Ma8Z\":\"Descuento\",\"ypJ62C\":\"Descuento %\",\"3LtiBI\":[\"Descuento en \",[\"0\"]],\"C8JLas\":\"Tipo de descuento\",\"1QfxQT\":\"Cerrar\",\"DZlSLn\":\"Etiqueta del documento\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Descargar .ics\",\"kodV18\":\"Descargar CSV\",\"CELKku\":\"Descargar factura\",\"LQrXcu\":\"Descargar factura\",\"QIodqd\":\"Descargar código QR\",\"yhjU+j\":\"Descargando factura\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Selección desplegable\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Duplicar evento\",\"3ogkAk\":\"Duplicar evento\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Duplicar opciones\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Madrugador\",\"ePK91l\":\"Editar\",\"N6j2JH\":[\"Editar \",[\"0\"]],\"kBkYSa\":\"Editar Capacidad\",\"oHE9JT\":\"Editar Asignación de Capacidad\",\"j1Jl7s\":\"Editar categoría\",\"FU1gvP\":\"Editar lista de registro\",\"iFgaVN\":\"Editar código\",\"jrBSO1\":\"Editar organizador\",\"tdD/QN\":\"Editar producto\",\"n143Tq\":\"Editar categoría de producto\",\"9BdS63\":\"Editar código promocional\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Editar pregunta\",\"poTr35\":\"Editar usuario\",\"GTOcxw\":\"editar usuario\",\"pqFrv2\":\"p.ej. 2,50 por $2,50\",\"3yiej1\":\"p.ej. 23,5 para 23,5%\",\"O3oNi5\":\"Correo electrónico\",\"VxYKoK\":\"Configuración de correo electrónico y notificaciones\",\"ATGYL1\":\"Dirección de correo electrónico\",\"hzKQCy\":\"Dirección de correo electrónico\",\"HqP6Qf\":\"Cambio de correo electrónico cancelado exitosamente\",\"mISwW1\":\"Cambio de correo electrónico pendiente\",\"APuxIE\":\"Confirmación por correo electrónico reenviada\",\"YaCgdO\":\"La confirmación por correo electrónico se reenvió correctamente\",\"jyt+cx\":\"Mensaje de pie de página de correo electrónico\",\"I6F3cp\":\"Correo electrónico no verificado\",\"NTZ/NX\":\"Código de incrustación\",\"4rnJq4\":\"Script de incrustación\",\"8oPbg1\":\"Habilitar facturación\",\"j6w7d/\":\"Activar esta capacidad para detener las ventas de productos cuando se alcance el límite\",\"VFv2ZC\":\"Fecha de finalización\",\"237hSL\":\"Finalizado\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Inglés\",\"MhVoma\":\"Ingrese un monto sin incluir impuestos ni tarifas.\",\"SlfejT\":\"Error\",\"3Z223G\":\"Error al confirmar la dirección de correo electrónico\",\"a6gga1\":\"Error al confirmar el cambio de correo electrónico\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Evento\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Fecha del Evento\",\"0Zptey\":\"Valores predeterminados de eventos\",\"QcCPs8\":\"Detalles del evento\",\"6fuA9p\":\"Evento duplicado con éxito\",\"AEuj2m\":\"Página principal del evento\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Ubicación del evento y detalles del lugar\",\"OopDbA\":\"Event page\",\"4/If97\":\"Error al actualizar el estado del evento. Por favor, inténtelo de nuevo más tarde\",\"btxLWj\":\"Estado del evento actualizado\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Eventos\",\"sZg7s1\":\"Fecha de vencimiento\",\"KnN1Tu\":\"Vence\",\"uaSvqt\":\"Fecha de caducidad\",\"GS+Mus\":\"Exportar\",\"9xAp/j\":\"No se pudo cancelar el asistente\",\"ZpieFv\":\"No se pudo cancelar el pedido\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"No se pudo descargar la factura. Inténtalo de nuevo.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"No se pudo cargar la lista de registro\",\"ZQ15eN\":\"No se pudo reenviar el correo electrónico del ticket\",\"ejXy+D\":\"Error al ordenar productos\",\"PLUB/s\":\"Tarifa\",\"/mfICu\":\"Honorarios\",\"LyFC7X\":\"Filtrar pedidos\",\"cSev+j\":\"Filtros\",\"CVw2MU\":[\"Filtros (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Primer número de factura\",\"V1EGGU\":\"Primer Nombre\",\"kODvZJ\":\"Primer Nombre\",\"S+tm06\":\"El nombre debe tener entre 1 y 50 caracteres.\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Usado por primera vez\",\"TpqW74\":\"Fijado\",\"irpUxR\":\"Cantidad fija\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"¿Has olvidado tu contraseña?\",\"2POOFK\":\"Gratis\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Francés\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Alemán\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"volver al perfil\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Calendar\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Ventas brutas\",\"yRg26W\":\"Ventas brutas\",\"R4r4XO\":\"Huéspedes\",\"26pGvx\":\"¿Tienes un código de promoción?\",\"V7yhws\":\"hola@awesome-events.com\",\"6K/IHl\":\"Aquí hay un ejemplo de cómo puede usar el componente en su aplicación.\",\"Y1SSqh\":\"Aquí está el componente React que puede usar para incrustar el widget en su aplicación.\",\"QuhVpV\":[\"Hola \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Oculto de la vista del público\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Las preguntas ocultas sólo son visibles para el organizador del evento y no para el cliente.\",\"vLyv1R\":\"Esconder\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Ocultar producto después de la fecha de finalización de la venta\",\"06s3w3\":\"Ocultar producto antes de la fecha de inicio de la venta\",\"axVMjA\":\"Ocultar producto a menos que el usuario tenga un código promocional aplicable\",\"ySQGHV\":\"Ocultar producto cuando esté agotado\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Ocultar este producto a los clientes\",\"Da29Y6\":\"Ocultar esta pregunta\",\"fvDQhr\":\"Ocultar este nivel a los usuarios\",\"lNipG+\":\"Ocultar un producto impedirá que los usuarios lo vean en la página del evento.\",\"ZOBwQn\":\"Diseño de página de inicio\",\"PRuBTd\":\"Diseñador de página de inicio\",\"YjVNGZ\":\"Vista previa de la página de inicio\",\"c3E/kw\":\"Homero\",\"8k8Njd\":\"Cuántos minutos tiene el cliente para completar su pedido. Recomendamos al menos 15 minutos.\",\"ySxKZe\":\"¿Cuántas veces se puede utilizar este código?\",\"dZsDbK\":[\"Límite de caracteres HTML excedido: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Acepto los <0>términos y condiciones\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Si está habilitado, el personal de registro puede marcar a los asistentes como registrados o marcar el pedido como pagado y registrar a los asistentes. Si está deshabilitado, los asistentes asociados con pedidos no pagados no pueden registrarse.\",\"muXhGi\":\"Si está habilitado, el organizador recibirá una notificación por correo electrónico cuando se realice un nuevo pedido.\",\"6fLyj/\":\"Si no solicitó este cambio, cambie inmediatamente su contraseña.\",\"n/ZDCz\":\"Imagen eliminada exitosamente\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Imagen cargada exitosamente\",\"VyUuZb\":\"URL de imagen\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inactivo\",\"T0K0yl\":\"Los usuarios inactivos no pueden iniciar sesión.\",\"kO44sp\":\"Incluya los detalles de conexión para su evento en línea. Estos detalles se mostrarán en la página de resumen del pedido y en la página de la entrada del asistente.\",\"FlQKnG\":\"Incluye impuestos y tasas en el precio.\",\"Vi+BiW\":[\"Incluye \",[\"0\"],\" productos\"],\"lpm0+y\":\"Incluye 1 producto\",\"UiAk5P\":\"Insertar imagen\",\"OyLdaz\":\"¡Invitación resentida!\",\"HE6KcK\":\"¡Invitación revocada!\",\"SQKPvQ\":\"Invitar usuario\",\"bKOYkd\":\"Factura descargada con éxito\",\"alD1+n\":\"Notas de la factura\",\"kOtCs2\":\"Numeración de facturas\",\"UZ2GSZ\":\"Configuración de facturación\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Artículo\",\"KFXip/\":\"John\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Etiqueta\",\"vXIe7J\":\"Idioma\",\"2LMsOq\":\"Últimos 12 meses\",\"vfe90m\":\"Últimos 14 días\",\"aK4uBd\":\"Últimas 24 horas\",\"uq2BmQ\":\"Últimos 30 días\",\"bB6Ram\":\"Últimas 48 horas\",\"VlnB7s\":\"Últimos 6 meses\",\"ct2SYD\":\"Últimos 7 días\",\"XgOuA7\":\"Últimos 90 días\",\"I3yitW\":\"Último acceso\",\"1ZaQUH\":\"Apellido\",\"UXBCwc\":\"Apellido\",\"tKCBU0\":\"Última vez usado\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Dejar en blanco para usar la palabra predeterminada \\\"Factura\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Cargando...\",\"wJijgU\":\"Ubicación\",\"sQia9P\":\"Acceso\",\"zUDyah\":\"Iniciando sesión\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Cerrar sesión\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Hacer obligatoria la dirección de facturación durante el pago\",\"MU3ijv\":\"Haz que esta pregunta sea obligatoria\",\"wckWOP\":\"Administrar\",\"onpJrA\":\"Gestionar asistente\",\"n4SpU5\":\"Administrar evento\",\"WVgSTy\":\"Gestionar pedido\",\"1MAvUY\":\"Gestionar las configuraciones de pago y facturación para este evento.\",\"cQrNR3\":\"Administrar perfil\",\"AtXtSw\":\"Gestionar impuestos y tasas que se pueden aplicar a sus productos\",\"ophZVW\":\"Gestionar entradas\",\"DdHfeW\":\"Administre los detalles de su cuenta y la configuración predeterminada\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Gestiona tus usuarios y sus permisos\",\"1m+YT2\":\"Las preguntas obligatorias deben responderse antes de que el cliente pueda realizar el pago.\",\"Dim4LO\":\"Agregar manualmente un asistente\",\"e4KdjJ\":\"Agregar asistente manualmente\",\"vFjEnF\":\"Marcar como pagado\",\"g9dPPQ\":\"Máximo por pedido\",\"l5OcwO\":\"Asistente del mensaje\",\"Gv5AMu\":\"Mensaje a los asistentes\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Mensaje del comprador\",\"tNZzFb\":\"Contenido del mensaje\",\"lYDV/s\":\"Enviar mensajes a asistentes individuales\",\"V7DYWd\":\"Mensaje enviado\",\"t7TeQU\":\"Mensajes\",\"xFRMlO\":\"Mínimo por pedido\",\"QYcUEf\":\"Precio mínimo\",\"RDie0n\":\"Misceláneo\",\"mYLhkl\":\"Otras configuraciones\",\"KYveV8\":\"Cuadro de texto de varias líneas\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Mi increíble descripción del evento...\",\"vX8/tc\":\"El increíble título de mi evento...\",\"hKtWk2\":\"Mi perfil\",\"fj5byd\":\"No disponible\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Nombre\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Navegar al asistente\",\"qqeAJM\":\"Nunca\",\"7vhWI8\":\"Nueva contraseña\",\"1UzENP\":\"No\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"No hay eventos archivados para mostrar.\",\"q2LEDV\":\"No se encontraron asistentes para este pedido.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"No hay asistentes para mostrar\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"No hay Asignaciones de Capacidad\",\"a/gMx2\":\"No hay listas de registro\",\"tMFDem\":\"No hay datos disponibles\",\"6Z/F61\":\"No hay datos para mostrar. Por favor selecciona un rango de fechas\",\"fFeCKc\":\"Sin descuento\",\"HFucK5\":\"No hay eventos finalizados para mostrar.\",\"yAlJXG\":\"No hay eventos para mostrar\",\"GqvPcv\":\"No hay filtros disponibles\",\"KPWxKD\":\"No hay mensajes para mostrar\",\"J2LkP8\":\"No hay pedidos para mostrar\",\"RBXXtB\":\"No hay métodos de pago disponibles actualmente. Por favor, contacte al organizador del evento para obtener ayuda.\",\"ZWEfBE\":\"No se requiere pago\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"No hay productos disponibles en esta categoría.\",\"FTfObB\":\"Aún no hay productos\",\"+Y976X\":\"No hay códigos promocionales para mostrar\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"No hay resultados\",\"gk5uwN\":\"Sin resultados de búsqueda\",\"RHyZUL\":\"Sin resultados de búsqueda.\",\"RY2eP1\":\"No se han agregado impuestos ni tarifas.\",\"EdQY6l\":\"Ninguno\",\"OJx3wK\":\"No disponible\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Notas\",\"jtrY3S\":\"Nada que mostrar aún\",\"hFwWnI\":\"Configuración de las notificaciones\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Notificar al organizador de nuevos pedidos\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Número de días permitidos para el pago (dejar en blanco para omitir los términos de pago en las facturas)\",\"n86jmj\":\"Prefijo del número\",\"mwe+2z\":\"Los pedidos offline no se reflejan en las estadísticas del evento hasta que el pedido se marque como pagado.\",\"dWBrJX\":\"El pago offline ha fallado. Por favor, inténtelo de nuevo o contacte al organizador del evento.\",\"fcnqjw\":\"Instrucciones de Pago Fuera de Línea\",\"+eZ7dp\":\"Pagos offline\",\"ojDQlR\":\"Información de pagos offline\",\"u5oO/W\":\"Configuración de pagos offline\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"En venta\",\"Ug4SfW\":\"Una vez que crees un evento, lo verás aquí.\",\"ZxnK5C\":\"Una vez que comiences a recopilar datos, los verás aquí.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"En curso\",\"z+nuVJ\":\"Evento en línea\",\"WKHW0N\":\"Detalles del evento en línea\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Abrir Página de Check-In\",\"OdnLE4\":\"Abrir barra lateral\",\"ZZEYpT\":[\"Opción \",[\"i\"]],\"oPknTP\":\"Información adicional opcional que aparecerá en todas las facturas (por ejemplo, términos de pago, cargos por pago atrasado, política de devoluciones)\",\"OrXJBY\":\"Prefijo opcional para los números de factura (por ejemplo, INV-)\",\"0zpgxV\":\"Opciones\",\"BzEFor\":\"o\",\"UYUgdb\":\"Orden\",\"mm+eaX\":\"N.º de pedido\",\"B3gPuX\":\"Orden cancelada\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Fecha de orden\",\"Tol4BF\":\"Detalles del pedido\",\"WbImlQ\":\"El pedido ha sido cancelado y se ha notificado al propietario del pedido.\",\"nAn4Oe\":\"Pedido marcado como pagado\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Pedir Referencia\",\"acIJ41\":\"Estado del pedido\",\"GX6dZv\":\"Resumen del pedido\",\"tDTq0D\":\"Tiempo de espera del pedido\",\"1h+RBg\":\"Pedidos\",\"3y+V4p\":\"Dirección de la organización\",\"GVcaW6\":\"Detalles de la organización\",\"nfnm9D\":\"Nombre de la organización\",\"G5RhpL\":\"Organizador\",\"mYygCM\":\"Se requiere organizador\",\"Pa6G7v\":\"Nombre del organizador\",\"l894xP\":\"Los organizadores solo pueden gestionar eventos y productos. No pueden gestionar usuarios, configuraciones de cuenta o información de facturación.\",\"fdjq4c\":\"Relleno\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Página no encontrada\",\"QbrUIo\":\"Vistas de página\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"pagado\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Reembolsado parcialmente\",\"8ZsakT\":\"Contraseña\",\"TUJAyx\":\"La contraseña debe tener un mínimo de 8 caracteres.\",\"vwGkYB\":\"La contraseña debe tener al menos 8 caracteres\",\"BLTZ42\":\"Restablecimiento de contraseña exitoso. Por favor inicie sesión con su nueva contraseña.\",\"f7SUun\":\"Las contraseñas no son similares\",\"aEDp5C\":\"Pegue esto donde desea que aparezca el widget.\",\"+23bI/\":\"Patricio\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Pago\",\"Lg+ewC\":\"Pago y facturación\",\"DZjk8u\":\"Configuración de pago y facturación\",\"lflimf\":\"Período de vencimiento del pago\",\"JhtZAK\":\"Pago fallido\",\"JEdsvQ\":\"Instrucciones de pago\",\"bLB3MJ\":\"Métodos de pago\",\"QzmQBG\":\"Proveedor de pago\",\"lsxOPC\":\"Pago recibido\",\"wJTzyi\":\"Estado del pago\",\"xgav5v\":\"¡Pago exitoso!\",\"R29lO5\":\"Términos de pago\",\"/roQKz\":\"Porcentaje\",\"vPJ1FI\":\"Monto porcentual\",\"xdA9ud\":\"Coloque esto en el de su sitio web.\",\"blK94r\":\"Por favor agregue al menos una opción\",\"FJ9Yat\":\"Por favor verifique que la información proporcionada sea correcta.\",\"TkQVup\":\"Por favor revisa tu correo electrónico y contraseña y vuelve a intentarlo.\",\"sMiGXD\":\"Por favor verifique que su correo electrónico sea válido\",\"Ajavq0\":\"Por favor revise su correo electrónico para confirmar su dirección de correo electrónico.\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Por favor continúa en la nueva pestaña.\",\"hcX103\":\"Por favor, cree un producto\",\"cdR8d6\":\"Por favor, crea un ticket\",\"x2mjl4\":\"Por favor, introduzca una URL de imagen válida que apunte a una imagen.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Tenga en cuenta\",\"C63rRe\":\"Por favor, regresa a la página del evento para comenzar de nuevo.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Por favor, seleccione al menos un producto\",\"igBrCH\":\"Verifique su dirección de correo electrónico para acceder a todas las funciones.\",\"/IzmnP\":\"Por favor, espere mientras preparamos su factura...\",\"MOERNx\":\"Portugués\",\"qCJyMx\":\"Mensaje posterior al pago\",\"g2UNkE\":\"Desarrollado por\",\"Rs7IQv\":\"Mensaje previo al pago\",\"rdUucN\":\"Vista Previa\",\"a7u1N9\":\"Precio\",\"CmoB9j\":\"Modo de visualización de precios\",\"BI7D9d\":\"Precio no establecido\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Color primario\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Color de texto primario\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Imprimir todas las entradas\",\"DKwDdj\":\"Imprimir entradas\",\"K47k8R\":\"Producto\",\"1JwlHk\":\"Categoría de producto\",\"U61sAj\":\"Categoría de producto actualizada con éxito.\",\"1USFWA\":\"Producto eliminado con éxito\",\"4Y2FZT\":\"Tipo de precio del producto\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Ventas de productos\",\"U/R4Ng\":\"Nivel del producto\",\"sJsr1h\":\"Tipo de producto\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Producto(s)\",\"N0qXpE\":\"Productos\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Productos vendidos\",\"/u4DIx\":\"Productos vendidos\",\"DJQEZc\":\"Productos ordenados con éxito\",\"vERlcd\":\"Perfil\",\"kUlL8W\":\"perfil actualizado con éxito\",\"cl5WYc\":[\"Código promocional \",[\"promo_code\"],\" aplicado\"],\"P5sgAk\":\"Código promocional\",\"yKWfjC\":\"Página de códigos promocionales\",\"RVb8Fo\":\"Códigos promocionales\",\"BZ9GWa\":\"Los códigos promocionales se pueden utilizar para ofrecer descuentos, acceso de preventa o proporcionar acceso especial a su evento.\",\"OP094m\":\"Informe de códigos promocionales\",\"4kyDD5\":\"Proporciona contexto adicional o instrucciones para esta pregunta. Usa este campo para añadir términos\\ny condiciones, directrices o cualquier información importante que los asistentes necesiten saber antes de responder.\",\"toutGW\":\"Código QR\",\"LkMOWF\":\"cantidad disponible\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Pregunta eliminada\",\"avf0gk\":\"Descripción de la pregunta\",\"oQvMPn\":\"Título de la pregunta\",\"enzGAL\":\"Preguntas\",\"ROv2ZT\":\"Preguntas y respuestas\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Opción de radio\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Recipiente\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Reembolso fallido\",\"n10yGu\":\"Orden de reembolso\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Reembolso pendiente\",\"xHpVRl\":\"Estado del reembolso\",\"/BI0y9\":\"Reembolsado\",\"fgLNSM\":\"Registro\",\"9+8Vez\":\"Usos restantes\",\"tasfos\":\"eliminar\",\"t/YqKh\":\"Eliminar\",\"t9yxlZ\":\"Informes\",\"prZGMe\":\"Requerir dirección de facturación\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Reenviar confirmación por correo electrónico\",\"wIa8Qe\":\"Reenviar invitacíon\",\"VeKsnD\":\"Reenviar correo electrónico del pedido\",\"dFuEhO\":\"Reenviar correo de la entrada\",\"o6+Y6d\":\"Reenviando...\",\"OfhWJH\":\"Restablecer\",\"RfwZxd\":\"Restablecer la contraseña\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Restaurar evento\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Volver a la página del evento\",\"8YBH95\":\"Ganancia\",\"PO/sOY\":\"Revocar invitación\",\"GDvlUT\":\"Rol\",\"ELa4O9\":\"Fecha de finalización de la venta\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Fecha de inicio de la venta\",\"hBsw5C\":\"Ventas terminadas\",\"kpAzPe\":\"Inicio de ventas\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Guardar\",\"IUwGEM\":\"Guardar cambios\",\"U65fiW\":\"Guardar organizador\",\"UGT5vp\":\"Guardar ajustes\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Busque por nombre del asistente, correo electrónico o número de pedido...\",\"+pr/FY\":\"Buscar por nombre del evento...\",\"3zRbWw\":\"Busque por nombre, correo electrónico o número de pedido...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Buscar por nombre...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Buscar asignaciones de capacidad...\",\"r9M1hc\":\"Buscar listas de registro...\",\"+0Yy2U\":\"Buscar productos\",\"YIix5Y\":\"Buscar...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Color secundario\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Color de texto secundario\",\"02ePaq\":[\"Seleccionar \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Seleccionar categoría...\",\"kWI/37\":\"Seleccionar organizador\",\"ixIx1f\":\"Seleccionar producto\",\"3oSV95\":\"Seleccionar nivel de producto\",\"C4Y1hA\":\"Seleccionar productos\",\"hAjDQy\":\"Seleccionar estado\",\"QYARw/\":\"Seleccionar billete\",\"OMX4tH\":\"Seleccionar entradas\",\"DrwwNd\":\"Seleccionar período de tiempo\",\"O/7I0o\":\"Seleccionar...\",\"JlFcis\":\"Enviar\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Enviar un mensaje\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Enviar Mensaje\",\"D7ZemV\":\"Enviar confirmación del pedido y correo electrónico del billete.\",\"v1rRtW\":\"Enviar prueba\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"Descripción SEO\",\"/SIY6o\":\"Palabras clave SEO\",\"GfWoKv\":\"Configuración de SEO\",\"rXngLf\":\"Título SEO\",\"/jZOZa\":\"Tarifa de servicio\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Establezca el número inicial para la numeración de facturas. Esto no se puede cambiar una vez que las facturas se hayan generado.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Ajustes\",\"Z8lGw6\":\"Compartir\",\"B2V3cA\":\"Compartir evento\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Mostrar\",\"V0SbFp\":\"Mostrar cantidad disponible del producto\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Mostrar más\",\"izwOOD\":\"Mostrar impuestos y tarifas por separado\",\"1SbbH8\":\"Se muestra al cliente después de finalizar la compra, en la página de resumen del pedido.\",\"YfHZv0\":\"Se muestra al cliente antes de realizar el pago.\",\"CBBcly\":\"Muestra campos de dirección comunes, incluido el país.\",\"yTnnYg\":\"simpson\",\"TNaCfq\":\"Cuadro de texto de una sola línea\",\"+P0Cn2\":\"Salta este paso\",\"YSEnLE\":\"Herrero\",\"lgFfeO\":\"Agotado\",\"Mi1rVn\":\"Agotado\",\"nwtY4N\":\"Algo salió mal\",\"GRChTw\":\"Algo salió mal al eliminar el impuesto o tarifa\",\"YHFrbe\":\"¡Algo salió mal! Inténtalo de nuevo\",\"kf83Ld\":\"Algo salió mal.\",\"fWsBTs\":\"Algo salió mal. Inténtalo de nuevo.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Lo sentimos, este código de promoción no se reconoce\",\"65A04M\":\"Español\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Fecha de inicio\",\"/2by1f\":\"Estado o región\",\"uAQUqI\":\"Estado\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Los pagos con Stripe no están habilitados para este evento.\",\"UJmAAK\":\"Sujeto\",\"X2rrlw\":\"Total parcial\",\"zzDlyQ\":\"Éxito\",\"b0HJ45\":[\"¡Éxito! \",[\"0\"],\" recibirá un correo electrónico en breve.\"],\"BJIEiF\":[[\"0\"],\" asistente con éxito\"],\"OtgNFx\":\"Dirección de correo electrónico confirmada correctamente\",\"IKwyaF\":\"Cambio de correo electrónico confirmado exitosamente\",\"zLmvhE\":\"Asistente creado exitosamente\",\"gP22tw\":\"Producto creado con éxito\",\"9mZEgt\":\"Código promocional creado correctamente\",\"aIA9C4\":\"Pregunta creada correctamente\",\"J3RJSZ\":\"Asistente actualizado correctamente\",\"3suLF0\":\"Asignación de Capacidad actualizada con éxito\",\"Z+rnth\":\"Lista de registro actualizada con éxito\",\"vzJenu\":\"Configuración de correo electrónico actualizada correctamente\",\"7kOMfV\":\"Evento actualizado con éxito\",\"G0KW+e\":\"Diseño de página de inicio actualizado con éxito\",\"k9m6/E\":\"Configuración de la página de inicio actualizada correctamente\",\"y/NR6s\":\"Ubicación actualizada correctamente\",\"73nxDO\":\"Configuraciones varias actualizadas exitosamente\",\"4H80qv\":\"Pedido actualizado con éxito\",\"6xCBVN\":\"Configuraciones de pago y facturación actualizadas con éxito\",\"1Ycaad\":\"Producto actualizado correctamente\",\"70dYC8\":\"Código promocional actualizado correctamente\",\"F+pJnL\":\"Configuración de SEO actualizada con éxito\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Correo electrónico de soporte\",\"uRfugr\":\"Camiseta\",\"JpohL9\":\"Impuesto\",\"geUFpZ\":\"Impuestos y tarifas\",\"dFHcIn\":\"Detalles de impuestos\",\"wQzCPX\":\"Información fiscal que aparecerá en la parte inferior de todas las facturas (por ejemplo, número de IVA, registro fiscal)\",\"0RXCDo\":\"Impuesto o tasa eliminados correctamente\",\"ZowkxF\":\"Impuestos\",\"qu6/03\":\"Impuestos y honorarios\",\"gypigA\":\"Ese código de promoción no es válido.\",\"5ShqeM\":\"La lista de registro que buscas no existe.\",\"QXlz+n\":\"La moneda predeterminada para tus eventos.\",\"mnafgQ\":\"La zona horaria predeterminada para sus eventos.\",\"o7s5FA\":\"El idioma en el que el asistente recibirá los correos electrónicos.\",\"NlfnUd\":\"El enlace en el que hizo clic no es válido.\",\"HsFnrk\":[\"El número máximo de productos para \",[\"0\"],\" es \",[\"1\"]],\"TSAiPM\":\"La página que buscas no existe\",\"MSmKHn\":\"El precio mostrado al cliente incluirá impuestos y tasas.\",\"6zQOg1\":\"El precio mostrado al cliente no incluirá impuestos ni tasas. Se mostrarán por separado.\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"El título del evento que se mostrará en los resultados del motor de búsqueda y al compartirlo en las redes sociales. De forma predeterminada, se utilizará el título del evento.\",\"wDx3FF\":\"No hay productos disponibles para este evento\",\"pNgdBv\":\"No hay productos disponibles en esta categoría\",\"rMcHYt\":\"Hay un reembolso pendiente. Espere a que se complete antes de solicitar otro reembolso.\",\"F89D36\":\"Hubo un error al marcar el pedido como pagado\",\"68Axnm\":\"Hubo un error al procesar su solicitud. Inténtalo de nuevo.\",\"mVKOW6\":\"Hubo un error al enviar tu mensaje\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Este asistente tiene un pedido sin pagar.\",\"mf3FrP\":\"Esta categoría aún no tiene productos.\",\"8QH2Il\":\"Esta categoría está oculta de la vista pública\",\"xxv3BZ\":\"Esta lista de registro ha expirado\",\"Sa7w7S\":\"Esta lista de registro ha expirado y ya no está disponible para registros.\",\"Uicx2U\":\"Esta lista de registro está activa\",\"1k0Mp4\":\"Esta lista de registro aún no está activa\",\"K6fmBI\":\"Esta lista de registro aún no está activa y no está disponible para registros.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Esta información se mostrará en la página de pago, en la página de resumen del pedido y en el correo electrónico de confirmación del pedido.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Este es un evento en línea\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Este mensaje se incluirá en el pie de página de todos los correos electrónicos enviados desde este evento.\",\"55i7Fa\":\"Este mensaje solo se mostrará si el pedido se completa con éxito. Los pedidos en espera de pago no mostrarán este mensaje.\",\"RjwlZt\":\"Este pedido ya ha sido pagado.\",\"5K8REg\":\"Este pedido ya ha sido reembolsado.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Esta orden ha sido cancelada.\",\"Q0zd4P\":\"Este pedido ha expirado. Por favor, comienza de nuevo.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Este pedido está completo.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Esta página de pedidos ya no está disponible.\",\"i0TtkR\":\"Esto sobrescribe todas las configuraciones de visibilidad y ocultará el producto a todos los clientes.\",\"cRRc+F\":\"Este producto no se puede eliminar porque está asociado con un pedido. Puede ocultarlo en su lugar.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Este enlace para restablecer la contraseña no es válido o ha caducado.\",\"IV9xTT\":\"Este usuario no está activo porque no ha aceptado su invitación.\",\"5AnPaO\":\"entrada\",\"kjAL4v\":\"Entrada\",\"dtGC3q\":\"El correo electrónico del ticket se ha reenviado al asistente.\",\"54q0zp\":\"Entradas para\",\"xN9AhL\":[\"Nivel \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Los productos escalonados le permiten ofrecer múltiples opciones de precio para el mismo producto. Esto es perfecto para productos anticipados o para ofrecer diferentes opciones de precio a diferentes grupos de personas.\\\" # es\",\"nn3mSR\":\"Tiempo restante:\",\"s/0RpH\":\"Tiempos utilizados\",\"y55eMd\":\"Veces usado\",\"40Gx0U\":\"Zona horaria\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Título\",\"xdA/+p\":\"Herramientas\",\"72c5Qo\":\"Total\",\"YXx+fG\":\"Total antes de descuentos\",\"NRWNfv\":\"Monto total de descuento\",\"BxsfMK\":\"Tarifas totales\",\"2bR+8v\":\"Total de ventas brutas\",\"mpB/d9\":\"Cantidad total del pedido\",\"m3FM1g\":\"Total reembolsado\",\"jEbkcB\":\"Total reembolsado\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Total impuestos\",\"+zy2Nq\":\"Tipo\",\"FMdMfZ\":\"No se pudo registrar al asistente\",\"bPWBLL\":\"No se pudo retirar al asistente\",\"9+P7zk\":\"No se pudo crear el producto. Por favor, revise sus datos\",\"WLxtFC\":\"No se pudo crear el producto. Por favor, revise sus datos\",\"/cSMqv\":\"No se puede crear una pregunta. Por favor revisa tus datos\",\"MH/lj8\":\"No se puede actualizar la pregunta. Por favor revisa tus datos\",\"nnfSdK\":\"Clientes únicos\",\"Mqy/Zy\":\"Estados Unidos\",\"NIuIk1\":\"Ilimitado\",\"/p9Fhq\":\"Ilimitado disponible\",\"E0q9qH\":\"Usos ilimitados permitidos\",\"h10Wm5\":\"Pedido no pagado\",\"ia8YsC\":\"Próximo\",\"TlEeFv\":\"Próximos eventos\",\"L/gNNk\":[\"Actualizar \",[\"0\"]],\"+qqX74\":\"Actualizar el nombre del evento, la descripción y las fechas.\",\"vXPSuB\":\"Actualización del perfil\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL copiada en el portapapeles\",\"e5lF64\":\"Ejemplo de uso\",\"fiV0xj\":\"Límite de uso\",\"sGEOe4\":\"Utilice una versión borrosa de la imagen de portada como fondo\",\"OadMRm\":\"Usar imagen de portada\",\"7PzzBU\":\"Usuario\",\"yDOdwQ\":\"Gestión de usuarios\",\"Sxm8rQ\":\"Usuarios\",\"VEsDvU\":\"Los usuarios pueden cambiar su correo electrónico en <0>Configuración de perfil\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"IVA\",\"E/9LUk\":\"Nombre del lugar\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Ver detalles del asistente\",\"/5PEQz\":\"Ver página del evento\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Ver en Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"Lista de registro VIP\",\"tF+VVr\":\"Entrada VIP\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"No pudimos procesar su pago. Inténtelo de nuevo o comuníquese con el soporte.\",\"45Srzt\":\"No pudimos eliminar la categoría. Por favor, inténtelo de nuevo.\",\"/DNy62\":[\"No pudimos encontrar ningún entrada que coincida con \",[\"0\"]],\"1E0vyy\":\"No pudimos cargar los datos. Inténtalo de nuevo.\",\"NmpGKr\":\"No pudimos reordenar las categorías. Por favor, inténtelo de nuevo.\",\"BJtMTd\":\"Recomendamos dimensiones de 2160 px por 1080 px y un tamaño de archivo máximo de 5 MB.\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"No pudimos confirmar su pago. Inténtelo de nuevo o comuníquese con el soporte.\",\"Gspam9\":\"Estamos procesando tu pedido. Espere por favor...\",\"LuY52w\":\"¡Bienvenido a bordo! Por favor inicie sesión para continuar.\",\"dVxpp5\":[\"Bienvenido de nuevo\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"¿Qué son los productos escalonados?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"¿Qué es una categoría?\",\"gxeWAU\":\"¿A qué productos se aplica este código?\",\"hFHnxR\":\"¿A qué productos se aplica este código? (Se aplica a todos por defecto)\",\"AeejQi\":\"¿A qué productos debería aplicarse esta capacidad?\",\"Rb0XUE\":\"¿A qué hora llegarás?\",\"5N4wLD\":\"¿Qué tipo de pregunta es esta?\",\"gyLUYU\":\"Cuando esté habilitado, se generarán facturas para los pedidos de entradas. Las facturas se enviarán junto con el correo electrónico de confirmación del pedido. Los asistentes también pueden descargar sus facturas desde la página de confirmación del pedido.\",\"D3opg4\":\"Cuando los pagos offline estén habilitados, los usuarios podrán completar sus pedidos y recibir sus entradas. Sus entradas indicarán claramente que el pedido no está pagado, y la herramienta de registro notificará al personal si un pedido requiere pago.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"¿Qué entradas deben asociarse con esta lista de registro?\",\"S+OdxP\":\"¿Quién organiza este evento?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"¿A quién se le debería hacer esta pregunta?\",\"VxFvXQ\":\"Insertar widget\",\"v1P7Gm\":\"Configuración del widget\",\"b4itZn\":\"Laboral\",\"hqmXmc\":\"Laboral...\",\"+G/XiQ\":\"Año hasta la fecha\",\"l75CjT\":\"Sí\",\"QcwyCh\":\"Si, eliminarlos\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Estás cambiando tu correo electrónico a <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Estás desconectado\",\"sdB7+6\":\"Puede crear un código promocional que se dirija a este producto en el\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"No puede cambiar el tipo de producto ya que hay asistentes asociados con este producto.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"No puede registrar a asistentes con pedidos no pagados. Esta configuración se puede cambiar en los ajustes del evento.\",\"c9Evkd\":\"No puede eliminar la última categoría.\",\"6uwAvx\":\"No puede eliminar este nivel de precios porque ya hay productos vendidos para este nivel. Puede ocultarlo en su lugar.\",\"tFbRKJ\":\"No puede editar la función o el estado del propietario de la cuenta.\",\"fHfiEo\":\"No puede reembolsar un pedido creado manualmente.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Tienes acceso a múltiples cuentas. Por favor elige uno para continuar.\",\"Z6q0Vl\":\"Ya has aceptado esta invitación. Por favor inicie sesión para continuar.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"No tienes ningún cambio de correo electrónico pendiente.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Se te ha acabado el tiempo para completar tu pedido.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Debes reconocer que este correo electrónico no es promocional.\",\"3ZI8IL\":\"Debes aceptar los términos y condiciones.\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Debe crear un ticket antes de poder agregar manualmente un asistente.\",\"jE4Z8R\":\"Debes tener al menos un nivel de precios\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Deberá marcar un pedido como pagado manualmente. Esto se puede hacer en la página de gestión de pedidos.\",\"L/+xOk\":\"Necesitarás una entrada antes de poder crear una lista de registro.\",\"Djl45M\":\"Necesitará un producto antes de poder crear una asignación de capacidad.\",\"y3qNri\":\"Necesitará al menos un producto para comenzar. Gratis, de pago o deje que el usuario decida cuánto pagar.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Su nombre de cuenta se utiliza en las páginas de eventos y en los correos electrónicos.\",\"veessc\":\"Sus asistentes aparecerán aquí una vez que se hayan registrado para su evento. También puede agregar asistentes manualmente.\",\"Eh5Wrd\":\"Tu increíble sitio web 🎉\",\"lkMK2r\":\"Tus detalles\",\"3ENYTQ\":[\"Su solicitud de cambio de correo electrónico a <0>\",[\"0\"],\" está pendiente. Por favor revisa tu correo para confirmar\"],\"yZfBoy\":\"Tu mensaje ha sido enviado\",\"KSQ8An\":\"Tu pedido\",\"Jwiilf\":\"Tu pedido ha sido cancelado\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Tus pedidos aparecerán aquí una vez que comiencen a llegar.\",\"9TO8nT\":\"Tu contraseña\",\"P8hBau\":\"Su pago se está procesando.\",\"UdY1lL\":\"Su pago no fue exitoso, inténtelo nuevamente.\",\"fzuM26\":\"Su pago no fue exitoso. Inténtalo de nuevo.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Su reembolso se está procesando.\",\"IFHV2p\":\"Tu billete para\",\"x1PPdr\":\"Código postal\",\"BM/KQm\":\"CP o Código Postal\",\"+LtVBt\":\"Código postal\",\"25QDJ1\":\"- Haz clic para publicar\",\"WOyJmc\":\"- Haz clic para despublicar\",\"ncwQad\":\"(vacío)\",\"B/gRsg\":\"(ninguno)\",\"wqtZLy\":[[\"0\"],\" (copia)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" ya está registrado\"],\"3beCx0\":[[\"0\"],\" <0>con check-in\"],\"S4PqS9\":[[\"0\"],\" webhooks activos\"],\"6MIiOI\":[[\"0\"],\" restantes\"],\"COnw8D\":[\"Logo de \",[\"0\"]],\"xG9N0H\":[[\"0\"],\" de \",[\"1\"],\" plazas ocupadas.\"],\"B7pZfX\":[[\"0\"],\" organizadores\"],\"/HkCs4\":[[\"0\"],\" entradas\"],\"30bTiU\":[[\"activeCount\"],\" activados\"],\"jTs4am\":[\"Logotipo de \",[\"appName\"]],\"gbJOk9\":[[\"attendeeCount\"],\" asistentes están registrados en esta sesión.\"],\"TjbIUI\":[[\"availableCount\"],\" de \",[\"totalCount\"],\" disponibles\"],\"PSChHo\":[[\"capacity\"],\" plazas disponibles\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" con check-in\"],\"RZ0JX3\":[[\"chipTime\"],\", agotado\"],\"M4KnFs\":[[\"chipTime\"],\", Agotado, lista de espera disponible\"],\"SeyN12\":[[\"completedCount\"],\" de \",[\"totalCount\"],\" pasos completados\"],\"wYzVwE\":[[\"count\"],\" complementos\"],\"f2rhaD\":[\"hace \",[\"diffHr\"],\" h\"],\"NRSLBe\":[\"hace \",[\"diffMin\"],\" min\"],\"iYfwJE\":[\"hace \",[\"diffSec\"],\" s\"],\"OJnhhX\":[[\"eventCount\"],\" eventos\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" más\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" asistentes están registrados en las sesiones afectadas.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" por pedido\"],\"RBuxIl\":[[\"productCount\"],\" tipos de entrada configurados\"],\"VFLd0I\":[[\"slotCount\"],\" horarios disponibles\"],\"3IEF7U\":[[\"totalCount\"],\" tipos de entradas\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" tasas\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" tasas e impuestos\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" impuestos\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 día\",\"1d6kks\":\"+Impuestos/Tasas\",\"B1St2O\":\"<0>Las listas de check-in te ayudan a gestionar la entrada al evento por día, área o tipo de entrada. Puedes vincular entradas a listas específicas como zonas VIP o pases del Día 1 y compartir un enlace de check-in seguro con el personal. No se requiere cuenta. El check-in funciona en móvil, escritorio o tableta, usando la cámara del dispositivo o un escáner USB HID. \",\"v9VSIS\":\"<0>Establece un límite total de asistencia que se aplica a múltiples tipos de entradas a la vez.<1>Por ejemplo, si vinculas una entrada de <2>Pase de Día y una de <3>Fin de Semana Completo, ambas se extraerán del mismo grupo de plazas. Una vez alcanzado el límite, todas las entradas vinculadas dejan de venderse automáticamente.\",\"Il5Uid\":\"<0>Esta es la cantidad total disponible para todas las fechas de tu programación en conjunto; no es un límite por fecha. Para limitar la asistencia de cada fecha, establece una capacidad en la <1>página de Programación de fechas.\",\"ZnVt5v\":\"<0>Los webhooks notifican instantáneamente a los servicios externos cuando ocurren eventos, como agregar un nuevo asistente a tu CRM o lista de correo al registrarse, asegurando una automatización fluida.<1>Usa servicios de terceros como <2>Zapier, <3>IFTTT o <4>Make para crear flujos de trabajo personalizados y automatizar tareas.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" al tipo de cambio actual\"],\"M2DyLc\":\"1 webhook activo\",\"hMefp0\":\"1 complemento\",\"6hIk/x\":\"1 asistente está registrado en las sesiones afectadas.\",\"qOyE2U\":\"1 asistente está registrado en esta sesión.\",\"943BwI\":\"1 día después de la fecha de finalización\",\"yj3N+g\":\"1 día después de la fecha de inicio\",\"Z3etYG\":\"1 día antes del evento\",\"szSnlj\":\"1 hora antes del evento\",\"yTsaLw\":\"1 entrada\",\"nz96Ue\":\"1 tipo de entrada\",\"InX5ad\":\"1 tipo de entrada configurado\",\"y2Jh0m\":\"1 horario disponible\",\"cGtUz6\":\"1 semana antes del evento\",\"HR/cvw\":\"Calle Ejemplo 123\",\"dgKxZ5\":\"Más de 135 divisas y más de 40 métodos de pago\",\"/d9gcz\":\"Se requiere una etiqueta de botón cuando se establece una URL\",\"kMU5aM\":\"Se ha enviado un aviso de cancelación a\",\"o++0qa\":\"un cambio de duración\",\"WuWSX5\":\"Unos pocos pasos y estarás listo para empezar a vender.\",\"RQ5kDd\":\"Un mensaje para mostrar cuando no hay productos en esta categoría.\",\"V53XzQ\":\"Se ha enviado un nuevo código de verificación a tu correo\",\"sr2Je0\":\"un desplazamiento de las horas de inicio/fin\",\"/z/bH1\":\"Una breve descripción de tu organizador que se mostrará a tus usuarios.\",\"3BKFn6\":\"Se requiere una URL cuando se establece una etiqueta de botón\",\"RpjXTb\":\"Un patrón semanal\",\"aS0jtz\":\"Abandonado\",\"uyJsf6\":\"Acerca de\",\"JvuLls\":\"Asumir la comisión\",\"lk74+I\":\"Asumir la comisión\",\"1uJlG9\":\"Color de Acento\",\"g3UF2V\":\"Aceptar\",\"K5+3xg\":\"Aceptar invitación\",\"LuXP9q\":\"Acceso\",\"jzb4Ep\":[\"Cuenta · \",[\"0\"]],\"UqH1Q6\":[\"Cuenta · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"La eliminación de la cuenta ha sido cancelada.\",\"WtlP+7\":\"La eliminación de la cuenta está bloqueada\",\"vOuxvL\":\"Información de la cuenta\",\"F9cvwz\":\"Nombre de la cuenta\",\"EHNORh\":\"Cuenta no encontrada\",\"Hy1lfH\":\"Propietario de la cuenta\",\"bPwFdf\":\"Cuentas\",\"pi/Iog\":[\"Cuentas (\",[\"0\"],\")\"],\"AhwTa1\":\"Acción Requerida: Se Necesita Información del IVA\",\"APyAR/\":\"Eventos activos\",\"kCl6ja\":\"Métodos de pago activos\",\"XJOV1Y\":\"Actividad\",\"Eso+01\":[\"Añade primero \",[\"0\"]],\"eJ0IJA\":\"Añade una imagen de portada y un tema acordes con tu marca\",\"0YEoxS\":\"Añadir una fecha\",\"ybegUq\":\"Añade una descripción y un lugar para que los asistentes sepan qué esperar\",\"nOZl6j\":\"Añadir una sola fecha\",\"CjvTPJ\":\"Añadir otro horario\",\"0XCduh\":\"Añade al menos un horario\",\"/chGpa\":\"Añade los datos de conexión del evento en línea.\",\"UWWRyd\":\"Agregue preguntas personalizadas para recopilar información adicional durante el proceso de pago\",\"Z/dcxc\":\"Añadir fecha\",\"QeupRg\":\"Añadir fechas\",\"Q219NT\":\"Añadir fechas\",\"yjB5VC\":\"Añade fechas y horarios para tu evento recurrente\",\"Z8idyM\":\"Añadir detalles\",\"wpirGs\":\"Añadir detalles del evento\",\"VX6WUv\":\"Agregar ubicación\",\"GCQlV2\":\"Añade varios horarios si realizas varias sesiones al día.\",\"7JF9w9\":\"Agregar pregunta\",\"NLbIb6\":\"Añadir este asistente de todos modos (ignorar la capacidad)\",\"6PNlRV\":\"Añade este evento a tu calendario\",\"BGD9Yt\":\"Agregar entradas\",\"uIv4Op\":\"Añade píxeles de seguimiento a tus páginas de eventos públicos y a la página de inicio del organizador. Se mostrará un banner de consentimiento de cookies a los visitantes cuando el seguimiento esté activo.\",\"QN2F+7\":\"Agregar Webhook\",\"NsWqSP\":\"Agrega tus redes sociales y la URL de tu sitio web. Estos se mostrarán en tu página pública de organizador.\",\"6JzKEV\":\"Solo como complemento\",\"VkQex5\":\"Productos complementarios\",\"Y2K3rp\":\"Complementos\",\"Z/ZU8N\":\"Se añade al pagar\",\"bVjDs9\":\"Comisiones adicionales\",\"MKqSg4\":\"Acceso de administrador requerido\",\"0Zypnp\":\"Panel de Administración\",\"tlFYEo\":\"Da acceso a tu evento a los asistentes\",\"YAV57v\":\"Afiliado\",\"I+utEq\":\"El código de afiliado no se puede cambiar\",\"/jHBj5\":\"Afiliado creado exitosamente\",\"uCFbG2\":\"Afiliado eliminado exitosamente\",\"ld8I+f\":\"Programa de afiliados\",\"a41PKA\":\"Se rastrearán las ventas del afiliado\",\"mJJh2s\":\"No se rastrearán las ventas del afiliado. Esto desactivará al afiliado.\",\"jabmnm\":\"Afiliado actualizado exitosamente\",\"CPXP5Z\":\"Afiliados\",\"9Wh+ug\":\"Afiliados exportados\",\"3cqmut\":\"Los afiliados te ayudan a rastrear las ventas generadas por socios e influencers. Crea códigos de afiliado y compártelos para monitorear el rendimiento.\",\"3e31kI\":\"Una vez creado tu evento, podrás elegir con qué frecuencia se repite desde el panel.\",\"z7GAMJ\":\"todas\",\"N40H+G\":\"Todos\",\"7rLTkE\":\"Todos los eventos archivados\",\"gKq1fa\":\"Todos los asistentes\",\"63gRoO\":\"Todos los asistentes de las sesiones seleccionadas\",\"uWxIoH\":\"Todos los asistentes de esta fecha\",\"pMLul+\":\"Todas las monedas\",\"sgUdRZ\":\"Todas las fechas\",\"e4q4uO\":\"Todas las fechas\",\"ZS/D7f\":\"Todos los eventos finalizados\",\"QsYjci\":\"Todos los eventos\",\"31KB8w\":\"Todos los trabajos fallidos eliminados\",\"D2g7C7\":\"Todos los trabajos en cola para reintentar\",\"B4RFBk\":\"Todas las fechas coincidentes\",\"F1/VgK\":\"Todas las fechas\",\"OpWjMq\":\"Todas las fechas\",\"Sxm1lO\":\"Todos los estados\",\"dr7CWq\":\"Todos los próximos eventos\",\"UBpkWM\":\"Todos los usuarios\",\"GpT6Uf\":\"Permitir a los asistentes actualizar su información de entrada (nombre, correo electrónico) a través de un enlace seguro enviado con su confirmación de pedido.\",\"VZdky1\":\"Permitir que los compradores copien sus datos a todos los asistentes\",\"F3mW5G\":\"Permitir que los clientes se unan a una lista de espera cuando este producto esté agotado\",\"4CMO/q\":\"Permitir que los clientes se unan a una lista de espera cuando este producto esté agotado. Los clientes se unen a la lista de espera para una fecha específica.\",\"c4uJfc\":\"¡Casi listo! Solo estamos esperando que se procese tu pago. Esto debería tomar solo unos segundos.\",\"ocS8eq\":[\"¿Ya tienes una cuenta? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Ya incluido\",\"/H326L\":\"Ya reembolsado\",\"USEpOK\":\"¿Ya usas Stripe en otro organizador? Reutiliza esa conexión.\",\"RtxQTF\":\"También cancelar este pedido\",\"jkNgQR\":\"También reembolsar este pedido\",\"xYqsHg\":\"Siempre disponible\",\"rrepBD\":\"Siempre a la venta\",\"Wvrz79\":\"Monto pagado\",\"Zkymb9\":\"Un correo para asociar con este afiliado. El afiliado no será notificado.\",\"vRznIT\":\"Ocurrió un error al verificar el estado de la exportación.\",\"OPFdAM\":\"Una descripción opcional de esta categoría para mostrar en la página del evento.\",\"eusccx\":\"Un mensaje opcional para mostrar en el producto destacado, ej. \\\"Se vende rápido 🔥\\\" o \\\"Mejor valor\\\"\",\"HZFm5R\":\"y\",\"l3LBtZ\":\"Contenido del anuncio\",\"Th00L9\":\"Anuncio creado\",\"p/XJYI\":\"Anuncio eliminado\",\"08iV57\":\"Título del anuncio\",\"qLqgre\":\"Anuncio actualizado\",\"Dzr23X\":\"Anuncios\",\"asqL+J\":\"Anonimizar\",\"QNrkms\":\"Respuesta actualizada con éxito.\",\"+qygei\":\"Respuestas\",\"GK7Lnt\":\"Respuestas facilitadas durante el pago (p. ej., elección de menú)\",\"lE8PgT\":\"Se conservarán las fechas que hayas personalizado manualmente.\",\"jVoYha\":[\"aplicado — \",[\"0\"],\" de descuento en tu pedido\"],\"vP3Nzg\":[\"Se aplica a las \",[\"0\"],\" fechas no canceladas cargadas actualmente en esta página.\"],\"kkVyZZ\":\"Se aplica a cualquier persona que abra el enlace de check-in compartido sin haber iniciado sesión. Los miembros del equipo que hayan iniciado sesión siempre lo ven todo.\",\"je4muG\":[\"Se aplica a todas las fechas \",[\"0\"],\" y no canceladas de este evento, incluidas las que no están cargadas actualmente.\"],\"YIIQtt\":\"Aplicar cambios\",\"NzWX1Y\":\"Aplicar a\",\"Ps5oDT\":\"Aplicar a todas las entradas\",\"261RBr\":\"Aprobar mensaje\",\"naCW6Z\":\"Abril\",\"B495Gs\":\"Archivar\",\"5sNliy\":\"Archivar evento\",\"BrwnrJ\":\"Archivar organizador\",\"E5eghW\":\"Archiva este evento para ocultarlo al público. Puedes restaurarlo más tarde.\",\"eqFkeI\":\"Archiva este organizador. Esto también archivará todos los eventos pertenecientes a este organizador.\",\"BzcxWv\":\"Organizadores archivados\",\"9cQBd6\":\"¿Estás seguro de que quieres archivar este evento? Ya no será visible para el público.\",\"Trnl3E\":\"¿Estás seguro de que quieres archivar este organizador? Esto también archivará todos los eventos pertenecientes a este organizador.\",\"wOvn+e\":[\"¿Seguro que quieres cancelar \",[\"count\"],\" fecha(s)? Se notificará por correo a los asistentes afectados.\"],\"GTxE0U\":\"¿Seguro que quieres cancelar esta fecha? Se notificará por correo a los asistentes afectados.\",\"VkSk/i\":\"¿Está seguro de que desea cancelar este mensaje programado?\",\"0aVEBY\":\"¿Estás seguro de que deseas eliminar todos los trabajos fallidos?\",\"LchiNd\":\"¿Estás seguro de que quieres eliminar este afiliado? Esta acción no se puede deshacer.\",\"U49Xd6\":\"¿Seguro que quieres eliminar este anuncio? Los usuarios ya no lo verán.\",\"vPeW/6\":\"¿Estás seguro de que quieres eliminar esta configuración? Esto puede afectar a las cuentas que la utilizan.\",\"h42Hc/\":\"¿Seguro que quieres eliminar esta fecha? Esta acción no se puede deshacer.\",\"RiF/yT\":\"¿Seguro que quieres eliminar esta imagen?\",\"b3+Qku\":\"¿Seguro que quieres eliminar este impuesto o tarifa? Dejará de aplicarse a los nuevos pedidos.\",\"JmVITJ\":\"¿Está seguro de que desea eliminar esta plantilla? Esta acción no se puede deshacer y los correos volverán a la plantilla predeterminada.\",\"aLS+A6\":\"¿Está seguro de que desea eliminar esta plantilla? Esta acción no se puede deshacer y los correos volverán a la plantilla del organizador o predeterminada.\",\"5H3Z78\":\"¿Estás seguro de que quieres eliminar este webhook?\",\"147G4h\":\"¿Estás seguro de que quieres salir?\",\"VDWChT\":\"¿Estás seguro de que quieres poner este organizador como borrador? Esto hará que la página del organizador sea invisible al público.\",\"pWtQJM\":\"¿Estás seguro de que quieres hacer público este organizador? Esto hará que la página del organizador sea visible al público.\",\"EOqL/A\":\"¿Estás seguro de que quieres ofrecer un lugar a esta persona? Recibirá una notificación por correo electrónico.\",\"yAXqWW\":\"¿Seguro que quieres eliminar esta fecha de forma permanente? Esto no se puede deshacer.\",\"WFHOlF\":\"¿Estás seguro de que quieres publicar este evento? Una vez publicado, será visible al público.\",\"4TNVdy\":\"¿Estás seguro de que quieres publicar este perfil de organizador? Una vez publicado, será visible al público.\",\"8x0pUg\":\"¿Está seguro de que desea eliminar esta entrada de la lista de espera?\",\"cDtoWq\":[\"¿Está seguro de que desea reenviar la confirmación del pedido a \",[\"0\"],\"?\"],\"xeIaKw\":[\"¿Está seguro de que desea reenviar la entrada a \",[\"0\"],\"?\"],\"BjbocR\":\"¿Estás seguro de que quieres restaurar este evento?\",\"7MjfcR\":\"¿Estás seguro de que quieres restaurar este organizador?\",\"b7tkGp\":\"¿Seguro que quieres revocar esta invitación?\",\"ExDt3P\":\"¿Estás seguro de que quieres despublicar este evento? Ya no será visible al público.\",\"5Qmxo/\":\"¿Estás seguro de que quieres despublicar este perfil de organizador? Ya no será visible al público.\",\"Uqefyd\":\"¿Está registrado para el IVA en la UE?\",\"+QARA4\":\"Arte\",\"tLf3yJ\":\"Como su negocio está ubicado en Irlanda, el IVA irlandés del 23% se aplica automáticamente a todas las tarifas de la plataforma.\",\"tMeVa/\":\"Solicitar nombre y correo electrónico por cada entrada comprado\",\"ui5ln+\":\"Asignar otro plan\",\"9Jxliv\":\"Asignar plan\",\"xdiER7\":\"Nivel asignado\",\"F2rX0R\":\"Debe seleccionarse al menos un tipo de evento\",\"Z44eZS\":\"Al menos un producto debe seguir disponible para esta fecha. Para hacerla inaccesible, cancélala desde la programación.\",\"BCmibk\":\"Intentos\",\"6PecK3\":\"Asistencia y tasas de registro en todos los eventos\",\"K2tp3v\":\"asistente\",\"AJ4rvK\":\"Asistente cancelado\",\"qvylEK\":\"Asistente creado\",\"Aspq3b\":\"Recopilación de datos de asistentes\",\"fpb0rX\":\"Datos del asistente copiados del pedido\",\"94aQMU\":\"Información del asistente\",\"KkrBiR\":\"Recopilación de información del asistente\",\"sjPjOg\":\"Notas del asistente\",\"cosfD8\":\"Estado del Asistente\",\"D2qlBU\":\"Asistente actualizado\",\"22BOve\":\"Asistente actualizado correctamente\",\"x8Vnvf\":\"El ticket del asistente no está incluido en esta lista\",\"/Ywywr\":\"asistentes\",\"zLRobu\":\"asistentes con check-in\",\"k3Tngl\":\"Asistentes exportados\",\"UoIRW8\":\"Asistentes registrados\",\"5UbY+B\":\"Asistentes con entrada específica\",\"4HVzhV\":\"Asistentes:\",\"HVkhy2\":\"Análisis de atribución\",\"dMMjeD\":\"Desglose de atribución\",\"1oPDuj\":\"Valor de atribución\",\"cHfbVT\":\"Audiencia\",\"DBHTm/\":\"Agosto\",\"JgREph\":\"La oferta automática está activada\",\"V7Tejz\":\"Procesar lista de espera automáticamente\",\"PZ7FTW\":\"Detectado automáticamente según el color de fondo, pero se puede anular\",\"zlnTuI\":\"Ofrecer automáticamente entradas a la siguiente persona cuando haya disponibilidad. Si está deshabilitado, puedes procesar manualmente la lista de espera desde la página de Lista de espera.\",\"csDS2L\":\"Disponible\",\"Xp+ywP\":\"Disponible cuando se complete el pago\",\"dwDH1K\":[\"Horarios disponibles el \",[\"dayName\"]],\"clF06r\":\"Disponible para reembolso\",\"NB5+UG\":\"Tokens disponibles\",\"L+wGOG\":\"Pendiente\",\"qcw2OD\":\"Pago pendiente\",\"kNmmvE\":\"Awesome Events S.A.\",\"TeSaQO\":\"Volver a cuentas\",\"kYqM1A\":\"Volver al evento\",\"s5QRF3\":\"Volver a mensajes\",\"td/bh+\":\"Volver a Informes\",\"nsm7BA\":\"Volver a la búsqueda\",\"imjKVx\":\"Cuenta bancaria conectada\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"El contenido del banner debe tener 200 caracteres o menos\",\"p2OLF3\":\"Precio base\",\"D9LTCH\":\"Precio base\",\"hviJef\":\"Según el periodo de venta global de arriba, no por fecha\",\"jIPNJG\":\"Información básica\",\"lINGcL\":\"Debido a que esta cuenta tiene pedidos completados, los registros de transacciones (importes, fechas y detalles de facturas) se conservarán de forma anonimizada por motivos legales y fiscales. Toda la información personal se eliminará de forma permanente.\",\"UabgBd\":\"El cuerpo es requerido\",\"HWXuQK\":\"Guarda esta página en marcadores para gestionar tu pedido en cualquier momento.\",\"CUKVDt\":\"Personalice sus entradas con un logotipo, colores y mensaje de pie de página personalizados.\",\"4BZj5p\":\"Protección antifraude integrada\",\"cr7kGH\":\"Edición masiva\",\"1Fbd6n\":\"Edición masiva de fechas\",\"Eq6Tu9\":\"Error en la actualización masiva.\",\"9N+p+g\":\"Negocios\",\"SWnN1L\":\"Dirección fiscal\",\"kQekXw\":\"Nombre de la empresa\",\"3W/QV7\":\"Etiqueta del botón\",\"bv6RXK\":\"Etiqueta del botón\",\"ChDLlO\":\"Texto del botón\",\"MOht10\":\"URL del botón\",\"BUe8Wj\":\"El comprador paga\",\"DkL8mp\":\"Los compradores pueden añadirlos a su pedido al seleccionar este producto durante el pago.\",\"qF1qbA\":\"Los compradores ven un precio limpio. La comisión de la plataforma se deduce de su pago.\",\"dg05rc\":\"Al añadir píxeles de seguimiento, reconoces que tú y esta plataforma son corresponsables de los datos recopilados. Eres responsable de garantizar que tienes una base legal para este procesamiento según las leyes de privacidad aplicables (RGPD, CCPA, etc.).\",\"DFqasq\":[\"Al continuar, aceptas los <0>Términos de Servicio de \",[\"0\"],\"\"],\"CetOZE\":\"Por tipo de entrada\",\"lFdbRS\":\"Omitir comisiones de aplicación\",\"AjVXBS\":\"Calendario\",\"2VLZwd\":\"Botón de llamada a la acción\",\"rT2cV+\":\"Cámara\",\"7hYa9y\":\"Se denegó el permiso de cámara. <0>Solicita el permiso de nuevo o concede acceso a la cámara a esta página en la configuración de tu navegador.\",\"D02dD9\":\"Campaña\",\"RRPA79\":\"No se puede hacer check-in\",\"OcVwAd\":[\"Cancelar \",[\"count\"],\" fecha(s)\"],\"H4nE+E\":\"Cancelar todos los productos y devolverlos al grupo disponible\",\"Py78q9\":\"Cancelar fecha\",\"lUjTpS\":\"Cancelar eliminación\",\"5YkF5G\":\"Cancelar solicitud de eliminación\",\"tOXAdc\":\"Cancelar anulará todos los asistentes asociados con este pedido y liberará los entradas de vuelta al grupo disponible.\",\"FPpqc7\":[\"Cancelando \",[\"0\"],\" fecha(s). Esto puede tardar un momento.\"],\"01sEfm\":\"No se puede eliminar la configuración predeterminada del sistema\",\"VsM1HH\":\"Asignaciones de capacidad\",\"9bIMVF\":\"Gestión de la capacidad\",\"H7K8og\":\"La capacidad debe ser 0 o mayor\",\"nzao08\":\"cambios de capacidad\",\"4cp9NP\":\"Capacidad utilizada\",\"K7tIrx\":\"Categoría\",\"DRK3Bq\":\"Categoría eliminada correctamente\",\"o+XJ9D\":\"Cambiar\",\"kJkjoB\":\"Cambiar duración\",\"J0KExZ\":\"Cambiar el límite de asistentes\",\"ssospy\":\"Cambiar horario\",\"CIHJJf\":\"Cambiar configuración de lista de espera\",\"B5icLR\":[\"Duración cambiada para \",[\"count\"],\" fecha(s)\"],\"Kb+0BT\":\"Cobros\",\"2tbLdK\":\"Caridad\",\"BPWGKn\":\"Hacer check-in\",\"6uFFoY\":\"Hacer check-out\",\"FjAlwK\":[\"Mira este evento: \",[\"0\"]],\"v4fiSg\":\"Revisa tu correo\",\"51AsAN\":\"¡Revisa tu bandeja de entrada! Si hay entradas asociadas a este correo, recibirás un enlace para verlas.\",\"Y3FYXy\":\"Check-in\",\"udRwQs\":\"Registro de entrada creado\",\"F4SRy3\":\"Registro de entrada eliminado\",\"as6XfO\":[\"Se ha deshecho el check-in de \",[\"0\"]],\"9s/wrQ\":\"Historial de check-in\",\"Wwztk4\":\"Lista de check-in\",\"9gPPUY\":\"¡Lista de Check-In Creada!\",\"dwjiJt\":\"Información de la lista de check-in\",\"7od0PV\":\"listas de check-in\",\"f2vU9t\":\"Listas de registro\",\"XprdTn\":\"Navegación de check-in\",\"5tV1in\":\"Progreso del check-in\",\"SHJwyq\":\"Tasa de registro\",\"qCqdg6\":\"Estado de Check-In\",\"cKj6OE\":\"Resumen de registros\",\"7B5M35\":\"Check-Ins\",\"VrmydS\":\"Con check-in\",\"DM4gBB\":\"Chino (Tradicional)\",\"p8Jvp4\":\"Elige una configuración\",\"ElShBO\":\"Elige otra acción\",\"pHEhf+\":\"Elige una tipografía que coincida con tu marca. Las fuentes se alojan mediante Bunny Fonts.\",\"Zok1Gx\":\"Elige un organizador\",\"pkk46Q\":\"Elige un organizador\",\"Ag32+c\":\"Elige otra fecha\",\"Crr3pG\":\"Elegir calendario\",\"Z38ZJu\":\"Elige cómo se muestra la fecha del evento en la entrada\",\"LAW8Vb\":\"Elija la configuración predeterminada para nuevos eventos. Esto se puede anular para eventos individuales.\",\"pjp2n5\":\"Elija quién paga la comisión de la plataforma. Esto no afecta las comisiones adicionales que haya configurado en su cuenta.\",\"xCJdfg\":\"Borrar\",\"QyOWu9\":\"Borrar ubicación: usar la del evento por defecto\",\"V8yTm6\":\"Borrar búsqueda\",\"kmnKnX\":\"Al borrarla se elimina cualquier personalización por fecha. Las fechas afectadas volverán a la ubicación por defecto del evento.\",\"/o+aQX\":\"Haz clic para cancelar\",\"gD7WGV\":\"Haz clic para reabrir la venta\",\"CySr+W\":\"Haga clic para ver las notas\",\"RG3szS\":\"cerrar\",\"RWw9Lg\":\"Cerrar modal\",\"XwdMMg\":\"El código solo puede contener letras, números, guiones y guiones bajos\",\"+yMJb7\":\"El código es obligatorio\",\"m9SD3V\":\"El código debe tener al menos 3 caracteres\",\"V1krgP\":\"El código no debe tener más de 20 caracteres\",\"psqIm5\":\"Colabora con tu equipo para crear eventos increíbles juntos.\",\"4bUH9i\":\"Recopile los detalles del asistente para cada entrada comprada.\",\"TkfG8v\":\"Recopilar datos por pedido\",\"96ryID\":\"Recopilar datos por entrada\",\"FpsvqB\":\"Modo de Color\",\"jEu4bB\":\"Columnas\",\"CWk59I\":\"Comedia\",\"rPA+Gc\":\"Preferencias de comunicación\",\"zFT5rr\":\"completado\",\"bUQMpb\":\"Completar la configuración de Stripe\",\"744BMm\":\"Completa tu pedido para asegurar tus entradas. Esta oferta tiene un tiempo limitado, así que no esperes demasiado.\",\"5YrKW7\":\"Completa tu pago para asegurar tus entradas.\",\"xGU92i\":\"Completa tu perfil para unirte al equipo.\",\"QOhkyl\":\"Redactar\",\"ih35UP\":\"Centro de conferencias\",\"ywFj2D\":\"Configuración\",\"WTw0bB\":\"Configuración asignada\",\"X1zdE7\":\"Configuración creada correctamente\",\"mLBUMQ\":\"Configuración eliminada correctamente\",\"UIENhw\":\"Los nombres de configuración son visibles para los usuarios finales. Las tarifas fijas se convertirán a la moneda del pedido al tipo de cambio actual.\",\"eeZdaB\":\"Configuración actualizada correctamente\",\"3cKoxx\":\"Configuraciones\",\"8v2LRU\":\"Configure los detalles del evento, ubicación, opciones de pago y notificaciones por correo electrónico.\",\"raw09+\":\"Configure cómo se recopilan los datos de los asistentes durante el proceso de pago\",\"FI60XC\":\"Configurar impuestos y comisiones\",\"av6ukY\":\"Configura qué productos están disponibles para esta fecha y ajusta los precios si lo deseas.\",\"NGXKG/\":\"Confirmar dirección de correo electrónico\",\"JRQitQ\":\"Confirmar nueva contraseña\",\"Auz0Mz\":\"Confirma tu correo electrónico para acceder a todas las funciones.\",\"7+grte\":\"¡Correo de confirmación enviado! Por favor, revisa tu bandeja de entrada.\",\"n/7+7Q\":\"Confirmación enviada a\",\"x3wVFc\":\"¡Felicidades! Tu evento ahora es visible para el público.\",\"0W2NQP\":\"Conectar banco\",\"/K4Vqr\":\"Conecta Stripe para aceptar pagos\",\"nQI4H5\":\"Conecta Stripe para habilitar la edición de plantillas de correo\",\"LmvZ+E\":\"Conecte Stripe para habilitar mensajería\",\"peBIO+\":\"Conecta Stripe para recibir los pagos de las entradas directamente en tu cuenta bancaria.\",\"DNeN8t\":\"Conecta tu banco para recibir las ventas de entradas directamente en tu cuenta\",\"DARj+w\":\"¿Conectaste la cuenta de Stripe equivocada? Desconéctala y empieza de nuevo.\",\"X1y8JF\":\"Los datos de conexión son obligatorios para las fechas en línea\",\"fjfBOm\":\"Los detalles de conexión son obligatorios para los eventos en línea\",\"jfC/xh\":\"Contacto\",\"LOFgda\":[\"Contacto \",[\"0\"]],\"41BQ3k\":\"Correo de contacto\",\"4b3oEV\":\"Contenido\",\"13CIgI\":\"El contenido es obligatorio\",\"m8WD6t\":\"Continuar configuración\",\"0GwUT4\":\"Continuar al pago\",\"sBV87H\":\"Continuar a la creación del evento\",\"nKtyYu\":\"Continuar al siguiente paso\",\"F3/nus\":\"Continuar al pago\",\"s30OcA\":\"Controla cómo se muestran las fechas y horarios en la página del evento\",\"p2FRHj\":\"Controle cómo se manejan las comisiones de la plataforma para este evento\",\"NqfabH\":\"Controla quién entra en esta fecha\",\"fmYxZx\":\"Controla quién entra y cuándo\",\"1JnTgU\":\"Copiado de arriba\",\"FxVG/l\":\"Copiado al portapapeles\",\"PiH3UR\":\"¡Copiado!\",\"4i7smN\":\"Copiar ID de cuenta\",\"uUPbPg\":\"Copiar enlace de afiliado\",\"iVm46+\":\"Copiar código\",\"cF2ICc\":\"Copiar enlace del cliente\",\"+2ZJ7N\":\"Copiar datos al primer asistente\",\"ZN1WLO\":\"Copiar Correo\",\"y1eoq1\":\"Copiar enlace\",\"tUGbi8\":\"Copiar mis datos a:\",\"y22tv0\":\"Copia este enlace para compartirlo en cualquier parte\",\"/4gGIX\":\"Copiar al portapapeles\",\"e0f4yB\":\"No se pudo eliminar la ubicación\",\"vkiDx2\":\"No se pudo preparar la actualización masiva.\",\"KOavaU\":\"No se pudieron obtener los detalles de la dirección\",\"/lq4oO\":\"No se pudo guardar la fecha\",\"mHu0az\":\"No se pudo enviar el correo de verificación. Inténtalo de nuevo.\",\"QOIm+S\":\"Los recuentos incluyen todas las fechas próximas. A cada persona se le ofrece una plaza para la fecha a la que se apuntó.\",\"P0rbCt\":\"Imagen de portada\",\"p4kqHr\":\"Imagen de portada añadida\",\"60u+dQ\":\"La imagen de portada se mostrará en la parte superior de la página del evento\",\"2NLjA6\":\"La imagen de portada se mostrará en la parte superior de tu página de organizador\",\"GkrqoY\":\"Cubre todas las entradas\",\"zg4oSu\":[\"Crear plantilla \",[\"0\"]],\"RKKhnW\":\"Cree un widget personalizado para vender entradas en su sitio.\",\"jqhTmw\":\"Crear una lista para esta fecha\",\"PhioFp\":\"Crea una nueva lista de check-in para una sesión activa o ponte en contacto con el organizador si crees que se trata de un error.\",\"yIRev4\":\"Crear una contraseña\",\"j7xZ7J\":\"Crea organizadores adicionales para gestionar marcas, departamentos o series de eventos separados bajo una cuenta. Cada organizador tiene sus propios eventos, configuraciones y página pública.\",\"xfKgwv\":\"Crear afiliado\",\"GT/OIA\":\"Crea un anuncio para mostrar un mensaje a tus usuarios.\",\"tudG8q\":\"Cree y configure entradas y mercancía para la venta.\",\"Q4VlI/\":\"Crear anuncio\",\"YAl9Hg\":\"Crear configuración\",\"BTne9e\":\"Crear plantillas de correo personalizadas para este evento que anulen los predeterminados del organizador\",\"YIDzi/\":\"Crear plantilla personalizada\",\"tsGqx5\":\"Crear fecha\",\"Nc3l/D\":\"Cree descuentos, códigos de acceso para entradas ocultos y ofertas especiales.\",\"PybJS2\":\"Crear evento\",\"abGAgf\":\"Crea más entradas o productos para ofrecerlos como complementos\",\"eWEV9G\":\"Crear nueva contraseña\",\"utHSNE\":\"Crear programación\",\"8AiKIu\":\"Crear entrada o producto\",\"/HGmW9\":\"Cree enlaces rastreables para recompensar a los socios que promocionan su evento.\",\"dkAPxi\":\"Crear Webhook\",\"5slqwZ\":\"Crea tu evento\",\"JQNMrj\":\"Crea tu primer evento\",\"CCjxOC\":\"Crea tu primer evento para comenzar a vender entradas y gestionar asistentes.\",\"ZCSSd+\":\"Crea tu propio evento\",\"qdv10s\":[\"Creando \",[\"0\"],\" fechas. Esto puede tardar un momento.\"],\"67NsZP\":\"Creando evento...\",\"H34qcM\":\"Creando organizador...\",\"1YMS+X\":\"Creando tu evento, por favor espera\",\"yiy8Jt\":\"Creando tu perfil de organizador, por favor espera\",\"lfLHNz\":\"La etiqueta CTA es requerida\",\"0xLR6W\":\"Asignado actualmente\",\"iTvh6I\":\"Actualmente disponible para compra\",\"A42Dqn\":\"Marca personalizada\",\"Guo0lU\":\"Fecha y hora personalizada\",\"WDMdn8\":\"Preguntas personalizadas\",\"O6mra8\":\"Preguntas personalizadas\",\"axv/Mi\":\"Plantilla personalizada\",\"2YeVGY\":\"Enlace del cliente copiado al portapapeles\",\"QMHSMS\":\"El cliente recibirá un correo electrónico confirmando el reembolso\",\"NihQNk\":\"Clientes\",\"hINN++\":\"Personalizar página\",\"7gsjkI\":\"Personalice los correos enviados a sus clientes usando plantillas Liquid. Estas plantillas se usarán como predeterminadas para todos los eventos en su organización.\",\"xJaTUK\":\"Personalice el diseño, colores y marca de la página de inicio de su evento.\",\"MXZfGN\":\"Personalice las preguntas durante el proceso de pago para recopilar información importante de sus asistentes.\",\"iX6SLo\":\"Personaliza el texto que aparece en el botón de continuar\",\"R8H7yL\":\"Personaliza el texto del botón flotante que se desplaza a la sección de entradas\",\"pxNIxa\":\"Personalice su plantilla de correo usando plantillas Liquid\",\"3trPKm\":\"Personaliza la apariencia de tu página de organizador\",\"U0sC6H\":\"Diario\",\"/gWrVZ\":\"Ingresos diarios, impuestos, tarifas y reembolsos en todos los eventos\",\"zgCHnE\":\"Informe de ventas diarias\",\"nHm0AI\":\"Desglose de ventas diarias, impuestos y tarifas\",\"1aPnDT\":\"Danza\",\"pvnfJD\":\"Oscuro\",\"MaB9wW\":\"Cancelación de fecha\",\"e6cAxJ\":\"Fecha cancelada\",\"81jBnC\":\"Fecha cancelada correctamente\",\"a/C/6R\":\"Fecha creada correctamente\",\"IW7Q+u\":\"Fecha eliminada\",\"rngCAz\":\"Fecha eliminada correctamente\",\"vHbfoQ\":\"Fecha reactivada\",\"hvah+S\":\"Fecha reabierta a la venta\",\"Ez0YsD\":\"Fecha actualizada correctamente\",\"JxwIlL\":\"fechas\",\"Te33mU\":\"Las fechas se gestionan una a una\",\"91zCxb\":\"Días con sesiones\",\"/ITcnz\":\"día\",\"H7OUPr\":\"Día\",\"JtHrX9\":\"Día del mes\",\"J/Upwb\":\"días\",\"V3VGYb\":\"Días del mes\",\"r6zgGo\":\"Diciembre\",\"jbq7j2\":\"Rechazar\",\"WGD1Al\":\"Disminuir\",\"gJY4YL\":\"Reducir cantidad\",\"ovBPCi\":\"Predeterminado\",\"JtI4vj\":\"Recopilación predeterminada de información del asistente\",\"ULjv90\":\"Capacidad por defecto por fecha\",\"3R/Tu2\":\"Gestión predeterminada de comisiones\",\"1bZAZA\":\"Se usará la plantilla predeterminada\",\"3Biswm\":\"Valores por defecto\",\"HNlEFZ\":\"eliminar\",\"KpnwJK\":[\"¿Eliminar \\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"¿Eliminar \",[\"count\"],\" fecha(s) seleccionada(s)? Se omitirán las fechas con pedidos. Esto no se puede deshacer.\"],\"ZDGm40\":\"Eliminar cuenta\",\"vu7gDm\":\"Eliminar afiliado\",\"KZN4Lc\":\"Eliminar todo\",\"6EkaOO\":\"Eliminar fecha\",\"io0G93\":\"Eliminar evento\",\"+jw/c1\":\"Eliminar imagen\",\"hdyeZ0\":\"Eliminar trabajo\",\"xxjZeP\":\"Eliminar ubicación\",\"sY3tIw\":\"Eliminar organizador\",\"UBv8UK\":\"Eliminar permanentemente\",\"dPyJ15\":\"Eliminar plantilla\",\"IQTR34\":\"¿Eliminar esta categoría? También se eliminarán todos sus productos. Esto no se puede deshacer.\",\"/1wMxk\":\"¿Eliminar este producto? Esto no se puede deshacer.\",\"mxsm1o\":\"¿Eliminar esta pregunta? Esto no se puede deshacer.\",\"snMaH4\":\"Eliminar webhook\",\"LIZZLY\":[[\"0\"],\" fecha(s) eliminada(s)\"],\"loLVyU\":\"Cuenta eliminada\",\"IlUuGb\":\"Eliminar tu cuenta la desactiva de inmediato: todos los eventos publicados se despublican y el acceso se desactiva. Tras un período de gracia de 30 días, la eliminación se vuelve permanente. Puedes cancelar en cualquier momento durante esos 30 días.\",\"nMdIuB\":\"Eliminación en cola para ejecución\",\"/U002t\":\"Solicitud de eliminación cancelada\",\"PBA62s\":\"Solicitudes de eliminación\",\"7w0Wev\":\"Descripción y lugar añadidos\",\"vYgeDk\":\"Desmarcar todo\",\"NvuEhl\":\"Elementos de Diseño\",\"H8kMHT\":\"¿No recibiste el código?\",\"G8KNgd\":\"Ubicación distinta\",\"E/QGRL\":\"Desactivado\",\"bzSI52\":\"Descartar\",\"0EcUWz\":\"¿Descartar los cambios?\",\"+K0AvT\":\"Desconectar\",\"cALvbl\":\"Desconectar cuenta de Stripe\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Descartar anuncio\",\"nZJ8tu\":\"Ocultar la lista de configuración\",\"QotGhf\":\"Descartar este mensaje\",\"J6hrEy\":\"Descartado\",\"BREO0S\":\"Muestra una casilla que permite a los clientes optar por recibir comunicaciones de marketing de este organizador de eventos.\",\"HtaSQp\":\"Muestra cuántas plazas quedan en cada fecha en el widget de entradas. Puedes modificarlo para fechas individuales.\",\"pfa8F0\":\"Nombre para mostrar\",\"Kdpf90\":\"¡No lo olvides!\",\"352VU2\":\"¿No tienes una cuenta? <0>Regístrate\",\"AXXqG+\":\"Donación\",\"DPfwMq\":\"Listo\",\"JoPiZ2\":\"Instrucciones para el personal de puerta\",\"2+O9st\":\"Descargue informes de ventas, asistentes y financieros para todos los pedidos completados.\",\"eneWvv\":\"Borrador\",\"Ts8hhq\":\"Debido al alto riesgo de spam, debes conectar una cuenta de Stripe antes de poder modificar plantillas de correo. Esto es para garantizar que todos los organizadores de eventos estén verificados y sean responsables.\",\"TnzbL+\":\"Debido al alto riesgo de spam, debes conectar una cuenta de Stripe antes de poder enviar mensajes a los asistentes.\\nEsto es para garantizar que todos los organizadores de eventos estén verificados y sean responsables.\",\"euc6Ns\":\"Duplicar\",\"YueC+F\":\"Duplicar fecha\",\"KRmTkx\":\"Duplicar producto\",\"Jd3ymG\":\"La duración debe ser de al menos 1 minuto.\",\"KIjvtr\":\"Holandés\",\"22xieU\":\"ej. 180 (3 horas)\",\"MCx4ov\":\"p. ej. Más información\",\"/zajIE\":\"p. ej., Sesión de mañana\",\"XDHATF\":\"p. ej. Nueva función: Listas de espera\",\"tAtvUj\":\"p. ej. Mantenimiento programado este sábado de 2 a 4 UTC\",\"SPKbfM\":\"p. ej., Conseguir entradas, Registrarse ahora\",\"fc7wGW\":\"p. ej., Actualización importante sobre tus entradas\",\"54MPqC\":\"p. ej., Estándar, Premium, Empresarial\",\"3RQ81z\":\"Cada persona recibirá un correo electrónico con un lugar reservado para completar su compra.\",\"Xfsjel\":\"Cada producto\",\"5oD9f/\":\"Antes\",\"LTzmgK\":[\"Editar plantilla \",[\"0\"]],\"v4+lcZ\":\"Editar afiliado\",\"ndNHsK\":\"Editar anuncio\",\"2iZEz7\":\"Editar respuesta\",\"t2bbp8\":\"Editar asistente\",\"etaWtB\":\"Editar detalles del asistente\",\"+guao5\":\"Editar configuración\",\"1Mp/A4\":\"Editar fecha\",\"m0ZqOT\":\"Editar ubicación\",\"8oivFT\":\"Editar ubicación\",\"vRWOrM\":\"Editar detalles del pedido\",\"pHm0k9\":\"Editar programación\",\"fW5sSv\":\"Editar webhook\",\"nP7CdQ\":\"Editar Webhook\",\"MRZxAn\":\"Editada\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Educación\",\"iiWXDL\":\"Fallos de elegibilidad\",\"zPiC+q\":\"Listas de Check-In Elegibles\",\"SiVstt\":\"Correos y mensajes programados\",\"V2sk3H\":\"Correo y Plantillas\",\"hbwCKE\":\"Dirección de correo copiada al portapapeles\",\"dSyJj6\":\"Las direcciones de correo electrónico no coinciden\",\"elW7Tn\":\"Cuerpo del correo\",\"ZsZeV2\":\"El correo es obligatorio\",\"Be4gD+\":\"Vista previa del correo\",\"6IwNUc\":\"Plantillas de correo\",\"H/UMUG\":\"Verificación de correo requerida\",\"PLEl94\":\"Correo verificado\",\"L86zy2\":\"¡Correo verificado exitosamente!\",\"FSN4TS\":\"Widget integrado\",\"z9NkYY\":\"Widget insertable\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Se requiere un emoji para los modales\",\"Qj0GKe\":\"Habilitar autoservicio para asistentes\",\"hEtQsg\":\"Habilitar autoservicio para asistentes por defecto\",\"Upeg/u\":\"Habilitar esta plantilla para enviar correos\",\"7dSOhU\":\"Habilitar lista de espera\",\"RxzN1M\":\"Habilitado\",\"sGjBEq\":\"Fecha y hora de finalización (opcional)\",\"PKXt9R\":\"La fecha de finalización debe ser posterior a la fecha de inicio\",\"vTL8gi\":\"Hora de fin\",\"48Y16Q\":\"Hora de finalización (opcional)\",\"TbaYrr\":[\"Finalizó \",[\"0\"]],\"CFgwiw\":[\"Termina \",[\"0\"]],\"SqOIQU\":\"Introduce un valor de capacidad o elige ilimitado.\",\"h37gRz\":\"Introduce una etiqueta o elige eliminarla.\",\"7YZofi\":\"Ingrese un asunto y cuerpo para ver la vista previa\",\"khyScF\":\"Indica cuánto tiempo desplazar.\",\"SKx/0u\":\"Introduce un nombre de lugar o una dirección\",\"ppwojw\":\"Introduce un nombre de lugar o una dirección para los eventos presenciales\",\"j+eCIq\":\"Introducir la dirección manualmente\",\"3bR1r4\":\"Ingresa el correo del afiliado (opcional)\",\"ARkzso\":\"Ingresa el nombre del afiliado\",\"ej4L8b\":\"Introducir capacidad\",\"6KnyG0\":\"Ingrese correo electrónico\",\"INDKM9\":\"Ingrese el asunto del correo...\",\"xUgUTh\":\"Ingrese nombre\",\"9/1YKL\":\"Ingrese apellido\",\"VpwcSk\":\"Ingresa nueva contraseña\",\"kWg31j\":\"Ingresa un código de afiliado único\",\"C3nD/1\":\"Introduce tu correo electrónico\",\"VmXiz4\":\"Ingresa tu correo electrónico y te enviaremos instrucciones para restablecer tu contraseña.\",\"n9V+ps\":\"Introduce tu nombre\",\"IdULhL\":\"Ingresa tu número de IVA incluyendo el código de país, sin espacios (p. ej., ES12345678A, DE123456789)\",\"RRlWVA\":\"Todo el pedido\",\"o21Y+P\":\"registros\",\"X88/6w\":\"Las entradas aparecerán aquí cuando los clientes se unan a la lista de espera de productos agotados.\",\"LslKhj\":\"Error al cargar los registros\",\"BkEWfd\":\"Esc para cerrar\",\"VCNHvW\":\"Evento archivado\",\"ZD0XSb\":\"Evento archivado correctamente\",\"WgD6rb\":\"Categoría del evento\",\"b46pt5\":\"Imagen de portada del evento\",\"NAUIJ7\":\"Evento creado\",\"1b77ID\":\"Evento creado\",\"1Hzev4\":\"Plantilla personalizada del evento\",\"+v+GW0\":\"Visualización de la fecha del evento\",\"7u9/DO\":\"Evento eliminado correctamente\",\"imgKgl\":\"Descripción del evento\",\"IzR/Fc\":\"Vida del evento\",\"PYs3rP\":\"Nombre del evento\",\"HhwcTQ\":\"Nombre del evento\",\"WZZzB6\":\"El nombre del evento es obligatorio\",\"Wd5CDM\":\"El nombre del evento debe tener menos de 150 caracteres\",\"4JzCvP\":\"Evento no disponible\",\"mImacG\":\"Página del evento\",\"Hk9Ki/\":\"Evento restaurado correctamente\",\"JyD0LH\":\"Configuración del evento\",\"XVLu2v\":\"Título del evento\",\"OfmsI9\":\"Evento demasiado nuevo\",\"4SILkp\":\"Totales del evento\",\"YDVUVl\":\"Tipos de eventos\",\"+HeiVx\":\"Evento actualizado\",\"19j6uh\":\"Rendimiento de eventos\",\"PC3/fk\":\"Eventos que Comienzan en las Próximas 24 Horas\",\"CRsuq4\":\"Cada\",\"nwiZdc\":[\"Cada \",[\"0\"]],\"B2jjf8\":[\"Cada \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Cada \",[\"0\"],\" días\"],\"yLiYx+\":[\"Cada \",[\"0\"],\" meses\"],\"nn9ice\":[\"Cada \",[\"0\"],\" semanas\"],\"Cdr8f9\":[\"Cada \",[\"0\"],\" semanas los \",[\"1\"]],\"GVEHRk\":[\"Cada \",[\"0\"],\" años\"],\"XlRpgq\":[\"Cada \",[\"cadenceUnit\"]],\"fTFfOK\":\"Cada plantilla de correo debe incluir un botón de llamada a la acción que enlace a la página apropiada\",\"hHTPiT\":\"Todo lo demás: toca para editar\",\"BVinvJ\":\"Ejemplos: \\\"¿Cómo nos conociste?\\\", \\\"Nombre de empresa para factura\\\"\",\"2hGPQG\":\"Ejemplos: \\\"Talla de camiseta\\\", \\\"Preferencia de comida\\\", \\\"Cargo laboral\\\"\",\"qNuTh3\":\"Excepción\",\"aW/bzJ\":\"Ejecutar eliminación\",\"CtAcQ7\":\"Ejecutar eliminación ahora\",\"xj4fwT\":\"Ejecutar ahora\",\"M1RnFv\":\"Expirado\",\"kF8HQ7\":\"Exportar respuestas\",\"2KAI4N\":\"Exportar CSV\",\"JKfSAv\":\"Error en la exportación. Por favor, inténtelo de nuevo.\",\"SVOEsu\":\"Exportación iniciada. Preparando archivo...\",\"wuyaZh\":\"Exportación exitosa\",\"9bpUSo\":\"Exportando afiliados\",\"jtrqH9\":\"Exportando asistentes\",\"R4Oqr8\":\"Exportación completada. Descargando archivo...\",\"UlAK8E\":\"Exportando pedidos\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Fallido\",\"8uOlgz\":\"Falló el\",\"tKcbYd\":\"Trabajos fallidos\",\"SsI9v/\":\"No se pudo abandonar el pedido. Por favor, inténtalo de nuevo.\",\"LdPKPR\":\"Error al asignar configuración\",\"PO0cfn\":\"No se pudo cancelar la fecha\",\"YUX+f+\":\"No se pudieron cancelar las fechas\",\"SIHgVQ\":\"No se pudo cancelar el mensaje\",\"cEFg3R\":\"Error al crear el afiliado\",\"dVgNF1\":\"Error al crear configuración\",\"fAoRRJ\":\"No se pudo crear la programación\",\"4yLYTb\":\"No se pudo crear el calendario. Por favor, inténtalo de nuevo.\",\"U66oUa\":\"Error al crear la plantilla\",\"+RTkEY\":\"No se pudo eliminar el anuncio\",\"aFk48v\":\"Error al eliminar configuración\",\"n1CYMH\":\"No se pudo eliminar la fecha\",\"KXv+Qn\":\"No se pudo eliminar la fecha. Puede que tenga pedidos.\",\"JJ0uRo\":\"No se pudieron eliminar las fechas\",\"rgoBnv\":\"Error al eliminar el evento\",\"Zw6LWb\":\"Error al eliminar el trabajo\",\"tq0abZ\":\"Error al eliminar los trabajos\",\"2mkc3c\":\"Error al eliminar el organizador\",\"5E23qd\":\"No se pudo eliminar el producto. Inténtalo de nuevo.\",\"vKMKnu\":\"Error al eliminar la pregunta\",\"xFj7Yj\":\"Error al eliminar la plantilla\",\"jo3Gm6\":\"Error al exportar los afiliados\",\"Jjw03p\":\"Error al exportar asistentes\",\"ZPwFnN\":\"Error al exportar pedidos\",\"zGE3CH\":\"Error al exportar el informe. Por favor, inténtelo de nuevo.\",\"lS9/aZ\":\"No se pudieron cargar los destinatarios\",\"X4o0MX\":\"Error al cargar el Webhook\",\"ETcU7q\":\"Error al ofrecer plaza\",\"5670b9\":\"Error al ofrecer entradas\",\"e5KIbI\":\"No se pudo reactivar la fecha\",\"7zyx8a\":\"Error al eliminar de la lista de espera\",\"A/P7PX\":\"No se pudo eliminar la personalización\",\"ogWc1z\":\"No se pudo reabrir la fecha\",\"0+iwE5\":\"Error al reordenar las preguntas\",\"EJPAcd\":\"No se pudo reenviar la confirmación del pedido\",\"DjSbj3\":\"No se pudo reenviar la entrada\",\"YQ3QSS\":\"Error al reenviar el código de verificación\",\"wDioLj\":\"Error al reintentar el trabajo\",\"DKYTWG\":\"Error al reintentar los trabajos\",\"WRREqF\":\"No se pudo guardar la personalización\",\"sj/eZA\":\"No se pudo guardar el precio personalizado\",\"780n8A\":\"No se pudo guardar la configuración del producto\",\"zTkTF3\":\"Error al guardar la plantilla\",\"l6acRV\":\"Error al guardar la configuración del IVA. Por favor, inténtelo de nuevo.\",\"T6B2gk\":\"Error al enviar el mensaje. Por favor, intenta de nuevo.\",\"lKh069\":\"No se pudo iniciar la exportación\",\"t/KVOk\":\"Error al iniciar la suplantación. Por favor, inténtelo de nuevo.\",\"QXgjH0\":\"Error al detener la suplantación. Por favor, inténtelo de nuevo.\",\"i0QKrm\":\"Error al actualizar el afiliado\",\"NNc33d\":\"No se pudo actualizar la respuesta.\",\"E9jY+o\":\"No se pudo actualizar el asistente\",\"uQynyf\":\"Error al actualizar configuración\",\"i2PFQJ\":\"Error al actualizar el estado del evento\",\"EhlbcI\":\"Error al actualizar el nivel de mensajería\",\"rpGMzC\":\"No se pudo actualizar el pedido\",\"T2aCOV\":\"Error al actualizar el estado del organizador\",\"Eeo/Gy\":\"Error al actualizar la configuración\",\"kqA9lY\":\"Error al actualizar configuración de IVA\",\"nkNfWu\":\"No se pudo subir la imagen. Por favor, intenta de nuevo.\",\"rxy0tG\":\"Error al verificar el correo\",\"QRUpCk\":\"Familia\",\"5LO38w\":\"Pagos rápidos a tu banco\",\"4lgLew\":\"Febrero\",\"9bHCo2\":\"Moneda de la tarifa\",\"/sV91a\":\"Gestión de comisiones\",\"K4dKSP\":\"Tarifa personalizada guardada\",\"LyUWXA\":\"Comisiones omitidas\",\"cf35MA\":\"Festival\",\"pAey+4\":\"El archivo es demasiado grande. El tamaño máximo es de 5 MB.\",\"VejKUM\":\"Primero completa tus datos arriba\",\"/n6q8B\":\"Cine\",\"L1qbUx\":\"Filtrar asistentes\",\"8OvVZZ\":\"Filtrar Asistentes\",\"N/H3++\":\"Filtrar por fecha\",\"mvrlBO\":\"Filtrar por evento\",\"g+xRXP\":\"Terminar de configurar Stripe\",\"LHH461\":\"Finalizar configuración\",\"syyeb9\":\"Primero\",\"Vj6wk9\":\"Primeros 30 días\",\"/bpZYb\":\"Primeros 7 días\",\"ziEnjY\":\"Primeros 90 días\",\"1vBhpG\":\"Primer asistente\",\"4pwejF\":\"El nombre es obligatorio\",\"rVogsf\":\"Corrige los problemas para publicar\",\"3lkYdQ\":\"Tarifa fija\",\"6bBh3/\":\"Tarifa fija\",\"zWqUyJ\":\"Tarifa fija cobrada por transacción\",\"LWL3Bs\":\"La tarifa fija debe ser 0 o mayor\",\"0RI8m4\":\"Flash apagado\",\"q0923e\":\"Flash encendido\",\"X+U6/w\":\"Familia de fuentes\",\"lWxAUo\":\"Comida y bebida\",\"nFm+5u\":\"Texto del Pie\",\"sQv06Y\":\"por\",\"NTzcRQ\":\"Por un número de fechas\",\"a8nooQ\":\"Cuarto\",\"xVhQZV\":\"Vie\",\"39y5bn\":\"Viernes\",\"ejVYRQ\":\"Desde\",\"hGDVDa\":[\"Desde \",[\"0\"]],\"+dBe1R\":[\"Desde el \",[\"start\"]],\"1dv+MO\":[\"desde el \",[\"start\"],\" hasta el \",[\"end\"]],\"l82hjf\":[\"desde el \",[\"start\"],\", por \",[\"count\"],\" fechas\"],\"f5UbZ0\":\"Propiedad total de tus datos\",\"cfvx/y\":\"Evento completo\",\"MY2SVM\":\"Reembolso completo\",\"PGQLdy\":\"futuras\",\"8N/j1s\":\"Solo fechas futuras\",\"yRx/6K\":\"Las fechas futuras se copiarán con la capacidad restablecida a cero\",\"T02gNN\":\"Admisión General\",\"3ep0Gx\":\"Información general sobre tu organizador\",\"ziAjHi\":\"Generar\",\"exy8uo\":\"Generar código\",\"4CETZY\":\"Cómo llegar\",\"pjkEcB\":\"Cobra\",\"lGYzP6\":\"Cobra con Stripe\",\"ZDIydz\":\"Comenzar\",\"u6FPxT\":\"Obtener Entradas\",\"2ohvu7\":\"Texto del botón Obtener Entradas\",\"8KDgYV\":\"Prepare su evento\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Volver\",\"sr0UJD\":\"Volver\",\"oNL5vN\":\"Ir a la página del evento\",\"gHSuV/\":\"Ir a la página de inicio\",\"8+Cj55\":\"Ir a la programación\",\"6nDzTl\":\"Buena legibilidad\",\"76gPWk\":\"Entendido\",\"CZXzs4\":\"Griego\",\"aGWZUr\":\"Ingresos brutos\",\"n8IUs7\":\"Ingresos brutos\",\"O1wAlQ\":\"Invitado\",\"LIYoRQ\":\"Gestión de invitados\",\"NUsTc4\":\"Ocurriendo ahora\",\"S2Y4aO\":\"Eliminación definitiva\",\"kTSQej\":[\"Hola \",[\"0\"],\", gestiona tu plataforma desde aquí.\"],\"URTkcd\":\"Ayúdanos a mejorar contándonos por qué te vas\",\"dORAcs\":\"Aquí están todas las entradas asociadas a tu correo electrónico.\",\"g+2103\":\"Aquí está tu enlace de afiliado\",\"bVsnqU\":\"Hola,\",\"/iE8xx\":\"Tarifa Hi.Events\",\"zppscQ\":\"Tarifas de plataforma de Hi.Events y desglose de IVA por transacción\",\"D+zLDD\":\"Oculto\",\"cZO505\":[\"Oculto: las ventas finalizaron el \",[\"end\"],\".\"],\"DRErHC\":\"Oculto para los asistentes - solo visible para organizadores\",\"9zfvsx\":\"Oculto para todos\",\"nMfkJW\":\"Oculto para todos: el interruptor principal de ocultación está activado.\",\"NNnsM0\":\"Ocultar opciones avanzadas\",\"P+5Pbo\":\"Ocultar respuestas\",\"VMlRqi\":\"Ocultar detalles\",\"NQgWuh\":\"Ocultar vista previa\",\"uXNYjR\":\"Ocultar fechas y horarios agotados\",\"g9RcYX\":\"Ocultar la fecha\",\"uMwTx7\":\"¿Ocultar esta categoría?\",\"LLt2UT\":\"Oculta los agotados\",\"gtEbeW\":\"Destacar\",\"NF8sdv\":\"Mensaje destacado\",\"MXSqmS\":\"Destacar este producto\",\"7ER2sc\":\"Destacado\",\"sq7vjE\":\"Los productos destacados tendrán un color de fondo diferente para resaltar en la página del evento.\",\"1+WSY1\":\"Aficiones\",\"yY8wAv\":\"Horas\",\"49Tkiw\":\"¿Cómo se aplica el descuento?\",\"sy9anN\":\"Cuánto tiempo tiene un cliente para completar su compra después de recibir una oferta. Dejar vacío para sin límite de tiempo.\",\"cceMns\":\"Cómo se aplica el IVA a las tarifas de plataforma que te cobramos.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Húngaro\",\"8Wgd41\":\"Reconozco mis responsabilidades como responsable del tratamiento de datos\",\"O8m7VA\":\"Acepto recibir notificaciones por correo electrónico relacionadas con este evento\",\"YLgdk5\":\"Confirmo que este es un mensaje transaccional relacionado con este evento\",\"4/kP5a\":\"Si no se abrió una nueva pestaña automáticamente, haz clic en el botón de abajo para continuar al pago.\",\"W/eN+G\":\"Si se deja en blanco, la dirección se usará para generar un enlace de Google Maps\",\"CY3yHL\":\"Si se marca, esta categoría se ocultará del público.\",\"iIEaNB\":\"Si tienes una cuenta con nosotros, recibirás un correo electrónico con instrucciones sobre cómo restablecer tu contraseña.\",\"an5hVd\":\"Imágenes\",\"tSVr6t\":\"Suplantar\",\"TWXU0c\":\"Suplantar usuario\",\"5LAZwq\":\"Suplantación iniciada\",\"IMwcdR\":\"Suplantación detenida\",\"0I0Hac\":\"Aviso importante\",\"yD3avI\":\"Importante: Cambiar su dirección de correo electrónico actualizará el enlace para acceder a este pedido. Será redirigido al nuevo enlace del pedido después de guardar.\",\"jT142F\":[\"En \",[\"diffHours\"],\" horas\"],\"OoSyqO\":[\"En \",[\"diffMinutes\"],\" minutos\"],\"PdMhEx\":[\"en los últimos \",[\"0\"],\" min\"],\"u7r0G5\":\"Presencial: indica un lugar\",\"/LCAwL\":\"En curso\",\"5gTmFD\":\"tasas incl.\",\"laL+R0\":\"tasas e impuestos incl.\",\"cXeh90\":\"impuestos incl.\",\"pxFAp/\":\"Aumentar\",\"nQMUIO\":\"Aumentar cantidad\",\"F1Xp97\":\"Asistentes individuales\",\"85e6zs\":\"Insertar token Liquid\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Pagos instantáneos de Stripe\",\"nbfdhU\":\"Integraciones\",\"I8eJ6/\":\"Notas internas en la entrada del asistente\",\"B2Tpo0\":\"Correo inválido\",\"5tT0+u\":\"Formato de correo inválido\",\"f9WRpE\":\"Tipo de archivo inválido. Por favor, sube una imagen.\",\"tnL+GP\":\"Sintaxis Liquid inválida. Por favor corrígela e inténtalo de nuevo.\",\"N9JsFT\":\"Formato de número de IVA inválido\",\"g+lLS9\":\"Invitar a un miembro del equipo\",\"1z26sk\":\"Invitar miembro del equipo\",\"KR0679\":\"Invitar miembros del equipo\",\"aH6ZIb\":\"Invita a tu equipo\",\"Dn4OyV\":\"Invitado\",\"IuMGvq\":\"Factura\",\"a/bUcL\":\"Se celebra en más de una fecha\",\"d+Oe9r\":\"Puede que se haya despublicado o eliminado. Comprueba el enlace e inténtalo de nuevo.\",\"Lj7sBL\":\"Italiano\",\"F5/CBH\":\"artículo(s)\",\"BzfzPK\":\"Artículos\",\"rjyWPb\":\"Enero\",\"KmWyx0\":\"Trabajo\",\"o5r6b2\":\"Trabajo eliminado\",\"cd0jIM\":\"Detalles del trabajo\",\"ruJO57\":\"Nombre del trabajo\",\"YZi+Hu\":\"Trabajo en cola para reintentar\",\"nCywLA\":\"Únete desde cualquier lugar\",\"SNzppu\":\"Unirse a la lista de espera\",\"dLouFI\":[\"Unirse a la lista de espera para \",[\"productDisplayName\"]],\"2gMuHR\":\"Inscrito\",\"u4ex5r\":\"Julio\",\"zeEQd/\":\"Junio\",\"MxjCqk\":\"¿Solo buscas tus entradas?\",\"xOTzt5\":\"ahora mismo\",\"0RihU9\":\"Acaba de terminar\",\"Brhs/U\":\"Mantener conexión\",\"4OjqAQ\":\"Seguir editando\",\"lwO5vw\":[\"Sé breve — los banners muestran una sola línea. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Mantenerme informado sobre noticias y eventos de \",[\"0\"]],\"ioFA9i\":\"Quédate con las ganancias.\",\"C/pOUI\":\"Etiqueta — p. ej. Sesión de mañana\",\"o66QSP\":\"cambios de etiqueta\",\"RtKKbA\":\"Último\",\"DruLRc\":\"Últimos 14 días\",\"ve9JTU\":\"El apellido es obligatorio\",\"h0Q9Iw\":\"Última respuesta\",\"gw3Ur5\":\"Última activación\",\"FIq1Ba\":\"Después\",\"xvnLMP\":\"Últimos check-ins\",\"GGFOZD\":\"Deja «Desde» en hoy para empezar de inmediato.\",\"N5TErv\":\"Déjalo vacío para ilimitado\",\"L/hDDD\":\"Déjalo vacío para aplicar esta lista de check-in a todas las fechas\",\"9Pf3wk\":\"Déjalo activado para cubrir todas las entradas del evento. Desactívalo para elegir entradas concretas.\",\"Hq2BzX\":\"Infórmales del cambio\",\"+uexiy\":\"Infórmales de los cambios\",\"exYcTF\":\"Biblioteca\",\"1njn7W\":\"Claro\",\"1qY5Ue\":\"Enlace caducado o inválido\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Enlaces permitidos\",\"2BBAbc\":\"Lista\",\"dF6vP6\":\"En vivo\",\"fpMs2Z\":\"EN VIVO\",\"D9zTjx\":\"Eventos en Vivo\",\"a37vfH\":\"Vista previa en vivo\",\"C33p4q\":\"Fechas cargadas\",\"WdmJIX\":\"Cargando vista previa...\",\"IoDI2o\":\"Cargando tokens...\",\"G3Ge9Z\":\"Cargando registros de webhook...\",\"NFxlHW\":\"Cargando webhooks\",\"E0DoRM\":\"Ubicación eliminada\",\"7w8lJU\":\"Ubicación guardada\",\"YsRXDD\":\"Ubicación actualizada\",\"A/kIva\":\"cambios de ubicación\",\"iyZPPR\":\"ubicaciones\",\"VppBoU\":\"Ubicaciones\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo y portada\",\"gddQe0\":\"Logo e imagen de portada para tu organizador\",\"TBEnp1\":\"El logo se mostrará en el encabezado\",\"Jzu30R\":\"El logo se mostrará en el ticket\",\"PSRm6/\":\"Buscar mis entradas\",\"yJFu/X\":\"Oficina principal\",\"v5nFPh\":\"Hazlo visible para que la gente pueda comprar entradas\",\"cdY2at\":[\"Gestionar \",[\"0\"]],\"wZJfA8\":\"Gestiona las fechas y los horarios de tu evento recurrente\",\"RlzPUE\":\"Gestionar en Stripe\",\"sjoDuh\":\"Gestionar programación\",\"6NXJRK\":\"Gestionar programación\",\"zXuaxY\":\"Gestiona la lista de espera de tu evento, consulta estadísticas y ofrece entradas a los asistentes.\",\"g2npA5\":\"Oferta manual\",\"hg6l4j\":\"Marzo\",\"pqRBOz\":\"Marcar como validado (anulación de administrador)\",\"2L3vle\":\"Máx. mensajes / 24h\",\"Qp4HWD\":\"Máx. destinatarios / mensaje\",\"7qu2YV\":[\"Máximo \",[\"cap\"],\" por pedido\"],\"3JzsDb\":\"Mayo\",\"agPptk\":\"Medio\",\"xDAtGP\":\"Mensaje\",\"bECJqy\":\"Mensaje aprobado exitosamente\",\"1jRD0v\":\"Enviar mensajes a los asistentes con entradas específicas\",\"uQLXbS\":\"Mensaje cancelado\",\"48rf3i\":\"El mensaje no puede exceder 5000 caracteres\",\"ZPj0Q8\":\"Detalles del mensaje\",\"Vjat/X\":\"El mensaje es obligatorio\",\"0/yJtP\":\"Enviar mensajes a los propietarios de pedidos con productos específicos\",\"saG4At\":\"Mensaje programado\",\"mFdA+i\":\"Nivel de mensajería\",\"v7xKtM\":\"Nivel de mensajería actualizado exitosamente\",\"/VRn+9\":[\"Mín. \",[\"min\"],\" por pedido\"],\"H9HlDe\":\"minutos\",\"agRWc1\":\"Minutos\",\"FfPWR0\":\"Modal\",\"zz/Wd/\":\"Modo\",\"fpMgHS\":\"Lun\",\"hty0d5\":\"Lunes\",\"JbIgPz\":\"Los valores monetarios son totales aproximados en todas las monedas\",\"qvF+MT\":\"Monitorear y gestionar trabajos de fondo fallidos\",\"kY2ll9\":\"mes\",\"HajiZl\":\"Mes\",\"+8Nek/\":\"Mensual\",\"6jefe3\":\"meses\",\"f8jrkd\":\"más\",\"JcD7qf\":\"Más acciones\",\"w36OkR\":\"Eventos más vistos (Últimos 14 días)\",\"+Y/na7\":\"Adelantar o retrasar todas las fechas\",\"3DIpY0\":\"Varias ubicaciones\",\"g9cQCP\":\"Varios tipos de entrada\",\"GfaxEk\":\"Música\",\"oVGCGh\":\"Mis Entradas\",\"8/brI5\":\"El nombre es obligatorio\",\"sFFArG\":\"El nombre debe tener menos de 255 caracteres\",\"Bst+aq\":\"¿Necesitas cambiar de cuenta de Stripe? Desconecta esta.\",\"xxU3NX\":\"Ingresos netos\",\"7I8LlL\":\"Nueva capacidad\",\"n1GRql\":\"Nueva etiqueta\",\"y0Fcpd\":\"Nueva ubicación\",\"ArHT/C\":\"Nuevos registros\",\"uK7xWf\":\"Nuevo horario:\",\"g8JmSC\":\"Mes siguiente\",\"veT5Br\":\"Próxima fecha\",\"WXtl5X\":[\"Próxima: \",[\"nextFormatted\"]],\"eWRECP\":\"Vida nocturna\",\"HSw5l3\":\"No - Soy un individuo o empresa no registrada para el IVA\",\"VHfLAW\":\"Sin cuentas\",\"+jIeoh\":\"No se encontraron cuentas\",\"074+X8\":\"No hay webhooks activos\",\"zxnup4\":\"No hay afiliados para mostrar\",\"hUHrkV\":\"Aún no hay anuncios\",\"Dwf4dR\":\"Aún no hay preguntas para asistentes\",\"th7rdT\":\"No hay asistentes que mostrar\",\"PKySlW\":\"Todavía no hay asistentes para esta fecha.\",\"/UC6qk\":\"No se encontraron datos de atribución\",\"E2vYsO\":\"Stripe aún no ha informado de ninguna funcionalidad.\",\"amMkpL\":\"Sin capacidad\",\"d2Jf1f\":\"Sin cambios\",\"99ntUF\":\"No hay listas de check-in disponibles para este evento.\",\"wG+knX\":\"Aún no hay check-ins\",\"+dAKxg\":\"No se encontraron configuraciones\",\"LiLk8u\":\"No hay conexiones disponibles\",\"eb47T5\":\"No se encontraron datos para los filtros seleccionados. Intente ajustar el rango de fechas o la moneda.\",\"Zc216S\":\"No se ha añadido ninguna fecha\",\"I8mtzP\":\"No hay fechas disponibles este mes. Prueba con otro mes.\",\"yDukIL\":\"Ninguna fecha coincide con los filtros actuales.\",\"B7phdj\":\"Ninguna fecha coincide con tus filtros\",\"/ZB4Um\":\"Ninguna fecha coincide con tu búsqueda\",\"OtJSnL\":\"No hay fechas programadas\",\"gEdNe8\":\"Aún no hay fechas programadas\",\"w+wkcC\":\"No se encontraron solicitudes de eliminación\",\"pZNOT9\":\"Sin fecha de finalización\",\"dW40Uz\":\"No se encontraron eventos\",\"8pQ3NJ\":\"No hay eventos que comiencen en las próximas 24 horas\",\"8zCZQf\":\"Aún no hay eventos\",\"Yc5YW6\":\"Sin trabajos fallidos\",\"EpvBAp\":\"Sin factura\",\"N+9Onb\":\"Sin límites\",\"XZkeaI\":\"No se encontraron registros\",\"IcAC6J\":\"No se encontraron fuentes\",\"nrSs2u\":\"No se encontraron mensajes\",\"Rj99yx\":\"No hay fechas disponibles\",\"IFU1IG\":\"No hay fechas este día\",\"OVFwlg\":\"Aún no hay preguntas de pedido\",\"EJ7bVz\":\"No se encontraron pedidos\",\"NEmyqy\":\"Aún no hay pedidos\",\"a77B6w\":\"Todavía no hay pedidos para esta fecha.\",\"wUv5xQ\":\"Sin actividad de organizador en los últimos 14 días\",\"vLd1tV\":\"No hay contexto de organizador disponible.\",\"B7w4KY\":\"No hay otros organizadores disponibles\",\"PChXMe\":\"Sin pedidos pagados\",\"6jYQGG\":\"No hay eventos pasados\",\"CHzaTD\":\"Sin eventos populares en los últimos 14 días\",\"zK/+ef\":\"No hay productos disponibles para seleccionar\",\"M1/lXs\":\"No hay productos configurados para este evento.\",\"kY7XDn\":\"Ningún producto tiene entradas en lista de espera\",\"8mw4tm\":\"Mensaje de sin productos\",\"wYiAtV\":\"Sin registros de cuentas recientes\",\"UW90md\":\"No se encontraron destinatarios\",\"QoAi8D\":\"Sin respuesta\",\"JeO7SI\":\"Sin respuesta\",\"EK/G11\":\"Aún no hay respuestas\",\"AxPAXW\":\"No se encontraron resultados\",\"59OWd3\":\"No hay ubicaciones guardadas\",\"mPdY6W\":\"Sin sugerencias\",\"3sRuiW\":\"No se encontraron entradas\",\"debCrL\":\"No hay entradas a la venta\",\"k2C0ZR\":\"No hay próximas fechas\",\"yM5c0q\":\"No hay próximos eventos\",\"qpC74J\":\"No se encontraron usuarios\",\"8wgkoi\":\"Sin eventos vistos en los últimos 14 días\",\"Arzxc1\":\"Sin entradas en la lista de espera\",\"n5vdm2\":\"Aún no se han registrado eventos de webhook para este punto de acceso. Los eventos aparecerán aquí una vez que se activen.\",\"4GhX3c\":\"No hay Webhooks\",\"4+am6b\":\"No, mantenerme aquí\",\"4JVMUi\":\"sin editar\",\"ACaDVQ\":\"Ninguno todavía\",\"Itw24Q\":\"Sin check-in\",\"x5+Lcz\":\"No Registrado\",\"8n10sz\":\"No Elegible\",\"kLvU3F\":\"Avisar a los asistentes y detener las ventas\",\"t9QlBd\":\"Noviembre\",\"kAREMN\":\"Número de fechas que crear\",\"6u1B3O\":\"Fecha\",\"mmoE62\":\"Fecha cancelada\",\"V9flmL\":\"Programación de fechas\",\"Kh3WO8\":\"Resumen de la fecha\",\"byXCTu\":\"Fechas\",\"KATw3p\":\"Fechas (solo futuras)\",\"85rTR2\":\"Las fechas se pueden configurar después de la creación\",\"dzQfDY\":\"Octubre\",\"BwJKBw\":\"de\",\"GQnX9d\":\"de cada mes\",\"az8lvo\":\"Desactivado\",\"9h7RDh\":\"Ofrecer\",\"EfK2O6\":\"Ofrecer lugar\",\"3sVRey\":\"Ofrecer entradas\",\"2O7Ybb\":\"Tiempo límite de la oferta\",\"1jUg5D\":\"Ofrecido\",\"l+/HS6\":[\"Las ofertas expiran después de \",[\"timeoutHours\"],\" horas.\"],\"6Aih4U\":\"Fuera de línea\",\"Fdp03t\":\"el\",\"Z5HWHd\":\"Activado\",\"TH5A28\":[\"los \",[\"dayList\"]],\"qiMtVT\":[\"el \",[\"day\"],\" de \",[\"month\"]],\"nO3VbP\":[\"En venta \",[\"0\"]],\"pPAGSK\":[\"el \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"En la página del evento\",\"H7stQC\":\"En la lista de espera\",\"oXOSPE\":\"En línea\",\"aqmy5k\":\"En línea: indica los datos de conexión\",\"LuZBbx\":\"En línea y presencial\",\"IXuOqt\":\"En línea y presencial: consulta la programación\",\"WjSpu5\":\"Evento en línea\",\"wCRLS9\":[\"Solo \",[\"cap\"],\" disponibles\"],\"scPxI/\":[\"Solo quedan \",[\"capacity\"]],\"Gk0+G6\":\"Solo el nombre es obligatorio; todo lo demás tiene valores por defecto razonables\",\"NdOxqr\":\"Solo los administradores de la cuenta pueden eliminar o archivar eventos. Contacta a tu administrador de cuenta para obtener ayuda.\",\"rnoDMF\":\"Solo los administradores de la cuenta pueden eliminar o archivar organizadores. Contacta a tu administrador de cuenta para obtener ayuda.\",\"tnx0u1\":\"Disponible solo como complemento\",\"z4JBd7\":\"Solo los anuncios publicados se muestran a los usuarios\",\"bU7oUm\":\"Enviar solo a pedidos con estos estados\",\"wkpaqp\":\"Mostrar solo la fecha y hora de inicio\",\"chktt5\":\"Solo se muestra como complemento de los productos a los que está asociado\",\"Y4HHYW\":\"Solo se muestra como complemento de los productos a los que está asociado.\",\"Z82In9\":\"Solo el propietario de la cuenta puede solicitar la eliminación de la cuenta.\",\"DMk8F0\":\"Solo las entradas cuentan para la capacidad\",\"+/Z3yr\":\"Visible solo para compradores con un código promocional aplicable.\",\"M2w1ni\":\"Solo visible con código promocional\",\"y8Bm7C\":\"Abrir check-in\",\"RLz7P+\":\"Abrir fecha\",\"iMqrOb\":\"Llamada a la acción opcional\",\"cDSdPb\":\"Apodo opcional que se muestra en los selectores, p. ej. \\\"Sala de conferencias\\\"\",\"HXMJxH\":\"Texto opcional para avisos legales, información de contacto o notas de agradecimiento (solo una línea)\",\"L565X2\":\"opciones\",\"8m9emP\":\"o añade una sola fecha\",\"eBskDE\":\"O activa los pagos sin conexión y desactiva Stripe\",\"dSeVIm\":\"pedido\",\"c/TIyD\":\"Pedido y Entrada\",\"H5qWhm\":\"Pedido cancelado\",\"b6+Y+n\":\"Pedido completado\",\"x4MLWE\":\"Confirmación de pedido\",\"CsTTH0\":\"Confirmación del pedido reenviada correctamente\",\"ppuQR4\":\"Pedido creado\",\"xtQzag\":\"Detalles del pedido\",\"vrSW9M\":\"El pedido ha sido cancelado y reembolsado. El propietario del pedido ha sido notificado.\",\"rzw+wS\":\"Titulares de pedidos\",\"oI/hGR\":\"ID de pedido\",\"m8vQEP\":\"Límites del pedido\",\"vu6Arl\":\"Pedido marcado como pagado\",\"sLbJQz\":\"Pedido no encontrado\",\"kvYpYu\":\"Pedido no encontrado\",\"eJ8SvM\":\"Número de pedido, fecha de compra, correo del comprador\",\"FaPYw+\":\"Propietario del pedido\",\"eB5vce\":\"Propietarios de pedidos con un producto específico\",\"CxLoxM\":\"Propietarios de pedidos con productos\",\"UkHo4c\":\"Ref. pedido\",\"EZy55F\":\"Pedido reembolsado\",\"6eSHqs\":\"Estados de los pedidos\",\"oW5877\":\"Total del pedido\",\"e7eZuA\":\"Pedido actualizado\",\"1SQRYo\":\"Pedido actualizado correctamente\",\"3NT0Ck\":\"El pedido fue cancelado\",\"V5khLm\":\"pedidos\",\"sd5IMt\":\"Pedidos completados\",\"5It1cQ\":\"Pedidos exportados\",\"UQ0ACV\":\"Total de pedidos\",\"B/EBQv\":\"Pedidos:\",\"qtGTNu\":\"Cuentas orgánicas\",\"P/JHA4\":\"Organizador archivado correctamente\",\"S3CZ5M\":\"Panel del organizador\",\"GzjTd0\":\"Organizador eliminado correctamente\",\"SQqJd8\":\"Organizador no encontrado\",\"HF8Bxa\":\"Organizador restaurado correctamente\",\"wpj63n\":\"Configuración del organizador\",\"o1my93\":\"No se pudo actualizar el estado del organizador. Inténtalo de nuevo más tarde\",\"rLHma1\":\"Estado del organizador actualizado\",\"LqBITi\":\"Se usará la plantilla del organizador/predeterminada\",\"q4zH+l\":\"Organizadores\",\"/IX/7x\":\"Otro\",\"RsiDDQ\":\"Otras Listas (Ticket No Incluido)\",\"EufvBx\":\"Resultado\",\"aDfajK\":\"Aire libre\",\"qMASRF\":\"Mensajes salientes\",\"iCOVQO\":\"Personalización\",\"GpFTEc\":\"Personalizar las tarifas de este organizador\",\"M9ZhMP\":\"Personalizar precio\",\"cnVIpl\":\"Personalización eliminada\",\"6/dCYd\":\"Resumen\",\"6WdDG7\":\"Página\",\"8uqsE5\":\"Página ya no disponible\",\"QkLf4H\":\"URL de la página\",\"sF+Xp9\":\"Vistas de página\",\"v4nCHK\":\"Pagado\",\"c+suC6\":\"Cuentas de pago\",\"5F7SYw\":\"Reembolso parcial\",\"fFYotW\":[\"Reembolsado parcialmente: \",[\"0\"]],\"i8day5\":\"Pasar comisión al comprador\",\"k4FLBQ\":\"Pasar al comprador\",\"Ff0Dor\":\"Pasado\",\"BFjW8X\":\"Vencido\",\"xTPjSy\":\"Eventos pasados\",\"/l/ckQ\":\"Pega la URL\",\"URAE3q\":\"Pausado\",\"4fL/V7\":\"Pagar\",\"W5l9HD\":\"Paga lo que quieras\",\"c2/9VE\":\"Carga útil\",\"5cxUwd\":\"Fecha de pago\",\"ENEPLY\":\"Método de pago\",\"8Lx2X7\":\"Pago recibido\",\"fx8BTd\":\"Pagos no disponibles\",\"C+ylwF\":\"Pagos\",\"UbRKMZ\":\"Pendiente\",\"UkM20g\":\"Revisión pendiente\",\"dPYu1F\":\"Por asistente\",\"mQV/nJ\":\"por min\",\"+kvxv+\":\"por pedido\",\"VlXNyK\":\"Por pedido\",\"NhuGd7\":\"por producto\",\"hauDFf\":\"Por entrada\",\"mnF83a\":\"Tarifa porcentual\",\"TNLuRD\":\"Tarifa porcentual (%)\",\"MixU2P\":\"El porcentaje debe estar entre 0 y 100\",\"MkuVAZ\":\"Porcentaje del monto de la transacción\",\"/Bh+7r\":\"Rendimiento\",\"/4mGVp\":\"Eliminar permanentemente esta cuenta\",\"dGdKgQ\":\"Eliminar permanentemente esta cuenta y sus datos.\",\"fIp56F\":\"Elimina permanentemente este evento y todos sus datos asociados.\",\"nJeeX7\":\"Elimina permanentemente este organizador y todos sus eventos.\",\"wfCTgK\":\"Eliminar esta fecha de forma permanente\",\"6kPk3+\":\"Información personal\",\"zmwvG2\":\"Teléfono\",\"tSR/oe\":\"Elige una fecha de fin\",\"e8kzpp\":\"Elige al menos un día del mes\",\"35C8QZ\":\"Elige al menos un día de la semana\",\"kJmAsd\":\"Elige días para ver tus fechas.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Realizado\",\"wBJR8i\":\"¿Planificando un evento?\",\"J3lhKT\":\"Comisión de plataforma\",\"RD51+P\":[\"Comisión de plataforma de \",[\"0\"],\" deducida de su pago\"],\"br3Y/y\":\"Tarifas de plataforma\",\"3buiaw\":\"Informe de tarifas de plataforma\",\"kv9dM4\":\"Ingresos de la plataforma\",\"PJ3Ykr\":\"Consulta tu entrada para ver el horario actualizado. Tus entradas siguen siendo válidas: no tienes que hacer nada a menos que los nuevos horarios no te vengan bien. Responde a este correo si tienes alguna duda.\",\"OtjenF\":\"Por favor, introduzca una dirección de correo electrónico válida\",\"jEw0Mr\":\"Por favor, introduce una URL válida\",\"n8+Ng/\":\"Por favor, ingresa el código de 5 dígitos\",\"r+lQXT\":\"Por favor ingrese su número de IVA\",\"Dvq0wf\":\"Por favor, proporciona una imagen.\",\"2cUopP\":\"Por favor, reinicia el proceso de compra.\",\"GoXxOA\":\"Selecciona una fecha y un horario\",\"8KmsFa\":\"Por favor seleccione un rango de fechas\",\"EFq6EG\":\"Por favor, selecciona una imagen.\",\"fuwKpE\":\"Por favor, inténtalo de nuevo.\",\"klWBeI\":\"Por favor, espera antes de solicitar otro código\",\"hfHhaa\":\"Por favor, espera mientras preparamos tus afiliados para exportar...\",\"o+tJN/\":\"Por favor, espera mientras preparamos la exportación de tus asistentes...\",\"+5Mlle\":\"Por favor, espera mientras preparamos la exportación de tus pedidos...\",\"trnWaw\":\"Polaco\",\"luHAJY\":\"Eventos populares (Últimos 14 días)\",\"p/78dY\":\"Posición\",\"OESu7I\":\"Evite la sobreventa compartiendo inventario entre múltiples tipos de entradas.\",\"NgVUL2\":\"Vista previa del formulario de pago\",\"cs5muu\":\"Vista previa de la página del evento\",\"1xwZj/\":\"Mes anterior\",\"Jm2AC3\":\"Nivel de precio\",\"a5jvSX\":\"Niveles de Precio\",\"aHCEmh\":\"Precios\",\"ReihZ7\":\"Vista Previa de Impresión\",\"JnuPvH\":\"Imprimir Entrada\",\"tYF4Zq\":\"Imprimir a PDF\",\"LcET2C\":\"Política de privacidad\",\"8z6Y5D\":\"Procesar reembolso\",\"JcejNJ\":\"Procesando pedido\",\"EWCLpZ\":\"Producto creado\",\"XkFYVB\":\"Producto eliminado\",\"YMwcbR\":\"Desglose de ventas de productos, ingresos e impuestos\",\"ls0mTC\":\"La configuración de productos no se puede editar en fechas canceladas.\",\"2339ej\":\"Configuración del producto guardada correctamente\",\"ldVIlB\":\"Producto actualizado\",\"CP3D8G\":\"Progreso\",\"JoKGiJ\":\"Código promocional\",\"dIodJL\":\"Código promocional obligatorio\",\"k3wH7i\":\"Uso de códigos promocionales y desglose de descuentos\",\"tZqL0q\":\"códigos promocionales\",\"oCHiz3\":\"Códigos promocionales\",\"uEhdRh\":\"Solo Promocional\",\"dLm8V5\":\"Los correos promocionales pueden resultar en la suspensión de la cuenta\",\"W0ETyY\":\"Proporciona al menos un campo de dirección (lugar, calle, ciudad o país).\",\"2W/7Gz\":\"Facilita lo siguiente antes de la próxima revisión de Stripe para que los pagos sigan llegando.\",\"7d1a0d\":\"Público\",\"EEYbdt\":\"Publicar\",\"JcgJKc\":\"Publicar de todos modos\",\"evDBV8\":\"Publicar evento\",\"2zEfOd\":\"Publica tu evento\",\"u3wRF+\":\"Publicado\",\"L7nrC8\":\"Al publicar, la página de tu evento será pública y se abrirán las inscripciones.\",\"dsFmM+\":\"Comprado\",\"JunetL\":\"Comprador\",\"phmeUH\":\"Correo del comprador\",\"ywR4ZL\":\"Check-in con código QR\",\"oWXNE5\":\"Cant.\",\"VbWX2u\":\"Cantidad\",\"biEyJ4\":\"Respuestas a las preguntas\",\"k/bJj0\":\"Preguntas reordenadas\",\"b24kPi\":\"Cola\",\"lTPqpM\":\"Consejo rápido\",\"fqDzSu\":\"Tasa\",\"mnUGVC\":\"Límite de solicitudes excedido. Por favor, inténtelo de nuevo más tarde.\",\"t41hVI\":\"Volver a ofrecer lugar\",\"TNclgc\":\"¿Reactivar esta fecha? Se reabrirá para futuras ventas.\",\"RENQ6j\":\"¿Listo para publicar?\",\"uqoRbb\":\"Analíticas en tiempo real\",\"jPSk57\":\"Motivo (opcional)\",\"xzRvs4\":[\"Recibir actualizaciones de productos de \",[\"0\"],\".\"],\"pLXbi8\":\"Registros de cuentas recientes\",\"M1HGuR\":\"Actividad reciente\",\"3kJ0gv\":\"Asistentes recientes\",\"qhfiwV\":\"Check-ins recientes\",\"S+0XMX\":\"Pedidos recientes\",\"Fi3b48\":\"Pedidos recientes\",\"7hPBBn\":\"destinatario\",\"jp5bq8\":\"destinatarios\",\"yPrbsy\":\"Destinatarios\",\"E1F5Ji\":\"Los destinatarios estarán disponibles después de enviar el mensaje\",\"WEYdDv\":\"Recomendado\",\"wuhHPE\":\"Recurrente\",\"asLqwt\":\"Evento recurrente\",\"s3uzsK\":\"Configuración de eventos recurrentes\",\"D0tAMe\":\"Eventos recurrentes\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Redirigiendo a Stripe...\",\"pnoTN5\":\"Cuentas de referencia\",\"ACKu03\":\"Actualizar vista previa\",\"vuFYA6\":\"Reembolsar todos los pedidos de estas fechas\",\"4cRUK3\":\"Reembolsar todos los pedidos de esta fecha\",\"fKn/k6\":\"Monto del reembolso\",\"qY4rpA\":\"Reembolso fallido\",\"FaK/8G\":[\"Reembolsar pedido \",[\"0\"]],\"MGbi9P\":\"Reembolso pendiente\",\"BDSRuX\":[\"Reembolsado: \",[\"0\"]],\"bU4bS1\":\"Reembolsos\",\"rYXfOA\":\"Configuración regional\",\"5tl0Bp\":\"Preguntas de registro\",\"ZNo5k1\":\"Restante\",\"Bjh87R\":\"Quitar la etiqueta de todas las fechas\",\"IVZaEo\":\"Elimina por completo las fechas y horarios agotados de la página del evento. Si está desactivado, permanecen visibles y se marcan como agotados.\",\"5Vkr/a\":\"Eliminar horario\",\"KkJtVK\":\"Reabrir a la venta\",\"XJwWJp\":\"¿Reabrir esta fecha a la venta? Las entradas canceladas anteriormente no se restaurarán: los asistentes afectados seguirán cancelados y los reembolsos ya emitidos no se revierten.\",\"RYlQY0\":\"Se repite\",\"CQeZT8\":\"Informe no encontrado\",\"JEPMXN\":\"Solicitar un nuevo enlace\",\"Yx0Ud8\":\"Solicitado\",\"Wcv9QD\":\"Solicitado por\",\"TMLAx2\":\"Requerido\",\"mdeIOH\":\"Reenviar código\",\"sQxe68\":\"Reenviar confirmación\",\"bxoWpz\":\"Reenviar correo de confirmación\",\"G42SNI\":\"Reenviar correo\",\"TTpXL3\":[\"Reenviar en \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Reenviar entrada\",\"Uwsg2F\":\"Reservado\",\"8wUjGl\":\"Reservado hasta\",\"a5z8mb\":\"Restablecer al precio base\",\"kCn6wb\":\"Restableciendo...\",\"ZlCDf+\":\"Respuesta\",\"bsydMp\":\"Detalles de la respuesta\",\"yKu/3Y\":\"Restaurar\",\"RokrZf\":\"Restaurar evento\",\"/JyMGh\":\"Restaurar organizador\",\"HFvFRb\":\"Restaura este evento para que vuelva a ser visible.\",\"DDIcqy\":\"Restaura este organizador y vuelve a activarlo.\",\"mO8KLE\":\"resultados\",\"6gRgw8\":\"Reintentar\",\"1BG8ga\":\"Reintentar todo\",\"rDC+T6\":\"Reintentar trabajo\",\"CbnrWb\":\"Volver al evento\",\"Lf7TCn\":\"Los lugares reutilizables aparecen aquí automáticamente al crear eventos con direcciones, y también puedes añadir los tuyos.\",\"mdQ0zb\":\"Lugares reutilizables para tus eventos. Las ubicaciones creadas desde el autocompletado se guardan aquí automáticamente.\",\"XFOPle\":\"Reutilizar\",\"1Zehp4\":\"Reutiliza una conexión de Stripe de otro organizador de esta cuenta.\",\"Oo/PLb\":\"Resumen de ingresos\",\"CfuueU\":\"Revocar oferta\",\"Tpm2G9\":\"Duración\",\"dFFW9L\":[\"Venta terminada \",[\"0\"]],\"loCKGB\":[\"Venta termina \",[\"0\"]],\"wlfBad\":\"Período de Venta\",\"qi81Jg\":\"El periodo de venta se aplica a todas las fechas de tu programación. Para controlar el precio y la disponibilidad de fechas concretas, usa las personalizaciones de la <0>página de programación de fechas.\",\"zpekWp\":[\"Venta comienza \",[\"0\"]],\"7s8z0X\":\"Periodo de venta\",\"mUv9U4\":\"Ventas\",\"9KnRdL\":\"Las ventas están pausadas\",\"JC3J0k\":\"Desglose de ventas, asistencia y check-in por fecha\",\"3VnlS9\":\"Ventas, pedidos y métricas de rendimiento para todos los eventos\",\"3Q1AWe\":\"Ventas:\",\"LeuERW\":\"Igual que el evento\",\"B4nE3N\":\"Precio de entrada de ejemplo\",\"8BRPoH\":\"Lugar de Ejemplo\",\"PiK6Ld\":\"Sáb\",\"+5kO8P\":\"Sábado\",\"zJiuDn\":\"Guardar la tarifa personalizada\",\"x1fMXJ\":\"Guardar programación\",\"KZrfYJ\":\"Guardar enlaces sociales\",\"9Y3hAT\":\"Guardar plantilla\",\"C8ne4X\":\"Guardar Diseño del Ticket\",\"cTI8IK\":\"Guardar la configuración de IVA\",\"6/TNCd\":\"Guardar Configuración del IVA\",\"4RvD9q\":\"Ubicación guardada\",\"cgw0cL\":\"Ubicaciones guardadas\",\"Fbqm/I\":\"Al guardar una personalización se crea una configuración específica para este organizador si actualmente usa la predeterminada del sistema.\",\"I+FvbD\":\"Escanear\",\"0zd6Nm\":\"Escanea una entrada para hacer el check-in de un asistente\",\"bQG7Qk\":\"Las entradas escaneadas aparecerán aquí\",\"WDYSLJ\":\"Modo escáner\",\"gmB6oO\":\"Programación\",\"qQTaVm\":\"Programación añadida\",\"j6NnBq\":\"Programación creada correctamente\",\"YP7frt\":\"La programación termina el\",\"QS1Nla\":\"Programar para más tarde\",\"NAzVVw\":\"Programar mensaje\",\"/rTL/5\":\"Vista previa de la programación\",\"Fz09JP\":\"La programación empieza el\",\"4ba0NE\":\"Programado\",\"4HKQZj\":\"Eliminación programada\",\"qcP/8K\":\"Hora programada\",\"A1taO8\":\"Buscar\",\"ftNXma\":\"Buscar afiliados...\",\"VMU+zM\":\"Buscar asistentes\",\"VY+Bdn\":\"Buscar por nombre de cuenta o correo electrónico...\",\"VX+B3I\":\"Buscar por título de evento u organizador...\",\"R0wEyA\":\"Buscar por nombre de trabajo o excepción...\",\"YnMfsK\":\"Buscar por nombre o dirección...\",\"3yKuDu\":\"Busca por nombre o correo y selecciona uno o varios\",\"VT+urE\":\"Buscar por nombre o correo electrónico...\",\"GHdjuo\":\"Buscar por nombre, correo electrónico o cuenta...\",\"4mBFO7\":\"Buscar por nombre, n.º de pedido, n.º de entrada o correo\",\"20ce0U\":\"Buscar por ID de pedido, nombre de cliente o correo electrónico...\",\"4DSz7Z\":\"Buscar por asunto, evento o cuenta...\",\"gTUY97\":\"Buscar por título...\",\"nQC7Z9\":\"Buscar fechas...\",\"iRtEpV\":\"Buscar fechas…\",\"JRM7ao\":\"Buscar una dirección\",\"BWF1kC\":\"Buscar mensajes...\",\"5WYZKZ\":\"Resultados de búsqueda\",\"IG85fV\":\"Busca ubicaciones guardadas o encuentra una dirección...\",\"Du+zn+\":\"Buscando...\",\"3aD3GF\":\"De temporada\",\"ku//5b\":\"Segundo\",\"Mck5ht\":\"Pago Seguro\",\"s7tXqF\":\"Ver programación\",\"JFap6u\":\"Ver qué necesita todavía Stripe\",\"6lGaum\":\"Visto\",\"p7xUrt\":\"Selecciona una categoría\",\"hTKQwS\":\"Selecciona fecha y hora\",\"Ps6Xtf\":\"Selecciona una fecha para ver los horarios disponibles\",\"e4L7bF\":\"Seleccione un mensaje para ver su contenido\",\"zPRPMf\":\"Seleccionar un nivel\",\"BFRSTT\":\"Seleccionar Cuenta\",\"wgNoIs\":\"Seleccionar todo\",\"mCB6Je\":\"Seleccionar todo\",\"aCEysm\":[\"Seleccionar todo el \",[\"0\"]],\"a6+167\":\"Seleccionar un evento\",\"4oT6dP\":\"Selecciona al menos una cuenta\",\"neCGH1\":\"Selecciona al menos un usuario\",\"CFbaPk\":\"Seleccionar grupo de asistentes\",\"88a49s\":\"Seleccionar cámara\",\"tVW/yo\":\"Seleccionar moneda\",\"SJQM1I\":\"Seleccionar fecha\",\"n9ZhRa\":\"Selecciona fecha y hora de finalización\",\"gTN6Ws\":\"Seleccionar hora de finalización\",\"0U6E9W\":\"Seleccionar categoría del evento\",\"j9cPeF\":\"Seleccionar tipos de eventos\",\"ypTjHL\":\"Seleccionar una fecha\",\"DHBGUX\":\"Seleccionar productos...\",\"KizCK7\":\"Selecciona fecha y hora de inicio\",\"dJZTv2\":\"Seleccionar hora de inicio\",\"x8XMsJ\":\"Seleccione el nivel de mensajería para esta cuenta. Esto controla los límites de mensajes y los permisos de enlaces.\",\"aT3jZX\":\"Seleccionar zona horaria\",\"TxfvH2\":\"Selecciona qué asistentes deben recibir este mensaje\",\"Ropvj0\":\"Selecciona qué eventos activarán este webhook\",\"+6YAwo\":\"seleccionado\",\"ylXj1N\":\"Seleccionado\",\"uq3CXQ\":\"Agota tu evento.\",\"oBXbO4\":\"¿Vendes un producto físico? Limita su cantidad en la <0>página de productos.\",\"j9b/iy\":\"¡Se vende rápido! 🔥\",\"73qYgo\":\"Enviar como prueba\",\"HMAqFK\":\"Enviar correos electrónicos a asistentes, titulares de entradas o propietarios de pedidos. Los mensajes se pueden enviar de inmediato o programar para más tarde.\",\"22Itl6\":\"Enviarme una copia\",\"NpEm3p\":\"Enviar ahora\",\"nOBvex\":\"Envíe datos de pedidos y asistentes en tiempo real a sus sistemas externos.\",\"1lNPhX\":\"Enviar correo de notificación de reembolso\",\"eaUTwS\":\"Enviar enlace de restablecimiento\",\"5cV4PY\":\"Envía a todas las fechas o elige una concreta\",\"QEQlnV\":\"Envíe su primer mensaje\",\"IoAuJG\":\"Enviando...\",\"h69WC6\":\"Enviado\",\"BVu2Hz\":\"Enviado por\",\"ZFa8wv\":\"Se envía a los asistentes cuando se cancela una fecha programada\",\"SPdzrs\":\"Enviado a clientes cuando realizan un pedido\",\"LxSN5F\":\"Enviado a cada asistente con los detalles de su entrada\",\"hgvbYY\":\"Septiembre\",\"5sN96e\":\"Sesión cancelada\",\"S9i0UC\":[\"sesiones · \",[\"dateCount\"],\" fechas × \",[\"timesPerDay\"],\" horarios\"],\"89xaFU\":\"Establezca la configuración predeterminada de comisiones de plataforma para nuevos eventos creados bajo este organizador.\",\"eXssj5\":\"Establecer configuraciones predeterminadas para nuevos eventos creados bajo este organizador.\",\"uPe5p8\":\"Define cuánto dura cada fecha\",\"ODuUEi\":\"Establecer o quitar la etiqueta de la fecha\",\"buHACR\":\"Establece la hora de fin de cada fecha con esta diferencia respecto a su hora de inicio.\",\"TaeFgl\":\"Establecer como ilimitado (quitar límite)\",\"pd6SSe\":\"Configura una programación recurrente para crear fechas automáticamente o añádelas una a una.\",\"s0FkEx\":\"Configure listas de registro para diferentes entradas, sesiones o días.\",\"TaWVGe\":\"Configurar pagos\",\"JA//e6\":\"Configurar programación\",\"gzXY7l\":\"Configurar programación\",\"0Ls9qe\":\"Define las entradas que vas a vender y sus precios\",\"xMO+Ao\":\"Configura tu organización\",\"5pEFnq\":\"Configura tu programación\",\"zRRuUD\":\"Configura tu programación en los siguientes pasos\",\"ETC76A\":\"Establece, cambia o elimina la ubicación o los datos en línea de la fecha\",\"C3htzi\":\"Configuración actualizada\",\"Ohn74G\":\"Configuración y diseño\",\"1W5XyZ\":\"La configuración solo lleva unos minutos y no necesitas una cuenta de Stripe previa. Stripe se encarga de las tarjetas, los monederos, los métodos de pago regionales y la protección antifraude para que tú te centres en tu evento.\",\"GG7qDw\":\"Compartir enlace de afiliado\",\"hL7sDJ\":\"Compartir página del organizador\",\"jy6QDF\":\"Gestión de capacidad compartida\",\"jDNHW4\":\"Desplazar horarios\",\"tPfIaW\":[\"Horarios desplazados para \",[\"count\"],\" fecha(s)\"],\"WwlM8F\":\"Mostrar opciones avanzadas\",\"cMW+gm\":[\"Mostrar todas las plataformas (\",[\"0\"],\" más con valores)\"],\"wXi9pZ\":\"Mostrar las notas de los asistentes al personal sin sesión iniciada\",\"4LZFir\":\"Mostrar todo el rango de fechas\",\"UVPI5D\":\"Mostrar menos plataformas\",\"Eu/N/d\":\"Mostrar casilla de aceptación de marketing\",\"SXzpzO\":\"Mostrar casilla de aceptación de marketing por defecto\",\"b33PL9\":\"Mostrar más plataformas\",\"Eut7p9\":\"Mostrar los detalles del pedido al personal sin sesión iniciada\",\"+RoWKN\":\"Mostrar las respuestas a las preguntas al personal sin sesión iniciada\",\"jbcx6L\":\"Mostrar la capacidad restante en las fechas del evento\",\"rXxBOx\":\"Mostrar la capacidad restante a los compradores\",\"t1LIQW\":[\"Mostrando \",[\"0\"],\" de \",[\"totalRows\"],\" registros\"],\"E717U9\":[\"Mostrando \",[\"0\"],\"–\",[\"1\"],\" de \",[\"2\"]],\"5rzhBQ\":[\"Mostrando \",[\"MAX_VISIBLE\"],\" de \",[\"totalAvailable\"],\" fechas. Escribe para buscar.\"],\"WSt3op\":[\"Se muestran las primeras \",[\"0\"],\"; las \",[\"1\"],\" sesión(es) restantes también se incluirán al enviar el mensaje.\"],\"o1UbOh\":\"Se muestra rebotando en la parte superior del modal\",\"OJLTEL\":\"Se muestra al personal la primera vez que abre la página de check-in.\",\"lbfXEJ\":\"Muestra lo restante\",\"jVRHeq\":\"Registrado\",\"5C7J+P\":\"Evento único\",\"E//btK\":\"Omitir fechas editadas manualmente\",\"paESr6\":\"Eslovaco\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Social\",\"d0rUsW\":\"Enlaces sociales\",\"j/TOB3\":\"Enlaces sociales y sitio web\",\"s9KGXU\":\"Vendido\",\"yp+0jj\":\"agotado\",\"1hupow\":\"Agotado, lista de espera disponible\",\"iACSrw\":\"Algunos detalles no son de acceso público. Inicia sesión para verlo todo.\",\"Dia6iz\":\"Se produjo un error al eliminar la imagen. Inténtalo de nuevo.\",\"KTxc6k\":\"Algo salió mal, inténtalo de nuevo o contacta con soporte si el problema persiste\",\"lkE00/\":\"Algo salió mal. Por favor, inténtelo de nuevo más tarde.\",\"wdxz7K\":\"Fuente\",\"SzuJ5m\":\"Cuentas específicas\",\"/h8G1o\":\"Usuarios específicos\",\"fDG2by\":\"Espiritualidad\",\"oPaRES\":\"Divide el check-in por días, zonas o tipos de entrada. Comparte el enlace con tu personal: no necesitan cuenta.\",\"7JFNej\":\"Deportes\",\"/bfV1Y\":\"Instrucciones para el personal\",\"StWUH4\":\"Iniciar check-in\",\"JcQp9p\":\"Fecha y hora de inicio\",\"0m/ekX\":\"Fecha y hora de inicio\",\"izRfYP\":\"La fecha de inicio es obligatoria\",\"xAYSEs\":\"Hora de inicio\",\"n9ZrDo\":\"Empieza a escribir un lugar o una dirección...\",\"DACR+e\":\"Empieza plegado\",\"qeFVhN\":[\"Empieza en \",[\"diffDays\"],\" días\"],\"AOqtxN\":[\"Empieza en \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Empieza en \",[\"h\"],\" h \",[\"m\"],\" min\"],\"Lo49in\":[\"Empieza en \",[\"seconds\"],\" s\"],\"NqChgF\":\"Empieza mañana\",\"2NbyY/\":\"Estadísticas\",\"GVUxAX\":\"Las estadísticas se basan en la fecha de creación de la cuenta\",\"29Hx9U\":\"Estadísticas\",\"5ia+r6\":\"Todavía necesario\",\"wuV0bK\":\"Detener Suplantación\",\"S/7MPw\":\"Cuenta de Stripe desconectada.\",\"s/KaDb\":\"Stripe conectado\",\"Bk06QI\":\"Stripe conectado\",\"akZMv8\":[\"Conexión de Stripe copiada de \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe no devolvió un enlace de configuración. Inténtalo de nuevo.\",\"aKtF0O\":\"Stripe no conectado\",\"9i0++A\":\"ID de pago de Stripe\",\"R1lIMV\":\"Stripe necesitará pronto algunos datos más\",\"FzcCHA\":\"Stripe te guiará con unas preguntas rápidas para terminar la configuración.\",\"ii0qn/\":\"El asunto es requerido\",\"M7Uapz\":\"El asunto aparecerá aquí\",\"6aXq+t\":\"Asunto:\",\"JwTmB6\":\"Producto duplicado con éxito\",\"WUOCgI\":\"Lugar ofrecido con éxito\",\"IvxA4G\":[\"Tickets ofrecidos exitosamente a \",[\"count\"],\" personas\"],\"kKpkzy\":\"Tickets ofrecidos exitosamente a 1 persona\",\"Zi3Sbw\":\"Eliminado de la lista de espera con éxito\",\"RuaKfn\":\"Dirección actualizada correctamente\",\"kzx0uD\":\"Valores Predeterminados del Evento Actualizados con Éxito\",\"5n+Wwp\":\"Organizador actualizado correctamente\",\"DMCX/I\":\"Configuración predeterminada de comisiones actualizada exitosamente\",\"URUYHc\":\"Configuración de comisiones de plataforma actualizada exitosamente\",\"kRWc2g\":\"Configuración de eventos recurrentes actualizada correctamente\",\"0Dk/l8\":\"Configuración SEO actualizada correctamente\",\"S8Tua9\":\"Ajustes actualizados exitosamente\",\"MhOoLQ\":\"Enlaces sociales actualizados correctamente\",\"CNSSfp\":\"Configuración de seguimiento actualizada correctamente\",\"kj7zYe\":\"Webhook actualizado con éxito\",\"dXoieq\":\"Resumen\",\"/RfJXt\":[\"Festival de música de verano \",[\"0\"]],\"CWOPIK\":\"Festival de Música de Verano 2025\",\"D89zck\":\"Dom\",\"DBC3t5\":\"Domingo\",\"UaISq3\":\"Sueco\",\"JZTQI0\":\"Cambiar organizador\",\"9YHrNC\":\"Predeterminado del sistema\",\"jGR53C\":\"Camisetas, tazas y mucho más\",\"hCR98w\":\"Toca las fechas como en un calendario.\",\"lruQkA\":\"Toca esta pantalla para reanudar el escaneo\",\"X9v2GM\":\"Cuentas de destino\",\"TmyDCw\":\"Usuarios de destino\",\"TJUrME\":[\"Se dirigirá a los asistentes de \",[\"0\"],\" sesiones seleccionadas.\"],\"yT6dQ8\":\"Impuestos recaudados agrupados por tipo de impuesto y evento\",\"Ye321X\":\"Nombre del impuesto\",\"WyCBRt\":\"Resumen de impuestos\",\"QC3FVX\":\"Impuestos y tarifas\",\"GkH0Pq\":\"Impuestos y tasas aplicados\",\"SXvRWU\":\"Colaboración en equipo\",\"vlf/In\":\"Tecnología\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Dile a la gente qué esperar de tu evento\",\"NiIUyb\":\"Cuéntanos sobre tu evento\",\"DovcfC\":\"Cuéntanos sobre tu organización. Esta información se mostrará en las páginas de tus eventos.\",\"69GWRq\":\"Dinos con qué frecuencia se repite tu evento y crearemos todas las fechas por ti.\",\"mXPbwY\":\"Indícanos tu situación de registro de IVA para aplicar el tratamiento correcto a las tarifas de plataforma.\",\"7wtpH5\":\"Plantilla activa\",\"QHhZeE\":\"Plantilla creada exitosamente\",\"xrWdPR\":\"Plantilla eliminada exitosamente\",\"G04Zjt\":\"Plantilla guardada exitosamente\",\"xowcRf\":\"Términos del servicio\",\"6K0GjX\":\"El texto puede ser difícil de leer\",\"nm3Iz/\":\"¡Gracias por asistir!\",\"pYwj0k\":\"Gracias,\",\"cIHkSd\":[\"Son \",[\"totalOccurrences\"],\" sesiones — el máximo es \",[\"max\"],\". Acorta el rango o la frecuencia.\"],\"k3IitN\":\"Y hasta aquí\",\"KfmPRW\":\"El color de fondo de la página. Al usar imagen de portada, se aplica como una superposición.\",\"MDNyJz\":\"El código expirará en 10 minutos. Revisa tu carpeta de spam si no ves el correo.\",\"AIF7J2\":\"La moneda en la que se define la tarifa fija. Se convertirá a la moneda del pedido en el momento del pago.\",\"k3LFkM\":\"La moneda utilizada para los precios de las entradas de este evento.\",\"7oksH+\":[\"El descuento se deduce de cada producto elegible. P. ej., \",[\"currencySymbol\"],\"10 de descuento × 3 entradas = \",[\"currencySymbol\"],\"30 de descuento.\"],\"sKL8k2\":\"El descuento se deduce una sola vez del total del pedido.\",\"cDHM1d\":\"La dirección de correo electrónico ha sido cambiada. El asistente recibirá una nueva entrada en la dirección de correo actualizada.\",\"tXadb0\":\"El evento que buscas no está disponible en este momento. Puede que haya sido eliminado, haya caducado o la URL sea incorrecta.\",\"sxKqBm\":\"El monto completo del pedido será reembolsado al método de pago original del cliente.\",\"KgDp6G\":\"El enlace al que intenta acceder ha caducado o ya no es válido. Por favor, revise su correo electrónico para obtener un enlace actualizado para gestionar su pedido.\",\"sYLeDq\":\"No se pudo encontrar el organizador que estás buscando. La página puede haber sido movida, eliminada o la URL puede ser incorrecta.\",\"PCr4zw\":\"La anulación queda registrada en el historial de auditoría del pedido.\",\"C4nQe5\":\"La comisión de la plataforma se añade al precio de la entrada. Los compradores pagan más, pero usted recibe el precio completo de la entrada.\",\"HxxXZO\":\"El color principal de marca usado para botones y destacados\",\"OVSkIF\":\"El veloz zorro marrón salta sobre el perro perezoso.\",\"z0KrIG\":\"La hora programada es obligatoria\",\"EWErQh\":\"La hora programada debe ser en el futuro\",\"UNd0OU\":[\"La sesión de «\",[\"title\"],\"», prevista inicialmente para el \",[\"0\"],\", se ha reprogramado.\"],\"DEcpfp\":\"El cuerpo de la plantilla contiene sintaxis Liquid inválida. Por favor corrígela e inténtalo de nuevo.\",\"qpmtdK\":\"La zona horaria utilizada para las fechas y horas de este evento.\",\"N3VfVA\":\"La subida no llegó al servidor. Comprueba tu conexión y, si el archivo es grande, prueba con una imagen más pequeña (máx. 5MB).\",\"injXD7\":\"No se pudo validar el número de IVA. Por favor, verifica el número e inténtalo de nuevo.\",\"A4UmDy\":\"Teatro\",\"tDwYhx\":\"Tema y colores\",\"ybBP2H\":\"No hay productos disponibles para esta fecha. Elige otra fecha.\",\"O7g4eR\":\"Este evento no tiene próximas fechas\",\"062KsE\":\"Estos datos se muestran en la entrada y el resumen del pedido del asistente solo para esta fecha.\",\"5Eu+tn\":\"Estos detalles solo se mostrarán si el pedido se completa correctamente.\",\"jQjwR+\":\"Estos datos sustituirán cualquier ubicación existente en las fechas afectadas y aparecerán en las entradas de los asistentes.\",\"6eaLu/\":\"Estos precios se aplican a todas las fechas de tu programación, y las cantidades de los niveles limitan las ventas totales de todas las fechas en conjunto. Las fechas de venta de los niveles se aplican globalmente. Puedes sobrescribir los precios de fechas individuales en la <0>página de Programación de fechas.\",\"QP3gP+\":\"Estas configuraciones solo se aplican al código incrustado copiado y no se guardarán.\",\"HirZe8\":\"Estas plantillas se usarán como predeterminadas para todos los eventos en su organización. Los eventos individuales pueden anular estas plantillas con sus propias versiones personalizadas.\",\"lzAaG5\":\"Estas plantillas anularán los predeterminados del organizador solo para este evento. Si no se establece una plantilla personalizada aquí, se usará la plantilla del organizador en su lugar.\",\"UlykKR\":\"Tercero\",\"1YTBzS\":\"Esta cuenta no tiene pedidos completados, por lo que todos sus datos se eliminarán de forma permanente.\",\"jCPU8z\":\"Esta cuenta está programada para su eliminación\",\"zfNCE8\":[\"Esta cuenta está programada para su eliminación el <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"Esto se aplica a todas las fechas coincidentes del evento, incluidas las que no están visibles ahora. Los asistentes registrados en cualquiera de esas fechas estarán disponibles en el redactor de mensajes cuando termine la actualización.\",\"SOmGDa\":\"Esta lista de check-in pertenece a una sesión que se ha cancelado, por lo que ya no se puede usar para los check-ins.\",\"XBNC3E\":\"Este código se usará para rastrear ventas. Solo se permiten letras, números, guiones y guiones bajos.\",\"AaP0M+\":\"Esta combinación de colores puede ser difícil de leer para algunos usuarios\",\"o1phK/\":[\"Esta fecha tiene \",[\"orderCount\"],\" pedido(s) que se verán afectados.\"],\"F/UtGt\":\"Esta fecha se ha cancelado. Aún puedes eliminarla para quitarla de forma permanente.\",\"BLZ7pX\":\"Esta fecha ya ha pasado. Se creará, pero no será visible para los asistentes entre las próximas fechas.\",\"7IIY0z\":\"Esta fecha está marcada como agotada.\",\"bddWMP\":\"Esta fecha ya no está disponible. Selecciona otra fecha.\",\"E9BqZw\":\"Solo esta fecha\",\"n68908\":[\"Esto desconecta \",[\"stripeAccountId\"],\" de este organizador. Las ventas de entradas de pago dejarán de funcionar hasta que vuelvas a conectar una cuenta de Stripe.\"],\"RzEvf5\":\"Este evento ha finalizado\",\"kc4bIA\":\"Este evento aún no tiene entradas ni productos, por lo que los asistentes no podrán registrarse.\",\"eMaNd0\":\"Este evento no está disponible\",\"YClrdK\":\"Este evento aún no está publicado\",\"GL6z+k\":\"Este evento está agotado\",\"pIwDhS\":\"Las fechas y los horarios de este evento se definen en la programación de fechas.\",\"ny5rgr\":\"Este es un evento recurrente\",\"tc64Zz\":\"Este es el nombre de la categoría que se mostrará en la página del evento.\",\"dFJnia\":\"Este es el nombre de tu organizador que se mostrará a tus usuarios.\",\"vt7jiq\":\"Esta es la única vez que se mostrará el secreto de firma. Por favor, cópielo ahora y guárdelo de forma segura.\",\"5DpZrC\":\"Esto limita las ventas totales de todas las fechas de tu programación en conjunto; no es un límite por fecha. Para limitar la asistencia de cada fecha, establece una capacidad en la <0>página de Programación de fechas.\",\"L7dIM7\":\"Este enlace es inválido o ha caducado.\",\"MR5ygV\":\"Este enlace ya no es válido\",\"9LEqK0\":\"Este nombre es visible para los usuarios finales\",\"QdUMM9\":\"Esta fecha ha alcanzado su capacidad máxima\",\"j5FdeA\":\"Este pedido está siendo procesado.\",\"sjNPMw\":\"Este pedido fue abandonado. Puede iniciar un nuevo pedido en cualquier momento.\",\"OhCesD\":\"Este pedido fue cancelado. Puedes iniciar un nuevo pedido en cualquier momento.\",\"lyD7rQ\":\"Este perfil de organizador aún no está publicado\",\"9b5956\":\"Esta vista previa muestra cómo se verá su correo con datos de muestra. Los correos reales usarán valores reales.\",\"uM9Alj\":\"Este producto está destacado en la página del evento\",\"RqSKdX\":\"Este producto está agotado\",\"4PDH+K\":\"Este producto no aparecerá por sí solo en la página del evento: los compradores solo lo ven como complemento de los productos a los que está asociado.\",\"qEGn8I\":\"Este evento recurrente aún no tiene fechas, por lo que los asistentes no tienen nada que reservar.\",\"W12OdJ\":\"Este informe es solo para fines informativos. Siempre consulte con un profesional de impuestos antes de usar estos datos para fines contables o fiscales. Por favor, verifique con su panel de Stripe ya que Hi.Events puede no tener datos históricos.\",\"1LuJNw\":\"Esta entrada ya no es válida\",\"0Ew0uk\":\"Esta entrada acaba de ser escaneada. Por favor espere antes de escanear nuevamente.\",\"FYXq7k\":[\"Esto afectará a \",[\"loadedAffectedCount\"],\" fecha(s).\"],\"kvpxIU\":\"Esto se usará para notificaciones y comunicación con tus usuarios.\",\"bPgkdx\":\"Esto cancelará la eliminación programada y reactivará la cuenta. El propietario de la cuenta será notificado por correo electrónico.\",\"4yx4a4\":[\"Esto desactivará tu cuenta de inmediato y la eliminará permanentemente después de 30 días. Para confirmar, escribe el nombre de tu cuenta: <0>\",[\"0\"],\"\"],\"rhsath\":\"Esto no será visible para los clientes, pero te ayuda a identificar al afiliado.\",\"VGEfU7\":\"Esto eliminará o anonimizará permanentemente la cuenta de inmediato, sin esperar a la fecha programada. Esto no se puede deshacer.\",\"hV6FeJ\":\"Rendimiento\",\"+FjWgX\":\"Jue\",\"kkDQ8m\":\"Jueves\",\"0GSPnc\":\"Diseño de Ticket\",\"EZC/Cu\":\"Diseño del ticket guardado exitosamente\",\"bbslmb\":\"Diseñador de entradas\",\"1BPctx\":\"Entrada para\",\"HGuXjF\":\"Poseedores de entradas\",\"CMUt3Y\":\"Titulares de entradas\",\"awHmAT\":\"ID de la entrada\",\"6czJik\":\"Logo del Ticket\",\"t79rDv\":\"Entrada no encontrada\",\"6tmWch\":\"Entrada o producto\",\"1tfWrD\":\"Vista previa de entrada para\",\"KnjoUA\":\"Precio de la entrada\",\"pGZOcL\":\"Entrada reenviada correctamente\",\"o02GZM\":\"La venta de entradas de este evento ha finalizado\",\"8jLPgH\":\"Tipo de Ticket\",\"8qsbZ5\":\"Venta de entradas\",\"zNECqg\":\"entradas\",\"6GQNLE\":\"Entradas\",\"NRhrIB\":\"Entradas y productos\",\"OrWHoZ\":\"Los tickets se ofrecen automáticamente a los clientes en lista de espera cuando hay disponibilidad.\",\"AGRilS\":\"Entradas Vendidas\",\"4/dG8J\":\"Niveles\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Hora\",\"kGEhUy\":\"Horarios\",\"fXf2r5\":[\"Horarios mostrados en \",[\"timezoneAbbr\"]],\"9udQT9\":\"El título es obligatorio\",\"dMtLDE\":\"a\",\"/jQctM\":\"Para\",\"tiI71C\":\"Para aumentar sus límites, contáctenos en\",\"ecUA8p\":\"Hoy\",\"W428WC\":\"Alternar columnas\",\"BRMXj0\":\"Mañana\",\"UBSG1X\":\"Mejores organizadores (Últimos 14 días)\",\"3sZ0xx\":\"Cuentas Totales\",\"SMDzqJ\":\"Total de asistentes\",\"orBECM\":\"Total recaudado\",\"k5CU8c\":\"Total de entradas\",\"4B7oCp\":\"Tarifa total\",\"sMMlTX\":\"Total de tarifas\",\"mlvCEl\":\"Total de pedidos\",\"2AW/k5\":\"Cantidad total en todas las fechas\",\"dp8BCb\":\"Total de impuestos\",\"vb0Q0/\":\"Usuarios Totales\",\"oJjplO\":\"Vistas totales\",\"rBZ9pz\":\"Visitas guiadas\",\"orluER\":\"Seguimiento del crecimiento y rendimiento de la cuenta por fuente de atribución\",\"YwKzpH\":\"Seguimiento y analítica\",\"GUA0Jy\":\"Prueba con otro término de búsqueda o filtro\",\"2P/OWN\":\"Ajusta los filtros para ver más fechas.\",\"ouM5IM\":\"Probar otro correo\",\"3DZvE7\":\"Probar Hi.Events gratis\",\"vq2WxD\":\"Mar\",\"G3myU+\":\"Martes\",\"Kz91g/\":\"Turco\",\"GdOhw6\":\"Desactivar sonido\",\"KUOhTy\":\"Activar sonido\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Escribe \\\"eliminar\\\" para confirmar\",\"nSlb72\":\"Escribe para buscar...\",\"nWRfmt\":\"Tipografía\",\"IrVSu+\":\"No se pudo duplicar el producto. Por favor, revisa tus datos\",\"Vx2J6x\":\"No se pudo obtener el asistente\",\"h0dx5e\":\"No se pudo unir a la lista de espera\",\"DaE0Hg\":\"No se pudieron cargar los datos del asistente.\",\"GlnD5Y\":\"No se pudieron cargar los productos de esta fecha. Inténtalo de nuevo.\",\"17VbmV\":\"No se pudo deshacer el check-in\",\"n57zCW\":\"Cuentas sin atribución\",\"9uI/rE\":\"Deshacer\",\"Ef7StM\":\"Desconocido\",\"ZBAScj\":\"Asistente desconocido\",\"MEIAzV\":\"Sin nombre\",\"K6L5Mx\":\"Ubicación sin nombre\",\"7yiFvZ\":\"No pagado\",\"C51N+0\":\"hasta\",\"NaeLn8\":[\"Hasta el \",[\"end\"]],\"porwAO\":\"Hasta una fecha\",\"ZIb6rJ\":\"Producto sin título\",\"crJM8s\":\"Entrada sin título\",\"X13xGn\":\"No confiable\",\"0bT1FT\":[\"Hasta \",[\"max\"],\" por pedido\"],\"gyXpQN\":\"Próximos eventos\",\"Pp1sWX\":\"Actualizar afiliado\",\"59qHrb\":\"Actualizar capacidad\",\"Gaem9v\":\"Actualizar el nombre y la descripción del evento\",\"7EhE4k\":\"Actualizar etiqueta\",\"NPQWj8\":\"Actualizar ubicación\",\"75+lpR\":[\"Actualización: \",[\"subjectTitle\"],\": cambios en la programación\"],\"UOGHdA\":[\"Actualización: \",[\"subjectTitle\"],\": horario de la sesión modificado\"],\"+b7T3G\":\"Actualizado\",\"ogoTrw\":[[\"count\"],\" fecha(s) actualizada(s)\"],\"dDuona\":[\"Capacidad actualizada para \",[\"count\"],\" fecha(s)\"],\"FT3LSc\":[\"Etiqueta actualizada para \",[\"count\"],\" fecha(s)\"],\"8EcY1g\":[\"Ubicación actualizada para \",[\"count\"],\" fecha(s)\"],\"83tNam\":\"Se actualiza mientras creas la regla. Recorre los meses para comprobar las fechas.\",\"/XlQr2\":\"Se actualiza mientras escribes.\",\"gJQsLv\":\"Sube una imagen de portada para tu organizador\",\"4kEGqW\":\"Sube un logo para tu organizador\",\"lnCMdg\":\"Subir imagen\",\"29w7p6\":\"Subiendo imagen...\",\"HtrFfw\":\"La URL es obligatoria\",\"3VnYUR\":\"La URL debe comenzar con http:// o https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"Escáner USB a la escucha\",\"dyTklH\":\"Escáner USB en pausa\",\"OHJXlK\":\"Use <0>plantillas Liquid para personalizar sus correos electrónicos\",\"/rsy72\":\"Usar el valor por defecto del evento\",\"0k4cdb\":\"Usar detalles del pedido para todos los asistentes. Los nombres y correos de los asistentes coincidirán con la información del comprador.\",\"bA31T4\":\"Usar los datos del comprador para todos los asistentes\",\"PpgtnC\":\"Usar esta dirección\",\"rnoQsz\":\"Usado para bordes, resaltados y estilo del código QR\",\"b0XTc/\":[\"Usuarios (\",[\"0\"],\")\"],\"BV4L/Q\":\"Analíticas UTM\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Validando tu número de IVA...\",\"t7caBM\":\"Código de país del IVA\",\"WLkfqH\":\"Número de IVA\",\"pnVh83\":\"Número de IVA\",\"CabI04\":\"El número de IVA no debe contener espacios\",\"PMhxAR\":\"El número de IVA debe comenzar con un código de país de 2 letras seguido de 8-15 caracteres alfanuméricos (p. ej., ES12345678A)\",\"gPgdNV\":\"Número de IVA validado correctamente\",\"RUMiLy\":\"Falló la validación del número de IVA\",\"vqji3Y\":\"Falló la validación del número de IVA. Por favor, verifica tu número de IVA.\",\"8dENF9\":\"IVA sobre tarifa\",\"ZutOKU\":\"Tasa de IVA\",\"+KJZt3\":\"Registrado a efectos de IVA\",\"Nfbg76\":\"Configuración del IVA guardada exitosamente\",\"UvYql/\":\"Configuración de IVA guardada. Estamos validando tu número de IVA en segundo plano.\",\"bXn1Jz\":\"Configuración de IVA actualizada\",\"tJylUv\":\"Tratamiento del IVA para Tarifas de la Plataforma\",\"FlGprQ\":\"Tratamiento del IVA para tarifas de la plataforma: Las empresas registradas para el IVA en la UE pueden usar el mecanismo de inversión del sujeto pasivo (0% - Artículo 196 de la Directiva del IVA 2006/112/CE). Las empresas no registradas para el IVA se les cobra el IVA irlandés del 23%.\",\"516oLj\":\"Servicio de validación de IVA temporalmente no disponible\",\"p6QQLa\":[\"IVA: \",[\"0\"]],\"5q87Y9\":\"IVA: no registrado\",\"AdWhjZ\":\"Código de verificación\",\"kUAumu\":\"Correo de verificación enviado. Revisa tu bandeja de entrada.\",\"QDEWii\":\"Verificado\",\"wCKkSr\":\"Verificar correo\",\"/IBv6X\":\"Verifica tu correo electrónico\",\"u8nB38\":\"Verifica tu correo para que los asistentes puedan recibir sus entradas\",\"e/cvV1\":\"Verificando...\",\"fROFIL\":\"Vietnamita\",\"p5nYkr\":\"Ver todo\",\"yA/6BX\":\"Ver todo →\",\"6CQ7/B\":\"Ver todas las funcionalidades\",\"YSE15b\":\"Ver todas las listas de check-in\",\"RnvnDc\":\"Ver todos los mensajes enviados en la plataforma\",\"+WFMis\":\"Ver y descargar informes de todos sus eventos. Solo se incluyen pedidos completados.\",\"c7VN/A\":\"Ver respuestas\",\"SZw9tS\":\"Ver detalles\",\"9+84uW\":[\"Ver detalles de \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Ver evento\",\"c6SXHN\":\"Ver página del evento\",\"n6EaWL\":\"Ver registros\",\"OaKTzt\":\"Ver mapa\",\"zNZNMs\":\"Ver mensaje\",\"67OJ7t\":\"Ver pedido\",\"tKKZn0\":\"Ver detalles del pedido\",\"KeCXJu\":\"Vea detalles de pedidos, emita reembolsos y reenvíe confirmaciones.\",\"9jnAcN\":\"Ver página principal del organizador\",\"1J/AWD\":\"Ver entrada\",\"N9FyyW\":\"Vea, edite y exporte sus asistentes registrados.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visible desde el \",[\"start\"],\": oculto hasta que se abran las ventas.\"],\"EkiKJK\":\"Visible para todos en la página del evento.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"En espera\",\"quR8Qp\":\"Esperando pago\",\"KrurBH\":\"Esperando escaneo…\",\"u0n+wz\":\"Lista de espera\",\"3RXFtE\":\"Lista de espera habilitada\",\"TwnTPy\":\"La oferta de la lista de espera ha expirado\",\"aUi/Dz\":\"Advertencia: Esta es la configuración predeterminada del sistema. Los cambios afectarán a todas las cuentas que no tengan una configuración específica asignada.\",\"aT/44s\":\"No pudimos copiar esa conexión de Stripe. Inténtalo de nuevo.\",\"jTee4a\":\"No pudimos desconectar esta cuenta de Stripe. Inténtalo de nuevo.\",\"RRZDED\":\"No pudimos encontrar pedidos asociados a este correo electrónico.\",\"2RZK9x\":\"No pudimos encontrar el pedido que busca. El enlace puede haber expirado o los detalles del pedido pueden haber cambiado.\",\"nefMIK\":\"No pudimos encontrar la entrada que busca. El enlace puede haber expirado o los detalles de la entrada pueden haber cambiado.\",\"miysJh\":\"No pudimos encontrar este pedido. Puede haber sido eliminado.\",\"Fjj/5/\":\"No pudimos cargar las listas de check-in. Inténtalo de nuevo.\",\"ADsQ23\":\"No hemos podido contactar con Stripe ahora mismo. Inténtalo de nuevo en un momento.\",\"HJKdzP\":\"Tuvimos un problema al cargar esta página. Por favor, inténtalo de nuevo.\",\"jegrvW\":\"Colaboramos con Stripe para enviar los pagos directamente a tu cuenta bancaria.\",\"IfN2Qo\":\"Recomendamos un logo cuadrado con dimensiones mínimas de 200x200px\",\"wJzo/w\":\"Recomendamos dimensiones de 400px por 400px y un tamaño máximo de archivo de 5MB\",\"L/KlAh\":[\"Hemos enviado un enlace de verificación a \",[\"0\"]],\"KRCDqH\":\"Utilizamos cookies para ayudarnos a entender cómo se usa el sitio y mejorar su experiencia.\",\"x8rEDQ\":\"No pudimos validar tu número de IVA después de múltiples intentos. Continuaremos intentando en segundo plano. Por favor, vuelve a verificar más tarde.\",\"4HaEdK\":[\"Crearemos las \",[\"totalOccurrences\"],\" sesiones — luego puedes editar o eliminar cualquier fecha\"],\"mfM/HJ\":[\"Te notificaremos por correo electrónico si hay una plaza disponible para \",[\"productDisplayName\"],\" el \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Te notificaremos por correo electrónico si hay una plaza disponible para \",[\"productDisplayName\"],\".\"],\"McuGND\":\"Al guardar, abriremos un redactor de mensajes con una plantilla rellenada. Tú lo revisas y lo envías: no se envía nada automáticamente.\",\"q1BizZ\":\"Enviaremos tus entradas a este correo electrónico\",\"ZOmUYW\":\"Validaremos tu número de IVA en segundo plano. Si hay algún problema, te lo haremos saber.\",\"LKjHr4\":[\"Hemos cambiado la programación de «\",[\"title\"],\"»: \",[\"description\"],\" afecta a \",[\"affectedCount\"],\" sesión(es).\"],\"Fq/Nx7\":\"Hemos enviado un código de verificación de 5 dígitos a:\",\"GdWB+V\":\"Webhook creado con éxito\",\"2X4ecw\":\"Webhook eliminado con éxito\",\"ndBv0v\":\"Integraciones de webhooks\",\"CThMKa\":\"Registros del Webhook\",\"I0adYQ\":\"Secreto de firma del Webhook\",\"nuh/Wq\":\"URL del Webhook\",\"8BMPMe\":\"El webhook no enviará notificaciones\",\"FSaY52\":\"El webhook enviará notificaciones\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Sitio web\",\"0f7U0k\":\"Mié\",\"VAcXNz\":\"Miércoles\",\"64X6l4\":\"semana\",\"4XSc4l\":\"Semanal\",\"IAUiSh\":\"semanas\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Bienvenido de nuevo\",\"QDWsl9\":[\"Bienvenido a \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Bienvenido a \",[\"0\"],\", aquí hay una lista de todos tus eventos\"],\"DDbx7K\":\"Bienestar\",\"FaSXqR\":\"¿Qué tipo de evento?\",\"0WyYF4\":\"Qué puede ver el personal sin sesión iniciada\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Cuando se elimina un registro de entrada\",\"RPe6bE\":\"Cuando se cancela una fecha de un evento recurrente\",\"Gmd0hv\":\"Cuando se crea un nuevo asistente\",\"zyIyPe\":\"Cuando se crea un nuevo evento\",\"Lc18qn\":\"Cuando se crea un nuevo pedido\",\"dfkQIO\":\"Cuando se crea un nuevo producto\",\"8OhzyY\":\"Cuando se elimina un producto\",\"tRXdQ9\":\"Cuando se actualiza un producto\",\"9L9/28\":\"Cuando un producto se agota, los clientes pueden unirse a una lista de espera para ser notificados cuando haya plazas disponibles.\",\"OIkHj+\":\"Cuando un producto se agota, los clientes pueden unirse a una lista de espera para ser notificados cuando haya plazas disponibles. Los clientes se unen a la lista de espera para una fecha específica y las ofertas se realizan por fecha.\",\"Q7CWxp\":\"Cuando se cancela un asistente\",\"IuUoyV\":\"Cuando un asistente se registra\",\"nBVOd7\":\"Cuando se actualiza un asistente\",\"t7cuMp\":\"Cuando se archiva un evento\",\"gtoSzE\":\"Cuando se actualiza un evento\",\"ny2r8d\":\"Cuando se cancela un pedido\",\"c9RYbv\":\"Cuando un pedido se marca como pagado\",\"ejMDw1\":\"Cuando se reembolsa un pedido\",\"fVPt0F\":\"Cuando se actualiza un pedido\",\"bcYlvb\":\"Cuándo cierra el check-in\",\"XIG669\":\"Cuándo abre el check-in\",\"de6HLN\":\"Cuando los clientes compren entradas, sus pedidos aparecerán aquí.\",\"pm9tpn\":\"Cuando está activado, los compradores pueden copiar su nombre y correo electrónico a todos los asistentes a la vez. Desactívalo para eliminar la opción \\\"Todos los asistentes\\\"; los compradores aún podrán copiar sus datos al primer asistente y el resto deberá introducirse individualmente.\",\"403wpZ\":\"Cuando está habilitado, los nuevos eventos permitirán a los asistentes gestionar sus propios detalles de entrada a través de un enlace seguro. Esto se puede anular por evento.\",\"blXLKj\":\"Cuando está habilitado, los nuevos eventos mostrarán una casilla de aceptación de marketing durante el checkout. Esto se puede anular por evento.\",\"Kj0Txn\":\"Cuando está habilitado, no se cobrarán comisiones de aplicación en las transacciones de Stripe Connect. Use esto para países donde las comisiones de aplicación no son compatibles.\",\"xo06V3\":\"A dónde enlaza el botón\",\"uchB0M\":\"Vista previa del widget\",\"uvIqcj\":\"Taller\",\"EpknJA\":\"Escribe tu mensaje aquí...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"año\",\"zkWmBh\":\"Anual\",\"+BGee5\":\"años\",\"X/azM1\":\"Sí - Tengo un número de registro de IVA de la UE válido\",\"Tz5oXG\":\"Sí, cancelar mi pedido\",\"QlSZU0\":[\"Estás suplantando a <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Está emitiendo un reembolso parcial. Al cliente se le reembolsará \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"Puede configurar comisiones de servicio adicionales e impuestos en la configuración de su cuenta.\",\"rj3A7+\":\"Puedes personalizar esto para fechas concretas más adelante.\",\"paWwQ0\":\"Aún puede ofrecer tickets manualmente si es necesario.\",\"jTDzpA\":\"No puedes archivar el último organizador activo de tu cuenta.\",\"D8baxD\":\"Tienes entradas de pago, pero Stripe aún no está conectado, por lo que no puedes aceptar pagos.\",\"5VGIlq\":\"Ha alcanzado su límite de mensajería.\",\"casL1O\":\"Has añadido impuestos y tarifas a un producto gratuito. ¿Te gustaría eliminarlos?\",\"5SgD0L\":\"Tienes cambios sin guardar. ¿Seguro que quieres descartarlos?\",\"9jJNZY\":\"Debes reconocer tus responsabilidades antes de guardar\",\"pCLes8\":\"Debe aceptar recibir mensajes\",\"FVTVBy\":\"Debes verificar tu dirección de correo electrónico antes de poder actualizar el estado del organizador.\",\"ze4bi/\":\"Debes crear al menos una fecha antes de poder añadir asistentes a este evento recurrente.\",\"w65ZgF\":\"Necesitas verificar el correo electrónico de tu cuenta antes de poder modificar plantillas de correo.\",\"FRl8Jv\":\"Debes verificar el correo electrónico de tu cuenta antes de poder enviar mensajes.\",\"88cUW+\":\"Usted recibe\",\"O6/3cu\":\"En el siguiente paso podrás configurar fechas, programaciones y reglas de recurrencia.\",\"zKAheG\":\"Estás cambiando los horarios de las sesiones\",\"MNFIxz\":[\"¡Vas a ir a \",[\"0\"],\"!\"],\"ZlLcht\":[\"Te estás uniendo a la lista de espera para el \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"¡Estás en la lista de espera!\",\"/5HL6k\":\"¡Se te ha ofrecido un lugar!\",\"gbjFFH\":\"Has cambiado el horario de la sesión\",\"YI0K8C\":[\"Tu cuenta ha sido desactivada y se eliminará permanentemente el <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Su cuenta tiene límites de mensajería. Para aumentar sus límites, contáctenos en\",\"gsWZkk\":\"Tu cuenta ahora está programada para su eliminación.\",\"x/xjzn\":\"Tus afiliados se han exportado exitosamente.\",\"TF37u6\":\"Tus asistentes se han exportado con éxito.\",\"79lXGw\":\"Tu lista de check-in se ha creado exitosamente. Comparte el enlace de abajo con tu personal de check-in.\",\"BnlG9U\":\"Tu pedido actual se perderá.\",\"nBqgQb\":\"Tu correo electrónico\",\"GG1fRP\":\"¡Tu evento está en vivo!\",\"ifRqmm\":\"¡Tu mensaje se ha enviado exitosamente!\",\"0/+Nn9\":\"Sus mensajes aparecerán aquí\",\"/Rj5P4\":\"Tu nombre\",\"PFjJxY\":\"Tu nueva contraseña debe tener al menos 8 caracteres.\",\"gzrCuN\":\"Los detalles de su pedido han sido actualizados. Se ha enviado un correo electrónico de confirmación a la nueva dirección de correo.\",\"naQW82\":\"Tu pedido ha sido cancelado.\",\"bhlHm/\":\"Tu pedido está esperando el pago\",\"XeNum6\":\"Tus pedidos se han exportado con éxito.\",\"Xd1R1a\":\"La dirección de tu organizador\",\"WWYHKD\":\"Su pago está protegido con encriptación de nivel bancario\",\"5b3QLi\":\"Su plan\",\"N4Zkqc\":\"Tu filtro de fechas guardado ya no está disponible: se muestran todas las fechas.\",\"o0qzpM\":\"Tu cuenta de Stripe no se ve afectada y no se pierden datos — puedes volver a conectarla en cualquier momento.\",\"FNO5uZ\":\"Tu entrada sigue siendo válida: no tienes que hacer nada a menos que el nuevo horario no te venga bien. Responde a este correo si tienes alguna duda.\",\"CnZ3Ou\":\"Tus entradas han sido confirmadas.\",\"EmFsMZ\":\"Tu número de IVA está en cola para validación\",\"QBlhh4\":\"Tu número de IVA será validado cuando guardes\",\"fT9VLt\":\"Tu oferta de la lista de espera ha expirado y no pudimos completar tu pedido. Por favor, vuelve a unirte a la lista de espera para ser notificado cuando haya más plazas disponibles.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file diff --git a/frontend/src/locales/es.po b/frontend/src/locales/es.po index e779da37b8..ea5b5774f8 100644 --- a/frontend/src/locales/es.po +++ b/frontend/src/locales/es.po @@ -33,7 +33,7 @@ msgstr "(vacío)" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:110 msgid "(none)" -msgstr "" +msgstr "(ninguno)" #: src/components/common/ReportTable/index.tsx:328 msgid "{0}" @@ -53,7 +53,7 @@ msgstr "{0} {1} ya está registrado" #: src/components/layouts/CheckIn/index.tsx:249 msgid "{0} <0>checked in" -msgstr "" +msgstr "{0} <0>con check-in" #: src/components/layouts/CheckIn/index.tsx:284 msgid "{0} <0>checked out successfully" @@ -83,7 +83,7 @@ msgstr "Logo de {0}" #: src/components/modals/CreateAttendeeModal/index.tsx:272 msgid "{0} of {1} seats are taken." -msgstr "" +msgstr "{0} de {1} plazas ocupadas." #: src/components/routes/events/Dashboard/index.tsx:141 msgid "{0} organizers" @@ -99,15 +99,15 @@ msgstr "{0} actualizado correctamente" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:417 msgid "{activeCount} enabled" -msgstr "" +msgstr "{activeCount} activados" #: src/components/common/CheckIn/CheckInInfoModal.tsx:101 msgid "{appName} logo" -msgstr "" +msgstr "Logotipo de {appName}" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:296 msgid "{attendeeCount} attendees are registered for this session." -msgstr "" +msgstr "{attendeeCount} asistentes están registrados en esta sesión." #: src/components/common/EventCard/index.tsx:133 msgid "{availableCount} of {totalCount} available" @@ -119,7 +119,7 @@ msgstr "{capacity} plazas disponibles" #: src/components/common/CheckIn/CheckInInfoModal.tsx:55 msgid "{checkedIn} / {total} checked in" -msgstr "" +msgstr "{checkedIn} / {total} con check-in" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:378 msgid "{chipTime}, Sold Out" @@ -131,12 +131,12 @@ msgstr "{chipTime}, Agotado, lista de espera disponible" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:210 msgid "{completedCount} of {totalCount} steps complete" -msgstr "" +msgstr "{completedCount} de {totalCount} pasos completados" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "{count} add-ons" -msgstr "" +msgstr "{count} complementos" #: src/components/common/Countdown/index.tsx:68 msgid "{days} days, {hours} hours, {minutes} minutes, and {seconds} seconds" @@ -144,15 +144,15 @@ msgstr "{days} días, {hours} horas, {minutes} minutos y {seconds} segundos" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:29 msgid "{diffHr}h ago" -msgstr "" +msgstr "hace {diffHr} h" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:27 msgid "{diffMin}m ago" -msgstr "" +msgstr "hace {diffMin} min" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:25 msgid "{diffSec}s ago" -msgstr "" +msgstr "hace {diffSec} s" #: src/components/common/OrganizerWebhookTable/index.tsx:79 #: src/components/common/WebhookTable/index.tsx:79 @@ -161,7 +161,7 @@ msgstr "{eventCount} eventos" #: src/components/forms/ProductForm/ledgerSummaries.ts:103 msgid "{first} + {additionalCount} more" -msgstr "" +msgstr "{first} + {additionalCount} más" #: src/components/common/Countdown/index.tsx:70 msgid "{hours} hours, {minutes} minutes, and {seconds} seconds" @@ -169,11 +169,11 @@ msgstr "{hours} horas, {minutes} minutos y {seconds} segundos" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:262 msgid "{loadedAffectedAttendees} attendees are registered across the affected sessions." -msgstr "" +msgstr "{loadedAffectedAttendees} asistentes están registrados en las sesiones afectadas." #: src/components/forms/ProductForm/ledgerSummaries.ts:112 msgid "{min}–{max} per order" -msgstr "" +msgstr "{min}–{max} por pedido" #: src/components/common/Countdown/index.tsx:72 msgid "{minutes} minutes and {seconds} seconds" @@ -185,12 +185,12 @@ msgstr "El primer evento de {organizerName}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:95 msgid "{productCount} ticket types configured" -msgstr "" +msgstr "{productCount} tipos de entrada configurados" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "{slotCount} times available" -msgstr "" +msgstr "{slotCount} horarios disponibles" #: src/components/common/EventCard/index.tsx:129 msgid "{totalCount} ticket types" @@ -266,15 +266,15 @@ msgstr "1 webhook activo" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "1 add-on" -msgstr "" +msgstr "1 complemento" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:261 msgid "1 attendee is registered across the affected sessions." -msgstr "" +msgstr "1 asistente está registrado en las sesiones afectadas." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:295 msgid "1 attendee is registered for this session." -msgstr "" +msgstr "1 asistente está registrado en esta sesión." #: src/components/modals/SendMessageModal/index.tsx:128 msgid "1 day after end date" @@ -302,12 +302,12 @@ msgstr "1 tipo de entrada" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:94 msgid "1 ticket type configured" -msgstr "" +msgstr "1 tipo de entrada configurado" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "1 time available" -msgstr "" +msgstr "1 horario disponible" #: src/components/modals/SendMessageModal/index.tsx:119 msgid "1 week before event" @@ -320,7 +320,7 @@ msgstr "Calle Ejemplo 123" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:250 msgid "135+ currencies & 40+ payment methods" -msgstr "" +msgstr "Más de 135 divisas y más de 40 métodos de pago" #: src/components/common/WidgetEditor/index.tsx:230 msgid "20" @@ -336,7 +336,7 @@ msgstr "Se ha enviado un aviso de cancelación a" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:299 msgid "a change in duration" -msgstr "" +msgstr "un cambio de duración" #: src/components/forms/QuestionForm/index.tsx:138 msgid "A date input. Perfect for asking for a date of birth etc." @@ -356,7 +356,7 @@ msgstr "Una tarifa, como una tarifa de reserva o una tarifa de servicio" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:199 msgid "A few quick steps and you're ready to start selling." -msgstr "" +msgstr "Unos pocos pasos y estarás listo para empezar a vender." #: src/components/forms/TaxAndFeeForm/index.tsx:35 msgid "A fixed amount per product. E.g, $0.50 per product" @@ -388,7 +388,7 @@ msgstr "Una opción de Radio tiene múltiples opciones pero solo se puede selecc #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:298 msgid "a shift in start/end times" -msgstr "" +msgstr "un desplazamiento de las horas de inicio/fin" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:69 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:69 @@ -466,7 +466,7 @@ msgstr "Aceptar la invitacion" #: src/components/forms/ProductForm/index.tsx:596 msgid "Access" -msgstr "" +msgstr "Acceso" #: src/components/common/AdminOrdersTable/index.tsx:70 #: src/components/routes/account/ManageAccount/index.tsx:22 @@ -481,11 +481,11 @@ msgstr "Cuenta" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:354 msgid "Account · {0}" -msgstr "" +msgstr "Cuenta · {0}" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:353 msgid "Account · {0} · {1}" -msgstr "" +msgstr "Cuenta · {0} · {1}" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:69 msgid "Account deletion has been cancelled." @@ -581,11 +581,11 @@ msgstr "Eventos activos" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:415 msgid "Active payment methods" -msgstr "" +msgstr "Métodos de pago activos" #: src/components/routes/event/OccurrencesTab/index.tsx:402 msgid "Activity" -msgstr "" +msgstr "Actividad" #: src/components/routes/product-widget/SelectProducts/index.tsx:825 msgid "Add {0} first" @@ -593,27 +593,27 @@ msgstr "Añade primero {0}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:147 msgid "Add a cover image and theme to match your brand" -msgstr "" +msgstr "Añade una imagen de portada y un tema acordes con tu marca" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:142 msgid "Add a date" -msgstr "" +msgstr "Añadir una fecha" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:137 msgid "Add a description and venue so attendees know what to expect" -msgstr "" +msgstr "Añade una descripción y un lugar para que los asistentes sepan qué esperar" #: src/components/forms/CheckInListForm/index.tsx:144 msgid "Add a description for this check-in list" msgstr "Agregue una descripción para esta lista de registro" -#: src/components/routes/event/OccurrencesTab/index.tsx:541 +#: src/components/routes/event/OccurrencesTab/index.tsx:556 msgid "Add a Single Date" -msgstr "" +msgstr "Añadir una sola fecha" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:992 msgid "Add another time" -msgstr "" +msgstr "Añadir otro horario" #: src/components/modals/ManageAttendeeModal/index.tsx:226 msgid "Add any notes about the attendee. These will not be visible to the attendee." @@ -633,11 +633,11 @@ msgstr "Agregue notas sobre el pedido..." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:533 msgid "Add at least one time" -msgstr "" +msgstr "Añade al menos un horario" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:150 msgid "Add connection details for the online event." -msgstr "" +msgstr "Añade los datos de conexión del evento en línea." #: src/components/common/QuestionsTable/index.tsx:434 msgid "Add custom questions to collect additional information during checkout" @@ -645,19 +645,19 @@ msgstr "Agregue preguntas personalizadas para recopilar información adicional d #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Add Date" -msgstr "" +msgstr "Añadir fecha" #: src/components/modals/PublishEventModal/index.tsx:105 msgid "Add dates" msgstr "Añadir fechas" -#: src/components/routes/event/OccurrencesTab/index.tsx:526 +#: src/components/routes/event/OccurrencesTab/index.tsx:541 msgid "Add Dates" -msgstr "" +msgstr "Añadir fechas" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:104 msgid "Add dates and times for your recurring event" -msgstr "" +msgstr "Añade fechas y horarios para tu evento recurrente" #: src/components/forms/QuestionForm/index.tsx:202 msgid "Add description" @@ -665,11 +665,11 @@ msgstr "Añadir descripción" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:140 msgid "Add details" -msgstr "" +msgstr "Añadir detalles" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:136 msgid "Add event details" -msgstr "" +msgstr "Añadir detalles del evento" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:154 msgid "Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)" @@ -684,7 +684,7 @@ msgstr "Agregar ubicación" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1047 msgid "Add multiple times if you run several sessions per day." -msgstr "" +msgstr "Añade varios horarios si realizas varias sesiones al día." #: src/components/common/HeadingCard/index.tsx:28 msgid "Add New" @@ -713,7 +713,7 @@ msgstr "Agregar impuesto o tarifa" #: src/components/modals/CreateAttendeeModal/index.tsx:276 msgid "Add this attendee anyway (override capacity)" -msgstr "" +msgstr "Añadir este asistente de todos modos (ignorar la capacidad)" #: src/components/common/AddToCalendarCTA/index.tsx:21 msgid "Add this event to your calendar" @@ -753,16 +753,16 @@ msgstr "Agrega tus redes sociales y la URL de tu sitio web. Estos se mostrarán #: src/components/common/ProductsTable/SortableProduct/index.tsx:344 #: src/components/forms/ProductForm/ledgerSummaries.ts:128 msgid "Add-on only" -msgstr "" +msgstr "Solo como complemento" #: src/components/forms/ProductForm/index.tsx:552 msgid "Add-on products" -msgstr "" +msgstr "Productos complementarios" #: src/components/forms/ProductForm/index.tsx:533 #: src/components/routes/product-widget/SelectProducts/index.tsx:822 msgid "Add-ons" -msgstr "" +msgstr "Complementos" #: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:78 msgid "Added at checkout" @@ -833,7 +833,7 @@ msgstr "Los usuarios administradores tienen acceso completo a los eventos y la c #: src/components/forms/ProductForm/index.tsx:207 msgid "Admits attendees to your event" -msgstr "" +msgstr "Da acceso a tu evento a los asistentes" #: src/components/common/AffiliateTable/index.tsx:82 msgid "Affiliate" @@ -853,7 +853,7 @@ msgstr "Afiliado eliminado exitosamente" #: src/components/layouts/AuthLayout/index.tsx:22 msgid "Affiliate program" -msgstr "" +msgstr "Programa de afiliados" #: src/components/forms/AffiliateForm/index.tsx:23 msgid "Affiliate sales will be tracked" @@ -883,11 +883,11 @@ msgstr "Los afiliados te ayudan a rastrear las ventas generadas por socios e inf #: src/components/routes/welcome/index.tsx:418 msgid "After your event is created, you can choose how often it repeats from the dashboard." -msgstr "" +msgstr "Una vez creado tu evento, podrás elegir con qué frecuencia se repite desde el panel." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "all" -msgstr "" +msgstr "todas" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:133 #: src/components/routes/admin/DeletionRequests/index.tsx:88 @@ -906,7 +906,7 @@ msgstr "Todos los asistentes" #: src/components/modals/SendMessageModal/index.tsx:378 msgid "All attendees of the selected sessions" -msgstr "" +msgstr "Todos los asistentes de las sesiones seleccionadas" #: src/components/modals/SendMessageModal/index.tsx:381 msgid "All attendees of this event" @@ -914,7 +914,7 @@ msgstr "Todos los asistentes a este evento." #: src/components/modals/SendMessageModal/index.tsx:380 msgid "All attendees of this occurrence" -msgstr "" +msgstr "Todos los asistentes de esta fecha" #: src/components/common/OrganizerReportTable/index.tsx:291 msgid "All Currencies" @@ -923,14 +923,14 @@ msgstr "Todas las monedas" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:48 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:101 msgid "All dates" -msgstr "" +msgstr "Todas las fechas" #: src/components/common/CheckInListTable/index.tsx:106 #: src/components/routes/event/attendees.tsx:235 #: src/components/routes/event/orders.tsx:182 #: src/components/routes/event/SoldOutWaitlist/index.tsx:104 msgid "All Dates" -msgstr "" +msgstr "Todas las fechas" #: src/components/routes/events/Dashboard/index.tsx:75 msgid "All Ended Events" @@ -948,18 +948,18 @@ msgstr "Todos los trabajos fallidos eliminados" msgid "All jobs queued for retry" msgstr "Todos los trabajos en cola para reintentar" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:346 msgid "All matching dates" -msgstr "" +msgstr "Todas las fechas coincidentes" #: src/components/forms/CheckInListForm/index.tsx:132 #: src/components/modals/SendMessageModal/index.tsx:359 msgid "All occurrences" -msgstr "" +msgstr "Todas las fechas" #: src/components/common/ReportTable/index.tsx:279 msgid "All Occurrences" -msgstr "" +msgstr "Todas las fechas" #: src/components/common/PromoCodeTable/index.tsx:139 msgid "All Products" @@ -1018,7 +1018,7 @@ msgstr "¿Ya tienes una cuenta? <0>{0}" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:135 msgid "Already in" -msgstr "" +msgstr "Ya incluido" #: src/components/modals/RefundOrderModal/index.tsx:86 msgid "Already Refunded" @@ -1026,7 +1026,7 @@ msgstr "Ya reembolsado" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:193 msgid "Already use Stripe on another organizer? Reuse that connection." -msgstr "" +msgstr "¿Ya usas Stripe en otro organizador? Reutiliza esa conexión." #: src/components/modals/RefundOrderModal/index.tsx:132 msgid "Also cancel this order" @@ -1042,7 +1042,7 @@ msgstr "Siempre disponible" #: src/components/forms/ProductForm/ledgerSummaries.ts:53 msgid "Always on sale" -msgstr "" +msgstr "Siempre a la venta" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:77 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:77 @@ -1130,15 +1130,15 @@ msgstr "Respuesta actualizada con éxito." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:246 msgid "Answers" -msgstr "" +msgstr "Respuestas" #: src/components/forms/CheckInListForm/index.tsx:207 msgid "Answers provided at checkout (e.g. meal choice)" -msgstr "" +msgstr "Respuestas facilitadas durante el pago (p. ej., elección de menú)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1148 msgid "Any dates you've manually customized will be kept." -msgstr "" +msgstr "Se conservarán las fechas que hayas personalizado manualmente." #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:62 msgid "Any queries from product holders will be sent to this email address. This will also be used as the \"reply-to\" address for all emails sent from this event" @@ -1160,9 +1160,9 @@ msgstr "aplicado — {0} de descuento en tu pedido" msgid "Applies to {0} products" msgstr "Se aplica a {0} productos" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:365 msgid "Applies to {0}, non-cancelled dates currently loaded on this page." -msgstr "" +msgstr "Se aplica a las {0} fechas no canceladas cargadas actualmente en esta página." #: src/components/common/CapacityAssignmentList/index.tsx:95 msgid "Applies to 1 product" @@ -1170,32 +1170,32 @@ msgstr "Se aplica a 1 producto" #: src/components/forms/CheckInListForm/index.tsx:175 msgid "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." -msgstr "" +msgstr "Se aplica a cualquier persona que abra el enlace de check-in compartido sin haber iniciado sesión. Los miembros del equipo que hayan iniciado sesión siempre lo ven todo." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:363 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 msgid "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." -msgstr "" +msgstr "Se aplica a todas las fechas {0} y no canceladas de este evento, incluidas las que no están cargadas actualmente." #: src/components/common/FilterModal/index.tsx:284 #: src/components/routes/product-widget/SelectProducts/index.tsx:945 msgid "Apply" msgstr "Aplicar" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:509 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:511 msgid "Apply Changes" -msgstr "" +msgstr "Aplicar cambios" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" msgstr "Aplicar este {type} a todos los nuevos productos" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:338 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:339 msgid "Apply to" -msgstr "" +msgstr "Aplicar a" #: src/components/forms/CheckInListForm/index.tsx:105 msgid "Apply to all tickets" -msgstr "" +msgstr "Aplicar a todas las entradas" #: src/components/routes/admin/Messages/index.tsx:232 msgid "Approve Message" @@ -1203,7 +1203,7 @@ msgstr "Aprobar mensaje" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:68 msgid "April" -msgstr "" +msgstr "Abril" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:63 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:69 @@ -1259,7 +1259,7 @@ msgstr "¿Estás seguro de que quieres archivar este organizador? Esto también #: src/components/routes/event/OccurrencesTab/index.tsx:215 msgid "Are you sure you want to cancel {count} date(s)? Affected attendees will be notified by email." -msgstr "" +msgstr "¿Seguro que quieres cancelar {count} fecha(s)? Se notificará por correo a los asistentes afectados." #: src/hooks/useAttendeeActions.tsx:44 msgid "Are you sure you want to cancel this attendee? This will void their ticket" @@ -1269,7 +1269,7 @@ msgstr "¿Está seguro de que desea cancelar este asistente? Esto anulará su en #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:36 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:326 msgid "Are you sure you want to cancel this date? Affected attendees will be notified by email." -msgstr "" +msgstr "¿Seguro que quieres cancelar esta fecha? Se notificará por correo a los asistentes afectados." #: src/components/routes/event/messages.tsx:33 msgid "Are you sure you want to cancel this scheduled message?" @@ -1295,11 +1295,11 @@ msgstr "¿Estás seguro de que quieres eliminar esta configuración? Esto puede #: src/components/routes/event/OccurrenceDetail/index.tsx:84 #: src/components/routes/event/OccurrencesTab/index.tsx:184 msgid "Are you sure you want to delete this date? This action cannot be undone." -msgstr "" +msgstr "¿Seguro que quieres eliminar esta fecha? Esta acción no se puede deshacer." #: src/components/common/ImageUploadDropzone/index.tsx:114 msgid "Are you sure you want to delete this image?" -msgstr "" +msgstr "¿Seguro que quieres eliminar esta imagen?" #: src/components/common/PromoCodeTable/index.tsx:37 msgid "Are you sure you want to delete this promo code?" @@ -1307,7 +1307,7 @@ msgstr "¿Estás seguro de que deseas eliminar este código de promoción?" #: src/components/common/TaxAndFeeList/index.tsx:33 msgid "Are you sure you want to delete this tax or fee? It will no longer be applied to new orders." -msgstr "" +msgstr "¿Seguro que quieres eliminar este impuesto o tarifa? Dejará de aplicarse a los nuevos pedidos." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:111 msgid "Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template." @@ -1344,7 +1344,7 @@ msgstr "¿Estás seguro de que quieres ofrecer un lugar a esta persona? Recibir #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:360 msgid "Are you sure you want to permanently delete this date? This cannot be undone." -msgstr "" +msgstr "¿Seguro que quieres eliminar esta fecha de forma permanente? Esto no se puede deshacer." #: src/components/common/StatusToggle/index.tsx:38 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." @@ -1380,7 +1380,7 @@ msgstr "¿Estás seguro de que quieres restaurar este organizador?" #: src/components/routes/account/ManageAccount/sections/Users/index.tsx:50 msgid "Are you sure you want to revoke this invitation?" -msgstr "" +msgstr "¿Seguro que quieres revocar esta invitación?" #: src/components/common/StatusToggle/index.tsx:41 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." @@ -1425,11 +1425,11 @@ msgstr "Preguntar una vez por producto" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:119 msgid "Assign a different plan" -msgstr "" +msgstr "Asignar otro plan" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:130 msgid "Assign plan" -msgstr "" +msgstr "Asignar plan" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:165 msgid "Assigned Tier" @@ -1443,7 +1443,7 @@ msgstr "Debe seleccionarse al menos un tipo de evento" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:64 #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:117 msgid "At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead." -msgstr "" +msgstr "Al menos un producto debe seguir disponible para esta fecha. Para hacerla inaccesible, cancélala desde la programación." #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:96 msgid "Attempts" @@ -1455,7 +1455,7 @@ msgstr "Asistencia y tasas de registro en todos los eventos" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendee" -msgstr "" +msgstr "asistente" #: src/components/common/AttendeeTicket/index.tsx:101 #: src/components/common/QuestionsTable/index.tsx:462 @@ -1497,7 +1497,7 @@ msgstr "Asistente no encontrado" #: src/components/forms/CheckInListForm/index.tsx:188 msgid "Attendee notes" -msgstr "" +msgstr "Notas del asistente" #: src/components/routes/event/attendees.tsx:81 msgid "Attendee Status" @@ -1523,7 +1523,7 @@ msgstr "El ticket del asistente no está incluido en esta lista" #: src/components/routes/event/attendees.tsx:250 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendees" -msgstr "" +msgstr "asistentes" #: src/components/common/EventCard/index.tsx:251 #: src/components/common/EventCard/index.tsx:366 @@ -1545,7 +1545,7 @@ msgstr "Asistentes" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:72 msgid "attendees checked in" -msgstr "" +msgstr "asistentes con check-in" #: src/components/routes/event/attendees.tsx:163 msgid "Attendees Exported" @@ -1587,7 +1587,7 @@ msgstr "Audiencia" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:72 msgid "August" -msgstr "" +msgstr "Agosto" #: src/components/common/WidgetEditor/index.tsx:236 msgid "Auto Resize" @@ -1623,7 +1623,7 @@ msgstr "Disponible cuando se complete el pago" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:265 msgid "Available times on {dayName}" -msgstr "" +msgstr "Horarios disponibles el {dayName}" #: src/components/modals/RefundOrderModal/index.tsx:93 msgid "Available to Refund" @@ -1635,7 +1635,7 @@ msgstr "Tokens disponibles" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:161 msgid "Awaiting" -msgstr "" +msgstr "Pendiente" #: src/components/common/OrderStatusBadge/index.tsx:11 #: src/components/modals/SendMessageModal/index.tsx:425 @@ -1649,7 +1649,7 @@ msgstr "Esperando pago offline" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:120 msgid "Awaiting pay" -msgstr "" +msgstr "Pago pendiente" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:117 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:225 @@ -1719,7 +1719,7 @@ msgstr "Tipo de fondo" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:128 msgid "Bank account connected" -msgstr "" +msgstr "Cuenta bancaria conectada" #: src/components/routes/admin/Announcements/index.tsx:178 #: src/components/routes/admin/Announcements/index.tsx:374 @@ -1736,12 +1736,12 @@ msgstr "Precio base" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:207 msgid "Base Price" -msgstr "" +msgstr "Precio base" #: src/components/forms/ProductForm/index.tsx:433 #: src/components/forms/ProductForm/index.tsx:436 msgid "Based on the global sale period above, not per date" -msgstr "" +msgstr "Según el periodo de venta global de arriba, no por fecha" #: src/components/routes/organizer/Settings/index.tsx:31 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:63 @@ -1779,19 +1779,19 @@ msgstr "Portugués brasileño" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:253 msgid "Built-in fraud protection" -msgstr "" +msgstr "Protección antifraude integrada" -#: src/components/routes/event/OccurrencesTab/index.tsx:517 +#: src/components/routes/event/OccurrencesTab/index.tsx:532 msgid "Bulk Edit" -msgstr "" +msgstr "Edición masiva" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:308 msgid "Bulk Edit Dates" -msgstr "" +msgstr "Edición masiva de fechas" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:233 msgid "Bulk update failed." -msgstr "" +msgstr "Error en la actualización masiva." #: src/constants/eventCategories.ts:26 msgid "Business" @@ -1799,11 +1799,11 @@ msgstr "Negocios" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:190 msgid "Business address" -msgstr "" +msgstr "Dirección fiscal" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:185 msgid "Business name" -msgstr "" +msgstr "Nombre de la empresa" #: src/components/routes/admin/Announcements/index.tsx:455 msgid "Button label" @@ -1827,7 +1827,7 @@ msgstr "El comprador paga" #: src/components/forms/ProductForm/index.tsx:562 msgid "Buyers can add these to their order when they select this product at checkout." -msgstr "" +msgstr "Los compradores pueden añadirlos a su pedido al seleccionar este producto durante el pago." #: src/components/common/PlatformFeesSettings/index.tsx:235 msgid "Buyers see a clean price. The platform fee is deducted from your payout." @@ -1848,7 +1848,7 @@ msgstr "Al registrarte, aceptas nuestras <0>Condiciones de servicio y nuestr #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:123 msgid "By ticket type" -msgstr "" +msgstr "Por tipo de entrada" #: src/components/routes/admin/Configurations/index.tsx:259 msgid "Bypass Application Fees" @@ -1860,7 +1860,7 @@ msgstr "Tipo de cálculo" #: src/components/routes/event/OccurrencesTab/index.tsx:473 msgid "Calendar" -msgstr "" +msgstr "Calendario" #: src/components/common/EmailTemplateEditor/CTAConfiguration.tsx:20 msgid "Call-to-Action Button" @@ -1869,11 +1869,11 @@ msgstr "Botón de llamada a la acción" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:153 #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:90 msgid "Camera" -msgstr "" +msgstr "Cámara" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:110 msgid "Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings." -msgstr "" +msgstr "Se denegó el permiso de cámara. <0>Solicita el permiso de nuevo o concede acceso a la cámara a esta página en la configuración de tu navegador." #: src/components/routes/admin/Attribution/index.tsx:107 msgid "Campaign" @@ -1881,7 +1881,7 @@ msgstr "Campaña" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:79 msgid "Can't check in" -msgstr "" +msgstr "No se puede hacer check-in" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:57 #: src/components/common/ContactOrganizerModal/index.tsx:104 @@ -1897,7 +1897,7 @@ msgstr "" #: src/components/modals/PublishEventModal/index.tsx:208 #: src/components/routes/admin/DeletionRequests/index.tsx:178 #: src/components/routes/event/messages.tsx:80 -#: src/components/routes/event/OccurrencesTab/index.tsx:499 +#: src/components/routes/event/OccurrencesTab/index.tsx:504 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:272 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:306 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:61 @@ -1914,7 +1914,7 @@ msgstr "Cancelar" #: src/components/routes/event/OccurrencesTab/index.tsx:211 #: src/components/routes/event/OccurrencesTab/index.tsx:223 msgid "Cancel {count} date(s)" -msgstr "" +msgstr "Cancelar {count} fecha(s)" #: src/components/modals/RefundOrderModal/index.tsx:133 msgid "Cancel all products and release them back to the pool" @@ -1928,7 +1928,7 @@ msgstr "Cancelar todos los productos y devolverlos al grupo disponible" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:568 msgid "Cancel Date" -msgstr "" +msgstr "Cancelar fecha" #: src/components/common/PendingDeletionBanner/index.tsx:37 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:104 @@ -1985,7 +1985,7 @@ msgstr "Cancelado" #: src/components/routes/event/OccurrencesTab/index.tsx:237 msgid "Cancelling {0} date(s). This may take a moment to complete." -msgstr "" +msgstr "Cancelando {0} fecha(s). Esto puede tardar un momento." #: src/components/routes/admin/Configurations/index.tsx:36 msgid "Cannot delete the system default configuration" @@ -2011,7 +2011,7 @@ msgstr "Asignaciones de capacidad" #: src/components/layouts/AuthLayout/index.tsx:28 msgid "Capacity management" -msgstr "" +msgstr "Gestión de la capacidad" #: src/components/layouts/Event/index.tsx:137 msgid "Capacity Management" @@ -2019,15 +2019,15 @@ msgstr "Gestión de capacidad" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:111 msgid "Capacity must be 0 or greater" -msgstr "" +msgstr "La capacidad debe ser 0 o mayor" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:300 msgid "capacity updates" -msgstr "" +msgstr "cambios de capacidad" #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:66 msgid "Capacity Used" -msgstr "" +msgstr "Capacidad utilizada" #: src/components/modals/CreateProductCategoryModal/index.tsx:52 msgid "Categories allow you to group products together. For example, you might have a category for \"Tickets\" and another for \"Merchandise\"." @@ -2052,7 +2052,7 @@ msgstr "Categoría creada con éxito" #: src/components/common/ProductsTable/SortableCategory/index.tsx:48 msgid "Category deleted successfully" -msgstr "" +msgstr "Categoría eliminada correctamente" #: src/components/common/LocationPicker/index.tsx:201 msgid "Change" @@ -2060,7 +2060,7 @@ msgstr "Cambiar" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Change duration" -msgstr "" +msgstr "Cambiar duración" #: src/components/routes/profile/ManageProfile/index.tsx:239 msgid "Change password" @@ -2068,11 +2068,11 @@ msgstr "Cambiar la contraseña" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Change the attendee limit" -msgstr "" +msgstr "Cambiar el límite de asistentes" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:365 msgid "Change time" -msgstr "" +msgstr "Cambiar horario" #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Change waitlist settings" @@ -2080,11 +2080,11 @@ msgstr "Cambiar configuración de lista de espera" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:212 msgid "Changed duration for {count} date(s)" -msgstr "" +msgstr "Duración cambiada para {count} fecha(s)" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:399 msgid "Charges" -msgstr "" +msgstr "Cobros" #: src/constants/eventCategories.ts:24 msgid "Charity" @@ -2093,7 +2093,7 @@ msgstr "Caridad" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:82 msgid "Check in" -msgstr "" +msgstr "Hacer check-in" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:28 msgid "Check in {0} {1}" @@ -2110,12 +2110,12 @@ msgstr "Solo registrar entrada" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:81 msgid "Check out" -msgstr "" +msgstr "Hacer check-out" #: src/components/layouts/EventHomepage/index.tsx:337 #: src/components/layouts/EventHomepage/index.tsx:338 msgid "Check out this event: {0}" -msgstr "" +msgstr "Mira este evento: {0}" #: src/components/layouts/Checkout/index.tsx:338 msgid "Check out this event!" @@ -2133,12 +2133,12 @@ msgstr "¡Revisa tu bandeja de entrada! Si hay entradas asociadas a este correo, #: src/components/layouts/CheckIn/index.tsx:549 msgid "Check-in" -msgstr "" +msgstr "Check-in" #: src/components/modals/ManageAttendeeModal/index.tsx:137 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:58 msgid "Check-In" -msgstr "" +msgstr "Check-in" #: src/components/forms/WebhookForm/index.tsx:121 msgid "Check-in Created" @@ -2150,15 +2150,15 @@ msgstr "Registro de entrada eliminado" #: src/components/layouts/CheckIn/index.tsx:215 msgid "Check-in for {0} was undone" -msgstr "" +msgstr "Se ha deshecho el check-in de {0}" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:223 msgid "Check-in history" -msgstr "" +msgstr "Historial de check-in" #: src/components/common/CheckInListTable/index.tsx:59 msgid "Check-In List" -msgstr "" +msgstr "Lista de check-in" #: src/components/modals/CheckInListSuccessModal/index.tsx:20 msgid "Check-In List Created" @@ -2175,7 +2175,7 @@ msgstr "La lista de registro ha expirado" #: src/components/layouts/CheckIn/index.tsx:583 msgid "Check-in list info" -msgstr "" +msgstr "Información de la lista de check-in" #: src/components/layouts/CheckIn/index.tsx:520 msgid "Check-in list is not active" @@ -2187,7 +2187,7 @@ msgstr "Lista de registro no encontrada" #: src/components/routes/event/CheckInLists/index.tsx:60 msgid "check-in lists" -msgstr "" +msgstr "listas de check-in" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:51 msgid "Check-in Lists" @@ -2201,11 +2201,11 @@ msgstr "Listas de registro" #: src/components/layouts/CheckIn/BottomNav.tsx:21 msgid "Check-in navigation" -msgstr "" +msgstr "Navegación de check-in" #: src/components/layouts/CheckIn/index.tsx:567 msgid "Check-in progress" -msgstr "" +msgstr "Progreso del check-in" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:45 msgid "Check-in Rate" @@ -2245,7 +2245,7 @@ msgstr "Casillas de verificación" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:151 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:89 msgid "Checked in" -msgstr "" +msgstr "Con check-in" #: src/components/common/AttendeeTable/index.tsx:299 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -2277,11 +2277,11 @@ msgstr "Elige un color para tu fondo" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:123 msgid "Choose a configuration" -msgstr "" +msgstr "Elige una configuración" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:335 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:336 msgid "Choose a different action" -msgstr "" +msgstr "Elige otra acción" #: src/components/common/ThemeFontControl/index.tsx:66 msgid "Choose a typeface that matches your brand. Fonts are self-hosted via Bunny Fonts." @@ -2293,7 +2293,7 @@ msgstr "elige una cuenta" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:202 msgid "Choose an organizer" -msgstr "" +msgstr "Elige un organizador" #: src/components/routes/events/Dashboard/index.tsx:232 msgid "Choose an Organizer" @@ -2301,7 +2301,7 @@ msgstr "Elige un organizador" #: src/components/routes/product-widget/SelectProducts/index.tsx:968 msgid "Choose another date" -msgstr "" +msgstr "Elige otra fecha" #: src/components/common/CalendarOptionsPopover/index.tsx:22 msgid "Choose calendar" @@ -2328,29 +2328,29 @@ msgid "City" msgstr "Ciudad" #: src/components/common/OccurrenceSelect/index.tsx:133 -#: src/components/routes/event/OccurrencesTab/index.tsx:505 +#: src/components/routes/event/OccurrencesTab/index.tsx:519 msgid "Clear" -msgstr "" +msgstr "Borrar" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:475 msgid "Clear location — fall back to the event default" -msgstr "" +msgstr "Borrar ubicación: usar la del evento por defecto" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:100 msgid "Clear search" -msgstr "" +msgstr "Borrar búsqueda" #: src/components/common/SearchBar/index.tsx:62 msgid "Clear Search Text" msgstr "Borrar texto de búsqueda" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:497 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:498 msgid "Clearing removes any per-date override. Affected dates will fall back to the event's default location." -msgstr "" +msgstr "Al borrarla se elimina cualquier personalización por fecha. Las fechas afectadas volverán a la ubicación por defecto del evento." #: src/components/routes/event/OccurrencesTab/index.tsx:333 msgid "Click to cancel" -msgstr "" +msgstr "Haz clic para cancelar" #: src/components/common/PromoCodeTable/index.tsx:106 msgid "Click to copy" @@ -2358,7 +2358,7 @@ msgstr "Haga clic para copiar" #: src/components/routes/event/OccurrencesTab/index.tsx:335 msgid "Click to reopen for new sales" -msgstr "" +msgstr "Haz clic para reabrir la venta" #: src/components/common/AttendeeTable/index.tsx:173 msgid "Click to view notes" @@ -2478,7 +2478,7 @@ msgstr "Preferencias de comunicación" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:82 msgid "complete" -msgstr "" +msgstr "completado" #: src/components/routes/product-widget/CollectInformation/index.tsx:749 msgid "Complete Order" @@ -2491,7 +2491,7 @@ msgstr "El pago completo" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:293 msgid "Complete Stripe setup" -msgstr "" +msgstr "Completar la configuración de Stripe" #: src/components/routes/product-widget/CollectInformation/index.tsx:442 msgid "Complete your order to secure your tickets. This offer is time-limited, so don't wait too long." @@ -2539,11 +2539,11 @@ msgstr "Centro de conferencias" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:100 msgid "Configuration" -msgstr "" +msgstr "Configuración" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:52 msgid "Configuration assigned" -msgstr "" +msgstr "Configuración asignada" #: src/components/routes/admin/Configurations/index.tsx:196 msgid "Configuration created successfully" @@ -2580,7 +2580,7 @@ msgstr "Configurar impuestos y comisiones" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:181 msgid "Configure which products are available for this occurrence and optionally adjust pricing." -msgstr "" +msgstr "Configura qué productos están disponibles para esta fecha y ajusta los precios si lo deseas." #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" @@ -2643,7 +2643,7 @@ msgstr "¡Felicidades! Tu evento ahora es visible para el público." #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:71 msgid "Connect bank" -msgstr "" +msgstr "Conectar banco" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:370 #: src/components/modals/PublishEventModal/index.tsx:79 @@ -2665,7 +2665,7 @@ msgstr "Conecte Stripe para habilitar mensajería" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:464 msgid "Connect Stripe to receive ticket payments directly to your bank account." -msgstr "" +msgstr "Conecta Stripe para recibir los pagos de las entradas directamente en tu cuenta bancaria." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:263 msgid "Connect with Stripe" @@ -2673,13 +2673,13 @@ msgstr "Conéctate con Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:127 msgid "Connect your bank to receive ticket sales straight to your account" -msgstr "" +msgstr "Conecta tu banco para recibir las ventas de entradas directamente en tu cuenta" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:298 msgid "Connected the wrong Stripe account? Disconnect and start over." msgstr "¿Conectaste la cuenta de Stripe equivocada? Desconéctala y empieza de nuevo." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:489 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:492 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:164 msgid "Connection Details" @@ -2687,7 +2687,7 @@ msgstr "Detalles de conexión" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:117 msgid "Connection details are required for online dates" -msgstr "" +msgstr "Los datos de conexión son obligatorios para las fechas en línea" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:41 msgid "Connection details are required for online events" @@ -2760,11 +2760,11 @@ msgstr "Controle cómo se manejan las comisiones de la plataforma para este even #: src/components/forms/CheckInListForm/index.tsx:83 msgid "Control who gets in for this date" -msgstr "" +msgstr "Controla quién entra en esta fecha" #: src/components/forms/CheckInListForm/index.tsx:84 msgid "Control who gets in, and when" -msgstr "" +msgstr "Controla quién entra y cuándo" #: src/components/common/AttendeeTicket/index.tsx:188 #: src/components/common/CopyButton/index.tsx:13 @@ -2805,7 +2805,7 @@ msgstr "Copiar" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:364 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:373 msgid "Copy account ID" -msgstr "" +msgstr "Copiar ID de cuenta" #: src/components/common/AffiliateTable/index.tsx:183 msgid "Copy Affiliate Link" @@ -2865,7 +2865,7 @@ msgstr "No se pudo eliminar la ubicación" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:244 msgid "Could not prepare the bulk update." -msgstr "" +msgstr "No se pudo preparar la actualización masiva." #: src/components/common/AddressAutocomplete/index.tsx:61 #: src/components/common/LocationPicker/index.tsx:153 @@ -2874,11 +2874,11 @@ msgstr "No se pudieron obtener los detalles de la dirección" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:275 msgid "Could not save date" -msgstr "" +msgstr "No se pudo guardar la fecha" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:78 msgid "Couldn't send verification email. Please try again." -msgstr "" +msgstr "No se pudo enviar el correo de verificación. Inténtalo de nuevo." #: src/components/common/CheckoutQuestion/index.tsx:174 #: src/components/common/LocationPicker/index.tsx:268 @@ -2903,7 +2903,7 @@ msgstr "Imagen de portada" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:148 msgid "Cover image added" -msgstr "" +msgstr "Imagen de portada añadida" #: src/components/routes/event/HomepageDesigner/index.tsx:202 msgid "Cover image will be displayed at the top of your event page" @@ -2915,7 +2915,7 @@ msgstr "La imagen de portada se mostrará en la parte superior de tu página de #: src/components/common/CheckInListTable/index.tsx:82 msgid "Covers every ticket" -msgstr "" +msgstr "Cubre todas las entradas" #: src/components/routes/event/attendees.tsx:253 #: src/components/routes/event/products.tsx:77 @@ -2936,11 +2936,11 @@ msgstr "Cree un widget personalizado para vender entradas en su sitio." #: src/components/modals/SelectCheckInListModal/index.tsx:82 msgid "Create a list for this date" -msgstr "" +msgstr "Crear una lista para esta fecha" #: src/components/layouts/CheckIn/index.tsx:508 msgid "Create a new check-in list for an active session, or contact the organizer if you think this is a mistake." -msgstr "" +msgstr "Crea una nueva lista de check-in para una sesión activa o ponte en contacto con el organizador si crees que se trata de un error." #: src/components/routes/auth/AcceptInvitation/index.tsx:128 msgid "Create a password" @@ -3031,7 +3031,7 @@ msgstr "Crear plantilla personalizada" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:546 msgid "Create Date" -msgstr "" +msgstr "Crear fecha" #: src/components/routes/event/promo-codes.tsx:33 msgid "Create discounts, access codes for hidden tickets, and special offers." @@ -3039,7 +3039,7 @@ msgstr "Cree descuentos, códigos de acceso para entradas ocultos y ofertas espe #: src/components/routes/organizer/OrganizerDashboard/index.tsx:404 msgid "Create event" -msgstr "" +msgstr "Crear evento" #: src/components/common/NoEventsBlankSlate/index.tsx:27 #: src/components/layouts/OrganizerLayout/index.tsx:179 @@ -3049,7 +3049,7 @@ msgstr "Crear evento" #: src/components/forms/ProductForm/index.tsx:559 msgid "Create more tickets or products to offer them as add-ons" -msgstr "" +msgstr "Crea más entradas o productos para ofrecerlos como complementos" #: src/components/routes/events/Dashboard/index.tsx:172 msgid "Create new" @@ -3128,7 +3128,7 @@ msgstr "Crea tu propio evento" msgid "Created" msgstr "Creado" -#: src/components/routes/event/OccurrencesTab/index.tsx:549 +#: src/components/routes/event/OccurrencesTab/index.tsx:564 msgid "Creating {0} dates. This may take a moment." msgstr "Creando {0} fechas. Esto puede tardar un momento." @@ -3170,7 +3170,7 @@ msgstr "Contraseña actual" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:107 msgid "Currently assigned" -msgstr "" +msgstr "Asignado actualmente" #: src/components/common/ProductsTable/SortableProduct/index.tsx:110 msgid "Currently available for purchase" @@ -3178,7 +3178,7 @@ msgstr "Actualmente disponible para compra" #: src/components/layouts/AuthLayout/index.tsx:15 msgid "Custom branding" -msgstr "" +msgstr "Marca personalizada" #: src/components/modals/SendMessageModal/index.tsx:496 msgid "Custom date and time" @@ -3190,7 +3190,7 @@ msgstr "URL de mapas personalizados" #: src/components/layouts/AuthLayout/index.tsx:24 msgid "Custom questions" -msgstr "" +msgstr "Preguntas personalizadas" #: src/components/common/QuestionsTable/index.tsx:433 msgid "Custom Questions" @@ -3224,7 +3224,7 @@ msgstr "Clientes" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:150 msgid "Customize page" -msgstr "" +msgstr "Personalizar página" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:56 msgid "Customize the email and notification settings for this event" @@ -3278,7 +3278,7 @@ msgstr "Personaliza la apariencia de tu página de organizador" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:50 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Daily" -msgstr "" +msgstr "Diario" #: src/components/routes/organizer/Reports/index.tsx:18 msgid "Daily revenue, taxes, fees, and refunds across all events" @@ -3294,7 +3294,7 @@ msgstr "Desglose de ventas diarias, impuestos y tarifas" #: src/constants/eventCategories.ts:13 msgid "Dance" -msgstr "" +msgstr "Danza" #: src/components/common/CapacityAssignmentList/index.tsx:153 #: src/components/common/CheckInListList/index.tsx:174 @@ -3349,43 +3349,43 @@ msgstr "Fecha y hora" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:99 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:212 msgid "Date Cancellation" -msgstr "" +msgstr "Cancelación de fecha" #: src/components/routes/event/OccurrenceDetail/index.tsx:76 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:54 msgid "Date cancelled" -msgstr "" +msgstr "Fecha cancelada" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:344 msgid "Date cancelled successfully" -msgstr "" +msgstr "Fecha cancelada correctamente" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:255 msgid "Date created successfully" -msgstr "" +msgstr "Fecha creada correctamente" #: src/components/modals/ManageOccurrenceModal/index.tsx:61 #: src/components/routes/event/OccurrenceDetail/index.tsx:87 #: src/components/routes/event/OccurrencesTab/index.tsx:186 msgid "Date deleted" -msgstr "" +msgstr "Fecha eliminada" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:368 msgid "Date deleted successfully" -msgstr "" +msgstr "Fecha eliminada correctamente" #: src/components/modals/ManageOccurrenceModal/index.tsx:75 #: src/components/routes/event/OccurrenceDetail/index.tsx:101 msgid "Date reactivated" -msgstr "" +msgstr "Fecha reactivada" #: src/components/routes/event/OccurrencesTab/index.tsx:200 msgid "Date reopened for new sales" -msgstr "" +msgstr "Fecha reabierta a la venta" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:254 msgid "Date updated successfully" -msgstr "" +msgstr "Fecha actualizada correctamente" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:808 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1093 @@ -3394,23 +3394,23 @@ msgstr "fechas" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:105 msgid "Dates are managed per occurrence" -msgstr "" +msgstr "Las fechas se gestionan una a una" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:674 msgid "Dates with sessions" -msgstr "" +msgstr "Días con sesiones" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:87 msgid "day" -msgstr "" +msgstr "día" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:973 msgid "Day" -msgstr "" +msgstr "Día" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:937 msgid "Day of Month" -msgstr "" +msgstr "Día del mes" #: src/components/forms/CapaciyAssigmentForm/index.tsx:38 msgid "Day one capacity" @@ -3418,7 +3418,7 @@ msgstr "Capacidad del primer día" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:95 msgid "days" -msgstr "" +msgstr "días" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:920 msgid "Days of the month" @@ -3426,7 +3426,7 @@ msgstr "Días del mes" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:76 msgid "December" -msgstr "" +msgstr "Diciembre" #: src/components/common/CookieConsentBanner/index.tsx:62 msgid "Decline" @@ -3452,7 +3452,7 @@ msgstr "Recopilación predeterminada de información del asistente" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1106 msgid "Default capacity per date" -msgstr "" +msgstr "Capacidad por defecto por fecha" #: src/components/routes/organizer/Settings/Sections/PlatformFeesSettings/index.tsx:44 msgid "Default Fee Handling" @@ -3464,7 +3464,7 @@ msgstr "Se usará la plantilla predeterminada" #: src/components/forms/ProductForm/ledgerSummaries.ts:66 msgid "Defaults" -msgstr "" +msgstr "Valores por defecto" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:29 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:31 @@ -3478,7 +3478,7 @@ msgstr "eliminar" #: src/components/common/TaxAndFeeList/index.tsx:81 #: src/components/routes/admin/Announcements/index.tsx:226 #: src/components/routes/admin/FailedJobs/index.tsx:209 -#: src/components/routes/event/OccurrencesTab/index.tsx:502 +#: src/components/routes/event/OccurrencesTab/index.tsx:512 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:62 msgid "Delete" msgstr "Borrar" @@ -3489,7 +3489,7 @@ msgstr "¿Eliminar \"{0}\"?" #: src/components/routes/event/OccurrencesTab/index.tsx:249 msgid "Delete {count} selected date(s)? Dates with orders will be skipped. This cannot be undone." -msgstr "" +msgstr "¿Eliminar {count} fecha(s) seleccionada(s)? Se omitirán las fechas con pedidos. Esto no se puede deshacer." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:148 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:155 @@ -3525,7 +3525,7 @@ msgstr "Eliminar código" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:357 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:582 msgid "Delete Date" -msgstr "" +msgstr "Eliminar fecha" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:84 #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:119 @@ -3551,7 +3551,7 @@ msgstr "Eliminar organizador" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Delete Permanently" -msgstr "" +msgstr "Eliminar permanentemente" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:131 msgid "Delete Template" @@ -3559,11 +3559,11 @@ msgstr "Eliminar plantilla" #: src/components/common/ProductsTable/SortableCategory/index.tsx:45 msgid "Delete this category? Any products in it will also be deleted. This cannot be undone." -msgstr "" +msgstr "¿Eliminar esta categoría? También se eliminarán todos sus productos. Esto no se puede deshacer." #: src/components/common/ProductsTable/SortableProduct/index.tsx:71 msgid "Delete this product? This cannot be undone." -msgstr "" +msgstr "¿Eliminar este producto? Esto no se puede deshacer." #: src/components/common/QuestionsTable/index.tsx:197 msgid "Delete this question? This cannot be undone." @@ -3576,7 +3576,7 @@ msgstr "Eliminar webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:255 msgid "Deleted {0} date(s)" -msgstr "" +msgstr "{0} fecha(s) eliminada(s)" #: src/components/routes/admin/DeletionRequests/index.tsx:143 msgid "Deleted account" @@ -3611,7 +3611,7 @@ msgstr "Descripción" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:138 msgid "Description and venue added" -msgstr "" +msgstr "Descripción y lugar añadidos" #: src/components/forms/CheckInListForm/index.tsx:143 msgid "Description for check-in staff" @@ -3640,12 +3640,12 @@ msgstr "¿No recibiste el código?" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:472 msgid "Different location" -msgstr "" +msgstr "Ubicación distinta" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:403 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:411 msgid "Disabled" -msgstr "" +msgstr "Desactivado" #: src/components/forms/CapaciyAssigmentForm/index.tsx:27 msgid "Disabling this capacity will track sales but not stop them when the limit is reached" @@ -3654,12 +3654,12 @@ msgstr "Deshabilitar esta capacidad rastreará las ventas pero no las detendrá #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Discard" -msgstr "" +msgstr "Descartar" #: src/components/forms/ProductForm/ProductDrawer.tsx:54 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:725 msgid "Discard changes?" -msgstr "" +msgstr "¿Descartar los cambios?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Disconnect" @@ -3691,7 +3691,7 @@ msgstr "Tipo de descuento" #: src/components/common/Callout/index.tsx:54 msgid "Dismiss" -msgstr "" +msgstr "Cerrar" #: src/components/common/AnnouncementDisplay/AnnouncementBanner.tsx:37 msgid "Dismiss announcement" @@ -3699,7 +3699,7 @@ msgstr "Descartar anuncio" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:186 msgid "Dismiss setup checklist" -msgstr "" +msgstr "Ocultar la lista de configuración" #: src/components/routes/product-widget/SelectProducts/index.tsx:1077 msgid "Dismiss this message" @@ -3747,7 +3747,7 @@ msgstr "Listo" #: src/components/common/CheckIn/CheckInDescriptionModal.tsx:20 msgid "Door staff instructions" -msgstr "" +msgstr "Instrucciones para el personal de puerta" #: src/components/common/CalendarOptionsPopover/index.tsx:39 msgid "Download .ics" @@ -3810,7 +3810,7 @@ msgstr "Duplicar" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Duplicate Date" -msgstr "" +msgstr "Duplicar fecha" #: src/components/common/EventCard/index.tsx:151 msgid "Duplicate event" @@ -3832,7 +3832,7 @@ msgstr "Duplicar producto" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:121 msgid "Duration must be at least 1 minute." -msgstr "" +msgstr "La duración debe ser de al menos 1 minuto." #: src/components/common/LanguageSwitcher/index.tsx:26 msgid "Dutch" @@ -3846,10 +3846,10 @@ msgstr "ej. 180 (3 horas)" msgid "e.g. Learn more" msgstr "p. ej. Más información" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:453 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:450 msgid "e.g. Morning Session" -msgstr "" +msgstr "p. ej., Sesión de mañana" #: src/components/routes/admin/Announcements/index.tsx:382 msgid "e.g. New feature: Waitlists" @@ -3879,9 +3879,9 @@ msgstr "Cada persona recibirá un correo electrónico con un lugar reservado par msgid "Each product" msgstr "Cada producto" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:381 msgid "Earlier" -msgstr "" +msgstr "Antes" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:64 msgid "Early bird" @@ -3960,7 +3960,7 @@ msgstr "Editar configuración" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Edit Date" -msgstr "" +msgstr "Editar fecha" #: src/components/common/LocationsTable/index.tsx:65 msgid "Edit location" @@ -4025,7 +4025,7 @@ msgstr "Editar Webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:308 msgid "Edited" -msgstr "" +msgstr "Editada" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:140 msgid "Editor" @@ -4079,7 +4079,7 @@ msgstr "Configuración de correo electrónico y notificaciones" #: src/components/layouts/AuthLayout/index.tsx:20 msgid "Email & scheduled messages" -msgstr "" +msgstr "Correos y mensajes programados" #: src/components/routes/event/Settings/index.tsx:78 msgid "Email & Templates" @@ -4159,7 +4159,7 @@ msgstr "Verificación de correo requerida" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:160 msgid "Email verified" -msgstr "" +msgstr "Correo verificado" #: src/components/routes/welcome/index.tsx:99 msgid "Email verified successfully!" @@ -4180,7 +4180,7 @@ msgstr "Widget integrado" #: src/components/layouts/AuthLayout/index.tsx:21 msgid "Embeddable widget" -msgstr "" +msgstr "Widget insertable" #: src/components/routes/admin/Announcements/index.tsx:409 msgid "Emoji" @@ -4255,11 +4255,11 @@ msgstr "Finalizado" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:55 msgid "Ended {0}" -msgstr "" +msgstr "Finalizó {0}" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:46 msgid "Ends {0}" -msgstr "" +msgstr "Termina {0}" #: src/components/common/LanguageSwitcher/index.tsx:18 #: src/components/common/LanguageSwitcher/index.tsx:69 @@ -4269,11 +4269,11 @@ msgstr "Inglés" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:131 msgid "Enter a capacity value or choose unlimited." -msgstr "" +msgstr "Introduce un valor de capacidad o elige ilimitado." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:141 msgid "Enter a label or choose to remove it." -msgstr "" +msgstr "Introduce una etiqueta o elige eliminarla." #: src/components/common/EmailTemplateEditor/EmailTemplatePreviewPane.tsx:58 msgid "Enter a subject and body to see the preview" @@ -4281,7 +4281,7 @@ msgstr "Ingrese un asunto y cuerpo para ver la vista previa" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:112 msgid "Enter a time to shift by." -msgstr "" +msgstr "Indica cuánto tiempo desplazar." #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:29 msgid "Enter a venue name or address" @@ -4311,9 +4311,9 @@ msgstr "Ingresa el nombre del afiliado" msgid "Enter an amount excluding taxes and fees." msgstr "Ingrese un monto sin incluir impuestos ni tarifas." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:434 msgid "Enter capacity" -msgstr "" +msgstr "Introducir capacidad" #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:69 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:69 @@ -4366,7 +4366,7 @@ msgstr "Todo el pedido" #: src/components/routes/event/SoldOutWaitlist/index.tsx:126 msgid "entries" -msgstr "" +msgstr "registros" #: src/components/common/WaitlistTable/index.tsx:264 msgid "Entries will appear here when customers join the waitlist for sold out products." @@ -4394,7 +4394,7 @@ msgstr "Error al cargar los registros" #: src/components/forms/ProductForm/ProductDrawer.tsx:98 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:870 msgid "Esc to close" -msgstr "" +msgstr "Esc para cerrar" #: src/components/routes/account/ManageAccount/sections/AccountSettings/index.tsx:74 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:137 @@ -4433,7 +4433,7 @@ msgstr "Imagen de portada del evento" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:196 msgid "Event created" -msgstr "" +msgstr "Evento creado" #: src/components/forms/WebhookForm/index.tsx:43 msgid "Event Created" @@ -4483,7 +4483,7 @@ msgstr "Página principal del evento" #: src/components/common/PeriodSelector/index.tsx:124 msgid "Event lifetime" -msgstr "" +msgstr "Vida del evento" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:151 msgid "Event location & venue details" @@ -4546,7 +4546,7 @@ msgstr "Evento demasiado nuevo" #: src/components/routes/event/EventDashboard/index.tsx:264 msgid "Event totals" -msgstr "" +msgstr "Totales del evento" #: src/components/common/OrganizerWebhookTable/index.tsx:237 #: src/components/common/WebhookTable/index.tsx:237 @@ -4585,32 +4585,32 @@ msgstr "Cada" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0}" -msgstr "" +msgstr "Cada {0}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:748 msgid "Every {0} {cadenceUnit}" -msgstr "" +msgstr "Cada {0} {cadenceUnit}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Every {0} days" -msgstr "" +msgstr "Cada {0} días" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Every {0} months" -msgstr "" +msgstr "Cada {0} meses" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Every {0} weeks" -msgstr "" +msgstr "Cada {0} semanas" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0} weeks on {1}" -msgstr "" +msgstr "Cada {0} semanas los {1}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Every {0} years" -msgstr "" +msgstr "Cada {0} años" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:747 msgid "Every {cadenceUnit}" @@ -4622,7 +4622,7 @@ msgstr "Cada plantilla de correo debe incluir un botón de llamada a la acción #: src/components/forms/ProductForm/index.tsx:392 msgid "Everything else — tap to edit" -msgstr "" +msgstr "Todo lo demás: toca para editar" #: src/components/common/QuestionsTable/index.tsx:496 msgid "Examples: \"How did you hear about us?\", \"Company name for invoice\"" @@ -4743,11 +4743,11 @@ msgstr "No se pudo cancelar el asistente" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:57 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:348 msgid "Failed to cancel date" -msgstr "" +msgstr "No se pudo cancelar la fecha" #: src/components/routes/event/OccurrencesTab/index.tsx:241 msgid "Failed to cancel dates" -msgstr "" +msgstr "No se pudieron cancelar las fechas" #: src/components/routes/event/messages.tsx:41 msgid "Failed to cancel message" @@ -4767,7 +4767,7 @@ msgstr "Error al crear configuración" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:712 msgid "Failed to create schedule" -msgstr "" +msgstr "No se pudo crear la programación" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:702 #: src/hooks/useOccurrenceGenerationPolling.ts:42 @@ -4791,15 +4791,15 @@ msgstr "Error al eliminar configuración" #: src/components/routes/event/OccurrenceDetail/index.tsx:90 #: src/components/routes/event/OccurrencesTab/index.tsx:187 msgid "Failed to delete date" -msgstr "" +msgstr "No se pudo eliminar la fecha" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:372 msgid "Failed to delete date. It may have existing orders." -msgstr "" +msgstr "No se pudo eliminar la fecha. Puede que tenga pedidos." #: src/components/routes/event/OccurrencesTab/index.tsx:258 msgid "Failed to delete dates" -msgstr "" +msgstr "No se pudieron eliminar las fechas" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:40 msgid "Failed to delete event" @@ -4819,7 +4819,7 @@ msgstr "Error al eliminar el organizador" #: src/components/common/ProductsTable/SortableProduct/index.tsx:80 msgid "Failed to delete product. Please try again." -msgstr "" +msgstr "No se pudo eliminar el producto. Inténtalo de nuevo." #: src/components/common/QuestionsTable/index.tsx:203 msgid "Failed to delete question" @@ -4875,7 +4875,7 @@ msgstr "Error al ofrecer entradas" #: src/components/modals/ManageOccurrenceModal/index.tsx:76 #: src/components/routes/event/OccurrenceDetail/index.tsx:102 msgid "Failed to reactivate date" -msgstr "" +msgstr "No se pudo reactivar la fecha" #: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to remove from waitlist" @@ -4883,11 +4883,11 @@ msgstr "Error al eliminar de la lista de espera" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:104 msgid "Failed to remove override" -msgstr "" +msgstr "No se pudo eliminar la personalización" #: src/components/routes/event/OccurrencesTab/index.tsx:201 msgid "Failed to reopen date" -msgstr "" +msgstr "No se pudo reabrir la fecha" #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" @@ -4919,15 +4919,15 @@ msgstr "Error al reintentar los trabajos" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:69 msgid "Failed to save override" -msgstr "" +msgstr "No se pudo guardar la personalización" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:156 msgid "Failed to save price override" -msgstr "" +msgstr "No se pudo guardar el precio personalizado" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:163 msgid "Failed to save product settings" -msgstr "" +msgstr "No se pudo guardar la configuración del producto" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:158 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:161 @@ -5012,15 +5012,15 @@ msgstr "Error al verificar el correo" #: src/constants/eventCategories.ts:17 msgid "Family" -msgstr "" +msgstr "Familia" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:247 msgid "Fast payouts to your bank" -msgstr "" +msgstr "Pagos rápidos a tu banco" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:66 msgid "February" -msgstr "" +msgstr "Febrero" #: src/components/forms/TaxAndFeeForm/index.tsx:18 #: src/components/forms/TaxAndFeeForm/index.tsx:39 @@ -5042,7 +5042,7 @@ msgstr "Gestión de comisiones" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:68 msgid "Fee override saved" -msgstr "" +msgstr "Tarifa personalizada guardada" #: src/components/common/InlineOrderSummary/index.tsx:156 #: src/components/common/OrdersTable/index.tsx:270 @@ -5073,11 +5073,11 @@ msgstr "Primero completa tus datos arriba" #: src/constants/eventCategories.ts:12 msgid "Film" -msgstr "" +msgstr "Cine" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:125 msgid "Filter attendees" -msgstr "" +msgstr "Filtrar asistentes" #: src/components/routes/event/attendees.tsx:245 msgid "Filter Attendees" @@ -5086,7 +5086,7 @@ msgstr "Filtrar Asistentes" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:62 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:82 msgid "Filter by date" -msgstr "" +msgstr "Filtrar por fecha" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:118 msgid "Filter by Event" @@ -5107,27 +5107,27 @@ msgstr "Filtros ({activeFilterCount})" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:281 msgid "Finish setting up Stripe" -msgstr "" +msgstr "Terminar de configurar Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:70 msgid "Finish setup" -msgstr "" +msgstr "Finalizar configuración" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:57 msgid "First" -msgstr "" +msgstr "Primero" #: src/components/common/PeriodSelector/index.tsx:42 msgid "First 30 days" -msgstr "" +msgstr "Primeros 30 días" #: src/components/common/PeriodSelector/index.tsx:40 msgid "First 7 days" -msgstr "" +msgstr "Primeros 7 días" #: src/components/common/PeriodSelector/index.tsx:44 msgid "First 90 days" -msgstr "" +msgstr "Primeros 90 días" #: src/components/routes/product-widget/CollectInformation/index.tsx:533 msgid "First attendee" @@ -5187,7 +5187,7 @@ msgstr "Cantidad fija" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:145 msgid "Fixed fee" -msgstr "" +msgstr "Tarifa fija" #: src/components/routes/admin/Configurations/index.tsx:94 #: src/components/routes/admin/Configurations/index.tsx:236 @@ -5204,11 +5204,11 @@ msgstr "La tarifa fija debe ser 0 o mayor" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash off" -msgstr "" +msgstr "Flash apagado" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash on" -msgstr "" +msgstr "Flash encendido" #: src/components/common/ThemeFontControl/index.tsx:65 msgid "Font Family" @@ -5236,7 +5236,7 @@ msgstr "¿Has olvidado tu contraseña?" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:60 msgid "Fourth" -msgstr "" +msgstr "Cuarto" #: src/components/common/AttendeeTicket/index.tsx:134 #: src/components/common/Currency/index.tsx:88 @@ -5258,7 +5258,7 @@ msgstr "Francés" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 msgid "Fri" -msgstr "" +msgstr "Vie" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -5275,7 +5275,7 @@ msgstr "Desde {0}" #: src/components/forms/ProductForm/ledgerSummaries.ts:46 msgid "From {start}" -msgstr "" +msgstr "Desde el {start}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:789 msgid "from {start} until {end}" @@ -5287,11 +5287,11 @@ msgstr "desde el {start}, por {count} fechas" #: src/components/layouts/AuthLayout/index.tsx:26 msgid "Full data ownership" -msgstr "" +msgstr "Propiedad total de tus datos" #: src/components/common/PeriodSelector/index.tsx:46 msgid "Full event" -msgstr "" +msgstr "Evento completo" #: src/components/modals/RefundOrderModal/index.tsx:110 msgid "Full refund" @@ -5299,15 +5299,15 @@ msgstr "Reembolso completo" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "future" -msgstr "" +msgstr "futuras" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:352 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:353 msgid "Future dates only" -msgstr "" +msgstr "Solo fechas futuras" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Future dates will be copied with capacity reset to zero" -msgstr "" +msgstr "Las fechas futuras se copiarán con la capacidad restablecida a cero" #: src/components/routes/event/TicketDesigner/TicketDesignerPrint.tsx:38 #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:40 @@ -5340,11 +5340,11 @@ msgstr "Cómo llegar" #: src/components/layouts/OrganizerLayout/index.tsx:82 msgid "Get Paid" -msgstr "" +msgstr "Cobra" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:234 msgid "Get paid with Stripe" -msgstr "" +msgstr "Cobra con Stripe" #: src/components/routes/auth/Register/index.tsx:73 msgid "Get started" @@ -5377,7 +5377,7 @@ msgstr "Volver" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Go Back" -msgstr "" +msgstr "Volver" #: src/components/routes/profile/ConfirmEmailChange/index.tsx:23 #: src/components/routes/profile/ConfirmEmailChange/index.tsx:42 @@ -5394,7 +5394,7 @@ msgstr "Ir a la página de inicio" #: src/components/modals/CreateAttendeeModal/index.tsx:196 msgid "Go to Schedule" -msgstr "" +msgstr "Ir a la programación" #: src/components/common/ThemeColorControls/index.tsx:113 msgid "Good readability" @@ -5438,7 +5438,7 @@ msgstr "Ventas brutas" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:334 msgid "Guest" -msgstr "" +msgstr "Invitado" #: src/components/layouts/Event/index.tsx:130 msgid "Guest Management" @@ -5451,7 +5451,7 @@ msgstr "Huéspedes" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:45 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:159 msgid "Happening now" -msgstr "" +msgstr "Ocurriendo ahora" #: src/components/routes/admin/DeletionRequests/index.tsx:161 msgid "Hard delete" @@ -5497,7 +5497,7 @@ msgstr "Hola {0} 👋" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:51 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:74 msgid "Hi," -msgstr "" +msgstr "Hola," #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:75 msgid "Hi.Events Fee" @@ -5514,7 +5514,7 @@ msgstr "Oculto" #: src/components/forms/ProductForm/visibilityStatus.ts:50 msgid "Hidden — sales ended {end}." -msgstr "" +msgstr "Oculto: las ventas finalizaron el {end}." #: src/components/common/QuestionsTable/index.tsx:112 msgid "Hidden from attendees - only visible to organizers" @@ -5522,11 +5522,11 @@ msgstr "Oculto para los asistentes - solo visible para organizadores" #: src/components/forms/ProductForm/ledgerSummaries.ts:151 msgid "Hidden from everyone" -msgstr "" +msgstr "Oculto para todos" #: src/components/forms/ProductForm/visibilityStatus.ts:18 msgid "Hidden from everyone — the master hide switch is on." -msgstr "" +msgstr "Oculto para todos: el interruptor principal de ocultación está activado." #: src/components/common/ProductsTable/SortableProduct/index.tsx:109 #: src/components/common/ProductsTable/SortableProduct/index.tsx:318 @@ -5552,7 +5552,7 @@ msgstr "Ocultar respuestas" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "Hide details" -msgstr "" +msgstr "Ocultar detalles" #: src/components/routes/admin/Announcements/index.tsx:495 msgid "Hide Preview" @@ -5600,7 +5600,7 @@ msgstr "Ocultar este nivel a los usuarios" #: src/components/forms/ProductForm/ledgerSummaries.ts:61 msgid "Hides sold out" -msgstr "" +msgstr "Oculta los agotados" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:91 msgid "Hiding a product will prevent users from seeing it on the event page." @@ -5629,7 +5629,7 @@ msgstr "Los productos destacados tendrán un color de fondo diferente para resal #: src/constants/eventCategories.ts:18 msgid "Hobbies" -msgstr "" +msgstr "Aficiones" #: src/components/routes/event/HomepageDesigner/index.tsx:168 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:173 @@ -5651,10 +5651,10 @@ msgstr "Vista previa de la página de inicio" msgid "Homer" msgstr "Homero" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:386 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:410 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:387 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:411 msgid "Hours" -msgstr "" +msgstr "Horas" #: src/components/forms/PromoCodeForm/index.tsx:116 msgid "How is the discount applied?" @@ -5674,7 +5674,7 @@ msgstr "¿Cuántas veces se puede utilizar este código?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:449 msgid "How VAT is applied to the platform fees we charge you." -msgstr "" +msgstr "Cómo se aplica el IVA a las tarifas de plataforma que te cobramos." #: src/components/common/Editor/index.tsx:90 msgid "HTML character limit exceeded: {htmlLength}/{maxLength}" @@ -5795,11 +5795,11 @@ msgstr "En {diffMinutes} minutos" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:111 msgid "in last {0} min" -msgstr "" +msgstr "en los últimos {0} min" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:472 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 msgid "In person — set a venue" -msgstr "" +msgstr "Presencial: indica un lugar" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:132 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:168 @@ -5881,7 +5881,7 @@ msgstr "Instagram" #: src/components/layouts/AuthLayout/index.tsx:14 msgid "Instant Stripe payouts" -msgstr "" +msgstr "Pagos instantáneos de Stripe" #: src/components/layouts/Event/index.tsx:143 #: src/components/layouts/OrganizerLayout/index.tsx:114 @@ -5890,7 +5890,7 @@ msgstr "Integraciones" #: src/components/forms/CheckInListForm/index.tsx:190 msgid "Internal notes on the attendee's ticket" -msgstr "" +msgstr "Notas internas en la entrada del asistente" #: src/components/common/ContactOrganizerModal/index.tsx:35 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:33 @@ -5972,11 +5972,11 @@ msgstr "Configuración de facturación" #: src/components/routes/welcome/index.tsx:404 msgid "It happens on more than one date" -msgstr "" +msgstr "Se celebra en más de una fecha" #: src/components/layouts/ProductWidget/index.tsx:57 msgid "It may have been unpublished or removed. Please check the link and try again." -msgstr "" +msgstr "Puede que se haya despublicado o eliminado. Comprueba el enlace e inténtalo de nuevo." #: src/components/common/LanguageSwitcher/index.tsx:24 msgid "Italian" @@ -5997,7 +5997,7 @@ msgstr "Artículos" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:65 msgid "January" -msgstr "" +msgstr "Enero" #: src/components/routes/admin/FailedJobs/index.tsx:163 msgid "Job" @@ -6047,11 +6047,11 @@ msgstr "Inscrito" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:71 msgid "July" -msgstr "" +msgstr "Julio" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:70 msgid "June" -msgstr "" +msgstr "Junio" #: src/components/routes/auth/Login/index.tsx:121 msgid "Just looking for your tickets?" @@ -6059,11 +6059,11 @@ msgstr "¿Solo buscas tus entradas?" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:24 msgid "just now" -msgstr "" +msgstr "ahora mismo" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:161 msgid "Just wrapped" -msgstr "" +msgstr "Acaba de terminar" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Keep connection" @@ -6072,7 +6072,7 @@ msgstr "Mantener conexión" #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Keep editing" -msgstr "" +msgstr "Seguir editando" #: src/components/routes/admin/Announcements/index.tsx:390 msgid "Keep it short — banners show a single line. {0}/200" @@ -6084,7 +6084,7 @@ msgstr "Mantenerme informado sobre noticias y eventos de {0}" #: src/components/layouts/AuthLayout/index.tsx:42 msgid "Keep the profit." -msgstr "" +msgstr "Quédate con las ganancias." #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:63 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:449 @@ -6099,7 +6099,7 @@ msgstr "Etiqueta — p. ej. Sesión de mañana" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:301 msgid "label updates" -msgstr "" +msgstr "cambios de etiqueta" #: src/components/modals/CreateAttendeeModal/index.tsx:235 #: src/components/modals/ManageAttendeeModal/index.tsx:156 @@ -6109,7 +6109,7 @@ msgstr "Idioma" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:61 msgid "Last" -msgstr "" +msgstr "Último" #: src/components/common/OrganizerReportTable/index.tsx:60 #: src/components/common/ReportTable/index.tsx:55 @@ -6203,13 +6203,13 @@ msgstr "Última activación" msgid "Last Used" msgstr "Última vez usado" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:379 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 msgid "Later" -msgstr "" +msgstr "Después" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:152 msgid "Latest check-ins" -msgstr "" +msgstr "Últimos check-ins" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1098 msgid "Leave “from” as today to start right away." @@ -6221,27 +6221,27 @@ msgstr "Dejar en blanco para usar la palabra predeterminada \"Factura\"" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:507 msgid "Leave empty for unlimited" -msgstr "" +msgstr "Déjalo vacío para ilimitado" #: src/components/forms/CheckInListForm/index.tsx:131 msgid "Leave empty to apply this check-in list to all occurrences" -msgstr "" +msgstr "Déjalo vacío para aplicar esta lista de check-in a todas las fechas" #: src/components/forms/CheckInListForm/index.tsx:106 msgid "Leave on to cover every ticket on the event. Turn off to pick specific tickets." -msgstr "" +msgstr "Déjalo activado para cubrir todas las entradas del evento. Desactívalo para elegir entradas concretas." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:300 msgid "Let them know about the change" -msgstr "" +msgstr "Infórmales del cambio" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:266 msgid "Let them know about the changes" -msgstr "" +msgstr "Infórmales de los cambios" #: src/components/layouts/OrganizerLayout/index.tsx:111 msgid "Library" -msgstr "" +msgstr "Biblioteca" #: src/components/common/ThemeColorControls/index.tsx:84 msgid "Light" @@ -6261,7 +6261,7 @@ msgstr "Enlaces permitidos" #: src/components/routes/event/OccurrencesTab/index.tsx:472 msgid "List" -msgstr "" +msgstr "Lista" #: src/components/common/EventCard/index.tsx:91 #: src/components/layouts/Event/index.tsx:218 @@ -6281,11 +6281,11 @@ msgstr "Eventos en Vivo" #: src/components/forms/ProductForm/ProductPreview.tsx:72 msgid "Live preview" -msgstr "" +msgstr "Vista previa en vivo" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:344 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 msgid "Loaded dates" -msgstr "" +msgstr "Fechas cargadas" #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:33 msgid "Loading preview..." @@ -6340,7 +6340,7 @@ msgstr "Ubicación actualizada" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:302 msgid "location updates" -msgstr "" +msgstr "cambios de ubicación" #: src/components/routes/organizer/Locations/index.tsx:52 msgid "locations" @@ -6404,7 +6404,7 @@ msgstr "Hacer obligatoria la dirección de facturación durante el pago" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:114 msgid "Make it visible so people can buy tickets" -msgstr "" +msgstr "Hazlo visible para que la gente pueda comprar entradas" #: src/components/forms/QuestionForm/index.tsx:212 msgid "Make this question mandatory" @@ -6426,7 +6426,7 @@ msgstr "Administrar" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:97 msgid "Manage {0}" -msgstr "" +msgstr "Gestionar {0}" #: src/hooks/useAttendeeActions.tsx:75 msgid "Manage attendee" @@ -6434,7 +6434,7 @@ msgstr "Gestionar asistente" #: src/components/routes/event/OccurrencesTab/index.tsx:462 msgid "Manage dates and times for your recurring event" -msgstr "" +msgstr "Gestiona las fechas y los horarios de tu evento recurrente" #: src/components/common/EventCard/index.tsx:146 msgid "Manage event" @@ -6442,7 +6442,7 @@ msgstr "Administrar evento" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:393 msgid "Manage on Stripe" -msgstr "" +msgstr "Gestionar en Stripe" #: src/hooks/useOrderActions.tsx:99 msgid "Manage order" @@ -6459,11 +6459,11 @@ msgstr "Administrar perfil" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:114 msgid "Manage schedule" -msgstr "" +msgstr "Gestionar programación" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:78 msgid "Manage Schedule" -msgstr "" +msgstr "Gestionar programación" #: src/components/routes/account/ManageAccount/sections/TaxSettings/index.tsx:17 msgid "Manage taxes and fees which can be applied to your products" @@ -6505,7 +6505,7 @@ msgstr "Agregar asistente manualmente" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:67 msgid "March" -msgstr "" +msgstr "Marzo" #: src/hooks/useOrderActions.tsx:128 msgid "Mark as paid" @@ -6513,7 +6513,7 @@ msgstr "Marcar como pagado" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:180 msgid "Mark as validated (admin override)" -msgstr "" +msgstr "Marcar como validado (anulación de administrador)" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:177 msgid "Max Messages / 24h" @@ -6533,7 +6533,7 @@ msgstr "Máximo por pedido" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:69 msgid "May" -msgstr "" +msgstr "Mayo" #: src/components/routes/admin/Attribution/index.tsx:108 msgid "Medium" @@ -6620,7 +6620,7 @@ msgstr "Nivel de mensajería actualizado exitosamente" #: src/components/forms/ProductForm/ledgerSummaries.ts:115 msgid "Min {min} per order" -msgstr "" +msgstr "Mín. {min} por pedido" #: src/components/forms/ProductForm/index.tsx:523 msgid "Minimum Per Order" @@ -6634,10 +6634,10 @@ msgstr "Precio mínimo" msgid "minutes" msgstr "minutos" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:393 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:417 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:394 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:418 msgid "Minutes" -msgstr "" +msgstr "Minutos" #: src/components/routes/event/Settings/index.tsx:84 msgid "Miscellaneous" @@ -6652,13 +6652,13 @@ msgstr "Otras configuraciones" msgid "Modal" msgstr "Modal" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:467 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:468 msgid "Mode" -msgstr "" +msgstr "Modo" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 msgid "Mon" -msgstr "" +msgstr "Lun" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -6675,7 +6675,7 @@ msgstr "Monitorear y gestionar trabajos de fondo fallidos" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:89 msgid "month" -msgstr "" +msgstr "mes" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:931 msgid "Month" @@ -6684,20 +6684,20 @@ msgstr "Mes" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:52 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Monthly" -msgstr "" +msgstr "Mensual" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:97 msgid "months" -msgstr "" +msgstr "meses" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:268 msgid "more" -msgstr "" +msgstr "más" #: src/components/common/EntityActions/index.tsx:98 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:171 msgid "More actions" -msgstr "" +msgstr "Más acciones" #: src/components/routes/admin/Dashboard/index.tsx:294 msgid "Most Viewed Events (Last 14 Days)" @@ -6705,7 +6705,7 @@ msgstr "Eventos más vistos (Últimos 14 días)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Move all dates earlier or later" -msgstr "" +msgstr "Adelantar o retrasar todas las fechas" #: src/components/forms/QuestionForm/index.tsx:106 msgid "Multi line text box" @@ -6715,11 +6715,11 @@ msgstr "Cuadro de texto de varias líneas" #: src/components/layouts/EventHomepage/index.tsx:180 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Multiple locations" -msgstr "" +msgstr "Varias ubicaciones" #: src/components/layouts/AuthLayout/index.tsx:27 msgid "Multiple ticket types" -msgstr "" +msgstr "Varios tipos de entrada" #: src/constants/eventCategories.ts:8 msgid "Music" @@ -6800,13 +6800,13 @@ msgstr "Ingresos netos" msgid "Never" msgstr "Nunca" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:432 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 msgid "New capacity" -msgstr "" +msgstr "Nueva capacidad" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:451 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 msgid "New label" -msgstr "" +msgstr "Nueva etiqueta" #: src/components/common/LocationPicker/index.tsx:169 #: src/components/common/LocationPicker/index.tsx:183 @@ -6825,7 +6825,7 @@ msgstr "Nuevos registros" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:53 msgid "New time:" -msgstr "" +msgstr "Nuevo horario:" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:429 msgid "Next month" @@ -6833,11 +6833,11 @@ msgstr "Mes siguiente" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:162 msgid "Next occurrence" -msgstr "" +msgstr "Próxima fecha" #: src/components/common/EventDateRange/index.tsx:61 msgid "Next: {nextFormatted}" -msgstr "" +msgstr "Próxima: {nextFormatted}" #: src/constants/eventCategories.ts:4 msgid "Nightlife" @@ -6886,7 +6886,7 @@ msgstr "No se encontraron asistentes para este pedido." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:173 msgid "No attendees to show" -msgstr "" +msgstr "No hay asistentes que mostrar" #: src/components/common/AttendeeTable/index.tsx:346 msgid "No Attendees to show" @@ -6894,7 +6894,7 @@ msgstr "No hay asistentes para mostrar" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:79 msgid "No attendees yet for this date." -msgstr "" +msgstr "Todavía no hay asistentes para esta fecha." #: src/components/routes/admin/Attribution/index.tsx:121 msgid "No attribution data found" @@ -6902,7 +6902,7 @@ msgstr "No se encontraron datos de atribución" #: src/components/routes/organizer/Payments/CapabilityList.tsx:69 msgid "No capabilities reported by Stripe yet." -msgstr "" +msgstr "Stripe aún no ha informado de ninguna funcionalidad." #: src/components/modals/OfferWaitlistModal/index.tsx:193 msgid "No capacity" @@ -6915,7 +6915,7 @@ msgstr "No hay Asignaciones de Capacidad" #: src/components/common/KpiGrid/index.tsx:57 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:212 msgid "No change" -msgstr "" +msgstr "Sin cambios" #: src/components/common/CheckInListList/index.tsx:44 #: src/components/common/CheckInListTable/index.tsx:266 @@ -6928,7 +6928,7 @@ msgstr "No hay listas de check-in disponibles para este evento." #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:155 msgid "No check-ins yet" -msgstr "" +msgstr "Aún no hay check-ins" #: src/components/routes/admin/Configurations/index.tsx:127 msgid "No configurations found" @@ -6936,7 +6936,7 @@ msgstr "No se encontraron configuraciones" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:207 msgid "No connections available" -msgstr "" +msgstr "No hay conexiones disponibles" #: src/components/common/ReportTable/index.tsx:233 msgid "No data available" @@ -6953,32 +6953,32 @@ msgstr "No hay datos para mostrar. Por favor selecciona un rango de fechas" #: src/components/common/EventCard/index.tsx:221 #: src/components/common/EventCard/index.tsx:318 msgid "No date added" -msgstr "" +msgstr "No se ha añadido ninguna fecha" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:668 msgid "No dates available this month. Try navigating to another month." -msgstr "" +msgstr "No hay fechas disponibles este mes. Prueba con otro mes." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:90 msgid "No dates match the current filters." -msgstr "" +msgstr "Ninguna fecha coincide con los filtros actuales." -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates match your filters" -msgstr "" +msgstr "Ninguna fecha coincide con tus filtros" #: src/components/common/OccurrenceSelect/index.tsx:158 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:130 msgid "No dates match your search" -msgstr "" +msgstr "Ninguna fecha coincide con tu búsqueda" #: src/components/modals/PublishEventModal/index.tsx:103 msgid "No dates scheduled" msgstr "No hay fechas programadas" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates scheduled yet" -msgstr "" +msgstr "Aún no hay fechas programadas" #: src/components/routes/admin/DeletionRequests/index.tsx:108 msgid "No deletion requests found" @@ -7026,7 +7026,7 @@ msgstr "Sin factura" #: src/components/forms/ProductForm/ledgerSummaries.ts:121 msgid "No limits" -msgstr "" +msgstr "Sin límites" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:163 #: src/components/modals/WebhookLogsModal/index.tsx:177 @@ -7047,11 +7047,11 @@ msgstr "No hay mensajes para mostrar" #: src/components/modals/CreateAttendeeModal/index.tsx:183 msgid "No occurrences available" -msgstr "" +msgstr "No hay fechas disponibles" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:134 msgid "No occurrences on this date" -msgstr "" +msgstr "No hay fechas este día" #: src/components/common/QuestionsTable/index.tsx:491 msgid "No order questions yet" @@ -7071,7 +7071,7 @@ msgstr "Aún no hay pedidos" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:90 msgid "No orders yet for this date." -msgstr "" +msgstr "Todavía no hay pedidos para esta fecha." #: src/components/routes/admin/Dashboard/index.tsx:377 msgid "No organizer activity in the last 14 days" @@ -7079,7 +7079,7 @@ msgstr "Sin actividad de organizador en los últimos 14 días" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:179 msgid "No organizer context available." -msgstr "" +msgstr "No hay contexto de organizador disponible." #: src/components/modals/SwitchOrganizerModal/index.tsx:57 msgid "No other organizers available" @@ -7116,7 +7116,7 @@ msgstr "No hay productos disponibles en esta categoría." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:170 msgid "No products configured for this event." -msgstr "" +msgstr "No hay productos configurados para este evento." #: src/components/modals/OfferWaitlistModal/index.tsx:140 msgid "No products have waiting entries" @@ -7195,7 +7195,7 @@ msgstr "No hay entradas a la venta" #: src/components/common/EventDateRange/index.tsx:68 msgid "No upcoming dates" -msgstr "" +msgstr "No hay próximas fechas" #: src/components/layouts/OrganizerHomepage/index.tsx:299 msgid "No upcoming events" @@ -7229,7 +7229,7 @@ msgstr "No, mantenerme aquí" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:293 msgid "non-edited" -msgstr "" +msgstr "sin editar" #: src/components/common/PromoCodeTable/index.tsx:82 #: src/components/forms/ProductForm/ledgerSummaries.ts:92 @@ -7240,7 +7240,7 @@ msgstr "Ninguno" #: src/components/forms/ProductForm/ledgerSummaries.ts:29 msgid "None yet" -msgstr "" +msgstr "Ninguno todavía" #: src/components/common/ProductPriceAvailability/index.tsx:38 #: src/components/common/ProductPriceAvailability/index.tsx:68 @@ -7250,7 +7250,7 @@ msgstr "No disponible" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:122 #: src/components/modals/ManageAttendeeModal/index.tsx:138 msgid "Not checked in" -msgstr "" +msgstr "Sin check-in" #: src/components/common/AttendeeTable/index.tsx:304 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -7279,7 +7279,7 @@ msgstr "Configuración de las notificaciones" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:569 msgid "Notify attendees and stop sales" -msgstr "" +msgstr "Avisar a los asistentes y detener las ventas" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:76 msgid "Notify organizer of new orders" @@ -7287,11 +7287,11 @@ msgstr "Notificar al organizador de nuevos pedidos" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:75 msgid "November" -msgstr "" +msgstr "Noviembre" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1087 msgid "Number of dates to create" -msgstr "" +msgstr "Número de fechas que crear" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:227 msgid "Number of days allowed for payment (leave blank to omit payment terms from invoices)" @@ -7307,38 +7307,38 @@ msgstr "Prefijo del número" #: src/components/modals/ManageOrderModal/index.tsx:140 #: src/components/modals/SendMessageModal/index.tsx:357 msgid "Occurrence" -msgstr "" +msgstr "Fecha" #: src/components/forms/WebhookForm/index.tsx:133 msgid "Occurrence Cancelled" -msgstr "" +msgstr "Fecha cancelada" #: src/components/layouts/Event/index.tsx:113 #: src/components/routes/event/OccurrencesTab/index.tsx:463 msgid "Occurrence Schedule" -msgstr "" +msgstr "Programación de fechas" #: src/components/routes/event/Reports/index.tsx:37 #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:102 msgid "Occurrence Summary" -msgstr "" +msgstr "Resumen de la fecha" #: src/components/common/OrderDetails/index.tsx:55 #: src/components/modals/ManageOrderModal/index.tsx:140 msgid "Occurrences" -msgstr "" +msgstr "Fechas" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Occurrences (future only)" -msgstr "" +msgstr "Fechas (solo futuras)" #: src/components/modals/CreateEventModal/index.tsx:252 msgid "Occurrences can be configured after creation" -msgstr "" +msgstr "Las fechas se pueden configurar después de la creación" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:74 msgid "October" -msgstr "" +msgstr "Octubre" #: src/components/common/OrganizerReportTable/index.tsx:356 msgid "of" @@ -7351,7 +7351,7 @@ msgstr "de cada mes" #: src/components/forms/ProductForm/ledgerSummaries.ts:77 #: src/components/forms/ProductForm/ledgerSummaries.ts:140 msgid "Off" -msgstr "" +msgstr "Desactivado" #: src/components/common/WaitlistTable/index.tsx:135 #: src/components/modals/OfferWaitlistModal/index.tsx:227 @@ -7422,7 +7422,7 @@ msgstr "el" #: src/components/forms/ProductForm/ledgerSummaries.ts:74 msgid "On" -msgstr "" +msgstr "Activado" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:760 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:768 @@ -7449,7 +7449,7 @@ msgstr "el {position} {day}" #: src/components/forms/ProductForm/index.tsx:442 msgid "On the event page" -msgstr "" +msgstr "En la página del evento" #: src/components/common/JoinWaitlistButton/index.tsx:25 msgid "On the waitlist" @@ -7480,23 +7480,23 @@ msgstr "En curso" msgid "Online" msgstr "En línea" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 msgid "Online — provide connection details" -msgstr "" +msgstr "En línea: indica los datos de conexión" #: src/components/common/EventCard/index.tsx:100 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Online & in-person" -msgstr "" +msgstr "En línea y presencial" #: src/components/layouts/EventHomepage/index.tsx:181 msgid "Online & in-person — see schedule" -msgstr "" +msgstr "En línea y presencial: consulta la programación" #: src/components/common/AttendeeTicket/index.tsx:127 #: src/components/modals/ManageOccurrenceModal/index.tsx:146 msgid "Online event" -msgstr "" +msgstr "Evento en línea" #: src/components/layouts/EventHomepage/index.tsx:404 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:175 @@ -7517,7 +7517,7 @@ msgstr "Solo quedan {capacity}" #: src/components/forms/ProductForm/ProductDrawer.tsx:130 msgid "Only a name is required — everything else has sensible defaults" -msgstr "" +msgstr "Solo el nombre es obligatorio; todo lo demás tiene valores por defecto razonables" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:74 msgid "Only account administrators can delete or archive events. Contact your account admin for assistance." @@ -7529,7 +7529,7 @@ msgstr "Solo los administradores de la cuenta pueden eliminar o archivar organiz #: src/components/forms/ProductForm/index.tsx:546 msgid "Only available as an add-on" -msgstr "" +msgstr "Disponible solo como complemento" #: src/components/routes/admin/Announcements/index.tsx:470 msgid "Only published announcements are shown to users" @@ -7545,11 +7545,11 @@ msgstr "Mostrar solo la fecha y hora de inicio" #: src/components/common/ProductsTable/SortableProduct/index.tsx:335 msgid "Only shown as an add-on to the products it's attached to" -msgstr "" +msgstr "Solo se muestra como complemento de los productos a los que está asociado" #: src/components/forms/ProductForm/visibilityStatus.ts:25 msgid "Only shown as an add-on to the products it's attached to." -msgstr "" +msgstr "Solo se muestra como complemento de los productos a los que está asociado." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:138 msgid "Only the account owner can request account deletion." @@ -7557,11 +7557,11 @@ msgstr "Solo el propietario de la cuenta puede solicitar la eliminación de la c #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:513 msgid "Only tickets count toward capacity" -msgstr "" +msgstr "Solo las entradas cuentan para la capacidad" #: src/components/forms/ProductForm/visibilityStatus.ts:32 msgid "Only visible to buyers with an applicable promo code." -msgstr "" +msgstr "Visible solo para compradores con un código promocional aplicable." #: src/components/common/ProductsTable/SortableProduct/index.tsx:319 msgid "Only visible with promo code" @@ -7569,7 +7569,7 @@ msgstr "Solo visible con código promocional" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open check-in" -msgstr "" +msgstr "Abrir check-in" #: src/components/common/CheckInListList/index.tsx:165 #: src/components/common/CheckInListTable/index.tsx:209 @@ -7579,7 +7579,7 @@ msgstr "Abrir Página de Check-In" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open occurrence" -msgstr "" +msgstr "Abrir fecha" #: src/components/layouts/AppLayout/index.tsx:31 msgid "Open sidebar" @@ -7621,9 +7621,9 @@ msgstr "Opciones" msgid "or" msgstr "o" -#: src/components/routes/event/OccurrencesTab/index.tsx:603 +#: src/components/routes/event/OccurrencesTab/index.tsx:618 msgid "or add a single date" -msgstr "" +msgstr "o añade una sola fecha" #: src/components/modals/PublishEventModal/index.tsx:81 msgid "Or enable offline payments and disable Stripe" @@ -7631,7 +7631,7 @@ msgstr "O activa los pagos sin conexión y desactiva Stripe" #: src/components/routes/event/OccurrencesTab/index.tsx:415 msgid "order" -msgstr "" +msgstr "pedido" #: src/components/common/QuestionsTable/index.tsx:295 #: src/components/common/QuestionsTable/index.tsx:448 @@ -7647,7 +7647,7 @@ msgstr "Pedido y Entrada" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:265 msgid "Order #" -msgstr "" +msgstr "N.º de pedido" #: src/components/routes/product-widget/CollectInformation/index.tsx:386 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:375 @@ -7682,7 +7682,7 @@ msgstr "Fecha de orden" #: src/components/forms/CheckInListForm/index.tsx:222 msgid "Order details" -msgstr "" +msgstr "Detalles del pedido" #: src/components/common/OrdersTable/index.tsx:178 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:613 @@ -7708,7 +7708,7 @@ msgstr "ID de pedido" #: src/components/forms/ProductForm/index.tsx:517 msgid "Order limits" -msgstr "" +msgstr "Límites del pedido" #: src/hooks/useOrderActions.tsx:50 msgid "Order marked as paid" @@ -7728,7 +7728,7 @@ msgstr "Pedido no encontrado" #: src/components/forms/CheckInListForm/index.tsx:224 msgid "Order number, purchase date, purchaser email" -msgstr "" +msgstr "Número de pedido, fecha de compra, correo del comprador" #: src/components/common/MessageList/index.tsx:31 msgid "Order owner" @@ -7790,7 +7790,7 @@ msgstr "El pedido fue cancelado" #: src/components/routes/event/OccurrencesTab/index.tsx:415 #: src/components/routes/event/orders.tsx:197 msgid "orders" -msgstr "" +msgstr "pedidos" #: src/components/layouts/Admin/index.tsx:17 #: src/components/layouts/Event/index.tsx:125 @@ -7905,7 +7905,7 @@ msgstr "Se usará la plantilla del organizador/predeterminada" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:202 msgid "Organizers" -msgstr "" +msgstr "Organizadores" #: src/components/modals/EditUserModal/index.tsx:58 #: src/components/modals/InviteUserModal/index.tsx:49 @@ -7927,7 +7927,7 @@ msgstr "Resultado" #: src/constants/eventCategories.ts:22 msgid "Outdoors" -msgstr "" +msgstr "Aire libre" #: src/components/routes/admin/Messages/index.tsx:107 msgid "Outgoing Messages" @@ -7935,19 +7935,19 @@ msgstr "Mensajes salientes" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:208 msgid "Override" -msgstr "" +msgstr "Personalización" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:133 msgid "Override fees on this organizer" -msgstr "" +msgstr "Personalizar las tarifas de este organizador" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:228 msgid "Override price" -msgstr "" +msgstr "Personalizar precio" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:96 msgid "Override removed" -msgstr "" +msgstr "Personalización eliminada" #: src/components/layouts/Event/index.tsx:100 msgid "Overview" @@ -7988,7 +7988,7 @@ msgstr "pagado" #: src/components/forms/ProductForm/index.tsx:274 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:431 msgid "Paid" -msgstr "" +msgstr "Pagado" #: src/components/routes/admin/Attribution/index.tsx:51 msgid "Paid Accounts" @@ -8048,7 +8048,7 @@ msgstr "Pasado" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:317 msgid "Past due" -msgstr "" +msgstr "Vencido" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Past Events" @@ -8162,7 +8162,7 @@ msgstr "Pagos no disponibles" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:407 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:463 msgid "Payouts" -msgstr "" +msgstr "Pagos" #: src/components/routes/admin/DeletionRequests/index.tsx:85 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:437 @@ -8180,7 +8180,7 @@ msgstr "Por asistente" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:117 msgid "per min" -msgstr "" +msgstr "por min" #: src/components/common/PromoCodeTable/index.tsx:91 msgid "per order" @@ -8216,7 +8216,7 @@ msgstr "Tarifa porcentual" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:137 msgid "Percentage fee (%)" -msgstr "" +msgstr "Tarifa porcentual (%)" #: src/components/routes/admin/Configurations/index.tsx:175 msgid "Percentage must be between 0 and 100" @@ -8248,7 +8248,7 @@ msgstr "Elimina permanentemente este organizador y todos sus eventos." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:583 msgid "Permanently remove this date" -msgstr "" +msgstr "Eliminar esta fecha de forma permanente" #: src/components/routes/profile/ManageProfile/index.tsx:148 msgid "Personal Information" @@ -8260,15 +8260,15 @@ msgstr "Teléfono" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:530 msgid "Pick an end date" -msgstr "" +msgstr "Elige una fecha de fin" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:538 msgid "Pick at least one day of the month" -msgstr "" +msgstr "Elige al menos un día del mes" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:527 msgid "Pick at least one day of the week" -msgstr "" +msgstr "Elige al menos un día de la semana" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:841 msgid "Pick days to see your dates." @@ -8285,7 +8285,7 @@ msgstr "Coloque esto en el de su sitio web." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:269 #: src/components/modals/ManageOrderModal/index.tsx:125 msgid "Placed" -msgstr "" +msgstr "Realizado" #: src/components/common/PoweredByFooter/index.tsx:48 msgid "Planning an event?" @@ -8340,7 +8340,7 @@ msgstr "Por favor revise su correo electrónico para confirmar su dirección de #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:76 msgid "Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions." -msgstr "" +msgstr "Consulta tu entrada para ver el horario actualizado. Tus entradas siguen siendo válidas: no tienes que hacer nada a menos que los nuevos horarios no te vengan bien. Responde a este correo si tienes alguna duda." #: src/components/routes/product-widget/SelectProducts/index.tsx:1023 msgid "Please continue in the new tab" @@ -8393,7 +8393,7 @@ msgstr "Por favor, regresa a la página del evento para comenzar de nuevo." #: src/components/routes/product-widget/SelectProducts/index.tsx:584 msgid "Please select a date and time" -msgstr "" +msgstr "Selecciona una fecha y un horario" #: src/components/common/OrganizerReportTable/index.tsx:269 msgid "Please select a date range" @@ -8452,7 +8452,7 @@ msgstr "Portugués" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:967 msgid "Position" -msgstr "" +msgstr "Posición" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:97 msgid "Post Checkout message" @@ -8506,7 +8506,7 @@ msgstr "Precio no establecido" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:206 msgid "Price Tier" -msgstr "" +msgstr "Nivel de precio" #: src/components/forms/ProductForm/index.tsx:356 msgid "Price Tiers" @@ -8514,7 +8514,7 @@ msgstr "Niveles de Precio" #: src/components/forms/ProductForm/index.tsx:266 msgid "Pricing" -msgstr "" +msgstr "Precios" #: src/components/common/WidgetEditor/index.tsx:187 msgid "Primary Color" @@ -8604,11 +8604,11 @@ msgstr "Desglose de ventas de productos, ingresos e impuestos" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:599 msgid "Product settings cannot be edited for cancelled dates." -msgstr "" +msgstr "La configuración de productos no se puede editar en fechas canceladas." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:160 msgid "Product settings saved successfully" -msgstr "" +msgstr "Configuración del producto guardada correctamente" #: src/components/common/ProductSelector/index.tsx:67 msgid "Product Tier" @@ -8661,7 +8661,7 @@ msgstr "perfil actualizado con éxito" #: src/components/common/CheckIn/CheckInInfoModal.tsx:47 msgid "Progress" -msgstr "" +msgstr "Progreso" #: src/components/routes/product-widget/SelectProducts/index.tsx:500 msgid "Promo {promo_code} code applied" @@ -8682,7 +8682,7 @@ msgstr "Página de códigos promocionales" #: src/components/forms/ProductForm/ledgerSummaries.ts:154 msgid "Promo code required" -msgstr "" +msgstr "Código promocional obligatorio" #: src/components/routes/event/Reports/index.tsx:32 msgid "Promo code usage and discount breakdown" @@ -8690,11 +8690,11 @@ msgstr "Uso de códigos promocionales y desglose de descuentos" #: src/components/routes/event/promo-codes.tsx:55 msgid "promo codes" -msgstr "" +msgstr "códigos promocionales" #: src/components/layouts/AuthLayout/index.tsx:18 msgid "Promo codes" -msgstr "" +msgstr "Códigos promocionales" #: src/components/layouts/Event/index.tsx:126 #: src/components/modals/DuplicateEventModal/index.tsx:52 @@ -8733,11 +8733,11 @@ msgstr "Proporciona al menos un campo de dirección (lugar, calle, ciudad o paí #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:438 msgid "Provide the following before Stripe's next review to keep payouts flowing." -msgstr "" +msgstr "Facilita lo siguiente antes de la próxima revisión de Stripe para que los pagos sigan llegando." #: src/components/forms/ProductForm/ledgerSummaries.ts:157 msgid "Public" -msgstr "" +msgstr "Público" #: src/components/common/StatusToggle/index.tsx:97 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:117 @@ -8754,7 +8754,7 @@ msgstr "Publicar evento" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:113 msgid "Publish your event" -msgstr "" +msgstr "Publica tu evento" #: src/components/routes/admin/Announcements/index.tsx:183 #: src/components/routes/admin/Announcements/index.tsx:473 @@ -8774,11 +8774,11 @@ msgstr "Comprado" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:275 msgid "Purchaser" -msgstr "" +msgstr "Comprador" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:283 msgid "Purchaser email" -msgstr "" +msgstr "Correo del comprador" #: src/components/modals/ShareModal/index.tsx:168 msgid "QR Code" @@ -8786,7 +8786,7 @@ msgstr "Código QR" #: src/components/layouts/AuthLayout/index.tsx:16 msgid "QR code check-in" -msgstr "" +msgstr "Check-in con código QR" #: src/components/modals/OfferWaitlistModal/index.tsx:170 msgid "Qty" @@ -8803,7 +8803,7 @@ msgstr "cantidad disponible" #: src/components/forms/CheckInListForm/index.tsx:205 msgid "Question answers" -msgstr "" +msgstr "Respuestas a las preguntas" #: src/components/common/QuestionsTable/index.tsx:201 msgid "Question deleted" @@ -8837,7 +8837,7 @@ msgstr "Cola" #: src/components/forms/PromoCodeForm/index.tsx:145 msgid "Quick Tip" -msgstr "" +msgstr "Consejo rápido" #: src/components/forms/QuestionForm/index.tsx:118 msgid "Radio Option" @@ -8861,7 +8861,7 @@ msgstr "Volver a ofrecer lugar" #: src/components/modals/ManageOccurrenceModal/index.tsx:70 #: src/components/routes/event/OccurrenceDetail/index.tsx:96 msgid "Reactivate this date? It will be reopened for future sales." -msgstr "" +msgstr "¿Reactivar esta fecha? Se reabrirá para futuras ventas." #: src/components/modals/PublishEventModal/index.tsx:143 msgid "Ready to go live?" @@ -8869,7 +8869,7 @@ msgstr "¿Listo para publicar?" #: src/components/layouts/AuthLayout/index.tsx:19 msgid "Real-time analytics" -msgstr "" +msgstr "Analíticas en tiempo real" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:171 msgid "Reason (optional)" @@ -8887,19 +8887,19 @@ msgstr "Registros de cuentas recientes" #: src/components/common/PeriodSelector/index.tsx:111 msgid "Recent activity" -msgstr "" +msgstr "Actividad reciente" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:59 msgid "Recent Attendees" -msgstr "" +msgstr "Asistentes recientes" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:106 msgid "Recent check-ins" -msgstr "" +msgstr "Check-ins recientes" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:309 msgid "Recent orders" -msgstr "" +msgstr "Pedidos recientes" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:63 msgid "Recent Orders" @@ -8930,12 +8930,12 @@ msgstr "Los destinatarios estarán disponibles después de enviar el mensaje" #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "Recommended" -msgstr "" +msgstr "Recomendado" #: src/components/common/EventCard/index.tsx:209 #: src/components/common/EventCard/index.tsx:322 msgid "Recurring" -msgstr "" +msgstr "Recurrente" #: src/components/layouts/EventHomepage/index.tsx:368 #: src/components/modals/CreateEventModal/index.tsx:240 @@ -8949,7 +8949,7 @@ msgstr "Configuración de eventos recurrentes" #: src/components/layouts/AuthLayout/index.tsx:13 msgid "Recurring events" -msgstr "" +msgstr "Eventos recurrentes" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:80 msgid "Reddit" @@ -8969,13 +8969,13 @@ msgstr "Actualizar vista previa" #: src/components/routes/event/OccurrencesTab/index.tsx:218 msgid "Refund all orders for these dates" -msgstr "" +msgstr "Reembolsar todos los pedidos de estas fechas" #: src/components/routes/event/OccurrenceDetail/index.tsx:67 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:44 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:334 msgid "Refund all orders for this date" -msgstr "" +msgstr "Reembolsar todos los pedidos de esta fecha" #: src/components/modals/RefundOrderModal/index.tsx:108 msgid "Refund amount" @@ -9046,7 +9046,7 @@ msgstr "Preguntas de registro" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:142 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:94 msgid "Remaining" -msgstr "" +msgstr "Restante" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:82 msgid "Remaining Uses" @@ -9064,9 +9064,9 @@ msgstr "eliminar" msgid "Remove" msgstr "Eliminar" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:458 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:459 msgid "Remove label from all dates" -msgstr "" +msgstr "Quitar la etiqueta de todas las fechas" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:67 msgid "Remove sold out dates and times from the event page entirely. When disabled, they remain visible and are labelled as sold out." @@ -9078,11 +9078,11 @@ msgstr "Eliminar horario" #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:60 msgid "Reopen for new sales" -msgstr "" +msgstr "Reabrir a la venta" #: src/components/routes/event/OccurrencesTab/index.tsx:194 msgid "Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed." -msgstr "" +msgstr "¿Reabrir esta fecha a la venta? Las entradas canceladas anteriormente no se restaurarán: los asistentes afectados seguirán cancelados y los reembolsos ya emitidos no se revierten." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:885 msgid "Repeats" @@ -9183,7 +9183,7 @@ msgstr "Restablecer la contraseña" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:238 msgid "Reset to base price" -msgstr "" +msgstr "Restablecer al precio base" #: src/components/routes/auth/ResetPassword/index.tsx:75 msgid "Resetting..." @@ -9226,7 +9226,7 @@ msgstr "Restaura este organizador y vuelve a activarlo." #: src/components/common/ToolBar/index.tsx:47 msgid "results" -msgstr "" +msgstr "resultados" #: src/components/routes/admin/FailedJobs/index.tsx:199 msgid "Retry" @@ -9259,11 +9259,11 @@ msgstr "Lugares reutilizables para tus eventos. Las ubicaciones creadas desde el #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:218 msgid "Reuse" -msgstr "" +msgstr "Reutilizar" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:198 msgid "Reuse a Stripe connection from another organizer in this account." -msgstr "" +msgstr "Reutiliza una conexión de Stripe de otro organizador de esta cuenta." #: src/components/common/AffiliateTable/index.tsx:157 #: src/components/common/EventCard/index.tsx:255 @@ -9316,7 +9316,7 @@ msgstr "Período de Venta" #: src/components/forms/ProductForm/index.tsx:420 msgid "Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page." -msgstr "" +msgstr "El periodo de venta se aplica a todas las fechas de tu programación. Para controlar el precio y la disponibilidad de fechas concretas, usa las personalizaciones de la <0>página de programación de fechas." #: src/components/forms/ProductForm/index.tsx:427 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:80 @@ -9329,7 +9329,7 @@ msgstr "Venta comienza {0}" #: src/components/forms/ProductForm/index.tsx:413 msgid "Sale window" -msgstr "" +msgstr "Periodo de venta" #: src/components/common/AffiliateTable/index.tsx:145 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:143 @@ -9352,7 +9352,7 @@ msgstr "Inicio de ventas" #: src/components/routes/event/Reports/index.tsx:38 msgid "Sales, attendance, and check-in breakdown per occurrence" -msgstr "" +msgstr "Desglose de ventas, asistencia y check-in por fecha" #: src/components/routes/organizer/Reports/index.tsx:24 msgid "Sales, orders, and performance metrics for all events" @@ -9364,7 +9364,7 @@ msgstr "Ventas:" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:471 msgid "Same as event" -msgstr "" +msgstr "Igual que el evento" #: src/components/common/PlatformFeesSettings/index.tsx:175 msgid "Sample ticket price" @@ -9377,7 +9377,7 @@ msgstr "Lugar de Ejemplo" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 msgid "Sat" -msgstr "" +msgstr "Sáb" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -9421,7 +9421,7 @@ msgstr "Guardar cambios" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:160 msgid "Save fee override" -msgstr "" +msgstr "Guardar la tarifa personalizada" #: src/components/modals/EditOrganizerModal/index.tsx:70 msgid "Save Organizer" @@ -9449,7 +9449,7 @@ msgstr "Guardar Diseño del Ticket" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:202 msgid "Save VAT settings" -msgstr "" +msgstr "Guardar la configuración de IVA" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:239 msgid "Save VAT Settings" @@ -9465,7 +9465,7 @@ msgstr "Ubicaciones guardadas" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:153 msgid "Saving an override creates a dedicated configuration for this organizer if it's currently on the system default." -msgstr "" +msgstr "Al guardar una personalización se crea una configuración específica para este organizador si actualmente usa la predeterminada del sistema." #: src/components/layouts/CheckIn/BottomNav.tsx:15 msgid "Scan" @@ -9473,32 +9473,32 @@ msgstr "Escanear" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:58 msgid "Scan a ticket to check in an attendee" -msgstr "" +msgstr "Escanea una entrada para hacer el check-in de un asistente" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:109 msgid "Scanned tickets will appear here" -msgstr "" +msgstr "Las entradas escaneadas aparecerán aquí" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:71 msgid "Scanner mode" -msgstr "" +msgstr "Modo escáner" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:73 msgid "Schedule" -msgstr "" +msgstr "Programación" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:105 msgid "Schedule added" -msgstr "" +msgstr "Programación añadida" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:697 #: src/hooks/useOccurrenceGenerationPolling.ts:36 msgid "Schedule created successfully" -msgstr "" +msgstr "Programación creada correctamente" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1078 msgid "Schedule ends on" -msgstr "" +msgstr "La programación termina el" #: src/components/modals/SendMessageModal/index.tsx:472 msgid "Schedule for later" @@ -9514,7 +9514,7 @@ msgstr "Vista previa de la programación" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1069 msgid "Schedule starts on" -msgstr "" +msgstr "La programación empieza el" #: src/components/common/ProductsTable/SortableProduct/index.tsx:92 #: src/components/routes/admin/Messages/index.tsx:125 @@ -9532,7 +9532,7 @@ msgstr "Hora programada" #: src/components/layouts/CheckIn/BottomNav.tsx:16 msgid "Search" -msgstr "" +msgstr "Buscar" #: src/components/routes/event/Affiliates/index.tsx:70 msgid "Search affiliates..." @@ -9540,7 +9540,7 @@ msgstr "Buscar afiliados..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:94 msgid "Search attendees" -msgstr "" +msgstr "Buscar asistentes" #: src/components/routes/admin/Accounts/index.tsx:60 #: src/components/routes/admin/DeletionRequests/index.tsx:93 @@ -9586,7 +9586,7 @@ msgstr "Busque por nombre, correo electrónico o número de pedido..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:93 msgid "Search by name, order #, ticket # or email" -msgstr "" +msgstr "Buscar por nombre, n.º de pedido, n.º de entrada o correo" #: src/components/routes/event/promo-codes.tsx:38 msgid "Search by name..." @@ -9614,15 +9614,15 @@ msgstr "Buscar listas de registro..." #: src/components/common/OccurrenceSelect/index.tsx:117 msgid "Search dates..." -msgstr "" +msgstr "Buscar fechas..." #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:88 msgid "Search dates…" -msgstr "" +msgstr "Buscar fechas…" #: src/components/common/AddressAutocomplete/index.tsx:86 msgid "Search for an address" -msgstr "" +msgstr "Buscar una dirección" #: src/components/routes/event/messages.tsx:243 msgid "Search messages..." @@ -9650,11 +9650,11 @@ msgstr "Buscando..." #: src/constants/eventCategories.ts:6 msgid "Seasonal" -msgstr "" +msgstr "De temporada" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:58 msgid "Second" -msgstr "" +msgstr "Segundo" #: src/components/common/WidgetEditor/index.tsx:199 msgid "Secondary Color" @@ -9670,11 +9670,11 @@ msgstr "Pago Seguro" #: src/components/layouts/EventHomepage/index.tsx:431 msgid "See schedule" -msgstr "" +msgstr "Ver programación" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "See what Stripe still needs" -msgstr "" +msgstr "Ver qué necesita todavía Stripe" #: src/components/routes/admin/Announcements/index.tsx:161 msgid "Seen" @@ -9692,11 +9692,11 @@ msgstr "Selecciona una categoría" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:717 msgid "Select a Date & Time" -msgstr "" +msgstr "Selecciona fecha y hora" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:215 msgid "Select a date to see available times" -msgstr "" +msgstr "Selecciona una fecha para ver los horarios disponibles" #: src/components/routes/event/messages.tsx:341 msgid "Select a message to view its contents" @@ -9712,7 +9712,7 @@ msgstr "Seleccionar Cuenta" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:126 msgid "Select all" -msgstr "" +msgstr "Seleccionar todo" #: src/components/modals/DuplicateEventModal/index.tsx:143 msgid "Select All" @@ -9720,7 +9720,7 @@ msgstr "Seleccionar todo" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:156 msgid "Select all on {0}" -msgstr "" +msgstr "Seleccionar todo el {0}" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:119 msgid "Select an event" @@ -9740,7 +9740,7 @@ msgstr "Seleccionar grupo de asistentes" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:157 msgid "Select camera" -msgstr "" +msgstr "Seleccionar cámara" #: src/components/forms/ProductForm/index.tsx:255 msgid "Select category..." @@ -9752,7 +9752,7 @@ msgstr "Seleccionar moneda" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:178 msgid "Select date" -msgstr "" +msgstr "Seleccionar fecha" #: src/components/modals/CreateEventModal/index.tsx:283 msgid "Select end date and time" @@ -9773,7 +9773,7 @@ msgstr "Seleccionar tipos de eventos" #: src/components/common/OccurrenceSelect/index.tsx:106 #: src/components/modals/CreateAttendeeModal/index.tsx:254 msgid "Select occurrence" -msgstr "" +msgstr "Seleccionar una fecha" #: src/components/modals/CreateEventModal/index.tsx:159 msgid "Select organizer" @@ -9795,7 +9795,7 @@ msgstr "Seleccionar productos" #: src/components/forms/ProductForm/index.tsx:553 msgid "Select products..." -msgstr "" +msgstr "Seleccionar productos..." #: src/components/modals/CreateEventModal/index.tsx:263 msgid "Select start date and time" @@ -9846,7 +9846,7 @@ msgstr "Seleccionar..." #: src/components/routes/event/OccurrencesTab/index.tsx:497 msgid "selected" -msgstr "" +msgstr "seleccionado" #: src/components/common/PlatformFeesSettings/index.tsx:208 #: src/components/common/PlatformFeesSettings/index.tsx:231 @@ -9856,11 +9856,11 @@ msgstr "Seleccionado" #: src/components/layouts/AuthLayout/index.tsx:41 msgid "Sell out your event." -msgstr "" +msgstr "Agota tu evento." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:516 msgid "Selling a physical product? Cap its quantity on the <0>products page instead." -msgstr "" +msgstr "¿Vendes un producto físico? Limita su cantidad en la <0>página de productos." #: src/components/forms/ProductForm/index.tsx:587 msgid "Selling fast 🔥" @@ -9918,7 +9918,7 @@ msgstr "Enviar prueba" #: src/components/modals/SendMessageModal/index.tsx:358 msgid "Send to all occurrences, or choose a specific one" -msgstr "" +msgstr "Envía a todas las fechas o elige una concreta" #: src/components/routes/event/messages.tsx:335 msgid "Send your first message" @@ -9939,7 +9939,7 @@ msgstr "Enviado por" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:218 msgid "Sent to attendees when a scheduled date is cancelled" -msgstr "" +msgstr "Se envía a los asistentes cuando se cancela una fecha programada" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:216 msgid "Sent to customers when they place an order" @@ -9976,7 +9976,7 @@ msgstr "Título SEO" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:73 msgid "September" -msgstr "" +msgstr "Septiembre" #: src/components/forms/TaxAndFeeForm/index.tsx:62 msgid "Service Fee" @@ -9984,7 +9984,7 @@ msgstr "Tarifa de servicio" #: src/components/layouts/CheckIn/index.tsx:498 msgid "Session cancelled" -msgstr "" +msgstr "Sesión cancelada" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:807 msgid "sessions · {dateCount} dates × {timesPerDay} times" @@ -10000,27 +10000,27 @@ msgstr "Establecer configuraciones predeterminadas para nuevos eventos creados b #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Set how long each date lasts" -msgstr "" +msgstr "Define cuánto dura cada fecha" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Set or clear the date label" -msgstr "" +msgstr "Establecer o quitar la etiqueta de la fecha" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:406 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:407 msgid "Set the end time of each date to be this long after its start time." -msgstr "" +msgstr "Establece la hora de fin de cada fecha con esta diferencia respecto a su hora de inicio." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:217 msgid "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." msgstr "Establezca el número inicial para la numeración de facturas. Esto no se puede cambiar una vez que las facturas se hayan generado." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:440 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:441 msgid "Set to unlimited (remove limit)" -msgstr "" +msgstr "Establecer como ilimitado (quitar límite)" -#: src/components/routes/event/OccurrencesTab/index.tsx:585 +#: src/components/routes/event/OccurrencesTab/index.tsx:600 msgid "Set up a recurring schedule to automatically create dates, or add them one at a time." -msgstr "" +msgstr "Configura una programación recurrente para crear fechas automáticamente o añádelas una a una." #: src/components/routes/event/CheckInLists/index.tsx:35 msgid "Set up check-in lists for different entrances, sessions, or days." @@ -10029,20 +10029,20 @@ msgstr "Configure listas de registro para diferentes entradas, sesiones o días. #: src/components/layouts/OrganizerLayout/index.tsx:85 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:126 msgid "Set up payouts" -msgstr "" +msgstr "Configurar pagos" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 msgid "Set up schedule" -msgstr "" +msgstr "Configurar programación" -#: src/components/routes/event/OccurrencesTab/index.tsx:535 -#: src/components/routes/event/OccurrencesTab/index.tsx:596 +#: src/components/routes/event/OccurrencesTab/index.tsx:550 +#: src/components/routes/event/OccurrencesTab/index.tsx:611 msgid "Set Up Schedule" -msgstr "" +msgstr "Configurar programación" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:92 msgid "Set up the tickets you'll sell and their prices" -msgstr "" +msgstr "Define las entradas que vas a vender y sus precios" #: src/components/routes/welcome/index.tsx:43 msgid "Set up your organization" @@ -10055,11 +10055,11 @@ msgstr "Configura tu programación" #: src/components/routes/welcome/index.tsx:415 msgid "Set up your schedule in the next steps" -msgstr "" +msgstr "Configura tu programación en los siguientes pasos" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Set, change, or remove the date's location or online details" -msgstr "" +msgstr "Establece, cambia o elimina la ubicación o los datos en línea de la fecha" #: src/components/common/QuestionsTable/index.tsx:374 msgid "Setting updated" @@ -10076,7 +10076,7 @@ msgstr "Configuración y diseño" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:242 msgid "Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event." -msgstr "" +msgstr "La configuración solo lleva unos minutos y no necesitas una cuenta de Stripe previa. Stripe se encarga de las tarjetas, los monederos, los métodos de pago regionales y la protección antifraude para que tú te centres en tu evento." #: src/components/common/ShareIcon/index.tsx:30 #: src/components/layouts/EventHomepage/index.tsx:342 @@ -10111,15 +10111,15 @@ msgstr "Gestión de capacidad compartida" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Shift times" -msgstr "" +msgstr "Desplazar horarios" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:211 msgid "Shifted times for {count} date(s)" -msgstr "" +msgstr "Horarios desplazados para {count} fecha(s)" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:532 msgid "Show" -msgstr "" +msgstr "Mostrar" #: src/components/common/AdvancedOptions/index.tsx:28 msgid "Show advanced options" @@ -10131,7 +10131,7 @@ msgstr "Mostrar todas las plataformas ({0} más con valores)" #: src/components/forms/CheckInListForm/index.tsx:196 msgid "Show attendee notes to non-logged-in staff" -msgstr "" +msgstr "Mostrar las notas de los asistentes al personal sin sesión iniciada" #: src/components/forms/ProductForm/index.tsx:449 msgid "Show available product quantity" @@ -10163,19 +10163,19 @@ msgstr "Mostrar más plataformas" #: src/components/forms/CheckInListForm/index.tsx:230 msgid "Show order details to non-logged-in staff" -msgstr "" +msgstr "Mostrar los detalles del pedido al personal sin sesión iniciada" #: src/components/forms/CheckInListForm/index.tsx:213 msgid "Show question answers to non-logged-in staff" -msgstr "" +msgstr "Mostrar las respuestas a las preguntas al personal sin sesión iniciada" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:59 msgid "Show remaining capacity on event dates" -msgstr "" +msgstr "Mostrar la capacidad restante en las fechas del evento" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:525 msgid "Show remaining capacity to buyers" -msgstr "" +msgstr "Mostrar la capacidad restante a los compradores" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:61 msgid "Show tax and fees separately" @@ -10185,18 +10185,18 @@ msgstr "Mostrar impuestos y tarifas por separado" msgid "Showing {0} of {totalRows} records" msgstr "Mostrando {0} de {totalRows} registros" -#: src/components/routes/event/OccurrencesTab/index.tsx:624 +#: src/components/routes/event/OccurrencesTab/index.tsx:639 msgid "Showing {0}–{1} of {2}" -msgstr "" +msgstr "Mostrando {0}–{1} de {2}" #: src/components/common/OccurrenceSelect/index.tsx:163 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:135 msgid "Showing {MAX_VISIBLE} of {totalAvailable} dates. Type to search." -msgstr "" +msgstr "Mostrando {MAX_VISIBLE} de {totalAvailable} fechas. Escribe para buscar." #: src/components/modals/SendMessageModal/index.tsx:349 msgid "Showing the first {0} — the remaining {1} session(s) will still be targeted when the message is sent." -msgstr "" +msgstr "Se muestran las primeras {0}; las {1} sesión(es) restantes también se incluirán al enviar el mensaje." #: src/components/routes/admin/Announcements/index.tsx:410 msgid "Shown bouncing at the top of the modal" @@ -10204,7 +10204,7 @@ msgstr "Se muestra rebotando en la parte superior del modal" #: src/components/forms/CheckInListForm/index.tsx:145 msgid "Shown to staff the first time they open the check-in page." -msgstr "" +msgstr "Se muestra al personal la primera vez que abre la página de check-in." #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:102 msgid "Shown to the customer after they checkout, on the order summary page." @@ -10220,7 +10220,7 @@ msgstr "Muestra campos de dirección comunes, incluido el país." #: src/components/forms/ProductForm/ledgerSummaries.ts:60 msgid "Shows remaining" -msgstr "" +msgstr "Muestra lo restante" #: src/components/routes/admin/Dashboard/index.tsx:402 msgid "Signed Up" @@ -10233,15 +10233,15 @@ msgstr "simpson" #: src/components/modals/CreateEventModal/index.tsx:231 msgid "Single Event" -msgstr "" +msgstr "Evento único" #: src/components/forms/QuestionForm/index.tsx:100 msgid "Single line text box" msgstr "Cuadro de texto de una sola línea" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:356 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:357 msgid "Skip manually edited dates" -msgstr "" +msgstr "Omitir fechas editadas manualmente" #: src/components/routes/welcome/index.tsx:559 msgid "Skip this step" @@ -10280,7 +10280,7 @@ msgstr "Vendido" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:579 msgid "sold out" -msgstr "" +msgstr "agotado" #: src/components/common/EventCard/index.tsx:125 #: src/components/common/EventDateRange/index.tsx:65 @@ -10307,7 +10307,7 @@ msgstr "Agotado, lista de espera disponible" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:293 msgid "Some details are hidden from public access. Log in to view everything." -msgstr "" +msgstr "Algunos detalles no son de acceso público. Inicia sesión para verlo todo." #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -10318,7 +10318,7 @@ msgstr "Algo salió mal" #: src/components/common/ImageUploadDropzone/index.tsx:130 msgid "Something went wrong while deleting the image. Please try again." -msgstr "" +msgstr "Se produjo un error al eliminar la imagen. Inténtalo de nuevo." #: src/components/common/TaxAndFeeList/index.tsx:41 msgid "Something went wrong while deleting the Tax or Fee" @@ -10374,11 +10374,11 @@ msgstr "Usuarios específicos" #: src/constants/eventCategories.ts:21 msgid "Spirituality" -msgstr "" +msgstr "Espiritualidad" #: src/components/forms/CheckInListForm/index.tsx:90 msgid "Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end." -msgstr "" +msgstr "Divide el check-in por días, zonas o tipos de entrada. Comparte el enlace con tu personal: no necesitan cuenta." #: src/constants/eventCategories.ts:9 msgid "Sports" @@ -10386,11 +10386,11 @@ msgstr "Deportes" #: src/components/common/CheckIn/CheckInInfoModal.tsx:84 msgid "Staff instructions" -msgstr "" +msgstr "Instrucciones para el personal" #: src/components/modals/SelectCheckInListModal/index.tsx:48 msgid "Start check-in" -msgstr "" +msgstr "Iniciar check-in" #: src/components/common/AdminEventsTable/index.tsx:96 #: src/components/modals/DuplicateEventModal/index.tsx:128 @@ -10418,31 +10418,31 @@ msgstr "Hora de inicio" #: src/components/common/AddressAutocomplete/index.tsx:87 msgid "Start typing a venue or address..." -msgstr "" +msgstr "Empieza a escribir un lugar o una dirección..." #: src/components/forms/ProductForm/ledgerSummaries.ts:62 msgid "Starts collapsed" -msgstr "" +msgstr "Empieza plegado" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts in {diffDays} days" -msgstr "" +msgstr "Empieza en {diffDays} días" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:76 msgid "Starts in {diffMinutes} min" -msgstr "" +msgstr "Empieza en {diffMinutes} min" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:86 msgid "Starts in {h}h {m}m" -msgstr "" +msgstr "Empieza en {h} h {m} min" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:70 msgid "Starts in {seconds}s" -msgstr "" +msgstr "Empieza en {seconds} s" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts tomorrow" -msgstr "" +msgstr "Empieza mañana" #: src/components/common/CheckoutQuestion/index.tsx:165 #: src/components/common/LocationPicker/index.tsx:254 @@ -10462,7 +10462,7 @@ msgstr "Las estadísticas se basan en la fecha de creación de la cuenta" #: src/components/layouts/CheckIn/BottomNav.tsx:17 msgid "Stats" -msgstr "" +msgstr "Estadísticas" #: src/components/common/AdminEventsTable/index.tsx:111 #: src/components/common/AdminOrdersTable/index.tsx:85 @@ -10497,7 +10497,7 @@ msgstr "Estado" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:323 msgid "Still needed" -msgstr "" +msgstr "Todavía necesario" #: src/components/common/ImpersonationBanner/index.tsx:53 msgid "Stop Impersonating" @@ -10515,7 +10515,7 @@ msgstr "Cuenta de Stripe desconectada." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:350 msgid "Stripe connected" -msgstr "" +msgstr "Stripe conectado" #: src/components/routes/admin/Attribution/index.tsx:135 msgid "Stripe Connected" @@ -10523,11 +10523,11 @@ msgstr "Stripe conectado" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:163 msgid "Stripe connection copied from {0}." -msgstr "" +msgstr "Conexión de Stripe copiada de {0}." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:84 msgid "Stripe didn't return a setup link. Please try again." -msgstr "" +msgstr "Stripe no devolvió un enlace de configuración. Inténtalo de nuevo." #: src/components/routes/admin/Messages/index.tsx:73 msgid "Stripe Not Connected" @@ -10543,11 +10543,11 @@ msgstr "Los pagos con Stripe no están habilitados para este evento." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:434 msgid "Stripe will need a few more details soon" -msgstr "" +msgstr "Stripe necesitará pronto algunos datos más" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:283 msgid "Stripe will walk you through a few quick questions to finish setup." -msgstr "" +msgstr "Stripe te guiará con unas preguntas rápidas para terminar la configuración." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:131 #: src/components/modals/SendMessageModal/index.tsx:438 @@ -10752,7 +10752,7 @@ msgstr "Festival de Música de Verano 2025" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 msgid "Sun" -msgstr "" +msgstr "Dom" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -10782,7 +10782,7 @@ msgstr "Camiseta" #: src/components/forms/ProductForm/index.tsx:214 msgid "T-shirts, mugs and more" -msgstr "" +msgstr "Camisetas, tazas y mucho más" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:960 msgid "Tap dates like a calendar." @@ -10790,7 +10790,7 @@ msgstr "Toca las fechas como en un calendario." #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:59 msgid "Tap this screen to resume scanning" -msgstr "" +msgstr "Toca esta pantalla para reanudar el escaneo" #: src/components/routes/admin/Announcements/AnnouncementTargetPicker.tsx:93 msgid "Target accounts" @@ -10802,7 +10802,7 @@ msgstr "Usuarios de destino" #: src/components/modals/SendMessageModal/index.tsx:335 msgid "Targeting attendees across {0} selected sessions." -msgstr "" +msgstr "Se dirigirá a los asistentes de {0} sesiones seleccionadas." #: src/components/common/AdminOrdersTable/index.tsx:84 #: src/components/common/OrdersTable/index.tsx:269 @@ -10856,7 +10856,7 @@ msgstr "Impuestos" #: src/components/forms/ProductForm/index.tsx:477 msgid "Taxes & fees" -msgstr "" +msgstr "Impuestos y tarifas" #: src/components/common/ProductsTable/SortableProduct/index.tsx:151 msgid "Taxes & fees applied" @@ -10868,7 +10868,7 @@ msgstr "Impuestos y honorarios" #: src/components/layouts/AuthLayout/index.tsx:23 msgid "Team collaboration" -msgstr "" +msgstr "Colaboración en equipo" #: src/constants/eventCategories.ts:27 msgid "Tech" @@ -10892,11 +10892,11 @@ msgstr "Cuéntanos sobre tu organización. Esta información se mostrará en las #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1151 msgid "Tell us how often your event repeats and we'll create all the dates for you." -msgstr "" +msgstr "Dinos con qué frecuencia se repite tu evento y crearemos todas las fechas por ti." #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:37 msgid "Tell us your VAT registration status so we apply the correct VAT treatment to platform fees." -msgstr "" +msgstr "Indícanos tu situación de registro de IVA para aplicar el tratamiento correcto a las tarifas de plataforma." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:194 msgid "Template Active" @@ -10930,7 +10930,7 @@ msgstr "¡Gracias por asistir!" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:55 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:77 msgid "Thanks," -msgstr "" +msgstr "Gracias," #: src/components/routes/product-widget/SelectProducts/index.tsx:292 #: src/components/routes/product-widget/SelectProducts/index.tsx:538 @@ -10943,7 +10943,7 @@ msgstr "Son {totalOccurrences} sesiones — el máximo es {max}. Acorta el rango #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:54 msgid "That's a wrap" -msgstr "" +msgstr "Y hasta aquí" #: src/components/common/ThemeColorControls/index.tsx:62 msgid "The background color of the page. When using cover image, this is applied as an overlay." @@ -11019,7 +11019,7 @@ msgstr "No se pudo encontrar el organizador que estás buscando. La página pued #: src/components/modals/CreateAttendeeModal/index.tsx:277 msgid "The override is recorded in the order audit log." -msgstr "" +msgstr "La anulación queda registrada en el historial de auditoría del pedido." #: src/components/common/ErrorDisplay/index.tsx:18 msgid "The page you are looking for does not exist" @@ -11055,7 +11055,7 @@ msgstr "La hora programada debe ser en el futuro" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:52 msgid "The session for \"{title}\" originally scheduled for {0} has been rescheduled." -msgstr "" +msgstr "La sesión de «{title}», prevista inicialmente para el {0}, se ha reprogramado." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:155 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:186 @@ -11090,7 +11090,7 @@ msgstr "Tema y colores" #: src/components/routes/product-widget/SelectProducts/index.tsx:965 msgid "There are no products available for this date. Please choose another date." -msgstr "" +msgstr "No hay productos disponibles para esta fecha. Elige otra fecha." #: src/components/routes/product-widget/SelectProducts/index.tsx:639 msgid "There are no products available for this event" @@ -11102,7 +11102,7 @@ msgstr "No hay productos disponibles en esta categoría" #: src/components/routes/product-widget/SelectProducts/index.tsx:636 msgid "There are no upcoming dates for this event" -msgstr "" +msgstr "Este evento no tiene próximas fechas" #: src/components/modals/RefundOrderModal/index.tsx:175 msgid "There is a refund pending. Please wait for it to complete before requesting another refund." @@ -11122,15 +11122,15 @@ msgstr "Hubo un error al enviar tu mensaje" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:493 msgid "These details are shown on the attendee's ticket and order summary for this date only." -msgstr "" +msgstr "Estos datos se muestran en la entrada y el resumen del pedido del asistente solo para esta fecha." #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:168 msgid "These details will only be shown if the order is completed successfully." msgstr "Estos detalles solo se mostrarán si el pedido se completa correctamente." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:491 msgid "These details will replace any existing location on the affected dates and show on attendee tickets." -msgstr "" +msgstr "Estos datos sustituirán cualquier ubicación existente en las fechas afectadas y aparecerán en las entradas de los asistentes." #: src/components/forms/ProductForm/index.tsx:359 msgid "These prices apply across all dates in your schedule, and tier quantities limit total sales across all dates combined. Sale dates on tiers apply globally. You can override prices for individual dates on the <0>Occurrence Schedule page." @@ -11150,7 +11150,7 @@ msgstr "Estas plantillas anularán los predeterminados del organizador solo para #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:59 msgid "Third" -msgstr "" +msgstr "Tercero" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:131 msgid "This account has no completed orders, so all of its data will be permanently deleted." @@ -11166,7 +11166,7 @@ msgstr "Esta cuenta está programada para su eliminación el <0>{scheduledDate}< #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:259 msgid "This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes." -msgstr "" +msgstr "Esto se aplica a todas las fechas coincidentes del evento, incluidas las que no están visibles ahora. Los asistentes registrados en cualquiera de esas fechas estarán disponibles en el redactor de mensajes cuando termine la actualización." #: src/components/common/CheckIn/CheckInOptionsModal.tsx:33 msgid "This attendee has an unpaid order." @@ -11202,7 +11202,7 @@ msgstr "Esta lista de registro aún no está activa y no está disponible para r #: src/components/layouts/CheckIn/index.tsx:503 msgid "This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins." -msgstr "" +msgstr "Esta lista de check-in pertenece a una sesión que se ha cancelado, por lo que ya no se puede usar para los check-ins." #: src/components/forms/AffiliateForm/index.tsx:41 msgid "This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed." @@ -11216,27 +11216,27 @@ msgstr "Esta combinación de colores puede ser difícil de leer para algunos usu #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:40 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:330 msgid "This date has {orderCount} order(s) that will be affected." -msgstr "" +msgstr "Esta fecha tiene {orderCount} pedido(s) que se verán afectados." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:423 msgid "This date has been cancelled. You can still delete it to remove it permanently." -msgstr "" +msgstr "Esta fecha se ha cancelado. Aún puedes eliminarla para quitarla de forma permanente." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:457 msgid "This date is in the past. It will be created but won't be visible to attendees under upcoming dates." -msgstr "" +msgstr "Esta fecha ya ha pasado. Se creará, pero no será visible para los asistentes entre las próximas fechas." #: src/components/modals/CreateAttendeeModal/index.tsx:273 msgid "This date is marked sold out." -msgstr "" +msgstr "Esta fecha está marcada como agotada." #: src/components/routes/product-widget/SelectProducts/index.tsx:592 msgid "This date is no longer available. Please select another date." -msgstr "" +msgstr "Esta fecha ya no está disponible. Selecciona otra fecha." #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "This date only" -msgstr "" +msgstr "Solo esta fecha" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:113 msgid "This disconnects {stripeAccountId} from this organizer. Paid ticket sales will stop working until you connect a Stripe account again." @@ -11252,7 +11252,7 @@ msgstr "Este evento aún no tiene entradas ni productos, por lo que los asistent #: src/components/layouts/ProductWidget/index.tsx:56 msgid "This event is not available" -msgstr "" +msgstr "Este evento no está disponible" #: src/components/common/StatusToggle/index.tsx:82 msgid "This event is not published yet" @@ -11264,7 +11264,7 @@ msgstr "Este evento está agotado" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:106 msgid "This event's dates and times are set on the occurrence schedule." -msgstr "" +msgstr "Las fechas y los horarios de este evento se definen en la programación de fechas." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:153 msgid "This information will be shown on the payment page, order summary page, and order confirmation email." @@ -11272,7 +11272,7 @@ msgstr "Esta información se mostrará en la página de pago, en la página de r #: src/components/routes/welcome/index.tsx:401 msgid "This is a recurring event" -msgstr "" +msgstr "Este es un evento recurrente" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:157 msgid "This is an online event" @@ -11317,7 +11317,7 @@ msgstr "Este nombre es visible para los usuarios finales" #: src/components/modals/CreateAttendeeModal/index.tsx:267 msgid "This occurrence is at capacity" -msgstr "" +msgstr "Esta fecha ha alcanzado su capacidad máxima" #: src/components/forms/StripeCheckoutForm/index.tsx:131 msgid "This order has already been paid." @@ -11381,7 +11381,7 @@ msgstr "Este producto está agotado" #: src/components/forms/ProductForm/index.tsx:547 msgid "This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to." -msgstr "" +msgstr "Este producto no aparecerá por sí solo en la página del evento: los compradores solo lo ven como complemento de los productos a los que está asociado." #: src/components/modals/PublishEventModal/index.tsx:104 msgid "This recurring event has no dates yet, so there's nothing for attendees to book." @@ -11407,9 +11407,9 @@ msgstr "Esta entrada acaba de ser escaneada. Por favor espere antes de escanear msgid "This user is not active, as they have not accepted their invitation." msgstr "Este usuario no está activo porque no ha aceptado su invitación." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:367 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:368 msgid "This will affect {loadedAffectedCount} date(s)." -msgstr "" +msgstr "Esto afectará a {loadedAffectedCount} fecha(s)." #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:80 msgid "This will be used for notifications and communication with your users." @@ -11433,11 +11433,11 @@ msgstr "Esto eliminará o anonimizará permanentemente la cuenta de inmediato, s #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:107 msgid "Throughput" -msgstr "" +msgstr "Rendimiento" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 msgid "Thu" -msgstr "" +msgstr "Jue" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -11518,7 +11518,7 @@ msgstr "Entrada reenviada correctamente" #: src/components/routes/product-widget/SelectProducts/index.tsx:631 msgid "Ticket sales have ended for this event" -msgstr "" +msgstr "La venta de entradas de este evento ha finalizado" #: src/components/routes/event/attendees.tsx:75 msgid "Ticket Type" @@ -11565,7 +11565,7 @@ msgstr "Los productos escalonados le permiten ofrecer múltiples opciones de pre #: src/components/forms/ProductForm/index.tsx:277 msgid "Tiers" -msgstr "" +msgstr "Niveles" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:70 msgid "TikTok" @@ -11573,7 +11573,7 @@ msgstr "TikTok" #: src/components/routes/event/OccurrencesTab/index.tsx:292 msgid "Time" -msgstr "" +msgstr "Hora" #: src/components/layouts/Checkout/index.tsx:322 msgid "Time left:" @@ -11585,7 +11585,7 @@ msgstr "Horarios" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:725 msgid "Times shown in {timezoneAbbr}" -msgstr "" +msgstr "Horarios mostrados en {timezoneAbbr}" #: src/components/common/PromoCodeTable/index.tsx:71 msgid "Times used" @@ -11617,7 +11617,7 @@ msgstr "El título es obligatorio" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1008 msgid "to" -msgstr "" +msgstr "a" #: src/components/routes/event/messages.tsx:93 msgid "To" @@ -11632,7 +11632,7 @@ msgstr "Para aumentar sus límites, contáctenos en" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:119 #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:43 msgid "Today" -msgstr "" +msgstr "Hoy" #: src/components/common/ColumnVisibilityToggle/index.tsx:26 msgid "Toggle columns" @@ -11640,7 +11640,7 @@ msgstr "Alternar columnas" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:46 msgid "Tomorrow" -msgstr "" +msgstr "Mañana" #: src/components/layouts/OrganizerLayout/index.tsx:108 msgid "Tools" @@ -11690,7 +11690,7 @@ msgstr "Tarifa total" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:299 msgid "Total fees" -msgstr "" +msgstr "Total de tarifas" #: src/components/routes/event/EventDashboard/index.tsx:341 #: src/components/routes/event/OccurrenceDetail/index.tsx:212 @@ -11708,7 +11708,7 @@ msgstr "Cantidad total del pedido" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:286 msgid "Total orders" -msgstr "" +msgstr "Total de pedidos" #: src/components/forms/ProductForm/index.tsx:315 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:71 @@ -11727,7 +11727,7 @@ msgstr "Total reembolsado" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:293 msgid "Total tax" -msgstr "" +msgstr "Total de impuestos" #: src/components/routes/event/EventDashboard/index.tsx:343 #: src/components/routes/event/OccurrenceDetail/index.tsx:214 @@ -11745,7 +11745,7 @@ msgstr "Vistas totales" #: src/constants/eventCategories.ts:23 msgid "Tours" -msgstr "" +msgstr "Visitas guiadas" #: src/components/routes/admin/Attribution/index.tsx:32 msgid "Track account growth and performance by attribution source" @@ -11758,11 +11758,11 @@ msgstr "Seguimiento y analítica" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:176 msgid "Try a different search term or filter" -msgstr "" +msgstr "Prueba con otro término de búsqueda o filtro" -#: src/components/routes/event/OccurrencesTab/index.tsx:584 +#: src/components/routes/event/OccurrencesTab/index.tsx:599 msgid "Try adjusting your filters to see more dates." -msgstr "" +msgstr "Ajusta los filtros para ver más fechas." #: src/components/routes/auth/Login/index.tsx:141 #: src/components/routes/my-tickets/index.tsx:200 @@ -11775,7 +11775,7 @@ msgstr "Probar Hi.Events gratis" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 msgid "Tue" -msgstr "" +msgstr "Mar" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -11856,15 +11856,15 @@ msgstr "No se pudo unir a la lista de espera" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:164 msgid "Unable to load attendee details." -msgstr "" +msgstr "No se pudieron cargar los datos del asistente." #: src/components/routes/product-widget/SelectProducts/index.tsx:330 msgid "Unable to load products for this date. Please try again." -msgstr "" +msgstr "No se pudieron cargar los productos de esta fecha. Inténtalo de nuevo." #: src/components/layouts/CheckIn/index.tsx:220 msgid "Unable to undo check-in" -msgstr "" +msgstr "No se pudo deshacer el check-in" #: src/components/modals/EditQuestionModal/index.tsx:84 msgid "Unable to update question. Please check the your details" @@ -11876,7 +11876,7 @@ msgstr "Cuentas sin atribución" #: src/components/layouts/CheckIn/index.tsx:255 msgid "Undo" -msgstr "" +msgstr "Deshacer" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:30 msgid "Unique Customers" @@ -11942,7 +11942,7 @@ msgstr "hasta" #: src/components/forms/ProductForm/ledgerSummaries.ts:49 msgid "Until {end}" -msgstr "" +msgstr "Hasta el {end}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1059 msgid "Until a date" @@ -11950,11 +11950,11 @@ msgstr "Hasta una fecha" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled product" -msgstr "" +msgstr "Producto sin título" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled ticket" -msgstr "" +msgstr "Entrada sin título" #: src/components/common/AdminAccountsTable/index.tsx:101 msgid "Untrusted" @@ -11962,7 +11962,7 @@ msgstr "No confiable" #: src/components/forms/ProductForm/ledgerSummaries.ts:118 msgid "Up to {max} per order" -msgstr "" +msgstr "Hasta {max} por pedido" #: src/components/common/EventsDashboardStatusButtons/index.tsx:20 #: src/components/common/EventStatusBadge/index.tsx:16 @@ -11974,7 +11974,7 @@ msgstr "Próximo" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:375 msgid "Upcoming events" -msgstr "" +msgstr "Próximos eventos" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Upcoming Events" @@ -11990,11 +11990,11 @@ msgstr "Actualizar afiliado" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Update capacity" -msgstr "" +msgstr "Actualizar capacidad" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:73 msgid "Update event name and description" -msgstr "" +msgstr "Actualizar el nombre y la descripción del evento" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:74 msgid "Update event name, description and dates" @@ -12002,11 +12002,11 @@ msgstr "Actualizar el nombre del evento, la descripción y las fechas." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Update label" -msgstr "" +msgstr "Actualizar etiqueta" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Update location" -msgstr "" +msgstr "Actualizar ubicación" #: src/components/routes/profile/ManageProfile/index.tsx:215 msgid "Update profile" @@ -12014,11 +12014,11 @@ msgstr "Actualización del perfil" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:71 msgid "Update: {subjectTitle} — schedule changes" -msgstr "" +msgstr "Actualización: {subjectTitle}: cambios en la programación" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:48 msgid "Update: {subjectTitle} — session time changed" -msgstr "" +msgstr "Actualización: {subjectTitle}: horario de la sesión modificado" #: src/components/routes/admin/Announcements/index.tsx:163 msgid "Updated" @@ -12026,19 +12026,19 @@ msgstr "Actualizado" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:217 msgid "Updated {count} date(s)" -msgstr "" +msgstr "{count} fecha(s) actualizada(s)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:213 msgid "Updated capacity for {count} date(s)" -msgstr "" +msgstr "Capacidad actualizada para {count} fecha(s)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:214 msgid "Updated label for {count} date(s)" -msgstr "" +msgstr "Etiqueta actualizada para {count} fecha(s)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:215 msgid "Updated location for {count} date(s)" -msgstr "" +msgstr "Ubicación actualizada para {count} fecha(s)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1138 msgid "Updates as you build the rule. Flip through months to sanity-check dates." @@ -12046,7 +12046,7 @@ msgstr "Se actualiza mientras creas la regla. Recorre los meses para comprobar l #: src/components/forms/ProductForm/ProductPreview.tsx:93 msgid "Updates as you type." -msgstr "" +msgstr "Se actualiza mientras escribes." #: src/components/routes/organizer/Settings/Sections/ImageAssetSettings/index.tsx:39 msgid "Upload a cover image for your organizer" @@ -12093,15 +12093,15 @@ msgstr "Límite de uso" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:80 msgid "USB" -msgstr "" +msgstr "USB" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner listening" -msgstr "" +msgstr "Escáner USB a la escucha" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner paused" -msgstr "" +msgstr "Escáner USB en pausa" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:154 msgid "Use <0>Liquid templating to personalize your emails" @@ -12119,7 +12119,7 @@ msgstr "Usar imagen de portada" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:531 msgid "Use event default" -msgstr "" +msgstr "Usar el valor por defecto del evento" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:49 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -12193,11 +12193,11 @@ msgstr "IVA" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:195 msgid "VAT country code" -msgstr "" +msgstr "Código de país del IVA" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:173 msgid "VAT number" -msgstr "" +msgstr "Número de IVA" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:212 msgid "VAT Number" @@ -12234,7 +12234,7 @@ msgstr "Tasa de IVA" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:168 msgid "VAT registered" -msgstr "" +msgstr "Registrado a efectos de IVA" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:165 #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:173 @@ -12247,7 +12247,7 @@ msgstr "Configuración de IVA guardada. Estamos validando tu número de IVA en s #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:85 msgid "VAT settings updated" -msgstr "" +msgstr "Configuración de IVA actualizada" #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:27 msgid "VAT Treatment for Platform Fees" @@ -12263,11 +12263,11 @@ msgstr "Servicio de validación de IVA temporalmente no disponible" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:225 msgid "VAT: {0}" -msgstr "" +msgstr "IVA: {0}" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:230 msgid "VAT: not registered" -msgstr "" +msgstr "IVA: no registrado" #: src/components/common/LocationPicker/index.tsx:230 #: src/components/modals/LocationEditModal/index.tsx:140 @@ -12280,7 +12280,7 @@ msgstr "Código de verificación" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:77 msgid "Verification email sent. Check your inbox." -msgstr "" +msgstr "Correo de verificación enviado. Revisa tu bandeja de entrada." #: src/components/routes/admin/Attribution/index.tsx:136 #: src/components/routes/admin/Dashboard/index.tsx:421 @@ -12298,7 +12298,7 @@ msgstr "Verifica tu correo electrónico" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:159 msgid "Verify your email so attendees can receive tickets" -msgstr "" +msgstr "Verifica tu correo para que los asistentes puedan recibir sus entradas" #: src/components/routes/welcome/index.tsx:189 msgid "Verifying..." @@ -12310,19 +12310,19 @@ msgstr "Vietnamita" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:68 msgid "View All" -msgstr "" +msgstr "Ver todo" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:380 msgid "View all →" -msgstr "" +msgstr "Ver todo →" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:424 msgid "View all capabilities" -msgstr "" +msgstr "Ver todas las funcionalidades" #: src/components/modals/SelectCheckInListModal/index.tsx:87 msgid "View all check-in lists" -msgstr "" +msgstr "Ver todas las listas de check-in" #: src/components/routes/admin/Messages/index.tsx:108 msgid "View all messages sent across the platform" @@ -12347,7 +12347,7 @@ msgstr "Ver detalles" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:192 msgid "View details for {0} {1}" -msgstr "" +msgstr "Ver detalles de {0} {1}" #: src/components/common/AdminEventsTable/index.tsx:157 #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:58 @@ -12427,11 +12427,11 @@ msgstr "Entrada VIP" #: src/components/forms/ProductForm/visibilityStatus.ts:41 msgid "Visible from {start} — hidden until sales open." -msgstr "" +msgstr "Visible desde el {start}: oculto hasta que se abran las ventas." #: src/components/forms/ProductForm/visibilityStatus.ts:56 msgid "Visible to everyone on the event page." -msgstr "" +msgstr "Visible para todos en la página del evento." #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:104 msgid "VK" @@ -12450,7 +12450,7 @@ msgstr "Esperando pago" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:64 msgid "Waiting for scan…" -msgstr "" +msgstr "Esperando escaneo…" #: src/components/forms/ProductForm/index.tsx:460 #: src/components/layouts/AuthLayout/index.tsx:17 @@ -12480,7 +12480,7 @@ msgstr "No pudimos procesar su pago. Inténtelo de nuevo o comuníquese con el s #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:167 msgid "We couldn't copy that Stripe connection. Please try again." -msgstr "" +msgstr "No pudimos copiar esa conexión de Stripe. Inténtalo de nuevo." #: src/components/common/ProductsTable/SortableCategory/index.tsx:56 msgid "We couldn't delete the category. Please try again." @@ -12512,7 +12512,7 @@ msgstr "No pudimos encontrar este pedido. Puede haber sido eliminado." #: src/hooks/useOccurrenceCheckIn.tsx:43 msgid "We couldn't load the check-in lists. Please try again." -msgstr "" +msgstr "No pudimos cargar las listas de check-in. Inténtalo de nuevo." #: src/components/common/ErrorLoadingMessage/index.tsx:13 msgid "We couldn't load the data. Please try again." @@ -12520,7 +12520,7 @@ msgstr "No pudimos cargar los datos. Inténtalo de nuevo." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:97 msgid "We couldn't reach Stripe just now. Please try again in a moment." -msgstr "" +msgstr "No hemos podido contactar con Stripe ahora mismo. Inténtalo de nuevo en un momento." #: src/components/common/ProductsTable/SortableCategory/index.tsx:98 msgid "We couldn't reorder the categories. Please try again." @@ -12532,7 +12532,7 @@ msgstr "Tuvimos un problema al cargar esta página. Por favor, inténtalo de nue #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:236 msgid "We partner with Stripe to send payouts straight to your bank account." -msgstr "" +msgstr "Colaboramos con Stripe para enviar los pagos directamente a tu cuenta bancaria." #: src/components/routes/event/TicketDesigner/index.tsx:144 msgid "We recommend a square logo with minimum dimensions of 200x200px" @@ -12549,7 +12549,7 @@ msgstr "Recomendamos dimensiones de 400px por 400px y un tamaño máximo de arch #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:158 msgid "We sent a verification link to {0}" -msgstr "" +msgstr "Hemos enviado un enlace de verificación a {0}" #: src/components/common/CookieConsentBanner/index.tsx:18 msgid "We use cookies to help us understand how the site is used and to improve your experience." @@ -12578,7 +12578,7 @@ msgstr "Te notificaremos por correo electrónico si hay una plaza disponible par #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:267 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:301 msgid "We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically." -msgstr "" +msgstr "Al guardar, abriremos un redactor de mensajes con una plantilla rellenada. Tú lo revisas y lo envías: no se envía nada automáticamente." #: src/components/routes/product-widget/CollectInformation/index.tsx:456 msgid "We'll send your tickets to this email" @@ -12594,7 +12594,7 @@ msgstr "Estamos procesando tu pedido. Espere por favor..." #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:75 msgid "We've made changes to the schedule for \"{title}\" — {description} affecting {affectedCount} session(s)." -msgstr "" +msgstr "Hemos cambiado la programación de «{title}»: {description} afecta a {affectedCount} sesión(es)." #: src/components/routes/welcome/index.tsx:147 msgid "We've sent a 5-digit verification code to:" @@ -12612,7 +12612,7 @@ msgstr "Webhook eliminado con éxito" #: src/components/layouts/AuthLayout/index.tsx:25 msgid "Webhook integrations" -msgstr "" +msgstr "Integraciones de webhooks" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:137 #: src/components/modals/WebhookLogsModal/index.tsx:151 @@ -12650,7 +12650,7 @@ msgstr "Sitio web" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 msgid "Wed" -msgstr "" +msgstr "Mié" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -12659,16 +12659,16 @@ msgstr "Miércoles" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:88 msgid "week" -msgstr "" +msgstr "semana" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:51 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Weekly" -msgstr "" +msgstr "Semanal" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:96 msgid "weeks" -msgstr "" +msgstr "semanas" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:105 msgid "Weibo" @@ -12696,7 +12696,7 @@ msgstr "Bienvenido a {0}, aquí hay una lista de todos tus eventos" #: src/constants/eventCategories.ts:20 msgid "Wellness" -msgstr "" +msgstr "Bienestar" #: src/components/forms/ProductForm/index.tsx:349 msgid "What are Tiered Products?" @@ -12732,7 +12732,7 @@ msgstr "¿Qué tipo de pregunta es esta?" #: src/components/forms/CheckInListForm/index.tsx:172 msgid "What unauthenticated staff can see" -msgstr "" +msgstr "Qué puede ver el personal sin sesión iniciada" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:89 msgid "WhatsApp" @@ -12744,7 +12744,7 @@ msgstr "Cuando se elimina un registro de entrada" #: src/components/forms/WebhookForm/index.tsx:135 msgid "When a date is cancelled on a recurring event" -msgstr "" +msgstr "Cuando se cancela una fecha de un evento recurrente" #: src/components/forms/WebhookForm/index.tsx:105 msgid "When a new attendee is created" @@ -12909,7 +12909,7 @@ msgstr "X (Twitter)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:90 msgid "year" -msgstr "" +msgstr "año" #: src/components/common/OrganizerReportTable/index.tsx:59 #: src/components/common/PeriodSelector/index.tsx:38 @@ -12920,11 +12920,11 @@ msgstr "Año hasta la fecha" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:53 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Yearly" -msgstr "" +msgstr "Anual" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:98 msgid "years" -msgstr "" +msgstr "años" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:191 msgid "Yes" @@ -12969,7 +12969,7 @@ msgstr "Puede crear un código promocional que se dirija a este producto en el" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1115 msgid "You can override this for individual dates later." -msgstr "" +msgstr "Puedes personalizar esto para fechas concretas más adelante." #: src/components/modals/OfferWaitlistModal/index.tsx:110 msgid "You can still manually offer tickets if needed." @@ -13035,7 +13035,7 @@ msgstr "Has añadido impuestos y tarifas a un producto gratuito. ¿Te gustaría #: src/components/forms/ProductForm/ProductDrawer.tsx:57 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:728 msgid "You have unsaved changes. Are you sure you want to discard them?" -msgstr "" +msgstr "Tienes cambios sin guardar. ¿Seguro que quieres descartarlos?" #: src/components/modals/SendMessageModal/index.tsx:204 msgid "You must acknowledge that this email is not promotional" @@ -13067,7 +13067,7 @@ msgstr "Debes verificar tu dirección de correo electrónico antes de poder actu #: src/components/modals/CreateAttendeeModal/index.tsx:186 msgid "You need to create at least one occurrence before you can add attendees to this recurring event." -msgstr "" +msgstr "Debes crear al menos una fecha antes de poder añadir asistentes a este evento recurrente." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:355 msgid "You need to verify your account email before you can modify email templates." @@ -13087,7 +13087,7 @@ msgstr "Deberá marcar un pedido como pagado manualmente. Esto se puede hacer en #: src/components/modals/CreateEventModal/index.tsx:253 msgid "You'll be able to set up dates, schedules, and recurrence rules in the next step." -msgstr "" +msgstr "En el siguiente paso podrás configurar fechas, programaciones y reglas de recurrencia." #: src/components/modals/CreateCheckInListModal/index.tsx:64 msgid "You'll need a ticket before you can create a check-in list." @@ -13103,7 +13103,7 @@ msgstr "Necesitará al menos un producto para comenzar. Gratis, de pago o deje q #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:254 msgid "You're changing session times" -msgstr "" +msgstr "Estás cambiando los horarios de las sesiones" #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:168 msgid "You're going to {0}!" @@ -13123,7 +13123,7 @@ msgstr "¡Se te ha ofrecido un lugar!" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:290 msgid "You've changed the session time" -msgstr "" +msgstr "Has cambiado el horario de la sesión" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:92 msgid "Your account has been deactivated and will be permanently deleted on <0>{0}." @@ -13264,7 +13264,7 @@ msgstr "Su reembolso se está procesando." #: src/components/layouts/CheckIn/index.tsx:117 msgid "Your saved date filter is no longer available — showing all dates." -msgstr "" +msgstr "Tu filtro de fechas guardado ya no está disponible: se muestran todas las fechas." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:116 msgid "Your Stripe account itself isn't affected, and no data is lost — you can reconnect at any time." @@ -13276,7 +13276,7 @@ msgstr "Tu billete para" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:54 msgid "Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions." -msgstr "" +msgstr "Tu entrada sigue siendo válida: no tienes que hacer nada a menos que el nuevo horario no te venga bien. Responde a este correo si tienes alguna duda." #: src/components/routes/product-widget/CollectInformation/index.tsx:377 msgid "Your tickets have been confirmed." diff --git a/frontend/src/locales/fr.js b/frontend/src/locales/fr.js index ae4a365d38..9ae862387f 100644 --- a/frontend/src/locales/fr.js +++ b/frontend/src/locales/fr.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Il n'y a encore rien à afficher'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>sorti avec succès\"],\"KMgp2+\":[[\"0\"],\" disponible\"],\"Pmr5xp\":[[\"0\"],\" créé avec succès\"],\"FImCSc\":[[\"0\"],\" mis à jour avec succès\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" jours, \",[\"hours\"],\" heures, \",[\"minutes\"],\" minutes, et \",[\"seconds\"],\" secondes\"],\"f3RdEk\":[[\"hours\"],\" heures, \",[\"minutes\"],\" minutes, et \",[\"seconds\"],\" secondes\"],\"fyE7Au\":[[\"minutes\"],\" minutes et \",[\"secondes\"],\" secondes\"],\"NlQ0cx\":[\"Premier événement de \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://votre-siteweb.com\",\"qnSLLW\":\"<0>Veuillez entrer le prix hors taxes et frais.<1>Les taxes et frais peuvent être ajoutés ci-dessous.\",\"ZjMs6e\":\"<0>Le nombre de produits disponibles pour ce produit<1>Cette valeur peut être remplacée s'il existe des <2>Limites de Capacité associées à ce produit.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 minute et 0 seconde\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Un champ de date. Parfait pour demander une date de naissance, etc.\",\"6euFZ/\":[\"Un \",[\"type\"],\" par défaut est automatiquement appliqué à tous les nouveaux produits. Vous pouvez le remplacer pour chaque produit.\"],\"SMUbbQ\":\"Une entrée déroulante ne permet qu'une seule sélection\",\"qv4bfj\":\"Des frais, comme des frais de réservation ou des frais de service\",\"POT0K/\":\"Un montant fixe par produit. Par exemple, 0,50 $ par produit\",\"f4vJgj\":\"Une saisie de texte sur plusieurs lignes\",\"OIPtI5\":\"Un pourcentage du prix du produit. Par exemple, 3,5 % du prix du produit\",\"ZthcdI\":\"Un code promo sans réduction peut être utilisé pour révéler des produits cachés.\",\"AG/qmQ\":\"Une option Radio comporte plusieurs options, mais une seule peut être sélectionnée.\",\"h179TP\":\"Une brève description de l'événement qui sera affichée dans les résultats des moteurs de recherche et lors du partage sur les réseaux sociaux. Par défaut, la description de l'événement sera utilisée\",\"WKMnh4\":\"Une saisie de texte sur une seule ligne\",\"BHZbFy\":\"Une seule question par commande. Par exemple, Quelle est votre adresse de livraison ?\",\"Fuh+dI\":\"Une seule question par produit. Par exemple, Quelle est votre taille de t-shirt ?\",\"RlJmQg\":\"Une taxe standard, comme la TVA ou la TPS\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Accepter les virements bancaires, chèques ou autres méthodes de paiement hors ligne\",\"hrvLf4\":\"Accepter les paiements par carte bancaire avec Stripe\",\"bfXQ+N\":\"Accepter l'invitation\",\"AeXO77\":\"Compte\",\"lkNdiH\":\"Nom du compte\",\"Puv7+X\":\"Paramètres du compte\",\"OmylXO\":\"Compte mis à jour avec succès\",\"7L01XJ\":\"Actions\",\"FQBaXG\":\"Activer\",\"5T2HxQ\":\"Date d'activation\",\"F6pfE9\":\"Actif\",\"/PN1DA\":\"Ajouter une description pour cette liste de pointage\",\"0/vPdA\":\"Ajoutez des notes sur le participant. Celles-ci ne seront pas visibles par le participant.\",\"Or1CPR\":\"Ajoutez des notes sur le participant...\",\"l3sZO1\":\"Ajoutez des notes concernant la commande. Elles ne seront pas visibles par le client.\",\"xMekgu\":\"Ajoutez des notes concernant la commande...\",\"PGPGsL\":\"Ajouter une description\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Ajoutez des instructions pour les paiements hors ligne (par exemple, les détails du virement bancaire, où envoyer les chèques, les délais de paiement)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Ajouter un nouveau\",\"TZxnm8\":\"Ajouter une option\",\"24l4x6\":\"Ajouter un produit\",\"8q0EdE\":\"Ajouter un produit à la catégorie\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Ajouter une taxe ou des frais\",\"goOKRY\":\"Ajouter un niveau\",\"oZW/gT\":\"Ajouter au calendrier\",\"pn5qSs\":\"Informations supplémentaires\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Adresse\",\"NY/x1b\":\"Adresse Ligne 1\",\"POdIrN\":\"Adresse Ligne 1\",\"cormHa\":\"Adresse Ligne 2\",\"gwk5gg\":\"Adresse Ligne 2\",\"U3pytU\":\"Administrateur\",\"HLDaLi\":\"Les utilisateurs administrateurs ont un accès complet aux événements et aux paramètres du compte.\",\"W7AfhC\":\"Tous les participants à cet événement\",\"cde2hc\":\"Tous les produits\",\"5CQ+r0\":\"Autoriser les participants associés à des commandes impayées à s'enregistrer\",\"ipYKgM\":\"Autoriser l'indexation des moteurs de recherche\",\"LRbt6D\":\"Autoriser les moteurs de recherche à indexer cet événement\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Incroyable, Événement, Mots-clés...\",\"hehnjM\":\"Montant\",\"R2O9Rg\":[\"Montant payé (\",[\"0\"],\")\"],\"V7MwOy\":\"Une erreur s'est produite lors du chargement de la page\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Une erreur inattendue est apparue.\",\"byKna+\":\"Une erreur inattendue est apparue. Veuillez réessayer.\",\"ubdMGz\":\"Toute question des détenteurs de produits sera envoyée à cette adresse e-mail. Elle sera également utilisée comme adresse de réponse pour tous les e-mails envoyés depuis cet événement\",\"aAIQg2\":\"Apparence\",\"Ym1gnK\":\"appliqué\",\"sy6fss\":[\"S'applique à \",[\"0\"],\" produits\"],\"kadJKg\":\"S'applique à 1 produit\",\"DB8zMK\":\"Appliquer\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Appliquer ce \",[\"type\"],\" à tous les nouveaux produits\"],\"S0ctOE\":\"Archiver l'événement\",\"TdfEV7\":\"Archivé\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Êtes-vous sûr de vouloir activer ce participant\xA0?\",\"TvkW9+\":\"Êtes-vous sûr de vouloir archiver cet événement\xA0?\",\"/CV2x+\":\"Êtes-vous sûr de vouloir annuler ce participant\xA0? Cela annulera leur billet\",\"YgRSEE\":\"Etes-vous sûr de vouloir supprimer ce code promo ?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Êtes-vous sûr de vouloir créer un brouillon pour cet événement\xA0? Cela rendra l'événement invisible au public\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Êtes-vous sûr de vouloir restaurer cet événement\xA0? Il sera restauré en tant que brouillon.\",\"vJuISq\":\"Êtes-vous sûr de vouloir supprimer cette Affectation de Capacité?\",\"baHeCz\":\"Êtes-vous sûr de vouloir supprimer cette liste de pointage\xA0?\",\"LBLOqH\":\"Demander une fois par commande\",\"wu98dY\":\"Demander une fois par produit\",\"ss9PbX\":\"Participant\",\"m0CFV2\":\"Détails des participants\",\"QKim6l\":\"Participant non trouvé\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Billet de l'invité\",\"9SZT4E\":\"Participants\",\"iPBfZP\":\"Invités enregistrés\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Redimensionnement automatique\",\"vZ5qKF\":\"Redimensionner automatiquement la hauteur du widget en fonction du contenu. Lorsque désactivé, le widget remplira la hauteur du conteneur.\",\"4lVaWA\":\"En attente d'un paiement hors ligne\",\"2rHwhl\":\"En attente d'un paiement hors ligne\",\"3wF4Q/\":\"En attente de paiement\",\"ioG+xt\":\"En attente de paiement\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Organisateur génial Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Retour à la page de l'événement\",\"VCoEm+\":\"Retour connexion\",\"k1bLf+\":\"Couleur de fond\",\"I7xjqg\":\"Type d'arrière-plan\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Adresse de facturation\",\"/xC/im\":\"Paramètres de facturation\",\"rp/zaT\":\"Portugais brésilien\",\"whqocw\":\"En vous inscrivant, vous acceptez nos <0>Conditions d'utilisation et notre <1>Politique de confidentialité.\",\"bcCn6r\":\"Type de calcul\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Annuler\",\"Gjt/py\":\"Annuler le changement d'e-mail\",\"tVJk4q\":\"Annuler la commande\",\"Os6n2a\":\"annuler la commande\",\"Mz7Ygx\":[\"Annuler la commande \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Annulé\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Capacité\",\"V6Q5RZ\":\"Affectation de Capacité créée avec succès\",\"k5p8dz\":\"Affectation de Capacité supprimée avec succès\",\"nDBs04\":\"Gestion de capacité\",\"ddha3c\":\"Les catégories vous permettent de regrouper des produits ensemble. Par exemple, vous pouvez avoir une catégorie pour \\\"Billets\\\" et une autre pour \\\"Marchandise\\\".\",\"iS0wAT\":\"Les catégories vous aident à organiser vos produits. Ce titre sera affiché sur la page publique de l'événement.\",\"eorM7z\":\"Catégories réorganisées avec succès.\",\"3EXqwa\":\"Catégorie créée avec succès\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Changer le mot de passe\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Enregistrer \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Enregistrer et marquer la commande comme payée\",\"QYLpB4\":\"Enregistrement uniquement\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Découvrez cet événement !\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Liste de pointage supprimée avec succès\",\"+hBhWk\":\"La liste de pointage a expiré\",\"mBsBHq\":\"La liste de pointage n'est pas active\",\"vPqpQG\":\"Liste de pointage non trouvée\",\"tejfAy\":\"Listes de pointage\",\"hD1ocH\":\"URL de pointage copiée dans le presse-papiers\",\"CNafaC\":\"Les options de case à cocher permettent plusieurs sélections\",\"SpabVf\":\"Cases à cocher\",\"CRu4lK\":\"Enregistré\",\"znIg+z\":\"Paiement\",\"1WnhCL\":\"Paramètres de paiement\",\"6imsQS\":\"Chinois simplifié\",\"JjkX4+\":\"Choisissez une couleur pour votre arrière-plan\",\"/Jizh9\":\"Choisissez un compte\",\"3wV73y\":\"Ville\",\"FG98gC\":\"Effacer le texte de recherche\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Cliquez pour copier\",\"yz7wBu\":\"Fermer\",\"62Ciis\":\"Fermer la barre latérale\",\"EWPtMO\":\"Code\",\"ercTDX\":\"Le code doit comporter entre 3 et 50 caractères\",\"oqr9HB\":\"Réduire ce produit lorsque la page de l'événement est initialement chargée\",\"jZlrte\":\"Couleur\",\"Vd+LC3\":\"La couleur doit être un code couleur hexadécimal valide. Exemple\xA0: #ffffff\",\"1HfW/F\":\"Couleurs\",\"VZeG/A\":\"À venir\",\"yPI7n9\":\"Mots-clés séparés par des virgules qui décrivent l'événement. Ceux-ci seront utilisés par les moteurs de recherche pour aider à catégoriser et indexer l'événement.\",\"NPZqBL\":\"Complétez la commande\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Paiement complet\",\"qqWcBV\":\"Complété\",\"6HK5Ct\":\"Commandes terminées\",\"NWVRtl\":\"Commandes terminées\",\"DwF9eH\":\"Code du composant\",\"Tf55h7\":\"Réduction configurée\",\"7VpPHA\":\"Confirmer\",\"ZaEJZM\":\"Confirmer le changement d'e-mail\",\"yjkELF\":\"Confirmer le nouveau mot de passe\",\"xnWESi\":\"Confirmez le mot de passe\",\"p2/GCq\":\"Confirmez le mot de passe\",\"wnDgGj\":\"Confirmation de l'adresse e-mail...\",\"pbAk7a\":\"Connecter la bande\",\"UMGQOh\":\"Connectez-vous avec Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Détails de connexion\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Continuer\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Texte du bouton Continuer\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Copié\",\"T5rdis\":\"copié dans le presse-papier\",\"he3ygx\":\"Copie\",\"r2B2P8\":\"Copier l'URL de pointage\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Copier le lien\",\"E6nRW7\":\"Copier le lien\",\"JNCzPW\":\"Pays\",\"IF7RiR\":\"Couverture\",\"hYgDIe\":\"Créer\",\"b9XOHo\":[\"Créer \",[\"0\"]],\"k9RiLi\":\"Créer un produit\",\"6kdXbW\":\"Créer un code promotionnel\",\"n5pRtF\":\"Créer un billet\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"créer un organisateur\",\"ipP6Ue\":\"Créer un participant\",\"VwdqVy\":\"Créer une Affectation de Capacité\",\"EwoMtl\":\"Créer une catégorie\",\"XletzW\":\"Créer une catégorie\",\"WVbTwK\":\"Créer une liste de pointage\",\"uN355O\":\"Créer un évènement\",\"BOqY23\":\"Créer un nouveau\",\"kpJAeS\":\"Créer un organisateur\",\"a0EjD+\":\"Créer un produit\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Créer un code promotionnel\",\"B3Mkdt\":\"Créer une question\",\"UKfi21\":\"Créer une taxe ou des frais\",\"d+F6q9\":\"Créé\",\"Q2lUR2\":\"Devise\",\"DCKkhU\":\"Mot de passe actuel\",\"uIElGP\":\"URL des cartes personnalisées\",\"UEqXyt\":\"Plage personnalisée\",\"876pfE\":\"Client\",\"QOg2Sf\":\"Personnaliser les paramètres de courrier électronique et de notification pour cet événement\",\"Y9Z/vP\":\"Personnalisez la page d'accueil de l'événement et la messagerie de paiement\",\"2E2O5H\":\"Personnaliser les divers paramètres de cet événement\",\"iJhSxe\":\"Personnalisez les paramètres SEO pour cet événement\",\"KIhhpi\":\"Personnalisez votre page d'événement\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Zone dangereuse\",\"ZQKLI1\":\"Zone de Danger\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"Date\",\"JvUngl\":\"Date et heure\",\"JJhRbH\":\"Capacité du premier jour\",\"cnGeoo\":\"Supprimer\",\"jRJZxD\":\"Supprimer la Capacité\",\"VskHIx\":\"Supprimer la catégorie\",\"Qrc8RZ\":\"Supprimer la liste de pointage\",\"WHf154\":\"Supprimer le code\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Description\",\"YC3oXa\":\"Description pour le personnel de pointage\",\"URmyfc\":\"Détails\",\"1lRT3t\":\"Désactiver cette capacité suivra les ventes mais ne les arrêtera pas lorsque la limite sera atteinte\",\"H6Ma8Z\":\"Rabais\",\"ypJ62C\":\"Rabais %\",\"3LtiBI\":[\"Remise en \",[\"0\"]],\"C8JLas\":\"Type de remise\",\"1QfxQT\":\"Dismiss\",\"DZlSLn\":\"Étiquette du document\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Télécharger .ics\",\"kodV18\":\"Télécharger CSV\",\"CELKku\":\"Télécharger la facture\",\"LQrXcu\":\"Télécharger la facture\",\"QIodqd\":\"Télécharger le code QR\",\"yhjU+j\":\"Téléchargement de la facture\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Sélection déroulante\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Dupliquer l'événement\",\"3ogkAk\":\"Dupliquer l'événement\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Options de duplication\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Lève tôt\",\"ePK91l\":\"Modifier\",\"N6j2JH\":[\"Modifier \",[\"0\"]],\"kBkYSa\":\"Modifier la Capacité\",\"oHE9JT\":\"Modifier l'Affectation de Capacité\",\"j1Jl7s\":\"Modifier la catégorie\",\"FU1gvP\":\"Modifier la liste de pointage\",\"iFgaVN\":\"Modifier le code\",\"jrBSO1\":\"Modifier l'organisateur\",\"tdD/QN\":\"Modifier le produit\",\"n143Tq\":\"Modifier la catégorie de produit\",\"9BdS63\":\"Modifier le code promotionnel\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Modifier la question\",\"poTr35\":\"Modifier l'utilisateur\",\"GTOcxw\":\"Modifier l'utilisateur\",\"pqFrv2\":\"par exemple. 2,50 pour 2,50$\",\"3yiej1\":\"par exemple. 23,5 pour 23,5%\",\"O3oNi5\":\"E-mail\",\"VxYKoK\":\"Paramètres de courrier électronique et de notification\",\"ATGYL1\":\"Adresse e-mail\",\"hzKQCy\":\"Adresse e-mail\",\"HqP6Qf\":\"Changement d'e-mail annulé avec succès\",\"mISwW1\":\"Changement d'e-mail en attente\",\"APuxIE\":\"E-mail de confirmation renvoyé\",\"YaCgdO\":\"E-mail de confirmation renvoyé avec succès\",\"jyt+cx\":\"Message de pied de page de l'e-mail\",\"I6F3cp\":\"E-mail non vérifié\",\"NTZ/NX\":\"Code d'intégration\",\"4rnJq4\":\"Script d'intégration\",\"8oPbg1\":\"Activer la facturation\",\"j6w7d/\":\"Activer cette capacité pour arrêter les ventes de produits lorsque la limite est atteinte\",\"VFv2ZC\":\"Date de fin\",\"237hSL\":\"Terminé\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Anglais\",\"MhVoma\":\"Saisissez un montant hors taxes et frais.\",\"SlfejT\":\"Erreur\",\"3Z223G\":\"Erreur lors de la confirmation de l'adresse e-mail\",\"a6gga1\":\"Erreur lors de la confirmation du changement d'adresse e-mail\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Événement\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Date de l'Événement\",\"0Zptey\":\"Valeurs par défaut des événements\",\"QcCPs8\":\"Détails de l'événement\",\"6fuA9p\":\"Événement dupliqué avec succès\",\"AEuj2m\":\"Page d'accueil de l'événement\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Lieu de l'événement et détails du lieu\",\"OopDbA\":\"Event page\",\"4/If97\":\"La mise à jour du statut de l'événement a échoué. Veuillez réessayer plus tard\",\"btxLWj\":\"Statut de l'événement mis à jour\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Événements\",\"sZg7s1\":\"Date d'expiration\",\"KnN1Tu\":\"Expire\",\"uaSvqt\":\"Date d'expiration\",\"GS+Mus\":\"Exporter\",\"9xAp/j\":\"Échec de l'annulation du participant\",\"ZpieFv\":\"Échec de l'annulation de la commande\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Échec du téléchargement de la facture. Veuillez réessayer.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Échec du chargement de la liste de pointage\",\"ZQ15eN\":\"Échec du renvoi de l'e-mail du ticket\",\"ejXy+D\":\"Échec du tri des produits\",\"PLUB/s\":\"Frais\",\"/mfICu\":\"Frais\",\"LyFC7X\":\"Filtrer les commandes\",\"cSev+j\":\"Filtres\",\"CVw2MU\":[\"Filtres (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Premier numéro de facture\",\"V1EGGU\":\"Prénom\",\"kODvZJ\":\"Prénom\",\"S+tm06\":\"Le prénom doit comporter entre 1 et 50 caractères\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Première utilisation\",\"TpqW74\":\"Fixé\",\"irpUxR\":\"Montant fixé\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Mot de passe oublié?\",\"2POOFK\":\"Gratuit\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Français\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Allemand\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Revenir au profil\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Agenda\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Ventes brutes\",\"yRg26W\":\"Ventes brutes\",\"R4r4XO\":\"Invités\",\"26pGvx\":\"Avez vous un code de réduction?\",\"V7yhws\":\"bonjour@awesome-events.com\",\"6K/IHl\":\"Voici un exemple d'utilisation du composant dans votre application.\",\"Y1SSqh\":\"Voici le composant React que vous pouvez utiliser pour intégrer le widget dans votre application.\",\"QuhVpV\":[\"Salut \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Caché à la vue du public\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Les questions masquées ne sont visibles que par l'organisateur de l'événement et non par le client.\",\"vLyv1R\":\"Cacher\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Masquer le produit après la date de fin de vente\",\"06s3w3\":\"Masquer le produit avant la date de début de vente\",\"axVMjA\":\"Masquer le produit sauf si l'utilisateur a un code promo applicable\",\"ySQGHV\":\"Masquer le produit lorsqu'il est épuisé\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Masquer ce produit des clients\",\"Da29Y6\":\"Cacher cette question\",\"fvDQhr\":\"Masquer ce niveau aux utilisateurs\",\"lNipG+\":\"Masquer un produit empêchera les utilisateurs de le voir sur la page de l'événement.\",\"ZOBwQn\":\"Conception de la page d'accueil\",\"PRuBTd\":\"Concepteur de page d'accueil\",\"YjVNGZ\":\"Aperçu de la page d'accueil\",\"c3E/kw\":\"Homère\",\"8k8Njd\":\"De combien de minutes le client dispose pour finaliser sa commande. Nous recommandons au moins 15 minutes\",\"ySxKZe\":\"Combien de fois ce code peut-il être utilisé ?\",\"dZsDbK\":[\"Limite de caractères HTML dépassé: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://exemple-maps-service.com/...\",\"uOXLV3\":\"J'accepte les <0>termes et conditions\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Si activé, le personnel d'enregistrement peut marquer les participants comme enregistrés ou marquer la commande comme payée et enregistrer les participants. Si désactivé, les participants associés à des commandes impayées ne peuvent pas être enregistrés.\",\"muXhGi\":\"Si activé, l'organisateur recevra une notification par e-mail lorsqu'une nouvelle commande sera passée\",\"6fLyj/\":\"Si vous n'avez pas demandé ce changement, veuillez immédiatement modifier votre mot de passe.\",\"n/ZDCz\":\"Image supprimée avec succès\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Image téléchargée avec succès\",\"VyUuZb\":\"URL de l'image\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inactif\",\"T0K0yl\":\"Les utilisateurs inactifs ne peuvent pas se connecter.\",\"kO44sp\":\"Incluez les détails de connexion pour votre événement en ligne. Ces détails seront affichés sur la page récapitulative de la commande et sur le billet du participant.\",\"FlQKnG\":\"Inclure les taxes et les frais dans le prix\",\"Vi+BiW\":[\"Comprend \",[\"0\"],\" produits\"],\"lpm0+y\":\"Comprend 1 produit\",\"UiAk5P\":\"Insérer une image\",\"OyLdaz\":\"Invitation renvoyée\xA0!\",\"HE6KcK\":\"Invitation révoquée\xA0!\",\"SQKPvQ\":\"Inviter un utilisateur\",\"bKOYkd\":\"Facture téléchargée avec succès\",\"alD1+n\":\"Notes de facture\",\"kOtCs2\":\"Numérotation des factures\",\"UZ2GSZ\":\"Paramètres de facturation\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Article\",\"KFXip/\":\"John\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Étiquette\",\"vXIe7J\":\"Langue\",\"2LMsOq\":\"12 derniers mois\",\"vfe90m\":\"14 derniers jours\",\"aK4uBd\":\"Dernières 24 heures\",\"uq2BmQ\":\"30 derniers jours\",\"bB6Ram\":\"Dernières 48 heures\",\"VlnB7s\":\"6 derniers mois\",\"ct2SYD\":\"7 derniers jours\",\"XgOuA7\":\"90 derniers jours\",\"I3yitW\":\"Dernière connexion\",\"1ZaQUH\":\"Nom de famille\",\"UXBCwc\":\"Nom de famille\",\"tKCBU0\":\"Dernière utilisation\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Laisser vide pour utiliser le mot par défaut \\\"Facture\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Chargement...\",\"wJijgU\":\"Emplacement\",\"sQia9P\":\"Se connecter\",\"zUDyah\":\"Se connecter\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Se déconnecter\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Rendre l'adresse de facturation obligatoire lors du paiement\",\"MU3ijv\":\"Rendre cette question obligatoire\",\"wckWOP\":\"Gérer\",\"onpJrA\":\"Gérer le participant\",\"n4SpU5\":\"Gérer l'événement\",\"WVgSTy\":\"Gérer la commande\",\"1MAvUY\":\"Gérer les paramètres de paiement et de facturation pour cet événement.\",\"cQrNR3\":\"Gérer le profil\",\"AtXtSw\":\"Gérer les taxes et les frais qui peuvent être appliqués à vos produits\",\"ophZVW\":\"Gérer les billets\",\"DdHfeW\":\"Gérez les détails de votre compte et les paramètres par défaut\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Gérez vos utilisateurs et leurs autorisations\",\"1m+YT2\":\"Il faut répondre aux questions obligatoires avant que le client puisse passer à la caisse.\",\"Dim4LO\":\"Ajouter manuellement un participant\",\"e4KdjJ\":\"Ajouter manuellement un participant\",\"vFjEnF\":\"Marquer comme payé\",\"g9dPPQ\":\"Maximum par commande\",\"l5OcwO\":\"Message au participant\",\"Gv5AMu\":\"Message aux participants\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Message à l'acheteur\",\"tNZzFb\":\"Contenu du message\",\"lYDV/s\":\"Envoyer un message à des participants individuels\",\"V7DYWd\":\"Message envoyé\",\"t7TeQU\":\"messages\",\"xFRMlO\":\"Minimum par commande\",\"QYcUEf\":\"Prix minimum\",\"RDie0n\":\"Divers\",\"mYLhkl\":\"Paramètres divers\",\"KYveV8\":\"Zone de texte multiligne\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Mon incroyable description d'événement...\",\"vX8/tc\":\"Mon incroyable titre d'événement...\",\"hKtWk2\":\"Mon profil\",\"fj5byd\":\"N/A\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Nom\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Accédez au participant\",\"qqeAJM\":\"Jamais\",\"7vhWI8\":\"nouveau mot de passe\",\"1UzENP\":\"Non\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Aucun événement archivé à afficher.\",\"q2LEDV\":\"Aucun invité trouvé pour cette commande.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Aucun participant à afficher\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Aucune Affectation de Capacité\",\"a/gMx2\":\"Pas de listes de pointage\",\"tMFDem\":\"Aucune donnée disponible\",\"6Z/F61\":\"Aucune donnée à afficher. Veuillez sélectionner une plage de dates\",\"fFeCKc\":\"Pas de rabais\",\"HFucK5\":\"Aucun événement terminé à afficher.\",\"yAlJXG\":\"Aucun événement à afficher\",\"GqvPcv\":\"Aucun filtre disponible\",\"KPWxKD\":\"Aucun message à afficher\",\"J2LkP8\":\"Aucune commande à afficher\",\"RBXXtB\":\"Aucune méthode de paiement n'est actuellement disponible. Veuillez contacter l'organisateur de l'événement pour obtenir de l'aide.\",\"ZWEfBE\":\"Aucun paiement requis\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Aucun produit disponible dans cette catégorie.\",\"FTfObB\":\"Pas encore de produits\",\"+Y976X\":\"Aucun code promotionnel à afficher\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Aucun résultat\",\"gk5uwN\":\"Aucun résultat de recherche\",\"RHyZUL\":\"Aucun résultat trouvé.\",\"RY2eP1\":\"Aucune taxe ou frais n'a été ajouté.\",\"EdQY6l\":\"Aucun\",\"OJx3wK\":\"Pas disponible\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Notes\",\"jtrY3S\":\"Rien à montrer pour le moment\",\"hFwWnI\":\"Paramètres de notification\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Informer l'organisateur des nouvelles commandes\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Nombre de jours autorisés pour le paiement (laisser vide pour omettre les conditions de paiement sur les factures)\",\"n86jmj\":\"Préfixe de numéro\",\"mwe+2z\":\"Les commandes hors ligne ne sont pas reflétées dans les statistiques de l'événement tant que la commande n'est pas marquée comme payée.\",\"dWBrJX\":\"Le paiement hors ligne a échoué. Veuillez réessayer ou contacter l'organisateur de l'événement.\",\"fcnqjw\":\"Instructions de Paiement Hors Ligne\",\"+eZ7dp\":\"Paiements hors ligne\",\"ojDQlR\":\"Informations sur les paiements hors ligne\",\"u5oO/W\":\"Paramètres des paiements hors ligne\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"En vente\",\"Ug4SfW\":\"Une fois que vous avez créé un événement, vous le verrez ici.\",\"ZxnK5C\":\"Une fois que vous commencerez à collecter des données, elles apparaîtront ici.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"En cours\",\"z+nuVJ\":\"Online event\",\"WKHW0N\":\"Détails de l'événement en ligne\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Ouvrir la Page d'Enregistrement\",\"OdnLE4\":\"Ouvrir la barre latérale\",\"ZZEYpT\":[\"Option\xA0\",[\"i\"]],\"oPknTP\":\"Informations supplémentaires optionnelles à apparaître sur toutes les factures (par exemple, conditions de paiement, frais de retard, politique de retour)\",\"OrXJBY\":\"Préfixe optionnel pour les numéros de facture (par exemple, INV-)\",\"0zpgxV\":\"Possibilités\",\"BzEFor\":\"ou\",\"UYUgdb\":\"Commande\",\"mm+eaX\":\"Order #\",\"B3gPuX\":\"Commande annulée\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Date de commande\",\"Tol4BF\":\"détails de la commande\",\"WbImlQ\":\"La commande a été annulée et le propriétaire de la commande a été informé.\",\"nAn4Oe\":\"Commande marquée comme payée\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Référence de l'achat\",\"acIJ41\":\"Statut de la commande\",\"GX6dZv\":\"Récapitulatif de la commande\",\"tDTq0D\":\"Délai d'expiration de la commande\",\"1h+RBg\":\"Commandes\",\"3y+V4p\":\"Adresse de l'organisation\",\"GVcaW6\":\"Détails de l'organisation\",\"nfnm9D\":\"Nom de l'organisation\",\"G5RhpL\":\"Organisateur\",\"mYygCM\":\"Un organisateur est requis\",\"Pa6G7v\":\"Nom de l'organisateur\",\"l894xP\":\"Les organisateurs ne peuvent gérer que les événements et les produits. Ils ne peuvent pas gérer les utilisateurs, les paramètres du compte ou les informations de facturation.\",\"fdjq4c\":\"Marge intérieure\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Page non trouvée\",\"QbrUIo\":\"Pages vues\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"payé\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Partiellement remboursé\",\"8ZsakT\":\"Mot de passe\",\"TUJAyx\":\"Le mot de passe doit contenir au minimum 8 caractères\",\"vwGkYB\":\"Mot de passe doit être d'au moins 8 caractères\",\"BLTZ42\":\"Le mot de passe a été réinitialisé avec succès. Veuillez vous connecter avec votre nouveau mot de passe.\",\"f7SUun\":\"les mots de passe ne sont pas les mêmes\",\"aEDp5C\":\"Collez ceci où vous souhaitez que le widget apparaisse.\",\"+23bI/\":\"Patrick\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Paiement\",\"Lg+ewC\":\"Paiement et facturation\",\"DZjk8u\":\"Paramètres de paiement et de facturation\",\"lflimf\":\"Délai de paiement\",\"JhtZAK\":\"Paiement échoué\",\"JEdsvQ\":\"Instructions de paiement\",\"bLB3MJ\":\"Méthodes de paiement\",\"QzmQBG\":\"Fournisseur de paiement\",\"lsxOPC\":\"Paiement reçu\",\"wJTzyi\":\"Statut du paiement\",\"xgav5v\":\"Paiement réussi\xA0!\",\"R29lO5\":\"Conditions de paiement\",\"/roQKz\":\"Pourcentage\",\"vPJ1FI\":\"Montant en pourcentage\",\"xdA9ud\":\"Placez ceci dans le de votre site web.\",\"blK94r\":\"Veuillez ajouter au moins une option\",\"FJ9Yat\":\"Veuillez vérifier que les informations fournies sont correctes\",\"TkQVup\":\"Veuillez vérifier votre e-mail et votre mot de passe et réessayer\",\"sMiGXD\":\"Veuillez vérifier que votre email est valide\",\"Ajavq0\":\"Veuillez vérifier votre courrier électronique pour confirmer votre adresse e-mail\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Veuillez continuer dans le nouvel onglet\",\"hcX103\":\"Veuillez créer un produit\",\"cdR8d6\":\"Veuillez créer un billet\",\"x2mjl4\":\"Veuillez entrer une URL d'image valide qui pointe vers une image.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Veuillez noter\",\"C63rRe\":\"Veuillez retourner sur la page de l'événement pour recommencer.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Veuillez sélectionner au moins un produit\",\"igBrCH\":\"Veuillez vérifier votre adresse e-mail pour accéder à toutes les fonctionnalités\",\"/IzmnP\":\"Veuillez patienter pendant que nous préparons votre facture...\",\"MOERNx\":\"Portugais\",\"qCJyMx\":\"Message après le paiement\",\"g2UNkE\":\"Propulsé par\",\"Rs7IQv\":\"Message de pré-commande\",\"rdUucN\":\"Aperçu\",\"a7u1N9\":\"Prix\",\"CmoB9j\":\"Mode d'affichage des prix\",\"BI7D9d\":\"Prix non défini\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Couleur primaire\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Couleur du texte primaire\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Imprimer tous les billets\",\"DKwDdj\":\"Imprimer les billets\",\"K47k8R\":\"Produit\",\"1JwlHk\":\"Catégorie de produit\",\"U61sAj\":\"Catégorie de produit mise à jour avec succès.\",\"1USFWA\":\"Produit supprimé avec succès\",\"4Y2FZT\":\"Type de prix du produit\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Ventes de produits\",\"U/R4Ng\":\"Niveau de produit\",\"sJsr1h\":\"Type de produit\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Produit(s)\",\"N0qXpE\":\"Produits\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Produits vendus\",\"/u4DIx\":\"Produits vendus\",\"DJQEZc\":\"Produits triés avec succès\",\"vERlcd\":\"Profil\",\"kUlL8W\":\"Mise à jour du profil réussie\",\"cl5WYc\":[\"Code promotionnel \",[\"promo_code\"],\" appliqué\"],\"P5sgAk\":\"Code promo\",\"yKWfjC\":\"Page des codes promotionnels\",\"RVb8Fo\":\"Codes promo\",\"BZ9GWa\":\"Les codes promotionnels peuvent être utilisés pour offrir des réductions, un accès en prévente ou fournir un accès spécial à votre événement.\",\"OP094m\":\"Rapport des codes promo\",\"4kyDD5\":\"Fournissez un contexte ou des instructions supplémentaires pour cette question. Utilisez ce champ pour ajouter des conditions\\ngénérales, des directives ou toute information importante que les participants doivent connaître avant de répondre.\",\"toutGW\":\"Code QR\",\"LkMOWF\":\"Quantité disponible\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Question supprimée\",\"avf0gk\":\"Description de la question\",\"oQvMPn\":\"Titre de question\",\"enzGAL\":\"Des questions\",\"ROv2ZT\":\"Questions et réponses\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Option radio\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Destinataire\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Remboursement échoué\",\"n10yGu\":\"Commande de remboursement\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Remboursement en attente\",\"xHpVRl\":\"Statut du remboursement\",\"/BI0y9\":\"Remboursé\",\"fgLNSM\":\"S'inscrire\",\"9+8Vez\":\"Utilisations restantes\",\"tasfos\":\"retirer\",\"t/YqKh\":\"Retirer\",\"t9yxlZ\":\"Rapports\",\"prZGMe\":\"Adresse de facturation requise\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Renvoyer l'e-mail de confirmation\",\"wIa8Qe\":\"Renvoyer l'invitation\",\"VeKsnD\":\"Renvoyer l'e-mail de commande\",\"dFuEhO\":\"Renvoyer l'e-mail du billet\",\"o6+Y6d\":\"Renvoi...\",\"OfhWJH\":\"Réinitialiser\",\"RfwZxd\":\"Réinitialiser le mot de passe\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Restaurer l'événement\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Retourner à la page de l'événement\",\"8YBH95\":\"Revenu\",\"PO/sOY\":\"Révoquer l'invitation\",\"GDvlUT\":\"Rôle\",\"ELa4O9\":\"Date de fin de vente\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Date de début de la vente\",\"hBsw5C\":\"Ventes terminées\",\"kpAzPe\":\"Début des ventes\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Sauvegarder\",\"IUwGEM\":\"Sauvegarder les modifications\",\"U65fiW\":\"Enregistrer l'organisateur\",\"UGT5vp\":\"Enregistrer les paramètres\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Recherchez par nom de participant, e-mail ou numéro de commande...\",\"+pr/FY\":\"Rechercher par nom d'événement...\",\"3zRbWw\":\"Recherchez par nom, e-mail ou numéro de commande...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Rechercher par nom...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Rechercher des affectations de capacité...\",\"r9M1hc\":\"Rechercher des listes de pointage...\",\"+0Yy2U\":\"Rechercher des produits\",\"YIix5Y\":\"Recherche...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Couleur secondaire\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Couleur du texte secondaire\",\"02ePaq\":[\"Sélectionner \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Sélectionner une catégorie...\",\"kWI/37\":\"Sélectionnez l'organisateur\",\"ixIx1f\":\"Sélectionner le produit\",\"3oSV95\":\"Sélectionner le niveau de produit\",\"C4Y1hA\":\"Sélectionner des produits\",\"hAjDQy\":\"Sélectionnez le statut\",\"QYARw/\":\"Sélectionnez un billet\",\"OMX4tH\":\"Sélectionner des billets\",\"DrwwNd\":\"Sélectionnez la période\",\"O/7I0o\":\"Sélectionner...\",\"JlFcis\":\"Envoyer\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Envoyer un message\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Envoyer un Message\",\"D7ZemV\":\"Envoyer la confirmation de commande et l'e-mail du ticket\",\"v1rRtW\":\"Envoyer le test\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"Descriptif SEO\",\"/SIY6o\":\"Mots-clés SEO\",\"GfWoKv\":\"Paramètres de référencement\",\"rXngLf\":\"Titre SEO\",\"/jZOZa\":\"Frais de service\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Définir le numéro de départ pour la numérotation des factures. Cela ne peut pas être modifié une fois que les factures ont été générées.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Paramètres\",\"Z8lGw6\":\"Partager\",\"B2V3cA\":\"Partager l'événement\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Show\",\"V0SbFp\":\"Afficher la quantité de produit disponible\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Montre plus\",\"izwOOD\":\"Afficher les taxes et les frais séparément\",\"1SbbH8\":\"Affiché au client après son paiement, sur la page récapitulative de la commande.\",\"YfHZv0\":\"Montré au client avant son paiement\",\"CBBcly\":\"Affiche les champs d'adresse courants, y compris le pays\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Zone de texte sur une seule ligne\",\"+P0Cn2\":\"Passer cette étape\",\"YSEnLE\":\"Forgeron\",\"lgFfeO\":\"Épuisé\",\"Mi1rVn\":\"Épuisé\",\"nwtY4N\":\"Une erreur s'est produite\",\"GRChTw\":\"Une erreur s'est produite lors de la suppression de la taxe ou des frais\",\"YHFrbe\":\"Quelque chose s'est mal passé\xA0! Veuillez réessayer\",\"kf83Ld\":\"Quelque chose s'est mal passé.\",\"fWsBTs\":\"Quelque chose s'est mal passé. Veuillez réessayer.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Désolé, ce code promo n'est pas reconnu\",\"65A04M\":\"Espagnol\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Date de début\",\"/2by1f\":\"État ou région\",\"uAQUqI\":\"Statut\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Les paiements Stripe ne sont pas activés pour cet événement.\",\"UJmAAK\":\"Sujet\",\"X2rrlw\":\"Total\",\"zzDlyQ\":\"Succès\",\"b0HJ45\":[\"Succès! \",[\"0\"],\" recevra un e-mail sous peu.\"],\"BJIEiF\":[[\"0\"],\" participant a réussi\"],\"OtgNFx\":\"Adresse e-mail confirmée avec succès\",\"IKwyaF\":\"Changement d'e-mail confirmé avec succès\",\"zLmvhE\":\"Participant créé avec succès\",\"gP22tw\":\"Produit créé avec succès\",\"9mZEgt\":\"Code promotionnel créé avec succès\",\"aIA9C4\":\"Question créée avec succès\",\"J3RJSZ\":\"Participant mis à jour avec succès\",\"3suLF0\":\"Affectation de Capacité mise à jour avec succès\",\"Z+rnth\":\"Liste de pointage mise à jour avec succès\",\"vzJenu\":\"Paramètres de messagerie mis à jour avec succès\",\"7kOMfV\":\"Événement mis à jour avec succès\",\"G0KW+e\":\"Conception de la page d'accueil mise à jour avec succès\",\"k9m6/E\":\"Paramètres de la page d'accueil mis à jour avec succès\",\"y/NR6s\":\"Emplacement mis à jour avec succès\",\"73nxDO\":\"Paramètres divers mis à jour avec succès\",\"4H80qv\":\"Commande mise à jour avec succès\",\"6xCBVN\":\"Paramètres de paiement et de facturation mis à jour avec succès\",\"1Ycaad\":\"Produit mis à jour avec succès\",\"70dYC8\":\"Code promotionnel mis à jour avec succès\",\"F+pJnL\":\"Paramètres de référencement mis à jour avec succès\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"E-mail d'assistance\",\"uRfugr\":\"T-shirt\",\"JpohL9\":\"Taxe\",\"geUFpZ\":\"Taxes et frais\",\"dFHcIn\":\"Détails fiscaux\",\"wQzCPX\":\"Informations fiscales à apparaître en bas de toutes les factures (par exemple, numéro de TVA, enregistrement fiscal)\",\"0RXCDo\":\"Taxe ou frais supprimés avec succès\",\"ZowkxF\":\"Taxes\",\"qu6/03\":\"Taxes et frais\",\"gypigA\":\"Ce code promotionnel n'est pas valide\",\"5ShqeM\":\"La liste de pointage que vous recherchez n'existe pas.\",\"QXlz+n\":\"La devise par défaut de vos événements.\",\"mnafgQ\":\"Le fuseau horaire par défaut pour vos événements.\",\"o7s5FA\":\"La langue dans laquelle le participant recevra ses courriels.\",\"NlfnUd\":\"Le lien sur lequel vous avez cliqué n'est pas valide.\",\"HsFnrk\":[\"Le nombre maximum de produits pour \",[\"0\"],\" est \",[\"1\"]],\"TSAiPM\":\"La page que vous recherchez n'existe pas\",\"MSmKHn\":\"Le prix affiché au client comprendra les taxes et frais.\",\"6zQOg1\":\"Le prix affiché au client ne comprendra pas les taxes et frais. Ils seront présentés séparément\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Le titre de l'événement qui sera affiché dans les résultats des moteurs de recherche et lors du partage sur les réseaux sociaux. Par défaut, le titre de l'événement sera utilisé\",\"wDx3FF\":\"Il n'y a pas de produits disponibles pour cet événement\",\"pNgdBv\":\"Il n'y a pas de produits disponibles dans cette catégorie\",\"rMcHYt\":\"Un remboursement est en attente. Veuillez attendre qu'il soit terminé avant de demander un autre remboursement.\",\"F89D36\":\"Une erreur est survenue lors du marquage de la commande comme payée\",\"68Axnm\":\"Il y a eu une erreur lors du traitement de votre demande. Veuillez réessayer.\",\"mVKOW6\":\"Une erreur est survenue lors de l'envoi de votre message\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Ce participant a une commande impayée.\",\"mf3FrP\":\"Cette catégorie n'a pas encore de produits.\",\"8QH2Il\":\"Cette catégorie est masquée de la vue publique\",\"xxv3BZ\":\"Cette liste de pointage a expiré\",\"Sa7w7S\":\"Cette liste de pointage a expiré et n'est plus disponible pour les enregistrements.\",\"Uicx2U\":\"Cette liste de pointage est active\",\"1k0Mp4\":\"Cette liste de pointage n'est pas encore active\",\"K6fmBI\":\"Cette liste de pointage n'est pas encore active et n'est pas disponible pour les enregistrements.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Ces informations seront affichées sur la page de paiement, la page de résumé de commande et l'e-mail de confirmation de commande.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Ceci est un événement en ligne\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Ce message sera inclus dans le pied de page de tous les e-mails envoyés à partir de cet événement\",\"55i7Fa\":\"Ce message ne sera affiché que si la commande est terminée avec succès. Les commandes en attente de paiement n'afficheront pas ce message.\",\"RjwlZt\":\"Cette commande a déjà été payée.\",\"5K8REg\":\"Cette commande a déjà été remboursée.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Cette commande a été annulée.\",\"Q0zd4P\":\"Cette commande a expiré. Veuillez recommencer.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Cette commande est terminée.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Cette page de commande n'est plus disponible.\",\"i0TtkR\":\"Cela remplace tous les paramètres de visibilité et masquera le produit de tous les clients.\",\"cRRc+F\":\"Ce produit ne peut pas être supprimé car il est associé à une commande. Vous pouvez le masquer à la place.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Ce lien de réinitialisation du mot de passe est invalide ou a expiré.\",\"IV9xTT\":\"Cet utilisateur n'est pas actif car il n'a pas accepté son invitation.\",\"5AnPaO\":\"billet\",\"kjAL4v\":\"Billet\",\"dtGC3q\":\"L'e-mail du ticket a été renvoyé au participant\",\"54q0zp\":\"Billets pour\",\"xN9AhL\":[\"Niveau\xA0\",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Les produits à niveaux vous permettent de proposer plusieurs options de prix pour le même produit. C'est parfait pour les produits en prévente ou pour proposer différentes options de prix à différents groupes de personnes.\\\" # fr\",\"nn3mSR\":\"Temps restant :\",\"s/0RpH\":\"Temps utilisés\",\"y55eMd\":\"Nombre d'utilisations\",\"40Gx0U\":\"Fuseau horaire\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Titre\",\"xdA/+p\":\"Outils\",\"72c5Qo\":\"Total\",\"YXx+fG\":\"Total avant réductions\",\"NRWNfv\":\"Montant total de la réduction\",\"BxsfMK\":\"Total des frais\",\"2bR+8v\":\"Total des ventes brutes\",\"mpB/d9\":\"Montant total de la commande\",\"m3FM1g\":\"Total remboursé\",\"jEbkcB\":\"Total remboursé\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Total des taxes\",\"+zy2Nq\":\"Taper\",\"FMdMfZ\":\"Impossible d'enregistrer le participant\",\"bPWBLL\":\"Impossible de sortir le participant\",\"9+P7zk\":\"Impossible de créer le produit. Veuillez vérifier vos détails\",\"WLxtFC\":\"Impossible de créer le produit. Veuillez vérifier vos détails\",\"/cSMqv\":\"Impossible de créer une question. Veuillez vérifier vos coordonnées\",\"MH/lj8\":\"Impossible de mettre à jour la question. Veuillez vérifier vos coordonnées\",\"nnfSdK\":\"Clients uniques\",\"Mqy/Zy\":\"États-Unis\",\"NIuIk1\":\"Illimité\",\"/p9Fhq\":\"Disponible illimité\",\"E0q9qH\":\"Utilisations illimitées autorisées\",\"h10Wm5\":\"Commande impayée\",\"ia8YsC\":\"A venir\",\"TlEeFv\":\"Événements à venir\",\"L/gNNk\":[\"Mettre à jour \",[\"0\"]],\"+qqX74\":\"Mettre à jour le nom, la description et les dates de l'événement\",\"vXPSuB\":\"Mettre à jour le profil\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL copié dans le presse-papiers\",\"e5lF64\":\"Exemple d'utilisation\",\"fiV0xj\":\"Limite d'utilisation\",\"sGEOe4\":\"Utilisez une version floue de l'image de couverture comme arrière-plan\",\"OadMRm\":\"Utiliser l'image de couverture\",\"7PzzBU\":\"Utilisateur\",\"yDOdwQ\":\"Gestion des utilisateurs\",\"Sxm8rQ\":\"Utilisateurs\",\"VEsDvU\":\"Les utilisateurs peuvent modifier leur adresse e-mail dans <0>Paramètres du profil.\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"TVA\",\"E/9LUk\":\"nom de la place\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Voir les détails de l'invité\",\"/5PEQz\":\"Voir la page de l'événement\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Afficher sur Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"Liste de pointage VIP\",\"tF+VVr\":\"Billet VIP\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Nous n'avons pas pu traiter votre paiement. Veuillez réessayer ou contacter l'assistance.\",\"45Srzt\":\"Nous n'avons pas pu supprimer la catégorie. Veuillez réessayer.\",\"/DNy62\":[\"Nous n'avons trouvé aucun billet correspondant à \",[\"0\"]],\"1E0vyy\":\"Nous n'avons pas pu charger les données. Veuillez réessayer.\",\"NmpGKr\":\"Nous n'avons pas pu réorganiser les catégories. Veuillez réessayer.\",\"BJtMTd\":\"Nous recommandons des dimensions de 2\xA0160\xA0px sur 1\xA0080\xA0px et une taille de fichier maximale de 5\xA0Mo.\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Nous n'avons pas pu confirmer votre paiement. Veuillez réessayer ou contacter l'assistance.\",\"Gspam9\":\"Nous traitons votre commande. S'il vous plaît, attendez...\",\"LuY52w\":\"Bienvenue à bord! Merci de vous connecter pour continuer.\",\"dVxpp5\":[\"Bon retour\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Quels sont les produits par paliers ?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Qu'est-ce qu'une catégorie ?\",\"gxeWAU\":\"À quels produits ce code s'applique-t-il ?\",\"hFHnxR\":\"À quels produits ce code s'applique-t-il ? (S'applique à tous par défaut)\",\"AeejQi\":\"À quels produits cette capacité doit-elle s'appliquer ?\",\"Rb0XUE\":\"A quelle heure arriverez-vous ?\",\"5N4wLD\":\"De quel type de question s'agit-il ?\",\"gyLUYU\":\"Lorsque activé, des factures seront générées pour les commandes de billets. Les factures seront envoyées avec l'e-mail de confirmation de commande. Les participants peuvent également télécharger leurs factures depuis la page de confirmation de commande.\",\"D3opg4\":\"Lorsque les paiements hors ligne sont activés, les utilisateurs pourront finaliser leurs commandes et recevoir leurs billets. Leurs billets indiqueront clairement que la commande n'est pas payée, et l'outil d'enregistrement informera le personnel si une commande nécessite un paiement.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Quels billets doivent être associés à cette liste de pointage\xA0?\",\"S+OdxP\":\"Qui organise cet événement ?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"À qui faut-il poser cette question ?\",\"VxFvXQ\":\"Intégrer le widget\",\"v1P7Gm\":\"Paramètres du widget\",\"b4itZn\":\"Fonctionnement\",\"hqmXmc\":\"Fonctionnement...\",\"+G/XiQ\":\"Année à ce jour\",\"l75CjT\":\"Oui\",\"QcwyCh\":\"Oui, supprime-les\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Vous changez votre adresse e-mail en <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Vous êtes hors ligne\",\"sdB7+6\":\"Vous pouvez créer un code promo qui cible ce produit sur le\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Vous ne pouvez pas changer le type de produit car des invités y sont associés.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Vous ne pouvez pas enregistrer des participants avec des commandes impayées. Ce paramètre peut être modifié dans les paramètres de l'événement.\",\"c9Evkd\":\"Vous ne pouvez pas supprimer la dernière catégorie.\",\"6uwAvx\":\"Vous ne pouvez pas supprimer ce niveau de prix car des produits ont déjà été vendus pour ce niveau. Vous pouvez le masquer à la place.\",\"tFbRKJ\":\"Vous ne pouvez pas modifier le rôle ou le statut du propriétaire du compte.\",\"fHfiEo\":\"Vous ne pouvez pas rembourser une commande créée manuellement.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Vous avez accès à plusieurs comptes. Veuillez en choisir un pour continuer.\",\"Z6q0Vl\":\"Vous avez déjà accepté cette invitation. Merci de vous connecter pour continuer.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Vous n’avez aucun changement d’e-mail en attente.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Vous avez manqué de temps pour compléter votre commande.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Vous devez reconnaître que cet e-mail n'est pas promotionnel\",\"3ZI8IL\":\"Vous devez accepter les termes et conditions\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Vous devez créer un ticket avant de pouvoir ajouter manuellement un participant.\",\"jE4Z8R\":\"Vous devez avoir au moins un niveau de prix\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Vous devrez marquer une commande comme payée manuellement. Cela peut être fait sur la page de gestion des commandes.\",\"L/+xOk\":\"Vous aurez besoin d'un billet avant de pouvoir créer une liste de pointage.\",\"Djl45M\":\"Vous aurez besoin d'un produit avant de pouvoir créer une affectation de capacité.\",\"y3qNri\":\"Vous aurez besoin d'au moins un produit pour commencer. Gratuit, payant ou laissez l'utilisateur décider du montant à payer.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Le nom de votre compte est utilisé sur les pages d'événements et dans les e-mails.\",\"veessc\":\"Vos participants apparaîtront ici une fois qu’ils se seront inscrits à votre événement. Vous pouvez également ajouter manuellement des participants.\",\"Eh5Wrd\":\"Votre super site web 🎉\",\"lkMK2r\":\"Vos détails\",\"3ENYTQ\":[\"Votre demande de modification par e-mail en <0>\",[\"0\"],\" est en attente. S'il vous plaît vérifier votre e-mail pour confirmer\"],\"yZfBoy\":\"Votre message a été envoyé\",\"KSQ8An\":\"Votre commande\",\"Jwiilf\":\"Votre commande a été annulée\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Vos commandes apparaîtront ici une fois qu’elles commenceront à arriver.\",\"9TO8nT\":\"Votre mot de passe\",\"P8hBau\":\"Votre paiement est en cours de traitement.\",\"UdY1lL\":\"Votre paiement n'a pas abouti, veuillez réessayer.\",\"fzuM26\":\"Votre paiement a échoué. Veuillez réessayer.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Votre remboursement est en cours de traitement.\",\"IFHV2p\":\"Votre billet pour\",\"x1PPdr\":\"Code postal\",\"BM/KQm\":\"Code Postal\",\"+LtVBt\":\"Code postal\",\"25QDJ1\":\"- Cliquez pour publier\",\"WOyJmc\":\"- Cliquez pour dépublier\",\"ncwQad\":\"(vide)\",\"B/gRsg\":\"(none)\",\"wqtZLy\":[[\"0\"],\" (copie)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" est déjà enregistré\"],\"3beCx0\":[[\"0\"],\" <0>checked in\"],\"S4PqS9\":[[\"0\"],\" webhooks actifs\"],\"6MIiOI\":[[\"0\"],\" restant\"],\"COnw8D\":[\"Logo \",[\"0\"]],\"xG9N0H\":[[\"0\"],\" of \",[\"1\"],\" seats are taken.\"],\"B7pZfX\":[[\"0\"],\" organisateurs\"],\"/HkCs4\":[[\"0\"],\" billets\"],\"30bTiU\":[[\"activeCount\"],\" enabled\"],\"jTs4am\":[[\"appName\"],\" logo\"],\"gbJOk9\":[[\"attendeeCount\"],\" attendees are registered for this session.\"],\"TjbIUI\":[[\"availableCount\"],\" sur \",[\"totalCount\"],\" disponibles\"],\"PSChHo\":[[\"capacity\"],\" places restantes\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" checked in\"],\"RZ0JX3\":[[\"chipTime\"],\", complet\"],\"M4KnFs\":[[\"chipTime\"],\", Épuisé, liste d'attente disponible\"],\"SeyN12\":[[\"completedCount\"],\" of \",[\"totalCount\"],\" steps complete\"],\"wYzVwE\":[[\"count\"],\" add-ons\"],\"f2rhaD\":[[\"diffHr\"],\"h ago\"],\"NRSLBe\":[[\"diffMin\"],\"m ago\"],\"iYfwJE\":[[\"diffSec\"],\"s ago\"],\"OJnhhX\":[[\"eventCount\"],\" événements\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" more\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" attendees are registered across the affected sessions.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per order\"],\"RBuxIl\":[[\"productCount\"],\" ticket types configured\"],\"VFLd0I\":[[\"slotCount\"],\" times available\"],\"3IEF7U\":[[\"totalCount\"],\" types de billets\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" frais\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" frais et taxes\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" taxes\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 jour\",\"1d6kks\":\"+Taxes/Frais\",\"B1St2O\":\"<0>Les listes d'enregistrement vous aident à gérer l'entrée à l'événement par jour, zone ou type de billet. Vous pouvez lier des billets à des listes spécifiques telles que des zones VIP ou des pass Jour 1 et partager un lien d'enregistrement sécurisé avec le personnel. Aucun compte n'est requis. L'enregistrement fonctionne sur mobile, ordinateur ou tablette, en utilisant la caméra de l'appareil ou un scanner USB HID. \",\"v9VSIS\":\"<0>Définissez une limite de participation totale unique qui s'applique à plusieurs types de billets à la fois.<1>Par exemple, si vous liez un billet <2>Pass Journée et un billet <3>Week-end complet, ils utiliseront tous deux le même quota de places. Une fois la limite atteinte, tous les billets liés cessent automatiquement d'être vendus.\",\"Il5Uid\":\"<0>Il s'agit de la quantité totale disponible cumulée sur toutes les dates de votre planning — ce n'est pas une limite par date. Pour limiter le nombre de participants par date, définissez une capacité sur la <1>page Planning des dates.\",\"ZnVt5v\":\"<0>Les webhooks notifient instantanément les services externes lorsqu'un événement se produit, comme l'ajout d'un nouvel inscrit à votre CRM ou à votre liste de diffusion lors de l'inscription, garantissant une automatisation fluide.<1>Utilisez des services tiers comme <2>Zapier, <3>IFTTT ou <4>Make pour créer des workflows personnalisés et automatiser des tâches.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" au taux actuel\"],\"M2DyLc\":\"1 webhook actif\",\"hMefp0\":\"1 add-on\",\"6hIk/x\":\"1 attendee is registered across the affected sessions.\",\"qOyE2U\":\"1 attendee is registered for this session.\",\"943BwI\":\"1 jour après la date de fin\",\"yj3N+g\":\"1 jour après la date de début\",\"Z3etYG\":\"1 jour avant l'événement\",\"szSnlj\":\"1 heure avant l'événement\",\"yTsaLw\":\"1 billet\",\"nz96Ue\":\"1 type de billet\",\"InX5ad\":\"1 ticket type configured\",\"y2Jh0m\":\"1 time available\",\"cGtUz6\":\"1 semaine avant l'événement\",\"HR/cvw\":\"123 Rue Exemple\",\"dgKxZ5\":\"135+ currencies & 40+ payment methods\",\"/d9gcz\":\"Un libellé de bouton est requis lorsqu'une URL est définie\",\"kMU5aM\":\"Un avis d'annulation a été envoyé à\",\"o++0qa\":\"a change in duration\",\"WuWSX5\":\"A few quick steps and you're ready to start selling.\",\"RQ5kDd\":\"Un message à afficher lorsqu'il n'y a aucun produit dans cette catégorie.\",\"V53XzQ\":\"Un nouveau code de vérification a été envoyé à votre adresse e-mail\",\"sr2Je0\":\"a shift in start/end times\",\"/z/bH1\":\"Une brève description de votre organisateur qui sera affichée à vos utilisateurs.\",\"3BKFn6\":\"Une URL est requise lorsqu'un libellé de bouton est défini\",\"RpjXTb\":\"Un jour de la semaine\",\"aS0jtz\":\"Abandonné\",\"uyJsf6\":\"À propos\",\"JvuLls\":\"Absorber les frais\",\"lk74+I\":\"Absorber les frais\",\"1uJlG9\":\"Couleur d'Accent\",\"g3UF2V\":\"Accepter\",\"K5+3xg\":\"Accepter l'invitation\",\"LuXP9q\":\"Access\",\"jzb4Ep\":[\"Account · \",[\"0\"]],\"UqH1Q6\":[\"Account · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"La suppression du compte a été annulée.\",\"WtlP+7\":\"La suppression du compte est bloquée\",\"vOuxvL\":\"Informations du compte\",\"F9cvwz\":\"Nom du compte\",\"EHNORh\":\"Compte introuvable\",\"Hy1lfH\":\"Propriétaire du compte\",\"bPwFdf\":\"Comptes\",\"pi/Iog\":[\"Comptes (\",[\"0\"],\")\"],\"AhwTa1\":\"Action requise : Informations TVA nécessaires\",\"APyAR/\":\"Événements actifs\",\"kCl6ja\":\"Active payment methods\",\"XJOV1Y\":\"Activity\",\"Eso+01\":[\"Ajoutez d'abord \",[\"0\"]],\"eJ0IJA\":\"Add a cover image and theme to match your brand\",\"0YEoxS\":\"Add a date\",\"ybegUq\":\"Add a description and venue so attendees know what to expect\",\"nOZl6j\":\"Add a Single Date\",\"CjvTPJ\":\"Add another time\",\"0XCduh\":\"Add at least one time\",\"/chGpa\":\"Add connection details for the online event.\",\"UWWRyd\":\"Ajoutez des questions personnalisées pour collecter des informations supplémentaires lors du paiement\",\"Z/dcxc\":\"Add Date\",\"QeupRg\":\"Ajouter des dates\",\"Q219NT\":\"Add Dates\",\"yjB5VC\":\"Add dates and times for your recurring event\",\"Z8idyM\":\"Add details\",\"wpirGs\":\"Add event details\",\"VX6WUv\":\"Ajouter un emplacement\",\"GCQlV2\":\"Add multiple times if you run several sessions per day.\",\"7JF9w9\":\"Ajouter une question\",\"NLbIb6\":\"Add this attendee anyway (override capacity)\",\"6PNlRV\":\"Ajouter cet événement à votre calendrier\",\"BGD9Yt\":\"Ajouter des billets\",\"uIv4Op\":\"Ajoutez des pixels de suivi à vos pages d'événements publics et à la page d'accueil de l'organisateur. Une bannière de consentement aux cookies sera affichée aux visiteurs lorsque le suivi est actif.\",\"QN2F+7\":\"Ajouter un webhook\",\"NsWqSP\":\"Ajoutez vos réseaux sociaux et l'URL de votre site. Ils seront affichés sur votre page publique d'organisateur.\",\"6JzKEV\":\"Add-on only\",\"VkQex5\":\"Add-on products\",\"Y2K3rp\":\"Add-ons\",\"Z/ZU8N\":\"Ajouté au moment du paiement\",\"bVjDs9\":\"Frais supplémentaires\",\"MKqSg4\":\"Accès administrateur requis\",\"0Zypnp\":\"Tableau de Bord Admin\",\"tlFYEo\":\"Admits attendees to your event\",\"YAV57v\":\"Affilié\",\"I+utEq\":\"Le code d'affiliation ne peut pas être modifié\",\"/jHBj5\":\"Affilié créé avec succès\",\"uCFbG2\":\"Affilié supprimé avec succès\",\"ld8I+f\":\"Affiliate program\",\"a41PKA\":\"Les ventes de l'affilié seront suivies\",\"mJJh2s\":\"Les ventes de l'affilié ne seront pas suivies. Cela désactivera l'affilié.\",\"jabmnm\":\"Affilié mis à jour avec succès\",\"CPXP5Z\":\"Affiliés\",\"9Wh+ug\":\"Affiliés exportés\",\"3cqmut\":\"Les affiliés vous aident à suivre les ventes générées par les partenaires et les influenceurs. Créez des codes d'affiliation et partagez-les pour surveiller les performances.\",\"3e31kI\":\"After your event is created, you can choose how often it repeats from the dashboard.\",\"z7GAMJ\":\"all\",\"N40H+G\":\"Tous\",\"7rLTkE\":\"Tous les événements archivés\",\"gKq1fa\":\"Tous les participants\",\"63gRoO\":\"All attendees of the selected sessions\",\"uWxIoH\":\"All attendees of this occurrence\",\"pMLul+\":\"Toutes les devises\",\"sgUdRZ\":\"All dates\",\"e4q4uO\":\"All Dates\",\"ZS/D7f\":\"Tous les événements terminés\",\"QsYjci\":\"Tous les événements\",\"31KB8w\":\"Tous les travaux échoués supprimés\",\"D2g7C7\":\"Tous les travaux en file d'attente pour réessai\",\"B4RFBk\":\"All matching dates\",\"F1/VgK\":\"All occurrences\",\"OpWjMq\":\"All Occurrences\",\"Sxm1lO\":\"Tous les statuts\",\"dr7CWq\":\"Tous les événements à venir\",\"UBpkWM\":\"Tous les utilisateurs\",\"GpT6Uf\":\"Permettre aux participants de mettre à jour leurs informations de billet (nom, e-mail) via un lien sécurisé envoyé avec leur confirmation de commande.\",\"VZdky1\":\"Permettre aux acheteurs de copier leurs informations vers tous les participants\",\"F3mW5G\":\"Permettre aux clients de rejoindre une liste d'attente lorsque ce produit est épuisé\",\"4CMO/q\":\"Permettre aux clients de rejoindre une liste d'attente lorsque ce produit est épuisé. Les clients rejoignent la liste d'attente pour une date spécifique.\",\"c4uJfc\":\"Presque terminé ! Nous attendons juste que votre paiement soit traité. Cela ne devrait prendre que quelques secondes.\",\"ocS8eq\":[\"Vous avez déjà un compte ? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Already in\",\"/H326L\":\"Déjà remboursé\",\"USEpOK\":\"Already use Stripe on another organizer? Reuse that connection.\",\"RtxQTF\":\"Annuler également cette commande\",\"jkNgQR\":\"Rembourser également cette commande\",\"xYqsHg\":\"Toujours disponible\",\"rrepBD\":\"Always on sale\",\"Wvrz79\":\"Montant payé\",\"Zkymb9\":\"Une adresse e-mail à associer à cet affilié. L'affilié ne sera pas notifié.\",\"vRznIT\":\"Une erreur s'est produite lors de la vérification du statut d'exportation.\",\"OPFdAM\":\"Une description facultative de cette catégorie à afficher sur la page de l'événement.\",\"eusccx\":\"Un message optionnel à afficher sur le produit en vedette, par ex. \\\"Se vend rapidement 🔥\\\" ou \\\"Meilleur rapport qualité-prix\\\"\",\"HZFm5R\":\"et\",\"l3LBtZ\":\"Contenu de l'annonce\",\"Th00L9\":\"Annonce créée\",\"p/XJYI\":\"Annonce supprimée\",\"08iV57\":\"Titre de l'annonce\",\"qLqgre\":\"Annonce mise à jour\",\"Dzr23X\":\"Annonces\",\"asqL+J\":\"Anonymiser\",\"QNrkms\":\"Réponse mise à jour avec succès.\",\"+qygei\":\"Answers\",\"GK7Lnt\":\"Answers provided at checkout (e.g. meal choice)\",\"lE8PgT\":\"Any dates you've manually customized will be kept.\",\"jVoYha\":[\"appliqué — \",[\"0\"],\" de réduction sur votre commande\"],\"vP3Nzg\":[\"Applies to \",[\"0\"],\", non-cancelled dates currently loaded on this page.\"],\"kkVyZZ\":\"Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything.\",\"je4muG\":[\"Applies to every \",[\"0\"],\", non-cancelled date in this event — including dates not currently loaded.\"],\"YIIQtt\":\"Apply Changes\",\"NzWX1Y\":\"Apply to\",\"Ps5oDT\":\"Apply to all tickets\",\"261RBr\":\"Approuver le message\",\"naCW6Z\":\"April\",\"B495Gs\":\"Archiver\",\"5sNliy\":\"Archiver l'événement\",\"BrwnrJ\":\"Archiver l'organisateur\",\"E5eghW\":\"Archivez cet événement pour le masquer au public. Vous pourrez le restaurer ultérieurement.\",\"eqFkeI\":\"Archivez cet organisateur. Cela archivera également tous les événements appartenant à cet organisateur.\",\"BzcxWv\":\"Organisateurs archivés\",\"9cQBd6\":\"Êtes-vous sûr de vouloir archiver cet événement ? Il ne sera plus visible pour le public.\",\"Trnl3E\":\"Êtes-vous sûr de vouloir archiver cet organisateur ? Cela archivera également tous les événements appartenant à cet organisateur.\",\"wOvn+e\":[\"Are you sure you want to cancel \",[\"count\"],\" date(s)? Affected attendees will be notified by email.\"],\"GTxE0U\":\"Are you sure you want to cancel this date? Affected attendees will be notified by email.\",\"VkSk/i\":\"Êtes-vous sûr de vouloir annuler ce message programmé ?\",\"0aVEBY\":\"Êtes-vous sûr de vouloir supprimer tous les travaux échoués ?\",\"LchiNd\":\"Êtes-vous sûr de vouloir supprimer cet affilié ? Cette action ne peut pas être annulée.\",\"U49Xd6\":\"Voulez-vous vraiment supprimer cette annonce ? Les utilisateurs ne la verront plus.\",\"vPeW/6\":\"Êtes-vous sûr de vouloir supprimer cette configuration ? Cela peut affecter les comptes qui l'utilisent.\",\"h42Hc/\":\"Are you sure you want to delete this date? This action cannot be undone.\",\"RiF/yT\":\"Are you sure you want to delete this image?\",\"b3+Qku\":\"Are you sure you want to delete this tax or fee? It will no longer be applied to new orders.\",\"JmVITJ\":\"Êtes-vous sûr de vouloir supprimer ce modèle ? Cette action ne peut pas être annulée et les e-mails reviendront au modèle par défaut.\",\"aLS+A6\":\"Êtes-vous sûr de vouloir supprimer ce modèle ? Cette action ne peut pas être annulée et les e-mails reviendront au modèle de l'organisateur ou par défaut.\",\"5H3Z78\":\"Êtes-vous sûr de vouloir supprimer ce webhook ?\",\"147G4h\":\"Êtes-vous sûr de vouloir partir ?\",\"VDWChT\":\"Êtes-vous sûr de vouloir mettre cet organisateur en brouillon ? Cela rendra la page de l'organisateur invisible au public.\",\"pWtQJM\":\"Êtes-vous sûr de vouloir rendre cet organisateur public ? Cela rendra la page de l'organisateur visible au public.\",\"EOqL/A\":\"Êtes-vous sûr de vouloir offrir une place à cette personne ? Elle recevra une notification par e-mail.\",\"yAXqWW\":\"Are you sure you want to permanently delete this date? This cannot be undone.\",\"WFHOlF\":\"Êtes-vous sûr de vouloir publier cet événement ? Une fois publié, il sera visible au public.\",\"4TNVdy\":\"Êtes-vous sûr de vouloir publier ce profil d'organisateur ? Une fois publié, il sera visible au public.\",\"8x0pUg\":\"Êtes-vous sûr de vouloir supprimer cette entrée de la liste d'attente ?\",\"cDtoWq\":[\"Êtes-vous sûr de vouloir renvoyer la confirmation de commande à \",[\"0\"],\" ?\"],\"xeIaKw\":[\"Êtes-vous sûr de vouloir renvoyer le billet à \",[\"0\"],\" ?\"],\"BjbocR\":\"Êtes-vous sûr de vouloir restaurer cet événement ?\",\"7MjfcR\":\"Êtes-vous sûr de vouloir restaurer cet organisateur ?\",\"b7tkGp\":\"Are you sure you want to revoke this invitation?\",\"ExDt3P\":\"Êtes-vous sûr de vouloir dépublier cet événement ? Il ne sera plus visible au public.\",\"5Qmxo/\":\"Êtes-vous sûr de vouloir dépublier ce profil d'organisateur ? Il ne sera plus visible au public.\",\"Uqefyd\":\"Êtes-vous assujetti à la TVA dans l'UE ?\",\"+QARA4\":\"Art\",\"tLf3yJ\":\"Comme votre entreprise est basée en Irlande, la TVA irlandaise à 23 % s'applique automatiquement à tous les frais de plateforme.\",\"tMeVa/\":\"Demander le nom et l'email pour chaque billet acheté\",\"ui5ln+\":\"Assign a different plan\",\"9Jxliv\":\"Assign plan\",\"xdiER7\":\"Niveau attribué\",\"F2rX0R\":\"Au moins un type d'événement doit être sélectionné\",\"Z44eZS\":\"At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead.\",\"BCmibk\":\"Tentatives\",\"6PecK3\":\"Présence et taux d'enregistrement pour tous les événements\",\"K2tp3v\":\"attendee\",\"AJ4rvK\":\"Participant annulé\",\"qvylEK\":\"Participant créé\",\"Aspq3b\":\"Collecte des informations des participants\",\"fpb0rX\":\"Informations du participant copiées de la commande\",\"94aQMU\":\"Informations du participant\",\"KkrBiR\":\"Collecte d'informations sur les participants\",\"sjPjOg\":\"Attendee notes\",\"cosfD8\":\"Statut du Participant\",\"D2qlBU\":\"Participant mis à jour\",\"22BOve\":\"Participant mis à jour avec succès\",\"x8Vnvf\":\"Le billet du participant n'est pas inclus dans cette liste\",\"/Ywywr\":\"attendees\",\"zLRobu\":\"attendees checked in\",\"k3Tngl\":\"Participants exportés\",\"UoIRW8\":\"Participants inscrits\",\"5UbY+B\":\"Participants avec un ticket spécifique\",\"4HVzhV\":\"Participants:\",\"HVkhy2\":\"Analyse d'attribution\",\"dMMjeD\":\"Répartition de l'attribution\",\"1oPDuj\":\"Valeur d'attribution\",\"cHfbVT\":\"Audience\",\"DBHTm/\":\"August\",\"JgREph\":\"L'offre automatique est activée\",\"V7Tejz\":\"Traitement automatique de la liste d'attente\",\"PZ7FTW\":\"Détecté automatiquement selon la couleur de fond, mais peut être remplacé\",\"zlnTuI\":\"Offrir automatiquement des billets à la prochaine personne lorsque de la capacité se libère. Si désactivé, vous pouvez traiter manuellement la liste d'attente depuis la page Liste d'attente.\",\"csDS2L\":\"Disponible\",\"Xp+ywP\":\"Disponible une fois le paiement effectué\",\"dwDH1K\":[\"Available times on \",[\"dayName\"]],\"clF06r\":\"Disponible pour remboursement\",\"NB5+UG\":\"Jetons disponibles\",\"L+wGOG\":\"Awaiting\",\"qcw2OD\":\"Awaiting pay\",\"kNmmvE\":\"Awesome Events SARL\",\"TeSaQO\":\"Retour aux comptes\",\"kYqM1A\":\"Retour à l'événement\",\"s5QRF3\":\"Retour aux messages\",\"td/bh+\":\"Retour aux rapports\",\"nsm7BA\":\"Retour à la recherche\",\"imjKVx\":\"Bank account connected\",\"KSSL9f\":\"Bannière\",\"zdYsg1\":\"Le contenu de la bannière doit comporter 200 caractères ou moins\",\"p2OLF3\":\"Prix de base\",\"D9LTCH\":\"Base Price\",\"hviJef\":\"Based on the global sale period above, not per date\",\"jIPNJG\":\"Informations de base\",\"lINGcL\":\"Comme ce compte comporte des commandes finalisées, les enregistrements de transactions (montants, dates et détails de factures) seront conservés sous forme anonymisée à des fins légales et fiscales. Toutes les informations personnelles seront définitivement supprimées.\",\"UabgBd\":\"Le corps est requis\",\"HWXuQK\":\"Ajoutez cette page à vos favoris pour gérer votre commande à tout moment.\",\"CUKVDt\":\"Personnalisez vos billets avec un logo, des couleurs et un message de pied de page personnalisés.\",\"4BZj5p\":\"Built-in fraud protection\",\"cr7kGH\":\"Bulk Edit\",\"1Fbd6n\":\"Bulk Edit Dates\",\"Eq6Tu9\":\"Bulk update failed.\",\"9N+p+g\":\"Affaires\",\"SWnN1L\":\"Business address\",\"kQekXw\":\"Business name\",\"3W/QV7\":\"Libellé du bouton\",\"bv6RXK\":\"Libellé du bouton\",\"ChDLlO\":\"Texte du bouton\",\"MOht10\":\"URL du bouton\",\"BUe8Wj\":\"L'acheteur paie\",\"DkL8mp\":\"Buyers can add these to their order when they select this product at checkout.\",\"qF1qbA\":\"Les acheteurs voient un prix net. Les frais de plateforme sont déduits de votre paiement.\",\"dg05rc\":\"En ajoutant des pixels de suivi, vous reconnaissez que vous et cette plateforme êtes responsables conjoints des données collectées. Vous êtes responsable de vous assurer que vous disposez d'une base légale pour ce traitement en vertu des lois applicables sur la protection des données (RGPD, CCPA, etc.).\",\"DFqasq\":[\"En continuant, vous acceptez les <0>Conditions d'utilisation de \",[\"0\"],\"\"],\"CetOZE\":\"By ticket type\",\"lFdbRS\":\"Contourner les frais d'application\",\"AjVXBS\":\"Calendar\",\"2VLZwd\":\"Bouton d'appel à l'action\",\"rT2cV+\":\"Camera\",\"7hYa9y\":\"Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings.\",\"D02dD9\":\"Campagne\",\"RRPA79\":\"Can't check in\",\"OcVwAd\":[\"Cancel \",[\"count\"],\" date(s)\"],\"H4nE+E\":\"Annuler tous les produits et les remettre dans le pool\",\"Py78q9\":\"Cancel Date\",\"lUjTpS\":\"Annuler la suppression\",\"5YkF5G\":\"Annuler la demande de suppression\",\"tOXAdc\":\"L'annulation annulera tous les participants associés à cette commande et remettra les billets dans le pool disponible.\",\"FPpqc7\":[\"Cancelling \",[\"0\"],\" date(s). This may take a moment to complete.\"],\"01sEfm\":\"Impossible de supprimer la configuration système par défaut\",\"VsM1HH\":\"Attributions de capacité\",\"9bIMVF\":\"Capacity management\",\"H7K8og\":\"Capacity must be 0 or greater\",\"nzao08\":\"capacity updates\",\"4cp9NP\":\"Capacity Used\",\"K7tIrx\":\"Catégorie\",\"DRK3Bq\":\"Category deleted successfully\",\"o+XJ9D\":\"Modifier\",\"kJkjoB\":\"Change duration\",\"J0KExZ\":\"Change the attendee limit\",\"ssospy\":\"Change time\",\"CIHJJf\":\"Modifier les paramètres de liste d'attente\",\"B5icLR\":[\"Changed duration for \",[\"count\"],\" date(s)\"],\"Kb+0BT\":\"Charges\",\"2tbLdK\":\"Charité\",\"BPWGKn\":\"Check in\",\"6uFFoY\":\"Check out\",\"FjAlwK\":[\"Check out this event: \",[\"0\"]],\"v4fiSg\":\"Vérifiez votre e-mail\",\"51AsAN\":\"Vérifiez votre boîte de réception ! Si des billets sont associés à cet e-mail, vous recevrez un lien pour les consulter.\",\"Y3FYXy\":\"Check-In\",\"udRwQs\":\"Enregistrement créé\",\"F4SRy3\":\"Enregistrement supprimé\",\"as6XfO\":[\"Check-in for \",[\"0\"],\" was undone\"],\"9s/wrQ\":\"Check-in history\",\"Wwztk4\":\"Check-In List\",\"9gPPUY\":\"Liste d'Enregistrement Créée !\",\"dwjiJt\":\"Check-in list info\",\"7od0PV\":\"check-in lists\",\"f2vU9t\":\"Listes d'enregistrement\",\"XprdTn\":\"Check-in navigation\",\"5tV1in\":\"Check-in progress\",\"SHJwyq\":\"Taux d'enregistrement\",\"qCqdg6\":\"Statut d'enregistrement\",\"cKj6OE\":\"Résumé des enregistrements\",\"7B5M35\":\"Enregistrements\",\"VrmydS\":\"Checked in\",\"DM4gBB\":\"Chinois (traditionnel)\",\"p8Jvp4\":\"Choose a configuration\",\"ElShBO\":\"Choose a different action\",\"pHEhf+\":\"Choisissez une police qui correspond à votre marque. Les polices sont auto-hébergées via Bunny Fonts.\",\"Zok1Gx\":\"Choose an organizer\",\"pkk46Q\":\"Choisissez un organisateur\",\"Ag32+c\":\"Choose another date\",\"Crr3pG\":\"Choisir le calendrier\",\"Z38ZJu\":\"Choisissez comment la date de l'événement s'affiche sur le billet\",\"LAW8Vb\":\"Choisissez le paramètre par défaut pour les nouveaux événements. Ceci peut être modifié pour chaque événement.\",\"pjp2n5\":\"Choisissez qui paie les frais de plateforme. Cela n'affecte pas les frais supplémentaires que vous avez configurés dans les paramètres de votre compte.\",\"xCJdfg\":\"Clear\",\"QyOWu9\":\"Clear location — fall back to the event default\",\"V8yTm6\":\"Clear search\",\"kmnKnX\":\"Clearing removes any per-date override. Affected dates will fall back to the event's default location.\",\"/o+aQX\":\"Click to cancel\",\"gD7WGV\":\"Click to reopen for new sales\",\"CySr+W\":\"Cliquez pour voir les notes\",\"RG3szS\":\"fermer\",\"RWw9Lg\":\"Fermer la fenêtre\",\"XwdMMg\":\"Le code ne peut contenir que des lettres, des chiffres, des tirets et des traits de soulignement\",\"+yMJb7\":\"Le code est obligatoire\",\"m9SD3V\":\"Le code doit contenir au moins 3 caractères\",\"V1krgP\":\"Le code ne doit pas dépasser 20 caractères\",\"psqIm5\":\"Collaborez avec votre équipe pour créer ensemble des événements incroyables.\",\"4bUH9i\":\"Collectez les détails du participant pour chaque billet acheté.\",\"TkfG8v\":\"Collecter les informations par commande\",\"96ryID\":\"Collecter les informations par billet\",\"FpsvqB\":\"Mode de couleur\",\"jEu4bB\":\"Colonnes\",\"CWk59I\":\"Comédie\",\"rPA+Gc\":\"Préférences de communication\",\"zFT5rr\":\"complete\",\"bUQMpb\":\"Complete Stripe setup\",\"744BMm\":\"Finalisez votre commande pour sécuriser vos billets. Cette offre est limitée dans le temps, ne tardez pas trop.\",\"5YrKW7\":\"Finalisez votre paiement pour sécuriser vos billets.\",\"xGU92i\":\"Complétez votre profil pour rejoindre l'équipe.\",\"QOhkyl\":\"Rédiger\",\"ih35UP\":\"Centre de conférence\",\"ywFj2D\":\"Configuration\",\"WTw0bB\":\"Configuration assigned\",\"X1zdE7\":\"Configuration créée avec succès\",\"mLBUMQ\":\"Configuration supprimée avec succès\",\"UIENhw\":\"Les noms de configuration sont visibles par les utilisateurs finaux. Les frais fixes seront convertis dans la devise de la commande au taux de change actuel.\",\"eeZdaB\":\"Configuration mise à jour avec succès\",\"3cKoxx\":\"Configurations\",\"8v2LRU\":\"Configurez les détails de l'événement, le lieu, les options de paiement et les notifications par email.\",\"raw09+\":\"Configurez comment les informations des participants sont collectées lors du paiement\",\"FI60XC\":\"Configurer les taxes et frais\",\"av6ukY\":\"Configure which products are available for this occurrence and optionally adjust pricing.\",\"NGXKG/\":\"Confirmer l'adresse e-mail\",\"JRQitQ\":\"Confirmer le nouveau mot de passe\",\"Auz0Mz\":\"Confirmez votre e-mail pour accéder à toutes les fonctionnalités.\",\"7+grte\":\"E-mail de confirmation envoyé ! Veuillez vérifier votre boîte de réception.\",\"n/7+7Q\":\"Confirmation envoyée à\",\"x3wVFc\":\"Félicitations ! Votre événement est maintenant visible par le public.\",\"0W2NQP\":\"Connect bank\",\"/K4Vqr\":\"Connectez Stripe pour accepter les paiements\",\"nQI4H5\":\"Connectez Stripe pour activer l'édition des modèles d'e-mail\",\"LmvZ+E\":\"Connectez Stripe pour activer la messagerie\",\"peBIO+\":\"Connect Stripe to receive ticket payments directly to your bank account.\",\"DNeN8t\":\"Connect your bank to receive ticket sales straight to your account\",\"DARj+w\":\"Mauvais compte Stripe connecté ? Déconnectez-le et recommencez.\",\"X1y8JF\":\"Connection details are required for online dates\",\"fjfBOm\":\"Les détails de connexion sont requis pour les événements en ligne\",\"jfC/xh\":\"Contact\",\"LOFgda\":[\"Contacter \",[\"0\"]],\"41BQ3k\":\"E-mail de contact\",\"4b3oEV\":\"Contenu\",\"13CIgI\":\"Le contenu est requis\",\"m8WD6t\":\"Continuer la configuration\",\"0GwUT4\":\"Passer à la caisse\",\"sBV87H\":\"Continuer vers la création d'événement\",\"nKtyYu\":\"Continuer à l'étape suivante\",\"F3/nus\":\"Continuer vers le paiement\",\"s30OcA\":\"Contrôlez l'affichage des dates et horaires sur la page de l'événement\",\"p2FRHj\":\"Contrôlez comment les frais de plateforme sont gérés pour cet événement\",\"NqfabH\":\"Control who gets in for this date\",\"fmYxZx\":\"Control who gets in, and when\",\"1JnTgU\":\"Copié d'en haut\",\"FxVG/l\":\"Copié dans le presse-papiers\",\"PiH3UR\":\"Copié !\",\"4i7smN\":\"Copy account ID\",\"uUPbPg\":\"Copier le lien d'affiliation\",\"iVm46+\":\"Copier le code\",\"cF2ICc\":\"Copier le lien client\",\"+2ZJ7N\":\"Copier les détails vers le premier participant\",\"ZN1WLO\":\"Copier l'Email\",\"y1eoq1\":\"Copier le lien\",\"tUGbi8\":\"Copier mes informations vers:\",\"y22tv0\":\"Copiez ce lien pour le partager n'importe où\",\"/4gGIX\":\"Copier dans le presse-papiers\",\"e0f4yB\":\"Impossible de supprimer l'emplacement\",\"vkiDx2\":\"Could not prepare the bulk update.\",\"KOavaU\":\"Impossible de récupérer les détails de l'adresse\",\"/lq4oO\":\"Could not save date\",\"mHu0az\":\"Couldn't send verification email. Please try again.\",\"QOIm+S\":\"Les totaux incluent toutes les dates à venir. Chaque personne se voit proposer une place pour la date qu'elle a choisie.\",\"P0rbCt\":\"Image de couverture\",\"p4kqHr\":\"Cover image added\",\"60u+dQ\":\"L'image de couverture sera affichée en haut de votre page d'événement\",\"2NLjA6\":\"L'image de couverture sera affichée en haut de votre page d'organisateur\",\"GkrqoY\":\"Covers every ticket\",\"zg4oSu\":[\"Créer le modèle \",[\"0\"]],\"RKKhnW\":\"Créez un widget personnalisé pour vendre des billets sur votre site.\",\"jqhTmw\":\"Create a list for this date\",\"PhioFp\":\"Create a new check-in list for an active session, or contact the organizer if you think this is a mistake.\",\"yIRev4\":\"Créer un mot de passe\",\"j7xZ7J\":\"Créez des organisateurs supplémentaires pour gérer des marques, départements ou séries d'événements distincts sous un même compte. Chaque organisateur dispose de ses propres événements, paramètres et page publique.\",\"xfKgwv\":\"Créer un affilié\",\"GT/OIA\":\"Créez une annonce pour afficher un message à vos utilisateurs.\",\"tudG8q\":\"Créez et configurez des billets et des marchandises à vendre.\",\"Q4VlI/\":\"Créer une annonce\",\"YAl9Hg\":\"Créer une configuration\",\"BTne9e\":\"Créer des modèles d'email personnalisés pour cet événement qui remplacent les paramètres par défaut de l'organisateur\",\"YIDzi/\":\"Créer un modèle personnalisé\",\"tsGqx5\":\"Create Date\",\"Nc3l/D\":\"Créez des réductions, des codes d'accès pour les billets cachés et des offres spéciales.\",\"PybJS2\":\"Create event\",\"abGAgf\":\"Create more tickets or products to offer them as add-ons\",\"eWEV9G\":\"Créer un nouveau mot de passe\",\"utHSNE\":\"Créer le calendrier\",\"8AiKIu\":\"Créer un billet ou un produit\",\"/HGmW9\":\"Créez des liens traçables pour récompenser les partenaires qui font la promotion de votre événement.\",\"dkAPxi\":\"Créer un webhook\",\"5slqwZ\":\"Créez votre événement\",\"JQNMrj\":\"Créez votre premier événement\",\"CCjxOC\":\"Créez votre premier événement pour commencer à vendre des billets et gérer les participants.\",\"ZCSSd+\":\"Créez votre propre événement\",\"qdv10s\":[\"Création de \",[\"0\"],\" dates. Cela peut prendre un moment.\"],\"67NsZP\":\"Création de l'événement...\",\"H34qcM\":\"Création de l'organisateur...\",\"1YMS+X\":\"Création de votre événement en cours, veuillez patienter\",\"yiy8Jt\":\"Création de votre profil d'organisateur en cours, veuillez patienter\",\"lfLHNz\":\"Le libellé CTA est requis\",\"0xLR6W\":\"Currently assigned\",\"iTvh6I\":\"Actuellement disponible à l'achat\",\"A42Dqn\":\"Custom branding\",\"Guo0lU\":\"Date et heure personnalisées\",\"WDMdn8\":\"Custom questions\",\"O6mra8\":\"Questions personnalisées\",\"axv/Mi\":\"Modèle personnalisé\",\"2YeVGY\":\"Lien client copié dans le presse-papiers\",\"QMHSMS\":\"Le client recevra un e-mail confirmant le remboursement\",\"NihQNk\":\"Clients\",\"hINN++\":\"Customize page\",\"7gsjkI\":\"Personnalisez les e-mails envoyés à vos clients en utilisant des modèles Liquid. Ces modèles seront utilisés comme valeurs par défaut pour tous les événements de votre organisation.\",\"xJaTUK\":\"Personnalisez la mise en page, les couleurs et l'image de marque de la page d'accueil de votre événement.\",\"MXZfGN\":\"Personnalisez les questions posées lors du paiement pour recueillir des informations importantes de vos participants.\",\"iX6SLo\":\"Personnalisez le texte affiché sur le bouton continuer\",\"R8H7yL\":\"Personnalisez le texte du bouton flottant qui fait défiler jusqu'à la section des billets\",\"pxNIxa\":\"Personnalisez votre modèle d'e-mail en utilisant des modèles Liquid\",\"3trPKm\":\"Personnalisez l'apparence de votre page d'organisateur\",\"U0sC6H\":\"Daily\",\"/gWrVZ\":\"Revenus quotidiens, taxes, frais et remboursements pour tous les événements\",\"zgCHnE\":\"Rapport des ventes quotidiennes\",\"nHm0AI\":\"Détail des ventes quotidiennes, taxes et frais\",\"1aPnDT\":\"Dance\",\"pvnfJD\":\"Sombre\",\"MaB9wW\":\"Date Cancellation\",\"e6cAxJ\":\"Date cancelled\",\"81jBnC\":\"Date cancelled successfully\",\"a/C/6R\":\"Date created successfully\",\"IW7Q+u\":\"Date deleted\",\"rngCAz\":\"Date deleted successfully\",\"vHbfoQ\":\"Date reactivated\",\"hvah+S\":\"Date reopened for new sales\",\"Ez0YsD\":\"Date updated successfully\",\"JxwIlL\":\"dates\",\"Te33mU\":\"Dates are managed per occurrence\",\"91zCxb\":\"Dates with sessions\",\"/ITcnz\":\"day\",\"H7OUPr\":\"Day\",\"JtHrX9\":\"Day of Month\",\"J/Upwb\":\"days\",\"V3VGYb\":\"Jours du mois\",\"r6zgGo\":\"December\",\"jbq7j2\":\"Refuser\",\"WGD1Al\":\"Diminuer\",\"gJY4YL\":\"Diminuer la quantité\",\"ovBPCi\":\"Par défaut\",\"JtI4vj\":\"Collecte d'informations par défaut sur les participants\",\"ULjv90\":\"Default capacity per date\",\"3R/Tu2\":\"Gestion des frais par défaut\",\"1bZAZA\":\"Le modèle par défaut sera utilisé\",\"3Biswm\":\"Defaults\",\"HNlEFZ\":\"supprimer\",\"KpnwJK\":[\"Supprimer \\\"\",[\"0\"],\"\\\" ?\"],\"BlII4o\":[\"Delete \",[\"count\"],\" selected date(s)? Dates with orders will be skipped. This cannot be undone.\"],\"ZDGm40\":\"Supprimer le compte\",\"vu7gDm\":\"Supprimer l'affilié\",\"KZN4Lc\":\"Tout supprimer\",\"6EkaOO\":\"Delete Date\",\"io0G93\":\"Supprimer l'événement\",\"+jw/c1\":\"Supprimer l'image\",\"hdyeZ0\":\"Supprimer le travail\",\"xxjZeP\":\"Supprimer l'emplacement\",\"sY3tIw\":\"Supprimer l'organisateur\",\"UBv8UK\":\"Delete Permanently\",\"dPyJ15\":\"Supprimer le modèle\",\"IQTR34\":\"Delete this category? Any products in it will also be deleted. This cannot be undone.\",\"/1wMxk\":\"Delete this product? This cannot be undone.\",\"mxsm1o\":\"Supprimer cette question ? Cette action est irréversible.\",\"snMaH4\":\"Supprimer le webhook\",\"LIZZLY\":[\"Deleted \",[\"0\"],\" date(s)\"],\"loLVyU\":\"Compte supprimé\",\"IlUuGb\":\"La suppression de votre compte le désactive immédiatement : tous les événements publiés sont dépubliés et l'accès est désactivé. Après un délai de grâce de 30 jours, la suppression devient définitive. Vous pouvez annuler à tout moment pendant ces 30 jours.\",\"nMdIuB\":\"Suppression mise en file d'attente pour exécution\",\"/U002t\":\"Demande de suppression annulée\",\"PBA62s\":\"Demandes de suppression\",\"7w0Wev\":\"Description and venue added\",\"vYgeDk\":\"Tout désélectionner\",\"NvuEhl\":\"Éléments de Design\",\"H8kMHT\":\"Vous n'avez pas reçu le code ?\",\"G8KNgd\":\"Different location\",\"E/QGRL\":\"Disabled\",\"bzSI52\":\"Discard\",\"0EcUWz\":\"Discard changes?\",\"+K0AvT\":\"Déconnecter\",\"cALvbl\":\"Déconnecter le compte Stripe\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Ignorer l'annonce\",\"nZJ8tu\":\"Dismiss setup checklist\",\"QotGhf\":\"Ignorer ce message\",\"J6hrEy\":\"Ignorée\",\"BREO0S\":\"Affiche une case permettant aux clients de s'inscrire pour recevoir des communications marketing de cet organisateur d'événements.\",\"HtaSQp\":\"Affiche le nombre de places restantes pour chaque date dans le widget de billetterie. Vous pouvez modifier ce paramètre pour chaque date.\",\"pfa8F0\":\"Nom d'affichage\",\"Kdpf90\":\"N'oubliez pas !\",\"352VU2\":\"Vous n'avez pas de compte ? <0>Inscrivez-vous\",\"AXXqG+\":\"Don\",\"DPfwMq\":\"Terminé\",\"JoPiZ2\":\"Door staff instructions\",\"2+O9st\":\"Téléchargez les rapports de ventes, de participants et financiers pour toutes les commandes terminées.\",\"eneWvv\":\"Brouillon\",\"Ts8hhq\":\"En raison du risque élevé de spam, vous devez connecter un compte Stripe avant de pouvoir modifier les modèles d'e-mail. Cela permet de garantir que tous les organisateurs d'événements sont vérifiés et responsables.\",\"TnzbL+\":\"En raison du risque élevé de spam, vous devez connecter un compte Stripe avant de pouvoir envoyer des messages aux participants.\\nCeci afin de garantir que tous les organisateurs d'événements sont vérifiés et responsables.\",\"euc6Ns\":\"Dupliquer\",\"YueC+F\":\"Duplicate Date\",\"KRmTkx\":\"Dupliquer le produit\",\"Jd3ymG\":\"Duration must be at least 1 minute.\",\"KIjvtr\":\"Néerlandais\",\"22xieU\":\"ex. 180 (3 heures)\",\"MCx4ov\":\"p. ex. En savoir plus\",\"/zajIE\":\"e.g. Morning Session\",\"XDHATF\":\"p. ex. Nouvelle fonctionnalité : listes d'attente\",\"tAtvUj\":\"p. ex. Maintenance planifiée ce samedi de 2 h à 4 h UTC\",\"SPKbfM\":\"ex. : Obtenir des billets, S'inscrire maintenant\",\"fc7wGW\":\"par ex., Mise à jour importante concernant vos billets\",\"54MPqC\":\"par ex., Standard, Premium, Entreprise\",\"3RQ81z\":\"Chaque personne recevra un e-mail avec une place réservée pour finaliser son achat.\",\"Xfsjel\":\"Chaque produit\",\"5oD9f/\":\"Earlier\",\"LTzmgK\":[\"Modifier le modèle \",[\"0\"]],\"v4+lcZ\":\"Modifier l'affilié\",\"ndNHsK\":\"Modifier l'annonce\",\"2iZEz7\":\"Modifier la réponse\",\"t2bbp8\":\"Modifier le participant\",\"etaWtB\":\"Modifier les détails du participant\",\"+guao5\":\"Modifier la configuration\",\"1Mp/A4\":\"Edit Date\",\"m0ZqOT\":\"Modifier l'emplacement\",\"8oivFT\":\"Modifier l'emplacement\",\"vRWOrM\":\"Modifier les détails de la commande\",\"pHm0k9\":\"Modifier le calendrier\",\"fW5sSv\":\"Modifier le webhook\",\"nP7CdQ\":\"Modifier le webhook\",\"MRZxAn\":\"Edited\",\"uBAxNB\":\"Éditeur\",\"aqxYLv\":\"Éducation\",\"iiWXDL\":\"Échecs d'éligibilité\",\"zPiC+q\":\"Listes d'Enregistrement Éligibles\",\"SiVstt\":\"Email & scheduled messages\",\"V2sk3H\":\"E-mail et Modèles\",\"hbwCKE\":\"Adresse e-mail copiée dans le presse-papiers\",\"dSyJj6\":\"Les adresses e-mail ne correspondent pas\",\"elW7Tn\":\"Corps de l'e-mail\",\"ZsZeV2\":\"L'e-mail est obligatoire\",\"Be4gD+\":\"Aperçu de l'e-mail\",\"6IwNUc\":\"Modèles d'e-mail\",\"H/UMUG\":\"Vérification de l'e-mail requise\",\"PLEl94\":\"Email verified\",\"L86zy2\":\"E-mail vérifié avec succès !\",\"FSN4TS\":\"Widget intégré\",\"z9NkYY\":\"Embeddable widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Un emoji est requis pour les modales\",\"Qj0GKe\":\"Activer le libre-service pour les participants\",\"hEtQsg\":\"Activer le libre-service pour les participants par défaut\",\"Upeg/u\":\"Activer ce modèle pour l'envoi d'e-mails\",\"7dSOhU\":\"Activer la liste d'attente\",\"RxzN1M\":\"Activé\",\"sGjBEq\":\"Date et heure de fin (optionnel)\",\"PKXt9R\":\"La date de fin doit être postérieure à la date de début\",\"vTL8gi\":\"Heure de fin\",\"48Y16Q\":\"Heure de fin (facultatif)\",\"TbaYrr\":[\"Ended \",[\"0\"]],\"CFgwiw\":[\"Ends \",[\"0\"]],\"SqOIQU\":\"Enter a capacity value or choose unlimited.\",\"h37gRz\":\"Enter a label or choose to remove it.\",\"7YZofi\":\"Entrez un sujet et un corps pour voir l'aperçu\",\"khyScF\":\"Enter a time to shift by.\",\"SKx/0u\":\"Saisissez un nom de lieu ou une adresse\",\"ppwojw\":\"Saisissez un nom de lieu ou une adresse pour les événements en présentiel\",\"j+eCIq\":\"Saisir l'adresse manuellement\",\"3bR1r4\":\"Saisir l'e-mail de l'affilié (facultatif)\",\"ARkzso\":\"Saisir le nom de l'affilié\",\"ej4L8b\":\"Enter capacity\",\"6KnyG0\":\"Saisissez l'e-mail\",\"INDKM9\":\"Entrez le sujet de l'e-mail...\",\"xUgUTh\":\"Saisissez le prénom\",\"9/1YKL\":\"Saisissez le nom\",\"VpwcSk\":\"Entrez le nouveau mot de passe\",\"kWg31j\":\"Saisir un code d'affiliation unique\",\"C3nD/1\":\"Entrez votre e-mail\",\"VmXiz4\":\"Entrez votre adresse e-mail et nous vous enverrons des instructions pour réinitialiser votre mot de passe.\",\"n9V+ps\":\"Entrez votre nom\",\"IdULhL\":\"Entrez votre numéro de TVA avec le code pays, sans espaces (par ex., IE1234567A, DE123456789)\",\"RRlWVA\":\"Commande entière\",\"o21Y+P\":\"entries\",\"X88/6w\":\"Les inscriptions apparaîtront ici lorsque les clients rejoindront la liste d'attente pour les produits épuisés.\",\"LslKhj\":\"Erreur lors du chargement des journaux\",\"BkEWfd\":\"Esc to close\",\"VCNHvW\":\"Événement archivé\",\"ZD0XSb\":\"Événement archivé avec succès\",\"WgD6rb\":\"Catégorie d'événement\",\"b46pt5\":\"Image de couverture de l'événement\",\"NAUIJ7\":\"Event created\",\"1b77ID\":\"Événement créé\",\"1Hzev4\":\"Modèle personnalisé d'événement\",\"+v+GW0\":\"Affichage de la date de l'événement\",\"7u9/DO\":\"Événement supprimé avec succès\",\"imgKgl\":\"Description de l'événement\",\"IzR/Fc\":\"Event lifetime\",\"PYs3rP\":\"Nom de l'événement\",\"HhwcTQ\":\"Nom de l'événement\",\"WZZzB6\":\"Le nom de l'événement est obligatoire\",\"Wd5CDM\":\"Le nom de l'événement doit contenir moins de 150 caractères\",\"4JzCvP\":\"Événement non disponible\",\"mImacG\":\"Page de l'événement\",\"Hk9Ki/\":\"Événement restauré avec succès\",\"JyD0LH\":\"Paramètres de l'événement\",\"XVLu2v\":\"Titre de l'événement\",\"OfmsI9\":\"Événement trop récent\",\"4SILkp\":\"Event totals\",\"YDVUVl\":\"Types d'événements\",\"+HeiVx\":\"Événement mis à jour\",\"19j6uh\":\"Performance des événements\",\"PC3/fk\":\"Événements commençant dans les prochaines 24 heures\",\"CRsuq4\":\"Tous les\",\"nwiZdc\":[\"Every \",[\"0\"]],\"B2jjf8\":[\"Every \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Every \",[\"0\"],\" days\"],\"yLiYx+\":[\"Every \",[\"0\"],\" months\"],\"nn9ice\":[\"Every \",[\"0\"],\" weeks\"],\"Cdr8f9\":[\"Every \",[\"0\"],\" weeks on \",[\"1\"]],\"GVEHRk\":[\"Every \",[\"0\"],\" years\"],\"XlRpgq\":[\"Chaque \",[\"cadenceUnit\"]],\"fTFfOK\":\"Chaque modèle d'e-mail doit inclure un bouton d'appel à l'action qui renvoie vers la page appropriée\",\"hHTPiT\":\"Everything else — tap to edit\",\"BVinvJ\":\"Exemples : \\\"Comment avez-vous entendu parler de nous ?\\\", \\\"Nom de l'entreprise pour la facture\\\"\",\"2hGPQG\":\"Exemples : \\\"Taille de t-shirt\\\", \\\"Préférence de repas\\\", \\\"Titre du poste\\\"\",\"qNuTh3\":\"Exception\",\"aW/bzJ\":\"Exécuter la suppression\",\"CtAcQ7\":\"Exécuter la suppression maintenant\",\"xj4fwT\":\"Exécuter maintenant\",\"M1RnFv\":\"Expiré\",\"kF8HQ7\":\"Exporter les réponses\",\"2KAI4N\":\"Exporter CSV\",\"JKfSAv\":\"Échec de l'exportation. Veuillez réessayer.\",\"SVOEsu\":\"Exportation commencée. Préparation du fichier...\",\"wuyaZh\":\"Exportation réussie\",\"9bpUSo\":\"Exportation des affiliés\",\"jtrqH9\":\"Exportation des participants\",\"R4Oqr8\":\"Exportation terminée. Téléchargement du fichier...\",\"UlAK8E\":\"Exportation des commandes\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Échoué\",\"8uOlgz\":\"Échoué le\",\"tKcbYd\":\"Travaux échoués\",\"SsI9v/\":\"Échec de l'abandon de la commande. Veuillez réessayer.\",\"LdPKPR\":\"Échec de l'assignation de la configuration\",\"PO0cfn\":\"Failed to cancel date\",\"YUX+f+\":\"Failed to cancel dates\",\"SIHgVQ\":\"Échec de l'annulation du message\",\"cEFg3R\":\"Échec de la création de l'affilié\",\"dVgNF1\":\"Échec de la création de la configuration\",\"fAoRRJ\":\"Failed to create schedule\",\"4yLYTb\":\"Échec de la création du calendrier. Veuillez réessayer.\",\"U66oUa\":\"Échec de la création du modèle\",\"+RTkEY\":\"Échec de la suppression de l'annonce\",\"aFk48v\":\"Échec de la suppression de la configuration\",\"n1CYMH\":\"Failed to delete date\",\"KXv+Qn\":\"Failed to delete date. It may have existing orders.\",\"JJ0uRo\":\"Failed to delete dates\",\"rgoBnv\":\"Échec de la suppression de l'événement\",\"Zw6LWb\":\"Échec de la suppression du travail\",\"tq0abZ\":\"Échec de la suppression des travaux\",\"2mkc3c\":\"Échec de la suppression de l'organisateur\",\"5E23qd\":\"Failed to delete product. Please try again.\",\"vKMKnu\":\"Échec de la suppression de la question\",\"xFj7Yj\":\"Échec de la suppression du modèle\",\"jo3Gm6\":\"Échec de l'exportation des affiliés\",\"Jjw03p\":\"Échec de l'exportation des participants\",\"ZPwFnN\":\"Échec de l'exportation des commandes\",\"zGE3CH\":\"Échec de l'exportation du rapport. Veuillez réessayer.\",\"lS9/aZ\":\"Impossible de charger les destinataires\",\"X4o0MX\":\"Échec du chargement du webhook\",\"ETcU7q\":\"Échec de l'offre de place\",\"5670b9\":\"Échec de l'offre de billets\",\"e5KIbI\":\"Failed to reactivate date\",\"7zyx8a\":\"Échec de la suppression de la liste d'attente\",\"A/P7PX\":\"Failed to remove override\",\"ogWc1z\":\"Failed to reopen date\",\"0+iwE5\":\"Échec de la réorganisation des questions\",\"EJPAcd\":\"Échec du renvoi de la confirmation de commande\",\"DjSbj3\":\"Échec du renvoi du billet\",\"YQ3QSS\":\"Échec du renvoi du code de vérification\",\"wDioLj\":\"Échec du réessai du travail\",\"DKYTWG\":\"Échec du réessai des travaux\",\"WRREqF\":\"Failed to save override\",\"sj/eZA\":\"Failed to save price override\",\"780n8A\":\"Failed to save product settings\",\"zTkTF3\":\"Échec de la sauvegarde du modèle\",\"l6acRV\":\"Échec de l'enregistrement des paramètres TVA. Veuillez réessayer.\",\"T6B2gk\":\"Échec de l'envoi du message. Veuillez réessayer.\",\"lKh069\":\"Échec du démarrage de l'exportation\",\"t/KVOk\":\"Échec du démarrage de l'usurpation d'identité. Veuillez réessayer.\",\"QXgjH0\":\"Échec de l'arrêt de l'usurpation d'identité. Veuillez réessayer.\",\"i0QKrm\":\"Échec de la mise à jour de l'affilié\",\"NNc33d\":\"Échec de la mise à jour de la réponse.\",\"E9jY+o\":\"Échec de la mise à jour du participant\",\"uQynyf\":\"Échec de la mise à jour de la configuration\",\"i2PFQJ\":\"Échec de la mise à jour du statut de l'événement\",\"EhlbcI\":\"Échec de la mise à jour du niveau de messagerie\",\"rpGMzC\":\"Échec de la mise à jour de la commande\",\"T2aCOV\":\"Échec de la mise à jour du statut de l'organisateur\",\"Eeo/Gy\":\"Échec de la mise à jour du paramètre\",\"kqA9lY\":\"Échec de la mise à jour des paramètres TVA\",\"nkNfWu\":\"Échec du téléchargement de l'image. Veuillez réessayer.\",\"rxy0tG\":\"Échec de la vérification de l'e-mail\",\"QRUpCk\":\"Family\",\"5LO38w\":\"Fast payouts to your bank\",\"4lgLew\":\"February\",\"9bHCo2\":\"Devise des frais\",\"/sV91a\":\"Gestion des frais\",\"K4dKSP\":\"Fee override saved\",\"LyUWXA\":\"Frais contournés\",\"cf35MA\":\"Festival\",\"pAey+4\":\"Le fichier est trop volumineux. La taille maximale est de 5 Mo.\",\"VejKUM\":\"Remplissez d'abord vos informations ci-dessus\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filter attendees\",\"8OvVZZ\":\"Filtrer les Participants\",\"N/H3++\":\"Filter by date\",\"mvrlBO\":\"Filtrer par événement\",\"g+xRXP\":\"Finish setting up Stripe\",\"LHH461\":\"Finish setup\",\"syyeb9\":\"First\",\"Vj6wk9\":\"First 30 days\",\"/bpZYb\":\"First 7 days\",\"ziEnjY\":\"First 90 days\",\"1vBhpG\":\"Premier participant\",\"4pwejF\":\"Le prénom est obligatoire\",\"rVogsf\":\"Corrigez les problèmes pour publier\",\"3lkYdQ\":\"Fixed fee\",\"6bBh3/\":\"Frais fixes\",\"zWqUyJ\":\"Frais fixes facturés par transaction\",\"LWL3Bs\":\"Les frais fixes doivent être égaux ou supérieurs à 0\",\"0RI8m4\":\"Flash off\",\"q0923e\":\"Flash on\",\"X+U6/w\":\"Police de caractères\",\"lWxAUo\":\"Nourriture et boissons\",\"nFm+5u\":\"Texte de Pied de Page\",\"sQv06Y\":\"pour\",\"NTzcRQ\":\"Pour un nombre de dates\",\"a8nooQ\":\"Fourth\",\"xVhQZV\":\"Fri\",\"39y5bn\":\"Vendredi\",\"ejVYRQ\":\"Du\",\"hGDVDa\":[\"À partir de \",[\"0\"]],\"+dBe1R\":[\"From \",[\"start\"]],\"1dv+MO\":[\"du \",[\"start\"],\" au \",[\"end\"]],\"l82hjf\":[\"à partir du \",[\"start\"],\", pour \",[\"count\"],\" dates\"],\"f5UbZ0\":\"Full data ownership\",\"cfvx/y\":\"Full event\",\"MY2SVM\":\"Remboursement complet\",\"PGQLdy\":\"future\",\"8N/j1s\":\"Future dates only\",\"yRx/6K\":\"Future dates will be copied with capacity reset to zero\",\"T02gNN\":\"Admission Générale\",\"3ep0Gx\":\"Informations générales sur votre organisateur\",\"ziAjHi\":\"Générer\",\"exy8uo\":\"Générer un code\",\"4CETZY\":\"Itinéraire\",\"pjkEcB\":\"Get Paid\",\"lGYzP6\":\"Get paid with Stripe\",\"ZDIydz\":\"Commencer\",\"u6FPxT\":\"Obtenir des billets\",\"2ohvu7\":\"Texte du bouton Obtenir des billets\",\"8KDgYV\":\"Préparez votre événement\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Retour\",\"sr0UJD\":\"Go Back\",\"oNL5vN\":\"Aller à la page de l'événement\",\"gHSuV/\":\"Aller à la page d'accueil\",\"8+Cj55\":\"Go to Schedule\",\"6nDzTl\":\"Bonne lisibilité\",\"76gPWk\":\"Compris\",\"CZXzs4\":\"Grec\",\"aGWZUr\":\"Revenu brut\",\"n8IUs7\":\"Revenu brut\",\"O1wAlQ\":\"Guest\",\"LIYoRQ\":\"Gestion des invités\",\"NUsTc4\":\"Happening now\",\"S2Y4aO\":\"Suppression définitive\",\"kTSQej\":[\"Bonjour \",[\"0\"],\", gérez votre plateforme depuis ici.\"],\"URTkcd\":\"Aidez-nous à nous améliorer en nous disant pourquoi vous partez\",\"dORAcs\":\"Voici tous les billets associés à votre adresse e-mail.\",\"g+2103\":\"Voici votre lien d'affiliation\",\"bVsnqU\":\"Hi,\",\"/iE8xx\":\"Frais Hi.Events\",\"zppscQ\":\"Frais de plateforme Hi.Events et ventilation TVA par transaction\",\"D+zLDD\":\"Masqué\",\"cZO505\":[\"Hidden — sales ended \",[\"end\"],\".\"],\"DRErHC\":\"Masqué aux participants - visible uniquement par les organisateurs\",\"9zfvsx\":\"Hidden from everyone\",\"nMfkJW\":\"Hidden from everyone — the master hide switch is on.\",\"NNnsM0\":\"Masquer les options avancées\",\"P+5Pbo\":\"Masquer les réponses\",\"VMlRqi\":\"Hide details\",\"NQgWuh\":\"Masquer l'aperçu\",\"uXNYjR\":\"Masquer les dates et horaires complets\",\"g9RcYX\":\"Masquer la date\",\"uMwTx7\":\"Masquer cette catégorie ?\",\"LLt2UT\":\"Hides sold out\",\"gtEbeW\":\"Mettre en avant\",\"NF8sdv\":\"Message de mise en avant\",\"MXSqmS\":\"Mettre ce produit en avant\",\"7ER2sc\":\"En vedette\",\"sq7vjE\":\"Les produits mis en avant auront une couleur de fond différente pour se démarquer sur la page de l'événement.\",\"1+WSY1\":\"Hobbies\",\"yY8wAv\":\"Hours\",\"49Tkiw\":\"Comment la réduction est-elle appliquée ?\",\"sy9anN\":\"Combien de temps un client a pour finaliser son achat après avoir reçu une offre. Laisser vide pour aucun délai.\",\"cceMns\":\"How VAT is applied to the platform fees we charge you.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Hongrois\",\"8Wgd41\":\"Je reconnais mes responsabilités en tant que responsable du traitement des données\",\"O8m7VA\":\"J'accepte de recevoir des notifications par e-mail liées à cet événement\",\"YLgdk5\":\"Je confirme qu'il s'agit d'un message transactionnel lié à cet événement\",\"4/kP5a\":\"Si un nouvel onglet ne s'est pas ouvert automatiquement, veuillez cliquer sur le bouton ci-dessous pour poursuivre le paiement.\",\"W/eN+G\":\"Si vide, l'adresse sera utilisée pour générer un lien Google Maps\",\"CY3yHL\":\"Si coché, cette catégorie sera masquée au public.\",\"iIEaNB\":\"Si vous avez un compte chez nous, vous recevrez un e-mail avec des instructions pour réinitialiser votre mot de passe.\",\"an5hVd\":\"Images\",\"tSVr6t\":\"Usurper l'identité\",\"TWXU0c\":\"Usurper l'utilisateur\",\"5LAZwq\":\"Usurpation d'identité démarrée\",\"IMwcdR\":\"Usurpation d'identité arrêtée\",\"0I0Hac\":\"Avis important\",\"yD3avI\":\"Important : La modification de votre adresse e-mail mettra à jour le lien d'accès à cette commande. Vous serez redirigé vers le nouveau lien de commande après l'enregistrement.\",\"jT142F\":[\"Dans \",[\"diffHours\"],\" heures\"],\"OoSyqO\":[\"Dans \",[\"diffMinutes\"],\" minutes\"],\"PdMhEx\":[\"in last \",[\"0\"],\" min\"],\"u7r0G5\":\"In person — set a venue\",\"/LCAwL\":\"En cours\",\"5gTmFD\":\"frais incl.\",\"laL+R0\":\"frais et taxes incl.\",\"cXeh90\":\"taxes incl.\",\"pxFAp/\":\"Augmenter\",\"nQMUIO\":\"Augmenter la quantité\",\"F1Xp97\":\"Participants individuels\",\"85e6zs\":\"Insérer un jeton Liquid\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Instant Stripe payouts\",\"nbfdhU\":\"Intégrations\",\"I8eJ6/\":\"Internal notes on the attendee's ticket\",\"B2Tpo0\":\"E-mail invalide\",\"5tT0+u\":\"Format d'e-mail invalide\",\"f9WRpE\":\"Type de fichier invalide. Veuillez télécharger une image.\",\"tnL+GP\":\"Syntaxe Liquid invalide. Veuillez la corriger et réessayer.\",\"N9JsFT\":\"Format de numéro de TVA invalide\",\"g+lLS9\":\"Inviter un membre de l'équipe\",\"1z26sk\":\"Inviter un membre de l'équipe\",\"KR0679\":\"Inviter des membres de l'équipe\",\"aH6ZIb\":\"Invitez votre équipe\",\"Dn4OyV\":\"Invité\",\"IuMGvq\":\"Facture\",\"a/bUcL\":\"It happens on more than one date\",\"d+Oe9r\":\"It may have been unpublished or removed. Please check the link and try again.\",\"Lj7sBL\":\"Italien\",\"F5/CBH\":\"article(s)\",\"BzfzPK\":\"Articles\",\"rjyWPb\":\"January\",\"KmWyx0\":\"Travail\",\"o5r6b2\":\"Travail supprimé\",\"cd0jIM\":\"Détails du travail\",\"ruJO57\":\"Nom du travail\",\"YZi+Hu\":\"Travail en file d'attente pour réessai\",\"nCywLA\":\"Rejoignez de n'importe où\",\"SNzppu\":\"Rejoindre la liste d'attente\",\"dLouFI\":[\"Rejoindre la liste d'attente pour \",[\"productDisplayName\"]],\"2gMuHR\":\"Inscrit\",\"u4ex5r\":\"July\",\"zeEQd/\":\"June\",\"MxjCqk\":\"Vous cherchez vos billets ?\",\"xOTzt5\":\"just now\",\"0RihU9\":\"Just wrapped\",\"Brhs/U\":\"Conserver la connexion\",\"4OjqAQ\":\"Keep editing\",\"lwO5vw\":[\"Soyez bref — les bannières affichent une seule ligne. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Me tenir informé des actualités et événements de \",[\"0\"]],\"ioFA9i\":\"Keep the profit.\",\"C/pOUI\":\"Libellé — p. ex. Séance du matin\",\"o66QSP\":\"label updates\",\"RtKKbA\":\"Last\",\"DruLRc\":\"14 derniers jours\",\"ve9JTU\":\"Le nom est obligatoire\",\"h0Q9Iw\":\"Dernière réponse\",\"gw3Ur5\":\"Dernier déclenchement\",\"FIq1Ba\":\"Later\",\"xvnLMP\":\"Latest check-ins\",\"GGFOZD\":\"Laissez « Du » sur aujourd'hui pour commencer tout de suite.\",\"N5TErv\":\"Leave empty for unlimited\",\"L/hDDD\":\"Leave empty to apply this check-in list to all occurrences\",\"9Pf3wk\":\"Leave on to cover every ticket on the event. Turn off to pick specific tickets.\",\"Hq2BzX\":\"Let them know about the change\",\"+uexiy\":\"Let them know about the changes\",\"exYcTF\":\"Library\",\"1njn7W\":\"Clair\",\"1qY5Ue\":\"Lien expiré ou invalide\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Liens autorisés\",\"2BBAbc\":\"List\",\"dF6vP6\":\"En ligne\",\"fpMs2Z\":\"EN DIRECT\",\"D9zTjx\":\"Événements en Direct\",\"a37vfH\":\"Live preview\",\"C33p4q\":\"Loaded dates\",\"WdmJIX\":\"Chargement de l'aperçu...\",\"IoDI2o\":\"Chargement des jetons...\",\"G3Ge9Z\":\"Chargement des journaux webhook...\",\"NFxlHW\":\"Chargement des webhooks\",\"E0DoRM\":\"Emplacement supprimé\",\"7w8lJU\":\"Emplacement enregistré\",\"YsRXDD\":\"Emplacement mis à jour\",\"A/kIva\":\"location updates\",\"iyZPPR\":\"emplacements\",\"VppBoU\":\"Emplacements\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo & Couverture\",\"gddQe0\":\"Logo et image de couverture pour votre organisateur\",\"TBEnp1\":\"Le logo sera affiché dans l'en-tête\",\"Jzu30R\":\"Le logo sera affiché sur le billet\",\"PSRm6/\":\"Rechercher mes billets\",\"yJFu/X\":\"Bureau principal\",\"v5nFPh\":\"Make it visible so people can buy tickets\",\"cdY2at\":[\"Manage \",[\"0\"]],\"wZJfA8\":\"Manage dates and times for your recurring event\",\"RlzPUE\":\"Manage on Stripe\",\"sjoDuh\":\"Manage schedule\",\"6NXJRK\":\"Manage Schedule\",\"zXuaxY\":\"Gérez la liste d'attente de votre événement, consultez les statistiques et offrez des billets aux participants.\",\"g2npA5\":\"Offre manuelle\",\"hg6l4j\":\"March\",\"pqRBOz\":\"Mark as validated (admin override)\",\"2L3vle\":\"Max messages / 24h\",\"Qp4HWD\":\"Max destinataires / message\",\"7qu2YV\":[\"Maximum \",[\"cap\"],\" par commande\"],\"3JzsDb\":\"May\",\"agPptk\":\"Support\",\"xDAtGP\":\"Message\",\"bECJqy\":\"Message approuvé avec succès\",\"1jRD0v\":\"Envoyez des messages aux participants avec des billets spécifiques\",\"uQLXbS\":\"Message annulé\",\"48rf3i\":\"Le message ne peut pas dépasser 5000 caractères\",\"ZPj0Q8\":\"Détails du message\",\"Vjat/X\":\"Le message est obligatoire\",\"0/yJtP\":\"Envoyer un message aux propriétaires de commandes avec des produits spécifiques\",\"saG4At\":\"Message programmé\",\"mFdA+i\":\"Niveau de messagerie\",\"v7xKtM\":\"Niveau de messagerie mis à jour avec succès\",\"/VRn+9\":[\"Min \",[\"min\"],\" per order\"],\"H9HlDe\":\"minutes\",\"agRWc1\":\"Minutes\",\"FfPWR0\":\"Modale\",\"zz/Wd/\":\"Mode\",\"fpMgHS\":\"Mon\",\"hty0d5\":\"Lundi\",\"JbIgPz\":\"Les valeurs monétaires sont des totaux approximatifs pour toutes les devises\",\"qvF+MT\":\"Surveiller et gérer les travaux de fond échoués\",\"kY2ll9\":\"month\",\"HajiZl\":\"Mois\",\"+8Nek/\":\"Monthly\",\"6jefe3\":\"months\",\"f8jrkd\":\"more\",\"JcD7qf\":\"More actions\",\"w36OkR\":\"Événements les plus vus (14 derniers jours)\",\"+Y/na7\":\"Move all dates earlier or later\",\"3DIpY0\":\"Multiple locations\",\"g9cQCP\":\"Multiple ticket types\",\"GfaxEk\":\"Musique\",\"oVGCGh\":\"Mes Billets\",\"8/brI5\":\"Le nom est obligatoire\",\"sFFArG\":\"Le nom doit comporter moins de 255 caractères\",\"Bst+aq\":\"Besoin de changer de compte Stripe ? Déconnectez celui-ci.\",\"xxU3NX\":\"Revenu net\",\"7I8LlL\":\"New capacity\",\"n1GRql\":\"New label\",\"y0Fcpd\":\"Nouvel emplacement\",\"ArHT/C\":\"Nouvelles inscriptions\",\"uK7xWf\":\"New time:\",\"g8JmSC\":\"Mois suivant\",\"veT5Br\":\"Next occurrence\",\"WXtl5X\":[\"Next: \",[\"nextFormatted\"]],\"eWRECP\":\"Vie nocturne\",\"HSw5l3\":\"Non - Je suis un particulier ou une entreprise non assujettie à la TVA\",\"VHfLAW\":\"Aucun compte\",\"+jIeoh\":\"Aucun compte trouvé\",\"074+X8\":\"Aucun webhook actif\",\"zxnup4\":\"Aucun affilié à afficher\",\"hUHrkV\":\"Aucune annonce pour le moment\",\"Dwf4dR\":\"Pas encore de questions pour les participants\",\"th7rdT\":\"No attendees to show\",\"PKySlW\":\"No attendees yet for this date.\",\"/UC6qk\":\"Aucune donnée d'attribution trouvée\",\"E2vYsO\":\"No capabilities reported by Stripe yet.\",\"amMkpL\":\"Aucune capacité\",\"d2Jf1f\":\"No change\",\"99ntUF\":\"Aucune liste d'enregistrement disponible pour cet événement.\",\"wG+knX\":\"No check-ins yet\",\"+dAKxg\":\"Aucune configuration trouvée\",\"LiLk8u\":\"No connections available\",\"eb47T5\":\"Aucune donnée trouvée pour les filtres sélectionnés. Essayez d'ajuster la plage de dates ou la devise.\",\"Zc216S\":\"No date added\",\"I8mtzP\":\"No dates available this month. Try navigating to another month.\",\"yDukIL\":\"No dates match the current filters.\",\"B7phdj\":\"No dates match your filters\",\"/ZB4Um\":\"No dates match your search\",\"OtJSnL\":\"Aucune date planifiée\",\"gEdNe8\":\"No dates scheduled yet\",\"w+wkcC\":\"Aucune demande de suppression trouvée\",\"pZNOT9\":\"Pas de date de fin\",\"dW40Uz\":\"Aucun événement trouvé\",\"8pQ3NJ\":\"Aucun événement ne commence dans les prochaines 24 heures\",\"8zCZQf\":\"Aucun événement pour le moment\",\"Yc5YW6\":\"Aucun travail échoué\",\"EpvBAp\":\"Pas de facture\",\"N+9Onb\":\"No limits\",\"XZkeaI\":\"Aucun journal trouvé\",\"IcAC6J\":\"Aucune police correspondante\",\"nrSs2u\":\"Aucun message trouvé\",\"Rj99yx\":\"No occurrences available\",\"IFU1IG\":\"No occurrences on this date\",\"OVFwlg\":\"Pas encore de questions de commande\",\"EJ7bVz\":\"Aucune commande trouvée\",\"NEmyqy\":\"Aucune commande pour le moment\",\"a77B6w\":\"No orders yet for this date.\",\"wUv5xQ\":\"Aucune activité d'organisateur au cours des 14 derniers jours\",\"vLd1tV\":\"No organizer context available.\",\"B7w4KY\":\"Aucun autre organisateur disponible\",\"PChXMe\":\"Aucune commande payée\",\"6jYQGG\":\"Aucun événement passé\",\"CHzaTD\":\"Aucun événement populaire au cours des 14 derniers jours\",\"zK/+ef\":\"Aucun produit disponible pour la sélection\",\"M1/lXs\":\"No products configured for this event.\",\"kY7XDn\":\"Aucun produit n'a d'entrées en liste d'attente\",\"8mw4tm\":\"Message d'absence de produits\",\"wYiAtV\":\"Aucune inscription récente\",\"UW90md\":\"Aucun destinataire trouvé\",\"QoAi8D\":\"Aucune réponse\",\"JeO7SI\":\"Pas de réponse\",\"EK/G11\":\"Aucune réponse pour le moment\",\"AxPAXW\":\"Aucun résultat trouvé\",\"59OWd3\":\"Aucun emplacement enregistré\",\"mPdY6W\":\"Aucune suggestion\",\"3sRuiW\":\"Aucun billet trouvé\",\"debCrL\":\"Aucun billet à vendre\",\"k2C0ZR\":\"No upcoming dates\",\"yM5c0q\":\"Aucun événement à venir\",\"qpC74J\":\"Aucun utilisateur trouvé\",\"8wgkoi\":\"Aucun événement vu au cours des 14 derniers jours\",\"Arzxc1\":\"Aucune inscription sur la liste d'attente\",\"n5vdm2\":\"Aucun événement webhook n'a encore été enregistré pour ce point de terminaison. Les événements apparaîtront ici une fois qu'ils seront déclenchés.\",\"4GhX3c\":\"Aucun webhook\",\"4+am6b\":\"Non, rester ici\",\"4JVMUi\":\"non-edited\",\"ACaDVQ\":\"None yet\",\"Itw24Q\":\"Not checked in\",\"x5+Lcz\":\"Non Enregistré\",\"8n10sz\":\"Non Éligible\",\"kLvU3F\":\"Notify attendees and stop sales\",\"t9QlBd\":\"November\",\"kAREMN\":\"Number of dates to create\",\"6u1B3O\":\"Occurrence\",\"mmoE62\":\"Occurrence Cancelled\",\"V9flmL\":\"Occurrence Schedule\",\"Kh3WO8\":\"Occurrence Summary\",\"byXCTu\":\"Occurrences\",\"KATw3p\":\"Occurrences (future only)\",\"85rTR2\":\"Occurrences can be configured after creation\",\"dzQfDY\":\"October\",\"BwJKBw\":\"de\",\"GQnX9d\":\"de chaque mois\",\"az8lvo\":\"Off\",\"9h7RDh\":\"Offrir\",\"EfK2O6\":\"Offrir une place\",\"3sVRey\":\"Proposer des billets\",\"2O7Ybb\":\"Délai de l'offre\",\"1jUg5D\":\"Proposé\",\"l+/HS6\":[\"Les offres expirent après \",[\"timeoutHours\"],\" heures.\"],\"6Aih4U\":\"Hors ligne\",\"Fdp03t\":\"le\",\"Z5HWHd\":\"On\",\"TH5A28\":[\"le \",[\"dayList\"]],\"qiMtVT\":[\"le \",[\"day\"],\" \",[\"month\"]],\"nO3VbP\":[\"En vente \",[\"0\"]],\"pPAGSK\":[\"le \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"On the event page\",\"H7stQC\":\"Sur la liste d'attente\",\"oXOSPE\":\"En ligne\",\"aqmy5k\":\"Online — provide connection details\",\"LuZBbx\":\"Online & in-person\",\"IXuOqt\":\"Online & in-person — see schedule\",\"WjSpu5\":\"Événement en ligne\",\"wCRLS9\":[\"Seulement \",[\"cap\"],\" disponibles\"],\"scPxI/\":[\"Plus que \",[\"capacity\"],\" restantes\"],\"Gk0+G6\":\"Only a name is required — everything else has sensible defaults\",\"NdOxqr\":\"Seuls les administrateurs de compte peuvent supprimer ou archiver des événements. Contactez votre administrateur de compte pour obtenir de l'aide.\",\"rnoDMF\":\"Seuls les administrateurs de compte peuvent supprimer ou archiver des organisateurs. Contactez votre administrateur de compte pour obtenir de l'aide.\",\"tnx0u1\":\"Only available as an add-on\",\"z4JBd7\":\"Seules les annonces publiées sont affichées aux utilisateurs\",\"bU7oUm\":\"Envoyer uniquement aux commandes avec ces statuts\",\"wkpaqp\":\"Afficher uniquement la date et l'heure de début\",\"chktt5\":\"Only shown as an add-on to the products it's attached to\",\"Y4HHYW\":\"Only shown as an add-on to the products it's attached to.\",\"Z82In9\":\"Seul le propriétaire du compte peut demander la suppression du compte.\",\"DMk8F0\":\"Only tickets count toward capacity\",\"+/Z3yr\":\"Only visible to buyers with an applicable promo code.\",\"M2w1ni\":\"Visible uniquement avec un code promo\",\"y8Bm7C\":\"Open check-in\",\"RLz7P+\":\"Open occurrence\",\"iMqrOb\":\"Appel à l'action facultatif\",\"cDSdPb\":\"Surnom facultatif affiché dans les sélecteurs, p. ex. \\\"Salle de conférence\\\"\",\"HXMJxH\":\"Texte optionnel pour les avertissements, informations de contact ou notes de remerciement (une seule ligne)\",\"L565X2\":\"options\",\"8m9emP\":\"or add a single date\",\"eBskDE\":\"Ou activez les paiements hors ligne et désactivez Stripe\",\"dSeVIm\":\"order\",\"c/TIyD\":\"Commande et billet\",\"H5qWhm\":\"Commande annulée\",\"b6+Y+n\":\"Commande terminée\",\"x4MLWE\":\"Confirmation de commande\",\"CsTTH0\":\"Confirmation de commande renvoyée avec succès\",\"ppuQR4\":\"Commande créée\",\"xtQzag\":\"Order details\",\"vrSW9M\":\"La commande a été annulée et remboursée. Le propriétaire de la commande a été notifié.\",\"rzw+wS\":\"Titulaires de commandes\",\"oI/hGR\":\"ID de commande\",\"m8vQEP\":\"Order limits\",\"vu6Arl\":\"Commande marquée comme payée\",\"sLbJQz\":\"Commande introuvable\",\"kvYpYu\":\"Commande introuvable\",\"eJ8SvM\":\"Order number, purchase date, purchaser email\",\"FaPYw+\":\"Propriétaire de la commande\",\"eB5vce\":\"Propriétaires de commandes avec un produit spécifique\",\"CxLoxM\":\"Propriétaires de commandes avec des produits\",\"UkHo4c\":\"Réf. commande\",\"EZy55F\":\"Commande remboursée\",\"6eSHqs\":\"Statuts des commandes\",\"oW5877\":\"Total de la commande\",\"e7eZuA\":\"Commande mise à jour\",\"1SQRYo\":\"Commande mise à jour avec succès\",\"3NT0Ck\":\"La commande a été annulée\",\"V5khLm\":\"orders\",\"sd5IMt\":\"Commandes terminées\",\"5It1cQ\":\"Commandes exportées\",\"UQ0ACV\":\"Total des commandes\",\"B/EBQv\":\"Commandes:\",\"qtGTNu\":\"Comptes organiques\",\"P/JHA4\":\"Organisateur archivé avec succès\",\"S3CZ5M\":\"Tableau de bord de l'organisateur\",\"GzjTd0\":\"Organisateur supprimé avec succès\",\"SQqJd8\":\"Organisateur introuvable\",\"HF8Bxa\":\"Organisateur restauré avec succès\",\"wpj63n\":\"Paramètres de l'organisateur\",\"o1my93\":\"Échec de la mise à jour du statut de l'organisateur. Veuillez réessayer plus tard\",\"rLHma1\":\"Statut de l'organisateur mis à jour\",\"LqBITi\":\"Le modèle de l'organisateur/par défaut sera utilisé\",\"q4zH+l\":\"Organizers\",\"/IX/7x\":\"Autre\",\"RsiDDQ\":\"Autres Listes (Billet Non Inclus)\",\"EufvBx\":\"Résultat\",\"aDfajK\":\"Outdoors\",\"qMASRF\":\"Messages sortants\",\"iCOVQO\":\"Override\",\"GpFTEc\":\"Override fees on this organizer\",\"M9ZhMP\":\"Override price\",\"cnVIpl\":\"Override removed\",\"6/dCYd\":\"Aperçu\",\"6WdDG7\":\"Page\",\"8uqsE5\":\"Page plus disponible\",\"QkLf4H\":\"URL de la page\",\"sF+Xp9\":\"Vues de page\",\"v4nCHK\":\"Paid\",\"c+suC6\":\"Comptes payants\",\"5F7SYw\":\"Remboursement partiel\",\"fFYotW\":[\"Partiellement remboursé : \",[\"0\"]],\"i8day5\":\"Répercuter les frais sur l'acheteur\",\"k4FLBQ\":\"Répercuter sur l'acheteur\",\"Ff0Dor\":\"Passé\",\"BFjW8X\":\"Past due\",\"xTPjSy\":\"Événements passés\",\"/l/ckQ\":\"Coller l’URL\",\"URAE3q\":\"En pause\",\"4fL/V7\":\"Payer\",\"W5l9HD\":\"Payez ce que vous voulez\",\"c2/9VE\":\"Charge utile\",\"5cxUwd\":\"Date de paiement\",\"ENEPLY\":\"Mode de paiement\",\"8Lx2X7\":\"Paiement reçu\",\"fx8BTd\":\"Paiements non disponibles\",\"C+ylwF\":\"Payouts\",\"UbRKMZ\":\"En attente\",\"UkM20g\":\"En attente de révision\",\"dPYu1F\":\"Par participant\",\"mQV/nJ\":\"per min\",\"+kvxv+\":\"par commande\",\"VlXNyK\":\"Par commande\",\"NhuGd7\":\"par produit\",\"hauDFf\":\"Par billet\",\"mnF83a\":\"Frais en pourcentage\",\"TNLuRD\":\"Percentage fee (%)\",\"MixU2P\":\"Le pourcentage doit être compris entre 0 et 100\",\"MkuVAZ\":\"Pourcentage du montant de la transaction\",\"/Bh+7r\":\"Performance\",\"/4mGVp\":\"Supprimer définitivement ce compte\",\"dGdKgQ\":\"Supprimer définitivement ce compte et ses données.\",\"fIp56F\":\"Supprimez définitivement cet événement et toutes ses données associées.\",\"nJeeX7\":\"Supprimez définitivement cet organisateur et tous ses événements.\",\"wfCTgK\":\"Permanently remove this date\",\"6kPk3+\":\"Informations personnelles\",\"zmwvG2\":\"Téléphone\",\"tSR/oe\":\"Pick an end date\",\"e8kzpp\":\"Pick at least one day of the month\",\"35C8QZ\":\"Pick at least one day of the week\",\"kJmAsd\":\"Choisissez des jours pour voir vos dates.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Placed\",\"wBJR8i\":\"Planifier un événement ?\",\"J3lhKT\":\"Frais de plateforme\",\"RD51+P\":[\"Frais de plateforme de \",[\"0\"],\" déduits de votre paiement\"],\"br3Y/y\":\"Frais de plateforme\",\"3buiaw\":\"Rapport des frais de plateforme\",\"kv9dM4\":\"Revenus de la plateforme\",\"PJ3Ykr\":\"Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions.\",\"OtjenF\":\"Veuillez saisir une adresse e-mail valide\",\"jEw0Mr\":\"Veuillez entrer une URL valide\",\"n8+Ng/\":\"Veuillez saisir le code à 5 chiffres\",\"r+lQXT\":\"Veuillez entrer votre numéro de TVA\",\"Dvq0wf\":\"Veuillez fournir une image.\",\"2cUopP\":\"Veuillez recommencer le processus de commande.\",\"GoXxOA\":\"Please select a date and time\",\"8KmsFa\":\"Veuillez sélectionner une plage de dates\",\"EFq6EG\":\"Veuillez sélectionner une image.\",\"fuwKpE\":\"Veuillez réessayer.\",\"klWBeI\":\"Veuillez patienter avant de demander un autre code\",\"hfHhaa\":\"Veuillez patienter pendant que nous préparons vos affiliés pour l'exportation...\",\"o+tJN/\":\"Veuillez patienter pendant que nous préparons l'exportation de vos participants...\",\"+5Mlle\":\"Veuillez patienter pendant que nous préparons l'exportation de vos commandes...\",\"trnWaw\":\"Polonais\",\"luHAJY\":\"Événements populaires (14 derniers jours)\",\"p/78dY\":\"Position\",\"OESu7I\":\"Évitez la survente en partageant l'inventaire entre plusieurs types de billets.\",\"NgVUL2\":\"Aperçu du formulaire de paiement\",\"cs5muu\":\"Aperçu de la page de l’événement\",\"1xwZj/\":\"Mois précédent\",\"Jm2AC3\":\"Price Tier\",\"a5jvSX\":\"Niveaux de prix\",\"aHCEmh\":\"Pricing\",\"ReihZ7\":\"Aperçu avant Impression\",\"JnuPvH\":\"Imprimer le billet\",\"tYF4Zq\":\"Imprimer en PDF\",\"LcET2C\":\"Politique de confidentialité\",\"8z6Y5D\":\"Traiter le remboursement\",\"JcejNJ\":\"Traitement de la commande\",\"EWCLpZ\":\"Produit créé\",\"XkFYVB\":\"Produit supprimé\",\"YMwcbR\":\"Détail des ventes de produits, revenus et taxes\",\"ls0mTC\":\"Product settings cannot be edited for cancelled dates.\",\"2339ej\":\"Product settings saved successfully\",\"ldVIlB\":\"Produit mis à jour\",\"CP3D8G\":\"Progress\",\"JoKGiJ\":\"Code promo\",\"dIodJL\":\"Promo code required\",\"k3wH7i\":\"Utilisation des codes promo et détail des réductions\",\"tZqL0q\":\"promo codes\",\"oCHiz3\":\"Promo codes\",\"uEhdRh\":\"Promo seulement\",\"dLm8V5\":\"Les e-mails promotionnels peuvent entraîner la suspension du compte\",\"W0ETyY\":\"Renseignez au moins un champ d'adresse (lieu, rue, ville ou pays).\",\"2W/7Gz\":\"Provide the following before Stripe's next review to keep payouts flowing.\",\"7d1a0d\":\"Public\",\"EEYbdt\":\"Publier\",\"JcgJKc\":\"Publier quand même\",\"evDBV8\":\"Publier l'événement\",\"2zEfOd\":\"Publish your event\",\"u3wRF+\":\"Publiée\",\"L7nrC8\":\"La publication rend votre page d'événement publique et ouvre les inscriptions.\",\"dsFmM+\":\"Acheté\",\"JunetL\":\"Purchaser\",\"phmeUH\":\"Purchaser email\",\"ywR4ZL\":\"QR code check-in\",\"oWXNE5\":\"Qté\",\"VbWX2u\":\"Quantité\",\"biEyJ4\":\"Question answers\",\"k/bJj0\":\"Questions réorganisées\",\"b24kPi\":\"File d'attente\",\"lTPqpM\":\"Quick Tip\",\"fqDzSu\":\"Taux\",\"mnUGVC\":\"Limite de débit dépassée. Veuillez réessayer plus tard.\",\"t41hVI\":\"Réoffrir une place\",\"TNclgc\":\"Reactivate this date? It will be reopened for future sales.\",\"RENQ6j\":\"Prêt à passer en ligne ?\",\"uqoRbb\":\"Real-time analytics\",\"jPSk57\":\"Raison (facultatif)\",\"xzRvs4\":[\"Recevoir les mises à jour produits de \",[\"0\"],\".\"],\"pLXbi8\":\"Inscriptions récentes\",\"M1HGuR\":\"Recent activity\",\"3kJ0gv\":\"Recent Attendees\",\"qhfiwV\":\"Recent check-ins\",\"S+0XMX\":\"Recent orders\",\"Fi3b48\":\"Commandes récentes\",\"7hPBBn\":\"destinataire\",\"jp5bq8\":\"destinataires\",\"yPrbsy\":\"Destinataires\",\"E1F5Ji\":\"Les destinataires sont disponibles après l'envoi du message\",\"WEYdDv\":\"Recommended\",\"wuhHPE\":\"Recurring\",\"asLqwt\":\"Événement récurrent\",\"s3uzsK\":\"Paramètres de l'événement récurrent\",\"D0tAMe\":\"Recurring events\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Redirection vers Stripe...\",\"pnoTN5\":\"Comptes de parrainage\",\"ACKu03\":\"Actualiser l'aperçu\",\"vuFYA6\":\"Refund all orders for these dates\",\"4cRUK3\":\"Refund all orders for this date\",\"fKn/k6\":\"Montant du remboursement\",\"qY4rpA\":\"Remboursement échoué\",\"FaK/8G\":[\"Rembourser la commande \",[\"0\"]],\"MGbi9P\":\"Remboursement en attente\",\"BDSRuX\":[\"Remboursé : \",[\"0\"]],\"bU4bS1\":\"Remboursements\",\"rYXfOA\":\"Paramètres régionaux\",\"5tl0Bp\":\"Questions d'inscription\",\"ZNo5k1\":\"Remaining\",\"Bjh87R\":\"Remove label from all dates\",\"IVZaEo\":\"Supprime entièrement les dates et horaires complets de la page de l'événement. Lorsque cette option est désactivée, ils restent visibles et sont indiqués comme complets.\",\"5Vkr/a\":\"Supprimer l'horaire\",\"KkJtVK\":\"Reopen for new sales\",\"XJwWJp\":\"Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed.\",\"RYlQY0\":\"Répétition\",\"CQeZT8\":\"Rapport non trouvé\",\"JEPMXN\":\"Demander un nouveau lien\",\"Yx0Ud8\":\"Demandé\",\"Wcv9QD\":\"Demandé par\",\"TMLAx2\":\"Requis\",\"mdeIOH\":\"Renvoyer le code\",\"sQxe68\":\"Renvoyer la confirmation\",\"bxoWpz\":\"Renvoyer l'e-mail de confirmation\",\"G42SNI\":\"Renvoyer l'e-mail\",\"TTpXL3\":[\"Renvoyer dans \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Renvoyer le billet\",\"Uwsg2F\":\"Réservé\",\"8wUjGl\":\"Réservé jusqu'au\",\"a5z8mb\":\"Reset to base price\",\"kCn6wb\":\"Réinitialisation...\",\"ZlCDf+\":\"Réponse\",\"bsydMp\":\"Détails de la réponse\",\"yKu/3Y\":\"Restaurer\",\"RokrZf\":\"Restaurer l'événement\",\"/JyMGh\":\"Restaurer l'organisateur\",\"HFvFRb\":\"Restaurez cet événement pour le rendre à nouveau visible.\",\"DDIcqy\":\"Restaurez cet organisateur et rendez-le à nouveau actif.\",\"mO8KLE\":\"results\",\"6gRgw8\":\"Réessayer\",\"1BG8ga\":\"Tout réessayer\",\"rDC+T6\":\"Réessayer le travail\",\"CbnrWb\":\"Retour à l'événement\",\"Lf7TCn\":\"Les lieux réutilisables apparaissent ici automatiquement lorsque vous créez des événements avec des adresses, et vous pouvez ajouter les vôtres.\",\"mdQ0zb\":\"Des lieux réutilisables pour vos événements. Les emplacements créés via l'autocomplétion sont enregistrés ici automatiquement.\",\"XFOPle\":\"Reuse\",\"1Zehp4\":\"Reuse a Stripe connection from another organizer in this account.\",\"Oo/PLb\":\"Résumé des revenus\",\"CfuueU\":\"Révoquer l'offre\",\"Tpm2G9\":\"Durée\",\"dFFW9L\":[\"Vente terminée \",[\"0\"]],\"loCKGB\":[\"Vente se termine \",[\"0\"]],\"wlfBad\":\"Période de vente\",\"qi81Jg\":\"Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page.\",\"zpekWp\":[\"Vente commence \",[\"0\"]],\"7s8z0X\":\"Sale window\",\"mUv9U4\":\"Ventes\",\"9KnRdL\":\"Ventes en pause\",\"JC3J0k\":\"Sales, attendance, and check-in breakdown per occurrence\",\"3VnlS9\":\"Ventes, commandes et indicateurs de performance pour tous les événements\",\"3Q1AWe\":\"Ventes:\",\"LeuERW\":\"Same as event\",\"B4nE3N\":\"Prix du billet exemple\",\"8BRPoH\":\"Lieu Exemple\",\"PiK6Ld\":\"Sat\",\"+5kO8P\":\"Samedi\",\"zJiuDn\":\"Save fee override\",\"x1fMXJ\":\"Enregistrer le calendrier\",\"KZrfYJ\":\"Enregistrer les liens sociaux\",\"9Y3hAT\":\"Sauvegarder le modèle\",\"C8ne4X\":\"Enregistrer le Design du Billet\",\"cTI8IK\":\"Save VAT settings\",\"6/TNCd\":\"Enregistrer les paramètres TVA\",\"4RvD9q\":\"Emplacement enregistré\",\"cgw0cL\":\"Emplacements enregistrés\",\"Fbqm/I\":\"Saving an override creates a dedicated configuration for this organizer if it's currently on the system default.\",\"I+FvbD\":\"Scanner\",\"0zd6Nm\":\"Scan a ticket to check in an attendee\",\"bQG7Qk\":\"Scanned tickets will appear here\",\"WDYSLJ\":\"Scanner mode\",\"gmB6oO\":\"Schedule\",\"qQTaVm\":\"Schedule added\",\"j6NnBq\":\"Schedule created successfully\",\"YP7frt\":\"Schedule ends on\",\"QS1Nla\":\"Programmer pour plus tard\",\"NAzVVw\":\"Programmer le message\",\"/rTL/5\":\"Aperçu du calendrier\",\"Fz09JP\":\"Schedule starts on\",\"4ba0NE\":\"Planifié\",\"4HKQZj\":\"Suppression planifiée\",\"qcP/8K\":\"Heure programmée\",\"A1taO8\":\"Search\",\"ftNXma\":\"Rechercher des affiliés...\",\"VMU+zM\":\"Search attendees\",\"VY+Bdn\":\"Rechercher par nom de compte ou e-mail...\",\"VX+B3I\":\"Rechercher par titre d'événement ou organisateur...\",\"R0wEyA\":\"Rechercher par nom de travail ou exception...\",\"YnMfsK\":\"Rechercher par nom ou adresse...\",\"3yKuDu\":\"Recherchez par nom ou e-mail et sélectionnez-en un ou plusieurs\",\"VT+urE\":\"Rechercher par nom ou e-mail...\",\"GHdjuo\":\"Rechercher par nom, e-mail ou compte...\",\"4mBFO7\":\"Search by name, order #, ticket # or email\",\"20ce0U\":\"Rechercher par ID de commande, nom du client ou e-mail...\",\"4DSz7Z\":\"Rechercher par sujet, événement ou compte...\",\"gTUY97\":\"Rechercher par titre...\",\"nQC7Z9\":\"Search dates...\",\"iRtEpV\":\"Search dates…\",\"JRM7ao\":\"Search for an address\",\"BWF1kC\":\"Rechercher des messages...\",\"5WYZKZ\":\"Résultats de recherche\",\"IG85fV\":\"Recherchez des emplacements enregistrés ou trouvez une adresse...\",\"Du+zn+\":\"Recherche en cours...\",\"3aD3GF\":\"Seasonal\",\"ku//5b\":\"Second\",\"Mck5ht\":\"Paiement sécurisé\",\"s7tXqF\":\"See schedule\",\"JFap6u\":\"See what Stripe still needs\",\"6lGaum\":\"Vue\",\"p7xUrt\":\"Sélectionner une catégorie\",\"hTKQwS\":\"Select a Date & Time\",\"Ps6Xtf\":\"Select a date to see available times\",\"e4L7bF\":\"Sélectionnez un message pour voir son contenu\",\"zPRPMf\":\"Sélectionner un niveau\",\"BFRSTT\":\"Sélectionner un compte\",\"wgNoIs\":\"Select all\",\"mCB6Je\":\"Tout sélectionner\",\"aCEysm\":[\"Select all on \",[\"0\"]],\"a6+167\":\"Sélectionner un événement\",\"4oT6dP\":\"Sélectionnez au moins un compte\",\"neCGH1\":\"Sélectionnez au moins un utilisateur\",\"CFbaPk\":\"Sélectionner un groupe de participants\",\"88a49s\":\"Select camera\",\"tVW/yo\":\"Sélectionner la devise\",\"SJQM1I\":\"Select date\",\"n9ZhRa\":\"Sélectionnez la date et l'heure de fin\",\"gTN6Ws\":\"Sélectionner l'heure de fin\",\"0U6E9W\":\"Sélectionner la catégorie d'événement\",\"j9cPeF\":\"Sélectionner les types d'événements\",\"ypTjHL\":\"Select occurrence\",\"DHBGUX\":\"Select products...\",\"KizCK7\":\"Sélectionnez la date et l'heure de début\",\"dJZTv2\":\"Sélectionner l'heure de début\",\"x8XMsJ\":\"Sélectionnez le niveau de messagerie pour ce compte. Cela contrôle les limites de messages et les autorisations de liens.\",\"aT3jZX\":\"Sélectionner le fuseau horaire\",\"TxfvH2\":\"Sélectionnez les participants qui doivent recevoir ce message\",\"Ropvj0\":\"Sélectionnez les événements qui déclencheront ce webhook\",\"+6YAwo\":\"selected\",\"ylXj1N\":\"Sélectionné\",\"uq3CXQ\":\"Sell out your event.\",\"oBXbO4\":\"Selling a physical product? Cap its quantity on the <0>products page instead.\",\"j9b/iy\":\"Se vend vite 🔥\",\"73qYgo\":\"Envoyer en test\",\"HMAqFK\":\"Envoyer des e-mails aux participants, détenteurs de billets ou propriétaires de commandes. Les messages peuvent être envoyés immédiatement ou programmés pour plus tard.\",\"22Itl6\":\"M'envoyer une copie\",\"NpEm3p\":\"Envoyer maintenant\",\"nOBvex\":\"Envoyez les données de commande et de participants en temps réel vers vos systèmes externes.\",\"1lNPhX\":\"Envoyer l'e-mail de notification de remboursement\",\"eaUTwS\":\"Envoyer le lien de réinitialisation\",\"5cV4PY\":\"Send to all occurrences, or choose a specific one\",\"QEQlnV\":\"Envoyez votre premier message\",\"IoAuJG\":\"Envoi...\",\"h69WC6\":\"Envoyé\",\"BVu2Hz\":\"Envoyé par\",\"ZFa8wv\":\"Sent to attendees when a scheduled date is cancelled\",\"SPdzrs\":\"Envoyé aux clients lorsqu'ils passent une commande\",\"LxSN5F\":\"Envoyé à chaque participant avec les détails de son billet\",\"hgvbYY\":\"September\",\"5sN96e\":\"Session cancelled\",\"S9i0UC\":[\"séances · \",[\"dateCount\"],\" dates × \",[\"timesPerDay\"],\" horaires\"],\"89xaFU\":\"Définissez les paramètres de frais de plateforme par défaut pour les nouveaux événements créés sous cet organisateur.\",\"eXssj5\":\"Définir les paramètres par défaut pour les nouveaux événements créés sous cet organisateur.\",\"uPe5p8\":\"Set how long each date lasts\",\"ODuUEi\":\"Set or clear the date label\",\"buHACR\":\"Set the end time of each date to be this long after its start time.\",\"TaeFgl\":\"Set to unlimited (remove limit)\",\"pd6SSe\":\"Set up a recurring schedule to automatically create dates, or add them one at a time.\",\"s0FkEx\":\"Configurez des listes d'enregistrement pour différentes entrées, sessions ou jours.\",\"TaWVGe\":\"Set up payouts\",\"JA//e6\":\"Set up schedule\",\"gzXY7l\":\"Set Up Schedule\",\"0Ls9qe\":\"Set up the tickets you'll sell and their prices\",\"xMO+Ao\":\"Configurer votre organisation\",\"5pEFnq\":\"Configurez votre calendrier\",\"zRRuUD\":\"Set up your schedule in the next steps\",\"ETC76A\":\"Set, change, or remove the date's location or online details\",\"C3htzi\":\"Paramètre mis à jour\",\"Ohn74G\":\"Configuration et design\",\"1W5XyZ\":\"Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event.\",\"GG7qDw\":\"Partager le lien d'affiliation\",\"hL7sDJ\":\"Partager la page de l'organisateur\",\"jy6QDF\":\"Gestion de capacité partagée\",\"jDNHW4\":\"Shift times\",\"tPfIaW\":[\"Shifted times for \",[\"count\"],\" date(s)\"],\"WwlM8F\":\"Afficher les options avancées\",\"cMW+gm\":[\"Afficher toutes les plateformes (\",[\"0\"],\" autres avec des valeurs)\"],\"wXi9pZ\":\"Show attendee notes to non-logged-in staff\",\"4LZFir\":\"Afficher toute la plage de dates\",\"UVPI5D\":\"Afficher moins de plateformes\",\"Eu/N/d\":\"Afficher la case d'opt-in marketing\",\"SXzpzO\":\"Afficher la case d'opt-in marketing par défaut\",\"b33PL9\":\"Afficher plus de plateformes\",\"Eut7p9\":\"Show order details to non-logged-in staff\",\"+RoWKN\":\"Show question answers to non-logged-in staff\",\"jbcx6L\":\"Show remaining capacity on event dates\",\"rXxBOx\":\"Show remaining capacity to buyers\",\"t1LIQW\":[\"Affichage de \",[\"0\"],\" sur \",[\"totalRows\"],\" enregistrements\"],\"E717U9\":[\"Showing \",[\"0\"],\"–\",[\"1\"],\" of \",[\"2\"]],\"5rzhBQ\":[\"Showing \",[\"MAX_VISIBLE\"],\" of \",[\"totalAvailable\"],\" dates. Type to search.\"],\"WSt3op\":[\"Showing the first \",[\"0\"],\" — the remaining \",[\"1\"],\" session(s) will still be targeted when the message is sent.\"],\"o1UbOh\":\"Affiché en rebondissant en haut de la modale\",\"OJLTEL\":\"Shown to staff the first time they open the check-in page.\",\"lbfXEJ\":\"Shows remaining\",\"jVRHeq\":\"Inscrit\",\"5C7J+P\":\"Single Event\",\"E//btK\":\"Skip manually edited dates\",\"paESr6\":\"Slovaque\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Social\",\"d0rUsW\":\"Liens sociaux\",\"j/TOB3\":\"Liens sociaux & site web\",\"s9KGXU\":\"Vendu\",\"yp+0jj\":\"sold out\",\"1hupow\":\"Épuisé, liste d'attente disponible\",\"iACSrw\":\"Some details are hidden from public access. Log in to view everything.\",\"Dia6iz\":\"Something went wrong while deleting the image. Please try again.\",\"KTxc6k\":\"Une erreur s'est produite, veuillez réessayer ou contacter le support si le problème persiste\",\"lkE00/\":\"Une erreur s'est produite. Veuillez réessayer plus tard.\",\"wdxz7K\":\"Source\",\"SzuJ5m\":\"Comptes spécifiques\",\"/h8G1o\":\"Utilisateurs spécifiques\",\"fDG2by\":\"Spirituality\",\"oPaRES\":\"Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end.\",\"7JFNej\":\"Sports\",\"/bfV1Y\":\"Staff instructions\",\"StWUH4\":\"Start check-in\",\"JcQp9p\":\"Date et heure de début\",\"0m/ekX\":\"Date et heure de début\",\"izRfYP\":\"La date de début est obligatoire\",\"xAYSEs\":\"Heure de début\",\"n9ZrDo\":\"Start typing a venue or address...\",\"DACR+e\":\"Starts collapsed\",\"qeFVhN\":[\"Starts in \",[\"diffDays\"],\" days\"],\"AOqtxN\":[\"Starts in \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Starts in \",[\"h\"],\"h \",[\"m\"],\"m\"],\"Lo49in\":[\"Starts in \",[\"seconds\"],\"s\"],\"NqChgF\":\"Starts tomorrow\",\"2NbyY/\":\"Statistiques\",\"GVUxAX\":\"Les statistiques sont basées sur la date de création du compte\",\"29Hx9U\":\"Stats\",\"5ia+r6\":\"Still needed\",\"wuV0bK\":\"Arrêter l'usurpation\",\"S/7MPw\":\"Compte Stripe déconnecté.\",\"s/KaDb\":\"Stripe connected\",\"Bk06QI\":\"Stripe connecté\",\"akZMv8\":[\"Stripe connection copied from \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe didn't return a setup link. Please try again.\",\"aKtF0O\":\"Stripe non connecté\",\"9i0++A\":\"ID de paiement Stripe\",\"R1lIMV\":\"Stripe will need a few more details soon\",\"FzcCHA\":\"Stripe will walk you through a few quick questions to finish setup.\",\"ii0qn/\":\"Le sujet est requis\",\"M7Uapz\":\"Le sujet apparaîtra ici\",\"6aXq+t\":\"Sujet :\",\"JwTmB6\":\"Produit dupliqué avec succès\",\"WUOCgI\":\"Place offerte avec succès\",\"IvxA4G\":[\"Billets proposés avec succès à \",[\"count\"],\" personnes\"],\"kKpkzy\":\"Billets proposés avec succès à 1 personne\",\"Zi3Sbw\":\"Retiré de la liste d'attente avec succès\",\"RuaKfn\":\"Adresse mise à jour avec succès\",\"kzx0uD\":\"Paramètres par défaut de l'événement mis à jour avec succès\",\"5n+Wwp\":\"Organisateur mis à jour avec succès\",\"DMCX/I\":\"Paramètres de frais de plateforme par défaut mis à jour avec succès\",\"URUYHc\":\"Paramètres des frais de plateforme mis à jour avec succès\",\"kRWc2g\":\"Paramètres de l'événement récurrent mis à jour avec succès\",\"0Dk/l8\":\"Paramètres SEO mis à jour avec succès\",\"S8Tua9\":\"Paramètres mis à jour avec succès\",\"MhOoLQ\":\"Liens sociaux mis à jour avec succès\",\"CNSSfp\":\"Paramètres de suivi mis à jour avec succès\",\"kj7zYe\":\"Webhook mis à jour avec succès\",\"dXoieq\":\"Résumé\",\"/RfJXt\":[\"Festival de musique d'été \",[\"0\"]],\"CWOPIK\":\"Festival de Musique d'Été 2025\",\"D89zck\":\"Sun\",\"DBC3t5\":\"Dimanche\",\"UaISq3\":\"Suédois\",\"JZTQI0\":\"Changer d'organisateur\",\"9YHrNC\":\"Par défaut du système\",\"jGR53C\":\"T-shirts, mugs and more\",\"hCR98w\":\"Touchez les dates comme sur un calendrier.\",\"lruQkA\":\"Tap this screen to resume scanning\",\"X9v2GM\":\"Comptes ciblés\",\"TmyDCw\":\"Utilisateurs ciblés\",\"TJUrME\":[\"Targeting attendees across \",[\"0\"],\" selected sessions.\"],\"yT6dQ8\":\"Taxes collectées groupées par type de taxe et événement\",\"Ye321X\":\"Nom de la taxe\",\"WyCBRt\":\"Résumé des taxes\",\"QC3FVX\":\"Taxes & fees\",\"GkH0Pq\":\"Taxes et frais appliqués\",\"SXvRWU\":\"Team collaboration\",\"vlf/In\":\"Technologie\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Dites aux gens à quoi s'attendre lors de votre événement\",\"NiIUyb\":\"Parlez-nous de votre événement\",\"DovcfC\":\"Parlez-nous de votre organisation. Ces informations seront affichées sur vos pages d'événement.\",\"69GWRq\":\"Tell us how often your event repeats and we'll create all the dates for you.\",\"mXPbwY\":\"Tell us your VAT registration status so we apply the correct VAT treatment to platform fees.\",\"7wtpH5\":\"Modèle actif\",\"QHhZeE\":\"Modèle créé avec succès\",\"xrWdPR\":\"Modèle supprimé avec succès\",\"G04Zjt\":\"Modèle sauvegardé avec succès\",\"xowcRf\":\"Conditions d'utilisation\",\"6K0GjX\":\"Le texte peut être difficile à lire\",\"nm3Iz/\":\"Merci pour votre présence !\",\"pYwj0k\":\"Thanks,\",\"cIHkSd\":[\"Cela fait \",[\"totalOccurrences\"],\" séances — le maximum est \",[\"max\"],\". Réduisez la période ou la fréquence.\"],\"k3IitN\":\"That's a wrap\",\"KfmPRW\":\"La couleur de fond de la page. Lors de l'utilisation d'une image de couverture, ceci est appliqué en superposition.\",\"MDNyJz\":\"Le code expirera dans 10 minutes. Vérifiez votre dossier spam si vous ne voyez pas l'e-mail.\",\"AIF7J2\":\"La devise dans laquelle les frais fixes sont définis. Elle sera convertie dans la devise de la commande lors du paiement.\",\"k3LFkM\":\"La devise utilisée pour les prix des billets de cet événement.\",\"7oksH+\":[\"La réduction est déduite de chaque produit éligible. Par ex. \",[\"currencySymbol\"],\"10 de réduction × 3 billets = \",[\"currencySymbol\"],\"30 de réduction.\"],\"sKL8k2\":\"La réduction est déduite une seule fois du total de la commande.\",\"cDHM1d\":\"L'adresse e-mail a été modifiée. Le participant recevra un nouveau billet à l'adresse e-mail mise à jour.\",\"tXadb0\":\"L'événement que vous recherchez n'est pas disponible pour le moment. Il a peut-être été supprimé, expiré ou l'URL est incorrecte.\",\"sxKqBm\":\"Le montant total de la commande sera remboursé sur le mode de paiement original du client.\",\"KgDp6G\":\"Le lien que vous essayez d'accéder a expiré ou n'est plus valide. Veuillez vérifier votre e-mail pour obtenir un lien mis à jour pour gérer votre commande.\",\"sYLeDq\":\"L'organisateur que vous recherchez est introuvable. La page a peut-être été déplacée, supprimée ou l'URL est incorrecte.\",\"PCr4zw\":\"The override is recorded in the order audit log.\",\"C4nQe5\":\"Les frais de plateforme sont ajoutés au prix du billet. Les acheteurs paient plus, mais vous recevez le prix complet du billet.\",\"HxxXZO\":\"La couleur principale de la marque utilisée pour les boutons et les éléments en surbrillance\",\"OVSkIF\":\"Le vif renard brun saute par-dessus le chien paresseux.\",\"z0KrIG\":\"L'heure programmée est requise\",\"EWErQh\":\"L'heure programmée doit être dans le futur\",\"UNd0OU\":[\"The session for \\\"\",[\"title\"],\"\\\" originally scheduled for \",[\"0\"],\" has been rescheduled.\"],\"DEcpfp\":\"Le corps du modèle contient une syntaxe Liquid invalide. Veuillez la corriger et réessayer.\",\"qpmtdK\":\"Le fuseau horaire utilisé pour les dates et heures de cet événement.\",\"N3VfVA\":\"Le téléversement n'a pas atteint le serveur. Vérifiez votre connexion et, si le fichier est volumineux, essayez une image plus petite (5MB max).\",\"injXD7\":\"Le numéro de TVA n'a pas pu être validé. Veuillez vérifier le numéro et réessayer.\",\"A4UmDy\":\"Théâtre\",\"tDwYhx\":\"Thème et couleurs\",\"ybBP2H\":\"There are no products available for this date. Please choose another date.\",\"O7g4eR\":\"There are no upcoming dates for this event\",\"062KsE\":\"These details are shown on the attendee's ticket and order summary for this date only.\",\"5Eu+tn\":\"Ces détails ne seront affichés que si la commande est finalisée avec succès.\",\"jQjwR+\":\"These details will replace any existing location on the affected dates and show on attendee tickets.\",\"6eaLu/\":\"Ces prix s'appliquent à toutes les dates de votre planning, et les quantités des paliers limitent les ventes totales cumulées sur toutes les dates. Les dates de vente des paliers s'appliquent globalement. Vous pouvez remplacer les prix pour des dates individuelles sur la <0>page Planning des dates.\",\"QP3gP+\":\"Ces paramètres s'appliquent uniquement au code d'intégration copié et ne seront pas enregistrés.\",\"HirZe8\":\"Ces modèles seront utilisés comme valeurs par défaut pour tous les événements de votre organisation. Les événements individuels peuvent remplacer ces modèles par leurs propres versions personnalisées.\",\"lzAaG5\":\"Ces modèles remplaceront les paramètres par défaut de l'organisateur pour cet événement uniquement. Si aucun modèle personnalisé n'est défini ici, le modèle de l'organisateur sera utilisé à la place.\",\"UlykKR\":\"Third\",\"1YTBzS\":\"Ce compte n'a aucune commande finalisée, toutes ses données seront donc définitivement supprimées.\",\"jCPU8z\":\"Ce compte est programmé pour suppression\",\"zfNCE8\":[\"Ce compte sera supprimé le <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes.\",\"SOmGDa\":\"This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins.\",\"XBNC3E\":\"Ce code sera utilisé pour suivre les ventes. Seuls les lettres, chiffres, tirets et traits de soulignement sont autorisés.\",\"AaP0M+\":\"Cette combinaison de couleurs peut être difficile à lire pour certains utilisateurs\",\"o1phK/\":[\"This date has \",[\"orderCount\"],\" order(s) that will be affected.\"],\"F/UtGt\":\"This date has been cancelled. You can still delete it to remove it permanently.\",\"BLZ7pX\":\"This date is in the past. It will be created but won't be visible to attendees under upcoming dates.\",\"7IIY0z\":\"This date is marked sold out.\",\"bddWMP\":\"This date is no longer available. Please select another date.\",\"E9BqZw\":\"This date only\",\"n68908\":[\"Cette action déconnecte \",[\"stripeAccountId\"],\" de cet organisateur. Les ventes de billets payants cesseront de fonctionner jusqu'à ce que vous connectiez à nouveau un compte Stripe.\"],\"RzEvf5\":\"Cet événement est terminé\",\"kc4bIA\":\"Cet événement n'a pas encore de billets ni de produits, les participants ne pourront donc pas s'inscrire.\",\"eMaNd0\":\"This event is not available\",\"YClrdK\":\"Cet événement n'est pas encore publié\",\"GL6z+k\":\"Cet événement est complet\",\"pIwDhS\":\"This event's dates and times are set on the occurrence schedule.\",\"ny5rgr\":\"This is a recurring event\",\"tc64Zz\":\"Il s'agit du nom de la catégorie qui sera affiché sur la page de l'événement.\",\"dFJnia\":\"Ceci est le nom de votre organisateur qui sera affiché à vos utilisateurs.\",\"vt7jiq\":\"C'est la seule fois que le secret de signature sera affiché. Veuillez le copier maintenant et le stocker en lieu sûr.\",\"5DpZrC\":\"Cela limite les ventes totales cumulées sur toutes les dates de votre planning — ce n'est pas une limite par date. Pour limiter le nombre de participants par date, définissez une capacité sur la <0>page Planning des dates.\",\"L7dIM7\":\"Ce lien est invalide ou a expiré.\",\"MR5ygV\":\"Ce lien n'est plus valide\",\"9LEqK0\":\"Ce nom est visible par les utilisateurs finaux\",\"QdUMM9\":\"This occurrence is at capacity\",\"j5FdeA\":\"Cette commande est en cours de traitement.\",\"sjNPMw\":\"Cette commande a été abandonnée. Vous pouvez commencer une nouvelle commande à tout moment.\",\"OhCesD\":\"Cette commande a été annulée. Vous pouvez passer une nouvelle commande à tout moment.\",\"lyD7rQ\":\"Ce profil d'organisateur n'est pas encore publié\",\"9b5956\":\"Cet aperçu montre à quoi ressemblera votre e-mail avec des données d'exemple. Les vrais e-mails utiliseront de vraies valeurs.\",\"uM9Alj\":\"Ce produit est mis en vedette sur la page de l'événement\",\"RqSKdX\":\"Ce produit est épuisé\",\"4PDH+K\":\"This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to.\",\"qEGn8I\":\"Cet événement récurrent n'a pas encore de dates, les participants n'ont donc rien à réserver.\",\"W12OdJ\":\"Ce rapport est fourni à titre informatif uniquement. Consultez toujours un professionnel de la fiscalité avant d'utiliser ces données à des fins comptables ou fiscales. Veuillez vérifier avec votre tableau de bord Stripe car Hi.Events peut manquer de données historiques.\",\"1LuJNw\":\"Ce billet n'est plus valide\",\"0Ew0uk\":\"Ce billet vient d'être scanné. Veuillez attendre avant de scanner à nouveau.\",\"FYXq7k\":[\"This will affect \",[\"loadedAffectedCount\"],\" date(s).\"],\"kvpxIU\":\"Ceci sera utilisé pour les notifications et la communication avec vos utilisateurs.\",\"bPgkdx\":\"Cela annulera la suppression planifiée et réactivera le compte. Le propriétaire du compte sera informé par e-mail.\",\"4yx4a4\":[\"Cela désactivera immédiatement votre compte et le supprimera définitivement après 30 jours. Pour confirmer, saisissez le nom de votre compte : <0>\",[\"0\"],\"\"],\"rhsath\":\"Ceci ne sera pas visible pour les clients, mais vous aide à identifier l'affilié.\",\"VGEfU7\":\"Cela supprimera ou anonymisera définitivement le compte immédiatement, sans attendre la date planifiée. Cette action est irréversible.\",\"hV6FeJ\":\"Throughput\",\"+FjWgX\":\"Thu\",\"kkDQ8m\":\"Jeudi\",\"0GSPnc\":\"Design du Billet\",\"EZC/Cu\":\"Personnalisation du billet enregistrée avec succès\",\"bbslmb\":\"Personnalisation de billets\",\"1BPctx\":\"Billet pour\",\"HGuXjF\":\"Détenteurs de billets\",\"CMUt3Y\":\"Détenteurs de billets\",\"awHmAT\":\"ID du billet\",\"6czJik\":\"Logo du Billet\",\"t79rDv\":\"Billet introuvable\",\"6tmWch\":\"Billet ou produit\",\"1tfWrD\":\"Aperçu du billet pour\",\"KnjoUA\":\"Prix du billet\",\"pGZOcL\":\"Billet renvoyé avec succès\",\"o02GZM\":\"Ticket sales have ended for this event\",\"8jLPgH\":\"Type de Billet\",\"8qsbZ5\":\"Billetterie et ventes\",\"zNECqg\":\"billets\",\"6GQNLE\":\"Billets\",\"NRhrIB\":\"Billets et produits\",\"OrWHoZ\":\"Les billets sont automatiquement proposés aux clients en liste d'attente lorsque des places se libèrent.\",\"AGRilS\":\"Billets Vendus\",\"4/dG8J\":\"Tiers\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Time\",\"kGEhUy\":\"Horaires\",\"fXf2r5\":[\"Times shown in \",[\"timezoneAbbr\"]],\"9udQT9\":\"Le titre est requis\",\"dMtLDE\":\"to\",\"/jQctM\":\"À\",\"tiI71C\":\"Pour augmenter vos limites, contactez-nous à\",\"ecUA8p\":\"Today\",\"W428WC\":\"Basculer les colonnes\",\"BRMXj0\":\"Tomorrow\",\"UBSG1X\":\"Meilleurs organisateurs (14 derniers jours)\",\"3sZ0xx\":\"Comptes Totaux\",\"SMDzqJ\":\"Total des participants\",\"orBECM\":\"Total collecté\",\"k5CU8c\":\"Total des inscriptions\",\"4B7oCp\":\"Frais total\",\"sMMlTX\":\"Total fees\",\"mlvCEl\":\"Total orders\",\"2AW/k5\":\"Quantité totale pour toutes les dates\",\"dp8BCb\":\"Total tax\",\"vb0Q0/\":\"Utilisateurs Totaux\",\"oJjplO\":\"Vues totales\",\"rBZ9pz\":\"Tours\",\"orluER\":\"Suivez la croissance et les performances des comptes par source d'attribution\",\"YwKzpH\":\"Suivi et analytique\",\"GUA0Jy\":\"Try a different search term or filter\",\"2P/OWN\":\"Try adjusting your filters to see more dates.\",\"ouM5IM\":\"Essayer un autre e-mail\",\"3DZvE7\":\"Essayer Hi.Events gratuitement\",\"vq2WxD\":\"Tue\",\"G3myU+\":\"Mardi\",\"Kz91g/\":\"Turc\",\"GdOhw6\":\"Désactiver le son\",\"KUOhTy\":\"Activer le son\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Tapez \\\"supprimer\\\" pour confirmer\",\"nSlb72\":\"Tapez pour rechercher...\",\"nWRfmt\":\"Typographie\",\"IrVSu+\":\"Impossible de dupliquer le produit. Veuillez vérifier vos informations\",\"Vx2J6x\":\"Impossible de récupérer le participant\",\"h0dx5e\":\"Impossible de rejoindre la liste d'attente\",\"DaE0Hg\":\"Unable to load attendee details.\",\"GlnD5Y\":\"Unable to load products for this date. Please try again.\",\"17VbmV\":\"Unable to undo check-in\",\"n57zCW\":\"Comptes non attribués\",\"9uI/rE\":\"Undo\",\"Ef7StM\":\"Inconnu\",\"ZBAScj\":\"Participant inconnu\",\"MEIAzV\":\"Sans nom\",\"K6L5Mx\":\"Emplacement sans nom\",\"7yiFvZ\":\"Impayé\",\"C51N+0\":\"jusqu'au\",\"NaeLn8\":[\"Until \",[\"end\"]],\"porwAO\":\"Jusqu'à une date\",\"ZIb6rJ\":\"Untitled product\",\"crJM8s\":\"Untitled ticket\",\"X13xGn\":\"Non fiable\",\"0bT1FT\":[\"Up to \",[\"max\"],\" per order\"],\"gyXpQN\":\"Upcoming events\",\"Pp1sWX\":\"Mettre à jour l'affilié\",\"59qHrb\":\"Update capacity\",\"Gaem9v\":\"Update event name and description\",\"7EhE4k\":\"Update label\",\"NPQWj8\":\"Update location\",\"75+lpR\":[\"Update: \",[\"subjectTitle\"],\" — schedule changes\"],\"UOGHdA\":[\"Update: \",[\"subjectTitle\"],\" — session time changed\"],\"+b7T3G\":\"Mise à jour\",\"ogoTrw\":[\"Updated \",[\"count\"],\" date(s)\"],\"dDuona\":[\"Updated capacity for \",[\"count\"],\" date(s)\"],\"FT3LSc\":[\"Updated label for \",[\"count\"],\" date(s)\"],\"8EcY1g\":[\"Updated location for \",[\"count\"],\" date(s)\"],\"83tNam\":\"Se met à jour pendant que vous créez la règle. Parcourez les mois pour vérifier les dates.\",\"/XlQr2\":\"Updates as you type.\",\"gJQsLv\":\"Téléchargez une image de couverture pour votre organisateur\",\"4kEGqW\":\"Téléchargez un logo pour votre organisateur\",\"lnCMdg\":\"Téléverser l’image\",\"29w7p6\":\"Téléchargement de l'image...\",\"HtrFfw\":\"L'URL est requise\",\"3VnYUR\":\"L'URL doit commencer par http:// ou https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB scanner listening\",\"dyTklH\":\"USB scanner paused\",\"OHJXlK\":\"Utilisez <0>les modèles Liquid pour personnaliser vos e-mails\",\"/rsy72\":\"Use event default\",\"0k4cdb\":\"Utiliser les détails de commande pour tous les participants. Les noms et e-mails des participants correspondront aux informations de l'acheteur.\",\"bA31T4\":\"Utiliser les informations de l'acheteur pour tous les participants\",\"PpgtnC\":\"Utiliser cette adresse\",\"rnoQsz\":\"Utilisé pour les bordures, les surlignages et le style du code QR\",\"b0XTc/\":[\"Utilisateurs (\",[\"0\"],\")\"],\"BV4L/Q\":\"Analytique UTM\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Validation de votre numéro de TVA...\",\"t7caBM\":\"VAT country code\",\"WLkfqH\":\"VAT number\",\"pnVh83\":\"Numéro de TVA\",\"CabI04\":\"Le numéro de TVA ne doit pas contenir d'espaces\",\"PMhxAR\":\"Le numéro de TVA doit commencer par un code pays de 2 lettres suivi de 8 à 15 caractères alphanumériques (par ex., DE123456789)\",\"gPgdNV\":\"Numéro de TVA validé avec succès\",\"RUMiLy\":\"La validation du numéro de TVA a échoué\",\"vqji3Y\":\"La validation du numéro de TVA a échoué. Veuillez vérifier votre numéro de TVA.\",\"8dENF9\":\"TVA sur les frais\",\"ZutOKU\":\"Taux de TVA\",\"+KJZt3\":\"VAT registered\",\"Nfbg76\":\"Paramètres TVA enregistrés avec succès\",\"UvYql/\":\"Paramètres TVA enregistrés. Nous validons votre numéro de TVA en arrière-plan.\",\"bXn1Jz\":\"VAT settings updated\",\"tJylUv\":\"Traitement TVA pour les frais de plateforme\",\"FlGprQ\":\"Traitement TVA pour les frais de plateforme : les entreprises enregistrées à la TVA dans l'UE peuvent utiliser le mécanisme d'autoliquidation (0 % - Article 196 de la Directive TVA 2006/112/CE). Les entreprises non enregistrées à la TVA sont soumises à la TVA irlandaise à 23 %.\",\"516oLj\":\"Service de validation TVA temporairement indisponible\",\"p6QQLa\":[\"VAT: \",[\"0\"]],\"5q87Y9\":\"VAT: not registered\",\"AdWhjZ\":\"Code de vérification\",\"kUAumu\":\"Verification email sent. Check your inbox.\",\"QDEWii\":\"Vérifié\",\"wCKkSr\":\"Vérifier l'e-mail\",\"/IBv6X\":\"Vérifiez votre e-mail\",\"u8nB38\":\"Verify your email so attendees can receive tickets\",\"e/cvV1\":\"Vérification...\",\"fROFIL\":\"Vietnamien\",\"p5nYkr\":\"View All\",\"yA/6BX\":\"View all →\",\"6CQ7/B\":\"View all capabilities\",\"YSE15b\":\"View all check-in lists\",\"RnvnDc\":\"Voir tous les messages envoyés sur la plateforme\",\"+WFMis\":\"Consultez et téléchargez des rapports pour tous vos événements. Seules les commandes terminées sont incluses.\",\"c7VN/A\":\"Voir les réponses\",\"SZw9tS\":\"Voir les détails\",\"9+84uW\":[\"View details for \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Voir l'événement\",\"c6SXHN\":\"Voir la page de l'événement\",\"n6EaWL\":\"Voir les journaux\",\"OaKTzt\":\"Voir la carte\",\"zNZNMs\":\"Voir le message\",\"67OJ7t\":\"Voir la commande\",\"tKKZn0\":\"Voir les détails de la commande\",\"KeCXJu\":\"Consultez les détails des commandes, effectuez des remboursements et renvoyez les confirmations.\",\"9jnAcN\":\"Voir la page d'accueil de l'organisateur\",\"1J/AWD\":\"Voir le billet\",\"N9FyyW\":\"Consultez, modifiez et exportez vos participants inscrits.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visible from \",[\"start\"],\" — hidden until sales open.\"],\"EkiKJK\":\"Visible to everyone on the event page.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"En attente\",\"quR8Qp\":\"En attente de paiement\",\"KrurBH\":\"Waiting for scan…\",\"u0n+wz\":\"Liste d'attente\",\"3RXFtE\":\"Liste d'attente activée\",\"TwnTPy\":\"L'offre de liste d'attente a expiré\",\"aUi/Dz\":\"Attention : Il s'agit de la configuration par défaut du système. Les modifications affecteront tous les comptes auxquels aucune configuration spécifique n'est assignée.\",\"aT/44s\":\"We couldn't copy that Stripe connection. Please try again.\",\"jTee4a\":\"Nous n'avons pas pu déconnecter ce compte Stripe. Veuillez réessayer.\",\"RRZDED\":\"Nous n'avons trouvé aucune commande associée à cette adresse e-mail.\",\"2RZK9x\":\"Nous n'avons pas trouvé la commande que vous recherchez. Le lien a peut-être expiré ou les détails de la commande ont changé.\",\"nefMIK\":\"Nous n'avons pas trouvé le billet que vous recherchez. Le lien a peut-être expiré ou les détails du billet ont changé.\",\"miysJh\":\"Nous n'avons pas pu trouver cette commande. Elle a peut-être été supprimée.\",\"Fjj/5/\":\"We couldn't load the check-in lists. Please try again.\",\"ADsQ23\":\"We couldn't reach Stripe just now. Please try again in a moment.\",\"HJKdzP\":\"Un problème est survenu lors du chargement de cette page. Veuillez réessayer.\",\"jegrvW\":\"We partner with Stripe to send payouts straight to your bank account.\",\"IfN2Qo\":\"Nous recommandons un logo carré avec des dimensions minimales de 200x200px\",\"wJzo/w\":\"Nous recommandons des dimensions de 400px par 400px et une taille maximale de 5 Mo\",\"L/KlAh\":[\"We sent a verification link to \",[\"0\"]],\"KRCDqH\":\"Nous utilisons des cookies pour comprendre comment le site est utilisé et améliorer votre expérience.\",\"x8rEDQ\":\"Nous n'avons pas pu valider votre numéro de TVA après plusieurs tentatives. Nous continuerons d'essayer en arrière-plan. Veuillez revérifier plus tard.\",\"4HaEdK\":[\"Nous créerons les \",[\"totalOccurrences\"],\" séances — vous pourrez ensuite modifier ou supprimer chaque date\"],\"mfM/HJ\":[\"Nous vous notifierons par e-mail si une place se libère pour \",[\"productDisplayName\"],\" le \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Nous vous notifierons par e-mail si une place se libère pour \",[\"productDisplayName\"],\".\"],\"McuGND\":\"We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically.\",\"q1BizZ\":\"Nous enverrons vos billets à cet e-mail\",\"ZOmUYW\":\"Nous validerons votre numéro de TVA en arrière-plan. S'il y a des problèmes, nous vous en informerons.\",\"LKjHr4\":[\"We've made changes to the schedule for \\\"\",[\"title\"],\"\\\" — \",[\"description\"],\" affecting \",[\"affectedCount\"],\" session(s).\"],\"Fq/Nx7\":\"Nous avons envoyé un code de vérification à 5 chiffres à :\",\"GdWB+V\":\"Webhook créé avec succès\",\"2X4ecw\":\"Webhook supprimé avec succès\",\"ndBv0v\":\"Webhook integrations\",\"CThMKa\":\"Journaux du Webhook\",\"I0adYQ\":\"Secret de signature du Webhook\",\"nuh/Wq\":\"URL du Webhook\",\"8BMPMe\":\"Le webhook n'enverra pas de notifications\",\"FSaY52\":\"Le webhook enverra des notifications\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Site web\",\"0f7U0k\":\"Wed\",\"VAcXNz\":\"Mercredi\",\"64X6l4\":\"week\",\"4XSc4l\":\"Weekly\",\"IAUiSh\":\"weeks\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Bon retour\",\"QDWsl9\":[\"Bienvenue sur \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Bienvenue sur \",[\"0\"],\", voici une liste de tous vos événements\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"Quel type d'événement ?\",\"0WyYF4\":\"What unauthenticated staff can see\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Lorsqu'un enregistrement est supprimé\",\"RPe6bE\":\"When a date is cancelled on a recurring event\",\"Gmd0hv\":\"Lorsqu'un nouveau participant est créé\",\"zyIyPe\":\"Lorsqu'un nouvel événement est créé\",\"Lc18qn\":\"Lorsqu'une nouvelle commande est créée\",\"dfkQIO\":\"Lorsqu'un nouveau produit est créé\",\"8OhzyY\":\"Lorsqu'un produit est supprimé\",\"tRXdQ9\":\"Lorsqu'un produit est mis à jour\",\"9L9/28\":\"Lorsqu'un produit est épuisé, les clients peuvent rejoindre une liste d'attente pour être notifiés lorsque des places se libèrent.\",\"OIkHj+\":\"Lorsqu'un produit est épuisé, les clients peuvent rejoindre une liste d'attente pour être notifiés lorsque des places se libèrent. Les clients rejoignent la liste d'attente pour une date spécifique et les offres sont faites par date.\",\"Q7CWxp\":\"Lorsqu'un participant est annulé\",\"IuUoyV\":\"Lorsqu'un participant est enregistré\",\"nBVOd7\":\"Lorsqu'un participant est mis à jour\",\"t7cuMp\":\"Lorsqu'un événement est archivé\",\"gtoSzE\":\"Lorsqu'un événement est mis à jour\",\"ny2r8d\":\"Lorsqu'une commande est annulée\",\"c9RYbv\":\"Lorsqu'une commande est marquée comme payée\",\"ejMDw1\":\"Lorsqu'une commande est remboursée\",\"fVPt0F\":\"Lorsqu'une commande est mise à jour\",\"bcYlvb\":\"Quand l'enregistrement ferme\",\"XIG669\":\"Quand l'enregistrement ouvre\",\"de6HLN\":\"Lorsque les clients achètent des billets, leurs commandes apparaîtront ici.\",\"pm9tpn\":\"Lorsque cette option est activée, les acheteurs peuvent copier leur nom et leur e-mail vers tous les participants en une seule fois. Désactivez-la pour supprimer l'option \\\"Tous les participants\\\" ; les acheteurs pourront toujours copier leurs informations vers le premier participant, les autres devront être saisis individuellement.\",\"403wpZ\":\"Lorsque cette option est activée, les nouveaux événements permettront aux participants de gérer leurs propres détails de billet via un lien sécurisé. Cela peut être remplacé par événement.\",\"blXLKj\":\"Lorsqu'elle est activée, les nouveaux événements afficheront une case d'opt-in marketing lors du paiement. Cela peut être remplacé par événement.\",\"Kj0Txn\":\"Lorsqu'activé, aucun frais d'application ne sera facturé sur les transactions Stripe Connect. Utilisez ceci pour les pays où les frais d'application ne sont pas pris en charge.\",\"xo06V3\":\"Vers où le bouton renvoie\",\"uchB0M\":\"Aperçu du widget\",\"uvIqcj\":\"Atelier\",\"EpknJA\":\"Écrivez votre message ici...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"year\",\"zkWmBh\":\"Yearly\",\"+BGee5\":\"years\",\"X/azM1\":\"Oui - J'ai un numéro d'enregistrement TVA UE valide\",\"Tz5oXG\":\"Oui, annuler ma commande\",\"QlSZU0\":[\"Vous usurpez l'identité de <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Vous émettez un remboursement partiel. Le client sera remboursé de \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"Vous pouvez configurer des frais de service supplémentaires et des taxes dans les paramètres de votre compte.\",\"rj3A7+\":\"You can override this for individual dates later.\",\"paWwQ0\":\"Vous pouvez toujours proposer des billets manuellement si nécessaire.\",\"jTDzpA\":\"Vous ne pouvez pas archiver le dernier organisateur actif de votre compte.\",\"D8baxD\":\"Vous avez des billets payants, mais Stripe n'est pas encore connecté, vous ne pouvez donc pas accepter de paiements.\",\"5VGIlq\":\"Vous avez atteint votre limite de messagerie.\",\"casL1O\":\"Vous avez ajouté des taxes et des frais à un produit gratuit. Voulez-vous les supprimer ?\",\"5SgD0L\":\"You have unsaved changes. Are you sure you want to discard them?\",\"9jJNZY\":\"Vous devez reconnaître vos responsabilités avant d'enregistrer\",\"pCLes8\":\"Vous devez accepter de recevoir des messages\",\"FVTVBy\":\"Vous devez vérifier votre adresse e-mail avant de pouvoir mettre à jour le statut de l'organisateur.\",\"ze4bi/\":\"You need to create at least one occurrence before you can add attendees to this recurring event.\",\"w65ZgF\":\"Vous devez vérifier l'e-mail de votre compte avant de pouvoir modifier les modèles d'e-mail.\",\"FRl8Jv\":\"Vous devez vérifier l'adresse e-mail de votre compte avant de pouvoir envoyer des messages.\",\"88cUW+\":\"Vous recevez\",\"O6/3cu\":\"You'll be able to set up dates, schedules, and recurrence rules in the next step.\",\"zKAheG\":\"You're changing session times\",\"MNFIxz\":[\"Vous allez à \",[\"0\"],\" !\"],\"ZlLcht\":[\"Vous rejoignez la liste d'attente pour le \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Vous êtes sur la liste d'attente !\",\"/5HL6k\":\"Une place vous a été proposée !\",\"gbjFFH\":\"You've changed the session time\",\"YI0K8C\":[\"Votre compte a été désactivé et sera définitivement supprimé le <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Votre compte a des limites de messagerie. Pour augmenter vos limites, contactez-nous à\",\"gsWZkk\":\"Votre compte est désormais programmé pour suppression.\",\"x/xjzn\":\"Vos affiliés ont été exportés avec succès.\",\"TF37u6\":\"Vos participants ont été exportés avec succès.\",\"79lXGw\":\"Votre liste d'enregistrement a été créée avec succès. Partagez le lien ci-dessous avec votre personnel d'enregistrement.\",\"BnlG9U\":\"Votre commande actuelle sera perdue.\",\"nBqgQb\":\"Votre e-mail\",\"GG1fRP\":\"Votre événement est en ligne !\",\"ifRqmm\":\"Votre message a été envoyé avec succès !\",\"0/+Nn9\":\"Vos messages apparaîtront ici\",\"/Rj5P4\":\"Votre nom\",\"PFjJxY\":\"Votre nouveau mot de passe doit comporter au moins 8 caractères.\",\"gzrCuN\":\"Les détails de votre commande ont été mis à jour. Un e-mail de confirmation a été envoyé à la nouvelle adresse e-mail.\",\"naQW82\":\"Votre commande a été annulée.\",\"bhlHm/\":\"Votre commande est en attente de paiement\",\"XeNum6\":\"Vos commandes ont été exportées avec succès.\",\"Xd1R1a\":\"Adresse de votre organisateur\",\"WWYHKD\":\"Votre paiement est protégé par un cryptage de niveau bancaire\",\"5b3QLi\":\"Votre forfait\",\"N4Zkqc\":\"Your saved date filter is no longer available — showing all dates.\",\"o0qzpM\":\"Votre compte Stripe n'est pas affecté et aucune donnée n'est perdue — vous pouvez le reconnecter à tout moment.\",\"FNO5uZ\":\"Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions.\",\"CnZ3Ou\":\"Vos billets ont été confirmés.\",\"EmFsMZ\":\"Votre numéro de TVA est en file d'attente pour validation\",\"QBlhh4\":\"Votre numéro de TVA sera validé lorsque vous enregistrerez\",\"fT9VLt\":\"Votre offre de liste d'attente a expiré et nous n'avons pas pu finaliser votre commande. Veuillez rejoindre à nouveau la liste d'attente pour être notifié lorsque d'autres places se libèrent.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Il n'y a encore rien à afficher'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>sorti avec succès\"],\"KMgp2+\":[[\"0\"],\" disponible\"],\"Pmr5xp\":[[\"0\"],\" créé avec succès\"],\"FImCSc\":[[\"0\"],\" mis à jour avec succès\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" jours, \",[\"hours\"],\" heures, \",[\"minutes\"],\" minutes, et \",[\"seconds\"],\" secondes\"],\"f3RdEk\":[[\"hours\"],\" heures, \",[\"minutes\"],\" minutes, et \",[\"seconds\"],\" secondes\"],\"fyE7Au\":[[\"minutes\"],\" minutes et \",[\"secondes\"],\" secondes\"],\"NlQ0cx\":[\"Premier événement de \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://votre-siteweb.com\",\"qnSLLW\":\"<0>Veuillez entrer le prix hors taxes et frais.<1>Les taxes et frais peuvent être ajoutés ci-dessous.\",\"ZjMs6e\":\"<0>Le nombre de produits disponibles pour ce produit<1>Cette valeur peut être remplacée s'il existe des <2>Limites de Capacité associées à ce produit.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 minute et 0 seconde\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Un champ de date. Parfait pour demander une date de naissance, etc.\",\"6euFZ/\":[\"Un \",[\"type\"],\" par défaut est automatiquement appliqué à tous les nouveaux produits. Vous pouvez le remplacer pour chaque produit.\"],\"SMUbbQ\":\"Une entrée déroulante ne permet qu'une seule sélection\",\"qv4bfj\":\"Des frais, comme des frais de réservation ou des frais de service\",\"POT0K/\":\"Un montant fixe par produit. Par exemple, 0,50 $ par produit\",\"f4vJgj\":\"Une saisie de texte sur plusieurs lignes\",\"OIPtI5\":\"Un pourcentage du prix du produit. Par exemple, 3,5 % du prix du produit\",\"ZthcdI\":\"Un code promo sans réduction peut être utilisé pour révéler des produits cachés.\",\"AG/qmQ\":\"Une option Radio comporte plusieurs options, mais une seule peut être sélectionnée.\",\"h179TP\":\"Une brève description de l'événement qui sera affichée dans les résultats des moteurs de recherche et lors du partage sur les réseaux sociaux. Par défaut, la description de l'événement sera utilisée\",\"WKMnh4\":\"Une saisie de texte sur une seule ligne\",\"BHZbFy\":\"Une seule question par commande. Par exemple, Quelle est votre adresse de livraison ?\",\"Fuh+dI\":\"Une seule question par produit. Par exemple, Quelle est votre taille de t-shirt ?\",\"RlJmQg\":\"Une taxe standard, comme la TVA ou la TPS\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Accepter les virements bancaires, chèques ou autres méthodes de paiement hors ligne\",\"hrvLf4\":\"Accepter les paiements par carte bancaire avec Stripe\",\"bfXQ+N\":\"Accepter l'invitation\",\"AeXO77\":\"Compte\",\"lkNdiH\":\"Nom du compte\",\"Puv7+X\":\"Paramètres du compte\",\"OmylXO\":\"Compte mis à jour avec succès\",\"7L01XJ\":\"Actions\",\"FQBaXG\":\"Activer\",\"5T2HxQ\":\"Date d'activation\",\"F6pfE9\":\"Actif\",\"/PN1DA\":\"Ajouter une description pour cette liste de pointage\",\"0/vPdA\":\"Ajoutez des notes sur le participant. Celles-ci ne seront pas visibles par le participant.\",\"Or1CPR\":\"Ajoutez des notes sur le participant...\",\"l3sZO1\":\"Ajoutez des notes concernant la commande. Elles ne seront pas visibles par le client.\",\"xMekgu\":\"Ajoutez des notes concernant la commande...\",\"PGPGsL\":\"Ajouter une description\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Ajoutez des instructions pour les paiements hors ligne (par exemple, les détails du virement bancaire, où envoyer les chèques, les délais de paiement)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Ajouter un nouveau\",\"TZxnm8\":\"Ajouter une option\",\"24l4x6\":\"Ajouter un produit\",\"8q0EdE\":\"Ajouter un produit à la catégorie\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Ajouter une taxe ou des frais\",\"goOKRY\":\"Ajouter un niveau\",\"oZW/gT\":\"Ajouter au calendrier\",\"pn5qSs\":\"Informations supplémentaires\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Adresse\",\"NY/x1b\":\"Adresse Ligne 1\",\"POdIrN\":\"Adresse Ligne 1\",\"cormHa\":\"Adresse Ligne 2\",\"gwk5gg\":\"Adresse Ligne 2\",\"U3pytU\":\"Administrateur\",\"HLDaLi\":\"Les utilisateurs administrateurs ont un accès complet aux événements et aux paramètres du compte.\",\"W7AfhC\":\"Tous les participants à cet événement\",\"cde2hc\":\"Tous les produits\",\"5CQ+r0\":\"Autoriser les participants associés à des commandes impayées à s'enregistrer\",\"ipYKgM\":\"Autoriser l'indexation des moteurs de recherche\",\"LRbt6D\":\"Autoriser les moteurs de recherche à indexer cet événement\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Incroyable, Événement, Mots-clés...\",\"hehnjM\":\"Montant\",\"R2O9Rg\":[\"Montant payé (\",[\"0\"],\")\"],\"V7MwOy\":\"Une erreur s'est produite lors du chargement de la page\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Une erreur inattendue est apparue.\",\"byKna+\":\"Une erreur inattendue est apparue. Veuillez réessayer.\",\"ubdMGz\":\"Toute question des détenteurs de produits sera envoyée à cette adresse e-mail. Elle sera également utilisée comme adresse de réponse pour tous les e-mails envoyés depuis cet événement\",\"aAIQg2\":\"Apparence\",\"Ym1gnK\":\"appliqué\",\"sy6fss\":[\"S'applique à \",[\"0\"],\" produits\"],\"kadJKg\":\"S'applique à 1 produit\",\"DB8zMK\":\"Appliquer\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Appliquer ce \",[\"type\"],\" à tous les nouveaux produits\"],\"S0ctOE\":\"Archiver l'événement\",\"TdfEV7\":\"Archivé\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Êtes-vous sûr de vouloir activer ce participant\xA0?\",\"TvkW9+\":\"Êtes-vous sûr de vouloir archiver cet événement\xA0?\",\"/CV2x+\":\"Êtes-vous sûr de vouloir annuler ce participant\xA0? Cela annulera leur billet\",\"YgRSEE\":\"Etes-vous sûr de vouloir supprimer ce code promo ?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Êtes-vous sûr de vouloir créer un brouillon pour cet événement\xA0? Cela rendra l'événement invisible au public\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Êtes-vous sûr de vouloir restaurer cet événement\xA0? Il sera restauré en tant que brouillon.\",\"vJuISq\":\"Êtes-vous sûr de vouloir supprimer cette Affectation de Capacité?\",\"baHeCz\":\"Êtes-vous sûr de vouloir supprimer cette liste de pointage\xA0?\",\"LBLOqH\":\"Demander une fois par commande\",\"wu98dY\":\"Demander une fois par produit\",\"ss9PbX\":\"Participant\",\"m0CFV2\":\"Détails des participants\",\"QKim6l\":\"Participant non trouvé\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Billet de l'invité\",\"9SZT4E\":\"Participants\",\"iPBfZP\":\"Invités enregistrés\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Redimensionnement automatique\",\"vZ5qKF\":\"Redimensionner automatiquement la hauteur du widget en fonction du contenu. Lorsque désactivé, le widget remplira la hauteur du conteneur.\",\"4lVaWA\":\"En attente d'un paiement hors ligne\",\"2rHwhl\":\"En attente d'un paiement hors ligne\",\"3wF4Q/\":\"En attente de paiement\",\"ioG+xt\":\"En attente de paiement\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Organisateur génial Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Retour à la page de l'événement\",\"VCoEm+\":\"Retour connexion\",\"k1bLf+\":\"Couleur de fond\",\"I7xjqg\":\"Type d'arrière-plan\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Adresse de facturation\",\"/xC/im\":\"Paramètres de facturation\",\"rp/zaT\":\"Portugais brésilien\",\"whqocw\":\"En vous inscrivant, vous acceptez nos <0>Conditions d'utilisation et notre <1>Politique de confidentialité.\",\"bcCn6r\":\"Type de calcul\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Annuler\",\"Gjt/py\":\"Annuler le changement d'e-mail\",\"tVJk4q\":\"Annuler la commande\",\"Os6n2a\":\"annuler la commande\",\"Mz7Ygx\":[\"Annuler la commande \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Annulé\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Capacité\",\"V6Q5RZ\":\"Affectation de Capacité créée avec succès\",\"k5p8dz\":\"Affectation de Capacité supprimée avec succès\",\"nDBs04\":\"Gestion de capacité\",\"ddha3c\":\"Les catégories vous permettent de regrouper des produits ensemble. Par exemple, vous pouvez avoir une catégorie pour \\\"Billets\\\" et une autre pour \\\"Marchandise\\\".\",\"iS0wAT\":\"Les catégories vous aident à organiser vos produits. Ce titre sera affiché sur la page publique de l'événement.\",\"eorM7z\":\"Catégories réorganisées avec succès.\",\"3EXqwa\":\"Catégorie créée avec succès\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Changer le mot de passe\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Enregistrer \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Enregistrer et marquer la commande comme payée\",\"QYLpB4\":\"Enregistrement uniquement\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Découvrez cet événement !\",\"gXcPxc\":\"Enregistrement\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Liste de pointage supprimée avec succès\",\"+hBhWk\":\"La liste de pointage a expiré\",\"mBsBHq\":\"La liste de pointage n'est pas active\",\"vPqpQG\":\"Liste de pointage non trouvée\",\"tejfAy\":\"Listes de pointage\",\"hD1ocH\":\"URL de pointage copiée dans le presse-papiers\",\"CNafaC\":\"Les options de case à cocher permettent plusieurs sélections\",\"SpabVf\":\"Cases à cocher\",\"CRu4lK\":\"Enregistré\",\"znIg+z\":\"Paiement\",\"1WnhCL\":\"Paramètres de paiement\",\"6imsQS\":\"Chinois simplifié\",\"JjkX4+\":\"Choisissez une couleur pour votre arrière-plan\",\"/Jizh9\":\"Choisissez un compte\",\"3wV73y\":\"Ville\",\"FG98gC\":\"Effacer le texte de recherche\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Cliquez pour copier\",\"yz7wBu\":\"Fermer\",\"62Ciis\":\"Fermer la barre latérale\",\"EWPtMO\":\"Code\",\"ercTDX\":\"Le code doit comporter entre 3 et 50 caractères\",\"oqr9HB\":\"Réduire ce produit lorsque la page de l'événement est initialement chargée\",\"jZlrte\":\"Couleur\",\"Vd+LC3\":\"La couleur doit être un code couleur hexadécimal valide. Exemple\xA0: #ffffff\",\"1HfW/F\":\"Couleurs\",\"VZeG/A\":\"À venir\",\"yPI7n9\":\"Mots-clés séparés par des virgules qui décrivent l'événement. Ceux-ci seront utilisés par les moteurs de recherche pour aider à catégoriser et indexer l'événement.\",\"NPZqBL\":\"Complétez la commande\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Paiement complet\",\"qqWcBV\":\"Complété\",\"6HK5Ct\":\"Commandes terminées\",\"NWVRtl\":\"Commandes terminées\",\"DwF9eH\":\"Code du composant\",\"Tf55h7\":\"Réduction configurée\",\"7VpPHA\":\"Confirmer\",\"ZaEJZM\":\"Confirmer le changement d'e-mail\",\"yjkELF\":\"Confirmer le nouveau mot de passe\",\"xnWESi\":\"Confirmez le mot de passe\",\"p2/GCq\":\"Confirmez le mot de passe\",\"wnDgGj\":\"Confirmation de l'adresse e-mail...\",\"pbAk7a\":\"Connecter la bande\",\"UMGQOh\":\"Connectez-vous avec Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Détails de connexion\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Continuer\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Texte du bouton Continuer\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Copié\",\"T5rdis\":\"copié dans le presse-papier\",\"he3ygx\":\"Copie\",\"r2B2P8\":\"Copier l'URL de pointage\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Copier le lien\",\"E6nRW7\":\"Copier le lien\",\"JNCzPW\":\"Pays\",\"IF7RiR\":\"Couverture\",\"hYgDIe\":\"Créer\",\"b9XOHo\":[\"Créer \",[\"0\"]],\"k9RiLi\":\"Créer un produit\",\"6kdXbW\":\"Créer un code promotionnel\",\"n5pRtF\":\"Créer un billet\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"créer un organisateur\",\"ipP6Ue\":\"Créer un participant\",\"VwdqVy\":\"Créer une Affectation de Capacité\",\"EwoMtl\":\"Créer une catégorie\",\"XletzW\":\"Créer une catégorie\",\"WVbTwK\":\"Créer une liste de pointage\",\"uN355O\":\"Créer un évènement\",\"BOqY23\":\"Créer un nouveau\",\"kpJAeS\":\"Créer un organisateur\",\"a0EjD+\":\"Créer un produit\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Créer un code promotionnel\",\"B3Mkdt\":\"Créer une question\",\"UKfi21\":\"Créer une taxe ou des frais\",\"d+F6q9\":\"Créé\",\"Q2lUR2\":\"Devise\",\"DCKkhU\":\"Mot de passe actuel\",\"uIElGP\":\"URL des cartes personnalisées\",\"UEqXyt\":\"Plage personnalisée\",\"876pfE\":\"Client\",\"QOg2Sf\":\"Personnaliser les paramètres de courrier électronique et de notification pour cet événement\",\"Y9Z/vP\":\"Personnalisez la page d'accueil de l'événement et la messagerie de paiement\",\"2E2O5H\":\"Personnaliser les divers paramètres de cet événement\",\"iJhSxe\":\"Personnalisez les paramètres SEO pour cet événement\",\"KIhhpi\":\"Personnalisez votre page d'événement\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Zone dangereuse\",\"ZQKLI1\":\"Zone de Danger\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"Date\",\"JvUngl\":\"Date et heure\",\"JJhRbH\":\"Capacité du premier jour\",\"cnGeoo\":\"Supprimer\",\"jRJZxD\":\"Supprimer la Capacité\",\"VskHIx\":\"Supprimer la catégorie\",\"Qrc8RZ\":\"Supprimer la liste de pointage\",\"WHf154\":\"Supprimer le code\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Description\",\"YC3oXa\":\"Description pour le personnel de pointage\",\"URmyfc\":\"Détails\",\"1lRT3t\":\"Désactiver cette capacité suivra les ventes mais ne les arrêtera pas lorsque la limite sera atteinte\",\"H6Ma8Z\":\"Rabais\",\"ypJ62C\":\"Rabais %\",\"3LtiBI\":[\"Remise en \",[\"0\"]],\"C8JLas\":\"Type de remise\",\"1QfxQT\":\"Fermer\",\"DZlSLn\":\"Étiquette du document\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Télécharger .ics\",\"kodV18\":\"Télécharger CSV\",\"CELKku\":\"Télécharger la facture\",\"LQrXcu\":\"Télécharger la facture\",\"QIodqd\":\"Télécharger le code QR\",\"yhjU+j\":\"Téléchargement de la facture\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Sélection déroulante\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Dupliquer l'événement\",\"3ogkAk\":\"Dupliquer l'événement\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Options de duplication\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Lève tôt\",\"ePK91l\":\"Modifier\",\"N6j2JH\":[\"Modifier \",[\"0\"]],\"kBkYSa\":\"Modifier la Capacité\",\"oHE9JT\":\"Modifier l'Affectation de Capacité\",\"j1Jl7s\":\"Modifier la catégorie\",\"FU1gvP\":\"Modifier la liste de pointage\",\"iFgaVN\":\"Modifier le code\",\"jrBSO1\":\"Modifier l'organisateur\",\"tdD/QN\":\"Modifier le produit\",\"n143Tq\":\"Modifier la catégorie de produit\",\"9BdS63\":\"Modifier le code promotionnel\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Modifier la question\",\"poTr35\":\"Modifier l'utilisateur\",\"GTOcxw\":\"Modifier l'utilisateur\",\"pqFrv2\":\"par exemple. 2,50 pour 2,50$\",\"3yiej1\":\"par exemple. 23,5 pour 23,5%\",\"O3oNi5\":\"E-mail\",\"VxYKoK\":\"Paramètres de courrier électronique et de notification\",\"ATGYL1\":\"Adresse e-mail\",\"hzKQCy\":\"Adresse e-mail\",\"HqP6Qf\":\"Changement d'e-mail annulé avec succès\",\"mISwW1\":\"Changement d'e-mail en attente\",\"APuxIE\":\"E-mail de confirmation renvoyé\",\"YaCgdO\":\"E-mail de confirmation renvoyé avec succès\",\"jyt+cx\":\"Message de pied de page de l'e-mail\",\"I6F3cp\":\"E-mail non vérifié\",\"NTZ/NX\":\"Code d'intégration\",\"4rnJq4\":\"Script d'intégration\",\"8oPbg1\":\"Activer la facturation\",\"j6w7d/\":\"Activer cette capacité pour arrêter les ventes de produits lorsque la limite est atteinte\",\"VFv2ZC\":\"Date de fin\",\"237hSL\":\"Terminé\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Anglais\",\"MhVoma\":\"Saisissez un montant hors taxes et frais.\",\"SlfejT\":\"Erreur\",\"3Z223G\":\"Erreur lors de la confirmation de l'adresse e-mail\",\"a6gga1\":\"Erreur lors de la confirmation du changement d'adresse e-mail\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Événement\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Date de l'Événement\",\"0Zptey\":\"Valeurs par défaut des événements\",\"QcCPs8\":\"Détails de l'événement\",\"6fuA9p\":\"Événement dupliqué avec succès\",\"AEuj2m\":\"Page d'accueil de l'événement\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Lieu de l'événement et détails du lieu\",\"OopDbA\":\"Event page\",\"4/If97\":\"La mise à jour du statut de l'événement a échoué. Veuillez réessayer plus tard\",\"btxLWj\":\"Statut de l'événement mis à jour\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Événements\",\"sZg7s1\":\"Date d'expiration\",\"KnN1Tu\":\"Expire\",\"uaSvqt\":\"Date d'expiration\",\"GS+Mus\":\"Exporter\",\"9xAp/j\":\"Échec de l'annulation du participant\",\"ZpieFv\":\"Échec de l'annulation de la commande\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Échec du téléchargement de la facture. Veuillez réessayer.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Échec du chargement de la liste de pointage\",\"ZQ15eN\":\"Échec du renvoi de l'e-mail du ticket\",\"ejXy+D\":\"Échec du tri des produits\",\"PLUB/s\":\"Frais\",\"/mfICu\":\"Frais\",\"LyFC7X\":\"Filtrer les commandes\",\"cSev+j\":\"Filtres\",\"CVw2MU\":[\"Filtres (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Premier numéro de facture\",\"V1EGGU\":\"Prénom\",\"kODvZJ\":\"Prénom\",\"S+tm06\":\"Le prénom doit comporter entre 1 et 50 caractères\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Première utilisation\",\"TpqW74\":\"Fixé\",\"irpUxR\":\"Montant fixé\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Mot de passe oublié?\",\"2POOFK\":\"Gratuit\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Français\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Allemand\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Revenir au profil\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Agenda\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Ventes brutes\",\"yRg26W\":\"Ventes brutes\",\"R4r4XO\":\"Invités\",\"26pGvx\":\"Avez vous un code de réduction?\",\"V7yhws\":\"bonjour@awesome-events.com\",\"6K/IHl\":\"Voici un exemple d'utilisation du composant dans votre application.\",\"Y1SSqh\":\"Voici le composant React que vous pouvez utiliser pour intégrer le widget dans votre application.\",\"QuhVpV\":[\"Salut \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Caché à la vue du public\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Les questions masquées ne sont visibles que par l'organisateur de l'événement et non par le client.\",\"vLyv1R\":\"Cacher\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Masquer le produit après la date de fin de vente\",\"06s3w3\":\"Masquer le produit avant la date de début de vente\",\"axVMjA\":\"Masquer le produit sauf si l'utilisateur a un code promo applicable\",\"ySQGHV\":\"Masquer le produit lorsqu'il est épuisé\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Masquer ce produit des clients\",\"Da29Y6\":\"Cacher cette question\",\"fvDQhr\":\"Masquer ce niveau aux utilisateurs\",\"lNipG+\":\"Masquer un produit empêchera les utilisateurs de le voir sur la page de l'événement.\",\"ZOBwQn\":\"Conception de la page d'accueil\",\"PRuBTd\":\"Concepteur de page d'accueil\",\"YjVNGZ\":\"Aperçu de la page d'accueil\",\"c3E/kw\":\"Homère\",\"8k8Njd\":\"De combien de minutes le client dispose pour finaliser sa commande. Nous recommandons au moins 15 minutes\",\"ySxKZe\":\"Combien de fois ce code peut-il être utilisé ?\",\"dZsDbK\":[\"Limite de caractères HTML dépassé: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://exemple-maps-service.com/...\",\"uOXLV3\":\"J'accepte les <0>termes et conditions\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Si activé, le personnel d'enregistrement peut marquer les participants comme enregistrés ou marquer la commande comme payée et enregistrer les participants. Si désactivé, les participants associés à des commandes impayées ne peuvent pas être enregistrés.\",\"muXhGi\":\"Si activé, l'organisateur recevra une notification par e-mail lorsqu'une nouvelle commande sera passée\",\"6fLyj/\":\"Si vous n'avez pas demandé ce changement, veuillez immédiatement modifier votre mot de passe.\",\"n/ZDCz\":\"Image supprimée avec succès\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Image téléchargée avec succès\",\"VyUuZb\":\"URL de l'image\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inactif\",\"T0K0yl\":\"Les utilisateurs inactifs ne peuvent pas se connecter.\",\"kO44sp\":\"Incluez les détails de connexion pour votre événement en ligne. Ces détails seront affichés sur la page récapitulative de la commande et sur le billet du participant.\",\"FlQKnG\":\"Inclure les taxes et les frais dans le prix\",\"Vi+BiW\":[\"Comprend \",[\"0\"],\" produits\"],\"lpm0+y\":\"Comprend 1 produit\",\"UiAk5P\":\"Insérer une image\",\"OyLdaz\":\"Invitation renvoyée\xA0!\",\"HE6KcK\":\"Invitation révoquée\xA0!\",\"SQKPvQ\":\"Inviter un utilisateur\",\"bKOYkd\":\"Facture téléchargée avec succès\",\"alD1+n\":\"Notes de facture\",\"kOtCs2\":\"Numérotation des factures\",\"UZ2GSZ\":\"Paramètres de facturation\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Article\",\"KFXip/\":\"John\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Étiquette\",\"vXIe7J\":\"Langue\",\"2LMsOq\":\"12 derniers mois\",\"vfe90m\":\"14 derniers jours\",\"aK4uBd\":\"Dernières 24 heures\",\"uq2BmQ\":\"30 derniers jours\",\"bB6Ram\":\"Dernières 48 heures\",\"VlnB7s\":\"6 derniers mois\",\"ct2SYD\":\"7 derniers jours\",\"XgOuA7\":\"90 derniers jours\",\"I3yitW\":\"Dernière connexion\",\"1ZaQUH\":\"Nom de famille\",\"UXBCwc\":\"Nom de famille\",\"tKCBU0\":\"Dernière utilisation\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Laisser vide pour utiliser le mot par défaut \\\"Facture\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Chargement...\",\"wJijgU\":\"Emplacement\",\"sQia9P\":\"Se connecter\",\"zUDyah\":\"Se connecter\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Se déconnecter\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Rendre l'adresse de facturation obligatoire lors du paiement\",\"MU3ijv\":\"Rendre cette question obligatoire\",\"wckWOP\":\"Gérer\",\"onpJrA\":\"Gérer le participant\",\"n4SpU5\":\"Gérer l'événement\",\"WVgSTy\":\"Gérer la commande\",\"1MAvUY\":\"Gérer les paramètres de paiement et de facturation pour cet événement.\",\"cQrNR3\":\"Gérer le profil\",\"AtXtSw\":\"Gérer les taxes et les frais qui peuvent être appliqués à vos produits\",\"ophZVW\":\"Gérer les billets\",\"DdHfeW\":\"Gérez les détails de votre compte et les paramètres par défaut\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Gérez vos utilisateurs et leurs autorisations\",\"1m+YT2\":\"Il faut répondre aux questions obligatoires avant que le client puisse passer à la caisse.\",\"Dim4LO\":\"Ajouter manuellement un participant\",\"e4KdjJ\":\"Ajouter manuellement un participant\",\"vFjEnF\":\"Marquer comme payé\",\"g9dPPQ\":\"Maximum par commande\",\"l5OcwO\":\"Message au participant\",\"Gv5AMu\":\"Message aux participants\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Message à l'acheteur\",\"tNZzFb\":\"Contenu du message\",\"lYDV/s\":\"Envoyer un message à des participants individuels\",\"V7DYWd\":\"Message envoyé\",\"t7TeQU\":\"messages\",\"xFRMlO\":\"Minimum par commande\",\"QYcUEf\":\"Prix minimum\",\"RDie0n\":\"Divers\",\"mYLhkl\":\"Paramètres divers\",\"KYveV8\":\"Zone de texte multiligne\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Mon incroyable description d'événement...\",\"vX8/tc\":\"Mon incroyable titre d'événement...\",\"hKtWk2\":\"Mon profil\",\"fj5byd\":\"N/A\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Nom\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Accédez au participant\",\"qqeAJM\":\"Jamais\",\"7vhWI8\":\"nouveau mot de passe\",\"1UzENP\":\"Non\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Aucun événement archivé à afficher.\",\"q2LEDV\":\"Aucun invité trouvé pour cette commande.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Aucun participant à afficher\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Aucune Affectation de Capacité\",\"a/gMx2\":\"Pas de listes de pointage\",\"tMFDem\":\"Aucune donnée disponible\",\"6Z/F61\":\"Aucune donnée à afficher. Veuillez sélectionner une plage de dates\",\"fFeCKc\":\"Pas de rabais\",\"HFucK5\":\"Aucun événement terminé à afficher.\",\"yAlJXG\":\"Aucun événement à afficher\",\"GqvPcv\":\"Aucun filtre disponible\",\"KPWxKD\":\"Aucun message à afficher\",\"J2LkP8\":\"Aucune commande à afficher\",\"RBXXtB\":\"Aucune méthode de paiement n'est actuellement disponible. Veuillez contacter l'organisateur de l'événement pour obtenir de l'aide.\",\"ZWEfBE\":\"Aucun paiement requis\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Aucun produit disponible dans cette catégorie.\",\"FTfObB\":\"Pas encore de produits\",\"+Y976X\":\"Aucun code promotionnel à afficher\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Aucun résultat\",\"gk5uwN\":\"Aucun résultat de recherche\",\"RHyZUL\":\"Aucun résultat trouvé.\",\"RY2eP1\":\"Aucune taxe ou frais n'a été ajouté.\",\"EdQY6l\":\"Aucun\",\"OJx3wK\":\"Pas disponible\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Notes\",\"jtrY3S\":\"Rien à montrer pour le moment\",\"hFwWnI\":\"Paramètres de notification\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Informer l'organisateur des nouvelles commandes\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Nombre de jours autorisés pour le paiement (laisser vide pour omettre les conditions de paiement sur les factures)\",\"n86jmj\":\"Préfixe de numéro\",\"mwe+2z\":\"Les commandes hors ligne ne sont pas reflétées dans les statistiques de l'événement tant que la commande n'est pas marquée comme payée.\",\"dWBrJX\":\"Le paiement hors ligne a échoué. Veuillez réessayer ou contacter l'organisateur de l'événement.\",\"fcnqjw\":\"Instructions de Paiement Hors Ligne\",\"+eZ7dp\":\"Paiements hors ligne\",\"ojDQlR\":\"Informations sur les paiements hors ligne\",\"u5oO/W\":\"Paramètres des paiements hors ligne\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"En vente\",\"Ug4SfW\":\"Une fois que vous avez créé un événement, vous le verrez ici.\",\"ZxnK5C\":\"Une fois que vous commencerez à collecter des données, elles apparaîtront ici.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"En cours\",\"z+nuVJ\":\"Événement en ligne\",\"WKHW0N\":\"Détails de l'événement en ligne\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Ouvrir la Page d'Enregistrement\",\"OdnLE4\":\"Ouvrir la barre latérale\",\"ZZEYpT\":[\"Option\xA0\",[\"i\"]],\"oPknTP\":\"Informations supplémentaires optionnelles à apparaître sur toutes les factures (par exemple, conditions de paiement, frais de retard, politique de retour)\",\"OrXJBY\":\"Préfixe optionnel pour les numéros de facture (par exemple, INV-)\",\"0zpgxV\":\"Possibilités\",\"BzEFor\":\"ou\",\"UYUgdb\":\"Commande\",\"mm+eaX\":\"N° de commande\",\"B3gPuX\":\"Commande annulée\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Date de commande\",\"Tol4BF\":\"détails de la commande\",\"WbImlQ\":\"La commande a été annulée et le propriétaire de la commande a été informé.\",\"nAn4Oe\":\"Commande marquée comme payée\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Référence de l'achat\",\"acIJ41\":\"Statut de la commande\",\"GX6dZv\":\"Récapitulatif de la commande\",\"tDTq0D\":\"Délai d'expiration de la commande\",\"1h+RBg\":\"Commandes\",\"3y+V4p\":\"Adresse de l'organisation\",\"GVcaW6\":\"Détails de l'organisation\",\"nfnm9D\":\"Nom de l'organisation\",\"G5RhpL\":\"Organisateur\",\"mYygCM\":\"Un organisateur est requis\",\"Pa6G7v\":\"Nom de l'organisateur\",\"l894xP\":\"Les organisateurs ne peuvent gérer que les événements et les produits. Ils ne peuvent pas gérer les utilisateurs, les paramètres du compte ou les informations de facturation.\",\"fdjq4c\":\"Marge intérieure\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Page non trouvée\",\"QbrUIo\":\"Pages vues\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"payé\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Partiellement remboursé\",\"8ZsakT\":\"Mot de passe\",\"TUJAyx\":\"Le mot de passe doit contenir au minimum 8 caractères\",\"vwGkYB\":\"Mot de passe doit être d'au moins 8 caractères\",\"BLTZ42\":\"Le mot de passe a été réinitialisé avec succès. Veuillez vous connecter avec votre nouveau mot de passe.\",\"f7SUun\":\"les mots de passe ne sont pas les mêmes\",\"aEDp5C\":\"Collez ceci où vous souhaitez que le widget apparaisse.\",\"+23bI/\":\"Patrick\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Paiement\",\"Lg+ewC\":\"Paiement et facturation\",\"DZjk8u\":\"Paramètres de paiement et de facturation\",\"lflimf\":\"Délai de paiement\",\"JhtZAK\":\"Paiement échoué\",\"JEdsvQ\":\"Instructions de paiement\",\"bLB3MJ\":\"Méthodes de paiement\",\"QzmQBG\":\"Fournisseur de paiement\",\"lsxOPC\":\"Paiement reçu\",\"wJTzyi\":\"Statut du paiement\",\"xgav5v\":\"Paiement réussi\xA0!\",\"R29lO5\":\"Conditions de paiement\",\"/roQKz\":\"Pourcentage\",\"vPJ1FI\":\"Montant en pourcentage\",\"xdA9ud\":\"Placez ceci dans le de votre site web.\",\"blK94r\":\"Veuillez ajouter au moins une option\",\"FJ9Yat\":\"Veuillez vérifier que les informations fournies sont correctes\",\"TkQVup\":\"Veuillez vérifier votre e-mail et votre mot de passe et réessayer\",\"sMiGXD\":\"Veuillez vérifier que votre email est valide\",\"Ajavq0\":\"Veuillez vérifier votre courrier électronique pour confirmer votre adresse e-mail\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Veuillez continuer dans le nouvel onglet\",\"hcX103\":\"Veuillez créer un produit\",\"cdR8d6\":\"Veuillez créer un billet\",\"x2mjl4\":\"Veuillez entrer une URL d'image valide qui pointe vers une image.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Veuillez noter\",\"C63rRe\":\"Veuillez retourner sur la page de l'événement pour recommencer.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Veuillez sélectionner au moins un produit\",\"igBrCH\":\"Veuillez vérifier votre adresse e-mail pour accéder à toutes les fonctionnalités\",\"/IzmnP\":\"Veuillez patienter pendant que nous préparons votre facture...\",\"MOERNx\":\"Portugais\",\"qCJyMx\":\"Message après le paiement\",\"g2UNkE\":\"Propulsé par\",\"Rs7IQv\":\"Message de pré-commande\",\"rdUucN\":\"Aperçu\",\"a7u1N9\":\"Prix\",\"CmoB9j\":\"Mode d'affichage des prix\",\"BI7D9d\":\"Prix non défini\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Couleur primaire\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Couleur du texte primaire\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Imprimer tous les billets\",\"DKwDdj\":\"Imprimer les billets\",\"K47k8R\":\"Produit\",\"1JwlHk\":\"Catégorie de produit\",\"U61sAj\":\"Catégorie de produit mise à jour avec succès.\",\"1USFWA\":\"Produit supprimé avec succès\",\"4Y2FZT\":\"Type de prix du produit\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Ventes de produits\",\"U/R4Ng\":\"Niveau de produit\",\"sJsr1h\":\"Type de produit\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Produit(s)\",\"N0qXpE\":\"Produits\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Produits vendus\",\"/u4DIx\":\"Produits vendus\",\"DJQEZc\":\"Produits triés avec succès\",\"vERlcd\":\"Profil\",\"kUlL8W\":\"Mise à jour du profil réussie\",\"cl5WYc\":[\"Code promotionnel \",[\"promo_code\"],\" appliqué\"],\"P5sgAk\":\"Code promo\",\"yKWfjC\":\"Page des codes promotionnels\",\"RVb8Fo\":\"Codes promo\",\"BZ9GWa\":\"Les codes promotionnels peuvent être utilisés pour offrir des réductions, un accès en prévente ou fournir un accès spécial à votre événement.\",\"OP094m\":\"Rapport des codes promo\",\"4kyDD5\":\"Fournissez un contexte ou des instructions supplémentaires pour cette question. Utilisez ce champ pour ajouter des conditions\\ngénérales, des directives ou toute information importante que les participants doivent connaître avant de répondre.\",\"toutGW\":\"Code QR\",\"LkMOWF\":\"Quantité disponible\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Question supprimée\",\"avf0gk\":\"Description de la question\",\"oQvMPn\":\"Titre de question\",\"enzGAL\":\"Des questions\",\"ROv2ZT\":\"Questions et réponses\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Option radio\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Destinataire\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Remboursement échoué\",\"n10yGu\":\"Commande de remboursement\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Remboursement en attente\",\"xHpVRl\":\"Statut du remboursement\",\"/BI0y9\":\"Remboursé\",\"fgLNSM\":\"S'inscrire\",\"9+8Vez\":\"Utilisations restantes\",\"tasfos\":\"retirer\",\"t/YqKh\":\"Retirer\",\"t9yxlZ\":\"Rapports\",\"prZGMe\":\"Adresse de facturation requise\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Renvoyer l'e-mail de confirmation\",\"wIa8Qe\":\"Renvoyer l'invitation\",\"VeKsnD\":\"Renvoyer l'e-mail de commande\",\"dFuEhO\":\"Renvoyer l'e-mail du billet\",\"o6+Y6d\":\"Renvoi...\",\"OfhWJH\":\"Réinitialiser\",\"RfwZxd\":\"Réinitialiser le mot de passe\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Restaurer l'événement\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Retourner à la page de l'événement\",\"8YBH95\":\"Revenu\",\"PO/sOY\":\"Révoquer l'invitation\",\"GDvlUT\":\"Rôle\",\"ELa4O9\":\"Date de fin de vente\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Date de début de la vente\",\"hBsw5C\":\"Ventes terminées\",\"kpAzPe\":\"Début des ventes\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Sauvegarder\",\"IUwGEM\":\"Sauvegarder les modifications\",\"U65fiW\":\"Enregistrer l'organisateur\",\"UGT5vp\":\"Enregistrer les paramètres\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Recherchez par nom de participant, e-mail ou numéro de commande...\",\"+pr/FY\":\"Rechercher par nom d'événement...\",\"3zRbWw\":\"Recherchez par nom, e-mail ou numéro de commande...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Rechercher par nom...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Rechercher des affectations de capacité...\",\"r9M1hc\":\"Rechercher des listes de pointage...\",\"+0Yy2U\":\"Rechercher des produits\",\"YIix5Y\":\"Recherche...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Couleur secondaire\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Couleur du texte secondaire\",\"02ePaq\":[\"Sélectionner \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Sélectionner une catégorie...\",\"kWI/37\":\"Sélectionnez l'organisateur\",\"ixIx1f\":\"Sélectionner le produit\",\"3oSV95\":\"Sélectionner le niveau de produit\",\"C4Y1hA\":\"Sélectionner des produits\",\"hAjDQy\":\"Sélectionnez le statut\",\"QYARw/\":\"Sélectionnez un billet\",\"OMX4tH\":\"Sélectionner des billets\",\"DrwwNd\":\"Sélectionnez la période\",\"O/7I0o\":\"Sélectionner...\",\"JlFcis\":\"Envoyer\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Envoyer un message\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Envoyer un Message\",\"D7ZemV\":\"Envoyer la confirmation de commande et l'e-mail du ticket\",\"v1rRtW\":\"Envoyer le test\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"Descriptif SEO\",\"/SIY6o\":\"Mots-clés SEO\",\"GfWoKv\":\"Paramètres de référencement\",\"rXngLf\":\"Titre SEO\",\"/jZOZa\":\"Frais de service\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Définir le numéro de départ pour la numérotation des factures. Cela ne peut pas être modifié une fois que les factures ont été générées.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Paramètres\",\"Z8lGw6\":\"Partager\",\"B2V3cA\":\"Partager l'événement\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Afficher\",\"V0SbFp\":\"Afficher la quantité de produit disponible\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Montre plus\",\"izwOOD\":\"Afficher les taxes et les frais séparément\",\"1SbbH8\":\"Affiché au client après son paiement, sur la page récapitulative de la commande.\",\"YfHZv0\":\"Montré au client avant son paiement\",\"CBBcly\":\"Affiche les champs d'adresse courants, y compris le pays\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Zone de texte sur une seule ligne\",\"+P0Cn2\":\"Passer cette étape\",\"YSEnLE\":\"Forgeron\",\"lgFfeO\":\"Épuisé\",\"Mi1rVn\":\"Épuisé\",\"nwtY4N\":\"Une erreur s'est produite\",\"GRChTw\":\"Une erreur s'est produite lors de la suppression de la taxe ou des frais\",\"YHFrbe\":\"Quelque chose s'est mal passé\xA0! Veuillez réessayer\",\"kf83Ld\":\"Quelque chose s'est mal passé.\",\"fWsBTs\":\"Quelque chose s'est mal passé. Veuillez réessayer.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Désolé, ce code promo n'est pas reconnu\",\"65A04M\":\"Espagnol\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Date de début\",\"/2by1f\":\"État ou région\",\"uAQUqI\":\"Statut\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Les paiements Stripe ne sont pas activés pour cet événement.\",\"UJmAAK\":\"Sujet\",\"X2rrlw\":\"Total\",\"zzDlyQ\":\"Succès\",\"b0HJ45\":[\"Succès! \",[\"0\"],\" recevra un e-mail sous peu.\"],\"BJIEiF\":[[\"0\"],\" participant a réussi\"],\"OtgNFx\":\"Adresse e-mail confirmée avec succès\",\"IKwyaF\":\"Changement d'e-mail confirmé avec succès\",\"zLmvhE\":\"Participant créé avec succès\",\"gP22tw\":\"Produit créé avec succès\",\"9mZEgt\":\"Code promotionnel créé avec succès\",\"aIA9C4\":\"Question créée avec succès\",\"J3RJSZ\":\"Participant mis à jour avec succès\",\"3suLF0\":\"Affectation de Capacité mise à jour avec succès\",\"Z+rnth\":\"Liste de pointage mise à jour avec succès\",\"vzJenu\":\"Paramètres de messagerie mis à jour avec succès\",\"7kOMfV\":\"Événement mis à jour avec succès\",\"G0KW+e\":\"Conception de la page d'accueil mise à jour avec succès\",\"k9m6/E\":\"Paramètres de la page d'accueil mis à jour avec succès\",\"y/NR6s\":\"Emplacement mis à jour avec succès\",\"73nxDO\":\"Paramètres divers mis à jour avec succès\",\"4H80qv\":\"Commande mise à jour avec succès\",\"6xCBVN\":\"Paramètres de paiement et de facturation mis à jour avec succès\",\"1Ycaad\":\"Produit mis à jour avec succès\",\"70dYC8\":\"Code promotionnel mis à jour avec succès\",\"F+pJnL\":\"Paramètres de référencement mis à jour avec succès\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"E-mail d'assistance\",\"uRfugr\":\"T-shirt\",\"JpohL9\":\"Taxe\",\"geUFpZ\":\"Taxes et frais\",\"dFHcIn\":\"Détails fiscaux\",\"wQzCPX\":\"Informations fiscales à apparaître en bas de toutes les factures (par exemple, numéro de TVA, enregistrement fiscal)\",\"0RXCDo\":\"Taxe ou frais supprimés avec succès\",\"ZowkxF\":\"Taxes\",\"qu6/03\":\"Taxes et frais\",\"gypigA\":\"Ce code promotionnel n'est pas valide\",\"5ShqeM\":\"La liste de pointage que vous recherchez n'existe pas.\",\"QXlz+n\":\"La devise par défaut de vos événements.\",\"mnafgQ\":\"Le fuseau horaire par défaut pour vos événements.\",\"o7s5FA\":\"La langue dans laquelle le participant recevra ses courriels.\",\"NlfnUd\":\"Le lien sur lequel vous avez cliqué n'est pas valide.\",\"HsFnrk\":[\"Le nombre maximum de produits pour \",[\"0\"],\" est \",[\"1\"]],\"TSAiPM\":\"La page que vous recherchez n'existe pas\",\"MSmKHn\":\"Le prix affiché au client comprendra les taxes et frais.\",\"6zQOg1\":\"Le prix affiché au client ne comprendra pas les taxes et frais. Ils seront présentés séparément\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Le titre de l'événement qui sera affiché dans les résultats des moteurs de recherche et lors du partage sur les réseaux sociaux. Par défaut, le titre de l'événement sera utilisé\",\"wDx3FF\":\"Il n'y a pas de produits disponibles pour cet événement\",\"pNgdBv\":\"Il n'y a pas de produits disponibles dans cette catégorie\",\"rMcHYt\":\"Un remboursement est en attente. Veuillez attendre qu'il soit terminé avant de demander un autre remboursement.\",\"F89D36\":\"Une erreur est survenue lors du marquage de la commande comme payée\",\"68Axnm\":\"Il y a eu une erreur lors du traitement de votre demande. Veuillez réessayer.\",\"mVKOW6\":\"Une erreur est survenue lors de l'envoi de votre message\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Ce participant a une commande impayée.\",\"mf3FrP\":\"Cette catégorie n'a pas encore de produits.\",\"8QH2Il\":\"Cette catégorie est masquée de la vue publique\",\"xxv3BZ\":\"Cette liste de pointage a expiré\",\"Sa7w7S\":\"Cette liste de pointage a expiré et n'est plus disponible pour les enregistrements.\",\"Uicx2U\":\"Cette liste de pointage est active\",\"1k0Mp4\":\"Cette liste de pointage n'est pas encore active\",\"K6fmBI\":\"Cette liste de pointage n'est pas encore active et n'est pas disponible pour les enregistrements.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Ces informations seront affichées sur la page de paiement, la page de résumé de commande et l'e-mail de confirmation de commande.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Ceci est un événement en ligne\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Ce message sera inclus dans le pied de page de tous les e-mails envoyés à partir de cet événement\",\"55i7Fa\":\"Ce message ne sera affiché que si la commande est terminée avec succès. Les commandes en attente de paiement n'afficheront pas ce message.\",\"RjwlZt\":\"Cette commande a déjà été payée.\",\"5K8REg\":\"Cette commande a déjà été remboursée.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Cette commande a été annulée.\",\"Q0zd4P\":\"Cette commande a expiré. Veuillez recommencer.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Cette commande est terminée.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Cette page de commande n'est plus disponible.\",\"i0TtkR\":\"Cela remplace tous les paramètres de visibilité et masquera le produit de tous les clients.\",\"cRRc+F\":\"Ce produit ne peut pas être supprimé car il est associé à une commande. Vous pouvez le masquer à la place.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Ce lien de réinitialisation du mot de passe est invalide ou a expiré.\",\"IV9xTT\":\"Cet utilisateur n'est pas actif car il n'a pas accepté son invitation.\",\"5AnPaO\":\"billet\",\"kjAL4v\":\"Billet\",\"dtGC3q\":\"L'e-mail du ticket a été renvoyé au participant\",\"54q0zp\":\"Billets pour\",\"xN9AhL\":[\"Niveau\xA0\",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Les produits à niveaux vous permettent de proposer plusieurs options de prix pour le même produit. C'est parfait pour les produits en prévente ou pour proposer différentes options de prix à différents groupes de personnes.\\\" # fr\",\"nn3mSR\":\"Temps restant :\",\"s/0RpH\":\"Temps utilisés\",\"y55eMd\":\"Nombre d'utilisations\",\"40Gx0U\":\"Fuseau horaire\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Titre\",\"xdA/+p\":\"Outils\",\"72c5Qo\":\"Total\",\"YXx+fG\":\"Total avant réductions\",\"NRWNfv\":\"Montant total de la réduction\",\"BxsfMK\":\"Total des frais\",\"2bR+8v\":\"Total des ventes brutes\",\"mpB/d9\":\"Montant total de la commande\",\"m3FM1g\":\"Total remboursé\",\"jEbkcB\":\"Total remboursé\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Total des taxes\",\"+zy2Nq\":\"Taper\",\"FMdMfZ\":\"Impossible d'enregistrer le participant\",\"bPWBLL\":\"Impossible de sortir le participant\",\"9+P7zk\":\"Impossible de créer le produit. Veuillez vérifier vos détails\",\"WLxtFC\":\"Impossible de créer le produit. Veuillez vérifier vos détails\",\"/cSMqv\":\"Impossible de créer une question. Veuillez vérifier vos coordonnées\",\"MH/lj8\":\"Impossible de mettre à jour la question. Veuillez vérifier vos coordonnées\",\"nnfSdK\":\"Clients uniques\",\"Mqy/Zy\":\"États-Unis\",\"NIuIk1\":\"Illimité\",\"/p9Fhq\":\"Disponible illimité\",\"E0q9qH\":\"Utilisations illimitées autorisées\",\"h10Wm5\":\"Commande impayée\",\"ia8YsC\":\"A venir\",\"TlEeFv\":\"Événements à venir\",\"L/gNNk\":[\"Mettre à jour \",[\"0\"]],\"+qqX74\":\"Mettre à jour le nom, la description et les dates de l'événement\",\"vXPSuB\":\"Mettre à jour le profil\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL copié dans le presse-papiers\",\"e5lF64\":\"Exemple d'utilisation\",\"fiV0xj\":\"Limite d'utilisation\",\"sGEOe4\":\"Utilisez une version floue de l'image de couverture comme arrière-plan\",\"OadMRm\":\"Utiliser l'image de couverture\",\"7PzzBU\":\"Utilisateur\",\"yDOdwQ\":\"Gestion des utilisateurs\",\"Sxm8rQ\":\"Utilisateurs\",\"VEsDvU\":\"Les utilisateurs peuvent modifier leur adresse e-mail dans <0>Paramètres du profil.\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"TVA\",\"E/9LUk\":\"nom de la place\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Voir les détails de l'invité\",\"/5PEQz\":\"Voir la page de l'événement\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Afficher sur Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"Liste de pointage VIP\",\"tF+VVr\":\"Billet VIP\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Nous n'avons pas pu traiter votre paiement. Veuillez réessayer ou contacter l'assistance.\",\"45Srzt\":\"Nous n'avons pas pu supprimer la catégorie. Veuillez réessayer.\",\"/DNy62\":[\"Nous n'avons trouvé aucun billet correspondant à \",[\"0\"]],\"1E0vyy\":\"Nous n'avons pas pu charger les données. Veuillez réessayer.\",\"NmpGKr\":\"Nous n'avons pas pu réorganiser les catégories. Veuillez réessayer.\",\"BJtMTd\":\"Nous recommandons des dimensions de 2\xA0160\xA0px sur 1\xA0080\xA0px et une taille de fichier maximale de 5\xA0Mo.\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Nous n'avons pas pu confirmer votre paiement. Veuillez réessayer ou contacter l'assistance.\",\"Gspam9\":\"Nous traitons votre commande. S'il vous plaît, attendez...\",\"LuY52w\":\"Bienvenue à bord! Merci de vous connecter pour continuer.\",\"dVxpp5\":[\"Bon retour\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Quels sont les produits par paliers ?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Qu'est-ce qu'une catégorie ?\",\"gxeWAU\":\"À quels produits ce code s'applique-t-il ?\",\"hFHnxR\":\"À quels produits ce code s'applique-t-il ? (S'applique à tous par défaut)\",\"AeejQi\":\"À quels produits cette capacité doit-elle s'appliquer ?\",\"Rb0XUE\":\"A quelle heure arriverez-vous ?\",\"5N4wLD\":\"De quel type de question s'agit-il ?\",\"gyLUYU\":\"Lorsque activé, des factures seront générées pour les commandes de billets. Les factures seront envoyées avec l'e-mail de confirmation de commande. Les participants peuvent également télécharger leurs factures depuis la page de confirmation de commande.\",\"D3opg4\":\"Lorsque les paiements hors ligne sont activés, les utilisateurs pourront finaliser leurs commandes et recevoir leurs billets. Leurs billets indiqueront clairement que la commande n'est pas payée, et l'outil d'enregistrement informera le personnel si une commande nécessite un paiement.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Quels billets doivent être associés à cette liste de pointage\xA0?\",\"S+OdxP\":\"Qui organise cet événement ?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"À qui faut-il poser cette question ?\",\"VxFvXQ\":\"Intégrer le widget\",\"v1P7Gm\":\"Paramètres du widget\",\"b4itZn\":\"Fonctionnement\",\"hqmXmc\":\"Fonctionnement...\",\"+G/XiQ\":\"Année à ce jour\",\"l75CjT\":\"Oui\",\"QcwyCh\":\"Oui, supprime-les\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Vous changez votre adresse e-mail en <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Vous êtes hors ligne\",\"sdB7+6\":\"Vous pouvez créer un code promo qui cible ce produit sur le\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Vous ne pouvez pas changer le type de produit car des invités y sont associés.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Vous ne pouvez pas enregistrer des participants avec des commandes impayées. Ce paramètre peut être modifié dans les paramètres de l'événement.\",\"c9Evkd\":\"Vous ne pouvez pas supprimer la dernière catégorie.\",\"6uwAvx\":\"Vous ne pouvez pas supprimer ce niveau de prix car des produits ont déjà été vendus pour ce niveau. Vous pouvez le masquer à la place.\",\"tFbRKJ\":\"Vous ne pouvez pas modifier le rôle ou le statut du propriétaire du compte.\",\"fHfiEo\":\"Vous ne pouvez pas rembourser une commande créée manuellement.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Vous avez accès à plusieurs comptes. Veuillez en choisir un pour continuer.\",\"Z6q0Vl\":\"Vous avez déjà accepté cette invitation. Merci de vous connecter pour continuer.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Vous n’avez aucun changement d’e-mail en attente.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Vous avez manqué de temps pour compléter votre commande.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Vous devez reconnaître que cet e-mail n'est pas promotionnel\",\"3ZI8IL\":\"Vous devez accepter les termes et conditions\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Vous devez créer un ticket avant de pouvoir ajouter manuellement un participant.\",\"jE4Z8R\":\"Vous devez avoir au moins un niveau de prix\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Vous devrez marquer une commande comme payée manuellement. Cela peut être fait sur la page de gestion des commandes.\",\"L/+xOk\":\"Vous aurez besoin d'un billet avant de pouvoir créer une liste de pointage.\",\"Djl45M\":\"Vous aurez besoin d'un produit avant de pouvoir créer une affectation de capacité.\",\"y3qNri\":\"Vous aurez besoin d'au moins un produit pour commencer. Gratuit, payant ou laissez l'utilisateur décider du montant à payer.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Le nom de votre compte est utilisé sur les pages d'événements et dans les e-mails.\",\"veessc\":\"Vos participants apparaîtront ici une fois qu’ils se seront inscrits à votre événement. Vous pouvez également ajouter manuellement des participants.\",\"Eh5Wrd\":\"Votre super site web 🎉\",\"lkMK2r\":\"Vos détails\",\"3ENYTQ\":[\"Votre demande de modification par e-mail en <0>\",[\"0\"],\" est en attente. S'il vous plaît vérifier votre e-mail pour confirmer\"],\"yZfBoy\":\"Votre message a été envoyé\",\"KSQ8An\":\"Votre commande\",\"Jwiilf\":\"Votre commande a été annulée\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Vos commandes apparaîtront ici une fois qu’elles commenceront à arriver.\",\"9TO8nT\":\"Votre mot de passe\",\"P8hBau\":\"Votre paiement est en cours de traitement.\",\"UdY1lL\":\"Votre paiement n'a pas abouti, veuillez réessayer.\",\"fzuM26\":\"Votre paiement a échoué. Veuillez réessayer.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Votre remboursement est en cours de traitement.\",\"IFHV2p\":\"Votre billet pour\",\"x1PPdr\":\"Code postal\",\"BM/KQm\":\"Code Postal\",\"+LtVBt\":\"Code postal\",\"25QDJ1\":\"- Cliquez pour publier\",\"WOyJmc\":\"- Cliquez pour dépublier\",\"ncwQad\":\"(vide)\",\"B/gRsg\":\"(aucun)\",\"wqtZLy\":[[\"0\"],\" (copie)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" est déjà enregistré\"],\"3beCx0\":[[\"0\"],\" <0>enregistrés\"],\"S4PqS9\":[[\"0\"],\" webhooks actifs\"],\"6MIiOI\":[[\"0\"],\" restant\"],\"COnw8D\":[\"Logo \",[\"0\"]],\"xG9N0H\":[[\"0\"],\" places sur \",[\"1\"],\" sont occupées.\"],\"B7pZfX\":[[\"0\"],\" organisateurs\"],\"/HkCs4\":[[\"0\"],\" billets\"],\"30bTiU\":[[\"activeCount\"],\" activé(s)\"],\"jTs4am\":[\"Logo \",[\"appName\"]],\"gbJOk9\":[[\"attendeeCount\"],\" participants sont inscrits à cette séance.\"],\"TjbIUI\":[[\"availableCount\"],\" sur \",[\"totalCount\"],\" disponibles\"],\"PSChHo\":[[\"capacity\"],\" places restantes\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" enregistrés\"],\"RZ0JX3\":[[\"chipTime\"],\", complet\"],\"M4KnFs\":[[\"chipTime\"],\", Épuisé, liste d'attente disponible\"],\"SeyN12\":[[\"completedCount\"],\" étapes sur \",[\"totalCount\"],\" terminées\"],\"wYzVwE\":[[\"count\"],\" options supplémentaires\"],\"f2rhaD\":[\"il y a \",[\"diffHr\"],\" h\"],\"NRSLBe\":[\"il y a \",[\"diffMin\"],\" min\"],\"iYfwJE\":[\"il y a \",[\"diffSec\"],\" s\"],\"OJnhhX\":[[\"eventCount\"],\" événements\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" de plus\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" participants sont inscrits sur les séances concernées.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" par commande\"],\"RBuxIl\":[[\"productCount\"],\" types de billets configurés\"],\"VFLd0I\":[[\"slotCount\"],\" horaires disponibles\"],\"3IEF7U\":[[\"totalCount\"],\" types de billets\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" frais\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" frais et taxes\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" taxes\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 jour\",\"1d6kks\":\"+Taxes/Frais\",\"B1St2O\":\"<0>Les listes d'enregistrement vous aident à gérer l'entrée à l'événement par jour, zone ou type de billet. Vous pouvez lier des billets à des listes spécifiques telles que des zones VIP ou des pass Jour 1 et partager un lien d'enregistrement sécurisé avec le personnel. Aucun compte n'est requis. L'enregistrement fonctionne sur mobile, ordinateur ou tablette, en utilisant la caméra de l'appareil ou un scanner USB HID. \",\"v9VSIS\":\"<0>Définissez une limite de participation totale unique qui s'applique à plusieurs types de billets à la fois.<1>Par exemple, si vous liez un billet <2>Pass Journée et un billet <3>Week-end complet, ils utiliseront tous deux le même quota de places. Une fois la limite atteinte, tous les billets liés cessent automatiquement d'être vendus.\",\"Il5Uid\":\"<0>Il s'agit de la quantité totale disponible cumulée sur toutes les dates de votre planning — ce n'est pas une limite par date. Pour limiter le nombre de participants par date, définissez une capacité sur la <1>page Planning des dates.\",\"ZnVt5v\":\"<0>Les webhooks notifient instantanément les services externes lorsqu'un événement se produit, comme l'ajout d'un nouvel inscrit à votre CRM ou à votre liste de diffusion lors de l'inscription, garantissant une automatisation fluide.<1>Utilisez des services tiers comme <2>Zapier, <3>IFTTT ou <4>Make pour créer des workflows personnalisés et automatiser des tâches.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" au taux actuel\"],\"M2DyLc\":\"1 webhook actif\",\"hMefp0\":\"1 option supplémentaire\",\"6hIk/x\":\"1 participant est inscrit sur les séances concernées.\",\"qOyE2U\":\"1 participant est inscrit à cette séance.\",\"943BwI\":\"1 jour après la date de fin\",\"yj3N+g\":\"1 jour après la date de début\",\"Z3etYG\":\"1 jour avant l'événement\",\"szSnlj\":\"1 heure avant l'événement\",\"yTsaLw\":\"1 billet\",\"nz96Ue\":\"1 type de billet\",\"InX5ad\":\"1 type de billet configuré\",\"y2Jh0m\":\"1 horaire disponible\",\"cGtUz6\":\"1 semaine avant l'événement\",\"HR/cvw\":\"123 Rue Exemple\",\"dgKxZ5\":\"Plus de 135 devises et plus de 40 moyens de paiement\",\"/d9gcz\":\"Un libellé de bouton est requis lorsqu'une URL est définie\",\"kMU5aM\":\"Un avis d'annulation a été envoyé à\",\"o++0qa\":\"un changement de durée\",\"WuWSX5\":\"Quelques étapes rapides et vous serez prêt à vendre.\",\"RQ5kDd\":\"Un message à afficher lorsqu'il n'y a aucun produit dans cette catégorie.\",\"V53XzQ\":\"Un nouveau code de vérification a été envoyé à votre adresse e-mail\",\"sr2Je0\":\"un décalage des horaires de début/fin\",\"/z/bH1\":\"Une brève description de votre organisateur qui sera affichée à vos utilisateurs.\",\"3BKFn6\":\"Une URL est requise lorsqu'un libellé de bouton est défini\",\"RpjXTb\":\"Un jour de la semaine\",\"aS0jtz\":\"Abandonné\",\"uyJsf6\":\"À propos\",\"JvuLls\":\"Absorber les frais\",\"lk74+I\":\"Absorber les frais\",\"1uJlG9\":\"Couleur d'Accent\",\"g3UF2V\":\"Accepter\",\"K5+3xg\":\"Accepter l'invitation\",\"LuXP9q\":\"Accès\",\"jzb4Ep\":[\"Compte · \",[\"0\"]],\"UqH1Q6\":[\"Compte · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"La suppression du compte a été annulée.\",\"WtlP+7\":\"La suppression du compte est bloquée\",\"vOuxvL\":\"Informations du compte\",\"F9cvwz\":\"Nom du compte\",\"EHNORh\":\"Compte introuvable\",\"Hy1lfH\":\"Propriétaire du compte\",\"bPwFdf\":\"Comptes\",\"pi/Iog\":[\"Comptes (\",[\"0\"],\")\"],\"AhwTa1\":\"Action requise : Informations TVA nécessaires\",\"APyAR/\":\"Événements actifs\",\"kCl6ja\":\"Moyens de paiement actifs\",\"XJOV1Y\":\"Activité\",\"Eso+01\":[\"Ajoutez d'abord \",[\"0\"]],\"eJ0IJA\":\"Ajoutez une image de couverture et un thème à l'image de votre marque\",\"0YEoxS\":\"Ajouter une date\",\"ybegUq\":\"Ajoutez une description et un lieu pour que les participants sachent à quoi s'attendre\",\"nOZl6j\":\"Ajouter une date unique\",\"CjvTPJ\":\"Ajouter un autre horaire\",\"0XCduh\":\"Ajoutez au moins un horaire\",\"/chGpa\":\"Ajoutez les informations de connexion pour l'événement en ligne.\",\"UWWRyd\":\"Ajoutez des questions personnalisées pour collecter des informations supplémentaires lors du paiement\",\"Z/dcxc\":\"Ajouter une date\",\"QeupRg\":\"Ajouter des dates\",\"Q219NT\":\"Ajouter des dates\",\"yjB5VC\":\"Ajoutez les dates et horaires de votre événement récurrent\",\"Z8idyM\":\"Ajouter des détails\",\"wpirGs\":\"Ajouter les détails de l'événement\",\"VX6WUv\":\"Ajouter un emplacement\",\"GCQlV2\":\"Ajoutez plusieurs horaires si vous organisez plusieurs séances par jour.\",\"7JF9w9\":\"Ajouter une question\",\"NLbIb6\":\"Ajouter ce participant quand même (ignorer la capacité)\",\"6PNlRV\":\"Ajouter cet événement à votre calendrier\",\"BGD9Yt\":\"Ajouter des billets\",\"uIv4Op\":\"Ajoutez des pixels de suivi à vos pages d'événements publics et à la page d'accueil de l'organisateur. Une bannière de consentement aux cookies sera affichée aux visiteurs lorsque le suivi est actif.\",\"QN2F+7\":\"Ajouter un webhook\",\"NsWqSP\":\"Ajoutez vos réseaux sociaux et l'URL de votre site. Ils seront affichés sur votre page publique d'organisateur.\",\"6JzKEV\":\"Uniquement en option\",\"VkQex5\":\"Produits complémentaires\",\"Y2K3rp\":\"Options supplémentaires\",\"Z/ZU8N\":\"Ajouté au moment du paiement\",\"bVjDs9\":\"Frais supplémentaires\",\"MKqSg4\":\"Accès administrateur requis\",\"0Zypnp\":\"Tableau de Bord Admin\",\"tlFYEo\":\"Donne accès à votre événement aux participants\",\"YAV57v\":\"Affilié\",\"I+utEq\":\"Le code d'affiliation ne peut pas être modifié\",\"/jHBj5\":\"Affilié créé avec succès\",\"uCFbG2\":\"Affilié supprimé avec succès\",\"ld8I+f\":\"Programme d'affiliation\",\"a41PKA\":\"Les ventes de l'affilié seront suivies\",\"mJJh2s\":\"Les ventes de l'affilié ne seront pas suivies. Cela désactivera l'affilié.\",\"jabmnm\":\"Affilié mis à jour avec succès\",\"CPXP5Z\":\"Affiliés\",\"9Wh+ug\":\"Affiliés exportés\",\"3cqmut\":\"Les affiliés vous aident à suivre les ventes générées par les partenaires et les influenceurs. Créez des codes d'affiliation et partagez-les pour surveiller les performances.\",\"3e31kI\":\"Une fois votre événement créé, vous pourrez choisir sa fréquence de répétition depuis le tableau de bord.\",\"z7GAMJ\":\"toutes\",\"N40H+G\":\"Tous\",\"7rLTkE\":\"Tous les événements archivés\",\"gKq1fa\":\"Tous les participants\",\"63gRoO\":\"Tous les participants des séances sélectionnées\",\"uWxIoH\":\"Tous les participants de cette date\",\"pMLul+\":\"Toutes les devises\",\"sgUdRZ\":\"Toutes les dates\",\"e4q4uO\":\"Toutes les dates\",\"ZS/D7f\":\"Tous les événements terminés\",\"QsYjci\":\"Tous les événements\",\"31KB8w\":\"Tous les travaux échoués supprimés\",\"D2g7C7\":\"Tous les travaux en file d'attente pour réessai\",\"B4RFBk\":\"Toutes les dates correspondantes\",\"F1/VgK\":\"Toutes les dates\",\"OpWjMq\":\"Toutes les dates\",\"Sxm1lO\":\"Tous les statuts\",\"dr7CWq\":\"Tous les événements à venir\",\"UBpkWM\":\"Tous les utilisateurs\",\"GpT6Uf\":\"Permettre aux participants de mettre à jour leurs informations de billet (nom, e-mail) via un lien sécurisé envoyé avec leur confirmation de commande.\",\"VZdky1\":\"Permettre aux acheteurs de copier leurs informations vers tous les participants\",\"F3mW5G\":\"Permettre aux clients de rejoindre une liste d'attente lorsque ce produit est épuisé\",\"4CMO/q\":\"Permettre aux clients de rejoindre une liste d'attente lorsque ce produit est épuisé. Les clients rejoignent la liste d'attente pour une date spécifique.\",\"c4uJfc\":\"Presque terminé ! Nous attendons juste que votre paiement soit traité. Cela ne devrait prendre que quelques secondes.\",\"ocS8eq\":[\"Vous avez déjà un compte ? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Déjà présent\",\"/H326L\":\"Déjà remboursé\",\"USEpOK\":\"Vous utilisez déjà Stripe sur un autre organisateur ? Réutilisez cette connexion.\",\"RtxQTF\":\"Annuler également cette commande\",\"jkNgQR\":\"Rembourser également cette commande\",\"xYqsHg\":\"Toujours disponible\",\"rrepBD\":\"Toujours en vente\",\"Wvrz79\":\"Montant payé\",\"Zkymb9\":\"Une adresse e-mail à associer à cet affilié. L'affilié ne sera pas notifié.\",\"vRznIT\":\"Une erreur s'est produite lors de la vérification du statut d'exportation.\",\"OPFdAM\":\"Une description facultative de cette catégorie à afficher sur la page de l'événement.\",\"eusccx\":\"Un message optionnel à afficher sur le produit en vedette, par ex. \\\"Se vend rapidement 🔥\\\" ou \\\"Meilleur rapport qualité-prix\\\"\",\"HZFm5R\":\"et\",\"l3LBtZ\":\"Contenu de l'annonce\",\"Th00L9\":\"Annonce créée\",\"p/XJYI\":\"Annonce supprimée\",\"08iV57\":\"Titre de l'annonce\",\"qLqgre\":\"Annonce mise à jour\",\"Dzr23X\":\"Annonces\",\"asqL+J\":\"Anonymiser\",\"QNrkms\":\"Réponse mise à jour avec succès.\",\"+qygei\":\"Réponses\",\"GK7Lnt\":\"Réponses fournies lors du paiement (ex. choix du repas)\",\"lE8PgT\":\"Les dates que vous avez personnalisées manuellement seront conservées.\",\"jVoYha\":[\"appliqué — \",[\"0\"],\" de réduction sur votre commande\"],\"vP3Nzg\":[\"S'applique aux \",[\"0\"],\" dates non annulées actuellement chargées sur cette page.\"],\"kkVyZZ\":\"S'applique à toute personne ouvrant le lien d'enregistrement partagé sans être connectée. Les membres de l'équipe connectés voient toujours tout.\",\"je4muG\":[\"S'applique à chaque date \",[\"0\"],\", non annulée de cet événement — y compris les dates non chargées actuellement.\"],\"YIIQtt\":\"Appliquer les modifications\",\"NzWX1Y\":\"Appliquer à\",\"Ps5oDT\":\"Appliquer à tous les billets\",\"261RBr\":\"Approuver le message\",\"naCW6Z\":\"Avril\",\"B495Gs\":\"Archiver\",\"5sNliy\":\"Archiver l'événement\",\"BrwnrJ\":\"Archiver l'organisateur\",\"E5eghW\":\"Archivez cet événement pour le masquer au public. Vous pourrez le restaurer ultérieurement.\",\"eqFkeI\":\"Archivez cet organisateur. Cela archivera également tous les événements appartenant à cet organisateur.\",\"BzcxWv\":\"Organisateurs archivés\",\"9cQBd6\":\"Êtes-vous sûr de vouloir archiver cet événement ? Il ne sera plus visible pour le public.\",\"Trnl3E\":\"Êtes-vous sûr de vouloir archiver cet organisateur ? Cela archivera également tous les événements appartenant à cet organisateur.\",\"wOvn+e\":[\"Voulez-vous vraiment annuler \",[\"count\"],\" date(s) ? Les participants concernés seront prévenus par e-mail.\"],\"GTxE0U\":\"Voulez-vous vraiment annuler cette date ? Les participants concernés seront prévenus par e-mail.\",\"VkSk/i\":\"Êtes-vous sûr de vouloir annuler ce message programmé ?\",\"0aVEBY\":\"Êtes-vous sûr de vouloir supprimer tous les travaux échoués ?\",\"LchiNd\":\"Êtes-vous sûr de vouloir supprimer cet affilié ? Cette action ne peut pas être annulée.\",\"U49Xd6\":\"Voulez-vous vraiment supprimer cette annonce ? Les utilisateurs ne la verront plus.\",\"vPeW/6\":\"Êtes-vous sûr de vouloir supprimer cette configuration ? Cela peut affecter les comptes qui l'utilisent.\",\"h42Hc/\":\"Voulez-vous vraiment supprimer cette date ? Cette action est irréversible.\",\"RiF/yT\":\"Voulez-vous vraiment supprimer cette image ?\",\"b3+Qku\":\"Voulez-vous vraiment supprimer cette taxe ou ces frais ? Ils ne seront plus appliqués aux nouvelles commandes.\",\"JmVITJ\":\"Êtes-vous sûr de vouloir supprimer ce modèle ? Cette action ne peut pas être annulée et les e-mails reviendront au modèle par défaut.\",\"aLS+A6\":\"Êtes-vous sûr de vouloir supprimer ce modèle ? Cette action ne peut pas être annulée et les e-mails reviendront au modèle de l'organisateur ou par défaut.\",\"5H3Z78\":\"Êtes-vous sûr de vouloir supprimer ce webhook ?\",\"147G4h\":\"Êtes-vous sûr de vouloir partir ?\",\"VDWChT\":\"Êtes-vous sûr de vouloir mettre cet organisateur en brouillon ? Cela rendra la page de l'organisateur invisible au public.\",\"pWtQJM\":\"Êtes-vous sûr de vouloir rendre cet organisateur public ? Cela rendra la page de l'organisateur visible au public.\",\"EOqL/A\":\"Êtes-vous sûr de vouloir offrir une place à cette personne ? Elle recevra une notification par e-mail.\",\"yAXqWW\":\"Voulez-vous vraiment supprimer définitivement cette date ? Cette action est irréversible.\",\"WFHOlF\":\"Êtes-vous sûr de vouloir publier cet événement ? Une fois publié, il sera visible au public.\",\"4TNVdy\":\"Êtes-vous sûr de vouloir publier ce profil d'organisateur ? Une fois publié, il sera visible au public.\",\"8x0pUg\":\"Êtes-vous sûr de vouloir supprimer cette entrée de la liste d'attente ?\",\"cDtoWq\":[\"Êtes-vous sûr de vouloir renvoyer la confirmation de commande à \",[\"0\"],\" ?\"],\"xeIaKw\":[\"Êtes-vous sûr de vouloir renvoyer le billet à \",[\"0\"],\" ?\"],\"BjbocR\":\"Êtes-vous sûr de vouloir restaurer cet événement ?\",\"7MjfcR\":\"Êtes-vous sûr de vouloir restaurer cet organisateur ?\",\"b7tkGp\":\"Voulez-vous vraiment révoquer cette invitation ?\",\"ExDt3P\":\"Êtes-vous sûr de vouloir dépublier cet événement ? Il ne sera plus visible au public.\",\"5Qmxo/\":\"Êtes-vous sûr de vouloir dépublier ce profil d'organisateur ? Il ne sera plus visible au public.\",\"Uqefyd\":\"Êtes-vous assujetti à la TVA dans l'UE ?\",\"+QARA4\":\"Art\",\"tLf3yJ\":\"Comme votre entreprise est basée en Irlande, la TVA irlandaise à 23 % s'applique automatiquement à tous les frais de plateforme.\",\"tMeVa/\":\"Demander le nom et l'email pour chaque billet acheté\",\"ui5ln+\":\"Attribuer un autre forfait\",\"9Jxliv\":\"Attribuer le forfait\",\"xdiER7\":\"Niveau attribué\",\"F2rX0R\":\"Au moins un type d'événement doit être sélectionné\",\"Z44eZS\":\"Au moins un produit doit rester disponible pour cette date. Pour rendre la date inaccessible, annulez-la plutôt depuis le planning.\",\"BCmibk\":\"Tentatives\",\"6PecK3\":\"Présence et taux d'enregistrement pour tous les événements\",\"K2tp3v\":\"participant\",\"AJ4rvK\":\"Participant annulé\",\"qvylEK\":\"Participant créé\",\"Aspq3b\":\"Collecte des informations des participants\",\"fpb0rX\":\"Informations du participant copiées de la commande\",\"94aQMU\":\"Informations du participant\",\"KkrBiR\":\"Collecte d'informations sur les participants\",\"sjPjOg\":\"Notes sur le participant\",\"cosfD8\":\"Statut du Participant\",\"D2qlBU\":\"Participant mis à jour\",\"22BOve\":\"Participant mis à jour avec succès\",\"x8Vnvf\":\"Le billet du participant n'est pas inclus dans cette liste\",\"/Ywywr\":\"participants\",\"zLRobu\":\"participants enregistrés\",\"k3Tngl\":\"Participants exportés\",\"UoIRW8\":\"Participants inscrits\",\"5UbY+B\":\"Participants avec un ticket spécifique\",\"4HVzhV\":\"Participants:\",\"HVkhy2\":\"Analyse d'attribution\",\"dMMjeD\":\"Répartition de l'attribution\",\"1oPDuj\":\"Valeur d'attribution\",\"cHfbVT\":\"Audience\",\"DBHTm/\":\"Août\",\"JgREph\":\"L'offre automatique est activée\",\"V7Tejz\":\"Traitement automatique de la liste d'attente\",\"PZ7FTW\":\"Détecté automatiquement selon la couleur de fond, mais peut être remplacé\",\"zlnTuI\":\"Offrir automatiquement des billets à la prochaine personne lorsque de la capacité se libère. Si désactivé, vous pouvez traiter manuellement la liste d'attente depuis la page Liste d'attente.\",\"csDS2L\":\"Disponible\",\"Xp+ywP\":\"Disponible une fois le paiement effectué\",\"dwDH1K\":[\"Horaires disponibles le \",[\"dayName\"]],\"clF06r\":\"Disponible pour remboursement\",\"NB5+UG\":\"Jetons disponibles\",\"L+wGOG\":\"En attente\",\"qcw2OD\":\"Paiement en attente\",\"kNmmvE\":\"Awesome Events SARL\",\"TeSaQO\":\"Retour aux comptes\",\"kYqM1A\":\"Retour à l'événement\",\"s5QRF3\":\"Retour aux messages\",\"td/bh+\":\"Retour aux rapports\",\"nsm7BA\":\"Retour à la recherche\",\"imjKVx\":\"Compte bancaire connecté\",\"KSSL9f\":\"Bannière\",\"zdYsg1\":\"Le contenu de la bannière doit comporter 200 caractères ou moins\",\"p2OLF3\":\"Prix de base\",\"D9LTCH\":\"Prix de base\",\"hviJef\":\"Basé sur la période de vente globale ci-dessus, pas par date\",\"jIPNJG\":\"Informations de base\",\"lINGcL\":\"Comme ce compte comporte des commandes finalisées, les enregistrements de transactions (montants, dates et détails de factures) seront conservés sous forme anonymisée à des fins légales et fiscales. Toutes les informations personnelles seront définitivement supprimées.\",\"UabgBd\":\"Le corps est requis\",\"HWXuQK\":\"Ajoutez cette page à vos favoris pour gérer votre commande à tout moment.\",\"CUKVDt\":\"Personnalisez vos billets avec un logo, des couleurs et un message de pied de page personnalisés.\",\"4BZj5p\":\"Protection anti-fraude intégrée\",\"cr7kGH\":\"Modification groupée\",\"1Fbd6n\":\"Modification groupée des dates\",\"Eq6Tu9\":\"Échec de la mise à jour groupée.\",\"9N+p+g\":\"Affaires\",\"SWnN1L\":\"Adresse professionnelle\",\"kQekXw\":\"Raison sociale\",\"3W/QV7\":\"Libellé du bouton\",\"bv6RXK\":\"Libellé du bouton\",\"ChDLlO\":\"Texte du bouton\",\"MOht10\":\"URL du bouton\",\"BUe8Wj\":\"L'acheteur paie\",\"DkL8mp\":\"Les acheteurs peuvent les ajouter à leur commande lorsqu'ils sélectionnent ce produit au moment du paiement.\",\"qF1qbA\":\"Les acheteurs voient un prix net. Les frais de plateforme sont déduits de votre paiement.\",\"dg05rc\":\"En ajoutant des pixels de suivi, vous reconnaissez que vous et cette plateforme êtes responsables conjoints des données collectées. Vous êtes responsable de vous assurer que vous disposez d'une base légale pour ce traitement en vertu des lois applicables sur la protection des données (RGPD, CCPA, etc.).\",\"DFqasq\":[\"En continuant, vous acceptez les <0>Conditions d'utilisation de \",[\"0\"],\"\"],\"CetOZE\":\"Par type de billet\",\"lFdbRS\":\"Contourner les frais d'application\",\"AjVXBS\":\"Calendrier\",\"2VLZwd\":\"Bouton d'appel à l'action\",\"rT2cV+\":\"Caméra\",\"7hYa9y\":\"L'autorisation d'accès à la caméra a été refusée. <0>Redemandez l'autorisation ou accordez l'accès à la caméra à cette page dans les paramètres de votre navigateur.\",\"D02dD9\":\"Campagne\",\"RRPA79\":\"Enregistrement impossible\",\"OcVwAd\":[\"Annuler \",[\"count\"],\" date(s)\"],\"H4nE+E\":\"Annuler tous les produits et les remettre dans le pool\",\"Py78q9\":\"Annuler la date\",\"lUjTpS\":\"Annuler la suppression\",\"5YkF5G\":\"Annuler la demande de suppression\",\"tOXAdc\":\"L'annulation annulera tous les participants associés à cette commande et remettra les billets dans le pool disponible.\",\"FPpqc7\":[\"Annulation de \",[\"0\"],\" date(s). Cela peut prendre un instant.\"],\"01sEfm\":\"Impossible de supprimer la configuration système par défaut\",\"VsM1HH\":\"Attributions de capacité\",\"9bIMVF\":\"Gestion de la capacité\",\"H7K8og\":\"La capacité doit être supérieure ou égale à 0\",\"nzao08\":\"mises à jour de capacité\",\"4cp9NP\":\"Capacité utilisée\",\"K7tIrx\":\"Catégorie\",\"DRK3Bq\":\"Catégorie supprimée avec succès\",\"o+XJ9D\":\"Modifier\",\"kJkjoB\":\"Modifier la durée\",\"J0KExZ\":\"Modifier la limite de participants\",\"ssospy\":\"Modifier l'horaire\",\"CIHJJf\":\"Modifier les paramètres de liste d'attente\",\"B5icLR\":[\"Durée modifiée pour \",[\"count\"],\" date(s)\"],\"Kb+0BT\":\"Paiements\",\"2tbLdK\":\"Charité\",\"BPWGKn\":\"Enregistrer\",\"6uFFoY\":\"Annuler l'enregistrement\",\"FjAlwK\":[\"Découvrez cet événement : \",[\"0\"]],\"v4fiSg\":\"Vérifiez votre e-mail\",\"51AsAN\":\"Vérifiez votre boîte de réception ! Si des billets sont associés à cet e-mail, vous recevrez un lien pour les consulter.\",\"Y3FYXy\":\"Enregistrement\",\"udRwQs\":\"Enregistrement créé\",\"F4SRy3\":\"Enregistrement supprimé\",\"as6XfO\":[\"L'enregistrement de \",[\"0\"],\" a été annulé\"],\"9s/wrQ\":\"Historique des enregistrements\",\"Wwztk4\":\"Liste d'enregistrement\",\"9gPPUY\":\"Liste d'Enregistrement Créée !\",\"dwjiJt\":\"Infos sur la liste d'enregistrement\",\"7od0PV\":\"listes d'enregistrement\",\"f2vU9t\":\"Listes d'enregistrement\",\"XprdTn\":\"Navigation d'enregistrement\",\"5tV1in\":\"Progression de l'enregistrement\",\"SHJwyq\":\"Taux d'enregistrement\",\"qCqdg6\":\"Statut d'enregistrement\",\"cKj6OE\":\"Résumé des enregistrements\",\"7B5M35\":\"Enregistrements\",\"VrmydS\":\"Enregistré\",\"DM4gBB\":\"Chinois (traditionnel)\",\"p8Jvp4\":\"Choisir une configuration\",\"ElShBO\":\"Choisir une autre action\",\"pHEhf+\":\"Choisissez une police qui correspond à votre marque. Les polices sont auto-hébergées via Bunny Fonts.\",\"Zok1Gx\":\"Choisir un organisateur\",\"pkk46Q\":\"Choisissez un organisateur\",\"Ag32+c\":\"Choisir une autre date\",\"Crr3pG\":\"Choisir le calendrier\",\"Z38ZJu\":\"Choisissez comment la date de l'événement s'affiche sur le billet\",\"LAW8Vb\":\"Choisissez le paramètre par défaut pour les nouveaux événements. Ceci peut être modifié pour chaque événement.\",\"pjp2n5\":\"Choisissez qui paie les frais de plateforme. Cela n'affecte pas les frais supplémentaires que vous avez configurés dans les paramètres de votre compte.\",\"xCJdfg\":\"Effacer\",\"QyOWu9\":\"Effacer le lieu — revenir au lieu par défaut de l'événement\",\"V8yTm6\":\"Effacer la recherche\",\"kmnKnX\":\"Effacer supprime toute personnalisation par date. Les dates concernées reviendront au lieu par défaut de l'événement.\",\"/o+aQX\":\"Cliquez pour annuler\",\"gD7WGV\":\"Cliquez pour rouvrir à la vente\",\"CySr+W\":\"Cliquez pour voir les notes\",\"RG3szS\":\"fermer\",\"RWw9Lg\":\"Fermer la fenêtre\",\"XwdMMg\":\"Le code ne peut contenir que des lettres, des chiffres, des tirets et des traits de soulignement\",\"+yMJb7\":\"Le code est obligatoire\",\"m9SD3V\":\"Le code doit contenir au moins 3 caractères\",\"V1krgP\":\"Le code ne doit pas dépasser 20 caractères\",\"psqIm5\":\"Collaborez avec votre équipe pour créer ensemble des événements incroyables.\",\"4bUH9i\":\"Collectez les détails du participant pour chaque billet acheté.\",\"TkfG8v\":\"Collecter les informations par commande\",\"96ryID\":\"Collecter les informations par billet\",\"FpsvqB\":\"Mode de couleur\",\"jEu4bB\":\"Colonnes\",\"CWk59I\":\"Comédie\",\"rPA+Gc\":\"Préférences de communication\",\"zFT5rr\":\"terminé\",\"bUQMpb\":\"Terminer la configuration Stripe\",\"744BMm\":\"Finalisez votre commande pour sécuriser vos billets. Cette offre est limitée dans le temps, ne tardez pas trop.\",\"5YrKW7\":\"Finalisez votre paiement pour sécuriser vos billets.\",\"xGU92i\":\"Complétez votre profil pour rejoindre l'équipe.\",\"QOhkyl\":\"Rédiger\",\"ih35UP\":\"Centre de conférence\",\"ywFj2D\":\"Configuration\",\"WTw0bB\":\"Configuration attribuée\",\"X1zdE7\":\"Configuration créée avec succès\",\"mLBUMQ\":\"Configuration supprimée avec succès\",\"UIENhw\":\"Les noms de configuration sont visibles par les utilisateurs finaux. Les frais fixes seront convertis dans la devise de la commande au taux de change actuel.\",\"eeZdaB\":\"Configuration mise à jour avec succès\",\"3cKoxx\":\"Configurations\",\"8v2LRU\":\"Configurez les détails de l'événement, le lieu, les options de paiement et les notifications par email.\",\"raw09+\":\"Configurez comment les informations des participants sont collectées lors du paiement\",\"FI60XC\":\"Configurer les taxes et frais\",\"av6ukY\":\"Choisissez les produits disponibles pour cette date et ajustez éventuellement les tarifs.\",\"NGXKG/\":\"Confirmer l'adresse e-mail\",\"JRQitQ\":\"Confirmer le nouveau mot de passe\",\"Auz0Mz\":\"Confirmez votre e-mail pour accéder à toutes les fonctionnalités.\",\"7+grte\":\"E-mail de confirmation envoyé ! Veuillez vérifier votre boîte de réception.\",\"n/7+7Q\":\"Confirmation envoyée à\",\"x3wVFc\":\"Félicitations ! Votre événement est maintenant visible par le public.\",\"0W2NQP\":\"Connecter la banque\",\"/K4Vqr\":\"Connectez Stripe pour accepter les paiements\",\"nQI4H5\":\"Connectez Stripe pour activer l'édition des modèles d'e-mail\",\"LmvZ+E\":\"Connectez Stripe pour activer la messagerie\",\"peBIO+\":\"Connectez Stripe pour recevoir les paiements des billets directement sur votre compte bancaire.\",\"DNeN8t\":\"Connectez votre banque pour recevoir les ventes de billets directement sur votre compte\",\"DARj+w\":\"Mauvais compte Stripe connecté ? Déconnectez-le et recommencez.\",\"X1y8JF\":\"Les informations de connexion sont obligatoires pour les dates en ligne\",\"fjfBOm\":\"Les détails de connexion sont requis pour les événements en ligne\",\"jfC/xh\":\"Contact\",\"LOFgda\":[\"Contacter \",[\"0\"]],\"41BQ3k\":\"E-mail de contact\",\"4b3oEV\":\"Contenu\",\"13CIgI\":\"Le contenu est requis\",\"m8WD6t\":\"Continuer la configuration\",\"0GwUT4\":\"Passer à la caisse\",\"sBV87H\":\"Continuer vers la création d'événement\",\"nKtyYu\":\"Continuer à l'étape suivante\",\"F3/nus\":\"Continuer vers le paiement\",\"s30OcA\":\"Contrôlez l'affichage des dates et horaires sur la page de l'événement\",\"p2FRHj\":\"Contrôlez comment les frais de plateforme sont gérés pour cet événement\",\"NqfabH\":\"Contrôlez qui entre pour cette date\",\"fmYxZx\":\"Contrôlez qui entre, et quand\",\"1JnTgU\":\"Copié d'en haut\",\"FxVG/l\":\"Copié dans le presse-papiers\",\"PiH3UR\":\"Copié !\",\"4i7smN\":\"Copier l'ID du compte\",\"uUPbPg\":\"Copier le lien d'affiliation\",\"iVm46+\":\"Copier le code\",\"cF2ICc\":\"Copier le lien client\",\"+2ZJ7N\":\"Copier les détails vers le premier participant\",\"ZN1WLO\":\"Copier l'Email\",\"y1eoq1\":\"Copier le lien\",\"tUGbi8\":\"Copier mes informations vers:\",\"y22tv0\":\"Copiez ce lien pour le partager n'importe où\",\"/4gGIX\":\"Copier dans le presse-papiers\",\"e0f4yB\":\"Impossible de supprimer l'emplacement\",\"vkiDx2\":\"Impossible de préparer la mise à jour groupée.\",\"KOavaU\":\"Impossible de récupérer les détails de l'adresse\",\"/lq4oO\":\"Impossible d'enregistrer la date\",\"mHu0az\":\"Impossible d'envoyer l'e-mail de vérification. Veuillez réessayer.\",\"QOIm+S\":\"Les totaux incluent toutes les dates à venir. Chaque personne se voit proposer une place pour la date qu'elle a choisie.\",\"P0rbCt\":\"Image de couverture\",\"p4kqHr\":\"Image de couverture ajoutée\",\"60u+dQ\":\"L'image de couverture sera affichée en haut de votre page d'événement\",\"2NLjA6\":\"L'image de couverture sera affichée en haut de votre page d'organisateur\",\"GkrqoY\":\"Couvre tous les billets\",\"zg4oSu\":[\"Créer le modèle \",[\"0\"]],\"RKKhnW\":\"Créez un widget personnalisé pour vendre des billets sur votre site.\",\"jqhTmw\":\"Créer une liste pour cette date\",\"PhioFp\":\"Créez une nouvelle liste d'enregistrement pour une séance active, ou contactez l'organisateur si vous pensez qu'il s'agit d'une erreur.\",\"yIRev4\":\"Créer un mot de passe\",\"j7xZ7J\":\"Créez des organisateurs supplémentaires pour gérer des marques, départements ou séries d'événements distincts sous un même compte. Chaque organisateur dispose de ses propres événements, paramètres et page publique.\",\"xfKgwv\":\"Créer un affilié\",\"GT/OIA\":\"Créez une annonce pour afficher un message à vos utilisateurs.\",\"tudG8q\":\"Créez et configurez des billets et des marchandises à vendre.\",\"Q4VlI/\":\"Créer une annonce\",\"YAl9Hg\":\"Créer une configuration\",\"BTne9e\":\"Créer des modèles d'email personnalisés pour cet événement qui remplacent les paramètres par défaut de l'organisateur\",\"YIDzi/\":\"Créer un modèle personnalisé\",\"tsGqx5\":\"Créer une date\",\"Nc3l/D\":\"Créez des réductions, des codes d'accès pour les billets cachés et des offres spéciales.\",\"PybJS2\":\"Créer l'événement\",\"abGAgf\":\"Créez d'autres billets ou produits pour les proposer en option\",\"eWEV9G\":\"Créer un nouveau mot de passe\",\"utHSNE\":\"Créer le calendrier\",\"8AiKIu\":\"Créer un billet ou un produit\",\"/HGmW9\":\"Créez des liens traçables pour récompenser les partenaires qui font la promotion de votre événement.\",\"dkAPxi\":\"Créer un webhook\",\"5slqwZ\":\"Créez votre événement\",\"JQNMrj\":\"Créez votre premier événement\",\"CCjxOC\":\"Créez votre premier événement pour commencer à vendre des billets et gérer les participants.\",\"ZCSSd+\":\"Créez votre propre événement\",\"qdv10s\":[\"Création de \",[\"0\"],\" dates. Cela peut prendre un moment.\"],\"67NsZP\":\"Création de l'événement...\",\"H34qcM\":\"Création de l'organisateur...\",\"1YMS+X\":\"Création de votre événement en cours, veuillez patienter\",\"yiy8Jt\":\"Création de votre profil d'organisateur en cours, veuillez patienter\",\"lfLHNz\":\"Le libellé CTA est requis\",\"0xLR6W\":\"Actuellement attribué\",\"iTvh6I\":\"Actuellement disponible à l'achat\",\"A42Dqn\":\"Personnalisation de la marque\",\"Guo0lU\":\"Date et heure personnalisées\",\"WDMdn8\":\"Questions personnalisées\",\"O6mra8\":\"Questions personnalisées\",\"axv/Mi\":\"Modèle personnalisé\",\"2YeVGY\":\"Lien client copié dans le presse-papiers\",\"QMHSMS\":\"Le client recevra un e-mail confirmant le remboursement\",\"NihQNk\":\"Clients\",\"hINN++\":\"Personnaliser la page\",\"7gsjkI\":\"Personnalisez les e-mails envoyés à vos clients en utilisant des modèles Liquid. Ces modèles seront utilisés comme valeurs par défaut pour tous les événements de votre organisation.\",\"xJaTUK\":\"Personnalisez la mise en page, les couleurs et l'image de marque de la page d'accueil de votre événement.\",\"MXZfGN\":\"Personnalisez les questions posées lors du paiement pour recueillir des informations importantes de vos participants.\",\"iX6SLo\":\"Personnalisez le texte affiché sur le bouton continuer\",\"R8H7yL\":\"Personnalisez le texte du bouton flottant qui fait défiler jusqu'à la section des billets\",\"pxNIxa\":\"Personnalisez votre modèle d'e-mail en utilisant des modèles Liquid\",\"3trPKm\":\"Personnalisez l'apparence de votre page d'organisateur\",\"U0sC6H\":\"Quotidien\",\"/gWrVZ\":\"Revenus quotidiens, taxes, frais et remboursements pour tous les événements\",\"zgCHnE\":\"Rapport des ventes quotidiennes\",\"nHm0AI\":\"Détail des ventes quotidiennes, taxes et frais\",\"1aPnDT\":\"Danse\",\"pvnfJD\":\"Sombre\",\"MaB9wW\":\"Annulation de date\",\"e6cAxJ\":\"Date annulée\",\"81jBnC\":\"Date annulée avec succès\",\"a/C/6R\":\"Date créée avec succès\",\"IW7Q+u\":\"Date supprimée\",\"rngCAz\":\"Date supprimée avec succès\",\"vHbfoQ\":\"Date réactivée\",\"hvah+S\":\"Date rouverte à la vente\",\"Ez0YsD\":\"Date mise à jour avec succès\",\"JxwIlL\":\"dates\",\"Te33mU\":\"Les dates sont gérées individuellement\",\"91zCxb\":\"Jours avec séances\",\"/ITcnz\":\"jour\",\"H7OUPr\":\"Jour\",\"JtHrX9\":\"Jour du mois\",\"J/Upwb\":\"jours\",\"V3VGYb\":\"Jours du mois\",\"r6zgGo\":\"Décembre\",\"jbq7j2\":\"Refuser\",\"WGD1Al\":\"Diminuer\",\"gJY4YL\":\"Diminuer la quantité\",\"ovBPCi\":\"Par défaut\",\"JtI4vj\":\"Collecte d'informations par défaut sur les participants\",\"ULjv90\":\"Capacité par défaut par date\",\"3R/Tu2\":\"Gestion des frais par défaut\",\"1bZAZA\":\"Le modèle par défaut sera utilisé\",\"3Biswm\":\"Valeurs par défaut\",\"HNlEFZ\":\"supprimer\",\"KpnwJK\":[\"Supprimer \\\"\",[\"0\"],\"\\\" ?\"],\"BlII4o\":[\"Supprimer \",[\"count\"],\" date(s) sélectionnée(s) ? Les dates comportant des commandes seront ignorées. Cette action est irréversible.\"],\"ZDGm40\":\"Supprimer le compte\",\"vu7gDm\":\"Supprimer l'affilié\",\"KZN4Lc\":\"Tout supprimer\",\"6EkaOO\":\"Supprimer la date\",\"io0G93\":\"Supprimer l'événement\",\"+jw/c1\":\"Supprimer l'image\",\"hdyeZ0\":\"Supprimer le travail\",\"xxjZeP\":\"Supprimer l'emplacement\",\"sY3tIw\":\"Supprimer l'organisateur\",\"UBv8UK\":\"Supprimer définitivement\",\"dPyJ15\":\"Supprimer le modèle\",\"IQTR34\":\"Supprimer cette catégorie ? Tous les produits qu'elle contient seront également supprimés. Cette action est irréversible.\",\"/1wMxk\":\"Supprimer ce produit ? Cette action est irréversible.\",\"mxsm1o\":\"Supprimer cette question ? Cette action est irréversible.\",\"snMaH4\":\"Supprimer le webhook\",\"LIZZLY\":[[\"0\"],\" date(s) supprimée(s)\"],\"loLVyU\":\"Compte supprimé\",\"IlUuGb\":\"La suppression de votre compte le désactive immédiatement : tous les événements publiés sont dépubliés et l'accès est désactivé. Après un délai de grâce de 30 jours, la suppression devient définitive. Vous pouvez annuler à tout moment pendant ces 30 jours.\",\"nMdIuB\":\"Suppression mise en file d'attente pour exécution\",\"/U002t\":\"Demande de suppression annulée\",\"PBA62s\":\"Demandes de suppression\",\"7w0Wev\":\"Description et lieu ajoutés\",\"vYgeDk\":\"Tout désélectionner\",\"NvuEhl\":\"Éléments de Design\",\"H8kMHT\":\"Vous n'avez pas reçu le code ?\",\"G8KNgd\":\"Lieu différent\",\"E/QGRL\":\"Désactivé\",\"bzSI52\":\"Abandonner\",\"0EcUWz\":\"Abandonner les modifications ?\",\"+K0AvT\":\"Déconnecter\",\"cALvbl\":\"Déconnecter le compte Stripe\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Ignorer l'annonce\",\"nZJ8tu\":\"Masquer la liste de configuration\",\"QotGhf\":\"Ignorer ce message\",\"J6hrEy\":\"Ignorée\",\"BREO0S\":\"Affiche une case permettant aux clients de s'inscrire pour recevoir des communications marketing de cet organisateur d'événements.\",\"HtaSQp\":\"Affiche le nombre de places restantes pour chaque date dans le widget de billetterie. Vous pouvez modifier ce paramètre pour chaque date.\",\"pfa8F0\":\"Nom d'affichage\",\"Kdpf90\":\"N'oubliez pas !\",\"352VU2\":\"Vous n'avez pas de compte ? <0>Inscrivez-vous\",\"AXXqG+\":\"Don\",\"DPfwMq\":\"Terminé\",\"JoPiZ2\":\"Consignes pour le personnel d'accueil\",\"2+O9st\":\"Téléchargez les rapports de ventes, de participants et financiers pour toutes les commandes terminées.\",\"eneWvv\":\"Brouillon\",\"Ts8hhq\":\"En raison du risque élevé de spam, vous devez connecter un compte Stripe avant de pouvoir modifier les modèles d'e-mail. Cela permet de garantir que tous les organisateurs d'événements sont vérifiés et responsables.\",\"TnzbL+\":\"En raison du risque élevé de spam, vous devez connecter un compte Stripe avant de pouvoir envoyer des messages aux participants.\\nCeci afin de garantir que tous les organisateurs d'événements sont vérifiés et responsables.\",\"euc6Ns\":\"Dupliquer\",\"YueC+F\":\"Dupliquer la date\",\"KRmTkx\":\"Dupliquer le produit\",\"Jd3ymG\":\"La durée doit être d'au moins 1 minute.\",\"KIjvtr\":\"Néerlandais\",\"22xieU\":\"ex. 180 (3 heures)\",\"MCx4ov\":\"p. ex. En savoir plus\",\"/zajIE\":\"ex. Séance du matin\",\"XDHATF\":\"p. ex. Nouvelle fonctionnalité : listes d'attente\",\"tAtvUj\":\"p. ex. Maintenance planifiée ce samedi de 2 h à 4 h UTC\",\"SPKbfM\":\"ex. : Obtenir des billets, S'inscrire maintenant\",\"fc7wGW\":\"par ex., Mise à jour importante concernant vos billets\",\"54MPqC\":\"par ex., Standard, Premium, Entreprise\",\"3RQ81z\":\"Chaque personne recevra un e-mail avec une place réservée pour finaliser son achat.\",\"Xfsjel\":\"Chaque produit\",\"5oD9f/\":\"Plus tôt\",\"LTzmgK\":[\"Modifier le modèle \",[\"0\"]],\"v4+lcZ\":\"Modifier l'affilié\",\"ndNHsK\":\"Modifier l'annonce\",\"2iZEz7\":\"Modifier la réponse\",\"t2bbp8\":\"Modifier le participant\",\"etaWtB\":\"Modifier les détails du participant\",\"+guao5\":\"Modifier la configuration\",\"1Mp/A4\":\"Modifier la date\",\"m0ZqOT\":\"Modifier l'emplacement\",\"8oivFT\":\"Modifier l'emplacement\",\"vRWOrM\":\"Modifier les détails de la commande\",\"pHm0k9\":\"Modifier le calendrier\",\"fW5sSv\":\"Modifier le webhook\",\"nP7CdQ\":\"Modifier le webhook\",\"MRZxAn\":\"Modifiée\",\"uBAxNB\":\"Éditeur\",\"aqxYLv\":\"Éducation\",\"iiWXDL\":\"Échecs d'éligibilité\",\"zPiC+q\":\"Listes d'Enregistrement Éligibles\",\"SiVstt\":\"E-mails et messages programmés\",\"V2sk3H\":\"E-mail et Modèles\",\"hbwCKE\":\"Adresse e-mail copiée dans le presse-papiers\",\"dSyJj6\":\"Les adresses e-mail ne correspondent pas\",\"elW7Tn\":\"Corps de l'e-mail\",\"ZsZeV2\":\"L'e-mail est obligatoire\",\"Be4gD+\":\"Aperçu de l'e-mail\",\"6IwNUc\":\"Modèles d'e-mail\",\"H/UMUG\":\"Vérification de l'e-mail requise\",\"PLEl94\":\"E-mail vérifié\",\"L86zy2\":\"E-mail vérifié avec succès !\",\"FSN4TS\":\"Widget intégré\",\"z9NkYY\":\"Widget intégrable\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Un emoji est requis pour les modales\",\"Qj0GKe\":\"Activer le libre-service pour les participants\",\"hEtQsg\":\"Activer le libre-service pour les participants par défaut\",\"Upeg/u\":\"Activer ce modèle pour l'envoi d'e-mails\",\"7dSOhU\":\"Activer la liste d'attente\",\"RxzN1M\":\"Activé\",\"sGjBEq\":\"Date et heure de fin (optionnel)\",\"PKXt9R\":\"La date de fin doit être postérieure à la date de début\",\"vTL8gi\":\"Heure de fin\",\"48Y16Q\":\"Heure de fin (facultatif)\",\"TbaYrr\":[\"Terminé \",[\"0\"]],\"CFgwiw\":[\"Se termine \",[\"0\"]],\"SqOIQU\":\"Saisissez une capacité ou choisissez « illimité ».\",\"h37gRz\":\"Saisissez un libellé ou choisissez de le supprimer.\",\"7YZofi\":\"Entrez un sujet et un corps pour voir l'aperçu\",\"khyScF\":\"Indiquez le décalage horaire à appliquer.\",\"SKx/0u\":\"Saisissez un nom de lieu ou une adresse\",\"ppwojw\":\"Saisissez un nom de lieu ou une adresse pour les événements en présentiel\",\"j+eCIq\":\"Saisir l'adresse manuellement\",\"3bR1r4\":\"Saisir l'e-mail de l'affilié (facultatif)\",\"ARkzso\":\"Saisir le nom de l'affilié\",\"ej4L8b\":\"Saisir la capacité\",\"6KnyG0\":\"Saisissez l'e-mail\",\"INDKM9\":\"Entrez le sujet de l'e-mail...\",\"xUgUTh\":\"Saisissez le prénom\",\"9/1YKL\":\"Saisissez le nom\",\"VpwcSk\":\"Entrez le nouveau mot de passe\",\"kWg31j\":\"Saisir un code d'affiliation unique\",\"C3nD/1\":\"Entrez votre e-mail\",\"VmXiz4\":\"Entrez votre adresse e-mail et nous vous enverrons des instructions pour réinitialiser votre mot de passe.\",\"n9V+ps\":\"Entrez votre nom\",\"IdULhL\":\"Entrez votre numéro de TVA avec le code pays, sans espaces (par ex., IE1234567A, DE123456789)\",\"RRlWVA\":\"Commande entière\",\"o21Y+P\":\"entrées\",\"X88/6w\":\"Les inscriptions apparaîtront ici lorsque les clients rejoindront la liste d'attente pour les produits épuisés.\",\"LslKhj\":\"Erreur lors du chargement des journaux\",\"BkEWfd\":\"Échap pour fermer\",\"VCNHvW\":\"Événement archivé\",\"ZD0XSb\":\"Événement archivé avec succès\",\"WgD6rb\":\"Catégorie d'événement\",\"b46pt5\":\"Image de couverture de l'événement\",\"NAUIJ7\":\"Événement créé\",\"1b77ID\":\"Événement créé\",\"1Hzev4\":\"Modèle personnalisé d'événement\",\"+v+GW0\":\"Affichage de la date de l'événement\",\"7u9/DO\":\"Événement supprimé avec succès\",\"imgKgl\":\"Description de l'événement\",\"IzR/Fc\":\"Durée de vie de l'événement\",\"PYs3rP\":\"Nom de l'événement\",\"HhwcTQ\":\"Nom de l'événement\",\"WZZzB6\":\"Le nom de l'événement est obligatoire\",\"Wd5CDM\":\"Le nom de l'événement doit contenir moins de 150 caractères\",\"4JzCvP\":\"Événement non disponible\",\"mImacG\":\"Page de l'événement\",\"Hk9Ki/\":\"Événement restauré avec succès\",\"JyD0LH\":\"Paramètres de l'événement\",\"XVLu2v\":\"Titre de l'événement\",\"OfmsI9\":\"Événement trop récent\",\"4SILkp\":\"Totaux de l'événement\",\"YDVUVl\":\"Types d'événements\",\"+HeiVx\":\"Événement mis à jour\",\"19j6uh\":\"Performance des événements\",\"PC3/fk\":\"Événements commençant dans les prochaines 24 heures\",\"CRsuq4\":\"Tous les\",\"nwiZdc\":[\"Tous les \",[\"0\"]],\"B2jjf8\":[\"Tous les \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Tous les \",[\"0\"],\" jours\"],\"yLiYx+\":[\"Tous les \",[\"0\"],\" mois\"],\"nn9ice\":[\"Toutes les \",[\"0\"],\" semaines\"],\"Cdr8f9\":[\"Toutes les \",[\"0\"],\" semaines le \",[\"1\"]],\"GVEHRk\":[\"Tous les \",[\"0\"],\" ans\"],\"XlRpgq\":[\"Chaque \",[\"cadenceUnit\"]],\"fTFfOK\":\"Chaque modèle d'e-mail doit inclure un bouton d'appel à l'action qui renvoie vers la page appropriée\",\"hHTPiT\":\"Tout le reste — appuyez pour modifier\",\"BVinvJ\":\"Exemples : \\\"Comment avez-vous entendu parler de nous ?\\\", \\\"Nom de l'entreprise pour la facture\\\"\",\"2hGPQG\":\"Exemples : \\\"Taille de t-shirt\\\", \\\"Préférence de repas\\\", \\\"Titre du poste\\\"\",\"qNuTh3\":\"Exception\",\"aW/bzJ\":\"Exécuter la suppression\",\"CtAcQ7\":\"Exécuter la suppression maintenant\",\"xj4fwT\":\"Exécuter maintenant\",\"M1RnFv\":\"Expiré\",\"kF8HQ7\":\"Exporter les réponses\",\"2KAI4N\":\"Exporter CSV\",\"JKfSAv\":\"Échec de l'exportation. Veuillez réessayer.\",\"SVOEsu\":\"Exportation commencée. Préparation du fichier...\",\"wuyaZh\":\"Exportation réussie\",\"9bpUSo\":\"Exportation des affiliés\",\"jtrqH9\":\"Exportation des participants\",\"R4Oqr8\":\"Exportation terminée. Téléchargement du fichier...\",\"UlAK8E\":\"Exportation des commandes\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Échoué\",\"8uOlgz\":\"Échoué le\",\"tKcbYd\":\"Travaux échoués\",\"SsI9v/\":\"Échec de l'abandon de la commande. Veuillez réessayer.\",\"LdPKPR\":\"Échec de l'assignation de la configuration\",\"PO0cfn\":\"Échec de l'annulation de la date\",\"YUX+f+\":\"Échec de l'annulation des dates\",\"SIHgVQ\":\"Échec de l'annulation du message\",\"cEFg3R\":\"Échec de la création de l'affilié\",\"dVgNF1\":\"Échec de la création de la configuration\",\"fAoRRJ\":\"Échec de la création du planning\",\"4yLYTb\":\"Échec de la création du calendrier. Veuillez réessayer.\",\"U66oUa\":\"Échec de la création du modèle\",\"+RTkEY\":\"Échec de la suppression de l'annonce\",\"aFk48v\":\"Échec de la suppression de la configuration\",\"n1CYMH\":\"Échec de la suppression de la date\",\"KXv+Qn\":\"Échec de la suppression de la date. Elle comporte peut-être des commandes.\",\"JJ0uRo\":\"Échec de la suppression des dates\",\"rgoBnv\":\"Échec de la suppression de l'événement\",\"Zw6LWb\":\"Échec de la suppression du travail\",\"tq0abZ\":\"Échec de la suppression des travaux\",\"2mkc3c\":\"Échec de la suppression de l'organisateur\",\"5E23qd\":\"Échec de la suppression du produit. Veuillez réessayer.\",\"vKMKnu\":\"Échec de la suppression de la question\",\"xFj7Yj\":\"Échec de la suppression du modèle\",\"jo3Gm6\":\"Échec de l'exportation des affiliés\",\"Jjw03p\":\"Échec de l'exportation des participants\",\"ZPwFnN\":\"Échec de l'exportation des commandes\",\"zGE3CH\":\"Échec de l'exportation du rapport. Veuillez réessayer.\",\"lS9/aZ\":\"Impossible de charger les destinataires\",\"X4o0MX\":\"Échec du chargement du webhook\",\"ETcU7q\":\"Échec de l'offre de place\",\"5670b9\":\"Échec de l'offre de billets\",\"e5KIbI\":\"Échec de la réactivation de la date\",\"7zyx8a\":\"Échec de la suppression de la liste d'attente\",\"A/P7PX\":\"Échec de la suppression de la personnalisation\",\"ogWc1z\":\"Échec de la réouverture de la date\",\"0+iwE5\":\"Échec de la réorganisation des questions\",\"EJPAcd\":\"Échec du renvoi de la confirmation de commande\",\"DjSbj3\":\"Échec du renvoi du billet\",\"YQ3QSS\":\"Échec du renvoi du code de vérification\",\"wDioLj\":\"Échec du réessai du travail\",\"DKYTWG\":\"Échec du réessai des travaux\",\"WRREqF\":\"Échec de l'enregistrement de la personnalisation\",\"sj/eZA\":\"Échec de l'enregistrement du prix personnalisé\",\"780n8A\":\"Échec de l'enregistrement des paramètres du produit\",\"zTkTF3\":\"Échec de la sauvegarde du modèle\",\"l6acRV\":\"Échec de l'enregistrement des paramètres TVA. Veuillez réessayer.\",\"T6B2gk\":\"Échec de l'envoi du message. Veuillez réessayer.\",\"lKh069\":\"Échec du démarrage de l'exportation\",\"t/KVOk\":\"Échec du démarrage de l'usurpation d'identité. Veuillez réessayer.\",\"QXgjH0\":\"Échec de l'arrêt de l'usurpation d'identité. Veuillez réessayer.\",\"i0QKrm\":\"Échec de la mise à jour de l'affilié\",\"NNc33d\":\"Échec de la mise à jour de la réponse.\",\"E9jY+o\":\"Échec de la mise à jour du participant\",\"uQynyf\":\"Échec de la mise à jour de la configuration\",\"i2PFQJ\":\"Échec de la mise à jour du statut de l'événement\",\"EhlbcI\":\"Échec de la mise à jour du niveau de messagerie\",\"rpGMzC\":\"Échec de la mise à jour de la commande\",\"T2aCOV\":\"Échec de la mise à jour du statut de l'organisateur\",\"Eeo/Gy\":\"Échec de la mise à jour du paramètre\",\"kqA9lY\":\"Échec de la mise à jour des paramètres TVA\",\"nkNfWu\":\"Échec du téléchargement de l'image. Veuillez réessayer.\",\"rxy0tG\":\"Échec de la vérification de l'e-mail\",\"QRUpCk\":\"Famille\",\"5LO38w\":\"Versements rapides vers votre banque\",\"4lgLew\":\"Février\",\"9bHCo2\":\"Devise des frais\",\"/sV91a\":\"Gestion des frais\",\"K4dKSP\":\"Frais personnalisés enregistrés\",\"LyUWXA\":\"Frais contournés\",\"cf35MA\":\"Festival\",\"pAey+4\":\"Le fichier est trop volumineux. La taille maximale est de 5 Mo.\",\"VejKUM\":\"Remplissez d'abord vos informations ci-dessus\",\"/n6q8B\":\"Cinéma\",\"L1qbUx\":\"Filtrer les participants\",\"8OvVZZ\":\"Filtrer les Participants\",\"N/H3++\":\"Filtrer par date\",\"mvrlBO\":\"Filtrer par événement\",\"g+xRXP\":\"Terminer la configuration de Stripe\",\"LHH461\":\"Terminer la configuration\",\"syyeb9\":\"Premier\",\"Vj6wk9\":\"30 premiers jours\",\"/bpZYb\":\"7 premiers jours\",\"ziEnjY\":\"90 premiers jours\",\"1vBhpG\":\"Premier participant\",\"4pwejF\":\"Le prénom est obligatoire\",\"rVogsf\":\"Corrigez les problèmes pour publier\",\"3lkYdQ\":\"Frais fixes\",\"6bBh3/\":\"Frais fixes\",\"zWqUyJ\":\"Frais fixes facturés par transaction\",\"LWL3Bs\":\"Les frais fixes doivent être égaux ou supérieurs à 0\",\"0RI8m4\":\"Flash désactivé\",\"q0923e\":\"Flash activé\",\"X+U6/w\":\"Police de caractères\",\"lWxAUo\":\"Nourriture et boissons\",\"nFm+5u\":\"Texte de Pied de Page\",\"sQv06Y\":\"pour\",\"NTzcRQ\":\"Pour un nombre de dates\",\"a8nooQ\":\"Quatrième\",\"xVhQZV\":\"Ven\",\"39y5bn\":\"Vendredi\",\"ejVYRQ\":\"Du\",\"hGDVDa\":[\"À partir de \",[\"0\"]],\"+dBe1R\":[\"À partir du \",[\"start\"]],\"1dv+MO\":[\"du \",[\"start\"],\" au \",[\"end\"]],\"l82hjf\":[\"à partir du \",[\"start\"],\", pour \",[\"count\"],\" dates\"],\"f5UbZ0\":\"Pleine propriété de vos données\",\"cfvx/y\":\"Événement complet\",\"MY2SVM\":\"Remboursement complet\",\"PGQLdy\":\"futures\",\"8N/j1s\":\"Dates futures uniquement\",\"yRx/6K\":\"Les dates futures seront copiées avec une capacité remise à zéro\",\"T02gNN\":\"Admission Générale\",\"3ep0Gx\":\"Informations générales sur votre organisateur\",\"ziAjHi\":\"Générer\",\"exy8uo\":\"Générer un code\",\"4CETZY\":\"Itinéraire\",\"pjkEcB\":\"Être payé\",\"lGYzP6\":\"Être payé avec Stripe\",\"ZDIydz\":\"Commencer\",\"u6FPxT\":\"Obtenir des billets\",\"2ohvu7\":\"Texte du bouton Obtenir des billets\",\"8KDgYV\":\"Préparez votre événement\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Retour\",\"sr0UJD\":\"Retour\",\"oNL5vN\":\"Aller à la page de l'événement\",\"gHSuV/\":\"Aller à la page d'accueil\",\"8+Cj55\":\"Aller au planning\",\"6nDzTl\":\"Bonne lisibilité\",\"76gPWk\":\"Compris\",\"CZXzs4\":\"Grec\",\"aGWZUr\":\"Revenu brut\",\"n8IUs7\":\"Revenu brut\",\"O1wAlQ\":\"Invité\",\"LIYoRQ\":\"Gestion des invités\",\"NUsTc4\":\"En cours\",\"S2Y4aO\":\"Suppression définitive\",\"kTSQej\":[\"Bonjour \",[\"0\"],\", gérez votre plateforme depuis ici.\"],\"URTkcd\":\"Aidez-nous à nous améliorer en nous disant pourquoi vous partez\",\"dORAcs\":\"Voici tous les billets associés à votre adresse e-mail.\",\"g+2103\":\"Voici votre lien d'affiliation\",\"bVsnqU\":\"Bonjour,\",\"/iE8xx\":\"Frais Hi.Events\",\"zppscQ\":\"Frais de plateforme Hi.Events et ventilation TVA par transaction\",\"D+zLDD\":\"Masqué\",\"cZO505\":[\"Masqué — les ventes se sont terminées le \",[\"end\"],\".\"],\"DRErHC\":\"Masqué aux participants - visible uniquement par les organisateurs\",\"9zfvsx\":\"Masqué pour tout le monde\",\"nMfkJW\":\"Masqué pour tout le monde — l'interrupteur principal de masquage est activé.\",\"NNnsM0\":\"Masquer les options avancées\",\"P+5Pbo\":\"Masquer les réponses\",\"VMlRqi\":\"Masquer les détails\",\"NQgWuh\":\"Masquer l'aperçu\",\"uXNYjR\":\"Masquer les dates et horaires complets\",\"g9RcYX\":\"Masquer la date\",\"uMwTx7\":\"Masquer cette catégorie ?\",\"LLt2UT\":\"Masque les épuisés\",\"gtEbeW\":\"Mettre en avant\",\"NF8sdv\":\"Message de mise en avant\",\"MXSqmS\":\"Mettre ce produit en avant\",\"7ER2sc\":\"En vedette\",\"sq7vjE\":\"Les produits mis en avant auront une couleur de fond différente pour se démarquer sur la page de l'événement.\",\"1+WSY1\":\"Loisirs\",\"yY8wAv\":\"Heures\",\"49Tkiw\":\"Comment la réduction est-elle appliquée ?\",\"sy9anN\":\"Combien de temps un client a pour finaliser son achat après avoir reçu une offre. Laisser vide pour aucun délai.\",\"cceMns\":\"Comment la TVA s'applique aux frais de plateforme que nous vous facturons.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Hongrois\",\"8Wgd41\":\"Je reconnais mes responsabilités en tant que responsable du traitement des données\",\"O8m7VA\":\"J'accepte de recevoir des notifications par e-mail liées à cet événement\",\"YLgdk5\":\"Je confirme qu'il s'agit d'un message transactionnel lié à cet événement\",\"4/kP5a\":\"Si un nouvel onglet ne s'est pas ouvert automatiquement, veuillez cliquer sur le bouton ci-dessous pour poursuivre le paiement.\",\"W/eN+G\":\"Si vide, l'adresse sera utilisée pour générer un lien Google Maps\",\"CY3yHL\":\"Si coché, cette catégorie sera masquée au public.\",\"iIEaNB\":\"Si vous avez un compte chez nous, vous recevrez un e-mail avec des instructions pour réinitialiser votre mot de passe.\",\"an5hVd\":\"Images\",\"tSVr6t\":\"Usurper l'identité\",\"TWXU0c\":\"Usurper l'utilisateur\",\"5LAZwq\":\"Usurpation d'identité démarrée\",\"IMwcdR\":\"Usurpation d'identité arrêtée\",\"0I0Hac\":\"Avis important\",\"yD3avI\":\"Important : La modification de votre adresse e-mail mettra à jour le lien d'accès à cette commande. Vous serez redirigé vers le nouveau lien de commande après l'enregistrement.\",\"jT142F\":[\"Dans \",[\"diffHours\"],\" heures\"],\"OoSyqO\":[\"Dans \",[\"diffMinutes\"],\" minutes\"],\"PdMhEx\":[\"au cours des \",[\"0\"],\" dernières min\"],\"u7r0G5\":\"Sur place — indiquez un lieu\",\"/LCAwL\":\"En cours\",\"5gTmFD\":\"frais incl.\",\"laL+R0\":\"frais et taxes incl.\",\"cXeh90\":\"taxes incl.\",\"pxFAp/\":\"Augmenter\",\"nQMUIO\":\"Augmenter la quantité\",\"F1Xp97\":\"Participants individuels\",\"85e6zs\":\"Insérer un jeton Liquid\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Versements Stripe instantanés\",\"nbfdhU\":\"Intégrations\",\"I8eJ6/\":\"Notes internes sur le billet du participant\",\"B2Tpo0\":\"E-mail invalide\",\"5tT0+u\":\"Format d'e-mail invalide\",\"f9WRpE\":\"Type de fichier invalide. Veuillez télécharger une image.\",\"tnL+GP\":\"Syntaxe Liquid invalide. Veuillez la corriger et réessayer.\",\"N9JsFT\":\"Format de numéro de TVA invalide\",\"g+lLS9\":\"Inviter un membre de l'équipe\",\"1z26sk\":\"Inviter un membre de l'équipe\",\"KR0679\":\"Inviter des membres de l'équipe\",\"aH6ZIb\":\"Invitez votre équipe\",\"Dn4OyV\":\"Invité\",\"IuMGvq\":\"Facture\",\"a/bUcL\":\"Il a lieu à plusieurs dates\",\"d+Oe9r\":\"Il a peut-être été dépublié ou supprimé. Veuillez vérifier le lien et réessayer.\",\"Lj7sBL\":\"Italien\",\"F5/CBH\":\"article(s)\",\"BzfzPK\":\"Articles\",\"rjyWPb\":\"Janvier\",\"KmWyx0\":\"Travail\",\"o5r6b2\":\"Travail supprimé\",\"cd0jIM\":\"Détails du travail\",\"ruJO57\":\"Nom du travail\",\"YZi+Hu\":\"Travail en file d'attente pour réessai\",\"nCywLA\":\"Rejoignez de n'importe où\",\"SNzppu\":\"Rejoindre la liste d'attente\",\"dLouFI\":[\"Rejoindre la liste d'attente pour \",[\"productDisplayName\"]],\"2gMuHR\":\"Inscrit\",\"u4ex5r\":\"Juillet\",\"zeEQd/\":\"Juin\",\"MxjCqk\":\"Vous cherchez vos billets ?\",\"xOTzt5\":\"à l'instant\",\"0RihU9\":\"Vient de se terminer\",\"Brhs/U\":\"Conserver la connexion\",\"4OjqAQ\":\"Continuer la modification\",\"lwO5vw\":[\"Soyez bref — les bannières affichent une seule ligne. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Me tenir informé des actualités et événements de \",[\"0\"]],\"ioFA9i\":\"Gardez vos bénéfices.\",\"C/pOUI\":\"Libellé — p. ex. Séance du matin\",\"o66QSP\":\"mises à jour de libellé\",\"RtKKbA\":\"Dernier\",\"DruLRc\":\"14 derniers jours\",\"ve9JTU\":\"Le nom est obligatoire\",\"h0Q9Iw\":\"Dernière réponse\",\"gw3Ur5\":\"Dernier déclenchement\",\"FIq1Ba\":\"Plus tard\",\"xvnLMP\":\"Derniers enregistrements\",\"GGFOZD\":\"Laissez « Du » sur aujourd'hui pour commencer tout de suite.\",\"N5TErv\":\"Laissez vide pour illimité\",\"L/hDDD\":\"Laissez vide pour appliquer cette liste d'enregistrement à toutes les dates\",\"9Pf3wk\":\"Laissez activé pour couvrir tous les billets de l'événement. Désactivez pour choisir des billets précis.\",\"Hq2BzX\":\"Prévenez-les du changement\",\"+uexiy\":\"Prévenez-les des changements\",\"exYcTF\":\"Bibliothèque\",\"1njn7W\":\"Clair\",\"1qY5Ue\":\"Lien expiré ou invalide\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Liens autorisés\",\"2BBAbc\":\"Liste\",\"dF6vP6\":\"En ligne\",\"fpMs2Z\":\"EN DIRECT\",\"D9zTjx\":\"Événements en Direct\",\"a37vfH\":\"Aperçu en direct\",\"C33p4q\":\"Dates chargées\",\"WdmJIX\":\"Chargement de l'aperçu...\",\"IoDI2o\":\"Chargement des jetons...\",\"G3Ge9Z\":\"Chargement des journaux webhook...\",\"NFxlHW\":\"Chargement des webhooks\",\"E0DoRM\":\"Emplacement supprimé\",\"7w8lJU\":\"Emplacement enregistré\",\"YsRXDD\":\"Emplacement mis à jour\",\"A/kIva\":\"mises à jour de lieu\",\"iyZPPR\":\"emplacements\",\"VppBoU\":\"Emplacements\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo & Couverture\",\"gddQe0\":\"Logo et image de couverture pour votre organisateur\",\"TBEnp1\":\"Le logo sera affiché dans l'en-tête\",\"Jzu30R\":\"Le logo sera affiché sur le billet\",\"PSRm6/\":\"Rechercher mes billets\",\"yJFu/X\":\"Bureau principal\",\"v5nFPh\":\"Rendez-le visible pour que les gens puissent acheter des billets\",\"cdY2at\":[\"Gérer \",[\"0\"]],\"wZJfA8\":\"Gérez les dates et horaires de votre événement récurrent\",\"RlzPUE\":\"Gérer sur Stripe\",\"sjoDuh\":\"Gérer le planning\",\"6NXJRK\":\"Gérer le planning\",\"zXuaxY\":\"Gérez la liste d'attente de votre événement, consultez les statistiques et offrez des billets aux participants.\",\"g2npA5\":\"Offre manuelle\",\"hg6l4j\":\"Mars\",\"pqRBOz\":\"Marquer comme validé (dérogation administrateur)\",\"2L3vle\":\"Max messages / 24h\",\"Qp4HWD\":\"Max destinataires / message\",\"7qu2YV\":[\"Maximum \",[\"cap\"],\" par commande\"],\"3JzsDb\":\"Mai\",\"agPptk\":\"Support\",\"xDAtGP\":\"Message\",\"bECJqy\":\"Message approuvé avec succès\",\"1jRD0v\":\"Envoyez des messages aux participants avec des billets spécifiques\",\"uQLXbS\":\"Message annulé\",\"48rf3i\":\"Le message ne peut pas dépasser 5000 caractères\",\"ZPj0Q8\":\"Détails du message\",\"Vjat/X\":\"Le message est obligatoire\",\"0/yJtP\":\"Envoyer un message aux propriétaires de commandes avec des produits spécifiques\",\"saG4At\":\"Message programmé\",\"mFdA+i\":\"Niveau de messagerie\",\"v7xKtM\":\"Niveau de messagerie mis à jour avec succès\",\"/VRn+9\":[\"Min. \",[\"min\"],\" par commande\"],\"H9HlDe\":\"minutes\",\"agRWc1\":\"Minutes\",\"FfPWR0\":\"Modale\",\"zz/Wd/\":\"Mode\",\"fpMgHS\":\"Lun\",\"hty0d5\":\"Lundi\",\"JbIgPz\":\"Les valeurs monétaires sont des totaux approximatifs pour toutes les devises\",\"qvF+MT\":\"Surveiller et gérer les travaux de fond échoués\",\"kY2ll9\":\"mois\",\"HajiZl\":\"Mois\",\"+8Nek/\":\"Mensuel\",\"6jefe3\":\"mois\",\"f8jrkd\":\"de plus\",\"JcD7qf\":\"Plus d'actions\",\"w36OkR\":\"Événements les plus vus (14 derniers jours)\",\"+Y/na7\":\"Décaler toutes les dates plus tôt ou plus tard\",\"3DIpY0\":\"Plusieurs lieux\",\"g9cQCP\":\"Plusieurs types de billets\",\"GfaxEk\":\"Musique\",\"oVGCGh\":\"Mes Billets\",\"8/brI5\":\"Le nom est obligatoire\",\"sFFArG\":\"Le nom doit comporter moins de 255 caractères\",\"Bst+aq\":\"Besoin de changer de compte Stripe ? Déconnectez celui-ci.\",\"xxU3NX\":\"Revenu net\",\"7I8LlL\":\"Nouvelle capacité\",\"n1GRql\":\"Nouveau libellé\",\"y0Fcpd\":\"Nouvel emplacement\",\"ArHT/C\":\"Nouvelles inscriptions\",\"uK7xWf\":\"Nouvel horaire :\",\"g8JmSC\":\"Mois suivant\",\"veT5Br\":\"Prochaine date\",\"WXtl5X\":[\"Prochaine : \",[\"nextFormatted\"]],\"eWRECP\":\"Vie nocturne\",\"HSw5l3\":\"Non - Je suis un particulier ou une entreprise non assujettie à la TVA\",\"VHfLAW\":\"Aucun compte\",\"+jIeoh\":\"Aucun compte trouvé\",\"074+X8\":\"Aucun webhook actif\",\"zxnup4\":\"Aucun affilié à afficher\",\"hUHrkV\":\"Aucune annonce pour le moment\",\"Dwf4dR\":\"Pas encore de questions pour les participants\",\"th7rdT\":\"Aucun participant à afficher\",\"PKySlW\":\"Aucun participant pour cette date pour le moment.\",\"/UC6qk\":\"Aucune donnée d'attribution trouvée\",\"E2vYsO\":\"Stripe n'a encore signalé aucune fonctionnalité.\",\"amMkpL\":\"Aucune capacité\",\"d2Jf1f\":\"Aucun changement\",\"99ntUF\":\"Aucune liste d'enregistrement disponible pour cet événement.\",\"wG+knX\":\"Aucun enregistrement pour le moment\",\"+dAKxg\":\"Aucune configuration trouvée\",\"LiLk8u\":\"Aucune connexion disponible\",\"eb47T5\":\"Aucune donnée trouvée pour les filtres sélectionnés. Essayez d'ajuster la plage de dates ou la devise.\",\"Zc216S\":\"Aucune date ajoutée\",\"I8mtzP\":\"Aucune date disponible ce mois-ci. Essayez un autre mois.\",\"yDukIL\":\"Aucune date ne correspond aux filtres actuels.\",\"B7phdj\":\"Aucune date ne correspond à vos filtres\",\"/ZB4Um\":\"Aucune date ne correspond à votre recherche\",\"OtJSnL\":\"Aucune date planifiée\",\"gEdNe8\":\"Aucune date programmée pour le moment\",\"w+wkcC\":\"Aucune demande de suppression trouvée\",\"pZNOT9\":\"Pas de date de fin\",\"dW40Uz\":\"Aucun événement trouvé\",\"8pQ3NJ\":\"Aucun événement ne commence dans les prochaines 24 heures\",\"8zCZQf\":\"Aucun événement pour le moment\",\"Yc5YW6\":\"Aucun travail échoué\",\"EpvBAp\":\"Pas de facture\",\"N+9Onb\":\"Aucune limite\",\"XZkeaI\":\"Aucun journal trouvé\",\"IcAC6J\":\"Aucune police correspondante\",\"nrSs2u\":\"Aucun message trouvé\",\"Rj99yx\":\"Aucune date disponible\",\"IFU1IG\":\"Aucune date ce jour-là\",\"OVFwlg\":\"Pas encore de questions de commande\",\"EJ7bVz\":\"Aucune commande trouvée\",\"NEmyqy\":\"Aucune commande pour le moment\",\"a77B6w\":\"Aucune commande pour cette date pour le moment.\",\"wUv5xQ\":\"Aucune activité d'organisateur au cours des 14 derniers jours\",\"vLd1tV\":\"Aucun contexte d'organisateur disponible.\",\"B7w4KY\":\"Aucun autre organisateur disponible\",\"PChXMe\":\"Aucune commande payée\",\"6jYQGG\":\"Aucun événement passé\",\"CHzaTD\":\"Aucun événement populaire au cours des 14 derniers jours\",\"zK/+ef\":\"Aucun produit disponible pour la sélection\",\"M1/lXs\":\"Aucun produit configuré pour cet événement.\",\"kY7XDn\":\"Aucun produit n'a d'entrées en liste d'attente\",\"8mw4tm\":\"Message d'absence de produits\",\"wYiAtV\":\"Aucune inscription récente\",\"UW90md\":\"Aucun destinataire trouvé\",\"QoAi8D\":\"Aucune réponse\",\"JeO7SI\":\"Pas de réponse\",\"EK/G11\":\"Aucune réponse pour le moment\",\"AxPAXW\":\"Aucun résultat trouvé\",\"59OWd3\":\"Aucun emplacement enregistré\",\"mPdY6W\":\"Aucune suggestion\",\"3sRuiW\":\"Aucun billet trouvé\",\"debCrL\":\"Aucun billet à vendre\",\"k2C0ZR\":\"Aucune date à venir\",\"yM5c0q\":\"Aucun événement à venir\",\"qpC74J\":\"Aucun utilisateur trouvé\",\"8wgkoi\":\"Aucun événement vu au cours des 14 derniers jours\",\"Arzxc1\":\"Aucune inscription sur la liste d'attente\",\"n5vdm2\":\"Aucun événement webhook n'a encore été enregistré pour ce point de terminaison. Les événements apparaîtront ici une fois qu'ils seront déclenchés.\",\"4GhX3c\":\"Aucun webhook\",\"4+am6b\":\"Non, rester ici\",\"4JVMUi\":\"non modifiées\",\"ACaDVQ\":\"Aucun pour le moment\",\"Itw24Q\":\"Non enregistré\",\"x5+Lcz\":\"Non Enregistré\",\"8n10sz\":\"Non Éligible\",\"kLvU3F\":\"Prévenir les participants et arrêter les ventes\",\"t9QlBd\":\"Novembre\",\"kAREMN\":\"Nombre de dates à créer\",\"6u1B3O\":\"Date\",\"mmoE62\":\"Date annulée\",\"V9flmL\":\"Planning des dates\",\"Kh3WO8\":\"Récapitulatif de la date\",\"byXCTu\":\"Dates\",\"KATw3p\":\"Dates (futures uniquement)\",\"85rTR2\":\"Les dates peuvent être configurées après la création\",\"dzQfDY\":\"Octobre\",\"BwJKBw\":\"de\",\"GQnX9d\":\"de chaque mois\",\"az8lvo\":\"Désactivé\",\"9h7RDh\":\"Offrir\",\"EfK2O6\":\"Offrir une place\",\"3sVRey\":\"Proposer des billets\",\"2O7Ybb\":\"Délai de l'offre\",\"1jUg5D\":\"Proposé\",\"l+/HS6\":[\"Les offres expirent après \",[\"timeoutHours\"],\" heures.\"],\"6Aih4U\":\"Hors ligne\",\"Fdp03t\":\"le\",\"Z5HWHd\":\"Activé\",\"TH5A28\":[\"le \",[\"dayList\"]],\"qiMtVT\":[\"le \",[\"day\"],\" \",[\"month\"]],\"nO3VbP\":[\"En vente \",[\"0\"]],\"pPAGSK\":[\"le \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"Sur la page de l'événement\",\"H7stQC\":\"Sur la liste d'attente\",\"oXOSPE\":\"En ligne\",\"aqmy5k\":\"En ligne — indiquez les informations de connexion\",\"LuZBbx\":\"En ligne et sur place\",\"IXuOqt\":\"En ligne et sur place — voir le planning\",\"WjSpu5\":\"Événement en ligne\",\"wCRLS9\":[\"Seulement \",[\"cap\"],\" disponibles\"],\"scPxI/\":[\"Plus que \",[\"capacity\"],\" restantes\"],\"Gk0+G6\":\"Seul un nom est requis — tout le reste dispose de valeurs par défaut pertinentes\",\"NdOxqr\":\"Seuls les administrateurs de compte peuvent supprimer ou archiver des événements. Contactez votre administrateur de compte pour obtenir de l'aide.\",\"rnoDMF\":\"Seuls les administrateurs de compte peuvent supprimer ou archiver des organisateurs. Contactez votre administrateur de compte pour obtenir de l'aide.\",\"tnx0u1\":\"Disponible uniquement en option\",\"z4JBd7\":\"Seules les annonces publiées sont affichées aux utilisateurs\",\"bU7oUm\":\"Envoyer uniquement aux commandes avec ces statuts\",\"wkpaqp\":\"Afficher uniquement la date et l'heure de début\",\"chktt5\":\"Affiché uniquement en option des produits auxquels il est rattaché\",\"Y4HHYW\":\"Affiché uniquement en option des produits auxquels il est rattaché.\",\"Z82In9\":\"Seul le propriétaire du compte peut demander la suppression du compte.\",\"DMk8F0\":\"Seuls les billets comptent dans la capacité\",\"+/Z3yr\":\"Visible uniquement pour les acheteurs disposant d'un code promo valide.\",\"M2w1ni\":\"Visible uniquement avec un code promo\",\"y8Bm7C\":\"Ouvrir l'enregistrement\",\"RLz7P+\":\"Ouvrir la date\",\"iMqrOb\":\"Appel à l'action facultatif\",\"cDSdPb\":\"Surnom facultatif affiché dans les sélecteurs, p. ex. \\\"Salle de conférence\\\"\",\"HXMJxH\":\"Texte optionnel pour les avertissements, informations de contact ou notes de remerciement (une seule ligne)\",\"L565X2\":\"options\",\"8m9emP\":\"ou ajouter une date unique\",\"eBskDE\":\"Ou activez les paiements hors ligne et désactivez Stripe\",\"dSeVIm\":\"commande\",\"c/TIyD\":\"Commande et billet\",\"H5qWhm\":\"Commande annulée\",\"b6+Y+n\":\"Commande terminée\",\"x4MLWE\":\"Confirmation de commande\",\"CsTTH0\":\"Confirmation de commande renvoyée avec succès\",\"ppuQR4\":\"Commande créée\",\"xtQzag\":\"Détails de la commande\",\"vrSW9M\":\"La commande a été annulée et remboursée. Le propriétaire de la commande a été notifié.\",\"rzw+wS\":\"Titulaires de commandes\",\"oI/hGR\":\"ID de commande\",\"m8vQEP\":\"Limites de commande\",\"vu6Arl\":\"Commande marquée comme payée\",\"sLbJQz\":\"Commande introuvable\",\"kvYpYu\":\"Commande introuvable\",\"eJ8SvM\":\"Numéro de commande, date d'achat, e-mail de l'acheteur\",\"FaPYw+\":\"Propriétaire de la commande\",\"eB5vce\":\"Propriétaires de commandes avec un produit spécifique\",\"CxLoxM\":\"Propriétaires de commandes avec des produits\",\"UkHo4c\":\"Réf. commande\",\"EZy55F\":\"Commande remboursée\",\"6eSHqs\":\"Statuts des commandes\",\"oW5877\":\"Total de la commande\",\"e7eZuA\":\"Commande mise à jour\",\"1SQRYo\":\"Commande mise à jour avec succès\",\"3NT0Ck\":\"La commande a été annulée\",\"V5khLm\":\"commandes\",\"sd5IMt\":\"Commandes terminées\",\"5It1cQ\":\"Commandes exportées\",\"UQ0ACV\":\"Total des commandes\",\"B/EBQv\":\"Commandes:\",\"qtGTNu\":\"Comptes organiques\",\"P/JHA4\":\"Organisateur archivé avec succès\",\"S3CZ5M\":\"Tableau de bord de l'organisateur\",\"GzjTd0\":\"Organisateur supprimé avec succès\",\"SQqJd8\":\"Organisateur introuvable\",\"HF8Bxa\":\"Organisateur restauré avec succès\",\"wpj63n\":\"Paramètres de l'organisateur\",\"o1my93\":\"Échec de la mise à jour du statut de l'organisateur. Veuillez réessayer plus tard\",\"rLHma1\":\"Statut de l'organisateur mis à jour\",\"LqBITi\":\"Le modèle de l'organisateur/par défaut sera utilisé\",\"q4zH+l\":\"Organisateurs\",\"/IX/7x\":\"Autre\",\"RsiDDQ\":\"Autres Listes (Billet Non Inclus)\",\"EufvBx\":\"Résultat\",\"aDfajK\":\"Plein air\",\"qMASRF\":\"Messages sortants\",\"iCOVQO\":\"Personnalisation\",\"GpFTEc\":\"Personnaliser les frais de cet organisateur\",\"M9ZhMP\":\"Personnaliser le prix\",\"cnVIpl\":\"Personnalisation supprimée\",\"6/dCYd\":\"Aperçu\",\"6WdDG7\":\"Page\",\"8uqsE5\":\"Page plus disponible\",\"QkLf4H\":\"URL de la page\",\"sF+Xp9\":\"Vues de page\",\"v4nCHK\":\"Payé\",\"c+suC6\":\"Comptes payants\",\"5F7SYw\":\"Remboursement partiel\",\"fFYotW\":[\"Partiellement remboursé : \",[\"0\"]],\"i8day5\":\"Répercuter les frais sur l'acheteur\",\"k4FLBQ\":\"Répercuter sur l'acheteur\",\"Ff0Dor\":\"Passé\",\"BFjW8X\":\"En retard\",\"xTPjSy\":\"Événements passés\",\"/l/ckQ\":\"Coller l’URL\",\"URAE3q\":\"En pause\",\"4fL/V7\":\"Payer\",\"W5l9HD\":\"Payez ce que vous voulez\",\"c2/9VE\":\"Charge utile\",\"5cxUwd\":\"Date de paiement\",\"ENEPLY\":\"Mode de paiement\",\"8Lx2X7\":\"Paiement reçu\",\"fx8BTd\":\"Paiements non disponibles\",\"C+ylwF\":\"Versements\",\"UbRKMZ\":\"En attente\",\"UkM20g\":\"En attente de révision\",\"dPYu1F\":\"Par participant\",\"mQV/nJ\":\"par min\",\"+kvxv+\":\"par commande\",\"VlXNyK\":\"Par commande\",\"NhuGd7\":\"par produit\",\"hauDFf\":\"Par billet\",\"mnF83a\":\"Frais en pourcentage\",\"TNLuRD\":\"Frais en pourcentage (%)\",\"MixU2P\":\"Le pourcentage doit être compris entre 0 et 100\",\"MkuVAZ\":\"Pourcentage du montant de la transaction\",\"/Bh+7r\":\"Performance\",\"/4mGVp\":\"Supprimer définitivement ce compte\",\"dGdKgQ\":\"Supprimer définitivement ce compte et ses données.\",\"fIp56F\":\"Supprimez définitivement cet événement et toutes ses données associées.\",\"nJeeX7\":\"Supprimez définitivement cet organisateur et tous ses événements.\",\"wfCTgK\":\"Supprimer définitivement cette date\",\"6kPk3+\":\"Informations personnelles\",\"zmwvG2\":\"Téléphone\",\"tSR/oe\":\"Choisir une date de fin\",\"e8kzpp\":\"Choisissez au moins un jour du mois\",\"35C8QZ\":\"Choisissez au moins un jour de la semaine\",\"kJmAsd\":\"Choisissez des jours pour voir vos dates.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Passée\",\"wBJR8i\":\"Planifier un événement ?\",\"J3lhKT\":\"Frais de plateforme\",\"RD51+P\":[\"Frais de plateforme de \",[\"0\"],\" déduits de votre paiement\"],\"br3Y/y\":\"Frais de plateforme\",\"3buiaw\":\"Rapport des frais de plateforme\",\"kv9dM4\":\"Revenus de la plateforme\",\"PJ3Ykr\":\"Veuillez consulter votre billet pour connaître le nouvel horaire. Vos billets restent valables — aucune action n'est nécessaire, sauf si les nouveaux horaires ne vous conviennent pas. Répondez à cet e-mail si vous avez des questions.\",\"OtjenF\":\"Veuillez saisir une adresse e-mail valide\",\"jEw0Mr\":\"Veuillez entrer une URL valide\",\"n8+Ng/\":\"Veuillez saisir le code à 5 chiffres\",\"r+lQXT\":\"Veuillez entrer votre numéro de TVA\",\"Dvq0wf\":\"Veuillez fournir une image.\",\"2cUopP\":\"Veuillez recommencer le processus de commande.\",\"GoXxOA\":\"Veuillez sélectionner une date et un horaire\",\"8KmsFa\":\"Veuillez sélectionner une plage de dates\",\"EFq6EG\":\"Veuillez sélectionner une image.\",\"fuwKpE\":\"Veuillez réessayer.\",\"klWBeI\":\"Veuillez patienter avant de demander un autre code\",\"hfHhaa\":\"Veuillez patienter pendant que nous préparons vos affiliés pour l'exportation...\",\"o+tJN/\":\"Veuillez patienter pendant que nous préparons l'exportation de vos participants...\",\"+5Mlle\":\"Veuillez patienter pendant que nous préparons l'exportation de vos commandes...\",\"trnWaw\":\"Polonais\",\"luHAJY\":\"Événements populaires (14 derniers jours)\",\"p/78dY\":\"Position\",\"OESu7I\":\"Évitez la survente en partageant l'inventaire entre plusieurs types de billets.\",\"NgVUL2\":\"Aperçu du formulaire de paiement\",\"cs5muu\":\"Aperçu de la page de l’événement\",\"1xwZj/\":\"Mois précédent\",\"Jm2AC3\":\"Palier tarifaire\",\"a5jvSX\":\"Niveaux de prix\",\"aHCEmh\":\"Tarification\",\"ReihZ7\":\"Aperçu avant Impression\",\"JnuPvH\":\"Imprimer le billet\",\"tYF4Zq\":\"Imprimer en PDF\",\"LcET2C\":\"Politique de confidentialité\",\"8z6Y5D\":\"Traiter le remboursement\",\"JcejNJ\":\"Traitement de la commande\",\"EWCLpZ\":\"Produit créé\",\"XkFYVB\":\"Produit supprimé\",\"YMwcbR\":\"Détail des ventes de produits, revenus et taxes\",\"ls0mTC\":\"Les paramètres des produits ne peuvent pas être modifiés pour les dates annulées.\",\"2339ej\":\"Paramètres du produit enregistrés avec succès\",\"ldVIlB\":\"Produit mis à jour\",\"CP3D8G\":\"Progression\",\"JoKGiJ\":\"Code promo\",\"dIodJL\":\"Code promo requis\",\"k3wH7i\":\"Utilisation des codes promo et détail des réductions\",\"tZqL0q\":\"codes promo\",\"oCHiz3\":\"Codes promo\",\"uEhdRh\":\"Promo seulement\",\"dLm8V5\":\"Les e-mails promotionnels peuvent entraîner la suspension du compte\",\"W0ETyY\":\"Renseignez au moins un champ d'adresse (lieu, rue, ville ou pays).\",\"2W/7Gz\":\"Fournissez les éléments suivants avant la prochaine vérification de Stripe pour que les versements continuent.\",\"7d1a0d\":\"Public\",\"EEYbdt\":\"Publier\",\"JcgJKc\":\"Publier quand même\",\"evDBV8\":\"Publier l'événement\",\"2zEfOd\":\"Publiez votre événement\",\"u3wRF+\":\"Publiée\",\"L7nrC8\":\"La publication rend votre page d'événement publique et ouvre les inscriptions.\",\"dsFmM+\":\"Acheté\",\"JunetL\":\"Acheteur\",\"phmeUH\":\"E-mail de l'acheteur\",\"ywR4ZL\":\"Enregistrement par QR code\",\"oWXNE5\":\"Qté\",\"VbWX2u\":\"Quantité\",\"biEyJ4\":\"Réponses aux questions\",\"k/bJj0\":\"Questions réorganisées\",\"b24kPi\":\"File d'attente\",\"lTPqpM\":\"Astuce\",\"fqDzSu\":\"Taux\",\"mnUGVC\":\"Limite de débit dépassée. Veuillez réessayer plus tard.\",\"t41hVI\":\"Réoffrir une place\",\"TNclgc\":\"Réactiver cette date ? Elle sera de nouveau ouverte à la vente.\",\"RENQ6j\":\"Prêt à passer en ligne ?\",\"uqoRbb\":\"Analyses en temps réel\",\"jPSk57\":\"Raison (facultatif)\",\"xzRvs4\":[\"Recevoir les mises à jour produits de \",[\"0\"],\".\"],\"pLXbi8\":\"Inscriptions récentes\",\"M1HGuR\":\"Activité récente\",\"3kJ0gv\":\"Participants récents\",\"qhfiwV\":\"Enregistrements récents\",\"S+0XMX\":\"Commandes récentes\",\"Fi3b48\":\"Commandes récentes\",\"7hPBBn\":\"destinataire\",\"jp5bq8\":\"destinataires\",\"yPrbsy\":\"Destinataires\",\"E1F5Ji\":\"Les destinataires sont disponibles après l'envoi du message\",\"WEYdDv\":\"Recommandé\",\"wuhHPE\":\"Récurrent\",\"asLqwt\":\"Événement récurrent\",\"s3uzsK\":\"Paramètres de l'événement récurrent\",\"D0tAMe\":\"Événements récurrents\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Redirection vers Stripe...\",\"pnoTN5\":\"Comptes de parrainage\",\"ACKu03\":\"Actualiser l'aperçu\",\"vuFYA6\":\"Rembourser toutes les commandes de ces dates\",\"4cRUK3\":\"Rembourser toutes les commandes de cette date\",\"fKn/k6\":\"Montant du remboursement\",\"qY4rpA\":\"Remboursement échoué\",\"FaK/8G\":[\"Rembourser la commande \",[\"0\"]],\"MGbi9P\":\"Remboursement en attente\",\"BDSRuX\":[\"Remboursé : \",[\"0\"]],\"bU4bS1\":\"Remboursements\",\"rYXfOA\":\"Paramètres régionaux\",\"5tl0Bp\":\"Questions d'inscription\",\"ZNo5k1\":\"Restant\",\"Bjh87R\":\"Supprimer le libellé de toutes les dates\",\"IVZaEo\":\"Supprime entièrement les dates et horaires complets de la page de l'événement. Lorsque cette option est désactivée, ils restent visibles et sont indiqués comme complets.\",\"5Vkr/a\":\"Supprimer l'horaire\",\"KkJtVK\":\"Rouvrir à la vente\",\"XJwWJp\":\"Rouvrir cette date à la vente ? Les billets précédemment annulés ne seront pas rétablis — les participants concernés restent annulés et les remboursements déjà effectués ne sont pas annulés.\",\"RYlQY0\":\"Répétition\",\"CQeZT8\":\"Rapport non trouvé\",\"JEPMXN\":\"Demander un nouveau lien\",\"Yx0Ud8\":\"Demandé\",\"Wcv9QD\":\"Demandé par\",\"TMLAx2\":\"Requis\",\"mdeIOH\":\"Renvoyer le code\",\"sQxe68\":\"Renvoyer la confirmation\",\"bxoWpz\":\"Renvoyer l'e-mail de confirmation\",\"G42SNI\":\"Renvoyer l'e-mail\",\"TTpXL3\":[\"Renvoyer dans \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Renvoyer le billet\",\"Uwsg2F\":\"Réservé\",\"8wUjGl\":\"Réservé jusqu'au\",\"a5z8mb\":\"Rétablir le prix de base\",\"kCn6wb\":\"Réinitialisation...\",\"ZlCDf+\":\"Réponse\",\"bsydMp\":\"Détails de la réponse\",\"yKu/3Y\":\"Restaurer\",\"RokrZf\":\"Restaurer l'événement\",\"/JyMGh\":\"Restaurer l'organisateur\",\"HFvFRb\":\"Restaurez cet événement pour le rendre à nouveau visible.\",\"DDIcqy\":\"Restaurez cet organisateur et rendez-le à nouveau actif.\",\"mO8KLE\":\"résultats\",\"6gRgw8\":\"Réessayer\",\"1BG8ga\":\"Tout réessayer\",\"rDC+T6\":\"Réessayer le travail\",\"CbnrWb\":\"Retour à l'événement\",\"Lf7TCn\":\"Les lieux réutilisables apparaissent ici automatiquement lorsque vous créez des événements avec des adresses, et vous pouvez ajouter les vôtres.\",\"mdQ0zb\":\"Des lieux réutilisables pour vos événements. Les emplacements créés via l'autocomplétion sont enregistrés ici automatiquement.\",\"XFOPle\":\"Réutiliser\",\"1Zehp4\":\"Réutilisez une connexion Stripe d'un autre organisateur de ce compte.\",\"Oo/PLb\":\"Résumé des revenus\",\"CfuueU\":\"Révoquer l'offre\",\"Tpm2G9\":\"Durée\",\"dFFW9L\":[\"Vente terminée \",[\"0\"]],\"loCKGB\":[\"Vente se termine \",[\"0\"]],\"wlfBad\":\"Période de vente\",\"qi81Jg\":\"La période de vente s'applique à toutes les dates de votre planning. Pour contrôler les tarifs et la disponibilité de chaque date, utilisez les personnalisations de la <0>page Planning des dates.\",\"zpekWp\":[\"Vente commence \",[\"0\"]],\"7s8z0X\":\"Période de vente\",\"mUv9U4\":\"Ventes\",\"9KnRdL\":\"Ventes en pause\",\"JC3J0k\":\"Détail des ventes, de la fréquentation et des enregistrements par date\",\"3VnlS9\":\"Ventes, commandes et indicateurs de performance pour tous les événements\",\"3Q1AWe\":\"Ventes:\",\"LeuERW\":\"Identique à l'événement\",\"B4nE3N\":\"Prix du billet exemple\",\"8BRPoH\":\"Lieu Exemple\",\"PiK6Ld\":\"Sam\",\"+5kO8P\":\"Samedi\",\"zJiuDn\":\"Enregistrer les frais personnalisés\",\"x1fMXJ\":\"Enregistrer le calendrier\",\"KZrfYJ\":\"Enregistrer les liens sociaux\",\"9Y3hAT\":\"Sauvegarder le modèle\",\"C8ne4X\":\"Enregistrer le Design du Billet\",\"cTI8IK\":\"Enregistrer les paramètres de TVA\",\"6/TNCd\":\"Enregistrer les paramètres TVA\",\"4RvD9q\":\"Emplacement enregistré\",\"cgw0cL\":\"Emplacements enregistrés\",\"Fbqm/I\":\"Enregistrer une personnalisation crée une configuration dédiée à cet organisateur s'il utilise actuellement la configuration par défaut du système.\",\"I+FvbD\":\"Scanner\",\"0zd6Nm\":\"Scannez un billet pour enregistrer un participant\",\"bQG7Qk\":\"Les billets scannés apparaîtront ici\",\"WDYSLJ\":\"Mode scanner\",\"gmB6oO\":\"Planning\",\"qQTaVm\":\"Planning ajouté\",\"j6NnBq\":\"Planning créé avec succès\",\"YP7frt\":\"Le planning se termine le\",\"QS1Nla\":\"Programmer pour plus tard\",\"NAzVVw\":\"Programmer le message\",\"/rTL/5\":\"Aperçu du calendrier\",\"Fz09JP\":\"Le planning commence le\",\"4ba0NE\":\"Planifié\",\"4HKQZj\":\"Suppression planifiée\",\"qcP/8K\":\"Heure programmée\",\"A1taO8\":\"Rechercher\",\"ftNXma\":\"Rechercher des affiliés...\",\"VMU+zM\":\"Rechercher des participants\",\"VY+Bdn\":\"Rechercher par nom de compte ou e-mail...\",\"VX+B3I\":\"Rechercher par titre d'événement ou organisateur...\",\"R0wEyA\":\"Rechercher par nom de travail ou exception...\",\"YnMfsK\":\"Rechercher par nom ou adresse...\",\"3yKuDu\":\"Recherchez par nom ou e-mail et sélectionnez-en un ou plusieurs\",\"VT+urE\":\"Rechercher par nom ou e-mail...\",\"GHdjuo\":\"Rechercher par nom, e-mail ou compte...\",\"4mBFO7\":\"Rechercher par nom, n° de commande, n° de billet ou e-mail\",\"20ce0U\":\"Rechercher par ID de commande, nom du client ou e-mail...\",\"4DSz7Z\":\"Rechercher par sujet, événement ou compte...\",\"gTUY97\":\"Rechercher par titre...\",\"nQC7Z9\":\"Rechercher des dates...\",\"iRtEpV\":\"Rechercher des dates…\",\"JRM7ao\":\"Rechercher une adresse\",\"BWF1kC\":\"Rechercher des messages...\",\"5WYZKZ\":\"Résultats de recherche\",\"IG85fV\":\"Recherchez des emplacements enregistrés ou trouvez une adresse...\",\"Du+zn+\":\"Recherche en cours...\",\"3aD3GF\":\"Saisonnier\",\"ku//5b\":\"Deuxième\",\"Mck5ht\":\"Paiement sécurisé\",\"s7tXqF\":\"Voir le planning\",\"JFap6u\":\"Voir ce que Stripe demande encore\",\"6lGaum\":\"Vue\",\"p7xUrt\":\"Sélectionner une catégorie\",\"hTKQwS\":\"Sélectionner une date et un horaire\",\"Ps6Xtf\":\"Sélectionnez une date pour voir les horaires disponibles\",\"e4L7bF\":\"Sélectionnez un message pour voir son contenu\",\"zPRPMf\":\"Sélectionner un niveau\",\"BFRSTT\":\"Sélectionner un compte\",\"wgNoIs\":\"Tout sélectionner\",\"mCB6Je\":\"Tout sélectionner\",\"aCEysm\":[\"Tout sélectionner le \",[\"0\"]],\"a6+167\":\"Sélectionner un événement\",\"4oT6dP\":\"Sélectionnez au moins un compte\",\"neCGH1\":\"Sélectionnez au moins un utilisateur\",\"CFbaPk\":\"Sélectionner un groupe de participants\",\"88a49s\":\"Sélectionner la caméra\",\"tVW/yo\":\"Sélectionner la devise\",\"SJQM1I\":\"Sélectionner la date\",\"n9ZhRa\":\"Sélectionnez la date et l'heure de fin\",\"gTN6Ws\":\"Sélectionner l'heure de fin\",\"0U6E9W\":\"Sélectionner la catégorie d'événement\",\"j9cPeF\":\"Sélectionner les types d'événements\",\"ypTjHL\":\"Sélectionner une date\",\"DHBGUX\":\"Sélectionner des produits...\",\"KizCK7\":\"Sélectionnez la date et l'heure de début\",\"dJZTv2\":\"Sélectionner l'heure de début\",\"x8XMsJ\":\"Sélectionnez le niveau de messagerie pour ce compte. Cela contrôle les limites de messages et les autorisations de liens.\",\"aT3jZX\":\"Sélectionner le fuseau horaire\",\"TxfvH2\":\"Sélectionnez les participants qui doivent recevoir ce message\",\"Ropvj0\":\"Sélectionnez les événements qui déclencheront ce webhook\",\"+6YAwo\":\"sélectionné\",\"ylXj1N\":\"Sélectionné\",\"uq3CXQ\":\"Faites salle comble.\",\"oBXbO4\":\"Vous vendez un produit physique ? Limitez plutôt sa quantité sur la <0>page produits.\",\"j9b/iy\":\"Se vend vite 🔥\",\"73qYgo\":\"Envoyer en test\",\"HMAqFK\":\"Envoyer des e-mails aux participants, détenteurs de billets ou propriétaires de commandes. Les messages peuvent être envoyés immédiatement ou programmés pour plus tard.\",\"22Itl6\":\"M'envoyer une copie\",\"NpEm3p\":\"Envoyer maintenant\",\"nOBvex\":\"Envoyez les données de commande et de participants en temps réel vers vos systèmes externes.\",\"1lNPhX\":\"Envoyer l'e-mail de notification de remboursement\",\"eaUTwS\":\"Envoyer le lien de réinitialisation\",\"5cV4PY\":\"Envoyer à toutes les dates, ou en choisir une en particulier\",\"QEQlnV\":\"Envoyez votre premier message\",\"IoAuJG\":\"Envoi...\",\"h69WC6\":\"Envoyé\",\"BVu2Hz\":\"Envoyé par\",\"ZFa8wv\":\"Envoyé aux participants lorsqu'une date programmée est annulée\",\"SPdzrs\":\"Envoyé aux clients lorsqu'ils passent une commande\",\"LxSN5F\":\"Envoyé à chaque participant avec les détails de son billet\",\"hgvbYY\":\"Septembre\",\"5sN96e\":\"Séance annulée\",\"S9i0UC\":[\"séances · \",[\"dateCount\"],\" dates × \",[\"timesPerDay\"],\" horaires\"],\"89xaFU\":\"Définissez les paramètres de frais de plateforme par défaut pour les nouveaux événements créés sous cet organisateur.\",\"eXssj5\":\"Définir les paramètres par défaut pour les nouveaux événements créés sous cet organisateur.\",\"uPe5p8\":\"Définissez la durée de chaque date\",\"ODuUEi\":\"Définir ou supprimer le libellé de la date\",\"buHACR\":\"Définissez l'heure de fin de chaque date à cet intervalle après son heure de début.\",\"TaeFgl\":\"Passer en illimité (supprimer la limite)\",\"pd6SSe\":\"Configurez un planning récurrent pour créer automatiquement les dates, ou ajoutez-les une par une.\",\"s0FkEx\":\"Configurez des listes d'enregistrement pour différentes entrées, sessions ou jours.\",\"TaWVGe\":\"Configurer les versements\",\"JA//e6\":\"Configurer le planning\",\"gzXY7l\":\"Configurer le planning\",\"0Ls9qe\":\"Définissez les billets que vous vendrez et leurs prix\",\"xMO+Ao\":\"Configurer votre organisation\",\"5pEFnq\":\"Configurez votre calendrier\",\"zRRuUD\":\"Configurez votre planning aux étapes suivantes\",\"ETC76A\":\"Définir, modifier ou supprimer le lieu ou les informations en ligne de la date\",\"C3htzi\":\"Paramètre mis à jour\",\"Ohn74G\":\"Configuration et design\",\"1W5XyZ\":\"La configuration ne prend que quelques minutes — vous n'avez pas besoin d'un compte Stripe existant. Stripe gère les cartes, les portefeuilles, les moyens de paiement régionaux et la protection anti-fraude pour que vous puissiez vous concentrer sur votre événement.\",\"GG7qDw\":\"Partager le lien d'affiliation\",\"hL7sDJ\":\"Partager la page de l'organisateur\",\"jy6QDF\":\"Gestion de capacité partagée\",\"jDNHW4\":\"Décaler les horaires\",\"tPfIaW\":[\"Horaires décalés pour \",[\"count\"],\" date(s)\"],\"WwlM8F\":\"Afficher les options avancées\",\"cMW+gm\":[\"Afficher toutes les plateformes (\",[\"0\"],\" autres avec des valeurs)\"],\"wXi9pZ\":\"Afficher les notes sur les participants au personnel non connecté\",\"4LZFir\":\"Afficher toute la plage de dates\",\"UVPI5D\":\"Afficher moins de plateformes\",\"Eu/N/d\":\"Afficher la case d'opt-in marketing\",\"SXzpzO\":\"Afficher la case d'opt-in marketing par défaut\",\"b33PL9\":\"Afficher plus de plateformes\",\"Eut7p9\":\"Afficher les détails de commande au personnel non connecté\",\"+RoWKN\":\"Afficher les réponses aux questions au personnel non connecté\",\"jbcx6L\":\"Afficher la capacité restante sur les dates de l'événement\",\"rXxBOx\":\"Afficher la capacité restante aux acheteurs\",\"t1LIQW\":[\"Affichage de \",[\"0\"],\" sur \",[\"totalRows\"],\" enregistrements\"],\"E717U9\":[\"Affichage de \",[\"0\"],\"–\",[\"1\"],\" sur \",[\"2\"]],\"5rzhBQ\":[\"Affichage de \",[\"MAX_VISIBLE\"],\" dates sur \",[\"totalAvailable\"],\". Saisissez du texte pour rechercher.\"],\"WSt3op\":[\"Affichage des \",[\"0\"],\" premières — les \",[\"1\"],\" séance(s) restantes seront tout de même ciblées lors de l'envoi du message.\"],\"o1UbOh\":\"Affiché en rebondissant en haut de la modale\",\"OJLTEL\":\"Affiché au personnel la première fois qu'il ouvre la page d'enregistrement.\",\"lbfXEJ\":\"Affiche le restant\",\"jVRHeq\":\"Inscrit\",\"5C7J+P\":\"Événement unique\",\"E//btK\":\"Ignorer les dates modifiées manuellement\",\"paESr6\":\"Slovaque\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Social\",\"d0rUsW\":\"Liens sociaux\",\"j/TOB3\":\"Liens sociaux & site web\",\"s9KGXU\":\"Vendu\",\"yp+0jj\":\"épuisé\",\"1hupow\":\"Épuisé, liste d'attente disponible\",\"iACSrw\":\"Certains détails ne sont pas accessibles publiquement. Connectez-vous pour tout voir.\",\"Dia6iz\":\"Une erreur s'est produite lors de la suppression de l'image. Veuillez réessayer.\",\"KTxc6k\":\"Une erreur s'est produite, veuillez réessayer ou contacter le support si le problème persiste\",\"lkE00/\":\"Une erreur s'est produite. Veuillez réessayer plus tard.\",\"wdxz7K\":\"Source\",\"SzuJ5m\":\"Comptes spécifiques\",\"/h8G1o\":\"Utilisateurs spécifiques\",\"fDG2by\":\"Spiritualité\",\"oPaRES\":\"Répartissez l'enregistrement par jour, zone ou type de billet. Partagez le lien avec votre personnel — aucun compte n'est nécessaire de leur côté.\",\"7JFNej\":\"Sports\",\"/bfV1Y\":\"Consignes pour le personnel\",\"StWUH4\":\"Démarrer l'enregistrement\",\"JcQp9p\":\"Date et heure de début\",\"0m/ekX\":\"Date et heure de début\",\"izRfYP\":\"La date de début est obligatoire\",\"xAYSEs\":\"Heure de début\",\"n9ZrDo\":\"Commencez à saisir un lieu ou une adresse...\",\"DACR+e\":\"Replié au démarrage\",\"qeFVhN\":[\"Commence dans \",[\"diffDays\"],\" jours\"],\"AOqtxN\":[\"Commence dans \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Commence dans \",[\"h\"],\" h \",[\"m\"],\" min\"],\"Lo49in\":[\"Commence dans \",[\"seconds\"],\" s\"],\"NqChgF\":\"Commence demain\",\"2NbyY/\":\"Statistiques\",\"GVUxAX\":\"Les statistiques sont basées sur la date de création du compte\",\"29Hx9U\":\"Statistiques\",\"5ia+r6\":\"Encore nécessaire\",\"wuV0bK\":\"Arrêter l'usurpation\",\"S/7MPw\":\"Compte Stripe déconnecté.\",\"s/KaDb\":\"Stripe connecté\",\"Bk06QI\":\"Stripe connecté\",\"akZMv8\":[\"Connexion Stripe copiée depuis \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe n'a pas renvoyé de lien de configuration. Veuillez réessayer.\",\"aKtF0O\":\"Stripe non connecté\",\"9i0++A\":\"ID de paiement Stripe\",\"R1lIMV\":\"Stripe aura bientôt besoin de quelques informations supplémentaires\",\"FzcCHA\":\"Stripe vous guidera à travers quelques questions rapides pour terminer la configuration.\",\"ii0qn/\":\"Le sujet est requis\",\"M7Uapz\":\"Le sujet apparaîtra ici\",\"6aXq+t\":\"Sujet :\",\"JwTmB6\":\"Produit dupliqué avec succès\",\"WUOCgI\":\"Place offerte avec succès\",\"IvxA4G\":[\"Billets proposés avec succès à \",[\"count\"],\" personnes\"],\"kKpkzy\":\"Billets proposés avec succès à 1 personne\",\"Zi3Sbw\":\"Retiré de la liste d'attente avec succès\",\"RuaKfn\":\"Adresse mise à jour avec succès\",\"kzx0uD\":\"Paramètres par défaut de l'événement mis à jour avec succès\",\"5n+Wwp\":\"Organisateur mis à jour avec succès\",\"DMCX/I\":\"Paramètres de frais de plateforme par défaut mis à jour avec succès\",\"URUYHc\":\"Paramètres des frais de plateforme mis à jour avec succès\",\"kRWc2g\":\"Paramètres de l'événement récurrent mis à jour avec succès\",\"0Dk/l8\":\"Paramètres SEO mis à jour avec succès\",\"S8Tua9\":\"Paramètres mis à jour avec succès\",\"MhOoLQ\":\"Liens sociaux mis à jour avec succès\",\"CNSSfp\":\"Paramètres de suivi mis à jour avec succès\",\"kj7zYe\":\"Webhook mis à jour avec succès\",\"dXoieq\":\"Résumé\",\"/RfJXt\":[\"Festival de musique d'été \",[\"0\"]],\"CWOPIK\":\"Festival de Musique d'Été 2025\",\"D89zck\":\"Dim\",\"DBC3t5\":\"Dimanche\",\"UaISq3\":\"Suédois\",\"JZTQI0\":\"Changer d'organisateur\",\"9YHrNC\":\"Par défaut du système\",\"jGR53C\":\"T-shirts, mugs et plus encore\",\"hCR98w\":\"Touchez les dates comme sur un calendrier.\",\"lruQkA\":\"Touchez cet écran pour reprendre le scan\",\"X9v2GM\":\"Comptes ciblés\",\"TmyDCw\":\"Utilisateurs ciblés\",\"TJUrME\":[\"Ciblage des participants de \",[\"0\"],\" séances sélectionnées.\"],\"yT6dQ8\":\"Taxes collectées groupées par type de taxe et événement\",\"Ye321X\":\"Nom de la taxe\",\"WyCBRt\":\"Résumé des taxes\",\"QC3FVX\":\"Taxes et frais\",\"GkH0Pq\":\"Taxes et frais appliqués\",\"SXvRWU\":\"Collaboration en équipe\",\"vlf/In\":\"Technologie\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Dites aux gens à quoi s'attendre lors de votre événement\",\"NiIUyb\":\"Parlez-nous de votre événement\",\"DovcfC\":\"Parlez-nous de votre organisation. Ces informations seront affichées sur vos pages d'événement.\",\"69GWRq\":\"Dites-nous à quelle fréquence votre événement se répète et nous créerons toutes les dates pour vous.\",\"mXPbwY\":\"Indiquez-nous votre statut d'assujetti à la TVA afin que nous appliquions le traitement de TVA correct aux frais de plateforme.\",\"7wtpH5\":\"Modèle actif\",\"QHhZeE\":\"Modèle créé avec succès\",\"xrWdPR\":\"Modèle supprimé avec succès\",\"G04Zjt\":\"Modèle sauvegardé avec succès\",\"xowcRf\":\"Conditions d'utilisation\",\"6K0GjX\":\"Le texte peut être difficile à lire\",\"nm3Iz/\":\"Merci pour votre présence !\",\"pYwj0k\":\"Merci,\",\"cIHkSd\":[\"Cela fait \",[\"totalOccurrences\"],\" séances — le maximum est \",[\"max\"],\". Réduisez la période ou la fréquence.\"],\"k3IitN\":\"C'est terminé\",\"KfmPRW\":\"La couleur de fond de la page. Lors de l'utilisation d'une image de couverture, ceci est appliqué en superposition.\",\"MDNyJz\":\"Le code expirera dans 10 minutes. Vérifiez votre dossier spam si vous ne voyez pas l'e-mail.\",\"AIF7J2\":\"La devise dans laquelle les frais fixes sont définis. Elle sera convertie dans la devise de la commande lors du paiement.\",\"k3LFkM\":\"La devise utilisée pour les prix des billets de cet événement.\",\"7oksH+\":[\"La réduction est déduite de chaque produit éligible. Par ex. \",[\"currencySymbol\"],\"10 de réduction × 3 billets = \",[\"currencySymbol\"],\"30 de réduction.\"],\"sKL8k2\":\"La réduction est déduite une seule fois du total de la commande.\",\"cDHM1d\":\"L'adresse e-mail a été modifiée. Le participant recevra un nouveau billet à l'adresse e-mail mise à jour.\",\"tXadb0\":\"L'événement que vous recherchez n'est pas disponible pour le moment. Il a peut-être été supprimé, expiré ou l'URL est incorrecte.\",\"sxKqBm\":\"Le montant total de la commande sera remboursé sur le mode de paiement original du client.\",\"KgDp6G\":\"Le lien que vous essayez d'accéder a expiré ou n'est plus valide. Veuillez vérifier votre e-mail pour obtenir un lien mis à jour pour gérer votre commande.\",\"sYLeDq\":\"L'organisateur que vous recherchez est introuvable. La page a peut-être été déplacée, supprimée ou l'URL est incorrecte.\",\"PCr4zw\":\"La dérogation est consignée dans le journal d'audit de la commande.\",\"C4nQe5\":\"Les frais de plateforme sont ajoutés au prix du billet. Les acheteurs paient plus, mais vous recevez le prix complet du billet.\",\"HxxXZO\":\"La couleur principale de la marque utilisée pour les boutons et les éléments en surbrillance\",\"OVSkIF\":\"Le vif renard brun saute par-dessus le chien paresseux.\",\"z0KrIG\":\"L'heure programmée est requise\",\"EWErQh\":\"L'heure programmée doit être dans le futur\",\"UNd0OU\":[\"La séance de « \",[\"title\"],\" », initialement prévue le \",[\"0\"],\", a été reprogrammée.\"],\"DEcpfp\":\"Le corps du modèle contient une syntaxe Liquid invalide. Veuillez la corriger et réessayer.\",\"qpmtdK\":\"Le fuseau horaire utilisé pour les dates et heures de cet événement.\",\"N3VfVA\":\"Le téléversement n'a pas atteint le serveur. Vérifiez votre connexion et, si le fichier est volumineux, essayez une image plus petite (5MB max).\",\"injXD7\":\"Le numéro de TVA n'a pas pu être validé. Veuillez vérifier le numéro et réessayer.\",\"A4UmDy\":\"Théâtre\",\"tDwYhx\":\"Thème et couleurs\",\"ybBP2H\":\"Aucun produit n'est disponible pour cette date. Veuillez choisir une autre date.\",\"O7g4eR\":\"Cet événement n'a aucune date à venir\",\"062KsE\":\"Ces informations apparaissent uniquement pour cette date sur le billet et le récapitulatif de commande du participant.\",\"5Eu+tn\":\"Ces détails ne seront affichés que si la commande est finalisée avec succès.\",\"jQjwR+\":\"Ces informations remplaceront tout lieu existant sur les dates concernées et apparaîtront sur les billets des participants.\",\"6eaLu/\":\"Ces prix s'appliquent à toutes les dates de votre planning, et les quantités des paliers limitent les ventes totales cumulées sur toutes les dates. Les dates de vente des paliers s'appliquent globalement. Vous pouvez remplacer les prix pour des dates individuelles sur la <0>page Planning des dates.\",\"QP3gP+\":\"Ces paramètres s'appliquent uniquement au code d'intégration copié et ne seront pas enregistrés.\",\"HirZe8\":\"Ces modèles seront utilisés comme valeurs par défaut pour tous les événements de votre organisation. Les événements individuels peuvent remplacer ces modèles par leurs propres versions personnalisées.\",\"lzAaG5\":\"Ces modèles remplaceront les paramètres par défaut de l'organisateur pour cet événement uniquement. Si aucun modèle personnalisé n'est défini ici, le modèle de l'organisateur sera utilisé à la place.\",\"UlykKR\":\"Troisième\",\"1YTBzS\":\"Ce compte n'a aucune commande finalisée, toutes ses données seront donc définitivement supprimées.\",\"jCPU8z\":\"Ce compte est programmé pour suppression\",\"zfNCE8\":[\"Ce compte sera supprimé le <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"Cela s'applique à chaque date correspondante de l'événement, y compris celles qui ne sont pas visibles actuellement. Les participants inscrits à ces dates seront joignables depuis l'éditeur de messages une fois la mise à jour terminée.\",\"SOmGDa\":\"Cette liste d'enregistrement est rattachée à une séance qui a été annulée ; elle ne peut donc plus servir aux enregistrements.\",\"XBNC3E\":\"Ce code sera utilisé pour suivre les ventes. Seuls les lettres, chiffres, tirets et traits de soulignement sont autorisés.\",\"AaP0M+\":\"Cette combinaison de couleurs peut être difficile à lire pour certains utilisateurs\",\"o1phK/\":[\"Cette date comporte \",[\"orderCount\"],\" commande(s) qui seront concernées.\"],\"F/UtGt\":\"Cette date a été annulée. Vous pouvez encore la supprimer pour l'effacer définitivement.\",\"BLZ7pX\":\"Cette date est passée. Elle sera créée mais n'apparaîtra pas aux participants parmi les dates à venir.\",\"7IIY0z\":\"Cette date est marquée comme épuisée.\",\"bddWMP\":\"Cette date n'est plus disponible. Veuillez en sélectionner une autre.\",\"E9BqZw\":\"Cette date uniquement\",\"n68908\":[\"Cette action déconnecte \",[\"stripeAccountId\"],\" de cet organisateur. Les ventes de billets payants cesseront de fonctionner jusqu'à ce que vous connectiez à nouveau un compte Stripe.\"],\"RzEvf5\":\"Cet événement est terminé\",\"kc4bIA\":\"Cet événement n'a pas encore de billets ni de produits, les participants ne pourront donc pas s'inscrire.\",\"eMaNd0\":\"Cet événement n'est pas disponible\",\"YClrdK\":\"Cet événement n'est pas encore publié\",\"GL6z+k\":\"Cet événement est complet\",\"pIwDhS\":\"Les dates et horaires de cet événement sont définis dans le planning des dates.\",\"ny5rgr\":\"Il s'agit d'un événement récurrent\",\"tc64Zz\":\"Il s'agit du nom de la catégorie qui sera affiché sur la page de l'événement.\",\"dFJnia\":\"Ceci est le nom de votre organisateur qui sera affiché à vos utilisateurs.\",\"vt7jiq\":\"C'est la seule fois que le secret de signature sera affiché. Veuillez le copier maintenant et le stocker en lieu sûr.\",\"5DpZrC\":\"Cela limite les ventes totales cumulées sur toutes les dates de votre planning — ce n'est pas une limite par date. Pour limiter le nombre de participants par date, définissez une capacité sur la <0>page Planning des dates.\",\"L7dIM7\":\"Ce lien est invalide ou a expiré.\",\"MR5ygV\":\"Ce lien n'est plus valide\",\"9LEqK0\":\"Ce nom est visible par les utilisateurs finaux\",\"QdUMM9\":\"Cette date a atteint sa capacité maximale\",\"j5FdeA\":\"Cette commande est en cours de traitement.\",\"sjNPMw\":\"Cette commande a été abandonnée. Vous pouvez commencer une nouvelle commande à tout moment.\",\"OhCesD\":\"Cette commande a été annulée. Vous pouvez passer une nouvelle commande à tout moment.\",\"lyD7rQ\":\"Ce profil d'organisateur n'est pas encore publié\",\"9b5956\":\"Cet aperçu montre à quoi ressemblera votre e-mail avec des données d'exemple. Les vrais e-mails utiliseront de vraies valeurs.\",\"uM9Alj\":\"Ce produit est mis en vedette sur la page de l'événement\",\"RqSKdX\":\"Ce produit est épuisé\",\"4PDH+K\":\"Ce produit n'apparaîtra pas seul sur la page de l'événement — les acheteurs le voient uniquement en option des produits auxquels il est rattaché.\",\"qEGn8I\":\"Cet événement récurrent n'a pas encore de dates, les participants n'ont donc rien à réserver.\",\"W12OdJ\":\"Ce rapport est fourni à titre informatif uniquement. Consultez toujours un professionnel de la fiscalité avant d'utiliser ces données à des fins comptables ou fiscales. Veuillez vérifier avec votre tableau de bord Stripe car Hi.Events peut manquer de données historiques.\",\"1LuJNw\":\"Ce billet n'est plus valide\",\"0Ew0uk\":\"Ce billet vient d'être scanné. Veuillez attendre avant de scanner à nouveau.\",\"FYXq7k\":[\"Cela concernera \",[\"loadedAffectedCount\"],\" date(s).\"],\"kvpxIU\":\"Ceci sera utilisé pour les notifications et la communication avec vos utilisateurs.\",\"bPgkdx\":\"Cela annulera la suppression planifiée et réactivera le compte. Le propriétaire du compte sera informé par e-mail.\",\"4yx4a4\":[\"Cela désactivera immédiatement votre compte et le supprimera définitivement après 30 jours. Pour confirmer, saisissez le nom de votre compte : <0>\",[\"0\"],\"\"],\"rhsath\":\"Ceci ne sera pas visible pour les clients, mais vous aide à identifier l'affilié.\",\"VGEfU7\":\"Cela supprimera ou anonymisera définitivement le compte immédiatement, sans attendre la date planifiée. Cette action est irréversible.\",\"hV6FeJ\":\"Débit\",\"+FjWgX\":\"Jeu\",\"kkDQ8m\":\"Jeudi\",\"0GSPnc\":\"Design du Billet\",\"EZC/Cu\":\"Personnalisation du billet enregistrée avec succès\",\"bbslmb\":\"Personnalisation de billets\",\"1BPctx\":\"Billet pour\",\"HGuXjF\":\"Détenteurs de billets\",\"CMUt3Y\":\"Détenteurs de billets\",\"awHmAT\":\"ID du billet\",\"6czJik\":\"Logo du Billet\",\"t79rDv\":\"Billet introuvable\",\"6tmWch\":\"Billet ou produit\",\"1tfWrD\":\"Aperçu du billet pour\",\"KnjoUA\":\"Prix du billet\",\"pGZOcL\":\"Billet renvoyé avec succès\",\"o02GZM\":\"La vente de billets pour cet événement est terminée\",\"8jLPgH\":\"Type de Billet\",\"8qsbZ5\":\"Billetterie et ventes\",\"zNECqg\":\"billets\",\"6GQNLE\":\"Billets\",\"NRhrIB\":\"Billets et produits\",\"OrWHoZ\":\"Les billets sont automatiquement proposés aux clients en liste d'attente lorsque des places se libèrent.\",\"AGRilS\":\"Billets Vendus\",\"4/dG8J\":\"Paliers\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Horaire\",\"kGEhUy\":\"Horaires\",\"fXf2r5\":[\"Horaires affichés en \",[\"timezoneAbbr\"]],\"9udQT9\":\"Le titre est requis\",\"dMtLDE\":\"au\",\"/jQctM\":\"À\",\"tiI71C\":\"Pour augmenter vos limites, contactez-nous à\",\"ecUA8p\":\"Aujourd'hui\",\"W428WC\":\"Basculer les colonnes\",\"BRMXj0\":\"Demain\",\"UBSG1X\":\"Meilleurs organisateurs (14 derniers jours)\",\"3sZ0xx\":\"Comptes Totaux\",\"SMDzqJ\":\"Total des participants\",\"orBECM\":\"Total collecté\",\"k5CU8c\":\"Total des inscriptions\",\"4B7oCp\":\"Frais total\",\"sMMlTX\":\"Total des frais\",\"mlvCEl\":\"Total des commandes\",\"2AW/k5\":\"Quantité totale pour toutes les dates\",\"dp8BCb\":\"Total des taxes\",\"vb0Q0/\":\"Utilisateurs Totaux\",\"oJjplO\":\"Vues totales\",\"rBZ9pz\":\"Visites\",\"orluER\":\"Suivez la croissance et les performances des comptes par source d'attribution\",\"YwKzpH\":\"Suivi et analytique\",\"GUA0Jy\":\"Essayez un autre terme de recherche ou un autre filtre\",\"2P/OWN\":\"Ajustez vos filtres pour voir plus de dates.\",\"ouM5IM\":\"Essayer un autre e-mail\",\"3DZvE7\":\"Essayer Hi.Events gratuitement\",\"vq2WxD\":\"Mar\",\"G3myU+\":\"Mardi\",\"Kz91g/\":\"Turc\",\"GdOhw6\":\"Désactiver le son\",\"KUOhTy\":\"Activer le son\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Tapez \\\"supprimer\\\" pour confirmer\",\"nSlb72\":\"Tapez pour rechercher...\",\"nWRfmt\":\"Typographie\",\"IrVSu+\":\"Impossible de dupliquer le produit. Veuillez vérifier vos informations\",\"Vx2J6x\":\"Impossible de récupérer le participant\",\"h0dx5e\":\"Impossible de rejoindre la liste d'attente\",\"DaE0Hg\":\"Impossible de charger les détails du participant.\",\"GlnD5Y\":\"Impossible de charger les produits pour cette date. Veuillez réessayer.\",\"17VbmV\":\"Impossible d'annuler l'enregistrement\",\"n57zCW\":\"Comptes non attribués\",\"9uI/rE\":\"Annuler\",\"Ef7StM\":\"Inconnu\",\"ZBAScj\":\"Participant inconnu\",\"MEIAzV\":\"Sans nom\",\"K6L5Mx\":\"Emplacement sans nom\",\"7yiFvZ\":\"Impayé\",\"C51N+0\":\"jusqu'au\",\"NaeLn8\":[\"Jusqu'au \",[\"end\"]],\"porwAO\":\"Jusqu'à une date\",\"ZIb6rJ\":\"Produit sans titre\",\"crJM8s\":\"Billet sans titre\",\"X13xGn\":\"Non fiable\",\"0bT1FT\":[\"Jusqu'à \",[\"max\"],\" par commande\"],\"gyXpQN\":\"Événements à venir\",\"Pp1sWX\":\"Mettre à jour l'affilié\",\"59qHrb\":\"Mettre à jour la capacité\",\"Gaem9v\":\"Mettre à jour le nom et la description de l'événement\",\"7EhE4k\":\"Mettre à jour le libellé\",\"NPQWj8\":\"Mettre à jour le lieu\",\"75+lpR\":[\"Mise à jour : \",[\"subjectTitle\"],\" — modifications du planning\"],\"UOGHdA\":[\"Mise à jour : \",[\"subjectTitle\"],\" — horaire de séance modifié\"],\"+b7T3G\":\"Mise à jour\",\"ogoTrw\":[[\"count\"],\" date(s) mise(s) à jour\"],\"dDuona\":[\"Capacité mise à jour pour \",[\"count\"],\" date(s)\"],\"FT3LSc\":[\"Libellé mis à jour pour \",[\"count\"],\" date(s)\"],\"8EcY1g\":[\"Lieu mis à jour pour \",[\"count\"],\" date(s)\"],\"83tNam\":\"Se met à jour pendant que vous créez la règle. Parcourez les mois pour vérifier les dates.\",\"/XlQr2\":\"Mise à jour au fil de la saisie.\",\"gJQsLv\":\"Téléchargez une image de couverture pour votre organisateur\",\"4kEGqW\":\"Téléchargez un logo pour votre organisateur\",\"lnCMdg\":\"Téléverser l’image\",\"29w7p6\":\"Téléchargement de l'image...\",\"HtrFfw\":\"L'URL est requise\",\"3VnYUR\":\"L'URL doit commencer par http:// ou https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"Scanner USB à l'écoute\",\"dyTklH\":\"Scanner USB en pause\",\"OHJXlK\":\"Utilisez <0>les modèles Liquid pour personnaliser vos e-mails\",\"/rsy72\":\"Utiliser la valeur par défaut de l'événement\",\"0k4cdb\":\"Utiliser les détails de commande pour tous les participants. Les noms et e-mails des participants correspondront aux informations de l'acheteur.\",\"bA31T4\":\"Utiliser les informations de l'acheteur pour tous les participants\",\"PpgtnC\":\"Utiliser cette adresse\",\"rnoQsz\":\"Utilisé pour les bordures, les surlignages et le style du code QR\",\"b0XTc/\":[\"Utilisateurs (\",[\"0\"],\")\"],\"BV4L/Q\":\"Analytique UTM\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Validation de votre numéro de TVA...\",\"t7caBM\":\"Code pays TVA\",\"WLkfqH\":\"Numéro de TVA\",\"pnVh83\":\"Numéro de TVA\",\"CabI04\":\"Le numéro de TVA ne doit pas contenir d'espaces\",\"PMhxAR\":\"Le numéro de TVA doit commencer par un code pays de 2 lettres suivi de 8 à 15 caractères alphanumériques (par ex., DE123456789)\",\"gPgdNV\":\"Numéro de TVA validé avec succès\",\"RUMiLy\":\"La validation du numéro de TVA a échoué\",\"vqji3Y\":\"La validation du numéro de TVA a échoué. Veuillez vérifier votre numéro de TVA.\",\"8dENF9\":\"TVA sur les frais\",\"ZutOKU\":\"Taux de TVA\",\"+KJZt3\":\"Assujetti à la TVA\",\"Nfbg76\":\"Paramètres TVA enregistrés avec succès\",\"UvYql/\":\"Paramètres TVA enregistrés. Nous validons votre numéro de TVA en arrière-plan.\",\"bXn1Jz\":\"Paramètres de TVA mis à jour\",\"tJylUv\":\"Traitement TVA pour les frais de plateforme\",\"FlGprQ\":\"Traitement TVA pour les frais de plateforme : les entreprises enregistrées à la TVA dans l'UE peuvent utiliser le mécanisme d'autoliquidation (0 % - Article 196 de la Directive TVA 2006/112/CE). Les entreprises non enregistrées à la TVA sont soumises à la TVA irlandaise à 23 %.\",\"516oLj\":\"Service de validation TVA temporairement indisponible\",\"p6QQLa\":[\"TVA : \",[\"0\"]],\"5q87Y9\":\"TVA : non assujetti\",\"AdWhjZ\":\"Code de vérification\",\"kUAumu\":\"E-mail de vérification envoyé. Consultez votre boîte de réception.\",\"QDEWii\":\"Vérifié\",\"wCKkSr\":\"Vérifier l'e-mail\",\"/IBv6X\":\"Vérifiez votre e-mail\",\"u8nB38\":\"Vérifiez votre e-mail pour que les participants puissent recevoir leurs billets\",\"e/cvV1\":\"Vérification...\",\"fROFIL\":\"Vietnamien\",\"p5nYkr\":\"Tout afficher\",\"yA/6BX\":\"Tout afficher →\",\"6CQ7/B\":\"Voir toutes les fonctionnalités\",\"YSE15b\":\"Voir toutes les listes d'enregistrement\",\"RnvnDc\":\"Voir tous les messages envoyés sur la plateforme\",\"+WFMis\":\"Consultez et téléchargez des rapports pour tous vos événements. Seules les commandes terminées sont incluses.\",\"c7VN/A\":\"Voir les réponses\",\"SZw9tS\":\"Voir les détails\",\"9+84uW\":[\"Voir les détails de \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Voir l'événement\",\"c6SXHN\":\"Voir la page de l'événement\",\"n6EaWL\":\"Voir les journaux\",\"OaKTzt\":\"Voir la carte\",\"zNZNMs\":\"Voir le message\",\"67OJ7t\":\"Voir la commande\",\"tKKZn0\":\"Voir les détails de la commande\",\"KeCXJu\":\"Consultez les détails des commandes, effectuez des remboursements et renvoyez les confirmations.\",\"9jnAcN\":\"Voir la page d'accueil de l'organisateur\",\"1J/AWD\":\"Voir le billet\",\"N9FyyW\":\"Consultez, modifiez et exportez vos participants inscrits.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visible à partir du \",[\"start\"],\" — masqué jusqu'à l'ouverture des ventes.\"],\"EkiKJK\":\"Visible par tous sur la page de l'événement.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"En attente\",\"quR8Qp\":\"En attente de paiement\",\"KrurBH\":\"En attente d'un scan…\",\"u0n+wz\":\"Liste d'attente\",\"3RXFtE\":\"Liste d'attente activée\",\"TwnTPy\":\"L'offre de liste d'attente a expiré\",\"aUi/Dz\":\"Attention : Il s'agit de la configuration par défaut du système. Les modifications affecteront tous les comptes auxquels aucune configuration spécifique n'est assignée.\",\"aT/44s\":\"Nous n'avons pas pu copier cette connexion Stripe. Veuillez réessayer.\",\"jTee4a\":\"Nous n'avons pas pu déconnecter ce compte Stripe. Veuillez réessayer.\",\"RRZDED\":\"Nous n'avons trouvé aucune commande associée à cette adresse e-mail.\",\"2RZK9x\":\"Nous n'avons pas trouvé la commande que vous recherchez. Le lien a peut-être expiré ou les détails de la commande ont changé.\",\"nefMIK\":\"Nous n'avons pas trouvé le billet que vous recherchez. Le lien a peut-être expiré ou les détails du billet ont changé.\",\"miysJh\":\"Nous n'avons pas pu trouver cette commande. Elle a peut-être été supprimée.\",\"Fjj/5/\":\"Nous n'avons pas pu charger les listes d'enregistrement. Veuillez réessayer.\",\"ADsQ23\":\"Stripe est injoignable pour le moment. Veuillez réessayer dans un instant.\",\"HJKdzP\":\"Un problème est survenu lors du chargement de cette page. Veuillez réessayer.\",\"jegrvW\":\"Nous collaborons avec Stripe pour envoyer les versements directement sur votre compte bancaire.\",\"IfN2Qo\":\"Nous recommandons un logo carré avec des dimensions minimales de 200x200px\",\"wJzo/w\":\"Nous recommandons des dimensions de 400px par 400px et une taille maximale de 5 Mo\",\"L/KlAh\":[\"Nous avons envoyé un lien de vérification à \",[\"0\"]],\"KRCDqH\":\"Nous utilisons des cookies pour comprendre comment le site est utilisé et améliorer votre expérience.\",\"x8rEDQ\":\"Nous n'avons pas pu valider votre numéro de TVA après plusieurs tentatives. Nous continuerons d'essayer en arrière-plan. Veuillez revérifier plus tard.\",\"4HaEdK\":[\"Nous créerons les \",[\"totalOccurrences\"],\" séances — vous pourrez ensuite modifier ou supprimer chaque date\"],\"mfM/HJ\":[\"Nous vous notifierons par e-mail si une place se libère pour \",[\"productDisplayName\"],\" le \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Nous vous notifierons par e-mail si une place se libère pour \",[\"productDisplayName\"],\".\"],\"McuGND\":\"Après l'enregistrement, nous ouvrirons un éditeur de messages avec un modèle prérempli. Vous le relisez et l'envoyez — rien n'est envoyé automatiquement.\",\"q1BizZ\":\"Nous enverrons vos billets à cet e-mail\",\"ZOmUYW\":\"Nous validerons votre numéro de TVA en arrière-plan. S'il y a des problèmes, nous vous en informerons.\",\"LKjHr4\":[\"Nous avons modifié le planning de « \",[\"title\"],\" » — \",[\"description\"],\" concernant \",[\"affectedCount\"],\" séance(s).\"],\"Fq/Nx7\":\"Nous avons envoyé un code de vérification à 5 chiffres à :\",\"GdWB+V\":\"Webhook créé avec succès\",\"2X4ecw\":\"Webhook supprimé avec succès\",\"ndBv0v\":\"Intégrations webhook\",\"CThMKa\":\"Journaux du Webhook\",\"I0adYQ\":\"Secret de signature du Webhook\",\"nuh/Wq\":\"URL du Webhook\",\"8BMPMe\":\"Le webhook n'enverra pas de notifications\",\"FSaY52\":\"Le webhook enverra des notifications\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Site web\",\"0f7U0k\":\"Mer\",\"VAcXNz\":\"Mercredi\",\"64X6l4\":\"semaine\",\"4XSc4l\":\"Hebdomadaire\",\"IAUiSh\":\"semaines\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Bon retour\",\"QDWsl9\":[\"Bienvenue sur \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Bienvenue sur \",[\"0\"],\", voici une liste de tous vos événements\"],\"DDbx7K\":\"Bien-être\",\"FaSXqR\":\"Quel type d'événement ?\",\"0WyYF4\":\"Ce que le personnel non connecté peut voir\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Lorsqu'un enregistrement est supprimé\",\"RPe6bE\":\"Lorsqu'une date d'un événement récurrent est annulée\",\"Gmd0hv\":\"Lorsqu'un nouveau participant est créé\",\"zyIyPe\":\"Lorsqu'un nouvel événement est créé\",\"Lc18qn\":\"Lorsqu'une nouvelle commande est créée\",\"dfkQIO\":\"Lorsqu'un nouveau produit est créé\",\"8OhzyY\":\"Lorsqu'un produit est supprimé\",\"tRXdQ9\":\"Lorsqu'un produit est mis à jour\",\"9L9/28\":\"Lorsqu'un produit est épuisé, les clients peuvent rejoindre une liste d'attente pour être notifiés lorsque des places se libèrent.\",\"OIkHj+\":\"Lorsqu'un produit est épuisé, les clients peuvent rejoindre une liste d'attente pour être notifiés lorsque des places se libèrent. Les clients rejoignent la liste d'attente pour une date spécifique et les offres sont faites par date.\",\"Q7CWxp\":\"Lorsqu'un participant est annulé\",\"IuUoyV\":\"Lorsqu'un participant est enregistré\",\"nBVOd7\":\"Lorsqu'un participant est mis à jour\",\"t7cuMp\":\"Lorsqu'un événement est archivé\",\"gtoSzE\":\"Lorsqu'un événement est mis à jour\",\"ny2r8d\":\"Lorsqu'une commande est annulée\",\"c9RYbv\":\"Lorsqu'une commande est marquée comme payée\",\"ejMDw1\":\"Lorsqu'une commande est remboursée\",\"fVPt0F\":\"Lorsqu'une commande est mise à jour\",\"bcYlvb\":\"Quand l'enregistrement ferme\",\"XIG669\":\"Quand l'enregistrement ouvre\",\"de6HLN\":\"Lorsque les clients achètent des billets, leurs commandes apparaîtront ici.\",\"pm9tpn\":\"Lorsque cette option est activée, les acheteurs peuvent copier leur nom et leur e-mail vers tous les participants en une seule fois. Désactivez-la pour supprimer l'option \\\"Tous les participants\\\" ; les acheteurs pourront toujours copier leurs informations vers le premier participant, les autres devront être saisis individuellement.\",\"403wpZ\":\"Lorsque cette option est activée, les nouveaux événements permettront aux participants de gérer leurs propres détails de billet via un lien sécurisé. Cela peut être remplacé par événement.\",\"blXLKj\":\"Lorsqu'elle est activée, les nouveaux événements afficheront une case d'opt-in marketing lors du paiement. Cela peut être remplacé par événement.\",\"Kj0Txn\":\"Lorsqu'activé, aucun frais d'application ne sera facturé sur les transactions Stripe Connect. Utilisez ceci pour les pays où les frais d'application ne sont pas pris en charge.\",\"xo06V3\":\"Vers où le bouton renvoie\",\"uchB0M\":\"Aperçu du widget\",\"uvIqcj\":\"Atelier\",\"EpknJA\":\"Écrivez votre message ici...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"an\",\"zkWmBh\":\"Annuel\",\"+BGee5\":\"ans\",\"X/azM1\":\"Oui - J'ai un numéro d'enregistrement TVA UE valide\",\"Tz5oXG\":\"Oui, annuler ma commande\",\"QlSZU0\":[\"Vous usurpez l'identité de <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Vous émettez un remboursement partiel. Le client sera remboursé de \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"Vous pouvez configurer des frais de service supplémentaires et des taxes dans les paramètres de votre compte.\",\"rj3A7+\":\"Vous pourrez personnaliser cela pour chaque date par la suite.\",\"paWwQ0\":\"Vous pouvez toujours proposer des billets manuellement si nécessaire.\",\"jTDzpA\":\"Vous ne pouvez pas archiver le dernier organisateur actif de votre compte.\",\"D8baxD\":\"Vous avez des billets payants, mais Stripe n'est pas encore connecté, vous ne pouvez donc pas accepter de paiements.\",\"5VGIlq\":\"Vous avez atteint votre limite de messagerie.\",\"casL1O\":\"Vous avez ajouté des taxes et des frais à un produit gratuit. Voulez-vous les supprimer ?\",\"5SgD0L\":\"Vous avez des modifications non enregistrées. Voulez-vous vraiment les abandonner ?\",\"9jJNZY\":\"Vous devez reconnaître vos responsabilités avant d'enregistrer\",\"pCLes8\":\"Vous devez accepter de recevoir des messages\",\"FVTVBy\":\"Vous devez vérifier votre adresse e-mail avant de pouvoir mettre à jour le statut de l'organisateur.\",\"ze4bi/\":\"Vous devez créer au moins une date avant de pouvoir ajouter des participants à cet événement récurrent.\",\"w65ZgF\":\"Vous devez vérifier l'e-mail de votre compte avant de pouvoir modifier les modèles d'e-mail.\",\"FRl8Jv\":\"Vous devez vérifier l'adresse e-mail de votre compte avant de pouvoir envoyer des messages.\",\"88cUW+\":\"Vous recevez\",\"O6/3cu\":\"Vous pourrez configurer les dates, plannings et règles de récurrence à l'étape suivante.\",\"zKAheG\":\"Vous modifiez les horaires des séances\",\"MNFIxz\":[\"Vous allez à \",[\"0\"],\" !\"],\"ZlLcht\":[\"Vous rejoignez la liste d'attente pour le \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Vous êtes sur la liste d'attente !\",\"/5HL6k\":\"Une place vous a été proposée !\",\"gbjFFH\":\"Vous avez modifié l'horaire de la séance\",\"YI0K8C\":[\"Votre compte a été désactivé et sera définitivement supprimé le <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Votre compte a des limites de messagerie. Pour augmenter vos limites, contactez-nous à\",\"gsWZkk\":\"Votre compte est désormais programmé pour suppression.\",\"x/xjzn\":\"Vos affiliés ont été exportés avec succès.\",\"TF37u6\":\"Vos participants ont été exportés avec succès.\",\"79lXGw\":\"Votre liste d'enregistrement a été créée avec succès. Partagez le lien ci-dessous avec votre personnel d'enregistrement.\",\"BnlG9U\":\"Votre commande actuelle sera perdue.\",\"nBqgQb\":\"Votre e-mail\",\"GG1fRP\":\"Votre événement est en ligne !\",\"ifRqmm\":\"Votre message a été envoyé avec succès !\",\"0/+Nn9\":\"Vos messages apparaîtront ici\",\"/Rj5P4\":\"Votre nom\",\"PFjJxY\":\"Votre nouveau mot de passe doit comporter au moins 8 caractères.\",\"gzrCuN\":\"Les détails de votre commande ont été mis à jour. Un e-mail de confirmation a été envoyé à la nouvelle adresse e-mail.\",\"naQW82\":\"Votre commande a été annulée.\",\"bhlHm/\":\"Votre commande est en attente de paiement\",\"XeNum6\":\"Vos commandes ont été exportées avec succès.\",\"Xd1R1a\":\"Adresse de votre organisateur\",\"WWYHKD\":\"Votre paiement est protégé par un cryptage de niveau bancaire\",\"5b3QLi\":\"Votre forfait\",\"N4Zkqc\":\"Votre filtre de dates enregistré n'est plus disponible — toutes les dates sont affichées.\",\"o0qzpM\":\"Votre compte Stripe n'est pas affecté et aucune donnée n'est perdue — vous pouvez le reconnecter à tout moment.\",\"FNO5uZ\":\"Votre billet reste valable — aucune action n'est nécessaire, sauf si le nouvel horaire ne vous convient pas. Merci de répondre à cet e-mail si vous avez des questions.\",\"CnZ3Ou\":\"Vos billets ont été confirmés.\",\"EmFsMZ\":\"Votre numéro de TVA est en file d'attente pour validation\",\"QBlhh4\":\"Votre numéro de TVA sera validé lorsque vous enregistrerez\",\"fT9VLt\":\"Votre offre de liste d'attente a expiré et nous n'avons pas pu finaliser votre commande. Veuillez rejoindre à nouveau la liste d'attente pour être notifié lorsque d'autres places se libèrent.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file diff --git a/frontend/src/locales/fr.po b/frontend/src/locales/fr.po index 5741085e89..64378a3d17 100644 --- a/frontend/src/locales/fr.po +++ b/frontend/src/locales/fr.po @@ -33,7 +33,7 @@ msgstr "(vide)" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:110 msgid "(none)" -msgstr "" +msgstr "(aucun)" #: src/components/common/ReportTable/index.tsx:328 msgid "{0}" @@ -53,7 +53,7 @@ msgstr "{0} {1} est déjà enregistré" #: src/components/layouts/CheckIn/index.tsx:249 msgid "{0} <0>checked in" -msgstr "" +msgstr "{0} <0>enregistrés" #: src/components/layouts/CheckIn/index.tsx:284 msgid "{0} <0>checked out successfully" @@ -83,7 +83,7 @@ msgstr "Logo {0}" #: src/components/modals/CreateAttendeeModal/index.tsx:272 msgid "{0} of {1} seats are taken." -msgstr "" +msgstr "{0} places sur {1} sont occupées." #: src/components/routes/events/Dashboard/index.tsx:141 msgid "{0} organizers" @@ -99,15 +99,15 @@ msgstr "{0} mis à jour avec succès" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:417 msgid "{activeCount} enabled" -msgstr "" +msgstr "{activeCount} activé(s)" #: src/components/common/CheckIn/CheckInInfoModal.tsx:101 msgid "{appName} logo" -msgstr "" +msgstr "Logo {appName}" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:296 msgid "{attendeeCount} attendees are registered for this session." -msgstr "" +msgstr "{attendeeCount} participants sont inscrits à cette séance." #: src/components/common/EventCard/index.tsx:133 msgid "{availableCount} of {totalCount} available" @@ -119,7 +119,7 @@ msgstr "{capacity} places restantes" #: src/components/common/CheckIn/CheckInInfoModal.tsx:55 msgid "{checkedIn} / {total} checked in" -msgstr "" +msgstr "{checkedIn} / {total} enregistrés" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:378 msgid "{chipTime}, Sold Out" @@ -131,12 +131,12 @@ msgstr "{chipTime}, Épuisé, liste d'attente disponible" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:210 msgid "{completedCount} of {totalCount} steps complete" -msgstr "" +msgstr "{completedCount} étapes sur {totalCount} terminées" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "{count} add-ons" -msgstr "" +msgstr "{count} options supplémentaires" #: src/components/common/Countdown/index.tsx:68 msgid "{days} days, {hours} hours, {minutes} minutes, and {seconds} seconds" @@ -144,15 +144,15 @@ msgstr "{days} jours, {hours} heures, {minutes} minutes, et {seconds} secondes" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:29 msgid "{diffHr}h ago" -msgstr "" +msgstr "il y a {diffHr} h" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:27 msgid "{diffMin}m ago" -msgstr "" +msgstr "il y a {diffMin} min" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:25 msgid "{diffSec}s ago" -msgstr "" +msgstr "il y a {diffSec} s" #: src/components/common/OrganizerWebhookTable/index.tsx:79 #: src/components/common/WebhookTable/index.tsx:79 @@ -161,7 +161,7 @@ msgstr "{eventCount} événements" #: src/components/forms/ProductForm/ledgerSummaries.ts:103 msgid "{first} + {additionalCount} more" -msgstr "" +msgstr "{first} + {additionalCount} de plus" #: src/components/common/Countdown/index.tsx:70 msgid "{hours} hours, {minutes} minutes, and {seconds} seconds" @@ -169,11 +169,11 @@ msgstr "{hours} heures, {minutes} minutes, et {seconds} secondes" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:262 msgid "{loadedAffectedAttendees} attendees are registered across the affected sessions." -msgstr "" +msgstr "{loadedAffectedAttendees} participants sont inscrits sur les séances concernées." #: src/components/forms/ProductForm/ledgerSummaries.ts:112 msgid "{min}–{max} per order" -msgstr "" +msgstr "{min}–{max} par commande" #: src/components/common/Countdown/index.tsx:72 msgid "{minutes} minutes and {seconds} seconds" @@ -185,12 +185,12 @@ msgstr "Premier événement de {organizerName}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:95 msgid "{productCount} ticket types configured" -msgstr "" +msgstr "{productCount} types de billets configurés" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "{slotCount} times available" -msgstr "" +msgstr "{slotCount} horaires disponibles" #: src/components/common/EventCard/index.tsx:129 msgid "{totalCount} ticket types" @@ -266,15 +266,15 @@ msgstr "1 webhook actif" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "1 add-on" -msgstr "" +msgstr "1 option supplémentaire" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:261 msgid "1 attendee is registered across the affected sessions." -msgstr "" +msgstr "1 participant est inscrit sur les séances concernées." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:295 msgid "1 attendee is registered for this session." -msgstr "" +msgstr "1 participant est inscrit à cette séance." #: src/components/modals/SendMessageModal/index.tsx:128 msgid "1 day after end date" @@ -302,12 +302,12 @@ msgstr "1 type de billet" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:94 msgid "1 ticket type configured" -msgstr "" +msgstr "1 type de billet configuré" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "1 time available" -msgstr "" +msgstr "1 horaire disponible" #: src/components/modals/SendMessageModal/index.tsx:119 msgid "1 week before event" @@ -320,7 +320,7 @@ msgstr "123 Rue Exemple" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:250 msgid "135+ currencies & 40+ payment methods" -msgstr "" +msgstr "Plus de 135 devises et plus de 40 moyens de paiement" #: src/components/common/WidgetEditor/index.tsx:230 msgid "20" @@ -336,7 +336,7 @@ msgstr "Un avis d'annulation a été envoyé à" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:299 msgid "a change in duration" -msgstr "" +msgstr "un changement de durée" #: src/components/forms/QuestionForm/index.tsx:138 msgid "A date input. Perfect for asking for a date of birth etc." @@ -356,7 +356,7 @@ msgstr "Des frais, comme des frais de réservation ou des frais de service" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:199 msgid "A few quick steps and you're ready to start selling." -msgstr "" +msgstr "Quelques étapes rapides et vous serez prêt à vendre." #: src/components/forms/TaxAndFeeForm/index.tsx:35 msgid "A fixed amount per product. E.g, $0.50 per product" @@ -388,7 +388,7 @@ msgstr "Une option Radio comporte plusieurs options, mais une seule peut être s #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:298 msgid "a shift in start/end times" -msgstr "" +msgstr "un décalage des horaires de début/fin" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:69 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:69 @@ -466,7 +466,7 @@ msgstr "Accepter l'invitation" #: src/components/forms/ProductForm/index.tsx:596 msgid "Access" -msgstr "" +msgstr "Accès" #: src/components/common/AdminOrdersTable/index.tsx:70 #: src/components/routes/account/ManageAccount/index.tsx:22 @@ -481,11 +481,11 @@ msgstr "Compte" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:354 msgid "Account · {0}" -msgstr "" +msgstr "Compte · {0}" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:353 msgid "Account · {0} · {1}" -msgstr "" +msgstr "Compte · {0} · {1}" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:69 msgid "Account deletion has been cancelled." @@ -581,11 +581,11 @@ msgstr "Événements actifs" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:415 msgid "Active payment methods" -msgstr "" +msgstr "Moyens de paiement actifs" #: src/components/routes/event/OccurrencesTab/index.tsx:402 msgid "Activity" -msgstr "" +msgstr "Activité" #: src/components/routes/product-widget/SelectProducts/index.tsx:825 msgid "Add {0} first" @@ -593,27 +593,27 @@ msgstr "Ajoutez d'abord {0}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:147 msgid "Add a cover image and theme to match your brand" -msgstr "" +msgstr "Ajoutez une image de couverture et un thème à l'image de votre marque" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:142 msgid "Add a date" -msgstr "" +msgstr "Ajouter une date" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:137 msgid "Add a description and venue so attendees know what to expect" -msgstr "" +msgstr "Ajoutez une description et un lieu pour que les participants sachent à quoi s'attendre" #: src/components/forms/CheckInListForm/index.tsx:144 msgid "Add a description for this check-in list" msgstr "Ajouter une description pour cette liste de pointage" -#: src/components/routes/event/OccurrencesTab/index.tsx:541 +#: src/components/routes/event/OccurrencesTab/index.tsx:556 msgid "Add a Single Date" -msgstr "" +msgstr "Ajouter une date unique" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:992 msgid "Add another time" -msgstr "" +msgstr "Ajouter un autre horaire" #: src/components/modals/ManageAttendeeModal/index.tsx:226 msgid "Add any notes about the attendee. These will not be visible to the attendee." @@ -633,11 +633,11 @@ msgstr "Ajoutez des notes concernant la commande..." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:533 msgid "Add at least one time" -msgstr "" +msgstr "Ajoutez au moins un horaire" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:150 msgid "Add connection details for the online event." -msgstr "" +msgstr "Ajoutez les informations de connexion pour l'événement en ligne." #: src/components/common/QuestionsTable/index.tsx:434 msgid "Add custom questions to collect additional information during checkout" @@ -645,19 +645,19 @@ msgstr "Ajoutez des questions personnalisées pour collecter des informations su #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Add Date" -msgstr "" +msgstr "Ajouter une date" #: src/components/modals/PublishEventModal/index.tsx:105 msgid "Add dates" msgstr "Ajouter des dates" -#: src/components/routes/event/OccurrencesTab/index.tsx:526 +#: src/components/routes/event/OccurrencesTab/index.tsx:541 msgid "Add Dates" -msgstr "" +msgstr "Ajouter des dates" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:104 msgid "Add dates and times for your recurring event" -msgstr "" +msgstr "Ajoutez les dates et horaires de votre événement récurrent" #: src/components/forms/QuestionForm/index.tsx:202 msgid "Add description" @@ -665,11 +665,11 @@ msgstr "Ajouter une description" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:140 msgid "Add details" -msgstr "" +msgstr "Ajouter des détails" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:136 msgid "Add event details" -msgstr "" +msgstr "Ajouter les détails de l'événement" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:154 msgid "Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)" @@ -684,7 +684,7 @@ msgstr "Ajouter un emplacement" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1047 msgid "Add multiple times if you run several sessions per day." -msgstr "" +msgstr "Ajoutez plusieurs horaires si vous organisez plusieurs séances par jour." #: src/components/common/HeadingCard/index.tsx:28 msgid "Add New" @@ -713,7 +713,7 @@ msgstr "Ajouter une taxe ou des frais" #: src/components/modals/CreateAttendeeModal/index.tsx:276 msgid "Add this attendee anyway (override capacity)" -msgstr "" +msgstr "Ajouter ce participant quand même (ignorer la capacité)" #: src/components/common/AddToCalendarCTA/index.tsx:21 msgid "Add this event to your calendar" @@ -753,16 +753,16 @@ msgstr "Ajoutez vos réseaux sociaux et l'URL de votre site. Ils seront affiché #: src/components/common/ProductsTable/SortableProduct/index.tsx:344 #: src/components/forms/ProductForm/ledgerSummaries.ts:128 msgid "Add-on only" -msgstr "" +msgstr "Uniquement en option" #: src/components/forms/ProductForm/index.tsx:552 msgid "Add-on products" -msgstr "" +msgstr "Produits complémentaires" #: src/components/forms/ProductForm/index.tsx:533 #: src/components/routes/product-widget/SelectProducts/index.tsx:822 msgid "Add-ons" -msgstr "" +msgstr "Options supplémentaires" #: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:78 msgid "Added at checkout" @@ -833,7 +833,7 @@ msgstr "Les utilisateurs administrateurs ont un accès complet aux événements #: src/components/forms/ProductForm/index.tsx:207 msgid "Admits attendees to your event" -msgstr "" +msgstr "Donne accès à votre événement aux participants" #: src/components/common/AffiliateTable/index.tsx:82 msgid "Affiliate" @@ -853,7 +853,7 @@ msgstr "Affilié supprimé avec succès" #: src/components/layouts/AuthLayout/index.tsx:22 msgid "Affiliate program" -msgstr "" +msgstr "Programme d'affiliation" #: src/components/forms/AffiliateForm/index.tsx:23 msgid "Affiliate sales will be tracked" @@ -883,11 +883,11 @@ msgstr "Les affiliés vous aident à suivre les ventes générées par les parte #: src/components/routes/welcome/index.tsx:418 msgid "After your event is created, you can choose how often it repeats from the dashboard." -msgstr "" +msgstr "Une fois votre événement créé, vous pourrez choisir sa fréquence de répétition depuis le tableau de bord." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "all" -msgstr "" +msgstr "toutes" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:133 #: src/components/routes/admin/DeletionRequests/index.tsx:88 @@ -906,7 +906,7 @@ msgstr "Tous les participants" #: src/components/modals/SendMessageModal/index.tsx:378 msgid "All attendees of the selected sessions" -msgstr "" +msgstr "Tous les participants des séances sélectionnées" #: src/components/modals/SendMessageModal/index.tsx:381 msgid "All attendees of this event" @@ -914,7 +914,7 @@ msgstr "Tous les participants à cet événement" #: src/components/modals/SendMessageModal/index.tsx:380 msgid "All attendees of this occurrence" -msgstr "" +msgstr "Tous les participants de cette date" #: src/components/common/OrganizerReportTable/index.tsx:291 msgid "All Currencies" @@ -923,14 +923,14 @@ msgstr "Toutes les devises" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:48 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:101 msgid "All dates" -msgstr "" +msgstr "Toutes les dates" #: src/components/common/CheckInListTable/index.tsx:106 #: src/components/routes/event/attendees.tsx:235 #: src/components/routes/event/orders.tsx:182 #: src/components/routes/event/SoldOutWaitlist/index.tsx:104 msgid "All Dates" -msgstr "" +msgstr "Toutes les dates" #: src/components/routes/events/Dashboard/index.tsx:75 msgid "All Ended Events" @@ -948,18 +948,18 @@ msgstr "Tous les travaux échoués supprimés" msgid "All jobs queued for retry" msgstr "Tous les travaux en file d'attente pour réessai" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:346 msgid "All matching dates" -msgstr "" +msgstr "Toutes les dates correspondantes" #: src/components/forms/CheckInListForm/index.tsx:132 #: src/components/modals/SendMessageModal/index.tsx:359 msgid "All occurrences" -msgstr "" +msgstr "Toutes les dates" #: src/components/common/ReportTable/index.tsx:279 msgid "All Occurrences" -msgstr "" +msgstr "Toutes les dates" #: src/components/common/PromoCodeTable/index.tsx:139 msgid "All Products" @@ -1018,7 +1018,7 @@ msgstr "Vous avez déjà un compte ? <0>{0}" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:135 msgid "Already in" -msgstr "" +msgstr "Déjà présent" #: src/components/modals/RefundOrderModal/index.tsx:86 msgid "Already Refunded" @@ -1026,7 +1026,7 @@ msgstr "Déjà remboursé" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:193 msgid "Already use Stripe on another organizer? Reuse that connection." -msgstr "" +msgstr "Vous utilisez déjà Stripe sur un autre organisateur ? Réutilisez cette connexion." #: src/components/modals/RefundOrderModal/index.tsx:132 msgid "Also cancel this order" @@ -1042,7 +1042,7 @@ msgstr "Toujours disponible" #: src/components/forms/ProductForm/ledgerSummaries.ts:53 msgid "Always on sale" -msgstr "" +msgstr "Toujours en vente" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:77 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:77 @@ -1130,15 +1130,15 @@ msgstr "Réponse mise à jour avec succès." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:246 msgid "Answers" -msgstr "" +msgstr "Réponses" #: src/components/forms/CheckInListForm/index.tsx:207 msgid "Answers provided at checkout (e.g. meal choice)" -msgstr "" +msgstr "Réponses fournies lors du paiement (ex. choix du repas)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1148 msgid "Any dates you've manually customized will be kept." -msgstr "" +msgstr "Les dates que vous avez personnalisées manuellement seront conservées." #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:62 msgid "Any queries from product holders will be sent to this email address. This will also be used as the \"reply-to\" address for all emails sent from this event" @@ -1160,9 +1160,9 @@ msgstr "appliqué — {0} de réduction sur votre commande" msgid "Applies to {0} products" msgstr "S'applique à {0} produits" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:365 msgid "Applies to {0}, non-cancelled dates currently loaded on this page." -msgstr "" +msgstr "S'applique aux {0} dates non annulées actuellement chargées sur cette page." #: src/components/common/CapacityAssignmentList/index.tsx:95 msgid "Applies to 1 product" @@ -1170,32 +1170,32 @@ msgstr "S'applique à 1 produit" #: src/components/forms/CheckInListForm/index.tsx:175 msgid "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." -msgstr "" +msgstr "S'applique à toute personne ouvrant le lien d'enregistrement partagé sans être connectée. Les membres de l'équipe connectés voient toujours tout." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:363 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 msgid "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." -msgstr "" +msgstr "S'applique à chaque date {0}, non annulée de cet événement — y compris les dates non chargées actuellement." #: src/components/common/FilterModal/index.tsx:284 #: src/components/routes/product-widget/SelectProducts/index.tsx:945 msgid "Apply" msgstr "Appliquer" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:509 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:511 msgid "Apply Changes" -msgstr "" +msgstr "Appliquer les modifications" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" msgstr "Appliquer ce {type} à tous les nouveaux produits" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:338 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:339 msgid "Apply to" -msgstr "" +msgstr "Appliquer à" #: src/components/forms/CheckInListForm/index.tsx:105 msgid "Apply to all tickets" -msgstr "" +msgstr "Appliquer à tous les billets" #: src/components/routes/admin/Messages/index.tsx:232 msgid "Approve Message" @@ -1203,7 +1203,7 @@ msgstr "Approuver le message" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:68 msgid "April" -msgstr "" +msgstr "Avril" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:63 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:69 @@ -1259,7 +1259,7 @@ msgstr "Êtes-vous sûr de vouloir archiver cet organisateur ? Cela archivera é #: src/components/routes/event/OccurrencesTab/index.tsx:215 msgid "Are you sure you want to cancel {count} date(s)? Affected attendees will be notified by email." -msgstr "" +msgstr "Voulez-vous vraiment annuler {count} date(s) ? Les participants concernés seront prévenus par e-mail." #: src/hooks/useAttendeeActions.tsx:44 msgid "Are you sure you want to cancel this attendee? This will void their ticket" @@ -1269,7 +1269,7 @@ msgstr "Êtes-vous sûr de vouloir annuler ce participant ? Cela annulera leur #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:36 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:326 msgid "Are you sure you want to cancel this date? Affected attendees will be notified by email." -msgstr "" +msgstr "Voulez-vous vraiment annuler cette date ? Les participants concernés seront prévenus par e-mail." #: src/components/routes/event/messages.tsx:33 msgid "Are you sure you want to cancel this scheduled message?" @@ -1295,11 +1295,11 @@ msgstr "Êtes-vous sûr de vouloir supprimer cette configuration ? Cela peut aff #: src/components/routes/event/OccurrenceDetail/index.tsx:84 #: src/components/routes/event/OccurrencesTab/index.tsx:184 msgid "Are you sure you want to delete this date? This action cannot be undone." -msgstr "" +msgstr "Voulez-vous vraiment supprimer cette date ? Cette action est irréversible." #: src/components/common/ImageUploadDropzone/index.tsx:114 msgid "Are you sure you want to delete this image?" -msgstr "" +msgstr "Voulez-vous vraiment supprimer cette image ?" #: src/components/common/PromoCodeTable/index.tsx:37 msgid "Are you sure you want to delete this promo code?" @@ -1307,7 +1307,7 @@ msgstr "Etes-vous sûr de vouloir supprimer ce code promo ?" #: src/components/common/TaxAndFeeList/index.tsx:33 msgid "Are you sure you want to delete this tax or fee? It will no longer be applied to new orders." -msgstr "" +msgstr "Voulez-vous vraiment supprimer cette taxe ou ces frais ? Ils ne seront plus appliqués aux nouvelles commandes." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:111 msgid "Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template." @@ -1344,7 +1344,7 @@ msgstr "Êtes-vous sûr de vouloir offrir une place à cette personne ? Elle rec #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:360 msgid "Are you sure you want to permanently delete this date? This cannot be undone." -msgstr "" +msgstr "Voulez-vous vraiment supprimer définitivement cette date ? Cette action est irréversible." #: src/components/common/StatusToggle/index.tsx:38 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." @@ -1380,7 +1380,7 @@ msgstr "Êtes-vous sûr de vouloir restaurer cet organisateur ?" #: src/components/routes/account/ManageAccount/sections/Users/index.tsx:50 msgid "Are you sure you want to revoke this invitation?" -msgstr "" +msgstr "Voulez-vous vraiment révoquer cette invitation ?" #: src/components/common/StatusToggle/index.tsx:41 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." @@ -1425,11 +1425,11 @@ msgstr "Demander une fois par produit" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:119 msgid "Assign a different plan" -msgstr "" +msgstr "Attribuer un autre forfait" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:130 msgid "Assign plan" -msgstr "" +msgstr "Attribuer le forfait" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:165 msgid "Assigned Tier" @@ -1443,7 +1443,7 @@ msgstr "Au moins un type d'événement doit être sélectionné" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:64 #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:117 msgid "At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead." -msgstr "" +msgstr "Au moins un produit doit rester disponible pour cette date. Pour rendre la date inaccessible, annulez-la plutôt depuis le planning." #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:96 msgid "Attempts" @@ -1455,7 +1455,7 @@ msgstr "Présence et taux d'enregistrement pour tous les événements" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendee" -msgstr "" +msgstr "participant" #: src/components/common/AttendeeTicket/index.tsx:101 #: src/components/common/QuestionsTable/index.tsx:462 @@ -1497,7 +1497,7 @@ msgstr "Participant non trouvé" #: src/components/forms/CheckInListForm/index.tsx:188 msgid "Attendee notes" -msgstr "" +msgstr "Notes sur le participant" #: src/components/routes/event/attendees.tsx:81 msgid "Attendee Status" @@ -1523,7 +1523,7 @@ msgstr "Le billet du participant n'est pas inclus dans cette liste" #: src/components/routes/event/attendees.tsx:250 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendees" -msgstr "" +msgstr "participants" #: src/components/common/EventCard/index.tsx:251 #: src/components/common/EventCard/index.tsx:366 @@ -1545,7 +1545,7 @@ msgstr "Participants" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:72 msgid "attendees checked in" -msgstr "" +msgstr "participants enregistrés" #: src/components/routes/event/attendees.tsx:163 msgid "Attendees Exported" @@ -1587,7 +1587,7 @@ msgstr "Audience" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:72 msgid "August" -msgstr "" +msgstr "Août" #: src/components/common/WidgetEditor/index.tsx:236 msgid "Auto Resize" @@ -1623,7 +1623,7 @@ msgstr "Disponible une fois le paiement effectué" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:265 msgid "Available times on {dayName}" -msgstr "" +msgstr "Horaires disponibles le {dayName}" #: src/components/modals/RefundOrderModal/index.tsx:93 msgid "Available to Refund" @@ -1635,7 +1635,7 @@ msgstr "Jetons disponibles" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:161 msgid "Awaiting" -msgstr "" +msgstr "En attente" #: src/components/common/OrderStatusBadge/index.tsx:11 #: src/components/modals/SendMessageModal/index.tsx:425 @@ -1649,7 +1649,7 @@ msgstr "En attente d'un paiement hors ligne" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:120 msgid "Awaiting pay" -msgstr "" +msgstr "Paiement en attente" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:117 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:225 @@ -1719,7 +1719,7 @@ msgstr "Type d'arrière-plan" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:128 msgid "Bank account connected" -msgstr "" +msgstr "Compte bancaire connecté" #: src/components/routes/admin/Announcements/index.tsx:178 #: src/components/routes/admin/Announcements/index.tsx:374 @@ -1736,12 +1736,12 @@ msgstr "Prix de base" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:207 msgid "Base Price" -msgstr "" +msgstr "Prix de base" #: src/components/forms/ProductForm/index.tsx:433 #: src/components/forms/ProductForm/index.tsx:436 msgid "Based on the global sale period above, not per date" -msgstr "" +msgstr "Basé sur la période de vente globale ci-dessus, pas par date" #: src/components/routes/organizer/Settings/index.tsx:31 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:63 @@ -1779,19 +1779,19 @@ msgstr "Portugais brésilien" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:253 msgid "Built-in fraud protection" -msgstr "" +msgstr "Protection anti-fraude intégrée" -#: src/components/routes/event/OccurrencesTab/index.tsx:517 +#: src/components/routes/event/OccurrencesTab/index.tsx:532 msgid "Bulk Edit" -msgstr "" +msgstr "Modification groupée" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:308 msgid "Bulk Edit Dates" -msgstr "" +msgstr "Modification groupée des dates" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:233 msgid "Bulk update failed." -msgstr "" +msgstr "Échec de la mise à jour groupée." #: src/constants/eventCategories.ts:26 msgid "Business" @@ -1799,11 +1799,11 @@ msgstr "Affaires" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:190 msgid "Business address" -msgstr "" +msgstr "Adresse professionnelle" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:185 msgid "Business name" -msgstr "" +msgstr "Raison sociale" #: src/components/routes/admin/Announcements/index.tsx:455 msgid "Button label" @@ -1827,7 +1827,7 @@ msgstr "L'acheteur paie" #: src/components/forms/ProductForm/index.tsx:562 msgid "Buyers can add these to their order when they select this product at checkout." -msgstr "" +msgstr "Les acheteurs peuvent les ajouter à leur commande lorsqu'ils sélectionnent ce produit au moment du paiement." #: src/components/common/PlatformFeesSettings/index.tsx:235 msgid "Buyers see a clean price. The platform fee is deducted from your payout." @@ -1848,7 +1848,7 @@ msgstr "En vous inscrivant, vous acceptez nos <0>Conditions d'utilisation et #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:123 msgid "By ticket type" -msgstr "" +msgstr "Par type de billet" #: src/components/routes/admin/Configurations/index.tsx:259 msgid "Bypass Application Fees" @@ -1860,7 +1860,7 @@ msgstr "Type de calcul" #: src/components/routes/event/OccurrencesTab/index.tsx:473 msgid "Calendar" -msgstr "" +msgstr "Calendrier" #: src/components/common/EmailTemplateEditor/CTAConfiguration.tsx:20 msgid "Call-to-Action Button" @@ -1869,11 +1869,11 @@ msgstr "Bouton d'appel à l'action" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:153 #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:90 msgid "Camera" -msgstr "" +msgstr "Caméra" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:110 msgid "Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings." -msgstr "" +msgstr "L'autorisation d'accès à la caméra a été refusée. <0>Redemandez l'autorisation ou accordez l'accès à la caméra à cette page dans les paramètres de votre navigateur." #: src/components/routes/admin/Attribution/index.tsx:107 msgid "Campaign" @@ -1881,7 +1881,7 @@ msgstr "Campagne" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:79 msgid "Can't check in" -msgstr "" +msgstr "Enregistrement impossible" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:57 #: src/components/common/ContactOrganizerModal/index.tsx:104 @@ -1897,7 +1897,7 @@ msgstr "" #: src/components/modals/PublishEventModal/index.tsx:208 #: src/components/routes/admin/DeletionRequests/index.tsx:178 #: src/components/routes/event/messages.tsx:80 -#: src/components/routes/event/OccurrencesTab/index.tsx:499 +#: src/components/routes/event/OccurrencesTab/index.tsx:504 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:272 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:306 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:61 @@ -1914,7 +1914,7 @@ msgstr "Annuler" #: src/components/routes/event/OccurrencesTab/index.tsx:211 #: src/components/routes/event/OccurrencesTab/index.tsx:223 msgid "Cancel {count} date(s)" -msgstr "" +msgstr "Annuler {count} date(s)" #: src/components/modals/RefundOrderModal/index.tsx:133 msgid "Cancel all products and release them back to the pool" @@ -1928,7 +1928,7 @@ msgstr "Annuler tous les produits et les remettre dans le pool" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:568 msgid "Cancel Date" -msgstr "" +msgstr "Annuler la date" #: src/components/common/PendingDeletionBanner/index.tsx:37 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:104 @@ -1985,7 +1985,7 @@ msgstr "Annulé" #: src/components/routes/event/OccurrencesTab/index.tsx:237 msgid "Cancelling {0} date(s). This may take a moment to complete." -msgstr "" +msgstr "Annulation de {0} date(s). Cela peut prendre un instant." #: src/components/routes/admin/Configurations/index.tsx:36 msgid "Cannot delete the system default configuration" @@ -2011,7 +2011,7 @@ msgstr "Attributions de capacité" #: src/components/layouts/AuthLayout/index.tsx:28 msgid "Capacity management" -msgstr "" +msgstr "Gestion de la capacité" #: src/components/layouts/Event/index.tsx:137 msgid "Capacity Management" @@ -2019,15 +2019,15 @@ msgstr "Gestion de capacité" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:111 msgid "Capacity must be 0 or greater" -msgstr "" +msgstr "La capacité doit être supérieure ou égale à 0" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:300 msgid "capacity updates" -msgstr "" +msgstr "mises à jour de capacité" #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:66 msgid "Capacity Used" -msgstr "" +msgstr "Capacité utilisée" #: src/components/modals/CreateProductCategoryModal/index.tsx:52 msgid "Categories allow you to group products together. For example, you might have a category for \"Tickets\" and another for \"Merchandise\"." @@ -2052,7 +2052,7 @@ msgstr "Catégorie créée avec succès" #: src/components/common/ProductsTable/SortableCategory/index.tsx:48 msgid "Category deleted successfully" -msgstr "" +msgstr "Catégorie supprimée avec succès" #: src/components/common/LocationPicker/index.tsx:201 msgid "Change" @@ -2060,7 +2060,7 @@ msgstr "Modifier" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Change duration" -msgstr "" +msgstr "Modifier la durée" #: src/components/routes/profile/ManageProfile/index.tsx:239 msgid "Change password" @@ -2068,11 +2068,11 @@ msgstr "Changer le mot de passe" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Change the attendee limit" -msgstr "" +msgstr "Modifier la limite de participants" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:365 msgid "Change time" -msgstr "" +msgstr "Modifier l'horaire" #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Change waitlist settings" @@ -2080,11 +2080,11 @@ msgstr "Modifier les paramètres de liste d'attente" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:212 msgid "Changed duration for {count} date(s)" -msgstr "" +msgstr "Durée modifiée pour {count} date(s)" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:399 msgid "Charges" -msgstr "" +msgstr "Paiements" #: src/constants/eventCategories.ts:24 msgid "Charity" @@ -2093,7 +2093,7 @@ msgstr "Charité" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:82 msgid "Check in" -msgstr "" +msgstr "Enregistrer" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:28 msgid "Check in {0} {1}" @@ -2110,12 +2110,12 @@ msgstr "Enregistrement uniquement" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:81 msgid "Check out" -msgstr "" +msgstr "Annuler l'enregistrement" #: src/components/layouts/EventHomepage/index.tsx:337 #: src/components/layouts/EventHomepage/index.tsx:338 msgid "Check out this event: {0}" -msgstr "" +msgstr "Découvrez cet événement : {0}" #: src/components/layouts/Checkout/index.tsx:338 msgid "Check out this event!" @@ -2133,12 +2133,12 @@ msgstr "Vérifiez votre boîte de réception ! Si des billets sont associés à #: src/components/layouts/CheckIn/index.tsx:549 msgid "Check-in" -msgstr "" +msgstr "Enregistrement" #: src/components/modals/ManageAttendeeModal/index.tsx:137 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:58 msgid "Check-In" -msgstr "" +msgstr "Enregistrement" #: src/components/forms/WebhookForm/index.tsx:121 msgid "Check-in Created" @@ -2150,15 +2150,15 @@ msgstr "Enregistrement supprimé" #: src/components/layouts/CheckIn/index.tsx:215 msgid "Check-in for {0} was undone" -msgstr "" +msgstr "L'enregistrement de {0} a été annulé" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:223 msgid "Check-in history" -msgstr "" +msgstr "Historique des enregistrements" #: src/components/common/CheckInListTable/index.tsx:59 msgid "Check-In List" -msgstr "" +msgstr "Liste d'enregistrement" #: src/components/modals/CheckInListSuccessModal/index.tsx:20 msgid "Check-In List Created" @@ -2175,7 +2175,7 @@ msgstr "La liste de pointage a expiré" #: src/components/layouts/CheckIn/index.tsx:583 msgid "Check-in list info" -msgstr "" +msgstr "Infos sur la liste d'enregistrement" #: src/components/layouts/CheckIn/index.tsx:520 msgid "Check-in list is not active" @@ -2187,7 +2187,7 @@ msgstr "Liste de pointage non trouvée" #: src/components/routes/event/CheckInLists/index.tsx:60 msgid "check-in lists" -msgstr "" +msgstr "listes d'enregistrement" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:51 msgid "Check-in Lists" @@ -2201,11 +2201,11 @@ msgstr "Listes de pointage" #: src/components/layouts/CheckIn/BottomNav.tsx:21 msgid "Check-in navigation" -msgstr "" +msgstr "Navigation d'enregistrement" #: src/components/layouts/CheckIn/index.tsx:567 msgid "Check-in progress" -msgstr "" +msgstr "Progression de l'enregistrement" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:45 msgid "Check-in Rate" @@ -2245,7 +2245,7 @@ msgstr "Cases à cocher" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:151 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:89 msgid "Checked in" -msgstr "" +msgstr "Enregistré" #: src/components/common/AttendeeTable/index.tsx:299 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -2277,11 +2277,11 @@ msgstr "Choisissez une couleur pour votre arrière-plan" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:123 msgid "Choose a configuration" -msgstr "" +msgstr "Choisir une configuration" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:335 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:336 msgid "Choose a different action" -msgstr "" +msgstr "Choisir une autre action" #: src/components/common/ThemeFontControl/index.tsx:66 msgid "Choose a typeface that matches your brand. Fonts are self-hosted via Bunny Fonts." @@ -2293,7 +2293,7 @@ msgstr "Choisissez un compte" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:202 msgid "Choose an organizer" -msgstr "" +msgstr "Choisir un organisateur" #: src/components/routes/events/Dashboard/index.tsx:232 msgid "Choose an Organizer" @@ -2301,7 +2301,7 @@ msgstr "Choisissez un organisateur" #: src/components/routes/product-widget/SelectProducts/index.tsx:968 msgid "Choose another date" -msgstr "" +msgstr "Choisir une autre date" #: src/components/common/CalendarOptionsPopover/index.tsx:22 msgid "Choose calendar" @@ -2328,29 +2328,29 @@ msgid "City" msgstr "Ville" #: src/components/common/OccurrenceSelect/index.tsx:133 -#: src/components/routes/event/OccurrencesTab/index.tsx:505 +#: src/components/routes/event/OccurrencesTab/index.tsx:519 msgid "Clear" -msgstr "" +msgstr "Effacer" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:475 msgid "Clear location — fall back to the event default" -msgstr "" +msgstr "Effacer le lieu — revenir au lieu par défaut de l'événement" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:100 msgid "Clear search" -msgstr "" +msgstr "Effacer la recherche" #: src/components/common/SearchBar/index.tsx:62 msgid "Clear Search Text" msgstr "Effacer le texte de recherche" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:497 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:498 msgid "Clearing removes any per-date override. Affected dates will fall back to the event's default location." -msgstr "" +msgstr "Effacer supprime toute personnalisation par date. Les dates concernées reviendront au lieu par défaut de l'événement." #: src/components/routes/event/OccurrencesTab/index.tsx:333 msgid "Click to cancel" -msgstr "" +msgstr "Cliquez pour annuler" #: src/components/common/PromoCodeTable/index.tsx:106 msgid "Click to copy" @@ -2358,7 +2358,7 @@ msgstr "Cliquez pour copier" #: src/components/routes/event/OccurrencesTab/index.tsx:335 msgid "Click to reopen for new sales" -msgstr "" +msgstr "Cliquez pour rouvrir à la vente" #: src/components/common/AttendeeTable/index.tsx:173 msgid "Click to view notes" @@ -2478,7 +2478,7 @@ msgstr "Préférences de communication" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:82 msgid "complete" -msgstr "" +msgstr "terminé" #: src/components/routes/product-widget/CollectInformation/index.tsx:749 msgid "Complete Order" @@ -2491,7 +2491,7 @@ msgstr "Paiement complet" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:293 msgid "Complete Stripe setup" -msgstr "" +msgstr "Terminer la configuration Stripe" #: src/components/routes/product-widget/CollectInformation/index.tsx:442 msgid "Complete your order to secure your tickets. This offer is time-limited, so don't wait too long." @@ -2539,11 +2539,11 @@ msgstr "Centre de conférence" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:100 msgid "Configuration" -msgstr "" +msgstr "Configuration" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:52 msgid "Configuration assigned" -msgstr "" +msgstr "Configuration attribuée" #: src/components/routes/admin/Configurations/index.tsx:196 msgid "Configuration created successfully" @@ -2580,7 +2580,7 @@ msgstr "Configurer les taxes et frais" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:181 msgid "Configure which products are available for this occurrence and optionally adjust pricing." -msgstr "" +msgstr "Choisissez les produits disponibles pour cette date et ajustez éventuellement les tarifs." #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" @@ -2643,7 +2643,7 @@ msgstr "Félicitations ! Votre événement est maintenant visible par le public. #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:71 msgid "Connect bank" -msgstr "" +msgstr "Connecter la banque" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:370 #: src/components/modals/PublishEventModal/index.tsx:79 @@ -2665,7 +2665,7 @@ msgstr "Connectez Stripe pour activer la messagerie" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:464 msgid "Connect Stripe to receive ticket payments directly to your bank account." -msgstr "" +msgstr "Connectez Stripe pour recevoir les paiements des billets directement sur votre compte bancaire." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:263 msgid "Connect with Stripe" @@ -2673,13 +2673,13 @@ msgstr "Connectez-vous avec Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:127 msgid "Connect your bank to receive ticket sales straight to your account" -msgstr "" +msgstr "Connectez votre banque pour recevoir les ventes de billets directement sur votre compte" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:298 msgid "Connected the wrong Stripe account? Disconnect and start over." msgstr "Mauvais compte Stripe connecté ? Déconnectez-le et recommencez." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:489 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:492 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:164 msgid "Connection Details" @@ -2687,7 +2687,7 @@ msgstr "Détails de connexion" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:117 msgid "Connection details are required for online dates" -msgstr "" +msgstr "Les informations de connexion sont obligatoires pour les dates en ligne" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:41 msgid "Connection details are required for online events" @@ -2760,11 +2760,11 @@ msgstr "Contrôlez comment les frais de plateforme sont gérés pour cet événe #: src/components/forms/CheckInListForm/index.tsx:83 msgid "Control who gets in for this date" -msgstr "" +msgstr "Contrôlez qui entre pour cette date" #: src/components/forms/CheckInListForm/index.tsx:84 msgid "Control who gets in, and when" -msgstr "" +msgstr "Contrôlez qui entre, et quand" #: src/components/common/AttendeeTicket/index.tsx:188 #: src/components/common/CopyButton/index.tsx:13 @@ -2805,7 +2805,7 @@ msgstr "Copie" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:364 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:373 msgid "Copy account ID" -msgstr "" +msgstr "Copier l'ID du compte" #: src/components/common/AffiliateTable/index.tsx:183 msgid "Copy Affiliate Link" @@ -2865,7 +2865,7 @@ msgstr "Impossible de supprimer l'emplacement" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:244 msgid "Could not prepare the bulk update." -msgstr "" +msgstr "Impossible de préparer la mise à jour groupée." #: src/components/common/AddressAutocomplete/index.tsx:61 #: src/components/common/LocationPicker/index.tsx:153 @@ -2874,11 +2874,11 @@ msgstr "Impossible de récupérer les détails de l'adresse" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:275 msgid "Could not save date" -msgstr "" +msgstr "Impossible d'enregistrer la date" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:78 msgid "Couldn't send verification email. Please try again." -msgstr "" +msgstr "Impossible d'envoyer l'e-mail de vérification. Veuillez réessayer." #: src/components/common/CheckoutQuestion/index.tsx:174 #: src/components/common/LocationPicker/index.tsx:268 @@ -2903,7 +2903,7 @@ msgstr "Image de couverture" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:148 msgid "Cover image added" -msgstr "" +msgstr "Image de couverture ajoutée" #: src/components/routes/event/HomepageDesigner/index.tsx:202 msgid "Cover image will be displayed at the top of your event page" @@ -2915,7 +2915,7 @@ msgstr "L'image de couverture sera affichée en haut de votre page d'organisateu #: src/components/common/CheckInListTable/index.tsx:82 msgid "Covers every ticket" -msgstr "" +msgstr "Couvre tous les billets" #: src/components/routes/event/attendees.tsx:253 #: src/components/routes/event/products.tsx:77 @@ -2936,11 +2936,11 @@ msgstr "Créez un widget personnalisé pour vendre des billets sur votre site." #: src/components/modals/SelectCheckInListModal/index.tsx:82 msgid "Create a list for this date" -msgstr "" +msgstr "Créer une liste pour cette date" #: src/components/layouts/CheckIn/index.tsx:508 msgid "Create a new check-in list for an active session, or contact the organizer if you think this is a mistake." -msgstr "" +msgstr "Créez une nouvelle liste d'enregistrement pour une séance active, ou contactez l'organisateur si vous pensez qu'il s'agit d'une erreur." #: src/components/routes/auth/AcceptInvitation/index.tsx:128 msgid "Create a password" @@ -3031,7 +3031,7 @@ msgstr "Créer un modèle personnalisé" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:546 msgid "Create Date" -msgstr "" +msgstr "Créer une date" #: src/components/routes/event/promo-codes.tsx:33 msgid "Create discounts, access codes for hidden tickets, and special offers." @@ -3039,7 +3039,7 @@ msgstr "Créez des réductions, des codes d'accès pour les billets cachés et d #: src/components/routes/organizer/OrganizerDashboard/index.tsx:404 msgid "Create event" -msgstr "" +msgstr "Créer l'événement" #: src/components/common/NoEventsBlankSlate/index.tsx:27 #: src/components/layouts/OrganizerLayout/index.tsx:179 @@ -3049,7 +3049,7 @@ msgstr "Créer un évènement" #: src/components/forms/ProductForm/index.tsx:559 msgid "Create more tickets or products to offer them as add-ons" -msgstr "" +msgstr "Créez d'autres billets ou produits pour les proposer en option" #: src/components/routes/events/Dashboard/index.tsx:172 msgid "Create new" @@ -3128,7 +3128,7 @@ msgstr "Créez votre propre événement" msgid "Created" msgstr "Créé" -#: src/components/routes/event/OccurrencesTab/index.tsx:549 +#: src/components/routes/event/OccurrencesTab/index.tsx:564 msgid "Creating {0} dates. This may take a moment." msgstr "Création de {0} dates. Cela peut prendre un moment." @@ -3170,7 +3170,7 @@ msgstr "Mot de passe actuel" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:107 msgid "Currently assigned" -msgstr "" +msgstr "Actuellement attribué" #: src/components/common/ProductsTable/SortableProduct/index.tsx:110 msgid "Currently available for purchase" @@ -3178,7 +3178,7 @@ msgstr "Actuellement disponible à l'achat" #: src/components/layouts/AuthLayout/index.tsx:15 msgid "Custom branding" -msgstr "" +msgstr "Personnalisation de la marque" #: src/components/modals/SendMessageModal/index.tsx:496 msgid "Custom date and time" @@ -3190,7 +3190,7 @@ msgstr "URL des cartes personnalisées" #: src/components/layouts/AuthLayout/index.tsx:24 msgid "Custom questions" -msgstr "" +msgstr "Questions personnalisées" #: src/components/common/QuestionsTable/index.tsx:433 msgid "Custom Questions" @@ -3224,7 +3224,7 @@ msgstr "Clients" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:150 msgid "Customize page" -msgstr "" +msgstr "Personnaliser la page" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:56 msgid "Customize the email and notification settings for this event" @@ -3278,7 +3278,7 @@ msgstr "Personnalisez l'apparence de votre page d'organisateur" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:50 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Daily" -msgstr "" +msgstr "Quotidien" #: src/components/routes/organizer/Reports/index.tsx:18 msgid "Daily revenue, taxes, fees, and refunds across all events" @@ -3294,7 +3294,7 @@ msgstr "Détail des ventes quotidiennes, taxes et frais" #: src/constants/eventCategories.ts:13 msgid "Dance" -msgstr "" +msgstr "Danse" #: src/components/common/CapacityAssignmentList/index.tsx:153 #: src/components/common/CheckInListList/index.tsx:174 @@ -3349,43 +3349,43 @@ msgstr "Date et heure" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:99 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:212 msgid "Date Cancellation" -msgstr "" +msgstr "Annulation de date" #: src/components/routes/event/OccurrenceDetail/index.tsx:76 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:54 msgid "Date cancelled" -msgstr "" +msgstr "Date annulée" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:344 msgid "Date cancelled successfully" -msgstr "" +msgstr "Date annulée avec succès" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:255 msgid "Date created successfully" -msgstr "" +msgstr "Date créée avec succès" #: src/components/modals/ManageOccurrenceModal/index.tsx:61 #: src/components/routes/event/OccurrenceDetail/index.tsx:87 #: src/components/routes/event/OccurrencesTab/index.tsx:186 msgid "Date deleted" -msgstr "" +msgstr "Date supprimée" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:368 msgid "Date deleted successfully" -msgstr "" +msgstr "Date supprimée avec succès" #: src/components/modals/ManageOccurrenceModal/index.tsx:75 #: src/components/routes/event/OccurrenceDetail/index.tsx:101 msgid "Date reactivated" -msgstr "" +msgstr "Date réactivée" #: src/components/routes/event/OccurrencesTab/index.tsx:200 msgid "Date reopened for new sales" -msgstr "" +msgstr "Date rouverte à la vente" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:254 msgid "Date updated successfully" -msgstr "" +msgstr "Date mise à jour avec succès" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:808 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1093 @@ -3394,23 +3394,23 @@ msgstr "dates" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:105 msgid "Dates are managed per occurrence" -msgstr "" +msgstr "Les dates sont gérées individuellement" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:674 msgid "Dates with sessions" -msgstr "" +msgstr "Jours avec séances" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:87 msgid "day" -msgstr "" +msgstr "jour" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:973 msgid "Day" -msgstr "" +msgstr "Jour" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:937 msgid "Day of Month" -msgstr "" +msgstr "Jour du mois" #: src/components/forms/CapaciyAssigmentForm/index.tsx:38 msgid "Day one capacity" @@ -3418,7 +3418,7 @@ msgstr "Capacité du premier jour" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:95 msgid "days" -msgstr "" +msgstr "jours" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:920 msgid "Days of the month" @@ -3426,7 +3426,7 @@ msgstr "Jours du mois" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:76 msgid "December" -msgstr "" +msgstr "Décembre" #: src/components/common/CookieConsentBanner/index.tsx:62 msgid "Decline" @@ -3452,7 +3452,7 @@ msgstr "Collecte d'informations par défaut sur les participants" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1106 msgid "Default capacity per date" -msgstr "" +msgstr "Capacité par défaut par date" #: src/components/routes/organizer/Settings/Sections/PlatformFeesSettings/index.tsx:44 msgid "Default Fee Handling" @@ -3464,7 +3464,7 @@ msgstr "Le modèle par défaut sera utilisé" #: src/components/forms/ProductForm/ledgerSummaries.ts:66 msgid "Defaults" -msgstr "" +msgstr "Valeurs par défaut" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:29 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:31 @@ -3478,7 +3478,7 @@ msgstr "supprimer" #: src/components/common/TaxAndFeeList/index.tsx:81 #: src/components/routes/admin/Announcements/index.tsx:226 #: src/components/routes/admin/FailedJobs/index.tsx:209 -#: src/components/routes/event/OccurrencesTab/index.tsx:502 +#: src/components/routes/event/OccurrencesTab/index.tsx:512 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:62 msgid "Delete" msgstr "Supprimer" @@ -3489,7 +3489,7 @@ msgstr "Supprimer \"{0}\" ?" #: src/components/routes/event/OccurrencesTab/index.tsx:249 msgid "Delete {count} selected date(s)? Dates with orders will be skipped. This cannot be undone." -msgstr "" +msgstr "Supprimer {count} date(s) sélectionnée(s) ? Les dates comportant des commandes seront ignorées. Cette action est irréversible." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:148 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:155 @@ -3525,7 +3525,7 @@ msgstr "Supprimer le code" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:357 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:582 msgid "Delete Date" -msgstr "" +msgstr "Supprimer la date" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:84 #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:119 @@ -3551,7 +3551,7 @@ msgstr "Supprimer l'organisateur" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Delete Permanently" -msgstr "" +msgstr "Supprimer définitivement" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:131 msgid "Delete Template" @@ -3559,11 +3559,11 @@ msgstr "Supprimer le modèle" #: src/components/common/ProductsTable/SortableCategory/index.tsx:45 msgid "Delete this category? Any products in it will also be deleted. This cannot be undone." -msgstr "" +msgstr "Supprimer cette catégorie ? Tous les produits qu'elle contient seront également supprimés. Cette action est irréversible." #: src/components/common/ProductsTable/SortableProduct/index.tsx:71 msgid "Delete this product? This cannot be undone." -msgstr "" +msgstr "Supprimer ce produit ? Cette action est irréversible." #: src/components/common/QuestionsTable/index.tsx:197 msgid "Delete this question? This cannot be undone." @@ -3576,7 +3576,7 @@ msgstr "Supprimer le webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:255 msgid "Deleted {0} date(s)" -msgstr "" +msgstr "{0} date(s) supprimée(s)" #: src/components/routes/admin/DeletionRequests/index.tsx:143 msgid "Deleted account" @@ -3611,7 +3611,7 @@ msgstr "Description" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:138 msgid "Description and venue added" -msgstr "" +msgstr "Description et lieu ajoutés" #: src/components/forms/CheckInListForm/index.tsx:143 msgid "Description for check-in staff" @@ -3640,12 +3640,12 @@ msgstr "Vous n'avez pas reçu le code ?" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:472 msgid "Different location" -msgstr "" +msgstr "Lieu différent" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:403 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:411 msgid "Disabled" -msgstr "" +msgstr "Désactivé" #: src/components/forms/CapaciyAssigmentForm/index.tsx:27 msgid "Disabling this capacity will track sales but not stop them when the limit is reached" @@ -3654,12 +3654,12 @@ msgstr "Désactiver cette capacité suivra les ventes mais ne les arrêtera pas #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Discard" -msgstr "" +msgstr "Abandonner" #: src/components/forms/ProductForm/ProductDrawer.tsx:54 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:725 msgid "Discard changes?" -msgstr "" +msgstr "Abandonner les modifications ?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Disconnect" @@ -3691,7 +3691,7 @@ msgstr "Type de remise" #: src/components/common/Callout/index.tsx:54 msgid "Dismiss" -msgstr "" +msgstr "Fermer" #: src/components/common/AnnouncementDisplay/AnnouncementBanner.tsx:37 msgid "Dismiss announcement" @@ -3699,7 +3699,7 @@ msgstr "Ignorer l'annonce" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:186 msgid "Dismiss setup checklist" -msgstr "" +msgstr "Masquer la liste de configuration" #: src/components/routes/product-widget/SelectProducts/index.tsx:1077 msgid "Dismiss this message" @@ -3747,7 +3747,7 @@ msgstr "Terminé" #: src/components/common/CheckIn/CheckInDescriptionModal.tsx:20 msgid "Door staff instructions" -msgstr "" +msgstr "Consignes pour le personnel d'accueil" #: src/components/common/CalendarOptionsPopover/index.tsx:39 msgid "Download .ics" @@ -3810,7 +3810,7 @@ msgstr "Dupliquer" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Duplicate Date" -msgstr "" +msgstr "Dupliquer la date" #: src/components/common/EventCard/index.tsx:151 msgid "Duplicate event" @@ -3832,7 +3832,7 @@ msgstr "Dupliquer le produit" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:121 msgid "Duration must be at least 1 minute." -msgstr "" +msgstr "La durée doit être d'au moins 1 minute." #: src/components/common/LanguageSwitcher/index.tsx:26 msgid "Dutch" @@ -3846,10 +3846,10 @@ msgstr "ex. 180 (3 heures)" msgid "e.g. Learn more" msgstr "p. ex. En savoir plus" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:453 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:450 msgid "e.g. Morning Session" -msgstr "" +msgstr "ex. Séance du matin" #: src/components/routes/admin/Announcements/index.tsx:382 msgid "e.g. New feature: Waitlists" @@ -3879,9 +3879,9 @@ msgstr "Chaque personne recevra un e-mail avec une place réservée pour finalis msgid "Each product" msgstr "Chaque produit" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:381 msgid "Earlier" -msgstr "" +msgstr "Plus tôt" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:64 msgid "Early bird" @@ -3960,7 +3960,7 @@ msgstr "Modifier la configuration" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Edit Date" -msgstr "" +msgstr "Modifier la date" #: src/components/common/LocationsTable/index.tsx:65 msgid "Edit location" @@ -4025,7 +4025,7 @@ msgstr "Modifier le webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:308 msgid "Edited" -msgstr "" +msgstr "Modifiée" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:140 msgid "Editor" @@ -4079,7 +4079,7 @@ msgstr "Paramètres de courrier électronique et de notification" #: src/components/layouts/AuthLayout/index.tsx:20 msgid "Email & scheduled messages" -msgstr "" +msgstr "E-mails et messages programmés" #: src/components/routes/event/Settings/index.tsx:78 msgid "Email & Templates" @@ -4159,7 +4159,7 @@ msgstr "Vérification de l'e-mail requise" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:160 msgid "Email verified" -msgstr "" +msgstr "E-mail vérifié" #: src/components/routes/welcome/index.tsx:99 msgid "Email verified successfully!" @@ -4180,7 +4180,7 @@ msgstr "Widget intégré" #: src/components/layouts/AuthLayout/index.tsx:21 msgid "Embeddable widget" -msgstr "" +msgstr "Widget intégrable" #: src/components/routes/admin/Announcements/index.tsx:409 msgid "Emoji" @@ -4255,11 +4255,11 @@ msgstr "Terminé" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:55 msgid "Ended {0}" -msgstr "" +msgstr "Terminé {0}" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:46 msgid "Ends {0}" -msgstr "" +msgstr "Se termine {0}" #: src/components/common/LanguageSwitcher/index.tsx:18 #: src/components/common/LanguageSwitcher/index.tsx:69 @@ -4269,11 +4269,11 @@ msgstr "Anglais" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:131 msgid "Enter a capacity value or choose unlimited." -msgstr "" +msgstr "Saisissez une capacité ou choisissez « illimité »." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:141 msgid "Enter a label or choose to remove it." -msgstr "" +msgstr "Saisissez un libellé ou choisissez de le supprimer." #: src/components/common/EmailTemplateEditor/EmailTemplatePreviewPane.tsx:58 msgid "Enter a subject and body to see the preview" @@ -4281,7 +4281,7 @@ msgstr "Entrez un sujet et un corps pour voir l'aperçu" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:112 msgid "Enter a time to shift by." -msgstr "" +msgstr "Indiquez le décalage horaire à appliquer." #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:29 msgid "Enter a venue name or address" @@ -4311,9 +4311,9 @@ msgstr "Saisir le nom de l'affilié" msgid "Enter an amount excluding taxes and fees." msgstr "Saisissez un montant hors taxes et frais." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:434 msgid "Enter capacity" -msgstr "" +msgstr "Saisir la capacité" #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:69 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:69 @@ -4366,7 +4366,7 @@ msgstr "Commande entière" #: src/components/routes/event/SoldOutWaitlist/index.tsx:126 msgid "entries" -msgstr "" +msgstr "entrées" #: src/components/common/WaitlistTable/index.tsx:264 msgid "Entries will appear here when customers join the waitlist for sold out products." @@ -4394,7 +4394,7 @@ msgstr "Erreur lors du chargement des journaux" #: src/components/forms/ProductForm/ProductDrawer.tsx:98 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:870 msgid "Esc to close" -msgstr "" +msgstr "Échap pour fermer" #: src/components/routes/account/ManageAccount/sections/AccountSettings/index.tsx:74 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:137 @@ -4433,7 +4433,7 @@ msgstr "Image de couverture de l'événement" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:196 msgid "Event created" -msgstr "" +msgstr "Événement créé" #: src/components/forms/WebhookForm/index.tsx:43 msgid "Event Created" @@ -4483,7 +4483,7 @@ msgstr "Page d'accueil de l'événement" #: src/components/common/PeriodSelector/index.tsx:124 msgid "Event lifetime" -msgstr "" +msgstr "Durée de vie de l'événement" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:151 msgid "Event location & venue details" @@ -4546,7 +4546,7 @@ msgstr "Événement trop récent" #: src/components/routes/event/EventDashboard/index.tsx:264 msgid "Event totals" -msgstr "" +msgstr "Totaux de l'événement" #: src/components/common/OrganizerWebhookTable/index.tsx:237 #: src/components/common/WebhookTable/index.tsx:237 @@ -4585,32 +4585,32 @@ msgstr "Tous les" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0}" -msgstr "" +msgstr "Tous les {0}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:748 msgid "Every {0} {cadenceUnit}" -msgstr "" +msgstr "Tous les {0} {cadenceUnit}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Every {0} days" -msgstr "" +msgstr "Tous les {0} jours" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Every {0} months" -msgstr "" +msgstr "Tous les {0} mois" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Every {0} weeks" -msgstr "" +msgstr "Toutes les {0} semaines" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0} weeks on {1}" -msgstr "" +msgstr "Toutes les {0} semaines le {1}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Every {0} years" -msgstr "" +msgstr "Tous les {0} ans" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:747 msgid "Every {cadenceUnit}" @@ -4622,7 +4622,7 @@ msgstr "Chaque modèle d'e-mail doit inclure un bouton d'appel à l'action qui r #: src/components/forms/ProductForm/index.tsx:392 msgid "Everything else — tap to edit" -msgstr "" +msgstr "Tout le reste — appuyez pour modifier" #: src/components/common/QuestionsTable/index.tsx:496 msgid "Examples: \"How did you hear about us?\", \"Company name for invoice\"" @@ -4743,11 +4743,11 @@ msgstr "Échec de l'annulation du participant" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:57 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:348 msgid "Failed to cancel date" -msgstr "" +msgstr "Échec de l'annulation de la date" #: src/components/routes/event/OccurrencesTab/index.tsx:241 msgid "Failed to cancel dates" -msgstr "" +msgstr "Échec de l'annulation des dates" #: src/components/routes/event/messages.tsx:41 msgid "Failed to cancel message" @@ -4767,7 +4767,7 @@ msgstr "Échec de la création de la configuration" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:712 msgid "Failed to create schedule" -msgstr "" +msgstr "Échec de la création du planning" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:702 #: src/hooks/useOccurrenceGenerationPolling.ts:42 @@ -4791,15 +4791,15 @@ msgstr "Échec de la suppression de la configuration" #: src/components/routes/event/OccurrenceDetail/index.tsx:90 #: src/components/routes/event/OccurrencesTab/index.tsx:187 msgid "Failed to delete date" -msgstr "" +msgstr "Échec de la suppression de la date" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:372 msgid "Failed to delete date. It may have existing orders." -msgstr "" +msgstr "Échec de la suppression de la date. Elle comporte peut-être des commandes." #: src/components/routes/event/OccurrencesTab/index.tsx:258 msgid "Failed to delete dates" -msgstr "" +msgstr "Échec de la suppression des dates" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:40 msgid "Failed to delete event" @@ -4819,7 +4819,7 @@ msgstr "Échec de la suppression de l'organisateur" #: src/components/common/ProductsTable/SortableProduct/index.tsx:80 msgid "Failed to delete product. Please try again." -msgstr "" +msgstr "Échec de la suppression du produit. Veuillez réessayer." #: src/components/common/QuestionsTable/index.tsx:203 msgid "Failed to delete question" @@ -4875,7 +4875,7 @@ msgstr "Échec de l'offre de billets" #: src/components/modals/ManageOccurrenceModal/index.tsx:76 #: src/components/routes/event/OccurrenceDetail/index.tsx:102 msgid "Failed to reactivate date" -msgstr "" +msgstr "Échec de la réactivation de la date" #: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to remove from waitlist" @@ -4883,11 +4883,11 @@ msgstr "Échec de la suppression de la liste d'attente" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:104 msgid "Failed to remove override" -msgstr "" +msgstr "Échec de la suppression de la personnalisation" #: src/components/routes/event/OccurrencesTab/index.tsx:201 msgid "Failed to reopen date" -msgstr "" +msgstr "Échec de la réouverture de la date" #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" @@ -4919,15 +4919,15 @@ msgstr "Échec du réessai des travaux" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:69 msgid "Failed to save override" -msgstr "" +msgstr "Échec de l'enregistrement de la personnalisation" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:156 msgid "Failed to save price override" -msgstr "" +msgstr "Échec de l'enregistrement du prix personnalisé" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:163 msgid "Failed to save product settings" -msgstr "" +msgstr "Échec de l'enregistrement des paramètres du produit" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:158 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:161 @@ -5012,15 +5012,15 @@ msgstr "Échec de la vérification de l'e-mail" #: src/constants/eventCategories.ts:17 msgid "Family" -msgstr "" +msgstr "Famille" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:247 msgid "Fast payouts to your bank" -msgstr "" +msgstr "Versements rapides vers votre banque" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:66 msgid "February" -msgstr "" +msgstr "Février" #: src/components/forms/TaxAndFeeForm/index.tsx:18 #: src/components/forms/TaxAndFeeForm/index.tsx:39 @@ -5042,7 +5042,7 @@ msgstr "Gestion des frais" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:68 msgid "Fee override saved" -msgstr "" +msgstr "Frais personnalisés enregistrés" #: src/components/common/InlineOrderSummary/index.tsx:156 #: src/components/common/OrdersTable/index.tsx:270 @@ -5073,11 +5073,11 @@ msgstr "Remplissez d'abord vos informations ci-dessus" #: src/constants/eventCategories.ts:12 msgid "Film" -msgstr "" +msgstr "Cinéma" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:125 msgid "Filter attendees" -msgstr "" +msgstr "Filtrer les participants" #: src/components/routes/event/attendees.tsx:245 msgid "Filter Attendees" @@ -5086,7 +5086,7 @@ msgstr "Filtrer les Participants" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:62 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:82 msgid "Filter by date" -msgstr "" +msgstr "Filtrer par date" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:118 msgid "Filter by Event" @@ -5107,27 +5107,27 @@ msgstr "Filtres ({activeFilterCount})" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:281 msgid "Finish setting up Stripe" -msgstr "" +msgstr "Terminer la configuration de Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:70 msgid "Finish setup" -msgstr "" +msgstr "Terminer la configuration" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:57 msgid "First" -msgstr "" +msgstr "Premier" #: src/components/common/PeriodSelector/index.tsx:42 msgid "First 30 days" -msgstr "" +msgstr "30 premiers jours" #: src/components/common/PeriodSelector/index.tsx:40 msgid "First 7 days" -msgstr "" +msgstr "7 premiers jours" #: src/components/common/PeriodSelector/index.tsx:44 msgid "First 90 days" -msgstr "" +msgstr "90 premiers jours" #: src/components/routes/product-widget/CollectInformation/index.tsx:533 msgid "First attendee" @@ -5187,7 +5187,7 @@ msgstr "Montant fixé" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:145 msgid "Fixed fee" -msgstr "" +msgstr "Frais fixes" #: src/components/routes/admin/Configurations/index.tsx:94 #: src/components/routes/admin/Configurations/index.tsx:236 @@ -5204,11 +5204,11 @@ msgstr "Les frais fixes doivent être égaux ou supérieurs à 0" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash off" -msgstr "" +msgstr "Flash désactivé" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash on" -msgstr "" +msgstr "Flash activé" #: src/components/common/ThemeFontControl/index.tsx:65 msgid "Font Family" @@ -5236,7 +5236,7 @@ msgstr "Mot de passe oublié?" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:60 msgid "Fourth" -msgstr "" +msgstr "Quatrième" #: src/components/common/AttendeeTicket/index.tsx:134 #: src/components/common/Currency/index.tsx:88 @@ -5258,7 +5258,7 @@ msgstr "Français" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 msgid "Fri" -msgstr "" +msgstr "Ven" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -5275,7 +5275,7 @@ msgstr "À partir de {0}" #: src/components/forms/ProductForm/ledgerSummaries.ts:46 msgid "From {start}" -msgstr "" +msgstr "À partir du {start}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:789 msgid "from {start} until {end}" @@ -5287,11 +5287,11 @@ msgstr "à partir du {start}, pour {count} dates" #: src/components/layouts/AuthLayout/index.tsx:26 msgid "Full data ownership" -msgstr "" +msgstr "Pleine propriété de vos données" #: src/components/common/PeriodSelector/index.tsx:46 msgid "Full event" -msgstr "" +msgstr "Événement complet" #: src/components/modals/RefundOrderModal/index.tsx:110 msgid "Full refund" @@ -5299,15 +5299,15 @@ msgstr "Remboursement complet" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "future" -msgstr "" +msgstr "futures" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:352 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:353 msgid "Future dates only" -msgstr "" +msgstr "Dates futures uniquement" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Future dates will be copied with capacity reset to zero" -msgstr "" +msgstr "Les dates futures seront copiées avec une capacité remise à zéro" #: src/components/routes/event/TicketDesigner/TicketDesignerPrint.tsx:38 #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:40 @@ -5340,11 +5340,11 @@ msgstr "Itinéraire" #: src/components/layouts/OrganizerLayout/index.tsx:82 msgid "Get Paid" -msgstr "" +msgstr "Être payé" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:234 msgid "Get paid with Stripe" -msgstr "" +msgstr "Être payé avec Stripe" #: src/components/routes/auth/Register/index.tsx:73 msgid "Get started" @@ -5377,7 +5377,7 @@ msgstr "Retour" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Go Back" -msgstr "" +msgstr "Retour" #: src/components/routes/profile/ConfirmEmailChange/index.tsx:23 #: src/components/routes/profile/ConfirmEmailChange/index.tsx:42 @@ -5394,7 +5394,7 @@ msgstr "Aller à la page d'accueil" #: src/components/modals/CreateAttendeeModal/index.tsx:196 msgid "Go to Schedule" -msgstr "" +msgstr "Aller au planning" #: src/components/common/ThemeColorControls/index.tsx:113 msgid "Good readability" @@ -5438,7 +5438,7 @@ msgstr "Ventes brutes" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:334 msgid "Guest" -msgstr "" +msgstr "Invité" #: src/components/layouts/Event/index.tsx:130 msgid "Guest Management" @@ -5451,7 +5451,7 @@ msgstr "Invités" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:45 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:159 msgid "Happening now" -msgstr "" +msgstr "En cours" #: src/components/routes/admin/DeletionRequests/index.tsx:161 msgid "Hard delete" @@ -5497,7 +5497,7 @@ msgstr "Salut {0} 👋" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:51 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:74 msgid "Hi," -msgstr "" +msgstr "Bonjour," #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:75 msgid "Hi.Events Fee" @@ -5514,7 +5514,7 @@ msgstr "Masqué" #: src/components/forms/ProductForm/visibilityStatus.ts:50 msgid "Hidden — sales ended {end}." -msgstr "" +msgstr "Masqué — les ventes se sont terminées le {end}." #: src/components/common/QuestionsTable/index.tsx:112 msgid "Hidden from attendees - only visible to organizers" @@ -5522,11 +5522,11 @@ msgstr "Masqué aux participants - visible uniquement par les organisateurs" #: src/components/forms/ProductForm/ledgerSummaries.ts:151 msgid "Hidden from everyone" -msgstr "" +msgstr "Masqué pour tout le monde" #: src/components/forms/ProductForm/visibilityStatus.ts:18 msgid "Hidden from everyone — the master hide switch is on." -msgstr "" +msgstr "Masqué pour tout le monde — l'interrupteur principal de masquage est activé." #: src/components/common/ProductsTable/SortableProduct/index.tsx:109 #: src/components/common/ProductsTable/SortableProduct/index.tsx:318 @@ -5552,7 +5552,7 @@ msgstr "Masquer les réponses" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "Hide details" -msgstr "" +msgstr "Masquer les détails" #: src/components/routes/admin/Announcements/index.tsx:495 msgid "Hide Preview" @@ -5600,7 +5600,7 @@ msgstr "Masquer ce niveau aux utilisateurs" #: src/components/forms/ProductForm/ledgerSummaries.ts:61 msgid "Hides sold out" -msgstr "" +msgstr "Masque les épuisés" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:91 msgid "Hiding a product will prevent users from seeing it on the event page." @@ -5629,7 +5629,7 @@ msgstr "Les produits mis en avant auront une couleur de fond différente pour se #: src/constants/eventCategories.ts:18 msgid "Hobbies" -msgstr "" +msgstr "Loisirs" #: src/components/routes/event/HomepageDesigner/index.tsx:168 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:173 @@ -5651,10 +5651,10 @@ msgstr "Aperçu de la page d'accueil" msgid "Homer" msgstr "Homère" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:386 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:410 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:387 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:411 msgid "Hours" -msgstr "" +msgstr "Heures" #: src/components/forms/PromoCodeForm/index.tsx:116 msgid "How is the discount applied?" @@ -5674,7 +5674,7 @@ msgstr "Combien de fois ce code peut-il être utilisé ?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:449 msgid "How VAT is applied to the platform fees we charge you." -msgstr "" +msgstr "Comment la TVA s'applique aux frais de plateforme que nous vous facturons." #: src/components/common/Editor/index.tsx:90 msgid "HTML character limit exceeded: {htmlLength}/{maxLength}" @@ -5795,11 +5795,11 @@ msgstr "Dans {diffMinutes} minutes" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:111 msgid "in last {0} min" -msgstr "" +msgstr "au cours des {0} dernières min" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:472 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 msgid "In person — set a venue" -msgstr "" +msgstr "Sur place — indiquez un lieu" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:132 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:168 @@ -5881,7 +5881,7 @@ msgstr "Instagram" #: src/components/layouts/AuthLayout/index.tsx:14 msgid "Instant Stripe payouts" -msgstr "" +msgstr "Versements Stripe instantanés" #: src/components/layouts/Event/index.tsx:143 #: src/components/layouts/OrganizerLayout/index.tsx:114 @@ -5890,7 +5890,7 @@ msgstr "Intégrations" #: src/components/forms/CheckInListForm/index.tsx:190 msgid "Internal notes on the attendee's ticket" -msgstr "" +msgstr "Notes internes sur le billet du participant" #: src/components/common/ContactOrganizerModal/index.tsx:35 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:33 @@ -5972,11 +5972,11 @@ msgstr "Paramètres de facturation" #: src/components/routes/welcome/index.tsx:404 msgid "It happens on more than one date" -msgstr "" +msgstr "Il a lieu à plusieurs dates" #: src/components/layouts/ProductWidget/index.tsx:57 msgid "It may have been unpublished or removed. Please check the link and try again." -msgstr "" +msgstr "Il a peut-être été dépublié ou supprimé. Veuillez vérifier le lien et réessayer." #: src/components/common/LanguageSwitcher/index.tsx:24 msgid "Italian" @@ -5997,7 +5997,7 @@ msgstr "Articles" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:65 msgid "January" -msgstr "" +msgstr "Janvier" #: src/components/routes/admin/FailedJobs/index.tsx:163 msgid "Job" @@ -6047,11 +6047,11 @@ msgstr "Inscrit" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:71 msgid "July" -msgstr "" +msgstr "Juillet" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:70 msgid "June" -msgstr "" +msgstr "Juin" #: src/components/routes/auth/Login/index.tsx:121 msgid "Just looking for your tickets?" @@ -6059,11 +6059,11 @@ msgstr "Vous cherchez vos billets ?" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:24 msgid "just now" -msgstr "" +msgstr "à l'instant" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:161 msgid "Just wrapped" -msgstr "" +msgstr "Vient de se terminer" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Keep connection" @@ -6072,7 +6072,7 @@ msgstr "Conserver la connexion" #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Keep editing" -msgstr "" +msgstr "Continuer la modification" #: src/components/routes/admin/Announcements/index.tsx:390 msgid "Keep it short — banners show a single line. {0}/200" @@ -6084,7 +6084,7 @@ msgstr "Me tenir informé des actualités et événements de {0}" #: src/components/layouts/AuthLayout/index.tsx:42 msgid "Keep the profit." -msgstr "" +msgstr "Gardez vos bénéfices." #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:63 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:449 @@ -6099,7 +6099,7 @@ msgstr "Libellé — p. ex. Séance du matin" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:301 msgid "label updates" -msgstr "" +msgstr "mises à jour de libellé" #: src/components/modals/CreateAttendeeModal/index.tsx:235 #: src/components/modals/ManageAttendeeModal/index.tsx:156 @@ -6109,7 +6109,7 @@ msgstr "Langue" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:61 msgid "Last" -msgstr "" +msgstr "Dernier" #: src/components/common/OrganizerReportTable/index.tsx:60 #: src/components/common/ReportTable/index.tsx:55 @@ -6203,13 +6203,13 @@ msgstr "Dernier déclenchement" msgid "Last Used" msgstr "Dernière utilisation" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:379 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 msgid "Later" -msgstr "" +msgstr "Plus tard" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:152 msgid "Latest check-ins" -msgstr "" +msgstr "Derniers enregistrements" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1098 msgid "Leave “from” as today to start right away." @@ -6221,27 +6221,27 @@ msgstr "Laisser vide pour utiliser le mot par défaut \"Facture\"" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:507 msgid "Leave empty for unlimited" -msgstr "" +msgstr "Laissez vide pour illimité" #: src/components/forms/CheckInListForm/index.tsx:131 msgid "Leave empty to apply this check-in list to all occurrences" -msgstr "" +msgstr "Laissez vide pour appliquer cette liste d'enregistrement à toutes les dates" #: src/components/forms/CheckInListForm/index.tsx:106 msgid "Leave on to cover every ticket on the event. Turn off to pick specific tickets." -msgstr "" +msgstr "Laissez activé pour couvrir tous les billets de l'événement. Désactivez pour choisir des billets précis." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:300 msgid "Let them know about the change" -msgstr "" +msgstr "Prévenez-les du changement" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:266 msgid "Let them know about the changes" -msgstr "" +msgstr "Prévenez-les des changements" #: src/components/layouts/OrganizerLayout/index.tsx:111 msgid "Library" -msgstr "" +msgstr "Bibliothèque" #: src/components/common/ThemeColorControls/index.tsx:84 msgid "Light" @@ -6261,7 +6261,7 @@ msgstr "Liens autorisés" #: src/components/routes/event/OccurrencesTab/index.tsx:472 msgid "List" -msgstr "" +msgstr "Liste" #: src/components/common/EventCard/index.tsx:91 #: src/components/layouts/Event/index.tsx:218 @@ -6281,11 +6281,11 @@ msgstr "Événements en Direct" #: src/components/forms/ProductForm/ProductPreview.tsx:72 msgid "Live preview" -msgstr "" +msgstr "Aperçu en direct" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:344 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 msgid "Loaded dates" -msgstr "" +msgstr "Dates chargées" #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:33 msgid "Loading preview..." @@ -6340,7 +6340,7 @@ msgstr "Emplacement mis à jour" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:302 msgid "location updates" -msgstr "" +msgstr "mises à jour de lieu" #: src/components/routes/organizer/Locations/index.tsx:52 msgid "locations" @@ -6404,7 +6404,7 @@ msgstr "Rendre l'adresse de facturation obligatoire lors du paiement" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:114 msgid "Make it visible so people can buy tickets" -msgstr "" +msgstr "Rendez-le visible pour que les gens puissent acheter des billets" #: src/components/forms/QuestionForm/index.tsx:212 msgid "Make this question mandatory" @@ -6426,7 +6426,7 @@ msgstr "Gérer" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:97 msgid "Manage {0}" -msgstr "" +msgstr "Gérer {0}" #: src/hooks/useAttendeeActions.tsx:75 msgid "Manage attendee" @@ -6434,7 +6434,7 @@ msgstr "Gérer le participant" #: src/components/routes/event/OccurrencesTab/index.tsx:462 msgid "Manage dates and times for your recurring event" -msgstr "" +msgstr "Gérez les dates et horaires de votre événement récurrent" #: src/components/common/EventCard/index.tsx:146 msgid "Manage event" @@ -6442,7 +6442,7 @@ msgstr "Gérer l'événement" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:393 msgid "Manage on Stripe" -msgstr "" +msgstr "Gérer sur Stripe" #: src/hooks/useOrderActions.tsx:99 msgid "Manage order" @@ -6459,11 +6459,11 @@ msgstr "Gérer le profil" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:114 msgid "Manage schedule" -msgstr "" +msgstr "Gérer le planning" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:78 msgid "Manage Schedule" -msgstr "" +msgstr "Gérer le planning" #: src/components/routes/account/ManageAccount/sections/TaxSettings/index.tsx:17 msgid "Manage taxes and fees which can be applied to your products" @@ -6505,7 +6505,7 @@ msgstr "Ajouter manuellement un participant" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:67 msgid "March" -msgstr "" +msgstr "Mars" #: src/hooks/useOrderActions.tsx:128 msgid "Mark as paid" @@ -6513,7 +6513,7 @@ msgstr "Marquer comme payé" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:180 msgid "Mark as validated (admin override)" -msgstr "" +msgstr "Marquer comme validé (dérogation administrateur)" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:177 msgid "Max Messages / 24h" @@ -6533,7 +6533,7 @@ msgstr "Maximum par commande" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:69 msgid "May" -msgstr "" +msgstr "Mai" #: src/components/routes/admin/Attribution/index.tsx:108 msgid "Medium" @@ -6620,7 +6620,7 @@ msgstr "Niveau de messagerie mis à jour avec succès" #: src/components/forms/ProductForm/ledgerSummaries.ts:115 msgid "Min {min} per order" -msgstr "" +msgstr "Min. {min} par commande" #: src/components/forms/ProductForm/index.tsx:523 msgid "Minimum Per Order" @@ -6634,10 +6634,10 @@ msgstr "Prix minimum" msgid "minutes" msgstr "minutes" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:393 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:417 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:394 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:418 msgid "Minutes" -msgstr "" +msgstr "Minutes" #: src/components/routes/event/Settings/index.tsx:84 msgid "Miscellaneous" @@ -6652,13 +6652,13 @@ msgstr "Paramètres divers" msgid "Modal" msgstr "Modale" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:467 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:468 msgid "Mode" -msgstr "" +msgstr "Mode" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 msgid "Mon" -msgstr "" +msgstr "Lun" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -6675,7 +6675,7 @@ msgstr "Surveiller et gérer les travaux de fond échoués" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:89 msgid "month" -msgstr "" +msgstr "mois" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:931 msgid "Month" @@ -6684,20 +6684,20 @@ msgstr "Mois" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:52 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Monthly" -msgstr "" +msgstr "Mensuel" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:97 msgid "months" -msgstr "" +msgstr "mois" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:268 msgid "more" -msgstr "" +msgstr "de plus" #: src/components/common/EntityActions/index.tsx:98 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:171 msgid "More actions" -msgstr "" +msgstr "Plus d'actions" #: src/components/routes/admin/Dashboard/index.tsx:294 msgid "Most Viewed Events (Last 14 Days)" @@ -6705,7 +6705,7 @@ msgstr "Événements les plus vus (14 derniers jours)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Move all dates earlier or later" -msgstr "" +msgstr "Décaler toutes les dates plus tôt ou plus tard" #: src/components/forms/QuestionForm/index.tsx:106 msgid "Multi line text box" @@ -6715,11 +6715,11 @@ msgstr "Zone de texte multiligne" #: src/components/layouts/EventHomepage/index.tsx:180 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Multiple locations" -msgstr "" +msgstr "Plusieurs lieux" #: src/components/layouts/AuthLayout/index.tsx:27 msgid "Multiple ticket types" -msgstr "" +msgstr "Plusieurs types de billets" #: src/constants/eventCategories.ts:8 msgid "Music" @@ -6800,13 +6800,13 @@ msgstr "Revenu net" msgid "Never" msgstr "Jamais" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:432 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 msgid "New capacity" -msgstr "" +msgstr "Nouvelle capacité" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:451 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 msgid "New label" -msgstr "" +msgstr "Nouveau libellé" #: src/components/common/LocationPicker/index.tsx:169 #: src/components/common/LocationPicker/index.tsx:183 @@ -6825,7 +6825,7 @@ msgstr "Nouvelles inscriptions" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:53 msgid "New time:" -msgstr "" +msgstr "Nouvel horaire :" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:429 msgid "Next month" @@ -6833,11 +6833,11 @@ msgstr "Mois suivant" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:162 msgid "Next occurrence" -msgstr "" +msgstr "Prochaine date" #: src/components/common/EventDateRange/index.tsx:61 msgid "Next: {nextFormatted}" -msgstr "" +msgstr "Prochaine : {nextFormatted}" #: src/constants/eventCategories.ts:4 msgid "Nightlife" @@ -6886,7 +6886,7 @@ msgstr "Aucun invité trouvé pour cette commande." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:173 msgid "No attendees to show" -msgstr "" +msgstr "Aucun participant à afficher" #: src/components/common/AttendeeTable/index.tsx:346 msgid "No Attendees to show" @@ -6894,7 +6894,7 @@ msgstr "Aucun participant à afficher" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:79 msgid "No attendees yet for this date." -msgstr "" +msgstr "Aucun participant pour cette date pour le moment." #: src/components/routes/admin/Attribution/index.tsx:121 msgid "No attribution data found" @@ -6902,7 +6902,7 @@ msgstr "Aucune donnée d'attribution trouvée" #: src/components/routes/organizer/Payments/CapabilityList.tsx:69 msgid "No capabilities reported by Stripe yet." -msgstr "" +msgstr "Stripe n'a encore signalé aucune fonctionnalité." #: src/components/modals/OfferWaitlistModal/index.tsx:193 msgid "No capacity" @@ -6915,7 +6915,7 @@ msgstr "Aucune Affectation de Capacité" #: src/components/common/KpiGrid/index.tsx:57 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:212 msgid "No change" -msgstr "" +msgstr "Aucun changement" #: src/components/common/CheckInListList/index.tsx:44 #: src/components/common/CheckInListTable/index.tsx:266 @@ -6928,7 +6928,7 @@ msgstr "Aucune liste d'enregistrement disponible pour cet événement." #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:155 msgid "No check-ins yet" -msgstr "" +msgstr "Aucun enregistrement pour le moment" #: src/components/routes/admin/Configurations/index.tsx:127 msgid "No configurations found" @@ -6936,7 +6936,7 @@ msgstr "Aucune configuration trouvée" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:207 msgid "No connections available" -msgstr "" +msgstr "Aucune connexion disponible" #: src/components/common/ReportTable/index.tsx:233 msgid "No data available" @@ -6953,32 +6953,32 @@ msgstr "Aucune donnée à afficher. Veuillez sélectionner une plage de dates" #: src/components/common/EventCard/index.tsx:221 #: src/components/common/EventCard/index.tsx:318 msgid "No date added" -msgstr "" +msgstr "Aucune date ajoutée" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:668 msgid "No dates available this month. Try navigating to another month." -msgstr "" +msgstr "Aucune date disponible ce mois-ci. Essayez un autre mois." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:90 msgid "No dates match the current filters." -msgstr "" +msgstr "Aucune date ne correspond aux filtres actuels." -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates match your filters" -msgstr "" +msgstr "Aucune date ne correspond à vos filtres" #: src/components/common/OccurrenceSelect/index.tsx:158 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:130 msgid "No dates match your search" -msgstr "" +msgstr "Aucune date ne correspond à votre recherche" #: src/components/modals/PublishEventModal/index.tsx:103 msgid "No dates scheduled" msgstr "Aucune date planifiée" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates scheduled yet" -msgstr "" +msgstr "Aucune date programmée pour le moment" #: src/components/routes/admin/DeletionRequests/index.tsx:108 msgid "No deletion requests found" @@ -7026,7 +7026,7 @@ msgstr "Pas de facture" #: src/components/forms/ProductForm/ledgerSummaries.ts:121 msgid "No limits" -msgstr "" +msgstr "Aucune limite" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:163 #: src/components/modals/WebhookLogsModal/index.tsx:177 @@ -7047,11 +7047,11 @@ msgstr "Aucun message à afficher" #: src/components/modals/CreateAttendeeModal/index.tsx:183 msgid "No occurrences available" -msgstr "" +msgstr "Aucune date disponible" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:134 msgid "No occurrences on this date" -msgstr "" +msgstr "Aucune date ce jour-là" #: src/components/common/QuestionsTable/index.tsx:491 msgid "No order questions yet" @@ -7071,7 +7071,7 @@ msgstr "Aucune commande pour le moment" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:90 msgid "No orders yet for this date." -msgstr "" +msgstr "Aucune commande pour cette date pour le moment." #: src/components/routes/admin/Dashboard/index.tsx:377 msgid "No organizer activity in the last 14 days" @@ -7079,7 +7079,7 @@ msgstr "Aucune activité d'organisateur au cours des 14 derniers jours" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:179 msgid "No organizer context available." -msgstr "" +msgstr "Aucun contexte d'organisateur disponible." #: src/components/modals/SwitchOrganizerModal/index.tsx:57 msgid "No other organizers available" @@ -7116,7 +7116,7 @@ msgstr "Aucun produit disponible dans cette catégorie." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:170 msgid "No products configured for this event." -msgstr "" +msgstr "Aucun produit configuré pour cet événement." #: src/components/modals/OfferWaitlistModal/index.tsx:140 msgid "No products have waiting entries" @@ -7195,7 +7195,7 @@ msgstr "Aucun billet à vendre" #: src/components/common/EventDateRange/index.tsx:68 msgid "No upcoming dates" -msgstr "" +msgstr "Aucune date à venir" #: src/components/layouts/OrganizerHomepage/index.tsx:299 msgid "No upcoming events" @@ -7229,7 +7229,7 @@ msgstr "Non, rester ici" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:293 msgid "non-edited" -msgstr "" +msgstr "non modifiées" #: src/components/common/PromoCodeTable/index.tsx:82 #: src/components/forms/ProductForm/ledgerSummaries.ts:92 @@ -7240,7 +7240,7 @@ msgstr "Aucun" #: src/components/forms/ProductForm/ledgerSummaries.ts:29 msgid "None yet" -msgstr "" +msgstr "Aucun pour le moment" #: src/components/common/ProductPriceAvailability/index.tsx:38 #: src/components/common/ProductPriceAvailability/index.tsx:68 @@ -7250,7 +7250,7 @@ msgstr "Pas disponible" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:122 #: src/components/modals/ManageAttendeeModal/index.tsx:138 msgid "Not checked in" -msgstr "" +msgstr "Non enregistré" #: src/components/common/AttendeeTable/index.tsx:304 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -7279,7 +7279,7 @@ msgstr "Paramètres de notification" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:569 msgid "Notify attendees and stop sales" -msgstr "" +msgstr "Prévenir les participants et arrêter les ventes" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:76 msgid "Notify organizer of new orders" @@ -7287,11 +7287,11 @@ msgstr "Informer l'organisateur des nouvelles commandes" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:75 msgid "November" -msgstr "" +msgstr "Novembre" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1087 msgid "Number of dates to create" -msgstr "" +msgstr "Nombre de dates à créer" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:227 msgid "Number of days allowed for payment (leave blank to omit payment terms from invoices)" @@ -7307,38 +7307,38 @@ msgstr "Préfixe de numéro" #: src/components/modals/ManageOrderModal/index.tsx:140 #: src/components/modals/SendMessageModal/index.tsx:357 msgid "Occurrence" -msgstr "" +msgstr "Date" #: src/components/forms/WebhookForm/index.tsx:133 msgid "Occurrence Cancelled" -msgstr "" +msgstr "Date annulée" #: src/components/layouts/Event/index.tsx:113 #: src/components/routes/event/OccurrencesTab/index.tsx:463 msgid "Occurrence Schedule" -msgstr "" +msgstr "Planning des dates" #: src/components/routes/event/Reports/index.tsx:37 #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:102 msgid "Occurrence Summary" -msgstr "" +msgstr "Récapitulatif de la date" #: src/components/common/OrderDetails/index.tsx:55 #: src/components/modals/ManageOrderModal/index.tsx:140 msgid "Occurrences" -msgstr "" +msgstr "Dates" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Occurrences (future only)" -msgstr "" +msgstr "Dates (futures uniquement)" #: src/components/modals/CreateEventModal/index.tsx:252 msgid "Occurrences can be configured after creation" -msgstr "" +msgstr "Les dates peuvent être configurées après la création" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:74 msgid "October" -msgstr "" +msgstr "Octobre" #: src/components/common/OrganizerReportTable/index.tsx:356 msgid "of" @@ -7351,7 +7351,7 @@ msgstr "de chaque mois" #: src/components/forms/ProductForm/ledgerSummaries.ts:77 #: src/components/forms/ProductForm/ledgerSummaries.ts:140 msgid "Off" -msgstr "" +msgstr "Désactivé" #: src/components/common/WaitlistTable/index.tsx:135 #: src/components/modals/OfferWaitlistModal/index.tsx:227 @@ -7422,7 +7422,7 @@ msgstr "le" #: src/components/forms/ProductForm/ledgerSummaries.ts:74 msgid "On" -msgstr "" +msgstr "Activé" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:760 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:768 @@ -7449,7 +7449,7 @@ msgstr "le {position} {day}" #: src/components/forms/ProductForm/index.tsx:442 msgid "On the event page" -msgstr "" +msgstr "Sur la page de l'événement" #: src/components/common/JoinWaitlistButton/index.tsx:25 msgid "On the waitlist" @@ -7480,23 +7480,23 @@ msgstr "En cours" msgid "Online" msgstr "En ligne" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 msgid "Online — provide connection details" -msgstr "" +msgstr "En ligne — indiquez les informations de connexion" #: src/components/common/EventCard/index.tsx:100 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Online & in-person" -msgstr "" +msgstr "En ligne et sur place" #: src/components/layouts/EventHomepage/index.tsx:181 msgid "Online & in-person — see schedule" -msgstr "" +msgstr "En ligne et sur place — voir le planning" #: src/components/common/AttendeeTicket/index.tsx:127 #: src/components/modals/ManageOccurrenceModal/index.tsx:146 msgid "Online event" -msgstr "" +msgstr "Événement en ligne" #: src/components/layouts/EventHomepage/index.tsx:404 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:175 @@ -7517,7 +7517,7 @@ msgstr "Plus que {capacity} restantes" #: src/components/forms/ProductForm/ProductDrawer.tsx:130 msgid "Only a name is required — everything else has sensible defaults" -msgstr "" +msgstr "Seul un nom est requis — tout le reste dispose de valeurs par défaut pertinentes" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:74 msgid "Only account administrators can delete or archive events. Contact your account admin for assistance." @@ -7529,7 +7529,7 @@ msgstr "Seuls les administrateurs de compte peuvent supprimer ou archiver des or #: src/components/forms/ProductForm/index.tsx:546 msgid "Only available as an add-on" -msgstr "" +msgstr "Disponible uniquement en option" #: src/components/routes/admin/Announcements/index.tsx:470 msgid "Only published announcements are shown to users" @@ -7545,11 +7545,11 @@ msgstr "Afficher uniquement la date et l'heure de début" #: src/components/common/ProductsTable/SortableProduct/index.tsx:335 msgid "Only shown as an add-on to the products it's attached to" -msgstr "" +msgstr "Affiché uniquement en option des produits auxquels il est rattaché" #: src/components/forms/ProductForm/visibilityStatus.ts:25 msgid "Only shown as an add-on to the products it's attached to." -msgstr "" +msgstr "Affiché uniquement en option des produits auxquels il est rattaché." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:138 msgid "Only the account owner can request account deletion." @@ -7557,11 +7557,11 @@ msgstr "Seul le propriétaire du compte peut demander la suppression du compte." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:513 msgid "Only tickets count toward capacity" -msgstr "" +msgstr "Seuls les billets comptent dans la capacité" #: src/components/forms/ProductForm/visibilityStatus.ts:32 msgid "Only visible to buyers with an applicable promo code." -msgstr "" +msgstr "Visible uniquement pour les acheteurs disposant d'un code promo valide." #: src/components/common/ProductsTable/SortableProduct/index.tsx:319 msgid "Only visible with promo code" @@ -7569,7 +7569,7 @@ msgstr "Visible uniquement avec un code promo" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open check-in" -msgstr "" +msgstr "Ouvrir l'enregistrement" #: src/components/common/CheckInListList/index.tsx:165 #: src/components/common/CheckInListTable/index.tsx:209 @@ -7579,7 +7579,7 @@ msgstr "Ouvrir la Page d'Enregistrement" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open occurrence" -msgstr "" +msgstr "Ouvrir la date" #: src/components/layouts/AppLayout/index.tsx:31 msgid "Open sidebar" @@ -7621,9 +7621,9 @@ msgstr "Possibilités" msgid "or" msgstr "ou" -#: src/components/routes/event/OccurrencesTab/index.tsx:603 +#: src/components/routes/event/OccurrencesTab/index.tsx:618 msgid "or add a single date" -msgstr "" +msgstr "ou ajouter une date unique" #: src/components/modals/PublishEventModal/index.tsx:81 msgid "Or enable offline payments and disable Stripe" @@ -7631,7 +7631,7 @@ msgstr "Ou activez les paiements hors ligne et désactivez Stripe" #: src/components/routes/event/OccurrencesTab/index.tsx:415 msgid "order" -msgstr "" +msgstr "commande" #: src/components/common/QuestionsTable/index.tsx:295 #: src/components/common/QuestionsTable/index.tsx:448 @@ -7647,7 +7647,7 @@ msgstr "Commande et billet" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:265 msgid "Order #" -msgstr "" +msgstr "N° de commande" #: src/components/routes/product-widget/CollectInformation/index.tsx:386 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:375 @@ -7682,7 +7682,7 @@ msgstr "Date de commande" #: src/components/forms/CheckInListForm/index.tsx:222 msgid "Order details" -msgstr "" +msgstr "Détails de la commande" #: src/components/common/OrdersTable/index.tsx:178 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:613 @@ -7708,7 +7708,7 @@ msgstr "ID de commande" #: src/components/forms/ProductForm/index.tsx:517 msgid "Order limits" -msgstr "" +msgstr "Limites de commande" #: src/hooks/useOrderActions.tsx:50 msgid "Order marked as paid" @@ -7728,7 +7728,7 @@ msgstr "Commande introuvable" #: src/components/forms/CheckInListForm/index.tsx:224 msgid "Order number, purchase date, purchaser email" -msgstr "" +msgstr "Numéro de commande, date d'achat, e-mail de l'acheteur" #: src/components/common/MessageList/index.tsx:31 msgid "Order owner" @@ -7790,7 +7790,7 @@ msgstr "La commande a été annulée" #: src/components/routes/event/OccurrencesTab/index.tsx:415 #: src/components/routes/event/orders.tsx:197 msgid "orders" -msgstr "" +msgstr "commandes" #: src/components/layouts/Admin/index.tsx:17 #: src/components/layouts/Event/index.tsx:125 @@ -7905,7 +7905,7 @@ msgstr "Le modèle de l'organisateur/par défaut sera utilisé" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:202 msgid "Organizers" -msgstr "" +msgstr "Organisateurs" #: src/components/modals/EditUserModal/index.tsx:58 #: src/components/modals/InviteUserModal/index.tsx:49 @@ -7927,7 +7927,7 @@ msgstr "Résultat" #: src/constants/eventCategories.ts:22 msgid "Outdoors" -msgstr "" +msgstr "Plein air" #: src/components/routes/admin/Messages/index.tsx:107 msgid "Outgoing Messages" @@ -7935,19 +7935,19 @@ msgstr "Messages sortants" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:208 msgid "Override" -msgstr "" +msgstr "Personnalisation" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:133 msgid "Override fees on this organizer" -msgstr "" +msgstr "Personnaliser les frais de cet organisateur" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:228 msgid "Override price" -msgstr "" +msgstr "Personnaliser le prix" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:96 msgid "Override removed" -msgstr "" +msgstr "Personnalisation supprimée" #: src/components/layouts/Event/index.tsx:100 msgid "Overview" @@ -7988,7 +7988,7 @@ msgstr "payé" #: src/components/forms/ProductForm/index.tsx:274 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:431 msgid "Paid" -msgstr "" +msgstr "Payé" #: src/components/routes/admin/Attribution/index.tsx:51 msgid "Paid Accounts" @@ -8048,7 +8048,7 @@ msgstr "Passé" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:317 msgid "Past due" -msgstr "" +msgstr "En retard" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Past Events" @@ -8162,7 +8162,7 @@ msgstr "Paiements non disponibles" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:407 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:463 msgid "Payouts" -msgstr "" +msgstr "Versements" #: src/components/routes/admin/DeletionRequests/index.tsx:85 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:437 @@ -8180,7 +8180,7 @@ msgstr "Par participant" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:117 msgid "per min" -msgstr "" +msgstr "par min" #: src/components/common/PromoCodeTable/index.tsx:91 msgid "per order" @@ -8216,7 +8216,7 @@ msgstr "Frais en pourcentage" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:137 msgid "Percentage fee (%)" -msgstr "" +msgstr "Frais en pourcentage (%)" #: src/components/routes/admin/Configurations/index.tsx:175 msgid "Percentage must be between 0 and 100" @@ -8248,7 +8248,7 @@ msgstr "Supprimez définitivement cet organisateur et tous ses événements." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:583 msgid "Permanently remove this date" -msgstr "" +msgstr "Supprimer définitivement cette date" #: src/components/routes/profile/ManageProfile/index.tsx:148 msgid "Personal Information" @@ -8260,15 +8260,15 @@ msgstr "Téléphone" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:530 msgid "Pick an end date" -msgstr "" +msgstr "Choisir une date de fin" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:538 msgid "Pick at least one day of the month" -msgstr "" +msgstr "Choisissez au moins un jour du mois" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:527 msgid "Pick at least one day of the week" -msgstr "" +msgstr "Choisissez au moins un jour de la semaine" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:841 msgid "Pick days to see your dates." @@ -8285,7 +8285,7 @@ msgstr "Placez ceci dans le de votre site web." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:269 #: src/components/modals/ManageOrderModal/index.tsx:125 msgid "Placed" -msgstr "" +msgstr "Passée" #: src/components/common/PoweredByFooter/index.tsx:48 msgid "Planning an event?" @@ -8340,7 +8340,7 @@ msgstr "Veuillez vérifier votre courrier électronique pour confirmer votre adr #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:76 msgid "Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions." -msgstr "" +msgstr "Veuillez consulter votre billet pour connaître le nouvel horaire. Vos billets restent valables — aucune action n'est nécessaire, sauf si les nouveaux horaires ne vous conviennent pas. Répondez à cet e-mail si vous avez des questions." #: src/components/routes/product-widget/SelectProducts/index.tsx:1023 msgid "Please continue in the new tab" @@ -8393,7 +8393,7 @@ msgstr "Veuillez retourner sur la page de l'événement pour recommencer." #: src/components/routes/product-widget/SelectProducts/index.tsx:584 msgid "Please select a date and time" -msgstr "" +msgstr "Veuillez sélectionner une date et un horaire" #: src/components/common/OrganizerReportTable/index.tsx:269 msgid "Please select a date range" @@ -8452,7 +8452,7 @@ msgstr "Portugais" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:967 msgid "Position" -msgstr "" +msgstr "Position" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:97 msgid "Post Checkout message" @@ -8506,7 +8506,7 @@ msgstr "Prix non défini" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:206 msgid "Price Tier" -msgstr "" +msgstr "Palier tarifaire" #: src/components/forms/ProductForm/index.tsx:356 msgid "Price Tiers" @@ -8514,7 +8514,7 @@ msgstr "Niveaux de prix" #: src/components/forms/ProductForm/index.tsx:266 msgid "Pricing" -msgstr "" +msgstr "Tarification" #: src/components/common/WidgetEditor/index.tsx:187 msgid "Primary Color" @@ -8604,11 +8604,11 @@ msgstr "Détail des ventes de produits, revenus et taxes" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:599 msgid "Product settings cannot be edited for cancelled dates." -msgstr "" +msgstr "Les paramètres des produits ne peuvent pas être modifiés pour les dates annulées." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:160 msgid "Product settings saved successfully" -msgstr "" +msgstr "Paramètres du produit enregistrés avec succès" #: src/components/common/ProductSelector/index.tsx:67 msgid "Product Tier" @@ -8661,7 +8661,7 @@ msgstr "Mise à jour du profil réussie" #: src/components/common/CheckIn/CheckInInfoModal.tsx:47 msgid "Progress" -msgstr "" +msgstr "Progression" #: src/components/routes/product-widget/SelectProducts/index.tsx:500 msgid "Promo {promo_code} code applied" @@ -8682,7 +8682,7 @@ msgstr "Page des codes promotionnels" #: src/components/forms/ProductForm/ledgerSummaries.ts:154 msgid "Promo code required" -msgstr "" +msgstr "Code promo requis" #: src/components/routes/event/Reports/index.tsx:32 msgid "Promo code usage and discount breakdown" @@ -8690,11 +8690,11 @@ msgstr "Utilisation des codes promo et détail des réductions" #: src/components/routes/event/promo-codes.tsx:55 msgid "promo codes" -msgstr "" +msgstr "codes promo" #: src/components/layouts/AuthLayout/index.tsx:18 msgid "Promo codes" -msgstr "" +msgstr "Codes promo" #: src/components/layouts/Event/index.tsx:126 #: src/components/modals/DuplicateEventModal/index.tsx:52 @@ -8733,11 +8733,11 @@ msgstr "Renseignez au moins un champ d'adresse (lieu, rue, ville ou pays)." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:438 msgid "Provide the following before Stripe's next review to keep payouts flowing." -msgstr "" +msgstr "Fournissez les éléments suivants avant la prochaine vérification de Stripe pour que les versements continuent." #: src/components/forms/ProductForm/ledgerSummaries.ts:157 msgid "Public" -msgstr "" +msgstr "Public" #: src/components/common/StatusToggle/index.tsx:97 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:117 @@ -8754,7 +8754,7 @@ msgstr "Publier l'événement" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:113 msgid "Publish your event" -msgstr "" +msgstr "Publiez votre événement" #: src/components/routes/admin/Announcements/index.tsx:183 #: src/components/routes/admin/Announcements/index.tsx:473 @@ -8774,11 +8774,11 @@ msgstr "Acheté" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:275 msgid "Purchaser" -msgstr "" +msgstr "Acheteur" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:283 msgid "Purchaser email" -msgstr "" +msgstr "E-mail de l'acheteur" #: src/components/modals/ShareModal/index.tsx:168 msgid "QR Code" @@ -8786,7 +8786,7 @@ msgstr "Code QR" #: src/components/layouts/AuthLayout/index.tsx:16 msgid "QR code check-in" -msgstr "" +msgstr "Enregistrement par QR code" #: src/components/modals/OfferWaitlistModal/index.tsx:170 msgid "Qty" @@ -8803,7 +8803,7 @@ msgstr "Quantité disponible" #: src/components/forms/CheckInListForm/index.tsx:205 msgid "Question answers" -msgstr "" +msgstr "Réponses aux questions" #: src/components/common/QuestionsTable/index.tsx:201 msgid "Question deleted" @@ -8837,7 +8837,7 @@ msgstr "File d'attente" #: src/components/forms/PromoCodeForm/index.tsx:145 msgid "Quick Tip" -msgstr "" +msgstr "Astuce" #: src/components/forms/QuestionForm/index.tsx:118 msgid "Radio Option" @@ -8861,7 +8861,7 @@ msgstr "Réoffrir une place" #: src/components/modals/ManageOccurrenceModal/index.tsx:70 #: src/components/routes/event/OccurrenceDetail/index.tsx:96 msgid "Reactivate this date? It will be reopened for future sales." -msgstr "" +msgstr "Réactiver cette date ? Elle sera de nouveau ouverte à la vente." #: src/components/modals/PublishEventModal/index.tsx:143 msgid "Ready to go live?" @@ -8869,7 +8869,7 @@ msgstr "Prêt à passer en ligne ?" #: src/components/layouts/AuthLayout/index.tsx:19 msgid "Real-time analytics" -msgstr "" +msgstr "Analyses en temps réel" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:171 msgid "Reason (optional)" @@ -8887,19 +8887,19 @@ msgstr "Inscriptions récentes" #: src/components/common/PeriodSelector/index.tsx:111 msgid "Recent activity" -msgstr "" +msgstr "Activité récente" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:59 msgid "Recent Attendees" -msgstr "" +msgstr "Participants récents" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:106 msgid "Recent check-ins" -msgstr "" +msgstr "Enregistrements récents" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:309 msgid "Recent orders" -msgstr "" +msgstr "Commandes récentes" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:63 msgid "Recent Orders" @@ -8930,12 +8930,12 @@ msgstr "Les destinataires sont disponibles après l'envoi du message" #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "Recommended" -msgstr "" +msgstr "Recommandé" #: src/components/common/EventCard/index.tsx:209 #: src/components/common/EventCard/index.tsx:322 msgid "Recurring" -msgstr "" +msgstr "Récurrent" #: src/components/layouts/EventHomepage/index.tsx:368 #: src/components/modals/CreateEventModal/index.tsx:240 @@ -8949,7 +8949,7 @@ msgstr "Paramètres de l'événement récurrent" #: src/components/layouts/AuthLayout/index.tsx:13 msgid "Recurring events" -msgstr "" +msgstr "Événements récurrents" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:80 msgid "Reddit" @@ -8969,13 +8969,13 @@ msgstr "Actualiser l'aperçu" #: src/components/routes/event/OccurrencesTab/index.tsx:218 msgid "Refund all orders for these dates" -msgstr "" +msgstr "Rembourser toutes les commandes de ces dates" #: src/components/routes/event/OccurrenceDetail/index.tsx:67 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:44 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:334 msgid "Refund all orders for this date" -msgstr "" +msgstr "Rembourser toutes les commandes de cette date" #: src/components/modals/RefundOrderModal/index.tsx:108 msgid "Refund amount" @@ -9046,7 +9046,7 @@ msgstr "Questions d'inscription" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:142 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:94 msgid "Remaining" -msgstr "" +msgstr "Restant" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:82 msgid "Remaining Uses" @@ -9064,9 +9064,9 @@ msgstr "retirer" msgid "Remove" msgstr "Retirer" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:458 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:459 msgid "Remove label from all dates" -msgstr "" +msgstr "Supprimer le libellé de toutes les dates" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:67 msgid "Remove sold out dates and times from the event page entirely. When disabled, they remain visible and are labelled as sold out." @@ -9078,11 +9078,11 @@ msgstr "Supprimer l'horaire" #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:60 msgid "Reopen for new sales" -msgstr "" +msgstr "Rouvrir à la vente" #: src/components/routes/event/OccurrencesTab/index.tsx:194 msgid "Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed." -msgstr "" +msgstr "Rouvrir cette date à la vente ? Les billets précédemment annulés ne seront pas rétablis — les participants concernés restent annulés et les remboursements déjà effectués ne sont pas annulés." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:885 msgid "Repeats" @@ -9183,7 +9183,7 @@ msgstr "Réinitialiser le mot de passe" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:238 msgid "Reset to base price" -msgstr "" +msgstr "Rétablir le prix de base" #: src/components/routes/auth/ResetPassword/index.tsx:75 msgid "Resetting..." @@ -9226,7 +9226,7 @@ msgstr "Restaurez cet organisateur et rendez-le à nouveau actif." #: src/components/common/ToolBar/index.tsx:47 msgid "results" -msgstr "" +msgstr "résultats" #: src/components/routes/admin/FailedJobs/index.tsx:199 msgid "Retry" @@ -9259,11 +9259,11 @@ msgstr "Des lieux réutilisables pour vos événements. Les emplacements créés #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:218 msgid "Reuse" -msgstr "" +msgstr "Réutiliser" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:198 msgid "Reuse a Stripe connection from another organizer in this account." -msgstr "" +msgstr "Réutilisez une connexion Stripe d'un autre organisateur de ce compte." #: src/components/common/AffiliateTable/index.tsx:157 #: src/components/common/EventCard/index.tsx:255 @@ -9316,7 +9316,7 @@ msgstr "Période de vente" #: src/components/forms/ProductForm/index.tsx:420 msgid "Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page." -msgstr "" +msgstr "La période de vente s'applique à toutes les dates de votre planning. Pour contrôler les tarifs et la disponibilité de chaque date, utilisez les personnalisations de la <0>page Planning des dates." #: src/components/forms/ProductForm/index.tsx:427 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:80 @@ -9329,7 +9329,7 @@ msgstr "Vente commence {0}" #: src/components/forms/ProductForm/index.tsx:413 msgid "Sale window" -msgstr "" +msgstr "Période de vente" #: src/components/common/AffiliateTable/index.tsx:145 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:143 @@ -9352,7 +9352,7 @@ msgstr "Début des ventes" #: src/components/routes/event/Reports/index.tsx:38 msgid "Sales, attendance, and check-in breakdown per occurrence" -msgstr "" +msgstr "Détail des ventes, de la fréquentation et des enregistrements par date" #: src/components/routes/organizer/Reports/index.tsx:24 msgid "Sales, orders, and performance metrics for all events" @@ -9364,7 +9364,7 @@ msgstr "Ventes:" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:471 msgid "Same as event" -msgstr "" +msgstr "Identique à l'événement" #: src/components/common/PlatformFeesSettings/index.tsx:175 msgid "Sample ticket price" @@ -9377,7 +9377,7 @@ msgstr "Lieu Exemple" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 msgid "Sat" -msgstr "" +msgstr "Sam" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -9421,7 +9421,7 @@ msgstr "Sauvegarder les modifications" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:160 msgid "Save fee override" -msgstr "" +msgstr "Enregistrer les frais personnalisés" #: src/components/modals/EditOrganizerModal/index.tsx:70 msgid "Save Organizer" @@ -9449,7 +9449,7 @@ msgstr "Enregistrer le Design du Billet" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:202 msgid "Save VAT settings" -msgstr "" +msgstr "Enregistrer les paramètres de TVA" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:239 msgid "Save VAT Settings" @@ -9465,7 +9465,7 @@ msgstr "Emplacements enregistrés" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:153 msgid "Saving an override creates a dedicated configuration for this organizer if it's currently on the system default." -msgstr "" +msgstr "Enregistrer une personnalisation crée une configuration dédiée à cet organisateur s'il utilise actuellement la configuration par défaut du système." #: src/components/layouts/CheckIn/BottomNav.tsx:15 msgid "Scan" @@ -9473,32 +9473,32 @@ msgstr "Scanner" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:58 msgid "Scan a ticket to check in an attendee" -msgstr "" +msgstr "Scannez un billet pour enregistrer un participant" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:109 msgid "Scanned tickets will appear here" -msgstr "" +msgstr "Les billets scannés apparaîtront ici" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:71 msgid "Scanner mode" -msgstr "" +msgstr "Mode scanner" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:73 msgid "Schedule" -msgstr "" +msgstr "Planning" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:105 msgid "Schedule added" -msgstr "" +msgstr "Planning ajouté" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:697 #: src/hooks/useOccurrenceGenerationPolling.ts:36 msgid "Schedule created successfully" -msgstr "" +msgstr "Planning créé avec succès" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1078 msgid "Schedule ends on" -msgstr "" +msgstr "Le planning se termine le" #: src/components/modals/SendMessageModal/index.tsx:472 msgid "Schedule for later" @@ -9514,7 +9514,7 @@ msgstr "Aperçu du calendrier" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1069 msgid "Schedule starts on" -msgstr "" +msgstr "Le planning commence le" #: src/components/common/ProductsTable/SortableProduct/index.tsx:92 #: src/components/routes/admin/Messages/index.tsx:125 @@ -9532,7 +9532,7 @@ msgstr "Heure programmée" #: src/components/layouts/CheckIn/BottomNav.tsx:16 msgid "Search" -msgstr "" +msgstr "Rechercher" #: src/components/routes/event/Affiliates/index.tsx:70 msgid "Search affiliates..." @@ -9540,7 +9540,7 @@ msgstr "Rechercher des affiliés..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:94 msgid "Search attendees" -msgstr "" +msgstr "Rechercher des participants" #: src/components/routes/admin/Accounts/index.tsx:60 #: src/components/routes/admin/DeletionRequests/index.tsx:93 @@ -9586,7 +9586,7 @@ msgstr "Recherchez par nom, e-mail ou numéro de commande..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:93 msgid "Search by name, order #, ticket # or email" -msgstr "" +msgstr "Rechercher par nom, n° de commande, n° de billet ou e-mail" #: src/components/routes/event/promo-codes.tsx:38 msgid "Search by name..." @@ -9614,15 +9614,15 @@ msgstr "Rechercher des listes de pointage..." #: src/components/common/OccurrenceSelect/index.tsx:117 msgid "Search dates..." -msgstr "" +msgstr "Rechercher des dates..." #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:88 msgid "Search dates…" -msgstr "" +msgstr "Rechercher des dates…" #: src/components/common/AddressAutocomplete/index.tsx:86 msgid "Search for an address" -msgstr "" +msgstr "Rechercher une adresse" #: src/components/routes/event/messages.tsx:243 msgid "Search messages..." @@ -9650,11 +9650,11 @@ msgstr "Recherche en cours..." #: src/constants/eventCategories.ts:6 msgid "Seasonal" -msgstr "" +msgstr "Saisonnier" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:58 msgid "Second" -msgstr "" +msgstr "Deuxième" #: src/components/common/WidgetEditor/index.tsx:199 msgid "Secondary Color" @@ -9670,11 +9670,11 @@ msgstr "Paiement sécurisé" #: src/components/layouts/EventHomepage/index.tsx:431 msgid "See schedule" -msgstr "" +msgstr "Voir le planning" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "See what Stripe still needs" -msgstr "" +msgstr "Voir ce que Stripe demande encore" #: src/components/routes/admin/Announcements/index.tsx:161 msgid "Seen" @@ -9692,11 +9692,11 @@ msgstr "Sélectionner une catégorie" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:717 msgid "Select a Date & Time" -msgstr "" +msgstr "Sélectionner une date et un horaire" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:215 msgid "Select a date to see available times" -msgstr "" +msgstr "Sélectionnez une date pour voir les horaires disponibles" #: src/components/routes/event/messages.tsx:341 msgid "Select a message to view its contents" @@ -9712,7 +9712,7 @@ msgstr "Sélectionner un compte" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:126 msgid "Select all" -msgstr "" +msgstr "Tout sélectionner" #: src/components/modals/DuplicateEventModal/index.tsx:143 msgid "Select All" @@ -9720,7 +9720,7 @@ msgstr "Tout sélectionner" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:156 msgid "Select all on {0}" -msgstr "" +msgstr "Tout sélectionner le {0}" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:119 msgid "Select an event" @@ -9740,7 +9740,7 @@ msgstr "Sélectionner un groupe de participants" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:157 msgid "Select camera" -msgstr "" +msgstr "Sélectionner la caméra" #: src/components/forms/ProductForm/index.tsx:255 msgid "Select category..." @@ -9752,7 +9752,7 @@ msgstr "Sélectionner la devise" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:178 msgid "Select date" -msgstr "" +msgstr "Sélectionner la date" #: src/components/modals/CreateEventModal/index.tsx:283 msgid "Select end date and time" @@ -9773,7 +9773,7 @@ msgstr "Sélectionner les types d'événements" #: src/components/common/OccurrenceSelect/index.tsx:106 #: src/components/modals/CreateAttendeeModal/index.tsx:254 msgid "Select occurrence" -msgstr "" +msgstr "Sélectionner une date" #: src/components/modals/CreateEventModal/index.tsx:159 msgid "Select organizer" @@ -9795,7 +9795,7 @@ msgstr "Sélectionner des produits" #: src/components/forms/ProductForm/index.tsx:553 msgid "Select products..." -msgstr "" +msgstr "Sélectionner des produits..." #: src/components/modals/CreateEventModal/index.tsx:263 msgid "Select start date and time" @@ -9846,7 +9846,7 @@ msgstr "Sélectionner..." #: src/components/routes/event/OccurrencesTab/index.tsx:497 msgid "selected" -msgstr "" +msgstr "sélectionné" #: src/components/common/PlatformFeesSettings/index.tsx:208 #: src/components/common/PlatformFeesSettings/index.tsx:231 @@ -9856,11 +9856,11 @@ msgstr "Sélectionné" #: src/components/layouts/AuthLayout/index.tsx:41 msgid "Sell out your event." -msgstr "" +msgstr "Faites salle comble." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:516 msgid "Selling a physical product? Cap its quantity on the <0>products page instead." -msgstr "" +msgstr "Vous vendez un produit physique ? Limitez plutôt sa quantité sur la <0>page produits." #: src/components/forms/ProductForm/index.tsx:587 msgid "Selling fast 🔥" @@ -9918,7 +9918,7 @@ msgstr "Envoyer le test" #: src/components/modals/SendMessageModal/index.tsx:358 msgid "Send to all occurrences, or choose a specific one" -msgstr "" +msgstr "Envoyer à toutes les dates, ou en choisir une en particulier" #: src/components/routes/event/messages.tsx:335 msgid "Send your first message" @@ -9939,7 +9939,7 @@ msgstr "Envoyé par" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:218 msgid "Sent to attendees when a scheduled date is cancelled" -msgstr "" +msgstr "Envoyé aux participants lorsqu'une date programmée est annulée" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:216 msgid "Sent to customers when they place an order" @@ -9976,7 +9976,7 @@ msgstr "Titre SEO" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:73 msgid "September" -msgstr "" +msgstr "Septembre" #: src/components/forms/TaxAndFeeForm/index.tsx:62 msgid "Service Fee" @@ -9984,7 +9984,7 @@ msgstr "Frais de service" #: src/components/layouts/CheckIn/index.tsx:498 msgid "Session cancelled" -msgstr "" +msgstr "Séance annulée" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:807 msgid "sessions · {dateCount} dates × {timesPerDay} times" @@ -10000,27 +10000,27 @@ msgstr "Définir les paramètres par défaut pour les nouveaux événements cré #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Set how long each date lasts" -msgstr "" +msgstr "Définissez la durée de chaque date" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Set or clear the date label" -msgstr "" +msgstr "Définir ou supprimer le libellé de la date" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:406 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:407 msgid "Set the end time of each date to be this long after its start time." -msgstr "" +msgstr "Définissez l'heure de fin de chaque date à cet intervalle après son heure de début." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:217 msgid "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." msgstr "Définir le numéro de départ pour la numérotation des factures. Cela ne peut pas être modifié une fois que les factures ont été générées." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:440 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:441 msgid "Set to unlimited (remove limit)" -msgstr "" +msgstr "Passer en illimité (supprimer la limite)" -#: src/components/routes/event/OccurrencesTab/index.tsx:585 +#: src/components/routes/event/OccurrencesTab/index.tsx:600 msgid "Set up a recurring schedule to automatically create dates, or add them one at a time." -msgstr "" +msgstr "Configurez un planning récurrent pour créer automatiquement les dates, ou ajoutez-les une par une." #: src/components/routes/event/CheckInLists/index.tsx:35 msgid "Set up check-in lists for different entrances, sessions, or days." @@ -10029,20 +10029,20 @@ msgstr "Configurez des listes d'enregistrement pour différentes entrées, sessi #: src/components/layouts/OrganizerLayout/index.tsx:85 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:126 msgid "Set up payouts" -msgstr "" +msgstr "Configurer les versements" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 msgid "Set up schedule" -msgstr "" +msgstr "Configurer le planning" -#: src/components/routes/event/OccurrencesTab/index.tsx:535 -#: src/components/routes/event/OccurrencesTab/index.tsx:596 +#: src/components/routes/event/OccurrencesTab/index.tsx:550 +#: src/components/routes/event/OccurrencesTab/index.tsx:611 msgid "Set Up Schedule" -msgstr "" +msgstr "Configurer le planning" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:92 msgid "Set up the tickets you'll sell and their prices" -msgstr "" +msgstr "Définissez les billets que vous vendrez et leurs prix" #: src/components/routes/welcome/index.tsx:43 msgid "Set up your organization" @@ -10055,11 +10055,11 @@ msgstr "Configurez votre calendrier" #: src/components/routes/welcome/index.tsx:415 msgid "Set up your schedule in the next steps" -msgstr "" +msgstr "Configurez votre planning aux étapes suivantes" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Set, change, or remove the date's location or online details" -msgstr "" +msgstr "Définir, modifier ou supprimer le lieu ou les informations en ligne de la date" #: src/components/common/QuestionsTable/index.tsx:374 msgid "Setting updated" @@ -10076,7 +10076,7 @@ msgstr "Configuration et design" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:242 msgid "Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event." -msgstr "" +msgstr "La configuration ne prend que quelques minutes — vous n'avez pas besoin d'un compte Stripe existant. Stripe gère les cartes, les portefeuilles, les moyens de paiement régionaux et la protection anti-fraude pour que vous puissiez vous concentrer sur votre événement." #: src/components/common/ShareIcon/index.tsx:30 #: src/components/layouts/EventHomepage/index.tsx:342 @@ -10111,15 +10111,15 @@ msgstr "Gestion de capacité partagée" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Shift times" -msgstr "" +msgstr "Décaler les horaires" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:211 msgid "Shifted times for {count} date(s)" -msgstr "" +msgstr "Horaires décalés pour {count} date(s)" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:532 msgid "Show" -msgstr "" +msgstr "Afficher" #: src/components/common/AdvancedOptions/index.tsx:28 msgid "Show advanced options" @@ -10131,7 +10131,7 @@ msgstr "Afficher toutes les plateformes ({0} autres avec des valeurs)" #: src/components/forms/CheckInListForm/index.tsx:196 msgid "Show attendee notes to non-logged-in staff" -msgstr "" +msgstr "Afficher les notes sur les participants au personnel non connecté" #: src/components/forms/ProductForm/index.tsx:449 msgid "Show available product quantity" @@ -10163,19 +10163,19 @@ msgstr "Afficher plus de plateformes" #: src/components/forms/CheckInListForm/index.tsx:230 msgid "Show order details to non-logged-in staff" -msgstr "" +msgstr "Afficher les détails de commande au personnel non connecté" #: src/components/forms/CheckInListForm/index.tsx:213 msgid "Show question answers to non-logged-in staff" -msgstr "" +msgstr "Afficher les réponses aux questions au personnel non connecté" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:59 msgid "Show remaining capacity on event dates" -msgstr "" +msgstr "Afficher la capacité restante sur les dates de l'événement" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:525 msgid "Show remaining capacity to buyers" -msgstr "" +msgstr "Afficher la capacité restante aux acheteurs" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:61 msgid "Show tax and fees separately" @@ -10185,18 +10185,18 @@ msgstr "Afficher les taxes et les frais séparément" msgid "Showing {0} of {totalRows} records" msgstr "Affichage de {0} sur {totalRows} enregistrements" -#: src/components/routes/event/OccurrencesTab/index.tsx:624 +#: src/components/routes/event/OccurrencesTab/index.tsx:639 msgid "Showing {0}–{1} of {2}" -msgstr "" +msgstr "Affichage de {0}–{1} sur {2}" #: src/components/common/OccurrenceSelect/index.tsx:163 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:135 msgid "Showing {MAX_VISIBLE} of {totalAvailable} dates. Type to search." -msgstr "" +msgstr "Affichage de {MAX_VISIBLE} dates sur {totalAvailable}. Saisissez du texte pour rechercher." #: src/components/modals/SendMessageModal/index.tsx:349 msgid "Showing the first {0} — the remaining {1} session(s) will still be targeted when the message is sent." -msgstr "" +msgstr "Affichage des {0} premières — les {1} séance(s) restantes seront tout de même ciblées lors de l'envoi du message." #: src/components/routes/admin/Announcements/index.tsx:410 msgid "Shown bouncing at the top of the modal" @@ -10204,7 +10204,7 @@ msgstr "Affiché en rebondissant en haut de la modale" #: src/components/forms/CheckInListForm/index.tsx:145 msgid "Shown to staff the first time they open the check-in page." -msgstr "" +msgstr "Affiché au personnel la première fois qu'il ouvre la page d'enregistrement." #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:102 msgid "Shown to the customer after they checkout, on the order summary page." @@ -10220,7 +10220,7 @@ msgstr "Affiche les champs d'adresse courants, y compris le pays" #: src/components/forms/ProductForm/ledgerSummaries.ts:60 msgid "Shows remaining" -msgstr "" +msgstr "Affiche le restant" #: src/components/routes/admin/Dashboard/index.tsx:402 msgid "Signed Up" @@ -10233,15 +10233,15 @@ msgstr "Simpson" #: src/components/modals/CreateEventModal/index.tsx:231 msgid "Single Event" -msgstr "" +msgstr "Événement unique" #: src/components/forms/QuestionForm/index.tsx:100 msgid "Single line text box" msgstr "Zone de texte sur une seule ligne" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:356 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:357 msgid "Skip manually edited dates" -msgstr "" +msgstr "Ignorer les dates modifiées manuellement" #: src/components/routes/welcome/index.tsx:559 msgid "Skip this step" @@ -10280,7 +10280,7 @@ msgstr "Vendu" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:579 msgid "sold out" -msgstr "" +msgstr "épuisé" #: src/components/common/EventCard/index.tsx:125 #: src/components/common/EventDateRange/index.tsx:65 @@ -10307,7 +10307,7 @@ msgstr "Épuisé, liste d'attente disponible" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:293 msgid "Some details are hidden from public access. Log in to view everything." -msgstr "" +msgstr "Certains détails ne sont pas accessibles publiquement. Connectez-vous pour tout voir." #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -10318,7 +10318,7 @@ msgstr "Une erreur s'est produite" #: src/components/common/ImageUploadDropzone/index.tsx:130 msgid "Something went wrong while deleting the image. Please try again." -msgstr "" +msgstr "Une erreur s'est produite lors de la suppression de l'image. Veuillez réessayer." #: src/components/common/TaxAndFeeList/index.tsx:41 msgid "Something went wrong while deleting the Tax or Fee" @@ -10374,11 +10374,11 @@ msgstr "Utilisateurs spécifiques" #: src/constants/eventCategories.ts:21 msgid "Spirituality" -msgstr "" +msgstr "Spiritualité" #: src/components/forms/CheckInListForm/index.tsx:90 msgid "Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end." -msgstr "" +msgstr "Répartissez l'enregistrement par jour, zone ou type de billet. Partagez le lien avec votre personnel — aucun compte n'est nécessaire de leur côté." #: src/constants/eventCategories.ts:9 msgid "Sports" @@ -10386,11 +10386,11 @@ msgstr "Sports" #: src/components/common/CheckIn/CheckInInfoModal.tsx:84 msgid "Staff instructions" -msgstr "" +msgstr "Consignes pour le personnel" #: src/components/modals/SelectCheckInListModal/index.tsx:48 msgid "Start check-in" -msgstr "" +msgstr "Démarrer l'enregistrement" #: src/components/common/AdminEventsTable/index.tsx:96 #: src/components/modals/DuplicateEventModal/index.tsx:128 @@ -10418,31 +10418,31 @@ msgstr "Heure de début" #: src/components/common/AddressAutocomplete/index.tsx:87 msgid "Start typing a venue or address..." -msgstr "" +msgstr "Commencez à saisir un lieu ou une adresse..." #: src/components/forms/ProductForm/ledgerSummaries.ts:62 msgid "Starts collapsed" -msgstr "" +msgstr "Replié au démarrage" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts in {diffDays} days" -msgstr "" +msgstr "Commence dans {diffDays} jours" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:76 msgid "Starts in {diffMinutes} min" -msgstr "" +msgstr "Commence dans {diffMinutes} min" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:86 msgid "Starts in {h}h {m}m" -msgstr "" +msgstr "Commence dans {h} h {m} min" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:70 msgid "Starts in {seconds}s" -msgstr "" +msgstr "Commence dans {seconds} s" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts tomorrow" -msgstr "" +msgstr "Commence demain" #: src/components/common/CheckoutQuestion/index.tsx:165 #: src/components/common/LocationPicker/index.tsx:254 @@ -10462,7 +10462,7 @@ msgstr "Les statistiques sont basées sur la date de création du compte" #: src/components/layouts/CheckIn/BottomNav.tsx:17 msgid "Stats" -msgstr "" +msgstr "Statistiques" #: src/components/common/AdminEventsTable/index.tsx:111 #: src/components/common/AdminOrdersTable/index.tsx:85 @@ -10497,7 +10497,7 @@ msgstr "Statut" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:323 msgid "Still needed" -msgstr "" +msgstr "Encore nécessaire" #: src/components/common/ImpersonationBanner/index.tsx:53 msgid "Stop Impersonating" @@ -10515,7 +10515,7 @@ msgstr "Compte Stripe déconnecté." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:350 msgid "Stripe connected" -msgstr "" +msgstr "Stripe connecté" #: src/components/routes/admin/Attribution/index.tsx:135 msgid "Stripe Connected" @@ -10523,11 +10523,11 @@ msgstr "Stripe connecté" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:163 msgid "Stripe connection copied from {0}." -msgstr "" +msgstr "Connexion Stripe copiée depuis {0}." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:84 msgid "Stripe didn't return a setup link. Please try again." -msgstr "" +msgstr "Stripe n'a pas renvoyé de lien de configuration. Veuillez réessayer." #: src/components/routes/admin/Messages/index.tsx:73 msgid "Stripe Not Connected" @@ -10543,11 +10543,11 @@ msgstr "Les paiements Stripe ne sont pas activés pour cet événement." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:434 msgid "Stripe will need a few more details soon" -msgstr "" +msgstr "Stripe aura bientôt besoin de quelques informations supplémentaires" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:283 msgid "Stripe will walk you through a few quick questions to finish setup." -msgstr "" +msgstr "Stripe vous guidera à travers quelques questions rapides pour terminer la configuration." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:131 #: src/components/modals/SendMessageModal/index.tsx:438 @@ -10752,7 +10752,7 @@ msgstr "Festival de Musique d'Été 2025" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 msgid "Sun" -msgstr "" +msgstr "Dim" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -10782,7 +10782,7 @@ msgstr "T-shirt" #: src/components/forms/ProductForm/index.tsx:214 msgid "T-shirts, mugs and more" -msgstr "" +msgstr "T-shirts, mugs et plus encore" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:960 msgid "Tap dates like a calendar." @@ -10790,7 +10790,7 @@ msgstr "Touchez les dates comme sur un calendrier." #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:59 msgid "Tap this screen to resume scanning" -msgstr "" +msgstr "Touchez cet écran pour reprendre le scan" #: src/components/routes/admin/Announcements/AnnouncementTargetPicker.tsx:93 msgid "Target accounts" @@ -10802,7 +10802,7 @@ msgstr "Utilisateurs ciblés" #: src/components/modals/SendMessageModal/index.tsx:335 msgid "Targeting attendees across {0} selected sessions." -msgstr "" +msgstr "Ciblage des participants de {0} séances sélectionnées." #: src/components/common/AdminOrdersTable/index.tsx:84 #: src/components/common/OrdersTable/index.tsx:269 @@ -10856,7 +10856,7 @@ msgstr "Taxes" #: src/components/forms/ProductForm/index.tsx:477 msgid "Taxes & fees" -msgstr "" +msgstr "Taxes et frais" #: src/components/common/ProductsTable/SortableProduct/index.tsx:151 msgid "Taxes & fees applied" @@ -10868,7 +10868,7 @@ msgstr "Taxes et frais" #: src/components/layouts/AuthLayout/index.tsx:23 msgid "Team collaboration" -msgstr "" +msgstr "Collaboration en équipe" #: src/constants/eventCategories.ts:27 msgid "Tech" @@ -10892,11 +10892,11 @@ msgstr "Parlez-nous de votre organisation. Ces informations seront affichées su #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1151 msgid "Tell us how often your event repeats and we'll create all the dates for you." -msgstr "" +msgstr "Dites-nous à quelle fréquence votre événement se répète et nous créerons toutes les dates pour vous." #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:37 msgid "Tell us your VAT registration status so we apply the correct VAT treatment to platform fees." -msgstr "" +msgstr "Indiquez-nous votre statut d'assujetti à la TVA afin que nous appliquions le traitement de TVA correct aux frais de plateforme." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:194 msgid "Template Active" @@ -10930,7 +10930,7 @@ msgstr "Merci pour votre présence !" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:55 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:77 msgid "Thanks," -msgstr "" +msgstr "Merci," #: src/components/routes/product-widget/SelectProducts/index.tsx:292 #: src/components/routes/product-widget/SelectProducts/index.tsx:538 @@ -10943,7 +10943,7 @@ msgstr "Cela fait {totalOccurrences} séances — le maximum est {max}. Réduise #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:54 msgid "That's a wrap" -msgstr "" +msgstr "C'est terminé" #: src/components/common/ThemeColorControls/index.tsx:62 msgid "The background color of the page. When using cover image, this is applied as an overlay." @@ -11019,7 +11019,7 @@ msgstr "L'organisateur que vous recherchez est introuvable. La page a peut-être #: src/components/modals/CreateAttendeeModal/index.tsx:277 msgid "The override is recorded in the order audit log." -msgstr "" +msgstr "La dérogation est consignée dans le journal d'audit de la commande." #: src/components/common/ErrorDisplay/index.tsx:18 msgid "The page you are looking for does not exist" @@ -11055,7 +11055,7 @@ msgstr "L'heure programmée doit être dans le futur" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:52 msgid "The session for \"{title}\" originally scheduled for {0} has been rescheduled." -msgstr "" +msgstr "La séance de « {title} », initialement prévue le {0}, a été reprogrammée." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:155 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:186 @@ -11090,7 +11090,7 @@ msgstr "Thème et couleurs" #: src/components/routes/product-widget/SelectProducts/index.tsx:965 msgid "There are no products available for this date. Please choose another date." -msgstr "" +msgstr "Aucun produit n'est disponible pour cette date. Veuillez choisir une autre date." #: src/components/routes/product-widget/SelectProducts/index.tsx:639 msgid "There are no products available for this event" @@ -11102,7 +11102,7 @@ msgstr "Il n'y a pas de produits disponibles dans cette catégorie" #: src/components/routes/product-widget/SelectProducts/index.tsx:636 msgid "There are no upcoming dates for this event" -msgstr "" +msgstr "Cet événement n'a aucune date à venir" #: src/components/modals/RefundOrderModal/index.tsx:175 msgid "There is a refund pending. Please wait for it to complete before requesting another refund." @@ -11122,15 +11122,15 @@ msgstr "Une erreur est survenue lors de l'envoi de votre message" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:493 msgid "These details are shown on the attendee's ticket and order summary for this date only." -msgstr "" +msgstr "Ces informations apparaissent uniquement pour cette date sur le billet et le récapitulatif de commande du participant." #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:168 msgid "These details will only be shown if the order is completed successfully." msgstr "Ces détails ne seront affichés que si la commande est finalisée avec succès." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:491 msgid "These details will replace any existing location on the affected dates and show on attendee tickets." -msgstr "" +msgstr "Ces informations remplaceront tout lieu existant sur les dates concernées et apparaîtront sur les billets des participants." #: src/components/forms/ProductForm/index.tsx:359 msgid "These prices apply across all dates in your schedule, and tier quantities limit total sales across all dates combined. Sale dates on tiers apply globally. You can override prices for individual dates on the <0>Occurrence Schedule page." @@ -11150,7 +11150,7 @@ msgstr "Ces modèles remplaceront les paramètres par défaut de l'organisateur #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:59 msgid "Third" -msgstr "" +msgstr "Troisième" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:131 msgid "This account has no completed orders, so all of its data will be permanently deleted." @@ -11166,7 +11166,7 @@ msgstr "Ce compte sera supprimé le <0>{scheduledDate}" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:259 msgid "This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes." -msgstr "" +msgstr "Cela s'applique à chaque date correspondante de l'événement, y compris celles qui ne sont pas visibles actuellement. Les participants inscrits à ces dates seront joignables depuis l'éditeur de messages une fois la mise à jour terminée." #: src/components/common/CheckIn/CheckInOptionsModal.tsx:33 msgid "This attendee has an unpaid order." @@ -11202,7 +11202,7 @@ msgstr "Cette liste de pointage n'est pas encore active et n'est pas disponible #: src/components/layouts/CheckIn/index.tsx:503 msgid "This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins." -msgstr "" +msgstr "Cette liste d'enregistrement est rattachée à une séance qui a été annulée ; elle ne peut donc plus servir aux enregistrements." #: src/components/forms/AffiliateForm/index.tsx:41 msgid "This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed." @@ -11216,27 +11216,27 @@ msgstr "Cette combinaison de couleurs peut être difficile à lire pour certains #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:40 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:330 msgid "This date has {orderCount} order(s) that will be affected." -msgstr "" +msgstr "Cette date comporte {orderCount} commande(s) qui seront concernées." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:423 msgid "This date has been cancelled. You can still delete it to remove it permanently." -msgstr "" +msgstr "Cette date a été annulée. Vous pouvez encore la supprimer pour l'effacer définitivement." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:457 msgid "This date is in the past. It will be created but won't be visible to attendees under upcoming dates." -msgstr "" +msgstr "Cette date est passée. Elle sera créée mais n'apparaîtra pas aux participants parmi les dates à venir." #: src/components/modals/CreateAttendeeModal/index.tsx:273 msgid "This date is marked sold out." -msgstr "" +msgstr "Cette date est marquée comme épuisée." #: src/components/routes/product-widget/SelectProducts/index.tsx:592 msgid "This date is no longer available. Please select another date." -msgstr "" +msgstr "Cette date n'est plus disponible. Veuillez en sélectionner une autre." #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "This date only" -msgstr "" +msgstr "Cette date uniquement" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:113 msgid "This disconnects {stripeAccountId} from this organizer. Paid ticket sales will stop working until you connect a Stripe account again." @@ -11252,7 +11252,7 @@ msgstr "Cet événement n'a pas encore de billets ni de produits, les participan #: src/components/layouts/ProductWidget/index.tsx:56 msgid "This event is not available" -msgstr "" +msgstr "Cet événement n'est pas disponible" #: src/components/common/StatusToggle/index.tsx:82 msgid "This event is not published yet" @@ -11264,7 +11264,7 @@ msgstr "Cet événement est complet" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:106 msgid "This event's dates and times are set on the occurrence schedule." -msgstr "" +msgstr "Les dates et horaires de cet événement sont définis dans le planning des dates." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:153 msgid "This information will be shown on the payment page, order summary page, and order confirmation email." @@ -11272,7 +11272,7 @@ msgstr "Ces informations seront affichées sur la page de paiement, la page de r #: src/components/routes/welcome/index.tsx:401 msgid "This is a recurring event" -msgstr "" +msgstr "Il s'agit d'un événement récurrent" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:157 msgid "This is an online event" @@ -11317,7 +11317,7 @@ msgstr "Ce nom est visible par les utilisateurs finaux" #: src/components/modals/CreateAttendeeModal/index.tsx:267 msgid "This occurrence is at capacity" -msgstr "" +msgstr "Cette date a atteint sa capacité maximale" #: src/components/forms/StripeCheckoutForm/index.tsx:131 msgid "This order has already been paid." @@ -11381,7 +11381,7 @@ msgstr "Ce produit est épuisé" #: src/components/forms/ProductForm/index.tsx:547 msgid "This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to." -msgstr "" +msgstr "Ce produit n'apparaîtra pas seul sur la page de l'événement — les acheteurs le voient uniquement en option des produits auxquels il est rattaché." #: src/components/modals/PublishEventModal/index.tsx:104 msgid "This recurring event has no dates yet, so there's nothing for attendees to book." @@ -11407,9 +11407,9 @@ msgstr "Ce billet vient d'être scanné. Veuillez attendre avant de scanner à n msgid "This user is not active, as they have not accepted their invitation." msgstr "Cet utilisateur n'est pas actif car il n'a pas accepté son invitation." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:367 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:368 msgid "This will affect {loadedAffectedCount} date(s)." -msgstr "" +msgstr "Cela concernera {loadedAffectedCount} date(s)." #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:80 msgid "This will be used for notifications and communication with your users." @@ -11433,11 +11433,11 @@ msgstr "Cela supprimera ou anonymisera définitivement le compte immédiatement, #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:107 msgid "Throughput" -msgstr "" +msgstr "Débit" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 msgid "Thu" -msgstr "" +msgstr "Jeu" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -11518,7 +11518,7 @@ msgstr "Billet renvoyé avec succès" #: src/components/routes/product-widget/SelectProducts/index.tsx:631 msgid "Ticket sales have ended for this event" -msgstr "" +msgstr "La vente de billets pour cet événement est terminée" #: src/components/routes/event/attendees.tsx:75 msgid "Ticket Type" @@ -11565,7 +11565,7 @@ msgstr "Les produits à niveaux vous permettent de proposer plusieurs options de #: src/components/forms/ProductForm/index.tsx:277 msgid "Tiers" -msgstr "" +msgstr "Paliers" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:70 msgid "TikTok" @@ -11573,7 +11573,7 @@ msgstr "TikTok" #: src/components/routes/event/OccurrencesTab/index.tsx:292 msgid "Time" -msgstr "" +msgstr "Horaire" #: src/components/layouts/Checkout/index.tsx:322 msgid "Time left:" @@ -11585,7 +11585,7 @@ msgstr "Horaires" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:725 msgid "Times shown in {timezoneAbbr}" -msgstr "" +msgstr "Horaires affichés en {timezoneAbbr}" #: src/components/common/PromoCodeTable/index.tsx:71 msgid "Times used" @@ -11617,7 +11617,7 @@ msgstr "Le titre est requis" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1008 msgid "to" -msgstr "" +msgstr "au" #: src/components/routes/event/messages.tsx:93 msgid "To" @@ -11632,7 +11632,7 @@ msgstr "Pour augmenter vos limites, contactez-nous à" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:119 #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:43 msgid "Today" -msgstr "" +msgstr "Aujourd'hui" #: src/components/common/ColumnVisibilityToggle/index.tsx:26 msgid "Toggle columns" @@ -11640,7 +11640,7 @@ msgstr "Basculer les colonnes" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:46 msgid "Tomorrow" -msgstr "" +msgstr "Demain" #: src/components/layouts/OrganizerLayout/index.tsx:108 msgid "Tools" @@ -11690,7 +11690,7 @@ msgstr "Frais total" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:299 msgid "Total fees" -msgstr "" +msgstr "Total des frais" #: src/components/routes/event/EventDashboard/index.tsx:341 #: src/components/routes/event/OccurrenceDetail/index.tsx:212 @@ -11708,7 +11708,7 @@ msgstr "Montant total de la commande" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:286 msgid "Total orders" -msgstr "" +msgstr "Total des commandes" #: src/components/forms/ProductForm/index.tsx:315 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:71 @@ -11727,7 +11727,7 @@ msgstr "Total remboursé" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:293 msgid "Total tax" -msgstr "" +msgstr "Total des taxes" #: src/components/routes/event/EventDashboard/index.tsx:343 #: src/components/routes/event/OccurrenceDetail/index.tsx:214 @@ -11745,7 +11745,7 @@ msgstr "Vues totales" #: src/constants/eventCategories.ts:23 msgid "Tours" -msgstr "" +msgstr "Visites" #: src/components/routes/admin/Attribution/index.tsx:32 msgid "Track account growth and performance by attribution source" @@ -11758,11 +11758,11 @@ msgstr "Suivi et analytique" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:176 msgid "Try a different search term or filter" -msgstr "" +msgstr "Essayez un autre terme de recherche ou un autre filtre" -#: src/components/routes/event/OccurrencesTab/index.tsx:584 +#: src/components/routes/event/OccurrencesTab/index.tsx:599 msgid "Try adjusting your filters to see more dates." -msgstr "" +msgstr "Ajustez vos filtres pour voir plus de dates." #: src/components/routes/auth/Login/index.tsx:141 #: src/components/routes/my-tickets/index.tsx:200 @@ -11775,7 +11775,7 @@ msgstr "Essayer Hi.Events gratuitement" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 msgid "Tue" -msgstr "" +msgstr "Mar" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -11856,15 +11856,15 @@ msgstr "Impossible de rejoindre la liste d'attente" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:164 msgid "Unable to load attendee details." -msgstr "" +msgstr "Impossible de charger les détails du participant." #: src/components/routes/product-widget/SelectProducts/index.tsx:330 msgid "Unable to load products for this date. Please try again." -msgstr "" +msgstr "Impossible de charger les produits pour cette date. Veuillez réessayer." #: src/components/layouts/CheckIn/index.tsx:220 msgid "Unable to undo check-in" -msgstr "" +msgstr "Impossible d'annuler l'enregistrement" #: src/components/modals/EditQuestionModal/index.tsx:84 msgid "Unable to update question. Please check the your details" @@ -11876,7 +11876,7 @@ msgstr "Comptes non attribués" #: src/components/layouts/CheckIn/index.tsx:255 msgid "Undo" -msgstr "" +msgstr "Annuler" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:30 msgid "Unique Customers" @@ -11942,7 +11942,7 @@ msgstr "jusqu'au" #: src/components/forms/ProductForm/ledgerSummaries.ts:49 msgid "Until {end}" -msgstr "" +msgstr "Jusqu'au {end}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1059 msgid "Until a date" @@ -11950,11 +11950,11 @@ msgstr "Jusqu'à une date" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled product" -msgstr "" +msgstr "Produit sans titre" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled ticket" -msgstr "" +msgstr "Billet sans titre" #: src/components/common/AdminAccountsTable/index.tsx:101 msgid "Untrusted" @@ -11962,7 +11962,7 @@ msgstr "Non fiable" #: src/components/forms/ProductForm/ledgerSummaries.ts:118 msgid "Up to {max} per order" -msgstr "" +msgstr "Jusqu'à {max} par commande" #: src/components/common/EventsDashboardStatusButtons/index.tsx:20 #: src/components/common/EventStatusBadge/index.tsx:16 @@ -11974,7 +11974,7 @@ msgstr "A venir" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:375 msgid "Upcoming events" -msgstr "" +msgstr "Événements à venir" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Upcoming Events" @@ -11990,11 +11990,11 @@ msgstr "Mettre à jour l'affilié" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Update capacity" -msgstr "" +msgstr "Mettre à jour la capacité" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:73 msgid "Update event name and description" -msgstr "" +msgstr "Mettre à jour le nom et la description de l'événement" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:74 msgid "Update event name, description and dates" @@ -12002,11 +12002,11 @@ msgstr "Mettre à jour le nom, la description et les dates de l'événement" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Update label" -msgstr "" +msgstr "Mettre à jour le libellé" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Update location" -msgstr "" +msgstr "Mettre à jour le lieu" #: src/components/routes/profile/ManageProfile/index.tsx:215 msgid "Update profile" @@ -12014,11 +12014,11 @@ msgstr "Mettre à jour le profil" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:71 msgid "Update: {subjectTitle} — schedule changes" -msgstr "" +msgstr "Mise à jour : {subjectTitle} — modifications du planning" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:48 msgid "Update: {subjectTitle} — session time changed" -msgstr "" +msgstr "Mise à jour : {subjectTitle} — horaire de séance modifié" #: src/components/routes/admin/Announcements/index.tsx:163 msgid "Updated" @@ -12026,19 +12026,19 @@ msgstr "Mise à jour" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:217 msgid "Updated {count} date(s)" -msgstr "" +msgstr "{count} date(s) mise(s) à jour" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:213 msgid "Updated capacity for {count} date(s)" -msgstr "" +msgstr "Capacité mise à jour pour {count} date(s)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:214 msgid "Updated label for {count} date(s)" -msgstr "" +msgstr "Libellé mis à jour pour {count} date(s)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:215 msgid "Updated location for {count} date(s)" -msgstr "" +msgstr "Lieu mis à jour pour {count} date(s)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1138 msgid "Updates as you build the rule. Flip through months to sanity-check dates." @@ -12046,7 +12046,7 @@ msgstr "Se met à jour pendant que vous créez la règle. Parcourez les mois pou #: src/components/forms/ProductForm/ProductPreview.tsx:93 msgid "Updates as you type." -msgstr "" +msgstr "Mise à jour au fil de la saisie." #: src/components/routes/organizer/Settings/Sections/ImageAssetSettings/index.tsx:39 msgid "Upload a cover image for your organizer" @@ -12093,15 +12093,15 @@ msgstr "Limite d'utilisation" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:80 msgid "USB" -msgstr "" +msgstr "USB" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner listening" -msgstr "" +msgstr "Scanner USB à l'écoute" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner paused" -msgstr "" +msgstr "Scanner USB en pause" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:154 msgid "Use <0>Liquid templating to personalize your emails" @@ -12119,7 +12119,7 @@ msgstr "Utiliser l'image de couverture" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:531 msgid "Use event default" -msgstr "" +msgstr "Utiliser la valeur par défaut de l'événement" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:49 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -12193,11 +12193,11 @@ msgstr "TVA" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:195 msgid "VAT country code" -msgstr "" +msgstr "Code pays TVA" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:173 msgid "VAT number" -msgstr "" +msgstr "Numéro de TVA" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:212 msgid "VAT Number" @@ -12234,7 +12234,7 @@ msgstr "Taux de TVA" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:168 msgid "VAT registered" -msgstr "" +msgstr "Assujetti à la TVA" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:165 #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:173 @@ -12247,7 +12247,7 @@ msgstr "Paramètres TVA enregistrés. Nous validons votre numéro de TVA en arri #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:85 msgid "VAT settings updated" -msgstr "" +msgstr "Paramètres de TVA mis à jour" #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:27 msgid "VAT Treatment for Platform Fees" @@ -12263,11 +12263,11 @@ msgstr "Service de validation TVA temporairement indisponible" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:225 msgid "VAT: {0}" -msgstr "" +msgstr "TVA : {0}" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:230 msgid "VAT: not registered" -msgstr "" +msgstr "TVA : non assujetti" #: src/components/common/LocationPicker/index.tsx:230 #: src/components/modals/LocationEditModal/index.tsx:140 @@ -12280,7 +12280,7 @@ msgstr "Code de vérification" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:77 msgid "Verification email sent. Check your inbox." -msgstr "" +msgstr "E-mail de vérification envoyé. Consultez votre boîte de réception." #: src/components/routes/admin/Attribution/index.tsx:136 #: src/components/routes/admin/Dashboard/index.tsx:421 @@ -12298,7 +12298,7 @@ msgstr "Vérifiez votre e-mail" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:159 msgid "Verify your email so attendees can receive tickets" -msgstr "" +msgstr "Vérifiez votre e-mail pour que les participants puissent recevoir leurs billets" #: src/components/routes/welcome/index.tsx:189 msgid "Verifying..." @@ -12310,19 +12310,19 @@ msgstr "Vietnamien" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:68 msgid "View All" -msgstr "" +msgstr "Tout afficher" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:380 msgid "View all →" -msgstr "" +msgstr "Tout afficher →" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:424 msgid "View all capabilities" -msgstr "" +msgstr "Voir toutes les fonctionnalités" #: src/components/modals/SelectCheckInListModal/index.tsx:87 msgid "View all check-in lists" -msgstr "" +msgstr "Voir toutes les listes d'enregistrement" #: src/components/routes/admin/Messages/index.tsx:108 msgid "View all messages sent across the platform" @@ -12347,7 +12347,7 @@ msgstr "Voir les détails" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:192 msgid "View details for {0} {1}" -msgstr "" +msgstr "Voir les détails de {0} {1}" #: src/components/common/AdminEventsTable/index.tsx:157 #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:58 @@ -12427,11 +12427,11 @@ msgstr "Billet VIP" #: src/components/forms/ProductForm/visibilityStatus.ts:41 msgid "Visible from {start} — hidden until sales open." -msgstr "" +msgstr "Visible à partir du {start} — masqué jusqu'à l'ouverture des ventes." #: src/components/forms/ProductForm/visibilityStatus.ts:56 msgid "Visible to everyone on the event page." -msgstr "" +msgstr "Visible par tous sur la page de l'événement." #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:104 msgid "VK" @@ -12450,7 +12450,7 @@ msgstr "En attente de paiement" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:64 msgid "Waiting for scan…" -msgstr "" +msgstr "En attente d'un scan…" #: src/components/forms/ProductForm/index.tsx:460 #: src/components/layouts/AuthLayout/index.tsx:17 @@ -12480,7 +12480,7 @@ msgstr "Nous n'avons pas pu traiter votre paiement. Veuillez réessayer ou conta #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:167 msgid "We couldn't copy that Stripe connection. Please try again." -msgstr "" +msgstr "Nous n'avons pas pu copier cette connexion Stripe. Veuillez réessayer." #: src/components/common/ProductsTable/SortableCategory/index.tsx:56 msgid "We couldn't delete the category. Please try again." @@ -12512,7 +12512,7 @@ msgstr "Nous n'avons pas pu trouver cette commande. Elle a peut-être été supp #: src/hooks/useOccurrenceCheckIn.tsx:43 msgid "We couldn't load the check-in lists. Please try again." -msgstr "" +msgstr "Nous n'avons pas pu charger les listes d'enregistrement. Veuillez réessayer." #: src/components/common/ErrorLoadingMessage/index.tsx:13 msgid "We couldn't load the data. Please try again." @@ -12520,7 +12520,7 @@ msgstr "Nous n'avons pas pu charger les données. Veuillez réessayer." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:97 msgid "We couldn't reach Stripe just now. Please try again in a moment." -msgstr "" +msgstr "Stripe est injoignable pour le moment. Veuillez réessayer dans un instant." #: src/components/common/ProductsTable/SortableCategory/index.tsx:98 msgid "We couldn't reorder the categories. Please try again." @@ -12532,7 +12532,7 @@ msgstr "Un problème est survenu lors du chargement de cette page. Veuillez rée #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:236 msgid "We partner with Stripe to send payouts straight to your bank account." -msgstr "" +msgstr "Nous collaborons avec Stripe pour envoyer les versements directement sur votre compte bancaire." #: src/components/routes/event/TicketDesigner/index.tsx:144 msgid "We recommend a square logo with minimum dimensions of 200x200px" @@ -12549,7 +12549,7 @@ msgstr "Nous recommandons des dimensions de 400px par 400px et une taille maxima #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:158 msgid "We sent a verification link to {0}" -msgstr "" +msgstr "Nous avons envoyé un lien de vérification à {0}" #: src/components/common/CookieConsentBanner/index.tsx:18 msgid "We use cookies to help us understand how the site is used and to improve your experience." @@ -12578,7 +12578,7 @@ msgstr "Nous vous notifierons par e-mail si une place se libère pour {productDi #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:267 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:301 msgid "We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically." -msgstr "" +msgstr "Après l'enregistrement, nous ouvrirons un éditeur de messages avec un modèle prérempli. Vous le relisez et l'envoyez — rien n'est envoyé automatiquement." #: src/components/routes/product-widget/CollectInformation/index.tsx:456 msgid "We'll send your tickets to this email" @@ -12594,7 +12594,7 @@ msgstr "Nous traitons votre commande. S'il vous plaît, attendez..." #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:75 msgid "We've made changes to the schedule for \"{title}\" — {description} affecting {affectedCount} session(s)." -msgstr "" +msgstr "Nous avons modifié le planning de « {title} » — {description} concernant {affectedCount} séance(s)." #: src/components/routes/welcome/index.tsx:147 msgid "We've sent a 5-digit verification code to:" @@ -12612,7 +12612,7 @@ msgstr "Webhook supprimé avec succès" #: src/components/layouts/AuthLayout/index.tsx:25 msgid "Webhook integrations" -msgstr "" +msgstr "Intégrations webhook" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:137 #: src/components/modals/WebhookLogsModal/index.tsx:151 @@ -12650,7 +12650,7 @@ msgstr "Site web" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 msgid "Wed" -msgstr "" +msgstr "Mer" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -12659,16 +12659,16 @@ msgstr "Mercredi" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:88 msgid "week" -msgstr "" +msgstr "semaine" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:51 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Weekly" -msgstr "" +msgstr "Hebdomadaire" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:96 msgid "weeks" -msgstr "" +msgstr "semaines" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:105 msgid "Weibo" @@ -12696,7 +12696,7 @@ msgstr "Bienvenue sur {0}, voici une liste de tous vos événements" #: src/constants/eventCategories.ts:20 msgid "Wellness" -msgstr "" +msgstr "Bien-être" #: src/components/forms/ProductForm/index.tsx:349 msgid "What are Tiered Products?" @@ -12732,7 +12732,7 @@ msgstr "De quel type de question s'agit-il ?" #: src/components/forms/CheckInListForm/index.tsx:172 msgid "What unauthenticated staff can see" -msgstr "" +msgstr "Ce que le personnel non connecté peut voir" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:89 msgid "WhatsApp" @@ -12744,7 +12744,7 @@ msgstr "Lorsqu'un enregistrement est supprimé" #: src/components/forms/WebhookForm/index.tsx:135 msgid "When a date is cancelled on a recurring event" -msgstr "" +msgstr "Lorsqu'une date d'un événement récurrent est annulée" #: src/components/forms/WebhookForm/index.tsx:105 msgid "When a new attendee is created" @@ -12909,7 +12909,7 @@ msgstr "X (Twitter)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:90 msgid "year" -msgstr "" +msgstr "an" #: src/components/common/OrganizerReportTable/index.tsx:59 #: src/components/common/PeriodSelector/index.tsx:38 @@ -12920,11 +12920,11 @@ msgstr "Année à ce jour" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:53 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Yearly" -msgstr "" +msgstr "Annuel" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:98 msgid "years" -msgstr "" +msgstr "ans" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:191 msgid "Yes" @@ -12969,7 +12969,7 @@ msgstr "Vous pouvez créer un code promo qui cible ce produit sur le" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1115 msgid "You can override this for individual dates later." -msgstr "" +msgstr "Vous pourrez personnaliser cela pour chaque date par la suite." #: src/components/modals/OfferWaitlistModal/index.tsx:110 msgid "You can still manually offer tickets if needed." @@ -13035,7 +13035,7 @@ msgstr "Vous avez ajouté des taxes et des frais à un produit gratuit. Voulez-v #: src/components/forms/ProductForm/ProductDrawer.tsx:57 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:728 msgid "You have unsaved changes. Are you sure you want to discard them?" -msgstr "" +msgstr "Vous avez des modifications non enregistrées. Voulez-vous vraiment les abandonner ?" #: src/components/modals/SendMessageModal/index.tsx:204 msgid "You must acknowledge that this email is not promotional" @@ -13067,7 +13067,7 @@ msgstr "Vous devez vérifier votre adresse e-mail avant de pouvoir mettre à jou #: src/components/modals/CreateAttendeeModal/index.tsx:186 msgid "You need to create at least one occurrence before you can add attendees to this recurring event." -msgstr "" +msgstr "Vous devez créer au moins une date avant de pouvoir ajouter des participants à cet événement récurrent." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:355 msgid "You need to verify your account email before you can modify email templates." @@ -13087,7 +13087,7 @@ msgstr "Vous devrez marquer une commande comme payée manuellement. Cela peut ê #: src/components/modals/CreateEventModal/index.tsx:253 msgid "You'll be able to set up dates, schedules, and recurrence rules in the next step." -msgstr "" +msgstr "Vous pourrez configurer les dates, plannings et règles de récurrence à l'étape suivante." #: src/components/modals/CreateCheckInListModal/index.tsx:64 msgid "You'll need a ticket before you can create a check-in list." @@ -13103,7 +13103,7 @@ msgstr "Vous aurez besoin d'au moins un produit pour commencer. Gratuit, payant #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:254 msgid "You're changing session times" -msgstr "" +msgstr "Vous modifiez les horaires des séances" #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:168 msgid "You're going to {0}!" @@ -13123,7 +13123,7 @@ msgstr "Une place vous a été proposée !" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:290 msgid "You've changed the session time" -msgstr "" +msgstr "Vous avez modifié l'horaire de la séance" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:92 msgid "Your account has been deactivated and will be permanently deleted on <0>{0}." @@ -13264,7 +13264,7 @@ msgstr "Votre remboursement est en cours de traitement." #: src/components/layouts/CheckIn/index.tsx:117 msgid "Your saved date filter is no longer available — showing all dates." -msgstr "" +msgstr "Votre filtre de dates enregistré n'est plus disponible — toutes les dates sont affichées." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:116 msgid "Your Stripe account itself isn't affected, and no data is lost — you can reconnect at any time." @@ -13276,7 +13276,7 @@ msgstr "Votre billet pour" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:54 msgid "Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions." -msgstr "" +msgstr "Votre billet reste valable — aucune action n'est nécessaire, sauf si le nouvel horaire ne vous convient pas. Merci de répondre à cet e-mail si vous avez des questions." #: src/components/routes/product-widget/CollectInformation/index.tsx:377 msgid "Your tickets have been confirmed." diff --git a/frontend/src/locales/hu.js b/frontend/src/locales/hu.js index 2be3b600aa..592f7139d2 100644 --- a/frontend/src/locales/hu.js +++ b/frontend/src/locales/hu.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Még nincs semmi megjeleníthető'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>sikeresen kijelentkezett\"],\"KMgp2+\":[[\"0\"],\" elérhető\"],\"Pmr5xp\":[[\"0\"],\" sikeresen létrehozva\"],\"FImCSc\":[[\"0\"],\" sikeresen frissítve\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" nap, \",[\"hours\"],\" óra, \",[\"minutes\"],\" perc, és \",[\"seconds\"],\" másodperc\"],\"f3RdEk\":[[\"hours\"],\" óra, \",[\"minutes\"],\" perc, és \",[\"seconds\"],\" másodperc\"],\"fyE7Au\":[[\"minutes\"],\" perc és \",[\"seconds\"],\" másodperc\"],\"NlQ0cx\":[[\"organizerName\"],\" első eseménye\"],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://az-ön-weboldala.com\",\"qnSLLW\":\"<0>Kérjük, adja meg az árat adók és díjak nélkül.<1>Az adók és díjak alább adhatók hozzá.\",\"ZjMs6e\":\"<0>A termékhez elérhető termékek száma<1>Ez az érték felülírható, ha a termékhez <2>Kapacitáskorlátok vannak társítva.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 perc és 0 másodperc\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Dátum beviteli mező. Tökéletes születési dátum stb. kérésére.\",\"6euFZ/\":[\"Az összes új termékre automatikusan alkalmazásra kerül egy alapértelmezett \",[\"type\"],\" típus. Ezt termékenként felülírhatja.\"],\"SMUbbQ\":\"A legördülő menü csak egy kiválasztást tesz lehetővé\",\"qv4bfj\":\"Díj, például foglalási díj vagy szolgáltatási díj\",\"POT0K/\":\"Fix összeg termékenként. Pl. 0,50 dollár termékenként\",\"f4vJgj\":\"Többsoros szövegbevitel\",\"OIPtI5\":\"A termék árának százaléka. Pl. a termék árának 3,5%-a\",\"ZthcdI\":\"A kedvezmény nélküli promóciós kód elrejtett termékek felfedésére használható.\",\"AG/qmQ\":\"A rádió opció több lehetőséget kínál, de csak egy választható ki.\",\"h179TP\":\"Az esemény rövid leírása, amely megjelenik a keresőmotorok találatai között és a közösségi médiában való megosztáskor. Alapértelmezés szerint az esemény leírása kerül felhasználásra.\",\"WKMnh4\":\"Egysoros szövegbevitel\",\"BHZbFy\":\"Egyetlen kérdés megrendelésenként. Pl. Mi a szállítási címe?\",\"Fuh+dI\":\"Egyetlen kérdés termékenként. Pl. Mi a póló mérete?\",\"RlJmQg\":\"Standard adó, mint az ÁFA vagy a GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Banki átutalások, csekkek vagy egyéb offline fizetési módok elfogadása\",\"hrvLf4\":\"Hitelkártyás fizetések elfogadása a Stripe-pal\",\"bfXQ+N\":\"Meghívó elfogadása\",\"AeXO77\":\"Fiók\",\"lkNdiH\":\"Fióknév\",\"Puv7+X\":\"Fiókbeállítások\",\"OmylXO\":\"Fiók sikeresen frissítve\",\"7L01XJ\":\"Műveletek\",\"FQBaXG\":\"Aktiválás\",\"5T2HxQ\":\"Aktiválás dátuma\",\"F6pfE9\":\"Aktív\",\"/PN1DA\":\"Adjon leírást ehhez a bejelentkezési listához\",\"0/vPdA\":\"Adjon hozzá bármilyen megjegyzést a résztvevőhöz. Ezek nem lesznek láthatók a résztvevő számára.\",\"Or1CPR\":\"Adjon hozzá bármilyen megjegyzést a résztvevőhöz...\",\"l3sZO1\":\"Adjon hozzá bármilyen megjegyzést a megrendeléshez. Ezek nem lesznek láthatók az ügyfél számára.\",\"xMekgu\":\"Adjon hozzá bármilyen megjegyzést a megrendeléshez...\",\"PGPGsL\":\"Leírás hozzáadása\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Adjon hozzá utasításokat az offline fizetésekhez (pl. banki átutalás részletei, hová küldje a csekkeket, fizetési határidők)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Új hozzáadása\",\"TZxnm8\":\"Opció hozzáadása\",\"24l4x6\":\"Termék hozzáadása\",\"8q0EdE\":\"Termék hozzáadása kategóriához\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Adó vagy díj hozzáadása\",\"goOKRY\":\"Szint hozzáadása\",\"oZW/gT\":\"Hozzáadás a naptárhoz\",\"pn5qSs\":\"További információk\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Cím\",\"NY/x1b\":\"Cím 1. sor\",\"POdIrN\":\"Cím 1. sor\",\"cormHa\":\"Cím 2. sor\",\"gwk5gg\":\"Cím 2. sor\",\"U3pytU\":\"Adminisztrátor\",\"HLDaLi\":\"Az adminisztrátor felhasználók teljes hozzáféréssel rendelkeznek az eseményekhez és a fiókbeállításokhoz.\",\"W7AfhC\":\"Az esemény összes résztvevője\",\"cde2hc\":\"Minden termék\",\"5CQ+r0\":\"Engedélyezze a be nem fizetett megrendelésekhez társított résztvevők bejelentkezését\",\"ipYKgM\":\"Keresőmotor indexelésének engedélyezése\",\"LRbt6D\":\"Engedélyezze a keresőmotoroknak az esemény indexelését\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Csodálatos, esemény, kulcsszavak...\",\"hehnjM\":\"Összeg\",\"R2O9Rg\":[\"Fizetett összeg (\",[\"0\"],\")\"],\"V7MwOy\":\"Hiba történt az oldal betöltésekor\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Váratlan hiba történt.\",\"byKna+\":\"Váratlan hiba történt. Kérjük, próbálja újra.\",\"ubdMGz\":\"A terméktulajdonosoktól érkező bármilyen kérdés erre az e-mail címre kerül elküldésre. Ez lesz az „válasz” cím is az eseményről küldött összes e-mailhez.\",\"aAIQg2\":\"Megjelenés\",\"Ym1gnK\":\"alkalmazva\",\"sy6fss\":[\"Alkalmazható \",[\"0\"],\" termékre\"],\"kadJKg\":\"1 termékre vonatkozik\",\"DB8zMK\":\"Alkalmaz\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Alkalmazza ezt a \",[\"type\"],\" típust minden új termékre\"],\"S0ctOE\":\"Esemény archiválása\",\"TdfEV7\":\"Archivált\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Biztosan aktiválni szeretné ezt a résztvevőt?\",\"TvkW9+\":\"Biztosan archiválni szeretné ezt az eseményt?\",\"/CV2x+\":\"Biztosan törölni szeretné ezt a résztvevőt? Ez érvényteleníti a jegyét.\",\"YgRSEE\":\"Biztosan törölni szeretné ezt a promóciós kódot?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Biztosan piszkozatba szeretné tenni ezt az eseményt? Ezzel az esemény láthatatlanná válik a nyilvánosság számára.\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Biztosan vissza szeretné állítani ezt az eseményt? Piszkozatként lesz visszaállítva.\",\"vJuISq\":\"Biztosan törölni szeretné ezt a kapacitás-hozzárendelést?\",\"baHeCz\":\"Biztosan törölni szeretné ezt a bejelentkezési listát?\",\"LBLOqH\":\"Kérdezze meg egyszer megrendelésenként\",\"wu98dY\":\"Kérdezze meg egyszer termékenként\",\"ss9PbX\":\"Résztvevő\",\"m0CFV2\":\"Résztvevő adatai\",\"QKim6l\":\"Résztvevő nem található\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Résztvevői jegy\",\"9SZT4E\":\"Résztvevők\",\"iPBfZP\":\"Regisztrált résztvevők\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Automatikus átméretezés\",\"vZ5qKF\":\"Automatikusan átméretezi a widget magasságát a tartalom alapján. Ha le van tiltva, a widget kitölti a tároló magasságát.\",\"4lVaWA\":\"Offline fizetésre vár\",\"2rHwhl\":\"Offline fizetésre vár\",\"3wF4Q/\":\"Fizetésre vár\",\"ioG+xt\":\"Fizetésre vár\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Kft.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Vissza az esemény oldalára\",\"VCoEm+\":\"Vissza a bejelentkezéshez\",\"k1bLf+\":\"Háttérszín\",\"I7xjqg\":\"Háttér típusa\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Számlázási cím\",\"/xC/im\":\"Számlázási beállítások\",\"rp/zaT\":\"Brazíliai portugál\",\"whqocw\":\"A regisztrációval elfogadja <0>Szolgáltatási feltételeinket és <1>Adatvédelmi irányelveinket.\",\"bcCn6r\":\"Számítás típusa\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Mégsem\",\"Gjt/py\":\"E-mail cím módosításának visszavonása\",\"tVJk4q\":\"Megrendelés törlése\",\"Os6n2a\":\"Megrendelés törlése\",\"Mz7Ygx\":[\"Megrendelés törlése \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Törölve\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Kapacitás\",\"V6Q5RZ\":\"Kapacitás-hozzárendelés sikeresen létrehozva\",\"k5p8dz\":\"Kapacitás-hozzárendelés sikeresen törölve\",\"nDBs04\":\"Kapacitás kezelése\",\"ddha3c\":\"A kategóriák lehetővé teszik a termékek csoportosítását. Például létrehozhat egy kategóriát „Jegyek” néven, és egy másikat „Árucikkek” néven.\",\"iS0wAT\":\"A kategóriák segítenek a termékek rendszerezésében. Ez a cím megjelenik a nyilvános eseményoldalon.\",\"eorM7z\":\"Kategóriák sikeresen átrendezve.\",\"3EXqwa\":\"Kategória sikeresen létrehozva\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Jelszó módosítása\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Bejelentkezés \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Bejelentkezés és megrendelés fizetettként jelölése\",\"QYLpB4\":\"Csak bejelentkezés\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Nézze meg ezt az eseményt!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Bejelentkezési lista sikeresen törölve\",\"+hBhWk\":\"A bejelentkezési lista lejárt\",\"mBsBHq\":\"A bejelentkezési lista nem aktív\",\"vPqpQG\":\"Bejelentkezési lista nem található\",\"tejfAy\":\"Bejelentkezési listák\",\"hD1ocH\":\"Bejelentkezési URL a vágólapra másolva\",\"CNafaC\":\"A jelölőnégyzet opciók több kiválasztást is lehetővé tesznek\",\"SpabVf\":\"Jelölőnégyzetek\",\"CRu4lK\":\"Bejelentkezve\",\"znIg+z\":\"Fizetés\",\"1WnhCL\":\"Fizetési beállítások\",\"6imsQS\":\"Kínai (egyszerűsített)\",\"JjkX4+\":\"Válasszon színt a háttérhez\",\"/Jizh9\":\"Válasszon fiókot\",\"3wV73y\":\"Város\",\"FG98gC\":\"Keresési szöveg törlése\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Kattintson a másoláshoz\",\"yz7wBu\":\"Bezárás\",\"62Ciis\":\"Oldalsáv bezárása\",\"EWPtMO\":\"Kód\",\"ercTDX\":\"A kódnak 3 és 50 karakter között kell lennie\",\"oqr9HB\":\"Összecsukja ezt a terméket, amikor az eseményoldal kezdetben betöltődik\",\"jZlrte\":\"Szín\",\"Vd+LC3\":\"A színnek érvényes hexadecimális színkódnak kell lennie. Példa: #ffffff\",\"1HfW/F\":\"Színek\",\"VZeG/A\":\"Hamarosan érkezik\",\"yPI7n9\":\"Vesszővel elválasztott kulcsszavak, amelyek leírják az eseményt. Ezeket a keresőmotorok használják az esemény kategorizálásához és indexeléséhez.\",\"NPZqBL\":\"Megrendelés befejezése\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Fizetés befejezése\",\"qqWcBV\":\"Befejezett\",\"6HK5Ct\":\"Befejezett megrendelések\",\"NWVRtl\":\"Befejezett megrendelések\",\"DwF9eH\":\"Komponens kód\",\"Tf55h7\":\"Konfigurált kedvezmény\",\"7VpPHA\":\"Megerősítés\",\"ZaEJZM\":\"E-mail cím módosításának megerősítése\",\"yjkELF\":\"Új jelszó megerősítése\",\"xnWESi\":\"Jelszó megerősítése\",\"p2/GCq\":\"Jelszó megerősítése\",\"wnDgGj\":\"E-mail cím megerősítése...\",\"pbAk7a\":\"Stripe csatlakoztatása\",\"UMGQOh\":\"Csatlakozás a Stripe-hoz\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Csatlakozási adatok\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Folytatás\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Folytatás gomb szövege\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Másolva\",\"T5rdis\":\"vágólapra másolva\",\"he3ygx\":\"Másolás\",\"r2B2P8\":\"Bejelentkezési URL másolása\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Link másolása\",\"E6nRW7\":\"URL másolása\",\"JNCzPW\":\"Ország\",\"IF7RiR\":\"Borító\",\"hYgDIe\":\"Létrehozás\",\"b9XOHo\":[\"Létrehozás \",[\"0\"]],\"k9RiLi\":\"Termék létrehozása\",\"6kdXbW\":\"Promóciós kód létrehozása\",\"n5pRtF\":\"Jegy létrehozása\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"szervező létrehozása\",\"ipP6Ue\":\"Résztvevő létrehozása\",\"VwdqVy\":\"Kapacitás-hozzárendelés létrehozása\",\"EwoMtl\":\"Kategória létrehozása\",\"XletzW\":\"Kategória létrehozása\",\"WVbTwK\":\"Bejelentkezési lista létrehozása\",\"uN355O\":\"Esemény létrehozása\",\"BOqY23\":\"Új létrehozása\",\"kpJAeS\":\"Szervező létrehozása\",\"a0EjD+\":\"Termék létrehozása\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Promóciós kód létrehozása\",\"B3Mkdt\":\"Kérdés létrehozása\",\"UKfi21\":\"Adó vagy díj létrehozása\",\"d+F6q9\":\"Létrehozva\",\"Q2lUR2\":\"Pénznem\",\"DCKkhU\":\"Jelenlegi jelszó\",\"uIElGP\":\"Egyedi térképek URL\",\"UEqXyt\":\"Egyedi tartomány\",\"876pfE\":\"Ügyfél\",\"QOg2Sf\":\"Testreszabhatja az esemény e-mail és értesítési beállításait.\",\"Y9Z/vP\":\"Testreszabhatja az esemény honlapját és a fizetési üzeneteket.\",\"2E2O5H\":\"Testreszabhatja az esemény egyéb beállításait.\",\"iJhSxe\":\"Testreszabhatja az esemény SEO beállításait.\",\"KIhhpi\":\"Testreszabhatja eseményoldalát\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Veszélyzóna\",\"ZQKLI1\":\"Veszélyzóna\",\"7p5kLi\":\"Irányítópult\",\"mYGY3B\":\"Dátum\",\"JvUngl\":\"Dátum és idő\",\"JJhRbH\":\"Első nap kapacitás\",\"cnGeoo\":\"Törlés\",\"jRJZxD\":\"Kapacitás törlése\",\"VskHIx\":\"Kategória törlése\",\"Qrc8RZ\":\"Bejelentkezési lista törlése\",\"WHf154\":\"Kód törlése\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Leírás\",\"YC3oXa\":\"Leírás a bejelentkezési személyzet számára\",\"URmyfc\":\"Részletek\",\"1lRT3t\":\"Ezen kapacitás letiltása nyomon követi az értékesítéseket, de nem állítja le őket, amikor a limit elérte a határt.\",\"H6Ma8Z\":\"Kedvezmény\",\"ypJ62C\":\"Kedvezmény %\",\"3LtiBI\":[\"Kedvezmény \",[\"0\"],\"-ban\"],\"C8JLas\":\"Kedvezmény típusa\",\"1QfxQT\":\"Dismiss\",\"DZlSLn\":\"Dokumentum címke\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\".ics letöltése\",\"kodV18\":\"CSV letöltése\",\"CELKku\":\"Számla letöltése\",\"LQrXcu\":\"Számla letöltése\",\"QIodqd\":\"QR kód letöltése\",\"yhjU+j\":\"Számla letöltése\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Legördülő menü kiválasztása\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Esemény másolása\",\"3ogkAk\":\"Esemény másolása\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Opciók másolása\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Korai madár\",\"ePK91l\":\"Szerkesztés\",\"N6j2JH\":[\"Szerkesztés \",[\"0\"]],\"kBkYSa\":\"Kapacitás szerkesztése\",\"oHE9JT\":\"Kapacitás-hozzárendelés szerkesztése\",\"j1Jl7s\":\"Kategória szerkesztése\",\"FU1gvP\":\"Bejelentkezési lista szerkesztése\",\"iFgaVN\":\"Kód szerkesztése\",\"jrBSO1\":\"Szervező szerkesztése\",\"tdD/QN\":\"Termék szerkesztése\",\"n143Tq\":\"Termékkategória szerkesztése\",\"9BdS63\":\"Promóciós kód szerkesztése\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Kérdés szerkesztése\",\"poTr35\":\"Felhasználó szerkesztése\",\"GTOcxw\":\"Felhasználó szerkesztése\",\"pqFrv2\":\"pl. 2.50 2.50 dollárért\",\"3yiej1\":\"pl. 23.5 23.5%-ért\",\"O3oNi5\":\"E-mail\",\"VxYKoK\":\"E-mail és értesítési beállítások\",\"ATGYL1\":\"E-mail cím\",\"hzKQCy\":\"E-mail cím\",\"HqP6Qf\":\"E-mail cím módosítása sikeresen törölve\",\"mISwW1\":\"E-mail cím módosítása függőben\",\"APuxIE\":\"E-mail megerősítés újraküldve\",\"YaCgdO\":\"E-mail megerősítés sikeresen újraküldve\",\"jyt+cx\":\"E-mail lábléc üzenet\",\"I6F3cp\":\"E-mail nem ellenőrzött\",\"NTZ/NX\":\"Beágyazási kód\",\"4rnJq4\":\"Beágyazási szkript\",\"8oPbg1\":\"Számlázás engedélyezése\",\"j6w7d/\":\"Engedélyezze ezt a kapacitást, hogy leállítsa a termékértékesítést, amikor a limit elérte a határt.\",\"VFv2ZC\":\"Befejezés dátuma\",\"237hSL\":\"Befejezett\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Angol\",\"MhVoma\":\"Adjon meg egy összeget adók és díjak nélkül.\",\"SlfejT\":\"Hiba\",\"3Z223G\":\"Hiba az e-mail cím megerősítésekor\",\"a6gga1\":\"Hiba az e-mail cím módosításának megerősítésekor\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Esemény\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Esemény dátuma\",\"0Zptey\":\"Esemény alapértelmezett beállításai\",\"QcCPs8\":\"Esemény részletei\",\"6fuA9p\":\"Esemény sikeresen másolva\",\"AEuj2m\":\"Esemény honlapja\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Esemény helyszíne és helyszín adatai\",\"OopDbA\":\"Event page\",\"4/If97\":\"Esemény állapotának frissítése sikertelen. Kérjük, próbálja újra később.\",\"btxLWj\":\"Esemény állapota frissítve\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Események\",\"sZg7s1\":\"Lejárati dátum\",\"KnN1Tu\":\"Lejár\",\"uaSvqt\":\"Lejárati dátum\",\"GS+Mus\":\"Exportálás\",\"9xAp/j\":\"Nem sikerült törölni a résztvevőt.\",\"ZpieFv\":\"Nem sikerült törölni a megrendelést.\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Nem sikerült letölteni a számlát. Kérjük, próbálja újra.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Bejelentkezési lista betöltése sikertelen\",\"ZQ15eN\":\"Jegy e-mail újraküldése sikertelen\",\"ejXy+D\":\"Termékek rendezése sikertelen\",\"PLUB/s\":\"Díj\",\"/mfICu\":\"Díjak\",\"LyFC7X\":\"Megrendelések szűrése\",\"cSev+j\":\"Szűrők\",\"CVw2MU\":[\"Szűrők (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Első számla száma\",\"V1EGGU\":\"Keresztnév\",\"kODvZJ\":\"Keresztnév\",\"S+tm06\":\"A keresztnévnek 1 és 50 karakter között kell lennie.\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Először használva\",\"TpqW74\":\"Fix\",\"irpUxR\":\"Fix összeg\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Elfelejtette jelszavát?\",\"2POOFK\":\"Ingyenes\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Francia\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Német\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Vissza a profilhoz\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Naptár\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Bruttó értékesítés\",\"yRg26W\":\"Bruttó értékesítés\",\"R4r4XO\":\"Résztvevők\",\"26pGvx\":\"Van promóciós kódja?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"Íme egy példa, hogyan használhatja a komponenst az alkalmazásában.\",\"Y1SSqh\":\"Íme a React komponens, amelyet a widget beágyazásához használhatja az alkalmazásában.\",\"QuhVpV\":[\"Szia \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Rejtett a nyilvánosság elől\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"A rejtett kérdések csak az eseményszervező számára láthatók, az ügyfél számára nem.\",\"vLyv1R\":\"Elrejtés\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Termék elrejtése az értékesítés befejezési dátuma után\",\"06s3w3\":\"Termék elrejtése az értékesítés kezdési dátuma előtt\",\"axVMjA\":\"Termék elrejtése, kivéve, ha a felhasználónak van érvényes promóciós kódja\",\"ySQGHV\":\"Termék elrejtése, ha elfogyott\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Termék elrejtése az ügyfelek elől\",\"Da29Y6\":\"Kérdés elrejtése\",\"fvDQhr\":\"Szint elrejtése a felhasználók elől\",\"lNipG+\":\"Egy termék elrejtése megakadályozza, hogy a felhasználók lássák azt az eseményoldalon.\",\"ZOBwQn\":\"Honlaptervezés\",\"PRuBTd\":\"Honlaptervező\",\"YjVNGZ\":\"Honlap előnézet\",\"c3E/kw\":\"Homer\",\"8k8Njd\":\"Hány perc áll az ügyfél rendelkezésére a megrendelés befejezéséhez? Legalább 15 percet javaslunk.\",\"ySxKZe\":\"Hányszor használható fel ez a kód?\",\"dZsDbK\":[\"HTML karakterkorlát túllépve: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Elfogadom az <0>általános szerződési feltételeket\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Ha engedélyezve van, a bejelentkezési személyzet bejelentkezettként jelölheti meg a résztvevőket, vagy fizetettként jelölheti meg a megrendelést, és bejelentkezhet a résztvevők. Ha le van tiltva, a fizetetlen megrendelésekhez társított résztvevők nem jelentkezhetnek be.\",\"muXhGi\":\"Ha engedélyezve van, a szervező e-mail értesítést kap, amikor új megrendelés érkezik.\",\"6fLyj/\":\"Ha nem Ön kérte ezt a módosítást, kérjük, azonnal változtassa meg jelszavát.\",\"n/ZDCz\":\"Kép sikeresen törölve\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Kép sikeresen feltöltve\",\"VyUuZb\":\"Kép URL-címe\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inaktív\",\"T0K0yl\":\"Az inaktív felhasználók nem tudnak bejelentkezni.\",\"kO44sp\":\"Adja meg az online esemény csatlakozási adatait. Ezek az adatok megjelennek a megrendelés összefoglaló oldalán és a résztvevő jegy oldalán.\",\"FlQKnG\":\"Adó és díjak belefoglalása az árba\",\"Vi+BiW\":[[\"0\"],\" terméket tartalmaz\"],\"lpm0+y\":\"1 terméket tartalmaz\",\"UiAk5P\":\"Kép beszúrása\",\"OyLdaz\":\"Meghívó újraküldve!\",\"HE6KcK\":\"Meghívó visszavonva!\",\"SQKPvQ\":\"Felhasználó meghívása\",\"bKOYkd\":\"Számla sikeresen letöltve\",\"alD1+n\":\"Számlamegjegyzések\",\"kOtCs2\":\"Számlaszámozás\",\"UZ2GSZ\":\"Számla beállítások\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Tétel\",\"KFXip/\":\"János\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Címke\",\"vXIe7J\":\"Nyelv\",\"2LMsOq\":\"Utolsó 12 hónap\",\"vfe90m\":\"Utolsó 14 nap\",\"aK4uBd\":\"Utolsó 24 óra\",\"uq2BmQ\":\"Utolsó 30 nap\",\"bB6Ram\":\"Utolsó 48 óra\",\"VlnB7s\":\"Utolsó 6 hónap\",\"ct2SYD\":\"Utolsó 7 nap\",\"XgOuA7\":\"Utolsó 90 nap\",\"I3yitW\":\"Utolsó bejelentkezés\",\"1ZaQUH\":\"Vezetéknév\",\"UXBCwc\":\"Vezetéknév\",\"tKCBU0\":\"Utoljára használva\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Hagyja üresen az alapértelmezett „Számla” szó használatához\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Betöltés...\",\"wJijgU\":\"Helyszín\",\"sQia9P\":\"Bejelentkezés\",\"zUDyah\":\"Bejelentkezés...\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Kijelentkezés\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Tegye kötelezővé a számlázási címet a fizetés során\",\"MU3ijv\":\"Tegye kötelezővé ezt a kérdést\",\"wckWOP\":\"Kezelés\",\"onpJrA\":\"Résztvevő kezelése\",\"n4SpU5\":\"Esemény kezelése\",\"WVgSTy\":\"Megrendelés kezelése\",\"1MAvUY\":\"Kezelje az esemény fizetési és számlázási beállításait.\",\"cQrNR3\":\"Profil kezelése\",\"AtXtSw\":\"Kezelje az adókat és díjakat, amelyek alkalmazhatók a termékeire.\",\"ophZVW\":\"Jegyek kezelése\",\"DdHfeW\":\"Kezelje fiókadatait és alapértelmezett beállításait.\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Kezelje felhasználóit és engedélyeiket.\",\"1m+YT2\":\"A kötelező kérdésekre válaszolni kell, mielőtt az ügyfél fizethetne.\",\"Dim4LO\":\"Résztvevő manuális hozzáadása\",\"e4KdjJ\":\"Résztvevő manuális hozzáadása\",\"vFjEnF\":\"Fizetettként jelölés\",\"g9dPPQ\":\"Maximum megrendelésenként\",\"l5OcwO\":\"Üzenet a résztvevőnek\",\"Gv5AMu\":\"Üzenet a résztvevőknek\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Üzenet a vásárlónak\",\"tNZzFb\":\"Üzenet tartalma\",\"lYDV/s\":\"Egyéni résztvevők üzenete\",\"V7DYWd\":\"Üzenet elküldve\",\"t7TeQU\":\"Üzenetek\",\"xFRMlO\":\"Minimum megrendelésenként\",\"QYcUEf\":\"Minimális ár\",\"RDie0n\":\"Egyéb\",\"mYLhkl\":\"Egyéb beállítások\",\"KYveV8\":\"Többsoros szövegdoboz\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Az én csodálatos eseményem leírása...\",\"vX8/tc\":\"Az én csodálatos eseményem címe...\",\"hKtWk2\":\"Profilom\",\"fj5byd\":\"N/A\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Név\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Navigálás a résztvevőhöz\",\"qqeAJM\":\"Soha\",\"7vhWI8\":\"Új jelszó\",\"1UzENP\":\"Nem\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Nincs megjeleníthető archivált esemény.\",\"q2LEDV\":\"Nincsenek résztvevők ehhez a megrendeléshez.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Nincs megjeleníthető résztvevő\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Nincs kapacitás-hozzárendelés\",\"a/gMx2\":\"Nincsenek bejelentkezési listák\",\"tMFDem\":\"Nincs adat\",\"6Z/F61\":\"Nincs megjeleníthető adat. Kérjük, válasszon dátumtartományt.\",\"fFeCKc\":\"Nincs kedvezmény\",\"HFucK5\":\"Nincs megjeleníthető befejezett esemény.\",\"yAlJXG\":\"Nincs megjeleníthető esemény\",\"GqvPcv\":\"Nincsenek elérhető szűrők\",\"KPWxKD\":\"Nincs megjeleníthető üzenet\",\"J2LkP8\":\"Nincs megjeleníthető megrendelés\",\"RBXXtB\":\"Jelenleg nem állnak rendelkezésre fizetési módok. Kérjük, vegye fel a kapcsolatot az eseményszervezővel segítségért.\",\"ZWEfBE\":\"Fizetés nem szükséges\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Nincsenek termékek ebben a kategóriában.\",\"FTfObB\":\"Még nincsenek termékek\",\"+Y976X\":\"Nincs megjeleníthető promóciós kód\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Nincs találat\",\"gk5uwN\":\"Nincs találat\",\"RHyZUL\":\"Nincs találat.\",\"RY2eP1\":\"Nem adtak hozzá adókat vagy díjakat.\",\"EdQY6l\":\"Egyik sem\",\"OJx3wK\":\"Nem elérhető\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Jegyzetek\",\"jtrY3S\":\"Még nincs mit mutatni\",\"hFwWnI\":\"Értesítési beállítások\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Szervező értesítése új megrendelésekről\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Engedélyezett napok száma a fizetésre (hagyja üresen a fizetési feltételek kihagyásához a számlákról)\",\"n86jmj\":\"Szám előtag\",\"mwe+2z\":\"Az offline megrendelések nem jelennek meg az esemény statisztikáiban, amíg a megrendelés nem kerül fizetettként megjelölésre.\",\"dWBrJX\":\"Offline fizetés sikertelen. Kérjük, próbálja újra, vagy lépjen kapcsolatba az eseményszervezővel.\",\"fcnqjw\":\"Offline fizetési utasítások\",\"+eZ7dp\":\"Offline fizetések\",\"ojDQlR\":\"Offline fizetési információk\",\"u5oO/W\":\"Offline fizetési beállítások\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"Eladó\",\"Ug4SfW\":\"Miután létrehozott egy eseményt, itt fogja látni.\",\"ZxnK5C\":\"Miután elkezd gyűjteni adatokat, itt fogja látni.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Folyamatban\",\"z+nuVJ\":\"Online event\",\"WKHW0N\":\"Online esemény részletei\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Bejelentkezési oldal megnyitása\",\"OdnLE4\":\"Oldalsáv megnyitása\",\"ZZEYpT\":[\"Opció \",[\"i\"]],\"oPknTP\":\"Opcionális további információk, amelyek megjelennek minden számlán (pl. fizetési feltételek, késedelmi díjak, visszatérítési szabályzat).\",\"OrXJBY\":\"Opcionális előtag a számlaszámokhoz (pl. INV-)\",\"0zpgxV\":\"Opciók\",\"BzEFor\":\"vagy\",\"UYUgdb\":\"Megrendelés\",\"mm+eaX\":\"Order #\",\"B3gPuX\":\"Megrendelés törölve\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Megrendelés dátuma\",\"Tol4BF\":\"Megrendelés részletei\",\"WbImlQ\":\"A megrendelés törölve lett, és a megrendelő értesítést kapott.\",\"nAn4Oe\":\"Megrendelés fizetettként megjelölve\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Rendelésszám\",\"acIJ41\":\"Megrendelés állapota\",\"GX6dZv\":\"Megrendelés összefoglaló\",\"tDTq0D\":\"Megrendelés időtúllépés\",\"1h+RBg\":\"Megrendelések\",\"3y+V4p\":\"Szervezet címe\",\"GVcaW6\":\"Szervezet részletei\",\"nfnm9D\":\"Szervezet neve\",\"G5RhpL\":\"Szervező\",\"mYygCM\":\"Szervező kötelező\",\"Pa6G7v\":\"Szervező neve\",\"l894xP\":\"A szervezők csak eseményeket és termékeket kezelhetnek. Nem kezelhetik a felhasználókat, fiókbeállításokat vagy számlázási információkat.\",\"fdjq4c\":\"Kitöltés\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Oldal nem található\",\"QbrUIo\":\"Oldalmegtekintések\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"fizetett\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Részben visszatérítve\",\"8ZsakT\":\"Jelszó\",\"TUJAyx\":\"A jelszónak legalább 8 karakterből kell állnia\",\"vwGkYB\":\"A jelszónak legalább 8 karakter hosszúnak kell lennie.\",\"BLTZ42\":\"Jelszó sikeresen visszaállítva. Kérjük, jelentkezzen be új jelszavával.\",\"f7SUun\":\"A jelszavak nem egyeznek.\",\"aEDp5C\":\"Illessze be ezt oda, ahová a widgetet szeretné.\",\"+23bI/\":\"Patrik\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Fizetés\",\"Lg+ewC\":\"Fizetés és számlázás\",\"DZjk8u\":\"Fizetési és számlázási beállítások\",\"lflimf\":\"Fizetési határidő\",\"JhtZAK\":\"Fizetés sikertelen\",\"JEdsvQ\":\"Fizetési utasítások\",\"bLB3MJ\":\"Fizetési módok\",\"QzmQBG\":\"Fizetési szolgáltató\",\"lsxOPC\":\"Fizetés beérkezett\",\"wJTzyi\":\"Fizetési állapot\",\"xgav5v\":\"Fizetés sikeres!\",\"R29lO5\":\"Fizetési feltételek\",\"/roQKz\":\"Százalék\",\"vPJ1FI\":\"Százalékos összeg\",\"xdA9ud\":\"Helyezze ezt a weboldalának részébe.\",\"blK94r\":\"Kérjük, adjon hozzá legalább egy opciót.\",\"FJ9Yat\":\"Kérjük, ellenőrizze, hogy a megadott információk helyesek-e.\",\"TkQVup\":\"Kérjük, ellenőrizze e-mail címét és jelszavát, majd próbálja újra.\",\"sMiGXD\":\"Kérjük, ellenőrizze, hogy az e-mail címe érvényes-e.\",\"Ajavq0\":\"Kérjük, ellenőrizze e-mail címét az e-mail cím megerősítéséhez.\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Kérjük, folytassa az új lapon.\",\"hcX103\":\"Kérjük, hozzon létre egy terméket.\",\"cdR8d6\":\"Kérjük, hozzon létre egy jegyet.\",\"x2mjl4\":\"Kérjük, adjon meg egy érvényes kép URL-t, amely egy képre mutat.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Kérjük, vegye figyelembe\",\"C63rRe\":\"Kérjük, térjen vissza az esemény oldalára az újrakezdéshez.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Kérjük, válasszon ki legalább egy terméket.\",\"igBrCH\":\"Kérjük, erősítse meg e-mail címét az összes funkció eléréséhez.\",\"/IzmnP\":\"Kérjük, várjon, amíg előkészítjük számláját...\",\"MOERNx\":\"Portugál\",\"qCJyMx\":\"Fizetés utáni üzenet\",\"g2UNkE\":\"Üzemelteti\",\"Rs7IQv\":\"Fizetés előtti üzenet\",\"rdUucN\":\"Előnézet\",\"a7u1N9\":\"Ár\",\"CmoB9j\":\"Ármegjelenítési mód\",\"BI7D9d\":\"Ár nincs beállítva\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Elsődleges szín\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Elsődleges szövegszín\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Összes jegy nyomtatása\",\"DKwDdj\":\"Jegyek nyomtatása\",\"K47k8R\":\"Termék\",\"1JwlHk\":\"Termékkategória\",\"U61sAj\":\"Termékkategória sikeresen frissítve.\",\"1USFWA\":\"Termék sikeresen törölve\",\"4Y2FZT\":\"Termék ár típusa\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Termék értékesítés\",\"U/R4Ng\":\"Terméksor\",\"sJsr1h\":\"Termék típusa\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Termék(ek)\",\"N0qXpE\":\"Termékek\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Eladott termékek\",\"/u4DIx\":\"Eladott termékek\",\"DJQEZc\":\"Termékek sikeresen rendezve\",\"vERlcd\":\"Profil\",\"kUlL8W\":\"Profil sikeresen frissítve\",\"cl5WYc\":[\"Promóciós kód \",[\"promo_code\"],\" alkalmazva\"],\"P5sgAk\":\"Promóciós kód\",\"yKWfjC\":\"Promóciós kód oldal\",\"RVb8Fo\":\"Promóciós kódok\",\"BZ9GWa\":\"A promóciós kódok kedvezmények, előzetes hozzáférés vagy különleges hozzáférés biztosítására használhatók az eseményéhez.\",\"OP094m\":\"Promóciós kódok jelentés\",\"4kyDD5\":\"Adjon meg további kontextust vagy utasításokat ehhez a kérdéshez. Használja ezt a mezőt feltételek,\\nirányelvek vagy bármilyen fontos információ hozzáadásához, amelyet a résztvevőknek tudniuk kell a válaszadás előtt.\",\"toutGW\":\"QR kód\",\"LkMOWF\":\"Elérhető mennyiség\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Kérdés törölve\",\"avf0gk\":\"Kérdés leírása\",\"oQvMPn\":\"Kérdés címe\",\"enzGAL\":\"Kérdések\",\"ROv2ZT\":\"Kérdések és válaszok\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Rádió opció\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Címzett\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Visszatérítés sikertelen\",\"n10yGu\":\"Megrendelés visszatérítése\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Visszatérítés függőben\",\"xHpVRl\":\"Visszatérítés állapota\",\"/BI0y9\":\"Visszatérítve\",\"fgLNSM\":\"Regisztráció\",\"9+8Vez\":\"Fennmaradó felhasználások\",\"tasfos\":\"eltávolítás\",\"t/YqKh\":\"Eltávolítás\",\"t9yxlZ\":\"Jelentések\",\"prZGMe\":\"Számlázási cím kötelező\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"E-mail megerősítés újraküldése\",\"wIa8Qe\":\"Meghívó újraküldése\",\"VeKsnD\":\"Megrendelés e-mail újraküldése\",\"dFuEhO\":\"Jegy e-mail újraküldése\",\"o6+Y6d\":\"Újraküldés...\",\"OfhWJH\":\"Visszaállítás\",\"RfwZxd\":\"Jelszó visszaállítása\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Esemény visszaállítása\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Vissza az esemény oldalára\",\"8YBH95\":\"Bevétel\",\"PO/sOY\":\"Meghívó visszavonása\",\"GDvlUT\":\"Szerep\",\"ELa4O9\":\"Értékesítés befejezési dátuma\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Értékesítés kezdési dátuma\",\"hBsw5C\":\"Értékesítés befejezve\",\"kpAzPe\":\"Értékesítés kezdete\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Mentés\",\"IUwGEM\":\"Változások mentése\",\"U65fiW\":\"Szervező mentése\",\"UGT5vp\":\"Beállítások mentése\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Keresés résztvevő neve, e-mail címe vagy rendelési száma alapján...\",\"+pr/FY\":\"Keresés eseménynév alapján...\",\"3zRbWw\":\"Keresés név, e-mail vagy rendelési szám alapján...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Keresés név alapján...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Kapacitás-hozzárendelések keresése...\",\"r9M1hc\":\"Bejelentkezési listák keresése...\",\"+0Yy2U\":\"Termékek keresése\",\"YIix5Y\":\"Keresés...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Másodlagos szín\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Másodlagos szövegszín\",\"02ePaq\":[\"Válasszon \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Kategória kiválasztása...\",\"kWI/37\":\"Szervező kiválasztása\",\"ixIx1f\":\"Termék kiválasztása\",\"3oSV95\":\"Terméksor kiválasztása\",\"C4Y1hA\":\"Termékek kiválasztása\",\"hAjDQy\":\"Állapot kiválasztása\",\"QYARw/\":\"Jegy kiválasztása\",\"OMX4tH\":\"Jegyek kiválasztása\",\"DrwwNd\":\"Időszak kiválasztása\",\"O/7I0o\":\"Válasszon...\",\"JlFcis\":\"Küldés\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Üzenet küldése\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Üzenet küldése\",\"D7ZemV\":\"Rendelés visszaigazoló és jegy e-mail küldése\",\"v1rRtW\":\"Teszt küldése\",\"4Ml90q\":\"Keresőoptimalizálás\",\"j1VfcT\":\"Keresőoptimalizálási leírás\",\"/SIY6o\":\"Keresőoptimalizálási kulcsszavak\",\"GfWoKv\":\"Keresőoptimalizálási beállítások\",\"rXngLf\":\"Keresőoptimalizálási cím\",\"/jZOZa\":\"Szolgáltatási díj\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Állítsa be a számlaszámozás kezdő számát. Ez nem módosítható, amint a számlák elkészültek.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Beállítások\",\"Z8lGw6\":\"Megosztás\",\"B2V3cA\":\"Esemény megosztása\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Show\",\"V0SbFp\":\"Elérhető termékmennyiség megjelenítése\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Több mutatása\",\"izwOOD\":\"Adó és díjak külön megjelenítése\",\"1SbbH8\":\"Az ügyfélnek a fizetés után, a rendelésösszegző oldalon jelenik meg.\",\"YfHZv0\":\"Az ügyfélnek a fizetés előtt jelenik meg.\",\"CBBcly\":\"Gyakori címmezőket mutat, beleértve az országot is.\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Egysoros szövegmező\",\"+P0Cn2\":\"Lépés kihagyása\",\"YSEnLE\":\"Smith\",\"lgFfeO\":\"Elfogyott\",\"Mi1rVn\":\"Elfogyott\",\"nwtY4N\":\"Valami hiba történt\",\"GRChTw\":\"Hiba történt az adó vagy díj törlésekor\",\"YHFrbe\":\"Valami hiba történt! Kérjük, próbálja újra.\",\"kf83Ld\":\"Valami hiba történt.\",\"fWsBTs\":\"Valami hiba történt. Kérjük, próbálja újra.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Sajnáljuk, ez a promóciós kód nem felismerhető.\",\"65A04M\":\"Spanyol\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Kezdés dátuma\",\"/2by1f\":\"Állam vagy régió\",\"uAQUqI\":\"Állapot\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"A Stripe fizetések nincsenek engedélyezve ehhez az eseményhez.\",\"UJmAAK\":\"Tárgy\",\"X2rrlw\":\"Részösszeg\",\"zzDlyQ\":\"Sikeres\",\"b0HJ45\":[\"Sikeres! \",[\"0\"],\" hamarosan e-mailt kap.\"],\"BJIEiF\":[\"Sikeresen \",[\"0\"],\" résztvevő\"],\"OtgNFx\":\"E-mail cím sikeresen megerősítve\",\"IKwyaF\":\"E-mail cím módosítás sikeresen megerősítve\",\"zLmvhE\":\"Résztvevő sikeresen létrehozva\",\"gP22tw\":\"Termék sikeresen létrehozva\",\"9mZEgt\":\"Promóciós kód sikeresen létrehozva\",\"aIA9C4\":\"Kérdés sikeresen létrehozva\",\"J3RJSZ\":\"Résztvevő sikeresen frissítve\",\"3suLF0\":\"Kapacitás-hozzárendelés sikeresen frissítve\",\"Z+rnth\":\"Bejelentkezési lista sikeresen frissítve\",\"vzJenu\":\"E-mail beállítások sikeresen frissítve\",\"7kOMfV\":\"Esemény sikeresen frissítve\",\"G0KW+e\":\"Honlapterv sikeresen frissítve\",\"k9m6/E\":\"Honlapbeállítások sikeresen frissítve\",\"y/NR6s\":\"Helyszín sikeresen frissítve\",\"73nxDO\":\"Egyéb beállítások sikeresen frissítve\",\"4H80qv\":\"Megrendelés sikeresen frissítve\",\"6xCBVN\":\"Fizetési és számlázási beállítások sikeresen frissítve\",\"1Ycaad\":\"Termék sikeresen frissítve\",\"70dYC8\":\"Promóciós kód sikeresen frissítve\",\"F+pJnL\":\"Keresőoptimalizálási beállítások sikeresen frissítve\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Támogatási e-mail\",\"uRfugr\":\"Póló\",\"JpohL9\":\"Adó\",\"geUFpZ\":\"Adó és díjak\",\"dFHcIn\":\"Adó adatok\",\"wQzCPX\":\"Adózási információk, amelyek minden számla alján megjelennek (pl. adószám, adóazonosító szám).\",\"0RXCDo\":\"Adó vagy díj sikeresen törölve\",\"ZowkxF\":\"Adók\",\"qu6/03\":\"Adók és díjak\",\"gypigA\":\"Ez a promóciós kód érvénytelen.\",\"5ShqeM\":\"A keresett bejelentkezési lista nem létezik.\",\"QXlz+n\":\"Az események alapértelmezett pénzneme.\",\"mnafgQ\":\"Az események alapértelmezett időzónája.\",\"o7s5FA\":\"Az a nyelv, amelyen a résztvevő e-maileket kap.\",\"NlfnUd\":\"A link, amire kattintott, érvénytelen.\",\"HsFnrk\":[\"A termékek maximális száma \",[\"0\"],\" számára \",[\"1\"]],\"TSAiPM\":\"A keresett oldal nem létezik.\",\"MSmKHn\":\"Az ügyfélnek megjelenő ár tartalmazza az adókat és díjakat.\",\"6zQOg1\":\"Az ügyfélnek megjelenő ár nem tartalmazza az adókat és díjakat. Külön lesznek feltüntetve.\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Az esemény címe, amely megjelenik a keresőmotorok találatai között és a közösségi médiában való megosztáskor. Alapértelmezés szerint az esemény címe kerül felhasználásra.\",\"wDx3FF\":\"Nincsenek elérhető termékek ehhez az eseményhez.\",\"pNgdBv\":\"Nincsenek elérhető termékek ebben a kategóriában.\",\"rMcHYt\":\"Függőben lévő visszatérítés van. Kérjük, várja meg a befejezését, mielőtt újabb visszatérítést kérne.\",\"F89D36\":\"Hiba történt a megrendelés fizetettként való megjelölésekor.\",\"68Axnm\":\"Hiba történt a kérés feldolgozása során. Kérjük, próbálja újra.\",\"mVKOW6\":\"Hiba történt az üzenet küldésekor.\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Ennek a résztvevőnek van egy kifizetetlen megrendelése.\",\"mf3FrP\":\"Ez a kategória még nem tartalmaz termékeket.\",\"8QH2Il\":\"Ez a kategória el van rejtve a nyilvánosság elől.\",\"xxv3BZ\":\"Ez a bejelentkezési lista lejárt.\",\"Sa7w7S\":\"Ez a bejelentkezési lista lejárt, és már nem használható bejelentkezéshez.\",\"Uicx2U\":\"Ez a bejelentkezési lista aktív.\",\"1k0Mp4\":\"Ez a bejelentkezési lista még nem aktív.\",\"K6fmBI\":\"Ez a bejelentkezési lista még nem aktív, és nem használható bejelentkezéshez.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Ez az információ megjelenik a fizetési oldalon, a megrendelés összefoglaló oldalán és a megrendelés visszaigazoló e-mailben.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Ez egy online esemény.\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Ez az üzenet szerepelni fog az eseményről küldött összes e-mail láblécében.\",\"55i7Fa\":\"Ez az üzenet csak akkor jelenik meg, ha a megrendelés sikeresen befejeződött. A fizetésre váró megrendelések nem jelenítik meg ezt az üzenetet.\",\"RjwlZt\":\"Ez a megrendelés már ki lett fizetve.\",\"5K8REg\":\"Ez a megrendelés már visszatérítésre került.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Ez a megrendelés törölve lett.\",\"Q0zd4P\":\"Ez a megrendelés lejárt. Kérjük, kezdje újra.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Ez a megrendelés kész.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Ez a megrendelési oldal már nem elérhető.\",\"i0TtkR\":\"Ez felülírja az összes láthatósági beállítást, és elrejti a terméket minden ügyfél elől.\",\"cRRc+F\":\"Ez a termék nem törölhető, mert megrendeléshez van társítva. Helyette elrejtheti.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Ez a jelszó-visszaállító link érvénytelen vagy lejárt.\",\"IV9xTT\":\"Ez a felhasználó nem aktív, mivel nem fogadta el a meghívóját.\",\"5AnPaO\":\"jegy\",\"kjAL4v\":\"Jegy\",\"dtGC3q\":\"Jegy e-mailt újraküldték a résztvevőnek.\",\"54q0zp\":\"Jegyek ehhez:\",\"xN9AhL\":[\"Szint \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"A többszintű termékek lehetővé teszik, hogy ugyanahhoz a termékhez több árlehetőséget kínáljon. Ez tökéletes a korai madár termékekhez, vagy különböző árlehetőségek kínálásához különböző embercsoportok számára.\",\"nn3mSR\":\"Hátralévő idő:\",\"s/0RpH\":\"Felhasználások száma\",\"y55eMd\":\"Felhasználások száma\",\"40Gx0U\":\"Időzóna\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Cím\",\"xdA/+p\":\"Eszközök\",\"72c5Qo\":\"Összesen\",\"YXx+fG\":\"Összesen kedvezmények előtt\",\"NRWNfv\":\"Összes kedvezmény összege\",\"BxsfMK\":\"Összes díj\",\"2bR+8v\":\"Összes bruttó értékesítés\",\"mpB/d9\":\"Teljes megrendelési összeg\",\"m3FM1g\":\"Összes visszatérített\",\"jEbkcB\":\"Összes visszatérített\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Összes adó\",\"+zy2Nq\":\"Típus\",\"FMdMfZ\":\"Nem sikerült bejelentkezni a résztvevőnek.\",\"bPWBLL\":\"Nem sikerült kijelentkezni a résztvevőnek.\",\"9+P7zk\":\"Nem sikerült létrehozni a terméket. Kérjük, ellenőrizze adatait.\",\"WLxtFC\":\"Nem sikerült létrehozni a terméket. Kérjük, ellenőrizze adatait.\",\"/cSMqv\":\"Nem sikerült kérdést létrehozni. Kérjük, ellenőrizze adatait.\",\"MH/lj8\":\"Nem sikerült frissíteni a kérdést. Kérjük, ellenőrizze adatait.\",\"nnfSdK\":\"Egyedi ügyfelek\",\"Mqy/Zy\":\"Egyesült Államok\",\"NIuIk1\":\"Korlátlan\",\"/p9Fhq\":\"Korlátlanul elérhető\",\"E0q9qH\":\"Korlátlan felhasználás engedélyezett\",\"h10Wm5\":\"Kifizetetlen megrendelés\",\"ia8YsC\":\"Közelgő\",\"TlEeFv\":\"Közelgő események\",\"L/gNNk\":[\"Frissítés \",[\"0\"]],\"+qqX74\":\"Eseménynév, leírás és dátumok frissítése\",\"vXPSuB\":\"Profil frissítése\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL a vágólapra másolva\",\"e5lF64\":\"Használati példa\",\"fiV0xj\":\"Használati limit\",\"sGEOe4\":\"Használja a borítókép elmosódott változatát háttérként.\",\"OadMRm\":\"Borítókép használata\",\"7PzzBU\":\"Felhasználó\",\"yDOdwQ\":\"Felhasználókezelés\",\"Sxm8rQ\":\"Felhasználók\",\"VEsDvU\":\"A felhasználók módosíthatják e-mail címüket a <0>Profilbeállítások menüpontban.\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"ÁFA\",\"E/9LUk\":\"Helyszín neve\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Résztvevő adatainak megtekintése\",\"/5PEQz\":\"Eseményoldal megtekintése\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Megtekintés a Google Térképen\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP bejelentkezési lista\",\"tF+VVr\":\"VIP jegy\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Nem sikerült feldolgozni a fizetését. Kérjük, próbálja újra, vagy lépjen kapcsolatba a támogatással.\",\"45Srzt\":\"Nem sikerült törölni a kategóriát. Kérjük, próbálja újra.\",\"/DNy62\":[\"Nem találtunk jegyeket, amelyek megfelelnek a következőnek: \",[\"0\"]],\"1E0vyy\":\"Nem sikerült betölteni az adatokat. Kérjük, próbálja újra.\",\"NmpGKr\":\"Nem sikerült átrendezni a kategóriákat. Kérjük, próbálja újra.\",\"BJtMTd\":\"Javasolt méretek: 1950px x 650px, 3:1 arány, maximális fájlméret: 5MB.\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Nem sikerült megerősíteni a fizetését. Kérjük, próbálja újra, vagy lépjen kapcsolatba a támogatással.\",\"Gspam9\":\"Megrendelését feldolgozzuk. Kérjük, várjon...\",\"LuY52w\":\"Üdv a fedélzeten! Kérjük, jelentkezzen be a folytatáshoz.\",\"dVxpp5\":[\"Üdv újra, \",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Mik azok a többszintű termékek?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Mi az a kategória?\",\"gxeWAU\":\"Mely termékekre vonatkozik ez a kód?\",\"hFHnxR\":\"Mely termékekre vonatkozik ez a kód? (Alapértelmezés szerint mindenre vonatkozik)\",\"AeejQi\":\"Mely termékekre kell vonatkoznia ennek a kapacitásnak?\",\"Rb0XUE\":\"Mikor érkezik?\",\"5N4wLD\":\"Milyen típusú kérdés ez?\",\"gyLUYU\":\"Ha engedélyezve van, számlák készülnek a jegyrendelésekről. A számlákat a rendelés visszaigazoló e-maillel együtt küldjük el. A résztvevők a rendelés visszaigazoló oldaláról is letölthetik számláikat.\",\"D3opg4\":\"Ha az offline fizetések engedélyezve vannak, a felhasználók befejezhetik megrendeléseiket és megkaphatják jegyeiket. Jegyükön egyértelműen fel lesz tüntetve, hogy a megrendelés nincs kifizetve, és a bejelentkezési eszköz értesíti a bejelentkezési személyzetet, ha egy megrendelés fizetést igényel.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Mely jegyeket kell ehhez a bejelentkezési listához társítani?\",\"S+OdxP\":\"Ki szervezi ezt az eseményt?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Kinek kell feltenni ezt a kérdést?\",\"VxFvXQ\":\"Widget beágyazása\",\"v1P7Gm\":\"Widget beállítások\",\"b4itZn\":\"Dolgozik\",\"hqmXmc\":\"Dolgozik...\",\"+G/XiQ\":\"Év elejétől napjainkig\",\"l75CjT\":\"Igen\",\"QcwyCh\":\"Igen, távolítsa el őket.\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"E-mail címét <0>\",[\"0\"],\" címre módosítja.\"],\"gGhBmF\":\"Offline állapotban van.\",\"sdB7+6\":\"Létrehozhat egy promóciós kódot, amely ezt a terméket célozza meg a\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Nem módosíthatja a terméktípust, mivel ehhez a termékhez résztvevők vannak társítva.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Nem jelentkezhet be kifizetetlen megrendeléssel rendelkező résztvevőket. Ez a beállítás az eseménybeállításokban módosítható.\",\"c9Evkd\":\"Nem törölheti az utolsó kategóriát.\",\"6uwAvx\":\"Nem törölheti ezt az árszintet, mert már eladtak termékeket ehhez a szinthez. Helyette elrejtheti.\",\"tFbRKJ\":\"Nem szerkesztheti a fióktulajdonos szerepét vagy állapotát.\",\"fHfiEo\":\"Nem téríthet vissza manuálisan létrehozott megrendelést.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Több fiókhoz is hozzáfér. Kérjük, válasszon egyet a folytatáshoz.\",\"Z6q0Vl\":\"Ezt a meghívót már elfogadta. Kérjük, jelentkezzen be a folytatáshoz.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Nincs függőben lévő e-mail cím módosítás.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Kifutott az időből a megrendelés befejezéséhez.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"El kell ismernie, hogy ez az e-mail nem promóciós.\",\"3ZI8IL\":\"El kell fogadnia a feltételeket.\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Jegy létrehozása kötelező, mielőtt manuálisan hozzáadhatna egy résztvevőt.\",\"jE4Z8R\":\"Legalább egy árszintre szüksége van.\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Manuálisan kell fizetettként megjelölnie egy megrendelést. Ez a megrendelés kezelése oldalon tehető meg.\",\"L/+xOk\":\"Szüksége lesz egy jegyre, mielőtt létrehozhat egy bejelentkezési listát.\",\"Djl45M\":\"Szüksége lesz egy termékre, mielőtt létrehozhat egy kapacitás-hozzárendelést.\",\"y3qNri\":\"Legalább egy termékre szüksége lesz a kezdéshez. Ingyenes, fizetős, vagy hagyja, hogy a felhasználó döntse el, mennyit fizet.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Fióknevét az eseményoldalakon és az e-mailekben használják.\",\"veessc\":\"Résztvevői itt jelennek meg, miután regisztráltak az eseményére. Manuálisan is hozzáadhat résztvevőket.\",\"Eh5Wrd\":\"Az Ön csodálatos weboldala 🎉\",\"lkMK2r\":\"Az Ön adatai\",\"3ENYTQ\":[\"E-mail cím módosítási kérelme a következőre: <0>\",[\"0\"],\" függőben. Kérjük, ellenőrizze e-mail címét a megerősítéshez.\"],\"yZfBoy\":\"Üzenetét elküldtük.\",\"KSQ8An\":\"Az Ön megrendelése\",\"Jwiilf\":\"Az Ön megrendelése törölve lett.\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Megrendelései itt fognak megjelenni, amint beérkeznek.\",\"9TO8nT\":\"Az Ön jelszava\",\"P8hBau\":\"Fizetése feldolgozás alatt áll.\",\"UdY1lL\":\"Fizetése sikertelen volt, kérjük, próbálja újra.\",\"fzuM26\":\"Fizetése sikertelen volt. Kérjük, próbálja újra.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Visszatérítése feldolgozás alatt áll.\",\"IFHV2p\":\"Jegyéhez:\",\"x1PPdr\":\"Irányítószám / Postai irányítószám\",\"BM/KQm\":\"Irányítószám vagy postai irányítószám\",\"+LtVBt\":\"Irányítószám vagy postai irányítószám\",\"25QDJ1\":\"- Kattintson a közzétételhez\",\"WOyJmc\":\"- Kattintson a visszavonáshoz\",\"ncwQad\":\"(üres)\",\"B/gRsg\":\"(none)\",\"wqtZLy\":[[\"0\"],\" (másolat)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" már bejelentkezett\"],\"3beCx0\":[[\"0\"],\" <0>checked in\"],\"S4PqS9\":[[\"0\"],\" aktív webhook\"],\"6MIiOI\":[[\"0\"],\" maradt\"],\"COnw8D\":[[\"0\"],\" logó\"],\"xG9N0H\":[[\"0\"],\" of \",[\"1\"],\" seats are taken.\"],\"B7pZfX\":[[\"0\"],\" szervező\"],\"/HkCs4\":[[\"0\"],\" jegy\"],\"30bTiU\":[[\"activeCount\"],\" enabled\"],\"jTs4am\":[[\"appName\"],\" logo\"],\"gbJOk9\":[[\"attendeeCount\"],\" attendees are registered for this session.\"],\"TjbIUI\":[[\"availableCount\"],\" / \",[\"totalCount\"],\" elérhető\"],\"PSChHo\":[[\"capacity\"],\" hely maradt\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" checked in\"],\"RZ0JX3\":[[\"chipTime\"],\", elkelt\"],\"M4KnFs\":[[\"chipTime\"],\", Elfogyott, várólista elérhető\"],\"SeyN12\":[[\"completedCount\"],\" of \",[\"totalCount\"],\" steps complete\"],\"wYzVwE\":[[\"count\"],\" add-ons\"],\"f2rhaD\":[[\"diffHr\"],\"h ago\"],\"NRSLBe\":[[\"diffMin\"],\"m ago\"],\"iYfwJE\":[[\"diffSec\"],\"s ago\"],\"OJnhhX\":[[\"eventCount\"],\" esemény\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" more\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" attendees are registered across the affected sessions.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per order\"],\"RBuxIl\":[[\"productCount\"],\" ticket types configured\"],\"VFLd0I\":[[\"slotCount\"],\" times available\"],\"3IEF7U\":[[\"totalCount\"],\" jegytípus\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" díjak\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" díjak és adók\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" adó\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 nap\",\"1d6kks\":\"+Adó/Díjak\",\"B1St2O\":\"<0>A bejelentkezési listák segítenek az esemény belépésének kezelésében nap, terület vagy jegytípus szerint. Összekapcsolhatja a jegyeket konkrét listákkal, például VIP zónákkal vagy 1. napi bérletek, és megoszthat egy biztonságos bejelentkezési linket a személyzettel. Nincs szükség fiókra. A bejelentkezés mobil, asztali vagy táblagépen működik, eszköz kamerával vagy HID USB szkennerrel. \",\"v9VSIS\":\"<0>Állítson be egyetlen összesített látogatói limitet, amely egyszerre több jegytípusra vonatkozik.<1>Például, ha összekapcsol egy <2>Napi bérlet és egy <3>Teljes hétvége jegyet, mindkettő ugyanabból a helykeretből merít. Amint eléri a limitet, az összes kapcsolt jegy automatikusan leáll az értékesítéssel.\",\"Il5Uid\":\"<0>Ez az összes időpontra együttesen elérhető teljes mennyiség – nem időpontonkénti korlát. Az egyes időpontok létszámának korlátozásához állítson be kapacitást az <1>Időpontok ütemezése oldalon.\",\"ZnVt5v\":\"<0>A webhookok azonnal értesítik a külső szolgáltatásokat, amikor események történnek, például új résztvevő hozzáadása a CRM-hez vagy levelezési listához regisztrációkor, biztosítva a zökkenőmentes automatizálást.<1>Használjon harmadik féltől származó szolgáltatásokat, mint a <2>Zapier, <3>IFTTT vagy <4>Make egyedi munkafolyamatok létrehozásához és feladatok automatizálásához.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" az aktuális árfolyamon\"],\"M2DyLc\":\"1 aktív webhook\",\"hMefp0\":\"1 add-on\",\"6hIk/x\":\"1 attendee is registered across the affected sessions.\",\"qOyE2U\":\"1 attendee is registered for this session.\",\"943BwI\":\"1 nappal a befejezési dátum után\",\"yj3N+g\":\"1 nappal a kezdési dátum után\",\"Z3etYG\":\"1 nappal az esemény előtt\",\"szSnlj\":\"1 órával az esemény előtt\",\"yTsaLw\":\"1 jegy\",\"nz96Ue\":\"1 jegytípus\",\"InX5ad\":\"1 ticket type configured\",\"y2Jh0m\":\"1 time available\",\"cGtUz6\":\"1 héttel az esemény előtt\",\"HR/cvw\":\"Minta utca 123\",\"dgKxZ5\":\"135+ currencies & 40+ payment methods\",\"/d9gcz\":\"Gombfelirat megadása kötelező, ha URL van beállítva\",\"kMU5aM\":\"Lemondási értesítés elküldve ide:\",\"o++0qa\":\"a change in duration\",\"WuWSX5\":\"A few quick steps and you're ready to start selling.\",\"RQ5kDd\":\"Üzenet, amely akkor jelenik meg, ha nincsenek termékek ebben a kategóriában.\",\"V53XzQ\":\"Új ellenőrző kód került elküldésre az e-mail címére.\",\"sr2Je0\":\"a shift in start/end times\",\"/z/bH1\":\"A szervező rövid leírása, amely megjelenik a felhasználók számára.\",\"3BKFn6\":\"URL megadása kötelező, ha gombfelirat van beállítva\",\"RpjXTb\":\"Heti minta\",\"aS0jtz\":\"Elhagyott\",\"uyJsf6\":\"Rólunk\",\"JvuLls\":\"Díj átvállalása\",\"lk74+I\":\"Díj átvállalása\",\"1uJlG9\":\"Kiemelő szín\",\"g3UF2V\":\"Elfogadás\",\"K5+3xg\":\"Meghívó elfogadása\",\"LuXP9q\":\"Access\",\"jzb4Ep\":[\"Account · \",[\"0\"]],\"UqH1Q6\":[\"Account · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"A fiók törlése megszakítva.\",\"WtlP+7\":\"A fiók törlése le van tiltva\",\"vOuxvL\":\"Fiók információk\",\"F9cvwz\":\"Fiók neve\",\"EHNORh\":\"Fiók nem található\",\"Hy1lfH\":\"Fiók tulajdonosa\",\"bPwFdf\":\"Fiókok\",\"pi/Iog\":[\"Fiókok (\",[\"0\"],\")\"],\"AhwTa1\":\"Beavatkozás szükséges: ÁFA információ szükséges\",\"APyAR/\":\"Aktív események\",\"kCl6ja\":\"Active payment methods\",\"XJOV1Y\":\"Activity\",\"Eso+01\":[\"Először add hozzá: \",[\"0\"]],\"eJ0IJA\":\"Add a cover image and theme to match your brand\",\"0YEoxS\":\"Add a date\",\"ybegUq\":\"Add a description and venue so attendees know what to expect\",\"nOZl6j\":\"Add a Single Date\",\"CjvTPJ\":\"Add another time\",\"0XCduh\":\"Add at least one time\",\"/chGpa\":\"Add connection details for the online event.\",\"UWWRyd\":\"Egyedi kérdések hozzáadása további információk gyűjtéséhez a pénztárnál\",\"Z/dcxc\":\"Add Date\",\"QeupRg\":\"Időpontok hozzáadása\",\"Q219NT\":\"Add Dates\",\"yjB5VC\":\"Add dates and times for your recurring event\",\"Z8idyM\":\"Add details\",\"wpirGs\":\"Add event details\",\"VX6WUv\":\"Helyszín hozzáadása\",\"GCQlV2\":\"Add multiple times if you run several sessions per day.\",\"7JF9w9\":\"Kérdés hozzáadása\",\"NLbIb6\":\"Add this attendee anyway (override capacity)\",\"6PNlRV\":\"Adja hozzá ezt az eseményt a naptárához\",\"BGD9Yt\":\"Jegyek hozzáadása\",\"uIv4Op\":\"Adjon hozzá követőpixeleket a nyilvános eseményoldalaihoz és a szervező kezdőlapjához. Egy cookie-hozzájárulási banner jelenik meg a látogatóknak, amikor a követés aktív.\",\"QN2F+7\":\"Webhook hozzáadása\",\"NsWqSP\":\"Adja hozzá közösségi média hivatkozásait és weboldalának URL-jét. Ezek megjelennek a nyilvános szervezői oldalán.\",\"6JzKEV\":\"Add-on only\",\"VkQex5\":\"Add-on products\",\"Y2K3rp\":\"Add-ons\",\"Z/ZU8N\":\"A fizetéskor kerül hozzáadásra\",\"bVjDs9\":\"További díjak\",\"MKqSg4\":\"Rendszergazdai hozzáférés szükséges\",\"0Zypnp\":\"Admin vezérlőpult\",\"tlFYEo\":\"Admits attendees to your event\",\"YAV57v\":\"Partner\",\"I+utEq\":\"A partnerkód nem módosítható.\",\"/jHBj5\":\"Partner sikeresen létrehozva\",\"uCFbG2\":\"Partner sikeresen törölve\",\"ld8I+f\":\"Affiliate program\",\"a41PKA\":\"Partneri értékesítések nyomon követése\",\"mJJh2s\":\"A partneri értékesítések nem kerülnek nyomon követésre. Ez inaktiválja a partnert.\",\"jabmnm\":\"Partner sikeresen frissítve\",\"CPXP5Z\":\"Partnerek\",\"9Wh+ug\":\"Partnerek exportálva\",\"3cqmut\":\"A partnerek segítenek nyomon követni a partnerek és befolyásolók által generált értékesítéseket. Hozzon létre partnerkódokat és ossza meg őket a teljesítmény nyomon követéséhez.\",\"3e31kI\":\"After your event is created, you can choose how often it repeats from the dashboard.\",\"z7GAMJ\":\"all\",\"N40H+G\":\"Összes\",\"7rLTkE\":\"Összes archivált esemény\",\"gKq1fa\":\"Minden résztvevő\",\"63gRoO\":\"All attendees of the selected sessions\",\"uWxIoH\":\"All attendees of this occurrence\",\"pMLul+\":\"Minden pénznem\",\"sgUdRZ\":\"All dates\",\"e4q4uO\":\"All Dates\",\"ZS/D7f\":\"Összes befejezett esemény\",\"QsYjci\":\"Összes esemény\",\"31KB8w\":\"Minden sikertelen feladat törölve\",\"D2g7C7\":\"Minden feladat újrapróbálásra sorba állítva\",\"B4RFBk\":\"All matching dates\",\"F1/VgK\":\"All occurrences\",\"OpWjMq\":\"All Occurrences\",\"Sxm1lO\":\"Minden állapot\",\"dr7CWq\":\"Összes közelgő esemény\",\"UBpkWM\":\"Minden felhasználó\",\"GpT6Uf\":\"Engedélyezi a résztvevőknek, hogy frissítsék jegyinformációikat (név, e-mail) a rendelés visszaigazolásával küldött biztonságos linken keresztül.\",\"VZdky1\":\"A vásárlók átmásolhatják adataikat az összes résztvevőhöz\",\"F3mW5G\":\"Lehetővé teszi az ügyfelek számára, hogy feliratkozzanak a várólistára, ha ez a termék elfogyott\",\"4CMO/q\":\"Lehetővé teszi az ügyfelek számára, hogy feliratkozzanak a várólistára, ha ez a termék elfogyott. Az ügyfelek egy adott dátumra iratkoznak fel a várólistára.\",\"c4uJfc\":\"Majdnem kész! Csak a fizetés feldolgozására várunk. Ez csak néhány másodpercet vesz igénybe.\",\"ocS8eq\":[\"Már van fiókja? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Already in\",\"/H326L\":\"Már visszatérítve\",\"USEpOK\":\"Already use Stripe on another organizer? Reuse that connection.\",\"RtxQTF\":\"A megrendelés lemondása is\",\"jkNgQR\":\"A megrendelés visszatérítése is\",\"xYqsHg\":\"Mindig elérhető\",\"rrepBD\":\"Always on sale\",\"Wvrz79\":\"Fizetett összeg\",\"Zkymb9\":\"E-mail cím, amelyet ehhez a partnerhez társít. A partner nem kap értesítést.\",\"vRznIT\":\"Hiba történt az exportálási állapot ellenőrzésekor.\",\"OPFdAM\":\"A kategória opcionális leírása, amely az esemény oldalán jelenik meg.\",\"eusccx\":\"Opcionális üzenet a kiemelt termék megjelenítéséhez, pl. \\\"Gyorsan fogy 🔥\\\" vagy \\\"Legjobb ár\\\"\",\"HZFm5R\":\"és\",\"l3LBtZ\":\"Közlemény tartalma\",\"Th00L9\":\"Közlemény létrehozva\",\"p/XJYI\":\"Közlemény törölve\",\"08iV57\":\"Közlemény címe\",\"qLqgre\":\"Közlemény frissítve\",\"Dzr23X\":\"Közlemények\",\"asqL+J\":\"Anonimizálás\",\"QNrkms\":\"Válasz sikeresen frissítve.\",\"+qygei\":\"Answers\",\"GK7Lnt\":\"Answers provided at checkout (e.g. meal choice)\",\"lE8PgT\":\"Any dates you've manually customized will be kept.\",\"jVoYha\":[\"alkalmazva — \",[\"0\"],\" kedvezmény a rendelésére\"],\"vP3Nzg\":[\"Applies to \",[\"0\"],\", non-cancelled dates currently loaded on this page.\"],\"kkVyZZ\":\"Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything.\",\"je4muG\":[\"Applies to every \",[\"0\"],\", non-cancelled date in this event — including dates not currently loaded.\"],\"YIIQtt\":\"Apply Changes\",\"NzWX1Y\":\"Apply to\",\"Ps5oDT\":\"Apply to all tickets\",\"261RBr\":\"Üzenet jóváhagyása\",\"naCW6Z\":\"April\",\"B495Gs\":\"Archiválás\",\"5sNliy\":\"Esemény archiválása\",\"BrwnrJ\":\"Szervező archiválása\",\"E5eghW\":\"Archiválja ezt az eseményt, hogy elrejtse a nyilvánosság elől. Később visszaállíthatja.\",\"eqFkeI\":\"Archiválja ezt a szervezőt. Ez a szervező összes eseményét is archiválja.\",\"BzcxWv\":\"Archivált szervezők\",\"9cQBd6\":\"Biztosan archiválja ezt az eseményt? Nem lesz többé látható a nyilvánosság számára.\",\"Trnl3E\":\"Biztosan archiválja ezt a szervezőt? Ez a szervező összes eseményét is archiválja.\",\"wOvn+e\":[\"Are you sure you want to cancel \",[\"count\"],\" date(s)? Affected attendees will be notified by email.\"],\"GTxE0U\":\"Are you sure you want to cancel this date? Affected attendees will be notified by email.\",\"VkSk/i\":\"Biztosan törölni szeretné ezt az ütemezett üzenetet?\",\"0aVEBY\":\"Biztosan törölni szeretné az összes sikertelen feladatot?\",\"LchiNd\":\"Biztosan törölni szeretné ezt a partnert? Ez a művelet nem vonható vissza.\",\"U49Xd6\":\"Biztosan törli ezt a közleményt? A felhasználók többé nem látják.\",\"vPeW/6\":\"Biztosan törölni szeretné ezt a konfigurációt? Ez hatással lehet az azt használó fiókokra.\",\"h42Hc/\":\"Are you sure you want to delete this date? This action cannot be undone.\",\"RiF/yT\":\"Are you sure you want to delete this image?\",\"b3+Qku\":\"Are you sure you want to delete this tax or fee? It will no longer be applied to new orders.\",\"JmVITJ\":\"Biztosan törli ezt a sablont? Ez a művelet nem vonható vissza, és az e-mailek az alapértelmezett sablont fogják használni.\",\"aLS+A6\":\"Biztosan törli ezt a sablont? Ez a művelet nem vonható vissza, és az e-mailek a szervező vagy az alapértelmezett sablont fogják használni.\",\"5H3Z78\":\"Biztosan törölni szeretné ezt a webhookot?\",\"147G4h\":\"Biztos, hogy el akarsz menni?\",\"VDWChT\":\"Biztosan piszkozatba szeretné tenni ezt a szervezőt? Ezzel a szervezői oldal láthatatlanná válik a nyilvánosság számára.\",\"pWtQJM\":\"Biztosan nyilvánossá szeretné tenni ezt a szervezőt? Ezzel a szervezői oldal láthatóvá válik a nyilvánosság számára.\",\"EOqL/A\":\"Biztosan szeretne helyet ajánlani ennek a személynek? E-mail értesítést fog kapni.\",\"yAXqWW\":\"Are you sure you want to permanently delete this date? This cannot be undone.\",\"WFHOlF\":\"Biztosan közzé szeretné tenni ezt az eseményt? A közzététel után láthatóvá válik a nyilvánosság számára.\",\"4TNVdy\":\"Biztosan közzé szeretné tenni ezt a szervezői profilt? A közzététel után láthatóvá válik a nyilvánosság számára.\",\"8x0pUg\":\"Biztosan el szeretné távolítani ezt a bejegyzést a várólistáról?\",\"cDtoWq\":[\"Biztosan újra szeretné küldeni a rendelés visszaigazolását a következő címre: \",[\"0\"],\"?\"],\"xeIaKw\":[\"Biztosan újra szeretné küldeni a jegyet a következő címre: \",[\"0\"],\"?\"],\"BjbocR\":\"Biztosan visszaállítja ezt az eseményt?\",\"7MjfcR\":\"Biztosan visszaállítja ezt a szervezőt?\",\"b7tkGp\":\"Are you sure you want to revoke this invitation?\",\"ExDt3P\":\"Biztosan visszavonja ennek az eseménynek a közzétételét? Ezzel már nem lesz látható a nyilvánosság számára.\",\"5Qmxo/\":\"Biztosan visszavonja ennek a szervezői profilnak a közzétételét? Ezzel már nem lesz látható a nyilvánosság számára.\",\"Uqefyd\":\"ÁFA regisztrált az EU-ban?\",\"+QARA4\":\"Művészet\",\"tLf3yJ\":\"Mivel vállalkozása Írországban található, az ír 23%-os ÁFA automatikusan vonatkozik minden platformdíjra.\",\"tMeVa/\":\"Név és e-mail bekérése minden megvásárolt jegyhez\",\"ui5ln+\":\"Assign a different plan\",\"9Jxliv\":\"Assign plan\",\"xdiER7\":\"Hozzárendelt szint\",\"F2rX0R\":\"Legalább egy eseménytípust ki kell választani.\",\"Z44eZS\":\"At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead.\",\"BCmibk\":\"Próbálkozások\",\"6PecK3\":\"Részvétel és bejelentkezési arányok minden eseményen\",\"K2tp3v\":\"attendee\",\"AJ4rvK\":\"Résztvevő törölve\",\"qvylEK\":\"Résztvevő létrehozva\",\"Aspq3b\":\"Résztvevő adatok gyűjtése\",\"fpb0rX\":\"Résztvevő adatok másolva a rendelésből\",\"94aQMU\":\"Résztvevő információk\",\"KkrBiR\":\"Résztvevői információk gyűjtése\",\"sjPjOg\":\"Attendee notes\",\"cosfD8\":\"Résztvevő állapota\",\"D2qlBU\":\"Résztvevő frissítve\",\"22BOve\":\"A résztvevő sikeresen frissítve\",\"x8Vnvf\":\"A résztvevő jegye nincs ebben a listában\",\"/Ywywr\":\"attendees\",\"zLRobu\":\"attendees checked in\",\"k3Tngl\":\"Résztvevők exportálva\",\"UoIRW8\":\"Regisztrált résztvevők\",\"5UbY+B\":\"Résztvevők meghatározott jeggyel\",\"4HVzhV\":\"Résztvevők:\",\"HVkhy2\":\"Hozzárendelési elemzés\",\"dMMjeD\":\"Hozzárendelési bontás\",\"1oPDuj\":\"Hozzárendelési érték\",\"cHfbVT\":\"Célközönség\",\"DBHTm/\":\"August\",\"JgREph\":\"Az automatikus ajánlat engedélyezve van\",\"V7Tejz\":\"Várólista automatikus feldolgozása\",\"PZ7FTW\":\"Automatikusan észlelve a háttérszín alapján, de felülbírálható\",\"zlnTuI\":\"Automatikusan ajánljon jegyeket a következő személynek, amikor kapacitás szabadul fel. Ha letiltva, manuálisan dolgozhatja fel a várólistát a Várólista oldalról.\",\"csDS2L\":\"Elérhető\",\"Xp+ywP\":\"A fizetés befejezése után lesz elérhető\",\"dwDH1K\":[\"Available times on \",[\"dayName\"]],\"clF06r\":\"Visszatérítésre elérhető\",\"NB5+UG\":\"Elérhető tokenek\",\"L+wGOG\":\"Awaiting\",\"qcw2OD\":\"Awaiting pay\",\"kNmmvE\":\"Awesome Events Kft.\",\"TeSaQO\":\"Vissza a fiókokhoz\",\"kYqM1A\":\"Vissza az eseményhez\",\"s5QRF3\":\"Vissza az üzenetekhez\",\"td/bh+\":\"Vissza a jelentésekhez\",\"nsm7BA\":\"Vissza a kereséshez\",\"imjKVx\":\"Bank account connected\",\"KSSL9f\":\"Szalag\",\"zdYsg1\":\"A szalag tartalma legfeljebb 200 karakter lehet\",\"p2OLF3\":\"Alapár\",\"D9LTCH\":\"Base Price\",\"hviJef\":\"Based on the global sale period above, not per date\",\"jIPNJG\":\"Alapvető információk\",\"lINGcL\":\"Mivel ehhez a fiókhoz teljesített rendelések tartoznak, a tranzakciós adatok (összegek, dátumok és számlaadatok) anonimizált formában megőrzésre kerülnek jogi és adózási célokból. Minden személyes adat véglegesen törlésre kerül.\",\"UabgBd\":\"A törzs kötelező\",\"HWXuQK\":\"Könyvjelzőzze ezt az oldalt, hogy bármikor kezelhesse rendelését.\",\"CUKVDt\":\"Márkajelzés a jegyeken egyedi logóval, színekkel és lábléc üzenettel.\",\"4BZj5p\":\"Built-in fraud protection\",\"cr7kGH\":\"Bulk Edit\",\"1Fbd6n\":\"Bulk Edit Dates\",\"Eq6Tu9\":\"Bulk update failed.\",\"9N+p+g\":\"Üzlet\",\"SWnN1L\":\"Business address\",\"kQekXw\":\"Business name\",\"3W/QV7\":\"Gombfelirat\",\"bv6RXK\":\"Gomb felirat\",\"ChDLlO\":\"Gomb szövege\",\"MOht10\":\"Gomb URL-je\",\"BUe8Wj\":\"A vevő fizet\",\"DkL8mp\":\"Buyers can add these to their order when they select this product at checkout.\",\"qF1qbA\":\"A vevők tiszta árat látnak. A platformdíjat a kifizetésből vonjuk le.\",\"dg05rc\":\"A követőpixelek hozzáadásával elismeri, hogy Ön és ez a platform közös adatkezelők a gyűjtött adatok tekintetében. Ön felelős azért, hogy jogszerű alappal rendelkezzen ehhez az adatkezeléshez az alkalmazandó adatvédelmi jogszabályok (GDPR, CCPA stb.) szerint.\",\"DFqasq\":[\"A folytatással elfogadja a(z) <0>\",[\"0\"],\" Szolgáltatási feltételeket\"],\"CetOZE\":\"By ticket type\",\"lFdbRS\":\"Alkalmazási díjak megkerülése\",\"AjVXBS\":\"Calendar\",\"2VLZwd\":\"Cselekvésre ösztönző gomb\",\"rT2cV+\":\"Camera\",\"7hYa9y\":\"Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings.\",\"D02dD9\":\"Kampány\",\"RRPA79\":\"Can't check in\",\"OcVwAd\":[\"Cancel \",[\"count\"],\" date(s)\"],\"H4nE+E\":\"Minden termék törlése és visszahelyezése a készletbe\",\"Py78q9\":\"Cancel Date\",\"lUjTpS\":\"Törlés megszakítása\",\"5YkF5G\":\"Törlési kérelem megszakítása\",\"tOXAdc\":\"A törlés törli az összes ehhez a rendeléshez tartozó résztvevőt, és visszahelyezi a jegyeket az elérhető készletbe.\",\"FPpqc7\":[\"Cancelling \",[\"0\"],\" date(s). This may take a moment to complete.\"],\"01sEfm\":\"A rendszer alapértelmezett konfigurációja nem törölhető\",\"VsM1HH\":\"Kapacitás-hozzárendelések\",\"9bIMVF\":\"Capacity management\",\"H7K8og\":\"Capacity must be 0 or greater\",\"nzao08\":\"capacity updates\",\"4cp9NP\":\"Capacity Used\",\"K7tIrx\":\"Kategória\",\"DRK3Bq\":\"Category deleted successfully\",\"o+XJ9D\":\"Módosítás\",\"kJkjoB\":\"Change duration\",\"J0KExZ\":\"Change the attendee limit\",\"ssospy\":\"Change time\",\"CIHJJf\":\"Várólistás beállítások módosítása\",\"B5icLR\":[\"Changed duration for \",[\"count\"],\" date(s)\"],\"Kb+0BT\":\"Charges\",\"2tbLdK\":\"Jótékonyság\",\"BPWGKn\":\"Check in\",\"6uFFoY\":\"Check out\",\"FjAlwK\":[\"Check out this event: \",[\"0\"]],\"v4fiSg\":\"Ellenőrizze e-mail címét\",\"51AsAN\":\"Nézze meg a postafiókját! Ha ehhez az e-mail címhez jegyek tartoznak, kap egy linket a megtekintésükhöz.\",\"Y3FYXy\":\"Check-In\",\"udRwQs\":\"Bejelentkezés létrehozva\",\"F4SRy3\":\"Bejelentkezés törölve\",\"as6XfO\":[\"Check-in for \",[\"0\"],\" was undone\"],\"9s/wrQ\":\"Check-in history\",\"Wwztk4\":\"Check-In List\",\"9gPPUY\":\"Bejelentkezési lista létrehozva\",\"dwjiJt\":\"Check-in list info\",\"7od0PV\":\"check-in lists\",\"f2vU9t\":\"Bejelentkezési listák\",\"XprdTn\":\"Check-in navigation\",\"5tV1in\":\"Check-in progress\",\"SHJwyq\":\"Bejelentkezési arány\",\"qCqdg6\":\"Bejelentkezési állapot\",\"cKj6OE\":\"Bejelentkezési összefoglaló\",\"7B5M35\":\"Bejelentkezések\",\"VrmydS\":\"Checked in\",\"DM4gBB\":\"Kínai (hagyományos)\",\"p8Jvp4\":\"Choose a configuration\",\"ElShBO\":\"Choose a different action\",\"pHEhf+\":\"Válasszon olyan betűtípust, amely illik a márkájához. A betűtípusokat a Bunny Fonts szolgáltatja.\",\"Zok1Gx\":\"Choose an organizer\",\"pkk46Q\":\"Válasszon szervezőt\",\"Ag32+c\":\"Choose another date\",\"Crr3pG\":\"Naptár kiválasztása\",\"Z38ZJu\":\"Válassza ki, hogyan jelenjen meg az esemény dátuma a jegyen\",\"LAW8Vb\":\"Válassza ki az alapértelmezett beállítást az új eseményekhez. Ez felülírható az egyes eseményeknél.\",\"pjp2n5\":\"Válassza ki, ki fizeti a platformdíjat. Ez nem érinti a fiókbeállításokban konfigurált további díjakat.\",\"xCJdfg\":\"Clear\",\"QyOWu9\":\"Clear location — fall back to the event default\",\"V8yTm6\":\"Clear search\",\"kmnKnX\":\"Clearing removes any per-date override. Affected dates will fall back to the event's default location.\",\"/o+aQX\":\"Click to cancel\",\"gD7WGV\":\"Click to reopen for new sales\",\"CySr+W\":\"Kattintson a jegyzet megtekintéséhez\",\"RG3szS\":\"bezárás\",\"RWw9Lg\":\"Modális ablak bezárása\",\"XwdMMg\":\"A kód csak betűket, számokat, kötőjeleket és aláhúzásokat tartalmazhat\",\"+yMJb7\":\"Kód kötelező\",\"m9SD3V\":\"A kódnak legalább 3 karakter hosszúnak kell lennie\",\"V1krgP\":\"A kód legfeljebb 20 karakter hosszúságú lehet\",\"psqIm5\":\"Kollaboráljon csapatával, hogy csodálatos eseményeket hozzanak létre együtt.\",\"4bUH9i\":\"Résztvevő adatok gyűjtése minden megvásárolt jegyhez.\",\"TkfG8v\":\"Adatok gyűjtése rendelésenként\",\"96ryID\":\"Adatok gyűjtése jegyenként\",\"FpsvqB\":\"Színmód\",\"jEu4bB\":\"Oszlopok\",\"CWk59I\":\"Vígjáték\",\"rPA+Gc\":\"Kommunikációs beállítások\",\"zFT5rr\":\"complete\",\"bUQMpb\":\"Complete Stripe setup\",\"744BMm\":\"Fejezd be a rendelésed a jegyek biztosításához. Ez az ajánlat időkorlátozott, ne várj túl sokáig.\",\"5YrKW7\":\"Fejezze be a fizetést a jegyek biztosításához.\",\"xGU92i\":\"Töltse ki a profilját a csapathoz való csatlakozáshoz.\",\"QOhkyl\":\"Írás\",\"ih35UP\":\"Konferencia Központ\",\"ywFj2D\":\"Configuration\",\"WTw0bB\":\"Configuration assigned\",\"X1zdE7\":\"Konfiguráció sikeresen létrehozva\",\"mLBUMQ\":\"Konfiguráció sikeresen törölve\",\"UIENhw\":\"A konfigurációs nevek láthatók a végfelhasználók számára. A fix díjak az aktuális árfolyamon kerülnek átváltásra a megrendelés pénznemére.\",\"eeZdaB\":\"Konfiguráció sikeresen frissítve\",\"3cKoxx\":\"Konfigurációk\",\"8v2LRU\":\"Esemény részletek, helyszín, pénztári beállítások és e-mail értesítések konfigurálása.\",\"raw09+\":\"Állítsa be, hogyan gyűjtse a résztvevők adatait a pénztárnál\",\"FI60XC\":\"Adók és díjak beállítása\",\"av6ukY\":\"Configure which products are available for this occurrence and optionally adjust pricing.\",\"NGXKG/\":\"E-mail cím megerősítése\",\"JRQitQ\":\"Új jelszó megerősítése\",\"Auz0Mz\":\"Erősítse meg e-mail címét az összes funkció eléréséhez.\",\"7+grte\":\"Megerősítő e-mail elküldve! Kérjük, ellenőrizze postaládáját.\",\"n/7+7Q\":\"Megerősítés elküldve a következő címre:\",\"x3wVFc\":\"Gratulálunk! Az eseményed mostantól látható a nyilvánosság számára.\",\"0W2NQP\":\"Connect bank\",\"/K4Vqr\":\"Kösd össze a Stripe-ot a fizetések fogadásához\",\"nQI4H5\":\"Kapcsolja be a Stripe-ot az e-mail sablon szerkesztéséhez\",\"LmvZ+E\":\"Kapcsolja be a Stripe-ot az üzenetküldéshez\",\"peBIO+\":\"Connect Stripe to receive ticket payments directly to your bank account.\",\"DNeN8t\":\"Connect your bank to receive ticket sales straight to your account\",\"DARj+w\":\"Rossz Stripe-fiókot kapcsolt össze? Válassza le, és kezdje elölről.\",\"X1y8JF\":\"Connection details are required for online dates\",\"fjfBOm\":\"Online eseményekhez kötelező megadni a csatlakozási adatokat\",\"jfC/xh\":\"Kapcsolat\",\"LOFgda\":[\"Kapcsolatfelvétel \",[\"0\"]],\"41BQ3k\":\"Kapcsolattartási e-mail\",\"4b3oEV\":\"Tartalom\",\"13CIgI\":\"A tartalom megadása kötelező\",\"m8WD6t\":\"Beállítás folytatása\",\"0GwUT4\":\"Folytatás\",\"sBV87H\":\"Folytatás az esemény létrehozásához\",\"nKtyYu\":\"Folytatás a következő lépésre\",\"F3/nus\":\"Tovább a fizetéshez\",\"s30OcA\":\"Szabályozza, hogyan jelenjenek meg a dátumok és időpontok az esemény oldalán\",\"p2FRHj\":\"Szabályozza, hogyan kezelje a platformdíjakat ezen eseménynél\",\"NqfabH\":\"Control who gets in for this date\",\"fmYxZx\":\"Control who gets in, and when\",\"1JnTgU\":\"Másolva a fentiekből\",\"FxVG/l\":\"Vágólapra másolva\",\"PiH3UR\":\"Másolva!\",\"4i7smN\":\"Copy account ID\",\"uUPbPg\":\"Partneri link másolása\",\"iVm46+\":\"Kód másolása\",\"cF2ICc\":\"Ügyféllink másolása\",\"+2ZJ7N\":\"Adatok másolása az első résztvevőhöz\",\"ZN1WLO\":\"E-mail másolása\",\"y1eoq1\":\"Link másolása\",\"tUGbi8\":\"Adataim másolása:\",\"y22tv0\":\"Másolja ezt a linket a megosztáshoz bárhol\",\"/4gGIX\":\"Vágólapra másolás\",\"e0f4yB\":\"A helyszín törlése nem sikerült\",\"vkiDx2\":\"Could not prepare the bulk update.\",\"KOavaU\":\"Nem sikerült lekérni a cím adatait\",\"/lq4oO\":\"Could not save date\",\"mHu0az\":\"Couldn't send verification email. Please try again.\",\"QOIm+S\":\"A számok az összes közelgő dátumot tartalmazzák. Mindenki arra a dátumra kap helyet, amelyre feliratkozott.\",\"P0rbCt\":\"Borítókép\",\"p4kqHr\":\"Cover image added\",\"60u+dQ\":\"A borítókép az eseményoldal tetején jelenik meg\",\"2NLjA6\":\"A borítókép a szervezői oldal tetején jelenik meg\",\"GkrqoY\":\"Covers every ticket\",\"zg4oSu\":[[\"0\"],\" sablon létrehozása\"],\"RKKhnW\":\"Hozzon létre egyedi widgetet jegyek értékesítéséhez a webhelyén.\",\"jqhTmw\":\"Create a list for this date\",\"PhioFp\":\"Create a new check-in list for an active session, or contact the organizer if you think this is a mistake.\",\"yIRev4\":\"Jelszó létrehozása\",\"j7xZ7J\":\"Hozzon létre további szervezőket, hogy egy fiók alatt különböző márkákat, osztályokat vagy eseménysorozatokat kezeljen. Minden szervezőnek saját eseményei, beállításai és nyilvános oldala van.\",\"xfKgwv\":\"Partner létrehozása\",\"GT/OIA\":\"Hozzon létre egy közleményt, hogy üzenetet jelenítsen meg felhasználóinak.\",\"tudG8q\":\"Jegyek és árucikkek létrehozása és konfigurálása értékesítéshez.\",\"Q4VlI/\":\"Közlemény létrehozása\",\"YAl9Hg\":\"Konfiguráció létrehozása\",\"BTne9e\":\"Hozzon létre egyedi e-mail sablonokat ehhez az eseményhez, amelyek felülírják a szervező alapértelmezéseit\",\"YIDzi/\":\"Egyedi sablon létrehozása\",\"tsGqx5\":\"Create Date\",\"Nc3l/D\":\"Kedvezmények, hozzáférési kódok rejtett jegyekhez és különleges ajánlatok létrehozása.\",\"PybJS2\":\"Create event\",\"abGAgf\":\"Create more tickets or products to offer them as add-ons\",\"eWEV9G\":\"Új jelszó létrehozása\",\"utHSNE\":\"Ütemezés létrehozása\",\"8AiKIu\":\"Jegy vagy termék létrehozása\",\"/HGmW9\":\"Követhető linkek létrehozása a partnerek jutalmazásához, akik népszerűsítik az eseményét.\",\"dkAPxi\":\"Webhook létrehozása\",\"5slqwZ\":\"Hozza létre eseményét\",\"JQNMrj\":\"Hozza létre első eseményét\",\"CCjxOC\":\"Hozza létre első eseményét, hogy elkezdhesse a jegyek értékesítését és a résztvevők kezelését.\",\"ZCSSd+\":\"Hozza létre saját eseményét\",\"qdv10s\":[[\"0\"],\" időpont létrehozása folyamatban. Ez eltarthat egy pillanatig.\"],\"67NsZP\":\"Esemény létrehozása...\",\"H34qcM\":\"Szervező létrehozása...\",\"1YMS+X\":\"Esemény létrehozása, kérjük, várjon.\",\"yiy8Jt\":\"Szervezői profil létrehozása, kérjük, várjon.\",\"lfLHNz\":\"CTA címke kötelező\",\"0xLR6W\":\"Currently assigned\",\"iTvh6I\":\"Jelenleg megvásárolható\",\"A42Dqn\":\"Custom branding\",\"Guo0lU\":\"Egyéni dátum és idő\",\"WDMdn8\":\"Custom questions\",\"O6mra8\":\"Egyedi kérdések\",\"axv/Mi\":\"Egyedi sablon\",\"2YeVGY\":\"Ügyféllink vágólapra másolva\",\"QMHSMS\":\"A vásárló e-mailt kap a visszatérítés megerősítéséről\",\"NihQNk\":\"Vásárlók\",\"hINN++\":\"Customize page\",\"7gsjkI\":\"Testreszabhatja az ügyfeleknek küldött e-maileket Liquid sablonok használatával. Ezek a sablonok alapértelmezettként lesznek használva a szervezet összes eseményéhez.\",\"xJaTUK\":\"Testreszabhatja az esemény kezdőlapjának elrendezését, színeit és márkajelzését.\",\"MXZfGN\":\"Testreszabhatja a pénztárban feltett kérdéseket, hogy fontos információkat gyűjtsön a résztvevőktől.\",\"iX6SLo\":\"Testreszabhatja a folytatás gomb szövegét.\",\"R8H7yL\":\"Testreszabhatja a jegyekhez görgető lebegő gomb szövegét.\",\"pxNIxa\":\"Testreszabhatja az e-mail sablonját Liquid sablonok használatával\",\"3trPKm\":\"Testreszabhatja szervezői oldalának megjelenését.\",\"U0sC6H\":\"Daily\",\"/gWrVZ\":\"Napi bevétel, adók, díjak és visszatérítések az összes eseményen\",\"zgCHnE\":\"Napi értékesítési jelentés\",\"nHm0AI\":\"Napi értékesítési, adó- és díj bontás.\",\"1aPnDT\":\"Dance\",\"pvnfJD\":\"Sötét\",\"MaB9wW\":\"Date Cancellation\",\"e6cAxJ\":\"Date cancelled\",\"81jBnC\":\"Date cancelled successfully\",\"a/C/6R\":\"Date created successfully\",\"IW7Q+u\":\"Date deleted\",\"rngCAz\":\"Date deleted successfully\",\"vHbfoQ\":\"Date reactivated\",\"hvah+S\":\"Date reopened for new sales\",\"Ez0YsD\":\"Date updated successfully\",\"JxwIlL\":\"alkalom\",\"Te33mU\":\"Dates are managed per occurrence\",\"91zCxb\":\"Dates with sessions\",\"/ITcnz\":\"day\",\"H7OUPr\":\"Day\",\"JtHrX9\":\"Day of Month\",\"J/Upwb\":\"days\",\"V3VGYb\":\"A hónap napjai\",\"r6zgGo\":\"December\",\"jbq7j2\":\"Elutasítás\",\"WGD1Al\":\"Csökkentés\",\"gJY4YL\":\"Mennyiség csökkentése\",\"ovBPCi\":\"Alapértelmezett\",\"JtI4vj\":\"Alapértelmezett résztvevői információgyűjtés\",\"ULjv90\":\"Default capacity per date\",\"3R/Tu2\":\"Alapértelmezett díjkezelés\",\"1bZAZA\":\"Alapértelmezett sablon lesz használva\",\"3Biswm\":\"Defaults\",\"HNlEFZ\":\"törlés\",\"KpnwJK\":[\"Törli a következőt: \\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Delete \",[\"count\"],\" selected date(s)? Dates with orders will be skipped. This cannot be undone.\"],\"ZDGm40\":\"Fiók törlése\",\"vu7gDm\":\"Partner törlése\",\"KZN4Lc\":\"Összes törlése\",\"6EkaOO\":\"Delete Date\",\"io0G93\":\"Esemény törlése\",\"+jw/c1\":\"Kép törlése\",\"hdyeZ0\":\"Feladat törlése\",\"xxjZeP\":\"Helyszín törlése\",\"sY3tIw\":\"Szervező törlése\",\"UBv8UK\":\"Delete Permanently\",\"dPyJ15\":\"Sablon törlése\",\"IQTR34\":\"Delete this category? Any products in it will also be deleted. This cannot be undone.\",\"/1wMxk\":\"Delete this product? This cannot be undone.\",\"mxsm1o\":\"Törli ezt a kérdést? Ez nem vonható vissza.\",\"snMaH4\":\"Webhook törlése\",\"LIZZLY\":[\"Deleted \",[\"0\"],\" date(s)\"],\"loLVyU\":\"Törölt fiók\",\"IlUuGb\":\"A fiók törlése azonnal deaktiválja azt: minden közzétett esemény visszavonásra kerül, és a hozzáférés letiltásra kerül. A 30 napos türelmi időszak után a törlés véglegessé válik. A 30 nap alatt bármikor megszakíthatja.\",\"nMdIuB\":\"Törlés végrehajtásra ütemezve\",\"/U002t\":\"Törlési kérelem megszakítva\",\"PBA62s\":\"Törlési kérelmek\",\"7w0Wev\":\"Description and venue added\",\"vYgeDk\":\"Összes kijelölés megszüntetése\",\"NvuEhl\":\"Tervezési elemek\",\"H8kMHT\":\"Nem kapta meg a kódot?\",\"G8KNgd\":\"Different location\",\"E/QGRL\":\"Disabled\",\"bzSI52\":\"Discard\",\"0EcUWz\":\"Discard changes?\",\"+K0AvT\":\"Leválasztás\",\"cALvbl\":\"Stripe-fiók leválasztása\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Közlemény elvetése\",\"nZJ8tu\":\"Dismiss setup checklist\",\"QotGhf\":\"Üzenet elvetése\",\"J6hrEy\":\"Elvetve\",\"BREO0S\":\"Jelölőnégyzet megjelenítése, amely lehetővé teszi az ügyfelek számára, hogy feliratkozzanak a rendezvényszervező marketing kommunikációira.\",\"HtaSQp\":\"Megjeleníti, hány hely maradt az egyes időpontokra a jegyvásárló felületen. Ezt időpontonként felülbírálhatja.\",\"pfa8F0\":\"Megjelenített név\",\"Kdpf90\":\"Ne felejtse el!\",\"352VU2\":\"Nincs fiókja? <0>Regisztráljon\",\"AXXqG+\":\"Adomány\",\"DPfwMq\":\"Kész\",\"JoPiZ2\":\"Door staff instructions\",\"2+O9st\":\"Értékesítési, résztvevői és pénzügyi jelentések letöltése minden befejezett rendeléshez.\",\"eneWvv\":\"Piszkozat\",\"Ts8hhq\":\"A spam magas kockázata miatt csatlakoztatnia kell egy Stripe fiókot, mielőtt módosíthatná az e-mail sablonokat. Ez biztosítja, hogy minden eseményszervező ellenőrzött és felelősségre vonható legyen.\",\"TnzbL+\":\"A spam magas kockázata miatt Stripe-fiókot kell csatlakoztatnia, mielőtt üzeneteket küldhetne a résztvevőknek.\\nEz biztosítja, hogy minden rendezvényszervező ellenőrzött és felelősségre vonható legyen.\",\"euc6Ns\":\"Duplikálás\",\"YueC+F\":\"Duplicate Date\",\"KRmTkx\":\"Termék másolása\",\"Jd3ymG\":\"Duration must be at least 1 minute.\",\"KIjvtr\":\"Holland\",\"22xieU\":\"pl. 180 (3 óra)\",\"MCx4ov\":\"pl. További információ\",\"/zajIE\":\"e.g. Morning Session\",\"XDHATF\":\"pl. Új funkció: várólisták\",\"tAtvUj\":\"pl. Tervezett karbantartás szombaton 2 és 4 óra között (UTC)\",\"SPKbfM\":\"pl. Jegyek beszerzése, Regisztráció most\",\"fc7wGW\":\"pl. Fontos frissítés a jegyeiről\",\"54MPqC\":\"pl. Alap, Prémium, Vállalati\",\"3RQ81z\":\"Minden személy e-mailt kap egy foglalt hellyel a vásárlás befejezéséhez.\",\"Xfsjel\":\"Minden termék\",\"5oD9f/\":\"Earlier\",\"LTzmgK\":[[\"0\"],\" sablon szerkesztése\"],\"v4+lcZ\":\"Partner szerkesztése\",\"ndNHsK\":\"Közlemény szerkesztése\",\"2iZEz7\":\"Válasz szerkesztése\",\"t2bbp8\":\"Résztvevő szerkesztése\",\"etaWtB\":\"Résztvevő adatainak szerkesztése\",\"+guao5\":\"Konfiguráció szerkesztése\",\"1Mp/A4\":\"Edit Date\",\"m0ZqOT\":\"Helyszín szerkesztése\",\"8oivFT\":\"Helyszín szerkesztése\",\"vRWOrM\":\"Rendelés részleteinek szerkesztése\",\"pHm0k9\":\"Ütemezés szerkesztése\",\"fW5sSv\":\"Webhook szerkesztése\",\"nP7CdQ\":\"Webhook szerkesztése\",\"MRZxAn\":\"Edited\",\"uBAxNB\":\"Szerkesztő\",\"aqxYLv\":\"Oktatás\",\"iiWXDL\":\"Jogosultsági hibák\",\"zPiC+q\":\"Jogosult bejelentkezési listák\",\"SiVstt\":\"Email & scheduled messages\",\"V2sk3H\":\"E-mail és sablonok\",\"hbwCKE\":\"E-mail cím vágólapra másolva\",\"dSyJj6\":\"Az e-mail címek nem egyeznek\",\"elW7Tn\":\"E-mail törzse\",\"ZsZeV2\":\"E-mail cím kötelező\",\"Be4gD+\":\"E-mail előnézet\",\"6IwNUc\":\"E-mail sablonok\",\"H/UMUG\":\"E-mail ellenőrzés szükséges\",\"PLEl94\":\"Email verified\",\"L86zy2\":\"E-mail sikeresen ellenőrizve!\",\"FSN4TS\":\"Widget beágyazása\",\"z9NkYY\":\"Embeddable widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"A felugró ablakokhoz emoji szükséges\",\"Qj0GKe\":\"Résztvevői önkiszolgálás engedélyezése\",\"hEtQsg\":\"Résztvevői önkiszolgálás alapértelmezett engedélyezése\",\"Upeg/u\":\"Sablon engedélyezése e-mailek küldéséhez\",\"7dSOhU\":\"Várólista engedélyezése\",\"RxzN1M\":\"Engedélyezve\",\"sGjBEq\":\"Befejezés dátuma és ideje (opcionális)\",\"PKXt9R\":\"A befejezés dátumának a kezdő dátum után kell lennie.\",\"vTL8gi\":\"Befejezés időpontja\",\"48Y16Q\":\"Befejezés ideje (opcionális)\",\"TbaYrr\":[\"Ended \",[\"0\"]],\"CFgwiw\":[\"Ends \",[\"0\"]],\"SqOIQU\":\"Enter a capacity value or choose unlimited.\",\"h37gRz\":\"Enter a label or choose to remove it.\",\"7YZofi\":\"Írjon be egy tárgyat és törzset az előnézet megtekintéséhez\",\"khyScF\":\"Enter a time to shift by.\",\"SKx/0u\":\"Adja meg a helyszín nevét vagy címét\",\"ppwojw\":\"Személyes eseményekhez adjon meg helyszínnevet vagy címet\",\"j+eCIq\":\"Cím megadása kézzel\",\"3bR1r4\":\"Adja meg a partner e-mail címét (opcionális)\",\"ARkzso\":\"Adja meg a partner nevét\",\"ej4L8b\":\"Enter capacity\",\"6KnyG0\":\"E-mail megadása\",\"INDKM9\":\"Írja be az e-mail tárgyát...\",\"xUgUTh\":\"Keresztnév megadása\",\"9/1YKL\":\"Vezetéknév megadása\",\"VpwcSk\":\"Írja be az új jelszót\",\"kWg31j\":\"Adjon meg egyedi partnerkódot\",\"C3nD/1\":\"Adja meg e-mail címét\",\"VmXiz4\":\"Írja be az e-mail címét és elküldjük a jelszó visszaállításához szükséges utasításokat.\",\"n9V+ps\":\"Adja meg nevét\",\"IdULhL\":\"Írja be az ÁFA számát az országkóddal együtt, szóközök nélkül (pl. IE1234567A, DE123456789)\",\"RRlWVA\":\"Teljes rendelés\",\"o21Y+P\":\"entries\",\"X88/6w\":\"A bejegyzések itt jelennek meg, amikor az ügyfelek csatlakoznak az elfogyott termékek várólistájához.\",\"LslKhj\":\"Hiba a naplók betöltésekor\",\"BkEWfd\":\"Esc to close\",\"VCNHvW\":\"Esemény archiválva\",\"ZD0XSb\":\"Az esemény sikeresen archiválva\",\"WgD6rb\":\"Eseménykategória\",\"b46pt5\":\"Esemény borítóképe\",\"NAUIJ7\":\"Event created\",\"1b77ID\":\"Esemény létrehozva\",\"1Hzev4\":\"Esemény egyedi sablon\",\"+v+GW0\":\"Esemény dátumának megjelenítése\",\"7u9/DO\":\"Az esemény sikeresen törölve\",\"imgKgl\":\"Esemény leírása\",\"IzR/Fc\":\"Event lifetime\",\"PYs3rP\":\"Esemény neve\",\"HhwcTQ\":\"Esemény neve\",\"WZZzB6\":\"Esemény neve kötelező\",\"Wd5CDM\":\"Az esemény nevének 150 karakternél rövidebbnek kell lennie.\",\"4JzCvP\":\"Esemény nem elérhető\",\"mImacG\":\"Eseményoldal\",\"Hk9Ki/\":\"Az esemény sikeresen visszaállítva\",\"JyD0LH\":\"Esemény beállítások\",\"XVLu2v\":\"Esemény címe\",\"OfmsI9\":\"Az esemény túl új\",\"4SILkp\":\"Event totals\",\"YDVUVl\":\"Eseménytípusok\",\"+HeiVx\":\"Esemény frissítve\",\"19j6uh\":\"Események teljesítménye\",\"PC3/fk\":\"Következő 24 órában kezdődő események\",\"CRsuq4\":\"Minden\",\"nwiZdc\":[\"Every \",[\"0\"]],\"B2jjf8\":[\"Every \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Every \",[\"0\"],\" days\"],\"yLiYx+\":[\"Every \",[\"0\"],\" months\"],\"nn9ice\":[\"Every \",[\"0\"],\" weeks\"],\"Cdr8f9\":[\"Every \",[\"0\"],\" weeks on \",[\"1\"]],\"GVEHRk\":[\"Every \",[\"0\"],\" years\"],\"XlRpgq\":[\"Minden \",[\"cadenceUnit\"]],\"fTFfOK\":\"Minden e-mail sablonnak tartalmaznia kell egy cselekvésre ösztönző gombot, amely a megfelelő oldalra vezet\",\"hHTPiT\":\"Everything else — tap to edit\",\"BVinvJ\":\"Példák: \\\"Honnan hallott rólunk?\\\", \\\"Cégnév számlához\\\"\",\"2hGPQG\":\"Példák: \\\"Póló méret\\\", \\\"Étkezési preferencia\\\", \\\"Munkakör\\\"\",\"qNuTh3\":\"Kivétel\",\"aW/bzJ\":\"Törlés végrehajtása\",\"CtAcQ7\":\"Törlés végrehajtása most\",\"xj4fwT\":\"Végrehajtás most\",\"M1RnFv\":\"Lejárt\",\"kF8HQ7\":\"Válaszok exportálása\",\"2KAI4N\":\"CSV exportálása\",\"JKfSAv\":\"Exportálás sikertelen. Kérjük, próbálja újra.\",\"SVOEsu\":\"Exportálás elindítva. Fájl előkészítése...\",\"wuyaZh\":\"Exportálás sikeres\",\"9bpUSo\":\"Partnerek exportálása\",\"jtrqH9\":\"Résztvevők exportálása\",\"R4Oqr8\":\"Exportálás befejezve. Fájl letöltése...\",\"UlAK8E\":\"Megrendelések exportálása\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Sikertelen\",\"8uOlgz\":\"Sikertelen időpontja\",\"tKcbYd\":\"Sikertelen feladatok\",\"SsI9v/\":\"A rendelés feladása sikertelen. Kérjük, próbálja újra.\",\"LdPKPR\":\"A konfiguráció hozzárendelése sikertelen\",\"PO0cfn\":\"Failed to cancel date\",\"YUX+f+\":\"Failed to cancel dates\",\"SIHgVQ\":\"Nem sikerült törölni az üzenetet\",\"cEFg3R\":\"Nem sikerült létrehozni a partnert.\",\"dVgNF1\":\"A konfiguráció létrehozása sikertelen\",\"fAoRRJ\":\"Failed to create schedule\",\"4yLYTb\":\"Nem sikerült létrehozni az ütemezést. Kérjük, próbálja újra.\",\"U66oUa\":\"A sablon létrehozása sikertelen\",\"+RTkEY\":\"A közlemény törlése nem sikerült\",\"aFk48v\":\"A konfiguráció törlése sikertelen\",\"n1CYMH\":\"Failed to delete date\",\"KXv+Qn\":\"Failed to delete date. It may have existing orders.\",\"JJ0uRo\":\"Failed to delete dates\",\"rgoBnv\":\"Nem sikerült törölni az eseményt\",\"Zw6LWb\":\"A feladat törlése sikertelen\",\"tq0abZ\":\"A feladatok törlése sikertelen\",\"2mkc3c\":\"Nem sikerült törölni a szervezőt\",\"5E23qd\":\"Failed to delete product. Please try again.\",\"vKMKnu\":\"A kérdés törlése sikertelen\",\"xFj7Yj\":\"A sablon törlése sikertelen\",\"jo3Gm6\":\"Nem sikerült exportálni a partnereket.\",\"Jjw03p\":\"Résztvevők exportálása sikertelen\",\"ZPwFnN\":\"Megrendelések exportálása sikertelen\",\"zGE3CH\":\"A jelentés exportálása sikertelen. Kérjük, próbálja újra.\",\"lS9/aZ\":\"Nem sikerült betölteni a címzetteket\",\"X4o0MX\":\"Webhook betöltése sikertelen\",\"ETcU7q\":\"Nem sikerült helyet felajánlani\",\"5670b9\":\"Nem sikerült jegyeket felajánlani\",\"e5KIbI\":\"Failed to reactivate date\",\"7zyx8a\":\"Nem sikerült eltávolítani a várólistáról\",\"A/P7PX\":\"Failed to remove override\",\"ogWc1z\":\"Failed to reopen date\",\"0+iwE5\":\"A kérdések újrarendezése sikertelen\",\"EJPAcd\":\"A rendelés visszaigazolásának újraküldése sikertelen\",\"DjSbj3\":\"A jegy újraküldése sikertelen\",\"YQ3QSS\":\"Ellenőrző kód újraküldése sikertelen\",\"wDioLj\":\"A feladat újrapróbálása sikertelen\",\"DKYTWG\":\"A feladatok újrapróbálása sikertelen\",\"WRREqF\":\"Failed to save override\",\"sj/eZA\":\"Failed to save price override\",\"780n8A\":\"Failed to save product settings\",\"zTkTF3\":\"A sablon mentése sikertelen\",\"l6acRV\":\"Az ÁFA beállítások mentése sikertelen. Kérjük, próbálja újra.\",\"T6B2gk\":\"Üzenet küldése sikertelen. Kérjük, próbálja újra.\",\"lKh069\":\"Exportálási feladat indítása sikertelen\",\"t/KVOk\":\"A megszemélyesítés indítása sikertelen. Kérjük, próbálja újra.\",\"QXgjH0\":\"A megszemélyesítés leállítása sikertelen. Kérjük, próbálja újra.\",\"i0QKrm\":\"Partner frissítése sikertelen\",\"NNc33d\":\"Válasz frissítése sikertelen.\",\"E9jY+o\":\"A résztvevő frissítése sikertelen\",\"uQynyf\":\"A konfiguráció frissítése sikertelen\",\"i2PFQJ\":\"Nem sikerült frissíteni az esemény állapotát\",\"EhlbcI\":\"Az üzenetküldési szint frissítése sikertelen\",\"rpGMzC\":\"A rendelés frissítése sikertelen\",\"T2aCOV\":\"Nem sikerült frissíteni a szervező állapotát\",\"Eeo/Gy\":\"A beállítás frissítése sikertelen\",\"kqA9lY\":\"Az ÁFA beállítások frissítése sikertelen\",\"nkNfWu\":\"Kép feltöltése sikertelen. Kérjük, próbálja újra.\",\"rxy0tG\":\"E-mail ellenőrzése sikertelen\",\"QRUpCk\":\"Family\",\"5LO38w\":\"Fast payouts to your bank\",\"4lgLew\":\"February\",\"9bHCo2\":\"Díj pénzneme\",\"/sV91a\":\"Díjkezelés\",\"K4dKSP\":\"Fee override saved\",\"LyUWXA\":\"Díjak megkerülve\",\"cf35MA\":\"Fesztivál\",\"pAey+4\":\"A fájl túl nagy. Maximális méret: 5MB.\",\"VejKUM\":\"Először töltse ki az adatait fentebb\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filter attendees\",\"8OvVZZ\":\"Résztvevők szűrése\",\"N/H3++\":\"Filter by date\",\"mvrlBO\":\"Szűrés esemény szerint\",\"g+xRXP\":\"Finish setting up Stripe\",\"LHH461\":\"Finish setup\",\"syyeb9\":\"First\",\"Vj6wk9\":\"First 30 days\",\"/bpZYb\":\"First 7 days\",\"ziEnjY\":\"First 90 days\",\"1vBhpG\":\"Első résztvevő\",\"4pwejF\":\"A keresztnév kötelező\",\"rVogsf\":\"A közzétételhez javítsd a problémákat\",\"3lkYdQ\":\"Fixed fee\",\"6bBh3/\":\"Fix díj\",\"zWqUyJ\":\"Tranzakciónkénti fix díj\",\"LWL3Bs\":\"A fix díjnak 0 vagy nagyobbnak kell lennie\",\"0RI8m4\":\"Flash off\",\"q0923e\":\"Flash on\",\"X+U6/w\":\"Betűcsalád\",\"lWxAUo\":\"Étel és ital\",\"nFm+5u\":\"Lábléc szövege\",\"sQv06Y\":\"összesen\",\"NTzcRQ\":\"Adott számú alkalomra\",\"a8nooQ\":\"Fourth\",\"xVhQZV\":\"Fri\",\"39y5bn\":\"Péntek\",\"ejVYRQ\":\"Ettől\",\"hGDVDa\":[[\"0\"],\"-tól\"],\"+dBe1R\":[\"From \",[\"start\"]],\"1dv+MO\":[[\"start\"],\" és \",[\"end\"],\" között\"],\"l82hjf\":[[\"start\"],\" kezdettel, \",[\"count\"],\" alkalom\"],\"f5UbZ0\":\"Full data ownership\",\"cfvx/y\":\"Full event\",\"MY2SVM\":\"Teljes visszatérítés\",\"PGQLdy\":\"future\",\"8N/j1s\":\"Future dates only\",\"yRx/6K\":\"Future dates will be copied with capacity reset to zero\",\"T02gNN\":\"Általános belépés\",\"3ep0Gx\":\"Általános információk a szervezőjéről\",\"ziAjHi\":\"Generálás\",\"exy8uo\":\"Kód generálása\",\"4CETZY\":\"Útvonal\",\"pjkEcB\":\"Get Paid\",\"lGYzP6\":\"Get paid with Stripe\",\"ZDIydz\":\"Kezdés\",\"u6FPxT\":\"Jegyek vásárlása\",\"2ohvu7\":\"Jegyek vásárlása gomb szövege\",\"8KDgYV\":\"Készítse elő eseményét\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Vissza\",\"sr0UJD\":\"Go Back\",\"oNL5vN\":\"Esemény oldalra\",\"gHSuV/\":\"Ugrás a főoldalra\",\"8+Cj55\":\"Go to Schedule\",\"6nDzTl\":\"Jó olvashatóság\",\"76gPWk\":\"Értem\",\"CZXzs4\":\"Görög\",\"aGWZUr\":\"Bruttó bevétel\",\"n8IUs7\":\"Bruttó bevétel\",\"O1wAlQ\":\"Guest\",\"LIYoRQ\":\"Vendégkezelés\",\"NUsTc4\":\"Happening now\",\"S2Y4aO\":\"Végleges törlés\",\"kTSQej\":[\"Helló \",[\"0\"],\", innen kezelheti a platformot.\"],\"URTkcd\":\"Segítsen nekünk fejlődni azzal, hogy elmondja, miért távozik\",\"dORAcs\":\"Itt vannak az e-mail címéhez tartozó összes jegyek.\",\"g+2103\":\"Íme az affiliate linkje\",\"bVsnqU\":\"Hi,\",\"/iE8xx\":\"Hi.Events díj\",\"zppscQ\":\"Hi.Events platform díjak és ÁFA bontás tranzakciónként\",\"D+zLDD\":\"Rejtett\",\"cZO505\":[\"Hidden — sales ended \",[\"end\"],\".\"],\"DRErHC\":\"Rejtett a résztvevők elől - csak a szervezők látják\",\"9zfvsx\":\"Hidden from everyone\",\"nMfkJW\":\"Hidden from everyone — the master hide switch is on.\",\"NNnsM0\":\"Speciális beállítások elrejtése\",\"P+5Pbo\":\"Válaszok elrejtése\",\"VMlRqi\":\"Hide details\",\"NQgWuh\":\"Előnézet elrejtése\",\"uXNYjR\":\"Elkelt időpontok elrejtése\",\"g9RcYX\":\"Dátum elrejtése\",\"uMwTx7\":\"Elrejti ezt a kategóriát?\",\"LLt2UT\":\"Hides sold out\",\"gtEbeW\":\"Kiemelés\",\"NF8sdv\":\"Kiemelt üzenet\",\"MXSqmS\":\"Termék kiemelése\",\"7ER2sc\":\"Kiemelt\",\"sq7vjE\":\"A kiemelt termékek eltérő háttérszínnel jelennek meg, hogy kiemelkedjenek az esemény oldalán.\",\"1+WSY1\":\"Hobbies\",\"yY8wAv\":\"Hours\",\"49Tkiw\":\"Hogyan kerül alkalmazásra a kedvezmény?\",\"sy9anN\":\"Mennyi ideje van az ügyfélnek a vásárlás befejezésére az ajánlat kézhezvétele után. Hagyja üresen, ha nincs időkorlát.\",\"cceMns\":\"How VAT is applied to the platform fees we charge you.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Magyar\",\"8Wgd41\":\"Elismerem az adatkezelői felelősségeimet\",\"O8m7VA\":\"Elfogadom az eseménnyel kapcsolatos e-mail értesítések fogadását\",\"YLgdk5\":\"Megerősítem, hogy ez egy tranzakciós üzenet az eseményhez kapcsolódóan\",\"4/kP5a\":\"Ha nem nyílt meg automatikusan új lap, kérjük, kattintson az alábbi gombra a fizetés folytatásához.\",\"W/eN+G\":\"Ha üres, a cím egy Google Maps link generálásához lesz felhasználva\",\"CY3yHL\":\"Ha be van jelölve, ez a kategória rejtve marad a nyilvánosság elől.\",\"iIEaNB\":\"Ha van nálunk fiókja, e-mailt fog kapni a jelszó visszaállításához szükséges utasításokkal.\",\"an5hVd\":\"Képek\",\"tSVr6t\":\"Megszemélyesítés\",\"TWXU0c\":\"Felhasználó megszemélyesítése\",\"5LAZwq\":\"Megszemélyesítés elindítva\",\"IMwcdR\":\"Megszemélyesítés leállítva\",\"0I0Hac\":\"Fontos megjegyzés\",\"yD3avI\":\"Fontos: Az e-mail cím módosítása frissíti a rendeléshez való hozzáférés linkjét. Mentés után átirányítjuk az új rendelési linkre.\",\"jT142F\":[[\"diffHours\"],\" óra múlva\"],\"OoSyqO\":[[\"diffMinutes\"],\" perc múlva\"],\"PdMhEx\":[\"in last \",[\"0\"],\" min\"],\"u7r0G5\":\"In person — set a venue\",\"/LCAwL\":\"Folyamatban\",\"5gTmFD\":\"díjakkal együtt\",\"laL+R0\":\"díjakkal és adóval együtt\",\"cXeh90\":\"adóval együtt\",\"pxFAp/\":\"Növelés\",\"nQMUIO\":\"Mennyiség növelése\",\"F1Xp97\":\"Egyéni résztvevők\",\"85e6zs\":\"Liquid token beszúrása\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Instant Stripe payouts\",\"nbfdhU\":\"Integrációk\",\"I8eJ6/\":\"Internal notes on the attendee's ticket\",\"B2Tpo0\":\"Érvénytelen e-mail\",\"5tT0+u\":\"Érvénytelen e-mail formátum\",\"f9WRpE\":\"Érvénytelen fájltípus. Kérjük, töltsön fel egy képet.\",\"tnL+GP\":\"Érvénytelen Liquid szintaxis. Kérjük, javítsa ki és próbálja újra.\",\"N9JsFT\":\"Érvénytelen ÁFA szám formátum\",\"g+lLS9\":\"Csapattag meghívása\",\"1z26sk\":\"Csapattag meghívása\",\"KR0679\":\"Csapattagok meghívása\",\"aH6ZIb\":\"Hívja meg csapatát\",\"Dn4OyV\":\"Meghívva\",\"IuMGvq\":\"Számla\",\"a/bUcL\":\"It happens on more than one date\",\"d+Oe9r\":\"It may have been unpublished or removed. Please check the link and try again.\",\"Lj7sBL\":\"Olasz\",\"F5/CBH\":\"tétel(ek)\",\"BzfzPK\":\"Tételek\",\"rjyWPb\":\"January\",\"KmWyx0\":\"Feladat\",\"o5r6b2\":\"Feladat törölve\",\"cd0jIM\":\"Feladat részletei\",\"ruJO57\":\"Feladat neve\",\"YZi+Hu\":\"Feladat újrapróbálásra sorba állítva\",\"nCywLA\":\"Csatlakozzon bárhonnan\",\"SNzppu\":\"Csatlakozás a várólistához\",\"dLouFI\":[\"Csatlakozás a várólistához: \",[\"productDisplayName\"]],\"2gMuHR\":\"Csatlakozott\",\"u4ex5r\":\"July\",\"zeEQd/\":\"June\",\"MxjCqk\":\"Csak a jegyeit keresi?\",\"xOTzt5\":\"just now\",\"0RihU9\":\"Just wrapped\",\"Brhs/U\":\"Kapcsolat megtartása\",\"4OjqAQ\":\"Keep editing\",\"lwO5vw\":[\"Fogalmazzon röviden — a szalagok egyetlen sort jelenítenek meg. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Tartsanak naprakészen a \",[\"0\"],\" híreivel és eseményeivel\"],\"ioFA9i\":\"Keep the profit.\",\"C/pOUI\":\"Címke — pl. Délelőtti alkalom\",\"o66QSP\":\"label updates\",\"RtKKbA\":\"Last\",\"DruLRc\":\"Elmúlt 14 nap\",\"ve9JTU\":\"A vezetéknév kötelező\",\"h0Q9Iw\":\"Utolsó válasz\",\"gw3Ur5\":\"Utoljára aktiválva\",\"FIq1Ba\":\"Later\",\"xvnLMP\":\"Latest check-ins\",\"GGFOZD\":\"Hagyja az „Ettől” mezőt a mai napon az azonnali kezdéshez.\",\"N5TErv\":\"Leave empty for unlimited\",\"L/hDDD\":\"Leave empty to apply this check-in list to all occurrences\",\"9Pf3wk\":\"Leave on to cover every ticket on the event. Turn off to pick specific tickets.\",\"Hq2BzX\":\"Let them know about the change\",\"+uexiy\":\"Let them know about the changes\",\"exYcTF\":\"Library\",\"1njn7W\":\"Világos\",\"1qY5Ue\":\"A link lejárt vagy érvénytelen\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Linkek engedélyezve\",\"2BBAbc\":\"List\",\"dF6vP6\":\"Élő\",\"fpMs2Z\":\"ÉLŐ\",\"D9zTjx\":\"Élő események\",\"a37vfH\":\"Live preview\",\"C33p4q\":\"Loaded dates\",\"WdmJIX\":\"Előnézet betöltése...\",\"IoDI2o\":\"Tokenek betöltése...\",\"G3Ge9Z\":\"Webhook naplók betöltése...\",\"NFxlHW\":\"Webhookok betöltése\",\"E0DoRM\":\"Helyszín törölve\",\"7w8lJU\":\"Helyszín mentve\",\"YsRXDD\":\"Helyszín frissítve\",\"A/kIva\":\"location updates\",\"iyZPPR\":\"helyszín\",\"VppBoU\":\"Helyszínek\",\"iG7KNr\":\"Logó\",\"vu7ZGG\":\"Logó és borítókép\",\"gddQe0\":\"Logó és borítókép a szervezőjéhez\",\"TBEnp1\":\"A logó a fejlécben jelenik meg\",\"Jzu30R\":\"A logó megjelenik a jegyen\",\"PSRm6/\":\"Jegyeim keresése\",\"yJFu/X\":\"Központi iroda\",\"v5nFPh\":\"Make it visible so people can buy tickets\",\"cdY2at\":[\"Manage \",[\"0\"]],\"wZJfA8\":\"Manage dates and times for your recurring event\",\"RlzPUE\":\"Manage on Stripe\",\"sjoDuh\":\"Manage schedule\",\"6NXJRK\":\"Manage Schedule\",\"zXuaxY\":\"Kezelje eseménye várólistáját, tekintse meg a statisztikákat és ajánljon jegyeket a résztvevőknek.\",\"g2npA5\":\"Manuális ajánlat\",\"hg6l4j\":\"March\",\"pqRBOz\":\"Mark as validated (admin override)\",\"2L3vle\":\"Max üzenetek / 24ó\",\"Qp4HWD\":\"Max címzettek / üzenet\",\"7qu2YV\":[\"Legfeljebb \",[\"cap\"],\" rendelésenként\"],\"3JzsDb\":\"May\",\"agPptk\":\"Médium\",\"xDAtGP\":\"Üzenet\",\"bECJqy\":\"Üzenet sikeresen jóváhagyva\",\"1jRD0v\":\"Üzenet a résztvevőknek meghatározott jegyekkel\",\"uQLXbS\":\"Üzenet törölve\",\"48rf3i\":\"Az üzenet nem haladhatja meg az 5000 karaktert\",\"ZPj0Q8\":\"Üzenet részletei\",\"Vjat/X\":\"Üzenet kötelező\",\"0/yJtP\":\"Üzenet a megrendelőknek meghatározott termékekkel\",\"saG4At\":\"Üzenet ütemezve\",\"mFdA+i\":\"Üzenetküldési szint\",\"v7xKtM\":\"Üzenetküldési szint sikeresen frissítve\",\"/VRn+9\":[\"Min \",[\"min\"],\" per order\"],\"H9HlDe\":\"perc\",\"agRWc1\":\"Minutes\",\"FfPWR0\":\"Felugró ablak\",\"zz/Wd/\":\"Mode\",\"fpMgHS\":\"Mon\",\"hty0d5\":\"Hétfő\",\"JbIgPz\":\"A pénzértékek az összes pénznem hozzávetőleges összegei\",\"qvF+MT\":\"Sikertelen háttérfeladatok figyelése és kezelése\",\"kY2ll9\":\"month\",\"HajiZl\":\"Hónap\",\"+8Nek/\":\"Monthly\",\"6jefe3\":\"months\",\"f8jrkd\":\"more\",\"JcD7qf\":\"More actions\",\"w36OkR\":\"Legnézettebb események (Elmúlt 14 nap)\",\"+Y/na7\":\"Move all dates earlier or later\",\"3DIpY0\":\"Multiple locations\",\"g9cQCP\":\"Multiple ticket types\",\"GfaxEk\":\"Zene\",\"oVGCGh\":\"Jegyeim\",\"8/brI5\":\"Név kötelező\",\"sFFArG\":\"A névnek rövidebbnek kell lennie 255 karakternél\",\"Bst+aq\":\"Másik Stripe-fiókra váltana? Válassza le ezt.\",\"xxU3NX\":\"Nettó bevétel\",\"7I8LlL\":\"New capacity\",\"n1GRql\":\"New label\",\"y0Fcpd\":\"Új helyszín\",\"ArHT/C\":\"Új regisztrációk\",\"uK7xWf\":\"New time:\",\"g8JmSC\":\"Következő hónap\",\"veT5Br\":\"Next occurrence\",\"WXtl5X\":[\"Next: \",[\"nextFormatted\"]],\"eWRECP\":\"Éjszakai élet\",\"HSw5l3\":\"Nem - Magánszemély vagyok vagy nem ÁFA-s vállalkozás\",\"VHfLAW\":\"Nincsenek fiókok\",\"+jIeoh\":\"Nem találhatók fiókok\",\"074+X8\":\"Nincsenek aktív webhookok\",\"zxnup4\":\"Nincs megjeleníthető partner\",\"hUHrkV\":\"Még nincsenek közlemények\",\"Dwf4dR\":\"Még nincsenek résztvevői kérdések\",\"th7rdT\":\"No attendees to show\",\"PKySlW\":\"No attendees yet for this date.\",\"/UC6qk\":\"Nem található hozzárendelési adat\",\"E2vYsO\":\"No capabilities reported by Stripe yet.\",\"amMkpL\":\"Nincs kapacitás\",\"d2Jf1f\":\"No change\",\"99ntUF\":\"Nincs elérhető bejelentkezési lista ehhez az eseményhez.\",\"wG+knX\":\"No check-ins yet\",\"+dAKxg\":\"Nem találhatók konfigurációk\",\"LiLk8u\":\"No connections available\",\"eb47T5\":\"Nincs adat a kiválasztott szűrőkhöz. Próbálja meg módosítani a dátumtartományt vagy a pénznemet.\",\"Zc216S\":\"No date added\",\"I8mtzP\":\"No dates available this month. Try navigating to another month.\",\"yDukIL\":\"No dates match the current filters.\",\"B7phdj\":\"No dates match your filters\",\"/ZB4Um\":\"No dates match your search\",\"OtJSnL\":\"Nincsenek ütemezett időpontok\",\"gEdNe8\":\"No dates scheduled yet\",\"w+wkcC\":\"Nem található törlési kérelem\",\"pZNOT9\":\"Nincs befejezési dátum\",\"dW40Uz\":\"Nem találhatók események\",\"8pQ3NJ\":\"Nincs esemény, amely a következő 24 órában kezdődne\",\"8zCZQf\":\"Még nincsenek események\",\"Yc5YW6\":\"Nincs sikertelen feladat\",\"EpvBAp\":\"Nincs számla\",\"N+9Onb\":\"No limits\",\"XZkeaI\":\"Nem található napló\",\"IcAC6J\":\"Nincs találat\",\"nrSs2u\":\"Nem található üzenet\",\"Rj99yx\":\"No occurrences available\",\"IFU1IG\":\"No occurrences on this date\",\"OVFwlg\":\"Még nincsenek rendelési kérdések\",\"EJ7bVz\":\"Nem találhatók rendelések\",\"NEmyqy\":\"Még nincsenek megrendelések\",\"a77B6w\":\"No orders yet for this date.\",\"wUv5xQ\":\"Nincs szervezői tevékenység az elmúlt 14 napban\",\"vLd1tV\":\"No organizer context available.\",\"B7w4KY\":\"Nincsenek más szervezők\",\"PChXMe\":\"Nincsenek fizetett rendelések\",\"6jYQGG\":\"Nincsenek múltbeli események\",\"CHzaTD\":\"Nincs népszerű esemény az elmúlt 14 napban\",\"zK/+ef\":\"Nincsenek kiválasztható termékek\",\"M1/lXs\":\"No products configured for this event.\",\"kY7XDn\":\"Nincs várólistás bejegyzéssel rendelkező termék\",\"8mw4tm\":\"Üzenet termékek hiányában\",\"wYiAtV\":\"Nincs új fiók regisztráció\",\"UW90md\":\"Nem találhatók címzettek\",\"QoAi8D\":\"Nincs válasz\",\"JeO7SI\":\"Nincs válasz\",\"EK/G11\":\"Még nincsenek válaszok\",\"AxPAXW\":\"Nincs találat\",\"59OWd3\":\"Nincsenek mentett helyszínek\",\"mPdY6W\":\"Nincsenek javaslatok\",\"3sRuiW\":\"Nem találhatók jegyek\",\"debCrL\":\"Nincsenek eladható jegyek\",\"k2C0ZR\":\"No upcoming dates\",\"yM5c0q\":\"Nincsenek közelgő események\",\"qpC74J\":\"Nem találhatók felhasználók\",\"8wgkoi\":\"Nincs megtekintett esemény az elmúlt 14 napban\",\"Arzxc1\":\"Nincsenek várólistás bejegyzések\",\"n5vdm2\":\"Ehhez a végponthoz még nem rögzítettek webhook eseményeket. Az események itt jelennek meg, amint aktiválódnak.\",\"4GhX3c\":\"Nincsenek Webhookok\",\"4+am6b\":\"Nem, maradok itt\",\"4JVMUi\":\"non-edited\",\"ACaDVQ\":\"None yet\",\"Itw24Q\":\"Not checked in\",\"x5+Lcz\":\"Nincs bejelentkezve\",\"8n10sz\":\"Nem jogosult\",\"kLvU3F\":\"Notify attendees and stop sales\",\"t9QlBd\":\"November\",\"kAREMN\":\"Number of dates to create\",\"6u1B3O\":\"Occurrence\",\"mmoE62\":\"Occurrence Cancelled\",\"V9flmL\":\"Occurrence Schedule\",\"Kh3WO8\":\"Occurrence Summary\",\"byXCTu\":\"Occurrences\",\"KATw3p\":\"Occurrences (future only)\",\"85rTR2\":\"Occurrences can be configured after creation\",\"dzQfDY\":\"October\",\"BwJKBw\":\"/\",\"GQnX9d\":\"minden hónapban\",\"az8lvo\":\"Off\",\"9h7RDh\":\"Felajánlás\",\"EfK2O6\":\"Hely felajánlása\",\"3sVRey\":\"Jegyek felajánlása\",\"2O7Ybb\":\"Ajánlat időkorlát\",\"1jUg5D\":\"Felajánlva\",\"l+/HS6\":[\"Az ajánlatok \",[\"timeoutHours\"],\" óra után lejárnak.\"],\"6Aih4U\":\"Offline\",\"Fdp03t\":\"ekkor:\",\"Z5HWHd\":\"On\",\"TH5A28\":[\"ezeken: \",[\"dayList\"]],\"qiMtVT\":[[\"month\"],\" \",[\"day\"],\"-én\"],\"nO3VbP\":[\"Értékesítésben \",[\"0\"]],\"pPAGSK\":[\"a(z) \",[\"position\"],\" \",[\"day\"],\" napján\"],\"2eFltz\":\"On the event page\",\"H7stQC\":\"Várólistán\",\"oXOSPE\":\"Online\",\"aqmy5k\":\"Online — provide connection details\",\"LuZBbx\":\"Online & in-person\",\"IXuOqt\":\"Online & in-person — see schedule\",\"WjSpu5\":\"Online esemény\",\"wCRLS9\":[\"Csak \",[\"cap\"],\" elérhető\"],\"scPxI/\":[\"Már csak \",[\"capacity\"],\" maradt\"],\"Gk0+G6\":\"Only a name is required — everything else has sensible defaults\",\"NdOxqr\":\"Csak a fiókadminisztrátorok törölhetnek vagy archiválhatnak eseményeket. Segítségért forduljon a fiókadminisztrátorhoz.\",\"rnoDMF\":\"Csak a fiókadminisztrátorok törölhetnek vagy archiválhatnak szervezőket. Segítségért forduljon a fiókadminisztrátorhoz.\",\"tnx0u1\":\"Only available as an add-on\",\"z4JBd7\":\"Csak a közzétett közlemények jelennek meg a felhasználóknak\",\"bU7oUm\":\"Csak az ilyen státuszú megrendelésekre küldje el\",\"wkpaqp\":\"Csak a kezdési dátum és időpont megjelenítése\",\"chktt5\":\"Only shown as an add-on to the products it's attached to\",\"Y4HHYW\":\"Only shown as an add-on to the products it's attached to.\",\"Z82In9\":\"Csak a fiók tulajdonosa kérheti a fiók törlését.\",\"DMk8F0\":\"Only tickets count toward capacity\",\"+/Z3yr\":\"Only visible to buyers with an applicable promo code.\",\"M2w1ni\":\"Csak promóciós kóddal látható\",\"y8Bm7C\":\"Open check-in\",\"RLz7P+\":\"Open occurrence\",\"iMqrOb\":\"Opcionális cselekvésre ösztönzés\",\"cDSdPb\":\"A választókban megjelenő opcionális elnevezés, pl. \\\"Központi tárgyaló\\\"\",\"HXMJxH\":\"Opcionális szöveg jogi nyilatkozatokhoz, kapcsolattartási információkhoz vagy köszönetnyilvánításhoz (csak egy sor)\",\"L565X2\":\"opciók\",\"8m9emP\":\"or add a single date\",\"eBskDE\":\"Vagy engedélyezd az offline fizetést és tiltsd le a Stripe-ot\",\"dSeVIm\":\"order\",\"c/TIyD\":\"Rendelés és jegy\",\"H5qWhm\":\"Rendelés törölve\",\"b6+Y+n\":\"Rendelés befejezve\",\"x4MLWE\":\"Rendelés megerősítése\",\"CsTTH0\":\"Rendelés visszaigazolása sikeresen újraküldve\",\"ppuQR4\":\"Megrendelés létrehozva\",\"xtQzag\":\"Order details\",\"vrSW9M\":\"A rendelés törölve és visszatérítve lett. A rendelés tulajdonosa értesítve lett.\",\"rzw+wS\":\"Rendelés tulajdonosok\",\"oI/hGR\":\"Rendelésszám\",\"m8vQEP\":\"Order limits\",\"vu6Arl\":\"Megrendelés fizetettként megjelölve\",\"sLbJQz\":\"Rendelés nem található\",\"kvYpYu\":\"Rendelés nem található\",\"eJ8SvM\":\"Order number, purchase date, purchaser email\",\"FaPYw+\":\"Megrendelő\",\"eB5vce\":\"Megrendelők meghatározott termékkel\",\"CxLoxM\":\"Megrendelők termékekkel\",\"UkHo4c\":\"Rendelés hiv.\",\"EZy55F\":\"Megrendelés visszatérítve\",\"6eSHqs\":\"Megrendelés állapotok\",\"oW5877\":\"Rendelés összege\",\"e7eZuA\":\"Megrendelés frissítve\",\"1SQRYo\":\"A rendelés sikeresen frissítve\",\"3NT0Ck\":\"Rendelés törölve lett\",\"V5khLm\":\"orders\",\"sd5IMt\":\"Befejezett rendelések\",\"5It1cQ\":\"Exportált megrendelések\",\"UQ0ACV\":\"Rendelések összesen\",\"B/EBQv\":\"Rendelések:\",\"qtGTNu\":\"Organikus fiókok\",\"P/JHA4\":\"A szervező sikeresen archiválva\",\"S3CZ5M\":\"Szervezői irányítópult\",\"GzjTd0\":\"A szervező sikeresen törölve\",\"SQqJd8\":\"Szervező nem található\",\"HF8Bxa\":\"A szervező sikeresen visszaállítva\",\"wpj63n\":\"Szervezői beállítások\",\"o1my93\":\"Szervező állapotának frissítése sikertelen. Kérjük, próbálja újra később.\",\"rLHma1\":\"Szervező állapota frissítve\",\"LqBITi\":\"Szervező/alapértelmezett sablon lesz használva\",\"q4zH+l\":\"Organizers\",\"/IX/7x\":\"Egyéb\",\"RsiDDQ\":\"Egyéb listák (Jegy nem szerepel)\",\"EufvBx\":\"Eredmény\",\"aDfajK\":\"Outdoors\",\"qMASRF\":\"Kimenő üzenetek\",\"iCOVQO\":\"Override\",\"GpFTEc\":\"Override fees on this organizer\",\"M9ZhMP\":\"Override price\",\"cnVIpl\":\"Override removed\",\"6/dCYd\":\"Áttekintés\",\"6WdDG7\":\"Oldal\",\"8uqsE5\":\"Az oldal már nem elérhető\",\"QkLf4H\":\"Oldal URL-címe\",\"sF+Xp9\":\"Oldal megtekintések\",\"v4nCHK\":\"Paid\",\"c+suC6\":\"Fizetett fiókok\",\"5F7SYw\":\"Részleges visszatérítés\",\"fFYotW\":[\"Részben visszatérítve: \",[\"0\"]],\"i8day5\":\"Díj áthárítása a vevőre\",\"k4FLBQ\":\"Áthárítás a vevőre\",\"Ff0Dor\":\"Múlt\",\"BFjW8X\":\"Past due\",\"xTPjSy\":\"Múltbeli események\",\"/l/ckQ\":\"URL beillesztése\",\"URAE3q\":\"Szüneteltetve\",\"4fL/V7\":\"Fizetés\",\"W5l9HD\":\"Fizess, amennyit szeretnél\",\"c2/9VE\":\"Adattartalom\",\"5cxUwd\":\"Fizetés dátuma\",\"ENEPLY\":\"Fizetési mód\",\"8Lx2X7\":\"Fizetés megérkezett\",\"fx8BTd\":\"Fizetések nem elérhetők\",\"C+ylwF\":\"Payouts\",\"UbRKMZ\":\"Függőben\",\"UkM20g\":\"Áttekintésre vár\",\"dPYu1F\":\"Résztvevőnként\",\"mQV/nJ\":\"per min\",\"+kvxv+\":\"rendelésenként\",\"VlXNyK\":\"Rendelésenként\",\"NhuGd7\":\"termékenként\",\"hauDFf\":\"Jegyenként\",\"mnF83a\":\"Százalékos díj\",\"TNLuRD\":\"Percentage fee (%)\",\"MixU2P\":\"A százaléknak 0 és 100 között kell lennie\",\"MkuVAZ\":\"Tranzakció összegének százaléka\",\"/Bh+7r\":\"Teljesítmény\",\"/4mGVp\":\"A fiók végleges törlése\",\"dGdKgQ\":\"A fiók és adatainak végleges törlése.\",\"fIp56F\":\"Véglegesen törölje ezt az eseményt és az összes kapcsolódó adatot.\",\"nJeeX7\":\"Véglegesen törölje ezt a szervezőt és az összes eseményét.\",\"wfCTgK\":\"Permanently remove this date\",\"6kPk3+\":\"Személyes adatok\",\"zmwvG2\":\"Telefon\",\"tSR/oe\":\"Pick an end date\",\"e8kzpp\":\"Pick at least one day of the month\",\"35C8QZ\":\"Pick at least one day of the week\",\"kJmAsd\":\"Válasszon napokat a dátumok megtekintéséhez.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Placed\",\"wBJR8i\":\"Eseményt tervez?\",\"J3lhKT\":\"Platformdíj\",\"RD51+P\":[[\"0\"],\" platformdíj levonva a kifizetésből\"],\"br3Y/y\":\"Platform díjak\",\"3buiaw\":\"Platform díjak jelentés\",\"kv9dM4\":\"Platform bevétel\",\"PJ3Ykr\":\"Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions.\",\"OtjenF\":\"Kérjük, adjon meg egy érvényes e-mail címet\",\"jEw0Mr\":\"Kérjük, adjon meg érvényes URL-t.\",\"n8+Ng/\":\"Kérjük, adja meg az 5 jegyű kódot.\",\"r+lQXT\":\"Kérjük, adja meg ÁFA számát\",\"Dvq0wf\":\"Kérjük, adjon meg egy képet.\",\"2cUopP\":\"Kérjük, indítsa újra a pénztári folyamatot.\",\"GoXxOA\":\"Please select a date and time\",\"8KmsFa\":\"Kérjük, válasszon dátumtartományt\",\"EFq6EG\":\"Kérjük, válasszon egy képet.\",\"fuwKpE\":\"Kérjük, próbálja újra.\",\"klWBeI\":\"Kérjük, várjon, mielőtt újabb kódot kér.\",\"hfHhaa\":\"Kérjük, várjon, amíg előkészítjük partnereit az exportálásra...\",\"o+tJN/\":\"Kérjük, várjon, amíg előkészítjük résztvevőit az exportálásra...\",\"+5Mlle\":\"Kérjük, várjon, amíg előkészítjük megrendeléseit az exportálásra...\",\"trnWaw\":\"Lengyel\",\"luHAJY\":\"Népszerű események (Elmúlt 14 nap)\",\"p/78dY\":\"Position\",\"OESu7I\":\"Megelőzheti a túlértékesítést azáltal, hogy megosztja a készletet több jegytípus között.\",\"NgVUL2\":\"Pénztári űrlap előnézete\",\"cs5muu\":\"Eseményoldal előnézete\",\"1xwZj/\":\"Előző hónap\",\"Jm2AC3\":\"Price Tier\",\"a5jvSX\":\"Ár szintek\",\"aHCEmh\":\"Pricing\",\"ReihZ7\":\"Nyomtatási előnézet\",\"JnuPvH\":\"Jegy nyomtatása\",\"tYF4Zq\":\"Nyomtatás PDF-be\",\"LcET2C\":\"Adatvédelmi irányelvek\",\"8z6Y5D\":\"Visszatérítés feldolgozása\",\"JcejNJ\":\"Rendelés feldolgozása\",\"EWCLpZ\":\"Termék létrehozva\",\"XkFYVB\":\"Termék törölve\",\"YMwcbR\":\"Termék értékesítés, bevétel és adó bontás\",\"ls0mTC\":\"Product settings cannot be edited for cancelled dates.\",\"2339ej\":\"Product settings saved successfully\",\"ldVIlB\":\"Termék frissítve\",\"CP3D8G\":\"Progress\",\"JoKGiJ\":\"Promóciós kód\",\"dIodJL\":\"Promo code required\",\"k3wH7i\":\"Promóciós kód felhasználás és kedvezmény bontás\",\"tZqL0q\":\"promo codes\",\"oCHiz3\":\"Promo codes\",\"uEhdRh\":\"Csak promócióval\",\"dLm8V5\":\"A promóciós e-mailek fiók felfüggesztéshez vezethetnek\",\"W0ETyY\":\"Adjon meg legalább egy címmezőt (helyszín, utca, város vagy ország).\",\"2W/7Gz\":\"Provide the following before Stripe's next review to keep payouts flowing.\",\"7d1a0d\":\"Public\",\"EEYbdt\":\"Közzététel\",\"JcgJKc\":\"Közzététel mindenképp\",\"evDBV8\":\"Esemény közzététele\",\"2zEfOd\":\"Publish your event\",\"u3wRF+\":\"Közzétéve\",\"L7nrC8\":\"A közzététellel az eseményoldalad nyilvánossá válik, és megnyílik a regisztráció.\",\"dsFmM+\":\"Megvásárolt\",\"JunetL\":\"Purchaser\",\"phmeUH\":\"Purchaser email\",\"ywR4ZL\":\"QR code check-in\",\"oWXNE5\":\"Menny.\",\"VbWX2u\":\"Mennyiség\",\"biEyJ4\":\"Question answers\",\"k/bJj0\":\"Kérdések átrendezve\",\"b24kPi\":\"Várakozási sor\",\"lTPqpM\":\"Quick Tip\",\"fqDzSu\":\"Arány\",\"mnUGVC\":\"Túllépte a korlátot. Kérjük, próbálja újra később.\",\"t41hVI\":\"Hely újbóli felajánlása\",\"TNclgc\":\"Reactivate this date? It will be reopened for future sales.\",\"RENQ6j\":\"Készen állsz az élesítésre?\",\"uqoRbb\":\"Real-time analytics\",\"jPSk57\":\"Indok (nem kötelező)\",\"xzRvs4\":[\"Termékfrissítések fogadása a \",[\"0\"],\"-től.\"],\"pLXbi8\":\"Legutóbbi fiók regisztrációk\",\"M1HGuR\":\"Recent activity\",\"3kJ0gv\":\"Recent Attendees\",\"qhfiwV\":\"Recent check-ins\",\"S+0XMX\":\"Recent orders\",\"Fi3b48\":\"Legutóbbi megrendelések\",\"7hPBBn\":\"címzett\",\"jp5bq8\":\"címzett\",\"yPrbsy\":\"Címzettek\",\"E1F5Ji\":\"A címzettek a küldés után érhetők el\",\"WEYdDv\":\"Recommended\",\"wuhHPE\":\"Recurring\",\"asLqwt\":\"Ismétlődő esemény\",\"s3uzsK\":\"Ismétlődő esemény beállításai\",\"D0tAMe\":\"Recurring events\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Átirányítás a Stripe-ra...\",\"pnoTN5\":\"Ajánlási fiókok\",\"ACKu03\":\"Előnézet frissítése\",\"vuFYA6\":\"Refund all orders for these dates\",\"4cRUK3\":\"Refund all orders for this date\",\"fKn/k6\":\"Visszatérítés összege\",\"qY4rpA\":\"Visszatérítés sikertelen\",\"FaK/8G\":[\"Rendelés visszatérítése \",[\"0\"]],\"MGbi9P\":\"Visszatérítés folyamatban\",\"BDSRuX\":[\"Visszatérítve: \",[\"0\"]],\"bU4bS1\":\"Visszatérítések\",\"rYXfOA\":\"Regionális beállítások\",\"5tl0Bp\":\"Regisztrációs kérdések\",\"ZNo5k1\":\"Remaining\",\"Bjh87R\":\"Remove label from all dates\",\"IVZaEo\":\"Teljesen eltávolítja az elkelt időpontokat az esemény oldaláról. Ha ki van kapcsolva, láthatóak maradnak, és elkeltként jelennek meg.\",\"5Vkr/a\":\"Időpont eltávolítása\",\"KkJtVK\":\"Reopen for new sales\",\"XJwWJp\":\"Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed.\",\"RYlQY0\":\"Ismétlődés\",\"CQeZT8\":\"Jelentés nem található\",\"JEPMXN\":\"Új link kérése\",\"Yx0Ud8\":\"Kérelmezve\",\"Wcv9QD\":\"Kérelmező\",\"TMLAx2\":\"Kötelező\",\"mdeIOH\":\"Kód újraküldése\",\"sQxe68\":\"Visszaigazolás újraküldése\",\"bxoWpz\":\"Megerősítő e-mail újraküldése\",\"G42SNI\":\"E-mail újraküldése\",\"TTpXL3\":[\"Újraküldés \",[\"resendCooldown\"],\" másodperc múlva\"],\"5CiNPm\":\"Jegy újraküldése\",\"Uwsg2F\":\"Lefoglalva\",\"8wUjGl\":\"Lefoglalva eddig:\",\"a5z8mb\":\"Reset to base price\",\"kCn6wb\":\"Visszaállítás...\",\"ZlCDf+\":\"Válasz\",\"bsydMp\":\"Válasz részletei\",\"yKu/3Y\":\"Visszaállítás\",\"RokrZf\":\"Esemény visszaállítása\",\"/JyMGh\":\"Szervező visszaállítása\",\"HFvFRb\":\"Állítsa vissza ezt az eseményt, hogy ismét látható legyen.\",\"DDIcqy\":\"Állítsa vissza ezt a szervezőt, és tegye ismét aktívvá.\",\"mO8KLE\":\"results\",\"6gRgw8\":\"Újrapróbálás\",\"1BG8ga\":\"Összes újrapróbálása\",\"rDC+T6\":\"Feladat újrapróbálása\",\"CbnrWb\":\"Vissza az eseményhez\",\"Lf7TCn\":\"Az újrafelhasználható helyszínek automatikusan megjelennek itt, amikor címmel rendelkező eseményeket hoz létre, és sajátokat is hozzáadhat.\",\"mdQ0zb\":\"Újrafelhasználható helyszínek az eseményeihez. Az automatikus kiegészítésből létrehozott helyszínek automatikusan ide kerülnek mentésre.\",\"XFOPle\":\"Reuse\",\"1Zehp4\":\"Reuse a Stripe connection from another organizer in this account.\",\"Oo/PLb\":\"Bevételi összefoglaló\",\"CfuueU\":\"Ajánlat visszavonása\",\"Tpm2G9\":\"Időtartam\",\"dFFW9L\":[\"Értékesítés véget ért \",[\"0\"]],\"loCKGB\":[\"Értékesítés vége \",[\"0\"]],\"wlfBad\":\"Értékesítési időszak\",\"qi81Jg\":\"Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page.\",\"zpekWp\":[\"Értékesítés kezdete \",[\"0\"]],\"7s8z0X\":\"Sale window\",\"mUv9U4\":\"Értékesítések\",\"9KnRdL\":\"Értékesítés szüneteltetve\",\"JC3J0k\":\"Sales, attendance, and check-in breakdown per occurrence\",\"3VnlS9\":\"Értékesítések, rendelések és teljesítménymutatók minden eseményhez\",\"3Q1AWe\":\"Értékesítések:\",\"LeuERW\":\"Same as event\",\"B4nE3N\":\"Minta jegyár\",\"8BRPoH\":\"Minta helyszín\",\"PiK6Ld\":\"Sat\",\"+5kO8P\":\"Szombat\",\"zJiuDn\":\"Save fee override\",\"x1fMXJ\":\"Ütemezés mentése\",\"KZrfYJ\":\"Közösségi linkek mentése\",\"9Y3hAT\":\"Sablon mentése\",\"C8ne4X\":\"Jegytervezés mentése\",\"cTI8IK\":\"Save VAT settings\",\"6/TNCd\":\"ÁFA beállítások mentése\",\"4RvD9q\":\"Mentett helyszín\",\"cgw0cL\":\"Mentett helyszínek\",\"Fbqm/I\":\"Saving an override creates a dedicated configuration for this organizer if it's currently on the system default.\",\"I+FvbD\":\"Beolvasás\",\"0zd6Nm\":\"Scan a ticket to check in an attendee\",\"bQG7Qk\":\"Scanned tickets will appear here\",\"WDYSLJ\":\"Scanner mode\",\"gmB6oO\":\"Schedule\",\"qQTaVm\":\"Schedule added\",\"j6NnBq\":\"Schedule created successfully\",\"YP7frt\":\"Schedule ends on\",\"QS1Nla\":\"Ütemezés későbbre\",\"NAzVVw\":\"Üzenet ütemezése\",\"/rTL/5\":\"Ütemezés előnézete\",\"Fz09JP\":\"Schedule starts on\",\"4ba0NE\":\"Ütemezett\",\"4HKQZj\":\"Ütemezett törlés\",\"qcP/8K\":\"Ütemezett időpont\",\"A1taO8\":\"Search\",\"ftNXma\":\"Partnerek keresése...\",\"VMU+zM\":\"Search attendees\",\"VY+Bdn\":\"Keresés fióknév vagy e-mail alapján...\",\"VX+B3I\":\"Keresés esemény cím vagy szervező alapján...\",\"R0wEyA\":\"Keresés feladat neve vagy kivétel alapján...\",\"YnMfsK\":\"Keresés név vagy cím alapján...\",\"3yKuDu\":\"Keressen név vagy e-mail alapján, és válasszon ki egyet vagy többet\",\"VT+urE\":\"Keresés név vagy e-mail alapján...\",\"GHdjuo\":\"Keresés név, e-mail vagy fiók alapján...\",\"4mBFO7\":\"Search by name, order #, ticket # or email\",\"20ce0U\":\"Keresés rendelésszám, vásárló név vagy e-mail alapján...\",\"4DSz7Z\":\"Keresés tárgy, esemény vagy fiók alapján...\",\"gTUY97\":\"Keresés cím szerint...\",\"nQC7Z9\":\"Search dates...\",\"iRtEpV\":\"Search dates…\",\"JRM7ao\":\"Search for an address\",\"BWF1kC\":\"Üzenetek keresése...\",\"5WYZKZ\":\"Keresési találatok\",\"IG85fV\":\"Keressen mentett helyszínek között, vagy találjon meg egy címet...\",\"Du+zn+\":\"Keresés...\",\"3aD3GF\":\"Seasonal\",\"ku//5b\":\"Second\",\"Mck5ht\":\"Biztonságos pénztár\",\"s7tXqF\":\"See schedule\",\"JFap6u\":\"See what Stripe still needs\",\"6lGaum\":\"Megtekintve\",\"p7xUrt\":\"Válasszon egy kategóriát\",\"hTKQwS\":\"Select a Date & Time\",\"Ps6Xtf\":\"Select a date to see available times\",\"e4L7bF\":\"Válasszon egy üzenetet a tartalom megtekintéséhez\",\"zPRPMf\":\"Válasszon szintet\",\"BFRSTT\":\"Fiók kiválasztása\",\"wgNoIs\":\"Select all\",\"mCB6Je\":\"Összes kiválasztása\",\"aCEysm\":[\"Select all on \",[\"0\"]],\"a6+167\":\"Válasszon eseményt\",\"4oT6dP\":\"Válasszon ki legalább egy fiókot\",\"neCGH1\":\"Válasszon ki legalább egy felhasználót\",\"CFbaPk\":\"Résztvevő csoport kiválasztása\",\"88a49s\":\"Select camera\",\"tVW/yo\":\"Pénznem kiválasztása\",\"SJQM1I\":\"Select date\",\"n9ZhRa\":\"Befejezés dátumának és idejének kiválasztása\",\"gTN6Ws\":\"Befejezési idő kiválasztása\",\"0U6E9W\":\"Eseménykategória kiválasztása\",\"j9cPeF\":\"Eseménytípusok kiválasztása\",\"ypTjHL\":\"Select occurrence\",\"DHBGUX\":\"Select products...\",\"KizCK7\":\"Kezdés dátumának és idejének kiválasztása\",\"dJZTv2\":\"Kezdési idő kiválasztása\",\"x8XMsJ\":\"Válassza ki az üzenetküldési szintet ehhez a fiókhoz. Ez szabályozza az üzenetkorlátokat és a link engedélyeket.\",\"aT3jZX\":\"Időzóna kiválasztása\",\"TxfvH2\":\"Válassza ki, mely résztvevők kapják meg ezt az üzenetet\",\"Ropvj0\":\"Válassza ki, mely események indítják el ezt a webhookot.\",\"+6YAwo\":\"selected\",\"ylXj1N\":\"Kiválasztva\",\"uq3CXQ\":\"Sell out your event.\",\"oBXbO4\":\"Selling a physical product? Cap its quantity on the <0>products page instead.\",\"j9b/iy\":\"Gyorsan fogy 🔥\",\"73qYgo\":\"Küldés tesztként\",\"HMAqFK\":\"E-mailek küldése résztvevőknek, jegytulajdonosoknak vagy rendelés tulajdonosoknak. Az üzenetek azonnal elküldhetők vagy későbbre ütemezhetők.\",\"22Itl6\":\"Küldjön nekem egy másolatot\",\"NpEm3p\":\"Küldés most\",\"nOBvex\":\"Valós idejű rendelési és résztvevői adatok küldése a külső rendszereibe.\",\"1lNPhX\":\"Visszatérítési értesítő e-mail küldése\",\"eaUTwS\":\"Visszaállítási link küldése\",\"5cV4PY\":\"Send to all occurrences, or choose a specific one\",\"QEQlnV\":\"Küldje el első üzenetét\",\"IoAuJG\":\"Küldés...\",\"h69WC6\":\"Elküldve\",\"BVu2Hz\":\"Küldte\",\"ZFa8wv\":\"Sent to attendees when a scheduled date is cancelled\",\"SPdzrs\":\"Elküldve a vásárlóknak, amikor rendelést adnak le\",\"LxSN5F\":\"Elküldve minden résztvevőnek a jegy részleteivel\",\"hgvbYY\":\"September\",\"5sN96e\":\"Session cancelled\",\"S9i0UC\":[\"alkalom · \",[\"dateCount\"],\" nap × \",[\"timesPerDay\"],\" időpont\"],\"89xaFU\":\"Állítsa be az alapértelmezett platformdíj-beállításokat az ezen szervező alatt létrehozott új eseményekhez.\",\"eXssj5\":\"Alapértelmezett beállítások megadása az e szervező alatt létrehozott új eseményekhez.\",\"uPe5p8\":\"Set how long each date lasts\",\"ODuUEi\":\"Set or clear the date label\",\"buHACR\":\"Set the end time of each date to be this long after its start time.\",\"TaeFgl\":\"Set to unlimited (remove limit)\",\"pd6SSe\":\"Set up a recurring schedule to automatically create dates, or add them one at a time.\",\"s0FkEx\":\"Bejelentkezési listák beállítása különböző bejáratokhoz, munkamenetekhez vagy napokhoz.\",\"TaWVGe\":\"Set up payouts\",\"JA//e6\":\"Set up schedule\",\"gzXY7l\":\"Set Up Schedule\",\"0Ls9qe\":\"Set up the tickets you'll sell and their prices\",\"xMO+Ao\":\"Állítsa be szervezetét\",\"5pEFnq\":\"Állítsa be az ütemezést\",\"zRRuUD\":\"Set up your schedule in the next steps\",\"ETC76A\":\"Set, change, or remove the date's location or online details\",\"C3htzi\":\"Beállítás frissítve\",\"Ohn74G\":\"Beállítás és tervezés\",\"1W5XyZ\":\"Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event.\",\"GG7qDw\":\"Partnerlink megosztása\",\"hL7sDJ\":\"Szervezői oldal megosztása\",\"jy6QDF\":\"Megosztott kapacitás kezelés\",\"jDNHW4\":\"Shift times\",\"tPfIaW\":[\"Shifted times for \",[\"count\"],\" date(s)\"],\"WwlM8F\":\"Speciális beállítások megjelenítése\",\"cMW+gm\":[\"Összes platform megjelenítése (további \",[\"0\"],\" értékkel)\"],\"wXi9pZ\":\"Show attendee notes to non-logged-in staff\",\"4LZFir\":\"Teljes dátumtartomány megjelenítése\",\"UVPI5D\":\"Kevesebb platform megjelenítése\",\"Eu/N/d\":\"Marketing opt-in jelölőnégyzet megjelenítése\",\"SXzpzO\":\"Marketing opt-in jelölőnégyzet alapértelmezés szerinti megjelenítése\",\"b33PL9\":\"Több platform megjelenítése\",\"Eut7p9\":\"Show order details to non-logged-in staff\",\"+RoWKN\":\"Show question answers to non-logged-in staff\",\"jbcx6L\":\"Show remaining capacity on event dates\",\"rXxBOx\":\"Show remaining capacity to buyers\",\"t1LIQW\":[[\"0\"],\" / \",[\"totalRows\"],\" rekord megjelenítése\"],\"E717U9\":[\"Showing \",[\"0\"],\"–\",[\"1\"],\" of \",[\"2\"]],\"5rzhBQ\":[\"Showing \",[\"MAX_VISIBLE\"],\" of \",[\"totalAvailable\"],\" dates. Type to search.\"],\"WSt3op\":[\"Showing the first \",[\"0\"],\" — the remaining \",[\"1\"],\" session(s) will still be targeted when the message is sent.\"],\"o1UbOh\":\"Pattogva jelenik meg a felugró ablak tetején\",\"OJLTEL\":\"Shown to staff the first time they open the check-in page.\",\"lbfXEJ\":\"Shows remaining\",\"jVRHeq\":\"Regisztrált\",\"5C7J+P\":\"Single Event\",\"E//btK\":\"Skip manually edited dates\",\"paESr6\":\"Szlovák\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Közösségi\",\"d0rUsW\":\"Közösségi linkek\",\"j/TOB3\":\"Közösségi linkek és weboldal\",\"s9KGXU\":\"Eladva\",\"yp+0jj\":\"sold out\",\"1hupow\":\"Elfogyott, várólista elérhető\",\"iACSrw\":\"Some details are hidden from public access. Log in to view everything.\",\"Dia6iz\":\"Something went wrong while deleting the image. Please try again.\",\"KTxc6k\":\"Valami hiba történt, kérjük, próbálja újra, vagy vegye fel a kapcsolatot az ügyfélszolgálattal, ha a probléma továbbra is fennáll.\",\"lkE00/\":\"Valami hiba történt. Kérjük, próbálja újra később.\",\"wdxz7K\":\"Forrás\",\"SzuJ5m\":\"Adott fiókok\",\"/h8G1o\":\"Adott felhasználók\",\"fDG2by\":\"Spirituality\",\"oPaRES\":\"Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end.\",\"7JFNej\":\"Sport\",\"/bfV1Y\":\"Staff instructions\",\"StWUH4\":\"Start check-in\",\"JcQp9p\":\"Kezdés dátuma és ideje\",\"0m/ekX\":\"Kezdés dátuma és ideje\",\"izRfYP\":\"Kezdés dátuma kötelező\",\"xAYSEs\":\"Kezdés időpontja\",\"n9ZrDo\":\"Start typing a venue or address...\",\"DACR+e\":\"Starts collapsed\",\"qeFVhN\":[\"Starts in \",[\"diffDays\"],\" days\"],\"AOqtxN\":[\"Starts in \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Starts in \",[\"h\"],\"h \",[\"m\"],\"m\"],\"Lo49in\":[\"Starts in \",[\"seconds\"],\"s\"],\"NqChgF\":\"Starts tomorrow\",\"2NbyY/\":\"Statisztikák\",\"GVUxAX\":\"A statisztikák a fiók létrehozásának dátumán alapulnak\",\"29Hx9U\":\"Stats\",\"5ia+r6\":\"Still needed\",\"wuV0bK\":\"Megszemélyesítés leállítása\",\"S/7MPw\":\"Stripe-fiók leválasztva.\",\"s/KaDb\":\"Stripe connected\",\"Bk06QI\":\"Stripe csatlakoztatva\",\"akZMv8\":[\"Stripe connection copied from \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe didn't return a setup link. Please try again.\",\"aKtF0O\":\"Stripe nincs csatlakoztatva\",\"9i0++A\":\"Stripe fizetési azonosító\",\"R1lIMV\":\"Stripe will need a few more details soon\",\"FzcCHA\":\"Stripe will walk you through a few quick questions to finish setup.\",\"ii0qn/\":\"Tárgy kötelező\",\"M7Uapz\":\"A tárgy itt fog megjelenni\",\"6aXq+t\":\"Tárgy:\",\"JwTmB6\":\"Termék sikeresen másolva\",\"WUOCgI\":\"Hely sikeresen felajánlva\",\"IvxA4G\":[\"Sikeresen felajánlva jegyek \",[\"count\"],\" személynek\"],\"kKpkzy\":\"Sikeresen felajánlva jegyek 1 személynek\",\"Zi3Sbw\":\"Sikeresen eltávolítva a várólistáról\",\"RuaKfn\":\"Cím sikeresen frissítve\",\"kzx0uD\":\"Esemény alapértelmezések sikeresen frissítve\",\"5n+Wwp\":\"Szervező sikeresen frissítve\",\"DMCX/I\":\"Platformdíj alapértékek sikeresen frissítve\",\"URUYHc\":\"Platformdíj beállítások sikeresen frissítve\",\"kRWc2g\":\"Az ismétlődő esemény beállításai sikeresen frissítve\",\"0Dk/l8\":\"Keresőoptimalizálási beállítások sikeresen frissítve\",\"S8Tua9\":\"Beállítások sikeresen frissítve\",\"MhOoLQ\":\"Közösségi linkek sikeresen frissítve\",\"CNSSfp\":\"Követési beállítások sikeresen frissítve\",\"kj7zYe\":\"Webhook sikeresen frissítve\",\"dXoieq\":\"Összefoglaló\",\"/RfJXt\":[\"Nyári Zenei Fesztivál \",[\"0\"]],\"CWOPIK\":\"Nyári Zenei Fesztivál 2025\",\"D89zck\":\"Sun\",\"DBC3t5\":\"Vasárnap\",\"UaISq3\":\"Svéd\",\"JZTQI0\":\"Szervező váltása\",\"9YHrNC\":\"Rendszer alapértelmezett\",\"jGR53C\":\"T-shirts, mugs and more\",\"hCR98w\":\"Koppintson a napokra, mint egy naptárban.\",\"lruQkA\":\"Tap this screen to resume scanning\",\"X9v2GM\":\"Célfiókok\",\"TmyDCw\":\"Célfelhasználók\",\"TJUrME\":[\"Targeting attendees across \",[\"0\"],\" selected sessions.\"],\"yT6dQ8\":\"Beszedett adók adótípus és esemény szerint csoportosítva\",\"Ye321X\":\"Adó neve\",\"WyCBRt\":\"Adó összefoglaló\",\"QC3FVX\":\"Taxes & fees\",\"GkH0Pq\":\"Adók és díjak alkalmazva\",\"SXvRWU\":\"Team collaboration\",\"vlf/In\":\"Technológia\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Mondja el az embereknek, mire számíthatnak az eseményén.\",\"NiIUyb\":\"Meséljen nekünk az eseményéről.\",\"DovcfC\":\"Meséljen nekünk a szervezetéről. Ez az információ megjelenik az eseményoldalain.\",\"69GWRq\":\"Tell us how often your event repeats and we'll create all the dates for you.\",\"mXPbwY\":\"Tell us your VAT registration status so we apply the correct VAT treatment to platform fees.\",\"7wtpH5\":\"Sablon aktív\",\"QHhZeE\":\"Sablon sikeresen létrehozva\",\"xrWdPR\":\"Sablon sikeresen törölve\",\"G04Zjt\":\"Sablon sikeresen mentve\",\"xowcRf\":\"Szolgáltatási feltételek\",\"6K0GjX\":\"A szöveg nehezen olvasható lehet\",\"nm3Iz/\":\"Köszönjük, hogy részt vett!\",\"pYwj0k\":\"Thanks,\",\"cIHkSd\":[\"Ez \",[\"totalOccurrences\"],\" alkalom — a maximum \",[\"max\"],\". Rövidítse az időszakot vagy a gyakoriságot.\"],\"k3IitN\":\"That's a wrap\",\"KfmPRW\":\"Az oldal háttérszíne. Borítókép használatakor ez átfedésként kerül alkalmazásra.\",\"MDNyJz\":\"A kód 10 percen belül lejár. Ellenőrizze a spam mappáját, ha nem látja az e-mailt.\",\"AIF7J2\":\"Az a pénznem, amelyben a fix díj van meghatározva. A fizetéskor az order pénznemére lesz átváltva.\",\"k3LFkM\":\"Az esemény jegyárainak pénzneme.\",\"7oksH+\":[\"A kedvezmény minden jogosult termékből levonásra kerül. Pl. \",[\"currencySymbol\"],\"10 kedvezmény × 3 jegy = \",[\"currencySymbol\"],\"30 kedvezmény.\"],\"sKL8k2\":\"A kedvezmény egyszer kerül levonásra a rendelés végösszegéből.\",\"cDHM1d\":\"Az e-mail cím megváltozott. A résztvevő új jegyet kap a frissített e-mail címre.\",\"tXadb0\":\"A keresett esemény jelenleg nem elérhető. Lehet, hogy eltávolították, lejárt, vagy az URL hibás.\",\"sxKqBm\":\"A teljes rendelési összeg visszatérítésre kerül a vásárló eredeti fizetési módjára.\",\"KgDp6G\":\"A link, amelyet meg próbál nyitni, lejárt vagy már nem érvényes. Kérjük, ellenőrizze az e-mailjét a rendelés kezeléséhez szükséges frissített linkért.\",\"sYLeDq\":\"A keresett szervező nem található. Lehet, hogy az oldalt áthelyezték, törölték, vagy az URL hibás.\",\"PCr4zw\":\"The override is recorded in the order audit log.\",\"C4nQe5\":\"A platformdíj hozzáadódik a jegyárhoz. A vevők többet fizetnek, de Ön megkapja a teljes jegyárat.\",\"HxxXZO\":\"Az elsődleges márka szín a gombokhoz és kiemelésekhez\",\"OVSkIF\":\"A gyors barna róka átugrik a lusta kutyán.\",\"z0KrIG\":\"Az ütemezett időpont megadása kötelező\",\"EWErQh\":\"Az ütemezett időpontnak a jövőben kell lennie\",\"UNd0OU\":[\"The session for \\\"\",[\"title\"],\"\\\" originally scheduled for \",[\"0\"],\" has been rescheduled.\"],\"DEcpfp\":\"A sablon törzse érvénytelen Liquid szintaxist tartalmaz. Kérjük, javítsa ki és próbálja újra.\",\"qpmtdK\":\"Az esemény dátumaihoz és időpontjaihoz használt időzóna.\",\"N3VfVA\":\"A feltöltés nem érte el a szervert. Ellenőrizze a kapcsolatot, és ha a fájl nagy, próbáljon kisebb képet (max. 5MB).\",\"injXD7\":\"Az ÁFA szám nem érvényesíthető. Kérjük, ellenőrizze a számot és próbálja újra.\",\"A4UmDy\":\"Színház\",\"tDwYhx\":\"Téma és színek\",\"ybBP2H\":\"There are no products available for this date. Please choose another date.\",\"O7g4eR\":\"There are no upcoming dates for this event\",\"062KsE\":\"These details are shown on the attendee's ticket and order summary for this date only.\",\"5Eu+tn\":\"Ezek az adatok csak a rendelés sikeres teljesítése után jelennek meg.\",\"jQjwR+\":\"These details will replace any existing location on the affected dates and show on attendee tickets.\",\"6eaLu/\":\"Ezek az árak a menetrend összes időpontjára érvényesek, a szintek mennyiségei pedig az összes időpont együttes eladásait korlátozzák. A szintek értékesítési dátumai globálisan érvényesek. Az egyes időpontok árait az <0>Időpontok ütemezése oldalon írhatja felül.\",\"QP3gP+\":\"Ezek a beállítások csak a másolt beágyazási kódra vonatkoznak és nem lesznek mentve.\",\"HirZe8\":\"Ezek a sablonok alapértelmezettként lesznek használva a szervezet összes eseményéhez. Az egyes események felülírhatják ezeket a sablonokat saját egyedi verzióikkal.\",\"lzAaG5\":\"Ezek a sablonok csak ennél az eseménynél írják felül a szervező alapértelmezéseit. Ha itt nincs egyedi sablon beállítva, a szervező sablonját használjuk helyette.\",\"UlykKR\":\"Third\",\"1YTBzS\":\"Ehhez a fiókhoz nem tartoznak teljesített rendelések, így minden adata véglegesen törlésre kerül.\",\"jCPU8z\":\"Ez a fiók törlésre van ütemezve\",\"zfNCE8\":[\"Ez a fiók törlésre kerül ekkor: <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes.\",\"SOmGDa\":\"This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins.\",\"XBNC3E\":\"Ezt a kódot az értékesítések nyomon követésére használjuk. Csak betűk, számok, kötőjelek és aláhúzások engedélyezettek.\",\"AaP0M+\":\"Ez a színkombináció nehezen olvasható lehet egyes felhasználók számára\",\"o1phK/\":[\"This date has \",[\"orderCount\"],\" order(s) that will be affected.\"],\"F/UtGt\":\"This date has been cancelled. You can still delete it to remove it permanently.\",\"BLZ7pX\":\"This date is in the past. It will be created but won't be visible to attendees under upcoming dates.\",\"7IIY0z\":\"This date is marked sold out.\",\"bddWMP\":\"This date is no longer available. Please select another date.\",\"E9BqZw\":\"This date only\",\"n68908\":[\"Ez leválasztja a(z) \",[\"stripeAccountId\"],\" fiókot erről a szervezőről. A fizetős jegyértékesítés nem fog működni, amíg újra nem kapcsol össze egy Stripe-fiókot.\"],\"RzEvf5\":\"Ez az esemény véget ért\",\"kc4bIA\":\"Ennek az eseménynek még nincsenek jegyei vagy termékei, így a résztvevők nem tudnak regisztrálni.\",\"eMaNd0\":\"This event is not available\",\"YClrdK\":\"Ez az esemény még nem került közzétételre.\",\"GL6z+k\":\"Erre az eseményre minden jegy elkelt\",\"pIwDhS\":\"This event's dates and times are set on the occurrence schedule.\",\"ny5rgr\":\"This is a recurring event\",\"tc64Zz\":\"Ez a kategória neve, amely az esemény oldalán jelenik meg.\",\"dFJnia\":\"Ez a szervezőjének neve, amely megjelenik a felhasználók számára.\",\"vt7jiq\":\"Az aláírási titok csak most jelenik meg. Kérjük, másolja ki most, és tárolja biztonságosan.\",\"5DpZrC\":\"Ez az összes időpont együttes eladásait korlátozza – nem időpontonkénti korlát. Az egyes időpontok létszámának korlátozásához állítson be kapacitást az <0>Időpontok ütemezése oldalon.\",\"L7dIM7\":\"Ez a link érvénytelen vagy lejárt.\",\"MR5ygV\":\"Ez a link már nem érvényes\",\"9LEqK0\":\"Ez a név látható a végfelhasználók számára\",\"QdUMM9\":\"This occurrence is at capacity\",\"j5FdeA\":\"Ez a rendelés feldolgozás alatt áll.\",\"sjNPMw\":\"Ez a rendelés elhagyásra került. Bármikor kezdhet új rendelést.\",\"OhCesD\":\"Ez a rendelés törölve lett. Bármikor kezdhet új rendelést.\",\"lyD7rQ\":\"Ez a szervezői profil még nem került közzétételre.\",\"9b5956\":\"Ez az előnézet mutatja, hogyan fog kinézni az e-mail mintaadatokkal. A tényleges e-mailek valódi értékeket fognak használni.\",\"uM9Alj\":\"Ez a termék kiemelten szerepel az esemény oldalán\",\"RqSKdX\":\"Ez a termék elfogyott\",\"4PDH+K\":\"This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to.\",\"qEGn8I\":\"Ennek az ismétlődő eseménynek még nincsenek időpontjai, így a résztvevők nem tudnak foglalni.\",\"W12OdJ\":\"Ez a jelentés csak tájékoztató jellegű. Mindig konzultáljon adószakértővel, mielőtt ezeket az adatokat számviteli vagy adózási célokra használná. Kérjük, ellenőrizze a Stripe irányítópultjával, mivel a Hi.Events esetleg hiányos előzményadatokkal rendelkezik.\",\"1LuJNw\":\"Ez a jegy már nem érvényes\",\"0Ew0uk\":\"Ez a jegy most lett beolvasva. Kérjük, várjon mielőtt újra beolvassa.\",\"FYXq7k\":[\"This will affect \",[\"loadedAffectedCount\"],\" date(s).\"],\"kvpxIU\":\"Ez értesítésekhez és a felhasználókkal való kommunikációhoz lesz használva.\",\"bPgkdx\":\"Ez megszakítja az ütemezett törlést és újraaktiválja a fiókot. A fiók tulajdonosa e-mailben értesítést kap.\",\"4yx4a4\":[\"Ez azonnal deaktiválja a fiókját, és 30 nap után véglegesen törli. A megerősítéshez írja be a fiók nevét: <0>\",[\"0\"],\"\"],\"rhsath\":\"Ez nem lesz látható az ügyfelek számára, de segít azonosítani a partnert.\",\"VGEfU7\":\"Ez azonnal, véglegesen törli vagy anonimizálja a fiókot, az ütemezett dátum megvárása nélkül. Ez nem vonható vissza.\",\"hV6FeJ\":\"Throughput\",\"+FjWgX\":\"Thu\",\"kkDQ8m\":\"Csütörtök\",\"0GSPnc\":\"Jegy tervezés\",\"EZC/Cu\":\"Jegy tervezés sikeresen mentve\",\"bbslmb\":\"Jegy tervező\",\"1BPctx\":\"Jegy ehhez:\",\"HGuXjF\":\"Jegytulajdonosok\",\"CMUt3Y\":\"Jegytulajdonosok\",\"awHmAT\":\"Jegy azonosító\",\"6czJik\":\"Jegy logó\",\"t79rDv\":\"Jegy nem található\",\"6tmWch\":\"Jegy vagy termék\",\"1tfWrD\":\"Jegy előnézet ehhez:\",\"KnjoUA\":\"Jegyár\",\"pGZOcL\":\"Jegy sikeresen újraküldve\",\"o02GZM\":\"Ticket sales have ended for this event\",\"8jLPgH\":\"Jegy típusa\",\"8qsbZ5\":\"Jegyértékesítés\",\"zNECqg\":\"jegyek\",\"6GQNLE\":\"Jegyek\",\"NRhrIB\":\"Jegyek és termékek\",\"OrWHoZ\":\"A jegyek automatikusan felajánlásra kerülnek a várólistán lévő ügyfeleknek, amikor felszabadul a kapacitás.\",\"AGRilS\":\"Eladott jegyek\",\"4/dG8J\":\"Tiers\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Time\",\"kGEhUy\":\"Időpontok\",\"fXf2r5\":[\"Times shown in \",[\"timezoneAbbr\"]],\"9udQT9\":\"A cím megadása kötelező\",\"dMtLDE\":\"to\",\"/jQctM\":\"Címzett\",\"tiI71C\":\"A korlátozások emeléséhez lépjen kapcsolatba velünk\",\"ecUA8p\":\"Today\",\"W428WC\":\"Oszlopok kapcsolása\",\"BRMXj0\":\"Tomorrow\",\"UBSG1X\":\"Legjobb szervezők (Elmúlt 14 nap)\",\"3sZ0xx\":\"Összes fiók\",\"SMDzqJ\":\"Összes résztvevő\",\"orBECM\":\"Összesen beszedve\",\"k5CU8c\":\"Összes bejegyzés\",\"4B7oCp\":\"Összesített díj\",\"sMMlTX\":\"Total fees\",\"mlvCEl\":\"Total orders\",\"2AW/k5\":\"Teljes mennyiség az összes időpontra\",\"dp8BCb\":\"Total tax\",\"vb0Q0/\":\"Összes felhasználó\",\"oJjplO\":\"Összes megtekintés\",\"rBZ9pz\":\"Tours\",\"orluER\":\"Kövesse nyomon a fióknövekedést és teljesítményt hozzárendelési forrás szerint\",\"YwKzpH\":\"Követés és elemzés\",\"GUA0Jy\":\"Try a different search term or filter\",\"2P/OWN\":\"Try adjusting your filters to see more dates.\",\"ouM5IM\":\"Próbáljon másik e-mailt\",\"3DZvE7\":\"Próbálja ki a Hi.Events-et ingyen\",\"vq2WxD\":\"Tue\",\"G3myU+\":\"Kedd\",\"Kz91g/\":\"Török\",\"GdOhw6\":\"Hang kikapcsolása\",\"KUOhTy\":\"Hang bekapcsolása\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Írja be a \\\"törlés\\\" szót a megerősítéshez\",\"nSlb72\":\"Írjon a kereséshez...\",\"nWRfmt\":\"Tipográfia\",\"IrVSu+\":\"Nem sikerült másolni a terméket. Kérjük, ellenőrizze adatait.\",\"Vx2J6x\":\"Nem sikerült lekérni a résztvevőt.\",\"h0dx5e\":\"Nem sikerült csatlakozni a várólistához\",\"DaE0Hg\":\"Unable to load attendee details.\",\"GlnD5Y\":\"Unable to load products for this date. Please try again.\",\"17VbmV\":\"Unable to undo check-in\",\"n57zCW\":\"Nem hozzárendelt fiókok\",\"9uI/rE\":\"Undo\",\"Ef7StM\":\"Ismeretlen\",\"ZBAScj\":\"Ismeretlen résztvevő\",\"MEIAzV\":\"Névtelen\",\"K6L5Mx\":\"Névtelen helyszín\",\"7yiFvZ\":\"Fizetetlen\",\"C51N+0\":\"eddig\",\"NaeLn8\":[\"Until \",[\"end\"]],\"porwAO\":\"Egy dátumig\",\"ZIb6rJ\":\"Untitled product\",\"crJM8s\":\"Untitled ticket\",\"X13xGn\":\"Nem megbízható\",\"0bT1FT\":[\"Up to \",[\"max\"],\" per order\"],\"gyXpQN\":\"Upcoming events\",\"Pp1sWX\":\"Partner frissítése\",\"59qHrb\":\"Update capacity\",\"Gaem9v\":\"Update event name and description\",\"7EhE4k\":\"Update label\",\"NPQWj8\":\"Update location\",\"75+lpR\":[\"Update: \",[\"subjectTitle\"],\" — schedule changes\"],\"UOGHdA\":[\"Update: \",[\"subjectTitle\"],\" — session time changed\"],\"+b7T3G\":\"Frissítve\",\"ogoTrw\":[\"Updated \",[\"count\"],\" date(s)\"],\"dDuona\":[\"Updated capacity for \",[\"count\"],\" date(s)\"],\"FT3LSc\":[\"Updated label for \",[\"count\"],\" date(s)\"],\"8EcY1g\":[\"Updated location for \",[\"count\"],\" date(s)\"],\"83tNam\":\"A szabály összeállítása közben frissül. Lapozza át a hónapokat a dátumok ellenőrzéséhez.\",\"/XlQr2\":\"Updates as you type.\",\"gJQsLv\":\"Borítókép feltöltése a szervezőhöz\",\"4kEGqW\":\"Logó feltöltése a szervezőhöz\",\"lnCMdg\":\"Kép feltöltése\",\"29w7p6\":\"Kép feltöltése...\",\"HtrFfw\":\"URL kötelező\",\"3VnYUR\":\"Az URL-nek http:// vagy https:// előtaggal kell kezdődnie\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB scanner listening\",\"dyTklH\":\"USB scanner paused\",\"OHJXlK\":\"Használjon <0>Liquid sablonokat az e-mailek személyre szabásához\",\"/rsy72\":\"Use event default\",\"0k4cdb\":\"Rendelési adatok használata minden résztvevőhöz. A résztvevők nevei és e-mail címei meg fognak egyezni a vásárló információival.\",\"bA31T4\":\"Vásárló adatainak használata minden résztvevőhöz\",\"PpgtnC\":\"Cím használata\",\"rnoQsz\":\"Határok, kiemelések és QR kód stílusához használva\",\"b0XTc/\":[\"Felhasználók (\",[\"0\"],\")\"],\"BV4L/Q\":\"UTM elemzés\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"ÁFA szám érvényesítése...\",\"t7caBM\":\"VAT country code\",\"WLkfqH\":\"VAT number\",\"pnVh83\":\"ÁFA szám\",\"CabI04\":\"Az ÁFA szám nem tartalmazhat szóközöket\",\"PMhxAR\":\"Az ÁFA számnak 2 betűs országkóddal kell kezdődnie, amelyet 8-15 alfanumerikus karakter követ (pl. DE123456789)\",\"gPgdNV\":\"ÁFA szám sikeresen érvényesítve\",\"RUMiLy\":\"ÁFA szám érvényesítése sikertelen\",\"vqji3Y\":\"ÁFA szám érvényesítése sikertelen. Kérjük, ellenőrizze az ÁFA számát.\",\"8dENF9\":\"ÁFA a díjon\",\"ZutOKU\":\"ÁFA kulcs\",\"+KJZt3\":\"VAT registered\",\"Nfbg76\":\"ÁFA beállítások sikeresen mentve\",\"UvYql/\":\"ÁFA beállítások mentve. Az ÁFA számot a háttérben érvényesítjük.\",\"bXn1Jz\":\"VAT settings updated\",\"tJylUv\":\"ÁFA kezelés a platform díjaknál\",\"FlGprQ\":\"ÁFA kezelés a platform díjaknál: EU ÁFA-s vállalkozások használhatják a fordított adózást (0% - ÁFA irányelv 2006/112/EK 196. cikke). Nem ÁFA-s vállalkozásoknál 23%-os ír ÁFA kerül felszámításra.\",\"516oLj\":\"ÁFA érvényesítési szolgáltatás átmenetileg nem elérhető\",\"p6QQLa\":[\"VAT: \",[\"0\"]],\"5q87Y9\":\"VAT: not registered\",\"AdWhjZ\":\"Ellenőrző kód\",\"kUAumu\":\"Verification email sent. Check your inbox.\",\"QDEWii\":\"Ellenőrzött\",\"wCKkSr\":\"E-mail ellenőrzése\",\"/IBv6X\":\"Ellenőrizze e-mail címét\",\"u8nB38\":\"Verify your email so attendees can receive tickets\",\"e/cvV1\":\"Ellenőrzés...\",\"fROFIL\":\"Vietnámi\",\"p5nYkr\":\"View All\",\"yA/6BX\":\"View all →\",\"6CQ7/B\":\"View all capabilities\",\"YSE15b\":\"View all check-in lists\",\"RnvnDc\":\"Platformon küldött összes üzenet megtekintése\",\"+WFMis\":\"Jelentések megtekintése és letöltése az összes eseményéhez. Csak a befejezett rendelések szerepelnek.\",\"c7VN/A\":\"Válaszok megtekintése\",\"SZw9tS\":\"Részletek megtekintése\",\"9+84uW\":[\"View details for \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Esemény megtekintése\",\"c6SXHN\":\"Esemény oldal megtekintése\",\"n6EaWL\":\"Naplók megtekintése\",\"OaKTzt\":\"Térkép megtekintése\",\"zNZNMs\":\"Üzenet megtekintése\",\"67OJ7t\":\"Rendelés megtekintése\",\"tKKZn0\":\"Rendelés részleteinek megtekintése\",\"KeCXJu\":\"Rendelési részletek megtekintése, visszatérítések kibocsátása és megerősítések újraküldése.\",\"9jnAcN\":\"Szervezői honlap megtekintése\",\"1J/AWD\":\"Jegy megtekintése\",\"N9FyyW\":\"Regisztrált résztvevők megtekintése, szerkesztése és exportálása.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visible from \",[\"start\"],\" — hidden until sales open.\"],\"EkiKJK\":\"Visible to everyone on the event page.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Várakozik\",\"quR8Qp\":\"Fizetésre vár\",\"KrurBH\":\"Waiting for scan…\",\"u0n+wz\":\"Várólista\",\"3RXFtE\":\"Várólista engedélyezve\",\"TwnTPy\":\"Várólista ajánlat lejárt\",\"aUi/Dz\":\"Figyelmeztetés: Ez a rendszer alapértelmezett konfigurációja. A módosítások minden olyan fiókot érintenek, amelyhez nincs konkrét konfiguráció hozzárendelve.\",\"aT/44s\":\"We couldn't copy that Stripe connection. Please try again.\",\"jTee4a\":\"Nem sikerült leválasztani ezt a Stripe-fiókot. Próbálja újra.\",\"RRZDED\":\"Nem találtunk ehhez az e-mail címhez tartozó rendeléseket.\",\"2RZK9x\":\"Nem találtuk a keresett rendelést. A link lejárhatott, vagy a rendelés adatai megváltozhattak.\",\"nefMIK\":\"Nem találtuk a keresett jegyet. A link lejárhatott, vagy a jegy adatai megváltozhattak.\",\"miysJh\":\"Nem találtuk ezt a rendelést. Lehet, hogy el lett távolítva.\",\"Fjj/5/\":\"We couldn't load the check-in lists. Please try again.\",\"ADsQ23\":\"We couldn't reach Stripe just now. Please try again in a moment.\",\"HJKdzP\":\"Hiba történt az oldal betöltésekor. Kérjük, próbálja újra.\",\"jegrvW\":\"We partner with Stripe to send payouts straight to your bank account.\",\"IfN2Qo\":\"Négyzet alakú logót javasolunk minimum 200x200px mérettel\",\"wJzo/w\":\"Javasolt méretek: 400px x 400px, maximális fájlméret: 5MB.\",\"L/KlAh\":[\"We sent a verification link to \",[\"0\"]],\"KRCDqH\":\"Sütiket használunk annak megértéséhez, hogyan használják az oldalt, és hogy javítsuk az élményt.\",\"x8rEDQ\":\"Több próbálkozás után sem tudtuk érvényesíteni az ÁFA számát. A háttérben folytatjuk a próbálkozást. Kérjük, nézzen vissza később.\",\"4HaEdK\":[\"Létrehozzuk mind a \",[\"totalOccurrences\"],\" alkalmat — utána bármelyik dátumot szerkesztheti vagy törölheti\"],\"mfM/HJ\":[\"E-mailben értesítjük, ha hely szabadul fel a(z) \",[\"productDisplayName\"],\" számára ekkor: \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"E-mailben értesítjük, ha hely szabadul fel a(z) \",[\"productDisplayName\"],\" számára.\"],\"McuGND\":\"We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically.\",\"q1BizZ\":\"Erre az e-mail címre küldjük a jegyeit\",\"ZOmUYW\":\"Az ÁFA számot a háttérben érvényesítjük. Ha bármilyen probléma merül fel, értesítjük.\",\"LKjHr4\":[\"We've made changes to the schedule for \\\"\",[\"title\"],\"\\\" — \",[\"description\"],\" affecting \",[\"affectedCount\"],\" session(s).\"],\"Fq/Nx7\":\"Öt számjegyű ellenőrző kódot küldtünk ide:\",\"GdWB+V\":\"Webhook sikeresen létrehozva\",\"2X4ecw\":\"Webhook sikeresen törölve\",\"ndBv0v\":\"Webhook integrations\",\"CThMKa\":\"Webhook naplók\",\"I0adYQ\":\"Webhook aláírási titok\",\"nuh/Wq\":\"Webhook URL\",\"8BMPMe\":\"A Webhook nem küld értesítéseket.\",\"FSaY52\":\"A Webhook értesítéseket küld.\",\"v1kQyJ\":\"Webhookok\",\"On0aF2\":\"Weboldal\",\"0f7U0k\":\"Wed\",\"VAcXNz\":\"Szerda\",\"64X6l4\":\"week\",\"4XSc4l\":\"Weekly\",\"IAUiSh\":\"weeks\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Üdvözöljük újra\",\"QDWsl9\":[\"Üdvözöljük a \",[\"0\"],\" oldalon, \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Üdv a \",[\"0\"],\" oldalon, itt található az összes eseménye.\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"Milyen típusú esemény?\",\"0WyYF4\":\"What unauthenticated staff can see\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Amikor egy bejelentkezés törölve lett\",\"RPe6bE\":\"When a date is cancelled on a recurring event\",\"Gmd0hv\":\"Amikor új résztvevő jön létre\",\"zyIyPe\":\"Amikor új esemény jön létre\",\"Lc18qn\":\"Amikor új megrendelés jön létre\",\"dfkQIO\":\"Amikor új termék jön létre\",\"8OhzyY\":\"Amikor egy termék törölve lett\",\"tRXdQ9\":\"Amikor egy termék frissül\",\"9L9/28\":\"Amikor egy termék elfogy, az ügyfelek csatlakozhatnak egy várólistához, hogy értesítést kapjanak, amikor helyek szabadulnak fel.\",\"OIkHj+\":\"Amikor egy termék elfogy, az ügyfelek csatlakozhatnak egy várólistához, hogy értesítést kapjanak, amikor helyek szabadulnak fel. Az ügyfelek egy adott dátumra iratkoznak fel a várólistára, és az ajánlatok dátumonként történnek.\",\"Q7CWxp\":\"Amikor egy résztvevő le lett mondva\",\"IuUoyV\":\"Amikor egy résztvevő bejelentkezett\",\"nBVOd7\":\"Amikor egy résztvevő frissül\",\"t7cuMp\":\"Amikor egy esemény archiválásra kerül\",\"gtoSzE\":\"Amikor egy esemény frissül\",\"ny2r8d\":\"Amikor egy megrendelés törölve lett\",\"c9RYbv\":\"Amikor egy megrendelés fizetettként lett megjelölve\",\"ejMDw1\":\"Amikor egy megrendelés visszatérítésre került\",\"fVPt0F\":\"Amikor egy megrendelés frissül\",\"bcYlvb\":\"Amikor a bejelentkezés lezárul\",\"XIG669\":\"Amikor a bejelentkezés megnyílik\",\"de6HLN\":\"Amikor az ügyfelek jegyeket vásárolnak, megrendeléseik itt fognak megjelenni.\",\"pm9tpn\":\"Ha engedélyezve van, a vásárlók egyszerre másolhatják át nevüket és e-mail-címüket az összes résztvevőhöz. Kapcsolja ki, hogy eltávolítsa az \\\"Összes résztvevő\\\" lehetőséget; a vásárlók továbbra is átmásolhatják adataikat az első résztvevőhöz, a többit egyenként kell megadni.\",\"403wpZ\":\"Ha engedélyezve van, az új események lehetővé teszik a résztvevőknek, hogy saját jegyük adatait egy biztonságos linken keresztül kezeljék. Ez eseményenként felülírható.\",\"blXLKj\":\"Ha engedélyezve van, az új események marketing opt-in jelölőnégyzetet jelenítenek meg a fizetés során. Ez eseményenként felülírható.\",\"Kj0Txn\":\"Ha engedélyezve van, a Stripe Connect tranzakciókra nem számítanak fel alkalmazási díjakat. Használja olyan országokban, ahol az alkalmazási díjak nem támogatottak.\",\"xo06V3\":\"Hová mutat a gomb\",\"uchB0M\":\"Widget előnézet\",\"uvIqcj\":\"Műhely\",\"EpknJA\":\"Írja ide üzenetét...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"year\",\"zkWmBh\":\"Yearly\",\"+BGee5\":\"years\",\"X/azM1\":\"Igen - Van érvényes EU ÁFA regisztrációs számom\",\"Tz5oXG\":\"Igen, rendelés törlése\",\"QlSZU0\":[\"<0>\",[\"0\"],\" megszemélyesítése (\",[\"1\"],\")\"],\"s14PLh\":[\"Részleges visszatérítést bocsát ki. A vásárló \",[\"0\"],\" \",[\"1\"],\" összeget kap vissza.\"],\"o7LgX6\":\"További szolgáltatási díjakat és adókat konfigurálhat a fiókbeállításokban.\",\"rj3A7+\":\"You can override this for individual dates later.\",\"paWwQ0\":\"Szükség esetén továbbra is manuálisan ajánlhat fel jegyeket.\",\"jTDzpA\":\"Nem archiválhatja a fiókján lévő utolsó aktív szervezőt.\",\"D8baxD\":\"Fizetős jegyeid vannak, de a Stripe még nincs összekötve, így nem tudsz fizetéseket fogadni.\",\"5VGIlq\":\"Elérte az üzenetküldési korlátot.\",\"casL1O\":\"Adók és díjak vannak hozzáadva egy ingyenes termékhez. Szeretné eltávolítani őket?\",\"5SgD0L\":\"You have unsaved changes. Are you sure you want to discard them?\",\"9jJNZY\":\"El kell ismernie felelősségeit a mentés előtt\",\"pCLes8\":\"Hozzá kell járulnia az üzenetek fogadásához\",\"FVTVBy\":\"Megerősítenie kell e-mail címét, mielőtt frissítheti a szervezői státuszt.\",\"ze4bi/\":\"You need to create at least one occurrence before you can add attendees to this recurring event.\",\"w65ZgF\":\"Ellenőriznie kell a fiók e-mail címét, mielőtt módosíthatná az e-mail sablonokat.\",\"FRl8Jv\":\"Ellenőriznie kell fiókja e-mail címét, mielőtt üzeneteket küldhet.\",\"88cUW+\":\"Ön kap\",\"O6/3cu\":\"You'll be able to set up dates, schedules, and recurrence rules in the next step.\",\"zKAheG\":\"You're changing session times\",\"MNFIxz\":[\"El fog menni ide: \",[\"0\"],\"!\"],\"ZlLcht\":[\"Ön a következő dátumra iratkozik fel a várólistára: \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Felkerült a várólistára!\",\"/5HL6k\":\"Helyet ajánlottak neked!\",\"gbjFFH\":\"You've changed the session time\",\"YI0K8C\":[\"Fiókja deaktiválva lett, és véglegesen törlésre kerül ekkor: <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Fiókjának üzenetküldési korlátai vannak. A korlátozások emeléséhez lépjen kapcsolatba velünk\",\"gsWZkk\":\"Fiókja mostantól törlésre van ütemezve.\",\"x/xjzn\":\"Partnerei sikeresen exportálva.\",\"TF37u6\":\"Résztvevői sikeresen exportálva.\",\"79lXGw\":\"A bejelentkezési lista sikeresen létrehozva. Ossza meg az alábbi linket a bejelentkezési személyzettel.\",\"BnlG9U\":\"A jelenlegi rendelésed el fog veszni.\",\"nBqgQb\":\"Az Ön e-mail címe\",\"GG1fRP\":\"Az eseményed élőben van!\",\"ifRqmm\":\"Üzenetét sikeresen elküldtük!\",\"0/+Nn9\":\"Az üzenetei itt fognak megjelenni\",\"/Rj5P4\":\"Az Ön neve\",\"PFjJxY\":\"Az új jelszónak legalább 8 karakter hosszúnak kell lennie.\",\"gzrCuN\":\"A rendelés adatai frissültek. Megerősítő e-mailt küldtünk az új e-mail címre.\",\"naQW82\":\"A rendelésed törlésre került.\",\"bhlHm/\":\"A rendelése fizetésre vár\",\"XeNum6\":\"Megrendelései sikeresen exportálva.\",\"Xd1R1a\":\"Szervezői címe\",\"WWYHKD\":\"A fizetése banki szintű titkosítással védett\",\"5b3QLi\":\"Az Ön csomagja\",\"N4Zkqc\":\"Your saved date filter is no longer available — showing all dates.\",\"o0qzpM\":\"A Stripe-fiókja nem érintett, és nem vesznek el adatok — bármikor újra összekapcsolhatja.\",\"FNO5uZ\":\"Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions.\",\"CnZ3Ou\":\"A jegyei megerősítésre kerültek.\",\"EmFsMZ\":\"Az ÁFA száma sorban áll az érvényesítésre\",\"QBlhh4\":\"Az ÁFA száma mentéskor lesz érvényesítve\",\"fT9VLt\":\"Várólista ajánlata lejárt és nem tudtuk teljesíteni rendelését. Kérjük, csatlakozzon újra a várólistához, hogy értesítést kapjon, amikor több hely szabadul fel.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Még nincs semmi megjeleníthető'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>sikeresen kijelentkezett\"],\"KMgp2+\":[[\"0\"],\" elérhető\"],\"Pmr5xp\":[[\"0\"],\" sikeresen létrehozva\"],\"FImCSc\":[[\"0\"],\" sikeresen frissítve\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" nap, \",[\"hours\"],\" óra, \",[\"minutes\"],\" perc, és \",[\"seconds\"],\" másodperc\"],\"f3RdEk\":[[\"hours\"],\" óra, \",[\"minutes\"],\" perc, és \",[\"seconds\"],\" másodperc\"],\"fyE7Au\":[[\"minutes\"],\" perc és \",[\"seconds\"],\" másodperc\"],\"NlQ0cx\":[[\"organizerName\"],\" első eseménye\"],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://az-ön-weboldala.com\",\"qnSLLW\":\"<0>Kérjük, adja meg az árat adók és díjak nélkül.<1>Az adók és díjak alább adhatók hozzá.\",\"ZjMs6e\":\"<0>A termékhez elérhető termékek száma<1>Ez az érték felülírható, ha a termékhez <2>Kapacitáskorlátok vannak társítva.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 perc és 0 másodperc\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Dátum beviteli mező. Tökéletes születési dátum stb. kérésére.\",\"6euFZ/\":[\"Az összes új termékre automatikusan alkalmazásra kerül egy alapértelmezett \",[\"type\"],\" típus. Ezt termékenként felülírhatja.\"],\"SMUbbQ\":\"A legördülő menü csak egy kiválasztást tesz lehetővé\",\"qv4bfj\":\"Díj, például foglalási díj vagy szolgáltatási díj\",\"POT0K/\":\"Fix összeg termékenként. Pl. 0,50 dollár termékenként\",\"f4vJgj\":\"Többsoros szövegbevitel\",\"OIPtI5\":\"A termék árának százaléka. Pl. a termék árának 3,5%-a\",\"ZthcdI\":\"A kedvezmény nélküli promóciós kód elrejtett termékek felfedésére használható.\",\"AG/qmQ\":\"A rádió opció több lehetőséget kínál, de csak egy választható ki.\",\"h179TP\":\"Az esemény rövid leírása, amely megjelenik a keresőmotorok találatai között és a közösségi médiában való megosztáskor. Alapértelmezés szerint az esemény leírása kerül felhasználásra.\",\"WKMnh4\":\"Egysoros szövegbevitel\",\"BHZbFy\":\"Egyetlen kérdés megrendelésenként. Pl. Mi a szállítási címe?\",\"Fuh+dI\":\"Egyetlen kérdés termékenként. Pl. Mi a póló mérete?\",\"RlJmQg\":\"Standard adó, mint az ÁFA vagy a GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Banki átutalások, csekkek vagy egyéb offline fizetési módok elfogadása\",\"hrvLf4\":\"Hitelkártyás fizetések elfogadása a Stripe-pal\",\"bfXQ+N\":\"Meghívó elfogadása\",\"AeXO77\":\"Fiók\",\"lkNdiH\":\"Fióknév\",\"Puv7+X\":\"Fiókbeállítások\",\"OmylXO\":\"Fiók sikeresen frissítve\",\"7L01XJ\":\"Műveletek\",\"FQBaXG\":\"Aktiválás\",\"5T2HxQ\":\"Aktiválás dátuma\",\"F6pfE9\":\"Aktív\",\"/PN1DA\":\"Adjon leírást ehhez a bejelentkezési listához\",\"0/vPdA\":\"Adjon hozzá bármilyen megjegyzést a résztvevőhöz. Ezek nem lesznek láthatók a résztvevő számára.\",\"Or1CPR\":\"Adjon hozzá bármilyen megjegyzést a résztvevőhöz...\",\"l3sZO1\":\"Adjon hozzá bármilyen megjegyzést a megrendeléshez. Ezek nem lesznek láthatók az ügyfél számára.\",\"xMekgu\":\"Adjon hozzá bármilyen megjegyzést a megrendeléshez...\",\"PGPGsL\":\"Leírás hozzáadása\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Adjon hozzá utasításokat az offline fizetésekhez (pl. banki átutalás részletei, hová küldje a csekkeket, fizetési határidők)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Új hozzáadása\",\"TZxnm8\":\"Opció hozzáadása\",\"24l4x6\":\"Termék hozzáadása\",\"8q0EdE\":\"Termék hozzáadása kategóriához\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Adó vagy díj hozzáadása\",\"goOKRY\":\"Szint hozzáadása\",\"oZW/gT\":\"Hozzáadás a naptárhoz\",\"pn5qSs\":\"További információk\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Cím\",\"NY/x1b\":\"Cím 1. sor\",\"POdIrN\":\"Cím 1. sor\",\"cormHa\":\"Cím 2. sor\",\"gwk5gg\":\"Cím 2. sor\",\"U3pytU\":\"Adminisztrátor\",\"HLDaLi\":\"Az adminisztrátor felhasználók teljes hozzáféréssel rendelkeznek az eseményekhez és a fiókbeállításokhoz.\",\"W7AfhC\":\"Az esemény összes résztvevője\",\"cde2hc\":\"Minden termék\",\"5CQ+r0\":\"Engedélyezze a be nem fizetett megrendelésekhez társított résztvevők bejelentkezését\",\"ipYKgM\":\"Keresőmotor indexelésének engedélyezése\",\"LRbt6D\":\"Engedélyezze a keresőmotoroknak az esemény indexelését\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Csodálatos, esemény, kulcsszavak...\",\"hehnjM\":\"Összeg\",\"R2O9Rg\":[\"Fizetett összeg (\",[\"0\"],\")\"],\"V7MwOy\":\"Hiba történt az oldal betöltésekor\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Váratlan hiba történt.\",\"byKna+\":\"Váratlan hiba történt. Kérjük, próbálja újra.\",\"ubdMGz\":\"A terméktulajdonosoktól érkező bármilyen kérdés erre az e-mail címre kerül elküldésre. Ez lesz az „válasz” cím is az eseményről küldött összes e-mailhez.\",\"aAIQg2\":\"Megjelenés\",\"Ym1gnK\":\"alkalmazva\",\"sy6fss\":[\"Alkalmazható \",[\"0\"],\" termékre\"],\"kadJKg\":\"1 termékre vonatkozik\",\"DB8zMK\":\"Alkalmaz\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Alkalmazza ezt a \",[\"type\"],\" típust minden új termékre\"],\"S0ctOE\":\"Esemény archiválása\",\"TdfEV7\":\"Archivált\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Biztosan aktiválni szeretné ezt a résztvevőt?\",\"TvkW9+\":\"Biztosan archiválni szeretné ezt az eseményt?\",\"/CV2x+\":\"Biztosan törölni szeretné ezt a résztvevőt? Ez érvényteleníti a jegyét.\",\"YgRSEE\":\"Biztosan törölni szeretné ezt a promóciós kódot?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Biztosan piszkozatba szeretné tenni ezt az eseményt? Ezzel az esemény láthatatlanná válik a nyilvánosság számára.\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Biztosan vissza szeretné állítani ezt az eseményt? Piszkozatként lesz visszaállítva.\",\"vJuISq\":\"Biztosan törölni szeretné ezt a kapacitás-hozzárendelést?\",\"baHeCz\":\"Biztosan törölni szeretné ezt a bejelentkezési listát?\",\"LBLOqH\":\"Kérdezze meg egyszer megrendelésenként\",\"wu98dY\":\"Kérdezze meg egyszer termékenként\",\"ss9PbX\":\"Résztvevő\",\"m0CFV2\":\"Résztvevő adatai\",\"QKim6l\":\"Résztvevő nem található\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Résztvevői jegy\",\"9SZT4E\":\"Résztvevők\",\"iPBfZP\":\"Regisztrált résztvevők\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Automatikus átméretezés\",\"vZ5qKF\":\"Automatikusan átméretezi a widget magasságát a tartalom alapján. Ha le van tiltva, a widget kitölti a tároló magasságát.\",\"4lVaWA\":\"Offline fizetésre vár\",\"2rHwhl\":\"Offline fizetésre vár\",\"3wF4Q/\":\"Fizetésre vár\",\"ioG+xt\":\"Fizetésre vár\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Kft.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Vissza az esemény oldalára\",\"VCoEm+\":\"Vissza a bejelentkezéshez\",\"k1bLf+\":\"Háttérszín\",\"I7xjqg\":\"Háttér típusa\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Számlázási cím\",\"/xC/im\":\"Számlázási beállítások\",\"rp/zaT\":\"Brazíliai portugál\",\"whqocw\":\"A regisztrációval elfogadja <0>Szolgáltatási feltételeinket és <1>Adatvédelmi irányelveinket.\",\"bcCn6r\":\"Számítás típusa\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Mégsem\",\"Gjt/py\":\"E-mail cím módosításának visszavonása\",\"tVJk4q\":\"Megrendelés törlése\",\"Os6n2a\":\"Megrendelés törlése\",\"Mz7Ygx\":[\"Megrendelés törlése \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Törölve\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Kapacitás\",\"V6Q5RZ\":\"Kapacitás-hozzárendelés sikeresen létrehozva\",\"k5p8dz\":\"Kapacitás-hozzárendelés sikeresen törölve\",\"nDBs04\":\"Kapacitás kezelése\",\"ddha3c\":\"A kategóriák lehetővé teszik a termékek csoportosítását. Például létrehozhat egy kategóriát „Jegyek” néven, és egy másikat „Árucikkek” néven.\",\"iS0wAT\":\"A kategóriák segítenek a termékek rendszerezésében. Ez a cím megjelenik a nyilvános eseményoldalon.\",\"eorM7z\":\"Kategóriák sikeresen átrendezve.\",\"3EXqwa\":\"Kategória sikeresen létrehozva\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Jelszó módosítása\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Bejelentkezés \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Bejelentkezés és megrendelés fizetettként jelölése\",\"QYLpB4\":\"Csak bejelentkezés\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Nézze meg ezt az eseményt!\",\"gXcPxc\":\"Beléptetés\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Bejelentkezési lista sikeresen törölve\",\"+hBhWk\":\"A bejelentkezési lista lejárt\",\"mBsBHq\":\"A bejelentkezési lista nem aktív\",\"vPqpQG\":\"Bejelentkezési lista nem található\",\"tejfAy\":\"Bejelentkezési listák\",\"hD1ocH\":\"Bejelentkezési URL a vágólapra másolva\",\"CNafaC\":\"A jelölőnégyzet opciók több kiválasztást is lehetővé tesznek\",\"SpabVf\":\"Jelölőnégyzetek\",\"CRu4lK\":\"Bejelentkezve\",\"znIg+z\":\"Fizetés\",\"1WnhCL\":\"Fizetési beállítások\",\"6imsQS\":\"Kínai (egyszerűsített)\",\"JjkX4+\":\"Válasszon színt a háttérhez\",\"/Jizh9\":\"Válasszon fiókot\",\"3wV73y\":\"Város\",\"FG98gC\":\"Keresési szöveg törlése\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Kattintson a másoláshoz\",\"yz7wBu\":\"Bezárás\",\"62Ciis\":\"Oldalsáv bezárása\",\"EWPtMO\":\"Kód\",\"ercTDX\":\"A kódnak 3 és 50 karakter között kell lennie\",\"oqr9HB\":\"Összecsukja ezt a terméket, amikor az eseményoldal kezdetben betöltődik\",\"jZlrte\":\"Szín\",\"Vd+LC3\":\"A színnek érvényes hexadecimális színkódnak kell lennie. Példa: #ffffff\",\"1HfW/F\":\"Színek\",\"VZeG/A\":\"Hamarosan érkezik\",\"yPI7n9\":\"Vesszővel elválasztott kulcsszavak, amelyek leírják az eseményt. Ezeket a keresőmotorok használják az esemény kategorizálásához és indexeléséhez.\",\"NPZqBL\":\"Megrendelés befejezése\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Fizetés befejezése\",\"qqWcBV\":\"Befejezett\",\"6HK5Ct\":\"Befejezett megrendelések\",\"NWVRtl\":\"Befejezett megrendelések\",\"DwF9eH\":\"Komponens kód\",\"Tf55h7\":\"Konfigurált kedvezmény\",\"7VpPHA\":\"Megerősítés\",\"ZaEJZM\":\"E-mail cím módosításának megerősítése\",\"yjkELF\":\"Új jelszó megerősítése\",\"xnWESi\":\"Jelszó megerősítése\",\"p2/GCq\":\"Jelszó megerősítése\",\"wnDgGj\":\"E-mail cím megerősítése...\",\"pbAk7a\":\"Stripe csatlakoztatása\",\"UMGQOh\":\"Csatlakozás a Stripe-hoz\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Csatlakozási adatok\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Folytatás\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Folytatás gomb szövege\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Másolva\",\"T5rdis\":\"vágólapra másolva\",\"he3ygx\":\"Másolás\",\"r2B2P8\":\"Bejelentkezési URL másolása\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Link másolása\",\"E6nRW7\":\"URL másolása\",\"JNCzPW\":\"Ország\",\"IF7RiR\":\"Borító\",\"hYgDIe\":\"Létrehozás\",\"b9XOHo\":[\"Létrehozás \",[\"0\"]],\"k9RiLi\":\"Termék létrehozása\",\"6kdXbW\":\"Promóciós kód létrehozása\",\"n5pRtF\":\"Jegy létrehozása\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"szervező létrehozása\",\"ipP6Ue\":\"Résztvevő létrehozása\",\"VwdqVy\":\"Kapacitás-hozzárendelés létrehozása\",\"EwoMtl\":\"Kategória létrehozása\",\"XletzW\":\"Kategória létrehozása\",\"WVbTwK\":\"Bejelentkezési lista létrehozása\",\"uN355O\":\"Esemény létrehozása\",\"BOqY23\":\"Új létrehozása\",\"kpJAeS\":\"Szervező létrehozása\",\"a0EjD+\":\"Termék létrehozása\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Promóciós kód létrehozása\",\"B3Mkdt\":\"Kérdés létrehozása\",\"UKfi21\":\"Adó vagy díj létrehozása\",\"d+F6q9\":\"Létrehozva\",\"Q2lUR2\":\"Pénznem\",\"DCKkhU\":\"Jelenlegi jelszó\",\"uIElGP\":\"Egyedi térképek URL\",\"UEqXyt\":\"Egyedi tartomány\",\"876pfE\":\"Ügyfél\",\"QOg2Sf\":\"Testreszabhatja az esemény e-mail és értesítési beállításait.\",\"Y9Z/vP\":\"Testreszabhatja az esemény honlapját és a fizetési üzeneteket.\",\"2E2O5H\":\"Testreszabhatja az esemény egyéb beállításait.\",\"iJhSxe\":\"Testreszabhatja az esemény SEO beállításait.\",\"KIhhpi\":\"Testreszabhatja eseményoldalát\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Veszélyzóna\",\"ZQKLI1\":\"Veszélyzóna\",\"7p5kLi\":\"Irányítópult\",\"mYGY3B\":\"Dátum\",\"JvUngl\":\"Dátum és idő\",\"JJhRbH\":\"Első nap kapacitás\",\"cnGeoo\":\"Törlés\",\"jRJZxD\":\"Kapacitás törlése\",\"VskHIx\":\"Kategória törlése\",\"Qrc8RZ\":\"Bejelentkezési lista törlése\",\"WHf154\":\"Kód törlése\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Leírás\",\"YC3oXa\":\"Leírás a bejelentkezési személyzet számára\",\"URmyfc\":\"Részletek\",\"1lRT3t\":\"Ezen kapacitás letiltása nyomon követi az értékesítéseket, de nem állítja le őket, amikor a limit elérte a határt.\",\"H6Ma8Z\":\"Kedvezmény\",\"ypJ62C\":\"Kedvezmény %\",\"3LtiBI\":[\"Kedvezmény \",[\"0\"],\"-ban\"],\"C8JLas\":\"Kedvezmény típusa\",\"1QfxQT\":\"Bezárás\",\"DZlSLn\":\"Dokumentum címke\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\".ics letöltése\",\"kodV18\":\"CSV letöltése\",\"CELKku\":\"Számla letöltése\",\"LQrXcu\":\"Számla letöltése\",\"QIodqd\":\"QR kód letöltése\",\"yhjU+j\":\"Számla letöltése\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Legördülő menü kiválasztása\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Esemény másolása\",\"3ogkAk\":\"Esemény másolása\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Opciók másolása\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Korai madár\",\"ePK91l\":\"Szerkesztés\",\"N6j2JH\":[\"Szerkesztés \",[\"0\"]],\"kBkYSa\":\"Kapacitás szerkesztése\",\"oHE9JT\":\"Kapacitás-hozzárendelés szerkesztése\",\"j1Jl7s\":\"Kategória szerkesztése\",\"FU1gvP\":\"Bejelentkezési lista szerkesztése\",\"iFgaVN\":\"Kód szerkesztése\",\"jrBSO1\":\"Szervező szerkesztése\",\"tdD/QN\":\"Termék szerkesztése\",\"n143Tq\":\"Termékkategória szerkesztése\",\"9BdS63\":\"Promóciós kód szerkesztése\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Kérdés szerkesztése\",\"poTr35\":\"Felhasználó szerkesztése\",\"GTOcxw\":\"Felhasználó szerkesztése\",\"pqFrv2\":\"pl. 2.50 2.50 dollárért\",\"3yiej1\":\"pl. 23.5 23.5%-ért\",\"O3oNi5\":\"E-mail\",\"VxYKoK\":\"E-mail és értesítési beállítások\",\"ATGYL1\":\"E-mail cím\",\"hzKQCy\":\"E-mail cím\",\"HqP6Qf\":\"E-mail cím módosítása sikeresen törölve\",\"mISwW1\":\"E-mail cím módosítása függőben\",\"APuxIE\":\"E-mail megerősítés újraküldve\",\"YaCgdO\":\"E-mail megerősítés sikeresen újraküldve\",\"jyt+cx\":\"E-mail lábléc üzenet\",\"I6F3cp\":\"E-mail nem ellenőrzött\",\"NTZ/NX\":\"Beágyazási kód\",\"4rnJq4\":\"Beágyazási szkript\",\"8oPbg1\":\"Számlázás engedélyezése\",\"j6w7d/\":\"Engedélyezze ezt a kapacitást, hogy leállítsa a termékértékesítést, amikor a limit elérte a határt.\",\"VFv2ZC\":\"Befejezés dátuma\",\"237hSL\":\"Befejezett\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Angol\",\"MhVoma\":\"Adjon meg egy összeget adók és díjak nélkül.\",\"SlfejT\":\"Hiba\",\"3Z223G\":\"Hiba az e-mail cím megerősítésekor\",\"a6gga1\":\"Hiba az e-mail cím módosításának megerősítésekor\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Esemény\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Esemény dátuma\",\"0Zptey\":\"Esemény alapértelmezett beállításai\",\"QcCPs8\":\"Esemény részletei\",\"6fuA9p\":\"Esemény sikeresen másolva\",\"AEuj2m\":\"Esemény honlapja\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Esemény helyszíne és helyszín adatai\",\"OopDbA\":\"Event page\",\"4/If97\":\"Esemény állapotának frissítése sikertelen. Kérjük, próbálja újra később.\",\"btxLWj\":\"Esemény állapota frissítve\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Események\",\"sZg7s1\":\"Lejárati dátum\",\"KnN1Tu\":\"Lejár\",\"uaSvqt\":\"Lejárati dátum\",\"GS+Mus\":\"Exportálás\",\"9xAp/j\":\"Nem sikerült törölni a résztvevőt.\",\"ZpieFv\":\"Nem sikerült törölni a megrendelést.\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Nem sikerült letölteni a számlát. Kérjük, próbálja újra.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Bejelentkezési lista betöltése sikertelen\",\"ZQ15eN\":\"Jegy e-mail újraküldése sikertelen\",\"ejXy+D\":\"Termékek rendezése sikertelen\",\"PLUB/s\":\"Díj\",\"/mfICu\":\"Díjak\",\"LyFC7X\":\"Megrendelések szűrése\",\"cSev+j\":\"Szűrők\",\"CVw2MU\":[\"Szűrők (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Első számla száma\",\"V1EGGU\":\"Keresztnév\",\"kODvZJ\":\"Keresztnév\",\"S+tm06\":\"A keresztnévnek 1 és 50 karakter között kell lennie.\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Először használva\",\"TpqW74\":\"Fix\",\"irpUxR\":\"Fix összeg\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Elfelejtette jelszavát?\",\"2POOFK\":\"Ingyenes\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Francia\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Német\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Vissza a profilhoz\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Naptár\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Bruttó értékesítés\",\"yRg26W\":\"Bruttó értékesítés\",\"R4r4XO\":\"Résztvevők\",\"26pGvx\":\"Van promóciós kódja?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"Íme egy példa, hogyan használhatja a komponenst az alkalmazásában.\",\"Y1SSqh\":\"Íme a React komponens, amelyet a widget beágyazásához használhatja az alkalmazásában.\",\"QuhVpV\":[\"Szia \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Rejtett a nyilvánosság elől\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"A rejtett kérdések csak az eseményszervező számára láthatók, az ügyfél számára nem.\",\"vLyv1R\":\"Elrejtés\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Termék elrejtése az értékesítés befejezési dátuma után\",\"06s3w3\":\"Termék elrejtése az értékesítés kezdési dátuma előtt\",\"axVMjA\":\"Termék elrejtése, kivéve, ha a felhasználónak van érvényes promóciós kódja\",\"ySQGHV\":\"Termék elrejtése, ha elfogyott\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Termék elrejtése az ügyfelek elől\",\"Da29Y6\":\"Kérdés elrejtése\",\"fvDQhr\":\"Szint elrejtése a felhasználók elől\",\"lNipG+\":\"Egy termék elrejtése megakadályozza, hogy a felhasználók lássák azt az eseményoldalon.\",\"ZOBwQn\":\"Honlaptervezés\",\"PRuBTd\":\"Honlaptervező\",\"YjVNGZ\":\"Honlap előnézet\",\"c3E/kw\":\"Homer\",\"8k8Njd\":\"Hány perc áll az ügyfél rendelkezésére a megrendelés befejezéséhez? Legalább 15 percet javaslunk.\",\"ySxKZe\":\"Hányszor használható fel ez a kód?\",\"dZsDbK\":[\"HTML karakterkorlát túllépve: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Elfogadom az <0>általános szerződési feltételeket\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Ha engedélyezve van, a bejelentkezési személyzet bejelentkezettként jelölheti meg a résztvevőket, vagy fizetettként jelölheti meg a megrendelést, és bejelentkezhet a résztvevők. Ha le van tiltva, a fizetetlen megrendelésekhez társított résztvevők nem jelentkezhetnek be.\",\"muXhGi\":\"Ha engedélyezve van, a szervező e-mail értesítést kap, amikor új megrendelés érkezik.\",\"6fLyj/\":\"Ha nem Ön kérte ezt a módosítást, kérjük, azonnal változtassa meg jelszavát.\",\"n/ZDCz\":\"Kép sikeresen törölve\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Kép sikeresen feltöltve\",\"VyUuZb\":\"Kép URL-címe\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inaktív\",\"T0K0yl\":\"Az inaktív felhasználók nem tudnak bejelentkezni.\",\"kO44sp\":\"Adja meg az online esemény csatlakozási adatait. Ezek az adatok megjelennek a megrendelés összefoglaló oldalán és a résztvevő jegy oldalán.\",\"FlQKnG\":\"Adó és díjak belefoglalása az árba\",\"Vi+BiW\":[[\"0\"],\" terméket tartalmaz\"],\"lpm0+y\":\"1 terméket tartalmaz\",\"UiAk5P\":\"Kép beszúrása\",\"OyLdaz\":\"Meghívó újraküldve!\",\"HE6KcK\":\"Meghívó visszavonva!\",\"SQKPvQ\":\"Felhasználó meghívása\",\"bKOYkd\":\"Számla sikeresen letöltve\",\"alD1+n\":\"Számlamegjegyzések\",\"kOtCs2\":\"Számlaszámozás\",\"UZ2GSZ\":\"Számla beállítások\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Tétel\",\"KFXip/\":\"János\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Címke\",\"vXIe7J\":\"Nyelv\",\"2LMsOq\":\"Utolsó 12 hónap\",\"vfe90m\":\"Utolsó 14 nap\",\"aK4uBd\":\"Utolsó 24 óra\",\"uq2BmQ\":\"Utolsó 30 nap\",\"bB6Ram\":\"Utolsó 48 óra\",\"VlnB7s\":\"Utolsó 6 hónap\",\"ct2SYD\":\"Utolsó 7 nap\",\"XgOuA7\":\"Utolsó 90 nap\",\"I3yitW\":\"Utolsó bejelentkezés\",\"1ZaQUH\":\"Vezetéknév\",\"UXBCwc\":\"Vezetéknév\",\"tKCBU0\":\"Utoljára használva\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Hagyja üresen az alapértelmezett „Számla” szó használatához\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Betöltés...\",\"wJijgU\":\"Helyszín\",\"sQia9P\":\"Bejelentkezés\",\"zUDyah\":\"Bejelentkezés...\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Kijelentkezés\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Tegye kötelezővé a számlázási címet a fizetés során\",\"MU3ijv\":\"Tegye kötelezővé ezt a kérdést\",\"wckWOP\":\"Kezelés\",\"onpJrA\":\"Résztvevő kezelése\",\"n4SpU5\":\"Esemény kezelése\",\"WVgSTy\":\"Megrendelés kezelése\",\"1MAvUY\":\"Kezelje az esemény fizetési és számlázási beállításait.\",\"cQrNR3\":\"Profil kezelése\",\"AtXtSw\":\"Kezelje az adókat és díjakat, amelyek alkalmazhatók a termékeire.\",\"ophZVW\":\"Jegyek kezelése\",\"DdHfeW\":\"Kezelje fiókadatait és alapértelmezett beállításait.\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Kezelje felhasználóit és engedélyeiket.\",\"1m+YT2\":\"A kötelező kérdésekre válaszolni kell, mielőtt az ügyfél fizethetne.\",\"Dim4LO\":\"Résztvevő manuális hozzáadása\",\"e4KdjJ\":\"Résztvevő manuális hozzáadása\",\"vFjEnF\":\"Fizetettként jelölés\",\"g9dPPQ\":\"Maximum megrendelésenként\",\"l5OcwO\":\"Üzenet a résztvevőnek\",\"Gv5AMu\":\"Üzenet a résztvevőknek\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Üzenet a vásárlónak\",\"tNZzFb\":\"Üzenet tartalma\",\"lYDV/s\":\"Egyéni résztvevők üzenete\",\"V7DYWd\":\"Üzenet elküldve\",\"t7TeQU\":\"Üzenetek\",\"xFRMlO\":\"Minimum megrendelésenként\",\"QYcUEf\":\"Minimális ár\",\"RDie0n\":\"Egyéb\",\"mYLhkl\":\"Egyéb beállítások\",\"KYveV8\":\"Többsoros szövegdoboz\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Az én csodálatos eseményem leírása...\",\"vX8/tc\":\"Az én csodálatos eseményem címe...\",\"hKtWk2\":\"Profilom\",\"fj5byd\":\"N/A\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Név\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Navigálás a résztvevőhöz\",\"qqeAJM\":\"Soha\",\"7vhWI8\":\"Új jelszó\",\"1UzENP\":\"Nem\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Nincs megjeleníthető archivált esemény.\",\"q2LEDV\":\"Nincsenek résztvevők ehhez a megrendeléshez.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Nincs megjeleníthető résztvevő\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Nincs kapacitás-hozzárendelés\",\"a/gMx2\":\"Nincsenek bejelentkezési listák\",\"tMFDem\":\"Nincs adat\",\"6Z/F61\":\"Nincs megjeleníthető adat. Kérjük, válasszon dátumtartományt.\",\"fFeCKc\":\"Nincs kedvezmény\",\"HFucK5\":\"Nincs megjeleníthető befejezett esemény.\",\"yAlJXG\":\"Nincs megjeleníthető esemény\",\"GqvPcv\":\"Nincsenek elérhető szűrők\",\"KPWxKD\":\"Nincs megjeleníthető üzenet\",\"J2LkP8\":\"Nincs megjeleníthető megrendelés\",\"RBXXtB\":\"Jelenleg nem állnak rendelkezésre fizetési módok. Kérjük, vegye fel a kapcsolatot az eseményszervezővel segítségért.\",\"ZWEfBE\":\"Fizetés nem szükséges\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Nincsenek termékek ebben a kategóriában.\",\"FTfObB\":\"Még nincsenek termékek\",\"+Y976X\":\"Nincs megjeleníthető promóciós kód\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Nincs találat\",\"gk5uwN\":\"Nincs találat\",\"RHyZUL\":\"Nincs találat.\",\"RY2eP1\":\"Nem adtak hozzá adókat vagy díjakat.\",\"EdQY6l\":\"Egyik sem\",\"OJx3wK\":\"Nem elérhető\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Jegyzetek\",\"jtrY3S\":\"Még nincs mit mutatni\",\"hFwWnI\":\"Értesítési beállítások\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Szervező értesítése új megrendelésekről\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Engedélyezett napok száma a fizetésre (hagyja üresen a fizetési feltételek kihagyásához a számlákról)\",\"n86jmj\":\"Szám előtag\",\"mwe+2z\":\"Az offline megrendelések nem jelennek meg az esemény statisztikáiban, amíg a megrendelés nem kerül fizetettként megjelölésre.\",\"dWBrJX\":\"Offline fizetés sikertelen. Kérjük, próbálja újra, vagy lépjen kapcsolatba az eseményszervezővel.\",\"fcnqjw\":\"Offline fizetési utasítások\",\"+eZ7dp\":\"Offline fizetések\",\"ojDQlR\":\"Offline fizetési információk\",\"u5oO/W\":\"Offline fizetési beállítások\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"Eladó\",\"Ug4SfW\":\"Miután létrehozott egy eseményt, itt fogja látni.\",\"ZxnK5C\":\"Miután elkezd gyűjteni adatokat, itt fogja látni.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Folyamatban\",\"z+nuVJ\":\"Online esemény\",\"WKHW0N\":\"Online esemény részletei\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Bejelentkezési oldal megnyitása\",\"OdnLE4\":\"Oldalsáv megnyitása\",\"ZZEYpT\":[\"Opció \",[\"i\"]],\"oPknTP\":\"Opcionális további információk, amelyek megjelennek minden számlán (pl. fizetési feltételek, késedelmi díjak, visszatérítési szabályzat).\",\"OrXJBY\":\"Opcionális előtag a számlaszámokhoz (pl. INV-)\",\"0zpgxV\":\"Opciók\",\"BzEFor\":\"vagy\",\"UYUgdb\":\"Megrendelés\",\"mm+eaX\":\"Rendelésszám\",\"B3gPuX\":\"Megrendelés törölve\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Megrendelés dátuma\",\"Tol4BF\":\"Megrendelés részletei\",\"WbImlQ\":\"A megrendelés törölve lett, és a megrendelő értesítést kapott.\",\"nAn4Oe\":\"Megrendelés fizetettként megjelölve\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Rendelésszám\",\"acIJ41\":\"Megrendelés állapota\",\"GX6dZv\":\"Megrendelés összefoglaló\",\"tDTq0D\":\"Megrendelés időtúllépés\",\"1h+RBg\":\"Megrendelések\",\"3y+V4p\":\"Szervezet címe\",\"GVcaW6\":\"Szervezet részletei\",\"nfnm9D\":\"Szervezet neve\",\"G5RhpL\":\"Szervező\",\"mYygCM\":\"Szervező kötelező\",\"Pa6G7v\":\"Szervező neve\",\"l894xP\":\"A szervezők csak eseményeket és termékeket kezelhetnek. Nem kezelhetik a felhasználókat, fiókbeállításokat vagy számlázási információkat.\",\"fdjq4c\":\"Kitöltés\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Oldal nem található\",\"QbrUIo\":\"Oldalmegtekintések\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"fizetett\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Részben visszatérítve\",\"8ZsakT\":\"Jelszó\",\"TUJAyx\":\"A jelszónak legalább 8 karakterből kell állnia\",\"vwGkYB\":\"A jelszónak legalább 8 karakter hosszúnak kell lennie.\",\"BLTZ42\":\"Jelszó sikeresen visszaállítva. Kérjük, jelentkezzen be új jelszavával.\",\"f7SUun\":\"A jelszavak nem egyeznek.\",\"aEDp5C\":\"Illessze be ezt oda, ahová a widgetet szeretné.\",\"+23bI/\":\"Patrik\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Fizetés\",\"Lg+ewC\":\"Fizetés és számlázás\",\"DZjk8u\":\"Fizetési és számlázási beállítások\",\"lflimf\":\"Fizetési határidő\",\"JhtZAK\":\"Fizetés sikertelen\",\"JEdsvQ\":\"Fizetési utasítások\",\"bLB3MJ\":\"Fizetési módok\",\"QzmQBG\":\"Fizetési szolgáltató\",\"lsxOPC\":\"Fizetés beérkezett\",\"wJTzyi\":\"Fizetési állapot\",\"xgav5v\":\"Fizetés sikeres!\",\"R29lO5\":\"Fizetési feltételek\",\"/roQKz\":\"Százalék\",\"vPJ1FI\":\"Százalékos összeg\",\"xdA9ud\":\"Helyezze ezt a weboldalának részébe.\",\"blK94r\":\"Kérjük, adjon hozzá legalább egy opciót.\",\"FJ9Yat\":\"Kérjük, ellenőrizze, hogy a megadott információk helyesek-e.\",\"TkQVup\":\"Kérjük, ellenőrizze e-mail címét és jelszavát, majd próbálja újra.\",\"sMiGXD\":\"Kérjük, ellenőrizze, hogy az e-mail címe érvényes-e.\",\"Ajavq0\":\"Kérjük, ellenőrizze e-mail címét az e-mail cím megerősítéséhez.\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Kérjük, folytassa az új lapon.\",\"hcX103\":\"Kérjük, hozzon létre egy terméket.\",\"cdR8d6\":\"Kérjük, hozzon létre egy jegyet.\",\"x2mjl4\":\"Kérjük, adjon meg egy érvényes kép URL-t, amely egy képre mutat.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Kérjük, vegye figyelembe\",\"C63rRe\":\"Kérjük, térjen vissza az esemény oldalára az újrakezdéshez.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Kérjük, válasszon ki legalább egy terméket.\",\"igBrCH\":\"Kérjük, erősítse meg e-mail címét az összes funkció eléréséhez.\",\"/IzmnP\":\"Kérjük, várjon, amíg előkészítjük számláját...\",\"MOERNx\":\"Portugál\",\"qCJyMx\":\"Fizetés utáni üzenet\",\"g2UNkE\":\"Üzemelteti\",\"Rs7IQv\":\"Fizetés előtti üzenet\",\"rdUucN\":\"Előnézet\",\"a7u1N9\":\"Ár\",\"CmoB9j\":\"Ármegjelenítési mód\",\"BI7D9d\":\"Ár nincs beállítva\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Elsődleges szín\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Elsődleges szövegszín\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Összes jegy nyomtatása\",\"DKwDdj\":\"Jegyek nyomtatása\",\"K47k8R\":\"Termék\",\"1JwlHk\":\"Termékkategória\",\"U61sAj\":\"Termékkategória sikeresen frissítve.\",\"1USFWA\":\"Termék sikeresen törölve\",\"4Y2FZT\":\"Termék ár típusa\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Termék értékesítés\",\"U/R4Ng\":\"Terméksor\",\"sJsr1h\":\"Termék típusa\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Termék(ek)\",\"N0qXpE\":\"Termékek\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Eladott termékek\",\"/u4DIx\":\"Eladott termékek\",\"DJQEZc\":\"Termékek sikeresen rendezve\",\"vERlcd\":\"Profil\",\"kUlL8W\":\"Profil sikeresen frissítve\",\"cl5WYc\":[\"Promóciós kód \",[\"promo_code\"],\" alkalmazva\"],\"P5sgAk\":\"Promóciós kód\",\"yKWfjC\":\"Promóciós kód oldal\",\"RVb8Fo\":\"Promóciós kódok\",\"BZ9GWa\":\"A promóciós kódok kedvezmények, előzetes hozzáférés vagy különleges hozzáférés biztosítására használhatók az eseményéhez.\",\"OP094m\":\"Promóciós kódok jelentés\",\"4kyDD5\":\"Adjon meg további kontextust vagy utasításokat ehhez a kérdéshez. Használja ezt a mezőt feltételek,\\nirányelvek vagy bármilyen fontos információ hozzáadásához, amelyet a résztvevőknek tudniuk kell a válaszadás előtt.\",\"toutGW\":\"QR kód\",\"LkMOWF\":\"Elérhető mennyiség\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Kérdés törölve\",\"avf0gk\":\"Kérdés leírása\",\"oQvMPn\":\"Kérdés címe\",\"enzGAL\":\"Kérdések\",\"ROv2ZT\":\"Kérdések és válaszok\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Rádió opció\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Címzett\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Visszatérítés sikertelen\",\"n10yGu\":\"Megrendelés visszatérítése\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Visszatérítés függőben\",\"xHpVRl\":\"Visszatérítés állapota\",\"/BI0y9\":\"Visszatérítve\",\"fgLNSM\":\"Regisztráció\",\"9+8Vez\":\"Fennmaradó felhasználások\",\"tasfos\":\"eltávolítás\",\"t/YqKh\":\"Eltávolítás\",\"t9yxlZ\":\"Jelentések\",\"prZGMe\":\"Számlázási cím kötelező\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"E-mail megerősítés újraküldése\",\"wIa8Qe\":\"Meghívó újraküldése\",\"VeKsnD\":\"Megrendelés e-mail újraküldése\",\"dFuEhO\":\"Jegy e-mail újraküldése\",\"o6+Y6d\":\"Újraküldés...\",\"OfhWJH\":\"Visszaállítás\",\"RfwZxd\":\"Jelszó visszaállítása\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Esemény visszaállítása\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Vissza az esemény oldalára\",\"8YBH95\":\"Bevétel\",\"PO/sOY\":\"Meghívó visszavonása\",\"GDvlUT\":\"Szerep\",\"ELa4O9\":\"Értékesítés befejezési dátuma\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Értékesítés kezdési dátuma\",\"hBsw5C\":\"Értékesítés befejezve\",\"kpAzPe\":\"Értékesítés kezdete\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Mentés\",\"IUwGEM\":\"Változások mentése\",\"U65fiW\":\"Szervező mentése\",\"UGT5vp\":\"Beállítások mentése\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Keresés résztvevő neve, e-mail címe vagy rendelési száma alapján...\",\"+pr/FY\":\"Keresés eseménynév alapján...\",\"3zRbWw\":\"Keresés név, e-mail vagy rendelési szám alapján...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Keresés név alapján...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Kapacitás-hozzárendelések keresése...\",\"r9M1hc\":\"Bejelentkezési listák keresése...\",\"+0Yy2U\":\"Termékek keresése\",\"YIix5Y\":\"Keresés...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Másodlagos szín\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Másodlagos szövegszín\",\"02ePaq\":[\"Válasszon \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Kategória kiválasztása...\",\"kWI/37\":\"Szervező kiválasztása\",\"ixIx1f\":\"Termék kiválasztása\",\"3oSV95\":\"Terméksor kiválasztása\",\"C4Y1hA\":\"Termékek kiválasztása\",\"hAjDQy\":\"Állapot kiválasztása\",\"QYARw/\":\"Jegy kiválasztása\",\"OMX4tH\":\"Jegyek kiválasztása\",\"DrwwNd\":\"Időszak kiválasztása\",\"O/7I0o\":\"Válasszon...\",\"JlFcis\":\"Küldés\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Üzenet küldése\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Üzenet küldése\",\"D7ZemV\":\"Rendelés visszaigazoló és jegy e-mail küldése\",\"v1rRtW\":\"Teszt küldése\",\"4Ml90q\":\"Keresőoptimalizálás\",\"j1VfcT\":\"Keresőoptimalizálási leírás\",\"/SIY6o\":\"Keresőoptimalizálási kulcsszavak\",\"GfWoKv\":\"Keresőoptimalizálási beállítások\",\"rXngLf\":\"Keresőoptimalizálási cím\",\"/jZOZa\":\"Szolgáltatási díj\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Állítsa be a számlaszámozás kezdő számát. Ez nem módosítható, amint a számlák elkészültek.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Beállítások\",\"Z8lGw6\":\"Megosztás\",\"B2V3cA\":\"Esemény megosztása\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Megjelenítés\",\"V0SbFp\":\"Elérhető termékmennyiség megjelenítése\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Több mutatása\",\"izwOOD\":\"Adó és díjak külön megjelenítése\",\"1SbbH8\":\"Az ügyfélnek a fizetés után, a rendelésösszegző oldalon jelenik meg.\",\"YfHZv0\":\"Az ügyfélnek a fizetés előtt jelenik meg.\",\"CBBcly\":\"Gyakori címmezőket mutat, beleértve az országot is.\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Egysoros szövegmező\",\"+P0Cn2\":\"Lépés kihagyása\",\"YSEnLE\":\"Smith\",\"lgFfeO\":\"Elfogyott\",\"Mi1rVn\":\"Elfogyott\",\"nwtY4N\":\"Valami hiba történt\",\"GRChTw\":\"Hiba történt az adó vagy díj törlésekor\",\"YHFrbe\":\"Valami hiba történt! Kérjük, próbálja újra.\",\"kf83Ld\":\"Valami hiba történt.\",\"fWsBTs\":\"Valami hiba történt. Kérjük, próbálja újra.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Sajnáljuk, ez a promóciós kód nem felismerhető.\",\"65A04M\":\"Spanyol\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Kezdés dátuma\",\"/2by1f\":\"Állam vagy régió\",\"uAQUqI\":\"Állapot\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"A Stripe fizetések nincsenek engedélyezve ehhez az eseményhez.\",\"UJmAAK\":\"Tárgy\",\"X2rrlw\":\"Részösszeg\",\"zzDlyQ\":\"Sikeres\",\"b0HJ45\":[\"Sikeres! \",[\"0\"],\" hamarosan e-mailt kap.\"],\"BJIEiF\":[\"Sikeresen \",[\"0\"],\" résztvevő\"],\"OtgNFx\":\"E-mail cím sikeresen megerősítve\",\"IKwyaF\":\"E-mail cím módosítás sikeresen megerősítve\",\"zLmvhE\":\"Résztvevő sikeresen létrehozva\",\"gP22tw\":\"Termék sikeresen létrehozva\",\"9mZEgt\":\"Promóciós kód sikeresen létrehozva\",\"aIA9C4\":\"Kérdés sikeresen létrehozva\",\"J3RJSZ\":\"Résztvevő sikeresen frissítve\",\"3suLF0\":\"Kapacitás-hozzárendelés sikeresen frissítve\",\"Z+rnth\":\"Bejelentkezési lista sikeresen frissítve\",\"vzJenu\":\"E-mail beállítások sikeresen frissítve\",\"7kOMfV\":\"Esemény sikeresen frissítve\",\"G0KW+e\":\"Honlapterv sikeresen frissítve\",\"k9m6/E\":\"Honlapbeállítások sikeresen frissítve\",\"y/NR6s\":\"Helyszín sikeresen frissítve\",\"73nxDO\":\"Egyéb beállítások sikeresen frissítve\",\"4H80qv\":\"Megrendelés sikeresen frissítve\",\"6xCBVN\":\"Fizetési és számlázási beállítások sikeresen frissítve\",\"1Ycaad\":\"Termék sikeresen frissítve\",\"70dYC8\":\"Promóciós kód sikeresen frissítve\",\"F+pJnL\":\"Keresőoptimalizálási beállítások sikeresen frissítve\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Támogatási e-mail\",\"uRfugr\":\"Póló\",\"JpohL9\":\"Adó\",\"geUFpZ\":\"Adó és díjak\",\"dFHcIn\":\"Adó adatok\",\"wQzCPX\":\"Adózási információk, amelyek minden számla alján megjelennek (pl. adószám, adóazonosító szám).\",\"0RXCDo\":\"Adó vagy díj sikeresen törölve\",\"ZowkxF\":\"Adók\",\"qu6/03\":\"Adók és díjak\",\"gypigA\":\"Ez a promóciós kód érvénytelen.\",\"5ShqeM\":\"A keresett bejelentkezési lista nem létezik.\",\"QXlz+n\":\"Az események alapértelmezett pénzneme.\",\"mnafgQ\":\"Az események alapértelmezett időzónája.\",\"o7s5FA\":\"Az a nyelv, amelyen a résztvevő e-maileket kap.\",\"NlfnUd\":\"A link, amire kattintott, érvénytelen.\",\"HsFnrk\":[\"A termékek maximális száma \",[\"0\"],\" számára \",[\"1\"]],\"TSAiPM\":\"A keresett oldal nem létezik.\",\"MSmKHn\":\"Az ügyfélnek megjelenő ár tartalmazza az adókat és díjakat.\",\"6zQOg1\":\"Az ügyfélnek megjelenő ár nem tartalmazza az adókat és díjakat. Külön lesznek feltüntetve.\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Az esemény címe, amely megjelenik a keresőmotorok találatai között és a közösségi médiában való megosztáskor. Alapértelmezés szerint az esemény címe kerül felhasználásra.\",\"wDx3FF\":\"Nincsenek elérhető termékek ehhez az eseményhez.\",\"pNgdBv\":\"Nincsenek elérhető termékek ebben a kategóriában.\",\"rMcHYt\":\"Függőben lévő visszatérítés van. Kérjük, várja meg a befejezését, mielőtt újabb visszatérítést kérne.\",\"F89D36\":\"Hiba történt a megrendelés fizetettként való megjelölésekor.\",\"68Axnm\":\"Hiba történt a kérés feldolgozása során. Kérjük, próbálja újra.\",\"mVKOW6\":\"Hiba történt az üzenet küldésekor.\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Ennek a résztvevőnek van egy kifizetetlen megrendelése.\",\"mf3FrP\":\"Ez a kategória még nem tartalmaz termékeket.\",\"8QH2Il\":\"Ez a kategória el van rejtve a nyilvánosság elől.\",\"xxv3BZ\":\"Ez a bejelentkezési lista lejárt.\",\"Sa7w7S\":\"Ez a bejelentkezési lista lejárt, és már nem használható bejelentkezéshez.\",\"Uicx2U\":\"Ez a bejelentkezési lista aktív.\",\"1k0Mp4\":\"Ez a bejelentkezési lista még nem aktív.\",\"K6fmBI\":\"Ez a bejelentkezési lista még nem aktív, és nem használható bejelentkezéshez.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Ez az információ megjelenik a fizetési oldalon, a megrendelés összefoglaló oldalán és a megrendelés visszaigazoló e-mailben.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Ez egy online esemény.\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Ez az üzenet szerepelni fog az eseményről küldött összes e-mail láblécében.\",\"55i7Fa\":\"Ez az üzenet csak akkor jelenik meg, ha a megrendelés sikeresen befejeződött. A fizetésre váró megrendelések nem jelenítik meg ezt az üzenetet.\",\"RjwlZt\":\"Ez a megrendelés már ki lett fizetve.\",\"5K8REg\":\"Ez a megrendelés már visszatérítésre került.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Ez a megrendelés törölve lett.\",\"Q0zd4P\":\"Ez a megrendelés lejárt. Kérjük, kezdje újra.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Ez a megrendelés kész.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Ez a megrendelési oldal már nem elérhető.\",\"i0TtkR\":\"Ez felülírja az összes láthatósági beállítást, és elrejti a terméket minden ügyfél elől.\",\"cRRc+F\":\"Ez a termék nem törölhető, mert megrendeléshez van társítva. Helyette elrejtheti.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Ez a jelszó-visszaállító link érvénytelen vagy lejárt.\",\"IV9xTT\":\"Ez a felhasználó nem aktív, mivel nem fogadta el a meghívóját.\",\"5AnPaO\":\"jegy\",\"kjAL4v\":\"Jegy\",\"dtGC3q\":\"Jegy e-mailt újraküldték a résztvevőnek.\",\"54q0zp\":\"Jegyek ehhez:\",\"xN9AhL\":[\"Szint \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"A többszintű termékek lehetővé teszik, hogy ugyanahhoz a termékhez több árlehetőséget kínáljon. Ez tökéletes a korai madár termékekhez, vagy különböző árlehetőségek kínálásához különböző embercsoportok számára.\",\"nn3mSR\":\"Hátralévő idő:\",\"s/0RpH\":\"Felhasználások száma\",\"y55eMd\":\"Felhasználások száma\",\"40Gx0U\":\"Időzóna\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Cím\",\"xdA/+p\":\"Eszközök\",\"72c5Qo\":\"Összesen\",\"YXx+fG\":\"Összesen kedvezmények előtt\",\"NRWNfv\":\"Összes kedvezmény összege\",\"BxsfMK\":\"Összes díj\",\"2bR+8v\":\"Összes bruttó értékesítés\",\"mpB/d9\":\"Teljes megrendelési összeg\",\"m3FM1g\":\"Összes visszatérített\",\"jEbkcB\":\"Összes visszatérített\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Összes adó\",\"+zy2Nq\":\"Típus\",\"FMdMfZ\":\"Nem sikerült bejelentkezni a résztvevőnek.\",\"bPWBLL\":\"Nem sikerült kijelentkezni a résztvevőnek.\",\"9+P7zk\":\"Nem sikerült létrehozni a terméket. Kérjük, ellenőrizze adatait.\",\"WLxtFC\":\"Nem sikerült létrehozni a terméket. Kérjük, ellenőrizze adatait.\",\"/cSMqv\":\"Nem sikerült kérdést létrehozni. Kérjük, ellenőrizze adatait.\",\"MH/lj8\":\"Nem sikerült frissíteni a kérdést. Kérjük, ellenőrizze adatait.\",\"nnfSdK\":\"Egyedi ügyfelek\",\"Mqy/Zy\":\"Egyesült Államok\",\"NIuIk1\":\"Korlátlan\",\"/p9Fhq\":\"Korlátlanul elérhető\",\"E0q9qH\":\"Korlátlan felhasználás engedélyezett\",\"h10Wm5\":\"Kifizetetlen megrendelés\",\"ia8YsC\":\"Közelgő\",\"TlEeFv\":\"Közelgő események\",\"L/gNNk\":[\"Frissítés \",[\"0\"]],\"+qqX74\":\"Eseménynév, leírás és dátumok frissítése\",\"vXPSuB\":\"Profil frissítése\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL a vágólapra másolva\",\"e5lF64\":\"Használati példa\",\"fiV0xj\":\"Használati limit\",\"sGEOe4\":\"Használja a borítókép elmosódott változatát háttérként.\",\"OadMRm\":\"Borítókép használata\",\"7PzzBU\":\"Felhasználó\",\"yDOdwQ\":\"Felhasználókezelés\",\"Sxm8rQ\":\"Felhasználók\",\"VEsDvU\":\"A felhasználók módosíthatják e-mail címüket a <0>Profilbeállítások menüpontban.\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"ÁFA\",\"E/9LUk\":\"Helyszín neve\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Résztvevő adatainak megtekintése\",\"/5PEQz\":\"Eseményoldal megtekintése\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Megtekintés a Google Térképen\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP bejelentkezési lista\",\"tF+VVr\":\"VIP jegy\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Nem sikerült feldolgozni a fizetését. Kérjük, próbálja újra, vagy lépjen kapcsolatba a támogatással.\",\"45Srzt\":\"Nem sikerült törölni a kategóriát. Kérjük, próbálja újra.\",\"/DNy62\":[\"Nem találtunk jegyeket, amelyek megfelelnek a következőnek: \",[\"0\"]],\"1E0vyy\":\"Nem sikerült betölteni az adatokat. Kérjük, próbálja újra.\",\"NmpGKr\":\"Nem sikerült átrendezni a kategóriákat. Kérjük, próbálja újra.\",\"BJtMTd\":\"Javasolt méretek: 1950px x 650px, 3:1 arány, maximális fájlméret: 5MB.\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Nem sikerült megerősíteni a fizetését. Kérjük, próbálja újra, vagy lépjen kapcsolatba a támogatással.\",\"Gspam9\":\"Megrendelését feldolgozzuk. Kérjük, várjon...\",\"LuY52w\":\"Üdv a fedélzeten! Kérjük, jelentkezzen be a folytatáshoz.\",\"dVxpp5\":[\"Üdv újra, \",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Mik azok a többszintű termékek?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Mi az a kategória?\",\"gxeWAU\":\"Mely termékekre vonatkozik ez a kód?\",\"hFHnxR\":\"Mely termékekre vonatkozik ez a kód? (Alapértelmezés szerint mindenre vonatkozik)\",\"AeejQi\":\"Mely termékekre kell vonatkoznia ennek a kapacitásnak?\",\"Rb0XUE\":\"Mikor érkezik?\",\"5N4wLD\":\"Milyen típusú kérdés ez?\",\"gyLUYU\":\"Ha engedélyezve van, számlák készülnek a jegyrendelésekről. A számlákat a rendelés visszaigazoló e-maillel együtt küldjük el. A résztvevők a rendelés visszaigazoló oldaláról is letölthetik számláikat.\",\"D3opg4\":\"Ha az offline fizetések engedélyezve vannak, a felhasználók befejezhetik megrendeléseiket és megkaphatják jegyeiket. Jegyükön egyértelműen fel lesz tüntetve, hogy a megrendelés nincs kifizetve, és a bejelentkezési eszköz értesíti a bejelentkezési személyzetet, ha egy megrendelés fizetést igényel.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Mely jegyeket kell ehhez a bejelentkezési listához társítani?\",\"S+OdxP\":\"Ki szervezi ezt az eseményt?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Kinek kell feltenni ezt a kérdést?\",\"VxFvXQ\":\"Widget beágyazása\",\"v1P7Gm\":\"Widget beállítások\",\"b4itZn\":\"Dolgozik\",\"hqmXmc\":\"Dolgozik...\",\"+G/XiQ\":\"Év elejétől napjainkig\",\"l75CjT\":\"Igen\",\"QcwyCh\":\"Igen, távolítsa el őket.\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"E-mail címét <0>\",[\"0\"],\" címre módosítja.\"],\"gGhBmF\":\"Offline állapotban van.\",\"sdB7+6\":\"Létrehozhat egy promóciós kódot, amely ezt a terméket célozza meg a\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Nem módosíthatja a terméktípust, mivel ehhez a termékhez résztvevők vannak társítva.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Nem jelentkezhet be kifizetetlen megrendeléssel rendelkező résztvevőket. Ez a beállítás az eseménybeállításokban módosítható.\",\"c9Evkd\":\"Nem törölheti az utolsó kategóriát.\",\"6uwAvx\":\"Nem törölheti ezt az árszintet, mert már eladtak termékeket ehhez a szinthez. Helyette elrejtheti.\",\"tFbRKJ\":\"Nem szerkesztheti a fióktulajdonos szerepét vagy állapotát.\",\"fHfiEo\":\"Nem téríthet vissza manuálisan létrehozott megrendelést.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Több fiókhoz is hozzáfér. Kérjük, válasszon egyet a folytatáshoz.\",\"Z6q0Vl\":\"Ezt a meghívót már elfogadta. Kérjük, jelentkezzen be a folytatáshoz.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Nincs függőben lévő e-mail cím módosítás.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Kifutott az időből a megrendelés befejezéséhez.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"El kell ismernie, hogy ez az e-mail nem promóciós.\",\"3ZI8IL\":\"El kell fogadnia a feltételeket.\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Jegy létrehozása kötelező, mielőtt manuálisan hozzáadhatna egy résztvevőt.\",\"jE4Z8R\":\"Legalább egy árszintre szüksége van.\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Manuálisan kell fizetettként megjelölnie egy megrendelést. Ez a megrendelés kezelése oldalon tehető meg.\",\"L/+xOk\":\"Szüksége lesz egy jegyre, mielőtt létrehozhat egy bejelentkezési listát.\",\"Djl45M\":\"Szüksége lesz egy termékre, mielőtt létrehozhat egy kapacitás-hozzárendelést.\",\"y3qNri\":\"Legalább egy termékre szüksége lesz a kezdéshez. Ingyenes, fizetős, vagy hagyja, hogy a felhasználó döntse el, mennyit fizet.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Fióknevét az eseményoldalakon és az e-mailekben használják.\",\"veessc\":\"Résztvevői itt jelennek meg, miután regisztráltak az eseményére. Manuálisan is hozzáadhat résztvevőket.\",\"Eh5Wrd\":\"Az Ön csodálatos weboldala 🎉\",\"lkMK2r\":\"Az Ön adatai\",\"3ENYTQ\":[\"E-mail cím módosítási kérelme a következőre: <0>\",[\"0\"],\" függőben. Kérjük, ellenőrizze e-mail címét a megerősítéshez.\"],\"yZfBoy\":\"Üzenetét elküldtük.\",\"KSQ8An\":\"Az Ön megrendelése\",\"Jwiilf\":\"Az Ön megrendelése törölve lett.\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Megrendelései itt fognak megjelenni, amint beérkeznek.\",\"9TO8nT\":\"Az Ön jelszava\",\"P8hBau\":\"Fizetése feldolgozás alatt áll.\",\"UdY1lL\":\"Fizetése sikertelen volt, kérjük, próbálja újra.\",\"fzuM26\":\"Fizetése sikertelen volt. Kérjük, próbálja újra.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Visszatérítése feldolgozás alatt áll.\",\"IFHV2p\":\"Jegyéhez:\",\"x1PPdr\":\"Irányítószám / Postai irányítószám\",\"BM/KQm\":\"Irányítószám vagy postai irányítószám\",\"+LtVBt\":\"Irányítószám vagy postai irányítószám\",\"25QDJ1\":\"- Kattintson a közzétételhez\",\"WOyJmc\":\"- Kattintson a visszavonáshoz\",\"ncwQad\":\"(üres)\",\"B/gRsg\":\"(nincs)\",\"wqtZLy\":[[\"0\"],\" (másolat)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" már bejelentkezett\"],\"3beCx0\":[[\"0\"],\" <0>beléptetve\"],\"S4PqS9\":[[\"0\"],\" aktív webhook\"],\"6MIiOI\":[[\"0\"],\" maradt\"],\"COnw8D\":[[\"0\"],\" logó\"],\"xG9N0H\":[[\"1\"],\" helyből \",[\"0\"],\" foglalt.\"],\"B7pZfX\":[[\"0\"],\" szervező\"],\"/HkCs4\":[[\"0\"],\" jegy\"],\"30bTiU\":[[\"activeCount\"],\" engedélyezve\"],\"jTs4am\":[[\"appName\"],\" logó\"],\"gbJOk9\":[[\"attendeeCount\"],\" résztvevő regisztrált erre az alkalomra.\"],\"TjbIUI\":[[\"availableCount\"],\" / \",[\"totalCount\"],\" elérhető\"],\"PSChHo\":[[\"capacity\"],\" hely maradt\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" beléptetve\"],\"RZ0JX3\":[[\"chipTime\"],\", elkelt\"],\"M4KnFs\":[[\"chipTime\"],\", Elfogyott, várólista elérhető\"],\"SeyN12\":[[\"totalCount\"],\" lépésből \",[\"completedCount\"],\" kész\"],\"wYzVwE\":[[\"count\"],\" kiegészítő\"],\"f2rhaD\":[[\"diffHr\"],\" órája\"],\"NRSLBe\":[[\"diffMin\"],\" perce\"],\"iYfwJE\":[[\"diffSec\"],\" másodperce\"],\"OJnhhX\":[[\"eventCount\"],\" esemény\"],\"SqGPxF\":[[\"first\"],\" + még \",[\"additionalCount\"]],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" résztvevő regisztrált az érintett alkalmakra.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" megrendelésenként\"],\"RBuxIl\":[[\"productCount\"],\" jegytípus beállítva\"],\"VFLd0I\":[[\"slotCount\"],\" elérhető időpont\"],\"3IEF7U\":[[\"totalCount\"],\" jegytípus\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" díjak\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" díjak és adók\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" adó\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 nap\",\"1d6kks\":\"+Adó/Díjak\",\"B1St2O\":\"<0>A bejelentkezési listák segítenek az esemény belépésének kezelésében nap, terület vagy jegytípus szerint. Összekapcsolhatja a jegyeket konkrét listákkal, például VIP zónákkal vagy 1. napi bérletek, és megoszthat egy biztonságos bejelentkezési linket a személyzettel. Nincs szükség fiókra. A bejelentkezés mobil, asztali vagy táblagépen működik, eszköz kamerával vagy HID USB szkennerrel. \",\"v9VSIS\":\"<0>Állítson be egyetlen összesített látogatói limitet, amely egyszerre több jegytípusra vonatkozik.<1>Például, ha összekapcsol egy <2>Napi bérlet és egy <3>Teljes hétvége jegyet, mindkettő ugyanabból a helykeretből merít. Amint eléri a limitet, az összes kapcsolt jegy automatikusan leáll az értékesítéssel.\",\"Il5Uid\":\"<0>Ez az összes időpontra együttesen elérhető teljes mennyiség – nem időpontonkénti korlát. Az egyes időpontok létszámának korlátozásához állítson be kapacitást az <1>Időpontok ütemezése oldalon.\",\"ZnVt5v\":\"<0>A webhookok azonnal értesítik a külső szolgáltatásokat, amikor események történnek, például új résztvevő hozzáadása a CRM-hez vagy levelezési listához regisztrációkor, biztosítva a zökkenőmentes automatizálást.<1>Használjon harmadik féltől származó szolgáltatásokat, mint a <2>Zapier, <3>IFTTT vagy <4>Make egyedi munkafolyamatok létrehozásához és feladatok automatizálásához.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" az aktuális árfolyamon\"],\"M2DyLc\":\"1 aktív webhook\",\"hMefp0\":\"1 kiegészítő\",\"6hIk/x\":\"1 résztvevő regisztrált az érintett alkalmakra.\",\"qOyE2U\":\"1 résztvevő regisztrált erre az alkalomra.\",\"943BwI\":\"1 nappal a befejezési dátum után\",\"yj3N+g\":\"1 nappal a kezdési dátum után\",\"Z3etYG\":\"1 nappal az esemény előtt\",\"szSnlj\":\"1 órával az esemény előtt\",\"yTsaLw\":\"1 jegy\",\"nz96Ue\":\"1 jegytípus\",\"InX5ad\":\"1 jegytípus beállítva\",\"y2Jh0m\":\"1 elérhető időpont\",\"cGtUz6\":\"1 héttel az esemény előtt\",\"HR/cvw\":\"Minta utca 123\",\"dgKxZ5\":\"Több mint 135 pénznem és több mint 40 fizetési mód\",\"/d9gcz\":\"Gombfelirat megadása kötelező, ha URL van beállítva\",\"kMU5aM\":\"Lemondási értesítés elküldve ide:\",\"o++0qa\":\"az időtartam változása\",\"WuWSX5\":\"Néhány gyors lépés, és már árusíthat is.\",\"RQ5kDd\":\"Üzenet, amely akkor jelenik meg, ha nincsenek termékek ebben a kategóriában.\",\"V53XzQ\":\"Új ellenőrző kód került elküldésre az e-mail címére.\",\"sr2Je0\":\"a kezdési/befejezési idők eltolása\",\"/z/bH1\":\"A szervező rövid leírása, amely megjelenik a felhasználók számára.\",\"3BKFn6\":\"URL megadása kötelező, ha gombfelirat van beállítva\",\"RpjXTb\":\"Heti minta\",\"aS0jtz\":\"Elhagyott\",\"uyJsf6\":\"Rólunk\",\"JvuLls\":\"Díj átvállalása\",\"lk74+I\":\"Díj átvállalása\",\"1uJlG9\":\"Kiemelő szín\",\"g3UF2V\":\"Elfogadás\",\"K5+3xg\":\"Meghívó elfogadása\",\"LuXP9q\":\"Hozzáférés\",\"jzb4Ep\":[\"Fiók · \",[\"0\"]],\"UqH1Q6\":[\"Fiók · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"A fiók törlése megszakítva.\",\"WtlP+7\":\"A fiók törlése le van tiltva\",\"vOuxvL\":\"Fiók információk\",\"F9cvwz\":\"Fiók neve\",\"EHNORh\":\"Fiók nem található\",\"Hy1lfH\":\"Fiók tulajdonosa\",\"bPwFdf\":\"Fiókok\",\"pi/Iog\":[\"Fiókok (\",[\"0\"],\")\"],\"AhwTa1\":\"Beavatkozás szükséges: ÁFA információ szükséges\",\"APyAR/\":\"Aktív események\",\"kCl6ja\":\"Aktív fizetési módok\",\"XJOV1Y\":\"Tevékenység\",\"Eso+01\":[\"Először add hozzá: \",[\"0\"]],\"eJ0IJA\":\"Adjon hozzá borítóképet és arculathoz illő témát\",\"0YEoxS\":\"Időpont hozzáadása\",\"ybegUq\":\"Adjon meg leírást és helyszínt, hogy a résztvevők tudják, mire számíthatnak\",\"nOZl6j\":\"Egyetlen időpont hozzáadása\",\"CjvTPJ\":\"További időpont hozzáadása\",\"0XCduh\":\"Adjon meg legalább egy időpontot\",\"/chGpa\":\"Adja meg az online esemény csatlakozási adatait.\",\"UWWRyd\":\"Egyedi kérdések hozzáadása további információk gyűjtéséhez a pénztárnál\",\"Z/dcxc\":\"Időpont hozzáadása\",\"QeupRg\":\"Időpontok hozzáadása\",\"Q219NT\":\"Időpontok hozzáadása\",\"yjB5VC\":\"Adja meg ismétlődő eseményének időpontjait\",\"Z8idyM\":\"Részletek hozzáadása\",\"wpirGs\":\"Eseményadatok hozzáadása\",\"VX6WUv\":\"Helyszín hozzáadása\",\"GCQlV2\":\"Adjon meg több időpontot, ha naponta több alkalmat tart.\",\"7JF9w9\":\"Kérdés hozzáadása\",\"NLbIb6\":\"Résztvevő hozzáadása mégis (kapacitás felülbírálása)\",\"6PNlRV\":\"Adja hozzá ezt az eseményt a naptárához\",\"BGD9Yt\":\"Jegyek hozzáadása\",\"uIv4Op\":\"Adjon hozzá követőpixeleket a nyilvános eseményoldalaihoz és a szervező kezdőlapjához. Egy cookie-hozzájárulási banner jelenik meg a látogatóknak, amikor a követés aktív.\",\"QN2F+7\":\"Webhook hozzáadása\",\"NsWqSP\":\"Adja hozzá közösségi média hivatkozásait és weboldalának URL-jét. Ezek megjelennek a nyilvános szervezői oldalán.\",\"6JzKEV\":\"Csak kiegészítőként\",\"VkQex5\":\"Kiegészítő termékek\",\"Y2K3rp\":\"Kiegészítők\",\"Z/ZU8N\":\"A fizetéskor kerül hozzáadásra\",\"bVjDs9\":\"További díjak\",\"MKqSg4\":\"Rendszergazdai hozzáférés szükséges\",\"0Zypnp\":\"Admin vezérlőpult\",\"tlFYEo\":\"Belépésre jogosít az eseményére\",\"YAV57v\":\"Partner\",\"I+utEq\":\"A partnerkód nem módosítható.\",\"/jHBj5\":\"Partner sikeresen létrehozva\",\"uCFbG2\":\"Partner sikeresen törölve\",\"ld8I+f\":\"Partnerprogram\",\"a41PKA\":\"Partneri értékesítések nyomon követése\",\"mJJh2s\":\"A partneri értékesítések nem kerülnek nyomon követésre. Ez inaktiválja a partnert.\",\"jabmnm\":\"Partner sikeresen frissítve\",\"CPXP5Z\":\"Partnerek\",\"9Wh+ug\":\"Partnerek exportálva\",\"3cqmut\":\"A partnerek segítenek nyomon követni a partnerek és befolyásolók által generált értékesítéseket. Hozzon létre partnerkódokat és ossza meg őket a teljesítmény nyomon követéséhez.\",\"3e31kI\":\"Az esemény létrehozása után az irányítópulton választhatja ki, milyen gyakran ismétlődjön.\",\"z7GAMJ\":\"összes\",\"N40H+G\":\"Összes\",\"7rLTkE\":\"Összes archivált esemény\",\"gKq1fa\":\"Minden résztvevő\",\"63gRoO\":\"A kiválasztott alkalmak összes résztvevője\",\"uWxIoH\":\"Ennek az időpontnak az összes résztvevője\",\"pMLul+\":\"Minden pénznem\",\"sgUdRZ\":\"Minden időpont\",\"e4q4uO\":\"Minden időpont\",\"ZS/D7f\":\"Összes befejezett esemény\",\"QsYjci\":\"Összes esemény\",\"31KB8w\":\"Minden sikertelen feladat törölve\",\"D2g7C7\":\"Minden feladat újrapróbálásra sorba állítva\",\"B4RFBk\":\"Minden egyező időpont\",\"F1/VgK\":\"Minden időpont\",\"OpWjMq\":\"Minden időpont\",\"Sxm1lO\":\"Minden állapot\",\"dr7CWq\":\"Összes közelgő esemény\",\"UBpkWM\":\"Minden felhasználó\",\"GpT6Uf\":\"Engedélyezi a résztvevőknek, hogy frissítsék jegyinformációikat (név, e-mail) a rendelés visszaigazolásával küldött biztonságos linken keresztül.\",\"VZdky1\":\"A vásárlók átmásolhatják adataikat az összes résztvevőhöz\",\"F3mW5G\":\"Lehetővé teszi az ügyfelek számára, hogy feliratkozzanak a várólistára, ha ez a termék elfogyott\",\"4CMO/q\":\"Lehetővé teszi az ügyfelek számára, hogy feliratkozzanak a várólistára, ha ez a termék elfogyott. Az ügyfelek egy adott dátumra iratkoznak fel a várólistára.\",\"c4uJfc\":\"Majdnem kész! Csak a fizetés feldolgozására várunk. Ez csak néhány másodpercet vesz igénybe.\",\"ocS8eq\":[\"Már van fiókja? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Már hozzáadva\",\"/H326L\":\"Már visszatérítve\",\"USEpOK\":\"Használ már Stripe-ot egy másik szervezőnél? Használja újra azt a kapcsolatot.\",\"RtxQTF\":\"A megrendelés lemondása is\",\"jkNgQR\":\"A megrendelés visszatérítése is\",\"xYqsHg\":\"Mindig elérhető\",\"rrepBD\":\"Mindig megvásárolható\",\"Wvrz79\":\"Fizetett összeg\",\"Zkymb9\":\"E-mail cím, amelyet ehhez a partnerhez társít. A partner nem kap értesítést.\",\"vRznIT\":\"Hiba történt az exportálási állapot ellenőrzésekor.\",\"OPFdAM\":\"A kategória opcionális leírása, amely az esemény oldalán jelenik meg.\",\"eusccx\":\"Opcionális üzenet a kiemelt termék megjelenítéséhez, pl. \\\"Gyorsan fogy 🔥\\\" vagy \\\"Legjobb ár\\\"\",\"HZFm5R\":\"és\",\"l3LBtZ\":\"Közlemény tartalma\",\"Th00L9\":\"Közlemény létrehozva\",\"p/XJYI\":\"Közlemény törölve\",\"08iV57\":\"Közlemény címe\",\"qLqgre\":\"Közlemény frissítve\",\"Dzr23X\":\"Közlemények\",\"asqL+J\":\"Anonimizálás\",\"QNrkms\":\"Válasz sikeresen frissítve.\",\"+qygei\":\"Válaszok\",\"GK7Lnt\":\"A fizetéskor megadott válaszok (pl. ételválasztás)\",\"lE8PgT\":\"A kézzel módosított időpontok megmaradnak.\",\"jVoYha\":[\"alkalmazva — \",[\"0\"],\" kedvezmény a rendelésére\"],\"vP3Nzg\":[\"Az oldalon jelenleg betöltött \",[\"0\"],\", nem lemondott időpontra vonatkozik.\"],\"kkVyZZ\":\"Mindenkire vonatkozik, aki bejelentkezés nélkül nyitja meg a megosztott beléptetési hivatkozást. A bejelentkezett csapattagok mindig mindent látnak.\",\"je4muG\":[\"Az esemény minden \",[\"0\"],\", nem lemondott időpontjára vonatkozik – azokra is, amelyek most nincsenek betöltve.\"],\"YIIQtt\":\"Módosítások alkalmazása\",\"NzWX1Y\":\"Alkalmazás erre\",\"Ps5oDT\":\"Alkalmazás minden jegyre\",\"261RBr\":\"Üzenet jóváhagyása\",\"naCW6Z\":\"Április\",\"B495Gs\":\"Archiválás\",\"5sNliy\":\"Esemény archiválása\",\"BrwnrJ\":\"Szervező archiválása\",\"E5eghW\":\"Archiválja ezt az eseményt, hogy elrejtse a nyilvánosság elől. Később visszaállíthatja.\",\"eqFkeI\":\"Archiválja ezt a szervezőt. Ez a szervező összes eseményét is archiválja.\",\"BzcxWv\":\"Archivált szervezők\",\"9cQBd6\":\"Biztosan archiválja ezt az eseményt? Nem lesz többé látható a nyilvánosság számára.\",\"Trnl3E\":\"Biztosan archiválja ezt a szervezőt? Ez a szervező összes eseményét is archiválja.\",\"wOvn+e\":[\"Biztosan lemond \",[\"count\"],\" időpontot? Az érintett résztvevők e-mailben értesítést kapnak.\"],\"GTxE0U\":\"Biztosan lemondja ezt az időpontot? Az érintett résztvevők e-mailben értesítést kapnak.\",\"VkSk/i\":\"Biztosan törölni szeretné ezt az ütemezett üzenetet?\",\"0aVEBY\":\"Biztosan törölni szeretné az összes sikertelen feladatot?\",\"LchiNd\":\"Biztosan törölni szeretné ezt a partnert? Ez a művelet nem vonható vissza.\",\"U49Xd6\":\"Biztosan törli ezt a közleményt? A felhasználók többé nem látják.\",\"vPeW/6\":\"Biztosan törölni szeretné ezt a konfigurációt? Ez hatással lehet az azt használó fiókokra.\",\"h42Hc/\":\"Biztosan törli ezt az időpontot? A művelet nem vonható vissza.\",\"RiF/yT\":\"Biztosan törli ezt a képet?\",\"b3+Qku\":\"Biztosan törli ezt az adót vagy díjat? A továbbiakban nem kerül rá az új megrendelésekre.\",\"JmVITJ\":\"Biztosan törli ezt a sablont? Ez a művelet nem vonható vissza, és az e-mailek az alapértelmezett sablont fogják használni.\",\"aLS+A6\":\"Biztosan törli ezt a sablont? Ez a művelet nem vonható vissza, és az e-mailek a szervező vagy az alapértelmezett sablont fogják használni.\",\"5H3Z78\":\"Biztosan törölni szeretné ezt a webhookot?\",\"147G4h\":\"Biztos, hogy el akarsz menni?\",\"VDWChT\":\"Biztosan piszkozatba szeretné tenni ezt a szervezőt? Ezzel a szervezői oldal láthatatlanná válik a nyilvánosság számára.\",\"pWtQJM\":\"Biztosan nyilvánossá szeretné tenni ezt a szervezőt? Ezzel a szervezői oldal láthatóvá válik a nyilvánosság számára.\",\"EOqL/A\":\"Biztosan szeretne helyet ajánlani ennek a személynek? E-mail értesítést fog kapni.\",\"yAXqWW\":\"Biztosan véglegesen törli ezt az időpontot? A művelet nem vonható vissza.\",\"WFHOlF\":\"Biztosan közzé szeretné tenni ezt az eseményt? A közzététel után láthatóvá válik a nyilvánosság számára.\",\"4TNVdy\":\"Biztosan közzé szeretné tenni ezt a szervezői profilt? A közzététel után láthatóvá válik a nyilvánosság számára.\",\"8x0pUg\":\"Biztosan el szeretné távolítani ezt a bejegyzést a várólistáról?\",\"cDtoWq\":[\"Biztosan újra szeretné küldeni a rendelés visszaigazolását a következő címre: \",[\"0\"],\"?\"],\"xeIaKw\":[\"Biztosan újra szeretné küldeni a jegyet a következő címre: \",[\"0\"],\"?\"],\"BjbocR\":\"Biztosan visszaállítja ezt az eseményt?\",\"7MjfcR\":\"Biztosan visszaállítja ezt a szervezőt?\",\"b7tkGp\":\"Biztosan visszavonja ezt a meghívót?\",\"ExDt3P\":\"Biztosan visszavonja ennek az eseménynek a közzétételét? Ezzel már nem lesz látható a nyilvánosság számára.\",\"5Qmxo/\":\"Biztosan visszavonja ennek a szervezői profilnak a közzétételét? Ezzel már nem lesz látható a nyilvánosság számára.\",\"Uqefyd\":\"ÁFA regisztrált az EU-ban?\",\"+QARA4\":\"Művészet\",\"tLf3yJ\":\"Mivel vállalkozása Írországban található, az ír 23%-os ÁFA automatikusan vonatkozik minden platformdíjra.\",\"tMeVa/\":\"Név és e-mail bekérése minden megvásárolt jegyhez\",\"ui5ln+\":\"Másik csomag hozzárendelése\",\"9Jxliv\":\"Csomag hozzárendelése\",\"xdiER7\":\"Hozzárendelt szint\",\"F2rX0R\":\"Legalább egy eseménytípust ki kell választani.\",\"Z44eZS\":\"Ehhez az időponthoz legalább egy terméknek elérhetőnek kell maradnia. Ha el akarja érhetetlenné tenni az időpontot, inkább mondja le az ütemtervben.\",\"BCmibk\":\"Próbálkozások\",\"6PecK3\":\"Részvétel és bejelentkezési arányok minden eseményen\",\"K2tp3v\":\"résztvevő\",\"AJ4rvK\":\"Résztvevő törölve\",\"qvylEK\":\"Résztvevő létrehozva\",\"Aspq3b\":\"Résztvevő adatok gyűjtése\",\"fpb0rX\":\"Résztvevő adatok másolva a rendelésből\",\"94aQMU\":\"Résztvevő információk\",\"KkrBiR\":\"Résztvevői információk gyűjtése\",\"sjPjOg\":\"Megjegyzések a résztvevőről\",\"cosfD8\":\"Résztvevő állapota\",\"D2qlBU\":\"Résztvevő frissítve\",\"22BOve\":\"A résztvevő sikeresen frissítve\",\"x8Vnvf\":\"A résztvevő jegye nincs ebben a listában\",\"/Ywywr\":\"résztvevő\",\"zLRobu\":\"résztvevő beléptetve\",\"k3Tngl\":\"Résztvevők exportálva\",\"UoIRW8\":\"Regisztrált résztvevők\",\"5UbY+B\":\"Résztvevők meghatározott jeggyel\",\"4HVzhV\":\"Résztvevők:\",\"HVkhy2\":\"Hozzárendelési elemzés\",\"dMMjeD\":\"Hozzárendelési bontás\",\"1oPDuj\":\"Hozzárendelési érték\",\"cHfbVT\":\"Célközönség\",\"DBHTm/\":\"Augusztus\",\"JgREph\":\"Az automatikus ajánlat engedélyezve van\",\"V7Tejz\":\"Várólista automatikus feldolgozása\",\"PZ7FTW\":\"Automatikusan észlelve a háttérszín alapján, de felülbírálható\",\"zlnTuI\":\"Automatikusan ajánljon jegyeket a következő személynek, amikor kapacitás szabadul fel. Ha letiltva, manuálisan dolgozhatja fel a várólistát a Várólista oldalról.\",\"csDS2L\":\"Elérhető\",\"Xp+ywP\":\"A fizetés befejezése után lesz elérhető\",\"dwDH1K\":[\"Elérhető időpontok – \",[\"dayName\"]],\"clF06r\":\"Visszatérítésre elérhető\",\"NB5+UG\":\"Elérhető tokenek\",\"L+wGOG\":\"Függőben\",\"qcw2OD\":\"Fizetésre vár\",\"kNmmvE\":\"Awesome Events Kft.\",\"TeSaQO\":\"Vissza a fiókokhoz\",\"kYqM1A\":\"Vissza az eseményhez\",\"s5QRF3\":\"Vissza az üzenetekhez\",\"td/bh+\":\"Vissza a jelentésekhez\",\"nsm7BA\":\"Vissza a kereséshez\",\"imjKVx\":\"Bankszámla összekapcsolva\",\"KSSL9f\":\"Szalag\",\"zdYsg1\":\"A szalag tartalma legfeljebb 200 karakter lehet\",\"p2OLF3\":\"Alapár\",\"D9LTCH\":\"Alapár\",\"hviJef\":\"A fenti általános értékesítési időszak alapján, nem időpontonként\",\"jIPNJG\":\"Alapvető információk\",\"lINGcL\":\"Mivel ehhez a fiókhoz teljesített rendelések tartoznak, a tranzakciós adatok (összegek, dátumok és számlaadatok) anonimizált formában megőrzésre kerülnek jogi és adózási célokból. Minden személyes adat véglegesen törlésre kerül.\",\"UabgBd\":\"A törzs kötelező\",\"HWXuQK\":\"Könyvjelzőzze ezt az oldalt, hogy bármikor kezelhesse rendelését.\",\"CUKVDt\":\"Márkajelzés a jegyeken egyedi logóval, színekkel és lábléc üzenettel.\",\"4BZj5p\":\"Beépített csalásvédelem\",\"cr7kGH\":\"Tömeges szerkesztés\",\"1Fbd6n\":\"Időpontok tömeges szerkesztése\",\"Eq6Tu9\":\"A tömeges frissítés nem sikerült.\",\"9N+p+g\":\"Üzlet\",\"SWnN1L\":\"Cím\",\"kQekXw\":\"Cégnév\",\"3W/QV7\":\"Gombfelirat\",\"bv6RXK\":\"Gomb felirat\",\"ChDLlO\":\"Gomb szövege\",\"MOht10\":\"Gomb URL-je\",\"BUe8Wj\":\"A vevő fizet\",\"DkL8mp\":\"A vásárlók a fizetéskor hozzáadhatják ezeket a megrendelésükhöz, ha kiválasztják ezt a terméket.\",\"qF1qbA\":\"A vevők tiszta árat látnak. A platformdíjat a kifizetésből vonjuk le.\",\"dg05rc\":\"A követőpixelek hozzáadásával elismeri, hogy Ön és ez a platform közös adatkezelők a gyűjtött adatok tekintetében. Ön felelős azért, hogy jogszerű alappal rendelkezzen ehhez az adatkezeléshez az alkalmazandó adatvédelmi jogszabályok (GDPR, CCPA stb.) szerint.\",\"DFqasq\":[\"A folytatással elfogadja a(z) <0>\",[\"0\"],\" Szolgáltatási feltételeket\"],\"CetOZE\":\"Jegytípus szerint\",\"lFdbRS\":\"Alkalmazási díjak megkerülése\",\"AjVXBS\":\"Naptár\",\"2VLZwd\":\"Cselekvésre ösztönző gomb\",\"rT2cV+\":\"Kamera\",\"7hYa9y\":\"A kamerához való hozzáférést elutasította. <0>Kérje újra az engedélyt, vagy engedélyezze az oldal kamerahozzáférését a böngésző beállításaiban.\",\"D02dD9\":\"Kampány\",\"RRPA79\":\"A beléptetés nem lehetséges\",\"OcVwAd\":[[\"count\"],\" időpont lemondása\"],\"H4nE+E\":\"Minden termék törlése és visszahelyezése a készletbe\",\"Py78q9\":\"Időpont lemondása\",\"lUjTpS\":\"Törlés megszakítása\",\"5YkF5G\":\"Törlési kérelem megszakítása\",\"tOXAdc\":\"A törlés törli az összes ehhez a rendeléshez tartozó résztvevőt, és visszahelyezi a jegyeket az elérhető készletbe.\",\"FPpqc7\":[[\"0\"],\" időpont lemondása folyamatban. Ez eltarthat egy ideig.\"],\"01sEfm\":\"A rendszer alapértelmezett konfigurációja nem törölhető\",\"VsM1HH\":\"Kapacitás-hozzárendelések\",\"9bIMVF\":\"Kapacitáskezelés\",\"H7K8og\":\"A kapacitásnak legalább 0-nak kell lennie\",\"nzao08\":\"kapacitásfrissítések\",\"4cp9NP\":\"Felhasznált kapacitás\",\"K7tIrx\":\"Kategória\",\"DRK3Bq\":\"A kategória törölve\",\"o+XJ9D\":\"Módosítás\",\"kJkjoB\":\"Időtartam módosítása\",\"J0KExZ\":\"Résztvevői limit módosítása\",\"ssospy\":\"Időpont módosítása\",\"CIHJJf\":\"Várólistás beállítások módosítása\",\"B5icLR\":[\"Az időtartam módosítva \",[\"count\"],\" időpontnál\"],\"Kb+0BT\":\"Terhelések\",\"2tbLdK\":\"Jótékonyság\",\"BPWGKn\":\"Beléptetés\",\"6uFFoY\":\"Beléptetés visszavonása\",\"FjAlwK\":[\"Nézze meg ezt az eseményt: \",[\"0\"]],\"v4fiSg\":\"Ellenőrizze e-mail címét\",\"51AsAN\":\"Nézze meg a postafiókját! Ha ehhez az e-mail címhez jegyek tartoznak, kap egy linket a megtekintésükhöz.\",\"Y3FYXy\":\"Beléptetés\",\"udRwQs\":\"Bejelentkezés létrehozva\",\"F4SRy3\":\"Bejelentkezés törölve\",\"as6XfO\":[[\"0\"],\" beléptetése visszavonva\"],\"9s/wrQ\":\"Beléptetési előzmények\",\"Wwztk4\":\"Beléptetési lista\",\"9gPPUY\":\"Bejelentkezési lista létrehozva\",\"dwjiJt\":\"Beléptetési lista adatai\",\"7od0PV\":\"beléptetési listák\",\"f2vU9t\":\"Bejelentkezési listák\",\"XprdTn\":\"Beléptetési navigáció\",\"5tV1in\":\"Beléptetés állása\",\"SHJwyq\":\"Bejelentkezési arány\",\"qCqdg6\":\"Bejelentkezési állapot\",\"cKj6OE\":\"Bejelentkezési összefoglaló\",\"7B5M35\":\"Bejelentkezések\",\"VrmydS\":\"Beléptetve\",\"DM4gBB\":\"Kínai (hagyományos)\",\"p8Jvp4\":\"Válasszon konfigurációt\",\"ElShBO\":\"Válasszon másik műveletet\",\"pHEhf+\":\"Válasszon olyan betűtípust, amely illik a márkájához. A betűtípusokat a Bunny Fonts szolgáltatja.\",\"Zok1Gx\":\"Válasszon szervezőt\",\"pkk46Q\":\"Válasszon szervezőt\",\"Ag32+c\":\"Válasszon másik időpontot\",\"Crr3pG\":\"Naptár kiválasztása\",\"Z38ZJu\":\"Válassza ki, hogyan jelenjen meg az esemény dátuma a jegyen\",\"LAW8Vb\":\"Válassza ki az alapértelmezett beállítást az új eseményekhez. Ez felülírható az egyes eseményeknél.\",\"pjp2n5\":\"Válassza ki, ki fizeti a platformdíjat. Ez nem érinti a fiókbeállításokban konfigurált további díjakat.\",\"xCJdfg\":\"Törlés\",\"QyOWu9\":\"Helyszín törlése – vissza az esemény alapértelmezettjére\",\"V8yTm6\":\"Keresés törlése\",\"kmnKnX\":\"A törléssel megszűnik minden időpontra egyedileg beállított érték. Az érintett időpontok visszaállnak az esemény alapértelmezett helyszínére.\",\"/o+aQX\":\"Kattintson a lemondáshoz\",\"gD7WGV\":\"Kattintson az értékesítés újranyitásához\",\"CySr+W\":\"Kattintson a jegyzet megtekintéséhez\",\"RG3szS\":\"bezárás\",\"RWw9Lg\":\"Modális ablak bezárása\",\"XwdMMg\":\"A kód csak betűket, számokat, kötőjeleket és aláhúzásokat tartalmazhat\",\"+yMJb7\":\"Kód kötelező\",\"m9SD3V\":\"A kódnak legalább 3 karakter hosszúnak kell lennie\",\"V1krgP\":\"A kód legfeljebb 20 karakter hosszúságú lehet\",\"psqIm5\":\"Kollaboráljon csapatával, hogy csodálatos eseményeket hozzanak létre együtt.\",\"4bUH9i\":\"Résztvevő adatok gyűjtése minden megvásárolt jegyhez.\",\"TkfG8v\":\"Adatok gyűjtése rendelésenként\",\"96ryID\":\"Adatok gyűjtése jegyenként\",\"FpsvqB\":\"Színmód\",\"jEu4bB\":\"Oszlopok\",\"CWk59I\":\"Vígjáték\",\"rPA+Gc\":\"Kommunikációs beállítások\",\"zFT5rr\":\"kész\",\"bUQMpb\":\"Stripe-beállítás befejezése\",\"744BMm\":\"Fejezd be a rendelésed a jegyek biztosításához. Ez az ajánlat időkorlátozott, ne várj túl sokáig.\",\"5YrKW7\":\"Fejezze be a fizetést a jegyek biztosításához.\",\"xGU92i\":\"Töltse ki a profilját a csapathoz való csatlakozáshoz.\",\"QOhkyl\":\"Írás\",\"ih35UP\":\"Konferencia Központ\",\"ywFj2D\":\"Konfiguráció\",\"WTw0bB\":\"Konfiguráció hozzárendelve\",\"X1zdE7\":\"Konfiguráció sikeresen létrehozva\",\"mLBUMQ\":\"Konfiguráció sikeresen törölve\",\"UIENhw\":\"A konfigurációs nevek láthatók a végfelhasználók számára. A fix díjak az aktuális árfolyamon kerülnek átváltásra a megrendelés pénznemére.\",\"eeZdaB\":\"Konfiguráció sikeresen frissítve\",\"3cKoxx\":\"Konfigurációk\",\"8v2LRU\":\"Esemény részletek, helyszín, pénztári beállítások és e-mail értesítések konfigurálása.\",\"raw09+\":\"Állítsa be, hogyan gyűjtse a résztvevők adatait a pénztárnál\",\"FI60XC\":\"Adók és díjak beállítása\",\"av6ukY\":\"Állítsa be, mely termékek érhetők el ehhez az időponthoz, és igény szerint módosítsa az árakat.\",\"NGXKG/\":\"E-mail cím megerősítése\",\"JRQitQ\":\"Új jelszó megerősítése\",\"Auz0Mz\":\"Erősítse meg e-mail címét az összes funkció eléréséhez.\",\"7+grte\":\"Megerősítő e-mail elküldve! Kérjük, ellenőrizze postaládáját.\",\"n/7+7Q\":\"Megerősítés elküldve a következő címre:\",\"x3wVFc\":\"Gratulálunk! Az eseményed mostantól látható a nyilvánosság számára.\",\"0W2NQP\":\"Bank összekapcsolása\",\"/K4Vqr\":\"Kösd össze a Stripe-ot a fizetések fogadásához\",\"nQI4H5\":\"Kapcsolja be a Stripe-ot az e-mail sablon szerkesztéséhez\",\"LmvZ+E\":\"Kapcsolja be a Stripe-ot az üzenetküldéshez\",\"peBIO+\":\"Kapcsolja össze a Stripe-ot, hogy a jegybevétel közvetlenül a bankszámlájára érkezzen.\",\"DNeN8t\":\"Kapcsolja össze a bankját, hogy a jegybevétel közvetlenül a számlájára érkezzen\",\"DARj+w\":\"Rossz Stripe-fiókot kapcsolt össze? Válassza le, és kezdje elölről.\",\"X1y8JF\":\"Online időpontoknál a csatlakozási adatok megadása kötelező\",\"fjfBOm\":\"Online eseményekhez kötelező megadni a csatlakozási adatokat\",\"jfC/xh\":\"Kapcsolat\",\"LOFgda\":[\"Kapcsolatfelvétel \",[\"0\"]],\"41BQ3k\":\"Kapcsolattartási e-mail\",\"4b3oEV\":\"Tartalom\",\"13CIgI\":\"A tartalom megadása kötelező\",\"m8WD6t\":\"Beállítás folytatása\",\"0GwUT4\":\"Folytatás\",\"sBV87H\":\"Folytatás az esemény létrehozásához\",\"nKtyYu\":\"Folytatás a következő lépésre\",\"F3/nus\":\"Tovább a fizetéshez\",\"s30OcA\":\"Szabályozza, hogyan jelenjenek meg a dátumok és időpontok az esemény oldalán\",\"p2FRHj\":\"Szabályozza, hogyan kezelje a platformdíjakat ezen eseménynél\",\"NqfabH\":\"Szabályozza, ki léphet be ezen az időponton\",\"fmYxZx\":\"Szabályozza, ki és mikor léphet be\",\"1JnTgU\":\"Másolva a fentiekből\",\"FxVG/l\":\"Vágólapra másolva\",\"PiH3UR\":\"Másolva!\",\"4i7smN\":\"Fiókazonosító másolása\",\"uUPbPg\":\"Partneri link másolása\",\"iVm46+\":\"Kód másolása\",\"cF2ICc\":\"Ügyféllink másolása\",\"+2ZJ7N\":\"Adatok másolása az első résztvevőhöz\",\"ZN1WLO\":\"E-mail másolása\",\"y1eoq1\":\"Link másolása\",\"tUGbi8\":\"Adataim másolása:\",\"y22tv0\":\"Másolja ezt a linket a megosztáshoz bárhol\",\"/4gGIX\":\"Vágólapra másolás\",\"e0f4yB\":\"A helyszín törlése nem sikerült\",\"vkiDx2\":\"A tömeges frissítést nem sikerült előkészíteni.\",\"KOavaU\":\"Nem sikerült lekérni a cím adatait\",\"/lq4oO\":\"Az időpontot nem sikerült menteni\",\"mHu0az\":\"Az ellenőrző e-mailt nem sikerült elküldeni. Próbálja újra.\",\"QOIm+S\":\"A számok az összes közelgő dátumot tartalmazzák. Mindenki arra a dátumra kap helyet, amelyre feliratkozott.\",\"P0rbCt\":\"Borítókép\",\"p4kqHr\":\"Borítókép hozzáadva\",\"60u+dQ\":\"A borítókép az eseményoldal tetején jelenik meg\",\"2NLjA6\":\"A borítókép a szervezői oldal tetején jelenik meg\",\"GkrqoY\":\"Minden jegyre vonatkozik\",\"zg4oSu\":[[\"0\"],\" sablon létrehozása\"],\"RKKhnW\":\"Hozzon létre egyedi widgetet jegyek értékesítéséhez a webhelyén.\",\"jqhTmw\":\"Lista létrehozása ehhez az időponthoz\",\"PhioFp\":\"Hozzon létre új beléptetési listát egy aktív alkalomhoz, vagy lépjen kapcsolatba a szervezővel, ha úgy gondolja, hogy ez tévedés.\",\"yIRev4\":\"Jelszó létrehozása\",\"j7xZ7J\":\"Hozzon létre további szervezőket, hogy egy fiók alatt különböző márkákat, osztályokat vagy eseménysorozatokat kezeljen. Minden szervezőnek saját eseményei, beállításai és nyilvános oldala van.\",\"xfKgwv\":\"Partner létrehozása\",\"GT/OIA\":\"Hozzon létre egy közleményt, hogy üzenetet jelenítsen meg felhasználóinak.\",\"tudG8q\":\"Jegyek és árucikkek létrehozása és konfigurálása értékesítéshez.\",\"Q4VlI/\":\"Közlemény létrehozása\",\"YAl9Hg\":\"Konfiguráció létrehozása\",\"BTne9e\":\"Hozzon létre egyedi e-mail sablonokat ehhez az eseményhez, amelyek felülírják a szervező alapértelmezéseit\",\"YIDzi/\":\"Egyedi sablon létrehozása\",\"tsGqx5\":\"Időpont létrehozása\",\"Nc3l/D\":\"Kedvezmények, hozzáférési kódok rejtett jegyekhez és különleges ajánlatok létrehozása.\",\"PybJS2\":\"Esemény létrehozása\",\"abGAgf\":\"Hozzon létre további jegyeket vagy termékeket, hogy kiegészítőként kínálhassa őket\",\"eWEV9G\":\"Új jelszó létrehozása\",\"utHSNE\":\"Ütemezés létrehozása\",\"8AiKIu\":\"Jegy vagy termék létrehozása\",\"/HGmW9\":\"Követhető linkek létrehozása a partnerek jutalmazásához, akik népszerűsítik az eseményét.\",\"dkAPxi\":\"Webhook létrehozása\",\"5slqwZ\":\"Hozza létre eseményét\",\"JQNMrj\":\"Hozza létre első eseményét\",\"CCjxOC\":\"Hozza létre első eseményét, hogy elkezdhesse a jegyek értékesítését és a résztvevők kezelését.\",\"ZCSSd+\":\"Hozza létre saját eseményét\",\"qdv10s\":[[\"0\"],\" időpont létrehozása folyamatban. Ez eltarthat egy pillanatig.\"],\"67NsZP\":\"Esemény létrehozása...\",\"H34qcM\":\"Szervező létrehozása...\",\"1YMS+X\":\"Esemény létrehozása, kérjük, várjon.\",\"yiy8Jt\":\"Szervezői profil létrehozása, kérjük, várjon.\",\"lfLHNz\":\"CTA címke kötelező\",\"0xLR6W\":\"Jelenleg hozzárendelve\",\"iTvh6I\":\"Jelenleg megvásárolható\",\"A42Dqn\":\"Egyedi arculat\",\"Guo0lU\":\"Egyéni dátum és idő\",\"WDMdn8\":\"Egyedi kérdések\",\"O6mra8\":\"Egyedi kérdések\",\"axv/Mi\":\"Egyedi sablon\",\"2YeVGY\":\"Ügyféllink vágólapra másolva\",\"QMHSMS\":\"A vásárló e-mailt kap a visszatérítés megerősítéséről\",\"NihQNk\":\"Vásárlók\",\"hINN++\":\"Oldal testreszabása\",\"7gsjkI\":\"Testreszabhatja az ügyfeleknek küldött e-maileket Liquid sablonok használatával. Ezek a sablonok alapértelmezettként lesznek használva a szervezet összes eseményéhez.\",\"xJaTUK\":\"Testreszabhatja az esemény kezdőlapjának elrendezését, színeit és márkajelzését.\",\"MXZfGN\":\"Testreszabhatja a pénztárban feltett kérdéseket, hogy fontos információkat gyűjtsön a résztvevőktől.\",\"iX6SLo\":\"Testreszabhatja a folytatás gomb szövegét.\",\"R8H7yL\":\"Testreszabhatja a jegyekhez görgető lebegő gomb szövegét.\",\"pxNIxa\":\"Testreszabhatja az e-mail sablonját Liquid sablonok használatával\",\"3trPKm\":\"Testreszabhatja szervezői oldalának megjelenését.\",\"U0sC6H\":\"Naponta\",\"/gWrVZ\":\"Napi bevétel, adók, díjak és visszatérítések az összes eseményen\",\"zgCHnE\":\"Napi értékesítési jelentés\",\"nHm0AI\":\"Napi értékesítési, adó- és díj bontás.\",\"1aPnDT\":\"Tánc\",\"pvnfJD\":\"Sötét\",\"MaB9wW\":\"Időpont lemondása\",\"e6cAxJ\":\"Időpont lemondva\",\"81jBnC\":\"Az időpont lemondva\",\"a/C/6R\":\"Az időpont létrehozva\",\"IW7Q+u\":\"Időpont törölve\",\"rngCAz\":\"Az időpont törölve\",\"vHbfoQ\":\"Az időpont újraaktiválva\",\"hvah+S\":\"Az időpont újra megnyílt az értékesítés előtt\",\"Ez0YsD\":\"Az időpont frissítve\",\"JxwIlL\":\"alkalom\",\"Te33mU\":\"Az időpontokat külön-külön kezeljük\",\"91zCxb\":\"Napok alkalmakkal\",\"/ITcnz\":\"nap\",\"H7OUPr\":\"Nap\",\"JtHrX9\":\"A hónap napja\",\"J/Upwb\":\"nap\",\"V3VGYb\":\"A hónap napjai\",\"r6zgGo\":\"December\",\"jbq7j2\":\"Elutasítás\",\"WGD1Al\":\"Csökkentés\",\"gJY4YL\":\"Mennyiség csökkentése\",\"ovBPCi\":\"Alapértelmezett\",\"JtI4vj\":\"Alapértelmezett résztvevői információgyűjtés\",\"ULjv90\":\"Alapértelmezett kapacitás időpontonként\",\"3R/Tu2\":\"Alapértelmezett díjkezelés\",\"1bZAZA\":\"Alapértelmezett sablon lesz használva\",\"3Biswm\":\"Alapértelmezések\",\"HNlEFZ\":\"törlés\",\"KpnwJK\":[\"Törli a következőt: \\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Törli a kiválasztott \",[\"count\"],\" időpontot? A megrendeléssel rendelkező időpontokat kihagyjuk. A művelet nem vonható vissza.\"],\"ZDGm40\":\"Fiók törlése\",\"vu7gDm\":\"Partner törlése\",\"KZN4Lc\":\"Összes törlése\",\"6EkaOO\":\"Időpont törlése\",\"io0G93\":\"Esemény törlése\",\"+jw/c1\":\"Kép törlése\",\"hdyeZ0\":\"Feladat törlése\",\"xxjZeP\":\"Helyszín törlése\",\"sY3tIw\":\"Szervező törlése\",\"UBv8UK\":\"Végleges törlés\",\"dPyJ15\":\"Sablon törlése\",\"IQTR34\":\"Törli ezt a kategóriát? A benne lévő termékek is törlődnek. A művelet nem vonható vissza.\",\"/1wMxk\":\"Törli ezt a terméket? A művelet nem vonható vissza.\",\"mxsm1o\":\"Törli ezt a kérdést? Ez nem vonható vissza.\",\"snMaH4\":\"Webhook törlése\",\"LIZZLY\":[[\"0\"],\" időpont törölve\"],\"loLVyU\":\"Törölt fiók\",\"IlUuGb\":\"A fiók törlése azonnal deaktiválja azt: minden közzétett esemény visszavonásra kerül, és a hozzáférés letiltásra kerül. A 30 napos türelmi időszak után a törlés véglegessé válik. A 30 nap alatt bármikor megszakíthatja.\",\"nMdIuB\":\"Törlés végrehajtásra ütemezve\",\"/U002t\":\"Törlési kérelem megszakítva\",\"PBA62s\":\"Törlési kérelmek\",\"7w0Wev\":\"Leírás és helyszín hozzáadva\",\"vYgeDk\":\"Összes kijelölés megszüntetése\",\"NvuEhl\":\"Tervezési elemek\",\"H8kMHT\":\"Nem kapta meg a kódot?\",\"G8KNgd\":\"Eltérő helyszín\",\"E/QGRL\":\"Kikapcsolva\",\"bzSI52\":\"Elvetés\",\"0EcUWz\":\"Elveti a módosításokat?\",\"+K0AvT\":\"Leválasztás\",\"cALvbl\":\"Stripe-fiók leválasztása\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Közlemény elvetése\",\"nZJ8tu\":\"Beállítási lista elrejtése\",\"QotGhf\":\"Üzenet elvetése\",\"J6hrEy\":\"Elvetve\",\"BREO0S\":\"Jelölőnégyzet megjelenítése, amely lehetővé teszi az ügyfelek számára, hogy feliratkozzanak a rendezvényszervező marketing kommunikációira.\",\"HtaSQp\":\"Megjeleníti, hány hely maradt az egyes időpontokra a jegyvásárló felületen. Ezt időpontonként felülbírálhatja.\",\"pfa8F0\":\"Megjelenített név\",\"Kdpf90\":\"Ne felejtse el!\",\"352VU2\":\"Nincs fiókja? <0>Regisztráljon\",\"AXXqG+\":\"Adomány\",\"DPfwMq\":\"Kész\",\"JoPiZ2\":\"Utasítások a beléptető személyzetnek\",\"2+O9st\":\"Értékesítési, résztvevői és pénzügyi jelentések letöltése minden befejezett rendeléshez.\",\"eneWvv\":\"Piszkozat\",\"Ts8hhq\":\"A spam magas kockázata miatt csatlakoztatnia kell egy Stripe fiókot, mielőtt módosíthatná az e-mail sablonokat. Ez biztosítja, hogy minden eseményszervező ellenőrzött és felelősségre vonható legyen.\",\"TnzbL+\":\"A spam magas kockázata miatt Stripe-fiókot kell csatlakoztatnia, mielőtt üzeneteket küldhetne a résztvevőknek.\\nEz biztosítja, hogy minden rendezvényszervező ellenőrzött és felelősségre vonható legyen.\",\"euc6Ns\":\"Duplikálás\",\"YueC+F\":\"Időpont másolása\",\"KRmTkx\":\"Termék másolása\",\"Jd3ymG\":\"Az időtartamnak legalább 1 percnek kell lennie.\",\"KIjvtr\":\"Holland\",\"22xieU\":\"pl. 180 (3 óra)\",\"MCx4ov\":\"pl. További információ\",\"/zajIE\":\"pl. Délelőtti alkalom\",\"XDHATF\":\"pl. Új funkció: várólisták\",\"tAtvUj\":\"pl. Tervezett karbantartás szombaton 2 és 4 óra között (UTC)\",\"SPKbfM\":\"pl. Jegyek beszerzése, Regisztráció most\",\"fc7wGW\":\"pl. Fontos frissítés a jegyeiről\",\"54MPqC\":\"pl. Alap, Prémium, Vállalati\",\"3RQ81z\":\"Minden személy e-mailt kap egy foglalt hellyel a vásárlás befejezéséhez.\",\"Xfsjel\":\"Minden termék\",\"5oD9f/\":\"Korábban\",\"LTzmgK\":[[\"0\"],\" sablon szerkesztése\"],\"v4+lcZ\":\"Partner szerkesztése\",\"ndNHsK\":\"Közlemény szerkesztése\",\"2iZEz7\":\"Válasz szerkesztése\",\"t2bbp8\":\"Résztvevő szerkesztése\",\"etaWtB\":\"Résztvevő adatainak szerkesztése\",\"+guao5\":\"Konfiguráció szerkesztése\",\"1Mp/A4\":\"Időpont szerkesztése\",\"m0ZqOT\":\"Helyszín szerkesztése\",\"8oivFT\":\"Helyszín szerkesztése\",\"vRWOrM\":\"Rendelés részleteinek szerkesztése\",\"pHm0k9\":\"Ütemezés szerkesztése\",\"fW5sSv\":\"Webhook szerkesztése\",\"nP7CdQ\":\"Webhook szerkesztése\",\"MRZxAn\":\"Szerkesztve\",\"uBAxNB\":\"Szerkesztő\",\"aqxYLv\":\"Oktatás\",\"iiWXDL\":\"Jogosultsági hibák\",\"zPiC+q\":\"Jogosult bejelentkezési listák\",\"SiVstt\":\"E-mailek és ütemezett üzenetek\",\"V2sk3H\":\"E-mail és sablonok\",\"hbwCKE\":\"E-mail cím vágólapra másolva\",\"dSyJj6\":\"Az e-mail címek nem egyeznek\",\"elW7Tn\":\"E-mail törzse\",\"ZsZeV2\":\"E-mail cím kötelező\",\"Be4gD+\":\"E-mail előnézet\",\"6IwNUc\":\"E-mail sablonok\",\"H/UMUG\":\"E-mail ellenőrzés szükséges\",\"PLEl94\":\"E-mail megerősítve\",\"L86zy2\":\"E-mail sikeresen ellenőrizve!\",\"FSN4TS\":\"Widget beágyazása\",\"z9NkYY\":\"Beágyazható widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"A felugró ablakokhoz emoji szükséges\",\"Qj0GKe\":\"Résztvevői önkiszolgálás engedélyezése\",\"hEtQsg\":\"Résztvevői önkiszolgálás alapértelmezett engedélyezése\",\"Upeg/u\":\"Sablon engedélyezése e-mailek küldéséhez\",\"7dSOhU\":\"Várólista engedélyezése\",\"RxzN1M\":\"Engedélyezve\",\"sGjBEq\":\"Befejezés dátuma és ideje (opcionális)\",\"PKXt9R\":\"A befejezés dátumának a kezdő dátum után kell lennie.\",\"vTL8gi\":\"Befejezés időpontja\",\"48Y16Q\":\"Befejezés ideje (opcionális)\",\"TbaYrr\":[\"Véget ért: \",[\"0\"]],\"CFgwiw\":[\"Vége: \",[\"0\"]],\"SqOIQU\":\"Adjon meg kapacitást, vagy válassza a korlátlan lehetőséget.\",\"h37gRz\":\"Adjon meg címkét, vagy válassza az eltávolítását.\",\"7YZofi\":\"Írjon be egy tárgyat és törzset az előnézet megtekintéséhez\",\"khyScF\":\"Adja meg, mennyivel tolja el az időpontokat.\",\"SKx/0u\":\"Adja meg a helyszín nevét vagy címét\",\"ppwojw\":\"Személyes eseményekhez adjon meg helyszínnevet vagy címet\",\"j+eCIq\":\"Cím megadása kézzel\",\"3bR1r4\":\"Adja meg a partner e-mail címét (opcionális)\",\"ARkzso\":\"Adja meg a partner nevét\",\"ej4L8b\":\"Kapacitás megadása\",\"6KnyG0\":\"E-mail megadása\",\"INDKM9\":\"Írja be az e-mail tárgyát...\",\"xUgUTh\":\"Keresztnév megadása\",\"9/1YKL\":\"Vezetéknév megadása\",\"VpwcSk\":\"Írja be az új jelszót\",\"kWg31j\":\"Adjon meg egyedi partnerkódot\",\"C3nD/1\":\"Adja meg e-mail címét\",\"VmXiz4\":\"Írja be az e-mail címét és elküldjük a jelszó visszaállításához szükséges utasításokat.\",\"n9V+ps\":\"Adja meg nevét\",\"IdULhL\":\"Írja be az ÁFA számát az országkóddal együtt, szóközök nélkül (pl. IE1234567A, DE123456789)\",\"RRlWVA\":\"Teljes rendelés\",\"o21Y+P\":\"bejegyzés\",\"X88/6w\":\"A bejegyzések itt jelennek meg, amikor az ügyfelek csatlakoznak az elfogyott termékek várólistájához.\",\"LslKhj\":\"Hiba a naplók betöltésekor\",\"BkEWfd\":\"Esc a bezáráshoz\",\"VCNHvW\":\"Esemény archiválva\",\"ZD0XSb\":\"Az esemény sikeresen archiválva\",\"WgD6rb\":\"Eseménykategória\",\"b46pt5\":\"Esemény borítóképe\",\"NAUIJ7\":\"Esemény létrehozva\",\"1b77ID\":\"Esemény létrehozva\",\"1Hzev4\":\"Esemény egyedi sablon\",\"+v+GW0\":\"Esemény dátumának megjelenítése\",\"7u9/DO\":\"Az esemény sikeresen törölve\",\"imgKgl\":\"Esemény leírása\",\"IzR/Fc\":\"Az esemény teljes időtartama\",\"PYs3rP\":\"Esemény neve\",\"HhwcTQ\":\"Esemény neve\",\"WZZzB6\":\"Esemény neve kötelező\",\"Wd5CDM\":\"Az esemény nevének 150 karakternél rövidebbnek kell lennie.\",\"4JzCvP\":\"Esemény nem elérhető\",\"mImacG\":\"Eseményoldal\",\"Hk9Ki/\":\"Az esemény sikeresen visszaállítva\",\"JyD0LH\":\"Esemény beállítások\",\"XVLu2v\":\"Esemény címe\",\"OfmsI9\":\"Az esemény túl új\",\"4SILkp\":\"Esemény összesítése\",\"YDVUVl\":\"Eseménytípusok\",\"+HeiVx\":\"Esemény frissítve\",\"19j6uh\":\"Események teljesítménye\",\"PC3/fk\":\"Következő 24 órában kezdődő események\",\"CRsuq4\":\"Minden\",\"nwiZdc\":[\"Minden \",[\"0\"]],\"B2jjf8\":[\"Minden \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[[\"0\"],\" naponta\"],\"yLiYx+\":[[\"0\"],\" havonta\"],\"nn9ice\":[[\"0\"],\" hetente\"],\"Cdr8f9\":[[\"0\"],\" hetente, ekkor: \",[\"1\"]],\"GVEHRk\":[[\"0\"],\" évente\"],\"XlRpgq\":[\"Minden \",[\"cadenceUnit\"]],\"fTFfOK\":\"Minden e-mail sablonnak tartalmaznia kell egy cselekvésre ösztönző gombot, amely a megfelelő oldalra vezet\",\"hHTPiT\":\"Minden más – koppintson a szerkesztéshez\",\"BVinvJ\":\"Példák: \\\"Honnan hallott rólunk?\\\", \\\"Cégnév számlához\\\"\",\"2hGPQG\":\"Példák: \\\"Póló méret\\\", \\\"Étkezési preferencia\\\", \\\"Munkakör\\\"\",\"qNuTh3\":\"Kivétel\",\"aW/bzJ\":\"Törlés végrehajtása\",\"CtAcQ7\":\"Törlés végrehajtása most\",\"xj4fwT\":\"Végrehajtás most\",\"M1RnFv\":\"Lejárt\",\"kF8HQ7\":\"Válaszok exportálása\",\"2KAI4N\":\"CSV exportálása\",\"JKfSAv\":\"Exportálás sikertelen. Kérjük, próbálja újra.\",\"SVOEsu\":\"Exportálás elindítva. Fájl előkészítése...\",\"wuyaZh\":\"Exportálás sikeres\",\"9bpUSo\":\"Partnerek exportálása\",\"jtrqH9\":\"Résztvevők exportálása\",\"R4Oqr8\":\"Exportálás befejezve. Fájl letöltése...\",\"UlAK8E\":\"Megrendelések exportálása\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Sikertelen\",\"8uOlgz\":\"Sikertelen időpontja\",\"tKcbYd\":\"Sikertelen feladatok\",\"SsI9v/\":\"A rendelés feladása sikertelen. Kérjük, próbálja újra.\",\"LdPKPR\":\"A konfiguráció hozzárendelése sikertelen\",\"PO0cfn\":\"Az időpontot nem sikerült lemondani\",\"YUX+f+\":\"Az időpontokat nem sikerült lemondani\",\"SIHgVQ\":\"Nem sikerült törölni az üzenetet\",\"cEFg3R\":\"Nem sikerült létrehozni a partnert.\",\"dVgNF1\":\"A konfiguráció létrehozása sikertelen\",\"fAoRRJ\":\"Az ütemtervet nem sikerült létrehozni\",\"4yLYTb\":\"Nem sikerült létrehozni az ütemezést. Kérjük, próbálja újra.\",\"U66oUa\":\"A sablon létrehozása sikertelen\",\"+RTkEY\":\"A közlemény törlése nem sikerült\",\"aFk48v\":\"A konfiguráció törlése sikertelen\",\"n1CYMH\":\"Az időpontot nem sikerült törölni\",\"KXv+Qn\":\"Az időpontot nem sikerült törölni. Lehet, hogy már vannak hozzá megrendelések.\",\"JJ0uRo\":\"Az időpontokat nem sikerült törölni\",\"rgoBnv\":\"Nem sikerült törölni az eseményt\",\"Zw6LWb\":\"A feladat törlése sikertelen\",\"tq0abZ\":\"A feladatok törlése sikertelen\",\"2mkc3c\":\"Nem sikerült törölni a szervezőt\",\"5E23qd\":\"A terméket nem sikerült törölni. Próbálja újra.\",\"vKMKnu\":\"A kérdés törlése sikertelen\",\"xFj7Yj\":\"A sablon törlése sikertelen\",\"jo3Gm6\":\"Nem sikerült exportálni a partnereket.\",\"Jjw03p\":\"Résztvevők exportálása sikertelen\",\"ZPwFnN\":\"Megrendelések exportálása sikertelen\",\"zGE3CH\":\"A jelentés exportálása sikertelen. Kérjük, próbálja újra.\",\"lS9/aZ\":\"Nem sikerült betölteni a címzetteket\",\"X4o0MX\":\"Webhook betöltése sikertelen\",\"ETcU7q\":\"Nem sikerült helyet felajánlani\",\"5670b9\":\"Nem sikerült jegyeket felajánlani\",\"e5KIbI\":\"Az időpontot nem sikerült újraaktiválni\",\"7zyx8a\":\"Nem sikerült eltávolítani a várólistáról\",\"A/P7PX\":\"Az egyedi beállítást nem sikerült eltávolítani\",\"ogWc1z\":\"Az időpontot nem sikerült újranyitni\",\"0+iwE5\":\"A kérdések újrarendezése sikertelen\",\"EJPAcd\":\"A rendelés visszaigazolásának újraküldése sikertelen\",\"DjSbj3\":\"A jegy újraküldése sikertelen\",\"YQ3QSS\":\"Ellenőrző kód újraküldése sikertelen\",\"wDioLj\":\"A feladat újrapróbálása sikertelen\",\"DKYTWG\":\"A feladatok újrapróbálása sikertelen\",\"WRREqF\":\"Az egyedi beállítást nem sikerült menteni\",\"sj/eZA\":\"Az egyedi árat nem sikerült menteni\",\"780n8A\":\"A termékbeállításokat nem sikerült menteni\",\"zTkTF3\":\"A sablon mentése sikertelen\",\"l6acRV\":\"Az ÁFA beállítások mentése sikertelen. Kérjük, próbálja újra.\",\"T6B2gk\":\"Üzenet küldése sikertelen. Kérjük, próbálja újra.\",\"lKh069\":\"Exportálási feladat indítása sikertelen\",\"t/KVOk\":\"A megszemélyesítés indítása sikertelen. Kérjük, próbálja újra.\",\"QXgjH0\":\"A megszemélyesítés leállítása sikertelen. Kérjük, próbálja újra.\",\"i0QKrm\":\"Partner frissítése sikertelen\",\"NNc33d\":\"Válasz frissítése sikertelen.\",\"E9jY+o\":\"A résztvevő frissítése sikertelen\",\"uQynyf\":\"A konfiguráció frissítése sikertelen\",\"i2PFQJ\":\"Nem sikerült frissíteni az esemény állapotát\",\"EhlbcI\":\"Az üzenetküldési szint frissítése sikertelen\",\"rpGMzC\":\"A rendelés frissítése sikertelen\",\"T2aCOV\":\"Nem sikerült frissíteni a szervező állapotát\",\"Eeo/Gy\":\"A beállítás frissítése sikertelen\",\"kqA9lY\":\"Az ÁFA beállítások frissítése sikertelen\",\"nkNfWu\":\"Kép feltöltése sikertelen. Kérjük, próbálja újra.\",\"rxy0tG\":\"E-mail ellenőrzése sikertelen\",\"QRUpCk\":\"Család\",\"5LO38w\":\"Gyors kifizetések a bankjába\",\"4lgLew\":\"Február\",\"9bHCo2\":\"Díj pénzneme\",\"/sV91a\":\"Díjkezelés\",\"K4dKSP\":\"Egyedi díj mentve\",\"LyUWXA\":\"Díjak megkerülve\",\"cf35MA\":\"Fesztivál\",\"pAey+4\":\"A fájl túl nagy. Maximális méret: 5MB.\",\"VejKUM\":\"Először töltse ki az adatait fentebb\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Résztvevők szűrése\",\"8OvVZZ\":\"Résztvevők szűrése\",\"N/H3++\":\"Szűrés időpont szerint\",\"mvrlBO\":\"Szűrés esemény szerint\",\"g+xRXP\":\"Stripe-beállítás befejezése\",\"LHH461\":\"Beállítás befejezése\",\"syyeb9\":\"Első\",\"Vj6wk9\":\"Első 30 nap\",\"/bpZYb\":\"Első 7 nap\",\"ziEnjY\":\"Első 90 nap\",\"1vBhpG\":\"Első résztvevő\",\"4pwejF\":\"A keresztnév kötelező\",\"rVogsf\":\"A közzétételhez javítsd a problémákat\",\"3lkYdQ\":\"Fix díj\",\"6bBh3/\":\"Fix díj\",\"zWqUyJ\":\"Tranzakciónkénti fix díj\",\"LWL3Bs\":\"A fix díjnak 0 vagy nagyobbnak kell lennie\",\"0RI8m4\":\"Vaku ki\",\"q0923e\":\"Vaku be\",\"X+U6/w\":\"Betűcsalád\",\"lWxAUo\":\"Étel és ital\",\"nFm+5u\":\"Lábléc szövege\",\"sQv06Y\":\"összesen\",\"NTzcRQ\":\"Adott számú alkalomra\",\"a8nooQ\":\"Negyedik\",\"xVhQZV\":\"Pén\",\"39y5bn\":\"Péntek\",\"ejVYRQ\":\"Ettől\",\"hGDVDa\":[[\"0\"],\"-tól\"],\"+dBe1R\":[[\"start\"],\" időponttól\"],\"1dv+MO\":[[\"start\"],\" és \",[\"end\"],\" között\"],\"l82hjf\":[[\"start\"],\" kezdettel, \",[\"count\"],\" alkalom\"],\"f5UbZ0\":\"Teljes adattulajdon\",\"cfvx/y\":\"Teljes esemény\",\"MY2SVM\":\"Teljes visszatérítés\",\"PGQLdy\":\"jövőbeli\",\"8N/j1s\":\"Csak jövőbeli időpontok\",\"yRx/6K\":\"A jövőbeli időpontok nulla kapacitással másolódnak\",\"T02gNN\":\"Általános belépés\",\"3ep0Gx\":\"Általános információk a szervezőjéről\",\"ziAjHi\":\"Generálás\",\"exy8uo\":\"Kód generálása\",\"4CETZY\":\"Útvonal\",\"pjkEcB\":\"Fizetés fogadása\",\"lGYzP6\":\"Fizetés fogadása Stripe-pal\",\"ZDIydz\":\"Kezdés\",\"u6FPxT\":\"Jegyek vásárlása\",\"2ohvu7\":\"Jegyek vásárlása gomb szövege\",\"8KDgYV\":\"Készítse elő eseményét\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Vissza\",\"sr0UJD\":\"Vissza\",\"oNL5vN\":\"Esemény oldalra\",\"gHSuV/\":\"Ugrás a főoldalra\",\"8+Cj55\":\"Ugrás az ütemtervhez\",\"6nDzTl\":\"Jó olvashatóság\",\"76gPWk\":\"Értem\",\"CZXzs4\":\"Görög\",\"aGWZUr\":\"Bruttó bevétel\",\"n8IUs7\":\"Bruttó bevétel\",\"O1wAlQ\":\"Vendég\",\"LIYoRQ\":\"Vendégkezelés\",\"NUsTc4\":\"Éppen zajlik\",\"S2Y4aO\":\"Végleges törlés\",\"kTSQej\":[\"Helló \",[\"0\"],\", innen kezelheti a platformot.\"],\"URTkcd\":\"Segítsen nekünk fejlődni azzal, hogy elmondja, miért távozik\",\"dORAcs\":\"Itt vannak az e-mail címéhez tartozó összes jegyek.\",\"g+2103\":\"Íme az affiliate linkje\",\"bVsnqU\":\"Üdvözöljük,\",\"/iE8xx\":\"Hi.Events díj\",\"zppscQ\":\"Hi.Events platform díjak és ÁFA bontás tranzakciónként\",\"D+zLDD\":\"Rejtett\",\"cZO505\":[\"Rejtve – az értékesítés véget ért: \",[\"end\"],\".\"],\"DRErHC\":\"Rejtett a résztvevők elől - csak a szervezők látják\",\"9zfvsx\":\"Mindenki elől rejtve\",\"nMfkJW\":\"Mindenki elől rejtve – a fő elrejtő kapcsoló be van kapcsolva.\",\"NNnsM0\":\"Speciális beállítások elrejtése\",\"P+5Pbo\":\"Válaszok elrejtése\",\"VMlRqi\":\"Részletek elrejtése\",\"NQgWuh\":\"Előnézet elrejtése\",\"uXNYjR\":\"Elkelt időpontok elrejtése\",\"g9RcYX\":\"Dátum elrejtése\",\"uMwTx7\":\"Elrejti ezt a kategóriát?\",\"LLt2UT\":\"Elrejti az elfogyottakat\",\"gtEbeW\":\"Kiemelés\",\"NF8sdv\":\"Kiemelt üzenet\",\"MXSqmS\":\"Termék kiemelése\",\"7ER2sc\":\"Kiemelt\",\"sq7vjE\":\"A kiemelt termékek eltérő háttérszínnel jelennek meg, hogy kiemelkedjenek az esemény oldalán.\",\"1+WSY1\":\"Hobbik\",\"yY8wAv\":\"Óra\",\"49Tkiw\":\"Hogyan kerül alkalmazásra a kedvezmény?\",\"sy9anN\":\"Mennyi ideje van az ügyfélnek a vásárlás befejezésére az ajánlat kézhezvétele után. Hagyja üresen, ha nincs időkorlát.\",\"cceMns\":\"Hogyan számítjuk fel az áfát az általunk kiszámlázott platformdíjakra.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Magyar\",\"8Wgd41\":\"Elismerem az adatkezelői felelősségeimet\",\"O8m7VA\":\"Elfogadom az eseménnyel kapcsolatos e-mail értesítések fogadását\",\"YLgdk5\":\"Megerősítem, hogy ez egy tranzakciós üzenet az eseményhez kapcsolódóan\",\"4/kP5a\":\"Ha nem nyílt meg automatikusan új lap, kérjük, kattintson az alábbi gombra a fizetés folytatásához.\",\"W/eN+G\":\"Ha üres, a cím egy Google Maps link generálásához lesz felhasználva\",\"CY3yHL\":\"Ha be van jelölve, ez a kategória rejtve marad a nyilvánosság elől.\",\"iIEaNB\":\"Ha van nálunk fiókja, e-mailt fog kapni a jelszó visszaállításához szükséges utasításokkal.\",\"an5hVd\":\"Képek\",\"tSVr6t\":\"Megszemélyesítés\",\"TWXU0c\":\"Felhasználó megszemélyesítése\",\"5LAZwq\":\"Megszemélyesítés elindítva\",\"IMwcdR\":\"Megszemélyesítés leállítva\",\"0I0Hac\":\"Fontos megjegyzés\",\"yD3avI\":\"Fontos: Az e-mail cím módosítása frissíti a rendeléshez való hozzáférés linkjét. Mentés után átirányítjuk az új rendelési linkre.\",\"jT142F\":[[\"diffHours\"],\" óra múlva\"],\"OoSyqO\":[[\"diffMinutes\"],\" perc múlva\"],\"PdMhEx\":[\"az elmúlt \",[\"0\"],\" percben\"],\"u7r0G5\":\"Személyesen – adjon meg helyszínt\",\"/LCAwL\":\"Folyamatban\",\"5gTmFD\":\"díjakkal együtt\",\"laL+R0\":\"díjakkal és adóval együtt\",\"cXeh90\":\"adóval együtt\",\"pxFAp/\":\"Növelés\",\"nQMUIO\":\"Mennyiség növelése\",\"F1Xp97\":\"Egyéni résztvevők\",\"85e6zs\":\"Liquid token beszúrása\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Azonnali Stripe-kifizetések\",\"nbfdhU\":\"Integrációk\",\"I8eJ6/\":\"Belső megjegyzések a résztvevő jegyén\",\"B2Tpo0\":\"Érvénytelen e-mail\",\"5tT0+u\":\"Érvénytelen e-mail formátum\",\"f9WRpE\":\"Érvénytelen fájltípus. Kérjük, töltsön fel egy képet.\",\"tnL+GP\":\"Érvénytelen Liquid szintaxis. Kérjük, javítsa ki és próbálja újra.\",\"N9JsFT\":\"Érvénytelen ÁFA szám formátum\",\"g+lLS9\":\"Csapattag meghívása\",\"1z26sk\":\"Csapattag meghívása\",\"KR0679\":\"Csapattagok meghívása\",\"aH6ZIb\":\"Hívja meg csapatát\",\"Dn4OyV\":\"Meghívva\",\"IuMGvq\":\"Számla\",\"a/bUcL\":\"Több időpontban is megrendezésre kerül\",\"d+Oe9r\":\"Elképzelhető, hogy visszavonták a közzétételét vagy törölték. Ellenőrizze a hivatkozást, és próbálja újra.\",\"Lj7sBL\":\"Olasz\",\"F5/CBH\":\"tétel(ek)\",\"BzfzPK\":\"Tételek\",\"rjyWPb\":\"Január\",\"KmWyx0\":\"Feladat\",\"o5r6b2\":\"Feladat törölve\",\"cd0jIM\":\"Feladat részletei\",\"ruJO57\":\"Feladat neve\",\"YZi+Hu\":\"Feladat újrapróbálásra sorba állítva\",\"nCywLA\":\"Csatlakozzon bárhonnan\",\"SNzppu\":\"Csatlakozás a várólistához\",\"dLouFI\":[\"Csatlakozás a várólistához: \",[\"productDisplayName\"]],\"2gMuHR\":\"Csatlakozott\",\"u4ex5r\":\"Július\",\"zeEQd/\":\"Június\",\"MxjCqk\":\"Csak a jegyeit keresi?\",\"xOTzt5\":\"épp most\",\"0RihU9\":\"Épp most ért véget\",\"Brhs/U\":\"Kapcsolat megtartása\",\"4OjqAQ\":\"Szerkesztés folytatása\",\"lwO5vw\":[\"Fogalmazzon röviden — a szalagok egyetlen sort jelenítenek meg. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Tartsanak naprakészen a \",[\"0\"],\" híreivel és eseményeivel\"],\"ioFA9i\":\"A haszon az Öné marad.\",\"C/pOUI\":\"Címke — pl. Délelőtti alkalom\",\"o66QSP\":\"címkefrissítések\",\"RtKKbA\":\"Utolsó\",\"DruLRc\":\"Elmúlt 14 nap\",\"ve9JTU\":\"A vezetéknév kötelező\",\"h0Q9Iw\":\"Utolsó válasz\",\"gw3Ur5\":\"Utoljára aktiválva\",\"FIq1Ba\":\"Később\",\"xvnLMP\":\"Legutóbbi beléptetések\",\"GGFOZD\":\"Hagyja az „Ettől” mezőt a mai napon az azonnali kezdéshez.\",\"N5TErv\":\"Hagyja üresen a korlátlan értékhez\",\"L/hDDD\":\"Hagyja üresen, ha ez a beléptetési lista minden időpontra vonatkozzon\",\"9Pf3wk\":\"Hagyja bekapcsolva, hogy az esemény minden jegyére vonatkozzon. Kapcsolja ki, ha konkrét jegyeket szeretne választani.\",\"Hq2BzX\":\"Tudassa velük a változást\",\"+uexiy\":\"Tudassa velük a változásokat\",\"exYcTF\":\"Könyvtár\",\"1njn7W\":\"Világos\",\"1qY5Ue\":\"A link lejárt vagy érvénytelen\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Linkek engedélyezve\",\"2BBAbc\":\"Lista\",\"dF6vP6\":\"Élő\",\"fpMs2Z\":\"ÉLŐ\",\"D9zTjx\":\"Élő események\",\"a37vfH\":\"Élő előnézet\",\"C33p4q\":\"Betöltött időpontok\",\"WdmJIX\":\"Előnézet betöltése...\",\"IoDI2o\":\"Tokenek betöltése...\",\"G3Ge9Z\":\"Webhook naplók betöltése...\",\"NFxlHW\":\"Webhookok betöltése\",\"E0DoRM\":\"Helyszín törölve\",\"7w8lJU\":\"Helyszín mentve\",\"YsRXDD\":\"Helyszín frissítve\",\"A/kIva\":\"helyszínfrissítések\",\"iyZPPR\":\"helyszín\",\"VppBoU\":\"Helyszínek\",\"iG7KNr\":\"Logó\",\"vu7ZGG\":\"Logó és borítókép\",\"gddQe0\":\"Logó és borítókép a szervezőjéhez\",\"TBEnp1\":\"A logó a fejlécben jelenik meg\",\"Jzu30R\":\"A logó megjelenik a jegyen\",\"PSRm6/\":\"Jegyeim keresése\",\"yJFu/X\":\"Központi iroda\",\"v5nFPh\":\"Tegye láthatóvá, hogy az emberek jegyet vásárolhassanak\",\"cdY2at\":[[\"0\"],\" kezelése\"],\"wZJfA8\":\"Kezelje ismétlődő eseményének időpontjait\",\"RlzPUE\":\"Kezelés a Stripe-ban\",\"sjoDuh\":\"Ütemterv kezelése\",\"6NXJRK\":\"Ütemterv kezelése\",\"zXuaxY\":\"Kezelje eseménye várólistáját, tekintse meg a statisztikákat és ajánljon jegyeket a résztvevőknek.\",\"g2npA5\":\"Manuális ajánlat\",\"hg6l4j\":\"Március\",\"pqRBOz\":\"Megjelölés érvényesítettként (rendszergazdai felülbírálás)\",\"2L3vle\":\"Max üzenetek / 24ó\",\"Qp4HWD\":\"Max címzettek / üzenet\",\"7qu2YV\":[\"Legfeljebb \",[\"cap\"],\" rendelésenként\"],\"3JzsDb\":\"Május\",\"agPptk\":\"Médium\",\"xDAtGP\":\"Üzenet\",\"bECJqy\":\"Üzenet sikeresen jóváhagyva\",\"1jRD0v\":\"Üzenet a résztvevőknek meghatározott jegyekkel\",\"uQLXbS\":\"Üzenet törölve\",\"48rf3i\":\"Az üzenet nem haladhatja meg az 5000 karaktert\",\"ZPj0Q8\":\"Üzenet részletei\",\"Vjat/X\":\"Üzenet kötelező\",\"0/yJtP\":\"Üzenet a megrendelőknek meghatározott termékekkel\",\"saG4At\":\"Üzenet ütemezve\",\"mFdA+i\":\"Üzenetküldési szint\",\"v7xKtM\":\"Üzenetküldési szint sikeresen frissítve\",\"/VRn+9\":[\"Min. \",[\"min\"],\" megrendelésenként\"],\"H9HlDe\":\"perc\",\"agRWc1\":\"Perc\",\"FfPWR0\":\"Felugró ablak\",\"zz/Wd/\":\"Mód\",\"fpMgHS\":\"Hét\",\"hty0d5\":\"Hétfő\",\"JbIgPz\":\"A pénzértékek az összes pénznem hozzávetőleges összegei\",\"qvF+MT\":\"Sikertelen háttérfeladatok figyelése és kezelése\",\"kY2ll9\":\"hónap\",\"HajiZl\":\"Hónap\",\"+8Nek/\":\"Havonta\",\"6jefe3\":\"hónap\",\"f8jrkd\":\"további\",\"JcD7qf\":\"További műveletek\",\"w36OkR\":\"Legnézettebb események (Elmúlt 14 nap)\",\"+Y/na7\":\"Minden időpont előre- vagy hátratolása\",\"3DIpY0\":\"Több helyszín\",\"g9cQCP\":\"Több jegytípus\",\"GfaxEk\":\"Zene\",\"oVGCGh\":\"Jegyeim\",\"8/brI5\":\"Név kötelező\",\"sFFArG\":\"A névnek rövidebbnek kell lennie 255 karakternél\",\"Bst+aq\":\"Másik Stripe-fiókra váltana? Válassza le ezt.\",\"xxU3NX\":\"Nettó bevétel\",\"7I8LlL\":\"Új kapacitás\",\"n1GRql\":\"Új címke\",\"y0Fcpd\":\"Új helyszín\",\"ArHT/C\":\"Új regisztrációk\",\"uK7xWf\":\"Új időpont:\",\"g8JmSC\":\"Következő hónap\",\"veT5Br\":\"Következő időpont\",\"WXtl5X\":[\"Következő: \",[\"nextFormatted\"]],\"eWRECP\":\"Éjszakai élet\",\"HSw5l3\":\"Nem - Magánszemély vagyok vagy nem ÁFA-s vállalkozás\",\"VHfLAW\":\"Nincsenek fiókok\",\"+jIeoh\":\"Nem találhatók fiókok\",\"074+X8\":\"Nincsenek aktív webhookok\",\"zxnup4\":\"Nincs megjeleníthető partner\",\"hUHrkV\":\"Még nincsenek közlemények\",\"Dwf4dR\":\"Még nincsenek résztvevői kérdések\",\"th7rdT\":\"Nincs megjeleníthető résztvevő\",\"PKySlW\":\"Ehhez az időponthoz még nincs résztvevő.\",\"/UC6qk\":\"Nem található hozzárendelési adat\",\"E2vYsO\":\"A Stripe még nem jelentett funkciókat.\",\"amMkpL\":\"Nincs kapacitás\",\"d2Jf1f\":\"Nincs változás\",\"99ntUF\":\"Nincs elérhető bejelentkezési lista ehhez az eseményhez.\",\"wG+knX\":\"Még nincs beléptetés\",\"+dAKxg\":\"Nem találhatók konfigurációk\",\"LiLk8u\":\"Nincs elérhető kapcsolat\",\"eb47T5\":\"Nincs adat a kiválasztott szűrőkhöz. Próbálja meg módosítani a dátumtartományt vagy a pénznemet.\",\"Zc216S\":\"Nincs hozzáadott időpont\",\"I8mtzP\":\"Ebben a hónapban nincs elérhető időpont. Váltson másik hónapra.\",\"yDukIL\":\"Egy időpont sem felel meg a jelenlegi szűrőknek.\",\"B7phdj\":\"Egy időpont sem felel meg a szűrőknek\",\"/ZB4Um\":\"Egy időpont sem felel meg a keresésnek\",\"OtJSnL\":\"Nincsenek ütemezett időpontok\",\"gEdNe8\":\"Még nincs ütemezett időpont\",\"w+wkcC\":\"Nem található törlési kérelem\",\"pZNOT9\":\"Nincs befejezési dátum\",\"dW40Uz\":\"Nem találhatók események\",\"8pQ3NJ\":\"Nincs esemény, amely a következő 24 órában kezdődne\",\"8zCZQf\":\"Még nincsenek események\",\"Yc5YW6\":\"Nincs sikertelen feladat\",\"EpvBAp\":\"Nincs számla\",\"N+9Onb\":\"Nincs korlát\",\"XZkeaI\":\"Nem található napló\",\"IcAC6J\":\"Nincs találat\",\"nrSs2u\":\"Nem található üzenet\",\"Rj99yx\":\"Nincs elérhető időpont\",\"IFU1IG\":\"Ezen a napon nincs időpont\",\"OVFwlg\":\"Még nincsenek rendelési kérdések\",\"EJ7bVz\":\"Nem találhatók rendelések\",\"NEmyqy\":\"Még nincsenek megrendelések\",\"a77B6w\":\"Ehhez az időponthoz még nincs megrendelés.\",\"wUv5xQ\":\"Nincs szervezői tevékenység az elmúlt 14 napban\",\"vLd1tV\":\"Nem érhető el szervezői környezet.\",\"B7w4KY\":\"Nincsenek más szervezők\",\"PChXMe\":\"Nincsenek fizetett rendelések\",\"6jYQGG\":\"Nincsenek múltbeli események\",\"CHzaTD\":\"Nincs népszerű esemény az elmúlt 14 napban\",\"zK/+ef\":\"Nincsenek kiválasztható termékek\",\"M1/lXs\":\"Ehhez az eseményhez nincs beállított termék.\",\"kY7XDn\":\"Nincs várólistás bejegyzéssel rendelkező termék\",\"8mw4tm\":\"Üzenet termékek hiányában\",\"wYiAtV\":\"Nincs új fiók regisztráció\",\"UW90md\":\"Nem találhatók címzettek\",\"QoAi8D\":\"Nincs válasz\",\"JeO7SI\":\"Nincs válasz\",\"EK/G11\":\"Még nincsenek válaszok\",\"AxPAXW\":\"Nincs találat\",\"59OWd3\":\"Nincsenek mentett helyszínek\",\"mPdY6W\":\"Nincsenek javaslatok\",\"3sRuiW\":\"Nem találhatók jegyek\",\"debCrL\":\"Nincsenek eladható jegyek\",\"k2C0ZR\":\"Nincs közelgő időpont\",\"yM5c0q\":\"Nincsenek közelgő események\",\"qpC74J\":\"Nem találhatók felhasználók\",\"8wgkoi\":\"Nincs megtekintett esemény az elmúlt 14 napban\",\"Arzxc1\":\"Nincsenek várólistás bejegyzések\",\"n5vdm2\":\"Ehhez a végponthoz még nem rögzítettek webhook eseményeket. Az események itt jelennek meg, amint aktiválódnak.\",\"4GhX3c\":\"Nincsenek Webhookok\",\"4+am6b\":\"Nem, maradok itt\",\"4JVMUi\":\"nem szerkesztett\",\"ACaDVQ\":\"Még nincs\",\"Itw24Q\":\"Nincs beléptetve\",\"x5+Lcz\":\"Nincs bejelentkezve\",\"8n10sz\":\"Nem jogosult\",\"kLvU3F\":\"Résztvevők értesítése és az értékesítés leállítása\",\"t9QlBd\":\"November\",\"kAREMN\":\"Létrehozandó időpontok száma\",\"6u1B3O\":\"Időpont\",\"mmoE62\":\"Időpont lemondva\",\"V9flmL\":\"Időpontok ütemterve\",\"Kh3WO8\":\"Időpont összegzése\",\"byXCTu\":\"Időpontok\",\"KATw3p\":\"Időpontok (csak jövőbeliek)\",\"85rTR2\":\"Az időpontok a létrehozás után is beállíthatók\",\"dzQfDY\":\"Október\",\"BwJKBw\":\"/\",\"GQnX9d\":\"minden hónapban\",\"az8lvo\":\"Ki\",\"9h7RDh\":\"Felajánlás\",\"EfK2O6\":\"Hely felajánlása\",\"3sVRey\":\"Jegyek felajánlása\",\"2O7Ybb\":\"Ajánlat időkorlát\",\"1jUg5D\":\"Felajánlva\",\"l+/HS6\":[\"Az ajánlatok \",[\"timeoutHours\"],\" óra után lejárnak.\"],\"6Aih4U\":\"Offline\",\"Fdp03t\":\"ekkor:\",\"Z5HWHd\":\"Be\",\"TH5A28\":[\"ezeken: \",[\"dayList\"]],\"qiMtVT\":[[\"month\"],\" \",[\"day\"],\"-én\"],\"nO3VbP\":[\"Értékesítésben \",[\"0\"]],\"pPAGSK\":[\"a(z) \",[\"position\"],\" \",[\"day\"],\" napján\"],\"2eFltz\":\"Az esemény oldalán\",\"H7stQC\":\"Várólistán\",\"oXOSPE\":\"Online\",\"aqmy5k\":\"Online – adja meg a csatlakozási adatokat\",\"LuZBbx\":\"Online és személyesen\",\"IXuOqt\":\"Online és személyesen – lásd az ütemtervet\",\"WjSpu5\":\"Online esemény\",\"wCRLS9\":[\"Csak \",[\"cap\"],\" elérhető\"],\"scPxI/\":[\"Már csak \",[\"capacity\"],\" maradt\"],\"Gk0+G6\":\"Csak a név kötelező – minden máshoz ésszerű alapértelmezés tartozik\",\"NdOxqr\":\"Csak a fiókadminisztrátorok törölhetnek vagy archiválhatnak eseményeket. Segítségért forduljon a fiókadminisztrátorhoz.\",\"rnoDMF\":\"Csak a fiókadminisztrátorok törölhetnek vagy archiválhatnak szervezőket. Segítségért forduljon a fiókadminisztrátorhoz.\",\"tnx0u1\":\"Csak kiegészítőként érhető el\",\"z4JBd7\":\"Csak a közzétett közlemények jelennek meg a felhasználóknak\",\"bU7oUm\":\"Csak az ilyen státuszú megrendelésekre küldje el\",\"wkpaqp\":\"Csak a kezdési dátum és időpont megjelenítése\",\"chktt5\":\"Csak azoknak a termékeknek a kiegészítőjeként jelenik meg, amelyekhez hozzá van rendelve\",\"Y4HHYW\":\"Csak azoknak a termékeknek a kiegészítőjeként jelenik meg, amelyekhez hozzá van rendelve.\",\"Z82In9\":\"Csak a fiók tulajdonosa kérheti a fiók törlését.\",\"DMk8F0\":\"A kapacitásba csak a jegyek számítanak bele\",\"+/Z3yr\":\"Csak a megfelelő promóciós kóddal rendelkező vásárlók számára látható.\",\"M2w1ni\":\"Csak promóciós kóddal látható\",\"y8Bm7C\":\"Beléptetés megnyitása\",\"RLz7P+\":\"Időpont megnyitása\",\"iMqrOb\":\"Opcionális cselekvésre ösztönzés\",\"cDSdPb\":\"A választókban megjelenő opcionális elnevezés, pl. \\\"Központi tárgyaló\\\"\",\"HXMJxH\":\"Opcionális szöveg jogi nyilatkozatokhoz, kapcsolattartási információkhoz vagy köszönetnyilvánításhoz (csak egy sor)\",\"L565X2\":\"opciók\",\"8m9emP\":\"vagy adjon hozzá egyetlen időpontot\",\"eBskDE\":\"Vagy engedélyezd az offline fizetést és tiltsd le a Stripe-ot\",\"dSeVIm\":\"megrendelés\",\"c/TIyD\":\"Rendelés és jegy\",\"H5qWhm\":\"Rendelés törölve\",\"b6+Y+n\":\"Rendelés befejezve\",\"x4MLWE\":\"Rendelés megerősítése\",\"CsTTH0\":\"Rendelés visszaigazolása sikeresen újraküldve\",\"ppuQR4\":\"Megrendelés létrehozva\",\"xtQzag\":\"Megrendelés részletei\",\"vrSW9M\":\"A rendelés törölve és visszatérítve lett. A rendelés tulajdonosa értesítve lett.\",\"rzw+wS\":\"Rendelés tulajdonosok\",\"oI/hGR\":\"Rendelésszám\",\"m8vQEP\":\"Megrendelési korlátok\",\"vu6Arl\":\"Megrendelés fizetettként megjelölve\",\"sLbJQz\":\"Rendelés nem található\",\"kvYpYu\":\"Rendelés nem található\",\"eJ8SvM\":\"Rendelésszám, vásárlás dátuma, vásárló e-mail-címe\",\"FaPYw+\":\"Megrendelő\",\"eB5vce\":\"Megrendelők meghatározott termékkel\",\"CxLoxM\":\"Megrendelők termékekkel\",\"UkHo4c\":\"Rendelés hiv.\",\"EZy55F\":\"Megrendelés visszatérítve\",\"6eSHqs\":\"Megrendelés állapotok\",\"oW5877\":\"Rendelés összege\",\"e7eZuA\":\"Megrendelés frissítve\",\"1SQRYo\":\"A rendelés sikeresen frissítve\",\"3NT0Ck\":\"Rendelés törölve lett\",\"V5khLm\":\"megrendelés\",\"sd5IMt\":\"Befejezett rendelések\",\"5It1cQ\":\"Exportált megrendelések\",\"UQ0ACV\":\"Rendelések összesen\",\"B/EBQv\":\"Rendelések:\",\"qtGTNu\":\"Organikus fiókok\",\"P/JHA4\":\"A szervező sikeresen archiválva\",\"S3CZ5M\":\"Szervezői irányítópult\",\"GzjTd0\":\"A szervező sikeresen törölve\",\"SQqJd8\":\"Szervező nem található\",\"HF8Bxa\":\"A szervező sikeresen visszaállítva\",\"wpj63n\":\"Szervezői beállítások\",\"o1my93\":\"Szervező állapotának frissítése sikertelen. Kérjük, próbálja újra később.\",\"rLHma1\":\"Szervező állapota frissítve\",\"LqBITi\":\"Szervező/alapértelmezett sablon lesz használva\",\"q4zH+l\":\"Szervezők\",\"/IX/7x\":\"Egyéb\",\"RsiDDQ\":\"Egyéb listák (Jegy nem szerepel)\",\"EufvBx\":\"Eredmény\",\"aDfajK\":\"Szabadtéri\",\"qMASRF\":\"Kimenő üzenetek\",\"iCOVQO\":\"Egyedi beállítás\",\"GpFTEc\":\"Egyedi díjak ehhez a szervezőhöz\",\"M9ZhMP\":\"Egyedi ár\",\"cnVIpl\":\"Egyedi beállítás eltávolítva\",\"6/dCYd\":\"Áttekintés\",\"6WdDG7\":\"Oldal\",\"8uqsE5\":\"Az oldal már nem elérhető\",\"QkLf4H\":\"Oldal URL-címe\",\"sF+Xp9\":\"Oldal megtekintések\",\"v4nCHK\":\"Fizetve\",\"c+suC6\":\"Fizetett fiókok\",\"5F7SYw\":\"Részleges visszatérítés\",\"fFYotW\":[\"Részben visszatérítve: \",[\"0\"]],\"i8day5\":\"Díj áthárítása a vevőre\",\"k4FLBQ\":\"Áthárítás a vevőre\",\"Ff0Dor\":\"Múlt\",\"BFjW8X\":\"Lejárt\",\"xTPjSy\":\"Múltbeli események\",\"/l/ckQ\":\"URL beillesztése\",\"URAE3q\":\"Szüneteltetve\",\"4fL/V7\":\"Fizetés\",\"W5l9HD\":\"Fizess, amennyit szeretnél\",\"c2/9VE\":\"Adattartalom\",\"5cxUwd\":\"Fizetés dátuma\",\"ENEPLY\":\"Fizetési mód\",\"8Lx2X7\":\"Fizetés megérkezett\",\"fx8BTd\":\"Fizetések nem elérhetők\",\"C+ylwF\":\"Kifizetések\",\"UbRKMZ\":\"Függőben\",\"UkM20g\":\"Áttekintésre vár\",\"dPYu1F\":\"Résztvevőnként\",\"mQV/nJ\":\"percenként\",\"+kvxv+\":\"rendelésenként\",\"VlXNyK\":\"Rendelésenként\",\"NhuGd7\":\"termékenként\",\"hauDFf\":\"Jegyenként\",\"mnF83a\":\"Százalékos díj\",\"TNLuRD\":\"Százalékos díj (%)\",\"MixU2P\":\"A százaléknak 0 és 100 között kell lennie\",\"MkuVAZ\":\"Tranzakció összegének százaléka\",\"/Bh+7r\":\"Teljesítmény\",\"/4mGVp\":\"A fiók végleges törlése\",\"dGdKgQ\":\"A fiók és adatainak végleges törlése.\",\"fIp56F\":\"Véglegesen törölje ezt az eseményt és az összes kapcsolódó adatot.\",\"nJeeX7\":\"Véglegesen törölje ezt a szervezőt és az összes eseményét.\",\"wfCTgK\":\"Időpont végleges eltávolítása\",\"6kPk3+\":\"Személyes adatok\",\"zmwvG2\":\"Telefon\",\"tSR/oe\":\"Válasszon befejező dátumot\",\"e8kzpp\":\"Válasszon legalább egy napot a hónapból\",\"35C8QZ\":\"Válasszon legalább egy napot a hétből\",\"kJmAsd\":\"Válasszon napokat a dátumok megtekintéséhez.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Leadva\",\"wBJR8i\":\"Eseményt tervez?\",\"J3lhKT\":\"Platformdíj\",\"RD51+P\":[[\"0\"],\" platformdíj levonva a kifizetésből\"],\"br3Y/y\":\"Platform díjak\",\"3buiaw\":\"Platform díjak jelentés\",\"kv9dM4\":\"Platform bevétel\",\"PJ3Ykr\":\"Ellenőrizze a jegyén a frissített időpontot. A jegyei továbbra is érvényesek – nincs teendője, hacsak az új időpontok nem felelnek meg Önnek. Ha kérdése van, válaszoljon erre az e-mailre.\",\"OtjenF\":\"Kérjük, adjon meg egy érvényes e-mail címet\",\"jEw0Mr\":\"Kérjük, adjon meg érvényes URL-t.\",\"n8+Ng/\":\"Kérjük, adja meg az 5 jegyű kódot.\",\"r+lQXT\":\"Kérjük, adja meg ÁFA számát\",\"Dvq0wf\":\"Kérjük, adjon meg egy képet.\",\"2cUopP\":\"Kérjük, indítsa újra a pénztári folyamatot.\",\"GoXxOA\":\"Válasszon dátumot és időpontot\",\"8KmsFa\":\"Kérjük, válasszon dátumtartományt\",\"EFq6EG\":\"Kérjük, válasszon egy képet.\",\"fuwKpE\":\"Kérjük, próbálja újra.\",\"klWBeI\":\"Kérjük, várjon, mielőtt újabb kódot kér.\",\"hfHhaa\":\"Kérjük, várjon, amíg előkészítjük partnereit az exportálásra...\",\"o+tJN/\":\"Kérjük, várjon, amíg előkészítjük résztvevőit az exportálásra...\",\"+5Mlle\":\"Kérjük, várjon, amíg előkészítjük megrendeléseit az exportálásra...\",\"trnWaw\":\"Lengyel\",\"luHAJY\":\"Népszerű események (Elmúlt 14 nap)\",\"p/78dY\":\"Pozíció\",\"OESu7I\":\"Megelőzheti a túlértékesítést azáltal, hogy megosztja a készletet több jegytípus között.\",\"NgVUL2\":\"Pénztári űrlap előnézete\",\"cs5muu\":\"Eseményoldal előnézete\",\"1xwZj/\":\"Előző hónap\",\"Jm2AC3\":\"Ársáv\",\"a5jvSX\":\"Ár szintek\",\"aHCEmh\":\"Árazás\",\"ReihZ7\":\"Nyomtatási előnézet\",\"JnuPvH\":\"Jegy nyomtatása\",\"tYF4Zq\":\"Nyomtatás PDF-be\",\"LcET2C\":\"Adatvédelmi irányelvek\",\"8z6Y5D\":\"Visszatérítés feldolgozása\",\"JcejNJ\":\"Rendelés feldolgozása\",\"EWCLpZ\":\"Termék létrehozva\",\"XkFYVB\":\"Termék törölve\",\"YMwcbR\":\"Termék értékesítés, bevétel és adó bontás\",\"ls0mTC\":\"A termékbeállítások lemondott időpontoknál nem szerkeszthetők.\",\"2339ej\":\"A termékbeállítások mentve\",\"ldVIlB\":\"Termék frissítve\",\"CP3D8G\":\"Állás\",\"JoKGiJ\":\"Promóciós kód\",\"dIodJL\":\"Promóciós kód szükséges\",\"k3wH7i\":\"Promóciós kód felhasználás és kedvezmény bontás\",\"tZqL0q\":\"promóciós kódok\",\"oCHiz3\":\"Promóciós kódok\",\"uEhdRh\":\"Csak promócióval\",\"dLm8V5\":\"A promóciós e-mailek fiók felfüggesztéshez vezethetnek\",\"W0ETyY\":\"Adjon meg legalább egy címmezőt (helyszín, utca, város vagy ország).\",\"2W/7Gz\":\"A kifizetések folyamatossága érdekében adja meg az alábbiakat a Stripe következő ellenőrzése előtt.\",\"7d1a0d\":\"Nyilvános\",\"EEYbdt\":\"Közzététel\",\"JcgJKc\":\"Közzététel mindenképp\",\"evDBV8\":\"Esemény közzététele\",\"2zEfOd\":\"Tegye közzé az eseményét\",\"u3wRF+\":\"Közzétéve\",\"L7nrC8\":\"A közzététellel az eseményoldalad nyilvánossá válik, és megnyílik a regisztráció.\",\"dsFmM+\":\"Megvásárolt\",\"JunetL\":\"Vásárló\",\"phmeUH\":\"Vásárló e-mail-címe\",\"ywR4ZL\":\"Beléptetés QR-kóddal\",\"oWXNE5\":\"Menny.\",\"VbWX2u\":\"Mennyiség\",\"biEyJ4\":\"Válaszok a kérdésekre\",\"k/bJj0\":\"Kérdések átrendezve\",\"b24kPi\":\"Várakozási sor\",\"lTPqpM\":\"Gyors tipp\",\"fqDzSu\":\"Arány\",\"mnUGVC\":\"Túllépte a korlátot. Kérjük, próbálja újra később.\",\"t41hVI\":\"Hely újbóli felajánlása\",\"TNclgc\":\"Újraaktiválja ezt az időpontot? Újra megnyílik a jövőbeli értékesítés előtt.\",\"RENQ6j\":\"Készen állsz az élesítésre?\",\"uqoRbb\":\"Valós idejű elemzések\",\"jPSk57\":\"Indok (nem kötelező)\",\"xzRvs4\":[\"Termékfrissítések fogadása a \",[\"0\"],\"-től.\"],\"pLXbi8\":\"Legutóbbi fiók regisztrációk\",\"M1HGuR\":\"Legutóbbi tevékenység\",\"3kJ0gv\":\"Legutóbbi résztvevők\",\"qhfiwV\":\"Legutóbbi beléptetések\",\"S+0XMX\":\"Legutóbbi megrendelések\",\"Fi3b48\":\"Legutóbbi megrendelések\",\"7hPBBn\":\"címzett\",\"jp5bq8\":\"címzett\",\"yPrbsy\":\"Címzettek\",\"E1F5Ji\":\"A címzettek a küldés után érhetők el\",\"WEYdDv\":\"Ajánlott\",\"wuhHPE\":\"Ismétlődő\",\"asLqwt\":\"Ismétlődő esemény\",\"s3uzsK\":\"Ismétlődő esemény beállításai\",\"D0tAMe\":\"Ismétlődő események\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Átirányítás a Stripe-ra...\",\"pnoTN5\":\"Ajánlási fiókok\",\"ACKu03\":\"Előnézet frissítése\",\"vuFYA6\":\"Az ezekhez az időpontokhoz tartozó összes megrendelés visszatérítése\",\"4cRUK3\":\"Az ehhez az időponthoz tartozó összes megrendelés visszatérítése\",\"fKn/k6\":\"Visszatérítés összege\",\"qY4rpA\":\"Visszatérítés sikertelen\",\"FaK/8G\":[\"Rendelés visszatérítése \",[\"0\"]],\"MGbi9P\":\"Visszatérítés folyamatban\",\"BDSRuX\":[\"Visszatérítve: \",[\"0\"]],\"bU4bS1\":\"Visszatérítések\",\"rYXfOA\":\"Regionális beállítások\",\"5tl0Bp\":\"Regisztrációs kérdések\",\"ZNo5k1\":\"Hátralévő\",\"Bjh87R\":\"Címke eltávolítása minden időpontról\",\"IVZaEo\":\"Teljesen eltávolítja az elkelt időpontokat az esemény oldaláról. Ha ki van kapcsolva, láthatóak maradnak, és elkeltként jelennek meg.\",\"5Vkr/a\":\"Időpont eltávolítása\",\"KkJtVK\":\"Újranyitás értékesítésre\",\"XJwWJp\":\"Újranyitja ezt az időpontot az értékesítés előtt? A korábban lemondott jegyek nem állnak vissza – az érintett résztvevők lemondva maradnak, a már kifizetett visszatérítések pedig nem fordulnak vissza.\",\"RYlQY0\":\"Ismétlődés\",\"CQeZT8\":\"Jelentés nem található\",\"JEPMXN\":\"Új link kérése\",\"Yx0Ud8\":\"Kérelmezve\",\"Wcv9QD\":\"Kérelmező\",\"TMLAx2\":\"Kötelező\",\"mdeIOH\":\"Kód újraküldése\",\"sQxe68\":\"Visszaigazolás újraküldése\",\"bxoWpz\":\"Megerősítő e-mail újraküldése\",\"G42SNI\":\"E-mail újraküldése\",\"TTpXL3\":[\"Újraküldés \",[\"resendCooldown\"],\" másodperc múlva\"],\"5CiNPm\":\"Jegy újraküldése\",\"Uwsg2F\":\"Lefoglalva\",\"8wUjGl\":\"Lefoglalva eddig:\",\"a5z8mb\":\"Visszaállítás alapárra\",\"kCn6wb\":\"Visszaállítás...\",\"ZlCDf+\":\"Válasz\",\"bsydMp\":\"Válasz részletei\",\"yKu/3Y\":\"Visszaállítás\",\"RokrZf\":\"Esemény visszaállítása\",\"/JyMGh\":\"Szervező visszaállítása\",\"HFvFRb\":\"Állítsa vissza ezt az eseményt, hogy ismét látható legyen.\",\"DDIcqy\":\"Állítsa vissza ezt a szervezőt, és tegye ismét aktívvá.\",\"mO8KLE\":\"találat\",\"6gRgw8\":\"Újrapróbálás\",\"1BG8ga\":\"Összes újrapróbálása\",\"rDC+T6\":\"Feladat újrapróbálása\",\"CbnrWb\":\"Vissza az eseményhez\",\"Lf7TCn\":\"Az újrafelhasználható helyszínek automatikusan megjelennek itt, amikor címmel rendelkező eseményeket hoz létre, és sajátokat is hozzáadhat.\",\"mdQ0zb\":\"Újrafelhasználható helyszínek az eseményeihez. Az automatikus kiegészítésből létrehozott helyszínek automatikusan ide kerülnek mentésre.\",\"XFOPle\":\"Újrahasználat\",\"1Zehp4\":\"Használjon újra egy Stripe-kapcsolatot a fiók egy másik szervezőjétől.\",\"Oo/PLb\":\"Bevételi összefoglaló\",\"CfuueU\":\"Ajánlat visszavonása\",\"Tpm2G9\":\"Időtartam\",\"dFFW9L\":[\"Értékesítés véget ért \",[\"0\"]],\"loCKGB\":[\"Értékesítés vége \",[\"0\"]],\"wlfBad\":\"Értékesítési időszak\",\"qi81Jg\":\"Az értékesítési időszak az ütemterv összes időpontjára vonatkozik. Az egyes időpontok árának és elérhetőségének szabályozásához használja az <0>Időpontok ütemterve oldal egyedi beállításait.\",\"zpekWp\":[\"Értékesítés kezdete \",[\"0\"]],\"7s8z0X\":\"Értékesítési időszak\",\"mUv9U4\":\"Értékesítések\",\"9KnRdL\":\"Értékesítés szüneteltetve\",\"JC3J0k\":\"Értékesítés, látogatottság és beléptetés időpontonkénti bontásban\",\"3VnlS9\":\"Értékesítések, rendelések és teljesítménymutatók minden eseményhez\",\"3Q1AWe\":\"Értékesítések:\",\"LeuERW\":\"Ugyanaz, mint az eseménynél\",\"B4nE3N\":\"Minta jegyár\",\"8BRPoH\":\"Minta helyszín\",\"PiK6Ld\":\"Szo\",\"+5kO8P\":\"Szombat\",\"zJiuDn\":\"Egyedi díj mentése\",\"x1fMXJ\":\"Ütemezés mentése\",\"KZrfYJ\":\"Közösségi linkek mentése\",\"9Y3hAT\":\"Sablon mentése\",\"C8ne4X\":\"Jegytervezés mentése\",\"cTI8IK\":\"Áfabeállítások mentése\",\"6/TNCd\":\"ÁFA beállítások mentése\",\"4RvD9q\":\"Mentett helyszín\",\"cgw0cL\":\"Mentett helyszínek\",\"Fbqm/I\":\"Egyedi beállítás mentésekor külön konfiguráció jön létre ehhez a szervezőhöz, ha jelenleg a rendszer alapértelmezettjét használja.\",\"I+FvbD\":\"Beolvasás\",\"0zd6Nm\":\"Olvasson be egy jegyet a résztvevő beléptetéséhez\",\"bQG7Qk\":\"A beolvasott jegyek itt jelennek meg\",\"WDYSLJ\":\"Olvasó mód\",\"gmB6oO\":\"Ütemterv\",\"qQTaVm\":\"Ütemterv hozzáadva\",\"j6NnBq\":\"Az ütemterv létrehozva\",\"YP7frt\":\"Az ütemterv vége\",\"QS1Nla\":\"Ütemezés későbbre\",\"NAzVVw\":\"Üzenet ütemezése\",\"/rTL/5\":\"Ütemezés előnézete\",\"Fz09JP\":\"Az ütemterv kezdete\",\"4ba0NE\":\"Ütemezett\",\"4HKQZj\":\"Ütemezett törlés\",\"qcP/8K\":\"Ütemezett időpont\",\"A1taO8\":\"Keresés\",\"ftNXma\":\"Partnerek keresése...\",\"VMU+zM\":\"Résztvevők keresése\",\"VY+Bdn\":\"Keresés fióknév vagy e-mail alapján...\",\"VX+B3I\":\"Keresés esemény cím vagy szervező alapján...\",\"R0wEyA\":\"Keresés feladat neve vagy kivétel alapján...\",\"YnMfsK\":\"Keresés név vagy cím alapján...\",\"3yKuDu\":\"Keressen név vagy e-mail alapján, és válasszon ki egyet vagy többet\",\"VT+urE\":\"Keresés név vagy e-mail alapján...\",\"GHdjuo\":\"Keresés név, e-mail vagy fiók alapján...\",\"4mBFO7\":\"Keresés név, rendelésszám, jegyszám vagy e-mail alapján\",\"20ce0U\":\"Keresés rendelésszám, vásárló név vagy e-mail alapján...\",\"4DSz7Z\":\"Keresés tárgy, esemény vagy fiók alapján...\",\"gTUY97\":\"Keresés cím szerint...\",\"nQC7Z9\":\"Időpontok keresése...\",\"iRtEpV\":\"Időpontok keresése…\",\"JRM7ao\":\"Cím keresése\",\"BWF1kC\":\"Üzenetek keresése...\",\"5WYZKZ\":\"Keresési találatok\",\"IG85fV\":\"Keressen mentett helyszínek között, vagy találjon meg egy címet...\",\"Du+zn+\":\"Keresés...\",\"3aD3GF\":\"Szezonális\",\"ku//5b\":\"Második\",\"Mck5ht\":\"Biztonságos pénztár\",\"s7tXqF\":\"Ütemterv megtekintése\",\"JFap6u\":\"Nézze meg, mire van még szüksége a Stripe-nak\",\"6lGaum\":\"Megtekintve\",\"p7xUrt\":\"Válasszon egy kategóriát\",\"hTKQwS\":\"Válasszon dátumot és időpontot\",\"Ps6Xtf\":\"Válasszon dátumot az elérhető időpontok megtekintéséhez\",\"e4L7bF\":\"Válasszon egy üzenetet a tartalom megtekintéséhez\",\"zPRPMf\":\"Válasszon szintet\",\"BFRSTT\":\"Fiók kiválasztása\",\"wgNoIs\":\"Összes kijelölése\",\"mCB6Je\":\"Összes kiválasztása\",\"aCEysm\":[\"Összes kijelölése ekkor: \",[\"0\"]],\"a6+167\":\"Válasszon eseményt\",\"4oT6dP\":\"Válasszon ki legalább egy fiókot\",\"neCGH1\":\"Válasszon ki legalább egy felhasználót\",\"CFbaPk\":\"Résztvevő csoport kiválasztása\",\"88a49s\":\"Kamera kiválasztása\",\"tVW/yo\":\"Pénznem kiválasztása\",\"SJQM1I\":\"Dátum kiválasztása\",\"n9ZhRa\":\"Befejezés dátumának és idejének kiválasztása\",\"gTN6Ws\":\"Befejezési idő kiválasztása\",\"0U6E9W\":\"Eseménykategória kiválasztása\",\"j9cPeF\":\"Eseménytípusok kiválasztása\",\"ypTjHL\":\"Időpont kiválasztása\",\"DHBGUX\":\"Termékek kiválasztása...\",\"KizCK7\":\"Kezdés dátumának és idejének kiválasztása\",\"dJZTv2\":\"Kezdési idő kiválasztása\",\"x8XMsJ\":\"Válassza ki az üzenetküldési szintet ehhez a fiókhoz. Ez szabályozza az üzenetkorlátokat és a link engedélyeket.\",\"aT3jZX\":\"Időzóna kiválasztása\",\"TxfvH2\":\"Válassza ki, mely résztvevők kapják meg ezt az üzenetet\",\"Ropvj0\":\"Válassza ki, mely események indítják el ezt a webhookot.\",\"+6YAwo\":\"kijelölve\",\"ylXj1N\":\"Kiválasztva\",\"uq3CXQ\":\"Teljen meg az eseménye.\",\"oBXbO4\":\"Fizikai terméket árul? Inkább a <0>termékek oldalon korlátozza a mennyiségét.\",\"j9b/iy\":\"Gyorsan fogy 🔥\",\"73qYgo\":\"Küldés tesztként\",\"HMAqFK\":\"E-mailek küldése résztvevőknek, jegytulajdonosoknak vagy rendelés tulajdonosoknak. Az üzenetek azonnal elküldhetők vagy későbbre ütemezhetők.\",\"22Itl6\":\"Küldjön nekem egy másolatot\",\"NpEm3p\":\"Küldés most\",\"nOBvex\":\"Valós idejű rendelési és résztvevői adatok küldése a külső rendszereibe.\",\"1lNPhX\":\"Visszatérítési értesítő e-mail küldése\",\"eaUTwS\":\"Visszaállítási link küldése\",\"5cV4PY\":\"Küldés minden időpontra, vagy válasszon egy konkrétat\",\"QEQlnV\":\"Küldje el első üzenetét\",\"IoAuJG\":\"Küldés...\",\"h69WC6\":\"Elküldve\",\"BVu2Hz\":\"Küldte\",\"ZFa8wv\":\"Elküldjük a résztvevőknek, ha egy ütemezett időpontot lemondanak\",\"SPdzrs\":\"Elküldve a vásárlóknak, amikor rendelést adnak le\",\"LxSN5F\":\"Elküldve minden résztvevőnek a jegy részleteivel\",\"hgvbYY\":\"Szeptember\",\"5sN96e\":\"Alkalom lemondva\",\"S9i0UC\":[\"alkalom · \",[\"dateCount\"],\" nap × \",[\"timesPerDay\"],\" időpont\"],\"89xaFU\":\"Állítsa be az alapértelmezett platformdíj-beállításokat az ezen szervező alatt létrehozott új eseményekhez.\",\"eXssj5\":\"Alapértelmezett beállítások megadása az e szervező alatt létrehozott új eseményekhez.\",\"uPe5p8\":\"Állítsa be, meddig tart egy-egy időpont\",\"ODuUEi\":\"Az időpont címkéjének beállítása vagy törlése\",\"buHACR\":\"Állítsa be minden időpont záró idejét ennyivel a kezdés utánra.\",\"TaeFgl\":\"Beállítás korlátlanra (korlát eltávolítása)\",\"pd6SSe\":\"Állítson be ismétlődő ütemtervet az időpontok automatikus létrehozásához, vagy adja hozzá őket egyesével.\",\"s0FkEx\":\"Bejelentkezési listák beállítása különböző bejáratokhoz, munkamenetekhez vagy napokhoz.\",\"TaWVGe\":\"Kifizetések beállítása\",\"JA//e6\":\"Ütemterv beállítása\",\"gzXY7l\":\"Ütemterv beállítása\",\"0Ls9qe\":\"Állítsa be az eladni kívánt jegyeket és azok árát\",\"xMO+Ao\":\"Állítsa be szervezetét\",\"5pEFnq\":\"Állítsa be az ütemezést\",\"zRRuUD\":\"Az ütemtervet a következő lépésekben állíthatja be\",\"ETC76A\":\"Az időpont helyszínének vagy online adatainak beállítása, módosítása vagy törlése\",\"C3htzi\":\"Beállítás frissítve\",\"Ohn74G\":\"Beállítás és tervezés\",\"1W5XyZ\":\"A beállítás mindössze pár percet vesz igénybe – nincs szükség meglévő Stripe-fiókra. A Stripe kezeli a kártyákat, a digitális tárcákat, a helyi fizetési módokat és a csalásvédelmet, így Ön az eseményére koncentrálhat.\",\"GG7qDw\":\"Partnerlink megosztása\",\"hL7sDJ\":\"Szervezői oldal megosztása\",\"jy6QDF\":\"Megosztott kapacitás kezelés\",\"jDNHW4\":\"Időpontok eltolása\",\"tPfIaW\":[\"Az időpontok eltolva \",[\"count\"],\" időpontnál\"],\"WwlM8F\":\"Speciális beállítások megjelenítése\",\"cMW+gm\":[\"Összes platform megjelenítése (további \",[\"0\"],\" értékkel)\"],\"wXi9pZ\":\"Résztvevői megjegyzések mutatása a be nem jelentkezett személyzetnek\",\"4LZFir\":\"Teljes dátumtartomány megjelenítése\",\"UVPI5D\":\"Kevesebb platform megjelenítése\",\"Eu/N/d\":\"Marketing opt-in jelölőnégyzet megjelenítése\",\"SXzpzO\":\"Marketing opt-in jelölőnégyzet alapértelmezés szerinti megjelenítése\",\"b33PL9\":\"Több platform megjelenítése\",\"Eut7p9\":\"Megrendelési adatok mutatása a be nem jelentkezett személyzetnek\",\"+RoWKN\":\"Kérdésekre adott válaszok mutatása a be nem jelentkezett személyzetnek\",\"jbcx6L\":\"Hátralévő kapacitás mutatása az esemény időpontjainál\",\"rXxBOx\":\"Hátralévő kapacitás mutatása a vásárlóknak\",\"t1LIQW\":[[\"0\"],\" / \",[\"totalRows\"],\" rekord megjelenítése\"],\"E717U9\":[[\"0\"],\"–\",[\"1\"],\" megjelenítve a következőből: \",[\"2\"]],\"5rzhBQ\":[[\"totalAvailable\"],\" időpontból \",[\"MAX_VISIBLE\"],\" látható. Gépeljen a kereséshez.\"],\"WSt3op\":[\"Az első \",[\"0\"],\" látható – a fennmaradó \",[\"1\"],\" alkalom is célzott lesz az üzenet elküldésekor.\"],\"o1UbOh\":\"Pattogva jelenik meg a felugró ablak tetején\",\"OJLTEL\":\"Akkor jelenik meg a személyzetnek, amikor először nyitják meg a beléptetési oldalt.\",\"lbfXEJ\":\"Mutatja a hátralévőt\",\"jVRHeq\":\"Regisztrált\",\"5C7J+P\":\"Egyszeri esemény\",\"E//btK\":\"Kézzel szerkesztett időpontok kihagyása\",\"paESr6\":\"Szlovák\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Közösségi\",\"d0rUsW\":\"Közösségi linkek\",\"j/TOB3\":\"Közösségi linkek és weboldal\",\"s9KGXU\":\"Eladva\",\"yp+0jj\":\"elfogyott\",\"1hupow\":\"Elfogyott, várólista elérhető\",\"iACSrw\":\"Egyes adatok nem nyilvánosak. Jelentkezzen be, hogy mindent lásson.\",\"Dia6iz\":\"Hiba történt a kép törlésekor. Próbálja újra.\",\"KTxc6k\":\"Valami hiba történt, kérjük, próbálja újra, vagy vegye fel a kapcsolatot az ügyfélszolgálattal, ha a probléma továbbra is fennáll.\",\"lkE00/\":\"Valami hiba történt. Kérjük, próbálja újra később.\",\"wdxz7K\":\"Forrás\",\"SzuJ5m\":\"Adott fiókok\",\"/h8G1o\":\"Adott felhasználók\",\"fDG2by\":\"Spiritualitás\",\"oPaRES\":\"Ossza fel a beléptetést napok, területek vagy jegytípusok szerint. Ossza meg a hivatkozást a személyzettel – nekik nem kell fiók.\",\"7JFNej\":\"Sport\",\"/bfV1Y\":\"Utasítások a személyzetnek\",\"StWUH4\":\"Beléptetés indítása\",\"JcQp9p\":\"Kezdés dátuma és ideje\",\"0m/ekX\":\"Kezdés dátuma és ideje\",\"izRfYP\":\"Kezdés dátuma kötelező\",\"xAYSEs\":\"Kezdés időpontja\",\"n9ZrDo\":\"Kezdjen el beírni egy helyszínt vagy címet...\",\"DACR+e\":\"Összecsukva indul\",\"qeFVhN\":[[\"diffDays\"],\" nap múlva kezdődik\"],\"AOqtxN\":[[\"diffMinutes\"],\" perc múlva kezdődik\"],\"Otg8Oh\":[[\"h\"],\" óra \",[\"m\"],\" perc múlva kezdődik\"],\"Lo49in\":[[\"seconds\"],\" másodperc múlva kezdődik\"],\"NqChgF\":\"Holnap kezdődik\",\"2NbyY/\":\"Statisztikák\",\"GVUxAX\":\"A statisztikák a fiók létrehozásának dátumán alapulnak\",\"29Hx9U\":\"Statisztika\",\"5ia+r6\":\"Még szükséges\",\"wuV0bK\":\"Megszemélyesítés leállítása\",\"S/7MPw\":\"Stripe-fiók leválasztva.\",\"s/KaDb\":\"Stripe összekapcsolva\",\"Bk06QI\":\"Stripe csatlakoztatva\",\"akZMv8\":[\"Stripe-kapcsolat átmásolva innen: \",[\"0\"],\".\"],\"v0aRY1\":\"A Stripe nem adott vissza beállítási hivatkozást. Próbálja újra.\",\"aKtF0O\":\"Stripe nincs csatlakoztatva\",\"9i0++A\":\"Stripe fizetési azonosító\",\"R1lIMV\":\"A Stripe-nak hamarosan még néhány adatra lesz szüksége\",\"FzcCHA\":\"A Stripe néhány gyors kérdéssel végigvezeti a beállítás befejezésén.\",\"ii0qn/\":\"Tárgy kötelező\",\"M7Uapz\":\"A tárgy itt fog megjelenni\",\"6aXq+t\":\"Tárgy:\",\"JwTmB6\":\"Termék sikeresen másolva\",\"WUOCgI\":\"Hely sikeresen felajánlva\",\"IvxA4G\":[\"Sikeresen felajánlva jegyek \",[\"count\"],\" személynek\"],\"kKpkzy\":\"Sikeresen felajánlva jegyek 1 személynek\",\"Zi3Sbw\":\"Sikeresen eltávolítva a várólistáról\",\"RuaKfn\":\"Cím sikeresen frissítve\",\"kzx0uD\":\"Esemény alapértelmezések sikeresen frissítve\",\"5n+Wwp\":\"Szervező sikeresen frissítve\",\"DMCX/I\":\"Platformdíj alapértékek sikeresen frissítve\",\"URUYHc\":\"Platformdíj beállítások sikeresen frissítve\",\"kRWc2g\":\"Az ismétlődő esemény beállításai sikeresen frissítve\",\"0Dk/l8\":\"Keresőoptimalizálási beállítások sikeresen frissítve\",\"S8Tua9\":\"Beállítások sikeresen frissítve\",\"MhOoLQ\":\"Közösségi linkek sikeresen frissítve\",\"CNSSfp\":\"Követési beállítások sikeresen frissítve\",\"kj7zYe\":\"Webhook sikeresen frissítve\",\"dXoieq\":\"Összefoglaló\",\"/RfJXt\":[\"Nyári Zenei Fesztivál \",[\"0\"]],\"CWOPIK\":\"Nyári Zenei Fesztivál 2025\",\"D89zck\":\"Vas\",\"DBC3t5\":\"Vasárnap\",\"UaISq3\":\"Svéd\",\"JZTQI0\":\"Szervező váltása\",\"9YHrNC\":\"Rendszer alapértelmezett\",\"jGR53C\":\"Pólók, bögrék és még sok más\",\"hCR98w\":\"Koppintson a napokra, mint egy naptárban.\",\"lruQkA\":\"Koppintson a képernyőre a beolvasás folytatásához\",\"X9v2GM\":\"Célfiókok\",\"TmyDCw\":\"Célfelhasználók\",\"TJUrME\":[[\"0\"],\" kiválasztott alkalom résztvevőit célozza.\"],\"yT6dQ8\":\"Beszedett adók adótípus és esemény szerint csoportosítva\",\"Ye321X\":\"Adó neve\",\"WyCBRt\":\"Adó összefoglaló\",\"QC3FVX\":\"Adók és díjak\",\"GkH0Pq\":\"Adók és díjak alkalmazva\",\"SXvRWU\":\"Csapatmunka\",\"vlf/In\":\"Technológia\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Mondja el az embereknek, mire számíthatnak az eseményén.\",\"NiIUyb\":\"Meséljen nekünk az eseményéről.\",\"DovcfC\":\"Meséljen nekünk a szervezetéről. Ez az információ megjelenik az eseményoldalain.\",\"69GWRq\":\"Mondja el, milyen gyakran ismétlődik az eseménye, és mi létrehozzuk az összes időpontot.\",\"mXPbwY\":\"Adja meg az áfaregisztrációs státuszát, hogy a platformdíjakra a megfelelő áfakezelést alkalmazzuk.\",\"7wtpH5\":\"Sablon aktív\",\"QHhZeE\":\"Sablon sikeresen létrehozva\",\"xrWdPR\":\"Sablon sikeresen törölve\",\"G04Zjt\":\"Sablon sikeresen mentve\",\"xowcRf\":\"Szolgáltatási feltételek\",\"6K0GjX\":\"A szöveg nehezen olvasható lehet\",\"nm3Iz/\":\"Köszönjük, hogy részt vett!\",\"pYwj0k\":\"Köszönjük,\",\"cIHkSd\":[\"Ez \",[\"totalOccurrences\"],\" alkalom — a maximum \",[\"max\"],\". Rövidítse az időszakot vagy a gyakoriságot.\"],\"k3IitN\":\"Ennyi volt\",\"KfmPRW\":\"Az oldal háttérszíne. Borítókép használatakor ez átfedésként kerül alkalmazásra.\",\"MDNyJz\":\"A kód 10 percen belül lejár. Ellenőrizze a spam mappáját, ha nem látja az e-mailt.\",\"AIF7J2\":\"Az a pénznem, amelyben a fix díj van meghatározva. A fizetéskor az order pénznemére lesz átváltva.\",\"k3LFkM\":\"Az esemény jegyárainak pénzneme.\",\"7oksH+\":[\"A kedvezmény minden jogosult termékből levonásra kerül. Pl. \",[\"currencySymbol\"],\"10 kedvezmény × 3 jegy = \",[\"currencySymbol\"],\"30 kedvezmény.\"],\"sKL8k2\":\"A kedvezmény egyszer kerül levonásra a rendelés végösszegéből.\",\"cDHM1d\":\"Az e-mail cím megváltozott. A résztvevő új jegyet kap a frissített e-mail címre.\",\"tXadb0\":\"A keresett esemény jelenleg nem elérhető. Lehet, hogy eltávolították, lejárt, vagy az URL hibás.\",\"sxKqBm\":\"A teljes rendelési összeg visszatérítésre kerül a vásárló eredeti fizetési módjára.\",\"KgDp6G\":\"A link, amelyet meg próbál nyitni, lejárt vagy már nem érvényes. Kérjük, ellenőrizze az e-mailjét a rendelés kezeléséhez szükséges frissített linkért.\",\"sYLeDq\":\"A keresett szervező nem található. Lehet, hogy az oldalt áthelyezték, törölték, vagy az URL hibás.\",\"PCr4zw\":\"A felülbírálás bekerül a megrendelés naplójába.\",\"C4nQe5\":\"A platformdíj hozzáadódik a jegyárhoz. A vevők többet fizetnek, de Ön megkapja a teljes jegyárat.\",\"HxxXZO\":\"Az elsődleges márka szín a gombokhoz és kiemelésekhez\",\"OVSkIF\":\"A gyors barna róka átugrik a lusta kutyán.\",\"z0KrIG\":\"Az ütemezett időpont megadása kötelező\",\"EWErQh\":\"Az ütemezett időpontnak a jövőben kell lennie\",\"UNd0OU\":[\"A(z) „\",[\"title\"],\"” eredetileg \",[\"0\"],\" időpontra tervezett alkalmát áthelyeztük.\"],\"DEcpfp\":\"A sablon törzse érvénytelen Liquid szintaxist tartalmaz. Kérjük, javítsa ki és próbálja újra.\",\"qpmtdK\":\"Az esemény dátumaihoz és időpontjaihoz használt időzóna.\",\"N3VfVA\":\"A feltöltés nem érte el a szervert. Ellenőrizze a kapcsolatot, és ha a fájl nagy, próbáljon kisebb képet (max. 5MB).\",\"injXD7\":\"Az ÁFA szám nem érvényesíthető. Kérjük, ellenőrizze a számot és próbálja újra.\",\"A4UmDy\":\"Színház\",\"tDwYhx\":\"Téma és színek\",\"ybBP2H\":\"Ehhez az időponthoz nincs elérhető termék. Válasszon másik időpontot.\",\"O7g4eR\":\"Ehhez az eseményhez nincs közelgő időpont\",\"062KsE\":\"Ezek az adatok csak ennél az időpontnál jelennek meg a résztvevő jegyén és a megrendelés összegzésében.\",\"5Eu+tn\":\"Ezek az adatok csak a rendelés sikeres teljesítése után jelennek meg.\",\"jQjwR+\":\"Ezek az adatok felülírják az érintett időpontok meglévő helyszínét, és megjelennek a résztvevők jegyén.\",\"6eaLu/\":\"Ezek az árak a menetrend összes időpontjára érvényesek, a szintek mennyiségei pedig az összes időpont együttes eladásait korlátozzák. A szintek értékesítési dátumai globálisan érvényesek. Az egyes időpontok árait az <0>Időpontok ütemezése oldalon írhatja felül.\",\"QP3gP+\":\"Ezek a beállítások csak a másolt beágyazási kódra vonatkoznak és nem lesznek mentve.\",\"HirZe8\":\"Ezek a sablonok alapértelmezettként lesznek használva a szervezet összes eseményéhez. Az egyes események felülírhatják ezeket a sablonokat saját egyedi verzióikkal.\",\"lzAaG5\":\"Ezek a sablonok csak ennél az eseménynél írják felül a szervező alapértelmezéseit. Ha itt nincs egyedi sablon beállítva, a szervező sablonját használjuk helyette.\",\"UlykKR\":\"Harmadik\",\"1YTBzS\":\"Ehhez a fiókhoz nem tartoznak teljesített rendelések, így minden adata véglegesen törlésre kerül.\",\"jCPU8z\":\"Ez a fiók törlésre van ütemezve\",\"zfNCE8\":[\"Ez a fiók törlésre kerül ekkor: <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"Ez az esemény minden egyező időpontjára vonatkozik, azokra is, amelyek most nem láthatók. Az ezekre az időpontokra regisztrált résztvevők a frissítés befejezése után elérhetők lesznek az üzenetszerkesztőben.\",\"SOmGDa\":\"Ez a beléptetési lista egy lemondott alkalomhoz tartozik, ezért már nem használható beléptetésre.\",\"XBNC3E\":\"Ezt a kódot az értékesítések nyomon követésére használjuk. Csak betűk, számok, kötőjelek és aláhúzások engedélyezettek.\",\"AaP0M+\":\"Ez a színkombináció nehezen olvasható lehet egyes felhasználók számára\",\"o1phK/\":[\"Ehhez az időponthoz \",[\"orderCount\"],\" érintett megrendelés tartozik.\"],\"F/UtGt\":\"Ezt az időpontot lemondták. Továbbra is törölheti, hogy véglegesen eltávolítsa.\",\"BLZ7pX\":\"Ez az időpont a múltban van. Létrejön, de a résztvevőknek nem jelenik meg a közelgő időpontok között.\",\"7IIY0z\":\"Ez az időpont elfogyottként van megjelölve.\",\"bddWMP\":\"Ez az időpont már nem elérhető. Válasszon másik időpontot.\",\"E9BqZw\":\"Csak ez az időpont\",\"n68908\":[\"Ez leválasztja a(z) \",[\"stripeAccountId\"],\" fiókot erről a szervezőről. A fizetős jegyértékesítés nem fog működni, amíg újra nem kapcsol össze egy Stripe-fiókot.\"],\"RzEvf5\":\"Ez az esemény véget ért\",\"kc4bIA\":\"Ennek az eseménynek még nincsenek jegyei vagy termékei, így a résztvevők nem tudnak regisztrálni.\",\"eMaNd0\":\"Ez az esemény nem érhető el\",\"YClrdK\":\"Ez az esemény még nem került közzétételre.\",\"GL6z+k\":\"Erre az eseményre minden jegy elkelt\",\"pIwDhS\":\"Ennek az eseménynek az időpontjait az időpontok ütemtervében állíthatja be.\",\"ny5rgr\":\"Ez egy ismétlődő esemény\",\"tc64Zz\":\"Ez a kategória neve, amely az esemény oldalán jelenik meg.\",\"dFJnia\":\"Ez a szervezőjének neve, amely megjelenik a felhasználók számára.\",\"vt7jiq\":\"Az aláírási titok csak most jelenik meg. Kérjük, másolja ki most, és tárolja biztonságosan.\",\"5DpZrC\":\"Ez az összes időpont együttes eladásait korlátozza – nem időpontonkénti korlát. Az egyes időpontok létszámának korlátozásához állítson be kapacitást az <0>Időpontok ütemezése oldalon.\",\"L7dIM7\":\"Ez a link érvénytelen vagy lejárt.\",\"MR5ygV\":\"Ez a link már nem érvényes\",\"9LEqK0\":\"Ez a név látható a végfelhasználók számára\",\"QdUMM9\":\"Ez az időpont betelt\",\"j5FdeA\":\"Ez a rendelés feldolgozás alatt áll.\",\"sjNPMw\":\"Ez a rendelés elhagyásra került. Bármikor kezdhet új rendelést.\",\"OhCesD\":\"Ez a rendelés törölve lett. Bármikor kezdhet új rendelést.\",\"lyD7rQ\":\"Ez a szervezői profil még nem került közzétételre.\",\"9b5956\":\"Ez az előnézet mutatja, hogyan fog kinézni az e-mail mintaadatokkal. A tényleges e-mailek valódi értékeket fognak használni.\",\"uM9Alj\":\"Ez a termék kiemelten szerepel az esemény oldalán\",\"RqSKdX\":\"Ez a termék elfogyott\",\"4PDH+K\":\"Ez a termék önmagában nem jelenik meg az esemény oldalán – a vásárlók csak azoknak a termékeknek a kiegészítőjeként látják, amelyekhez hozzá van rendelve.\",\"qEGn8I\":\"Ennek az ismétlődő eseménynek még nincsenek időpontjai, így a résztvevők nem tudnak foglalni.\",\"W12OdJ\":\"Ez a jelentés csak tájékoztató jellegű. Mindig konzultáljon adószakértővel, mielőtt ezeket az adatokat számviteli vagy adózási célokra használná. Kérjük, ellenőrizze a Stripe irányítópultjával, mivel a Hi.Events esetleg hiányos előzményadatokkal rendelkezik.\",\"1LuJNw\":\"Ez a jegy már nem érvényes\",\"0Ew0uk\":\"Ez a jegy most lett beolvasva. Kérjük, várjon mielőtt újra beolvassa.\",\"FYXq7k\":[\"Ez \",[\"loadedAffectedCount\"],\" időpontot érint.\"],\"kvpxIU\":\"Ez értesítésekhez és a felhasználókkal való kommunikációhoz lesz használva.\",\"bPgkdx\":\"Ez megszakítja az ütemezett törlést és újraaktiválja a fiókot. A fiók tulajdonosa e-mailben értesítést kap.\",\"4yx4a4\":[\"Ez azonnal deaktiválja a fiókját, és 30 nap után véglegesen törli. A megerősítéshez írja be a fiók nevét: <0>\",[\"0\"],\"\"],\"rhsath\":\"Ez nem lesz látható az ügyfelek számára, de segít azonosítani a partnert.\",\"VGEfU7\":\"Ez azonnal, véglegesen törli vagy anonimizálja a fiókot, az ütemezett dátum megvárása nélkül. Ez nem vonható vissza.\",\"hV6FeJ\":\"Átbocsátás\",\"+FjWgX\":\"Csü\",\"kkDQ8m\":\"Csütörtök\",\"0GSPnc\":\"Jegy tervezés\",\"EZC/Cu\":\"Jegy tervezés sikeresen mentve\",\"bbslmb\":\"Jegy tervező\",\"1BPctx\":\"Jegy ehhez:\",\"HGuXjF\":\"Jegytulajdonosok\",\"CMUt3Y\":\"Jegytulajdonosok\",\"awHmAT\":\"Jegy azonosító\",\"6czJik\":\"Jegy logó\",\"t79rDv\":\"Jegy nem található\",\"6tmWch\":\"Jegy vagy termék\",\"1tfWrD\":\"Jegy előnézet ehhez:\",\"KnjoUA\":\"Jegyár\",\"pGZOcL\":\"Jegy sikeresen újraküldve\",\"o02GZM\":\"Az esemény jegyértékesítése lezárult\",\"8jLPgH\":\"Jegy típusa\",\"8qsbZ5\":\"Jegyértékesítés\",\"zNECqg\":\"jegyek\",\"6GQNLE\":\"Jegyek\",\"NRhrIB\":\"Jegyek és termékek\",\"OrWHoZ\":\"A jegyek automatikusan felajánlásra kerülnek a várólistán lévő ügyfeleknek, amikor felszabadul a kapacitás.\",\"AGRilS\":\"Eladott jegyek\",\"4/dG8J\":\"Sávok\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Időpont\",\"kGEhUy\":\"Időpontok\",\"fXf2r5\":[\"Az időpontok \",[\"timezoneAbbr\"],\" szerint jelennek meg\"],\"9udQT9\":\"A cím megadása kötelező\",\"dMtLDE\":\"eddig:\",\"/jQctM\":\"Címzett\",\"tiI71C\":\"A korlátozások emeléséhez lépjen kapcsolatba velünk\",\"ecUA8p\":\"Ma\",\"W428WC\":\"Oszlopok kapcsolása\",\"BRMXj0\":\"Holnap\",\"UBSG1X\":\"Legjobb szervezők (Elmúlt 14 nap)\",\"3sZ0xx\":\"Összes fiók\",\"SMDzqJ\":\"Összes résztvevő\",\"orBECM\":\"Összesen beszedve\",\"k5CU8c\":\"Összes bejegyzés\",\"4B7oCp\":\"Összesített díj\",\"sMMlTX\":\"Díjak összesen\",\"mlvCEl\":\"Megrendelések összesen\",\"2AW/k5\":\"Teljes mennyiség az összes időpontra\",\"dp8BCb\":\"Adó összesen\",\"vb0Q0/\":\"Összes felhasználó\",\"oJjplO\":\"Összes megtekintés\",\"rBZ9pz\":\"Túrák\",\"orluER\":\"Kövesse nyomon a fióknövekedést és teljesítményt hozzárendelési forrás szerint\",\"YwKzpH\":\"Követés és elemzés\",\"GUA0Jy\":\"Próbáljon meg más keresőkifejezést vagy szűrőt\",\"2P/OWN\":\"Módosítsa a szűrőket, hogy több időpontot lásson.\",\"ouM5IM\":\"Próbáljon másik e-mailt\",\"3DZvE7\":\"Próbálja ki a Hi.Events-et ingyen\",\"vq2WxD\":\"Kedd\",\"G3myU+\":\"Kedd\",\"Kz91g/\":\"Török\",\"GdOhw6\":\"Hang kikapcsolása\",\"KUOhTy\":\"Hang bekapcsolása\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Írja be a \\\"törlés\\\" szót a megerősítéshez\",\"nSlb72\":\"Írjon a kereséshez...\",\"nWRfmt\":\"Tipográfia\",\"IrVSu+\":\"Nem sikerült másolni a terméket. Kérjük, ellenőrizze adatait.\",\"Vx2J6x\":\"Nem sikerült lekérni a résztvevőt.\",\"h0dx5e\":\"Nem sikerült csatlakozni a várólistához\",\"DaE0Hg\":\"A résztvevő adatai nem tölthetők be.\",\"GlnD5Y\":\"Az időponthoz tartozó termékek nem tölthetők be. Próbálja újra.\",\"17VbmV\":\"A beléptetés nem vonható vissza\",\"n57zCW\":\"Nem hozzárendelt fiókok\",\"9uI/rE\":\"Visszavonás\",\"Ef7StM\":\"Ismeretlen\",\"ZBAScj\":\"Ismeretlen résztvevő\",\"MEIAzV\":\"Névtelen\",\"K6L5Mx\":\"Névtelen helyszín\",\"7yiFvZ\":\"Fizetetlen\",\"C51N+0\":\"eddig\",\"NaeLn8\":[\"Eddig: \",[\"end\"]],\"porwAO\":\"Egy dátumig\",\"ZIb6rJ\":\"Névtelen termék\",\"crJM8s\":\"Névtelen jegy\",\"X13xGn\":\"Nem megbízható\",\"0bT1FT\":[\"Legfeljebb \",[\"max\"],\" megrendelésenként\"],\"gyXpQN\":\"Közelgő események\",\"Pp1sWX\":\"Partner frissítése\",\"59qHrb\":\"Kapacitás frissítése\",\"Gaem9v\":\"Az esemény nevének és leírásának frissítése\",\"7EhE4k\":\"Címke frissítése\",\"NPQWj8\":\"Helyszín frissítése\",\"75+lpR\":[\"Frissítés: \",[\"subjectTitle\"],\" – változások az ütemtervben\"],\"UOGHdA\":[\"Frissítés: \",[\"subjectTitle\"],\" – megváltozott az alkalom időpontja\"],\"+b7T3G\":\"Frissítve\",\"ogoTrw\":[[\"count\"],\" időpont frissítve\"],\"dDuona\":[\"Kapacitás frissítve \",[\"count\"],\" időpontnál\"],\"FT3LSc\":[\"Címke frissítve \",[\"count\"],\" időpontnál\"],\"8EcY1g\":[\"Helyszín frissítve \",[\"count\"],\" időpontnál\"],\"83tNam\":\"A szabály összeállítása közben frissül. Lapozza át a hónapokat a dátumok ellenőrzéséhez.\",\"/XlQr2\":\"Gépelés közben frissül.\",\"gJQsLv\":\"Borítókép feltöltése a szervezőhöz\",\"4kEGqW\":\"Logó feltöltése a szervezőhöz\",\"lnCMdg\":\"Kép feltöltése\",\"29w7p6\":\"Kép feltöltése...\",\"HtrFfw\":\"URL kötelező\",\"3VnYUR\":\"Az URL-nek http:// vagy https:// előtaggal kell kezdődnie\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB-olvasó figyel\",\"dyTklH\":\"USB-olvasó szüneteltetve\",\"OHJXlK\":\"Használjon <0>Liquid sablonokat az e-mailek személyre szabásához\",\"/rsy72\":\"Az esemény alapértelmezésének használata\",\"0k4cdb\":\"Rendelési adatok használata minden résztvevőhöz. A résztvevők nevei és e-mail címei meg fognak egyezni a vásárló információival.\",\"bA31T4\":\"Vásárló adatainak használata minden résztvevőhöz\",\"PpgtnC\":\"Cím használata\",\"rnoQsz\":\"Határok, kiemelések és QR kód stílusához használva\",\"b0XTc/\":[\"Felhasználók (\",[\"0\"],\")\"],\"BV4L/Q\":\"UTM elemzés\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"ÁFA szám érvényesítése...\",\"t7caBM\":\"Áfa-országkód\",\"WLkfqH\":\"Adószám\",\"pnVh83\":\"ÁFA szám\",\"CabI04\":\"Az ÁFA szám nem tartalmazhat szóközöket\",\"PMhxAR\":\"Az ÁFA számnak 2 betűs országkóddal kell kezdődnie, amelyet 8-15 alfanumerikus karakter követ (pl. DE123456789)\",\"gPgdNV\":\"ÁFA szám sikeresen érvényesítve\",\"RUMiLy\":\"ÁFA szám érvényesítése sikertelen\",\"vqji3Y\":\"ÁFA szám érvényesítése sikertelen. Kérjük, ellenőrizze az ÁFA számát.\",\"8dENF9\":\"ÁFA a díjon\",\"ZutOKU\":\"ÁFA kulcs\",\"+KJZt3\":\"Áfaalany\",\"Nfbg76\":\"ÁFA beállítások sikeresen mentve\",\"UvYql/\":\"ÁFA beállítások mentve. Az ÁFA számot a háttérben érvényesítjük.\",\"bXn1Jz\":\"Áfabeállítások frissítve\",\"tJylUv\":\"ÁFA kezelés a platform díjaknál\",\"FlGprQ\":\"ÁFA kezelés a platform díjaknál: EU ÁFA-s vállalkozások használhatják a fordított adózást (0% - ÁFA irányelv 2006/112/EK 196. cikke). Nem ÁFA-s vállalkozásoknál 23%-os ír ÁFA kerül felszámításra.\",\"516oLj\":\"ÁFA érvényesítési szolgáltatás átmenetileg nem elérhető\",\"p6QQLa\":[\"Áfa: \",[\"0\"]],\"5q87Y9\":\"Áfa: nem regisztrált\",\"AdWhjZ\":\"Ellenőrző kód\",\"kUAumu\":\"Ellenőrző e-mail elküldve. Nézze meg a postaládáját.\",\"QDEWii\":\"Ellenőrzött\",\"wCKkSr\":\"E-mail ellenőrzése\",\"/IBv6X\":\"Ellenőrizze e-mail címét\",\"u8nB38\":\"Erősítse meg az e-mail-címét, hogy a résztvevők megkaphassák a jegyeiket\",\"e/cvV1\":\"Ellenőrzés...\",\"fROFIL\":\"Vietnámi\",\"p5nYkr\":\"Összes megtekintése\",\"yA/6BX\":\"Összes megtekintése →\",\"6CQ7/B\":\"Összes funkció megtekintése\",\"YSE15b\":\"Összes beléptetési lista megtekintése\",\"RnvnDc\":\"Platformon küldött összes üzenet megtekintése\",\"+WFMis\":\"Jelentések megtekintése és letöltése az összes eseményéhez. Csak a befejezett rendelések szerepelnek.\",\"c7VN/A\":\"Válaszok megtekintése\",\"SZw9tS\":\"Részletek megtekintése\",\"9+84uW\":[\"Részletek megtekintése: \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Esemény megtekintése\",\"c6SXHN\":\"Esemény oldal megtekintése\",\"n6EaWL\":\"Naplók megtekintése\",\"OaKTzt\":\"Térkép megtekintése\",\"zNZNMs\":\"Üzenet megtekintése\",\"67OJ7t\":\"Rendelés megtekintése\",\"tKKZn0\":\"Rendelés részleteinek megtekintése\",\"KeCXJu\":\"Rendelési részletek megtekintése, visszatérítések kibocsátása és megerősítések újraküldése.\",\"9jnAcN\":\"Szervezői honlap megtekintése\",\"1J/AWD\":\"Jegy megtekintése\",\"N9FyyW\":\"Regisztrált résztvevők megtekintése, szerkesztése és exportálása.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Látható \",[\"start\"],\" időponttól – az értékesítés kezdetéig rejtve.\"],\"EkiKJK\":\"Mindenki számára látható az esemény oldalán.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Várakozik\",\"quR8Qp\":\"Fizetésre vár\",\"KrurBH\":\"Beolvasásra vár…\",\"u0n+wz\":\"Várólista\",\"3RXFtE\":\"Várólista engedélyezve\",\"TwnTPy\":\"Várólista ajánlat lejárt\",\"aUi/Dz\":\"Figyelmeztetés: Ez a rendszer alapértelmezett konfigurációja. A módosítások minden olyan fiókot érintenek, amelyhez nincs konkrét konfiguráció hozzárendelve.\",\"aT/44s\":\"Nem sikerült átmásolni ezt a Stripe-kapcsolatot. Próbálja újra.\",\"jTee4a\":\"Nem sikerült leválasztani ezt a Stripe-fiókot. Próbálja újra.\",\"RRZDED\":\"Nem találtunk ehhez az e-mail címhez tartozó rendeléseket.\",\"2RZK9x\":\"Nem találtuk a keresett rendelést. A link lejárhatott, vagy a rendelés adatai megváltozhattak.\",\"nefMIK\":\"Nem találtuk a keresett jegyet. A link lejárhatott, vagy a jegy adatai megváltozhattak.\",\"miysJh\":\"Nem találtuk ezt a rendelést. Lehet, hogy el lett távolítva.\",\"Fjj/5/\":\"Nem sikerült betölteni a beléptetési listákat. Próbálja újra.\",\"ADsQ23\":\"Jelenleg nem érjük el a Stripe-ot. Próbálja újra kis idő múlva.\",\"HJKdzP\":\"Hiba történt az oldal betöltésekor. Kérjük, próbálja újra.\",\"jegrvW\":\"A Stripe-pal együttműködve a kifizetéseket közvetlenül a bankszámlájára küldjük.\",\"IfN2Qo\":\"Négyzet alakú logót javasolunk minimum 200x200px mérettel\",\"wJzo/w\":\"Javasolt méretek: 400px x 400px, maximális fájlméret: 5MB.\",\"L/KlAh\":[\"Ellenőrző hivatkozást küldtünk ide: \",[\"0\"]],\"KRCDqH\":\"Sütiket használunk annak megértéséhez, hogyan használják az oldalt, és hogy javítsuk az élményt.\",\"x8rEDQ\":\"Több próbálkozás után sem tudtuk érvényesíteni az ÁFA számát. A háttérben folytatjuk a próbálkozást. Kérjük, nézzen vissza később.\",\"4HaEdK\":[\"Létrehozzuk mind a \",[\"totalOccurrences\"],\" alkalmat — utána bármelyik dátumot szerkesztheti vagy törölheti\"],\"mfM/HJ\":[\"E-mailben értesítjük, ha hely szabadul fel a(z) \",[\"productDisplayName\"],\" számára ekkor: \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"E-mailben értesítjük, ha hely szabadul fel a(z) \",[\"productDisplayName\"],\" számára.\"],\"McuGND\":\"Mentés után megnyitunk egy üzenetszerkesztőt előre kitöltött sablonnal. Ön ellenőrzi és elküldi – semmi sem megy ki automatikusan.\",\"q1BizZ\":\"Erre az e-mail címre küldjük a jegyeit\",\"ZOmUYW\":\"Az ÁFA számot a háttérben érvényesítjük. Ha bármilyen probléma merül fel, értesítjük.\",\"LKjHr4\":[\"Módosítottuk a(z) „\",[\"title\"],\"” ütemtervét – \",[\"description\"],\", ami \",[\"affectedCount\"],\" alkalmat érint.\"],\"Fq/Nx7\":\"Öt számjegyű ellenőrző kódot küldtünk ide:\",\"GdWB+V\":\"Webhook sikeresen létrehozva\",\"2X4ecw\":\"Webhook sikeresen törölve\",\"ndBv0v\":\"Webhook-integrációk\",\"CThMKa\":\"Webhook naplók\",\"I0adYQ\":\"Webhook aláírási titok\",\"nuh/Wq\":\"Webhook URL\",\"8BMPMe\":\"A Webhook nem küld értesítéseket.\",\"FSaY52\":\"A Webhook értesítéseket küld.\",\"v1kQyJ\":\"Webhookok\",\"On0aF2\":\"Weboldal\",\"0f7U0k\":\"Sze\",\"VAcXNz\":\"Szerda\",\"64X6l4\":\"hét\",\"4XSc4l\":\"Hetente\",\"IAUiSh\":\"hét\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Üdvözöljük újra\",\"QDWsl9\":[\"Üdvözöljük a \",[\"0\"],\" oldalon, \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Üdv a \",[\"0\"],\" oldalon, itt található az összes eseménye.\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"Milyen típusú esemény?\",\"0WyYF4\":\"Mit láthat a be nem jelentkezett személyzet\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Amikor egy bejelentkezés törölve lett\",\"RPe6bE\":\"Ha egy ismétlődő esemény időpontját lemondják\",\"Gmd0hv\":\"Amikor új résztvevő jön létre\",\"zyIyPe\":\"Amikor új esemény jön létre\",\"Lc18qn\":\"Amikor új megrendelés jön létre\",\"dfkQIO\":\"Amikor új termék jön létre\",\"8OhzyY\":\"Amikor egy termék törölve lett\",\"tRXdQ9\":\"Amikor egy termék frissül\",\"9L9/28\":\"Amikor egy termék elfogy, az ügyfelek csatlakozhatnak egy várólistához, hogy értesítést kapjanak, amikor helyek szabadulnak fel.\",\"OIkHj+\":\"Amikor egy termék elfogy, az ügyfelek csatlakozhatnak egy várólistához, hogy értesítést kapjanak, amikor helyek szabadulnak fel. Az ügyfelek egy adott dátumra iratkoznak fel a várólistára, és az ajánlatok dátumonként történnek.\",\"Q7CWxp\":\"Amikor egy résztvevő le lett mondva\",\"IuUoyV\":\"Amikor egy résztvevő bejelentkezett\",\"nBVOd7\":\"Amikor egy résztvevő frissül\",\"t7cuMp\":\"Amikor egy esemény archiválásra kerül\",\"gtoSzE\":\"Amikor egy esemény frissül\",\"ny2r8d\":\"Amikor egy megrendelés törölve lett\",\"c9RYbv\":\"Amikor egy megrendelés fizetettként lett megjelölve\",\"ejMDw1\":\"Amikor egy megrendelés visszatérítésre került\",\"fVPt0F\":\"Amikor egy megrendelés frissül\",\"bcYlvb\":\"Amikor a bejelentkezés lezárul\",\"XIG669\":\"Amikor a bejelentkezés megnyílik\",\"de6HLN\":\"Amikor az ügyfelek jegyeket vásárolnak, megrendeléseik itt fognak megjelenni.\",\"pm9tpn\":\"Ha engedélyezve van, a vásárlók egyszerre másolhatják át nevüket és e-mail-címüket az összes résztvevőhöz. Kapcsolja ki, hogy eltávolítsa az \\\"Összes résztvevő\\\" lehetőséget; a vásárlók továbbra is átmásolhatják adataikat az első résztvevőhöz, a többit egyenként kell megadni.\",\"403wpZ\":\"Ha engedélyezve van, az új események lehetővé teszik a résztvevőknek, hogy saját jegyük adatait egy biztonságos linken keresztül kezeljék. Ez eseményenként felülírható.\",\"blXLKj\":\"Ha engedélyezve van, az új események marketing opt-in jelölőnégyzetet jelenítenek meg a fizetés során. Ez eseményenként felülírható.\",\"Kj0Txn\":\"Ha engedélyezve van, a Stripe Connect tranzakciókra nem számítanak fel alkalmazási díjakat. Használja olyan országokban, ahol az alkalmazási díjak nem támogatottak.\",\"xo06V3\":\"Hová mutat a gomb\",\"uchB0M\":\"Widget előnézet\",\"uvIqcj\":\"Műhely\",\"EpknJA\":\"Írja ide üzenetét...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"év\",\"zkWmBh\":\"Évente\",\"+BGee5\":\"év\",\"X/azM1\":\"Igen - Van érvényes EU ÁFA regisztrációs számom\",\"Tz5oXG\":\"Igen, rendelés törlése\",\"QlSZU0\":[\"<0>\",[\"0\"],\" megszemélyesítése (\",[\"1\"],\")\"],\"s14PLh\":[\"Részleges visszatérítést bocsát ki. A vásárló \",[\"0\"],\" \",[\"1\"],\" összeget kap vissza.\"],\"o7LgX6\":\"További szolgáltatási díjakat és adókat konfigurálhat a fiókbeállításokban.\",\"rj3A7+\":\"Ezt később az egyes időpontoknál felülbírálhatja.\",\"paWwQ0\":\"Szükség esetén továbbra is manuálisan ajánlhat fel jegyeket.\",\"jTDzpA\":\"Nem archiválhatja a fiókján lévő utolsó aktív szervezőt.\",\"D8baxD\":\"Fizetős jegyeid vannak, de a Stripe még nincs összekötve, így nem tudsz fizetéseket fogadni.\",\"5VGIlq\":\"Elérte az üzenetküldési korlátot.\",\"casL1O\":\"Adók és díjak vannak hozzáadva egy ingyenes termékhez. Szeretné eltávolítani őket?\",\"5SgD0L\":\"Nem mentett módosításai vannak. Biztosan elveti őket?\",\"9jJNZY\":\"El kell ismernie felelősségeit a mentés előtt\",\"pCLes8\":\"Hozzá kell járulnia az üzenetek fogadásához\",\"FVTVBy\":\"Megerősítenie kell e-mail címét, mielőtt frissítheti a szervezői státuszt.\",\"ze4bi/\":\"Legalább egy időpontot létre kell hoznia, mielőtt résztvevőket adhat ehhez az ismétlődő eseményhez.\",\"w65ZgF\":\"Ellenőriznie kell a fiók e-mail címét, mielőtt módosíthatná az e-mail sablonokat.\",\"FRl8Jv\":\"Ellenőriznie kell fiókja e-mail címét, mielőtt üzeneteket küldhet.\",\"88cUW+\":\"Ön kap\",\"O6/3cu\":\"A következő lépésben beállíthatja az időpontokat, ütemterveket és ismétlődési szabályokat.\",\"zKAheG\":\"Alkalmak időpontját módosítja\",\"MNFIxz\":[\"El fog menni ide: \",[\"0\"],\"!\"],\"ZlLcht\":[\"Ön a következő dátumra iratkozik fel a várólistára: \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Felkerült a várólistára!\",\"/5HL6k\":\"Helyet ajánlottak neked!\",\"gbjFFH\":\"Módosította az alkalom időpontját\",\"YI0K8C\":[\"Fiókja deaktiválva lett, és véglegesen törlésre kerül ekkor: <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Fiókjának üzenetküldési korlátai vannak. A korlátozások emeléséhez lépjen kapcsolatba velünk\",\"gsWZkk\":\"Fiókja mostantól törlésre van ütemezve.\",\"x/xjzn\":\"Partnerei sikeresen exportálva.\",\"TF37u6\":\"Résztvevői sikeresen exportálva.\",\"79lXGw\":\"A bejelentkezési lista sikeresen létrehozva. Ossza meg az alábbi linket a bejelentkezési személyzettel.\",\"BnlG9U\":\"A jelenlegi rendelésed el fog veszni.\",\"nBqgQb\":\"Az Ön e-mail címe\",\"GG1fRP\":\"Az eseményed élőben van!\",\"ifRqmm\":\"Üzenetét sikeresen elküldtük!\",\"0/+Nn9\":\"Az üzenetei itt fognak megjelenni\",\"/Rj5P4\":\"Az Ön neve\",\"PFjJxY\":\"Az új jelszónak legalább 8 karakter hosszúnak kell lennie.\",\"gzrCuN\":\"A rendelés adatai frissültek. Megerősítő e-mailt küldtünk az új e-mail címre.\",\"naQW82\":\"A rendelésed törlésre került.\",\"bhlHm/\":\"A rendelése fizetésre vár\",\"XeNum6\":\"Megrendelései sikeresen exportálva.\",\"Xd1R1a\":\"Szervezői címe\",\"WWYHKD\":\"A fizetése banki szintű titkosítással védett\",\"5b3QLi\":\"Az Ön csomagja\",\"N4Zkqc\":\"A mentett időpontszűrő már nem érhető el – minden időpont látható.\",\"o0qzpM\":\"A Stripe-fiókja nem érintett, és nem vesznek el adatok — bármikor újra összekapcsolhatja.\",\"FNO5uZ\":\"A jegye továbbra is érvényes – nincs teendője, hacsak az új időpont nem felel meg Önnek. Ha kérdése van, válaszoljon erre az e-mailre.\",\"CnZ3Ou\":\"A jegyei megerősítésre kerültek.\",\"EmFsMZ\":\"Az ÁFA száma sorban áll az érvényesítésre\",\"QBlhh4\":\"Az ÁFA száma mentéskor lesz érvényesítve\",\"fT9VLt\":\"Várólista ajánlata lejárt és nem tudtuk teljesíteni rendelését. Kérjük, csatlakozzon újra a várólistához, hogy értesítést kapjon, amikor több hely szabadul fel.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file diff --git a/frontend/src/locales/hu.po b/frontend/src/locales/hu.po index 727efa4bed..ae4c4decf0 100644 --- a/frontend/src/locales/hu.po +++ b/frontend/src/locales/hu.po @@ -33,7 +33,7 @@ msgstr "(üres)" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:110 msgid "(none)" -msgstr "" +msgstr "(nincs)" #: src/components/common/ReportTable/index.tsx:328 msgid "{0}" @@ -53,7 +53,7 @@ msgstr "{0} {1} már bejelentkezett" #: src/components/layouts/CheckIn/index.tsx:249 msgid "{0} <0>checked in" -msgstr "" +msgstr "{0} <0>beléptetve" #: src/components/layouts/CheckIn/index.tsx:284 msgid "{0} <0>checked out successfully" @@ -83,7 +83,7 @@ msgstr "{0} logó" #: src/components/modals/CreateAttendeeModal/index.tsx:272 msgid "{0} of {1} seats are taken." -msgstr "" +msgstr "{1} helyből {0} foglalt." #: src/components/routes/events/Dashboard/index.tsx:141 msgid "{0} organizers" @@ -99,15 +99,15 @@ msgstr "{0} sikeresen frissítve" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:417 msgid "{activeCount} enabled" -msgstr "" +msgstr "{activeCount} engedélyezve" #: src/components/common/CheckIn/CheckInInfoModal.tsx:101 msgid "{appName} logo" -msgstr "" +msgstr "{appName} logó" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:296 msgid "{attendeeCount} attendees are registered for this session." -msgstr "" +msgstr "{attendeeCount} résztvevő regisztrált erre az alkalomra." #: src/components/common/EventCard/index.tsx:133 msgid "{availableCount} of {totalCount} available" @@ -119,7 +119,7 @@ msgstr "{capacity} hely maradt" #: src/components/common/CheckIn/CheckInInfoModal.tsx:55 msgid "{checkedIn} / {total} checked in" -msgstr "" +msgstr "{checkedIn} / {total} beléptetve" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:378 msgid "{chipTime}, Sold Out" @@ -131,12 +131,12 @@ msgstr "{chipTime}, Elfogyott, várólista elérhető" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:210 msgid "{completedCount} of {totalCount} steps complete" -msgstr "" +msgstr "{totalCount} lépésből {completedCount} kész" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "{count} add-ons" -msgstr "" +msgstr "{count} kiegészítő" #: src/components/common/Countdown/index.tsx:68 msgid "{days} days, {hours} hours, {minutes} minutes, and {seconds} seconds" @@ -144,15 +144,15 @@ msgstr "{days} nap, {hours} óra, {minutes} perc, és {seconds} másodperc" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:29 msgid "{diffHr}h ago" -msgstr "" +msgstr "{diffHr} órája" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:27 msgid "{diffMin}m ago" -msgstr "" +msgstr "{diffMin} perce" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:25 msgid "{diffSec}s ago" -msgstr "" +msgstr "{diffSec} másodperce" #: src/components/common/OrganizerWebhookTable/index.tsx:79 #: src/components/common/WebhookTable/index.tsx:79 @@ -161,7 +161,7 @@ msgstr "{eventCount} esemény" #: src/components/forms/ProductForm/ledgerSummaries.ts:103 msgid "{first} + {additionalCount} more" -msgstr "" +msgstr "{first} + még {additionalCount}" #: src/components/common/Countdown/index.tsx:70 msgid "{hours} hours, {minutes} minutes, and {seconds} seconds" @@ -169,11 +169,11 @@ msgstr "{hours} óra, {minutes} perc, és {seconds} másodperc" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:262 msgid "{loadedAffectedAttendees} attendees are registered across the affected sessions." -msgstr "" +msgstr "{loadedAffectedAttendees} résztvevő regisztrált az érintett alkalmakra." #: src/components/forms/ProductForm/ledgerSummaries.ts:112 msgid "{min}–{max} per order" -msgstr "" +msgstr "{min}–{max} megrendelésenként" #: src/components/common/Countdown/index.tsx:72 msgid "{minutes} minutes and {seconds} seconds" @@ -185,12 +185,12 @@ msgstr "{organizerName} első eseménye" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:95 msgid "{productCount} ticket types configured" -msgstr "" +msgstr "{productCount} jegytípus beállítva" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "{slotCount} times available" -msgstr "" +msgstr "{slotCount} elérhető időpont" #: src/components/common/EventCard/index.tsx:129 msgid "{totalCount} ticket types" @@ -266,15 +266,15 @@ msgstr "1 aktív webhook" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "1 add-on" -msgstr "" +msgstr "1 kiegészítő" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:261 msgid "1 attendee is registered across the affected sessions." -msgstr "" +msgstr "1 résztvevő regisztrált az érintett alkalmakra." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:295 msgid "1 attendee is registered for this session." -msgstr "" +msgstr "1 résztvevő regisztrált erre az alkalomra." #: src/components/modals/SendMessageModal/index.tsx:128 msgid "1 day after end date" @@ -302,12 +302,12 @@ msgstr "1 jegytípus" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:94 msgid "1 ticket type configured" -msgstr "" +msgstr "1 jegytípus beállítva" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "1 time available" -msgstr "" +msgstr "1 elérhető időpont" #: src/components/modals/SendMessageModal/index.tsx:119 msgid "1 week before event" @@ -320,7 +320,7 @@ msgstr "Minta utca 123" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:250 msgid "135+ currencies & 40+ payment methods" -msgstr "" +msgstr "Több mint 135 pénznem és több mint 40 fizetési mód" #: src/components/common/WidgetEditor/index.tsx:230 msgid "20" @@ -336,7 +336,7 @@ msgstr "Lemondási értesítés elküldve ide:" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:299 msgid "a change in duration" -msgstr "" +msgstr "az időtartam változása" #: src/components/forms/QuestionForm/index.tsx:138 msgid "A date input. Perfect for asking for a date of birth etc." @@ -356,7 +356,7 @@ msgstr "Díj, például foglalási díj vagy szolgáltatási díj" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:199 msgid "A few quick steps and you're ready to start selling." -msgstr "" +msgstr "Néhány gyors lépés, és már árusíthat is." #: src/components/forms/TaxAndFeeForm/index.tsx:35 msgid "A fixed amount per product. E.g, $0.50 per product" @@ -388,7 +388,7 @@ msgstr "A rádió opció több lehetőséget kínál, de csak egy választható #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:298 msgid "a shift in start/end times" -msgstr "" +msgstr "a kezdési/befejezési idők eltolása" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:69 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:69 @@ -466,7 +466,7 @@ msgstr "Meghívó elfogadása" #: src/components/forms/ProductForm/index.tsx:596 msgid "Access" -msgstr "" +msgstr "Hozzáférés" #: src/components/common/AdminOrdersTable/index.tsx:70 #: src/components/routes/account/ManageAccount/index.tsx:22 @@ -481,11 +481,11 @@ msgstr "Fiók" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:354 msgid "Account · {0}" -msgstr "" +msgstr "Fiók · {0}" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:353 msgid "Account · {0} · {1}" -msgstr "" +msgstr "Fiók · {0} · {1}" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:69 msgid "Account deletion has been cancelled." @@ -581,11 +581,11 @@ msgstr "Aktív események" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:415 msgid "Active payment methods" -msgstr "" +msgstr "Aktív fizetési módok" #: src/components/routes/event/OccurrencesTab/index.tsx:402 msgid "Activity" -msgstr "" +msgstr "Tevékenység" #: src/components/routes/product-widget/SelectProducts/index.tsx:825 msgid "Add {0} first" @@ -593,27 +593,27 @@ msgstr "Először add hozzá: {0}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:147 msgid "Add a cover image and theme to match your brand" -msgstr "" +msgstr "Adjon hozzá borítóképet és arculathoz illő témát" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:142 msgid "Add a date" -msgstr "" +msgstr "Időpont hozzáadása" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:137 msgid "Add a description and venue so attendees know what to expect" -msgstr "" +msgstr "Adjon meg leírást és helyszínt, hogy a résztvevők tudják, mire számíthatnak" #: src/components/forms/CheckInListForm/index.tsx:144 msgid "Add a description for this check-in list" msgstr "Adjon leírást ehhez a bejelentkezési listához" -#: src/components/routes/event/OccurrencesTab/index.tsx:541 +#: src/components/routes/event/OccurrencesTab/index.tsx:556 msgid "Add a Single Date" -msgstr "" +msgstr "Egyetlen időpont hozzáadása" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:992 msgid "Add another time" -msgstr "" +msgstr "További időpont hozzáadása" #: src/components/modals/ManageAttendeeModal/index.tsx:226 msgid "Add any notes about the attendee. These will not be visible to the attendee." @@ -633,11 +633,11 @@ msgstr "Adjon hozzá bármilyen megjegyzést a megrendeléshez..." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:533 msgid "Add at least one time" -msgstr "" +msgstr "Adjon meg legalább egy időpontot" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:150 msgid "Add connection details for the online event." -msgstr "" +msgstr "Adja meg az online esemény csatlakozási adatait." #: src/components/common/QuestionsTable/index.tsx:434 msgid "Add custom questions to collect additional information during checkout" @@ -645,19 +645,19 @@ msgstr "Egyedi kérdések hozzáadása további információk gyűjtéséhez a p #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Add Date" -msgstr "" +msgstr "Időpont hozzáadása" #: src/components/modals/PublishEventModal/index.tsx:105 msgid "Add dates" msgstr "Időpontok hozzáadása" -#: src/components/routes/event/OccurrencesTab/index.tsx:526 +#: src/components/routes/event/OccurrencesTab/index.tsx:541 msgid "Add Dates" -msgstr "" +msgstr "Időpontok hozzáadása" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:104 msgid "Add dates and times for your recurring event" -msgstr "" +msgstr "Adja meg ismétlődő eseményének időpontjait" #: src/components/forms/QuestionForm/index.tsx:202 msgid "Add description" @@ -665,11 +665,11 @@ msgstr "Leírás hozzáadása" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:140 msgid "Add details" -msgstr "" +msgstr "Részletek hozzáadása" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:136 msgid "Add event details" -msgstr "" +msgstr "Eseményadatok hozzáadása" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:154 msgid "Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)" @@ -684,7 +684,7 @@ msgstr "Helyszín hozzáadása" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1047 msgid "Add multiple times if you run several sessions per day." -msgstr "" +msgstr "Adjon meg több időpontot, ha naponta több alkalmat tart." #: src/components/common/HeadingCard/index.tsx:28 msgid "Add New" @@ -713,7 +713,7 @@ msgstr "Adó vagy díj hozzáadása" #: src/components/modals/CreateAttendeeModal/index.tsx:276 msgid "Add this attendee anyway (override capacity)" -msgstr "" +msgstr "Résztvevő hozzáadása mégis (kapacitás felülbírálása)" #: src/components/common/AddToCalendarCTA/index.tsx:21 msgid "Add this event to your calendar" @@ -753,16 +753,16 @@ msgstr "Adja hozzá közösségi média hivatkozásait és weboldalának URL-jé #: src/components/common/ProductsTable/SortableProduct/index.tsx:344 #: src/components/forms/ProductForm/ledgerSummaries.ts:128 msgid "Add-on only" -msgstr "" +msgstr "Csak kiegészítőként" #: src/components/forms/ProductForm/index.tsx:552 msgid "Add-on products" -msgstr "" +msgstr "Kiegészítő termékek" #: src/components/forms/ProductForm/index.tsx:533 #: src/components/routes/product-widget/SelectProducts/index.tsx:822 msgid "Add-ons" -msgstr "" +msgstr "Kiegészítők" #: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:78 msgid "Added at checkout" @@ -833,7 +833,7 @@ msgstr "Az adminisztrátor felhasználók teljes hozzáféréssel rendelkeznek a #: src/components/forms/ProductForm/index.tsx:207 msgid "Admits attendees to your event" -msgstr "" +msgstr "Belépésre jogosít az eseményére" #: src/components/common/AffiliateTable/index.tsx:82 msgid "Affiliate" @@ -853,7 +853,7 @@ msgstr "Partner sikeresen törölve" #: src/components/layouts/AuthLayout/index.tsx:22 msgid "Affiliate program" -msgstr "" +msgstr "Partnerprogram" #: src/components/forms/AffiliateForm/index.tsx:23 msgid "Affiliate sales will be tracked" @@ -883,11 +883,11 @@ msgstr "A partnerek segítenek nyomon követni a partnerek és befolyásolók á #: src/components/routes/welcome/index.tsx:418 msgid "After your event is created, you can choose how often it repeats from the dashboard." -msgstr "" +msgstr "Az esemény létrehozása után az irányítópulton választhatja ki, milyen gyakran ismétlődjön." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "all" -msgstr "" +msgstr "összes" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:133 #: src/components/routes/admin/DeletionRequests/index.tsx:88 @@ -906,7 +906,7 @@ msgstr "Minden résztvevő" #: src/components/modals/SendMessageModal/index.tsx:378 msgid "All attendees of the selected sessions" -msgstr "" +msgstr "A kiválasztott alkalmak összes résztvevője" #: src/components/modals/SendMessageModal/index.tsx:381 msgid "All attendees of this event" @@ -914,7 +914,7 @@ msgstr "Az esemény összes résztvevője" #: src/components/modals/SendMessageModal/index.tsx:380 msgid "All attendees of this occurrence" -msgstr "" +msgstr "Ennek az időpontnak az összes résztvevője" #: src/components/common/OrganizerReportTable/index.tsx:291 msgid "All Currencies" @@ -923,14 +923,14 @@ msgstr "Minden pénznem" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:48 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:101 msgid "All dates" -msgstr "" +msgstr "Minden időpont" #: src/components/common/CheckInListTable/index.tsx:106 #: src/components/routes/event/attendees.tsx:235 #: src/components/routes/event/orders.tsx:182 #: src/components/routes/event/SoldOutWaitlist/index.tsx:104 msgid "All Dates" -msgstr "" +msgstr "Minden időpont" #: src/components/routes/events/Dashboard/index.tsx:75 msgid "All Ended Events" @@ -948,18 +948,18 @@ msgstr "Minden sikertelen feladat törölve" msgid "All jobs queued for retry" msgstr "Minden feladat újrapróbálásra sorba állítva" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:346 msgid "All matching dates" -msgstr "" +msgstr "Minden egyező időpont" #: src/components/forms/CheckInListForm/index.tsx:132 #: src/components/modals/SendMessageModal/index.tsx:359 msgid "All occurrences" -msgstr "" +msgstr "Minden időpont" #: src/components/common/ReportTable/index.tsx:279 msgid "All Occurrences" -msgstr "" +msgstr "Minden időpont" #: src/components/common/PromoCodeTable/index.tsx:139 msgid "All Products" @@ -1018,7 +1018,7 @@ msgstr "Már van fiókja? <0>{0}" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:135 msgid "Already in" -msgstr "" +msgstr "Már hozzáadva" #: src/components/modals/RefundOrderModal/index.tsx:86 msgid "Already Refunded" @@ -1026,7 +1026,7 @@ msgstr "Már visszatérítve" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:193 msgid "Already use Stripe on another organizer? Reuse that connection." -msgstr "" +msgstr "Használ már Stripe-ot egy másik szervezőnél? Használja újra azt a kapcsolatot." #: src/components/modals/RefundOrderModal/index.tsx:132 msgid "Also cancel this order" @@ -1042,7 +1042,7 @@ msgstr "Mindig elérhető" #: src/components/forms/ProductForm/ledgerSummaries.ts:53 msgid "Always on sale" -msgstr "" +msgstr "Mindig megvásárolható" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:77 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:77 @@ -1130,15 +1130,15 @@ msgstr "Válasz sikeresen frissítve." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:246 msgid "Answers" -msgstr "" +msgstr "Válaszok" #: src/components/forms/CheckInListForm/index.tsx:207 msgid "Answers provided at checkout (e.g. meal choice)" -msgstr "" +msgstr "A fizetéskor megadott válaszok (pl. ételválasztás)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1148 msgid "Any dates you've manually customized will be kept." -msgstr "" +msgstr "A kézzel módosított időpontok megmaradnak." #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:62 msgid "Any queries from product holders will be sent to this email address. This will also be used as the \"reply-to\" address for all emails sent from this event" @@ -1160,9 +1160,9 @@ msgstr "alkalmazva — {0} kedvezmény a rendelésére" msgid "Applies to {0} products" msgstr "Alkalmazható {0} termékre" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:365 msgid "Applies to {0}, non-cancelled dates currently loaded on this page." -msgstr "" +msgstr "Az oldalon jelenleg betöltött {0}, nem lemondott időpontra vonatkozik." #: src/components/common/CapacityAssignmentList/index.tsx:95 msgid "Applies to 1 product" @@ -1170,32 +1170,32 @@ msgstr "1 termékre vonatkozik" #: src/components/forms/CheckInListForm/index.tsx:175 msgid "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." -msgstr "" +msgstr "Mindenkire vonatkozik, aki bejelentkezés nélkül nyitja meg a megosztott beléptetési hivatkozást. A bejelentkezett csapattagok mindig mindent látnak." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:363 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 msgid "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." -msgstr "" +msgstr "Az esemény minden {0}, nem lemondott időpontjára vonatkozik – azokra is, amelyek most nincsenek betöltve." #: src/components/common/FilterModal/index.tsx:284 #: src/components/routes/product-widget/SelectProducts/index.tsx:945 msgid "Apply" msgstr "Alkalmaz" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:509 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:511 msgid "Apply Changes" -msgstr "" +msgstr "Módosítások alkalmazása" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" msgstr "Alkalmazza ezt a {type} típust minden új termékre" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:338 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:339 msgid "Apply to" -msgstr "" +msgstr "Alkalmazás erre" #: src/components/forms/CheckInListForm/index.tsx:105 msgid "Apply to all tickets" -msgstr "" +msgstr "Alkalmazás minden jegyre" #: src/components/routes/admin/Messages/index.tsx:232 msgid "Approve Message" @@ -1203,7 +1203,7 @@ msgstr "Üzenet jóváhagyása" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:68 msgid "April" -msgstr "" +msgstr "Április" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:63 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:69 @@ -1259,7 +1259,7 @@ msgstr "Biztosan archiválja ezt a szervezőt? Ez a szervező összes eseményé #: src/components/routes/event/OccurrencesTab/index.tsx:215 msgid "Are you sure you want to cancel {count} date(s)? Affected attendees will be notified by email." -msgstr "" +msgstr "Biztosan lemond {count} időpontot? Az érintett résztvevők e-mailben értesítést kapnak." #: src/hooks/useAttendeeActions.tsx:44 msgid "Are you sure you want to cancel this attendee? This will void their ticket" @@ -1269,7 +1269,7 @@ msgstr "Biztosan törölni szeretné ezt a résztvevőt? Ez érvényteleníti a #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:36 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:326 msgid "Are you sure you want to cancel this date? Affected attendees will be notified by email." -msgstr "" +msgstr "Biztosan lemondja ezt az időpontot? Az érintett résztvevők e-mailben értesítést kapnak." #: src/components/routes/event/messages.tsx:33 msgid "Are you sure you want to cancel this scheduled message?" @@ -1295,11 +1295,11 @@ msgstr "Biztosan törölni szeretné ezt a konfigurációt? Ez hatással lehet a #: src/components/routes/event/OccurrenceDetail/index.tsx:84 #: src/components/routes/event/OccurrencesTab/index.tsx:184 msgid "Are you sure you want to delete this date? This action cannot be undone." -msgstr "" +msgstr "Biztosan törli ezt az időpontot? A művelet nem vonható vissza." #: src/components/common/ImageUploadDropzone/index.tsx:114 msgid "Are you sure you want to delete this image?" -msgstr "" +msgstr "Biztosan törli ezt a képet?" #: src/components/common/PromoCodeTable/index.tsx:37 msgid "Are you sure you want to delete this promo code?" @@ -1307,7 +1307,7 @@ msgstr "Biztosan törölni szeretné ezt a promóciós kódot?" #: src/components/common/TaxAndFeeList/index.tsx:33 msgid "Are you sure you want to delete this tax or fee? It will no longer be applied to new orders." -msgstr "" +msgstr "Biztosan törli ezt az adót vagy díjat? A továbbiakban nem kerül rá az új megrendelésekre." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:111 msgid "Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template." @@ -1344,7 +1344,7 @@ msgstr "Biztosan szeretne helyet ajánlani ennek a személynek? E-mail értesít #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:360 msgid "Are you sure you want to permanently delete this date? This cannot be undone." -msgstr "" +msgstr "Biztosan véglegesen törli ezt az időpontot? A művelet nem vonható vissza." #: src/components/common/StatusToggle/index.tsx:38 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." @@ -1380,7 +1380,7 @@ msgstr "Biztosan visszaállítja ezt a szervezőt?" #: src/components/routes/account/ManageAccount/sections/Users/index.tsx:50 msgid "Are you sure you want to revoke this invitation?" -msgstr "" +msgstr "Biztosan visszavonja ezt a meghívót?" #: src/components/common/StatusToggle/index.tsx:41 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." @@ -1425,11 +1425,11 @@ msgstr "Kérdezze meg egyszer termékenként" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:119 msgid "Assign a different plan" -msgstr "" +msgstr "Másik csomag hozzárendelése" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:130 msgid "Assign plan" -msgstr "" +msgstr "Csomag hozzárendelése" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:165 msgid "Assigned Tier" @@ -1443,7 +1443,7 @@ msgstr "Legalább egy eseménytípust ki kell választani." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:64 #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:117 msgid "At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead." -msgstr "" +msgstr "Ehhez az időponthoz legalább egy terméknek elérhetőnek kell maradnia. Ha el akarja érhetetlenné tenni az időpontot, inkább mondja le az ütemtervben." #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:96 msgid "Attempts" @@ -1455,7 +1455,7 @@ msgstr "Részvétel és bejelentkezési arányok minden eseményen" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendee" -msgstr "" +msgstr "résztvevő" #: src/components/common/AttendeeTicket/index.tsx:101 #: src/components/common/QuestionsTable/index.tsx:462 @@ -1497,7 +1497,7 @@ msgstr "Résztvevő nem található" #: src/components/forms/CheckInListForm/index.tsx:188 msgid "Attendee notes" -msgstr "" +msgstr "Megjegyzések a résztvevőről" #: src/components/routes/event/attendees.tsx:81 msgid "Attendee Status" @@ -1523,7 +1523,7 @@ msgstr "A résztvevő jegye nincs ebben a listában" #: src/components/routes/event/attendees.tsx:250 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendees" -msgstr "" +msgstr "résztvevő" #: src/components/common/EventCard/index.tsx:251 #: src/components/common/EventCard/index.tsx:366 @@ -1545,7 +1545,7 @@ msgstr "Résztvevők" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:72 msgid "attendees checked in" -msgstr "" +msgstr "résztvevő beléptetve" #: src/components/routes/event/attendees.tsx:163 msgid "Attendees Exported" @@ -1587,7 +1587,7 @@ msgstr "Célközönség" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:72 msgid "August" -msgstr "" +msgstr "Augusztus" #: src/components/common/WidgetEditor/index.tsx:236 msgid "Auto Resize" @@ -1623,7 +1623,7 @@ msgstr "A fizetés befejezése után lesz elérhető" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:265 msgid "Available times on {dayName}" -msgstr "" +msgstr "Elérhető időpontok – {dayName}" #: src/components/modals/RefundOrderModal/index.tsx:93 msgid "Available to Refund" @@ -1635,7 +1635,7 @@ msgstr "Elérhető tokenek" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:161 msgid "Awaiting" -msgstr "" +msgstr "Függőben" #: src/components/common/OrderStatusBadge/index.tsx:11 #: src/components/modals/SendMessageModal/index.tsx:425 @@ -1649,7 +1649,7 @@ msgstr "Offline fizetésre vár" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:120 msgid "Awaiting pay" -msgstr "" +msgstr "Fizetésre vár" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:117 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:225 @@ -1719,7 +1719,7 @@ msgstr "Háttér típusa" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:128 msgid "Bank account connected" -msgstr "" +msgstr "Bankszámla összekapcsolva" #: src/components/routes/admin/Announcements/index.tsx:178 #: src/components/routes/admin/Announcements/index.tsx:374 @@ -1736,12 +1736,12 @@ msgstr "Alapár" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:207 msgid "Base Price" -msgstr "" +msgstr "Alapár" #: src/components/forms/ProductForm/index.tsx:433 #: src/components/forms/ProductForm/index.tsx:436 msgid "Based on the global sale period above, not per date" -msgstr "" +msgstr "A fenti általános értékesítési időszak alapján, nem időpontonként" #: src/components/routes/organizer/Settings/index.tsx:31 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:63 @@ -1779,19 +1779,19 @@ msgstr "Brazíliai portugál" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:253 msgid "Built-in fraud protection" -msgstr "" +msgstr "Beépített csalásvédelem" -#: src/components/routes/event/OccurrencesTab/index.tsx:517 +#: src/components/routes/event/OccurrencesTab/index.tsx:532 msgid "Bulk Edit" -msgstr "" +msgstr "Tömeges szerkesztés" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:308 msgid "Bulk Edit Dates" -msgstr "" +msgstr "Időpontok tömeges szerkesztése" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:233 msgid "Bulk update failed." -msgstr "" +msgstr "A tömeges frissítés nem sikerült." #: src/constants/eventCategories.ts:26 msgid "Business" @@ -1799,11 +1799,11 @@ msgstr "Üzlet" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:190 msgid "Business address" -msgstr "" +msgstr "Cím" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:185 msgid "Business name" -msgstr "" +msgstr "Cégnév" #: src/components/routes/admin/Announcements/index.tsx:455 msgid "Button label" @@ -1827,7 +1827,7 @@ msgstr "A vevő fizet" #: src/components/forms/ProductForm/index.tsx:562 msgid "Buyers can add these to their order when they select this product at checkout." -msgstr "" +msgstr "A vásárlók a fizetéskor hozzáadhatják ezeket a megrendelésükhöz, ha kiválasztják ezt a terméket." #: src/components/common/PlatformFeesSettings/index.tsx:235 msgid "Buyers see a clean price. The platform fee is deducted from your payout." @@ -1848,7 +1848,7 @@ msgstr "A regisztrációval elfogadja <0>Szolgáltatási feltételeinket és #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:123 msgid "By ticket type" -msgstr "" +msgstr "Jegytípus szerint" #: src/components/routes/admin/Configurations/index.tsx:259 msgid "Bypass Application Fees" @@ -1860,7 +1860,7 @@ msgstr "Számítás típusa" #: src/components/routes/event/OccurrencesTab/index.tsx:473 msgid "Calendar" -msgstr "" +msgstr "Naptár" #: src/components/common/EmailTemplateEditor/CTAConfiguration.tsx:20 msgid "Call-to-Action Button" @@ -1869,11 +1869,11 @@ msgstr "Cselekvésre ösztönző gomb" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:153 #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:90 msgid "Camera" -msgstr "" +msgstr "Kamera" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:110 msgid "Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings." -msgstr "" +msgstr "A kamerához való hozzáférést elutasította. <0>Kérje újra az engedélyt, vagy engedélyezze az oldal kamerahozzáférését a böngésző beállításaiban." #: src/components/routes/admin/Attribution/index.tsx:107 msgid "Campaign" @@ -1881,7 +1881,7 @@ msgstr "Kampány" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:79 msgid "Can't check in" -msgstr "" +msgstr "A beléptetés nem lehetséges" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:57 #: src/components/common/ContactOrganizerModal/index.tsx:104 @@ -1897,7 +1897,7 @@ msgstr "" #: src/components/modals/PublishEventModal/index.tsx:208 #: src/components/routes/admin/DeletionRequests/index.tsx:178 #: src/components/routes/event/messages.tsx:80 -#: src/components/routes/event/OccurrencesTab/index.tsx:499 +#: src/components/routes/event/OccurrencesTab/index.tsx:504 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:272 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:306 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:61 @@ -1914,7 +1914,7 @@ msgstr "Mégsem" #: src/components/routes/event/OccurrencesTab/index.tsx:211 #: src/components/routes/event/OccurrencesTab/index.tsx:223 msgid "Cancel {count} date(s)" -msgstr "" +msgstr "{count} időpont lemondása" #: src/components/modals/RefundOrderModal/index.tsx:133 msgid "Cancel all products and release them back to the pool" @@ -1928,7 +1928,7 @@ msgstr "Minden termék törlése és visszahelyezése a készletbe" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:568 msgid "Cancel Date" -msgstr "" +msgstr "Időpont lemondása" #: src/components/common/PendingDeletionBanner/index.tsx:37 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:104 @@ -1985,7 +1985,7 @@ msgstr "Törölve" #: src/components/routes/event/OccurrencesTab/index.tsx:237 msgid "Cancelling {0} date(s). This may take a moment to complete." -msgstr "" +msgstr "{0} időpont lemondása folyamatban. Ez eltarthat egy ideig." #: src/components/routes/admin/Configurations/index.tsx:36 msgid "Cannot delete the system default configuration" @@ -2011,7 +2011,7 @@ msgstr "Kapacitás-hozzárendelések" #: src/components/layouts/AuthLayout/index.tsx:28 msgid "Capacity management" -msgstr "" +msgstr "Kapacitáskezelés" #: src/components/layouts/Event/index.tsx:137 msgid "Capacity Management" @@ -2019,15 +2019,15 @@ msgstr "Kapacitás kezelése" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:111 msgid "Capacity must be 0 or greater" -msgstr "" +msgstr "A kapacitásnak legalább 0-nak kell lennie" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:300 msgid "capacity updates" -msgstr "" +msgstr "kapacitásfrissítések" #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:66 msgid "Capacity Used" -msgstr "" +msgstr "Felhasznált kapacitás" #: src/components/modals/CreateProductCategoryModal/index.tsx:52 msgid "Categories allow you to group products together. For example, you might have a category for \"Tickets\" and another for \"Merchandise\"." @@ -2052,7 +2052,7 @@ msgstr "Kategória sikeresen létrehozva" #: src/components/common/ProductsTable/SortableCategory/index.tsx:48 msgid "Category deleted successfully" -msgstr "" +msgstr "A kategória törölve" #: src/components/common/LocationPicker/index.tsx:201 msgid "Change" @@ -2060,7 +2060,7 @@ msgstr "Módosítás" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Change duration" -msgstr "" +msgstr "Időtartam módosítása" #: src/components/routes/profile/ManageProfile/index.tsx:239 msgid "Change password" @@ -2068,11 +2068,11 @@ msgstr "Jelszó módosítása" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Change the attendee limit" -msgstr "" +msgstr "Résztvevői limit módosítása" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:365 msgid "Change time" -msgstr "" +msgstr "Időpont módosítása" #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Change waitlist settings" @@ -2080,11 +2080,11 @@ msgstr "Várólistás beállítások módosítása" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:212 msgid "Changed duration for {count} date(s)" -msgstr "" +msgstr "Az időtartam módosítva {count} időpontnál" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:399 msgid "Charges" -msgstr "" +msgstr "Terhelések" #: src/constants/eventCategories.ts:24 msgid "Charity" @@ -2093,7 +2093,7 @@ msgstr "Jótékonyság" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:82 msgid "Check in" -msgstr "" +msgstr "Beléptetés" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:28 msgid "Check in {0} {1}" @@ -2110,12 +2110,12 @@ msgstr "Csak bejelentkezés" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:81 msgid "Check out" -msgstr "" +msgstr "Beléptetés visszavonása" #: src/components/layouts/EventHomepage/index.tsx:337 #: src/components/layouts/EventHomepage/index.tsx:338 msgid "Check out this event: {0}" -msgstr "" +msgstr "Nézze meg ezt az eseményt: {0}" #: src/components/layouts/Checkout/index.tsx:338 msgid "Check out this event!" @@ -2133,12 +2133,12 @@ msgstr "Nézze meg a postafiókját! Ha ehhez az e-mail címhez jegyek tartoznak #: src/components/layouts/CheckIn/index.tsx:549 msgid "Check-in" -msgstr "" +msgstr "Beléptetés" #: src/components/modals/ManageAttendeeModal/index.tsx:137 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:58 msgid "Check-In" -msgstr "" +msgstr "Beléptetés" #: src/components/forms/WebhookForm/index.tsx:121 msgid "Check-in Created" @@ -2150,15 +2150,15 @@ msgstr "Bejelentkezés törölve" #: src/components/layouts/CheckIn/index.tsx:215 msgid "Check-in for {0} was undone" -msgstr "" +msgstr "{0} beléptetése visszavonva" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:223 msgid "Check-in history" -msgstr "" +msgstr "Beléptetési előzmények" #: src/components/common/CheckInListTable/index.tsx:59 msgid "Check-In List" -msgstr "" +msgstr "Beléptetési lista" #: src/components/modals/CheckInListSuccessModal/index.tsx:20 msgid "Check-In List Created" @@ -2175,7 +2175,7 @@ msgstr "A bejelentkezési lista lejárt" #: src/components/layouts/CheckIn/index.tsx:583 msgid "Check-in list info" -msgstr "" +msgstr "Beléptetési lista adatai" #: src/components/layouts/CheckIn/index.tsx:520 msgid "Check-in list is not active" @@ -2187,7 +2187,7 @@ msgstr "Bejelentkezési lista nem található" #: src/components/routes/event/CheckInLists/index.tsx:60 msgid "check-in lists" -msgstr "" +msgstr "beléptetési listák" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:51 msgid "Check-in Lists" @@ -2201,11 +2201,11 @@ msgstr "Bejelentkezési listák" #: src/components/layouts/CheckIn/BottomNav.tsx:21 msgid "Check-in navigation" -msgstr "" +msgstr "Beléptetési navigáció" #: src/components/layouts/CheckIn/index.tsx:567 msgid "Check-in progress" -msgstr "" +msgstr "Beléptetés állása" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:45 msgid "Check-in Rate" @@ -2245,7 +2245,7 @@ msgstr "Jelölőnégyzetek" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:151 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:89 msgid "Checked in" -msgstr "" +msgstr "Beléptetve" #: src/components/common/AttendeeTable/index.tsx:299 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -2277,11 +2277,11 @@ msgstr "Válasszon színt a háttérhez" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:123 msgid "Choose a configuration" -msgstr "" +msgstr "Válasszon konfigurációt" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:335 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:336 msgid "Choose a different action" -msgstr "" +msgstr "Válasszon másik műveletet" #: src/components/common/ThemeFontControl/index.tsx:66 msgid "Choose a typeface that matches your brand. Fonts are self-hosted via Bunny Fonts." @@ -2293,7 +2293,7 @@ msgstr "Válasszon fiókot" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:202 msgid "Choose an organizer" -msgstr "" +msgstr "Válasszon szervezőt" #: src/components/routes/events/Dashboard/index.tsx:232 msgid "Choose an Organizer" @@ -2301,7 +2301,7 @@ msgstr "Válasszon szervezőt" #: src/components/routes/product-widget/SelectProducts/index.tsx:968 msgid "Choose another date" -msgstr "" +msgstr "Válasszon másik időpontot" #: src/components/common/CalendarOptionsPopover/index.tsx:22 msgid "Choose calendar" @@ -2328,29 +2328,29 @@ msgid "City" msgstr "Város" #: src/components/common/OccurrenceSelect/index.tsx:133 -#: src/components/routes/event/OccurrencesTab/index.tsx:505 +#: src/components/routes/event/OccurrencesTab/index.tsx:519 msgid "Clear" -msgstr "" +msgstr "Törlés" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:475 msgid "Clear location — fall back to the event default" -msgstr "" +msgstr "Helyszín törlése – vissza az esemény alapértelmezettjére" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:100 msgid "Clear search" -msgstr "" +msgstr "Keresés törlése" #: src/components/common/SearchBar/index.tsx:62 msgid "Clear Search Text" msgstr "Keresési szöveg törlése" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:497 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:498 msgid "Clearing removes any per-date override. Affected dates will fall back to the event's default location." -msgstr "" +msgstr "A törléssel megszűnik minden időpontra egyedileg beállított érték. Az érintett időpontok visszaállnak az esemény alapértelmezett helyszínére." #: src/components/routes/event/OccurrencesTab/index.tsx:333 msgid "Click to cancel" -msgstr "" +msgstr "Kattintson a lemondáshoz" #: src/components/common/PromoCodeTable/index.tsx:106 msgid "Click to copy" @@ -2358,7 +2358,7 @@ msgstr "Kattintson a másoláshoz" #: src/components/routes/event/OccurrencesTab/index.tsx:335 msgid "Click to reopen for new sales" -msgstr "" +msgstr "Kattintson az értékesítés újranyitásához" #: src/components/common/AttendeeTable/index.tsx:173 msgid "Click to view notes" @@ -2478,7 +2478,7 @@ msgstr "Kommunikációs beállítások" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:82 msgid "complete" -msgstr "" +msgstr "kész" #: src/components/routes/product-widget/CollectInformation/index.tsx:749 msgid "Complete Order" @@ -2491,7 +2491,7 @@ msgstr "Fizetés befejezése" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:293 msgid "Complete Stripe setup" -msgstr "" +msgstr "Stripe-beállítás befejezése" #: src/components/routes/product-widget/CollectInformation/index.tsx:442 msgid "Complete your order to secure your tickets. This offer is time-limited, so don't wait too long." @@ -2539,11 +2539,11 @@ msgstr "Konferencia Központ" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:100 msgid "Configuration" -msgstr "" +msgstr "Konfiguráció" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:52 msgid "Configuration assigned" -msgstr "" +msgstr "Konfiguráció hozzárendelve" #: src/components/routes/admin/Configurations/index.tsx:196 msgid "Configuration created successfully" @@ -2580,7 +2580,7 @@ msgstr "Adók és díjak beállítása" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:181 msgid "Configure which products are available for this occurrence and optionally adjust pricing." -msgstr "" +msgstr "Állítsa be, mely termékek érhetők el ehhez az időponthoz, és igény szerint módosítsa az árakat." #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" @@ -2643,7 +2643,7 @@ msgstr "Gratulálunk! Az eseményed mostantól látható a nyilvánosság szám #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:71 msgid "Connect bank" -msgstr "" +msgstr "Bank összekapcsolása" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:370 #: src/components/modals/PublishEventModal/index.tsx:79 @@ -2665,7 +2665,7 @@ msgstr "Kapcsolja be a Stripe-ot az üzenetküldéshez" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:464 msgid "Connect Stripe to receive ticket payments directly to your bank account." -msgstr "" +msgstr "Kapcsolja össze a Stripe-ot, hogy a jegybevétel közvetlenül a bankszámlájára érkezzen." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:263 msgid "Connect with Stripe" @@ -2673,13 +2673,13 @@ msgstr "Csatlakozás a Stripe-hoz" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:127 msgid "Connect your bank to receive ticket sales straight to your account" -msgstr "" +msgstr "Kapcsolja össze a bankját, hogy a jegybevétel közvetlenül a számlájára érkezzen" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:298 msgid "Connected the wrong Stripe account? Disconnect and start over." msgstr "Rossz Stripe-fiókot kapcsolt össze? Válassza le, és kezdje elölről." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:489 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:492 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:164 msgid "Connection Details" @@ -2687,7 +2687,7 @@ msgstr "Csatlakozási adatok" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:117 msgid "Connection details are required for online dates" -msgstr "" +msgstr "Online időpontoknál a csatlakozási adatok megadása kötelező" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:41 msgid "Connection details are required for online events" @@ -2760,11 +2760,11 @@ msgstr "Szabályozza, hogyan kezelje a platformdíjakat ezen eseménynél" #: src/components/forms/CheckInListForm/index.tsx:83 msgid "Control who gets in for this date" -msgstr "" +msgstr "Szabályozza, ki léphet be ezen az időponton" #: src/components/forms/CheckInListForm/index.tsx:84 msgid "Control who gets in, and when" -msgstr "" +msgstr "Szabályozza, ki és mikor léphet be" #: src/components/common/AttendeeTicket/index.tsx:188 #: src/components/common/CopyButton/index.tsx:13 @@ -2805,7 +2805,7 @@ msgstr "Másolás" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:364 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:373 msgid "Copy account ID" -msgstr "" +msgstr "Fiókazonosító másolása" #: src/components/common/AffiliateTable/index.tsx:183 msgid "Copy Affiliate Link" @@ -2865,7 +2865,7 @@ msgstr "A helyszín törlése nem sikerült" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:244 msgid "Could not prepare the bulk update." -msgstr "" +msgstr "A tömeges frissítést nem sikerült előkészíteni." #: src/components/common/AddressAutocomplete/index.tsx:61 #: src/components/common/LocationPicker/index.tsx:153 @@ -2874,11 +2874,11 @@ msgstr "Nem sikerült lekérni a cím adatait" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:275 msgid "Could not save date" -msgstr "" +msgstr "Az időpontot nem sikerült menteni" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:78 msgid "Couldn't send verification email. Please try again." -msgstr "" +msgstr "Az ellenőrző e-mailt nem sikerült elküldeni. Próbálja újra." #: src/components/common/CheckoutQuestion/index.tsx:174 #: src/components/common/LocationPicker/index.tsx:268 @@ -2903,7 +2903,7 @@ msgstr "Borítókép" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:148 msgid "Cover image added" -msgstr "" +msgstr "Borítókép hozzáadva" #: src/components/routes/event/HomepageDesigner/index.tsx:202 msgid "Cover image will be displayed at the top of your event page" @@ -2915,7 +2915,7 @@ msgstr "A borítókép a szervezői oldal tetején jelenik meg" #: src/components/common/CheckInListTable/index.tsx:82 msgid "Covers every ticket" -msgstr "" +msgstr "Minden jegyre vonatkozik" #: src/components/routes/event/attendees.tsx:253 #: src/components/routes/event/products.tsx:77 @@ -2936,11 +2936,11 @@ msgstr "Hozzon létre egyedi widgetet jegyek értékesítéséhez a webhelyén." #: src/components/modals/SelectCheckInListModal/index.tsx:82 msgid "Create a list for this date" -msgstr "" +msgstr "Lista létrehozása ehhez az időponthoz" #: src/components/layouts/CheckIn/index.tsx:508 msgid "Create a new check-in list for an active session, or contact the organizer if you think this is a mistake." -msgstr "" +msgstr "Hozzon létre új beléptetési listát egy aktív alkalomhoz, vagy lépjen kapcsolatba a szervezővel, ha úgy gondolja, hogy ez tévedés." #: src/components/routes/auth/AcceptInvitation/index.tsx:128 msgid "Create a password" @@ -3031,7 +3031,7 @@ msgstr "Egyedi sablon létrehozása" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:546 msgid "Create Date" -msgstr "" +msgstr "Időpont létrehozása" #: src/components/routes/event/promo-codes.tsx:33 msgid "Create discounts, access codes for hidden tickets, and special offers." @@ -3039,7 +3039,7 @@ msgstr "Kedvezmények, hozzáférési kódok rejtett jegyekhez és különleges #: src/components/routes/organizer/OrganizerDashboard/index.tsx:404 msgid "Create event" -msgstr "" +msgstr "Esemény létrehozása" #: src/components/common/NoEventsBlankSlate/index.tsx:27 #: src/components/layouts/OrganizerLayout/index.tsx:179 @@ -3049,7 +3049,7 @@ msgstr "Esemény létrehozása" #: src/components/forms/ProductForm/index.tsx:559 msgid "Create more tickets or products to offer them as add-ons" -msgstr "" +msgstr "Hozzon létre további jegyeket vagy termékeket, hogy kiegészítőként kínálhassa őket" #: src/components/routes/events/Dashboard/index.tsx:172 msgid "Create new" @@ -3128,7 +3128,7 @@ msgstr "Hozza létre saját eseményét" msgid "Created" msgstr "Létrehozva" -#: src/components/routes/event/OccurrencesTab/index.tsx:549 +#: src/components/routes/event/OccurrencesTab/index.tsx:564 msgid "Creating {0} dates. This may take a moment." msgstr "{0} időpont létrehozása folyamatban. Ez eltarthat egy pillanatig." @@ -3170,7 +3170,7 @@ msgstr "Jelenlegi jelszó" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:107 msgid "Currently assigned" -msgstr "" +msgstr "Jelenleg hozzárendelve" #: src/components/common/ProductsTable/SortableProduct/index.tsx:110 msgid "Currently available for purchase" @@ -3178,7 +3178,7 @@ msgstr "Jelenleg megvásárolható" #: src/components/layouts/AuthLayout/index.tsx:15 msgid "Custom branding" -msgstr "" +msgstr "Egyedi arculat" #: src/components/modals/SendMessageModal/index.tsx:496 msgid "Custom date and time" @@ -3190,7 +3190,7 @@ msgstr "Egyedi térképek URL" #: src/components/layouts/AuthLayout/index.tsx:24 msgid "Custom questions" -msgstr "" +msgstr "Egyedi kérdések" #: src/components/common/QuestionsTable/index.tsx:433 msgid "Custom Questions" @@ -3224,7 +3224,7 @@ msgstr "Vásárlók" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:150 msgid "Customize page" -msgstr "" +msgstr "Oldal testreszabása" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:56 msgid "Customize the email and notification settings for this event" @@ -3278,7 +3278,7 @@ msgstr "Testreszabhatja szervezői oldalának megjelenését." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:50 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Daily" -msgstr "" +msgstr "Naponta" #: src/components/routes/organizer/Reports/index.tsx:18 msgid "Daily revenue, taxes, fees, and refunds across all events" @@ -3294,7 +3294,7 @@ msgstr "Napi értékesítési, adó- és díj bontás." #: src/constants/eventCategories.ts:13 msgid "Dance" -msgstr "" +msgstr "Tánc" #: src/components/common/CapacityAssignmentList/index.tsx:153 #: src/components/common/CheckInListList/index.tsx:174 @@ -3349,43 +3349,43 @@ msgstr "Dátum és idő" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:99 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:212 msgid "Date Cancellation" -msgstr "" +msgstr "Időpont lemondása" #: src/components/routes/event/OccurrenceDetail/index.tsx:76 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:54 msgid "Date cancelled" -msgstr "" +msgstr "Időpont lemondva" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:344 msgid "Date cancelled successfully" -msgstr "" +msgstr "Az időpont lemondva" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:255 msgid "Date created successfully" -msgstr "" +msgstr "Az időpont létrehozva" #: src/components/modals/ManageOccurrenceModal/index.tsx:61 #: src/components/routes/event/OccurrenceDetail/index.tsx:87 #: src/components/routes/event/OccurrencesTab/index.tsx:186 msgid "Date deleted" -msgstr "" +msgstr "Időpont törölve" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:368 msgid "Date deleted successfully" -msgstr "" +msgstr "Az időpont törölve" #: src/components/modals/ManageOccurrenceModal/index.tsx:75 #: src/components/routes/event/OccurrenceDetail/index.tsx:101 msgid "Date reactivated" -msgstr "" +msgstr "Az időpont újraaktiválva" #: src/components/routes/event/OccurrencesTab/index.tsx:200 msgid "Date reopened for new sales" -msgstr "" +msgstr "Az időpont újra megnyílt az értékesítés előtt" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:254 msgid "Date updated successfully" -msgstr "" +msgstr "Az időpont frissítve" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:808 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1093 @@ -3394,23 +3394,23 @@ msgstr "alkalom" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:105 msgid "Dates are managed per occurrence" -msgstr "" +msgstr "Az időpontokat külön-külön kezeljük" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:674 msgid "Dates with sessions" -msgstr "" +msgstr "Napok alkalmakkal" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:87 msgid "day" -msgstr "" +msgstr "nap" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:973 msgid "Day" -msgstr "" +msgstr "Nap" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:937 msgid "Day of Month" -msgstr "" +msgstr "A hónap napja" #: src/components/forms/CapaciyAssigmentForm/index.tsx:38 msgid "Day one capacity" @@ -3418,7 +3418,7 @@ msgstr "Első nap kapacitás" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:95 msgid "days" -msgstr "" +msgstr "nap" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:920 msgid "Days of the month" @@ -3426,7 +3426,7 @@ msgstr "A hónap napjai" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:76 msgid "December" -msgstr "" +msgstr "December" #: src/components/common/CookieConsentBanner/index.tsx:62 msgid "Decline" @@ -3452,7 +3452,7 @@ msgstr "Alapértelmezett résztvevői információgyűjtés" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1106 msgid "Default capacity per date" -msgstr "" +msgstr "Alapértelmezett kapacitás időpontonként" #: src/components/routes/organizer/Settings/Sections/PlatformFeesSettings/index.tsx:44 msgid "Default Fee Handling" @@ -3464,7 +3464,7 @@ msgstr "Alapértelmezett sablon lesz használva" #: src/components/forms/ProductForm/ledgerSummaries.ts:66 msgid "Defaults" -msgstr "" +msgstr "Alapértelmezések" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:29 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:31 @@ -3478,7 +3478,7 @@ msgstr "törlés" #: src/components/common/TaxAndFeeList/index.tsx:81 #: src/components/routes/admin/Announcements/index.tsx:226 #: src/components/routes/admin/FailedJobs/index.tsx:209 -#: src/components/routes/event/OccurrencesTab/index.tsx:502 +#: src/components/routes/event/OccurrencesTab/index.tsx:512 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:62 msgid "Delete" msgstr "Törlés" @@ -3489,7 +3489,7 @@ msgstr "Törli a következőt: \"{0}\"?" #: src/components/routes/event/OccurrencesTab/index.tsx:249 msgid "Delete {count} selected date(s)? Dates with orders will be skipped. This cannot be undone." -msgstr "" +msgstr "Törli a kiválasztott {count} időpontot? A megrendeléssel rendelkező időpontokat kihagyjuk. A művelet nem vonható vissza." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:148 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:155 @@ -3525,7 +3525,7 @@ msgstr "Kód törlése" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:357 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:582 msgid "Delete Date" -msgstr "" +msgstr "Időpont törlése" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:84 #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:119 @@ -3551,7 +3551,7 @@ msgstr "Szervező törlése" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Delete Permanently" -msgstr "" +msgstr "Végleges törlés" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:131 msgid "Delete Template" @@ -3559,11 +3559,11 @@ msgstr "Sablon törlése" #: src/components/common/ProductsTable/SortableCategory/index.tsx:45 msgid "Delete this category? Any products in it will also be deleted. This cannot be undone." -msgstr "" +msgstr "Törli ezt a kategóriát? A benne lévő termékek is törlődnek. A művelet nem vonható vissza." #: src/components/common/ProductsTable/SortableProduct/index.tsx:71 msgid "Delete this product? This cannot be undone." -msgstr "" +msgstr "Törli ezt a terméket? A művelet nem vonható vissza." #: src/components/common/QuestionsTable/index.tsx:197 msgid "Delete this question? This cannot be undone." @@ -3576,7 +3576,7 @@ msgstr "Webhook törlése" #: src/components/routes/event/OccurrencesTab/index.tsx:255 msgid "Deleted {0} date(s)" -msgstr "" +msgstr "{0} időpont törölve" #: src/components/routes/admin/DeletionRequests/index.tsx:143 msgid "Deleted account" @@ -3611,7 +3611,7 @@ msgstr "Leírás" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:138 msgid "Description and venue added" -msgstr "" +msgstr "Leírás és helyszín hozzáadva" #: src/components/forms/CheckInListForm/index.tsx:143 msgid "Description for check-in staff" @@ -3640,12 +3640,12 @@ msgstr "Nem kapta meg a kódot?" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:472 msgid "Different location" -msgstr "" +msgstr "Eltérő helyszín" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:403 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:411 msgid "Disabled" -msgstr "" +msgstr "Kikapcsolva" #: src/components/forms/CapaciyAssigmentForm/index.tsx:27 msgid "Disabling this capacity will track sales but not stop them when the limit is reached" @@ -3654,12 +3654,12 @@ msgstr "Ezen kapacitás letiltása nyomon követi az értékesítéseket, de nem #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Discard" -msgstr "" +msgstr "Elvetés" #: src/components/forms/ProductForm/ProductDrawer.tsx:54 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:725 msgid "Discard changes?" -msgstr "" +msgstr "Elveti a módosításokat?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Disconnect" @@ -3691,7 +3691,7 @@ msgstr "Kedvezmény típusa" #: src/components/common/Callout/index.tsx:54 msgid "Dismiss" -msgstr "" +msgstr "Bezárás" #: src/components/common/AnnouncementDisplay/AnnouncementBanner.tsx:37 msgid "Dismiss announcement" @@ -3699,7 +3699,7 @@ msgstr "Közlemény elvetése" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:186 msgid "Dismiss setup checklist" -msgstr "" +msgstr "Beállítási lista elrejtése" #: src/components/routes/product-widget/SelectProducts/index.tsx:1077 msgid "Dismiss this message" @@ -3747,7 +3747,7 @@ msgstr "Kész" #: src/components/common/CheckIn/CheckInDescriptionModal.tsx:20 msgid "Door staff instructions" -msgstr "" +msgstr "Utasítások a beléptető személyzetnek" #: src/components/common/CalendarOptionsPopover/index.tsx:39 msgid "Download .ics" @@ -3810,7 +3810,7 @@ msgstr "Duplikálás" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Duplicate Date" -msgstr "" +msgstr "Időpont másolása" #: src/components/common/EventCard/index.tsx:151 msgid "Duplicate event" @@ -3832,7 +3832,7 @@ msgstr "Termék másolása" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:121 msgid "Duration must be at least 1 minute." -msgstr "" +msgstr "Az időtartamnak legalább 1 percnek kell lennie." #: src/components/common/LanguageSwitcher/index.tsx:26 msgid "Dutch" @@ -3846,10 +3846,10 @@ msgstr "pl. 180 (3 óra)" msgid "e.g. Learn more" msgstr "pl. További információ" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:453 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:450 msgid "e.g. Morning Session" -msgstr "" +msgstr "pl. Délelőtti alkalom" #: src/components/routes/admin/Announcements/index.tsx:382 msgid "e.g. New feature: Waitlists" @@ -3879,9 +3879,9 @@ msgstr "Minden személy e-mailt kap egy foglalt hellyel a vásárlás befejezés msgid "Each product" msgstr "Minden termék" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:381 msgid "Earlier" -msgstr "" +msgstr "Korábban" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:64 msgid "Early bird" @@ -3960,7 +3960,7 @@ msgstr "Konfiguráció szerkesztése" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Edit Date" -msgstr "" +msgstr "Időpont szerkesztése" #: src/components/common/LocationsTable/index.tsx:65 msgid "Edit location" @@ -4025,7 +4025,7 @@ msgstr "Webhook szerkesztése" #: src/components/routes/event/OccurrencesTab/index.tsx:308 msgid "Edited" -msgstr "" +msgstr "Szerkesztve" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:140 msgid "Editor" @@ -4079,7 +4079,7 @@ msgstr "E-mail és értesítési beállítások" #: src/components/layouts/AuthLayout/index.tsx:20 msgid "Email & scheduled messages" -msgstr "" +msgstr "E-mailek és ütemezett üzenetek" #: src/components/routes/event/Settings/index.tsx:78 msgid "Email & Templates" @@ -4159,7 +4159,7 @@ msgstr "E-mail ellenőrzés szükséges" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:160 msgid "Email verified" -msgstr "" +msgstr "E-mail megerősítve" #: src/components/routes/welcome/index.tsx:99 msgid "Email verified successfully!" @@ -4180,7 +4180,7 @@ msgstr "Widget beágyazása" #: src/components/layouts/AuthLayout/index.tsx:21 msgid "Embeddable widget" -msgstr "" +msgstr "Beágyazható widget" #: src/components/routes/admin/Announcements/index.tsx:409 msgid "Emoji" @@ -4255,11 +4255,11 @@ msgstr "Befejezett" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:55 msgid "Ended {0}" -msgstr "" +msgstr "Véget ért: {0}" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:46 msgid "Ends {0}" -msgstr "" +msgstr "Vége: {0}" #: src/components/common/LanguageSwitcher/index.tsx:18 #: src/components/common/LanguageSwitcher/index.tsx:69 @@ -4269,11 +4269,11 @@ msgstr "Angol" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:131 msgid "Enter a capacity value or choose unlimited." -msgstr "" +msgstr "Adjon meg kapacitást, vagy válassza a korlátlan lehetőséget." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:141 msgid "Enter a label or choose to remove it." -msgstr "" +msgstr "Adjon meg címkét, vagy válassza az eltávolítását." #: src/components/common/EmailTemplateEditor/EmailTemplatePreviewPane.tsx:58 msgid "Enter a subject and body to see the preview" @@ -4281,7 +4281,7 @@ msgstr "Írjon be egy tárgyat és törzset az előnézet megtekintéséhez" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:112 msgid "Enter a time to shift by." -msgstr "" +msgstr "Adja meg, mennyivel tolja el az időpontokat." #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:29 msgid "Enter a venue name or address" @@ -4311,9 +4311,9 @@ msgstr "Adja meg a partner nevét" msgid "Enter an amount excluding taxes and fees." msgstr "Adjon meg egy összeget adók és díjak nélkül." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:434 msgid "Enter capacity" -msgstr "" +msgstr "Kapacitás megadása" #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:69 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:69 @@ -4366,7 +4366,7 @@ msgstr "Teljes rendelés" #: src/components/routes/event/SoldOutWaitlist/index.tsx:126 msgid "entries" -msgstr "" +msgstr "bejegyzés" #: src/components/common/WaitlistTable/index.tsx:264 msgid "Entries will appear here when customers join the waitlist for sold out products." @@ -4394,7 +4394,7 @@ msgstr "Hiba a naplók betöltésekor" #: src/components/forms/ProductForm/ProductDrawer.tsx:98 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:870 msgid "Esc to close" -msgstr "" +msgstr "Esc a bezáráshoz" #: src/components/routes/account/ManageAccount/sections/AccountSettings/index.tsx:74 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:137 @@ -4433,7 +4433,7 @@ msgstr "Esemény borítóképe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:196 msgid "Event created" -msgstr "" +msgstr "Esemény létrehozva" #: src/components/forms/WebhookForm/index.tsx:43 msgid "Event Created" @@ -4483,7 +4483,7 @@ msgstr "Esemény honlapja" #: src/components/common/PeriodSelector/index.tsx:124 msgid "Event lifetime" -msgstr "" +msgstr "Az esemény teljes időtartama" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:151 msgid "Event location & venue details" @@ -4546,7 +4546,7 @@ msgstr "Az esemény túl új" #: src/components/routes/event/EventDashboard/index.tsx:264 msgid "Event totals" -msgstr "" +msgstr "Esemény összesítése" #: src/components/common/OrganizerWebhookTable/index.tsx:237 #: src/components/common/WebhookTable/index.tsx:237 @@ -4585,32 +4585,32 @@ msgstr "Minden" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0}" -msgstr "" +msgstr "Minden {0}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:748 msgid "Every {0} {cadenceUnit}" -msgstr "" +msgstr "Minden {0} {cadenceUnit}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Every {0} days" -msgstr "" +msgstr "{0} naponta" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Every {0} months" -msgstr "" +msgstr "{0} havonta" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Every {0} weeks" -msgstr "" +msgstr "{0} hetente" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0} weeks on {1}" -msgstr "" +msgstr "{0} hetente, ekkor: {1}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Every {0} years" -msgstr "" +msgstr "{0} évente" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:747 msgid "Every {cadenceUnit}" @@ -4622,7 +4622,7 @@ msgstr "Minden e-mail sablonnak tartalmaznia kell egy cselekvésre ösztönző g #: src/components/forms/ProductForm/index.tsx:392 msgid "Everything else — tap to edit" -msgstr "" +msgstr "Minden más – koppintson a szerkesztéshez" #: src/components/common/QuestionsTable/index.tsx:496 msgid "Examples: \"How did you hear about us?\", \"Company name for invoice\"" @@ -4743,11 +4743,11 @@ msgstr "Nem sikerült törölni a résztvevőt." #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:57 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:348 msgid "Failed to cancel date" -msgstr "" +msgstr "Az időpontot nem sikerült lemondani" #: src/components/routes/event/OccurrencesTab/index.tsx:241 msgid "Failed to cancel dates" -msgstr "" +msgstr "Az időpontokat nem sikerült lemondani" #: src/components/routes/event/messages.tsx:41 msgid "Failed to cancel message" @@ -4767,7 +4767,7 @@ msgstr "A konfiguráció létrehozása sikertelen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:712 msgid "Failed to create schedule" -msgstr "" +msgstr "Az ütemtervet nem sikerült létrehozni" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:702 #: src/hooks/useOccurrenceGenerationPolling.ts:42 @@ -4791,15 +4791,15 @@ msgstr "A konfiguráció törlése sikertelen" #: src/components/routes/event/OccurrenceDetail/index.tsx:90 #: src/components/routes/event/OccurrencesTab/index.tsx:187 msgid "Failed to delete date" -msgstr "" +msgstr "Az időpontot nem sikerült törölni" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:372 msgid "Failed to delete date. It may have existing orders." -msgstr "" +msgstr "Az időpontot nem sikerült törölni. Lehet, hogy már vannak hozzá megrendelések." #: src/components/routes/event/OccurrencesTab/index.tsx:258 msgid "Failed to delete dates" -msgstr "" +msgstr "Az időpontokat nem sikerült törölni" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:40 msgid "Failed to delete event" @@ -4819,7 +4819,7 @@ msgstr "Nem sikerült törölni a szervezőt" #: src/components/common/ProductsTable/SortableProduct/index.tsx:80 msgid "Failed to delete product. Please try again." -msgstr "" +msgstr "A terméket nem sikerült törölni. Próbálja újra." #: src/components/common/QuestionsTable/index.tsx:203 msgid "Failed to delete question" @@ -4875,7 +4875,7 @@ msgstr "Nem sikerült jegyeket felajánlani" #: src/components/modals/ManageOccurrenceModal/index.tsx:76 #: src/components/routes/event/OccurrenceDetail/index.tsx:102 msgid "Failed to reactivate date" -msgstr "" +msgstr "Az időpontot nem sikerült újraaktiválni" #: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to remove from waitlist" @@ -4883,11 +4883,11 @@ msgstr "Nem sikerült eltávolítani a várólistáról" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:104 msgid "Failed to remove override" -msgstr "" +msgstr "Az egyedi beállítást nem sikerült eltávolítani" #: src/components/routes/event/OccurrencesTab/index.tsx:201 msgid "Failed to reopen date" -msgstr "" +msgstr "Az időpontot nem sikerült újranyitni" #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" @@ -4919,15 +4919,15 @@ msgstr "A feladatok újrapróbálása sikertelen" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:69 msgid "Failed to save override" -msgstr "" +msgstr "Az egyedi beállítást nem sikerült menteni" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:156 msgid "Failed to save price override" -msgstr "" +msgstr "Az egyedi árat nem sikerült menteni" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:163 msgid "Failed to save product settings" -msgstr "" +msgstr "A termékbeállításokat nem sikerült menteni" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:158 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:161 @@ -5012,15 +5012,15 @@ msgstr "E-mail ellenőrzése sikertelen" #: src/constants/eventCategories.ts:17 msgid "Family" -msgstr "" +msgstr "Család" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:247 msgid "Fast payouts to your bank" -msgstr "" +msgstr "Gyors kifizetések a bankjába" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:66 msgid "February" -msgstr "" +msgstr "Február" #: src/components/forms/TaxAndFeeForm/index.tsx:18 #: src/components/forms/TaxAndFeeForm/index.tsx:39 @@ -5042,7 +5042,7 @@ msgstr "Díjkezelés" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:68 msgid "Fee override saved" -msgstr "" +msgstr "Egyedi díj mentve" #: src/components/common/InlineOrderSummary/index.tsx:156 #: src/components/common/OrdersTable/index.tsx:270 @@ -5073,11 +5073,11 @@ msgstr "Először töltse ki az adatait fentebb" #: src/constants/eventCategories.ts:12 msgid "Film" -msgstr "" +msgstr "Film" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:125 msgid "Filter attendees" -msgstr "" +msgstr "Résztvevők szűrése" #: src/components/routes/event/attendees.tsx:245 msgid "Filter Attendees" @@ -5086,7 +5086,7 @@ msgstr "Résztvevők szűrése" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:62 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:82 msgid "Filter by date" -msgstr "" +msgstr "Szűrés időpont szerint" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:118 msgid "Filter by Event" @@ -5107,27 +5107,27 @@ msgstr "Szűrők ({activeFilterCount})" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:281 msgid "Finish setting up Stripe" -msgstr "" +msgstr "Stripe-beállítás befejezése" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:70 msgid "Finish setup" -msgstr "" +msgstr "Beállítás befejezése" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:57 msgid "First" -msgstr "" +msgstr "Első" #: src/components/common/PeriodSelector/index.tsx:42 msgid "First 30 days" -msgstr "" +msgstr "Első 30 nap" #: src/components/common/PeriodSelector/index.tsx:40 msgid "First 7 days" -msgstr "" +msgstr "Első 7 nap" #: src/components/common/PeriodSelector/index.tsx:44 msgid "First 90 days" -msgstr "" +msgstr "Első 90 nap" #: src/components/routes/product-widget/CollectInformation/index.tsx:533 msgid "First attendee" @@ -5187,7 +5187,7 @@ msgstr "Fix összeg" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:145 msgid "Fixed fee" -msgstr "" +msgstr "Fix díj" #: src/components/routes/admin/Configurations/index.tsx:94 #: src/components/routes/admin/Configurations/index.tsx:236 @@ -5204,11 +5204,11 @@ msgstr "A fix díjnak 0 vagy nagyobbnak kell lennie" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash off" -msgstr "" +msgstr "Vaku ki" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash on" -msgstr "" +msgstr "Vaku be" #: src/components/common/ThemeFontControl/index.tsx:65 msgid "Font Family" @@ -5236,7 +5236,7 @@ msgstr "Elfelejtette jelszavát?" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:60 msgid "Fourth" -msgstr "" +msgstr "Negyedik" #: src/components/common/AttendeeTicket/index.tsx:134 #: src/components/common/Currency/index.tsx:88 @@ -5258,7 +5258,7 @@ msgstr "Francia" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 msgid "Fri" -msgstr "" +msgstr "Pén" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -5275,7 +5275,7 @@ msgstr "{0}-tól" #: src/components/forms/ProductForm/ledgerSummaries.ts:46 msgid "From {start}" -msgstr "" +msgstr "{start} időponttól" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:789 msgid "from {start} until {end}" @@ -5287,11 +5287,11 @@ msgstr "{start} kezdettel, {count} alkalom" #: src/components/layouts/AuthLayout/index.tsx:26 msgid "Full data ownership" -msgstr "" +msgstr "Teljes adattulajdon" #: src/components/common/PeriodSelector/index.tsx:46 msgid "Full event" -msgstr "" +msgstr "Teljes esemény" #: src/components/modals/RefundOrderModal/index.tsx:110 msgid "Full refund" @@ -5299,15 +5299,15 @@ msgstr "Teljes visszatérítés" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "future" -msgstr "" +msgstr "jövőbeli" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:352 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:353 msgid "Future dates only" -msgstr "" +msgstr "Csak jövőbeli időpontok" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Future dates will be copied with capacity reset to zero" -msgstr "" +msgstr "A jövőbeli időpontok nulla kapacitással másolódnak" #: src/components/routes/event/TicketDesigner/TicketDesignerPrint.tsx:38 #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:40 @@ -5340,11 +5340,11 @@ msgstr "Útvonal" #: src/components/layouts/OrganizerLayout/index.tsx:82 msgid "Get Paid" -msgstr "" +msgstr "Fizetés fogadása" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:234 msgid "Get paid with Stripe" -msgstr "" +msgstr "Fizetés fogadása Stripe-pal" #: src/components/routes/auth/Register/index.tsx:73 msgid "Get started" @@ -5377,7 +5377,7 @@ msgstr "Vissza" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Go Back" -msgstr "" +msgstr "Vissza" #: src/components/routes/profile/ConfirmEmailChange/index.tsx:23 #: src/components/routes/profile/ConfirmEmailChange/index.tsx:42 @@ -5394,7 +5394,7 @@ msgstr "Ugrás a főoldalra" #: src/components/modals/CreateAttendeeModal/index.tsx:196 msgid "Go to Schedule" -msgstr "" +msgstr "Ugrás az ütemtervhez" #: src/components/common/ThemeColorControls/index.tsx:113 msgid "Good readability" @@ -5438,7 +5438,7 @@ msgstr "Bruttó értékesítés" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:334 msgid "Guest" -msgstr "" +msgstr "Vendég" #: src/components/layouts/Event/index.tsx:130 msgid "Guest Management" @@ -5451,7 +5451,7 @@ msgstr "Résztvevők" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:45 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:159 msgid "Happening now" -msgstr "" +msgstr "Éppen zajlik" #: src/components/routes/admin/DeletionRequests/index.tsx:161 msgid "Hard delete" @@ -5497,7 +5497,7 @@ msgstr "Szia {0} 👋" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:51 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:74 msgid "Hi," -msgstr "" +msgstr "Üdvözöljük," #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:75 msgid "Hi.Events Fee" @@ -5514,7 +5514,7 @@ msgstr "Rejtett" #: src/components/forms/ProductForm/visibilityStatus.ts:50 msgid "Hidden — sales ended {end}." -msgstr "" +msgstr "Rejtve – az értékesítés véget ért: {end}." #: src/components/common/QuestionsTable/index.tsx:112 msgid "Hidden from attendees - only visible to organizers" @@ -5522,11 +5522,11 @@ msgstr "Rejtett a résztvevők elől - csak a szervezők látják" #: src/components/forms/ProductForm/ledgerSummaries.ts:151 msgid "Hidden from everyone" -msgstr "" +msgstr "Mindenki elől rejtve" #: src/components/forms/ProductForm/visibilityStatus.ts:18 msgid "Hidden from everyone — the master hide switch is on." -msgstr "" +msgstr "Mindenki elől rejtve – a fő elrejtő kapcsoló be van kapcsolva." #: src/components/common/ProductsTable/SortableProduct/index.tsx:109 #: src/components/common/ProductsTable/SortableProduct/index.tsx:318 @@ -5552,7 +5552,7 @@ msgstr "Válaszok elrejtése" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "Hide details" -msgstr "" +msgstr "Részletek elrejtése" #: src/components/routes/admin/Announcements/index.tsx:495 msgid "Hide Preview" @@ -5600,7 +5600,7 @@ msgstr "Szint elrejtése a felhasználók elől" #: src/components/forms/ProductForm/ledgerSummaries.ts:61 msgid "Hides sold out" -msgstr "" +msgstr "Elrejti az elfogyottakat" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:91 msgid "Hiding a product will prevent users from seeing it on the event page." @@ -5629,7 +5629,7 @@ msgstr "A kiemelt termékek eltérő háttérszínnel jelennek meg, hogy kiemelk #: src/constants/eventCategories.ts:18 msgid "Hobbies" -msgstr "" +msgstr "Hobbik" #: src/components/routes/event/HomepageDesigner/index.tsx:168 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:173 @@ -5651,10 +5651,10 @@ msgstr "Honlap előnézet" msgid "Homer" msgstr "Homer" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:386 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:410 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:387 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:411 msgid "Hours" -msgstr "" +msgstr "Óra" #: src/components/forms/PromoCodeForm/index.tsx:116 msgid "How is the discount applied?" @@ -5674,7 +5674,7 @@ msgstr "Hányszor használható fel ez a kód?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:449 msgid "How VAT is applied to the platform fees we charge you." -msgstr "" +msgstr "Hogyan számítjuk fel az áfát az általunk kiszámlázott platformdíjakra." #: src/components/common/Editor/index.tsx:90 msgid "HTML character limit exceeded: {htmlLength}/{maxLength}" @@ -5795,11 +5795,11 @@ msgstr "{diffMinutes} perc múlva" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:111 msgid "in last {0} min" -msgstr "" +msgstr "az elmúlt {0} percben" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:472 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 msgid "In person — set a venue" -msgstr "" +msgstr "Személyesen – adjon meg helyszínt" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:132 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:168 @@ -5881,7 +5881,7 @@ msgstr "Instagram" #: src/components/layouts/AuthLayout/index.tsx:14 msgid "Instant Stripe payouts" -msgstr "" +msgstr "Azonnali Stripe-kifizetések" #: src/components/layouts/Event/index.tsx:143 #: src/components/layouts/OrganizerLayout/index.tsx:114 @@ -5890,7 +5890,7 @@ msgstr "Integrációk" #: src/components/forms/CheckInListForm/index.tsx:190 msgid "Internal notes on the attendee's ticket" -msgstr "" +msgstr "Belső megjegyzések a résztvevő jegyén" #: src/components/common/ContactOrganizerModal/index.tsx:35 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:33 @@ -5972,11 +5972,11 @@ msgstr "Számla beállítások" #: src/components/routes/welcome/index.tsx:404 msgid "It happens on more than one date" -msgstr "" +msgstr "Több időpontban is megrendezésre kerül" #: src/components/layouts/ProductWidget/index.tsx:57 msgid "It may have been unpublished or removed. Please check the link and try again." -msgstr "" +msgstr "Elképzelhető, hogy visszavonták a közzétételét vagy törölték. Ellenőrizze a hivatkozást, és próbálja újra." #: src/components/common/LanguageSwitcher/index.tsx:24 msgid "Italian" @@ -5997,7 +5997,7 @@ msgstr "Tételek" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:65 msgid "January" -msgstr "" +msgstr "Január" #: src/components/routes/admin/FailedJobs/index.tsx:163 msgid "Job" @@ -6047,11 +6047,11 @@ msgstr "Csatlakozott" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:71 msgid "July" -msgstr "" +msgstr "Július" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:70 msgid "June" -msgstr "" +msgstr "Június" #: src/components/routes/auth/Login/index.tsx:121 msgid "Just looking for your tickets?" @@ -6059,11 +6059,11 @@ msgstr "Csak a jegyeit keresi?" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:24 msgid "just now" -msgstr "" +msgstr "épp most" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:161 msgid "Just wrapped" -msgstr "" +msgstr "Épp most ért véget" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Keep connection" @@ -6072,7 +6072,7 @@ msgstr "Kapcsolat megtartása" #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Keep editing" -msgstr "" +msgstr "Szerkesztés folytatása" #: src/components/routes/admin/Announcements/index.tsx:390 msgid "Keep it short — banners show a single line. {0}/200" @@ -6084,7 +6084,7 @@ msgstr "Tartsanak naprakészen a {0} híreivel és eseményeivel" #: src/components/layouts/AuthLayout/index.tsx:42 msgid "Keep the profit." -msgstr "" +msgstr "A haszon az Öné marad." #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:63 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:449 @@ -6099,7 +6099,7 @@ msgstr "Címke — pl. Délelőtti alkalom" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:301 msgid "label updates" -msgstr "" +msgstr "címkefrissítések" #: src/components/modals/CreateAttendeeModal/index.tsx:235 #: src/components/modals/ManageAttendeeModal/index.tsx:156 @@ -6109,7 +6109,7 @@ msgstr "Nyelv" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:61 msgid "Last" -msgstr "" +msgstr "Utolsó" #: src/components/common/OrganizerReportTable/index.tsx:60 #: src/components/common/ReportTable/index.tsx:55 @@ -6203,13 +6203,13 @@ msgstr "Utoljára aktiválva" msgid "Last Used" msgstr "Utoljára használva" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:379 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 msgid "Later" -msgstr "" +msgstr "Később" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:152 msgid "Latest check-ins" -msgstr "" +msgstr "Legutóbbi beléptetések" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1098 msgid "Leave “from” as today to start right away." @@ -6221,27 +6221,27 @@ msgstr "Hagyja üresen az alapértelmezett „Számla” szó használatához" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:507 msgid "Leave empty for unlimited" -msgstr "" +msgstr "Hagyja üresen a korlátlan értékhez" #: src/components/forms/CheckInListForm/index.tsx:131 msgid "Leave empty to apply this check-in list to all occurrences" -msgstr "" +msgstr "Hagyja üresen, ha ez a beléptetési lista minden időpontra vonatkozzon" #: src/components/forms/CheckInListForm/index.tsx:106 msgid "Leave on to cover every ticket on the event. Turn off to pick specific tickets." -msgstr "" +msgstr "Hagyja bekapcsolva, hogy az esemény minden jegyére vonatkozzon. Kapcsolja ki, ha konkrét jegyeket szeretne választani." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:300 msgid "Let them know about the change" -msgstr "" +msgstr "Tudassa velük a változást" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:266 msgid "Let them know about the changes" -msgstr "" +msgstr "Tudassa velük a változásokat" #: src/components/layouts/OrganizerLayout/index.tsx:111 msgid "Library" -msgstr "" +msgstr "Könyvtár" #: src/components/common/ThemeColorControls/index.tsx:84 msgid "Light" @@ -6261,7 +6261,7 @@ msgstr "Linkek engedélyezve" #: src/components/routes/event/OccurrencesTab/index.tsx:472 msgid "List" -msgstr "" +msgstr "Lista" #: src/components/common/EventCard/index.tsx:91 #: src/components/layouts/Event/index.tsx:218 @@ -6281,11 +6281,11 @@ msgstr "Élő események" #: src/components/forms/ProductForm/ProductPreview.tsx:72 msgid "Live preview" -msgstr "" +msgstr "Élő előnézet" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:344 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 msgid "Loaded dates" -msgstr "" +msgstr "Betöltött időpontok" #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:33 msgid "Loading preview..." @@ -6340,7 +6340,7 @@ msgstr "Helyszín frissítve" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:302 msgid "location updates" -msgstr "" +msgstr "helyszínfrissítések" #: src/components/routes/organizer/Locations/index.tsx:52 msgid "locations" @@ -6404,7 +6404,7 @@ msgstr "Tegye kötelezővé a számlázási címet a fizetés során" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:114 msgid "Make it visible so people can buy tickets" -msgstr "" +msgstr "Tegye láthatóvá, hogy az emberek jegyet vásárolhassanak" #: src/components/forms/QuestionForm/index.tsx:212 msgid "Make this question mandatory" @@ -6426,7 +6426,7 @@ msgstr "Kezelés" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:97 msgid "Manage {0}" -msgstr "" +msgstr "{0} kezelése" #: src/hooks/useAttendeeActions.tsx:75 msgid "Manage attendee" @@ -6434,7 +6434,7 @@ msgstr "Résztvevő kezelése" #: src/components/routes/event/OccurrencesTab/index.tsx:462 msgid "Manage dates and times for your recurring event" -msgstr "" +msgstr "Kezelje ismétlődő eseményének időpontjait" #: src/components/common/EventCard/index.tsx:146 msgid "Manage event" @@ -6442,7 +6442,7 @@ msgstr "Esemény kezelése" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:393 msgid "Manage on Stripe" -msgstr "" +msgstr "Kezelés a Stripe-ban" #: src/hooks/useOrderActions.tsx:99 msgid "Manage order" @@ -6459,11 +6459,11 @@ msgstr "Profil kezelése" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:114 msgid "Manage schedule" -msgstr "" +msgstr "Ütemterv kezelése" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:78 msgid "Manage Schedule" -msgstr "" +msgstr "Ütemterv kezelése" #: src/components/routes/account/ManageAccount/sections/TaxSettings/index.tsx:17 msgid "Manage taxes and fees which can be applied to your products" @@ -6505,7 +6505,7 @@ msgstr "Résztvevő manuális hozzáadása" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:67 msgid "March" -msgstr "" +msgstr "Március" #: src/hooks/useOrderActions.tsx:128 msgid "Mark as paid" @@ -6513,7 +6513,7 @@ msgstr "Fizetettként jelölés" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:180 msgid "Mark as validated (admin override)" -msgstr "" +msgstr "Megjelölés érvényesítettként (rendszergazdai felülbírálás)" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:177 msgid "Max Messages / 24h" @@ -6533,7 +6533,7 @@ msgstr "Maximum megrendelésenként" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:69 msgid "May" -msgstr "" +msgstr "Május" #: src/components/routes/admin/Attribution/index.tsx:108 msgid "Medium" @@ -6620,7 +6620,7 @@ msgstr "Üzenetküldési szint sikeresen frissítve" #: src/components/forms/ProductForm/ledgerSummaries.ts:115 msgid "Min {min} per order" -msgstr "" +msgstr "Min. {min} megrendelésenként" #: src/components/forms/ProductForm/index.tsx:523 msgid "Minimum Per Order" @@ -6634,10 +6634,10 @@ msgstr "Minimális ár" msgid "minutes" msgstr "perc" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:393 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:417 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:394 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:418 msgid "Minutes" -msgstr "" +msgstr "Perc" #: src/components/routes/event/Settings/index.tsx:84 msgid "Miscellaneous" @@ -6652,13 +6652,13 @@ msgstr "Egyéb beállítások" msgid "Modal" msgstr "Felugró ablak" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:467 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:468 msgid "Mode" -msgstr "" +msgstr "Mód" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 msgid "Mon" -msgstr "" +msgstr "Hét" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -6675,7 +6675,7 @@ msgstr "Sikertelen háttérfeladatok figyelése és kezelése" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:89 msgid "month" -msgstr "" +msgstr "hónap" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:931 msgid "Month" @@ -6684,20 +6684,20 @@ msgstr "Hónap" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:52 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Monthly" -msgstr "" +msgstr "Havonta" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:97 msgid "months" -msgstr "" +msgstr "hónap" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:268 msgid "more" -msgstr "" +msgstr "további" #: src/components/common/EntityActions/index.tsx:98 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:171 msgid "More actions" -msgstr "" +msgstr "További műveletek" #: src/components/routes/admin/Dashboard/index.tsx:294 msgid "Most Viewed Events (Last 14 Days)" @@ -6705,7 +6705,7 @@ msgstr "Legnézettebb események (Elmúlt 14 nap)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Move all dates earlier or later" -msgstr "" +msgstr "Minden időpont előre- vagy hátratolása" #: src/components/forms/QuestionForm/index.tsx:106 msgid "Multi line text box" @@ -6715,11 +6715,11 @@ msgstr "Többsoros szövegdoboz" #: src/components/layouts/EventHomepage/index.tsx:180 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Multiple locations" -msgstr "" +msgstr "Több helyszín" #: src/components/layouts/AuthLayout/index.tsx:27 msgid "Multiple ticket types" -msgstr "" +msgstr "Több jegytípus" #: src/constants/eventCategories.ts:8 msgid "Music" @@ -6800,13 +6800,13 @@ msgstr "Nettó bevétel" msgid "Never" msgstr "Soha" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:432 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 msgid "New capacity" -msgstr "" +msgstr "Új kapacitás" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:451 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 msgid "New label" -msgstr "" +msgstr "Új címke" #: src/components/common/LocationPicker/index.tsx:169 #: src/components/common/LocationPicker/index.tsx:183 @@ -6825,7 +6825,7 @@ msgstr "Új regisztrációk" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:53 msgid "New time:" -msgstr "" +msgstr "Új időpont:" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:429 msgid "Next month" @@ -6833,11 +6833,11 @@ msgstr "Következő hónap" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:162 msgid "Next occurrence" -msgstr "" +msgstr "Következő időpont" #: src/components/common/EventDateRange/index.tsx:61 msgid "Next: {nextFormatted}" -msgstr "" +msgstr "Következő: {nextFormatted}" #: src/constants/eventCategories.ts:4 msgid "Nightlife" @@ -6886,7 +6886,7 @@ msgstr "Nincsenek résztvevők ehhez a megrendeléshez." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:173 msgid "No attendees to show" -msgstr "" +msgstr "Nincs megjeleníthető résztvevő" #: src/components/common/AttendeeTable/index.tsx:346 msgid "No Attendees to show" @@ -6894,7 +6894,7 @@ msgstr "Nincs megjeleníthető résztvevő" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:79 msgid "No attendees yet for this date." -msgstr "" +msgstr "Ehhez az időponthoz még nincs résztvevő." #: src/components/routes/admin/Attribution/index.tsx:121 msgid "No attribution data found" @@ -6902,7 +6902,7 @@ msgstr "Nem található hozzárendelési adat" #: src/components/routes/organizer/Payments/CapabilityList.tsx:69 msgid "No capabilities reported by Stripe yet." -msgstr "" +msgstr "A Stripe még nem jelentett funkciókat." #: src/components/modals/OfferWaitlistModal/index.tsx:193 msgid "No capacity" @@ -6915,7 +6915,7 @@ msgstr "Nincs kapacitás-hozzárendelés" #: src/components/common/KpiGrid/index.tsx:57 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:212 msgid "No change" -msgstr "" +msgstr "Nincs változás" #: src/components/common/CheckInListList/index.tsx:44 #: src/components/common/CheckInListTable/index.tsx:266 @@ -6928,7 +6928,7 @@ msgstr "Nincs elérhető bejelentkezési lista ehhez az eseményhez." #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:155 msgid "No check-ins yet" -msgstr "" +msgstr "Még nincs beléptetés" #: src/components/routes/admin/Configurations/index.tsx:127 msgid "No configurations found" @@ -6936,7 +6936,7 @@ msgstr "Nem találhatók konfigurációk" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:207 msgid "No connections available" -msgstr "" +msgstr "Nincs elérhető kapcsolat" #: src/components/common/ReportTable/index.tsx:233 msgid "No data available" @@ -6953,32 +6953,32 @@ msgstr "Nincs megjeleníthető adat. Kérjük, válasszon dátumtartományt." #: src/components/common/EventCard/index.tsx:221 #: src/components/common/EventCard/index.tsx:318 msgid "No date added" -msgstr "" +msgstr "Nincs hozzáadott időpont" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:668 msgid "No dates available this month. Try navigating to another month." -msgstr "" +msgstr "Ebben a hónapban nincs elérhető időpont. Váltson másik hónapra." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:90 msgid "No dates match the current filters." -msgstr "" +msgstr "Egy időpont sem felel meg a jelenlegi szűrőknek." -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates match your filters" -msgstr "" +msgstr "Egy időpont sem felel meg a szűrőknek" #: src/components/common/OccurrenceSelect/index.tsx:158 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:130 msgid "No dates match your search" -msgstr "" +msgstr "Egy időpont sem felel meg a keresésnek" #: src/components/modals/PublishEventModal/index.tsx:103 msgid "No dates scheduled" msgstr "Nincsenek ütemezett időpontok" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates scheduled yet" -msgstr "" +msgstr "Még nincs ütemezett időpont" #: src/components/routes/admin/DeletionRequests/index.tsx:108 msgid "No deletion requests found" @@ -7026,7 +7026,7 @@ msgstr "Nincs számla" #: src/components/forms/ProductForm/ledgerSummaries.ts:121 msgid "No limits" -msgstr "" +msgstr "Nincs korlát" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:163 #: src/components/modals/WebhookLogsModal/index.tsx:177 @@ -7047,11 +7047,11 @@ msgstr "Nincs megjeleníthető üzenet" #: src/components/modals/CreateAttendeeModal/index.tsx:183 msgid "No occurrences available" -msgstr "" +msgstr "Nincs elérhető időpont" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:134 msgid "No occurrences on this date" -msgstr "" +msgstr "Ezen a napon nincs időpont" #: src/components/common/QuestionsTable/index.tsx:491 msgid "No order questions yet" @@ -7071,7 +7071,7 @@ msgstr "Még nincsenek megrendelések" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:90 msgid "No orders yet for this date." -msgstr "" +msgstr "Ehhez az időponthoz még nincs megrendelés." #: src/components/routes/admin/Dashboard/index.tsx:377 msgid "No organizer activity in the last 14 days" @@ -7079,7 +7079,7 @@ msgstr "Nincs szervezői tevékenység az elmúlt 14 napban" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:179 msgid "No organizer context available." -msgstr "" +msgstr "Nem érhető el szervezői környezet." #: src/components/modals/SwitchOrganizerModal/index.tsx:57 msgid "No other organizers available" @@ -7116,7 +7116,7 @@ msgstr "Nincsenek termékek ebben a kategóriában." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:170 msgid "No products configured for this event." -msgstr "" +msgstr "Ehhez az eseményhez nincs beállított termék." #: src/components/modals/OfferWaitlistModal/index.tsx:140 msgid "No products have waiting entries" @@ -7195,7 +7195,7 @@ msgstr "Nincsenek eladható jegyek" #: src/components/common/EventDateRange/index.tsx:68 msgid "No upcoming dates" -msgstr "" +msgstr "Nincs közelgő időpont" #: src/components/layouts/OrganizerHomepage/index.tsx:299 msgid "No upcoming events" @@ -7229,7 +7229,7 @@ msgstr "Nem, maradok itt" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:293 msgid "non-edited" -msgstr "" +msgstr "nem szerkesztett" #: src/components/common/PromoCodeTable/index.tsx:82 #: src/components/forms/ProductForm/ledgerSummaries.ts:92 @@ -7240,7 +7240,7 @@ msgstr "Egyik sem" #: src/components/forms/ProductForm/ledgerSummaries.ts:29 msgid "None yet" -msgstr "" +msgstr "Még nincs" #: src/components/common/ProductPriceAvailability/index.tsx:38 #: src/components/common/ProductPriceAvailability/index.tsx:68 @@ -7250,7 +7250,7 @@ msgstr "Nem elérhető" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:122 #: src/components/modals/ManageAttendeeModal/index.tsx:138 msgid "Not checked in" -msgstr "" +msgstr "Nincs beléptetve" #: src/components/common/AttendeeTable/index.tsx:304 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -7279,7 +7279,7 @@ msgstr "Értesítési beállítások" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:569 msgid "Notify attendees and stop sales" -msgstr "" +msgstr "Résztvevők értesítése és az értékesítés leállítása" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:76 msgid "Notify organizer of new orders" @@ -7287,11 +7287,11 @@ msgstr "Szervező értesítése új megrendelésekről" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:75 msgid "November" -msgstr "" +msgstr "November" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1087 msgid "Number of dates to create" -msgstr "" +msgstr "Létrehozandó időpontok száma" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:227 msgid "Number of days allowed for payment (leave blank to omit payment terms from invoices)" @@ -7307,38 +7307,38 @@ msgstr "Szám előtag" #: src/components/modals/ManageOrderModal/index.tsx:140 #: src/components/modals/SendMessageModal/index.tsx:357 msgid "Occurrence" -msgstr "" +msgstr "Időpont" #: src/components/forms/WebhookForm/index.tsx:133 msgid "Occurrence Cancelled" -msgstr "" +msgstr "Időpont lemondva" #: src/components/layouts/Event/index.tsx:113 #: src/components/routes/event/OccurrencesTab/index.tsx:463 msgid "Occurrence Schedule" -msgstr "" +msgstr "Időpontok ütemterve" #: src/components/routes/event/Reports/index.tsx:37 #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:102 msgid "Occurrence Summary" -msgstr "" +msgstr "Időpont összegzése" #: src/components/common/OrderDetails/index.tsx:55 #: src/components/modals/ManageOrderModal/index.tsx:140 msgid "Occurrences" -msgstr "" +msgstr "Időpontok" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Occurrences (future only)" -msgstr "" +msgstr "Időpontok (csak jövőbeliek)" #: src/components/modals/CreateEventModal/index.tsx:252 msgid "Occurrences can be configured after creation" -msgstr "" +msgstr "Az időpontok a létrehozás után is beállíthatók" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:74 msgid "October" -msgstr "" +msgstr "Október" #: src/components/common/OrganizerReportTable/index.tsx:356 msgid "of" @@ -7351,7 +7351,7 @@ msgstr "minden hónapban" #: src/components/forms/ProductForm/ledgerSummaries.ts:77 #: src/components/forms/ProductForm/ledgerSummaries.ts:140 msgid "Off" -msgstr "" +msgstr "Ki" #: src/components/common/WaitlistTable/index.tsx:135 #: src/components/modals/OfferWaitlistModal/index.tsx:227 @@ -7422,7 +7422,7 @@ msgstr "ekkor:" #: src/components/forms/ProductForm/ledgerSummaries.ts:74 msgid "On" -msgstr "" +msgstr "Be" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:760 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:768 @@ -7449,7 +7449,7 @@ msgstr "a(z) {position} {day} napján" #: src/components/forms/ProductForm/index.tsx:442 msgid "On the event page" -msgstr "" +msgstr "Az esemény oldalán" #: src/components/common/JoinWaitlistButton/index.tsx:25 msgid "On the waitlist" @@ -7480,23 +7480,23 @@ msgstr "Folyamatban" msgid "Online" msgstr "Online" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 msgid "Online — provide connection details" -msgstr "" +msgstr "Online – adja meg a csatlakozási adatokat" #: src/components/common/EventCard/index.tsx:100 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Online & in-person" -msgstr "" +msgstr "Online és személyesen" #: src/components/layouts/EventHomepage/index.tsx:181 msgid "Online & in-person — see schedule" -msgstr "" +msgstr "Online és személyesen – lásd az ütemtervet" #: src/components/common/AttendeeTicket/index.tsx:127 #: src/components/modals/ManageOccurrenceModal/index.tsx:146 msgid "Online event" -msgstr "" +msgstr "Online esemény" #: src/components/layouts/EventHomepage/index.tsx:404 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:175 @@ -7517,7 +7517,7 @@ msgstr "Már csak {capacity} maradt" #: src/components/forms/ProductForm/ProductDrawer.tsx:130 msgid "Only a name is required — everything else has sensible defaults" -msgstr "" +msgstr "Csak a név kötelező – minden máshoz ésszerű alapértelmezés tartozik" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:74 msgid "Only account administrators can delete or archive events. Contact your account admin for assistance." @@ -7529,7 +7529,7 @@ msgstr "Csak a fiókadminisztrátorok törölhetnek vagy archiválhatnak szervez #: src/components/forms/ProductForm/index.tsx:546 msgid "Only available as an add-on" -msgstr "" +msgstr "Csak kiegészítőként érhető el" #: src/components/routes/admin/Announcements/index.tsx:470 msgid "Only published announcements are shown to users" @@ -7545,11 +7545,11 @@ msgstr "Csak a kezdési dátum és időpont megjelenítése" #: src/components/common/ProductsTable/SortableProduct/index.tsx:335 msgid "Only shown as an add-on to the products it's attached to" -msgstr "" +msgstr "Csak azoknak a termékeknek a kiegészítőjeként jelenik meg, amelyekhez hozzá van rendelve" #: src/components/forms/ProductForm/visibilityStatus.ts:25 msgid "Only shown as an add-on to the products it's attached to." -msgstr "" +msgstr "Csak azoknak a termékeknek a kiegészítőjeként jelenik meg, amelyekhez hozzá van rendelve." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:138 msgid "Only the account owner can request account deletion." @@ -7557,11 +7557,11 @@ msgstr "Csak a fiók tulajdonosa kérheti a fiók törlését." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:513 msgid "Only tickets count toward capacity" -msgstr "" +msgstr "A kapacitásba csak a jegyek számítanak bele" #: src/components/forms/ProductForm/visibilityStatus.ts:32 msgid "Only visible to buyers with an applicable promo code." -msgstr "" +msgstr "Csak a megfelelő promóciós kóddal rendelkező vásárlók számára látható." #: src/components/common/ProductsTable/SortableProduct/index.tsx:319 msgid "Only visible with promo code" @@ -7569,7 +7569,7 @@ msgstr "Csak promóciós kóddal látható" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open check-in" -msgstr "" +msgstr "Beléptetés megnyitása" #: src/components/common/CheckInListList/index.tsx:165 #: src/components/common/CheckInListTable/index.tsx:209 @@ -7579,7 +7579,7 @@ msgstr "Bejelentkezési oldal megnyitása" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open occurrence" -msgstr "" +msgstr "Időpont megnyitása" #: src/components/layouts/AppLayout/index.tsx:31 msgid "Open sidebar" @@ -7621,9 +7621,9 @@ msgstr "Opciók" msgid "or" msgstr "vagy" -#: src/components/routes/event/OccurrencesTab/index.tsx:603 +#: src/components/routes/event/OccurrencesTab/index.tsx:618 msgid "or add a single date" -msgstr "" +msgstr "vagy adjon hozzá egyetlen időpontot" #: src/components/modals/PublishEventModal/index.tsx:81 msgid "Or enable offline payments and disable Stripe" @@ -7631,7 +7631,7 @@ msgstr "Vagy engedélyezd az offline fizetést és tiltsd le a Stripe-ot" #: src/components/routes/event/OccurrencesTab/index.tsx:415 msgid "order" -msgstr "" +msgstr "megrendelés" #: src/components/common/QuestionsTable/index.tsx:295 #: src/components/common/QuestionsTable/index.tsx:448 @@ -7647,7 +7647,7 @@ msgstr "Rendelés és jegy" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:265 msgid "Order #" -msgstr "" +msgstr "Rendelésszám" #: src/components/routes/product-widget/CollectInformation/index.tsx:386 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:375 @@ -7682,7 +7682,7 @@ msgstr "Megrendelés dátuma" #: src/components/forms/CheckInListForm/index.tsx:222 msgid "Order details" -msgstr "" +msgstr "Megrendelés részletei" #: src/components/common/OrdersTable/index.tsx:178 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:613 @@ -7708,7 +7708,7 @@ msgstr "Rendelésszám" #: src/components/forms/ProductForm/index.tsx:517 msgid "Order limits" -msgstr "" +msgstr "Megrendelési korlátok" #: src/hooks/useOrderActions.tsx:50 msgid "Order marked as paid" @@ -7728,7 +7728,7 @@ msgstr "Rendelés nem található" #: src/components/forms/CheckInListForm/index.tsx:224 msgid "Order number, purchase date, purchaser email" -msgstr "" +msgstr "Rendelésszám, vásárlás dátuma, vásárló e-mail-címe" #: src/components/common/MessageList/index.tsx:31 msgid "Order owner" @@ -7790,7 +7790,7 @@ msgstr "Rendelés törölve lett" #: src/components/routes/event/OccurrencesTab/index.tsx:415 #: src/components/routes/event/orders.tsx:197 msgid "orders" -msgstr "" +msgstr "megrendelés" #: src/components/layouts/Admin/index.tsx:17 #: src/components/layouts/Event/index.tsx:125 @@ -7905,7 +7905,7 @@ msgstr "Szervező/alapértelmezett sablon lesz használva" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:202 msgid "Organizers" -msgstr "" +msgstr "Szervezők" #: src/components/modals/EditUserModal/index.tsx:58 #: src/components/modals/InviteUserModal/index.tsx:49 @@ -7927,7 +7927,7 @@ msgstr "Eredmény" #: src/constants/eventCategories.ts:22 msgid "Outdoors" -msgstr "" +msgstr "Szabadtéri" #: src/components/routes/admin/Messages/index.tsx:107 msgid "Outgoing Messages" @@ -7935,19 +7935,19 @@ msgstr "Kimenő üzenetek" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:208 msgid "Override" -msgstr "" +msgstr "Egyedi beállítás" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:133 msgid "Override fees on this organizer" -msgstr "" +msgstr "Egyedi díjak ehhez a szervezőhöz" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:228 msgid "Override price" -msgstr "" +msgstr "Egyedi ár" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:96 msgid "Override removed" -msgstr "" +msgstr "Egyedi beállítás eltávolítva" #: src/components/layouts/Event/index.tsx:100 msgid "Overview" @@ -7988,7 +7988,7 @@ msgstr "fizetett" #: src/components/forms/ProductForm/index.tsx:274 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:431 msgid "Paid" -msgstr "" +msgstr "Fizetve" #: src/components/routes/admin/Attribution/index.tsx:51 msgid "Paid Accounts" @@ -8048,7 +8048,7 @@ msgstr "Múlt" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:317 msgid "Past due" -msgstr "" +msgstr "Lejárt" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Past Events" @@ -8162,7 +8162,7 @@ msgstr "Fizetések nem elérhetők" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:407 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:463 msgid "Payouts" -msgstr "" +msgstr "Kifizetések" #: src/components/routes/admin/DeletionRequests/index.tsx:85 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:437 @@ -8180,7 +8180,7 @@ msgstr "Résztvevőnként" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:117 msgid "per min" -msgstr "" +msgstr "percenként" #: src/components/common/PromoCodeTable/index.tsx:91 msgid "per order" @@ -8216,7 +8216,7 @@ msgstr "Százalékos díj" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:137 msgid "Percentage fee (%)" -msgstr "" +msgstr "Százalékos díj (%)" #: src/components/routes/admin/Configurations/index.tsx:175 msgid "Percentage must be between 0 and 100" @@ -8248,7 +8248,7 @@ msgstr "Véglegesen törölje ezt a szervezőt és az összes eseményét." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:583 msgid "Permanently remove this date" -msgstr "" +msgstr "Időpont végleges eltávolítása" #: src/components/routes/profile/ManageProfile/index.tsx:148 msgid "Personal Information" @@ -8260,15 +8260,15 @@ msgstr "Telefon" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:530 msgid "Pick an end date" -msgstr "" +msgstr "Válasszon befejező dátumot" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:538 msgid "Pick at least one day of the month" -msgstr "" +msgstr "Válasszon legalább egy napot a hónapból" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:527 msgid "Pick at least one day of the week" -msgstr "" +msgstr "Válasszon legalább egy napot a hétből" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:841 msgid "Pick days to see your dates." @@ -8285,7 +8285,7 @@ msgstr "Helyezze ezt a weboldalának részébe." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:269 #: src/components/modals/ManageOrderModal/index.tsx:125 msgid "Placed" -msgstr "" +msgstr "Leadva" #: src/components/common/PoweredByFooter/index.tsx:48 msgid "Planning an event?" @@ -8340,7 +8340,7 @@ msgstr "Kérjük, ellenőrizze e-mail címét az e-mail cím megerősítéséhez #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:76 msgid "Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions." -msgstr "" +msgstr "Ellenőrizze a jegyén a frissített időpontot. A jegyei továbbra is érvényesek – nincs teendője, hacsak az új időpontok nem felelnek meg Önnek. Ha kérdése van, válaszoljon erre az e-mailre." #: src/components/routes/product-widget/SelectProducts/index.tsx:1023 msgid "Please continue in the new tab" @@ -8393,7 +8393,7 @@ msgstr "Kérjük, térjen vissza az esemény oldalára az újrakezdéshez." #: src/components/routes/product-widget/SelectProducts/index.tsx:584 msgid "Please select a date and time" -msgstr "" +msgstr "Válasszon dátumot és időpontot" #: src/components/common/OrganizerReportTable/index.tsx:269 msgid "Please select a date range" @@ -8452,7 +8452,7 @@ msgstr "Portugál" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:967 msgid "Position" -msgstr "" +msgstr "Pozíció" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:97 msgid "Post Checkout message" @@ -8506,7 +8506,7 @@ msgstr "Ár nincs beállítva" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:206 msgid "Price Tier" -msgstr "" +msgstr "Ársáv" #: src/components/forms/ProductForm/index.tsx:356 msgid "Price Tiers" @@ -8514,7 +8514,7 @@ msgstr "Ár szintek" #: src/components/forms/ProductForm/index.tsx:266 msgid "Pricing" -msgstr "" +msgstr "Árazás" #: src/components/common/WidgetEditor/index.tsx:187 msgid "Primary Color" @@ -8604,11 +8604,11 @@ msgstr "Termék értékesítés, bevétel és adó bontás" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:599 msgid "Product settings cannot be edited for cancelled dates." -msgstr "" +msgstr "A termékbeállítások lemondott időpontoknál nem szerkeszthetők." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:160 msgid "Product settings saved successfully" -msgstr "" +msgstr "A termékbeállítások mentve" #: src/components/common/ProductSelector/index.tsx:67 msgid "Product Tier" @@ -8661,7 +8661,7 @@ msgstr "Profil sikeresen frissítve" #: src/components/common/CheckIn/CheckInInfoModal.tsx:47 msgid "Progress" -msgstr "" +msgstr "Állás" #: src/components/routes/product-widget/SelectProducts/index.tsx:500 msgid "Promo {promo_code} code applied" @@ -8682,7 +8682,7 @@ msgstr "Promóciós kód oldal" #: src/components/forms/ProductForm/ledgerSummaries.ts:154 msgid "Promo code required" -msgstr "" +msgstr "Promóciós kód szükséges" #: src/components/routes/event/Reports/index.tsx:32 msgid "Promo code usage and discount breakdown" @@ -8690,11 +8690,11 @@ msgstr "Promóciós kód felhasználás és kedvezmény bontás" #: src/components/routes/event/promo-codes.tsx:55 msgid "promo codes" -msgstr "" +msgstr "promóciós kódok" #: src/components/layouts/AuthLayout/index.tsx:18 msgid "Promo codes" -msgstr "" +msgstr "Promóciós kódok" #: src/components/layouts/Event/index.tsx:126 #: src/components/modals/DuplicateEventModal/index.tsx:52 @@ -8733,11 +8733,11 @@ msgstr "Adjon meg legalább egy címmezőt (helyszín, utca, város vagy ország #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:438 msgid "Provide the following before Stripe's next review to keep payouts flowing." -msgstr "" +msgstr "A kifizetések folyamatossága érdekében adja meg az alábbiakat a Stripe következő ellenőrzése előtt." #: src/components/forms/ProductForm/ledgerSummaries.ts:157 msgid "Public" -msgstr "" +msgstr "Nyilvános" #: src/components/common/StatusToggle/index.tsx:97 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:117 @@ -8754,7 +8754,7 @@ msgstr "Esemény közzététele" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:113 msgid "Publish your event" -msgstr "" +msgstr "Tegye közzé az eseményét" #: src/components/routes/admin/Announcements/index.tsx:183 #: src/components/routes/admin/Announcements/index.tsx:473 @@ -8774,11 +8774,11 @@ msgstr "Megvásárolt" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:275 msgid "Purchaser" -msgstr "" +msgstr "Vásárló" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:283 msgid "Purchaser email" -msgstr "" +msgstr "Vásárló e-mail-címe" #: src/components/modals/ShareModal/index.tsx:168 msgid "QR Code" @@ -8786,7 +8786,7 @@ msgstr "QR kód" #: src/components/layouts/AuthLayout/index.tsx:16 msgid "QR code check-in" -msgstr "" +msgstr "Beléptetés QR-kóddal" #: src/components/modals/OfferWaitlistModal/index.tsx:170 msgid "Qty" @@ -8803,7 +8803,7 @@ msgstr "Elérhető mennyiség" #: src/components/forms/CheckInListForm/index.tsx:205 msgid "Question answers" -msgstr "" +msgstr "Válaszok a kérdésekre" #: src/components/common/QuestionsTable/index.tsx:201 msgid "Question deleted" @@ -8837,7 +8837,7 @@ msgstr "Várakozási sor" #: src/components/forms/PromoCodeForm/index.tsx:145 msgid "Quick Tip" -msgstr "" +msgstr "Gyors tipp" #: src/components/forms/QuestionForm/index.tsx:118 msgid "Radio Option" @@ -8861,7 +8861,7 @@ msgstr "Hely újbóli felajánlása" #: src/components/modals/ManageOccurrenceModal/index.tsx:70 #: src/components/routes/event/OccurrenceDetail/index.tsx:96 msgid "Reactivate this date? It will be reopened for future sales." -msgstr "" +msgstr "Újraaktiválja ezt az időpontot? Újra megnyílik a jövőbeli értékesítés előtt." #: src/components/modals/PublishEventModal/index.tsx:143 msgid "Ready to go live?" @@ -8869,7 +8869,7 @@ msgstr "Készen állsz az élesítésre?" #: src/components/layouts/AuthLayout/index.tsx:19 msgid "Real-time analytics" -msgstr "" +msgstr "Valós idejű elemzések" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:171 msgid "Reason (optional)" @@ -8887,19 +8887,19 @@ msgstr "Legutóbbi fiók regisztrációk" #: src/components/common/PeriodSelector/index.tsx:111 msgid "Recent activity" -msgstr "" +msgstr "Legutóbbi tevékenység" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:59 msgid "Recent Attendees" -msgstr "" +msgstr "Legutóbbi résztvevők" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:106 msgid "Recent check-ins" -msgstr "" +msgstr "Legutóbbi beléptetések" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:309 msgid "Recent orders" -msgstr "" +msgstr "Legutóbbi megrendelések" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:63 msgid "Recent Orders" @@ -8930,12 +8930,12 @@ msgstr "A címzettek a küldés után érhetők el" #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "Recommended" -msgstr "" +msgstr "Ajánlott" #: src/components/common/EventCard/index.tsx:209 #: src/components/common/EventCard/index.tsx:322 msgid "Recurring" -msgstr "" +msgstr "Ismétlődő" #: src/components/layouts/EventHomepage/index.tsx:368 #: src/components/modals/CreateEventModal/index.tsx:240 @@ -8949,7 +8949,7 @@ msgstr "Ismétlődő esemény beállításai" #: src/components/layouts/AuthLayout/index.tsx:13 msgid "Recurring events" -msgstr "" +msgstr "Ismétlődő események" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:80 msgid "Reddit" @@ -8969,13 +8969,13 @@ msgstr "Előnézet frissítése" #: src/components/routes/event/OccurrencesTab/index.tsx:218 msgid "Refund all orders for these dates" -msgstr "" +msgstr "Az ezekhez az időpontokhoz tartozó összes megrendelés visszatérítése" #: src/components/routes/event/OccurrenceDetail/index.tsx:67 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:44 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:334 msgid "Refund all orders for this date" -msgstr "" +msgstr "Az ehhez az időponthoz tartozó összes megrendelés visszatérítése" #: src/components/modals/RefundOrderModal/index.tsx:108 msgid "Refund amount" @@ -9046,7 +9046,7 @@ msgstr "Regisztrációs kérdések" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:142 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:94 msgid "Remaining" -msgstr "" +msgstr "Hátralévő" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:82 msgid "Remaining Uses" @@ -9064,9 +9064,9 @@ msgstr "eltávolítás" msgid "Remove" msgstr "Eltávolítás" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:458 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:459 msgid "Remove label from all dates" -msgstr "" +msgstr "Címke eltávolítása minden időpontról" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:67 msgid "Remove sold out dates and times from the event page entirely. When disabled, they remain visible and are labelled as sold out." @@ -9078,11 +9078,11 @@ msgstr "Időpont eltávolítása" #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:60 msgid "Reopen for new sales" -msgstr "" +msgstr "Újranyitás értékesítésre" #: src/components/routes/event/OccurrencesTab/index.tsx:194 msgid "Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed." -msgstr "" +msgstr "Újranyitja ezt az időpontot az értékesítés előtt? A korábban lemondott jegyek nem állnak vissza – az érintett résztvevők lemondva maradnak, a már kifizetett visszatérítések pedig nem fordulnak vissza." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:885 msgid "Repeats" @@ -9183,7 +9183,7 @@ msgstr "Jelszó visszaállítása" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:238 msgid "Reset to base price" -msgstr "" +msgstr "Visszaállítás alapárra" #: src/components/routes/auth/ResetPassword/index.tsx:75 msgid "Resetting..." @@ -9226,7 +9226,7 @@ msgstr "Állítsa vissza ezt a szervezőt, és tegye ismét aktívvá." #: src/components/common/ToolBar/index.tsx:47 msgid "results" -msgstr "" +msgstr "találat" #: src/components/routes/admin/FailedJobs/index.tsx:199 msgid "Retry" @@ -9259,11 +9259,11 @@ msgstr "Újrafelhasználható helyszínek az eseményeihez. Az automatikus kieg #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:218 msgid "Reuse" -msgstr "" +msgstr "Újrahasználat" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:198 msgid "Reuse a Stripe connection from another organizer in this account." -msgstr "" +msgstr "Használjon újra egy Stripe-kapcsolatot a fiók egy másik szervezőjétől." #: src/components/common/AffiliateTable/index.tsx:157 #: src/components/common/EventCard/index.tsx:255 @@ -9316,7 +9316,7 @@ msgstr "Értékesítési időszak" #: src/components/forms/ProductForm/index.tsx:420 msgid "Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page." -msgstr "" +msgstr "Az értékesítési időszak az ütemterv összes időpontjára vonatkozik. Az egyes időpontok árának és elérhetőségének szabályozásához használja az <0>Időpontok ütemterve oldal egyedi beállításait." #: src/components/forms/ProductForm/index.tsx:427 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:80 @@ -9329,7 +9329,7 @@ msgstr "Értékesítés kezdete {0}" #: src/components/forms/ProductForm/index.tsx:413 msgid "Sale window" -msgstr "" +msgstr "Értékesítési időszak" #: src/components/common/AffiliateTable/index.tsx:145 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:143 @@ -9352,7 +9352,7 @@ msgstr "Értékesítés kezdete" #: src/components/routes/event/Reports/index.tsx:38 msgid "Sales, attendance, and check-in breakdown per occurrence" -msgstr "" +msgstr "Értékesítés, látogatottság és beléptetés időpontonkénti bontásban" #: src/components/routes/organizer/Reports/index.tsx:24 msgid "Sales, orders, and performance metrics for all events" @@ -9364,7 +9364,7 @@ msgstr "Értékesítések:" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:471 msgid "Same as event" -msgstr "" +msgstr "Ugyanaz, mint az eseménynél" #: src/components/common/PlatformFeesSettings/index.tsx:175 msgid "Sample ticket price" @@ -9377,7 +9377,7 @@ msgstr "Minta helyszín" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 msgid "Sat" -msgstr "" +msgstr "Szo" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -9421,7 +9421,7 @@ msgstr "Változások mentése" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:160 msgid "Save fee override" -msgstr "" +msgstr "Egyedi díj mentése" #: src/components/modals/EditOrganizerModal/index.tsx:70 msgid "Save Organizer" @@ -9449,7 +9449,7 @@ msgstr "Jegytervezés mentése" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:202 msgid "Save VAT settings" -msgstr "" +msgstr "Áfabeállítások mentése" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:239 msgid "Save VAT Settings" @@ -9465,7 +9465,7 @@ msgstr "Mentett helyszínek" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:153 msgid "Saving an override creates a dedicated configuration for this organizer if it's currently on the system default." -msgstr "" +msgstr "Egyedi beállítás mentésekor külön konfiguráció jön létre ehhez a szervezőhöz, ha jelenleg a rendszer alapértelmezettjét használja." #: src/components/layouts/CheckIn/BottomNav.tsx:15 msgid "Scan" @@ -9473,32 +9473,32 @@ msgstr "Beolvasás" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:58 msgid "Scan a ticket to check in an attendee" -msgstr "" +msgstr "Olvasson be egy jegyet a résztvevő beléptetéséhez" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:109 msgid "Scanned tickets will appear here" -msgstr "" +msgstr "A beolvasott jegyek itt jelennek meg" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:71 msgid "Scanner mode" -msgstr "" +msgstr "Olvasó mód" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:73 msgid "Schedule" -msgstr "" +msgstr "Ütemterv" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:105 msgid "Schedule added" -msgstr "" +msgstr "Ütemterv hozzáadva" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:697 #: src/hooks/useOccurrenceGenerationPolling.ts:36 msgid "Schedule created successfully" -msgstr "" +msgstr "Az ütemterv létrehozva" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1078 msgid "Schedule ends on" -msgstr "" +msgstr "Az ütemterv vége" #: src/components/modals/SendMessageModal/index.tsx:472 msgid "Schedule for later" @@ -9514,7 +9514,7 @@ msgstr "Ütemezés előnézete" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1069 msgid "Schedule starts on" -msgstr "" +msgstr "Az ütemterv kezdete" #: src/components/common/ProductsTable/SortableProduct/index.tsx:92 #: src/components/routes/admin/Messages/index.tsx:125 @@ -9532,7 +9532,7 @@ msgstr "Ütemezett időpont" #: src/components/layouts/CheckIn/BottomNav.tsx:16 msgid "Search" -msgstr "" +msgstr "Keresés" #: src/components/routes/event/Affiliates/index.tsx:70 msgid "Search affiliates..." @@ -9540,7 +9540,7 @@ msgstr "Partnerek keresése..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:94 msgid "Search attendees" -msgstr "" +msgstr "Résztvevők keresése" #: src/components/routes/admin/Accounts/index.tsx:60 #: src/components/routes/admin/DeletionRequests/index.tsx:93 @@ -9586,7 +9586,7 @@ msgstr "Keresés név, e-mail vagy rendelési szám alapján..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:93 msgid "Search by name, order #, ticket # or email" -msgstr "" +msgstr "Keresés név, rendelésszám, jegyszám vagy e-mail alapján" #: src/components/routes/event/promo-codes.tsx:38 msgid "Search by name..." @@ -9614,15 +9614,15 @@ msgstr "Bejelentkezési listák keresése..." #: src/components/common/OccurrenceSelect/index.tsx:117 msgid "Search dates..." -msgstr "" +msgstr "Időpontok keresése..." #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:88 msgid "Search dates…" -msgstr "" +msgstr "Időpontok keresése…" #: src/components/common/AddressAutocomplete/index.tsx:86 msgid "Search for an address" -msgstr "" +msgstr "Cím keresése" #: src/components/routes/event/messages.tsx:243 msgid "Search messages..." @@ -9650,11 +9650,11 @@ msgstr "Keresés..." #: src/constants/eventCategories.ts:6 msgid "Seasonal" -msgstr "" +msgstr "Szezonális" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:58 msgid "Second" -msgstr "" +msgstr "Második" #: src/components/common/WidgetEditor/index.tsx:199 msgid "Secondary Color" @@ -9670,11 +9670,11 @@ msgstr "Biztonságos pénztár" #: src/components/layouts/EventHomepage/index.tsx:431 msgid "See schedule" -msgstr "" +msgstr "Ütemterv megtekintése" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "See what Stripe still needs" -msgstr "" +msgstr "Nézze meg, mire van még szüksége a Stripe-nak" #: src/components/routes/admin/Announcements/index.tsx:161 msgid "Seen" @@ -9692,11 +9692,11 @@ msgstr "Válasszon egy kategóriát" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:717 msgid "Select a Date & Time" -msgstr "" +msgstr "Válasszon dátumot és időpontot" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:215 msgid "Select a date to see available times" -msgstr "" +msgstr "Válasszon dátumot az elérhető időpontok megtekintéséhez" #: src/components/routes/event/messages.tsx:341 msgid "Select a message to view its contents" @@ -9712,7 +9712,7 @@ msgstr "Fiók kiválasztása" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:126 msgid "Select all" -msgstr "" +msgstr "Összes kijelölése" #: src/components/modals/DuplicateEventModal/index.tsx:143 msgid "Select All" @@ -9720,7 +9720,7 @@ msgstr "Összes kiválasztása" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:156 msgid "Select all on {0}" -msgstr "" +msgstr "Összes kijelölése ekkor: {0}" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:119 msgid "Select an event" @@ -9740,7 +9740,7 @@ msgstr "Résztvevő csoport kiválasztása" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:157 msgid "Select camera" -msgstr "" +msgstr "Kamera kiválasztása" #: src/components/forms/ProductForm/index.tsx:255 msgid "Select category..." @@ -9752,7 +9752,7 @@ msgstr "Pénznem kiválasztása" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:178 msgid "Select date" -msgstr "" +msgstr "Dátum kiválasztása" #: src/components/modals/CreateEventModal/index.tsx:283 msgid "Select end date and time" @@ -9773,7 +9773,7 @@ msgstr "Eseménytípusok kiválasztása" #: src/components/common/OccurrenceSelect/index.tsx:106 #: src/components/modals/CreateAttendeeModal/index.tsx:254 msgid "Select occurrence" -msgstr "" +msgstr "Időpont kiválasztása" #: src/components/modals/CreateEventModal/index.tsx:159 msgid "Select organizer" @@ -9795,7 +9795,7 @@ msgstr "Termékek kiválasztása" #: src/components/forms/ProductForm/index.tsx:553 msgid "Select products..." -msgstr "" +msgstr "Termékek kiválasztása..." #: src/components/modals/CreateEventModal/index.tsx:263 msgid "Select start date and time" @@ -9846,7 +9846,7 @@ msgstr "Válasszon..." #: src/components/routes/event/OccurrencesTab/index.tsx:497 msgid "selected" -msgstr "" +msgstr "kijelölve" #: src/components/common/PlatformFeesSettings/index.tsx:208 #: src/components/common/PlatformFeesSettings/index.tsx:231 @@ -9856,11 +9856,11 @@ msgstr "Kiválasztva" #: src/components/layouts/AuthLayout/index.tsx:41 msgid "Sell out your event." -msgstr "" +msgstr "Teljen meg az eseménye." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:516 msgid "Selling a physical product? Cap its quantity on the <0>products page instead." -msgstr "" +msgstr "Fizikai terméket árul? Inkább a <0>termékek oldalon korlátozza a mennyiségét." #: src/components/forms/ProductForm/index.tsx:587 msgid "Selling fast 🔥" @@ -9918,7 +9918,7 @@ msgstr "Teszt küldése" #: src/components/modals/SendMessageModal/index.tsx:358 msgid "Send to all occurrences, or choose a specific one" -msgstr "" +msgstr "Küldés minden időpontra, vagy válasszon egy konkrétat" #: src/components/routes/event/messages.tsx:335 msgid "Send your first message" @@ -9939,7 +9939,7 @@ msgstr "Küldte" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:218 msgid "Sent to attendees when a scheduled date is cancelled" -msgstr "" +msgstr "Elküldjük a résztvevőknek, ha egy ütemezett időpontot lemondanak" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:216 msgid "Sent to customers when they place an order" @@ -9976,7 +9976,7 @@ msgstr "Keresőoptimalizálási cím" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:73 msgid "September" -msgstr "" +msgstr "Szeptember" #: src/components/forms/TaxAndFeeForm/index.tsx:62 msgid "Service Fee" @@ -9984,7 +9984,7 @@ msgstr "Szolgáltatási díj" #: src/components/layouts/CheckIn/index.tsx:498 msgid "Session cancelled" -msgstr "" +msgstr "Alkalom lemondva" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:807 msgid "sessions · {dateCount} dates × {timesPerDay} times" @@ -10000,27 +10000,27 @@ msgstr "Alapértelmezett beállítások megadása az e szervező alatt létrehoz #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Set how long each date lasts" -msgstr "" +msgstr "Állítsa be, meddig tart egy-egy időpont" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Set or clear the date label" -msgstr "" +msgstr "Az időpont címkéjének beállítása vagy törlése" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:406 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:407 msgid "Set the end time of each date to be this long after its start time." -msgstr "" +msgstr "Állítsa be minden időpont záró idejét ennyivel a kezdés utánra." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:217 msgid "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." msgstr "Állítsa be a számlaszámozás kezdő számát. Ez nem módosítható, amint a számlák elkészültek." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:440 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:441 msgid "Set to unlimited (remove limit)" -msgstr "" +msgstr "Beállítás korlátlanra (korlát eltávolítása)" -#: src/components/routes/event/OccurrencesTab/index.tsx:585 +#: src/components/routes/event/OccurrencesTab/index.tsx:600 msgid "Set up a recurring schedule to automatically create dates, or add them one at a time." -msgstr "" +msgstr "Állítson be ismétlődő ütemtervet az időpontok automatikus létrehozásához, vagy adja hozzá őket egyesével." #: src/components/routes/event/CheckInLists/index.tsx:35 msgid "Set up check-in lists for different entrances, sessions, or days." @@ -10029,20 +10029,20 @@ msgstr "Bejelentkezési listák beállítása különböző bejáratokhoz, munka #: src/components/layouts/OrganizerLayout/index.tsx:85 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:126 msgid "Set up payouts" -msgstr "" +msgstr "Kifizetések beállítása" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 msgid "Set up schedule" -msgstr "" +msgstr "Ütemterv beállítása" -#: src/components/routes/event/OccurrencesTab/index.tsx:535 -#: src/components/routes/event/OccurrencesTab/index.tsx:596 +#: src/components/routes/event/OccurrencesTab/index.tsx:550 +#: src/components/routes/event/OccurrencesTab/index.tsx:611 msgid "Set Up Schedule" -msgstr "" +msgstr "Ütemterv beállítása" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:92 msgid "Set up the tickets you'll sell and their prices" -msgstr "" +msgstr "Állítsa be az eladni kívánt jegyeket és azok árát" #: src/components/routes/welcome/index.tsx:43 msgid "Set up your organization" @@ -10055,11 +10055,11 @@ msgstr "Állítsa be az ütemezést" #: src/components/routes/welcome/index.tsx:415 msgid "Set up your schedule in the next steps" -msgstr "" +msgstr "Az ütemtervet a következő lépésekben állíthatja be" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Set, change, or remove the date's location or online details" -msgstr "" +msgstr "Az időpont helyszínének vagy online adatainak beállítása, módosítása vagy törlése" #: src/components/common/QuestionsTable/index.tsx:374 msgid "Setting updated" @@ -10076,7 +10076,7 @@ msgstr "Beállítás és tervezés" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:242 msgid "Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event." -msgstr "" +msgstr "A beállítás mindössze pár percet vesz igénybe – nincs szükség meglévő Stripe-fiókra. A Stripe kezeli a kártyákat, a digitális tárcákat, a helyi fizetési módokat és a csalásvédelmet, így Ön az eseményére koncentrálhat." #: src/components/common/ShareIcon/index.tsx:30 #: src/components/layouts/EventHomepage/index.tsx:342 @@ -10111,15 +10111,15 @@ msgstr "Megosztott kapacitás kezelés" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Shift times" -msgstr "" +msgstr "Időpontok eltolása" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:211 msgid "Shifted times for {count} date(s)" -msgstr "" +msgstr "Az időpontok eltolva {count} időpontnál" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:532 msgid "Show" -msgstr "" +msgstr "Megjelenítés" #: src/components/common/AdvancedOptions/index.tsx:28 msgid "Show advanced options" @@ -10131,7 +10131,7 @@ msgstr "Összes platform megjelenítése (további {0} értékkel)" #: src/components/forms/CheckInListForm/index.tsx:196 msgid "Show attendee notes to non-logged-in staff" -msgstr "" +msgstr "Résztvevői megjegyzések mutatása a be nem jelentkezett személyzetnek" #: src/components/forms/ProductForm/index.tsx:449 msgid "Show available product quantity" @@ -10163,19 +10163,19 @@ msgstr "Több platform megjelenítése" #: src/components/forms/CheckInListForm/index.tsx:230 msgid "Show order details to non-logged-in staff" -msgstr "" +msgstr "Megrendelési adatok mutatása a be nem jelentkezett személyzetnek" #: src/components/forms/CheckInListForm/index.tsx:213 msgid "Show question answers to non-logged-in staff" -msgstr "" +msgstr "Kérdésekre adott válaszok mutatása a be nem jelentkezett személyzetnek" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:59 msgid "Show remaining capacity on event dates" -msgstr "" +msgstr "Hátralévő kapacitás mutatása az esemény időpontjainál" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:525 msgid "Show remaining capacity to buyers" -msgstr "" +msgstr "Hátralévő kapacitás mutatása a vásárlóknak" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:61 msgid "Show tax and fees separately" @@ -10185,18 +10185,18 @@ msgstr "Adó és díjak külön megjelenítése" msgid "Showing {0} of {totalRows} records" msgstr "{0} / {totalRows} rekord megjelenítése" -#: src/components/routes/event/OccurrencesTab/index.tsx:624 +#: src/components/routes/event/OccurrencesTab/index.tsx:639 msgid "Showing {0}–{1} of {2}" -msgstr "" +msgstr "{0}–{1} megjelenítve a következőből: {2}" #: src/components/common/OccurrenceSelect/index.tsx:163 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:135 msgid "Showing {MAX_VISIBLE} of {totalAvailable} dates. Type to search." -msgstr "" +msgstr "{totalAvailable} időpontból {MAX_VISIBLE} látható. Gépeljen a kereséshez." #: src/components/modals/SendMessageModal/index.tsx:349 msgid "Showing the first {0} — the remaining {1} session(s) will still be targeted when the message is sent." -msgstr "" +msgstr "Az első {0} látható – a fennmaradó {1} alkalom is célzott lesz az üzenet elküldésekor." #: src/components/routes/admin/Announcements/index.tsx:410 msgid "Shown bouncing at the top of the modal" @@ -10204,7 +10204,7 @@ msgstr "Pattogva jelenik meg a felugró ablak tetején" #: src/components/forms/CheckInListForm/index.tsx:145 msgid "Shown to staff the first time they open the check-in page." -msgstr "" +msgstr "Akkor jelenik meg a személyzetnek, amikor először nyitják meg a beléptetési oldalt." #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:102 msgid "Shown to the customer after they checkout, on the order summary page." @@ -10220,7 +10220,7 @@ msgstr "Gyakori címmezőket mutat, beleértve az országot is." #: src/components/forms/ProductForm/ledgerSummaries.ts:60 msgid "Shows remaining" -msgstr "" +msgstr "Mutatja a hátralévőt" #: src/components/routes/admin/Dashboard/index.tsx:402 msgid "Signed Up" @@ -10233,15 +10233,15 @@ msgstr "Simpson" #: src/components/modals/CreateEventModal/index.tsx:231 msgid "Single Event" -msgstr "" +msgstr "Egyszeri esemény" #: src/components/forms/QuestionForm/index.tsx:100 msgid "Single line text box" msgstr "Egysoros szövegmező" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:356 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:357 msgid "Skip manually edited dates" -msgstr "" +msgstr "Kézzel szerkesztett időpontok kihagyása" #: src/components/routes/welcome/index.tsx:559 msgid "Skip this step" @@ -10280,7 +10280,7 @@ msgstr "Eladva" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:579 msgid "sold out" -msgstr "" +msgstr "elfogyott" #: src/components/common/EventCard/index.tsx:125 #: src/components/common/EventDateRange/index.tsx:65 @@ -10307,7 +10307,7 @@ msgstr "Elfogyott, várólista elérhető" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:293 msgid "Some details are hidden from public access. Log in to view everything." -msgstr "" +msgstr "Egyes adatok nem nyilvánosak. Jelentkezzen be, hogy mindent lásson." #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -10318,7 +10318,7 @@ msgstr "Valami hiba történt" #: src/components/common/ImageUploadDropzone/index.tsx:130 msgid "Something went wrong while deleting the image. Please try again." -msgstr "" +msgstr "Hiba történt a kép törlésekor. Próbálja újra." #: src/components/common/TaxAndFeeList/index.tsx:41 msgid "Something went wrong while deleting the Tax or Fee" @@ -10374,11 +10374,11 @@ msgstr "Adott felhasználók" #: src/constants/eventCategories.ts:21 msgid "Spirituality" -msgstr "" +msgstr "Spiritualitás" #: src/components/forms/CheckInListForm/index.tsx:90 msgid "Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end." -msgstr "" +msgstr "Ossza fel a beléptetést napok, területek vagy jegytípusok szerint. Ossza meg a hivatkozást a személyzettel – nekik nem kell fiók." #: src/constants/eventCategories.ts:9 msgid "Sports" @@ -10386,11 +10386,11 @@ msgstr "Sport" #: src/components/common/CheckIn/CheckInInfoModal.tsx:84 msgid "Staff instructions" -msgstr "" +msgstr "Utasítások a személyzetnek" #: src/components/modals/SelectCheckInListModal/index.tsx:48 msgid "Start check-in" -msgstr "" +msgstr "Beléptetés indítása" #: src/components/common/AdminEventsTable/index.tsx:96 #: src/components/modals/DuplicateEventModal/index.tsx:128 @@ -10418,31 +10418,31 @@ msgstr "Kezdés időpontja" #: src/components/common/AddressAutocomplete/index.tsx:87 msgid "Start typing a venue or address..." -msgstr "" +msgstr "Kezdjen el beírni egy helyszínt vagy címet..." #: src/components/forms/ProductForm/ledgerSummaries.ts:62 msgid "Starts collapsed" -msgstr "" +msgstr "Összecsukva indul" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts in {diffDays} days" -msgstr "" +msgstr "{diffDays} nap múlva kezdődik" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:76 msgid "Starts in {diffMinutes} min" -msgstr "" +msgstr "{diffMinutes} perc múlva kezdődik" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:86 msgid "Starts in {h}h {m}m" -msgstr "" +msgstr "{h} óra {m} perc múlva kezdődik" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:70 msgid "Starts in {seconds}s" -msgstr "" +msgstr "{seconds} másodperc múlva kezdődik" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts tomorrow" -msgstr "" +msgstr "Holnap kezdődik" #: src/components/common/CheckoutQuestion/index.tsx:165 #: src/components/common/LocationPicker/index.tsx:254 @@ -10462,7 +10462,7 @@ msgstr "A statisztikák a fiók létrehozásának dátumán alapulnak" #: src/components/layouts/CheckIn/BottomNav.tsx:17 msgid "Stats" -msgstr "" +msgstr "Statisztika" #: src/components/common/AdminEventsTable/index.tsx:111 #: src/components/common/AdminOrdersTable/index.tsx:85 @@ -10497,7 +10497,7 @@ msgstr "Állapot" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:323 msgid "Still needed" -msgstr "" +msgstr "Még szükséges" #: src/components/common/ImpersonationBanner/index.tsx:53 msgid "Stop Impersonating" @@ -10515,7 +10515,7 @@ msgstr "Stripe-fiók leválasztva." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:350 msgid "Stripe connected" -msgstr "" +msgstr "Stripe összekapcsolva" #: src/components/routes/admin/Attribution/index.tsx:135 msgid "Stripe Connected" @@ -10523,11 +10523,11 @@ msgstr "Stripe csatlakoztatva" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:163 msgid "Stripe connection copied from {0}." -msgstr "" +msgstr "Stripe-kapcsolat átmásolva innen: {0}." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:84 msgid "Stripe didn't return a setup link. Please try again." -msgstr "" +msgstr "A Stripe nem adott vissza beállítási hivatkozást. Próbálja újra." #: src/components/routes/admin/Messages/index.tsx:73 msgid "Stripe Not Connected" @@ -10543,11 +10543,11 @@ msgstr "A Stripe fizetések nincsenek engedélyezve ehhez az eseményhez." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:434 msgid "Stripe will need a few more details soon" -msgstr "" +msgstr "A Stripe-nak hamarosan még néhány adatra lesz szüksége" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:283 msgid "Stripe will walk you through a few quick questions to finish setup." -msgstr "" +msgstr "A Stripe néhány gyors kérdéssel végigvezeti a beállítás befejezésén." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:131 #: src/components/modals/SendMessageModal/index.tsx:438 @@ -10752,7 +10752,7 @@ msgstr "Nyári Zenei Fesztivál 2025" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 msgid "Sun" -msgstr "" +msgstr "Vas" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -10782,7 +10782,7 @@ msgstr "Póló" #: src/components/forms/ProductForm/index.tsx:214 msgid "T-shirts, mugs and more" -msgstr "" +msgstr "Pólók, bögrék és még sok más" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:960 msgid "Tap dates like a calendar." @@ -10790,7 +10790,7 @@ msgstr "Koppintson a napokra, mint egy naptárban." #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:59 msgid "Tap this screen to resume scanning" -msgstr "" +msgstr "Koppintson a képernyőre a beolvasás folytatásához" #: src/components/routes/admin/Announcements/AnnouncementTargetPicker.tsx:93 msgid "Target accounts" @@ -10802,7 +10802,7 @@ msgstr "Célfelhasználók" #: src/components/modals/SendMessageModal/index.tsx:335 msgid "Targeting attendees across {0} selected sessions." -msgstr "" +msgstr "{0} kiválasztott alkalom résztvevőit célozza." #: src/components/common/AdminOrdersTable/index.tsx:84 #: src/components/common/OrdersTable/index.tsx:269 @@ -10856,7 +10856,7 @@ msgstr "Adók" #: src/components/forms/ProductForm/index.tsx:477 msgid "Taxes & fees" -msgstr "" +msgstr "Adók és díjak" #: src/components/common/ProductsTable/SortableProduct/index.tsx:151 msgid "Taxes & fees applied" @@ -10868,7 +10868,7 @@ msgstr "Adók és díjak" #: src/components/layouts/AuthLayout/index.tsx:23 msgid "Team collaboration" -msgstr "" +msgstr "Csapatmunka" #: src/constants/eventCategories.ts:27 msgid "Tech" @@ -10892,11 +10892,11 @@ msgstr "Meséljen nekünk a szervezetéről. Ez az információ megjelenik az es #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1151 msgid "Tell us how often your event repeats and we'll create all the dates for you." -msgstr "" +msgstr "Mondja el, milyen gyakran ismétlődik az eseménye, és mi létrehozzuk az összes időpontot." #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:37 msgid "Tell us your VAT registration status so we apply the correct VAT treatment to platform fees." -msgstr "" +msgstr "Adja meg az áfaregisztrációs státuszát, hogy a platformdíjakra a megfelelő áfakezelést alkalmazzuk." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:194 msgid "Template Active" @@ -10930,7 +10930,7 @@ msgstr "Köszönjük, hogy részt vett!" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:55 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:77 msgid "Thanks," -msgstr "" +msgstr "Köszönjük," #: src/components/routes/product-widget/SelectProducts/index.tsx:292 #: src/components/routes/product-widget/SelectProducts/index.tsx:538 @@ -10943,7 +10943,7 @@ msgstr "Ez {totalOccurrences} alkalom — a maximum {max}. Rövidítse az idősz #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:54 msgid "That's a wrap" -msgstr "" +msgstr "Ennyi volt" #: src/components/common/ThemeColorControls/index.tsx:62 msgid "The background color of the page. When using cover image, this is applied as an overlay." @@ -11019,7 +11019,7 @@ msgstr "A keresett szervező nem található. Lehet, hogy az oldalt áthelyezté #: src/components/modals/CreateAttendeeModal/index.tsx:277 msgid "The override is recorded in the order audit log." -msgstr "" +msgstr "A felülbírálás bekerül a megrendelés naplójába." #: src/components/common/ErrorDisplay/index.tsx:18 msgid "The page you are looking for does not exist" @@ -11055,7 +11055,7 @@ msgstr "Az ütemezett időpontnak a jövőben kell lennie" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:52 msgid "The session for \"{title}\" originally scheduled for {0} has been rescheduled." -msgstr "" +msgstr "A(z) „{title}” eredetileg {0} időpontra tervezett alkalmát áthelyeztük." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:155 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:186 @@ -11090,7 +11090,7 @@ msgstr "Téma és színek" #: src/components/routes/product-widget/SelectProducts/index.tsx:965 msgid "There are no products available for this date. Please choose another date." -msgstr "" +msgstr "Ehhez az időponthoz nincs elérhető termék. Válasszon másik időpontot." #: src/components/routes/product-widget/SelectProducts/index.tsx:639 msgid "There are no products available for this event" @@ -11102,7 +11102,7 @@ msgstr "Nincsenek elérhető termékek ebben a kategóriában." #: src/components/routes/product-widget/SelectProducts/index.tsx:636 msgid "There are no upcoming dates for this event" -msgstr "" +msgstr "Ehhez az eseményhez nincs közelgő időpont" #: src/components/modals/RefundOrderModal/index.tsx:175 msgid "There is a refund pending. Please wait for it to complete before requesting another refund." @@ -11122,15 +11122,15 @@ msgstr "Hiba történt az üzenet küldésekor." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:493 msgid "These details are shown on the attendee's ticket and order summary for this date only." -msgstr "" +msgstr "Ezek az adatok csak ennél az időpontnál jelennek meg a résztvevő jegyén és a megrendelés összegzésében." #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:168 msgid "These details will only be shown if the order is completed successfully." msgstr "Ezek az adatok csak a rendelés sikeres teljesítése után jelennek meg." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:491 msgid "These details will replace any existing location on the affected dates and show on attendee tickets." -msgstr "" +msgstr "Ezek az adatok felülírják az érintett időpontok meglévő helyszínét, és megjelennek a résztvevők jegyén." #: src/components/forms/ProductForm/index.tsx:359 msgid "These prices apply across all dates in your schedule, and tier quantities limit total sales across all dates combined. Sale dates on tiers apply globally. You can override prices for individual dates on the <0>Occurrence Schedule page." @@ -11150,7 +11150,7 @@ msgstr "Ezek a sablonok csak ennél az eseménynél írják felül a szervező a #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:59 msgid "Third" -msgstr "" +msgstr "Harmadik" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:131 msgid "This account has no completed orders, so all of its data will be permanently deleted." @@ -11166,7 +11166,7 @@ msgstr "Ez a fiók törlésre kerül ekkor: <0>{scheduledDate}" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:259 msgid "This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes." -msgstr "" +msgstr "Ez az esemény minden egyező időpontjára vonatkozik, azokra is, amelyek most nem láthatók. Az ezekre az időpontokra regisztrált résztvevők a frissítés befejezése után elérhetők lesznek az üzenetszerkesztőben." #: src/components/common/CheckIn/CheckInOptionsModal.tsx:33 msgid "This attendee has an unpaid order." @@ -11202,7 +11202,7 @@ msgstr "Ez a bejelentkezési lista még nem aktív, és nem használható bejele #: src/components/layouts/CheckIn/index.tsx:503 msgid "This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins." -msgstr "" +msgstr "Ez a beléptetési lista egy lemondott alkalomhoz tartozik, ezért már nem használható beléptetésre." #: src/components/forms/AffiliateForm/index.tsx:41 msgid "This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed." @@ -11216,27 +11216,27 @@ msgstr "Ez a színkombináció nehezen olvasható lehet egyes felhasználók sz #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:40 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:330 msgid "This date has {orderCount} order(s) that will be affected." -msgstr "" +msgstr "Ehhez az időponthoz {orderCount} érintett megrendelés tartozik." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:423 msgid "This date has been cancelled. You can still delete it to remove it permanently." -msgstr "" +msgstr "Ezt az időpontot lemondták. Továbbra is törölheti, hogy véglegesen eltávolítsa." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:457 msgid "This date is in the past. It will be created but won't be visible to attendees under upcoming dates." -msgstr "" +msgstr "Ez az időpont a múltban van. Létrejön, de a résztvevőknek nem jelenik meg a közelgő időpontok között." #: src/components/modals/CreateAttendeeModal/index.tsx:273 msgid "This date is marked sold out." -msgstr "" +msgstr "Ez az időpont elfogyottként van megjelölve." #: src/components/routes/product-widget/SelectProducts/index.tsx:592 msgid "This date is no longer available. Please select another date." -msgstr "" +msgstr "Ez az időpont már nem elérhető. Válasszon másik időpontot." #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "This date only" -msgstr "" +msgstr "Csak ez az időpont" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:113 msgid "This disconnects {stripeAccountId} from this organizer. Paid ticket sales will stop working until you connect a Stripe account again." @@ -11252,7 +11252,7 @@ msgstr "Ennek az eseménynek még nincsenek jegyei vagy termékei, így a részt #: src/components/layouts/ProductWidget/index.tsx:56 msgid "This event is not available" -msgstr "" +msgstr "Ez az esemény nem érhető el" #: src/components/common/StatusToggle/index.tsx:82 msgid "This event is not published yet" @@ -11264,7 +11264,7 @@ msgstr "Erre az eseményre minden jegy elkelt" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:106 msgid "This event's dates and times are set on the occurrence schedule." -msgstr "" +msgstr "Ennek az eseménynek az időpontjait az időpontok ütemtervében állíthatja be." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:153 msgid "This information will be shown on the payment page, order summary page, and order confirmation email." @@ -11272,7 +11272,7 @@ msgstr "Ez az információ megjelenik a fizetési oldalon, a megrendelés össze #: src/components/routes/welcome/index.tsx:401 msgid "This is a recurring event" -msgstr "" +msgstr "Ez egy ismétlődő esemény" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:157 msgid "This is an online event" @@ -11317,7 +11317,7 @@ msgstr "Ez a név látható a végfelhasználók számára" #: src/components/modals/CreateAttendeeModal/index.tsx:267 msgid "This occurrence is at capacity" -msgstr "" +msgstr "Ez az időpont betelt" #: src/components/forms/StripeCheckoutForm/index.tsx:131 msgid "This order has already been paid." @@ -11381,7 +11381,7 @@ msgstr "Ez a termék elfogyott" #: src/components/forms/ProductForm/index.tsx:547 msgid "This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to." -msgstr "" +msgstr "Ez a termék önmagában nem jelenik meg az esemény oldalán – a vásárlók csak azoknak a termékeknek a kiegészítőjeként látják, amelyekhez hozzá van rendelve." #: src/components/modals/PublishEventModal/index.tsx:104 msgid "This recurring event has no dates yet, so there's nothing for attendees to book." @@ -11407,9 +11407,9 @@ msgstr "Ez a jegy most lett beolvasva. Kérjük, várjon mielőtt újra beolvass msgid "This user is not active, as they have not accepted their invitation." msgstr "Ez a felhasználó nem aktív, mivel nem fogadta el a meghívóját." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:367 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:368 msgid "This will affect {loadedAffectedCount} date(s)." -msgstr "" +msgstr "Ez {loadedAffectedCount} időpontot érint." #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:80 msgid "This will be used for notifications and communication with your users." @@ -11433,11 +11433,11 @@ msgstr "Ez azonnal, véglegesen törli vagy anonimizálja a fiókot, az ütemeze #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:107 msgid "Throughput" -msgstr "" +msgstr "Átbocsátás" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 msgid "Thu" -msgstr "" +msgstr "Csü" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -11518,7 +11518,7 @@ msgstr "Jegy sikeresen újraküldve" #: src/components/routes/product-widget/SelectProducts/index.tsx:631 msgid "Ticket sales have ended for this event" -msgstr "" +msgstr "Az esemény jegyértékesítése lezárult" #: src/components/routes/event/attendees.tsx:75 msgid "Ticket Type" @@ -11565,7 +11565,7 @@ msgstr "A többszintű termékek lehetővé teszik, hogy ugyanahhoz a termékhez #: src/components/forms/ProductForm/index.tsx:277 msgid "Tiers" -msgstr "" +msgstr "Sávok" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:70 msgid "TikTok" @@ -11573,7 +11573,7 @@ msgstr "TikTok" #: src/components/routes/event/OccurrencesTab/index.tsx:292 msgid "Time" -msgstr "" +msgstr "Időpont" #: src/components/layouts/Checkout/index.tsx:322 msgid "Time left:" @@ -11585,7 +11585,7 @@ msgstr "Időpontok" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:725 msgid "Times shown in {timezoneAbbr}" -msgstr "" +msgstr "Az időpontok {timezoneAbbr} szerint jelennek meg" #: src/components/common/PromoCodeTable/index.tsx:71 msgid "Times used" @@ -11617,7 +11617,7 @@ msgstr "A cím megadása kötelező" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1008 msgid "to" -msgstr "" +msgstr "eddig:" #: src/components/routes/event/messages.tsx:93 msgid "To" @@ -11632,7 +11632,7 @@ msgstr "A korlátozások emeléséhez lépjen kapcsolatba velünk" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:119 #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:43 msgid "Today" -msgstr "" +msgstr "Ma" #: src/components/common/ColumnVisibilityToggle/index.tsx:26 msgid "Toggle columns" @@ -11640,7 +11640,7 @@ msgstr "Oszlopok kapcsolása" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:46 msgid "Tomorrow" -msgstr "" +msgstr "Holnap" #: src/components/layouts/OrganizerLayout/index.tsx:108 msgid "Tools" @@ -11690,7 +11690,7 @@ msgstr "Összesített díj" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:299 msgid "Total fees" -msgstr "" +msgstr "Díjak összesen" #: src/components/routes/event/EventDashboard/index.tsx:341 #: src/components/routes/event/OccurrenceDetail/index.tsx:212 @@ -11708,7 +11708,7 @@ msgstr "Teljes megrendelési összeg" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:286 msgid "Total orders" -msgstr "" +msgstr "Megrendelések összesen" #: src/components/forms/ProductForm/index.tsx:315 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:71 @@ -11727,7 +11727,7 @@ msgstr "Összes visszatérített" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:293 msgid "Total tax" -msgstr "" +msgstr "Adó összesen" #: src/components/routes/event/EventDashboard/index.tsx:343 #: src/components/routes/event/OccurrenceDetail/index.tsx:214 @@ -11745,7 +11745,7 @@ msgstr "Összes megtekintés" #: src/constants/eventCategories.ts:23 msgid "Tours" -msgstr "" +msgstr "Túrák" #: src/components/routes/admin/Attribution/index.tsx:32 msgid "Track account growth and performance by attribution source" @@ -11758,11 +11758,11 @@ msgstr "Követés és elemzés" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:176 msgid "Try a different search term or filter" -msgstr "" +msgstr "Próbáljon meg más keresőkifejezést vagy szűrőt" -#: src/components/routes/event/OccurrencesTab/index.tsx:584 +#: src/components/routes/event/OccurrencesTab/index.tsx:599 msgid "Try adjusting your filters to see more dates." -msgstr "" +msgstr "Módosítsa a szűrőket, hogy több időpontot lásson." #: src/components/routes/auth/Login/index.tsx:141 #: src/components/routes/my-tickets/index.tsx:200 @@ -11775,7 +11775,7 @@ msgstr "Próbálja ki a Hi.Events-et ingyen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 msgid "Tue" -msgstr "" +msgstr "Kedd" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -11856,15 +11856,15 @@ msgstr "Nem sikerült csatlakozni a várólistához" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:164 msgid "Unable to load attendee details." -msgstr "" +msgstr "A résztvevő adatai nem tölthetők be." #: src/components/routes/product-widget/SelectProducts/index.tsx:330 msgid "Unable to load products for this date. Please try again." -msgstr "" +msgstr "Az időponthoz tartozó termékek nem tölthetők be. Próbálja újra." #: src/components/layouts/CheckIn/index.tsx:220 msgid "Unable to undo check-in" -msgstr "" +msgstr "A beléptetés nem vonható vissza" #: src/components/modals/EditQuestionModal/index.tsx:84 msgid "Unable to update question. Please check the your details" @@ -11876,7 +11876,7 @@ msgstr "Nem hozzárendelt fiókok" #: src/components/layouts/CheckIn/index.tsx:255 msgid "Undo" -msgstr "" +msgstr "Visszavonás" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:30 msgid "Unique Customers" @@ -11942,7 +11942,7 @@ msgstr "eddig" #: src/components/forms/ProductForm/ledgerSummaries.ts:49 msgid "Until {end}" -msgstr "" +msgstr "Eddig: {end}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1059 msgid "Until a date" @@ -11950,11 +11950,11 @@ msgstr "Egy dátumig" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled product" -msgstr "" +msgstr "Névtelen termék" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled ticket" -msgstr "" +msgstr "Névtelen jegy" #: src/components/common/AdminAccountsTable/index.tsx:101 msgid "Untrusted" @@ -11962,7 +11962,7 @@ msgstr "Nem megbízható" #: src/components/forms/ProductForm/ledgerSummaries.ts:118 msgid "Up to {max} per order" -msgstr "" +msgstr "Legfeljebb {max} megrendelésenként" #: src/components/common/EventsDashboardStatusButtons/index.tsx:20 #: src/components/common/EventStatusBadge/index.tsx:16 @@ -11974,7 +11974,7 @@ msgstr "Közelgő" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:375 msgid "Upcoming events" -msgstr "" +msgstr "Közelgő események" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Upcoming Events" @@ -11990,11 +11990,11 @@ msgstr "Partner frissítése" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Update capacity" -msgstr "" +msgstr "Kapacitás frissítése" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:73 msgid "Update event name and description" -msgstr "" +msgstr "Az esemény nevének és leírásának frissítése" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:74 msgid "Update event name, description and dates" @@ -12002,11 +12002,11 @@ msgstr "Eseménynév, leírás és dátumok frissítése" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Update label" -msgstr "" +msgstr "Címke frissítése" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Update location" -msgstr "" +msgstr "Helyszín frissítése" #: src/components/routes/profile/ManageProfile/index.tsx:215 msgid "Update profile" @@ -12014,11 +12014,11 @@ msgstr "Profil frissítése" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:71 msgid "Update: {subjectTitle} — schedule changes" -msgstr "" +msgstr "Frissítés: {subjectTitle} – változások az ütemtervben" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:48 msgid "Update: {subjectTitle} — session time changed" -msgstr "" +msgstr "Frissítés: {subjectTitle} – megváltozott az alkalom időpontja" #: src/components/routes/admin/Announcements/index.tsx:163 msgid "Updated" @@ -12026,19 +12026,19 @@ msgstr "Frissítve" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:217 msgid "Updated {count} date(s)" -msgstr "" +msgstr "{count} időpont frissítve" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:213 msgid "Updated capacity for {count} date(s)" -msgstr "" +msgstr "Kapacitás frissítve {count} időpontnál" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:214 msgid "Updated label for {count} date(s)" -msgstr "" +msgstr "Címke frissítve {count} időpontnál" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:215 msgid "Updated location for {count} date(s)" -msgstr "" +msgstr "Helyszín frissítve {count} időpontnál" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1138 msgid "Updates as you build the rule. Flip through months to sanity-check dates." @@ -12046,7 +12046,7 @@ msgstr "A szabály összeállítása közben frissül. Lapozza át a hónapokat #: src/components/forms/ProductForm/ProductPreview.tsx:93 msgid "Updates as you type." -msgstr "" +msgstr "Gépelés közben frissül." #: src/components/routes/organizer/Settings/Sections/ImageAssetSettings/index.tsx:39 msgid "Upload a cover image for your organizer" @@ -12093,15 +12093,15 @@ msgstr "Használati limit" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:80 msgid "USB" -msgstr "" +msgstr "USB" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner listening" -msgstr "" +msgstr "USB-olvasó figyel" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner paused" -msgstr "" +msgstr "USB-olvasó szüneteltetve" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:154 msgid "Use <0>Liquid templating to personalize your emails" @@ -12119,7 +12119,7 @@ msgstr "Borítókép használata" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:531 msgid "Use event default" -msgstr "" +msgstr "Az esemény alapértelmezésének használata" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:49 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -12193,11 +12193,11 @@ msgstr "ÁFA" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:195 msgid "VAT country code" -msgstr "" +msgstr "Áfa-országkód" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:173 msgid "VAT number" -msgstr "" +msgstr "Adószám" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:212 msgid "VAT Number" @@ -12234,7 +12234,7 @@ msgstr "ÁFA kulcs" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:168 msgid "VAT registered" -msgstr "" +msgstr "Áfaalany" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:165 #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:173 @@ -12247,7 +12247,7 @@ msgstr "ÁFA beállítások mentve. Az ÁFA számot a háttérben érvényesítj #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:85 msgid "VAT settings updated" -msgstr "" +msgstr "Áfabeállítások frissítve" #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:27 msgid "VAT Treatment for Platform Fees" @@ -12263,11 +12263,11 @@ msgstr "ÁFA érvényesítési szolgáltatás átmenetileg nem elérhető" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:225 msgid "VAT: {0}" -msgstr "" +msgstr "Áfa: {0}" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:230 msgid "VAT: not registered" -msgstr "" +msgstr "Áfa: nem regisztrált" #: src/components/common/LocationPicker/index.tsx:230 #: src/components/modals/LocationEditModal/index.tsx:140 @@ -12280,7 +12280,7 @@ msgstr "Ellenőrző kód" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:77 msgid "Verification email sent. Check your inbox." -msgstr "" +msgstr "Ellenőrző e-mail elküldve. Nézze meg a postaládáját." #: src/components/routes/admin/Attribution/index.tsx:136 #: src/components/routes/admin/Dashboard/index.tsx:421 @@ -12298,7 +12298,7 @@ msgstr "Ellenőrizze e-mail címét" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:159 msgid "Verify your email so attendees can receive tickets" -msgstr "" +msgstr "Erősítse meg az e-mail-címét, hogy a résztvevők megkaphassák a jegyeiket" #: src/components/routes/welcome/index.tsx:189 msgid "Verifying..." @@ -12310,19 +12310,19 @@ msgstr "Vietnámi" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:68 msgid "View All" -msgstr "" +msgstr "Összes megtekintése" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:380 msgid "View all →" -msgstr "" +msgstr "Összes megtekintése →" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:424 msgid "View all capabilities" -msgstr "" +msgstr "Összes funkció megtekintése" #: src/components/modals/SelectCheckInListModal/index.tsx:87 msgid "View all check-in lists" -msgstr "" +msgstr "Összes beléptetési lista megtekintése" #: src/components/routes/admin/Messages/index.tsx:108 msgid "View all messages sent across the platform" @@ -12347,7 +12347,7 @@ msgstr "Részletek megtekintése" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:192 msgid "View details for {0} {1}" -msgstr "" +msgstr "Részletek megtekintése: {0} {1}" #: src/components/common/AdminEventsTable/index.tsx:157 #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:58 @@ -12427,11 +12427,11 @@ msgstr "VIP jegy" #: src/components/forms/ProductForm/visibilityStatus.ts:41 msgid "Visible from {start} — hidden until sales open." -msgstr "" +msgstr "Látható {start} időponttól – az értékesítés kezdetéig rejtve." #: src/components/forms/ProductForm/visibilityStatus.ts:56 msgid "Visible to everyone on the event page." -msgstr "" +msgstr "Mindenki számára látható az esemény oldalán." #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:104 msgid "VK" @@ -12450,7 +12450,7 @@ msgstr "Fizetésre vár" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:64 msgid "Waiting for scan…" -msgstr "" +msgstr "Beolvasásra vár…" #: src/components/forms/ProductForm/index.tsx:460 #: src/components/layouts/AuthLayout/index.tsx:17 @@ -12480,7 +12480,7 @@ msgstr "Nem sikerült feldolgozni a fizetését. Kérjük, próbálja újra, vag #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:167 msgid "We couldn't copy that Stripe connection. Please try again." -msgstr "" +msgstr "Nem sikerült átmásolni ezt a Stripe-kapcsolatot. Próbálja újra." #: src/components/common/ProductsTable/SortableCategory/index.tsx:56 msgid "We couldn't delete the category. Please try again." @@ -12512,7 +12512,7 @@ msgstr "Nem találtuk ezt a rendelést. Lehet, hogy el lett távolítva." #: src/hooks/useOccurrenceCheckIn.tsx:43 msgid "We couldn't load the check-in lists. Please try again." -msgstr "" +msgstr "Nem sikerült betölteni a beléptetési listákat. Próbálja újra." #: src/components/common/ErrorLoadingMessage/index.tsx:13 msgid "We couldn't load the data. Please try again." @@ -12520,7 +12520,7 @@ msgstr "Nem sikerült betölteni az adatokat. Kérjük, próbálja újra." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:97 msgid "We couldn't reach Stripe just now. Please try again in a moment." -msgstr "" +msgstr "Jelenleg nem érjük el a Stripe-ot. Próbálja újra kis idő múlva." #: src/components/common/ProductsTable/SortableCategory/index.tsx:98 msgid "We couldn't reorder the categories. Please try again." @@ -12532,7 +12532,7 @@ msgstr "Hiba történt az oldal betöltésekor. Kérjük, próbálja újra." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:236 msgid "We partner with Stripe to send payouts straight to your bank account." -msgstr "" +msgstr "A Stripe-pal együttműködve a kifizetéseket közvetlenül a bankszámlájára küldjük." #: src/components/routes/event/TicketDesigner/index.tsx:144 msgid "We recommend a square logo with minimum dimensions of 200x200px" @@ -12549,7 +12549,7 @@ msgstr "Javasolt méretek: 400px x 400px, maximális fájlméret: 5MB." #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:158 msgid "We sent a verification link to {0}" -msgstr "" +msgstr "Ellenőrző hivatkozást küldtünk ide: {0}" #: src/components/common/CookieConsentBanner/index.tsx:18 msgid "We use cookies to help us understand how the site is used and to improve your experience." @@ -12578,7 +12578,7 @@ msgstr "E-mailben értesítjük, ha hely szabadul fel a(z) {productDisplayName} #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:267 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:301 msgid "We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically." -msgstr "" +msgstr "Mentés után megnyitunk egy üzenetszerkesztőt előre kitöltött sablonnal. Ön ellenőrzi és elküldi – semmi sem megy ki automatikusan." #: src/components/routes/product-widget/CollectInformation/index.tsx:456 msgid "We'll send your tickets to this email" @@ -12594,7 +12594,7 @@ msgstr "Megrendelését feldolgozzuk. Kérjük, várjon..." #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:75 msgid "We've made changes to the schedule for \"{title}\" — {description} affecting {affectedCount} session(s)." -msgstr "" +msgstr "Módosítottuk a(z) „{title}” ütemtervét – {description}, ami {affectedCount} alkalmat érint." #: src/components/routes/welcome/index.tsx:147 msgid "We've sent a 5-digit verification code to:" @@ -12612,7 +12612,7 @@ msgstr "Webhook sikeresen törölve" #: src/components/layouts/AuthLayout/index.tsx:25 msgid "Webhook integrations" -msgstr "" +msgstr "Webhook-integrációk" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:137 #: src/components/modals/WebhookLogsModal/index.tsx:151 @@ -12650,7 +12650,7 @@ msgstr "Weboldal" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 msgid "Wed" -msgstr "" +msgstr "Sze" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -12659,16 +12659,16 @@ msgstr "Szerda" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:88 msgid "week" -msgstr "" +msgstr "hét" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:51 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Weekly" -msgstr "" +msgstr "Hetente" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:96 msgid "weeks" -msgstr "" +msgstr "hét" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:105 msgid "Weibo" @@ -12696,7 +12696,7 @@ msgstr "Üdv a {0} oldalon, itt található az összes eseménye." #: src/constants/eventCategories.ts:20 msgid "Wellness" -msgstr "" +msgstr "Wellness" #: src/components/forms/ProductForm/index.tsx:349 msgid "What are Tiered Products?" @@ -12732,7 +12732,7 @@ msgstr "Milyen típusú kérdés ez?" #: src/components/forms/CheckInListForm/index.tsx:172 msgid "What unauthenticated staff can see" -msgstr "" +msgstr "Mit láthat a be nem jelentkezett személyzet" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:89 msgid "WhatsApp" @@ -12744,7 +12744,7 @@ msgstr "Amikor egy bejelentkezés törölve lett" #: src/components/forms/WebhookForm/index.tsx:135 msgid "When a date is cancelled on a recurring event" -msgstr "" +msgstr "Ha egy ismétlődő esemény időpontját lemondják" #: src/components/forms/WebhookForm/index.tsx:105 msgid "When a new attendee is created" @@ -12909,7 +12909,7 @@ msgstr "X (Twitter)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:90 msgid "year" -msgstr "" +msgstr "év" #: src/components/common/OrganizerReportTable/index.tsx:59 #: src/components/common/PeriodSelector/index.tsx:38 @@ -12920,11 +12920,11 @@ msgstr "Év elejétől napjainkig" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:53 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Yearly" -msgstr "" +msgstr "Évente" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:98 msgid "years" -msgstr "" +msgstr "év" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:191 msgid "Yes" @@ -12969,7 +12969,7 @@ msgstr "Létrehozhat egy promóciós kódot, amely ezt a terméket célozza meg #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1115 msgid "You can override this for individual dates later." -msgstr "" +msgstr "Ezt később az egyes időpontoknál felülbírálhatja." #: src/components/modals/OfferWaitlistModal/index.tsx:110 msgid "You can still manually offer tickets if needed." @@ -13035,7 +13035,7 @@ msgstr "Adók és díjak vannak hozzáadva egy ingyenes termékhez. Szeretné el #: src/components/forms/ProductForm/ProductDrawer.tsx:57 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:728 msgid "You have unsaved changes. Are you sure you want to discard them?" -msgstr "" +msgstr "Nem mentett módosításai vannak. Biztosan elveti őket?" #: src/components/modals/SendMessageModal/index.tsx:204 msgid "You must acknowledge that this email is not promotional" @@ -13067,7 +13067,7 @@ msgstr "Megerősítenie kell e-mail címét, mielőtt frissítheti a szervezői #: src/components/modals/CreateAttendeeModal/index.tsx:186 msgid "You need to create at least one occurrence before you can add attendees to this recurring event." -msgstr "" +msgstr "Legalább egy időpontot létre kell hoznia, mielőtt résztvevőket adhat ehhez az ismétlődő eseményhez." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:355 msgid "You need to verify your account email before you can modify email templates." @@ -13087,7 +13087,7 @@ msgstr "Manuálisan kell fizetettként megjelölnie egy megrendelést. Ez a megr #: src/components/modals/CreateEventModal/index.tsx:253 msgid "You'll be able to set up dates, schedules, and recurrence rules in the next step." -msgstr "" +msgstr "A következő lépésben beállíthatja az időpontokat, ütemterveket és ismétlődési szabályokat." #: src/components/modals/CreateCheckInListModal/index.tsx:64 msgid "You'll need a ticket before you can create a check-in list." @@ -13103,7 +13103,7 @@ msgstr "Legalább egy termékre szüksége lesz a kezdéshez. Ingyenes, fizetős #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:254 msgid "You're changing session times" -msgstr "" +msgstr "Alkalmak időpontját módosítja" #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:168 msgid "You're going to {0}!" @@ -13123,7 +13123,7 @@ msgstr "Helyet ajánlottak neked!" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:290 msgid "You've changed the session time" -msgstr "" +msgstr "Módosította az alkalom időpontját" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:92 msgid "Your account has been deactivated and will be permanently deleted on <0>{0}." @@ -13264,7 +13264,7 @@ msgstr "Visszatérítése feldolgozás alatt áll." #: src/components/layouts/CheckIn/index.tsx:117 msgid "Your saved date filter is no longer available — showing all dates." -msgstr "" +msgstr "A mentett időpontszűrő már nem érhető el – minden időpont látható." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:116 msgid "Your Stripe account itself isn't affected, and no data is lost — you can reconnect at any time." @@ -13276,7 +13276,7 @@ msgstr "Jegyéhez:" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:54 msgid "Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions." -msgstr "" +msgstr "A jegye továbbra is érvényes – nincs teendője, hacsak az új időpont nem felel meg Önnek. Ha kérdése van, válaszoljon erre az e-mailre." #: src/components/routes/product-widget/CollectInformation/index.tsx:377 msgid "Your tickets have been confirmed." diff --git a/frontend/src/locales/it.js b/frontend/src/locales/it.js index 983379e32d..cd252b4a95 100644 --- a/frontend/src/locales/it.js +++ b/frontend/src/locales/it.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Non c'è\\\\ ancora niente da mostrare'.\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>uscita registrata con successo\"],\"KMgp2+\":[[\"0\"],\" disponibili\"],\"Pmr5xp\":[[\"0\"],\" creato con successo\"],\"FImCSc\":[[\"0\"],\" aggiornato con successo\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" giorni, \",[\"hours\"],\" ore, \",[\"minutes\"],\" minuti e \",[\"seconds\"],\" secondi\"],\"f3RdEk\":[[\"hours\"],\" ore, \",[\"minutes\"],\" minuti e \",[\"seconds\"],\" secondi\"],\"fyE7Au\":[[\"minutes\"],\" minuti e \",[\"seconds\"],\" secondi\"],\"NlQ0cx\":[\"Primo evento di \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://il-tuo-sito-web.com\",\"qnSLLW\":\"<0>Inserisci il prezzo escluse tasse e commissioni.<1>Tasse e commissioni possono essere aggiunte qui sotto.\",\"ZjMs6e\":\"<0>Il numero di prodotti disponibili per questo prodotto<1>Questo valore può essere sovrascritto se ci sono <2>Limiti di Capacità associati a questo prodotto.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 minuti e 0 secondi\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Un campo data. Perfetto per chiedere una data di nascita ecc.\",\"6euFZ/\":[\"Un \",[\"type\"],\" predefinito viene applicato automaticamente a tutti i nuovi prodotti. Puoi sovrascrivere questa impostazione per ogni singolo prodotto.\"],\"SMUbbQ\":\"Un menu a tendina consente una sola selezione\",\"qv4bfj\":\"Una commissione, come una commissione di prenotazione o una commissione di servizio\",\"POT0K/\":\"Un importo fisso per prodotto. Es. $0,50 per prodotto\",\"f4vJgj\":\"Un campo di testo a più righe\",\"OIPtI5\":\"Una percentuale del prezzo del prodotto. Es. 3,5% del prezzo del prodotto\",\"ZthcdI\":\"Un codice promozionale senza sconto può essere utilizzato per rivelare prodotti nascosti.\",\"AG/qmQ\":\"Un'opzione Radio ha più opzioni ma solo una può essere selezionata.\",\"h179TP\":\"Una breve descrizione dell'evento che verrà visualizzata nei risultati dei motori di ricerca e quando condiviso sui social media. Per impostazione predefinita, verrà utilizzata la descrizione dell'evento\",\"WKMnh4\":\"Un campo di testo a singola riga\",\"BHZbFy\":\"Una singola domanda per ordine. Es. Qual è il tuo indirizzo di spedizione?\",\"Fuh+dI\":\"Una singola domanda per prodotto. Es. Qual è la tua taglia di maglietta?\",\"RlJmQg\":\"Un'imposta standard, come IVA o GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Accetta bonifici bancari, assegni o altri metodi di pagamento offline\",\"hrvLf4\":\"Accetta pagamenti con carta di credito tramite Stripe\",\"bfXQ+N\":\"Accetta Invito\",\"AeXO77\":\"Account\",\"lkNdiH\":\"Nome Account\",\"Puv7+X\":\"Impostazioni Account\",\"OmylXO\":\"Account aggiornato con successo\",\"7L01XJ\":\"Azioni\",\"FQBaXG\":\"Attiva\",\"5T2HxQ\":\"Data di attivazione\",\"F6pfE9\":\"Attivo\",\"/PN1DA\":\"Aggiungi una descrizione per questa lista di check-in\",\"0/vPdA\":\"Aggiungi eventuali note sul partecipante. Queste non saranno visibili al partecipante.\",\"Or1CPR\":\"Aggiungi eventuali note sul partecipante...\",\"l3sZO1\":\"Aggiungi eventuali note sull'ordine. Queste non saranno visibili al cliente.\",\"xMekgu\":\"Aggiungi eventuali note sull'ordine...\",\"PGPGsL\":\"Aggiungi descrizione\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Aggiungi istruzioni per i pagamenti offline (es. dettagli del bonifico bancario, dove inviare gli assegni, scadenze di pagamento)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Aggiungi Nuovo\",\"TZxnm8\":\"Aggiungi Opzione\",\"24l4x6\":\"Aggiungi Prodotto\",\"8q0EdE\":\"Aggiungi Prodotto alla Categoria\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Aggiungi Tassa o Commissione\",\"goOKRY\":\"Aggiungi livello\",\"oZW/gT\":\"Aggiungi al Calendario\",\"pn5qSs\":\"Informazioni Aggiuntive\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Indirizzo\",\"NY/x1b\":\"Indirizzo riga 1\",\"POdIrN\":\"Indirizzo Riga 1\",\"cormHa\":\"Indirizzo riga 2\",\"gwk5gg\":\"Indirizzo Riga 2\",\"U3pytU\":\"Amministratore\",\"HLDaLi\":\"Gli amministratori hanno accesso completo agli eventi e alle impostazioni dell'account.\",\"W7AfhC\":\"Tutti i partecipanti di questo evento\",\"cde2hc\":\"Tutti i Prodotti\",\"5CQ+r0\":\"Consenti ai partecipanti associati a ordini non pagati di effettuare il check-in\",\"ipYKgM\":\"Consenti l'indicizzazione dei motori di ricerca\",\"LRbt6D\":\"Consenti ai motori di ricerca di indicizzare questo evento\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Fantastico, Evento, Parole chiave...\",\"hehnjM\":\"Importo\",\"R2O9Rg\":[\"Importo pagato (\",[\"0\"],\")\"],\"V7MwOy\":\"Si è verificato un errore durante il caricamento della pagina\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Si è verificato un errore imprevisto.\",\"byKna+\":\"Si è verificato un errore imprevisto. Per favore riprova.\",\"ubdMGz\":\"Qualsiasi richiesta dai possessori di prodotti verrà inviata a questo indirizzo email. Questo sarà anche utilizzato come indirizzo \\\"rispondi a\\\" per tutte le email inviate da questo evento\",\"aAIQg2\":\"Aspetto\",\"Ym1gnK\":\"applicato\",\"sy6fss\":[\"Si applica a \",[\"0\"],\" prodotti\"],\"kadJKg\":\"Si applica a 1 prodotto\",\"DB8zMK\":\"Applica\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Applica questo \",[\"type\"],\" a tutti i nuovi prodotti\"],\"S0ctOE\":\"Archivia evento\",\"TdfEV7\":\"Archiviati\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Sei sicuro di voler attivare questo partecipante?\",\"TvkW9+\":\"Sei sicuro di voler archiviare questo evento?\",\"/CV2x+\":\"Sei sicuro di voler cancellare questo partecipante? Questo annullerà il loro biglietto\",\"YgRSEE\":\"Sei sicuro di voler eliminare questo codice promozionale?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Sei sicuro di voler rendere questo evento una bozza? Questo renderà l'evento invisibile al pubblico\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Sei sicuro di voler ripristinare questo evento? Verrà ripristinato come bozza.\",\"vJuISq\":\"Sei sicuro di voler eliminare questa Assegnazione di Capacità?\",\"baHeCz\":\"Sei sicuro di voler eliminare questa Lista di Check-In?\",\"LBLOqH\":\"Chiedi una volta per ordine\",\"wu98dY\":\"Chiedi una volta per prodotto\",\"ss9PbX\":\"Partecipante\",\"m0CFV2\":\"Dettagli Partecipante\",\"QKim6l\":\"Partecipante non trovato\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Biglietto Partecipante\",\"9SZT4E\":\"Partecipanti\",\"iPBfZP\":\"Partecipanti Registrati\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Ridimensionamento automatico\",\"vZ5qKF\":\"Ridimensiona automaticamente l'altezza del widget in base al contenuto. Quando disabilitato, il widget riempirà l'altezza del contenitore.\",\"4lVaWA\":\"In attesa di pagamento offline\",\"2rHwhl\":\"In Attesa di Pagamento Offline\",\"3wF4Q/\":\"In attesa di pagamento\",\"ioG+xt\":\"In Attesa di Pagamento\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Srl.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Torna alla pagina dell'evento\",\"VCoEm+\":\"Torna al login\",\"k1bLf+\":\"Colore di sfondo\",\"I7xjqg\":\"Tipo di Sfondo\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Indirizzo di Fatturazione\",\"/xC/im\":\"Impostazioni di Fatturazione\",\"rp/zaT\":\"Portoghese Brasiliano\",\"whqocw\":\"Registrandoti accetti i nostri <0>Termini di Servizio e la <1>Privacy Policy.\",\"bcCn6r\":\"Tipo di Calcolo\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Annulla\",\"Gjt/py\":\"Annulla cambio email\",\"tVJk4q\":\"Annulla ordine\",\"Os6n2a\":\"Annulla Ordine\",\"Mz7Ygx\":[\"Annulla Ordine \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Annullato\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Capacità\",\"V6Q5RZ\":\"Assegnazione di Capacità creata con successo\",\"k5p8dz\":\"Assegnazione di Capacità eliminata con successo\",\"nDBs04\":\"Gestione capacità\",\"ddha3c\":\"Le categorie ti permettono di raggruppare i prodotti. Ad esempio, potresti avere una categoria per \\\"Biglietti\\\" e un'altra per \\\"Merchandise\\\".\",\"iS0wAT\":\"Le categorie ti aiutano a organizzare i tuoi prodotti. Questo titolo verrà visualizzato sulla pagina pubblica dell'evento.\",\"eorM7z\":\"Categorie riordinate con successo.\",\"3EXqwa\":\"Categoria Creata con Successo\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Cambia password\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Registra ingresso di \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Check-in e contrassegna l'ordine come pagato\",\"QYLpB4\":\"Solo check-in\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Dai un'occhiata a questo evento!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Lista di Registrazione eliminata con successo\",\"+hBhWk\":\"La lista di registrazione è scaduta\",\"mBsBHq\":\"La lista di registrazione non è attiva\",\"vPqpQG\":\"Lista di registrazione non trovata\",\"tejfAy\":\"Liste di Registrazione\",\"hD1ocH\":\"URL di Registrazione copiato negli appunti\",\"CNafaC\":\"Le opzioni di casella di controllo consentono selezioni multiple\",\"SpabVf\":\"Caselle di controllo\",\"CRu4lK\":\"Check-in effettuato\",\"znIg+z\":\"Pagamento\",\"1WnhCL\":\"Impostazioni di Pagamento\",\"6imsQS\":\"Cinese (Semplificato)\",\"JjkX4+\":\"Scegli un colore per lo sfondo\",\"/Jizh9\":\"Scegli un account\",\"3wV73y\":\"Città\",\"FG98gC\":\"Cancella Testo di Ricerca\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Clicca per copiare\",\"yz7wBu\":\"Chiudi\",\"62Ciis\":\"Chiudi barra laterale\",\"EWPtMO\":\"Codice\",\"ercTDX\":\"Il codice deve essere compreso tra 3 e 50 caratteri\",\"oqr9HB\":\"Comprimi questo prodotto quando la pagina dell'evento viene caricata inizialmente\",\"jZlrte\":\"Colore\",\"Vd+LC3\":\"Il colore deve essere un codice colore esadecimale valido. Esempio: #ffffff\",\"1HfW/F\":\"Colori\",\"VZeG/A\":\"Prossimamente\",\"yPI7n9\":\"Parole chiave separate da virgole che descrivono l'evento. Queste saranno utilizzate dai motori di ricerca per aiutare a categorizzare e indicizzare l'evento\",\"NPZqBL\":\"Completa Ordine\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Completa Pagamento\",\"qqWcBV\":\"Completato\",\"6HK5Ct\":\"Ordini completati\",\"NWVRtl\":\"Ordini Completati\",\"DwF9eH\":\"Codice componente\",\"Tf55h7\":\"Sconto Configurato\",\"7VpPHA\":\"Conferma\",\"ZaEJZM\":\"Conferma Cambio Email\",\"yjkELF\":\"Conferma Nuova Password\",\"xnWESi\":\"Conferma password\",\"p2/GCq\":\"Conferma Password\",\"wnDgGj\":\"Conferma indirizzo email in corso...\",\"pbAk7a\":\"Connect Stripe\",\"UMGQOh\":\"Connetti con Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Dettagli di Connessione\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Continua\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Testo pulsante Continua\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Copiato\",\"T5rdis\":\"copiato negli appunti\",\"he3ygx\":\"Copia\",\"r2B2P8\":\"Copia URL di Check-In\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Copia Link\",\"E6nRW7\":\"Copia URL\",\"JNCzPW\":\"Paese\",\"IF7RiR\":\"Copertina\",\"hYgDIe\":\"Crea\",\"b9XOHo\":[\"Crea \",[\"0\"]],\"k9RiLi\":\"Crea un Prodotto\",\"6kdXbW\":\"Crea un Codice Promozionale\",\"n5pRtF\":\"Crea un Biglietto\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"crea un organizzatore\",\"ipP6Ue\":\"Crea Partecipante\",\"VwdqVy\":\"Crea Assegnazione di Capacità\",\"EwoMtl\":\"Crea categoria\",\"XletzW\":\"Crea Categoria\",\"WVbTwK\":\"Crea Lista di Check-In\",\"uN355O\":\"Crea Evento\",\"BOqY23\":\"Crea nuovo\",\"kpJAeS\":\"Crea Organizzatore\",\"a0EjD+\":\"Crea Prodotto\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Crea Codice Promozionale\",\"B3Mkdt\":\"Crea Domanda\",\"UKfi21\":\"Crea Tassa o Commissione\",\"d+F6q9\":\"Creato\",\"Q2lUR2\":\"Valuta\",\"DCKkhU\":\"Password Attuale\",\"uIElGP\":\"URL Mappe personalizzate\",\"UEqXyt\":\"Intervallo Personalizzato\",\"876pfE\":\"Cliente\",\"QOg2Sf\":\"Personalizza le impostazioni di email e notifiche per questo evento\",\"Y9Z/vP\":\"Personalizza i messaggi della homepage dell'evento e del checkout\",\"2E2O5H\":\"Personalizza le impostazioni varie per questo evento\",\"iJhSxe\":\"Personalizza le impostazioni SEO per questo evento\",\"KIhhpi\":\"Personalizza la pagina del tuo evento\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Zona pericolosa\",\"ZQKLI1\":\"Zona pericolosa\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"Data\",\"JvUngl\":\"Data e ora\",\"JJhRbH\":\"Capacità primo giorno\",\"cnGeoo\":\"Elimina\",\"jRJZxD\":\"Elimina Capacità\",\"VskHIx\":\"Elimina categoria\",\"Qrc8RZ\":\"Elimina Lista Check-In\",\"WHf154\":\"Elimina codice\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Descrizione\",\"YC3oXa\":\"Descrizione per il personale di check-in\",\"URmyfc\":\"Dettagli\",\"1lRT3t\":\"Disabilitando questa capacità verranno monitorate le vendite ma non verranno interrotte quando viene raggiunto il limite\",\"H6Ma8Z\":\"Sconto\",\"ypJ62C\":\"Sconto %\",\"3LtiBI\":[\"Sconto in \",[\"0\"]],\"C8JLas\":\"Tipo di Sconto\",\"1QfxQT\":\"Dismiss\",\"DZlSLn\":\"Etichetta Documento\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Scarica .ics\",\"kodV18\":\"Scarica CSV\",\"CELKku\":\"Scarica fattura\",\"LQrXcu\":\"Scarica Fattura\",\"QIodqd\":\"Scarica Codice QR\",\"yhjU+j\":\"Scaricamento Fattura in corso\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Selezione a tendina\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Duplica evento\",\"3ogkAk\":\"Duplica Evento\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Opzioni di Duplicazione\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Prevendita\",\"ePK91l\":\"Modifica\",\"N6j2JH\":[\"Modifica \",[\"0\"]],\"kBkYSa\":\"Modifica Capacità\",\"oHE9JT\":\"Modifica Assegnazione di Capacità\",\"j1Jl7s\":\"Modifica categoria\",\"FU1gvP\":\"Modifica Lista di Check-In\",\"iFgaVN\":\"Modifica Codice\",\"jrBSO1\":\"Modifica Organizzatore\",\"tdD/QN\":\"Modifica Prodotto\",\"n143Tq\":\"Modifica Categoria Prodotto\",\"9BdS63\":\"Modifica Codice Promozionale\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Modifica Domanda\",\"poTr35\":\"Modifica utente\",\"GTOcxw\":\"Modifica Utente\",\"pqFrv2\":\"es. 2.50 per $2.50\",\"3yiej1\":\"es. 23.5 per 23.5%\",\"O3oNi5\":\"Email\",\"VxYKoK\":\"Impostazioni Email e Notifiche\",\"ATGYL1\":\"Indirizzo email\",\"hzKQCy\":\"Indirizzo Email\",\"HqP6Qf\":\"Modifica email annullata con successo\",\"mISwW1\":\"Modifica email in attesa\",\"APuxIE\":\"Conferma email inviata nuovamente\",\"YaCgdO\":\"Conferma email inviata nuovamente con successo\",\"jyt+cx\":\"Messaggio piè di pagina email\",\"I6F3cp\":\"Email non verificata\",\"NTZ/NX\":\"Codice di incorporamento\",\"4rnJq4\":\"Script di incorporamento\",\"8oPbg1\":\"Abilita Fatturazione\",\"j6w7d/\":\"Abilita questa capacità per interrompere le vendite dei prodotti quando viene raggiunto il limite\",\"VFv2ZC\":\"Data di fine\",\"237hSL\":\"Terminato\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Inglese\",\"MhVoma\":\"Inserisci un importo escluse tasse e commissioni.\",\"SlfejT\":\"Errore\",\"3Z223G\":\"Errore durante la conferma dell'indirizzo email\",\"a6gga1\":\"Errore durante la conferma della modifica email\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Evento\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Data dell'Evento\",\"0Zptey\":\"Impostazioni Predefinite Evento\",\"QcCPs8\":\"Dettagli Evento\",\"6fuA9p\":\"Evento duplicato con successo\",\"AEuj2m\":\"Homepage Evento\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Dettagli della sede e della location dell'evento\",\"OopDbA\":\"Event page\",\"4/If97\":\"Aggiornamento stato evento fallito. Riprova più tardi\",\"btxLWj\":\"Stato evento aggiornato\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Eventi\",\"sZg7s1\":\"Data di scadenza\",\"KnN1Tu\":\"Scade\",\"uaSvqt\":\"Data di Scadenza\",\"GS+Mus\":\"Esporta\",\"9xAp/j\":\"Impossibile annullare il partecipante\",\"ZpieFv\":\"Impossibile annullare l'ordine\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Impossibile scaricare la fattura. Riprova.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Impossibile caricare la Lista di Check-In\",\"ZQ15eN\":\"Impossibile reinviare l'email del biglietto\",\"ejXy+D\":\"Impossibile ordinare i prodotti\",\"PLUB/s\":\"Commissione\",\"/mfICu\":\"Commissioni\",\"LyFC7X\":\"Filtra Ordini\",\"cSev+j\":\"Filtri\",\"CVw2MU\":[\"Filtri (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Primo Numero Fattura\",\"V1EGGU\":\"Nome\",\"kODvZJ\":\"Nome\",\"S+tm06\":\"Il nome deve essere compreso tra 1 e 50 caratteri\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Primo Utilizzo\",\"TpqW74\":\"Fisso\",\"irpUxR\":\"Importo fisso\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Password dimenticata?\",\"2POOFK\":\"Gratuito\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Francese\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Tedesco\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Torna al profilo\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Calendar\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Vendite lorde\",\"yRg26W\":\"Vendite lorde\",\"R4r4XO\":\"Ospiti\",\"26pGvx\":\"Hai un codice promozionale?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"Ecco un esempio di come puoi usare il componente nella tua applicazione.\",\"Y1SSqh\":\"Ecco il componente React che puoi usare per incorporare il widget nella tua applicazione.\",\"QuhVpV\":[\"Ciao \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Nascosto dalla vista pubblica\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Le domande nascoste sono visibili solo all'organizzatore dell'evento e non al cliente.\",\"vLyv1R\":\"Nascondi\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Nascondi prodotto dopo la data di fine vendita\",\"06s3w3\":\"Nascondi prodotto prima della data di inizio vendita\",\"axVMjA\":\"Nascondi prodotto a meno che l'utente non abbia un codice promozionale applicabile\",\"ySQGHV\":\"Nascondi prodotto quando esaurito\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Nascondi questo prodotto ai clienti\",\"Da29Y6\":\"Nascondi questa domanda\",\"fvDQhr\":\"Nascondi questo livello agli utenti\",\"lNipG+\":\"Nascondere un prodotto impedirà agli utenti di vederlo sulla pagina dell'evento.\",\"ZOBwQn\":\"Design Homepage\",\"PRuBTd\":\"Designer homepage\",\"YjVNGZ\":\"Anteprima Homepage\",\"c3E/kw\":\"Homer\",\"8k8Njd\":\"Quanti minuti ha il cliente per completare il proprio ordine. Consigliamo almeno 15 minuti\",\"ySxKZe\":\"Quante volte può essere utilizzato questo codice?\",\"dZsDbK\":[\"Limite di caratteri HTML superato: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Accetto i <0>termini e condizioni\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Se abilitato, il personale di check-in può sia segnare i partecipanti come registrati sia segnare l'ordine come pagato e registrare i partecipanti. Se disabilitato, i partecipanti associati a ordini non pagati non possono essere registrati.\",\"muXhGi\":\"Se abilitato, l'organizzatore riceverà una notifica via email quando viene effettuato un nuovo ordine\",\"6fLyj/\":\"Se non hai richiesto questa modifica, cambia immediatamente la tua password.\",\"n/ZDCz\":\"Immagine eliminata con successo\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Immagine caricata con successo\",\"VyUuZb\":\"URL Immagine\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inattivo\",\"T0K0yl\":\"Gli utenti inattivi non possono accedere.\",\"kO44sp\":\"Includi dettagli di connessione per il tuo evento online. Questi dettagli saranno mostrati nella pagina di riepilogo dell'ordine e nella pagina del biglietto del partecipante.\",\"FlQKnG\":\"Includi tasse e commissioni nel prezzo\",\"Vi+BiW\":[\"Include \",[\"0\"],\" prodotti\"],\"lpm0+y\":\"Include 1 prodotto\",\"UiAk5P\":\"Inserisci Immagine\",\"OyLdaz\":\"Invito reinviato!\",\"HE6KcK\":\"Invito revocato!\",\"SQKPvQ\":\"Invita Utente\",\"bKOYkd\":\"Fattura scaricata con successo\",\"alD1+n\":\"Note Fattura\",\"kOtCs2\":\"Numerazione Fattura\",\"UZ2GSZ\":\"Impostazioni Fattura\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Articolo\",\"KFXip/\":\"John\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Etichetta\",\"vXIe7J\":\"Lingua\",\"2LMsOq\":\"Ultimi 12 mesi\",\"vfe90m\":\"Ultimi 14 giorni\",\"aK4uBd\":\"Ultime 24 ore\",\"uq2BmQ\":\"Ultimi 30 giorni\",\"bB6Ram\":\"Ultime 48 ore\",\"VlnB7s\":\"Ultimi 6 mesi\",\"ct2SYD\":\"Ultimi 7 giorni\",\"XgOuA7\":\"Ultimi 90 giorni\",\"I3yitW\":\"Ultimo accesso\",\"1ZaQUH\":\"Cognome\",\"UXBCwc\":\"Cognome\",\"tKCBU0\":\"Ultimo Utilizzo\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Lascia vuoto per utilizzare la parola predefinita \\\"Fattura\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Caricamento...\",\"wJijgU\":\"Luogo\",\"sQia9P\":\"Accedi\",\"zUDyah\":\"Accesso in corso\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Esci\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Rendi obbligatorio l'indirizzo di fatturazione durante il checkout\",\"MU3ijv\":\"Rendi obbligatoria questa domanda\",\"wckWOP\":\"Gestisci\",\"onpJrA\":\"Gestisci partecipante\",\"n4SpU5\":\"Gestisci evento\",\"WVgSTy\":\"Gestisci ordine\",\"1MAvUY\":\"Gestisci le impostazioni di pagamento e fatturazione per questo evento.\",\"cQrNR3\":\"Gestisci Profilo\",\"AtXtSw\":\"Gestisci tasse e commissioni che possono essere applicate ai tuoi prodotti\",\"ophZVW\":\"Gestisci biglietti\",\"DdHfeW\":\"Gestisci i dettagli del tuo account e le impostazioni predefinite\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Gestisci i tuoi utenti e le loro autorizzazioni\",\"1m+YT2\":\"Le domande obbligatorie devono essere risposte prima che il cliente possa procedere al checkout.\",\"Dim4LO\":\"Aggiungi manualmente un Partecipante\",\"e4KdjJ\":\"Aggiungi Manualmente Partecipante\",\"vFjEnF\":\"Segna come pagato\",\"g9dPPQ\":\"Massimo Per Ordine\",\"l5OcwO\":\"Messaggio al partecipante\",\"Gv5AMu\":\"Messaggio ai Partecipanti\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Messaggio all'acquirente\",\"tNZzFb\":\"Contenuto del messaggio\",\"lYDV/s\":\"Invia messaggio ai singoli partecipanti\",\"V7DYWd\":\"Messaggio Inviato\",\"t7TeQU\":\"Messaggi\",\"xFRMlO\":\"Minimo Per Ordine\",\"QYcUEf\":\"Prezzo Minimo\",\"RDie0n\":\"Varie\",\"mYLhkl\":\"Impostazioni Varie\",\"KYveV8\":\"Casella di testo multilinea\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"La mia fantastica descrizione dell'evento...\",\"vX8/tc\":\"Il mio fantastico titolo dell'evento...\",\"hKtWk2\":\"Il Mio Profilo\",\"fj5byd\":\"N/D\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Nome\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Vai al Partecipante\",\"qqeAJM\":\"Mai\",\"7vhWI8\":\"Nuova Password\",\"1UzENP\":\"No\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Nessun evento archiviato da mostrare.\",\"q2LEDV\":\"Nessun partecipante trovato per questo ordine.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Nessun Partecipante da mostrare\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Nessuna Assegnazione di Capacità\",\"a/gMx2\":\"Nessuna Lista di Check-In\",\"tMFDem\":\"Nessun dato disponibile\",\"6Z/F61\":\"Nessun dato da mostrare. Seleziona un intervallo di date\",\"fFeCKc\":\"Nessuno Sconto\",\"HFucK5\":\"Nessun evento terminato da mostrare.\",\"yAlJXG\":\"Nessun evento da mostrare\",\"GqvPcv\":\"Nessun filtro disponibile\",\"KPWxKD\":\"Nessun messaggio da mostrare\",\"J2LkP8\":\"Nessun ordine da mostrare\",\"RBXXtB\":\"Nessun metodo di pagamento è attualmente disponibile. Contatta l'organizzatore dell'evento per assistenza.\",\"ZWEfBE\":\"Nessun Pagamento Richiesto\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Nessun prodotto disponibile in questa categoria.\",\"FTfObB\":\"Ancora Nessun Prodotto\",\"+Y976X\":\"Nessun Codice Promozionale da mostrare\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Nessun risultato\",\"gk5uwN\":\"Nessun Risultato di Ricerca\",\"RHyZUL\":\"Nessun risultato di ricerca.\",\"RY2eP1\":\"Nessuna Tassa o Commissione è stata aggiunta.\",\"EdQY6l\":\"Nessuno\",\"OJx3wK\":\"Non disponibile\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Note\",\"jtrY3S\":\"Ancora niente da mostrare\",\"hFwWnI\":\"Impostazioni Notifiche\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Notifica all'organizzatore i nuovi ordini\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Numero di giorni consentiti per il pagamento (lasciare vuoto per omettere i termini di pagamento dalle fatture)\",\"n86jmj\":\"Prefisso Numero\",\"mwe+2z\":\"Gli ordini offline non sono riflessi nelle statistiche dell'evento finché l'ordine non viene contrassegnato come pagato.\",\"dWBrJX\":\"Pagamento offline fallito. Riprova o contatta l'organizzatore dell'evento.\",\"fcnqjw\":\"Istruzioni di Pagamento Offline\",\"+eZ7dp\":\"Pagamenti Offline\",\"ojDQlR\":\"Informazioni sui Pagamenti Offline\",\"u5oO/W\":\"Impostazioni Pagamenti Offline\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"In Vendita\",\"Ug4SfW\":\"Una volta creato un evento, lo vedrai qui.\",\"ZxnK5C\":\"Una volta che inizi a raccogliere dati, li vedrai qui.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"In Corso\",\"z+nuVJ\":\"Online event\",\"WKHW0N\":\"Dettagli Evento Online\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Apri Pagina di Check-In\",\"OdnLE4\":\"Apri barra laterale\",\"ZZEYpT\":[\"Opzione \",[\"i\"]],\"oPknTP\":\"Informazioni aggiuntive opzionali da visualizzare su tutte le fatture (ad es. termini di pagamento, penali per ritardo, politica di reso)\",\"OrXJBY\":\"Prefisso opzionale per i numeri di fattura (ad es., FATT-)\",\"0zpgxV\":\"Opzioni\",\"BzEFor\":\"o\",\"UYUgdb\":\"Ordine\",\"mm+eaX\":\"Order #\",\"B3gPuX\":\"Ordine Annullato\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Data Ordine\",\"Tol4BF\":\"Dettagli Ordine\",\"WbImlQ\":\"L'ordine è stato annullato e il proprietario dell'ordine è stato avvisato.\",\"nAn4Oe\":\"Ordine contrassegnato come pagato\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Riferimento Ordine\",\"acIJ41\":\"Stato Ordine\",\"GX6dZv\":\"Riepilogo Ordine\",\"tDTq0D\":\"Timeout ordine\",\"1h+RBg\":\"Ordini\",\"3y+V4p\":\"Indirizzo Organizzazione\",\"GVcaW6\":\"Dettagli Organizzazione\",\"nfnm9D\":\"Nome Organizzazione\",\"G5RhpL\":\"Organizzatore\",\"mYygCM\":\"L'organizzatore è obbligatorio\",\"Pa6G7v\":\"Nome Organizzatore\",\"l894xP\":\"Gli organizzatori possono gestire solo eventi e prodotti. Non possono gestire utenti, impostazioni dell'account o informazioni di fatturazione.\",\"fdjq4c\":\"Spaziatura interna\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Pagina non trovata\",\"QbrUIo\":\"Visualizzazioni pagina\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"pagato\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Parzialmente Rimborsato\",\"8ZsakT\":\"Password\",\"TUJAyx\":\"La password deve essere di almeno 8 caratteri\",\"vwGkYB\":\"La password deve essere di almeno 8 caratteri\",\"BLTZ42\":\"Password reimpostata con successo. Accedi con la tua nuova password.\",\"f7SUun\":\"Le password non sono uguali\",\"aEDp5C\":\"Incolla questo dove vuoi che appaia il widget.\",\"+23bI/\":\"Patrick\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Pagamento\",\"Lg+ewC\":\"Pagamento e Fatturazione\",\"DZjk8u\":\"Impostazioni Pagamento e Fatturazione\",\"lflimf\":\"Periodo di Scadenza Pagamento\",\"JhtZAK\":\"Pagamento Fallito\",\"JEdsvQ\":\"Istruzioni di Pagamento\",\"bLB3MJ\":\"Metodi di Pagamento\",\"QzmQBG\":\"Fornitore di pagamento\",\"lsxOPC\":\"Pagamento Ricevuto\",\"wJTzyi\":\"Stato Pagamento\",\"xgav5v\":\"Pagamento riuscito!\",\"R29lO5\":\"Termini di Pagamento\",\"/roQKz\":\"Percentuale\",\"vPJ1FI\":\"Importo Percentuale\",\"xdA9ud\":\"Inserisci questo nel del tuo sito web.\",\"blK94r\":\"Aggiungi almeno un'opzione\",\"FJ9Yat\":\"Verifica che le informazioni fornite siano corrette\",\"TkQVup\":\"Controlla la tua email e password e riprova\",\"sMiGXD\":\"Verifica che la tua email sia valida\",\"Ajavq0\":\"Controlla la tua email per confermare il tuo indirizzo email\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Continua nella nuova scheda\",\"hcX103\":\"Crea un prodotto\",\"cdR8d6\":\"Crea un biglietto\",\"x2mjl4\":\"Inserisci un URL valido che punti a un'immagine.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Nota Bene\",\"C63rRe\":\"Torna alla pagina dell'evento per ricominciare.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Seleziona almeno un prodotto\",\"igBrCH\":\"Verifica il tuo indirizzo email per accedere a tutte le funzionalità\",\"/IzmnP\":\"Attendi mentre prepariamo la tua fattura...\",\"MOERNx\":\"Portoghese\",\"qCJyMx\":\"Messaggio post checkout\",\"g2UNkE\":\"Realizzato con\",\"Rs7IQv\":\"Messaggio pre checkout\",\"rdUucN\":\"Anteprima\",\"a7u1N9\":\"Prezzo\",\"CmoB9j\":\"Modalità visualizzazione prezzo\",\"BI7D9d\":\"Prezzo non impostato\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Colore primario\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Colore testo primario\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Stampa Tutti i Biglietti\",\"DKwDdj\":\"Stampa Biglietti\",\"K47k8R\":\"Prodotto\",\"1JwlHk\":\"Categoria Prodotto\",\"U61sAj\":\"Categoria prodotto aggiornata con successo.\",\"1USFWA\":\"Prodotto eliminato con successo\",\"4Y2FZT\":\"Tipo di Prezzo Prodotto\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Vendite Prodotti\",\"U/R4Ng\":\"Livello Prodotto\",\"sJsr1h\":\"Tipo di Prodotto\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Prodotto/i\",\"N0qXpE\":\"Prodotti\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Prodotti venduti\",\"/u4DIx\":\"Prodotti Venduti\",\"DJQEZc\":\"Prodotti ordinati con successo\",\"vERlcd\":\"Profilo\",\"kUlL8W\":\"Profilo aggiornato con successo\",\"cl5WYc\":[\"Codice promo \",[\"promo_code\"],\" applicato\"],\"P5sgAk\":\"Codice Promo\",\"yKWfjC\":\"Pagina Codice Promo\",\"RVb8Fo\":\"Codici Promo\",\"BZ9GWa\":\"I codici promo possono essere utilizzati per offrire sconti, accesso in prevendita o fornire accesso speciale al tuo evento.\",\"OP094m\":\"Report Codici Promo\",\"4kyDD5\":\"Fornisci ulteriori informazioni o istruzioni per questa domanda. Utilizza questo campo per aggiungere termini\\ne condizioni, linee guida o qualsiasi altra informazione importante che i partecipanti debbano conoscere prima di rispondere.\",\"toutGW\":\"Codice QR\",\"LkMOWF\":\"Quantità Disponibile\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Domanda eliminata\",\"avf0gk\":\"Descrizione Domanda\",\"oQvMPn\":\"Titolo Domanda\",\"enzGAL\":\"Domande\",\"ROv2ZT\":\"Domande e Risposte\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Opzione Radio\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Destinatario\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Rimborso Fallito\",\"n10yGu\":\"Rimborsa ordine\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Rimborso in Attesa\",\"xHpVRl\":\"Stato Rimborso\",\"/BI0y9\":\"Rimborsato\",\"fgLNSM\":\"Registrati\",\"9+8Vez\":\"Utilizzi Rimanenti\",\"tasfos\":\"rimuovi\",\"t/YqKh\":\"Rimuovi\",\"t9yxlZ\":\"Report\",\"prZGMe\":\"Richiedi Indirizzo di Fatturazione\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Reinvia conferma email\",\"wIa8Qe\":\"Reinvia invito\",\"VeKsnD\":\"Reinvia email ordine\",\"dFuEhO\":\"Reinvia e-mail del biglietto\",\"o6+Y6d\":\"Reinvio in corso...\",\"OfhWJH\":\"Reimposta\",\"RfwZxd\":\"Reimposta password\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Ripristina evento\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Torna alla Pagina dell'Evento\",\"8YBH95\":\"Ricavi\",\"PO/sOY\":\"Revoca invito\",\"GDvlUT\":\"Ruolo\",\"ELa4O9\":\"Data Fine Vendita\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Data Inizio Vendita\",\"hBsw5C\":\"Vendite terminate\",\"kpAzPe\":\"Inizio vendite\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Salva\",\"IUwGEM\":\"Salva Modifiche\",\"U65fiW\":\"Salva Organizzatore\",\"UGT5vp\":\"Salva Impostazioni\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Cerca per nome partecipante, email o numero ordine...\",\"+pr/FY\":\"Cerca per nome evento...\",\"3zRbWw\":\"Cerca per nome, email o numero ordine...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Cerca per nome...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Cerca assegnazioni di capacità...\",\"r9M1hc\":\"Cerca liste di check-in...\",\"+0Yy2U\":\"Cerca prodotti\",\"YIix5Y\":\"Cerca...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Colore secondario\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Colore testo secondario\",\"02ePaq\":[\"Seleziona \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Seleziona categoria...\",\"kWI/37\":\"Seleziona organizzatore\",\"ixIx1f\":\"Seleziona Prodotto\",\"3oSV95\":\"Seleziona Livello Prodotto\",\"C4Y1hA\":\"Seleziona prodotti\",\"hAjDQy\":\"Seleziona stato\",\"QYARw/\":\"Seleziona Biglietto\",\"OMX4tH\":\"Seleziona biglietti\",\"DrwwNd\":\"Seleziona periodo di tempo\",\"O/7I0o\":\"Seleziona...\",\"JlFcis\":\"Invia\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Invia un messaggio\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Invia Messaggio\",\"D7ZemV\":\"Invia email di conferma ordine e biglietto\",\"v1rRtW\":\"Invia Test\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"Descrizione SEO\",\"/SIY6o\":\"Parole Chiave SEO\",\"GfWoKv\":\"Impostazioni SEO\",\"rXngLf\":\"Titolo SEO\",\"/jZOZa\":\"Commissione di Servizio\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Imposta il numero iniziale per la numerazione delle fatture. Questo non può essere modificato una volta che le fatture sono state generate.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Impostazioni\",\"Z8lGw6\":\"Condividi\",\"B2V3cA\":\"Condividi Evento\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Show\",\"V0SbFp\":\"Mostra quantità prodotto disponibile\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Mostra altro\",\"izwOOD\":\"Mostra tasse e commissioni separatamente\",\"1SbbH8\":\"Mostrato al cliente dopo il checkout, nella pagina di riepilogo dell'ordine.\",\"YfHZv0\":\"Mostrato al cliente prima del checkout\",\"CBBcly\":\"Mostra i campi comuni dell'indirizzo, incluso il paese\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Casella di testo a riga singola\",\"+P0Cn2\":\"Salta questo passaggio\",\"YSEnLE\":\"Smith\",\"lgFfeO\":\"Esaurito\",\"Mi1rVn\":\"Esaurito\",\"nwtY4N\":\"Qualcosa è andato storto\",\"GRChTw\":\"Qualcosa è andato storto durante l'eliminazione della Tassa o Commissione\",\"YHFrbe\":\"Qualcosa è andato storto! Riprova\",\"kf83Ld\":\"Qualcosa è andato storto.\",\"fWsBTs\":\"Qualcosa è andato storto. Riprova.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Spiacenti, questo codice promo non è riconosciuto\",\"65A04M\":\"Spagnolo\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Data di inizio\",\"/2by1f\":\"Stato o Regione\",\"uAQUqI\":\"Stato\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"I pagamenti Stripe non sono abilitati per questo evento.\",\"UJmAAK\":\"Oggetto\",\"X2rrlw\":\"Subtotale\",\"zzDlyQ\":\"Successo\",\"b0HJ45\":[\"Successo! \",[\"0\"],\" riceverà un'email a breve.\"],\"BJIEiF\":[\"Partecipante \",[\"0\"],\" con successo\"],\"OtgNFx\":\"Indirizzo email confermato con successo\",\"IKwyaF\":\"Modifica email confermata con successo\",\"zLmvhE\":\"Partecipante creato con successo\",\"gP22tw\":\"Prodotto Creato con Successo\",\"9mZEgt\":\"Codice Promo Creato con Successo\",\"aIA9C4\":\"Domanda Creata con Successo\",\"J3RJSZ\":\"Partecipante aggiornato con successo\",\"3suLF0\":\"Assegnazione Capacità aggiornata con successo\",\"Z+rnth\":\"Lista Check-In aggiornata con successo\",\"vzJenu\":\"Impostazioni Email Aggiornate con Successo\",\"7kOMfV\":\"Evento Aggiornato con Successo\",\"G0KW+e\":\"Design Homepage Aggiornato con Successo\",\"k9m6/E\":\"Impostazioni Homepage Aggiornate con Successo\",\"y/NR6s\":\"Posizione Aggiornata con Successo\",\"73nxDO\":\"Impostazioni Varie Aggiornate con Successo\",\"4H80qv\":\"Ordine aggiornato con successo\",\"6xCBVN\":\"Impostazioni di Pagamento e Fatturazione Aggiornate con Successo\",\"1Ycaad\":\"Prodotto aggiornato con successo\",\"70dYC8\":\"Codice Promo Aggiornato con Successo\",\"F+pJnL\":\"Impostazioni SEO Aggiornate con Successo\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Email di Supporto\",\"uRfugr\":\"T-shirt\",\"JpohL9\":\"Tassa\",\"geUFpZ\":\"Tasse e Commissioni\",\"dFHcIn\":\"Dettagli Fiscali\",\"wQzCPX\":\"Informazioni fiscali da mostrare in fondo a tutte le fatture (es. numero di partita IVA, registrazione fiscale)\",\"0RXCDo\":\"Tassa o Commissione eliminata con successo\",\"ZowkxF\":\"Tasse\",\"qu6/03\":\"Tasse e Commissioni\",\"gypigA\":\"Quel codice promo non è valido\",\"5ShqeM\":\"La lista di check-in che stai cercando non esiste.\",\"QXlz+n\":\"La valuta predefinita per i tuoi eventi.\",\"mnafgQ\":\"Il fuso orario predefinito per i tuoi eventi.\",\"o7s5FA\":\"La lingua in cui il partecipante riceverà le email.\",\"NlfnUd\":\"Il link che hai cliccato non è valido.\",\"HsFnrk\":[\"Il numero massimo di prodotti per \",[\"0\"],\"è \",[\"1\"]],\"TSAiPM\":\"La pagina che stai cercando non esiste\",\"MSmKHn\":\"Il prezzo mostrato al cliente includerà tasse e commissioni.\",\"6zQOg1\":\"Il prezzo mostrato al cliente non includerà tasse e commissioni. Saranno mostrate separatamente\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Il titolo dell'evento che verrà visualizzato nei risultati dei motori di ricerca e quando si condivide sui social media. Per impostazione predefinita, verrà utilizzato il titolo dell'evento\",\"wDx3FF\":\"Non ci sono prodotti disponibili per questo evento\",\"pNgdBv\":\"Non ci sono prodotti disponibili in questa categoria\",\"rMcHYt\":\"C'è un rimborso in attesa. Attendi che sia completato prima di richiedere un altro rimborso.\",\"F89D36\":\"Si è verificato un errore nel contrassegnare l'ordine come pagato\",\"68Axnm\":\"Si è verificato un errore durante l'elaborazione della tua richiesta. Riprova.\",\"mVKOW6\":\"Si è verificato un errore durante l'invio del tuo messaggio\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Questo partecipante ha un ordine non pagato.\",\"mf3FrP\":\"Questa categoria non ha ancora prodotti.\",\"8QH2Il\":\"Questa categoria è nascosta alla vista pubblica\",\"xxv3BZ\":\"Questa lista di check-in è scaduta\",\"Sa7w7S\":\"Questa lista di check-in è scaduta e non è più disponibile per i check-in.\",\"Uicx2U\":\"Questa lista di check-in è attiva\",\"1k0Mp4\":\"Questa lista di check-in non è ancora attiva\",\"K6fmBI\":\"Questa lista di check-in non è ancora attiva e non è disponibile per i check-in.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Queste informazioni saranno mostrate nella pagina di pagamento, nella pagina di riepilogo dell'ordine e nell'email di conferma dell'ordine.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Questo è un evento online\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Questo messaggio sarà incluso nel piè di pagina di tutte le email inviate da questo evento\",\"55i7Fa\":\"Questo messaggio sarà mostrato solo se l'ordine è completato con successo. Gli ordini in attesa di pagamento non mostreranno questo messaggio\",\"RjwlZt\":\"Questo ordine è già stato pagato.\",\"5K8REg\":\"Questo ordine è già stato rimborsato.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Questo ordine è stato annullato.\",\"Q0zd4P\":\"Questo ordine è scaduto. Per favore ricomincia.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Questo ordine è completo.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Questa pagina dell'ordine non è più disponibile.\",\"i0TtkR\":\"Questo sovrascrive tutte le impostazioni di visibilità e nasconderà il prodotto a tutti i clienti.\",\"cRRc+F\":\"Questo prodotto non può essere eliminato perché è associato a un ordine. Puoi invece nasconderlo.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Questo link per reimpostare la password non è valido o è scaduto.\",\"IV9xTT\":\"Questo utente non è attivo, poiché non ha accettato il suo invito.\",\"5AnPaO\":\"biglietto\",\"kjAL4v\":\"Biglietto\",\"dtGC3q\":\"Email del biglietto reinviata al partecipante\",\"54q0zp\":\"Biglietti per\",\"xN9AhL\":[\"Livello \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"I prodotti a livelli ti permettono di offrire più opzioni di prezzo per lo stesso prodotto. È perfetto per prodotti in prevendita o per offrire diverse opzioni di prezzo per diversi gruppi di persone.\",\"nn3mSR\":\"Tempo rimasto:\",\"s/0RpH\":\"Volte utilizzato\",\"y55eMd\":\"Volte Utilizzato\",\"40Gx0U\":\"Fuso orario\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Titolo\",\"xdA/+p\":\"Strumenti\",\"72c5Qo\":\"Totale\",\"YXx+fG\":\"Totale Prima degli Sconti\",\"NRWNfv\":\"Importo Totale Sconto\",\"BxsfMK\":\"Commissioni Totali\",\"2bR+8v\":\"Vendite Lorde Totali\",\"mpB/d9\":\"Importo totale ordine\",\"m3FM1g\":\"Totale rimborsato\",\"jEbkcB\":\"Totale Rimborsato\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Tasse Totali\",\"+zy2Nq\":\"Tipo\",\"FMdMfZ\":\"Impossibile registrare il partecipante\",\"bPWBLL\":\"Impossibile registrare l'uscita del partecipante\",\"9+P7zk\":\"Impossibile creare il prodotto. Controlla i tuoi dati\",\"WLxtFC\":\"Impossibile creare il prodotto. Controlla i tuoi dati\",\"/cSMqv\":\"Impossibile creare la domanda. Controlla i tuoi dati\",\"MH/lj8\":\"Impossibile aggiornare la domanda. Controlla i tuoi dati\",\"nnfSdK\":\"Clienti Unici\",\"Mqy/Zy\":\"Stati Uniti\",\"NIuIk1\":\"Illimitato\",\"/p9Fhq\":\"Disponibilità illimitata\",\"E0q9qH\":\"Utilizzi illimitati consentiti\",\"h10Wm5\":\"Ordine non pagato\",\"ia8YsC\":\"In Arrivo\",\"TlEeFv\":\"Eventi in Arrivo\",\"L/gNNk\":[\"Aggiorna \",[\"0\"]],\"+qqX74\":\"Aggiorna nome, descrizione e date dell'evento\",\"vXPSuB\":\"Aggiorna profilo\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL copiato negli appunti\",\"e5lF64\":\"Esempio di utilizzo\",\"fiV0xj\":\"Limite di Utilizzo\",\"sGEOe4\":\"Usa una versione sfocata dell'immagine di copertina come sfondo\",\"OadMRm\":\"Usa immagine di copertina\",\"7PzzBU\":\"Utente\",\"yDOdwQ\":\"Gestione Utenti\",\"Sxm8rQ\":\"Utenti\",\"VEsDvU\":\"Gli utenti possono modificare la loro email in <0>Impostazioni Profilo\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"IVA\",\"E/9LUk\":\"Nome della Sede\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Visualizza Dettagli Partecipante\",\"/5PEQz\":\"Visualizza pagina evento\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Visualizza su Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"Lista check-in VIP\",\"tF+VVr\":\"Biglietto VIP\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Non è stato possibile elaborare il tuo pagamento. Riprova o contatta l'assistenza.\",\"45Srzt\":\"Non è stato possibile eliminare la categoria. Riprova.\",\"/DNy62\":[\"Non abbiamo trovato biglietti corrispondenti a \",[\"0\"]],\"1E0vyy\":\"Non è stato possibile caricare i dati. Riprova.\",\"NmpGKr\":\"Non è stato possibile riordinare le categorie. Riprova.\",\"BJtMTd\":\"Consigliamo dimensioni di 2160px per 1080px e una dimensione massima del file di 5MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Non siamo riusciti a confermare il tuo pagamento. Riprova o contatta l'assistenza.\",\"Gspam9\":\"Stiamo elaborando il tuo ordine. Attendere prego...\",\"LuY52w\":\"Benvenuto a bordo! Accedi per continuare.\",\"dVxpp5\":[\"Bentornato\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Cosa sono i Prodotti a Livelli?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Cos'è una Categoria?\",\"gxeWAU\":\"A quali prodotti si applica questo codice?\",\"hFHnxR\":\"A quali prodotti si applica questo codice? (Si applica a tutti per impostazione predefinita)\",\"AeejQi\":\"A quali prodotti dovrebbe applicarsi questa capacità?\",\"Rb0XUE\":\"A che ora arriverai?\",\"5N4wLD\":\"Che tipo di domanda è questa?\",\"gyLUYU\":\"Quando abilitato, le fatture verranno generate per gli ordini di biglietti. Le fatture saranno inviate insieme all'email di conferma dell'ordine. I partecipanti possono anche scaricare le loro fatture dalla pagina di conferma dell'ordine.\",\"D3opg4\":\"Quando i pagamenti offline sono abilitati, gli utenti potranno completare i loro ordini e ricevere i loro biglietti. I loro biglietti indicheranno chiaramente che l'ordine non è pagato, e lo strumento di check-in avviserà il personale di check-in se un ordine richiede il pagamento.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Quali biglietti dovrebbero essere associati a questa lista di check-in?\",\"S+OdxP\":\"Chi sta organizzando questo evento?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"A chi dovrebbe essere posta questa domanda?\",\"VxFvXQ\":\"Incorpora Widget\",\"v1P7Gm\":\"Impostazioni widget\",\"b4itZn\":\"In corso\",\"hqmXmc\":\"In corso...\",\"+G/XiQ\":\"Da inizio anno\",\"l75CjT\":\"Si\",\"QcwyCh\":\"Sì, rimuovili\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Stai cambiando la tua email in <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Sei offline\",\"sdB7+6\":\"Puoi creare un codice promo che ha come target questo prodotto nella\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Non puoi cambiare il tipo di prodotto poiché ci sono partecipanti associati a questo prodotto.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Non puoi registrare partecipanti con ordini non pagati. Questa impostazione può essere modificata nelle impostazioni dell'evento.\",\"c9Evkd\":\"Non puoi eliminare l'ultima categoria.\",\"6uwAvx\":\"Non puoi eliminare questo livello di prezzo perché ci sono già prodotti venduti per questo livello. Puoi invece nasconderlo.\",\"tFbRKJ\":\"Non puoi modificare il ruolo o lo stato del proprietario dell'account.\",\"fHfiEo\":\"Non puoi rimborsare un ordine creato manualmente.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Hai accesso a più account. Scegli uno per continuare.\",\"Z6q0Vl\":\"Hai già accettato questo invito. Accedi per continuare.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Non hai modifiche di email in sospeso.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Hai esaurito il tempo per completare il tuo ordine.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Devi riconoscere che questa email non è promozionale\",\"3ZI8IL\":\"Devi accettare i termini e le condizioni\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Devi creare un biglietto prima di poter aggiungere manualmente un partecipante.\",\"jE4Z8R\":\"Devi avere almeno un livello di prezzo\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Dovrai contrassegnare un ordine come pagato manualmente. Questo può essere fatto nella pagina di gestione dell'ordine.\",\"L/+xOk\":\"Avrai bisogno di un biglietto prima di poter creare una lista di check-in.\",\"Djl45M\":\"Avrai bisogno di un prodotto prima di poter creare un'assegnazione di capacità.\",\"y3qNri\":\"Avrai bisogno di almeno un prodotto per iniziare. Gratuito, a pagamento o lascia che l'utente decida quanto pagare.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Il nome del tuo account è utilizzato nelle pagine degli eventi e nelle email.\",\"veessc\":\"I tuoi partecipanti appariranno qui una volta che si saranno registrati per il tuo evento. Puoi anche aggiungere manualmente i partecipanti.\",\"Eh5Wrd\":\"Il tuo fantastico sito web 🎉\",\"lkMK2r\":\"I tuoi Dettagli\",\"3ENYTQ\":[\"La tua richiesta di cambio email a <0>\",[\"0\"],\" è in attesa. Controlla la tua email per confermare\"],\"yZfBoy\":\"Il tuo messaggio è stato inviato\",\"KSQ8An\":\"Il tuo Ordine\",\"Jwiilf\":\"Il tuo ordine è stato annullato\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"I tuoi ordini appariranno qui una volta che inizieranno ad arrivare.\",\"9TO8nT\":\"La tua password\",\"P8hBau\":\"Il tuo pagamento è in elaborazione.\",\"UdY1lL\":\"Il tuo pagamento non è andato a buon fine, riprova.\",\"fzuM26\":\"Il tuo pagamento non è andato a buon fine. Riprova.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Il tuo rimborso è in elaborazione.\",\"IFHV2p\":\"Il tuo biglietto per\",\"x1PPdr\":\"CAP / Codice Postale\",\"BM/KQm\":\"CAP o Codice Postale\",\"+LtVBt\":\"CAP o Codice Postale\",\"25QDJ1\":\"- Clicca per pubblicare\",\"WOyJmc\":\"- Clicca per annullare la pubblicazione\",\"ncwQad\":\"(vuoto)\",\"B/gRsg\":\"(none)\",\"wqtZLy\":[[\"0\"],\" (copia)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" ha già effettuato il check-in\"],\"3beCx0\":[[\"0\"],\" <0>checked in\"],\"S4PqS9\":[[\"0\"],\" Webhook Attivi\"],\"6MIiOI\":[[\"0\"],\" rimasti\"],\"COnw8D\":[\"Logo \",[\"0\"]],\"xG9N0H\":[[\"0\"],\" of \",[\"1\"],\" seats are taken.\"],\"B7pZfX\":[[\"0\"],\" organizzatori\"],\"/HkCs4\":[[\"0\"],\" biglietti\"],\"30bTiU\":[[\"activeCount\"],\" enabled\"],\"jTs4am\":[[\"appName\"],\" logo\"],\"gbJOk9\":[[\"attendeeCount\"],\" attendees are registered for this session.\"],\"TjbIUI\":[[\"availableCount\"],\" di \",[\"totalCount\"],\" disponibile\"],\"PSChHo\":[[\"capacity\"],\" posti rimasti\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" checked in\"],\"RZ0JX3\":[[\"chipTime\"],\", esaurito\"],\"M4KnFs\":[[\"chipTime\"],\", Esaurito, lista d'attesa disponibile\"],\"SeyN12\":[[\"completedCount\"],\" of \",[\"totalCount\"],\" steps complete\"],\"wYzVwE\":[[\"count\"],\" add-ons\"],\"f2rhaD\":[[\"diffHr\"],\"h ago\"],\"NRSLBe\":[[\"diffMin\"],\"m ago\"],\"iYfwJE\":[[\"diffSec\"],\"s ago\"],\"OJnhhX\":[[\"eventCount\"],\" eventi\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" more\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" attendees are registered across the affected sessions.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per order\"],\"RBuxIl\":[[\"productCount\"],\" ticket types configured\"],\"VFLd0I\":[[\"slotCount\"],\" times available\"],\"3IEF7U\":[[\"totalCount\"],\" tipi di biglietto\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" commissioni\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" commissioni e tasse\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" tasse\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 giorno\",\"1d6kks\":\"+Tasse/Commissioni\",\"B1St2O\":\"<0>Le liste di check-in ti aiutano a gestire l'ingresso all'evento per giorno, area o tipo di biglietto. Puoi collegare i biglietti a liste specifiche come zone VIP o pass del Giorno 1 e condividere un link di check-in sicuro con il personale. Non è richiesto alcun account. Il check-in funziona su dispositivi mobili, desktop o tablet, utilizzando la fotocamera del dispositivo o uno scanner USB HID. \",\"v9VSIS\":\"<0>Imposta un unico limite di presenze totale che si applichi a più tipi di biglietto contemporaneamente.<1>Ad esempio, se colleghi un <2>Pass Giornaliero e un biglietto <3>Weekend Completo, entrambi verranno estratti dallo stesso gruppo di posti. Una volta raggiunto il limite, la vendita di tutti i biglietti collegati verrà interrotta automaticamente.\",\"Il5Uid\":\"<0>Questa è la quantità totale disponibile per tutte le date del programma nel loro insieme: non è un limite per data. Per limitare la partecipazione a ogni data, imposta una capacità nella <1>pagina Programmazione delle date.\",\"ZnVt5v\":\"<0>I webhook notificano istantaneamente i servizi esterni quando si verificano eventi, come l'aggiunta di un nuovo partecipante al tuo CRM o alla mailing list al momento della registrazione, garantendo un'automazione senza interruzioni.<1>Utilizza servizi di terze parti come <2>Zapier, <3>IFTTT o <4>Make per creare flussi di lavoro personalizzati e automatizzare le attività.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" al tasso attuale\"],\"M2DyLc\":\"1 Webhook Attivo\",\"hMefp0\":\"1 add-on\",\"6hIk/x\":\"1 attendee is registered across the affected sessions.\",\"qOyE2U\":\"1 attendee is registered for this session.\",\"943BwI\":\"1 giorno dopo la data di fine\",\"yj3N+g\":\"1 giorno dopo la data di inizio\",\"Z3etYG\":\"1 giorno prima dell'evento\",\"szSnlj\":\"1 ora prima dell'evento\",\"yTsaLw\":\"1 biglietto\",\"nz96Ue\":\"1 tipo di biglietto\",\"InX5ad\":\"1 ticket type configured\",\"y2Jh0m\":\"1 time available\",\"cGtUz6\":\"1 settimana prima dell'evento\",\"HR/cvw\":\"Via Esempio 123\",\"dgKxZ5\":\"135+ currencies & 40+ payment methods\",\"/d9gcz\":\"È richiesta un'etichetta del pulsante quando è impostato un URL\",\"kMU5aM\":\"Un avviso di annullamento è stato inviato a\",\"o++0qa\":\"a change in duration\",\"WuWSX5\":\"A few quick steps and you're ready to start selling.\",\"RQ5kDd\":\"Un messaggio da visualizzare quando non ci sono prodotti in questa categoria.\",\"V53XzQ\":\"Un nuovo codice di verifica è stato inviato alla tua email\",\"sr2Je0\":\"a shift in start/end times\",\"/z/bH1\":\"Una breve descrizione del tuo organizzatore che sarà visibile agli utenti.\",\"3BKFn6\":\"È richiesto un URL quando è impostata un'etichetta del pulsante\",\"RpjXTb\":\"Uno schema settimanale\",\"aS0jtz\":\"Abbandonato\",\"uyJsf6\":\"Informazioni\",\"JvuLls\":\"Assorbire la commissione\",\"lk74+I\":\"Assorbire la commissione\",\"1uJlG9\":\"Colore di Accento\",\"g3UF2V\":\"Accetta\",\"K5+3xg\":\"Accetta invito\",\"LuXP9q\":\"Access\",\"jzb4Ep\":[\"Account · \",[\"0\"]],\"UqH1Q6\":[\"Account · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"L'eliminazione dell'account è stata annullata.\",\"WtlP+7\":\"L'eliminazione dell'account è bloccata\",\"vOuxvL\":\"Informazioni sull'account\",\"F9cvwz\":\"Nome dell'account\",\"EHNORh\":\"Account non trovato\",\"Hy1lfH\":\"Proprietario dell'account\",\"bPwFdf\":\"Account\",\"pi/Iog\":[\"Account (\",[\"0\"],\")\"],\"AhwTa1\":\"Azione richiesta: Informazioni IVA necessarie\",\"APyAR/\":\"Eventi attivi\",\"kCl6ja\":\"Active payment methods\",\"XJOV1Y\":\"Activity\",\"Eso+01\":[\"Aggiungi prima \",[\"0\"]],\"eJ0IJA\":\"Add a cover image and theme to match your brand\",\"0YEoxS\":\"Add a date\",\"ybegUq\":\"Add a description and venue so attendees know what to expect\",\"nOZl6j\":\"Add a Single Date\",\"CjvTPJ\":\"Add another time\",\"0XCduh\":\"Add at least one time\",\"/chGpa\":\"Add connection details for the online event.\",\"UWWRyd\":\"Aggiungi domande personalizzate per raccogliere informazioni aggiuntive durante il checkout\",\"Z/dcxc\":\"Add Date\",\"QeupRg\":\"Aggiungi date\",\"Q219NT\":\"Add Dates\",\"yjB5VC\":\"Add dates and times for your recurring event\",\"Z8idyM\":\"Add details\",\"wpirGs\":\"Add event details\",\"VX6WUv\":\"Aggiungi luogo\",\"GCQlV2\":\"Add multiple times if you run several sessions per day.\",\"7JF9w9\":\"Aggiungi domanda\",\"NLbIb6\":\"Add this attendee anyway (override capacity)\",\"6PNlRV\":\"Aggiungi questo evento al tuo calendario\",\"BGD9Yt\":\"Aggiungi biglietti\",\"uIv4Op\":\"Aggiungi i pixel di tracciamento alle pagine pubbliche dei tuoi eventi e alla homepage dell'organizzatore. Quando il tracciamento è attivo, ai visitatori verrà mostrato un banner per il consenso ai cookie.\",\"QN2F+7\":\"Aggiungi Webhook\",\"NsWqSP\":\"Aggiungi i tuoi profili social e l'URL del sito. Verranno mostrati nella pagina pubblica dell'organizzatore.\",\"6JzKEV\":\"Add-on only\",\"VkQex5\":\"Add-on products\",\"Y2K3rp\":\"Add-ons\",\"Z/ZU8N\":\"Aggiunto al pagamento\",\"bVjDs9\":\"Commissioni aggiuntive\",\"MKqSg4\":\"Accesso amministratore richiesto\",\"0Zypnp\":\"Dashboard Amministratore\",\"tlFYEo\":\"Admits attendees to your event\",\"YAV57v\":\"Affiliato\",\"I+utEq\":\"Il codice affiliato non può essere modificato\",\"/jHBj5\":\"Affiliato creato con successo\",\"uCFbG2\":\"Affiliato eliminato con successo\",\"ld8I+f\":\"Affiliate program\",\"a41PKA\":\"Le vendite dell'affiliato saranno tracciate\",\"mJJh2s\":\"Le vendite dell'affiliato non saranno tracciate. Questo disattiverà l'affiliato.\",\"jabmnm\":\"Affiliato aggiornato con successo\",\"CPXP5Z\":\"Affiliati\",\"9Wh+ug\":\"Affiliati esportati\",\"3cqmut\":\"Gli affiliati ti aiutano a tracciare le vendite generate da partner e influencer. Crea codici affiliato e condividili per monitorare le prestazioni.\",\"3e31kI\":\"After your event is created, you can choose how often it repeats from the dashboard.\",\"z7GAMJ\":\"all\",\"N40H+G\":\"Tutti\",\"7rLTkE\":\"Tutti gli eventi archiviati\",\"gKq1fa\":\"Tutti i partecipanti\",\"63gRoO\":\"All attendees of the selected sessions\",\"uWxIoH\":\"All attendees of this occurrence\",\"pMLul+\":\"Tutte le valute\",\"sgUdRZ\":\"All dates\",\"e4q4uO\":\"All Dates\",\"ZS/D7f\":\"Tutti gli eventi terminati\",\"QsYjci\":\"Tutti gli eventi\",\"31KB8w\":\"Tutti i lavori falliti eliminati\",\"D2g7C7\":\"Tutti i lavori in coda per il nuovo tentativo\",\"B4RFBk\":\"All matching dates\",\"F1/VgK\":\"All occurrences\",\"OpWjMq\":\"All Occurrences\",\"Sxm1lO\":\"Tutti gli stati\",\"dr7CWq\":\"Tutti gli eventi in arrivo\",\"UBpkWM\":\"Tutti gli utenti\",\"GpT6Uf\":\"Consentire ai partecipanti di aggiornare le informazioni del biglietto (nome, e-mail) tramite un link sicuro inviato con la conferma dell'ordine.\",\"VZdky1\":\"Consenti agli acquirenti di copiare i propri dati su tutti i partecipanti\",\"F3mW5G\":\"Consenti ai clienti di iscriversi a una lista d'attesa quando questo prodotto è esaurito\",\"4CMO/q\":\"Consenti ai clienti di iscriversi a una lista d'attesa quando questo prodotto è esaurito. I clienti si iscrivono alla lista d'attesa per una data specifica.\",\"c4uJfc\":\"Quasi fatto! Stiamo solo aspettando che il tuo pagamento venga elaborato. Dovrebbe richiedere solo pochi secondi.\",\"ocS8eq\":[\"Hai già un account? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Already in\",\"/H326L\":\"Già rimborsato\",\"USEpOK\":\"Already use Stripe on another organizer? Reuse that connection.\",\"RtxQTF\":\"Cancella anche questo ordine\",\"jkNgQR\":\"Rimborsa anche questo ordine\",\"xYqsHg\":\"Sempre disponibile\",\"rrepBD\":\"Always on sale\",\"Wvrz79\":\"Importo pagato\",\"Zkymb9\":\"Un'email da associare a questo affiliato. L'affiliato non sarà notificato.\",\"vRznIT\":\"Si è verificato un errore durante il controllo dello stato di esportazione.\",\"OPFdAM\":\"Una descrizione facoltativa di questa categoria da visualizzare sulla pagina dell'evento.\",\"eusccx\":\"Un messaggio facoltativo da visualizzare sul prodotto evidenziato, ad esempio \\\"In vendita veloce 🔥\\\" o \\\"Miglior rapporto qualità-prezzo\\\"\",\"HZFm5R\":\"e\",\"l3LBtZ\":\"Contenuto dell'annuncio\",\"Th00L9\":\"Annuncio creato\",\"p/XJYI\":\"Annuncio eliminato\",\"08iV57\":\"Titolo dell'annuncio\",\"qLqgre\":\"Annuncio aggiornato\",\"Dzr23X\":\"Annunci\",\"asqL+J\":\"Anonimizza\",\"QNrkms\":\"Risposta aggiornata con successo.\",\"+qygei\":\"Answers\",\"GK7Lnt\":\"Answers provided at checkout (e.g. meal choice)\",\"lE8PgT\":\"Any dates you've manually customized will be kept.\",\"jVoYha\":[\"applicato — \",[\"0\"],\" di sconto sul tuo ordine\"],\"vP3Nzg\":[\"Applies to \",[\"0\"],\", non-cancelled dates currently loaded on this page.\"],\"kkVyZZ\":\"Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything.\",\"je4muG\":[\"Applies to every \",[\"0\"],\", non-cancelled date in this event — including dates not currently loaded.\"],\"YIIQtt\":\"Apply Changes\",\"NzWX1Y\":\"Apply to\",\"Ps5oDT\":\"Apply to all tickets\",\"261RBr\":\"Approva messaggio\",\"naCW6Z\":\"April\",\"B495Gs\":\"Archivia\",\"5sNliy\":\"Archivia evento\",\"BrwnrJ\":\"Archivia organizzatore\",\"E5eghW\":\"Archivia questo evento per nasconderlo al pubblico. Puoi ripristinarlo in seguito.\",\"eqFkeI\":\"Archivia questo organizzatore. Verranno archiviati anche tutti gli eventi appartenenti a questo organizzatore.\",\"BzcxWv\":\"Organizzatori archiviati\",\"9cQBd6\":\"Sei sicuro di voler archiviare questo evento? Non sarà più visibile al pubblico.\",\"Trnl3E\":\"Sei sicuro di voler archiviare questo organizzatore? Verranno archiviati anche tutti gli eventi appartenenti a questo organizzatore.\",\"wOvn+e\":[\"Are you sure you want to cancel \",[\"count\"],\" date(s)? Affected attendees will be notified by email.\"],\"GTxE0U\":\"Are you sure you want to cancel this date? Affected attendees will be notified by email.\",\"VkSk/i\":\"Sei sicuro di voler annullare questo messaggio programmato?\",\"0aVEBY\":\"Sei sicuro di voler eliminare tutti i lavori falliti?\",\"LchiNd\":\"Sei sicuro di voler eliminare questo affiliato? Questa azione non può essere annullata.\",\"U49Xd6\":\"Sei sicuro di voler eliminare questo annuncio? Gli utenti non lo vedranno più.\",\"vPeW/6\":\"Vuoi davvero eliminare questa configurazione? Ciò potrebbe influire sugli account che la utilizzano.\",\"h42Hc/\":\"Are you sure you want to delete this date? This action cannot be undone.\",\"RiF/yT\":\"Are you sure you want to delete this image?\",\"b3+Qku\":\"Are you sure you want to delete this tax or fee? It will no longer be applied to new orders.\",\"JmVITJ\":\"Sei sicuro di voler eliminare questo modello? Questa azione non può essere annullata e le email torneranno al modello predefinito.\",\"aLS+A6\":\"Sei sicuro di voler eliminare questo modello? Questa azione non può essere annullata e le email torneranno al modello dell'organizzatore o predefinito.\",\"5H3Z78\":\"Sei sicuro di voler eliminare questo webhook?\",\"147G4h\":\"Sei sicuro di voler uscire?\",\"VDWChT\":\"Sei sicuro di voler rendere questo organizzatore una bozza? La pagina dell'organizzatore sarà invisibile al pubblico.\",\"pWtQJM\":\"Sei sicuro di voler rendere pubblico questo organizzatore? La pagina dell'organizzatore sarà visibile al pubblico.\",\"EOqL/A\":\"Sei sicuro di voler offrire un posto a questa persona? Riceverà una notifica via e-mail.\",\"yAXqWW\":\"Are you sure you want to permanently delete this date? This cannot be undone.\",\"WFHOlF\":\"Sei sicuro di voler pubblicare questo evento? Una volta pubblicato, sarà visibile al pubblico.\",\"4TNVdy\":\"Sei sicuro di voler pubblicare questo profilo organizzatore? Una volta pubblicato, sarà visibile al pubblico.\",\"8x0pUg\":\"Sei sicuro di voler rimuovere questa voce dalla lista d'attesa?\",\"cDtoWq\":[\"Sei sicuro di voler reinviare la conferma dell'ordine a \",[\"0\"],\"?\"],\"xeIaKw\":[\"Sei sicuro di voler reinviare il biglietto a \",[\"0\"],\"?\"],\"BjbocR\":\"Sei sicuro di voler ripristinare questo evento?\",\"7MjfcR\":\"Sei sicuro di voler ripristinare questo organizzatore?\",\"b7tkGp\":\"Are you sure you want to revoke this invitation?\",\"ExDt3P\":\"Sei sicuro di voler annullare la pubblicazione di questo evento? Non sarà più visibile al pubblico.\",\"5Qmxo/\":\"Sei sicuro di voler annullare la pubblicazione di questo profilo organizzatore? Non sarà più visibile al pubblico.\",\"Uqefyd\":\"Sei registrato IVA nell'UE?\",\"+QARA4\":\"Arte\",\"tLf3yJ\":\"Poiché la tua attività ha sede in Irlanda, l'IVA irlandese al 23% si applica automaticamente a tutte le commissioni della piattaforma.\",\"tMeVa/\":\"Richiedi nome ed email per ogni biglietto acquistato\",\"ui5ln+\":\"Assign a different plan\",\"9Jxliv\":\"Assign plan\",\"xdiER7\":\"Livello assegnato\",\"F2rX0R\":\"Deve essere selezionato almeno un tipo di evento\",\"Z44eZS\":\"At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead.\",\"BCmibk\":\"Tentativi\",\"6PecK3\":\"Presenze e tassi di check-in per tutti gli eventi\",\"K2tp3v\":\"attendee\",\"AJ4rvK\":\"Partecipante Cancellato\",\"qvylEK\":\"Partecipante Creato\",\"Aspq3b\":\"Raccolta dati partecipanti\",\"fpb0rX\":\"Dati del partecipante copiati dall'ordine\",\"94aQMU\":\"Informazioni partecipante\",\"KkrBiR\":\"Raccolta delle informazioni sui partecipanti\",\"sjPjOg\":\"Attendee notes\",\"cosfD8\":\"Stato del Partecipante\",\"D2qlBU\":\"Partecipante Aggiornato\",\"22BOve\":\"Partecipante aggiornato con successo\",\"x8Vnvf\":\"Il biglietto del partecipante non è incluso in questa lista\",\"/Ywywr\":\"attendees\",\"zLRobu\":\"attendees checked in\",\"k3Tngl\":\"Partecipanti Esportati\",\"UoIRW8\":\"Partecipanti registrati\",\"5UbY+B\":\"Partecipanti con un biglietto specifico\",\"4HVzhV\":\"Partecipanti:\",\"HVkhy2\":\"Analisi di attribuzione\",\"dMMjeD\":\"Ripartizione dell'attribuzione\",\"1oPDuj\":\"Valore di attribuzione\",\"cHfbVT\":\"Pubblico\",\"DBHTm/\":\"August\",\"JgREph\":\"L'offerta automatica è attivata\",\"V7Tejz\":\"Elaborazione automatica della lista d'attesa\",\"PZ7FTW\":\"Rilevato automaticamente in base al colore di sfondo, ma può essere sovrascritto\",\"zlnTuI\":\"Offri automaticamente i biglietti alla persona successiva quando si libera un posto. Se questa opzione è disabilitata, puoi gestire manualmente la lista d'attesa dalla pagina Lista d'attesa.\",\"csDS2L\":\"Disponibile\",\"Xp+ywP\":\"Disponibile al completamento del pagamento\",\"dwDH1K\":[\"Available times on \",[\"dayName\"]],\"clF06r\":\"Disponibile per rimborso\",\"NB5+UG\":\"Token Disponibili\",\"L+wGOG\":\"Awaiting\",\"qcw2OD\":\"Awaiting pay\",\"kNmmvE\":\"Awesome Events S.r.l.\",\"TeSaQO\":\"Torna a Account\",\"kYqM1A\":\"Torna all'evento\",\"s5QRF3\":\"Torna ai messaggi\",\"td/bh+\":\"Torna ai Report\",\"nsm7BA\":\"Torna alla ricerca\",\"imjKVx\":\"Bank account connected\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"Il contenuto del banner deve essere di massimo 200 caratteri\",\"p2OLF3\":\"Prezzo base\",\"D9LTCH\":\"Base Price\",\"hviJef\":\"Based on the global sale period above, not per date\",\"jIPNJG\":\"Informazioni di base\",\"lINGcL\":\"Poiché questo account ha ordini completati, i record delle transazioni (importi, date e dettagli delle fatture) saranno conservati in forma anonimizzata per scopi legali e fiscali. Tutte le informazioni personali saranno rimosse in modo permanente.\",\"UabgBd\":\"Il corpo è obbligatorio\",\"HWXuQK\":\"Aggiungi questa pagina ai preferiti per gestire il tuo ordine in qualsiasi momento.\",\"CUKVDt\":\"Personalizza i tuoi biglietti con un logo, colori e messaggio a piè di pagina personalizzati.\",\"4BZj5p\":\"Built-in fraud protection\",\"cr7kGH\":\"Bulk Edit\",\"1Fbd6n\":\"Bulk Edit Dates\",\"Eq6Tu9\":\"Bulk update failed.\",\"9N+p+g\":\"Business\",\"SWnN1L\":\"Business address\",\"kQekXw\":\"Business name\",\"3W/QV7\":\"Etichetta del pulsante\",\"bv6RXK\":\"Etichetta Pulsante\",\"ChDLlO\":\"Testo del pulsante\",\"MOht10\":\"URL del pulsante\",\"BUe8Wj\":\"L'acquirente paga\",\"DkL8mp\":\"Buyers can add these to their order when they select this product at checkout.\",\"qF1qbA\":\"Gli acquirenti vedono un prezzo pulito. La commissione della piattaforma viene detratta dal tuo pagamento.\",\"dg05rc\":\"Aggiungendo i pixel di tracciamento, riconosci che tu e questa piattaforma siete contitolari del trattamento dei dati raccolti. Sei responsabile di garantire di avere una base giuridica per questo trattamento ai sensi delle leggi sulla privacy applicabili (GDPR, CCPA, ecc.).\",\"DFqasq\":[\"Continuando, accetti i <0>\",[\"0\"],\"Termini del servizio\"],\"CetOZE\":\"By ticket type\",\"lFdbRS\":\"Ignora commissioni applicazione\",\"AjVXBS\":\"Calendar\",\"2VLZwd\":\"Pulsante di Invito all'Azione\",\"rT2cV+\":\"Camera\",\"7hYa9y\":\"Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings.\",\"D02dD9\":\"Campagna\",\"RRPA79\":\"Can't check in\",\"OcVwAd\":[\"Cancel \",[\"count\"],\" date(s)\"],\"H4nE+E\":\"Cancella tutti i prodotti e rilasciali nel pool disponibile\",\"Py78q9\":\"Cancel Date\",\"lUjTpS\":\"Annulla eliminazione\",\"5YkF5G\":\"Annulla richiesta di eliminazione\",\"tOXAdc\":\"La cancellazione cancellerà tutti i partecipanti associati a questo ordine e rilascerà i biglietti nel pool disponibile.\",\"FPpqc7\":[\"Cancelling \",[\"0\"],\" date(s). This may take a moment to complete.\"],\"01sEfm\":\"Impossibile eliminare la configurazione predefinita del sistema\",\"VsM1HH\":\"Assegnazioni di capacità\",\"9bIMVF\":\"Capacity management\",\"H7K8og\":\"Capacity must be 0 or greater\",\"nzao08\":\"capacity updates\",\"4cp9NP\":\"Capacity Used\",\"K7tIrx\":\"Categoria\",\"DRK3Bq\":\"Category deleted successfully\",\"o+XJ9D\":\"Cambia\",\"kJkjoB\":\"Change duration\",\"J0KExZ\":\"Change the attendee limit\",\"ssospy\":\"Change time\",\"CIHJJf\":\"Modifica impostazioni lista di attesa\",\"B5icLR\":[\"Changed duration for \",[\"count\"],\" date(s)\"],\"Kb+0BT\":\"Charges\",\"2tbLdK\":\"Beneficenza\",\"BPWGKn\":\"Check in\",\"6uFFoY\":\"Check out\",\"FjAlwK\":[\"Check out this event: \",[\"0\"]],\"v4fiSg\":\"Controlla la tua email\",\"51AsAN\":\"Controlla la tua casella di posta! Se ci sono biglietti associati a questa email, riceverai un link per visualizzarli.\",\"Y3FYXy\":\"Check-In\",\"udRwQs\":\"Registrazione Creata\",\"F4SRy3\":\"Registrazione Eliminata\",\"as6XfO\":[\"Check-in for \",[\"0\"],\" was undone\"],\"9s/wrQ\":\"Check-in history\",\"Wwztk4\":\"Check-In List\",\"9gPPUY\":\"Lista di Check-In Creata!\",\"dwjiJt\":\"Check-in list info\",\"7od0PV\":\"check-in lists\",\"f2vU9t\":\"Liste di Check-in\",\"XprdTn\":\"Check-in navigation\",\"5tV1in\":\"Check-in progress\",\"SHJwyq\":\"Tasso di check-in\",\"qCqdg6\":\"Stato del Check-In\",\"cKj6OE\":\"Riepilogo Check-in\",\"7B5M35\":\"Check-In\",\"VrmydS\":\"Checked in\",\"DM4gBB\":\"Cinese (Tradizionale)\",\"p8Jvp4\":\"Choose a configuration\",\"ElShBO\":\"Choose a different action\",\"pHEhf+\":\"Scegli un carattere adatto al tuo brand. I caratteri sono ospitati tramite Bunny Fonts.\",\"Zok1Gx\":\"Choose an organizer\",\"pkk46Q\":\"Scegli un organizzatore\",\"Ag32+c\":\"Choose another date\",\"Crr3pG\":\"Scegli calendario\",\"Z38ZJu\":\"Scegli come viene mostrata la data dell'evento sul biglietto\",\"LAW8Vb\":\"Scegli l'impostazione predefinita per i nuovi eventi. Questa può essere modificata per i singoli eventi.\",\"pjp2n5\":\"Scegli chi paga la commissione della piattaforma. Questo non influisce sulle commissioni aggiuntive che hai configurato nelle impostazioni del tuo account.\",\"xCJdfg\":\"Clear\",\"QyOWu9\":\"Clear location — fall back to the event default\",\"V8yTm6\":\"Clear search\",\"kmnKnX\":\"Clearing removes any per-date override. Affected dates will fall back to the event's default location.\",\"/o+aQX\":\"Click to cancel\",\"gD7WGV\":\"Click to reopen for new sales\",\"CySr+W\":\"Clicca per visualizzare le note\",\"RG3szS\":\"chiudi\",\"RWw9Lg\":\"Chiudi la finestra\",\"XwdMMg\":\"Il codice può contenere solo lettere, numeri, trattini e trattini bassi\",\"+yMJb7\":\"Il codice è obbligatorio\",\"m9SD3V\":\"Il codice deve contenere almeno 3 caratteri\",\"V1krgP\":\"Il codice non deve superare i 20 caratteri\",\"psqIm5\":\"Collabora con il tuo team per creare eventi straordinari insieme.\",\"4bUH9i\":\"Raccogli i dettagli dei partecipanti per ogni biglietto acquistato.\",\"TkfG8v\":\"Raccogli i dati per ordine\",\"96ryID\":\"Raccogli i dati per biglietto\",\"FpsvqB\":\"Modalità colore\",\"jEu4bB\":\"Colonne\",\"CWk59I\":\"Commedia\",\"rPA+Gc\":\"Preferenze di comunicazione\",\"zFT5rr\":\"complete\",\"bUQMpb\":\"Complete Stripe setup\",\"744BMm\":\"Completa il tuo ordine per assicurarti i biglietti. Questa offerta è a tempo limitato, quindi non aspettare troppo.\",\"5YrKW7\":\"Completa il pagamento per assicurarti i biglietti.\",\"xGU92i\":\"Completa il tuo profilo per unirti al team.\",\"QOhkyl\":\"Componi\",\"ih35UP\":\"Centro congressi\",\"ywFj2D\":\"Configuration\",\"WTw0bB\":\"Configuration assigned\",\"X1zdE7\":\"Configurazione creata con successo\",\"mLBUMQ\":\"Configurazione eliminata correttamente\",\"UIENhw\":\"I nomi delle configurazioni sono visibili agli utenti finali. Le commissioni fisse verranno convertite nella valuta dell'ordine al tasso di cambio corrente.\",\"eeZdaB\":\"Configurazione aggiornata con successo\",\"3cKoxx\":\"Configurazioni\",\"8v2LRU\":\"Configura i dettagli dell'evento, la posizione, le opzioni di checkout e le notifiche email.\",\"raw09+\":\"Configura come vengono raccolti i dati dei partecipanti durante il checkout\",\"FI60XC\":\"Configura tasse e commissioni\",\"av6ukY\":\"Configure which products are available for this occurrence and optionally adjust pricing.\",\"NGXKG/\":\"Conferma indirizzo email\",\"JRQitQ\":\"Conferma la nuova password\",\"Auz0Mz\":\"Conferma la tua email per accedere a tutte le funzionalità.\",\"7+grte\":\"Email di conferma inviata! Controlla la tua casella di posta.\",\"n/7+7Q\":\"Conferma inviata a\",\"x3wVFc\":\"Congratulazioni! Il tuo evento è ora visibile al pubblico.\",\"0W2NQP\":\"Connect bank\",\"/K4Vqr\":\"Collega Stripe per accettare pagamenti\",\"nQI4H5\":\"Connetti Stripe per abilitare la modifica dei modelli di email\",\"LmvZ+E\":\"Connetti Stripe per abilitare la messaggistica\",\"peBIO+\":\"Connect Stripe to receive ticket payments directly to your bank account.\",\"DNeN8t\":\"Connect your bank to receive ticket sales straight to your account\",\"DARj+w\":\"Hai collegato l'account Stripe sbagliato? Scollegalo e ricomincia.\",\"X1y8JF\":\"Connection details are required for online dates\",\"fjfBOm\":\"I dettagli di connessione sono obbligatori per gli eventi online\",\"jfC/xh\":\"Contatto\",\"LOFgda\":[\"Contatta \",[\"0\"]],\"41BQ3k\":\"Email di contatto\",\"4b3oEV\":\"Contenuto\",\"13CIgI\":\"Il contenuto è obbligatorio\",\"m8WD6t\":\"Continua configurazione\",\"0GwUT4\":\"Procedi al pagamento\",\"sBV87H\":\"Continua alla creazione dell'evento\",\"nKtyYu\":\"Continua al passo successivo\",\"F3/nus\":\"Continua al pagamento\",\"s30OcA\":\"Controlla come date e orari vengono mostrati sulla pagina dell'evento\",\"p2FRHj\":\"Controlla come vengono gestite le commissioni della piattaforma per questo evento\",\"NqfabH\":\"Control who gets in for this date\",\"fmYxZx\":\"Control who gets in, and when\",\"1JnTgU\":\"Copiato da sopra\",\"FxVG/l\":\"Copiato negli appunti\",\"PiH3UR\":\"Copiato!\",\"4i7smN\":\"Copy account ID\",\"uUPbPg\":\"Copia link affiliato\",\"iVm46+\":\"Copia codice\",\"cF2ICc\":\"Copia link cliente\",\"+2ZJ7N\":\"Copia dettagli al primo partecipante\",\"ZN1WLO\":\"Copia Email\",\"y1eoq1\":\"Copia link\",\"tUGbi8\":\"Copia i miei dati a:\",\"y22tv0\":\"Copia questo link per condividerlo ovunque\",\"/4gGIX\":\"Copia negli appunti\",\"e0f4yB\":\"Impossibile eliminare il luogo\",\"vkiDx2\":\"Could not prepare the bulk update.\",\"KOavaU\":\"Impossibile recuperare i dettagli dell'indirizzo\",\"/lq4oO\":\"Could not save date\",\"mHu0az\":\"Couldn't send verification email. Please try again.\",\"QOIm+S\":\"I conteggi includono tutte le date future. A ogni persona viene offerto un posto per la data scelta al momento dell'iscrizione.\",\"P0rbCt\":\"Immagine di Copertina\",\"p4kqHr\":\"Cover image added\",\"60u+dQ\":\"L'immagine di copertina sarà visualizzata in cima alla pagina dell'evento\",\"2NLjA6\":\"L'immagine di copertina sarà visualizzata in cima alla pagina dell'organizzatore\",\"GkrqoY\":\"Covers every ticket\",\"zg4oSu\":[\"Crea Modello \",[\"0\"]],\"RKKhnW\":\"Crea un widget personalizzato per vendere biglietti sul tuo sito.\",\"jqhTmw\":\"Create a list for this date\",\"PhioFp\":\"Create a new check-in list for an active session, or contact the organizer if you think this is a mistake.\",\"yIRev4\":\"Crea una password\",\"j7xZ7J\":\"Crea ulteriori organizzatori per gestire marchi, dipartimenti o serie di eventi separati sotto un unico account. Ogni organizzatore ha i propri eventi, impostazioni e pagina pubblica.\",\"xfKgwv\":\"Crea affiliato\",\"GT/OIA\":\"Crea un annuncio per mostrare un messaggio ai tuoi utenti.\",\"tudG8q\":\"Crea e configura biglietti e merchandise in vendita.\",\"Q4VlI/\":\"Crea annuncio\",\"YAl9Hg\":\"Crea configurazione\",\"BTne9e\":\"Crea modelli di email personalizzati per questo evento che sostituiscono le impostazioni predefinite dell'organizzatore\",\"YIDzi/\":\"Crea Modello Personalizzato\",\"tsGqx5\":\"Create Date\",\"Nc3l/D\":\"Crea sconti, codici di accesso per biglietti nascosti e offerte speciali.\",\"PybJS2\":\"Create event\",\"abGAgf\":\"Create more tickets or products to offer them as add-ons\",\"eWEV9G\":\"Crea una nuova password\",\"utHSNE\":\"Crea programmazione\",\"8AiKIu\":\"Crea biglietto o prodotto\",\"/HGmW9\":\"Crea link tracciabili per premiare i partner che promuovono il tuo evento.\",\"dkAPxi\":\"Crea Webhook\",\"5slqwZ\":\"Crea il tuo evento\",\"JQNMrj\":\"Crea il tuo primo evento\",\"CCjxOC\":\"Crea il tuo primo evento per iniziare a vendere biglietti e gestire i partecipanti.\",\"ZCSSd+\":\"Crea il tuo evento\",\"qdv10s\":[\"Creazione di \",[\"0\"],\" date in corso. Potrebbe volerci un momento.\"],\"67NsZP\":\"Creazione evento...\",\"H34qcM\":\"Creazione organizzatore...\",\"1YMS+X\":\"Creazione del tuo evento in corso, attendere prego\",\"yiy8Jt\":\"Creazione del tuo profilo organizzatore in corso, attendere prego\",\"lfLHNz\":\"L'etichetta CTA è obbligatoria\",\"0xLR6W\":\"Currently assigned\",\"iTvh6I\":\"Attualmente disponibile per l'acquisto\",\"A42Dqn\":\"Custom branding\",\"Guo0lU\":\"Data e ora personalizzate\",\"WDMdn8\":\"Custom questions\",\"O6mra8\":\"Domande personalizzate\",\"axv/Mi\":\"Modello personalizzato\",\"2YeVGY\":\"Link cliente copiato negli appunti\",\"QMHSMS\":\"Il cliente riceverà un'email di conferma del rimborso\",\"NihQNk\":\"Clienti\",\"hINN++\":\"Customize page\",\"7gsjkI\":\"Personalizza le email inviate ai tuoi clienti utilizzando i modelli Liquid. Questi modelli verranno utilizzati come predefiniti per tutti gli eventi nella tua organizzazione.\",\"xJaTUK\":\"Personalizza il layout, i colori e il branding della homepage del tuo evento.\",\"MXZfGN\":\"Personalizza le domande poste durante il checkout per raccogliere informazioni importanti dai tuoi partecipanti.\",\"iX6SLo\":\"Personalizza il testo visualizzato sul pulsante continua\",\"R8H7yL\":\"Personalizza il testo del pulsante mobile che scorre alla sezione biglietti\",\"pxNIxa\":\"Personalizza il tuo modello di email utilizzando i modelli Liquid\",\"3trPKm\":\"Personalizza l'aspetto della pagina del tuo organizzatore\",\"U0sC6H\":\"Daily\",\"/gWrVZ\":\"Ricavi giornalieri, tasse, commissioni e rimborsi per tutti gli eventi\",\"zgCHnE\":\"Report Vendite Giornaliere\",\"nHm0AI\":\"Ripartizione giornaliera di vendite, tasse e commissioni\",\"1aPnDT\":\"Dance\",\"pvnfJD\":\"Scuro\",\"MaB9wW\":\"Date Cancellation\",\"e6cAxJ\":\"Date cancelled\",\"81jBnC\":\"Date cancelled successfully\",\"a/C/6R\":\"Date created successfully\",\"IW7Q+u\":\"Date deleted\",\"rngCAz\":\"Date deleted successfully\",\"vHbfoQ\":\"Date reactivated\",\"hvah+S\":\"Date reopened for new sales\",\"Ez0YsD\":\"Date updated successfully\",\"JxwIlL\":\"date\",\"Te33mU\":\"Dates are managed per occurrence\",\"91zCxb\":\"Dates with sessions\",\"/ITcnz\":\"day\",\"H7OUPr\":\"Day\",\"JtHrX9\":\"Day of Month\",\"J/Upwb\":\"days\",\"V3VGYb\":\"Giorni del mese\",\"r6zgGo\":\"December\",\"jbq7j2\":\"Rifiuta\",\"WGD1Al\":\"Diminuisci\",\"gJY4YL\":\"Riduci quantità\",\"ovBPCi\":\"Predefinito\",\"JtI4vj\":\"Raccolta predefinita delle informazioni sui partecipanti\",\"ULjv90\":\"Default capacity per date\",\"3R/Tu2\":\"Gestione predefinita delle commissioni\",\"1bZAZA\":\"Verrà utilizzato il modello predefinito\",\"3Biswm\":\"Defaults\",\"HNlEFZ\":\"elimina\",\"KpnwJK\":[\"Eliminare \\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Delete \",[\"count\"],\" selected date(s)? Dates with orders will be skipped. This cannot be undone.\"],\"ZDGm40\":\"Elimina account\",\"vu7gDm\":\"Elimina affiliato\",\"KZN4Lc\":\"Elimina tutto\",\"6EkaOO\":\"Delete Date\",\"io0G93\":\"Elimina evento\",\"+jw/c1\":\"Elimina immagine\",\"hdyeZ0\":\"Elimina lavoro\",\"xxjZeP\":\"Elimina luogo\",\"sY3tIw\":\"Elimina organizzatore\",\"UBv8UK\":\"Delete Permanently\",\"dPyJ15\":\"Elimina Modello\",\"IQTR34\":\"Delete this category? Any products in it will also be deleted. This cannot be undone.\",\"/1wMxk\":\"Delete this product? This cannot be undone.\",\"mxsm1o\":\"Eliminare questa domanda? Questa azione non può essere annullata.\",\"snMaH4\":\"Elimina webhook\",\"LIZZLY\":[\"Deleted \",[\"0\"],\" date(s)\"],\"loLVyU\":\"Account eliminato\",\"IlUuGb\":\"L'eliminazione dell'account lo disattiva immediatamente: tutti gli eventi pubblicati vengono rimossi dalla pubblicazione e l'accesso viene disabilitato. Dopo un periodo di tolleranza di 30 giorni, l'eliminazione diventa permanente. Puoi annullare in qualsiasi momento durante questi 30 giorni.\",\"nMdIuB\":\"Eliminazione in coda per l'esecuzione\",\"/U002t\":\"Richiesta di eliminazione annullata\",\"PBA62s\":\"Richieste di eliminazione\",\"7w0Wev\":\"Description and venue added\",\"vYgeDk\":\"Deseleziona tutto\",\"NvuEhl\":\"Elementi di Design\",\"H8kMHT\":\"Non hai ricevuto il codice?\",\"G8KNgd\":\"Different location\",\"E/QGRL\":\"Disabled\",\"bzSI52\":\"Discard\",\"0EcUWz\":\"Discard changes?\",\"+K0AvT\":\"Scollega\",\"cALvbl\":\"Scollega account Stripe\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Ignora annuncio\",\"nZJ8tu\":\"Dismiss setup checklist\",\"QotGhf\":\"Ignora questo messaggio\",\"J6hrEy\":\"Ignorato\",\"BREO0S\":\"Visualizza una casella che consente ai clienti di aderire alle comunicazioni di marketing da questo organizzatore di eventi.\",\"HtaSQp\":\"Mostra quanti posti restano per ogni data nel widget dei biglietti. Puoi modificarlo per le singole date.\",\"pfa8F0\":\"Nome visualizzato\",\"Kdpf90\":\"Non dimenticare!\",\"352VU2\":\"\\\"Non hai un account? <0>Registrati\",\"AXXqG+\":\"Donazione\",\"DPfwMq\":\"Fatto\",\"JoPiZ2\":\"Door staff instructions\",\"2+O9st\":\"Scarica report di vendita, partecipanti e finanziari per tutti gli ordini completati.\",\"eneWvv\":\"Bozza\",\"Ts8hhq\":\"A causa dell'alto rischio di spam, è necessario collegare un account Stripe prima di poter modificare i modelli di email. Questo è per garantire che tutti gli organizzatori di eventi siano verificati e responsabili.\",\"TnzbL+\":\"A causa dell'elevato rischio di spam, è necessario collegare un account Stripe prima di poter inviare messaggi ai partecipanti.\\nQuesto per garantire che tutti gli organizzatori dell'evento siano verificati e responsabili.\",\"euc6Ns\":\"Duplica\",\"YueC+F\":\"Duplicate Date\",\"KRmTkx\":\"Duplica Prodotto\",\"Jd3ymG\":\"Duration must be at least 1 minute.\",\"KIjvtr\":\"Olandese\",\"22xieU\":\"es. 180 (3 ore)\",\"MCx4ov\":\"es. Scopri di più\",\"/zajIE\":\"e.g. Morning Session\",\"XDHATF\":\"es. Nuova funzionalità: liste d'attesa\",\"tAtvUj\":\"es. Manutenzione programmata questo sabato dalle 2 alle 4 UTC\",\"SPKbfM\":\"es., Acquista biglietti, Registrati ora\",\"fc7wGW\":\"ad esempio, Aggiornamento importante sui tuoi biglietti\",\"54MPqC\":\"ad esempio, Standard, Premium, Enterprise\",\"3RQ81z\":\"Ogni persona riceverà un'e-mail con un posto riservato per completare l'acquisto.\",\"Xfsjel\":\"Ogni prodotto\",\"5oD9f/\":\"Earlier\",\"LTzmgK\":[\"Modifica Modello \",[\"0\"]],\"v4+lcZ\":\"Modifica affiliato\",\"ndNHsK\":\"Modifica annuncio\",\"2iZEz7\":\"Modifica Risposta\",\"t2bbp8\":\"Modifica partecipante\",\"etaWtB\":\"Modifica dettagli partecipante\",\"+guao5\":\"Modifica configurazione\",\"1Mp/A4\":\"Edit Date\",\"m0ZqOT\":\"Modifica luogo\",\"8oivFT\":\"Modifica luogo\",\"vRWOrM\":\"Modifica dettagli ordine\",\"pHm0k9\":\"Modifica programmazione\",\"fW5sSv\":\"Modifica webhook\",\"nP7CdQ\":\"Modifica Webhook\",\"MRZxAn\":\"Edited\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Istruzione\",\"iiWXDL\":\"Errori di idoneità\",\"zPiC+q\":\"Liste Check-In Idonee\",\"SiVstt\":\"Email & scheduled messages\",\"V2sk3H\":\"Email e Modelli\",\"hbwCKE\":\"Indirizzo email copiato negli appunti\",\"dSyJj6\":\"Gli indirizzi email non corrispondono\",\"elW7Tn\":\"Corpo Email\",\"ZsZeV2\":\"L'email è obbligatoria\",\"Be4gD+\":\"Anteprima Email\",\"6IwNUc\":\"Modelli Email\",\"H/UMUG\":\"Verifica email richiesta\",\"PLEl94\":\"Email verified\",\"L86zy2\":\"Email verificata con successo!\",\"FSN4TS\":\"Widget incorporato\",\"z9NkYY\":\"Embeddable widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"L'emoji è obbligatoria per i modali\",\"Qj0GKe\":\"Abilita self-service per i partecipanti\",\"hEtQsg\":\"Abilita self-service per i partecipanti per impostazione predefinita\",\"Upeg/u\":\"Abilita questo modello per l'invio di email\",\"7dSOhU\":\"Abilita lista d'attesa\",\"RxzN1M\":\"Abilitato\",\"sGjBEq\":\"Data e ora di fine (opzionale)\",\"PKXt9R\":\"La data di fine deve essere successiva alla data di inizio\",\"vTL8gi\":\"Ora di fine\",\"48Y16Q\":\"Ora di fine (facoltativo)\",\"TbaYrr\":[\"Ended \",[\"0\"]],\"CFgwiw\":[\"Ends \",[\"0\"]],\"SqOIQU\":\"Enter a capacity value or choose unlimited.\",\"h37gRz\":\"Enter a label or choose to remove it.\",\"7YZofi\":\"Inserisci un oggetto e un corpo per vedere l'anteprima\",\"khyScF\":\"Enter a time to shift by.\",\"SKx/0u\":\"Inserisci il nome di un luogo o un indirizzo\",\"ppwojw\":\"Inserisci il nome di una sede o un indirizzo per gli eventi in presenza\",\"j+eCIq\":\"Inserisci l'indirizzo manualmente\",\"3bR1r4\":\"Inserisci email affiliato (facoltativo)\",\"ARkzso\":\"Inserisci nome affiliato\",\"ej4L8b\":\"Enter capacity\",\"6KnyG0\":\"Inserisci e-mail\",\"INDKM9\":\"Inserisci l'oggetto dell'email...\",\"xUgUTh\":\"Inserisci nome\",\"9/1YKL\":\"Inserisci cognome\",\"VpwcSk\":\"Inserisci la nuova password\",\"kWg31j\":\"Inserisci codice affiliato univoco\",\"C3nD/1\":\"Inserisci la tua email\",\"VmXiz4\":\"Inserisci la tua email e ti invieremo le istruzioni per reimpostare la password\",\"n9V+ps\":\"Inserisci il tuo nome\",\"IdULhL\":\"Inserisci il tuo numero di partita IVA, incluso il codice del paese, senza spazi (ad esempio, IE1234567A, DE123456789)\",\"RRlWVA\":\"Intero ordine\",\"o21Y+P\":\"entries\",\"X88/6w\":\"Le iscrizioni appariranno qui quando i clienti si uniranno alla lista d'attesa per i prodotti esauriti.\",\"LslKhj\":\"Errore durante il caricamento dei log\",\"BkEWfd\":\"Esc to close\",\"VCNHvW\":\"Evento archiviato\",\"ZD0XSb\":\"Evento archiviato con successo\",\"WgD6rb\":\"Categoria evento\",\"b46pt5\":\"Immagine di copertina evento\",\"NAUIJ7\":\"Event created\",\"1b77ID\":\"Evento creato\",\"1Hzev4\":\"Modello personalizzato evento\",\"+v+GW0\":\"Visualizzazione della data dell'evento\",\"7u9/DO\":\"Evento eliminato con successo\",\"imgKgl\":\"Descrizione dell'evento\",\"IzR/Fc\":\"Event lifetime\",\"PYs3rP\":\"Nome evento\",\"HhwcTQ\":\"Nome dell'evento\",\"WZZzB6\":\"Il nome dell'evento è obbligatorio\",\"Wd5CDM\":\"Il nome dell'evento deve contenere meno di 150 caratteri\",\"4JzCvP\":\"Evento Non Disponibile\",\"mImacG\":\"Pagina dell'evento\",\"Hk9Ki/\":\"Evento ripristinato con successo\",\"JyD0LH\":\"Impostazioni evento\",\"XVLu2v\":\"Titolo dell'evento\",\"OfmsI9\":\"Evento troppo recente\",\"4SILkp\":\"Event totals\",\"YDVUVl\":\"Tipi di Evento\",\"+HeiVx\":\"Evento aggiornato\",\"19j6uh\":\"Performance Eventi\",\"PC3/fk\":\"Eventi che iniziano nelle prossime 24 ore\",\"CRsuq4\":\"Ogni\",\"nwiZdc\":[\"Every \",[\"0\"]],\"B2jjf8\":[\"Every \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Every \",[\"0\"],\" days\"],\"yLiYx+\":[\"Every \",[\"0\"],\" months\"],\"nn9ice\":[\"Every \",[\"0\"],\" weeks\"],\"Cdr8f9\":[\"Every \",[\"0\"],\" weeks on \",[\"1\"]],\"GVEHRk\":[\"Every \",[\"0\"],\" years\"],\"XlRpgq\":[\"Ogni \",[\"cadenceUnit\"]],\"fTFfOK\":\"Ogni modello di email deve includere un pulsante di invito all'azione che collega alla pagina appropriata\",\"hHTPiT\":\"Everything else — tap to edit\",\"BVinvJ\":\"Esempi: \\\"Come ci hai conosciuto?\\\", \\\"Nome azienda per fattura\\\"\",\"2hGPQG\":\"Esempi: \\\"Taglia maglietta\\\", \\\"Preferenza pasto\\\", \\\"Titolo professionale\\\"\",\"qNuTh3\":\"Eccezione\",\"aW/bzJ\":\"Esegui eliminazione\",\"CtAcQ7\":\"Esegui eliminazione ora\",\"xj4fwT\":\"Esegui ora\",\"M1RnFv\":\"Scaduto\",\"kF8HQ7\":\"Esporta risposte\",\"2KAI4N\":\"Esporta CSV\",\"JKfSAv\":\"Esportazione fallita. Riprova.\",\"SVOEsu\":\"Esportazione avviata. Preparazione file...\",\"wuyaZh\":\"Esportazione riuscita\",\"9bpUSo\":\"Esportazione affiliati\",\"jtrqH9\":\"Esportazione Partecipanti\",\"R4Oqr8\":\"Esportazione completata. Download file in corso...\",\"UlAK8E\":\"Esportazione Ordini\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Non riuscito\",\"8uOlgz\":\"Non riuscito il\",\"tKcbYd\":\"Lavori non riusciti\",\"SsI9v/\":\"Impossibile abbandonare l'ordine. Riprova.\",\"LdPKPR\":\"Impossibile assegnare la configurazione\",\"PO0cfn\":\"Failed to cancel date\",\"YUX+f+\":\"Failed to cancel dates\",\"SIHgVQ\":\"Impossibile annullare il messaggio\",\"cEFg3R\":\"Creazione affiliato non riuscita\",\"dVgNF1\":\"Impossibile creare la configurazione\",\"fAoRRJ\":\"Failed to create schedule\",\"4yLYTb\":\"Impossibile creare il calendario. Riprova.\",\"U66oUa\":\"Impossibile creare il modello\",\"+RTkEY\":\"Impossibile eliminare l'annuncio\",\"aFk48v\":\"Impossibile eliminare la configurazione\",\"n1CYMH\":\"Failed to delete date\",\"KXv+Qn\":\"Failed to delete date. It may have existing orders.\",\"JJ0uRo\":\"Failed to delete dates\",\"rgoBnv\":\"Impossibile eliminare l'evento\",\"Zw6LWb\":\"Impossibile eliminare il lavoro\",\"tq0abZ\":\"Impossibile eliminare i lavori\",\"2mkc3c\":\"Impossibile eliminare l'organizzatore\",\"5E23qd\":\"Failed to delete product. Please try again.\",\"vKMKnu\":\"Impossibile eliminare la domanda\",\"xFj7Yj\":\"Impossibile eliminare il modello\",\"jo3Gm6\":\"Esportazione affiliati non riuscita\",\"Jjw03p\":\"Impossibile esportare i partecipanti\",\"ZPwFnN\":\"Impossibile esportare gli ordini\",\"zGE3CH\":\"Impossibile esportare il report. Riprova.\",\"lS9/aZ\":\"Impossibile caricare i destinatari\",\"X4o0MX\":\"Impossibile caricare il Webhook\",\"ETcU7q\":\"Impossibile offrire il posto\",\"5670b9\":\"Impossibile offrire i biglietti\",\"e5KIbI\":\"Failed to reactivate date\",\"7zyx8a\":\"Impossibile rimuovere dalla lista d'attesa\",\"A/P7PX\":\"Failed to remove override\",\"ogWc1z\":\"Failed to reopen date\",\"0+iwE5\":\"Impossibile riordinare le domande\",\"EJPAcd\":\"Impossibile reinviare la conferma dell'ordine\",\"DjSbj3\":\"Impossibile reinviare il biglietto\",\"YQ3QSS\":\"Reinvio codice di verifica non riuscito\",\"wDioLj\":\"Impossibile ritentare il lavoro\",\"DKYTWG\":\"Impossibile ritentare i lavori\",\"WRREqF\":\"Failed to save override\",\"sj/eZA\":\"Failed to save price override\",\"780n8A\":\"Failed to save product settings\",\"zTkTF3\":\"Impossibile salvare il modello\",\"l6acRV\":\"Impossibile salvare le impostazioni IVA. Riprova.\",\"T6B2gk\":\"Invio messaggio non riuscito. Riprova.\",\"lKh069\":\"Impossibile avviare il processo di esportazione\",\"t/KVOk\":\"Impossibile avviare l'impersonificazione. Riprova.\",\"QXgjH0\":\"Impossibile interrompere l'impersonificazione. Riprova.\",\"i0QKrm\":\"Aggiornamento affiliato non riuscito\",\"NNc33d\":\"Impossibile aggiornare la risposta.\",\"E9jY+o\":\"Impossibile aggiornare il partecipante\",\"uQynyf\":\"Impossibile aggiornare la configurazione\",\"i2PFQJ\":\"Impossibile aggiornare lo stato dell'evento\",\"EhlbcI\":\"Aggiornamento del livello di messaggistica fallito\",\"rpGMzC\":\"Impossibile aggiornare l'ordine\",\"T2aCOV\":\"Impossibile aggiornare lo stato dell'organizzatore\",\"Eeo/Gy\":\"Impossibile aggiornare l'impostazione\",\"kqA9lY\":\"Impossibile aggiornare le impostazioni IVA\",\"nkNfWu\":\"Caricamento dell'immagine non riuscito. Riprova.\",\"rxy0tG\":\"Verifica email non riuscita\",\"QRUpCk\":\"Family\",\"5LO38w\":\"Fast payouts to your bank\",\"4lgLew\":\"February\",\"9bHCo2\":\"Valuta della commissione\",\"/sV91a\":\"Gestione delle commissioni\",\"K4dKSP\":\"Fee override saved\",\"LyUWXA\":\"Commissioni ignorate\",\"cf35MA\":\"Festival\",\"pAey+4\":\"Il file è troppo grande. La dimensione massima è 5 MB.\",\"VejKUM\":\"Compila prima i tuoi dati sopra\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filter attendees\",\"8OvVZZ\":\"Filtra Partecipanti\",\"N/H3++\":\"Filter by date\",\"mvrlBO\":\"Filtra per evento\",\"g+xRXP\":\"Finish setting up Stripe\",\"LHH461\":\"Finish setup\",\"syyeb9\":\"First\",\"Vj6wk9\":\"First 30 days\",\"/bpZYb\":\"First 7 days\",\"ziEnjY\":\"First 90 days\",\"1vBhpG\":\"Primo partecipante\",\"4pwejF\":\"Il nome è obbligatorio\",\"rVogsf\":\"Risolvi i problemi per pubblicare\",\"3lkYdQ\":\"Fixed fee\",\"6bBh3/\":\"Tariffa fissa\",\"zWqUyJ\":\"Commissione fissa applicata per transazione\",\"LWL3Bs\":\"La tariffa fissa deve essere pari o superiore a 0\",\"0RI8m4\":\"Flash off\",\"q0923e\":\"Flash on\",\"X+U6/w\":\"Famiglia di caratteri\",\"lWxAUo\":\"Cibo e bevande\",\"nFm+5u\":\"Testo del Piè di Pagina\",\"sQv06Y\":\"per\",\"NTzcRQ\":\"Per un numero di date\",\"a8nooQ\":\"Fourth\",\"xVhQZV\":\"Fri\",\"39y5bn\":\"Venerdì\",\"ejVYRQ\":\"Dal\",\"hGDVDa\":[\"Da \",[\"0\"]],\"+dBe1R\":[\"From \",[\"start\"]],\"1dv+MO\":[\"dal \",[\"start\"],\" al \",[\"end\"]],\"l82hjf\":[\"dal \",[\"start\"],\", per \",[\"count\"],\" date\"],\"f5UbZ0\":\"Full data ownership\",\"cfvx/y\":\"Full event\",\"MY2SVM\":\"Rimborso completo\",\"PGQLdy\":\"future\",\"8N/j1s\":\"Future dates only\",\"yRx/6K\":\"Future dates will be copied with capacity reset to zero\",\"T02gNN\":\"Ingresso Generale\",\"3ep0Gx\":\"Informazioni generali sul tuo organizzatore\",\"ziAjHi\":\"Genera\",\"exy8uo\":\"Genera codice\",\"4CETZY\":\"Indicazioni stradali\",\"pjkEcB\":\"Get Paid\",\"lGYzP6\":\"Get paid with Stripe\",\"ZDIydz\":\"Iniziare\",\"u6FPxT\":\"Ottieni i biglietti\",\"2ohvu7\":\"Testo pulsante Ottieni i biglietti\",\"8KDgYV\":\"Prepara il tuo evento\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Indietro\",\"sr0UJD\":\"Go Back\",\"oNL5vN\":\"Vai alla pagina dell'evento\",\"gHSuV/\":\"Vai alla pagina iniziale\",\"8+Cj55\":\"Go to Schedule\",\"6nDzTl\":\"Buona leggibilità\",\"76gPWk\":\"Ho capito\",\"CZXzs4\":\"Greco\",\"aGWZUr\":\"Ricavi lordi\",\"n8IUs7\":\"Ricavi Lordi\",\"O1wAlQ\":\"Guest\",\"LIYoRQ\":\"Gestione ospiti\",\"NUsTc4\":\"Happening now\",\"S2Y4aO\":\"Eliminazione definitiva\",\"kTSQej\":[\"Ciao \",[\"0\"],\", gestisci la tua piattaforma da qui.\"],\"URTkcd\":\"Aiutaci a migliorare dicendoci perché te ne vai\",\"dORAcs\":\"Ecco tutti i biglietti associati al tuo indirizzo email.\",\"g+2103\":\"Ecco il tuo link affiliato\",\"bVsnqU\":\"Hi,\",\"/iE8xx\":\"Commissione Hi.Events\",\"zppscQ\":\"Commissioni piattaforma Hi.Events e dettaglio IVA per transazione\",\"D+zLDD\":\"Nascosto\",\"cZO505\":[\"Hidden — sales ended \",[\"end\"],\".\"],\"DRErHC\":\"Nascosto ai partecipanti - visibile solo agli organizzatori\",\"9zfvsx\":\"Hidden from everyone\",\"nMfkJW\":\"Hidden from everyone — the master hide switch is on.\",\"NNnsM0\":\"Nascondi opzioni avanzate\",\"P+5Pbo\":\"Nascondi Risposte\",\"VMlRqi\":\"Hide details\",\"NQgWuh\":\"Nascondi anteprima\",\"uXNYjR\":\"Nascondi date e orari esauriti\",\"g9RcYX\":\"Nascondi la data\",\"uMwTx7\":\"Nascondere questa categoria?\",\"LLt2UT\":\"Hides sold out\",\"gtEbeW\":\"Evidenzia\",\"NF8sdv\":\"Messaggio evidenziato\",\"MXSqmS\":\"Evidenzia questo prodotto\",\"7ER2sc\":\"Evidenziato\",\"sq7vjE\":\"I prodotti evidenziati avranno un colore di sfondo diverso per farli risaltare nella pagina dell'evento.\",\"1+WSY1\":\"Hobbies\",\"yY8wAv\":\"Hours\",\"49Tkiw\":\"Come viene applicato lo sconto?\",\"sy9anN\":\"Quanto tempo ha un cliente per completare l'acquisto dopo aver ricevuto un'offerta. Lascia vuoto per nessun limite di tempo.\",\"cceMns\":\"How VAT is applied to the platform fees we charge you.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Ungherese\",\"8Wgd41\":\"Riconosco le mie responsabilità come titolare del trattamento dei dati\",\"O8m7VA\":\"Accetto di ricevere notifiche via email relative a questo evento\",\"YLgdk5\":\"Confermo che questo è un messaggio transazionale relativo a questo evento\",\"4/kP5a\":\"Se una nuova scheda non si è aperta automaticamente, clicca sul pulsante qui sotto per procedere al pagamento.\",\"W/eN+G\":\"Se vuoto, l'indirizzo verrà utilizzato per generare un link a Google Maps\",\"CY3yHL\":\"Se selezionato, questa categoria sarà nascosta al pubblico.\",\"iIEaNB\":\"Se hai un account con noi, riceverai un'e-mail con le istruzioni su come reimpostare la tua password.\",\"an5hVd\":\"Immagini\",\"tSVr6t\":\"Impersonifica\",\"TWXU0c\":\"Impersona utente\",\"5LAZwq\":\"Impersonificazione avviata\",\"IMwcdR\":\"Impersonificazione interrotta\",\"0I0Hac\":\"Avviso importante\",\"yD3avI\":\"Importante: La modifica dell'indirizzo e-mail aggiornerà il link per accedere a questo ordine. Verrai reindirizzato al nuovo link dell'ordine dopo il salvataggio.\",\"jT142F\":[\"Tra \",[\"diffHours\"],\" ore\"],\"OoSyqO\":[\"Tra \",[\"diffMinutes\"],\" minuti\"],\"PdMhEx\":[\"in last \",[\"0\"],\" min\"],\"u7r0G5\":\"In person — set a venue\",\"/LCAwL\":\"In corso\",\"5gTmFD\":\"incl. commissioni\",\"laL+R0\":\"incl. commissioni e tasse\",\"cXeh90\":\"incl. tasse\",\"pxFAp/\":\"Aumenta\",\"nQMUIO\":\"Aumenta quantità\",\"F1Xp97\":\"Partecipanti individuali\",\"85e6zs\":\"Inserisci Token Liquid\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Instant Stripe payouts\",\"nbfdhU\":\"Integrazioni\",\"I8eJ6/\":\"Internal notes on the attendee's ticket\",\"B2Tpo0\":\"Email non valida\",\"5tT0+u\":\"Formato email non valido\",\"f9WRpE\":\"Tipo di file non valido. Carica un'immagine.\",\"tnL+GP\":\"Sintassi Liquid non valida. Correggila e riprova.\",\"N9JsFT\":\"Formato del numero di partita IVA non valido\",\"g+lLS9\":\"Invita un membro del team\",\"1z26sk\":\"Invita membro del team\",\"KR0679\":\"Invita membri del team\",\"aH6ZIb\":\"Invita il tuo team\",\"Dn4OyV\":\"Invitato\",\"IuMGvq\":\"Fattura\",\"a/bUcL\":\"It happens on more than one date\",\"d+Oe9r\":\"It may have been unpublished or removed. Please check the link and try again.\",\"Lj7sBL\":\"Italiano\",\"F5/CBH\":\"articolo(i)\",\"BzfzPK\":\"Articoli\",\"rjyWPb\":\"January\",\"KmWyx0\":\"Lavoro\",\"o5r6b2\":\"Lavoro eliminato\",\"cd0jIM\":\"Dettagli del lavoro\",\"ruJO57\":\"Nome del lavoro\",\"YZi+Hu\":\"Lavoro in coda per il nuovo tentativo\",\"nCywLA\":\"Partecipa da ovunque\",\"SNzppu\":\"Iscriviti alla lista d'attesa\",\"dLouFI\":[\"Iscriviti alla lista d'attesa per \",[\"productDisplayName\"]],\"2gMuHR\":\"Iscritto\",\"u4ex5r\":\"July\",\"zeEQd/\":\"June\",\"MxjCqk\":\"Stai solo cercando i tuoi biglietti?\",\"xOTzt5\":\"just now\",\"0RihU9\":\"Just wrapped\",\"Brhs/U\":\"Mantieni collegamento\",\"4OjqAQ\":\"Keep editing\",\"lwO5vw\":[\"Sii breve — i banner mostrano una sola riga. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Tienimi aggiornato sulle novità e gli eventi di \",[\"0\"]],\"ioFA9i\":\"Keep the profit.\",\"C/pOUI\":\"Etichetta — es. Sessione mattutina\",\"o66QSP\":\"label updates\",\"RtKKbA\":\"Last\",\"DruLRc\":\"Ultimi 14 giorni\",\"ve9JTU\":\"Il cognome è obbligatorio\",\"h0Q9Iw\":\"Ultima Risposta\",\"gw3Ur5\":\"Ultimo Attivato\",\"FIq1Ba\":\"Later\",\"xvnLMP\":\"Latest check-ins\",\"GGFOZD\":\"Lascia «Dal» su oggi per iniziare subito.\",\"N5TErv\":\"Leave empty for unlimited\",\"L/hDDD\":\"Leave empty to apply this check-in list to all occurrences\",\"9Pf3wk\":\"Leave on to cover every ticket on the event. Turn off to pick specific tickets.\",\"Hq2BzX\":\"Let them know about the change\",\"+uexiy\":\"Let them know about the changes\",\"exYcTF\":\"Library\",\"1njn7W\":\"Chiaro\",\"1qY5Ue\":\"Link scaduto o non valido\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Link consentiti\",\"2BBAbc\":\"List\",\"dF6vP6\":\"Online\",\"fpMs2Z\":\"LIVE\",\"D9zTjx\":\"Eventi in Diretta\",\"a37vfH\":\"Live preview\",\"C33p4q\":\"Loaded dates\",\"WdmJIX\":\"Caricamento anteprima...\",\"IoDI2o\":\"Caricamento token...\",\"G3Ge9Z\":\"Caricamento dei log del webhook...\",\"NFxlHW\":\"Caricamento Webhooks\",\"E0DoRM\":\"Luogo eliminato\",\"7w8lJU\":\"Luogo salvato\",\"YsRXDD\":\"Luogo aggiornato\",\"A/kIva\":\"location updates\",\"iyZPPR\":\"luoghi\",\"VppBoU\":\"Luoghi\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo e Copertina\",\"gddQe0\":\"Logo e immagine di copertina per il tuo organizzatore\",\"TBEnp1\":\"Il logo verrà visualizzato nell'intestazione\",\"Jzu30R\":\"Il logo sarà visualizzato sul biglietto\",\"PSRm6/\":\"Cerca i miei biglietti\",\"yJFu/X\":\"Ufficio principale\",\"v5nFPh\":\"Make it visible so people can buy tickets\",\"cdY2at\":[\"Manage \",[\"0\"]],\"wZJfA8\":\"Manage dates and times for your recurring event\",\"RlzPUE\":\"Manage on Stripe\",\"sjoDuh\":\"Manage schedule\",\"6NXJRK\":\"Manage Schedule\",\"zXuaxY\":\"Gestisci la lista d'attesa del tuo evento, visualizza le statistiche e offri i biglietti ai partecipanti.\",\"g2npA5\":\"Offerta manuale\",\"hg6l4j\":\"March\",\"pqRBOz\":\"Mark as validated (admin override)\",\"2L3vle\":\"Max messaggi / 24h\",\"Qp4HWD\":\"Max destinatari / messaggio\",\"7qu2YV\":[\"Massimo \",[\"cap\"],\" per ordine\"],\"3JzsDb\":\"May\",\"agPptk\":\"Mezzo\",\"xDAtGP\":\"Messaggio\",\"bECJqy\":\"Messaggio approvato con successo\",\"1jRD0v\":\"Invia messaggio ai partecipanti con biglietti specifici\",\"uQLXbS\":\"Messaggio annullato\",\"48rf3i\":\"Il messaggio non può superare 5000 caratteri\",\"ZPj0Q8\":\"Dettagli del messaggio\",\"Vjat/X\":\"Il messaggio è obbligatorio\",\"0/yJtP\":\"Invia messaggio ai proprietari degli ordini con prodotti specifici\",\"saG4At\":\"Messaggio programmato\",\"mFdA+i\":\"Livello di messaggistica\",\"v7xKtM\":\"Livello di messaggistica aggiornato con successo\",\"/VRn+9\":[\"Min \",[\"min\"],\" per order\"],\"H9HlDe\":\"minuti\",\"agRWc1\":\"Minutes\",\"FfPWR0\":\"Modale\",\"zz/Wd/\":\"Mode\",\"fpMgHS\":\"Mon\",\"hty0d5\":\"Lunedì\",\"JbIgPz\":\"I valori monetari sono totali approssimativi in tutte le valute\",\"qvF+MT\":\"Monitora e gestisci i lavori in background falliti\",\"kY2ll9\":\"month\",\"HajiZl\":\"Mese\",\"+8Nek/\":\"Monthly\",\"6jefe3\":\"months\",\"f8jrkd\":\"more\",\"JcD7qf\":\"More actions\",\"w36OkR\":\"Eventi più visti (Ultimi 14 giorni)\",\"+Y/na7\":\"Move all dates earlier or later\",\"3DIpY0\":\"Multiple locations\",\"g9cQCP\":\"Multiple ticket types\",\"GfaxEk\":\"Musica\",\"oVGCGh\":\"I Miei Biglietti\",\"8/brI5\":\"Il nome è obbligatorio\",\"sFFArG\":\"Il nome deve contenere meno di 255 caratteri\",\"Bst+aq\":\"Devi cambiare account Stripe? Scollega questo.\",\"xxU3NX\":\"Ricavi Netti\",\"7I8LlL\":\"New capacity\",\"n1GRql\":\"New label\",\"y0Fcpd\":\"Nuovo luogo\",\"ArHT/C\":\"Nuove iscrizioni\",\"uK7xWf\":\"New time:\",\"g8JmSC\":\"Mese successivo\",\"veT5Br\":\"Next occurrence\",\"WXtl5X\":[\"Next: \",[\"nextFormatted\"]],\"eWRECP\":\"Vita notturna\",\"HSw5l3\":\"No - Sono un privato o un'azienda non registrata IVA\",\"VHfLAW\":\"Nessun account\",\"+jIeoh\":\"Nessun account trovato\",\"074+X8\":\"Nessun Webhook Attivo\",\"zxnup4\":\"Nessun affiliato da mostrare\",\"hUHrkV\":\"Nessun annuncio al momento\",\"Dwf4dR\":\"Nessuna domanda per i partecipanti ancora\",\"th7rdT\":\"No attendees to show\",\"PKySlW\":\"No attendees yet for this date.\",\"/UC6qk\":\"Nessun dato di attribuzione trovato\",\"E2vYsO\":\"No capabilities reported by Stripe yet.\",\"amMkpL\":\"Nessuna capacità\",\"d2Jf1f\":\"No change\",\"99ntUF\":\"Nessuna lista di check-in disponibile per questo evento.\",\"wG+knX\":\"No check-ins yet\",\"+dAKxg\":\"Nessuna configurazione trovata\",\"LiLk8u\":\"No connections available\",\"eb47T5\":\"Nessun dato trovato per i filtri selezionati. Prova a modificare l'intervallo di date o la valuta.\",\"Zc216S\":\"No date added\",\"I8mtzP\":\"No dates available this month. Try navigating to another month.\",\"yDukIL\":\"No dates match the current filters.\",\"B7phdj\":\"No dates match your filters\",\"/ZB4Um\":\"No dates match your search\",\"OtJSnL\":\"Nessuna data in programma\",\"gEdNe8\":\"No dates scheduled yet\",\"w+wkcC\":\"Nessuna richiesta di eliminazione trovata\",\"pZNOT9\":\"Nessuna data di fine\",\"dW40Uz\":\"Nessun evento trovato\",\"8pQ3NJ\":\"Nessun evento in programma nelle prossime 24 ore\",\"8zCZQf\":\"Nessun evento disponibile\",\"Yc5YW6\":\"Nessun lavoro fallito\",\"EpvBAp\":\"Nessuna fattura\",\"N+9Onb\":\"No limits\",\"XZkeaI\":\"Nessun log trovato\",\"IcAC6J\":\"Nessun carattere corrispondente\",\"nrSs2u\":\"Nessun messaggio trovato\",\"Rj99yx\":\"No occurrences available\",\"IFU1IG\":\"No occurrences on this date\",\"OVFwlg\":\"Nessuna domanda d'ordine ancora\",\"EJ7bVz\":\"Nessun ordine trovato\",\"NEmyqy\":\"Nessun ordine disponibile\",\"a77B6w\":\"No orders yet for this date.\",\"wUv5xQ\":\"Nessuna attività dell'organizzatore negli ultimi 14 giorni\",\"vLd1tV\":\"No organizer context available.\",\"B7w4KY\":\"Nessun altro organizzatore disponibile\",\"PChXMe\":\"Nessun ordine pagato\",\"6jYQGG\":\"Nessun evento passato\",\"CHzaTD\":\"Nessun evento popolare negli ultimi 14 giorni\",\"zK/+ef\":\"Nessun prodotto disponibile per la selezione\",\"M1/lXs\":\"No products configured for this event.\",\"kY7XDn\":\"Nessun prodotto ha voci nella lista d'attesa\",\"8mw4tm\":\"Messaggio di nessun prodotto\",\"wYiAtV\":\"Nessuna iscrizione recente\",\"UW90md\":\"Nessun destinatario trovato\",\"QoAi8D\":\"Nessuna risposta\",\"JeO7SI\":\"Nessuna risposta\",\"EK/G11\":\"Ancora nessuna risposta\",\"AxPAXW\":\"Nessun risultato trovato\",\"59OWd3\":\"Nessun luogo salvato\",\"mPdY6W\":\"Nessun suggerimento\",\"3sRuiW\":\"Nessun biglietto trovato\",\"debCrL\":\"Nessun biglietto in vendita\",\"k2C0ZR\":\"No upcoming dates\",\"yM5c0q\":\"Nessun evento in arrivo\",\"qpC74J\":\"Nessun utente trovato\",\"8wgkoi\":\"Nessun evento visualizzato negli ultimi 14 giorni\",\"Arzxc1\":\"Nessuna iscrizione alla lista d'attesa\",\"n5vdm2\":\"Nessun evento webhook è stato registrato per questo endpoint. Gli eventi appariranno qui una volta attivati.\",\"4GhX3c\":\"Nessun Webhook\",\"4+am6b\":\"No, rimani qui\",\"4JVMUi\":\"non-edited\",\"ACaDVQ\":\"None yet\",\"Itw24Q\":\"Not checked in\",\"x5+Lcz\":\"Non Registrato\",\"8n10sz\":\"Non Idoneo\",\"kLvU3F\":\"Notify attendees and stop sales\",\"t9QlBd\":\"November\",\"kAREMN\":\"Number of dates to create\",\"6u1B3O\":\"Occurrence\",\"mmoE62\":\"Occurrence Cancelled\",\"V9flmL\":\"Occurrence Schedule\",\"Kh3WO8\":\"Occurrence Summary\",\"byXCTu\":\"Occurrences\",\"KATw3p\":\"Occurrences (future only)\",\"85rTR2\":\"Occurrences can be configured after creation\",\"dzQfDY\":\"October\",\"BwJKBw\":\"di\",\"GQnX9d\":\"di ogni mese\",\"az8lvo\":\"Off\",\"9h7RDh\":\"Offrire\",\"EfK2O6\":\"Offri posto\",\"3sVRey\":\"Offri biglietti\",\"2O7Ybb\":\"Scadenza dell'offerta\",\"1jUg5D\":\"Offerto\",\"l+/HS6\":[\"Le offerte scadono dopo \",[\"timeoutHours\"],\" ore.\"],\"6Aih4U\":\"Offline\",\"Fdp03t\":\"il\",\"Z5HWHd\":\"On\",\"TH5A28\":[\"di \",[\"dayList\"]],\"qiMtVT\":[\"il \",[\"day\"],\" \",[\"month\"]],\"nO3VbP\":[\"In vendita \",[\"0\"]],\"pPAGSK\":[\"il \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"On the event page\",\"H7stQC\":\"In lista d'attesa\",\"oXOSPE\":\"Online\",\"aqmy5k\":\"Online — provide connection details\",\"LuZBbx\":\"Online & in-person\",\"IXuOqt\":\"Online & in-person — see schedule\",\"WjSpu5\":\"Evento online\",\"wCRLS9\":[\"Solo \",[\"cap\"],\" disponibili\"],\"scPxI/\":[\"Solo \",[\"capacity\"],\" rimasti\"],\"Gk0+G6\":\"Only a name is required — everything else has sensible defaults\",\"NdOxqr\":\"Solo gli amministratori dell'account possono eliminare o archiviare eventi. Contatta l'amministratore del tuo account per assistenza.\",\"rnoDMF\":\"Solo gli amministratori dell'account possono eliminare o archiviare organizzatori. Contatta l'amministratore del tuo account per assistenza.\",\"tnx0u1\":\"Only available as an add-on\",\"z4JBd7\":\"Solo gli annunci pubblicati vengono mostrati agli utenti\",\"bU7oUm\":\"Invia solo agli ordini con questi stati\",\"wkpaqp\":\"Mostra solo data e ora di inizio\",\"chktt5\":\"Only shown as an add-on to the products it's attached to\",\"Y4HHYW\":\"Only shown as an add-on to the products it's attached to.\",\"Z82In9\":\"Solo il proprietario dell'account può richiedere l'eliminazione dell'account.\",\"DMk8F0\":\"Only tickets count toward capacity\",\"+/Z3yr\":\"Only visible to buyers with an applicable promo code.\",\"M2w1ni\":\"Visibile solo con codice promozionale\",\"y8Bm7C\":\"Open check-in\",\"RLz7P+\":\"Open occurrence\",\"iMqrOb\":\"Invito all'azione facoltativo\",\"cDSdPb\":\"Soprannome facoltativo mostrato nei selettori, ad es. \\\"Sala conferenze\\\"\",\"HXMJxH\":\"Testo opzionale per disclaimer, informazioni di contatto o note di ringraziamento (solo una riga)\",\"L565X2\":\"opzioni\",\"8m9emP\":\"or add a single date\",\"eBskDE\":\"Oppure abilita i pagamenti offline e disabilita Stripe\",\"dSeVIm\":\"order\",\"c/TIyD\":\"Ordine & biglietto\",\"H5qWhm\":\"Ordine annullato\",\"b6+Y+n\":\"Ordine completato\",\"x4MLWE\":\"Conferma Ordine\",\"CsTTH0\":\"Conferma dell'ordine reinviata con successo\",\"ppuQR4\":\"Ordine Creato\",\"xtQzag\":\"Order details\",\"vrSW9M\":\"L'ordine è stato cancellato e rimborsato. Il proprietario dell'ordine è stato notificato.\",\"rzw+wS\":\"Titolari degli ordini\",\"oI/hGR\":\"ID ordine\",\"m8vQEP\":\"Order limits\",\"vu6Arl\":\"Ordine Contrassegnato come Pagato\",\"sLbJQz\":\"Ordine non trovato\",\"kvYpYu\":\"Ordine non trovato\",\"eJ8SvM\":\"Order number, purchase date, purchaser email\",\"FaPYw+\":\"Proprietario ordine\",\"eB5vce\":\"Proprietari di ordini con un prodotto specifico\",\"CxLoxM\":\"Proprietari di ordini con prodotti\",\"UkHo4c\":\"Rif. ordine\",\"EZy55F\":\"Ordine Rimborsato\",\"6eSHqs\":\"Stati ordine\",\"oW5877\":\"Totale Ordine\",\"e7eZuA\":\"Ordine Aggiornato\",\"1SQRYo\":\"Ordine aggiornato con successo\",\"3NT0Ck\":\"L'ordine è stato annullato\",\"V5khLm\":\"orders\",\"sd5IMt\":\"Ordini completati\",\"5It1cQ\":\"Ordini Esportati\",\"UQ0ACV\":\"Totale ordini\",\"B/EBQv\":\"Ordini:\",\"qtGTNu\":\"Account organici\",\"P/JHA4\":\"Organizzatore archiviato con successo\",\"S3CZ5M\":\"Dashboard organizzatore\",\"GzjTd0\":\"Organizzatore eliminato con successo\",\"SQqJd8\":\"Organizzatore non trovato\",\"HF8Bxa\":\"Organizzatore ripristinato con successo\",\"wpj63n\":\"Impostazioni organizzatore\",\"o1my93\":\"Aggiornamento dello stato dell'organizzatore non riuscito. Riprova più tardi\",\"rLHma1\":\"Stato dell'organizzatore aggiornato\",\"LqBITi\":\"Verrà utilizzato il modello dell'organizzatore/predefinito\",\"q4zH+l\":\"Organizers\",\"/IX/7x\":\"Altro\",\"RsiDDQ\":\"Altre Liste (Biglietto Non Incluso)\",\"EufvBx\":\"Esito\",\"aDfajK\":\"Outdoors\",\"qMASRF\":\"Messaggi in uscita\",\"iCOVQO\":\"Override\",\"GpFTEc\":\"Override fees on this organizer\",\"M9ZhMP\":\"Override price\",\"cnVIpl\":\"Override removed\",\"6/dCYd\":\"Panoramica\",\"6WdDG7\":\"Pagina\",\"8uqsE5\":\"Pagina non più disponibile\",\"QkLf4H\":\"URL della pagina\",\"sF+Xp9\":\"Visualizzazioni pagina\",\"v4nCHK\":\"Paid\",\"c+suC6\":\"Account a pagamento\",\"5F7SYw\":\"Rimborso parziale\",\"fFYotW\":[\"Parzialmente rimborsato: \",[\"0\"]],\"i8day5\":\"Trasferisci la commissione all'acquirente\",\"k4FLBQ\":\"Trasferisci all'acquirente\",\"Ff0Dor\":\"Passato\",\"BFjW8X\":\"Past due\",\"xTPjSy\":\"Eventi passati\",\"/l/ckQ\":\"Incolla URL\",\"URAE3q\":\"In pausa\",\"4fL/V7\":\"Paga\",\"W5l9HD\":\"Paga quanto vuoi\",\"c2/9VE\":\"Payload\",\"5cxUwd\":\"Data di pagamento\",\"ENEPLY\":\"Metodo di pagamento\",\"8Lx2X7\":\"Pagamento ricevuto\",\"fx8BTd\":\"Pagamenti non disponibili\",\"C+ylwF\":\"Payouts\",\"UbRKMZ\":\"In sospeso\",\"UkM20g\":\"In attesa di revisione\",\"dPYu1F\":\"Per partecipante\",\"mQV/nJ\":\"per min\",\"+kvxv+\":\"per ordine\",\"VlXNyK\":\"Per ordine\",\"NhuGd7\":\"per prodotto\",\"hauDFf\":\"Per biglietto\",\"mnF83a\":\"percentuale Commissione\",\"TNLuRD\":\"Percentage fee (%)\",\"MixU2P\":\"La percentuale deve essere compresa tra 0 e 100\",\"MkuVAZ\":\"Percentuale dell'importo della transazione\",\"/Bh+7r\":\"Prestazione\",\"/4mGVp\":\"Elimina definitivamente questo account\",\"dGdKgQ\":\"Elimina definitivamente questo account e i suoi dati.\",\"fIp56F\":\"Elimina definitivamente questo evento e tutti i dati associati.\",\"nJeeX7\":\"Elimina definitivamente questo organizzatore e tutti i suoi eventi.\",\"wfCTgK\":\"Permanently remove this date\",\"6kPk3+\":\"Informazioni personali\",\"zmwvG2\":\"Telefono\",\"tSR/oe\":\"Pick an end date\",\"e8kzpp\":\"Pick at least one day of the month\",\"35C8QZ\":\"Pick at least one day of the week\",\"kJmAsd\":\"Scegli i giorni per vedere le tue date.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Placed\",\"wBJR8i\":\"Stai pianificando un evento?\",\"J3lhKT\":\"Commissione piattaforma\",\"RD51+P\":[\"Commissione piattaforma di \",[\"0\"],\" detratta dal tuo pagamento\"],\"br3Y/y\":\"Commissioni piattaforma\",\"3buiaw\":\"Report commissioni piattaforma\",\"kv9dM4\":\"Ricavi della piattaforma\",\"PJ3Ykr\":\"Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions.\",\"OtjenF\":\"Inserisci un indirizzo email valido\",\"jEw0Mr\":\"Inserisci un URL valido\",\"n8+Ng/\":\"Inserisci il codice a 5 cifre\",\"r+lQXT\":\"Inserisci il tuo numero di partita IVA\",\"Dvq0wf\":\"Per favore, fornisci un'immagine.\",\"2cUopP\":\"Riavvia il processo di acquisto.\",\"GoXxOA\":\"Please select a date and time\",\"8KmsFa\":\"Seleziona un intervallo di date\",\"EFq6EG\":\"Per favore, seleziona un'immagine.\",\"fuwKpE\":\"Riprova.\",\"klWBeI\":\"Attendi prima di richiedere un altro codice\",\"hfHhaa\":\"Attendi mentre prepariamo i tuoi affiliati per l'esportazione...\",\"o+tJN/\":\"Attendi mentre prepariamo i tuoi partecipanti per l'esportazione...\",\"+5Mlle\":\"Attendi mentre prepariamo i tuoi ordini per l'esportazione...\",\"trnWaw\":\"Polacco\",\"luHAJY\":\"Eventi popolari (Ultimi 14 giorni)\",\"p/78dY\":\"Position\",\"OESu7I\":\"Evita l'overselling condividendo l'inventario tra più tipi di biglietto.\",\"NgVUL2\":\"Anteprima modulo di checkout\",\"cs5muu\":\"Anteprima pagina evento\",\"1xwZj/\":\"Mese precedente\",\"Jm2AC3\":\"Price Tier\",\"a5jvSX\":\"Fasce di prezzo\",\"aHCEmh\":\"Pricing\",\"ReihZ7\":\"Anteprima di Stampa\",\"JnuPvH\":\"Stampa biglietto\",\"tYF4Zq\":\"Stampa in PDF\",\"LcET2C\":\"Informativa sulla privacy\",\"8z6Y5D\":\"Elabora rimborso\",\"JcejNJ\":\"Elaborazione ordine\",\"EWCLpZ\":\"Prodotto Creato\",\"XkFYVB\":\"Prodotto Eliminato\",\"YMwcbR\":\"Ripartizione vendite prodotti, ricavi e tasse\",\"ls0mTC\":\"Product settings cannot be edited for cancelled dates.\",\"2339ej\":\"Product settings saved successfully\",\"ldVIlB\":\"Prodotto Aggiornato\",\"CP3D8G\":\"Progress\",\"JoKGiJ\":\"Codice promo\",\"dIodJL\":\"Promo code required\",\"k3wH7i\":\"Ripartizione utilizzo codici promo e sconti\",\"tZqL0q\":\"promo codes\",\"oCHiz3\":\"Promo codes\",\"uEhdRh\":\"Solo promo\",\"dLm8V5\":\"Le email promozionali potrebbero comportare la sospensione dell'account\",\"W0ETyY\":\"Fornisci almeno un campo dell'indirizzo (sede, via, città o paese).\",\"2W/7Gz\":\"Provide the following before Stripe's next review to keep payouts flowing.\",\"7d1a0d\":\"Public\",\"EEYbdt\":\"Pubblica\",\"JcgJKc\":\"Pubblica comunque\",\"evDBV8\":\"Pubblica evento\",\"2zEfOd\":\"Publish your event\",\"u3wRF+\":\"Pubblicato\",\"L7nrC8\":\"Con la pubblicazione la pagina del tuo evento diventa pubblica e si aprono le iscrizioni.\",\"dsFmM+\":\"Acquistato\",\"JunetL\":\"Purchaser\",\"phmeUH\":\"Purchaser email\",\"ywR4ZL\":\"QR code check-in\",\"oWXNE5\":\"Qtà\",\"VbWX2u\":\"Quantità\",\"biEyJ4\":\"Question answers\",\"k/bJj0\":\"Domande riordinate\",\"b24kPi\":\"Coda\",\"lTPqpM\":\"Quick Tip\",\"fqDzSu\":\"Tasso\",\"mnUGVC\":\"Limite di frequenza superato. Per favore riprova più tardi.\",\"t41hVI\":\"Rioffri posto\",\"TNclgc\":\"Reactivate this date? It will be reopened for future sales.\",\"RENQ6j\":\"Pronto per andare online?\",\"uqoRbb\":\"Real-time analytics\",\"jPSk57\":\"Motivo (facoltativo)\",\"xzRvs4\":[\"Ricevi aggiornamenti sui prodotti da \",[\"0\"],\".\"],\"pLXbi8\":\"Iscrizioni recenti\",\"M1HGuR\":\"Recent activity\",\"3kJ0gv\":\"Recent Attendees\",\"qhfiwV\":\"Recent check-ins\",\"S+0XMX\":\"Recent orders\",\"Fi3b48\":\"Ordini recenti\",\"7hPBBn\":\"destinatario\",\"jp5bq8\":\"destinatari\",\"yPrbsy\":\"Destinatari\",\"E1F5Ji\":\"I destinatari sono disponibili dopo l'invio del messaggio\",\"WEYdDv\":\"Recommended\",\"wuhHPE\":\"Recurring\",\"asLqwt\":\"Evento ricorrente\",\"s3uzsK\":\"Impostazioni evento ricorrente\",\"D0tAMe\":\"Recurring events\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Reindirizzamento a Stripe...\",\"pnoTN5\":\"Account di riferimento\",\"ACKu03\":\"Aggiorna Anteprima\",\"vuFYA6\":\"Refund all orders for these dates\",\"4cRUK3\":\"Refund all orders for this date\",\"fKn/k6\":\"Importo rimborso\",\"qY4rpA\":\"Rimborso fallito\",\"FaK/8G\":[\"Rimborsa ordine \",[\"0\"]],\"MGbi9P\":\"Rimborso in sospeso\",\"BDSRuX\":[\"Rimborsato: \",[\"0\"]],\"bU4bS1\":\"Rimborsi\",\"rYXfOA\":\"Impostazioni regionali\",\"5tl0Bp\":\"Domande di registrazione\",\"ZNo5k1\":\"Remaining\",\"Bjh87R\":\"Remove label from all dates\",\"IVZaEo\":\"Rimuove completamente le date e gli orari esauriti dalla pagina dell'evento. Se disattivato, restano visibili e vengono contrassegnati come esauriti.\",\"5Vkr/a\":\"Rimuovi orario\",\"KkJtVK\":\"Reopen for new sales\",\"XJwWJp\":\"Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed.\",\"RYlQY0\":\"Ripetizione\",\"CQeZT8\":\"Report non trovato\",\"JEPMXN\":\"Richiedi un nuovo link\",\"Yx0Ud8\":\"Richiesto\",\"Wcv9QD\":\"Richiesto da\",\"TMLAx2\":\"Obbligatorio\",\"mdeIOH\":\"Reinvia codice\",\"sQxe68\":\"Reinvia conferma\",\"bxoWpz\":\"Invia nuovamente l'email di conferma\",\"G42SNI\":\"Invia nuovamente l'email\",\"TTpXL3\":[\"Reinvia tra \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Reinvia biglietto\",\"Uwsg2F\":\"Riservato\",\"8wUjGl\":\"Riservato fino a\",\"a5z8mb\":\"Reset to base price\",\"kCn6wb\":\"Reimpostazione in corso...\",\"ZlCDf+\":\"Risposta\",\"bsydMp\":\"Dettagli della risposta\",\"yKu/3Y\":\"Ripristina\",\"RokrZf\":\"Ripristina evento\",\"/JyMGh\":\"Ripristina organizzatore\",\"HFvFRb\":\"Ripristina questo evento per renderlo nuovamente visibile.\",\"DDIcqy\":\"Ripristina questo organizzatore e rendilo nuovamente attivo.\",\"mO8KLE\":\"results\",\"6gRgw8\":\"Riprova\",\"1BG8ga\":\"Riprova tutto\",\"rDC+T6\":\"Riprova lavoro\",\"CbnrWb\":\"Torna all'evento\",\"Lf7TCn\":\"I luoghi riutilizzabili compaiono qui automaticamente quando crei eventi con indirizzi, e puoi aggiungerne di tuoi.\",\"mdQ0zb\":\"Luoghi riutilizzabili per i tuoi eventi. I luoghi creati dal completamento automatico vengono salvati qui automaticamente.\",\"XFOPle\":\"Reuse\",\"1Zehp4\":\"Reuse a Stripe connection from another organizer in this account.\",\"Oo/PLb\":\"Riepilogo Ricavi\",\"CfuueU\":\"Revoca l'offerta\",\"Tpm2G9\":\"Durata\",\"dFFW9L\":[\"Vendita terminata \",[\"0\"]],\"loCKGB\":[\"La vendita termina il \",[\"0\"]],\"wlfBad\":\"Periodo di vendita\",\"qi81Jg\":\"Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page.\",\"zpekWp\":[\"Inizio vendita \",[\"0\"]],\"7s8z0X\":\"Sale window\",\"mUv9U4\":\"Vendite\",\"9KnRdL\":\"Le vendite sono sospese\",\"JC3J0k\":\"Sales, attendance, and check-in breakdown per occurrence\",\"3VnlS9\":\"Vendite, ordini e metriche di performance per tutti gli eventi\",\"3Q1AWe\":\"Vendite:\",\"LeuERW\":\"Same as event\",\"B4nE3N\":\"Prezzo del biglietto di esempio\",\"8BRPoH\":\"Luogo di Esempio\",\"PiK6Ld\":\"Sat\",\"+5kO8P\":\"Sabato\",\"zJiuDn\":\"Save fee override\",\"x1fMXJ\":\"Salva programmazione\",\"KZrfYJ\":\"Salva link social\",\"9Y3hAT\":\"Salva Modello\",\"C8ne4X\":\"Salva Design del Biglietto\",\"cTI8IK\":\"Save VAT settings\",\"6/TNCd\":\"Salva impostazioni IVA\",\"4RvD9q\":\"Luogo salvato\",\"cgw0cL\":\"Luoghi salvati\",\"Fbqm/I\":\"Saving an override creates a dedicated configuration for this organizer if it's currently on the system default.\",\"I+FvbD\":\"Scansiona\",\"0zd6Nm\":\"Scan a ticket to check in an attendee\",\"bQG7Qk\":\"Scanned tickets will appear here\",\"WDYSLJ\":\"Scanner mode\",\"gmB6oO\":\"Schedule\",\"qQTaVm\":\"Schedule added\",\"j6NnBq\":\"Schedule created successfully\",\"YP7frt\":\"Schedule ends on\",\"QS1Nla\":\"Programma per dopo\",\"NAzVVw\":\"Programma messaggio\",\"/rTL/5\":\"Anteprima della programmazione\",\"Fz09JP\":\"Schedule starts on\",\"4ba0NE\":\"Programmata\",\"4HKQZj\":\"Eliminazione pianificata\",\"qcP/8K\":\"Orario programmato\",\"A1taO8\":\"Search\",\"ftNXma\":\"Cerca affiliati...\",\"VMU+zM\":\"Search attendees\",\"VY+Bdn\":\"Cerca per nome account o e-mail...\",\"VX+B3I\":\"Cerca per titolo evento o organizzatore...\",\"R0wEyA\":\"Cerca per nome lavoro o eccezione...\",\"YnMfsK\":\"Cerca per nome o indirizzo...\",\"3yKuDu\":\"Cerca per nome o email e selezionane uno o più\",\"VT+urE\":\"Cerca per nome o email...\",\"GHdjuo\":\"Cerca per nome, email o account...\",\"4mBFO7\":\"Search by name, order #, ticket # or email\",\"20ce0U\":\"Cerca per ID ordine, nome cliente o email...\",\"4DSz7Z\":\"Cerca per oggetto, evento o account...\",\"gTUY97\":\"Cerca per titolo...\",\"nQC7Z9\":\"Search dates...\",\"iRtEpV\":\"Search dates…\",\"JRM7ao\":\"Search for an address\",\"BWF1kC\":\"Cerca messaggi...\",\"5WYZKZ\":\"Risultati della ricerca\",\"IG85fV\":\"Cerca luoghi salvati o trova un indirizzo...\",\"Du+zn+\":\"Ricerca in corso...\",\"3aD3GF\":\"Seasonal\",\"ku//5b\":\"Second\",\"Mck5ht\":\"Pagamento sicuro\",\"s7tXqF\":\"See schedule\",\"JFap6u\":\"See what Stripe still needs\",\"6lGaum\":\"Visto\",\"p7xUrt\":\"Seleziona una categoria\",\"hTKQwS\":\"Select a Date & Time\",\"Ps6Xtf\":\"Select a date to see available times\",\"e4L7bF\":\"Seleziona un messaggio per visualizzarne il contenuto\",\"zPRPMf\":\"Seleziona un livello\",\"BFRSTT\":\"Seleziona Account\",\"wgNoIs\":\"Select all\",\"mCB6Je\":\"Seleziona tutto\",\"aCEysm\":[\"Select all on \",[\"0\"]],\"a6+167\":\"Seleziona un evento\",\"4oT6dP\":\"Seleziona almeno un account\",\"neCGH1\":\"Seleziona almeno un utente\",\"CFbaPk\":\"Seleziona il gruppo di partecipanti\",\"88a49s\":\"Select camera\",\"tVW/yo\":\"Seleziona valuta\",\"SJQM1I\":\"Select date\",\"n9ZhRa\":\"Seleziona data e ora di fine\",\"gTN6Ws\":\"Seleziona ora di fine\",\"0U6E9W\":\"Seleziona categoria evento\",\"j9cPeF\":\"Seleziona tipi di evento\",\"ypTjHL\":\"Select occurrence\",\"DHBGUX\":\"Select products...\",\"KizCK7\":\"Seleziona data e ora di inizio\",\"dJZTv2\":\"Seleziona ora di inizio\",\"x8XMsJ\":\"Seleziona il livello di messaggistica per questo account. Questo controlla i limiti dei messaggi e i permessi dei link.\",\"aT3jZX\":\"Seleziona fuso orario\",\"TxfvH2\":\"Seleziona quali partecipanti devono ricevere questo messaggio\",\"Ropvj0\":\"Seleziona quali eventi attiveranno questo webhook\",\"+6YAwo\":\"selected\",\"ylXj1N\":\"Selezionato\",\"uq3CXQ\":\"Sell out your event.\",\"oBXbO4\":\"Selling a physical product? Cap its quantity on the <0>products page instead.\",\"j9b/iy\":\"Si vende velocemente 🔥\",\"73qYgo\":\"Invia come prova\",\"HMAqFK\":\"Invia email ai partecipanti, ai possessori di biglietti o ai titolari di ordini. I messaggi possono essere inviati immediatamente o programmati per un secondo momento.\",\"22Itl6\":\"Inviami una copia\",\"NpEm3p\":\"Invia ora\",\"nOBvex\":\"Invia dati di ordini e partecipanti in tempo reale ai tuoi sistemi esterni.\",\"1lNPhX\":\"Invia email di notifica rimborso\",\"eaUTwS\":\"Invia link di reimpostazione\",\"5cV4PY\":\"Send to all occurrences, or choose a specific one\",\"QEQlnV\":\"Invia il tuo primo messaggio\",\"IoAuJG\":\"Invio in corso...\",\"h69WC6\":\"Inviato\",\"BVu2Hz\":\"Inviato da\",\"ZFa8wv\":\"Sent to attendees when a scheduled date is cancelled\",\"SPdzrs\":\"Inviato ai clienti quando effettuano un ordine\",\"LxSN5F\":\"Inviato a ogni partecipante con i dettagli del biglietto\",\"hgvbYY\":\"September\",\"5sN96e\":\"Session cancelled\",\"S9i0UC\":[\"sessioni · \",[\"dateCount\"],\" date × \",[\"timesPerDay\"],\" orari\"],\"89xaFU\":\"Imposta le impostazioni predefinite delle commissioni della piattaforma per i nuovi eventi creati sotto questo organizzatore.\",\"eXssj5\":\"Imposta le impostazioni predefinite per i nuovi eventi creati con questo organizzatore.\",\"uPe5p8\":\"Set how long each date lasts\",\"ODuUEi\":\"Set or clear the date label\",\"buHACR\":\"Set the end time of each date to be this long after its start time.\",\"TaeFgl\":\"Set to unlimited (remove limit)\",\"pd6SSe\":\"Set up a recurring schedule to automatically create dates, or add them one at a time.\",\"s0FkEx\":\"Configura liste di check-in per diversi ingressi, sessioni o giorni.\",\"TaWVGe\":\"Set up payouts\",\"JA//e6\":\"Set up schedule\",\"gzXY7l\":\"Set Up Schedule\",\"0Ls9qe\":\"Set up the tickets you'll sell and their prices\",\"xMO+Ao\":\"Configura la tua organizzazione\",\"5pEFnq\":\"Configura la tua programmazione\",\"zRRuUD\":\"Set up your schedule in the next steps\",\"ETC76A\":\"Set, change, or remove the date's location or online details\",\"C3htzi\":\"Impostazione aggiornata\",\"Ohn74G\":\"Configurazione e design\",\"1W5XyZ\":\"Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event.\",\"GG7qDw\":\"Condividi link affiliato\",\"hL7sDJ\":\"Condividi pagina dell'organizzatore\",\"jy6QDF\":\"Gestione capacità condivisa\",\"jDNHW4\":\"Shift times\",\"tPfIaW\":[\"Shifted times for \",[\"count\"],\" date(s)\"],\"WwlM8F\":\"Mostra opzioni avanzate\",\"cMW+gm\":[\"Mostra tutte le piattaforme (\",[\"0\"],\" con valori)\"],\"wXi9pZ\":\"Show attendee notes to non-logged-in staff\",\"4LZFir\":\"Mostra l'intero intervallo di date\",\"UVPI5D\":\"Mostra meno piattaforme\",\"Eu/N/d\":\"Mostra casella di opt-in marketing\",\"SXzpzO\":\"Mostra casella di opt-in marketing per impostazione predefinita\",\"b33PL9\":\"Mostra più piattaforme\",\"Eut7p9\":\"Show order details to non-logged-in staff\",\"+RoWKN\":\"Show question answers to non-logged-in staff\",\"jbcx6L\":\"Show remaining capacity on event dates\",\"rXxBOx\":\"Show remaining capacity to buyers\",\"t1LIQW\":[\"Visualizzazione di \",[\"0\"],\" record su \",[\"totalRows\"]],\"E717U9\":[\"Showing \",[\"0\"],\"–\",[\"1\"],\" of \",[\"2\"]],\"5rzhBQ\":[\"Showing \",[\"MAX_VISIBLE\"],\" of \",[\"totalAvailable\"],\" dates. Type to search.\"],\"WSt3op\":[\"Showing the first \",[\"0\"],\" — the remaining \",[\"1\"],\" session(s) will still be targeted when the message is sent.\"],\"o1UbOh\":\"Mostrata rimbalzante in cima al modale\",\"OJLTEL\":\"Shown to staff the first time they open the check-in page.\",\"lbfXEJ\":\"Shows remaining\",\"jVRHeq\":\"Iscritto\",\"5C7J+P\":\"Single Event\",\"E//btK\":\"Skip manually edited dates\",\"paESr6\":\"Slovacco\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Sociale\",\"d0rUsW\":\"Link social\",\"j/TOB3\":\"Link social e sito web\",\"s9KGXU\":\"Venduto\",\"yp+0jj\":\"sold out\",\"1hupow\":\"Esaurito, lista d'attesa disponibile\",\"iACSrw\":\"Some details are hidden from public access. Log in to view everything.\",\"Dia6iz\":\"Something went wrong while deleting the image. Please try again.\",\"KTxc6k\":\"Qualcosa è andato storto, riprova o contatta l'assistenza se il problema persiste\",\"lkE00/\":\"Qualcosa è andato storto. Riprova più tardi.\",\"wdxz7K\":\"Fonte\",\"SzuJ5m\":\"Account specifici\",\"/h8G1o\":\"Utenti specifici\",\"fDG2by\":\"Spirituality\",\"oPaRES\":\"Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end.\",\"7JFNej\":\"Sport\",\"/bfV1Y\":\"Staff instructions\",\"StWUH4\":\"Start check-in\",\"JcQp9p\":\"Data e ora di inizio\",\"0m/ekX\":\"Data e ora di inizio\",\"izRfYP\":\"La data di inizio è obbligatoria\",\"xAYSEs\":\"Ora di inizio\",\"n9ZrDo\":\"Start typing a venue or address...\",\"DACR+e\":\"Starts collapsed\",\"qeFVhN\":[\"Starts in \",[\"diffDays\"],\" days\"],\"AOqtxN\":[\"Starts in \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Starts in \",[\"h\"],\"h \",[\"m\"],\"m\"],\"Lo49in\":[\"Starts in \",[\"seconds\"],\"s\"],\"NqChgF\":\"Starts tomorrow\",\"2NbyY/\":\"Statistiche\",\"GVUxAX\":\"Le statistiche si basano sulla data di creazione dell'account\",\"29Hx9U\":\"Stats\",\"5ia+r6\":\"Still needed\",\"wuV0bK\":\"Interrompi Impersonificazione\",\"S/7MPw\":\"Account Stripe scollegato.\",\"s/KaDb\":\"Stripe connected\",\"Bk06QI\":\"Stripe connesso\",\"akZMv8\":[\"Stripe connection copied from \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe didn't return a setup link. Please try again.\",\"aKtF0O\":\"Stripe non connesso\",\"9i0++A\":\"ID pagamento Stripe\",\"R1lIMV\":\"Stripe will need a few more details soon\",\"FzcCHA\":\"Stripe will walk you through a few quick questions to finish setup.\",\"ii0qn/\":\"L'oggetto è obbligatorio\",\"M7Uapz\":\"L'oggetto apparirà qui\",\"6aXq+t\":\"Oggetto:\",\"JwTmB6\":\"Prodotto Duplicato con Successo\",\"WUOCgI\":\"Posto offerto con successo\",\"IvxA4G\":[\"Biglietti offerti con successo a \",[\"count\"],\" persone\"],\"kKpkzy\":\"Biglietti offerti con successo a 1 persona\",\"Zi3Sbw\":\"Rimosso dalla lista d'attesa con successo\",\"RuaKfn\":\"Indirizzo aggiornato con successo\",\"kzx0uD\":\"Impostazioni predefinite dell'evento aggiornate correttamente\",\"5n+Wwp\":\"Organizzatore aggiornato con successo\",\"DMCX/I\":\"Impostazioni predefinite delle commissioni aggiornate con successo\",\"URUYHc\":\"Impostazioni delle commissioni della piattaforma aggiornate con successo\",\"kRWc2g\":\"Impostazioni evento ricorrente aggiornate con successo\",\"0Dk/l8\":\"Impostazioni SEO aggiornate con successo\",\"S8Tua9\":\"Impostazioni aggiornate con successo\",\"MhOoLQ\":\"Link social aggiornati con successo\",\"CNSSfp\":\"Impostazioni di tracciamento aggiornate con successo.\",\"kj7zYe\":\"Webhook aggiornato con successo\",\"dXoieq\":\"Riepilogo\",\"/RfJXt\":[\"Festival musicale estivo \",[\"0\"]],\"CWOPIK\":\"Festival Musicale Estivo 2025\",\"D89zck\":\"Sun\",\"DBC3t5\":\"Domenica\",\"UaISq3\":\"Svedese\",\"JZTQI0\":\"Cambia organizzatore\",\"9YHrNC\":\"Predefinito del sistema\",\"jGR53C\":\"T-shirts, mugs and more\",\"hCR98w\":\"Tocca le date come su un calendario.\",\"lruQkA\":\"Tap this screen to resume scanning\",\"X9v2GM\":\"Account di destinazione\",\"TmyDCw\":\"Utenti di destinazione\",\"TJUrME\":[\"Targeting attendees across \",[\"0\"],\" selected sessions.\"],\"yT6dQ8\":\"Tasse raccolte raggruppate per tipo di tassa ed evento\",\"Ye321X\":\"Nome Tassa\",\"WyCBRt\":\"Riepilogo Tasse\",\"QC3FVX\":\"Taxes & fees\",\"GkH0Pq\":\"Tasse & commissioni applicate\",\"SXvRWU\":\"Team collaboration\",\"vlf/In\":\"Tecnologia\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Spiega cosa aspettarsi dal tuo evento\",\"NiIUyb\":\"Parlaci del tuo evento\",\"DovcfC\":\"Parlaci della tua organizzazione. Queste informazioni saranno visualizzate sulle pagine dei tuoi eventi.\",\"69GWRq\":\"Tell us how often your event repeats and we'll create all the dates for you.\",\"mXPbwY\":\"Tell us your VAT registration status so we apply the correct VAT treatment to platform fees.\",\"7wtpH5\":\"Modello Attivo\",\"QHhZeE\":\"Modello creato con successo\",\"xrWdPR\":\"Modello eliminato con successo\",\"G04Zjt\":\"Modello salvato con successo\",\"xowcRf\":\"Termini di servizio\",\"6K0GjX\":\"Il testo potrebbe essere difficile da leggere\",\"nm3Iz/\":\"Grazie per aver partecipato!\",\"pYwj0k\":\"Thanks,\",\"cIHkSd\":[\"Sono \",[\"totalOccurrences\"],\" sessioni — il massimo è \",[\"max\"],\". Riduci l'intervallo o la frequenza.\"],\"k3IitN\":\"That's a wrap\",\"KfmPRW\":\"Colore di sfondo della pagina. Quando si utilizza un'immagine di copertina, questa viene applicata come sovrapposizione.\",\"MDNyJz\":\"Il codice scadrà tra 10 minuti. Controlla la cartella spam se non vedi l'email.\",\"AIF7J2\":\"La valuta in cui è definita la commissione fissa. Verrà convertita nella valuta dell'ordine al momento del pagamento.\",\"k3LFkM\":\"La valuta utilizzata per i prezzi dei biglietti di questo evento.\",\"7oksH+\":[\"Lo sconto viene detratto da ogni prodotto idoneo. Es.: \",[\"currencySymbol\"],\"10 di sconto × 3 biglietti = \",[\"currencySymbol\"],\"30 di sconto.\"],\"sKL8k2\":\"Lo sconto viene detratto una sola volta dal totale dell'ordine.\",\"cDHM1d\":\"L'indirizzo e-mail è stato modificato. Il partecipante riceverà un nuovo biglietto all'indirizzo e-mail aggiornato.\",\"tXadb0\":\"L'evento che stai cercando non è disponibile al momento. Potrebbe essere stato rimosso, scaduto o l'URL potrebbe essere errato.\",\"sxKqBm\":\"L'importo completo dell'ordine sarà rimborsato al metodo di pagamento originale del cliente.\",\"KgDp6G\":\"Il link che stai cercando di accedere è scaduto o non è più valido. Controlla la tua e-mail per un link aggiornato per gestire il tuo ordine.\",\"sYLeDq\":\"L'organizzatore che stai cercando non è stato trovato. La pagina potrebbe essere stata spostata, eliminata o l'URL potrebbe essere errato.\",\"PCr4zw\":\"The override is recorded in the order audit log.\",\"C4nQe5\":\"La commissione della piattaforma viene aggiunta al prezzo del biglietto. Gli acquirenti pagano di più, ma tu ricevi il prezzo completo del biglietto.\",\"HxxXZO\":\"Il colore principale del marchio utilizzato per i pulsanti e le evidenziazioni\",\"OVSkIF\":\"La rapida volpe marrone salta sopra il cane pigro.\",\"z0KrIG\":\"L'orario programmato è obbligatorio\",\"EWErQh\":\"L'orario programmato deve essere nel futuro\",\"UNd0OU\":[\"The session for \\\"\",[\"title\"],\"\\\" originally scheduled for \",[\"0\"],\" has been rescheduled.\"],\"DEcpfp\":\"Il corpo del template contiene sintassi Liquid non valida. Correggila e riprova.\",\"qpmtdK\":\"Il fuso orario utilizzato per le date e gli orari di questo evento.\",\"N3VfVA\":\"Il caricamento non ha raggiunto il server. Controlla la connessione e, se il file è grande, prova con un'immagine più piccola (max 5MB).\",\"injXD7\":\"Impossibile convalidare il numero di partita IVA. Controlla il numero e riprova.\",\"A4UmDy\":\"Teatro\",\"tDwYhx\":\"Tema e colori\",\"ybBP2H\":\"There are no products available for this date. Please choose another date.\",\"O7g4eR\":\"There are no upcoming dates for this event\",\"062KsE\":\"These details are shown on the attendee's ticket and order summary for this date only.\",\"5Eu+tn\":\"Questi dettagli saranno mostrati solo se l'ordine viene completato con successo.\",\"jQjwR+\":\"These details will replace any existing location on the affected dates and show on attendee tickets.\",\"6eaLu/\":\"Questi prezzi si applicano a tutte le date del programma e le quantità dei livelli limitano le vendite totali di tutte le date nel loro insieme. Le date di vendita dei livelli si applicano globalmente. Puoi sostituire i prezzi per singole date nella <0>pagina Programmazione delle date.\",\"QP3gP+\":\"Queste impostazioni si applicano solo al codice di incorporamento copiato e non verranno salvate.\",\"HirZe8\":\"Questi modelli verranno utilizzati come predefiniti per tutti gli eventi nella tua organizzazione. I singoli eventi possono sostituire questi modelli con le proprie versioni personalizzate.\",\"lzAaG5\":\"Questi modelli sostituiranno le impostazioni predefinite dell'organizzatore solo per questo evento. Se non è impostato alcun modello personalizzato qui, verrà utilizzato il modello dell'organizzatore.\",\"UlykKR\":\"Third\",\"1YTBzS\":\"Questo account non ha ordini completati, quindi tutti i suoi dati saranno eliminati in modo permanente.\",\"jCPU8z\":\"Questo account è pianificato per l'eliminazione\",\"zfNCE8\":[\"Questo account è pianificato per l'eliminazione il <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes.\",\"SOmGDa\":\"This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins.\",\"XBNC3E\":\"Questo codice sarà usato per tracciare le vendite. Sono ammessi solo lettere, numeri, trattini e trattini bassi.\",\"AaP0M+\":\"Questa combinazione di colori potrebbe essere difficile da leggere per alcuni utenti\",\"o1phK/\":[\"This date has \",[\"orderCount\"],\" order(s) that will be affected.\"],\"F/UtGt\":\"This date has been cancelled. You can still delete it to remove it permanently.\",\"BLZ7pX\":\"This date is in the past. It will be created but won't be visible to attendees under upcoming dates.\",\"7IIY0z\":\"This date is marked sold out.\",\"bddWMP\":\"This date is no longer available. Please select another date.\",\"E9BqZw\":\"This date only\",\"n68908\":[\"Questo scollega \",[\"stripeAccountId\"],\" da questo organizzatore. Le vendite di biglietti a pagamento smetteranno di funzionare finché non colleghi di nuovo un account Stripe.\"],\"RzEvf5\":\"Questo evento è terminato\",\"kc4bIA\":\"Questo evento non ha ancora biglietti o prodotti, quindi i partecipanti non potranno registrarsi.\",\"eMaNd0\":\"This event is not available\",\"YClrdK\":\"Questo evento non è ancora pubblicato\",\"GL6z+k\":\"Questo evento è esaurito\",\"pIwDhS\":\"This event's dates and times are set on the occurrence schedule.\",\"ny5rgr\":\"This is a recurring event\",\"tc64Zz\":\"Questo è il nome della categoria che verrà visualizzato sulla pagina dell'evento.\",\"dFJnia\":\"Questo è il nome del tuo organizzatore che sarà visibile agli utenti.\",\"vt7jiq\":\"Questa è l'unica volta in cui il segreto di firma verrà mostrato. Copialo ora e conservalo in modo sicuro.\",\"5DpZrC\":\"Questo limita le vendite totali di tutte le date del programma nel loro insieme: non è un limite per data. Per limitare la partecipazione a ogni data, imposta una capacità nella <0>pagina Programmazione delle date.\",\"L7dIM7\":\"Questo link non è valido o è scaduto.\",\"MR5ygV\":\"Questo link non è più valido\",\"9LEqK0\":\"Questo nome è visibile agli utenti finali\",\"QdUMM9\":\"This occurrence is at capacity\",\"j5FdeA\":\"Questo ordine è in fase di elaborazione.\",\"sjNPMw\":\"Questo ordine è stato abbandonato. Puoi avviarne uno nuovo in qualsiasi momento.\",\"OhCesD\":\"Questo ordine è stato annullato. Puoi iniziare un nuovo ordine in qualsiasi momento.\",\"lyD7rQ\":\"Questo profilo organizzatore non è ancora pubblicato\",\"9b5956\":\"Questa anteprima mostra come apparirà la tua email con dati di esempio. Le email effettive utilizzeranno valori reali.\",\"uM9Alj\":\"Questo prodotto è evidenziato nella pagina dell'evento\",\"RqSKdX\":\"Questo prodotto è esaurito\",\"4PDH+K\":\"This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to.\",\"qEGn8I\":\"Questo evento ricorrente non ha ancora date, quindi i partecipanti non hanno nulla da prenotare.\",\"W12OdJ\":\"Questo report ha solo scopo informativo. Consultare sempre un consulente fiscale prima di utilizzare questi dati per scopi contabili o fiscali. Si prega di fare un confronto con la dashboard di Stripe, poiché Hi.Events potrebbe non includere dati storici.\",\"1LuJNw\":\"Questo biglietto non è più valido\",\"0Ew0uk\":\"Questo biglietto è stato appena scansionato. Attendi prima di scansionare di nuovo.\",\"FYXq7k\":[\"This will affect \",[\"loadedAffectedCount\"],\" date(s).\"],\"kvpxIU\":\"Questo sarà usato per notifiche e comunicazioni con i tuoi utenti.\",\"bPgkdx\":\"Questo annullerà l'eliminazione pianificata e riattiverà l'account. Il proprietario dell'account sarà avvisato via email.\",\"4yx4a4\":[\"Questo disattiverà immediatamente il tuo account e lo eliminerà definitivamente dopo 30 giorni. Per confermare, digita il nome del tuo account: <0>\",[\"0\"],\"\"],\"rhsath\":\"Questo non sarà visibile ai clienti, ma ti aiuta a identificare l'affiliato.\",\"VGEfU7\":\"Questo eliminerà o anonimizzerà definitivamente l'account immediatamente, senza attendere la data pianificata. Non può essere annullato.\",\"hV6FeJ\":\"Throughput\",\"+FjWgX\":\"Thu\",\"kkDQ8m\":\"Giovedì\",\"0GSPnc\":\"Design del Biglietto\",\"EZC/Cu\":\"Design del biglietto salvato con successo\",\"bbslmb\":\"Designer biglietti\",\"1BPctx\":\"Biglietto per\",\"HGuXjF\":\"Possessori di biglietti\",\"CMUt3Y\":\"Titolari dei biglietti\",\"awHmAT\":\"ID biglietto\",\"6czJik\":\"Logo del Biglietto\",\"t79rDv\":\"Biglietto non trovato\",\"6tmWch\":\"Biglietto o prodotto\",\"1tfWrD\":\"Anteprima biglietto per\",\"KnjoUA\":\"Prezzo del biglietto\",\"pGZOcL\":\"Biglietto reinviato con successo\",\"o02GZM\":\"Ticket sales have ended for this event\",\"8jLPgH\":\"Tipo di Biglietto\",\"8qsbZ5\":\"Biglietteria e vendite\",\"zNECqg\":\"biglietti\",\"6GQNLE\":\"Biglietti\",\"NRhrIB\":\"Biglietti e prodotti\",\"OrWHoZ\":\"I biglietti vengono offerti automaticamente ai clienti in lista d'attesa quando si libera la disponibilità.\",\"AGRilS\":\"Biglietti Venduti\",\"4/dG8J\":\"Tiers\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Time\",\"kGEhUy\":\"Orari\",\"fXf2r5\":[\"Times shown in \",[\"timezoneAbbr\"]],\"9udQT9\":\"Il titolo è obbligatorio\",\"dMtLDE\":\"to\",\"/jQctM\":\"A\",\"tiI71C\":\"Per aumentare i tuoi limiti, contattaci a\",\"ecUA8p\":\"Today\",\"W428WC\":\"Attiva colonne\",\"BRMXj0\":\"Tomorrow\",\"UBSG1X\":\"Migliori organizzatori (Ultimi 14 giorni)\",\"3sZ0xx\":\"Account Totali\",\"SMDzqJ\":\"Totale Partecipanti\",\"orBECM\":\"Totale Raccolto\",\"k5CU8c\":\"Totale iscrizioni\",\"4B7oCp\":\"Commissione totale\",\"sMMlTX\":\"Total fees\",\"mlvCEl\":\"Total orders\",\"2AW/k5\":\"Quantità totale su tutte le date\",\"dp8BCb\":\"Total tax\",\"vb0Q0/\":\"Utenti Totali\",\"oJjplO\":\"Visualizzazioni totali\",\"rBZ9pz\":\"Tours\",\"orluER\":\"Traccia la crescita e le prestazioni dell'account per fonte di attribuzione\",\"YwKzpH\":\"Monitoraggio & Analytics\",\"GUA0Jy\":\"Try a different search term or filter\",\"2P/OWN\":\"Try adjusting your filters to see more dates.\",\"ouM5IM\":\"Prova un'altra email\",\"3DZvE7\":\"Prova Hi.Events Gratis\",\"vq2WxD\":\"Tue\",\"G3myU+\":\"Martedì\",\"Kz91g/\":\"Turco\",\"GdOhw6\":\"Disattiva audio\",\"KUOhTy\":\"Attiva audio\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Digita \\\"elimina\\\" per confermare\",\"nSlb72\":\"Digita per cercare...\",\"nWRfmt\":\"Tipografia\",\"IrVSu+\":\"Impossibile duplicare il prodotto. Controlla i tuoi dati\",\"Vx2J6x\":\"Impossibile recuperare il partecipante\",\"h0dx5e\":\"Impossibile unirsi alla lista d'attesa\",\"DaE0Hg\":\"Unable to load attendee details.\",\"GlnD5Y\":\"Unable to load products for this date. Please try again.\",\"17VbmV\":\"Unable to undo check-in\",\"n57zCW\":\"Account non attribuiti\",\"9uI/rE\":\"Undo\",\"Ef7StM\":\"Sconosciuto\",\"ZBAScj\":\"Partecipante Sconosciuto\",\"MEIAzV\":\"Senza nome\",\"K6L5Mx\":\"Luogo senza nome\",\"7yiFvZ\":\"Non pagato\",\"C51N+0\":\"fino al\",\"NaeLn8\":[\"Until \",[\"end\"]],\"porwAO\":\"Fino a una data\",\"ZIb6rJ\":\"Untitled product\",\"crJM8s\":\"Untitled ticket\",\"X13xGn\":\"Non attendibile\",\"0bT1FT\":[\"Up to \",[\"max\"],\" per order\"],\"gyXpQN\":\"Upcoming events\",\"Pp1sWX\":\"Aggiorna affiliato\",\"59qHrb\":\"Update capacity\",\"Gaem9v\":\"Update event name and description\",\"7EhE4k\":\"Update label\",\"NPQWj8\":\"Update location\",\"75+lpR\":[\"Update: \",[\"subjectTitle\"],\" — schedule changes\"],\"UOGHdA\":[\"Update: \",[\"subjectTitle\"],\" — session time changed\"],\"+b7T3G\":\"Aggiornato\",\"ogoTrw\":[\"Updated \",[\"count\"],\" date(s)\"],\"dDuona\":[\"Updated capacity for \",[\"count\"],\" date(s)\"],\"FT3LSc\":[\"Updated label for \",[\"count\"],\" date(s)\"],\"8EcY1g\":[\"Updated location for \",[\"count\"],\" date(s)\"],\"83tNam\":\"Si aggiorna mentre crei la regola. Sfoglia i mesi per verificare le date.\",\"/XlQr2\":\"Updates as you type.\",\"gJQsLv\":\"Carica un'immagine di copertina per il tuo organizzatore\",\"4kEGqW\":\"Carica un logo per il tuo organizzatore\",\"lnCMdg\":\"Carica immagine\",\"29w7p6\":\"Caricamento immagine in corso...\",\"HtrFfw\":\"URL è obbligatorio\",\"3VnYUR\":\"L'URL deve iniziare con http:// o https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB scanner listening\",\"dyTklH\":\"USB scanner paused\",\"OHJXlK\":\"Usa <0>i template Liquid per personalizzare le tue email\",\"/rsy72\":\"Use event default\",\"0k4cdb\":\"Utilizza i dettagli dell'ordine per tutti i partecipanti. I nomi e gli indirizzi email dei partecipanti corrisponderanno alle informazioni dell'acquirente.\",\"bA31T4\":\"Usa i dati dell'acquirente per tutti i partecipanti\",\"PpgtnC\":\"Usa questo indirizzo\",\"rnoQsz\":\"Utilizzato per bordi, evidenziazioni e stile del codice QR\",\"b0XTc/\":[\"Utenti (\",[\"0\"],\")\"],\"BV4L/Q\":\"Analisi UTM\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Convalida della tua partita IVA...\",\"t7caBM\":\"VAT country code\",\"WLkfqH\":\"VAT number\",\"pnVh83\":\"Numero di partita IVA\",\"CabI04\":\"Il numero di partita IVA non deve contenere spazi\",\"PMhxAR\":\"Il numero di partita IVA deve iniziare con un codice paese di 2 lettere seguito da 8-15 caratteri alfanumerici (ad es., DE123456789)\",\"gPgdNV\":\"Partita IVA convalidata con successo\",\"RUMiLy\":\"Convalida della partita IVA non riuscita\",\"vqji3Y\":\"Convalida della partita IVA non riuscita. Controlla la tua partita IVA.\",\"8dENF9\":\"IVA su commissione\",\"ZutOKU\":\"Aliquota IVA\",\"+KJZt3\":\"VAT registered\",\"Nfbg76\":\"Impostazioni IVA salvate con successo\",\"UvYql/\":\"Impostazioni IVA salvate. Stiamo convalidando il tuo numero di partita IVA in background.\",\"bXn1Jz\":\"VAT settings updated\",\"tJylUv\":\"Trattamento IVA per le commissioni della piattaforma\",\"FlGprQ\":\"Trattamento IVA per le commissioni della piattaforma: Le imprese registrate IVA nell'UE possono utilizzare il meccanismo del reverse charge (0% - Articolo 196 della Direttiva IVA 2006/112/CE). Alle imprese non registrate IVA viene applicata l'IVA irlandese al 23%.\",\"516oLj\":\"Servizio di convalida IVA temporaneamente non disponibile\",\"p6QQLa\":[\"VAT: \",[\"0\"]],\"5q87Y9\":\"VAT: not registered\",\"AdWhjZ\":\"Codice di verifica\",\"kUAumu\":\"Verification email sent. Check your inbox.\",\"QDEWii\":\"Verificato\",\"wCKkSr\":\"Verifica email\",\"/IBv6X\":\"Verifica la tua email\",\"u8nB38\":\"Verify your email so attendees can receive tickets\",\"e/cvV1\":\"Verifica in corso...\",\"fROFIL\":\"Vietnamita\",\"p5nYkr\":\"View All\",\"yA/6BX\":\"View all →\",\"6CQ7/B\":\"View all capabilities\",\"YSE15b\":\"View all check-in lists\",\"RnvnDc\":\"Visualizza tutti i messaggi inviati sulla piattaforma\",\"+WFMis\":\"Visualizza e scarica report per tutti i tuoi eventi. Sono inclusi solo gli ordini completati.\",\"c7VN/A\":\"Visualizza Risposte\",\"SZw9tS\":\"Visualizza dettagli\",\"9+84uW\":[\"View details for \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Visualizza evento\",\"c6SXHN\":\"Visualizza pagina dell'evento\",\"n6EaWL\":\"Visualizza log\",\"OaKTzt\":\"Vedi mappa\",\"zNZNMs\":\"Visualizza messaggio\",\"67OJ7t\":\"Visualizza Ordine\",\"tKKZn0\":\"Visualizza dettagli ordine\",\"KeCXJu\":\"Visualizza i dettagli degli ordini, emetti rimborsi e reinvia le conferme.\",\"9jnAcN\":\"Visualizza homepage organizzatore\",\"1J/AWD\":\"Visualizza Biglietto\",\"N9FyyW\":\"Visualizza, modifica ed esporta i tuoi partecipanti registrati.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visible from \",[\"start\"],\" — hidden until sales open.\"],\"EkiKJK\":\"Visible to everyone on the event page.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"In attesa\",\"quR8Qp\":\"In attesa di pagamento\",\"KrurBH\":\"Waiting for scan…\",\"u0n+wz\":\"Lista d'attesa\",\"3RXFtE\":\"Lista d'attesa abilitata\",\"TwnTPy\":\"L'offerta per la lista d'attesa è scaduta.\",\"aUi/Dz\":\"Attenzione: questa è la configurazione predefinita del sistema. Le modifiche interesseranno tutti gli account a cui non è assegnata una configurazione specifica.\",\"aT/44s\":\"We couldn't copy that Stripe connection. Please try again.\",\"jTee4a\":\"Non siamo riusciti a scollegare questo account Stripe. Riprova.\",\"RRZDED\":\"Non abbiamo trovato ordini associati a questo indirizzo email.\",\"2RZK9x\":\"Non siamo riusciti a trovare l'ordine che stai cercando. Il link potrebbe essere scaduto o i dettagli dell'ordine potrebbero essere cambiati.\",\"nefMIK\":\"Non siamo riusciti a trovare il biglietto che stai cercando. Il link potrebbe essere scaduto o i dettagli del biglietto potrebbero essere cambiati.\",\"miysJh\":\"Non siamo riusciti a trovare questo ordine. Potrebbe essere stato rimosso.\",\"Fjj/5/\":\"We couldn't load the check-in lists. Please try again.\",\"ADsQ23\":\"We couldn't reach Stripe just now. Please try again in a moment.\",\"HJKdzP\":\"Si è verificato un problema durante il caricamento di questa pagina. Riprova.\",\"jegrvW\":\"We partner with Stripe to send payouts straight to your bank account.\",\"IfN2Qo\":\"Consigliamo un logo quadrato con dimensioni minime di 200x200px\",\"wJzo/w\":\"Si consigliano dimensioni di 400px per 400px e una dimensione massima del file di 5MB\",\"L/KlAh\":[\"We sent a verification link to \",[\"0\"]],\"KRCDqH\":\"Utilizziamo i cookie per capire come viene utilizzato il sito e migliorare la tua esperienza.\",\"x8rEDQ\":\"Non siamo riusciti a convalidare il tuo numero di partita IVA dopo diversi tentativi. Continueremo a provare in background. Riprova più tardi.\",\"4HaEdK\":[\"Creeremo tutte le \",[\"totalOccurrences\"],\" sessioni — potrai poi modificare o rimuovere qualsiasi data\"],\"mfM/HJ\":[\"Ti avviseremo via email se si libererà un posto per \",[\"productDisplayName\"],\" il \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Ti avviseremo via email se si libererà un posto per \",[\"productDisplayName\"],\".\"],\"McuGND\":\"We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically.\",\"q1BizZ\":\"Invieremo i tuoi biglietti a questa email\",\"ZOmUYW\":\"Convalideremo la tua partita IVA in background. In caso di problemi, ti informeremo.\",\"LKjHr4\":[\"We've made changes to the schedule for \\\"\",[\"title\"],\"\\\" — \",[\"description\"],\" affecting \",[\"affectedCount\"],\" session(s).\"],\"Fq/Nx7\":\"Abbiamo inviato un codice di verifica a 5 cifre a:\",\"GdWB+V\":\"Webhook creato con successo\",\"2X4ecw\":\"Webhook eliminato con successo\",\"ndBv0v\":\"Webhook integrations\",\"CThMKa\":\"Log Webhook\",\"I0adYQ\":\"Segreto di firma del Webhook\",\"nuh/Wq\":\"URL Webhook\",\"8BMPMe\":\"Il webhook non invierà notifiche\",\"FSaY52\":\"Il webhook invierà notifiche\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Sito web\",\"0f7U0k\":\"Wed\",\"VAcXNz\":\"Mercoledì\",\"64X6l4\":\"week\",\"4XSc4l\":\"Weekly\",\"IAUiSh\":\"weeks\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Bentornato\",\"QDWsl9\":[\"Benvenuto su \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Benvenuto su \",[\"0\"],\", ecco un elenco di tutti i tuoi eventi\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"Che tipo di evento?\",\"0WyYF4\":\"What unauthenticated staff can see\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Quando un check-in viene eliminato\",\"RPe6bE\":\"When a date is cancelled on a recurring event\",\"Gmd0hv\":\"Quando viene creato un nuovo partecipante\",\"zyIyPe\":\"Quando viene creato un nuovo evento\",\"Lc18qn\":\"Quando viene creato un nuovo ordine\",\"dfkQIO\":\"Quando viene creato un nuovo prodotto\",\"8OhzyY\":\"Quando un prodotto viene eliminato\",\"tRXdQ9\":\"Quando un prodotto viene aggiornato\",\"9L9/28\":\"Quando un prodotto va esaurito, i clienti possono iscriversi a una lista d'attesa per essere avvisati non appena si liberano dei posti.\",\"OIkHj+\":\"Quando un prodotto va esaurito, i clienti possono iscriversi a una lista d'attesa per essere avvisati non appena si liberano dei posti. I clienti si iscrivono alla lista d'attesa per una data specifica e le offerte vengono fatte per data.\",\"Q7CWxp\":\"Quando un partecipante viene annullato\",\"IuUoyV\":\"Quando un partecipante effettua il check-in\",\"nBVOd7\":\"Quando un partecipante viene aggiornato\",\"t7cuMp\":\"Quando un evento viene archiviato\",\"gtoSzE\":\"Quando un evento viene aggiornato\",\"ny2r8d\":\"Quando un ordine viene annullato\",\"c9RYbv\":\"Quando un ordine viene contrassegnato come pagato\",\"ejMDw1\":\"Quando un ordine viene rimborsato\",\"fVPt0F\":\"Quando un ordine viene aggiornato\",\"bcYlvb\":\"Quando chiude il check-in\",\"XIG669\":\"Quando apre il check-in\",\"de6HLN\":\"Quando i clienti acquistano biglietti, i loro ordini appariranno qui.\",\"pm9tpn\":\"Se attivato, gli acquirenti possono copiare il proprio nome ed e-mail su tutti i partecipanti in una sola volta. Disattivalo per rimuovere l'opzione \\\"Tutti i partecipanti\\\"; gli acquirenti potranno comunque copiare i dati sul primo partecipante, mentre gli altri dovranno essere inseriti singolarmente.\",\"403wpZ\":\"Quando abilitato, i nuovi eventi consentiranno ai partecipanti di gestire i propri dettagli del biglietto tramite un link sicuro. Questo può essere sostituito per evento.\",\"blXLKj\":\"Se abilitato, i nuovi eventi mostreranno una casella di opt-in marketing durante il checkout. Questo può essere sovrascritto per evento.\",\"Kj0Txn\":\"Quando abilitato, non verranno addebitate commissioni di applicazione sulle transazioni Stripe Connect. Usa questo per i paesi in cui le commissioni di applicazione non sono supportate.\",\"xo06V3\":\"Dove rimanda il pulsante\",\"uchB0M\":\"Anteprima widget\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Scrivi qui il tuo messaggio...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"year\",\"zkWmBh\":\"Yearly\",\"+BGee5\":\"years\",\"X/azM1\":\"Sì - Ho un numero di partita IVA UE valido\",\"Tz5oXG\":\"Sì, annulla il mio ordine\",\"QlSZU0\":[\"Stai impersonificando <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Stai emettendo un rimborso parziale. Il cliente sarà rimborsato di \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"Puoi configurare commissioni di servizio aggiuntive e tasse nelle impostazioni del tuo account.\",\"rj3A7+\":\"You can override this for individual dates later.\",\"paWwQ0\":\"È comunque possibile offrire biglietti manualmente se necessario.\",\"jTDzpA\":\"Non puoi archiviare l'ultimo organizzatore attivo del tuo account.\",\"D8baxD\":\"Hai biglietti a pagamento, ma Stripe non è ancora collegato, quindi non puoi accettare pagamenti.\",\"5VGIlq\":\"Hai raggiunto il tuo limite di messaggistica.\",\"casL1O\":\"Hai tasse e commissioni aggiunte a un Prodotto Gratuito. Vuoi rimuoverle?\",\"5SgD0L\":\"You have unsaved changes. Are you sure you want to discard them?\",\"9jJNZY\":\"Devi riconoscere le tue responsabilità prima di salvare\",\"pCLes8\":\"Devi accettare di ricevere messaggi\",\"FVTVBy\":\"Devi verificare il tuo indirizzo email prima di poter aggiornare lo stato dell'organizzatore.\",\"ze4bi/\":\"You need to create at least one occurrence before you can add attendees to this recurring event.\",\"w65ZgF\":\"Devi verificare l'email del tuo account prima di poter modificare i modelli di email.\",\"FRl8Jv\":\"Devi verificare l'email del tuo account prima di poter inviare messaggi.\",\"88cUW+\":\"Ricevi\",\"O6/3cu\":\"You'll be able to set up dates, schedules, and recurrence rules in the next step.\",\"zKAheG\":\"You're changing session times\",\"MNFIxz\":[\"Stai per partecipare a \",[\"0\"],\"!\"],\"ZlLcht\":[\"Ti stai iscrivendo alla lista d'attesa per il \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Sei nella lista d'attesa!\",\"/5HL6k\":\"Ti è stato offerto un posto!\",\"gbjFFH\":\"You've changed the session time\",\"YI0K8C\":[\"Il tuo account è stato disattivato e sarà eliminato definitivamente il <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Il tuo account ha limiti di messaggistica. Per aumentare i tuoi limiti, contattaci a\",\"gsWZkk\":\"Il tuo account è ora pianificato per l'eliminazione.\",\"x/xjzn\":\"I tuoi affiliati sono stati esportati con successo.\",\"TF37u6\":\"I tuoi partecipanti sono stati esportati con successo.\",\"79lXGw\":\"La tua lista di check-in è stata creata con successo. Condividi il link sottostante con il tuo staff di check-in.\",\"BnlG9U\":\"Il tuo ordine attuale andrà perso.\",\"nBqgQb\":\"La tua Email\",\"GG1fRP\":\"Il tuo evento è online!\",\"ifRqmm\":\"Il tuo messaggio è stato inviato con successo!\",\"0/+Nn9\":\"I tuoi messaggi appariranno qui\",\"/Rj5P4\":\"Il tuo nome\",\"PFjJxY\":\"La nuova password deve contenere almeno 8 caratteri.\",\"gzrCuN\":\"I dettagli del tuo ordine sono stati aggiornati. Un'e-mail di conferma è stata inviata al nuovo indirizzo e-mail.\",\"naQW82\":\"Il tuo ordine è stato annullato.\",\"bhlHm/\":\"Il tuo ordine è in attesa di pagamento\",\"XeNum6\":\"I tuoi ordini sono stati esportati con successo.\",\"Xd1R1a\":\"L'indirizzo del tuo organizzatore\",\"WWYHKD\":\"Il tuo pagamento è protetto con crittografia a livello bancario\",\"5b3QLi\":\"Il tuo piano\",\"N4Zkqc\":\"Your saved date filter is no longer available — showing all dates.\",\"o0qzpM\":\"Il tuo account Stripe non è interessato e nessun dato va perso — puoi ricollegarlo in qualsiasi momento.\",\"FNO5uZ\":\"Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions.\",\"CnZ3Ou\":\"I tuoi biglietti sono stati confermati.\",\"EmFsMZ\":\"Il tuo numero di partita IVA è in coda per la convalida\",\"QBlhh4\":\"La tua partita IVA verrà convalidata al momento del salvataggio\",\"fT9VLt\":\"La tua offerta di iscrizione alla lista d'attesa è scaduta e non siamo stati in grado di completare il tuo ordine. Ti preghiamo di iscriverti nuovamente alla lista d'attesa per essere avvisato quando si libereranno dei posti.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Non c'è\\\\ ancora niente da mostrare'.\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>uscita registrata con successo\"],\"KMgp2+\":[[\"0\"],\" disponibili\"],\"Pmr5xp\":[[\"0\"],\" creato con successo\"],\"FImCSc\":[[\"0\"],\" aggiornato con successo\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" giorni, \",[\"hours\"],\" ore, \",[\"minutes\"],\" minuti e \",[\"seconds\"],\" secondi\"],\"f3RdEk\":[[\"hours\"],\" ore, \",[\"minutes\"],\" minuti e \",[\"seconds\"],\" secondi\"],\"fyE7Au\":[[\"minutes\"],\" minuti e \",[\"seconds\"],\" secondi\"],\"NlQ0cx\":[\"Primo evento di \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://il-tuo-sito-web.com\",\"qnSLLW\":\"<0>Inserisci il prezzo escluse tasse e commissioni.<1>Tasse e commissioni possono essere aggiunte qui sotto.\",\"ZjMs6e\":\"<0>Il numero di prodotti disponibili per questo prodotto<1>Questo valore può essere sovrascritto se ci sono <2>Limiti di Capacità associati a questo prodotto.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 minuti e 0 secondi\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Un campo data. Perfetto per chiedere una data di nascita ecc.\",\"6euFZ/\":[\"Un \",[\"type\"],\" predefinito viene applicato automaticamente a tutti i nuovi prodotti. Puoi sovrascrivere questa impostazione per ogni singolo prodotto.\"],\"SMUbbQ\":\"Un menu a tendina consente una sola selezione\",\"qv4bfj\":\"Una commissione, come una commissione di prenotazione o una commissione di servizio\",\"POT0K/\":\"Un importo fisso per prodotto. Es. $0,50 per prodotto\",\"f4vJgj\":\"Un campo di testo a più righe\",\"OIPtI5\":\"Una percentuale del prezzo del prodotto. Es. 3,5% del prezzo del prodotto\",\"ZthcdI\":\"Un codice promozionale senza sconto può essere utilizzato per rivelare prodotti nascosti.\",\"AG/qmQ\":\"Un'opzione Radio ha più opzioni ma solo una può essere selezionata.\",\"h179TP\":\"Una breve descrizione dell'evento che verrà visualizzata nei risultati dei motori di ricerca e quando condiviso sui social media. Per impostazione predefinita, verrà utilizzata la descrizione dell'evento\",\"WKMnh4\":\"Un campo di testo a singola riga\",\"BHZbFy\":\"Una singola domanda per ordine. Es. Qual è il tuo indirizzo di spedizione?\",\"Fuh+dI\":\"Una singola domanda per prodotto. Es. Qual è la tua taglia di maglietta?\",\"RlJmQg\":\"Un'imposta standard, come IVA o GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Accetta bonifici bancari, assegni o altri metodi di pagamento offline\",\"hrvLf4\":\"Accetta pagamenti con carta di credito tramite Stripe\",\"bfXQ+N\":\"Accetta Invito\",\"AeXO77\":\"Account\",\"lkNdiH\":\"Nome Account\",\"Puv7+X\":\"Impostazioni Account\",\"OmylXO\":\"Account aggiornato con successo\",\"7L01XJ\":\"Azioni\",\"FQBaXG\":\"Attiva\",\"5T2HxQ\":\"Data di attivazione\",\"F6pfE9\":\"Attivo\",\"/PN1DA\":\"Aggiungi una descrizione per questa lista di check-in\",\"0/vPdA\":\"Aggiungi eventuali note sul partecipante. Queste non saranno visibili al partecipante.\",\"Or1CPR\":\"Aggiungi eventuali note sul partecipante...\",\"l3sZO1\":\"Aggiungi eventuali note sull'ordine. Queste non saranno visibili al cliente.\",\"xMekgu\":\"Aggiungi eventuali note sull'ordine...\",\"PGPGsL\":\"Aggiungi descrizione\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Aggiungi istruzioni per i pagamenti offline (es. dettagli del bonifico bancario, dove inviare gli assegni, scadenze di pagamento)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Aggiungi Nuovo\",\"TZxnm8\":\"Aggiungi Opzione\",\"24l4x6\":\"Aggiungi Prodotto\",\"8q0EdE\":\"Aggiungi Prodotto alla Categoria\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Aggiungi Tassa o Commissione\",\"goOKRY\":\"Aggiungi livello\",\"oZW/gT\":\"Aggiungi al Calendario\",\"pn5qSs\":\"Informazioni Aggiuntive\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Indirizzo\",\"NY/x1b\":\"Indirizzo riga 1\",\"POdIrN\":\"Indirizzo Riga 1\",\"cormHa\":\"Indirizzo riga 2\",\"gwk5gg\":\"Indirizzo Riga 2\",\"U3pytU\":\"Amministratore\",\"HLDaLi\":\"Gli amministratori hanno accesso completo agli eventi e alle impostazioni dell'account.\",\"W7AfhC\":\"Tutti i partecipanti di questo evento\",\"cde2hc\":\"Tutti i Prodotti\",\"5CQ+r0\":\"Consenti ai partecipanti associati a ordini non pagati di effettuare il check-in\",\"ipYKgM\":\"Consenti l'indicizzazione dei motori di ricerca\",\"LRbt6D\":\"Consenti ai motori di ricerca di indicizzare questo evento\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Fantastico, Evento, Parole chiave...\",\"hehnjM\":\"Importo\",\"R2O9Rg\":[\"Importo pagato (\",[\"0\"],\")\"],\"V7MwOy\":\"Si è verificato un errore durante il caricamento della pagina\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Si è verificato un errore imprevisto.\",\"byKna+\":\"Si è verificato un errore imprevisto. Per favore riprova.\",\"ubdMGz\":\"Qualsiasi richiesta dai possessori di prodotti verrà inviata a questo indirizzo email. Questo sarà anche utilizzato come indirizzo \\\"rispondi a\\\" per tutte le email inviate da questo evento\",\"aAIQg2\":\"Aspetto\",\"Ym1gnK\":\"applicato\",\"sy6fss\":[\"Si applica a \",[\"0\"],\" prodotti\"],\"kadJKg\":\"Si applica a 1 prodotto\",\"DB8zMK\":\"Applica\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Applica questo \",[\"type\"],\" a tutti i nuovi prodotti\"],\"S0ctOE\":\"Archivia evento\",\"TdfEV7\":\"Archiviati\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Sei sicuro di voler attivare questo partecipante?\",\"TvkW9+\":\"Sei sicuro di voler archiviare questo evento?\",\"/CV2x+\":\"Sei sicuro di voler cancellare questo partecipante? Questo annullerà il loro biglietto\",\"YgRSEE\":\"Sei sicuro di voler eliminare questo codice promozionale?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Sei sicuro di voler rendere questo evento una bozza? Questo renderà l'evento invisibile al pubblico\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Sei sicuro di voler ripristinare questo evento? Verrà ripristinato come bozza.\",\"vJuISq\":\"Sei sicuro di voler eliminare questa Assegnazione di Capacità?\",\"baHeCz\":\"Sei sicuro di voler eliminare questa Lista di Check-In?\",\"LBLOqH\":\"Chiedi una volta per ordine\",\"wu98dY\":\"Chiedi una volta per prodotto\",\"ss9PbX\":\"Partecipante\",\"m0CFV2\":\"Dettagli Partecipante\",\"QKim6l\":\"Partecipante non trovato\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Biglietto Partecipante\",\"9SZT4E\":\"Partecipanti\",\"iPBfZP\":\"Partecipanti Registrati\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Ridimensionamento automatico\",\"vZ5qKF\":\"Ridimensiona automaticamente l'altezza del widget in base al contenuto. Quando disabilitato, il widget riempirà l'altezza del contenitore.\",\"4lVaWA\":\"In attesa di pagamento offline\",\"2rHwhl\":\"In Attesa di Pagamento Offline\",\"3wF4Q/\":\"In attesa di pagamento\",\"ioG+xt\":\"In Attesa di Pagamento\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Srl.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Torna alla pagina dell'evento\",\"VCoEm+\":\"Torna al login\",\"k1bLf+\":\"Colore di sfondo\",\"I7xjqg\":\"Tipo di Sfondo\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Indirizzo di Fatturazione\",\"/xC/im\":\"Impostazioni di Fatturazione\",\"rp/zaT\":\"Portoghese Brasiliano\",\"whqocw\":\"Registrandoti accetti i nostri <0>Termini di Servizio e la <1>Privacy Policy.\",\"bcCn6r\":\"Tipo di Calcolo\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Annulla\",\"Gjt/py\":\"Annulla cambio email\",\"tVJk4q\":\"Annulla ordine\",\"Os6n2a\":\"Annulla Ordine\",\"Mz7Ygx\":[\"Annulla Ordine \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Annullato\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Capacità\",\"V6Q5RZ\":\"Assegnazione di Capacità creata con successo\",\"k5p8dz\":\"Assegnazione di Capacità eliminata con successo\",\"nDBs04\":\"Gestione capacità\",\"ddha3c\":\"Le categorie ti permettono di raggruppare i prodotti. Ad esempio, potresti avere una categoria per \\\"Biglietti\\\" e un'altra per \\\"Merchandise\\\".\",\"iS0wAT\":\"Le categorie ti aiutano a organizzare i tuoi prodotti. Questo titolo verrà visualizzato sulla pagina pubblica dell'evento.\",\"eorM7z\":\"Categorie riordinate con successo.\",\"3EXqwa\":\"Categoria Creata con Successo\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Cambia password\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Registra ingresso di \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Check-in e contrassegna l'ordine come pagato\",\"QYLpB4\":\"Solo check-in\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Dai un'occhiata a questo evento!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Lista di Registrazione eliminata con successo\",\"+hBhWk\":\"La lista di registrazione è scaduta\",\"mBsBHq\":\"La lista di registrazione non è attiva\",\"vPqpQG\":\"Lista di registrazione non trovata\",\"tejfAy\":\"Liste di Registrazione\",\"hD1ocH\":\"URL di Registrazione copiato negli appunti\",\"CNafaC\":\"Le opzioni di casella di controllo consentono selezioni multiple\",\"SpabVf\":\"Caselle di controllo\",\"CRu4lK\":\"Check-in effettuato\",\"znIg+z\":\"Pagamento\",\"1WnhCL\":\"Impostazioni di Pagamento\",\"6imsQS\":\"Cinese (Semplificato)\",\"JjkX4+\":\"Scegli un colore per lo sfondo\",\"/Jizh9\":\"Scegli un account\",\"3wV73y\":\"Città\",\"FG98gC\":\"Cancella Testo di Ricerca\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Clicca per copiare\",\"yz7wBu\":\"Chiudi\",\"62Ciis\":\"Chiudi barra laterale\",\"EWPtMO\":\"Codice\",\"ercTDX\":\"Il codice deve essere compreso tra 3 e 50 caratteri\",\"oqr9HB\":\"Comprimi questo prodotto quando la pagina dell'evento viene caricata inizialmente\",\"jZlrte\":\"Colore\",\"Vd+LC3\":\"Il colore deve essere un codice colore esadecimale valido. Esempio: #ffffff\",\"1HfW/F\":\"Colori\",\"VZeG/A\":\"Prossimamente\",\"yPI7n9\":\"Parole chiave separate da virgole che descrivono l'evento. Queste saranno utilizzate dai motori di ricerca per aiutare a categorizzare e indicizzare l'evento\",\"NPZqBL\":\"Completa Ordine\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Completa Pagamento\",\"qqWcBV\":\"Completato\",\"6HK5Ct\":\"Ordini completati\",\"NWVRtl\":\"Ordini Completati\",\"DwF9eH\":\"Codice componente\",\"Tf55h7\":\"Sconto Configurato\",\"7VpPHA\":\"Conferma\",\"ZaEJZM\":\"Conferma Cambio Email\",\"yjkELF\":\"Conferma Nuova Password\",\"xnWESi\":\"Conferma password\",\"p2/GCq\":\"Conferma Password\",\"wnDgGj\":\"Conferma indirizzo email in corso...\",\"pbAk7a\":\"Connect Stripe\",\"UMGQOh\":\"Connetti con Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Dettagli di Connessione\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Continua\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Testo pulsante Continua\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Copiato\",\"T5rdis\":\"copiato negli appunti\",\"he3ygx\":\"Copia\",\"r2B2P8\":\"Copia URL di Check-In\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Copia Link\",\"E6nRW7\":\"Copia URL\",\"JNCzPW\":\"Paese\",\"IF7RiR\":\"Copertina\",\"hYgDIe\":\"Crea\",\"b9XOHo\":[\"Crea \",[\"0\"]],\"k9RiLi\":\"Crea un Prodotto\",\"6kdXbW\":\"Crea un Codice Promozionale\",\"n5pRtF\":\"Crea un Biglietto\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"crea un organizzatore\",\"ipP6Ue\":\"Crea Partecipante\",\"VwdqVy\":\"Crea Assegnazione di Capacità\",\"EwoMtl\":\"Crea categoria\",\"XletzW\":\"Crea Categoria\",\"WVbTwK\":\"Crea Lista di Check-In\",\"uN355O\":\"Crea Evento\",\"BOqY23\":\"Crea nuovo\",\"kpJAeS\":\"Crea Organizzatore\",\"a0EjD+\":\"Crea Prodotto\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Crea Codice Promozionale\",\"B3Mkdt\":\"Crea Domanda\",\"UKfi21\":\"Crea Tassa o Commissione\",\"d+F6q9\":\"Creato\",\"Q2lUR2\":\"Valuta\",\"DCKkhU\":\"Password Attuale\",\"uIElGP\":\"URL Mappe personalizzate\",\"UEqXyt\":\"Intervallo Personalizzato\",\"876pfE\":\"Cliente\",\"QOg2Sf\":\"Personalizza le impostazioni di email e notifiche per questo evento\",\"Y9Z/vP\":\"Personalizza i messaggi della homepage dell'evento e del checkout\",\"2E2O5H\":\"Personalizza le impostazioni varie per questo evento\",\"iJhSxe\":\"Personalizza le impostazioni SEO per questo evento\",\"KIhhpi\":\"Personalizza la pagina del tuo evento\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Zona pericolosa\",\"ZQKLI1\":\"Zona pericolosa\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"Data\",\"JvUngl\":\"Data e ora\",\"JJhRbH\":\"Capacità primo giorno\",\"cnGeoo\":\"Elimina\",\"jRJZxD\":\"Elimina Capacità\",\"VskHIx\":\"Elimina categoria\",\"Qrc8RZ\":\"Elimina Lista Check-In\",\"WHf154\":\"Elimina codice\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Descrizione\",\"YC3oXa\":\"Descrizione per il personale di check-in\",\"URmyfc\":\"Dettagli\",\"1lRT3t\":\"Disabilitando questa capacità verranno monitorate le vendite ma non verranno interrotte quando viene raggiunto il limite\",\"H6Ma8Z\":\"Sconto\",\"ypJ62C\":\"Sconto %\",\"3LtiBI\":[\"Sconto in \",[\"0\"]],\"C8JLas\":\"Tipo di Sconto\",\"1QfxQT\":\"Chiudi\",\"DZlSLn\":\"Etichetta Documento\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Scarica .ics\",\"kodV18\":\"Scarica CSV\",\"CELKku\":\"Scarica fattura\",\"LQrXcu\":\"Scarica Fattura\",\"QIodqd\":\"Scarica Codice QR\",\"yhjU+j\":\"Scaricamento Fattura in corso\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Selezione a tendina\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Duplica evento\",\"3ogkAk\":\"Duplica Evento\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Opzioni di Duplicazione\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Prevendita\",\"ePK91l\":\"Modifica\",\"N6j2JH\":[\"Modifica \",[\"0\"]],\"kBkYSa\":\"Modifica Capacità\",\"oHE9JT\":\"Modifica Assegnazione di Capacità\",\"j1Jl7s\":\"Modifica categoria\",\"FU1gvP\":\"Modifica Lista di Check-In\",\"iFgaVN\":\"Modifica Codice\",\"jrBSO1\":\"Modifica Organizzatore\",\"tdD/QN\":\"Modifica Prodotto\",\"n143Tq\":\"Modifica Categoria Prodotto\",\"9BdS63\":\"Modifica Codice Promozionale\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Modifica Domanda\",\"poTr35\":\"Modifica utente\",\"GTOcxw\":\"Modifica Utente\",\"pqFrv2\":\"es. 2.50 per $2.50\",\"3yiej1\":\"es. 23.5 per 23.5%\",\"O3oNi5\":\"Email\",\"VxYKoK\":\"Impostazioni Email e Notifiche\",\"ATGYL1\":\"Indirizzo email\",\"hzKQCy\":\"Indirizzo Email\",\"HqP6Qf\":\"Modifica email annullata con successo\",\"mISwW1\":\"Modifica email in attesa\",\"APuxIE\":\"Conferma email inviata nuovamente\",\"YaCgdO\":\"Conferma email inviata nuovamente con successo\",\"jyt+cx\":\"Messaggio piè di pagina email\",\"I6F3cp\":\"Email non verificata\",\"NTZ/NX\":\"Codice di incorporamento\",\"4rnJq4\":\"Script di incorporamento\",\"8oPbg1\":\"Abilita Fatturazione\",\"j6w7d/\":\"Abilita questa capacità per interrompere le vendite dei prodotti quando viene raggiunto il limite\",\"VFv2ZC\":\"Data di fine\",\"237hSL\":\"Terminato\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Inglese\",\"MhVoma\":\"Inserisci un importo escluse tasse e commissioni.\",\"SlfejT\":\"Errore\",\"3Z223G\":\"Errore durante la conferma dell'indirizzo email\",\"a6gga1\":\"Errore durante la conferma della modifica email\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Evento\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Data dell'Evento\",\"0Zptey\":\"Impostazioni Predefinite Evento\",\"QcCPs8\":\"Dettagli Evento\",\"6fuA9p\":\"Evento duplicato con successo\",\"AEuj2m\":\"Homepage Evento\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Dettagli della sede e della location dell'evento\",\"OopDbA\":\"Event page\",\"4/If97\":\"Aggiornamento stato evento fallito. Riprova più tardi\",\"btxLWj\":\"Stato evento aggiornato\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Eventi\",\"sZg7s1\":\"Data di scadenza\",\"KnN1Tu\":\"Scade\",\"uaSvqt\":\"Data di Scadenza\",\"GS+Mus\":\"Esporta\",\"9xAp/j\":\"Impossibile annullare il partecipante\",\"ZpieFv\":\"Impossibile annullare l'ordine\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Impossibile scaricare la fattura. Riprova.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Impossibile caricare la Lista di Check-In\",\"ZQ15eN\":\"Impossibile reinviare l'email del biglietto\",\"ejXy+D\":\"Impossibile ordinare i prodotti\",\"PLUB/s\":\"Commissione\",\"/mfICu\":\"Commissioni\",\"LyFC7X\":\"Filtra Ordini\",\"cSev+j\":\"Filtri\",\"CVw2MU\":[\"Filtri (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Primo Numero Fattura\",\"V1EGGU\":\"Nome\",\"kODvZJ\":\"Nome\",\"S+tm06\":\"Il nome deve essere compreso tra 1 e 50 caratteri\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Primo Utilizzo\",\"TpqW74\":\"Fisso\",\"irpUxR\":\"Importo fisso\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Password dimenticata?\",\"2POOFK\":\"Gratuito\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Francese\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Tedesco\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Torna al profilo\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Calendar\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Vendite lorde\",\"yRg26W\":\"Vendite lorde\",\"R4r4XO\":\"Ospiti\",\"26pGvx\":\"Hai un codice promozionale?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"Ecco un esempio di come puoi usare il componente nella tua applicazione.\",\"Y1SSqh\":\"Ecco il componente React che puoi usare per incorporare il widget nella tua applicazione.\",\"QuhVpV\":[\"Ciao \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Nascosto dalla vista pubblica\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Le domande nascoste sono visibili solo all'organizzatore dell'evento e non al cliente.\",\"vLyv1R\":\"Nascondi\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Nascondi prodotto dopo la data di fine vendita\",\"06s3w3\":\"Nascondi prodotto prima della data di inizio vendita\",\"axVMjA\":\"Nascondi prodotto a meno che l'utente non abbia un codice promozionale applicabile\",\"ySQGHV\":\"Nascondi prodotto quando esaurito\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Nascondi questo prodotto ai clienti\",\"Da29Y6\":\"Nascondi questa domanda\",\"fvDQhr\":\"Nascondi questo livello agli utenti\",\"lNipG+\":\"Nascondere un prodotto impedirà agli utenti di vederlo sulla pagina dell'evento.\",\"ZOBwQn\":\"Design Homepage\",\"PRuBTd\":\"Designer homepage\",\"YjVNGZ\":\"Anteprima Homepage\",\"c3E/kw\":\"Homer\",\"8k8Njd\":\"Quanti minuti ha il cliente per completare il proprio ordine. Consigliamo almeno 15 minuti\",\"ySxKZe\":\"Quante volte può essere utilizzato questo codice?\",\"dZsDbK\":[\"Limite di caratteri HTML superato: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Accetto i <0>termini e condizioni\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Se abilitato, il personale di check-in può sia segnare i partecipanti come registrati sia segnare l'ordine come pagato e registrare i partecipanti. Se disabilitato, i partecipanti associati a ordini non pagati non possono essere registrati.\",\"muXhGi\":\"Se abilitato, l'organizzatore riceverà una notifica via email quando viene effettuato un nuovo ordine\",\"6fLyj/\":\"Se non hai richiesto questa modifica, cambia immediatamente la tua password.\",\"n/ZDCz\":\"Immagine eliminata con successo\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Immagine caricata con successo\",\"VyUuZb\":\"URL Immagine\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inattivo\",\"T0K0yl\":\"Gli utenti inattivi non possono accedere.\",\"kO44sp\":\"Includi dettagli di connessione per il tuo evento online. Questi dettagli saranno mostrati nella pagina di riepilogo dell'ordine e nella pagina del biglietto del partecipante.\",\"FlQKnG\":\"Includi tasse e commissioni nel prezzo\",\"Vi+BiW\":[\"Include \",[\"0\"],\" prodotti\"],\"lpm0+y\":\"Include 1 prodotto\",\"UiAk5P\":\"Inserisci Immagine\",\"OyLdaz\":\"Invito reinviato!\",\"HE6KcK\":\"Invito revocato!\",\"SQKPvQ\":\"Invita Utente\",\"bKOYkd\":\"Fattura scaricata con successo\",\"alD1+n\":\"Note Fattura\",\"kOtCs2\":\"Numerazione Fattura\",\"UZ2GSZ\":\"Impostazioni Fattura\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Articolo\",\"KFXip/\":\"John\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Etichetta\",\"vXIe7J\":\"Lingua\",\"2LMsOq\":\"Ultimi 12 mesi\",\"vfe90m\":\"Ultimi 14 giorni\",\"aK4uBd\":\"Ultime 24 ore\",\"uq2BmQ\":\"Ultimi 30 giorni\",\"bB6Ram\":\"Ultime 48 ore\",\"VlnB7s\":\"Ultimi 6 mesi\",\"ct2SYD\":\"Ultimi 7 giorni\",\"XgOuA7\":\"Ultimi 90 giorni\",\"I3yitW\":\"Ultimo accesso\",\"1ZaQUH\":\"Cognome\",\"UXBCwc\":\"Cognome\",\"tKCBU0\":\"Ultimo Utilizzo\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Lascia vuoto per utilizzare la parola predefinita \\\"Fattura\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Caricamento...\",\"wJijgU\":\"Luogo\",\"sQia9P\":\"Accedi\",\"zUDyah\":\"Accesso in corso\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Esci\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Rendi obbligatorio l'indirizzo di fatturazione durante il checkout\",\"MU3ijv\":\"Rendi obbligatoria questa domanda\",\"wckWOP\":\"Gestisci\",\"onpJrA\":\"Gestisci partecipante\",\"n4SpU5\":\"Gestisci evento\",\"WVgSTy\":\"Gestisci ordine\",\"1MAvUY\":\"Gestisci le impostazioni di pagamento e fatturazione per questo evento.\",\"cQrNR3\":\"Gestisci Profilo\",\"AtXtSw\":\"Gestisci tasse e commissioni che possono essere applicate ai tuoi prodotti\",\"ophZVW\":\"Gestisci biglietti\",\"DdHfeW\":\"Gestisci i dettagli del tuo account e le impostazioni predefinite\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Gestisci i tuoi utenti e le loro autorizzazioni\",\"1m+YT2\":\"Le domande obbligatorie devono essere risposte prima che il cliente possa procedere al checkout.\",\"Dim4LO\":\"Aggiungi manualmente un Partecipante\",\"e4KdjJ\":\"Aggiungi Manualmente Partecipante\",\"vFjEnF\":\"Segna come pagato\",\"g9dPPQ\":\"Massimo Per Ordine\",\"l5OcwO\":\"Messaggio al partecipante\",\"Gv5AMu\":\"Messaggio ai Partecipanti\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Messaggio all'acquirente\",\"tNZzFb\":\"Contenuto del messaggio\",\"lYDV/s\":\"Invia messaggio ai singoli partecipanti\",\"V7DYWd\":\"Messaggio Inviato\",\"t7TeQU\":\"Messaggi\",\"xFRMlO\":\"Minimo Per Ordine\",\"QYcUEf\":\"Prezzo Minimo\",\"RDie0n\":\"Varie\",\"mYLhkl\":\"Impostazioni Varie\",\"KYveV8\":\"Casella di testo multilinea\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"La mia fantastica descrizione dell'evento...\",\"vX8/tc\":\"Il mio fantastico titolo dell'evento...\",\"hKtWk2\":\"Il Mio Profilo\",\"fj5byd\":\"N/D\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Nome\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Vai al Partecipante\",\"qqeAJM\":\"Mai\",\"7vhWI8\":\"Nuova Password\",\"1UzENP\":\"No\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Nessun evento archiviato da mostrare.\",\"q2LEDV\":\"Nessun partecipante trovato per questo ordine.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Nessun Partecipante da mostrare\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Nessuna Assegnazione di Capacità\",\"a/gMx2\":\"Nessuna Lista di Check-In\",\"tMFDem\":\"Nessun dato disponibile\",\"6Z/F61\":\"Nessun dato da mostrare. Seleziona un intervallo di date\",\"fFeCKc\":\"Nessuno Sconto\",\"HFucK5\":\"Nessun evento terminato da mostrare.\",\"yAlJXG\":\"Nessun evento da mostrare\",\"GqvPcv\":\"Nessun filtro disponibile\",\"KPWxKD\":\"Nessun messaggio da mostrare\",\"J2LkP8\":\"Nessun ordine da mostrare\",\"RBXXtB\":\"Nessun metodo di pagamento è attualmente disponibile. Contatta l'organizzatore dell'evento per assistenza.\",\"ZWEfBE\":\"Nessun Pagamento Richiesto\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Nessun prodotto disponibile in questa categoria.\",\"FTfObB\":\"Ancora Nessun Prodotto\",\"+Y976X\":\"Nessun Codice Promozionale da mostrare\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Nessun risultato\",\"gk5uwN\":\"Nessun Risultato di Ricerca\",\"RHyZUL\":\"Nessun risultato di ricerca.\",\"RY2eP1\":\"Nessuna Tassa o Commissione è stata aggiunta.\",\"EdQY6l\":\"Nessuno\",\"OJx3wK\":\"Non disponibile\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Note\",\"jtrY3S\":\"Ancora niente da mostrare\",\"hFwWnI\":\"Impostazioni Notifiche\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Notifica all'organizzatore i nuovi ordini\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Numero di giorni consentiti per il pagamento (lasciare vuoto per omettere i termini di pagamento dalle fatture)\",\"n86jmj\":\"Prefisso Numero\",\"mwe+2z\":\"Gli ordini offline non sono riflessi nelle statistiche dell'evento finché l'ordine non viene contrassegnato come pagato.\",\"dWBrJX\":\"Pagamento offline fallito. Riprova o contatta l'organizzatore dell'evento.\",\"fcnqjw\":\"Istruzioni di Pagamento Offline\",\"+eZ7dp\":\"Pagamenti Offline\",\"ojDQlR\":\"Informazioni sui Pagamenti Offline\",\"u5oO/W\":\"Impostazioni Pagamenti Offline\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"In Vendita\",\"Ug4SfW\":\"Una volta creato un evento, lo vedrai qui.\",\"ZxnK5C\":\"Una volta che inizi a raccogliere dati, li vedrai qui.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"In Corso\",\"z+nuVJ\":\"Evento online\",\"WKHW0N\":\"Dettagli Evento Online\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Apri Pagina di Check-In\",\"OdnLE4\":\"Apri barra laterale\",\"ZZEYpT\":[\"Opzione \",[\"i\"]],\"oPknTP\":\"Informazioni aggiuntive opzionali da visualizzare su tutte le fatture (ad es. termini di pagamento, penali per ritardo, politica di reso)\",\"OrXJBY\":\"Prefisso opzionale per i numeri di fattura (ad es., FATT-)\",\"0zpgxV\":\"Opzioni\",\"BzEFor\":\"o\",\"UYUgdb\":\"Ordine\",\"mm+eaX\":\"N. ordine\",\"B3gPuX\":\"Ordine Annullato\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Data Ordine\",\"Tol4BF\":\"Dettagli Ordine\",\"WbImlQ\":\"L'ordine è stato annullato e il proprietario dell'ordine è stato avvisato.\",\"nAn4Oe\":\"Ordine contrassegnato come pagato\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Riferimento Ordine\",\"acIJ41\":\"Stato Ordine\",\"GX6dZv\":\"Riepilogo Ordine\",\"tDTq0D\":\"Timeout ordine\",\"1h+RBg\":\"Ordini\",\"3y+V4p\":\"Indirizzo Organizzazione\",\"GVcaW6\":\"Dettagli Organizzazione\",\"nfnm9D\":\"Nome Organizzazione\",\"G5RhpL\":\"Organizzatore\",\"mYygCM\":\"L'organizzatore è obbligatorio\",\"Pa6G7v\":\"Nome Organizzatore\",\"l894xP\":\"Gli organizzatori possono gestire solo eventi e prodotti. Non possono gestire utenti, impostazioni dell'account o informazioni di fatturazione.\",\"fdjq4c\":\"Spaziatura interna\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Pagina non trovata\",\"QbrUIo\":\"Visualizzazioni pagina\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"pagato\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Parzialmente Rimborsato\",\"8ZsakT\":\"Password\",\"TUJAyx\":\"La password deve essere di almeno 8 caratteri\",\"vwGkYB\":\"La password deve essere di almeno 8 caratteri\",\"BLTZ42\":\"Password reimpostata con successo. Accedi con la tua nuova password.\",\"f7SUun\":\"Le password non sono uguali\",\"aEDp5C\":\"Incolla questo dove vuoi che appaia il widget.\",\"+23bI/\":\"Patrick\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Pagamento\",\"Lg+ewC\":\"Pagamento e Fatturazione\",\"DZjk8u\":\"Impostazioni Pagamento e Fatturazione\",\"lflimf\":\"Periodo di Scadenza Pagamento\",\"JhtZAK\":\"Pagamento Fallito\",\"JEdsvQ\":\"Istruzioni di Pagamento\",\"bLB3MJ\":\"Metodi di Pagamento\",\"QzmQBG\":\"Fornitore di pagamento\",\"lsxOPC\":\"Pagamento Ricevuto\",\"wJTzyi\":\"Stato Pagamento\",\"xgav5v\":\"Pagamento riuscito!\",\"R29lO5\":\"Termini di Pagamento\",\"/roQKz\":\"Percentuale\",\"vPJ1FI\":\"Importo Percentuale\",\"xdA9ud\":\"Inserisci questo nel del tuo sito web.\",\"blK94r\":\"Aggiungi almeno un'opzione\",\"FJ9Yat\":\"Verifica che le informazioni fornite siano corrette\",\"TkQVup\":\"Controlla la tua email e password e riprova\",\"sMiGXD\":\"Verifica che la tua email sia valida\",\"Ajavq0\":\"Controlla la tua email per confermare il tuo indirizzo email\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Continua nella nuova scheda\",\"hcX103\":\"Crea un prodotto\",\"cdR8d6\":\"Crea un biglietto\",\"x2mjl4\":\"Inserisci un URL valido che punti a un'immagine.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Nota Bene\",\"C63rRe\":\"Torna alla pagina dell'evento per ricominciare.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Seleziona almeno un prodotto\",\"igBrCH\":\"Verifica il tuo indirizzo email per accedere a tutte le funzionalità\",\"/IzmnP\":\"Attendi mentre prepariamo la tua fattura...\",\"MOERNx\":\"Portoghese\",\"qCJyMx\":\"Messaggio post checkout\",\"g2UNkE\":\"Realizzato con\",\"Rs7IQv\":\"Messaggio pre checkout\",\"rdUucN\":\"Anteprima\",\"a7u1N9\":\"Prezzo\",\"CmoB9j\":\"Modalità visualizzazione prezzo\",\"BI7D9d\":\"Prezzo non impostato\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Colore primario\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Colore testo primario\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Stampa Tutti i Biglietti\",\"DKwDdj\":\"Stampa Biglietti\",\"K47k8R\":\"Prodotto\",\"1JwlHk\":\"Categoria Prodotto\",\"U61sAj\":\"Categoria prodotto aggiornata con successo.\",\"1USFWA\":\"Prodotto eliminato con successo\",\"4Y2FZT\":\"Tipo di Prezzo Prodotto\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Vendite Prodotti\",\"U/R4Ng\":\"Livello Prodotto\",\"sJsr1h\":\"Tipo di Prodotto\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Prodotto/i\",\"N0qXpE\":\"Prodotti\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Prodotti venduti\",\"/u4DIx\":\"Prodotti Venduti\",\"DJQEZc\":\"Prodotti ordinati con successo\",\"vERlcd\":\"Profilo\",\"kUlL8W\":\"Profilo aggiornato con successo\",\"cl5WYc\":[\"Codice promo \",[\"promo_code\"],\" applicato\"],\"P5sgAk\":\"Codice Promo\",\"yKWfjC\":\"Pagina Codice Promo\",\"RVb8Fo\":\"Codici Promo\",\"BZ9GWa\":\"I codici promo possono essere utilizzati per offrire sconti, accesso in prevendita o fornire accesso speciale al tuo evento.\",\"OP094m\":\"Report Codici Promo\",\"4kyDD5\":\"Fornisci ulteriori informazioni o istruzioni per questa domanda. Utilizza questo campo per aggiungere termini\\ne condizioni, linee guida o qualsiasi altra informazione importante che i partecipanti debbano conoscere prima di rispondere.\",\"toutGW\":\"Codice QR\",\"LkMOWF\":\"Quantità Disponibile\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Domanda eliminata\",\"avf0gk\":\"Descrizione Domanda\",\"oQvMPn\":\"Titolo Domanda\",\"enzGAL\":\"Domande\",\"ROv2ZT\":\"Domande e Risposte\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Opzione Radio\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Destinatario\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Rimborso Fallito\",\"n10yGu\":\"Rimborsa ordine\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Rimborso in Attesa\",\"xHpVRl\":\"Stato Rimborso\",\"/BI0y9\":\"Rimborsato\",\"fgLNSM\":\"Registrati\",\"9+8Vez\":\"Utilizzi Rimanenti\",\"tasfos\":\"rimuovi\",\"t/YqKh\":\"Rimuovi\",\"t9yxlZ\":\"Report\",\"prZGMe\":\"Richiedi Indirizzo di Fatturazione\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Reinvia conferma email\",\"wIa8Qe\":\"Reinvia invito\",\"VeKsnD\":\"Reinvia email ordine\",\"dFuEhO\":\"Reinvia e-mail del biglietto\",\"o6+Y6d\":\"Reinvio in corso...\",\"OfhWJH\":\"Reimposta\",\"RfwZxd\":\"Reimposta password\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Ripristina evento\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Torna alla Pagina dell'Evento\",\"8YBH95\":\"Ricavi\",\"PO/sOY\":\"Revoca invito\",\"GDvlUT\":\"Ruolo\",\"ELa4O9\":\"Data Fine Vendita\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Data Inizio Vendita\",\"hBsw5C\":\"Vendite terminate\",\"kpAzPe\":\"Inizio vendite\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Salva\",\"IUwGEM\":\"Salva Modifiche\",\"U65fiW\":\"Salva Organizzatore\",\"UGT5vp\":\"Salva Impostazioni\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Cerca per nome partecipante, email o numero ordine...\",\"+pr/FY\":\"Cerca per nome evento...\",\"3zRbWw\":\"Cerca per nome, email o numero ordine...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Cerca per nome...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Cerca assegnazioni di capacità...\",\"r9M1hc\":\"Cerca liste di check-in...\",\"+0Yy2U\":\"Cerca prodotti\",\"YIix5Y\":\"Cerca...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Colore secondario\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Colore testo secondario\",\"02ePaq\":[\"Seleziona \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Seleziona categoria...\",\"kWI/37\":\"Seleziona organizzatore\",\"ixIx1f\":\"Seleziona Prodotto\",\"3oSV95\":\"Seleziona Livello Prodotto\",\"C4Y1hA\":\"Seleziona prodotti\",\"hAjDQy\":\"Seleziona stato\",\"QYARw/\":\"Seleziona Biglietto\",\"OMX4tH\":\"Seleziona biglietti\",\"DrwwNd\":\"Seleziona periodo di tempo\",\"O/7I0o\":\"Seleziona...\",\"JlFcis\":\"Invia\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Invia un messaggio\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Invia Messaggio\",\"D7ZemV\":\"Invia email di conferma ordine e biglietto\",\"v1rRtW\":\"Invia Test\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"Descrizione SEO\",\"/SIY6o\":\"Parole Chiave SEO\",\"GfWoKv\":\"Impostazioni SEO\",\"rXngLf\":\"Titolo SEO\",\"/jZOZa\":\"Commissione di Servizio\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Imposta il numero iniziale per la numerazione delle fatture. Questo non può essere modificato una volta che le fatture sono state generate.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Impostazioni\",\"Z8lGw6\":\"Condividi\",\"B2V3cA\":\"Condividi Evento\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Mostra\",\"V0SbFp\":\"Mostra quantità prodotto disponibile\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Mostra altro\",\"izwOOD\":\"Mostra tasse e commissioni separatamente\",\"1SbbH8\":\"Mostrato al cliente dopo il checkout, nella pagina di riepilogo dell'ordine.\",\"YfHZv0\":\"Mostrato al cliente prima del checkout\",\"CBBcly\":\"Mostra i campi comuni dell'indirizzo, incluso il paese\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Casella di testo a riga singola\",\"+P0Cn2\":\"Salta questo passaggio\",\"YSEnLE\":\"Smith\",\"lgFfeO\":\"Esaurito\",\"Mi1rVn\":\"Esaurito\",\"nwtY4N\":\"Qualcosa è andato storto\",\"GRChTw\":\"Qualcosa è andato storto durante l'eliminazione della Tassa o Commissione\",\"YHFrbe\":\"Qualcosa è andato storto! Riprova\",\"kf83Ld\":\"Qualcosa è andato storto.\",\"fWsBTs\":\"Qualcosa è andato storto. Riprova.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Spiacenti, questo codice promo non è riconosciuto\",\"65A04M\":\"Spagnolo\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Data di inizio\",\"/2by1f\":\"Stato o Regione\",\"uAQUqI\":\"Stato\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"I pagamenti Stripe non sono abilitati per questo evento.\",\"UJmAAK\":\"Oggetto\",\"X2rrlw\":\"Subtotale\",\"zzDlyQ\":\"Successo\",\"b0HJ45\":[\"Successo! \",[\"0\"],\" riceverà un'email a breve.\"],\"BJIEiF\":[\"Partecipante \",[\"0\"],\" con successo\"],\"OtgNFx\":\"Indirizzo email confermato con successo\",\"IKwyaF\":\"Modifica email confermata con successo\",\"zLmvhE\":\"Partecipante creato con successo\",\"gP22tw\":\"Prodotto Creato con Successo\",\"9mZEgt\":\"Codice Promo Creato con Successo\",\"aIA9C4\":\"Domanda Creata con Successo\",\"J3RJSZ\":\"Partecipante aggiornato con successo\",\"3suLF0\":\"Assegnazione Capacità aggiornata con successo\",\"Z+rnth\":\"Lista Check-In aggiornata con successo\",\"vzJenu\":\"Impostazioni Email Aggiornate con Successo\",\"7kOMfV\":\"Evento Aggiornato con Successo\",\"G0KW+e\":\"Design Homepage Aggiornato con Successo\",\"k9m6/E\":\"Impostazioni Homepage Aggiornate con Successo\",\"y/NR6s\":\"Posizione Aggiornata con Successo\",\"73nxDO\":\"Impostazioni Varie Aggiornate con Successo\",\"4H80qv\":\"Ordine aggiornato con successo\",\"6xCBVN\":\"Impostazioni di Pagamento e Fatturazione Aggiornate con Successo\",\"1Ycaad\":\"Prodotto aggiornato con successo\",\"70dYC8\":\"Codice Promo Aggiornato con Successo\",\"F+pJnL\":\"Impostazioni SEO Aggiornate con Successo\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Email di Supporto\",\"uRfugr\":\"T-shirt\",\"JpohL9\":\"Tassa\",\"geUFpZ\":\"Tasse e Commissioni\",\"dFHcIn\":\"Dettagli Fiscali\",\"wQzCPX\":\"Informazioni fiscali da mostrare in fondo a tutte le fatture (es. numero di partita IVA, registrazione fiscale)\",\"0RXCDo\":\"Tassa o Commissione eliminata con successo\",\"ZowkxF\":\"Tasse\",\"qu6/03\":\"Tasse e Commissioni\",\"gypigA\":\"Quel codice promo non è valido\",\"5ShqeM\":\"La lista di check-in che stai cercando non esiste.\",\"QXlz+n\":\"La valuta predefinita per i tuoi eventi.\",\"mnafgQ\":\"Il fuso orario predefinito per i tuoi eventi.\",\"o7s5FA\":\"La lingua in cui il partecipante riceverà le email.\",\"NlfnUd\":\"Il link che hai cliccato non è valido.\",\"HsFnrk\":[\"Il numero massimo di prodotti per \",[\"0\"],\"è \",[\"1\"]],\"TSAiPM\":\"La pagina che stai cercando non esiste\",\"MSmKHn\":\"Il prezzo mostrato al cliente includerà tasse e commissioni.\",\"6zQOg1\":\"Il prezzo mostrato al cliente non includerà tasse e commissioni. Saranno mostrate separatamente\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Il titolo dell'evento che verrà visualizzato nei risultati dei motori di ricerca e quando si condivide sui social media. Per impostazione predefinita, verrà utilizzato il titolo dell'evento\",\"wDx3FF\":\"Non ci sono prodotti disponibili per questo evento\",\"pNgdBv\":\"Non ci sono prodotti disponibili in questa categoria\",\"rMcHYt\":\"C'è un rimborso in attesa. Attendi che sia completato prima di richiedere un altro rimborso.\",\"F89D36\":\"Si è verificato un errore nel contrassegnare l'ordine come pagato\",\"68Axnm\":\"Si è verificato un errore durante l'elaborazione della tua richiesta. Riprova.\",\"mVKOW6\":\"Si è verificato un errore durante l'invio del tuo messaggio\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Questo partecipante ha un ordine non pagato.\",\"mf3FrP\":\"Questa categoria non ha ancora prodotti.\",\"8QH2Il\":\"Questa categoria è nascosta alla vista pubblica\",\"xxv3BZ\":\"Questa lista di check-in è scaduta\",\"Sa7w7S\":\"Questa lista di check-in è scaduta e non è più disponibile per i check-in.\",\"Uicx2U\":\"Questa lista di check-in è attiva\",\"1k0Mp4\":\"Questa lista di check-in non è ancora attiva\",\"K6fmBI\":\"Questa lista di check-in non è ancora attiva e non è disponibile per i check-in.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Queste informazioni saranno mostrate nella pagina di pagamento, nella pagina di riepilogo dell'ordine e nell'email di conferma dell'ordine.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Questo è un evento online\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Questo messaggio sarà incluso nel piè di pagina di tutte le email inviate da questo evento\",\"55i7Fa\":\"Questo messaggio sarà mostrato solo se l'ordine è completato con successo. Gli ordini in attesa di pagamento non mostreranno questo messaggio\",\"RjwlZt\":\"Questo ordine è già stato pagato.\",\"5K8REg\":\"Questo ordine è già stato rimborsato.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Questo ordine è stato annullato.\",\"Q0zd4P\":\"Questo ordine è scaduto. Per favore ricomincia.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Questo ordine è completo.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Questa pagina dell'ordine non è più disponibile.\",\"i0TtkR\":\"Questo sovrascrive tutte le impostazioni di visibilità e nasconderà il prodotto a tutti i clienti.\",\"cRRc+F\":\"Questo prodotto non può essere eliminato perché è associato a un ordine. Puoi invece nasconderlo.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Questo link per reimpostare la password non è valido o è scaduto.\",\"IV9xTT\":\"Questo utente non è attivo, poiché non ha accettato il suo invito.\",\"5AnPaO\":\"biglietto\",\"kjAL4v\":\"Biglietto\",\"dtGC3q\":\"Email del biglietto reinviata al partecipante\",\"54q0zp\":\"Biglietti per\",\"xN9AhL\":[\"Livello \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"I prodotti a livelli ti permettono di offrire più opzioni di prezzo per lo stesso prodotto. È perfetto per prodotti in prevendita o per offrire diverse opzioni di prezzo per diversi gruppi di persone.\",\"nn3mSR\":\"Tempo rimasto:\",\"s/0RpH\":\"Volte utilizzato\",\"y55eMd\":\"Volte Utilizzato\",\"40Gx0U\":\"Fuso orario\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Titolo\",\"xdA/+p\":\"Strumenti\",\"72c5Qo\":\"Totale\",\"YXx+fG\":\"Totale Prima degli Sconti\",\"NRWNfv\":\"Importo Totale Sconto\",\"BxsfMK\":\"Commissioni Totali\",\"2bR+8v\":\"Vendite Lorde Totali\",\"mpB/d9\":\"Importo totale ordine\",\"m3FM1g\":\"Totale rimborsato\",\"jEbkcB\":\"Totale Rimborsato\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Tasse Totali\",\"+zy2Nq\":\"Tipo\",\"FMdMfZ\":\"Impossibile registrare il partecipante\",\"bPWBLL\":\"Impossibile registrare l'uscita del partecipante\",\"9+P7zk\":\"Impossibile creare il prodotto. Controlla i tuoi dati\",\"WLxtFC\":\"Impossibile creare il prodotto. Controlla i tuoi dati\",\"/cSMqv\":\"Impossibile creare la domanda. Controlla i tuoi dati\",\"MH/lj8\":\"Impossibile aggiornare la domanda. Controlla i tuoi dati\",\"nnfSdK\":\"Clienti Unici\",\"Mqy/Zy\":\"Stati Uniti\",\"NIuIk1\":\"Illimitato\",\"/p9Fhq\":\"Disponibilità illimitata\",\"E0q9qH\":\"Utilizzi illimitati consentiti\",\"h10Wm5\":\"Ordine non pagato\",\"ia8YsC\":\"In Arrivo\",\"TlEeFv\":\"Eventi in Arrivo\",\"L/gNNk\":[\"Aggiorna \",[\"0\"]],\"+qqX74\":\"Aggiorna nome, descrizione e date dell'evento\",\"vXPSuB\":\"Aggiorna profilo\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL copiato negli appunti\",\"e5lF64\":\"Esempio di utilizzo\",\"fiV0xj\":\"Limite di Utilizzo\",\"sGEOe4\":\"Usa una versione sfocata dell'immagine di copertina come sfondo\",\"OadMRm\":\"Usa immagine di copertina\",\"7PzzBU\":\"Utente\",\"yDOdwQ\":\"Gestione Utenti\",\"Sxm8rQ\":\"Utenti\",\"VEsDvU\":\"Gli utenti possono modificare la loro email in <0>Impostazioni Profilo\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"IVA\",\"E/9LUk\":\"Nome della Sede\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Visualizza Dettagli Partecipante\",\"/5PEQz\":\"Visualizza pagina evento\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Visualizza su Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"Lista check-in VIP\",\"tF+VVr\":\"Biglietto VIP\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Non è stato possibile elaborare il tuo pagamento. Riprova o contatta l'assistenza.\",\"45Srzt\":\"Non è stato possibile eliminare la categoria. Riprova.\",\"/DNy62\":[\"Non abbiamo trovato biglietti corrispondenti a \",[\"0\"]],\"1E0vyy\":\"Non è stato possibile caricare i dati. Riprova.\",\"NmpGKr\":\"Non è stato possibile riordinare le categorie. Riprova.\",\"BJtMTd\":\"Consigliamo dimensioni di 2160px per 1080px e una dimensione massima del file di 5MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Non siamo riusciti a confermare il tuo pagamento. Riprova o contatta l'assistenza.\",\"Gspam9\":\"Stiamo elaborando il tuo ordine. Attendere prego...\",\"LuY52w\":\"Benvenuto a bordo! Accedi per continuare.\",\"dVxpp5\":[\"Bentornato\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Cosa sono i Prodotti a Livelli?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Cos'è una Categoria?\",\"gxeWAU\":\"A quali prodotti si applica questo codice?\",\"hFHnxR\":\"A quali prodotti si applica questo codice? (Si applica a tutti per impostazione predefinita)\",\"AeejQi\":\"A quali prodotti dovrebbe applicarsi questa capacità?\",\"Rb0XUE\":\"A che ora arriverai?\",\"5N4wLD\":\"Che tipo di domanda è questa?\",\"gyLUYU\":\"Quando abilitato, le fatture verranno generate per gli ordini di biglietti. Le fatture saranno inviate insieme all'email di conferma dell'ordine. I partecipanti possono anche scaricare le loro fatture dalla pagina di conferma dell'ordine.\",\"D3opg4\":\"Quando i pagamenti offline sono abilitati, gli utenti potranno completare i loro ordini e ricevere i loro biglietti. I loro biglietti indicheranno chiaramente che l'ordine non è pagato, e lo strumento di check-in avviserà il personale di check-in se un ordine richiede il pagamento.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Quali biglietti dovrebbero essere associati a questa lista di check-in?\",\"S+OdxP\":\"Chi sta organizzando questo evento?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"A chi dovrebbe essere posta questa domanda?\",\"VxFvXQ\":\"Incorpora Widget\",\"v1P7Gm\":\"Impostazioni widget\",\"b4itZn\":\"In corso\",\"hqmXmc\":\"In corso...\",\"+G/XiQ\":\"Da inizio anno\",\"l75CjT\":\"Si\",\"QcwyCh\":\"Sì, rimuovili\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Stai cambiando la tua email in <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Sei offline\",\"sdB7+6\":\"Puoi creare un codice promo che ha come target questo prodotto nella\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Non puoi cambiare il tipo di prodotto poiché ci sono partecipanti associati a questo prodotto.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Non puoi registrare partecipanti con ordini non pagati. Questa impostazione può essere modificata nelle impostazioni dell'evento.\",\"c9Evkd\":\"Non puoi eliminare l'ultima categoria.\",\"6uwAvx\":\"Non puoi eliminare questo livello di prezzo perché ci sono già prodotti venduti per questo livello. Puoi invece nasconderlo.\",\"tFbRKJ\":\"Non puoi modificare il ruolo o lo stato del proprietario dell'account.\",\"fHfiEo\":\"Non puoi rimborsare un ordine creato manualmente.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Hai accesso a più account. Scegli uno per continuare.\",\"Z6q0Vl\":\"Hai già accettato questo invito. Accedi per continuare.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Non hai modifiche di email in sospeso.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Hai esaurito il tempo per completare il tuo ordine.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Devi riconoscere che questa email non è promozionale\",\"3ZI8IL\":\"Devi accettare i termini e le condizioni\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Devi creare un biglietto prima di poter aggiungere manualmente un partecipante.\",\"jE4Z8R\":\"Devi avere almeno un livello di prezzo\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Dovrai contrassegnare un ordine come pagato manualmente. Questo può essere fatto nella pagina di gestione dell'ordine.\",\"L/+xOk\":\"Avrai bisogno di un biglietto prima di poter creare una lista di check-in.\",\"Djl45M\":\"Avrai bisogno di un prodotto prima di poter creare un'assegnazione di capacità.\",\"y3qNri\":\"Avrai bisogno di almeno un prodotto per iniziare. Gratuito, a pagamento o lascia che l'utente decida quanto pagare.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Il nome del tuo account è utilizzato nelle pagine degli eventi e nelle email.\",\"veessc\":\"I tuoi partecipanti appariranno qui una volta che si saranno registrati per il tuo evento. Puoi anche aggiungere manualmente i partecipanti.\",\"Eh5Wrd\":\"Il tuo fantastico sito web 🎉\",\"lkMK2r\":\"I tuoi Dettagli\",\"3ENYTQ\":[\"La tua richiesta di cambio email a <0>\",[\"0\"],\" è in attesa. Controlla la tua email per confermare\"],\"yZfBoy\":\"Il tuo messaggio è stato inviato\",\"KSQ8An\":\"Il tuo Ordine\",\"Jwiilf\":\"Il tuo ordine è stato annullato\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"I tuoi ordini appariranno qui una volta che inizieranno ad arrivare.\",\"9TO8nT\":\"La tua password\",\"P8hBau\":\"Il tuo pagamento è in elaborazione.\",\"UdY1lL\":\"Il tuo pagamento non è andato a buon fine, riprova.\",\"fzuM26\":\"Il tuo pagamento non è andato a buon fine. Riprova.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Il tuo rimborso è in elaborazione.\",\"IFHV2p\":\"Il tuo biglietto per\",\"x1PPdr\":\"CAP / Codice Postale\",\"BM/KQm\":\"CAP o Codice Postale\",\"+LtVBt\":\"CAP o Codice Postale\",\"25QDJ1\":\"- Clicca per pubblicare\",\"WOyJmc\":\"- Clicca per annullare la pubblicazione\",\"ncwQad\":\"(vuoto)\",\"B/gRsg\":\"(nessuno)\",\"wqtZLy\":[[\"0\"],\" (copia)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" ha già effettuato il check-in\"],\"3beCx0\":[[\"0\"],\" <0>con check-in\"],\"S4PqS9\":[[\"0\"],\" Webhook Attivi\"],\"6MIiOI\":[[\"0\"],\" rimasti\"],\"COnw8D\":[\"Logo \",[\"0\"]],\"xG9N0H\":[[\"0\"],\" posti su \",[\"1\"],\" sono occupati.\"],\"B7pZfX\":[[\"0\"],\" organizzatori\"],\"/HkCs4\":[[\"0\"],\" biglietti\"],\"30bTiU\":[[\"activeCount\"],\" attivi\"],\"jTs4am\":[\"Logo \",[\"appName\"]],\"gbJOk9\":[[\"attendeeCount\"],\" partecipanti sono registrati per questa sessione.\"],\"TjbIUI\":[[\"availableCount\"],\" di \",[\"totalCount\"],\" disponibile\"],\"PSChHo\":[[\"capacity\"],\" posti rimasti\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" con check-in\"],\"RZ0JX3\":[[\"chipTime\"],\", esaurito\"],\"M4KnFs\":[[\"chipTime\"],\", Esaurito, lista d'attesa disponibile\"],\"SeyN12\":[[\"completedCount\"],\" di \",[\"totalCount\"],\" passaggi completati\"],\"wYzVwE\":[[\"count\"],\" prodotti aggiuntivi\"],\"f2rhaD\":[[\"diffHr\"],\" h fa\"],\"NRSLBe\":[[\"diffMin\"],\" min fa\"],\"iYfwJE\":[[\"diffSec\"],\" s fa\"],\"OJnhhX\":[[\"eventCount\"],\" eventi\"],\"SqGPxF\":[[\"first\"],\" + altri \",[\"additionalCount\"]],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" partecipanti sono registrati nelle sessioni interessate.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per ordine\"],\"RBuxIl\":[[\"productCount\"],\" tipi di biglietto configurati\"],\"VFLd0I\":[[\"slotCount\"],\" orari disponibili\"],\"3IEF7U\":[[\"totalCount\"],\" tipi di biglietto\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" commissioni\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" commissioni e tasse\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" tasse\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 giorno\",\"1d6kks\":\"+Tasse/Commissioni\",\"B1St2O\":\"<0>Le liste di check-in ti aiutano a gestire l'ingresso all'evento per giorno, area o tipo di biglietto. Puoi collegare i biglietti a liste specifiche come zone VIP o pass del Giorno 1 e condividere un link di check-in sicuro con il personale. Non è richiesto alcun account. Il check-in funziona su dispositivi mobili, desktop o tablet, utilizzando la fotocamera del dispositivo o uno scanner USB HID. \",\"v9VSIS\":\"<0>Imposta un unico limite di presenze totale che si applichi a più tipi di biglietto contemporaneamente.<1>Ad esempio, se colleghi un <2>Pass Giornaliero e un biglietto <3>Weekend Completo, entrambi verranno estratti dallo stesso gruppo di posti. Una volta raggiunto il limite, la vendita di tutti i biglietti collegati verrà interrotta automaticamente.\",\"Il5Uid\":\"<0>Questa è la quantità totale disponibile per tutte le date del programma nel loro insieme: non è un limite per data. Per limitare la partecipazione a ogni data, imposta una capacità nella <1>pagina Programmazione delle date.\",\"ZnVt5v\":\"<0>I webhook notificano istantaneamente i servizi esterni quando si verificano eventi, come l'aggiunta di un nuovo partecipante al tuo CRM o alla mailing list al momento della registrazione, garantendo un'automazione senza interruzioni.<1>Utilizza servizi di terze parti come <2>Zapier, <3>IFTTT o <4>Make per creare flussi di lavoro personalizzati e automatizzare le attività.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" al tasso attuale\"],\"M2DyLc\":\"1 Webhook Attivo\",\"hMefp0\":\"1 prodotto aggiuntivo\",\"6hIk/x\":\"1 partecipante è registrato nelle sessioni interessate.\",\"qOyE2U\":\"1 partecipante è registrato per questa sessione.\",\"943BwI\":\"1 giorno dopo la data di fine\",\"yj3N+g\":\"1 giorno dopo la data di inizio\",\"Z3etYG\":\"1 giorno prima dell'evento\",\"szSnlj\":\"1 ora prima dell'evento\",\"yTsaLw\":\"1 biglietto\",\"nz96Ue\":\"1 tipo di biglietto\",\"InX5ad\":\"1 tipo di biglietto configurato\",\"y2Jh0m\":\"1 orario disponibile\",\"cGtUz6\":\"1 settimana prima dell'evento\",\"HR/cvw\":\"Via Esempio 123\",\"dgKxZ5\":\"Oltre 135 valute e oltre 40 metodi di pagamento\",\"/d9gcz\":\"È richiesta un'etichetta del pulsante quando è impostato un URL\",\"kMU5aM\":\"Un avviso di annullamento è stato inviato a\",\"o++0qa\":\"un cambio di durata\",\"WuWSX5\":\"Bastano pochi passaggi e sei pronto a vendere.\",\"RQ5kDd\":\"Un messaggio da visualizzare quando non ci sono prodotti in questa categoria.\",\"V53XzQ\":\"Un nuovo codice di verifica è stato inviato alla tua email\",\"sr2Je0\":\"uno spostamento degli orari di inizio/fine\",\"/z/bH1\":\"Una breve descrizione del tuo organizzatore che sarà visibile agli utenti.\",\"3BKFn6\":\"È richiesto un URL quando è impostata un'etichetta del pulsante\",\"RpjXTb\":\"Uno schema settimanale\",\"aS0jtz\":\"Abbandonato\",\"uyJsf6\":\"Informazioni\",\"JvuLls\":\"Assorbire la commissione\",\"lk74+I\":\"Assorbire la commissione\",\"1uJlG9\":\"Colore di Accento\",\"g3UF2V\":\"Accetta\",\"K5+3xg\":\"Accetta invito\",\"LuXP9q\":\"Accesso\",\"jzb4Ep\":[\"Account · \",[\"0\"]],\"UqH1Q6\":[\"Account · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"L'eliminazione dell'account è stata annullata.\",\"WtlP+7\":\"L'eliminazione dell'account è bloccata\",\"vOuxvL\":\"Informazioni sull'account\",\"F9cvwz\":\"Nome dell'account\",\"EHNORh\":\"Account non trovato\",\"Hy1lfH\":\"Proprietario dell'account\",\"bPwFdf\":\"Account\",\"pi/Iog\":[\"Account (\",[\"0\"],\")\"],\"AhwTa1\":\"Azione richiesta: Informazioni IVA necessarie\",\"APyAR/\":\"Eventi attivi\",\"kCl6ja\":\"Metodi di pagamento attivi\",\"XJOV1Y\":\"Attività\",\"Eso+01\":[\"Aggiungi prima \",[\"0\"]],\"eJ0IJA\":\"Aggiungi un'immagine di copertina e un tema in linea con il tuo brand\",\"0YEoxS\":\"Aggiungi una data\",\"ybegUq\":\"Aggiungi una descrizione e un luogo così i partecipanti sanno cosa aspettarsi\",\"nOZl6j\":\"Aggiungi una singola data\",\"CjvTPJ\":\"Aggiungi un altro orario\",\"0XCduh\":\"Aggiungi almeno un orario\",\"/chGpa\":\"Aggiungi i dettagli di collegamento per l'evento online.\",\"UWWRyd\":\"Aggiungi domande personalizzate per raccogliere informazioni aggiuntive durante il checkout\",\"Z/dcxc\":\"Aggiungi data\",\"QeupRg\":\"Aggiungi date\",\"Q219NT\":\"Aggiungi date\",\"yjB5VC\":\"Aggiungi date e orari per il tuo evento ricorrente\",\"Z8idyM\":\"Aggiungi dettagli\",\"wpirGs\":\"Aggiungi i dettagli dell'evento\",\"VX6WUv\":\"Aggiungi luogo\",\"GCQlV2\":\"Aggiungi più orari se organizzi diverse sessioni al giorno.\",\"7JF9w9\":\"Aggiungi domanda\",\"NLbIb6\":\"Aggiungi comunque questo partecipante (ignora la capacità)\",\"6PNlRV\":\"Aggiungi questo evento al tuo calendario\",\"BGD9Yt\":\"Aggiungi biglietti\",\"uIv4Op\":\"Aggiungi i pixel di tracciamento alle pagine pubbliche dei tuoi eventi e alla homepage dell'organizzatore. Quando il tracciamento è attivo, ai visitatori verrà mostrato un banner per il consenso ai cookie.\",\"QN2F+7\":\"Aggiungi Webhook\",\"NsWqSP\":\"Aggiungi i tuoi profili social e l'URL del sito. Verranno mostrati nella pagina pubblica dell'organizzatore.\",\"6JzKEV\":\"Solo come prodotto aggiuntivo\",\"VkQex5\":\"Prodotti aggiuntivi\",\"Y2K3rp\":\"Prodotti aggiuntivi\",\"Z/ZU8N\":\"Aggiunto al pagamento\",\"bVjDs9\":\"Commissioni aggiuntive\",\"MKqSg4\":\"Accesso amministratore richiesto\",\"0Zypnp\":\"Dashboard Amministratore\",\"tlFYEo\":\"Dà accesso al tuo evento ai partecipanti\",\"YAV57v\":\"Affiliato\",\"I+utEq\":\"Il codice affiliato non può essere modificato\",\"/jHBj5\":\"Affiliato creato con successo\",\"uCFbG2\":\"Affiliato eliminato con successo\",\"ld8I+f\":\"Programma di affiliazione\",\"a41PKA\":\"Le vendite dell'affiliato saranno tracciate\",\"mJJh2s\":\"Le vendite dell'affiliato non saranno tracciate. Questo disattiverà l'affiliato.\",\"jabmnm\":\"Affiliato aggiornato con successo\",\"CPXP5Z\":\"Affiliati\",\"9Wh+ug\":\"Affiliati esportati\",\"3cqmut\":\"Gli affiliati ti aiutano a tracciare le vendite generate da partner e influencer. Crea codici affiliato e condividili per monitorare le prestazioni.\",\"3e31kI\":\"Dopo aver creato l'evento potrai scegliere dalla dashboard con quale frequenza si ripete.\",\"z7GAMJ\":\"tutte\",\"N40H+G\":\"Tutti\",\"7rLTkE\":\"Tutti gli eventi archiviati\",\"gKq1fa\":\"Tutti i partecipanti\",\"63gRoO\":\"Tutti i partecipanti delle sessioni selezionate\",\"uWxIoH\":\"Tutti i partecipanti di questa data\",\"pMLul+\":\"Tutte le valute\",\"sgUdRZ\":\"Tutte le date\",\"e4q4uO\":\"Tutte le date\",\"ZS/D7f\":\"Tutti gli eventi terminati\",\"QsYjci\":\"Tutti gli eventi\",\"31KB8w\":\"Tutti i lavori falliti eliminati\",\"D2g7C7\":\"Tutti i lavori in coda per il nuovo tentativo\",\"B4RFBk\":\"Tutte le date corrispondenti\",\"F1/VgK\":\"Tutte le date\",\"OpWjMq\":\"Tutte le date\",\"Sxm1lO\":\"Tutti gli stati\",\"dr7CWq\":\"Tutti gli eventi in arrivo\",\"UBpkWM\":\"Tutti gli utenti\",\"GpT6Uf\":\"Consentire ai partecipanti di aggiornare le informazioni del biglietto (nome, e-mail) tramite un link sicuro inviato con la conferma dell'ordine.\",\"VZdky1\":\"Consenti agli acquirenti di copiare i propri dati su tutti i partecipanti\",\"F3mW5G\":\"Consenti ai clienti di iscriversi a una lista d'attesa quando questo prodotto è esaurito\",\"4CMO/q\":\"Consenti ai clienti di iscriversi a una lista d'attesa quando questo prodotto è esaurito. I clienti si iscrivono alla lista d'attesa per una data specifica.\",\"c4uJfc\":\"Quasi fatto! Stiamo solo aspettando che il tuo pagamento venga elaborato. Dovrebbe richiedere solo pochi secondi.\",\"ocS8eq\":[\"Hai già un account? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Già presente\",\"/H326L\":\"Già rimborsato\",\"USEpOK\":\"Usi già Stripe su un altro organizzatore? Riutilizza quel collegamento.\",\"RtxQTF\":\"Cancella anche questo ordine\",\"jkNgQR\":\"Rimborsa anche questo ordine\",\"xYqsHg\":\"Sempre disponibile\",\"rrepBD\":\"Sempre in vendita\",\"Wvrz79\":\"Importo pagato\",\"Zkymb9\":\"Un'email da associare a questo affiliato. L'affiliato non sarà notificato.\",\"vRznIT\":\"Si è verificato un errore durante il controllo dello stato di esportazione.\",\"OPFdAM\":\"Una descrizione facoltativa di questa categoria da visualizzare sulla pagina dell'evento.\",\"eusccx\":\"Un messaggio facoltativo da visualizzare sul prodotto evidenziato, ad esempio \\\"In vendita veloce 🔥\\\" o \\\"Miglior rapporto qualità-prezzo\\\"\",\"HZFm5R\":\"e\",\"l3LBtZ\":\"Contenuto dell'annuncio\",\"Th00L9\":\"Annuncio creato\",\"p/XJYI\":\"Annuncio eliminato\",\"08iV57\":\"Titolo dell'annuncio\",\"qLqgre\":\"Annuncio aggiornato\",\"Dzr23X\":\"Annunci\",\"asqL+J\":\"Anonimizza\",\"QNrkms\":\"Risposta aggiornata con successo.\",\"+qygei\":\"Risposte\",\"GK7Lnt\":\"Risposte fornite al momento del pagamento (es. scelta del menù)\",\"lE8PgT\":\"Le date che hai personalizzato manualmente verranno mantenute.\",\"jVoYha\":[\"applicato — \",[\"0\"],\" di sconto sul tuo ordine\"],\"vP3Nzg\":[\"Vale per le \",[\"0\"],\" date non annullate attualmente caricate in questa pagina.\"],\"kkVyZZ\":\"Vale per chiunque apra il link di check-in condiviso senza aver effettuato l'accesso. I membri del team che hanno effettuato l'accesso vedono sempre tutto.\",\"je4muG\":[\"Vale per ogni data \",[\"0\"],\" e non annullata di questo evento, comprese quelle non caricate al momento.\"],\"YIIQtt\":\"Applica modifiche\",\"NzWX1Y\":\"Applica a\",\"Ps5oDT\":\"Applica a tutti i biglietti\",\"261RBr\":\"Approva messaggio\",\"naCW6Z\":\"Aprile\",\"B495Gs\":\"Archivia\",\"5sNliy\":\"Archivia evento\",\"BrwnrJ\":\"Archivia organizzatore\",\"E5eghW\":\"Archivia questo evento per nasconderlo al pubblico. Puoi ripristinarlo in seguito.\",\"eqFkeI\":\"Archivia questo organizzatore. Verranno archiviati anche tutti gli eventi appartenenti a questo organizzatore.\",\"BzcxWv\":\"Organizzatori archiviati\",\"9cQBd6\":\"Sei sicuro di voler archiviare questo evento? Non sarà più visibile al pubblico.\",\"Trnl3E\":\"Sei sicuro di voler archiviare questo organizzatore? Verranno archiviati anche tutti gli eventi appartenenti a questo organizzatore.\",\"wOvn+e\":[\"Vuoi davvero annullare \",[\"count\"],\" data/e? I partecipanti interessati riceveranno una notifica via email.\"],\"GTxE0U\":\"Vuoi davvero annullare questa data? I partecipanti interessati riceveranno una notifica via email.\",\"VkSk/i\":\"Sei sicuro di voler annullare questo messaggio programmato?\",\"0aVEBY\":\"Sei sicuro di voler eliminare tutti i lavori falliti?\",\"LchiNd\":\"Sei sicuro di voler eliminare questo affiliato? Questa azione non può essere annullata.\",\"U49Xd6\":\"Sei sicuro di voler eliminare questo annuncio? Gli utenti non lo vedranno più.\",\"vPeW/6\":\"Vuoi davvero eliminare questa configurazione? Ciò potrebbe influire sugli account che la utilizzano.\",\"h42Hc/\":\"Vuoi davvero eliminare questa data? L'azione non può essere annullata.\",\"RiF/yT\":\"Vuoi davvero eliminare questa immagine?\",\"b3+Qku\":\"Vuoi davvero eliminare questa imposta o commissione? Non verrà più applicata ai nuovi ordini.\",\"JmVITJ\":\"Sei sicuro di voler eliminare questo modello? Questa azione non può essere annullata e le email torneranno al modello predefinito.\",\"aLS+A6\":\"Sei sicuro di voler eliminare questo modello? Questa azione non può essere annullata e le email torneranno al modello dell'organizzatore o predefinito.\",\"5H3Z78\":\"Sei sicuro di voler eliminare questo webhook?\",\"147G4h\":\"Sei sicuro di voler uscire?\",\"VDWChT\":\"Sei sicuro di voler rendere questo organizzatore una bozza? La pagina dell'organizzatore sarà invisibile al pubblico.\",\"pWtQJM\":\"Sei sicuro di voler rendere pubblico questo organizzatore? La pagina dell'organizzatore sarà visibile al pubblico.\",\"EOqL/A\":\"Sei sicuro di voler offrire un posto a questa persona? Riceverà una notifica via e-mail.\",\"yAXqWW\":\"Vuoi davvero eliminare definitivamente questa data? L'azione non può essere annullata.\",\"WFHOlF\":\"Sei sicuro di voler pubblicare questo evento? Una volta pubblicato, sarà visibile al pubblico.\",\"4TNVdy\":\"Sei sicuro di voler pubblicare questo profilo organizzatore? Una volta pubblicato, sarà visibile al pubblico.\",\"8x0pUg\":\"Sei sicuro di voler rimuovere questa voce dalla lista d'attesa?\",\"cDtoWq\":[\"Sei sicuro di voler reinviare la conferma dell'ordine a \",[\"0\"],\"?\"],\"xeIaKw\":[\"Sei sicuro di voler reinviare il biglietto a \",[\"0\"],\"?\"],\"BjbocR\":\"Sei sicuro di voler ripristinare questo evento?\",\"7MjfcR\":\"Sei sicuro di voler ripristinare questo organizzatore?\",\"b7tkGp\":\"Vuoi davvero revocare questo invito?\",\"ExDt3P\":\"Sei sicuro di voler annullare la pubblicazione di questo evento? Non sarà più visibile al pubblico.\",\"5Qmxo/\":\"Sei sicuro di voler annullare la pubblicazione di questo profilo organizzatore? Non sarà più visibile al pubblico.\",\"Uqefyd\":\"Sei registrato IVA nell'UE?\",\"+QARA4\":\"Arte\",\"tLf3yJ\":\"Poiché la tua attività ha sede in Irlanda, l'IVA irlandese al 23% si applica automaticamente a tutte le commissioni della piattaforma.\",\"tMeVa/\":\"Richiedi nome ed email per ogni biglietto acquistato\",\"ui5ln+\":\"Assegna un altro piano\",\"9Jxliv\":\"Assegna piano\",\"xdiER7\":\"Livello assegnato\",\"F2rX0R\":\"Deve essere selezionato almeno un tipo di evento\",\"Z44eZS\":\"Almeno un prodotto deve restare disponibile per questa data. Per rendere la data inaccessibile, annullala dalla programmazione.\",\"BCmibk\":\"Tentativi\",\"6PecK3\":\"Presenze e tassi di check-in per tutti gli eventi\",\"K2tp3v\":\"partecipante\",\"AJ4rvK\":\"Partecipante Cancellato\",\"qvylEK\":\"Partecipante Creato\",\"Aspq3b\":\"Raccolta dati partecipanti\",\"fpb0rX\":\"Dati del partecipante copiati dall'ordine\",\"94aQMU\":\"Informazioni partecipante\",\"KkrBiR\":\"Raccolta delle informazioni sui partecipanti\",\"sjPjOg\":\"Note sul partecipante\",\"cosfD8\":\"Stato del Partecipante\",\"D2qlBU\":\"Partecipante Aggiornato\",\"22BOve\":\"Partecipante aggiornato con successo\",\"x8Vnvf\":\"Il biglietto del partecipante non è incluso in questa lista\",\"/Ywywr\":\"partecipanti\",\"zLRobu\":\"partecipanti con check-in\",\"k3Tngl\":\"Partecipanti Esportati\",\"UoIRW8\":\"Partecipanti registrati\",\"5UbY+B\":\"Partecipanti con un biglietto specifico\",\"4HVzhV\":\"Partecipanti:\",\"HVkhy2\":\"Analisi di attribuzione\",\"dMMjeD\":\"Ripartizione dell'attribuzione\",\"1oPDuj\":\"Valore di attribuzione\",\"cHfbVT\":\"Pubblico\",\"DBHTm/\":\"Agosto\",\"JgREph\":\"L'offerta automatica è attivata\",\"V7Tejz\":\"Elaborazione automatica della lista d'attesa\",\"PZ7FTW\":\"Rilevato automaticamente in base al colore di sfondo, ma può essere sovrascritto\",\"zlnTuI\":\"Offri automaticamente i biglietti alla persona successiva quando si libera un posto. Se questa opzione è disabilitata, puoi gestire manualmente la lista d'attesa dalla pagina Lista d'attesa.\",\"csDS2L\":\"Disponibile\",\"Xp+ywP\":\"Disponibile al completamento del pagamento\",\"dwDH1K\":[\"Orari disponibili \",[\"dayName\"]],\"clF06r\":\"Disponibile per rimborso\",\"NB5+UG\":\"Token Disponibili\",\"L+wGOG\":\"In attesa\",\"qcw2OD\":\"In attesa di pagamento\",\"kNmmvE\":\"Awesome Events S.r.l.\",\"TeSaQO\":\"Torna a Account\",\"kYqM1A\":\"Torna all'evento\",\"s5QRF3\":\"Torna ai messaggi\",\"td/bh+\":\"Torna ai Report\",\"nsm7BA\":\"Torna alla ricerca\",\"imjKVx\":\"Conto bancario collegato\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"Il contenuto del banner deve essere di massimo 200 caratteri\",\"p2OLF3\":\"Prezzo base\",\"D9LTCH\":\"Prezzo base\",\"hviJef\":\"In base al periodo di vendita globale qui sopra, non per singola data\",\"jIPNJG\":\"Informazioni di base\",\"lINGcL\":\"Poiché questo account ha ordini completati, i record delle transazioni (importi, date e dettagli delle fatture) saranno conservati in forma anonimizzata per scopi legali e fiscali. Tutte le informazioni personali saranno rimosse in modo permanente.\",\"UabgBd\":\"Il corpo è obbligatorio\",\"HWXuQK\":\"Aggiungi questa pagina ai preferiti per gestire il tuo ordine in qualsiasi momento.\",\"CUKVDt\":\"Personalizza i tuoi biglietti con un logo, colori e messaggio a piè di pagina personalizzati.\",\"4BZj5p\":\"Protezione antifrode integrata\",\"cr7kGH\":\"Modifica in blocco\",\"1Fbd6n\":\"Modifica date in blocco\",\"Eq6Tu9\":\"Aggiornamento in blocco non riuscito.\",\"9N+p+g\":\"Business\",\"SWnN1L\":\"Indirizzo aziendale\",\"kQekXw\":\"Ragione sociale\",\"3W/QV7\":\"Etichetta del pulsante\",\"bv6RXK\":\"Etichetta Pulsante\",\"ChDLlO\":\"Testo del pulsante\",\"MOht10\":\"URL del pulsante\",\"BUe8Wj\":\"L'acquirente paga\",\"DkL8mp\":\"Gli acquirenti possono aggiungerli al proprio ordine quando selezionano questo prodotto al momento del pagamento.\",\"qF1qbA\":\"Gli acquirenti vedono un prezzo pulito. La commissione della piattaforma viene detratta dal tuo pagamento.\",\"dg05rc\":\"Aggiungendo i pixel di tracciamento, riconosci che tu e questa piattaforma siete contitolari del trattamento dei dati raccolti. Sei responsabile di garantire di avere una base giuridica per questo trattamento ai sensi delle leggi sulla privacy applicabili (GDPR, CCPA, ecc.).\",\"DFqasq\":[\"Continuando, accetti i <0>\",[\"0\"],\"Termini del servizio\"],\"CetOZE\":\"Per tipo di biglietto\",\"lFdbRS\":\"Ignora commissioni applicazione\",\"AjVXBS\":\"Calendario\",\"2VLZwd\":\"Pulsante di Invito all'Azione\",\"rT2cV+\":\"Fotocamera\",\"7hYa9y\":\"L'autorizzazione alla fotocamera è stata negata. <0>Richiedi di nuovo l'autorizzazione oppure consenti a questa pagina di accedere alla fotocamera nelle impostazioni del browser.\",\"D02dD9\":\"Campagna\",\"RRPA79\":\"Check-in non possibile\",\"OcVwAd\":[\"Annulla \",[\"count\"],\" data/e\"],\"H4nE+E\":\"Cancella tutti i prodotti e rilasciali nel pool disponibile\",\"Py78q9\":\"Annulla data\",\"lUjTpS\":\"Annulla eliminazione\",\"5YkF5G\":\"Annulla richiesta di eliminazione\",\"tOXAdc\":\"La cancellazione cancellerà tutti i partecipanti associati a questo ordine e rilascerà i biglietti nel pool disponibile.\",\"FPpqc7\":[\"Annullamento di \",[\"0\"],\" data/e in corso. L'operazione può richiedere qualche istante.\"],\"01sEfm\":\"Impossibile eliminare la configurazione predefinita del sistema\",\"VsM1HH\":\"Assegnazioni di capacità\",\"9bIMVF\":\"Gestione della capacità\",\"H7K8og\":\"La capacità deve essere pari o superiore a 0\",\"nzao08\":\"aggiornamenti di capacità\",\"4cp9NP\":\"Capacità utilizzata\",\"K7tIrx\":\"Categoria\",\"DRK3Bq\":\"Categoria eliminata correttamente\",\"o+XJ9D\":\"Cambia\",\"kJkjoB\":\"Cambia durata\",\"J0KExZ\":\"Cambia il limite di partecipanti\",\"ssospy\":\"Cambia orario\",\"CIHJJf\":\"Modifica impostazioni lista di attesa\",\"B5icLR\":[\"Durata modificata per \",[\"count\"],\" data/e\"],\"Kb+0BT\":\"Addebiti\",\"2tbLdK\":\"Beneficenza\",\"BPWGKn\":\"Fai il check-in\",\"6uFFoY\":\"Annulla il check-in\",\"FjAlwK\":[\"Dai un'occhiata a questo evento: \",[\"0\"]],\"v4fiSg\":\"Controlla la tua email\",\"51AsAN\":\"Controlla la tua casella di posta! Se ci sono biglietti associati a questa email, riceverai un link per visualizzarli.\",\"Y3FYXy\":\"Check-in\",\"udRwQs\":\"Registrazione Creata\",\"F4SRy3\":\"Registrazione Eliminata\",\"as6XfO\":[\"Il check-in di \",[\"0\"],\" è stato annullato\"],\"9s/wrQ\":\"Cronologia check-in\",\"Wwztk4\":\"Lista check-in\",\"9gPPUY\":\"Lista di Check-In Creata!\",\"dwjiJt\":\"Info sulla lista check-in\",\"7od0PV\":\"liste check-in\",\"f2vU9t\":\"Liste di Check-in\",\"XprdTn\":\"Navigazione check-in\",\"5tV1in\":\"Avanzamento del check-in\",\"SHJwyq\":\"Tasso di check-in\",\"qCqdg6\":\"Stato del Check-In\",\"cKj6OE\":\"Riepilogo Check-in\",\"7B5M35\":\"Check-In\",\"VrmydS\":\"Check-in effettuato\",\"DM4gBB\":\"Cinese (Tradizionale)\",\"p8Jvp4\":\"Scegli una configurazione\",\"ElShBO\":\"Scegli un'altra azione\",\"pHEhf+\":\"Scegli un carattere adatto al tuo brand. I caratteri sono ospitati tramite Bunny Fonts.\",\"Zok1Gx\":\"Scegli un organizzatore\",\"pkk46Q\":\"Scegli un organizzatore\",\"Ag32+c\":\"Scegli un'altra data\",\"Crr3pG\":\"Scegli calendario\",\"Z38ZJu\":\"Scegli come viene mostrata la data dell'evento sul biglietto\",\"LAW8Vb\":\"Scegli l'impostazione predefinita per i nuovi eventi. Questa può essere modificata per i singoli eventi.\",\"pjp2n5\":\"Scegli chi paga la commissione della piattaforma. Questo non influisce sulle commissioni aggiuntive che hai configurato nelle impostazioni del tuo account.\",\"xCJdfg\":\"Cancella\",\"QyOWu9\":\"Cancella il luogo: torna al valore predefinito dell'evento\",\"V8yTm6\":\"Cancella ricerca\",\"kmnKnX\":\"Cancellando si rimuove qualsiasi personalizzazione per singola data. Le date interessate torneranno al luogo predefinito dell'evento.\",\"/o+aQX\":\"Clicca per annullare\",\"gD7WGV\":\"Clicca per riaprire le vendite\",\"CySr+W\":\"Clicca per visualizzare le note\",\"RG3szS\":\"chiudi\",\"RWw9Lg\":\"Chiudi la finestra\",\"XwdMMg\":\"Il codice può contenere solo lettere, numeri, trattini e trattini bassi\",\"+yMJb7\":\"Il codice è obbligatorio\",\"m9SD3V\":\"Il codice deve contenere almeno 3 caratteri\",\"V1krgP\":\"Il codice non deve superare i 20 caratteri\",\"psqIm5\":\"Collabora con il tuo team per creare eventi straordinari insieme.\",\"4bUH9i\":\"Raccogli i dettagli dei partecipanti per ogni biglietto acquistato.\",\"TkfG8v\":\"Raccogli i dati per ordine\",\"96ryID\":\"Raccogli i dati per biglietto\",\"FpsvqB\":\"Modalità colore\",\"jEu4bB\":\"Colonne\",\"CWk59I\":\"Commedia\",\"rPA+Gc\":\"Preferenze di comunicazione\",\"zFT5rr\":\"completato\",\"bUQMpb\":\"Completa la configurazione di Stripe\",\"744BMm\":\"Completa il tuo ordine per assicurarti i biglietti. Questa offerta è a tempo limitato, quindi non aspettare troppo.\",\"5YrKW7\":\"Completa il pagamento per assicurarti i biglietti.\",\"xGU92i\":\"Completa il tuo profilo per unirti al team.\",\"QOhkyl\":\"Componi\",\"ih35UP\":\"Centro congressi\",\"ywFj2D\":\"Configurazione\",\"WTw0bB\":\"Configurazione assegnata\",\"X1zdE7\":\"Configurazione creata con successo\",\"mLBUMQ\":\"Configurazione eliminata correttamente\",\"UIENhw\":\"I nomi delle configurazioni sono visibili agli utenti finali. Le commissioni fisse verranno convertite nella valuta dell'ordine al tasso di cambio corrente.\",\"eeZdaB\":\"Configurazione aggiornata con successo\",\"3cKoxx\":\"Configurazioni\",\"8v2LRU\":\"Configura i dettagli dell'evento, la posizione, le opzioni di checkout e le notifiche email.\",\"raw09+\":\"Configura come vengono raccolti i dati dei partecipanti durante il checkout\",\"FI60XC\":\"Configura tasse e commissioni\",\"av6ukY\":\"Scegli quali prodotti sono disponibili per questa data e, se vuoi, modifica i prezzi.\",\"NGXKG/\":\"Conferma indirizzo email\",\"JRQitQ\":\"Conferma la nuova password\",\"Auz0Mz\":\"Conferma la tua email per accedere a tutte le funzionalità.\",\"7+grte\":\"Email di conferma inviata! Controlla la tua casella di posta.\",\"n/7+7Q\":\"Conferma inviata a\",\"x3wVFc\":\"Congratulazioni! Il tuo evento è ora visibile al pubblico.\",\"0W2NQP\":\"Collega la banca\",\"/K4Vqr\":\"Collega Stripe per accettare pagamenti\",\"nQI4H5\":\"Connetti Stripe per abilitare la modifica dei modelli di email\",\"LmvZ+E\":\"Connetti Stripe per abilitare la messaggistica\",\"peBIO+\":\"Collega Stripe per ricevere i pagamenti dei biglietti direttamente sul tuo conto bancario.\",\"DNeN8t\":\"Collega la tua banca per ricevere le vendite dei biglietti direttamente sul tuo conto\",\"DARj+w\":\"Hai collegato l'account Stripe sbagliato? Scollegalo e ricomincia.\",\"X1y8JF\":\"I dettagli di collegamento sono obbligatori per le date online\",\"fjfBOm\":\"I dettagli di connessione sono obbligatori per gli eventi online\",\"jfC/xh\":\"Contatto\",\"LOFgda\":[\"Contatta \",[\"0\"]],\"41BQ3k\":\"Email di contatto\",\"4b3oEV\":\"Contenuto\",\"13CIgI\":\"Il contenuto è obbligatorio\",\"m8WD6t\":\"Continua configurazione\",\"0GwUT4\":\"Procedi al pagamento\",\"sBV87H\":\"Continua alla creazione dell'evento\",\"nKtyYu\":\"Continua al passo successivo\",\"F3/nus\":\"Continua al pagamento\",\"s30OcA\":\"Controlla come date e orari vengono mostrati sulla pagina dell'evento\",\"p2FRHj\":\"Controlla come vengono gestite le commissioni della piattaforma per questo evento\",\"NqfabH\":\"Decidi chi può entrare in questa data\",\"fmYxZx\":\"Decidi chi può entrare e quando\",\"1JnTgU\":\"Copiato da sopra\",\"FxVG/l\":\"Copiato negli appunti\",\"PiH3UR\":\"Copiato!\",\"4i7smN\":\"Copia ID account\",\"uUPbPg\":\"Copia link affiliato\",\"iVm46+\":\"Copia codice\",\"cF2ICc\":\"Copia link cliente\",\"+2ZJ7N\":\"Copia dettagli al primo partecipante\",\"ZN1WLO\":\"Copia Email\",\"y1eoq1\":\"Copia link\",\"tUGbi8\":\"Copia i miei dati a:\",\"y22tv0\":\"Copia questo link per condividerlo ovunque\",\"/4gGIX\":\"Copia negli appunti\",\"e0f4yB\":\"Impossibile eliminare il luogo\",\"vkiDx2\":\"Impossibile preparare l'aggiornamento in blocco.\",\"KOavaU\":\"Impossibile recuperare i dettagli dell'indirizzo\",\"/lq4oO\":\"Impossibile salvare la data\",\"mHu0az\":\"Impossibile inviare l'email di verifica. Riprova.\",\"QOIm+S\":\"I conteggi includono tutte le date future. A ogni persona viene offerto un posto per la data scelta al momento dell'iscrizione.\",\"P0rbCt\":\"Immagine di Copertina\",\"p4kqHr\":\"Immagine di copertina aggiunta\",\"60u+dQ\":\"L'immagine di copertina sarà visualizzata in cima alla pagina dell'evento\",\"2NLjA6\":\"L'immagine di copertina sarà visualizzata in cima alla pagina dell'organizzatore\",\"GkrqoY\":\"Copre tutti i biglietti\",\"zg4oSu\":[\"Crea Modello \",[\"0\"]],\"RKKhnW\":\"Crea un widget personalizzato per vendere biglietti sul tuo sito.\",\"jqhTmw\":\"Crea una lista per questa data\",\"PhioFp\":\"Crea una nuova lista check-in per una sessione attiva, oppure contatta l'organizzatore se pensi che si tratti di un errore.\",\"yIRev4\":\"Crea una password\",\"j7xZ7J\":\"Crea ulteriori organizzatori per gestire marchi, dipartimenti o serie di eventi separati sotto un unico account. Ogni organizzatore ha i propri eventi, impostazioni e pagina pubblica.\",\"xfKgwv\":\"Crea affiliato\",\"GT/OIA\":\"Crea un annuncio per mostrare un messaggio ai tuoi utenti.\",\"tudG8q\":\"Crea e configura biglietti e merchandise in vendita.\",\"Q4VlI/\":\"Crea annuncio\",\"YAl9Hg\":\"Crea configurazione\",\"BTne9e\":\"Crea modelli di email personalizzati per questo evento che sostituiscono le impostazioni predefinite dell'organizzatore\",\"YIDzi/\":\"Crea Modello Personalizzato\",\"tsGqx5\":\"Crea data\",\"Nc3l/D\":\"Crea sconti, codici di accesso per biglietti nascosti e offerte speciali.\",\"PybJS2\":\"Crea evento\",\"abGAgf\":\"Crea altri biglietti o prodotti per offrirli come prodotti aggiuntivi\",\"eWEV9G\":\"Crea una nuova password\",\"utHSNE\":\"Crea programmazione\",\"8AiKIu\":\"Crea biglietto o prodotto\",\"/HGmW9\":\"Crea link tracciabili per premiare i partner che promuovono il tuo evento.\",\"dkAPxi\":\"Crea Webhook\",\"5slqwZ\":\"Crea il tuo evento\",\"JQNMrj\":\"Crea il tuo primo evento\",\"CCjxOC\":\"Crea il tuo primo evento per iniziare a vendere biglietti e gestire i partecipanti.\",\"ZCSSd+\":\"Crea il tuo evento\",\"qdv10s\":[\"Creazione di \",[\"0\"],\" date in corso. Potrebbe volerci un momento.\"],\"67NsZP\":\"Creazione evento...\",\"H34qcM\":\"Creazione organizzatore...\",\"1YMS+X\":\"Creazione del tuo evento in corso, attendere prego\",\"yiy8Jt\":\"Creazione del tuo profilo organizzatore in corso, attendere prego\",\"lfLHNz\":\"L'etichetta CTA è obbligatoria\",\"0xLR6W\":\"Attualmente assegnato\",\"iTvh6I\":\"Attualmente disponibile per l'acquisto\",\"A42Dqn\":\"Personalizzazione del brand\",\"Guo0lU\":\"Data e ora personalizzate\",\"WDMdn8\":\"Domande personalizzate\",\"O6mra8\":\"Domande personalizzate\",\"axv/Mi\":\"Modello personalizzato\",\"2YeVGY\":\"Link cliente copiato negli appunti\",\"QMHSMS\":\"Il cliente riceverà un'email di conferma del rimborso\",\"NihQNk\":\"Clienti\",\"hINN++\":\"Personalizza pagina\",\"7gsjkI\":\"Personalizza le email inviate ai tuoi clienti utilizzando i modelli Liquid. Questi modelli verranno utilizzati come predefiniti per tutti gli eventi nella tua organizzazione.\",\"xJaTUK\":\"Personalizza il layout, i colori e il branding della homepage del tuo evento.\",\"MXZfGN\":\"Personalizza le domande poste durante il checkout per raccogliere informazioni importanti dai tuoi partecipanti.\",\"iX6SLo\":\"Personalizza il testo visualizzato sul pulsante continua\",\"R8H7yL\":\"Personalizza il testo del pulsante mobile che scorre alla sezione biglietti\",\"pxNIxa\":\"Personalizza il tuo modello di email utilizzando i modelli Liquid\",\"3trPKm\":\"Personalizza l'aspetto della pagina del tuo organizzatore\",\"U0sC6H\":\"Giornaliero\",\"/gWrVZ\":\"Ricavi giornalieri, tasse, commissioni e rimborsi per tutti gli eventi\",\"zgCHnE\":\"Report Vendite Giornaliere\",\"nHm0AI\":\"Ripartizione giornaliera di vendite, tasse e commissioni\",\"1aPnDT\":\"Danza\",\"pvnfJD\":\"Scuro\",\"MaB9wW\":\"Annullamento della data\",\"e6cAxJ\":\"Data annullata\",\"81jBnC\":\"Data annullata correttamente\",\"a/C/6R\":\"Data creata correttamente\",\"IW7Q+u\":\"Data eliminata\",\"rngCAz\":\"Data eliminata correttamente\",\"vHbfoQ\":\"Data riattivata\",\"hvah+S\":\"Vendite riaperte per la data\",\"Ez0YsD\":\"Data aggiornata correttamente\",\"JxwIlL\":\"date\",\"Te33mU\":\"Le date si gestiscono una per una\",\"91zCxb\":\"Giorni con sessioni\",\"/ITcnz\":\"giorno\",\"H7OUPr\":\"Giorno\",\"JtHrX9\":\"Giorno del mese\",\"J/Upwb\":\"giorni\",\"V3VGYb\":\"Giorni del mese\",\"r6zgGo\":\"Dicembre\",\"jbq7j2\":\"Rifiuta\",\"WGD1Al\":\"Diminuisci\",\"gJY4YL\":\"Riduci quantità\",\"ovBPCi\":\"Predefinito\",\"JtI4vj\":\"Raccolta predefinita delle informazioni sui partecipanti\",\"ULjv90\":\"Capacità predefinita per data\",\"3R/Tu2\":\"Gestione predefinita delle commissioni\",\"1bZAZA\":\"Verrà utilizzato il modello predefinito\",\"3Biswm\":\"Valori predefiniti\",\"HNlEFZ\":\"elimina\",\"KpnwJK\":[\"Eliminare \\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Eliminare \",[\"count\"],\" data/e selezionata/e? Le date con ordini verranno saltate. L'azione non può essere annullata.\"],\"ZDGm40\":\"Elimina account\",\"vu7gDm\":\"Elimina affiliato\",\"KZN4Lc\":\"Elimina tutto\",\"6EkaOO\":\"Elimina data\",\"io0G93\":\"Elimina evento\",\"+jw/c1\":\"Elimina immagine\",\"hdyeZ0\":\"Elimina lavoro\",\"xxjZeP\":\"Elimina luogo\",\"sY3tIw\":\"Elimina organizzatore\",\"UBv8UK\":\"Elimina definitivamente\",\"dPyJ15\":\"Elimina Modello\",\"IQTR34\":\"Eliminare questa categoria? Verranno eliminati anche tutti i prodotti che contiene. L'azione non può essere annullata.\",\"/1wMxk\":\"Eliminare questo prodotto? L'azione non può essere annullata.\",\"mxsm1o\":\"Eliminare questa domanda? Questa azione non può essere annullata.\",\"snMaH4\":\"Elimina webhook\",\"LIZZLY\":[[\"0\"],\" data/e eliminata/e\"],\"loLVyU\":\"Account eliminato\",\"IlUuGb\":\"L'eliminazione dell'account lo disattiva immediatamente: tutti gli eventi pubblicati vengono rimossi dalla pubblicazione e l'accesso viene disabilitato. Dopo un periodo di tolleranza di 30 giorni, l'eliminazione diventa permanente. Puoi annullare in qualsiasi momento durante questi 30 giorni.\",\"nMdIuB\":\"Eliminazione in coda per l'esecuzione\",\"/U002t\":\"Richiesta di eliminazione annullata\",\"PBA62s\":\"Richieste di eliminazione\",\"7w0Wev\":\"Descrizione e luogo aggiunti\",\"vYgeDk\":\"Deseleziona tutto\",\"NvuEhl\":\"Elementi di Design\",\"H8kMHT\":\"Non hai ricevuto il codice?\",\"G8KNgd\":\"Luogo diverso\",\"E/QGRL\":\"Disattivato\",\"bzSI52\":\"Annulla\",\"0EcUWz\":\"Vuoi annullare le modifiche?\",\"+K0AvT\":\"Scollega\",\"cALvbl\":\"Scollega account Stripe\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Ignora annuncio\",\"nZJ8tu\":\"Nascondi la checklist di configurazione\",\"QotGhf\":\"Ignora questo messaggio\",\"J6hrEy\":\"Ignorato\",\"BREO0S\":\"Visualizza una casella che consente ai clienti di aderire alle comunicazioni di marketing da questo organizzatore di eventi.\",\"HtaSQp\":\"Mostra quanti posti restano per ogni data nel widget dei biglietti. Puoi modificarlo per le singole date.\",\"pfa8F0\":\"Nome visualizzato\",\"Kdpf90\":\"Non dimenticare!\",\"352VU2\":\"\\\"Non hai un account? <0>Registrati\",\"AXXqG+\":\"Donazione\",\"DPfwMq\":\"Fatto\",\"JoPiZ2\":\"Istruzioni per il personale all'ingresso\",\"2+O9st\":\"Scarica report di vendita, partecipanti e finanziari per tutti gli ordini completati.\",\"eneWvv\":\"Bozza\",\"Ts8hhq\":\"A causa dell'alto rischio di spam, è necessario collegare un account Stripe prima di poter modificare i modelli di email. Questo è per garantire che tutti gli organizzatori di eventi siano verificati e responsabili.\",\"TnzbL+\":\"A causa dell'elevato rischio di spam, è necessario collegare un account Stripe prima di poter inviare messaggi ai partecipanti.\\nQuesto per garantire che tutti gli organizzatori dell'evento siano verificati e responsabili.\",\"euc6Ns\":\"Duplica\",\"YueC+F\":\"Duplica data\",\"KRmTkx\":\"Duplica Prodotto\",\"Jd3ymG\":\"La durata deve essere di almeno 1 minuto.\",\"KIjvtr\":\"Olandese\",\"22xieU\":\"es. 180 (3 ore)\",\"MCx4ov\":\"es. Scopri di più\",\"/zajIE\":\"es. Sessione mattutina\",\"XDHATF\":\"es. Nuova funzionalità: liste d'attesa\",\"tAtvUj\":\"es. Manutenzione programmata questo sabato dalle 2 alle 4 UTC\",\"SPKbfM\":\"es., Acquista biglietti, Registrati ora\",\"fc7wGW\":\"ad esempio, Aggiornamento importante sui tuoi biglietti\",\"54MPqC\":\"ad esempio, Standard, Premium, Enterprise\",\"3RQ81z\":\"Ogni persona riceverà un'e-mail con un posto riservato per completare l'acquisto.\",\"Xfsjel\":\"Ogni prodotto\",\"5oD9f/\":\"Prima\",\"LTzmgK\":[\"Modifica Modello \",[\"0\"]],\"v4+lcZ\":\"Modifica affiliato\",\"ndNHsK\":\"Modifica annuncio\",\"2iZEz7\":\"Modifica Risposta\",\"t2bbp8\":\"Modifica partecipante\",\"etaWtB\":\"Modifica dettagli partecipante\",\"+guao5\":\"Modifica configurazione\",\"1Mp/A4\":\"Modifica data\",\"m0ZqOT\":\"Modifica luogo\",\"8oivFT\":\"Modifica luogo\",\"vRWOrM\":\"Modifica dettagli ordine\",\"pHm0k9\":\"Modifica programmazione\",\"fW5sSv\":\"Modifica webhook\",\"nP7CdQ\":\"Modifica Webhook\",\"MRZxAn\":\"Modificata\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Istruzione\",\"iiWXDL\":\"Errori di idoneità\",\"zPiC+q\":\"Liste Check-In Idonee\",\"SiVstt\":\"Email e messaggi programmati\",\"V2sk3H\":\"Email e Modelli\",\"hbwCKE\":\"Indirizzo email copiato negli appunti\",\"dSyJj6\":\"Gli indirizzi email non corrispondono\",\"elW7Tn\":\"Corpo Email\",\"ZsZeV2\":\"L'email è obbligatoria\",\"Be4gD+\":\"Anteprima Email\",\"6IwNUc\":\"Modelli Email\",\"H/UMUG\":\"Verifica email richiesta\",\"PLEl94\":\"Email verificata\",\"L86zy2\":\"Email verificata con successo!\",\"FSN4TS\":\"Widget incorporato\",\"z9NkYY\":\"Widget incorporabile\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"L'emoji è obbligatoria per i modali\",\"Qj0GKe\":\"Abilita self-service per i partecipanti\",\"hEtQsg\":\"Abilita self-service per i partecipanti per impostazione predefinita\",\"Upeg/u\":\"Abilita questo modello per l'invio di email\",\"7dSOhU\":\"Abilita lista d'attesa\",\"RxzN1M\":\"Abilitato\",\"sGjBEq\":\"Data e ora di fine (opzionale)\",\"PKXt9R\":\"La data di fine deve essere successiva alla data di inizio\",\"vTL8gi\":\"Ora di fine\",\"48Y16Q\":\"Ora di fine (facoltativo)\",\"TbaYrr\":[\"Terminato \",[\"0\"]],\"CFgwiw\":[\"Termina \",[\"0\"]],\"SqOIQU\":\"Inserisci un valore di capacità oppure scegli illimitato.\",\"h37gRz\":\"Inserisci un'etichetta oppure scegli di rimuoverla.\",\"7YZofi\":\"Inserisci un oggetto e un corpo per vedere l'anteprima\",\"khyScF\":\"Indica di quanto spostare gli orari.\",\"SKx/0u\":\"Inserisci il nome di un luogo o un indirizzo\",\"ppwojw\":\"Inserisci il nome di una sede o un indirizzo per gli eventi in presenza\",\"j+eCIq\":\"Inserisci l'indirizzo manualmente\",\"3bR1r4\":\"Inserisci email affiliato (facoltativo)\",\"ARkzso\":\"Inserisci nome affiliato\",\"ej4L8b\":\"Inserisci la capacità\",\"6KnyG0\":\"Inserisci e-mail\",\"INDKM9\":\"Inserisci l'oggetto dell'email...\",\"xUgUTh\":\"Inserisci nome\",\"9/1YKL\":\"Inserisci cognome\",\"VpwcSk\":\"Inserisci la nuova password\",\"kWg31j\":\"Inserisci codice affiliato univoco\",\"C3nD/1\":\"Inserisci la tua email\",\"VmXiz4\":\"Inserisci la tua email e ti invieremo le istruzioni per reimpostare la password\",\"n9V+ps\":\"Inserisci il tuo nome\",\"IdULhL\":\"Inserisci il tuo numero di partita IVA, incluso il codice del paese, senza spazi (ad esempio, IE1234567A, DE123456789)\",\"RRlWVA\":\"Intero ordine\",\"o21Y+P\":\"voci\",\"X88/6w\":\"Le iscrizioni appariranno qui quando i clienti si uniranno alla lista d'attesa per i prodotti esauriti.\",\"LslKhj\":\"Errore durante il caricamento dei log\",\"BkEWfd\":\"Esc per chiudere\",\"VCNHvW\":\"Evento archiviato\",\"ZD0XSb\":\"Evento archiviato con successo\",\"WgD6rb\":\"Categoria evento\",\"b46pt5\":\"Immagine di copertina evento\",\"NAUIJ7\":\"Evento creato\",\"1b77ID\":\"Evento creato\",\"1Hzev4\":\"Modello personalizzato evento\",\"+v+GW0\":\"Visualizzazione della data dell'evento\",\"7u9/DO\":\"Evento eliminato con successo\",\"imgKgl\":\"Descrizione dell'evento\",\"IzR/Fc\":\"Intera durata dell'evento\",\"PYs3rP\":\"Nome evento\",\"HhwcTQ\":\"Nome dell'evento\",\"WZZzB6\":\"Il nome dell'evento è obbligatorio\",\"Wd5CDM\":\"Il nome dell'evento deve contenere meno di 150 caratteri\",\"4JzCvP\":\"Evento Non Disponibile\",\"mImacG\":\"Pagina dell'evento\",\"Hk9Ki/\":\"Evento ripristinato con successo\",\"JyD0LH\":\"Impostazioni evento\",\"XVLu2v\":\"Titolo dell'evento\",\"OfmsI9\":\"Evento troppo recente\",\"4SILkp\":\"Totali dell'evento\",\"YDVUVl\":\"Tipi di Evento\",\"+HeiVx\":\"Evento aggiornato\",\"19j6uh\":\"Performance Eventi\",\"PC3/fk\":\"Eventi che iniziano nelle prossime 24 ore\",\"CRsuq4\":\"Ogni\",\"nwiZdc\":[\"Ogni \",[\"0\"]],\"B2jjf8\":[\"Ogni \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Ogni \",[\"0\"],\" giorni\"],\"yLiYx+\":[\"Ogni \",[\"0\"],\" mesi\"],\"nn9ice\":[\"Ogni \",[\"0\"],\" settimane\"],\"Cdr8f9\":[\"Ogni \",[\"0\"],\" settimane di \",[\"1\"]],\"GVEHRk\":[\"Ogni \",[\"0\"],\" anni\"],\"XlRpgq\":[\"Ogni \",[\"cadenceUnit\"]],\"fTFfOK\":\"Ogni modello di email deve includere un pulsante di invito all'azione che collega alla pagina appropriata\",\"hHTPiT\":\"Tutto il resto: tocca per modificare\",\"BVinvJ\":\"Esempi: \\\"Come ci hai conosciuto?\\\", \\\"Nome azienda per fattura\\\"\",\"2hGPQG\":\"Esempi: \\\"Taglia maglietta\\\", \\\"Preferenza pasto\\\", \\\"Titolo professionale\\\"\",\"qNuTh3\":\"Eccezione\",\"aW/bzJ\":\"Esegui eliminazione\",\"CtAcQ7\":\"Esegui eliminazione ora\",\"xj4fwT\":\"Esegui ora\",\"M1RnFv\":\"Scaduto\",\"kF8HQ7\":\"Esporta risposte\",\"2KAI4N\":\"Esporta CSV\",\"JKfSAv\":\"Esportazione fallita. Riprova.\",\"SVOEsu\":\"Esportazione avviata. Preparazione file...\",\"wuyaZh\":\"Esportazione riuscita\",\"9bpUSo\":\"Esportazione affiliati\",\"jtrqH9\":\"Esportazione Partecipanti\",\"R4Oqr8\":\"Esportazione completata. Download file in corso...\",\"UlAK8E\":\"Esportazione Ordini\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Non riuscito\",\"8uOlgz\":\"Non riuscito il\",\"tKcbYd\":\"Lavori non riusciti\",\"SsI9v/\":\"Impossibile abbandonare l'ordine. Riprova.\",\"LdPKPR\":\"Impossibile assegnare la configurazione\",\"PO0cfn\":\"Impossibile annullare la data\",\"YUX+f+\":\"Impossibile annullare le date\",\"SIHgVQ\":\"Impossibile annullare il messaggio\",\"cEFg3R\":\"Creazione affiliato non riuscita\",\"dVgNF1\":\"Impossibile creare la configurazione\",\"fAoRRJ\":\"Impossibile creare la programmazione\",\"4yLYTb\":\"Impossibile creare il calendario. Riprova.\",\"U66oUa\":\"Impossibile creare il modello\",\"+RTkEY\":\"Impossibile eliminare l'annuncio\",\"aFk48v\":\"Impossibile eliminare la configurazione\",\"n1CYMH\":\"Impossibile eliminare la data\",\"KXv+Qn\":\"Impossibile eliminare la data. Potrebbe avere ordini associati.\",\"JJ0uRo\":\"Impossibile eliminare le date\",\"rgoBnv\":\"Impossibile eliminare l'evento\",\"Zw6LWb\":\"Impossibile eliminare il lavoro\",\"tq0abZ\":\"Impossibile eliminare i lavori\",\"2mkc3c\":\"Impossibile eliminare l'organizzatore\",\"5E23qd\":\"Impossibile eliminare il prodotto. Riprova.\",\"vKMKnu\":\"Impossibile eliminare la domanda\",\"xFj7Yj\":\"Impossibile eliminare il modello\",\"jo3Gm6\":\"Esportazione affiliati non riuscita\",\"Jjw03p\":\"Impossibile esportare i partecipanti\",\"ZPwFnN\":\"Impossibile esportare gli ordini\",\"zGE3CH\":\"Impossibile esportare il report. Riprova.\",\"lS9/aZ\":\"Impossibile caricare i destinatari\",\"X4o0MX\":\"Impossibile caricare il Webhook\",\"ETcU7q\":\"Impossibile offrire il posto\",\"5670b9\":\"Impossibile offrire i biglietti\",\"e5KIbI\":\"Impossibile riattivare la data\",\"7zyx8a\":\"Impossibile rimuovere dalla lista d'attesa\",\"A/P7PX\":\"Impossibile rimuovere la personalizzazione\",\"ogWc1z\":\"Impossibile riaprire la data\",\"0+iwE5\":\"Impossibile riordinare le domande\",\"EJPAcd\":\"Impossibile reinviare la conferma dell'ordine\",\"DjSbj3\":\"Impossibile reinviare il biglietto\",\"YQ3QSS\":\"Reinvio codice di verifica non riuscito\",\"wDioLj\":\"Impossibile ritentare il lavoro\",\"DKYTWG\":\"Impossibile ritentare i lavori\",\"WRREqF\":\"Impossibile salvare la personalizzazione\",\"sj/eZA\":\"Impossibile salvare il prezzo personalizzato\",\"780n8A\":\"Impossibile salvare le impostazioni del prodotto\",\"zTkTF3\":\"Impossibile salvare il modello\",\"l6acRV\":\"Impossibile salvare le impostazioni IVA. Riprova.\",\"T6B2gk\":\"Invio messaggio non riuscito. Riprova.\",\"lKh069\":\"Impossibile avviare il processo di esportazione\",\"t/KVOk\":\"Impossibile avviare l'impersonificazione. Riprova.\",\"QXgjH0\":\"Impossibile interrompere l'impersonificazione. Riprova.\",\"i0QKrm\":\"Aggiornamento affiliato non riuscito\",\"NNc33d\":\"Impossibile aggiornare la risposta.\",\"E9jY+o\":\"Impossibile aggiornare il partecipante\",\"uQynyf\":\"Impossibile aggiornare la configurazione\",\"i2PFQJ\":\"Impossibile aggiornare lo stato dell'evento\",\"EhlbcI\":\"Aggiornamento del livello di messaggistica fallito\",\"rpGMzC\":\"Impossibile aggiornare l'ordine\",\"T2aCOV\":\"Impossibile aggiornare lo stato dell'organizzatore\",\"Eeo/Gy\":\"Impossibile aggiornare l'impostazione\",\"kqA9lY\":\"Impossibile aggiornare le impostazioni IVA\",\"nkNfWu\":\"Caricamento dell'immagine non riuscito. Riprova.\",\"rxy0tG\":\"Verifica email non riuscita\",\"QRUpCk\":\"Famiglia\",\"5LO38w\":\"Pagamenti rapidi sul tuo conto\",\"4lgLew\":\"Febbraio\",\"9bHCo2\":\"Valuta della commissione\",\"/sV91a\":\"Gestione delle commissioni\",\"K4dKSP\":\"Commissione personalizzata salvata\",\"LyUWXA\":\"Commissioni ignorate\",\"cf35MA\":\"Festival\",\"pAey+4\":\"Il file è troppo grande. La dimensione massima è 5 MB.\",\"VejKUM\":\"Compila prima i tuoi dati sopra\",\"/n6q8B\":\"Cinema\",\"L1qbUx\":\"Filtra partecipanti\",\"8OvVZZ\":\"Filtra Partecipanti\",\"N/H3++\":\"Filtra per data\",\"mvrlBO\":\"Filtra per evento\",\"g+xRXP\":\"Completa la configurazione di Stripe\",\"LHH461\":\"Completa la configurazione\",\"syyeb9\":\"Primo\",\"Vj6wk9\":\"Primi 30 giorni\",\"/bpZYb\":\"Primi 7 giorni\",\"ziEnjY\":\"Primi 90 giorni\",\"1vBhpG\":\"Primo partecipante\",\"4pwejF\":\"Il nome è obbligatorio\",\"rVogsf\":\"Risolvi i problemi per pubblicare\",\"3lkYdQ\":\"Commissione fissa\",\"6bBh3/\":\"Tariffa fissa\",\"zWqUyJ\":\"Commissione fissa applicata per transazione\",\"LWL3Bs\":\"La tariffa fissa deve essere pari o superiore a 0\",\"0RI8m4\":\"Flash spento\",\"q0923e\":\"Flash acceso\",\"X+U6/w\":\"Famiglia di caratteri\",\"lWxAUo\":\"Cibo e bevande\",\"nFm+5u\":\"Testo del Piè di Pagina\",\"sQv06Y\":\"per\",\"NTzcRQ\":\"Per un numero di date\",\"a8nooQ\":\"Quarto\",\"xVhQZV\":\"Ven\",\"39y5bn\":\"Venerdì\",\"ejVYRQ\":\"Dal\",\"hGDVDa\":[\"Da \",[\"0\"]],\"+dBe1R\":[\"Dal \",[\"start\"]],\"1dv+MO\":[\"dal \",[\"start\"],\" al \",[\"end\"]],\"l82hjf\":[\"dal \",[\"start\"],\", per \",[\"count\"],\" date\"],\"f5UbZ0\":\"Piena proprietà dei dati\",\"cfvx/y\":\"Evento completo\",\"MY2SVM\":\"Rimborso completo\",\"PGQLdy\":\"future\",\"8N/j1s\":\"Solo date future\",\"yRx/6K\":\"Le date future verranno copiate con la capacità azzerata\",\"T02gNN\":\"Ingresso Generale\",\"3ep0Gx\":\"Informazioni generali sul tuo organizzatore\",\"ziAjHi\":\"Genera\",\"exy8uo\":\"Genera codice\",\"4CETZY\":\"Indicazioni stradali\",\"pjkEcB\":\"Ricevi i pagamenti\",\"lGYzP6\":\"Ricevi i pagamenti con Stripe\",\"ZDIydz\":\"Iniziare\",\"u6FPxT\":\"Ottieni i biglietti\",\"2ohvu7\":\"Testo pulsante Ottieni i biglietti\",\"8KDgYV\":\"Prepara il tuo evento\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Indietro\",\"sr0UJD\":\"Indietro\",\"oNL5vN\":\"Vai alla pagina dell'evento\",\"gHSuV/\":\"Vai alla pagina iniziale\",\"8+Cj55\":\"Vai alla programmazione\",\"6nDzTl\":\"Buona leggibilità\",\"76gPWk\":\"Ho capito\",\"CZXzs4\":\"Greco\",\"aGWZUr\":\"Ricavi lordi\",\"n8IUs7\":\"Ricavi Lordi\",\"O1wAlQ\":\"Ospite\",\"LIYoRQ\":\"Gestione ospiti\",\"NUsTc4\":\"In corso ora\",\"S2Y4aO\":\"Eliminazione definitiva\",\"kTSQej\":[\"Ciao \",[\"0\"],\", gestisci la tua piattaforma da qui.\"],\"URTkcd\":\"Aiutaci a migliorare dicendoci perché te ne vai\",\"dORAcs\":\"Ecco tutti i biglietti associati al tuo indirizzo email.\",\"g+2103\":\"Ecco il tuo link affiliato\",\"bVsnqU\":\"Ciao,\",\"/iE8xx\":\"Commissione Hi.Events\",\"zppscQ\":\"Commissioni piattaforma Hi.Events e dettaglio IVA per transazione\",\"D+zLDD\":\"Nascosto\",\"cZO505\":[\"Nascosto: le vendite sono terminate il \",[\"end\"],\".\"],\"DRErHC\":\"Nascosto ai partecipanti - visibile solo agli organizzatori\",\"9zfvsx\":\"Nascosto a tutti\",\"nMfkJW\":\"Nascosto a tutti: l'interruttore principale di nascondimento è attivo.\",\"NNnsM0\":\"Nascondi opzioni avanzate\",\"P+5Pbo\":\"Nascondi Risposte\",\"VMlRqi\":\"Nascondi dettagli\",\"NQgWuh\":\"Nascondi anteprima\",\"uXNYjR\":\"Nascondi date e orari esauriti\",\"g9RcYX\":\"Nascondi la data\",\"uMwTx7\":\"Nascondere questa categoria?\",\"LLt2UT\":\"Nasconde gli esauriti\",\"gtEbeW\":\"Evidenzia\",\"NF8sdv\":\"Messaggio evidenziato\",\"MXSqmS\":\"Evidenzia questo prodotto\",\"7ER2sc\":\"Evidenziato\",\"sq7vjE\":\"I prodotti evidenziati avranno un colore di sfondo diverso per farli risaltare nella pagina dell'evento.\",\"1+WSY1\":\"Hobby\",\"yY8wAv\":\"Ore\",\"49Tkiw\":\"Come viene applicato lo sconto?\",\"sy9anN\":\"Quanto tempo ha un cliente per completare l'acquisto dopo aver ricevuto un'offerta. Lascia vuoto per nessun limite di tempo.\",\"cceMns\":\"Come viene applicata l'IVA sulle commissioni di piattaforma che ti addebitiamo.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Ungherese\",\"8Wgd41\":\"Riconosco le mie responsabilità come titolare del trattamento dei dati\",\"O8m7VA\":\"Accetto di ricevere notifiche via email relative a questo evento\",\"YLgdk5\":\"Confermo che questo è un messaggio transazionale relativo a questo evento\",\"4/kP5a\":\"Se una nuova scheda non si è aperta automaticamente, clicca sul pulsante qui sotto per procedere al pagamento.\",\"W/eN+G\":\"Se vuoto, l'indirizzo verrà utilizzato per generare un link a Google Maps\",\"CY3yHL\":\"Se selezionato, questa categoria sarà nascosta al pubblico.\",\"iIEaNB\":\"Se hai un account con noi, riceverai un'e-mail con le istruzioni su come reimpostare la tua password.\",\"an5hVd\":\"Immagini\",\"tSVr6t\":\"Impersonifica\",\"TWXU0c\":\"Impersona utente\",\"5LAZwq\":\"Impersonificazione avviata\",\"IMwcdR\":\"Impersonificazione interrotta\",\"0I0Hac\":\"Avviso importante\",\"yD3avI\":\"Importante: La modifica dell'indirizzo e-mail aggiornerà il link per accedere a questo ordine. Verrai reindirizzato al nuovo link dell'ordine dopo il salvataggio.\",\"jT142F\":[\"Tra \",[\"diffHours\"],\" ore\"],\"OoSyqO\":[\"Tra \",[\"diffMinutes\"],\" minuti\"],\"PdMhEx\":[\"negli ultimi \",[\"0\"],\" min\"],\"u7r0G5\":\"In presenza: indica un luogo\",\"/LCAwL\":\"In corso\",\"5gTmFD\":\"incl. commissioni\",\"laL+R0\":\"incl. commissioni e tasse\",\"cXeh90\":\"incl. tasse\",\"pxFAp/\":\"Aumenta\",\"nQMUIO\":\"Aumenta quantità\",\"F1Xp97\":\"Partecipanti individuali\",\"85e6zs\":\"Inserisci Token Liquid\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Pagamenti Stripe immediati\",\"nbfdhU\":\"Integrazioni\",\"I8eJ6/\":\"Note interne sul biglietto del partecipante\",\"B2Tpo0\":\"Email non valida\",\"5tT0+u\":\"Formato email non valido\",\"f9WRpE\":\"Tipo di file non valido. Carica un'immagine.\",\"tnL+GP\":\"Sintassi Liquid non valida. Correggila e riprova.\",\"N9JsFT\":\"Formato del numero di partita IVA non valido\",\"g+lLS9\":\"Invita un membro del team\",\"1z26sk\":\"Invita membro del team\",\"KR0679\":\"Invita membri del team\",\"aH6ZIb\":\"Invita il tuo team\",\"Dn4OyV\":\"Invitato\",\"IuMGvq\":\"Fattura\",\"a/bUcL\":\"Si svolge in più date\",\"d+Oe9r\":\"Potrebbe essere stato ritirato dalla pubblicazione o rimosso. Controlla il link e riprova.\",\"Lj7sBL\":\"Italiano\",\"F5/CBH\":\"articolo(i)\",\"BzfzPK\":\"Articoli\",\"rjyWPb\":\"Gennaio\",\"KmWyx0\":\"Lavoro\",\"o5r6b2\":\"Lavoro eliminato\",\"cd0jIM\":\"Dettagli del lavoro\",\"ruJO57\":\"Nome del lavoro\",\"YZi+Hu\":\"Lavoro in coda per il nuovo tentativo\",\"nCywLA\":\"Partecipa da ovunque\",\"SNzppu\":\"Iscriviti alla lista d'attesa\",\"dLouFI\":[\"Iscriviti alla lista d'attesa per \",[\"productDisplayName\"]],\"2gMuHR\":\"Iscritto\",\"u4ex5r\":\"Luglio\",\"zeEQd/\":\"Giugno\",\"MxjCqk\":\"Stai solo cercando i tuoi biglietti?\",\"xOTzt5\":\"proprio ora\",\"0RihU9\":\"Appena concluso\",\"Brhs/U\":\"Mantieni collegamento\",\"4OjqAQ\":\"Continua a modificare\",\"lwO5vw\":[\"Sii breve — i banner mostrano una sola riga. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Tienimi aggiornato sulle novità e gli eventi di \",[\"0\"]],\"ioFA9i\":\"Tieniti il guadagno.\",\"C/pOUI\":\"Etichetta — es. Sessione mattutina\",\"o66QSP\":\"aggiornamenti di etichetta\",\"RtKKbA\":\"Ultimo\",\"DruLRc\":\"Ultimi 14 giorni\",\"ve9JTU\":\"Il cognome è obbligatorio\",\"h0Q9Iw\":\"Ultima Risposta\",\"gw3Ur5\":\"Ultimo Attivato\",\"FIq1Ba\":\"Dopo\",\"xvnLMP\":\"Ultimi check-in\",\"GGFOZD\":\"Lascia «Dal» su oggi per iniziare subito.\",\"N5TErv\":\"Lascia vuoto per illimitato\",\"L/hDDD\":\"Lascia vuoto per applicare questa lista check-in a tutte le date\",\"9Pf3wk\":\"Lascia attivo per coprire tutti i biglietti dell'evento. Disattiva per scegliere biglietti specifici.\",\"Hq2BzX\":\"Informali della modifica\",\"+uexiy\":\"Informali delle modifiche\",\"exYcTF\":\"Libreria\",\"1njn7W\":\"Chiaro\",\"1qY5Ue\":\"Link scaduto o non valido\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Link consentiti\",\"2BBAbc\":\"Elenco\",\"dF6vP6\":\"Online\",\"fpMs2Z\":\"LIVE\",\"D9zTjx\":\"Eventi in Diretta\",\"a37vfH\":\"Anteprima dal vivo\",\"C33p4q\":\"Date caricate\",\"WdmJIX\":\"Caricamento anteprima...\",\"IoDI2o\":\"Caricamento token...\",\"G3Ge9Z\":\"Caricamento dei log del webhook...\",\"NFxlHW\":\"Caricamento Webhooks\",\"E0DoRM\":\"Luogo eliminato\",\"7w8lJU\":\"Luogo salvato\",\"YsRXDD\":\"Luogo aggiornato\",\"A/kIva\":\"aggiornamenti di luogo\",\"iyZPPR\":\"luoghi\",\"VppBoU\":\"Luoghi\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo e Copertina\",\"gddQe0\":\"Logo e immagine di copertina per il tuo organizzatore\",\"TBEnp1\":\"Il logo verrà visualizzato nell'intestazione\",\"Jzu30R\":\"Il logo sarà visualizzato sul biglietto\",\"PSRm6/\":\"Cerca i miei biglietti\",\"yJFu/X\":\"Ufficio principale\",\"v5nFPh\":\"Rendilo visibile così le persone possono acquistare i biglietti\",\"cdY2at\":[\"Gestisci \",[\"0\"]],\"wZJfA8\":\"Gestisci date e orari del tuo evento ricorrente\",\"RlzPUE\":\"Gestisci su Stripe\",\"sjoDuh\":\"Gestisci programmazione\",\"6NXJRK\":\"Gestisci programmazione\",\"zXuaxY\":\"Gestisci la lista d'attesa del tuo evento, visualizza le statistiche e offri i biglietti ai partecipanti.\",\"g2npA5\":\"Offerta manuale\",\"hg6l4j\":\"Marzo\",\"pqRBOz\":\"Segna come convalidato (forzatura da amministratore)\",\"2L3vle\":\"Max messaggi / 24h\",\"Qp4HWD\":\"Max destinatari / messaggio\",\"7qu2YV\":[\"Massimo \",[\"cap\"],\" per ordine\"],\"3JzsDb\":\"Maggio\",\"agPptk\":\"Mezzo\",\"xDAtGP\":\"Messaggio\",\"bECJqy\":\"Messaggio approvato con successo\",\"1jRD0v\":\"Invia messaggio ai partecipanti con biglietti specifici\",\"uQLXbS\":\"Messaggio annullato\",\"48rf3i\":\"Il messaggio non può superare 5000 caratteri\",\"ZPj0Q8\":\"Dettagli del messaggio\",\"Vjat/X\":\"Il messaggio è obbligatorio\",\"0/yJtP\":\"Invia messaggio ai proprietari degli ordini con prodotti specifici\",\"saG4At\":\"Messaggio programmato\",\"mFdA+i\":\"Livello di messaggistica\",\"v7xKtM\":\"Livello di messaggistica aggiornato con successo\",\"/VRn+9\":[\"Min. \",[\"min\"],\" per ordine\"],\"H9HlDe\":\"minuti\",\"agRWc1\":\"Minuti\",\"FfPWR0\":\"Modale\",\"zz/Wd/\":\"Modalità\",\"fpMgHS\":\"Lun\",\"hty0d5\":\"Lunedì\",\"JbIgPz\":\"I valori monetari sono totali approssimativi in tutte le valute\",\"qvF+MT\":\"Monitora e gestisci i lavori in background falliti\",\"kY2ll9\":\"mese\",\"HajiZl\":\"Mese\",\"+8Nek/\":\"Mensile\",\"6jefe3\":\"mesi\",\"f8jrkd\":\"altro\",\"JcD7qf\":\"Altre azioni\",\"w36OkR\":\"Eventi più visti (Ultimi 14 giorni)\",\"+Y/na7\":\"Anticipa o posticipa tutte le date\",\"3DIpY0\":\"Più luoghi\",\"g9cQCP\":\"Più tipi di biglietto\",\"GfaxEk\":\"Musica\",\"oVGCGh\":\"I Miei Biglietti\",\"8/brI5\":\"Il nome è obbligatorio\",\"sFFArG\":\"Il nome deve contenere meno di 255 caratteri\",\"Bst+aq\":\"Devi cambiare account Stripe? Scollega questo.\",\"xxU3NX\":\"Ricavi Netti\",\"7I8LlL\":\"Nuova capacità\",\"n1GRql\":\"Nuova etichetta\",\"y0Fcpd\":\"Nuovo luogo\",\"ArHT/C\":\"Nuove iscrizioni\",\"uK7xWf\":\"Nuovo orario:\",\"g8JmSC\":\"Mese successivo\",\"veT5Br\":\"Prossima data\",\"WXtl5X\":[\"Prossima: \",[\"nextFormatted\"]],\"eWRECP\":\"Vita notturna\",\"HSw5l3\":\"No - Sono un privato o un'azienda non registrata IVA\",\"VHfLAW\":\"Nessun account\",\"+jIeoh\":\"Nessun account trovato\",\"074+X8\":\"Nessun Webhook Attivo\",\"zxnup4\":\"Nessun affiliato da mostrare\",\"hUHrkV\":\"Nessun annuncio al momento\",\"Dwf4dR\":\"Nessuna domanda per i partecipanti ancora\",\"th7rdT\":\"Nessun partecipante da mostrare\",\"PKySlW\":\"Ancora nessun partecipante per questa data.\",\"/UC6qk\":\"Nessun dato di attribuzione trovato\",\"E2vYsO\":\"Stripe non ha ancora segnalato alcuna funzionalità.\",\"amMkpL\":\"Nessuna capacità\",\"d2Jf1f\":\"Nessuna modifica\",\"99ntUF\":\"Nessuna lista di check-in disponibile per questo evento.\",\"wG+knX\":\"Ancora nessun check-in\",\"+dAKxg\":\"Nessuna configurazione trovata\",\"LiLk8u\":\"Nessun collegamento disponibile\",\"eb47T5\":\"Nessun dato trovato per i filtri selezionati. Prova a modificare l'intervallo di date o la valuta.\",\"Zc216S\":\"Nessuna data aggiunta\",\"I8mtzP\":\"Nessuna data disponibile questo mese. Prova a passare a un altro mese.\",\"yDukIL\":\"Nessuna data corrisponde ai filtri attuali.\",\"B7phdj\":\"Nessuna data corrisponde ai tuoi filtri\",\"/ZB4Um\":\"Nessuna data corrisponde alla tua ricerca\",\"OtJSnL\":\"Nessuna data in programma\",\"gEdNe8\":\"Ancora nessuna data programmata\",\"w+wkcC\":\"Nessuna richiesta di eliminazione trovata\",\"pZNOT9\":\"Nessuna data di fine\",\"dW40Uz\":\"Nessun evento trovato\",\"8pQ3NJ\":\"Nessun evento in programma nelle prossime 24 ore\",\"8zCZQf\":\"Nessun evento disponibile\",\"Yc5YW6\":\"Nessun lavoro fallito\",\"EpvBAp\":\"Nessuna fattura\",\"N+9Onb\":\"Nessun limite\",\"XZkeaI\":\"Nessun log trovato\",\"IcAC6J\":\"Nessun carattere corrispondente\",\"nrSs2u\":\"Nessun messaggio trovato\",\"Rj99yx\":\"Nessuna data disponibile\",\"IFU1IG\":\"Nessuna data in questo giorno\",\"OVFwlg\":\"Nessuna domanda d'ordine ancora\",\"EJ7bVz\":\"Nessun ordine trovato\",\"NEmyqy\":\"Nessun ordine disponibile\",\"a77B6w\":\"Ancora nessun ordine per questa data.\",\"wUv5xQ\":\"Nessuna attività dell'organizzatore negli ultimi 14 giorni\",\"vLd1tV\":\"Nessun contesto organizzatore disponibile.\",\"B7w4KY\":\"Nessun altro organizzatore disponibile\",\"PChXMe\":\"Nessun ordine pagato\",\"6jYQGG\":\"Nessun evento passato\",\"CHzaTD\":\"Nessun evento popolare negli ultimi 14 giorni\",\"zK/+ef\":\"Nessun prodotto disponibile per la selezione\",\"M1/lXs\":\"Nessun prodotto configurato per questo evento.\",\"kY7XDn\":\"Nessun prodotto ha voci nella lista d'attesa\",\"8mw4tm\":\"Messaggio di nessun prodotto\",\"wYiAtV\":\"Nessuna iscrizione recente\",\"UW90md\":\"Nessun destinatario trovato\",\"QoAi8D\":\"Nessuna risposta\",\"JeO7SI\":\"Nessuna risposta\",\"EK/G11\":\"Ancora nessuna risposta\",\"AxPAXW\":\"Nessun risultato trovato\",\"59OWd3\":\"Nessun luogo salvato\",\"mPdY6W\":\"Nessun suggerimento\",\"3sRuiW\":\"Nessun biglietto trovato\",\"debCrL\":\"Nessun biglietto in vendita\",\"k2C0ZR\":\"Nessuna data in programma\",\"yM5c0q\":\"Nessun evento in arrivo\",\"qpC74J\":\"Nessun utente trovato\",\"8wgkoi\":\"Nessun evento visualizzato negli ultimi 14 giorni\",\"Arzxc1\":\"Nessuna iscrizione alla lista d'attesa\",\"n5vdm2\":\"Nessun evento webhook è stato registrato per questo endpoint. Gli eventi appariranno qui una volta attivati.\",\"4GhX3c\":\"Nessun Webhook\",\"4+am6b\":\"No, rimani qui\",\"4JVMUi\":\"non modificate\",\"ACaDVQ\":\"Ancora nessuno\",\"Itw24Q\":\"Check-in non effettuato\",\"x5+Lcz\":\"Non Registrato\",\"8n10sz\":\"Non Idoneo\",\"kLvU3F\":\"Avvisa i partecipanti e blocca le vendite\",\"t9QlBd\":\"Novembre\",\"kAREMN\":\"Numero di date da creare\",\"6u1B3O\":\"Data\",\"mmoE62\":\"Data annullata\",\"V9flmL\":\"Programmazione delle date\",\"Kh3WO8\":\"Riepilogo della data\",\"byXCTu\":\"Date\",\"KATw3p\":\"Date (solo future)\",\"85rTR2\":\"Le date si possono configurare dopo la creazione\",\"dzQfDY\":\"Ottobre\",\"BwJKBw\":\"di\",\"GQnX9d\":\"di ogni mese\",\"az8lvo\":\"Off\",\"9h7RDh\":\"Offrire\",\"EfK2O6\":\"Offri posto\",\"3sVRey\":\"Offri biglietti\",\"2O7Ybb\":\"Scadenza dell'offerta\",\"1jUg5D\":\"Offerto\",\"l+/HS6\":[\"Le offerte scadono dopo \",[\"timeoutHours\"],\" ore.\"],\"6Aih4U\":\"Offline\",\"Fdp03t\":\"il\",\"Z5HWHd\":\"On\",\"TH5A28\":[\"di \",[\"dayList\"]],\"qiMtVT\":[\"il \",[\"day\"],\" \",[\"month\"]],\"nO3VbP\":[\"In vendita \",[\"0\"]],\"pPAGSK\":[\"il \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"Sulla pagina dell'evento\",\"H7stQC\":\"In lista d'attesa\",\"oXOSPE\":\"Online\",\"aqmy5k\":\"Online: indica i dettagli di collegamento\",\"LuZBbx\":\"Online e in presenza\",\"IXuOqt\":\"Online e in presenza: vedi la programmazione\",\"WjSpu5\":\"Evento online\",\"wCRLS9\":[\"Solo \",[\"cap\"],\" disponibili\"],\"scPxI/\":[\"Solo \",[\"capacity\"],\" rimasti\"],\"Gk0+G6\":\"Serve solo un nome: tutto il resto ha valori predefiniti sensati\",\"NdOxqr\":\"Solo gli amministratori dell'account possono eliminare o archiviare eventi. Contatta l'amministratore del tuo account per assistenza.\",\"rnoDMF\":\"Solo gli amministratori dell'account possono eliminare o archiviare organizzatori. Contatta l'amministratore del tuo account per assistenza.\",\"tnx0u1\":\"Disponibile solo come prodotto aggiuntivo\",\"z4JBd7\":\"Solo gli annunci pubblicati vengono mostrati agli utenti\",\"bU7oUm\":\"Invia solo agli ordini con questi stati\",\"wkpaqp\":\"Mostra solo data e ora di inizio\",\"chktt5\":\"Mostrato solo come prodotto aggiuntivo dei prodotti a cui è associato\",\"Y4HHYW\":\"Mostrato solo come prodotto aggiuntivo dei prodotti a cui è associato.\",\"Z82In9\":\"Solo il proprietario dell'account può richiedere l'eliminazione dell'account.\",\"DMk8F0\":\"Solo i biglietti rientrano nel conteggio della capacità\",\"+/Z3yr\":\"Visibile solo agli acquirenti con un codice promo valido.\",\"M2w1ni\":\"Visibile solo con codice promozionale\",\"y8Bm7C\":\"Apri check-in\",\"RLz7P+\":\"Apri data\",\"iMqrOb\":\"Invito all'azione facoltativo\",\"cDSdPb\":\"Soprannome facoltativo mostrato nei selettori, ad es. \\\"Sala conferenze\\\"\",\"HXMJxH\":\"Testo opzionale per disclaimer, informazioni di contatto o note di ringraziamento (solo una riga)\",\"L565X2\":\"opzioni\",\"8m9emP\":\"oppure aggiungi una singola data\",\"eBskDE\":\"Oppure abilita i pagamenti offline e disabilita Stripe\",\"dSeVIm\":\"ordine\",\"c/TIyD\":\"Ordine & biglietto\",\"H5qWhm\":\"Ordine annullato\",\"b6+Y+n\":\"Ordine completato\",\"x4MLWE\":\"Conferma Ordine\",\"CsTTH0\":\"Conferma dell'ordine reinviata con successo\",\"ppuQR4\":\"Ordine Creato\",\"xtQzag\":\"Dettagli dell'ordine\",\"vrSW9M\":\"L'ordine è stato cancellato e rimborsato. Il proprietario dell'ordine è stato notificato.\",\"rzw+wS\":\"Titolari degli ordini\",\"oI/hGR\":\"ID ordine\",\"m8vQEP\":\"Limiti d'ordine\",\"vu6Arl\":\"Ordine Contrassegnato come Pagato\",\"sLbJQz\":\"Ordine non trovato\",\"kvYpYu\":\"Ordine non trovato\",\"eJ8SvM\":\"Numero d'ordine, data di acquisto, email dell'acquirente\",\"FaPYw+\":\"Proprietario ordine\",\"eB5vce\":\"Proprietari di ordini con un prodotto specifico\",\"CxLoxM\":\"Proprietari di ordini con prodotti\",\"UkHo4c\":\"Rif. ordine\",\"EZy55F\":\"Ordine Rimborsato\",\"6eSHqs\":\"Stati ordine\",\"oW5877\":\"Totale Ordine\",\"e7eZuA\":\"Ordine Aggiornato\",\"1SQRYo\":\"Ordine aggiornato con successo\",\"3NT0Ck\":\"L'ordine è stato annullato\",\"V5khLm\":\"ordini\",\"sd5IMt\":\"Ordini completati\",\"5It1cQ\":\"Ordini Esportati\",\"UQ0ACV\":\"Totale ordini\",\"B/EBQv\":\"Ordini:\",\"qtGTNu\":\"Account organici\",\"P/JHA4\":\"Organizzatore archiviato con successo\",\"S3CZ5M\":\"Dashboard organizzatore\",\"GzjTd0\":\"Organizzatore eliminato con successo\",\"SQqJd8\":\"Organizzatore non trovato\",\"HF8Bxa\":\"Organizzatore ripristinato con successo\",\"wpj63n\":\"Impostazioni organizzatore\",\"o1my93\":\"Aggiornamento dello stato dell'organizzatore non riuscito. Riprova più tardi\",\"rLHma1\":\"Stato dell'organizzatore aggiornato\",\"LqBITi\":\"Verrà utilizzato il modello dell'organizzatore/predefinito\",\"q4zH+l\":\"Organizzatori\",\"/IX/7x\":\"Altro\",\"RsiDDQ\":\"Altre Liste (Biglietto Non Incluso)\",\"EufvBx\":\"Esito\",\"aDfajK\":\"All'aperto\",\"qMASRF\":\"Messaggi in uscita\",\"iCOVQO\":\"Personalizzazione\",\"GpFTEc\":\"Personalizza le commissioni di questo organizzatore\",\"M9ZhMP\":\"Personalizza il prezzo\",\"cnVIpl\":\"Personalizzazione rimossa\",\"6/dCYd\":\"Panoramica\",\"6WdDG7\":\"Pagina\",\"8uqsE5\":\"Pagina non più disponibile\",\"QkLf4H\":\"URL della pagina\",\"sF+Xp9\":\"Visualizzazioni pagina\",\"v4nCHK\":\"Pagato\",\"c+suC6\":\"Account a pagamento\",\"5F7SYw\":\"Rimborso parziale\",\"fFYotW\":[\"Parzialmente rimborsato: \",[\"0\"]],\"i8day5\":\"Trasferisci la commissione all'acquirente\",\"k4FLBQ\":\"Trasferisci all'acquirente\",\"Ff0Dor\":\"Passato\",\"BFjW8X\":\"Scaduto\",\"xTPjSy\":\"Eventi passati\",\"/l/ckQ\":\"Incolla URL\",\"URAE3q\":\"In pausa\",\"4fL/V7\":\"Paga\",\"W5l9HD\":\"Paga quanto vuoi\",\"c2/9VE\":\"Payload\",\"5cxUwd\":\"Data di pagamento\",\"ENEPLY\":\"Metodo di pagamento\",\"8Lx2X7\":\"Pagamento ricevuto\",\"fx8BTd\":\"Pagamenti non disponibili\",\"C+ylwF\":\"Pagamenti\",\"UbRKMZ\":\"In sospeso\",\"UkM20g\":\"In attesa di revisione\",\"dPYu1F\":\"Per partecipante\",\"mQV/nJ\":\"al min\",\"+kvxv+\":\"per ordine\",\"VlXNyK\":\"Per ordine\",\"NhuGd7\":\"per prodotto\",\"hauDFf\":\"Per biglietto\",\"mnF83a\":\"percentuale Commissione\",\"TNLuRD\":\"Commissione percentuale (%)\",\"MixU2P\":\"La percentuale deve essere compresa tra 0 e 100\",\"MkuVAZ\":\"Percentuale dell'importo della transazione\",\"/Bh+7r\":\"Prestazione\",\"/4mGVp\":\"Elimina definitivamente questo account\",\"dGdKgQ\":\"Elimina definitivamente questo account e i suoi dati.\",\"fIp56F\":\"Elimina definitivamente questo evento e tutti i dati associati.\",\"nJeeX7\":\"Elimina definitivamente questo organizzatore e tutti i suoi eventi.\",\"wfCTgK\":\"Rimuovi definitivamente questa data\",\"6kPk3+\":\"Informazioni personali\",\"zmwvG2\":\"Telefono\",\"tSR/oe\":\"Scegli una data di fine\",\"e8kzpp\":\"Scegli almeno un giorno del mese\",\"35C8QZ\":\"Scegli almeno un giorno della settimana\",\"kJmAsd\":\"Scegli i giorni per vedere le tue date.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Effettuato\",\"wBJR8i\":\"Stai pianificando un evento?\",\"J3lhKT\":\"Commissione piattaforma\",\"RD51+P\":[\"Commissione piattaforma di \",[\"0\"],\" detratta dal tuo pagamento\"],\"br3Y/y\":\"Commissioni piattaforma\",\"3buiaw\":\"Report commissioni piattaforma\",\"kv9dM4\":\"Ricavi della piattaforma\",\"PJ3Ykr\":\"Controlla il nuovo orario sul tuo biglietto. I tuoi biglietti restano validi: non devi fare nulla, a meno che i nuovi orari non ti vadano bene. Rispondi a questa email se hai domande.\",\"OtjenF\":\"Inserisci un indirizzo email valido\",\"jEw0Mr\":\"Inserisci un URL valido\",\"n8+Ng/\":\"Inserisci il codice a 5 cifre\",\"r+lQXT\":\"Inserisci il tuo numero di partita IVA\",\"Dvq0wf\":\"Per favore, fornisci un'immagine.\",\"2cUopP\":\"Riavvia il processo di acquisto.\",\"GoXxOA\":\"Seleziona una data e un orario\",\"8KmsFa\":\"Seleziona un intervallo di date\",\"EFq6EG\":\"Per favore, seleziona un'immagine.\",\"fuwKpE\":\"Riprova.\",\"klWBeI\":\"Attendi prima di richiedere un altro codice\",\"hfHhaa\":\"Attendi mentre prepariamo i tuoi affiliati per l'esportazione...\",\"o+tJN/\":\"Attendi mentre prepariamo i tuoi partecipanti per l'esportazione...\",\"+5Mlle\":\"Attendi mentre prepariamo i tuoi ordini per l'esportazione...\",\"trnWaw\":\"Polacco\",\"luHAJY\":\"Eventi popolari (Ultimi 14 giorni)\",\"p/78dY\":\"Posizione\",\"OESu7I\":\"Evita l'overselling condividendo l'inventario tra più tipi di biglietto.\",\"NgVUL2\":\"Anteprima modulo di checkout\",\"cs5muu\":\"Anteprima pagina evento\",\"1xwZj/\":\"Mese precedente\",\"Jm2AC3\":\"Fascia di prezzo\",\"a5jvSX\":\"Fasce di prezzo\",\"aHCEmh\":\"Prezzi\",\"ReihZ7\":\"Anteprima di Stampa\",\"JnuPvH\":\"Stampa biglietto\",\"tYF4Zq\":\"Stampa in PDF\",\"LcET2C\":\"Informativa sulla privacy\",\"8z6Y5D\":\"Elabora rimborso\",\"JcejNJ\":\"Elaborazione ordine\",\"EWCLpZ\":\"Prodotto Creato\",\"XkFYVB\":\"Prodotto Eliminato\",\"YMwcbR\":\"Ripartizione vendite prodotti, ricavi e tasse\",\"ls0mTC\":\"Le impostazioni dei prodotti non si possono modificare per le date annullate.\",\"2339ej\":\"Impostazioni del prodotto salvate correttamente\",\"ldVIlB\":\"Prodotto Aggiornato\",\"CP3D8G\":\"Avanzamento\",\"JoKGiJ\":\"Codice promo\",\"dIodJL\":\"Codice promo obbligatorio\",\"k3wH7i\":\"Ripartizione utilizzo codici promo e sconti\",\"tZqL0q\":\"codici promo\",\"oCHiz3\":\"Codici promo\",\"uEhdRh\":\"Solo promo\",\"dLm8V5\":\"Le email promozionali potrebbero comportare la sospensione dell'account\",\"W0ETyY\":\"Fornisci almeno un campo dell'indirizzo (sede, via, città o paese).\",\"2W/7Gz\":\"Fornisci quanto segue prima della prossima verifica di Stripe per non interrompere i pagamenti.\",\"7d1a0d\":\"Pubblico\",\"EEYbdt\":\"Pubblica\",\"JcgJKc\":\"Pubblica comunque\",\"evDBV8\":\"Pubblica evento\",\"2zEfOd\":\"Pubblica il tuo evento\",\"u3wRF+\":\"Pubblicato\",\"L7nrC8\":\"Con la pubblicazione la pagina del tuo evento diventa pubblica e si aprono le iscrizioni.\",\"dsFmM+\":\"Acquistato\",\"JunetL\":\"Acquirente\",\"phmeUH\":\"Email dell'acquirente\",\"ywR4ZL\":\"Check-in con codice QR\",\"oWXNE5\":\"Qtà\",\"VbWX2u\":\"Quantità\",\"biEyJ4\":\"Risposte alle domande\",\"k/bJj0\":\"Domande riordinate\",\"b24kPi\":\"Coda\",\"lTPqpM\":\"Consiglio rapido\",\"fqDzSu\":\"Tasso\",\"mnUGVC\":\"Limite di frequenza superato. Per favore riprova più tardi.\",\"t41hVI\":\"Rioffri posto\",\"TNclgc\":\"Riattivare questa data? Verrà riaperta alle vendite future.\",\"RENQ6j\":\"Pronto per andare online?\",\"uqoRbb\":\"Analisi in tempo reale\",\"jPSk57\":\"Motivo (facoltativo)\",\"xzRvs4\":[\"Ricevi aggiornamenti sui prodotti da \",[\"0\"],\".\"],\"pLXbi8\":\"Iscrizioni recenti\",\"M1HGuR\":\"Attività recente\",\"3kJ0gv\":\"Partecipanti recenti\",\"qhfiwV\":\"Check-in recenti\",\"S+0XMX\":\"Ordini recenti\",\"Fi3b48\":\"Ordini recenti\",\"7hPBBn\":\"destinatario\",\"jp5bq8\":\"destinatari\",\"yPrbsy\":\"Destinatari\",\"E1F5Ji\":\"I destinatari sono disponibili dopo l'invio del messaggio\",\"WEYdDv\":\"Consigliato\",\"wuhHPE\":\"Ricorrente\",\"asLqwt\":\"Evento ricorrente\",\"s3uzsK\":\"Impostazioni evento ricorrente\",\"D0tAMe\":\"Eventi ricorrenti\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Reindirizzamento a Stripe...\",\"pnoTN5\":\"Account di riferimento\",\"ACKu03\":\"Aggiorna Anteprima\",\"vuFYA6\":\"Rimborsa tutti gli ordini di queste date\",\"4cRUK3\":\"Rimborsa tutti gli ordini di questa data\",\"fKn/k6\":\"Importo rimborso\",\"qY4rpA\":\"Rimborso fallito\",\"FaK/8G\":[\"Rimborsa ordine \",[\"0\"]],\"MGbi9P\":\"Rimborso in sospeso\",\"BDSRuX\":[\"Rimborsato: \",[\"0\"]],\"bU4bS1\":\"Rimborsi\",\"rYXfOA\":\"Impostazioni regionali\",\"5tl0Bp\":\"Domande di registrazione\",\"ZNo5k1\":\"Rimanenti\",\"Bjh87R\":\"Rimuovi l'etichetta da tutte le date\",\"IVZaEo\":\"Rimuove completamente le date e gli orari esauriti dalla pagina dell'evento. Se disattivato, restano visibili e vengono contrassegnati come esauriti.\",\"5Vkr/a\":\"Rimuovi orario\",\"KkJtVK\":\"Riapri le vendite\",\"XJwWJp\":\"Riaprire le vendite per questa data? I biglietti annullati in precedenza non verranno ripristinati: i partecipanti interessati restano annullati e i rimborsi già emessi non vengono revocati.\",\"RYlQY0\":\"Ripetizione\",\"CQeZT8\":\"Report non trovato\",\"JEPMXN\":\"Richiedi un nuovo link\",\"Yx0Ud8\":\"Richiesto\",\"Wcv9QD\":\"Richiesto da\",\"TMLAx2\":\"Obbligatorio\",\"mdeIOH\":\"Reinvia codice\",\"sQxe68\":\"Reinvia conferma\",\"bxoWpz\":\"Invia nuovamente l'email di conferma\",\"G42SNI\":\"Invia nuovamente l'email\",\"TTpXL3\":[\"Reinvia tra \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Reinvia biglietto\",\"Uwsg2F\":\"Riservato\",\"8wUjGl\":\"Riservato fino a\",\"a5z8mb\":\"Ripristina il prezzo base\",\"kCn6wb\":\"Reimpostazione in corso...\",\"ZlCDf+\":\"Risposta\",\"bsydMp\":\"Dettagli della risposta\",\"yKu/3Y\":\"Ripristina\",\"RokrZf\":\"Ripristina evento\",\"/JyMGh\":\"Ripristina organizzatore\",\"HFvFRb\":\"Ripristina questo evento per renderlo nuovamente visibile.\",\"DDIcqy\":\"Ripristina questo organizzatore e rendilo nuovamente attivo.\",\"mO8KLE\":\"risultati\",\"6gRgw8\":\"Riprova\",\"1BG8ga\":\"Riprova tutto\",\"rDC+T6\":\"Riprova lavoro\",\"CbnrWb\":\"Torna all'evento\",\"Lf7TCn\":\"I luoghi riutilizzabili compaiono qui automaticamente quando crei eventi con indirizzi, e puoi aggiungerne di tuoi.\",\"mdQ0zb\":\"Luoghi riutilizzabili per i tuoi eventi. I luoghi creati dal completamento automatico vengono salvati qui automaticamente.\",\"XFOPle\":\"Riutilizza\",\"1Zehp4\":\"Riutilizza un collegamento Stripe di un altro organizzatore di questo account.\",\"Oo/PLb\":\"Riepilogo Ricavi\",\"CfuueU\":\"Revoca l'offerta\",\"Tpm2G9\":\"Durata\",\"dFFW9L\":[\"Vendita terminata \",[\"0\"]],\"loCKGB\":[\"La vendita termina il \",[\"0\"]],\"wlfBad\":\"Periodo di vendita\",\"qi81Jg\":\"Il periodo di vendita vale per tutte le date della tua programmazione. Per gestire prezzi e disponibilità delle singole date, usa le personalizzazioni nella <0>pagina Programmazione delle date.\",\"zpekWp\":[\"Inizio vendita \",[\"0\"]],\"7s8z0X\":\"Periodo di vendita\",\"mUv9U4\":\"Vendite\",\"9KnRdL\":\"Le vendite sono sospese\",\"JC3J0k\":\"Dettaglio di vendite, presenze e check-in per data\",\"3VnlS9\":\"Vendite, ordini e metriche di performance per tutti gli eventi\",\"3Q1AWe\":\"Vendite:\",\"LeuERW\":\"Come l'evento\",\"B4nE3N\":\"Prezzo del biglietto di esempio\",\"8BRPoH\":\"Luogo di Esempio\",\"PiK6Ld\":\"Sab\",\"+5kO8P\":\"Sabato\",\"zJiuDn\":\"Salva la commissione personalizzata\",\"x1fMXJ\":\"Salva programmazione\",\"KZrfYJ\":\"Salva link social\",\"9Y3hAT\":\"Salva Modello\",\"C8ne4X\":\"Salva Design del Biglietto\",\"cTI8IK\":\"Salva le impostazioni IVA\",\"6/TNCd\":\"Salva impostazioni IVA\",\"4RvD9q\":\"Luogo salvato\",\"cgw0cL\":\"Luoghi salvati\",\"Fbqm/I\":\"Salvando una personalizzazione viene creata una configurazione dedicata per questo organizzatore, se attualmente usa quella predefinita di sistema.\",\"I+FvbD\":\"Scansiona\",\"0zd6Nm\":\"Scansiona un biglietto per fare il check-in di un partecipante\",\"bQG7Qk\":\"I biglietti scansionati compariranno qui\",\"WDYSLJ\":\"Modalità scanner\",\"gmB6oO\":\"Programmazione\",\"qQTaVm\":\"Programmazione aggiunta\",\"j6NnBq\":\"Programmazione creata correttamente\",\"YP7frt\":\"La programmazione termina il\",\"QS1Nla\":\"Programma per dopo\",\"NAzVVw\":\"Programma messaggio\",\"/rTL/5\":\"Anteprima della programmazione\",\"Fz09JP\":\"La programmazione inizia il\",\"4ba0NE\":\"Programmata\",\"4HKQZj\":\"Eliminazione pianificata\",\"qcP/8K\":\"Orario programmato\",\"A1taO8\":\"Cerca\",\"ftNXma\":\"Cerca affiliati...\",\"VMU+zM\":\"Cerca partecipanti\",\"VY+Bdn\":\"Cerca per nome account o e-mail...\",\"VX+B3I\":\"Cerca per titolo evento o organizzatore...\",\"R0wEyA\":\"Cerca per nome lavoro o eccezione...\",\"YnMfsK\":\"Cerca per nome o indirizzo...\",\"3yKuDu\":\"Cerca per nome o email e selezionane uno o più\",\"VT+urE\":\"Cerca per nome o email...\",\"GHdjuo\":\"Cerca per nome, email o account...\",\"4mBFO7\":\"Cerca per nome, n. ordine, n. biglietto o email\",\"20ce0U\":\"Cerca per ID ordine, nome cliente o email...\",\"4DSz7Z\":\"Cerca per oggetto, evento o account...\",\"gTUY97\":\"Cerca per titolo...\",\"nQC7Z9\":\"Cerca date...\",\"iRtEpV\":\"Cerca date…\",\"JRM7ao\":\"Cerca un indirizzo\",\"BWF1kC\":\"Cerca messaggi...\",\"5WYZKZ\":\"Risultati della ricerca\",\"IG85fV\":\"Cerca luoghi salvati o trova un indirizzo...\",\"Du+zn+\":\"Ricerca in corso...\",\"3aD3GF\":\"Stagionale\",\"ku//5b\":\"Secondo\",\"Mck5ht\":\"Pagamento sicuro\",\"s7tXqF\":\"Vedi la programmazione\",\"JFap6u\":\"Vedi cosa serve ancora a Stripe\",\"6lGaum\":\"Visto\",\"p7xUrt\":\"Seleziona una categoria\",\"hTKQwS\":\"Seleziona data e ora\",\"Ps6Xtf\":\"Seleziona una data per vedere gli orari disponibili\",\"e4L7bF\":\"Seleziona un messaggio per visualizzarne il contenuto\",\"zPRPMf\":\"Seleziona un livello\",\"BFRSTT\":\"Seleziona Account\",\"wgNoIs\":\"Seleziona tutto\",\"mCB6Je\":\"Seleziona tutto\",\"aCEysm\":[\"Seleziona tutto il \",[\"0\"]],\"a6+167\":\"Seleziona un evento\",\"4oT6dP\":\"Seleziona almeno un account\",\"neCGH1\":\"Seleziona almeno un utente\",\"CFbaPk\":\"Seleziona il gruppo di partecipanti\",\"88a49s\":\"Seleziona fotocamera\",\"tVW/yo\":\"Seleziona valuta\",\"SJQM1I\":\"Seleziona data\",\"n9ZhRa\":\"Seleziona data e ora di fine\",\"gTN6Ws\":\"Seleziona ora di fine\",\"0U6E9W\":\"Seleziona categoria evento\",\"j9cPeF\":\"Seleziona tipi di evento\",\"ypTjHL\":\"Seleziona una data\",\"DHBGUX\":\"Seleziona prodotti...\",\"KizCK7\":\"Seleziona data e ora di inizio\",\"dJZTv2\":\"Seleziona ora di inizio\",\"x8XMsJ\":\"Seleziona il livello di messaggistica per questo account. Questo controlla i limiti dei messaggi e i permessi dei link.\",\"aT3jZX\":\"Seleziona fuso orario\",\"TxfvH2\":\"Seleziona quali partecipanti devono ricevere questo messaggio\",\"Ropvj0\":\"Seleziona quali eventi attiveranno questo webhook\",\"+6YAwo\":\"selezionato\",\"ylXj1N\":\"Selezionato\",\"uq3CXQ\":\"Fai il tutto esaurito.\",\"oBXbO4\":\"Vendi un prodotto fisico? Limitane la quantità nella <0>pagina prodotti.\",\"j9b/iy\":\"Si vende velocemente 🔥\",\"73qYgo\":\"Invia come prova\",\"HMAqFK\":\"Invia email ai partecipanti, ai possessori di biglietti o ai titolari di ordini. I messaggi possono essere inviati immediatamente o programmati per un secondo momento.\",\"22Itl6\":\"Inviami una copia\",\"NpEm3p\":\"Invia ora\",\"nOBvex\":\"Invia dati di ordini e partecipanti in tempo reale ai tuoi sistemi esterni.\",\"1lNPhX\":\"Invia email di notifica rimborso\",\"eaUTwS\":\"Invia link di reimpostazione\",\"5cV4PY\":\"Invia a tutte le date, oppure scegline una specifica\",\"QEQlnV\":\"Invia il tuo primo messaggio\",\"IoAuJG\":\"Invio in corso...\",\"h69WC6\":\"Inviato\",\"BVu2Hz\":\"Inviato da\",\"ZFa8wv\":\"Inviata ai partecipanti quando una data in programma viene annullata\",\"SPdzrs\":\"Inviato ai clienti quando effettuano un ordine\",\"LxSN5F\":\"Inviato a ogni partecipante con i dettagli del biglietto\",\"hgvbYY\":\"Settembre\",\"5sN96e\":\"Sessione annullata\",\"S9i0UC\":[\"sessioni · \",[\"dateCount\"],\" date × \",[\"timesPerDay\"],\" orari\"],\"89xaFU\":\"Imposta le impostazioni predefinite delle commissioni della piattaforma per i nuovi eventi creati sotto questo organizzatore.\",\"eXssj5\":\"Imposta le impostazioni predefinite per i nuovi eventi creati con questo organizzatore.\",\"uPe5p8\":\"Imposta la durata di ogni data\",\"ODuUEi\":\"Imposta o rimuovi l'etichetta della data\",\"buHACR\":\"Imposta l'orario di fine di ogni data a questa distanza dal suo orario di inizio.\",\"TaeFgl\":\"Imposta come illimitato (rimuovi il limite)\",\"pd6SSe\":\"Configura una programmazione ricorrente per creare le date automaticamente, oppure aggiungile una alla volta.\",\"s0FkEx\":\"Configura liste di check-in per diversi ingressi, sessioni o giorni.\",\"TaWVGe\":\"Configura i pagamenti\",\"JA//e6\":\"Configura la programmazione\",\"gzXY7l\":\"Configura la programmazione\",\"0Ls9qe\":\"Imposta i biglietti che venderai e i relativi prezzi\",\"xMO+Ao\":\"Configura la tua organizzazione\",\"5pEFnq\":\"Configura la tua programmazione\",\"zRRuUD\":\"Configurerai la programmazione nei passaggi successivi\",\"ETC76A\":\"Imposta, cambia o rimuovi il luogo o i dettagli online della data\",\"C3htzi\":\"Impostazione aggiornata\",\"Ohn74G\":\"Configurazione e design\",\"1W5XyZ\":\"La configurazione richiede solo pochi minuti e non serve un account Stripe già esistente. Stripe gestisce carte, wallet, metodi di pagamento locali e protezione antifrode, così tu puoi concentrarti sul tuo evento.\",\"GG7qDw\":\"Condividi link affiliato\",\"hL7sDJ\":\"Condividi pagina dell'organizzatore\",\"jy6QDF\":\"Gestione capacità condivisa\",\"jDNHW4\":\"Sposta gli orari\",\"tPfIaW\":[\"Orari spostati per \",[\"count\"],\" data/e\"],\"WwlM8F\":\"Mostra opzioni avanzate\",\"cMW+gm\":[\"Mostra tutte le piattaforme (\",[\"0\"],\" con valori)\"],\"wXi9pZ\":\"Mostra le note sui partecipanti al personale non autenticato\",\"4LZFir\":\"Mostra l'intero intervallo di date\",\"UVPI5D\":\"Mostra meno piattaforme\",\"Eu/N/d\":\"Mostra casella di opt-in marketing\",\"SXzpzO\":\"Mostra casella di opt-in marketing per impostazione predefinita\",\"b33PL9\":\"Mostra più piattaforme\",\"Eut7p9\":\"Mostra i dettagli dell'ordine al personale non autenticato\",\"+RoWKN\":\"Mostra le risposte alle domande al personale non autenticato\",\"jbcx6L\":\"Mostra la capacità rimanente sulle date dell'evento\",\"rXxBOx\":\"Mostra la capacità rimanente agli acquirenti\",\"t1LIQW\":[\"Visualizzazione di \",[\"0\"],\" record su \",[\"totalRows\"]],\"E717U9\":[[\"0\"],\"–\",[\"1\"],\" di \",[\"2\"]],\"5rzhBQ\":[\"Sono mostrate \",[\"MAX_VISIBLE\"],\" date su \",[\"totalAvailable\"],\". Scrivi per cercare.\"],\"WSt3op\":[\"Sono mostrate le prime \",[\"0\"],\": le restanti \",[\"1\"],\" sessione/i verranno comunque incluse all'invio del messaggio.\"],\"o1UbOh\":\"Mostrata rimbalzante in cima al modale\",\"OJLTEL\":\"Mostrato al personale la prima volta che apre la pagina di check-in.\",\"lbfXEJ\":\"Mostra i posti rimanenti\",\"jVRHeq\":\"Iscritto\",\"5C7J+P\":\"Evento singolo\",\"E//btK\":\"Salta le date modificate manualmente\",\"paESr6\":\"Slovacco\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Sociale\",\"d0rUsW\":\"Link social\",\"j/TOB3\":\"Link social e sito web\",\"s9KGXU\":\"Venduto\",\"yp+0jj\":\"esaurito\",\"1hupow\":\"Esaurito, lista d'attesa disponibile\",\"iACSrw\":\"Alcuni dettagli non sono accessibili pubblicamente. Accedi per vedere tutto.\",\"Dia6iz\":\"Si è verificato un errore durante l'eliminazione dell'immagine. Riprova.\",\"KTxc6k\":\"Qualcosa è andato storto, riprova o contatta l'assistenza se il problema persiste\",\"lkE00/\":\"Qualcosa è andato storto. Riprova più tardi.\",\"wdxz7K\":\"Fonte\",\"SzuJ5m\":\"Account specifici\",\"/h8G1o\":\"Utenti specifici\",\"fDG2by\":\"Spiritualità\",\"oPaRES\":\"Suddividi il check-in per giorni, aree o tipi di biglietto. Condividi il link con il personale: non serve alcun account da parte loro.\",\"7JFNej\":\"Sport\",\"/bfV1Y\":\"Istruzioni per il personale\",\"StWUH4\":\"Avvia il check-in\",\"JcQp9p\":\"Data e ora di inizio\",\"0m/ekX\":\"Data e ora di inizio\",\"izRfYP\":\"La data di inizio è obbligatoria\",\"xAYSEs\":\"Ora di inizio\",\"n9ZrDo\":\"Inizia a digitare un luogo o un indirizzo...\",\"DACR+e\":\"Inizialmente compresso\",\"qeFVhN\":[\"Inizia tra \",[\"diffDays\"],\" giorni\"],\"AOqtxN\":[\"Inizia tra \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Inizia tra \",[\"h\"],\" h \",[\"m\"],\" min\"],\"Lo49in\":[\"Inizia tra \",[\"seconds\"],\" s\"],\"NqChgF\":\"Inizia domani\",\"2NbyY/\":\"Statistiche\",\"GVUxAX\":\"Le statistiche si basano sulla data di creazione dell'account\",\"29Hx9U\":\"Statistiche\",\"5ia+r6\":\"Ancora necessario\",\"wuV0bK\":\"Interrompi Impersonificazione\",\"S/7MPw\":\"Account Stripe scollegato.\",\"s/KaDb\":\"Stripe collegato\",\"Bk06QI\":\"Stripe connesso\",\"akZMv8\":[\"Collegamento Stripe copiato da \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe non ha restituito un link di configurazione. Riprova.\",\"aKtF0O\":\"Stripe non connesso\",\"9i0++A\":\"ID pagamento Stripe\",\"R1lIMV\":\"A Stripe serviranno presto altri dati\",\"FzcCHA\":\"Stripe ti guiderà con qualche domanda veloce per completare la configurazione.\",\"ii0qn/\":\"L'oggetto è obbligatorio\",\"M7Uapz\":\"L'oggetto apparirà qui\",\"6aXq+t\":\"Oggetto:\",\"JwTmB6\":\"Prodotto Duplicato con Successo\",\"WUOCgI\":\"Posto offerto con successo\",\"IvxA4G\":[\"Biglietti offerti con successo a \",[\"count\"],\" persone\"],\"kKpkzy\":\"Biglietti offerti con successo a 1 persona\",\"Zi3Sbw\":\"Rimosso dalla lista d'attesa con successo\",\"RuaKfn\":\"Indirizzo aggiornato con successo\",\"kzx0uD\":\"Impostazioni predefinite dell'evento aggiornate correttamente\",\"5n+Wwp\":\"Organizzatore aggiornato con successo\",\"DMCX/I\":\"Impostazioni predefinite delle commissioni aggiornate con successo\",\"URUYHc\":\"Impostazioni delle commissioni della piattaforma aggiornate con successo\",\"kRWc2g\":\"Impostazioni evento ricorrente aggiornate con successo\",\"0Dk/l8\":\"Impostazioni SEO aggiornate con successo\",\"S8Tua9\":\"Impostazioni aggiornate con successo\",\"MhOoLQ\":\"Link social aggiornati con successo\",\"CNSSfp\":\"Impostazioni di tracciamento aggiornate con successo.\",\"kj7zYe\":\"Webhook aggiornato con successo\",\"dXoieq\":\"Riepilogo\",\"/RfJXt\":[\"Festival musicale estivo \",[\"0\"]],\"CWOPIK\":\"Festival Musicale Estivo 2025\",\"D89zck\":\"Dom\",\"DBC3t5\":\"Domenica\",\"UaISq3\":\"Svedese\",\"JZTQI0\":\"Cambia organizzatore\",\"9YHrNC\":\"Predefinito del sistema\",\"jGR53C\":\"T-shirt, tazze e altro ancora\",\"hCR98w\":\"Tocca le date come su un calendario.\",\"lruQkA\":\"Tocca lo schermo per riprendere la scansione\",\"X9v2GM\":\"Account di destinazione\",\"TmyDCw\":\"Utenti di destinazione\",\"TJUrME\":[\"Verranno raggiunti i partecipanti di \",[\"0\"],\" sessioni selezionate.\"],\"yT6dQ8\":\"Tasse raccolte raggruppate per tipo di tassa ed evento\",\"Ye321X\":\"Nome Tassa\",\"WyCBRt\":\"Riepilogo Tasse\",\"QC3FVX\":\"Imposte e commissioni\",\"GkH0Pq\":\"Tasse & commissioni applicate\",\"SXvRWU\":\"Collaborazione in team\",\"vlf/In\":\"Tecnologia\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Spiega cosa aspettarsi dal tuo evento\",\"NiIUyb\":\"Parlaci del tuo evento\",\"DovcfC\":\"Parlaci della tua organizzazione. Queste informazioni saranno visualizzate sulle pagine dei tuoi eventi.\",\"69GWRq\":\"Dicci con quale frequenza si ripete il tuo evento e creeremo tutte le date per te.\",\"mXPbwY\":\"Indicaci la tua posizione IVA così applichiamo il trattamento corretto alle commissioni di piattaforma.\",\"7wtpH5\":\"Modello Attivo\",\"QHhZeE\":\"Modello creato con successo\",\"xrWdPR\":\"Modello eliminato con successo\",\"G04Zjt\":\"Modello salvato con successo\",\"xowcRf\":\"Termini di servizio\",\"6K0GjX\":\"Il testo potrebbe essere difficile da leggere\",\"nm3Iz/\":\"Grazie per aver partecipato!\",\"pYwj0k\":\"Grazie,\",\"cIHkSd\":[\"Sono \",[\"totalOccurrences\"],\" sessioni — il massimo è \",[\"max\"],\". Riduci l'intervallo o la frequenza.\"],\"k3IitN\":\"È tutto\",\"KfmPRW\":\"Colore di sfondo della pagina. Quando si utilizza un'immagine di copertina, questa viene applicata come sovrapposizione.\",\"MDNyJz\":\"Il codice scadrà tra 10 minuti. Controlla la cartella spam se non vedi l'email.\",\"AIF7J2\":\"La valuta in cui è definita la commissione fissa. Verrà convertita nella valuta dell'ordine al momento del pagamento.\",\"k3LFkM\":\"La valuta utilizzata per i prezzi dei biglietti di questo evento.\",\"7oksH+\":[\"Lo sconto viene detratto da ogni prodotto idoneo. Es.: \",[\"currencySymbol\"],\"10 di sconto × 3 biglietti = \",[\"currencySymbol\"],\"30 di sconto.\"],\"sKL8k2\":\"Lo sconto viene detratto una sola volta dal totale dell'ordine.\",\"cDHM1d\":\"L'indirizzo e-mail è stato modificato. Il partecipante riceverà un nuovo biglietto all'indirizzo e-mail aggiornato.\",\"tXadb0\":\"L'evento che stai cercando non è disponibile al momento. Potrebbe essere stato rimosso, scaduto o l'URL potrebbe essere errato.\",\"sxKqBm\":\"L'importo completo dell'ordine sarà rimborsato al metodo di pagamento originale del cliente.\",\"KgDp6G\":\"Il link che stai cercando di accedere è scaduto o non è più valido. Controlla la tua e-mail per un link aggiornato per gestire il tuo ordine.\",\"sYLeDq\":\"L'organizzatore che stai cercando non è stato trovato. La pagina potrebbe essere stata spostata, eliminata o l'URL potrebbe essere errato.\",\"PCr4zw\":\"La forzatura viene registrata nel log di controllo dell'ordine.\",\"C4nQe5\":\"La commissione della piattaforma viene aggiunta al prezzo del biglietto. Gli acquirenti pagano di più, ma tu ricevi il prezzo completo del biglietto.\",\"HxxXZO\":\"Il colore principale del marchio utilizzato per i pulsanti e le evidenziazioni\",\"OVSkIF\":\"La rapida volpe marrone salta sopra il cane pigro.\",\"z0KrIG\":\"L'orario programmato è obbligatorio\",\"EWErQh\":\"L'orario programmato deve essere nel futuro\",\"UNd0OU\":[\"La sessione di «\",[\"title\"],\"», inizialmente prevista per il \",[\"0\"],\", è stata riprogrammata.\"],\"DEcpfp\":\"Il corpo del template contiene sintassi Liquid non valida. Correggila e riprova.\",\"qpmtdK\":\"Il fuso orario utilizzato per le date e gli orari di questo evento.\",\"N3VfVA\":\"Il caricamento non ha raggiunto il server. Controlla la connessione e, se il file è grande, prova con un'immagine più piccola (max 5MB).\",\"injXD7\":\"Impossibile convalidare il numero di partita IVA. Controlla il numero e riprova.\",\"A4UmDy\":\"Teatro\",\"tDwYhx\":\"Tema e colori\",\"ybBP2H\":\"Non ci sono prodotti disponibili per questa data. Scegli un'altra data.\",\"O7g4eR\":\"Questo evento non ha date in programma\",\"062KsE\":\"Questi dati compaiono sul biglietto e nel riepilogo dell'ordine del partecipante solo per questa data.\",\"5Eu+tn\":\"Questi dettagli saranno mostrati solo se l'ordine viene completato con successo.\",\"jQjwR+\":\"Questi dati sostituiranno il luogo attuale delle date interessate e compariranno sui biglietti dei partecipanti.\",\"6eaLu/\":\"Questi prezzi si applicano a tutte le date del programma e le quantità dei livelli limitano le vendite totali di tutte le date nel loro insieme. Le date di vendita dei livelli si applicano globalmente. Puoi sostituire i prezzi per singole date nella <0>pagina Programmazione delle date.\",\"QP3gP+\":\"Queste impostazioni si applicano solo al codice di incorporamento copiato e non verranno salvate.\",\"HirZe8\":\"Questi modelli verranno utilizzati come predefiniti per tutti gli eventi nella tua organizzazione. I singoli eventi possono sostituire questi modelli con le proprie versioni personalizzate.\",\"lzAaG5\":\"Questi modelli sostituiranno le impostazioni predefinite dell'organizzatore solo per questo evento. Se non è impostato alcun modello personalizzato qui, verrà utilizzato il modello dell'organizzatore.\",\"UlykKR\":\"Terzo\",\"1YTBzS\":\"Questo account non ha ordini completati, quindi tutti i suoi dati saranno eliminati in modo permanente.\",\"jCPU8z\":\"Questo account è pianificato per l'eliminazione\",\"zfNCE8\":[\"Questo account è pianificato per l'eliminazione il <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"Vale per ogni data corrispondente dell'evento, comprese quelle non visibili al momento. I partecipanti registrati in una di queste date saranno raggiungibili dall'editor dei messaggi al termine dell'aggiornamento.\",\"SOmGDa\":\"Questa lista check-in è associata a una sessione annullata, quindi non può più essere usata per i check-in.\",\"XBNC3E\":\"Questo codice sarà usato per tracciare le vendite. Sono ammessi solo lettere, numeri, trattini e trattini bassi.\",\"AaP0M+\":\"Questa combinazione di colori potrebbe essere difficile da leggere per alcuni utenti\",\"o1phK/\":[\"Questa data ha \",[\"orderCount\"],\" ordine/i che ne verranno interessati.\"],\"F/UtGt\":\"Questa data è stata annullata. Puoi comunque eliminarla per rimuoverla definitivamente.\",\"BLZ7pX\":\"Questa data è nel passato. Verrà creata ma non sarà visibile ai partecipanti tra le date in programma.\",\"7IIY0z\":\"Questa data è contrassegnata come esaurita.\",\"bddWMP\":\"Questa data non è più disponibile. Seleziona un'altra data.\",\"E9BqZw\":\"Solo questa data\",\"n68908\":[\"Questo scollega \",[\"stripeAccountId\"],\" da questo organizzatore. Le vendite di biglietti a pagamento smetteranno di funzionare finché non colleghi di nuovo un account Stripe.\"],\"RzEvf5\":\"Questo evento è terminato\",\"kc4bIA\":\"Questo evento non ha ancora biglietti o prodotti, quindi i partecipanti non potranno registrarsi.\",\"eMaNd0\":\"Questo evento non è disponibile\",\"YClrdK\":\"Questo evento non è ancora pubblicato\",\"GL6z+k\":\"Questo evento è esaurito\",\"pIwDhS\":\"Le date e gli orari di questo evento si impostano nella programmazione delle date.\",\"ny5rgr\":\"Questo è un evento ricorrente\",\"tc64Zz\":\"Questo è il nome della categoria che verrà visualizzato sulla pagina dell'evento.\",\"dFJnia\":\"Questo è il nome del tuo organizzatore che sarà visibile agli utenti.\",\"vt7jiq\":\"Questa è l'unica volta in cui il segreto di firma verrà mostrato. Copialo ora e conservalo in modo sicuro.\",\"5DpZrC\":\"Questo limita le vendite totali di tutte le date del programma nel loro insieme: non è un limite per data. Per limitare la partecipazione a ogni data, imposta una capacità nella <0>pagina Programmazione delle date.\",\"L7dIM7\":\"Questo link non è valido o è scaduto.\",\"MR5ygV\":\"Questo link non è più valido\",\"9LEqK0\":\"Questo nome è visibile agli utenti finali\",\"QdUMM9\":\"Questa data ha raggiunto la capacità massima\",\"j5FdeA\":\"Questo ordine è in fase di elaborazione.\",\"sjNPMw\":\"Questo ordine è stato abbandonato. Puoi avviarne uno nuovo in qualsiasi momento.\",\"OhCesD\":\"Questo ordine è stato annullato. Puoi iniziare un nuovo ordine in qualsiasi momento.\",\"lyD7rQ\":\"Questo profilo organizzatore non è ancora pubblicato\",\"9b5956\":\"Questa anteprima mostra come apparirà la tua email con dati di esempio. Le email effettive utilizzeranno valori reali.\",\"uM9Alj\":\"Questo prodotto è evidenziato nella pagina dell'evento\",\"RqSKdX\":\"Questo prodotto è esaurito\",\"4PDH+K\":\"Questo prodotto non comparirà da solo sulla pagina dell'evento: gli acquirenti lo vedono solo come prodotto aggiuntivo di quelli a cui è associato.\",\"qEGn8I\":\"Questo evento ricorrente non ha ancora date, quindi i partecipanti non hanno nulla da prenotare.\",\"W12OdJ\":\"Questo report ha solo scopo informativo. Consultare sempre un consulente fiscale prima di utilizzare questi dati per scopi contabili o fiscali. Si prega di fare un confronto con la dashboard di Stripe, poiché Hi.Events potrebbe non includere dati storici.\",\"1LuJNw\":\"Questo biglietto non è più valido\",\"0Ew0uk\":\"Questo biglietto è stato appena scansionato. Attendi prima di scansionare di nuovo.\",\"FYXq7k\":[\"Verranno interessate \",[\"loadedAffectedCount\"],\" data/e.\"],\"kvpxIU\":\"Questo sarà usato per notifiche e comunicazioni con i tuoi utenti.\",\"bPgkdx\":\"Questo annullerà l'eliminazione pianificata e riattiverà l'account. Il proprietario dell'account sarà avvisato via email.\",\"4yx4a4\":[\"Questo disattiverà immediatamente il tuo account e lo eliminerà definitivamente dopo 30 giorni. Per confermare, digita il nome del tuo account: <0>\",[\"0\"],\"\"],\"rhsath\":\"Questo non sarà visibile ai clienti, ma ti aiuta a identificare l'affiliato.\",\"VGEfU7\":\"Questo eliminerà o anonimizzerà definitivamente l'account immediatamente, senza attendere la data pianificata. Non può essere annullato.\",\"hV6FeJ\":\"Flusso\",\"+FjWgX\":\"Gio\",\"kkDQ8m\":\"Giovedì\",\"0GSPnc\":\"Design del Biglietto\",\"EZC/Cu\":\"Design del biglietto salvato con successo\",\"bbslmb\":\"Designer biglietti\",\"1BPctx\":\"Biglietto per\",\"HGuXjF\":\"Possessori di biglietti\",\"CMUt3Y\":\"Titolari dei biglietti\",\"awHmAT\":\"ID biglietto\",\"6czJik\":\"Logo del Biglietto\",\"t79rDv\":\"Biglietto non trovato\",\"6tmWch\":\"Biglietto o prodotto\",\"1tfWrD\":\"Anteprima biglietto per\",\"KnjoUA\":\"Prezzo del biglietto\",\"pGZOcL\":\"Biglietto reinviato con successo\",\"o02GZM\":\"La vendita dei biglietti per questo evento è terminata\",\"8jLPgH\":\"Tipo di Biglietto\",\"8qsbZ5\":\"Biglietteria e vendite\",\"zNECqg\":\"biglietti\",\"6GQNLE\":\"Biglietti\",\"NRhrIB\":\"Biglietti e prodotti\",\"OrWHoZ\":\"I biglietti vengono offerti automaticamente ai clienti in lista d'attesa quando si libera la disponibilità.\",\"AGRilS\":\"Biglietti Venduti\",\"4/dG8J\":\"Fasce\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Orario\",\"kGEhUy\":\"Orari\",\"fXf2r5\":[\"Orari mostrati in \",[\"timezoneAbbr\"]],\"9udQT9\":\"Il titolo è obbligatorio\",\"dMtLDE\":\"al\",\"/jQctM\":\"A\",\"tiI71C\":\"Per aumentare i tuoi limiti, contattaci a\",\"ecUA8p\":\"Oggi\",\"W428WC\":\"Attiva colonne\",\"BRMXj0\":\"Domani\",\"UBSG1X\":\"Migliori organizzatori (Ultimi 14 giorni)\",\"3sZ0xx\":\"Account Totali\",\"SMDzqJ\":\"Totale Partecipanti\",\"orBECM\":\"Totale Raccolto\",\"k5CU8c\":\"Totale iscrizioni\",\"4B7oCp\":\"Commissione totale\",\"sMMlTX\":\"Totale commissioni\",\"mlvCEl\":\"Totale ordini\",\"2AW/k5\":\"Quantità totale su tutte le date\",\"dp8BCb\":\"Totale imposte\",\"vb0Q0/\":\"Utenti Totali\",\"oJjplO\":\"Visualizzazioni totali\",\"rBZ9pz\":\"Tour\",\"orluER\":\"Traccia la crescita e le prestazioni dell'account per fonte di attribuzione\",\"YwKzpH\":\"Monitoraggio & Analytics\",\"GUA0Jy\":\"Prova con un altro termine di ricerca o un altro filtro\",\"2P/OWN\":\"Modifica i filtri per vedere altre date.\",\"ouM5IM\":\"Prova un'altra email\",\"3DZvE7\":\"Prova Hi.Events Gratis\",\"vq2WxD\":\"Mar\",\"G3myU+\":\"Martedì\",\"Kz91g/\":\"Turco\",\"GdOhw6\":\"Disattiva audio\",\"KUOhTy\":\"Attiva audio\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Digita \\\"elimina\\\" per confermare\",\"nSlb72\":\"Digita per cercare...\",\"nWRfmt\":\"Tipografia\",\"IrVSu+\":\"Impossibile duplicare il prodotto. Controlla i tuoi dati\",\"Vx2J6x\":\"Impossibile recuperare il partecipante\",\"h0dx5e\":\"Impossibile unirsi alla lista d'attesa\",\"DaE0Hg\":\"Impossibile caricare i dettagli del partecipante.\",\"GlnD5Y\":\"Impossibile caricare i prodotti per questa data. Riprova.\",\"17VbmV\":\"Impossibile annullare il check-in\",\"n57zCW\":\"Account non attribuiti\",\"9uI/rE\":\"Annulla\",\"Ef7StM\":\"Sconosciuto\",\"ZBAScj\":\"Partecipante Sconosciuto\",\"MEIAzV\":\"Senza nome\",\"K6L5Mx\":\"Luogo senza nome\",\"7yiFvZ\":\"Non pagato\",\"C51N+0\":\"fino al\",\"NaeLn8\":[\"Fino al \",[\"end\"]],\"porwAO\":\"Fino a una data\",\"ZIb6rJ\":\"Prodotto senza titolo\",\"crJM8s\":\"Biglietto senza titolo\",\"X13xGn\":\"Non attendibile\",\"0bT1FT\":[\"Fino a \",[\"max\"],\" per ordine\"],\"gyXpQN\":\"Prossimi eventi\",\"Pp1sWX\":\"Aggiorna affiliato\",\"59qHrb\":\"Aggiorna la capacità\",\"Gaem9v\":\"Aggiorna nome e descrizione dell'evento\",\"7EhE4k\":\"Aggiorna l'etichetta\",\"NPQWj8\":\"Aggiorna il luogo\",\"75+lpR\":[\"Aggiornamento: \",[\"subjectTitle\"],\" — modifiche alla programmazione\"],\"UOGHdA\":[\"Aggiornamento: \",[\"subjectTitle\"],\" — orario della sessione modificato\"],\"+b7T3G\":\"Aggiornato\",\"ogoTrw\":[[\"count\"],\" data/e aggiornata/e\"],\"dDuona\":[\"Capacità aggiornata per \",[\"count\"],\" data/e\"],\"FT3LSc\":[\"Etichetta aggiornata per \",[\"count\"],\" data/e\"],\"8EcY1g\":[\"Luogo aggiornato per \",[\"count\"],\" data/e\"],\"83tNam\":\"Si aggiorna mentre crei la regola. Sfoglia i mesi per verificare le date.\",\"/XlQr2\":\"Si aggiorna mentre digiti.\",\"gJQsLv\":\"Carica un'immagine di copertina per il tuo organizzatore\",\"4kEGqW\":\"Carica un logo per il tuo organizzatore\",\"lnCMdg\":\"Carica immagine\",\"29w7p6\":\"Caricamento immagine in corso...\",\"HtrFfw\":\"URL è obbligatorio\",\"3VnYUR\":\"L'URL deve iniziare con http:// o https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"Scanner USB in ascolto\",\"dyTklH\":\"Scanner USB in pausa\",\"OHJXlK\":\"Usa <0>i template Liquid per personalizzare le tue email\",\"/rsy72\":\"Usa il valore predefinito dell'evento\",\"0k4cdb\":\"Utilizza i dettagli dell'ordine per tutti i partecipanti. I nomi e gli indirizzi email dei partecipanti corrisponderanno alle informazioni dell'acquirente.\",\"bA31T4\":\"Usa i dati dell'acquirente per tutti i partecipanti\",\"PpgtnC\":\"Usa questo indirizzo\",\"rnoQsz\":\"Utilizzato per bordi, evidenziazioni e stile del codice QR\",\"b0XTc/\":[\"Utenti (\",[\"0\"],\")\"],\"BV4L/Q\":\"Analisi UTM\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Convalida della tua partita IVA...\",\"t7caBM\":\"Codice paese IVA\",\"WLkfqH\":\"Partita IVA\",\"pnVh83\":\"Numero di partita IVA\",\"CabI04\":\"Il numero di partita IVA non deve contenere spazi\",\"PMhxAR\":\"Il numero di partita IVA deve iniziare con un codice paese di 2 lettere seguito da 8-15 caratteri alfanumerici (ad es., DE123456789)\",\"gPgdNV\":\"Partita IVA convalidata con successo\",\"RUMiLy\":\"Convalida della partita IVA non riuscita\",\"vqji3Y\":\"Convalida della partita IVA non riuscita. Controlla la tua partita IVA.\",\"8dENF9\":\"IVA su commissione\",\"ZutOKU\":\"Aliquota IVA\",\"+KJZt3\":\"Soggetto IVA\",\"Nfbg76\":\"Impostazioni IVA salvate con successo\",\"UvYql/\":\"Impostazioni IVA salvate. Stiamo convalidando il tuo numero di partita IVA in background.\",\"bXn1Jz\":\"Impostazioni IVA aggiornate\",\"tJylUv\":\"Trattamento IVA per le commissioni della piattaforma\",\"FlGprQ\":\"Trattamento IVA per le commissioni della piattaforma: Le imprese registrate IVA nell'UE possono utilizzare il meccanismo del reverse charge (0% - Articolo 196 della Direttiva IVA 2006/112/CE). Alle imprese non registrate IVA viene applicata l'IVA irlandese al 23%.\",\"516oLj\":\"Servizio di convalida IVA temporaneamente non disponibile\",\"p6QQLa\":[\"IVA: \",[\"0\"]],\"5q87Y9\":\"IVA: non registrato\",\"AdWhjZ\":\"Codice di verifica\",\"kUAumu\":\"Email di verifica inviata. Controlla la posta in arrivo.\",\"QDEWii\":\"Verificato\",\"wCKkSr\":\"Verifica email\",\"/IBv6X\":\"Verifica la tua email\",\"u8nB38\":\"Verifica la tua email così i partecipanti potranno ricevere i biglietti\",\"e/cvV1\":\"Verifica in corso...\",\"fROFIL\":\"Vietnamita\",\"p5nYkr\":\"Vedi tutto\",\"yA/6BX\":\"Vedi tutto →\",\"6CQ7/B\":\"Vedi tutte le funzionalità\",\"YSE15b\":\"Vedi tutte le liste check-in\",\"RnvnDc\":\"Visualizza tutti i messaggi inviati sulla piattaforma\",\"+WFMis\":\"Visualizza e scarica report per tutti i tuoi eventi. Sono inclusi solo gli ordini completati.\",\"c7VN/A\":\"Visualizza Risposte\",\"SZw9tS\":\"Visualizza dettagli\",\"9+84uW\":[\"Vedi i dettagli di \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Visualizza evento\",\"c6SXHN\":\"Visualizza pagina dell'evento\",\"n6EaWL\":\"Visualizza log\",\"OaKTzt\":\"Vedi mappa\",\"zNZNMs\":\"Visualizza messaggio\",\"67OJ7t\":\"Visualizza Ordine\",\"tKKZn0\":\"Visualizza dettagli ordine\",\"KeCXJu\":\"Visualizza i dettagli degli ordini, emetti rimborsi e reinvia le conferme.\",\"9jnAcN\":\"Visualizza homepage organizzatore\",\"1J/AWD\":\"Visualizza Biglietto\",\"N9FyyW\":\"Visualizza, modifica ed esporta i tuoi partecipanti registrati.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visibile dal \",[\"start\"],\": nascosto fino all'apertura delle vendite.\"],\"EkiKJK\":\"Visibile a tutti sulla pagina dell'evento.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"In attesa\",\"quR8Qp\":\"In attesa di pagamento\",\"KrurBH\":\"In attesa di scansione…\",\"u0n+wz\":\"Lista d'attesa\",\"3RXFtE\":\"Lista d'attesa abilitata\",\"TwnTPy\":\"L'offerta per la lista d'attesa è scaduta.\",\"aUi/Dz\":\"Attenzione: questa è la configurazione predefinita del sistema. Le modifiche interesseranno tutti gli account a cui non è assegnata una configurazione specifica.\",\"aT/44s\":\"Non siamo riusciti a copiare quel collegamento Stripe. Riprova.\",\"jTee4a\":\"Non siamo riusciti a scollegare questo account Stripe. Riprova.\",\"RRZDED\":\"Non abbiamo trovato ordini associati a questo indirizzo email.\",\"2RZK9x\":\"Non siamo riusciti a trovare l'ordine che stai cercando. Il link potrebbe essere scaduto o i dettagli dell'ordine potrebbero essere cambiati.\",\"nefMIK\":\"Non siamo riusciti a trovare il biglietto che stai cercando. Il link potrebbe essere scaduto o i dettagli del biglietto potrebbero essere cambiati.\",\"miysJh\":\"Non siamo riusciti a trovare questo ordine. Potrebbe essere stato rimosso.\",\"Fjj/5/\":\"Non siamo riusciti a caricare le liste check-in. Riprova.\",\"ADsQ23\":\"Al momento non riusciamo a contattare Stripe. Riprova tra poco.\",\"HJKdzP\":\"Si è verificato un problema durante il caricamento di questa pagina. Riprova.\",\"jegrvW\":\"Collaboriamo con Stripe per inviare i pagamenti direttamente sul tuo conto bancario.\",\"IfN2Qo\":\"Consigliamo un logo quadrato con dimensioni minime di 200x200px\",\"wJzo/w\":\"Si consigliano dimensioni di 400px per 400px e una dimensione massima del file di 5MB\",\"L/KlAh\":[\"Abbiamo inviato un link di verifica a \",[\"0\"]],\"KRCDqH\":\"Utilizziamo i cookie per capire come viene utilizzato il sito e migliorare la tua esperienza.\",\"x8rEDQ\":\"Non siamo riusciti a convalidare il tuo numero di partita IVA dopo diversi tentativi. Continueremo a provare in background. Riprova più tardi.\",\"4HaEdK\":[\"Creeremo tutte le \",[\"totalOccurrences\"],\" sessioni — potrai poi modificare o rimuovere qualsiasi data\"],\"mfM/HJ\":[\"Ti avviseremo via email se si libererà un posto per \",[\"productDisplayName\"],\" il \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Ti avviseremo via email se si libererà un posto per \",[\"productDisplayName\"],\".\"],\"McuGND\":\"Dopo il salvataggio apriremo un editor di messaggi con un modello precompilato. Sei tu a rivederlo e inviarlo: non viene inviato nulla automaticamente.\",\"q1BizZ\":\"Invieremo i tuoi biglietti a questa email\",\"ZOmUYW\":\"Convalideremo la tua partita IVA in background. In caso di problemi, ti informeremo.\",\"LKjHr4\":[\"Abbiamo modificato la programmazione di «\",[\"title\"],\"» — \",[\"description\"],\" riguarda \",[\"affectedCount\"],\" sessione/i.\"],\"Fq/Nx7\":\"Abbiamo inviato un codice di verifica a 5 cifre a:\",\"GdWB+V\":\"Webhook creato con successo\",\"2X4ecw\":\"Webhook eliminato con successo\",\"ndBv0v\":\"Integrazioni webhook\",\"CThMKa\":\"Log Webhook\",\"I0adYQ\":\"Segreto di firma del Webhook\",\"nuh/Wq\":\"URL Webhook\",\"8BMPMe\":\"Il webhook non invierà notifiche\",\"FSaY52\":\"Il webhook invierà notifiche\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Sito web\",\"0f7U0k\":\"Mer\",\"VAcXNz\":\"Mercoledì\",\"64X6l4\":\"settimana\",\"4XSc4l\":\"Settimanale\",\"IAUiSh\":\"settimane\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Bentornato\",\"QDWsl9\":[\"Benvenuto su \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Benvenuto su \",[\"0\"],\", ecco un elenco di tutti i tuoi eventi\"],\"DDbx7K\":\"Benessere\",\"FaSXqR\":\"Che tipo di evento?\",\"0WyYF4\":\"Cosa può vedere il personale non autenticato\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Quando un check-in viene eliminato\",\"RPe6bE\":\"Quando una data di un evento ricorrente viene annullata\",\"Gmd0hv\":\"Quando viene creato un nuovo partecipante\",\"zyIyPe\":\"Quando viene creato un nuovo evento\",\"Lc18qn\":\"Quando viene creato un nuovo ordine\",\"dfkQIO\":\"Quando viene creato un nuovo prodotto\",\"8OhzyY\":\"Quando un prodotto viene eliminato\",\"tRXdQ9\":\"Quando un prodotto viene aggiornato\",\"9L9/28\":\"Quando un prodotto va esaurito, i clienti possono iscriversi a una lista d'attesa per essere avvisati non appena si liberano dei posti.\",\"OIkHj+\":\"Quando un prodotto va esaurito, i clienti possono iscriversi a una lista d'attesa per essere avvisati non appena si liberano dei posti. I clienti si iscrivono alla lista d'attesa per una data specifica e le offerte vengono fatte per data.\",\"Q7CWxp\":\"Quando un partecipante viene annullato\",\"IuUoyV\":\"Quando un partecipante effettua il check-in\",\"nBVOd7\":\"Quando un partecipante viene aggiornato\",\"t7cuMp\":\"Quando un evento viene archiviato\",\"gtoSzE\":\"Quando un evento viene aggiornato\",\"ny2r8d\":\"Quando un ordine viene annullato\",\"c9RYbv\":\"Quando un ordine viene contrassegnato come pagato\",\"ejMDw1\":\"Quando un ordine viene rimborsato\",\"fVPt0F\":\"Quando un ordine viene aggiornato\",\"bcYlvb\":\"Quando chiude il check-in\",\"XIG669\":\"Quando apre il check-in\",\"de6HLN\":\"Quando i clienti acquistano biglietti, i loro ordini appariranno qui.\",\"pm9tpn\":\"Se attivato, gli acquirenti possono copiare il proprio nome ed e-mail su tutti i partecipanti in una sola volta. Disattivalo per rimuovere l'opzione \\\"Tutti i partecipanti\\\"; gli acquirenti potranno comunque copiare i dati sul primo partecipante, mentre gli altri dovranno essere inseriti singolarmente.\",\"403wpZ\":\"Quando abilitato, i nuovi eventi consentiranno ai partecipanti di gestire i propri dettagli del biglietto tramite un link sicuro. Questo può essere sostituito per evento.\",\"blXLKj\":\"Se abilitato, i nuovi eventi mostreranno una casella di opt-in marketing durante il checkout. Questo può essere sovrascritto per evento.\",\"Kj0Txn\":\"Quando abilitato, non verranno addebitate commissioni di applicazione sulle transazioni Stripe Connect. Usa questo per i paesi in cui le commissioni di applicazione non sono supportate.\",\"xo06V3\":\"Dove rimanda il pulsante\",\"uchB0M\":\"Anteprima widget\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Scrivi qui il tuo messaggio...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"anno\",\"zkWmBh\":\"Annuale\",\"+BGee5\":\"anni\",\"X/azM1\":\"Sì - Ho un numero di partita IVA UE valido\",\"Tz5oXG\":\"Sì, annulla il mio ordine\",\"QlSZU0\":[\"Stai impersonificando <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Stai emettendo un rimborso parziale. Il cliente sarà rimborsato di \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"Puoi configurare commissioni di servizio aggiuntive e tasse nelle impostazioni del tuo account.\",\"rj3A7+\":\"Potrai personalizzarlo in seguito per singole date.\",\"paWwQ0\":\"È comunque possibile offrire biglietti manualmente se necessario.\",\"jTDzpA\":\"Non puoi archiviare l'ultimo organizzatore attivo del tuo account.\",\"D8baxD\":\"Hai biglietti a pagamento, ma Stripe non è ancora collegato, quindi non puoi accettare pagamenti.\",\"5VGIlq\":\"Hai raggiunto il tuo limite di messaggistica.\",\"casL1O\":\"Hai tasse e commissioni aggiunte a un Prodotto Gratuito. Vuoi rimuoverle?\",\"5SgD0L\":\"Hai modifiche non salvate. Vuoi davvero annullarle?\",\"9jJNZY\":\"Devi riconoscere le tue responsabilità prima di salvare\",\"pCLes8\":\"Devi accettare di ricevere messaggi\",\"FVTVBy\":\"Devi verificare il tuo indirizzo email prima di poter aggiornare lo stato dell'organizzatore.\",\"ze4bi/\":\"Devi creare almeno una data prima di poter aggiungere partecipanti a questo evento ricorrente.\",\"w65ZgF\":\"Devi verificare l'email del tuo account prima di poter modificare i modelli di email.\",\"FRl8Jv\":\"Devi verificare l'email del tuo account prima di poter inviare messaggi.\",\"88cUW+\":\"Ricevi\",\"O6/3cu\":\"Nel passaggio successivo potrai impostare date, programmazioni e regole di ricorrenza.\",\"zKAheG\":\"Stai cambiando gli orari delle sessioni\",\"MNFIxz\":[\"Stai per partecipare a \",[\"0\"],\"!\"],\"ZlLcht\":[\"Ti stai iscrivendo alla lista d'attesa per il \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Sei nella lista d'attesa!\",\"/5HL6k\":\"Ti è stato offerto un posto!\",\"gbjFFH\":\"Hai cambiato l'orario della sessione\",\"YI0K8C\":[\"Il tuo account è stato disattivato e sarà eliminato definitivamente il <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Il tuo account ha limiti di messaggistica. Per aumentare i tuoi limiti, contattaci a\",\"gsWZkk\":\"Il tuo account è ora pianificato per l'eliminazione.\",\"x/xjzn\":\"I tuoi affiliati sono stati esportati con successo.\",\"TF37u6\":\"I tuoi partecipanti sono stati esportati con successo.\",\"79lXGw\":\"La tua lista di check-in è stata creata con successo. Condividi il link sottostante con il tuo staff di check-in.\",\"BnlG9U\":\"Il tuo ordine attuale andrà perso.\",\"nBqgQb\":\"La tua Email\",\"GG1fRP\":\"Il tuo evento è online!\",\"ifRqmm\":\"Il tuo messaggio è stato inviato con successo!\",\"0/+Nn9\":\"I tuoi messaggi appariranno qui\",\"/Rj5P4\":\"Il tuo nome\",\"PFjJxY\":\"La nuova password deve contenere almeno 8 caratteri.\",\"gzrCuN\":\"I dettagli del tuo ordine sono stati aggiornati. Un'e-mail di conferma è stata inviata al nuovo indirizzo e-mail.\",\"naQW82\":\"Il tuo ordine è stato annullato.\",\"bhlHm/\":\"Il tuo ordine è in attesa di pagamento\",\"XeNum6\":\"I tuoi ordini sono stati esportati con successo.\",\"Xd1R1a\":\"L'indirizzo del tuo organizzatore\",\"WWYHKD\":\"Il tuo pagamento è protetto con crittografia a livello bancario\",\"5b3QLi\":\"Il tuo piano\",\"N4Zkqc\":\"Il filtro date salvato non è più disponibile: vengono mostrate tutte le date.\",\"o0qzpM\":\"Il tuo account Stripe non è interessato e nessun dato va perso — puoi ricollegarlo in qualsiasi momento.\",\"FNO5uZ\":\"Il tuo biglietto resta valido: non devi fare nulla, a meno che il nuovo orario non ti vada bene. Rispondi a questa email se hai domande.\",\"CnZ3Ou\":\"I tuoi biglietti sono stati confermati.\",\"EmFsMZ\":\"Il tuo numero di partita IVA è in coda per la convalida\",\"QBlhh4\":\"La tua partita IVA verrà convalidata al momento del salvataggio\",\"fT9VLt\":\"La tua offerta di iscrizione alla lista d'attesa è scaduta e non siamo stati in grado di completare il tuo ordine. Ti preghiamo di iscriverti nuovamente alla lista d'attesa per essere avvisato quando si libereranno dei posti.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file diff --git a/frontend/src/locales/it.po b/frontend/src/locales/it.po index 5725299567..2762af5b7a 100644 --- a/frontend/src/locales/it.po +++ b/frontend/src/locales/it.po @@ -33,7 +33,7 @@ msgstr "(vuoto)" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:110 msgid "(none)" -msgstr "" +msgstr "(nessuno)" #: src/components/common/ReportTable/index.tsx:328 msgid "{0}" @@ -53,7 +53,7 @@ msgstr "{0} {1} ha già effettuato il check-in" #: src/components/layouts/CheckIn/index.tsx:249 msgid "{0} <0>checked in" -msgstr "" +msgstr "{0} <0>con check-in" #: src/components/layouts/CheckIn/index.tsx:284 msgid "{0} <0>checked out successfully" @@ -83,7 +83,7 @@ msgstr "Logo {0}" #: src/components/modals/CreateAttendeeModal/index.tsx:272 msgid "{0} of {1} seats are taken." -msgstr "" +msgstr "{0} posti su {1} sono occupati." #: src/components/routes/events/Dashboard/index.tsx:141 msgid "{0} organizers" @@ -99,15 +99,15 @@ msgstr "{0} aggiornato con successo" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:417 msgid "{activeCount} enabled" -msgstr "" +msgstr "{activeCount} attivi" #: src/components/common/CheckIn/CheckInInfoModal.tsx:101 msgid "{appName} logo" -msgstr "" +msgstr "Logo {appName}" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:296 msgid "{attendeeCount} attendees are registered for this session." -msgstr "" +msgstr "{attendeeCount} partecipanti sono registrati per questa sessione." #: src/components/common/EventCard/index.tsx:133 msgid "{availableCount} of {totalCount} available" @@ -119,7 +119,7 @@ msgstr "{capacity} posti rimasti" #: src/components/common/CheckIn/CheckInInfoModal.tsx:55 msgid "{checkedIn} / {total} checked in" -msgstr "" +msgstr "{checkedIn} / {total} con check-in" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:378 msgid "{chipTime}, Sold Out" @@ -131,12 +131,12 @@ msgstr "{chipTime}, Esaurito, lista d'attesa disponibile" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:210 msgid "{completedCount} of {totalCount} steps complete" -msgstr "" +msgstr "{completedCount} di {totalCount} passaggi completati" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "{count} add-ons" -msgstr "" +msgstr "{count} prodotti aggiuntivi" #: src/components/common/Countdown/index.tsx:68 msgid "{days} days, {hours} hours, {minutes} minutes, and {seconds} seconds" @@ -144,15 +144,15 @@ msgstr "{days} giorni, {hours} ore, {minutes} minuti e {seconds} secondi" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:29 msgid "{diffHr}h ago" -msgstr "" +msgstr "{diffHr} h fa" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:27 msgid "{diffMin}m ago" -msgstr "" +msgstr "{diffMin} min fa" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:25 msgid "{diffSec}s ago" -msgstr "" +msgstr "{diffSec} s fa" #: src/components/common/OrganizerWebhookTable/index.tsx:79 #: src/components/common/WebhookTable/index.tsx:79 @@ -161,7 +161,7 @@ msgstr "{eventCount} eventi" #: src/components/forms/ProductForm/ledgerSummaries.ts:103 msgid "{first} + {additionalCount} more" -msgstr "" +msgstr "{first} + altri {additionalCount}" #: src/components/common/Countdown/index.tsx:70 msgid "{hours} hours, {minutes} minutes, and {seconds} seconds" @@ -169,11 +169,11 @@ msgstr "{hours} ore, {minutes} minuti e {seconds} secondi" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:262 msgid "{loadedAffectedAttendees} attendees are registered across the affected sessions." -msgstr "" +msgstr "{loadedAffectedAttendees} partecipanti sono registrati nelle sessioni interessate." #: src/components/forms/ProductForm/ledgerSummaries.ts:112 msgid "{min}–{max} per order" -msgstr "" +msgstr "{min}–{max} per ordine" #: src/components/common/Countdown/index.tsx:72 msgid "{minutes} minutes and {seconds} seconds" @@ -185,12 +185,12 @@ msgstr "Primo evento di {organizerName}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:95 msgid "{productCount} ticket types configured" -msgstr "" +msgstr "{productCount} tipi di biglietto configurati" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "{slotCount} times available" -msgstr "" +msgstr "{slotCount} orari disponibili" #: src/components/common/EventCard/index.tsx:129 msgid "{totalCount} ticket types" @@ -266,15 +266,15 @@ msgstr "1 Webhook Attivo" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "1 add-on" -msgstr "" +msgstr "1 prodotto aggiuntivo" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:261 msgid "1 attendee is registered across the affected sessions." -msgstr "" +msgstr "1 partecipante è registrato nelle sessioni interessate." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:295 msgid "1 attendee is registered for this session." -msgstr "" +msgstr "1 partecipante è registrato per questa sessione." #: src/components/modals/SendMessageModal/index.tsx:128 msgid "1 day after end date" @@ -302,12 +302,12 @@ msgstr "1 tipo di biglietto" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:94 msgid "1 ticket type configured" -msgstr "" +msgstr "1 tipo di biglietto configurato" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "1 time available" -msgstr "" +msgstr "1 orario disponibile" #: src/components/modals/SendMessageModal/index.tsx:119 msgid "1 week before event" @@ -320,7 +320,7 @@ msgstr "Via Esempio 123" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:250 msgid "135+ currencies & 40+ payment methods" -msgstr "" +msgstr "Oltre 135 valute e oltre 40 metodi di pagamento" #: src/components/common/WidgetEditor/index.tsx:230 msgid "20" @@ -336,7 +336,7 @@ msgstr "Un avviso di annullamento è stato inviato a" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:299 msgid "a change in duration" -msgstr "" +msgstr "un cambio di durata" #: src/components/forms/QuestionForm/index.tsx:138 msgid "A date input. Perfect for asking for a date of birth etc." @@ -356,7 +356,7 @@ msgstr "Una commissione, come una commissione di prenotazione o una commissione #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:199 msgid "A few quick steps and you're ready to start selling." -msgstr "" +msgstr "Bastano pochi passaggi e sei pronto a vendere." #: src/components/forms/TaxAndFeeForm/index.tsx:35 msgid "A fixed amount per product. E.g, $0.50 per product" @@ -388,7 +388,7 @@ msgstr "Un'opzione Radio ha più opzioni ma solo una può essere selezionata." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:298 msgid "a shift in start/end times" -msgstr "" +msgstr "uno spostamento degli orari di inizio/fine" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:69 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:69 @@ -466,7 +466,7 @@ msgstr "Accetta Invito" #: src/components/forms/ProductForm/index.tsx:596 msgid "Access" -msgstr "" +msgstr "Accesso" #: src/components/common/AdminOrdersTable/index.tsx:70 #: src/components/routes/account/ManageAccount/index.tsx:22 @@ -481,11 +481,11 @@ msgstr "Account" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:354 msgid "Account · {0}" -msgstr "" +msgstr "Account · {0}" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:353 msgid "Account · {0} · {1}" -msgstr "" +msgstr "Account · {0} · {1}" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:69 msgid "Account deletion has been cancelled." @@ -581,11 +581,11 @@ msgstr "Eventi attivi" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:415 msgid "Active payment methods" -msgstr "" +msgstr "Metodi di pagamento attivi" #: src/components/routes/event/OccurrencesTab/index.tsx:402 msgid "Activity" -msgstr "" +msgstr "Attività" #: src/components/routes/product-widget/SelectProducts/index.tsx:825 msgid "Add {0} first" @@ -593,27 +593,27 @@ msgstr "Aggiungi prima {0}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:147 msgid "Add a cover image and theme to match your brand" -msgstr "" +msgstr "Aggiungi un'immagine di copertina e un tema in linea con il tuo brand" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:142 msgid "Add a date" -msgstr "" +msgstr "Aggiungi una data" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:137 msgid "Add a description and venue so attendees know what to expect" -msgstr "" +msgstr "Aggiungi una descrizione e un luogo così i partecipanti sanno cosa aspettarsi" #: src/components/forms/CheckInListForm/index.tsx:144 msgid "Add a description for this check-in list" msgstr "Aggiungi una descrizione per questa lista di check-in" -#: src/components/routes/event/OccurrencesTab/index.tsx:541 +#: src/components/routes/event/OccurrencesTab/index.tsx:556 msgid "Add a Single Date" -msgstr "" +msgstr "Aggiungi una singola data" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:992 msgid "Add another time" -msgstr "" +msgstr "Aggiungi un altro orario" #: src/components/modals/ManageAttendeeModal/index.tsx:226 msgid "Add any notes about the attendee. These will not be visible to the attendee." @@ -633,11 +633,11 @@ msgstr "Aggiungi eventuali note sull'ordine..." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:533 msgid "Add at least one time" -msgstr "" +msgstr "Aggiungi almeno un orario" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:150 msgid "Add connection details for the online event." -msgstr "" +msgstr "Aggiungi i dettagli di collegamento per l'evento online." #: src/components/common/QuestionsTable/index.tsx:434 msgid "Add custom questions to collect additional information during checkout" @@ -645,19 +645,19 @@ msgstr "Aggiungi domande personalizzate per raccogliere informazioni aggiuntive #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Add Date" -msgstr "" +msgstr "Aggiungi data" #: src/components/modals/PublishEventModal/index.tsx:105 msgid "Add dates" msgstr "Aggiungi date" -#: src/components/routes/event/OccurrencesTab/index.tsx:526 +#: src/components/routes/event/OccurrencesTab/index.tsx:541 msgid "Add Dates" -msgstr "" +msgstr "Aggiungi date" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:104 msgid "Add dates and times for your recurring event" -msgstr "" +msgstr "Aggiungi date e orari per il tuo evento ricorrente" #: src/components/forms/QuestionForm/index.tsx:202 msgid "Add description" @@ -665,11 +665,11 @@ msgstr "Aggiungi descrizione" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:140 msgid "Add details" -msgstr "" +msgstr "Aggiungi dettagli" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:136 msgid "Add event details" -msgstr "" +msgstr "Aggiungi i dettagli dell'evento" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:154 msgid "Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)" @@ -684,7 +684,7 @@ msgstr "Aggiungi luogo" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1047 msgid "Add multiple times if you run several sessions per day." -msgstr "" +msgstr "Aggiungi più orari se organizzi diverse sessioni al giorno." #: src/components/common/HeadingCard/index.tsx:28 msgid "Add New" @@ -713,7 +713,7 @@ msgstr "Aggiungi Tassa o Commissione" #: src/components/modals/CreateAttendeeModal/index.tsx:276 msgid "Add this attendee anyway (override capacity)" -msgstr "" +msgstr "Aggiungi comunque questo partecipante (ignora la capacità)" #: src/components/common/AddToCalendarCTA/index.tsx:21 msgid "Add this event to your calendar" @@ -753,16 +753,16 @@ msgstr "Aggiungi i tuoi profili social e l'URL del sito. Verranno mostrati nella #: src/components/common/ProductsTable/SortableProduct/index.tsx:344 #: src/components/forms/ProductForm/ledgerSummaries.ts:128 msgid "Add-on only" -msgstr "" +msgstr "Solo come prodotto aggiuntivo" #: src/components/forms/ProductForm/index.tsx:552 msgid "Add-on products" -msgstr "" +msgstr "Prodotti aggiuntivi" #: src/components/forms/ProductForm/index.tsx:533 #: src/components/routes/product-widget/SelectProducts/index.tsx:822 msgid "Add-ons" -msgstr "" +msgstr "Prodotti aggiuntivi" #: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:78 msgid "Added at checkout" @@ -833,7 +833,7 @@ msgstr "Gli amministratori hanno accesso completo agli eventi e alle impostazion #: src/components/forms/ProductForm/index.tsx:207 msgid "Admits attendees to your event" -msgstr "" +msgstr "Dà accesso al tuo evento ai partecipanti" #: src/components/common/AffiliateTable/index.tsx:82 msgid "Affiliate" @@ -853,7 +853,7 @@ msgstr "Affiliato eliminato con successo" #: src/components/layouts/AuthLayout/index.tsx:22 msgid "Affiliate program" -msgstr "" +msgstr "Programma di affiliazione" #: src/components/forms/AffiliateForm/index.tsx:23 msgid "Affiliate sales will be tracked" @@ -883,11 +883,11 @@ msgstr "Gli affiliati ti aiutano a tracciare le vendite generate da partner e in #: src/components/routes/welcome/index.tsx:418 msgid "After your event is created, you can choose how often it repeats from the dashboard." -msgstr "" +msgstr "Dopo aver creato l'evento potrai scegliere dalla dashboard con quale frequenza si ripete." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "all" -msgstr "" +msgstr "tutte" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:133 #: src/components/routes/admin/DeletionRequests/index.tsx:88 @@ -906,7 +906,7 @@ msgstr "Tutti i partecipanti" #: src/components/modals/SendMessageModal/index.tsx:378 msgid "All attendees of the selected sessions" -msgstr "" +msgstr "Tutti i partecipanti delle sessioni selezionate" #: src/components/modals/SendMessageModal/index.tsx:381 msgid "All attendees of this event" @@ -914,7 +914,7 @@ msgstr "Tutti i partecipanti di questo evento" #: src/components/modals/SendMessageModal/index.tsx:380 msgid "All attendees of this occurrence" -msgstr "" +msgstr "Tutti i partecipanti di questa data" #: src/components/common/OrganizerReportTable/index.tsx:291 msgid "All Currencies" @@ -923,14 +923,14 @@ msgstr "Tutte le valute" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:48 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:101 msgid "All dates" -msgstr "" +msgstr "Tutte le date" #: src/components/common/CheckInListTable/index.tsx:106 #: src/components/routes/event/attendees.tsx:235 #: src/components/routes/event/orders.tsx:182 #: src/components/routes/event/SoldOutWaitlist/index.tsx:104 msgid "All Dates" -msgstr "" +msgstr "Tutte le date" #: src/components/routes/events/Dashboard/index.tsx:75 msgid "All Ended Events" @@ -948,18 +948,18 @@ msgstr "Tutti i lavori falliti eliminati" msgid "All jobs queued for retry" msgstr "Tutti i lavori in coda per il nuovo tentativo" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:346 msgid "All matching dates" -msgstr "" +msgstr "Tutte le date corrispondenti" #: src/components/forms/CheckInListForm/index.tsx:132 #: src/components/modals/SendMessageModal/index.tsx:359 msgid "All occurrences" -msgstr "" +msgstr "Tutte le date" #: src/components/common/ReportTable/index.tsx:279 msgid "All Occurrences" -msgstr "" +msgstr "Tutte le date" #: src/components/common/PromoCodeTable/index.tsx:139 msgid "All Products" @@ -1018,7 +1018,7 @@ msgstr "Hai già un account? <0>{0}" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:135 msgid "Already in" -msgstr "" +msgstr "Già presente" #: src/components/modals/RefundOrderModal/index.tsx:86 msgid "Already Refunded" @@ -1026,7 +1026,7 @@ msgstr "Già rimborsato" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:193 msgid "Already use Stripe on another organizer? Reuse that connection." -msgstr "" +msgstr "Usi già Stripe su un altro organizzatore? Riutilizza quel collegamento." #: src/components/modals/RefundOrderModal/index.tsx:132 msgid "Also cancel this order" @@ -1042,7 +1042,7 @@ msgstr "Sempre disponibile" #: src/components/forms/ProductForm/ledgerSummaries.ts:53 msgid "Always on sale" -msgstr "" +msgstr "Sempre in vendita" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:77 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:77 @@ -1130,15 +1130,15 @@ msgstr "Risposta aggiornata con successo." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:246 msgid "Answers" -msgstr "" +msgstr "Risposte" #: src/components/forms/CheckInListForm/index.tsx:207 msgid "Answers provided at checkout (e.g. meal choice)" -msgstr "" +msgstr "Risposte fornite al momento del pagamento (es. scelta del menù)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1148 msgid "Any dates you've manually customized will be kept." -msgstr "" +msgstr "Le date che hai personalizzato manualmente verranno mantenute." #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:62 msgid "Any queries from product holders will be sent to this email address. This will also be used as the \"reply-to\" address for all emails sent from this event" @@ -1160,9 +1160,9 @@ msgstr "applicato — {0} di sconto sul tuo ordine" msgid "Applies to {0} products" msgstr "Si applica a {0} prodotti" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:365 msgid "Applies to {0}, non-cancelled dates currently loaded on this page." -msgstr "" +msgstr "Vale per le {0} date non annullate attualmente caricate in questa pagina." #: src/components/common/CapacityAssignmentList/index.tsx:95 msgid "Applies to 1 product" @@ -1170,32 +1170,32 @@ msgstr "Si applica a 1 prodotto" #: src/components/forms/CheckInListForm/index.tsx:175 msgid "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." -msgstr "" +msgstr "Vale per chiunque apra il link di check-in condiviso senza aver effettuato l'accesso. I membri del team che hanno effettuato l'accesso vedono sempre tutto." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:363 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 msgid "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." -msgstr "" +msgstr "Vale per ogni data {0} e non annullata di questo evento, comprese quelle non caricate al momento." #: src/components/common/FilterModal/index.tsx:284 #: src/components/routes/product-widget/SelectProducts/index.tsx:945 msgid "Apply" msgstr "Applica" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:509 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:511 msgid "Apply Changes" -msgstr "" +msgstr "Applica modifiche" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" msgstr "Applica questo {type} a tutti i nuovi prodotti" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:338 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:339 msgid "Apply to" -msgstr "" +msgstr "Applica a" #: src/components/forms/CheckInListForm/index.tsx:105 msgid "Apply to all tickets" -msgstr "" +msgstr "Applica a tutti i biglietti" #: src/components/routes/admin/Messages/index.tsx:232 msgid "Approve Message" @@ -1203,7 +1203,7 @@ msgstr "Approva messaggio" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:68 msgid "April" -msgstr "" +msgstr "Aprile" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:63 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:69 @@ -1259,7 +1259,7 @@ msgstr "Sei sicuro di voler archiviare questo organizzatore? Verranno archiviati #: src/components/routes/event/OccurrencesTab/index.tsx:215 msgid "Are you sure you want to cancel {count} date(s)? Affected attendees will be notified by email." -msgstr "" +msgstr "Vuoi davvero annullare {count} data/e? I partecipanti interessati riceveranno una notifica via email." #: src/hooks/useAttendeeActions.tsx:44 msgid "Are you sure you want to cancel this attendee? This will void their ticket" @@ -1269,7 +1269,7 @@ msgstr "Sei sicuro di voler cancellare questo partecipante? Questo annullerà il #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:36 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:326 msgid "Are you sure you want to cancel this date? Affected attendees will be notified by email." -msgstr "" +msgstr "Vuoi davvero annullare questa data? I partecipanti interessati riceveranno una notifica via email." #: src/components/routes/event/messages.tsx:33 msgid "Are you sure you want to cancel this scheduled message?" @@ -1295,11 +1295,11 @@ msgstr "Vuoi davvero eliminare questa configurazione? Ciò potrebbe influire sug #: src/components/routes/event/OccurrenceDetail/index.tsx:84 #: src/components/routes/event/OccurrencesTab/index.tsx:184 msgid "Are you sure you want to delete this date? This action cannot be undone." -msgstr "" +msgstr "Vuoi davvero eliminare questa data? L'azione non può essere annullata." #: src/components/common/ImageUploadDropzone/index.tsx:114 msgid "Are you sure you want to delete this image?" -msgstr "" +msgstr "Vuoi davvero eliminare questa immagine?" #: src/components/common/PromoCodeTable/index.tsx:37 msgid "Are you sure you want to delete this promo code?" @@ -1307,7 +1307,7 @@ msgstr "Sei sicuro di voler eliminare questo codice promozionale?" #: src/components/common/TaxAndFeeList/index.tsx:33 msgid "Are you sure you want to delete this tax or fee? It will no longer be applied to new orders." -msgstr "" +msgstr "Vuoi davvero eliminare questa imposta o commissione? Non verrà più applicata ai nuovi ordini." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:111 msgid "Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template." @@ -1344,7 +1344,7 @@ msgstr "Sei sicuro di voler offrire un posto a questa persona? Riceverà una not #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:360 msgid "Are you sure you want to permanently delete this date? This cannot be undone." -msgstr "" +msgstr "Vuoi davvero eliminare definitivamente questa data? L'azione non può essere annullata." #: src/components/common/StatusToggle/index.tsx:38 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." @@ -1380,7 +1380,7 @@ msgstr "Sei sicuro di voler ripristinare questo organizzatore?" #: src/components/routes/account/ManageAccount/sections/Users/index.tsx:50 msgid "Are you sure you want to revoke this invitation?" -msgstr "" +msgstr "Vuoi davvero revocare questo invito?" #: src/components/common/StatusToggle/index.tsx:41 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." @@ -1425,11 +1425,11 @@ msgstr "Chiedi una volta per prodotto" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:119 msgid "Assign a different plan" -msgstr "" +msgstr "Assegna un altro piano" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:130 msgid "Assign plan" -msgstr "" +msgstr "Assegna piano" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:165 msgid "Assigned Tier" @@ -1443,7 +1443,7 @@ msgstr "Deve essere selezionato almeno un tipo di evento" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:64 #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:117 msgid "At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead." -msgstr "" +msgstr "Almeno un prodotto deve restare disponibile per questa data. Per rendere la data inaccessibile, annullala dalla programmazione." #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:96 msgid "Attempts" @@ -1455,7 +1455,7 @@ msgstr "Presenze e tassi di check-in per tutti gli eventi" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendee" -msgstr "" +msgstr "partecipante" #: src/components/common/AttendeeTicket/index.tsx:101 #: src/components/common/QuestionsTable/index.tsx:462 @@ -1497,7 +1497,7 @@ msgstr "Partecipante non trovato" #: src/components/forms/CheckInListForm/index.tsx:188 msgid "Attendee notes" -msgstr "" +msgstr "Note sul partecipante" #: src/components/routes/event/attendees.tsx:81 msgid "Attendee Status" @@ -1523,7 +1523,7 @@ msgstr "Il biglietto del partecipante non è incluso in questa lista" #: src/components/routes/event/attendees.tsx:250 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendees" -msgstr "" +msgstr "partecipanti" #: src/components/common/EventCard/index.tsx:251 #: src/components/common/EventCard/index.tsx:366 @@ -1545,7 +1545,7 @@ msgstr "Partecipanti" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:72 msgid "attendees checked in" -msgstr "" +msgstr "partecipanti con check-in" #: src/components/routes/event/attendees.tsx:163 msgid "Attendees Exported" @@ -1587,7 +1587,7 @@ msgstr "Pubblico" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:72 msgid "August" -msgstr "" +msgstr "Agosto" #: src/components/common/WidgetEditor/index.tsx:236 msgid "Auto Resize" @@ -1623,7 +1623,7 @@ msgstr "Disponibile al completamento del pagamento" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:265 msgid "Available times on {dayName}" -msgstr "" +msgstr "Orari disponibili {dayName}" #: src/components/modals/RefundOrderModal/index.tsx:93 msgid "Available to Refund" @@ -1635,7 +1635,7 @@ msgstr "Token Disponibili" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:161 msgid "Awaiting" -msgstr "" +msgstr "In attesa" #: src/components/common/OrderStatusBadge/index.tsx:11 #: src/components/modals/SendMessageModal/index.tsx:425 @@ -1649,7 +1649,7 @@ msgstr "In Attesa di Pagamento Offline" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:120 msgid "Awaiting pay" -msgstr "" +msgstr "In attesa di pagamento" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:117 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:225 @@ -1719,7 +1719,7 @@ msgstr "Tipo di Sfondo" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:128 msgid "Bank account connected" -msgstr "" +msgstr "Conto bancario collegato" #: src/components/routes/admin/Announcements/index.tsx:178 #: src/components/routes/admin/Announcements/index.tsx:374 @@ -1736,12 +1736,12 @@ msgstr "Prezzo base" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:207 msgid "Base Price" -msgstr "" +msgstr "Prezzo base" #: src/components/forms/ProductForm/index.tsx:433 #: src/components/forms/ProductForm/index.tsx:436 msgid "Based on the global sale period above, not per date" -msgstr "" +msgstr "In base al periodo di vendita globale qui sopra, non per singola data" #: src/components/routes/organizer/Settings/index.tsx:31 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:63 @@ -1779,19 +1779,19 @@ msgstr "Portoghese Brasiliano" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:253 msgid "Built-in fraud protection" -msgstr "" +msgstr "Protezione antifrode integrata" -#: src/components/routes/event/OccurrencesTab/index.tsx:517 +#: src/components/routes/event/OccurrencesTab/index.tsx:532 msgid "Bulk Edit" -msgstr "" +msgstr "Modifica in blocco" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:308 msgid "Bulk Edit Dates" -msgstr "" +msgstr "Modifica date in blocco" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:233 msgid "Bulk update failed." -msgstr "" +msgstr "Aggiornamento in blocco non riuscito." #: src/constants/eventCategories.ts:26 msgid "Business" @@ -1799,11 +1799,11 @@ msgstr "Business" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:190 msgid "Business address" -msgstr "" +msgstr "Indirizzo aziendale" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:185 msgid "Business name" -msgstr "" +msgstr "Ragione sociale" #: src/components/routes/admin/Announcements/index.tsx:455 msgid "Button label" @@ -1827,7 +1827,7 @@ msgstr "L'acquirente paga" #: src/components/forms/ProductForm/index.tsx:562 msgid "Buyers can add these to their order when they select this product at checkout." -msgstr "" +msgstr "Gli acquirenti possono aggiungerli al proprio ordine quando selezionano questo prodotto al momento del pagamento." #: src/components/common/PlatformFeesSettings/index.tsx:235 msgid "Buyers see a clean price. The platform fee is deducted from your payout." @@ -1848,7 +1848,7 @@ msgstr "Registrandoti accetti i nostri <0>Termini di Servizio e la <1>Privac #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:123 msgid "By ticket type" -msgstr "" +msgstr "Per tipo di biglietto" #: src/components/routes/admin/Configurations/index.tsx:259 msgid "Bypass Application Fees" @@ -1860,7 +1860,7 @@ msgstr "Tipo di Calcolo" #: src/components/routes/event/OccurrencesTab/index.tsx:473 msgid "Calendar" -msgstr "" +msgstr "Calendario" #: src/components/common/EmailTemplateEditor/CTAConfiguration.tsx:20 msgid "Call-to-Action Button" @@ -1869,11 +1869,11 @@ msgstr "Pulsante di Invito all'Azione" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:153 #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:90 msgid "Camera" -msgstr "" +msgstr "Fotocamera" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:110 msgid "Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings." -msgstr "" +msgstr "L'autorizzazione alla fotocamera è stata negata. <0>Richiedi di nuovo l'autorizzazione oppure consenti a questa pagina di accedere alla fotocamera nelle impostazioni del browser." #: src/components/routes/admin/Attribution/index.tsx:107 msgid "Campaign" @@ -1881,7 +1881,7 @@ msgstr "Campagna" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:79 msgid "Can't check in" -msgstr "" +msgstr "Check-in non possibile" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:57 #: src/components/common/ContactOrganizerModal/index.tsx:104 @@ -1897,7 +1897,7 @@ msgstr "" #: src/components/modals/PublishEventModal/index.tsx:208 #: src/components/routes/admin/DeletionRequests/index.tsx:178 #: src/components/routes/event/messages.tsx:80 -#: src/components/routes/event/OccurrencesTab/index.tsx:499 +#: src/components/routes/event/OccurrencesTab/index.tsx:504 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:272 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:306 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:61 @@ -1914,7 +1914,7 @@ msgstr "Annulla" #: src/components/routes/event/OccurrencesTab/index.tsx:211 #: src/components/routes/event/OccurrencesTab/index.tsx:223 msgid "Cancel {count} date(s)" -msgstr "" +msgstr "Annulla {count} data/e" #: src/components/modals/RefundOrderModal/index.tsx:133 msgid "Cancel all products and release them back to the pool" @@ -1928,7 +1928,7 @@ msgstr "Cancella tutti i prodotti e rilasciali nel pool disponibile" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:568 msgid "Cancel Date" -msgstr "" +msgstr "Annulla data" #: src/components/common/PendingDeletionBanner/index.tsx:37 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:104 @@ -1985,7 +1985,7 @@ msgstr "Annullato" #: src/components/routes/event/OccurrencesTab/index.tsx:237 msgid "Cancelling {0} date(s). This may take a moment to complete." -msgstr "" +msgstr "Annullamento di {0} data/e in corso. L'operazione può richiedere qualche istante." #: src/components/routes/admin/Configurations/index.tsx:36 msgid "Cannot delete the system default configuration" @@ -2011,7 +2011,7 @@ msgstr "Assegnazioni di capacità" #: src/components/layouts/AuthLayout/index.tsx:28 msgid "Capacity management" -msgstr "" +msgstr "Gestione della capacità" #: src/components/layouts/Event/index.tsx:137 msgid "Capacity Management" @@ -2019,15 +2019,15 @@ msgstr "Gestione capacità" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:111 msgid "Capacity must be 0 or greater" -msgstr "" +msgstr "La capacità deve essere pari o superiore a 0" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:300 msgid "capacity updates" -msgstr "" +msgstr "aggiornamenti di capacità" #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:66 msgid "Capacity Used" -msgstr "" +msgstr "Capacità utilizzata" #: src/components/modals/CreateProductCategoryModal/index.tsx:52 msgid "Categories allow you to group products together. For example, you might have a category for \"Tickets\" and another for \"Merchandise\"." @@ -2052,7 +2052,7 @@ msgstr "Categoria Creata con Successo" #: src/components/common/ProductsTable/SortableCategory/index.tsx:48 msgid "Category deleted successfully" -msgstr "" +msgstr "Categoria eliminata correttamente" #: src/components/common/LocationPicker/index.tsx:201 msgid "Change" @@ -2060,7 +2060,7 @@ msgstr "Cambia" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Change duration" -msgstr "" +msgstr "Cambia durata" #: src/components/routes/profile/ManageProfile/index.tsx:239 msgid "Change password" @@ -2068,11 +2068,11 @@ msgstr "Cambia password" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Change the attendee limit" -msgstr "" +msgstr "Cambia il limite di partecipanti" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:365 msgid "Change time" -msgstr "" +msgstr "Cambia orario" #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Change waitlist settings" @@ -2080,11 +2080,11 @@ msgstr "Modifica impostazioni lista di attesa" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:212 msgid "Changed duration for {count} date(s)" -msgstr "" +msgstr "Durata modificata per {count} data/e" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:399 msgid "Charges" -msgstr "" +msgstr "Addebiti" #: src/constants/eventCategories.ts:24 msgid "Charity" @@ -2093,7 +2093,7 @@ msgstr "Beneficenza" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:82 msgid "Check in" -msgstr "" +msgstr "Fai il check-in" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:28 msgid "Check in {0} {1}" @@ -2110,12 +2110,12 @@ msgstr "Solo check-in" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:81 msgid "Check out" -msgstr "" +msgstr "Annulla il check-in" #: src/components/layouts/EventHomepage/index.tsx:337 #: src/components/layouts/EventHomepage/index.tsx:338 msgid "Check out this event: {0}" -msgstr "" +msgstr "Dai un'occhiata a questo evento: {0}" #: src/components/layouts/Checkout/index.tsx:338 msgid "Check out this event!" @@ -2133,12 +2133,12 @@ msgstr "Controlla la tua casella di posta! Se ci sono biglietti associati a ques #: src/components/layouts/CheckIn/index.tsx:549 msgid "Check-in" -msgstr "" +msgstr "Check-in" #: src/components/modals/ManageAttendeeModal/index.tsx:137 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:58 msgid "Check-In" -msgstr "" +msgstr "Check-in" #: src/components/forms/WebhookForm/index.tsx:121 msgid "Check-in Created" @@ -2150,15 +2150,15 @@ msgstr "Registrazione Eliminata" #: src/components/layouts/CheckIn/index.tsx:215 msgid "Check-in for {0} was undone" -msgstr "" +msgstr "Il check-in di {0} è stato annullato" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:223 msgid "Check-in history" -msgstr "" +msgstr "Cronologia check-in" #: src/components/common/CheckInListTable/index.tsx:59 msgid "Check-In List" -msgstr "" +msgstr "Lista check-in" #: src/components/modals/CheckInListSuccessModal/index.tsx:20 msgid "Check-In List Created" @@ -2175,7 +2175,7 @@ msgstr "La lista di registrazione è scaduta" #: src/components/layouts/CheckIn/index.tsx:583 msgid "Check-in list info" -msgstr "" +msgstr "Info sulla lista check-in" #: src/components/layouts/CheckIn/index.tsx:520 msgid "Check-in list is not active" @@ -2187,7 +2187,7 @@ msgstr "Lista di registrazione non trovata" #: src/components/routes/event/CheckInLists/index.tsx:60 msgid "check-in lists" -msgstr "" +msgstr "liste check-in" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:51 msgid "Check-in Lists" @@ -2201,11 +2201,11 @@ msgstr "Liste di Registrazione" #: src/components/layouts/CheckIn/BottomNav.tsx:21 msgid "Check-in navigation" -msgstr "" +msgstr "Navigazione check-in" #: src/components/layouts/CheckIn/index.tsx:567 msgid "Check-in progress" -msgstr "" +msgstr "Avanzamento del check-in" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:45 msgid "Check-in Rate" @@ -2245,7 +2245,7 @@ msgstr "Caselle di controllo" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:151 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:89 msgid "Checked in" -msgstr "" +msgstr "Check-in effettuato" #: src/components/common/AttendeeTable/index.tsx:299 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -2277,11 +2277,11 @@ msgstr "Scegli un colore per lo sfondo" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:123 msgid "Choose a configuration" -msgstr "" +msgstr "Scegli una configurazione" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:335 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:336 msgid "Choose a different action" -msgstr "" +msgstr "Scegli un'altra azione" #: src/components/common/ThemeFontControl/index.tsx:66 msgid "Choose a typeface that matches your brand. Fonts are self-hosted via Bunny Fonts." @@ -2293,7 +2293,7 @@ msgstr "Scegli un account" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:202 msgid "Choose an organizer" -msgstr "" +msgstr "Scegli un organizzatore" #: src/components/routes/events/Dashboard/index.tsx:232 msgid "Choose an Organizer" @@ -2301,7 +2301,7 @@ msgstr "Scegli un organizzatore" #: src/components/routes/product-widget/SelectProducts/index.tsx:968 msgid "Choose another date" -msgstr "" +msgstr "Scegli un'altra data" #: src/components/common/CalendarOptionsPopover/index.tsx:22 msgid "Choose calendar" @@ -2328,29 +2328,29 @@ msgid "City" msgstr "Città" #: src/components/common/OccurrenceSelect/index.tsx:133 -#: src/components/routes/event/OccurrencesTab/index.tsx:505 +#: src/components/routes/event/OccurrencesTab/index.tsx:519 msgid "Clear" -msgstr "" +msgstr "Cancella" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:475 msgid "Clear location — fall back to the event default" -msgstr "" +msgstr "Cancella il luogo: torna al valore predefinito dell'evento" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:100 msgid "Clear search" -msgstr "" +msgstr "Cancella ricerca" #: src/components/common/SearchBar/index.tsx:62 msgid "Clear Search Text" msgstr "Cancella Testo di Ricerca" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:497 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:498 msgid "Clearing removes any per-date override. Affected dates will fall back to the event's default location." -msgstr "" +msgstr "Cancellando si rimuove qualsiasi personalizzazione per singola data. Le date interessate torneranno al luogo predefinito dell'evento." #: src/components/routes/event/OccurrencesTab/index.tsx:333 msgid "Click to cancel" -msgstr "" +msgstr "Clicca per annullare" #: src/components/common/PromoCodeTable/index.tsx:106 msgid "Click to copy" @@ -2358,7 +2358,7 @@ msgstr "Clicca per copiare" #: src/components/routes/event/OccurrencesTab/index.tsx:335 msgid "Click to reopen for new sales" -msgstr "" +msgstr "Clicca per riaprire le vendite" #: src/components/common/AttendeeTable/index.tsx:173 msgid "Click to view notes" @@ -2478,7 +2478,7 @@ msgstr "Preferenze di comunicazione" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:82 msgid "complete" -msgstr "" +msgstr "completato" #: src/components/routes/product-widget/CollectInformation/index.tsx:749 msgid "Complete Order" @@ -2491,7 +2491,7 @@ msgstr "Completa Pagamento" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:293 msgid "Complete Stripe setup" -msgstr "" +msgstr "Completa la configurazione di Stripe" #: src/components/routes/product-widget/CollectInformation/index.tsx:442 msgid "Complete your order to secure your tickets. This offer is time-limited, so don't wait too long." @@ -2539,11 +2539,11 @@ msgstr "Centro congressi" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:100 msgid "Configuration" -msgstr "" +msgstr "Configurazione" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:52 msgid "Configuration assigned" -msgstr "" +msgstr "Configurazione assegnata" #: src/components/routes/admin/Configurations/index.tsx:196 msgid "Configuration created successfully" @@ -2580,7 +2580,7 @@ msgstr "Configura tasse e commissioni" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:181 msgid "Configure which products are available for this occurrence and optionally adjust pricing." -msgstr "" +msgstr "Scegli quali prodotti sono disponibili per questa data e, se vuoi, modifica i prezzi." #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" @@ -2643,7 +2643,7 @@ msgstr "Congratulazioni! Il tuo evento è ora visibile al pubblico." #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:71 msgid "Connect bank" -msgstr "" +msgstr "Collega la banca" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:370 #: src/components/modals/PublishEventModal/index.tsx:79 @@ -2665,7 +2665,7 @@ msgstr "Connetti Stripe per abilitare la messaggistica" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:464 msgid "Connect Stripe to receive ticket payments directly to your bank account." -msgstr "" +msgstr "Collega Stripe per ricevere i pagamenti dei biglietti direttamente sul tuo conto bancario." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:263 msgid "Connect with Stripe" @@ -2673,13 +2673,13 @@ msgstr "Connetti con Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:127 msgid "Connect your bank to receive ticket sales straight to your account" -msgstr "" +msgstr "Collega la tua banca per ricevere le vendite dei biglietti direttamente sul tuo conto" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:298 msgid "Connected the wrong Stripe account? Disconnect and start over." msgstr "Hai collegato l'account Stripe sbagliato? Scollegalo e ricomincia." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:489 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:492 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:164 msgid "Connection Details" @@ -2687,7 +2687,7 @@ msgstr "Dettagli di Connessione" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:117 msgid "Connection details are required for online dates" -msgstr "" +msgstr "I dettagli di collegamento sono obbligatori per le date online" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:41 msgid "Connection details are required for online events" @@ -2760,11 +2760,11 @@ msgstr "Controlla come vengono gestite le commissioni della piattaforma per ques #: src/components/forms/CheckInListForm/index.tsx:83 msgid "Control who gets in for this date" -msgstr "" +msgstr "Decidi chi può entrare in questa data" #: src/components/forms/CheckInListForm/index.tsx:84 msgid "Control who gets in, and when" -msgstr "" +msgstr "Decidi chi può entrare e quando" #: src/components/common/AttendeeTicket/index.tsx:188 #: src/components/common/CopyButton/index.tsx:13 @@ -2805,7 +2805,7 @@ msgstr "Copia" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:364 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:373 msgid "Copy account ID" -msgstr "" +msgstr "Copia ID account" #: src/components/common/AffiliateTable/index.tsx:183 msgid "Copy Affiliate Link" @@ -2865,7 +2865,7 @@ msgstr "Impossibile eliminare il luogo" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:244 msgid "Could not prepare the bulk update." -msgstr "" +msgstr "Impossibile preparare l'aggiornamento in blocco." #: src/components/common/AddressAutocomplete/index.tsx:61 #: src/components/common/LocationPicker/index.tsx:153 @@ -2874,11 +2874,11 @@ msgstr "Impossibile recuperare i dettagli dell'indirizzo" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:275 msgid "Could not save date" -msgstr "" +msgstr "Impossibile salvare la data" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:78 msgid "Couldn't send verification email. Please try again." -msgstr "" +msgstr "Impossibile inviare l'email di verifica. Riprova." #: src/components/common/CheckoutQuestion/index.tsx:174 #: src/components/common/LocationPicker/index.tsx:268 @@ -2903,7 +2903,7 @@ msgstr "Immagine di Copertina" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:148 msgid "Cover image added" -msgstr "" +msgstr "Immagine di copertina aggiunta" #: src/components/routes/event/HomepageDesigner/index.tsx:202 msgid "Cover image will be displayed at the top of your event page" @@ -2915,7 +2915,7 @@ msgstr "L'immagine di copertina sarà visualizzata in cima alla pagina dell'orga #: src/components/common/CheckInListTable/index.tsx:82 msgid "Covers every ticket" -msgstr "" +msgstr "Copre tutti i biglietti" #: src/components/routes/event/attendees.tsx:253 #: src/components/routes/event/products.tsx:77 @@ -2936,11 +2936,11 @@ msgstr "Crea un widget personalizzato per vendere biglietti sul tuo sito." #: src/components/modals/SelectCheckInListModal/index.tsx:82 msgid "Create a list for this date" -msgstr "" +msgstr "Crea una lista per questa data" #: src/components/layouts/CheckIn/index.tsx:508 msgid "Create a new check-in list for an active session, or contact the organizer if you think this is a mistake." -msgstr "" +msgstr "Crea una nuova lista check-in per una sessione attiva, oppure contatta l'organizzatore se pensi che si tratti di un errore." #: src/components/routes/auth/AcceptInvitation/index.tsx:128 msgid "Create a password" @@ -3031,7 +3031,7 @@ msgstr "Crea Modello Personalizzato" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:546 msgid "Create Date" -msgstr "" +msgstr "Crea data" #: src/components/routes/event/promo-codes.tsx:33 msgid "Create discounts, access codes for hidden tickets, and special offers." @@ -3039,7 +3039,7 @@ msgstr "Crea sconti, codici di accesso per biglietti nascosti e offerte speciali #: src/components/routes/organizer/OrganizerDashboard/index.tsx:404 msgid "Create event" -msgstr "" +msgstr "Crea evento" #: src/components/common/NoEventsBlankSlate/index.tsx:27 #: src/components/layouts/OrganizerLayout/index.tsx:179 @@ -3049,7 +3049,7 @@ msgstr "Crea Evento" #: src/components/forms/ProductForm/index.tsx:559 msgid "Create more tickets or products to offer them as add-ons" -msgstr "" +msgstr "Crea altri biglietti o prodotti per offrirli come prodotti aggiuntivi" #: src/components/routes/events/Dashboard/index.tsx:172 msgid "Create new" @@ -3128,7 +3128,7 @@ msgstr "Crea il tuo evento" msgid "Created" msgstr "Creato" -#: src/components/routes/event/OccurrencesTab/index.tsx:549 +#: src/components/routes/event/OccurrencesTab/index.tsx:564 msgid "Creating {0} dates. This may take a moment." msgstr "Creazione di {0} date in corso. Potrebbe volerci un momento." @@ -3170,7 +3170,7 @@ msgstr "Password Attuale" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:107 msgid "Currently assigned" -msgstr "" +msgstr "Attualmente assegnato" #: src/components/common/ProductsTable/SortableProduct/index.tsx:110 msgid "Currently available for purchase" @@ -3178,7 +3178,7 @@ msgstr "Attualmente disponibile per l'acquisto" #: src/components/layouts/AuthLayout/index.tsx:15 msgid "Custom branding" -msgstr "" +msgstr "Personalizzazione del brand" #: src/components/modals/SendMessageModal/index.tsx:496 msgid "Custom date and time" @@ -3190,7 +3190,7 @@ msgstr "URL Mappe personalizzate" #: src/components/layouts/AuthLayout/index.tsx:24 msgid "Custom questions" -msgstr "" +msgstr "Domande personalizzate" #: src/components/common/QuestionsTable/index.tsx:433 msgid "Custom Questions" @@ -3224,7 +3224,7 @@ msgstr "Clienti" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:150 msgid "Customize page" -msgstr "" +msgstr "Personalizza pagina" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:56 msgid "Customize the email and notification settings for this event" @@ -3278,7 +3278,7 @@ msgstr "Personalizza l'aspetto della pagina del tuo organizzatore" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:50 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Daily" -msgstr "" +msgstr "Giornaliero" #: src/components/routes/organizer/Reports/index.tsx:18 msgid "Daily revenue, taxes, fees, and refunds across all events" @@ -3294,7 +3294,7 @@ msgstr "Ripartizione giornaliera di vendite, tasse e commissioni" #: src/constants/eventCategories.ts:13 msgid "Dance" -msgstr "" +msgstr "Danza" #: src/components/common/CapacityAssignmentList/index.tsx:153 #: src/components/common/CheckInListList/index.tsx:174 @@ -3349,43 +3349,43 @@ msgstr "Data e ora" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:99 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:212 msgid "Date Cancellation" -msgstr "" +msgstr "Annullamento della data" #: src/components/routes/event/OccurrenceDetail/index.tsx:76 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:54 msgid "Date cancelled" -msgstr "" +msgstr "Data annullata" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:344 msgid "Date cancelled successfully" -msgstr "" +msgstr "Data annullata correttamente" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:255 msgid "Date created successfully" -msgstr "" +msgstr "Data creata correttamente" #: src/components/modals/ManageOccurrenceModal/index.tsx:61 #: src/components/routes/event/OccurrenceDetail/index.tsx:87 #: src/components/routes/event/OccurrencesTab/index.tsx:186 msgid "Date deleted" -msgstr "" +msgstr "Data eliminata" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:368 msgid "Date deleted successfully" -msgstr "" +msgstr "Data eliminata correttamente" #: src/components/modals/ManageOccurrenceModal/index.tsx:75 #: src/components/routes/event/OccurrenceDetail/index.tsx:101 msgid "Date reactivated" -msgstr "" +msgstr "Data riattivata" #: src/components/routes/event/OccurrencesTab/index.tsx:200 msgid "Date reopened for new sales" -msgstr "" +msgstr "Vendite riaperte per la data" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:254 msgid "Date updated successfully" -msgstr "" +msgstr "Data aggiornata correttamente" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:808 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1093 @@ -3394,23 +3394,23 @@ msgstr "date" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:105 msgid "Dates are managed per occurrence" -msgstr "" +msgstr "Le date si gestiscono una per una" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:674 msgid "Dates with sessions" -msgstr "" +msgstr "Giorni con sessioni" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:87 msgid "day" -msgstr "" +msgstr "giorno" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:973 msgid "Day" -msgstr "" +msgstr "Giorno" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:937 msgid "Day of Month" -msgstr "" +msgstr "Giorno del mese" #: src/components/forms/CapaciyAssigmentForm/index.tsx:38 msgid "Day one capacity" @@ -3418,7 +3418,7 @@ msgstr "Capacità primo giorno" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:95 msgid "days" -msgstr "" +msgstr "giorni" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:920 msgid "Days of the month" @@ -3426,7 +3426,7 @@ msgstr "Giorni del mese" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:76 msgid "December" -msgstr "" +msgstr "Dicembre" #: src/components/common/CookieConsentBanner/index.tsx:62 msgid "Decline" @@ -3452,7 +3452,7 @@ msgstr "Raccolta predefinita delle informazioni sui partecipanti" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1106 msgid "Default capacity per date" -msgstr "" +msgstr "Capacità predefinita per data" #: src/components/routes/organizer/Settings/Sections/PlatformFeesSettings/index.tsx:44 msgid "Default Fee Handling" @@ -3464,7 +3464,7 @@ msgstr "Verrà utilizzato il modello predefinito" #: src/components/forms/ProductForm/ledgerSummaries.ts:66 msgid "Defaults" -msgstr "" +msgstr "Valori predefiniti" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:29 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:31 @@ -3478,7 +3478,7 @@ msgstr "elimina" #: src/components/common/TaxAndFeeList/index.tsx:81 #: src/components/routes/admin/Announcements/index.tsx:226 #: src/components/routes/admin/FailedJobs/index.tsx:209 -#: src/components/routes/event/OccurrencesTab/index.tsx:502 +#: src/components/routes/event/OccurrencesTab/index.tsx:512 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:62 msgid "Delete" msgstr "Elimina" @@ -3489,7 +3489,7 @@ msgstr "Eliminare \"{0}\"?" #: src/components/routes/event/OccurrencesTab/index.tsx:249 msgid "Delete {count} selected date(s)? Dates with orders will be skipped. This cannot be undone." -msgstr "" +msgstr "Eliminare {count} data/e selezionata/e? Le date con ordini verranno saltate. L'azione non può essere annullata." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:148 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:155 @@ -3525,7 +3525,7 @@ msgstr "Elimina codice" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:357 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:582 msgid "Delete Date" -msgstr "" +msgstr "Elimina data" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:84 #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:119 @@ -3551,7 +3551,7 @@ msgstr "Elimina organizzatore" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Delete Permanently" -msgstr "" +msgstr "Elimina definitivamente" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:131 msgid "Delete Template" @@ -3559,11 +3559,11 @@ msgstr "Elimina Modello" #: src/components/common/ProductsTable/SortableCategory/index.tsx:45 msgid "Delete this category? Any products in it will also be deleted. This cannot be undone." -msgstr "" +msgstr "Eliminare questa categoria? Verranno eliminati anche tutti i prodotti che contiene. L'azione non può essere annullata." #: src/components/common/ProductsTable/SortableProduct/index.tsx:71 msgid "Delete this product? This cannot be undone." -msgstr "" +msgstr "Eliminare questo prodotto? L'azione non può essere annullata." #: src/components/common/QuestionsTable/index.tsx:197 msgid "Delete this question? This cannot be undone." @@ -3576,7 +3576,7 @@ msgstr "Elimina webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:255 msgid "Deleted {0} date(s)" -msgstr "" +msgstr "{0} data/e eliminata/e" #: src/components/routes/admin/DeletionRequests/index.tsx:143 msgid "Deleted account" @@ -3611,7 +3611,7 @@ msgstr "Descrizione" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:138 msgid "Description and venue added" -msgstr "" +msgstr "Descrizione e luogo aggiunti" #: src/components/forms/CheckInListForm/index.tsx:143 msgid "Description for check-in staff" @@ -3640,12 +3640,12 @@ msgstr "Non hai ricevuto il codice?" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:472 msgid "Different location" -msgstr "" +msgstr "Luogo diverso" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:403 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:411 msgid "Disabled" -msgstr "" +msgstr "Disattivato" #: src/components/forms/CapaciyAssigmentForm/index.tsx:27 msgid "Disabling this capacity will track sales but not stop them when the limit is reached" @@ -3654,12 +3654,12 @@ msgstr "Disabilitando questa capacità verranno monitorate le vendite ma non ver #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Discard" -msgstr "" +msgstr "Annulla" #: src/components/forms/ProductForm/ProductDrawer.tsx:54 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:725 msgid "Discard changes?" -msgstr "" +msgstr "Vuoi annullare le modifiche?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Disconnect" @@ -3691,7 +3691,7 @@ msgstr "Tipo di Sconto" #: src/components/common/Callout/index.tsx:54 msgid "Dismiss" -msgstr "" +msgstr "Chiudi" #: src/components/common/AnnouncementDisplay/AnnouncementBanner.tsx:37 msgid "Dismiss announcement" @@ -3699,7 +3699,7 @@ msgstr "Ignora annuncio" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:186 msgid "Dismiss setup checklist" -msgstr "" +msgstr "Nascondi la checklist di configurazione" #: src/components/routes/product-widget/SelectProducts/index.tsx:1077 msgid "Dismiss this message" @@ -3747,7 +3747,7 @@ msgstr "Fatto" #: src/components/common/CheckIn/CheckInDescriptionModal.tsx:20 msgid "Door staff instructions" -msgstr "" +msgstr "Istruzioni per il personale all'ingresso" #: src/components/common/CalendarOptionsPopover/index.tsx:39 msgid "Download .ics" @@ -3810,7 +3810,7 @@ msgstr "Duplica" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Duplicate Date" -msgstr "" +msgstr "Duplica data" #: src/components/common/EventCard/index.tsx:151 msgid "Duplicate event" @@ -3832,7 +3832,7 @@ msgstr "Duplica Prodotto" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:121 msgid "Duration must be at least 1 minute." -msgstr "" +msgstr "La durata deve essere di almeno 1 minuto." #: src/components/common/LanguageSwitcher/index.tsx:26 msgid "Dutch" @@ -3846,10 +3846,10 @@ msgstr "es. 180 (3 ore)" msgid "e.g. Learn more" msgstr "es. Scopri di più" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:453 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:450 msgid "e.g. Morning Session" -msgstr "" +msgstr "es. Sessione mattutina" #: src/components/routes/admin/Announcements/index.tsx:382 msgid "e.g. New feature: Waitlists" @@ -3879,9 +3879,9 @@ msgstr "Ogni persona riceverà un'e-mail con un posto riservato per completare l msgid "Each product" msgstr "Ogni prodotto" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:381 msgid "Earlier" -msgstr "" +msgstr "Prima" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:64 msgid "Early bird" @@ -3960,7 +3960,7 @@ msgstr "Modifica configurazione" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Edit Date" -msgstr "" +msgstr "Modifica data" #: src/components/common/LocationsTable/index.tsx:65 msgid "Edit location" @@ -4025,7 +4025,7 @@ msgstr "Modifica Webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:308 msgid "Edited" -msgstr "" +msgstr "Modificata" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:140 msgid "Editor" @@ -4079,7 +4079,7 @@ msgstr "Impostazioni Email e Notifiche" #: src/components/layouts/AuthLayout/index.tsx:20 msgid "Email & scheduled messages" -msgstr "" +msgstr "Email e messaggi programmati" #: src/components/routes/event/Settings/index.tsx:78 msgid "Email & Templates" @@ -4159,7 +4159,7 @@ msgstr "Verifica email richiesta" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:160 msgid "Email verified" -msgstr "" +msgstr "Email verificata" #: src/components/routes/welcome/index.tsx:99 msgid "Email verified successfully!" @@ -4180,7 +4180,7 @@ msgstr "Widget incorporato" #: src/components/layouts/AuthLayout/index.tsx:21 msgid "Embeddable widget" -msgstr "" +msgstr "Widget incorporabile" #: src/components/routes/admin/Announcements/index.tsx:409 msgid "Emoji" @@ -4255,11 +4255,11 @@ msgstr "Terminato" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:55 msgid "Ended {0}" -msgstr "" +msgstr "Terminato {0}" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:46 msgid "Ends {0}" -msgstr "" +msgstr "Termina {0}" #: src/components/common/LanguageSwitcher/index.tsx:18 #: src/components/common/LanguageSwitcher/index.tsx:69 @@ -4269,11 +4269,11 @@ msgstr "Inglese" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:131 msgid "Enter a capacity value or choose unlimited." -msgstr "" +msgstr "Inserisci un valore di capacità oppure scegli illimitato." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:141 msgid "Enter a label or choose to remove it." -msgstr "" +msgstr "Inserisci un'etichetta oppure scegli di rimuoverla." #: src/components/common/EmailTemplateEditor/EmailTemplatePreviewPane.tsx:58 msgid "Enter a subject and body to see the preview" @@ -4281,7 +4281,7 @@ msgstr "Inserisci un oggetto e un corpo per vedere l'anteprima" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:112 msgid "Enter a time to shift by." -msgstr "" +msgstr "Indica di quanto spostare gli orari." #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:29 msgid "Enter a venue name or address" @@ -4311,9 +4311,9 @@ msgstr "Inserisci nome affiliato" msgid "Enter an amount excluding taxes and fees." msgstr "Inserisci un importo escluse tasse e commissioni." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:434 msgid "Enter capacity" -msgstr "" +msgstr "Inserisci la capacità" #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:69 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:69 @@ -4366,7 +4366,7 @@ msgstr "Intero ordine" #: src/components/routes/event/SoldOutWaitlist/index.tsx:126 msgid "entries" -msgstr "" +msgstr "voci" #: src/components/common/WaitlistTable/index.tsx:264 msgid "Entries will appear here when customers join the waitlist for sold out products." @@ -4394,7 +4394,7 @@ msgstr "Errore durante il caricamento dei log" #: src/components/forms/ProductForm/ProductDrawer.tsx:98 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:870 msgid "Esc to close" -msgstr "" +msgstr "Esc per chiudere" #: src/components/routes/account/ManageAccount/sections/AccountSettings/index.tsx:74 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:137 @@ -4433,7 +4433,7 @@ msgstr "Immagine di copertina evento" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:196 msgid "Event created" -msgstr "" +msgstr "Evento creato" #: src/components/forms/WebhookForm/index.tsx:43 msgid "Event Created" @@ -4483,7 +4483,7 @@ msgstr "Homepage Evento" #: src/components/common/PeriodSelector/index.tsx:124 msgid "Event lifetime" -msgstr "" +msgstr "Intera durata dell'evento" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:151 msgid "Event location & venue details" @@ -4546,7 +4546,7 @@ msgstr "Evento troppo recente" #: src/components/routes/event/EventDashboard/index.tsx:264 msgid "Event totals" -msgstr "" +msgstr "Totali dell'evento" #: src/components/common/OrganizerWebhookTable/index.tsx:237 #: src/components/common/WebhookTable/index.tsx:237 @@ -4585,32 +4585,32 @@ msgstr "Ogni" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0}" -msgstr "" +msgstr "Ogni {0}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:748 msgid "Every {0} {cadenceUnit}" -msgstr "" +msgstr "Ogni {0} {cadenceUnit}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Every {0} days" -msgstr "" +msgstr "Ogni {0} giorni" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Every {0} months" -msgstr "" +msgstr "Ogni {0} mesi" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Every {0} weeks" -msgstr "" +msgstr "Ogni {0} settimane" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0} weeks on {1}" -msgstr "" +msgstr "Ogni {0} settimane di {1}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Every {0} years" -msgstr "" +msgstr "Ogni {0} anni" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:747 msgid "Every {cadenceUnit}" @@ -4622,7 +4622,7 @@ msgstr "Ogni modello di email deve includere un pulsante di invito all'azione ch #: src/components/forms/ProductForm/index.tsx:392 msgid "Everything else — tap to edit" -msgstr "" +msgstr "Tutto il resto: tocca per modificare" #: src/components/common/QuestionsTable/index.tsx:496 msgid "Examples: \"How did you hear about us?\", \"Company name for invoice\"" @@ -4743,11 +4743,11 @@ msgstr "Impossibile annullare il partecipante" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:57 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:348 msgid "Failed to cancel date" -msgstr "" +msgstr "Impossibile annullare la data" #: src/components/routes/event/OccurrencesTab/index.tsx:241 msgid "Failed to cancel dates" -msgstr "" +msgstr "Impossibile annullare le date" #: src/components/routes/event/messages.tsx:41 msgid "Failed to cancel message" @@ -4767,7 +4767,7 @@ msgstr "Impossibile creare la configurazione" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:712 msgid "Failed to create schedule" -msgstr "" +msgstr "Impossibile creare la programmazione" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:702 #: src/hooks/useOccurrenceGenerationPolling.ts:42 @@ -4791,15 +4791,15 @@ msgstr "Impossibile eliminare la configurazione" #: src/components/routes/event/OccurrenceDetail/index.tsx:90 #: src/components/routes/event/OccurrencesTab/index.tsx:187 msgid "Failed to delete date" -msgstr "" +msgstr "Impossibile eliminare la data" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:372 msgid "Failed to delete date. It may have existing orders." -msgstr "" +msgstr "Impossibile eliminare la data. Potrebbe avere ordini associati." #: src/components/routes/event/OccurrencesTab/index.tsx:258 msgid "Failed to delete dates" -msgstr "" +msgstr "Impossibile eliminare le date" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:40 msgid "Failed to delete event" @@ -4819,7 +4819,7 @@ msgstr "Impossibile eliminare l'organizzatore" #: src/components/common/ProductsTable/SortableProduct/index.tsx:80 msgid "Failed to delete product. Please try again." -msgstr "" +msgstr "Impossibile eliminare il prodotto. Riprova." #: src/components/common/QuestionsTable/index.tsx:203 msgid "Failed to delete question" @@ -4875,7 +4875,7 @@ msgstr "Impossibile offrire i biglietti" #: src/components/modals/ManageOccurrenceModal/index.tsx:76 #: src/components/routes/event/OccurrenceDetail/index.tsx:102 msgid "Failed to reactivate date" -msgstr "" +msgstr "Impossibile riattivare la data" #: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to remove from waitlist" @@ -4883,11 +4883,11 @@ msgstr "Impossibile rimuovere dalla lista d'attesa" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:104 msgid "Failed to remove override" -msgstr "" +msgstr "Impossibile rimuovere la personalizzazione" #: src/components/routes/event/OccurrencesTab/index.tsx:201 msgid "Failed to reopen date" -msgstr "" +msgstr "Impossibile riaprire la data" #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" @@ -4919,15 +4919,15 @@ msgstr "Impossibile ritentare i lavori" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:69 msgid "Failed to save override" -msgstr "" +msgstr "Impossibile salvare la personalizzazione" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:156 msgid "Failed to save price override" -msgstr "" +msgstr "Impossibile salvare il prezzo personalizzato" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:163 msgid "Failed to save product settings" -msgstr "" +msgstr "Impossibile salvare le impostazioni del prodotto" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:158 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:161 @@ -5012,15 +5012,15 @@ msgstr "Verifica email non riuscita" #: src/constants/eventCategories.ts:17 msgid "Family" -msgstr "" +msgstr "Famiglia" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:247 msgid "Fast payouts to your bank" -msgstr "" +msgstr "Pagamenti rapidi sul tuo conto" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:66 msgid "February" -msgstr "" +msgstr "Febbraio" #: src/components/forms/TaxAndFeeForm/index.tsx:18 #: src/components/forms/TaxAndFeeForm/index.tsx:39 @@ -5042,7 +5042,7 @@ msgstr "Gestione delle commissioni" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:68 msgid "Fee override saved" -msgstr "" +msgstr "Commissione personalizzata salvata" #: src/components/common/InlineOrderSummary/index.tsx:156 #: src/components/common/OrdersTable/index.tsx:270 @@ -5073,11 +5073,11 @@ msgstr "Compila prima i tuoi dati sopra" #: src/constants/eventCategories.ts:12 msgid "Film" -msgstr "" +msgstr "Cinema" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:125 msgid "Filter attendees" -msgstr "" +msgstr "Filtra partecipanti" #: src/components/routes/event/attendees.tsx:245 msgid "Filter Attendees" @@ -5086,7 +5086,7 @@ msgstr "Filtra Partecipanti" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:62 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:82 msgid "Filter by date" -msgstr "" +msgstr "Filtra per data" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:118 msgid "Filter by Event" @@ -5107,27 +5107,27 @@ msgstr "Filtri ({activeFilterCount})" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:281 msgid "Finish setting up Stripe" -msgstr "" +msgstr "Completa la configurazione di Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:70 msgid "Finish setup" -msgstr "" +msgstr "Completa la configurazione" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:57 msgid "First" -msgstr "" +msgstr "Primo" #: src/components/common/PeriodSelector/index.tsx:42 msgid "First 30 days" -msgstr "" +msgstr "Primi 30 giorni" #: src/components/common/PeriodSelector/index.tsx:40 msgid "First 7 days" -msgstr "" +msgstr "Primi 7 giorni" #: src/components/common/PeriodSelector/index.tsx:44 msgid "First 90 days" -msgstr "" +msgstr "Primi 90 giorni" #: src/components/routes/product-widget/CollectInformation/index.tsx:533 msgid "First attendee" @@ -5187,7 +5187,7 @@ msgstr "Importo fisso" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:145 msgid "Fixed fee" -msgstr "" +msgstr "Commissione fissa" #: src/components/routes/admin/Configurations/index.tsx:94 #: src/components/routes/admin/Configurations/index.tsx:236 @@ -5204,11 +5204,11 @@ msgstr "La tariffa fissa deve essere pari o superiore a 0" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash off" -msgstr "" +msgstr "Flash spento" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash on" -msgstr "" +msgstr "Flash acceso" #: src/components/common/ThemeFontControl/index.tsx:65 msgid "Font Family" @@ -5236,7 +5236,7 @@ msgstr "Password dimenticata?" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:60 msgid "Fourth" -msgstr "" +msgstr "Quarto" #: src/components/common/AttendeeTicket/index.tsx:134 #: src/components/common/Currency/index.tsx:88 @@ -5258,7 +5258,7 @@ msgstr "Francese" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 msgid "Fri" -msgstr "" +msgstr "Ven" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -5275,7 +5275,7 @@ msgstr "Da {0}" #: src/components/forms/ProductForm/ledgerSummaries.ts:46 msgid "From {start}" -msgstr "" +msgstr "Dal {start}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:789 msgid "from {start} until {end}" @@ -5287,11 +5287,11 @@ msgstr "dal {start}, per {count} date" #: src/components/layouts/AuthLayout/index.tsx:26 msgid "Full data ownership" -msgstr "" +msgstr "Piena proprietà dei dati" #: src/components/common/PeriodSelector/index.tsx:46 msgid "Full event" -msgstr "" +msgstr "Evento completo" #: src/components/modals/RefundOrderModal/index.tsx:110 msgid "Full refund" @@ -5299,15 +5299,15 @@ msgstr "Rimborso completo" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "future" -msgstr "" +msgstr "future" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:352 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:353 msgid "Future dates only" -msgstr "" +msgstr "Solo date future" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Future dates will be copied with capacity reset to zero" -msgstr "" +msgstr "Le date future verranno copiate con la capacità azzerata" #: src/components/routes/event/TicketDesigner/TicketDesignerPrint.tsx:38 #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:40 @@ -5340,11 +5340,11 @@ msgstr "Indicazioni stradali" #: src/components/layouts/OrganizerLayout/index.tsx:82 msgid "Get Paid" -msgstr "" +msgstr "Ricevi i pagamenti" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:234 msgid "Get paid with Stripe" -msgstr "" +msgstr "Ricevi i pagamenti con Stripe" #: src/components/routes/auth/Register/index.tsx:73 msgid "Get started" @@ -5377,7 +5377,7 @@ msgstr "Indietro" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Go Back" -msgstr "" +msgstr "Indietro" #: src/components/routes/profile/ConfirmEmailChange/index.tsx:23 #: src/components/routes/profile/ConfirmEmailChange/index.tsx:42 @@ -5394,7 +5394,7 @@ msgstr "Vai alla pagina iniziale" #: src/components/modals/CreateAttendeeModal/index.tsx:196 msgid "Go to Schedule" -msgstr "" +msgstr "Vai alla programmazione" #: src/components/common/ThemeColorControls/index.tsx:113 msgid "Good readability" @@ -5438,7 +5438,7 @@ msgstr "Vendite lorde" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:334 msgid "Guest" -msgstr "" +msgstr "Ospite" #: src/components/layouts/Event/index.tsx:130 msgid "Guest Management" @@ -5451,7 +5451,7 @@ msgstr "Ospiti" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:45 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:159 msgid "Happening now" -msgstr "" +msgstr "In corso ora" #: src/components/routes/admin/DeletionRequests/index.tsx:161 msgid "Hard delete" @@ -5497,7 +5497,7 @@ msgstr "Ciao {0} 👋" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:51 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:74 msgid "Hi," -msgstr "" +msgstr "Ciao," #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:75 msgid "Hi.Events Fee" @@ -5514,7 +5514,7 @@ msgstr "Nascosto" #: src/components/forms/ProductForm/visibilityStatus.ts:50 msgid "Hidden — sales ended {end}." -msgstr "" +msgstr "Nascosto: le vendite sono terminate il {end}." #: src/components/common/QuestionsTable/index.tsx:112 msgid "Hidden from attendees - only visible to organizers" @@ -5522,11 +5522,11 @@ msgstr "Nascosto ai partecipanti - visibile solo agli organizzatori" #: src/components/forms/ProductForm/ledgerSummaries.ts:151 msgid "Hidden from everyone" -msgstr "" +msgstr "Nascosto a tutti" #: src/components/forms/ProductForm/visibilityStatus.ts:18 msgid "Hidden from everyone — the master hide switch is on." -msgstr "" +msgstr "Nascosto a tutti: l'interruttore principale di nascondimento è attivo." #: src/components/common/ProductsTable/SortableProduct/index.tsx:109 #: src/components/common/ProductsTable/SortableProduct/index.tsx:318 @@ -5552,7 +5552,7 @@ msgstr "Nascondi Risposte" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "Hide details" -msgstr "" +msgstr "Nascondi dettagli" #: src/components/routes/admin/Announcements/index.tsx:495 msgid "Hide Preview" @@ -5600,7 +5600,7 @@ msgstr "Nascondi questo livello agli utenti" #: src/components/forms/ProductForm/ledgerSummaries.ts:61 msgid "Hides sold out" -msgstr "" +msgstr "Nasconde gli esauriti" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:91 msgid "Hiding a product will prevent users from seeing it on the event page." @@ -5629,7 +5629,7 @@ msgstr "I prodotti evidenziati avranno un colore di sfondo diverso per farli ris #: src/constants/eventCategories.ts:18 msgid "Hobbies" -msgstr "" +msgstr "Hobby" #: src/components/routes/event/HomepageDesigner/index.tsx:168 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:173 @@ -5651,10 +5651,10 @@ msgstr "Anteprima Homepage" msgid "Homer" msgstr "Homer" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:386 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:410 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:387 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:411 msgid "Hours" -msgstr "" +msgstr "Ore" #: src/components/forms/PromoCodeForm/index.tsx:116 msgid "How is the discount applied?" @@ -5674,7 +5674,7 @@ msgstr "Quante volte può essere utilizzato questo codice?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:449 msgid "How VAT is applied to the platform fees we charge you." -msgstr "" +msgstr "Come viene applicata l'IVA sulle commissioni di piattaforma che ti addebitiamo." #: src/components/common/Editor/index.tsx:90 msgid "HTML character limit exceeded: {htmlLength}/{maxLength}" @@ -5795,11 +5795,11 @@ msgstr "Tra {diffMinutes} minuti" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:111 msgid "in last {0} min" -msgstr "" +msgstr "negli ultimi {0} min" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:472 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 msgid "In person — set a venue" -msgstr "" +msgstr "In presenza: indica un luogo" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:132 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:168 @@ -5881,7 +5881,7 @@ msgstr "Instagram" #: src/components/layouts/AuthLayout/index.tsx:14 msgid "Instant Stripe payouts" -msgstr "" +msgstr "Pagamenti Stripe immediati" #: src/components/layouts/Event/index.tsx:143 #: src/components/layouts/OrganizerLayout/index.tsx:114 @@ -5890,7 +5890,7 @@ msgstr "Integrazioni" #: src/components/forms/CheckInListForm/index.tsx:190 msgid "Internal notes on the attendee's ticket" -msgstr "" +msgstr "Note interne sul biglietto del partecipante" #: src/components/common/ContactOrganizerModal/index.tsx:35 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:33 @@ -5972,11 +5972,11 @@ msgstr "Impostazioni Fattura" #: src/components/routes/welcome/index.tsx:404 msgid "It happens on more than one date" -msgstr "" +msgstr "Si svolge in più date" #: src/components/layouts/ProductWidget/index.tsx:57 msgid "It may have been unpublished or removed. Please check the link and try again." -msgstr "" +msgstr "Potrebbe essere stato ritirato dalla pubblicazione o rimosso. Controlla il link e riprova." #: src/components/common/LanguageSwitcher/index.tsx:24 msgid "Italian" @@ -5997,7 +5997,7 @@ msgstr "Articoli" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:65 msgid "January" -msgstr "" +msgstr "Gennaio" #: src/components/routes/admin/FailedJobs/index.tsx:163 msgid "Job" @@ -6047,11 +6047,11 @@ msgstr "Iscritto" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:71 msgid "July" -msgstr "" +msgstr "Luglio" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:70 msgid "June" -msgstr "" +msgstr "Giugno" #: src/components/routes/auth/Login/index.tsx:121 msgid "Just looking for your tickets?" @@ -6059,11 +6059,11 @@ msgstr "Stai solo cercando i tuoi biglietti?" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:24 msgid "just now" -msgstr "" +msgstr "proprio ora" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:161 msgid "Just wrapped" -msgstr "" +msgstr "Appena concluso" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Keep connection" @@ -6072,7 +6072,7 @@ msgstr "Mantieni collegamento" #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Keep editing" -msgstr "" +msgstr "Continua a modificare" #: src/components/routes/admin/Announcements/index.tsx:390 msgid "Keep it short — banners show a single line. {0}/200" @@ -6084,7 +6084,7 @@ msgstr "Tienimi aggiornato sulle novità e gli eventi di {0}" #: src/components/layouts/AuthLayout/index.tsx:42 msgid "Keep the profit." -msgstr "" +msgstr "Tieniti il guadagno." #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:63 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:449 @@ -6099,7 +6099,7 @@ msgstr "Etichetta — es. Sessione mattutina" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:301 msgid "label updates" -msgstr "" +msgstr "aggiornamenti di etichetta" #: src/components/modals/CreateAttendeeModal/index.tsx:235 #: src/components/modals/ManageAttendeeModal/index.tsx:156 @@ -6109,7 +6109,7 @@ msgstr "Lingua" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:61 msgid "Last" -msgstr "" +msgstr "Ultimo" #: src/components/common/OrganizerReportTable/index.tsx:60 #: src/components/common/ReportTable/index.tsx:55 @@ -6203,13 +6203,13 @@ msgstr "Ultimo Attivato" msgid "Last Used" msgstr "Ultimo Utilizzo" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:379 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 msgid "Later" -msgstr "" +msgstr "Dopo" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:152 msgid "Latest check-ins" -msgstr "" +msgstr "Ultimi check-in" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1098 msgid "Leave “from” as today to start right away." @@ -6221,27 +6221,27 @@ msgstr "Lascia vuoto per utilizzare la parola predefinita \"Fattura\"" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:507 msgid "Leave empty for unlimited" -msgstr "" +msgstr "Lascia vuoto per illimitato" #: src/components/forms/CheckInListForm/index.tsx:131 msgid "Leave empty to apply this check-in list to all occurrences" -msgstr "" +msgstr "Lascia vuoto per applicare questa lista check-in a tutte le date" #: src/components/forms/CheckInListForm/index.tsx:106 msgid "Leave on to cover every ticket on the event. Turn off to pick specific tickets." -msgstr "" +msgstr "Lascia attivo per coprire tutti i biglietti dell'evento. Disattiva per scegliere biglietti specifici." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:300 msgid "Let them know about the change" -msgstr "" +msgstr "Informali della modifica" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:266 msgid "Let them know about the changes" -msgstr "" +msgstr "Informali delle modifiche" #: src/components/layouts/OrganizerLayout/index.tsx:111 msgid "Library" -msgstr "" +msgstr "Libreria" #: src/components/common/ThemeColorControls/index.tsx:84 msgid "Light" @@ -6261,7 +6261,7 @@ msgstr "Link consentiti" #: src/components/routes/event/OccurrencesTab/index.tsx:472 msgid "List" -msgstr "" +msgstr "Elenco" #: src/components/common/EventCard/index.tsx:91 #: src/components/layouts/Event/index.tsx:218 @@ -6281,11 +6281,11 @@ msgstr "Eventi in Diretta" #: src/components/forms/ProductForm/ProductPreview.tsx:72 msgid "Live preview" -msgstr "" +msgstr "Anteprima dal vivo" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:344 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 msgid "Loaded dates" -msgstr "" +msgstr "Date caricate" #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:33 msgid "Loading preview..." @@ -6340,7 +6340,7 @@ msgstr "Luogo aggiornato" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:302 msgid "location updates" -msgstr "" +msgstr "aggiornamenti di luogo" #: src/components/routes/organizer/Locations/index.tsx:52 msgid "locations" @@ -6404,7 +6404,7 @@ msgstr "Rendi obbligatorio l'indirizzo di fatturazione durante il checkout" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:114 msgid "Make it visible so people can buy tickets" -msgstr "" +msgstr "Rendilo visibile così le persone possono acquistare i biglietti" #: src/components/forms/QuestionForm/index.tsx:212 msgid "Make this question mandatory" @@ -6426,7 +6426,7 @@ msgstr "Gestisci" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:97 msgid "Manage {0}" -msgstr "" +msgstr "Gestisci {0}" #: src/hooks/useAttendeeActions.tsx:75 msgid "Manage attendee" @@ -6434,7 +6434,7 @@ msgstr "Gestisci partecipante" #: src/components/routes/event/OccurrencesTab/index.tsx:462 msgid "Manage dates and times for your recurring event" -msgstr "" +msgstr "Gestisci date e orari del tuo evento ricorrente" #: src/components/common/EventCard/index.tsx:146 msgid "Manage event" @@ -6442,7 +6442,7 @@ msgstr "Gestisci evento" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:393 msgid "Manage on Stripe" -msgstr "" +msgstr "Gestisci su Stripe" #: src/hooks/useOrderActions.tsx:99 msgid "Manage order" @@ -6459,11 +6459,11 @@ msgstr "Gestisci Profilo" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:114 msgid "Manage schedule" -msgstr "" +msgstr "Gestisci programmazione" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:78 msgid "Manage Schedule" -msgstr "" +msgstr "Gestisci programmazione" #: src/components/routes/account/ManageAccount/sections/TaxSettings/index.tsx:17 msgid "Manage taxes and fees which can be applied to your products" @@ -6505,7 +6505,7 @@ msgstr "Aggiungi Manualmente Partecipante" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:67 msgid "March" -msgstr "" +msgstr "Marzo" #: src/hooks/useOrderActions.tsx:128 msgid "Mark as paid" @@ -6513,7 +6513,7 @@ msgstr "Segna come pagato" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:180 msgid "Mark as validated (admin override)" -msgstr "" +msgstr "Segna come convalidato (forzatura da amministratore)" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:177 msgid "Max Messages / 24h" @@ -6533,7 +6533,7 @@ msgstr "Massimo Per Ordine" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:69 msgid "May" -msgstr "" +msgstr "Maggio" #: src/components/routes/admin/Attribution/index.tsx:108 msgid "Medium" @@ -6620,7 +6620,7 @@ msgstr "Livello di messaggistica aggiornato con successo" #: src/components/forms/ProductForm/ledgerSummaries.ts:115 msgid "Min {min} per order" -msgstr "" +msgstr "Min. {min} per ordine" #: src/components/forms/ProductForm/index.tsx:523 msgid "Minimum Per Order" @@ -6634,10 +6634,10 @@ msgstr "Prezzo Minimo" msgid "minutes" msgstr "minuti" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:393 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:417 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:394 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:418 msgid "Minutes" -msgstr "" +msgstr "Minuti" #: src/components/routes/event/Settings/index.tsx:84 msgid "Miscellaneous" @@ -6652,13 +6652,13 @@ msgstr "Impostazioni Varie" msgid "Modal" msgstr "Modale" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:467 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:468 msgid "Mode" -msgstr "" +msgstr "Modalità" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 msgid "Mon" -msgstr "" +msgstr "Lun" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -6675,7 +6675,7 @@ msgstr "Monitora e gestisci i lavori in background falliti" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:89 msgid "month" -msgstr "" +msgstr "mese" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:931 msgid "Month" @@ -6684,20 +6684,20 @@ msgstr "Mese" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:52 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Monthly" -msgstr "" +msgstr "Mensile" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:97 msgid "months" -msgstr "" +msgstr "mesi" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:268 msgid "more" -msgstr "" +msgstr "altro" #: src/components/common/EntityActions/index.tsx:98 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:171 msgid "More actions" -msgstr "" +msgstr "Altre azioni" #: src/components/routes/admin/Dashboard/index.tsx:294 msgid "Most Viewed Events (Last 14 Days)" @@ -6705,7 +6705,7 @@ msgstr "Eventi più visti (Ultimi 14 giorni)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Move all dates earlier or later" -msgstr "" +msgstr "Anticipa o posticipa tutte le date" #: src/components/forms/QuestionForm/index.tsx:106 msgid "Multi line text box" @@ -6715,11 +6715,11 @@ msgstr "Casella di testo multilinea" #: src/components/layouts/EventHomepage/index.tsx:180 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Multiple locations" -msgstr "" +msgstr "Più luoghi" #: src/components/layouts/AuthLayout/index.tsx:27 msgid "Multiple ticket types" -msgstr "" +msgstr "Più tipi di biglietto" #: src/constants/eventCategories.ts:8 msgid "Music" @@ -6800,13 +6800,13 @@ msgstr "Ricavi Netti" msgid "Never" msgstr "Mai" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:432 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 msgid "New capacity" -msgstr "" +msgstr "Nuova capacità" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:451 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 msgid "New label" -msgstr "" +msgstr "Nuova etichetta" #: src/components/common/LocationPicker/index.tsx:169 #: src/components/common/LocationPicker/index.tsx:183 @@ -6825,7 +6825,7 @@ msgstr "Nuove iscrizioni" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:53 msgid "New time:" -msgstr "" +msgstr "Nuovo orario:" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:429 msgid "Next month" @@ -6833,11 +6833,11 @@ msgstr "Mese successivo" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:162 msgid "Next occurrence" -msgstr "" +msgstr "Prossima data" #: src/components/common/EventDateRange/index.tsx:61 msgid "Next: {nextFormatted}" -msgstr "" +msgstr "Prossima: {nextFormatted}" #: src/constants/eventCategories.ts:4 msgid "Nightlife" @@ -6886,7 +6886,7 @@ msgstr "Nessun partecipante trovato per questo ordine." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:173 msgid "No attendees to show" -msgstr "" +msgstr "Nessun partecipante da mostrare" #: src/components/common/AttendeeTable/index.tsx:346 msgid "No Attendees to show" @@ -6894,7 +6894,7 @@ msgstr "Nessun Partecipante da mostrare" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:79 msgid "No attendees yet for this date." -msgstr "" +msgstr "Ancora nessun partecipante per questa data." #: src/components/routes/admin/Attribution/index.tsx:121 msgid "No attribution data found" @@ -6902,7 +6902,7 @@ msgstr "Nessun dato di attribuzione trovato" #: src/components/routes/organizer/Payments/CapabilityList.tsx:69 msgid "No capabilities reported by Stripe yet." -msgstr "" +msgstr "Stripe non ha ancora segnalato alcuna funzionalità." #: src/components/modals/OfferWaitlistModal/index.tsx:193 msgid "No capacity" @@ -6915,7 +6915,7 @@ msgstr "Nessuna Assegnazione di Capacità" #: src/components/common/KpiGrid/index.tsx:57 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:212 msgid "No change" -msgstr "" +msgstr "Nessuna modifica" #: src/components/common/CheckInListList/index.tsx:44 #: src/components/common/CheckInListTable/index.tsx:266 @@ -6928,7 +6928,7 @@ msgstr "Nessuna lista di check-in disponibile per questo evento." #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:155 msgid "No check-ins yet" -msgstr "" +msgstr "Ancora nessun check-in" #: src/components/routes/admin/Configurations/index.tsx:127 msgid "No configurations found" @@ -6936,7 +6936,7 @@ msgstr "Nessuna configurazione trovata" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:207 msgid "No connections available" -msgstr "" +msgstr "Nessun collegamento disponibile" #: src/components/common/ReportTable/index.tsx:233 msgid "No data available" @@ -6953,32 +6953,32 @@ msgstr "Nessun dato da mostrare. Seleziona un intervallo di date" #: src/components/common/EventCard/index.tsx:221 #: src/components/common/EventCard/index.tsx:318 msgid "No date added" -msgstr "" +msgstr "Nessuna data aggiunta" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:668 msgid "No dates available this month. Try navigating to another month." -msgstr "" +msgstr "Nessuna data disponibile questo mese. Prova a passare a un altro mese." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:90 msgid "No dates match the current filters." -msgstr "" +msgstr "Nessuna data corrisponde ai filtri attuali." -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates match your filters" -msgstr "" +msgstr "Nessuna data corrisponde ai tuoi filtri" #: src/components/common/OccurrenceSelect/index.tsx:158 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:130 msgid "No dates match your search" -msgstr "" +msgstr "Nessuna data corrisponde alla tua ricerca" #: src/components/modals/PublishEventModal/index.tsx:103 msgid "No dates scheduled" msgstr "Nessuna data in programma" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates scheduled yet" -msgstr "" +msgstr "Ancora nessuna data programmata" #: src/components/routes/admin/DeletionRequests/index.tsx:108 msgid "No deletion requests found" @@ -7026,7 +7026,7 @@ msgstr "Nessuna fattura" #: src/components/forms/ProductForm/ledgerSummaries.ts:121 msgid "No limits" -msgstr "" +msgstr "Nessun limite" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:163 #: src/components/modals/WebhookLogsModal/index.tsx:177 @@ -7047,11 +7047,11 @@ msgstr "Nessun messaggio da mostrare" #: src/components/modals/CreateAttendeeModal/index.tsx:183 msgid "No occurrences available" -msgstr "" +msgstr "Nessuna data disponibile" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:134 msgid "No occurrences on this date" -msgstr "" +msgstr "Nessuna data in questo giorno" #: src/components/common/QuestionsTable/index.tsx:491 msgid "No order questions yet" @@ -7071,7 +7071,7 @@ msgstr "Nessun ordine disponibile" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:90 msgid "No orders yet for this date." -msgstr "" +msgstr "Ancora nessun ordine per questa data." #: src/components/routes/admin/Dashboard/index.tsx:377 msgid "No organizer activity in the last 14 days" @@ -7079,7 +7079,7 @@ msgstr "Nessuna attività dell'organizzatore negli ultimi 14 giorni" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:179 msgid "No organizer context available." -msgstr "" +msgstr "Nessun contesto organizzatore disponibile." #: src/components/modals/SwitchOrganizerModal/index.tsx:57 msgid "No other organizers available" @@ -7116,7 +7116,7 @@ msgstr "Nessun prodotto disponibile in questa categoria." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:170 msgid "No products configured for this event." -msgstr "" +msgstr "Nessun prodotto configurato per questo evento." #: src/components/modals/OfferWaitlistModal/index.tsx:140 msgid "No products have waiting entries" @@ -7195,7 +7195,7 @@ msgstr "Nessun biglietto in vendita" #: src/components/common/EventDateRange/index.tsx:68 msgid "No upcoming dates" -msgstr "" +msgstr "Nessuna data in programma" #: src/components/layouts/OrganizerHomepage/index.tsx:299 msgid "No upcoming events" @@ -7229,7 +7229,7 @@ msgstr "No, rimani qui" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:293 msgid "non-edited" -msgstr "" +msgstr "non modificate" #: src/components/common/PromoCodeTable/index.tsx:82 #: src/components/forms/ProductForm/ledgerSummaries.ts:92 @@ -7240,7 +7240,7 @@ msgstr "Nessuno" #: src/components/forms/ProductForm/ledgerSummaries.ts:29 msgid "None yet" -msgstr "" +msgstr "Ancora nessuno" #: src/components/common/ProductPriceAvailability/index.tsx:38 #: src/components/common/ProductPriceAvailability/index.tsx:68 @@ -7250,7 +7250,7 @@ msgstr "Non disponibile" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:122 #: src/components/modals/ManageAttendeeModal/index.tsx:138 msgid "Not checked in" -msgstr "" +msgstr "Check-in non effettuato" #: src/components/common/AttendeeTable/index.tsx:304 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -7279,7 +7279,7 @@ msgstr "Impostazioni Notifiche" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:569 msgid "Notify attendees and stop sales" -msgstr "" +msgstr "Avvisa i partecipanti e blocca le vendite" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:76 msgid "Notify organizer of new orders" @@ -7287,11 +7287,11 @@ msgstr "Notifica all'organizzatore i nuovi ordini" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:75 msgid "November" -msgstr "" +msgstr "Novembre" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1087 msgid "Number of dates to create" -msgstr "" +msgstr "Numero di date da creare" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:227 msgid "Number of days allowed for payment (leave blank to omit payment terms from invoices)" @@ -7307,38 +7307,38 @@ msgstr "Prefisso Numero" #: src/components/modals/ManageOrderModal/index.tsx:140 #: src/components/modals/SendMessageModal/index.tsx:357 msgid "Occurrence" -msgstr "" +msgstr "Data" #: src/components/forms/WebhookForm/index.tsx:133 msgid "Occurrence Cancelled" -msgstr "" +msgstr "Data annullata" #: src/components/layouts/Event/index.tsx:113 #: src/components/routes/event/OccurrencesTab/index.tsx:463 msgid "Occurrence Schedule" -msgstr "" +msgstr "Programmazione delle date" #: src/components/routes/event/Reports/index.tsx:37 #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:102 msgid "Occurrence Summary" -msgstr "" +msgstr "Riepilogo della data" #: src/components/common/OrderDetails/index.tsx:55 #: src/components/modals/ManageOrderModal/index.tsx:140 msgid "Occurrences" -msgstr "" +msgstr "Date" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Occurrences (future only)" -msgstr "" +msgstr "Date (solo future)" #: src/components/modals/CreateEventModal/index.tsx:252 msgid "Occurrences can be configured after creation" -msgstr "" +msgstr "Le date si possono configurare dopo la creazione" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:74 msgid "October" -msgstr "" +msgstr "Ottobre" #: src/components/common/OrganizerReportTable/index.tsx:356 msgid "of" @@ -7351,7 +7351,7 @@ msgstr "di ogni mese" #: src/components/forms/ProductForm/ledgerSummaries.ts:77 #: src/components/forms/ProductForm/ledgerSummaries.ts:140 msgid "Off" -msgstr "" +msgstr "Off" #: src/components/common/WaitlistTable/index.tsx:135 #: src/components/modals/OfferWaitlistModal/index.tsx:227 @@ -7422,7 +7422,7 @@ msgstr "il" #: src/components/forms/ProductForm/ledgerSummaries.ts:74 msgid "On" -msgstr "" +msgstr "On" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:760 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:768 @@ -7449,7 +7449,7 @@ msgstr "il {position} {day}" #: src/components/forms/ProductForm/index.tsx:442 msgid "On the event page" -msgstr "" +msgstr "Sulla pagina dell'evento" #: src/components/common/JoinWaitlistButton/index.tsx:25 msgid "On the waitlist" @@ -7480,23 +7480,23 @@ msgstr "In Corso" msgid "Online" msgstr "Online" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 msgid "Online — provide connection details" -msgstr "" +msgstr "Online: indica i dettagli di collegamento" #: src/components/common/EventCard/index.tsx:100 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Online & in-person" -msgstr "" +msgstr "Online e in presenza" #: src/components/layouts/EventHomepage/index.tsx:181 msgid "Online & in-person — see schedule" -msgstr "" +msgstr "Online e in presenza: vedi la programmazione" #: src/components/common/AttendeeTicket/index.tsx:127 #: src/components/modals/ManageOccurrenceModal/index.tsx:146 msgid "Online event" -msgstr "" +msgstr "Evento online" #: src/components/layouts/EventHomepage/index.tsx:404 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:175 @@ -7517,7 +7517,7 @@ msgstr "Solo {capacity} rimasti" #: src/components/forms/ProductForm/ProductDrawer.tsx:130 msgid "Only a name is required — everything else has sensible defaults" -msgstr "" +msgstr "Serve solo un nome: tutto il resto ha valori predefiniti sensati" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:74 msgid "Only account administrators can delete or archive events. Contact your account admin for assistance." @@ -7529,7 +7529,7 @@ msgstr "Solo gli amministratori dell'account possono eliminare o archiviare orga #: src/components/forms/ProductForm/index.tsx:546 msgid "Only available as an add-on" -msgstr "" +msgstr "Disponibile solo come prodotto aggiuntivo" #: src/components/routes/admin/Announcements/index.tsx:470 msgid "Only published announcements are shown to users" @@ -7545,11 +7545,11 @@ msgstr "Mostra solo data e ora di inizio" #: src/components/common/ProductsTable/SortableProduct/index.tsx:335 msgid "Only shown as an add-on to the products it's attached to" -msgstr "" +msgstr "Mostrato solo come prodotto aggiuntivo dei prodotti a cui è associato" #: src/components/forms/ProductForm/visibilityStatus.ts:25 msgid "Only shown as an add-on to the products it's attached to." -msgstr "" +msgstr "Mostrato solo come prodotto aggiuntivo dei prodotti a cui è associato." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:138 msgid "Only the account owner can request account deletion." @@ -7557,11 +7557,11 @@ msgstr "Solo il proprietario dell'account può richiedere l'eliminazione dell'ac #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:513 msgid "Only tickets count toward capacity" -msgstr "" +msgstr "Solo i biglietti rientrano nel conteggio della capacità" #: src/components/forms/ProductForm/visibilityStatus.ts:32 msgid "Only visible to buyers with an applicable promo code." -msgstr "" +msgstr "Visibile solo agli acquirenti con un codice promo valido." #: src/components/common/ProductsTable/SortableProduct/index.tsx:319 msgid "Only visible with promo code" @@ -7569,7 +7569,7 @@ msgstr "Visibile solo con codice promozionale" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open check-in" -msgstr "" +msgstr "Apri check-in" #: src/components/common/CheckInListList/index.tsx:165 #: src/components/common/CheckInListTable/index.tsx:209 @@ -7579,7 +7579,7 @@ msgstr "Apri Pagina di Check-In" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open occurrence" -msgstr "" +msgstr "Apri data" #: src/components/layouts/AppLayout/index.tsx:31 msgid "Open sidebar" @@ -7621,9 +7621,9 @@ msgstr "Opzioni" msgid "or" msgstr "o" -#: src/components/routes/event/OccurrencesTab/index.tsx:603 +#: src/components/routes/event/OccurrencesTab/index.tsx:618 msgid "or add a single date" -msgstr "" +msgstr "oppure aggiungi una singola data" #: src/components/modals/PublishEventModal/index.tsx:81 msgid "Or enable offline payments and disable Stripe" @@ -7631,7 +7631,7 @@ msgstr "Oppure abilita i pagamenti offline e disabilita Stripe" #: src/components/routes/event/OccurrencesTab/index.tsx:415 msgid "order" -msgstr "" +msgstr "ordine" #: src/components/common/QuestionsTable/index.tsx:295 #: src/components/common/QuestionsTable/index.tsx:448 @@ -7647,7 +7647,7 @@ msgstr "Ordine & biglietto" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:265 msgid "Order #" -msgstr "" +msgstr "N. ordine" #: src/components/routes/product-widget/CollectInformation/index.tsx:386 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:375 @@ -7682,7 +7682,7 @@ msgstr "Data Ordine" #: src/components/forms/CheckInListForm/index.tsx:222 msgid "Order details" -msgstr "" +msgstr "Dettagli dell'ordine" #: src/components/common/OrdersTable/index.tsx:178 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:613 @@ -7708,7 +7708,7 @@ msgstr "ID ordine" #: src/components/forms/ProductForm/index.tsx:517 msgid "Order limits" -msgstr "" +msgstr "Limiti d'ordine" #: src/hooks/useOrderActions.tsx:50 msgid "Order marked as paid" @@ -7728,7 +7728,7 @@ msgstr "Ordine non trovato" #: src/components/forms/CheckInListForm/index.tsx:224 msgid "Order number, purchase date, purchaser email" -msgstr "" +msgstr "Numero d'ordine, data di acquisto, email dell'acquirente" #: src/components/common/MessageList/index.tsx:31 msgid "Order owner" @@ -7790,7 +7790,7 @@ msgstr "L'ordine è stato annullato" #: src/components/routes/event/OccurrencesTab/index.tsx:415 #: src/components/routes/event/orders.tsx:197 msgid "orders" -msgstr "" +msgstr "ordini" #: src/components/layouts/Admin/index.tsx:17 #: src/components/layouts/Event/index.tsx:125 @@ -7905,7 +7905,7 @@ msgstr "Verrà utilizzato il modello dell'organizzatore/predefinito" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:202 msgid "Organizers" -msgstr "" +msgstr "Organizzatori" #: src/components/modals/EditUserModal/index.tsx:58 #: src/components/modals/InviteUserModal/index.tsx:49 @@ -7927,7 +7927,7 @@ msgstr "Esito" #: src/constants/eventCategories.ts:22 msgid "Outdoors" -msgstr "" +msgstr "All'aperto" #: src/components/routes/admin/Messages/index.tsx:107 msgid "Outgoing Messages" @@ -7935,19 +7935,19 @@ msgstr "Messaggi in uscita" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:208 msgid "Override" -msgstr "" +msgstr "Personalizzazione" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:133 msgid "Override fees on this organizer" -msgstr "" +msgstr "Personalizza le commissioni di questo organizzatore" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:228 msgid "Override price" -msgstr "" +msgstr "Personalizza il prezzo" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:96 msgid "Override removed" -msgstr "" +msgstr "Personalizzazione rimossa" #: src/components/layouts/Event/index.tsx:100 msgid "Overview" @@ -7988,7 +7988,7 @@ msgstr "pagato" #: src/components/forms/ProductForm/index.tsx:274 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:431 msgid "Paid" -msgstr "" +msgstr "Pagato" #: src/components/routes/admin/Attribution/index.tsx:51 msgid "Paid Accounts" @@ -8048,7 +8048,7 @@ msgstr "Passato" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:317 msgid "Past due" -msgstr "" +msgstr "Scaduto" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Past Events" @@ -8162,7 +8162,7 @@ msgstr "Pagamenti non disponibili" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:407 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:463 msgid "Payouts" -msgstr "" +msgstr "Pagamenti" #: src/components/routes/admin/DeletionRequests/index.tsx:85 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:437 @@ -8180,7 +8180,7 @@ msgstr "Per partecipante" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:117 msgid "per min" -msgstr "" +msgstr "al min" #: src/components/common/PromoCodeTable/index.tsx:91 msgid "per order" @@ -8216,7 +8216,7 @@ msgstr "percentuale Commissione" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:137 msgid "Percentage fee (%)" -msgstr "" +msgstr "Commissione percentuale (%)" #: src/components/routes/admin/Configurations/index.tsx:175 msgid "Percentage must be between 0 and 100" @@ -8248,7 +8248,7 @@ msgstr "Elimina definitivamente questo organizzatore e tutti i suoi eventi." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:583 msgid "Permanently remove this date" -msgstr "" +msgstr "Rimuovi definitivamente questa data" #: src/components/routes/profile/ManageProfile/index.tsx:148 msgid "Personal Information" @@ -8260,15 +8260,15 @@ msgstr "Telefono" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:530 msgid "Pick an end date" -msgstr "" +msgstr "Scegli una data di fine" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:538 msgid "Pick at least one day of the month" -msgstr "" +msgstr "Scegli almeno un giorno del mese" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:527 msgid "Pick at least one day of the week" -msgstr "" +msgstr "Scegli almeno un giorno della settimana" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:841 msgid "Pick days to see your dates." @@ -8285,7 +8285,7 @@ msgstr "Inserisci questo nel del tuo sito web." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:269 #: src/components/modals/ManageOrderModal/index.tsx:125 msgid "Placed" -msgstr "" +msgstr "Effettuato" #: src/components/common/PoweredByFooter/index.tsx:48 msgid "Planning an event?" @@ -8340,7 +8340,7 @@ msgstr "Controlla la tua email per confermare il tuo indirizzo email" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:76 msgid "Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions." -msgstr "" +msgstr "Controlla il nuovo orario sul tuo biglietto. I tuoi biglietti restano validi: non devi fare nulla, a meno che i nuovi orari non ti vadano bene. Rispondi a questa email se hai domande." #: src/components/routes/product-widget/SelectProducts/index.tsx:1023 msgid "Please continue in the new tab" @@ -8393,7 +8393,7 @@ msgstr "Torna alla pagina dell'evento per ricominciare." #: src/components/routes/product-widget/SelectProducts/index.tsx:584 msgid "Please select a date and time" -msgstr "" +msgstr "Seleziona una data e un orario" #: src/components/common/OrganizerReportTable/index.tsx:269 msgid "Please select a date range" @@ -8452,7 +8452,7 @@ msgstr "Portoghese" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:967 msgid "Position" -msgstr "" +msgstr "Posizione" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:97 msgid "Post Checkout message" @@ -8506,7 +8506,7 @@ msgstr "Prezzo non impostato" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:206 msgid "Price Tier" -msgstr "" +msgstr "Fascia di prezzo" #: src/components/forms/ProductForm/index.tsx:356 msgid "Price Tiers" @@ -8514,7 +8514,7 @@ msgstr "Fasce di prezzo" #: src/components/forms/ProductForm/index.tsx:266 msgid "Pricing" -msgstr "" +msgstr "Prezzi" #: src/components/common/WidgetEditor/index.tsx:187 msgid "Primary Color" @@ -8604,11 +8604,11 @@ msgstr "Ripartizione vendite prodotti, ricavi e tasse" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:599 msgid "Product settings cannot be edited for cancelled dates." -msgstr "" +msgstr "Le impostazioni dei prodotti non si possono modificare per le date annullate." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:160 msgid "Product settings saved successfully" -msgstr "" +msgstr "Impostazioni del prodotto salvate correttamente" #: src/components/common/ProductSelector/index.tsx:67 msgid "Product Tier" @@ -8661,7 +8661,7 @@ msgstr "Profilo aggiornato con successo" #: src/components/common/CheckIn/CheckInInfoModal.tsx:47 msgid "Progress" -msgstr "" +msgstr "Avanzamento" #: src/components/routes/product-widget/SelectProducts/index.tsx:500 msgid "Promo {promo_code} code applied" @@ -8682,7 +8682,7 @@ msgstr "Pagina Codice Promo" #: src/components/forms/ProductForm/ledgerSummaries.ts:154 msgid "Promo code required" -msgstr "" +msgstr "Codice promo obbligatorio" #: src/components/routes/event/Reports/index.tsx:32 msgid "Promo code usage and discount breakdown" @@ -8690,11 +8690,11 @@ msgstr "Ripartizione utilizzo codici promo e sconti" #: src/components/routes/event/promo-codes.tsx:55 msgid "promo codes" -msgstr "" +msgstr "codici promo" #: src/components/layouts/AuthLayout/index.tsx:18 msgid "Promo codes" -msgstr "" +msgstr "Codici promo" #: src/components/layouts/Event/index.tsx:126 #: src/components/modals/DuplicateEventModal/index.tsx:52 @@ -8733,11 +8733,11 @@ msgstr "Fornisci almeno un campo dell'indirizzo (sede, via, città o paese)." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:438 msgid "Provide the following before Stripe's next review to keep payouts flowing." -msgstr "" +msgstr "Fornisci quanto segue prima della prossima verifica di Stripe per non interrompere i pagamenti." #: src/components/forms/ProductForm/ledgerSummaries.ts:157 msgid "Public" -msgstr "" +msgstr "Pubblico" #: src/components/common/StatusToggle/index.tsx:97 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:117 @@ -8754,7 +8754,7 @@ msgstr "Pubblica evento" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:113 msgid "Publish your event" -msgstr "" +msgstr "Pubblica il tuo evento" #: src/components/routes/admin/Announcements/index.tsx:183 #: src/components/routes/admin/Announcements/index.tsx:473 @@ -8774,11 +8774,11 @@ msgstr "Acquistato" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:275 msgid "Purchaser" -msgstr "" +msgstr "Acquirente" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:283 msgid "Purchaser email" -msgstr "" +msgstr "Email dell'acquirente" #: src/components/modals/ShareModal/index.tsx:168 msgid "QR Code" @@ -8786,7 +8786,7 @@ msgstr "Codice QR" #: src/components/layouts/AuthLayout/index.tsx:16 msgid "QR code check-in" -msgstr "" +msgstr "Check-in con codice QR" #: src/components/modals/OfferWaitlistModal/index.tsx:170 msgid "Qty" @@ -8803,7 +8803,7 @@ msgstr "Quantità Disponibile" #: src/components/forms/CheckInListForm/index.tsx:205 msgid "Question answers" -msgstr "" +msgstr "Risposte alle domande" #: src/components/common/QuestionsTable/index.tsx:201 msgid "Question deleted" @@ -8837,7 +8837,7 @@ msgstr "Coda" #: src/components/forms/PromoCodeForm/index.tsx:145 msgid "Quick Tip" -msgstr "" +msgstr "Consiglio rapido" #: src/components/forms/QuestionForm/index.tsx:118 msgid "Radio Option" @@ -8861,7 +8861,7 @@ msgstr "Rioffri posto" #: src/components/modals/ManageOccurrenceModal/index.tsx:70 #: src/components/routes/event/OccurrenceDetail/index.tsx:96 msgid "Reactivate this date? It will be reopened for future sales." -msgstr "" +msgstr "Riattivare questa data? Verrà riaperta alle vendite future." #: src/components/modals/PublishEventModal/index.tsx:143 msgid "Ready to go live?" @@ -8869,7 +8869,7 @@ msgstr "Pronto per andare online?" #: src/components/layouts/AuthLayout/index.tsx:19 msgid "Real-time analytics" -msgstr "" +msgstr "Analisi in tempo reale" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:171 msgid "Reason (optional)" @@ -8887,19 +8887,19 @@ msgstr "Iscrizioni recenti" #: src/components/common/PeriodSelector/index.tsx:111 msgid "Recent activity" -msgstr "" +msgstr "Attività recente" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:59 msgid "Recent Attendees" -msgstr "" +msgstr "Partecipanti recenti" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:106 msgid "Recent check-ins" -msgstr "" +msgstr "Check-in recenti" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:309 msgid "Recent orders" -msgstr "" +msgstr "Ordini recenti" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:63 msgid "Recent Orders" @@ -8930,12 +8930,12 @@ msgstr "I destinatari sono disponibili dopo l'invio del messaggio" #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "Recommended" -msgstr "" +msgstr "Consigliato" #: src/components/common/EventCard/index.tsx:209 #: src/components/common/EventCard/index.tsx:322 msgid "Recurring" -msgstr "" +msgstr "Ricorrente" #: src/components/layouts/EventHomepage/index.tsx:368 #: src/components/modals/CreateEventModal/index.tsx:240 @@ -8949,7 +8949,7 @@ msgstr "Impostazioni evento ricorrente" #: src/components/layouts/AuthLayout/index.tsx:13 msgid "Recurring events" -msgstr "" +msgstr "Eventi ricorrenti" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:80 msgid "Reddit" @@ -8969,13 +8969,13 @@ msgstr "Aggiorna Anteprima" #: src/components/routes/event/OccurrencesTab/index.tsx:218 msgid "Refund all orders for these dates" -msgstr "" +msgstr "Rimborsa tutti gli ordini di queste date" #: src/components/routes/event/OccurrenceDetail/index.tsx:67 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:44 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:334 msgid "Refund all orders for this date" -msgstr "" +msgstr "Rimborsa tutti gli ordini di questa data" #: src/components/modals/RefundOrderModal/index.tsx:108 msgid "Refund amount" @@ -9046,7 +9046,7 @@ msgstr "Domande di registrazione" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:142 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:94 msgid "Remaining" -msgstr "" +msgstr "Rimanenti" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:82 msgid "Remaining Uses" @@ -9064,9 +9064,9 @@ msgstr "rimuovi" msgid "Remove" msgstr "Rimuovi" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:458 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:459 msgid "Remove label from all dates" -msgstr "" +msgstr "Rimuovi l'etichetta da tutte le date" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:67 msgid "Remove sold out dates and times from the event page entirely. When disabled, they remain visible and are labelled as sold out." @@ -9078,11 +9078,11 @@ msgstr "Rimuovi orario" #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:60 msgid "Reopen for new sales" -msgstr "" +msgstr "Riapri le vendite" #: src/components/routes/event/OccurrencesTab/index.tsx:194 msgid "Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed." -msgstr "" +msgstr "Riaprire le vendite per questa data? I biglietti annullati in precedenza non verranno ripristinati: i partecipanti interessati restano annullati e i rimborsi già emessi non vengono revocati." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:885 msgid "Repeats" @@ -9183,7 +9183,7 @@ msgstr "Reimposta password" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:238 msgid "Reset to base price" -msgstr "" +msgstr "Ripristina il prezzo base" #: src/components/routes/auth/ResetPassword/index.tsx:75 msgid "Resetting..." @@ -9226,7 +9226,7 @@ msgstr "Ripristina questo organizzatore e rendilo nuovamente attivo." #: src/components/common/ToolBar/index.tsx:47 msgid "results" -msgstr "" +msgstr "risultati" #: src/components/routes/admin/FailedJobs/index.tsx:199 msgid "Retry" @@ -9259,11 +9259,11 @@ msgstr "Luoghi riutilizzabili per i tuoi eventi. I luoghi creati dal completamen #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:218 msgid "Reuse" -msgstr "" +msgstr "Riutilizza" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:198 msgid "Reuse a Stripe connection from another organizer in this account." -msgstr "" +msgstr "Riutilizza un collegamento Stripe di un altro organizzatore di questo account." #: src/components/common/AffiliateTable/index.tsx:157 #: src/components/common/EventCard/index.tsx:255 @@ -9316,7 +9316,7 @@ msgstr "Periodo di vendita" #: src/components/forms/ProductForm/index.tsx:420 msgid "Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page." -msgstr "" +msgstr "Il periodo di vendita vale per tutte le date della tua programmazione. Per gestire prezzi e disponibilità delle singole date, usa le personalizzazioni nella <0>pagina Programmazione delle date." #: src/components/forms/ProductForm/index.tsx:427 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:80 @@ -9329,7 +9329,7 @@ msgstr "Inizio vendita {0}" #: src/components/forms/ProductForm/index.tsx:413 msgid "Sale window" -msgstr "" +msgstr "Periodo di vendita" #: src/components/common/AffiliateTable/index.tsx:145 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:143 @@ -9352,7 +9352,7 @@ msgstr "Inizio vendite" #: src/components/routes/event/Reports/index.tsx:38 msgid "Sales, attendance, and check-in breakdown per occurrence" -msgstr "" +msgstr "Dettaglio di vendite, presenze e check-in per data" #: src/components/routes/organizer/Reports/index.tsx:24 msgid "Sales, orders, and performance metrics for all events" @@ -9364,7 +9364,7 @@ msgstr "Vendite:" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:471 msgid "Same as event" -msgstr "" +msgstr "Come l'evento" #: src/components/common/PlatformFeesSettings/index.tsx:175 msgid "Sample ticket price" @@ -9377,7 +9377,7 @@ msgstr "Luogo di Esempio" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 msgid "Sat" -msgstr "" +msgstr "Sab" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -9421,7 +9421,7 @@ msgstr "Salva Modifiche" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:160 msgid "Save fee override" -msgstr "" +msgstr "Salva la commissione personalizzata" #: src/components/modals/EditOrganizerModal/index.tsx:70 msgid "Save Organizer" @@ -9449,7 +9449,7 @@ msgstr "Salva Design del Biglietto" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:202 msgid "Save VAT settings" -msgstr "" +msgstr "Salva le impostazioni IVA" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:239 msgid "Save VAT Settings" @@ -9465,7 +9465,7 @@ msgstr "Luoghi salvati" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:153 msgid "Saving an override creates a dedicated configuration for this organizer if it's currently on the system default." -msgstr "" +msgstr "Salvando una personalizzazione viene creata una configurazione dedicata per questo organizzatore, se attualmente usa quella predefinita di sistema." #: src/components/layouts/CheckIn/BottomNav.tsx:15 msgid "Scan" @@ -9473,32 +9473,32 @@ msgstr "Scansiona" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:58 msgid "Scan a ticket to check in an attendee" -msgstr "" +msgstr "Scansiona un biglietto per fare il check-in di un partecipante" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:109 msgid "Scanned tickets will appear here" -msgstr "" +msgstr "I biglietti scansionati compariranno qui" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:71 msgid "Scanner mode" -msgstr "" +msgstr "Modalità scanner" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:73 msgid "Schedule" -msgstr "" +msgstr "Programmazione" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:105 msgid "Schedule added" -msgstr "" +msgstr "Programmazione aggiunta" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:697 #: src/hooks/useOccurrenceGenerationPolling.ts:36 msgid "Schedule created successfully" -msgstr "" +msgstr "Programmazione creata correttamente" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1078 msgid "Schedule ends on" -msgstr "" +msgstr "La programmazione termina il" #: src/components/modals/SendMessageModal/index.tsx:472 msgid "Schedule for later" @@ -9514,7 +9514,7 @@ msgstr "Anteprima della programmazione" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1069 msgid "Schedule starts on" -msgstr "" +msgstr "La programmazione inizia il" #: src/components/common/ProductsTable/SortableProduct/index.tsx:92 #: src/components/routes/admin/Messages/index.tsx:125 @@ -9532,7 +9532,7 @@ msgstr "Orario programmato" #: src/components/layouts/CheckIn/BottomNav.tsx:16 msgid "Search" -msgstr "" +msgstr "Cerca" #: src/components/routes/event/Affiliates/index.tsx:70 msgid "Search affiliates..." @@ -9540,7 +9540,7 @@ msgstr "Cerca affiliati..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:94 msgid "Search attendees" -msgstr "" +msgstr "Cerca partecipanti" #: src/components/routes/admin/Accounts/index.tsx:60 #: src/components/routes/admin/DeletionRequests/index.tsx:93 @@ -9586,7 +9586,7 @@ msgstr "Cerca per nome, email o numero ordine..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:93 msgid "Search by name, order #, ticket # or email" -msgstr "" +msgstr "Cerca per nome, n. ordine, n. biglietto o email" #: src/components/routes/event/promo-codes.tsx:38 msgid "Search by name..." @@ -9614,15 +9614,15 @@ msgstr "Cerca liste di check-in..." #: src/components/common/OccurrenceSelect/index.tsx:117 msgid "Search dates..." -msgstr "" +msgstr "Cerca date..." #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:88 msgid "Search dates…" -msgstr "" +msgstr "Cerca date…" #: src/components/common/AddressAutocomplete/index.tsx:86 msgid "Search for an address" -msgstr "" +msgstr "Cerca un indirizzo" #: src/components/routes/event/messages.tsx:243 msgid "Search messages..." @@ -9650,11 +9650,11 @@ msgstr "Ricerca in corso..." #: src/constants/eventCategories.ts:6 msgid "Seasonal" -msgstr "" +msgstr "Stagionale" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:58 msgid "Second" -msgstr "" +msgstr "Secondo" #: src/components/common/WidgetEditor/index.tsx:199 msgid "Secondary Color" @@ -9670,11 +9670,11 @@ msgstr "Pagamento sicuro" #: src/components/layouts/EventHomepage/index.tsx:431 msgid "See schedule" -msgstr "" +msgstr "Vedi la programmazione" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "See what Stripe still needs" -msgstr "" +msgstr "Vedi cosa serve ancora a Stripe" #: src/components/routes/admin/Announcements/index.tsx:161 msgid "Seen" @@ -9692,11 +9692,11 @@ msgstr "Seleziona una categoria" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:717 msgid "Select a Date & Time" -msgstr "" +msgstr "Seleziona data e ora" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:215 msgid "Select a date to see available times" -msgstr "" +msgstr "Seleziona una data per vedere gli orari disponibili" #: src/components/routes/event/messages.tsx:341 msgid "Select a message to view its contents" @@ -9712,7 +9712,7 @@ msgstr "Seleziona Account" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:126 msgid "Select all" -msgstr "" +msgstr "Seleziona tutto" #: src/components/modals/DuplicateEventModal/index.tsx:143 msgid "Select All" @@ -9720,7 +9720,7 @@ msgstr "Seleziona tutto" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:156 msgid "Select all on {0}" -msgstr "" +msgstr "Seleziona tutto il {0}" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:119 msgid "Select an event" @@ -9740,7 +9740,7 @@ msgstr "Seleziona il gruppo di partecipanti" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:157 msgid "Select camera" -msgstr "" +msgstr "Seleziona fotocamera" #: src/components/forms/ProductForm/index.tsx:255 msgid "Select category..." @@ -9752,7 +9752,7 @@ msgstr "Seleziona valuta" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:178 msgid "Select date" -msgstr "" +msgstr "Seleziona data" #: src/components/modals/CreateEventModal/index.tsx:283 msgid "Select end date and time" @@ -9773,7 +9773,7 @@ msgstr "Seleziona tipi di evento" #: src/components/common/OccurrenceSelect/index.tsx:106 #: src/components/modals/CreateAttendeeModal/index.tsx:254 msgid "Select occurrence" -msgstr "" +msgstr "Seleziona una data" #: src/components/modals/CreateEventModal/index.tsx:159 msgid "Select organizer" @@ -9795,7 +9795,7 @@ msgstr "Seleziona prodotti" #: src/components/forms/ProductForm/index.tsx:553 msgid "Select products..." -msgstr "" +msgstr "Seleziona prodotti..." #: src/components/modals/CreateEventModal/index.tsx:263 msgid "Select start date and time" @@ -9846,7 +9846,7 @@ msgstr "Seleziona..." #: src/components/routes/event/OccurrencesTab/index.tsx:497 msgid "selected" -msgstr "" +msgstr "selezionato" #: src/components/common/PlatformFeesSettings/index.tsx:208 #: src/components/common/PlatformFeesSettings/index.tsx:231 @@ -9856,11 +9856,11 @@ msgstr "Selezionato" #: src/components/layouts/AuthLayout/index.tsx:41 msgid "Sell out your event." -msgstr "" +msgstr "Fai il tutto esaurito." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:516 msgid "Selling a physical product? Cap its quantity on the <0>products page instead." -msgstr "" +msgstr "Vendi un prodotto fisico? Limitane la quantità nella <0>pagina prodotti." #: src/components/forms/ProductForm/index.tsx:587 msgid "Selling fast 🔥" @@ -9918,7 +9918,7 @@ msgstr "Invia Test" #: src/components/modals/SendMessageModal/index.tsx:358 msgid "Send to all occurrences, or choose a specific one" -msgstr "" +msgstr "Invia a tutte le date, oppure scegline una specifica" #: src/components/routes/event/messages.tsx:335 msgid "Send your first message" @@ -9939,7 +9939,7 @@ msgstr "Inviato da" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:218 msgid "Sent to attendees when a scheduled date is cancelled" -msgstr "" +msgstr "Inviata ai partecipanti quando una data in programma viene annullata" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:216 msgid "Sent to customers when they place an order" @@ -9976,7 +9976,7 @@ msgstr "Titolo SEO" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:73 msgid "September" -msgstr "" +msgstr "Settembre" #: src/components/forms/TaxAndFeeForm/index.tsx:62 msgid "Service Fee" @@ -9984,7 +9984,7 @@ msgstr "Commissione di Servizio" #: src/components/layouts/CheckIn/index.tsx:498 msgid "Session cancelled" -msgstr "" +msgstr "Sessione annullata" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:807 msgid "sessions · {dateCount} dates × {timesPerDay} times" @@ -10000,27 +10000,27 @@ msgstr "Imposta le impostazioni predefinite per i nuovi eventi creati con questo #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Set how long each date lasts" -msgstr "" +msgstr "Imposta la durata di ogni data" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Set or clear the date label" -msgstr "" +msgstr "Imposta o rimuovi l'etichetta della data" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:406 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:407 msgid "Set the end time of each date to be this long after its start time." -msgstr "" +msgstr "Imposta l'orario di fine di ogni data a questa distanza dal suo orario di inizio." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:217 msgid "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." msgstr "Imposta il numero iniziale per la numerazione delle fatture. Questo non può essere modificato una volta che le fatture sono state generate." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:440 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:441 msgid "Set to unlimited (remove limit)" -msgstr "" +msgstr "Imposta come illimitato (rimuovi il limite)" -#: src/components/routes/event/OccurrencesTab/index.tsx:585 +#: src/components/routes/event/OccurrencesTab/index.tsx:600 msgid "Set up a recurring schedule to automatically create dates, or add them one at a time." -msgstr "" +msgstr "Configura una programmazione ricorrente per creare le date automaticamente, oppure aggiungile una alla volta." #: src/components/routes/event/CheckInLists/index.tsx:35 msgid "Set up check-in lists for different entrances, sessions, or days." @@ -10029,20 +10029,20 @@ msgstr "Configura liste di check-in per diversi ingressi, sessioni o giorni." #: src/components/layouts/OrganizerLayout/index.tsx:85 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:126 msgid "Set up payouts" -msgstr "" +msgstr "Configura i pagamenti" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 msgid "Set up schedule" -msgstr "" +msgstr "Configura la programmazione" -#: src/components/routes/event/OccurrencesTab/index.tsx:535 -#: src/components/routes/event/OccurrencesTab/index.tsx:596 +#: src/components/routes/event/OccurrencesTab/index.tsx:550 +#: src/components/routes/event/OccurrencesTab/index.tsx:611 msgid "Set Up Schedule" -msgstr "" +msgstr "Configura la programmazione" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:92 msgid "Set up the tickets you'll sell and their prices" -msgstr "" +msgstr "Imposta i biglietti che venderai e i relativi prezzi" #: src/components/routes/welcome/index.tsx:43 msgid "Set up your organization" @@ -10055,11 +10055,11 @@ msgstr "Configura la tua programmazione" #: src/components/routes/welcome/index.tsx:415 msgid "Set up your schedule in the next steps" -msgstr "" +msgstr "Configurerai la programmazione nei passaggi successivi" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Set, change, or remove the date's location or online details" -msgstr "" +msgstr "Imposta, cambia o rimuovi il luogo o i dettagli online della data" #: src/components/common/QuestionsTable/index.tsx:374 msgid "Setting updated" @@ -10076,7 +10076,7 @@ msgstr "Configurazione e design" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:242 msgid "Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event." -msgstr "" +msgstr "La configurazione richiede solo pochi minuti e non serve un account Stripe già esistente. Stripe gestisce carte, wallet, metodi di pagamento locali e protezione antifrode, così tu puoi concentrarti sul tuo evento." #: src/components/common/ShareIcon/index.tsx:30 #: src/components/layouts/EventHomepage/index.tsx:342 @@ -10111,15 +10111,15 @@ msgstr "Gestione capacità condivisa" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Shift times" -msgstr "" +msgstr "Sposta gli orari" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:211 msgid "Shifted times for {count} date(s)" -msgstr "" +msgstr "Orari spostati per {count} data/e" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:532 msgid "Show" -msgstr "" +msgstr "Mostra" #: src/components/common/AdvancedOptions/index.tsx:28 msgid "Show advanced options" @@ -10131,7 +10131,7 @@ msgstr "Mostra tutte le piattaforme ({0} con valori)" #: src/components/forms/CheckInListForm/index.tsx:196 msgid "Show attendee notes to non-logged-in staff" -msgstr "" +msgstr "Mostra le note sui partecipanti al personale non autenticato" #: src/components/forms/ProductForm/index.tsx:449 msgid "Show available product quantity" @@ -10163,19 +10163,19 @@ msgstr "Mostra più piattaforme" #: src/components/forms/CheckInListForm/index.tsx:230 msgid "Show order details to non-logged-in staff" -msgstr "" +msgstr "Mostra i dettagli dell'ordine al personale non autenticato" #: src/components/forms/CheckInListForm/index.tsx:213 msgid "Show question answers to non-logged-in staff" -msgstr "" +msgstr "Mostra le risposte alle domande al personale non autenticato" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:59 msgid "Show remaining capacity on event dates" -msgstr "" +msgstr "Mostra la capacità rimanente sulle date dell'evento" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:525 msgid "Show remaining capacity to buyers" -msgstr "" +msgstr "Mostra la capacità rimanente agli acquirenti" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:61 msgid "Show tax and fees separately" @@ -10185,18 +10185,18 @@ msgstr "Mostra tasse e commissioni separatamente" msgid "Showing {0} of {totalRows} records" msgstr "Visualizzazione di {0} record su {totalRows}" -#: src/components/routes/event/OccurrencesTab/index.tsx:624 +#: src/components/routes/event/OccurrencesTab/index.tsx:639 msgid "Showing {0}–{1} of {2}" -msgstr "" +msgstr "{0}–{1} di {2}" #: src/components/common/OccurrenceSelect/index.tsx:163 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:135 msgid "Showing {MAX_VISIBLE} of {totalAvailable} dates. Type to search." -msgstr "" +msgstr "Sono mostrate {MAX_VISIBLE} date su {totalAvailable}. Scrivi per cercare." #: src/components/modals/SendMessageModal/index.tsx:349 msgid "Showing the first {0} — the remaining {1} session(s) will still be targeted when the message is sent." -msgstr "" +msgstr "Sono mostrate le prime {0}: le restanti {1} sessione/i verranno comunque incluse all'invio del messaggio." #: src/components/routes/admin/Announcements/index.tsx:410 msgid "Shown bouncing at the top of the modal" @@ -10204,7 +10204,7 @@ msgstr "Mostrata rimbalzante in cima al modale" #: src/components/forms/CheckInListForm/index.tsx:145 msgid "Shown to staff the first time they open the check-in page." -msgstr "" +msgstr "Mostrato al personale la prima volta che apre la pagina di check-in." #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:102 msgid "Shown to the customer after they checkout, on the order summary page." @@ -10220,7 +10220,7 @@ msgstr "Mostra i campi comuni dell'indirizzo, incluso il paese" #: src/components/forms/ProductForm/ledgerSummaries.ts:60 msgid "Shows remaining" -msgstr "" +msgstr "Mostra i posti rimanenti" #: src/components/routes/admin/Dashboard/index.tsx:402 msgid "Signed Up" @@ -10233,15 +10233,15 @@ msgstr "Simpson" #: src/components/modals/CreateEventModal/index.tsx:231 msgid "Single Event" -msgstr "" +msgstr "Evento singolo" #: src/components/forms/QuestionForm/index.tsx:100 msgid "Single line text box" msgstr "Casella di testo a riga singola" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:356 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:357 msgid "Skip manually edited dates" -msgstr "" +msgstr "Salta le date modificate manualmente" #: src/components/routes/welcome/index.tsx:559 msgid "Skip this step" @@ -10280,7 +10280,7 @@ msgstr "Venduto" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:579 msgid "sold out" -msgstr "" +msgstr "esaurito" #: src/components/common/EventCard/index.tsx:125 #: src/components/common/EventDateRange/index.tsx:65 @@ -10307,7 +10307,7 @@ msgstr "Esaurito, lista d'attesa disponibile" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:293 msgid "Some details are hidden from public access. Log in to view everything." -msgstr "" +msgstr "Alcuni dettagli non sono accessibili pubblicamente. Accedi per vedere tutto." #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -10318,7 +10318,7 @@ msgstr "Qualcosa è andato storto" #: src/components/common/ImageUploadDropzone/index.tsx:130 msgid "Something went wrong while deleting the image. Please try again." -msgstr "" +msgstr "Si è verificato un errore durante l'eliminazione dell'immagine. Riprova." #: src/components/common/TaxAndFeeList/index.tsx:41 msgid "Something went wrong while deleting the Tax or Fee" @@ -10374,11 +10374,11 @@ msgstr "Utenti specifici" #: src/constants/eventCategories.ts:21 msgid "Spirituality" -msgstr "" +msgstr "Spiritualità" #: src/components/forms/CheckInListForm/index.tsx:90 msgid "Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end." -msgstr "" +msgstr "Suddividi il check-in per giorni, aree o tipi di biglietto. Condividi il link con il personale: non serve alcun account da parte loro." #: src/constants/eventCategories.ts:9 msgid "Sports" @@ -10386,11 +10386,11 @@ msgstr "Sport" #: src/components/common/CheckIn/CheckInInfoModal.tsx:84 msgid "Staff instructions" -msgstr "" +msgstr "Istruzioni per il personale" #: src/components/modals/SelectCheckInListModal/index.tsx:48 msgid "Start check-in" -msgstr "" +msgstr "Avvia il check-in" #: src/components/common/AdminEventsTable/index.tsx:96 #: src/components/modals/DuplicateEventModal/index.tsx:128 @@ -10418,31 +10418,31 @@ msgstr "Ora di inizio" #: src/components/common/AddressAutocomplete/index.tsx:87 msgid "Start typing a venue or address..." -msgstr "" +msgstr "Inizia a digitare un luogo o un indirizzo..." #: src/components/forms/ProductForm/ledgerSummaries.ts:62 msgid "Starts collapsed" -msgstr "" +msgstr "Inizialmente compresso" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts in {diffDays} days" -msgstr "" +msgstr "Inizia tra {diffDays} giorni" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:76 msgid "Starts in {diffMinutes} min" -msgstr "" +msgstr "Inizia tra {diffMinutes} min" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:86 msgid "Starts in {h}h {m}m" -msgstr "" +msgstr "Inizia tra {h} h {m} min" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:70 msgid "Starts in {seconds}s" -msgstr "" +msgstr "Inizia tra {seconds} s" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts tomorrow" -msgstr "" +msgstr "Inizia domani" #: src/components/common/CheckoutQuestion/index.tsx:165 #: src/components/common/LocationPicker/index.tsx:254 @@ -10462,7 +10462,7 @@ msgstr "Le statistiche si basano sulla data di creazione dell'account" #: src/components/layouts/CheckIn/BottomNav.tsx:17 msgid "Stats" -msgstr "" +msgstr "Statistiche" #: src/components/common/AdminEventsTable/index.tsx:111 #: src/components/common/AdminOrdersTable/index.tsx:85 @@ -10497,7 +10497,7 @@ msgstr "Stato" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:323 msgid "Still needed" -msgstr "" +msgstr "Ancora necessario" #: src/components/common/ImpersonationBanner/index.tsx:53 msgid "Stop Impersonating" @@ -10515,7 +10515,7 @@ msgstr "Account Stripe scollegato." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:350 msgid "Stripe connected" -msgstr "" +msgstr "Stripe collegato" #: src/components/routes/admin/Attribution/index.tsx:135 msgid "Stripe Connected" @@ -10523,11 +10523,11 @@ msgstr "Stripe connesso" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:163 msgid "Stripe connection copied from {0}." -msgstr "" +msgstr "Collegamento Stripe copiato da {0}." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:84 msgid "Stripe didn't return a setup link. Please try again." -msgstr "" +msgstr "Stripe non ha restituito un link di configurazione. Riprova." #: src/components/routes/admin/Messages/index.tsx:73 msgid "Stripe Not Connected" @@ -10543,11 +10543,11 @@ msgstr "I pagamenti Stripe non sono abilitati per questo evento." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:434 msgid "Stripe will need a few more details soon" -msgstr "" +msgstr "A Stripe serviranno presto altri dati" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:283 msgid "Stripe will walk you through a few quick questions to finish setup." -msgstr "" +msgstr "Stripe ti guiderà con qualche domanda veloce per completare la configurazione." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:131 #: src/components/modals/SendMessageModal/index.tsx:438 @@ -10752,7 +10752,7 @@ msgstr "Festival Musicale Estivo 2025" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 msgid "Sun" -msgstr "" +msgstr "Dom" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -10782,7 +10782,7 @@ msgstr "T-shirt" #: src/components/forms/ProductForm/index.tsx:214 msgid "T-shirts, mugs and more" -msgstr "" +msgstr "T-shirt, tazze e altro ancora" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:960 msgid "Tap dates like a calendar." @@ -10790,7 +10790,7 @@ msgstr "Tocca le date come su un calendario." #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:59 msgid "Tap this screen to resume scanning" -msgstr "" +msgstr "Tocca lo schermo per riprendere la scansione" #: src/components/routes/admin/Announcements/AnnouncementTargetPicker.tsx:93 msgid "Target accounts" @@ -10802,7 +10802,7 @@ msgstr "Utenti di destinazione" #: src/components/modals/SendMessageModal/index.tsx:335 msgid "Targeting attendees across {0} selected sessions." -msgstr "" +msgstr "Verranno raggiunti i partecipanti di {0} sessioni selezionate." #: src/components/common/AdminOrdersTable/index.tsx:84 #: src/components/common/OrdersTable/index.tsx:269 @@ -10856,7 +10856,7 @@ msgstr "Tasse" #: src/components/forms/ProductForm/index.tsx:477 msgid "Taxes & fees" -msgstr "" +msgstr "Imposte e commissioni" #: src/components/common/ProductsTable/SortableProduct/index.tsx:151 msgid "Taxes & fees applied" @@ -10868,7 +10868,7 @@ msgstr "Tasse e Commissioni" #: src/components/layouts/AuthLayout/index.tsx:23 msgid "Team collaboration" -msgstr "" +msgstr "Collaborazione in team" #: src/constants/eventCategories.ts:27 msgid "Tech" @@ -10892,11 +10892,11 @@ msgstr "Parlaci della tua organizzazione. Queste informazioni saranno visualizza #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1151 msgid "Tell us how often your event repeats and we'll create all the dates for you." -msgstr "" +msgstr "Dicci con quale frequenza si ripete il tuo evento e creeremo tutte le date per te." #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:37 msgid "Tell us your VAT registration status so we apply the correct VAT treatment to platform fees." -msgstr "" +msgstr "Indicaci la tua posizione IVA così applichiamo il trattamento corretto alle commissioni di piattaforma." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:194 msgid "Template Active" @@ -10930,7 +10930,7 @@ msgstr "Grazie per aver partecipato!" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:55 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:77 msgid "Thanks," -msgstr "" +msgstr "Grazie," #: src/components/routes/product-widget/SelectProducts/index.tsx:292 #: src/components/routes/product-widget/SelectProducts/index.tsx:538 @@ -10943,7 +10943,7 @@ msgstr "Sono {totalOccurrences} sessioni — il massimo è {max}. Riduci l'inter #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:54 msgid "That's a wrap" -msgstr "" +msgstr "È tutto" #: src/components/common/ThemeColorControls/index.tsx:62 msgid "The background color of the page. When using cover image, this is applied as an overlay." @@ -11019,7 +11019,7 @@ msgstr "L'organizzatore che stai cercando non è stato trovato. La pagina potreb #: src/components/modals/CreateAttendeeModal/index.tsx:277 msgid "The override is recorded in the order audit log." -msgstr "" +msgstr "La forzatura viene registrata nel log di controllo dell'ordine." #: src/components/common/ErrorDisplay/index.tsx:18 msgid "The page you are looking for does not exist" @@ -11055,7 +11055,7 @@ msgstr "L'orario programmato deve essere nel futuro" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:52 msgid "The session for \"{title}\" originally scheduled for {0} has been rescheduled." -msgstr "" +msgstr "La sessione di «{title}», inizialmente prevista per il {0}, è stata riprogrammata." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:155 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:186 @@ -11090,7 +11090,7 @@ msgstr "Tema e colori" #: src/components/routes/product-widget/SelectProducts/index.tsx:965 msgid "There are no products available for this date. Please choose another date." -msgstr "" +msgstr "Non ci sono prodotti disponibili per questa data. Scegli un'altra data." #: src/components/routes/product-widget/SelectProducts/index.tsx:639 msgid "There are no products available for this event" @@ -11102,7 +11102,7 @@ msgstr "Non ci sono prodotti disponibili in questa categoria" #: src/components/routes/product-widget/SelectProducts/index.tsx:636 msgid "There are no upcoming dates for this event" -msgstr "" +msgstr "Questo evento non ha date in programma" #: src/components/modals/RefundOrderModal/index.tsx:175 msgid "There is a refund pending. Please wait for it to complete before requesting another refund." @@ -11122,15 +11122,15 @@ msgstr "Si è verificato un errore durante l'invio del tuo messaggio" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:493 msgid "These details are shown on the attendee's ticket and order summary for this date only." -msgstr "" +msgstr "Questi dati compaiono sul biglietto e nel riepilogo dell'ordine del partecipante solo per questa data." #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:168 msgid "These details will only be shown if the order is completed successfully." msgstr "Questi dettagli saranno mostrati solo se l'ordine viene completato con successo." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:491 msgid "These details will replace any existing location on the affected dates and show on attendee tickets." -msgstr "" +msgstr "Questi dati sostituiranno il luogo attuale delle date interessate e compariranno sui biglietti dei partecipanti." #: src/components/forms/ProductForm/index.tsx:359 msgid "These prices apply across all dates in your schedule, and tier quantities limit total sales across all dates combined. Sale dates on tiers apply globally. You can override prices for individual dates on the <0>Occurrence Schedule page." @@ -11150,7 +11150,7 @@ msgstr "Questi modelli sostituiranno le impostazioni predefinite dell'organizzat #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:59 msgid "Third" -msgstr "" +msgstr "Terzo" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:131 msgid "This account has no completed orders, so all of its data will be permanently deleted." @@ -11166,7 +11166,7 @@ msgstr "Questo account è pianificato per l'eliminazione il <0>{scheduledDate}Liquid templating to personalize your emails" @@ -12119,7 +12119,7 @@ msgstr "Usa immagine di copertina" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:531 msgid "Use event default" -msgstr "" +msgstr "Usa il valore predefinito dell'evento" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:49 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -12193,11 +12193,11 @@ msgstr "IVA" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:195 msgid "VAT country code" -msgstr "" +msgstr "Codice paese IVA" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:173 msgid "VAT number" -msgstr "" +msgstr "Partita IVA" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:212 msgid "VAT Number" @@ -12234,7 +12234,7 @@ msgstr "Aliquota IVA" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:168 msgid "VAT registered" -msgstr "" +msgstr "Soggetto IVA" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:165 #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:173 @@ -12247,7 +12247,7 @@ msgstr "Impostazioni IVA salvate. Stiamo convalidando il tuo numero di partita I #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:85 msgid "VAT settings updated" -msgstr "" +msgstr "Impostazioni IVA aggiornate" #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:27 msgid "VAT Treatment for Platform Fees" @@ -12263,11 +12263,11 @@ msgstr "Servizio di convalida IVA temporaneamente non disponibile" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:225 msgid "VAT: {0}" -msgstr "" +msgstr "IVA: {0}" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:230 msgid "VAT: not registered" -msgstr "" +msgstr "IVA: non registrato" #: src/components/common/LocationPicker/index.tsx:230 #: src/components/modals/LocationEditModal/index.tsx:140 @@ -12280,7 +12280,7 @@ msgstr "Codice di verifica" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:77 msgid "Verification email sent. Check your inbox." -msgstr "" +msgstr "Email di verifica inviata. Controlla la posta in arrivo." #: src/components/routes/admin/Attribution/index.tsx:136 #: src/components/routes/admin/Dashboard/index.tsx:421 @@ -12298,7 +12298,7 @@ msgstr "Verifica la tua email" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:159 msgid "Verify your email so attendees can receive tickets" -msgstr "" +msgstr "Verifica la tua email così i partecipanti potranno ricevere i biglietti" #: src/components/routes/welcome/index.tsx:189 msgid "Verifying..." @@ -12310,19 +12310,19 @@ msgstr "Vietnamita" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:68 msgid "View All" -msgstr "" +msgstr "Vedi tutto" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:380 msgid "View all →" -msgstr "" +msgstr "Vedi tutto →" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:424 msgid "View all capabilities" -msgstr "" +msgstr "Vedi tutte le funzionalità" #: src/components/modals/SelectCheckInListModal/index.tsx:87 msgid "View all check-in lists" -msgstr "" +msgstr "Vedi tutte le liste check-in" #: src/components/routes/admin/Messages/index.tsx:108 msgid "View all messages sent across the platform" @@ -12347,7 +12347,7 @@ msgstr "Visualizza dettagli" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:192 msgid "View details for {0} {1}" -msgstr "" +msgstr "Vedi i dettagli di {0} {1}" #: src/components/common/AdminEventsTable/index.tsx:157 #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:58 @@ -12427,11 +12427,11 @@ msgstr "Biglietto VIP" #: src/components/forms/ProductForm/visibilityStatus.ts:41 msgid "Visible from {start} — hidden until sales open." -msgstr "" +msgstr "Visibile dal {start}: nascosto fino all'apertura delle vendite." #: src/components/forms/ProductForm/visibilityStatus.ts:56 msgid "Visible to everyone on the event page." -msgstr "" +msgstr "Visibile a tutti sulla pagina dell'evento." #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:104 msgid "VK" @@ -12450,7 +12450,7 @@ msgstr "In attesa di pagamento" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:64 msgid "Waiting for scan…" -msgstr "" +msgstr "In attesa di scansione…" #: src/components/forms/ProductForm/index.tsx:460 #: src/components/layouts/AuthLayout/index.tsx:17 @@ -12480,7 +12480,7 @@ msgstr "Non è stato possibile elaborare il tuo pagamento. Riprova o contatta l' #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:167 msgid "We couldn't copy that Stripe connection. Please try again." -msgstr "" +msgstr "Non siamo riusciti a copiare quel collegamento Stripe. Riprova." #: src/components/common/ProductsTable/SortableCategory/index.tsx:56 msgid "We couldn't delete the category. Please try again." @@ -12512,7 +12512,7 @@ msgstr "Non siamo riusciti a trovare questo ordine. Potrebbe essere stato rimoss #: src/hooks/useOccurrenceCheckIn.tsx:43 msgid "We couldn't load the check-in lists. Please try again." -msgstr "" +msgstr "Non siamo riusciti a caricare le liste check-in. Riprova." #: src/components/common/ErrorLoadingMessage/index.tsx:13 msgid "We couldn't load the data. Please try again." @@ -12520,7 +12520,7 @@ msgstr "Non è stato possibile caricare i dati. Riprova." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:97 msgid "We couldn't reach Stripe just now. Please try again in a moment." -msgstr "" +msgstr "Al momento non riusciamo a contattare Stripe. Riprova tra poco." #: src/components/common/ProductsTable/SortableCategory/index.tsx:98 msgid "We couldn't reorder the categories. Please try again." @@ -12532,7 +12532,7 @@ msgstr "Si è verificato un problema durante il caricamento di questa pagina. Ri #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:236 msgid "We partner with Stripe to send payouts straight to your bank account." -msgstr "" +msgstr "Collaboriamo con Stripe per inviare i pagamenti direttamente sul tuo conto bancario." #: src/components/routes/event/TicketDesigner/index.tsx:144 msgid "We recommend a square logo with minimum dimensions of 200x200px" @@ -12549,7 +12549,7 @@ msgstr "Si consigliano dimensioni di 400px per 400px e una dimensione massima de #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:158 msgid "We sent a verification link to {0}" -msgstr "" +msgstr "Abbiamo inviato un link di verifica a {0}" #: src/components/common/CookieConsentBanner/index.tsx:18 msgid "We use cookies to help us understand how the site is used and to improve your experience." @@ -12578,7 +12578,7 @@ msgstr "Ti avviseremo via email se si libererà un posto per {productDisplayName #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:267 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:301 msgid "We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically." -msgstr "" +msgstr "Dopo il salvataggio apriremo un editor di messaggi con un modello precompilato. Sei tu a rivederlo e inviarlo: non viene inviato nulla automaticamente." #: src/components/routes/product-widget/CollectInformation/index.tsx:456 msgid "We'll send your tickets to this email" @@ -12594,7 +12594,7 @@ msgstr "Stiamo elaborando il tuo ordine. Attendere prego..." #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:75 msgid "We've made changes to the schedule for \"{title}\" — {description} affecting {affectedCount} session(s)." -msgstr "" +msgstr "Abbiamo modificato la programmazione di «{title}» — {description} riguarda {affectedCount} sessione/i." #: src/components/routes/welcome/index.tsx:147 msgid "We've sent a 5-digit verification code to:" @@ -12612,7 +12612,7 @@ msgstr "Webhook eliminato con successo" #: src/components/layouts/AuthLayout/index.tsx:25 msgid "Webhook integrations" -msgstr "" +msgstr "Integrazioni webhook" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:137 #: src/components/modals/WebhookLogsModal/index.tsx:151 @@ -12650,7 +12650,7 @@ msgstr "Sito web" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 msgid "Wed" -msgstr "" +msgstr "Mer" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -12659,16 +12659,16 @@ msgstr "Mercoledì" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:88 msgid "week" -msgstr "" +msgstr "settimana" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:51 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Weekly" -msgstr "" +msgstr "Settimanale" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:96 msgid "weeks" -msgstr "" +msgstr "settimane" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:105 msgid "Weibo" @@ -12696,7 +12696,7 @@ msgstr "Benvenuto su {0}, ecco un elenco di tutti i tuoi eventi" #: src/constants/eventCategories.ts:20 msgid "Wellness" -msgstr "" +msgstr "Benessere" #: src/components/forms/ProductForm/index.tsx:349 msgid "What are Tiered Products?" @@ -12732,7 +12732,7 @@ msgstr "Che tipo di domanda è questa?" #: src/components/forms/CheckInListForm/index.tsx:172 msgid "What unauthenticated staff can see" -msgstr "" +msgstr "Cosa può vedere il personale non autenticato" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:89 msgid "WhatsApp" @@ -12744,7 +12744,7 @@ msgstr "Quando un check-in viene eliminato" #: src/components/forms/WebhookForm/index.tsx:135 msgid "When a date is cancelled on a recurring event" -msgstr "" +msgstr "Quando una data di un evento ricorrente viene annullata" #: src/components/forms/WebhookForm/index.tsx:105 msgid "When a new attendee is created" @@ -12909,7 +12909,7 @@ msgstr "X (Twitter)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:90 msgid "year" -msgstr "" +msgstr "anno" #: src/components/common/OrganizerReportTable/index.tsx:59 #: src/components/common/PeriodSelector/index.tsx:38 @@ -12920,11 +12920,11 @@ msgstr "Da inizio anno" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:53 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Yearly" -msgstr "" +msgstr "Annuale" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:98 msgid "years" -msgstr "" +msgstr "anni" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:191 msgid "Yes" @@ -12969,7 +12969,7 @@ msgstr "Puoi creare un codice promo che ha come target questo prodotto nella" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1115 msgid "You can override this for individual dates later." -msgstr "" +msgstr "Potrai personalizzarlo in seguito per singole date." #: src/components/modals/OfferWaitlistModal/index.tsx:110 msgid "You can still manually offer tickets if needed." @@ -13035,7 +13035,7 @@ msgstr "Hai tasse e commissioni aggiunte a un Prodotto Gratuito. Vuoi rimuoverle #: src/components/forms/ProductForm/ProductDrawer.tsx:57 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:728 msgid "You have unsaved changes. Are you sure you want to discard them?" -msgstr "" +msgstr "Hai modifiche non salvate. Vuoi davvero annullarle?" #: src/components/modals/SendMessageModal/index.tsx:204 msgid "You must acknowledge that this email is not promotional" @@ -13067,7 +13067,7 @@ msgstr "Devi verificare il tuo indirizzo email prima di poter aggiornare lo stat #: src/components/modals/CreateAttendeeModal/index.tsx:186 msgid "You need to create at least one occurrence before you can add attendees to this recurring event." -msgstr "" +msgstr "Devi creare almeno una data prima di poter aggiungere partecipanti a questo evento ricorrente." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:355 msgid "You need to verify your account email before you can modify email templates." @@ -13087,7 +13087,7 @@ msgstr "Dovrai contrassegnare un ordine come pagato manualmente. Questo può ess #: src/components/modals/CreateEventModal/index.tsx:253 msgid "You'll be able to set up dates, schedules, and recurrence rules in the next step." -msgstr "" +msgstr "Nel passaggio successivo potrai impostare date, programmazioni e regole di ricorrenza." #: src/components/modals/CreateCheckInListModal/index.tsx:64 msgid "You'll need a ticket before you can create a check-in list." @@ -13103,7 +13103,7 @@ msgstr "Avrai bisogno di almeno un prodotto per iniziare. Gratuito, a pagamento #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:254 msgid "You're changing session times" -msgstr "" +msgstr "Stai cambiando gli orari delle sessioni" #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:168 msgid "You're going to {0}!" @@ -13123,7 +13123,7 @@ msgstr "Ti è stato offerto un posto!" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:290 msgid "You've changed the session time" -msgstr "" +msgstr "Hai cambiato l'orario della sessione" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:92 msgid "Your account has been deactivated and will be permanently deleted on <0>{0}." @@ -13264,7 +13264,7 @@ msgstr "Il tuo rimborso è in elaborazione." #: src/components/layouts/CheckIn/index.tsx:117 msgid "Your saved date filter is no longer available — showing all dates." -msgstr "" +msgstr "Il filtro date salvato non è più disponibile: vengono mostrate tutte le date." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:116 msgid "Your Stripe account itself isn't affected, and no data is lost — you can reconnect at any time." @@ -13276,7 +13276,7 @@ msgstr "Il tuo biglietto per" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:54 msgid "Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions." -msgstr "" +msgstr "Il tuo biglietto resta valido: non devi fare nulla, a meno che il nuovo orario non ti vada bene. Rispondi a questa email se hai domande." #: src/components/routes/product-widget/CollectInformation/index.tsx:377 msgid "Your tickets have been confirmed." diff --git a/frontend/src/locales/nl.js b/frontend/src/locales/nl.js index a52c7b7aac..1bc21f4d5f 100644 --- a/frontend/src/locales/nl.js +++ b/frontend/src/locales/nl.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Er is nog niets om te tonen'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>uitgevinkt succesvol\"],\"KMgp2+\":[[\"0\"],\" beschikbaar\"],\"Pmr5xp\":[[\"0\"],\" succesvol aangemaakt\"],\"FImCSc\":[[\"0\"],\" succesvol bijgewerkt\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" dagen, \",[\"hours\"],\" uren, \",[\"minutes\"],\" minuten en \",[\"seconds\"],\" seconden\"],\"f3RdEk\":[[\"hours\"],\" uren, \",[\"minutes\"],\" minuten en \",[\"seconds\"],\" seconden\"],\"fyE7Au\":[[\"minutes\"],\" minuten en \",[\"seconds\"],\" seconden\"],\"NlQ0cx\":[\"Eerste evenement van \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://uw-website.nl\",\"qnSLLW\":\"<0>Voer de prijs in exclusief belastingen en toeslagen.<1>Belastingen en toeslagen kunnen hieronder worden toegevoegd.\",\"ZjMs6e\":\"<0>Het aantal beschikbare producten voor dit product<1>Deze waarde kan worden overschreven als er <2>Capaciteitsbeperkingen zijn gekoppeld aan dit product.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 minuten en 0 seconden\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Een datuminvoer. Perfect voor het vragen naar een geboortedatum enz.\",\"6euFZ/\":[\"Een standaard \",[\"type\"],\" wordt automatisch toegepast op alle nieuwe producten. Je kunt dit opheffen per product.\"],\"SMUbbQ\":\"Een Dropdown-ingang laat slechts één selectie toe\",\"qv4bfj\":\"Een vergoeding, zoals reserveringskosten of servicekosten\",\"POT0K/\":\"Een vast bedrag per product. Bijv. $0,50 per product\",\"f4vJgj\":\"Een meerregelige tekstinvoer\",\"OIPtI5\":\"Een percentage van de productprijs. Bijvoorbeeld 3,5% van de productprijs\",\"ZthcdI\":\"Een promotiecode zonder korting kan worden gebruikt om verborgen producten te onthullen.\",\"AG/qmQ\":\"Een Radio-optie heeft meerdere opties, maar er kan er maar één worden geselecteerd.\",\"h179TP\":\"Een korte beschrijving van het evenement die zal worden weergegeven in zoekmachineresultaten en bij het delen op sociale media. Standaard wordt de beschrijving van het evenement gebruikt\",\"WKMnh4\":\"Een enkele regel tekstinvoer\",\"BHZbFy\":\"Eén vraag per bestelling. Bijv. Wat is uw verzendadres?\",\"Fuh+dI\":\"Eén vraag per product. Bijv. Wat is je t-shirtmaat?\",\"RlJmQg\":\"Een standaardbelasting, zoals BTW of GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Accepteer bankoverschrijvingen, cheques of andere offline betalingsmethoden\",\"hrvLf4\":\"Accepteer creditcardbetalingen met Stripe\",\"bfXQ+N\":\"Uitnodiging accepteren\",\"AeXO77\":\"Account\",\"lkNdiH\":\"Naam rekening\",\"Puv7+X\":\"Accountinstellingen\",\"OmylXO\":\"Account succesvol bijgewerkt\",\"7L01XJ\":\"Acties\",\"FQBaXG\":\"Activeer\",\"5T2HxQ\":\"Activeringsdatum\",\"F6pfE9\":\"Actief\",\"/PN1DA\":\"Voeg een beschrijving toe voor deze check-in lijst\",\"0/vPdA\":\"Voeg notities over de genodigde toe. Deze zijn niet zichtbaar voor de deelnemer.\",\"Or1CPR\":\"Notities over de deelnemer toevoegen...\",\"l3sZO1\":\"Voeg eventuele notities over de bestelling toe. Deze zijn niet zichtbaar voor de klant.\",\"xMekgu\":\"Opmerkingen over de bestelling toevoegen...\",\"PGPGsL\":\"Beschrijving toevoegen\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Instructies voor offline betalingen toevoegen (bijv. details voor bankoverschrijving, waar cheques naartoe moeten, betalingstermijnen)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Nieuw toevoegen\",\"TZxnm8\":\"Optie toevoegen\",\"24l4x6\":\"Product toevoegen\",\"8q0EdE\":\"Product toevoegen aan categorie\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Belasting of toeslag toevoegen\",\"goOKRY\":\"Niveau toevoegen\",\"oZW/gT\":\"Toevoegen aan kalender\",\"pn5qSs\":\"Aanvullende informatie\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Adres\",\"NY/x1b\":\"Adresregel 1\",\"POdIrN\":\"Adresregel 1\",\"cormHa\":\"Adresregel 2\",\"gwk5gg\":\"Adresregel 2\",\"U3pytU\":\"Admin\",\"HLDaLi\":\"Admin-gebruikers hebben volledige toegang tot evenementen en accountinstellingen.\",\"W7AfhC\":\"Alle deelnemers aan dit evenement\",\"cde2hc\":\"Alle producten\",\"5CQ+r0\":\"Deelnemers met onbetaalde bestellingen toestaan om in te checken\",\"ipYKgM\":\"Indexering door zoekmachines toestaan\",\"LRbt6D\":\"Laat zoekmachines dit evenement indexeren\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Verbazingwekkend, evenement, trefwoorden...\",\"hehnjM\":\"Bedrag\",\"R2O9Rg\":[\"Betaald bedrag (\",[\"0\"],\")\"],\"V7MwOy\":\"Er is een fout opgetreden tijdens het laden van de pagina\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Er is een onverwachte fout opgetreden.\",\"byKna+\":\"Er is een onverwachte fout opgetreden. Probeer het opnieuw.\",\"ubdMGz\":\"Vragen van producthouders worden naar dit e-mailadres gestuurd. Dit e-mailadres wordt ook gebruikt als\",\"aAIQg2\":\"Uiterlijk\",\"Ym1gnK\":\"toegepast\",\"sy6fss\":[\"Geldt voor \",[\"0\"],\" producten\"],\"kadJKg\":\"Geldt voor 1 product\",\"DB8zMK\":\"Toepassen\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Pas dit \",[\"type\"],\" toe op alle nieuwe producten\"],\"S0ctOE\":\"Archief evenement\",\"TdfEV7\":\"Gearchiveerd\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Weet je zeker dat je deze deelnemer wilt activeren?\",\"TvkW9+\":\"Weet je zeker dat je dit evenement wilt archiveren?\",\"/CV2x+\":\"Weet je zeker dat je deze deelnemer wilt annuleren? Hiermee vervalt hun ticket\",\"YgRSEE\":\"Weet je zeker dat je deze promotiecode wilt verwijderen?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Weet je zeker dat je dit evenement concept wilt maken? Dit maakt het evenement onzichtbaar voor het publiek\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Weet je zeker dat je dit evenements wilt herstellen? Het zal worden hersteld als een conceptevenement.\",\"vJuISq\":\"Weet je zeker dat je deze Capaciteitstoewijzing wilt verwijderen?\",\"baHeCz\":\"Weet je zeker dat je deze Check-In lijst wilt verwijderen?\",\"LBLOqH\":\"Vraag één keer per bestelling\",\"wu98dY\":\"Vraag één keer per product\",\"ss9PbX\":\"Deelnemer\",\"m0CFV2\":\"Details deelnemers\",\"QKim6l\":\"Deelnemer niet gevonden\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Bezoekerskaartje\",\"9SZT4E\":\"Deelnemers\",\"iPBfZP\":\"Geregistreerde deelnemers\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Automatisch formaat wijzigen\",\"vZ5qKF\":\"Pas de widgethoogte automatisch aan op basis van de inhoud. Wanneer uitgeschakeld, vult de widget de hoogte van de container.\",\"4lVaWA\":\"In afwachting van offline betaling\",\"2rHwhl\":\"In afwachting van offline betaling\",\"3wF4Q/\":\"Wacht op betaling\",\"ioG+xt\":\"In afwachting van betaling\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Terug naar de evenementpagina\",\"VCoEm+\":\"Terug naar inloggen\",\"k1bLf+\":\"Achtergrondkleur\",\"I7xjqg\":\"Achtergrond Type\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Factuuradres\",\"/xC/im\":\"Factureringsinstellingen\",\"rp/zaT\":\"Braziliaans Portugees\",\"whqocw\":\"Door je te registreren ga je akkoord met onze <0>Servicevoorwaarden en <1>Privacybeleid.\",\"bcCn6r\":\"Type berekening\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Annuleren\",\"Gjt/py\":\"E-mailwijziging annuleren\",\"tVJk4q\":\"Bestelling annuleren\",\"Os6n2a\":\"Bestelling annuleren\",\"Mz7Ygx\":[\"Annuleer order \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Geannuleerd\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Capaciteit\",\"V6Q5RZ\":\"Capaciteitstoewijzing succesvol aangemaakt\",\"k5p8dz\":\"Capaciteitstoewijzing succesvol verwijderd\",\"nDBs04\":\"Capaciteitsbeheer\",\"ddha3c\":\"Met categorieën kun je producten groeperen. Je kunt bijvoorbeeld een categorie hebben voor.\",\"iS0wAT\":\"Categorieën helpen je om je producten te organiseren. Deze titel wordt weergegeven op de openbare evenementpagina.\",\"eorM7z\":\"Categorieën opnieuw gerangschikt.\",\"3EXqwa\":\"Categorie succesvol aangemaakt\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Wachtwoord wijzigen\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Inchecken \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Inchecken en bestelling als betaald markeren\",\"QYLpB4\":\"Alleen inchecken\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Bekijk dit evenement!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Check-in lijst succesvol verwijderd\",\"+hBhWk\":\"Check-in lijst is verlopen\",\"mBsBHq\":\"Check-in lijst is niet actief\",\"vPqpQG\":\"Check-in lijst niet gevonden\",\"tejfAy\":\"Inchecklijsten\",\"hD1ocH\":\"Check-In URL gekopieerd naar klembord\",\"CNafaC\":\"Selectievakjes maken meerdere selecties mogelijk\",\"SpabVf\":\"Selectievakjes\",\"CRu4lK\":\"Ingecheckt\",\"znIg+z\":\"Kassa\",\"1WnhCL\":\"Afrekeninstellingen\",\"6imsQS\":\"Chinees (Vereenvoudigd)\",\"JjkX4+\":\"Kies een kleur voor je achtergrond\",\"/Jizh9\":\"Kies een account\",\"3wV73y\":\"Stad\",\"FG98gC\":\"Zoektekst wissen\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Klik om te kopiëren\",\"yz7wBu\":\"Sluit\",\"62Ciis\":\"Zijbalk sluiten\",\"EWPtMO\":\"Code\",\"ercTDX\":\"De code moet tussen 3 en 50 tekens lang zijn\",\"oqr9HB\":\"Dit product samenvouwen wanneer de evenementpagina voor het eerst wordt geladen\",\"jZlrte\":\"Kleur\",\"Vd+LC3\":\"De kleur moet een geldige hex-kleurcode zijn. Voorbeeld: #ffffff\",\"1HfW/F\":\"Kleuren\",\"VZeG/A\":\"Binnenkort beschikbaar\",\"yPI7n9\":\"Door komma's gescheiden trefwoorden die het evenement beschrijven. Deze worden door zoekmachines gebruikt om het evenement te categoriseren en indexeren\",\"NPZqBL\":\"Volledige bestelling\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Volledige betaling\",\"qqWcBV\":\"Voltooid\",\"6HK5Ct\":\"Afgeronde bestellingen\",\"NWVRtl\":\"Afgeronde bestellingen\",\"DwF9eH\":\"Componentcode\",\"Tf55h7\":\"Geconfigureerde korting\",\"7VpPHA\":\"Bevestig\",\"ZaEJZM\":\"Bevestig e-mailwijziging\",\"yjkELF\":\"Nieuw wachtwoord bevestigen\",\"xnWESi\":\"Wachtwoord bevestigen\",\"p2/GCq\":\"Wachtwoord bevestigen\",\"wnDgGj\":\"E-mailadres bevestigen...\",\"pbAk7a\":\"Streep aansluiten\",\"UMGQOh\":\"Maak verbinding met Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Details verbinding\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Ga verder\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Tekst doorgaan-knop\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Gekopieerd\",\"T5rdis\":\"gekopieerd naar klembord\",\"he3ygx\":\"Kopie\",\"r2B2P8\":\"Check-in URL kopiëren\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Link kopiëren\",\"E6nRW7\":\"URL kopiëren\",\"JNCzPW\":\"Land\",\"IF7RiR\":\"Omslag\",\"hYgDIe\":\"Maak\",\"b9XOHo\":[\"Maak \",[\"0\"]],\"k9RiLi\":\"Een product maken\",\"6kdXbW\":\"Maak een Promo Code\",\"n5pRtF\":\"Een ticket maken\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"een organisator maken\",\"ipP6Ue\":\"Aanwezige maken\",\"VwdqVy\":\"Capaciteitstoewijzing maken\",\"EwoMtl\":\"Categorie maken\",\"XletzW\":\"Categorie maken\",\"WVbTwK\":\"Check-in lijst maken\",\"uN355O\":\"Evenement creëren\",\"BOqY23\":\"Nieuw maken\",\"kpJAeS\":\"Organisator maken\",\"a0EjD+\":\"Product maken\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Promocode maken\",\"B3Mkdt\":\"Vraag maken\",\"UKfi21\":\"Creëer belasting of heffing\",\"d+F6q9\":\"Aangemaakt\",\"Q2lUR2\":\"Valuta\",\"DCKkhU\":\"Huidig wachtwoord\",\"uIElGP\":\"Aangepaste kaarten URL\",\"UEqXyt\":\"Aangepast bereik\",\"876pfE\":\"Klant\",\"QOg2Sf\":\"De e-mail- en meldingsinstellingen voor dit evenement aanpassen\",\"Y9Z/vP\":\"De homepage van het evenement en de berichten bij de kassa aanpassen\",\"2E2O5H\":\"De diverse instellingen voor dit evenement aanpassen\",\"iJhSxe\":\"De SEO-instellingen voor dit evenement aanpassen\",\"KIhhpi\":\"Je evenementpagina aanpassen\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Gevarenzone\",\"ZQKLI1\":\"Gevarenzone\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"Datum\",\"JvUngl\":\"Datum en tijd\",\"JJhRbH\":\"Capaciteit op dag één\",\"cnGeoo\":\"Verwijder\",\"jRJZxD\":\"Capaciteit verwijderen\",\"VskHIx\":\"Categorie verwijderen\",\"Qrc8RZ\":\"Check-in lijst verwijderen\",\"WHf154\":\"Code verwijderen\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Beschrijving\",\"YC3oXa\":\"Beschrijving voor incheckpersoneel\",\"URmyfc\":\"Details\",\"1lRT3t\":\"Als je deze capaciteit uitschakelt, worden de verkopen bijgehouden, maar niet gestopt als de limiet is bereikt\",\"H6Ma8Z\":\"Korting\",\"ypJ62C\":\"Korting %\",\"3LtiBI\":[\"Korting in \",[\"0\"]],\"C8JLas\":\"Korting Type\",\"1QfxQT\":\"Dismiss\",\"DZlSLn\":\"Documentlabel\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Download .ics\",\"kodV18\":\"CSV downloaden\",\"CELKku\":\"Factuur downloaden\",\"LQrXcu\":\"Factuur downloaden\",\"QIodqd\":\"QR-code downloaden\",\"yhjU+j\":\"Factuur downloaden\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Dropdown selectie\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Dupliceer evenement\",\"3ogkAk\":\"Dupliceer Evenement\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Dupliceer opties\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Vroege vogel\",\"ePK91l\":\"Bewerk\",\"N6j2JH\":[\"Bewerk \",[\"0\"]],\"kBkYSa\":\"Bewerk capaciteit\",\"oHE9JT\":\"Capaciteitstoewijzing bewerken\",\"j1Jl7s\":\"Categorie bewerken\",\"FU1gvP\":\"Check-in lijst bewerken\",\"iFgaVN\":\"Code bewerken\",\"jrBSO1\":\"Organisator bewerken\",\"tdD/QN\":\"Bewerk product\",\"n143Tq\":\"Bewerk productcategorie\",\"9BdS63\":\"Kortingscode bewerken\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Bewerk Vraag\",\"poTr35\":\"Gebruiker bewerken\",\"GTOcxw\":\"Gebruiker bewerken\",\"pqFrv2\":\"bijv. 2,50 voor $2,50\",\"3yiej1\":\"bijv. 23,5 voor 23,5%\",\"O3oNi5\":\"E-mail\",\"VxYKoK\":\"Instellingen voor e-mail en meldingen\",\"ATGYL1\":\"E-mailadres\",\"hzKQCy\":\"E-mailadres\",\"HqP6Qf\":\"E-mailwijziging succesvol geannuleerd\",\"mISwW1\":\"E-mailwijziging in behandeling\",\"APuxIE\":\"E-mailbevestiging opnieuw verzonden\",\"YaCgdO\":\"Bericht voettekst e-mail\",\"jyt+cx\":\"Bevestigingsmail succesvol opnieuw verstuurd\",\"I6F3cp\":\"E-mail niet geverifieerd\",\"NTZ/NX\":\"Insluitcode\",\"4rnJq4\":\"Insluitscript\",\"8oPbg1\":\"Facturering inschakelen\",\"j6w7d/\":\"Schakel deze capaciteit in om de verkoop van producten te stoppen als de limiet is bereikt\",\"VFv2ZC\":\"Einddatum\",\"237hSL\":\"Beëindigd\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Engels\",\"MhVoma\":\"Voer een bedrag in exclusief belastingen en toeslagen.\",\"SlfejT\":\"Fout\",\"3Z223G\":\"Fout bij bevestigen e-mailadres\",\"a6gga1\":\"Fout bij het bevestigen van een e-mailwijziging\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Evenement\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Evenementdatum\",\"0Zptey\":\"Evenement Standaarden\",\"QcCPs8\":\"Evenement Details\",\"6fuA9p\":\"Evenement succesvol gedupliceerd\",\"AEuj2m\":\"Homepage evenement\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Locatie en details evenement\",\"OopDbA\":\"Event page\",\"4/If97\":\"Update status evenement mislukt. Probeer het later opnieuw\",\"btxLWj\":\"Evenementstatus bijgewerkt\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Evenementen\",\"sZg7s1\":\"Vervaldatum\",\"KnN1Tu\":\"Verloopt op\",\"uaSvqt\":\"Vervaldatum\",\"GS+Mus\":\"Exporteer\",\"9xAp/j\":\"Deelnemer niet geannuleerd\",\"ZpieFv\":\"Bestelling niet geannuleerd\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Downloaden van factuur mislukt. Probeer het opnieuw.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Inchecklijst niet geladen\",\"ZQ15eN\":\"Niet gelukt om ticket e-mail opnieuw te versturen\",\"ejXy+D\":\"Sorteren van producten mislukt\",\"PLUB/s\":\"Tarief\",\"/mfICu\":\"Tarieven\",\"LyFC7X\":\"Bestellingen filteren\",\"cSev+j\":\"Filters\",\"CVw2MU\":[\"Filters (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Eerste factuurnummer\",\"V1EGGU\":\"Voornaam\",\"kODvZJ\":\"Voornaam\",\"S+tm06\":\"De voornaam moet tussen 1 en 50 tekens zijn\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Voor het eerst gebruikt\",\"TpqW74\":\"Vast\",\"irpUxR\":\"Vast bedrag\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Wachtwoord vergeten?\",\"2POOFK\":\"Gratis\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Frans\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Duits\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Ga terug naar profiel\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Agenda\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Brutoverkoop\",\"yRg26W\":\"Bruto verkoop\",\"R4r4XO\":\"Gasten\",\"26pGvx\":\"Heb je een promotiecode?\",\"V7yhws\":\"hallo@geweldig-evenementen.com\",\"6K/IHl\":\"Hier is een voorbeeld van hoe je het component in je applicatie kunt gebruiken.\",\"Y1SSqh\":\"Hier is de React component die je kunt gebruiken om de widget in je applicatie in te sluiten.\",\"QuhVpV\":[\"Hi \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Verborgen voor het publiek\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Verborgen vragen zijn alleen zichtbaar voor de organisator van het evenement en niet voor de klant.\",\"vLyv1R\":\"Verberg\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Verberg product na einddatum verkoop\",\"06s3w3\":\"Verberg product voor start verkoopdatum\",\"axVMjA\":\"Verberg product tenzij gebruiker toepasselijke promotiecode heeft\",\"ySQGHV\":\"Verberg product als het uitverkocht is\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Verberg dit product voor klanten\",\"Da29Y6\":\"Verberg deze vraag\",\"fvDQhr\":\"Verberg dit niveau voor gebruikers\",\"lNipG+\":\"Door een product te verbergen, kunnen gebruikers het niet zien op de evenementpagina.\",\"ZOBwQn\":\"Homepage-ontwerp\",\"PRuBTd\":\"Homepage ontwerper\",\"YjVNGZ\":\"Voorbeschouwing\",\"c3E/kw\":\"Homer\",\"8k8Njd\":\"Hoeveel minuten de klant heeft om zijn bestelling af te ronden. We raden minimaal 15 minuten aan\",\"ySxKZe\":\"Hoe vaak kan deze code worden gebruikt?\",\"dZsDbK\":[\"HTML karakterlimiet overschreden: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://voorbeeld-maps-service.com/...\",\"uOXLV3\":\"Ik ga akkoord met de <0>voorwaarden\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Als dit is ingeschakeld, kunnen incheckmedewerkers aanwezigen markeren als ingecheckt of de bestelling als betaald markeren en de aanwezigen inchecken. Als deze optie is uitgeschakeld, kunnen bezoekers van onbetaalde bestellingen niet worden ingecheckt.\",\"muXhGi\":\"Als deze optie is ingeschakeld, ontvangt de organisator een e-mailbericht wanneer er een nieuwe bestelling is geplaatst\",\"6fLyj/\":\"Als je deze wijziging niet hebt aangevraagd, verander dan onmiddellijk je wachtwoord.\",\"n/ZDCz\":\"Afbeelding succesvol verwijderd\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Afbeelding succesvol geüpload\",\"VyUuZb\":\"Afbeelding URL\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inactief\",\"T0K0yl\":\"Inactieve gebruikers kunnen niet inloggen.\",\"kO44sp\":\"Vermeld verbindingsgegevens voor je online evenement. Deze gegevens worden weergegeven op de overzichtspagina van de bestelling en de ticketpagina voor deelnemers.\",\"FlQKnG\":\"Belastingen en toeslagen in de prijs opnemen\",\"Vi+BiW\":[\"Inclusief \",[\"0\"],\" producten\"],\"lpm0+y\":\"Omvat 1 product\",\"UiAk5P\":\"Afbeelding invoegen\",\"OyLdaz\":\"Uitnodiging verzonden!\",\"HE6KcK\":\"Uitnodiging ingetrokken!\",\"SQKPvQ\":\"Gebruiker uitnodigen\",\"bKOYkd\":\"Factuur succesvol gedownload\",\"alD1+n\":\"Factuurnotities\",\"kOtCs2\":\"Factuurnummering\",\"UZ2GSZ\":\"Factuur Instellingen\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Item\",\"KFXip/\":\"Jan\",\"XcgRvb\":\"Jansen\",\"87a/t/\":\"Label\",\"vXIe7J\":\"Taal\",\"2LMsOq\":\"Laatste 12 maanden\",\"vfe90m\":\"Laatste 14 dagen\",\"aK4uBd\":\"Laatste 24 uur\",\"uq2BmQ\":\"Laatste 30 dagen\",\"bB6Ram\":\"Laatste 48 uur\",\"VlnB7s\":\"Laatste 6 maanden\",\"ct2SYD\":\"Laatste 7 dagen\",\"XgOuA7\":\"Laatste 90 dagen\",\"I3yitW\":\"Laatste login\",\"1ZaQUH\":\"Achternaam\",\"UXBCwc\":\"Achternaam\",\"tKCBU0\":\"Laatst gebruikt\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Laat leeg om het standaardwoord te gebruiken\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Aan het laden...\",\"wJijgU\":\"Locatie\",\"sQia9P\":\"Log in\",\"zUDyah\":\"Inloggen\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Afmelden\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Maak factuuradres verplicht tijdens het afrekenen\",\"MU3ijv\":\"Maak deze vraag verplicht\",\"wckWOP\":\"Beheer\",\"onpJrA\":\"Deelnemer beheren\",\"n4SpU5\":\"Evenement beheren\",\"WVgSTy\":\"Bestelling beheren\",\"1MAvUY\":\"Beheer de betalings- en factureringsinstellingen voor dit evenement.\",\"cQrNR3\":\"Profiel beheren\",\"AtXtSw\":\"Belastingen en toeslagen beheren die kunnen worden toegepast op je producten\",\"ophZVW\":\"Tickets beheren\",\"DdHfeW\":\"Beheer je accountgegevens en standaardinstellingen\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Beheer je gebruikers en hun rechten\",\"1m+YT2\":\"Verplichte vragen moeten worden beantwoord voordat de klant kan afrekenen.\",\"Dim4LO\":\"Handmatig een genodigde toevoegen\",\"e4KdjJ\":\"Deelnemer handmatig toevoegen\",\"vFjEnF\":\"Markeer als betaald\",\"g9dPPQ\":\"Maximum per bestelling\",\"l5OcwO\":\"Bericht deelnemer\",\"Gv5AMu\":\"Bericht Deelnemers\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Bericht koper\",\"tNZzFb\":\"Berichtinhoud\",\"lYDV/s\":\"Bericht individuele deelnemers\",\"V7DYWd\":\"Bericht verzonden\",\"t7TeQU\":\"Berichten\",\"xFRMlO\":\"Minimum per bestelling\",\"QYcUEf\":\"Minimale prijs\",\"RDie0n\":\"Diverse\",\"mYLhkl\":\"Diverse instellingen\",\"KYveV8\":\"Meerregelig tekstvak\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Mijn verbazingwekkende evenementbeschrijving...\",\"vX8/tc\":\"Mijn verbazingwekkende evenementtitel...\",\"hKtWk2\":\"Mijn profiel\",\"fj5byd\":\"N.V.T.\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Naam\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Navigeer naar deelnemer\",\"qqeAJM\":\"Nooit\",\"7vhWI8\":\"Nieuw wachtwoord\",\"1UzENP\":\"Nee\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Geen gearchiveerde evenementen om weer te geven.\",\"q2LEDV\":\"Geen aanwezigen gevonden voor deze bestelling.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Geen aanwezigen\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Geen capaciteitstoewijzingen\",\"a/gMx2\":\"Geen inchecklijsten\",\"tMFDem\":\"Geen gegevens beschikbaar\",\"6Z/F61\":\"Geen gegevens om weer te geven. Selecteer een datumbereik\",\"fFeCKc\":\"Geen Korting\",\"HFucK5\":\"Geen beëindigde evenementen om te laten zien.\",\"yAlJXG\":\"Geen evenementen om weer te geven\",\"GqvPcv\":\"Geen filters beschikbaar\",\"KPWxKD\":\"Geen berichten om te tonen\",\"J2LkP8\":\"Geen orders om te laten zien\",\"RBXXtB\":\"Er zijn momenteel geen betalingsmethoden beschikbaar. Neem contact op met de organisator van het evenement voor hulp.\",\"ZWEfBE\":\"Geen betaling vereist\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Geen producten beschikbaar in deze categorie.\",\"FTfObB\":\"Nog geen producten\",\"+Y976X\":\"Geen promotiecodes om te tonen\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Geen resultaten\",\"gk5uwN\":\"Geen zoekresultaten\",\"RHyZUL\":\"Geen zoekresultaten.\",\"RY2eP1\":\"Er zijn geen belastingen of toeslagen toegevoegd.\",\"EdQY6l\":\"Geen\",\"OJx3wK\":\"Niet beschikbaar\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Opmerkingen\",\"jtrY3S\":\"Nog niets om te laten zien\",\"hFwWnI\":\"Instellingen meldingen\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Organisator op de hoogte stellen van nieuwe bestellingen\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Aantal dagen toegestaan voor betaling (leeg laten om betalingstermijnen weg te laten van facturen)\",\"n86jmj\":\"Nummer Voorvoegsel\",\"mwe+2z\":\"Offline bestellingen worden niet weergegeven in evenementstatistieken totdat de bestelling als betaald is gemarkeerd.\",\"dWBrJX\":\"Offline betaling mislukt. Probeer het opnieuw of neem contact op met de organisator van het evenement.\",\"fcnqjw\":\"Offline Betalingsinstructies\",\"+eZ7dp\":\"Offline betalingen\",\"ojDQlR\":\"Informatie over offline betalingen\",\"u5oO/W\":\"Instellingen voor offline betalingen\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"In de uitverkoop\",\"Ug4SfW\":\"Zodra je een evenement hebt gemaakt, zie je het hier.\",\"ZxnK5C\":\"Zodra je gegevens begint te verzamelen, zie je ze hier.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Doorlopend\",\"z+nuVJ\":\"Online event\",\"WKHW0N\":\"Details online evenement\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Open Check-In Pagina\",\"OdnLE4\":\"Zijbalk openen\",\"ZZEYpT\":[\"Optie \",[\"i\"]],\"oPknTP\":\"Optionele aanvullende informatie die op alle facturen moet worden vermeld (bijv. betalingsvoorwaarden, kosten voor te late betaling, retourbeleid)\",\"OrXJBY\":\"Optioneel voorvoegsel voor factuurnummers (bijv. INV-)\",\"0zpgxV\":\"Opties\",\"BzEFor\":\"of\",\"UYUgdb\":\"Bestel\",\"mm+eaX\":\"Order #\",\"B3gPuX\":\"Bestelling geannuleerd\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Bestel Datum\",\"Tol4BF\":\"Bestel Details\",\"WbImlQ\":\"Bestelling is geannuleerd en de eigenaar van de bestelling is op de hoogte gesteld.\",\"nAn4Oe\":\"Bestelling gemarkeerd als betaald\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Bestelreferentie\",\"acIJ41\":\"Bestelstatus\",\"GX6dZv\":\"Overzicht bestelling\",\"tDTq0D\":\"Time-out bestelling\",\"1h+RBg\":\"Bestellingen\",\"3y+V4p\":\"Adres organisatie\",\"GVcaW6\":\"Organisatie details\",\"nfnm9D\":\"Naam organisatie\",\"G5RhpL\":\"Organisator\",\"mYygCM\":\"Organisator is vereist\",\"Pa6G7v\":\"Naam organisator\",\"l894xP\":\"Organisatoren kunnen alleen evenementen en producten beheren. Ze kunnen geen gebruikers, accountinstellingen of factureringsgegevens beheren.\",\"fdjq4c\":\"Opvulling\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Pagina niet gevonden\",\"QbrUIo\":\"Bekeken pagina's\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"betaald\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Gedeeltelijk Terugbetaald\",\"8ZsakT\":\"Wachtwoord\",\"TUJAyx\":\"Wachtwoord moet minimaal 8 tekens bevatten\",\"vwGkYB\":\"Wachtwoord moet minstens 8 tekens bevatten\",\"BLTZ42\":\"Wachtwoord opnieuw ingesteld. Log in met je nieuwe wachtwoord.\",\"f7SUun\":\"Wachtwoorden zijn niet hetzelfde\",\"aEDp5C\":\"Plak dit waar je wilt dat de widget verschijnt.\",\"+23bI/\":\"Patrick\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Betaling\",\"Lg+ewC\":\"Betaling & facturering\",\"DZjk8u\":\"Instellingen voor betaling en facturering\",\"lflimf\":\"Betalingstermijn\",\"JhtZAK\":\"Betaling mislukt\",\"JEdsvQ\":\"Betalingsinstructies\",\"bLB3MJ\":\"Betaalmethoden\",\"QzmQBG\":\"Betalingsprovider\",\"lsxOPC\":\"Ontvangen betaling\",\"wJTzyi\":\"Betalingsstatus\",\"xgav5v\":\"Betaling gelukt!\",\"R29lO5\":\"Betalingsvoorwaarden\",\"/roQKz\":\"Percentage\",\"vPJ1FI\":\"Percentage Bedrag\",\"xdA9ud\":\"Plaats dit in de van je website.\",\"blK94r\":\"Voeg ten minste één optie toe\",\"FJ9Yat\":\"Controleer of de verstrekte informatie correct is\",\"TkQVup\":\"Controleer je e-mail en wachtwoord en probeer het opnieuw\",\"sMiGXD\":\"Controleer of je e-mailadres geldig is\",\"Ajavq0\":\"Controleer je e-mail om je e-mailadres te bevestigen\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Ga verder in het nieuwe tabblad\",\"hcX103\":\"Maak een product\",\"cdR8d6\":\"Maak een ticket aan\",\"x2mjl4\":\"Voer een geldige URL in die naar een afbeelding verwijst.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Let op\",\"C63rRe\":\"Ga terug naar de evenementpagina om opnieuw te beginnen.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Selecteer ten minste één product\",\"igBrCH\":\"Controleer uw e-mailadres om toegang te krijgen tot alle functies\",\"/IzmnP\":\"Wacht even terwijl we uw factuur opstellen...\",\"MOERNx\":\"Portugees\",\"qCJyMx\":\"Post Checkout-bericht\",\"g2UNkE\":\"Mogelijk gemaakt door\",\"Rs7IQv\":\"Bericht voor het afrekenen\",\"rdUucN\":\"Voorbeeld\",\"a7u1N9\":\"Prijs\",\"CmoB9j\":\"Modus prijsweergave\",\"BI7D9d\":\"Prijs niet ingesteld\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Primaire kleur\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Primaire tekstkleur\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Alle tickets afdrukken\",\"DKwDdj\":\"Tickets afdrukken\",\"K47k8R\":\"Product\",\"1JwlHk\":\"Productcategorie\",\"U61sAj\":\"Productcategorie succesvol bijgewerkt.\",\"1USFWA\":\"Product succesvol verwijderd\",\"4Y2FZT\":\"Product Prijs Type\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Productverkoop\",\"U/R4Ng\":\"Productniveau\",\"sJsr1h\":\"Soort product\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Product(en)\",\"N0qXpE\":\"Producten\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Verkochte producten\",\"/u4DIx\":\"Verkochte producten\",\"DJQEZc\":\"Producten succesvol gesorteerd\",\"vERlcd\":\"Profiel\",\"kUlL8W\":\"Profiel succesvol bijgewerkt\",\"cl5WYc\":[\"Promo \",[\"promo_code\"],\" code toegepast\"],\"P5sgAk\":\"Kortingscode\",\"yKWfjC\":\"Promo Code pagina\",\"RVb8Fo\":\"Promo codes\",\"BZ9GWa\":\"Promocodes kunnen worden gebruikt voor kortingen, toegang tot de voorverkoop of speciale toegang tot je evenement.\",\"OP094m\":\"Promocodes Rapport\",\"4kyDD5\":\"Geef aanvullende context of instructies voor deze vraag. Gebruik dit veld om voorwaarden,\\nrichtlijnen of belangrijke informatie toe te voegen die deelnemers moeten weten voordat ze antwoorden.\",\"toutGW\":\"QR-code\",\"LkMOWF\":\"Beschikbare hoeveelheid\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Vraag verwijderd\",\"avf0gk\":\"Beschrijving van de vraag\",\"oQvMPn\":\"Titel van de vraag\",\"enzGAL\":\"Vragen\",\"ROv2ZT\":\"Vragen en antwoorden\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Radio-optie\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Ontvanger\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Terugbetaling mislukt\",\"n10yGu\":\"Bestelling terugbetalen\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Restitutie in behandeling\",\"xHpVRl\":\"Restitutie Status\",\"/BI0y9\":\"Terugbetaald\",\"fgLNSM\":\"Registreer\",\"9+8Vez\":\"Overblijvend gebruik\",\"tasfos\":\"verwijderen\",\"t/YqKh\":\"Verwijder\",\"t9yxlZ\":\"Rapporten\",\"prZGMe\":\"Factuuradres vereisen\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"E-mailbevestiging opnieuw verzenden\",\"wIa8Qe\":\"Uitnodiging opnieuw versturen\",\"VeKsnD\":\"E-mail met bestelling opnieuw verzenden\",\"dFuEhO\":\"Ticket e-mail opnieuw verzenden\",\"o6+Y6d\":\"Opnieuw verzenden...\",\"OfhWJH\":\"Reset\",\"RfwZxd\":\"Wachtwoord opnieuw instellen\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Evenement herstellen\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Terug naar evenementpagina\",\"8YBH95\":\"Inkomsten\",\"PO/sOY\":\"Uitnodiging intrekken\",\"GDvlUT\":\"Rol\",\"ELa4O9\":\"Einddatum verkoop\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Startdatum verkoop\",\"hBsw5C\":\"Verkoop beëindigd\",\"kpAzPe\":\"Start verkoop\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Opslaan\",\"IUwGEM\":\"Wijzigingen opslaan\",\"U65fiW\":\"Organisator opslaan\",\"UGT5vp\":\"Instellingen opslaan\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Zoek op naam van een deelnemer, e-mail of bestelnummer...\",\"+pr/FY\":\"Zoeken op evenementnaam...\",\"3zRbWw\":\"Zoeken op naam, e-mail of bestelnummer...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Zoeken op naam...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Zoek capaciteitstoewijzingen...\",\"r9M1hc\":\"Check-in lijsten doorzoeken...\",\"+0Yy2U\":\"Producten zoeken\",\"YIix5Y\":\"Zoeken...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Secundaire kleur\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Secundaire tekstkleur\",\"02ePaq\":[\"Kies \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Selecteer categorie...\",\"kWI/37\":\"Organisator selecteren\",\"ixIx1f\":\"Kies product\",\"3oSV95\":\"Selecteer productcategorie\",\"C4Y1hA\":\"Selecteer producten\",\"hAjDQy\":\"Selecteer status\",\"QYARw/\":\"Selecteer ticket\",\"OMX4tH\":\"Kies tickets\",\"DrwwNd\":\"Selecteer tijdsperiode\",\"O/7I0o\":\"Selecteer...\",\"JlFcis\":\"Stuur\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Stuur een bericht\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Verstuur bericht\",\"D7ZemV\":\"Verzend orderbevestiging en ticket e-mail\",\"v1rRtW\":\"Test verzenden\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"SEO Beschrijving\",\"/SIY6o\":\"SEO Trefwoorden\",\"GfWoKv\":\"SEO-instellingen\",\"rXngLf\":\"SEO titel\",\"/jZOZa\":\"Servicevergoeding\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Stel het startnummer voor factuurnummering in. Dit kan niet worden gewijzigd als de facturen eenmaal zijn gegenereerd.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Instellingen\",\"Z8lGw6\":\"Deel\",\"B2V3cA\":\"Evenement delen\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Show\",\"V0SbFp\":\"Beschikbare producthoeveelheid tonen\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Meer tonen\",\"izwOOD\":\"Belastingen en toeslagen apart weergeven\",\"1SbbH8\":\"Wordt aan de klant getoond nadat hij heeft afgerekend, op de overzichtspagina van de bestelling.\",\"YfHZv0\":\"Aan de klant getoond voordat hij afrekent\",\"CBBcly\":\"Toont algemene adresvelden, inclusief land\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Enkelregelig tekstvak\",\"+P0Cn2\":\"Deze stap overslaan\",\"YSEnLE\":\"Jansen\",\"lgFfeO\":\"Uitverkocht\",\"Mi1rVn\":\"Uitverkocht\",\"nwtY4N\":\"Er is iets misgegaan\",\"GRChTw\":\"Er is iets misgegaan bij het verwijderen van de Belasting of Belastinggeld\",\"YHFrbe\":\"Er ging iets mis! Probeer het opnieuw\",\"kf83Ld\":\"Er ging iets mis.\",\"fWsBTs\":\"Er is iets misgegaan. Probeer het opnieuw.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Sorry, deze promotiecode wordt niet herkend\",\"65A04M\":\"Spaans\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Startdatum\",\"/2by1f\":\"Staat of regio\",\"uAQUqI\":\"Status\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Stripe-betalingen zijn niet ingeschakeld voor dit evenement.\",\"UJmAAK\":\"Onderwerp\",\"X2rrlw\":\"Subtotaal\",\"zzDlyQ\":\"Succes\",\"b0HJ45\":[\"Succes! \",[\"0\"],\" ontvangt binnenkort een e-mail.\"],\"BJIEiF\":[\"Succesvol \",[\"0\"],\" deelnemer\"],\"OtgNFx\":\"E-mailadres succesvol bevestigd\",\"IKwyaF\":\"E-mailwijziging succesvol bevestigd\",\"zLmvhE\":\"Succesvol aangemaakte deelnemer\",\"gP22tw\":\"Succesvol gecreëerd product\",\"9mZEgt\":\"Succesvol aangemaakte promotiecode\",\"aIA9C4\":\"Succesvol aangemaakte vraag\",\"J3RJSZ\":\"Deelnemer succesvol bijgewerkt\",\"3suLF0\":\"Capaciteitstoewijzing succesvol bijgewerkt\",\"Z+rnth\":\"Check-in lijst succesvol bijgewerkt\",\"vzJenu\":\"E-mailinstellingen met succes bijgewerkt\",\"7kOMfV\":\"Evenement succesvol bijgewerkt\",\"G0KW+e\":\"Succesvol vernieuwd homepage-ontwerp\",\"k9m6/E\":\"Homepage-instellingen met succes bijgewerkt\",\"y/NR6s\":\"Locatie succesvol bijgewerkt\",\"73nxDO\":\"Misc-instellingen met succes bijgewerkt\",\"4H80qv\":\"Bestelling succesvol bijgewerkt\",\"6xCBVN\":\"Instellingen voor betalen en factureren succesvol bijgewerkt\",\"1Ycaad\":\"Product succesvol bijgewerkt\",\"70dYC8\":\"Succesvol bijgewerkte promotiecode\",\"F+pJnL\":\"Succesvol bijgewerkte Seo-instellingen\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Ondersteuning per e-mail\",\"uRfugr\":\"T-shirt\",\"JpohL9\":\"Belasting\",\"geUFpZ\":\"Belastingen en heffingen\",\"dFHcIn\":\"Belastingdetails\",\"wQzCPX\":\"Belastinginformatie die onderaan alle facturen moet staan (bijv. btw-nummer, belastingregistratie)\",\"0RXCDo\":\"Belasting of vergoeding succesvol verwijderd\",\"ZowkxF\":\"Belastingen\",\"qu6/03\":\"Belastingen en heffingen\",\"gypigA\":\"Die promotiecode is ongeldig\",\"5ShqeM\":\"De check-in lijst die je zoekt bestaat niet.\",\"QXlz+n\":\"De standaardvaluta voor je evenementen.\",\"mnafgQ\":\"De standaard tijdzone voor je evenementen.\",\"o7s5FA\":\"De taal waarin de deelnemer e-mails ontvangt.\",\"NlfnUd\":\"De link waarop je hebt geklikt is ongeldig.\",\"HsFnrk\":[\"Het maximum aantal producten voor \",[\"0\"],\"is \",[\"1\"]],\"TSAiPM\":\"De pagina die u zoekt bestaat niet\",\"MSmKHn\":\"De prijs die aan de klant wordt getoond is inclusief belastingen en toeslagen.\",\"6zQOg1\":\"De prijs die aan de klant wordt getoond is exclusief belastingen en toeslagen. Deze worden apart weergegeven\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"De titel van het evenement die zal worden weergegeven in zoekmachineresultaten en bij het delen op sociale media. Standaard wordt de titel van het evenement gebruikt\",\"wDx3FF\":\"Er zijn geen producten beschikbaar voor dit evenement\",\"pNgdBv\":\"Er zijn geen producten beschikbaar in deze categorie\",\"rMcHYt\":\"Er is een restitutie in behandeling. Wacht tot deze is voltooid voordat je een nieuwe restitutie aanvraagt.\",\"F89D36\":\"Er is een fout opgetreden bij het markeren van de bestelling als betaald\",\"68Axnm\":\"Er is een fout opgetreden bij het verwerken van uw verzoek. Probeer het opnieuw.\",\"mVKOW6\":\"Er is een fout opgetreden bij het verzenden van uw bericht\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Deze deelnemer heeft een onbetaalde bestelling.\",\"mf3FrP\":\"Deze categorie heeft nog geen producten.\",\"8QH2Il\":\"Deze categorie is niet zichtbaar voor het publiek\",\"xxv3BZ\":\"Deze check-in lijst is verlopen\",\"Sa7w7S\":\"Deze check-ins lijst is verlopen en niet langer beschikbaar voor check-ins.\",\"Uicx2U\":\"Deze check-in lijst is actief\",\"1k0Mp4\":\"Deze check-in lijst is nog niet actief\",\"K6fmBI\":\"Deze check-ins lijst is nog niet actief en is niet beschikbaar voor check-ins.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Deze informatie wordt weergegeven op de betaalpagina, de pagina met het overzicht van de bestelling en de e-mail ter bevestiging van de bestelling.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Dit is een online evenement\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Dit bericht wordt opgenomen in de voettekst van alle e-mails die vanuit dit evenement worden verzonden\",\"55i7Fa\":\"Dit bericht wordt alleen weergegeven als de bestelling succesvol is afgerond. Bestellingen die op betaling wachten, krijgen dit bericht niet te zien\",\"RjwlZt\":\"Deze bestelling is al betaald.\",\"5K8REg\":\"Deze bestelling is al terugbetaald.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Deze bestelling is geannuleerd.\",\"Q0zd4P\":\"Deze bestelling is verlopen. Begin opnieuw.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Deze bestelling is compleet.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Deze bestelpagina is niet langer beschikbaar.\",\"i0TtkR\":\"Dit overschrijft alle zichtbaarheidsinstellingen en verbergt het product voor alle klanten.\",\"cRRc+F\":\"Dit product kan niet worden verwijderd omdat het gekoppeld is aan een bestelling. In plaats daarvan kunt u het verbergen.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Deze vraag is alleen zichtbaar voor de organisator van het evenement.\",\"IV9xTT\":\"Deze gebruiker is niet actief, omdat hij zijn uitnodiging niet heeft geaccepteerd.\",\"5AnPaO\":\"ticket\",\"kjAL4v\":\"Ticket\",\"dtGC3q\":\"Ticket e-mail is opnieuw verzonden naar de deelnemer\",\"54q0zp\":\"Tickets voor\",\"xN9AhL\":[\"Niveau \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Met gelaagde producten kun je meerdere prijsopties aanbieden voor hetzelfde product. Dit is perfect voor early bird-producten of om verschillende prijsopties aan te bieden voor verschillende groepen mensen.\",\"nn3mSR\":\"Resterende tijd:\",\"s/0RpH\":\"Gebruikte tijden\",\"y55eMd\":\"Gebruikte tijden\",\"40Gx0U\":\"Tijdzone\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Titel\",\"xdA/+p\":\"Gereedschap\",\"72c5Qo\":\"Totaal\",\"YXx+fG\":\"Totaal vóór kortingen\",\"NRWNfv\":\"Totaal kortingsbedrag\",\"BxsfMK\":\"Totaal vergoedingen\",\"2bR+8v\":\"Totaal Brutoverkoop\",\"mpB/d9\":\"Totaal bestelbedrag\",\"m3FM1g\":\"Totaal terugbetaald\",\"jEbkcB\":\"Totaal Terugbetaald\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Totale belasting\",\"+zy2Nq\":\"Type\",\"FMdMfZ\":\"Deelnemer kan niet worden ingecheckt\",\"bPWBLL\":\"Deelnemer kan niet worden uitgecheckt\",\"9+P7zk\":\"Kan geen product maken. Controleer uw gegevens\",\"WLxtFC\":\"Kan geen product maken. Controleer uw gegevens\",\"/cSMqv\":\"Kan geen vraag maken. Controleer uw gegevens\",\"MH/lj8\":\"Kan vraag niet bijwerken. Controleer uw gegevens\",\"nnfSdK\":\"Unieke klanten\",\"Mqy/Zy\":\"Verenigde Staten\",\"NIuIk1\":\"Onbeperkt\",\"/p9Fhq\":\"Onbeperkt beschikbaar\",\"E0q9qH\":\"Onbeperkt gebruik toegestaan\",\"h10Wm5\":\"Onbetaalde bestelling\",\"ia8YsC\":\"Komende\",\"TlEeFv\":\"Komende evenementen\",\"L/gNNk\":[\"Update \",[\"0\"]],\"+qqX74\":\"Naam, beschrijving en data van evenement bijwerken\",\"vXPSuB\":\"Profiel bijwerken\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL gekopieerd naar klembord\",\"e5lF64\":\"Gebruiksvoorbeeld\",\"fiV0xj\":\"Gebruikslimiet\",\"sGEOe4\":\"Gebruik een onscherpe versie van de omslagafbeelding als achtergrond\",\"OadMRm\":\"Coverafbeelding gebruiken\",\"7PzzBU\":\"Gebruiker\",\"yDOdwQ\":\"Gebruikersbeheer\",\"Sxm8rQ\":\"Gebruikers\",\"VEsDvU\":\"Gebruikers kunnen hun e-mailadres wijzigen in <0>Profielinstellingen\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"BTW\",\"E/9LUk\":\"Naam locatie\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Details van deelnemers bekijken\",\"/5PEQz\":\"Evenementpagina bekijken\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Bekijk op Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP check-in lijst\",\"tF+VVr\":\"VIP-ticket\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"We konden je betaling niet verwerken. Probeer het opnieuw of neem contact op met de klantenservice.\",\"45Srzt\":\"We konden de categorie niet verwijderen. Probeer het opnieuw.\",\"/DNy62\":[\"We konden geen tickets vinden die overeenkomen met \",[\"0\"]],\"1E0vyy\":\"We konden de gegevens niet laden. Probeer het opnieuw.\",\"NmpGKr\":\"We konden de categorieën niet opnieuw ordenen. Probeer het opnieuw.\",\"BJtMTd\":\"We raden afmetingen aan van 2160px bij 1080px en een maximale bestandsgrootte van 5MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"We konden je betaling niet bevestigen. Probeer het opnieuw of neem contact op met de klantenservice.\",\"Gspam9\":\"We zijn je bestelling aan het verwerken. Even geduld alstublieft...\",\"LuY52w\":\"Welkom aan boord! Log in om verder te gaan.\",\"dVxpp5\":[\"Welkom terug\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Wat zijn gelaagde producten?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Wat is een categorie?\",\"gxeWAU\":\"Op welke producten is deze code van toepassing?\",\"hFHnxR\":\"Op welke producten is deze code van toepassing? (Geldt standaard voor alle)\",\"AeejQi\":\"Op welke producten moet deze capaciteit van toepassing zijn?\",\"Rb0XUE\":\"Hoe laat kom je aan?\",\"5N4wLD\":\"Wat voor vraag is dit?\",\"gyLUYU\":\"Als deze optie is ingeschakeld, worden facturen gegenereerd voor ticketbestellingen. Facturen worden samen met de e-mail ter bevestiging van de bestelling verzonden. Bezoekers kunnen hun facturen ook downloaden van de bestelbevestigingspagina.\",\"D3opg4\":\"Als offline betalingen zijn ingeschakeld, kunnen gebruikers hun bestellingen afronden en hun tickets ontvangen. Hun tickets zullen duidelijk aangeven dat de bestelling niet betaald is en de check-in tool zal het check-in personeel informeren als een bestelling betaald moet worden.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Welke tickets moeten aan deze inchecklijst worden gekoppeld?\",\"S+OdxP\":\"Wie organiseert dit evenement?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Aan wie moet deze vraag worden gesteld?\",\"VxFvXQ\":\"Widget insluiten\",\"v1P7Gm\":\"Widget instellingen\",\"b4itZn\":\"Werken\",\"hqmXmc\":\"Werken...\",\"+G/XiQ\":\"Jaar tot nu toe\",\"l75CjT\":\"Ja\",\"QcwyCh\":\"Ja, verwijder ze\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Je wijzigt je e-mailadres in <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Je bent offline\",\"sdB7+6\":\"Je kunt een promotiecode maken die gericht is op dit product op de\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Je kunt het producttype niet wijzigen omdat er deelnemers aan dit product zijn gekoppeld.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Je kunt deelnemers met onbetaalde bestellingen niet inchecken. Je kunt deze instelling wijzigen in de evenementinstellingen.\",\"c9Evkd\":\"Je kunt de laatste categorie niet verwijderen.\",\"6uwAvx\":\"Je kunt dit prijsniveau niet verwijderen omdat er al producten voor dit niveau worden verkocht. In plaats daarvan kun je het verbergen.\",\"tFbRKJ\":\"Je kunt de rol of status van de accounteigenaar niet bewerken.\",\"fHfiEo\":\"Je kunt een handmatig aangemaakte bestelling niet terugbetalen.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Je hebt toegang tot meerdere accounts. Kies er een om verder te gaan.\",\"Z6q0Vl\":\"Je hebt deze uitnodiging al geaccepteerd. Log in om verder te gaan.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Je hebt geen in behandeling zijnde e-mailwijziging.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Je hebt geen tijd meer om je bestelling af te ronden.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"U moet erkennen dat deze e-mail geen promotie is\",\"3ZI8IL\":\"U moet akkoord gaan met de algemene voorwaarden\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Je moet een ticket aanmaken voordat je handmatig een genodigde kunt toevoegen.\",\"jE4Z8R\":\"Je moet minstens één prijsniveau hebben\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Je moet een bestelling handmatig als betaald markeren. Dit kun je doen op de pagina Bestelling beheren.\",\"L/+xOk\":\"Je hebt een ticket nodig voordat je een inchecklijst kunt maken.\",\"Djl45M\":\"U hebt een product nodig voordat u een capaciteitstoewijzing kunt maken.\",\"y3qNri\":\"Je hebt minstens één product nodig om te beginnen. Gratis, betaald of laat de gebruiker beslissen wat hij wil betalen.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Je accountnaam wordt gebruikt op evenementpagina's en in e-mails.\",\"veessc\":\"Je bezoekers verschijnen hier zodra ze zich hebben geregistreerd voor je evenement. Je kunt deelnemers ook handmatig toevoegen.\",\"Eh5Wrd\":\"Je geweldige website 🎉\",\"lkMK2r\":\"Uw gegevens\",\"3ENYTQ\":[\"Uw verzoek om uw e-mail te wijzigen in <0>\",[\"0\"],\" is in behandeling. Controleer uw e-mail om te bevestigen\"],\"yZfBoy\":\"Uw bericht is verzonden\",\"KSQ8An\":\"Uw bestelling\",\"Jwiilf\":\"Uw bestelling is geannuleerd\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Je bestellingen verschijnen hier zodra ze binnenkomen.\",\"9TO8nT\":\"Uw wachtwoord\",\"P8hBau\":\"Je betaling wordt verwerkt.\",\"UdY1lL\":\"Uw betaling is niet gelukt, probeer het opnieuw.\",\"fzuM26\":\"Uw betaling is mislukt. Probeer het opnieuw.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Je terugbetaling wordt verwerkt.\",\"IFHV2p\":\"Uw ticket voor\",\"x1PPdr\":\"Postcode\",\"BM/KQm\":\"Postcode\",\"+LtVBt\":\"Postcode\",\"25QDJ1\":\"- Klik om te publiceren\",\"WOyJmc\":\"- Klik om te verwijderen\",\"ncwQad\":\"(leeg)\",\"B/gRsg\":\"(none)\",\"wqtZLy\":[[\"0\"],\" (kopie)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" is al ingecheckt\"],\"3beCx0\":[[\"0\"],\" <0>checked in\"],\"S4PqS9\":[[\"0\"],\" Actieve webhooks\"],\"6MIiOI\":[\"nog \",[\"0\"]],\"COnw8D\":[[\"0\"],\" logo\"],\"xG9N0H\":[[\"0\"],\" of \",[\"1\"],\" seats are taken.\"],\"B7pZfX\":[[\"0\"],\" organisatoren\"],\"/HkCs4\":[[\"0\"],\" tickets\"],\"30bTiU\":[[\"activeCount\"],\" enabled\"],\"jTs4am\":[[\"appName\"],\" logo\"],\"gbJOk9\":[[\"attendeeCount\"],\" attendees are registered for this session.\"],\"TjbIUI\":[[\"availableCount\"],\" van \",[\"totalCount\"],\" beschikbaar\"],\"PSChHo\":[[\"capacity\"],\" plekken over\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" checked in\"],\"RZ0JX3\":[[\"chipTime\"],\", uitverkocht\"],\"M4KnFs\":[[\"chipTime\"],\", Uitverkocht, wachtlijst beschikbaar\"],\"SeyN12\":[[\"completedCount\"],\" of \",[\"totalCount\"],\" steps complete\"],\"wYzVwE\":[[\"count\"],\" add-ons\"],\"f2rhaD\":[[\"diffHr\"],\"h ago\"],\"NRSLBe\":[[\"diffMin\"],\"m ago\"],\"iYfwJE\":[[\"diffSec\"],\"s ago\"],\"OJnhhX\":[[\"eventCount\"],\" evenementen\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" more\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" attendees are registered across the affected sessions.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per order\"],\"RBuxIl\":[[\"productCount\"],\" ticket types configured\"],\"VFLd0I\":[[\"slotCount\"],\" times available\"],\"3IEF7U\":[[\"totalCount\"],\" tickettypen\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" kosten\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" kosten en belasting\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" belasting\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 dag\",\"1d6kks\":\"+Belasting/Kosten\",\"B1St2O\":\"<0>Check-in lijsten helpen u de evenementtoegang te beheren per dag, gebied of tickettype. U kunt tickets koppelen aan specifieke lijsten zoals VIP-zones of Dag 1 passen en een beveiligde check-in link delen met personeel. Geen account vereist. Check-in werkt op mobiel, desktop of tablet, met behulp van een apparaatcamera of HID USB-scanner. \",\"v9VSIS\":\"<0>Stel een enkele totale aanwezigheidslimiet in die van toepassing is op meerdere tickettypen tegelijk.<1>Als u bijvoorbeeld een <2>Dagpas en een <3>Volledig Weekend ticket koppelt, halen ze beide uit dezelfde pool van plaatsen. Zodra de limiet is bereikt, stoppen alle gekoppelde tickets automatisch met verkopen.\",\"Il5Uid\":\"<0>Dit is het totale beschikbare aantal voor alle datums in je schema samen — geen limiet per datum. Om het aantal deelnemers per datum te beperken, stel je een capaciteit in op de <1>pagina Datumschema.\",\"ZnVt5v\":\"<0>Webhooks stellen externe services direct op de hoogte wanneer er iets gebeurt, zoals het toevoegen van een nieuwe deelnemer aan je CRM of mailinglijst na registratie, en zorgen zo voor naadloze automatisering.<1>Gebruik diensten van derden zoals <2>Zapier, <3>IFTTT of <4>Make om aangepaste workflows te maken en taken te automatiseren.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" tegen de huidige koers\"],\"M2DyLc\":\"1 Actieve webhook\",\"hMefp0\":\"1 add-on\",\"6hIk/x\":\"1 attendee is registered across the affected sessions.\",\"qOyE2U\":\"1 attendee is registered for this session.\",\"943BwI\":\"1 dag na de einddatum\",\"yj3N+g\":\"1 dag na de startdatum\",\"Z3etYG\":\"1 dag voor het evenement\",\"szSnlj\":\"1 uur voor het evenement\",\"yTsaLw\":\"1 ticket\",\"nz96Ue\":\"1 tickettype\",\"InX5ad\":\"1 ticket type configured\",\"y2Jh0m\":\"1 time available\",\"cGtUz6\":\"1 week voor het evenement\",\"HR/cvw\":\"Voorbeeldstraat 123\",\"dgKxZ5\":\"135+ currencies & 40+ payment methods\",\"/d9gcz\":\"Een knoplabel is vereist wanneer een URL is ingesteld\",\"kMU5aM\":\"Een annuleringsmelding is verzonden naar\",\"o++0qa\":\"a change in duration\",\"WuWSX5\":\"A few quick steps and you're ready to start selling.\",\"RQ5kDd\":\"Een bericht dat wordt weergegeven wanneer er geen producten in deze categorie zijn.\",\"V53XzQ\":\"Er is een nieuwe verificatiecode naar je e-mail verzonden\",\"sr2Je0\":\"a shift in start/end times\",\"/z/bH1\":\"Een korte beschrijving van je organisator die aan je gebruikers wordt getoond.\",\"3BKFn6\":\"Een URL is vereist wanneer een knoplabel is ingesteld\",\"RpjXTb\":\"Een weekdagpatroon\",\"aS0jtz\":\"Verlaten\",\"uyJsf6\":\"Over\",\"JvuLls\":\"Kosten absorberen\",\"lk74+I\":\"Kosten absorberen\",\"1uJlG9\":\"Accentkleur\",\"g3UF2V\":\"Accepteren\",\"K5+3xg\":\"Uitnodiging accepteren\",\"LuXP9q\":\"Access\",\"jzb4Ep\":[\"Account · \",[\"0\"]],\"UqH1Q6\":[\"Account · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"De accountverwijdering is geannuleerd.\",\"WtlP+7\":\"Accountverwijdering is geblokkeerd\",\"vOuxvL\":\"Accountinformatie\",\"F9cvwz\":\"Accountnaam\",\"EHNORh\":\"Account niet gevonden\",\"Hy1lfH\":\"Accounteigenaar\",\"bPwFdf\":\"Accounts\",\"pi/Iog\":[\"Accounts (\",[\"0\"],\")\"],\"AhwTa1\":\"Actie vereist: BTW-informatie nodig\",\"APyAR/\":\"Actieve evenementen\",\"kCl6ja\":\"Active payment methods\",\"XJOV1Y\":\"Activity\",\"Eso+01\":[\"Voeg eerst \",[\"0\"],\" toe\"],\"eJ0IJA\":\"Add a cover image and theme to match your brand\",\"0YEoxS\":\"Add a date\",\"ybegUq\":\"Add a description and venue so attendees know what to expect\",\"nOZl6j\":\"Add a Single Date\",\"CjvTPJ\":\"Add another time\",\"0XCduh\":\"Add at least one time\",\"/chGpa\":\"Add connection details for the online event.\",\"UWWRyd\":\"Voeg aangepaste vragen toe om extra informatie te verzamelen tijdens het afrekenen\",\"Z/dcxc\":\"Add Date\",\"QeupRg\":\"Data toevoegen\",\"Q219NT\":\"Add Dates\",\"yjB5VC\":\"Add dates and times for your recurring event\",\"Z8idyM\":\"Add details\",\"wpirGs\":\"Add event details\",\"VX6WUv\":\"Locatie toevoegen\",\"GCQlV2\":\"Add multiple times if you run several sessions per day.\",\"7JF9w9\":\"Vraag toevoegen\",\"NLbIb6\":\"Add this attendee anyway (override capacity)\",\"6PNlRV\":\"Voeg dit evenement toe aan je agenda\",\"BGD9Yt\":\"Tickets toevoegen\",\"uIv4Op\":\"Voeg trackingpixels toe aan uw openbare evenementpagina's en organisator-homepage. Een cookietoestemmingsbanner wordt getoond aan bezoekers wanneer tracking actief is.\",\"QN2F+7\":\"Webhook toevoegen\",\"NsWqSP\":\"Voeg je sociale media en website-URL toe. Deze worden weergegeven op je openbare organisatorpagina.\",\"6JzKEV\":\"Add-on only\",\"VkQex5\":\"Add-on products\",\"Y2K3rp\":\"Add-ons\",\"Z/ZU8N\":\"Toegevoegd bij het afrekenen\",\"bVjDs9\":\"Extra kosten\",\"MKqSg4\":\"Beheerderstoegang vereist\",\"0Zypnp\":\"Beheerders Dashboard\",\"tlFYEo\":\"Admits attendees to your event\",\"YAV57v\":\"Affiliate\",\"I+utEq\":\"Affiliatecode kan niet worden gewijzigd\",\"/jHBj5\":\"Affiliate succesvol aangemaakt\",\"uCFbG2\":\"Affiliate succesvol verwijderd\",\"ld8I+f\":\"Affiliate program\",\"a41PKA\":\"Affiliateverkopen worden bijgehouden\",\"mJJh2s\":\"Affiliateverkopen worden niet bijgehouden. Dit deactiveert de affiliate.\",\"jabmnm\":\"Affiliate succesvol bijgewerkt\",\"CPXP5Z\":\"Affiliates\",\"9Wh+ug\":\"Affiliates geëxporteerd\",\"3cqmut\":\"Affiliates helpen je om verkopen van partners en influencers bij te houden. Maak affiliatecodes aan en deel ze om prestaties te monitoren.\",\"3e31kI\":\"After your event is created, you can choose how often it repeats from the dashboard.\",\"z7GAMJ\":\"all\",\"N40H+G\":\"Alle\",\"7rLTkE\":\"Alle gearchiveerde evenementen\",\"gKq1fa\":\"Alle deelnemers\",\"63gRoO\":\"All attendees of the selected sessions\",\"uWxIoH\":\"All attendees of this occurrence\",\"pMLul+\":\"Alle valuta's\",\"sgUdRZ\":\"All dates\",\"e4q4uO\":\"All Dates\",\"ZS/D7f\":\"Alle afgelopen evenementen\",\"QsYjci\":\"Alle evenementen\",\"31KB8w\":\"Alle mislukte taken verwijderd\",\"D2g7C7\":\"Alle taken in wachtrij voor opnieuw proberen\",\"B4RFBk\":\"All matching dates\",\"F1/VgK\":\"All occurrences\",\"OpWjMq\":\"All Occurrences\",\"Sxm1lO\":\"Alle statussen\",\"dr7CWq\":\"Alle aankomende evenementen\",\"UBpkWM\":\"Alle gebruikers\",\"GpT6Uf\":\"Sta deelnemers toe om hun ticketinformatie (naam, e-mail) bij te werken via een beveiligde link die met hun orderbevestiging wordt verzonden.\",\"VZdky1\":\"Kopers toestaan hun gegevens naar alle deelnemers te kopiëren\",\"F3mW5G\":\"Klanten toestaan zich aan te melden voor een wachtlijst wanneer dit product is uitverkocht\",\"4CMO/q\":\"Klanten toestaan zich aan te melden voor een wachtlijst wanneer dit product is uitverkocht. Klanten melden zich aan voor de wachtlijst voor een specifieke datum.\",\"c4uJfc\":\"Bijna klaar! We wachten alleen nog tot je betaling is verwerkt. Dit duurt slechts enkele seconden.\",\"ocS8eq\":[\"Heeft u al een account? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Already in\",\"/H326L\":\"Al terugbetaald\",\"USEpOK\":\"Already use Stripe on another organizer? Reuse that connection.\",\"RtxQTF\":\"Deze bestelling ook annuleren\",\"jkNgQR\":\"Deze bestelling ook terugbetalen\",\"xYqsHg\":\"Altijd beschikbaar\",\"rrepBD\":\"Always on sale\",\"Wvrz79\":\"Betaald bedrag\",\"Zkymb9\":\"Een e-mailadres om aan deze affiliate te koppelen. De affiliate wordt niet op de hoogte gesteld.\",\"vRznIT\":\"Er is een fout opgetreden tijdens het controleren van de exportstatus.\",\"OPFdAM\":\"Een optionele beschrijving van deze categorie die op de evenementpagina wordt weergegeven.\",\"eusccx\":\"Een optioneel bericht om weer te geven op het uitgelichte product, bijv. \\\"Snel uitverkocht 🔥\\\" of \\\"Beste waarde\\\"\",\"HZFm5R\":\"en\",\"l3LBtZ\":\"Inhoud van de aankondiging\",\"Th00L9\":\"Aankondiging aangemaakt\",\"p/XJYI\":\"Aankondiging verwijderd\",\"08iV57\":\"Titel van de aankondiging\",\"qLqgre\":\"Aankondiging bijgewerkt\",\"Dzr23X\":\"Aankondigingen\",\"asqL+J\":\"Anonimiseren\",\"QNrkms\":\"Antwoord succesvol bijgewerkt.\",\"+qygei\":\"Answers\",\"GK7Lnt\":\"Answers provided at checkout (e.g. meal choice)\",\"lE8PgT\":\"Any dates you've manually customized will be kept.\",\"jVoYha\":[\"toegepast — \",[\"0\"],\" korting op je bestelling\"],\"vP3Nzg\":[\"Applies to \",[\"0\"],\", non-cancelled dates currently loaded on this page.\"],\"kkVyZZ\":\"Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything.\",\"je4muG\":[\"Applies to every \",[\"0\"],\", non-cancelled date in this event — including dates not currently loaded.\"],\"YIIQtt\":\"Apply Changes\",\"NzWX1Y\":\"Apply to\",\"Ps5oDT\":\"Apply to all tickets\",\"261RBr\":\"Bericht goedkeuren\",\"naCW6Z\":\"April\",\"B495Gs\":\"Archiveren\",\"5sNliy\":\"Evenement archiveren\",\"BrwnrJ\":\"Organisator archiveren\",\"E5eghW\":\"Archiveer dit evenement om het voor het publiek te verbergen. U kunt het later herstellen.\",\"eqFkeI\":\"Archiveer deze organisator. Dit archiveert ook alle evenementen van deze organisator.\",\"BzcxWv\":\"Gearchiveerde organisatoren\",\"9cQBd6\":\"Weet u zeker dat u dit evenement wilt archiveren? Het zal niet langer zichtbaar zijn voor het publiek.\",\"Trnl3E\":\"Weet u zeker dat u deze organisator wilt archiveren? Dit archiveert ook alle evenementen van deze organisator.\",\"wOvn+e\":[\"Are you sure you want to cancel \",[\"count\"],\" date(s)? Affected attendees will be notified by email.\"],\"GTxE0U\":\"Are you sure you want to cancel this date? Affected attendees will be notified by email.\",\"VkSk/i\":\"Weet u zeker dat u dit geplande bericht wilt annuleren?\",\"0aVEBY\":\"Weet u zeker dat u alle mislukte taken wilt verwijderen?\",\"LchiNd\":\"Weet je zeker dat je deze affiliate wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.\",\"U49Xd6\":\"Weet je zeker dat je deze aankondiging wilt verwijderen? Gebruikers zien deze dan niet meer.\",\"vPeW/6\":\"Weet u zeker dat u deze configuratie wilt verwijderen? Dit kan van invloed zijn op accounts die deze gebruiken.\",\"h42Hc/\":\"Are you sure you want to delete this date? This action cannot be undone.\",\"RiF/yT\":\"Are you sure you want to delete this image?\",\"b3+Qku\":\"Are you sure you want to delete this tax or fee? It will no longer be applied to new orders.\",\"JmVITJ\":\"Weet je zeker dat je deze sjabloon wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt en e-mails zullen terugvallen op de standaardsjabloon.\",\"aLS+A6\":\"Weet je zeker dat je deze sjabloon wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt en e-mails zullen terugvallen op de organisator- of standaardsjabloon.\",\"5H3Z78\":\"Weet je zeker dat je deze webhook wilt verwijderen?\",\"147G4h\":\"Weet u zeker dat u wilt vertrekken?\",\"VDWChT\":\"Weet je zeker dat je deze organisator als concept wilt markeren? De organisatorpagina wordt dan onzichtbaar voor het publiek.\",\"pWtQJM\":\"Weet je zeker dat je deze organisator openbaar wilt maken? De organisatorpagina wordt dan zichtbaar voor het publiek.\",\"EOqL/A\":\"Weet je zeker dat je deze persoon een plek wilt aanbieden? Ze ontvangen een e-mailmelding.\",\"yAXqWW\":\"Are you sure you want to permanently delete this date? This cannot be undone.\",\"WFHOlF\":\"Weet je zeker dat je dit evenement wilt publiceren? Eenmaal gepubliceerd is het zichtbaar voor het publiek.\",\"4TNVdy\":\"Weet je zeker dat je dit organisatorprofiel wilt publiceren? Eenmaal gepubliceerd is het zichtbaar voor het publiek.\",\"8x0pUg\":\"Weet u zeker dat u dit item van de wachtlijst wilt verwijderen?\",\"cDtoWq\":[\"Weet u zeker dat u de orderbevestiging opnieuw wilt verzenden naar \",[\"0\"],\"?\"],\"xeIaKw\":[\"Weet u zeker dat u het ticket opnieuw wilt verzenden naar \",[\"0\"],\"?\"],\"BjbocR\":\"Weet u zeker dat u dit evenement wilt herstellen?\",\"7MjfcR\":\"Weet u zeker dat u deze organisator wilt herstellen?\",\"b7tkGp\":\"Are you sure you want to revoke this invitation?\",\"ExDt3P\":\"Weet je zeker dat je de publicatie van dit evenement wilt ongedaan maken? Het is dan niet meer zichtbaar voor het publiek.\",\"5Qmxo/\":\"Weet je zeker dat je de publicatie van dit organisatorprofiel wilt ongedaan maken? Het is dan niet meer zichtbaar voor het publiek.\",\"Uqefyd\":\"Bent u BTW-geregistreerd in de EU?\",\"+QARA4\":\"Kunst\",\"tLf3yJ\":\"Aangezien uw bedrijf gevestigd is in Ierland, is Ierse BTW van 23% automatisch van toepassing op alle platformkosten.\",\"tMeVa/\":\"Vraag naar naam en email voor elk gekocht ticket\",\"ui5ln+\":\"Assign a different plan\",\"9Jxliv\":\"Assign plan\",\"xdiER7\":\"Toegewezen niveau\",\"F2rX0R\":\"Er moet minstens één evenement type worden geselecteerd\",\"Z44eZS\":\"At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead.\",\"BCmibk\":\"Pogingen\",\"6PecK3\":\"Aanwezigheid en incheckpercentages voor alle evenementen\",\"K2tp3v\":\"attendee\",\"AJ4rvK\":\"Deelnemer geannuleerd\",\"qvylEK\":\"Deelnemer Gemaakt\",\"Aspq3b\":\"Verzameling deelnemergegevens\",\"fpb0rX\":\"Deelnemergegevens gekopieerd van bestelling\",\"94aQMU\":\"Deelnemersinformatie\",\"KkrBiR\":\"Verzameling deelnemersinformatie\",\"sjPjOg\":\"Attendee notes\",\"cosfD8\":\"Deelnemersstatus\",\"D2qlBU\":\"Deelnemer bijgewerkt\",\"22BOve\":\"Deelnemer succesvol bijgewerkt\",\"x8Vnvf\":\"Ticket van deelnemer niet opgenomen in deze lijst\",\"/Ywywr\":\"attendees\",\"zLRobu\":\"attendees checked in\",\"k3Tngl\":\"Geëxporteerde bezoekers\",\"UoIRW8\":\"Deelnemers geregistreerd\",\"5UbY+B\":\"Deelnemers met een specifiek ticket\",\"4HVzhV\":\"Deelnemers:\",\"HVkhy2\":\"Attributie-analyse\",\"dMMjeD\":\"Attributie-uitsplitsing\",\"1oPDuj\":\"Attributiewaarde\",\"cHfbVT\":\"Doelgroep\",\"DBHTm/\":\"August\",\"JgREph\":\"Automatisch aanbod is ingeschakeld\",\"V7Tejz\":\"Wachtlijst automatisch verwerken\",\"PZ7FTW\":\"Automatisch gedetecteerd op basis van achtergrondkleur, maar kan worden overschreven\",\"zlnTuI\":\"Bied automatisch tickets aan de volgende persoon aan wanneer er capaciteit beschikbaar komt. Indien uitgeschakeld, kunt u de wachtlijst handmatig verwerken vanaf de Wachtlijstpagina.\",\"csDS2L\":\"Beschikbaar\",\"Xp+ywP\":\"Beschikbaar zodra de betaling is voltooid\",\"dwDH1K\":[\"Available times on \",[\"dayName\"]],\"clF06r\":\"Beschikbaar voor terugbetaling\",\"NB5+UG\":\"Beschikbare Tokens\",\"L+wGOG\":\"Awaiting\",\"qcw2OD\":\"Awaiting pay\",\"kNmmvE\":\"Awesome Events B.V.\",\"TeSaQO\":\"Terug naar Accounts\",\"kYqM1A\":\"Terug naar evenement\",\"s5QRF3\":\"Terug naar berichten\",\"td/bh+\":\"Terug naar rapporten\",\"nsm7BA\":\"Terug naar zoeken\",\"imjKVx\":\"Bank account connected\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"De bannerinhoud mag maximaal 200 tekens bevatten\",\"p2OLF3\":\"Basisprijs\",\"D9LTCH\":\"Base Price\",\"hviJef\":\"Based on the global sale period above, not per date\",\"jIPNJG\":\"Basisinformatie\",\"lINGcL\":\"Omdat dit account voltooide bestellingen heeft, worden transactiegegevens (bedragen, datums en factuurgegevens) in geanonimiseerde vorm bewaard voor juridische en fiscale doeleinden. Alle persoonlijke gegevens worden permanent verwijderd.\",\"UabgBd\":\"Hoofdtekst is verplicht\",\"HWXuQK\":\"Voeg deze pagina toe aan je bladwijzers om je bestelling op elk moment te beheren.\",\"CUKVDt\":\"Pas je tickets aan met een eigen logo, kleuren en voettekst.\",\"4BZj5p\":\"Built-in fraud protection\",\"cr7kGH\":\"Bulk Edit\",\"1Fbd6n\":\"Bulk Edit Dates\",\"Eq6Tu9\":\"Bulk update failed.\",\"9N+p+g\":\"Zakelijk\",\"SWnN1L\":\"Business address\",\"kQekXw\":\"Business name\",\"3W/QV7\":\"Knoplabel\",\"bv6RXK\":\"Knop Label\",\"ChDLlO\":\"Knoptekst\",\"MOht10\":\"Knop-URL\",\"BUe8Wj\":\"Koper betaalt\",\"DkL8mp\":\"Buyers can add these to their order when they select this product at checkout.\",\"qF1qbA\":\"Kopers zien een schone prijs. De platformkosten worden afgetrokken van uw uitbetaling.\",\"dg05rc\":\"Door trackingpixels toe te voegen, erkent u dat u en dit platform gezamenlijke verwerkingsverantwoordelijken zijn van de verzamelde gegevens. U bent verantwoordelijk voor het waarborgen van een rechtmatige grondslag voor deze verwerking onder toepasselijke privacywetgeving (AVG, CCPA, enz.).\",\"DFqasq\":[\"Door verder te gaan, gaat u akkoord met de <0>\",[\"0\"],\" Servicevoorwaarden\"],\"CetOZE\":\"By ticket type\",\"lFdbRS\":\"Applicatiekosten omzeilen\",\"AjVXBS\":\"Calendar\",\"2VLZwd\":\"Call-to-Action Knop\",\"rT2cV+\":\"Camera\",\"7hYa9y\":\"Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings.\",\"D02dD9\":\"Campagne\",\"RRPA79\":\"Can't check in\",\"OcVwAd\":[\"Cancel \",[\"count\"],\" date(s)\"],\"H4nE+E\":\"Alle producten annuleren en terugzetten in de beschikbare pool\",\"Py78q9\":\"Cancel Date\",\"lUjTpS\":\"Verwijdering annuleren\",\"5YkF5G\":\"Verwijderingsverzoek annuleren\",\"tOXAdc\":\"Annuleren zal alle deelnemers geassocieerd met deze bestelling annuleren en de tickets terugzetten in de beschikbare pool.\",\"FPpqc7\":[\"Cancelling \",[\"0\"],\" date(s). This may take a moment to complete.\"],\"01sEfm\":\"Kan de standaardsysteemconfiguratie niet verwijderen\",\"VsM1HH\":\"Capaciteitstoewijzingen\",\"9bIMVF\":\"Capacity management\",\"H7K8og\":\"Capacity must be 0 or greater\",\"nzao08\":\"capacity updates\",\"4cp9NP\":\"Capacity Used\",\"K7tIrx\":\"Categorie\",\"DRK3Bq\":\"Category deleted successfully\",\"o+XJ9D\":\"Wijzigen\",\"kJkjoB\":\"Change duration\",\"J0KExZ\":\"Change the attendee limit\",\"ssospy\":\"Change time\",\"CIHJJf\":\"Wachtlijstinstellingen wijzigen\",\"B5icLR\":[\"Changed duration for \",[\"count\"],\" date(s)\"],\"Kb+0BT\":\"Charges\",\"2tbLdK\":\"Liefdadigheid\",\"BPWGKn\":\"Check in\",\"6uFFoY\":\"Check out\",\"FjAlwK\":[\"Check out this event: \",[\"0\"]],\"v4fiSg\":\"Controleer je e-mail\",\"51AsAN\":\"Controleer je inbox! Als er tickets gekoppeld zijn aan dit e-mailadres, ontvang je een link om ze te bekijken.\",\"Y3FYXy\":\"Check-In\",\"udRwQs\":\"Gecreëerd inchecken\",\"F4SRy3\":\"Check-in verwijderd\",\"as6XfO\":[\"Check-in for \",[\"0\"],\" was undone\"],\"9s/wrQ\":\"Check-in history\",\"Wwztk4\":\"Check-In List\",\"9gPPUY\":\"Check-In Lijst Aangemaakt!\",\"dwjiJt\":\"Check-in list info\",\"7od0PV\":\"check-in lists\",\"f2vU9t\":\"Inchecklijsten\",\"XprdTn\":\"Check-in navigation\",\"5tV1in\":\"Check-in progress\",\"SHJwyq\":\"Incheckpercentage\",\"qCqdg6\":\"Incheck Status\",\"cKj6OE\":\"Incheckoverzicht\",\"7B5M35\":\"Check-Ins\",\"VrmydS\":\"Checked in\",\"DM4gBB\":\"Chinees (Traditioneel)\",\"p8Jvp4\":\"Choose a configuration\",\"ElShBO\":\"Choose a different action\",\"pHEhf+\":\"Kies een lettertype dat past bij je merk. Lettertypen worden zelf gehost via Bunny Fonts.\",\"Zok1Gx\":\"Choose an organizer\",\"pkk46Q\":\"Kies een organisator\",\"Ag32+c\":\"Choose another date\",\"Crr3pG\":\"Kies agenda\",\"Z38ZJu\":\"Kies hoe de evenementdatum op het ticket wordt weergegeven\",\"LAW8Vb\":\"Kies de standaardinstelling voor nieuwe evenementen. Dit kan per evenement worden overschreven.\",\"pjp2n5\":\"Kies wie de platformkosten betaalt. Dit heeft geen invloed op extra kosten die u in uw accountinstellingen hebt geconfigureerd.\",\"xCJdfg\":\"Clear\",\"QyOWu9\":\"Clear location — fall back to the event default\",\"V8yTm6\":\"Clear search\",\"kmnKnX\":\"Clearing removes any per-date override. Affected dates will fall back to the event's default location.\",\"/o+aQX\":\"Click to cancel\",\"gD7WGV\":\"Click to reopen for new sales\",\"CySr+W\":\"Klik om notities te bekijken\",\"RG3szS\":\"sluiten\",\"RWw9Lg\":\"Sluit venster\",\"XwdMMg\":\"Code mag alleen letters, cijfers, streepjes en underscores bevatten\",\"+yMJb7\":\"Code is verplicht\",\"m9SD3V\":\"Code moet minimaal 3 tekens bevatten\",\"V1krgP\":\"Code mag maximaal 20 tekens bevatten\",\"psqIm5\":\"Werk samen met je team om geweldige evenementen te organiseren.\",\"4bUH9i\":\"Verzamel deelnemersgegevens voor elk gekocht ticket.\",\"TkfG8v\":\"Gegevens per bestelling verzamelen\",\"96ryID\":\"Gegevens per ticket verzamelen\",\"FpsvqB\":\"Kleurmodus\",\"jEu4bB\":\"Kolommen\",\"CWk59I\":\"Comedy\",\"rPA+Gc\":\"Communicatievoorkeuren\",\"zFT5rr\":\"complete\",\"bUQMpb\":\"Complete Stripe setup\",\"744BMm\":\"Voltooi je bestelling om je tickets veilig te stellen. Dit aanbod is tijdelijk, dus wacht niet te lang.\",\"5YrKW7\":\"Voltooi je betaling om je tickets veilig te stellen.\",\"xGU92i\":\"Voltooi uw profiel om deel te nemen aan het team.\",\"QOhkyl\":\"Opstellen\",\"ih35UP\":\"Conferentiecentrum\",\"ywFj2D\":\"Configuration\",\"WTw0bB\":\"Configuration assigned\",\"X1zdE7\":\"Configuratie succesvol aangemaakt\",\"mLBUMQ\":\"Configuratie succesvol verwijderd\",\"UIENhw\":\"Configuratienamen zijn zichtbaar voor eindgebruikers. Vaste kosten worden omgerekend naar de ordervaluta tegen de huidige wisselkoers.\",\"eeZdaB\":\"Configuratie succesvol bijgewerkt\",\"3cKoxx\":\"Configuraties\",\"8v2LRU\":\"Configureer evenementdetails, locatie, afrekenopties en e-mailmeldingen.\",\"raw09+\":\"Configureer hoe deelnemergegevens worden verzameld tijdens het afrekenen\",\"FI60XC\":\"Belastingen en kosten configureren\",\"av6ukY\":\"Configure which products are available for this occurrence and optionally adjust pricing.\",\"NGXKG/\":\"Bevestig e-mailadres\",\"JRQitQ\":\"Bevestig nieuw wachtwoord\",\"Auz0Mz\":\"Bevestig je e-mailadres om toegang te krijgen tot alle functies.\",\"7+grte\":\"Bevestigingsmail verzonden! Controleer je inbox.\",\"n/7+7Q\":\"Bevestiging verzonden naar\",\"x3wVFc\":\"Gefeliciteerd! Je evenement is nu zichtbaar voor het publiek.\",\"0W2NQP\":\"Connect bank\",\"/K4Vqr\":\"Verbind Stripe om betalingen te accepteren\",\"nQI4H5\":\"Verbind Stripe om sjabloonbewerking van e-mails in te schakelen\",\"LmvZ+E\":\"Verbind Stripe om berichten in te schakelen\",\"peBIO+\":\"Connect Stripe to receive ticket payments directly to your bank account.\",\"DNeN8t\":\"Connect your bank to receive ticket sales straight to your account\",\"DARj+w\":\"Verkeerd Stripe-account gekoppeld? Ontkoppel het en begin opnieuw.\",\"X1y8JF\":\"Connection details are required for online dates\",\"fjfBOm\":\"Verbindingsgegevens zijn verplicht voor online evenementen\",\"jfC/xh\":\"Contact\",\"LOFgda\":[\"Contact \",[\"0\"]],\"41BQ3k\":\"Contact e-mail\",\"4b3oEV\":\"Inhoud\",\"13CIgI\":\"Inhoud is verplicht\",\"m8WD6t\":\"Doorgaan met instellen\",\"0GwUT4\":\"Verder naar afrekenen\",\"sBV87H\":\"Ga door naar evenement aanmaken\",\"nKtyYu\":\"Ga door naar de volgende stap\",\"F3/nus\":\"Doorgaan naar betaling\",\"s30OcA\":\"Bepaal hoe datums en tijden op de evenementpagina worden weergegeven\",\"p2FRHj\":\"Bepaal hoe platformkosten worden behandeld voor dit evenement\",\"NqfabH\":\"Control who gets in for this date\",\"fmYxZx\":\"Control who gets in, and when\",\"1JnTgU\":\"Gekopieerd van boven\",\"FxVG/l\":\"Gekopieerd naar klembord\",\"PiH3UR\":\"Gekopieerd!\",\"4i7smN\":\"Copy account ID\",\"uUPbPg\":\"Kopieer affiliatelink\",\"iVm46+\":\"Kopieer code\",\"cF2ICc\":\"Klantlink kopiëren\",\"+2ZJ7N\":\"Kopieer gegevens naar eerste deelnemer\",\"ZN1WLO\":\"Kopieer Email\",\"y1eoq1\":\"Link kopiëren\",\"tUGbi8\":\"Mijn gegevens kopiëren naar:\",\"y22tv0\":\"Kopieer deze link om hem overal te delen\",\"/4gGIX\":\"Kopiëren naar klembord\",\"e0f4yB\":\"Kon locatie niet verwijderen\",\"vkiDx2\":\"Could not prepare the bulk update.\",\"KOavaU\":\"Kon adresgegevens niet ophalen\",\"/lq4oO\":\"Could not save date\",\"mHu0az\":\"Couldn't send verification email. Please try again.\",\"QOIm+S\":\"De aantallen omvatten alle aankomende datums. Iedereen krijgt een plek aangeboden voor de datum waarvoor hij of zij zich heeft aangemeld.\",\"P0rbCt\":\"Omslagafbeelding\",\"p4kqHr\":\"Cover image added\",\"60u+dQ\":\"Omslagafbeelding wordt bovenaan je evenementpagina weergegeven\",\"2NLjA6\":\"De omslagafbeelding wordt bovenaan je organisatorpagina weergegeven\",\"GkrqoY\":\"Covers every ticket\",\"zg4oSu\":[\"Maak \",[\"0\"],\" Sjabloon\"],\"RKKhnW\":\"Maak een aangepaste widget om tickets te verkopen op je site.\",\"jqhTmw\":\"Create a list for this date\",\"PhioFp\":\"Create a new check-in list for an active session, or contact the organizer if you think this is a mistake.\",\"yIRev4\":\"Maak een wachtwoord aan\",\"j7xZ7J\":\"Maak extra organisatoren aan om afzonderlijke merken, afdelingen of evenementenreeksen onder één account te beheren. Elke organisator heeft zijn eigen evenementen, instellingen en openbare pagina.\",\"xfKgwv\":\"Affiliate aanmaken\",\"GT/OIA\":\"Maak een aankondiging om een bericht aan je gebruikers te tonen.\",\"tudG8q\":\"Maak en configureer tickets en merchandise voor verkoop.\",\"Q4VlI/\":\"Aankondiging aanmaken\",\"YAl9Hg\":\"Configuratie aanmaken\",\"BTne9e\":\"Maak aangepaste e-mailsjablonen voor dit evenement die de organisator-standaarden overschrijven\",\"YIDzi/\":\"Maak Aangepaste Sjabloon\",\"tsGqx5\":\"Create Date\",\"Nc3l/D\":\"Maak kortingen, toegangscodes voor verborgen tickets en speciale aanbiedingen.\",\"PybJS2\":\"Create event\",\"abGAgf\":\"Create more tickets or products to offer them as add-ons\",\"eWEV9G\":\"Nieuw wachtwoord aanmaken\",\"utHSNE\":\"Schema aanmaken\",\"8AiKIu\":\"Maak ticket of product aan\",\"/HGmW9\":\"Maak traceerbare links om partners te belonen die je evenement promoten.\",\"dkAPxi\":\"Webhook maken\",\"5slqwZ\":\"Maak je evenement aan\",\"JQNMrj\":\"Maak je eerste evenement\",\"CCjxOC\":\"Maak je eerste evenement aan om tickets te verkopen en deelnemers te beheren.\",\"ZCSSd+\":\"Maak je eigen evenement\",\"qdv10s\":[[\"0\"],\" data worden aangemaakt. Dit kan even duren.\"],\"67NsZP\":\"Evenement aanmaken...\",\"H34qcM\":\"Organisator aanmaken...\",\"1YMS+X\":\"Je evenement wordt aangemaakt, even geduld\",\"yiy8Jt\":\"Je organisatorprofiel wordt aangemaakt, even geduld\",\"lfLHNz\":\"CTA label is verplicht\",\"0xLR6W\":\"Currently assigned\",\"iTvh6I\":\"Momenteel beschikbaar voor aankoop\",\"A42Dqn\":\"Custom branding\",\"Guo0lU\":\"Aangepaste datum en tijd\",\"WDMdn8\":\"Custom questions\",\"O6mra8\":\"Aangepaste vragen\",\"axv/Mi\":\"Aangepaste sjabloon\",\"2YeVGY\":\"Klantlink gekopieerd naar klembord\",\"QMHSMS\":\"Klant ontvangt een e-mail ter bevestiging van de terugbetaling\",\"NihQNk\":\"Klanten\",\"hINN++\":\"Customize page\",\"7gsjkI\":\"Pas de e-mails aan die naar uw klanten worden verzonden met behulp van Liquid-sjablonen. Deze sjablonen worden gebruikt als standaard voor alle evenementen in uw organisatie.\",\"xJaTUK\":\"Pas de lay-out, kleuren en branding van je evenement homepage aan.\",\"MXZfGN\":\"Pas de vragen tijdens het afrekenen aan om belangrijke informatie van je deelnemers te verzamelen.\",\"iX6SLo\":\"Pas de tekst op de knop 'Doorgaan' aan\",\"R8H7yL\":\"Pas de tekst aan van de zwevende knop die naar het ticketgedeelte scrolt\",\"pxNIxa\":\"Pas uw e-mailsjabloon aan met Liquid-sjablonen\",\"3trPKm\":\"Pas het uiterlijk van je organisatorpagina aan\",\"U0sC6H\":\"Daily\",\"/gWrVZ\":\"Dagelijkse omzet, belastingen, kosten en terugbetalingen voor alle evenementen\",\"zgCHnE\":\"Dagelijks verkooprapport\",\"nHm0AI\":\"Dagelijkse uitsplitsing naar verkoop, belasting en kosten\",\"1aPnDT\":\"Dance\",\"pvnfJD\":\"Donker\",\"MaB9wW\":\"Date Cancellation\",\"e6cAxJ\":\"Date cancelled\",\"81jBnC\":\"Date cancelled successfully\",\"a/C/6R\":\"Date created successfully\",\"IW7Q+u\":\"Date deleted\",\"rngCAz\":\"Date deleted successfully\",\"vHbfoQ\":\"Date reactivated\",\"hvah+S\":\"Date reopened for new sales\",\"Ez0YsD\":\"Date updated successfully\",\"JxwIlL\":\"datums\",\"Te33mU\":\"Dates are managed per occurrence\",\"91zCxb\":\"Dates with sessions\",\"/ITcnz\":\"day\",\"H7OUPr\":\"Day\",\"JtHrX9\":\"Day of Month\",\"J/Upwb\":\"days\",\"V3VGYb\":\"Dagen van de maand\",\"r6zgGo\":\"December\",\"jbq7j2\":\"Weigeren\",\"WGD1Al\":\"Verlagen\",\"gJY4YL\":\"Aantal verlagen\",\"ovBPCi\":\"Standaard\",\"JtI4vj\":\"Standaard verzameling deelnemersinformatie\",\"ULjv90\":\"Default capacity per date\",\"3R/Tu2\":\"Standaard kostenafhandeling\",\"1bZAZA\":\"Standaardsjabloon wordt gebruikt\",\"3Biswm\":\"Defaults\",\"HNlEFZ\":\"verwijderen\",\"KpnwJK\":[\"\\\"\",[\"0\"],\"\\\" verwijderen?\"],\"BlII4o\":[\"Delete \",[\"count\"],\" selected date(s)? Dates with orders will be skipped. This cannot be undone.\"],\"ZDGm40\":\"Account verwijderen\",\"vu7gDm\":\"Verwijder affiliate\",\"KZN4Lc\":\"Alles verwijderen\",\"6EkaOO\":\"Delete Date\",\"io0G93\":\"Evenement verwijderen\",\"+jw/c1\":\"Verwijder afbeelding\",\"hdyeZ0\":\"Taak verwijderen\",\"xxjZeP\":\"Locatie verwijderen\",\"sY3tIw\":\"Organisator verwijderen\",\"UBv8UK\":\"Delete Permanently\",\"dPyJ15\":\"Sjabloon Verwijderen\",\"IQTR34\":\"Delete this category? Any products in it will also be deleted. This cannot be undone.\",\"/1wMxk\":\"Delete this product? This cannot be undone.\",\"mxsm1o\":\"Deze vraag verwijderen? Dit kan niet ongedaan worden gemaakt.\",\"snMaH4\":\"Webhook verwijderen\",\"LIZZLY\":[\"Deleted \",[\"0\"],\" date(s)\"],\"loLVyU\":\"Verwijderd account\",\"IlUuGb\":\"Het verwijderen van je account deactiveert het onmiddellijk: alle gepubliceerde evenementen worden gedepubliceerd en de toegang wordt uitgeschakeld. Na een respijtperiode van 30 dagen wordt de verwijdering definitief. Je kunt binnen die 30 dagen op elk moment annuleren.\",\"nMdIuB\":\"Verwijdering in wachtrij voor uitvoering\",\"/U002t\":\"Verwijderingsverzoek geannuleerd\",\"PBA62s\":\"Verwijderingsverzoeken\",\"7w0Wev\":\"Description and venue added\",\"vYgeDk\":\"Deselecteer alles\",\"NvuEhl\":\"Ontwerpelementen\",\"H8kMHT\":\"Geen code ontvangen?\",\"G8KNgd\":\"Different location\",\"E/QGRL\":\"Disabled\",\"bzSI52\":\"Discard\",\"0EcUWz\":\"Discard changes?\",\"+K0AvT\":\"Ontkoppelen\",\"cALvbl\":\"Stripe-account ontkoppelen\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Aankondiging sluiten\",\"nZJ8tu\":\"Dismiss setup checklist\",\"QotGhf\":\"Dit bericht negeren\",\"J6hrEy\":\"Gesloten\",\"BREO0S\":\"Toon een selectievakje waarmee klanten zich kunnen aanmelden voor marketingcommunicatie van deze evenementenorganisator.\",\"HtaSQp\":\"Toont hoeveel plekken er per datum over zijn in de ticketwidget. Je kunt dit per datum aanpassen.\",\"pfa8F0\":\"Weergavenaam\",\"Kdpf90\":\"Niet vergeten!\",\"352VU2\":\"Heeft u geen account? <0>Aanmelden\",\"AXXqG+\":\"Donatie\",\"DPfwMq\":\"Klaar\",\"JoPiZ2\":\"Door staff instructions\",\"2+O9st\":\"Download verkoop-, deelnemer- en financiële rapporten voor alle voltooide bestellingen.\",\"eneWvv\":\"Concept\",\"Ts8hhq\":\"Vanwege het hoge risico op spam moet u een Stripe-account verbinden voordat u e-mailsjablonen kunt wijzigen. Dit is om ervoor te zorgen dat alle evenementorganisatoren geverifieerd en verantwoordelijk zijn.\",\"TnzbL+\":\"Vanwege het hoge risico op spam moet u een Stripe-account koppelen voordat u berichten naar deelnemers kunt sturen.\\nDit is om ervoor te zorgen dat alle evenementorganisatoren geverifieerd en verantwoordelijk zijn.\",\"euc6Ns\":\"Dupliceren\",\"YueC+F\":\"Duplicate Date\",\"KRmTkx\":\"Dupliceer product\",\"Jd3ymG\":\"Duration must be at least 1 minute.\",\"KIjvtr\":\"Nederlands\",\"22xieU\":\"bijv. 180 (3 uur)\",\"MCx4ov\":\"bijv. Meer informatie\",\"/zajIE\":\"e.g. Morning Session\",\"XDHATF\":\"bijv. Nieuwe functie: wachtlijsten\",\"tAtvUj\":\"bijv. Gepland onderhoud deze zaterdag van 2-4 uur UTC\",\"SPKbfM\":\"bijv. Tickets kopen, Nu registreren\",\"fc7wGW\":\"bijv. Belangrijke update over uw tickets\",\"54MPqC\":\"bijv. Standaard, Premium, Enterprise\",\"3RQ81z\":\"Elke persoon ontvangt een e-mail met een gereserveerde plek om de aankoop te voltooien.\",\"Xfsjel\":\"Elk product\",\"5oD9f/\":\"Earlier\",\"LTzmgK\":[\"Bewerk \",[\"0\"],\" Sjabloon\"],\"v4+lcZ\":\"Bewerk affiliate\",\"ndNHsK\":\"Aankondiging bewerken\",\"2iZEz7\":\"Antwoord bewerken\",\"t2bbp8\":\"Deelnemer bewerken\",\"etaWtB\":\"Deelnemergegevens bewerken\",\"+guao5\":\"Configuratie bewerken\",\"1Mp/A4\":\"Edit Date\",\"m0ZqOT\":\"Locatie bewerken\",\"8oivFT\":\"Locatie bewerken\",\"vRWOrM\":\"Bestelgegevens bewerken\",\"pHm0k9\":\"Schema bewerken\",\"fW5sSv\":\"Webhook bewerken\",\"nP7CdQ\":\"Webhook bewerken\",\"MRZxAn\":\"Edited\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Educatie\",\"iiWXDL\":\"Geschiktheidsfouten\",\"zPiC+q\":\"In Aanmerking Komende Incheck Lijsten\",\"SiVstt\":\"Email & scheduled messages\",\"V2sk3H\":\"E-mail & Sjablonen\",\"hbwCKE\":\"E-mailadres gekopieerd naar klembord\",\"dSyJj6\":\"E-mailadressen komen niet overeen\",\"elW7Tn\":\"E-mail Hoofdtekst\",\"ZsZeV2\":\"E-mail is verplicht\",\"Be4gD+\":\"E-mail Voorbeeld\",\"6IwNUc\":\"E-mail Sjablonen\",\"H/UMUG\":\"E-mailverificatie vereist\",\"PLEl94\":\"Email verified\",\"L86zy2\":\"E-mail succesvol geverifieerd!\",\"FSN4TS\":\"Widget insluiten\",\"z9NkYY\":\"Embeddable widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Een emoji is vereist voor modals\",\"Qj0GKe\":\"Zelfbediening voor deelnemers inschakelen\",\"hEtQsg\":\"Zelfbediening voor deelnemers standaard inschakelen\",\"Upeg/u\":\"Schakel deze sjabloon in voor het verzenden van e-mails\",\"7dSOhU\":\"Wachtlijst inschakelen\",\"RxzN1M\":\"Ingeschakeld\",\"sGjBEq\":\"Einddatum & tijd (optioneel)\",\"PKXt9R\":\"Einddatum moet na begindatum liggen\",\"vTL8gi\":\"Eindtijd\",\"48Y16Q\":\"Eindtijd (optioneel)\",\"TbaYrr\":[\"Ended \",[\"0\"]],\"CFgwiw\":[\"Ends \",[\"0\"]],\"SqOIQU\":\"Enter a capacity value or choose unlimited.\",\"h37gRz\":\"Enter a label or choose to remove it.\",\"7YZofi\":\"Voer een onderwerp en hoofdtekst in om het voorbeeld te zien\",\"khyScF\":\"Enter a time to shift by.\",\"SKx/0u\":\"Voer een locatienaam of adres in\",\"ppwojw\":\"Voer een locatienaam of adres in voor fysieke evenementen\",\"j+eCIq\":\"Adres handmatig invoeren\",\"3bR1r4\":\"Voer affiliate e-mail in (optioneel)\",\"ARkzso\":\"Voer affiliatenaam in\",\"ej4L8b\":\"Enter capacity\",\"6KnyG0\":\"Voer e-mail in\",\"INDKM9\":\"Voer e-mailonderwerp in...\",\"xUgUTh\":\"Voer voornaam in\",\"9/1YKL\":\"Voer achternaam in\",\"VpwcSk\":\"Voer nieuw wachtwoord in\",\"kWg31j\":\"Voer unieke affiliatecode in\",\"C3nD/1\":\"Voer je e-mailadres in\",\"VmXiz4\":\"Voer uw e-mailadres in en wij sturen u instructies om uw wachtwoord opnieuw in te stellen.\",\"n9V+ps\":\"Voer je naam in\",\"IdULhL\":\"Voer uw BTW-nummer in inclusief de landcode, zonder spaties (bijv. NL123456789B01, DE123456789)\",\"RRlWVA\":\"Volledige bestelling\",\"o21Y+P\":\"entries\",\"X88/6w\":\"Inschrijvingen verschijnen hier wanneer klanten zich aanmelden voor de wachtlijst van uitverkochte producten.\",\"LslKhj\":\"Fout bij het laden van logboeken\",\"BkEWfd\":\"Esc to close\",\"VCNHvW\":\"Evenement gearchiveerd\",\"ZD0XSb\":\"Evenement succesvol gearchiveerd\",\"WgD6rb\":\"Evenementcategorie\",\"b46pt5\":\"Evenement coverafbeelding\",\"NAUIJ7\":\"Event created\",\"1b77ID\":\"Evenement aangemaakt\",\"1Hzev4\":\"Evenement aangepaste sjabloon\",\"+v+GW0\":\"Weergave van de evenementdatum\",\"7u9/DO\":\"Evenement succesvol verwijderd\",\"imgKgl\":\"Evenementbeschrijving\",\"IzR/Fc\":\"Event lifetime\",\"PYs3rP\":\"Evenementnaam\",\"HhwcTQ\":\"Naam van het evenement\",\"WZZzB6\":\"Evenementnaam is verplicht\",\"Wd5CDM\":\"Evenementnaam moet minder dan 150 tekens bevatten\",\"4JzCvP\":\"Evenement niet beschikbaar\",\"mImacG\":\"Evenementpagina\",\"Hk9Ki/\":\"Evenement succesvol hersteld\",\"JyD0LH\":\"Evenement instellingen\",\"XVLu2v\":\"Evenement titel\",\"OfmsI9\":\"Evenement te nieuw\",\"4SILkp\":\"Event totals\",\"YDVUVl\":\"Soorten evenementen\",\"+HeiVx\":\"Evenement bijgewerkt\",\"19j6uh\":\"Evenementenprestaties\",\"PC3/fk\":\"Evenementen die beginnen in de komende 24 uur\",\"CRsuq4\":\"Elke\",\"nwiZdc\":[\"Every \",[\"0\"]],\"B2jjf8\":[\"Every \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Every \",[\"0\"],\" days\"],\"yLiYx+\":[\"Every \",[\"0\"],\" months\"],\"nn9ice\":[\"Every \",[\"0\"],\" weeks\"],\"Cdr8f9\":[\"Every \",[\"0\"],\" weeks on \",[\"1\"]],\"GVEHRk\":[\"Every \",[\"0\"],\" years\"],\"XlRpgq\":[\"Elke \",[\"cadenceUnit\"]],\"fTFfOK\":\"Elke e-mailsjabloon moet een call-to-action knop bevatten die linkt naar de juiste pagina\",\"hHTPiT\":\"Everything else — tap to edit\",\"BVinvJ\":\"Voorbeelden: \\\"Hoe heb je over ons gehoord?\\\", \\\"Bedrijfsnaam voor factuur\\\"\",\"2hGPQG\":\"Voorbeelden: \\\"T-shirt maat\\\", \\\"Maaltijdvoorkeur\\\", \\\"Functietitel\\\"\",\"qNuTh3\":\"Uitzondering\",\"aW/bzJ\":\"Verwijdering uitvoeren\",\"CtAcQ7\":\"Verwijdering nu uitvoeren\",\"xj4fwT\":\"Nu uitvoeren\",\"M1RnFv\":\"Verlopen\",\"kF8HQ7\":\"Antwoorden exporteren\",\"2KAI4N\":\"CSV exporteren\",\"JKfSAv\":\"Exporteren mislukt. Probeer het opnieuw.\",\"SVOEsu\":\"Export gestart. Bestand wordt voorbereid...\",\"wuyaZh\":\"Export succesvol\",\"9bpUSo\":\"Affiliates exporteren\",\"jtrqH9\":\"Deelnemers exporteren\",\"R4Oqr8\":\"Exporteren voltooid. Bestand wordt gedownload...\",\"UlAK8E\":\"Orders exporteren\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Mislukt\",\"8uOlgz\":\"Mislukt op\",\"tKcbYd\":\"Mislukte taken\",\"SsI9v/\":\"Bestelling annuleren mislukt. Probeer het opnieuw.\",\"LdPKPR\":\"Kan configuratie niet toewijzen\",\"PO0cfn\":\"Failed to cancel date\",\"YUX+f+\":\"Failed to cancel dates\",\"SIHgVQ\":\"Bericht annuleren mislukt\",\"cEFg3R\":\"Aanmaken affiliate mislukt\",\"dVgNF1\":\"Kan configuratie niet aanmaken\",\"fAoRRJ\":\"Failed to create schedule\",\"4yLYTb\":\"Het schema kon niet worden aangemaakt. Probeer het opnieuw.\",\"U66oUa\":\"Sjabloon maken mislukt\",\"+RTkEY\":\"Aankondiging verwijderen mislukt\",\"aFk48v\":\"Kan configuratie niet verwijderen\",\"n1CYMH\":\"Failed to delete date\",\"KXv+Qn\":\"Failed to delete date. It may have existing orders.\",\"JJ0uRo\":\"Failed to delete dates\",\"rgoBnv\":\"Evenement verwijderen mislukt\",\"Zw6LWb\":\"Taak verwijderen mislukt\",\"tq0abZ\":\"Taken verwijderen mislukt\",\"2mkc3c\":\"Organisator verwijderen mislukt\",\"5E23qd\":\"Failed to delete product. Please try again.\",\"vKMKnu\":\"Vraag verwijderen mislukt\",\"xFj7Yj\":\"Sjabloon verwijderen mislukt\",\"jo3Gm6\":\"Exporteren affiliates mislukt\",\"Jjw03p\":\"Geen deelnemers geëxporteerd\",\"ZPwFnN\":\"Geen orders kunnen exporteren\",\"zGE3CH\":\"Export van rapport mislukt. Probeer het opnieuw.\",\"lS9/aZ\":\"Kan ontvangers niet laden\",\"X4o0MX\":\"Webhook niet geladen\",\"ETcU7q\":\"Kon plek niet aanbieden\",\"5670b9\":\"Tickets aanbieden mislukt\",\"e5KIbI\":\"Failed to reactivate date\",\"7zyx8a\":\"Verwijderen van wachtlijst mislukt\",\"A/P7PX\":\"Failed to remove override\",\"ogWc1z\":\"Failed to reopen date\",\"0+iwE5\":\"Vragen herschikken mislukt\",\"EJPAcd\":\"Orderbevestiging opnieuw verzenden mislukt\",\"DjSbj3\":\"Ticket opnieuw verzenden mislukt\",\"YQ3QSS\":\"Opnieuw verzenden verificatiecode mislukt\",\"wDioLj\":\"Taak opnieuw proberen mislukt\",\"DKYTWG\":\"Taken opnieuw proberen mislukt\",\"WRREqF\":\"Failed to save override\",\"sj/eZA\":\"Failed to save price override\",\"780n8A\":\"Failed to save product settings\",\"zTkTF3\":\"Sjabloon opslaan mislukt\",\"l6acRV\":\"Kan BTW-instellingen niet opslaan. Probeer het opnieuw.\",\"T6B2gk\":\"Verzenden bericht mislukt. Probeer het opnieuw.\",\"lKh069\":\"Exporttaak niet gestart\",\"t/KVOk\":\"Kan imitatie niet starten. Probeer het opnieuw.\",\"QXgjH0\":\"Kan imitatie niet stoppen. Probeer het opnieuw.\",\"i0QKrm\":\"Bijwerken affiliate mislukt\",\"NNc33d\":\"Antwoord niet bijgewerkt.\",\"E9jY+o\":\"Deelnemer bijwerken mislukt\",\"uQynyf\":\"Kan configuratie niet bijwerken\",\"i2PFQJ\":\"Bijwerken van evenementstatus mislukt\",\"EhlbcI\":\"Bijwerken van berichtenniveau mislukt\",\"rpGMzC\":\"Bestelling bijwerken mislukt\",\"T2aCOV\":\"Bijwerken van organisatorstatus mislukt\",\"Eeo/Gy\":\"Instelling bijwerken mislukt\",\"kqA9lY\":\"Kan BTW-instellingen niet bijwerken\",\"nkNfWu\":\"Uploaden van afbeelding mislukt. Probeer het opnieuw.\",\"rxy0tG\":\"Verifiëren e-mail mislukt\",\"QRUpCk\":\"Family\",\"5LO38w\":\"Fast payouts to your bank\",\"4lgLew\":\"February\",\"9bHCo2\":\"Valuta van de kosten\",\"/sV91a\":\"Kostenafhandeling\",\"K4dKSP\":\"Fee override saved\",\"LyUWXA\":\"Kosten omzeild\",\"cf35MA\":\"Festival\",\"pAey+4\":\"Bestand is te groot. Maximale grootte is 5MB.\",\"VejKUM\":\"Vul eerst je gegevens hierboven in\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filter attendees\",\"8OvVZZ\":\"Filter Deelnemers\",\"N/H3++\":\"Filter by date\",\"mvrlBO\":\"Filteren op evenement\",\"g+xRXP\":\"Finish setting up Stripe\",\"LHH461\":\"Finish setup\",\"syyeb9\":\"First\",\"Vj6wk9\":\"First 30 days\",\"/bpZYb\":\"First 7 days\",\"ziEnjY\":\"First 90 days\",\"1vBhpG\":\"Eerste deelnemer\",\"4pwejF\":\"Voornaam is verplicht\",\"rVogsf\":\"Los de problemen op om te publiceren\",\"3lkYdQ\":\"Fixed fee\",\"6bBh3/\":\"Vaste vergoeding\",\"zWqUyJ\":\"Vaste kosten per transactie\",\"LWL3Bs\":\"Vaste vergoeding moet 0 of hoger zijn\",\"0RI8m4\":\"Flash off\",\"q0923e\":\"Flash on\",\"X+U6/w\":\"Lettertype\",\"lWxAUo\":\"Eten & Drinken\",\"nFm+5u\":\"Voettekst\",\"sQv06Y\":\"voor\",\"NTzcRQ\":\"Voor een aantal datums\",\"a8nooQ\":\"Fourth\",\"xVhQZV\":\"Fri\",\"39y5bn\":\"Vrijdag\",\"ejVYRQ\":\"Van\",\"hGDVDa\":[\"Vanaf \",[\"0\"]],\"+dBe1R\":[\"From \",[\"start\"]],\"1dv+MO\":[\"van \",[\"start\"],\" tot \",[\"end\"]],\"l82hjf\":[\"vanaf \",[\"start\"],\", voor \",[\"count\"],\" datums\"],\"f5UbZ0\":\"Full data ownership\",\"cfvx/y\":\"Full event\",\"MY2SVM\":\"Volledige terugbetaling\",\"PGQLdy\":\"future\",\"8N/j1s\":\"Future dates only\",\"yRx/6K\":\"Future dates will be copied with capacity reset to zero\",\"T02gNN\":\"Algemene Toegang\",\"3ep0Gx\":\"Algemene informatie over je organisator\",\"ziAjHi\":\"Genereer\",\"exy8uo\":\"Genereer code\",\"4CETZY\":\"Routebeschrijving\",\"pjkEcB\":\"Get Paid\",\"lGYzP6\":\"Get paid with Stripe\",\"ZDIydz\":\"Aan de slag\",\"u6FPxT\":\"Koop Tickets\",\"2ohvu7\":\"Tekst 'Koop Tickets'-knop\",\"8KDgYV\":\"Bereid je evenement voor\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Terug\",\"sr0UJD\":\"Go Back\",\"oNL5vN\":\"Ga naar evenementpagina\",\"gHSuV/\":\"Ga naar de startpagina\",\"8+Cj55\":\"Go to Schedule\",\"6nDzTl\":\"Goede leesbaarheid\",\"76gPWk\":\"Begrepen\",\"CZXzs4\":\"Grieks\",\"aGWZUr\":\"Bruto-omzet\",\"n8IUs7\":\"Bruto-omzet\",\"O1wAlQ\":\"Guest\",\"LIYoRQ\":\"Gastenbeheer\",\"NUsTc4\":\"Happening now\",\"S2Y4aO\":\"Definitief verwijderen\",\"kTSQej\":[\"Hallo \",[\"0\"],\", beheer je platform vanaf hier.\"],\"URTkcd\":\"Help ons verbeteren door te vertellen waarom je vertrekt\",\"dORAcs\":\"Hier zijn alle tickets die gekoppeld zijn aan je e-mailadres.\",\"g+2103\":\"Hier is je affiliatelink\",\"bVsnqU\":\"Hi,\",\"/iE8xx\":\"Hi.Events kosten\",\"zppscQ\":\"Hi.Events platformkosten en BTW-uitsplitsing per transactie\",\"D+zLDD\":\"Verborgen\",\"cZO505\":[\"Hidden — sales ended \",[\"end\"],\".\"],\"DRErHC\":\"Verborgen voor deelnemers - alleen zichtbaar voor organisatoren\",\"9zfvsx\":\"Hidden from everyone\",\"nMfkJW\":\"Hidden from everyone — the master hide switch is on.\",\"NNnsM0\":\"Geavanceerde opties verbergen\",\"P+5Pbo\":\"Antwoorden verbergen\",\"VMlRqi\":\"Hide details\",\"NQgWuh\":\"Voorbeeld verbergen\",\"uXNYjR\":\"Uitverkochte datums en tijden verbergen\",\"g9RcYX\":\"Datum verbergen\",\"uMwTx7\":\"Deze categorie verbergen?\",\"LLt2UT\":\"Hides sold out\",\"gtEbeW\":\"Markeren\",\"NF8sdv\":\"Markeringsbericht\",\"MXSqmS\":\"Dit product markeren\",\"7ER2sc\":\"Uitgelicht\",\"sq7vjE\":\"Gemarkeerde producten krijgen een andere achtergrondkleur om op te vallen op de evenementenpagina.\",\"1+WSY1\":\"Hobbies\",\"yY8wAv\":\"Hours\",\"49Tkiw\":\"Hoe wordt de korting toegepast?\",\"sy9anN\":\"Hoe lang een klant heeft om de aankoop te voltooien na ontvangst van een aanbod. Laat leeg voor geen tijdslimiet.\",\"cceMns\":\"How VAT is applied to the platform fees we charge you.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Hongaars\",\"8Wgd41\":\"Ik erken mijn verantwoordelijkheden als verwerkingsverantwoordelijke\",\"O8m7VA\":\"Ik ga akkoord met het ontvangen van e-mailmeldingen met betrekking tot dit evenement\",\"YLgdk5\":\"Ik bevestig dat dit een transactioneel bericht is met betrekking tot dit evenement\",\"4/kP5a\":\"Als er geen nieuw tabblad automatisch is geopend, klik dan op de knop hieronder om door te gaan naar afrekenen.\",\"W/eN+G\":\"Indien leeg, wordt het adres gebruikt om een Google Maps-link te genereren\",\"CY3yHL\":\"Indien aangevinkt, wordt deze categorie verborgen voor het publiek.\",\"iIEaNB\":\"Als u een account bij ons heeft, ontvangt u een e-mail met instructies over hoe u uw wachtwoord opnieuw kunt instellen.\",\"an5hVd\":\"Afbeeldingen\",\"tSVr6t\":\"Imiteren\",\"TWXU0c\":\"Imiteer gebruiker\",\"5LAZwq\":\"Imitatie gestart\",\"IMwcdR\":\"Imitatie gestopt\",\"0I0Hac\":\"Belangrijke mededeling\",\"yD3avI\":\"Belangrijk: Het wijzigen van uw e-mailadres zal de link naar deze bestelling bijwerken. U wordt na het opslaan doorgestuurd naar de nieuwe bestellink.\",\"jT142F\":[\"Over \",[\"diffHours\"],\" uur\"],\"OoSyqO\":[\"Over \",[\"diffMinutes\"],\" minuten\"],\"PdMhEx\":[\"in last \",[\"0\"],\" min\"],\"u7r0G5\":\"In person — set a venue\",\"/LCAwL\":\"Bezig\",\"5gTmFD\":\"incl. kosten\",\"laL+R0\":\"incl. kosten en belasting\",\"cXeh90\":\"incl. belasting\",\"pxFAp/\":\"Verhogen\",\"nQMUIO\":\"Aantal verhogen\",\"F1Xp97\":\"Individuele deelnemers\",\"85e6zs\":\"Liquid Token Invoegen\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Instant Stripe payouts\",\"nbfdhU\":\"Integraties\",\"I8eJ6/\":\"Internal notes on the attendee's ticket\",\"B2Tpo0\":\"Ongeldig e-mailadres\",\"5tT0+u\":\"Ongeldig e-mailformaat\",\"f9WRpE\":\"Ongeldig bestandstype. Upload een afbeelding.\",\"tnL+GP\":\"Ongeldige Liquid syntax. Corrigeer het en probeer opnieuw.\",\"N9JsFT\":\"Ongeldig BTW-nummerformaat\",\"g+lLS9\":\"Nodig een teamlid uit\",\"1z26sk\":\"Teamlid uitnodigen\",\"KR0679\":\"Teamleden uitnodigen\",\"aH6ZIb\":\"Nodig je team uit\",\"Dn4OyV\":\"Uitgenodigd\",\"IuMGvq\":\"Factuur\",\"a/bUcL\":\"It happens on more than one date\",\"d+Oe9r\":\"It may have been unpublished or removed. Please check the link and try again.\",\"Lj7sBL\":\"Italiaans\",\"F5/CBH\":\"artikel(en)\",\"BzfzPK\":\"Artikelen\",\"rjyWPb\":\"January\",\"KmWyx0\":\"Taak\",\"o5r6b2\":\"Taak verwijderd\",\"cd0jIM\":\"Taakdetails\",\"ruJO57\":\"Taaknaam\",\"YZi+Hu\":\"Taak in wachtrij voor opnieuw proberen\",\"nCywLA\":\"Neem overal vandaan deel\",\"SNzppu\":\"Aanmelden voor wachtlijst\",\"dLouFI\":[\"Wachtlijst voor \",[\"productDisplayName\"],\" bijtreden\"],\"2gMuHR\":\"Aangemeld\",\"u4ex5r\":\"July\",\"zeEQd/\":\"June\",\"MxjCqk\":\"Alleen op zoek naar je tickets?\",\"xOTzt5\":\"just now\",\"0RihU9\":\"Just wrapped\",\"Brhs/U\":\"Verbinding behouden\",\"4OjqAQ\":\"Keep editing\",\"lwO5vw\":[\"Houd het kort — banners tonen één regel. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Houd mij op de hoogte van nieuws en evenementen van \",[\"0\"]],\"ioFA9i\":\"Keep the profit.\",\"C/pOUI\":\"Label — bijv. Ochtendsessie\",\"o66QSP\":\"label updates\",\"RtKKbA\":\"Last\",\"DruLRc\":\"Laatste 14 dagen\",\"ve9JTU\":\"Achternaam is verplicht\",\"h0Q9Iw\":\"Laatste reactie\",\"gw3Ur5\":\"Laatst geactiveerd\",\"FIq1Ba\":\"Later\",\"xvnLMP\":\"Latest check-ins\",\"GGFOZD\":\"Laat “Van” op vandaag staan om direct te beginnen.\",\"N5TErv\":\"Leave empty for unlimited\",\"L/hDDD\":\"Leave empty to apply this check-in list to all occurrences\",\"9Pf3wk\":\"Leave on to cover every ticket on the event. Turn off to pick specific tickets.\",\"Hq2BzX\":\"Let them know about the change\",\"+uexiy\":\"Let them know about the changes\",\"exYcTF\":\"Library\",\"1njn7W\":\"Licht\",\"1qY5Ue\":\"Link verlopen of ongeldig\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Links toegestaan\",\"2BBAbc\":\"List\",\"dF6vP6\":\"Live\",\"fpMs2Z\":\"LIVE\",\"D9zTjx\":\"Live Evenementen\",\"a37vfH\":\"Live preview\",\"C33p4q\":\"Loaded dates\",\"WdmJIX\":\"Voorvertoning laden...\",\"IoDI2o\":\"Tokens laden...\",\"G3Ge9Z\":\"Webhook-logs laden...\",\"NFxlHW\":\"Webhooks laden\",\"E0DoRM\":\"Locatie verwijderd\",\"7w8lJU\":\"Locatie opgeslagen\",\"YsRXDD\":\"Locatie bijgewerkt\",\"A/kIva\":\"location updates\",\"iyZPPR\":\"locaties\",\"VppBoU\":\"Locaties\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo & Omslag\",\"gddQe0\":\"Logo en omslagafbeelding voor je organisator\",\"TBEnp1\":\"Het logo wordt weergegeven in de koptekst\",\"Jzu30R\":\"Logo wordt weergegeven op het ticket\",\"PSRm6/\":\"Zoek mijn tickets op\",\"yJFu/X\":\"Hoofdkantoor\",\"v5nFPh\":\"Make it visible so people can buy tickets\",\"cdY2at\":[\"Manage \",[\"0\"]],\"wZJfA8\":\"Manage dates and times for your recurring event\",\"RlzPUE\":\"Manage on Stripe\",\"sjoDuh\":\"Manage schedule\",\"6NXJRK\":\"Manage Schedule\",\"zXuaxY\":\"Beheer de wachtlijst van uw evenement, bekijk statistieken en bied tickets aan deelnemers aan.\",\"g2npA5\":\"Handmatig aanbod\",\"hg6l4j\":\"March\",\"pqRBOz\":\"Mark as validated (admin override)\",\"2L3vle\":\"Max berichten / 24u\",\"Qp4HWD\":\"Max ontvangers / bericht\",\"7qu2YV\":[\"Maximaal \",[\"cap\"],\" per bestelling\"],\"3JzsDb\":\"May\",\"agPptk\":\"Medium\",\"xDAtGP\":\"Bericht\",\"bECJqy\":\"Bericht succesvol goedgekeurd\",\"1jRD0v\":\"Deelnemers berichten sturen met specifieke tickets\",\"uQLXbS\":\"Bericht geannuleerd\",\"48rf3i\":\"Bericht kan niet meer dan 5000 tekens bevatten\",\"ZPj0Q8\":\"Berichtdetails\",\"Vjat/X\":\"Bericht is verplicht\",\"0/yJtP\":\"Bestelbezitters berichten sturen met specifieke producten\",\"saG4At\":\"Bericht gepland\",\"mFdA+i\":\"Berichtenniveau\",\"v7xKtM\":\"Berichtenniveau succesvol bijgewerkt\",\"/VRn+9\":[\"Min \",[\"min\"],\" per order\"],\"H9HlDe\":\"minuten\",\"agRWc1\":\"Minutes\",\"FfPWR0\":\"Modal\",\"zz/Wd/\":\"Mode\",\"fpMgHS\":\"Mon\",\"hty0d5\":\"Maandag\",\"JbIgPz\":\"Geldbedragen zijn geschatte totalen over alle valuta's\",\"qvF+MT\":\"Bewaak en beheer mislukte achtergrondtaken\",\"kY2ll9\":\"month\",\"HajiZl\":\"Maand\",\"+8Nek/\":\"Monthly\",\"6jefe3\":\"months\",\"f8jrkd\":\"more\",\"JcD7qf\":\"More actions\",\"w36OkR\":\"Meest bekeken evenementen (Laatste 14 dagen)\",\"+Y/na7\":\"Move all dates earlier or later\",\"3DIpY0\":\"Multiple locations\",\"g9cQCP\":\"Multiple ticket types\",\"GfaxEk\":\"Muziek\",\"oVGCGh\":\"Mijn Tickets\",\"8/brI5\":\"Naam is verplicht\",\"sFFArG\":\"Naam moet minder dan 255 tekens bevatten\",\"Bst+aq\":\"Wil je van Stripe-account wisselen? Ontkoppel dit account.\",\"xxU3NX\":\"Netto-omzet\",\"7I8LlL\":\"New capacity\",\"n1GRql\":\"New label\",\"y0Fcpd\":\"Nieuwe locatie\",\"ArHT/C\":\"Nieuwe aanmeldingen\",\"uK7xWf\":\"New time:\",\"g8JmSC\":\"Volgende maand\",\"veT5Br\":\"Next occurrence\",\"WXtl5X\":[\"Next: \",[\"nextFormatted\"]],\"eWRECP\":\"Nachtleven\",\"HSw5l3\":\"Nee - Ik ben een particulier of een niet-BTW-geregistreerd bedrijf\",\"VHfLAW\":\"Geen accounts\",\"+jIeoh\":\"Geen accounts gevonden\",\"074+X8\":\"Geen actieve webhooks\",\"zxnup4\":\"Geen affiliates om te tonen\",\"hUHrkV\":\"Nog geen aankondigingen\",\"Dwf4dR\":\"Nog geen deelnemersvragen\",\"th7rdT\":\"No attendees to show\",\"PKySlW\":\"No attendees yet for this date.\",\"/UC6qk\":\"Geen attributiegegevens gevonden\",\"E2vYsO\":\"No capabilities reported by Stripe yet.\",\"amMkpL\":\"Geen capaciteit\",\"d2Jf1f\":\"No change\",\"99ntUF\":\"Geen incheck lijsten beschikbaar voor dit evenement.\",\"wG+knX\":\"No check-ins yet\",\"+dAKxg\":\"Geen configuraties gevonden\",\"LiLk8u\":\"No connections available\",\"eb47T5\":\"Geen gegevens gevonden voor de geselecteerde filters. Probeer het datumbereik of de valuta aan te passen.\",\"Zc216S\":\"No date added\",\"I8mtzP\":\"No dates available this month. Try navigating to another month.\",\"yDukIL\":\"No dates match the current filters.\",\"B7phdj\":\"No dates match your filters\",\"/ZB4Um\":\"No dates match your search\",\"OtJSnL\":\"Geen data gepland\",\"gEdNe8\":\"No dates scheduled yet\",\"w+wkcC\":\"Geen verwijderingsverzoeken gevonden\",\"pZNOT9\":\"Geen einddatum\",\"dW40Uz\":\"Geen evenementen gevonden\",\"8pQ3NJ\":\"Geen evenementen die beginnen in de komende 24 uur\",\"8zCZQf\":\"Nog geen evenementen\",\"Yc5YW6\":\"Geen mislukte taken\",\"EpvBAp\":\"Geen factuur\",\"N+9Onb\":\"No limits\",\"XZkeaI\":\"Geen logboeken gevonden\",\"IcAC6J\":\"Geen overeenkomende lettertypen\",\"nrSs2u\":\"Geen berichten gevonden\",\"Rj99yx\":\"No occurrences available\",\"IFU1IG\":\"No occurrences on this date\",\"OVFwlg\":\"Nog geen bestellingsvragen\",\"EJ7bVz\":\"Geen bestellingen gevonden\",\"NEmyqy\":\"Nog geen bestellingen\",\"a77B6w\":\"No orders yet for this date.\",\"wUv5xQ\":\"Geen organisatoractiviteit in de laatste 14 dagen\",\"vLd1tV\":\"No organizer context available.\",\"B7w4KY\":\"Geen andere organisatoren beschikbaar\",\"PChXMe\":\"Geen betaalde bestellingen\",\"6jYQGG\":\"Geen afgelopen evenementen\",\"CHzaTD\":\"Geen populaire evenementen in de laatste 14 dagen\",\"zK/+ef\":\"Geen producten beschikbaar voor selectie\",\"M1/lXs\":\"No products configured for this event.\",\"kY7XDn\":\"Geen producten hebben wachtlijstvermeldingen\",\"8mw4tm\":\"Bericht bij geen producten\",\"wYiAtV\":\"Geen recente accountaanmeldingen\",\"UW90md\":\"Geen ontvangers gevonden\",\"QoAi8D\":\"Geen reactie\",\"JeO7SI\":\"Geen antwoord\",\"EK/G11\":\"Nog geen reacties\",\"AxPAXW\":\"Geen resultaten gevonden\",\"59OWd3\":\"Geen opgeslagen locaties\",\"mPdY6W\":\"Geen suggesties\",\"3sRuiW\":\"Geen tickets gevonden\",\"debCrL\":\"Geen tickets te koop\",\"k2C0ZR\":\"No upcoming dates\",\"yM5c0q\":\"Geen aankomende evenementen\",\"qpC74J\":\"Geen gebruikers gevonden\",\"8wgkoi\":\"Geen bekeken evenementen in de laatste 14 dagen\",\"Arzxc1\":\"Geen wachtlijstinschrijvingen\",\"n5vdm2\":\"Er zijn nog geen webhook-events opgenomen voor dit eindpunt. Evenementen zullen hier verschijnen zodra ze worden geactiveerd.\",\"4GhX3c\":\"Geen webhooks\",\"4+am6b\":\"Nee, houd me hier\",\"4JVMUi\":\"non-edited\",\"ACaDVQ\":\"None yet\",\"Itw24Q\":\"Not checked in\",\"x5+Lcz\":\"Niet Ingecheckt\",\"8n10sz\":\"Niet in Aanmerking\",\"kLvU3F\":\"Notify attendees and stop sales\",\"t9QlBd\":\"November\",\"kAREMN\":\"Number of dates to create\",\"6u1B3O\":\"Occurrence\",\"mmoE62\":\"Occurrence Cancelled\",\"V9flmL\":\"Occurrence Schedule\",\"Kh3WO8\":\"Occurrence Summary\",\"byXCTu\":\"Occurrences\",\"KATw3p\":\"Occurrences (future only)\",\"85rTR2\":\"Occurrences can be configured after creation\",\"dzQfDY\":\"October\",\"BwJKBw\":\"van\",\"GQnX9d\":\"van elke maand\",\"az8lvo\":\"Off\",\"9h7RDh\":\"Aanbieden\",\"EfK2O6\":\"Plek aanbieden\",\"3sVRey\":\"Tickets aanbieden\",\"2O7Ybb\":\"Aanbod-tijdslimiet\",\"1jUg5D\":\"Aangeboden\",\"l+/HS6\":[\"Aanbiedingen verlopen na \",[\"timeoutHours\"],\" uur.\"],\"6Aih4U\":\"Offline\",\"Fdp03t\":\"op\",\"Z5HWHd\":\"On\",\"TH5A28\":[\"op \",[\"dayList\"]],\"qiMtVT\":[\"op \",[\"day\"],\" \",[\"month\"]],\"nO3VbP\":[\"In de verkoop \",[\"0\"]],\"pPAGSK\":[\"op de \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"On the event page\",\"H7stQC\":\"Op de wachtlijst\",\"oXOSPE\":\"Online\",\"aqmy5k\":\"Online — provide connection details\",\"LuZBbx\":\"Online & in-person\",\"IXuOqt\":\"Online & in-person — see schedule\",\"WjSpu5\":\"Online evenement\",\"wCRLS9\":[\"Slechts \",[\"cap\"],\" beschikbaar\"],\"scPxI/\":[\"Nog maar \",[\"capacity\"],\" over\"],\"Gk0+G6\":\"Only a name is required — everything else has sensible defaults\",\"NdOxqr\":\"Alleen accountbeheerders kunnen evenementen verwijderen of archiveren. Neem contact op met uw accountbeheerder voor hulp.\",\"rnoDMF\":\"Alleen accountbeheerders kunnen organisatoren verwijderen of archiveren. Neem contact op met uw accountbeheerder voor hulp.\",\"tnx0u1\":\"Only available as an add-on\",\"z4JBd7\":\"Alleen gepubliceerde aankondigingen worden aan gebruikers getoond\",\"bU7oUm\":\"Alleen verzenden naar orders met deze statussen\",\"wkpaqp\":\"Alleen startdatum en -tijd tonen\",\"chktt5\":\"Only shown as an add-on to the products it's attached to\",\"Y4HHYW\":\"Only shown as an add-on to the products it's attached to.\",\"Z82In9\":\"Alleen de accounteigenaar kan accountverwijdering aanvragen.\",\"DMk8F0\":\"Only tickets count toward capacity\",\"+/Z3yr\":\"Only visible to buyers with an applicable promo code.\",\"M2w1ni\":\"Alleen zichtbaar met promocode\",\"y8Bm7C\":\"Open check-in\",\"RLz7P+\":\"Open occurrence\",\"iMqrOb\":\"Optionele call-to-action\",\"cDSdPb\":\"Optionele bijnaam die in keuzelijsten wordt getoond, bijv. \\\"HQ-vergaderruimte\\\"\",\"HXMJxH\":\"Optionele tekst voor disclaimers, contactinfo of danknotities (alleen één regel)\",\"L565X2\":\"opties\",\"8m9emP\":\"or add a single date\",\"eBskDE\":\"Of schakel offline betalingen in en schakel Stripe uit\",\"dSeVIm\":\"order\",\"c/TIyD\":\"Bestelling & Ticket\",\"H5qWhm\":\"Bestelling geannuleerd\",\"b6+Y+n\":\"Bestelling voltooid\",\"x4MLWE\":\"Bestelling Bevestiging\",\"CsTTH0\":\"Bestelbevestiging succesvol opnieuw verzonden\",\"ppuQR4\":\"Bestelling aangemaakt\",\"xtQzag\":\"Order details\",\"vrSW9M\":\"Bestelling is geannuleerd en terugbetaald. De eigenaar van de bestelling is op de hoogte gesteld.\",\"rzw+wS\":\"Bestelhouders\",\"oI/hGR\":\"Bestelling-ID\",\"m8vQEP\":\"Order limits\",\"vu6Arl\":\"Bestelling gemarkeerd als betaald\",\"sLbJQz\":\"Bestelling niet gevonden\",\"kvYpYu\":\"Bestelling niet gevonden\",\"eJ8SvM\":\"Order number, purchase date, purchaser email\",\"FaPYw+\":\"Eigenaar bestelling\",\"eB5vce\":\"Bestel eigenaars met een specifiek product\",\"CxLoxM\":\"Besteleigenaars met producten\",\"UkHo4c\":\"Bestelref.\",\"EZy55F\":\"Bestelling terugbetaald\",\"6eSHqs\":\"Bestelstatussen\",\"oW5877\":\"Bestelling Totaal\",\"e7eZuA\":\"Bijgewerkte bestelling\",\"1SQRYo\":\"Bestelling succesvol bijgewerkt\",\"3NT0Ck\":\"Bestelling is geannuleerd\",\"V5khLm\":\"orders\",\"sd5IMt\":\"Voltooide bestellingen\",\"5It1cQ\":\"Geëxporteerde bestellingen\",\"UQ0ACV\":\"Totaal bestellingen\",\"B/EBQv\":\"Bestellingen:\",\"qtGTNu\":\"Organische accounts\",\"P/JHA4\":\"Organisator succesvol gearchiveerd\",\"S3CZ5M\":\"Organisator-dashboard\",\"GzjTd0\":\"Organisator succesvol verwijderd\",\"SQqJd8\":\"Organisator niet gevonden\",\"HF8Bxa\":\"Organisator succesvol hersteld\",\"wpj63n\":\"Instellingen van organisator\",\"o1my93\":\"Bijwerken van organisatorstatus mislukt. Probeer het later opnieuw.\",\"rLHma1\":\"Organisatorstatus bijgewerkt\",\"LqBITi\":\"Organisator/standaardsjabloon wordt gebruikt\",\"q4zH+l\":\"Organizers\",\"/IX/7x\":\"Overig\",\"RsiDDQ\":\"Andere Lijsten (Ticket Niet Inbegrepen)\",\"EufvBx\":\"Resultaat\",\"aDfajK\":\"Outdoors\",\"qMASRF\":\"Uitgaande berichten\",\"iCOVQO\":\"Override\",\"GpFTEc\":\"Override fees on this organizer\",\"M9ZhMP\":\"Override price\",\"cnVIpl\":\"Override removed\",\"6/dCYd\":\"Overzicht\",\"6WdDG7\":\"Pagina\",\"8uqsE5\":\"Pagina niet meer beschikbaar\",\"QkLf4H\":\"Pagina-URL\",\"sF+Xp9\":\"Paginaweergaven\",\"v4nCHK\":\"Paid\",\"c+suC6\":\"Betaalde accounts\",\"5F7SYw\":\"Gedeeltelijke terugbetaling\",\"fFYotW\":[\"Gedeeltelijk terugbetaald: \",[\"0\"]],\"i8day5\":\"Kosten doorberekenen aan koper\",\"k4FLBQ\":\"Doorberekenen aan koper\",\"Ff0Dor\":\"Verleden\",\"BFjW8X\":\"Past due\",\"xTPjSy\":\"Afgelopen evenementen\",\"/l/ckQ\":\"Plak URL\",\"URAE3q\":\"Gepauzeerd\",\"4fL/V7\":\"Betalen\",\"W5l9HD\":\"Betaal wat je wilt\",\"c2/9VE\":\"Payload\",\"5cxUwd\":\"Betaaldatum\",\"ENEPLY\":\"Betaalmethode\",\"8Lx2X7\":\"Betaling ontvangen\",\"fx8BTd\":\"Betalingen niet beschikbaar\",\"C+ylwF\":\"Payouts\",\"UbRKMZ\":\"In afwachting\",\"UkM20g\":\"In afwachting van beoordeling\",\"dPYu1F\":\"Per deelnemer\",\"mQV/nJ\":\"per min\",\"+kvxv+\":\"per bestelling\",\"VlXNyK\":\"Per bestelling\",\"NhuGd7\":\"per product\",\"hauDFf\":\"Per ticket\",\"mnF83a\":\"Percentage vergoeding\",\"TNLuRD\":\"Percentage fee (%)\",\"MixU2P\":\"Percentage moet tussen 0 en 100 liggen\",\"MkuVAZ\":\"Percentage van transactiebedrag\",\"/Bh+7r\":\"Prestaties\",\"/4mGVp\":\"Dit account permanent verwijderen\",\"dGdKgQ\":\"Dit account en de bijbehorende gegevens permanent verwijderen.\",\"fIp56F\":\"Verwijder dit evenement en alle bijbehorende gegevens permanent.\",\"nJeeX7\":\"Verwijder deze organisator en al zijn evenementen permanent.\",\"wfCTgK\":\"Permanently remove this date\",\"6kPk3+\":\"Persoonlijke gegevens\",\"zmwvG2\":\"Telefoon\",\"tSR/oe\":\"Pick an end date\",\"e8kzpp\":\"Pick at least one day of the month\",\"35C8QZ\":\"Pick at least one day of the week\",\"kJmAsd\":\"Kies dagen om je datums te zien.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Placed\",\"wBJR8i\":\"Een evenement plannen?\",\"J3lhKT\":\"Platformkosten\",\"RD51+P\":[\"Platformkosten van \",[\"0\"],\" afgetrokken van uw uitbetaling\"],\"br3Y/y\":\"Platformkosten\",\"3buiaw\":\"Platformkosten rapport\",\"kv9dM4\":\"Platformomzet\",\"PJ3Ykr\":\"Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions.\",\"OtjenF\":\"Voer een geldig e-mailadres in\",\"jEw0Mr\":\"Voer een geldige URL in\",\"n8+Ng/\":\"Voer de 5-cijferige code in\",\"r+lQXT\":\"Voer uw BTW-nummer in\",\"Dvq0wf\":\"Geef een afbeelding op.\",\"2cUopP\":\"Start het bestelproces opnieuw.\",\"GoXxOA\":\"Please select a date and time\",\"8KmsFa\":\"Selecteer een datumbereik\",\"EFq6EG\":\"Selecteer een afbeelding.\",\"fuwKpE\":\"Probeer het opnieuw.\",\"klWBeI\":\"Wacht even voordat je een nieuwe code aanvraagt\",\"hfHhaa\":\"Even geduld terwijl we je affiliates voorbereiden voor export...\",\"o+tJN/\":\"Wacht even terwijl we je deelnemers voorbereiden voor export...\",\"+5Mlle\":\"Even geduld alstublieft terwijl we uw bestellingen klaarmaken voor export...\",\"trnWaw\":\"Pools\",\"luHAJY\":\"Populaire evenementen (Laatste 14 dagen)\",\"p/78dY\":\"Position\",\"OESu7I\":\"Voorkom oververkoop door voorraad te delen over meerdere tickettypes.\",\"NgVUL2\":\"Voorbeeld afrekenformulier\",\"cs5muu\":\"Voorbeeld van de evenementpagina\",\"1xwZj/\":\"Vorige maand\",\"Jm2AC3\":\"Price Tier\",\"a5jvSX\":\"Prijsniveaus\",\"aHCEmh\":\"Pricing\",\"ReihZ7\":\"Afdrukvoorbeeld\",\"JnuPvH\":\"Ticket afdrukken\",\"tYF4Zq\":\"Afdrukken naar PDF\",\"LcET2C\":\"Privacybeleid\",\"8z6Y5D\":\"Terugbetaling verwerken\",\"JcejNJ\":\"Bestelling verwerken\",\"EWCLpZ\":\"Gemaakt product\",\"XkFYVB\":\"Product verwijderd\",\"YMwcbR\":\"Uitsplitsing productverkoop, inkomsten en belastingen\",\"ls0mTC\":\"Product settings cannot be edited for cancelled dates.\",\"2339ej\":\"Product settings saved successfully\",\"ldVIlB\":\"Bijgewerkt product\",\"CP3D8G\":\"Progress\",\"JoKGiJ\":\"Kortingscode\",\"dIodJL\":\"Promo code required\",\"k3wH7i\":\"Gebruik van promocodes en uitsplitsing van kortingen\",\"tZqL0q\":\"promo codes\",\"oCHiz3\":\"Promo codes\",\"uEhdRh\":\"Alleen promo\",\"dLm8V5\":\"Promotionele e-mails kunnen leiden tot accountopschorting\",\"W0ETyY\":\"Vul minimaal één adresveld in (locatie, straat, stad of land).\",\"2W/7Gz\":\"Provide the following before Stripe's next review to keep payouts flowing.\",\"7d1a0d\":\"Public\",\"EEYbdt\":\"Publiceren\",\"JcgJKc\":\"Toch publiceren\",\"evDBV8\":\"Evenement publiceren\",\"2zEfOd\":\"Publish your event\",\"u3wRF+\":\"Gepubliceerd\",\"L7nrC8\":\"Door te publiceren wordt je evenementpagina openbaar en worden registraties geopend.\",\"dsFmM+\":\"Gekocht\",\"JunetL\":\"Purchaser\",\"phmeUH\":\"Purchaser email\",\"ywR4ZL\":\"QR code check-in\",\"oWXNE5\":\"Aant.\",\"VbWX2u\":\"Aantal\",\"biEyJ4\":\"Question answers\",\"k/bJj0\":\"Vragen herschikt\",\"b24kPi\":\"Wachtrij\",\"lTPqpM\":\"Quick Tip\",\"fqDzSu\":\"Tarief\",\"mnUGVC\":\"Limiet overschreden. Probeer het later opnieuw.\",\"t41hVI\":\"Plek opnieuw aanbieden\",\"TNclgc\":\"Reactivate this date? It will be reopened for future sales.\",\"RENQ6j\":\"Klaar om live te gaan?\",\"uqoRbb\":\"Real-time analytics\",\"jPSk57\":\"Reden (optioneel)\",\"xzRvs4\":[\"Productupdates van \",[\"0\"],\" ontvangen.\"],\"pLXbi8\":\"Recente accountaanmeldingen\",\"M1HGuR\":\"Recent activity\",\"3kJ0gv\":\"Recent Attendees\",\"qhfiwV\":\"Recent check-ins\",\"S+0XMX\":\"Recent orders\",\"Fi3b48\":\"Recente bestellingen\",\"7hPBBn\":\"ontvanger\",\"jp5bq8\":\"ontvangers\",\"yPrbsy\":\"Ontvangers\",\"E1F5Ji\":\"Ontvangers zijn beschikbaar nadat het bericht is verzonden\",\"WEYdDv\":\"Recommended\",\"wuhHPE\":\"Recurring\",\"asLqwt\":\"Terugkerend evenement\",\"s3uzsK\":\"Instellingen terugkerend evenement\",\"D0tAMe\":\"Recurring events\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Doorverwijzen naar Stripe...\",\"pnoTN5\":\"Verwijzingsaccounts\",\"ACKu03\":\"Voorbeeld Vernieuwen\",\"vuFYA6\":\"Refund all orders for these dates\",\"4cRUK3\":\"Refund all orders for this date\",\"fKn/k6\":\"Terugbetalingsbedrag\",\"qY4rpA\":\"Terugbetaling mislukt\",\"FaK/8G\":[\"Bestelling \",[\"0\"],\" terugbetalen\"],\"MGbi9P\":\"Terugbetaling in behandeling\",\"BDSRuX\":[\"Terugbetaald: \",[\"0\"]],\"bU4bS1\":\"Terugbetalingen\",\"rYXfOA\":\"Regionale instellingen\",\"5tl0Bp\":\"Registratievragen\",\"ZNo5k1\":\"Remaining\",\"Bjh87R\":\"Remove label from all dates\",\"IVZaEo\":\"Verwijdert uitverkochte datums en tijden volledig van de evenementpagina. Indien uitgeschakeld blijven ze zichtbaar en worden ze als uitverkocht gemarkeerd.\",\"5Vkr/a\":\"Tijd verwijderen\",\"KkJtVK\":\"Reopen for new sales\",\"XJwWJp\":\"Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed.\",\"RYlQY0\":\"Herhaling\",\"CQeZT8\":\"Rapport niet gevonden\",\"JEPMXN\":\"Nieuwe link aanvragen\",\"Yx0Ud8\":\"Aangevraagd\",\"Wcv9QD\":\"Aangevraagd door\",\"TMLAx2\":\"Verplicht\",\"mdeIOH\":\"Code opnieuw verzenden\",\"sQxe68\":\"Bevestiging opnieuw verzenden\",\"bxoWpz\":\"Bevestigingsmail opnieuw verzenden\",\"G42SNI\":\"E-mail opnieuw verzenden\",\"TTpXL3\":[\"Opnieuw verzenden over \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Ticket opnieuw verzenden\",\"Uwsg2F\":\"Gereserveerd\",\"8wUjGl\":\"Gereserveerd tot\",\"a5z8mb\":\"Reset to base price\",\"kCn6wb\":\"Opnieuw instellen...\",\"ZlCDf+\":\"Antwoord\",\"bsydMp\":\"Antwoorddetails\",\"yKu/3Y\":\"Herstellen\",\"RokrZf\":\"Evenement herstellen\",\"/JyMGh\":\"Organisator herstellen\",\"HFvFRb\":\"Herstel dit evenement om het weer zichtbaar te maken.\",\"DDIcqy\":\"Herstel deze organisator en maak hem weer actief.\",\"mO8KLE\":\"results\",\"6gRgw8\":\"Opnieuw proberen\",\"1BG8ga\":\"Alles opnieuw proberen\",\"rDC+T6\":\"Taak opnieuw proberen\",\"CbnrWb\":\"Terug naar evenement\",\"Lf7TCn\":\"Herbruikbare locaties verschijnen hier automatisch wanneer je evenementen met adressen aanmaakt, en je kunt ook zelf locaties toevoegen.\",\"mdQ0zb\":\"Herbruikbare locaties voor je evenementen. Locaties die via automatisch aanvullen zijn aangemaakt, worden hier automatisch opgeslagen.\",\"XFOPle\":\"Reuse\",\"1Zehp4\":\"Reuse a Stripe connection from another organizer in this account.\",\"Oo/PLb\":\"Omzetoverzicht\",\"CfuueU\":\"Aanbod intrekken\",\"Tpm2G9\":\"Looptijd\",\"dFFW9L\":[\"Uitverkoop eindigde \",[\"0\"]],\"loCKGB\":[\"Uitverkoop eindigt \",[\"0\"]],\"wlfBad\":\"Uitverkoopperiode\",\"qi81Jg\":\"Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page.\",\"zpekWp\":[\"Uitverkoop begint \",[\"0\"]],\"7s8z0X\":\"Sale window\",\"mUv9U4\":\"Verkoop\",\"9KnRdL\":\"Verkoop is gepauzeerd\",\"JC3J0k\":\"Sales, attendance, and check-in breakdown per occurrence\",\"3VnlS9\":\"Verkopen, bestellingen en prestatie-indicatoren voor alle evenementen\",\"3Q1AWe\":\"Verkoop:\",\"LeuERW\":\"Same as event\",\"B4nE3N\":\"Voorbeeldticketprijs\",\"8BRPoH\":\"Voorbeeldlocatie\",\"PiK6Ld\":\"Sat\",\"+5kO8P\":\"Zaterdag\",\"zJiuDn\":\"Save fee override\",\"x1fMXJ\":\"Schema opslaan\",\"KZrfYJ\":\"Sociale links opslaan\",\"9Y3hAT\":\"Sjabloon Opslaan\",\"C8ne4X\":\"Ticketontwerp Opslaan\",\"cTI8IK\":\"Save VAT settings\",\"6/TNCd\":\"BTW-instellingen opslaan\",\"4RvD9q\":\"Opgeslagen locatie\",\"cgw0cL\":\"Opgeslagen locaties\",\"Fbqm/I\":\"Saving an override creates a dedicated configuration for this organizer if it's currently on the system default.\",\"I+FvbD\":\"Scannen\",\"0zd6Nm\":\"Scan a ticket to check in an attendee\",\"bQG7Qk\":\"Scanned tickets will appear here\",\"WDYSLJ\":\"Scanner mode\",\"gmB6oO\":\"Schedule\",\"qQTaVm\":\"Schedule added\",\"j6NnBq\":\"Schedule created successfully\",\"YP7frt\":\"Schedule ends on\",\"QS1Nla\":\"Later plannen\",\"NAzVVw\":\"Bericht plannen\",\"/rTL/5\":\"Voorbeeld van schema\",\"Fz09JP\":\"Schedule starts on\",\"4ba0NE\":\"Gepland\",\"4HKQZj\":\"Geplande verwijdering\",\"qcP/8K\":\"Geplande tijd\",\"A1taO8\":\"Search\",\"ftNXma\":\"Zoek affiliates...\",\"VMU+zM\":\"Search attendees\",\"VY+Bdn\":\"Zoeken op accountnaam of e-mail...\",\"VX+B3I\":\"Zoeken op evenement titel of organisator...\",\"R0wEyA\":\"Zoeken op taaknaam of uitzondering...\",\"YnMfsK\":\"Zoeken op naam of adres...\",\"3yKuDu\":\"Zoek op naam of e-mail en selecteer er een of meer\",\"VT+urE\":\"Zoeken op naam of e-mail...\",\"GHdjuo\":\"Zoeken op naam, e-mail of account...\",\"4mBFO7\":\"Search by name, order #, ticket # or email\",\"20ce0U\":\"Zoeken op bestelling-ID, klantnaam of e-mail...\",\"4DSz7Z\":\"Zoeken op onderwerp, evenement of account...\",\"gTUY97\":\"Zoeken op titel...\",\"nQC7Z9\":\"Search dates...\",\"iRtEpV\":\"Search dates…\",\"JRM7ao\":\"Search for an address\",\"BWF1kC\":\"Berichten zoeken...\",\"5WYZKZ\":\"Zoekresultaten\",\"IG85fV\":\"Zoek opgeslagen locaties of vind een adres...\",\"Du+zn+\":\"Zoeken...\",\"3aD3GF\":\"Seasonal\",\"ku//5b\":\"Second\",\"Mck5ht\":\"Veilige afrekening\",\"s7tXqF\":\"See schedule\",\"JFap6u\":\"See what Stripe still needs\",\"6lGaum\":\"Gezien\",\"p7xUrt\":\"Selecteer een categorie\",\"hTKQwS\":\"Select a Date & Time\",\"Ps6Xtf\":\"Select a date to see available times\",\"e4L7bF\":\"Selecteer een bericht om de inhoud te bekijken\",\"zPRPMf\":\"Selecteer een niveau\",\"BFRSTT\":\"Selecteer Account\",\"wgNoIs\":\"Select all\",\"mCB6Je\":\"Selecteer alles\",\"aCEysm\":[\"Select all on \",[\"0\"]],\"a6+167\":\"Selecteer een evenement\",\"4oT6dP\":\"Selecteer ten minste één account\",\"neCGH1\":\"Selecteer ten minste één gebruiker\",\"CFbaPk\":\"Selecteer deelnemersgroep\",\"88a49s\":\"Select camera\",\"tVW/yo\":\"Selecteer valuta\",\"SJQM1I\":\"Select date\",\"n9ZhRa\":\"Selecteer einddatum en tijd\",\"gTN6Ws\":\"Selecteer eindtijd\",\"0U6E9W\":\"Selecteer evenementcategorie\",\"j9cPeF\":\"Soorten evenementen selecteren\",\"ypTjHL\":\"Select occurrence\",\"DHBGUX\":\"Select products...\",\"KizCK7\":\"Selecteer startdatum en tijd\",\"dJZTv2\":\"Selecteer starttijd\",\"x8XMsJ\":\"Selecteer het berichtenniveau voor dit account. Dit bepaalt berichtlimieten en linkrechten.\",\"aT3jZX\":\"Selecteer tijdzone\",\"TxfvH2\":\"Selecteer welke deelnemers dit bericht moeten ontvangen\",\"Ropvj0\":\"Selecteer welke evenementen deze webhook activeren\",\"+6YAwo\":\"selected\",\"ylXj1N\":\"Geselecteerd\",\"uq3CXQ\":\"Sell out your event.\",\"oBXbO4\":\"Selling a physical product? Cap its quantity on the <0>products page instead.\",\"j9b/iy\":\"Verkoopt snel 🔥\",\"73qYgo\":\"Verzenden als test\",\"HMAqFK\":\"Stuur e-mails naar deelnemers, tickethouders of bestelingseigenaren. Berichten kunnen direct worden verzonden of worden ingepland voor later.\",\"22Itl6\":\"Stuur mij een kopie\",\"NpEm3p\":\"Nu verzenden\",\"nOBvex\":\"Stuur realtime bestel- en deelnemergegevens naar je externe systemen.\",\"1lNPhX\":\"Terugbetalingsmelding e-mail verzenden\",\"eaUTwS\":\"Verstuur resetlink\",\"5cV4PY\":\"Send to all occurrences, or choose a specific one\",\"QEQlnV\":\"Verstuur uw eerste bericht\",\"IoAuJG\":\"Verzenden...\",\"h69WC6\":\"Verzonden\",\"BVu2Hz\":\"Verzonden door\",\"ZFa8wv\":\"Sent to attendees when a scheduled date is cancelled\",\"SPdzrs\":\"Verzonden naar klanten wanneer ze een bestelling plaatsen\",\"LxSN5F\":\"Verzonden naar elke deelnemer met hun ticketgegevens\",\"hgvbYY\":\"September\",\"5sN96e\":\"Session cancelled\",\"S9i0UC\":[\"sessies · \",[\"dateCount\"],\" datums × \",[\"timesPerDay\"],\" tijden\"],\"89xaFU\":\"Stel de standaard platformkosteninstellingen in voor nieuwe evenementen onder deze organisator.\",\"eXssj5\":\"Stel standaardinstellingen in voor nieuwe evenementen die onder deze organisator worden gemaakt.\",\"uPe5p8\":\"Set how long each date lasts\",\"ODuUEi\":\"Set or clear the date label\",\"buHACR\":\"Set the end time of each date to be this long after its start time.\",\"TaeFgl\":\"Set to unlimited (remove limit)\",\"pd6SSe\":\"Set up a recurring schedule to automatically create dates, or add them one at a time.\",\"s0FkEx\":\"Stel inchecklijsten in voor verschillende ingangen, sessies of dagen.\",\"TaWVGe\":\"Set up payouts\",\"JA//e6\":\"Set up schedule\",\"gzXY7l\":\"Set Up Schedule\",\"0Ls9qe\":\"Set up the tickets you'll sell and their prices\",\"xMO+Ao\":\"Stel je organisatie in\",\"5pEFnq\":\"Stel je schema in\",\"zRRuUD\":\"Set up your schedule in the next steps\",\"ETC76A\":\"Set, change, or remove the date's location or online details\",\"C3htzi\":\"Instelling bijgewerkt\",\"Ohn74G\":\"Instellingen & ontwerp\",\"1W5XyZ\":\"Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event.\",\"GG7qDw\":\"Deel affiliatelink\",\"hL7sDJ\":\"Deel organisatorpagina\",\"jy6QDF\":\"Gedeeld capaciteitsbeheer\",\"jDNHW4\":\"Shift times\",\"tPfIaW\":[\"Shifted times for \",[\"count\"],\" date(s)\"],\"WwlM8F\":\"Geavanceerde opties tonen\",\"cMW+gm\":[\"Toon alle platforms (\",[\"0\"],\" meer met waarden)\"],\"wXi9pZ\":\"Show attendee notes to non-logged-in staff\",\"4LZFir\":\"Volledige datumbereik tonen\",\"UVPI5D\":\"Toon minder platforms\",\"Eu/N/d\":\"Toon marketing opt-in selectievakje\",\"SXzpzO\":\"Toon marketing opt-in selectievakje standaard\",\"b33PL9\":\"Toon meer platforms\",\"Eut7p9\":\"Show order details to non-logged-in staff\",\"+RoWKN\":\"Show question answers to non-logged-in staff\",\"jbcx6L\":\"Show remaining capacity on event dates\",\"rXxBOx\":\"Show remaining capacity to buyers\",\"t1LIQW\":[\"Toont \",[\"0\"],\" van \",[\"totalRows\"],\" records\"],\"E717U9\":[\"Showing \",[\"0\"],\"–\",[\"1\"],\" of \",[\"2\"]],\"5rzhBQ\":[\"Showing \",[\"MAX_VISIBLE\"],\" of \",[\"totalAvailable\"],\" dates. Type to search.\"],\"WSt3op\":[\"Showing the first \",[\"0\"],\" — the remaining \",[\"1\"],\" session(s) will still be targeted when the message is sent.\"],\"o1UbOh\":\"Wordt stuiterend bovenaan de modal getoond\",\"OJLTEL\":\"Shown to staff the first time they open the check-in page.\",\"lbfXEJ\":\"Shows remaining\",\"jVRHeq\":\"Aangemeld\",\"5C7J+P\":\"Single Event\",\"E//btK\":\"Skip manually edited dates\",\"paESr6\":\"Slowaaks\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Sociaal\",\"d0rUsW\":\"Sociale links\",\"j/TOB3\":\"Sociale links & website\",\"s9KGXU\":\"Verkocht\",\"yp+0jj\":\"sold out\",\"1hupow\":\"Uitverkocht, wachtlijst beschikbaar\",\"iACSrw\":\"Some details are hidden from public access. Log in to view everything.\",\"Dia6iz\":\"Something went wrong while deleting the image. Please try again.\",\"KTxc6k\":\"Er is iets misgegaan. Probeer het opnieuw of neem contact op met support als het probleem zich blijft voordoen\",\"lkE00/\":\"Er is iets misgegaan. Probeer het later opnieuw.\",\"wdxz7K\":\"Bron\",\"SzuJ5m\":\"Specifieke accounts\",\"/h8G1o\":\"Specifieke gebruikers\",\"fDG2by\":\"Spirituality\",\"oPaRES\":\"Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end.\",\"7JFNej\":\"Sport\",\"/bfV1Y\":\"Staff instructions\",\"StWUH4\":\"Start check-in\",\"JcQp9p\":\"Startdatum & tijd\",\"0m/ekX\":\"Startdatum & tijd\",\"izRfYP\":\"Startdatum is verplicht\",\"xAYSEs\":\"Starttijd\",\"n9ZrDo\":\"Start typing a venue or address...\",\"DACR+e\":\"Starts collapsed\",\"qeFVhN\":[\"Starts in \",[\"diffDays\"],\" days\"],\"AOqtxN\":[\"Starts in \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Starts in \",[\"h\"],\"h \",[\"m\"],\"m\"],\"Lo49in\":[\"Starts in \",[\"seconds\"],\"s\"],\"NqChgF\":\"Starts tomorrow\",\"2NbyY/\":\"Statistieken\",\"GVUxAX\":\"Statistieken zijn gebaseerd op de aanmaakdatum van het account\",\"29Hx9U\":\"Stats\",\"5ia+r6\":\"Still needed\",\"wuV0bK\":\"Stop Imiteren\",\"S/7MPw\":\"Stripe-account ontkoppeld.\",\"s/KaDb\":\"Stripe connected\",\"Bk06QI\":\"Stripe verbonden\",\"akZMv8\":[\"Stripe connection copied from \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe didn't return a setup link. Please try again.\",\"aKtF0O\":\"Stripe niet verbonden\",\"9i0++A\":\"Stripe betalings-ID\",\"R1lIMV\":\"Stripe will need a few more details soon\",\"FzcCHA\":\"Stripe will walk you through a few quick questions to finish setup.\",\"ii0qn/\":\"Onderwerp is verplicht\",\"M7Uapz\":\"Onderwerp verschijnt hier\",\"6aXq+t\":\"Onderwerp:\",\"JwTmB6\":\"Succesvol gedupliceerd product\",\"WUOCgI\":\"Plek succesvol aangeboden\",\"IvxA4G\":[\"Tickets succesvol aangeboden aan \",[\"count\"],\" personen\"],\"kKpkzy\":\"Tickets succesvol aangeboden aan 1 persoon\",\"Zi3Sbw\":\"Succesvol verwijderd van de wachtlijst\",\"RuaKfn\":\"Adres succesvol bijgewerkt\",\"kzx0uD\":\"Standaardinstellingen evenement succesvol bijgewerkt\",\"5n+Wwp\":\"Organisator succesvol bijgewerkt\",\"DMCX/I\":\"Standaard platformkosteninstellingen succesvol bijgewerkt\",\"URUYHc\":\"Platformkosteninstellingen succesvol bijgewerkt\",\"kRWc2g\":\"Instellingen terugkerend evenement succesvol bijgewerkt\",\"0Dk/l8\":\"SEO-instellingen succesvol bijgewerkt\",\"S8Tua9\":\"Instellingen succesvol bijgewerkt\",\"MhOoLQ\":\"Sociale links succesvol bijgewerkt\",\"CNSSfp\":\"Trackinginstellingen succesvol bijgewerkt\",\"kj7zYe\":\"Webhook succesvol bijgewerkt\",\"dXoieq\":\"Samenvatting\",\"/RfJXt\":[\"Zomer Muziekfestival \",[\"0\"]],\"CWOPIK\":\"Zomer Muziekfestival 2025\",\"D89zck\":\"Sun\",\"DBC3t5\":\"Zondag\",\"UaISq3\":\"Zweeds\",\"JZTQI0\":\"Wissel van organisator\",\"9YHrNC\":\"Systeemstandaard\",\"jGR53C\":\"T-shirts, mugs and more\",\"hCR98w\":\"Tik op datums zoals in een kalender.\",\"lruQkA\":\"Tap this screen to resume scanning\",\"X9v2GM\":\"Doelaccounts\",\"TmyDCw\":\"Doelgebruikers\",\"TJUrME\":[\"Targeting attendees across \",[\"0\"],\" selected sessions.\"],\"yT6dQ8\":\"Geïnde belasting gegroepeerd op belastingtype en evenement\",\"Ye321X\":\"Belastingnaam\",\"WyCBRt\":\"Belastingoverzicht\",\"QC3FVX\":\"Taxes & fees\",\"GkH0Pq\":\"Belastingen en kosten toegepast\",\"SXvRWU\":\"Team collaboration\",\"vlf/In\":\"Technologie\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Vertel mensen wat ze kunnen verwachten van je evenement\",\"NiIUyb\":\"Vertel ons over je evenement\",\"DovcfC\":\"Vertel ons over je organisatie. Deze informatie wordt weergegeven op je evenementpagina's.\",\"69GWRq\":\"Tell us how often your event repeats and we'll create all the dates for you.\",\"mXPbwY\":\"Tell us your VAT registration status so we apply the correct VAT treatment to platform fees.\",\"7wtpH5\":\"Sjabloon Actief\",\"QHhZeE\":\"Sjabloon succesvol aangemaakt\",\"xrWdPR\":\"Sjabloon succesvol verwijderd\",\"G04Zjt\":\"Sjabloon succesvol opgeslagen\",\"xowcRf\":\"Servicevoorwaarden\",\"6K0GjX\":\"Tekst kan moeilijk leesbaar zijn\",\"nm3Iz/\":\"Bedankt voor uw aanwezigheid!\",\"pYwj0k\":\"Thanks,\",\"cIHkSd\":[\"Dat zijn \",[\"totalOccurrences\"],\" sessies — het maximum is \",[\"max\"],\". Verkort de periode of frequentie.\"],\"k3IitN\":\"That's a wrap\",\"KfmPRW\":\"De achtergrondkleur van de pagina. Bij gebruik van een omslagafbeelding wordt dit als overlay toegepast.\",\"MDNyJz\":\"De code verloopt over 10 minuten. Controleer je spammap als je de e-mail niet ziet.\",\"AIF7J2\":\"De valuta waarin de vaste kosten zijn gedefinieerd. Deze wordt bij het afrekenen omgerekend naar de valuta van de bestelling.\",\"k3LFkM\":\"De valuta voor de ticketprijzen van dit evenement.\",\"7oksH+\":[\"De korting wordt afgetrokken van elk in aanmerking komend product. Bijv. \",[\"currencySymbol\"],\"10 korting × 3 tickets = \",[\"currencySymbol\"],\"30 korting.\"],\"sKL8k2\":\"De korting wordt eenmalig afgetrokken van het ordertotaal.\",\"cDHM1d\":\"Het e-mailadres is gewijzigd. De deelnemer ontvangt een nieuw ticket op het bijgewerkte e-mailadres.\",\"tXadb0\":\"Het evenement dat je zoekt is momenteel niet beschikbaar. Mogelijk is het verwijderd, verlopen of is de URL onjuist.\",\"sxKqBm\":\"Het volledige bestellingsbedrag wordt terugbetaald naar de oorspronkelijke betalingsmethode van de klant.\",\"KgDp6G\":\"De link die u probeert te openen is verlopen of niet meer geldig. Controleer uw e-mail voor een bijgewerkte link om uw bestelling te beheren.\",\"sYLeDq\":\"De organisator die je zoekt is niet gevonden. De pagina is mogelijk verplaatst, verwijderd of de URL is onjuist.\",\"PCr4zw\":\"The override is recorded in the order audit log.\",\"C4nQe5\":\"De platformkosten worden toegevoegd aan de ticketprijs. Kopers betalen meer, maar u ontvangt de volledige ticketprijs.\",\"HxxXZO\":\"De primaire merkkleur die wordt gebruikt voor knoppen en accenten\",\"OVSkIF\":\"De snelle bruine vos springt over de luie hond.\",\"z0KrIG\":\"De geplande tijd is vereist\",\"EWErQh\":\"De geplande tijd moet in de toekomst liggen\",\"UNd0OU\":[\"The session for \\\"\",[\"title\"],\"\\\" originally scheduled for \",[\"0\"],\" has been rescheduled.\"],\"DEcpfp\":\"Het template body bevat ongeldige Liquid syntax. Corrigeer het en probeer opnieuw.\",\"qpmtdK\":\"De tijdzone voor de datums en tijden van dit evenement.\",\"N3VfVA\":\"De upload heeft de server niet bereikt. Controleer je verbinding en probeer bij een groot bestand een kleinere afbeelding (max. 5MB).\",\"injXD7\":\"Het BTW-nummer kon niet worden gevalideerd. Controleer het nummer en probeer het opnieuw.\",\"A4UmDy\":\"Theater\",\"tDwYhx\":\"Thema en kleuren\",\"ybBP2H\":\"There are no products available for this date. Please choose another date.\",\"O7g4eR\":\"There are no upcoming dates for this event\",\"062KsE\":\"These details are shown on the attendee's ticket and order summary for this date only.\",\"5Eu+tn\":\"Deze gegevens worden alleen getoond als de bestelling succesvol is afgerond.\",\"jQjwR+\":\"These details will replace any existing location on the affected dates and show on attendee tickets.\",\"6eaLu/\":\"Deze prijzen gelden voor alle datums in je schema, en de aantallen per niveau beperken de totale verkoop van alle datums samen. Verkoopdatums van niveaus gelden globaal. Je kunt prijzen voor afzonderlijke datums overschrijven op de <0>pagina Datumschema.\",\"QP3gP+\":\"Deze instellingen zijn alleen van toepassing op gekopieerde insluitcode en worden niet opgeslagen.\",\"HirZe8\":\"Deze sjablonen worden gebruikt als standaard voor alle evenementen in uw organisatie. Individuele evenementen kunnen deze sjablonen overschrijven met hun eigen aangepaste versies.\",\"lzAaG5\":\"Deze sjablonen overschrijven de organisator-standaarden alleen voor dit evenement. Als hier geen aangepaste sjabloon is ingesteld, wordt in plaats daarvan de organisatorsjabloon gebruikt.\",\"UlykKR\":\"Third\",\"1YTBzS\":\"Dit account heeft geen voltooide bestellingen, dus alle gegevens worden permanent verwijderd.\",\"jCPU8z\":\"Dit account staat gepland voor verwijdering\",\"zfNCE8\":[\"Dit account staat gepland voor verwijdering op <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes.\",\"SOmGDa\":\"This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins.\",\"XBNC3E\":\"Deze code wordt gebruikt om verkopen bij te houden. Alleen letters, cijfers, streepjes en underscores toegestaan.\",\"AaP0M+\":\"Deze kleurencombinatie kan moeilijk leesbaar zijn voor sommige gebruikers\",\"o1phK/\":[\"This date has \",[\"orderCount\"],\" order(s) that will be affected.\"],\"F/UtGt\":\"This date has been cancelled. You can still delete it to remove it permanently.\",\"BLZ7pX\":\"This date is in the past. It will be created but won't be visible to attendees under upcoming dates.\",\"7IIY0z\":\"This date is marked sold out.\",\"bddWMP\":\"This date is no longer available. Please select another date.\",\"E9BqZw\":\"This date only\",\"n68908\":[\"Dit ontkoppelt \",[\"stripeAccountId\"],\" van deze organisator. Betaalde ticketverkoop werkt pas weer zodra je opnieuw een Stripe-account koppelt.\"],\"RzEvf5\":\"Dit evenement is afgelopen\",\"kc4bIA\":\"Dit evenement heeft nog geen tickets of producten, dus deelnemers kunnen zich niet registreren.\",\"eMaNd0\":\"This event is not available\",\"YClrdK\":\"Dit evenement is nog niet gepubliceerd\",\"GL6z+k\":\"Dit evenement is uitverkocht\",\"pIwDhS\":\"This event's dates and times are set on the occurrence schedule.\",\"ny5rgr\":\"This is a recurring event\",\"tc64Zz\":\"Dit is de naam van de categorie die op de evenementpagina wordt weergegeven.\",\"dFJnia\":\"Dit is de naam van je organisator die aan je gebruikers wordt getoond.\",\"vt7jiq\":\"Dit is de enige keer dat het ondertekeningsgeheim wordt getoond. Kopieer het nu en bewaar het veilig.\",\"5DpZrC\":\"Dit beperkt de totale verkoop van alle datums in je schema samen — het is geen limiet per datum. Om het aantal deelnemers per datum te beperken, stel je een capaciteit in op de <0>pagina Datumschema.\",\"L7dIM7\":\"Deze link is ongeldig of verlopen.\",\"MR5ygV\":\"Deze link is niet meer geldig\",\"9LEqK0\":\"Deze naam is zichtbaar voor eindgebruikers\",\"QdUMM9\":\"This occurrence is at capacity\",\"j5FdeA\":\"Deze bestelling wordt verwerkt.\",\"sjNPMw\":\"Deze bestelling is verlaten. U kunt op elk moment een nieuwe bestelling starten.\",\"OhCesD\":\"Deze bestelling is geannuleerd. Je kunt op elk moment een nieuwe bestelling plaatsen.\",\"lyD7rQ\":\"Dit organisatorprofiel is nog niet gepubliceerd\",\"9b5956\":\"Dit voorbeeld toont hoe uw e-mail eruit ziet met voorbeeldgegevens. Werkelijke e-mails gebruiken echte waarden.\",\"uM9Alj\":\"Dit product is uitgelicht op de evenementpagina\",\"RqSKdX\":\"Dit product is uitverkocht\",\"4PDH+K\":\"This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to.\",\"qEGn8I\":\"Dit terugkerende evenement heeft nog geen data, dus er valt voor deelnemers niets te boeken.\",\"W12OdJ\":\"Dit rapport is alleen voor informatieve doeleinden. Raadpleeg altijd een belastingprofessional voordat u deze gegevens gebruikt voor boekhoudkundige of fiscale doeleinden. Controleer met uw Stripe-dashboard aangezien Hi.Events mogelijk historische gegevens mist.\",\"1LuJNw\":\"Dit ticket is niet langer geldig\",\"0Ew0uk\":\"Dit ticket is net gescand. Wacht even voordat u opnieuw scant.\",\"FYXq7k\":[\"This will affect \",[\"loadedAffectedCount\"],\" date(s).\"],\"kvpxIU\":\"Dit wordt gebruikt voor meldingen en communicatie met je gebruikers.\",\"bPgkdx\":\"Dit annuleert de geplande verwijdering en heractiveert het account. De accounteigenaar wordt per e-mail op de hoogte gebracht.\",\"4yx4a4\":[\"Dit deactiveert je account onmiddellijk en verwijdert het na 30 dagen permanent. Typ ter bevestiging je accountnaam: <0>\",[\"0\"],\"\"],\"rhsath\":\"Dit is niet zichtbaar voor klanten, maar helpt je de affiliate te identificeren.\",\"VGEfU7\":\"Dit verwijdert of anonimiseert het account onmiddellijk en permanent, zonder te wachten op de geplande datum. Dit kan niet ongedaan worden gemaakt.\",\"hV6FeJ\":\"Throughput\",\"+FjWgX\":\"Thu\",\"kkDQ8m\":\"Donderdag\",\"0GSPnc\":\"Ticketontwerp\",\"EZC/Cu\":\"Ticketontwerp succesvol opgeslagen\",\"bbslmb\":\"Ticket ontwerper\",\"1BPctx\":\"Ticket voor\",\"HGuXjF\":\"Tickethouders\",\"CMUt3Y\":\"Tickethouders\",\"awHmAT\":\"Ticket-ID\",\"6czJik\":\"Ticket Logo\",\"t79rDv\":\"Ticket niet gevonden\",\"6tmWch\":\"Ticket of product\",\"1tfWrD\":\"Ticketvoorbeeld voor\",\"KnjoUA\":\"Ticketprijs\",\"pGZOcL\":\"Ticket succesvol opnieuw verzonden\",\"o02GZM\":\"Ticket sales have ended for this event\",\"8jLPgH\":\"Tickettype\",\"8qsbZ5\":\"Ticketing & verkoop\",\"zNECqg\":\"tickets\",\"6GQNLE\":\"Tickets\",\"NRhrIB\":\"Tickets en producten\",\"OrWHoZ\":\"Tickets worden automatisch aangeboden aan klanten op de wachtlijst wanneer er capaciteit beschikbaar komt.\",\"AGRilS\":\"Verkochte Tickets\",\"4/dG8J\":\"Tiers\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Time\",\"kGEhUy\":\"Tijden\",\"fXf2r5\":[\"Times shown in \",[\"timezoneAbbr\"]],\"9udQT9\":\"Titel is verplicht\",\"dMtLDE\":\"to\",\"/jQctM\":\"Aan\",\"tiI71C\":\"Om uw limieten te verhogen, neem contact met ons op via\",\"ecUA8p\":\"Today\",\"W428WC\":\"Kolommen schakelen\",\"BRMXj0\":\"Tomorrow\",\"UBSG1X\":\"Top organisatoren (Laatste 14 dagen)\",\"3sZ0xx\":\"Totaal Accounts\",\"SMDzqJ\":\"Totaal deelnemers\",\"orBECM\":\"Totaal geïnd\",\"k5CU8c\":\"Totaal inschrijvingen\",\"4B7oCp\":\"Totale kosten\",\"sMMlTX\":\"Total fees\",\"mlvCEl\":\"Total orders\",\"2AW/k5\":\"Totaal aantal voor alle datums\",\"dp8BCb\":\"Total tax\",\"vb0Q0/\":\"Totaal Gebruikers\",\"oJjplO\":\"Totaal weergaven\",\"rBZ9pz\":\"Tours\",\"orluER\":\"Volg accountgroei en prestaties per attributiebron\",\"YwKzpH\":\"Tracking & Analyse\",\"GUA0Jy\":\"Try a different search term or filter\",\"2P/OWN\":\"Try adjusting your filters to see more dates.\",\"ouM5IM\":\"Probeer een ander e-mailadres\",\"3DZvE7\":\"Probeer Hi.Events Gratis\",\"vq2WxD\":\"Tue\",\"G3myU+\":\"Dinsdag\",\"Kz91g/\":\"Turks\",\"GdOhw6\":\"Geluid uitschakelen\",\"KUOhTy\":\"Geluid inschakelen\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Typ \\\"verwijderen\\\" om te bevestigen\",\"nSlb72\":\"Typ om te zoeken...\",\"nWRfmt\":\"Typografie\",\"IrVSu+\":\"Kan product niet dupliceren. Controleer uw gegevens\",\"Vx2J6x\":\"Kan deelnemer niet ophalen\",\"h0dx5e\":\"Kan niet aan de wachtlijst worden toegevoegd\",\"DaE0Hg\":\"Unable to load attendee details.\",\"GlnD5Y\":\"Unable to load products for this date. Please try again.\",\"17VbmV\":\"Unable to undo check-in\",\"n57zCW\":\"Niet-toegewezen accounts\",\"9uI/rE\":\"Undo\",\"Ef7StM\":\"Onbekend\",\"ZBAScj\":\"Onbekende deelnemer\",\"MEIAzV\":\"Naamloos\",\"K6L5Mx\":\"Naamloze locatie\",\"7yiFvZ\":\"Onbetaald\",\"C51N+0\":\"tot\",\"NaeLn8\":[\"Until \",[\"end\"]],\"porwAO\":\"Tot een datum\",\"ZIb6rJ\":\"Untitled product\",\"crJM8s\":\"Untitled ticket\",\"X13xGn\":\"Niet vertrouwd\",\"0bT1FT\":[\"Up to \",[\"max\"],\" per order\"],\"gyXpQN\":\"Upcoming events\",\"Pp1sWX\":\"Affiliate bijwerken\",\"59qHrb\":\"Update capacity\",\"Gaem9v\":\"Update event name and description\",\"7EhE4k\":\"Update label\",\"NPQWj8\":\"Update location\",\"75+lpR\":[\"Update: \",[\"subjectTitle\"],\" — schedule changes\"],\"UOGHdA\":[\"Update: \",[\"subjectTitle\"],\" — session time changed\"],\"+b7T3G\":\"Bijgewerkt\",\"ogoTrw\":[\"Updated \",[\"count\"],\" date(s)\"],\"dDuona\":[\"Updated capacity for \",[\"count\"],\" date(s)\"],\"FT3LSc\":[\"Updated label for \",[\"count\"],\" date(s)\"],\"8EcY1g\":[\"Updated location for \",[\"count\"],\" date(s)\"],\"83tNam\":\"Wordt bijgewerkt terwijl je de regel opbouwt. Blader door de maanden om de datums te controleren.\",\"/XlQr2\":\"Updates as you type.\",\"gJQsLv\":\"Upload een omslagafbeelding voor je organisator\",\"4kEGqW\":\"Upload een logo voor je organisator\",\"lnCMdg\":\"Afbeelding uploaden\",\"29w7p6\":\"Afbeelding uploaden...\",\"HtrFfw\":\"URL is vereist\",\"3VnYUR\":\"De URL moet beginnen met http:// of https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB scanner listening\",\"dyTklH\":\"USB scanner paused\",\"OHJXlK\":\"Gebruik <0>Liquid-templating om uw e-mails te personaliseren\",\"/rsy72\":\"Use event default\",\"0k4cdb\":\"Gebruik bestelgegevens voor alle deelnemers. Namen en e-mailadressen van deelnemers komen overeen met de informatie van de koper.\",\"bA31T4\":\"Gebruik de gegevens van de koper voor alle deelnemers\",\"PpgtnC\":\"Dit adres gebruiken\",\"rnoQsz\":\"Gebruikt voor randen, accenten en QR-code styling\",\"b0XTc/\":[\"Gebruikers (\",[\"0\"],\")\"],\"BV4L/Q\":\"UTM-analyse\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Uw BTW-nummer valideren...\",\"t7caBM\":\"VAT country code\",\"WLkfqH\":\"VAT number\",\"pnVh83\":\"BTW-nummer\",\"CabI04\":\"BTW-nummer mag geen spaties bevatten\",\"PMhxAR\":\"BTW-nummer moet beginnen met een landcode van 2 letters gevolgd door 8-15 alfanumerieke tekens (bijv. NL123456789B01)\",\"gPgdNV\":\"BTW-nummer succesvol gevalideerd\",\"RUMiLy\":\"Validatie van BTW-nummer is mislukt\",\"vqji3Y\":\"Validatie van BTW-nummer is mislukt. Controleer uw BTW-nummer.\",\"8dENF9\":\"BTW op kosten\",\"ZutOKU\":\"BTW-tarief\",\"+KJZt3\":\"VAT registered\",\"Nfbg76\":\"BTW-instellingen succesvol opgeslagen\",\"UvYql/\":\"BTW-instellingen opgeslagen. We valideren uw BTW-nummer op de achtergrond.\",\"bXn1Jz\":\"VAT settings updated\",\"tJylUv\":\"BTW-behandeling voor platformkosten\",\"FlGprQ\":\"BTW-behandeling voor platformkosten: EU BTW-geregistreerde bedrijven kunnen de verleggingsregeling gebruiken (0% - Artikel 196 van BTW-richtlijn 2006/112/EG). Niet-BTW-geregistreerde bedrijven worden Ierse BTW van 23% in rekening gebracht.\",\"516oLj\":\"BTW-validatieservice tijdelijk niet beschikbaar\",\"p6QQLa\":[\"VAT: \",[\"0\"]],\"5q87Y9\":\"VAT: not registered\",\"AdWhjZ\":\"Verificatiecode\",\"kUAumu\":\"Verification email sent. Check your inbox.\",\"QDEWii\":\"Geverifieerd\",\"wCKkSr\":\"Verifieer e-mail\",\"/IBv6X\":\"Verifieer je e-mailadres\",\"u8nB38\":\"Verify your email so attendees can receive tickets\",\"e/cvV1\":\"Verifiëren...\",\"fROFIL\":\"Vietnamees\",\"p5nYkr\":\"View All\",\"yA/6BX\":\"View all →\",\"6CQ7/B\":\"View all capabilities\",\"YSE15b\":\"View all check-in lists\",\"RnvnDc\":\"Bekijk alle berichten verzonden op het platform\",\"+WFMis\":\"Bekijk en download rapporten voor al uw evenementen. Alleen voltooide bestellingen zijn inbegrepen.\",\"c7VN/A\":\"Antwoorden bekijken\",\"SZw9tS\":\"Details bekijken\",\"9+84uW\":[\"View details for \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Bekijk evenement\",\"c6SXHN\":\"Evenementpagina bekijken\",\"n6EaWL\":\"Logboeken bekijken\",\"OaKTzt\":\"Bekijk kaart\",\"zNZNMs\":\"Bericht bekijken\",\"67OJ7t\":\"Bestelling Bekijken\",\"tKKZn0\":\"Bekijk bestelgegevens\",\"KeCXJu\":\"Bekijk bestellingsdetails, geef terugbetalingen en verstuur bevestigingen opnieuw.\",\"9jnAcN\":\"Bekijk organisator-homepage\",\"1J/AWD\":\"Ticket Bekijken\",\"N9FyyW\":\"Bekijk, bewerk en exporteer je geregistreerde deelnemers.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visible from \",[\"start\"],\" — hidden until sales open.\"],\"EkiKJK\":\"Visible to everyone on the event page.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Wachtend\",\"quR8Qp\":\"Wachten op betaling\",\"KrurBH\":\"Waiting for scan…\",\"u0n+wz\":\"Wachtlijst\",\"3RXFtE\":\"Wachtlijst ingeschakeld\",\"TwnTPy\":\"Wachtlijstaanbod verlopen\",\"aUi/Dz\":\"Waarschuwing: dit is de standaardsysteemconfiguratie. Wijzigingen zijn van invloed op alle accounts die geen specifieke configuratie toegewezen hebben.\",\"aT/44s\":\"We couldn't copy that Stripe connection. Please try again.\",\"jTee4a\":\"We konden dit Stripe-account niet ontkoppelen. Probeer het opnieuw.\",\"RRZDED\":\"We konden geen bestellingen vinden die gekoppeld zijn aan dit e-mailadres.\",\"2RZK9x\":\"We konden de bestelling die u zoekt niet vinden. De link is mogelijk verlopen of de bestelgegevens zijn gewijzigd.\",\"nefMIK\":\"We konden het ticket dat u zoekt niet vinden. De link is mogelijk verlopen of de ticketgegevens zijn gewijzigd.\",\"miysJh\":\"We konden deze bestelling niet vinden. Mogelijk is deze verwijderd.\",\"Fjj/5/\":\"We couldn't load the check-in lists. Please try again.\",\"ADsQ23\":\"We couldn't reach Stripe just now. Please try again in a moment.\",\"HJKdzP\":\"Er is een probleem opgetreden bij het laden van deze pagina. Probeer het opnieuw.\",\"jegrvW\":\"We partner with Stripe to send payouts straight to your bank account.\",\"IfN2Qo\":\"We raden een vierkant logo aan met minimale afmetingen van 200x200px\",\"wJzo/w\":\"We raden een formaat van 400x400 px aan, met een maximale bestandsgrootte van 5 MB\",\"L/KlAh\":[\"We sent a verification link to \",[\"0\"]],\"KRCDqH\":\"We gebruiken cookies om te begrijpen hoe de site wordt gebruikt en om uw ervaring te verbeteren.\",\"x8rEDQ\":\"We konden uw BTW-nummer niet valideren na meerdere pogingen. We blijven het op de achtergrond proberen. Kom later terug.\",\"4HaEdK\":[\"We maken alle \",[\"totalOccurrences\"],\" sessies aan — je kunt elke datum daarna bewerken of verwijderen\"],\"mfM/HJ\":[\"We sturen u een e-mail als er een plek beschikbaar komt voor \",[\"productDisplayName\"],\" op \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"We sturen u een e-mail als er een plek beschikbaar komt voor \",[\"productDisplayName\"],\".\"],\"McuGND\":\"We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically.\",\"q1BizZ\":\"We sturen je tickets naar dit e-mailadres\",\"ZOmUYW\":\"We valideren uw BTW-nummer op de achtergrond. Als er problemen zijn, laten we het u weten.\",\"LKjHr4\":[\"We've made changes to the schedule for \\\"\",[\"title\"],\"\\\" — \",[\"description\"],\" affecting \",[\"affectedCount\"],\" session(s).\"],\"Fq/Nx7\":\"We hebben een 5-cijferige verificatiecode verzonden naar:\",\"GdWB+V\":\"Webhook succesvol aangemaakt\",\"2X4ecw\":\"Webhook succesvol verwijderd\",\"ndBv0v\":\"Webhook integrations\",\"CThMKa\":\"Webhook logboeken\",\"I0adYQ\":\"Webhook-ondertekeningsgeheim\",\"nuh/Wq\":\"Webhook URL\",\"8BMPMe\":\"Webhook verzendt geen meldingen\",\"FSaY52\":\"Webhook stuurt meldingen\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Website\",\"0f7U0k\":\"Wed\",\"VAcXNz\":\"Woensdag\",\"64X6l4\":\"week\",\"4XSc4l\":\"Weekly\",\"IAUiSh\":\"weeks\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Welkom terug\",\"QDWsl9\":[\"Welkom bij \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Welkom bij \",[\"0\"],\", hier is een overzicht van al je evenementen\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"Wat voor type evenement?\",\"0WyYF4\":\"What unauthenticated staff can see\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Wanneer een check-in wordt verwijderd\",\"RPe6bE\":\"When a date is cancelled on a recurring event\",\"Gmd0hv\":\"Wanneer een nieuwe deelnemer wordt aangemaakt\",\"zyIyPe\":\"Wanneer een nieuw evenement wordt aangemaakt\",\"Lc18qn\":\"Wanneer een nieuwe order wordt aangemaakt\",\"dfkQIO\":\"Wanneer een nieuw product wordt gemaakt\",\"8OhzyY\":\"Wanneer een product wordt verwijderd\",\"tRXdQ9\":\"Wanneer een product wordt bijgewerkt\",\"9L9/28\":\"Wanneer een product uitverkocht is, kunnen klanten zich aanmelden voor een wachtlijst om op de hoogte te worden gebracht wanneer er plekken beschikbaar komen.\",\"OIkHj+\":\"Wanneer een product uitverkocht is, kunnen klanten zich aanmelden voor een wachtlijst om op de hoogte te worden gebracht wanneer er plekken beschikbaar komen. Klanten melden zich aan voor de wachtlijst voor een specifieke datum en aanbiedingen worden per datum gedaan.\",\"Q7CWxp\":\"Wanneer een deelnemer wordt geannuleerd\",\"IuUoyV\":\"Wanneer een deelnemer is ingecheckt\",\"nBVOd7\":\"Wanneer een deelnemer wordt bijgewerkt\",\"t7cuMp\":\"Wanneer een evenement wordt gearchiveerd\",\"gtoSzE\":\"Wanneer een evenement wordt bijgewerkt\",\"ny2r8d\":\"Wanneer een bestelling wordt geannuleerd\",\"c9RYbv\":\"Wanneer een bestelling is gemarkeerd als betaald\",\"ejMDw1\":\"Wanneer een bestelling wordt terugbetaald\",\"fVPt0F\":\"Wanneer een bestelling wordt bijgewerkt\",\"bcYlvb\":\"Wanneer check-in sluit\",\"XIG669\":\"Wanneer check-in opent\",\"de6HLN\":\"Wanneer klanten tickets kopen, verschijnen hun bestellingen hier.\",\"pm9tpn\":\"Indien ingeschakeld, kunnen kopers hun naam en e-mailadres in één keer naar alle deelnemers kopiëren. Schakel dit uit om de optie \\\"Alle deelnemers\\\" te verwijderen; kopers kunnen hun gegevens nog steeds naar de eerste deelnemer kopiëren, de rest moet afzonderlijk worden ingevoerd.\",\"403wpZ\":\"Indien ingeschakeld, kunnen nieuwe evenementen deelnemers hun eigen ticketgegevens beheren via een beveiligde link. Dit kan per evenement worden overschreven.\",\"blXLKj\":\"Indien ingeschakeld, tonen nieuwe evenementen een marketing opt-in selectievakje tijdens het afrekenen. Dit kan per evenement worden overschreven.\",\"Kj0Txn\":\"Indien ingeschakeld, worden er geen applicatiekosten in rekening gebracht bij Stripe Connect-transacties. Gebruik dit voor landen waar applicatiekosten niet worden ondersteund.\",\"xo06V3\":\"Waar de knop naartoe linkt\",\"uchB0M\":\"Widget voorbeeld\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Schrijf hier je bericht...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"year\",\"zkWmBh\":\"Yearly\",\"+BGee5\":\"years\",\"X/azM1\":\"Ja - Ik heb een geldig EU BTW-registratienummer\",\"Tz5oXG\":\"Ja, annuleer mijn bestelling\",\"QlSZU0\":[\"U imiteert <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"U geeft een gedeeltelijke terugbetaling uit. De klant krijgt \",[\"0\"],\" \",[\"1\"],\" terugbetaald.\"],\"o7LgX6\":\"U kunt extra servicekosten en belastingen configureren in uw accountinstellingen.\",\"rj3A7+\":\"You can override this for individual dates later.\",\"paWwQ0\":\"U kunt tickets indien nodig nog steeds handmatig aanbieden.\",\"jTDzpA\":\"U kunt de laatste actieve organisator van uw account niet archiveren.\",\"D8baxD\":\"Je hebt betaalde tickets, maar Stripe is nog niet verbonden, dus je kunt geen betalingen ontvangen.\",\"5VGIlq\":\"U heeft uw berichtenlimiet bereikt.\",\"casL1O\":\"Je hebt belastingen en kosten toegevoegd aan een Gratis product. Wilt u deze verwijderen?\",\"5SgD0L\":\"You have unsaved changes. Are you sure you want to discard them?\",\"9jJNZY\":\"U moet uw verantwoordelijkheden erkennen voordat u opslaat\",\"pCLes8\":\"U moet akkoord gaan met het ontvangen van berichten\",\"FVTVBy\":\"Je moet je e-mailadres verifiëren voordat je de status van de organisator kunt bijwerken.\",\"ze4bi/\":\"You need to create at least one occurrence before you can add attendees to this recurring event.\",\"w65ZgF\":\"U moet uw account-e-mailadres verifiëren voordat u e-mailsjablonen kunt wijzigen.\",\"FRl8Jv\":\"U moet het e-mailadres van uw account verifiëren voordat u berichten kunt verzenden.\",\"88cUW+\":\"U ontvangt\",\"O6/3cu\":\"You'll be able to set up dates, schedules, and recurrence rules in the next step.\",\"zKAheG\":\"You're changing session times\",\"MNFIxz\":[\"Je gaat naar \",[\"0\"],\"!\"],\"ZlLcht\":[\"U meldt zich aan voor de wachtlijst voor \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Je staat op de wachtlijst!\",\"/5HL6k\":\"Je hebt een plek aangeboden gekregen!\",\"gbjFFH\":\"You've changed the session time\",\"YI0K8C\":[\"Je account is gedeactiveerd en wordt permanent verwijderd op <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Uw account heeft berichtenlimieten. Om uw limieten te verhogen, neem contact met ons op via\",\"gsWZkk\":\"Je account staat nu gepland voor verwijdering.\",\"x/xjzn\":\"Je affiliates zijn succesvol geëxporteerd.\",\"TF37u6\":\"Je deelnemers zijn succesvol geëxporteerd.\",\"79lXGw\":\"Je check-in lijst is succesvol aangemaakt. Deel de onderstaande link met je check-in personeel.\",\"BnlG9U\":\"Uw huidige bestelling gaat verloren.\",\"nBqgQb\":\"Uw e-mail\",\"GG1fRP\":\"Je evenement is live!\",\"ifRqmm\":\"Je bericht is succesvol verzonden!\",\"0/+Nn9\":\"Uw berichten verschijnen hier\",\"/Rj5P4\":\"Jouw naam\",\"PFjJxY\":\"Uw nieuwe wachtwoord moet minimaal 8 tekens lang zijn.\",\"gzrCuN\":\"Uw bestelgegevens zijn bijgewerkt. Er is een bevestigingsmail verzonden naar het nieuwe e-mailadres.\",\"naQW82\":\"Uw bestelling is geannuleerd.\",\"bhlHm/\":\"Je bestelling wacht op betaling\",\"XeNum6\":\"Je bestellingen zijn succesvol geëxporteerd.\",\"Xd1R1a\":\"Adres van je organisator\",\"WWYHKD\":\"Uw betaling is beveiligd met encryptie op bankniveau\",\"5b3QLi\":\"Uw plan\",\"N4Zkqc\":\"Your saved date filter is no longer available — showing all dates.\",\"o0qzpM\":\"Je Stripe-account zelf blijft ongewijzigd en er gaan geen gegevens verloren — je kunt op elk moment opnieuw koppelen.\",\"FNO5uZ\":\"Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions.\",\"CnZ3Ou\":\"Je tickets zijn bevestigd.\",\"EmFsMZ\":\"Uw BTW-nummer staat in de wachtrij voor validatie\",\"QBlhh4\":\"Uw BTW-nummer wordt gevalideerd wanneer u opslaat\",\"fT9VLt\":\"Uw wachtlijstaanbod is verlopen en we konden uw bestelling niet voltooien. Meld u opnieuw aan voor de wachtlijst om op de hoogte te worden gebracht wanneer er meer plekken beschikbaar komen.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Er is nog niets om te tonen'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>uitgevinkt succesvol\"],\"KMgp2+\":[[\"0\"],\" beschikbaar\"],\"Pmr5xp\":[[\"0\"],\" succesvol aangemaakt\"],\"FImCSc\":[[\"0\"],\" succesvol bijgewerkt\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" dagen, \",[\"hours\"],\" uren, \",[\"minutes\"],\" minuten en \",[\"seconds\"],\" seconden\"],\"f3RdEk\":[[\"hours\"],\" uren, \",[\"minutes\"],\" minuten en \",[\"seconds\"],\" seconden\"],\"fyE7Au\":[[\"minutes\"],\" minuten en \",[\"seconds\"],\" seconden\"],\"NlQ0cx\":[\"Eerste evenement van \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://uw-website.nl\",\"qnSLLW\":\"<0>Voer de prijs in exclusief belastingen en toeslagen.<1>Belastingen en toeslagen kunnen hieronder worden toegevoegd.\",\"ZjMs6e\":\"<0>Het aantal beschikbare producten voor dit product<1>Deze waarde kan worden overschreven als er <2>Capaciteitsbeperkingen zijn gekoppeld aan dit product.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 minuten en 0 seconden\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Een datuminvoer. Perfect voor het vragen naar een geboortedatum enz.\",\"6euFZ/\":[\"Een standaard \",[\"type\"],\" wordt automatisch toegepast op alle nieuwe producten. Je kunt dit opheffen per product.\"],\"SMUbbQ\":\"Een Dropdown-ingang laat slechts één selectie toe\",\"qv4bfj\":\"Een vergoeding, zoals reserveringskosten of servicekosten\",\"POT0K/\":\"Een vast bedrag per product. Bijv. $0,50 per product\",\"f4vJgj\":\"Een meerregelige tekstinvoer\",\"OIPtI5\":\"Een percentage van de productprijs. Bijvoorbeeld 3,5% van de productprijs\",\"ZthcdI\":\"Een promotiecode zonder korting kan worden gebruikt om verborgen producten te onthullen.\",\"AG/qmQ\":\"Een Radio-optie heeft meerdere opties, maar er kan er maar één worden geselecteerd.\",\"h179TP\":\"Een korte beschrijving van het evenement die zal worden weergegeven in zoekmachineresultaten en bij het delen op sociale media. Standaard wordt de beschrijving van het evenement gebruikt\",\"WKMnh4\":\"Een enkele regel tekstinvoer\",\"BHZbFy\":\"Eén vraag per bestelling. Bijv. Wat is uw verzendadres?\",\"Fuh+dI\":\"Eén vraag per product. Bijv. Wat is je t-shirtmaat?\",\"RlJmQg\":\"Een standaardbelasting, zoals BTW of GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Accepteer bankoverschrijvingen, cheques of andere offline betalingsmethoden\",\"hrvLf4\":\"Accepteer creditcardbetalingen met Stripe\",\"bfXQ+N\":\"Uitnodiging accepteren\",\"AeXO77\":\"Account\",\"lkNdiH\":\"Naam rekening\",\"Puv7+X\":\"Accountinstellingen\",\"OmylXO\":\"Account succesvol bijgewerkt\",\"7L01XJ\":\"Acties\",\"FQBaXG\":\"Activeer\",\"5T2HxQ\":\"Activeringsdatum\",\"F6pfE9\":\"Actief\",\"/PN1DA\":\"Voeg een beschrijving toe voor deze check-in lijst\",\"0/vPdA\":\"Voeg notities over de genodigde toe. Deze zijn niet zichtbaar voor de deelnemer.\",\"Or1CPR\":\"Notities over de deelnemer toevoegen...\",\"l3sZO1\":\"Voeg eventuele notities over de bestelling toe. Deze zijn niet zichtbaar voor de klant.\",\"xMekgu\":\"Opmerkingen over de bestelling toevoegen...\",\"PGPGsL\":\"Beschrijving toevoegen\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Instructies voor offline betalingen toevoegen (bijv. details voor bankoverschrijving, waar cheques naartoe moeten, betalingstermijnen)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Nieuw toevoegen\",\"TZxnm8\":\"Optie toevoegen\",\"24l4x6\":\"Product toevoegen\",\"8q0EdE\":\"Product toevoegen aan categorie\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Belasting of toeslag toevoegen\",\"goOKRY\":\"Niveau toevoegen\",\"oZW/gT\":\"Toevoegen aan kalender\",\"pn5qSs\":\"Aanvullende informatie\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Adres\",\"NY/x1b\":\"Adresregel 1\",\"POdIrN\":\"Adresregel 1\",\"cormHa\":\"Adresregel 2\",\"gwk5gg\":\"Adresregel 2\",\"U3pytU\":\"Admin\",\"HLDaLi\":\"Admin-gebruikers hebben volledige toegang tot evenementen en accountinstellingen.\",\"W7AfhC\":\"Alle deelnemers aan dit evenement\",\"cde2hc\":\"Alle producten\",\"5CQ+r0\":\"Deelnemers met onbetaalde bestellingen toestaan om in te checken\",\"ipYKgM\":\"Indexering door zoekmachines toestaan\",\"LRbt6D\":\"Laat zoekmachines dit evenement indexeren\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Verbazingwekkend, evenement, trefwoorden...\",\"hehnjM\":\"Bedrag\",\"R2O9Rg\":[\"Betaald bedrag (\",[\"0\"],\")\"],\"V7MwOy\":\"Er is een fout opgetreden tijdens het laden van de pagina\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Er is een onverwachte fout opgetreden.\",\"byKna+\":\"Er is een onverwachte fout opgetreden. Probeer het opnieuw.\",\"ubdMGz\":\"Vragen van producthouders worden naar dit e-mailadres gestuurd. Dit e-mailadres wordt ook gebruikt als\",\"aAIQg2\":\"Uiterlijk\",\"Ym1gnK\":\"toegepast\",\"sy6fss\":[\"Geldt voor \",[\"0\"],\" producten\"],\"kadJKg\":\"Geldt voor 1 product\",\"DB8zMK\":\"Toepassen\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Pas dit \",[\"type\"],\" toe op alle nieuwe producten\"],\"S0ctOE\":\"Archief evenement\",\"TdfEV7\":\"Gearchiveerd\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Weet je zeker dat je deze deelnemer wilt activeren?\",\"TvkW9+\":\"Weet je zeker dat je dit evenement wilt archiveren?\",\"/CV2x+\":\"Weet je zeker dat je deze deelnemer wilt annuleren? Hiermee vervalt hun ticket\",\"YgRSEE\":\"Weet je zeker dat je deze promotiecode wilt verwijderen?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Weet je zeker dat je dit evenement concept wilt maken? Dit maakt het evenement onzichtbaar voor het publiek\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Weet je zeker dat je dit evenements wilt herstellen? Het zal worden hersteld als een conceptevenement.\",\"vJuISq\":\"Weet je zeker dat je deze Capaciteitstoewijzing wilt verwijderen?\",\"baHeCz\":\"Weet je zeker dat je deze Check-In lijst wilt verwijderen?\",\"LBLOqH\":\"Vraag één keer per bestelling\",\"wu98dY\":\"Vraag één keer per product\",\"ss9PbX\":\"Deelnemer\",\"m0CFV2\":\"Details deelnemers\",\"QKim6l\":\"Deelnemer niet gevonden\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Bezoekerskaartje\",\"9SZT4E\":\"Deelnemers\",\"iPBfZP\":\"Geregistreerde deelnemers\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Automatisch formaat wijzigen\",\"vZ5qKF\":\"Pas de widgethoogte automatisch aan op basis van de inhoud. Wanneer uitgeschakeld, vult de widget de hoogte van de container.\",\"4lVaWA\":\"In afwachting van offline betaling\",\"2rHwhl\":\"In afwachting van offline betaling\",\"3wF4Q/\":\"Wacht op betaling\",\"ioG+xt\":\"In afwachting van betaling\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Terug naar de evenementpagina\",\"VCoEm+\":\"Terug naar inloggen\",\"k1bLf+\":\"Achtergrondkleur\",\"I7xjqg\":\"Achtergrond Type\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Factuuradres\",\"/xC/im\":\"Factureringsinstellingen\",\"rp/zaT\":\"Braziliaans Portugees\",\"whqocw\":\"Door je te registreren ga je akkoord met onze <0>Servicevoorwaarden en <1>Privacybeleid.\",\"bcCn6r\":\"Type berekening\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Annuleren\",\"Gjt/py\":\"E-mailwijziging annuleren\",\"tVJk4q\":\"Bestelling annuleren\",\"Os6n2a\":\"Bestelling annuleren\",\"Mz7Ygx\":[\"Annuleer order \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Geannuleerd\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Capaciteit\",\"V6Q5RZ\":\"Capaciteitstoewijzing succesvol aangemaakt\",\"k5p8dz\":\"Capaciteitstoewijzing succesvol verwijderd\",\"nDBs04\":\"Capaciteitsbeheer\",\"ddha3c\":\"Met categorieën kun je producten groeperen. Je kunt bijvoorbeeld een categorie hebben voor.\",\"iS0wAT\":\"Categorieën helpen je om je producten te organiseren. Deze titel wordt weergegeven op de openbare evenementpagina.\",\"eorM7z\":\"Categorieën opnieuw gerangschikt.\",\"3EXqwa\":\"Categorie succesvol aangemaakt\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Wachtwoord wijzigen\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Inchecken \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Inchecken en bestelling als betaald markeren\",\"QYLpB4\":\"Alleen inchecken\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Bekijk dit evenement!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Check-in lijst succesvol verwijderd\",\"+hBhWk\":\"Check-in lijst is verlopen\",\"mBsBHq\":\"Check-in lijst is niet actief\",\"vPqpQG\":\"Check-in lijst niet gevonden\",\"tejfAy\":\"Inchecklijsten\",\"hD1ocH\":\"Check-In URL gekopieerd naar klembord\",\"CNafaC\":\"Selectievakjes maken meerdere selecties mogelijk\",\"SpabVf\":\"Selectievakjes\",\"CRu4lK\":\"Ingecheckt\",\"znIg+z\":\"Kassa\",\"1WnhCL\":\"Afrekeninstellingen\",\"6imsQS\":\"Chinees (Vereenvoudigd)\",\"JjkX4+\":\"Kies een kleur voor je achtergrond\",\"/Jizh9\":\"Kies een account\",\"3wV73y\":\"Stad\",\"FG98gC\":\"Zoektekst wissen\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Klik om te kopiëren\",\"yz7wBu\":\"Sluit\",\"62Ciis\":\"Zijbalk sluiten\",\"EWPtMO\":\"Code\",\"ercTDX\":\"De code moet tussen 3 en 50 tekens lang zijn\",\"oqr9HB\":\"Dit product samenvouwen wanneer de evenementpagina voor het eerst wordt geladen\",\"jZlrte\":\"Kleur\",\"Vd+LC3\":\"De kleur moet een geldige hex-kleurcode zijn. Voorbeeld: #ffffff\",\"1HfW/F\":\"Kleuren\",\"VZeG/A\":\"Binnenkort beschikbaar\",\"yPI7n9\":\"Door komma's gescheiden trefwoorden die het evenement beschrijven. Deze worden door zoekmachines gebruikt om het evenement te categoriseren en indexeren\",\"NPZqBL\":\"Volledige bestelling\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Volledige betaling\",\"qqWcBV\":\"Voltooid\",\"6HK5Ct\":\"Afgeronde bestellingen\",\"NWVRtl\":\"Afgeronde bestellingen\",\"DwF9eH\":\"Componentcode\",\"Tf55h7\":\"Geconfigureerde korting\",\"7VpPHA\":\"Bevestig\",\"ZaEJZM\":\"Bevestig e-mailwijziging\",\"yjkELF\":\"Nieuw wachtwoord bevestigen\",\"xnWESi\":\"Wachtwoord bevestigen\",\"p2/GCq\":\"Wachtwoord bevestigen\",\"wnDgGj\":\"E-mailadres bevestigen...\",\"pbAk7a\":\"Streep aansluiten\",\"UMGQOh\":\"Maak verbinding met Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Details verbinding\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Ga verder\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Tekst doorgaan-knop\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Gekopieerd\",\"T5rdis\":\"gekopieerd naar klembord\",\"he3ygx\":\"Kopie\",\"r2B2P8\":\"Check-in URL kopiëren\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Link kopiëren\",\"E6nRW7\":\"URL kopiëren\",\"JNCzPW\":\"Land\",\"IF7RiR\":\"Omslag\",\"hYgDIe\":\"Maak\",\"b9XOHo\":[\"Maak \",[\"0\"]],\"k9RiLi\":\"Een product maken\",\"6kdXbW\":\"Maak een Promo Code\",\"n5pRtF\":\"Een ticket maken\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"een organisator maken\",\"ipP6Ue\":\"Aanwezige maken\",\"VwdqVy\":\"Capaciteitstoewijzing maken\",\"EwoMtl\":\"Categorie maken\",\"XletzW\":\"Categorie maken\",\"WVbTwK\":\"Check-in lijst maken\",\"uN355O\":\"Evenement creëren\",\"BOqY23\":\"Nieuw maken\",\"kpJAeS\":\"Organisator maken\",\"a0EjD+\":\"Product maken\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Promocode maken\",\"B3Mkdt\":\"Vraag maken\",\"UKfi21\":\"Creëer belasting of heffing\",\"d+F6q9\":\"Aangemaakt\",\"Q2lUR2\":\"Valuta\",\"DCKkhU\":\"Huidig wachtwoord\",\"uIElGP\":\"Aangepaste kaarten URL\",\"UEqXyt\":\"Aangepast bereik\",\"876pfE\":\"Klant\",\"QOg2Sf\":\"De e-mail- en meldingsinstellingen voor dit evenement aanpassen\",\"Y9Z/vP\":\"De homepage van het evenement en de berichten bij de kassa aanpassen\",\"2E2O5H\":\"De diverse instellingen voor dit evenement aanpassen\",\"iJhSxe\":\"De SEO-instellingen voor dit evenement aanpassen\",\"KIhhpi\":\"Je evenementpagina aanpassen\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Gevarenzone\",\"ZQKLI1\":\"Gevarenzone\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"Datum\",\"JvUngl\":\"Datum en tijd\",\"JJhRbH\":\"Capaciteit op dag één\",\"cnGeoo\":\"Verwijder\",\"jRJZxD\":\"Capaciteit verwijderen\",\"VskHIx\":\"Categorie verwijderen\",\"Qrc8RZ\":\"Check-in lijst verwijderen\",\"WHf154\":\"Code verwijderen\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Beschrijving\",\"YC3oXa\":\"Beschrijving voor incheckpersoneel\",\"URmyfc\":\"Details\",\"1lRT3t\":\"Als je deze capaciteit uitschakelt, worden de verkopen bijgehouden, maar niet gestopt als de limiet is bereikt\",\"H6Ma8Z\":\"Korting\",\"ypJ62C\":\"Korting %\",\"3LtiBI\":[\"Korting in \",[\"0\"]],\"C8JLas\":\"Korting Type\",\"1QfxQT\":\"Sluiten\",\"DZlSLn\":\"Documentlabel\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Download .ics\",\"kodV18\":\"CSV downloaden\",\"CELKku\":\"Factuur downloaden\",\"LQrXcu\":\"Factuur downloaden\",\"QIodqd\":\"QR-code downloaden\",\"yhjU+j\":\"Factuur downloaden\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Dropdown selectie\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Dupliceer evenement\",\"3ogkAk\":\"Dupliceer Evenement\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Dupliceer opties\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Vroege vogel\",\"ePK91l\":\"Bewerk\",\"N6j2JH\":[\"Bewerk \",[\"0\"]],\"kBkYSa\":\"Bewerk capaciteit\",\"oHE9JT\":\"Capaciteitstoewijzing bewerken\",\"j1Jl7s\":\"Categorie bewerken\",\"FU1gvP\":\"Check-in lijst bewerken\",\"iFgaVN\":\"Code bewerken\",\"jrBSO1\":\"Organisator bewerken\",\"tdD/QN\":\"Bewerk product\",\"n143Tq\":\"Bewerk productcategorie\",\"9BdS63\":\"Kortingscode bewerken\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Bewerk Vraag\",\"poTr35\":\"Gebruiker bewerken\",\"GTOcxw\":\"Gebruiker bewerken\",\"pqFrv2\":\"bijv. 2,50 voor $2,50\",\"3yiej1\":\"bijv. 23,5 voor 23,5%\",\"O3oNi5\":\"E-mail\",\"VxYKoK\":\"Instellingen voor e-mail en meldingen\",\"ATGYL1\":\"E-mailadres\",\"hzKQCy\":\"E-mailadres\",\"HqP6Qf\":\"E-mailwijziging succesvol geannuleerd\",\"mISwW1\":\"E-mailwijziging in behandeling\",\"APuxIE\":\"E-mailbevestiging opnieuw verzonden\",\"YaCgdO\":\"Bericht voettekst e-mail\",\"jyt+cx\":\"Bevestigingsmail succesvol opnieuw verstuurd\",\"I6F3cp\":\"E-mail niet geverifieerd\",\"NTZ/NX\":\"Insluitcode\",\"4rnJq4\":\"Insluitscript\",\"8oPbg1\":\"Facturering inschakelen\",\"j6w7d/\":\"Schakel deze capaciteit in om de verkoop van producten te stoppen als de limiet is bereikt\",\"VFv2ZC\":\"Einddatum\",\"237hSL\":\"Beëindigd\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Engels\",\"MhVoma\":\"Voer een bedrag in exclusief belastingen en toeslagen.\",\"SlfejT\":\"Fout\",\"3Z223G\":\"Fout bij bevestigen e-mailadres\",\"a6gga1\":\"Fout bij het bevestigen van een e-mailwijziging\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Evenement\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Evenementdatum\",\"0Zptey\":\"Evenement Standaarden\",\"QcCPs8\":\"Evenement Details\",\"6fuA9p\":\"Evenement succesvol gedupliceerd\",\"AEuj2m\":\"Homepage evenement\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Locatie en details evenement\",\"OopDbA\":\"Event page\",\"4/If97\":\"Update status evenement mislukt. Probeer het later opnieuw\",\"btxLWj\":\"Evenementstatus bijgewerkt\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Evenementen\",\"sZg7s1\":\"Vervaldatum\",\"KnN1Tu\":\"Verloopt op\",\"uaSvqt\":\"Vervaldatum\",\"GS+Mus\":\"Exporteer\",\"9xAp/j\":\"Deelnemer niet geannuleerd\",\"ZpieFv\":\"Bestelling niet geannuleerd\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Downloaden van factuur mislukt. Probeer het opnieuw.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Inchecklijst niet geladen\",\"ZQ15eN\":\"Niet gelukt om ticket e-mail opnieuw te versturen\",\"ejXy+D\":\"Sorteren van producten mislukt\",\"PLUB/s\":\"Tarief\",\"/mfICu\":\"Tarieven\",\"LyFC7X\":\"Bestellingen filteren\",\"cSev+j\":\"Filters\",\"CVw2MU\":[\"Filters (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Eerste factuurnummer\",\"V1EGGU\":\"Voornaam\",\"kODvZJ\":\"Voornaam\",\"S+tm06\":\"De voornaam moet tussen 1 en 50 tekens zijn\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Voor het eerst gebruikt\",\"TpqW74\":\"Vast\",\"irpUxR\":\"Vast bedrag\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Wachtwoord vergeten?\",\"2POOFK\":\"Gratis\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Frans\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Duits\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Ga terug naar profiel\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Agenda\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Brutoverkoop\",\"yRg26W\":\"Bruto verkoop\",\"R4r4XO\":\"Gasten\",\"26pGvx\":\"Heb je een promotiecode?\",\"V7yhws\":\"hallo@geweldig-evenementen.com\",\"6K/IHl\":\"Hier is een voorbeeld van hoe je het component in je applicatie kunt gebruiken.\",\"Y1SSqh\":\"Hier is de React component die je kunt gebruiken om de widget in je applicatie in te sluiten.\",\"QuhVpV\":[\"Hi \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Verborgen voor het publiek\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Verborgen vragen zijn alleen zichtbaar voor de organisator van het evenement en niet voor de klant.\",\"vLyv1R\":\"Verberg\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Verberg product na einddatum verkoop\",\"06s3w3\":\"Verberg product voor start verkoopdatum\",\"axVMjA\":\"Verberg product tenzij gebruiker toepasselijke promotiecode heeft\",\"ySQGHV\":\"Verberg product als het uitverkocht is\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Verberg dit product voor klanten\",\"Da29Y6\":\"Verberg deze vraag\",\"fvDQhr\":\"Verberg dit niveau voor gebruikers\",\"lNipG+\":\"Door een product te verbergen, kunnen gebruikers het niet zien op de evenementpagina.\",\"ZOBwQn\":\"Homepage-ontwerp\",\"PRuBTd\":\"Homepage ontwerper\",\"YjVNGZ\":\"Voorbeschouwing\",\"c3E/kw\":\"Homer\",\"8k8Njd\":\"Hoeveel minuten de klant heeft om zijn bestelling af te ronden. We raden minimaal 15 minuten aan\",\"ySxKZe\":\"Hoe vaak kan deze code worden gebruikt?\",\"dZsDbK\":[\"HTML karakterlimiet overschreden: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://voorbeeld-maps-service.com/...\",\"uOXLV3\":\"Ik ga akkoord met de <0>voorwaarden\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Als dit is ingeschakeld, kunnen incheckmedewerkers aanwezigen markeren als ingecheckt of de bestelling als betaald markeren en de aanwezigen inchecken. Als deze optie is uitgeschakeld, kunnen bezoekers van onbetaalde bestellingen niet worden ingecheckt.\",\"muXhGi\":\"Als deze optie is ingeschakeld, ontvangt de organisator een e-mailbericht wanneer er een nieuwe bestelling is geplaatst\",\"6fLyj/\":\"Als je deze wijziging niet hebt aangevraagd, verander dan onmiddellijk je wachtwoord.\",\"n/ZDCz\":\"Afbeelding succesvol verwijderd\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Afbeelding succesvol geüpload\",\"VyUuZb\":\"Afbeelding URL\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inactief\",\"T0K0yl\":\"Inactieve gebruikers kunnen niet inloggen.\",\"kO44sp\":\"Vermeld verbindingsgegevens voor je online evenement. Deze gegevens worden weergegeven op de overzichtspagina van de bestelling en de ticketpagina voor deelnemers.\",\"FlQKnG\":\"Belastingen en toeslagen in de prijs opnemen\",\"Vi+BiW\":[\"Inclusief \",[\"0\"],\" producten\"],\"lpm0+y\":\"Omvat 1 product\",\"UiAk5P\":\"Afbeelding invoegen\",\"OyLdaz\":\"Uitnodiging verzonden!\",\"HE6KcK\":\"Uitnodiging ingetrokken!\",\"SQKPvQ\":\"Gebruiker uitnodigen\",\"bKOYkd\":\"Factuur succesvol gedownload\",\"alD1+n\":\"Factuurnotities\",\"kOtCs2\":\"Factuurnummering\",\"UZ2GSZ\":\"Factuur Instellingen\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Item\",\"KFXip/\":\"Jan\",\"XcgRvb\":\"Jansen\",\"87a/t/\":\"Label\",\"vXIe7J\":\"Taal\",\"2LMsOq\":\"Laatste 12 maanden\",\"vfe90m\":\"Laatste 14 dagen\",\"aK4uBd\":\"Laatste 24 uur\",\"uq2BmQ\":\"Laatste 30 dagen\",\"bB6Ram\":\"Laatste 48 uur\",\"VlnB7s\":\"Laatste 6 maanden\",\"ct2SYD\":\"Laatste 7 dagen\",\"XgOuA7\":\"Laatste 90 dagen\",\"I3yitW\":\"Laatste login\",\"1ZaQUH\":\"Achternaam\",\"UXBCwc\":\"Achternaam\",\"tKCBU0\":\"Laatst gebruikt\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Laat leeg om het standaardwoord te gebruiken\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Aan het laden...\",\"wJijgU\":\"Locatie\",\"sQia9P\":\"Log in\",\"zUDyah\":\"Inloggen\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Afmelden\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Maak factuuradres verplicht tijdens het afrekenen\",\"MU3ijv\":\"Maak deze vraag verplicht\",\"wckWOP\":\"Beheer\",\"onpJrA\":\"Deelnemer beheren\",\"n4SpU5\":\"Evenement beheren\",\"WVgSTy\":\"Bestelling beheren\",\"1MAvUY\":\"Beheer de betalings- en factureringsinstellingen voor dit evenement.\",\"cQrNR3\":\"Profiel beheren\",\"AtXtSw\":\"Belastingen en toeslagen beheren die kunnen worden toegepast op je producten\",\"ophZVW\":\"Tickets beheren\",\"DdHfeW\":\"Beheer je accountgegevens en standaardinstellingen\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Beheer je gebruikers en hun rechten\",\"1m+YT2\":\"Verplichte vragen moeten worden beantwoord voordat de klant kan afrekenen.\",\"Dim4LO\":\"Handmatig een genodigde toevoegen\",\"e4KdjJ\":\"Deelnemer handmatig toevoegen\",\"vFjEnF\":\"Markeer als betaald\",\"g9dPPQ\":\"Maximum per bestelling\",\"l5OcwO\":\"Bericht deelnemer\",\"Gv5AMu\":\"Bericht Deelnemers\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Bericht koper\",\"tNZzFb\":\"Berichtinhoud\",\"lYDV/s\":\"Bericht individuele deelnemers\",\"V7DYWd\":\"Bericht verzonden\",\"t7TeQU\":\"Berichten\",\"xFRMlO\":\"Minimum per bestelling\",\"QYcUEf\":\"Minimale prijs\",\"RDie0n\":\"Diverse\",\"mYLhkl\":\"Diverse instellingen\",\"KYveV8\":\"Meerregelig tekstvak\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Mijn verbazingwekkende evenementbeschrijving...\",\"vX8/tc\":\"Mijn verbazingwekkende evenementtitel...\",\"hKtWk2\":\"Mijn profiel\",\"fj5byd\":\"N.V.T.\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Naam\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Navigeer naar deelnemer\",\"qqeAJM\":\"Nooit\",\"7vhWI8\":\"Nieuw wachtwoord\",\"1UzENP\":\"Nee\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Geen gearchiveerde evenementen om weer te geven.\",\"q2LEDV\":\"Geen aanwezigen gevonden voor deze bestelling.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Geen aanwezigen\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Geen capaciteitstoewijzingen\",\"a/gMx2\":\"Geen inchecklijsten\",\"tMFDem\":\"Geen gegevens beschikbaar\",\"6Z/F61\":\"Geen gegevens om weer te geven. Selecteer een datumbereik\",\"fFeCKc\":\"Geen Korting\",\"HFucK5\":\"Geen beëindigde evenementen om te laten zien.\",\"yAlJXG\":\"Geen evenementen om weer te geven\",\"GqvPcv\":\"Geen filters beschikbaar\",\"KPWxKD\":\"Geen berichten om te tonen\",\"J2LkP8\":\"Geen orders om te laten zien\",\"RBXXtB\":\"Er zijn momenteel geen betalingsmethoden beschikbaar. Neem contact op met de organisator van het evenement voor hulp.\",\"ZWEfBE\":\"Geen betaling vereist\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Geen producten beschikbaar in deze categorie.\",\"FTfObB\":\"Nog geen producten\",\"+Y976X\":\"Geen promotiecodes om te tonen\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Geen resultaten\",\"gk5uwN\":\"Geen zoekresultaten\",\"RHyZUL\":\"Geen zoekresultaten.\",\"RY2eP1\":\"Er zijn geen belastingen of toeslagen toegevoegd.\",\"EdQY6l\":\"Geen\",\"OJx3wK\":\"Niet beschikbaar\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Opmerkingen\",\"jtrY3S\":\"Nog niets om te laten zien\",\"hFwWnI\":\"Instellingen meldingen\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Organisator op de hoogte stellen van nieuwe bestellingen\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Aantal dagen toegestaan voor betaling (leeg laten om betalingstermijnen weg te laten van facturen)\",\"n86jmj\":\"Nummer Voorvoegsel\",\"mwe+2z\":\"Offline bestellingen worden niet weergegeven in evenementstatistieken totdat de bestelling als betaald is gemarkeerd.\",\"dWBrJX\":\"Offline betaling mislukt. Probeer het opnieuw of neem contact op met de organisator van het evenement.\",\"fcnqjw\":\"Offline Betalingsinstructies\",\"+eZ7dp\":\"Offline betalingen\",\"ojDQlR\":\"Informatie over offline betalingen\",\"u5oO/W\":\"Instellingen voor offline betalingen\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"In de uitverkoop\",\"Ug4SfW\":\"Zodra je een evenement hebt gemaakt, zie je het hier.\",\"ZxnK5C\":\"Zodra je gegevens begint te verzamelen, zie je ze hier.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Doorlopend\",\"z+nuVJ\":\"Online evenement\",\"WKHW0N\":\"Details online evenement\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Open Check-In Pagina\",\"OdnLE4\":\"Zijbalk openen\",\"ZZEYpT\":[\"Optie \",[\"i\"]],\"oPknTP\":\"Optionele aanvullende informatie die op alle facturen moet worden vermeld (bijv. betalingsvoorwaarden, kosten voor te late betaling, retourbeleid)\",\"OrXJBY\":\"Optioneel voorvoegsel voor factuurnummers (bijv. INV-)\",\"0zpgxV\":\"Opties\",\"BzEFor\":\"of\",\"UYUgdb\":\"Bestel\",\"mm+eaX\":\"Bestelnr.\",\"B3gPuX\":\"Bestelling geannuleerd\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Bestel Datum\",\"Tol4BF\":\"Bestel Details\",\"WbImlQ\":\"Bestelling is geannuleerd en de eigenaar van de bestelling is op de hoogte gesteld.\",\"nAn4Oe\":\"Bestelling gemarkeerd als betaald\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Bestelreferentie\",\"acIJ41\":\"Bestelstatus\",\"GX6dZv\":\"Overzicht bestelling\",\"tDTq0D\":\"Time-out bestelling\",\"1h+RBg\":\"Bestellingen\",\"3y+V4p\":\"Adres organisatie\",\"GVcaW6\":\"Organisatie details\",\"nfnm9D\":\"Naam organisatie\",\"G5RhpL\":\"Organisator\",\"mYygCM\":\"Organisator is vereist\",\"Pa6G7v\":\"Naam organisator\",\"l894xP\":\"Organisatoren kunnen alleen evenementen en producten beheren. Ze kunnen geen gebruikers, accountinstellingen of factureringsgegevens beheren.\",\"fdjq4c\":\"Opvulling\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Pagina niet gevonden\",\"QbrUIo\":\"Bekeken pagina's\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"betaald\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Gedeeltelijk Terugbetaald\",\"8ZsakT\":\"Wachtwoord\",\"TUJAyx\":\"Wachtwoord moet minimaal 8 tekens bevatten\",\"vwGkYB\":\"Wachtwoord moet minstens 8 tekens bevatten\",\"BLTZ42\":\"Wachtwoord opnieuw ingesteld. Log in met je nieuwe wachtwoord.\",\"f7SUun\":\"Wachtwoorden zijn niet hetzelfde\",\"aEDp5C\":\"Plak dit waar je wilt dat de widget verschijnt.\",\"+23bI/\":\"Patrick\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Betaling\",\"Lg+ewC\":\"Betaling & facturering\",\"DZjk8u\":\"Instellingen voor betaling en facturering\",\"lflimf\":\"Betalingstermijn\",\"JhtZAK\":\"Betaling mislukt\",\"JEdsvQ\":\"Betalingsinstructies\",\"bLB3MJ\":\"Betaalmethoden\",\"QzmQBG\":\"Betalingsprovider\",\"lsxOPC\":\"Ontvangen betaling\",\"wJTzyi\":\"Betalingsstatus\",\"xgav5v\":\"Betaling gelukt!\",\"R29lO5\":\"Betalingsvoorwaarden\",\"/roQKz\":\"Percentage\",\"vPJ1FI\":\"Percentage Bedrag\",\"xdA9ud\":\"Plaats dit in de van je website.\",\"blK94r\":\"Voeg ten minste één optie toe\",\"FJ9Yat\":\"Controleer of de verstrekte informatie correct is\",\"TkQVup\":\"Controleer je e-mail en wachtwoord en probeer het opnieuw\",\"sMiGXD\":\"Controleer of je e-mailadres geldig is\",\"Ajavq0\":\"Controleer je e-mail om je e-mailadres te bevestigen\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Ga verder in het nieuwe tabblad\",\"hcX103\":\"Maak een product\",\"cdR8d6\":\"Maak een ticket aan\",\"x2mjl4\":\"Voer een geldige URL in die naar een afbeelding verwijst.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Let op\",\"C63rRe\":\"Ga terug naar de evenementpagina om opnieuw te beginnen.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Selecteer ten minste één product\",\"igBrCH\":\"Controleer uw e-mailadres om toegang te krijgen tot alle functies\",\"/IzmnP\":\"Wacht even terwijl we uw factuur opstellen...\",\"MOERNx\":\"Portugees\",\"qCJyMx\":\"Post Checkout-bericht\",\"g2UNkE\":\"Mogelijk gemaakt door\",\"Rs7IQv\":\"Bericht voor het afrekenen\",\"rdUucN\":\"Voorbeeld\",\"a7u1N9\":\"Prijs\",\"CmoB9j\":\"Modus prijsweergave\",\"BI7D9d\":\"Prijs niet ingesteld\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Primaire kleur\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Primaire tekstkleur\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Alle tickets afdrukken\",\"DKwDdj\":\"Tickets afdrukken\",\"K47k8R\":\"Product\",\"1JwlHk\":\"Productcategorie\",\"U61sAj\":\"Productcategorie succesvol bijgewerkt.\",\"1USFWA\":\"Product succesvol verwijderd\",\"4Y2FZT\":\"Product Prijs Type\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Productverkoop\",\"U/R4Ng\":\"Productniveau\",\"sJsr1h\":\"Soort product\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Product(en)\",\"N0qXpE\":\"Producten\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Verkochte producten\",\"/u4DIx\":\"Verkochte producten\",\"DJQEZc\":\"Producten succesvol gesorteerd\",\"vERlcd\":\"Profiel\",\"kUlL8W\":\"Profiel succesvol bijgewerkt\",\"cl5WYc\":[\"Promo \",[\"promo_code\"],\" code toegepast\"],\"P5sgAk\":\"Kortingscode\",\"yKWfjC\":\"Promo Code pagina\",\"RVb8Fo\":\"Promo codes\",\"BZ9GWa\":\"Promocodes kunnen worden gebruikt voor kortingen, toegang tot de voorverkoop of speciale toegang tot je evenement.\",\"OP094m\":\"Promocodes Rapport\",\"4kyDD5\":\"Geef aanvullende context of instructies voor deze vraag. Gebruik dit veld om voorwaarden,\\nrichtlijnen of belangrijke informatie toe te voegen die deelnemers moeten weten voordat ze antwoorden.\",\"toutGW\":\"QR-code\",\"LkMOWF\":\"Beschikbare hoeveelheid\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Vraag verwijderd\",\"avf0gk\":\"Beschrijving van de vraag\",\"oQvMPn\":\"Titel van de vraag\",\"enzGAL\":\"Vragen\",\"ROv2ZT\":\"Vragen en antwoorden\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Radio-optie\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Ontvanger\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Terugbetaling mislukt\",\"n10yGu\":\"Bestelling terugbetalen\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Restitutie in behandeling\",\"xHpVRl\":\"Restitutie Status\",\"/BI0y9\":\"Terugbetaald\",\"fgLNSM\":\"Registreer\",\"9+8Vez\":\"Overblijvend gebruik\",\"tasfos\":\"verwijderen\",\"t/YqKh\":\"Verwijder\",\"t9yxlZ\":\"Rapporten\",\"prZGMe\":\"Factuuradres vereisen\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"E-mailbevestiging opnieuw verzenden\",\"wIa8Qe\":\"Uitnodiging opnieuw versturen\",\"VeKsnD\":\"E-mail met bestelling opnieuw verzenden\",\"dFuEhO\":\"Ticket e-mail opnieuw verzenden\",\"o6+Y6d\":\"Opnieuw verzenden...\",\"OfhWJH\":\"Reset\",\"RfwZxd\":\"Wachtwoord opnieuw instellen\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Evenement herstellen\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Terug naar evenementpagina\",\"8YBH95\":\"Inkomsten\",\"PO/sOY\":\"Uitnodiging intrekken\",\"GDvlUT\":\"Rol\",\"ELa4O9\":\"Einddatum verkoop\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Startdatum verkoop\",\"hBsw5C\":\"Verkoop beëindigd\",\"kpAzPe\":\"Start verkoop\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Opslaan\",\"IUwGEM\":\"Wijzigingen opslaan\",\"U65fiW\":\"Organisator opslaan\",\"UGT5vp\":\"Instellingen opslaan\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Zoek op naam van een deelnemer, e-mail of bestelnummer...\",\"+pr/FY\":\"Zoeken op evenementnaam...\",\"3zRbWw\":\"Zoeken op naam, e-mail of bestelnummer...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Zoeken op naam...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Zoek capaciteitstoewijzingen...\",\"r9M1hc\":\"Check-in lijsten doorzoeken...\",\"+0Yy2U\":\"Producten zoeken\",\"YIix5Y\":\"Zoeken...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Secundaire kleur\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Secundaire tekstkleur\",\"02ePaq\":[\"Kies \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Selecteer categorie...\",\"kWI/37\":\"Organisator selecteren\",\"ixIx1f\":\"Kies product\",\"3oSV95\":\"Selecteer productcategorie\",\"C4Y1hA\":\"Selecteer producten\",\"hAjDQy\":\"Selecteer status\",\"QYARw/\":\"Selecteer ticket\",\"OMX4tH\":\"Kies tickets\",\"DrwwNd\":\"Selecteer tijdsperiode\",\"O/7I0o\":\"Selecteer...\",\"JlFcis\":\"Stuur\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Stuur een bericht\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Verstuur bericht\",\"D7ZemV\":\"Verzend orderbevestiging en ticket e-mail\",\"v1rRtW\":\"Test verzenden\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"SEO Beschrijving\",\"/SIY6o\":\"SEO Trefwoorden\",\"GfWoKv\":\"SEO-instellingen\",\"rXngLf\":\"SEO titel\",\"/jZOZa\":\"Servicevergoeding\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Stel het startnummer voor factuurnummering in. Dit kan niet worden gewijzigd als de facturen eenmaal zijn gegenereerd.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Instellingen\",\"Z8lGw6\":\"Deel\",\"B2V3cA\":\"Evenement delen\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Tonen\",\"V0SbFp\":\"Beschikbare producthoeveelheid tonen\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Meer tonen\",\"izwOOD\":\"Belastingen en toeslagen apart weergeven\",\"1SbbH8\":\"Wordt aan de klant getoond nadat hij heeft afgerekend, op de overzichtspagina van de bestelling.\",\"YfHZv0\":\"Aan de klant getoond voordat hij afrekent\",\"CBBcly\":\"Toont algemene adresvelden, inclusief land\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Enkelregelig tekstvak\",\"+P0Cn2\":\"Deze stap overslaan\",\"YSEnLE\":\"Jansen\",\"lgFfeO\":\"Uitverkocht\",\"Mi1rVn\":\"Uitverkocht\",\"nwtY4N\":\"Er is iets misgegaan\",\"GRChTw\":\"Er is iets misgegaan bij het verwijderen van de Belasting of Belastinggeld\",\"YHFrbe\":\"Er ging iets mis! Probeer het opnieuw\",\"kf83Ld\":\"Er ging iets mis.\",\"fWsBTs\":\"Er is iets misgegaan. Probeer het opnieuw.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Sorry, deze promotiecode wordt niet herkend\",\"65A04M\":\"Spaans\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Startdatum\",\"/2by1f\":\"Staat of regio\",\"uAQUqI\":\"Status\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Stripe-betalingen zijn niet ingeschakeld voor dit evenement.\",\"UJmAAK\":\"Onderwerp\",\"X2rrlw\":\"Subtotaal\",\"zzDlyQ\":\"Succes\",\"b0HJ45\":[\"Succes! \",[\"0\"],\" ontvangt binnenkort een e-mail.\"],\"BJIEiF\":[\"Succesvol \",[\"0\"],\" deelnemer\"],\"OtgNFx\":\"E-mailadres succesvol bevestigd\",\"IKwyaF\":\"E-mailwijziging succesvol bevestigd\",\"zLmvhE\":\"Succesvol aangemaakte deelnemer\",\"gP22tw\":\"Succesvol gecreëerd product\",\"9mZEgt\":\"Succesvol aangemaakte promotiecode\",\"aIA9C4\":\"Succesvol aangemaakte vraag\",\"J3RJSZ\":\"Deelnemer succesvol bijgewerkt\",\"3suLF0\":\"Capaciteitstoewijzing succesvol bijgewerkt\",\"Z+rnth\":\"Check-in lijst succesvol bijgewerkt\",\"vzJenu\":\"E-mailinstellingen met succes bijgewerkt\",\"7kOMfV\":\"Evenement succesvol bijgewerkt\",\"G0KW+e\":\"Succesvol vernieuwd homepage-ontwerp\",\"k9m6/E\":\"Homepage-instellingen met succes bijgewerkt\",\"y/NR6s\":\"Locatie succesvol bijgewerkt\",\"73nxDO\":\"Misc-instellingen met succes bijgewerkt\",\"4H80qv\":\"Bestelling succesvol bijgewerkt\",\"6xCBVN\":\"Instellingen voor betalen en factureren succesvol bijgewerkt\",\"1Ycaad\":\"Product succesvol bijgewerkt\",\"70dYC8\":\"Succesvol bijgewerkte promotiecode\",\"F+pJnL\":\"Succesvol bijgewerkte Seo-instellingen\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Ondersteuning per e-mail\",\"uRfugr\":\"T-shirt\",\"JpohL9\":\"Belasting\",\"geUFpZ\":\"Belastingen en heffingen\",\"dFHcIn\":\"Belastingdetails\",\"wQzCPX\":\"Belastinginformatie die onderaan alle facturen moet staan (bijv. btw-nummer, belastingregistratie)\",\"0RXCDo\":\"Belasting of vergoeding succesvol verwijderd\",\"ZowkxF\":\"Belastingen\",\"qu6/03\":\"Belastingen en heffingen\",\"gypigA\":\"Die promotiecode is ongeldig\",\"5ShqeM\":\"De check-in lijst die je zoekt bestaat niet.\",\"QXlz+n\":\"De standaardvaluta voor je evenementen.\",\"mnafgQ\":\"De standaard tijdzone voor je evenementen.\",\"o7s5FA\":\"De taal waarin de deelnemer e-mails ontvangt.\",\"NlfnUd\":\"De link waarop je hebt geklikt is ongeldig.\",\"HsFnrk\":[\"Het maximum aantal producten voor \",[\"0\"],\"is \",[\"1\"]],\"TSAiPM\":\"De pagina die u zoekt bestaat niet\",\"MSmKHn\":\"De prijs die aan de klant wordt getoond is inclusief belastingen en toeslagen.\",\"6zQOg1\":\"De prijs die aan de klant wordt getoond is exclusief belastingen en toeslagen. Deze worden apart weergegeven\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"De titel van het evenement die zal worden weergegeven in zoekmachineresultaten en bij het delen op sociale media. Standaard wordt de titel van het evenement gebruikt\",\"wDx3FF\":\"Er zijn geen producten beschikbaar voor dit evenement\",\"pNgdBv\":\"Er zijn geen producten beschikbaar in deze categorie\",\"rMcHYt\":\"Er is een restitutie in behandeling. Wacht tot deze is voltooid voordat je een nieuwe restitutie aanvraagt.\",\"F89D36\":\"Er is een fout opgetreden bij het markeren van de bestelling als betaald\",\"68Axnm\":\"Er is een fout opgetreden bij het verwerken van uw verzoek. Probeer het opnieuw.\",\"mVKOW6\":\"Er is een fout opgetreden bij het verzenden van uw bericht\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Deze deelnemer heeft een onbetaalde bestelling.\",\"mf3FrP\":\"Deze categorie heeft nog geen producten.\",\"8QH2Il\":\"Deze categorie is niet zichtbaar voor het publiek\",\"xxv3BZ\":\"Deze check-in lijst is verlopen\",\"Sa7w7S\":\"Deze check-ins lijst is verlopen en niet langer beschikbaar voor check-ins.\",\"Uicx2U\":\"Deze check-in lijst is actief\",\"1k0Mp4\":\"Deze check-in lijst is nog niet actief\",\"K6fmBI\":\"Deze check-ins lijst is nog niet actief en is niet beschikbaar voor check-ins.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Deze informatie wordt weergegeven op de betaalpagina, de pagina met het overzicht van de bestelling en de e-mail ter bevestiging van de bestelling.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Dit is een online evenement\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Dit bericht wordt opgenomen in de voettekst van alle e-mails die vanuit dit evenement worden verzonden\",\"55i7Fa\":\"Dit bericht wordt alleen weergegeven als de bestelling succesvol is afgerond. Bestellingen die op betaling wachten, krijgen dit bericht niet te zien\",\"RjwlZt\":\"Deze bestelling is al betaald.\",\"5K8REg\":\"Deze bestelling is al terugbetaald.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Deze bestelling is geannuleerd.\",\"Q0zd4P\":\"Deze bestelling is verlopen. Begin opnieuw.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Deze bestelling is compleet.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Deze bestelpagina is niet langer beschikbaar.\",\"i0TtkR\":\"Dit overschrijft alle zichtbaarheidsinstellingen en verbergt het product voor alle klanten.\",\"cRRc+F\":\"Dit product kan niet worden verwijderd omdat het gekoppeld is aan een bestelling. In plaats daarvan kunt u het verbergen.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Deze vraag is alleen zichtbaar voor de organisator van het evenement.\",\"IV9xTT\":\"Deze gebruiker is niet actief, omdat hij zijn uitnodiging niet heeft geaccepteerd.\",\"5AnPaO\":\"ticket\",\"kjAL4v\":\"Ticket\",\"dtGC3q\":\"Ticket e-mail is opnieuw verzonden naar de deelnemer\",\"54q0zp\":\"Tickets voor\",\"xN9AhL\":[\"Niveau \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Met gelaagde producten kun je meerdere prijsopties aanbieden voor hetzelfde product. Dit is perfect voor early bird-producten of om verschillende prijsopties aan te bieden voor verschillende groepen mensen.\",\"nn3mSR\":\"Resterende tijd:\",\"s/0RpH\":\"Gebruikte tijden\",\"y55eMd\":\"Gebruikte tijden\",\"40Gx0U\":\"Tijdzone\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Titel\",\"xdA/+p\":\"Gereedschap\",\"72c5Qo\":\"Totaal\",\"YXx+fG\":\"Totaal vóór kortingen\",\"NRWNfv\":\"Totaal kortingsbedrag\",\"BxsfMK\":\"Totaal vergoedingen\",\"2bR+8v\":\"Totaal Brutoverkoop\",\"mpB/d9\":\"Totaal bestelbedrag\",\"m3FM1g\":\"Totaal terugbetaald\",\"jEbkcB\":\"Totaal Terugbetaald\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Totale belasting\",\"+zy2Nq\":\"Type\",\"FMdMfZ\":\"Deelnemer kan niet worden ingecheckt\",\"bPWBLL\":\"Deelnemer kan niet worden uitgecheckt\",\"9+P7zk\":\"Kan geen product maken. Controleer uw gegevens\",\"WLxtFC\":\"Kan geen product maken. Controleer uw gegevens\",\"/cSMqv\":\"Kan geen vraag maken. Controleer uw gegevens\",\"MH/lj8\":\"Kan vraag niet bijwerken. Controleer uw gegevens\",\"nnfSdK\":\"Unieke klanten\",\"Mqy/Zy\":\"Verenigde Staten\",\"NIuIk1\":\"Onbeperkt\",\"/p9Fhq\":\"Onbeperkt beschikbaar\",\"E0q9qH\":\"Onbeperkt gebruik toegestaan\",\"h10Wm5\":\"Onbetaalde bestelling\",\"ia8YsC\":\"Komende\",\"TlEeFv\":\"Komende evenementen\",\"L/gNNk\":[\"Update \",[\"0\"]],\"+qqX74\":\"Naam, beschrijving en data van evenement bijwerken\",\"vXPSuB\":\"Profiel bijwerken\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL gekopieerd naar klembord\",\"e5lF64\":\"Gebruiksvoorbeeld\",\"fiV0xj\":\"Gebruikslimiet\",\"sGEOe4\":\"Gebruik een onscherpe versie van de omslagafbeelding als achtergrond\",\"OadMRm\":\"Coverafbeelding gebruiken\",\"7PzzBU\":\"Gebruiker\",\"yDOdwQ\":\"Gebruikersbeheer\",\"Sxm8rQ\":\"Gebruikers\",\"VEsDvU\":\"Gebruikers kunnen hun e-mailadres wijzigen in <0>Profielinstellingen\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"BTW\",\"E/9LUk\":\"Naam locatie\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Details van deelnemers bekijken\",\"/5PEQz\":\"Evenementpagina bekijken\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Bekijk op Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP check-in lijst\",\"tF+VVr\":\"VIP-ticket\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"We konden je betaling niet verwerken. Probeer het opnieuw of neem contact op met de klantenservice.\",\"45Srzt\":\"We konden de categorie niet verwijderen. Probeer het opnieuw.\",\"/DNy62\":[\"We konden geen tickets vinden die overeenkomen met \",[\"0\"]],\"1E0vyy\":\"We konden de gegevens niet laden. Probeer het opnieuw.\",\"NmpGKr\":\"We konden de categorieën niet opnieuw ordenen. Probeer het opnieuw.\",\"BJtMTd\":\"We raden afmetingen aan van 2160px bij 1080px en een maximale bestandsgrootte van 5MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"We konden je betaling niet bevestigen. Probeer het opnieuw of neem contact op met de klantenservice.\",\"Gspam9\":\"We zijn je bestelling aan het verwerken. Even geduld alstublieft...\",\"LuY52w\":\"Welkom aan boord! Log in om verder te gaan.\",\"dVxpp5\":[\"Welkom terug\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Wat zijn gelaagde producten?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Wat is een categorie?\",\"gxeWAU\":\"Op welke producten is deze code van toepassing?\",\"hFHnxR\":\"Op welke producten is deze code van toepassing? (Geldt standaard voor alle)\",\"AeejQi\":\"Op welke producten moet deze capaciteit van toepassing zijn?\",\"Rb0XUE\":\"Hoe laat kom je aan?\",\"5N4wLD\":\"Wat voor vraag is dit?\",\"gyLUYU\":\"Als deze optie is ingeschakeld, worden facturen gegenereerd voor ticketbestellingen. Facturen worden samen met de e-mail ter bevestiging van de bestelling verzonden. Bezoekers kunnen hun facturen ook downloaden van de bestelbevestigingspagina.\",\"D3opg4\":\"Als offline betalingen zijn ingeschakeld, kunnen gebruikers hun bestellingen afronden en hun tickets ontvangen. Hun tickets zullen duidelijk aangeven dat de bestelling niet betaald is en de check-in tool zal het check-in personeel informeren als een bestelling betaald moet worden.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Welke tickets moeten aan deze inchecklijst worden gekoppeld?\",\"S+OdxP\":\"Wie organiseert dit evenement?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Aan wie moet deze vraag worden gesteld?\",\"VxFvXQ\":\"Widget insluiten\",\"v1P7Gm\":\"Widget instellingen\",\"b4itZn\":\"Werken\",\"hqmXmc\":\"Werken...\",\"+G/XiQ\":\"Jaar tot nu toe\",\"l75CjT\":\"Ja\",\"QcwyCh\":\"Ja, verwijder ze\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Je wijzigt je e-mailadres in <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Je bent offline\",\"sdB7+6\":\"Je kunt een promotiecode maken die gericht is op dit product op de\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Je kunt het producttype niet wijzigen omdat er deelnemers aan dit product zijn gekoppeld.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Je kunt deelnemers met onbetaalde bestellingen niet inchecken. Je kunt deze instelling wijzigen in de evenementinstellingen.\",\"c9Evkd\":\"Je kunt de laatste categorie niet verwijderen.\",\"6uwAvx\":\"Je kunt dit prijsniveau niet verwijderen omdat er al producten voor dit niveau worden verkocht. In plaats daarvan kun je het verbergen.\",\"tFbRKJ\":\"Je kunt de rol of status van de accounteigenaar niet bewerken.\",\"fHfiEo\":\"Je kunt een handmatig aangemaakte bestelling niet terugbetalen.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Je hebt toegang tot meerdere accounts. Kies er een om verder te gaan.\",\"Z6q0Vl\":\"Je hebt deze uitnodiging al geaccepteerd. Log in om verder te gaan.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Je hebt geen in behandeling zijnde e-mailwijziging.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Je hebt geen tijd meer om je bestelling af te ronden.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"U moet erkennen dat deze e-mail geen promotie is\",\"3ZI8IL\":\"U moet akkoord gaan met de algemene voorwaarden\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Je moet een ticket aanmaken voordat je handmatig een genodigde kunt toevoegen.\",\"jE4Z8R\":\"Je moet minstens één prijsniveau hebben\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Je moet een bestelling handmatig als betaald markeren. Dit kun je doen op de pagina Bestelling beheren.\",\"L/+xOk\":\"Je hebt een ticket nodig voordat je een inchecklijst kunt maken.\",\"Djl45M\":\"U hebt een product nodig voordat u een capaciteitstoewijzing kunt maken.\",\"y3qNri\":\"Je hebt minstens één product nodig om te beginnen. Gratis, betaald of laat de gebruiker beslissen wat hij wil betalen.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Je accountnaam wordt gebruikt op evenementpagina's en in e-mails.\",\"veessc\":\"Je bezoekers verschijnen hier zodra ze zich hebben geregistreerd voor je evenement. Je kunt deelnemers ook handmatig toevoegen.\",\"Eh5Wrd\":\"Je geweldige website 🎉\",\"lkMK2r\":\"Uw gegevens\",\"3ENYTQ\":[\"Uw verzoek om uw e-mail te wijzigen in <0>\",[\"0\"],\" is in behandeling. Controleer uw e-mail om te bevestigen\"],\"yZfBoy\":\"Uw bericht is verzonden\",\"KSQ8An\":\"Uw bestelling\",\"Jwiilf\":\"Uw bestelling is geannuleerd\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Je bestellingen verschijnen hier zodra ze binnenkomen.\",\"9TO8nT\":\"Uw wachtwoord\",\"P8hBau\":\"Je betaling wordt verwerkt.\",\"UdY1lL\":\"Uw betaling is niet gelukt, probeer het opnieuw.\",\"fzuM26\":\"Uw betaling is mislukt. Probeer het opnieuw.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Je terugbetaling wordt verwerkt.\",\"IFHV2p\":\"Uw ticket voor\",\"x1PPdr\":\"Postcode\",\"BM/KQm\":\"Postcode\",\"+LtVBt\":\"Postcode\",\"25QDJ1\":\"- Klik om te publiceren\",\"WOyJmc\":\"- Klik om te verwijderen\",\"ncwQad\":\"(leeg)\",\"B/gRsg\":\"(geen)\",\"wqtZLy\":[[\"0\"],\" (kopie)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" is al ingecheckt\"],\"3beCx0\":[[\"0\"],\" <0>ingecheckt\"],\"S4PqS9\":[[\"0\"],\" Actieve webhooks\"],\"6MIiOI\":[\"nog \",[\"0\"]],\"COnw8D\":[[\"0\"],\" logo\"],\"xG9N0H\":[[\"0\"],\" van \",[\"1\"],\" plaatsen zijn bezet.\"],\"B7pZfX\":[[\"0\"],\" organisatoren\"],\"/HkCs4\":[[\"0\"],\" tickets\"],\"30bTiU\":[[\"activeCount\"],\" ingeschakeld\"],\"jTs4am\":[[\"appName\"],\"-logo\"],\"gbJOk9\":[[\"attendeeCount\"],\" deelnemers zijn aangemeld voor deze sessie.\"],\"TjbIUI\":[[\"availableCount\"],\" van \",[\"totalCount\"],\" beschikbaar\"],\"PSChHo\":[[\"capacity\"],\" plekken over\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" ingecheckt\"],\"RZ0JX3\":[[\"chipTime\"],\", uitverkocht\"],\"M4KnFs\":[[\"chipTime\"],\", Uitverkocht, wachtlijst beschikbaar\"],\"SeyN12\":[[\"completedCount\"],\" van \",[\"totalCount\"],\" stappen voltooid\"],\"wYzVwE\":[[\"count\"],\" add-ons\"],\"f2rhaD\":[[\"diffHr\"],\" u geleden\"],\"NRSLBe\":[[\"diffMin\"],\" min geleden\"],\"iYfwJE\":[[\"diffSec\"],\" s geleden\"],\"OJnhhX\":[[\"eventCount\"],\" evenementen\"],\"SqGPxF\":[[\"first\"],\" + nog \",[\"additionalCount\"]],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" deelnemers zijn aangemeld voor de betrokken sessies.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per bestelling\"],\"RBuxIl\":[[\"productCount\"],\" tickettypes ingesteld\"],\"VFLd0I\":[[\"slotCount\"],\" tijdstippen beschikbaar\"],\"3IEF7U\":[[\"totalCount\"],\" tickettypen\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" kosten\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" kosten en belasting\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" belasting\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 dag\",\"1d6kks\":\"+Belasting/Kosten\",\"B1St2O\":\"<0>Check-in lijsten helpen u de evenementtoegang te beheren per dag, gebied of tickettype. U kunt tickets koppelen aan specifieke lijsten zoals VIP-zones of Dag 1 passen en een beveiligde check-in link delen met personeel. Geen account vereist. Check-in werkt op mobiel, desktop of tablet, met behulp van een apparaatcamera of HID USB-scanner. \",\"v9VSIS\":\"<0>Stel een enkele totale aanwezigheidslimiet in die van toepassing is op meerdere tickettypen tegelijk.<1>Als u bijvoorbeeld een <2>Dagpas en een <3>Volledig Weekend ticket koppelt, halen ze beide uit dezelfde pool van plaatsen. Zodra de limiet is bereikt, stoppen alle gekoppelde tickets automatisch met verkopen.\",\"Il5Uid\":\"<0>Dit is het totale beschikbare aantal voor alle datums in je schema samen — geen limiet per datum. Om het aantal deelnemers per datum te beperken, stel je een capaciteit in op de <1>pagina Datumschema.\",\"ZnVt5v\":\"<0>Webhooks stellen externe services direct op de hoogte wanneer er iets gebeurt, zoals het toevoegen van een nieuwe deelnemer aan je CRM of mailinglijst na registratie, en zorgen zo voor naadloze automatisering.<1>Gebruik diensten van derden zoals <2>Zapier, <3>IFTTT of <4>Make om aangepaste workflows te maken en taken te automatiseren.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" tegen de huidige koers\"],\"M2DyLc\":\"1 Actieve webhook\",\"hMefp0\":\"1 add-on\",\"6hIk/x\":\"1 deelnemer is aangemeld voor de betrokken sessies.\",\"qOyE2U\":\"1 deelnemer is aangemeld voor deze sessie.\",\"943BwI\":\"1 dag na de einddatum\",\"yj3N+g\":\"1 dag na de startdatum\",\"Z3etYG\":\"1 dag voor het evenement\",\"szSnlj\":\"1 uur voor het evenement\",\"yTsaLw\":\"1 ticket\",\"nz96Ue\":\"1 tickettype\",\"InX5ad\":\"1 tickettype ingesteld\",\"y2Jh0m\":\"1 tijdstip beschikbaar\",\"cGtUz6\":\"1 week voor het evenement\",\"HR/cvw\":\"Voorbeeldstraat 123\",\"dgKxZ5\":\"Meer dan 135 valuta's en meer dan 40 betaalmethoden\",\"/d9gcz\":\"Een knoplabel is vereist wanneer een URL is ingesteld\",\"kMU5aM\":\"Een annuleringsmelding is verzonden naar\",\"o++0qa\":\"een wijziging in de duur\",\"WuWSX5\":\"Nog een paar stappen en je kunt beginnen met verkopen.\",\"RQ5kDd\":\"Een bericht dat wordt weergegeven wanneer er geen producten in deze categorie zijn.\",\"V53XzQ\":\"Er is een nieuwe verificatiecode naar je e-mail verzonden\",\"sr2Je0\":\"een verschuiving van start-/eindtijden\",\"/z/bH1\":\"Een korte beschrijving van je organisator die aan je gebruikers wordt getoond.\",\"3BKFn6\":\"Een URL is vereist wanneer een knoplabel is ingesteld\",\"RpjXTb\":\"Een weekdagpatroon\",\"aS0jtz\":\"Verlaten\",\"uyJsf6\":\"Over\",\"JvuLls\":\"Kosten absorberen\",\"lk74+I\":\"Kosten absorberen\",\"1uJlG9\":\"Accentkleur\",\"g3UF2V\":\"Accepteren\",\"K5+3xg\":\"Uitnodiging accepteren\",\"LuXP9q\":\"Toegang\",\"jzb4Ep\":[\"Account · \",[\"0\"]],\"UqH1Q6\":[\"Account · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"De accountverwijdering is geannuleerd.\",\"WtlP+7\":\"Accountverwijdering is geblokkeerd\",\"vOuxvL\":\"Accountinformatie\",\"F9cvwz\":\"Accountnaam\",\"EHNORh\":\"Account niet gevonden\",\"Hy1lfH\":\"Accounteigenaar\",\"bPwFdf\":\"Accounts\",\"pi/Iog\":[\"Accounts (\",[\"0\"],\")\"],\"AhwTa1\":\"Actie vereist: BTW-informatie nodig\",\"APyAR/\":\"Actieve evenementen\",\"kCl6ja\":\"Actieve betaalmethoden\",\"XJOV1Y\":\"Activiteit\",\"Eso+01\":[\"Voeg eerst \",[\"0\"],\" toe\"],\"eJ0IJA\":\"Voeg een omslagafbeelding en thema toe die bij je merk passen\",\"0YEoxS\":\"Een datum toevoegen\",\"ybegUq\":\"Voeg een beschrijving en locatie toe, zodat deelnemers weten wat ze kunnen verwachten\",\"nOZl6j\":\"Eén datum toevoegen\",\"CjvTPJ\":\"Nog een tijdstip toevoegen\",\"0XCduh\":\"Voeg minstens één tijdstip toe\",\"/chGpa\":\"Voeg de verbindingsgegevens voor het online evenement toe.\",\"UWWRyd\":\"Voeg aangepaste vragen toe om extra informatie te verzamelen tijdens het afrekenen\",\"Z/dcxc\":\"Datum toevoegen\",\"QeupRg\":\"Data toevoegen\",\"Q219NT\":\"Datums toevoegen\",\"yjB5VC\":\"Voeg datums en tijden toe voor je terugkerende evenement\",\"Z8idyM\":\"Details toevoegen\",\"wpirGs\":\"Evenementdetails toevoegen\",\"VX6WUv\":\"Locatie toevoegen\",\"GCQlV2\":\"Voeg meerdere tijdstippen toe als je meerdere sessies per dag houdt.\",\"7JF9w9\":\"Vraag toevoegen\",\"NLbIb6\":\"Deze deelnemer toch toevoegen (capaciteit negeren)\",\"6PNlRV\":\"Voeg dit evenement toe aan je agenda\",\"BGD9Yt\":\"Tickets toevoegen\",\"uIv4Op\":\"Voeg trackingpixels toe aan uw openbare evenementpagina's en organisator-homepage. Een cookietoestemmingsbanner wordt getoond aan bezoekers wanneer tracking actief is.\",\"QN2F+7\":\"Webhook toevoegen\",\"NsWqSP\":\"Voeg je sociale media en website-URL toe. Deze worden weergegeven op je openbare organisatorpagina.\",\"6JzKEV\":\"Alleen als add-on\",\"VkQex5\":\"Add-onproducten\",\"Y2K3rp\":\"Add-ons\",\"Z/ZU8N\":\"Toegevoegd bij het afrekenen\",\"bVjDs9\":\"Extra kosten\",\"MKqSg4\":\"Beheerderstoegang vereist\",\"0Zypnp\":\"Beheerders Dashboard\",\"tlFYEo\":\"Geeft deelnemers toegang tot je evenement\",\"YAV57v\":\"Affiliate\",\"I+utEq\":\"Affiliatecode kan niet worden gewijzigd\",\"/jHBj5\":\"Affiliate succesvol aangemaakt\",\"uCFbG2\":\"Affiliate succesvol verwijderd\",\"ld8I+f\":\"Partnerprogramma\",\"a41PKA\":\"Affiliateverkopen worden bijgehouden\",\"mJJh2s\":\"Affiliateverkopen worden niet bijgehouden. Dit deactiveert de affiliate.\",\"jabmnm\":\"Affiliate succesvol bijgewerkt\",\"CPXP5Z\":\"Affiliates\",\"9Wh+ug\":\"Affiliates geëxporteerd\",\"3cqmut\":\"Affiliates helpen je om verkopen van partners en influencers bij te houden. Maak affiliatecodes aan en deel ze om prestaties te monitoren.\",\"3e31kI\":\"Nadat je evenement is aangemaakt, kies je in het dashboard hoe vaak het zich herhaalt.\",\"z7GAMJ\":\"alle\",\"N40H+G\":\"Alle\",\"7rLTkE\":\"Alle gearchiveerde evenementen\",\"gKq1fa\":\"Alle deelnemers\",\"63gRoO\":\"Alle deelnemers van de geselecteerde sessies\",\"uWxIoH\":\"Alle deelnemers van deze datum\",\"pMLul+\":\"Alle valuta's\",\"sgUdRZ\":\"Alle datums\",\"e4q4uO\":\"Alle datums\",\"ZS/D7f\":\"Alle afgelopen evenementen\",\"QsYjci\":\"Alle evenementen\",\"31KB8w\":\"Alle mislukte taken verwijderd\",\"D2g7C7\":\"Alle taken in wachtrij voor opnieuw proberen\",\"B4RFBk\":\"Alle overeenkomende datums\",\"F1/VgK\":\"Alle datums\",\"OpWjMq\":\"Alle datums\",\"Sxm1lO\":\"Alle statussen\",\"dr7CWq\":\"Alle aankomende evenementen\",\"UBpkWM\":\"Alle gebruikers\",\"GpT6Uf\":\"Sta deelnemers toe om hun ticketinformatie (naam, e-mail) bij te werken via een beveiligde link die met hun orderbevestiging wordt verzonden.\",\"VZdky1\":\"Kopers toestaan hun gegevens naar alle deelnemers te kopiëren\",\"F3mW5G\":\"Klanten toestaan zich aan te melden voor een wachtlijst wanneer dit product is uitverkocht\",\"4CMO/q\":\"Klanten toestaan zich aan te melden voor een wachtlijst wanneer dit product is uitverkocht. Klanten melden zich aan voor de wachtlijst voor een specifieke datum.\",\"c4uJfc\":\"Bijna klaar! We wachten alleen nog tot je betaling is verwerkt. Dit duurt slechts enkele seconden.\",\"ocS8eq\":[\"Heeft u al een account? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Al toegevoegd\",\"/H326L\":\"Al terugbetaald\",\"USEpOK\":\"Gebruik je Stripe al bij een andere organisator? Hergebruik die koppeling.\",\"RtxQTF\":\"Deze bestelling ook annuleren\",\"jkNgQR\":\"Deze bestelling ook terugbetalen\",\"xYqsHg\":\"Altijd beschikbaar\",\"rrepBD\":\"Altijd in de verkoop\",\"Wvrz79\":\"Betaald bedrag\",\"Zkymb9\":\"Een e-mailadres om aan deze affiliate te koppelen. De affiliate wordt niet op de hoogte gesteld.\",\"vRznIT\":\"Er is een fout opgetreden tijdens het controleren van de exportstatus.\",\"OPFdAM\":\"Een optionele beschrijving van deze categorie die op de evenementpagina wordt weergegeven.\",\"eusccx\":\"Een optioneel bericht om weer te geven op het uitgelichte product, bijv. \\\"Snel uitverkocht 🔥\\\" of \\\"Beste waarde\\\"\",\"HZFm5R\":\"en\",\"l3LBtZ\":\"Inhoud van de aankondiging\",\"Th00L9\":\"Aankondiging aangemaakt\",\"p/XJYI\":\"Aankondiging verwijderd\",\"08iV57\":\"Titel van de aankondiging\",\"qLqgre\":\"Aankondiging bijgewerkt\",\"Dzr23X\":\"Aankondigingen\",\"asqL+J\":\"Anonimiseren\",\"QNrkms\":\"Antwoord succesvol bijgewerkt.\",\"+qygei\":\"Antwoorden\",\"GK7Lnt\":\"Antwoorden gegeven tijdens het afrekenen (bijv. maaltijdkeuze)\",\"lE8PgT\":\"Datums die je handmatig hebt aangepast, blijven behouden.\",\"jVoYha\":[\"toegepast — \",[\"0\"],\" korting op je bestelling\"],\"vP3Nzg\":[\"Geldt voor \",[\"0\"],\", niet-geannuleerde datums die nu op deze pagina geladen zijn.\"],\"kkVyZZ\":\"Geldt voor iedereen die de gedeelde check-inlink opent zonder ingelogd te zijn. Ingelogde teamleden zien altijd alles.\",\"je4muG\":[\"Geldt voor elke \",[\"0\"],\", niet-geannuleerde datum van dit evenement — ook voor datums die nu niet geladen zijn.\"],\"YIIQtt\":\"Wijzigingen toepassen\",\"NzWX1Y\":\"Toepassen op\",\"Ps5oDT\":\"Toepassen op alle tickets\",\"261RBr\":\"Bericht goedkeuren\",\"naCW6Z\":\"April\",\"B495Gs\":\"Archiveren\",\"5sNliy\":\"Evenement archiveren\",\"BrwnrJ\":\"Organisator archiveren\",\"E5eghW\":\"Archiveer dit evenement om het voor het publiek te verbergen. U kunt het later herstellen.\",\"eqFkeI\":\"Archiveer deze organisator. Dit archiveert ook alle evenementen van deze organisator.\",\"BzcxWv\":\"Gearchiveerde organisatoren\",\"9cQBd6\":\"Weet u zeker dat u dit evenement wilt archiveren? Het zal niet langer zichtbaar zijn voor het publiek.\",\"Trnl3E\":\"Weet u zeker dat u deze organisator wilt archiveren? Dit archiveert ook alle evenementen van deze organisator.\",\"wOvn+e\":[\"Weet je zeker dat je \",[\"count\"],\" datum(s) wilt annuleren? Betrokken deelnemers krijgen bericht per e-mail.\"],\"GTxE0U\":\"Weet je zeker dat je deze datum wilt annuleren? Betrokken deelnemers krijgen bericht per e-mail.\",\"VkSk/i\":\"Weet u zeker dat u dit geplande bericht wilt annuleren?\",\"0aVEBY\":\"Weet u zeker dat u alle mislukte taken wilt verwijderen?\",\"LchiNd\":\"Weet je zeker dat je deze affiliate wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt.\",\"U49Xd6\":\"Weet je zeker dat je deze aankondiging wilt verwijderen? Gebruikers zien deze dan niet meer.\",\"vPeW/6\":\"Weet u zeker dat u deze configuratie wilt verwijderen? Dit kan van invloed zijn op accounts die deze gebruiken.\",\"h42Hc/\":\"Weet je zeker dat je deze datum wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\",\"RiF/yT\":\"Weet je zeker dat je deze afbeelding wilt verwijderen?\",\"b3+Qku\":\"Weet je zeker dat je deze belasting of kosten wilt verwijderen? Ze worden niet meer toegepast op nieuwe bestellingen.\",\"JmVITJ\":\"Weet je zeker dat je deze sjabloon wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt en e-mails zullen terugvallen op de standaardsjabloon.\",\"aLS+A6\":\"Weet je zeker dat je deze sjabloon wilt verwijderen? Deze actie kan niet ongedaan worden gemaakt en e-mails zullen terugvallen op de organisator- of standaardsjabloon.\",\"5H3Z78\":\"Weet je zeker dat je deze webhook wilt verwijderen?\",\"147G4h\":\"Weet u zeker dat u wilt vertrekken?\",\"VDWChT\":\"Weet je zeker dat je deze organisator als concept wilt markeren? De organisatorpagina wordt dan onzichtbaar voor het publiek.\",\"pWtQJM\":\"Weet je zeker dat je deze organisator openbaar wilt maken? De organisatorpagina wordt dan zichtbaar voor het publiek.\",\"EOqL/A\":\"Weet je zeker dat je deze persoon een plek wilt aanbieden? Ze ontvangen een e-mailmelding.\",\"yAXqWW\":\"Weet je zeker dat je deze datum definitief wilt verwijderen? Dit kan niet ongedaan worden gemaakt.\",\"WFHOlF\":\"Weet je zeker dat je dit evenement wilt publiceren? Eenmaal gepubliceerd is het zichtbaar voor het publiek.\",\"4TNVdy\":\"Weet je zeker dat je dit organisatorprofiel wilt publiceren? Eenmaal gepubliceerd is het zichtbaar voor het publiek.\",\"8x0pUg\":\"Weet u zeker dat u dit item van de wachtlijst wilt verwijderen?\",\"cDtoWq\":[\"Weet u zeker dat u de orderbevestiging opnieuw wilt verzenden naar \",[\"0\"],\"?\"],\"xeIaKw\":[\"Weet u zeker dat u het ticket opnieuw wilt verzenden naar \",[\"0\"],\"?\"],\"BjbocR\":\"Weet u zeker dat u dit evenement wilt herstellen?\",\"7MjfcR\":\"Weet u zeker dat u deze organisator wilt herstellen?\",\"b7tkGp\":\"Weet je zeker dat je deze uitnodiging wilt intrekken?\",\"ExDt3P\":\"Weet je zeker dat je de publicatie van dit evenement wilt ongedaan maken? Het is dan niet meer zichtbaar voor het publiek.\",\"5Qmxo/\":\"Weet je zeker dat je de publicatie van dit organisatorprofiel wilt ongedaan maken? Het is dan niet meer zichtbaar voor het publiek.\",\"Uqefyd\":\"Bent u BTW-geregistreerd in de EU?\",\"+QARA4\":\"Kunst\",\"tLf3yJ\":\"Aangezien uw bedrijf gevestigd is in Ierland, is Ierse BTW van 23% automatisch van toepassing op alle platformkosten.\",\"tMeVa/\":\"Vraag naar naam en email voor elk gekocht ticket\",\"ui5ln+\":\"Ander plan toewijzen\",\"9Jxliv\":\"Plan toewijzen\",\"xdiER7\":\"Toegewezen niveau\",\"F2rX0R\":\"Er moet minstens één evenement type worden geselecteerd\",\"Z44eZS\":\"Er moet minstens één product beschikbaar blijven voor deze datum. Wil je de datum ontoegankelijk maken, annuleer hem dan in de planning.\",\"BCmibk\":\"Pogingen\",\"6PecK3\":\"Aanwezigheid en incheckpercentages voor alle evenementen\",\"K2tp3v\":\"deelnemer\",\"AJ4rvK\":\"Deelnemer geannuleerd\",\"qvylEK\":\"Deelnemer Gemaakt\",\"Aspq3b\":\"Verzameling deelnemergegevens\",\"fpb0rX\":\"Deelnemergegevens gekopieerd van bestelling\",\"94aQMU\":\"Deelnemersinformatie\",\"KkrBiR\":\"Verzameling deelnemersinformatie\",\"sjPjOg\":\"Notities over deelnemer\",\"cosfD8\":\"Deelnemersstatus\",\"D2qlBU\":\"Deelnemer bijgewerkt\",\"22BOve\":\"Deelnemer succesvol bijgewerkt\",\"x8Vnvf\":\"Ticket van deelnemer niet opgenomen in deze lijst\",\"/Ywywr\":\"deelnemers\",\"zLRobu\":\"deelnemers ingecheckt\",\"k3Tngl\":\"Geëxporteerde bezoekers\",\"UoIRW8\":\"Deelnemers geregistreerd\",\"5UbY+B\":\"Deelnemers met een specifiek ticket\",\"4HVzhV\":\"Deelnemers:\",\"HVkhy2\":\"Attributie-analyse\",\"dMMjeD\":\"Attributie-uitsplitsing\",\"1oPDuj\":\"Attributiewaarde\",\"cHfbVT\":\"Doelgroep\",\"DBHTm/\":\"Augustus\",\"JgREph\":\"Automatisch aanbod is ingeschakeld\",\"V7Tejz\":\"Wachtlijst automatisch verwerken\",\"PZ7FTW\":\"Automatisch gedetecteerd op basis van achtergrondkleur, maar kan worden overschreven\",\"zlnTuI\":\"Bied automatisch tickets aan de volgende persoon aan wanneer er capaciteit beschikbaar komt. Indien uitgeschakeld, kunt u de wachtlijst handmatig verwerken vanaf de Wachtlijstpagina.\",\"csDS2L\":\"Beschikbaar\",\"Xp+ywP\":\"Beschikbaar zodra de betaling is voltooid\",\"dwDH1K\":[\"Beschikbare tijdstippen op \",[\"dayName\"]],\"clF06r\":\"Beschikbaar voor terugbetaling\",\"NB5+UG\":\"Beschikbare Tokens\",\"L+wGOG\":\"In afwachting\",\"qcw2OD\":\"Betaling in afwachting\",\"kNmmvE\":\"Awesome Events B.V.\",\"TeSaQO\":\"Terug naar Accounts\",\"kYqM1A\":\"Terug naar evenement\",\"s5QRF3\":\"Terug naar berichten\",\"td/bh+\":\"Terug naar rapporten\",\"nsm7BA\":\"Terug naar zoeken\",\"imjKVx\":\"Bankrekening gekoppeld\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"De bannerinhoud mag maximaal 200 tekens bevatten\",\"p2OLF3\":\"Basisprijs\",\"D9LTCH\":\"Basisprijs\",\"hviJef\":\"Op basis van de algemene verkoopperiode hierboven, niet per datum\",\"jIPNJG\":\"Basisinformatie\",\"lINGcL\":\"Omdat dit account voltooide bestellingen heeft, worden transactiegegevens (bedragen, datums en factuurgegevens) in geanonimiseerde vorm bewaard voor juridische en fiscale doeleinden. Alle persoonlijke gegevens worden permanent verwijderd.\",\"UabgBd\":\"Hoofdtekst is verplicht\",\"HWXuQK\":\"Voeg deze pagina toe aan je bladwijzers om je bestelling op elk moment te beheren.\",\"CUKVDt\":\"Pas je tickets aan met een eigen logo, kleuren en voettekst.\",\"4BZj5p\":\"Ingebouwde fraudebescherming\",\"cr7kGH\":\"Bulkbewerking\",\"1Fbd6n\":\"Datums in bulk bewerken\",\"Eq6Tu9\":\"Bulkupdate mislukt.\",\"9N+p+g\":\"Zakelijk\",\"SWnN1L\":\"Bedrijfsadres\",\"kQekXw\":\"Bedrijfsnaam\",\"3W/QV7\":\"Knoplabel\",\"bv6RXK\":\"Knop Label\",\"ChDLlO\":\"Knoptekst\",\"MOht10\":\"Knop-URL\",\"BUe8Wj\":\"Koper betaalt\",\"DkL8mp\":\"Kopers kunnen deze aan hun bestelling toevoegen wanneer ze dit product kiezen tijdens het afrekenen.\",\"qF1qbA\":\"Kopers zien een schone prijs. De platformkosten worden afgetrokken van uw uitbetaling.\",\"dg05rc\":\"Door trackingpixels toe te voegen, erkent u dat u en dit platform gezamenlijke verwerkingsverantwoordelijken zijn van de verzamelde gegevens. U bent verantwoordelijk voor het waarborgen van een rechtmatige grondslag voor deze verwerking onder toepasselijke privacywetgeving (AVG, CCPA, enz.).\",\"DFqasq\":[\"Door verder te gaan, gaat u akkoord met de <0>\",[\"0\"],\" Servicevoorwaarden\"],\"CetOZE\":\"Per tickettype\",\"lFdbRS\":\"Applicatiekosten omzeilen\",\"AjVXBS\":\"Kalender\",\"2VLZwd\":\"Call-to-Action Knop\",\"rT2cV+\":\"Camera\",\"7hYa9y\":\"Toegang tot de camera is geweigerd. <0>Vraag opnieuw toestemming of geef deze pagina cameratoegang in je browserinstellingen.\",\"D02dD9\":\"Campagne\",\"RRPA79\":\"Inchecken niet mogelijk\",\"OcVwAd\":[[\"count\"],\" datum(s) annuleren\"],\"H4nE+E\":\"Alle producten annuleren en terugzetten in de beschikbare pool\",\"Py78q9\":\"Datum annuleren\",\"lUjTpS\":\"Verwijdering annuleren\",\"5YkF5G\":\"Verwijderingsverzoek annuleren\",\"tOXAdc\":\"Annuleren zal alle deelnemers geassocieerd met deze bestelling annuleren en de tickets terugzetten in de beschikbare pool.\",\"FPpqc7\":[\"Bezig met annuleren van \",[\"0\"],\" datum(s). Dit kan even duren.\"],\"01sEfm\":\"Kan de standaardsysteemconfiguratie niet verwijderen\",\"VsM1HH\":\"Capaciteitstoewijzingen\",\"9bIMVF\":\"Capaciteitsbeheer\",\"H7K8og\":\"De capaciteit moet 0 of hoger zijn\",\"nzao08\":\"capaciteitsupdates\",\"4cp9NP\":\"Gebruikte capaciteit\",\"K7tIrx\":\"Categorie\",\"DRK3Bq\":\"Categorie verwijderd\",\"o+XJ9D\":\"Wijzigen\",\"kJkjoB\":\"Duur wijzigen\",\"J0KExZ\":\"Deelnemerslimiet wijzigen\",\"ssospy\":\"Tijd wijzigen\",\"CIHJJf\":\"Wachtlijstinstellingen wijzigen\",\"B5icLR\":[\"Duur gewijzigd voor \",[\"count\"],\" datum(s)\"],\"Kb+0BT\":\"Betalingen\",\"2tbLdK\":\"Liefdadigheid\",\"BPWGKn\":\"Inchecken\",\"6uFFoY\":\"Uitchecken\",\"FjAlwK\":[\"Bekijk dit evenement: \",[\"0\"]],\"v4fiSg\":\"Controleer je e-mail\",\"51AsAN\":\"Controleer je inbox! Als er tickets gekoppeld zijn aan dit e-mailadres, ontvang je een link om ze te bekijken.\",\"Y3FYXy\":\"Check-in\",\"udRwQs\":\"Gecreëerd inchecken\",\"F4SRy3\":\"Check-in verwijderd\",\"as6XfO\":[\"De check-in van \",[\"0\"],\" is ongedaan gemaakt\"],\"9s/wrQ\":\"Check-ingeschiedenis\",\"Wwztk4\":\"Check-inlijst\",\"9gPPUY\":\"Check-In Lijst Aangemaakt!\",\"dwjiJt\":\"Info over check-inlijst\",\"7od0PV\":\"check-inlijsten\",\"f2vU9t\":\"Inchecklijsten\",\"XprdTn\":\"Check-innavigatie\",\"5tV1in\":\"Check-involtgang\",\"SHJwyq\":\"Incheckpercentage\",\"qCqdg6\":\"Incheck Status\",\"cKj6OE\":\"Incheckoverzicht\",\"7B5M35\":\"Check-Ins\",\"VrmydS\":\"Ingecheckt\",\"DM4gBB\":\"Chinees (Traditioneel)\",\"p8Jvp4\":\"Kies een configuratie\",\"ElShBO\":\"Kies een andere actie\",\"pHEhf+\":\"Kies een lettertype dat past bij je merk. Lettertypen worden zelf gehost via Bunny Fonts.\",\"Zok1Gx\":\"Kies een organisator\",\"pkk46Q\":\"Kies een organisator\",\"Ag32+c\":\"Kies een andere datum\",\"Crr3pG\":\"Kies agenda\",\"Z38ZJu\":\"Kies hoe de evenementdatum op het ticket wordt weergegeven\",\"LAW8Vb\":\"Kies de standaardinstelling voor nieuwe evenementen. Dit kan per evenement worden overschreven.\",\"pjp2n5\":\"Kies wie de platformkosten betaalt. Dit heeft geen invloed op extra kosten die u in uw accountinstellingen hebt geconfigureerd.\",\"xCJdfg\":\"Wissen\",\"QyOWu9\":\"Locatie wissen — terugvallen op de standaard van het evenement\",\"V8yTm6\":\"Zoekopdracht wissen\",\"kmnKnX\":\"Bij wissen vervalt elke aanpassing per datum. Betrokken datums vallen terug op de standaardlocatie van het evenement.\",\"/o+aQX\":\"Klik om te annuleren\",\"gD7WGV\":\"Klik om weer open te stellen voor verkoop\",\"CySr+W\":\"Klik om notities te bekijken\",\"RG3szS\":\"sluiten\",\"RWw9Lg\":\"Sluit venster\",\"XwdMMg\":\"Code mag alleen letters, cijfers, streepjes en underscores bevatten\",\"+yMJb7\":\"Code is verplicht\",\"m9SD3V\":\"Code moet minimaal 3 tekens bevatten\",\"V1krgP\":\"Code mag maximaal 20 tekens bevatten\",\"psqIm5\":\"Werk samen met je team om geweldige evenementen te organiseren.\",\"4bUH9i\":\"Verzamel deelnemersgegevens voor elk gekocht ticket.\",\"TkfG8v\":\"Gegevens per bestelling verzamelen\",\"96ryID\":\"Gegevens per ticket verzamelen\",\"FpsvqB\":\"Kleurmodus\",\"jEu4bB\":\"Kolommen\",\"CWk59I\":\"Comedy\",\"rPA+Gc\":\"Communicatievoorkeuren\",\"zFT5rr\":\"voltooid\",\"bUQMpb\":\"Stripe-installatie afronden\",\"744BMm\":\"Voltooi je bestelling om je tickets veilig te stellen. Dit aanbod is tijdelijk, dus wacht niet te lang.\",\"5YrKW7\":\"Voltooi je betaling om je tickets veilig te stellen.\",\"xGU92i\":\"Voltooi uw profiel om deel te nemen aan het team.\",\"QOhkyl\":\"Opstellen\",\"ih35UP\":\"Conferentiecentrum\",\"ywFj2D\":\"Configuratie\",\"WTw0bB\":\"Configuratie toegewezen\",\"X1zdE7\":\"Configuratie succesvol aangemaakt\",\"mLBUMQ\":\"Configuratie succesvol verwijderd\",\"UIENhw\":\"Configuratienamen zijn zichtbaar voor eindgebruikers. Vaste kosten worden omgerekend naar de ordervaluta tegen de huidige wisselkoers.\",\"eeZdaB\":\"Configuratie succesvol bijgewerkt\",\"3cKoxx\":\"Configuraties\",\"8v2LRU\":\"Configureer evenementdetails, locatie, afrekenopties en e-mailmeldingen.\",\"raw09+\":\"Configureer hoe deelnemergegevens worden verzameld tijdens het afrekenen\",\"FI60XC\":\"Belastingen en kosten configureren\",\"av6ukY\":\"Stel in welke producten beschikbaar zijn voor deze datum en pas eventueel de prijzen aan.\",\"NGXKG/\":\"Bevestig e-mailadres\",\"JRQitQ\":\"Bevestig nieuw wachtwoord\",\"Auz0Mz\":\"Bevestig je e-mailadres om toegang te krijgen tot alle functies.\",\"7+grte\":\"Bevestigingsmail verzonden! Controleer je inbox.\",\"n/7+7Q\":\"Bevestiging verzonden naar\",\"x3wVFc\":\"Gefeliciteerd! Je evenement is nu zichtbaar voor het publiek.\",\"0W2NQP\":\"Bank koppelen\",\"/K4Vqr\":\"Verbind Stripe om betalingen te accepteren\",\"nQI4H5\":\"Verbind Stripe om sjabloonbewerking van e-mails in te schakelen\",\"LmvZ+E\":\"Verbind Stripe om berichten in te schakelen\",\"peBIO+\":\"Koppel Stripe om ticketbetalingen rechtstreeks op je bankrekening te ontvangen.\",\"DNeN8t\":\"Koppel je bank om ticketverkopen rechtstreeks op je rekening te ontvangen\",\"DARj+w\":\"Verkeerd Stripe-account gekoppeld? Ontkoppel het en begin opnieuw.\",\"X1y8JF\":\"Verbindingsgegevens zijn verplicht voor online datums\",\"fjfBOm\":\"Verbindingsgegevens zijn verplicht voor online evenementen\",\"jfC/xh\":\"Contact\",\"LOFgda\":[\"Contact \",[\"0\"]],\"41BQ3k\":\"Contact e-mail\",\"4b3oEV\":\"Inhoud\",\"13CIgI\":\"Inhoud is verplicht\",\"m8WD6t\":\"Doorgaan met instellen\",\"0GwUT4\":\"Verder naar afrekenen\",\"sBV87H\":\"Ga door naar evenement aanmaken\",\"nKtyYu\":\"Ga door naar de volgende stap\",\"F3/nus\":\"Doorgaan naar betaling\",\"s30OcA\":\"Bepaal hoe datums en tijden op de evenementpagina worden weergegeven\",\"p2FRHj\":\"Bepaal hoe platformkosten worden behandeld voor dit evenement\",\"NqfabH\":\"Bepaal wie er binnenkomt op deze datum\",\"fmYxZx\":\"Bepaal wie er binnenkomt, en wanneer\",\"1JnTgU\":\"Gekopieerd van boven\",\"FxVG/l\":\"Gekopieerd naar klembord\",\"PiH3UR\":\"Gekopieerd!\",\"4i7smN\":\"Account-ID kopiëren\",\"uUPbPg\":\"Kopieer affiliatelink\",\"iVm46+\":\"Kopieer code\",\"cF2ICc\":\"Klantlink kopiëren\",\"+2ZJ7N\":\"Kopieer gegevens naar eerste deelnemer\",\"ZN1WLO\":\"Kopieer Email\",\"y1eoq1\":\"Link kopiëren\",\"tUGbi8\":\"Mijn gegevens kopiëren naar:\",\"y22tv0\":\"Kopieer deze link om hem overal te delen\",\"/4gGIX\":\"Kopiëren naar klembord\",\"e0f4yB\":\"Kon locatie niet verwijderen\",\"vkiDx2\":\"De bulkupdate kon niet worden voorbereid.\",\"KOavaU\":\"Kon adresgegevens niet ophalen\",\"/lq4oO\":\"Datum kon niet worden opgeslagen\",\"mHu0az\":\"Verificatie-e-mail kon niet worden verzonden. Probeer het opnieuw.\",\"QOIm+S\":\"De aantallen omvatten alle aankomende datums. Iedereen krijgt een plek aangeboden voor de datum waarvoor hij of zij zich heeft aangemeld.\",\"P0rbCt\":\"Omslagafbeelding\",\"p4kqHr\":\"Omslagafbeelding toegevoegd\",\"60u+dQ\":\"Omslagafbeelding wordt bovenaan je evenementpagina weergegeven\",\"2NLjA6\":\"De omslagafbeelding wordt bovenaan je organisatorpagina weergegeven\",\"GkrqoY\":\"Geldt voor alle tickets\",\"zg4oSu\":[\"Maak \",[\"0\"],\" Sjabloon\"],\"RKKhnW\":\"Maak een aangepaste widget om tickets te verkopen op je site.\",\"jqhTmw\":\"Een lijst maken voor deze datum\",\"PhioFp\":\"Maak een nieuwe check-inlijst voor een actieve sessie, of neem contact op met de organisator als je denkt dat dit een vergissing is.\",\"yIRev4\":\"Maak een wachtwoord aan\",\"j7xZ7J\":\"Maak extra organisatoren aan om afzonderlijke merken, afdelingen of evenementenreeksen onder één account te beheren. Elke organisator heeft zijn eigen evenementen, instellingen en openbare pagina.\",\"xfKgwv\":\"Affiliate aanmaken\",\"GT/OIA\":\"Maak een aankondiging om een bericht aan je gebruikers te tonen.\",\"tudG8q\":\"Maak en configureer tickets en merchandise voor verkoop.\",\"Q4VlI/\":\"Aankondiging aanmaken\",\"YAl9Hg\":\"Configuratie aanmaken\",\"BTne9e\":\"Maak aangepaste e-mailsjablonen voor dit evenement die de organisator-standaarden overschrijven\",\"YIDzi/\":\"Maak Aangepaste Sjabloon\",\"tsGqx5\":\"Datum aanmaken\",\"Nc3l/D\":\"Maak kortingen, toegangscodes voor verborgen tickets en speciale aanbiedingen.\",\"PybJS2\":\"Evenement aanmaken\",\"abGAgf\":\"Maak meer tickets of producten aan om ze als add-on aan te bieden\",\"eWEV9G\":\"Nieuw wachtwoord aanmaken\",\"utHSNE\":\"Schema aanmaken\",\"8AiKIu\":\"Maak ticket of product aan\",\"/HGmW9\":\"Maak traceerbare links om partners te belonen die je evenement promoten.\",\"dkAPxi\":\"Webhook maken\",\"5slqwZ\":\"Maak je evenement aan\",\"JQNMrj\":\"Maak je eerste evenement\",\"CCjxOC\":\"Maak je eerste evenement aan om tickets te verkopen en deelnemers te beheren.\",\"ZCSSd+\":\"Maak je eigen evenement\",\"qdv10s\":[[\"0\"],\" data worden aangemaakt. Dit kan even duren.\"],\"67NsZP\":\"Evenement aanmaken...\",\"H34qcM\":\"Organisator aanmaken...\",\"1YMS+X\":\"Je evenement wordt aangemaakt, even geduld\",\"yiy8Jt\":\"Je organisatorprofiel wordt aangemaakt, even geduld\",\"lfLHNz\":\"CTA label is verplicht\",\"0xLR6W\":\"Momenteel toegewezen\",\"iTvh6I\":\"Momenteel beschikbaar voor aankoop\",\"A42Dqn\":\"Eigen huisstijl\",\"Guo0lU\":\"Aangepaste datum en tijd\",\"WDMdn8\":\"Eigen vragen\",\"O6mra8\":\"Aangepaste vragen\",\"axv/Mi\":\"Aangepaste sjabloon\",\"2YeVGY\":\"Klantlink gekopieerd naar klembord\",\"QMHSMS\":\"Klant ontvangt een e-mail ter bevestiging van de terugbetaling\",\"NihQNk\":\"Klanten\",\"hINN++\":\"Pagina aanpassen\",\"7gsjkI\":\"Pas de e-mails aan die naar uw klanten worden verzonden met behulp van Liquid-sjablonen. Deze sjablonen worden gebruikt als standaard voor alle evenementen in uw organisatie.\",\"xJaTUK\":\"Pas de lay-out, kleuren en branding van je evenement homepage aan.\",\"MXZfGN\":\"Pas de vragen tijdens het afrekenen aan om belangrijke informatie van je deelnemers te verzamelen.\",\"iX6SLo\":\"Pas de tekst op de knop 'Doorgaan' aan\",\"R8H7yL\":\"Pas de tekst aan van de zwevende knop die naar het ticketgedeelte scrolt\",\"pxNIxa\":\"Pas uw e-mailsjabloon aan met Liquid-sjablonen\",\"3trPKm\":\"Pas het uiterlijk van je organisatorpagina aan\",\"U0sC6H\":\"Dagelijks\",\"/gWrVZ\":\"Dagelijkse omzet, belastingen, kosten en terugbetalingen voor alle evenementen\",\"zgCHnE\":\"Dagelijks verkooprapport\",\"nHm0AI\":\"Dagelijkse uitsplitsing naar verkoop, belasting en kosten\",\"1aPnDT\":\"Dans\",\"pvnfJD\":\"Donker\",\"MaB9wW\":\"Annulering van datum\",\"e6cAxJ\":\"Datum geannuleerd\",\"81jBnC\":\"Datum geannuleerd\",\"a/C/6R\":\"Datum aangemaakt\",\"IW7Q+u\":\"Datum verwijderd\",\"rngCAz\":\"Datum verwijderd\",\"vHbfoQ\":\"Datum opnieuw geactiveerd\",\"hvah+S\":\"Datum weer opengesteld voor verkoop\",\"Ez0YsD\":\"Datum bijgewerkt\",\"JxwIlL\":\"datums\",\"Te33mU\":\"Datums worden per stuk beheerd\",\"91zCxb\":\"Dagen met sessies\",\"/ITcnz\":\"dag\",\"H7OUPr\":\"Dag\",\"JtHrX9\":\"Dag van de maand\",\"J/Upwb\":\"dagen\",\"V3VGYb\":\"Dagen van de maand\",\"r6zgGo\":\"December\",\"jbq7j2\":\"Weigeren\",\"WGD1Al\":\"Verlagen\",\"gJY4YL\":\"Aantal verlagen\",\"ovBPCi\":\"Standaard\",\"JtI4vj\":\"Standaard verzameling deelnemersinformatie\",\"ULjv90\":\"Standaardcapaciteit per datum\",\"3R/Tu2\":\"Standaard kostenafhandeling\",\"1bZAZA\":\"Standaardsjabloon wordt gebruikt\",\"3Biswm\":\"Standaardwaarden\",\"HNlEFZ\":\"verwijderen\",\"KpnwJK\":[\"\\\"\",[\"0\"],\"\\\" verwijderen?\"],\"BlII4o\":[[\"count\"],\" geselecteerde datum(s) verwijderen? Datums met bestellingen worden overgeslagen. Dit kan niet ongedaan worden gemaakt.\"],\"ZDGm40\":\"Account verwijderen\",\"vu7gDm\":\"Verwijder affiliate\",\"KZN4Lc\":\"Alles verwijderen\",\"6EkaOO\":\"Datum verwijderen\",\"io0G93\":\"Evenement verwijderen\",\"+jw/c1\":\"Verwijder afbeelding\",\"hdyeZ0\":\"Taak verwijderen\",\"xxjZeP\":\"Locatie verwijderen\",\"sY3tIw\":\"Organisator verwijderen\",\"UBv8UK\":\"Definitief verwijderen\",\"dPyJ15\":\"Sjabloon Verwijderen\",\"IQTR34\":\"Deze categorie verwijderen? Alle producten erin worden ook verwijderd. Dit kan niet ongedaan worden gemaakt.\",\"/1wMxk\":\"Dit product verwijderen? Dit kan niet ongedaan worden gemaakt.\",\"mxsm1o\":\"Deze vraag verwijderen? Dit kan niet ongedaan worden gemaakt.\",\"snMaH4\":\"Webhook verwijderen\",\"LIZZLY\":[[\"0\"],\" datum(s) verwijderd\"],\"loLVyU\":\"Verwijderd account\",\"IlUuGb\":\"Het verwijderen van je account deactiveert het onmiddellijk: alle gepubliceerde evenementen worden gedepubliceerd en de toegang wordt uitgeschakeld. Na een respijtperiode van 30 dagen wordt de verwijdering definitief. Je kunt binnen die 30 dagen op elk moment annuleren.\",\"nMdIuB\":\"Verwijdering in wachtrij voor uitvoering\",\"/U002t\":\"Verwijderingsverzoek geannuleerd\",\"PBA62s\":\"Verwijderingsverzoeken\",\"7w0Wev\":\"Beschrijving en locatie toegevoegd\",\"vYgeDk\":\"Deselecteer alles\",\"NvuEhl\":\"Ontwerpelementen\",\"H8kMHT\":\"Geen code ontvangen?\",\"G8KNgd\":\"Andere locatie\",\"E/QGRL\":\"Uitgeschakeld\",\"bzSI52\":\"Verwerpen\",\"0EcUWz\":\"Wijzigingen verwerpen?\",\"+K0AvT\":\"Ontkoppelen\",\"cALvbl\":\"Stripe-account ontkoppelen\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Aankondiging sluiten\",\"nZJ8tu\":\"Installatiechecklist verbergen\",\"QotGhf\":\"Dit bericht negeren\",\"J6hrEy\":\"Gesloten\",\"BREO0S\":\"Toon een selectievakje waarmee klanten zich kunnen aanmelden voor marketingcommunicatie van deze evenementenorganisator.\",\"HtaSQp\":\"Toont hoeveel plekken er per datum over zijn in de ticketwidget. Je kunt dit per datum aanpassen.\",\"pfa8F0\":\"Weergavenaam\",\"Kdpf90\":\"Niet vergeten!\",\"352VU2\":\"Heeft u geen account? <0>Aanmelden\",\"AXXqG+\":\"Donatie\",\"DPfwMq\":\"Klaar\",\"JoPiZ2\":\"Instructies voor deurpersoneel\",\"2+O9st\":\"Download verkoop-, deelnemer- en financiële rapporten voor alle voltooide bestellingen.\",\"eneWvv\":\"Concept\",\"Ts8hhq\":\"Vanwege het hoge risico op spam moet u een Stripe-account verbinden voordat u e-mailsjablonen kunt wijzigen. Dit is om ervoor te zorgen dat alle evenementorganisatoren geverifieerd en verantwoordelijk zijn.\",\"TnzbL+\":\"Vanwege het hoge risico op spam moet u een Stripe-account koppelen voordat u berichten naar deelnemers kunt sturen.\\nDit is om ervoor te zorgen dat alle evenementorganisatoren geverifieerd en verantwoordelijk zijn.\",\"euc6Ns\":\"Dupliceren\",\"YueC+F\":\"Datum dupliceren\",\"KRmTkx\":\"Dupliceer product\",\"Jd3ymG\":\"De duur moet minstens 1 minuut zijn.\",\"KIjvtr\":\"Nederlands\",\"22xieU\":\"bijv. 180 (3 uur)\",\"MCx4ov\":\"bijv. Meer informatie\",\"/zajIE\":\"bijv. Ochtendsessie\",\"XDHATF\":\"bijv. Nieuwe functie: wachtlijsten\",\"tAtvUj\":\"bijv. Gepland onderhoud deze zaterdag van 2-4 uur UTC\",\"SPKbfM\":\"bijv. Tickets kopen, Nu registreren\",\"fc7wGW\":\"bijv. Belangrijke update over uw tickets\",\"54MPqC\":\"bijv. Standaard, Premium, Enterprise\",\"3RQ81z\":\"Elke persoon ontvangt een e-mail met een gereserveerde plek om de aankoop te voltooien.\",\"Xfsjel\":\"Elk product\",\"5oD9f/\":\"Eerder\",\"LTzmgK\":[\"Bewerk \",[\"0\"],\" Sjabloon\"],\"v4+lcZ\":\"Bewerk affiliate\",\"ndNHsK\":\"Aankondiging bewerken\",\"2iZEz7\":\"Antwoord bewerken\",\"t2bbp8\":\"Deelnemer bewerken\",\"etaWtB\":\"Deelnemergegevens bewerken\",\"+guao5\":\"Configuratie bewerken\",\"1Mp/A4\":\"Datum bewerken\",\"m0ZqOT\":\"Locatie bewerken\",\"8oivFT\":\"Locatie bewerken\",\"vRWOrM\":\"Bestelgegevens bewerken\",\"pHm0k9\":\"Schema bewerken\",\"fW5sSv\":\"Webhook bewerken\",\"nP7CdQ\":\"Webhook bewerken\",\"MRZxAn\":\"Bewerkt\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Educatie\",\"iiWXDL\":\"Geschiktheidsfouten\",\"zPiC+q\":\"In Aanmerking Komende Incheck Lijsten\",\"SiVstt\":\"E-mail en geplande berichten\",\"V2sk3H\":\"E-mail & Sjablonen\",\"hbwCKE\":\"E-mailadres gekopieerd naar klembord\",\"dSyJj6\":\"E-mailadressen komen niet overeen\",\"elW7Tn\":\"E-mail Hoofdtekst\",\"ZsZeV2\":\"E-mail is verplicht\",\"Be4gD+\":\"E-mail Voorbeeld\",\"6IwNUc\":\"E-mail Sjablonen\",\"H/UMUG\":\"E-mailverificatie vereist\",\"PLEl94\":\"E-mail geverifieerd\",\"L86zy2\":\"E-mail succesvol geverifieerd!\",\"FSN4TS\":\"Widget insluiten\",\"z9NkYY\":\"Insluitbare widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Een emoji is vereist voor modals\",\"Qj0GKe\":\"Zelfbediening voor deelnemers inschakelen\",\"hEtQsg\":\"Zelfbediening voor deelnemers standaard inschakelen\",\"Upeg/u\":\"Schakel deze sjabloon in voor het verzenden van e-mails\",\"7dSOhU\":\"Wachtlijst inschakelen\",\"RxzN1M\":\"Ingeschakeld\",\"sGjBEq\":\"Einddatum & tijd (optioneel)\",\"PKXt9R\":\"Einddatum moet na begindatum liggen\",\"vTL8gi\":\"Eindtijd\",\"48Y16Q\":\"Eindtijd (optioneel)\",\"TbaYrr\":[\"Afgelopen \",[\"0\"]],\"CFgwiw\":[\"Eindigt \",[\"0\"]],\"SqOIQU\":\"Vul een capaciteit in of kies onbeperkt.\",\"h37gRz\":\"Vul een label in of kies ervoor het te verwijderen.\",\"7YZofi\":\"Voer een onderwerp en hoofdtekst in om het voorbeeld te zien\",\"khyScF\":\"Geef op met hoeveel tijd je wilt verschuiven.\",\"SKx/0u\":\"Voer een locatienaam of adres in\",\"ppwojw\":\"Voer een locatienaam of adres in voor fysieke evenementen\",\"j+eCIq\":\"Adres handmatig invoeren\",\"3bR1r4\":\"Voer affiliate e-mail in (optioneel)\",\"ARkzso\":\"Voer affiliatenaam in\",\"ej4L8b\":\"Capaciteit invullen\",\"6KnyG0\":\"Voer e-mail in\",\"INDKM9\":\"Voer e-mailonderwerp in...\",\"xUgUTh\":\"Voer voornaam in\",\"9/1YKL\":\"Voer achternaam in\",\"VpwcSk\":\"Voer nieuw wachtwoord in\",\"kWg31j\":\"Voer unieke affiliatecode in\",\"C3nD/1\":\"Voer je e-mailadres in\",\"VmXiz4\":\"Voer uw e-mailadres in en wij sturen u instructies om uw wachtwoord opnieuw in te stellen.\",\"n9V+ps\":\"Voer je naam in\",\"IdULhL\":\"Voer uw BTW-nummer in inclusief de landcode, zonder spaties (bijv. NL123456789B01, DE123456789)\",\"RRlWVA\":\"Volledige bestelling\",\"o21Y+P\":\"items\",\"X88/6w\":\"Inschrijvingen verschijnen hier wanneer klanten zich aanmelden voor de wachtlijst van uitverkochte producten.\",\"LslKhj\":\"Fout bij het laden van logboeken\",\"BkEWfd\":\"Esc om te sluiten\",\"VCNHvW\":\"Evenement gearchiveerd\",\"ZD0XSb\":\"Evenement succesvol gearchiveerd\",\"WgD6rb\":\"Evenementcategorie\",\"b46pt5\":\"Evenement coverafbeelding\",\"NAUIJ7\":\"Evenement aangemaakt\",\"1b77ID\":\"Evenement aangemaakt\",\"1Hzev4\":\"Evenement aangepaste sjabloon\",\"+v+GW0\":\"Weergave van de evenementdatum\",\"7u9/DO\":\"Evenement succesvol verwijderd\",\"imgKgl\":\"Evenementbeschrijving\",\"IzR/Fc\":\"Volledige looptijd\",\"PYs3rP\":\"Evenementnaam\",\"HhwcTQ\":\"Naam van het evenement\",\"WZZzB6\":\"Evenementnaam is verplicht\",\"Wd5CDM\":\"Evenementnaam moet minder dan 150 tekens bevatten\",\"4JzCvP\":\"Evenement niet beschikbaar\",\"mImacG\":\"Evenementpagina\",\"Hk9Ki/\":\"Evenement succesvol hersteld\",\"JyD0LH\":\"Evenement instellingen\",\"XVLu2v\":\"Evenement titel\",\"OfmsI9\":\"Evenement te nieuw\",\"4SILkp\":\"Totalen van het evenement\",\"YDVUVl\":\"Soorten evenementen\",\"+HeiVx\":\"Evenement bijgewerkt\",\"19j6uh\":\"Evenementenprestaties\",\"PC3/fk\":\"Evenementen die beginnen in de komende 24 uur\",\"CRsuq4\":\"Elke\",\"nwiZdc\":[\"Elke \",[\"0\"]],\"B2jjf8\":[\"Elke \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Elke \",[\"0\"],\" dagen\"],\"yLiYx+\":[\"Elke \",[\"0\"],\" maanden\"],\"nn9ice\":[\"Elke \",[\"0\"],\" weken\"],\"Cdr8f9\":[\"Elke \",[\"0\"],\" weken op \",[\"1\"]],\"GVEHRk\":[\"Elke \",[\"0\"],\" jaar\"],\"XlRpgq\":[\"Elke \",[\"cadenceUnit\"]],\"fTFfOK\":\"Elke e-mailsjabloon moet een call-to-action knop bevatten die linkt naar de juiste pagina\",\"hHTPiT\":\"Al het overige — tik om te bewerken\",\"BVinvJ\":\"Voorbeelden: \\\"Hoe heb je over ons gehoord?\\\", \\\"Bedrijfsnaam voor factuur\\\"\",\"2hGPQG\":\"Voorbeelden: \\\"T-shirt maat\\\", \\\"Maaltijdvoorkeur\\\", \\\"Functietitel\\\"\",\"qNuTh3\":\"Uitzondering\",\"aW/bzJ\":\"Verwijdering uitvoeren\",\"CtAcQ7\":\"Verwijdering nu uitvoeren\",\"xj4fwT\":\"Nu uitvoeren\",\"M1RnFv\":\"Verlopen\",\"kF8HQ7\":\"Antwoorden exporteren\",\"2KAI4N\":\"CSV exporteren\",\"JKfSAv\":\"Exporteren mislukt. Probeer het opnieuw.\",\"SVOEsu\":\"Export gestart. Bestand wordt voorbereid...\",\"wuyaZh\":\"Export succesvol\",\"9bpUSo\":\"Affiliates exporteren\",\"jtrqH9\":\"Deelnemers exporteren\",\"R4Oqr8\":\"Exporteren voltooid. Bestand wordt gedownload...\",\"UlAK8E\":\"Orders exporteren\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Mislukt\",\"8uOlgz\":\"Mislukt op\",\"tKcbYd\":\"Mislukte taken\",\"SsI9v/\":\"Bestelling annuleren mislukt. Probeer het opnieuw.\",\"LdPKPR\":\"Kan configuratie niet toewijzen\",\"PO0cfn\":\"Datum annuleren mislukt\",\"YUX+f+\":\"Datums annuleren mislukt\",\"SIHgVQ\":\"Bericht annuleren mislukt\",\"cEFg3R\":\"Aanmaken affiliate mislukt\",\"dVgNF1\":\"Kan configuratie niet aanmaken\",\"fAoRRJ\":\"Planning aanmaken mislukt\",\"4yLYTb\":\"Het schema kon niet worden aangemaakt. Probeer het opnieuw.\",\"U66oUa\":\"Sjabloon maken mislukt\",\"+RTkEY\":\"Aankondiging verwijderen mislukt\",\"aFk48v\":\"Kan configuratie niet verwijderen\",\"n1CYMH\":\"Datum verwijderen mislukt\",\"KXv+Qn\":\"Datum verwijderen mislukt. Mogelijk zijn er al bestellingen.\",\"JJ0uRo\":\"Datums verwijderen mislukt\",\"rgoBnv\":\"Evenement verwijderen mislukt\",\"Zw6LWb\":\"Taak verwijderen mislukt\",\"tq0abZ\":\"Taken verwijderen mislukt\",\"2mkc3c\":\"Organisator verwijderen mislukt\",\"5E23qd\":\"Product verwijderen mislukt. Probeer het opnieuw.\",\"vKMKnu\":\"Vraag verwijderen mislukt\",\"xFj7Yj\":\"Sjabloon verwijderen mislukt\",\"jo3Gm6\":\"Exporteren affiliates mislukt\",\"Jjw03p\":\"Geen deelnemers geëxporteerd\",\"ZPwFnN\":\"Geen orders kunnen exporteren\",\"zGE3CH\":\"Export van rapport mislukt. Probeer het opnieuw.\",\"lS9/aZ\":\"Kan ontvangers niet laden\",\"X4o0MX\":\"Webhook niet geladen\",\"ETcU7q\":\"Kon plek niet aanbieden\",\"5670b9\":\"Tickets aanbieden mislukt\",\"e5KIbI\":\"Datum opnieuw activeren mislukt\",\"7zyx8a\":\"Verwijderen van wachtlijst mislukt\",\"A/P7PX\":\"Aanpassing verwijderen mislukt\",\"ogWc1z\":\"Datum heropenen mislukt\",\"0+iwE5\":\"Vragen herschikken mislukt\",\"EJPAcd\":\"Orderbevestiging opnieuw verzenden mislukt\",\"DjSbj3\":\"Ticket opnieuw verzenden mislukt\",\"YQ3QSS\":\"Opnieuw verzenden verificatiecode mislukt\",\"wDioLj\":\"Taak opnieuw proberen mislukt\",\"DKYTWG\":\"Taken opnieuw proberen mislukt\",\"WRREqF\":\"Aanpassing opslaan mislukt\",\"sj/eZA\":\"Prijsaanpassing opslaan mislukt\",\"780n8A\":\"Productinstellingen opslaan mislukt\",\"zTkTF3\":\"Sjabloon opslaan mislukt\",\"l6acRV\":\"Kan BTW-instellingen niet opslaan. Probeer het opnieuw.\",\"T6B2gk\":\"Verzenden bericht mislukt. Probeer het opnieuw.\",\"lKh069\":\"Exporttaak niet gestart\",\"t/KVOk\":\"Kan imitatie niet starten. Probeer het opnieuw.\",\"QXgjH0\":\"Kan imitatie niet stoppen. Probeer het opnieuw.\",\"i0QKrm\":\"Bijwerken affiliate mislukt\",\"NNc33d\":\"Antwoord niet bijgewerkt.\",\"E9jY+o\":\"Deelnemer bijwerken mislukt\",\"uQynyf\":\"Kan configuratie niet bijwerken\",\"i2PFQJ\":\"Bijwerken van evenementstatus mislukt\",\"EhlbcI\":\"Bijwerken van berichtenniveau mislukt\",\"rpGMzC\":\"Bestelling bijwerken mislukt\",\"T2aCOV\":\"Bijwerken van organisatorstatus mislukt\",\"Eeo/Gy\":\"Instelling bijwerken mislukt\",\"kqA9lY\":\"Kan BTW-instellingen niet bijwerken\",\"nkNfWu\":\"Uploaden van afbeelding mislukt. Probeer het opnieuw.\",\"rxy0tG\":\"Verifiëren e-mail mislukt\",\"QRUpCk\":\"Familie\",\"5LO38w\":\"Snelle uitbetalingen naar je bank\",\"4lgLew\":\"Februari\",\"9bHCo2\":\"Valuta van de kosten\",\"/sV91a\":\"Kostenafhandeling\",\"K4dKSP\":\"Aangepaste kosten opgeslagen\",\"LyUWXA\":\"Kosten omzeild\",\"cf35MA\":\"Festival\",\"pAey+4\":\"Bestand is te groot. Maximale grootte is 5MB.\",\"VejKUM\":\"Vul eerst je gegevens hierboven in\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Deelnemers filteren\",\"8OvVZZ\":\"Filter Deelnemers\",\"N/H3++\":\"Filteren op datum\",\"mvrlBO\":\"Filteren op evenement\",\"g+xRXP\":\"Stripe-installatie afmaken\",\"LHH461\":\"Installatie afronden\",\"syyeb9\":\"Eerste\",\"Vj6wk9\":\"Eerste 30 dagen\",\"/bpZYb\":\"Eerste 7 dagen\",\"ziEnjY\":\"Eerste 90 dagen\",\"1vBhpG\":\"Eerste deelnemer\",\"4pwejF\":\"Voornaam is verplicht\",\"rVogsf\":\"Los de problemen op om te publiceren\",\"3lkYdQ\":\"Vaste kosten\",\"6bBh3/\":\"Vaste vergoeding\",\"zWqUyJ\":\"Vaste kosten per transactie\",\"LWL3Bs\":\"Vaste vergoeding moet 0 of hoger zijn\",\"0RI8m4\":\"Flits uit\",\"q0923e\":\"Flits aan\",\"X+U6/w\":\"Lettertype\",\"lWxAUo\":\"Eten & Drinken\",\"nFm+5u\":\"Voettekst\",\"sQv06Y\":\"voor\",\"NTzcRQ\":\"Voor een aantal datums\",\"a8nooQ\":\"Vierde\",\"xVhQZV\":\"Vr\",\"39y5bn\":\"Vrijdag\",\"ejVYRQ\":\"Van\",\"hGDVDa\":[\"Vanaf \",[\"0\"]],\"+dBe1R\":[\"Vanaf \",[\"start\"]],\"1dv+MO\":[\"van \",[\"start\"],\" tot \",[\"end\"]],\"l82hjf\":[\"vanaf \",[\"start\"],\", voor \",[\"count\"],\" datums\"],\"f5UbZ0\":\"Volledig eigenaar van je data\",\"cfvx/y\":\"Volledig evenement\",\"MY2SVM\":\"Volledige terugbetaling\",\"PGQLdy\":\"toekomstige\",\"8N/j1s\":\"Alleen toekomstige datums\",\"yRx/6K\":\"Toekomstige datums worden gekopieerd met de capaciteit op nul\",\"T02gNN\":\"Algemene Toegang\",\"3ep0Gx\":\"Algemene informatie over je organisator\",\"ziAjHi\":\"Genereer\",\"exy8uo\":\"Genereer code\",\"4CETZY\":\"Routebeschrijving\",\"pjkEcB\":\"Uitbetaling instellen\",\"lGYzP6\":\"Betaald worden via Stripe\",\"ZDIydz\":\"Aan de slag\",\"u6FPxT\":\"Koop Tickets\",\"2ohvu7\":\"Tekst 'Koop Tickets'-knop\",\"8KDgYV\":\"Bereid je evenement voor\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Terug\",\"sr0UJD\":\"Terug\",\"oNL5vN\":\"Ga naar evenementpagina\",\"gHSuV/\":\"Ga naar de startpagina\",\"8+Cj55\":\"Naar de planning\",\"6nDzTl\":\"Goede leesbaarheid\",\"76gPWk\":\"Begrepen\",\"CZXzs4\":\"Grieks\",\"aGWZUr\":\"Bruto-omzet\",\"n8IUs7\":\"Bruto-omzet\",\"O1wAlQ\":\"Gast\",\"LIYoRQ\":\"Gastenbeheer\",\"NUsTc4\":\"Nu bezig\",\"S2Y4aO\":\"Definitief verwijderen\",\"kTSQej\":[\"Hallo \",[\"0\"],\", beheer je platform vanaf hier.\"],\"URTkcd\":\"Help ons verbeteren door te vertellen waarom je vertrekt\",\"dORAcs\":\"Hier zijn alle tickets die gekoppeld zijn aan je e-mailadres.\",\"g+2103\":\"Hier is je affiliatelink\",\"bVsnqU\":\"Hallo,\",\"/iE8xx\":\"Hi.Events kosten\",\"zppscQ\":\"Hi.Events platformkosten en BTW-uitsplitsing per transactie\",\"D+zLDD\":\"Verborgen\",\"cZO505\":[\"Verborgen — verkoop geëindigd op \",[\"end\"],\".\"],\"DRErHC\":\"Verborgen voor deelnemers - alleen zichtbaar voor organisatoren\",\"9zfvsx\":\"Voor iedereen verborgen\",\"nMfkJW\":\"Voor iedereen verborgen — de algemene verbergschakelaar staat aan.\",\"NNnsM0\":\"Geavanceerde opties verbergen\",\"P+5Pbo\":\"Antwoorden verbergen\",\"VMlRqi\":\"Details verbergen\",\"NQgWuh\":\"Voorbeeld verbergen\",\"uXNYjR\":\"Uitverkochte datums en tijden verbergen\",\"g9RcYX\":\"Datum verbergen\",\"uMwTx7\":\"Deze categorie verbergen?\",\"LLt2UT\":\"Verbergt uitverkocht\",\"gtEbeW\":\"Markeren\",\"NF8sdv\":\"Markeringsbericht\",\"MXSqmS\":\"Dit product markeren\",\"7ER2sc\":\"Uitgelicht\",\"sq7vjE\":\"Gemarkeerde producten krijgen een andere achtergrondkleur om op te vallen op de evenementenpagina.\",\"1+WSY1\":\"Hobby's\",\"yY8wAv\":\"Uren\",\"49Tkiw\":\"Hoe wordt de korting toegepast?\",\"sy9anN\":\"Hoe lang een klant heeft om de aankoop te voltooien na ontvangst van een aanbod. Laat leeg voor geen tijdslimiet.\",\"cceMns\":\"Hoe btw wordt toegepast op de platformkosten die we je in rekening brengen.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Hongaars\",\"8Wgd41\":\"Ik erken mijn verantwoordelijkheden als verwerkingsverantwoordelijke\",\"O8m7VA\":\"Ik ga akkoord met het ontvangen van e-mailmeldingen met betrekking tot dit evenement\",\"YLgdk5\":\"Ik bevestig dat dit een transactioneel bericht is met betrekking tot dit evenement\",\"4/kP5a\":\"Als er geen nieuw tabblad automatisch is geopend, klik dan op de knop hieronder om door te gaan naar afrekenen.\",\"W/eN+G\":\"Indien leeg, wordt het adres gebruikt om een Google Maps-link te genereren\",\"CY3yHL\":\"Indien aangevinkt, wordt deze categorie verborgen voor het publiek.\",\"iIEaNB\":\"Als u een account bij ons heeft, ontvangt u een e-mail met instructies over hoe u uw wachtwoord opnieuw kunt instellen.\",\"an5hVd\":\"Afbeeldingen\",\"tSVr6t\":\"Imiteren\",\"TWXU0c\":\"Imiteer gebruiker\",\"5LAZwq\":\"Imitatie gestart\",\"IMwcdR\":\"Imitatie gestopt\",\"0I0Hac\":\"Belangrijke mededeling\",\"yD3avI\":\"Belangrijk: Het wijzigen van uw e-mailadres zal de link naar deze bestelling bijwerken. U wordt na het opslaan doorgestuurd naar de nieuwe bestellink.\",\"jT142F\":[\"Over \",[\"diffHours\"],\" uur\"],\"OoSyqO\":[\"Over \",[\"diffMinutes\"],\" minuten\"],\"PdMhEx\":[\"in de afgelopen \",[\"0\"],\" min\"],\"u7r0G5\":\"Op locatie — kies een locatie\",\"/LCAwL\":\"Bezig\",\"5gTmFD\":\"incl. kosten\",\"laL+R0\":\"incl. kosten en belasting\",\"cXeh90\":\"incl. belasting\",\"pxFAp/\":\"Verhogen\",\"nQMUIO\":\"Aantal verhogen\",\"F1Xp97\":\"Individuele deelnemers\",\"85e6zs\":\"Liquid Token Invoegen\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Directe Stripe-uitbetalingen\",\"nbfdhU\":\"Integraties\",\"I8eJ6/\":\"Interne notities op het ticket van de deelnemer\",\"B2Tpo0\":\"Ongeldig e-mailadres\",\"5tT0+u\":\"Ongeldig e-mailformaat\",\"f9WRpE\":\"Ongeldig bestandstype. Upload een afbeelding.\",\"tnL+GP\":\"Ongeldige Liquid syntax. Corrigeer het en probeer opnieuw.\",\"N9JsFT\":\"Ongeldig BTW-nummerformaat\",\"g+lLS9\":\"Nodig een teamlid uit\",\"1z26sk\":\"Teamlid uitnodigen\",\"KR0679\":\"Teamleden uitnodigen\",\"aH6ZIb\":\"Nodig je team uit\",\"Dn4OyV\":\"Uitgenodigd\",\"IuMGvq\":\"Factuur\",\"a/bUcL\":\"Het vindt op meerdere datums plaats\",\"d+Oe9r\":\"Mogelijk is het van publicatie gehaald of verwijderd. Controleer de link en probeer het opnieuw.\",\"Lj7sBL\":\"Italiaans\",\"F5/CBH\":\"artikel(en)\",\"BzfzPK\":\"Artikelen\",\"rjyWPb\":\"Januari\",\"KmWyx0\":\"Taak\",\"o5r6b2\":\"Taak verwijderd\",\"cd0jIM\":\"Taakdetails\",\"ruJO57\":\"Taaknaam\",\"YZi+Hu\":\"Taak in wachtrij voor opnieuw proberen\",\"nCywLA\":\"Neem overal vandaan deel\",\"SNzppu\":\"Aanmelden voor wachtlijst\",\"dLouFI\":[\"Wachtlijst voor \",[\"productDisplayName\"],\" bijtreden\"],\"2gMuHR\":\"Aangemeld\",\"u4ex5r\":\"Juli\",\"zeEQd/\":\"Juni\",\"MxjCqk\":\"Alleen op zoek naar je tickets?\",\"xOTzt5\":\"zojuist\",\"0RihU9\":\"Net afgelopen\",\"Brhs/U\":\"Verbinding behouden\",\"4OjqAQ\":\"Verder bewerken\",\"lwO5vw\":[\"Houd het kort — banners tonen één regel. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Houd mij op de hoogte van nieuws en evenementen van \",[\"0\"]],\"ioFA9i\":\"Hou de winst zelf.\",\"C/pOUI\":\"Label — bijv. Ochtendsessie\",\"o66QSP\":\"labelupdates\",\"RtKKbA\":\"Laatste\",\"DruLRc\":\"Laatste 14 dagen\",\"ve9JTU\":\"Achternaam is verplicht\",\"h0Q9Iw\":\"Laatste reactie\",\"gw3Ur5\":\"Laatst geactiveerd\",\"FIq1Ba\":\"Later\",\"xvnLMP\":\"Nieuwste check-ins\",\"GGFOZD\":\"Laat “Van” op vandaag staan om direct te beginnen.\",\"N5TErv\":\"Laat leeg voor onbeperkt\",\"L/hDDD\":\"Laat leeg om deze check-inlijst voor alle datums te laten gelden\",\"9Pf3wk\":\"Laat aan staan om alle tickets van het evenement te dekken. Zet uit om specifieke tickets te kiezen.\",\"Hq2BzX\":\"Laat het ze weten\",\"+uexiy\":\"Laat ze de wijzigingen weten\",\"exYcTF\":\"Bibliotheek\",\"1njn7W\":\"Licht\",\"1qY5Ue\":\"Link verlopen of ongeldig\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Links toegestaan\",\"2BBAbc\":\"Lijst\",\"dF6vP6\":\"Live\",\"fpMs2Z\":\"LIVE\",\"D9zTjx\":\"Live Evenementen\",\"a37vfH\":\"Live voorbeeld\",\"C33p4q\":\"Geladen datums\",\"WdmJIX\":\"Voorvertoning laden...\",\"IoDI2o\":\"Tokens laden...\",\"G3Ge9Z\":\"Webhook-logs laden...\",\"NFxlHW\":\"Webhooks laden\",\"E0DoRM\":\"Locatie verwijderd\",\"7w8lJU\":\"Locatie opgeslagen\",\"YsRXDD\":\"Locatie bijgewerkt\",\"A/kIva\":\"locatie-updates\",\"iyZPPR\":\"locaties\",\"VppBoU\":\"Locaties\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo & Omslag\",\"gddQe0\":\"Logo en omslagafbeelding voor je organisator\",\"TBEnp1\":\"Het logo wordt weergegeven in de koptekst\",\"Jzu30R\":\"Logo wordt weergegeven op het ticket\",\"PSRm6/\":\"Zoek mijn tickets op\",\"yJFu/X\":\"Hoofdkantoor\",\"v5nFPh\":\"Maak het zichtbaar zodat mensen tickets kunnen kopen\",\"cdY2at\":[[\"0\"],\" beheren\"],\"wZJfA8\":\"Beheer datums en tijden van je terugkerende evenement\",\"RlzPUE\":\"Beheren in Stripe\",\"sjoDuh\":\"Planning beheren\",\"6NXJRK\":\"Planning beheren\",\"zXuaxY\":\"Beheer de wachtlijst van uw evenement, bekijk statistieken en bied tickets aan deelnemers aan.\",\"g2npA5\":\"Handmatig aanbod\",\"hg6l4j\":\"Maart\",\"pqRBOz\":\"Markeren als gevalideerd (beheerdersoverschrijving)\",\"2L3vle\":\"Max berichten / 24u\",\"Qp4HWD\":\"Max ontvangers / bericht\",\"7qu2YV\":[\"Maximaal \",[\"cap\"],\" per bestelling\"],\"3JzsDb\":\"Mei\",\"agPptk\":\"Medium\",\"xDAtGP\":\"Bericht\",\"bECJqy\":\"Bericht succesvol goedgekeurd\",\"1jRD0v\":\"Deelnemers berichten sturen met specifieke tickets\",\"uQLXbS\":\"Bericht geannuleerd\",\"48rf3i\":\"Bericht kan niet meer dan 5000 tekens bevatten\",\"ZPj0Q8\":\"Berichtdetails\",\"Vjat/X\":\"Bericht is verplicht\",\"0/yJtP\":\"Bestelbezitters berichten sturen met specifieke producten\",\"saG4At\":\"Bericht gepland\",\"mFdA+i\":\"Berichtenniveau\",\"v7xKtM\":\"Berichtenniveau succesvol bijgewerkt\",\"/VRn+9\":[\"Min. \",[\"min\"],\" per bestelling\"],\"H9HlDe\":\"minuten\",\"agRWc1\":\"Minuten\",\"FfPWR0\":\"Modal\",\"zz/Wd/\":\"Modus\",\"fpMgHS\":\"Ma\",\"hty0d5\":\"Maandag\",\"JbIgPz\":\"Geldbedragen zijn geschatte totalen over alle valuta's\",\"qvF+MT\":\"Bewaak en beheer mislukte achtergrondtaken\",\"kY2ll9\":\"maand\",\"HajiZl\":\"Maand\",\"+8Nek/\":\"Maandelijks\",\"6jefe3\":\"maanden\",\"f8jrkd\":\"meer\",\"JcD7qf\":\"Meer acties\",\"w36OkR\":\"Meest bekeken evenementen (Laatste 14 dagen)\",\"+Y/na7\":\"Alle datums naar voren of naar achteren verschuiven\",\"3DIpY0\":\"Meerdere locaties\",\"g9cQCP\":\"Meerdere tickettypes\",\"GfaxEk\":\"Muziek\",\"oVGCGh\":\"Mijn Tickets\",\"8/brI5\":\"Naam is verplicht\",\"sFFArG\":\"Naam moet minder dan 255 tekens bevatten\",\"Bst+aq\":\"Wil je van Stripe-account wisselen? Ontkoppel dit account.\",\"xxU3NX\":\"Netto-omzet\",\"7I8LlL\":\"Nieuwe capaciteit\",\"n1GRql\":\"Nieuw label\",\"y0Fcpd\":\"Nieuwe locatie\",\"ArHT/C\":\"Nieuwe aanmeldingen\",\"uK7xWf\":\"Nieuwe tijd:\",\"g8JmSC\":\"Volgende maand\",\"veT5Br\":\"Volgende datum\",\"WXtl5X\":[\"Volgende: \",[\"nextFormatted\"]],\"eWRECP\":\"Nachtleven\",\"HSw5l3\":\"Nee - Ik ben een particulier of een niet-BTW-geregistreerd bedrijf\",\"VHfLAW\":\"Geen accounts\",\"+jIeoh\":\"Geen accounts gevonden\",\"074+X8\":\"Geen actieve webhooks\",\"zxnup4\":\"Geen affiliates om te tonen\",\"hUHrkV\":\"Nog geen aankondigingen\",\"Dwf4dR\":\"Nog geen deelnemersvragen\",\"th7rdT\":\"Geen deelnemers om te tonen\",\"PKySlW\":\"Nog geen deelnemers voor deze datum.\",\"/UC6qk\":\"Geen attributiegegevens gevonden\",\"E2vYsO\":\"Stripe heeft nog geen functies gemeld.\",\"amMkpL\":\"Geen capaciteit\",\"d2Jf1f\":\"Geen wijziging\",\"99ntUF\":\"Geen incheck lijsten beschikbaar voor dit evenement.\",\"wG+knX\":\"Nog geen check-ins\",\"+dAKxg\":\"Geen configuraties gevonden\",\"LiLk8u\":\"Geen koppelingen beschikbaar\",\"eb47T5\":\"Geen gegevens gevonden voor de geselecteerde filters. Probeer het datumbereik of de valuta aan te passen.\",\"Zc216S\":\"Geen datum toegevoegd\",\"I8mtzP\":\"Deze maand zijn er geen datums beschikbaar. Probeer een andere maand.\",\"yDukIL\":\"Geen datums voldoen aan de huidige filters.\",\"B7phdj\":\"Geen datums voldoen aan je filters\",\"/ZB4Um\":\"Geen datums komen overeen met je zoekopdracht\",\"OtJSnL\":\"Geen data gepland\",\"gEdNe8\":\"Nog geen datums ingepland\",\"w+wkcC\":\"Geen verwijderingsverzoeken gevonden\",\"pZNOT9\":\"Geen einddatum\",\"dW40Uz\":\"Geen evenementen gevonden\",\"8pQ3NJ\":\"Geen evenementen die beginnen in de komende 24 uur\",\"8zCZQf\":\"Nog geen evenementen\",\"Yc5YW6\":\"Geen mislukte taken\",\"EpvBAp\":\"Geen factuur\",\"N+9Onb\":\"Geen limieten\",\"XZkeaI\":\"Geen logboeken gevonden\",\"IcAC6J\":\"Geen overeenkomende lettertypen\",\"nrSs2u\":\"Geen berichten gevonden\",\"Rj99yx\":\"Geen datums beschikbaar\",\"IFU1IG\":\"Geen datums op deze dag\",\"OVFwlg\":\"Nog geen bestellingsvragen\",\"EJ7bVz\":\"Geen bestellingen gevonden\",\"NEmyqy\":\"Nog geen bestellingen\",\"a77B6w\":\"Nog geen bestellingen voor deze datum.\",\"wUv5xQ\":\"Geen organisatoractiviteit in de laatste 14 dagen\",\"vLd1tV\":\"Geen organisatorcontext beschikbaar.\",\"B7w4KY\":\"Geen andere organisatoren beschikbaar\",\"PChXMe\":\"Geen betaalde bestellingen\",\"6jYQGG\":\"Geen afgelopen evenementen\",\"CHzaTD\":\"Geen populaire evenementen in de laatste 14 dagen\",\"zK/+ef\":\"Geen producten beschikbaar voor selectie\",\"M1/lXs\":\"Geen producten ingesteld voor dit evenement.\",\"kY7XDn\":\"Geen producten hebben wachtlijstvermeldingen\",\"8mw4tm\":\"Bericht bij geen producten\",\"wYiAtV\":\"Geen recente accountaanmeldingen\",\"UW90md\":\"Geen ontvangers gevonden\",\"QoAi8D\":\"Geen reactie\",\"JeO7SI\":\"Geen antwoord\",\"EK/G11\":\"Nog geen reacties\",\"AxPAXW\":\"Geen resultaten gevonden\",\"59OWd3\":\"Geen opgeslagen locaties\",\"mPdY6W\":\"Geen suggesties\",\"3sRuiW\":\"Geen tickets gevonden\",\"debCrL\":\"Geen tickets te koop\",\"k2C0ZR\":\"Geen komende datums\",\"yM5c0q\":\"Geen aankomende evenementen\",\"qpC74J\":\"Geen gebruikers gevonden\",\"8wgkoi\":\"Geen bekeken evenementen in de laatste 14 dagen\",\"Arzxc1\":\"Geen wachtlijstinschrijvingen\",\"n5vdm2\":\"Er zijn nog geen webhook-events opgenomen voor dit eindpunt. Evenementen zullen hier verschijnen zodra ze worden geactiveerd.\",\"4GhX3c\":\"Geen webhooks\",\"4+am6b\":\"Nee, houd me hier\",\"4JVMUi\":\"niet bewerkt\",\"ACaDVQ\":\"Nog geen\",\"Itw24Q\":\"Niet ingecheckt\",\"x5+Lcz\":\"Niet Ingecheckt\",\"8n10sz\":\"Niet in Aanmerking\",\"kLvU3F\":\"Deelnemers informeren en verkoop stoppen\",\"t9QlBd\":\"November\",\"kAREMN\":\"Aantal aan te maken datums\",\"6u1B3O\":\"Datum\",\"mmoE62\":\"Datum geannuleerd\",\"V9flmL\":\"Datumplanning\",\"Kh3WO8\":\"Datumoverzicht\",\"byXCTu\":\"Datums\",\"KATw3p\":\"Datums (alleen toekomstige)\",\"85rTR2\":\"Datums kunnen na het aanmaken worden ingesteld\",\"dzQfDY\":\"Oktober\",\"BwJKBw\":\"van\",\"GQnX9d\":\"van elke maand\",\"az8lvo\":\"Uit\",\"9h7RDh\":\"Aanbieden\",\"EfK2O6\":\"Plek aanbieden\",\"3sVRey\":\"Tickets aanbieden\",\"2O7Ybb\":\"Aanbod-tijdslimiet\",\"1jUg5D\":\"Aangeboden\",\"l+/HS6\":[\"Aanbiedingen verlopen na \",[\"timeoutHours\"],\" uur.\"],\"6Aih4U\":\"Offline\",\"Fdp03t\":\"op\",\"Z5HWHd\":\"Aan\",\"TH5A28\":[\"op \",[\"dayList\"]],\"qiMtVT\":[\"op \",[\"day\"],\" \",[\"month\"]],\"nO3VbP\":[\"In de verkoop \",[\"0\"]],\"pPAGSK\":[\"op de \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"Op de evenementpagina\",\"H7stQC\":\"Op de wachtlijst\",\"oXOSPE\":\"Online\",\"aqmy5k\":\"Online — geef verbindingsgegevens op\",\"LuZBbx\":\"Online en op locatie\",\"IXuOqt\":\"Online en op locatie — zie de planning\",\"WjSpu5\":\"Online evenement\",\"wCRLS9\":[\"Slechts \",[\"cap\"],\" beschikbaar\"],\"scPxI/\":[\"Nog maar \",[\"capacity\"],\" over\"],\"Gk0+G6\":\"Alleen een naam is verplicht — al het overige heeft zinnige standaardwaarden\",\"NdOxqr\":\"Alleen accountbeheerders kunnen evenementen verwijderen of archiveren. Neem contact op met uw accountbeheerder voor hulp.\",\"rnoDMF\":\"Alleen accountbeheerders kunnen organisatoren verwijderen of archiveren. Neem contact op met uw accountbeheerder voor hulp.\",\"tnx0u1\":\"Alleen beschikbaar als add-on\",\"z4JBd7\":\"Alleen gepubliceerde aankondigingen worden aan gebruikers getoond\",\"bU7oUm\":\"Alleen verzenden naar orders met deze statussen\",\"wkpaqp\":\"Alleen startdatum en -tijd tonen\",\"chktt5\":\"Wordt alleen getoond als add-on bij de producten waaraan het gekoppeld is\",\"Y4HHYW\":\"Wordt alleen getoond als add-on bij de producten waaraan het gekoppeld is.\",\"Z82In9\":\"Alleen de accounteigenaar kan accountverwijdering aanvragen.\",\"DMk8F0\":\"Alleen tickets tellen mee voor de capaciteit\",\"+/Z3yr\":\"Alleen zichtbaar voor kopers met een geldige kortingscode.\",\"M2w1ni\":\"Alleen zichtbaar met promocode\",\"y8Bm7C\":\"Check-in openen\",\"RLz7P+\":\"Datum openen\",\"iMqrOb\":\"Optionele call-to-action\",\"cDSdPb\":\"Optionele bijnaam die in keuzelijsten wordt getoond, bijv. \\\"HQ-vergaderruimte\\\"\",\"HXMJxH\":\"Optionele tekst voor disclaimers, contactinfo of danknotities (alleen één regel)\",\"L565X2\":\"opties\",\"8m9emP\":\"of voeg één datum toe\",\"eBskDE\":\"Of schakel offline betalingen in en schakel Stripe uit\",\"dSeVIm\":\"bestelling\",\"c/TIyD\":\"Bestelling & Ticket\",\"H5qWhm\":\"Bestelling geannuleerd\",\"b6+Y+n\":\"Bestelling voltooid\",\"x4MLWE\":\"Bestelling Bevestiging\",\"CsTTH0\":\"Bestelbevestiging succesvol opnieuw verzonden\",\"ppuQR4\":\"Bestelling aangemaakt\",\"xtQzag\":\"Bestelgegevens\",\"vrSW9M\":\"Bestelling is geannuleerd en terugbetaald. De eigenaar van de bestelling is op de hoogte gesteld.\",\"rzw+wS\":\"Bestelhouders\",\"oI/hGR\":\"Bestelling-ID\",\"m8vQEP\":\"Bestellimieten\",\"vu6Arl\":\"Bestelling gemarkeerd als betaald\",\"sLbJQz\":\"Bestelling niet gevonden\",\"kvYpYu\":\"Bestelling niet gevonden\",\"eJ8SvM\":\"Bestelnummer, aankoopdatum, e-mail van koper\",\"FaPYw+\":\"Eigenaar bestelling\",\"eB5vce\":\"Bestel eigenaars met een specifiek product\",\"CxLoxM\":\"Besteleigenaars met producten\",\"UkHo4c\":\"Bestelref.\",\"EZy55F\":\"Bestelling terugbetaald\",\"6eSHqs\":\"Bestelstatussen\",\"oW5877\":\"Bestelling Totaal\",\"e7eZuA\":\"Bijgewerkte bestelling\",\"1SQRYo\":\"Bestelling succesvol bijgewerkt\",\"3NT0Ck\":\"Bestelling is geannuleerd\",\"V5khLm\":\"bestellingen\",\"sd5IMt\":\"Voltooide bestellingen\",\"5It1cQ\":\"Geëxporteerde bestellingen\",\"UQ0ACV\":\"Totaal bestellingen\",\"B/EBQv\":\"Bestellingen:\",\"qtGTNu\":\"Organische accounts\",\"P/JHA4\":\"Organisator succesvol gearchiveerd\",\"S3CZ5M\":\"Organisator-dashboard\",\"GzjTd0\":\"Organisator succesvol verwijderd\",\"SQqJd8\":\"Organisator niet gevonden\",\"HF8Bxa\":\"Organisator succesvol hersteld\",\"wpj63n\":\"Instellingen van organisator\",\"o1my93\":\"Bijwerken van organisatorstatus mislukt. Probeer het later opnieuw.\",\"rLHma1\":\"Organisatorstatus bijgewerkt\",\"LqBITi\":\"Organisator/standaardsjabloon wordt gebruikt\",\"q4zH+l\":\"Organisatoren\",\"/IX/7x\":\"Overig\",\"RsiDDQ\":\"Andere Lijsten (Ticket Niet Inbegrepen)\",\"EufvBx\":\"Resultaat\",\"aDfajK\":\"Buiten\",\"qMASRF\":\"Uitgaande berichten\",\"iCOVQO\":\"Aanpassing\",\"GpFTEc\":\"Kosten voor deze organisator aanpassen\",\"M9ZhMP\":\"Prijs aanpassen\",\"cnVIpl\":\"Aanpassing verwijderd\",\"6/dCYd\":\"Overzicht\",\"6WdDG7\":\"Pagina\",\"8uqsE5\":\"Pagina niet meer beschikbaar\",\"QkLf4H\":\"Pagina-URL\",\"sF+Xp9\":\"Paginaweergaven\",\"v4nCHK\":\"Betaald\",\"c+suC6\":\"Betaalde accounts\",\"5F7SYw\":\"Gedeeltelijke terugbetaling\",\"fFYotW\":[\"Gedeeltelijk terugbetaald: \",[\"0\"]],\"i8day5\":\"Kosten doorberekenen aan koper\",\"k4FLBQ\":\"Doorberekenen aan koper\",\"Ff0Dor\":\"Verleden\",\"BFjW8X\":\"Achterstallig\",\"xTPjSy\":\"Afgelopen evenementen\",\"/l/ckQ\":\"Plak URL\",\"URAE3q\":\"Gepauzeerd\",\"4fL/V7\":\"Betalen\",\"W5l9HD\":\"Betaal wat je wilt\",\"c2/9VE\":\"Payload\",\"5cxUwd\":\"Betaaldatum\",\"ENEPLY\":\"Betaalmethode\",\"8Lx2X7\":\"Betaling ontvangen\",\"fx8BTd\":\"Betalingen niet beschikbaar\",\"C+ylwF\":\"Uitbetalingen\",\"UbRKMZ\":\"In afwachting\",\"UkM20g\":\"In afwachting van beoordeling\",\"dPYu1F\":\"Per deelnemer\",\"mQV/nJ\":\"per min\",\"+kvxv+\":\"per bestelling\",\"VlXNyK\":\"Per bestelling\",\"NhuGd7\":\"per product\",\"hauDFf\":\"Per ticket\",\"mnF83a\":\"Percentage vergoeding\",\"TNLuRD\":\"Procentuele kosten (%)\",\"MixU2P\":\"Percentage moet tussen 0 en 100 liggen\",\"MkuVAZ\":\"Percentage van transactiebedrag\",\"/Bh+7r\":\"Prestaties\",\"/4mGVp\":\"Dit account permanent verwijderen\",\"dGdKgQ\":\"Dit account en de bijbehorende gegevens permanent verwijderen.\",\"fIp56F\":\"Verwijder dit evenement en alle bijbehorende gegevens permanent.\",\"nJeeX7\":\"Verwijder deze organisator en al zijn evenementen permanent.\",\"wfCTgK\":\"Deze datum definitief verwijderen\",\"6kPk3+\":\"Persoonlijke gegevens\",\"zmwvG2\":\"Telefoon\",\"tSR/oe\":\"Kies een einddatum\",\"e8kzpp\":\"Kies minstens één dag van de maand\",\"35C8QZ\":\"Kies minstens één dag van de week\",\"kJmAsd\":\"Kies dagen om je datums te zien.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Geplaatst\",\"wBJR8i\":\"Een evenement plannen?\",\"J3lhKT\":\"Platformkosten\",\"RD51+P\":[\"Platformkosten van \",[\"0\"],\" afgetrokken van uw uitbetaling\"],\"br3Y/y\":\"Platformkosten\",\"3buiaw\":\"Platformkosten rapport\",\"kv9dM4\":\"Platformomzet\",\"PJ3Ykr\":\"Controleer je ticket voor het nieuwe tijdstip. Je tickets blijven geldig — je hoeft niets te doen, tenzij de nieuwe tijden je niet uitkomen. Beantwoord deze e-mail als je vragen hebt.\",\"OtjenF\":\"Voer een geldig e-mailadres in\",\"jEw0Mr\":\"Voer een geldige URL in\",\"n8+Ng/\":\"Voer de 5-cijferige code in\",\"r+lQXT\":\"Voer uw BTW-nummer in\",\"Dvq0wf\":\"Geef een afbeelding op.\",\"2cUopP\":\"Start het bestelproces opnieuw.\",\"GoXxOA\":\"Kies een datum en tijd\",\"8KmsFa\":\"Selecteer een datumbereik\",\"EFq6EG\":\"Selecteer een afbeelding.\",\"fuwKpE\":\"Probeer het opnieuw.\",\"klWBeI\":\"Wacht even voordat je een nieuwe code aanvraagt\",\"hfHhaa\":\"Even geduld terwijl we je affiliates voorbereiden voor export...\",\"o+tJN/\":\"Wacht even terwijl we je deelnemers voorbereiden voor export...\",\"+5Mlle\":\"Even geduld alstublieft terwijl we uw bestellingen klaarmaken voor export...\",\"trnWaw\":\"Pools\",\"luHAJY\":\"Populaire evenementen (Laatste 14 dagen)\",\"p/78dY\":\"Positie\",\"OESu7I\":\"Voorkom oververkoop door voorraad te delen over meerdere tickettypes.\",\"NgVUL2\":\"Voorbeeld afrekenformulier\",\"cs5muu\":\"Voorbeeld van de evenementpagina\",\"1xwZj/\":\"Vorige maand\",\"Jm2AC3\":\"Prijsniveau\",\"a5jvSX\":\"Prijsniveaus\",\"aHCEmh\":\"Prijzen\",\"ReihZ7\":\"Afdrukvoorbeeld\",\"JnuPvH\":\"Ticket afdrukken\",\"tYF4Zq\":\"Afdrukken naar PDF\",\"LcET2C\":\"Privacybeleid\",\"8z6Y5D\":\"Terugbetaling verwerken\",\"JcejNJ\":\"Bestelling verwerken\",\"EWCLpZ\":\"Gemaakt product\",\"XkFYVB\":\"Product verwijderd\",\"YMwcbR\":\"Uitsplitsing productverkoop, inkomsten en belastingen\",\"ls0mTC\":\"Productinstellingen kunnen niet worden bewerkt voor geannuleerde datums.\",\"2339ej\":\"Productinstellingen opgeslagen\",\"ldVIlB\":\"Bijgewerkt product\",\"CP3D8G\":\"Voortgang\",\"JoKGiJ\":\"Kortingscode\",\"dIodJL\":\"Kortingscode vereist\",\"k3wH7i\":\"Gebruik van promocodes en uitsplitsing van kortingen\",\"tZqL0q\":\"kortingscodes\",\"oCHiz3\":\"Kortingscodes\",\"uEhdRh\":\"Alleen promo\",\"dLm8V5\":\"Promotionele e-mails kunnen leiden tot accountopschorting\",\"W0ETyY\":\"Vul minimaal één adresveld in (locatie, straat, stad of land).\",\"2W/7Gz\":\"Lever het volgende aan vóór de volgende controle van Stripe, zodat de uitbetalingen doorlopen.\",\"7d1a0d\":\"Openbaar\",\"EEYbdt\":\"Publiceren\",\"JcgJKc\":\"Toch publiceren\",\"evDBV8\":\"Evenement publiceren\",\"2zEfOd\":\"Publiceer je evenement\",\"u3wRF+\":\"Gepubliceerd\",\"L7nrC8\":\"Door te publiceren wordt je evenementpagina openbaar en worden registraties geopend.\",\"dsFmM+\":\"Gekocht\",\"JunetL\":\"Koper\",\"phmeUH\":\"E-mail van koper\",\"ywR4ZL\":\"Check-in met QR-code\",\"oWXNE5\":\"Aant.\",\"VbWX2u\":\"Aantal\",\"biEyJ4\":\"Antwoorden op vragen\",\"k/bJj0\":\"Vragen herschikt\",\"b24kPi\":\"Wachtrij\",\"lTPqpM\":\"Snelle tip\",\"fqDzSu\":\"Tarief\",\"mnUGVC\":\"Limiet overschreden. Probeer het later opnieuw.\",\"t41hVI\":\"Plek opnieuw aanbieden\",\"TNclgc\":\"Deze datum opnieuw activeren? Hij wordt weer opengesteld voor toekomstige verkoop.\",\"RENQ6j\":\"Klaar om live te gaan?\",\"uqoRbb\":\"Realtime analyses\",\"jPSk57\":\"Reden (optioneel)\",\"xzRvs4\":[\"Productupdates van \",[\"0\"],\" ontvangen.\"],\"pLXbi8\":\"Recente accountaanmeldingen\",\"M1HGuR\":\"Recente activiteit\",\"3kJ0gv\":\"Recente deelnemers\",\"qhfiwV\":\"Recente check-ins\",\"S+0XMX\":\"Recente bestellingen\",\"Fi3b48\":\"Recente bestellingen\",\"7hPBBn\":\"ontvanger\",\"jp5bq8\":\"ontvangers\",\"yPrbsy\":\"Ontvangers\",\"E1F5Ji\":\"Ontvangers zijn beschikbaar nadat het bericht is verzonden\",\"WEYdDv\":\"Aanbevolen\",\"wuhHPE\":\"Terugkerend\",\"asLqwt\":\"Terugkerend evenement\",\"s3uzsK\":\"Instellingen terugkerend evenement\",\"D0tAMe\":\"Terugkerende evenementen\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Doorverwijzen naar Stripe...\",\"pnoTN5\":\"Verwijzingsaccounts\",\"ACKu03\":\"Voorbeeld Vernieuwen\",\"vuFYA6\":\"Alle bestellingen voor deze datums terugbetalen\",\"4cRUK3\":\"Alle bestellingen voor deze datum terugbetalen\",\"fKn/k6\":\"Terugbetalingsbedrag\",\"qY4rpA\":\"Terugbetaling mislukt\",\"FaK/8G\":[\"Bestelling \",[\"0\"],\" terugbetalen\"],\"MGbi9P\":\"Terugbetaling in behandeling\",\"BDSRuX\":[\"Terugbetaald: \",[\"0\"]],\"bU4bS1\":\"Terugbetalingen\",\"rYXfOA\":\"Regionale instellingen\",\"5tl0Bp\":\"Registratievragen\",\"ZNo5k1\":\"Resterend\",\"Bjh87R\":\"Label van alle datums verwijderen\",\"IVZaEo\":\"Verwijdert uitverkochte datums en tijden volledig van de evenementpagina. Indien uitgeschakeld blijven ze zichtbaar en worden ze als uitverkocht gemarkeerd.\",\"5Vkr/a\":\"Tijd verwijderen\",\"KkJtVK\":\"Weer openstellen voor verkoop\",\"XJwWJp\":\"Deze datum weer openstellen voor verkoop? Eerder geannuleerde tickets worden niet hersteld — betrokken deelnemers blijven geannuleerd en al uitgevoerde terugbetalingen worden niet teruggedraaid.\",\"RYlQY0\":\"Herhaling\",\"CQeZT8\":\"Rapport niet gevonden\",\"JEPMXN\":\"Nieuwe link aanvragen\",\"Yx0Ud8\":\"Aangevraagd\",\"Wcv9QD\":\"Aangevraagd door\",\"TMLAx2\":\"Verplicht\",\"mdeIOH\":\"Code opnieuw verzenden\",\"sQxe68\":\"Bevestiging opnieuw verzenden\",\"bxoWpz\":\"Bevestigingsmail opnieuw verzenden\",\"G42SNI\":\"E-mail opnieuw verzenden\",\"TTpXL3\":[\"Opnieuw verzenden over \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Ticket opnieuw verzenden\",\"Uwsg2F\":\"Gereserveerd\",\"8wUjGl\":\"Gereserveerd tot\",\"a5z8mb\":\"Terugzetten naar basisprijs\",\"kCn6wb\":\"Opnieuw instellen...\",\"ZlCDf+\":\"Antwoord\",\"bsydMp\":\"Antwoorddetails\",\"yKu/3Y\":\"Herstellen\",\"RokrZf\":\"Evenement herstellen\",\"/JyMGh\":\"Organisator herstellen\",\"HFvFRb\":\"Herstel dit evenement om het weer zichtbaar te maken.\",\"DDIcqy\":\"Herstel deze organisator en maak hem weer actief.\",\"mO8KLE\":\"resultaten\",\"6gRgw8\":\"Opnieuw proberen\",\"1BG8ga\":\"Alles opnieuw proberen\",\"rDC+T6\":\"Taak opnieuw proberen\",\"CbnrWb\":\"Terug naar evenement\",\"Lf7TCn\":\"Herbruikbare locaties verschijnen hier automatisch wanneer je evenementen met adressen aanmaakt, en je kunt ook zelf locaties toevoegen.\",\"mdQ0zb\":\"Herbruikbare locaties voor je evenementen. Locaties die via automatisch aanvullen zijn aangemaakt, worden hier automatisch opgeslagen.\",\"XFOPle\":\"Hergebruiken\",\"1Zehp4\":\"Hergebruik een Stripe-koppeling van een andere organisator in dit account.\",\"Oo/PLb\":\"Omzetoverzicht\",\"CfuueU\":\"Aanbod intrekken\",\"Tpm2G9\":\"Looptijd\",\"dFFW9L\":[\"Uitverkoop eindigde \",[\"0\"]],\"loCKGB\":[\"Uitverkoop eindigt \",[\"0\"]],\"wlfBad\":\"Uitverkoopperiode\",\"qi81Jg\":\"De verkoopperiode geldt voor alle datums in je planning. Wil je prijzen en beschikbaarheid per datum regelen, gebruik dan de aanpassingen op de <0>pagina Datumplanning.\",\"zpekWp\":[\"Uitverkoop begint \",[\"0\"]],\"7s8z0X\":\"Verkoopperiode\",\"mUv9U4\":\"Verkoop\",\"9KnRdL\":\"Verkoop is gepauzeerd\",\"JC3J0k\":\"Uitsplitsing van verkoop, opkomst en check-ins per datum\",\"3VnlS9\":\"Verkopen, bestellingen en prestatie-indicatoren voor alle evenementen\",\"3Q1AWe\":\"Verkoop:\",\"LeuERW\":\"Zelfde als evenement\",\"B4nE3N\":\"Voorbeeldticketprijs\",\"8BRPoH\":\"Voorbeeldlocatie\",\"PiK6Ld\":\"Za\",\"+5kO8P\":\"Zaterdag\",\"zJiuDn\":\"Aangepaste kosten opslaan\",\"x1fMXJ\":\"Schema opslaan\",\"KZrfYJ\":\"Sociale links opslaan\",\"9Y3hAT\":\"Sjabloon Opslaan\",\"C8ne4X\":\"Ticketontwerp Opslaan\",\"cTI8IK\":\"Btw-instellingen opslaan\",\"6/TNCd\":\"BTW-instellingen opslaan\",\"4RvD9q\":\"Opgeslagen locatie\",\"cgw0cL\":\"Opgeslagen locaties\",\"Fbqm/I\":\"Bij het opslaan van een aanpassing wordt een eigen configuratie voor deze organisator aangemaakt als die nu de systeemstandaard gebruikt.\",\"I+FvbD\":\"Scannen\",\"0zd6Nm\":\"Scan een ticket om een deelnemer in te checken\",\"bQG7Qk\":\"Gescande tickets verschijnen hier\",\"WDYSLJ\":\"Scannermodus\",\"gmB6oO\":\"Planning\",\"qQTaVm\":\"Planning toegevoegd\",\"j6NnBq\":\"Planning aangemaakt\",\"YP7frt\":\"Planning eindigt op\",\"QS1Nla\":\"Later plannen\",\"NAzVVw\":\"Bericht plannen\",\"/rTL/5\":\"Voorbeeld van schema\",\"Fz09JP\":\"Planning begint op\",\"4ba0NE\":\"Gepland\",\"4HKQZj\":\"Geplande verwijdering\",\"qcP/8K\":\"Geplande tijd\",\"A1taO8\":\"Zoeken\",\"ftNXma\":\"Zoek affiliates...\",\"VMU+zM\":\"Deelnemers zoeken\",\"VY+Bdn\":\"Zoeken op accountnaam of e-mail...\",\"VX+B3I\":\"Zoeken op evenement titel of organisator...\",\"R0wEyA\":\"Zoeken op taaknaam of uitzondering...\",\"YnMfsK\":\"Zoeken op naam of adres...\",\"3yKuDu\":\"Zoek op naam of e-mail en selecteer er een of meer\",\"VT+urE\":\"Zoeken op naam of e-mail...\",\"GHdjuo\":\"Zoeken op naam, e-mail of account...\",\"4mBFO7\":\"Zoek op naam, bestelnr., ticketnr. of e-mail\",\"20ce0U\":\"Zoeken op bestelling-ID, klantnaam of e-mail...\",\"4DSz7Z\":\"Zoeken op onderwerp, evenement of account...\",\"gTUY97\":\"Zoeken op titel...\",\"nQC7Z9\":\"Datums zoeken...\",\"iRtEpV\":\"Datums zoeken…\",\"JRM7ao\":\"Zoek een adres\",\"BWF1kC\":\"Berichten zoeken...\",\"5WYZKZ\":\"Zoekresultaten\",\"IG85fV\":\"Zoek opgeslagen locaties of vind een adres...\",\"Du+zn+\":\"Zoeken...\",\"3aD3GF\":\"Seizoensgebonden\",\"ku//5b\":\"Tweede\",\"Mck5ht\":\"Veilige afrekening\",\"s7tXqF\":\"Planning bekijken\",\"JFap6u\":\"Bekijk wat Stripe nog nodig heeft\",\"6lGaum\":\"Gezien\",\"p7xUrt\":\"Selecteer een categorie\",\"hTKQwS\":\"Kies een datum en tijd\",\"Ps6Xtf\":\"Kies een datum om beschikbare tijden te zien\",\"e4L7bF\":\"Selecteer een bericht om de inhoud te bekijken\",\"zPRPMf\":\"Selecteer een niveau\",\"BFRSTT\":\"Selecteer Account\",\"wgNoIs\":\"Alles selecteren\",\"mCB6Je\":\"Selecteer alles\",\"aCEysm\":[\"Alles selecteren op \",[\"0\"]],\"a6+167\":\"Selecteer een evenement\",\"4oT6dP\":\"Selecteer ten minste één account\",\"neCGH1\":\"Selecteer ten minste één gebruiker\",\"CFbaPk\":\"Selecteer deelnemersgroep\",\"88a49s\":\"Camera kiezen\",\"tVW/yo\":\"Selecteer valuta\",\"SJQM1I\":\"Datum kiezen\",\"n9ZhRa\":\"Selecteer einddatum en tijd\",\"gTN6Ws\":\"Selecteer eindtijd\",\"0U6E9W\":\"Selecteer evenementcategorie\",\"j9cPeF\":\"Soorten evenementen selecteren\",\"ypTjHL\":\"Een datum kiezen\",\"DHBGUX\":\"Producten selecteren...\",\"KizCK7\":\"Selecteer startdatum en tijd\",\"dJZTv2\":\"Selecteer starttijd\",\"x8XMsJ\":\"Selecteer het berichtenniveau voor dit account. Dit bepaalt berichtlimieten en linkrechten.\",\"aT3jZX\":\"Selecteer tijdzone\",\"TxfvH2\":\"Selecteer welke deelnemers dit bericht moeten ontvangen\",\"Ropvj0\":\"Selecteer welke evenementen deze webhook activeren\",\"+6YAwo\":\"geselecteerd\",\"ylXj1N\":\"Geselecteerd\",\"uq3CXQ\":\"Verkoop je evenement uit.\",\"oBXbO4\":\"Verkoop je een fysiek product? Beperk de hoeveelheid dan op de <0>productenpagina.\",\"j9b/iy\":\"Verkoopt snel 🔥\",\"73qYgo\":\"Verzenden als test\",\"HMAqFK\":\"Stuur e-mails naar deelnemers, tickethouders of bestelingseigenaren. Berichten kunnen direct worden verzonden of worden ingepland voor later.\",\"22Itl6\":\"Stuur mij een kopie\",\"NpEm3p\":\"Nu verzenden\",\"nOBvex\":\"Stuur realtime bestel- en deelnemergegevens naar je externe systemen.\",\"1lNPhX\":\"Terugbetalingsmelding e-mail verzenden\",\"eaUTwS\":\"Verstuur resetlink\",\"5cV4PY\":\"Verstuur naar alle datums, of kies er één\",\"QEQlnV\":\"Verstuur uw eerste bericht\",\"IoAuJG\":\"Verzenden...\",\"h69WC6\":\"Verzonden\",\"BVu2Hz\":\"Verzonden door\",\"ZFa8wv\":\"Wordt naar deelnemers gestuurd wanneer een geplande datum wordt geannuleerd\",\"SPdzrs\":\"Verzonden naar klanten wanneer ze een bestelling plaatsen\",\"LxSN5F\":\"Verzonden naar elke deelnemer met hun ticketgegevens\",\"hgvbYY\":\"September\",\"5sN96e\":\"Sessie geannuleerd\",\"S9i0UC\":[\"sessies · \",[\"dateCount\"],\" datums × \",[\"timesPerDay\"],\" tijden\"],\"89xaFU\":\"Stel de standaard platformkosteninstellingen in voor nieuwe evenementen onder deze organisator.\",\"eXssj5\":\"Stel standaardinstellingen in voor nieuwe evenementen die onder deze organisator worden gemaakt.\",\"uPe5p8\":\"Stel in hoe lang elke datum duurt\",\"ODuUEi\":\"Het datumlabel instellen of verwijderen\",\"buHACR\":\"Stel de eindtijd van elke datum zo lang na de starttijd in.\",\"TaeFgl\":\"Op onbeperkt zetten (limiet verwijderen)\",\"pd6SSe\":\"Stel een terugkerende planning in om datums automatisch aan te maken, of voeg ze één voor één toe.\",\"s0FkEx\":\"Stel inchecklijsten in voor verschillende ingangen, sessies of dagen.\",\"TaWVGe\":\"Uitbetalingen instellen\",\"JA//e6\":\"Planning instellen\",\"gzXY7l\":\"Planning instellen\",\"0Ls9qe\":\"Stel de tickets in die je gaat verkopen en hun prijzen\",\"xMO+Ao\":\"Stel je organisatie in\",\"5pEFnq\":\"Stel je schema in\",\"zRRuUD\":\"Je stelt je planning in de volgende stappen in\",\"ETC76A\":\"De locatie of onlinegegevens van de datum instellen, wijzigen of verwijderen\",\"C3htzi\":\"Instelling bijgewerkt\",\"Ohn74G\":\"Instellingen & ontwerp\",\"1W5XyZ\":\"Het instellen duurt maar een paar minuten — je hebt geen bestaand Stripe-account nodig. Stripe regelt kaarten, wallets, regionale betaalmethoden en fraudebescherming, zodat jij je op je evenement kunt richten.\",\"GG7qDw\":\"Deel affiliatelink\",\"hL7sDJ\":\"Deel organisatorpagina\",\"jy6QDF\":\"Gedeeld capaciteitsbeheer\",\"jDNHW4\":\"Tijden verschuiven\",\"tPfIaW\":[\"Tijden verschoven voor \",[\"count\"],\" datum(s)\"],\"WwlM8F\":\"Geavanceerde opties tonen\",\"cMW+gm\":[\"Toon alle platforms (\",[\"0\"],\" meer met waarden)\"],\"wXi9pZ\":\"Deelnemersnotities tonen aan niet-ingelogd personeel\",\"4LZFir\":\"Volledige datumbereik tonen\",\"UVPI5D\":\"Toon minder platforms\",\"Eu/N/d\":\"Toon marketing opt-in selectievakje\",\"SXzpzO\":\"Toon marketing opt-in selectievakje standaard\",\"b33PL9\":\"Toon meer platforms\",\"Eut7p9\":\"Bestelgegevens tonen aan niet-ingelogd personeel\",\"+RoWKN\":\"Antwoorden op vragen tonen aan niet-ingelogd personeel\",\"jbcx6L\":\"Resterende capaciteit tonen bij evenementdatums\",\"rXxBOx\":\"Resterende capaciteit tonen aan kopers\",\"t1LIQW\":[\"Toont \",[\"0\"],\" van \",[\"totalRows\"],\" records\"],\"E717U9\":[[\"0\"],\"–\",[\"1\"],\" van \",[\"2\"],\" worden getoond\"],\"5rzhBQ\":[[\"MAX_VISIBLE\"],\" van \",[\"totalAvailable\"],\" datums worden getoond. Typ om te zoeken.\"],\"WSt3op\":[\"De eerste \",[\"0\"],\" worden getoond — de overige \",[\"1\"],\" sessie(s) worden bij het verzenden alsnog meegenomen.\"],\"o1UbOh\":\"Wordt stuiterend bovenaan de modal getoond\",\"OJLTEL\":\"Wordt aan het personeel getoond wanneer ze de check-inpagina voor het eerst openen.\",\"lbfXEJ\":\"Toont resterend\",\"jVRHeq\":\"Aangemeld\",\"5C7J+P\":\"Eenmalig evenement\",\"E//btK\":\"Handmatig bewerkte datums overslaan\",\"paESr6\":\"Slowaaks\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Sociaal\",\"d0rUsW\":\"Sociale links\",\"j/TOB3\":\"Sociale links & website\",\"s9KGXU\":\"Verkocht\",\"yp+0jj\":\"uitverkocht\",\"1hupow\":\"Uitverkocht, wachtlijst beschikbaar\",\"iACSrw\":\"Sommige gegevens zijn niet openbaar toegankelijk. Log in om alles te zien.\",\"Dia6iz\":\"Er ging iets mis bij het verwijderen van de afbeelding. Probeer het opnieuw.\",\"KTxc6k\":\"Er is iets misgegaan. Probeer het opnieuw of neem contact op met support als het probleem zich blijft voordoen\",\"lkE00/\":\"Er is iets misgegaan. Probeer het later opnieuw.\",\"wdxz7K\":\"Bron\",\"SzuJ5m\":\"Specifieke accounts\",\"/h8G1o\":\"Specifieke gebruikers\",\"fDG2by\":\"Spiritualiteit\",\"oPaRES\":\"Verdeel de check-in over dagen, zones of tickettypes. Deel de link met je personeel — zij hebben geen account nodig.\",\"7JFNej\":\"Sport\",\"/bfV1Y\":\"Instructies voor personeel\",\"StWUH4\":\"Check-in starten\",\"JcQp9p\":\"Startdatum & tijd\",\"0m/ekX\":\"Startdatum & tijd\",\"izRfYP\":\"Startdatum is verplicht\",\"xAYSEs\":\"Starttijd\",\"n9ZrDo\":\"Begin met het typen van een locatie of adres...\",\"DACR+e\":\"Start ingeklapt\",\"qeFVhN\":[\"Begint over \",[\"diffDays\"],\" dagen\"],\"AOqtxN\":[\"Begint over \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Begint over \",[\"h\"],\" u \",[\"m\"],\" min\"],\"Lo49in\":[\"Begint over \",[\"seconds\"],\" s\"],\"NqChgF\":\"Begint morgen\",\"2NbyY/\":\"Statistieken\",\"GVUxAX\":\"Statistieken zijn gebaseerd op de aanmaakdatum van het account\",\"29Hx9U\":\"Statistieken\",\"5ia+r6\":\"Nog nodig\",\"wuV0bK\":\"Stop Imiteren\",\"S/7MPw\":\"Stripe-account ontkoppeld.\",\"s/KaDb\":\"Stripe gekoppeld\",\"Bk06QI\":\"Stripe verbonden\",\"akZMv8\":[\"Stripe-koppeling gekopieerd van \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe gaf geen installatielink terug. Probeer het opnieuw.\",\"aKtF0O\":\"Stripe niet verbonden\",\"9i0++A\":\"Stripe betalings-ID\",\"R1lIMV\":\"Stripe heeft binnenkort nog wat gegevens nodig\",\"FzcCHA\":\"Stripe leidt je door een paar korte vragen om de installatie af te ronden.\",\"ii0qn/\":\"Onderwerp is verplicht\",\"M7Uapz\":\"Onderwerp verschijnt hier\",\"6aXq+t\":\"Onderwerp:\",\"JwTmB6\":\"Succesvol gedupliceerd product\",\"WUOCgI\":\"Plek succesvol aangeboden\",\"IvxA4G\":[\"Tickets succesvol aangeboden aan \",[\"count\"],\" personen\"],\"kKpkzy\":\"Tickets succesvol aangeboden aan 1 persoon\",\"Zi3Sbw\":\"Succesvol verwijderd van de wachtlijst\",\"RuaKfn\":\"Adres succesvol bijgewerkt\",\"kzx0uD\":\"Standaardinstellingen evenement succesvol bijgewerkt\",\"5n+Wwp\":\"Organisator succesvol bijgewerkt\",\"DMCX/I\":\"Standaard platformkosteninstellingen succesvol bijgewerkt\",\"URUYHc\":\"Platformkosteninstellingen succesvol bijgewerkt\",\"kRWc2g\":\"Instellingen terugkerend evenement succesvol bijgewerkt\",\"0Dk/l8\":\"SEO-instellingen succesvol bijgewerkt\",\"S8Tua9\":\"Instellingen succesvol bijgewerkt\",\"MhOoLQ\":\"Sociale links succesvol bijgewerkt\",\"CNSSfp\":\"Trackinginstellingen succesvol bijgewerkt\",\"kj7zYe\":\"Webhook succesvol bijgewerkt\",\"dXoieq\":\"Samenvatting\",\"/RfJXt\":[\"Zomer Muziekfestival \",[\"0\"]],\"CWOPIK\":\"Zomer Muziekfestival 2025\",\"D89zck\":\"Zo\",\"DBC3t5\":\"Zondag\",\"UaISq3\":\"Zweeds\",\"JZTQI0\":\"Wissel van organisator\",\"9YHrNC\":\"Systeemstandaard\",\"jGR53C\":\"T-shirts, mokken en meer\",\"hCR98w\":\"Tik op datums zoals in een kalender.\",\"lruQkA\":\"Tik op dit scherm om het scannen te hervatten\",\"X9v2GM\":\"Doelaccounts\",\"TmyDCw\":\"Doelgebruikers\",\"TJUrME\":[\"Er worden deelnemers uit \",[\"0\"],\" geselecteerde sessies benaderd.\"],\"yT6dQ8\":\"Geïnde belasting gegroepeerd op belastingtype en evenement\",\"Ye321X\":\"Belastingnaam\",\"WyCBRt\":\"Belastingoverzicht\",\"QC3FVX\":\"Belastingen en kosten\",\"GkH0Pq\":\"Belastingen en kosten toegepast\",\"SXvRWU\":\"Samenwerken in teamverband\",\"vlf/In\":\"Technologie\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Vertel mensen wat ze kunnen verwachten van je evenement\",\"NiIUyb\":\"Vertel ons over je evenement\",\"DovcfC\":\"Vertel ons over je organisatie. Deze informatie wordt weergegeven op je evenementpagina's.\",\"69GWRq\":\"Vertel ons hoe vaak je evenement zich herhaalt en wij maken alle datums voor je aan.\",\"mXPbwY\":\"Geef je btw-registratiestatus door, zodat we de juiste btw-behandeling op de platformkosten toepassen.\",\"7wtpH5\":\"Sjabloon Actief\",\"QHhZeE\":\"Sjabloon succesvol aangemaakt\",\"xrWdPR\":\"Sjabloon succesvol verwijderd\",\"G04Zjt\":\"Sjabloon succesvol opgeslagen\",\"xowcRf\":\"Servicevoorwaarden\",\"6K0GjX\":\"Tekst kan moeilijk leesbaar zijn\",\"nm3Iz/\":\"Bedankt voor uw aanwezigheid!\",\"pYwj0k\":\"Bedankt,\",\"cIHkSd\":[\"Dat zijn \",[\"totalOccurrences\"],\" sessies — het maximum is \",[\"max\"],\". Verkort de periode of frequentie.\"],\"k3IitN\":\"Dat was het\",\"KfmPRW\":\"De achtergrondkleur van de pagina. Bij gebruik van een omslagafbeelding wordt dit als overlay toegepast.\",\"MDNyJz\":\"De code verloopt over 10 minuten. Controleer je spammap als je de e-mail niet ziet.\",\"AIF7J2\":\"De valuta waarin de vaste kosten zijn gedefinieerd. Deze wordt bij het afrekenen omgerekend naar de valuta van de bestelling.\",\"k3LFkM\":\"De valuta voor de ticketprijzen van dit evenement.\",\"7oksH+\":[\"De korting wordt afgetrokken van elk in aanmerking komend product. Bijv. \",[\"currencySymbol\"],\"10 korting × 3 tickets = \",[\"currencySymbol\"],\"30 korting.\"],\"sKL8k2\":\"De korting wordt eenmalig afgetrokken van het ordertotaal.\",\"cDHM1d\":\"Het e-mailadres is gewijzigd. De deelnemer ontvangt een nieuw ticket op het bijgewerkte e-mailadres.\",\"tXadb0\":\"Het evenement dat je zoekt is momenteel niet beschikbaar. Mogelijk is het verwijderd, verlopen of is de URL onjuist.\",\"sxKqBm\":\"Het volledige bestellingsbedrag wordt terugbetaald naar de oorspronkelijke betalingsmethode van de klant.\",\"KgDp6G\":\"De link die u probeert te openen is verlopen of niet meer geldig. Controleer uw e-mail voor een bijgewerkte link om uw bestelling te beheren.\",\"sYLeDq\":\"De organisator die je zoekt is niet gevonden. De pagina is mogelijk verplaatst, verwijderd of de URL is onjuist.\",\"PCr4zw\":\"De overschrijving wordt vastgelegd in het auditlogboek van de bestelling.\",\"C4nQe5\":\"De platformkosten worden toegevoegd aan de ticketprijs. Kopers betalen meer, maar u ontvangt de volledige ticketprijs.\",\"HxxXZO\":\"De primaire merkkleur die wordt gebruikt voor knoppen en accenten\",\"OVSkIF\":\"De snelle bruine vos springt over de luie hond.\",\"z0KrIG\":\"De geplande tijd is vereist\",\"EWErQh\":\"De geplande tijd moet in de toekomst liggen\",\"UNd0OU\":[\"De sessie voor \\\"\",[\"title\"],\"\\\", oorspronkelijk gepland op \",[\"0\"],\", is verplaatst.\"],\"DEcpfp\":\"Het template body bevat ongeldige Liquid syntax. Corrigeer het en probeer opnieuw.\",\"qpmtdK\":\"De tijdzone voor de datums en tijden van dit evenement.\",\"N3VfVA\":\"De upload heeft de server niet bereikt. Controleer je verbinding en probeer bij een groot bestand een kleinere afbeelding (max. 5MB).\",\"injXD7\":\"Het BTW-nummer kon niet worden gevalideerd. Controleer het nummer en probeer het opnieuw.\",\"A4UmDy\":\"Theater\",\"tDwYhx\":\"Thema en kleuren\",\"ybBP2H\":\"Er zijn geen producten beschikbaar voor deze datum. Kies een andere datum.\",\"O7g4eR\":\"Dit evenement heeft geen komende datums\",\"062KsE\":\"Deze gegevens worden alleen voor deze datum getoond op het ticket en het besteloverzicht van de deelnemer.\",\"5Eu+tn\":\"Deze gegevens worden alleen getoond als de bestelling succesvol is afgerond.\",\"jQjwR+\":\"Deze gegevens vervangen de bestaande locatie op de betrokken datums en verschijnen op de tickets van deelnemers.\",\"6eaLu/\":\"Deze prijzen gelden voor alle datums in je schema, en de aantallen per niveau beperken de totale verkoop van alle datums samen. Verkoopdatums van niveaus gelden globaal. Je kunt prijzen voor afzonderlijke datums overschrijven op de <0>pagina Datumschema.\",\"QP3gP+\":\"Deze instellingen zijn alleen van toepassing op gekopieerde insluitcode en worden niet opgeslagen.\",\"HirZe8\":\"Deze sjablonen worden gebruikt als standaard voor alle evenementen in uw organisatie. Individuele evenementen kunnen deze sjablonen overschrijven met hun eigen aangepaste versies.\",\"lzAaG5\":\"Deze sjablonen overschrijven de organisator-standaarden alleen voor dit evenement. Als hier geen aangepaste sjabloon is ingesteld, wordt in plaats daarvan de organisatorsjabloon gebruikt.\",\"UlykKR\":\"Derde\",\"1YTBzS\":\"Dit account heeft geen voltooide bestellingen, dus alle gegevens worden permanent verwijderd.\",\"jCPU8z\":\"Dit account staat gepland voor verwijdering\",\"zfNCE8\":[\"Dit account staat gepland voor verwijdering op <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"Dit geldt voor elke overeenkomende datum van het evenement, ook voor datums die nu niet zichtbaar zijn. Deelnemers die op een van die datums zijn aangemeld, zijn na de update bereikbaar via de berichteneditor.\",\"SOmGDa\":\"Deze check-inlijst hoort bij een sessie die is geannuleerd en kan daarom niet meer voor check-ins worden gebruikt.\",\"XBNC3E\":\"Deze code wordt gebruikt om verkopen bij te houden. Alleen letters, cijfers, streepjes en underscores toegestaan.\",\"AaP0M+\":\"Deze kleurencombinatie kan moeilijk leesbaar zijn voor sommige gebruikers\",\"o1phK/\":[\"Deze datum heeft \",[\"orderCount\"],\" bestelling(en) die geraakt worden.\"],\"F/UtGt\":\"Deze datum is geannuleerd. Je kunt hem nog verwijderen om hem definitief weg te halen.\",\"BLZ7pX\":\"Deze datum ligt in het verleden. Hij wordt aangemaakt, maar is voor deelnemers niet zichtbaar bij de komende datums.\",\"7IIY0z\":\"Deze datum is gemarkeerd als uitverkocht.\",\"bddWMP\":\"Deze datum is niet meer beschikbaar. Kies een andere datum.\",\"E9BqZw\":\"Alleen deze datum\",\"n68908\":[\"Dit ontkoppelt \",[\"stripeAccountId\"],\" van deze organisator. Betaalde ticketverkoop werkt pas weer zodra je opnieuw een Stripe-account koppelt.\"],\"RzEvf5\":\"Dit evenement is afgelopen\",\"kc4bIA\":\"Dit evenement heeft nog geen tickets of producten, dus deelnemers kunnen zich niet registreren.\",\"eMaNd0\":\"Dit evenement is niet beschikbaar\",\"YClrdK\":\"Dit evenement is nog niet gepubliceerd\",\"GL6z+k\":\"Dit evenement is uitverkocht\",\"pIwDhS\":\"De datums en tijden van dit evenement worden in de datumplanning ingesteld.\",\"ny5rgr\":\"Dit is een terugkerend evenement\",\"tc64Zz\":\"Dit is de naam van de categorie die op de evenementpagina wordt weergegeven.\",\"dFJnia\":\"Dit is de naam van je organisator die aan je gebruikers wordt getoond.\",\"vt7jiq\":\"Dit is de enige keer dat het ondertekeningsgeheim wordt getoond. Kopieer het nu en bewaar het veilig.\",\"5DpZrC\":\"Dit beperkt de totale verkoop van alle datums in je schema samen — het is geen limiet per datum. Om het aantal deelnemers per datum te beperken, stel je een capaciteit in op de <0>pagina Datumschema.\",\"L7dIM7\":\"Deze link is ongeldig of verlopen.\",\"MR5ygV\":\"Deze link is niet meer geldig\",\"9LEqK0\":\"Deze naam is zichtbaar voor eindgebruikers\",\"QdUMM9\":\"Deze datum zit vol\",\"j5FdeA\":\"Deze bestelling wordt verwerkt.\",\"sjNPMw\":\"Deze bestelling is verlaten. U kunt op elk moment een nieuwe bestelling starten.\",\"OhCesD\":\"Deze bestelling is geannuleerd. Je kunt op elk moment een nieuwe bestelling plaatsen.\",\"lyD7rQ\":\"Dit organisatorprofiel is nog niet gepubliceerd\",\"9b5956\":\"Dit voorbeeld toont hoe uw e-mail eruit ziet met voorbeeldgegevens. Werkelijke e-mails gebruiken echte waarden.\",\"uM9Alj\":\"Dit product is uitgelicht op de evenementpagina\",\"RqSKdX\":\"Dit product is uitverkocht\",\"4PDH+K\":\"Dit product verschijnt niet zelfstandig op de evenementpagina — kopers zien het alleen als add-on bij de producten waaraan het gekoppeld is.\",\"qEGn8I\":\"Dit terugkerende evenement heeft nog geen data, dus er valt voor deelnemers niets te boeken.\",\"W12OdJ\":\"Dit rapport is alleen voor informatieve doeleinden. Raadpleeg altijd een belastingprofessional voordat u deze gegevens gebruikt voor boekhoudkundige of fiscale doeleinden. Controleer met uw Stripe-dashboard aangezien Hi.Events mogelijk historische gegevens mist.\",\"1LuJNw\":\"Dit ticket is niet langer geldig\",\"0Ew0uk\":\"Dit ticket is net gescand. Wacht even voordat u opnieuw scant.\",\"FYXq7k\":[\"Dit raakt \",[\"loadedAffectedCount\"],\" datum(s).\"],\"kvpxIU\":\"Dit wordt gebruikt voor meldingen en communicatie met je gebruikers.\",\"bPgkdx\":\"Dit annuleert de geplande verwijdering en heractiveert het account. De accounteigenaar wordt per e-mail op de hoogte gebracht.\",\"4yx4a4\":[\"Dit deactiveert je account onmiddellijk en verwijdert het na 30 dagen permanent. Typ ter bevestiging je accountnaam: <0>\",[\"0\"],\"\"],\"rhsath\":\"Dit is niet zichtbaar voor klanten, maar helpt je de affiliate te identificeren.\",\"VGEfU7\":\"Dit verwijdert of anonimiseert het account onmiddellijk en permanent, zonder te wachten op de geplande datum. Dit kan niet ongedaan worden gemaakt.\",\"hV6FeJ\":\"Doorvoer\",\"+FjWgX\":\"Do\",\"kkDQ8m\":\"Donderdag\",\"0GSPnc\":\"Ticketontwerp\",\"EZC/Cu\":\"Ticketontwerp succesvol opgeslagen\",\"bbslmb\":\"Ticket ontwerper\",\"1BPctx\":\"Ticket voor\",\"HGuXjF\":\"Tickethouders\",\"CMUt3Y\":\"Tickethouders\",\"awHmAT\":\"Ticket-ID\",\"6czJik\":\"Ticket Logo\",\"t79rDv\":\"Ticket niet gevonden\",\"6tmWch\":\"Ticket of product\",\"1tfWrD\":\"Ticketvoorbeeld voor\",\"KnjoUA\":\"Ticketprijs\",\"pGZOcL\":\"Ticket succesvol opnieuw verzonden\",\"o02GZM\":\"De ticketverkoop voor dit evenement is beëindigd\",\"8jLPgH\":\"Tickettype\",\"8qsbZ5\":\"Ticketing & verkoop\",\"zNECqg\":\"tickets\",\"6GQNLE\":\"Tickets\",\"NRhrIB\":\"Tickets en producten\",\"OrWHoZ\":\"Tickets worden automatisch aangeboden aan klanten op de wachtlijst wanneer er capaciteit beschikbaar komt.\",\"AGRilS\":\"Verkochte Tickets\",\"4/dG8J\":\"Niveaus\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Tijd\",\"kGEhUy\":\"Tijden\",\"fXf2r5\":[\"Tijden weergegeven in \",[\"timezoneAbbr\"]],\"9udQT9\":\"Titel is verplicht\",\"dMtLDE\":\"tot\",\"/jQctM\":\"Aan\",\"tiI71C\":\"Om uw limieten te verhogen, neem contact met ons op via\",\"ecUA8p\":\"Vandaag\",\"W428WC\":\"Kolommen schakelen\",\"BRMXj0\":\"Morgen\",\"UBSG1X\":\"Top organisatoren (Laatste 14 dagen)\",\"3sZ0xx\":\"Totaal Accounts\",\"SMDzqJ\":\"Totaal deelnemers\",\"orBECM\":\"Totaal geïnd\",\"k5CU8c\":\"Totaal inschrijvingen\",\"4B7oCp\":\"Totale kosten\",\"sMMlTX\":\"Totale kosten\",\"mlvCEl\":\"Totaal aantal bestellingen\",\"2AW/k5\":\"Totaal aantal voor alle datums\",\"dp8BCb\":\"Totale belasting\",\"vb0Q0/\":\"Totaal Gebruikers\",\"oJjplO\":\"Totaal weergaven\",\"rBZ9pz\":\"Rondleidingen\",\"orluER\":\"Volg accountgroei en prestaties per attributiebron\",\"YwKzpH\":\"Tracking & Analyse\",\"GUA0Jy\":\"Probeer een andere zoekterm of een ander filter\",\"2P/OWN\":\"Pas je filters aan om meer datums te zien.\",\"ouM5IM\":\"Probeer een ander e-mailadres\",\"3DZvE7\":\"Probeer Hi.Events Gratis\",\"vq2WxD\":\"Di\",\"G3myU+\":\"Dinsdag\",\"Kz91g/\":\"Turks\",\"GdOhw6\":\"Geluid uitschakelen\",\"KUOhTy\":\"Geluid inschakelen\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Typ \\\"verwijderen\\\" om te bevestigen\",\"nSlb72\":\"Typ om te zoeken...\",\"nWRfmt\":\"Typografie\",\"IrVSu+\":\"Kan product niet dupliceren. Controleer uw gegevens\",\"Vx2J6x\":\"Kan deelnemer niet ophalen\",\"h0dx5e\":\"Kan niet aan de wachtlijst worden toegevoegd\",\"DaE0Hg\":\"Deelnemergegevens konden niet worden geladen.\",\"GlnD5Y\":\"Producten voor deze datum konden niet worden geladen. Probeer het opnieuw.\",\"17VbmV\":\"Check-in kan niet ongedaan worden gemaakt\",\"n57zCW\":\"Niet-toegewezen accounts\",\"9uI/rE\":\"Ongedaan maken\",\"Ef7StM\":\"Onbekend\",\"ZBAScj\":\"Onbekende deelnemer\",\"MEIAzV\":\"Naamloos\",\"K6L5Mx\":\"Naamloze locatie\",\"7yiFvZ\":\"Onbetaald\",\"C51N+0\":\"tot\",\"NaeLn8\":[\"Tot \",[\"end\"]],\"porwAO\":\"Tot een datum\",\"ZIb6rJ\":\"Naamloos product\",\"crJM8s\":\"Naamloos ticket\",\"X13xGn\":\"Niet vertrouwd\",\"0bT1FT\":[\"Maximaal \",[\"max\"],\" per bestelling\"],\"gyXpQN\":\"Komende evenementen\",\"Pp1sWX\":\"Affiliate bijwerken\",\"59qHrb\":\"Capaciteit bijwerken\",\"Gaem9v\":\"Naam en beschrijving van het evenement bijwerken\",\"7EhE4k\":\"Label bijwerken\",\"NPQWj8\":\"Locatie bijwerken\",\"75+lpR\":[\"Update: \",[\"subjectTitle\"],\" — wijzigingen in de planning\"],\"UOGHdA\":[\"Update: \",[\"subjectTitle\"],\" — tijd van sessie gewijzigd\"],\"+b7T3G\":\"Bijgewerkt\",\"ogoTrw\":[[\"count\"],\" datum(s) bijgewerkt\"],\"dDuona\":[\"Capaciteit bijgewerkt voor \",[\"count\"],\" datum(s)\"],\"FT3LSc\":[\"Label bijgewerkt voor \",[\"count\"],\" datum(s)\"],\"8EcY1g\":[\"Locatie bijgewerkt voor \",[\"count\"],\" datum(s)\"],\"83tNam\":\"Wordt bijgewerkt terwijl je de regel opbouwt. Blader door de maanden om de datums te controleren.\",\"/XlQr2\":\"Wordt bijgewerkt terwijl je typt.\",\"gJQsLv\":\"Upload een omslagafbeelding voor je organisator\",\"4kEGqW\":\"Upload een logo voor je organisator\",\"lnCMdg\":\"Afbeelding uploaden\",\"29w7p6\":\"Afbeelding uploaden...\",\"HtrFfw\":\"URL is vereist\",\"3VnYUR\":\"De URL moet beginnen met http:// of https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB-scanner luistert\",\"dyTklH\":\"USB-scanner gepauzeerd\",\"OHJXlK\":\"Gebruik <0>Liquid-templating om uw e-mails te personaliseren\",\"/rsy72\":\"Standaard van het evenement gebruiken\",\"0k4cdb\":\"Gebruik bestelgegevens voor alle deelnemers. Namen en e-mailadressen van deelnemers komen overeen met de informatie van de koper.\",\"bA31T4\":\"Gebruik de gegevens van de koper voor alle deelnemers\",\"PpgtnC\":\"Dit adres gebruiken\",\"rnoQsz\":\"Gebruikt voor randen, accenten en QR-code styling\",\"b0XTc/\":[\"Gebruikers (\",[\"0\"],\")\"],\"BV4L/Q\":\"UTM-analyse\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Uw BTW-nummer valideren...\",\"t7caBM\":\"Btw-landcode\",\"WLkfqH\":\"Btw-nummer\",\"pnVh83\":\"BTW-nummer\",\"CabI04\":\"BTW-nummer mag geen spaties bevatten\",\"PMhxAR\":\"BTW-nummer moet beginnen met een landcode van 2 letters gevolgd door 8-15 alfanumerieke tekens (bijv. NL123456789B01)\",\"gPgdNV\":\"BTW-nummer succesvol gevalideerd\",\"RUMiLy\":\"Validatie van BTW-nummer is mislukt\",\"vqji3Y\":\"Validatie van BTW-nummer is mislukt. Controleer uw BTW-nummer.\",\"8dENF9\":\"BTW op kosten\",\"ZutOKU\":\"BTW-tarief\",\"+KJZt3\":\"Btw-plichtig\",\"Nfbg76\":\"BTW-instellingen succesvol opgeslagen\",\"UvYql/\":\"BTW-instellingen opgeslagen. We valideren uw BTW-nummer op de achtergrond.\",\"bXn1Jz\":\"Btw-instellingen bijgewerkt\",\"tJylUv\":\"BTW-behandeling voor platformkosten\",\"FlGprQ\":\"BTW-behandeling voor platformkosten: EU BTW-geregistreerde bedrijven kunnen de verleggingsregeling gebruiken (0% - Artikel 196 van BTW-richtlijn 2006/112/EG). Niet-BTW-geregistreerde bedrijven worden Ierse BTW van 23% in rekening gebracht.\",\"516oLj\":\"BTW-validatieservice tijdelijk niet beschikbaar\",\"p6QQLa\":[\"Btw: \",[\"0\"]],\"5q87Y9\":\"Btw: niet geregistreerd\",\"AdWhjZ\":\"Verificatiecode\",\"kUAumu\":\"Verificatie-e-mail verzonden. Controleer je inbox.\",\"QDEWii\":\"Geverifieerd\",\"wCKkSr\":\"Verifieer e-mail\",\"/IBv6X\":\"Verifieer je e-mailadres\",\"u8nB38\":\"Verifieer je e-mailadres zodat deelnemers tickets kunnen ontvangen\",\"e/cvV1\":\"Verifiëren...\",\"fROFIL\":\"Vietnamees\",\"p5nYkr\":\"Alles bekijken\",\"yA/6BX\":\"Alles bekijken →\",\"6CQ7/B\":\"Alle functies bekijken\",\"YSE15b\":\"Alle check-inlijsten bekijken\",\"RnvnDc\":\"Bekijk alle berichten verzonden op het platform\",\"+WFMis\":\"Bekijk en download rapporten voor al uw evenementen. Alleen voltooide bestellingen zijn inbegrepen.\",\"c7VN/A\":\"Antwoorden bekijken\",\"SZw9tS\":\"Details bekijken\",\"9+84uW\":[\"Details bekijken voor \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Bekijk evenement\",\"c6SXHN\":\"Evenementpagina bekijken\",\"n6EaWL\":\"Logboeken bekijken\",\"OaKTzt\":\"Bekijk kaart\",\"zNZNMs\":\"Bericht bekijken\",\"67OJ7t\":\"Bestelling Bekijken\",\"tKKZn0\":\"Bekijk bestelgegevens\",\"KeCXJu\":\"Bekijk bestellingsdetails, geef terugbetalingen en verstuur bevestigingen opnieuw.\",\"9jnAcN\":\"Bekijk organisator-homepage\",\"1J/AWD\":\"Ticket Bekijken\",\"N9FyyW\":\"Bekijk, bewerk en exporteer je geregistreerde deelnemers.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Zichtbaar vanaf \",[\"start\"],\" — verborgen tot de verkoop opengaat.\"],\"EkiKJK\":\"Voor iedereen zichtbaar op de evenementpagina.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Wachtend\",\"quR8Qp\":\"Wachten op betaling\",\"KrurBH\":\"Wachten op scan…\",\"u0n+wz\":\"Wachtlijst\",\"3RXFtE\":\"Wachtlijst ingeschakeld\",\"TwnTPy\":\"Wachtlijstaanbod verlopen\",\"aUi/Dz\":\"Waarschuwing: dit is de standaardsysteemconfiguratie. Wijzigingen zijn van invloed op alle accounts die geen specifieke configuratie toegewezen hebben.\",\"aT/44s\":\"We konden die Stripe-koppeling niet kopiëren. Probeer het opnieuw.\",\"jTee4a\":\"We konden dit Stripe-account niet ontkoppelen. Probeer het opnieuw.\",\"RRZDED\":\"We konden geen bestellingen vinden die gekoppeld zijn aan dit e-mailadres.\",\"2RZK9x\":\"We konden de bestelling die u zoekt niet vinden. De link is mogelijk verlopen of de bestelgegevens zijn gewijzigd.\",\"nefMIK\":\"We konden het ticket dat u zoekt niet vinden. De link is mogelijk verlopen of de ticketgegevens zijn gewijzigd.\",\"miysJh\":\"We konden deze bestelling niet vinden. Mogelijk is deze verwijderd.\",\"Fjj/5/\":\"We konden de check-inlijsten niet laden. Probeer het opnieuw.\",\"ADsQ23\":\"We kunnen Stripe op dit moment niet bereiken. Probeer het zo meteen opnieuw.\",\"HJKdzP\":\"Er is een probleem opgetreden bij het laden van deze pagina. Probeer het opnieuw.\",\"jegrvW\":\"We werken samen met Stripe om uitbetalingen rechtstreeks naar je bankrekening te sturen.\",\"IfN2Qo\":\"We raden een vierkant logo aan met minimale afmetingen van 200x200px\",\"wJzo/w\":\"We raden een formaat van 400x400 px aan, met een maximale bestandsgrootte van 5 MB\",\"L/KlAh\":[\"We hebben een verificatielink gestuurd naar \",[\"0\"]],\"KRCDqH\":\"We gebruiken cookies om te begrijpen hoe de site wordt gebruikt en om uw ervaring te verbeteren.\",\"x8rEDQ\":\"We konden uw BTW-nummer niet valideren na meerdere pogingen. We blijven het op de achtergrond proberen. Kom later terug.\",\"4HaEdK\":[\"We maken alle \",[\"totalOccurrences\"],\" sessies aan — je kunt elke datum daarna bewerken of verwijderen\"],\"mfM/HJ\":[\"We sturen u een e-mail als er een plek beschikbaar komt voor \",[\"productDisplayName\"],\" op \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"We sturen u een e-mail als er een plek beschikbaar komt voor \",[\"productDisplayName\"],\".\"],\"McuGND\":\"Na het opslaan openen we een berichteneditor met een vooraf ingevuld sjabloon. Jij controleert en verstuurt — er wordt niets automatisch verzonden.\",\"q1BizZ\":\"We sturen je tickets naar dit e-mailadres\",\"ZOmUYW\":\"We valideren uw BTW-nummer op de achtergrond. Als er problemen zijn, laten we het u weten.\",\"LKjHr4\":[\"We hebben de planning van \\\"\",[\"title\"],\"\\\" gewijzigd — \",[\"description\"],\" raakt \",[\"affectedCount\"],\" sessie(s).\"],\"Fq/Nx7\":\"We hebben een 5-cijferige verificatiecode verzonden naar:\",\"GdWB+V\":\"Webhook succesvol aangemaakt\",\"2X4ecw\":\"Webhook succesvol verwijderd\",\"ndBv0v\":\"Webhook-integraties\",\"CThMKa\":\"Webhook logboeken\",\"I0adYQ\":\"Webhook-ondertekeningsgeheim\",\"nuh/Wq\":\"Webhook URL\",\"8BMPMe\":\"Webhook verzendt geen meldingen\",\"FSaY52\":\"Webhook stuurt meldingen\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Website\",\"0f7U0k\":\"Wo\",\"VAcXNz\":\"Woensdag\",\"64X6l4\":\"week\",\"4XSc4l\":\"Wekelijks\",\"IAUiSh\":\"weken\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Welkom terug\",\"QDWsl9\":[\"Welkom bij \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Welkom bij \",[\"0\"],\", hier is een overzicht van al je evenementen\"],\"DDbx7K\":\"Welzijn\",\"FaSXqR\":\"Wat voor type evenement?\",\"0WyYF4\":\"Wat niet-ingelogd personeel kan zien\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Wanneer een check-in wordt verwijderd\",\"RPe6bE\":\"Wanneer een datum van een terugkerend evenement wordt geannuleerd\",\"Gmd0hv\":\"Wanneer een nieuwe deelnemer wordt aangemaakt\",\"zyIyPe\":\"Wanneer een nieuw evenement wordt aangemaakt\",\"Lc18qn\":\"Wanneer een nieuwe order wordt aangemaakt\",\"dfkQIO\":\"Wanneer een nieuw product wordt gemaakt\",\"8OhzyY\":\"Wanneer een product wordt verwijderd\",\"tRXdQ9\":\"Wanneer een product wordt bijgewerkt\",\"9L9/28\":\"Wanneer een product uitverkocht is, kunnen klanten zich aanmelden voor een wachtlijst om op de hoogte te worden gebracht wanneer er plekken beschikbaar komen.\",\"OIkHj+\":\"Wanneer een product uitverkocht is, kunnen klanten zich aanmelden voor een wachtlijst om op de hoogte te worden gebracht wanneer er plekken beschikbaar komen. Klanten melden zich aan voor de wachtlijst voor een specifieke datum en aanbiedingen worden per datum gedaan.\",\"Q7CWxp\":\"Wanneer een deelnemer wordt geannuleerd\",\"IuUoyV\":\"Wanneer een deelnemer is ingecheckt\",\"nBVOd7\":\"Wanneer een deelnemer wordt bijgewerkt\",\"t7cuMp\":\"Wanneer een evenement wordt gearchiveerd\",\"gtoSzE\":\"Wanneer een evenement wordt bijgewerkt\",\"ny2r8d\":\"Wanneer een bestelling wordt geannuleerd\",\"c9RYbv\":\"Wanneer een bestelling is gemarkeerd als betaald\",\"ejMDw1\":\"Wanneer een bestelling wordt terugbetaald\",\"fVPt0F\":\"Wanneer een bestelling wordt bijgewerkt\",\"bcYlvb\":\"Wanneer check-in sluit\",\"XIG669\":\"Wanneer check-in opent\",\"de6HLN\":\"Wanneer klanten tickets kopen, verschijnen hun bestellingen hier.\",\"pm9tpn\":\"Indien ingeschakeld, kunnen kopers hun naam en e-mailadres in één keer naar alle deelnemers kopiëren. Schakel dit uit om de optie \\\"Alle deelnemers\\\" te verwijderen; kopers kunnen hun gegevens nog steeds naar de eerste deelnemer kopiëren, de rest moet afzonderlijk worden ingevoerd.\",\"403wpZ\":\"Indien ingeschakeld, kunnen nieuwe evenementen deelnemers hun eigen ticketgegevens beheren via een beveiligde link. Dit kan per evenement worden overschreven.\",\"blXLKj\":\"Indien ingeschakeld, tonen nieuwe evenementen een marketing opt-in selectievakje tijdens het afrekenen. Dit kan per evenement worden overschreven.\",\"Kj0Txn\":\"Indien ingeschakeld, worden er geen applicatiekosten in rekening gebracht bij Stripe Connect-transacties. Gebruik dit voor landen waar applicatiekosten niet worden ondersteund.\",\"xo06V3\":\"Waar de knop naartoe linkt\",\"uchB0M\":\"Widget voorbeeld\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Schrijf hier je bericht...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"jaar\",\"zkWmBh\":\"Jaarlijks\",\"+BGee5\":\"jaar\",\"X/azM1\":\"Ja - Ik heb een geldig EU BTW-registratienummer\",\"Tz5oXG\":\"Ja, annuleer mijn bestelling\",\"QlSZU0\":[\"U imiteert <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"U geeft een gedeeltelijke terugbetaling uit. De klant krijgt \",[\"0\"],\" \",[\"1\"],\" terugbetaald.\"],\"o7LgX6\":\"U kunt extra servicekosten en belastingen configureren in uw accountinstellingen.\",\"rj3A7+\":\"Je kunt dit later per datum aanpassen.\",\"paWwQ0\":\"U kunt tickets indien nodig nog steeds handmatig aanbieden.\",\"jTDzpA\":\"U kunt de laatste actieve organisator van uw account niet archiveren.\",\"D8baxD\":\"Je hebt betaalde tickets, maar Stripe is nog niet verbonden, dus je kunt geen betalingen ontvangen.\",\"5VGIlq\":\"U heeft uw berichtenlimiet bereikt.\",\"casL1O\":\"Je hebt belastingen en kosten toegevoegd aan een Gratis product. Wilt u deze verwijderen?\",\"5SgD0L\":\"Je hebt niet-opgeslagen wijzigingen. Weet je zeker dat je ze wilt verwerpen?\",\"9jJNZY\":\"U moet uw verantwoordelijkheden erkennen voordat u opslaat\",\"pCLes8\":\"U moet akkoord gaan met het ontvangen van berichten\",\"FVTVBy\":\"Je moet je e-mailadres verifiëren voordat je de status van de organisator kunt bijwerken.\",\"ze4bi/\":\"Je moet minstens één datum aanmaken voordat je deelnemers aan dit terugkerende evenement kunt toevoegen.\",\"w65ZgF\":\"U moet uw account-e-mailadres verifiëren voordat u e-mailsjablonen kunt wijzigen.\",\"FRl8Jv\":\"U moet het e-mailadres van uw account verifiëren voordat u berichten kunt verzenden.\",\"88cUW+\":\"U ontvangt\",\"O6/3cu\":\"In de volgende stap kun je datums, planningen en herhalingsregels instellen.\",\"zKAheG\":\"Je wijzigt sessietijden\",\"MNFIxz\":[\"Je gaat naar \",[\"0\"],\"!\"],\"ZlLcht\":[\"U meldt zich aan voor de wachtlijst voor \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Je staat op de wachtlijst!\",\"/5HL6k\":\"Je hebt een plek aangeboden gekregen!\",\"gbjFFH\":\"Je hebt de sessietijd gewijzigd\",\"YI0K8C\":[\"Je account is gedeactiveerd en wordt permanent verwijderd op <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Uw account heeft berichtenlimieten. Om uw limieten te verhogen, neem contact met ons op via\",\"gsWZkk\":\"Je account staat nu gepland voor verwijdering.\",\"x/xjzn\":\"Je affiliates zijn succesvol geëxporteerd.\",\"TF37u6\":\"Je deelnemers zijn succesvol geëxporteerd.\",\"79lXGw\":\"Je check-in lijst is succesvol aangemaakt. Deel de onderstaande link met je check-in personeel.\",\"BnlG9U\":\"Uw huidige bestelling gaat verloren.\",\"nBqgQb\":\"Uw e-mail\",\"GG1fRP\":\"Je evenement is live!\",\"ifRqmm\":\"Je bericht is succesvol verzonden!\",\"0/+Nn9\":\"Uw berichten verschijnen hier\",\"/Rj5P4\":\"Jouw naam\",\"PFjJxY\":\"Uw nieuwe wachtwoord moet minimaal 8 tekens lang zijn.\",\"gzrCuN\":\"Uw bestelgegevens zijn bijgewerkt. Er is een bevestigingsmail verzonden naar het nieuwe e-mailadres.\",\"naQW82\":\"Uw bestelling is geannuleerd.\",\"bhlHm/\":\"Je bestelling wacht op betaling\",\"XeNum6\":\"Je bestellingen zijn succesvol geëxporteerd.\",\"Xd1R1a\":\"Adres van je organisator\",\"WWYHKD\":\"Uw betaling is beveiligd met encryptie op bankniveau\",\"5b3QLi\":\"Uw plan\",\"N4Zkqc\":\"Je opgeslagen datumfilter is niet meer beschikbaar — alle datums worden getoond.\",\"o0qzpM\":\"Je Stripe-account zelf blijft ongewijzigd en er gaan geen gegevens verloren — je kunt op elk moment opnieuw koppelen.\",\"FNO5uZ\":\"Je ticket blijft geldig — je hoeft niets te doen, tenzij het nieuwe tijdstip je niet uitkomt. Beantwoord deze e-mail als je vragen hebt.\",\"CnZ3Ou\":\"Je tickets zijn bevestigd.\",\"EmFsMZ\":\"Uw BTW-nummer staat in de wachtrij voor validatie\",\"QBlhh4\":\"Uw BTW-nummer wordt gevalideerd wanneer u opslaat\",\"fT9VLt\":\"Uw wachtlijstaanbod is verlopen en we konden uw bestelling niet voltooien. Meld u opnieuw aan voor de wachtlijst om op de hoogte te worden gebracht wanneer er meer plekken beschikbaar komen.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file diff --git a/frontend/src/locales/nl.po b/frontend/src/locales/nl.po index c41106bedd..c1df27671c 100644 --- a/frontend/src/locales/nl.po +++ b/frontend/src/locales/nl.po @@ -34,7 +34,7 @@ msgstr "(leeg)" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:110 msgid "(none)" -msgstr "" +msgstr "(geen)" #: src/components/common/ReportTable/index.tsx:328 msgid "{0}" @@ -54,7 +54,7 @@ msgstr "{0} {1} is al ingecheckt" #: src/components/layouts/CheckIn/index.tsx:249 msgid "{0} <0>checked in" -msgstr "" +msgstr "{0} <0>ingecheckt" #: src/components/layouts/CheckIn/index.tsx:284 msgid "{0} <0>checked out successfully" @@ -84,7 +84,7 @@ msgstr "{0} logo" #: src/components/modals/CreateAttendeeModal/index.tsx:272 msgid "{0} of {1} seats are taken." -msgstr "" +msgstr "{0} van {1} plaatsen zijn bezet." #: src/components/routes/events/Dashboard/index.tsx:141 msgid "{0} organizers" @@ -100,15 +100,15 @@ msgstr "{0} succesvol bijgewerkt" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:417 msgid "{activeCount} enabled" -msgstr "" +msgstr "{activeCount} ingeschakeld" #: src/components/common/CheckIn/CheckInInfoModal.tsx:101 msgid "{appName} logo" -msgstr "" +msgstr "{appName}-logo" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:296 msgid "{attendeeCount} attendees are registered for this session." -msgstr "" +msgstr "{attendeeCount} deelnemers zijn aangemeld voor deze sessie." #: src/components/common/EventCard/index.tsx:133 msgid "{availableCount} of {totalCount} available" @@ -120,7 +120,7 @@ msgstr "{capacity} plekken over" #: src/components/common/CheckIn/CheckInInfoModal.tsx:55 msgid "{checkedIn} / {total} checked in" -msgstr "" +msgstr "{checkedIn} / {total} ingecheckt" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:378 msgid "{chipTime}, Sold Out" @@ -132,12 +132,12 @@ msgstr "{chipTime}, Uitverkocht, wachtlijst beschikbaar" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:210 msgid "{completedCount} of {totalCount} steps complete" -msgstr "" +msgstr "{completedCount} van {totalCount} stappen voltooid" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "{count} add-ons" -msgstr "" +msgstr "{count} add-ons" #: src/components/common/Countdown/index.tsx:68 msgid "{days} days, {hours} hours, {minutes} minutes, and {seconds} seconds" @@ -145,15 +145,15 @@ msgstr "{days} dagen, {hours} uren, {minutes} minuten en {seconds} seconden" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:29 msgid "{diffHr}h ago" -msgstr "" +msgstr "{diffHr} u geleden" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:27 msgid "{diffMin}m ago" -msgstr "" +msgstr "{diffMin} min geleden" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:25 msgid "{diffSec}s ago" -msgstr "" +msgstr "{diffSec} s geleden" #: src/components/common/OrganizerWebhookTable/index.tsx:79 #: src/components/common/WebhookTable/index.tsx:79 @@ -162,7 +162,7 @@ msgstr "{eventCount} evenementen" #: src/components/forms/ProductForm/ledgerSummaries.ts:103 msgid "{first} + {additionalCount} more" -msgstr "" +msgstr "{first} + nog {additionalCount}" #: src/components/common/Countdown/index.tsx:70 msgid "{hours} hours, {minutes} minutes, and {seconds} seconds" @@ -170,11 +170,11 @@ msgstr "{hours} uren, {minutes} minuten en {seconds} seconden" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:262 msgid "{loadedAffectedAttendees} attendees are registered across the affected sessions." -msgstr "" +msgstr "{loadedAffectedAttendees} deelnemers zijn aangemeld voor de betrokken sessies." #: src/components/forms/ProductForm/ledgerSummaries.ts:112 msgid "{min}–{max} per order" -msgstr "" +msgstr "{min}–{max} per bestelling" #: src/components/common/Countdown/index.tsx:72 msgid "{minutes} minutes and {seconds} seconds" @@ -186,12 +186,12 @@ msgstr "Eerste evenement van {organizerName}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:95 msgid "{productCount} ticket types configured" -msgstr "" +msgstr "{productCount} tickettypes ingesteld" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "{slotCount} times available" -msgstr "" +msgstr "{slotCount} tijdstippen beschikbaar" #: src/components/common/EventCard/index.tsx:129 msgid "{totalCount} ticket types" @@ -267,15 +267,15 @@ msgstr "1 Actieve webhook" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "1 add-on" -msgstr "" +msgstr "1 add-on" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:261 msgid "1 attendee is registered across the affected sessions." -msgstr "" +msgstr "1 deelnemer is aangemeld voor de betrokken sessies." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:295 msgid "1 attendee is registered for this session." -msgstr "" +msgstr "1 deelnemer is aangemeld voor deze sessie." #: src/components/modals/SendMessageModal/index.tsx:128 msgid "1 day after end date" @@ -303,12 +303,12 @@ msgstr "1 tickettype" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:94 msgid "1 ticket type configured" -msgstr "" +msgstr "1 tickettype ingesteld" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "1 time available" -msgstr "" +msgstr "1 tijdstip beschikbaar" #: src/components/modals/SendMessageModal/index.tsx:119 msgid "1 week before event" @@ -321,7 +321,7 @@ msgstr "Voorbeeldstraat 123" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:250 msgid "135+ currencies & 40+ payment methods" -msgstr "" +msgstr "Meer dan 135 valuta's en meer dan 40 betaalmethoden" #: src/components/common/WidgetEditor/index.tsx:230 msgid "20" @@ -337,7 +337,7 @@ msgstr "Een annuleringsmelding is verzonden naar" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:299 msgid "a change in duration" -msgstr "" +msgstr "een wijziging in de duur" #: src/components/forms/QuestionForm/index.tsx:138 msgid "A date input. Perfect for asking for a date of birth etc." @@ -357,7 +357,7 @@ msgstr "Een vergoeding, zoals reserveringskosten of servicekosten" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:199 msgid "A few quick steps and you're ready to start selling." -msgstr "" +msgstr "Nog een paar stappen en je kunt beginnen met verkopen." #: src/components/forms/TaxAndFeeForm/index.tsx:35 msgid "A fixed amount per product. E.g, $0.50 per product" @@ -389,7 +389,7 @@ msgstr "Een Radio-optie heeft meerdere opties, maar er kan er maar één worden #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:298 msgid "a shift in start/end times" -msgstr "" +msgstr "een verschuiving van start-/eindtijden" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:69 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:69 @@ -467,7 +467,7 @@ msgstr "Uitnodiging accepteren" #: src/components/forms/ProductForm/index.tsx:596 msgid "Access" -msgstr "" +msgstr "Toegang" #: src/components/common/AdminOrdersTable/index.tsx:70 #: src/components/routes/account/ManageAccount/index.tsx:22 @@ -482,11 +482,11 @@ msgstr "Account" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:354 msgid "Account · {0}" -msgstr "" +msgstr "Account · {0}" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:353 msgid "Account · {0} · {1}" -msgstr "" +msgstr "Account · {0} · {1}" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:69 msgid "Account deletion has been cancelled." @@ -582,11 +582,11 @@ msgstr "Actieve evenementen" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:415 msgid "Active payment methods" -msgstr "" +msgstr "Actieve betaalmethoden" #: src/components/routes/event/OccurrencesTab/index.tsx:402 msgid "Activity" -msgstr "" +msgstr "Activiteit" #: src/components/routes/product-widget/SelectProducts/index.tsx:825 msgid "Add {0} first" @@ -594,27 +594,27 @@ msgstr "Voeg eerst {0} toe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:147 msgid "Add a cover image and theme to match your brand" -msgstr "" +msgstr "Voeg een omslagafbeelding en thema toe die bij je merk passen" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:142 msgid "Add a date" -msgstr "" +msgstr "Een datum toevoegen" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:137 msgid "Add a description and venue so attendees know what to expect" -msgstr "" +msgstr "Voeg een beschrijving en locatie toe, zodat deelnemers weten wat ze kunnen verwachten" #: src/components/forms/CheckInListForm/index.tsx:144 msgid "Add a description for this check-in list" msgstr "Voeg een beschrijving toe voor deze check-in lijst" -#: src/components/routes/event/OccurrencesTab/index.tsx:541 +#: src/components/routes/event/OccurrencesTab/index.tsx:556 msgid "Add a Single Date" -msgstr "" +msgstr "Eén datum toevoegen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:992 msgid "Add another time" -msgstr "" +msgstr "Nog een tijdstip toevoegen" #: src/components/modals/ManageAttendeeModal/index.tsx:226 msgid "Add any notes about the attendee. These will not be visible to the attendee." @@ -634,11 +634,11 @@ msgstr "Opmerkingen over de bestelling toevoegen..." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:533 msgid "Add at least one time" -msgstr "" +msgstr "Voeg minstens één tijdstip toe" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:150 msgid "Add connection details for the online event." -msgstr "" +msgstr "Voeg de verbindingsgegevens voor het online evenement toe." #: src/components/common/QuestionsTable/index.tsx:434 msgid "Add custom questions to collect additional information during checkout" @@ -646,19 +646,19 @@ msgstr "Voeg aangepaste vragen toe om extra informatie te verzamelen tijdens het #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Add Date" -msgstr "" +msgstr "Datum toevoegen" #: src/components/modals/PublishEventModal/index.tsx:105 msgid "Add dates" msgstr "Data toevoegen" -#: src/components/routes/event/OccurrencesTab/index.tsx:526 +#: src/components/routes/event/OccurrencesTab/index.tsx:541 msgid "Add Dates" -msgstr "" +msgstr "Datums toevoegen" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:104 msgid "Add dates and times for your recurring event" -msgstr "" +msgstr "Voeg datums en tijden toe voor je terugkerende evenement" #: src/components/forms/QuestionForm/index.tsx:202 msgid "Add description" @@ -666,11 +666,11 @@ msgstr "Beschrijving toevoegen" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:140 msgid "Add details" -msgstr "" +msgstr "Details toevoegen" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:136 msgid "Add event details" -msgstr "" +msgstr "Evenementdetails toevoegen" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:154 msgid "Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)" @@ -685,7 +685,7 @@ msgstr "Locatie toevoegen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1047 msgid "Add multiple times if you run several sessions per day." -msgstr "" +msgstr "Voeg meerdere tijdstippen toe als je meerdere sessies per dag houdt." #: src/components/common/HeadingCard/index.tsx:28 msgid "Add New" @@ -714,7 +714,7 @@ msgstr "Belasting of toeslag toevoegen" #: src/components/modals/CreateAttendeeModal/index.tsx:276 msgid "Add this attendee anyway (override capacity)" -msgstr "" +msgstr "Deze deelnemer toch toevoegen (capaciteit negeren)" #: src/components/common/AddToCalendarCTA/index.tsx:21 msgid "Add this event to your calendar" @@ -754,16 +754,16 @@ msgstr "Voeg je sociale media en website-URL toe. Deze worden weergegeven op je #: src/components/common/ProductsTable/SortableProduct/index.tsx:344 #: src/components/forms/ProductForm/ledgerSummaries.ts:128 msgid "Add-on only" -msgstr "" +msgstr "Alleen als add-on" #: src/components/forms/ProductForm/index.tsx:552 msgid "Add-on products" -msgstr "" +msgstr "Add-onproducten" #: src/components/forms/ProductForm/index.tsx:533 #: src/components/routes/product-widget/SelectProducts/index.tsx:822 msgid "Add-ons" -msgstr "" +msgstr "Add-ons" #: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:78 msgid "Added at checkout" @@ -834,7 +834,7 @@ msgstr "Admin-gebruikers hebben volledige toegang tot evenementen en accountinst #: src/components/forms/ProductForm/index.tsx:207 msgid "Admits attendees to your event" -msgstr "" +msgstr "Geeft deelnemers toegang tot je evenement" #: src/components/common/AffiliateTable/index.tsx:82 msgid "Affiliate" @@ -854,7 +854,7 @@ msgstr "Affiliate succesvol verwijderd" #: src/components/layouts/AuthLayout/index.tsx:22 msgid "Affiliate program" -msgstr "" +msgstr "Partnerprogramma" #: src/components/forms/AffiliateForm/index.tsx:23 msgid "Affiliate sales will be tracked" @@ -884,11 +884,11 @@ msgstr "Affiliates helpen je om verkopen van partners en influencers bij te houd #: src/components/routes/welcome/index.tsx:418 msgid "After your event is created, you can choose how often it repeats from the dashboard." -msgstr "" +msgstr "Nadat je evenement is aangemaakt, kies je in het dashboard hoe vaak het zich herhaalt." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "all" -msgstr "" +msgstr "alle" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:133 #: src/components/routes/admin/DeletionRequests/index.tsx:88 @@ -907,7 +907,7 @@ msgstr "Alle deelnemers" #: src/components/modals/SendMessageModal/index.tsx:378 msgid "All attendees of the selected sessions" -msgstr "" +msgstr "Alle deelnemers van de geselecteerde sessies" #: src/components/modals/SendMessageModal/index.tsx:381 msgid "All attendees of this event" @@ -915,7 +915,7 @@ msgstr "Alle deelnemers aan dit evenement" #: src/components/modals/SendMessageModal/index.tsx:380 msgid "All attendees of this occurrence" -msgstr "" +msgstr "Alle deelnemers van deze datum" #: src/components/common/OrganizerReportTable/index.tsx:291 msgid "All Currencies" @@ -924,14 +924,14 @@ msgstr "Alle valuta's" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:48 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:101 msgid "All dates" -msgstr "" +msgstr "Alle datums" #: src/components/common/CheckInListTable/index.tsx:106 #: src/components/routes/event/attendees.tsx:235 #: src/components/routes/event/orders.tsx:182 #: src/components/routes/event/SoldOutWaitlist/index.tsx:104 msgid "All Dates" -msgstr "" +msgstr "Alle datums" #: src/components/routes/events/Dashboard/index.tsx:75 msgid "All Ended Events" @@ -949,18 +949,18 @@ msgstr "Alle mislukte taken verwijderd" msgid "All jobs queued for retry" msgstr "Alle taken in wachtrij voor opnieuw proberen" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:346 msgid "All matching dates" -msgstr "" +msgstr "Alle overeenkomende datums" #: src/components/forms/CheckInListForm/index.tsx:132 #: src/components/modals/SendMessageModal/index.tsx:359 msgid "All occurrences" -msgstr "" +msgstr "Alle datums" #: src/components/common/ReportTable/index.tsx:279 msgid "All Occurrences" -msgstr "" +msgstr "Alle datums" #: src/components/common/PromoCodeTable/index.tsx:139 msgid "All Products" @@ -1019,7 +1019,7 @@ msgstr "Heeft u al een account? <0>{0}" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:135 msgid "Already in" -msgstr "" +msgstr "Al toegevoegd" #: src/components/modals/RefundOrderModal/index.tsx:86 msgid "Already Refunded" @@ -1027,7 +1027,7 @@ msgstr "Al terugbetaald" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:193 msgid "Already use Stripe on another organizer? Reuse that connection." -msgstr "" +msgstr "Gebruik je Stripe al bij een andere organisator? Hergebruik die koppeling." #: src/components/modals/RefundOrderModal/index.tsx:132 msgid "Also cancel this order" @@ -1043,7 +1043,7 @@ msgstr "Altijd beschikbaar" #: src/components/forms/ProductForm/ledgerSummaries.ts:53 msgid "Always on sale" -msgstr "" +msgstr "Altijd in de verkoop" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:77 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:77 @@ -1131,15 +1131,15 @@ msgstr "Antwoord succesvol bijgewerkt." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:246 msgid "Answers" -msgstr "" +msgstr "Antwoorden" #: src/components/forms/CheckInListForm/index.tsx:207 msgid "Answers provided at checkout (e.g. meal choice)" -msgstr "" +msgstr "Antwoorden gegeven tijdens het afrekenen (bijv. maaltijdkeuze)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1148 msgid "Any dates you've manually customized will be kept." -msgstr "" +msgstr "Datums die je handmatig hebt aangepast, blijven behouden." #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:62 msgid "Any queries from product holders will be sent to this email address. This will also be used as the \"reply-to\" address for all emails sent from this event" @@ -1161,9 +1161,9 @@ msgstr "toegepast — {0} korting op je bestelling" msgid "Applies to {0} products" msgstr "Geldt voor {0} producten" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:365 msgid "Applies to {0}, non-cancelled dates currently loaded on this page." -msgstr "" +msgstr "Geldt voor {0}, niet-geannuleerde datums die nu op deze pagina geladen zijn." #: src/components/common/CapacityAssignmentList/index.tsx:95 msgid "Applies to 1 product" @@ -1171,32 +1171,32 @@ msgstr "Geldt voor 1 product" #: src/components/forms/CheckInListForm/index.tsx:175 msgid "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." -msgstr "" +msgstr "Geldt voor iedereen die de gedeelde check-inlink opent zonder ingelogd te zijn. Ingelogde teamleden zien altijd alles." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:363 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 msgid "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." -msgstr "" +msgstr "Geldt voor elke {0}, niet-geannuleerde datum van dit evenement — ook voor datums die nu niet geladen zijn." #: src/components/common/FilterModal/index.tsx:284 #: src/components/routes/product-widget/SelectProducts/index.tsx:945 msgid "Apply" msgstr "Toepassen" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:509 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:511 msgid "Apply Changes" -msgstr "" +msgstr "Wijzigingen toepassen" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" msgstr "Pas dit {type} toe op alle nieuwe producten" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:338 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:339 msgid "Apply to" -msgstr "" +msgstr "Toepassen op" #: src/components/forms/CheckInListForm/index.tsx:105 msgid "Apply to all tickets" -msgstr "" +msgstr "Toepassen op alle tickets" #: src/components/routes/admin/Messages/index.tsx:232 msgid "Approve Message" @@ -1204,7 +1204,7 @@ msgstr "Bericht goedkeuren" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:68 msgid "April" -msgstr "" +msgstr "April" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:63 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:69 @@ -1260,7 +1260,7 @@ msgstr "Weet u zeker dat u deze organisator wilt archiveren? Dit archiveert ook #: src/components/routes/event/OccurrencesTab/index.tsx:215 msgid "Are you sure you want to cancel {count} date(s)? Affected attendees will be notified by email." -msgstr "" +msgstr "Weet je zeker dat je {count} datum(s) wilt annuleren? Betrokken deelnemers krijgen bericht per e-mail." #: src/hooks/useAttendeeActions.tsx:44 msgid "Are you sure you want to cancel this attendee? This will void their ticket" @@ -1270,7 +1270,7 @@ msgstr "Weet je zeker dat je deze deelnemer wilt annuleren? Hiermee vervalt hun #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:36 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:326 msgid "Are you sure you want to cancel this date? Affected attendees will be notified by email." -msgstr "" +msgstr "Weet je zeker dat je deze datum wilt annuleren? Betrokken deelnemers krijgen bericht per e-mail." #: src/components/routes/event/messages.tsx:33 msgid "Are you sure you want to cancel this scheduled message?" @@ -1296,11 +1296,11 @@ msgstr "Weet u zeker dat u deze configuratie wilt verwijderen? Dit kan van invlo #: src/components/routes/event/OccurrenceDetail/index.tsx:84 #: src/components/routes/event/OccurrencesTab/index.tsx:184 msgid "Are you sure you want to delete this date? This action cannot be undone." -msgstr "" +msgstr "Weet je zeker dat je deze datum wilt verwijderen? Dit kan niet ongedaan worden gemaakt." #: src/components/common/ImageUploadDropzone/index.tsx:114 msgid "Are you sure you want to delete this image?" -msgstr "" +msgstr "Weet je zeker dat je deze afbeelding wilt verwijderen?" #: src/components/common/PromoCodeTable/index.tsx:37 msgid "Are you sure you want to delete this promo code?" @@ -1308,7 +1308,7 @@ msgstr "Weet je zeker dat je deze promotiecode wilt verwijderen?" #: src/components/common/TaxAndFeeList/index.tsx:33 msgid "Are you sure you want to delete this tax or fee? It will no longer be applied to new orders." -msgstr "" +msgstr "Weet je zeker dat je deze belasting of kosten wilt verwijderen? Ze worden niet meer toegepast op nieuwe bestellingen." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:111 msgid "Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template." @@ -1345,7 +1345,7 @@ msgstr "Weet je zeker dat je deze persoon een plek wilt aanbieden? Ze ontvangen #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:360 msgid "Are you sure you want to permanently delete this date? This cannot be undone." -msgstr "" +msgstr "Weet je zeker dat je deze datum definitief wilt verwijderen? Dit kan niet ongedaan worden gemaakt." #: src/components/common/StatusToggle/index.tsx:38 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." @@ -1381,7 +1381,7 @@ msgstr "Weet u zeker dat u deze organisator wilt herstellen?" #: src/components/routes/account/ManageAccount/sections/Users/index.tsx:50 msgid "Are you sure you want to revoke this invitation?" -msgstr "" +msgstr "Weet je zeker dat je deze uitnodiging wilt intrekken?" #: src/components/common/StatusToggle/index.tsx:41 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." @@ -1426,11 +1426,11 @@ msgstr "Vraag één keer per product" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:119 msgid "Assign a different plan" -msgstr "" +msgstr "Ander plan toewijzen" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:130 msgid "Assign plan" -msgstr "" +msgstr "Plan toewijzen" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:165 msgid "Assigned Tier" @@ -1444,7 +1444,7 @@ msgstr "Er moet minstens één evenement type worden geselecteerd" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:64 #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:117 msgid "At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead." -msgstr "" +msgstr "Er moet minstens één product beschikbaar blijven voor deze datum. Wil je de datum ontoegankelijk maken, annuleer hem dan in de planning." #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:96 msgid "Attempts" @@ -1456,7 +1456,7 @@ msgstr "Aanwezigheid en incheckpercentages voor alle evenementen" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendee" -msgstr "" +msgstr "deelnemer" #: src/components/common/AttendeeTicket/index.tsx:101 #: src/components/common/QuestionsTable/index.tsx:462 @@ -1498,7 +1498,7 @@ msgstr "Deelnemer niet gevonden" #: src/components/forms/CheckInListForm/index.tsx:188 msgid "Attendee notes" -msgstr "" +msgstr "Notities over deelnemer" #: src/components/routes/event/attendees.tsx:81 msgid "Attendee Status" @@ -1524,7 +1524,7 @@ msgstr "Ticket van deelnemer niet opgenomen in deze lijst" #: src/components/routes/event/attendees.tsx:250 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendees" -msgstr "" +msgstr "deelnemers" #: src/components/common/EventCard/index.tsx:251 #: src/components/common/EventCard/index.tsx:366 @@ -1546,7 +1546,7 @@ msgstr "Deelnemers" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:72 msgid "attendees checked in" -msgstr "" +msgstr "deelnemers ingecheckt" #: src/components/routes/event/attendees.tsx:163 msgid "Attendees Exported" @@ -1588,7 +1588,7 @@ msgstr "Doelgroep" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:72 msgid "August" -msgstr "" +msgstr "Augustus" #: src/components/common/WidgetEditor/index.tsx:236 msgid "Auto Resize" @@ -1624,7 +1624,7 @@ msgstr "Beschikbaar zodra de betaling is voltooid" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:265 msgid "Available times on {dayName}" -msgstr "" +msgstr "Beschikbare tijdstippen op {dayName}" #: src/components/modals/RefundOrderModal/index.tsx:93 msgid "Available to Refund" @@ -1636,7 +1636,7 @@ msgstr "Beschikbare Tokens" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:161 msgid "Awaiting" -msgstr "" +msgstr "In afwachting" #: src/components/common/OrderStatusBadge/index.tsx:11 #: src/components/modals/SendMessageModal/index.tsx:425 @@ -1650,7 +1650,7 @@ msgstr "In afwachting van offline betaling" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:120 msgid "Awaiting pay" -msgstr "" +msgstr "Betaling in afwachting" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:117 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:225 @@ -1720,7 +1720,7 @@ msgstr "Achtergrond Type" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:128 msgid "Bank account connected" -msgstr "" +msgstr "Bankrekening gekoppeld" #: src/components/routes/admin/Announcements/index.tsx:178 #: src/components/routes/admin/Announcements/index.tsx:374 @@ -1737,12 +1737,12 @@ msgstr "Basisprijs" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:207 msgid "Base Price" -msgstr "" +msgstr "Basisprijs" #: src/components/forms/ProductForm/index.tsx:433 #: src/components/forms/ProductForm/index.tsx:436 msgid "Based on the global sale period above, not per date" -msgstr "" +msgstr "Op basis van de algemene verkoopperiode hierboven, niet per datum" #: src/components/routes/organizer/Settings/index.tsx:31 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:63 @@ -1780,19 +1780,19 @@ msgstr "Braziliaans Portugees" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:253 msgid "Built-in fraud protection" -msgstr "" +msgstr "Ingebouwde fraudebescherming" -#: src/components/routes/event/OccurrencesTab/index.tsx:517 +#: src/components/routes/event/OccurrencesTab/index.tsx:532 msgid "Bulk Edit" -msgstr "" +msgstr "Bulkbewerking" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:308 msgid "Bulk Edit Dates" -msgstr "" +msgstr "Datums in bulk bewerken" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:233 msgid "Bulk update failed." -msgstr "" +msgstr "Bulkupdate mislukt." #: src/constants/eventCategories.ts:26 msgid "Business" @@ -1800,11 +1800,11 @@ msgstr "Zakelijk" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:190 msgid "Business address" -msgstr "" +msgstr "Bedrijfsadres" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:185 msgid "Business name" -msgstr "" +msgstr "Bedrijfsnaam" #: src/components/routes/admin/Announcements/index.tsx:455 msgid "Button label" @@ -1828,7 +1828,7 @@ msgstr "Koper betaalt" #: src/components/forms/ProductForm/index.tsx:562 msgid "Buyers can add these to their order when they select this product at checkout." -msgstr "" +msgstr "Kopers kunnen deze aan hun bestelling toevoegen wanneer ze dit product kiezen tijdens het afrekenen." #: src/components/common/PlatformFeesSettings/index.tsx:235 msgid "Buyers see a clean price. The platform fee is deducted from your payout." @@ -1849,7 +1849,7 @@ msgstr "Door je te registreren ga je akkoord met onze <0>Servicevoorwaarden #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:123 msgid "By ticket type" -msgstr "" +msgstr "Per tickettype" #: src/components/routes/admin/Configurations/index.tsx:259 msgid "Bypass Application Fees" @@ -1861,7 +1861,7 @@ msgstr "Type berekening" #: src/components/routes/event/OccurrencesTab/index.tsx:473 msgid "Calendar" -msgstr "" +msgstr "Kalender" #: src/components/common/EmailTemplateEditor/CTAConfiguration.tsx:20 msgid "Call-to-Action Button" @@ -1870,11 +1870,11 @@ msgstr "Call-to-Action Knop" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:153 #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:90 msgid "Camera" -msgstr "" +msgstr "Camera" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:110 msgid "Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings." -msgstr "" +msgstr "Toegang tot de camera is geweigerd. <0>Vraag opnieuw toestemming of geef deze pagina cameratoegang in je browserinstellingen." #: src/components/routes/admin/Attribution/index.tsx:107 msgid "Campaign" @@ -1882,7 +1882,7 @@ msgstr "Campagne" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:79 msgid "Can't check in" -msgstr "" +msgstr "Inchecken niet mogelijk" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:57 #: src/components/common/ContactOrganizerModal/index.tsx:104 @@ -1898,7 +1898,7 @@ msgstr "" #: src/components/modals/PublishEventModal/index.tsx:208 #: src/components/routes/admin/DeletionRequests/index.tsx:178 #: src/components/routes/event/messages.tsx:80 -#: src/components/routes/event/OccurrencesTab/index.tsx:499 +#: src/components/routes/event/OccurrencesTab/index.tsx:504 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:272 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:306 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:61 @@ -1915,7 +1915,7 @@ msgstr "Annuleren" #: src/components/routes/event/OccurrencesTab/index.tsx:211 #: src/components/routes/event/OccurrencesTab/index.tsx:223 msgid "Cancel {count} date(s)" -msgstr "" +msgstr "{count} datum(s) annuleren" #: src/components/modals/RefundOrderModal/index.tsx:133 msgid "Cancel all products and release them back to the pool" @@ -1929,7 +1929,7 @@ msgstr "Alle producten annuleren en terugzetten in de beschikbare pool" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:568 msgid "Cancel Date" -msgstr "" +msgstr "Datum annuleren" #: src/components/common/PendingDeletionBanner/index.tsx:37 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:104 @@ -1986,7 +1986,7 @@ msgstr "Geannuleerd" #: src/components/routes/event/OccurrencesTab/index.tsx:237 msgid "Cancelling {0} date(s). This may take a moment to complete." -msgstr "" +msgstr "Bezig met annuleren van {0} datum(s). Dit kan even duren." #: src/components/routes/admin/Configurations/index.tsx:36 msgid "Cannot delete the system default configuration" @@ -2012,7 +2012,7 @@ msgstr "Capaciteitstoewijzingen" #: src/components/layouts/AuthLayout/index.tsx:28 msgid "Capacity management" -msgstr "" +msgstr "Capaciteitsbeheer" #: src/components/layouts/Event/index.tsx:137 msgid "Capacity Management" @@ -2020,15 +2020,15 @@ msgstr "Capaciteitsbeheer" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:111 msgid "Capacity must be 0 or greater" -msgstr "" +msgstr "De capaciteit moet 0 of hoger zijn" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:300 msgid "capacity updates" -msgstr "" +msgstr "capaciteitsupdates" #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:66 msgid "Capacity Used" -msgstr "" +msgstr "Gebruikte capaciteit" #: src/components/modals/CreateProductCategoryModal/index.tsx:52 msgid "Categories allow you to group products together. For example, you might have a category for \"Tickets\" and another for \"Merchandise\"." @@ -2053,7 +2053,7 @@ msgstr "Categorie succesvol aangemaakt" #: src/components/common/ProductsTable/SortableCategory/index.tsx:48 msgid "Category deleted successfully" -msgstr "" +msgstr "Categorie verwijderd" #: src/components/common/LocationPicker/index.tsx:201 msgid "Change" @@ -2061,7 +2061,7 @@ msgstr "Wijzigen" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Change duration" -msgstr "" +msgstr "Duur wijzigen" #: src/components/routes/profile/ManageProfile/index.tsx:239 msgid "Change password" @@ -2069,11 +2069,11 @@ msgstr "Wachtwoord wijzigen" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Change the attendee limit" -msgstr "" +msgstr "Deelnemerslimiet wijzigen" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:365 msgid "Change time" -msgstr "" +msgstr "Tijd wijzigen" #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Change waitlist settings" @@ -2081,11 +2081,11 @@ msgstr "Wachtlijstinstellingen wijzigen" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:212 msgid "Changed duration for {count} date(s)" -msgstr "" +msgstr "Duur gewijzigd voor {count} datum(s)" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:399 msgid "Charges" -msgstr "" +msgstr "Betalingen" #: src/constants/eventCategories.ts:24 msgid "Charity" @@ -2094,7 +2094,7 @@ msgstr "Liefdadigheid" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:82 msgid "Check in" -msgstr "" +msgstr "Inchecken" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:28 msgid "Check in {0} {1}" @@ -2111,12 +2111,12 @@ msgstr "Alleen inchecken" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:81 msgid "Check out" -msgstr "" +msgstr "Uitchecken" #: src/components/layouts/EventHomepage/index.tsx:337 #: src/components/layouts/EventHomepage/index.tsx:338 msgid "Check out this event: {0}" -msgstr "" +msgstr "Bekijk dit evenement: {0}" #: src/components/layouts/Checkout/index.tsx:338 msgid "Check out this event!" @@ -2134,12 +2134,12 @@ msgstr "Controleer je inbox! Als er tickets gekoppeld zijn aan dit e-mailadres, #: src/components/layouts/CheckIn/index.tsx:549 msgid "Check-in" -msgstr "" +msgstr "Check-in" #: src/components/modals/ManageAttendeeModal/index.tsx:137 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:58 msgid "Check-In" -msgstr "" +msgstr "Check-in" #: src/components/forms/WebhookForm/index.tsx:121 msgid "Check-in Created" @@ -2151,15 +2151,15 @@ msgstr "Check-in verwijderd" #: src/components/layouts/CheckIn/index.tsx:215 msgid "Check-in for {0} was undone" -msgstr "" +msgstr "De check-in van {0} is ongedaan gemaakt" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:223 msgid "Check-in history" -msgstr "" +msgstr "Check-ingeschiedenis" #: src/components/common/CheckInListTable/index.tsx:59 msgid "Check-In List" -msgstr "" +msgstr "Check-inlijst" #: src/components/modals/CheckInListSuccessModal/index.tsx:20 msgid "Check-In List Created" @@ -2176,7 +2176,7 @@ msgstr "Check-in lijst is verlopen" #: src/components/layouts/CheckIn/index.tsx:583 msgid "Check-in list info" -msgstr "" +msgstr "Info over check-inlijst" #: src/components/layouts/CheckIn/index.tsx:520 msgid "Check-in list is not active" @@ -2188,7 +2188,7 @@ msgstr "Check-in lijst niet gevonden" #: src/components/routes/event/CheckInLists/index.tsx:60 msgid "check-in lists" -msgstr "" +msgstr "check-inlijsten" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:51 msgid "Check-in Lists" @@ -2202,11 +2202,11 @@ msgstr "Inchecklijsten" #: src/components/layouts/CheckIn/BottomNav.tsx:21 msgid "Check-in navigation" -msgstr "" +msgstr "Check-innavigatie" #: src/components/layouts/CheckIn/index.tsx:567 msgid "Check-in progress" -msgstr "" +msgstr "Check-involtgang" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:45 msgid "Check-in Rate" @@ -2246,7 +2246,7 @@ msgstr "Selectievakjes" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:151 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:89 msgid "Checked in" -msgstr "" +msgstr "Ingecheckt" #: src/components/common/AttendeeTable/index.tsx:299 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -2278,11 +2278,11 @@ msgstr "Kies een kleur voor je achtergrond" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:123 msgid "Choose a configuration" -msgstr "" +msgstr "Kies een configuratie" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:335 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:336 msgid "Choose a different action" -msgstr "" +msgstr "Kies een andere actie" #: src/components/common/ThemeFontControl/index.tsx:66 msgid "Choose a typeface that matches your brand. Fonts are self-hosted via Bunny Fonts." @@ -2294,7 +2294,7 @@ msgstr "Kies een account" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:202 msgid "Choose an organizer" -msgstr "" +msgstr "Kies een organisator" #: src/components/routes/events/Dashboard/index.tsx:232 msgid "Choose an Organizer" @@ -2302,7 +2302,7 @@ msgstr "Kies een organisator" #: src/components/routes/product-widget/SelectProducts/index.tsx:968 msgid "Choose another date" -msgstr "" +msgstr "Kies een andere datum" #: src/components/common/CalendarOptionsPopover/index.tsx:22 msgid "Choose calendar" @@ -2329,29 +2329,29 @@ msgid "City" msgstr "Stad" #: src/components/common/OccurrenceSelect/index.tsx:133 -#: src/components/routes/event/OccurrencesTab/index.tsx:505 +#: src/components/routes/event/OccurrencesTab/index.tsx:519 msgid "Clear" -msgstr "" +msgstr "Wissen" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:475 msgid "Clear location — fall back to the event default" -msgstr "" +msgstr "Locatie wissen — terugvallen op de standaard van het evenement" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:100 msgid "Clear search" -msgstr "" +msgstr "Zoekopdracht wissen" #: src/components/common/SearchBar/index.tsx:62 msgid "Clear Search Text" msgstr "Zoektekst wissen" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:497 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:498 msgid "Clearing removes any per-date override. Affected dates will fall back to the event's default location." -msgstr "" +msgstr "Bij wissen vervalt elke aanpassing per datum. Betrokken datums vallen terug op de standaardlocatie van het evenement." #: src/components/routes/event/OccurrencesTab/index.tsx:333 msgid "Click to cancel" -msgstr "" +msgstr "Klik om te annuleren" #: src/components/common/PromoCodeTable/index.tsx:106 msgid "Click to copy" @@ -2359,7 +2359,7 @@ msgstr "Klik om te kopiëren" #: src/components/routes/event/OccurrencesTab/index.tsx:335 msgid "Click to reopen for new sales" -msgstr "" +msgstr "Klik om weer open te stellen voor verkoop" #: src/components/common/AttendeeTable/index.tsx:173 msgid "Click to view notes" @@ -2479,7 +2479,7 @@ msgstr "Communicatievoorkeuren" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:82 msgid "complete" -msgstr "" +msgstr "voltooid" #: src/components/routes/product-widget/CollectInformation/index.tsx:749 msgid "Complete Order" @@ -2492,7 +2492,7 @@ msgstr "Volledige betaling" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:293 msgid "Complete Stripe setup" -msgstr "" +msgstr "Stripe-installatie afronden" #: src/components/routes/product-widget/CollectInformation/index.tsx:442 msgid "Complete your order to secure your tickets. This offer is time-limited, so don't wait too long." @@ -2540,11 +2540,11 @@ msgstr "Conferentiecentrum" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:100 msgid "Configuration" -msgstr "" +msgstr "Configuratie" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:52 msgid "Configuration assigned" -msgstr "" +msgstr "Configuratie toegewezen" #: src/components/routes/admin/Configurations/index.tsx:196 msgid "Configuration created successfully" @@ -2581,7 +2581,7 @@ msgstr "Belastingen en kosten configureren" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:181 msgid "Configure which products are available for this occurrence and optionally adjust pricing." -msgstr "" +msgstr "Stel in welke producten beschikbaar zijn voor deze datum en pas eventueel de prijzen aan." #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" @@ -2644,7 +2644,7 @@ msgstr "Gefeliciteerd! Je evenement is nu zichtbaar voor het publiek." #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:71 msgid "Connect bank" -msgstr "" +msgstr "Bank koppelen" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:370 #: src/components/modals/PublishEventModal/index.tsx:79 @@ -2666,7 +2666,7 @@ msgstr "Verbind Stripe om berichten in te schakelen" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:464 msgid "Connect Stripe to receive ticket payments directly to your bank account." -msgstr "" +msgstr "Koppel Stripe om ticketbetalingen rechtstreeks op je bankrekening te ontvangen." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:263 msgid "Connect with Stripe" @@ -2674,13 +2674,13 @@ msgstr "Maak verbinding met Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:127 msgid "Connect your bank to receive ticket sales straight to your account" -msgstr "" +msgstr "Koppel je bank om ticketverkopen rechtstreeks op je rekening te ontvangen" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:298 msgid "Connected the wrong Stripe account? Disconnect and start over." msgstr "Verkeerd Stripe-account gekoppeld? Ontkoppel het en begin opnieuw." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:489 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:492 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:164 msgid "Connection Details" @@ -2688,7 +2688,7 @@ msgstr "Details verbinding" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:117 msgid "Connection details are required for online dates" -msgstr "" +msgstr "Verbindingsgegevens zijn verplicht voor online datums" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:41 msgid "Connection details are required for online events" @@ -2761,11 +2761,11 @@ msgstr "Bepaal hoe platformkosten worden behandeld voor dit evenement" #: src/components/forms/CheckInListForm/index.tsx:83 msgid "Control who gets in for this date" -msgstr "" +msgstr "Bepaal wie er binnenkomt op deze datum" #: src/components/forms/CheckInListForm/index.tsx:84 msgid "Control who gets in, and when" -msgstr "" +msgstr "Bepaal wie er binnenkomt, en wanneer" #: src/components/common/AttendeeTicket/index.tsx:188 #: src/components/common/CopyButton/index.tsx:13 @@ -2806,7 +2806,7 @@ msgstr "Kopie" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:364 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:373 msgid "Copy account ID" -msgstr "" +msgstr "Account-ID kopiëren" #: src/components/common/AffiliateTable/index.tsx:183 msgid "Copy Affiliate Link" @@ -2866,7 +2866,7 @@ msgstr "Kon locatie niet verwijderen" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:244 msgid "Could not prepare the bulk update." -msgstr "" +msgstr "De bulkupdate kon niet worden voorbereid." #: src/components/common/AddressAutocomplete/index.tsx:61 #: src/components/common/LocationPicker/index.tsx:153 @@ -2875,11 +2875,11 @@ msgstr "Kon adresgegevens niet ophalen" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:275 msgid "Could not save date" -msgstr "" +msgstr "Datum kon niet worden opgeslagen" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:78 msgid "Couldn't send verification email. Please try again." -msgstr "" +msgstr "Verificatie-e-mail kon niet worden verzonden. Probeer het opnieuw." #: src/components/common/CheckoutQuestion/index.tsx:174 #: src/components/common/LocationPicker/index.tsx:268 @@ -2904,7 +2904,7 @@ msgstr "Omslagafbeelding" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:148 msgid "Cover image added" -msgstr "" +msgstr "Omslagafbeelding toegevoegd" #: src/components/routes/event/HomepageDesigner/index.tsx:202 msgid "Cover image will be displayed at the top of your event page" @@ -2916,7 +2916,7 @@ msgstr "De omslagafbeelding wordt bovenaan je organisatorpagina weergegeven" #: src/components/common/CheckInListTable/index.tsx:82 msgid "Covers every ticket" -msgstr "" +msgstr "Geldt voor alle tickets" #: src/components/routes/event/attendees.tsx:253 #: src/components/routes/event/products.tsx:77 @@ -2937,11 +2937,11 @@ msgstr "Maak een aangepaste widget om tickets te verkopen op je site." #: src/components/modals/SelectCheckInListModal/index.tsx:82 msgid "Create a list for this date" -msgstr "" +msgstr "Een lijst maken voor deze datum" #: src/components/layouts/CheckIn/index.tsx:508 msgid "Create a new check-in list for an active session, or contact the organizer if you think this is a mistake." -msgstr "" +msgstr "Maak een nieuwe check-inlijst voor een actieve sessie, of neem contact op met de organisator als je denkt dat dit een vergissing is." #: src/components/routes/auth/AcceptInvitation/index.tsx:128 msgid "Create a password" @@ -3032,7 +3032,7 @@ msgstr "Maak Aangepaste Sjabloon" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:546 msgid "Create Date" -msgstr "" +msgstr "Datum aanmaken" #: src/components/routes/event/promo-codes.tsx:33 msgid "Create discounts, access codes for hidden tickets, and special offers." @@ -3040,7 +3040,7 @@ msgstr "Maak kortingen, toegangscodes voor verborgen tickets en speciale aanbied #: src/components/routes/organizer/OrganizerDashboard/index.tsx:404 msgid "Create event" -msgstr "" +msgstr "Evenement aanmaken" #: src/components/common/NoEventsBlankSlate/index.tsx:27 #: src/components/layouts/OrganizerLayout/index.tsx:179 @@ -3050,7 +3050,7 @@ msgstr "Evenement creëren" #: src/components/forms/ProductForm/index.tsx:559 msgid "Create more tickets or products to offer them as add-ons" -msgstr "" +msgstr "Maak meer tickets of producten aan om ze als add-on aan te bieden" #: src/components/routes/events/Dashboard/index.tsx:172 msgid "Create new" @@ -3129,7 +3129,7 @@ msgstr "Maak je eigen evenement" msgid "Created" msgstr "Aangemaakt" -#: src/components/routes/event/OccurrencesTab/index.tsx:549 +#: src/components/routes/event/OccurrencesTab/index.tsx:564 msgid "Creating {0} dates. This may take a moment." msgstr "{0} data worden aangemaakt. Dit kan even duren." @@ -3171,7 +3171,7 @@ msgstr "Huidig wachtwoord" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:107 msgid "Currently assigned" -msgstr "" +msgstr "Momenteel toegewezen" #: src/components/common/ProductsTable/SortableProduct/index.tsx:110 msgid "Currently available for purchase" @@ -3179,7 +3179,7 @@ msgstr "Momenteel beschikbaar voor aankoop" #: src/components/layouts/AuthLayout/index.tsx:15 msgid "Custom branding" -msgstr "" +msgstr "Eigen huisstijl" #: src/components/modals/SendMessageModal/index.tsx:496 msgid "Custom date and time" @@ -3191,7 +3191,7 @@ msgstr "Aangepaste kaarten URL" #: src/components/layouts/AuthLayout/index.tsx:24 msgid "Custom questions" -msgstr "" +msgstr "Eigen vragen" #: src/components/common/QuestionsTable/index.tsx:433 msgid "Custom Questions" @@ -3225,7 +3225,7 @@ msgstr "Klanten" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:150 msgid "Customize page" -msgstr "" +msgstr "Pagina aanpassen" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:56 msgid "Customize the email and notification settings for this event" @@ -3279,7 +3279,7 @@ msgstr "Pas het uiterlijk van je organisatorpagina aan" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:50 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Daily" -msgstr "" +msgstr "Dagelijks" #: src/components/routes/organizer/Reports/index.tsx:18 msgid "Daily revenue, taxes, fees, and refunds across all events" @@ -3295,7 +3295,7 @@ msgstr "Dagelijkse uitsplitsing naar verkoop, belasting en kosten" #: src/constants/eventCategories.ts:13 msgid "Dance" -msgstr "" +msgstr "Dans" #: src/components/common/CapacityAssignmentList/index.tsx:153 #: src/components/common/CheckInListList/index.tsx:174 @@ -3350,43 +3350,43 @@ msgstr "Datum en tijd" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:99 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:212 msgid "Date Cancellation" -msgstr "" +msgstr "Annulering van datum" #: src/components/routes/event/OccurrenceDetail/index.tsx:76 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:54 msgid "Date cancelled" -msgstr "" +msgstr "Datum geannuleerd" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:344 msgid "Date cancelled successfully" -msgstr "" +msgstr "Datum geannuleerd" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:255 msgid "Date created successfully" -msgstr "" +msgstr "Datum aangemaakt" #: src/components/modals/ManageOccurrenceModal/index.tsx:61 #: src/components/routes/event/OccurrenceDetail/index.tsx:87 #: src/components/routes/event/OccurrencesTab/index.tsx:186 msgid "Date deleted" -msgstr "" +msgstr "Datum verwijderd" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:368 msgid "Date deleted successfully" -msgstr "" +msgstr "Datum verwijderd" #: src/components/modals/ManageOccurrenceModal/index.tsx:75 #: src/components/routes/event/OccurrenceDetail/index.tsx:101 msgid "Date reactivated" -msgstr "" +msgstr "Datum opnieuw geactiveerd" #: src/components/routes/event/OccurrencesTab/index.tsx:200 msgid "Date reopened for new sales" -msgstr "" +msgstr "Datum weer opengesteld voor verkoop" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:254 msgid "Date updated successfully" -msgstr "" +msgstr "Datum bijgewerkt" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:808 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1093 @@ -3395,23 +3395,23 @@ msgstr "datums" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:105 msgid "Dates are managed per occurrence" -msgstr "" +msgstr "Datums worden per stuk beheerd" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:674 msgid "Dates with sessions" -msgstr "" +msgstr "Dagen met sessies" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:87 msgid "day" -msgstr "" +msgstr "dag" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:973 msgid "Day" -msgstr "" +msgstr "Dag" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:937 msgid "Day of Month" -msgstr "" +msgstr "Dag van de maand" #: src/components/forms/CapaciyAssigmentForm/index.tsx:38 msgid "Day one capacity" @@ -3419,7 +3419,7 @@ msgstr "Capaciteit op dag één" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:95 msgid "days" -msgstr "" +msgstr "dagen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:920 msgid "Days of the month" @@ -3427,7 +3427,7 @@ msgstr "Dagen van de maand" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:76 msgid "December" -msgstr "" +msgstr "December" #: src/components/common/CookieConsentBanner/index.tsx:62 msgid "Decline" @@ -3453,7 +3453,7 @@ msgstr "Standaard verzameling deelnemersinformatie" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1106 msgid "Default capacity per date" -msgstr "" +msgstr "Standaardcapaciteit per datum" #: src/components/routes/organizer/Settings/Sections/PlatformFeesSettings/index.tsx:44 msgid "Default Fee Handling" @@ -3465,7 +3465,7 @@ msgstr "Standaardsjabloon wordt gebruikt" #: src/components/forms/ProductForm/ledgerSummaries.ts:66 msgid "Defaults" -msgstr "" +msgstr "Standaardwaarden" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:29 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:31 @@ -3479,7 +3479,7 @@ msgstr "verwijderen" #: src/components/common/TaxAndFeeList/index.tsx:81 #: src/components/routes/admin/Announcements/index.tsx:226 #: src/components/routes/admin/FailedJobs/index.tsx:209 -#: src/components/routes/event/OccurrencesTab/index.tsx:502 +#: src/components/routes/event/OccurrencesTab/index.tsx:512 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:62 msgid "Delete" msgstr "Verwijder" @@ -3490,7 +3490,7 @@ msgstr "\"{0}\" verwijderen?" #: src/components/routes/event/OccurrencesTab/index.tsx:249 msgid "Delete {count} selected date(s)? Dates with orders will be skipped. This cannot be undone." -msgstr "" +msgstr "{count} geselecteerde datum(s) verwijderen? Datums met bestellingen worden overgeslagen. Dit kan niet ongedaan worden gemaakt." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:148 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:155 @@ -3526,7 +3526,7 @@ msgstr "Code verwijderen" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:357 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:582 msgid "Delete Date" -msgstr "" +msgstr "Datum verwijderen" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:84 #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:119 @@ -3552,7 +3552,7 @@ msgstr "Organisator verwijderen" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Delete Permanently" -msgstr "" +msgstr "Definitief verwijderen" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:131 msgid "Delete Template" @@ -3560,11 +3560,11 @@ msgstr "Sjabloon Verwijderen" #: src/components/common/ProductsTable/SortableCategory/index.tsx:45 msgid "Delete this category? Any products in it will also be deleted. This cannot be undone." -msgstr "" +msgstr "Deze categorie verwijderen? Alle producten erin worden ook verwijderd. Dit kan niet ongedaan worden gemaakt." #: src/components/common/ProductsTable/SortableProduct/index.tsx:71 msgid "Delete this product? This cannot be undone." -msgstr "" +msgstr "Dit product verwijderen? Dit kan niet ongedaan worden gemaakt." #: src/components/common/QuestionsTable/index.tsx:197 msgid "Delete this question? This cannot be undone." @@ -3577,7 +3577,7 @@ msgstr "Webhook verwijderen" #: src/components/routes/event/OccurrencesTab/index.tsx:255 msgid "Deleted {0} date(s)" -msgstr "" +msgstr "{0} datum(s) verwijderd" #: src/components/routes/admin/DeletionRequests/index.tsx:143 msgid "Deleted account" @@ -3612,7 +3612,7 @@ msgstr "Beschrijving" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:138 msgid "Description and venue added" -msgstr "" +msgstr "Beschrijving en locatie toegevoegd" #: src/components/forms/CheckInListForm/index.tsx:143 msgid "Description for check-in staff" @@ -3641,12 +3641,12 @@ msgstr "Geen code ontvangen?" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:472 msgid "Different location" -msgstr "" +msgstr "Andere locatie" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:403 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:411 msgid "Disabled" -msgstr "" +msgstr "Uitgeschakeld" #: src/components/forms/CapaciyAssigmentForm/index.tsx:27 msgid "Disabling this capacity will track sales but not stop them when the limit is reached" @@ -3655,12 +3655,12 @@ msgstr "Als je deze capaciteit uitschakelt, worden de verkopen bijgehouden, maar #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Discard" -msgstr "" +msgstr "Verwerpen" #: src/components/forms/ProductForm/ProductDrawer.tsx:54 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:725 msgid "Discard changes?" -msgstr "" +msgstr "Wijzigingen verwerpen?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Disconnect" @@ -3692,7 +3692,7 @@ msgstr "Korting Type" #: src/components/common/Callout/index.tsx:54 msgid "Dismiss" -msgstr "" +msgstr "Sluiten" #: src/components/common/AnnouncementDisplay/AnnouncementBanner.tsx:37 msgid "Dismiss announcement" @@ -3700,7 +3700,7 @@ msgstr "Aankondiging sluiten" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:186 msgid "Dismiss setup checklist" -msgstr "" +msgstr "Installatiechecklist verbergen" #: src/components/routes/product-widget/SelectProducts/index.tsx:1077 msgid "Dismiss this message" @@ -3748,7 +3748,7 @@ msgstr "Klaar" #: src/components/common/CheckIn/CheckInDescriptionModal.tsx:20 msgid "Door staff instructions" -msgstr "" +msgstr "Instructies voor deurpersoneel" #: src/components/common/CalendarOptionsPopover/index.tsx:39 msgid "Download .ics" @@ -3811,7 +3811,7 @@ msgstr "Dupliceren" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Duplicate Date" -msgstr "" +msgstr "Datum dupliceren" #: src/components/common/EventCard/index.tsx:151 msgid "Duplicate event" @@ -3833,7 +3833,7 @@ msgstr "Dupliceer product" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:121 msgid "Duration must be at least 1 minute." -msgstr "" +msgstr "De duur moet minstens 1 minuut zijn." #: src/components/common/LanguageSwitcher/index.tsx:26 msgid "Dutch" @@ -3847,10 +3847,10 @@ msgstr "bijv. 180 (3 uur)" msgid "e.g. Learn more" msgstr "bijv. Meer informatie" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:453 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:450 msgid "e.g. Morning Session" -msgstr "" +msgstr "bijv. Ochtendsessie" #: src/components/routes/admin/Announcements/index.tsx:382 msgid "e.g. New feature: Waitlists" @@ -3880,9 +3880,9 @@ msgstr "Elke persoon ontvangt een e-mail met een gereserveerde plek om de aankoo msgid "Each product" msgstr "Elk product" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:381 msgid "Earlier" -msgstr "" +msgstr "Eerder" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:64 msgid "Early bird" @@ -3961,7 +3961,7 @@ msgstr "Configuratie bewerken" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Edit Date" -msgstr "" +msgstr "Datum bewerken" #: src/components/common/LocationsTable/index.tsx:65 msgid "Edit location" @@ -4026,7 +4026,7 @@ msgstr "Webhook bewerken" #: src/components/routes/event/OccurrencesTab/index.tsx:308 msgid "Edited" -msgstr "" +msgstr "Bewerkt" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:140 msgid "Editor" @@ -4080,7 +4080,7 @@ msgstr "Instellingen voor e-mail en meldingen" #: src/components/layouts/AuthLayout/index.tsx:20 msgid "Email & scheduled messages" -msgstr "" +msgstr "E-mail en geplande berichten" #: src/components/routes/event/Settings/index.tsx:78 msgid "Email & Templates" @@ -4160,7 +4160,7 @@ msgstr "E-mailverificatie vereist" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:160 msgid "Email verified" -msgstr "" +msgstr "E-mail geverifieerd" #: src/components/routes/welcome/index.tsx:99 msgid "Email verified successfully!" @@ -4181,7 +4181,7 @@ msgstr "Widget insluiten" #: src/components/layouts/AuthLayout/index.tsx:21 msgid "Embeddable widget" -msgstr "" +msgstr "Insluitbare widget" #: src/components/routes/admin/Announcements/index.tsx:409 msgid "Emoji" @@ -4256,11 +4256,11 @@ msgstr "Beëindigd" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:55 msgid "Ended {0}" -msgstr "" +msgstr "Afgelopen {0}" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:46 msgid "Ends {0}" -msgstr "" +msgstr "Eindigt {0}" #: src/components/common/LanguageSwitcher/index.tsx:18 #: src/components/common/LanguageSwitcher/index.tsx:69 @@ -4270,11 +4270,11 @@ msgstr "Engels" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:131 msgid "Enter a capacity value or choose unlimited." -msgstr "" +msgstr "Vul een capaciteit in of kies onbeperkt." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:141 msgid "Enter a label or choose to remove it." -msgstr "" +msgstr "Vul een label in of kies ervoor het te verwijderen." #: src/components/common/EmailTemplateEditor/EmailTemplatePreviewPane.tsx:58 msgid "Enter a subject and body to see the preview" @@ -4282,7 +4282,7 @@ msgstr "Voer een onderwerp en hoofdtekst in om het voorbeeld te zien" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:112 msgid "Enter a time to shift by." -msgstr "" +msgstr "Geef op met hoeveel tijd je wilt verschuiven." #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:29 msgid "Enter a venue name or address" @@ -4312,9 +4312,9 @@ msgstr "Voer affiliatenaam in" msgid "Enter an amount excluding taxes and fees." msgstr "Voer een bedrag in exclusief belastingen en toeslagen." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:434 msgid "Enter capacity" -msgstr "" +msgstr "Capaciteit invullen" #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:69 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:69 @@ -4367,7 +4367,7 @@ msgstr "Volledige bestelling" #: src/components/routes/event/SoldOutWaitlist/index.tsx:126 msgid "entries" -msgstr "" +msgstr "items" #: src/components/common/WaitlistTable/index.tsx:264 msgid "Entries will appear here when customers join the waitlist for sold out products." @@ -4395,7 +4395,7 @@ msgstr "Fout bij het laden van logboeken" #: src/components/forms/ProductForm/ProductDrawer.tsx:98 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:870 msgid "Esc to close" -msgstr "" +msgstr "Esc om te sluiten" #: src/components/routes/account/ManageAccount/sections/AccountSettings/index.tsx:74 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:137 @@ -4434,7 +4434,7 @@ msgstr "Evenement coverafbeelding" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:196 msgid "Event created" -msgstr "" +msgstr "Evenement aangemaakt" #: src/components/forms/WebhookForm/index.tsx:43 msgid "Event Created" @@ -4484,7 +4484,7 @@ msgstr "Homepage evenement" #: src/components/common/PeriodSelector/index.tsx:124 msgid "Event lifetime" -msgstr "" +msgstr "Volledige looptijd" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:151 msgid "Event location & venue details" @@ -4547,7 +4547,7 @@ msgstr "Evenement te nieuw" #: src/components/routes/event/EventDashboard/index.tsx:264 msgid "Event totals" -msgstr "" +msgstr "Totalen van het evenement" #: src/components/common/OrganizerWebhookTable/index.tsx:237 #: src/components/common/WebhookTable/index.tsx:237 @@ -4586,32 +4586,32 @@ msgstr "Elke" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0}" -msgstr "" +msgstr "Elke {0}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:748 msgid "Every {0} {cadenceUnit}" -msgstr "" +msgstr "Elke {0} {cadenceUnit}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Every {0} days" -msgstr "" +msgstr "Elke {0} dagen" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Every {0} months" -msgstr "" +msgstr "Elke {0} maanden" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Every {0} weeks" -msgstr "" +msgstr "Elke {0} weken" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0} weeks on {1}" -msgstr "" +msgstr "Elke {0} weken op {1}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Every {0} years" -msgstr "" +msgstr "Elke {0} jaar" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:747 msgid "Every {cadenceUnit}" @@ -4623,7 +4623,7 @@ msgstr "Elke e-mailsjabloon moet een call-to-action knop bevatten die linkt naar #: src/components/forms/ProductForm/index.tsx:392 msgid "Everything else — tap to edit" -msgstr "" +msgstr "Al het overige — tik om te bewerken" #: src/components/common/QuestionsTable/index.tsx:496 msgid "Examples: \"How did you hear about us?\", \"Company name for invoice\"" @@ -4744,11 +4744,11 @@ msgstr "Deelnemer niet geannuleerd" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:57 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:348 msgid "Failed to cancel date" -msgstr "" +msgstr "Datum annuleren mislukt" #: src/components/routes/event/OccurrencesTab/index.tsx:241 msgid "Failed to cancel dates" -msgstr "" +msgstr "Datums annuleren mislukt" #: src/components/routes/event/messages.tsx:41 msgid "Failed to cancel message" @@ -4768,7 +4768,7 @@ msgstr "Kan configuratie niet aanmaken" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:712 msgid "Failed to create schedule" -msgstr "" +msgstr "Planning aanmaken mislukt" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:702 #: src/hooks/useOccurrenceGenerationPolling.ts:42 @@ -4792,15 +4792,15 @@ msgstr "Kan configuratie niet verwijderen" #: src/components/routes/event/OccurrenceDetail/index.tsx:90 #: src/components/routes/event/OccurrencesTab/index.tsx:187 msgid "Failed to delete date" -msgstr "" +msgstr "Datum verwijderen mislukt" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:372 msgid "Failed to delete date. It may have existing orders." -msgstr "" +msgstr "Datum verwijderen mislukt. Mogelijk zijn er al bestellingen." #: src/components/routes/event/OccurrencesTab/index.tsx:258 msgid "Failed to delete dates" -msgstr "" +msgstr "Datums verwijderen mislukt" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:40 msgid "Failed to delete event" @@ -4820,7 +4820,7 @@ msgstr "Organisator verwijderen mislukt" #: src/components/common/ProductsTable/SortableProduct/index.tsx:80 msgid "Failed to delete product. Please try again." -msgstr "" +msgstr "Product verwijderen mislukt. Probeer het opnieuw." #: src/components/common/QuestionsTable/index.tsx:203 msgid "Failed to delete question" @@ -4876,7 +4876,7 @@ msgstr "Tickets aanbieden mislukt" #: src/components/modals/ManageOccurrenceModal/index.tsx:76 #: src/components/routes/event/OccurrenceDetail/index.tsx:102 msgid "Failed to reactivate date" -msgstr "" +msgstr "Datum opnieuw activeren mislukt" #: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to remove from waitlist" @@ -4884,11 +4884,11 @@ msgstr "Verwijderen van wachtlijst mislukt" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:104 msgid "Failed to remove override" -msgstr "" +msgstr "Aanpassing verwijderen mislukt" #: src/components/routes/event/OccurrencesTab/index.tsx:201 msgid "Failed to reopen date" -msgstr "" +msgstr "Datum heropenen mislukt" #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" @@ -4920,15 +4920,15 @@ msgstr "Taken opnieuw proberen mislukt" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:69 msgid "Failed to save override" -msgstr "" +msgstr "Aanpassing opslaan mislukt" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:156 msgid "Failed to save price override" -msgstr "" +msgstr "Prijsaanpassing opslaan mislukt" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:163 msgid "Failed to save product settings" -msgstr "" +msgstr "Productinstellingen opslaan mislukt" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:158 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:161 @@ -5013,15 +5013,15 @@ msgstr "Verifiëren e-mail mislukt" #: src/constants/eventCategories.ts:17 msgid "Family" -msgstr "" +msgstr "Familie" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:247 msgid "Fast payouts to your bank" -msgstr "" +msgstr "Snelle uitbetalingen naar je bank" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:66 msgid "February" -msgstr "" +msgstr "Februari" #: src/components/forms/TaxAndFeeForm/index.tsx:18 #: src/components/forms/TaxAndFeeForm/index.tsx:39 @@ -5043,7 +5043,7 @@ msgstr "Kostenafhandeling" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:68 msgid "Fee override saved" -msgstr "" +msgstr "Aangepaste kosten opgeslagen" #: src/components/common/InlineOrderSummary/index.tsx:156 #: src/components/common/OrdersTable/index.tsx:270 @@ -5074,11 +5074,11 @@ msgstr "Vul eerst je gegevens hierboven in" #: src/constants/eventCategories.ts:12 msgid "Film" -msgstr "" +msgstr "Film" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:125 msgid "Filter attendees" -msgstr "" +msgstr "Deelnemers filteren" #: src/components/routes/event/attendees.tsx:245 msgid "Filter Attendees" @@ -5087,7 +5087,7 @@ msgstr "Filter Deelnemers" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:62 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:82 msgid "Filter by date" -msgstr "" +msgstr "Filteren op datum" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:118 msgid "Filter by Event" @@ -5108,27 +5108,27 @@ msgstr "Filters ({activeFilterCount})" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:281 msgid "Finish setting up Stripe" -msgstr "" +msgstr "Stripe-installatie afmaken" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:70 msgid "Finish setup" -msgstr "" +msgstr "Installatie afronden" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:57 msgid "First" -msgstr "" +msgstr "Eerste" #: src/components/common/PeriodSelector/index.tsx:42 msgid "First 30 days" -msgstr "" +msgstr "Eerste 30 dagen" #: src/components/common/PeriodSelector/index.tsx:40 msgid "First 7 days" -msgstr "" +msgstr "Eerste 7 dagen" #: src/components/common/PeriodSelector/index.tsx:44 msgid "First 90 days" -msgstr "" +msgstr "Eerste 90 dagen" #: src/components/routes/product-widget/CollectInformation/index.tsx:533 msgid "First attendee" @@ -5188,7 +5188,7 @@ msgstr "Vast bedrag" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:145 msgid "Fixed fee" -msgstr "" +msgstr "Vaste kosten" #: src/components/routes/admin/Configurations/index.tsx:94 #: src/components/routes/admin/Configurations/index.tsx:236 @@ -5205,11 +5205,11 @@ msgstr "Vaste vergoeding moet 0 of hoger zijn" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash off" -msgstr "" +msgstr "Flits uit" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash on" -msgstr "" +msgstr "Flits aan" #: src/components/common/ThemeFontControl/index.tsx:65 msgid "Font Family" @@ -5237,7 +5237,7 @@ msgstr "Wachtwoord vergeten?" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:60 msgid "Fourth" -msgstr "" +msgstr "Vierde" #: src/components/common/AttendeeTicket/index.tsx:134 #: src/components/common/Currency/index.tsx:88 @@ -5259,7 +5259,7 @@ msgstr "Frans" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 msgid "Fri" -msgstr "" +msgstr "Vr" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -5276,7 +5276,7 @@ msgstr "Vanaf {0}" #: src/components/forms/ProductForm/ledgerSummaries.ts:46 msgid "From {start}" -msgstr "" +msgstr "Vanaf {start}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:789 msgid "from {start} until {end}" @@ -5288,11 +5288,11 @@ msgstr "vanaf {start}, voor {count} datums" #: src/components/layouts/AuthLayout/index.tsx:26 msgid "Full data ownership" -msgstr "" +msgstr "Volledig eigenaar van je data" #: src/components/common/PeriodSelector/index.tsx:46 msgid "Full event" -msgstr "" +msgstr "Volledig evenement" #: src/components/modals/RefundOrderModal/index.tsx:110 msgid "Full refund" @@ -5300,15 +5300,15 @@ msgstr "Volledige terugbetaling" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "future" -msgstr "" +msgstr "toekomstige" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:352 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:353 msgid "Future dates only" -msgstr "" +msgstr "Alleen toekomstige datums" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Future dates will be copied with capacity reset to zero" -msgstr "" +msgstr "Toekomstige datums worden gekopieerd met de capaciteit op nul" #: src/components/routes/event/TicketDesigner/TicketDesignerPrint.tsx:38 #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:40 @@ -5341,11 +5341,11 @@ msgstr "Routebeschrijving" #: src/components/layouts/OrganizerLayout/index.tsx:82 msgid "Get Paid" -msgstr "" +msgstr "Uitbetaling instellen" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:234 msgid "Get paid with Stripe" -msgstr "" +msgstr "Betaald worden via Stripe" #: src/components/routes/auth/Register/index.tsx:73 msgid "Get started" @@ -5378,7 +5378,7 @@ msgstr "Terug" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Go Back" -msgstr "" +msgstr "Terug" #: src/components/routes/profile/ConfirmEmailChange/index.tsx:23 #: src/components/routes/profile/ConfirmEmailChange/index.tsx:42 @@ -5395,7 +5395,7 @@ msgstr "Ga naar de startpagina" #: src/components/modals/CreateAttendeeModal/index.tsx:196 msgid "Go to Schedule" -msgstr "" +msgstr "Naar de planning" #: src/components/common/ThemeColorControls/index.tsx:113 msgid "Good readability" @@ -5439,7 +5439,7 @@ msgstr "Bruto verkoop" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:334 msgid "Guest" -msgstr "" +msgstr "Gast" #: src/components/layouts/Event/index.tsx:130 msgid "Guest Management" @@ -5452,7 +5452,7 @@ msgstr "Gasten" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:45 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:159 msgid "Happening now" -msgstr "" +msgstr "Nu bezig" #: src/components/routes/admin/DeletionRequests/index.tsx:161 msgid "Hard delete" @@ -5498,7 +5498,7 @@ msgstr "Hi {0} 👋" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:51 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:74 msgid "Hi," -msgstr "" +msgstr "Hallo," #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:75 msgid "Hi.Events Fee" @@ -5515,7 +5515,7 @@ msgstr "Verborgen" #: src/components/forms/ProductForm/visibilityStatus.ts:50 msgid "Hidden — sales ended {end}." -msgstr "" +msgstr "Verborgen — verkoop geëindigd op {end}." #: src/components/common/QuestionsTable/index.tsx:112 msgid "Hidden from attendees - only visible to organizers" @@ -5523,11 +5523,11 @@ msgstr "Verborgen voor deelnemers - alleen zichtbaar voor organisatoren" #: src/components/forms/ProductForm/ledgerSummaries.ts:151 msgid "Hidden from everyone" -msgstr "" +msgstr "Voor iedereen verborgen" #: src/components/forms/ProductForm/visibilityStatus.ts:18 msgid "Hidden from everyone — the master hide switch is on." -msgstr "" +msgstr "Voor iedereen verborgen — de algemene verbergschakelaar staat aan." #: src/components/common/ProductsTable/SortableProduct/index.tsx:109 #: src/components/common/ProductsTable/SortableProduct/index.tsx:318 @@ -5553,7 +5553,7 @@ msgstr "Antwoorden verbergen" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "Hide details" -msgstr "" +msgstr "Details verbergen" #: src/components/routes/admin/Announcements/index.tsx:495 msgid "Hide Preview" @@ -5601,7 +5601,7 @@ msgstr "Verberg dit niveau voor gebruikers" #: src/components/forms/ProductForm/ledgerSummaries.ts:61 msgid "Hides sold out" -msgstr "" +msgstr "Verbergt uitverkocht" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:91 msgid "Hiding a product will prevent users from seeing it on the event page." @@ -5630,7 +5630,7 @@ msgstr "Gemarkeerde producten krijgen een andere achtergrondkleur om op te valle #: src/constants/eventCategories.ts:18 msgid "Hobbies" -msgstr "" +msgstr "Hobby's" #: src/components/routes/event/HomepageDesigner/index.tsx:168 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:173 @@ -5652,10 +5652,10 @@ msgstr "Voorbeschouwing" msgid "Homer" msgstr "Homer" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:386 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:410 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:387 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:411 msgid "Hours" -msgstr "" +msgstr "Uren" #: src/components/forms/PromoCodeForm/index.tsx:116 msgid "How is the discount applied?" @@ -5675,7 +5675,7 @@ msgstr "Hoe vaak kan deze code worden gebruikt?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:449 msgid "How VAT is applied to the platform fees we charge you." -msgstr "" +msgstr "Hoe btw wordt toegepast op de platformkosten die we je in rekening brengen." #: src/components/common/Editor/index.tsx:90 msgid "HTML character limit exceeded: {htmlLength}/{maxLength}" @@ -5796,11 +5796,11 @@ msgstr "Over {diffMinutes} minuten" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:111 msgid "in last {0} min" -msgstr "" +msgstr "in de afgelopen {0} min" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:472 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 msgid "In person — set a venue" -msgstr "" +msgstr "Op locatie — kies een locatie" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:132 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:168 @@ -5882,7 +5882,7 @@ msgstr "Instagram" #: src/components/layouts/AuthLayout/index.tsx:14 msgid "Instant Stripe payouts" -msgstr "" +msgstr "Directe Stripe-uitbetalingen" #: src/components/layouts/Event/index.tsx:143 #: src/components/layouts/OrganizerLayout/index.tsx:114 @@ -5891,7 +5891,7 @@ msgstr "Integraties" #: src/components/forms/CheckInListForm/index.tsx:190 msgid "Internal notes on the attendee's ticket" -msgstr "" +msgstr "Interne notities op het ticket van de deelnemer" #: src/components/common/ContactOrganizerModal/index.tsx:35 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:33 @@ -5973,11 +5973,11 @@ msgstr "Factuur Instellingen" #: src/components/routes/welcome/index.tsx:404 msgid "It happens on more than one date" -msgstr "" +msgstr "Het vindt op meerdere datums plaats" #: src/components/layouts/ProductWidget/index.tsx:57 msgid "It may have been unpublished or removed. Please check the link and try again." -msgstr "" +msgstr "Mogelijk is het van publicatie gehaald of verwijderd. Controleer de link en probeer het opnieuw." #: src/components/common/LanguageSwitcher/index.tsx:24 msgid "Italian" @@ -5998,7 +5998,7 @@ msgstr "Artikelen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:65 msgid "January" -msgstr "" +msgstr "Januari" #: src/components/routes/admin/FailedJobs/index.tsx:163 msgid "Job" @@ -6048,11 +6048,11 @@ msgstr "Aangemeld" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:71 msgid "July" -msgstr "" +msgstr "Juli" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:70 msgid "June" -msgstr "" +msgstr "Juni" #: src/components/routes/auth/Login/index.tsx:121 msgid "Just looking for your tickets?" @@ -6060,11 +6060,11 @@ msgstr "Alleen op zoek naar je tickets?" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:24 msgid "just now" -msgstr "" +msgstr "zojuist" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:161 msgid "Just wrapped" -msgstr "" +msgstr "Net afgelopen" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Keep connection" @@ -6073,7 +6073,7 @@ msgstr "Verbinding behouden" #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Keep editing" -msgstr "" +msgstr "Verder bewerken" #: src/components/routes/admin/Announcements/index.tsx:390 msgid "Keep it short — banners show a single line. {0}/200" @@ -6085,7 +6085,7 @@ msgstr "Houd mij op de hoogte van nieuws en evenementen van {0}" #: src/components/layouts/AuthLayout/index.tsx:42 msgid "Keep the profit." -msgstr "" +msgstr "Hou de winst zelf." #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:63 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:449 @@ -6100,7 +6100,7 @@ msgstr "Label — bijv. Ochtendsessie" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:301 msgid "label updates" -msgstr "" +msgstr "labelupdates" #: src/components/modals/CreateAttendeeModal/index.tsx:235 #: src/components/modals/ManageAttendeeModal/index.tsx:156 @@ -6110,7 +6110,7 @@ msgstr "Taal" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:61 msgid "Last" -msgstr "" +msgstr "Laatste" #: src/components/common/OrganizerReportTable/index.tsx:60 #: src/components/common/ReportTable/index.tsx:55 @@ -6204,13 +6204,13 @@ msgstr "Laatst geactiveerd" msgid "Last Used" msgstr "Laatst gebruikt" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:379 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 msgid "Later" -msgstr "" +msgstr "Later" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:152 msgid "Latest check-ins" -msgstr "" +msgstr "Nieuwste check-ins" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1098 msgid "Leave “from” as today to start right away." @@ -6222,27 +6222,27 @@ msgstr "Laat leeg om het standaardwoord te gebruiken" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:507 msgid "Leave empty for unlimited" -msgstr "" +msgstr "Laat leeg voor onbeperkt" #: src/components/forms/CheckInListForm/index.tsx:131 msgid "Leave empty to apply this check-in list to all occurrences" -msgstr "" +msgstr "Laat leeg om deze check-inlijst voor alle datums te laten gelden" #: src/components/forms/CheckInListForm/index.tsx:106 msgid "Leave on to cover every ticket on the event. Turn off to pick specific tickets." -msgstr "" +msgstr "Laat aan staan om alle tickets van het evenement te dekken. Zet uit om specifieke tickets te kiezen." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:300 msgid "Let them know about the change" -msgstr "" +msgstr "Laat het ze weten" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:266 msgid "Let them know about the changes" -msgstr "" +msgstr "Laat ze de wijzigingen weten" #: src/components/layouts/OrganizerLayout/index.tsx:111 msgid "Library" -msgstr "" +msgstr "Bibliotheek" #: src/components/common/ThemeColorControls/index.tsx:84 msgid "Light" @@ -6262,7 +6262,7 @@ msgstr "Links toegestaan" #: src/components/routes/event/OccurrencesTab/index.tsx:472 msgid "List" -msgstr "" +msgstr "Lijst" #: src/components/common/EventCard/index.tsx:91 #: src/components/layouts/Event/index.tsx:218 @@ -6282,11 +6282,11 @@ msgstr "Live Evenementen" #: src/components/forms/ProductForm/ProductPreview.tsx:72 msgid "Live preview" -msgstr "" +msgstr "Live voorbeeld" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:344 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 msgid "Loaded dates" -msgstr "" +msgstr "Geladen datums" #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:33 msgid "Loading preview..." @@ -6341,7 +6341,7 @@ msgstr "Locatie bijgewerkt" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:302 msgid "location updates" -msgstr "" +msgstr "locatie-updates" #: src/components/routes/organizer/Locations/index.tsx:52 msgid "locations" @@ -6405,7 +6405,7 @@ msgstr "Maak factuuradres verplicht tijdens het afrekenen" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:114 msgid "Make it visible so people can buy tickets" -msgstr "" +msgstr "Maak het zichtbaar zodat mensen tickets kunnen kopen" #: src/components/forms/QuestionForm/index.tsx:212 msgid "Make this question mandatory" @@ -6427,7 +6427,7 @@ msgstr "Beheer" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:97 msgid "Manage {0}" -msgstr "" +msgstr "{0} beheren" #: src/hooks/useAttendeeActions.tsx:75 msgid "Manage attendee" @@ -6435,7 +6435,7 @@ msgstr "Deelnemer beheren" #: src/components/routes/event/OccurrencesTab/index.tsx:462 msgid "Manage dates and times for your recurring event" -msgstr "" +msgstr "Beheer datums en tijden van je terugkerende evenement" #: src/components/common/EventCard/index.tsx:146 msgid "Manage event" @@ -6443,7 +6443,7 @@ msgstr "Evenement beheren" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:393 msgid "Manage on Stripe" -msgstr "" +msgstr "Beheren in Stripe" #: src/hooks/useOrderActions.tsx:99 msgid "Manage order" @@ -6460,11 +6460,11 @@ msgstr "Profiel beheren" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:114 msgid "Manage schedule" -msgstr "" +msgstr "Planning beheren" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:78 msgid "Manage Schedule" -msgstr "" +msgstr "Planning beheren" #: src/components/routes/account/ManageAccount/sections/TaxSettings/index.tsx:17 msgid "Manage taxes and fees which can be applied to your products" @@ -6506,7 +6506,7 @@ msgstr "Deelnemer handmatig toevoegen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:67 msgid "March" -msgstr "" +msgstr "Maart" #: src/hooks/useOrderActions.tsx:128 msgid "Mark as paid" @@ -6514,7 +6514,7 @@ msgstr "Markeer als betaald" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:180 msgid "Mark as validated (admin override)" -msgstr "" +msgstr "Markeren als gevalideerd (beheerdersoverschrijving)" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:177 msgid "Max Messages / 24h" @@ -6534,7 +6534,7 @@ msgstr "Maximum per bestelling" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:69 msgid "May" -msgstr "" +msgstr "Mei" #: src/components/routes/admin/Attribution/index.tsx:108 msgid "Medium" @@ -6621,7 +6621,7 @@ msgstr "Berichtenniveau succesvol bijgewerkt" #: src/components/forms/ProductForm/ledgerSummaries.ts:115 msgid "Min {min} per order" -msgstr "" +msgstr "Min. {min} per bestelling" #: src/components/forms/ProductForm/index.tsx:523 msgid "Minimum Per Order" @@ -6635,10 +6635,10 @@ msgstr "Minimale prijs" msgid "minutes" msgstr "minuten" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:393 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:417 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:394 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:418 msgid "Minutes" -msgstr "" +msgstr "Minuten" #: src/components/routes/event/Settings/index.tsx:84 msgid "Miscellaneous" @@ -6653,13 +6653,13 @@ msgstr "Diverse instellingen" msgid "Modal" msgstr "Modal" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:467 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:468 msgid "Mode" -msgstr "" +msgstr "Modus" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 msgid "Mon" -msgstr "" +msgstr "Ma" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -6676,7 +6676,7 @@ msgstr "Bewaak en beheer mislukte achtergrondtaken" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:89 msgid "month" -msgstr "" +msgstr "maand" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:931 msgid "Month" @@ -6685,20 +6685,20 @@ msgstr "Maand" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:52 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Monthly" -msgstr "" +msgstr "Maandelijks" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:97 msgid "months" -msgstr "" +msgstr "maanden" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:268 msgid "more" -msgstr "" +msgstr "meer" #: src/components/common/EntityActions/index.tsx:98 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:171 msgid "More actions" -msgstr "" +msgstr "Meer acties" #: src/components/routes/admin/Dashboard/index.tsx:294 msgid "Most Viewed Events (Last 14 Days)" @@ -6706,7 +6706,7 @@ msgstr "Meest bekeken evenementen (Laatste 14 dagen)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Move all dates earlier or later" -msgstr "" +msgstr "Alle datums naar voren of naar achteren verschuiven" #: src/components/forms/QuestionForm/index.tsx:106 msgid "Multi line text box" @@ -6716,11 +6716,11 @@ msgstr "Meerregelig tekstvak" #: src/components/layouts/EventHomepage/index.tsx:180 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Multiple locations" -msgstr "" +msgstr "Meerdere locaties" #: src/components/layouts/AuthLayout/index.tsx:27 msgid "Multiple ticket types" -msgstr "" +msgstr "Meerdere tickettypes" #: src/constants/eventCategories.ts:8 msgid "Music" @@ -6801,13 +6801,13 @@ msgstr "Netto-omzet" msgid "Never" msgstr "Nooit" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:432 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 msgid "New capacity" -msgstr "" +msgstr "Nieuwe capaciteit" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:451 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 msgid "New label" -msgstr "" +msgstr "Nieuw label" #: src/components/common/LocationPicker/index.tsx:169 #: src/components/common/LocationPicker/index.tsx:183 @@ -6826,7 +6826,7 @@ msgstr "Nieuwe aanmeldingen" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:53 msgid "New time:" -msgstr "" +msgstr "Nieuwe tijd:" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:429 msgid "Next month" @@ -6834,11 +6834,11 @@ msgstr "Volgende maand" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:162 msgid "Next occurrence" -msgstr "" +msgstr "Volgende datum" #: src/components/common/EventDateRange/index.tsx:61 msgid "Next: {nextFormatted}" -msgstr "" +msgstr "Volgende: {nextFormatted}" #: src/constants/eventCategories.ts:4 msgid "Nightlife" @@ -6887,7 +6887,7 @@ msgstr "Geen aanwezigen gevonden voor deze bestelling." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:173 msgid "No attendees to show" -msgstr "" +msgstr "Geen deelnemers om te tonen" #: src/components/common/AttendeeTable/index.tsx:346 msgid "No Attendees to show" @@ -6895,7 +6895,7 @@ msgstr "Geen aanwezigen" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:79 msgid "No attendees yet for this date." -msgstr "" +msgstr "Nog geen deelnemers voor deze datum." #: src/components/routes/admin/Attribution/index.tsx:121 msgid "No attribution data found" @@ -6903,7 +6903,7 @@ msgstr "Geen attributiegegevens gevonden" #: src/components/routes/organizer/Payments/CapabilityList.tsx:69 msgid "No capabilities reported by Stripe yet." -msgstr "" +msgstr "Stripe heeft nog geen functies gemeld." #: src/components/modals/OfferWaitlistModal/index.tsx:193 msgid "No capacity" @@ -6916,7 +6916,7 @@ msgstr "Geen capaciteitstoewijzingen" #: src/components/common/KpiGrid/index.tsx:57 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:212 msgid "No change" -msgstr "" +msgstr "Geen wijziging" #: src/components/common/CheckInListList/index.tsx:44 #: src/components/common/CheckInListTable/index.tsx:266 @@ -6929,7 +6929,7 @@ msgstr "Geen incheck lijsten beschikbaar voor dit evenement." #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:155 msgid "No check-ins yet" -msgstr "" +msgstr "Nog geen check-ins" #: src/components/routes/admin/Configurations/index.tsx:127 msgid "No configurations found" @@ -6937,7 +6937,7 @@ msgstr "Geen configuraties gevonden" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:207 msgid "No connections available" -msgstr "" +msgstr "Geen koppelingen beschikbaar" #: src/components/common/ReportTable/index.tsx:233 msgid "No data available" @@ -6954,32 +6954,32 @@ msgstr "Geen gegevens om weer te geven. Selecteer een datumbereik" #: src/components/common/EventCard/index.tsx:221 #: src/components/common/EventCard/index.tsx:318 msgid "No date added" -msgstr "" +msgstr "Geen datum toegevoegd" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:668 msgid "No dates available this month. Try navigating to another month." -msgstr "" +msgstr "Deze maand zijn er geen datums beschikbaar. Probeer een andere maand." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:90 msgid "No dates match the current filters." -msgstr "" +msgstr "Geen datums voldoen aan de huidige filters." -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates match your filters" -msgstr "" +msgstr "Geen datums voldoen aan je filters" #: src/components/common/OccurrenceSelect/index.tsx:158 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:130 msgid "No dates match your search" -msgstr "" +msgstr "Geen datums komen overeen met je zoekopdracht" #: src/components/modals/PublishEventModal/index.tsx:103 msgid "No dates scheduled" msgstr "Geen data gepland" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates scheduled yet" -msgstr "" +msgstr "Nog geen datums ingepland" #: src/components/routes/admin/DeletionRequests/index.tsx:108 msgid "No deletion requests found" @@ -7027,7 +7027,7 @@ msgstr "Geen factuur" #: src/components/forms/ProductForm/ledgerSummaries.ts:121 msgid "No limits" -msgstr "" +msgstr "Geen limieten" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:163 #: src/components/modals/WebhookLogsModal/index.tsx:177 @@ -7048,11 +7048,11 @@ msgstr "Geen berichten om te tonen" #: src/components/modals/CreateAttendeeModal/index.tsx:183 msgid "No occurrences available" -msgstr "" +msgstr "Geen datums beschikbaar" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:134 msgid "No occurrences on this date" -msgstr "" +msgstr "Geen datums op deze dag" #: src/components/common/QuestionsTable/index.tsx:491 msgid "No order questions yet" @@ -7072,7 +7072,7 @@ msgstr "Nog geen bestellingen" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:90 msgid "No orders yet for this date." -msgstr "" +msgstr "Nog geen bestellingen voor deze datum." #: src/components/routes/admin/Dashboard/index.tsx:377 msgid "No organizer activity in the last 14 days" @@ -7080,7 +7080,7 @@ msgstr "Geen organisatoractiviteit in de laatste 14 dagen" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:179 msgid "No organizer context available." -msgstr "" +msgstr "Geen organisatorcontext beschikbaar." #: src/components/modals/SwitchOrganizerModal/index.tsx:57 msgid "No other organizers available" @@ -7117,7 +7117,7 @@ msgstr "Geen producten beschikbaar in deze categorie." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:170 msgid "No products configured for this event." -msgstr "" +msgstr "Geen producten ingesteld voor dit evenement." #: src/components/modals/OfferWaitlistModal/index.tsx:140 msgid "No products have waiting entries" @@ -7196,7 +7196,7 @@ msgstr "Geen tickets te koop" #: src/components/common/EventDateRange/index.tsx:68 msgid "No upcoming dates" -msgstr "" +msgstr "Geen komende datums" #: src/components/layouts/OrganizerHomepage/index.tsx:299 msgid "No upcoming events" @@ -7230,7 +7230,7 @@ msgstr "Nee, houd me hier" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:293 msgid "non-edited" -msgstr "" +msgstr "niet bewerkt" #: src/components/common/PromoCodeTable/index.tsx:82 #: src/components/forms/ProductForm/ledgerSummaries.ts:92 @@ -7241,7 +7241,7 @@ msgstr "Geen" #: src/components/forms/ProductForm/ledgerSummaries.ts:29 msgid "None yet" -msgstr "" +msgstr "Nog geen" #: src/components/common/ProductPriceAvailability/index.tsx:38 #: src/components/common/ProductPriceAvailability/index.tsx:68 @@ -7251,7 +7251,7 @@ msgstr "Niet beschikbaar" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:122 #: src/components/modals/ManageAttendeeModal/index.tsx:138 msgid "Not checked in" -msgstr "" +msgstr "Niet ingecheckt" #: src/components/common/AttendeeTable/index.tsx:304 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -7280,7 +7280,7 @@ msgstr "Instellingen meldingen" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:569 msgid "Notify attendees and stop sales" -msgstr "" +msgstr "Deelnemers informeren en verkoop stoppen" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:76 msgid "Notify organizer of new orders" @@ -7288,11 +7288,11 @@ msgstr "Organisator op de hoogte stellen van nieuwe bestellingen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:75 msgid "November" -msgstr "" +msgstr "November" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1087 msgid "Number of dates to create" -msgstr "" +msgstr "Aantal aan te maken datums" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:227 msgid "Number of days allowed for payment (leave blank to omit payment terms from invoices)" @@ -7308,38 +7308,38 @@ msgstr "Nummer Voorvoegsel" #: src/components/modals/ManageOrderModal/index.tsx:140 #: src/components/modals/SendMessageModal/index.tsx:357 msgid "Occurrence" -msgstr "" +msgstr "Datum" #: src/components/forms/WebhookForm/index.tsx:133 msgid "Occurrence Cancelled" -msgstr "" +msgstr "Datum geannuleerd" #: src/components/layouts/Event/index.tsx:113 #: src/components/routes/event/OccurrencesTab/index.tsx:463 msgid "Occurrence Schedule" -msgstr "" +msgstr "Datumplanning" #: src/components/routes/event/Reports/index.tsx:37 #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:102 msgid "Occurrence Summary" -msgstr "" +msgstr "Datumoverzicht" #: src/components/common/OrderDetails/index.tsx:55 #: src/components/modals/ManageOrderModal/index.tsx:140 msgid "Occurrences" -msgstr "" +msgstr "Datums" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Occurrences (future only)" -msgstr "" +msgstr "Datums (alleen toekomstige)" #: src/components/modals/CreateEventModal/index.tsx:252 msgid "Occurrences can be configured after creation" -msgstr "" +msgstr "Datums kunnen na het aanmaken worden ingesteld" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:74 msgid "October" -msgstr "" +msgstr "Oktober" #: src/components/common/OrganizerReportTable/index.tsx:356 msgid "of" @@ -7352,7 +7352,7 @@ msgstr "van elke maand" #: src/components/forms/ProductForm/ledgerSummaries.ts:77 #: src/components/forms/ProductForm/ledgerSummaries.ts:140 msgid "Off" -msgstr "" +msgstr "Uit" #: src/components/common/WaitlistTable/index.tsx:135 #: src/components/modals/OfferWaitlistModal/index.tsx:227 @@ -7423,7 +7423,7 @@ msgstr "op" #: src/components/forms/ProductForm/ledgerSummaries.ts:74 msgid "On" -msgstr "" +msgstr "Aan" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:760 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:768 @@ -7450,7 +7450,7 @@ msgstr "op de {position} {day}" #: src/components/forms/ProductForm/index.tsx:442 msgid "On the event page" -msgstr "" +msgstr "Op de evenementpagina" #: src/components/common/JoinWaitlistButton/index.tsx:25 msgid "On the waitlist" @@ -7481,23 +7481,23 @@ msgstr "Doorlopend" msgid "Online" msgstr "Online" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 msgid "Online — provide connection details" -msgstr "" +msgstr "Online — geef verbindingsgegevens op" #: src/components/common/EventCard/index.tsx:100 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Online & in-person" -msgstr "" +msgstr "Online en op locatie" #: src/components/layouts/EventHomepage/index.tsx:181 msgid "Online & in-person — see schedule" -msgstr "" +msgstr "Online en op locatie — zie de planning" #: src/components/common/AttendeeTicket/index.tsx:127 #: src/components/modals/ManageOccurrenceModal/index.tsx:146 msgid "Online event" -msgstr "" +msgstr "Online evenement" #: src/components/layouts/EventHomepage/index.tsx:404 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:175 @@ -7518,7 +7518,7 @@ msgstr "Nog maar {capacity} over" #: src/components/forms/ProductForm/ProductDrawer.tsx:130 msgid "Only a name is required — everything else has sensible defaults" -msgstr "" +msgstr "Alleen een naam is verplicht — al het overige heeft zinnige standaardwaarden" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:74 msgid "Only account administrators can delete or archive events. Contact your account admin for assistance." @@ -7530,7 +7530,7 @@ msgstr "Alleen accountbeheerders kunnen organisatoren verwijderen of archiveren. #: src/components/forms/ProductForm/index.tsx:546 msgid "Only available as an add-on" -msgstr "" +msgstr "Alleen beschikbaar als add-on" #: src/components/routes/admin/Announcements/index.tsx:470 msgid "Only published announcements are shown to users" @@ -7546,11 +7546,11 @@ msgstr "Alleen startdatum en -tijd tonen" #: src/components/common/ProductsTable/SortableProduct/index.tsx:335 msgid "Only shown as an add-on to the products it's attached to" -msgstr "" +msgstr "Wordt alleen getoond als add-on bij de producten waaraan het gekoppeld is" #: src/components/forms/ProductForm/visibilityStatus.ts:25 msgid "Only shown as an add-on to the products it's attached to." -msgstr "" +msgstr "Wordt alleen getoond als add-on bij de producten waaraan het gekoppeld is." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:138 msgid "Only the account owner can request account deletion." @@ -7558,11 +7558,11 @@ msgstr "Alleen de accounteigenaar kan accountverwijdering aanvragen." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:513 msgid "Only tickets count toward capacity" -msgstr "" +msgstr "Alleen tickets tellen mee voor de capaciteit" #: src/components/forms/ProductForm/visibilityStatus.ts:32 msgid "Only visible to buyers with an applicable promo code." -msgstr "" +msgstr "Alleen zichtbaar voor kopers met een geldige kortingscode." #: src/components/common/ProductsTable/SortableProduct/index.tsx:319 msgid "Only visible with promo code" @@ -7570,7 +7570,7 @@ msgstr "Alleen zichtbaar met promocode" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open check-in" -msgstr "" +msgstr "Check-in openen" #: src/components/common/CheckInListList/index.tsx:165 #: src/components/common/CheckInListTable/index.tsx:209 @@ -7580,7 +7580,7 @@ msgstr "Open Check-In Pagina" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open occurrence" -msgstr "" +msgstr "Datum openen" #: src/components/layouts/AppLayout/index.tsx:31 msgid "Open sidebar" @@ -7622,9 +7622,9 @@ msgstr "Opties" msgid "or" msgstr "of" -#: src/components/routes/event/OccurrencesTab/index.tsx:603 +#: src/components/routes/event/OccurrencesTab/index.tsx:618 msgid "or add a single date" -msgstr "" +msgstr "of voeg één datum toe" #: src/components/modals/PublishEventModal/index.tsx:81 msgid "Or enable offline payments and disable Stripe" @@ -7632,7 +7632,7 @@ msgstr "Of schakel offline betalingen in en schakel Stripe uit" #: src/components/routes/event/OccurrencesTab/index.tsx:415 msgid "order" -msgstr "" +msgstr "bestelling" #: src/components/common/QuestionsTable/index.tsx:295 #: src/components/common/QuestionsTable/index.tsx:448 @@ -7648,7 +7648,7 @@ msgstr "Bestelling & Ticket" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:265 msgid "Order #" -msgstr "" +msgstr "Bestelnr." #: src/components/routes/product-widget/CollectInformation/index.tsx:386 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:375 @@ -7683,7 +7683,7 @@ msgstr "Bestel Datum" #: src/components/forms/CheckInListForm/index.tsx:222 msgid "Order details" -msgstr "" +msgstr "Bestelgegevens" #: src/components/common/OrdersTable/index.tsx:178 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:613 @@ -7709,7 +7709,7 @@ msgstr "Bestelling-ID" #: src/components/forms/ProductForm/index.tsx:517 msgid "Order limits" -msgstr "" +msgstr "Bestellimieten" #: src/hooks/useOrderActions.tsx:50 msgid "Order marked as paid" @@ -7729,7 +7729,7 @@ msgstr "Bestelling niet gevonden" #: src/components/forms/CheckInListForm/index.tsx:224 msgid "Order number, purchase date, purchaser email" -msgstr "" +msgstr "Bestelnummer, aankoopdatum, e-mail van koper" #: src/components/common/MessageList/index.tsx:31 msgid "Order owner" @@ -7791,7 +7791,7 @@ msgstr "Bestelling is geannuleerd" #: src/components/routes/event/OccurrencesTab/index.tsx:415 #: src/components/routes/event/orders.tsx:197 msgid "orders" -msgstr "" +msgstr "bestellingen" #: src/components/layouts/Admin/index.tsx:17 #: src/components/layouts/Event/index.tsx:125 @@ -7906,7 +7906,7 @@ msgstr "Organisator/standaardsjabloon wordt gebruikt" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:202 msgid "Organizers" -msgstr "" +msgstr "Organisatoren" #: src/components/modals/EditUserModal/index.tsx:58 #: src/components/modals/InviteUserModal/index.tsx:49 @@ -7928,7 +7928,7 @@ msgstr "Resultaat" #: src/constants/eventCategories.ts:22 msgid "Outdoors" -msgstr "" +msgstr "Buiten" #: src/components/routes/admin/Messages/index.tsx:107 msgid "Outgoing Messages" @@ -7936,19 +7936,19 @@ msgstr "Uitgaande berichten" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:208 msgid "Override" -msgstr "" +msgstr "Aanpassing" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:133 msgid "Override fees on this organizer" -msgstr "" +msgstr "Kosten voor deze organisator aanpassen" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:228 msgid "Override price" -msgstr "" +msgstr "Prijs aanpassen" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:96 msgid "Override removed" -msgstr "" +msgstr "Aanpassing verwijderd" #: src/components/layouts/Event/index.tsx:100 msgid "Overview" @@ -7989,7 +7989,7 @@ msgstr "betaald" #: src/components/forms/ProductForm/index.tsx:274 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:431 msgid "Paid" -msgstr "" +msgstr "Betaald" #: src/components/routes/admin/Attribution/index.tsx:51 msgid "Paid Accounts" @@ -8049,7 +8049,7 @@ msgstr "Verleden" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:317 msgid "Past due" -msgstr "" +msgstr "Achterstallig" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Past Events" @@ -8163,7 +8163,7 @@ msgstr "Betalingen niet beschikbaar" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:407 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:463 msgid "Payouts" -msgstr "" +msgstr "Uitbetalingen" #: src/components/routes/admin/DeletionRequests/index.tsx:85 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:437 @@ -8181,7 +8181,7 @@ msgstr "Per deelnemer" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:117 msgid "per min" -msgstr "" +msgstr "per min" #: src/components/common/PromoCodeTable/index.tsx:91 msgid "per order" @@ -8217,7 +8217,7 @@ msgstr "Percentage vergoeding" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:137 msgid "Percentage fee (%)" -msgstr "" +msgstr "Procentuele kosten (%)" #: src/components/routes/admin/Configurations/index.tsx:175 msgid "Percentage must be between 0 and 100" @@ -8249,7 +8249,7 @@ msgstr "Verwijder deze organisator en al zijn evenementen permanent." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:583 msgid "Permanently remove this date" -msgstr "" +msgstr "Deze datum definitief verwijderen" #: src/components/routes/profile/ManageProfile/index.tsx:148 msgid "Personal Information" @@ -8261,15 +8261,15 @@ msgstr "Telefoon" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:530 msgid "Pick an end date" -msgstr "" +msgstr "Kies een einddatum" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:538 msgid "Pick at least one day of the month" -msgstr "" +msgstr "Kies minstens één dag van de maand" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:527 msgid "Pick at least one day of the week" -msgstr "" +msgstr "Kies minstens één dag van de week" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:841 msgid "Pick days to see your dates." @@ -8286,7 +8286,7 @@ msgstr "Plaats dit in de van je website." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:269 #: src/components/modals/ManageOrderModal/index.tsx:125 msgid "Placed" -msgstr "" +msgstr "Geplaatst" #: src/components/common/PoweredByFooter/index.tsx:48 msgid "Planning an event?" @@ -8341,7 +8341,7 @@ msgstr "Controleer je e-mail om je e-mailadres te bevestigen" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:76 msgid "Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions." -msgstr "" +msgstr "Controleer je ticket voor het nieuwe tijdstip. Je tickets blijven geldig — je hoeft niets te doen, tenzij de nieuwe tijden je niet uitkomen. Beantwoord deze e-mail als je vragen hebt." #: src/components/routes/product-widget/SelectProducts/index.tsx:1023 msgid "Please continue in the new tab" @@ -8394,7 +8394,7 @@ msgstr "Ga terug naar de evenementpagina om opnieuw te beginnen." #: src/components/routes/product-widget/SelectProducts/index.tsx:584 msgid "Please select a date and time" -msgstr "" +msgstr "Kies een datum en tijd" #: src/components/common/OrganizerReportTable/index.tsx:269 msgid "Please select a date range" @@ -8453,7 +8453,7 @@ msgstr "Portugees" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:967 msgid "Position" -msgstr "" +msgstr "Positie" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:97 msgid "Post Checkout message" @@ -8507,7 +8507,7 @@ msgstr "Prijs niet ingesteld" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:206 msgid "Price Tier" -msgstr "" +msgstr "Prijsniveau" #: src/components/forms/ProductForm/index.tsx:356 msgid "Price Tiers" @@ -8515,7 +8515,7 @@ msgstr "Prijsniveaus" #: src/components/forms/ProductForm/index.tsx:266 msgid "Pricing" -msgstr "" +msgstr "Prijzen" #: src/components/common/WidgetEditor/index.tsx:187 msgid "Primary Color" @@ -8605,11 +8605,11 @@ msgstr "Uitsplitsing productverkoop, inkomsten en belastingen" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:599 msgid "Product settings cannot be edited for cancelled dates." -msgstr "" +msgstr "Productinstellingen kunnen niet worden bewerkt voor geannuleerde datums." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:160 msgid "Product settings saved successfully" -msgstr "" +msgstr "Productinstellingen opgeslagen" #: src/components/common/ProductSelector/index.tsx:67 msgid "Product Tier" @@ -8662,7 +8662,7 @@ msgstr "Profiel succesvol bijgewerkt" #: src/components/common/CheckIn/CheckInInfoModal.tsx:47 msgid "Progress" -msgstr "" +msgstr "Voortgang" #: src/components/routes/product-widget/SelectProducts/index.tsx:500 msgid "Promo {promo_code} code applied" @@ -8683,7 +8683,7 @@ msgstr "Promo Code pagina" #: src/components/forms/ProductForm/ledgerSummaries.ts:154 msgid "Promo code required" -msgstr "" +msgstr "Kortingscode vereist" #: src/components/routes/event/Reports/index.tsx:32 msgid "Promo code usage and discount breakdown" @@ -8691,11 +8691,11 @@ msgstr "Gebruik van promocodes en uitsplitsing van kortingen" #: src/components/routes/event/promo-codes.tsx:55 msgid "promo codes" -msgstr "" +msgstr "kortingscodes" #: src/components/layouts/AuthLayout/index.tsx:18 msgid "Promo codes" -msgstr "" +msgstr "Kortingscodes" #: src/components/layouts/Event/index.tsx:126 #: src/components/modals/DuplicateEventModal/index.tsx:52 @@ -8734,11 +8734,11 @@ msgstr "Vul minimaal één adresveld in (locatie, straat, stad of land)." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:438 msgid "Provide the following before Stripe's next review to keep payouts flowing." -msgstr "" +msgstr "Lever het volgende aan vóór de volgende controle van Stripe, zodat de uitbetalingen doorlopen." #: src/components/forms/ProductForm/ledgerSummaries.ts:157 msgid "Public" -msgstr "" +msgstr "Openbaar" #: src/components/common/StatusToggle/index.tsx:97 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:117 @@ -8755,7 +8755,7 @@ msgstr "Evenement publiceren" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:113 msgid "Publish your event" -msgstr "" +msgstr "Publiceer je evenement" #: src/components/routes/admin/Announcements/index.tsx:183 #: src/components/routes/admin/Announcements/index.tsx:473 @@ -8775,11 +8775,11 @@ msgstr "Gekocht" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:275 msgid "Purchaser" -msgstr "" +msgstr "Koper" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:283 msgid "Purchaser email" -msgstr "" +msgstr "E-mail van koper" #: src/components/modals/ShareModal/index.tsx:168 msgid "QR Code" @@ -8787,7 +8787,7 @@ msgstr "QR-code" #: src/components/layouts/AuthLayout/index.tsx:16 msgid "QR code check-in" -msgstr "" +msgstr "Check-in met QR-code" #: src/components/modals/OfferWaitlistModal/index.tsx:170 msgid "Qty" @@ -8804,7 +8804,7 @@ msgstr "Beschikbare hoeveelheid" #: src/components/forms/CheckInListForm/index.tsx:205 msgid "Question answers" -msgstr "" +msgstr "Antwoorden op vragen" #: src/components/common/QuestionsTable/index.tsx:201 msgid "Question deleted" @@ -8838,7 +8838,7 @@ msgstr "Wachtrij" #: src/components/forms/PromoCodeForm/index.tsx:145 msgid "Quick Tip" -msgstr "" +msgstr "Snelle tip" #: src/components/forms/QuestionForm/index.tsx:118 msgid "Radio Option" @@ -8862,7 +8862,7 @@ msgstr "Plek opnieuw aanbieden" #: src/components/modals/ManageOccurrenceModal/index.tsx:70 #: src/components/routes/event/OccurrenceDetail/index.tsx:96 msgid "Reactivate this date? It will be reopened for future sales." -msgstr "" +msgstr "Deze datum opnieuw activeren? Hij wordt weer opengesteld voor toekomstige verkoop." #: src/components/modals/PublishEventModal/index.tsx:143 msgid "Ready to go live?" @@ -8870,7 +8870,7 @@ msgstr "Klaar om live te gaan?" #: src/components/layouts/AuthLayout/index.tsx:19 msgid "Real-time analytics" -msgstr "" +msgstr "Realtime analyses" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:171 msgid "Reason (optional)" @@ -8888,19 +8888,19 @@ msgstr "Recente accountaanmeldingen" #: src/components/common/PeriodSelector/index.tsx:111 msgid "Recent activity" -msgstr "" +msgstr "Recente activiteit" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:59 msgid "Recent Attendees" -msgstr "" +msgstr "Recente deelnemers" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:106 msgid "Recent check-ins" -msgstr "" +msgstr "Recente check-ins" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:309 msgid "Recent orders" -msgstr "" +msgstr "Recente bestellingen" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:63 msgid "Recent Orders" @@ -8931,12 +8931,12 @@ msgstr "Ontvangers zijn beschikbaar nadat het bericht is verzonden" #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "Recommended" -msgstr "" +msgstr "Aanbevolen" #: src/components/common/EventCard/index.tsx:209 #: src/components/common/EventCard/index.tsx:322 msgid "Recurring" -msgstr "" +msgstr "Terugkerend" #: src/components/layouts/EventHomepage/index.tsx:368 #: src/components/modals/CreateEventModal/index.tsx:240 @@ -8950,7 +8950,7 @@ msgstr "Instellingen terugkerend evenement" #: src/components/layouts/AuthLayout/index.tsx:13 msgid "Recurring events" -msgstr "" +msgstr "Terugkerende evenementen" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:80 msgid "Reddit" @@ -8970,13 +8970,13 @@ msgstr "Voorbeeld Vernieuwen" #: src/components/routes/event/OccurrencesTab/index.tsx:218 msgid "Refund all orders for these dates" -msgstr "" +msgstr "Alle bestellingen voor deze datums terugbetalen" #: src/components/routes/event/OccurrenceDetail/index.tsx:67 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:44 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:334 msgid "Refund all orders for this date" -msgstr "" +msgstr "Alle bestellingen voor deze datum terugbetalen" #: src/components/modals/RefundOrderModal/index.tsx:108 msgid "Refund amount" @@ -9047,7 +9047,7 @@ msgstr "Registratievragen" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:142 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:94 msgid "Remaining" -msgstr "" +msgstr "Resterend" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:82 msgid "Remaining Uses" @@ -9065,9 +9065,9 @@ msgstr "verwijderen" msgid "Remove" msgstr "Verwijder" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:458 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:459 msgid "Remove label from all dates" -msgstr "" +msgstr "Label van alle datums verwijderen" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:67 msgid "Remove sold out dates and times from the event page entirely. When disabled, they remain visible and are labelled as sold out." @@ -9079,11 +9079,11 @@ msgstr "Tijd verwijderen" #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:60 msgid "Reopen for new sales" -msgstr "" +msgstr "Weer openstellen voor verkoop" #: src/components/routes/event/OccurrencesTab/index.tsx:194 msgid "Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed." -msgstr "" +msgstr "Deze datum weer openstellen voor verkoop? Eerder geannuleerde tickets worden niet hersteld — betrokken deelnemers blijven geannuleerd en al uitgevoerde terugbetalingen worden niet teruggedraaid." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:885 msgid "Repeats" @@ -9184,7 +9184,7 @@ msgstr "Wachtwoord opnieuw instellen" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:238 msgid "Reset to base price" -msgstr "" +msgstr "Terugzetten naar basisprijs" #: src/components/routes/auth/ResetPassword/index.tsx:75 msgid "Resetting..." @@ -9227,7 +9227,7 @@ msgstr "Herstel deze organisator en maak hem weer actief." #: src/components/common/ToolBar/index.tsx:47 msgid "results" -msgstr "" +msgstr "resultaten" #: src/components/routes/admin/FailedJobs/index.tsx:199 msgid "Retry" @@ -9260,11 +9260,11 @@ msgstr "Herbruikbare locaties voor je evenementen. Locaties die via automatisch #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:218 msgid "Reuse" -msgstr "" +msgstr "Hergebruiken" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:198 msgid "Reuse a Stripe connection from another organizer in this account." -msgstr "" +msgstr "Hergebruik een Stripe-koppeling van een andere organisator in dit account." #: src/components/common/AffiliateTable/index.tsx:157 #: src/components/common/EventCard/index.tsx:255 @@ -9317,7 +9317,7 @@ msgstr "Uitverkoopperiode" #: src/components/forms/ProductForm/index.tsx:420 msgid "Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page." -msgstr "" +msgstr "De verkoopperiode geldt voor alle datums in je planning. Wil je prijzen en beschikbaarheid per datum regelen, gebruik dan de aanpassingen op de <0>pagina Datumplanning." #: src/components/forms/ProductForm/index.tsx:427 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:80 @@ -9330,7 +9330,7 @@ msgstr "Uitverkoop begint {0}" #: src/components/forms/ProductForm/index.tsx:413 msgid "Sale window" -msgstr "" +msgstr "Verkoopperiode" #: src/components/common/AffiliateTable/index.tsx:145 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:143 @@ -9353,7 +9353,7 @@ msgstr "Start verkoop" #: src/components/routes/event/Reports/index.tsx:38 msgid "Sales, attendance, and check-in breakdown per occurrence" -msgstr "" +msgstr "Uitsplitsing van verkoop, opkomst en check-ins per datum" #: src/components/routes/organizer/Reports/index.tsx:24 msgid "Sales, orders, and performance metrics for all events" @@ -9365,7 +9365,7 @@ msgstr "Verkoop:" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:471 msgid "Same as event" -msgstr "" +msgstr "Zelfde als evenement" #: src/components/common/PlatformFeesSettings/index.tsx:175 msgid "Sample ticket price" @@ -9378,7 +9378,7 @@ msgstr "Voorbeeldlocatie" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 msgid "Sat" -msgstr "" +msgstr "Za" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -9422,7 +9422,7 @@ msgstr "Wijzigingen opslaan" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:160 msgid "Save fee override" -msgstr "" +msgstr "Aangepaste kosten opslaan" #: src/components/modals/EditOrganizerModal/index.tsx:70 msgid "Save Organizer" @@ -9450,7 +9450,7 @@ msgstr "Ticketontwerp Opslaan" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:202 msgid "Save VAT settings" -msgstr "" +msgstr "Btw-instellingen opslaan" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:239 msgid "Save VAT Settings" @@ -9466,7 +9466,7 @@ msgstr "Opgeslagen locaties" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:153 msgid "Saving an override creates a dedicated configuration for this organizer if it's currently on the system default." -msgstr "" +msgstr "Bij het opslaan van een aanpassing wordt een eigen configuratie voor deze organisator aangemaakt als die nu de systeemstandaard gebruikt." #: src/components/layouts/CheckIn/BottomNav.tsx:15 msgid "Scan" @@ -9474,32 +9474,32 @@ msgstr "Scannen" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:58 msgid "Scan a ticket to check in an attendee" -msgstr "" +msgstr "Scan een ticket om een deelnemer in te checken" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:109 msgid "Scanned tickets will appear here" -msgstr "" +msgstr "Gescande tickets verschijnen hier" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:71 msgid "Scanner mode" -msgstr "" +msgstr "Scannermodus" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:73 msgid "Schedule" -msgstr "" +msgstr "Planning" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:105 msgid "Schedule added" -msgstr "" +msgstr "Planning toegevoegd" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:697 #: src/hooks/useOccurrenceGenerationPolling.ts:36 msgid "Schedule created successfully" -msgstr "" +msgstr "Planning aangemaakt" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1078 msgid "Schedule ends on" -msgstr "" +msgstr "Planning eindigt op" #: src/components/modals/SendMessageModal/index.tsx:472 msgid "Schedule for later" @@ -9515,7 +9515,7 @@ msgstr "Voorbeeld van schema" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1069 msgid "Schedule starts on" -msgstr "" +msgstr "Planning begint op" #: src/components/common/ProductsTable/SortableProduct/index.tsx:92 #: src/components/routes/admin/Messages/index.tsx:125 @@ -9533,7 +9533,7 @@ msgstr "Geplande tijd" #: src/components/layouts/CheckIn/BottomNav.tsx:16 msgid "Search" -msgstr "" +msgstr "Zoeken" #: src/components/routes/event/Affiliates/index.tsx:70 msgid "Search affiliates..." @@ -9541,7 +9541,7 @@ msgstr "Zoek affiliates..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:94 msgid "Search attendees" -msgstr "" +msgstr "Deelnemers zoeken" #: src/components/routes/admin/Accounts/index.tsx:60 #: src/components/routes/admin/DeletionRequests/index.tsx:93 @@ -9587,7 +9587,7 @@ msgstr "Zoeken op naam, e-mail of bestelnummer..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:93 msgid "Search by name, order #, ticket # or email" -msgstr "" +msgstr "Zoek op naam, bestelnr., ticketnr. of e-mail" #: src/components/routes/event/promo-codes.tsx:38 msgid "Search by name..." @@ -9615,15 +9615,15 @@ msgstr "Check-in lijsten doorzoeken..." #: src/components/common/OccurrenceSelect/index.tsx:117 msgid "Search dates..." -msgstr "" +msgstr "Datums zoeken..." #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:88 msgid "Search dates…" -msgstr "" +msgstr "Datums zoeken…" #: src/components/common/AddressAutocomplete/index.tsx:86 msgid "Search for an address" -msgstr "" +msgstr "Zoek een adres" #: src/components/routes/event/messages.tsx:243 msgid "Search messages..." @@ -9651,11 +9651,11 @@ msgstr "Zoeken..." #: src/constants/eventCategories.ts:6 msgid "Seasonal" -msgstr "" +msgstr "Seizoensgebonden" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:58 msgid "Second" -msgstr "" +msgstr "Tweede" #: src/components/common/WidgetEditor/index.tsx:199 msgid "Secondary Color" @@ -9671,11 +9671,11 @@ msgstr "Veilige afrekening" #: src/components/layouts/EventHomepage/index.tsx:431 msgid "See schedule" -msgstr "" +msgstr "Planning bekijken" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "See what Stripe still needs" -msgstr "" +msgstr "Bekijk wat Stripe nog nodig heeft" #: src/components/routes/admin/Announcements/index.tsx:161 msgid "Seen" @@ -9693,11 +9693,11 @@ msgstr "Selecteer een categorie" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:717 msgid "Select a Date & Time" -msgstr "" +msgstr "Kies een datum en tijd" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:215 msgid "Select a date to see available times" -msgstr "" +msgstr "Kies een datum om beschikbare tijden te zien" #: src/components/routes/event/messages.tsx:341 msgid "Select a message to view its contents" @@ -9713,7 +9713,7 @@ msgstr "Selecteer Account" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:126 msgid "Select all" -msgstr "" +msgstr "Alles selecteren" #: src/components/modals/DuplicateEventModal/index.tsx:143 msgid "Select All" @@ -9721,7 +9721,7 @@ msgstr "Selecteer alles" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:156 msgid "Select all on {0}" -msgstr "" +msgstr "Alles selecteren op {0}" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:119 msgid "Select an event" @@ -9741,7 +9741,7 @@ msgstr "Selecteer deelnemersgroep" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:157 msgid "Select camera" -msgstr "" +msgstr "Camera kiezen" #: src/components/forms/ProductForm/index.tsx:255 msgid "Select category..." @@ -9753,7 +9753,7 @@ msgstr "Selecteer valuta" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:178 msgid "Select date" -msgstr "" +msgstr "Datum kiezen" #: src/components/modals/CreateEventModal/index.tsx:283 msgid "Select end date and time" @@ -9774,7 +9774,7 @@ msgstr "Soorten evenementen selecteren" #: src/components/common/OccurrenceSelect/index.tsx:106 #: src/components/modals/CreateAttendeeModal/index.tsx:254 msgid "Select occurrence" -msgstr "" +msgstr "Een datum kiezen" #: src/components/modals/CreateEventModal/index.tsx:159 msgid "Select organizer" @@ -9796,7 +9796,7 @@ msgstr "Selecteer producten" #: src/components/forms/ProductForm/index.tsx:553 msgid "Select products..." -msgstr "" +msgstr "Producten selecteren..." #: src/components/modals/CreateEventModal/index.tsx:263 msgid "Select start date and time" @@ -9847,7 +9847,7 @@ msgstr "Selecteer..." #: src/components/routes/event/OccurrencesTab/index.tsx:497 msgid "selected" -msgstr "" +msgstr "geselecteerd" #: src/components/common/PlatformFeesSettings/index.tsx:208 #: src/components/common/PlatformFeesSettings/index.tsx:231 @@ -9857,11 +9857,11 @@ msgstr "Geselecteerd" #: src/components/layouts/AuthLayout/index.tsx:41 msgid "Sell out your event." -msgstr "" +msgstr "Verkoop je evenement uit." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:516 msgid "Selling a physical product? Cap its quantity on the <0>products page instead." -msgstr "" +msgstr "Verkoop je een fysiek product? Beperk de hoeveelheid dan op de <0>productenpagina." #: src/components/forms/ProductForm/index.tsx:587 msgid "Selling fast 🔥" @@ -9919,7 +9919,7 @@ msgstr "Test verzenden" #: src/components/modals/SendMessageModal/index.tsx:358 msgid "Send to all occurrences, or choose a specific one" -msgstr "" +msgstr "Verstuur naar alle datums, of kies er één" #: src/components/routes/event/messages.tsx:335 msgid "Send your first message" @@ -9940,7 +9940,7 @@ msgstr "Verzonden door" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:218 msgid "Sent to attendees when a scheduled date is cancelled" -msgstr "" +msgstr "Wordt naar deelnemers gestuurd wanneer een geplande datum wordt geannuleerd" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:216 msgid "Sent to customers when they place an order" @@ -9977,7 +9977,7 @@ msgstr "SEO titel" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:73 msgid "September" -msgstr "" +msgstr "September" #: src/components/forms/TaxAndFeeForm/index.tsx:62 msgid "Service Fee" @@ -9985,7 +9985,7 @@ msgstr "Servicevergoeding" #: src/components/layouts/CheckIn/index.tsx:498 msgid "Session cancelled" -msgstr "" +msgstr "Sessie geannuleerd" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:807 msgid "sessions · {dateCount} dates × {timesPerDay} times" @@ -10001,27 +10001,27 @@ msgstr "Stel standaardinstellingen in voor nieuwe evenementen die onder deze org #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Set how long each date lasts" -msgstr "" +msgstr "Stel in hoe lang elke datum duurt" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Set or clear the date label" -msgstr "" +msgstr "Het datumlabel instellen of verwijderen" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:406 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:407 msgid "Set the end time of each date to be this long after its start time." -msgstr "" +msgstr "Stel de eindtijd van elke datum zo lang na de starttijd in." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:217 msgid "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." msgstr "Stel het startnummer voor factuurnummering in. Dit kan niet worden gewijzigd als de facturen eenmaal zijn gegenereerd." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:440 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:441 msgid "Set to unlimited (remove limit)" -msgstr "" +msgstr "Op onbeperkt zetten (limiet verwijderen)" -#: src/components/routes/event/OccurrencesTab/index.tsx:585 +#: src/components/routes/event/OccurrencesTab/index.tsx:600 msgid "Set up a recurring schedule to automatically create dates, or add them one at a time." -msgstr "" +msgstr "Stel een terugkerende planning in om datums automatisch aan te maken, of voeg ze één voor één toe." #: src/components/routes/event/CheckInLists/index.tsx:35 msgid "Set up check-in lists for different entrances, sessions, or days." @@ -10030,20 +10030,20 @@ msgstr "Stel inchecklijsten in voor verschillende ingangen, sessies of dagen." #: src/components/layouts/OrganizerLayout/index.tsx:85 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:126 msgid "Set up payouts" -msgstr "" +msgstr "Uitbetalingen instellen" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 msgid "Set up schedule" -msgstr "" +msgstr "Planning instellen" -#: src/components/routes/event/OccurrencesTab/index.tsx:535 -#: src/components/routes/event/OccurrencesTab/index.tsx:596 +#: src/components/routes/event/OccurrencesTab/index.tsx:550 +#: src/components/routes/event/OccurrencesTab/index.tsx:611 msgid "Set Up Schedule" -msgstr "" +msgstr "Planning instellen" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:92 msgid "Set up the tickets you'll sell and their prices" -msgstr "" +msgstr "Stel de tickets in die je gaat verkopen en hun prijzen" #: src/components/routes/welcome/index.tsx:43 msgid "Set up your organization" @@ -10056,11 +10056,11 @@ msgstr "Stel je schema in" #: src/components/routes/welcome/index.tsx:415 msgid "Set up your schedule in the next steps" -msgstr "" +msgstr "Je stelt je planning in de volgende stappen in" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Set, change, or remove the date's location or online details" -msgstr "" +msgstr "De locatie of onlinegegevens van de datum instellen, wijzigen of verwijderen" #: src/components/common/QuestionsTable/index.tsx:374 msgid "Setting updated" @@ -10077,7 +10077,7 @@ msgstr "Instellingen & ontwerp" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:242 msgid "Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event." -msgstr "" +msgstr "Het instellen duurt maar een paar minuten — je hebt geen bestaand Stripe-account nodig. Stripe regelt kaarten, wallets, regionale betaalmethoden en fraudebescherming, zodat jij je op je evenement kunt richten." #: src/components/common/ShareIcon/index.tsx:30 #: src/components/layouts/EventHomepage/index.tsx:342 @@ -10112,15 +10112,15 @@ msgstr "Gedeeld capaciteitsbeheer" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Shift times" -msgstr "" +msgstr "Tijden verschuiven" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:211 msgid "Shifted times for {count} date(s)" -msgstr "" +msgstr "Tijden verschoven voor {count} datum(s)" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:532 msgid "Show" -msgstr "" +msgstr "Tonen" #: src/components/common/AdvancedOptions/index.tsx:28 msgid "Show advanced options" @@ -10132,7 +10132,7 @@ msgstr "Toon alle platforms ({0} meer met waarden)" #: src/components/forms/CheckInListForm/index.tsx:196 msgid "Show attendee notes to non-logged-in staff" -msgstr "" +msgstr "Deelnemersnotities tonen aan niet-ingelogd personeel" #: src/components/forms/ProductForm/index.tsx:449 msgid "Show available product quantity" @@ -10164,19 +10164,19 @@ msgstr "Toon meer platforms" #: src/components/forms/CheckInListForm/index.tsx:230 msgid "Show order details to non-logged-in staff" -msgstr "" +msgstr "Bestelgegevens tonen aan niet-ingelogd personeel" #: src/components/forms/CheckInListForm/index.tsx:213 msgid "Show question answers to non-logged-in staff" -msgstr "" +msgstr "Antwoorden op vragen tonen aan niet-ingelogd personeel" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:59 msgid "Show remaining capacity on event dates" -msgstr "" +msgstr "Resterende capaciteit tonen bij evenementdatums" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:525 msgid "Show remaining capacity to buyers" -msgstr "" +msgstr "Resterende capaciteit tonen aan kopers" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:61 msgid "Show tax and fees separately" @@ -10186,18 +10186,18 @@ msgstr "Belastingen en toeslagen apart weergeven" msgid "Showing {0} of {totalRows} records" msgstr "Toont {0} van {totalRows} records" -#: src/components/routes/event/OccurrencesTab/index.tsx:624 +#: src/components/routes/event/OccurrencesTab/index.tsx:639 msgid "Showing {0}–{1} of {2}" -msgstr "" +msgstr "{0}–{1} van {2} worden getoond" #: src/components/common/OccurrenceSelect/index.tsx:163 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:135 msgid "Showing {MAX_VISIBLE} of {totalAvailable} dates. Type to search." -msgstr "" +msgstr "{MAX_VISIBLE} van {totalAvailable} datums worden getoond. Typ om te zoeken." #: src/components/modals/SendMessageModal/index.tsx:349 msgid "Showing the first {0} — the remaining {1} session(s) will still be targeted when the message is sent." -msgstr "" +msgstr "De eerste {0} worden getoond — de overige {1} sessie(s) worden bij het verzenden alsnog meegenomen." #: src/components/routes/admin/Announcements/index.tsx:410 msgid "Shown bouncing at the top of the modal" @@ -10205,7 +10205,7 @@ msgstr "Wordt stuiterend bovenaan de modal getoond" #: src/components/forms/CheckInListForm/index.tsx:145 msgid "Shown to staff the first time they open the check-in page." -msgstr "" +msgstr "Wordt aan het personeel getoond wanneer ze de check-inpagina voor het eerst openen." #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:102 msgid "Shown to the customer after they checkout, on the order summary page." @@ -10221,7 +10221,7 @@ msgstr "Toont algemene adresvelden, inclusief land" #: src/components/forms/ProductForm/ledgerSummaries.ts:60 msgid "Shows remaining" -msgstr "" +msgstr "Toont resterend" #: src/components/routes/admin/Dashboard/index.tsx:402 msgid "Signed Up" @@ -10234,15 +10234,15 @@ msgstr "Simpson" #: src/components/modals/CreateEventModal/index.tsx:231 msgid "Single Event" -msgstr "" +msgstr "Eenmalig evenement" #: src/components/forms/QuestionForm/index.tsx:100 msgid "Single line text box" msgstr "Enkelregelig tekstvak" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:356 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:357 msgid "Skip manually edited dates" -msgstr "" +msgstr "Handmatig bewerkte datums overslaan" #: src/components/routes/welcome/index.tsx:559 msgid "Skip this step" @@ -10281,7 +10281,7 @@ msgstr "Verkocht" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:579 msgid "sold out" -msgstr "" +msgstr "uitverkocht" #: src/components/common/EventCard/index.tsx:125 #: src/components/common/EventDateRange/index.tsx:65 @@ -10308,7 +10308,7 @@ msgstr "Uitverkocht, wachtlijst beschikbaar" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:293 msgid "Some details are hidden from public access. Log in to view everything." -msgstr "" +msgstr "Sommige gegevens zijn niet openbaar toegankelijk. Log in om alles te zien." #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -10319,7 +10319,7 @@ msgstr "Er is iets misgegaan" #: src/components/common/ImageUploadDropzone/index.tsx:130 msgid "Something went wrong while deleting the image. Please try again." -msgstr "" +msgstr "Er ging iets mis bij het verwijderen van de afbeelding. Probeer het opnieuw." #: src/components/common/TaxAndFeeList/index.tsx:41 msgid "Something went wrong while deleting the Tax or Fee" @@ -10375,11 +10375,11 @@ msgstr "Specifieke gebruikers" #: src/constants/eventCategories.ts:21 msgid "Spirituality" -msgstr "" +msgstr "Spiritualiteit" #: src/components/forms/CheckInListForm/index.tsx:90 msgid "Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end." -msgstr "" +msgstr "Verdeel de check-in over dagen, zones of tickettypes. Deel de link met je personeel — zij hebben geen account nodig." #: src/constants/eventCategories.ts:9 msgid "Sports" @@ -10387,11 +10387,11 @@ msgstr "Sport" #: src/components/common/CheckIn/CheckInInfoModal.tsx:84 msgid "Staff instructions" -msgstr "" +msgstr "Instructies voor personeel" #: src/components/modals/SelectCheckInListModal/index.tsx:48 msgid "Start check-in" -msgstr "" +msgstr "Check-in starten" #: src/components/common/AdminEventsTable/index.tsx:96 #: src/components/modals/DuplicateEventModal/index.tsx:128 @@ -10419,31 +10419,31 @@ msgstr "Starttijd" #: src/components/common/AddressAutocomplete/index.tsx:87 msgid "Start typing a venue or address..." -msgstr "" +msgstr "Begin met het typen van een locatie of adres..." #: src/components/forms/ProductForm/ledgerSummaries.ts:62 msgid "Starts collapsed" -msgstr "" +msgstr "Start ingeklapt" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts in {diffDays} days" -msgstr "" +msgstr "Begint over {diffDays} dagen" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:76 msgid "Starts in {diffMinutes} min" -msgstr "" +msgstr "Begint over {diffMinutes} min" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:86 msgid "Starts in {h}h {m}m" -msgstr "" +msgstr "Begint over {h} u {m} min" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:70 msgid "Starts in {seconds}s" -msgstr "" +msgstr "Begint over {seconds} s" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts tomorrow" -msgstr "" +msgstr "Begint morgen" #: src/components/common/CheckoutQuestion/index.tsx:165 #: src/components/common/LocationPicker/index.tsx:254 @@ -10463,7 +10463,7 @@ msgstr "Statistieken zijn gebaseerd op de aanmaakdatum van het account" #: src/components/layouts/CheckIn/BottomNav.tsx:17 msgid "Stats" -msgstr "" +msgstr "Statistieken" #: src/components/common/AdminEventsTable/index.tsx:111 #: src/components/common/AdminOrdersTable/index.tsx:85 @@ -10498,7 +10498,7 @@ msgstr "Status" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:323 msgid "Still needed" -msgstr "" +msgstr "Nog nodig" #: src/components/common/ImpersonationBanner/index.tsx:53 msgid "Stop Impersonating" @@ -10516,7 +10516,7 @@ msgstr "Stripe-account ontkoppeld." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:350 msgid "Stripe connected" -msgstr "" +msgstr "Stripe gekoppeld" #: src/components/routes/admin/Attribution/index.tsx:135 msgid "Stripe Connected" @@ -10524,11 +10524,11 @@ msgstr "Stripe verbonden" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:163 msgid "Stripe connection copied from {0}." -msgstr "" +msgstr "Stripe-koppeling gekopieerd van {0}." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:84 msgid "Stripe didn't return a setup link. Please try again." -msgstr "" +msgstr "Stripe gaf geen installatielink terug. Probeer het opnieuw." #: src/components/routes/admin/Messages/index.tsx:73 msgid "Stripe Not Connected" @@ -10544,11 +10544,11 @@ msgstr "Stripe-betalingen zijn niet ingeschakeld voor dit evenement." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:434 msgid "Stripe will need a few more details soon" -msgstr "" +msgstr "Stripe heeft binnenkort nog wat gegevens nodig" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:283 msgid "Stripe will walk you through a few quick questions to finish setup." -msgstr "" +msgstr "Stripe leidt je door een paar korte vragen om de installatie af te ronden." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:131 #: src/components/modals/SendMessageModal/index.tsx:438 @@ -10753,7 +10753,7 @@ msgstr "Zomer Muziekfestival 2025" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 msgid "Sun" -msgstr "" +msgstr "Zo" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -10783,7 +10783,7 @@ msgstr "T-shirt" #: src/components/forms/ProductForm/index.tsx:214 msgid "T-shirts, mugs and more" -msgstr "" +msgstr "T-shirts, mokken en meer" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:960 msgid "Tap dates like a calendar." @@ -10791,7 +10791,7 @@ msgstr "Tik op datums zoals in een kalender." #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:59 msgid "Tap this screen to resume scanning" -msgstr "" +msgstr "Tik op dit scherm om het scannen te hervatten" #: src/components/routes/admin/Announcements/AnnouncementTargetPicker.tsx:93 msgid "Target accounts" @@ -10803,7 +10803,7 @@ msgstr "Doelgebruikers" #: src/components/modals/SendMessageModal/index.tsx:335 msgid "Targeting attendees across {0} selected sessions." -msgstr "" +msgstr "Er worden deelnemers uit {0} geselecteerde sessies benaderd." #: src/components/common/AdminOrdersTable/index.tsx:84 #: src/components/common/OrdersTable/index.tsx:269 @@ -10857,7 +10857,7 @@ msgstr "Belastingen" #: src/components/forms/ProductForm/index.tsx:477 msgid "Taxes & fees" -msgstr "" +msgstr "Belastingen en kosten" #: src/components/common/ProductsTable/SortableProduct/index.tsx:151 msgid "Taxes & fees applied" @@ -10869,7 +10869,7 @@ msgstr "Belastingen en heffingen" #: src/components/layouts/AuthLayout/index.tsx:23 msgid "Team collaboration" -msgstr "" +msgstr "Samenwerken in teamverband" #: src/constants/eventCategories.ts:27 msgid "Tech" @@ -10893,11 +10893,11 @@ msgstr "Vertel ons over je organisatie. Deze informatie wordt weergegeven op je #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1151 msgid "Tell us how often your event repeats and we'll create all the dates for you." -msgstr "" +msgstr "Vertel ons hoe vaak je evenement zich herhaalt en wij maken alle datums voor je aan." #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:37 msgid "Tell us your VAT registration status so we apply the correct VAT treatment to platform fees." -msgstr "" +msgstr "Geef je btw-registratiestatus door, zodat we de juiste btw-behandeling op de platformkosten toepassen." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:194 msgid "Template Active" @@ -10931,7 +10931,7 @@ msgstr "Bedankt voor uw aanwezigheid!" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:55 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:77 msgid "Thanks," -msgstr "" +msgstr "Bedankt," #: src/components/routes/product-widget/SelectProducts/index.tsx:292 #: src/components/routes/product-widget/SelectProducts/index.tsx:538 @@ -10944,7 +10944,7 @@ msgstr "Dat zijn {totalOccurrences} sessies — het maximum is {max}. Verkort de #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:54 msgid "That's a wrap" -msgstr "" +msgstr "Dat was het" #: src/components/common/ThemeColorControls/index.tsx:62 msgid "The background color of the page. When using cover image, this is applied as an overlay." @@ -11020,7 +11020,7 @@ msgstr "De organisator die je zoekt is niet gevonden. De pagina is mogelijk verp #: src/components/modals/CreateAttendeeModal/index.tsx:277 msgid "The override is recorded in the order audit log." -msgstr "" +msgstr "De overschrijving wordt vastgelegd in het auditlogboek van de bestelling." #: src/components/common/ErrorDisplay/index.tsx:18 msgid "The page you are looking for does not exist" @@ -11056,7 +11056,7 @@ msgstr "De geplande tijd moet in de toekomst liggen" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:52 msgid "The session for \"{title}\" originally scheduled for {0} has been rescheduled." -msgstr "" +msgstr "De sessie voor \"{title}\", oorspronkelijk gepland op {0}, is verplaatst." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:155 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:186 @@ -11091,7 +11091,7 @@ msgstr "Thema en kleuren" #: src/components/routes/product-widget/SelectProducts/index.tsx:965 msgid "There are no products available for this date. Please choose another date." -msgstr "" +msgstr "Er zijn geen producten beschikbaar voor deze datum. Kies een andere datum." #: src/components/routes/product-widget/SelectProducts/index.tsx:639 msgid "There are no products available for this event" @@ -11103,7 +11103,7 @@ msgstr "Er zijn geen producten beschikbaar in deze categorie" #: src/components/routes/product-widget/SelectProducts/index.tsx:636 msgid "There are no upcoming dates for this event" -msgstr "" +msgstr "Dit evenement heeft geen komende datums" #: src/components/modals/RefundOrderModal/index.tsx:175 msgid "There is a refund pending. Please wait for it to complete before requesting another refund." @@ -11123,15 +11123,15 @@ msgstr "Er is een fout opgetreden bij het verzenden van uw bericht" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:493 msgid "These details are shown on the attendee's ticket and order summary for this date only." -msgstr "" +msgstr "Deze gegevens worden alleen voor deze datum getoond op het ticket en het besteloverzicht van de deelnemer." #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:168 msgid "These details will only be shown if the order is completed successfully." msgstr "Deze gegevens worden alleen getoond als de bestelling succesvol is afgerond." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:491 msgid "These details will replace any existing location on the affected dates and show on attendee tickets." -msgstr "" +msgstr "Deze gegevens vervangen de bestaande locatie op de betrokken datums en verschijnen op de tickets van deelnemers." #: src/components/forms/ProductForm/index.tsx:359 msgid "These prices apply across all dates in your schedule, and tier quantities limit total sales across all dates combined. Sale dates on tiers apply globally. You can override prices for individual dates on the <0>Occurrence Schedule page." @@ -11151,7 +11151,7 @@ msgstr "Deze sjablonen overschrijven de organisator-standaarden alleen voor dit #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:59 msgid "Third" -msgstr "" +msgstr "Derde" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:131 msgid "This account has no completed orders, so all of its data will be permanently deleted." @@ -11167,7 +11167,7 @@ msgstr "Dit account staat gepland voor verwijdering op <0>{scheduledDate}" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:259 msgid "This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes." -msgstr "" +msgstr "Dit geldt voor elke overeenkomende datum van het evenement, ook voor datums die nu niet zichtbaar zijn. Deelnemers die op een van die datums zijn aangemeld, zijn na de update bereikbaar via de berichteneditor." #: src/components/common/CheckIn/CheckInOptionsModal.tsx:33 msgid "This attendee has an unpaid order." @@ -11203,7 +11203,7 @@ msgstr "Deze check-ins lijst is nog niet actief en is niet beschikbaar voor chec #: src/components/layouts/CheckIn/index.tsx:503 msgid "This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins." -msgstr "" +msgstr "Deze check-inlijst hoort bij een sessie die is geannuleerd en kan daarom niet meer voor check-ins worden gebruikt." #: src/components/forms/AffiliateForm/index.tsx:41 msgid "This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed." @@ -11217,27 +11217,27 @@ msgstr "Deze kleurencombinatie kan moeilijk leesbaar zijn voor sommige gebruiker #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:40 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:330 msgid "This date has {orderCount} order(s) that will be affected." -msgstr "" +msgstr "Deze datum heeft {orderCount} bestelling(en) die geraakt worden." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:423 msgid "This date has been cancelled. You can still delete it to remove it permanently." -msgstr "" +msgstr "Deze datum is geannuleerd. Je kunt hem nog verwijderen om hem definitief weg te halen." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:457 msgid "This date is in the past. It will be created but won't be visible to attendees under upcoming dates." -msgstr "" +msgstr "Deze datum ligt in het verleden. Hij wordt aangemaakt, maar is voor deelnemers niet zichtbaar bij de komende datums." #: src/components/modals/CreateAttendeeModal/index.tsx:273 msgid "This date is marked sold out." -msgstr "" +msgstr "Deze datum is gemarkeerd als uitverkocht." #: src/components/routes/product-widget/SelectProducts/index.tsx:592 msgid "This date is no longer available. Please select another date." -msgstr "" +msgstr "Deze datum is niet meer beschikbaar. Kies een andere datum." #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "This date only" -msgstr "" +msgstr "Alleen deze datum" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:113 msgid "This disconnects {stripeAccountId} from this organizer. Paid ticket sales will stop working until you connect a Stripe account again." @@ -11253,7 +11253,7 @@ msgstr "Dit evenement heeft nog geen tickets of producten, dus deelnemers kunnen #: src/components/layouts/ProductWidget/index.tsx:56 msgid "This event is not available" -msgstr "" +msgstr "Dit evenement is niet beschikbaar" #: src/components/common/StatusToggle/index.tsx:82 msgid "This event is not published yet" @@ -11265,7 +11265,7 @@ msgstr "Dit evenement is uitverkocht" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:106 msgid "This event's dates and times are set on the occurrence schedule." -msgstr "" +msgstr "De datums en tijden van dit evenement worden in de datumplanning ingesteld." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:153 msgid "This information will be shown on the payment page, order summary page, and order confirmation email." @@ -11273,7 +11273,7 @@ msgstr "Deze informatie wordt weergegeven op de betaalpagina, de pagina met het #: src/components/routes/welcome/index.tsx:401 msgid "This is a recurring event" -msgstr "" +msgstr "Dit is een terugkerend evenement" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:157 msgid "This is an online event" @@ -11318,7 +11318,7 @@ msgstr "Deze naam is zichtbaar voor eindgebruikers" #: src/components/modals/CreateAttendeeModal/index.tsx:267 msgid "This occurrence is at capacity" -msgstr "" +msgstr "Deze datum zit vol" #: src/components/forms/StripeCheckoutForm/index.tsx:131 msgid "This order has already been paid." @@ -11382,7 +11382,7 @@ msgstr "Dit product is uitverkocht" #: src/components/forms/ProductForm/index.tsx:547 msgid "This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to." -msgstr "" +msgstr "Dit product verschijnt niet zelfstandig op de evenementpagina — kopers zien het alleen als add-on bij de producten waaraan het gekoppeld is." #: src/components/modals/PublishEventModal/index.tsx:104 msgid "This recurring event has no dates yet, so there's nothing for attendees to book." @@ -11408,9 +11408,9 @@ msgstr "Dit ticket is net gescand. Wacht even voordat u opnieuw scant." msgid "This user is not active, as they have not accepted their invitation." msgstr "Deze gebruiker is niet actief, omdat hij zijn uitnodiging niet heeft geaccepteerd." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:367 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:368 msgid "This will affect {loadedAffectedCount} date(s)." -msgstr "" +msgstr "Dit raakt {loadedAffectedCount} datum(s)." #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:80 msgid "This will be used for notifications and communication with your users." @@ -11434,11 +11434,11 @@ msgstr "Dit verwijdert of anonimiseert het account onmiddellijk en permanent, zo #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:107 msgid "Throughput" -msgstr "" +msgstr "Doorvoer" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 msgid "Thu" -msgstr "" +msgstr "Do" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -11519,7 +11519,7 @@ msgstr "Ticket succesvol opnieuw verzonden" #: src/components/routes/product-widget/SelectProducts/index.tsx:631 msgid "Ticket sales have ended for this event" -msgstr "" +msgstr "De ticketverkoop voor dit evenement is beëindigd" #: src/components/routes/event/attendees.tsx:75 msgid "Ticket Type" @@ -11566,7 +11566,7 @@ msgstr "Met gelaagde producten kun je meerdere prijsopties aanbieden voor hetzel #: src/components/forms/ProductForm/index.tsx:277 msgid "Tiers" -msgstr "" +msgstr "Niveaus" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:70 msgid "TikTok" @@ -11574,7 +11574,7 @@ msgstr "TikTok" #: src/components/routes/event/OccurrencesTab/index.tsx:292 msgid "Time" -msgstr "" +msgstr "Tijd" #: src/components/layouts/Checkout/index.tsx:322 msgid "Time left:" @@ -11586,7 +11586,7 @@ msgstr "Tijden" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:725 msgid "Times shown in {timezoneAbbr}" -msgstr "" +msgstr "Tijden weergegeven in {timezoneAbbr}" #: src/components/common/PromoCodeTable/index.tsx:71 msgid "Times used" @@ -11618,7 +11618,7 @@ msgstr "Titel is verplicht" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1008 msgid "to" -msgstr "" +msgstr "tot" #: src/components/routes/event/messages.tsx:93 msgid "To" @@ -11633,7 +11633,7 @@ msgstr "Om uw limieten te verhogen, neem contact met ons op via" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:119 #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:43 msgid "Today" -msgstr "" +msgstr "Vandaag" #: src/components/common/ColumnVisibilityToggle/index.tsx:26 msgid "Toggle columns" @@ -11641,7 +11641,7 @@ msgstr "Kolommen schakelen" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:46 msgid "Tomorrow" -msgstr "" +msgstr "Morgen" #: src/components/layouts/OrganizerLayout/index.tsx:108 msgid "Tools" @@ -11691,7 +11691,7 @@ msgstr "Totale kosten" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:299 msgid "Total fees" -msgstr "" +msgstr "Totale kosten" #: src/components/routes/event/EventDashboard/index.tsx:341 #: src/components/routes/event/OccurrenceDetail/index.tsx:212 @@ -11709,7 +11709,7 @@ msgstr "Totaal bestelbedrag" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:286 msgid "Total orders" -msgstr "" +msgstr "Totaal aantal bestellingen" #: src/components/forms/ProductForm/index.tsx:315 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:71 @@ -11728,7 +11728,7 @@ msgstr "Totaal Terugbetaald" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:293 msgid "Total tax" -msgstr "" +msgstr "Totale belasting" #: src/components/routes/event/EventDashboard/index.tsx:343 #: src/components/routes/event/OccurrenceDetail/index.tsx:214 @@ -11746,7 +11746,7 @@ msgstr "Totaal weergaven" #: src/constants/eventCategories.ts:23 msgid "Tours" -msgstr "" +msgstr "Rondleidingen" #: src/components/routes/admin/Attribution/index.tsx:32 msgid "Track account growth and performance by attribution source" @@ -11759,11 +11759,11 @@ msgstr "Tracking & Analyse" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:176 msgid "Try a different search term or filter" -msgstr "" +msgstr "Probeer een andere zoekterm of een ander filter" -#: src/components/routes/event/OccurrencesTab/index.tsx:584 +#: src/components/routes/event/OccurrencesTab/index.tsx:599 msgid "Try adjusting your filters to see more dates." -msgstr "" +msgstr "Pas je filters aan om meer datums te zien." #: src/components/routes/auth/Login/index.tsx:141 #: src/components/routes/my-tickets/index.tsx:200 @@ -11776,7 +11776,7 @@ msgstr "Probeer Hi.Events Gratis" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 msgid "Tue" -msgstr "" +msgstr "Di" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -11857,15 +11857,15 @@ msgstr "Kan niet aan de wachtlijst worden toegevoegd" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:164 msgid "Unable to load attendee details." -msgstr "" +msgstr "Deelnemergegevens konden niet worden geladen." #: src/components/routes/product-widget/SelectProducts/index.tsx:330 msgid "Unable to load products for this date. Please try again." -msgstr "" +msgstr "Producten voor deze datum konden niet worden geladen. Probeer het opnieuw." #: src/components/layouts/CheckIn/index.tsx:220 msgid "Unable to undo check-in" -msgstr "" +msgstr "Check-in kan niet ongedaan worden gemaakt" #: src/components/modals/EditQuestionModal/index.tsx:84 msgid "Unable to update question. Please check the your details" @@ -11877,7 +11877,7 @@ msgstr "Niet-toegewezen accounts" #: src/components/layouts/CheckIn/index.tsx:255 msgid "Undo" -msgstr "" +msgstr "Ongedaan maken" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:30 msgid "Unique Customers" @@ -11943,7 +11943,7 @@ msgstr "tot" #: src/components/forms/ProductForm/ledgerSummaries.ts:49 msgid "Until {end}" -msgstr "" +msgstr "Tot {end}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1059 msgid "Until a date" @@ -11951,11 +11951,11 @@ msgstr "Tot een datum" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled product" -msgstr "" +msgstr "Naamloos product" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled ticket" -msgstr "" +msgstr "Naamloos ticket" #: src/components/common/AdminAccountsTable/index.tsx:101 msgid "Untrusted" @@ -11963,7 +11963,7 @@ msgstr "Niet vertrouwd" #: src/components/forms/ProductForm/ledgerSummaries.ts:118 msgid "Up to {max} per order" -msgstr "" +msgstr "Maximaal {max} per bestelling" #: src/components/common/EventsDashboardStatusButtons/index.tsx:20 #: src/components/common/EventStatusBadge/index.tsx:16 @@ -11975,7 +11975,7 @@ msgstr "Komende" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:375 msgid "Upcoming events" -msgstr "" +msgstr "Komende evenementen" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Upcoming Events" @@ -11991,11 +11991,11 @@ msgstr "Affiliate bijwerken" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Update capacity" -msgstr "" +msgstr "Capaciteit bijwerken" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:73 msgid "Update event name and description" -msgstr "" +msgstr "Naam en beschrijving van het evenement bijwerken" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:74 msgid "Update event name, description and dates" @@ -12003,11 +12003,11 @@ msgstr "Naam, beschrijving en data van evenement bijwerken" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Update label" -msgstr "" +msgstr "Label bijwerken" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Update location" -msgstr "" +msgstr "Locatie bijwerken" #: src/components/routes/profile/ManageProfile/index.tsx:215 msgid "Update profile" @@ -12015,11 +12015,11 @@ msgstr "Profiel bijwerken" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:71 msgid "Update: {subjectTitle} — schedule changes" -msgstr "" +msgstr "Update: {subjectTitle} — wijzigingen in de planning" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:48 msgid "Update: {subjectTitle} — session time changed" -msgstr "" +msgstr "Update: {subjectTitle} — tijd van sessie gewijzigd" #: src/components/routes/admin/Announcements/index.tsx:163 msgid "Updated" @@ -12027,19 +12027,19 @@ msgstr "Bijgewerkt" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:217 msgid "Updated {count} date(s)" -msgstr "" +msgstr "{count} datum(s) bijgewerkt" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:213 msgid "Updated capacity for {count} date(s)" -msgstr "" +msgstr "Capaciteit bijgewerkt voor {count} datum(s)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:214 msgid "Updated label for {count} date(s)" -msgstr "" +msgstr "Label bijgewerkt voor {count} datum(s)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:215 msgid "Updated location for {count} date(s)" -msgstr "" +msgstr "Locatie bijgewerkt voor {count} datum(s)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1138 msgid "Updates as you build the rule. Flip through months to sanity-check dates." @@ -12047,7 +12047,7 @@ msgstr "Wordt bijgewerkt terwijl je de regel opbouwt. Blader door de maanden om #: src/components/forms/ProductForm/ProductPreview.tsx:93 msgid "Updates as you type." -msgstr "" +msgstr "Wordt bijgewerkt terwijl je typt." #: src/components/routes/organizer/Settings/Sections/ImageAssetSettings/index.tsx:39 msgid "Upload a cover image for your organizer" @@ -12094,15 +12094,15 @@ msgstr "Gebruikslimiet" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:80 msgid "USB" -msgstr "" +msgstr "USB" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner listening" -msgstr "" +msgstr "USB-scanner luistert" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner paused" -msgstr "" +msgstr "USB-scanner gepauzeerd" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:154 msgid "Use <0>Liquid templating to personalize your emails" @@ -12120,7 +12120,7 @@ msgstr "Coverafbeelding gebruiken" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:531 msgid "Use event default" -msgstr "" +msgstr "Standaard van het evenement gebruiken" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:49 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -12194,11 +12194,11 @@ msgstr "BTW" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:195 msgid "VAT country code" -msgstr "" +msgstr "Btw-landcode" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:173 msgid "VAT number" -msgstr "" +msgstr "Btw-nummer" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:212 msgid "VAT Number" @@ -12235,7 +12235,7 @@ msgstr "BTW-tarief" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:168 msgid "VAT registered" -msgstr "" +msgstr "Btw-plichtig" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:165 #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:173 @@ -12248,7 +12248,7 @@ msgstr "BTW-instellingen opgeslagen. We valideren uw BTW-nummer op de achtergron #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:85 msgid "VAT settings updated" -msgstr "" +msgstr "Btw-instellingen bijgewerkt" #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:27 msgid "VAT Treatment for Platform Fees" @@ -12264,11 +12264,11 @@ msgstr "BTW-validatieservice tijdelijk niet beschikbaar" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:225 msgid "VAT: {0}" -msgstr "" +msgstr "Btw: {0}" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:230 msgid "VAT: not registered" -msgstr "" +msgstr "Btw: niet geregistreerd" #: src/components/common/LocationPicker/index.tsx:230 #: src/components/modals/LocationEditModal/index.tsx:140 @@ -12281,7 +12281,7 @@ msgstr "Verificatiecode" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:77 msgid "Verification email sent. Check your inbox." -msgstr "" +msgstr "Verificatie-e-mail verzonden. Controleer je inbox." #: src/components/routes/admin/Attribution/index.tsx:136 #: src/components/routes/admin/Dashboard/index.tsx:421 @@ -12299,7 +12299,7 @@ msgstr "Verifieer je e-mailadres" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:159 msgid "Verify your email so attendees can receive tickets" -msgstr "" +msgstr "Verifieer je e-mailadres zodat deelnemers tickets kunnen ontvangen" #: src/components/routes/welcome/index.tsx:189 msgid "Verifying..." @@ -12311,19 +12311,19 @@ msgstr "Vietnamees" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:68 msgid "View All" -msgstr "" +msgstr "Alles bekijken" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:380 msgid "View all →" -msgstr "" +msgstr "Alles bekijken →" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:424 msgid "View all capabilities" -msgstr "" +msgstr "Alle functies bekijken" #: src/components/modals/SelectCheckInListModal/index.tsx:87 msgid "View all check-in lists" -msgstr "" +msgstr "Alle check-inlijsten bekijken" #: src/components/routes/admin/Messages/index.tsx:108 msgid "View all messages sent across the platform" @@ -12348,7 +12348,7 @@ msgstr "Details bekijken" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:192 msgid "View details for {0} {1}" -msgstr "" +msgstr "Details bekijken voor {0} {1}" #: src/components/common/AdminEventsTable/index.tsx:157 #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:58 @@ -12428,11 +12428,11 @@ msgstr "VIP-ticket" #: src/components/forms/ProductForm/visibilityStatus.ts:41 msgid "Visible from {start} — hidden until sales open." -msgstr "" +msgstr "Zichtbaar vanaf {start} — verborgen tot de verkoop opengaat." #: src/components/forms/ProductForm/visibilityStatus.ts:56 msgid "Visible to everyone on the event page." -msgstr "" +msgstr "Voor iedereen zichtbaar op de evenementpagina." #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:104 msgid "VK" @@ -12451,7 +12451,7 @@ msgstr "Wachten op betaling" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:64 msgid "Waiting for scan…" -msgstr "" +msgstr "Wachten op scan…" #: src/components/forms/ProductForm/index.tsx:460 #: src/components/layouts/AuthLayout/index.tsx:17 @@ -12481,7 +12481,7 @@ msgstr "We konden je betaling niet verwerken. Probeer het opnieuw of neem contac #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:167 msgid "We couldn't copy that Stripe connection. Please try again." -msgstr "" +msgstr "We konden die Stripe-koppeling niet kopiëren. Probeer het opnieuw." #: src/components/common/ProductsTable/SortableCategory/index.tsx:56 msgid "We couldn't delete the category. Please try again." @@ -12513,7 +12513,7 @@ msgstr "We konden deze bestelling niet vinden. Mogelijk is deze verwijderd." #: src/hooks/useOccurrenceCheckIn.tsx:43 msgid "We couldn't load the check-in lists. Please try again." -msgstr "" +msgstr "We konden de check-inlijsten niet laden. Probeer het opnieuw." #: src/components/common/ErrorLoadingMessage/index.tsx:13 msgid "We couldn't load the data. Please try again." @@ -12521,7 +12521,7 @@ msgstr "We konden de gegevens niet laden. Probeer het opnieuw." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:97 msgid "We couldn't reach Stripe just now. Please try again in a moment." -msgstr "" +msgstr "We kunnen Stripe op dit moment niet bereiken. Probeer het zo meteen opnieuw." #: src/components/common/ProductsTable/SortableCategory/index.tsx:98 msgid "We couldn't reorder the categories. Please try again." @@ -12533,7 +12533,7 @@ msgstr "Er is een probleem opgetreden bij het laden van deze pagina. Probeer het #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:236 msgid "We partner with Stripe to send payouts straight to your bank account." -msgstr "" +msgstr "We werken samen met Stripe om uitbetalingen rechtstreeks naar je bankrekening te sturen." #: src/components/routes/event/TicketDesigner/index.tsx:144 msgid "We recommend a square logo with minimum dimensions of 200x200px" @@ -12550,7 +12550,7 @@ msgstr "We raden een formaat van 400x400 px aan, met een maximale bestandsgroott #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:158 msgid "We sent a verification link to {0}" -msgstr "" +msgstr "We hebben een verificatielink gestuurd naar {0}" #: src/components/common/CookieConsentBanner/index.tsx:18 msgid "We use cookies to help us understand how the site is used and to improve your experience." @@ -12579,7 +12579,7 @@ msgstr "We sturen u een e-mail als er een plek beschikbaar komt voor {productDis #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:267 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:301 msgid "We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically." -msgstr "" +msgstr "Na het opslaan openen we een berichteneditor met een vooraf ingevuld sjabloon. Jij controleert en verstuurt — er wordt niets automatisch verzonden." #: src/components/routes/product-widget/CollectInformation/index.tsx:456 msgid "We'll send your tickets to this email" @@ -12595,7 +12595,7 @@ msgstr "We zijn je bestelling aan het verwerken. Even geduld alstublieft..." #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:75 msgid "We've made changes to the schedule for \"{title}\" — {description} affecting {affectedCount} session(s)." -msgstr "" +msgstr "We hebben de planning van \"{title}\" gewijzigd — {description} raakt {affectedCount} sessie(s)." #: src/components/routes/welcome/index.tsx:147 msgid "We've sent a 5-digit verification code to:" @@ -12613,7 +12613,7 @@ msgstr "Webhook succesvol verwijderd" #: src/components/layouts/AuthLayout/index.tsx:25 msgid "Webhook integrations" -msgstr "" +msgstr "Webhook-integraties" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:137 #: src/components/modals/WebhookLogsModal/index.tsx:151 @@ -12651,7 +12651,7 @@ msgstr "Website" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 msgid "Wed" -msgstr "" +msgstr "Wo" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -12660,16 +12660,16 @@ msgstr "Woensdag" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:88 msgid "week" -msgstr "" +msgstr "week" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:51 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Weekly" -msgstr "" +msgstr "Wekelijks" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:96 msgid "weeks" -msgstr "" +msgstr "weken" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:105 msgid "Weibo" @@ -12697,7 +12697,7 @@ msgstr "Welkom bij {0}, hier is een overzicht van al je evenementen" #: src/constants/eventCategories.ts:20 msgid "Wellness" -msgstr "" +msgstr "Welzijn" #: src/components/forms/ProductForm/index.tsx:349 msgid "What are Tiered Products?" @@ -12733,7 +12733,7 @@ msgstr "Wat voor vraag is dit?" #: src/components/forms/CheckInListForm/index.tsx:172 msgid "What unauthenticated staff can see" -msgstr "" +msgstr "Wat niet-ingelogd personeel kan zien" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:89 msgid "WhatsApp" @@ -12745,7 +12745,7 @@ msgstr "Wanneer een check-in wordt verwijderd" #: src/components/forms/WebhookForm/index.tsx:135 msgid "When a date is cancelled on a recurring event" -msgstr "" +msgstr "Wanneer een datum van een terugkerend evenement wordt geannuleerd" #: src/components/forms/WebhookForm/index.tsx:105 msgid "When a new attendee is created" @@ -12910,7 +12910,7 @@ msgstr "X (Twitter)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:90 msgid "year" -msgstr "" +msgstr "jaar" #: src/components/common/OrganizerReportTable/index.tsx:59 #: src/components/common/PeriodSelector/index.tsx:38 @@ -12921,11 +12921,11 @@ msgstr "Jaar tot nu toe" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:53 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Yearly" -msgstr "" +msgstr "Jaarlijks" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:98 msgid "years" -msgstr "" +msgstr "jaar" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:191 msgid "Yes" @@ -12970,7 +12970,7 @@ msgstr "Je kunt een promotiecode maken die gericht is op dit product op de" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1115 msgid "You can override this for individual dates later." -msgstr "" +msgstr "Je kunt dit later per datum aanpassen." #: src/components/modals/OfferWaitlistModal/index.tsx:110 msgid "You can still manually offer tickets if needed." @@ -13036,7 +13036,7 @@ msgstr "Je hebt belastingen en kosten toegevoegd aan een Gratis product. Wilt u #: src/components/forms/ProductForm/ProductDrawer.tsx:57 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:728 msgid "You have unsaved changes. Are you sure you want to discard them?" -msgstr "" +msgstr "Je hebt niet-opgeslagen wijzigingen. Weet je zeker dat je ze wilt verwerpen?" #: src/components/modals/SendMessageModal/index.tsx:204 msgid "You must acknowledge that this email is not promotional" @@ -13068,7 +13068,7 @@ msgstr "Je moet je e-mailadres verifiëren voordat je de status van de organisat #: src/components/modals/CreateAttendeeModal/index.tsx:186 msgid "You need to create at least one occurrence before you can add attendees to this recurring event." -msgstr "" +msgstr "Je moet minstens één datum aanmaken voordat je deelnemers aan dit terugkerende evenement kunt toevoegen." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:355 msgid "You need to verify your account email before you can modify email templates." @@ -13088,7 +13088,7 @@ msgstr "Je moet een bestelling handmatig als betaald markeren. Dit kun je doen o #: src/components/modals/CreateEventModal/index.tsx:253 msgid "You'll be able to set up dates, schedules, and recurrence rules in the next step." -msgstr "" +msgstr "In de volgende stap kun je datums, planningen en herhalingsregels instellen." #: src/components/modals/CreateCheckInListModal/index.tsx:64 msgid "You'll need a ticket before you can create a check-in list." @@ -13104,7 +13104,7 @@ msgstr "Je hebt minstens één product nodig om te beginnen. Gratis, betaald of #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:254 msgid "You're changing session times" -msgstr "" +msgstr "Je wijzigt sessietijden" #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:168 msgid "You're going to {0}!" @@ -13124,7 +13124,7 @@ msgstr "Je hebt een plek aangeboden gekregen!" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:290 msgid "You've changed the session time" -msgstr "" +msgstr "Je hebt de sessietijd gewijzigd" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:92 msgid "Your account has been deactivated and will be permanently deleted on <0>{0}." @@ -13265,7 +13265,7 @@ msgstr "Je terugbetaling wordt verwerkt." #: src/components/layouts/CheckIn/index.tsx:117 msgid "Your saved date filter is no longer available — showing all dates." -msgstr "" +msgstr "Je opgeslagen datumfilter is niet meer beschikbaar — alle datums worden getoond." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:116 msgid "Your Stripe account itself isn't affected, and no data is lost — you can reconnect at any time." @@ -13277,7 +13277,7 @@ msgstr "Uw ticket voor" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:54 msgid "Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions." -msgstr "" +msgstr "Je ticket blijft geldig — je hoeft niets te doen, tenzij het nieuwe tijdstip je niet uitkomt. Beantwoord deze e-mail als je vragen hebt." #: src/components/routes/product-widget/CollectInformation/index.tsx:377 msgid "Your tickets have been confirmed." diff --git a/frontend/src/locales/pl.js b/frontend/src/locales/pl.js index f05942069b..2e4b16f5c7 100644 --- a/frontend/src/locales/pl.js +++ b/frontend/src/locales/pl.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Nie ma jeszcze nic do wyświetlenia'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>wymeldowany pomyślnie\"],\"KMgp2+\":[[\"0\"],\" dostępne\"],\"Pmr5xp\":[[\"0\"],\" utworzony pomyślnie\"],\"FImCSc\":[[\"0\"],\" zaktualizowany pomyślnie\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" dni, \",[\"hours\"],\" godzin, \",[\"minutes\"],\" minut i \",[\"seconds\"],\" sekund\"],\"f3RdEk\":[[\"hours\"],\" godzin, \",[\"minutes\"],\" minut i \",[\"seconds\"],\" sekund\"],\"fyE7Au\":[[\"minutes\"],\" minut i \",[\"seconds\"],\" sekund\"],\"NlQ0cx\":[\"Pierwsze wydarzenie \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://twoja-strona.com\",\"qnSLLW\":\"<0>Wprowadź cenę bez podatków i opłat.<1>Podatki i opłaty można dodać poniżej.\",\"ZjMs6e\":\"<0>Liczba produktów dostępnych dla tego produktu<1>Ta wartość może zostać zastąpiona, jeśli istnieją <2>Limity Pojemności związane z tym produktem.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 minut i 0 sekund\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Pole daty. Idealne do pytania o datę urodzenia itp.\",\"6euFZ/\":[\"Domyślny \",[\"type\"],\" jest automatycznie stosowany do wszystkich nowych produktów. Możesz to zastąpić dla każdego produktu indywidualnie.\"],\"SMUbbQ\":\"Pole rozwijane pozwala tylko na jedną selekcję\",\"qv4bfj\":\"Opłata, jak opłata rezerwacyjna lub opłata serwisowa\",\"POT0K/\":\"Stała kwota za produkt. Np. 0,50 USD za produkt\",\"f4vJgj\":\"Pole tekstowe wielowierszowe\",\"OIPtI5\":\"Procent ceny produktu. Np. 3,5% ceny produktu\",\"ZthcdI\":\"Kod promocyjny bez rabatu może być użyty do ujawnienia ukrytych produktów.\",\"AG/qmQ\":\"Opcja Radio ma wiele opcji, ale tylko jedna może być wybrana.\",\"h179TP\":\"Krótki opis wydarzenia, który będzie wyświetlany w wynikach wyszukiwania i podczas udostępniania w mediach społecznościowych. Domyślnie zostanie użyty opis wydarzenia\",\"WKMnh4\":\"Pole tekstowe jednowierszowe\",\"BHZbFy\":\"Jedno pytanie na zamówienie. Np. Jaki jest Twój adres wysyłki?\",\"Fuh+dI\":\"Jedno pytanie na produkt. Np. Jaki jest rozmiar Twojej koszulki?\",\"RlJmQg\":\"Standardowy podatek, jak VAT lub GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Akceptuj przelewy bankowe, czeki lub inne metody płatności offline\",\"hrvLf4\":\"Akceptuj płatności kartą kredytową za pomocą Stripe\",\"bfXQ+N\":\"Akceptuj zaproszenie\",\"AeXO77\":\"Konto\",\"lkNdiH\":\"Nazwa konta\",\"Puv7+X\":\"Ustawienia konta\",\"OmylXO\":\"Konto zaktualizowane pomyślnie\",\"7L01XJ\":\"Akcje\",\"FQBaXG\":\"Aktywuj\",\"5T2HxQ\":\"Data aktywacji\",\"F6pfE9\":\"Aktywny\",\"/PN1DA\":\"Dodaj opis dla tej listy odpraw\",\"0/vPdA\":\"Dodaj wszelkie notatki o uczestniku. Nie będą widoczne dla uczestnika.\",\"Or1CPR\":\"Dodaj wszelkie notatki o uczestniku...\",\"l3sZO1\":\"Dodaj wszelkie notatki o zamówieniu. Nie będą widoczne dla klienta.\",\"xMekgu\":\"Dodaj wszelkie notatki o zamówieniu...\",\"PGPGsL\":\"Dodaj opis\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Dodaj instrukcje dla płatności offline (np. szczegóły przelewu bankowego, gdzie wysłać czeki, terminy płatności)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Dodaj nowy\",\"TZxnm8\":\"Dodaj opcję\",\"24l4x6\":\"Dodaj produkt\",\"8q0EdE\":\"Dodaj produkt do kategorii\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Dodaj podatek lub opłatę\",\"goOKRY\":\"Dodaj poziom\",\"oZW/gT\":\"Dodaj do kalendarza\",\"pn5qSs\":\"Dodatkowe informacje\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Adres\",\"NY/x1b\":\"Linia adresu 1\",\"POdIrN\":\"Linia adresu 1\",\"cormHa\":\"Linia adresu 2\",\"gwk5gg\":\"Linia adresu 2\",\"U3pytU\":\"Administrator\",\"HLDaLi\":\"Użytkownicy administratorzy mają pełny dostęp do wydarzeń i ustawień konta.\",\"W7AfhC\":\"Wszyscy uczestnicy tego wydarzenia\",\"cde2hc\":\"Wszystkie produkty\",\"5CQ+r0\":\"Zezwól uczestnikom powiązanym z nieopłaconymi zamówieniami na odprawę\",\"ipYKgM\":\"Zezwól na indeksowanie przez wyszukiwarki\",\"LRbt6D\":\"Zezwól wyszukiwarkom na indeksowanie tego wydarzenia\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Niesamowite, Wydarzenie, Słowa kluczowe...\",\"hehnjM\":\"Kwota\",\"R2O9Rg\":[\"Kwota zapłacona (\",[\"0\"],\")\"],\"V7MwOy\":\"Wystąpił błąd podczas ładowania strony\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Wystąpił nieoczekiwany błąd.\",\"byKna+\":\"Wystąpił nieoczekiwany błąd. Spróbuj ponownie.\",\"ubdMGz\":\"Wszystkie zapytania od posiadaczy produktów będą wysyłane na ten adres e-mail. Będzie również używany jako adres \\\"odpowiedz-do\\\" dla wszystkich e-maili wysyłanych z tego wydarzenia\",\"aAIQg2\":\"Wygląd\",\"Ym1gnK\":\"zastosowane\",\"sy6fss\":[\"Dotyczy \",[\"0\"],\" produktów\"],\"kadJKg\":\"Dotyczy 1 produktu\",\"DB8zMK\":\"Zastosuj\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Zastosuj to \",[\"type\"],\" do wszystkich nowych produktów\"],\"S0ctOE\":\"Zarchiwizuj wydarzenie\",\"TdfEV7\":\"Zarchiwizowane\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Czy na pewno chcesz aktywować tego uczestnika?\",\"TvkW9+\":\"Czy na pewno chcesz zarchiwizować to wydarzenie?\",\"/CV2x+\":\"Czy na pewno chcesz anulować tego uczestnika? To unieważni jego bilet\",\"YgRSEE\":\"Czy na pewno chcesz usunąć ten kod promocyjny?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Czy na pewno chcesz zrobić to wydarzenie szkicem? To sprawi, że wydarzenie będzie niewidoczne dla publiczności\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Czy na pewno chcesz przywrócić to wydarzenie? Zostanie przywrócone jako szkic wydarzenia.\",\"vJuISq\":\"Czy na pewno chcesz usunąć to przypisanie pojemności?\",\"baHeCz\":\"Czy na pewno chcesz usunąć tę listę odpraw?\",\"LBLOqH\":\"Pytaj raz na zamówienie\",\"wu98dY\":\"Pytaj raz na produkt\",\"ss9PbX\":\"Uczestnik\",\"m0CFV2\":\"Szczegóły uczestnika\",\"QKim6l\":\"Uczestnik nie znaleziony\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Bilet uczestnika\",\"9SZT4E\":\"Uczestnicy\",\"iPBfZP\":\"Uczestnicy zarejestrowani\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Automatyczne dopasowanie rozmiaru\",\"vZ5qKF\":\"Automatycznie dopasuj wysokość widgetu na podstawie zawartości. Gdy wyłączone, widget wypełni wysokość kontenera.\",\"4lVaWA\":\"Oczekuje na płatność offline\",\"2rHwhl\":\"Oczekuje na płatność offline\",\"3wF4Q/\":\"Oczekuje na płatność\",\"ioG+xt\":\"Oczekuje na płatność\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Świetny Organizator Sp. z o.o.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Powrót do strony wydarzenia\",\"VCoEm+\":\"Powrót do logowania\",\"k1bLf+\":\"Kolor tła\",\"I7xjqg\":\"Typ tła\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Adres rozliczeniowy\",\"/xC/im\":\"Ustawienia rozliczeń\",\"rp/zaT\":\"Brazylijski portugalski\",\"whqocw\":\"Rejestrując się, zgadzasz się na nasze <0>Warunki korzystania z usługi i <1>Politykę prywatności.\",\"bcCn6r\":\"Typ kalkulacji\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Anuluj\",\"Gjt/py\":\"Anuluj zmianę e-maila\",\"tVJk4q\":\"Anuluj zamówienie\",\"Os6n2a\":\"Anuluj zamówienie\",\"Mz7Ygx\":[\"Anuluj zamówienie \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Anulowane\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Pojemność\",\"V6Q5RZ\":\"Przypisanie pojemności utworzone pomyślnie\",\"k5p8dz\":\"Przypisanie pojemności usunięte pomyślnie\",\"nDBs04\":\"Zarządzanie pojemnością\",\"ddha3c\":\"Kategorie pozwalają grupować produkty razem. Na przykład, możesz mieć kategorię dla \\\"Biletów\\\" i inną dla \\\"Towarów\\\".\",\"iS0wAT\":\"Kategorie pomagają organizować Twoje produkty. Ten tytuł będzie wyświetlany na publicznej stronie wydarzenia.\",\"eorM7z\":\"Kategorie zostały pomyślnie przeorganizowane.\",\"3EXqwa\":\"Kategoria utworzona pomyślnie\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Zmień hasło\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Zameldowanie \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Zameldowanie i oznaczenie zamówienia jako opłacone\",\"QYLpB4\":\"Tylko zameldowanie\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Sprawdź to wydarzenie!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Lista odpraw usunięta pomyślnie\",\"+hBhWk\":\"Lista odpraw wygasła\",\"mBsBHq\":\"Lista odpraw nie jest aktywna\",\"vPqpQG\":\"Lista odpraw nie znaleziona\",\"tejfAy\":\"Listy odpraw\",\"hD1ocH\":\"URL zameldowania skopiowany do schowka\",\"CNafaC\":\"Opcje pól wyboru pozwalają na wielokrotny wybór\",\"SpabVf\":\"Pola wyboru\",\"CRu4lK\":\"Zameldowany\",\"znIg+z\":\"Płatność\",\"1WnhCL\":\"Ustawienia płatności\",\"6imsQS\":\"Chiński (uproszczony)\",\"JjkX4+\":\"Wybierz kolor dla swojego tła\",\"/Jizh9\":\"Wybierz konto\",\"3wV73y\":\"Miasto\",\"FG98gC\":\"Wyczyść tekst wyszukiwania\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Kliknij, aby skopiować\",\"yz7wBu\":\"Zamknij\",\"62Ciis\":\"Zamknij pasek boczny\",\"EWPtMO\":\"Kod\",\"ercTDX\":\"Kod musi mieć od 3 do 50 znaków\",\"oqr9HB\":\"Zwiń ten produkt, gdy strona wydarzenia jest początkowo ładowana\",\"jZlrte\":\"Kolor\",\"Vd+LC3\":\"Kolor musi być prawidłowym kodem koloru hex. Przykład: #ffffff\",\"1HfW/F\":\"Kolory\",\"VZeG/A\":\"Wkrótce\",\"yPI7n9\":\"Słowa kluczowe oddzielone przecinkami opisujące wydarzenie. Będą używane przez wyszukiwarki do kategoryzacji i indeksowania wydarzenia\",\"NPZqBL\":\"Zakończ zamówienie\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Zakończ płatność\",\"qqWcBV\":\"Zakończone\",\"6HK5Ct\":\"Zakończone zamówienia\",\"NWVRtl\":\"Zakończone zamówienia\",\"DwF9eH\":\"Kod komponentu\",\"Tf55h7\":\"Skonfigurowany rabat\",\"7VpPHA\":\"Potwierdź\",\"ZaEJZM\":\"Potwierdź zmianę e-maila\",\"yjkELF\":\"Potwierdź nowe hasło\",\"xnWESi\":\"Potwierdź hasło\",\"p2/GCq\":\"Potwierdź hasło\",\"wnDgGj\":\"Potwierdzanie adresu e-mail...\",\"pbAk7a\":\"Połącz Stripe\",\"UMGQOh\":\"Połącz z Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Szczegóły połączenia\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Kontynuuj\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Tekst przycisku kontynuacji\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Skopiowane\",\"T5rdis\":\"skopiowane do schowka\",\"he3ygx\":\"Kopiuj\",\"r2B2P8\":\"Kopiuj URL zameldowania\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Kopiuj link\",\"E6nRW7\":\"Kopiuj URL\",\"JNCzPW\":\"Kraj\",\"IF7RiR\":\"Okładka\",\"hYgDIe\":\"Utwórz\",\"b9XOHo\":[\"Utwórz \",[\"0\"]],\"k9RiLi\":\"Utwórz produkt\",\"6kdXbW\":\"Utwórz kod promocyjny\",\"n5pRtF\":\"Utwórz bilet\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"utwórz organizatora\",\"ipP6Ue\":\"Utwórz uczestnika\",\"VwdqVy\":\"Utwórz przypisanie pojemności\",\"EwoMtl\":\"Utwórz kategorię\",\"XletzW\":\"Utwórz kategorię\",\"WVbTwK\":\"Utwórz listę zameldowań\",\"uN355O\":\"Utwórz wydarzenie\",\"BOqY23\":\"Utwórz nowe\",\"kpJAeS\":\"Utwórz organizatora\",\"a0EjD+\":\"Utwórz produkt\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Utwórz kod promocyjny\",\"B3Mkdt\":\"Utwórz pytanie\",\"UKfi21\":\"Utwórz podatek lub opłatę\",\"d+F6q9\":\"Utworzone\",\"Q2lUR2\":\"Waluta\",\"DCKkhU\":\"Aktualne hasło\",\"uIElGP\":\"Niestandardowy URL map\",\"UEqXyt\":\"Niestandardowy zakres\",\"876pfE\":\"Klient\",\"QOg2Sf\":\"Dostosuj ustawienia e-mail i powiadomień dla tego wydarzenia\",\"Y9Z/vP\":\"Dostosuj stronę główną wydarzenia i komunikaty płatności\",\"2E2O5H\":\"Dostosuj różne ustawienia dla tego wydarzenia\",\"iJhSxe\":\"Dostosuj ustawienia SEO dla tego wydarzenia\",\"KIhhpi\":\"Dostosuj swoją stronę wydarzenia\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Strefa zagrożenia\",\"ZQKLI1\":\"Strefa zagrożenia\",\"7p5kLi\":\"Panel\",\"mYGY3B\":\"Data\",\"JvUngl\":\"Data i czas\",\"JJhRbH\":\"Pojemność pierwszego dnia\",\"cnGeoo\":\"Usuń\",\"jRJZxD\":\"Usuń pojemność\",\"VskHIx\":\"Usuń kategorię\",\"Qrc8RZ\":\"Usuń listę zameldowań\",\"WHf154\":\"Usuń kod\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Opis\",\"YC3oXa\":\"Opis dla personelu zameldowań\",\"URmyfc\":\"Szczegóły\",\"1lRT3t\":\"Wyłączenie tej pojemności będzie śledzić sprzedaż, ale nie zatrzyma jej po osiągnięciu limitu\",\"H6Ma8Z\":\"Zniżka\",\"ypJ62C\":\"Zniżka %\",\"3LtiBI\":[\"Zniżka w \",[\"0\"]],\"C8JLas\":\"Typ zniżki\",\"1QfxQT\":\"Dismiss\",\"DZlSLn\":\"Etykieta dokumentu\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Pobierz .ics\",\"kodV18\":\"Pobierz CSV\",\"CELKku\":\"Pobierz fakturę\",\"LQrXcu\":\"Pobierz fakturę\",\"QIodqd\":\"Pobierz kod QR\",\"yhjU+j\":\"Pobieranie faktury\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Wybór z listy rozwijanej\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Duplikuj wydarzenie\",\"3ogkAk\":\"Duplikuj wydarzenie\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Opcje duplikacji\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Wcześniak\",\"ePK91l\":\"Edytuj\",\"N6j2JH\":[\"Edytuj \",[\"0\"]],\"kBkYSa\":\"Edytuj pojemność\",\"oHE9JT\":\"Edytuj przypisanie pojemności\",\"j1Jl7s\":\"Edytuj kategorię\",\"FU1gvP\":\"Edytuj listę zameldowań\",\"iFgaVN\":\"Edytuj kod\",\"jrBSO1\":\"Edytuj organizatora\",\"tdD/QN\":\"Edytuj produkt\",\"n143Tq\":\"Edytuj kategorię produktu\",\"9BdS63\":\"Edytuj kod promocyjny\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Edytuj pytanie\",\"poTr35\":\"Edytuj użytkownika\",\"GTOcxw\":\"Edytuj użytkownika\",\"pqFrv2\":\"np. 2.50 za 2.50 USD\",\"3yiej1\":\"np. 23.5 za 23.5%\",\"O3oNi5\":\"E-mail\",\"VxYKoK\":\"Ustawienia e-mail i powiadomień\",\"ATGYL1\":\"Adres e-mail\",\"hzKQCy\":\"Adres e-mail\",\"HqP6Qf\":\"Zmiana e-mail anulowana pomyślnie\",\"mISwW1\":\"Zmiana e-mail w toku\",\"APuxIE\":\"Potwierdzenie e-mail wysłane ponownie\",\"YaCgdO\":\"Potwierdzenie e-mail wysłane ponownie pomyślnie\",\"jyt+cx\":\"Wiadomość w stopce e-mail\",\"I6F3cp\":\"E-mail nie zweryfikowany\",\"NTZ/NX\":\"Kod osadzenia\",\"4rnJq4\":\"Skrypt osadzenia\",\"8oPbg1\":\"Włącz fakturowanie\",\"j6w7d/\":\"Włącz tę pojemność, aby zatrzymać sprzedaż produktów po osiągnięciu limitu\",\"VFv2ZC\":\"Data zakończenia\",\"237hSL\":\"Zakończony\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Angielski\",\"MhVoma\":\"Wprowadź kwotę bez podatków i opłat.\",\"SlfejT\":\"Błąd\",\"3Z223G\":\"Błąd potwierdzania adresu e-mail\",\"a6gga1\":\"Błąd potwierdzania zmiany e-mail\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Wydarzenie\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Data wydarzenia\",\"0Zptey\":\"Domyślne ustawienia wydarzenia\",\"QcCPs8\":\"Szczegóły wydarzenia\",\"6fuA9p\":\"Wydarzenie zostało pomyślnie zduplikowane\",\"AEuj2m\":\"Strona główna wydarzenia\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Lokalizacja wydarzenia i szczegóły miejsca\",\"OopDbA\":\"Event page\",\"4/If97\":\"Aktualizacja statusu wydarzenia nie powiodła się. Spróbuj ponownie później\",\"btxLWj\":\"Status wydarzenia zaktualizowany\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Wydarzenia\",\"sZg7s1\":\"Data wygaśnięcia\",\"KnN1Tu\":\"Wygasa\",\"uaSvqt\":\"Data wygaśnięcia\",\"GS+Mus\":\"Eksportuj\",\"9xAp/j\":\"Nie udało się anulować uczestnika\",\"ZpieFv\":\"Nie udało się anulować zamówienia\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Nie udało się pobrać faktury. Spróbuj ponownie.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Nie udało się załadować listy zameldowań\",\"ZQ15eN\":\"Nie udało się ponownie wysłać e-maila z biletem\",\"ejXy+D\":\"Nie udało się posortować produktów\",\"PLUB/s\":\"Opłata\",\"/mfICu\":\"Opłaty\",\"LyFC7X\":\"Filtruj zamówienia\",\"cSev+j\":\"Filtry\",\"CVw2MU\":[\"Filtry (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Pierwszy numer faktury\",\"V1EGGU\":\"Imię\",\"kODvZJ\":\"Imię\",\"S+tm06\":\"Imię musi mieć od 1 do 50 znaków\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Pierwsze użycie\",\"TpqW74\":\"Stały\",\"irpUxR\":\"Kwota stała\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Zapomniałeś hasła?\",\"2POOFK\":\"Darmowy\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Francuski\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Niemiecki\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Wróć do profilu\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Kalendarz Google\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Sprzedaż brutto\",\"yRg26W\":\"Sprzedaż brutto\",\"R4r4XO\":\"Goście\",\"26pGvx\":\"Masz kod promocyjny?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"Oto przykład, jak możesz użyć komponentu w swojej aplikacji.\",\"Y1SSqh\":\"Oto komponent React, którego możesz użyć do osadzenia widżetu w swojej aplikacji.\",\"QuhVpV\":[\"Cześć \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Ukryte przed widokiem publicznym\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Ukryte pytania są widoczne tylko dla organizatora wydarzenia, a nie dla klienta.\",\"vLyv1R\":\"Ukryj\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Ukryj produkt po dacie zakończenia sprzedaży\",\"06s3w3\":\"Ukryj produkt przed datą rozpoczęcia sprzedaży\",\"axVMjA\":\"Ukryj produkt, chyba że użytkownik ma odpowiedni kod promocyjny\",\"ySQGHV\":\"Ukryj produkt po wyprzedaniu\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Ukryj ten produkt przed klientami\",\"Da29Y6\":\"Ukryj to pytanie\",\"fvDQhr\":\"Ukryj ten poziom przed użytkownikami\",\"lNipG+\":\"Ukrycie produktu uniemożliwi użytkownikom zobaczenie go na stronie wydarzenia.\",\"ZOBwQn\":\"Projekt strony głównej\",\"PRuBTd\":\"Projektant strony głównej\",\"YjVNGZ\":\"Podgląd strony głównej\",\"c3E/kw\":\"Jan\",\"8k8Njd\":\"Ile minut klient ma na ukończenie zamówienia. Zalecamy co najmniej 15 minut\",\"ySxKZe\":\"Ile razy można użyć tego kodu?\",\"dZsDbK\":[\"Przekroczono limit znaków HTML: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Zgadzam się z <0>regulaminem\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Jeśli włączone, personel odprawy może oznaczyć uczestników jako sprawdzonych lub oznaczyć zamówienie jako opłacone i sprawdzić uczestników. Jeśli wyłączone, uczestnicy powiązani z nieopłaconymi zamówieniami nie mogą być sprawdzeni.\",\"muXhGi\":\"Jeśli włączone, organizator otrzyma powiadomienie e-mail, gdy zostanie złożone nowe zamówienie\",\"6fLyj/\":\"Jeśli nie zażądałeś tej zmiany, natychmiast zmień hasło.\",\"n/ZDCz\":\"Obraz został pomyślnie usunięty\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Obraz został pomyślnie przesłany\",\"VyUuZb\":\"URL obrazu\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Nieaktywny\",\"T0K0yl\":\"Nieaktywni użytkownicy nie mogą się zalogować.\",\"kO44sp\":\"Dołącz szczegóły połączenia dla swojego wydarzenia online. Te szczegóły będą wyświetlane na stronie podsumowania zamówienia i stronie biletu uczestnika.\",\"FlQKnG\":\"Uwzględnij podatek i opłaty w cenie\",\"Vi+BiW\":[\"Zawiera \",[\"0\"],\" produktów\"],\"lpm0+y\":\"Zawiera 1 produkt\",\"UiAk5P\":\"Wstaw obraz\",\"OyLdaz\":\"Zaproszenie wysłane ponownie!\",\"HE6KcK\":\"Zaproszenie cofnięte!\",\"SQKPvQ\":\"Zaproś użytkownika\",\"bKOYkd\":\"Faktura została pomyślnie pobrana\",\"alD1+n\":\"Notatki do faktury\",\"kOtCs2\":\"Numeracja faktur\",\"UZ2GSZ\":\"Ustawienia faktury\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Przedmiot\",\"KFXip/\":\"Jan\",\"XcgRvb\":\"Kowalski\",\"87a/t/\":\"Etykieta\",\"vXIe7J\":\"Język\",\"2LMsOq\":\"Ostatnie 12 miesięcy\",\"vfe90m\":\"Ostatnie 14 dni\",\"aK4uBd\":\"Ostatnie 24 godziny\",\"uq2BmQ\":\"Ostatnie 30 dni\",\"bB6Ram\":\"Ostatnie 48 godzin\",\"VlnB7s\":\"Ostatnie 6 miesięcy\",\"ct2SYD\":\"Ostatnie 7 dni\",\"XgOuA7\":\"Ostatnie 90 dni\",\"I3yitW\":\"Ostatnie logowanie\",\"1ZaQUH\":\"Nazwisko\",\"UXBCwc\":\"Nazwisko\",\"tKCBU0\":\"Ostatnio używany\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Pozostaw puste, aby użyć domyślnego słowa \\\"Faktura\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Ładowanie...\",\"wJijgU\":\"Lokalizacja\",\"sQia9P\":\"Zaloguj się\",\"zUDyah\":\"Logowanie\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Wyloguj się\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Uczyń adres rozliczeniowy obowiązkowym podczas płatności\",\"MU3ijv\":\"Uczyń to pytanie obowiązkowym\",\"wckWOP\":\"Zarządzaj\",\"onpJrA\":\"Zarządzaj uczestnikiem\",\"n4SpU5\":\"Zarządzaj wydarzeniem\",\"WVgSTy\":\"Zarządzaj zamówieniem\",\"1MAvUY\":\"Zarządzaj ustawieniami płatności i fakturowania dla tego wydarzenia.\",\"cQrNR3\":\"Zarządzaj profilem\",\"AtXtSw\":\"Zarządzaj podatkami i opłatami, które mogą być zastosowane do Twoich produktów\",\"ophZVW\":\"Zarządzaj biletami\",\"DdHfeW\":\"Zarządzaj szczegółami konta i ustawieniami domyślnymi\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Zarządzaj użytkownikami i ich uprawnieniami\",\"1m+YT2\":\"Obowiązkowe pytania muszą być odpowiedzi przed dokonaniem płatności przez klienta.\",\"Dim4LO\":\"Dodaj uczestnika ręcznie\",\"e4KdjJ\":\"Dodaj uczestnika ręcznie\",\"vFjEnF\":\"Oznacz jako opłacone\",\"g9dPPQ\":\"Maksimum na zamówienie\",\"l5OcwO\":\"Wyślij wiadomość do uczestnika\",\"Gv5AMu\":\"Wyślij wiadomość do uczestników\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Wyślij wiadomość do kupującego\",\"tNZzFb\":\"Treść wiadomości\",\"lYDV/s\":\"Wyślij wiadomość do indywidualnych uczestników\",\"V7DYWd\":\"Wiadomość wysłana\",\"t7TeQU\":\"Wiadomości\",\"xFRMlO\":\"Minimum na zamówienie\",\"QYcUEf\":\"Cena minimalna\",\"RDie0n\":\"Różne\",\"mYLhkl\":\"Ustawienia różne\",\"KYveV8\":\"Pole tekstowe wielowierszowe\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Opis mojego niesamowitego wydarzenia...\",\"vX8/tc\":\"Tytuł mojego niesamowitego wydarzenia...\",\"hKtWk2\":\"Mój profil\",\"fj5byd\":\"N/D\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Nazwa\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Przejdź do uczestnika\",\"qqeAJM\":\"Nigdy\",\"7vhWI8\":\"Nowe hasło\",\"1UzENP\":\"Nie\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Brak zarchiwizowanych wydarzeń do wyświetlenia.\",\"q2LEDV\":\"Nie znaleziono uczestników dla tego zamówienia.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Brak uczestników do wyświetlenia\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Brak przypisań pojemności\",\"a/gMx2\":\"Brak list zameldowań\",\"tMFDem\":\"Brak dostępnych danych\",\"6Z/F61\":\"Brak danych do wyświetlenia. Wybierz zakres dat\",\"fFeCKc\":\"Brak zniżki\",\"HFucK5\":\"Brak zakończonych wydarzeń do wyświetlenia.\",\"yAlJXG\":\"Brak wydarzeń do wyświetlenia\",\"GqvPcv\":\"Brak dostępnych filtrów\",\"KPWxKD\":\"Brak wiadomości do wyświetlenia\",\"J2LkP8\":\"Brak zamówień do wyświetlenia\",\"RBXXtB\":\"Żadne metody płatności nie są obecnie dostępne. Skontaktuj się z organizatorem wydarzenia w celu uzyskania pomocy.\",\"ZWEfBE\":\"Brak wymaganej płatności\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Brak produktów dostępnych w tej kategorii.\",\"FTfObB\":\"Brak produktów jeszcze\",\"+Y976X\":\"Brak kodów promocyjnych do wyświetlenia\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Brak wyników\",\"gk5uwN\":\"Brak wyników wyszukiwania\",\"RHyZUL\":\"Brak wyników wyszukiwania.\",\"RY2eP1\":\"Żadne podatki lub opłaty nie zostały dodane.\",\"EdQY6l\":\"Żaden\",\"OJx3wK\":\"Niedostępny\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Notatki\",\"jtrY3S\":\"Nic do pokazania jeszcze\",\"hFwWnI\":\"Ustawienia powiadomień\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Powiadom organizatora o nowych zamówieniach\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Liczba dni dozwolonych na płatność (pozostaw puste, aby pominąć warunki płatności z faktur)\",\"n86jmj\":\"Prefiks numeru\",\"mwe+2z\":\"Zamówienia offline nie są odzwierciedlane w statystykach wydarzenia, dopóki zamówienie nie zostanie oznaczone jako opłacone.\",\"dWBrJX\":\"Płatność offline nie powiodła się. Spróbuj ponownie lub skontaktuj się z organizatorem wydarzenia.\",\"fcnqjw\":\"Instrukcje płatności offline\",\"+eZ7dp\":\"Płatności offline\",\"ojDQlR\":\"Informacje o płatnościach offline\",\"u5oO/W\":\"Ustawienia płatności offline\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"W sprzedaży\",\"Ug4SfW\":\"Po utworzeniu wydarzenia, zobaczysz je tutaj.\",\"ZxnK5C\":\"Po rozpoczęciu zbierania danych, zobaczysz je tutaj.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Trwający\",\"z+nuVJ\":\"Online event\",\"WKHW0N\":\"Szczegóły wydarzenia online\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Otwórz stronę zameldowania\",\"OdnLE4\":\"Otwórz pasek boczny\",\"ZZEYpT\":[\"Opcja \",[\"i\"]],\"oPknTP\":\"Opcjonalne dodatkowe informacje, które pojawią się na wszystkich fakturach (np. warunki płatności, opłaty za opóźnienia, polityka zwrotów)\",\"OrXJBY\":\"Opcjonalny prefiks dla numerów faktur (np. INV-)\",\"0zpgxV\":\"Opcje\",\"BzEFor\":\"lub\",\"UYUgdb\":\"Zamówienie\",\"mm+eaX\":\"Order #\",\"B3gPuX\":\"Zamówienie anulowane\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Data zamówienia\",\"Tol4BF\":\"Szczegóły zamówienia\",\"WbImlQ\":\"Zamówienie zostało anulowane, a właściciel zamówienia został powiadomiony.\",\"nAn4Oe\":\"Zamówienie oznaczone jako opłacone\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Referencja zamówienia\",\"acIJ41\":\"Status zamówienia\",\"GX6dZv\":\"Podsumowanie zamówienia\",\"tDTq0D\":\"Limit czasu zamówienia\",\"1h+RBg\":\"Zamówienia\",\"3y+V4p\":\"Adres organizacji\",\"GVcaW6\":\"Szczegóły organizacji\",\"nfnm9D\":\"Nazwa organizacji\",\"G5RhpL\":\"Organizator\",\"mYygCM\":\"Organizator jest wymagany\",\"Pa6G7v\":\"Nazwa organizatora\",\"l894xP\":\"Organizatorzy mogą zarządzać tylko wydarzeniami i produktami. Nie mogą zarządzać użytkownikami, ustawieniami konta ani informacjami rozliczeniowymi.\",\"fdjq4c\":\"Wypełnienie\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Strona nie znaleziona\",\"QbrUIo\":\"Wyświetlenia strony\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"opłacony\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Częściowo zwrócony\",\"8ZsakT\":\"Hasło\",\"TUJAyx\":\"Hasło musi mieć minimum 8 znaków\",\"vwGkYB\":\"Hasło musi mieć co najmniej 8 znaków\",\"BLTZ42\":\"Hasło zostało pomyślnie zresetowane. Zaloguj się nowym hasłem.\",\"f7SUun\":\"Hasła nie są takie same\",\"aEDp5C\":\"Wklej to tam, gdzie chcesz, aby widget się pojawił.\",\"+23bI/\":\"Patryk\",\"iAS9f2\":\"patryk@acme.com\",\"621rYf\":\"Płatność\",\"Lg+ewC\":\"Płatności i fakturowanie\",\"DZjk8u\":\"Ustawienia płatności i fakturowania\",\"lflimf\":\"Okres płatności\",\"JhtZAK\":\"Płatność nie powiodła się\",\"JEdsvQ\":\"Instrukcje płatności\",\"bLB3MJ\":\"Metody płatności\",\"QzmQBG\":\"Dostawca płatności\",\"lsxOPC\":\"Płatność otrzymana\",\"wJTzyi\":\"Status płatności\",\"xgav5v\":\"Płatność powiodła się!\",\"R29lO5\":\"Warunki płatności\",\"/roQKz\":\"Procent\",\"vPJ1FI\":\"Kwota procentowa\",\"xdA9ud\":\"Umieść to w swojej strony internetowej.\",\"blK94r\":\"Dodaj co najmniej jedną opcję\",\"FJ9Yat\":\"Sprawdź, czy podane informacje są poprawne\",\"TkQVup\":\"Sprawdź swój email i hasło i spróbuj ponownie\",\"sMiGXD\":\"Sprawdź, czy Twój email jest prawidłowy\",\"Ajavq0\":\"Sprawdź swój email, aby potwierdzić adres email\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Kontynuuj w nowej karcie\",\"hcX103\":\"Utwórz produkt\",\"cdR8d6\":\"Utwórz bilet\",\"x2mjl4\":\"Wprowadź prawidłowy URL obrazu, który wskazuje na obraz.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Uwaga\",\"C63rRe\":\"Wróć do strony wydarzenia, aby zacząć od nowa.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Wybierz co najmniej jeden produkt\",\"igBrCH\":\"Zweryfikuj swój adres email, aby uzyskać dostęp do wszystkich funkcji\",\"/IzmnP\":\"Poczekaj, przygotowujemy Twoją fakturę...\",\"MOERNx\":\"Portugalski\",\"qCJyMx\":\"Wiadomość po płatności\",\"g2UNkE\":\"Obsługiwane przez\",\"Rs7IQv\":\"Wiadomość przed płatnością\",\"rdUucN\":\"Podgląd\",\"a7u1N9\":\"Cena\",\"CmoB9j\":\"Tryb wyświetlania ceny\",\"BI7D9d\":\"Cena nie ustawiona\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Główny kolor\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Główny kolor tekstu\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Drukuj wszystkie bilety\",\"DKwDdj\":\"Drukuj bilety\",\"K47k8R\":\"Produkt\",\"1JwlHk\":\"Kategoria produktu\",\"U61sAj\":\"Kategoria produktu została pomyślnie zaktualizowana.\",\"1USFWA\":\"Produkt został pomyślnie usunięty\",\"4Y2FZT\":\"Typ ceny produktu\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Sprzedaż produktów\",\"U/R4Ng\":\"Poziom produktu\",\"sJsr1h\":\"Typ produktu\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Produkt(y)\",\"N0qXpE\":\"Produkty\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Sprzedane produkty\",\"/u4DIx\":\"Sprzedane produkty\",\"DJQEZc\":\"Produkty zostały pomyślnie posortowane\",\"vERlcd\":\"Profil\",\"kUlL8W\":\"Profil został pomyślnie zaktualizowany\",\"cl5WYc\":[\"Kod promocyjny \",[\"promo_code\"],\" zastosowany\"],\"P5sgAk\":\"Kod promocyjny\",\"yKWfjC\":\"Strona kodu promocyjnego\",\"RVb8Fo\":\"Kody promocyjne\",\"BZ9GWa\":\"Kody promocyjne mogą być używane do oferowania rabatów, dostępu przed sprzedażą lub zapewnienia specjalnego dostępu do Twojego wydarzenia.\",\"OP094m\":\"Raport kodów promocyjnych\",\"4kyDD5\":\"Podaj dodatkowy kontekst lub instrukcje dla tego pytania. Użyj tego pola, aby dodać warunki,\\nwytyczne lub ważne informacje, które uczestnicy muszą znać przed udzieleniem odpowiedzi.\",\"toutGW\":\"Kod QR\",\"LkMOWF\":\"Dostępna ilość\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Pytanie usunięte\",\"avf0gk\":\"Opis pytania\",\"oQvMPn\":\"Tytuł pytania\",\"enzGAL\":\"Pytania\",\"ROv2ZT\":\"Pytania i odpowiedzi\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Opcja radiowa\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Odbiorca\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Zwrot nie powiódł się\",\"n10yGu\":\"Zwróć zamówienie\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Zwrot oczekuje\",\"xHpVRl\":\"Status zwrotu\",\"/BI0y9\":\"Zwrócony\",\"fgLNSM\":\"Zarejestruj się\",\"9+8Vez\":\"Pozostałe użycia\",\"tasfos\":\"usuń\",\"t/YqKh\":\"Usuń\",\"t9yxlZ\":\"Raporty\",\"prZGMe\":\"Wymagaj adresu rozliczeniowego\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Wyślij ponownie potwierdzenie emaila\",\"wIa8Qe\":\"Wyślij ponownie zaproszenie\",\"VeKsnD\":\"Wyślij ponownie email zamówienia\",\"dFuEhO\":\"Wyślij ponownie email biletu\",\"o6+Y6d\":\"Wysyłanie ponownie...\",\"OfhWJH\":\"Resetuj\",\"RfwZxd\":\"Resetuj hasło\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Przywróć wydarzenie\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Wróć do strony wydarzenia\",\"8YBH95\":\"Przychody\",\"PO/sOY\":\"Cofnij zaproszenie\",\"GDvlUT\":\"Rola\",\"ELa4O9\":\"Data zakończenia sprzedaży\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Data rozpoczęcia sprzedaży\",\"hBsw5C\":\"Sprzedaż zakończona\",\"kpAzPe\":\"Sprzedaż rozpoczyna się\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Zapisz\",\"IUwGEM\":\"Zapisz zmiany\",\"U65fiW\":\"Zapisz organizatora\",\"UGT5vp\":\"Zapisz ustawienia\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Szukaj po nazwie uczestnika, e-mailu lub numerze zamówienia...\",\"+pr/FY\":\"Szukaj po nazwie wydarzenia...\",\"3zRbWw\":\"Szukaj po nazwie, e-mailu lub numerze zamówienia...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Szukaj po nazwie...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Szukaj przypisania pojemności...\",\"r9M1hc\":\"Szukaj list odpraw...\",\"+0Yy2U\":\"Szukaj produktów\",\"YIix5Y\":\"Szukaj...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Kolor wtórny\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Kolor tekstu wtórnego\",\"02ePaq\":[\"Wybierz \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Wybierz kategorię...\",\"kWI/37\":\"Wybierz organizatora\",\"ixIx1f\":\"Wybierz produkt\",\"3oSV95\":\"Wybierz poziom produktu\",\"C4Y1hA\":\"Wybierz produkty\",\"hAjDQy\":\"Wybierz status\",\"QYARw/\":\"Wybierz bilet\",\"OMX4tH\":\"Wybierz bilety\",\"DrwwNd\":\"Wybierz okres czasu\",\"O/7I0o\":\"Wybierz...\",\"JlFcis\":\"Wyślij\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Wyślij wiadomość\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Wyślij wiadomość\",\"D7ZemV\":\"Wyślij potwierdzenie zamówienia i email biletu\",\"v1rRtW\":\"Wyślij test\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"Opis SEO\",\"/SIY6o\":\"Słowa kluczowe SEO\",\"GfWoKv\":\"Ustawienia SEO\",\"rXngLf\":\"Tytuł SEO\",\"/jZOZa\":\"Opłata za usługę\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Ustaw numer początkowy numeracji faktur. Nie można tego zmienić po wygenerowaniu faktur.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Ustawienia\",\"Z8lGw6\":\"Udostępnij\",\"B2V3cA\":\"Udostępnij wydarzenie\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Show\",\"V0SbFp\":\"Pokaż dostępną ilość produktu\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Pokaż więcej\",\"izwOOD\":\"Pokaż podatki i opłaty oddzielnie\",\"1SbbH8\":\"Pokazane klientowi po ich potwierdzeniu, na stronie podsumowania zamówienia.\",\"YfHZv0\":\"Pokazane klientowi przed potwierdzeniem\",\"CBBcly\":\"Pokazuje typowe pola adresu, w tym kraj\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Pole tekstowe jednoliniowe\",\"+P0Cn2\":\"Pomin to krok\",\"YSEnLE\":\"Smith\",\"lgFfeO\":\"Wyprzedane\",\"Mi1rVn\":\"Wyprzedane\",\"nwtY4N\":\"Coś poszło nie tak\",\"GRChTw\":\"Coś poszło nie tak podczas usuwania podatku lub opłaty\",\"YHFrbe\":\"Coś poszło nie tak! Spróbuj ponownie\",\"kf83Ld\":\"Coś poszło nie tak.\",\"fWsBTs\":\"Coś poszło nie tak. Spróbuj ponownie.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Przepraszamy, ten kod promocyjny nie jest rozpoznany\",\"65A04M\":\"Hiszpański\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Data rozpoczęcia\",\"/2by1f\":\"Staat lub region\",\"uAQUqI\":\"Status\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Płatności Stripe nie są włączone dla tego wydarzenia.\",\"UJmAAK\":\"Temat\",\"X2rrlw\":\"Razem część\",\"zzDlyQ\":\"Powodzenie\",\"b0HJ45\":[\"Powodzenie! \",[\"0\"],\" otrzyma email wkrótce.\"],\"BJIEiF\":[\"Pomyślnie \",[\"0\"],\" uczestnika\"],\"OtgNFx\":\"Pomyślnie potwierdzona adres e-mail\",\"IKwyaF\":\"Pomyślnie potwierdzona zmiana e-maila\",\"zLmvhE\":\"Pomyślnie utworzony uczestnik\",\"gP22tw\":\"Pomyślnie utworzony produkt\",\"9mZEgt\":\"Pomyślnie utworzony kod promocyjny\",\"aIA9C4\":\"Pomyślnie utworzone pytanie\",\"J3RJSZ\":\"Pomyślnie zaktualizowany uczestnik\",\"3suLF0\":\"Pomyślnie zaktualizowane przypisanie pojemności\",\"Z+rnth\":\"Pomyślnie zaktualizowana lista odpraw\",\"vzJenu\":\"Pomyślnie zaktualizowane ustawienia email\",\"7kOMfV\":\"Pomyślnie zaktualizowane wydarzenie\",\"G0KW+e\":\"Pomyślnie zaktualizowany projekt strony głównej\",\"k9m6/E\":\"Pomyślnie zaktualizowane ustawienia strony głównej\",\"y/NR6s\":\"Pomyślnie zaktualizowana lokalizacja\",\"73nxDO\":\"Pomyślnie zaktualizowane różne ustawienia\",\"4H80qv\":\"Pomyślnie zaktualizowane zamówienie\",\"6xCBVN\":\"Pomyślnie zaktualizowane ustawienia płatności i fakturowania\",\"1Ycaad\":\"Produkt zaktualizowany pomyślnie\",\"70dYC8\":\"Pomyślnie zaktualizowany kod promocyjny\",\"F+pJnL\":\"Pomyślnie zaktualizowane ustawienia Seo\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Email wsparcia\",\"uRfugr\":\"Koszulka\",\"JpohL9\":\"Podatek\",\"geUFpZ\":\"Podatki i opłaty\",\"dFHcIn\":\"Szczegóły podatku\",\"wQzCPX\":\"Informacje podatkowe wyświetlane na dole wszystkich faktur (np. numer VAT, rejestracja podatkowa)\",\"0RXCDo\":\"Podatek lub opłata usunięte pomyślnie\",\"ZowkxF\":\"Podatki\",\"qu6/03\":\"Podatki i opłaty\",\"gypigA\":\"Ten kod promocyjny jest nieprawidłowy\",\"5ShqeM\":\"Lista kontrolna, której szukasz, nie istnieje.\",\"QXlz+n\":\"Domyślna waluta dla Twoich imprez.\",\"mnafgQ\":\"Domyślna strefa czasowa dla Twoich imprez.\",\"o7s5FA\":\"Język, w którym uczestnik będzie otrzymywać e-maile.\",\"NlfnUd\":\"Kliknięty link jest nieprawidłowy.\",\"HsFnrk\":[\"Maksymalna liczba produktów dla \",[\"0\"],\" to \",[\"1\"]],\"TSAiPM\":\"Strona, której szukasz, nie istnieje\",\"MSmKHn\":\"Cena wyświetlana klientowi będzie zawierać podatki i opłaty.\",\"6zQOg1\":\"Cena wyświetlana klientowi nie będzie zawierać podatków i opłat. Będą one wyświetlane oddzielnie\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Tytuł wydarzenia, który będzie wyświetlany w wynikach wyszukiwarki i podczas udostępniania w mediach społecznościowych. Domyślnie będzie używany tytuł wydarzenia\",\"wDx3FF\":\"Brak dostępnych produktów dla tego wydarzenia\",\"pNgdBv\":\"Brak dostępnych produktów w tej kategorii\",\"rMcHYt\":\"Zwrot jest w toku. Proszę czekać na jego zakończenie przed złożeniem nowego żądania zwrotu.\",\"F89D36\":\"Błąd podczas oznaczania zamówienia jako opłaconego\",\"68Axnm\":\"Podczas przetwarzania Twojego żądania pojawiła się błąd. Proszę spróbować ponownie.\",\"mVKOW6\":\"Błąd podczas wysyłania wiadomości\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Ten uczestnik ma nieopłacone zamówienie.\",\"mf3FrP\":\"Ta kategoria nie ma jeszcze żadnych produktów.\",\"8QH2Il\":\"Ta kategoria jest ukryta przed publicznym widokiem\",\"xxv3BZ\":\"Ta lista kontrolna wygasła\",\"Sa7w7S\":\"Ta lista odpraw wygasła i nie jest już dostępna.\",\"Uicx2U\":\"Ta lista kontrolna jest aktywna\",\"1k0Mp4\":\"Ta lista kontrolna nie jest jeszcze aktywna\",\"K6fmBI\":\"Ta lista odpraw nie jest jeszcze aktywna i nie jest dostępna.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Te informacje będą wyświetlane na stronie płatności, stronie podsumowania zamówienia i w e-mailu potwierdzającym zamówienie.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"To jest wydarzenia online\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Ta wiadomość będzie zawarta w stopce wszystkich e-maili wysłanych z tego wydarzenia\",\"55i7Fa\":\"Ta wiadomość będzie wyświetlana tylko wtedy, gdy zamówienie zostanie pomyślnie zrealizowane. Zamówienia oczekujące na płatność nie będą wyświetlać tej wiadomości\",\"RjwlZt\":\"To zamówienie zostało już opłacone.\",\"5K8REg\":\"To zamówienie zostało już zwrócone.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"To zamówienie zostało anulowane.\",\"Q0zd4P\":\"To zamówienie wygasło. Proszę spróbować ponownie.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"To zamówienie jest pełne.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Ta strona zamówienia nie jest już dostępna.\",\"i0TtkR\":\"To przesłania wszystkie ustawienia widoczności i ukryje produkt przed wszystkimi klientami.\",\"cRRc+F\":\"Ten produkt nie może być usunięty, ponieważ jest powiązany z zamówieniem. Możesz go zamiast tego ukryć.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Ten link resetowania hasła jest nieprawidłowy lub wygasł.\",\"IV9xTT\":\"Ten użytkownik nie jest aktywny, ponieważ nie zaakceptował zaproszenia.\",\"5AnPaO\":\"bilet\",\"kjAL4v\":\"Bilet\",\"dtGC3q\":\"E-mail z biletem został ponownie wysłany do uczestnika\",\"54q0zp\":\"Bilety dla\",\"xN9AhL\":[\"Warstwa \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Produkty warstwowe pozwalają oferować wiele opcji cenowych dla tego samego produktu. Doskonale nadaje się do produktów wczesnych ptaków lub oferowania różnych opcji cenowych dla różnych grup ludzi.\",\"nn3mSR\":\"Pozostały czas:\",\"s/0RpH\":\"Liczba użyć\",\"y55eMd\":\"Liczba użyć\",\"40Gx0U\":\"Strefa czasowa\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Tytuł\",\"xdA/+p\":\"Narzędzia\",\"72c5Qo\":\"Razem\",\"YXx+fG\":\"Razem przed rabatami\",\"NRWNfv\":\"Łączna kwota rabatu\",\"BxsfMK\":\"Razem opłaty\",\"2bR+8v\":\"Łączna sprzedaż brutto\",\"mpB/d9\":\"Łączna kwota zamówienia\",\"m3FM1g\":\"Razem zwrócono\",\"jEbkcB\":\"Razem zwrócono\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Razem podatek\",\"+zy2Nq\":\"Typ\",\"FMdMfZ\":\"Nie można sprawdzić w uczestnika\",\"bPWBLL\":\"Nie można wylogować uczestnika\",\"9+P7zk\":\"Nie można stworzyć produktu. Proszę sprawdzić swoje dane\",\"WLxtFC\":\"Nie można stworzyć produktu. Proszę sprawdzić swoje dane\",\"/cSMqv\":\"Nie można stworzyć pytania. Proszę sprawdzić swoje dane\",\"MH/lj8\":\"Nie można zaktualizować pytania. Proszę sprawdzić swoje dane\",\"nnfSdK\":\"Unikalne klienty\",\"Mqy/Zy\":\"Stany Zjednoczone\",\"NIuIk1\":\"Bez limitu\",\"/p9Fhq\":\"Bez limitu dostępny\",\"E0q9qH\":\"Dozwolone nieograniczone użycia\",\"h10Wm5\":\"Nieopłacone zamówienie\",\"ia8YsC\":\"Nadchodzące\",\"TlEeFv\":\"Nadchodzące wydarzenia\",\"L/gNNk\":[\"Aktualizuj \",[\"0\"]],\"+qqX74\":\"Aktualizuj nazwę wydarzenia, opis i daty\",\"vXPSuB\":\"Aktualizuj profil\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL skopiowany do schowka\",\"e5lF64\":\"Przykład użycia\",\"fiV0xj\":\"Limit użycia\",\"sGEOe4\":\"Użyj rozmytej wersji obrazu okładki jako tła\",\"OadMRm\":\"Użyj obrazu okładki\",\"7PzzBU\":\"Użytkownik\",\"yDOdwQ\":\"Zarządzanie użytkownikami\",\"Sxm8rQ\":\"Użytkownicy\",\"VEsDvU\":\"Użytkownicy mogą zmienić swój e-mail w <0>Ustawieniach profilu\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"VAT\",\"E/9LUk\":\"Nazwa miejsca\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Wyświetl szczegóły uczestnika\",\"/5PEQz\":\"Wyświetl stronę wydarzenia\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Wyświetl w Mapach Google\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"Lista odpraw VIP\",\"tF+VVr\":\"Bilet VIP\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Nie mogliśmy przetworzyć Twojej płatności. Proszę spróbować ponownie lub skontaktować się z pomocą techniczną.\",\"45Srzt\":\"Nie mogliśmy usunąć kategorii. Proszę spróbować ponownie.\",\"/DNy62\":[\"Nie mogliśmy znaleźć żadnych biletów pasujących do \",[\"0\"]],\"1E0vyy\":\"Nie mogliśmy załadować danych. Proszę spróbować ponownie.\",\"NmpGKr\":\"Nie mogliśmy zmienić kolejności kategorii. Proszę spróbować ponownie.\",\"BJtMTd\":\"Zalecamy wymiary 1950px na 650px, współczynnik 3:1 i maksymalny rozmiar pliku 5MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Nie mogliśmy potwierdzić Twojej płatności. Proszę spróbować ponownie lub skontaktować się z pomocą techniczną.\",\"Gspam9\":\"Przetwarzamy Twoje zamówienie. Proszę czekać...\",\"LuY52w\":\"Witamy na pokładzie! Proszę zalogować się, aby kontynuować.\",\"dVxpp5\":[\"Witamy ponownie\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Czym są produkty warstwowe?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Czym jest kategoria?\",\"gxeWAU\":\"Do jakich produktów odnosi się ten kod?\",\"hFHnxR\":\"Do jakich produktów odnosi się ten kod? (Domyślnie dotyczy wszystkich)\",\"AeejQi\":\"Do jakich produktów powinna dotyczyć ta pojemność?\",\"Rb0XUE\":\"O której godzinie przyjedziesz?\",\"5N4wLD\":\"Jaki to typ pytania?\",\"gyLUYU\":\"Gdy włączone, faktury będą generowane dla zamówień biletów. Faktury będą wysyłane wraz z e-mailem potwierdzenia zamówienia. Uczestnicy mogą również pobrać faktury ze strony potwierdzenia zamówienia.\",\"D3opg4\":\"Gdy płatności offline są włączone, użytkownicy będą mogli ukończyć zamówienia i otrzymać bilety. Ich bilety będą wyraźnie wskazywać, że zamówienie nie jest opłacone, a narzędzie odprawy powiadomi personel odprawy, jeśli zamówienie wymaga płatności.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Które bilety powinny być powiązane z tą listą odpraw?\",\"S+OdxP\":\"Kto organizuje to wydarzenie?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Kto powinien zostać zapytany o to pytanie?\",\"VxFvXQ\":\"Osadzanie widgetu\",\"v1P7Gm\":\"Ustawienia widgetu\",\"b4itZn\":\"W toku\",\"hqmXmc\":\"W toku...\",\"+G/XiQ\":\"Od początku roku\",\"l75CjT\":\"Tak\",\"QcwyCh\":\"Tak, usuń je\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Zmieniasz swój e-mail na <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Jesteś offline\",\"sdB7+6\":\"Możesz utworzyć kod promocyjny, który jest ukierunkowany na ten produkt w\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Nie możesz zmienić typu produktu, ponieważ istnieją uczestnicy powiązani z tym produktem.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Nie możesz odprawić uczestników z nieopłaconymi zamówieniami. To ustawienie można zmienić w ustawieniach wydarzenia.\",\"c9Evkd\":\"Nie możesz usunąć ostatniej kategorii.\",\"6uwAvx\":\"Nie możesz usunąć tej warstwy cenowej, ponieważ istnieją już produkty sprzedane dla tej warstwy. Możesz ją zamiast tego ukryć.\",\"tFbRKJ\":\"Nie możesz edytować roli lub statusu właściciela konta.\",\"fHfiEo\":\"Nie możesz zwrócić ręcznie utworzonego zamówienia.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Masz dostęp do wielu kont. Proszę wybierz jedno, aby kontynuować.\",\"Z6q0Vl\":\"Już zaakceptowałeś to zaproszenie. Proszę zalogować się, aby kontynuować.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Nie masz oczekującej zmiany e-mail.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Skończył się czas na ukończenie zamówienia.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Musisz potwierdzić, że ten e-mail nie jest promocyjny\",\"3ZI8IL\":\"Musisz zgodzić się na warunki\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Musisz utworzyć bilet, zanim będziesz mógł ręcznie dodać uczestnika.\",\"jE4Z8R\":\"Musisz mieć co najmniej jedną warstwę cenową\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Będziesz musiał ręcznie oznaczyć zamówienie jako opłacone. Można to zrobić na stronie zarządzania zamówieniem.\",\"L/+xOk\":\"Będziesz potrzebować biletu, zanim będziesz mógł utworzyć listę odpraw.\",\"Djl45M\":\"Będziesz potrzebować produktu, zanim będziesz mógł utworzyć przypisanie pojemności.\",\"y3qNri\":\"Będziesz potrzebować co najmniej jednego produktu, aby zacząć. Darmowy, płatny lub pozwól użytkownikowi zdecydować, ile zapłacić.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Nazwa Twojego konta jest używana na stronach wydarzeń i w e-mailach.\",\"veessc\":\"Twoi uczestnicy pojawią się tutaj po zarejestrowaniu się na Twoje wydarzenie. Możesz również ręcznie dodać uczestników.\",\"Eh5Wrd\":\"Twoja niesamowita strona internetowa 🎉\",\"lkMK2r\":\"Twoje szczegóły\",\"3ENYTQ\":[\"Twoja prośba o zmianę e-maila na <0>\",[\"0\"],\" jest w toku. Proszę sprawdzić e-mail, aby potwierdzić\"],\"yZfBoy\":\"Twoja wiadomość została wysłana\",\"KSQ8An\":\"Twoje zamówienie\",\"Jwiilf\":\"Twoje zamówienie zostało anulowane\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Twoje zamówienia pojawią się tutaj, gdy zaczną napływać.\",\"9TO8nT\":\"Twoje hasło\",\"P8hBau\":\"Twoja płatność jest przetwarzana.\",\"UdY1lL\":\"Twoja płatność nie powiodła się, proszę spróbować ponownie.\",\"fzuM26\":\"Twoja płatność nie powiodła się. Proszę spróbować ponownie.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Zwrot jest procesowany.\",\"IFHV2p\":\"Twój bilet na\",\"x1PPdr\":\"Kod pocztowy\",\"BM/KQm\":\"Kod pocztowy\",\"+LtVBt\":\"Kod pocztowy\",\"25QDJ1\":\"- Kliknij, aby opublikować\",\"WOyJmc\":\"- Kliknij, aby cofnąć publikację\",\"ncwQad\":\"(puste)\",\"B/gRsg\":\"(none)\",\"wqtZLy\":[[\"0\"],\" (kopia)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" jest już zameldowany\"],\"3beCx0\":[[\"0\"],\" <0>checked in\"],\"S4PqS9\":[[\"0\"],\" Aktywne webhooki\"],\"6MIiOI\":[[\"0\"],\" pozostało\"],\"COnw8D\":[\"logo \",[\"0\"]],\"xG9N0H\":[[\"0\"],\" of \",[\"1\"],\" seats are taken.\"],\"B7pZfX\":[[\"0\"],\" organizatorów\"],\"/HkCs4\":[[\"0\"],\" biletów\"],\"30bTiU\":[[\"activeCount\"],\" enabled\"],\"jTs4am\":[[\"appName\"],\" logo\"],\"gbJOk9\":[[\"attendeeCount\"],\" attendees are registered for this session.\"],\"TjbIUI\":[[\"availableCount\"],\" z \",[\"totalCount\"],\" dostępnych\"],\"PSChHo\":[\"Pozostało miejsc: \",[\"capacity\"]],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" checked in\"],\"RZ0JX3\":[[\"chipTime\"],\", wyprzedane\"],\"M4KnFs\":[[\"chipTime\"],\", Wyprzedane, dostępna lista oczekujących\"],\"SeyN12\":[[\"completedCount\"],\" of \",[\"totalCount\"],\" steps complete\"],\"wYzVwE\":[[\"count\"],\" add-ons\"],\"f2rhaD\":[[\"diffHr\"],\"h ago\"],\"NRSLBe\":[[\"diffMin\"],\"m ago\"],\"iYfwJE\":[[\"diffSec\"],\"s ago\"],\"OJnhhX\":[[\"eventCount\"],\" wydarzeń\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" more\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" attendees are registered across the affected sessions.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per order\"],\"RBuxIl\":[[\"productCount\"],\" ticket types configured\"],\"VFLd0I\":[[\"slotCount\"],\" times available\"],\"3IEF7U\":[[\"totalCount\"],\" typów biletów\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" opłaty\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" opłaty i podatek\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" podatek\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 dzień\",\"1d6kks\":\"+Podatek/Opłaty\",\"B1St2O\":\"<0>Listy odpraw pomagają zarządzać wejściem na wydarzenie według dnia, obszaru lub typu biletu. Możesz łączyć bilety z konkretnymi listami, takimi jak strefy VIP lub bilety na Dzień 1, i udostępniać bezpieczny link do odprawy personelowi. Nie jest wymagane konto. Odprawa działa na urządzeniach mobilnych, desktopowych lub tabletach, używając kamery urządzenia lub skanera HID USB. \",\"v9VSIS\":\"<0>Ustaw pojedynczy całkowity limit frekwencji, który dotyczy wielu typów biletów jednocześnie.<1>Na przykład, jeśli połączysz bilet <2>Day Pass i <3>Full Weekend, oba będą czerpać z tej samej puli miejsc. Po osiągnięciu limitu wszystkie połączone bilety automatycznie przestaną być sprzedawane.\",\"Il5Uid\":\"<0>To łączna dostępna liczba dla wszystkich terminów w harmonogramie — nie jest to limit na termin. Aby ograniczyć liczbę uczestników każdego terminu, ustaw pojemność na <1>stronie Harmonogram terminów.\",\"ZnVt5v\":\"<0>Webhooki natychmiast powiadamiają zewnętrzne usługi, gdy zachodzą zdarzenia, takie jak dodanie nowego uczestnika do CRM lub listy mailingowej po rejestracji, zapewniając płynną automatyzację.<1>Użyj usług trzecich, takich jak <2>Zapier, <3>IFTTT lub <4>Make, aby tworzyć niestandardowe przepływy pracy i automatyzować zadania.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" po aktualnym kursie\"],\"M2DyLc\":\"1 Aktywny webhook\",\"hMefp0\":\"1 add-on\",\"6hIk/x\":\"1 attendee is registered across the affected sessions.\",\"qOyE2U\":\"1 attendee is registered for this session.\",\"943BwI\":\"1 dzień po dacie zakończenia\",\"yj3N+g\":\"1 dzień po dacie rozpoczęcia\",\"Z3etYG\":\"1 dzień przed wydarzeniem\",\"szSnlj\":\"1 godzinę przed wydarzeniem\",\"yTsaLw\":\"1 bilet\",\"nz96Ue\":\"1 typ biletu\",\"InX5ad\":\"1 ticket type configured\",\"y2Jh0m\":\"1 time available\",\"cGtUz6\":\"1 tydzień przed wydarzeniem\",\"HR/cvw\":\"123 Przykładowa Ulica\",\"dgKxZ5\":\"135+ currencies & 40+ payment methods\",\"/d9gcz\":\"Etykieta przycisku jest wymagana, gdy ustawiono adres URL\",\"kMU5aM\":\"Wiadomość o anulowaniu została wysłana do\",\"o++0qa\":\"a change in duration\",\"WuWSX5\":\"A few quick steps and you're ready to start selling.\",\"RQ5kDd\":\"Komunikat wyświetlany, gdy w tej kategorii nie ma produktów.\",\"V53XzQ\":\"Nowy kod weryfikacyjny został wysłany na Twój email\",\"sr2Je0\":\"a shift in start/end times\",\"/z/bH1\":\"Krótki opis Twojego organizatora, który będzie wyświetlany Twoim użytkownikom.\",\"3BKFn6\":\"Adres URL jest wymagany, gdy ustawiono etykietę przycisku\",\"RpjXTb\":\"Wzorzec dnia tygodnia\",\"aS0jtz\":\"Porzucony\",\"uyJsf6\":\"O\",\"JvuLls\":\"Absorbuj opłatę\",\"lk74+I\":\"Absorbuj Opłatę\",\"1uJlG9\":\"Kolor Akcentu\",\"g3UF2V\":\"Akceptuj\",\"K5+3xg\":\"Zaakceptuj zaproszenie\",\"LuXP9q\":\"Access\",\"jzb4Ep\":[\"Account · \",[\"0\"]],\"UqH1Q6\":[\"Account · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"Usunięcie konta zostało anulowane.\",\"WtlP+7\":\"Usunięcie konta jest zablokowane\",\"vOuxvL\":\"Informacja o koncie\",\"F9cvwz\":\"Nazwa konta\",\"EHNORh\":\"Konto nie znalezione\",\"Hy1lfH\":\"Właściciel konta\",\"bPwFdf\":\"Konta\",\"pi/Iog\":[\"Konta (\",[\"0\"],\")\"],\"AhwTa1\":\"Wymagane działanie: Potrzebne informacje VAT\",\"APyAR/\":\"Aktywne wydarzenia\",\"kCl6ja\":\"Active payment methods\",\"XJOV1Y\":\"Activity\",\"Eso+01\":[\"Najpierw dodaj \",[\"0\"]],\"eJ0IJA\":\"Add a cover image and theme to match your brand\",\"0YEoxS\":\"Add a date\",\"ybegUq\":\"Add a description and venue so attendees know what to expect\",\"nOZl6j\":\"Add a Single Date\",\"CjvTPJ\":\"Add another time\",\"0XCduh\":\"Add at least one time\",\"/chGpa\":\"Add connection details for the online event.\",\"UWWRyd\":\"Dodaj niestandardowe pytania, aby zebrać dodatkowe informacje podczas płatności\",\"Z/dcxc\":\"Add Date\",\"QeupRg\":\"Dodaj terminy\",\"Q219NT\":\"Add Dates\",\"yjB5VC\":\"Add dates and times for your recurring event\",\"Z8idyM\":\"Add details\",\"wpirGs\":\"Add event details\",\"VX6WUv\":\"Dodaj lokalizację\",\"GCQlV2\":\"Add multiple times if you run several sessions per day.\",\"7JF9w9\":\"Dodaj pytanie\",\"NLbIb6\":\"Add this attendee anyway (override capacity)\",\"6PNlRV\":\"Dodaj to wydarzenie do swojego kalendarza\",\"BGD9Yt\":\"Dodaj bilety\",\"uIv4Op\":\"Dodaj piksele śledzące do swoich publicznych stron wydarzeń i strony głównej organizatora. Baner zgody na pliki cookie będzie wyświetlany odwiedzającym, gdy śledzenie jest aktywne.\",\"QN2F+7\":\"Dodaj webhook\",\"NsWqSP\":\"Dodaj swoje uchwyty mediów społecznościowych i URL strony internetowej. Będą wyświetlane na Twojej publicznej stronie organizatora.\",\"6JzKEV\":\"Add-on only\",\"VkQex5\":\"Add-on products\",\"Y2K3rp\":\"Add-ons\",\"Z/ZU8N\":\"Doliczane przy płatności\",\"bVjDs9\":\"Dodatkowe opłaty\",\"MKqSg4\":\"Wymagany dostęp administratora\",\"0Zypnp\":\"Panel administratora\",\"tlFYEo\":\"Admits attendees to your event\",\"YAV57v\":\"Partner\",\"I+utEq\":\"Kod partnerski nie może zostać zmieniony\",\"/jHBj5\":\"Partner utworzony pomyślnie\",\"uCFbG2\":\"Partner usunięty pomyślnie\",\"ld8I+f\":\"Affiliate program\",\"a41PKA\":\"Sprzedaż partnerska będzie śledzona\",\"mJJh2s\":\"Sprzedaż partnerska nie będzie śledzona. To dezaktywuje partnera.\",\"jabmnm\":\"Partner zaktualizowany pomyślnie\",\"CPXP5Z\":\"Partnerzy\",\"9Wh+ug\":\"Partnerzy wyeksportowani\",\"3cqmut\":\"Partnerzy pomagają śledzić sprzedaż generowaną przez partnerów i influencerów. Utwórz kody partnerskie i udostępnij je, aby monitorować wydajność.\",\"3e31kI\":\"After your event is created, you can choose how often it repeats from the dashboard.\",\"z7GAMJ\":\"all\",\"N40H+G\":\"Wszystkie\",\"7rLTkE\":\"Wszystkie zarchiwizowane wydarzenia\",\"gKq1fa\":\"Wszyscy uczestnicy\",\"63gRoO\":\"All attendees of the selected sessions\",\"uWxIoH\":\"All attendees of this occurrence\",\"pMLul+\":\"Wszystkie waluty\",\"sgUdRZ\":\"All dates\",\"e4q4uO\":\"All Dates\",\"ZS/D7f\":\"Wszystkie zakończone wydarzenia\",\"QsYjci\":\"Wszystkie wydarzenia\",\"31KB8w\":\"Wszystkie nieudane zadania usunięte\",\"D2g7C7\":\"Wszystkie zadania w kolejce do ponowienia\",\"B4RFBk\":\"All matching dates\",\"F1/VgK\":\"All occurrences\",\"OpWjMq\":\"All Occurrences\",\"Sxm1lO\":\"Wszystkie statusy\",\"dr7CWq\":\"Wszystkie nadchodzące wydarzenia\",\"UBpkWM\":\"Wszyscy użytkownicy\",\"GpT6Uf\":\"Zezwól uczestnikom na aktualizację informacji o bilecie (imię, e-mail) za pośrednictwem bezpiecznego linku wysłanego z potwierdzeniem zamówienia.\",\"VZdky1\":\"Pozwól kupującym kopiować swoje dane do wszystkich uczestników\",\"F3mW5G\":\"Pozwól klientom dołączyć do listy oczekujących, gdy ten produkt jest wyprzedany\",\"4CMO/q\":\"Pozwól klientom dołączyć do listy oczekujących, gdy ten produkt jest wyprzedany. Klienci dołączają do listy oczekujących na konkretną datę.\",\"c4uJfc\":\"Prawie gotowe! Czekamy tylko na przetworzenie Twojej płatności. To powinno zająć tylko kilka sekund.\",\"ocS8eq\":[\"Masz już konto? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Already in\",\"/H326L\":\"Już zwrócone\",\"USEpOK\":\"Already use Stripe on another organizer? Reuse that connection.\",\"RtxQTF\":\"Również anuluj to zamówienie\",\"jkNgQR\":\"Również zwróć to zamówienie\",\"xYqsHg\":\"Zawsze dostępne\",\"rrepBD\":\"Always on sale\",\"Wvrz79\":\"Kwota zapłacona\",\"Zkymb9\":\"E-mail do powiązania z tym partnerem. Partner nie zostanie powiadomiony.\",\"vRznIT\":\"Wystąpił błąd podczas sprawdzania statusu eksportu.\",\"OPFdAM\":\"Opcjonalny opis tej kategorii wyświetlany na stronie wydarzenia.\",\"eusccx\":\"Opcjonalna wiadomość do wyświetlenia na wyróżnionym produkcie, np. \\\"Sprzedaje się szybko 🔥\\\" lub \\\"Najlepsza wartość\\\"\",\"HZFm5R\":\"i\",\"l3LBtZ\":\"Treść ogłoszenia\",\"Th00L9\":\"Ogłoszenie utworzone\",\"p/XJYI\":\"Ogłoszenie usunięte\",\"08iV57\":\"Tytuł ogłoszenia\",\"qLqgre\":\"Ogłoszenie zaktualizowane\",\"Dzr23X\":\"Ogłoszenia\",\"asqL+J\":\"Anonimizuj\",\"QNrkms\":\"Odpowiedź zaktualizowana pomyślnie.\",\"+qygei\":\"Answers\",\"GK7Lnt\":\"Answers provided at checkout (e.g. meal choice)\",\"lE8PgT\":\"Any dates you've manually customized will be kept.\",\"jVoYha\":[\"zastosowano — \",[\"0\"],\" zniżki na zamówienie\"],\"vP3Nzg\":[\"Applies to \",[\"0\"],\", non-cancelled dates currently loaded on this page.\"],\"kkVyZZ\":\"Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything.\",\"je4muG\":[\"Applies to every \",[\"0\"],\", non-cancelled date in this event — including dates not currently loaded.\"],\"YIIQtt\":\"Apply Changes\",\"NzWX1Y\":\"Apply to\",\"Ps5oDT\":\"Apply to all tickets\",\"261RBr\":\"Zatwierdź wiadomość\",\"naCW6Z\":\"April\",\"B495Gs\":\"Archiwizuj\",\"5sNliy\":\"Archiwizuj wydarzenie\",\"BrwnrJ\":\"Archiwizuj organizatora\",\"E5eghW\":\"Zarchiwizuj to wydarzenie, aby ukryć je przed publicznością. Możesz je później przywrócić.\",\"eqFkeI\":\"Zarchiwizuj tego organizatora. Spowoduje to również archiwizację wszystkich wydarzeń należących do tego organizatora.\",\"BzcxWv\":\"Zarchiwizowani organizatorzy\",\"9cQBd6\":\"Czy na pewno chcesz zarchiwizować to wydarzenie? Nie będzie już widoczne dla publiczności.\",\"Trnl3E\":\"Czy na pewno chcesz zarchiwizować tego organizatora? Spowoduje to również archiwizację wszystkich wydarzeń należących do tego organizatora.\",\"wOvn+e\":[\"Are you sure you want to cancel \",[\"count\"],\" date(s)? Affected attendees will be notified by email.\"],\"GTxE0U\":\"Are you sure you want to cancel this date? Affected attendees will be notified by email.\",\"VkSk/i\":\"Czy na pewno chcesz anulować tę zaplanowaną wiadomość?\",\"0aVEBY\":\"Czy na pewno chcesz usunąć wszystkie nieudane zadania?\",\"LchiNd\":\"Czy na pewno chcesz usunąć tego partnera? Tej akcji nie można cofnąć.\",\"U49Xd6\":\"Czy na pewno chcesz usunąć to ogłoszenie? Użytkownicy już go nie zobaczą.\",\"vPeW/6\":\"Czy na pewno chcesz usunąć tę konfigurację? Może to wpłynąć na konta jej używające.\",\"h42Hc/\":\"Are you sure you want to delete this date? This action cannot be undone.\",\"RiF/yT\":\"Are you sure you want to delete this image?\",\"b3+Qku\":\"Are you sure you want to delete this tax or fee? It will no longer be applied to new orders.\",\"JmVITJ\":\"Czy na pewno chcesz usunąć ten szablon? Tej akcji nie można cofnąć, a e-maile powrócą do domyślnego szablonu.\",\"aLS+A6\":\"Czy na pewno chcesz usunąć ten szablon? Tej akcji nie można cofnąć, a e-maile powrócą do szablonu organizatora lub domyślnego.\",\"5H3Z78\":\"Czy na pewno chcesz usunąć ten webhook?\",\"147G4h\":\"Czy na pewno chcesz wyjść?\",\"VDWChT\":\"Czy na pewno chcesz zrobić tę stronę organizatora szkicem? To sprawi, że strona organizatora będzie niewidoczna dla publiczności\",\"pWtQJM\":\"Czy na pewno chcesz opublikować tę stronę organizatora? To sprawi, że strona organizatora będzie widoczna dla publiczności\",\"EOqL/A\":\"Czy na pewno chcesz zaoferować miejsce tej osobie? Otrzyma powiadomienie e-mail.\",\"yAXqWW\":\"Are you sure you want to permanently delete this date? This cannot be undone.\",\"WFHOlF\":\"Czy na pewno chcesz opublikować to wydarzenie? Po opublikowaniu będzie widoczne dla publiczności.\",\"4TNVdy\":\"Czy na pewno chcesz opublikować ten profil organizatora? Po opublikowaniu będzie widoczny dla publiczności.\",\"8x0pUg\":\"Czy na pewno chcesz usunąć ten wpis z listy oczekujących?\",\"cDtoWq\":[\"Czy na pewno chcesz ponownie wysłać potwierdzenie zamówienia do \",[\"0\"],\"?\"],\"xeIaKw\":[\"Czy na pewno chcesz ponownie wysłać bilet do \",[\"0\"],\"?\"],\"BjbocR\":\"Czy na pewno chcesz przywrócić to wydarzenie?\",\"7MjfcR\":\"Czy na pewno chcesz przywrócić tego organizatora?\",\"b7tkGp\":\"Are you sure you want to revoke this invitation?\",\"ExDt3P\":\"Czy na pewno chcesz cofnąć publikację tego wydarzenia? Nie będzie już widoczne dla publiczności.\",\"5Qmxo/\":\"Czy na pewno chcesz cofnąć publikację tego profilu organizatora? Nie będzie już widoczny dla publiczności.\",\"Uqefyd\":\"Czy jesteś zarejestrowany na VAT w UE?\",\"+QARA4\":\"Sztuka\",\"tLf3yJ\":\"Ponieważ Twoja firma ma siedzibę w Irlandii, irlandzki VAT w wysokości 23% stosuje się automatycznie do wszystkich opłat platformy.\",\"tMeVa/\":\"Pytaj o imię i e-mail dla każdego zakupionego biletu\",\"ui5ln+\":\"Assign a different plan\",\"9Jxliv\":\"Assign plan\",\"xdiER7\":\"Przypisany poziom\",\"F2rX0R\":\"Musi być wybrany co najmniej jeden typ wydarzenia\",\"Z44eZS\":\"At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead.\",\"BCmibk\":\"Próby\",\"6PecK3\":\"Frekwencja i wskaźniki odpraw we wszystkich wydarzeniach\",\"K2tp3v\":\"attendee\",\"AJ4rvK\":\"Uczestnik anulowany\",\"qvylEK\":\"Uczestnik utworzony\",\"Aspq3b\":\"Zbieranie szczegółów uczestnika\",\"fpb0rX\":\"Szczegóły uczestnika skopiowane z zamówienia\",\"94aQMU\":\"Informacje o uczestniku\",\"KkrBiR\":\"Zbieranie informacji o uczestniku\",\"sjPjOg\":\"Attendee notes\",\"cosfD8\":\"Status uczestnika\",\"D2qlBU\":\"Uczestnik zaktualizowany\",\"22BOve\":\"Uczestnik zaktualizowany pomyślnie\",\"x8Vnvf\":\"Bilet uczestnika nie jest uwzględniony na tej liście\",\"/Ywywr\":\"attendees\",\"zLRobu\":\"attendees checked in\",\"k3Tngl\":\"Uczestnicy wyeksportowani\",\"UoIRW8\":\"Uczestnicy zarejestrowani\",\"5UbY+B\":\"Uczestnicy z konkretnym biletem\",\"4HVzhV\":\"Uczestnicy:\",\"HVkhy2\":\"Analityka atrybucji\",\"dMMjeD\":\"Podział atrybucji\",\"1oPDuj\":\"Wartość atrybucji\",\"cHfbVT\":\"Odbiorcy\",\"DBHTm/\":\"August\",\"JgREph\":\"Automatyczna oferta jest włączona\",\"V7Tejz\":\"Automatyczne przetwarzanie listy oczekujących\",\"PZ7FTW\":\"Automatycznie wykrywane na podstawie koloru tła, ale można nadpisać\",\"zlnTuI\":\"Automatycznie oferuj bilety następnej osobie, gdy pojawi się dostępność. Jeśli wyłączone, możesz ręcznie przetwarzać listę oczekujących ze strony Listy oczekujących.\",\"csDS2L\":\"Dostępne\",\"Xp+ywP\":\"Dostępne po zakończeniu płatności\",\"dwDH1K\":[\"Available times on \",[\"dayName\"]],\"clF06r\":\"Dostępne do zwrotu\",\"NB5+UG\":\"Dostępne tokeny\",\"L+wGOG\":\"Awaiting\",\"qcw2OD\":\"Awaiting pay\",\"kNmmvE\":\"Świetne Wydarzenia Sp. z o.o.\",\"TeSaQO\":\"Powrót do kont\",\"kYqM1A\":\"Powrót do wydarzenia\",\"s5QRF3\":\"Powrót do wiadomości\",\"td/bh+\":\"Powrót do raportów\",\"nsm7BA\":\"Wróć do wyszukiwania\",\"imjKVx\":\"Bank account connected\",\"KSSL9f\":\"Baner\",\"zdYsg1\":\"Treść banera może mieć maksymalnie 200 znaków\",\"p2OLF3\":\"Cena podstawowa\",\"D9LTCH\":\"Base Price\",\"hviJef\":\"Based on the global sale period above, not per date\",\"jIPNJG\":\"Podstawowe informacje\",\"lINGcL\":\"Ponieważ to konto ma zrealizowane zamówienia, zapisy transakcji (kwoty, daty i szczegóły faktur) zostaną zachowane w formie zanonimizowanej do celów prawnych i podatkowych. Wszystkie dane osobowe zostaną trwale usunięte.\",\"UabgBd\":\"Treść jest wymagana\",\"HWXuQK\":\"Dodaj tę stronę do zakładek, aby zarządzać zamówieniem w dowolnym momencie.\",\"CUKVDt\":\"Zbranduj swoje bilety niestandardowym logo, kolorami i komunikatem w stopce.\",\"4BZj5p\":\"Built-in fraud protection\",\"cr7kGH\":\"Bulk Edit\",\"1Fbd6n\":\"Bulk Edit Dates\",\"Eq6Tu9\":\"Bulk update failed.\",\"9N+p+g\":\"Biznes\",\"SWnN1L\":\"Business address\",\"kQekXw\":\"Business name\",\"3W/QV7\":\"Etykieta przycisku\",\"bv6RXK\":\"Etykieta przycisku\",\"ChDLlO\":\"Tekst przycisku\",\"MOht10\":\"Adres URL przycisku\",\"BUe8Wj\":\"Kupujący płaci\",\"DkL8mp\":\"Buyers can add these to their order when they select this product at checkout.\",\"qF1qbA\":\"Kupujący widzą czystą cenę. Opłata platformy jest odejmowana od Twojej wypłaty.\",\"dg05rc\":\"Dodając piksele śledzące, potwierdzasz, że Ty i ta platforma jesteście współadministratorami zebranych danych. Jesteś odpowiedzialny za zapewnienie, że masz podstawę prawną do tego przetwarzania zgodnie z obowiązującymi przepisami o ochronie prywatności (RODO, CCPA itp.).\",\"DFqasq\":[\"Kontynuując, zgadzasz się na <0>\",[\"0\"],\" Warunki korzystania z usługi\"],\"CetOZE\":\"By ticket type\",\"lFdbRS\":\"Pomiń opłaty aplikacji\",\"AjVXBS\":\"Calendar\",\"2VLZwd\":\"Przycisk wezwania do działania\",\"rT2cV+\":\"Camera\",\"7hYa9y\":\"Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings.\",\"D02dD9\":\"Kampania\",\"RRPA79\":\"Can't check in\",\"OcVwAd\":[\"Cancel \",[\"count\"],\" date(s)\"],\"H4nE+E\":\"Anuluj wszystkie produkty i zwolnij je z powrotem do puli\",\"Py78q9\":\"Cancel Date\",\"lUjTpS\":\"Anuluj usunięcie\",\"5YkF5G\":\"Anuluj żądanie usunięcia\",\"tOXAdc\":\"Anulowanie anuluje wszystkich uczestników związanych z tym zamówieniem i zwolni bilety z powrotem do dostępnej puli.\",\"FPpqc7\":[\"Cancelling \",[\"0\"],\" date(s). This may take a moment to complete.\"],\"01sEfm\":\"Nie można usunąć domyślnej konfiguracji systemu\",\"VsM1HH\":\"Przypisania pojemności\",\"9bIMVF\":\"Capacity management\",\"H7K8og\":\"Capacity must be 0 or greater\",\"nzao08\":\"capacity updates\",\"4cp9NP\":\"Capacity Used\",\"K7tIrx\":\"Kategoria\",\"DRK3Bq\":\"Category deleted successfully\",\"o+XJ9D\":\"Zmień\",\"kJkjoB\":\"Change duration\",\"J0KExZ\":\"Change the attendee limit\",\"ssospy\":\"Change time\",\"CIHJJf\":\"Zmień ustawienia listy oczekujących\",\"B5icLR\":[\"Changed duration for \",[\"count\"],\" date(s)\"],\"Kb+0BT\":\"Charges\",\"2tbLdK\":\"Dobroczynność\",\"BPWGKn\":\"Check in\",\"6uFFoY\":\"Check out\",\"FjAlwK\":[\"Check out this event: \",[\"0\"]],\"v4fiSg\":\"Sprawdź swoją pocztę e-mail\",\"51AsAN\":\"Sprawdź swoją skrzynkę odbiorczą! Jeśli bilety są powiązane z tym e-mailem, otrzymasz link do ich wyświetlenia.\",\"Y3FYXy\":\"Check-In\",\"udRwQs\":\"Odprawa utworzona\",\"F4SRy3\":\"Odprawa usunięta\",\"as6XfO\":[\"Check-in for \",[\"0\"],\" was undone\"],\"9s/wrQ\":\"Check-in history\",\"Wwztk4\":\"Check-In List\",\"9gPPUY\":\"Lista odpraw utworzona\",\"dwjiJt\":\"Check-in list info\",\"7od0PV\":\"check-in lists\",\"f2vU9t\":\"Listy odpraw\",\"XprdTn\":\"Check-in navigation\",\"5tV1in\":\"Check-in progress\",\"SHJwyq\":\"Wskaźnik zameldowań\",\"qCqdg6\":\"Status zameldowania\",\"cKj6OE\":\"Podsumowanie zameldowań\",\"7B5M35\":\"Zameldowania\",\"VrmydS\":\"Checked in\",\"DM4gBB\":\"Chiński (tradycyjny)\",\"p8Jvp4\":\"Choose a configuration\",\"ElShBO\":\"Choose a different action\",\"pHEhf+\":\"Wybierz krój pisma pasujący do Twojej marki. Czcionki są hostowane przez Bunny Fonts.\",\"Zok1Gx\":\"Choose an organizer\",\"pkk46Q\":\"Wybierz organizatora\",\"Ag32+c\":\"Choose another date\",\"Crr3pG\":\"Wybierz kalendarz\",\"Z38ZJu\":\"Wybierz, jak data wydarzenia jest pokazywana na bilecie\",\"LAW8Vb\":\"Wybierz domyślne ustawienie dla nowych wydarzeń. Można to nadpisać dla poszczególnych wydarzeń.\",\"pjp2n5\":\"Wybierz, kto płaci opłatę platformy. Nie wpływa to na dodatkowe opłaty skonfigurowane w ustawieniach konta.\",\"xCJdfg\":\"Clear\",\"QyOWu9\":\"Clear location — fall back to the event default\",\"V8yTm6\":\"Clear search\",\"kmnKnX\":\"Clearing removes any per-date override. Affected dates will fall back to the event's default location.\",\"/o+aQX\":\"Click to cancel\",\"gD7WGV\":\"Click to reopen for new sales\",\"CySr+W\":\"Kliknij, aby zobaczyć notatki\",\"RG3szS\":\"zamknij\",\"RWw9Lg\":\"Zamknij modal\",\"XwdMMg\":\"Kod może zawierać tylko litery, cyfry, myślniki i podkreślenia\",\"+yMJb7\":\"Kod jest wymagany\",\"m9SD3V\":\"Kod musi mieć co najmniej 3 znaki\",\"V1krgP\":\"Kod nie może mieć więcej niż 20 znaków\",\"psqIm5\":\"Współpracuj ze swoją drużyną, aby tworzyć niesamowite wydarzenia razem.\",\"4bUH9i\":\"Zbierz szczegóły uczestnika dla każdego zakupionego biletu.\",\"TkfG8v\":\"Zbierz szczegóły na zamówienie\",\"96ryID\":\"Zbierz szczegóły na bilet\",\"FpsvqB\":\"Tryb koloru\",\"jEu4bB\":\"Kolumny\",\"CWk59I\":\"Komedia\",\"rPA+Gc\":\"Preferencje komunikacyjne\",\"zFT5rr\":\"complete\",\"bUQMpb\":\"Complete Stripe setup\",\"744BMm\":\"Dokończ zamówienie, aby zabezpieczyć swoje bilety. Ta oferta jest ograniczona czasowo, więc nie zwlekaj zbyt długo.\",\"5YrKW7\":\"Zakończ płatność, aby zabezpieczyć swoje bilety.\",\"xGU92i\":\"Uzupełnij swój profil, aby dołączyć do drużyny.\",\"QOhkyl\":\"Napisz\",\"ih35UP\":\"Centrum konferencyjne\",\"ywFj2D\":\"Configuration\",\"WTw0bB\":\"Configuration assigned\",\"X1zdE7\":\"Konfiguracja utworzona pomyślnie\",\"mLBUMQ\":\"Konfiguracja usunięta pomyślnie\",\"UIENhw\":\"Nazwy konfiguracji są widoczne dla użytkowników końcowych. Opłaty stałe zostaną przeliczone na walutę zamówienia po aktualnym kursie wymiany.\",\"eeZdaB\":\"Konfiguracja zaktualizowana pomyślnie\",\"3cKoxx\":\"Konfiguracje\",\"8v2LRU\":\"Skonfiguruj szczegóły wydarzenia, lokalizację, opcje płatności i powiadomienia e-mail.\",\"raw09+\":\"Skonfiguruj, jak zbierane są szczegóły uczestnika podczas płatności\",\"FI60XC\":\"Skonfiguruj podatki i opłaty\",\"av6ukY\":\"Configure which products are available for this occurrence and optionally adjust pricing.\",\"NGXKG/\":\"Potwierdź adres e-mail\",\"JRQitQ\":\"Potwierdź nowe hasło\",\"Auz0Mz\":\"Potwierdź swój e-mail, aby uzyskać dostęp do wszystkich funkcji.\",\"7+grte\":\"E-mail potwierdzający wysłany! Sprawdź swoją skrzynkę odbiorczą.\",\"n/7+7Q\":\"Potwierdzenie wysłane do\",\"x3wVFc\":\"Gratulacje! Twoje wydarzenie jest teraz widoczne publicznie.\",\"0W2NQP\":\"Connect bank\",\"/K4Vqr\":\"Połącz Stripe, aby przyjmować płatności\",\"nQI4H5\":\"Połącz Stripe, aby włączyć edycję szablonów e-mail\",\"LmvZ+E\":\"Połącz Stripe, aby włączyć wiadomości\",\"peBIO+\":\"Connect Stripe to receive ticket payments directly to your bank account.\",\"DNeN8t\":\"Connect your bank to receive ticket sales straight to your account\",\"DARj+w\":\"Połączono niewłaściwe konto Stripe? Odłącz je i zacznij od nowa.\",\"X1y8JF\":\"Connection details are required for online dates\",\"fjfBOm\":\"Szczegóły połączenia są wymagane dla wydarzeń online\",\"jfC/xh\":\"Kontakt\",\"LOFgda\":[\"Kontakt \",[\"0\"]],\"41BQ3k\":\"E-mail kontaktowy\",\"4b3oEV\":\"Treść\",\"13CIgI\":\"Treść jest wymagana\",\"m8WD6t\":\"Kontynuuj konfigurację\",\"0GwUT4\":\"Przejdź do płatności\",\"sBV87H\":\"Przejdź do tworzenia wydarzenia\",\"nKtyYu\":\"Przejdź do następnego kroku\",\"F3/nus\":\"Przejdź do płatności\",\"s30OcA\":\"Kontroluj sposób wyświetlania dat i godzin na stronie wydarzenia\",\"p2FRHj\":\"Kontroluj, jak opłaty platformy są obsługiwane dla tego wydarzenia\",\"NqfabH\":\"Control who gets in for this date\",\"fmYxZx\":\"Control who gets in, and when\",\"1JnTgU\":\"Skopiowane z góry\",\"FxVG/l\":\"Skopiowane do schowka\",\"PiH3UR\":\"Skopiowane!\",\"4i7smN\":\"Copy account ID\",\"uUPbPg\":\"Kopiuj link partnera\",\"iVm46+\":\"Kopiuj kod\",\"cF2ICc\":\"Kopiuj link klienta\",\"+2ZJ7N\":\"Kopiuj szczegóły do pierwszego uczestnika\",\"ZN1WLO\":\"Kopiuj e-mail\",\"y1eoq1\":\"Kopiuj link\",\"tUGbi8\":\"Kopiuj moje szczegóły do:\",\"y22tv0\":\"Kopiuj ten link, aby udostępnić go wszędzie\",\"/4gGIX\":\"Kopiuj do schowka\",\"e0f4yB\":\"Nie udało się usunąć lokalizacji\",\"vkiDx2\":\"Could not prepare the bulk update.\",\"KOavaU\":\"Nie udało się pobrać szczegółów adresu\",\"/lq4oO\":\"Could not save date\",\"mHu0az\":\"Couldn't send verification email. Please try again.\",\"QOIm+S\":\"Liczby obejmują wszystkie nadchodzące daty. Każda osoba otrzymuje ofertę miejsca na datę, na którą się zapisała.\",\"P0rbCt\":\"Obraz okładki\",\"p4kqHr\":\"Cover image added\",\"60u+dQ\":\"Obraz okładki będzie wyświetlany na górze strony wydarzenia\",\"2NLjA6\":\"Obraz okładki będzie wyświetlany na górze strony organizatora\",\"GkrqoY\":\"Covers every ticket\",\"zg4oSu\":[\"Utwórz szablon \",[\"0\"]],\"RKKhnW\":\"Utwórz niestandardowy widget do sprzedaży biletów na swojej stronie.\",\"jqhTmw\":\"Create a list for this date\",\"PhioFp\":\"Create a new check-in list for an active session, or contact the organizer if you think this is a mistake.\",\"yIRev4\":\"Utwórz hasło\",\"j7xZ7J\":\"Utwórz dodatkowych organizatorów, aby zarządzać oddzielnymi markami, działami lub seriami wydarzeń w ramach jednego konta. Każdy organizator ma własne wydarzenia, ustawienia i stronę publiczną.\",\"xfKgwv\":\"Utwórz partnera\",\"GT/OIA\":\"Utwórz ogłoszenie, aby wyświetlić wiadomość swoim użytkownikom.\",\"tudG8q\":\"Utwórz i skonfiguruj bilety i towary na sprzedaż.\",\"Q4VlI/\":\"Utwórz ogłoszenie\",\"YAl9Hg\":\"Utwórz konfigurację\",\"BTne9e\":\"Utwórz niestandardowe szablony e-mail dla tego wydarzenia, które nadpisują domyślne organizatora\",\"YIDzi/\":\"Utwórz niestandardowy szablon\",\"tsGqx5\":\"Create Date\",\"Nc3l/D\":\"Utwórz rabaty, kody dostępu dla ukrytych biletów i specjalne oferty.\",\"PybJS2\":\"Create event\",\"abGAgf\":\"Create more tickets or products to offer them as add-ons\",\"eWEV9G\":\"Utwórz nowe hasło\",\"utHSNE\":\"Utwórz harmonogram\",\"8AiKIu\":\"Utwórz bilet lub produkt\",\"/HGmW9\":\"Utwórz śledzone linki, aby nagradzać partnerów, którzy promują Twoje wydarzenie.\",\"dkAPxi\":\"Utwórz webhook\",\"5slqwZ\":\"Utwórz swoje wydarzenie\",\"JQNMrj\":\"Utwórz swoje pierwsze wydarzenie\",\"CCjxOC\":\"Utwórz swoje pierwsze wydarzenie, aby rozpocząć sprzedaż biletów i zarządzanie uczestnikami.\",\"ZCSSd+\":\"Utwórz własne wydarzenie\",\"qdv10s\":[\"Tworzenie \",[\"0\"],\" terminów. To może chwilę potrwać.\"],\"67NsZP\":\"Tworzenie wydarzenia...\",\"H34qcM\":\"Tworzenie organizatora...\",\"1YMS+X\":\"Tworzenie Twojego wydarzenia, proszę czekać\",\"yiy8Jt\":\"Tworzenie Twojego profilu organizatora, proszę czekać\",\"lfLHNz\":\"Etykieta CTA jest wymagana\",\"0xLR6W\":\"Currently assigned\",\"iTvh6I\":\"Obecnie dostępne do zakupu\",\"A42Dqn\":\"Custom branding\",\"Guo0lU\":\"Niestandardowa data i godzina\",\"WDMdn8\":\"Custom questions\",\"O6mra8\":\"Niestandardowe pytania\",\"axv/Mi\":\"Niestandardowy szablon\",\"2YeVGY\":\"Link klienta skopiowany do schowka\",\"QMHSMS\":\"Klient otrzyma e-mail potwierdzający zwrot\",\"NihQNk\":\"Klienci\",\"hINN++\":\"Customize page\",\"7gsjkI\":\"Dostosuj e-maile wysyłane do Twoich klientów za pomocą szablonów Liquid. Te szablony będą używane jako domyślne dla wszystkich wydarzeń w Twojej organizacji.\",\"xJaTUK\":\"Dostosuj układ, kolory i branding strony głównej Twojego wydarzenia.\",\"MXZfGN\":\"Dostosuj pytania zadawane podczas płatności, aby zebrać ważne informacje od Twoich uczestników.\",\"iX6SLo\":\"Dostosuj tekst wyświetlany na przycisku kontynuacji\",\"R8H7yL\":\"Dostosuj tekst pływającego przycisku przewijającego do sekcji biletów\",\"pxNIxa\":\"Dostosuj swój szablon e-mail za pomocą szablonów Liquid\",\"3trPKm\":\"Dostosuj wygląd strony organizatora\",\"U0sC6H\":\"Daily\",\"/gWrVZ\":\"Codzienne przychody, podatki, opłaty i zwroty we wszystkich wydarzeniach\",\"zgCHnE\":\"Codzienny raport sprzedaży\",\"nHm0AI\":\"Codzienna sprzedaż, podział podatków i opłat\",\"1aPnDT\":\"Dance\",\"pvnfJD\":\"Ciemny\",\"MaB9wW\":\"Date Cancellation\",\"e6cAxJ\":\"Date cancelled\",\"81jBnC\":\"Date cancelled successfully\",\"a/C/6R\":\"Date created successfully\",\"IW7Q+u\":\"Date deleted\",\"rngCAz\":\"Date deleted successfully\",\"vHbfoQ\":\"Date reactivated\",\"hvah+S\":\"Date reopened for new sales\",\"Ez0YsD\":\"Date updated successfully\",\"JxwIlL\":\"terminów\",\"Te33mU\":\"Dates are managed per occurrence\",\"91zCxb\":\"Dates with sessions\",\"/ITcnz\":\"day\",\"H7OUPr\":\"Day\",\"JtHrX9\":\"Day of Month\",\"J/Upwb\":\"days\",\"V3VGYb\":\"Dni miesiąca\",\"r6zgGo\":\"December\",\"jbq7j2\":\"Odrzuć\",\"WGD1Al\":\"Zmniejsz\",\"gJY4YL\":\"Zmniejsz ilość\",\"ovBPCi\":\"Domyślny\",\"JtI4vj\":\"Domyślne zbieranie informacji o uczestniku\",\"ULjv90\":\"Default capacity per date\",\"3R/Tu2\":\"Domyślne obsługiwanie opłat\",\"1bZAZA\":\"Zostanie użyty domyślny szablon\",\"3Biswm\":\"Defaults\",\"HNlEFZ\":\"usuń\",\"KpnwJK\":[\"Usunąć \\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Delete \",[\"count\"],\" selected date(s)? Dates with orders will be skipped. This cannot be undone.\"],\"ZDGm40\":\"Usuń konto\",\"vu7gDm\":\"Usuń partnera\",\"KZN4Lc\":\"Usuń wszystko\",\"6EkaOO\":\"Delete Date\",\"io0G93\":\"Usuń wydarzenie\",\"+jw/c1\":\"Usuń obraz\",\"hdyeZ0\":\"Usuń zadanie\",\"xxjZeP\":\"Usuń lokalizację\",\"sY3tIw\":\"Usuń organizatora\",\"UBv8UK\":\"Delete Permanently\",\"dPyJ15\":\"Usuń szablon\",\"IQTR34\":\"Delete this category? Any products in it will also be deleted. This cannot be undone.\",\"/1wMxk\":\"Delete this product? This cannot be undone.\",\"mxsm1o\":\"Usunąć to pytanie? Tej akcji nie można cofnąć.\",\"snMaH4\":\"Usuń webhook\",\"LIZZLY\":[\"Deleted \",[\"0\"],\" date(s)\"],\"loLVyU\":\"Usunięte konto\",\"IlUuGb\":\"Usunięcie konta natychmiast je dezaktywuje: wszystkie opublikowane wydarzenia zostają wycofane, a dostęp zostaje wyłączony. Po 30-dniowym okresie karencji usunięcie staje się trwałe. Możesz anulować w dowolnym momencie w ciągu tych 30 dni.\",\"nMdIuB\":\"Usunięcie dodane do kolejki wykonania\",\"/U002t\":\"Żądanie usunięcia anulowane\",\"PBA62s\":\"Żądania usunięcia\",\"7w0Wev\":\"Description and venue added\",\"vYgeDk\":\"Odznacz wszystko\",\"NvuEhl\":\"Elementy projektu\",\"H8kMHT\":\"Nie otrzymałeś kodu?\",\"G8KNgd\":\"Different location\",\"E/QGRL\":\"Disabled\",\"bzSI52\":\"Discard\",\"0EcUWz\":\"Discard changes?\",\"+K0AvT\":\"Odłącz\",\"cALvbl\":\"Odłącz konto Stripe\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Odrzuć ogłoszenie\",\"nZJ8tu\":\"Dismiss setup checklist\",\"QotGhf\":\"Odrzuć tę wiadomość\",\"J6hrEy\":\"Odrzucone\",\"BREO0S\":\"Wyświetl pole wyboru pozwalające klientom wyrazić zgodę na otrzymywanie komunikacji marketingowej od organizatora wydarzenia.\",\"HtaSQp\":\"Wyświetla liczbę wolnych miejsc dla każdej daty w widżecie biletów. Możesz to zmienić dla poszczególnych dat.\",\"pfa8F0\":\"Nazwa wyświetlana\",\"Kdpf90\":\"Nie zapomnij!\",\"352VU2\":\"Nie masz konta? <0>Zarejestruj się\",\"AXXqG+\":\"Darowizna\",\"DPfwMq\":\"Gotowe\",\"JoPiZ2\":\"Door staff instructions\",\"2+O9st\":\"Pobierz raporty sprzedaży, uczestników i finansowe dla wszystkich zakończonych zamówień.\",\"eneWvv\":\"Wersja robocza\",\"Ts8hhq\":\"Ze względu na wysokie ryzyko spamu, musisz połączyć konto Stripe przed modyfikacją szablonów e-mail. To zapewnia, że wszyscy organizatorzy wydarzeń są zweryfikowani i odpowiedzialni.\",\"TnzbL+\":\"Ze względu na wysokie ryzyko spamu, musisz połączyć konto Stripe, zanim będziesz mógł wysyłać wiadomości do uczestników.\\nMa to na celu zapewnienie, że wszyscy organizatorzy wydarzeń są zweryfikowani i odpowiedzialni.\",\"euc6Ns\":\"Duplikuj\",\"YueC+F\":\"Duplicate Date\",\"KRmTkx\":\"Duplikuj produkt\",\"Jd3ymG\":\"Duration must be at least 1 minute.\",\"KIjvtr\":\"Holenderski\",\"22xieU\":\"np. 180 (3 godziny)\",\"MCx4ov\":\"np. Dowiedz się więcej\",\"/zajIE\":\"e.g. Morning Session\",\"XDHATF\":\"np. Nowa funkcja: listy oczekujących\",\"tAtvUj\":\"np. Planowana konserwacja w tę sobotę od 2:00 do 4:00 UTC\",\"SPKbfM\":\"np. Kup bilety, Zarejestruj się teraz\",\"fc7wGW\":\"np. Ważna aktualizacja dotycząca Twoich biletów\",\"54MPqC\":\"np. Standard, Premium, Enterprise\",\"3RQ81z\":\"Każda osoba otrzyma e-mail z zarezerwowanym miejscem do sfinalizowania zakupu.\",\"Xfsjel\":\"Każdy produkt\",\"5oD9f/\":\"Earlier\",\"LTzmgK\":[\"Edytuj szablon \",[\"0\"]],\"v4+lcZ\":\"Edytuj partnera\",\"ndNHsK\":\"Edytuj ogłoszenie\",\"2iZEz7\":\"Edytuj odpowiedź\",\"t2bbp8\":\"Edytuj uczestnika\",\"etaWtB\":\"Edytuj szczegóły uczestnika\",\"+guao5\":\"Edytuj konfigurację\",\"1Mp/A4\":\"Edit Date\",\"m0ZqOT\":\"Edytuj lokalizację\",\"8oivFT\":\"Edytuj lokalizację\",\"vRWOrM\":\"Edytuj szczegóły zamówienia\",\"pHm0k9\":\"Edytuj harmonogram\",\"fW5sSv\":\"Edytuj webhook\",\"nP7CdQ\":\"Edytuj webhook\",\"MRZxAn\":\"Edited\",\"uBAxNB\":\"Edytor\",\"aqxYLv\":\"Edukacja\",\"iiWXDL\":\"Niepowodzenia kwalifikacji\",\"zPiC+q\":\"Kwalifikujące się listy zameldowań\",\"SiVstt\":\"Email & scheduled messages\",\"V2sk3H\":\"E-mail i szablony\",\"hbwCKE\":\"Adres e-mail skopiowany do schowka\",\"dSyJj6\":\"Adresy e-mail nie pasują\",\"elW7Tn\":\"Treść e-mail\",\"ZsZeV2\":\"E-mail jest wymagany\",\"Be4gD+\":\"Podgląd e-mail\",\"6IwNUc\":\"Szablony e-mail\",\"H/UMUG\":\"Wymagane jest weryfikacja e-mail\",\"PLEl94\":\"Email verified\",\"L86zy2\":\"E-mail zweryfikowany pomyślnie!\",\"FSN4TS\":\"Osadź widget\",\"z9NkYY\":\"Embeddable widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Emoji jest wymagane dla okien modalnych\",\"Qj0GKe\":\"Włącz samoobsługę uczestnika\",\"hEtQsg\":\"Włącz samoobsługę uczestnika domyślnie\",\"Upeg/u\":\"Włącz ten szablon do wysyłania e-maili\",\"7dSOhU\":\"Włącz listę oczekujących\",\"RxzN1M\":\"Włączony\",\"sGjBEq\":\"Data i czas zakończenia (opcjonalne)\",\"PKXt9R\":\"Data zakończenia musi być po dacie rozpoczęcia\",\"vTL8gi\":\"Godzina zakończenia\",\"48Y16Q\":\"Czas zakończenia (opcjonalny)\",\"TbaYrr\":[\"Ended \",[\"0\"]],\"CFgwiw\":[\"Ends \",[\"0\"]],\"SqOIQU\":\"Enter a capacity value or choose unlimited.\",\"h37gRz\":\"Enter a label or choose to remove it.\",\"7YZofi\":\"Wprowadź temat i treść, aby zobaczyć podgląd\",\"khyScF\":\"Enter a time to shift by.\",\"SKx/0u\":\"Wpisz nazwę miejsca lub adres\",\"ppwojw\":\"Podaj nazwę miejsca lub adres dla wydarzeń stacjonarnych\",\"j+eCIq\":\"Wprowadź adres ręcznie\",\"3bR1r4\":\"Wprowadź e-mail partnera (opcjonalne)\",\"ARkzso\":\"Wprowadź nazwę partnera\",\"ej4L8b\":\"Enter capacity\",\"6KnyG0\":\"Wprowadź e-mail\",\"INDKM9\":\"Wprowadź temat e-mail...\",\"xUgUTh\":\"Wprowadź imię\",\"9/1YKL\":\"Wprowadź nazwisko\",\"VpwcSk\":\"Wprowadź nowe hasło\",\"kWg31j\":\"Wprowadź unikalny kod partnera\",\"C3nD/1\":\"Wprowadź swój e-mail\",\"VmXiz4\":\"Wprowadź swój e-mail, a wyślemy Ci instrukcje resetowania hasła.\",\"n9V+ps\":\"Wprowadź swoje imię\",\"IdULhL\":\"Wprowadź swój numer VAT wraz z kodem kraju, bez spacji (np. IE1234567A, DE123456789)\",\"RRlWVA\":\"Całe zamówienie\",\"o21Y+P\":\"entries\",\"X88/6w\":\"Wpisy pojawią się tutaj, gdy klienci dołączą do listy oczekujących na wyprzedane produkty.\",\"LslKhj\":\"Błąd ładowania logów\",\"BkEWfd\":\"Esc to close\",\"VCNHvW\":\"Wydarzenie zarchiwizowane\",\"ZD0XSb\":\"Wydarzenie zostało pomyślnie zarchiwizowane\",\"WgD6rb\":\"Kategoria wydarzenia\",\"b46pt5\":\"Obraz okładki wydarzenia\",\"NAUIJ7\":\"Event created\",\"1b77ID\":\"Wydarzenie utworzone\",\"1Hzev4\":\"Niestandardowy szablon wydarzenia\",\"+v+GW0\":\"Wyświetlanie daty wydarzenia\",\"7u9/DO\":\"Wydarzenie zostało pomyślnie usunięte\",\"imgKgl\":\"Opis wydarzenia\",\"IzR/Fc\":\"Event lifetime\",\"PYs3rP\":\"Nazwa wydarzenia\",\"HhwcTQ\":\"Nazwa wydarzenia\",\"WZZzB6\":\"Nazwa wydarzenia jest wymagana\",\"Wd5CDM\":\"Nazwa wydarzenia powinna mieć mniej niż 150 znaków\",\"4JzCvP\":\"Wydarzenie niedostępne\",\"mImacG\":\"Strona wydarzenia\",\"Hk9Ki/\":\"Wydarzenie zostało pomyślnie przywrócone\",\"JyD0LH\":\"Ustawienia wydarzenia\",\"XVLu2v\":\"Tytuł wydarzenia\",\"OfmsI9\":\"Wydarzenie zbyt nowe\",\"4SILkp\":\"Event totals\",\"YDVUVl\":\"Typy wydarzeń\",\"+HeiVx\":\"Wydarzenie zaktualizowane\",\"19j6uh\":\"Wydajność wydarzeń\",\"PC3/fk\":\"Wydarzenia rozpoczynające się w ciągu następnych 24 godzin\",\"CRsuq4\":\"Co\",\"nwiZdc\":[\"Every \",[\"0\"]],\"B2jjf8\":[\"Every \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Every \",[\"0\"],\" days\"],\"yLiYx+\":[\"Every \",[\"0\"],\" months\"],\"nn9ice\":[\"Every \",[\"0\"],\" weeks\"],\"Cdr8f9\":[\"Every \",[\"0\"],\" weeks on \",[\"1\"]],\"GVEHRk\":[\"Every \",[\"0\"],\" years\"],\"XlRpgq\":[\"Co \",[\"cadenceUnit\"]],\"fTFfOK\":\"Każdy szablon e-mail musi zawierać przycisk wezwania do działania, który prowadzi do odpowiedniej strony\",\"hHTPiT\":\"Everything else — tap to edit\",\"BVinvJ\":\"Przykłady: \\\"Jak się o nas dowiedziałeś?\\\", \\\"Nazwa firmy na fakturze\\\"\",\"2hGPQG\":\"Przykłady: \\\"Rozmiar koszulki\\\", \\\"Preferencje posiłków\\\", \\\"Stanowisko\\\"\",\"qNuTh3\":\"Wyjątek\",\"aW/bzJ\":\"Wykonaj usunięcie\",\"CtAcQ7\":\"Wykonaj usunięcie teraz\",\"xj4fwT\":\"Wykonaj teraz\",\"M1RnFv\":\"Wygasłe\",\"kF8HQ7\":\"Eksportuj odpowiedzi\",\"2KAI4N\":\"Eksportuj CSV\",\"JKfSAv\":\"Eksport nie powiódł się. Spróbuj ponownie.\",\"SVOEsu\":\"Eksport rozpoczęty. Przygotowywanie pliku...\",\"wuyaZh\":\"Eksport pomyślny\",\"9bpUSo\":\"Eksportowanie partnerów\",\"jtrqH9\":\"Eksportowanie uczestników\",\"R4Oqr8\":\"Eksport zakończony. Pobieranie pliku...\",\"UlAK8E\":\"Eksportowanie zamówień\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Nie powiodło się\",\"8uOlgz\":\"Nie powiodło się o\",\"tKcbYd\":\"Nieudane zadania\",\"SsI9v/\":\"Nie udało się porzucić zamówienia. Spróbuj ponownie.\",\"LdPKPR\":\"Nie udało się przypisać konfiguracji\",\"PO0cfn\":\"Failed to cancel date\",\"YUX+f+\":\"Failed to cancel dates\",\"SIHgVQ\":\"Nie udało się anulować wiadomości\",\"cEFg3R\":\"Nie udało się utworzyć partnera\",\"dVgNF1\":\"Nie udało się utworzyć konfiguracji\",\"fAoRRJ\":\"Failed to create schedule\",\"4yLYTb\":\"Nie udało się utworzyć harmonogramu. Spróbuj ponownie.\",\"U66oUa\":\"Nie udało się utworzyć szablonu\",\"+RTkEY\":\"Nie udało się usunąć ogłoszenia\",\"aFk48v\":\"Nie udało się usunąć konfiguracji\",\"n1CYMH\":\"Failed to delete date\",\"KXv+Qn\":\"Failed to delete date. It may have existing orders.\",\"JJ0uRo\":\"Failed to delete dates\",\"rgoBnv\":\"Nie udało się usunąć wydarzenia\",\"Zw6LWb\":\"Nie udało się usunąć zadania\",\"tq0abZ\":\"Nie udało się usunąć zadań\",\"2mkc3c\":\"Nie udało się usunąć organizatora\",\"5E23qd\":\"Failed to delete product. Please try again.\",\"vKMKnu\":\"Nie udało się usunąć pytania\",\"xFj7Yj\":\"Nie udało się usunąć szablonu\",\"jo3Gm6\":\"Nie udało się wyeksportować partnerów\",\"Jjw03p\":\"Nie udało się wyeksportować uczestników\",\"ZPwFnN\":\"Nie udało się wyeksportować zamówień\",\"zGE3CH\":\"Nie udało się wyeksportować raportu. Spróbuj ponownie.\",\"lS9/aZ\":\"Nie udało się załadować odbiorców\",\"X4o0MX\":\"Nie udało się załadować webhooka\",\"ETcU7q\":\"Nie udało się zaoferować miejsca\",\"5670b9\":\"Nie udało się zaoferować biletów\",\"e5KIbI\":\"Failed to reactivate date\",\"7zyx8a\":\"Nie udało się usunąć z listy oczekujących\",\"A/P7PX\":\"Failed to remove override\",\"ogWc1z\":\"Failed to reopen date\",\"0+iwE5\":\"Nie udało się zmienić kolejności pytań\",\"EJPAcd\":\"Nie udało się ponownie wysłać potwierdzenia zamówienia\",\"DjSbj3\":\"Nie udało się ponownie wysłać biletu\",\"YQ3QSS\":\"Nie udało się ponownie wysłać kodu weryfikacyjnego\",\"wDioLj\":\"Nie udało się ponowić zadania\",\"DKYTWG\":\"Nie udało się ponowić zadań\",\"WRREqF\":\"Failed to save override\",\"sj/eZA\":\"Failed to save price override\",\"780n8A\":\"Failed to save product settings\",\"zTkTF3\":\"Nie udało się zapisać szablonu\",\"l6acRV\":\"Nie udało się zapisać ustawień VAT. Spróbuj ponownie.\",\"T6B2gk\":\"Nie udało się wysłać wiadomości. Spróbuj ponownie.\",\"lKh069\":\"Nie udało się rozpocząć zadania eksportu\",\"t/KVOk\":\"Nie udało się rozpocząć personifikacji. Spróbuj ponownie.\",\"QXgjH0\":\"Nie udało się zatrzymać personifikacji. Spróbuj ponownie.\",\"i0QKrm\":\"Nie udało się zaktualizować partnera\",\"NNc33d\":\"Nie udało się zaktualizować odpowiedzi.\",\"E9jY+o\":\"Nie udało się zaktualizować uczestnika\",\"uQynyf\":\"Nie udało się zaktualizować konfiguracji\",\"i2PFQJ\":\"Nie udało się zaktualizować statusu wydarzenia\",\"EhlbcI\":\"Nie udało się zaktualizować poziomu wiadomości\",\"rpGMzC\":\"Nie udało się zaktualizować zamówienia\",\"T2aCOV\":\"Nie udało się zaktualizować statusu organizatora\",\"Eeo/Gy\":\"Nie udało się zaktualizować ustawienia\",\"kqA9lY\":\"Nie udało się zaktualizować ustawień VAT\",\"nkNfWu\":\"Nie udało się przesłać obrazu. Spróbuj ponownie.\",\"rxy0tG\":\"Nie udało się zweryfikować adresu e-mail\",\"QRUpCk\":\"Family\",\"5LO38w\":\"Fast payouts to your bank\",\"4lgLew\":\"February\",\"9bHCo2\":\"Waluta opłaty\",\"/sV91a\":\"Obsługa opłat\",\"K4dKSP\":\"Fee override saved\",\"LyUWXA\":\"Opłaty ominięte\",\"cf35MA\":\"Festiwal\",\"pAey+4\":\"Plik jest zbyt duży. Maksymalny rozmiar to 5 MB.\",\"VejKUM\":\"Najpierw wypełnij swoje dane powyżej\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filter attendees\",\"8OvVZZ\":\"Filtruj uczestników\",\"N/H3++\":\"Filter by date\",\"mvrlBO\":\"Filtruj według wydarzenia\",\"g+xRXP\":\"Finish setting up Stripe\",\"LHH461\":\"Finish setup\",\"syyeb9\":\"First\",\"Vj6wk9\":\"First 30 days\",\"/bpZYb\":\"First 7 days\",\"ziEnjY\":\"First 90 days\",\"1vBhpG\":\"Pierwszy uczestnik\",\"4pwejF\":\"Imię jest wymagane\",\"rVogsf\":\"Napraw problemy, aby opublikować\",\"3lkYdQ\":\"Fixed fee\",\"6bBh3/\":\"Opłata stała\",\"zWqUyJ\":\"Stała opłata pobierana za transakcję\",\"LWL3Bs\":\"Opłata stała musi wynosić 0 lub więcej\",\"0RI8m4\":\"Flash off\",\"q0923e\":\"Flash on\",\"X+U6/w\":\"Rodzina czcionek\",\"lWxAUo\":\"Jedzenie i napoje\",\"nFm+5u\":\"Tekst stopki\",\"sQv06Y\":\"przez\",\"NTzcRQ\":\"Przez określoną liczbę terminów\",\"a8nooQ\":\"Fourth\",\"xVhQZV\":\"Fri\",\"39y5bn\":\"Piątek\",\"ejVYRQ\":\"Od\",\"hGDVDa\":[\"Od \",[\"0\"]],\"+dBe1R\":[\"From \",[\"start\"]],\"1dv+MO\":[\"od \",[\"start\"],\" do \",[\"end\"]],\"l82hjf\":[\"od \",[\"start\"],\", przez \",[\"count\"],\" terminów\"],\"f5UbZ0\":\"Full data ownership\",\"cfvx/y\":\"Full event\",\"MY2SVM\":\"Pełny zwrot\",\"PGQLdy\":\"future\",\"8N/j1s\":\"Future dates only\",\"yRx/6K\":\"Future dates will be copied with capacity reset to zero\",\"T02gNN\":\"Wstęp ogólny\",\"3ep0Gx\":\"Ogólne informacje o organizatorze\",\"ziAjHi\":\"Generuj\",\"exy8uo\":\"Generuj kod\",\"4CETZY\":\"Uzyskaj wskazówki\",\"pjkEcB\":\"Get Paid\",\"lGYzP6\":\"Get paid with Stripe\",\"ZDIydz\":\"Zacznij\",\"u6FPxT\":\"Zdobądź bilety\",\"2ohvu7\":\"Tekst przycisku Zdobądź bilety\",\"8KDgYV\":\"Przygotuj swoje wydarzenie\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Wróć\",\"sr0UJD\":\"Go Back\",\"oNL5vN\":\"Przejdź do strony wydarzenia\",\"gHSuV/\":\"Przejdź do strony głównej\",\"8+Cj55\":\"Go to Schedule\",\"6nDzTl\":\"Dobra czytelność\",\"76gPWk\":\"Rozumiem\",\"CZXzs4\":\"Grecki\",\"aGWZUr\":\"Przychód brutto\",\"n8IUs7\":\"Przychód brutto\",\"O1wAlQ\":\"Guest\",\"LIYoRQ\":\"Zarządzanie gośćmi\",\"NUsTc4\":\"Happening now\",\"S2Y4aO\":\"Trwałe usunięcie\",\"kTSQej\":[\"Cześć \",[\"0\"],\", zarządzaj swoją platformą stąd.\"],\"URTkcd\":\"Pomóż nam się rozwijać, mówiąc nam, dlaczego odchodzisz\",\"dORAcs\":\"Oto wszystkie bilety powiązane z Twoim adresem e-mail.\",\"g+2103\":\"Oto Twój link partnerski\",\"bVsnqU\":\"Hi,\",\"/iE8xx\":\"Opłata Hi.Events\",\"zppscQ\":\"Opłaty platformy Hi.Events i podział VAT według transakcji\",\"D+zLDD\":\"Ukryty\",\"cZO505\":[\"Hidden — sales ended \",[\"end\"],\".\"],\"DRErHC\":\"Ukryte przed uczestnikami - widoczne tylko dla organizatorów\",\"9zfvsx\":\"Hidden from everyone\",\"nMfkJW\":\"Hidden from everyone — the master hide switch is on.\",\"NNnsM0\":\"Ukryj opcje zaawansowane\",\"P+5Pbo\":\"Ukryj odpowiedzi\",\"VMlRqi\":\"Hide details\",\"NQgWuh\":\"Ukryj podgląd\",\"uXNYjR\":\"Ukryj wyprzedane daty i godziny\",\"g9RcYX\":\"Ukryj datę\",\"uMwTx7\":\"Ukryć tę kategorię?\",\"LLt2UT\":\"Hides sold out\",\"gtEbeW\":\"Wyróżnij\",\"NF8sdv\":\"Wiadomość wyróżniająca\",\"MXSqmS\":\"Wyróżnij ten produkt\",\"7ER2sc\":\"Wyróżniony\",\"sq7vjE\":\"Wyróżnione produkty będą miały inny kolor tła, aby wyróżnić się na stronie wydarzenia.\",\"1+WSY1\":\"Hobbies\",\"yY8wAv\":\"Hours\",\"49Tkiw\":\"Jak stosowany jest rabat?\",\"sy9anN\":\"Jak długo klient ma na sfinalizowanie zakupu po otrzymaniu oferty. Pozostaw puste, aby nie było limitu czasu.\",\"cceMns\":\"How VAT is applied to the platform fees we charge you.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Węgierski\",\"8Wgd41\":\"Potwierdzam moje obowiązki jako administrator danych\",\"O8m7VA\":\"Zgadzam się na otrzymywanie powiadomień e-mail związanych z tym wydarzeniem\",\"YLgdk5\":\"Potwierdzam, że jest to wiadomość transakcyjna związana z tym wydarzeniem\",\"4/kP5a\":\"Jeśli nowa karta nie otworzyła się automatycznie, kliknij przycisk poniżej, aby kontynuować płatność.\",\"W/eN+G\":\"Jeśli puste, adres zostanie użyty do wygenerowania linku Google Maps\",\"CY3yHL\":\"Jeśli zaznaczone, ta kategoria będzie ukryta przed publicznością.\",\"iIEaNB\":\"Jeśli masz konto u nas, otrzymasz e-mail z instrukcjami dotyczącymi resetowania hasła.\",\"an5hVd\":\"Obrazy\",\"tSVr6t\":\"Podszywaj się\",\"TWXU0c\":\"Podszywaj się pod użytkownika\",\"5LAZwq\":\"Podszywanie się rozpoczęte\",\"IMwcdR\":\"Podszywanie się zatrzymane\",\"0I0Hac\":\"Ważne ogłoszenie\",\"yD3avI\":\"Ważne: Zmiana adresu e-mail zaktualizuje link do dostępu do tego zamówienia. Po zapisaniu zostaniesz przekierowany do nowego linku zamówienia.\",\"jT142F\":[\"Za \",[\"diffHours\"],\" godzin\"],\"OoSyqO\":[\"Za \",[\"diffMinutes\"],\" minut\"],\"PdMhEx\":[\"in last \",[\"0\"],\" min\"],\"u7r0G5\":\"In person — set a venue\",\"/LCAwL\":\"W trakcie\",\"5gTmFD\":\"z opłatami\",\"laL+R0\":\"z opłatami i podatkiem\",\"cXeh90\":\"z podatkiem\",\"pxFAp/\":\"Zwiększ\",\"nQMUIO\":\"Zwiększ ilość\",\"F1Xp97\":\"Pojedynczy uczestnicy\",\"85e6zs\":\"Wstaw token Liquid\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Instant Stripe payouts\",\"nbfdhU\":\"Integracje\",\"I8eJ6/\":\"Internal notes on the attendee's ticket\",\"B2Tpo0\":\"Nieprawidłowy e-mail\",\"5tT0+u\":\"Nieprawidłowy format e-maila\",\"f9WRpE\":\"Nieprawidłowy typ pliku. Prześlij obraz.\",\"tnL+GP\":\"Nieprawidłowa składnia Liquid. Popraw ją i spróbuj ponownie.\",\"N9JsFT\":\"Nieprawidłowy format numeru VAT\",\"g+lLS9\":\"Zaproś członka zespołu\",\"1z26sk\":\"Zaproś członka zespołu\",\"KR0679\":\"Zaproś członków zespołu\",\"aH6ZIb\":\"Zaproś swój zespół\",\"Dn4OyV\":\"Zaproszony\",\"IuMGvq\":\"Faktura\",\"a/bUcL\":\"It happens on more than one date\",\"d+Oe9r\":\"It may have been unpublished or removed. Please check the link and try again.\",\"Lj7sBL\":\"Włoski\",\"F5/CBH\":\"przedmiot(y)\",\"BzfzPK\":\"Przedmioty\",\"rjyWPb\":\"January\",\"KmWyx0\":\"Zadanie\",\"o5r6b2\":\"Zadanie usunięte\",\"cd0jIM\":\"Szczegóły zadania\",\"ruJO57\":\"Nazwa zadania\",\"YZi+Hu\":\"Zadanie w kolejce do ponowienia\",\"nCywLA\":\"Dołącz z dowolnego miejsca\",\"SNzppu\":\"Dołącz do listy oczekujących\",\"dLouFI\":[\"Dołącz do listy oczekujących na \",[\"productDisplayName\"]],\"2gMuHR\":\"Dołączono\",\"u4ex5r\":\"July\",\"zeEQd/\":\"June\",\"MxjCqk\":\"Szukasz tylko swoich biletów?\",\"xOTzt5\":\"just now\",\"0RihU9\":\"Just wrapped\",\"Brhs/U\":\"Zachowaj połączenie\",\"4OjqAQ\":\"Keep editing\",\"lwO5vw\":[\"Pisz zwięźle — banery pokazują jedną linię. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Informuj mnie o nowościach i wydarzeniach od \",[\"0\"]],\"ioFA9i\":\"Keep the profit.\",\"C/pOUI\":\"Etykieta — np. Sesja poranna\",\"o66QSP\":\"label updates\",\"RtKKbA\":\"Last\",\"DruLRc\":\"Ostatnie 14 dni\",\"ve9JTU\":\"Nazwisko jest wymagane\",\"h0Q9Iw\":\"Ostatnia odpowiedź\",\"gw3Ur5\":\"Ostatnio uruchomiony\",\"FIq1Ba\":\"Later\",\"xvnLMP\":\"Latest check-ins\",\"GGFOZD\":\"Pozostaw „Od” jako dziś, aby zacząć od razu.\",\"N5TErv\":\"Leave empty for unlimited\",\"L/hDDD\":\"Leave empty to apply this check-in list to all occurrences\",\"9Pf3wk\":\"Leave on to cover every ticket on the event. Turn off to pick specific tickets.\",\"Hq2BzX\":\"Let them know about the change\",\"+uexiy\":\"Let them know about the changes\",\"exYcTF\":\"Library\",\"1njn7W\":\"Jasny\",\"1qY5Ue\":\"Link wygasł lub jest nieprawidłowy\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Linki dozwolone\",\"2BBAbc\":\"List\",\"dF6vP6\":\"Na żywo\",\"fpMs2Z\":\"NA ŻYWO\",\"D9zTjx\":\"Wydarzenia na żywo\",\"a37vfH\":\"Live preview\",\"C33p4q\":\"Loaded dates\",\"WdmJIX\":\"Ładowanie podglądu...\",\"IoDI2o\":\"Ładowanie tokenów...\",\"G3Ge9Z\":\"Ładowanie logów webhook...\",\"NFxlHW\":\"Ładowanie webhooków\",\"E0DoRM\":\"Lokalizacja usunięta\",\"7w8lJU\":\"Lokalizacja zapisana\",\"YsRXDD\":\"Lokalizacja zaktualizowana\",\"A/kIva\":\"location updates\",\"iyZPPR\":\"lokalizacji\",\"VppBoU\":\"Lokalizacje\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo i okładka\",\"gddQe0\":\"Logo i obraz okładki dla Twojego organizatora\",\"TBEnp1\":\"Logo będzie wyświetlane w nagłówku\",\"Jzu30R\":\"Logo będzie wyświetlane na bilecie\",\"PSRm6/\":\"Znajdź moje bilety\",\"yJFu/X\":\"Biuro główne\",\"v5nFPh\":\"Make it visible so people can buy tickets\",\"cdY2at\":[\"Manage \",[\"0\"]],\"wZJfA8\":\"Manage dates and times for your recurring event\",\"RlzPUE\":\"Manage on Stripe\",\"sjoDuh\":\"Manage schedule\",\"6NXJRK\":\"Manage Schedule\",\"zXuaxY\":\"Zarządzaj listą oczekujących wydarzenia, przeglądaj statystyki i oferuj bilety uczestnikom.\",\"g2npA5\":\"Oferta ręczna\",\"hg6l4j\":\"March\",\"pqRBOz\":\"Mark as validated (admin override)\",\"2L3vle\":\"Maks wiadomości / 24h\",\"Qp4HWD\":\"Maks odbiorców / wiadomość\",\"7qu2YV\":[\"Maksymalnie \",[\"cap\"],\" na zamówienie\"],\"3JzsDb\":\"May\",\"agPptk\":\"Średni\",\"xDAtGP\":\"Wiadomość\",\"bECJqy\":\"Wiadomość zatwierdzona pomyślnie\",\"1jRD0v\":\"Wyślij wiadomość do uczestników z konkretnymi biletami\",\"uQLXbS\":\"Wiadomość anulowana\",\"48rf3i\":\"Wiadomość nie może przekraczać 5000 znaków\",\"ZPj0Q8\":\"Szczegóły wiadomości\",\"Vjat/X\":\"Wiadomość jest wymagana\",\"0/yJtP\":\"Wyślij wiadomość do właścicieli zamówień z konkretnymi produktami\",\"saG4At\":\"Wiadomość zaplanowana\",\"mFdA+i\":\"Poziom wiadomości\",\"v7xKtM\":\"Poziom wiadomości zaktualizowany pomyślnie\",\"/VRn+9\":[\"Min \",[\"min\"],\" per order\"],\"H9HlDe\":\"minut\",\"agRWc1\":\"Minutes\",\"FfPWR0\":\"Okno modalne\",\"zz/Wd/\":\"Mode\",\"fpMgHS\":\"Mon\",\"hty0d5\":\"Poniedziałek\",\"JbIgPz\":\"Wartości pieniężne są przybliżonymi sumami we wszystkich walutach\",\"qvF+MT\":\"Monitoruj i zarządzaj nieudanymi zadaniami w tle\",\"kY2ll9\":\"month\",\"HajiZl\":\"Miesiąc\",\"+8Nek/\":\"Monthly\",\"6jefe3\":\"months\",\"f8jrkd\":\"more\",\"JcD7qf\":\"More actions\",\"w36OkR\":\"Najczęściej oglądane wydarzenia (ostatnie 14 dni)\",\"+Y/na7\":\"Move all dates earlier or later\",\"3DIpY0\":\"Multiple locations\",\"g9cQCP\":\"Multiple ticket types\",\"GfaxEk\":\"Muzyka\",\"oVGCGh\":\"Moje bilety\",\"8/brI5\":\"Nazwa jest wymagana\",\"sFFArG\":\"Nazwa musi mieć mniej niż 255 znaków\",\"Bst+aq\":\"Chcesz zmienić konto Stripe? Odłącz to konto.\",\"xxU3NX\":\"Dochód netto\",\"7I8LlL\":\"New capacity\",\"n1GRql\":\"New label\",\"y0Fcpd\":\"Nowa lokalizacja\",\"ArHT/C\":\"Nowe rejestracje\",\"uK7xWf\":\"New time:\",\"g8JmSC\":\"Następny miesiąc\",\"veT5Br\":\"Next occurrence\",\"WXtl5X\":[\"Next: \",[\"nextFormatted\"]],\"eWRECP\":\"Życie nocne\",\"HSw5l3\":\"Nie - jestem osobą prywatną lub firmą niezarejestrowaną na VAT\",\"VHfLAW\":\"Brak kont\",\"+jIeoh\":\"Nie znaleziono kont\",\"074+X8\":\"Brak aktywnych webhooków\",\"zxnup4\":\"Brak partnerów do wyświetlenia\",\"hUHrkV\":\"Brak ogłoszeń\",\"Dwf4dR\":\"Brak pytań dla uczestników jeszcze\",\"th7rdT\":\"No attendees to show\",\"PKySlW\":\"No attendees yet for this date.\",\"/UC6qk\":\"Nie znaleziono danych atrybucji\",\"E2vYsO\":\"No capabilities reported by Stripe yet.\",\"amMkpL\":\"Brak miejsc\",\"d2Jf1f\":\"No change\",\"99ntUF\":\"Brak dostępnych list zameldowań dla tego wydarzenia.\",\"wG+knX\":\"No check-ins yet\",\"+dAKxg\":\"Nie znaleziono konfiguracji\",\"LiLk8u\":\"No connections available\",\"eb47T5\":\"Nie znaleziono danych dla wybranych filtrów. Spróbuj dostosować zakres dat lub walutę.\",\"Zc216S\":\"No date added\",\"I8mtzP\":\"No dates available this month. Try navigating to another month.\",\"yDukIL\":\"No dates match the current filters.\",\"B7phdj\":\"No dates match your filters\",\"/ZB4Um\":\"No dates match your search\",\"OtJSnL\":\"Brak zaplanowanych terminów\",\"gEdNe8\":\"No dates scheduled yet\",\"w+wkcC\":\"Nie znaleziono żądań usunięcia\",\"pZNOT9\":\"Brak daty zakończenia\",\"dW40Uz\":\"Nie znaleziono wydarzeń\",\"8pQ3NJ\":\"Brak wydarzeń rozpoczynających się w ciągu następnych 24 godzin\",\"8zCZQf\":\"Brak wydarzeń jeszcze\",\"Yc5YW6\":\"Brak nieudanych zadań\",\"EpvBAp\":\"Brak faktury\",\"N+9Onb\":\"No limits\",\"XZkeaI\":\"Nie znaleziono logów\",\"IcAC6J\":\"Brak pasujących czcionek\",\"nrSs2u\":\"Nie znaleziono wiadomości\",\"Rj99yx\":\"No occurrences available\",\"IFU1IG\":\"No occurrences on this date\",\"OVFwlg\":\"Brak pytań dotyczących zamówienia jeszcze\",\"EJ7bVz\":\"Nie znaleziono zamówień\",\"NEmyqy\":\"Brak zamówień jeszcze\",\"a77B6w\":\"No orders yet for this date.\",\"wUv5xQ\":\"Brak aktywności organizatora w ciągu ostatnich 14 dni\",\"vLd1tV\":\"No organizer context available.\",\"B7w4KY\":\"Brak innych dostępnych organizatorów\",\"PChXMe\":\"Brak opłaconych zamówień\",\"6jYQGG\":\"Brak przeszłych wydarzeń\",\"CHzaTD\":\"Brak popularnych wydarzeń w ciągu ostatnich 14 dni\",\"zK/+ef\":\"Brak produktów dostępnych do wyboru\",\"M1/lXs\":\"No products configured for this event.\",\"kY7XDn\":\"Żadne produkty nie mają wpisów na liście oczekujących\",\"8mw4tm\":\"Komunikat o braku produktów\",\"wYiAtV\":\"Brak ostatnich rejestracji kont\",\"UW90md\":\"Nie znaleziono odbiorców\",\"QoAi8D\":\"Brak odpowiedzi\",\"JeO7SI\":\"Brak odpowiedzi\",\"EK/G11\":\"Brak odpowiedzi jeszcze\",\"AxPAXW\":\"Nie znaleziono wyników\",\"59OWd3\":\"Brak zapisanych lokalizacji\",\"mPdY6W\":\"Brak sugestii\",\"3sRuiW\":\"Nie znaleziono biletów\",\"debCrL\":\"Brak biletów do sprzedaży\",\"k2C0ZR\":\"No upcoming dates\",\"yM5c0q\":\"Brak nadchodzących wydarzeń\",\"qpC74J\":\"Nie znaleziono użytkowników\",\"8wgkoi\":\"Brak oglądanych wydarzeń w ciągu ostatnich 14 dni\",\"Arzxc1\":\"Brak wpisów na liście oczekujących\",\"n5vdm2\":\"Żadne zdarzenia webhook nie zostały jeszcze zarejestrowane dla tego punktu końcowego. Zdarzenia pojawią się tutaj po ich wywołaniu.\",\"4GhX3c\":\"Brak webhooków\",\"4+am6b\":\"Nie, zostaw mnie tutaj\",\"4JVMUi\":\"non-edited\",\"ACaDVQ\":\"None yet\",\"Itw24Q\":\"Not checked in\",\"x5+Lcz\":\"Nie zameldowany\",\"8n10sz\":\"Nie kwalifikuje się\",\"kLvU3F\":\"Notify attendees and stop sales\",\"t9QlBd\":\"November\",\"kAREMN\":\"Number of dates to create\",\"6u1B3O\":\"Occurrence\",\"mmoE62\":\"Occurrence Cancelled\",\"V9flmL\":\"Occurrence Schedule\",\"Kh3WO8\":\"Occurrence Summary\",\"byXCTu\":\"Occurrences\",\"KATw3p\":\"Occurrences (future only)\",\"85rTR2\":\"Occurrences can be configured after creation\",\"dzQfDY\":\"October\",\"BwJKBw\":\"z\",\"GQnX9d\":\"każdego miesiąca\",\"az8lvo\":\"Off\",\"9h7RDh\":\"Oferta\",\"EfK2O6\":\"Zaoferuj miejsce\",\"3sVRey\":\"Zaoferuj bilety\",\"2O7Ybb\":\"Limit czasu oferty\",\"1jUg5D\":\"Zaoferowano\",\"l+/HS6\":[\"Oferty wygasają po \",[\"timeoutHours\"],\" godzinach.\"],\"6Aih4U\":\"Offline\",\"Fdp03t\":\"w\",\"Z5HWHd\":\"On\",\"TH5A28\":[\"w \",[\"dayList\"]],\"qiMtVT\":[[\"day\"],\" \",[\"month\"]],\"nO3VbP\":[\"W sprzedaży \",[\"0\"]],\"pPAGSK\":[\"w \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"On the event page\",\"H7stQC\":\"Na liście oczekujących\",\"oXOSPE\":\"Online\",\"aqmy5k\":\"Online — provide connection details\",\"LuZBbx\":\"Online & in-person\",\"IXuOqt\":\"Online & in-person — see schedule\",\"WjSpu5\":\"Wydarzenie online\",\"wCRLS9\":[\"Dostępne tylko \",[\"cap\"]],\"scPxI/\":[\"Zostało tylko \",[\"capacity\"]],\"Gk0+G6\":\"Only a name is required — everything else has sensible defaults\",\"NdOxqr\":\"Tylko administratorzy konta mogą usuwać lub archiwizować wydarzenia. Skontaktuj się z administratorem swojego konta w celu uzyskania pomocy.\",\"rnoDMF\":\"Tylko administratorzy konta mogą usuwać lub archiwizować organizatorów. Skontaktuj się z administratorem swojego konta w celu uzyskania pomocy.\",\"tnx0u1\":\"Only available as an add-on\",\"z4JBd7\":\"Tylko opublikowane ogłoszenia są wyświetlane użytkownikom\",\"bU7oUm\":\"Wysyłaj tylko do zamówień z tymi statusami\",\"wkpaqp\":\"Pokaż tylko datę i godzinę rozpoczęcia\",\"chktt5\":\"Only shown as an add-on to the products it's attached to\",\"Y4HHYW\":\"Only shown as an add-on to the products it's attached to.\",\"Z82In9\":\"Tylko właściciel konta może zażądać usunięcia konta.\",\"DMk8F0\":\"Only tickets count toward capacity\",\"+/Z3yr\":\"Only visible to buyers with an applicable promo code.\",\"M2w1ni\":\"Widoczne tylko z kodem promocyjnym\",\"y8Bm7C\":\"Open check-in\",\"RLz7P+\":\"Open occurrence\",\"iMqrOb\":\"Opcjonalne wezwanie do działania\",\"cDSdPb\":\"Opcjonalna nazwa wyświetlana w listach wyboru, np. \\\"Sala konferencyjna\\\"\",\"HXMJxH\":\"Opcjonalny tekst dla zastrzeżeń, informacji kontaktowych lub notek z podziękowaniami (tylko jedna linia)\",\"L565X2\":\"opcje\",\"8m9emP\":\"or add a single date\",\"eBskDE\":\"Lub włącz płatności offline i wyłącz Stripe\",\"dSeVIm\":\"order\",\"c/TIyD\":\"Zamówienie i bilet\",\"H5qWhm\":\"Zamówienie anulowane\",\"b6+Y+n\":\"Zamówienie zakończone\",\"x4MLWE\":\"Potwierdzenie zamówienia\",\"CsTTH0\":\"Potwierdzenie zamówienia zostało pomyślnie wysłane ponownie\",\"ppuQR4\":\"Zamówienie utworzone\",\"xtQzag\":\"Order details\",\"vrSW9M\":\"Zamówienie zostało anulowane i zwrócone. Właściciel zamówienia został powiadomiony.\",\"rzw+wS\":\"Posiadacze zamówień\",\"oI/hGR\":\"ID zamówienia\",\"m8vQEP\":\"Order limits\",\"vu6Arl\":\"Zamówienie oznaczone jako opłacone\",\"sLbJQz\":\"Zamówienie nie znalezione\",\"kvYpYu\":\"Zamówienie nie znalezione\",\"eJ8SvM\":\"Order number, purchase date, purchaser email\",\"FaPYw+\":\"Właściciel zamówienia\",\"eB5vce\":\"Właściciele zamówień z konkretnym produktem\",\"CxLoxM\":\"Właściciele zamówień z produktami\",\"UkHo4c\":\"Ref zamówienia\",\"EZy55F\":\"Zamówienie zwrócone\",\"6eSHqs\":\"Statusy zamówień\",\"oW5877\":\"Suma zamówienia\",\"e7eZuA\":\"Zamówienie zaktualizowane\",\"1SQRYo\":\"Zamówienie zostało pomyślnie zaktualizowane\",\"3NT0Ck\":\"Zamówienie zostało anulowane\",\"V5khLm\":\"orders\",\"sd5IMt\":\"Zamówienia zakończone\",\"5It1cQ\":\"Zamówienia wyeksportowane\",\"UQ0ACV\":\"Suma zamówień\",\"B/EBQv\":\"Zamówienia:\",\"qtGTNu\":\"Konta organiczne\",\"P/JHA4\":\"Organizator został pomyślnie zarchiwizowany\",\"S3CZ5M\":\"Panel organizatora\",\"GzjTd0\":\"Organizator został pomyślnie usunięty\",\"SQqJd8\":\"Organizator nie znaleziony\",\"HF8Bxa\":\"Organizator został pomyślnie przywrócony\",\"wpj63n\":\"Ustawienia organizatora\",\"o1my93\":\"Aktualizacja statusu organizatora nie powiodła się. Spróbuj ponownie później\",\"rLHma1\":\"Status organizatora zaktualizowany\",\"LqBITi\":\"Zostanie użyty szablon organizatora/domyślny\",\"q4zH+l\":\"Organizers\",\"/IX/7x\":\"Inne\",\"RsiDDQ\":\"Inne listy (bilet nie włączony)\",\"EufvBx\":\"Wynik\",\"aDfajK\":\"Outdoors\",\"qMASRF\":\"Wiadomości wychodzące\",\"iCOVQO\":\"Override\",\"GpFTEc\":\"Override fees on this organizer\",\"M9ZhMP\":\"Override price\",\"cnVIpl\":\"Override removed\",\"6/dCYd\":\"Przegląd\",\"6WdDG7\":\"Strona\",\"8uqsE5\":\"Strona nie jest już dostępna\",\"QkLf4H\":\"URL strony\",\"sF+Xp9\":\"Wyświetlenia strony\",\"v4nCHK\":\"Paid\",\"c+suC6\":\"Opłacone konta\",\"5F7SYw\":\"Częściowy zwrot\",\"fFYotW\":[\"Częściowo zwrócony: \",[\"0\"]],\"i8day5\":\"Przekaż opłatę kupującemu\",\"k4FLBQ\":\"Przekaż kupującemu\",\"Ff0Dor\":\"Przeszłe\",\"BFjW8X\":\"Past due\",\"xTPjSy\":\"Przeszłe wydarzenia\",\"/l/ckQ\":\"Wklej URL\",\"URAE3q\":\"Wstrzymany\",\"4fL/V7\":\"Zapłać\",\"W5l9HD\":\"Zapłać, ile chcesz\",\"c2/9VE\":\"Ładunek\",\"5cxUwd\":\"Data płatności\",\"ENEPLY\":\"Metoda płatności\",\"8Lx2X7\":\"Płatność otrzymana\",\"fx8BTd\":\"Płatności niedostępne\",\"C+ylwF\":\"Payouts\",\"UbRKMZ\":\"Oczekujące\",\"UkM20g\":\"Oczekuje na recenzję\",\"dPYu1F\":\"Na uczestnika\",\"mQV/nJ\":\"per min\",\"+kvxv+\":\"na zamówienie\",\"VlXNyK\":\"Na zamówienie\",\"NhuGd7\":\"na produkt\",\"hauDFf\":\"Na bilet\",\"mnF83a\":\"Opłata procentowa\",\"TNLuRD\":\"Percentage fee (%)\",\"MixU2P\":\"Procent musi wynosić od 0 do 100\",\"MkuVAZ\":\"Procent kwoty transakcji\",\"/Bh+7r\":\"Wydajność\",\"/4mGVp\":\"Trwale usuń to konto\",\"dGdKgQ\":\"Trwale usuń to konto i jego dane.\",\"fIp56F\":\"Trwale usuń to wydarzenie i wszystkie powiązane dane.\",\"nJeeX7\":\"Trwale usuń tego organizatora i wszystkie jego wydarzenia.\",\"wfCTgK\":\"Permanently remove this date\",\"6kPk3+\":\"Informacje osobiste\",\"zmwvG2\":\"Telefon\",\"tSR/oe\":\"Pick an end date\",\"e8kzpp\":\"Pick at least one day of the month\",\"35C8QZ\":\"Pick at least one day of the week\",\"kJmAsd\":\"Wybierz dni, aby zobaczyć terminy.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Placed\",\"wBJR8i\":\"Planujesz wydarzenie?\",\"J3lhKT\":\"Opłata platformy\",\"RD51+P\":[\"Opłata platformy \",[\"0\"],\" odjęta od Twojej wypłaty\"],\"br3Y/y\":\"Opłaty platformy\",\"3buiaw\":\"Raport opłat platformy\",\"kv9dM4\":\"Przychody platformy\",\"PJ3Ykr\":\"Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions.\",\"OtjenF\":\"Proszę podać prawidłowy adres e-mail\",\"jEw0Mr\":\"Wprowadź prawidłowy URL\",\"n8+Ng/\":\"Wprowadź 5-cyfrowy kod\",\"r+lQXT\":\"Wprowadź swój numer VAT\",\"Dvq0wf\":\"Podaj obraz.\",\"2cUopP\":\"Uruchom ponownie proces płatności.\",\"GoXxOA\":\"Please select a date and time\",\"8KmsFa\":\"Wybierz zakres dat\",\"EFq6EG\":\"Wybierz obraz.\",\"fuwKpE\":\"Spróbuj ponownie.\",\"klWBeI\":\"Poczekaj przed żądaniem innego kodu\",\"hfHhaa\":\"Poczekaj, przygotowujemy Twoich partnerów do eksportu...\",\"o+tJN/\":\"Poczekaj, przygotowujemy Twoich uczestników do eksportu...\",\"+5Mlle\":\"Poczekaj, przygotowujemy Twoje zamówienia do eksportu...\",\"trnWaw\":\"Polski\",\"luHAJY\":\"Popularne wydarzenia (ostatnie 14 dni)\",\"p/78dY\":\"Position\",\"OESu7I\":\"Zapobiegaj nadmiernej sprzedaży, dzieląc zapasy między wieloma typami biletów.\",\"NgVUL2\":\"Podgląd formularza płatności\",\"cs5muu\":\"Podgląd strony wydarzenia\",\"1xwZj/\":\"Poprzedni miesiąc\",\"Jm2AC3\":\"Price Tier\",\"a5jvSX\":\"Poziomy cenowe\",\"aHCEmh\":\"Pricing\",\"ReihZ7\":\"Podgląd wydruku\",\"JnuPvH\":\"Drukuj bilet\",\"tYF4Zq\":\"Drukuj do PDF\",\"LcET2C\":\"Polityka prywatności\",\"8z6Y5D\":\"Przetwórz zwrot\",\"JcejNJ\":\"Przetwarzanie zamówienia\",\"EWCLpZ\":\"Produkt utworzony\",\"XkFYVB\":\"Produkt usunięty\",\"YMwcbR\":\"Sprzedaż produktów, przychody i podział podatków\",\"ls0mTC\":\"Product settings cannot be edited for cancelled dates.\",\"2339ej\":\"Product settings saved successfully\",\"ldVIlB\":\"Produkt zaktualizowany\",\"CP3D8G\":\"Progress\",\"JoKGiJ\":\"Kod promocyjny\",\"dIodJL\":\"Promo code required\",\"k3wH7i\":\"Użycie kodu promocyjnego i podział rabatów\",\"tZqL0q\":\"promo codes\",\"oCHiz3\":\"Promo codes\",\"uEhdRh\":\"Tylko promocyjne\",\"dLm8V5\":\"E-maile promocyjne mogą skutkować zawieszeniem konta\",\"W0ETyY\":\"Podaj co najmniej jedno pole adresu (miejsce, ulica, miasto lub kraj).\",\"2W/7Gz\":\"Provide the following before Stripe's next review to keep payouts flowing.\",\"7d1a0d\":\"Public\",\"EEYbdt\":\"Opublikuj\",\"JcgJKc\":\"Opublikuj mimo to\",\"evDBV8\":\"Opublikuj wydarzenie\",\"2zEfOd\":\"Publish your event\",\"u3wRF+\":\"Opublikowane\",\"L7nrC8\":\"Po opublikowaniu strona Twojego wydarzenia stanie się publiczna i otworzą się zapisy.\",\"dsFmM+\":\"Zakupiony\",\"JunetL\":\"Purchaser\",\"phmeUH\":\"Purchaser email\",\"ywR4ZL\":\"QR code check-in\",\"oWXNE5\":\"Ilość\",\"VbWX2u\":\"Ilość\",\"biEyJ4\":\"Question answers\",\"k/bJj0\":\"Pytania zostały przeorganizowane\",\"b24kPi\":\"Kolejka\",\"lTPqpM\":\"Quick Tip\",\"fqDzSu\":\"Stawka\",\"mnUGVC\":\"Przekroczono limit stawki. Spróbuj ponownie później.\",\"t41hVI\":\"Ponownie zaoferuj miejsce\",\"TNclgc\":\"Reactivate this date? It will be reopened for future sales.\",\"RENQ6j\":\"Gotowy do publikacji?\",\"uqoRbb\":\"Real-time analytics\",\"jPSk57\":\"Powód (opcjonalnie)\",\"xzRvs4\":[\"Otrzymuj aktualizacje produktów od \",[\"0\"],\".\"],\"pLXbi8\":\"Ostatnie rejestracje kont\",\"M1HGuR\":\"Recent activity\",\"3kJ0gv\":\"Recent Attendees\",\"qhfiwV\":\"Recent check-ins\",\"S+0XMX\":\"Recent orders\",\"Fi3b48\":\"Ostatnie zamówienia\",\"7hPBBn\":\"odbiorca\",\"jp5bq8\":\"odbiorców\",\"yPrbsy\":\"Odbiorcy\",\"E1F5Ji\":\"Odbiorcy są dostępni po wysłaniu wiadomości\",\"WEYdDv\":\"Recommended\",\"wuhHPE\":\"Recurring\",\"asLqwt\":\"Wydarzenie cykliczne\",\"s3uzsK\":\"Ustawienia wydarzenia cyklicznego\",\"D0tAMe\":\"Recurring events\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Przekierowywanie do Stripe...\",\"pnoTN5\":\"Konta poleceń\",\"ACKu03\":\"Odśwież podgląd\",\"vuFYA6\":\"Refund all orders for these dates\",\"4cRUK3\":\"Refund all orders for this date\",\"fKn/k6\":\"Kwota zwrotu\",\"qY4rpA\":\"Zwrot nie powiódł się\",\"FaK/8G\":[\"Zwróć zamówienie \",[\"0\"]],\"MGbi9P\":\"Zwrot oczekuje\",\"BDSRuX\":[\"Zwrócony: \",[\"0\"]],\"bU4bS1\":\"Zwroty\",\"rYXfOA\":\"Ustawienia regionalne\",\"5tl0Bp\":\"Pytania rejestracyjne\",\"ZNo5k1\":\"Remaining\",\"Bjh87R\":\"Remove label from all dates\",\"IVZaEo\":\"Całkowicie usuwa wyprzedane daty i godziny ze strony wydarzenia. Gdy wyłączone, pozostają widoczne i są oznaczone jako wyprzedane.\",\"5Vkr/a\":\"Usuń godzinę\",\"KkJtVK\":\"Reopen for new sales\",\"XJwWJp\":\"Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed.\",\"RYlQY0\":\"Powtarzanie\",\"CQeZT8\":\"Raport nie znaleziony\",\"JEPMXN\":\"Poproś o nowy link\",\"Yx0Ud8\":\"Zgłoszono\",\"Wcv9QD\":\"Zgłoszone przez\",\"TMLAx2\":\"Wymagane\",\"mdeIOH\":\"Wyślij ponownie kod\",\"sQxe68\":\"Wyślij ponownie potwierdzenie\",\"bxoWpz\":\"Wyślij ponownie email potwierdzenia\",\"G42SNI\":\"Wyślij ponownie email\",\"TTpXL3\":[\"Wyślij ponownie za \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Wyślij ponownie bilet\",\"Uwsg2F\":\"Zarezerwowane\",\"8wUjGl\":\"Zarezerwowane do\",\"a5z8mb\":\"Reset to base price\",\"kCn6wb\":\"Resetowanie...\",\"ZlCDf+\":\"Odpowiedź\",\"bsydMp\":\"Szczegóły odpowiedzi\",\"yKu/3Y\":\"Przywróć\",\"RokrZf\":\"Przywróć wydarzenie\",\"/JyMGh\":\"Przywróć organizatora\",\"HFvFRb\":\"Przywróć to wydarzenie, aby ponownie było widoczne.\",\"DDIcqy\":\"Przywróć tego organizatora i ponownie uczyń go aktywnym.\",\"mO8KLE\":\"results\",\"6gRgw8\":\"Spróbuj ponownie\",\"1BG8ga\":\"Spróbuj ponownie wszystkie\",\"rDC+T6\":\"Spróbuj ponownie zadanie\",\"CbnrWb\":\"Wróć do wydarzenia\",\"Lf7TCn\":\"Lokalizacje wielokrotnego użytku pojawiają się tutaj automatycznie, gdy tworzysz wydarzenia z adresami; możesz też dodać własne.\",\"mdQ0zb\":\"Lokalizacje wielokrotnego użytku dla Twoich wydarzeń. Lokalizacje utworzone przez autouzupełnianie są zapisywane tutaj automatycznie.\",\"XFOPle\":\"Reuse\",\"1Zehp4\":\"Reuse a Stripe connection from another organizer in this account.\",\"Oo/PLb\":\"Podsumowanie przychodów\",\"CfuueU\":\"Cofnij ofertę\",\"Tpm2G9\":\"Czas trwania\",\"dFFW9L\":[\"Sprzedaż zakończona \",[\"0\"]],\"loCKGB\":[\"Sprzedaż kończy się \",[\"0\"]],\"wlfBad\":\"Okres sprzedaży\",\"qi81Jg\":\"Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page.\",\"zpekWp\":[\"Sprzedaż rozpoczyna się \",[\"0\"]],\"7s8z0X\":\"Sale window\",\"mUv9U4\":\"Sprzedaż\",\"9KnRdL\":\"Sprzedaż jest wstrzymana\",\"JC3J0k\":\"Sales, attendance, and check-in breakdown per occurrence\",\"3VnlS9\":\"Sprzedaż, zamówienia i metryki wydajności dla wszystkich wydarzeń\",\"3Q1AWe\":\"Sprzedaż:\",\"LeuERW\":\"Same as event\",\"B4nE3N\":\"Przykładowa cena biletu\",\"8BRPoH\":\"Przykładowa Sala\",\"PiK6Ld\":\"Sat\",\"+5kO8P\":\"Sobota\",\"zJiuDn\":\"Save fee override\",\"x1fMXJ\":\"Zapisz harmonogram\",\"KZrfYJ\":\"Zapisz linki społeczne\",\"9Y3hAT\":\"Zapisz szablon\",\"C8ne4X\":\"Zapisz projekt biletu\",\"cTI8IK\":\"Save VAT settings\",\"6/TNCd\":\"Zapisz ustawienia VAT\",\"4RvD9q\":\"Zapisana lokalizacja\",\"cgw0cL\":\"Zapisane lokalizacje\",\"Fbqm/I\":\"Saving an override creates a dedicated configuration for this organizer if it's currently on the system default.\",\"I+FvbD\":\"Skanuj\",\"0zd6Nm\":\"Scan a ticket to check in an attendee\",\"bQG7Qk\":\"Scanned tickets will appear here\",\"WDYSLJ\":\"Scanner mode\",\"gmB6oO\":\"Schedule\",\"qQTaVm\":\"Schedule added\",\"j6NnBq\":\"Schedule created successfully\",\"YP7frt\":\"Schedule ends on\",\"QS1Nla\":\"Zaplanuj na później\",\"NAzVVw\":\"Zaplanuj wiadomość\",\"/rTL/5\":\"Podgląd harmonogramu\",\"Fz09JP\":\"Schedule starts on\",\"4ba0NE\":\"Zaplanowane\",\"4HKQZj\":\"Zaplanowane usunięcie\",\"qcP/8K\":\"Zaplanowany czas\",\"A1taO8\":\"Search\",\"ftNXma\":\"Szukaj partnerów...\",\"VMU+zM\":\"Search attendees\",\"VY+Bdn\":\"Szukaj po nazwie konta lub e-mailu...\",\"VX+B3I\":\"Szukaj po tytule wydarzenia lub organizatorze...\",\"R0wEyA\":\"Szukaj po nazwie zadania lub wyjątku...\",\"YnMfsK\":\"Szukaj po nazwie lub adresie...\",\"3yKuDu\":\"Szukaj po nazwie lub adresie e-mail i wybierz jedną lub więcej pozycji\",\"VT+urE\":\"Szukaj po nazwie lub e-mailu...\",\"GHdjuo\":\"Szukaj po nazwie, e-mailu lub koncie...\",\"4mBFO7\":\"Search by name, order #, ticket # or email\",\"20ce0U\":\"Szukaj po identyfikatorze zamówienia, nazwie klienta lub e-mailu...\",\"4DSz7Z\":\"Szukaj po temacie, wydarzeniu lub koncie...\",\"gTUY97\":\"Szukaj po tytule...\",\"nQC7Z9\":\"Search dates...\",\"iRtEpV\":\"Search dates…\",\"JRM7ao\":\"Search for an address\",\"BWF1kC\":\"Szukaj wiadomości...\",\"5WYZKZ\":\"Wyniki wyszukiwania\",\"IG85fV\":\"Szukaj zapisanych lokalizacji lub znajdź adres...\",\"Du+zn+\":\"Wyszukiwanie...\",\"3aD3GF\":\"Seasonal\",\"ku//5b\":\"Second\",\"Mck5ht\":\"Bezpieczne potwierdzenie\",\"s7tXqF\":\"See schedule\",\"JFap6u\":\"See what Stripe still needs\",\"6lGaum\":\"Wyświetlone\",\"p7xUrt\":\"Wybierz kategorię\",\"hTKQwS\":\"Select a Date & Time\",\"Ps6Xtf\":\"Select a date to see available times\",\"e4L7bF\":\"Wybierz wiadomość, aby zobaczyć jej treść\",\"zPRPMf\":\"Wybierz poziom\",\"BFRSTT\":\"Wybierz konto\",\"wgNoIs\":\"Select all\",\"mCB6Je\":\"Zaznacz wszystko\",\"aCEysm\":[\"Select all on \",[\"0\"]],\"a6+167\":\"Wybierz wydarzenie\",\"4oT6dP\":\"Wybierz co najmniej jedno konto\",\"neCGH1\":\"Wybierz co najmniej jednego użytkownika\",\"CFbaPk\":\"Wybierz grupę uczestników\",\"88a49s\":\"Select camera\",\"tVW/yo\":\"Wybierz walutę\",\"SJQM1I\":\"Select date\",\"n9ZhRa\":\"Wybierz datę i czas zakończenia\",\"gTN6Ws\":\"Wybierz czas zakończenia\",\"0U6E9W\":\"Wybierz kategorię wydarzenia\",\"j9cPeF\":\"Wybierz typy wydarzeń\",\"ypTjHL\":\"Select occurrence\",\"DHBGUX\":\"Select products...\",\"KizCK7\":\"Wybierz datę i czas rozpoczęcia\",\"dJZTv2\":\"Wybierz czas rozpoczęcia\",\"x8XMsJ\":\"Wybierz poziom wiadomości dla tego konta. To kontroluje limity wiadomości i uprawnienia do łączy.\",\"aT3jZX\":\"Wybierz strefę czasową\",\"TxfvH2\":\"Wybierz, którzy uczestnicy powinni otrzymać tę wiadomość\",\"Ropvj0\":\"Wybierz, które wydarzenia spowodują ten webhook\",\"+6YAwo\":\"selected\",\"ylXj1N\":\"Wybrane\",\"uq3CXQ\":\"Sell out your event.\",\"oBXbO4\":\"Selling a physical product? Cap its quantity on the <0>products page instead.\",\"j9b/iy\":\"Szybko się sprzedaje 🔥\",\"73qYgo\":\"Wyślij jako test\",\"HMAqFK\":\"Wysyłaj e-maile do uczestników, posiadaczy biletów lub właścicieli zamówień. Wiadomości mogą być wysłane natychmiast lub zaplanowane na później.\",\"22Itl6\":\"Wyślij mi kopię\",\"NpEm3p\":\"Wyślij teraz\",\"nOBvex\":\"Wysyłaj w czasie rzeczywistym dane o zamówieniach i uczestnikach do swoich zewnętrznych systemów.\",\"1lNPhX\":\"Wyślij email powiadomienia o zwrocie\",\"eaUTwS\":\"Wyślij link resetowania\",\"5cV4PY\":\"Send to all occurrences, or choose a specific one\",\"QEQlnV\":\"Wyślij swoją pierwszą wiadomość\",\"IoAuJG\":\"Wysyłanie...\",\"h69WC6\":\"Wysłane\",\"BVu2Hz\":\"Wysłane przez\",\"ZFa8wv\":\"Sent to attendees when a scheduled date is cancelled\",\"SPdzrs\":\"Wysłane do klientów, gdy złożą zamówienie\",\"LxSN5F\":\"Wysłane do każdego uczestnika z jego szczegółami biletu\",\"hgvbYY\":\"September\",\"5sN96e\":\"Session cancelled\",\"S9i0UC\":[\"sesji · \",[\"dateCount\"],\" terminów × \",[\"timesPerDay\"],\" godzin\"],\"89xaFU\":\"Ustaw domyślne ustawienia opłat platformy dla nowych wydarzeń utworzonych pod tym organizatorem.\",\"eXssj5\":\"Ustaw domyślne ustawienia dla nowych wydarzeń utworzonych pod tym organizatorem.\",\"uPe5p8\":\"Set how long each date lasts\",\"ODuUEi\":\"Set or clear the date label\",\"buHACR\":\"Set the end time of each date to be this long after its start time.\",\"TaeFgl\":\"Set to unlimited (remove limit)\",\"pd6SSe\":\"Set up a recurring schedule to automatically create dates, or add them one at a time.\",\"s0FkEx\":\"Ustaw listy odpraw dla różnych wejść, sesji lub dni.\",\"TaWVGe\":\"Set up payouts\",\"JA//e6\":\"Set up schedule\",\"gzXY7l\":\"Set Up Schedule\",\"0Ls9qe\":\"Set up the tickets you'll sell and their prices\",\"xMO+Ao\":\"Ustaw swoją organizację\",\"5pEFnq\":\"Skonfiguruj harmonogram\",\"zRRuUD\":\"Set up your schedule in the next steps\",\"ETC76A\":\"Set, change, or remove the date's location or online details\",\"C3htzi\":\"Ustawienie zaktualizowane\",\"Ohn74G\":\"Konfiguracja i projekt\",\"1W5XyZ\":\"Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event.\",\"GG7qDw\":\"Udostępnij link partnera\",\"hL7sDJ\":\"Udostępnij stronę organizatora\",\"jy6QDF\":\"Zarządzanie wspólną pojemnością\",\"jDNHW4\":\"Shift times\",\"tPfIaW\":[\"Shifted times for \",[\"count\"],\" date(s)\"],\"WwlM8F\":\"Pokaż opcje zaawansowane\",\"cMW+gm\":[\"Pokaż wszystkie platformy (\",[\"0\"],\" więcej z wartościami)\"],\"wXi9pZ\":\"Show attendee notes to non-logged-in staff\",\"4LZFir\":\"Pokaż cały zakres dat\",\"UVPI5D\":\"Pokaż mniej platform\",\"Eu/N/d\":\"Pokaż checkbox opt-in marketingu\",\"SXzpzO\":\"Pokaż checkbox opt-in marketingu domyślnie\",\"b33PL9\":\"Pokaż więcej platform\",\"Eut7p9\":\"Show order details to non-logged-in staff\",\"+RoWKN\":\"Show question answers to non-logged-in staff\",\"jbcx6L\":\"Show remaining capacity on event dates\",\"rXxBOx\":\"Show remaining capacity to buyers\",\"t1LIQW\":[\"Wyświetlanie \",[\"0\"],\" z \",[\"totalRows\"],\" rekordów\"],\"E717U9\":[\"Showing \",[\"0\"],\"–\",[\"1\"],\" of \",[\"2\"]],\"5rzhBQ\":[\"Showing \",[\"MAX_VISIBLE\"],\" of \",[\"totalAvailable\"],\" dates. Type to search.\"],\"WSt3op\":[\"Showing the first \",[\"0\"],\" — the remaining \",[\"1\"],\" session(s) will still be targeted when the message is sent.\"],\"o1UbOh\":\"Wyświetlane jako podskakujące u góry okna modalnego\",\"OJLTEL\":\"Shown to staff the first time they open the check-in page.\",\"lbfXEJ\":\"Shows remaining\",\"jVRHeq\":\"Zarejestrowany\",\"5C7J+P\":\"Single Event\",\"E//btK\":\"Skip manually edited dates\",\"paESr6\":\"Słowacki\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Społeczność\",\"d0rUsW\":\"Linki społeczne\",\"j/TOB3\":\"Linki społeczne i strona internetowa\",\"s9KGXU\":\"Sprzedane\",\"yp+0jj\":\"sold out\",\"1hupow\":\"Wyprzedane, dostępna lista oczekujących\",\"iACSrw\":\"Some details are hidden from public access. Log in to view everything.\",\"Dia6iz\":\"Something went wrong while deleting the image. Please try again.\",\"KTxc6k\":\"Coś poszło nie tak, spróbuj ponownie lub skontaktuj się z pomocą, jeśli problem będzie się powtarzać\",\"lkE00/\":\"Coś poszło nie tak. Spróbuj ponownie później.\",\"wdxz7K\":\"Źródło\",\"SzuJ5m\":\"Wybrane konta\",\"/h8G1o\":\"Wybrani użytkownicy\",\"fDG2by\":\"Spirituality\",\"oPaRES\":\"Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end.\",\"7JFNej\":\"Sport\",\"/bfV1Y\":\"Staff instructions\",\"StWUH4\":\"Start check-in\",\"JcQp9p\":\"Data i czas rozpoczęcia\",\"0m/ekX\":\"Data i czas rozpoczęcia\",\"izRfYP\":\"Data rozpoczęcia jest wymagana\",\"xAYSEs\":\"Godzina rozpoczęcia\",\"n9ZrDo\":\"Start typing a venue or address...\",\"DACR+e\":\"Starts collapsed\",\"qeFVhN\":[\"Starts in \",[\"diffDays\"],\" days\"],\"AOqtxN\":[\"Starts in \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Starts in \",[\"h\"],\"h \",[\"m\"],\"m\"],\"Lo49in\":[\"Starts in \",[\"seconds\"],\"s\"],\"NqChgF\":\"Starts tomorrow\",\"2NbyY/\":\"Statystyki\",\"GVUxAX\":\"Statystyki są oparte na dacie utworzenia konta\",\"29Hx9U\":\"Stats\",\"5ia+r6\":\"Still needed\",\"wuV0bK\":\"Zatrzymaj personifikację\",\"S/7MPw\":\"Konto Stripe odłączone.\",\"s/KaDb\":\"Stripe connected\",\"Bk06QI\":\"Stripe połączony\",\"akZMv8\":[\"Stripe connection copied from \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe didn't return a setup link. Please try again.\",\"aKtF0O\":\"Stripe nie połączony\",\"9i0++A\":\"Identyfikator płatności Stripe\",\"R1lIMV\":\"Stripe will need a few more details soon\",\"FzcCHA\":\"Stripe will walk you through a few quick questions to finish setup.\",\"ii0qn/\":\"Temat jest wymagany\",\"M7Uapz\":\"Temat pojawi się tutaj\",\"6aXq+t\":\"Temat:\",\"JwTmB6\":\"Pomyślnie zduplikowany produkt\",\"WUOCgI\":\"Pomyślnie zaoferowano miejsce\",\"IvxA4G\":[\"Pomyślnie zaoferowano bilety \",[\"count\"],\" osobom\"],\"kKpkzy\":\"Pomyślnie zaoferowano bilety 1 osobie\",\"Zi3Sbw\":\"Pomyślnie usunięto z listy oczekujących\",\"RuaKfn\":\"Pomyślnie zaktualizowany adres\",\"kzx0uD\":\"Pomyślnie zaktualizowane domyślne ustawienia wydarzenia\",\"5n+Wwp\":\"Pomyślnie zaktualizowany organizator\",\"DMCX/I\":\"Pomyślnie zaktualizowane domyślne ustawienia opłat platformy\",\"URUYHc\":\"Pomyślnie zaktualizowane ustawienia opłat platformy\",\"kRWc2g\":\"Pomyślnie zaktualizowano ustawienia wydarzenia cyklicznego\",\"0Dk/l8\":\"Pomyślnie zaktualizowane ustawienia SEO\",\"S8Tua9\":\"Ustawienia zaktualizowane pomyślnie\",\"MhOoLQ\":\"Pomyślnie zaktualizowane linki społeczne\",\"CNSSfp\":\"Ustawienia śledzenia zaktualizowane pomyślnie\",\"kj7zYe\":\"Pomyślnie zaktualizowany Webhook\",\"dXoieq\":\"Podsumowanie\",\"/RfJXt\":[\"Letni Festiwal Muzyki \",[\"0\"]],\"CWOPIK\":\"Letni Festiwal Muzyki 2025\",\"D89zck\":\"Sun\",\"DBC3t5\":\"Niedziela\",\"UaISq3\":\"Szwedzki\",\"JZTQI0\":\"Zmień organizatora\",\"9YHrNC\":\"Domyślnie systemowe\",\"jGR53C\":\"T-shirts, mugs and more\",\"hCR98w\":\"Wybieraj daty jak w kalendarzu.\",\"lruQkA\":\"Tap this screen to resume scanning\",\"X9v2GM\":\"Konta docelowe\",\"TmyDCw\":\"Użytkownicy docelowi\",\"TJUrME\":[\"Targeting attendees across \",[\"0\"],\" selected sessions.\"],\"yT6dQ8\":\"Podatek zebrane pogrupowane po typie podatku i imprezie\",\"Ye321X\":\"Nazwa podatku\",\"WyCBRt\":\"Podsumowanie podatków\",\"QC3FVX\":\"Taxes & fees\",\"GkH0Pq\":\"Zastosowane podatki i opłaty\",\"SXvRWU\":\"Team collaboration\",\"vlf/In\":\"Technologia\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Powiedz ludziom czego się spodziewać na Twojej imprezie\",\"NiIUyb\":\"Powiedz nam o Twojej imprezie\",\"DovcfC\":\"Powiedz nam o Twojej organizacji. Informacja ta będzie wyświetlana na stronach Twoich imprez.\",\"69GWRq\":\"Tell us how often your event repeats and we'll create all the dates for you.\",\"mXPbwY\":\"Tell us your VAT registration status so we apply the correct VAT treatment to platform fees.\",\"7wtpH5\":\"Szablon aktywny\",\"QHhZeE\":\"Szablon utworzony pomyślnie\",\"xrWdPR\":\"Szablon usunięty pomyślnie\",\"G04Zjt\":\"Szablon zapisany pomyślnie\",\"xowcRf\":\"Warunki korzystania z usługi\",\"6K0GjX\":\"Tekst może być trudny do przeczytania\",\"nm3Iz/\":\"Dziękujemy za udział!\",\"pYwj0k\":\"Thanks,\",\"cIHkSd\":[\"To \",[\"totalOccurrences\"],\" sesji — maksimum to \",[\"max\"],\". Skróć zakres lub częstotliwość.\"],\"k3IitN\":\"That's a wrap\",\"KfmPRW\":\"Kolor tła strony. W przypadku używania obrazu okładki jest on stosowany jako nakładka.\",\"MDNyJz\":\"Kod wygaśnie za 10 minut. Sprawdź folder spam, jeśli nie widzisz wiadomości e-mail.\",\"AIF7J2\":\"Waluta, w której zdefiniowana jest stała opłata. Zostanie przeliczona na walutę zamówienia przy finalizacji zakupu.\",\"k3LFkM\":\"Waluta używana dla cen biletów tego wydarzenia.\",\"7oksH+\":[\"Rabat jest odejmowany od każdego kwalifikującego się produktu. Np. \",[\"currencySymbol\"],\"10 rabatu × 3 bilety = \",[\"currencySymbol\"],\"30 rabatu.\"],\"sKL8k2\":\"Rabat jest odejmowany jednorazowo od łącznej kwoty zamówienia.\",\"cDHM1d\":\"Adres e-mail został zmieniony. Uczestnik otrzyma nowy bilet na zaktualizowany adres e-mail.\",\"tXadb0\":\"Impreza, którą szukasz, nie jest dostępna w chwili obecnej. Mogła zostać usunięta, wygaśnięta lub adres URL może być nieprawidłowy.\",\"sxKqBm\":\"Pełna kwota zamówienia zostanie zwrócona do oryginalnej metody płatności klienta.\",\"KgDp6G\":\"Link, który próbujesz otworzyć, wygasł lub nie jest już ważny. Sprawdź swoją pocztę e-mail, aby uzyskać zaktualizowany link do zarządzania zamówieniem.\",\"sYLeDq\":\"Organizator, którego szukasz, nie został znaleziony. Strona mogła być przeniesiona, usunięta lub adres URL może być nieprawidłowy.\",\"PCr4zw\":\"The override is recorded in the order audit log.\",\"C4nQe5\":\"Opłata platformy jest dodawana do ceny biletu. Kupujący płacą więcej, ale Ty otrzymujesz pełną cenę biletu.\",\"HxxXZO\":\"Podstawowy kolor marki używany na przyciskach i podświetleniach\",\"OVSkIF\":\"Szybki brązowy lis przeskakuje nad leniwym psem.\",\"z0KrIG\":\"Zaplanowany czas jest wymagany\",\"EWErQh\":\"Zaplanowany czas musi być w przyszłości\",\"UNd0OU\":[\"The session for \\\"\",[\"title\"],\"\\\" originally scheduled for \",[\"0\"],\" has been rescheduled.\"],\"DEcpfp\":\"Treść szablonu zawiera nieprawidłową składnię Liquid. Proszę to poprawić i spróbować ponownie.\",\"qpmtdK\":\"Strefa czasowa używana dla dat i godzin tego wydarzenia.\",\"N3VfVA\":\"Przesyłanie nie dotarło do serwera. Sprawdź połączenie, a jeśli plik jest duży, spróbuj mniejszego obrazu (maks. 5MB).\",\"injXD7\":\"Numer VAT nie mógł być zweryfikowany. Proszę sprawdzić numer i spróbować ponownie.\",\"A4UmDy\":\"Teatr\",\"tDwYhx\":\"Motyw i kolory\",\"ybBP2H\":\"There are no products available for this date. Please choose another date.\",\"O7g4eR\":\"There are no upcoming dates for this event\",\"062KsE\":\"These details are shown on the attendee's ticket and order summary for this date only.\",\"5Eu+tn\":\"Te szczegóły zostaną pokazane tylko po pomyślnym zrealizowaniu zamówienia.\",\"jQjwR+\":\"These details will replace any existing location on the affected dates and show on attendee tickets.\",\"6eaLu/\":\"Te ceny obowiązują dla wszystkich terminów w harmonogramie, a liczby w progach ograniczają łączną sprzedaż dla wszystkich terminów razem. Daty sprzedaży progów obowiązują globalnie. Ceny dla poszczególnych terminów możesz nadpisać na <0>stronie Harmonogram terminów.\",\"QP3gP+\":\"Te ustawienia mają zastosowanie tylko do skopiowanego kodu osadzanego i nie będą przechowywane.\",\"HirZe8\":\"Te szablony będą używane jako domyślne dla wszystkich wydarzeń w Twojej organizacji. Poszczególne wydarzenia mogą zastąpić te szablony własnymi wersjami niestandardowymi.\",\"lzAaG5\":\"Te szablony będą zastępować domyślne ustawienia organizatora tylko dla tego wydarzenia. Jeśli tutaj nie jest ustawiony żaden niestandardowy szablon, zostanie użyty szablon organizatora.\",\"UlykKR\":\"Third\",\"1YTBzS\":\"To konto nie ma zrealizowanych zamówień, więc wszystkie jego dane zostaną trwale usunięte.\",\"jCPU8z\":\"To konto jest zaplanowane do usunięcia\",\"zfNCE8\":[\"To konto zostanie usunięte dnia <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes.\",\"SOmGDa\":\"This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins.\",\"XBNC3E\":\"Ten kod będzie używany do śledzenia sprzedaży. Dozwolone są tylko litery, cyfry, łączniki i podkreślenia.\",\"AaP0M+\":\"Ta kombinacja kolorów może być trudna do odczytania dla niektórych użytkowników\",\"o1phK/\":[\"This date has \",[\"orderCount\"],\" order(s) that will be affected.\"],\"F/UtGt\":\"This date has been cancelled. You can still delete it to remove it permanently.\",\"BLZ7pX\":\"This date is in the past. It will be created but won't be visible to attendees under upcoming dates.\",\"7IIY0z\":\"This date is marked sold out.\",\"bddWMP\":\"This date is no longer available. Please select another date.\",\"E9BqZw\":\"This date only\",\"n68908\":[\"To odłączy \",[\"stripeAccountId\"],\" od tego organizatora. Sprzedaż płatnych biletów przestanie działać, dopóki ponownie nie połączysz konta Stripe.\"],\"RzEvf5\":\"To wydarzenie się skończyło\",\"kc4bIA\":\"To wydarzenie nie ma jeszcze biletów ani produktów, więc uczestnicy nie będą mogli się zarejestrować.\",\"eMaNd0\":\"This event is not available\",\"YClrdK\":\"To wydarzenie nie zostało jeszcze opublikowane\",\"GL6z+k\":\"To wydarzenie jest wyprzedane\",\"pIwDhS\":\"This event's dates and times are set on the occurrence schedule.\",\"ny5rgr\":\"This is a recurring event\",\"tc64Zz\":\"To jest nazwa kategorii, która będzie wyświetlana na stronie wydarzenia.\",\"dFJnia\":\"To jest nazwa Twojego organizatora, która będzie wyświetlana użytkownikom.\",\"vt7jiq\":\"Klucz podpisu zostanie wyświetlony tylko ten jeden raz. Skopiuj go teraz i przechowuj w bezpiecznym miejscu.\",\"5DpZrC\":\"To ogranicza łączną sprzedaż dla wszystkich terminów w harmonogramie — nie jest to limit na termin. Aby ograniczyć liczbę uczestników każdego terminu, ustaw pojemność na <0>stronie Harmonogram terminów.\",\"L7dIM7\":\"Ten link jest nieprawidłowy lub wygasł.\",\"MR5ygV\":\"Ten link nie jest już ważny\",\"9LEqK0\":\"Ta nazwa jest widoczna dla użytkowników końcowych\",\"QdUMM9\":\"This occurrence is at capacity\",\"j5FdeA\":\"To zamówienie jest przetwarzane.\",\"sjNPMw\":\"To zamówienie zostało porzucone. Możesz rozpocząć nowe zamówienie w dowolnym momencie.\",\"OhCesD\":\"To zamówienie zostało anulowane. Możesz rozpocząć nowe zamówienie w dowolnym momencie.\",\"lyD7rQ\":\"Ten profil organizatora nie został jeszcze opublikowany\",\"9b5956\":\"Ten podgląd pokazuje, jak Twój e-mail będzie wyglądać z przykładowymi danymi. Rzeczywiste e-maile będą używać rzeczywistych wartości.\",\"uM9Alj\":\"Ten produkt jest wyróżniony na stronie wydarzenia\",\"RqSKdX\":\"Ten produkt jest wyprzedany\",\"4PDH+K\":\"This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to.\",\"qEGn8I\":\"To cykliczne wydarzenie nie ma jeszcze terminów, więc uczestnicy nie mają czego rezerwować.\",\"W12OdJ\":\"Ten raport jest tylko do celów informacyjnych. Zawsze konsultuj się z profesjonalistą podatkowymi przed użyciem tych danych do celów rachunkowych lub podatkowych. Proszę odnieść się do pulpitu Stripe, ponieważ Hi.Events może brakować danych historycznych.\",\"1LuJNw\":\"Ten bilet nie jest już ważny\",\"0Ew0uk\":\"Ten bilet właśnie został zeskanowany. Proszę czekać przed zeskanowaniem ponownie.\",\"FYXq7k\":[\"This will affect \",[\"loadedAffectedCount\"],\" date(s).\"],\"kvpxIU\":\"Będzie to używane do powiadomień i komunikacji z użytkownikami.\",\"bPgkdx\":\"Spowoduje to anulowanie zaplanowanego usunięcia i ponowną aktywację konta. Właściciel konta zostanie powiadomiony e-mailem.\",\"4yx4a4\":[\"Spowoduje to natychmiastową dezaktywację konta i trwałe usunięcie go po 30 dniach. Aby potwierdzić, wpisz nazwę swojego konta: <0>\",[\"0\"],\"\"],\"rhsath\":\"Nie będzie to widoczne dla klientów, ale pomaga Ci zidentyfikować partnera afiliacji.\",\"VGEfU7\":\"Spowoduje to natychmiastowe trwałe usunięcie lub anonimizację konta, bez czekania na zaplanowaną datę. Tego nie można cofnąć.\",\"hV6FeJ\":\"Throughput\",\"+FjWgX\":\"Thu\",\"kkDQ8m\":\"Czwartek\",\"0GSPnc\":\"Projektowanie biletów\",\"EZC/Cu\":\"Projekt biletów został pomyślnie zapisany\",\"bbslmb\":\"Projektant biletów\",\"1BPctx\":\"Bilet dla\",\"HGuXjF\":\"Posiadacze biletów\",\"CMUt3Y\":\"Posiadacze biletów\",\"awHmAT\":\"ID biletu\",\"6czJik\":\"Logo biletu\",\"t79rDv\":\"Bilet nie znaleziony\",\"6tmWch\":\"Bilet lub produkt\",\"1tfWrD\":\"Podgląd biletu dla\",\"KnjoUA\":\"Cena biletu\",\"pGZOcL\":\"Bilet został pomyślnie ponownie wysłany\",\"o02GZM\":\"Ticket sales have ended for this event\",\"8jLPgH\":\"Typ biletu\",\"8qsbZ5\":\"Ticketing i sprzedaż\",\"zNECqg\":\"bilety\",\"6GQNLE\":\"Bilety\",\"NRhrIB\":\"Bilety i produkty\",\"OrWHoZ\":\"Bilety są automatycznie oferowane klientom z listy oczekujących, gdy pojawi się dostępność.\",\"AGRilS\":\"Sprzedane bilety\",\"4/dG8J\":\"Tiers\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Time\",\"kGEhUy\":\"Godziny\",\"fXf2r5\":[\"Times shown in \",[\"timezoneAbbr\"]],\"9udQT9\":\"Tytuł jest wymagany\",\"dMtLDE\":\"to\",\"/jQctM\":\"Do\",\"tiI71C\":\"Aby zwiększyć swoje limity, skontaktuj się z nami pod adresem\",\"ecUA8p\":\"Today\",\"W428WC\":\"Przełącz kolumny\",\"BRMXj0\":\"Tomorrow\",\"UBSG1X\":\"Najlepsi organizatorzy (ostatnie 14 dni)\",\"3sZ0xx\":\"Razem kont\",\"SMDzqJ\":\"Łącznie uczestników\",\"orBECM\":\"Razem zebrano\",\"k5CU8c\":\"Łączna liczba wpisów\",\"4B7oCp\":\"Łączna opłata\",\"sMMlTX\":\"Total fees\",\"mlvCEl\":\"Total orders\",\"2AW/k5\":\"Łączna liczba dla wszystkich terminów\",\"dp8BCb\":\"Total tax\",\"vb0Q0/\":\"Razem użytkowników\",\"oJjplO\":\"Razem wyświetleń\",\"rBZ9pz\":\"Tours\",\"orluER\":\"Śledź wzrost konta i wydajność według źródła atrybuacji\",\"YwKzpH\":\"Śledzenie i analityka\",\"GUA0Jy\":\"Try a different search term or filter\",\"2P/OWN\":\"Try adjusting your filters to see more dates.\",\"ouM5IM\":\"Spróbuj innego e-maila\",\"3DZvE7\":\"Spróbuj Hi.Events za darmo\",\"vq2WxD\":\"Tue\",\"G3myU+\":\"Wtorek\",\"Kz91g/\":\"Turecki\",\"GdOhw6\":\"Wyłącz dźwięk\",\"KUOhTy\":\"Włącz dźwięk\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Wpisz \\\"usuń\\\", aby potwierdzić\",\"nSlb72\":\"Wpisz, aby wyszukać...\",\"nWRfmt\":\"Typografia\",\"IrVSu+\":\"Nie można zduplikować produktu. Proszę sprawdzić swoje dane\",\"Vx2J6x\":\"Nie można pobrać uczestnika\",\"h0dx5e\":\"Nie udało się dołączyć do listy oczekujących\",\"DaE0Hg\":\"Unable to load attendee details.\",\"GlnD5Y\":\"Unable to load products for this date. Please try again.\",\"17VbmV\":\"Unable to undo check-in\",\"n57zCW\":\"Konta nieprzypisane\",\"9uI/rE\":\"Undo\",\"Ef7StM\":\"Nieznany\",\"ZBAScj\":\"Nieznany uczestnik\",\"MEIAzV\":\"Bez nazwy\",\"K6L5Mx\":\"Lokalizacja bez nazwy\",\"7yiFvZ\":\"Nieopłacony\",\"C51N+0\":\"do\",\"NaeLn8\":[\"Until \",[\"end\"]],\"porwAO\":\"Do daty\",\"ZIb6rJ\":\"Untitled product\",\"crJM8s\":\"Untitled ticket\",\"X13xGn\":\"Niezaufane\",\"0bT1FT\":[\"Up to \",[\"max\"],\" per order\"],\"gyXpQN\":\"Upcoming events\",\"Pp1sWX\":\"Aktualizuj partnera afiliacji\",\"59qHrb\":\"Update capacity\",\"Gaem9v\":\"Update event name and description\",\"7EhE4k\":\"Update label\",\"NPQWj8\":\"Update location\",\"75+lpR\":[\"Update: \",[\"subjectTitle\"],\" — schedule changes\"],\"UOGHdA\":[\"Update: \",[\"subjectTitle\"],\" — session time changed\"],\"+b7T3G\":\"Zaktualizowano\",\"ogoTrw\":[\"Updated \",[\"count\"],\" date(s)\"],\"dDuona\":[\"Updated capacity for \",[\"count\"],\" date(s)\"],\"FT3LSc\":[\"Updated label for \",[\"count\"],\" date(s)\"],\"8EcY1g\":[\"Updated location for \",[\"count\"],\" date(s)\"],\"83tNam\":\"Aktualizuje się podczas tworzenia reguły. Przeglądaj miesiące, aby sprawdzić terminy.\",\"/XlQr2\":\"Updates as you type.\",\"gJQsLv\":\"Prześlij obraz okładki dla swojego organizatora\",\"4kEGqW\":\"Prześlij logo dla swojego organizatora\",\"lnCMdg\":\"Prześlij obraz\",\"29w7p6\":\"Przesyłanie obrazu...\",\"HtrFfw\":\"URL jest wymagany\",\"3VnYUR\":\"Adres URL musi zaczynać się od http:// lub https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB scanner listening\",\"dyTklH\":\"USB scanner paused\",\"OHJXlK\":\"Użyj <0>szablonów Liquid do personalizacji e-maili\",\"/rsy72\":\"Use event default\",\"0k4cdb\":\"Użyj danych zamówienia dla wszystkich uczestników. Imiona i e-maile uczestników będą odpowiadać informacjom kupującego.\",\"bA31T4\":\"Użyj danych kupującego dla wszystkich uczestników\",\"PpgtnC\":\"Użyj tego adresu\",\"rnoQsz\":\"Używane do obramowań, wyróżnień i stylizacji kodów QR\",\"b0XTc/\":[\"Użytkownicy (\",[\"0\"],\")\"],\"BV4L/Q\":\"Analityka UTM\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Walidacja numeru VAT...\",\"t7caBM\":\"VAT country code\",\"WLkfqH\":\"VAT number\",\"pnVh83\":\"Numer VAT\",\"CabI04\":\"Numer VAT nie może zawierać spacji\",\"PMhxAR\":\"Numer VAT musi zaczynać się od 2-literowego kodu kraju, po którym następuje 8-15 znaków alfanumerycznych (np. DE123456789)\",\"gPgdNV\":\"Numer VAT zwalidowany pomyślnie\",\"RUMiLy\":\"Walidacja numeru VAT nie powiodła się\",\"vqji3Y\":\"Walidacja numeru VAT nie powiodła się. Sprawdź swój numer VAT.\",\"8dENF9\":\"VAT od opłaty\",\"ZutOKU\":\"Stawka VAT\",\"+KJZt3\":\"VAT registered\",\"Nfbg76\":\"Ustawienia VAT zapisane pomyślnie\",\"UvYql/\":\"Ustawienia VAT zapisane. Walidujemy Twój numer VAT w tle.\",\"bXn1Jz\":\"VAT settings updated\",\"tJylUv\":\"Traktowanie VAT dla opłat platformy\",\"FlGprQ\":\"Traktowanie VAT dla opłat platformy: firmy zarejestrowane jako podatnicy VAT w UE mogą stosować mechanizm odwrotnego obciążenia (0% - art. 196 Dyrektywy VAT 2006/112/WE). Firmy niezarejestrowane jako podatnicy VAT są obciążane irlandzkim VAT w wysokości 23%.\",\"516oLj\":\"Usługa walidacji VAT tymczasowo niedostępna\",\"p6QQLa\":[\"VAT: \",[\"0\"]],\"5q87Y9\":\"VAT: not registered\",\"AdWhjZ\":\"Kod weryfikacyjny\",\"kUAumu\":\"Verification email sent. Check your inbox.\",\"QDEWii\":\"Zweryfikowany\",\"wCKkSr\":\"Zweryfikuj e-mail\",\"/IBv6X\":\"Zweryfikuj swój e-mail\",\"u8nB38\":\"Verify your email so attendees can receive tickets\",\"e/cvV1\":\"Weryfikowanie...\",\"fROFIL\":\"Wietnamski\",\"p5nYkr\":\"View All\",\"yA/6BX\":\"View all →\",\"6CQ7/B\":\"View all capabilities\",\"YSE15b\":\"View all check-in lists\",\"RnvnDc\":\"Wyświetl wszystkie wiadomości wysłane na platformie\",\"+WFMis\":\"Wyświetl i pobierz raporty ze wszystkich wydarzeń. Uwzględnione są tylko zrealizowane zamówienia.\",\"c7VN/A\":\"Wyświetl odpowiedzi\",\"SZw9tS\":\"Wyświetl szczegóły\",\"9+84uW\":[\"View details for \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Wyświetl wydarzenie\",\"c6SXHN\":\"Wyświetl stronę wydarzenia\",\"n6EaWL\":\"Wyświetl logi\",\"OaKTzt\":\"Wyświetl mapę\",\"zNZNMs\":\"Wyświetl wiadomość\",\"67OJ7t\":\"Wyświetl zamówienie\",\"tKKZn0\":\"Wyświetl szczegóły zamówienia\",\"KeCXJu\":\"Wyświetl szczegóły zamówienia, wydawaj zwroty i ponownie wysyłaj potwierdzenia.\",\"9jnAcN\":\"Wyświetl stronę organizatora\",\"1J/AWD\":\"Zobacz bilet\",\"N9FyyW\":\"Wyświetl, edytuj i eksportuj zarejestrowanych uczestników.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visible from \",[\"start\"],\" — hidden until sales open.\"],\"EkiKJK\":\"Visible to everyone on the event page.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Oczekuje\",\"quR8Qp\":\"Oczekiwanie na płatność\",\"KrurBH\":\"Waiting for scan…\",\"u0n+wz\":\"Lista oczekujących\",\"3RXFtE\":\"Lista oczekujących włączona\",\"TwnTPy\":\"Oferta z listy oczekujących wygasła\",\"aUi/Dz\":\"Ostrzeżenie: To jest domyślna konfiguracja systemu. Zmiany wpłyną na wszystkie konta, które nie mają przypisanej konkretnej konfiguracji.\",\"aT/44s\":\"We couldn't copy that Stripe connection. Please try again.\",\"jTee4a\":\"Nie udało się odłączyć tego konta Stripe. Spróbuj ponownie.\",\"RRZDED\":\"Nie mogliśmy znaleźć żadnych zamówień związanych z tym adresem e-mail.\",\"2RZK9x\":\"Nie mogliśmy znaleźć szukanego zamówienia. Link mógł wygasnąć lub szczegóły zamówienia mogły się zmienić.\",\"nefMIK\":\"Nie mogliśmy znaleźć szukanego biletu. Link mógł wygasnąć lub szczegóły biletu mogły się zmienić.\",\"miysJh\":\"Nie mogliśmy znaleźć tego zamówienia. Mogło zostać usunięte.\",\"Fjj/5/\":\"We couldn't load the check-in lists. Please try again.\",\"ADsQ23\":\"We couldn't reach Stripe just now. Please try again in a moment.\",\"HJKdzP\":\"Napotkaliśmy problem podczas ładowania tej strony. Proszę spróbować ponownie.\",\"jegrvW\":\"We partner with Stripe to send payouts straight to your bank account.\",\"IfN2Qo\":\"Zalecamy kwadratowe logo o minimalnych wymiarach 200x200px\",\"wJzo/w\":\"Zalecamy wymiary 400px na 400px i maksymalny rozmiar pliku 5MB\",\"L/KlAh\":[\"We sent a verification link to \",[\"0\"]],\"KRCDqH\":\"Używamy plików cookie, aby lepiej zrozumieć, jak korzysta się z witryny, i poprawić Twoje wrażenia.\",\"x8rEDQ\":\"Nie mogliśmy zweryfikować numeru VAT po wielu próbach. Będziemy kontynuować próby w tle. Proszę sprawdzić później.\",\"4HaEdK\":[\"Utworzymy wszystkie \",[\"totalOccurrences\"],\" sesji — potem możesz edytować lub usunąć dowolny termin\"],\"mfM/HJ\":[\"Powiadomimy Cię e-mailem, jeśli miejsce stanie się dostępne dla \",[\"productDisplayName\"],\" w dniu \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Powiadomimy Cię e-mailem, jeśli miejsce stanie się dostępne dla \",[\"productDisplayName\"],\".\"],\"McuGND\":\"We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically.\",\"q1BizZ\":\"Wyślemy Twoje bilety na ten e-mail\",\"ZOmUYW\":\"Zweryfikujemy Twój numer VAT w tle. W przypadku jakichkolwiek problemów damy Ci znać.\",\"LKjHr4\":[\"We've made changes to the schedule for \\\"\",[\"title\"],\"\\\" — \",[\"description\"],\" affecting \",[\"affectedCount\"],\" session(s).\"],\"Fq/Nx7\":\"Wysłaliśmy 5-cyfrowy kod weryfikacyjny na:\",\"GdWB+V\":\"Webhook został pomyślnie utworzony\",\"2X4ecw\":\"Webhook został pomyślnie usunięty\",\"ndBv0v\":\"Webhook integrations\",\"CThMKa\":\"Dzienniki webhook\",\"I0adYQ\":\"Klucz podpisu Webhook\",\"nuh/Wq\":\"URL webhook\",\"8BMPMe\":\"Webhook nie będzie wysyłał powiadomień\",\"FSaY52\":\"Webhook będzie wysyłał powiadomienia\",\"v1kQyJ\":\"Webhooki\",\"On0aF2\":\"Strona internetowa\",\"0f7U0k\":\"Wed\",\"VAcXNz\":\"Środa\",\"64X6l4\":\"week\",\"4XSc4l\":\"Weekly\",\"IAUiSh\":\"weeks\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Witamy ponownie\",\"QDWsl9\":[\"Witamy w \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Witamy w \",[\"0\"],\", oto lista wszystkich Twoich wydarzeń\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"Jaki typ wydarzenia?\",\"0WyYF4\":\"What unauthenticated staff can see\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Gdy odprawa zostanie usunięta\",\"RPe6bE\":\"When a date is cancelled on a recurring event\",\"Gmd0hv\":\"Gdy nowy uczestnik zostanie utworzony\",\"zyIyPe\":\"Gdy tworzone jest nowe wydarzenie\",\"Lc18qn\":\"Gdy nowe zamówienie zostanie utworzone\",\"dfkQIO\":\"Gdy nowy produkt zostanie utworzony\",\"8OhzyY\":\"Gdy produkt zostanie usunięty\",\"tRXdQ9\":\"Gdy produkt zostanie zaktualizowany\",\"9L9/28\":\"Gdy produkt się wyprzeda, klienci mogą dołączyć do listy oczekujących, aby otrzymać powiadomienie, gdy miejsca staną się dostępne.\",\"OIkHj+\":\"Gdy produkt się wyprzeda, klienci mogą dołączyć do listy oczekujących, aby otrzymać powiadomienie, gdy miejsca staną się dostępne. Klienci dołączają do listy oczekujących na konkretną datę, a oferty są składane dla poszczególnych dat.\",\"Q7CWxp\":\"Gdy uczestnik zostanie anulowany\",\"IuUoyV\":\"Gdy uczestnik zostanie odprawiony\",\"nBVOd7\":\"Gdy uczestnik zostanie zaktualizowany\",\"t7cuMp\":\"Gdy wydarzenie jest archiwizowane\",\"gtoSzE\":\"Gdy wydarzenie jest aktualizowane\",\"ny2r8d\":\"Gdy zamówienie zostanie anulowane\",\"c9RYbv\":\"Gdy zamówienie zostanie oznaczone jako opłacone\",\"ejMDw1\":\"Gdy zamówienie zostanie zwrócone\",\"fVPt0F\":\"Gdy zamówienie zostanie zaktualizowane\",\"bcYlvb\":\"Gdy odprawa się zakończy\",\"XIG669\":\"Gdy odprawa się rozpocznie\",\"de6HLN\":\"Gdy klienci kupią bilety, ich zamówienia pojawią się tutaj.\",\"pm9tpn\":\"Po włączeniu kupujący mogą jednocześnie skopiować swoje imię i adres e-mail do wszystkich uczestników. Wyłącz, aby usunąć opcję \\\"Wszyscy uczestnicy\\\"; kupujący nadal będą mogli skopiować dane do pierwszego uczestnika, a pozostałych trzeba będzie wprowadzić osobno.\",\"403wpZ\":\"Gdy włączone, nowe wydarzenia pozwolą uczestnikom zarządzać własnymi szczegółami biletów za pomocą bezpiecznego linku. Można to zmienić dla każdego wydarzenia.\",\"blXLKj\":\"Gdy włączone, nowe wydarzenia wyświetlą pole wyboru zgody marketingowej podczas realizacji zamówienia. Można to zmienić dla każdego wydarzenia.\",\"Kj0Txn\":\"Gdy włączone, nie będą pobierane opłaty aplikacyjne za transakcje Stripe Connect. Użyj tego dla krajów, w których opłaty aplikacyjne nie są obsługiwane.\",\"xo06V3\":\"Dokąd prowadzi przycisk\",\"uchB0M\":\"Podgląd widgetu\",\"uvIqcj\":\"Warsztaty\",\"EpknJA\":\"Napisz swoją wiadomość tutaj...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"year\",\"zkWmBh\":\"Yearly\",\"+BGee5\":\"years\",\"X/azM1\":\"Tak - mam ważny numer rejestracji VAT w UE\",\"Tz5oXG\":\"Tak, anuluj moje zamówienie\",\"QlSZU0\":[\"Podszywa się pod <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Wystawiasz częściowy zwrot. Klient otrzyma zwrot \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"Możesz skonfigurować dodatkowe opłaty za usługi i podatki w ustawieniach konta.\",\"rj3A7+\":\"You can override this for individual dates later.\",\"paWwQ0\":\"W razie potrzeby nadal możesz ręcznie oferować bilety.\",\"jTDzpA\":\"Nie możesz zarchiwizować ostatniego aktywnego organizatora na swoim koncie.\",\"D8baxD\":\"Masz płatne bilety, ale Stripe nie jest jeszcze połączony, więc nie możesz przyjmować płatności.\",\"5VGIlq\":\"Osiągnąłeś limit wiadomości.\",\"casL1O\":\"Masz podatki i opłaty dodane do darmowego produktu. Czy chcesz je usunąć?\",\"5SgD0L\":\"You have unsaved changes. Are you sure you want to discard them?\",\"9jJNZY\":\"Musisz potwierdzić swoje obowiązki przed zapisaniem\",\"pCLes8\":\"Musisz wyrazić zgodę na otrzymywanie wiadomości\",\"FVTVBy\":\"Musisz zweryfikować swój adres e-mail, zanim będziesz mógł zaktualizować status organizatora.\",\"ze4bi/\":\"You need to create at least one occurrence before you can add attendees to this recurring event.\",\"w65ZgF\":\"Musisz zweryfikować e-mail konta, zanim będziesz mógł modyfikować szablony e-mail.\",\"FRl8Jv\":\"Musisz zweryfikować e-mail konta, zanim będziesz mógł wysyłać wiadomości.\",\"88cUW+\":\"Otrzymujesz\",\"O6/3cu\":\"You'll be able to set up dates, schedules, and recurrence rules in the next step.\",\"zKAheG\":\"You're changing session times\",\"MNFIxz\":[\"Idziesz na \",[\"0\"],\"!\"],\"ZlLcht\":[\"Dołączasz do listy oczekujących na \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Jesteś na liście oczekujących!\",\"/5HL6k\":\"Zaproponowano Ci miejsce!\",\"gbjFFH\":\"You've changed the session time\",\"YI0K8C\":[\"Twoje konto zostało dezaktywowane i zostanie trwale usunięte dnia <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Twoje konto ma limity wiadomości. Aby zwiększyć swoje limity, skontaktuj się z nami pod adresem\",\"gsWZkk\":\"Twoje konto jest teraz zaplanowane do usunięcia.\",\"x/xjzn\":\"Twoi partnerzy afiliacji zostali pomyślnie wyeksportowani.\",\"TF37u6\":\"Twoi uczestnicy zostali pomyślnie wyeksportowani.\",\"79lXGw\":\"Twoja lista odpraw została pomyślnie utworzona. Udostępnij poniższy link personelowi odprawy.\",\"BnlG9U\":\"Twoje obecne zamówienie zostanie utracone.\",\"nBqgQb\":\"Twój e-mail\",\"GG1fRP\":\"Twoje wydarzenie jest aktywne!\",\"ifRqmm\":\"Twoja wiadomość została pomyślnie wysłana!\",\"0/+Nn9\":\"Twoje wiadomości pojawią się tutaj\",\"/Rj5P4\":\"Twoje imię\",\"PFjJxY\":\"Twoje nowe hasło musi mieć co najmniej 8 znaków.\",\"gzrCuN\":\"Szczegóły Twojego zamówienia zostały zaktualizowane. E-mail potwierdzenia został wysłany na nowy adres e-mail.\",\"naQW82\":\"Twoje zamówienie zostało anulowane.\",\"bhlHm/\":\"Twoje zamówienie oczekuje na płatność\",\"XeNum6\":\"Twoje zamówienia zostały pomyślnie wyeksportowane.\",\"Xd1R1a\":\"Adres Twojego organizatora\",\"WWYHKD\":\"Twoja płatność jest chroniona szyfrowaniem na poziomie bankowym\",\"5b3QLi\":\"Twój plan\",\"N4Zkqc\":\"Your saved date filter is no longer available — showing all dates.\",\"o0qzpM\":\"Twoje konto Stripe nie jest naruszone i żadne dane nie giną — możesz je ponownie połączyć w dowolnym momencie.\",\"FNO5uZ\":\"Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions.\",\"CnZ3Ou\":\"Twoje bilety zostały potwierdzone.\",\"EmFsMZ\":\"Numer VAT czeka na weryfikację\",\"QBlhh4\":\"Numer VAT zostanie zweryfikowany po zapisaniu\",\"fT9VLt\":\"Twoja oferta z listy oczekujących wygasła i nie mogliśmy zrealizować Twojego zamówienia. Dołącz ponownie do listy oczekujących, aby otrzymać powiadomienie, gdy więcej miejsc stanie się dostępnych.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Nie ma jeszcze nic do wyświetlenia'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>wymeldowany pomyślnie\"],\"KMgp2+\":[[\"0\"],\" dostępne\"],\"Pmr5xp\":[[\"0\"],\" utworzony pomyślnie\"],\"FImCSc\":[[\"0\"],\" zaktualizowany pomyślnie\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" dni, \",[\"hours\"],\" godzin, \",[\"minutes\"],\" minut i \",[\"seconds\"],\" sekund\"],\"f3RdEk\":[[\"hours\"],\" godzin, \",[\"minutes\"],\" minut i \",[\"seconds\"],\" sekund\"],\"fyE7Au\":[[\"minutes\"],\" minut i \",[\"seconds\"],\" sekund\"],\"NlQ0cx\":[\"Pierwsze wydarzenie \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://twoja-strona.com\",\"qnSLLW\":\"<0>Wprowadź cenę bez podatków i opłat.<1>Podatki i opłaty można dodać poniżej.\",\"ZjMs6e\":\"<0>Liczba produktów dostępnych dla tego produktu<1>Ta wartość może zostać zastąpiona, jeśli istnieją <2>Limity Pojemności związane z tym produktem.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 minut i 0 sekund\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Pole daty. Idealne do pytania o datę urodzenia itp.\",\"6euFZ/\":[\"Domyślny \",[\"type\"],\" jest automatycznie stosowany do wszystkich nowych produktów. Możesz to zastąpić dla każdego produktu indywidualnie.\"],\"SMUbbQ\":\"Pole rozwijane pozwala tylko na jedną selekcję\",\"qv4bfj\":\"Opłata, jak opłata rezerwacyjna lub opłata serwisowa\",\"POT0K/\":\"Stała kwota za produkt. Np. 0,50 USD za produkt\",\"f4vJgj\":\"Pole tekstowe wielowierszowe\",\"OIPtI5\":\"Procent ceny produktu. Np. 3,5% ceny produktu\",\"ZthcdI\":\"Kod promocyjny bez rabatu może być użyty do ujawnienia ukrytych produktów.\",\"AG/qmQ\":\"Opcja Radio ma wiele opcji, ale tylko jedna może być wybrana.\",\"h179TP\":\"Krótki opis wydarzenia, który będzie wyświetlany w wynikach wyszukiwania i podczas udostępniania w mediach społecznościowych. Domyślnie zostanie użyty opis wydarzenia\",\"WKMnh4\":\"Pole tekstowe jednowierszowe\",\"BHZbFy\":\"Jedno pytanie na zamówienie. Np. Jaki jest Twój adres wysyłki?\",\"Fuh+dI\":\"Jedno pytanie na produkt. Np. Jaki jest rozmiar Twojej koszulki?\",\"RlJmQg\":\"Standardowy podatek, jak VAT lub GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Akceptuj przelewy bankowe, czeki lub inne metody płatności offline\",\"hrvLf4\":\"Akceptuj płatności kartą kredytową za pomocą Stripe\",\"bfXQ+N\":\"Akceptuj zaproszenie\",\"AeXO77\":\"Konto\",\"lkNdiH\":\"Nazwa konta\",\"Puv7+X\":\"Ustawienia konta\",\"OmylXO\":\"Konto zaktualizowane pomyślnie\",\"7L01XJ\":\"Akcje\",\"FQBaXG\":\"Aktywuj\",\"5T2HxQ\":\"Data aktywacji\",\"F6pfE9\":\"Aktywny\",\"/PN1DA\":\"Dodaj opis dla tej listy odpraw\",\"0/vPdA\":\"Dodaj wszelkie notatki o uczestniku. Nie będą widoczne dla uczestnika.\",\"Or1CPR\":\"Dodaj wszelkie notatki o uczestniku...\",\"l3sZO1\":\"Dodaj wszelkie notatki o zamówieniu. Nie będą widoczne dla klienta.\",\"xMekgu\":\"Dodaj wszelkie notatki o zamówieniu...\",\"PGPGsL\":\"Dodaj opis\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Dodaj instrukcje dla płatności offline (np. szczegóły przelewu bankowego, gdzie wysłać czeki, terminy płatności)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Dodaj nowy\",\"TZxnm8\":\"Dodaj opcję\",\"24l4x6\":\"Dodaj produkt\",\"8q0EdE\":\"Dodaj produkt do kategorii\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Dodaj podatek lub opłatę\",\"goOKRY\":\"Dodaj poziom\",\"oZW/gT\":\"Dodaj do kalendarza\",\"pn5qSs\":\"Dodatkowe informacje\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Adres\",\"NY/x1b\":\"Linia adresu 1\",\"POdIrN\":\"Linia adresu 1\",\"cormHa\":\"Linia adresu 2\",\"gwk5gg\":\"Linia adresu 2\",\"U3pytU\":\"Administrator\",\"HLDaLi\":\"Użytkownicy administratorzy mają pełny dostęp do wydarzeń i ustawień konta.\",\"W7AfhC\":\"Wszyscy uczestnicy tego wydarzenia\",\"cde2hc\":\"Wszystkie produkty\",\"5CQ+r0\":\"Zezwól uczestnikom powiązanym z nieopłaconymi zamówieniami na odprawę\",\"ipYKgM\":\"Zezwól na indeksowanie przez wyszukiwarki\",\"LRbt6D\":\"Zezwól wyszukiwarkom na indeksowanie tego wydarzenia\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Niesamowite, Wydarzenie, Słowa kluczowe...\",\"hehnjM\":\"Kwota\",\"R2O9Rg\":[\"Kwota zapłacona (\",[\"0\"],\")\"],\"V7MwOy\":\"Wystąpił błąd podczas ładowania strony\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Wystąpił nieoczekiwany błąd.\",\"byKna+\":\"Wystąpił nieoczekiwany błąd. Spróbuj ponownie.\",\"ubdMGz\":\"Wszystkie zapytania od posiadaczy produktów będą wysyłane na ten adres e-mail. Będzie również używany jako adres \\\"odpowiedz-do\\\" dla wszystkich e-maili wysyłanych z tego wydarzenia\",\"aAIQg2\":\"Wygląd\",\"Ym1gnK\":\"zastosowane\",\"sy6fss\":[\"Dotyczy \",[\"0\"],\" produktów\"],\"kadJKg\":\"Dotyczy 1 produktu\",\"DB8zMK\":\"Zastosuj\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Zastosuj to \",[\"type\"],\" do wszystkich nowych produktów\"],\"S0ctOE\":\"Zarchiwizuj wydarzenie\",\"TdfEV7\":\"Zarchiwizowane\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Czy na pewno chcesz aktywować tego uczestnika?\",\"TvkW9+\":\"Czy na pewno chcesz zarchiwizować to wydarzenie?\",\"/CV2x+\":\"Czy na pewno chcesz anulować tego uczestnika? To unieważni jego bilet\",\"YgRSEE\":\"Czy na pewno chcesz usunąć ten kod promocyjny?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Czy na pewno chcesz zrobić to wydarzenie szkicem? To sprawi, że wydarzenie będzie niewidoczne dla publiczności\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Czy na pewno chcesz przywrócić to wydarzenie? Zostanie przywrócone jako szkic wydarzenia.\",\"vJuISq\":\"Czy na pewno chcesz usunąć to przypisanie pojemności?\",\"baHeCz\":\"Czy na pewno chcesz usunąć tę listę odpraw?\",\"LBLOqH\":\"Pytaj raz na zamówienie\",\"wu98dY\":\"Pytaj raz na produkt\",\"ss9PbX\":\"Uczestnik\",\"m0CFV2\":\"Szczegóły uczestnika\",\"QKim6l\":\"Uczestnik nie znaleziony\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Bilet uczestnika\",\"9SZT4E\":\"Uczestnicy\",\"iPBfZP\":\"Uczestnicy zarejestrowani\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Automatyczne dopasowanie rozmiaru\",\"vZ5qKF\":\"Automatycznie dopasuj wysokość widgetu na podstawie zawartości. Gdy wyłączone, widget wypełni wysokość kontenera.\",\"4lVaWA\":\"Oczekuje na płatność offline\",\"2rHwhl\":\"Oczekuje na płatność offline\",\"3wF4Q/\":\"Oczekuje na płatność\",\"ioG+xt\":\"Oczekuje na płatność\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Świetny Organizator Sp. z o.o.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Powrót do strony wydarzenia\",\"VCoEm+\":\"Powrót do logowania\",\"k1bLf+\":\"Kolor tła\",\"I7xjqg\":\"Typ tła\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Adres rozliczeniowy\",\"/xC/im\":\"Ustawienia rozliczeń\",\"rp/zaT\":\"Brazylijski portugalski\",\"whqocw\":\"Rejestrując się, zgadzasz się na nasze <0>Warunki korzystania z usługi i <1>Politykę prywatności.\",\"bcCn6r\":\"Typ kalkulacji\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Anuluj\",\"Gjt/py\":\"Anuluj zmianę e-maila\",\"tVJk4q\":\"Anuluj zamówienie\",\"Os6n2a\":\"Anuluj zamówienie\",\"Mz7Ygx\":[\"Anuluj zamówienie \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Anulowane\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Pojemność\",\"V6Q5RZ\":\"Przypisanie pojemności utworzone pomyślnie\",\"k5p8dz\":\"Przypisanie pojemności usunięte pomyślnie\",\"nDBs04\":\"Zarządzanie pojemnością\",\"ddha3c\":\"Kategorie pozwalają grupować produkty razem. Na przykład, możesz mieć kategorię dla \\\"Biletów\\\" i inną dla \\\"Towarów\\\".\",\"iS0wAT\":\"Kategorie pomagają organizować Twoje produkty. Ten tytuł będzie wyświetlany na publicznej stronie wydarzenia.\",\"eorM7z\":\"Kategorie zostały pomyślnie przeorganizowane.\",\"3EXqwa\":\"Kategoria utworzona pomyślnie\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Zmień hasło\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Zameldowanie \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Zameldowanie i oznaczenie zamówienia jako opłacone\",\"QYLpB4\":\"Tylko zameldowanie\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Sprawdź to wydarzenie!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Lista odpraw usunięta pomyślnie\",\"+hBhWk\":\"Lista odpraw wygasła\",\"mBsBHq\":\"Lista odpraw nie jest aktywna\",\"vPqpQG\":\"Lista odpraw nie znaleziona\",\"tejfAy\":\"Listy odpraw\",\"hD1ocH\":\"URL zameldowania skopiowany do schowka\",\"CNafaC\":\"Opcje pól wyboru pozwalają na wielokrotny wybór\",\"SpabVf\":\"Pola wyboru\",\"CRu4lK\":\"Zameldowany\",\"znIg+z\":\"Płatność\",\"1WnhCL\":\"Ustawienia płatności\",\"6imsQS\":\"Chiński (uproszczony)\",\"JjkX4+\":\"Wybierz kolor dla swojego tła\",\"/Jizh9\":\"Wybierz konto\",\"3wV73y\":\"Miasto\",\"FG98gC\":\"Wyczyść tekst wyszukiwania\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Kliknij, aby skopiować\",\"yz7wBu\":\"Zamknij\",\"62Ciis\":\"Zamknij pasek boczny\",\"EWPtMO\":\"Kod\",\"ercTDX\":\"Kod musi mieć od 3 do 50 znaków\",\"oqr9HB\":\"Zwiń ten produkt, gdy strona wydarzenia jest początkowo ładowana\",\"jZlrte\":\"Kolor\",\"Vd+LC3\":\"Kolor musi być prawidłowym kodem koloru hex. Przykład: #ffffff\",\"1HfW/F\":\"Kolory\",\"VZeG/A\":\"Wkrótce\",\"yPI7n9\":\"Słowa kluczowe oddzielone przecinkami opisujące wydarzenie. Będą używane przez wyszukiwarki do kategoryzacji i indeksowania wydarzenia\",\"NPZqBL\":\"Zakończ zamówienie\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Zakończ płatność\",\"qqWcBV\":\"Zakończone\",\"6HK5Ct\":\"Zakończone zamówienia\",\"NWVRtl\":\"Zakończone zamówienia\",\"DwF9eH\":\"Kod komponentu\",\"Tf55h7\":\"Skonfigurowany rabat\",\"7VpPHA\":\"Potwierdź\",\"ZaEJZM\":\"Potwierdź zmianę e-maila\",\"yjkELF\":\"Potwierdź nowe hasło\",\"xnWESi\":\"Potwierdź hasło\",\"p2/GCq\":\"Potwierdź hasło\",\"wnDgGj\":\"Potwierdzanie adresu e-mail...\",\"pbAk7a\":\"Połącz Stripe\",\"UMGQOh\":\"Połącz z Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Szczegóły połączenia\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Kontynuuj\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Tekst przycisku kontynuacji\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Skopiowane\",\"T5rdis\":\"skopiowane do schowka\",\"he3ygx\":\"Kopiuj\",\"r2B2P8\":\"Kopiuj URL zameldowania\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Kopiuj link\",\"E6nRW7\":\"Kopiuj URL\",\"JNCzPW\":\"Kraj\",\"IF7RiR\":\"Okładka\",\"hYgDIe\":\"Utwórz\",\"b9XOHo\":[\"Utwórz \",[\"0\"]],\"k9RiLi\":\"Utwórz produkt\",\"6kdXbW\":\"Utwórz kod promocyjny\",\"n5pRtF\":\"Utwórz bilet\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"utwórz organizatora\",\"ipP6Ue\":\"Utwórz uczestnika\",\"VwdqVy\":\"Utwórz przypisanie pojemności\",\"EwoMtl\":\"Utwórz kategorię\",\"XletzW\":\"Utwórz kategorię\",\"WVbTwK\":\"Utwórz listę zameldowań\",\"uN355O\":\"Utwórz wydarzenie\",\"BOqY23\":\"Utwórz nowe\",\"kpJAeS\":\"Utwórz organizatora\",\"a0EjD+\":\"Utwórz produkt\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Utwórz kod promocyjny\",\"B3Mkdt\":\"Utwórz pytanie\",\"UKfi21\":\"Utwórz podatek lub opłatę\",\"d+F6q9\":\"Utworzone\",\"Q2lUR2\":\"Waluta\",\"DCKkhU\":\"Aktualne hasło\",\"uIElGP\":\"Niestandardowy URL map\",\"UEqXyt\":\"Niestandardowy zakres\",\"876pfE\":\"Klient\",\"QOg2Sf\":\"Dostosuj ustawienia e-mail i powiadomień dla tego wydarzenia\",\"Y9Z/vP\":\"Dostosuj stronę główną wydarzenia i komunikaty płatności\",\"2E2O5H\":\"Dostosuj różne ustawienia dla tego wydarzenia\",\"iJhSxe\":\"Dostosuj ustawienia SEO dla tego wydarzenia\",\"KIhhpi\":\"Dostosuj swoją stronę wydarzenia\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Strefa zagrożenia\",\"ZQKLI1\":\"Strefa zagrożenia\",\"7p5kLi\":\"Panel\",\"mYGY3B\":\"Data\",\"JvUngl\":\"Data i czas\",\"JJhRbH\":\"Pojemność pierwszego dnia\",\"cnGeoo\":\"Usuń\",\"jRJZxD\":\"Usuń pojemność\",\"VskHIx\":\"Usuń kategorię\",\"Qrc8RZ\":\"Usuń listę zameldowań\",\"WHf154\":\"Usuń kod\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Opis\",\"YC3oXa\":\"Opis dla personelu zameldowań\",\"URmyfc\":\"Szczegóły\",\"1lRT3t\":\"Wyłączenie tej pojemności będzie śledzić sprzedaż, ale nie zatrzyma jej po osiągnięciu limitu\",\"H6Ma8Z\":\"Zniżka\",\"ypJ62C\":\"Zniżka %\",\"3LtiBI\":[\"Zniżka w \",[\"0\"]],\"C8JLas\":\"Typ zniżki\",\"1QfxQT\":\"Zamknij\",\"DZlSLn\":\"Etykieta dokumentu\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Pobierz .ics\",\"kodV18\":\"Pobierz CSV\",\"CELKku\":\"Pobierz fakturę\",\"LQrXcu\":\"Pobierz fakturę\",\"QIodqd\":\"Pobierz kod QR\",\"yhjU+j\":\"Pobieranie faktury\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Wybór z listy rozwijanej\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Duplikuj wydarzenie\",\"3ogkAk\":\"Duplikuj wydarzenie\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Opcje duplikacji\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Wcześniak\",\"ePK91l\":\"Edytuj\",\"N6j2JH\":[\"Edytuj \",[\"0\"]],\"kBkYSa\":\"Edytuj pojemność\",\"oHE9JT\":\"Edytuj przypisanie pojemności\",\"j1Jl7s\":\"Edytuj kategorię\",\"FU1gvP\":\"Edytuj listę zameldowań\",\"iFgaVN\":\"Edytuj kod\",\"jrBSO1\":\"Edytuj organizatora\",\"tdD/QN\":\"Edytuj produkt\",\"n143Tq\":\"Edytuj kategorię produktu\",\"9BdS63\":\"Edytuj kod promocyjny\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Edytuj pytanie\",\"poTr35\":\"Edytuj użytkownika\",\"GTOcxw\":\"Edytuj użytkownika\",\"pqFrv2\":\"np. 2.50 za 2.50 USD\",\"3yiej1\":\"np. 23.5 za 23.5%\",\"O3oNi5\":\"E-mail\",\"VxYKoK\":\"Ustawienia e-mail i powiadomień\",\"ATGYL1\":\"Adres e-mail\",\"hzKQCy\":\"Adres e-mail\",\"HqP6Qf\":\"Zmiana e-mail anulowana pomyślnie\",\"mISwW1\":\"Zmiana e-mail w toku\",\"APuxIE\":\"Potwierdzenie e-mail wysłane ponownie\",\"YaCgdO\":\"Potwierdzenie e-mail wysłane ponownie pomyślnie\",\"jyt+cx\":\"Wiadomość w stopce e-mail\",\"I6F3cp\":\"E-mail nie zweryfikowany\",\"NTZ/NX\":\"Kod osadzenia\",\"4rnJq4\":\"Skrypt osadzenia\",\"8oPbg1\":\"Włącz fakturowanie\",\"j6w7d/\":\"Włącz tę pojemność, aby zatrzymać sprzedaż produktów po osiągnięciu limitu\",\"VFv2ZC\":\"Data zakończenia\",\"237hSL\":\"Zakończony\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Angielski\",\"MhVoma\":\"Wprowadź kwotę bez podatków i opłat.\",\"SlfejT\":\"Błąd\",\"3Z223G\":\"Błąd potwierdzania adresu e-mail\",\"a6gga1\":\"Błąd potwierdzania zmiany e-mail\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Wydarzenie\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Data wydarzenia\",\"0Zptey\":\"Domyślne ustawienia wydarzenia\",\"QcCPs8\":\"Szczegóły wydarzenia\",\"6fuA9p\":\"Wydarzenie zostało pomyślnie zduplikowane\",\"AEuj2m\":\"Strona główna wydarzenia\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Lokalizacja wydarzenia i szczegóły miejsca\",\"OopDbA\":\"Event page\",\"4/If97\":\"Aktualizacja statusu wydarzenia nie powiodła się. Spróbuj ponownie później\",\"btxLWj\":\"Status wydarzenia zaktualizowany\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Wydarzenia\",\"sZg7s1\":\"Data wygaśnięcia\",\"KnN1Tu\":\"Wygasa\",\"uaSvqt\":\"Data wygaśnięcia\",\"GS+Mus\":\"Eksportuj\",\"9xAp/j\":\"Nie udało się anulować uczestnika\",\"ZpieFv\":\"Nie udało się anulować zamówienia\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Nie udało się pobrać faktury. Spróbuj ponownie.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Nie udało się załadować listy zameldowań\",\"ZQ15eN\":\"Nie udało się ponownie wysłać e-maila z biletem\",\"ejXy+D\":\"Nie udało się posortować produktów\",\"PLUB/s\":\"Opłata\",\"/mfICu\":\"Opłaty\",\"LyFC7X\":\"Filtruj zamówienia\",\"cSev+j\":\"Filtry\",\"CVw2MU\":[\"Filtry (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Pierwszy numer faktury\",\"V1EGGU\":\"Imię\",\"kODvZJ\":\"Imię\",\"S+tm06\":\"Imię musi mieć od 1 do 50 znaków\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Pierwsze użycie\",\"TpqW74\":\"Stały\",\"irpUxR\":\"Kwota stała\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Zapomniałeś hasła?\",\"2POOFK\":\"Darmowy\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Francuski\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Niemiecki\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Wróć do profilu\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Kalendarz Google\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Sprzedaż brutto\",\"yRg26W\":\"Sprzedaż brutto\",\"R4r4XO\":\"Goście\",\"26pGvx\":\"Masz kod promocyjny?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"Oto przykład, jak możesz użyć komponentu w swojej aplikacji.\",\"Y1SSqh\":\"Oto komponent React, którego możesz użyć do osadzenia widżetu w swojej aplikacji.\",\"QuhVpV\":[\"Cześć \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Ukryte przed widokiem publicznym\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Ukryte pytania są widoczne tylko dla organizatora wydarzenia, a nie dla klienta.\",\"vLyv1R\":\"Ukryj\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Ukryj produkt po dacie zakończenia sprzedaży\",\"06s3w3\":\"Ukryj produkt przed datą rozpoczęcia sprzedaży\",\"axVMjA\":\"Ukryj produkt, chyba że użytkownik ma odpowiedni kod promocyjny\",\"ySQGHV\":\"Ukryj produkt po wyprzedaniu\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Ukryj ten produkt przed klientami\",\"Da29Y6\":\"Ukryj to pytanie\",\"fvDQhr\":\"Ukryj ten poziom przed użytkownikami\",\"lNipG+\":\"Ukrycie produktu uniemożliwi użytkownikom zobaczenie go na stronie wydarzenia.\",\"ZOBwQn\":\"Projekt strony głównej\",\"PRuBTd\":\"Projektant strony głównej\",\"YjVNGZ\":\"Podgląd strony głównej\",\"c3E/kw\":\"Jan\",\"8k8Njd\":\"Ile minut klient ma na ukończenie zamówienia. Zalecamy co najmniej 15 minut\",\"ySxKZe\":\"Ile razy można użyć tego kodu?\",\"dZsDbK\":[\"Przekroczono limit znaków HTML: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Zgadzam się z <0>regulaminem\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Jeśli włączone, personel odprawy może oznaczyć uczestników jako sprawdzonych lub oznaczyć zamówienie jako opłacone i sprawdzić uczestników. Jeśli wyłączone, uczestnicy powiązani z nieopłaconymi zamówieniami nie mogą być sprawdzeni.\",\"muXhGi\":\"Jeśli włączone, organizator otrzyma powiadomienie e-mail, gdy zostanie złożone nowe zamówienie\",\"6fLyj/\":\"Jeśli nie zażądałeś tej zmiany, natychmiast zmień hasło.\",\"n/ZDCz\":\"Obraz został pomyślnie usunięty\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Obraz został pomyślnie przesłany\",\"VyUuZb\":\"URL obrazu\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Nieaktywny\",\"T0K0yl\":\"Nieaktywni użytkownicy nie mogą się zalogować.\",\"kO44sp\":\"Dołącz szczegóły połączenia dla swojego wydarzenia online. Te szczegóły będą wyświetlane na stronie podsumowania zamówienia i stronie biletu uczestnika.\",\"FlQKnG\":\"Uwzględnij podatek i opłaty w cenie\",\"Vi+BiW\":[\"Zawiera \",[\"0\"],\" produktów\"],\"lpm0+y\":\"Zawiera 1 produkt\",\"UiAk5P\":\"Wstaw obraz\",\"OyLdaz\":\"Zaproszenie wysłane ponownie!\",\"HE6KcK\":\"Zaproszenie cofnięte!\",\"SQKPvQ\":\"Zaproś użytkownika\",\"bKOYkd\":\"Faktura została pomyślnie pobrana\",\"alD1+n\":\"Notatki do faktury\",\"kOtCs2\":\"Numeracja faktur\",\"UZ2GSZ\":\"Ustawienia faktury\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Przedmiot\",\"KFXip/\":\"Jan\",\"XcgRvb\":\"Kowalski\",\"87a/t/\":\"Etykieta\",\"vXIe7J\":\"Język\",\"2LMsOq\":\"Ostatnie 12 miesięcy\",\"vfe90m\":\"Ostatnie 14 dni\",\"aK4uBd\":\"Ostatnie 24 godziny\",\"uq2BmQ\":\"Ostatnie 30 dni\",\"bB6Ram\":\"Ostatnie 48 godzin\",\"VlnB7s\":\"Ostatnie 6 miesięcy\",\"ct2SYD\":\"Ostatnie 7 dni\",\"XgOuA7\":\"Ostatnie 90 dni\",\"I3yitW\":\"Ostatnie logowanie\",\"1ZaQUH\":\"Nazwisko\",\"UXBCwc\":\"Nazwisko\",\"tKCBU0\":\"Ostatnio używany\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Pozostaw puste, aby użyć domyślnego słowa \\\"Faktura\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Ładowanie...\",\"wJijgU\":\"Lokalizacja\",\"sQia9P\":\"Zaloguj się\",\"zUDyah\":\"Logowanie\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Wyloguj się\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Uczyń adres rozliczeniowy obowiązkowym podczas płatności\",\"MU3ijv\":\"Uczyń to pytanie obowiązkowym\",\"wckWOP\":\"Zarządzaj\",\"onpJrA\":\"Zarządzaj uczestnikiem\",\"n4SpU5\":\"Zarządzaj wydarzeniem\",\"WVgSTy\":\"Zarządzaj zamówieniem\",\"1MAvUY\":\"Zarządzaj ustawieniami płatności i fakturowania dla tego wydarzenia.\",\"cQrNR3\":\"Zarządzaj profilem\",\"AtXtSw\":\"Zarządzaj podatkami i opłatami, które mogą być zastosowane do Twoich produktów\",\"ophZVW\":\"Zarządzaj biletami\",\"DdHfeW\":\"Zarządzaj szczegółami konta i ustawieniami domyślnymi\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Zarządzaj użytkownikami i ich uprawnieniami\",\"1m+YT2\":\"Obowiązkowe pytania muszą być odpowiedzi przed dokonaniem płatności przez klienta.\",\"Dim4LO\":\"Dodaj uczestnika ręcznie\",\"e4KdjJ\":\"Dodaj uczestnika ręcznie\",\"vFjEnF\":\"Oznacz jako opłacone\",\"g9dPPQ\":\"Maksimum na zamówienie\",\"l5OcwO\":\"Wyślij wiadomość do uczestnika\",\"Gv5AMu\":\"Wyślij wiadomość do uczestników\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Wyślij wiadomość do kupującego\",\"tNZzFb\":\"Treść wiadomości\",\"lYDV/s\":\"Wyślij wiadomość do indywidualnych uczestników\",\"V7DYWd\":\"Wiadomość wysłana\",\"t7TeQU\":\"Wiadomości\",\"xFRMlO\":\"Minimum na zamówienie\",\"QYcUEf\":\"Cena minimalna\",\"RDie0n\":\"Różne\",\"mYLhkl\":\"Ustawienia różne\",\"KYveV8\":\"Pole tekstowe wielowierszowe\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Opis mojego niesamowitego wydarzenia...\",\"vX8/tc\":\"Tytuł mojego niesamowitego wydarzenia...\",\"hKtWk2\":\"Mój profil\",\"fj5byd\":\"N/D\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Nazwa\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Przejdź do uczestnika\",\"qqeAJM\":\"Nigdy\",\"7vhWI8\":\"Nowe hasło\",\"1UzENP\":\"Nie\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Brak zarchiwizowanych wydarzeń do wyświetlenia.\",\"q2LEDV\":\"Nie znaleziono uczestników dla tego zamówienia.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Brak uczestników do wyświetlenia\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Brak przypisań pojemności\",\"a/gMx2\":\"Brak list zameldowań\",\"tMFDem\":\"Brak dostępnych danych\",\"6Z/F61\":\"Brak danych do wyświetlenia. Wybierz zakres dat\",\"fFeCKc\":\"Brak zniżki\",\"HFucK5\":\"Brak zakończonych wydarzeń do wyświetlenia.\",\"yAlJXG\":\"Brak wydarzeń do wyświetlenia\",\"GqvPcv\":\"Brak dostępnych filtrów\",\"KPWxKD\":\"Brak wiadomości do wyświetlenia\",\"J2LkP8\":\"Brak zamówień do wyświetlenia\",\"RBXXtB\":\"Żadne metody płatności nie są obecnie dostępne. Skontaktuj się z organizatorem wydarzenia w celu uzyskania pomocy.\",\"ZWEfBE\":\"Brak wymaganej płatności\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Brak produktów dostępnych w tej kategorii.\",\"FTfObB\":\"Brak produktów jeszcze\",\"+Y976X\":\"Brak kodów promocyjnych do wyświetlenia\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Brak wyników\",\"gk5uwN\":\"Brak wyników wyszukiwania\",\"RHyZUL\":\"Brak wyników wyszukiwania.\",\"RY2eP1\":\"Żadne podatki lub opłaty nie zostały dodane.\",\"EdQY6l\":\"Żaden\",\"OJx3wK\":\"Niedostępny\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Notatki\",\"jtrY3S\":\"Nic do pokazania jeszcze\",\"hFwWnI\":\"Ustawienia powiadomień\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Powiadom organizatora o nowych zamówieniach\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Liczba dni dozwolonych na płatność (pozostaw puste, aby pominąć warunki płatności z faktur)\",\"n86jmj\":\"Prefiks numeru\",\"mwe+2z\":\"Zamówienia offline nie są odzwierciedlane w statystykach wydarzenia, dopóki zamówienie nie zostanie oznaczone jako opłacone.\",\"dWBrJX\":\"Płatność offline nie powiodła się. Spróbuj ponownie lub skontaktuj się z organizatorem wydarzenia.\",\"fcnqjw\":\"Instrukcje płatności offline\",\"+eZ7dp\":\"Płatności offline\",\"ojDQlR\":\"Informacje o płatnościach offline\",\"u5oO/W\":\"Ustawienia płatności offline\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"W sprzedaży\",\"Ug4SfW\":\"Po utworzeniu wydarzenia, zobaczysz je tutaj.\",\"ZxnK5C\":\"Po rozpoczęciu zbierania danych, zobaczysz je tutaj.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Trwający\",\"z+nuVJ\":\"Wydarzenie online\",\"WKHW0N\":\"Szczegóły wydarzenia online\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Otwórz stronę zameldowania\",\"OdnLE4\":\"Otwórz pasek boczny\",\"ZZEYpT\":[\"Opcja \",[\"i\"]],\"oPknTP\":\"Opcjonalne dodatkowe informacje, które pojawią się na wszystkich fakturach (np. warunki płatności, opłaty za opóźnienia, polityka zwrotów)\",\"OrXJBY\":\"Opcjonalny prefiks dla numerów faktur (np. INV-)\",\"0zpgxV\":\"Opcje\",\"BzEFor\":\"lub\",\"UYUgdb\":\"Zamówienie\",\"mm+eaX\":\"Nr zamówienia\",\"B3gPuX\":\"Zamówienie anulowane\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Data zamówienia\",\"Tol4BF\":\"Szczegóły zamówienia\",\"WbImlQ\":\"Zamówienie zostało anulowane, a właściciel zamówienia został powiadomiony.\",\"nAn4Oe\":\"Zamówienie oznaczone jako opłacone\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Referencja zamówienia\",\"acIJ41\":\"Status zamówienia\",\"GX6dZv\":\"Podsumowanie zamówienia\",\"tDTq0D\":\"Limit czasu zamówienia\",\"1h+RBg\":\"Zamówienia\",\"3y+V4p\":\"Adres organizacji\",\"GVcaW6\":\"Szczegóły organizacji\",\"nfnm9D\":\"Nazwa organizacji\",\"G5RhpL\":\"Organizator\",\"mYygCM\":\"Organizator jest wymagany\",\"Pa6G7v\":\"Nazwa organizatora\",\"l894xP\":\"Organizatorzy mogą zarządzać tylko wydarzeniami i produktami. Nie mogą zarządzać użytkownikami, ustawieniami konta ani informacjami rozliczeniowymi.\",\"fdjq4c\":\"Wypełnienie\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Strona nie znaleziona\",\"QbrUIo\":\"Wyświetlenia strony\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"opłacony\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Częściowo zwrócony\",\"8ZsakT\":\"Hasło\",\"TUJAyx\":\"Hasło musi mieć minimum 8 znaków\",\"vwGkYB\":\"Hasło musi mieć co najmniej 8 znaków\",\"BLTZ42\":\"Hasło zostało pomyślnie zresetowane. Zaloguj się nowym hasłem.\",\"f7SUun\":\"Hasła nie są takie same\",\"aEDp5C\":\"Wklej to tam, gdzie chcesz, aby widget się pojawił.\",\"+23bI/\":\"Patryk\",\"iAS9f2\":\"patryk@acme.com\",\"621rYf\":\"Płatność\",\"Lg+ewC\":\"Płatności i fakturowanie\",\"DZjk8u\":\"Ustawienia płatności i fakturowania\",\"lflimf\":\"Okres płatności\",\"JhtZAK\":\"Płatność nie powiodła się\",\"JEdsvQ\":\"Instrukcje płatności\",\"bLB3MJ\":\"Metody płatności\",\"QzmQBG\":\"Dostawca płatności\",\"lsxOPC\":\"Płatność otrzymana\",\"wJTzyi\":\"Status płatności\",\"xgav5v\":\"Płatność powiodła się!\",\"R29lO5\":\"Warunki płatności\",\"/roQKz\":\"Procent\",\"vPJ1FI\":\"Kwota procentowa\",\"xdA9ud\":\"Umieść to w swojej strony internetowej.\",\"blK94r\":\"Dodaj co najmniej jedną opcję\",\"FJ9Yat\":\"Sprawdź, czy podane informacje są poprawne\",\"TkQVup\":\"Sprawdź swój email i hasło i spróbuj ponownie\",\"sMiGXD\":\"Sprawdź, czy Twój email jest prawidłowy\",\"Ajavq0\":\"Sprawdź swój email, aby potwierdzić adres email\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Kontynuuj w nowej karcie\",\"hcX103\":\"Utwórz produkt\",\"cdR8d6\":\"Utwórz bilet\",\"x2mjl4\":\"Wprowadź prawidłowy URL obrazu, który wskazuje na obraz.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Uwaga\",\"C63rRe\":\"Wróć do strony wydarzenia, aby zacząć od nowa.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Wybierz co najmniej jeden produkt\",\"igBrCH\":\"Zweryfikuj swój adres email, aby uzyskać dostęp do wszystkich funkcji\",\"/IzmnP\":\"Poczekaj, przygotowujemy Twoją fakturę...\",\"MOERNx\":\"Portugalski\",\"qCJyMx\":\"Wiadomość po płatności\",\"g2UNkE\":\"Obsługiwane przez\",\"Rs7IQv\":\"Wiadomość przed płatnością\",\"rdUucN\":\"Podgląd\",\"a7u1N9\":\"Cena\",\"CmoB9j\":\"Tryb wyświetlania ceny\",\"BI7D9d\":\"Cena nie ustawiona\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Główny kolor\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Główny kolor tekstu\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Drukuj wszystkie bilety\",\"DKwDdj\":\"Drukuj bilety\",\"K47k8R\":\"Produkt\",\"1JwlHk\":\"Kategoria produktu\",\"U61sAj\":\"Kategoria produktu została pomyślnie zaktualizowana.\",\"1USFWA\":\"Produkt został pomyślnie usunięty\",\"4Y2FZT\":\"Typ ceny produktu\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Sprzedaż produktów\",\"U/R4Ng\":\"Poziom produktu\",\"sJsr1h\":\"Typ produktu\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Produkt(y)\",\"N0qXpE\":\"Produkty\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Sprzedane produkty\",\"/u4DIx\":\"Sprzedane produkty\",\"DJQEZc\":\"Produkty zostały pomyślnie posortowane\",\"vERlcd\":\"Profil\",\"kUlL8W\":\"Profil został pomyślnie zaktualizowany\",\"cl5WYc\":[\"Kod promocyjny \",[\"promo_code\"],\" zastosowany\"],\"P5sgAk\":\"Kod promocyjny\",\"yKWfjC\":\"Strona kodu promocyjnego\",\"RVb8Fo\":\"Kody promocyjne\",\"BZ9GWa\":\"Kody promocyjne mogą być używane do oferowania rabatów, dostępu przed sprzedażą lub zapewnienia specjalnego dostępu do Twojego wydarzenia.\",\"OP094m\":\"Raport kodów promocyjnych\",\"4kyDD5\":\"Podaj dodatkowy kontekst lub instrukcje dla tego pytania. Użyj tego pola, aby dodać warunki,\\nwytyczne lub ważne informacje, które uczestnicy muszą znać przed udzieleniem odpowiedzi.\",\"toutGW\":\"Kod QR\",\"LkMOWF\":\"Dostępna ilość\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Pytanie usunięte\",\"avf0gk\":\"Opis pytania\",\"oQvMPn\":\"Tytuł pytania\",\"enzGAL\":\"Pytania\",\"ROv2ZT\":\"Pytania i odpowiedzi\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Opcja radiowa\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Odbiorca\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Zwrot nie powiódł się\",\"n10yGu\":\"Zwróć zamówienie\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Zwrot oczekuje\",\"xHpVRl\":\"Status zwrotu\",\"/BI0y9\":\"Zwrócony\",\"fgLNSM\":\"Zarejestruj się\",\"9+8Vez\":\"Pozostałe użycia\",\"tasfos\":\"usuń\",\"t/YqKh\":\"Usuń\",\"t9yxlZ\":\"Raporty\",\"prZGMe\":\"Wymagaj adresu rozliczeniowego\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Wyślij ponownie potwierdzenie emaila\",\"wIa8Qe\":\"Wyślij ponownie zaproszenie\",\"VeKsnD\":\"Wyślij ponownie email zamówienia\",\"dFuEhO\":\"Wyślij ponownie email biletu\",\"o6+Y6d\":\"Wysyłanie ponownie...\",\"OfhWJH\":\"Resetuj\",\"RfwZxd\":\"Resetuj hasło\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Przywróć wydarzenie\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Wróć do strony wydarzenia\",\"8YBH95\":\"Przychody\",\"PO/sOY\":\"Cofnij zaproszenie\",\"GDvlUT\":\"Rola\",\"ELa4O9\":\"Data zakończenia sprzedaży\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Data rozpoczęcia sprzedaży\",\"hBsw5C\":\"Sprzedaż zakończona\",\"kpAzPe\":\"Sprzedaż rozpoczyna się\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Zapisz\",\"IUwGEM\":\"Zapisz zmiany\",\"U65fiW\":\"Zapisz organizatora\",\"UGT5vp\":\"Zapisz ustawienia\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Szukaj po nazwie uczestnika, e-mailu lub numerze zamówienia...\",\"+pr/FY\":\"Szukaj po nazwie wydarzenia...\",\"3zRbWw\":\"Szukaj po nazwie, e-mailu lub numerze zamówienia...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Szukaj po nazwie...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Szukaj przypisania pojemności...\",\"r9M1hc\":\"Szukaj list odpraw...\",\"+0Yy2U\":\"Szukaj produktów\",\"YIix5Y\":\"Szukaj...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Kolor wtórny\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Kolor tekstu wtórnego\",\"02ePaq\":[\"Wybierz \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Wybierz kategorię...\",\"kWI/37\":\"Wybierz organizatora\",\"ixIx1f\":\"Wybierz produkt\",\"3oSV95\":\"Wybierz poziom produktu\",\"C4Y1hA\":\"Wybierz produkty\",\"hAjDQy\":\"Wybierz status\",\"QYARw/\":\"Wybierz bilet\",\"OMX4tH\":\"Wybierz bilety\",\"DrwwNd\":\"Wybierz okres czasu\",\"O/7I0o\":\"Wybierz...\",\"JlFcis\":\"Wyślij\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Wyślij wiadomość\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Wyślij wiadomość\",\"D7ZemV\":\"Wyślij potwierdzenie zamówienia i email biletu\",\"v1rRtW\":\"Wyślij test\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"Opis SEO\",\"/SIY6o\":\"Słowa kluczowe SEO\",\"GfWoKv\":\"Ustawienia SEO\",\"rXngLf\":\"Tytuł SEO\",\"/jZOZa\":\"Opłata za usługę\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Ustaw numer początkowy numeracji faktur. Nie można tego zmienić po wygenerowaniu faktur.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Ustawienia\",\"Z8lGw6\":\"Udostępnij\",\"B2V3cA\":\"Udostępnij wydarzenie\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Pokaż\",\"V0SbFp\":\"Pokaż dostępną ilość produktu\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Pokaż więcej\",\"izwOOD\":\"Pokaż podatki i opłaty oddzielnie\",\"1SbbH8\":\"Pokazane klientowi po ich potwierdzeniu, na stronie podsumowania zamówienia.\",\"YfHZv0\":\"Pokazane klientowi przed potwierdzeniem\",\"CBBcly\":\"Pokazuje typowe pola adresu, w tym kraj\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Pole tekstowe jednoliniowe\",\"+P0Cn2\":\"Pomin to krok\",\"YSEnLE\":\"Smith\",\"lgFfeO\":\"Wyprzedane\",\"Mi1rVn\":\"Wyprzedane\",\"nwtY4N\":\"Coś poszło nie tak\",\"GRChTw\":\"Coś poszło nie tak podczas usuwania podatku lub opłaty\",\"YHFrbe\":\"Coś poszło nie tak! Spróbuj ponownie\",\"kf83Ld\":\"Coś poszło nie tak.\",\"fWsBTs\":\"Coś poszło nie tak. Spróbuj ponownie.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Przepraszamy, ten kod promocyjny nie jest rozpoznany\",\"65A04M\":\"Hiszpański\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Data rozpoczęcia\",\"/2by1f\":\"Staat lub region\",\"uAQUqI\":\"Status\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Płatności Stripe nie są włączone dla tego wydarzenia.\",\"UJmAAK\":\"Temat\",\"X2rrlw\":\"Razem część\",\"zzDlyQ\":\"Powodzenie\",\"b0HJ45\":[\"Powodzenie! \",[\"0\"],\" otrzyma email wkrótce.\"],\"BJIEiF\":[\"Pomyślnie \",[\"0\"],\" uczestnika\"],\"OtgNFx\":\"Pomyślnie potwierdzona adres e-mail\",\"IKwyaF\":\"Pomyślnie potwierdzona zmiana e-maila\",\"zLmvhE\":\"Pomyślnie utworzony uczestnik\",\"gP22tw\":\"Pomyślnie utworzony produkt\",\"9mZEgt\":\"Pomyślnie utworzony kod promocyjny\",\"aIA9C4\":\"Pomyślnie utworzone pytanie\",\"J3RJSZ\":\"Pomyślnie zaktualizowany uczestnik\",\"3suLF0\":\"Pomyślnie zaktualizowane przypisanie pojemności\",\"Z+rnth\":\"Pomyślnie zaktualizowana lista odpraw\",\"vzJenu\":\"Pomyślnie zaktualizowane ustawienia email\",\"7kOMfV\":\"Pomyślnie zaktualizowane wydarzenie\",\"G0KW+e\":\"Pomyślnie zaktualizowany projekt strony głównej\",\"k9m6/E\":\"Pomyślnie zaktualizowane ustawienia strony głównej\",\"y/NR6s\":\"Pomyślnie zaktualizowana lokalizacja\",\"73nxDO\":\"Pomyślnie zaktualizowane różne ustawienia\",\"4H80qv\":\"Pomyślnie zaktualizowane zamówienie\",\"6xCBVN\":\"Pomyślnie zaktualizowane ustawienia płatności i fakturowania\",\"1Ycaad\":\"Produkt zaktualizowany pomyślnie\",\"70dYC8\":\"Pomyślnie zaktualizowany kod promocyjny\",\"F+pJnL\":\"Pomyślnie zaktualizowane ustawienia Seo\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Email wsparcia\",\"uRfugr\":\"Koszulka\",\"JpohL9\":\"Podatek\",\"geUFpZ\":\"Podatki i opłaty\",\"dFHcIn\":\"Szczegóły podatku\",\"wQzCPX\":\"Informacje podatkowe wyświetlane na dole wszystkich faktur (np. numer VAT, rejestracja podatkowa)\",\"0RXCDo\":\"Podatek lub opłata usunięte pomyślnie\",\"ZowkxF\":\"Podatki\",\"qu6/03\":\"Podatki i opłaty\",\"gypigA\":\"Ten kod promocyjny jest nieprawidłowy\",\"5ShqeM\":\"Lista kontrolna, której szukasz, nie istnieje.\",\"QXlz+n\":\"Domyślna waluta dla Twoich imprez.\",\"mnafgQ\":\"Domyślna strefa czasowa dla Twoich imprez.\",\"o7s5FA\":\"Język, w którym uczestnik będzie otrzymywać e-maile.\",\"NlfnUd\":\"Kliknięty link jest nieprawidłowy.\",\"HsFnrk\":[\"Maksymalna liczba produktów dla \",[\"0\"],\" to \",[\"1\"]],\"TSAiPM\":\"Strona, której szukasz, nie istnieje\",\"MSmKHn\":\"Cena wyświetlana klientowi będzie zawierać podatki i opłaty.\",\"6zQOg1\":\"Cena wyświetlana klientowi nie będzie zawierać podatków i opłat. Będą one wyświetlane oddzielnie\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Tytuł wydarzenia, który będzie wyświetlany w wynikach wyszukiwarki i podczas udostępniania w mediach społecznościowych. Domyślnie będzie używany tytuł wydarzenia\",\"wDx3FF\":\"Brak dostępnych produktów dla tego wydarzenia\",\"pNgdBv\":\"Brak dostępnych produktów w tej kategorii\",\"rMcHYt\":\"Zwrot jest w toku. Proszę czekać na jego zakończenie przed złożeniem nowego żądania zwrotu.\",\"F89D36\":\"Błąd podczas oznaczania zamówienia jako opłaconego\",\"68Axnm\":\"Podczas przetwarzania Twojego żądania pojawiła się błąd. Proszę spróbować ponownie.\",\"mVKOW6\":\"Błąd podczas wysyłania wiadomości\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Ten uczestnik ma nieopłacone zamówienie.\",\"mf3FrP\":\"Ta kategoria nie ma jeszcze żadnych produktów.\",\"8QH2Il\":\"Ta kategoria jest ukryta przed publicznym widokiem\",\"xxv3BZ\":\"Ta lista kontrolna wygasła\",\"Sa7w7S\":\"Ta lista odpraw wygasła i nie jest już dostępna.\",\"Uicx2U\":\"Ta lista kontrolna jest aktywna\",\"1k0Mp4\":\"Ta lista kontrolna nie jest jeszcze aktywna\",\"K6fmBI\":\"Ta lista odpraw nie jest jeszcze aktywna i nie jest dostępna.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Te informacje będą wyświetlane na stronie płatności, stronie podsumowania zamówienia i w e-mailu potwierdzającym zamówienie.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"To jest wydarzenia online\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Ta wiadomość będzie zawarta w stopce wszystkich e-maili wysłanych z tego wydarzenia\",\"55i7Fa\":\"Ta wiadomość będzie wyświetlana tylko wtedy, gdy zamówienie zostanie pomyślnie zrealizowane. Zamówienia oczekujące na płatność nie będą wyświetlać tej wiadomości\",\"RjwlZt\":\"To zamówienie zostało już opłacone.\",\"5K8REg\":\"To zamówienie zostało już zwrócone.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"To zamówienie zostało anulowane.\",\"Q0zd4P\":\"To zamówienie wygasło. Proszę spróbować ponownie.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"To zamówienie jest pełne.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Ta strona zamówienia nie jest już dostępna.\",\"i0TtkR\":\"To przesłania wszystkie ustawienia widoczności i ukryje produkt przed wszystkimi klientami.\",\"cRRc+F\":\"Ten produkt nie może być usunięty, ponieważ jest powiązany z zamówieniem. Możesz go zamiast tego ukryć.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Ten link resetowania hasła jest nieprawidłowy lub wygasł.\",\"IV9xTT\":\"Ten użytkownik nie jest aktywny, ponieważ nie zaakceptował zaproszenia.\",\"5AnPaO\":\"bilet\",\"kjAL4v\":\"Bilet\",\"dtGC3q\":\"E-mail z biletem został ponownie wysłany do uczestnika\",\"54q0zp\":\"Bilety dla\",\"xN9AhL\":[\"Warstwa \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Produkty warstwowe pozwalają oferować wiele opcji cenowych dla tego samego produktu. Doskonale nadaje się do produktów wczesnych ptaków lub oferowania różnych opcji cenowych dla różnych grup ludzi.\",\"nn3mSR\":\"Pozostały czas:\",\"s/0RpH\":\"Liczba użyć\",\"y55eMd\":\"Liczba użyć\",\"40Gx0U\":\"Strefa czasowa\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Tytuł\",\"xdA/+p\":\"Narzędzia\",\"72c5Qo\":\"Razem\",\"YXx+fG\":\"Razem przed rabatami\",\"NRWNfv\":\"Łączna kwota rabatu\",\"BxsfMK\":\"Razem opłaty\",\"2bR+8v\":\"Łączna sprzedaż brutto\",\"mpB/d9\":\"Łączna kwota zamówienia\",\"m3FM1g\":\"Razem zwrócono\",\"jEbkcB\":\"Razem zwrócono\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Razem podatek\",\"+zy2Nq\":\"Typ\",\"FMdMfZ\":\"Nie można sprawdzić w uczestnika\",\"bPWBLL\":\"Nie można wylogować uczestnika\",\"9+P7zk\":\"Nie można stworzyć produktu. Proszę sprawdzić swoje dane\",\"WLxtFC\":\"Nie można stworzyć produktu. Proszę sprawdzić swoje dane\",\"/cSMqv\":\"Nie można stworzyć pytania. Proszę sprawdzić swoje dane\",\"MH/lj8\":\"Nie można zaktualizować pytania. Proszę sprawdzić swoje dane\",\"nnfSdK\":\"Unikalne klienty\",\"Mqy/Zy\":\"Stany Zjednoczone\",\"NIuIk1\":\"Bez limitu\",\"/p9Fhq\":\"Bez limitu dostępny\",\"E0q9qH\":\"Dozwolone nieograniczone użycia\",\"h10Wm5\":\"Nieopłacone zamówienie\",\"ia8YsC\":\"Nadchodzące\",\"TlEeFv\":\"Nadchodzące wydarzenia\",\"L/gNNk\":[\"Aktualizuj \",[\"0\"]],\"+qqX74\":\"Aktualizuj nazwę wydarzenia, opis i daty\",\"vXPSuB\":\"Aktualizuj profil\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL skopiowany do schowka\",\"e5lF64\":\"Przykład użycia\",\"fiV0xj\":\"Limit użycia\",\"sGEOe4\":\"Użyj rozmytej wersji obrazu okładki jako tła\",\"OadMRm\":\"Użyj obrazu okładki\",\"7PzzBU\":\"Użytkownik\",\"yDOdwQ\":\"Zarządzanie użytkownikami\",\"Sxm8rQ\":\"Użytkownicy\",\"VEsDvU\":\"Użytkownicy mogą zmienić swój e-mail w <0>Ustawieniach profilu\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"VAT\",\"E/9LUk\":\"Nazwa miejsca\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Wyświetl szczegóły uczestnika\",\"/5PEQz\":\"Wyświetl stronę wydarzenia\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Wyświetl w Mapach Google\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"Lista odpraw VIP\",\"tF+VVr\":\"Bilet VIP\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Nie mogliśmy przetworzyć Twojej płatności. Proszę spróbować ponownie lub skontaktować się z pomocą techniczną.\",\"45Srzt\":\"Nie mogliśmy usunąć kategorii. Proszę spróbować ponownie.\",\"/DNy62\":[\"Nie mogliśmy znaleźć żadnych biletów pasujących do \",[\"0\"]],\"1E0vyy\":\"Nie mogliśmy załadować danych. Proszę spróbować ponownie.\",\"NmpGKr\":\"Nie mogliśmy zmienić kolejności kategorii. Proszę spróbować ponownie.\",\"BJtMTd\":\"Zalecamy wymiary 1950px na 650px, współczynnik 3:1 i maksymalny rozmiar pliku 5MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Nie mogliśmy potwierdzić Twojej płatności. Proszę spróbować ponownie lub skontaktować się z pomocą techniczną.\",\"Gspam9\":\"Przetwarzamy Twoje zamówienie. Proszę czekać...\",\"LuY52w\":\"Witamy na pokładzie! Proszę zalogować się, aby kontynuować.\",\"dVxpp5\":[\"Witamy ponownie\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Czym są produkty warstwowe?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Czym jest kategoria?\",\"gxeWAU\":\"Do jakich produktów odnosi się ten kod?\",\"hFHnxR\":\"Do jakich produktów odnosi się ten kod? (Domyślnie dotyczy wszystkich)\",\"AeejQi\":\"Do jakich produktów powinna dotyczyć ta pojemność?\",\"Rb0XUE\":\"O której godzinie przyjedziesz?\",\"5N4wLD\":\"Jaki to typ pytania?\",\"gyLUYU\":\"Gdy włączone, faktury będą generowane dla zamówień biletów. Faktury będą wysyłane wraz z e-mailem potwierdzenia zamówienia. Uczestnicy mogą również pobrać faktury ze strony potwierdzenia zamówienia.\",\"D3opg4\":\"Gdy płatności offline są włączone, użytkownicy będą mogli ukończyć zamówienia i otrzymać bilety. Ich bilety będą wyraźnie wskazywać, że zamówienie nie jest opłacone, a narzędzie odprawy powiadomi personel odprawy, jeśli zamówienie wymaga płatności.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Które bilety powinny być powiązane z tą listą odpraw?\",\"S+OdxP\":\"Kto organizuje to wydarzenie?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Kto powinien zostać zapytany o to pytanie?\",\"VxFvXQ\":\"Osadzanie widgetu\",\"v1P7Gm\":\"Ustawienia widgetu\",\"b4itZn\":\"W toku\",\"hqmXmc\":\"W toku...\",\"+G/XiQ\":\"Od początku roku\",\"l75CjT\":\"Tak\",\"QcwyCh\":\"Tak, usuń je\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Zmieniasz swój e-mail na <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Jesteś offline\",\"sdB7+6\":\"Możesz utworzyć kod promocyjny, który jest ukierunkowany na ten produkt w\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Nie możesz zmienić typu produktu, ponieważ istnieją uczestnicy powiązani z tym produktem.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Nie możesz odprawić uczestników z nieopłaconymi zamówieniami. To ustawienie można zmienić w ustawieniach wydarzenia.\",\"c9Evkd\":\"Nie możesz usunąć ostatniej kategorii.\",\"6uwAvx\":\"Nie możesz usunąć tej warstwy cenowej, ponieważ istnieją już produkty sprzedane dla tej warstwy. Możesz ją zamiast tego ukryć.\",\"tFbRKJ\":\"Nie możesz edytować roli lub statusu właściciela konta.\",\"fHfiEo\":\"Nie możesz zwrócić ręcznie utworzonego zamówienia.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Masz dostęp do wielu kont. Proszę wybierz jedno, aby kontynuować.\",\"Z6q0Vl\":\"Już zaakceptowałeś to zaproszenie. Proszę zalogować się, aby kontynuować.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Nie masz oczekującej zmiany e-mail.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Skończył się czas na ukończenie zamówienia.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Musisz potwierdzić, że ten e-mail nie jest promocyjny\",\"3ZI8IL\":\"Musisz zgodzić się na warunki\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Musisz utworzyć bilet, zanim będziesz mógł ręcznie dodać uczestnika.\",\"jE4Z8R\":\"Musisz mieć co najmniej jedną warstwę cenową\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Będziesz musiał ręcznie oznaczyć zamówienie jako opłacone. Można to zrobić na stronie zarządzania zamówieniem.\",\"L/+xOk\":\"Będziesz potrzebować biletu, zanim będziesz mógł utworzyć listę odpraw.\",\"Djl45M\":\"Będziesz potrzebować produktu, zanim będziesz mógł utworzyć przypisanie pojemności.\",\"y3qNri\":\"Będziesz potrzebować co najmniej jednego produktu, aby zacząć. Darmowy, płatny lub pozwól użytkownikowi zdecydować, ile zapłacić.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Nazwa Twojego konta jest używana na stronach wydarzeń i w e-mailach.\",\"veessc\":\"Twoi uczestnicy pojawią się tutaj po zarejestrowaniu się na Twoje wydarzenie. Możesz również ręcznie dodać uczestników.\",\"Eh5Wrd\":\"Twoja niesamowita strona internetowa 🎉\",\"lkMK2r\":\"Twoje szczegóły\",\"3ENYTQ\":[\"Twoja prośba o zmianę e-maila na <0>\",[\"0\"],\" jest w toku. Proszę sprawdzić e-mail, aby potwierdzić\"],\"yZfBoy\":\"Twoja wiadomość została wysłana\",\"KSQ8An\":\"Twoje zamówienie\",\"Jwiilf\":\"Twoje zamówienie zostało anulowane\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Twoje zamówienia pojawią się tutaj, gdy zaczną napływać.\",\"9TO8nT\":\"Twoje hasło\",\"P8hBau\":\"Twoja płatność jest przetwarzana.\",\"UdY1lL\":\"Twoja płatność nie powiodła się, proszę spróbować ponownie.\",\"fzuM26\":\"Twoja płatność nie powiodła się. Proszę spróbować ponownie.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Zwrot jest procesowany.\",\"IFHV2p\":\"Twój bilet na\",\"x1PPdr\":\"Kod pocztowy\",\"BM/KQm\":\"Kod pocztowy\",\"+LtVBt\":\"Kod pocztowy\",\"25QDJ1\":\"- Kliknij, aby opublikować\",\"WOyJmc\":\"- Kliknij, aby cofnąć publikację\",\"ncwQad\":\"(puste)\",\"B/gRsg\":\"(brak)\",\"wqtZLy\":[[\"0\"],\" (kopia)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" jest już zameldowany\"],\"3beCx0\":[[\"0\"],\" <0>zameldowanych\"],\"S4PqS9\":[[\"0\"],\" Aktywne webhooki\"],\"6MIiOI\":[[\"0\"],\" pozostało\"],\"COnw8D\":[\"logo \",[\"0\"]],\"xG9N0H\":[\"Zajęte miejsca: \",[\"0\"],\" z \",[\"1\"],\".\"],\"B7pZfX\":[[\"0\"],\" organizatorów\"],\"/HkCs4\":[[\"0\"],\" biletów\"],\"30bTiU\":[\"Włączone: \",[\"activeCount\"]],\"jTs4am\":[\"Logo \",[\"appName\"]],\"gbJOk9\":[\"Liczba uczestników zapisanych na tę sesję: \",[\"attendeeCount\"],\".\"],\"TjbIUI\":[[\"availableCount\"],\" z \",[\"totalCount\"],\" dostępnych\"],\"PSChHo\":[\"Pozostało miejsc: \",[\"capacity\"]],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" zameldowanych\"],\"RZ0JX3\":[[\"chipTime\"],\", wyprzedane\"],\"M4KnFs\":[[\"chipTime\"],\", Wyprzedane, dostępna lista oczekujących\"],\"SeyN12\":[\"Ukończono \",[\"completedCount\"],\" z \",[\"totalCount\"],\" kroków\"],\"wYzVwE\":[\"Dodatki: \",[\"count\"]],\"f2rhaD\":[[\"diffHr\"],\" godz. temu\"],\"NRSLBe\":[[\"diffMin\"],\" min temu\"],\"iYfwJE\":[[\"diffSec\"],\" s temu\"],\"OJnhhX\":[[\"eventCount\"],\" wydarzeń\"],\"SqGPxF\":[[\"first\"],\" + jeszcze \",[\"additionalCount\"]],\"mhZbzw\":[\"Liczba uczestników zapisanych na objęte zmianą sesje: \",[\"loadedAffectedAttendees\"],\".\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" na zamówienie\"],\"RBuxIl\":[\"Skonfigurowane typy biletów: \",[\"productCount\"]],\"VFLd0I\":[\"Dostępne godziny: \",[\"slotCount\"]],\"3IEF7U\":[[\"totalCount\"],\" typów biletów\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" opłaty\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" opłaty i podatek\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" podatek\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 dzień\",\"1d6kks\":\"+Podatek/Opłaty\",\"B1St2O\":\"<0>Listy odpraw pomagają zarządzać wejściem na wydarzenie według dnia, obszaru lub typu biletu. Możesz łączyć bilety z konkretnymi listami, takimi jak strefy VIP lub bilety na Dzień 1, i udostępniać bezpieczny link do odprawy personelowi. Nie jest wymagane konto. Odprawa działa na urządzeniach mobilnych, desktopowych lub tabletach, używając kamery urządzenia lub skanera HID USB. \",\"v9VSIS\":\"<0>Ustaw pojedynczy całkowity limit frekwencji, który dotyczy wielu typów biletów jednocześnie.<1>Na przykład, jeśli połączysz bilet <2>Day Pass i <3>Full Weekend, oba będą czerpać z tej samej puli miejsc. Po osiągnięciu limitu wszystkie połączone bilety automatycznie przestaną być sprzedawane.\",\"Il5Uid\":\"<0>To łączna dostępna liczba dla wszystkich terminów w harmonogramie — nie jest to limit na termin. Aby ograniczyć liczbę uczestników każdego terminu, ustaw pojemność na <1>stronie Harmonogram terminów.\",\"ZnVt5v\":\"<0>Webhooki natychmiast powiadamiają zewnętrzne usługi, gdy zachodzą zdarzenia, takie jak dodanie nowego uczestnika do CRM lub listy mailingowej po rejestracji, zapewniając płynną automatyzację.<1>Użyj usług trzecich, takich jak <2>Zapier, <3>IFTTT lub <4>Make, aby tworzyć niestandardowe przepływy pracy i automatyzować zadania.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" po aktualnym kursie\"],\"M2DyLc\":\"1 Aktywny webhook\",\"hMefp0\":\"1 dodatek\",\"6hIk/x\":\"1 uczestnik jest zapisany na objęte zmianą sesje.\",\"qOyE2U\":\"1 uczestnik jest zapisany na tę sesję.\",\"943BwI\":\"1 dzień po dacie zakończenia\",\"yj3N+g\":\"1 dzień po dacie rozpoczęcia\",\"Z3etYG\":\"1 dzień przed wydarzeniem\",\"szSnlj\":\"1 godzinę przed wydarzeniem\",\"yTsaLw\":\"1 bilet\",\"nz96Ue\":\"1 typ biletu\",\"InX5ad\":\"Skonfigurowano 1 typ biletu\",\"y2Jh0m\":\"1 dostępna godzina\",\"cGtUz6\":\"1 tydzień przed wydarzeniem\",\"HR/cvw\":\"123 Przykładowa Ulica\",\"dgKxZ5\":\"Ponad 135 walut i ponad 40 metod płatności\",\"/d9gcz\":\"Etykieta przycisku jest wymagana, gdy ustawiono adres URL\",\"kMU5aM\":\"Wiadomość o anulowaniu została wysłana do\",\"o++0qa\":\"zmiana czasu trwania\",\"WuWSX5\":\"Jeszcze kilka kroków i możesz zacząć sprzedawać.\",\"RQ5kDd\":\"Komunikat wyświetlany, gdy w tej kategorii nie ma produktów.\",\"V53XzQ\":\"Nowy kod weryfikacyjny został wysłany na Twój email\",\"sr2Je0\":\"przesunięcie godzin rozpoczęcia/zakończenia\",\"/z/bH1\":\"Krótki opis Twojego organizatora, który będzie wyświetlany Twoim użytkownikom.\",\"3BKFn6\":\"Adres URL jest wymagany, gdy ustawiono etykietę przycisku\",\"RpjXTb\":\"Wzorzec dnia tygodnia\",\"aS0jtz\":\"Porzucony\",\"uyJsf6\":\"O\",\"JvuLls\":\"Absorbuj opłatę\",\"lk74+I\":\"Absorbuj Opłatę\",\"1uJlG9\":\"Kolor Akcentu\",\"g3UF2V\":\"Akceptuj\",\"K5+3xg\":\"Zaakceptuj zaproszenie\",\"LuXP9q\":\"Dostęp\",\"jzb4Ep\":[\"Konto · \",[\"0\"]],\"UqH1Q6\":[\"Konto · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"Usunięcie konta zostało anulowane.\",\"WtlP+7\":\"Usunięcie konta jest zablokowane\",\"vOuxvL\":\"Informacja o koncie\",\"F9cvwz\":\"Nazwa konta\",\"EHNORh\":\"Konto nie znalezione\",\"Hy1lfH\":\"Właściciel konta\",\"bPwFdf\":\"Konta\",\"pi/Iog\":[\"Konta (\",[\"0\"],\")\"],\"AhwTa1\":\"Wymagane działanie: Potrzebne informacje VAT\",\"APyAR/\":\"Aktywne wydarzenia\",\"kCl6ja\":\"Aktywne metody płatności\",\"XJOV1Y\":\"Aktywność\",\"Eso+01\":[\"Najpierw dodaj \",[\"0\"]],\"eJ0IJA\":\"Dodaj obraz w tle i motyw pasujący do Twojej marki\",\"0YEoxS\":\"Dodaj termin\",\"ybegUq\":\"Dodaj opis i miejsce, żeby uczestnicy wiedzieli, czego się spodziewać\",\"nOZl6j\":\"Dodaj pojedynczy termin\",\"CjvTPJ\":\"Dodaj kolejną godzinę\",\"0XCduh\":\"Dodaj co najmniej jedną godzinę\",\"/chGpa\":\"Dodaj dane dostępowe do wydarzenia online.\",\"UWWRyd\":\"Dodaj niestandardowe pytania, aby zebrać dodatkowe informacje podczas płatności\",\"Z/dcxc\":\"Dodaj termin\",\"QeupRg\":\"Dodaj terminy\",\"Q219NT\":\"Dodaj terminy\",\"yjB5VC\":\"Dodaj terminy i godziny cyklicznego wydarzenia\",\"Z8idyM\":\"Dodaj szczegóły\",\"wpirGs\":\"Dodaj szczegóły wydarzenia\",\"VX6WUv\":\"Dodaj lokalizację\",\"GCQlV2\":\"Dodaj kilka godzin, jeśli prowadzisz kilka sesji dziennie.\",\"7JF9w9\":\"Dodaj pytanie\",\"NLbIb6\":\"Dodaj tego uczestnika mimo to (zignoruj limit miejsc)\",\"6PNlRV\":\"Dodaj to wydarzenie do swojego kalendarza\",\"BGD9Yt\":\"Dodaj bilety\",\"uIv4Op\":\"Dodaj piksele śledzące do swoich publicznych stron wydarzeń i strony głównej organizatora. Baner zgody na pliki cookie będzie wyświetlany odwiedzającym, gdy śledzenie jest aktywne.\",\"QN2F+7\":\"Dodaj webhook\",\"NsWqSP\":\"Dodaj swoje uchwyty mediów społecznościowych i URL strony internetowej. Będą wyświetlane na Twojej publicznej stronie organizatora.\",\"6JzKEV\":\"Tylko jako dodatek\",\"VkQex5\":\"Produkty dodatkowe\",\"Y2K3rp\":\"Dodatki\",\"Z/ZU8N\":\"Doliczane przy płatności\",\"bVjDs9\":\"Dodatkowe opłaty\",\"MKqSg4\":\"Wymagany dostęp administratora\",\"0Zypnp\":\"Panel administratora\",\"tlFYEo\":\"Uprawnia uczestników do wejścia na Twoje wydarzenie\",\"YAV57v\":\"Partner\",\"I+utEq\":\"Kod partnerski nie może zostać zmieniony\",\"/jHBj5\":\"Partner utworzony pomyślnie\",\"uCFbG2\":\"Partner usunięty pomyślnie\",\"ld8I+f\":\"Program partnerski\",\"a41PKA\":\"Sprzedaż partnerska będzie śledzona\",\"mJJh2s\":\"Sprzedaż partnerska nie będzie śledzona. To dezaktywuje partnera.\",\"jabmnm\":\"Partner zaktualizowany pomyślnie\",\"CPXP5Z\":\"Partnerzy\",\"9Wh+ug\":\"Partnerzy wyeksportowani\",\"3cqmut\":\"Partnerzy pomagają śledzić sprzedaż generowaną przez partnerów i influencerów. Utwórz kody partnerskie i udostępnij je, aby monitorować wydajność.\",\"3e31kI\":\"Po utworzeniu wydarzenia wybierzesz w panelu, jak często ma się powtarzać.\",\"z7GAMJ\":\"wszystkie\",\"N40H+G\":\"Wszystkie\",\"7rLTkE\":\"Wszystkie zarchiwizowane wydarzenia\",\"gKq1fa\":\"Wszyscy uczestnicy\",\"63gRoO\":\"Wszyscy uczestnicy wybranych sesji\",\"uWxIoH\":\"Wszyscy uczestnicy tego terminu\",\"pMLul+\":\"Wszystkie waluty\",\"sgUdRZ\":\"Wszystkie terminy\",\"e4q4uO\":\"Wszystkie terminy\",\"ZS/D7f\":\"Wszystkie zakończone wydarzenia\",\"QsYjci\":\"Wszystkie wydarzenia\",\"31KB8w\":\"Wszystkie nieudane zadania usunięte\",\"D2g7C7\":\"Wszystkie zadania w kolejce do ponowienia\",\"B4RFBk\":\"Wszystkie pasujące terminy\",\"F1/VgK\":\"Wszystkie terminy\",\"OpWjMq\":\"Wszystkie terminy\",\"Sxm1lO\":\"Wszystkie statusy\",\"dr7CWq\":\"Wszystkie nadchodzące wydarzenia\",\"UBpkWM\":\"Wszyscy użytkownicy\",\"GpT6Uf\":\"Zezwól uczestnikom na aktualizację informacji o bilecie (imię, e-mail) za pośrednictwem bezpiecznego linku wysłanego z potwierdzeniem zamówienia.\",\"VZdky1\":\"Pozwól kupującym kopiować swoje dane do wszystkich uczestników\",\"F3mW5G\":\"Pozwól klientom dołączyć do listy oczekujących, gdy ten produkt jest wyprzedany\",\"4CMO/q\":\"Pozwól klientom dołączyć do listy oczekujących, gdy ten produkt jest wyprzedany. Klienci dołączają do listy oczekujących na konkretną datę.\",\"c4uJfc\":\"Prawie gotowe! Czekamy tylko na przetworzenie Twojej płatności. To powinno zająć tylko kilka sekund.\",\"ocS8eq\":[\"Masz już konto? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Już dodane\",\"/H326L\":\"Już zwrócone\",\"USEpOK\":\"Używasz już Stripe u innego organizatora? Wykorzystaj to połączenie ponownie.\",\"RtxQTF\":\"Również anuluj to zamówienie\",\"jkNgQR\":\"Również zwróć to zamówienie\",\"xYqsHg\":\"Zawsze dostępne\",\"rrepBD\":\"Zawsze w sprzedaży\",\"Wvrz79\":\"Kwota zapłacona\",\"Zkymb9\":\"E-mail do powiązania z tym partnerem. Partner nie zostanie powiadomiony.\",\"vRznIT\":\"Wystąpił błąd podczas sprawdzania statusu eksportu.\",\"OPFdAM\":\"Opcjonalny opis tej kategorii wyświetlany na stronie wydarzenia.\",\"eusccx\":\"Opcjonalna wiadomość do wyświetlenia na wyróżnionym produkcie, np. \\\"Sprzedaje się szybko 🔥\\\" lub \\\"Najlepsza wartość\\\"\",\"HZFm5R\":\"i\",\"l3LBtZ\":\"Treść ogłoszenia\",\"Th00L9\":\"Ogłoszenie utworzone\",\"p/XJYI\":\"Ogłoszenie usunięte\",\"08iV57\":\"Tytuł ogłoszenia\",\"qLqgre\":\"Ogłoszenie zaktualizowane\",\"Dzr23X\":\"Ogłoszenia\",\"asqL+J\":\"Anonimizuj\",\"QNrkms\":\"Odpowiedź zaktualizowana pomyślnie.\",\"+qygei\":\"Odpowiedzi\",\"GK7Lnt\":\"Odpowiedzi udzielone przy zamówieniu (np. wybór posiłku)\",\"lE8PgT\":\"Terminy zmienione ręcznie zostaną zachowane.\",\"jVoYha\":[\"zastosowano — \",[\"0\"],\" zniżki na zamówienie\"],\"vP3Nzg\":[\"Dotyczy \",[\"0\"],\", nieodwołanych terminów wczytanych obecnie na tej stronie.\"],\"kkVyZZ\":\"Dotyczy każdego, kto otworzy udostępniony link do check-inu bez logowania. Zalogowani członkowie zespołu zawsze widzą wszystko.\",\"je4muG\":[\"Dotyczy każdego \",[\"0\"],\", nieodwołanego terminu tego wydarzenia — także terminów, które nie są teraz wczytane.\"],\"YIIQtt\":\"Zastosuj zmiany\",\"NzWX1Y\":\"Zastosuj do\",\"Ps5oDT\":\"Zastosuj do wszystkich biletów\",\"261RBr\":\"Zatwierdź wiadomość\",\"naCW6Z\":\"Kwiecień\",\"B495Gs\":\"Archiwizuj\",\"5sNliy\":\"Archiwizuj wydarzenie\",\"BrwnrJ\":\"Archiwizuj organizatora\",\"E5eghW\":\"Zarchiwizuj to wydarzenie, aby ukryć je przed publicznością. Możesz je później przywrócić.\",\"eqFkeI\":\"Zarchiwizuj tego organizatora. Spowoduje to również archiwizację wszystkich wydarzeń należących do tego organizatora.\",\"BzcxWv\":\"Zarchiwizowani organizatorzy\",\"9cQBd6\":\"Czy na pewno chcesz zarchiwizować to wydarzenie? Nie będzie już widoczne dla publiczności.\",\"Trnl3E\":\"Czy na pewno chcesz zarchiwizować tego organizatora? Spowoduje to również archiwizację wszystkich wydarzeń należących do tego organizatora.\",\"wOvn+e\":[\"Czy na pewno chcesz odwołać \",[\"count\"],\" termin(ów)? Uczestnicy, których to dotyczy, dostaną powiadomienie e-mailem.\"],\"GTxE0U\":\"Czy na pewno chcesz odwołać ten termin? Uczestnicy, których to dotyczy, dostaną powiadomienie e-mailem.\",\"VkSk/i\":\"Czy na pewno chcesz anulować tę zaplanowaną wiadomość?\",\"0aVEBY\":\"Czy na pewno chcesz usunąć wszystkie nieudane zadania?\",\"LchiNd\":\"Czy na pewno chcesz usunąć tego partnera? Tej akcji nie można cofnąć.\",\"U49Xd6\":\"Czy na pewno chcesz usunąć to ogłoszenie? Użytkownicy już go nie zobaczą.\",\"vPeW/6\":\"Czy na pewno chcesz usunąć tę konfigurację? Może to wpłynąć na konta jej używające.\",\"h42Hc/\":\"Czy na pewno chcesz usunąć ten termin? Tej operacji nie można cofnąć.\",\"RiF/yT\":\"Czy na pewno chcesz usunąć ten obraz?\",\"b3+Qku\":\"Czy na pewno chcesz usunąć ten podatek lub opłatę? Nie będzie już naliczana do nowych zamówień.\",\"JmVITJ\":\"Czy na pewno chcesz usunąć ten szablon? Tej akcji nie można cofnąć, a e-maile powrócą do domyślnego szablonu.\",\"aLS+A6\":\"Czy na pewno chcesz usunąć ten szablon? Tej akcji nie można cofnąć, a e-maile powrócą do szablonu organizatora lub domyślnego.\",\"5H3Z78\":\"Czy na pewno chcesz usunąć ten webhook?\",\"147G4h\":\"Czy na pewno chcesz wyjść?\",\"VDWChT\":\"Czy na pewno chcesz zrobić tę stronę organizatora szkicem? To sprawi, że strona organizatora będzie niewidoczna dla publiczności\",\"pWtQJM\":\"Czy na pewno chcesz opublikować tę stronę organizatora? To sprawi, że strona organizatora będzie widoczna dla publiczności\",\"EOqL/A\":\"Czy na pewno chcesz zaoferować miejsce tej osobie? Otrzyma powiadomienie e-mail.\",\"yAXqWW\":\"Czy na pewno chcesz trwale usunąć ten termin? Tej operacji nie można cofnąć.\",\"WFHOlF\":\"Czy na pewno chcesz opublikować to wydarzenie? Po opublikowaniu będzie widoczne dla publiczności.\",\"4TNVdy\":\"Czy na pewno chcesz opublikować ten profil organizatora? Po opublikowaniu będzie widoczny dla publiczności.\",\"8x0pUg\":\"Czy na pewno chcesz usunąć ten wpis z listy oczekujących?\",\"cDtoWq\":[\"Czy na pewno chcesz ponownie wysłać potwierdzenie zamówienia do \",[\"0\"],\"?\"],\"xeIaKw\":[\"Czy na pewno chcesz ponownie wysłać bilet do \",[\"0\"],\"?\"],\"BjbocR\":\"Czy na pewno chcesz przywrócić to wydarzenie?\",\"7MjfcR\":\"Czy na pewno chcesz przywrócić tego organizatora?\",\"b7tkGp\":\"Czy na pewno chcesz cofnąć to zaproszenie?\",\"ExDt3P\":\"Czy na pewno chcesz cofnąć publikację tego wydarzenia? Nie będzie już widoczne dla publiczności.\",\"5Qmxo/\":\"Czy na pewno chcesz cofnąć publikację tego profilu organizatora? Nie będzie już widoczny dla publiczności.\",\"Uqefyd\":\"Czy jesteś zarejestrowany na VAT w UE?\",\"+QARA4\":\"Sztuka\",\"tLf3yJ\":\"Ponieważ Twoja firma ma siedzibę w Irlandii, irlandzki VAT w wysokości 23% stosuje się automatycznie do wszystkich opłat platformy.\",\"tMeVa/\":\"Pytaj o imię i e-mail dla każdego zakupionego biletu\",\"ui5ln+\":\"Przypisz inny plan\",\"9Jxliv\":\"Przypisz plan\",\"xdiER7\":\"Przypisany poziom\",\"F2rX0R\":\"Musi być wybrany co najmniej jeden typ wydarzenia\",\"Z44eZS\":\"Dla tego terminu musi pozostać dostępny co najmniej jeden produkt. Aby termin był niedostępny, odwołaj go w harmonogramie.\",\"BCmibk\":\"Próby\",\"6PecK3\":\"Frekwencja i wskaźniki odpraw we wszystkich wydarzeniach\",\"K2tp3v\":\"uczestnik\",\"AJ4rvK\":\"Uczestnik anulowany\",\"qvylEK\":\"Uczestnik utworzony\",\"Aspq3b\":\"Zbieranie szczegółów uczestnika\",\"fpb0rX\":\"Szczegóły uczestnika skopiowane z zamówienia\",\"94aQMU\":\"Informacje o uczestniku\",\"KkrBiR\":\"Zbieranie informacji o uczestniku\",\"sjPjOg\":\"Notatki o uczestniku\",\"cosfD8\":\"Status uczestnika\",\"D2qlBU\":\"Uczestnik zaktualizowany\",\"22BOve\":\"Uczestnik zaktualizowany pomyślnie\",\"x8Vnvf\":\"Bilet uczestnika nie jest uwzględniony na tej liście\",\"/Ywywr\":\"uczestnicy\",\"zLRobu\":\"uczestników zameldowanych\",\"k3Tngl\":\"Uczestnicy wyeksportowani\",\"UoIRW8\":\"Uczestnicy zarejestrowani\",\"5UbY+B\":\"Uczestnicy z konkretnym biletem\",\"4HVzhV\":\"Uczestnicy:\",\"HVkhy2\":\"Analityka atrybucji\",\"dMMjeD\":\"Podział atrybucji\",\"1oPDuj\":\"Wartość atrybucji\",\"cHfbVT\":\"Odbiorcy\",\"DBHTm/\":\"Sierpień\",\"JgREph\":\"Automatyczna oferta jest włączona\",\"V7Tejz\":\"Automatyczne przetwarzanie listy oczekujących\",\"PZ7FTW\":\"Automatycznie wykrywane na podstawie koloru tła, ale można nadpisać\",\"zlnTuI\":\"Automatycznie oferuj bilety następnej osobie, gdy pojawi się dostępność. Jeśli wyłączone, możesz ręcznie przetwarzać listę oczekujących ze strony Listy oczekujących.\",\"csDS2L\":\"Dostępne\",\"Xp+ywP\":\"Dostępne po zakończeniu płatności\",\"dwDH1K\":[\"Dostępne godziny — \",[\"dayName\"]],\"clF06r\":\"Dostępne do zwrotu\",\"NB5+UG\":\"Dostępne tokeny\",\"L+wGOG\":\"Oczekuje\",\"qcw2OD\":\"Oczekuje na płatność\",\"kNmmvE\":\"Świetne Wydarzenia Sp. z o.o.\",\"TeSaQO\":\"Powrót do kont\",\"kYqM1A\":\"Powrót do wydarzenia\",\"s5QRF3\":\"Powrót do wiadomości\",\"td/bh+\":\"Powrót do raportów\",\"nsm7BA\":\"Wróć do wyszukiwania\",\"imjKVx\":\"Konto bankowe połączone\",\"KSSL9f\":\"Baner\",\"zdYsg1\":\"Treść banera może mieć maksymalnie 200 znaków\",\"p2OLF3\":\"Cena podstawowa\",\"D9LTCH\":\"Cena podstawowa\",\"hviJef\":\"Na podstawie ogólnego okresu sprzedaży powyżej, nie dla poszczególnych terminów\",\"jIPNJG\":\"Podstawowe informacje\",\"lINGcL\":\"Ponieważ to konto ma zrealizowane zamówienia, zapisy transakcji (kwoty, daty i szczegóły faktur) zostaną zachowane w formie zanonimizowanej do celów prawnych i podatkowych. Wszystkie dane osobowe zostaną trwale usunięte.\",\"UabgBd\":\"Treść jest wymagana\",\"HWXuQK\":\"Dodaj tę stronę do zakładek, aby zarządzać zamówieniem w dowolnym momencie.\",\"CUKVDt\":\"Zbranduj swoje bilety niestandardowym logo, kolorami i komunikatem w stopce.\",\"4BZj5p\":\"Wbudowana ochrona przed oszustwami\",\"cr7kGH\":\"Edycja zbiorcza\",\"1Fbd6n\":\"Zbiorcza edycja terminów\",\"Eq6Tu9\":\"Aktualizacja zbiorcza nie powiodła się.\",\"9N+p+g\":\"Biznes\",\"SWnN1L\":\"Adres firmy\",\"kQekXw\":\"Nazwa firmy\",\"3W/QV7\":\"Etykieta przycisku\",\"bv6RXK\":\"Etykieta przycisku\",\"ChDLlO\":\"Tekst przycisku\",\"MOht10\":\"Adres URL przycisku\",\"BUe8Wj\":\"Kupujący płaci\",\"DkL8mp\":\"Kupujący mogą je dodać do zamówienia, wybierając ten produkt przy składaniu zamówienia.\",\"qF1qbA\":\"Kupujący widzą czystą cenę. Opłata platformy jest odejmowana od Twojej wypłaty.\",\"dg05rc\":\"Dodając piksele śledzące, potwierdzasz, że Ty i ta platforma jesteście współadministratorami zebranych danych. Jesteś odpowiedzialny za zapewnienie, że masz podstawę prawną do tego przetwarzania zgodnie z obowiązującymi przepisami o ochronie prywatności (RODO, CCPA itp.).\",\"DFqasq\":[\"Kontynuując, zgadzasz się na <0>\",[\"0\"],\" Warunki korzystania z usługi\"],\"CetOZE\":\"Według typu biletu\",\"lFdbRS\":\"Pomiń opłaty aplikacji\",\"AjVXBS\":\"Kalendarz\",\"2VLZwd\":\"Przycisk wezwania do działania\",\"rT2cV+\":\"Aparat\",\"7hYa9y\":\"Odmówiono dostępu do aparatu. <0>Poproś o zgodę ponownie albo zezwól tej stronie na dostęp do aparatu w ustawieniach przeglądarki.\",\"D02dD9\":\"Kampania\",\"RRPA79\":\"Nie można wykonać check-inu\",\"OcVwAd\":[\"Odwołaj \",[\"count\"],\" termin(ów)\"],\"H4nE+E\":\"Anuluj wszystkie produkty i zwolnij je z powrotem do puli\",\"Py78q9\":\"Odwołaj termin\",\"lUjTpS\":\"Anuluj usunięcie\",\"5YkF5G\":\"Anuluj żądanie usunięcia\",\"tOXAdc\":\"Anulowanie anuluje wszystkich uczestników związanych z tym zamówieniem i zwolni bilety z powrotem do dostępnej puli.\",\"FPpqc7\":[\"Trwa odwoływanie \",[\"0\"],\" termin(ów). Może to chwilę potrwać.\"],\"01sEfm\":\"Nie można usunąć domyślnej konfiguracji systemu\",\"VsM1HH\":\"Przypisania pojemności\",\"9bIMVF\":\"Zarządzanie limitem miejsc\",\"H7K8og\":\"Limit miejsc musi wynosić co najmniej 0\",\"nzao08\":\"zmiany limitu miejsc\",\"4cp9NP\":\"Wykorzystane miejsca\",\"K7tIrx\":\"Kategoria\",\"DRK3Bq\":\"Kategoria została usunięta\",\"o+XJ9D\":\"Zmień\",\"kJkjoB\":\"Zmień czas trwania\",\"J0KExZ\":\"Zmień limit uczestników\",\"ssospy\":\"Zmień godzinę\",\"CIHJJf\":\"Zmień ustawienia listy oczekujących\",\"B5icLR\":[\"Zmieniono czas trwania dla \",[\"count\"],\" termin(ów)\"],\"Kb+0BT\":\"Płatności\",\"2tbLdK\":\"Dobroczynność\",\"BPWGKn\":\"Zamelduj\",\"6uFFoY\":\"Wymelduj\",\"FjAlwK\":[\"Zobacz to wydarzenie: \",[\"0\"]],\"v4fiSg\":\"Sprawdź swoją pocztę e-mail\",\"51AsAN\":\"Sprawdź swoją skrzynkę odbiorczą! Jeśli bilety są powiązane z tym e-mailem, otrzymasz link do ich wyświetlenia.\",\"Y3FYXy\":\"Check-in\",\"udRwQs\":\"Odprawa utworzona\",\"F4SRy3\":\"Odprawa usunięta\",\"as6XfO\":[\"Cofnięto check-in dla \",[\"0\"]],\"9s/wrQ\":\"Historia check-inów\",\"Wwztk4\":\"Lista check-in\",\"9gPPUY\":\"Lista odpraw utworzona\",\"dwjiJt\":\"Informacje o liście check-in\",\"7od0PV\":\"listy check-in\",\"f2vU9t\":\"Listy odpraw\",\"XprdTn\":\"Nawigacja check-inu\",\"5tV1in\":\"Postęp check-inu\",\"SHJwyq\":\"Wskaźnik zameldowań\",\"qCqdg6\":\"Status zameldowania\",\"cKj6OE\":\"Podsumowanie zameldowań\",\"7B5M35\":\"Zameldowania\",\"VrmydS\":\"Zameldowany\",\"DM4gBB\":\"Chiński (tradycyjny)\",\"p8Jvp4\":\"Wybierz konfigurację\",\"ElShBO\":\"Wybierz inne działanie\",\"pHEhf+\":\"Wybierz krój pisma pasujący do Twojej marki. Czcionki są hostowane przez Bunny Fonts.\",\"Zok1Gx\":\"Wybierz organizatora\",\"pkk46Q\":\"Wybierz organizatora\",\"Ag32+c\":\"Wybierz inny termin\",\"Crr3pG\":\"Wybierz kalendarz\",\"Z38ZJu\":\"Wybierz, jak data wydarzenia jest pokazywana na bilecie\",\"LAW8Vb\":\"Wybierz domyślne ustawienie dla nowych wydarzeń. Można to nadpisać dla poszczególnych wydarzeń.\",\"pjp2n5\":\"Wybierz, kto płaci opłatę platformy. Nie wpływa to na dodatkowe opłaty skonfigurowane w ustawieniach konta.\",\"xCJdfg\":\"Wyczyść\",\"QyOWu9\":\"Wyczyść miejsce — użyj domyślnego dla wydarzenia\",\"V8yTm6\":\"Wyczyść wyszukiwanie\",\"kmnKnX\":\"Wyczyszczenie usuwa wszelkie ustawienia własne dla terminu. Terminy, których to dotyczy, wrócą do domyślnego miejsca wydarzenia.\",\"/o+aQX\":\"Kliknij, aby odwołać\",\"gD7WGV\":\"Kliknij, aby wznowić sprzedaż\",\"CySr+W\":\"Kliknij, aby zobaczyć notatki\",\"RG3szS\":\"zamknij\",\"RWw9Lg\":\"Zamknij modal\",\"XwdMMg\":\"Kod może zawierać tylko litery, cyfry, myślniki i podkreślenia\",\"+yMJb7\":\"Kod jest wymagany\",\"m9SD3V\":\"Kod musi mieć co najmniej 3 znaki\",\"V1krgP\":\"Kod nie może mieć więcej niż 20 znaków\",\"psqIm5\":\"Współpracuj ze swoją drużyną, aby tworzyć niesamowite wydarzenia razem.\",\"4bUH9i\":\"Zbierz szczegóły uczestnika dla każdego zakupionego biletu.\",\"TkfG8v\":\"Zbierz szczegóły na zamówienie\",\"96ryID\":\"Zbierz szczegóły na bilet\",\"FpsvqB\":\"Tryb koloru\",\"jEu4bB\":\"Kolumny\",\"CWk59I\":\"Komedia\",\"rPA+Gc\":\"Preferencje komunikacyjne\",\"zFT5rr\":\"ukończono\",\"bUQMpb\":\"Dokończ konfigurację Stripe\",\"744BMm\":\"Dokończ zamówienie, aby zabezpieczyć swoje bilety. Ta oferta jest ograniczona czasowo, więc nie zwlekaj zbyt długo.\",\"5YrKW7\":\"Zakończ płatność, aby zabezpieczyć swoje bilety.\",\"xGU92i\":\"Uzupełnij swój profil, aby dołączyć do drużyny.\",\"QOhkyl\":\"Napisz\",\"ih35UP\":\"Centrum konferencyjne\",\"ywFj2D\":\"Konfiguracja\",\"WTw0bB\":\"Konfiguracja przypisana\",\"X1zdE7\":\"Konfiguracja utworzona pomyślnie\",\"mLBUMQ\":\"Konfiguracja usunięta pomyślnie\",\"UIENhw\":\"Nazwy konfiguracji są widoczne dla użytkowników końcowych. Opłaty stałe zostaną przeliczone na walutę zamówienia po aktualnym kursie wymiany.\",\"eeZdaB\":\"Konfiguracja zaktualizowana pomyślnie\",\"3cKoxx\":\"Konfiguracje\",\"8v2LRU\":\"Skonfiguruj szczegóły wydarzenia, lokalizację, opcje płatności i powiadomienia e-mail.\",\"raw09+\":\"Skonfiguruj, jak zbierane są szczegóły uczestnika podczas płatności\",\"FI60XC\":\"Skonfiguruj podatki i opłaty\",\"av6ukY\":\"Wskaż, które produkty są dostępne w tym terminie, i opcjonalnie zmień ceny.\",\"NGXKG/\":\"Potwierdź adres e-mail\",\"JRQitQ\":\"Potwierdź nowe hasło\",\"Auz0Mz\":\"Potwierdź swój e-mail, aby uzyskać dostęp do wszystkich funkcji.\",\"7+grte\":\"E-mail potwierdzający wysłany! Sprawdź swoją skrzynkę odbiorczą.\",\"n/7+7Q\":\"Potwierdzenie wysłane do\",\"x3wVFc\":\"Gratulacje! Twoje wydarzenie jest teraz widoczne publicznie.\",\"0W2NQP\":\"Połącz bank\",\"/K4Vqr\":\"Połącz Stripe, aby przyjmować płatności\",\"nQI4H5\":\"Połącz Stripe, aby włączyć edycję szablonów e-mail\",\"LmvZ+E\":\"Połącz Stripe, aby włączyć wiadomości\",\"peBIO+\":\"Połącz Stripe, aby otrzymywać płatności za bilety bezpośrednio na konto bankowe.\",\"DNeN8t\":\"Połącz swój bank, aby wpływy ze sprzedaży biletów trafiały prosto na Twoje konto\",\"DARj+w\":\"Połączono niewłaściwe konto Stripe? Odłącz je i zacznij od nowa.\",\"X1y8JF\":\"Dla terminów online dane dostępowe są wymagane\",\"fjfBOm\":\"Szczegóły połączenia są wymagane dla wydarzeń online\",\"jfC/xh\":\"Kontakt\",\"LOFgda\":[\"Kontakt \",[\"0\"]],\"41BQ3k\":\"E-mail kontaktowy\",\"4b3oEV\":\"Treść\",\"13CIgI\":\"Treść jest wymagana\",\"m8WD6t\":\"Kontynuuj konfigurację\",\"0GwUT4\":\"Przejdź do płatności\",\"sBV87H\":\"Przejdź do tworzenia wydarzenia\",\"nKtyYu\":\"Przejdź do następnego kroku\",\"F3/nus\":\"Przejdź do płatności\",\"s30OcA\":\"Kontroluj sposób wyświetlania dat i godzin na stronie wydarzenia\",\"p2FRHj\":\"Kontroluj, jak opłaty platformy są obsługiwane dla tego wydarzenia\",\"NqfabH\":\"Zdecyduj, kto wejdzie w tym terminie\",\"fmYxZx\":\"Zdecyduj, kto i kiedy wejdzie\",\"1JnTgU\":\"Skopiowane z góry\",\"FxVG/l\":\"Skopiowane do schowka\",\"PiH3UR\":\"Skopiowane!\",\"4i7smN\":\"Kopiuj ID konta\",\"uUPbPg\":\"Kopiuj link partnera\",\"iVm46+\":\"Kopiuj kod\",\"cF2ICc\":\"Kopiuj link klienta\",\"+2ZJ7N\":\"Kopiuj szczegóły do pierwszego uczestnika\",\"ZN1WLO\":\"Kopiuj e-mail\",\"y1eoq1\":\"Kopiuj link\",\"tUGbi8\":\"Kopiuj moje szczegóły do:\",\"y22tv0\":\"Kopiuj ten link, aby udostępnić go wszędzie\",\"/4gGIX\":\"Kopiuj do schowka\",\"e0f4yB\":\"Nie udało się usunąć lokalizacji\",\"vkiDx2\":\"Nie udało się przygotować aktualizacji zbiorczej.\",\"KOavaU\":\"Nie udało się pobrać szczegółów adresu\",\"/lq4oO\":\"Nie udało się zapisać terminu\",\"mHu0az\":\"Nie udało się wysłać e-maila weryfikacyjnego. Spróbuj ponownie.\",\"QOIm+S\":\"Liczby obejmują wszystkie nadchodzące daty. Każda osoba otrzymuje ofertę miejsca na datę, na którą się zapisała.\",\"P0rbCt\":\"Obraz okładki\",\"p4kqHr\":\"Dodano obraz w tle\",\"60u+dQ\":\"Obraz okładki będzie wyświetlany na górze strony wydarzenia\",\"2NLjA6\":\"Obraz okładki będzie wyświetlany na górze strony organizatora\",\"GkrqoY\":\"Obejmuje wszystkie bilety\",\"zg4oSu\":[\"Utwórz szablon \",[\"0\"]],\"RKKhnW\":\"Utwórz niestandardowy widget do sprzedaży biletów na swojej stronie.\",\"jqhTmw\":\"Utwórz listę dla tego terminu\",\"PhioFp\":\"Utwórz nową listę check-in dla aktywnej sesji albo skontaktuj się z organizatorem, jeśli uważasz, że to pomyłka.\",\"yIRev4\":\"Utwórz hasło\",\"j7xZ7J\":\"Utwórz dodatkowych organizatorów, aby zarządzać oddzielnymi markami, działami lub seriami wydarzeń w ramach jednego konta. Każdy organizator ma własne wydarzenia, ustawienia i stronę publiczną.\",\"xfKgwv\":\"Utwórz partnera\",\"GT/OIA\":\"Utwórz ogłoszenie, aby wyświetlić wiadomość swoim użytkownikom.\",\"tudG8q\":\"Utwórz i skonfiguruj bilety i towary na sprzedaż.\",\"Q4VlI/\":\"Utwórz ogłoszenie\",\"YAl9Hg\":\"Utwórz konfigurację\",\"BTne9e\":\"Utwórz niestandardowe szablony e-mail dla tego wydarzenia, które nadpisują domyślne organizatora\",\"YIDzi/\":\"Utwórz niestandardowy szablon\",\"tsGqx5\":\"Utwórz termin\",\"Nc3l/D\":\"Utwórz rabaty, kody dostępu dla ukrytych biletów i specjalne oferty.\",\"PybJS2\":\"Utwórz wydarzenie\",\"abGAgf\":\"Utwórz więcej biletów lub produktów, aby oferować je jako dodatki\",\"eWEV9G\":\"Utwórz nowe hasło\",\"utHSNE\":\"Utwórz harmonogram\",\"8AiKIu\":\"Utwórz bilet lub produkt\",\"/HGmW9\":\"Utwórz śledzone linki, aby nagradzać partnerów, którzy promują Twoje wydarzenie.\",\"dkAPxi\":\"Utwórz webhook\",\"5slqwZ\":\"Utwórz swoje wydarzenie\",\"JQNMrj\":\"Utwórz swoje pierwsze wydarzenie\",\"CCjxOC\":\"Utwórz swoje pierwsze wydarzenie, aby rozpocząć sprzedaż biletów i zarządzanie uczestnikami.\",\"ZCSSd+\":\"Utwórz własne wydarzenie\",\"qdv10s\":[\"Tworzenie \",[\"0\"],\" terminów. To może chwilę potrwać.\"],\"67NsZP\":\"Tworzenie wydarzenia...\",\"H34qcM\":\"Tworzenie organizatora...\",\"1YMS+X\":\"Tworzenie Twojego wydarzenia, proszę czekać\",\"yiy8Jt\":\"Tworzenie Twojego profilu organizatora, proszę czekać\",\"lfLHNz\":\"Etykieta CTA jest wymagana\",\"0xLR6W\":\"Obecnie przypisane\",\"iTvh6I\":\"Obecnie dostępne do zakupu\",\"A42Dqn\":\"Własny branding\",\"Guo0lU\":\"Niestandardowa data i godzina\",\"WDMdn8\":\"Własne pytania\",\"O6mra8\":\"Niestandardowe pytania\",\"axv/Mi\":\"Niestandardowy szablon\",\"2YeVGY\":\"Link klienta skopiowany do schowka\",\"QMHSMS\":\"Klient otrzyma e-mail potwierdzający zwrot\",\"NihQNk\":\"Klienci\",\"hINN++\":\"Dostosuj stronę\",\"7gsjkI\":\"Dostosuj e-maile wysyłane do Twoich klientów za pomocą szablonów Liquid. Te szablony będą używane jako domyślne dla wszystkich wydarzeń w Twojej organizacji.\",\"xJaTUK\":\"Dostosuj układ, kolory i branding strony głównej Twojego wydarzenia.\",\"MXZfGN\":\"Dostosuj pytania zadawane podczas płatności, aby zebrać ważne informacje od Twoich uczestników.\",\"iX6SLo\":\"Dostosuj tekst wyświetlany na przycisku kontynuacji\",\"R8H7yL\":\"Dostosuj tekst pływającego przycisku przewijającego do sekcji biletów\",\"pxNIxa\":\"Dostosuj swój szablon e-mail za pomocą szablonów Liquid\",\"3trPKm\":\"Dostosuj wygląd strony organizatora\",\"U0sC6H\":\"Codziennie\",\"/gWrVZ\":\"Codzienne przychody, podatki, opłaty i zwroty we wszystkich wydarzeniach\",\"zgCHnE\":\"Codzienny raport sprzedaży\",\"nHm0AI\":\"Codzienna sprzedaż, podział podatków i opłat\",\"1aPnDT\":\"Taniec\",\"pvnfJD\":\"Ciemny\",\"MaB9wW\":\"Odwołanie terminu\",\"e6cAxJ\":\"Termin odwołany\",\"81jBnC\":\"Termin został odwołany\",\"a/C/6R\":\"Termin został utworzony\",\"IW7Q+u\":\"Termin usunięty\",\"rngCAz\":\"Termin został usunięty\",\"vHbfoQ\":\"Termin przywrócony\",\"hvah+S\":\"Wznowiono sprzedaż na ten termin\",\"Ez0YsD\":\"Termin został zaktualizowany\",\"JxwIlL\":\"terminów\",\"Te33mU\":\"Terminami zarządza się osobno\",\"91zCxb\":\"Dni z sesjami\",\"/ITcnz\":\"dzień\",\"H7OUPr\":\"Dzień\",\"JtHrX9\":\"Dzień miesiąca\",\"J/Upwb\":\"dni\",\"V3VGYb\":\"Dni miesiąca\",\"r6zgGo\":\"Grudzień\",\"jbq7j2\":\"Odrzuć\",\"WGD1Al\":\"Zmniejsz\",\"gJY4YL\":\"Zmniejsz ilość\",\"ovBPCi\":\"Domyślny\",\"JtI4vj\":\"Domyślne zbieranie informacji o uczestniku\",\"ULjv90\":\"Domyślny limit miejsc na termin\",\"3R/Tu2\":\"Domyślne obsługiwanie opłat\",\"1bZAZA\":\"Zostanie użyty domyślny szablon\",\"3Biswm\":\"Ustawienia domyślne\",\"HNlEFZ\":\"usuń\",\"KpnwJK\":[\"Usunąć \\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Usunąć \",[\"count\"],\" wybranych termin(ów)? Terminy z zamówieniami zostaną pominięte. Tej operacji nie można cofnąć.\"],\"ZDGm40\":\"Usuń konto\",\"vu7gDm\":\"Usuń partnera\",\"KZN4Lc\":\"Usuń wszystko\",\"6EkaOO\":\"Usuń termin\",\"io0G93\":\"Usuń wydarzenie\",\"+jw/c1\":\"Usuń obraz\",\"hdyeZ0\":\"Usuń zadanie\",\"xxjZeP\":\"Usuń lokalizację\",\"sY3tIw\":\"Usuń organizatora\",\"UBv8UK\":\"Usuń trwale\",\"dPyJ15\":\"Usuń szablon\",\"IQTR34\":\"Usunąć tę kategorię? Wszystkie produkty w niej również zostaną usunięte. Tej operacji nie można cofnąć.\",\"/1wMxk\":\"Usunąć ten produkt? Tej operacji nie można cofnąć.\",\"mxsm1o\":\"Usunąć to pytanie? Tej akcji nie można cofnąć.\",\"snMaH4\":\"Usuń webhook\",\"LIZZLY\":[\"Usunięto \",[\"0\"],\" termin(ów)\"],\"loLVyU\":\"Usunięte konto\",\"IlUuGb\":\"Usunięcie konta natychmiast je dezaktywuje: wszystkie opublikowane wydarzenia zostają wycofane, a dostęp zostaje wyłączony. Po 30-dniowym okresie karencji usunięcie staje się trwałe. Możesz anulować w dowolnym momencie w ciągu tych 30 dni.\",\"nMdIuB\":\"Usunięcie dodane do kolejki wykonania\",\"/U002t\":\"Żądanie usunięcia anulowane\",\"PBA62s\":\"Żądania usunięcia\",\"7w0Wev\":\"Dodano opis i miejsce\",\"vYgeDk\":\"Odznacz wszystko\",\"NvuEhl\":\"Elementy projektu\",\"H8kMHT\":\"Nie otrzymałeś kodu?\",\"G8KNgd\":\"Inne miejsce\",\"E/QGRL\":\"Wyłączone\",\"bzSI52\":\"Odrzuć\",\"0EcUWz\":\"Odrzucić zmiany?\",\"+K0AvT\":\"Odłącz\",\"cALvbl\":\"Odłącz konto Stripe\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Odrzuć ogłoszenie\",\"nZJ8tu\":\"Ukryj listę kroków konfiguracji\",\"QotGhf\":\"Odrzuć tę wiadomość\",\"J6hrEy\":\"Odrzucone\",\"BREO0S\":\"Wyświetl pole wyboru pozwalające klientom wyrazić zgodę na otrzymywanie komunikacji marketingowej od organizatora wydarzenia.\",\"HtaSQp\":\"Wyświetla liczbę wolnych miejsc dla każdej daty w widżecie biletów. Możesz to zmienić dla poszczególnych dat.\",\"pfa8F0\":\"Nazwa wyświetlana\",\"Kdpf90\":\"Nie zapomnij!\",\"352VU2\":\"Nie masz konta? <0>Zarejestruj się\",\"AXXqG+\":\"Darowizna\",\"DPfwMq\":\"Gotowe\",\"JoPiZ2\":\"Instrukcje dla obsługi wejścia\",\"2+O9st\":\"Pobierz raporty sprzedaży, uczestników i finansowe dla wszystkich zakończonych zamówień.\",\"eneWvv\":\"Wersja robocza\",\"Ts8hhq\":\"Ze względu na wysokie ryzyko spamu, musisz połączyć konto Stripe przed modyfikacją szablonów e-mail. To zapewnia, że wszyscy organizatorzy wydarzeń są zweryfikowani i odpowiedzialni.\",\"TnzbL+\":\"Ze względu na wysokie ryzyko spamu, musisz połączyć konto Stripe, zanim będziesz mógł wysyłać wiadomości do uczestników.\\nMa to na celu zapewnienie, że wszyscy organizatorzy wydarzeń są zweryfikowani i odpowiedzialni.\",\"euc6Ns\":\"Duplikuj\",\"YueC+F\":\"Duplikuj termin\",\"KRmTkx\":\"Duplikuj produkt\",\"Jd3ymG\":\"Czas trwania musi wynosić co najmniej 1 minutę.\",\"KIjvtr\":\"Holenderski\",\"22xieU\":\"np. 180 (3 godziny)\",\"MCx4ov\":\"np. Dowiedz się więcej\",\"/zajIE\":\"np. Sesja poranna\",\"XDHATF\":\"np. Nowa funkcja: listy oczekujących\",\"tAtvUj\":\"np. Planowana konserwacja w tę sobotę od 2:00 do 4:00 UTC\",\"SPKbfM\":\"np. Kup bilety, Zarejestruj się teraz\",\"fc7wGW\":\"np. Ważna aktualizacja dotycząca Twoich biletów\",\"54MPqC\":\"np. Standard, Premium, Enterprise\",\"3RQ81z\":\"Każda osoba otrzyma e-mail z zarezerwowanym miejscem do sfinalizowania zakupu.\",\"Xfsjel\":\"Każdy produkt\",\"5oD9f/\":\"Wcześniej\",\"LTzmgK\":[\"Edytuj szablon \",[\"0\"]],\"v4+lcZ\":\"Edytuj partnera\",\"ndNHsK\":\"Edytuj ogłoszenie\",\"2iZEz7\":\"Edytuj odpowiedź\",\"t2bbp8\":\"Edytuj uczestnika\",\"etaWtB\":\"Edytuj szczegóły uczestnika\",\"+guao5\":\"Edytuj konfigurację\",\"1Mp/A4\":\"Edytuj termin\",\"m0ZqOT\":\"Edytuj lokalizację\",\"8oivFT\":\"Edytuj lokalizację\",\"vRWOrM\":\"Edytuj szczegóły zamówienia\",\"pHm0k9\":\"Edytuj harmonogram\",\"fW5sSv\":\"Edytuj webhook\",\"nP7CdQ\":\"Edytuj webhook\",\"MRZxAn\":\"Edytowany\",\"uBAxNB\":\"Edytor\",\"aqxYLv\":\"Edukacja\",\"iiWXDL\":\"Niepowodzenia kwalifikacji\",\"zPiC+q\":\"Kwalifikujące się listy zameldowań\",\"SiVstt\":\"E-maile i wiadomości zaplanowane\",\"V2sk3H\":\"E-mail i szablony\",\"hbwCKE\":\"Adres e-mail skopiowany do schowka\",\"dSyJj6\":\"Adresy e-mail nie pasują\",\"elW7Tn\":\"Treść e-mail\",\"ZsZeV2\":\"E-mail jest wymagany\",\"Be4gD+\":\"Podgląd e-mail\",\"6IwNUc\":\"Szablony e-mail\",\"H/UMUG\":\"Wymagane jest weryfikacja e-mail\",\"PLEl94\":\"E-mail zweryfikowany\",\"L86zy2\":\"E-mail zweryfikowany pomyślnie!\",\"FSN4TS\":\"Osadź widget\",\"z9NkYY\":\"Widżet do osadzenia\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Emoji jest wymagane dla okien modalnych\",\"Qj0GKe\":\"Włącz samoobsługę uczestnika\",\"hEtQsg\":\"Włącz samoobsługę uczestnika domyślnie\",\"Upeg/u\":\"Włącz ten szablon do wysyłania e-maili\",\"7dSOhU\":\"Włącz listę oczekujących\",\"RxzN1M\":\"Włączony\",\"sGjBEq\":\"Data i czas zakończenia (opcjonalne)\",\"PKXt9R\":\"Data zakończenia musi być po dacie rozpoczęcia\",\"vTL8gi\":\"Godzina zakończenia\",\"48Y16Q\":\"Czas zakończenia (opcjonalny)\",\"TbaYrr\":[\"Zakończono \",[\"0\"]],\"CFgwiw\":[\"Kończy się \",[\"0\"]],\"SqOIQU\":\"Podaj limit miejsc albo wybierz „bez limitu”.\",\"h37gRz\":\"Podaj etykietę albo wybierz jej usunięcie.\",\"7YZofi\":\"Wprowadź temat i treść, aby zobaczyć podgląd\",\"khyScF\":\"Podaj, o ile przesunąć godziny.\",\"SKx/0u\":\"Wpisz nazwę miejsca lub adres\",\"ppwojw\":\"Podaj nazwę miejsca lub adres dla wydarzeń stacjonarnych\",\"j+eCIq\":\"Wprowadź adres ręcznie\",\"3bR1r4\":\"Wprowadź e-mail partnera (opcjonalne)\",\"ARkzso\":\"Wprowadź nazwę partnera\",\"ej4L8b\":\"Podaj limit miejsc\",\"6KnyG0\":\"Wprowadź e-mail\",\"INDKM9\":\"Wprowadź temat e-mail...\",\"xUgUTh\":\"Wprowadź imię\",\"9/1YKL\":\"Wprowadź nazwisko\",\"VpwcSk\":\"Wprowadź nowe hasło\",\"kWg31j\":\"Wprowadź unikalny kod partnera\",\"C3nD/1\":\"Wprowadź swój e-mail\",\"VmXiz4\":\"Wprowadź swój e-mail, a wyślemy Ci instrukcje resetowania hasła.\",\"n9V+ps\":\"Wprowadź swoje imię\",\"IdULhL\":\"Wprowadź swój numer VAT wraz z kodem kraju, bez spacji (np. IE1234567A, DE123456789)\",\"RRlWVA\":\"Całe zamówienie\",\"o21Y+P\":\"wpisy\",\"X88/6w\":\"Wpisy pojawią się tutaj, gdy klienci dołączą do listy oczekujących na wyprzedane produkty.\",\"LslKhj\":\"Błąd ładowania logów\",\"BkEWfd\":\"Esc, aby zamknąć\",\"VCNHvW\":\"Wydarzenie zarchiwizowane\",\"ZD0XSb\":\"Wydarzenie zostało pomyślnie zarchiwizowane\",\"WgD6rb\":\"Kategoria wydarzenia\",\"b46pt5\":\"Obraz okładki wydarzenia\",\"NAUIJ7\":\"Wydarzenie utworzone\",\"1b77ID\":\"Wydarzenie utworzone\",\"1Hzev4\":\"Niestandardowy szablon wydarzenia\",\"+v+GW0\":\"Wyświetlanie daty wydarzenia\",\"7u9/DO\":\"Wydarzenie zostało pomyślnie usunięte\",\"imgKgl\":\"Opis wydarzenia\",\"IzR/Fc\":\"Cały okres wydarzenia\",\"PYs3rP\":\"Nazwa wydarzenia\",\"HhwcTQ\":\"Nazwa wydarzenia\",\"WZZzB6\":\"Nazwa wydarzenia jest wymagana\",\"Wd5CDM\":\"Nazwa wydarzenia powinna mieć mniej niż 150 znaków\",\"4JzCvP\":\"Wydarzenie niedostępne\",\"mImacG\":\"Strona wydarzenia\",\"Hk9Ki/\":\"Wydarzenie zostało pomyślnie przywrócone\",\"JyD0LH\":\"Ustawienia wydarzenia\",\"XVLu2v\":\"Tytuł wydarzenia\",\"OfmsI9\":\"Wydarzenie zbyt nowe\",\"4SILkp\":\"Podsumowanie wydarzenia\",\"YDVUVl\":\"Typy wydarzeń\",\"+HeiVx\":\"Wydarzenie zaktualizowane\",\"19j6uh\":\"Wydajność wydarzeń\",\"PC3/fk\":\"Wydarzenia rozpoczynające się w ciągu następnych 24 godzin\",\"CRsuq4\":\"Co\",\"nwiZdc\":[\"Co \",[\"0\"]],\"B2jjf8\":[\"Co \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Co \",[\"0\"],\" dni\"],\"yLiYx+\":[\"Co \",[\"0\"],\" miesięcy\"],\"nn9ice\":[\"Co \",[\"0\"],\" tygodni\"],\"Cdr8f9\":[\"Co \",[\"0\"],\" tygodni w \",[\"1\"]],\"GVEHRk\":[\"Co \",[\"0\"],\" lat\"],\"XlRpgq\":[\"Co \",[\"cadenceUnit\"]],\"fTFfOK\":\"Każdy szablon e-mail musi zawierać przycisk wezwania do działania, który prowadzi do odpowiedniej strony\",\"hHTPiT\":\"Cała reszta — dotknij, aby edytować\",\"BVinvJ\":\"Przykłady: \\\"Jak się o nas dowiedziałeś?\\\", \\\"Nazwa firmy na fakturze\\\"\",\"2hGPQG\":\"Przykłady: \\\"Rozmiar koszulki\\\", \\\"Preferencje posiłków\\\", \\\"Stanowisko\\\"\",\"qNuTh3\":\"Wyjątek\",\"aW/bzJ\":\"Wykonaj usunięcie\",\"CtAcQ7\":\"Wykonaj usunięcie teraz\",\"xj4fwT\":\"Wykonaj teraz\",\"M1RnFv\":\"Wygasłe\",\"kF8HQ7\":\"Eksportuj odpowiedzi\",\"2KAI4N\":\"Eksportuj CSV\",\"JKfSAv\":\"Eksport nie powiódł się. Spróbuj ponownie.\",\"SVOEsu\":\"Eksport rozpoczęty. Przygotowywanie pliku...\",\"wuyaZh\":\"Eksport pomyślny\",\"9bpUSo\":\"Eksportowanie partnerów\",\"jtrqH9\":\"Eksportowanie uczestników\",\"R4Oqr8\":\"Eksport zakończony. Pobieranie pliku...\",\"UlAK8E\":\"Eksportowanie zamówień\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Nie powiodło się\",\"8uOlgz\":\"Nie powiodło się o\",\"tKcbYd\":\"Nieudane zadania\",\"SsI9v/\":\"Nie udało się porzucić zamówienia. Spróbuj ponownie.\",\"LdPKPR\":\"Nie udało się przypisać konfiguracji\",\"PO0cfn\":\"Nie udało się odwołać terminu\",\"YUX+f+\":\"Nie udało się odwołać terminów\",\"SIHgVQ\":\"Nie udało się anulować wiadomości\",\"cEFg3R\":\"Nie udało się utworzyć partnera\",\"dVgNF1\":\"Nie udało się utworzyć konfiguracji\",\"fAoRRJ\":\"Nie udało się utworzyć harmonogramu\",\"4yLYTb\":\"Nie udało się utworzyć harmonogramu. Spróbuj ponownie.\",\"U66oUa\":\"Nie udało się utworzyć szablonu\",\"+RTkEY\":\"Nie udało się usunąć ogłoszenia\",\"aFk48v\":\"Nie udało się usunąć konfiguracji\",\"n1CYMH\":\"Nie udało się usunąć terminu\",\"KXv+Qn\":\"Nie udało się usunąć terminu. Mogą być z nim powiązane zamówienia.\",\"JJ0uRo\":\"Nie udało się usunąć terminów\",\"rgoBnv\":\"Nie udało się usunąć wydarzenia\",\"Zw6LWb\":\"Nie udało się usunąć zadania\",\"tq0abZ\":\"Nie udało się usunąć zadań\",\"2mkc3c\":\"Nie udało się usunąć organizatora\",\"5E23qd\":\"Nie udało się usunąć produktu. Spróbuj ponownie.\",\"vKMKnu\":\"Nie udało się usunąć pytania\",\"xFj7Yj\":\"Nie udało się usunąć szablonu\",\"jo3Gm6\":\"Nie udało się wyeksportować partnerów\",\"Jjw03p\":\"Nie udało się wyeksportować uczestników\",\"ZPwFnN\":\"Nie udało się wyeksportować zamówień\",\"zGE3CH\":\"Nie udało się wyeksportować raportu. Spróbuj ponownie.\",\"lS9/aZ\":\"Nie udało się załadować odbiorców\",\"X4o0MX\":\"Nie udało się załadować webhooka\",\"ETcU7q\":\"Nie udało się zaoferować miejsca\",\"5670b9\":\"Nie udało się zaoferować biletów\",\"e5KIbI\":\"Nie udało się przywrócić terminu\",\"7zyx8a\":\"Nie udało się usunąć z listy oczekujących\",\"A/P7PX\":\"Nie udało się usunąć nadpisania\",\"ogWc1z\":\"Nie udało się wznowić sprzedaży na ten termin\",\"0+iwE5\":\"Nie udało się zmienić kolejności pytań\",\"EJPAcd\":\"Nie udało się ponownie wysłać potwierdzenia zamówienia\",\"DjSbj3\":\"Nie udało się ponownie wysłać biletu\",\"YQ3QSS\":\"Nie udało się ponownie wysłać kodu weryfikacyjnego\",\"wDioLj\":\"Nie udało się ponowić zadania\",\"DKYTWG\":\"Nie udało się ponowić zadań\",\"WRREqF\":\"Nie udało się zapisać nadpisania\",\"sj/eZA\":\"Nie udało się zapisać nadpisania ceny\",\"780n8A\":\"Nie udało się zapisać ustawień produktu\",\"zTkTF3\":\"Nie udało się zapisać szablonu\",\"l6acRV\":\"Nie udało się zapisać ustawień VAT. Spróbuj ponownie.\",\"T6B2gk\":\"Nie udało się wysłać wiadomości. Spróbuj ponownie.\",\"lKh069\":\"Nie udało się rozpocząć zadania eksportu\",\"t/KVOk\":\"Nie udało się rozpocząć personifikacji. Spróbuj ponownie.\",\"QXgjH0\":\"Nie udało się zatrzymać personifikacji. Spróbuj ponownie.\",\"i0QKrm\":\"Nie udało się zaktualizować partnera\",\"NNc33d\":\"Nie udało się zaktualizować odpowiedzi.\",\"E9jY+o\":\"Nie udało się zaktualizować uczestnika\",\"uQynyf\":\"Nie udało się zaktualizować konfiguracji\",\"i2PFQJ\":\"Nie udało się zaktualizować statusu wydarzenia\",\"EhlbcI\":\"Nie udało się zaktualizować poziomu wiadomości\",\"rpGMzC\":\"Nie udało się zaktualizować zamówienia\",\"T2aCOV\":\"Nie udało się zaktualizować statusu organizatora\",\"Eeo/Gy\":\"Nie udało się zaktualizować ustawienia\",\"kqA9lY\":\"Nie udało się zaktualizować ustawień VAT\",\"nkNfWu\":\"Nie udało się przesłać obrazu. Spróbuj ponownie.\",\"rxy0tG\":\"Nie udało się zweryfikować adresu e-mail\",\"QRUpCk\":\"Rodzina\",\"5LO38w\":\"Szybkie wypłaty na Twoje konto\",\"4lgLew\":\"Luty\",\"9bHCo2\":\"Waluta opłaty\",\"/sV91a\":\"Obsługa opłat\",\"K4dKSP\":\"Zapisano nadpisanie opłaty\",\"LyUWXA\":\"Opłaty ominięte\",\"cf35MA\":\"Festiwal\",\"pAey+4\":\"Plik jest zbyt duży. Maksymalny rozmiar to 5 MB.\",\"VejKUM\":\"Najpierw wypełnij swoje dane powyżej\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filtruj uczestników\",\"8OvVZZ\":\"Filtruj uczestników\",\"N/H3++\":\"Filtruj według terminu\",\"mvrlBO\":\"Filtruj według wydarzenia\",\"g+xRXP\":\"Dokończ konfigurację Stripe\",\"LHH461\":\"Zakończ konfigurację\",\"syyeb9\":\"Pierwszy\",\"Vj6wk9\":\"Pierwsze 30 dni\",\"/bpZYb\":\"Pierwsze 7 dni\",\"ziEnjY\":\"Pierwsze 90 dni\",\"1vBhpG\":\"Pierwszy uczestnik\",\"4pwejF\":\"Imię jest wymagane\",\"rVogsf\":\"Napraw problemy, aby opublikować\",\"3lkYdQ\":\"Opłata stała\",\"6bBh3/\":\"Opłata stała\",\"zWqUyJ\":\"Stała opłata pobierana za transakcję\",\"LWL3Bs\":\"Opłata stała musi wynosić 0 lub więcej\",\"0RI8m4\":\"Lampa wyłączona\",\"q0923e\":\"Lampa włączona\",\"X+U6/w\":\"Rodzina czcionek\",\"lWxAUo\":\"Jedzenie i napoje\",\"nFm+5u\":\"Tekst stopki\",\"sQv06Y\":\"przez\",\"NTzcRQ\":\"Przez określoną liczbę terminów\",\"a8nooQ\":\"Czwarty\",\"xVhQZV\":\"Pt\",\"39y5bn\":\"Piątek\",\"ejVYRQ\":\"Od\",\"hGDVDa\":[\"Od \",[\"0\"]],\"+dBe1R\":[\"Od \",[\"start\"]],\"1dv+MO\":[\"od \",[\"start\"],\" do \",[\"end\"]],\"l82hjf\":[\"od \",[\"start\"],\", przez \",[\"count\"],\" terminów\"],\"f5UbZ0\":\"Pełna własność danych\",\"cfvx/y\":\"Całe wydarzenie\",\"MY2SVM\":\"Pełny zwrot\",\"PGQLdy\":\"przyszłe\",\"8N/j1s\":\"Tylko przyszłe terminy\",\"yRx/6K\":\"Przyszłe terminy zostaną skopiowane z wyzerowanym limitem miejsc\",\"T02gNN\":\"Wstęp ogólny\",\"3ep0Gx\":\"Ogólne informacje o organizatorze\",\"ziAjHi\":\"Generuj\",\"exy8uo\":\"Generuj kod\",\"4CETZY\":\"Uzyskaj wskazówki\",\"pjkEcB\":\"Odbieraj płatności\",\"lGYzP6\":\"Odbieraj płatności przez Stripe\",\"ZDIydz\":\"Zacznij\",\"u6FPxT\":\"Zdobądź bilety\",\"2ohvu7\":\"Tekst przycisku Zdobądź bilety\",\"8KDgYV\":\"Przygotuj swoje wydarzenie\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Wróć\",\"sr0UJD\":\"Wróć\",\"oNL5vN\":\"Przejdź do strony wydarzenia\",\"gHSuV/\":\"Przejdź do strony głównej\",\"8+Cj55\":\"Przejdź do harmonogramu\",\"6nDzTl\":\"Dobra czytelność\",\"76gPWk\":\"Rozumiem\",\"CZXzs4\":\"Grecki\",\"aGWZUr\":\"Przychód brutto\",\"n8IUs7\":\"Przychód brutto\",\"O1wAlQ\":\"Gość\",\"LIYoRQ\":\"Zarządzanie gośćmi\",\"NUsTc4\":\"Trwa teraz\",\"S2Y4aO\":\"Trwałe usunięcie\",\"kTSQej\":[\"Cześć \",[\"0\"],\", zarządzaj swoją platformą stąd.\"],\"URTkcd\":\"Pomóż nam się rozwijać, mówiąc nam, dlaczego odchodzisz\",\"dORAcs\":\"Oto wszystkie bilety powiązane z Twoim adresem e-mail.\",\"g+2103\":\"Oto Twój link partnerski\",\"bVsnqU\":\"Cześć,\",\"/iE8xx\":\"Opłata Hi.Events\",\"zppscQ\":\"Opłaty platformy Hi.Events i podział VAT według transakcji\",\"D+zLDD\":\"Ukryty\",\"cZO505\":[\"Ukryte — sprzedaż zakończyła się \",[\"end\"],\".\"],\"DRErHC\":\"Ukryte przed uczestnikami - widoczne tylko dla organizatorów\",\"9zfvsx\":\"Ukryte dla wszystkich\",\"nMfkJW\":\"Ukryte dla wszystkich — główny przełącznik ukrywania jest włączony.\",\"NNnsM0\":\"Ukryj opcje zaawansowane\",\"P+5Pbo\":\"Ukryj odpowiedzi\",\"VMlRqi\":\"Ukryj szczegóły\",\"NQgWuh\":\"Ukryj podgląd\",\"uXNYjR\":\"Ukryj wyprzedane daty i godziny\",\"g9RcYX\":\"Ukryj datę\",\"uMwTx7\":\"Ukryć tę kategorię?\",\"LLt2UT\":\"Ukrywa wyprzedane\",\"gtEbeW\":\"Wyróżnij\",\"NF8sdv\":\"Wiadomość wyróżniająca\",\"MXSqmS\":\"Wyróżnij ten produkt\",\"7ER2sc\":\"Wyróżniony\",\"sq7vjE\":\"Wyróżnione produkty będą miały inny kolor tła, aby wyróżnić się na stronie wydarzenia.\",\"1+WSY1\":\"Hobby\",\"yY8wAv\":\"Godziny\",\"49Tkiw\":\"Jak stosowany jest rabat?\",\"sy9anN\":\"Jak długo klient ma na sfinalizowanie zakupu po otrzymaniu oferty. Pozostaw puste, aby nie było limitu czasu.\",\"cceMns\":\"Jak naliczamy VAT do opłat platformy, którymi Cię obciążamy.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Węgierski\",\"8Wgd41\":\"Potwierdzam moje obowiązki jako administrator danych\",\"O8m7VA\":\"Zgadzam się na otrzymywanie powiadomień e-mail związanych z tym wydarzeniem\",\"YLgdk5\":\"Potwierdzam, że jest to wiadomość transakcyjna związana z tym wydarzeniem\",\"4/kP5a\":\"Jeśli nowa karta nie otworzyła się automatycznie, kliknij przycisk poniżej, aby kontynuować płatność.\",\"W/eN+G\":\"Jeśli puste, adres zostanie użyty do wygenerowania linku Google Maps\",\"CY3yHL\":\"Jeśli zaznaczone, ta kategoria będzie ukryta przed publicznością.\",\"iIEaNB\":\"Jeśli masz konto u nas, otrzymasz e-mail z instrukcjami dotyczącymi resetowania hasła.\",\"an5hVd\":\"Obrazy\",\"tSVr6t\":\"Podszywaj się\",\"TWXU0c\":\"Podszywaj się pod użytkownika\",\"5LAZwq\":\"Podszywanie się rozpoczęte\",\"IMwcdR\":\"Podszywanie się zatrzymane\",\"0I0Hac\":\"Ważne ogłoszenie\",\"yD3avI\":\"Ważne: Zmiana adresu e-mail zaktualizuje link do dostępu do tego zamówienia. Po zapisaniu zostaniesz przekierowany do nowego linku zamówienia.\",\"jT142F\":[\"Za \",[\"diffHours\"],\" godzin\"],\"OoSyqO\":[\"Za \",[\"diffMinutes\"],\" minut\"],\"PdMhEx\":[\"w ciągu ostatnich \",[\"0\"],\" min\"],\"u7r0G5\":\"Stacjonarnie — podaj miejsce\",\"/LCAwL\":\"W trakcie\",\"5gTmFD\":\"z opłatami\",\"laL+R0\":\"z opłatami i podatkiem\",\"cXeh90\":\"z podatkiem\",\"pxFAp/\":\"Zwiększ\",\"nQMUIO\":\"Zwiększ ilość\",\"F1Xp97\":\"Pojedynczy uczestnicy\",\"85e6zs\":\"Wstaw token Liquid\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Natychmiastowe wypłaty Stripe\",\"nbfdhU\":\"Integracje\",\"I8eJ6/\":\"Notatki wewnętrzne na bilecie uczestnika\",\"B2Tpo0\":\"Nieprawidłowy e-mail\",\"5tT0+u\":\"Nieprawidłowy format e-maila\",\"f9WRpE\":\"Nieprawidłowy typ pliku. Prześlij obraz.\",\"tnL+GP\":\"Nieprawidłowa składnia Liquid. Popraw ją i spróbuj ponownie.\",\"N9JsFT\":\"Nieprawidłowy format numeru VAT\",\"g+lLS9\":\"Zaproś członka zespołu\",\"1z26sk\":\"Zaproś członka zespołu\",\"KR0679\":\"Zaproś członków zespołu\",\"aH6ZIb\":\"Zaproś swój zespół\",\"Dn4OyV\":\"Zaproszony\",\"IuMGvq\":\"Faktura\",\"a/bUcL\":\"Odbywa się w więcej niż jednym terminie\",\"d+Oe9r\":\"Mogło zostać wycofane z publikacji lub usunięte. Sprawdź link i spróbuj ponownie.\",\"Lj7sBL\":\"Włoski\",\"F5/CBH\":\"przedmiot(y)\",\"BzfzPK\":\"Przedmioty\",\"rjyWPb\":\"Styczeń\",\"KmWyx0\":\"Zadanie\",\"o5r6b2\":\"Zadanie usunięte\",\"cd0jIM\":\"Szczegóły zadania\",\"ruJO57\":\"Nazwa zadania\",\"YZi+Hu\":\"Zadanie w kolejce do ponowienia\",\"nCywLA\":\"Dołącz z dowolnego miejsca\",\"SNzppu\":\"Dołącz do listy oczekujących\",\"dLouFI\":[\"Dołącz do listy oczekujących na \",[\"productDisplayName\"]],\"2gMuHR\":\"Dołączono\",\"u4ex5r\":\"Lipiec\",\"zeEQd/\":\"Czerwiec\",\"MxjCqk\":\"Szukasz tylko swoich biletów?\",\"xOTzt5\":\"przed chwilą\",\"0RihU9\":\"Właśnie się zakończyło\",\"Brhs/U\":\"Zachowaj połączenie\",\"4OjqAQ\":\"Edytuj dalej\",\"lwO5vw\":[\"Pisz zwięźle — banery pokazują jedną linię. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Informuj mnie o nowościach i wydarzeniach od \",[\"0\"]],\"ioFA9i\":\"Zysk zostaje u Ciebie.\",\"C/pOUI\":\"Etykieta — np. Sesja poranna\",\"o66QSP\":\"zmiany etykiet\",\"RtKKbA\":\"Ostatni\",\"DruLRc\":\"Ostatnie 14 dni\",\"ve9JTU\":\"Nazwisko jest wymagane\",\"h0Q9Iw\":\"Ostatnia odpowiedź\",\"gw3Ur5\":\"Ostatnio uruchomiony\",\"FIq1Ba\":\"Później\",\"xvnLMP\":\"Najnowsze check-iny\",\"GGFOZD\":\"Pozostaw „Od” jako dziś, aby zacząć od razu.\",\"N5TErv\":\"Zostaw puste, aby nie ustawiać limitu\",\"L/hDDD\":\"Zostaw puste, aby ta lista check-in obejmowała wszystkie terminy\",\"9Pf3wk\":\"Zostaw włączone, aby objąć wszystkie bilety wydarzenia. Wyłącz, aby wybrać konkretne bilety.\",\"Hq2BzX\":\"Poinformuj ich o zmianie\",\"+uexiy\":\"Poinformuj ich o zmianach\",\"exYcTF\":\"Biblioteka\",\"1njn7W\":\"Jasny\",\"1qY5Ue\":\"Link wygasł lub jest nieprawidłowy\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Linki dozwolone\",\"2BBAbc\":\"Lista\",\"dF6vP6\":\"Na żywo\",\"fpMs2Z\":\"NA ŻYWO\",\"D9zTjx\":\"Wydarzenia na żywo\",\"a37vfH\":\"Podgląd na żywo\",\"C33p4q\":\"Wczytane terminy\",\"WdmJIX\":\"Ładowanie podglądu...\",\"IoDI2o\":\"Ładowanie tokenów...\",\"G3Ge9Z\":\"Ładowanie logów webhook...\",\"NFxlHW\":\"Ładowanie webhooków\",\"E0DoRM\":\"Lokalizacja usunięta\",\"7w8lJU\":\"Lokalizacja zapisana\",\"YsRXDD\":\"Lokalizacja zaktualizowana\",\"A/kIva\":\"zmiany miejsca\",\"iyZPPR\":\"lokalizacji\",\"VppBoU\":\"Lokalizacje\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo i okładka\",\"gddQe0\":\"Logo i obraz okładki dla Twojego organizatora\",\"TBEnp1\":\"Logo będzie wyświetlane w nagłówku\",\"Jzu30R\":\"Logo będzie wyświetlane na bilecie\",\"PSRm6/\":\"Znajdź moje bilety\",\"yJFu/X\":\"Biuro główne\",\"v5nFPh\":\"Ustaw jako widoczne, żeby ludzie mogli kupować bilety\",\"cdY2at\":[\"Zarządzaj: \",[\"0\"]],\"wZJfA8\":\"Zarządzaj terminami i godzinami cyklicznego wydarzenia\",\"RlzPUE\":\"Zarządzaj w Stripe\",\"sjoDuh\":\"Zarządzaj harmonogramem\",\"6NXJRK\":\"Zarządzaj harmonogramem\",\"zXuaxY\":\"Zarządzaj listą oczekujących wydarzenia, przeglądaj statystyki i oferuj bilety uczestnikom.\",\"g2npA5\":\"Oferta ręczna\",\"hg6l4j\":\"Marzec\",\"pqRBOz\":\"Oznacz jako zweryfikowane (decyzja administratora)\",\"2L3vle\":\"Maks wiadomości / 24h\",\"Qp4HWD\":\"Maks odbiorców / wiadomość\",\"7qu2YV\":[\"Maksymalnie \",[\"cap\"],\" na zamówienie\"],\"3JzsDb\":\"Maj\",\"agPptk\":\"Średni\",\"xDAtGP\":\"Wiadomość\",\"bECJqy\":\"Wiadomość zatwierdzona pomyślnie\",\"1jRD0v\":\"Wyślij wiadomość do uczestników z konkretnymi biletami\",\"uQLXbS\":\"Wiadomość anulowana\",\"48rf3i\":\"Wiadomość nie może przekraczać 5000 znaków\",\"ZPj0Q8\":\"Szczegóły wiadomości\",\"Vjat/X\":\"Wiadomość jest wymagana\",\"0/yJtP\":\"Wyślij wiadomość do właścicieli zamówień z konkretnymi produktami\",\"saG4At\":\"Wiadomość zaplanowana\",\"mFdA+i\":\"Poziom wiadomości\",\"v7xKtM\":\"Poziom wiadomości zaktualizowany pomyślnie\",\"/VRn+9\":[\"Min. \",[\"min\"],\" na zamówienie\"],\"H9HlDe\":\"minut\",\"agRWc1\":\"Minuty\",\"FfPWR0\":\"Okno modalne\",\"zz/Wd/\":\"Tryb\",\"fpMgHS\":\"Pon\",\"hty0d5\":\"Poniedziałek\",\"JbIgPz\":\"Wartości pieniężne są przybliżonymi sumami we wszystkich walutach\",\"qvF+MT\":\"Monitoruj i zarządzaj nieudanymi zadaniami w tle\",\"kY2ll9\":\"miesiąc\",\"HajiZl\":\"Miesiąc\",\"+8Nek/\":\"Miesięcznie\",\"6jefe3\":\"miesiące\",\"f8jrkd\":\"więcej\",\"JcD7qf\":\"Więcej działań\",\"w36OkR\":\"Najczęściej oglądane wydarzenia (ostatnie 14 dni)\",\"+Y/na7\":\"Przesuń wszystkie terminy wcześniej lub później\",\"3DIpY0\":\"Wiele miejsc\",\"g9cQCP\":\"Wiele typów biletów\",\"GfaxEk\":\"Muzyka\",\"oVGCGh\":\"Moje bilety\",\"8/brI5\":\"Nazwa jest wymagana\",\"sFFArG\":\"Nazwa musi mieć mniej niż 255 znaków\",\"Bst+aq\":\"Chcesz zmienić konto Stripe? Odłącz to konto.\",\"xxU3NX\":\"Dochód netto\",\"7I8LlL\":\"Nowy limit miejsc\",\"n1GRql\":\"Nowa etykieta\",\"y0Fcpd\":\"Nowa lokalizacja\",\"ArHT/C\":\"Nowe rejestracje\",\"uK7xWf\":\"Nowa godzina:\",\"g8JmSC\":\"Następny miesiąc\",\"veT5Br\":\"Następny termin\",\"WXtl5X\":[\"Następny: \",[\"nextFormatted\"]],\"eWRECP\":\"Życie nocne\",\"HSw5l3\":\"Nie - jestem osobą prywatną lub firmą niezarejestrowaną na VAT\",\"VHfLAW\":\"Brak kont\",\"+jIeoh\":\"Nie znaleziono kont\",\"074+X8\":\"Brak aktywnych webhooków\",\"zxnup4\":\"Brak partnerów do wyświetlenia\",\"hUHrkV\":\"Brak ogłoszeń\",\"Dwf4dR\":\"Brak pytań dla uczestników jeszcze\",\"th7rdT\":\"Brak uczestników do wyświetlenia\",\"PKySlW\":\"Nie ma jeszcze uczestników w tym terminie.\",\"/UC6qk\":\"Nie znaleziono danych atrybucji\",\"E2vYsO\":\"Stripe nie zgłosił jeszcze żadnych funkcji.\",\"amMkpL\":\"Brak miejsc\",\"d2Jf1f\":\"Bez zmian\",\"99ntUF\":\"Brak dostępnych list zameldowań dla tego wydarzenia.\",\"wG+knX\":\"Nie ma jeszcze check-inów\",\"+dAKxg\":\"Nie znaleziono konfiguracji\",\"LiLk8u\":\"Brak dostępnych połączeń\",\"eb47T5\":\"Nie znaleziono danych dla wybranych filtrów. Spróbuj dostosować zakres dat lub walutę.\",\"Zc216S\":\"Nie dodano terminu\",\"I8mtzP\":\"Brak dostępnych terminów w tym miesiącu. Przejdź do innego miesiąca.\",\"yDukIL\":\"Żaden termin nie pasuje do bieżących filtrów.\",\"B7phdj\":\"Żaden termin nie pasuje do Twoich filtrów\",\"/ZB4Um\":\"Żaden termin nie pasuje do wyszukiwania\",\"OtJSnL\":\"Brak zaplanowanych terminów\",\"gEdNe8\":\"Nie zaplanowano jeszcze terminów\",\"w+wkcC\":\"Nie znaleziono żądań usunięcia\",\"pZNOT9\":\"Brak daty zakończenia\",\"dW40Uz\":\"Nie znaleziono wydarzeń\",\"8pQ3NJ\":\"Brak wydarzeń rozpoczynających się w ciągu następnych 24 godzin\",\"8zCZQf\":\"Brak wydarzeń jeszcze\",\"Yc5YW6\":\"Brak nieudanych zadań\",\"EpvBAp\":\"Brak faktury\",\"N+9Onb\":\"Bez limitów\",\"XZkeaI\":\"Nie znaleziono logów\",\"IcAC6J\":\"Brak pasujących czcionek\",\"nrSs2u\":\"Nie znaleziono wiadomości\",\"Rj99yx\":\"Brak dostępnych terminów\",\"IFU1IG\":\"Brak terminów tego dnia\",\"OVFwlg\":\"Brak pytań dotyczących zamówienia jeszcze\",\"EJ7bVz\":\"Nie znaleziono zamówień\",\"NEmyqy\":\"Brak zamówień jeszcze\",\"a77B6w\":\"Nie ma jeszcze zamówień w tym terminie.\",\"wUv5xQ\":\"Brak aktywności organizatora w ciągu ostatnich 14 dni\",\"vLd1tV\":\"Brak kontekstu organizatora.\",\"B7w4KY\":\"Brak innych dostępnych organizatorów\",\"PChXMe\":\"Brak opłaconych zamówień\",\"6jYQGG\":\"Brak przeszłych wydarzeń\",\"CHzaTD\":\"Brak popularnych wydarzeń w ciągu ostatnich 14 dni\",\"zK/+ef\":\"Brak produktów dostępnych do wyboru\",\"M1/lXs\":\"Brak produktów skonfigurowanych dla tego wydarzenia.\",\"kY7XDn\":\"Żadne produkty nie mają wpisów na liście oczekujących\",\"8mw4tm\":\"Komunikat o braku produktów\",\"wYiAtV\":\"Brak ostatnich rejestracji kont\",\"UW90md\":\"Nie znaleziono odbiorców\",\"QoAi8D\":\"Brak odpowiedzi\",\"JeO7SI\":\"Brak odpowiedzi\",\"EK/G11\":\"Brak odpowiedzi jeszcze\",\"AxPAXW\":\"Nie znaleziono wyników\",\"59OWd3\":\"Brak zapisanych lokalizacji\",\"mPdY6W\":\"Brak sugestii\",\"3sRuiW\":\"Nie znaleziono biletów\",\"debCrL\":\"Brak biletów do sprzedaży\",\"k2C0ZR\":\"Brak nadchodzących terminów\",\"yM5c0q\":\"Brak nadchodzących wydarzeń\",\"qpC74J\":\"Nie znaleziono użytkowników\",\"8wgkoi\":\"Brak oglądanych wydarzeń w ciągu ostatnich 14 dni\",\"Arzxc1\":\"Brak wpisów na liście oczekujących\",\"n5vdm2\":\"Żadne zdarzenia webhook nie zostały jeszcze zarejestrowane dla tego punktu końcowego. Zdarzenia pojawią się tutaj po ich wywołaniu.\",\"4GhX3c\":\"Brak webhooków\",\"4+am6b\":\"Nie, zostaw mnie tutaj\",\"4JVMUi\":\"niezmienione\",\"ACaDVQ\":\"Jeszcze nic\",\"Itw24Q\":\"Bez check-inu\",\"x5+Lcz\":\"Nie zameldowany\",\"8n10sz\":\"Nie kwalifikuje się\",\"kLvU3F\":\"Powiadom uczestników i wstrzymaj sprzedaż\",\"t9QlBd\":\"Listopad\",\"kAREMN\":\"Liczba terminów do utworzenia\",\"6u1B3O\":\"Termin\",\"mmoE62\":\"Termin odwołany\",\"V9flmL\":\"Harmonogram terminów\",\"Kh3WO8\":\"Podsumowanie terminu\",\"byXCTu\":\"Terminy\",\"KATw3p\":\"Terminy (tylko przyszłe)\",\"85rTR2\":\"Terminy można skonfigurować po utworzeniu\",\"dzQfDY\":\"Październik\",\"BwJKBw\":\"z\",\"GQnX9d\":\"każdego miesiąca\",\"az8lvo\":\"Wył.\",\"9h7RDh\":\"Oferta\",\"EfK2O6\":\"Zaoferuj miejsce\",\"3sVRey\":\"Zaoferuj bilety\",\"2O7Ybb\":\"Limit czasu oferty\",\"1jUg5D\":\"Zaoferowano\",\"l+/HS6\":[\"Oferty wygasają po \",[\"timeoutHours\"],\" godzinach.\"],\"6Aih4U\":\"Offline\",\"Fdp03t\":\"w\",\"Z5HWHd\":\"Wł.\",\"TH5A28\":[\"w \",[\"dayList\"]],\"qiMtVT\":[[\"day\"],\" \",[\"month\"]],\"nO3VbP\":[\"W sprzedaży \",[\"0\"]],\"pPAGSK\":[\"w \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"Na stronie wydarzenia\",\"H7stQC\":\"Na liście oczekujących\",\"oXOSPE\":\"Online\",\"aqmy5k\":\"Online — podaj dane dostępowe\",\"LuZBbx\":\"Online i stacjonarnie\",\"IXuOqt\":\"Online i stacjonarnie — zobacz harmonogram\",\"WjSpu5\":\"Wydarzenie online\",\"wCRLS9\":[\"Dostępne tylko \",[\"cap\"]],\"scPxI/\":[\"Zostało tylko \",[\"capacity\"]],\"Gk0+G6\":\"Wymagana jest tylko nazwa — reszta ma sensowne wartości domyślne\",\"NdOxqr\":\"Tylko administratorzy konta mogą usuwać lub archiwizować wydarzenia. Skontaktuj się z administratorem swojego konta w celu uzyskania pomocy.\",\"rnoDMF\":\"Tylko administratorzy konta mogą usuwać lub archiwizować organizatorów. Skontaktuj się z administratorem swojego konta w celu uzyskania pomocy.\",\"tnx0u1\":\"Dostępne tylko jako dodatek\",\"z4JBd7\":\"Tylko opublikowane ogłoszenia są wyświetlane użytkownikom\",\"bU7oUm\":\"Wysyłaj tylko do zamówień z tymi statusami\",\"wkpaqp\":\"Pokaż tylko datę i godzinę rozpoczęcia\",\"chktt5\":\"Pokazywany tylko jako dodatek do produktów, z którymi jest powiązany\",\"Y4HHYW\":\"Pokazywany tylko jako dodatek do produktów, z którymi jest powiązany.\",\"Z82In9\":\"Tylko właściciel konta może zażądać usunięcia konta.\",\"DMk8F0\":\"Do limitu miejsc liczą się tylko bilety\",\"+/Z3yr\":\"Widoczne tylko dla kupujących z odpowiednim kodem promocyjnym.\",\"M2w1ni\":\"Widoczne tylko z kodem promocyjnym\",\"y8Bm7C\":\"Otwórz check-in\",\"RLz7P+\":\"Otwórz termin\",\"iMqrOb\":\"Opcjonalne wezwanie do działania\",\"cDSdPb\":\"Opcjonalna nazwa wyświetlana w listach wyboru, np. \\\"Sala konferencyjna\\\"\",\"HXMJxH\":\"Opcjonalny tekst dla zastrzeżeń, informacji kontaktowych lub notek z podziękowaniami (tylko jedna linia)\",\"L565X2\":\"opcje\",\"8m9emP\":\"albo dodaj pojedynczy termin\",\"eBskDE\":\"Lub włącz płatności offline i wyłącz Stripe\",\"dSeVIm\":\"zamówienie\",\"c/TIyD\":\"Zamówienie i bilet\",\"H5qWhm\":\"Zamówienie anulowane\",\"b6+Y+n\":\"Zamówienie zakończone\",\"x4MLWE\":\"Potwierdzenie zamówienia\",\"CsTTH0\":\"Potwierdzenie zamówienia zostało pomyślnie wysłane ponownie\",\"ppuQR4\":\"Zamówienie utworzone\",\"xtQzag\":\"Szczegóły zamówienia\",\"vrSW9M\":\"Zamówienie zostało anulowane i zwrócone. Właściciel zamówienia został powiadomiony.\",\"rzw+wS\":\"Posiadacze zamówień\",\"oI/hGR\":\"ID zamówienia\",\"m8vQEP\":\"Limity zamówienia\",\"vu6Arl\":\"Zamówienie oznaczone jako opłacone\",\"sLbJQz\":\"Zamówienie nie znalezione\",\"kvYpYu\":\"Zamówienie nie znalezione\",\"eJ8SvM\":\"Numer zamówienia, data zakupu, e-mail kupującego\",\"FaPYw+\":\"Właściciel zamówienia\",\"eB5vce\":\"Właściciele zamówień z konkretnym produktem\",\"CxLoxM\":\"Właściciele zamówień z produktami\",\"UkHo4c\":\"Ref zamówienia\",\"EZy55F\":\"Zamówienie zwrócone\",\"6eSHqs\":\"Statusy zamówień\",\"oW5877\":\"Suma zamówienia\",\"e7eZuA\":\"Zamówienie zaktualizowane\",\"1SQRYo\":\"Zamówienie zostało pomyślnie zaktualizowane\",\"3NT0Ck\":\"Zamówienie zostało anulowane\",\"V5khLm\":\"zamówienia\",\"sd5IMt\":\"Zamówienia zakończone\",\"5It1cQ\":\"Zamówienia wyeksportowane\",\"UQ0ACV\":\"Suma zamówień\",\"B/EBQv\":\"Zamówienia:\",\"qtGTNu\":\"Konta organiczne\",\"P/JHA4\":\"Organizator został pomyślnie zarchiwizowany\",\"S3CZ5M\":\"Panel organizatora\",\"GzjTd0\":\"Organizator został pomyślnie usunięty\",\"SQqJd8\":\"Organizator nie znaleziony\",\"HF8Bxa\":\"Organizator został pomyślnie przywrócony\",\"wpj63n\":\"Ustawienia organizatora\",\"o1my93\":\"Aktualizacja statusu organizatora nie powiodła się. Spróbuj ponownie później\",\"rLHma1\":\"Status organizatora zaktualizowany\",\"LqBITi\":\"Zostanie użyty szablon organizatora/domyślny\",\"q4zH+l\":\"Organizatorzy\",\"/IX/7x\":\"Inne\",\"RsiDDQ\":\"Inne listy (bilet nie włączony)\",\"EufvBx\":\"Wynik\",\"aDfajK\":\"Na świeżym powietrzu\",\"qMASRF\":\"Wiadomości wychodzące\",\"iCOVQO\":\"Nadpisanie\",\"GpFTEc\":\"Nadpisz opłaty dla tego organizatora\",\"M9ZhMP\":\"Nadpisz cenę\",\"cnVIpl\":\"Nadpisanie usunięte\",\"6/dCYd\":\"Przegląd\",\"6WdDG7\":\"Strona\",\"8uqsE5\":\"Strona nie jest już dostępna\",\"QkLf4H\":\"URL strony\",\"sF+Xp9\":\"Wyświetlenia strony\",\"v4nCHK\":\"Opłacone\",\"c+suC6\":\"Opłacone konta\",\"5F7SYw\":\"Częściowy zwrot\",\"fFYotW\":[\"Częściowo zwrócony: \",[\"0\"]],\"i8day5\":\"Przekaż opłatę kupującemu\",\"k4FLBQ\":\"Przekaż kupującemu\",\"Ff0Dor\":\"Przeszłe\",\"BFjW8X\":\"Zaległe\",\"xTPjSy\":\"Przeszłe wydarzenia\",\"/l/ckQ\":\"Wklej URL\",\"URAE3q\":\"Wstrzymany\",\"4fL/V7\":\"Zapłać\",\"W5l9HD\":\"Zapłać, ile chcesz\",\"c2/9VE\":\"Ładunek\",\"5cxUwd\":\"Data płatności\",\"ENEPLY\":\"Metoda płatności\",\"8Lx2X7\":\"Płatność otrzymana\",\"fx8BTd\":\"Płatności niedostępne\",\"C+ylwF\":\"Wypłaty\",\"UbRKMZ\":\"Oczekujące\",\"UkM20g\":\"Oczekuje na recenzję\",\"dPYu1F\":\"Na uczestnika\",\"mQV/nJ\":\"na min\",\"+kvxv+\":\"na zamówienie\",\"VlXNyK\":\"Na zamówienie\",\"NhuGd7\":\"na produkt\",\"hauDFf\":\"Na bilet\",\"mnF83a\":\"Opłata procentowa\",\"TNLuRD\":\"Opłata procentowa (%)\",\"MixU2P\":\"Procent musi wynosić od 0 do 100\",\"MkuVAZ\":\"Procent kwoty transakcji\",\"/Bh+7r\":\"Wydajność\",\"/4mGVp\":\"Trwale usuń to konto\",\"dGdKgQ\":\"Trwale usuń to konto i jego dane.\",\"fIp56F\":\"Trwale usuń to wydarzenie i wszystkie powiązane dane.\",\"nJeeX7\":\"Trwale usuń tego organizatora i wszystkie jego wydarzenia.\",\"wfCTgK\":\"Trwale usuń ten termin\",\"6kPk3+\":\"Informacje osobiste\",\"zmwvG2\":\"Telefon\",\"tSR/oe\":\"Wybierz datę zakończenia\",\"e8kzpp\":\"Wybierz co najmniej jeden dzień miesiąca\",\"35C8QZ\":\"Wybierz co najmniej jeden dzień tygodnia\",\"kJmAsd\":\"Wybierz dni, aby zobaczyć terminy.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Złożone\",\"wBJR8i\":\"Planujesz wydarzenie?\",\"J3lhKT\":\"Opłata platformy\",\"RD51+P\":[\"Opłata platformy \",[\"0\"],\" odjęta od Twojej wypłaty\"],\"br3Y/y\":\"Opłaty platformy\",\"3buiaw\":\"Raport opłat platformy\",\"kv9dM4\":\"Przychody platformy\",\"PJ3Ykr\":\"Sprawdź nową godzinę na swoim bilecie. Bilety pozostają ważne — nie musisz nic robić, chyba że nowe godziny Ci nie odpowiadają. Odpowiedz na tego e-maila, jeśli masz pytania.\",\"OtjenF\":\"Proszę podać prawidłowy adres e-mail\",\"jEw0Mr\":\"Wprowadź prawidłowy URL\",\"n8+Ng/\":\"Wprowadź 5-cyfrowy kod\",\"r+lQXT\":\"Wprowadź swój numer VAT\",\"Dvq0wf\":\"Podaj obraz.\",\"2cUopP\":\"Uruchom ponownie proces płatności.\",\"GoXxOA\":\"Wybierz datę i godzinę\",\"8KmsFa\":\"Wybierz zakres dat\",\"EFq6EG\":\"Wybierz obraz.\",\"fuwKpE\":\"Spróbuj ponownie.\",\"klWBeI\":\"Poczekaj przed żądaniem innego kodu\",\"hfHhaa\":\"Poczekaj, przygotowujemy Twoich partnerów do eksportu...\",\"o+tJN/\":\"Poczekaj, przygotowujemy Twoich uczestników do eksportu...\",\"+5Mlle\":\"Poczekaj, przygotowujemy Twoje zamówienia do eksportu...\",\"trnWaw\":\"Polski\",\"luHAJY\":\"Popularne wydarzenia (ostatnie 14 dni)\",\"p/78dY\":\"Pozycja\",\"OESu7I\":\"Zapobiegaj nadmiernej sprzedaży, dzieląc zapasy między wieloma typami biletów.\",\"NgVUL2\":\"Podgląd formularza płatności\",\"cs5muu\":\"Podgląd strony wydarzenia\",\"1xwZj/\":\"Poprzedni miesiąc\",\"Jm2AC3\":\"Próg cenowy\",\"a5jvSX\":\"Poziomy cenowe\",\"aHCEmh\":\"Ceny\",\"ReihZ7\":\"Podgląd wydruku\",\"JnuPvH\":\"Drukuj bilet\",\"tYF4Zq\":\"Drukuj do PDF\",\"LcET2C\":\"Polityka prywatności\",\"8z6Y5D\":\"Przetwórz zwrot\",\"JcejNJ\":\"Przetwarzanie zamówienia\",\"EWCLpZ\":\"Produkt utworzony\",\"XkFYVB\":\"Produkt usunięty\",\"YMwcbR\":\"Sprzedaż produktów, przychody i podział podatków\",\"ls0mTC\":\"Ustawień produktów nie można edytować dla odwołanych terminów.\",\"2339ej\":\"Ustawienia produktu zostały zapisane\",\"ldVIlB\":\"Produkt zaktualizowany\",\"CP3D8G\":\"Postęp\",\"JoKGiJ\":\"Kod promocyjny\",\"dIodJL\":\"Wymagany kod promocyjny\",\"k3wH7i\":\"Użycie kodu promocyjnego i podział rabatów\",\"tZqL0q\":\"kody promocyjne\",\"oCHiz3\":\"Kody promocyjne\",\"uEhdRh\":\"Tylko promocyjne\",\"dLm8V5\":\"E-maile promocyjne mogą skutkować zawieszeniem konta\",\"W0ETyY\":\"Podaj co najmniej jedno pole adresu (miejsce, ulica, miasto lub kraj).\",\"2W/7Gz\":\"Prześlij poniższe dane przed kolejną weryfikacją Stripe, aby wypłaty nie zostały wstrzymane.\",\"7d1a0d\":\"Publiczne\",\"EEYbdt\":\"Opublikuj\",\"JcgJKc\":\"Opublikuj mimo to\",\"evDBV8\":\"Opublikuj wydarzenie\",\"2zEfOd\":\"Opublikuj swoje wydarzenie\",\"u3wRF+\":\"Opublikowane\",\"L7nrC8\":\"Po opublikowaniu strona Twojego wydarzenia stanie się publiczna i otworzą się zapisy.\",\"dsFmM+\":\"Zakupiony\",\"JunetL\":\"Kupujący\",\"phmeUH\":\"E-mail kupującego\",\"ywR4ZL\":\"Check-in kodem QR\",\"oWXNE5\":\"Ilość\",\"VbWX2u\":\"Ilość\",\"biEyJ4\":\"Odpowiedzi na pytania\",\"k/bJj0\":\"Pytania zostały przeorganizowane\",\"b24kPi\":\"Kolejka\",\"lTPqpM\":\"Szybka wskazówka\",\"fqDzSu\":\"Stawka\",\"mnUGVC\":\"Przekroczono limit stawki. Spróbuj ponownie później.\",\"t41hVI\":\"Ponownie zaoferuj miejsce\",\"TNclgc\":\"Przywrócić ten termin? Sprzedaż zostanie wznowiona.\",\"RENQ6j\":\"Gotowy do publikacji?\",\"uqoRbb\":\"Analityka w czasie rzeczywistym\",\"jPSk57\":\"Powód (opcjonalnie)\",\"xzRvs4\":[\"Otrzymuj aktualizacje produktów od \",[\"0\"],\".\"],\"pLXbi8\":\"Ostatnie rejestracje kont\",\"M1HGuR\":\"Ostatnia aktywność\",\"3kJ0gv\":\"Ostatni uczestnicy\",\"qhfiwV\":\"Ostatnie check-iny\",\"S+0XMX\":\"Ostatnie zamówienia\",\"Fi3b48\":\"Ostatnie zamówienia\",\"7hPBBn\":\"odbiorca\",\"jp5bq8\":\"odbiorców\",\"yPrbsy\":\"Odbiorcy\",\"E1F5Ji\":\"Odbiorcy są dostępni po wysłaniu wiadomości\",\"WEYdDv\":\"Zalecane\",\"wuhHPE\":\"Cykliczne\",\"asLqwt\":\"Wydarzenie cykliczne\",\"s3uzsK\":\"Ustawienia wydarzenia cyklicznego\",\"D0tAMe\":\"Wydarzenia cykliczne\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Przekierowywanie do Stripe...\",\"pnoTN5\":\"Konta poleceń\",\"ACKu03\":\"Odśwież podgląd\",\"vuFYA6\":\"Zwróć płatność za wszystkie zamówienia w tych terminach\",\"4cRUK3\":\"Zwróć płatność za wszystkie zamówienia w tym terminie\",\"fKn/k6\":\"Kwota zwrotu\",\"qY4rpA\":\"Zwrot nie powiódł się\",\"FaK/8G\":[\"Zwróć zamówienie \",[\"0\"]],\"MGbi9P\":\"Zwrot oczekuje\",\"BDSRuX\":[\"Zwrócony: \",[\"0\"]],\"bU4bS1\":\"Zwroty\",\"rYXfOA\":\"Ustawienia regionalne\",\"5tl0Bp\":\"Pytania rejestracyjne\",\"ZNo5k1\":\"Pozostało\",\"Bjh87R\":\"Usuń etykietę ze wszystkich terminów\",\"IVZaEo\":\"Całkowicie usuwa wyprzedane daty i godziny ze strony wydarzenia. Gdy wyłączone, pozostają widoczne i są oznaczone jako wyprzedane.\",\"5Vkr/a\":\"Usuń godzinę\",\"KkJtVK\":\"Wznów sprzedaż\",\"XJwWJp\":\"Wznowić sprzedaż na ten termin? Wcześniej anulowane bilety nie zostaną przywrócone — uczestnicy pozostają anulowani, a zwroty już wykonane nie zostaną cofnięte.\",\"RYlQY0\":\"Powtarzanie\",\"CQeZT8\":\"Raport nie znaleziony\",\"JEPMXN\":\"Poproś o nowy link\",\"Yx0Ud8\":\"Zgłoszono\",\"Wcv9QD\":\"Zgłoszone przez\",\"TMLAx2\":\"Wymagane\",\"mdeIOH\":\"Wyślij ponownie kod\",\"sQxe68\":\"Wyślij ponownie potwierdzenie\",\"bxoWpz\":\"Wyślij ponownie email potwierdzenia\",\"G42SNI\":\"Wyślij ponownie email\",\"TTpXL3\":[\"Wyślij ponownie za \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Wyślij ponownie bilet\",\"Uwsg2F\":\"Zarezerwowane\",\"8wUjGl\":\"Zarezerwowane do\",\"a5z8mb\":\"Przywróć cenę podstawową\",\"kCn6wb\":\"Resetowanie...\",\"ZlCDf+\":\"Odpowiedź\",\"bsydMp\":\"Szczegóły odpowiedzi\",\"yKu/3Y\":\"Przywróć\",\"RokrZf\":\"Przywróć wydarzenie\",\"/JyMGh\":\"Przywróć organizatora\",\"HFvFRb\":\"Przywróć to wydarzenie, aby ponownie było widoczne.\",\"DDIcqy\":\"Przywróć tego organizatora i ponownie uczyń go aktywnym.\",\"mO8KLE\":\"wyniki\",\"6gRgw8\":\"Spróbuj ponownie\",\"1BG8ga\":\"Spróbuj ponownie wszystkie\",\"rDC+T6\":\"Spróbuj ponownie zadanie\",\"CbnrWb\":\"Wróć do wydarzenia\",\"Lf7TCn\":\"Lokalizacje wielokrotnego użytku pojawiają się tutaj automatycznie, gdy tworzysz wydarzenia z adresami; możesz też dodać własne.\",\"mdQ0zb\":\"Lokalizacje wielokrotnego użytku dla Twoich wydarzeń. Lokalizacje utworzone przez autouzupełnianie są zapisywane tutaj automatycznie.\",\"XFOPle\":\"Użyj ponownie\",\"1Zehp4\":\"Użyj ponownie połączenia Stripe innego organizatora na tym koncie.\",\"Oo/PLb\":\"Podsumowanie przychodów\",\"CfuueU\":\"Cofnij ofertę\",\"Tpm2G9\":\"Czas trwania\",\"dFFW9L\":[\"Sprzedaż zakończona \",[\"0\"]],\"loCKGB\":[\"Sprzedaż kończy się \",[\"0\"]],\"wlfBad\":\"Okres sprzedaży\",\"qi81Jg\":\"Okres sprzedaży dotyczy wszystkich terminów w harmonogramie. Aby sterować ceną i dostępnością pojedynczych terminów, użyj nadpisań na <0>stronie harmonogramu terminów.\",\"zpekWp\":[\"Sprzedaż rozpoczyna się \",[\"0\"]],\"7s8z0X\":\"Okres sprzedaży\",\"mUv9U4\":\"Sprzedaż\",\"9KnRdL\":\"Sprzedaż jest wstrzymana\",\"JC3J0k\":\"Podział sprzedaży, frekwencji i check-inów według terminu\",\"3VnlS9\":\"Sprzedaż, zamówienia i metryki wydajności dla wszystkich wydarzeń\",\"3Q1AWe\":\"Sprzedaż:\",\"LeuERW\":\"Tak jak w wydarzeniu\",\"B4nE3N\":\"Przykładowa cena biletu\",\"8BRPoH\":\"Przykładowa Sala\",\"PiK6Ld\":\"Sob\",\"+5kO8P\":\"Sobota\",\"zJiuDn\":\"Zapisz nadpisanie opłaty\",\"x1fMXJ\":\"Zapisz harmonogram\",\"KZrfYJ\":\"Zapisz linki społeczne\",\"9Y3hAT\":\"Zapisz szablon\",\"C8ne4X\":\"Zapisz projekt biletu\",\"cTI8IK\":\"Zapisz ustawienia VAT\",\"6/TNCd\":\"Zapisz ustawienia VAT\",\"4RvD9q\":\"Zapisana lokalizacja\",\"cgw0cL\":\"Zapisane lokalizacje\",\"Fbqm/I\":\"Zapisanie nadpisania tworzy dedykowaną konfigurację dla tego organizatora, jeśli korzysta obecnie z domyślnej systemowej.\",\"I+FvbD\":\"Skanuj\",\"0zd6Nm\":\"Zeskanuj bilet, aby zameldować uczestnika\",\"bQG7Qk\":\"Zeskanowane bilety pojawią się tutaj\",\"WDYSLJ\":\"Tryb skanera\",\"gmB6oO\":\"Harmonogram\",\"qQTaVm\":\"Dodano harmonogram\",\"j6NnBq\":\"Harmonogram został utworzony\",\"YP7frt\":\"Harmonogram kończy się\",\"QS1Nla\":\"Zaplanuj na później\",\"NAzVVw\":\"Zaplanuj wiadomość\",\"/rTL/5\":\"Podgląd harmonogramu\",\"Fz09JP\":\"Harmonogram zaczyna się\",\"4ba0NE\":\"Zaplanowane\",\"4HKQZj\":\"Zaplanowane usunięcie\",\"qcP/8K\":\"Zaplanowany czas\",\"A1taO8\":\"Szukaj\",\"ftNXma\":\"Szukaj partnerów...\",\"VMU+zM\":\"Szukaj uczestników\",\"VY+Bdn\":\"Szukaj po nazwie konta lub e-mailu...\",\"VX+B3I\":\"Szukaj po tytule wydarzenia lub organizatorze...\",\"R0wEyA\":\"Szukaj po nazwie zadania lub wyjątku...\",\"YnMfsK\":\"Szukaj po nazwie lub adresie...\",\"3yKuDu\":\"Szukaj po nazwie lub adresie e-mail i wybierz jedną lub więcej pozycji\",\"VT+urE\":\"Szukaj po nazwie lub e-mailu...\",\"GHdjuo\":\"Szukaj po nazwie, e-mailu lub koncie...\",\"4mBFO7\":\"Szukaj po nazwisku, nr zamówienia, nr biletu lub e-mailu\",\"20ce0U\":\"Szukaj po identyfikatorze zamówienia, nazwie klienta lub e-mailu...\",\"4DSz7Z\":\"Szukaj po temacie, wydarzeniu lub koncie...\",\"gTUY97\":\"Szukaj po tytule...\",\"nQC7Z9\":\"Szukaj terminów...\",\"iRtEpV\":\"Szukaj terminów…\",\"JRM7ao\":\"Wyszukaj adres\",\"BWF1kC\":\"Szukaj wiadomości...\",\"5WYZKZ\":\"Wyniki wyszukiwania\",\"IG85fV\":\"Szukaj zapisanych lokalizacji lub znajdź adres...\",\"Du+zn+\":\"Wyszukiwanie...\",\"3aD3GF\":\"Sezonowe\",\"ku//5b\":\"Drugi\",\"Mck5ht\":\"Bezpieczne potwierdzenie\",\"s7tXqF\":\"Zobacz harmonogram\",\"JFap6u\":\"Zobacz, czego jeszcze potrzebuje Stripe\",\"6lGaum\":\"Wyświetlone\",\"p7xUrt\":\"Wybierz kategorię\",\"hTKQwS\":\"Wybierz datę i godzinę\",\"Ps6Xtf\":\"Wybierz datę, aby zobaczyć dostępne godziny\",\"e4L7bF\":\"Wybierz wiadomość, aby zobaczyć jej treść\",\"zPRPMf\":\"Wybierz poziom\",\"BFRSTT\":\"Wybierz konto\",\"wgNoIs\":\"Zaznacz wszystko\",\"mCB6Je\":\"Zaznacz wszystko\",\"aCEysm\":[\"Zaznacz wszystko — \",[\"0\"]],\"a6+167\":\"Wybierz wydarzenie\",\"4oT6dP\":\"Wybierz co najmniej jedno konto\",\"neCGH1\":\"Wybierz co najmniej jednego użytkownika\",\"CFbaPk\":\"Wybierz grupę uczestników\",\"88a49s\":\"Wybierz aparat\",\"tVW/yo\":\"Wybierz walutę\",\"SJQM1I\":\"Wybierz datę\",\"n9ZhRa\":\"Wybierz datę i czas zakończenia\",\"gTN6Ws\":\"Wybierz czas zakończenia\",\"0U6E9W\":\"Wybierz kategorię wydarzenia\",\"j9cPeF\":\"Wybierz typy wydarzeń\",\"ypTjHL\":\"Wybierz termin\",\"DHBGUX\":\"Wybierz produkty...\",\"KizCK7\":\"Wybierz datę i czas rozpoczęcia\",\"dJZTv2\":\"Wybierz czas rozpoczęcia\",\"x8XMsJ\":\"Wybierz poziom wiadomości dla tego konta. To kontroluje limity wiadomości i uprawnienia do łączy.\",\"aT3jZX\":\"Wybierz strefę czasową\",\"TxfvH2\":\"Wybierz, którzy uczestnicy powinni otrzymać tę wiadomość\",\"Ropvj0\":\"Wybierz, które wydarzenia spowodują ten webhook\",\"+6YAwo\":\"zaznaczono\",\"ylXj1N\":\"Wybrane\",\"uq3CXQ\":\"Wyprzedaj swoje wydarzenie.\",\"oBXbO4\":\"Sprzedajesz produkt fizyczny? Ogranicz jego liczbę na <0>stronie produktów.\",\"j9b/iy\":\"Szybko się sprzedaje 🔥\",\"73qYgo\":\"Wyślij jako test\",\"HMAqFK\":\"Wysyłaj e-maile do uczestników, posiadaczy biletów lub właścicieli zamówień. Wiadomości mogą być wysłane natychmiast lub zaplanowane na później.\",\"22Itl6\":\"Wyślij mi kopię\",\"NpEm3p\":\"Wyślij teraz\",\"nOBvex\":\"Wysyłaj w czasie rzeczywistym dane o zamówieniach i uczestnikach do swoich zewnętrznych systemów.\",\"1lNPhX\":\"Wyślij email powiadomienia o zwrocie\",\"eaUTwS\":\"Wyślij link resetowania\",\"5cV4PY\":\"Wyślij do wszystkich terminów albo wybierz konkretny\",\"QEQlnV\":\"Wyślij swoją pierwszą wiadomość\",\"IoAuJG\":\"Wysyłanie...\",\"h69WC6\":\"Wysłane\",\"BVu2Hz\":\"Wysłane przez\",\"ZFa8wv\":\"Wysyłane do uczestników, gdy zaplanowany termin zostaje odwołany\",\"SPdzrs\":\"Wysłane do klientów, gdy złożą zamówienie\",\"LxSN5F\":\"Wysłane do każdego uczestnika z jego szczegółami biletu\",\"hgvbYY\":\"Wrzesień\",\"5sN96e\":\"Sesja odwołana\",\"S9i0UC\":[\"sesji · \",[\"dateCount\"],\" terminów × \",[\"timesPerDay\"],\" godzin\"],\"89xaFU\":\"Ustaw domyślne ustawienia opłat platformy dla nowych wydarzeń utworzonych pod tym organizatorem.\",\"eXssj5\":\"Ustaw domyślne ustawienia dla nowych wydarzeń utworzonych pod tym organizatorem.\",\"uPe5p8\":\"Ustaw, jak długo trwa każdy termin\",\"ODuUEi\":\"Ustaw lub usuń etykietę terminu\",\"buHACR\":\"Ustaw godzinę zakończenia każdego terminu w takim odstępie od godziny rozpoczęcia.\",\"TaeFgl\":\"Ustaw bez limitu (usuń limit)\",\"pd6SSe\":\"Skonfiguruj harmonogram cykliczny, aby terminy tworzyły się automatycznie, albo dodawaj je pojedynczo.\",\"s0FkEx\":\"Ustaw listy odpraw dla różnych wejść, sesji lub dni.\",\"TaWVGe\":\"Skonfiguruj wypłaty\",\"JA//e6\":\"Skonfiguruj harmonogram\",\"gzXY7l\":\"Skonfiguruj harmonogram\",\"0Ls9qe\":\"Ustal bilety, które będziesz sprzedawać, i ich ceny\",\"xMO+Ao\":\"Ustaw swoją organizację\",\"5pEFnq\":\"Skonfiguruj harmonogram\",\"zRRuUD\":\"Harmonogram skonfigurujesz w kolejnych krokach\",\"ETC76A\":\"Ustaw, zmień lub usuń miejsce albo dane online dla terminu\",\"C3htzi\":\"Ustawienie zaktualizowane\",\"Ohn74G\":\"Konfiguracja i projekt\",\"1W5XyZ\":\"Konfiguracja zajmuje tylko kilka minut — nie potrzebujesz istniejącego konta Stripe. Stripe obsługuje karty, portfele, regionalne metody płatności i ochronę przed oszustwami, żebyś mógł skupić się na swoim wydarzeniu.\",\"GG7qDw\":\"Udostępnij link partnera\",\"hL7sDJ\":\"Udostępnij stronę organizatora\",\"jy6QDF\":\"Zarządzanie wspólną pojemnością\",\"jDNHW4\":\"Przesuń godziny\",\"tPfIaW\":[\"Przesunięto godziny dla \",[\"count\"],\" termin(ów)\"],\"WwlM8F\":\"Pokaż opcje zaawansowane\",\"cMW+gm\":[\"Pokaż wszystkie platformy (\",[\"0\"],\" więcej z wartościami)\"],\"wXi9pZ\":\"Pokazuj notatki o uczestnikach niezalogowanej obsłudze\",\"4LZFir\":\"Pokaż cały zakres dat\",\"UVPI5D\":\"Pokaż mniej platform\",\"Eu/N/d\":\"Pokaż checkbox opt-in marketingu\",\"SXzpzO\":\"Pokaż checkbox opt-in marketingu domyślnie\",\"b33PL9\":\"Pokaż więcej platform\",\"Eut7p9\":\"Pokazuj szczegóły zamówienia niezalogowanej obsłudze\",\"+RoWKN\":\"Pokazuj odpowiedzi na pytania niezalogowanej obsłudze\",\"jbcx6L\":\"Pokazuj pozostałe miejsca przy terminach wydarzenia\",\"rXxBOx\":\"Pokazuj kupującym liczbę pozostałych miejsc\",\"t1LIQW\":[\"Wyświetlanie \",[\"0\"],\" z \",[\"totalRows\"],\" rekordów\"],\"E717U9\":[\"Wyświetlanie \",[\"0\"],\"–\",[\"1\"],\" z \",[\"2\"]],\"5rzhBQ\":[\"Wyświetlanie \",[\"MAX_VISIBLE\"],\" z \",[\"totalAvailable\"],\" terminów. Wpisz tekst, aby wyszukać.\"],\"WSt3op\":[\"Pokazujemy pierwsze \",[\"0\"],\" — pozostałe \",[\"1\"],\" sesji i tak zostanie objętych wysyłką wiadomości.\"],\"o1UbOh\":\"Wyświetlane jako podskakujące u góry okna modalnego\",\"OJLTEL\":\"Pokazywane obsłudze przy pierwszym otwarciu strony check-inu.\",\"lbfXEJ\":\"Pokazuje liczbę pozostałych miejsc\",\"jVRHeq\":\"Zarejestrowany\",\"5C7J+P\":\"Wydarzenie jednorazowe\",\"E//btK\":\"Pomiń terminy zmienione ręcznie\",\"paESr6\":\"Słowacki\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Społeczność\",\"d0rUsW\":\"Linki społeczne\",\"j/TOB3\":\"Linki społeczne i strona internetowa\",\"s9KGXU\":\"Sprzedane\",\"yp+0jj\":\"wyprzedane\",\"1hupow\":\"Wyprzedane, dostępna lista oczekujących\",\"iACSrw\":\"Część szczegółów nie jest dostępna publicznie. Zaloguj się, aby zobaczyć wszystko.\",\"Dia6iz\":\"Coś poszło nie tak podczas usuwania obrazu. Spróbuj ponownie.\",\"KTxc6k\":\"Coś poszło nie tak, spróbuj ponownie lub skontaktuj się z pomocą, jeśli problem będzie się powtarzać\",\"lkE00/\":\"Coś poszło nie tak. Spróbuj ponownie później.\",\"wdxz7K\":\"Źródło\",\"SzuJ5m\":\"Wybrane konta\",\"/h8G1o\":\"Wybrani użytkownicy\",\"fDG2by\":\"Duchowość\",\"oPaRES\":\"Podziel check-in według dni, stref lub typów biletów. Udostępnij link obsłudze — nie potrzebują konta.\",\"7JFNej\":\"Sport\",\"/bfV1Y\":\"Instrukcje dla obsługi\",\"StWUH4\":\"Rozpocznij check-in\",\"JcQp9p\":\"Data i czas rozpoczęcia\",\"0m/ekX\":\"Data i czas rozpoczęcia\",\"izRfYP\":\"Data rozpoczęcia jest wymagana\",\"xAYSEs\":\"Godzina rozpoczęcia\",\"n9ZrDo\":\"Zacznij wpisywać miejsce lub adres...\",\"DACR+e\":\"Domyślnie zwinięte\",\"qeFVhN\":[\"Zaczyna się za \",[\"diffDays\"],\" dni\"],\"AOqtxN\":[\"Zaczyna się za \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Zaczyna się za \",[\"h\"],\" godz. \",[\"m\"],\" min\"],\"Lo49in\":[\"Zaczyna się za \",[\"seconds\"],\" s\"],\"NqChgF\":\"Zaczyna się jutro\",\"2NbyY/\":\"Statystyki\",\"GVUxAX\":\"Statystyki są oparte na dacie utworzenia konta\",\"29Hx9U\":\"Statystyki\",\"5ia+r6\":\"Nadal wymagane\",\"wuV0bK\":\"Zatrzymaj personifikację\",\"S/7MPw\":\"Konto Stripe odłączone.\",\"s/KaDb\":\"Stripe połączony\",\"Bk06QI\":\"Stripe połączony\",\"akZMv8\":[\"Skopiowano połączenie Stripe od \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe nie zwrócił linku konfiguracyjnego. Spróbuj ponownie.\",\"aKtF0O\":\"Stripe nie połączony\",\"9i0++A\":\"Identyfikator płatności Stripe\",\"R1lIMV\":\"Stripe wkrótce poprosi o kilka dodatkowych danych\",\"FzcCHA\":\"Stripe przeprowadzi Cię przez kilka krótkich pytań, aby dokończyć konfigurację.\",\"ii0qn/\":\"Temat jest wymagany\",\"M7Uapz\":\"Temat pojawi się tutaj\",\"6aXq+t\":\"Temat:\",\"JwTmB6\":\"Pomyślnie zduplikowany produkt\",\"WUOCgI\":\"Pomyślnie zaoferowano miejsce\",\"IvxA4G\":[\"Pomyślnie zaoferowano bilety \",[\"count\"],\" osobom\"],\"kKpkzy\":\"Pomyślnie zaoferowano bilety 1 osobie\",\"Zi3Sbw\":\"Pomyślnie usunięto z listy oczekujących\",\"RuaKfn\":\"Pomyślnie zaktualizowany adres\",\"kzx0uD\":\"Pomyślnie zaktualizowane domyślne ustawienia wydarzenia\",\"5n+Wwp\":\"Pomyślnie zaktualizowany organizator\",\"DMCX/I\":\"Pomyślnie zaktualizowane domyślne ustawienia opłat platformy\",\"URUYHc\":\"Pomyślnie zaktualizowane ustawienia opłat platformy\",\"kRWc2g\":\"Pomyślnie zaktualizowano ustawienia wydarzenia cyklicznego\",\"0Dk/l8\":\"Pomyślnie zaktualizowane ustawienia SEO\",\"S8Tua9\":\"Ustawienia zaktualizowane pomyślnie\",\"MhOoLQ\":\"Pomyślnie zaktualizowane linki społeczne\",\"CNSSfp\":\"Ustawienia śledzenia zaktualizowane pomyślnie\",\"kj7zYe\":\"Pomyślnie zaktualizowany Webhook\",\"dXoieq\":\"Podsumowanie\",\"/RfJXt\":[\"Letni Festiwal Muzyki \",[\"0\"]],\"CWOPIK\":\"Letni Festiwal Muzyki 2025\",\"D89zck\":\"Ndz\",\"DBC3t5\":\"Niedziela\",\"UaISq3\":\"Szwedzki\",\"JZTQI0\":\"Zmień organizatora\",\"9YHrNC\":\"Domyślnie systemowe\",\"jGR53C\":\"Koszulki, kubki i nie tylko\",\"hCR98w\":\"Wybieraj daty jak w kalendarzu.\",\"lruQkA\":\"Dotknij ekranu, aby wznowić skanowanie\",\"X9v2GM\":\"Konta docelowe\",\"TmyDCw\":\"Użytkownicy docelowi\",\"TJUrME\":[\"Odbiorcami będą uczestnicy z \",[\"0\"],\" wybranych sesji.\"],\"yT6dQ8\":\"Podatek zebrane pogrupowane po typie podatku i imprezie\",\"Ye321X\":\"Nazwa podatku\",\"WyCBRt\":\"Podsumowanie podatków\",\"QC3FVX\":\"Podatki i opłaty\",\"GkH0Pq\":\"Zastosowane podatki i opłaty\",\"SXvRWU\":\"Praca zespołowa\",\"vlf/In\":\"Technologia\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Powiedz ludziom czego się spodziewać na Twojej imprezie\",\"NiIUyb\":\"Powiedz nam o Twojej imprezie\",\"DovcfC\":\"Powiedz nam o Twojej organizacji. Informacja ta będzie wyświetlana na stronach Twoich imprez.\",\"69GWRq\":\"Powiedz nam, jak często powtarza się Twoje wydarzenie, a utworzymy wszystkie terminy za Ciebie.\",\"mXPbwY\":\"Podaj swój status rejestracji VAT, abyśmy zastosowali właściwe rozliczenie VAT do opłat platformy.\",\"7wtpH5\":\"Szablon aktywny\",\"QHhZeE\":\"Szablon utworzony pomyślnie\",\"xrWdPR\":\"Szablon usunięty pomyślnie\",\"G04Zjt\":\"Szablon zapisany pomyślnie\",\"xowcRf\":\"Warunki korzystania z usługi\",\"6K0GjX\":\"Tekst może być trudny do przeczytania\",\"nm3Iz/\":\"Dziękujemy za udział!\",\"pYwj0k\":\"Dziękujemy,\",\"cIHkSd\":[\"To \",[\"totalOccurrences\"],\" sesji — maksimum to \",[\"max\"],\". Skróć zakres lub częstotliwość.\"],\"k3IitN\":\"To już koniec\",\"KfmPRW\":\"Kolor tła strony. W przypadku używania obrazu okładki jest on stosowany jako nakładka.\",\"MDNyJz\":\"Kod wygaśnie za 10 minut. Sprawdź folder spam, jeśli nie widzisz wiadomości e-mail.\",\"AIF7J2\":\"Waluta, w której zdefiniowana jest stała opłata. Zostanie przeliczona na walutę zamówienia przy finalizacji zakupu.\",\"k3LFkM\":\"Waluta używana dla cen biletów tego wydarzenia.\",\"7oksH+\":[\"Rabat jest odejmowany od każdego kwalifikującego się produktu. Np. \",[\"currencySymbol\"],\"10 rabatu × 3 bilety = \",[\"currencySymbol\"],\"30 rabatu.\"],\"sKL8k2\":\"Rabat jest odejmowany jednorazowo od łącznej kwoty zamówienia.\",\"cDHM1d\":\"Adres e-mail został zmieniony. Uczestnik otrzyma nowy bilet na zaktualizowany adres e-mail.\",\"tXadb0\":\"Impreza, którą szukasz, nie jest dostępna w chwili obecnej. Mogła zostać usunięta, wygaśnięta lub adres URL może być nieprawidłowy.\",\"sxKqBm\":\"Pełna kwota zamówienia zostanie zwrócona do oryginalnej metody płatności klienta.\",\"KgDp6G\":\"Link, który próbujesz otworzyć, wygasł lub nie jest już ważny. Sprawdź swoją pocztę e-mail, aby uzyskać zaktualizowany link do zarządzania zamówieniem.\",\"sYLeDq\":\"Organizator, którego szukasz, nie został znaleziony. Strona mogła być przeniesiona, usunięta lub adres URL może być nieprawidłowy.\",\"PCr4zw\":\"Nadpisanie zostaje zapisane w dzienniku zdarzeń zamówienia.\",\"C4nQe5\":\"Opłata platformy jest dodawana do ceny biletu. Kupujący płacą więcej, ale Ty otrzymujesz pełną cenę biletu.\",\"HxxXZO\":\"Podstawowy kolor marki używany na przyciskach i podświetleniach\",\"OVSkIF\":\"Szybki brązowy lis przeskakuje nad leniwym psem.\",\"z0KrIG\":\"Zaplanowany czas jest wymagany\",\"EWErQh\":\"Zaplanowany czas musi być w przyszłości\",\"UNd0OU\":[\"Sesja wydarzenia „\",[\"title\"],\"”, pierwotnie zaplanowana na \",[\"0\"],\", została przełożona.\"],\"DEcpfp\":\"Treść szablonu zawiera nieprawidłową składnię Liquid. Proszę to poprawić i spróbować ponownie.\",\"qpmtdK\":\"Strefa czasowa używana dla dat i godzin tego wydarzenia.\",\"N3VfVA\":\"Przesyłanie nie dotarło do serwera. Sprawdź połączenie, a jeśli plik jest duży, spróbuj mniejszego obrazu (maks. 5MB).\",\"injXD7\":\"Numer VAT nie mógł być zweryfikowany. Proszę sprawdzić numer i spróbować ponownie.\",\"A4UmDy\":\"Teatr\",\"tDwYhx\":\"Motyw i kolory\",\"ybBP2H\":\"Brak produktów dostępnych w tym terminie. Wybierz inny termin.\",\"O7g4eR\":\"To wydarzenie nie ma nadchodzących terminów\",\"062KsE\":\"Te dane pojawią się na bilecie i w podsumowaniu zamówienia uczestnika tylko dla tego terminu.\",\"5Eu+tn\":\"Te szczegóły zostaną pokazane tylko po pomyślnym zrealizowaniu zamówienia.\",\"jQjwR+\":\"Te dane zastąpią dotychczasowe miejsce w wybranych terminach i pojawią się na biletach uczestników.\",\"6eaLu/\":\"Te ceny obowiązują dla wszystkich terminów w harmonogramie, a liczby w progach ograniczają łączną sprzedaż dla wszystkich terminów razem. Daty sprzedaży progów obowiązują globalnie. Ceny dla poszczególnych terminów możesz nadpisać na <0>stronie Harmonogram terminów.\",\"QP3gP+\":\"Te ustawienia mają zastosowanie tylko do skopiowanego kodu osadzanego i nie będą przechowywane.\",\"HirZe8\":\"Te szablony będą używane jako domyślne dla wszystkich wydarzeń w Twojej organizacji. Poszczególne wydarzenia mogą zastąpić te szablony własnymi wersjami niestandardowymi.\",\"lzAaG5\":\"Te szablony będą zastępować domyślne ustawienia organizatora tylko dla tego wydarzenia. Jeśli tutaj nie jest ustawiony żaden niestandardowy szablon, zostanie użyty szablon organizatora.\",\"UlykKR\":\"Trzeci\",\"1YTBzS\":\"To konto nie ma zrealizowanych zamówień, więc wszystkie jego dane zostaną trwale usunięte.\",\"jCPU8z\":\"To konto jest zaplanowane do usunięcia\",\"zfNCE8\":[\"To konto zostanie usunięte dnia <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"Dotyczy to każdego pasującego terminu wydarzenia, także tych, które nie są teraz widoczne. Uczestnicy zapisani na dowolny z tych terminów będą dostępni w edytorze wiadomości po zakończeniu aktualizacji.\",\"SOmGDa\":\"Ta lista check-in dotyczy sesji, która została odwołana, więc nie można jej już używać do check-inów.\",\"XBNC3E\":\"Ten kod będzie używany do śledzenia sprzedaży. Dozwolone są tylko litery, cyfry, łączniki i podkreślenia.\",\"AaP0M+\":\"Ta kombinacja kolorów może być trudna do odczytania dla niektórych użytkowników\",\"o1phK/\":[\"Ten termin ma \",[\"orderCount\"],\" zamówień, których to dotyczy.\"],\"F/UtGt\":\"Ten termin został odwołany. Nadal możesz go usunąć, aby zniknął na stałe.\",\"BLZ7pX\":\"Ten termin jest w przeszłości. Zostanie utworzony, ale nie będzie widoczny dla uczestników wśród nadchodzących terminów.\",\"7IIY0z\":\"Ten termin jest oznaczony jako wyprzedany.\",\"bddWMP\":\"Ten termin nie jest już dostępny. Wybierz inny termin.\",\"E9BqZw\":\"Tylko ten termin\",\"n68908\":[\"To odłączy \",[\"stripeAccountId\"],\" od tego organizatora. Sprzedaż płatnych biletów przestanie działać, dopóki ponownie nie połączysz konta Stripe.\"],\"RzEvf5\":\"To wydarzenie się skończyło\",\"kc4bIA\":\"To wydarzenie nie ma jeszcze biletów ani produktów, więc uczestnicy nie będą mogli się zarejestrować.\",\"eMaNd0\":\"To wydarzenie jest niedostępne\",\"YClrdK\":\"To wydarzenie nie zostało jeszcze opublikowane\",\"GL6z+k\":\"To wydarzenie jest wyprzedane\",\"pIwDhS\":\"Terminy i godziny tego wydarzenia ustawia się w harmonogramie terminów.\",\"ny5rgr\":\"To jest wydarzenie cykliczne\",\"tc64Zz\":\"To jest nazwa kategorii, która będzie wyświetlana na stronie wydarzenia.\",\"dFJnia\":\"To jest nazwa Twojego organizatora, która będzie wyświetlana użytkownikom.\",\"vt7jiq\":\"Klucz podpisu zostanie wyświetlony tylko ten jeden raz. Skopiuj go teraz i przechowuj w bezpiecznym miejscu.\",\"5DpZrC\":\"To ogranicza łączną sprzedaż dla wszystkich terminów w harmonogramie — nie jest to limit na termin. Aby ograniczyć liczbę uczestników każdego terminu, ustaw pojemność na <0>stronie Harmonogram terminów.\",\"L7dIM7\":\"Ten link jest nieprawidłowy lub wygasł.\",\"MR5ygV\":\"Ten link nie jest już ważny\",\"9LEqK0\":\"Ta nazwa jest widoczna dla użytkowników końcowych\",\"QdUMM9\":\"Ten termin osiągnął limit miejsc\",\"j5FdeA\":\"To zamówienie jest przetwarzane.\",\"sjNPMw\":\"To zamówienie zostało porzucone. Możesz rozpocząć nowe zamówienie w dowolnym momencie.\",\"OhCesD\":\"To zamówienie zostało anulowane. Możesz rozpocząć nowe zamówienie w dowolnym momencie.\",\"lyD7rQ\":\"Ten profil organizatora nie został jeszcze opublikowany\",\"9b5956\":\"Ten podgląd pokazuje, jak Twój e-mail będzie wyglądać z przykładowymi danymi. Rzeczywiste e-maile będą używać rzeczywistych wartości.\",\"uM9Alj\":\"Ten produkt jest wyróżniony na stronie wydarzenia\",\"RqSKdX\":\"Ten produkt jest wyprzedany\",\"4PDH+K\":\"Ten produkt nie pojawi się samodzielnie na stronie wydarzenia — kupujący widzą go tylko jako dodatek do produktów, z którymi jest powiązany.\",\"qEGn8I\":\"To cykliczne wydarzenie nie ma jeszcze terminów, więc uczestnicy nie mają czego rezerwować.\",\"W12OdJ\":\"Ten raport jest tylko do celów informacyjnych. Zawsze konsultuj się z profesjonalistą podatkowymi przed użyciem tych danych do celów rachunkowych lub podatkowych. Proszę odnieść się do pulpitu Stripe, ponieważ Hi.Events może brakować danych historycznych.\",\"1LuJNw\":\"Ten bilet nie jest już ważny\",\"0Ew0uk\":\"Ten bilet właśnie został zeskanowany. Proszę czekać przed zeskanowaniem ponownie.\",\"FYXq7k\":[\"Dotyczy to \",[\"loadedAffectedCount\"],\" termin(ów).\"],\"kvpxIU\":\"Będzie to używane do powiadomień i komunikacji z użytkownikami.\",\"bPgkdx\":\"Spowoduje to anulowanie zaplanowanego usunięcia i ponowną aktywację konta. Właściciel konta zostanie powiadomiony e-mailem.\",\"4yx4a4\":[\"Spowoduje to natychmiastową dezaktywację konta i trwałe usunięcie go po 30 dniach. Aby potwierdzić, wpisz nazwę swojego konta: <0>\",[\"0\"],\"\"],\"rhsath\":\"Nie będzie to widoczne dla klientów, ale pomaga Ci zidentyfikować partnera afiliacji.\",\"VGEfU7\":\"Spowoduje to natychmiastowe trwałe usunięcie lub anonimizację konta, bez czekania na zaplanowaną datę. Tego nie można cofnąć.\",\"hV6FeJ\":\"Przepustowość\",\"+FjWgX\":\"Czw\",\"kkDQ8m\":\"Czwartek\",\"0GSPnc\":\"Projektowanie biletów\",\"EZC/Cu\":\"Projekt biletów został pomyślnie zapisany\",\"bbslmb\":\"Projektant biletów\",\"1BPctx\":\"Bilet dla\",\"HGuXjF\":\"Posiadacze biletów\",\"CMUt3Y\":\"Posiadacze biletów\",\"awHmAT\":\"ID biletu\",\"6czJik\":\"Logo biletu\",\"t79rDv\":\"Bilet nie znaleziony\",\"6tmWch\":\"Bilet lub produkt\",\"1tfWrD\":\"Podgląd biletu dla\",\"KnjoUA\":\"Cena biletu\",\"pGZOcL\":\"Bilet został pomyślnie ponownie wysłany\",\"o02GZM\":\"Sprzedaż biletów na to wydarzenie została zakończona\",\"8jLPgH\":\"Typ biletu\",\"8qsbZ5\":\"Ticketing i sprzedaż\",\"zNECqg\":\"bilety\",\"6GQNLE\":\"Bilety\",\"NRhrIB\":\"Bilety i produkty\",\"OrWHoZ\":\"Bilety są automatycznie oferowane klientom z listy oczekujących, gdy pojawi się dostępność.\",\"AGRilS\":\"Sprzedane bilety\",\"4/dG8J\":\"Progi\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Godzina\",\"kGEhUy\":\"Godziny\",\"fXf2r5\":[\"Godziny podane w strefie \",[\"timezoneAbbr\"]],\"9udQT9\":\"Tytuł jest wymagany\",\"dMtLDE\":\"do\",\"/jQctM\":\"Do\",\"tiI71C\":\"Aby zwiększyć swoje limity, skontaktuj się z nami pod adresem\",\"ecUA8p\":\"Dzisiaj\",\"W428WC\":\"Przełącz kolumny\",\"BRMXj0\":\"Jutro\",\"UBSG1X\":\"Najlepsi organizatorzy (ostatnie 14 dni)\",\"3sZ0xx\":\"Razem kont\",\"SMDzqJ\":\"Łącznie uczestników\",\"orBECM\":\"Razem zebrano\",\"k5CU8c\":\"Łączna liczba wpisów\",\"4B7oCp\":\"Łączna opłata\",\"sMMlTX\":\"Opłaty łącznie\",\"mlvCEl\":\"Zamówienia łącznie\",\"2AW/k5\":\"Łączna liczba dla wszystkich terminów\",\"dp8BCb\":\"Podatek łącznie\",\"vb0Q0/\":\"Razem użytkowników\",\"oJjplO\":\"Razem wyświetleń\",\"rBZ9pz\":\"Wycieczki\",\"orluER\":\"Śledź wzrost konta i wydajność według źródła atrybuacji\",\"YwKzpH\":\"Śledzenie i analityka\",\"GUA0Jy\":\"Spróbuj innej frazy lub innego filtra\",\"2P/OWN\":\"Zmień filtry, aby zobaczyć więcej terminów.\",\"ouM5IM\":\"Spróbuj innego e-maila\",\"3DZvE7\":\"Spróbuj Hi.Events za darmo\",\"vq2WxD\":\"Wt\",\"G3myU+\":\"Wtorek\",\"Kz91g/\":\"Turecki\",\"GdOhw6\":\"Wyłącz dźwięk\",\"KUOhTy\":\"Włącz dźwięk\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Wpisz \\\"usuń\\\", aby potwierdzić\",\"nSlb72\":\"Wpisz, aby wyszukać...\",\"nWRfmt\":\"Typografia\",\"IrVSu+\":\"Nie można zduplikować produktu. Proszę sprawdzić swoje dane\",\"Vx2J6x\":\"Nie można pobrać uczestnika\",\"h0dx5e\":\"Nie udało się dołączyć do listy oczekujących\",\"DaE0Hg\":\"Nie udało się wczytać danych uczestnika.\",\"GlnD5Y\":\"Nie udało się wczytać produktów dla tego terminu. Spróbuj ponownie.\",\"17VbmV\":\"Nie udało się cofnąć check-inu\",\"n57zCW\":\"Konta nieprzypisane\",\"9uI/rE\":\"Cofnij\",\"Ef7StM\":\"Nieznany\",\"ZBAScj\":\"Nieznany uczestnik\",\"MEIAzV\":\"Bez nazwy\",\"K6L5Mx\":\"Lokalizacja bez nazwy\",\"7yiFvZ\":\"Nieopłacony\",\"C51N+0\":\"do\",\"NaeLn8\":[\"Do \",[\"end\"]],\"porwAO\":\"Do daty\",\"ZIb6rJ\":\"Produkt bez nazwy\",\"crJM8s\":\"Bilet bez nazwy\",\"X13xGn\":\"Niezaufane\",\"0bT1FT\":[\"Maks. \",[\"max\"],\" na zamówienie\"],\"gyXpQN\":\"Nadchodzące wydarzenia\",\"Pp1sWX\":\"Aktualizuj partnera afiliacji\",\"59qHrb\":\"Zaktualizuj limit miejsc\",\"Gaem9v\":\"Zaktualizuj nazwę i opis wydarzenia\",\"7EhE4k\":\"Zaktualizuj etykietę\",\"NPQWj8\":\"Zaktualizuj miejsce\",\"75+lpR\":[\"Aktualizacja: \",[\"subjectTitle\"],\" — zmiany w harmonogramie\"],\"UOGHdA\":[\"Aktualizacja: \",[\"subjectTitle\"],\" — zmiana godziny sesji\"],\"+b7T3G\":\"Zaktualizowano\",\"ogoTrw\":[\"Zaktualizowano \",[\"count\"],\" termin(ów)\"],\"dDuona\":[\"Zaktualizowano limit miejsc dla \",[\"count\"],\" termin(ów)\"],\"FT3LSc\":[\"Zaktualizowano etykietę dla \",[\"count\"],\" termin(ów)\"],\"8EcY1g\":[\"Zaktualizowano miejsce dla \",[\"count\"],\" termin(ów)\"],\"83tNam\":\"Aktualizuje się podczas tworzenia reguły. Przeglądaj miesiące, aby sprawdzić terminy.\",\"/XlQr2\":\"Aktualizuje się w trakcie pisania.\",\"gJQsLv\":\"Prześlij obraz okładki dla swojego organizatora\",\"4kEGqW\":\"Prześlij logo dla swojego organizatora\",\"lnCMdg\":\"Prześlij obraz\",\"29w7p6\":\"Przesyłanie obrazu...\",\"HtrFfw\":\"URL jest wymagany\",\"3VnYUR\":\"Adres URL musi zaczynać się od http:// lub https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"Skaner USB nasłuchuje\",\"dyTklH\":\"Skaner USB wstrzymany\",\"OHJXlK\":\"Użyj <0>szablonów Liquid do personalizacji e-maili\",\"/rsy72\":\"Użyj domyślnych ustawień wydarzenia\",\"0k4cdb\":\"Użyj danych zamówienia dla wszystkich uczestników. Imiona i e-maile uczestników będą odpowiadać informacjom kupującego.\",\"bA31T4\":\"Użyj danych kupującego dla wszystkich uczestników\",\"PpgtnC\":\"Użyj tego adresu\",\"rnoQsz\":\"Używane do obramowań, wyróżnień i stylizacji kodów QR\",\"b0XTc/\":[\"Użytkownicy (\",[\"0\"],\")\"],\"BV4L/Q\":\"Analityka UTM\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Walidacja numeru VAT...\",\"t7caBM\":\"Kod kraju VAT\",\"WLkfqH\":\"Numer VAT\",\"pnVh83\":\"Numer VAT\",\"CabI04\":\"Numer VAT nie może zawierać spacji\",\"PMhxAR\":\"Numer VAT musi zaczynać się od 2-literowego kodu kraju, po którym następuje 8-15 znaków alfanumerycznych (np. DE123456789)\",\"gPgdNV\":\"Numer VAT zwalidowany pomyślnie\",\"RUMiLy\":\"Walidacja numeru VAT nie powiodła się\",\"vqji3Y\":\"Walidacja numeru VAT nie powiodła się. Sprawdź swój numer VAT.\",\"8dENF9\":\"VAT od opłaty\",\"ZutOKU\":\"Stawka VAT\",\"+KJZt3\":\"Zarejestrowany do VAT\",\"Nfbg76\":\"Ustawienia VAT zapisane pomyślnie\",\"UvYql/\":\"Ustawienia VAT zapisane. Walidujemy Twój numer VAT w tle.\",\"bXn1Jz\":\"Ustawienia VAT zaktualizowane\",\"tJylUv\":\"Traktowanie VAT dla opłat platformy\",\"FlGprQ\":\"Traktowanie VAT dla opłat platformy: firmy zarejestrowane jako podatnicy VAT w UE mogą stosować mechanizm odwrotnego obciążenia (0% - art. 196 Dyrektywy VAT 2006/112/WE). Firmy niezarejestrowane jako podatnicy VAT są obciążane irlandzkim VAT w wysokości 23%.\",\"516oLj\":\"Usługa walidacji VAT tymczasowo niedostępna\",\"p6QQLa\":[\"VAT: \",[\"0\"]],\"5q87Y9\":\"VAT: niezarejestrowany\",\"AdWhjZ\":\"Kod weryfikacyjny\",\"kUAumu\":\"E-mail weryfikacyjny wysłany. Sprawdź skrzynkę odbiorczą.\",\"QDEWii\":\"Zweryfikowany\",\"wCKkSr\":\"Zweryfikuj e-mail\",\"/IBv6X\":\"Zweryfikuj swój e-mail\",\"u8nB38\":\"Zweryfikuj swój e-mail, aby uczestnicy mogli otrzymywać bilety\",\"e/cvV1\":\"Weryfikowanie...\",\"fROFIL\":\"Wietnamski\",\"p5nYkr\":\"Zobacz wszystko\",\"yA/6BX\":\"Zobacz wszystko →\",\"6CQ7/B\":\"Zobacz wszystkie funkcje\",\"YSE15b\":\"Zobacz wszystkie listy check-in\",\"RnvnDc\":\"Wyświetl wszystkie wiadomości wysłane na platformie\",\"+WFMis\":\"Wyświetl i pobierz raporty ze wszystkich wydarzeń. Uwzględnione są tylko zrealizowane zamówienia.\",\"c7VN/A\":\"Wyświetl odpowiedzi\",\"SZw9tS\":\"Wyświetl szczegóły\",\"9+84uW\":[\"Zobacz szczegóły: \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Wyświetl wydarzenie\",\"c6SXHN\":\"Wyświetl stronę wydarzenia\",\"n6EaWL\":\"Wyświetl logi\",\"OaKTzt\":\"Wyświetl mapę\",\"zNZNMs\":\"Wyświetl wiadomość\",\"67OJ7t\":\"Wyświetl zamówienie\",\"tKKZn0\":\"Wyświetl szczegóły zamówienia\",\"KeCXJu\":\"Wyświetl szczegóły zamówienia, wydawaj zwroty i ponownie wysyłaj potwierdzenia.\",\"9jnAcN\":\"Wyświetl stronę organizatora\",\"1J/AWD\":\"Zobacz bilet\",\"N9FyyW\":\"Wyświetl, edytuj i eksportuj zarejestrowanych uczestników.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Widoczne od \",[\"start\"],\" — ukryte do otwarcia sprzedaży.\"],\"EkiKJK\":\"Widoczne dla wszystkich na stronie wydarzenia.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Oczekuje\",\"quR8Qp\":\"Oczekiwanie na płatność\",\"KrurBH\":\"Oczekiwanie na skan…\",\"u0n+wz\":\"Lista oczekujących\",\"3RXFtE\":\"Lista oczekujących włączona\",\"TwnTPy\":\"Oferta z listy oczekujących wygasła\",\"aUi/Dz\":\"Ostrzeżenie: To jest domyślna konfiguracja systemu. Zmiany wpłyną na wszystkie konta, które nie mają przypisanej konkretnej konfiguracji.\",\"aT/44s\":\"Nie udało się skopiować tego połączenia Stripe. Spróbuj ponownie.\",\"jTee4a\":\"Nie udało się odłączyć tego konta Stripe. Spróbuj ponownie.\",\"RRZDED\":\"Nie mogliśmy znaleźć żadnych zamówień związanych z tym adresem e-mail.\",\"2RZK9x\":\"Nie mogliśmy znaleźć szukanego zamówienia. Link mógł wygasnąć lub szczegóły zamówienia mogły się zmienić.\",\"nefMIK\":\"Nie mogliśmy znaleźć szukanego biletu. Link mógł wygasnąć lub szczegóły biletu mogły się zmienić.\",\"miysJh\":\"Nie mogliśmy znaleźć tego zamówienia. Mogło zostać usunięte.\",\"Fjj/5/\":\"Nie udało się wczytać list check-in. Spróbuj ponownie.\",\"ADsQ23\":\"Nie możemy teraz połączyć się ze Stripe. Spróbuj ponownie za chwilę.\",\"HJKdzP\":\"Napotkaliśmy problem podczas ładowania tej strony. Proszę spróbować ponownie.\",\"jegrvW\":\"Współpracujemy ze Stripe, aby wypłaty trafiały prosto na Twoje konto bankowe.\",\"IfN2Qo\":\"Zalecamy kwadratowe logo o minimalnych wymiarach 200x200px\",\"wJzo/w\":\"Zalecamy wymiary 400px na 400px i maksymalny rozmiar pliku 5MB\",\"L/KlAh\":[\"Wysłaliśmy link weryfikacyjny na adres \",[\"0\"]],\"KRCDqH\":\"Używamy plików cookie, aby lepiej zrozumieć, jak korzysta się z witryny, i poprawić Twoje wrażenia.\",\"x8rEDQ\":\"Nie mogliśmy zweryfikować numeru VAT po wielu próbach. Będziemy kontynuować próby w tle. Proszę sprawdzić później.\",\"4HaEdK\":[\"Utworzymy wszystkie \",[\"totalOccurrences\"],\" sesji — potem możesz edytować lub usunąć dowolny termin\"],\"mfM/HJ\":[\"Powiadomimy Cię e-mailem, jeśli miejsce stanie się dostępne dla \",[\"productDisplayName\"],\" w dniu \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Powiadomimy Cię e-mailem, jeśli miejsce stanie się dostępne dla \",[\"productDisplayName\"],\".\"],\"McuGND\":\"Po zapisaniu otworzymy edytor wiadomości z gotowym szablonem. To Ty sprawdzasz i wysyłasz — nic nie jest wysyłane automatycznie.\",\"q1BizZ\":\"Wyślemy Twoje bilety na ten e-mail\",\"ZOmUYW\":\"Zweryfikujemy Twój numer VAT w tle. W przypadku jakichkolwiek problemów damy Ci znać.\",\"LKjHr4\":[\"Zmieniliśmy harmonogram wydarzenia „\",[\"title\"],\"” — \",[\"description\"],\" dotyczy \",[\"affectedCount\"],\" sesji.\"],\"Fq/Nx7\":\"Wysłaliśmy 5-cyfrowy kod weryfikacyjny na:\",\"GdWB+V\":\"Webhook został pomyślnie utworzony\",\"2X4ecw\":\"Webhook został pomyślnie usunięty\",\"ndBv0v\":\"Integracje webhooków\",\"CThMKa\":\"Dzienniki webhook\",\"I0adYQ\":\"Klucz podpisu Webhook\",\"nuh/Wq\":\"URL webhook\",\"8BMPMe\":\"Webhook nie będzie wysyłał powiadomień\",\"FSaY52\":\"Webhook będzie wysyłał powiadomienia\",\"v1kQyJ\":\"Webhooki\",\"On0aF2\":\"Strona internetowa\",\"0f7U0k\":\"Śr\",\"VAcXNz\":\"Środa\",\"64X6l4\":\"tydzień\",\"4XSc4l\":\"Tygodniowo\",\"IAUiSh\":\"tygodnie\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Witamy ponownie\",\"QDWsl9\":[\"Witamy w \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Witamy w \",[\"0\"],\", oto lista wszystkich Twoich wydarzeń\"],\"DDbx7K\":\"Zdrowie i relaks\",\"FaSXqR\":\"Jaki typ wydarzenia?\",\"0WyYF4\":\"Co widzi niezalogowana obsługa\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Gdy odprawa zostanie usunięta\",\"RPe6bE\":\"Gdy termin wydarzenia cyklicznego zostaje odwołany\",\"Gmd0hv\":\"Gdy nowy uczestnik zostanie utworzony\",\"zyIyPe\":\"Gdy tworzone jest nowe wydarzenie\",\"Lc18qn\":\"Gdy nowe zamówienie zostanie utworzone\",\"dfkQIO\":\"Gdy nowy produkt zostanie utworzony\",\"8OhzyY\":\"Gdy produkt zostanie usunięty\",\"tRXdQ9\":\"Gdy produkt zostanie zaktualizowany\",\"9L9/28\":\"Gdy produkt się wyprzeda, klienci mogą dołączyć do listy oczekujących, aby otrzymać powiadomienie, gdy miejsca staną się dostępne.\",\"OIkHj+\":\"Gdy produkt się wyprzeda, klienci mogą dołączyć do listy oczekujących, aby otrzymać powiadomienie, gdy miejsca staną się dostępne. Klienci dołączają do listy oczekujących na konkretną datę, a oferty są składane dla poszczególnych dat.\",\"Q7CWxp\":\"Gdy uczestnik zostanie anulowany\",\"IuUoyV\":\"Gdy uczestnik zostanie odprawiony\",\"nBVOd7\":\"Gdy uczestnik zostanie zaktualizowany\",\"t7cuMp\":\"Gdy wydarzenie jest archiwizowane\",\"gtoSzE\":\"Gdy wydarzenie jest aktualizowane\",\"ny2r8d\":\"Gdy zamówienie zostanie anulowane\",\"c9RYbv\":\"Gdy zamówienie zostanie oznaczone jako opłacone\",\"ejMDw1\":\"Gdy zamówienie zostanie zwrócone\",\"fVPt0F\":\"Gdy zamówienie zostanie zaktualizowane\",\"bcYlvb\":\"Gdy odprawa się zakończy\",\"XIG669\":\"Gdy odprawa się rozpocznie\",\"de6HLN\":\"Gdy klienci kupią bilety, ich zamówienia pojawią się tutaj.\",\"pm9tpn\":\"Po włączeniu kupujący mogą jednocześnie skopiować swoje imię i adres e-mail do wszystkich uczestników. Wyłącz, aby usunąć opcję \\\"Wszyscy uczestnicy\\\"; kupujący nadal będą mogli skopiować dane do pierwszego uczestnika, a pozostałych trzeba będzie wprowadzić osobno.\",\"403wpZ\":\"Gdy włączone, nowe wydarzenia pozwolą uczestnikom zarządzać własnymi szczegółami biletów za pomocą bezpiecznego linku. Można to zmienić dla każdego wydarzenia.\",\"blXLKj\":\"Gdy włączone, nowe wydarzenia wyświetlą pole wyboru zgody marketingowej podczas realizacji zamówienia. Można to zmienić dla każdego wydarzenia.\",\"Kj0Txn\":\"Gdy włączone, nie będą pobierane opłaty aplikacyjne za transakcje Stripe Connect. Użyj tego dla krajów, w których opłaty aplikacyjne nie są obsługiwane.\",\"xo06V3\":\"Dokąd prowadzi przycisk\",\"uchB0M\":\"Podgląd widgetu\",\"uvIqcj\":\"Warsztaty\",\"EpknJA\":\"Napisz swoją wiadomość tutaj...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"rok\",\"zkWmBh\":\"Rocznie\",\"+BGee5\":\"lata\",\"X/azM1\":\"Tak - mam ważny numer rejestracji VAT w UE\",\"Tz5oXG\":\"Tak, anuluj moje zamówienie\",\"QlSZU0\":[\"Podszywa się pod <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Wystawiasz częściowy zwrot. Klient otrzyma zwrot \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"Możesz skonfigurować dodatkowe opłaty za usługi i podatki w ustawieniach konta.\",\"rj3A7+\":\"Możesz to później nadpisać dla poszczególnych terminów.\",\"paWwQ0\":\"W razie potrzeby nadal możesz ręcznie oferować bilety.\",\"jTDzpA\":\"Nie możesz zarchiwizować ostatniego aktywnego organizatora na swoim koncie.\",\"D8baxD\":\"Masz płatne bilety, ale Stripe nie jest jeszcze połączony, więc nie możesz przyjmować płatności.\",\"5VGIlq\":\"Osiągnąłeś limit wiadomości.\",\"casL1O\":\"Masz podatki i opłaty dodane do darmowego produktu. Czy chcesz je usunąć?\",\"5SgD0L\":\"Masz niezapisane zmiany. Czy na pewno chcesz je odrzucić?\",\"9jJNZY\":\"Musisz potwierdzić swoje obowiązki przed zapisaniem\",\"pCLes8\":\"Musisz wyrazić zgodę na otrzymywanie wiadomości\",\"FVTVBy\":\"Musisz zweryfikować swój adres e-mail, zanim będziesz mógł zaktualizować status organizatora.\",\"ze4bi/\":\"Musisz utworzyć co najmniej jeden termin, zanim dodasz uczestników do tego wydarzenia cyklicznego.\",\"w65ZgF\":\"Musisz zweryfikować e-mail konta, zanim będziesz mógł modyfikować szablony e-mail.\",\"FRl8Jv\":\"Musisz zweryfikować e-mail konta, zanim będziesz mógł wysyłać wiadomości.\",\"88cUW+\":\"Otrzymujesz\",\"O6/3cu\":\"Terminy, harmonogramy i reguły cykliczności skonfigurujesz w następnym kroku.\",\"zKAheG\":\"Zmieniasz godziny sesji\",\"MNFIxz\":[\"Idziesz na \",[\"0\"],\"!\"],\"ZlLcht\":[\"Dołączasz do listy oczekujących na \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Jesteś na liście oczekujących!\",\"/5HL6k\":\"Zaproponowano Ci miejsce!\",\"gbjFFH\":\"Zmieniono godzinę sesji\",\"YI0K8C\":[\"Twoje konto zostało dezaktywowane i zostanie trwale usunięte dnia <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Twoje konto ma limity wiadomości. Aby zwiększyć swoje limity, skontaktuj się z nami pod adresem\",\"gsWZkk\":\"Twoje konto jest teraz zaplanowane do usunięcia.\",\"x/xjzn\":\"Twoi partnerzy afiliacji zostali pomyślnie wyeksportowani.\",\"TF37u6\":\"Twoi uczestnicy zostali pomyślnie wyeksportowani.\",\"79lXGw\":\"Twoja lista odpraw została pomyślnie utworzona. Udostępnij poniższy link personelowi odprawy.\",\"BnlG9U\":\"Twoje obecne zamówienie zostanie utracone.\",\"nBqgQb\":\"Twój e-mail\",\"GG1fRP\":\"Twoje wydarzenie jest aktywne!\",\"ifRqmm\":\"Twoja wiadomość została pomyślnie wysłana!\",\"0/+Nn9\":\"Twoje wiadomości pojawią się tutaj\",\"/Rj5P4\":\"Twoje imię\",\"PFjJxY\":\"Twoje nowe hasło musi mieć co najmniej 8 znaków.\",\"gzrCuN\":\"Szczegóły Twojego zamówienia zostały zaktualizowane. E-mail potwierdzenia został wysłany na nowy adres e-mail.\",\"naQW82\":\"Twoje zamówienie zostało anulowane.\",\"bhlHm/\":\"Twoje zamówienie oczekuje na płatność\",\"XeNum6\":\"Twoje zamówienia zostały pomyślnie wyeksportowane.\",\"Xd1R1a\":\"Adres Twojego organizatora\",\"WWYHKD\":\"Twoja płatność jest chroniona szyfrowaniem na poziomie bankowym\",\"5b3QLi\":\"Twój plan\",\"N4Zkqc\":\"Zapisany filtr terminów nie jest już dostępny — pokazujemy wszystkie terminy.\",\"o0qzpM\":\"Twoje konto Stripe nie jest naruszone i żadne dane nie giną — możesz je ponownie połączyć w dowolnym momencie.\",\"FNO5uZ\":\"Twój bilet pozostaje ważny — nie musisz nic robić, chyba że nowa godzina Ci nie odpowiada. Odpowiedz na tego e-maila, jeśli masz pytania.\",\"CnZ3Ou\":\"Twoje bilety zostały potwierdzone.\",\"EmFsMZ\":\"Numer VAT czeka na weryfikację\",\"QBlhh4\":\"Numer VAT zostanie zweryfikowany po zapisaniu\",\"fT9VLt\":\"Twoja oferta z listy oczekujących wygasła i nie mogliśmy zrealizować Twojego zamówienia. Dołącz ponownie do listy oczekujących, aby otrzymać powiadomienie, gdy więcej miejsc stanie się dostępnych.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file diff --git a/frontend/src/locales/pl.po b/frontend/src/locales/pl.po index 5aa0791f26..4242cf0469 100644 --- a/frontend/src/locales/pl.po +++ b/frontend/src/locales/pl.po @@ -33,7 +33,7 @@ msgstr "(puste)" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:110 msgid "(none)" -msgstr "" +msgstr "(brak)" #: src/components/common/ReportTable/index.tsx:328 msgid "{0}" @@ -53,7 +53,7 @@ msgstr "{0} {1} jest już zameldowany" #: src/components/layouts/CheckIn/index.tsx:249 msgid "{0} <0>checked in" -msgstr "" +msgstr "{0} <0>zameldowanych" #: src/components/layouts/CheckIn/index.tsx:284 msgid "{0} <0>checked out successfully" @@ -83,7 +83,7 @@ msgstr "logo {0}" #: src/components/modals/CreateAttendeeModal/index.tsx:272 msgid "{0} of {1} seats are taken." -msgstr "" +msgstr "Zajęte miejsca: {0} z {1}." #: src/components/routes/events/Dashboard/index.tsx:141 msgid "{0} organizers" @@ -99,15 +99,15 @@ msgstr "{0} zaktualizowany pomyślnie" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:417 msgid "{activeCount} enabled" -msgstr "" +msgstr "Włączone: {activeCount}" #: src/components/common/CheckIn/CheckInInfoModal.tsx:101 msgid "{appName} logo" -msgstr "" +msgstr "Logo {appName}" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:296 msgid "{attendeeCount} attendees are registered for this session." -msgstr "" +msgstr "Liczba uczestników zapisanych na tę sesję: {attendeeCount}." #: src/components/common/EventCard/index.tsx:133 msgid "{availableCount} of {totalCount} available" @@ -119,7 +119,7 @@ msgstr "Pozostało miejsc: {capacity}" #: src/components/common/CheckIn/CheckInInfoModal.tsx:55 msgid "{checkedIn} / {total} checked in" -msgstr "" +msgstr "{checkedIn} / {total} zameldowanych" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:378 msgid "{chipTime}, Sold Out" @@ -131,12 +131,12 @@ msgstr "{chipTime}, Wyprzedane, dostępna lista oczekujących" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:210 msgid "{completedCount} of {totalCount} steps complete" -msgstr "" +msgstr "Ukończono {completedCount} z {totalCount} kroków" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "{count} add-ons" -msgstr "" +msgstr "Dodatki: {count}" #: src/components/common/Countdown/index.tsx:68 msgid "{days} days, {hours} hours, {minutes} minutes, and {seconds} seconds" @@ -144,15 +144,15 @@ msgstr "{days} dni, {hours} godzin, {minutes} minut i {seconds} sekund" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:29 msgid "{diffHr}h ago" -msgstr "" +msgstr "{diffHr} godz. temu" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:27 msgid "{diffMin}m ago" -msgstr "" +msgstr "{diffMin} min temu" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:25 msgid "{diffSec}s ago" -msgstr "" +msgstr "{diffSec} s temu" #: src/components/common/OrganizerWebhookTable/index.tsx:79 #: src/components/common/WebhookTable/index.tsx:79 @@ -161,7 +161,7 @@ msgstr "{eventCount} wydarzeń" #: src/components/forms/ProductForm/ledgerSummaries.ts:103 msgid "{first} + {additionalCount} more" -msgstr "" +msgstr "{first} + jeszcze {additionalCount}" #: src/components/common/Countdown/index.tsx:70 msgid "{hours} hours, {minutes} minutes, and {seconds} seconds" @@ -169,11 +169,11 @@ msgstr "{hours} godzin, {minutes} minut i {seconds} sekund" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:262 msgid "{loadedAffectedAttendees} attendees are registered across the affected sessions." -msgstr "" +msgstr "Liczba uczestników zapisanych na objęte zmianą sesje: {loadedAffectedAttendees}." #: src/components/forms/ProductForm/ledgerSummaries.ts:112 msgid "{min}–{max} per order" -msgstr "" +msgstr "{min}–{max} na zamówienie" #: src/components/common/Countdown/index.tsx:72 msgid "{minutes} minutes and {seconds} seconds" @@ -185,12 +185,12 @@ msgstr "Pierwsze wydarzenie {organizerName}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:95 msgid "{productCount} ticket types configured" -msgstr "" +msgstr "Skonfigurowane typy biletów: {productCount}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "{slotCount} times available" -msgstr "" +msgstr "Dostępne godziny: {slotCount}" #: src/components/common/EventCard/index.tsx:129 msgid "{totalCount} ticket types" @@ -266,15 +266,15 @@ msgstr "1 Aktywny webhook" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "1 add-on" -msgstr "" +msgstr "1 dodatek" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:261 msgid "1 attendee is registered across the affected sessions." -msgstr "" +msgstr "1 uczestnik jest zapisany na objęte zmianą sesje." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:295 msgid "1 attendee is registered for this session." -msgstr "" +msgstr "1 uczestnik jest zapisany na tę sesję." #: src/components/modals/SendMessageModal/index.tsx:128 msgid "1 day after end date" @@ -302,12 +302,12 @@ msgstr "1 typ biletu" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:94 msgid "1 ticket type configured" -msgstr "" +msgstr "Skonfigurowano 1 typ biletu" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "1 time available" -msgstr "" +msgstr "1 dostępna godzina" #: src/components/modals/SendMessageModal/index.tsx:119 msgid "1 week before event" @@ -320,7 +320,7 @@ msgstr "123 Przykładowa Ulica" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:250 msgid "135+ currencies & 40+ payment methods" -msgstr "" +msgstr "Ponad 135 walut i ponad 40 metod płatności" #: src/components/common/WidgetEditor/index.tsx:230 msgid "20" @@ -336,7 +336,7 @@ msgstr "Wiadomość o anulowaniu została wysłana do" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:299 msgid "a change in duration" -msgstr "" +msgstr "zmiana czasu trwania" #: src/components/forms/QuestionForm/index.tsx:138 msgid "A date input. Perfect for asking for a date of birth etc." @@ -356,7 +356,7 @@ msgstr "Opłata, jak opłata rezerwacyjna lub opłata serwisowa" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:199 msgid "A few quick steps and you're ready to start selling." -msgstr "" +msgstr "Jeszcze kilka kroków i możesz zacząć sprzedawać." #: src/components/forms/TaxAndFeeForm/index.tsx:35 msgid "A fixed amount per product. E.g, $0.50 per product" @@ -388,7 +388,7 @@ msgstr "Opcja Radio ma wiele opcji, ale tylko jedna może być wybrana." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:298 msgid "a shift in start/end times" -msgstr "" +msgstr "przesunięcie godzin rozpoczęcia/zakończenia" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:69 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:69 @@ -466,7 +466,7 @@ msgstr "Akceptuj zaproszenie" #: src/components/forms/ProductForm/index.tsx:596 msgid "Access" -msgstr "" +msgstr "Dostęp" #: src/components/common/AdminOrdersTable/index.tsx:70 #: src/components/routes/account/ManageAccount/index.tsx:22 @@ -481,11 +481,11 @@ msgstr "Konto" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:354 msgid "Account · {0}" -msgstr "" +msgstr "Konto · {0}" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:353 msgid "Account · {0} · {1}" -msgstr "" +msgstr "Konto · {0} · {1}" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:69 msgid "Account deletion has been cancelled." @@ -581,11 +581,11 @@ msgstr "Aktywne wydarzenia" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:415 msgid "Active payment methods" -msgstr "" +msgstr "Aktywne metody płatności" #: src/components/routes/event/OccurrencesTab/index.tsx:402 msgid "Activity" -msgstr "" +msgstr "Aktywność" #: src/components/routes/product-widget/SelectProducts/index.tsx:825 msgid "Add {0} first" @@ -593,27 +593,27 @@ msgstr "Najpierw dodaj {0}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:147 msgid "Add a cover image and theme to match your brand" -msgstr "" +msgstr "Dodaj obraz w tle i motyw pasujący do Twojej marki" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:142 msgid "Add a date" -msgstr "" +msgstr "Dodaj termin" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:137 msgid "Add a description and venue so attendees know what to expect" -msgstr "" +msgstr "Dodaj opis i miejsce, żeby uczestnicy wiedzieli, czego się spodziewać" #: src/components/forms/CheckInListForm/index.tsx:144 msgid "Add a description for this check-in list" msgstr "Dodaj opis dla tej listy odpraw" -#: src/components/routes/event/OccurrencesTab/index.tsx:541 +#: src/components/routes/event/OccurrencesTab/index.tsx:556 msgid "Add a Single Date" -msgstr "" +msgstr "Dodaj pojedynczy termin" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:992 msgid "Add another time" -msgstr "" +msgstr "Dodaj kolejną godzinę" #: src/components/modals/ManageAttendeeModal/index.tsx:226 msgid "Add any notes about the attendee. These will not be visible to the attendee." @@ -633,11 +633,11 @@ msgstr "Dodaj wszelkie notatki o zamówieniu..." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:533 msgid "Add at least one time" -msgstr "" +msgstr "Dodaj co najmniej jedną godzinę" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:150 msgid "Add connection details for the online event." -msgstr "" +msgstr "Dodaj dane dostępowe do wydarzenia online." #: src/components/common/QuestionsTable/index.tsx:434 msgid "Add custom questions to collect additional information during checkout" @@ -645,19 +645,19 @@ msgstr "Dodaj niestandardowe pytania, aby zebrać dodatkowe informacje podczas p #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Add Date" -msgstr "" +msgstr "Dodaj termin" #: src/components/modals/PublishEventModal/index.tsx:105 msgid "Add dates" msgstr "Dodaj terminy" -#: src/components/routes/event/OccurrencesTab/index.tsx:526 +#: src/components/routes/event/OccurrencesTab/index.tsx:541 msgid "Add Dates" -msgstr "" +msgstr "Dodaj terminy" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:104 msgid "Add dates and times for your recurring event" -msgstr "" +msgstr "Dodaj terminy i godziny cyklicznego wydarzenia" #: src/components/forms/QuestionForm/index.tsx:202 msgid "Add description" @@ -665,11 +665,11 @@ msgstr "Dodaj opis" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:140 msgid "Add details" -msgstr "" +msgstr "Dodaj szczegóły" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:136 msgid "Add event details" -msgstr "" +msgstr "Dodaj szczegóły wydarzenia" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:154 msgid "Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)" @@ -684,7 +684,7 @@ msgstr "Dodaj lokalizację" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1047 msgid "Add multiple times if you run several sessions per day." -msgstr "" +msgstr "Dodaj kilka godzin, jeśli prowadzisz kilka sesji dziennie." #: src/components/common/HeadingCard/index.tsx:28 msgid "Add New" @@ -713,7 +713,7 @@ msgstr "Dodaj podatek lub opłatę" #: src/components/modals/CreateAttendeeModal/index.tsx:276 msgid "Add this attendee anyway (override capacity)" -msgstr "" +msgstr "Dodaj tego uczestnika mimo to (zignoruj limit miejsc)" #: src/components/common/AddToCalendarCTA/index.tsx:21 msgid "Add this event to your calendar" @@ -753,16 +753,16 @@ msgstr "Dodaj swoje uchwyty mediów społecznościowych i URL strony internetowe #: src/components/common/ProductsTable/SortableProduct/index.tsx:344 #: src/components/forms/ProductForm/ledgerSummaries.ts:128 msgid "Add-on only" -msgstr "" +msgstr "Tylko jako dodatek" #: src/components/forms/ProductForm/index.tsx:552 msgid "Add-on products" -msgstr "" +msgstr "Produkty dodatkowe" #: src/components/forms/ProductForm/index.tsx:533 #: src/components/routes/product-widget/SelectProducts/index.tsx:822 msgid "Add-ons" -msgstr "" +msgstr "Dodatki" #: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:78 msgid "Added at checkout" @@ -833,7 +833,7 @@ msgstr "Użytkownicy administratorzy mają pełny dostęp do wydarzeń i ustawie #: src/components/forms/ProductForm/index.tsx:207 msgid "Admits attendees to your event" -msgstr "" +msgstr "Uprawnia uczestników do wejścia na Twoje wydarzenie" #: src/components/common/AffiliateTable/index.tsx:82 msgid "Affiliate" @@ -853,7 +853,7 @@ msgstr "Partner usunięty pomyślnie" #: src/components/layouts/AuthLayout/index.tsx:22 msgid "Affiliate program" -msgstr "" +msgstr "Program partnerski" #: src/components/forms/AffiliateForm/index.tsx:23 msgid "Affiliate sales will be tracked" @@ -883,11 +883,11 @@ msgstr "Partnerzy pomagają śledzić sprzedaż generowaną przez partnerów i i #: src/components/routes/welcome/index.tsx:418 msgid "After your event is created, you can choose how often it repeats from the dashboard." -msgstr "" +msgstr "Po utworzeniu wydarzenia wybierzesz w panelu, jak często ma się powtarzać." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "all" -msgstr "" +msgstr "wszystkie" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:133 #: src/components/routes/admin/DeletionRequests/index.tsx:88 @@ -906,7 +906,7 @@ msgstr "Wszyscy uczestnicy" #: src/components/modals/SendMessageModal/index.tsx:378 msgid "All attendees of the selected sessions" -msgstr "" +msgstr "Wszyscy uczestnicy wybranych sesji" #: src/components/modals/SendMessageModal/index.tsx:381 msgid "All attendees of this event" @@ -914,7 +914,7 @@ msgstr "Wszyscy uczestnicy tego wydarzenia" #: src/components/modals/SendMessageModal/index.tsx:380 msgid "All attendees of this occurrence" -msgstr "" +msgstr "Wszyscy uczestnicy tego terminu" #: src/components/common/OrganizerReportTable/index.tsx:291 msgid "All Currencies" @@ -923,14 +923,14 @@ msgstr "Wszystkie waluty" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:48 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:101 msgid "All dates" -msgstr "" +msgstr "Wszystkie terminy" #: src/components/common/CheckInListTable/index.tsx:106 #: src/components/routes/event/attendees.tsx:235 #: src/components/routes/event/orders.tsx:182 #: src/components/routes/event/SoldOutWaitlist/index.tsx:104 msgid "All Dates" -msgstr "" +msgstr "Wszystkie terminy" #: src/components/routes/events/Dashboard/index.tsx:75 msgid "All Ended Events" @@ -948,18 +948,18 @@ msgstr "Wszystkie nieudane zadania usunięte" msgid "All jobs queued for retry" msgstr "Wszystkie zadania w kolejce do ponowienia" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:346 msgid "All matching dates" -msgstr "" +msgstr "Wszystkie pasujące terminy" #: src/components/forms/CheckInListForm/index.tsx:132 #: src/components/modals/SendMessageModal/index.tsx:359 msgid "All occurrences" -msgstr "" +msgstr "Wszystkie terminy" #: src/components/common/ReportTable/index.tsx:279 msgid "All Occurrences" -msgstr "" +msgstr "Wszystkie terminy" #: src/components/common/PromoCodeTable/index.tsx:139 msgid "All Products" @@ -1018,7 +1018,7 @@ msgstr "Masz już konto? <0>{0}" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:135 msgid "Already in" -msgstr "" +msgstr "Już dodane" #: src/components/modals/RefundOrderModal/index.tsx:86 msgid "Already Refunded" @@ -1026,7 +1026,7 @@ msgstr "Już zwrócone" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:193 msgid "Already use Stripe on another organizer? Reuse that connection." -msgstr "" +msgstr "Używasz już Stripe u innego organizatora? Wykorzystaj to połączenie ponownie." #: src/components/modals/RefundOrderModal/index.tsx:132 msgid "Also cancel this order" @@ -1042,7 +1042,7 @@ msgstr "Zawsze dostępne" #: src/components/forms/ProductForm/ledgerSummaries.ts:53 msgid "Always on sale" -msgstr "" +msgstr "Zawsze w sprzedaży" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:77 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:77 @@ -1130,15 +1130,15 @@ msgstr "Odpowiedź zaktualizowana pomyślnie." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:246 msgid "Answers" -msgstr "" +msgstr "Odpowiedzi" #: src/components/forms/CheckInListForm/index.tsx:207 msgid "Answers provided at checkout (e.g. meal choice)" -msgstr "" +msgstr "Odpowiedzi udzielone przy zamówieniu (np. wybór posiłku)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1148 msgid "Any dates you've manually customized will be kept." -msgstr "" +msgstr "Terminy zmienione ręcznie zostaną zachowane." #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:62 msgid "Any queries from product holders will be sent to this email address. This will also be used as the \"reply-to\" address for all emails sent from this event" @@ -1160,9 +1160,9 @@ msgstr "zastosowano — {0} zniżki na zamówienie" msgid "Applies to {0} products" msgstr "Dotyczy {0} produktów" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:365 msgid "Applies to {0}, non-cancelled dates currently loaded on this page." -msgstr "" +msgstr "Dotyczy {0}, nieodwołanych terminów wczytanych obecnie na tej stronie." #: src/components/common/CapacityAssignmentList/index.tsx:95 msgid "Applies to 1 product" @@ -1170,32 +1170,32 @@ msgstr "Dotyczy 1 produktu" #: src/components/forms/CheckInListForm/index.tsx:175 msgid "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." -msgstr "" +msgstr "Dotyczy każdego, kto otworzy udostępniony link do check-inu bez logowania. Zalogowani członkowie zespołu zawsze widzą wszystko." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:363 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 msgid "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." -msgstr "" +msgstr "Dotyczy każdego {0}, nieodwołanego terminu tego wydarzenia — także terminów, które nie są teraz wczytane." #: src/components/common/FilterModal/index.tsx:284 #: src/components/routes/product-widget/SelectProducts/index.tsx:945 msgid "Apply" msgstr "Zastosuj" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:509 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:511 msgid "Apply Changes" -msgstr "" +msgstr "Zastosuj zmiany" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" msgstr "Zastosuj to {type} do wszystkich nowych produktów" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:338 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:339 msgid "Apply to" -msgstr "" +msgstr "Zastosuj do" #: src/components/forms/CheckInListForm/index.tsx:105 msgid "Apply to all tickets" -msgstr "" +msgstr "Zastosuj do wszystkich biletów" #: src/components/routes/admin/Messages/index.tsx:232 msgid "Approve Message" @@ -1203,7 +1203,7 @@ msgstr "Zatwierdź wiadomość" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:68 msgid "April" -msgstr "" +msgstr "Kwiecień" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:63 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:69 @@ -1259,7 +1259,7 @@ msgstr "Czy na pewno chcesz zarchiwizować tego organizatora? Spowoduje to równ #: src/components/routes/event/OccurrencesTab/index.tsx:215 msgid "Are you sure you want to cancel {count} date(s)? Affected attendees will be notified by email." -msgstr "" +msgstr "Czy na pewno chcesz odwołać {count} termin(ów)? Uczestnicy, których to dotyczy, dostaną powiadomienie e-mailem." #: src/hooks/useAttendeeActions.tsx:44 msgid "Are you sure you want to cancel this attendee? This will void their ticket" @@ -1269,7 +1269,7 @@ msgstr "Czy na pewno chcesz anulować tego uczestnika? To unieważni jego bilet" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:36 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:326 msgid "Are you sure you want to cancel this date? Affected attendees will be notified by email." -msgstr "" +msgstr "Czy na pewno chcesz odwołać ten termin? Uczestnicy, których to dotyczy, dostaną powiadomienie e-mailem." #: src/components/routes/event/messages.tsx:33 msgid "Are you sure you want to cancel this scheduled message?" @@ -1295,11 +1295,11 @@ msgstr "Czy na pewno chcesz usunąć tę konfigurację? Może to wpłynąć na k #: src/components/routes/event/OccurrenceDetail/index.tsx:84 #: src/components/routes/event/OccurrencesTab/index.tsx:184 msgid "Are you sure you want to delete this date? This action cannot be undone." -msgstr "" +msgstr "Czy na pewno chcesz usunąć ten termin? Tej operacji nie można cofnąć." #: src/components/common/ImageUploadDropzone/index.tsx:114 msgid "Are you sure you want to delete this image?" -msgstr "" +msgstr "Czy na pewno chcesz usunąć ten obraz?" #: src/components/common/PromoCodeTable/index.tsx:37 msgid "Are you sure you want to delete this promo code?" @@ -1307,7 +1307,7 @@ msgstr "Czy na pewno chcesz usunąć ten kod promocyjny?" #: src/components/common/TaxAndFeeList/index.tsx:33 msgid "Are you sure you want to delete this tax or fee? It will no longer be applied to new orders." -msgstr "" +msgstr "Czy na pewno chcesz usunąć ten podatek lub opłatę? Nie będzie już naliczana do nowych zamówień." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:111 msgid "Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template." @@ -1344,7 +1344,7 @@ msgstr "Czy na pewno chcesz zaoferować miejsce tej osobie? Otrzyma powiadomieni #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:360 msgid "Are you sure you want to permanently delete this date? This cannot be undone." -msgstr "" +msgstr "Czy na pewno chcesz trwale usunąć ten termin? Tej operacji nie można cofnąć." #: src/components/common/StatusToggle/index.tsx:38 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." @@ -1380,7 +1380,7 @@ msgstr "Czy na pewno chcesz przywrócić tego organizatora?" #: src/components/routes/account/ManageAccount/sections/Users/index.tsx:50 msgid "Are you sure you want to revoke this invitation?" -msgstr "" +msgstr "Czy na pewno chcesz cofnąć to zaproszenie?" #: src/components/common/StatusToggle/index.tsx:41 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." @@ -1425,11 +1425,11 @@ msgstr "Pytaj raz na produkt" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:119 msgid "Assign a different plan" -msgstr "" +msgstr "Przypisz inny plan" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:130 msgid "Assign plan" -msgstr "" +msgstr "Przypisz plan" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:165 msgid "Assigned Tier" @@ -1443,7 +1443,7 @@ msgstr "Musi być wybrany co najmniej jeden typ wydarzenia" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:64 #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:117 msgid "At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead." -msgstr "" +msgstr "Dla tego terminu musi pozostać dostępny co najmniej jeden produkt. Aby termin był niedostępny, odwołaj go w harmonogramie." #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:96 msgid "Attempts" @@ -1455,7 +1455,7 @@ msgstr "Frekwencja i wskaźniki odpraw we wszystkich wydarzeniach" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendee" -msgstr "" +msgstr "uczestnik" #: src/components/common/AttendeeTicket/index.tsx:101 #: src/components/common/QuestionsTable/index.tsx:462 @@ -1497,7 +1497,7 @@ msgstr "Uczestnik nie znaleziony" #: src/components/forms/CheckInListForm/index.tsx:188 msgid "Attendee notes" -msgstr "" +msgstr "Notatki o uczestniku" #: src/components/routes/event/attendees.tsx:81 msgid "Attendee Status" @@ -1523,7 +1523,7 @@ msgstr "Bilet uczestnika nie jest uwzględniony na tej liście" #: src/components/routes/event/attendees.tsx:250 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendees" -msgstr "" +msgstr "uczestnicy" #: src/components/common/EventCard/index.tsx:251 #: src/components/common/EventCard/index.tsx:366 @@ -1545,7 +1545,7 @@ msgstr "Uczestnicy" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:72 msgid "attendees checked in" -msgstr "" +msgstr "uczestników zameldowanych" #: src/components/routes/event/attendees.tsx:163 msgid "Attendees Exported" @@ -1587,7 +1587,7 @@ msgstr "Odbiorcy" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:72 msgid "August" -msgstr "" +msgstr "Sierpień" #: src/components/common/WidgetEditor/index.tsx:236 msgid "Auto Resize" @@ -1623,7 +1623,7 @@ msgstr "Dostępne po zakończeniu płatności" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:265 msgid "Available times on {dayName}" -msgstr "" +msgstr "Dostępne godziny — {dayName}" #: src/components/modals/RefundOrderModal/index.tsx:93 msgid "Available to Refund" @@ -1635,7 +1635,7 @@ msgstr "Dostępne tokeny" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:161 msgid "Awaiting" -msgstr "" +msgstr "Oczekuje" #: src/components/common/OrderStatusBadge/index.tsx:11 #: src/components/modals/SendMessageModal/index.tsx:425 @@ -1649,7 +1649,7 @@ msgstr "Oczekuje na płatność offline" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:120 msgid "Awaiting pay" -msgstr "" +msgstr "Oczekuje na płatność" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:117 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:225 @@ -1719,7 +1719,7 @@ msgstr "Typ tła" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:128 msgid "Bank account connected" -msgstr "" +msgstr "Konto bankowe połączone" #: src/components/routes/admin/Announcements/index.tsx:178 #: src/components/routes/admin/Announcements/index.tsx:374 @@ -1736,12 +1736,12 @@ msgstr "Cena podstawowa" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:207 msgid "Base Price" -msgstr "" +msgstr "Cena podstawowa" #: src/components/forms/ProductForm/index.tsx:433 #: src/components/forms/ProductForm/index.tsx:436 msgid "Based on the global sale period above, not per date" -msgstr "" +msgstr "Na podstawie ogólnego okresu sprzedaży powyżej, nie dla poszczególnych terminów" #: src/components/routes/organizer/Settings/index.tsx:31 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:63 @@ -1779,19 +1779,19 @@ msgstr "Brazylijski portugalski" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:253 msgid "Built-in fraud protection" -msgstr "" +msgstr "Wbudowana ochrona przed oszustwami" -#: src/components/routes/event/OccurrencesTab/index.tsx:517 +#: src/components/routes/event/OccurrencesTab/index.tsx:532 msgid "Bulk Edit" -msgstr "" +msgstr "Edycja zbiorcza" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:308 msgid "Bulk Edit Dates" -msgstr "" +msgstr "Zbiorcza edycja terminów" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:233 msgid "Bulk update failed." -msgstr "" +msgstr "Aktualizacja zbiorcza nie powiodła się." #: src/constants/eventCategories.ts:26 msgid "Business" @@ -1799,11 +1799,11 @@ msgstr "Biznes" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:190 msgid "Business address" -msgstr "" +msgstr "Adres firmy" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:185 msgid "Business name" -msgstr "" +msgstr "Nazwa firmy" #: src/components/routes/admin/Announcements/index.tsx:455 msgid "Button label" @@ -1827,7 +1827,7 @@ msgstr "Kupujący płaci" #: src/components/forms/ProductForm/index.tsx:562 msgid "Buyers can add these to their order when they select this product at checkout." -msgstr "" +msgstr "Kupujący mogą je dodać do zamówienia, wybierając ten produkt przy składaniu zamówienia." #: src/components/common/PlatformFeesSettings/index.tsx:235 msgid "Buyers see a clean price. The platform fee is deducted from your payout." @@ -1848,7 +1848,7 @@ msgstr "Rejestrując się, zgadzasz się na nasze <0>Warunki korzystania z usłu #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:123 msgid "By ticket type" -msgstr "" +msgstr "Według typu biletu" #: src/components/routes/admin/Configurations/index.tsx:259 msgid "Bypass Application Fees" @@ -1860,7 +1860,7 @@ msgstr "Typ kalkulacji" #: src/components/routes/event/OccurrencesTab/index.tsx:473 msgid "Calendar" -msgstr "" +msgstr "Kalendarz" #: src/components/common/EmailTemplateEditor/CTAConfiguration.tsx:20 msgid "Call-to-Action Button" @@ -1869,11 +1869,11 @@ msgstr "Przycisk wezwania do działania" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:153 #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:90 msgid "Camera" -msgstr "" +msgstr "Aparat" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:110 msgid "Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings." -msgstr "" +msgstr "Odmówiono dostępu do aparatu. <0>Poproś o zgodę ponownie albo zezwól tej stronie na dostęp do aparatu w ustawieniach przeglądarki." #: src/components/routes/admin/Attribution/index.tsx:107 msgid "Campaign" @@ -1881,7 +1881,7 @@ msgstr "Kampania" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:79 msgid "Can't check in" -msgstr "" +msgstr "Nie można wykonać check-inu" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:57 #: src/components/common/ContactOrganizerModal/index.tsx:104 @@ -1897,7 +1897,7 @@ msgstr "" #: src/components/modals/PublishEventModal/index.tsx:208 #: src/components/routes/admin/DeletionRequests/index.tsx:178 #: src/components/routes/event/messages.tsx:80 -#: src/components/routes/event/OccurrencesTab/index.tsx:499 +#: src/components/routes/event/OccurrencesTab/index.tsx:504 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:272 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:306 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:61 @@ -1914,7 +1914,7 @@ msgstr "Anuluj" #: src/components/routes/event/OccurrencesTab/index.tsx:211 #: src/components/routes/event/OccurrencesTab/index.tsx:223 msgid "Cancel {count} date(s)" -msgstr "" +msgstr "Odwołaj {count} termin(ów)" #: src/components/modals/RefundOrderModal/index.tsx:133 msgid "Cancel all products and release them back to the pool" @@ -1928,7 +1928,7 @@ msgstr "Anuluj wszystkie produkty i zwolnij je z powrotem do puli" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:568 msgid "Cancel Date" -msgstr "" +msgstr "Odwołaj termin" #: src/components/common/PendingDeletionBanner/index.tsx:37 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:104 @@ -1985,7 +1985,7 @@ msgstr "Anulowane" #: src/components/routes/event/OccurrencesTab/index.tsx:237 msgid "Cancelling {0} date(s). This may take a moment to complete." -msgstr "" +msgstr "Trwa odwoływanie {0} termin(ów). Może to chwilę potrwać." #: src/components/routes/admin/Configurations/index.tsx:36 msgid "Cannot delete the system default configuration" @@ -2011,7 +2011,7 @@ msgstr "Przypisania pojemności" #: src/components/layouts/AuthLayout/index.tsx:28 msgid "Capacity management" -msgstr "" +msgstr "Zarządzanie limitem miejsc" #: src/components/layouts/Event/index.tsx:137 msgid "Capacity Management" @@ -2019,15 +2019,15 @@ msgstr "Zarządzanie pojemnością" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:111 msgid "Capacity must be 0 or greater" -msgstr "" +msgstr "Limit miejsc musi wynosić co najmniej 0" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:300 msgid "capacity updates" -msgstr "" +msgstr "zmiany limitu miejsc" #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:66 msgid "Capacity Used" -msgstr "" +msgstr "Wykorzystane miejsca" #: src/components/modals/CreateProductCategoryModal/index.tsx:52 msgid "Categories allow you to group products together. For example, you might have a category for \"Tickets\" and another for \"Merchandise\"." @@ -2052,7 +2052,7 @@ msgstr "Kategoria utworzona pomyślnie" #: src/components/common/ProductsTable/SortableCategory/index.tsx:48 msgid "Category deleted successfully" -msgstr "" +msgstr "Kategoria została usunięta" #: src/components/common/LocationPicker/index.tsx:201 msgid "Change" @@ -2060,7 +2060,7 @@ msgstr "Zmień" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Change duration" -msgstr "" +msgstr "Zmień czas trwania" #: src/components/routes/profile/ManageProfile/index.tsx:239 msgid "Change password" @@ -2068,11 +2068,11 @@ msgstr "Zmień hasło" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Change the attendee limit" -msgstr "" +msgstr "Zmień limit uczestników" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:365 msgid "Change time" -msgstr "" +msgstr "Zmień godzinę" #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Change waitlist settings" @@ -2080,11 +2080,11 @@ msgstr "Zmień ustawienia listy oczekujących" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:212 msgid "Changed duration for {count} date(s)" -msgstr "" +msgstr "Zmieniono czas trwania dla {count} termin(ów)" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:399 msgid "Charges" -msgstr "" +msgstr "Płatności" #: src/constants/eventCategories.ts:24 msgid "Charity" @@ -2093,7 +2093,7 @@ msgstr "Dobroczynność" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:82 msgid "Check in" -msgstr "" +msgstr "Zamelduj" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:28 msgid "Check in {0} {1}" @@ -2110,12 +2110,12 @@ msgstr "Tylko zameldowanie" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:81 msgid "Check out" -msgstr "" +msgstr "Wymelduj" #: src/components/layouts/EventHomepage/index.tsx:337 #: src/components/layouts/EventHomepage/index.tsx:338 msgid "Check out this event: {0}" -msgstr "" +msgstr "Zobacz to wydarzenie: {0}" #: src/components/layouts/Checkout/index.tsx:338 msgid "Check out this event!" @@ -2133,12 +2133,12 @@ msgstr "Sprawdź swoją skrzynkę odbiorczą! Jeśli bilety są powiązane z tym #: src/components/layouts/CheckIn/index.tsx:549 msgid "Check-in" -msgstr "" +msgstr "Check-in" #: src/components/modals/ManageAttendeeModal/index.tsx:137 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:58 msgid "Check-In" -msgstr "" +msgstr "Check-in" #: src/components/forms/WebhookForm/index.tsx:121 msgid "Check-in Created" @@ -2150,15 +2150,15 @@ msgstr "Odprawa usunięta" #: src/components/layouts/CheckIn/index.tsx:215 msgid "Check-in for {0} was undone" -msgstr "" +msgstr "Cofnięto check-in dla {0}" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:223 msgid "Check-in history" -msgstr "" +msgstr "Historia check-inów" #: src/components/common/CheckInListTable/index.tsx:59 msgid "Check-In List" -msgstr "" +msgstr "Lista check-in" #: src/components/modals/CheckInListSuccessModal/index.tsx:20 msgid "Check-In List Created" @@ -2175,7 +2175,7 @@ msgstr "Lista odpraw wygasła" #: src/components/layouts/CheckIn/index.tsx:583 msgid "Check-in list info" -msgstr "" +msgstr "Informacje o liście check-in" #: src/components/layouts/CheckIn/index.tsx:520 msgid "Check-in list is not active" @@ -2187,7 +2187,7 @@ msgstr "Lista odpraw nie znaleziona" #: src/components/routes/event/CheckInLists/index.tsx:60 msgid "check-in lists" -msgstr "" +msgstr "listy check-in" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:51 msgid "Check-in Lists" @@ -2201,11 +2201,11 @@ msgstr "Listy odpraw" #: src/components/layouts/CheckIn/BottomNav.tsx:21 msgid "Check-in navigation" -msgstr "" +msgstr "Nawigacja check-inu" #: src/components/layouts/CheckIn/index.tsx:567 msgid "Check-in progress" -msgstr "" +msgstr "Postęp check-inu" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:45 msgid "Check-in Rate" @@ -2245,7 +2245,7 @@ msgstr "Pola wyboru" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:151 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:89 msgid "Checked in" -msgstr "" +msgstr "Zameldowany" #: src/components/common/AttendeeTable/index.tsx:299 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -2277,11 +2277,11 @@ msgstr "Wybierz kolor dla swojego tła" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:123 msgid "Choose a configuration" -msgstr "" +msgstr "Wybierz konfigurację" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:335 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:336 msgid "Choose a different action" -msgstr "" +msgstr "Wybierz inne działanie" #: src/components/common/ThemeFontControl/index.tsx:66 msgid "Choose a typeface that matches your brand. Fonts are self-hosted via Bunny Fonts." @@ -2293,7 +2293,7 @@ msgstr "Wybierz konto" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:202 msgid "Choose an organizer" -msgstr "" +msgstr "Wybierz organizatora" #: src/components/routes/events/Dashboard/index.tsx:232 msgid "Choose an Organizer" @@ -2301,7 +2301,7 @@ msgstr "Wybierz organizatora" #: src/components/routes/product-widget/SelectProducts/index.tsx:968 msgid "Choose another date" -msgstr "" +msgstr "Wybierz inny termin" #: src/components/common/CalendarOptionsPopover/index.tsx:22 msgid "Choose calendar" @@ -2328,29 +2328,29 @@ msgid "City" msgstr "Miasto" #: src/components/common/OccurrenceSelect/index.tsx:133 -#: src/components/routes/event/OccurrencesTab/index.tsx:505 +#: src/components/routes/event/OccurrencesTab/index.tsx:519 msgid "Clear" -msgstr "" +msgstr "Wyczyść" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:475 msgid "Clear location — fall back to the event default" -msgstr "" +msgstr "Wyczyść miejsce — użyj domyślnego dla wydarzenia" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:100 msgid "Clear search" -msgstr "" +msgstr "Wyczyść wyszukiwanie" #: src/components/common/SearchBar/index.tsx:62 msgid "Clear Search Text" msgstr "Wyczyść tekst wyszukiwania" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:497 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:498 msgid "Clearing removes any per-date override. Affected dates will fall back to the event's default location." -msgstr "" +msgstr "Wyczyszczenie usuwa wszelkie ustawienia własne dla terminu. Terminy, których to dotyczy, wrócą do domyślnego miejsca wydarzenia." #: src/components/routes/event/OccurrencesTab/index.tsx:333 msgid "Click to cancel" -msgstr "" +msgstr "Kliknij, aby odwołać" #: src/components/common/PromoCodeTable/index.tsx:106 msgid "Click to copy" @@ -2358,7 +2358,7 @@ msgstr "Kliknij, aby skopiować" #: src/components/routes/event/OccurrencesTab/index.tsx:335 msgid "Click to reopen for new sales" -msgstr "" +msgstr "Kliknij, aby wznowić sprzedaż" #: src/components/common/AttendeeTable/index.tsx:173 msgid "Click to view notes" @@ -2478,7 +2478,7 @@ msgstr "Preferencje komunikacyjne" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:82 msgid "complete" -msgstr "" +msgstr "ukończono" #: src/components/routes/product-widget/CollectInformation/index.tsx:749 msgid "Complete Order" @@ -2491,7 +2491,7 @@ msgstr "Zakończ płatność" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:293 msgid "Complete Stripe setup" -msgstr "" +msgstr "Dokończ konfigurację Stripe" #: src/components/routes/product-widget/CollectInformation/index.tsx:442 msgid "Complete your order to secure your tickets. This offer is time-limited, so don't wait too long." @@ -2539,11 +2539,11 @@ msgstr "Centrum konferencyjne" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:100 msgid "Configuration" -msgstr "" +msgstr "Konfiguracja" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:52 msgid "Configuration assigned" -msgstr "" +msgstr "Konfiguracja przypisana" #: src/components/routes/admin/Configurations/index.tsx:196 msgid "Configuration created successfully" @@ -2580,7 +2580,7 @@ msgstr "Skonfiguruj podatki i opłaty" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:181 msgid "Configure which products are available for this occurrence and optionally adjust pricing." -msgstr "" +msgstr "Wskaż, które produkty są dostępne w tym terminie, i opcjonalnie zmień ceny." #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" @@ -2643,7 +2643,7 @@ msgstr "Gratulacje! Twoje wydarzenie jest teraz widoczne publicznie." #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:71 msgid "Connect bank" -msgstr "" +msgstr "Połącz bank" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:370 #: src/components/modals/PublishEventModal/index.tsx:79 @@ -2665,7 +2665,7 @@ msgstr "Połącz Stripe, aby włączyć wiadomości" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:464 msgid "Connect Stripe to receive ticket payments directly to your bank account." -msgstr "" +msgstr "Połącz Stripe, aby otrzymywać płatności za bilety bezpośrednio na konto bankowe." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:263 msgid "Connect with Stripe" @@ -2673,13 +2673,13 @@ msgstr "Połącz z Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:127 msgid "Connect your bank to receive ticket sales straight to your account" -msgstr "" +msgstr "Połącz swój bank, aby wpływy ze sprzedaży biletów trafiały prosto na Twoje konto" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:298 msgid "Connected the wrong Stripe account? Disconnect and start over." msgstr "Połączono niewłaściwe konto Stripe? Odłącz je i zacznij od nowa." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:489 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:492 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:164 msgid "Connection Details" @@ -2687,7 +2687,7 @@ msgstr "Szczegóły połączenia" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:117 msgid "Connection details are required for online dates" -msgstr "" +msgstr "Dla terminów online dane dostępowe są wymagane" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:41 msgid "Connection details are required for online events" @@ -2760,11 +2760,11 @@ msgstr "Kontroluj, jak opłaty platformy są obsługiwane dla tego wydarzenia" #: src/components/forms/CheckInListForm/index.tsx:83 msgid "Control who gets in for this date" -msgstr "" +msgstr "Zdecyduj, kto wejdzie w tym terminie" #: src/components/forms/CheckInListForm/index.tsx:84 msgid "Control who gets in, and when" -msgstr "" +msgstr "Zdecyduj, kto i kiedy wejdzie" #: src/components/common/AttendeeTicket/index.tsx:188 #: src/components/common/CopyButton/index.tsx:13 @@ -2805,7 +2805,7 @@ msgstr "Kopiuj" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:364 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:373 msgid "Copy account ID" -msgstr "" +msgstr "Kopiuj ID konta" #: src/components/common/AffiliateTable/index.tsx:183 msgid "Copy Affiliate Link" @@ -2865,7 +2865,7 @@ msgstr "Nie udało się usunąć lokalizacji" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:244 msgid "Could not prepare the bulk update." -msgstr "" +msgstr "Nie udało się przygotować aktualizacji zbiorczej." #: src/components/common/AddressAutocomplete/index.tsx:61 #: src/components/common/LocationPicker/index.tsx:153 @@ -2874,11 +2874,11 @@ msgstr "Nie udało się pobrać szczegółów adresu" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:275 msgid "Could not save date" -msgstr "" +msgstr "Nie udało się zapisać terminu" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:78 msgid "Couldn't send verification email. Please try again." -msgstr "" +msgstr "Nie udało się wysłać e-maila weryfikacyjnego. Spróbuj ponownie." #: src/components/common/CheckoutQuestion/index.tsx:174 #: src/components/common/LocationPicker/index.tsx:268 @@ -2903,7 +2903,7 @@ msgstr "Obraz okładki" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:148 msgid "Cover image added" -msgstr "" +msgstr "Dodano obraz w tle" #: src/components/routes/event/HomepageDesigner/index.tsx:202 msgid "Cover image will be displayed at the top of your event page" @@ -2915,7 +2915,7 @@ msgstr "Obraz okładki będzie wyświetlany na górze strony organizatora" #: src/components/common/CheckInListTable/index.tsx:82 msgid "Covers every ticket" -msgstr "" +msgstr "Obejmuje wszystkie bilety" #: src/components/routes/event/attendees.tsx:253 #: src/components/routes/event/products.tsx:77 @@ -2936,11 +2936,11 @@ msgstr "Utwórz niestandardowy widget do sprzedaży biletów na swojej stronie." #: src/components/modals/SelectCheckInListModal/index.tsx:82 msgid "Create a list for this date" -msgstr "" +msgstr "Utwórz listę dla tego terminu" #: src/components/layouts/CheckIn/index.tsx:508 msgid "Create a new check-in list for an active session, or contact the organizer if you think this is a mistake." -msgstr "" +msgstr "Utwórz nową listę check-in dla aktywnej sesji albo skontaktuj się z organizatorem, jeśli uważasz, że to pomyłka." #: src/components/routes/auth/AcceptInvitation/index.tsx:128 msgid "Create a password" @@ -3031,7 +3031,7 @@ msgstr "Utwórz niestandardowy szablon" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:546 msgid "Create Date" -msgstr "" +msgstr "Utwórz termin" #: src/components/routes/event/promo-codes.tsx:33 msgid "Create discounts, access codes for hidden tickets, and special offers." @@ -3039,7 +3039,7 @@ msgstr "Utwórz rabaty, kody dostępu dla ukrytych biletów i specjalne oferty." #: src/components/routes/organizer/OrganizerDashboard/index.tsx:404 msgid "Create event" -msgstr "" +msgstr "Utwórz wydarzenie" #: src/components/common/NoEventsBlankSlate/index.tsx:27 #: src/components/layouts/OrganizerLayout/index.tsx:179 @@ -3049,7 +3049,7 @@ msgstr "Utwórz wydarzenie" #: src/components/forms/ProductForm/index.tsx:559 msgid "Create more tickets or products to offer them as add-ons" -msgstr "" +msgstr "Utwórz więcej biletów lub produktów, aby oferować je jako dodatki" #: src/components/routes/events/Dashboard/index.tsx:172 msgid "Create new" @@ -3128,7 +3128,7 @@ msgstr "Utwórz własne wydarzenie" msgid "Created" msgstr "Utworzone" -#: src/components/routes/event/OccurrencesTab/index.tsx:549 +#: src/components/routes/event/OccurrencesTab/index.tsx:564 msgid "Creating {0} dates. This may take a moment." msgstr "Tworzenie {0} terminów. To może chwilę potrwać." @@ -3170,7 +3170,7 @@ msgstr "Aktualne hasło" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:107 msgid "Currently assigned" -msgstr "" +msgstr "Obecnie przypisane" #: src/components/common/ProductsTable/SortableProduct/index.tsx:110 msgid "Currently available for purchase" @@ -3178,7 +3178,7 @@ msgstr "Obecnie dostępne do zakupu" #: src/components/layouts/AuthLayout/index.tsx:15 msgid "Custom branding" -msgstr "" +msgstr "Własny branding" #: src/components/modals/SendMessageModal/index.tsx:496 msgid "Custom date and time" @@ -3190,7 +3190,7 @@ msgstr "Niestandardowy URL map" #: src/components/layouts/AuthLayout/index.tsx:24 msgid "Custom questions" -msgstr "" +msgstr "Własne pytania" #: src/components/common/QuestionsTable/index.tsx:433 msgid "Custom Questions" @@ -3224,7 +3224,7 @@ msgstr "Klienci" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:150 msgid "Customize page" -msgstr "" +msgstr "Dostosuj stronę" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:56 msgid "Customize the email and notification settings for this event" @@ -3278,7 +3278,7 @@ msgstr "Dostosuj wygląd strony organizatora" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:50 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Daily" -msgstr "" +msgstr "Codziennie" #: src/components/routes/organizer/Reports/index.tsx:18 msgid "Daily revenue, taxes, fees, and refunds across all events" @@ -3294,7 +3294,7 @@ msgstr "Codzienna sprzedaż, podział podatków i opłat" #: src/constants/eventCategories.ts:13 msgid "Dance" -msgstr "" +msgstr "Taniec" #: src/components/common/CapacityAssignmentList/index.tsx:153 #: src/components/common/CheckInListList/index.tsx:174 @@ -3349,43 +3349,43 @@ msgstr "Data i czas" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:99 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:212 msgid "Date Cancellation" -msgstr "" +msgstr "Odwołanie terminu" #: src/components/routes/event/OccurrenceDetail/index.tsx:76 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:54 msgid "Date cancelled" -msgstr "" +msgstr "Termin odwołany" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:344 msgid "Date cancelled successfully" -msgstr "" +msgstr "Termin został odwołany" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:255 msgid "Date created successfully" -msgstr "" +msgstr "Termin został utworzony" #: src/components/modals/ManageOccurrenceModal/index.tsx:61 #: src/components/routes/event/OccurrenceDetail/index.tsx:87 #: src/components/routes/event/OccurrencesTab/index.tsx:186 msgid "Date deleted" -msgstr "" +msgstr "Termin usunięty" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:368 msgid "Date deleted successfully" -msgstr "" +msgstr "Termin został usunięty" #: src/components/modals/ManageOccurrenceModal/index.tsx:75 #: src/components/routes/event/OccurrenceDetail/index.tsx:101 msgid "Date reactivated" -msgstr "" +msgstr "Termin przywrócony" #: src/components/routes/event/OccurrencesTab/index.tsx:200 msgid "Date reopened for new sales" -msgstr "" +msgstr "Wznowiono sprzedaż na ten termin" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:254 msgid "Date updated successfully" -msgstr "" +msgstr "Termin został zaktualizowany" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:808 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1093 @@ -3394,23 +3394,23 @@ msgstr "terminów" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:105 msgid "Dates are managed per occurrence" -msgstr "" +msgstr "Terminami zarządza się osobno" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:674 msgid "Dates with sessions" -msgstr "" +msgstr "Dni z sesjami" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:87 msgid "day" -msgstr "" +msgstr "dzień" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:973 msgid "Day" -msgstr "" +msgstr "Dzień" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:937 msgid "Day of Month" -msgstr "" +msgstr "Dzień miesiąca" #: src/components/forms/CapaciyAssigmentForm/index.tsx:38 msgid "Day one capacity" @@ -3418,7 +3418,7 @@ msgstr "Pojemność pierwszego dnia" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:95 msgid "days" -msgstr "" +msgstr "dni" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:920 msgid "Days of the month" @@ -3426,7 +3426,7 @@ msgstr "Dni miesiąca" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:76 msgid "December" -msgstr "" +msgstr "Grudzień" #: src/components/common/CookieConsentBanner/index.tsx:62 msgid "Decline" @@ -3452,7 +3452,7 @@ msgstr "Domyślne zbieranie informacji o uczestniku" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1106 msgid "Default capacity per date" -msgstr "" +msgstr "Domyślny limit miejsc na termin" #: src/components/routes/organizer/Settings/Sections/PlatformFeesSettings/index.tsx:44 msgid "Default Fee Handling" @@ -3464,7 +3464,7 @@ msgstr "Zostanie użyty domyślny szablon" #: src/components/forms/ProductForm/ledgerSummaries.ts:66 msgid "Defaults" -msgstr "" +msgstr "Ustawienia domyślne" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:29 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:31 @@ -3478,7 +3478,7 @@ msgstr "usuń" #: src/components/common/TaxAndFeeList/index.tsx:81 #: src/components/routes/admin/Announcements/index.tsx:226 #: src/components/routes/admin/FailedJobs/index.tsx:209 -#: src/components/routes/event/OccurrencesTab/index.tsx:502 +#: src/components/routes/event/OccurrencesTab/index.tsx:512 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:62 msgid "Delete" msgstr "Usuń" @@ -3489,7 +3489,7 @@ msgstr "Usunąć \"{0}\"?" #: src/components/routes/event/OccurrencesTab/index.tsx:249 msgid "Delete {count} selected date(s)? Dates with orders will be skipped. This cannot be undone." -msgstr "" +msgstr "Usunąć {count} wybranych termin(ów)? Terminy z zamówieniami zostaną pominięte. Tej operacji nie można cofnąć." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:148 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:155 @@ -3525,7 +3525,7 @@ msgstr "Usuń kod" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:357 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:582 msgid "Delete Date" -msgstr "" +msgstr "Usuń termin" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:84 #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:119 @@ -3551,7 +3551,7 @@ msgstr "Usuń organizatora" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Delete Permanently" -msgstr "" +msgstr "Usuń trwale" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:131 msgid "Delete Template" @@ -3559,11 +3559,11 @@ msgstr "Usuń szablon" #: src/components/common/ProductsTable/SortableCategory/index.tsx:45 msgid "Delete this category? Any products in it will also be deleted. This cannot be undone." -msgstr "" +msgstr "Usunąć tę kategorię? Wszystkie produkty w niej również zostaną usunięte. Tej operacji nie można cofnąć." #: src/components/common/ProductsTable/SortableProduct/index.tsx:71 msgid "Delete this product? This cannot be undone." -msgstr "" +msgstr "Usunąć ten produkt? Tej operacji nie można cofnąć." #: src/components/common/QuestionsTable/index.tsx:197 msgid "Delete this question? This cannot be undone." @@ -3576,7 +3576,7 @@ msgstr "Usuń webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:255 msgid "Deleted {0} date(s)" -msgstr "" +msgstr "Usunięto {0} termin(ów)" #: src/components/routes/admin/DeletionRequests/index.tsx:143 msgid "Deleted account" @@ -3611,7 +3611,7 @@ msgstr "Opis" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:138 msgid "Description and venue added" -msgstr "" +msgstr "Dodano opis i miejsce" #: src/components/forms/CheckInListForm/index.tsx:143 msgid "Description for check-in staff" @@ -3640,12 +3640,12 @@ msgstr "Nie otrzymałeś kodu?" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:472 msgid "Different location" -msgstr "" +msgstr "Inne miejsce" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:403 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:411 msgid "Disabled" -msgstr "" +msgstr "Wyłączone" #: src/components/forms/CapaciyAssigmentForm/index.tsx:27 msgid "Disabling this capacity will track sales but not stop them when the limit is reached" @@ -3654,12 +3654,12 @@ msgstr "Wyłączenie tej pojemności będzie śledzić sprzedaż, ale nie zatrzy #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Discard" -msgstr "" +msgstr "Odrzuć" #: src/components/forms/ProductForm/ProductDrawer.tsx:54 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:725 msgid "Discard changes?" -msgstr "" +msgstr "Odrzucić zmiany?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Disconnect" @@ -3691,7 +3691,7 @@ msgstr "Typ zniżki" #: src/components/common/Callout/index.tsx:54 msgid "Dismiss" -msgstr "" +msgstr "Zamknij" #: src/components/common/AnnouncementDisplay/AnnouncementBanner.tsx:37 msgid "Dismiss announcement" @@ -3699,7 +3699,7 @@ msgstr "Odrzuć ogłoszenie" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:186 msgid "Dismiss setup checklist" -msgstr "" +msgstr "Ukryj listę kroków konfiguracji" #: src/components/routes/product-widget/SelectProducts/index.tsx:1077 msgid "Dismiss this message" @@ -3747,7 +3747,7 @@ msgstr "Gotowe" #: src/components/common/CheckIn/CheckInDescriptionModal.tsx:20 msgid "Door staff instructions" -msgstr "" +msgstr "Instrukcje dla obsługi wejścia" #: src/components/common/CalendarOptionsPopover/index.tsx:39 msgid "Download .ics" @@ -3810,7 +3810,7 @@ msgstr "Duplikuj" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Duplicate Date" -msgstr "" +msgstr "Duplikuj termin" #: src/components/common/EventCard/index.tsx:151 msgid "Duplicate event" @@ -3832,7 +3832,7 @@ msgstr "Duplikuj produkt" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:121 msgid "Duration must be at least 1 minute." -msgstr "" +msgstr "Czas trwania musi wynosić co najmniej 1 minutę." #: src/components/common/LanguageSwitcher/index.tsx:26 msgid "Dutch" @@ -3846,10 +3846,10 @@ msgstr "np. 180 (3 godziny)" msgid "e.g. Learn more" msgstr "np. Dowiedz się więcej" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:453 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:450 msgid "e.g. Morning Session" -msgstr "" +msgstr "np. Sesja poranna" #: src/components/routes/admin/Announcements/index.tsx:382 msgid "e.g. New feature: Waitlists" @@ -3879,9 +3879,9 @@ msgstr "Każda osoba otrzyma e-mail z zarezerwowanym miejscem do sfinalizowania msgid "Each product" msgstr "Każdy produkt" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:381 msgid "Earlier" -msgstr "" +msgstr "Wcześniej" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:64 msgid "Early bird" @@ -3960,7 +3960,7 @@ msgstr "Edytuj konfigurację" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Edit Date" -msgstr "" +msgstr "Edytuj termin" #: src/components/common/LocationsTable/index.tsx:65 msgid "Edit location" @@ -4025,7 +4025,7 @@ msgstr "Edytuj webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:308 msgid "Edited" -msgstr "" +msgstr "Edytowany" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:140 msgid "Editor" @@ -4079,7 +4079,7 @@ msgstr "Ustawienia e-mail i powiadomień" #: src/components/layouts/AuthLayout/index.tsx:20 msgid "Email & scheduled messages" -msgstr "" +msgstr "E-maile i wiadomości zaplanowane" #: src/components/routes/event/Settings/index.tsx:78 msgid "Email & Templates" @@ -4159,7 +4159,7 @@ msgstr "Wymagane jest weryfikacja e-mail" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:160 msgid "Email verified" -msgstr "" +msgstr "E-mail zweryfikowany" #: src/components/routes/welcome/index.tsx:99 msgid "Email verified successfully!" @@ -4180,7 +4180,7 @@ msgstr "Osadź widget" #: src/components/layouts/AuthLayout/index.tsx:21 msgid "Embeddable widget" -msgstr "" +msgstr "Widżet do osadzenia" #: src/components/routes/admin/Announcements/index.tsx:409 msgid "Emoji" @@ -4255,11 +4255,11 @@ msgstr "Zakończony" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:55 msgid "Ended {0}" -msgstr "" +msgstr "Zakończono {0}" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:46 msgid "Ends {0}" -msgstr "" +msgstr "Kończy się {0}" #: src/components/common/LanguageSwitcher/index.tsx:18 #: src/components/common/LanguageSwitcher/index.tsx:69 @@ -4269,11 +4269,11 @@ msgstr "Angielski" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:131 msgid "Enter a capacity value or choose unlimited." -msgstr "" +msgstr "Podaj limit miejsc albo wybierz „bez limitu”." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:141 msgid "Enter a label or choose to remove it." -msgstr "" +msgstr "Podaj etykietę albo wybierz jej usunięcie." #: src/components/common/EmailTemplateEditor/EmailTemplatePreviewPane.tsx:58 msgid "Enter a subject and body to see the preview" @@ -4281,7 +4281,7 @@ msgstr "Wprowadź temat i treść, aby zobaczyć podgląd" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:112 msgid "Enter a time to shift by." -msgstr "" +msgstr "Podaj, o ile przesunąć godziny." #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:29 msgid "Enter a venue name or address" @@ -4311,9 +4311,9 @@ msgstr "Wprowadź nazwę partnera" msgid "Enter an amount excluding taxes and fees." msgstr "Wprowadź kwotę bez podatków i opłat." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:434 msgid "Enter capacity" -msgstr "" +msgstr "Podaj limit miejsc" #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:69 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:69 @@ -4366,7 +4366,7 @@ msgstr "Całe zamówienie" #: src/components/routes/event/SoldOutWaitlist/index.tsx:126 msgid "entries" -msgstr "" +msgstr "wpisy" #: src/components/common/WaitlistTable/index.tsx:264 msgid "Entries will appear here when customers join the waitlist for sold out products." @@ -4394,7 +4394,7 @@ msgstr "Błąd ładowania logów" #: src/components/forms/ProductForm/ProductDrawer.tsx:98 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:870 msgid "Esc to close" -msgstr "" +msgstr "Esc, aby zamknąć" #: src/components/routes/account/ManageAccount/sections/AccountSettings/index.tsx:74 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:137 @@ -4433,7 +4433,7 @@ msgstr "Obraz okładki wydarzenia" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:196 msgid "Event created" -msgstr "" +msgstr "Wydarzenie utworzone" #: src/components/forms/WebhookForm/index.tsx:43 msgid "Event Created" @@ -4483,7 +4483,7 @@ msgstr "Strona główna wydarzenia" #: src/components/common/PeriodSelector/index.tsx:124 msgid "Event lifetime" -msgstr "" +msgstr "Cały okres wydarzenia" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:151 msgid "Event location & venue details" @@ -4546,7 +4546,7 @@ msgstr "Wydarzenie zbyt nowe" #: src/components/routes/event/EventDashboard/index.tsx:264 msgid "Event totals" -msgstr "" +msgstr "Podsumowanie wydarzenia" #: src/components/common/OrganizerWebhookTable/index.tsx:237 #: src/components/common/WebhookTable/index.tsx:237 @@ -4585,32 +4585,32 @@ msgstr "Co" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0}" -msgstr "" +msgstr "Co {0}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:748 msgid "Every {0} {cadenceUnit}" -msgstr "" +msgstr "Co {0} {cadenceUnit}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Every {0} days" -msgstr "" +msgstr "Co {0} dni" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Every {0} months" -msgstr "" +msgstr "Co {0} miesięcy" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Every {0} weeks" -msgstr "" +msgstr "Co {0} tygodni" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0} weeks on {1}" -msgstr "" +msgstr "Co {0} tygodni w {1}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Every {0} years" -msgstr "" +msgstr "Co {0} lat" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:747 msgid "Every {cadenceUnit}" @@ -4622,7 +4622,7 @@ msgstr "Każdy szablon e-mail musi zawierać przycisk wezwania do działania, kt #: src/components/forms/ProductForm/index.tsx:392 msgid "Everything else — tap to edit" -msgstr "" +msgstr "Cała reszta — dotknij, aby edytować" #: src/components/common/QuestionsTable/index.tsx:496 msgid "Examples: \"How did you hear about us?\", \"Company name for invoice\"" @@ -4743,11 +4743,11 @@ msgstr "Nie udało się anulować uczestnika" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:57 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:348 msgid "Failed to cancel date" -msgstr "" +msgstr "Nie udało się odwołać terminu" #: src/components/routes/event/OccurrencesTab/index.tsx:241 msgid "Failed to cancel dates" -msgstr "" +msgstr "Nie udało się odwołać terminów" #: src/components/routes/event/messages.tsx:41 msgid "Failed to cancel message" @@ -4767,7 +4767,7 @@ msgstr "Nie udało się utworzyć konfiguracji" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:712 msgid "Failed to create schedule" -msgstr "" +msgstr "Nie udało się utworzyć harmonogramu" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:702 #: src/hooks/useOccurrenceGenerationPolling.ts:42 @@ -4791,15 +4791,15 @@ msgstr "Nie udało się usunąć konfiguracji" #: src/components/routes/event/OccurrenceDetail/index.tsx:90 #: src/components/routes/event/OccurrencesTab/index.tsx:187 msgid "Failed to delete date" -msgstr "" +msgstr "Nie udało się usunąć terminu" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:372 msgid "Failed to delete date. It may have existing orders." -msgstr "" +msgstr "Nie udało się usunąć terminu. Mogą być z nim powiązane zamówienia." #: src/components/routes/event/OccurrencesTab/index.tsx:258 msgid "Failed to delete dates" -msgstr "" +msgstr "Nie udało się usunąć terminów" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:40 msgid "Failed to delete event" @@ -4819,7 +4819,7 @@ msgstr "Nie udało się usunąć organizatora" #: src/components/common/ProductsTable/SortableProduct/index.tsx:80 msgid "Failed to delete product. Please try again." -msgstr "" +msgstr "Nie udało się usunąć produktu. Spróbuj ponownie." #: src/components/common/QuestionsTable/index.tsx:203 msgid "Failed to delete question" @@ -4875,7 +4875,7 @@ msgstr "Nie udało się zaoferować biletów" #: src/components/modals/ManageOccurrenceModal/index.tsx:76 #: src/components/routes/event/OccurrenceDetail/index.tsx:102 msgid "Failed to reactivate date" -msgstr "" +msgstr "Nie udało się przywrócić terminu" #: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to remove from waitlist" @@ -4883,11 +4883,11 @@ msgstr "Nie udało się usunąć z listy oczekujących" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:104 msgid "Failed to remove override" -msgstr "" +msgstr "Nie udało się usunąć nadpisania" #: src/components/routes/event/OccurrencesTab/index.tsx:201 msgid "Failed to reopen date" -msgstr "" +msgstr "Nie udało się wznowić sprzedaży na ten termin" #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" @@ -4919,15 +4919,15 @@ msgstr "Nie udało się ponowić zadań" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:69 msgid "Failed to save override" -msgstr "" +msgstr "Nie udało się zapisać nadpisania" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:156 msgid "Failed to save price override" -msgstr "" +msgstr "Nie udało się zapisać nadpisania ceny" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:163 msgid "Failed to save product settings" -msgstr "" +msgstr "Nie udało się zapisać ustawień produktu" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:158 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:161 @@ -5012,15 +5012,15 @@ msgstr "Nie udało się zweryfikować adresu e-mail" #: src/constants/eventCategories.ts:17 msgid "Family" -msgstr "" +msgstr "Rodzina" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:247 msgid "Fast payouts to your bank" -msgstr "" +msgstr "Szybkie wypłaty na Twoje konto" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:66 msgid "February" -msgstr "" +msgstr "Luty" #: src/components/forms/TaxAndFeeForm/index.tsx:18 #: src/components/forms/TaxAndFeeForm/index.tsx:39 @@ -5042,7 +5042,7 @@ msgstr "Obsługa opłat" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:68 msgid "Fee override saved" -msgstr "" +msgstr "Zapisano nadpisanie opłaty" #: src/components/common/InlineOrderSummary/index.tsx:156 #: src/components/common/OrdersTable/index.tsx:270 @@ -5073,11 +5073,11 @@ msgstr "Najpierw wypełnij swoje dane powyżej" #: src/constants/eventCategories.ts:12 msgid "Film" -msgstr "" +msgstr "Film" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:125 msgid "Filter attendees" -msgstr "" +msgstr "Filtruj uczestników" #: src/components/routes/event/attendees.tsx:245 msgid "Filter Attendees" @@ -5086,7 +5086,7 @@ msgstr "Filtruj uczestników" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:62 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:82 msgid "Filter by date" -msgstr "" +msgstr "Filtruj według terminu" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:118 msgid "Filter by Event" @@ -5107,27 +5107,27 @@ msgstr "Filtry ({activeFilterCount})" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:281 msgid "Finish setting up Stripe" -msgstr "" +msgstr "Dokończ konfigurację Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:70 msgid "Finish setup" -msgstr "" +msgstr "Zakończ konfigurację" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:57 msgid "First" -msgstr "" +msgstr "Pierwszy" #: src/components/common/PeriodSelector/index.tsx:42 msgid "First 30 days" -msgstr "" +msgstr "Pierwsze 30 dni" #: src/components/common/PeriodSelector/index.tsx:40 msgid "First 7 days" -msgstr "" +msgstr "Pierwsze 7 dni" #: src/components/common/PeriodSelector/index.tsx:44 msgid "First 90 days" -msgstr "" +msgstr "Pierwsze 90 dni" #: src/components/routes/product-widget/CollectInformation/index.tsx:533 msgid "First attendee" @@ -5187,7 +5187,7 @@ msgstr "Kwota stała" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:145 msgid "Fixed fee" -msgstr "" +msgstr "Opłata stała" #: src/components/routes/admin/Configurations/index.tsx:94 #: src/components/routes/admin/Configurations/index.tsx:236 @@ -5204,11 +5204,11 @@ msgstr "Opłata stała musi wynosić 0 lub więcej" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash off" -msgstr "" +msgstr "Lampa wyłączona" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash on" -msgstr "" +msgstr "Lampa włączona" #: src/components/common/ThemeFontControl/index.tsx:65 msgid "Font Family" @@ -5236,7 +5236,7 @@ msgstr "Zapomniałeś hasła?" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:60 msgid "Fourth" -msgstr "" +msgstr "Czwarty" #: src/components/common/AttendeeTicket/index.tsx:134 #: src/components/common/Currency/index.tsx:88 @@ -5258,7 +5258,7 @@ msgstr "Francuski" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 msgid "Fri" -msgstr "" +msgstr "Pt" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -5275,7 +5275,7 @@ msgstr "Od {0}" #: src/components/forms/ProductForm/ledgerSummaries.ts:46 msgid "From {start}" -msgstr "" +msgstr "Od {start}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:789 msgid "from {start} until {end}" @@ -5287,11 +5287,11 @@ msgstr "od {start}, przez {count} terminów" #: src/components/layouts/AuthLayout/index.tsx:26 msgid "Full data ownership" -msgstr "" +msgstr "Pełna własność danych" #: src/components/common/PeriodSelector/index.tsx:46 msgid "Full event" -msgstr "" +msgstr "Całe wydarzenie" #: src/components/modals/RefundOrderModal/index.tsx:110 msgid "Full refund" @@ -5299,15 +5299,15 @@ msgstr "Pełny zwrot" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "future" -msgstr "" +msgstr "przyszłe" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:352 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:353 msgid "Future dates only" -msgstr "" +msgstr "Tylko przyszłe terminy" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Future dates will be copied with capacity reset to zero" -msgstr "" +msgstr "Przyszłe terminy zostaną skopiowane z wyzerowanym limitem miejsc" #: src/components/routes/event/TicketDesigner/TicketDesignerPrint.tsx:38 #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:40 @@ -5340,11 +5340,11 @@ msgstr "Uzyskaj wskazówki" #: src/components/layouts/OrganizerLayout/index.tsx:82 msgid "Get Paid" -msgstr "" +msgstr "Odbieraj płatności" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:234 msgid "Get paid with Stripe" -msgstr "" +msgstr "Odbieraj płatności przez Stripe" #: src/components/routes/auth/Register/index.tsx:73 msgid "Get started" @@ -5377,7 +5377,7 @@ msgstr "Wróć" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Go Back" -msgstr "" +msgstr "Wróć" #: src/components/routes/profile/ConfirmEmailChange/index.tsx:23 #: src/components/routes/profile/ConfirmEmailChange/index.tsx:42 @@ -5394,7 +5394,7 @@ msgstr "Przejdź do strony głównej" #: src/components/modals/CreateAttendeeModal/index.tsx:196 msgid "Go to Schedule" -msgstr "" +msgstr "Przejdź do harmonogramu" #: src/components/common/ThemeColorControls/index.tsx:113 msgid "Good readability" @@ -5438,7 +5438,7 @@ msgstr "Sprzedaż brutto" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:334 msgid "Guest" -msgstr "" +msgstr "Gość" #: src/components/layouts/Event/index.tsx:130 msgid "Guest Management" @@ -5451,7 +5451,7 @@ msgstr "Goście" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:45 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:159 msgid "Happening now" -msgstr "" +msgstr "Trwa teraz" #: src/components/routes/admin/DeletionRequests/index.tsx:161 msgid "Hard delete" @@ -5497,7 +5497,7 @@ msgstr "Cześć {0} 👋" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:51 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:74 msgid "Hi," -msgstr "" +msgstr "Cześć," #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:75 msgid "Hi.Events Fee" @@ -5514,7 +5514,7 @@ msgstr "Ukryty" #: src/components/forms/ProductForm/visibilityStatus.ts:50 msgid "Hidden — sales ended {end}." -msgstr "" +msgstr "Ukryte — sprzedaż zakończyła się {end}." #: src/components/common/QuestionsTable/index.tsx:112 msgid "Hidden from attendees - only visible to organizers" @@ -5522,11 +5522,11 @@ msgstr "Ukryte przed uczestnikami - widoczne tylko dla organizatorów" #: src/components/forms/ProductForm/ledgerSummaries.ts:151 msgid "Hidden from everyone" -msgstr "" +msgstr "Ukryte dla wszystkich" #: src/components/forms/ProductForm/visibilityStatus.ts:18 msgid "Hidden from everyone — the master hide switch is on." -msgstr "" +msgstr "Ukryte dla wszystkich — główny przełącznik ukrywania jest włączony." #: src/components/common/ProductsTable/SortableProduct/index.tsx:109 #: src/components/common/ProductsTable/SortableProduct/index.tsx:318 @@ -5552,7 +5552,7 @@ msgstr "Ukryj odpowiedzi" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "Hide details" -msgstr "" +msgstr "Ukryj szczegóły" #: src/components/routes/admin/Announcements/index.tsx:495 msgid "Hide Preview" @@ -5600,7 +5600,7 @@ msgstr "Ukryj ten poziom przed użytkownikami" #: src/components/forms/ProductForm/ledgerSummaries.ts:61 msgid "Hides sold out" -msgstr "" +msgstr "Ukrywa wyprzedane" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:91 msgid "Hiding a product will prevent users from seeing it on the event page." @@ -5629,7 +5629,7 @@ msgstr "Wyróżnione produkty będą miały inny kolor tła, aby wyróżnić si #: src/constants/eventCategories.ts:18 msgid "Hobbies" -msgstr "" +msgstr "Hobby" #: src/components/routes/event/HomepageDesigner/index.tsx:168 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:173 @@ -5651,10 +5651,10 @@ msgstr "Podgląd strony głównej" msgid "Homer" msgstr "Jan" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:386 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:410 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:387 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:411 msgid "Hours" -msgstr "" +msgstr "Godziny" #: src/components/forms/PromoCodeForm/index.tsx:116 msgid "How is the discount applied?" @@ -5674,7 +5674,7 @@ msgstr "Ile razy można użyć tego kodu?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:449 msgid "How VAT is applied to the platform fees we charge you." -msgstr "" +msgstr "Jak naliczamy VAT do opłat platformy, którymi Cię obciążamy." #: src/components/common/Editor/index.tsx:90 msgid "HTML character limit exceeded: {htmlLength}/{maxLength}" @@ -5795,11 +5795,11 @@ msgstr "Za {diffMinutes} minut" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:111 msgid "in last {0} min" -msgstr "" +msgstr "w ciągu ostatnich {0} min" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:472 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 msgid "In person — set a venue" -msgstr "" +msgstr "Stacjonarnie — podaj miejsce" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:132 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:168 @@ -5881,7 +5881,7 @@ msgstr "Instagram" #: src/components/layouts/AuthLayout/index.tsx:14 msgid "Instant Stripe payouts" -msgstr "" +msgstr "Natychmiastowe wypłaty Stripe" #: src/components/layouts/Event/index.tsx:143 #: src/components/layouts/OrganizerLayout/index.tsx:114 @@ -5890,7 +5890,7 @@ msgstr "Integracje" #: src/components/forms/CheckInListForm/index.tsx:190 msgid "Internal notes on the attendee's ticket" -msgstr "" +msgstr "Notatki wewnętrzne na bilecie uczestnika" #: src/components/common/ContactOrganizerModal/index.tsx:35 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:33 @@ -5972,11 +5972,11 @@ msgstr "Ustawienia faktury" #: src/components/routes/welcome/index.tsx:404 msgid "It happens on more than one date" -msgstr "" +msgstr "Odbywa się w więcej niż jednym terminie" #: src/components/layouts/ProductWidget/index.tsx:57 msgid "It may have been unpublished or removed. Please check the link and try again." -msgstr "" +msgstr "Mogło zostać wycofane z publikacji lub usunięte. Sprawdź link i spróbuj ponownie." #: src/components/common/LanguageSwitcher/index.tsx:24 msgid "Italian" @@ -5997,7 +5997,7 @@ msgstr "Przedmioty" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:65 msgid "January" -msgstr "" +msgstr "Styczeń" #: src/components/routes/admin/FailedJobs/index.tsx:163 msgid "Job" @@ -6047,11 +6047,11 @@ msgstr "Dołączono" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:71 msgid "July" -msgstr "" +msgstr "Lipiec" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:70 msgid "June" -msgstr "" +msgstr "Czerwiec" #: src/components/routes/auth/Login/index.tsx:121 msgid "Just looking for your tickets?" @@ -6059,11 +6059,11 @@ msgstr "Szukasz tylko swoich biletów?" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:24 msgid "just now" -msgstr "" +msgstr "przed chwilą" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:161 msgid "Just wrapped" -msgstr "" +msgstr "Właśnie się zakończyło" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Keep connection" @@ -6072,7 +6072,7 @@ msgstr "Zachowaj połączenie" #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Keep editing" -msgstr "" +msgstr "Edytuj dalej" #: src/components/routes/admin/Announcements/index.tsx:390 msgid "Keep it short — banners show a single line. {0}/200" @@ -6084,7 +6084,7 @@ msgstr "Informuj mnie o nowościach i wydarzeniach od {0}" #: src/components/layouts/AuthLayout/index.tsx:42 msgid "Keep the profit." -msgstr "" +msgstr "Zysk zostaje u Ciebie." #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:63 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:449 @@ -6099,7 +6099,7 @@ msgstr "Etykieta — np. Sesja poranna" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:301 msgid "label updates" -msgstr "" +msgstr "zmiany etykiet" #: src/components/modals/CreateAttendeeModal/index.tsx:235 #: src/components/modals/ManageAttendeeModal/index.tsx:156 @@ -6109,7 +6109,7 @@ msgstr "Język" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:61 msgid "Last" -msgstr "" +msgstr "Ostatni" #: src/components/common/OrganizerReportTable/index.tsx:60 #: src/components/common/ReportTable/index.tsx:55 @@ -6203,13 +6203,13 @@ msgstr "Ostatnio uruchomiony" msgid "Last Used" msgstr "Ostatnio używany" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:379 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 msgid "Later" -msgstr "" +msgstr "Później" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:152 msgid "Latest check-ins" -msgstr "" +msgstr "Najnowsze check-iny" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1098 msgid "Leave “from” as today to start right away." @@ -6221,27 +6221,27 @@ msgstr "Pozostaw puste, aby użyć domyślnego słowa \"Faktura\"" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:507 msgid "Leave empty for unlimited" -msgstr "" +msgstr "Zostaw puste, aby nie ustawiać limitu" #: src/components/forms/CheckInListForm/index.tsx:131 msgid "Leave empty to apply this check-in list to all occurrences" -msgstr "" +msgstr "Zostaw puste, aby ta lista check-in obejmowała wszystkie terminy" #: src/components/forms/CheckInListForm/index.tsx:106 msgid "Leave on to cover every ticket on the event. Turn off to pick specific tickets." -msgstr "" +msgstr "Zostaw włączone, aby objąć wszystkie bilety wydarzenia. Wyłącz, aby wybrać konkretne bilety." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:300 msgid "Let them know about the change" -msgstr "" +msgstr "Poinformuj ich o zmianie" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:266 msgid "Let them know about the changes" -msgstr "" +msgstr "Poinformuj ich o zmianach" #: src/components/layouts/OrganizerLayout/index.tsx:111 msgid "Library" -msgstr "" +msgstr "Biblioteka" #: src/components/common/ThemeColorControls/index.tsx:84 msgid "Light" @@ -6261,7 +6261,7 @@ msgstr "Linki dozwolone" #: src/components/routes/event/OccurrencesTab/index.tsx:472 msgid "List" -msgstr "" +msgstr "Lista" #: src/components/common/EventCard/index.tsx:91 #: src/components/layouts/Event/index.tsx:218 @@ -6281,11 +6281,11 @@ msgstr "Wydarzenia na żywo" #: src/components/forms/ProductForm/ProductPreview.tsx:72 msgid "Live preview" -msgstr "" +msgstr "Podgląd na żywo" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:344 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 msgid "Loaded dates" -msgstr "" +msgstr "Wczytane terminy" #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:33 msgid "Loading preview..." @@ -6340,7 +6340,7 @@ msgstr "Lokalizacja zaktualizowana" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:302 msgid "location updates" -msgstr "" +msgstr "zmiany miejsca" #: src/components/routes/organizer/Locations/index.tsx:52 msgid "locations" @@ -6404,7 +6404,7 @@ msgstr "Uczyń adres rozliczeniowy obowiązkowym podczas płatności" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:114 msgid "Make it visible so people can buy tickets" -msgstr "" +msgstr "Ustaw jako widoczne, żeby ludzie mogli kupować bilety" #: src/components/forms/QuestionForm/index.tsx:212 msgid "Make this question mandatory" @@ -6426,7 +6426,7 @@ msgstr "Zarządzaj" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:97 msgid "Manage {0}" -msgstr "" +msgstr "Zarządzaj: {0}" #: src/hooks/useAttendeeActions.tsx:75 msgid "Manage attendee" @@ -6434,7 +6434,7 @@ msgstr "Zarządzaj uczestnikiem" #: src/components/routes/event/OccurrencesTab/index.tsx:462 msgid "Manage dates and times for your recurring event" -msgstr "" +msgstr "Zarządzaj terminami i godzinami cyklicznego wydarzenia" #: src/components/common/EventCard/index.tsx:146 msgid "Manage event" @@ -6442,7 +6442,7 @@ msgstr "Zarządzaj wydarzeniem" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:393 msgid "Manage on Stripe" -msgstr "" +msgstr "Zarządzaj w Stripe" #: src/hooks/useOrderActions.tsx:99 msgid "Manage order" @@ -6459,11 +6459,11 @@ msgstr "Zarządzaj profilem" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:114 msgid "Manage schedule" -msgstr "" +msgstr "Zarządzaj harmonogramem" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:78 msgid "Manage Schedule" -msgstr "" +msgstr "Zarządzaj harmonogramem" #: src/components/routes/account/ManageAccount/sections/TaxSettings/index.tsx:17 msgid "Manage taxes and fees which can be applied to your products" @@ -6505,7 +6505,7 @@ msgstr "Dodaj uczestnika ręcznie" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:67 msgid "March" -msgstr "" +msgstr "Marzec" #: src/hooks/useOrderActions.tsx:128 msgid "Mark as paid" @@ -6513,7 +6513,7 @@ msgstr "Oznacz jako opłacone" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:180 msgid "Mark as validated (admin override)" -msgstr "" +msgstr "Oznacz jako zweryfikowane (decyzja administratora)" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:177 msgid "Max Messages / 24h" @@ -6533,7 +6533,7 @@ msgstr "Maksimum na zamówienie" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:69 msgid "May" -msgstr "" +msgstr "Maj" #: src/components/routes/admin/Attribution/index.tsx:108 msgid "Medium" @@ -6620,7 +6620,7 @@ msgstr "Poziom wiadomości zaktualizowany pomyślnie" #: src/components/forms/ProductForm/ledgerSummaries.ts:115 msgid "Min {min} per order" -msgstr "" +msgstr "Min. {min} na zamówienie" #: src/components/forms/ProductForm/index.tsx:523 msgid "Minimum Per Order" @@ -6634,10 +6634,10 @@ msgstr "Cena minimalna" msgid "minutes" msgstr "minut" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:393 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:417 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:394 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:418 msgid "Minutes" -msgstr "" +msgstr "Minuty" #: src/components/routes/event/Settings/index.tsx:84 msgid "Miscellaneous" @@ -6652,13 +6652,13 @@ msgstr "Ustawienia różne" msgid "Modal" msgstr "Okno modalne" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:467 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:468 msgid "Mode" -msgstr "" +msgstr "Tryb" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 msgid "Mon" -msgstr "" +msgstr "Pon" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -6675,7 +6675,7 @@ msgstr "Monitoruj i zarządzaj nieudanymi zadaniami w tle" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:89 msgid "month" -msgstr "" +msgstr "miesiąc" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:931 msgid "Month" @@ -6684,20 +6684,20 @@ msgstr "Miesiąc" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:52 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Monthly" -msgstr "" +msgstr "Miesięcznie" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:97 msgid "months" -msgstr "" +msgstr "miesiące" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:268 msgid "more" -msgstr "" +msgstr "więcej" #: src/components/common/EntityActions/index.tsx:98 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:171 msgid "More actions" -msgstr "" +msgstr "Więcej działań" #: src/components/routes/admin/Dashboard/index.tsx:294 msgid "Most Viewed Events (Last 14 Days)" @@ -6705,7 +6705,7 @@ msgstr "Najczęściej oglądane wydarzenia (ostatnie 14 dni)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Move all dates earlier or later" -msgstr "" +msgstr "Przesuń wszystkie terminy wcześniej lub później" #: src/components/forms/QuestionForm/index.tsx:106 msgid "Multi line text box" @@ -6715,11 +6715,11 @@ msgstr "Pole tekstowe wielowierszowe" #: src/components/layouts/EventHomepage/index.tsx:180 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Multiple locations" -msgstr "" +msgstr "Wiele miejsc" #: src/components/layouts/AuthLayout/index.tsx:27 msgid "Multiple ticket types" -msgstr "" +msgstr "Wiele typów biletów" #: src/constants/eventCategories.ts:8 msgid "Music" @@ -6800,13 +6800,13 @@ msgstr "Dochód netto" msgid "Never" msgstr "Nigdy" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:432 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 msgid "New capacity" -msgstr "" +msgstr "Nowy limit miejsc" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:451 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 msgid "New label" -msgstr "" +msgstr "Nowa etykieta" #: src/components/common/LocationPicker/index.tsx:169 #: src/components/common/LocationPicker/index.tsx:183 @@ -6825,7 +6825,7 @@ msgstr "Nowe rejestracje" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:53 msgid "New time:" -msgstr "" +msgstr "Nowa godzina:" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:429 msgid "Next month" @@ -6833,11 +6833,11 @@ msgstr "Następny miesiąc" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:162 msgid "Next occurrence" -msgstr "" +msgstr "Następny termin" #: src/components/common/EventDateRange/index.tsx:61 msgid "Next: {nextFormatted}" -msgstr "" +msgstr "Następny: {nextFormatted}" #: src/constants/eventCategories.ts:4 msgid "Nightlife" @@ -6886,7 +6886,7 @@ msgstr "Nie znaleziono uczestników dla tego zamówienia." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:173 msgid "No attendees to show" -msgstr "" +msgstr "Brak uczestników do wyświetlenia" #: src/components/common/AttendeeTable/index.tsx:346 msgid "No Attendees to show" @@ -6894,7 +6894,7 @@ msgstr "Brak uczestników do wyświetlenia" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:79 msgid "No attendees yet for this date." -msgstr "" +msgstr "Nie ma jeszcze uczestników w tym terminie." #: src/components/routes/admin/Attribution/index.tsx:121 msgid "No attribution data found" @@ -6902,7 +6902,7 @@ msgstr "Nie znaleziono danych atrybucji" #: src/components/routes/organizer/Payments/CapabilityList.tsx:69 msgid "No capabilities reported by Stripe yet." -msgstr "" +msgstr "Stripe nie zgłosił jeszcze żadnych funkcji." #: src/components/modals/OfferWaitlistModal/index.tsx:193 msgid "No capacity" @@ -6915,7 +6915,7 @@ msgstr "Brak przypisań pojemności" #: src/components/common/KpiGrid/index.tsx:57 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:212 msgid "No change" -msgstr "" +msgstr "Bez zmian" #: src/components/common/CheckInListList/index.tsx:44 #: src/components/common/CheckInListTable/index.tsx:266 @@ -6928,7 +6928,7 @@ msgstr "Brak dostępnych list zameldowań dla tego wydarzenia." #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:155 msgid "No check-ins yet" -msgstr "" +msgstr "Nie ma jeszcze check-inów" #: src/components/routes/admin/Configurations/index.tsx:127 msgid "No configurations found" @@ -6936,7 +6936,7 @@ msgstr "Nie znaleziono konfiguracji" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:207 msgid "No connections available" -msgstr "" +msgstr "Brak dostępnych połączeń" #: src/components/common/ReportTable/index.tsx:233 msgid "No data available" @@ -6953,32 +6953,32 @@ msgstr "Brak danych do wyświetlenia. Wybierz zakres dat" #: src/components/common/EventCard/index.tsx:221 #: src/components/common/EventCard/index.tsx:318 msgid "No date added" -msgstr "" +msgstr "Nie dodano terminu" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:668 msgid "No dates available this month. Try navigating to another month." -msgstr "" +msgstr "Brak dostępnych terminów w tym miesiącu. Przejdź do innego miesiąca." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:90 msgid "No dates match the current filters." -msgstr "" +msgstr "Żaden termin nie pasuje do bieżących filtrów." -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates match your filters" -msgstr "" +msgstr "Żaden termin nie pasuje do Twoich filtrów" #: src/components/common/OccurrenceSelect/index.tsx:158 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:130 msgid "No dates match your search" -msgstr "" +msgstr "Żaden termin nie pasuje do wyszukiwania" #: src/components/modals/PublishEventModal/index.tsx:103 msgid "No dates scheduled" msgstr "Brak zaplanowanych terminów" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates scheduled yet" -msgstr "" +msgstr "Nie zaplanowano jeszcze terminów" #: src/components/routes/admin/DeletionRequests/index.tsx:108 msgid "No deletion requests found" @@ -7026,7 +7026,7 @@ msgstr "Brak faktury" #: src/components/forms/ProductForm/ledgerSummaries.ts:121 msgid "No limits" -msgstr "" +msgstr "Bez limitów" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:163 #: src/components/modals/WebhookLogsModal/index.tsx:177 @@ -7047,11 +7047,11 @@ msgstr "Brak wiadomości do wyświetlenia" #: src/components/modals/CreateAttendeeModal/index.tsx:183 msgid "No occurrences available" -msgstr "" +msgstr "Brak dostępnych terminów" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:134 msgid "No occurrences on this date" -msgstr "" +msgstr "Brak terminów tego dnia" #: src/components/common/QuestionsTable/index.tsx:491 msgid "No order questions yet" @@ -7071,7 +7071,7 @@ msgstr "Brak zamówień jeszcze" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:90 msgid "No orders yet for this date." -msgstr "" +msgstr "Nie ma jeszcze zamówień w tym terminie." #: src/components/routes/admin/Dashboard/index.tsx:377 msgid "No organizer activity in the last 14 days" @@ -7079,7 +7079,7 @@ msgstr "Brak aktywności organizatora w ciągu ostatnich 14 dni" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:179 msgid "No organizer context available." -msgstr "" +msgstr "Brak kontekstu organizatora." #: src/components/modals/SwitchOrganizerModal/index.tsx:57 msgid "No other organizers available" @@ -7116,7 +7116,7 @@ msgstr "Brak produktów dostępnych w tej kategorii." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:170 msgid "No products configured for this event." -msgstr "" +msgstr "Brak produktów skonfigurowanych dla tego wydarzenia." #: src/components/modals/OfferWaitlistModal/index.tsx:140 msgid "No products have waiting entries" @@ -7195,7 +7195,7 @@ msgstr "Brak biletów do sprzedaży" #: src/components/common/EventDateRange/index.tsx:68 msgid "No upcoming dates" -msgstr "" +msgstr "Brak nadchodzących terminów" #: src/components/layouts/OrganizerHomepage/index.tsx:299 msgid "No upcoming events" @@ -7229,7 +7229,7 @@ msgstr "Nie, zostaw mnie tutaj" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:293 msgid "non-edited" -msgstr "" +msgstr "niezmienione" #: src/components/common/PromoCodeTable/index.tsx:82 #: src/components/forms/ProductForm/ledgerSummaries.ts:92 @@ -7240,7 +7240,7 @@ msgstr "Żaden" #: src/components/forms/ProductForm/ledgerSummaries.ts:29 msgid "None yet" -msgstr "" +msgstr "Jeszcze nic" #: src/components/common/ProductPriceAvailability/index.tsx:38 #: src/components/common/ProductPriceAvailability/index.tsx:68 @@ -7250,7 +7250,7 @@ msgstr "Niedostępny" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:122 #: src/components/modals/ManageAttendeeModal/index.tsx:138 msgid "Not checked in" -msgstr "" +msgstr "Bez check-inu" #: src/components/common/AttendeeTable/index.tsx:304 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -7279,7 +7279,7 @@ msgstr "Ustawienia powiadomień" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:569 msgid "Notify attendees and stop sales" -msgstr "" +msgstr "Powiadom uczestników i wstrzymaj sprzedaż" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:76 msgid "Notify organizer of new orders" @@ -7287,11 +7287,11 @@ msgstr "Powiadom organizatora o nowych zamówieniach" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:75 msgid "November" -msgstr "" +msgstr "Listopad" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1087 msgid "Number of dates to create" -msgstr "" +msgstr "Liczba terminów do utworzenia" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:227 msgid "Number of days allowed for payment (leave blank to omit payment terms from invoices)" @@ -7307,38 +7307,38 @@ msgstr "Prefiks numeru" #: src/components/modals/ManageOrderModal/index.tsx:140 #: src/components/modals/SendMessageModal/index.tsx:357 msgid "Occurrence" -msgstr "" +msgstr "Termin" #: src/components/forms/WebhookForm/index.tsx:133 msgid "Occurrence Cancelled" -msgstr "" +msgstr "Termin odwołany" #: src/components/layouts/Event/index.tsx:113 #: src/components/routes/event/OccurrencesTab/index.tsx:463 msgid "Occurrence Schedule" -msgstr "" +msgstr "Harmonogram terminów" #: src/components/routes/event/Reports/index.tsx:37 #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:102 msgid "Occurrence Summary" -msgstr "" +msgstr "Podsumowanie terminu" #: src/components/common/OrderDetails/index.tsx:55 #: src/components/modals/ManageOrderModal/index.tsx:140 msgid "Occurrences" -msgstr "" +msgstr "Terminy" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Occurrences (future only)" -msgstr "" +msgstr "Terminy (tylko przyszłe)" #: src/components/modals/CreateEventModal/index.tsx:252 msgid "Occurrences can be configured after creation" -msgstr "" +msgstr "Terminy można skonfigurować po utworzeniu" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:74 msgid "October" -msgstr "" +msgstr "Październik" #: src/components/common/OrganizerReportTable/index.tsx:356 msgid "of" @@ -7351,7 +7351,7 @@ msgstr "każdego miesiąca" #: src/components/forms/ProductForm/ledgerSummaries.ts:77 #: src/components/forms/ProductForm/ledgerSummaries.ts:140 msgid "Off" -msgstr "" +msgstr "Wył." #: src/components/common/WaitlistTable/index.tsx:135 #: src/components/modals/OfferWaitlistModal/index.tsx:227 @@ -7422,7 +7422,7 @@ msgstr "w" #: src/components/forms/ProductForm/ledgerSummaries.ts:74 msgid "On" -msgstr "" +msgstr "Wł." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:760 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:768 @@ -7449,7 +7449,7 @@ msgstr "w {position} {day}" #: src/components/forms/ProductForm/index.tsx:442 msgid "On the event page" -msgstr "" +msgstr "Na stronie wydarzenia" #: src/components/common/JoinWaitlistButton/index.tsx:25 msgid "On the waitlist" @@ -7480,23 +7480,23 @@ msgstr "Trwający" msgid "Online" msgstr "Online" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 msgid "Online — provide connection details" -msgstr "" +msgstr "Online — podaj dane dostępowe" #: src/components/common/EventCard/index.tsx:100 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Online & in-person" -msgstr "" +msgstr "Online i stacjonarnie" #: src/components/layouts/EventHomepage/index.tsx:181 msgid "Online & in-person — see schedule" -msgstr "" +msgstr "Online i stacjonarnie — zobacz harmonogram" #: src/components/common/AttendeeTicket/index.tsx:127 #: src/components/modals/ManageOccurrenceModal/index.tsx:146 msgid "Online event" -msgstr "" +msgstr "Wydarzenie online" #: src/components/layouts/EventHomepage/index.tsx:404 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:175 @@ -7517,7 +7517,7 @@ msgstr "Zostało tylko {capacity}" #: src/components/forms/ProductForm/ProductDrawer.tsx:130 msgid "Only a name is required — everything else has sensible defaults" -msgstr "" +msgstr "Wymagana jest tylko nazwa — reszta ma sensowne wartości domyślne" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:74 msgid "Only account administrators can delete or archive events. Contact your account admin for assistance." @@ -7529,7 +7529,7 @@ msgstr "Tylko administratorzy konta mogą usuwać lub archiwizować organizator #: src/components/forms/ProductForm/index.tsx:546 msgid "Only available as an add-on" -msgstr "" +msgstr "Dostępne tylko jako dodatek" #: src/components/routes/admin/Announcements/index.tsx:470 msgid "Only published announcements are shown to users" @@ -7545,11 +7545,11 @@ msgstr "Pokaż tylko datę i godzinę rozpoczęcia" #: src/components/common/ProductsTable/SortableProduct/index.tsx:335 msgid "Only shown as an add-on to the products it's attached to" -msgstr "" +msgstr "Pokazywany tylko jako dodatek do produktów, z którymi jest powiązany" #: src/components/forms/ProductForm/visibilityStatus.ts:25 msgid "Only shown as an add-on to the products it's attached to." -msgstr "" +msgstr "Pokazywany tylko jako dodatek do produktów, z którymi jest powiązany." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:138 msgid "Only the account owner can request account deletion." @@ -7557,11 +7557,11 @@ msgstr "Tylko właściciel konta może zażądać usunięcia konta." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:513 msgid "Only tickets count toward capacity" -msgstr "" +msgstr "Do limitu miejsc liczą się tylko bilety" #: src/components/forms/ProductForm/visibilityStatus.ts:32 msgid "Only visible to buyers with an applicable promo code." -msgstr "" +msgstr "Widoczne tylko dla kupujących z odpowiednim kodem promocyjnym." #: src/components/common/ProductsTable/SortableProduct/index.tsx:319 msgid "Only visible with promo code" @@ -7569,7 +7569,7 @@ msgstr "Widoczne tylko z kodem promocyjnym" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open check-in" -msgstr "" +msgstr "Otwórz check-in" #: src/components/common/CheckInListList/index.tsx:165 #: src/components/common/CheckInListTable/index.tsx:209 @@ -7579,7 +7579,7 @@ msgstr "Otwórz stronę zameldowania" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open occurrence" -msgstr "" +msgstr "Otwórz termin" #: src/components/layouts/AppLayout/index.tsx:31 msgid "Open sidebar" @@ -7621,9 +7621,9 @@ msgstr "Opcje" msgid "or" msgstr "lub" -#: src/components/routes/event/OccurrencesTab/index.tsx:603 +#: src/components/routes/event/OccurrencesTab/index.tsx:618 msgid "or add a single date" -msgstr "" +msgstr "albo dodaj pojedynczy termin" #: src/components/modals/PublishEventModal/index.tsx:81 msgid "Or enable offline payments and disable Stripe" @@ -7631,7 +7631,7 @@ msgstr "Lub włącz płatności offline i wyłącz Stripe" #: src/components/routes/event/OccurrencesTab/index.tsx:415 msgid "order" -msgstr "" +msgstr "zamówienie" #: src/components/common/QuestionsTable/index.tsx:295 #: src/components/common/QuestionsTable/index.tsx:448 @@ -7647,7 +7647,7 @@ msgstr "Zamówienie i bilet" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:265 msgid "Order #" -msgstr "" +msgstr "Nr zamówienia" #: src/components/routes/product-widget/CollectInformation/index.tsx:386 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:375 @@ -7682,7 +7682,7 @@ msgstr "Data zamówienia" #: src/components/forms/CheckInListForm/index.tsx:222 msgid "Order details" -msgstr "" +msgstr "Szczegóły zamówienia" #: src/components/common/OrdersTable/index.tsx:178 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:613 @@ -7708,7 +7708,7 @@ msgstr "ID zamówienia" #: src/components/forms/ProductForm/index.tsx:517 msgid "Order limits" -msgstr "" +msgstr "Limity zamówienia" #: src/hooks/useOrderActions.tsx:50 msgid "Order marked as paid" @@ -7728,7 +7728,7 @@ msgstr "Zamówienie nie znalezione" #: src/components/forms/CheckInListForm/index.tsx:224 msgid "Order number, purchase date, purchaser email" -msgstr "" +msgstr "Numer zamówienia, data zakupu, e-mail kupującego" #: src/components/common/MessageList/index.tsx:31 msgid "Order owner" @@ -7790,7 +7790,7 @@ msgstr "Zamówienie zostało anulowane" #: src/components/routes/event/OccurrencesTab/index.tsx:415 #: src/components/routes/event/orders.tsx:197 msgid "orders" -msgstr "" +msgstr "zamówienia" #: src/components/layouts/Admin/index.tsx:17 #: src/components/layouts/Event/index.tsx:125 @@ -7905,7 +7905,7 @@ msgstr "Zostanie użyty szablon organizatora/domyślny" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:202 msgid "Organizers" -msgstr "" +msgstr "Organizatorzy" #: src/components/modals/EditUserModal/index.tsx:58 #: src/components/modals/InviteUserModal/index.tsx:49 @@ -7927,7 +7927,7 @@ msgstr "Wynik" #: src/constants/eventCategories.ts:22 msgid "Outdoors" -msgstr "" +msgstr "Na świeżym powietrzu" #: src/components/routes/admin/Messages/index.tsx:107 msgid "Outgoing Messages" @@ -7935,19 +7935,19 @@ msgstr "Wiadomości wychodzące" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:208 msgid "Override" -msgstr "" +msgstr "Nadpisanie" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:133 msgid "Override fees on this organizer" -msgstr "" +msgstr "Nadpisz opłaty dla tego organizatora" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:228 msgid "Override price" -msgstr "" +msgstr "Nadpisz cenę" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:96 msgid "Override removed" -msgstr "" +msgstr "Nadpisanie usunięte" #: src/components/layouts/Event/index.tsx:100 msgid "Overview" @@ -7988,7 +7988,7 @@ msgstr "opłacony" #: src/components/forms/ProductForm/index.tsx:274 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:431 msgid "Paid" -msgstr "" +msgstr "Opłacone" #: src/components/routes/admin/Attribution/index.tsx:51 msgid "Paid Accounts" @@ -8048,7 +8048,7 @@ msgstr "Przeszłe" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:317 msgid "Past due" -msgstr "" +msgstr "Zaległe" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Past Events" @@ -8162,7 +8162,7 @@ msgstr "Płatności niedostępne" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:407 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:463 msgid "Payouts" -msgstr "" +msgstr "Wypłaty" #: src/components/routes/admin/DeletionRequests/index.tsx:85 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:437 @@ -8180,7 +8180,7 @@ msgstr "Na uczestnika" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:117 msgid "per min" -msgstr "" +msgstr "na min" #: src/components/common/PromoCodeTable/index.tsx:91 msgid "per order" @@ -8216,7 +8216,7 @@ msgstr "Opłata procentowa" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:137 msgid "Percentage fee (%)" -msgstr "" +msgstr "Opłata procentowa (%)" #: src/components/routes/admin/Configurations/index.tsx:175 msgid "Percentage must be between 0 and 100" @@ -8248,7 +8248,7 @@ msgstr "Trwale usuń tego organizatora i wszystkie jego wydarzenia." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:583 msgid "Permanently remove this date" -msgstr "" +msgstr "Trwale usuń ten termin" #: src/components/routes/profile/ManageProfile/index.tsx:148 msgid "Personal Information" @@ -8260,15 +8260,15 @@ msgstr "Telefon" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:530 msgid "Pick an end date" -msgstr "" +msgstr "Wybierz datę zakończenia" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:538 msgid "Pick at least one day of the month" -msgstr "" +msgstr "Wybierz co najmniej jeden dzień miesiąca" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:527 msgid "Pick at least one day of the week" -msgstr "" +msgstr "Wybierz co najmniej jeden dzień tygodnia" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:841 msgid "Pick days to see your dates." @@ -8285,7 +8285,7 @@ msgstr "Umieść to w swojej strony internetowej." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:269 #: src/components/modals/ManageOrderModal/index.tsx:125 msgid "Placed" -msgstr "" +msgstr "Złożone" #: src/components/common/PoweredByFooter/index.tsx:48 msgid "Planning an event?" @@ -8340,7 +8340,7 @@ msgstr "Sprawdź swój email, aby potwierdzić adres email" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:76 msgid "Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions." -msgstr "" +msgstr "Sprawdź nową godzinę na swoim bilecie. Bilety pozostają ważne — nie musisz nic robić, chyba że nowe godziny Ci nie odpowiadają. Odpowiedz na tego e-maila, jeśli masz pytania." #: src/components/routes/product-widget/SelectProducts/index.tsx:1023 msgid "Please continue in the new tab" @@ -8393,7 +8393,7 @@ msgstr "Wróć do strony wydarzenia, aby zacząć od nowa." #: src/components/routes/product-widget/SelectProducts/index.tsx:584 msgid "Please select a date and time" -msgstr "" +msgstr "Wybierz datę i godzinę" #: src/components/common/OrganizerReportTable/index.tsx:269 msgid "Please select a date range" @@ -8452,7 +8452,7 @@ msgstr "Portugalski" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:967 msgid "Position" -msgstr "" +msgstr "Pozycja" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:97 msgid "Post Checkout message" @@ -8506,7 +8506,7 @@ msgstr "Cena nie ustawiona" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:206 msgid "Price Tier" -msgstr "" +msgstr "Próg cenowy" #: src/components/forms/ProductForm/index.tsx:356 msgid "Price Tiers" @@ -8514,7 +8514,7 @@ msgstr "Poziomy cenowe" #: src/components/forms/ProductForm/index.tsx:266 msgid "Pricing" -msgstr "" +msgstr "Ceny" #: src/components/common/WidgetEditor/index.tsx:187 msgid "Primary Color" @@ -8604,11 +8604,11 @@ msgstr "Sprzedaż produktów, przychody i podział podatków" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:599 msgid "Product settings cannot be edited for cancelled dates." -msgstr "" +msgstr "Ustawień produktów nie można edytować dla odwołanych terminów." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:160 msgid "Product settings saved successfully" -msgstr "" +msgstr "Ustawienia produktu zostały zapisane" #: src/components/common/ProductSelector/index.tsx:67 msgid "Product Tier" @@ -8661,7 +8661,7 @@ msgstr "Profil został pomyślnie zaktualizowany" #: src/components/common/CheckIn/CheckInInfoModal.tsx:47 msgid "Progress" -msgstr "" +msgstr "Postęp" #: src/components/routes/product-widget/SelectProducts/index.tsx:500 msgid "Promo {promo_code} code applied" @@ -8682,7 +8682,7 @@ msgstr "Strona kodu promocyjnego" #: src/components/forms/ProductForm/ledgerSummaries.ts:154 msgid "Promo code required" -msgstr "" +msgstr "Wymagany kod promocyjny" #: src/components/routes/event/Reports/index.tsx:32 msgid "Promo code usage and discount breakdown" @@ -8690,11 +8690,11 @@ msgstr "Użycie kodu promocyjnego i podział rabatów" #: src/components/routes/event/promo-codes.tsx:55 msgid "promo codes" -msgstr "" +msgstr "kody promocyjne" #: src/components/layouts/AuthLayout/index.tsx:18 msgid "Promo codes" -msgstr "" +msgstr "Kody promocyjne" #: src/components/layouts/Event/index.tsx:126 #: src/components/modals/DuplicateEventModal/index.tsx:52 @@ -8733,11 +8733,11 @@ msgstr "Podaj co najmniej jedno pole adresu (miejsce, ulica, miasto lub kraj)." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:438 msgid "Provide the following before Stripe's next review to keep payouts flowing." -msgstr "" +msgstr "Prześlij poniższe dane przed kolejną weryfikacją Stripe, aby wypłaty nie zostały wstrzymane." #: src/components/forms/ProductForm/ledgerSummaries.ts:157 msgid "Public" -msgstr "" +msgstr "Publiczne" #: src/components/common/StatusToggle/index.tsx:97 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:117 @@ -8754,7 +8754,7 @@ msgstr "Opublikuj wydarzenie" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:113 msgid "Publish your event" -msgstr "" +msgstr "Opublikuj swoje wydarzenie" #: src/components/routes/admin/Announcements/index.tsx:183 #: src/components/routes/admin/Announcements/index.tsx:473 @@ -8774,11 +8774,11 @@ msgstr "Zakupiony" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:275 msgid "Purchaser" -msgstr "" +msgstr "Kupujący" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:283 msgid "Purchaser email" -msgstr "" +msgstr "E-mail kupującego" #: src/components/modals/ShareModal/index.tsx:168 msgid "QR Code" @@ -8786,7 +8786,7 @@ msgstr "Kod QR" #: src/components/layouts/AuthLayout/index.tsx:16 msgid "QR code check-in" -msgstr "" +msgstr "Check-in kodem QR" #: src/components/modals/OfferWaitlistModal/index.tsx:170 msgid "Qty" @@ -8803,7 +8803,7 @@ msgstr "Dostępna ilość" #: src/components/forms/CheckInListForm/index.tsx:205 msgid "Question answers" -msgstr "" +msgstr "Odpowiedzi na pytania" #: src/components/common/QuestionsTable/index.tsx:201 msgid "Question deleted" @@ -8837,7 +8837,7 @@ msgstr "Kolejka" #: src/components/forms/PromoCodeForm/index.tsx:145 msgid "Quick Tip" -msgstr "" +msgstr "Szybka wskazówka" #: src/components/forms/QuestionForm/index.tsx:118 msgid "Radio Option" @@ -8861,7 +8861,7 @@ msgstr "Ponownie zaoferuj miejsce" #: src/components/modals/ManageOccurrenceModal/index.tsx:70 #: src/components/routes/event/OccurrenceDetail/index.tsx:96 msgid "Reactivate this date? It will be reopened for future sales." -msgstr "" +msgstr "Przywrócić ten termin? Sprzedaż zostanie wznowiona." #: src/components/modals/PublishEventModal/index.tsx:143 msgid "Ready to go live?" @@ -8869,7 +8869,7 @@ msgstr "Gotowy do publikacji?" #: src/components/layouts/AuthLayout/index.tsx:19 msgid "Real-time analytics" -msgstr "" +msgstr "Analityka w czasie rzeczywistym" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:171 msgid "Reason (optional)" @@ -8887,19 +8887,19 @@ msgstr "Ostatnie rejestracje kont" #: src/components/common/PeriodSelector/index.tsx:111 msgid "Recent activity" -msgstr "" +msgstr "Ostatnia aktywność" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:59 msgid "Recent Attendees" -msgstr "" +msgstr "Ostatni uczestnicy" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:106 msgid "Recent check-ins" -msgstr "" +msgstr "Ostatnie check-iny" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:309 msgid "Recent orders" -msgstr "" +msgstr "Ostatnie zamówienia" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:63 msgid "Recent Orders" @@ -8930,12 +8930,12 @@ msgstr "Odbiorcy są dostępni po wysłaniu wiadomości" #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "Recommended" -msgstr "" +msgstr "Zalecane" #: src/components/common/EventCard/index.tsx:209 #: src/components/common/EventCard/index.tsx:322 msgid "Recurring" -msgstr "" +msgstr "Cykliczne" #: src/components/layouts/EventHomepage/index.tsx:368 #: src/components/modals/CreateEventModal/index.tsx:240 @@ -8949,7 +8949,7 @@ msgstr "Ustawienia wydarzenia cyklicznego" #: src/components/layouts/AuthLayout/index.tsx:13 msgid "Recurring events" -msgstr "" +msgstr "Wydarzenia cykliczne" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:80 msgid "Reddit" @@ -8969,13 +8969,13 @@ msgstr "Odśwież podgląd" #: src/components/routes/event/OccurrencesTab/index.tsx:218 msgid "Refund all orders for these dates" -msgstr "" +msgstr "Zwróć płatność za wszystkie zamówienia w tych terminach" #: src/components/routes/event/OccurrenceDetail/index.tsx:67 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:44 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:334 msgid "Refund all orders for this date" -msgstr "" +msgstr "Zwróć płatność za wszystkie zamówienia w tym terminie" #: src/components/modals/RefundOrderModal/index.tsx:108 msgid "Refund amount" @@ -9046,7 +9046,7 @@ msgstr "Pytania rejestracyjne" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:142 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:94 msgid "Remaining" -msgstr "" +msgstr "Pozostało" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:82 msgid "Remaining Uses" @@ -9064,9 +9064,9 @@ msgstr "usuń" msgid "Remove" msgstr "Usuń" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:458 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:459 msgid "Remove label from all dates" -msgstr "" +msgstr "Usuń etykietę ze wszystkich terminów" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:67 msgid "Remove sold out dates and times from the event page entirely. When disabled, they remain visible and are labelled as sold out." @@ -9078,11 +9078,11 @@ msgstr "Usuń godzinę" #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:60 msgid "Reopen for new sales" -msgstr "" +msgstr "Wznów sprzedaż" #: src/components/routes/event/OccurrencesTab/index.tsx:194 msgid "Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed." -msgstr "" +msgstr "Wznowić sprzedaż na ten termin? Wcześniej anulowane bilety nie zostaną przywrócone — uczestnicy pozostają anulowani, a zwroty już wykonane nie zostaną cofnięte." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:885 msgid "Repeats" @@ -9183,7 +9183,7 @@ msgstr "Resetuj hasło" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:238 msgid "Reset to base price" -msgstr "" +msgstr "Przywróć cenę podstawową" #: src/components/routes/auth/ResetPassword/index.tsx:75 msgid "Resetting..." @@ -9226,7 +9226,7 @@ msgstr "Przywróć tego organizatora i ponownie uczyń go aktywnym." #: src/components/common/ToolBar/index.tsx:47 msgid "results" -msgstr "" +msgstr "wyniki" #: src/components/routes/admin/FailedJobs/index.tsx:199 msgid "Retry" @@ -9259,11 +9259,11 @@ msgstr "Lokalizacje wielokrotnego użytku dla Twoich wydarzeń. Lokalizacje utwo #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:218 msgid "Reuse" -msgstr "" +msgstr "Użyj ponownie" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:198 msgid "Reuse a Stripe connection from another organizer in this account." -msgstr "" +msgstr "Użyj ponownie połączenia Stripe innego organizatora na tym koncie." #: src/components/common/AffiliateTable/index.tsx:157 #: src/components/common/EventCard/index.tsx:255 @@ -9316,7 +9316,7 @@ msgstr "Okres sprzedaży" #: src/components/forms/ProductForm/index.tsx:420 msgid "Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page." -msgstr "" +msgstr "Okres sprzedaży dotyczy wszystkich terminów w harmonogramie. Aby sterować ceną i dostępnością pojedynczych terminów, użyj nadpisań na <0>stronie harmonogramu terminów." #: src/components/forms/ProductForm/index.tsx:427 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:80 @@ -9329,7 +9329,7 @@ msgstr "Sprzedaż rozpoczyna się {0}" #: src/components/forms/ProductForm/index.tsx:413 msgid "Sale window" -msgstr "" +msgstr "Okres sprzedaży" #: src/components/common/AffiliateTable/index.tsx:145 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:143 @@ -9352,7 +9352,7 @@ msgstr "Sprzedaż rozpoczyna się" #: src/components/routes/event/Reports/index.tsx:38 msgid "Sales, attendance, and check-in breakdown per occurrence" -msgstr "" +msgstr "Podział sprzedaży, frekwencji i check-inów według terminu" #: src/components/routes/organizer/Reports/index.tsx:24 msgid "Sales, orders, and performance metrics for all events" @@ -9364,7 +9364,7 @@ msgstr "Sprzedaż:" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:471 msgid "Same as event" -msgstr "" +msgstr "Tak jak w wydarzeniu" #: src/components/common/PlatformFeesSettings/index.tsx:175 msgid "Sample ticket price" @@ -9377,7 +9377,7 @@ msgstr "Przykładowa Sala" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 msgid "Sat" -msgstr "" +msgstr "Sob" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -9421,7 +9421,7 @@ msgstr "Zapisz zmiany" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:160 msgid "Save fee override" -msgstr "" +msgstr "Zapisz nadpisanie opłaty" #: src/components/modals/EditOrganizerModal/index.tsx:70 msgid "Save Organizer" @@ -9449,7 +9449,7 @@ msgstr "Zapisz projekt biletu" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:202 msgid "Save VAT settings" -msgstr "" +msgstr "Zapisz ustawienia VAT" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:239 msgid "Save VAT Settings" @@ -9465,7 +9465,7 @@ msgstr "Zapisane lokalizacje" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:153 msgid "Saving an override creates a dedicated configuration for this organizer if it's currently on the system default." -msgstr "" +msgstr "Zapisanie nadpisania tworzy dedykowaną konfigurację dla tego organizatora, jeśli korzysta obecnie z domyślnej systemowej." #: src/components/layouts/CheckIn/BottomNav.tsx:15 msgid "Scan" @@ -9473,32 +9473,32 @@ msgstr "Skanuj" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:58 msgid "Scan a ticket to check in an attendee" -msgstr "" +msgstr "Zeskanuj bilet, aby zameldować uczestnika" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:109 msgid "Scanned tickets will appear here" -msgstr "" +msgstr "Zeskanowane bilety pojawią się tutaj" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:71 msgid "Scanner mode" -msgstr "" +msgstr "Tryb skanera" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:73 msgid "Schedule" -msgstr "" +msgstr "Harmonogram" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:105 msgid "Schedule added" -msgstr "" +msgstr "Dodano harmonogram" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:697 #: src/hooks/useOccurrenceGenerationPolling.ts:36 msgid "Schedule created successfully" -msgstr "" +msgstr "Harmonogram został utworzony" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1078 msgid "Schedule ends on" -msgstr "" +msgstr "Harmonogram kończy się" #: src/components/modals/SendMessageModal/index.tsx:472 msgid "Schedule for later" @@ -9514,7 +9514,7 @@ msgstr "Podgląd harmonogramu" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1069 msgid "Schedule starts on" -msgstr "" +msgstr "Harmonogram zaczyna się" #: src/components/common/ProductsTable/SortableProduct/index.tsx:92 #: src/components/routes/admin/Messages/index.tsx:125 @@ -9532,7 +9532,7 @@ msgstr "Zaplanowany czas" #: src/components/layouts/CheckIn/BottomNav.tsx:16 msgid "Search" -msgstr "" +msgstr "Szukaj" #: src/components/routes/event/Affiliates/index.tsx:70 msgid "Search affiliates..." @@ -9540,7 +9540,7 @@ msgstr "Szukaj partnerów..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:94 msgid "Search attendees" -msgstr "" +msgstr "Szukaj uczestników" #: src/components/routes/admin/Accounts/index.tsx:60 #: src/components/routes/admin/DeletionRequests/index.tsx:93 @@ -9586,7 +9586,7 @@ msgstr "Szukaj po nazwie, e-mailu lub numerze zamówienia..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:93 msgid "Search by name, order #, ticket # or email" -msgstr "" +msgstr "Szukaj po nazwisku, nr zamówienia, nr biletu lub e-mailu" #: src/components/routes/event/promo-codes.tsx:38 msgid "Search by name..." @@ -9614,15 +9614,15 @@ msgstr "Szukaj list odpraw..." #: src/components/common/OccurrenceSelect/index.tsx:117 msgid "Search dates..." -msgstr "" +msgstr "Szukaj terminów..." #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:88 msgid "Search dates…" -msgstr "" +msgstr "Szukaj terminów…" #: src/components/common/AddressAutocomplete/index.tsx:86 msgid "Search for an address" -msgstr "" +msgstr "Wyszukaj adres" #: src/components/routes/event/messages.tsx:243 msgid "Search messages..." @@ -9650,11 +9650,11 @@ msgstr "Wyszukiwanie..." #: src/constants/eventCategories.ts:6 msgid "Seasonal" -msgstr "" +msgstr "Sezonowe" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:58 msgid "Second" -msgstr "" +msgstr "Drugi" #: src/components/common/WidgetEditor/index.tsx:199 msgid "Secondary Color" @@ -9670,11 +9670,11 @@ msgstr "Bezpieczne potwierdzenie" #: src/components/layouts/EventHomepage/index.tsx:431 msgid "See schedule" -msgstr "" +msgstr "Zobacz harmonogram" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "See what Stripe still needs" -msgstr "" +msgstr "Zobacz, czego jeszcze potrzebuje Stripe" #: src/components/routes/admin/Announcements/index.tsx:161 msgid "Seen" @@ -9692,11 +9692,11 @@ msgstr "Wybierz kategorię" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:717 msgid "Select a Date & Time" -msgstr "" +msgstr "Wybierz datę i godzinę" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:215 msgid "Select a date to see available times" -msgstr "" +msgstr "Wybierz datę, aby zobaczyć dostępne godziny" #: src/components/routes/event/messages.tsx:341 msgid "Select a message to view its contents" @@ -9712,7 +9712,7 @@ msgstr "Wybierz konto" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:126 msgid "Select all" -msgstr "" +msgstr "Zaznacz wszystko" #: src/components/modals/DuplicateEventModal/index.tsx:143 msgid "Select All" @@ -9720,7 +9720,7 @@ msgstr "Zaznacz wszystko" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:156 msgid "Select all on {0}" -msgstr "" +msgstr "Zaznacz wszystko — {0}" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:119 msgid "Select an event" @@ -9740,7 +9740,7 @@ msgstr "Wybierz grupę uczestników" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:157 msgid "Select camera" -msgstr "" +msgstr "Wybierz aparat" #: src/components/forms/ProductForm/index.tsx:255 msgid "Select category..." @@ -9752,7 +9752,7 @@ msgstr "Wybierz walutę" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:178 msgid "Select date" -msgstr "" +msgstr "Wybierz datę" #: src/components/modals/CreateEventModal/index.tsx:283 msgid "Select end date and time" @@ -9773,7 +9773,7 @@ msgstr "Wybierz typy wydarzeń" #: src/components/common/OccurrenceSelect/index.tsx:106 #: src/components/modals/CreateAttendeeModal/index.tsx:254 msgid "Select occurrence" -msgstr "" +msgstr "Wybierz termin" #: src/components/modals/CreateEventModal/index.tsx:159 msgid "Select organizer" @@ -9795,7 +9795,7 @@ msgstr "Wybierz produkty" #: src/components/forms/ProductForm/index.tsx:553 msgid "Select products..." -msgstr "" +msgstr "Wybierz produkty..." #: src/components/modals/CreateEventModal/index.tsx:263 msgid "Select start date and time" @@ -9846,7 +9846,7 @@ msgstr "Wybierz..." #: src/components/routes/event/OccurrencesTab/index.tsx:497 msgid "selected" -msgstr "" +msgstr "zaznaczono" #: src/components/common/PlatformFeesSettings/index.tsx:208 #: src/components/common/PlatformFeesSettings/index.tsx:231 @@ -9856,11 +9856,11 @@ msgstr "Wybrane" #: src/components/layouts/AuthLayout/index.tsx:41 msgid "Sell out your event." -msgstr "" +msgstr "Wyprzedaj swoje wydarzenie." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:516 msgid "Selling a physical product? Cap its quantity on the <0>products page instead." -msgstr "" +msgstr "Sprzedajesz produkt fizyczny? Ogranicz jego liczbę na <0>stronie produktów." #: src/components/forms/ProductForm/index.tsx:587 msgid "Selling fast 🔥" @@ -9918,7 +9918,7 @@ msgstr "Wyślij test" #: src/components/modals/SendMessageModal/index.tsx:358 msgid "Send to all occurrences, or choose a specific one" -msgstr "" +msgstr "Wyślij do wszystkich terminów albo wybierz konkretny" #: src/components/routes/event/messages.tsx:335 msgid "Send your first message" @@ -9939,7 +9939,7 @@ msgstr "Wysłane przez" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:218 msgid "Sent to attendees when a scheduled date is cancelled" -msgstr "" +msgstr "Wysyłane do uczestników, gdy zaplanowany termin zostaje odwołany" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:216 msgid "Sent to customers when they place an order" @@ -9976,7 +9976,7 @@ msgstr "Tytuł SEO" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:73 msgid "September" -msgstr "" +msgstr "Wrzesień" #: src/components/forms/TaxAndFeeForm/index.tsx:62 msgid "Service Fee" @@ -9984,7 +9984,7 @@ msgstr "Opłata za usługę" #: src/components/layouts/CheckIn/index.tsx:498 msgid "Session cancelled" -msgstr "" +msgstr "Sesja odwołana" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:807 msgid "sessions · {dateCount} dates × {timesPerDay} times" @@ -10000,27 +10000,27 @@ msgstr "Ustaw domyślne ustawienia dla nowych wydarzeń utworzonych pod tym orga #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Set how long each date lasts" -msgstr "" +msgstr "Ustaw, jak długo trwa każdy termin" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Set or clear the date label" -msgstr "" +msgstr "Ustaw lub usuń etykietę terminu" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:406 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:407 msgid "Set the end time of each date to be this long after its start time." -msgstr "" +msgstr "Ustaw godzinę zakończenia każdego terminu w takim odstępie od godziny rozpoczęcia." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:217 msgid "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." msgstr "Ustaw numer początkowy numeracji faktur. Nie można tego zmienić po wygenerowaniu faktur." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:440 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:441 msgid "Set to unlimited (remove limit)" -msgstr "" +msgstr "Ustaw bez limitu (usuń limit)" -#: src/components/routes/event/OccurrencesTab/index.tsx:585 +#: src/components/routes/event/OccurrencesTab/index.tsx:600 msgid "Set up a recurring schedule to automatically create dates, or add them one at a time." -msgstr "" +msgstr "Skonfiguruj harmonogram cykliczny, aby terminy tworzyły się automatycznie, albo dodawaj je pojedynczo." #: src/components/routes/event/CheckInLists/index.tsx:35 msgid "Set up check-in lists for different entrances, sessions, or days." @@ -10029,20 +10029,20 @@ msgstr "Ustaw listy odpraw dla różnych wejść, sesji lub dni." #: src/components/layouts/OrganizerLayout/index.tsx:85 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:126 msgid "Set up payouts" -msgstr "" +msgstr "Skonfiguruj wypłaty" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 msgid "Set up schedule" -msgstr "" +msgstr "Skonfiguruj harmonogram" -#: src/components/routes/event/OccurrencesTab/index.tsx:535 -#: src/components/routes/event/OccurrencesTab/index.tsx:596 +#: src/components/routes/event/OccurrencesTab/index.tsx:550 +#: src/components/routes/event/OccurrencesTab/index.tsx:611 msgid "Set Up Schedule" -msgstr "" +msgstr "Skonfiguruj harmonogram" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:92 msgid "Set up the tickets you'll sell and their prices" -msgstr "" +msgstr "Ustal bilety, które będziesz sprzedawać, i ich ceny" #: src/components/routes/welcome/index.tsx:43 msgid "Set up your organization" @@ -10055,11 +10055,11 @@ msgstr "Skonfiguruj harmonogram" #: src/components/routes/welcome/index.tsx:415 msgid "Set up your schedule in the next steps" -msgstr "" +msgstr "Harmonogram skonfigurujesz w kolejnych krokach" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Set, change, or remove the date's location or online details" -msgstr "" +msgstr "Ustaw, zmień lub usuń miejsce albo dane online dla terminu" #: src/components/common/QuestionsTable/index.tsx:374 msgid "Setting updated" @@ -10076,7 +10076,7 @@ msgstr "Konfiguracja i projekt" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:242 msgid "Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event." -msgstr "" +msgstr "Konfiguracja zajmuje tylko kilka minut — nie potrzebujesz istniejącego konta Stripe. Stripe obsługuje karty, portfele, regionalne metody płatności i ochronę przed oszustwami, żebyś mógł skupić się na swoim wydarzeniu." #: src/components/common/ShareIcon/index.tsx:30 #: src/components/layouts/EventHomepage/index.tsx:342 @@ -10111,15 +10111,15 @@ msgstr "Zarządzanie wspólną pojemnością" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Shift times" -msgstr "" +msgstr "Przesuń godziny" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:211 msgid "Shifted times for {count} date(s)" -msgstr "" +msgstr "Przesunięto godziny dla {count} termin(ów)" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:532 msgid "Show" -msgstr "" +msgstr "Pokaż" #: src/components/common/AdvancedOptions/index.tsx:28 msgid "Show advanced options" @@ -10131,7 +10131,7 @@ msgstr "Pokaż wszystkie platformy ({0} więcej z wartościami)" #: src/components/forms/CheckInListForm/index.tsx:196 msgid "Show attendee notes to non-logged-in staff" -msgstr "" +msgstr "Pokazuj notatki o uczestnikach niezalogowanej obsłudze" #: src/components/forms/ProductForm/index.tsx:449 msgid "Show available product quantity" @@ -10163,19 +10163,19 @@ msgstr "Pokaż więcej platform" #: src/components/forms/CheckInListForm/index.tsx:230 msgid "Show order details to non-logged-in staff" -msgstr "" +msgstr "Pokazuj szczegóły zamówienia niezalogowanej obsłudze" #: src/components/forms/CheckInListForm/index.tsx:213 msgid "Show question answers to non-logged-in staff" -msgstr "" +msgstr "Pokazuj odpowiedzi na pytania niezalogowanej obsłudze" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:59 msgid "Show remaining capacity on event dates" -msgstr "" +msgstr "Pokazuj pozostałe miejsca przy terminach wydarzenia" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:525 msgid "Show remaining capacity to buyers" -msgstr "" +msgstr "Pokazuj kupującym liczbę pozostałych miejsc" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:61 msgid "Show tax and fees separately" @@ -10185,18 +10185,18 @@ msgstr "Pokaż podatki i opłaty oddzielnie" msgid "Showing {0} of {totalRows} records" msgstr "Wyświetlanie {0} z {totalRows} rekordów" -#: src/components/routes/event/OccurrencesTab/index.tsx:624 +#: src/components/routes/event/OccurrencesTab/index.tsx:639 msgid "Showing {0}–{1} of {2}" -msgstr "" +msgstr "Wyświetlanie {0}–{1} z {2}" #: src/components/common/OccurrenceSelect/index.tsx:163 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:135 msgid "Showing {MAX_VISIBLE} of {totalAvailable} dates. Type to search." -msgstr "" +msgstr "Wyświetlanie {MAX_VISIBLE} z {totalAvailable} terminów. Wpisz tekst, aby wyszukać." #: src/components/modals/SendMessageModal/index.tsx:349 msgid "Showing the first {0} — the remaining {1} session(s) will still be targeted when the message is sent." -msgstr "" +msgstr "Pokazujemy pierwsze {0} — pozostałe {1} sesji i tak zostanie objętych wysyłką wiadomości." #: src/components/routes/admin/Announcements/index.tsx:410 msgid "Shown bouncing at the top of the modal" @@ -10204,7 +10204,7 @@ msgstr "Wyświetlane jako podskakujące u góry okna modalnego" #: src/components/forms/CheckInListForm/index.tsx:145 msgid "Shown to staff the first time they open the check-in page." -msgstr "" +msgstr "Pokazywane obsłudze przy pierwszym otwarciu strony check-inu." #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:102 msgid "Shown to the customer after they checkout, on the order summary page." @@ -10220,7 +10220,7 @@ msgstr "Pokazuje typowe pola adresu, w tym kraj" #: src/components/forms/ProductForm/ledgerSummaries.ts:60 msgid "Shows remaining" -msgstr "" +msgstr "Pokazuje liczbę pozostałych miejsc" #: src/components/routes/admin/Dashboard/index.tsx:402 msgid "Signed Up" @@ -10233,15 +10233,15 @@ msgstr "Simpson" #: src/components/modals/CreateEventModal/index.tsx:231 msgid "Single Event" -msgstr "" +msgstr "Wydarzenie jednorazowe" #: src/components/forms/QuestionForm/index.tsx:100 msgid "Single line text box" msgstr "Pole tekstowe jednoliniowe" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:356 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:357 msgid "Skip manually edited dates" -msgstr "" +msgstr "Pomiń terminy zmienione ręcznie" #: src/components/routes/welcome/index.tsx:559 msgid "Skip this step" @@ -10280,7 +10280,7 @@ msgstr "Sprzedane" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:579 msgid "sold out" -msgstr "" +msgstr "wyprzedane" #: src/components/common/EventCard/index.tsx:125 #: src/components/common/EventDateRange/index.tsx:65 @@ -10307,7 +10307,7 @@ msgstr "Wyprzedane, dostępna lista oczekujących" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:293 msgid "Some details are hidden from public access. Log in to view everything." -msgstr "" +msgstr "Część szczegółów nie jest dostępna publicznie. Zaloguj się, aby zobaczyć wszystko." #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -10318,7 +10318,7 @@ msgstr "Coś poszło nie tak" #: src/components/common/ImageUploadDropzone/index.tsx:130 msgid "Something went wrong while deleting the image. Please try again." -msgstr "" +msgstr "Coś poszło nie tak podczas usuwania obrazu. Spróbuj ponownie." #: src/components/common/TaxAndFeeList/index.tsx:41 msgid "Something went wrong while deleting the Tax or Fee" @@ -10374,11 +10374,11 @@ msgstr "Wybrani użytkownicy" #: src/constants/eventCategories.ts:21 msgid "Spirituality" -msgstr "" +msgstr "Duchowość" #: src/components/forms/CheckInListForm/index.tsx:90 msgid "Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end." -msgstr "" +msgstr "Podziel check-in według dni, stref lub typów biletów. Udostępnij link obsłudze — nie potrzebują konta." #: src/constants/eventCategories.ts:9 msgid "Sports" @@ -10386,11 +10386,11 @@ msgstr "Sport" #: src/components/common/CheckIn/CheckInInfoModal.tsx:84 msgid "Staff instructions" -msgstr "" +msgstr "Instrukcje dla obsługi" #: src/components/modals/SelectCheckInListModal/index.tsx:48 msgid "Start check-in" -msgstr "" +msgstr "Rozpocznij check-in" #: src/components/common/AdminEventsTable/index.tsx:96 #: src/components/modals/DuplicateEventModal/index.tsx:128 @@ -10418,31 +10418,31 @@ msgstr "Godzina rozpoczęcia" #: src/components/common/AddressAutocomplete/index.tsx:87 msgid "Start typing a venue or address..." -msgstr "" +msgstr "Zacznij wpisywać miejsce lub adres..." #: src/components/forms/ProductForm/ledgerSummaries.ts:62 msgid "Starts collapsed" -msgstr "" +msgstr "Domyślnie zwinięte" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts in {diffDays} days" -msgstr "" +msgstr "Zaczyna się za {diffDays} dni" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:76 msgid "Starts in {diffMinutes} min" -msgstr "" +msgstr "Zaczyna się za {diffMinutes} min" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:86 msgid "Starts in {h}h {m}m" -msgstr "" +msgstr "Zaczyna się za {h} godz. {m} min" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:70 msgid "Starts in {seconds}s" -msgstr "" +msgstr "Zaczyna się za {seconds} s" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts tomorrow" -msgstr "" +msgstr "Zaczyna się jutro" #: src/components/common/CheckoutQuestion/index.tsx:165 #: src/components/common/LocationPicker/index.tsx:254 @@ -10462,7 +10462,7 @@ msgstr "Statystyki są oparte na dacie utworzenia konta" #: src/components/layouts/CheckIn/BottomNav.tsx:17 msgid "Stats" -msgstr "" +msgstr "Statystyki" #: src/components/common/AdminEventsTable/index.tsx:111 #: src/components/common/AdminOrdersTable/index.tsx:85 @@ -10497,7 +10497,7 @@ msgstr "Status" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:323 msgid "Still needed" -msgstr "" +msgstr "Nadal wymagane" #: src/components/common/ImpersonationBanner/index.tsx:53 msgid "Stop Impersonating" @@ -10515,7 +10515,7 @@ msgstr "Konto Stripe odłączone." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:350 msgid "Stripe connected" -msgstr "" +msgstr "Stripe połączony" #: src/components/routes/admin/Attribution/index.tsx:135 msgid "Stripe Connected" @@ -10523,11 +10523,11 @@ msgstr "Stripe połączony" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:163 msgid "Stripe connection copied from {0}." -msgstr "" +msgstr "Skopiowano połączenie Stripe od {0}." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:84 msgid "Stripe didn't return a setup link. Please try again." -msgstr "" +msgstr "Stripe nie zwrócił linku konfiguracyjnego. Spróbuj ponownie." #: src/components/routes/admin/Messages/index.tsx:73 msgid "Stripe Not Connected" @@ -10543,11 +10543,11 @@ msgstr "Płatności Stripe nie są włączone dla tego wydarzenia." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:434 msgid "Stripe will need a few more details soon" -msgstr "" +msgstr "Stripe wkrótce poprosi o kilka dodatkowych danych" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:283 msgid "Stripe will walk you through a few quick questions to finish setup." -msgstr "" +msgstr "Stripe przeprowadzi Cię przez kilka krótkich pytań, aby dokończyć konfigurację." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:131 #: src/components/modals/SendMessageModal/index.tsx:438 @@ -10752,7 +10752,7 @@ msgstr "Letni Festiwal Muzyki 2025" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 msgid "Sun" -msgstr "" +msgstr "Ndz" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -10782,7 +10782,7 @@ msgstr "Koszulka" #: src/components/forms/ProductForm/index.tsx:214 msgid "T-shirts, mugs and more" -msgstr "" +msgstr "Koszulki, kubki i nie tylko" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:960 msgid "Tap dates like a calendar." @@ -10790,7 +10790,7 @@ msgstr "Wybieraj daty jak w kalendarzu." #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:59 msgid "Tap this screen to resume scanning" -msgstr "" +msgstr "Dotknij ekranu, aby wznowić skanowanie" #: src/components/routes/admin/Announcements/AnnouncementTargetPicker.tsx:93 msgid "Target accounts" @@ -10802,7 +10802,7 @@ msgstr "Użytkownicy docelowi" #: src/components/modals/SendMessageModal/index.tsx:335 msgid "Targeting attendees across {0} selected sessions." -msgstr "" +msgstr "Odbiorcami będą uczestnicy z {0} wybranych sesji." #: src/components/common/AdminOrdersTable/index.tsx:84 #: src/components/common/OrdersTable/index.tsx:269 @@ -10856,7 +10856,7 @@ msgstr "Podatki" #: src/components/forms/ProductForm/index.tsx:477 msgid "Taxes & fees" -msgstr "" +msgstr "Podatki i opłaty" #: src/components/common/ProductsTable/SortableProduct/index.tsx:151 msgid "Taxes & fees applied" @@ -10868,7 +10868,7 @@ msgstr "Podatki i opłaty" #: src/components/layouts/AuthLayout/index.tsx:23 msgid "Team collaboration" -msgstr "" +msgstr "Praca zespołowa" #: src/constants/eventCategories.ts:27 msgid "Tech" @@ -10892,11 +10892,11 @@ msgstr "Powiedz nam o Twojej organizacji. Informacja ta będzie wyświetlana na #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1151 msgid "Tell us how often your event repeats and we'll create all the dates for you." -msgstr "" +msgstr "Powiedz nam, jak często powtarza się Twoje wydarzenie, a utworzymy wszystkie terminy za Ciebie." #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:37 msgid "Tell us your VAT registration status so we apply the correct VAT treatment to platform fees." -msgstr "" +msgstr "Podaj swój status rejestracji VAT, abyśmy zastosowali właściwe rozliczenie VAT do opłat platformy." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:194 msgid "Template Active" @@ -10930,7 +10930,7 @@ msgstr "Dziękujemy za udział!" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:55 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:77 msgid "Thanks," -msgstr "" +msgstr "Dziękujemy," #: src/components/routes/product-widget/SelectProducts/index.tsx:292 #: src/components/routes/product-widget/SelectProducts/index.tsx:538 @@ -10943,7 +10943,7 @@ msgstr "To {totalOccurrences} sesji — maksimum to {max}. Skróć zakres lub cz #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:54 msgid "That's a wrap" -msgstr "" +msgstr "To już koniec" #: src/components/common/ThemeColorControls/index.tsx:62 msgid "The background color of the page. When using cover image, this is applied as an overlay." @@ -11019,7 +11019,7 @@ msgstr "Organizator, którego szukasz, nie został znaleziony. Strona mogła by #: src/components/modals/CreateAttendeeModal/index.tsx:277 msgid "The override is recorded in the order audit log." -msgstr "" +msgstr "Nadpisanie zostaje zapisane w dzienniku zdarzeń zamówienia." #: src/components/common/ErrorDisplay/index.tsx:18 msgid "The page you are looking for does not exist" @@ -11055,7 +11055,7 @@ msgstr "Zaplanowany czas musi być w przyszłości" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:52 msgid "The session for \"{title}\" originally scheduled for {0} has been rescheduled." -msgstr "" +msgstr "Sesja wydarzenia „{title}”, pierwotnie zaplanowana na {0}, została przełożona." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:155 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:186 @@ -11090,7 +11090,7 @@ msgstr "Motyw i kolory" #: src/components/routes/product-widget/SelectProducts/index.tsx:965 msgid "There are no products available for this date. Please choose another date." -msgstr "" +msgstr "Brak produktów dostępnych w tym terminie. Wybierz inny termin." #: src/components/routes/product-widget/SelectProducts/index.tsx:639 msgid "There are no products available for this event" @@ -11102,7 +11102,7 @@ msgstr "Brak dostępnych produktów w tej kategorii" #: src/components/routes/product-widget/SelectProducts/index.tsx:636 msgid "There are no upcoming dates for this event" -msgstr "" +msgstr "To wydarzenie nie ma nadchodzących terminów" #: src/components/modals/RefundOrderModal/index.tsx:175 msgid "There is a refund pending. Please wait for it to complete before requesting another refund." @@ -11122,15 +11122,15 @@ msgstr "Błąd podczas wysyłania wiadomości" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:493 msgid "These details are shown on the attendee's ticket and order summary for this date only." -msgstr "" +msgstr "Te dane pojawią się na bilecie i w podsumowaniu zamówienia uczestnika tylko dla tego terminu." #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:168 msgid "These details will only be shown if the order is completed successfully." msgstr "Te szczegóły zostaną pokazane tylko po pomyślnym zrealizowaniu zamówienia." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:491 msgid "These details will replace any existing location on the affected dates and show on attendee tickets." -msgstr "" +msgstr "Te dane zastąpią dotychczasowe miejsce w wybranych terminach i pojawią się na biletach uczestników." #: src/components/forms/ProductForm/index.tsx:359 msgid "These prices apply across all dates in your schedule, and tier quantities limit total sales across all dates combined. Sale dates on tiers apply globally. You can override prices for individual dates on the <0>Occurrence Schedule page." @@ -11150,7 +11150,7 @@ msgstr "Te szablony będą zastępować domyślne ustawienia organizatora tylko #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:59 msgid "Third" -msgstr "" +msgstr "Trzeci" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:131 msgid "This account has no completed orders, so all of its data will be permanently deleted." @@ -11166,7 +11166,7 @@ msgstr "To konto zostanie usunięte dnia <0>{scheduledDate}" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:259 msgid "This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes." -msgstr "" +msgstr "Dotyczy to każdego pasującego terminu wydarzenia, także tych, które nie są teraz widoczne. Uczestnicy zapisani na dowolny z tych terminów będą dostępni w edytorze wiadomości po zakończeniu aktualizacji." #: src/components/common/CheckIn/CheckInOptionsModal.tsx:33 msgid "This attendee has an unpaid order." @@ -11202,7 +11202,7 @@ msgstr "Ta lista odpraw nie jest jeszcze aktywna i nie jest dostępna." #: src/components/layouts/CheckIn/index.tsx:503 msgid "This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins." -msgstr "" +msgstr "Ta lista check-in dotyczy sesji, która została odwołana, więc nie można jej już używać do check-inów." #: src/components/forms/AffiliateForm/index.tsx:41 msgid "This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed." @@ -11216,27 +11216,27 @@ msgstr "Ta kombinacja kolorów może być trudna do odczytania dla niektórych u #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:40 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:330 msgid "This date has {orderCount} order(s) that will be affected." -msgstr "" +msgstr "Ten termin ma {orderCount} zamówień, których to dotyczy." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:423 msgid "This date has been cancelled. You can still delete it to remove it permanently." -msgstr "" +msgstr "Ten termin został odwołany. Nadal możesz go usunąć, aby zniknął na stałe." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:457 msgid "This date is in the past. It will be created but won't be visible to attendees under upcoming dates." -msgstr "" +msgstr "Ten termin jest w przeszłości. Zostanie utworzony, ale nie będzie widoczny dla uczestników wśród nadchodzących terminów." #: src/components/modals/CreateAttendeeModal/index.tsx:273 msgid "This date is marked sold out." -msgstr "" +msgstr "Ten termin jest oznaczony jako wyprzedany." #: src/components/routes/product-widget/SelectProducts/index.tsx:592 msgid "This date is no longer available. Please select another date." -msgstr "" +msgstr "Ten termin nie jest już dostępny. Wybierz inny termin." #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "This date only" -msgstr "" +msgstr "Tylko ten termin" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:113 msgid "This disconnects {stripeAccountId} from this organizer. Paid ticket sales will stop working until you connect a Stripe account again." @@ -11252,7 +11252,7 @@ msgstr "To wydarzenie nie ma jeszcze biletów ani produktów, więc uczestnicy n #: src/components/layouts/ProductWidget/index.tsx:56 msgid "This event is not available" -msgstr "" +msgstr "To wydarzenie jest niedostępne" #: src/components/common/StatusToggle/index.tsx:82 msgid "This event is not published yet" @@ -11264,7 +11264,7 @@ msgstr "To wydarzenie jest wyprzedane" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:106 msgid "This event's dates and times are set on the occurrence schedule." -msgstr "" +msgstr "Terminy i godziny tego wydarzenia ustawia się w harmonogramie terminów." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:153 msgid "This information will be shown on the payment page, order summary page, and order confirmation email." @@ -11272,7 +11272,7 @@ msgstr "Te informacje będą wyświetlane na stronie płatności, stronie podsum #: src/components/routes/welcome/index.tsx:401 msgid "This is a recurring event" -msgstr "" +msgstr "To jest wydarzenie cykliczne" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:157 msgid "This is an online event" @@ -11317,7 +11317,7 @@ msgstr "Ta nazwa jest widoczna dla użytkowników końcowych" #: src/components/modals/CreateAttendeeModal/index.tsx:267 msgid "This occurrence is at capacity" -msgstr "" +msgstr "Ten termin osiągnął limit miejsc" #: src/components/forms/StripeCheckoutForm/index.tsx:131 msgid "This order has already been paid." @@ -11381,7 +11381,7 @@ msgstr "Ten produkt jest wyprzedany" #: src/components/forms/ProductForm/index.tsx:547 msgid "This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to." -msgstr "" +msgstr "Ten produkt nie pojawi się samodzielnie na stronie wydarzenia — kupujący widzą go tylko jako dodatek do produktów, z którymi jest powiązany." #: src/components/modals/PublishEventModal/index.tsx:104 msgid "This recurring event has no dates yet, so there's nothing for attendees to book." @@ -11407,9 +11407,9 @@ msgstr "Ten bilet właśnie został zeskanowany. Proszę czekać przed zeskanowa msgid "This user is not active, as they have not accepted their invitation." msgstr "Ten użytkownik nie jest aktywny, ponieważ nie zaakceptował zaproszenia." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:367 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:368 msgid "This will affect {loadedAffectedCount} date(s)." -msgstr "" +msgstr "Dotyczy to {loadedAffectedCount} termin(ów)." #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:80 msgid "This will be used for notifications and communication with your users." @@ -11433,11 +11433,11 @@ msgstr "Spowoduje to natychmiastowe trwałe usunięcie lub anonimizację konta, #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:107 msgid "Throughput" -msgstr "" +msgstr "Przepustowość" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 msgid "Thu" -msgstr "" +msgstr "Czw" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -11518,7 +11518,7 @@ msgstr "Bilet został pomyślnie ponownie wysłany" #: src/components/routes/product-widget/SelectProducts/index.tsx:631 msgid "Ticket sales have ended for this event" -msgstr "" +msgstr "Sprzedaż biletów na to wydarzenie została zakończona" #: src/components/routes/event/attendees.tsx:75 msgid "Ticket Type" @@ -11565,7 +11565,7 @@ msgstr "Produkty warstwowe pozwalają oferować wiele opcji cenowych dla tego sa #: src/components/forms/ProductForm/index.tsx:277 msgid "Tiers" -msgstr "" +msgstr "Progi" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:70 msgid "TikTok" @@ -11573,7 +11573,7 @@ msgstr "TikTok" #: src/components/routes/event/OccurrencesTab/index.tsx:292 msgid "Time" -msgstr "" +msgstr "Godzina" #: src/components/layouts/Checkout/index.tsx:322 msgid "Time left:" @@ -11585,7 +11585,7 @@ msgstr "Godziny" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:725 msgid "Times shown in {timezoneAbbr}" -msgstr "" +msgstr "Godziny podane w strefie {timezoneAbbr}" #: src/components/common/PromoCodeTable/index.tsx:71 msgid "Times used" @@ -11617,7 +11617,7 @@ msgstr "Tytuł jest wymagany" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1008 msgid "to" -msgstr "" +msgstr "do" #: src/components/routes/event/messages.tsx:93 msgid "To" @@ -11632,7 +11632,7 @@ msgstr "Aby zwiększyć swoje limity, skontaktuj się z nami pod adresem" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:119 #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:43 msgid "Today" -msgstr "" +msgstr "Dzisiaj" #: src/components/common/ColumnVisibilityToggle/index.tsx:26 msgid "Toggle columns" @@ -11640,7 +11640,7 @@ msgstr "Przełącz kolumny" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:46 msgid "Tomorrow" -msgstr "" +msgstr "Jutro" #: src/components/layouts/OrganizerLayout/index.tsx:108 msgid "Tools" @@ -11690,7 +11690,7 @@ msgstr "Łączna opłata" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:299 msgid "Total fees" -msgstr "" +msgstr "Opłaty łącznie" #: src/components/routes/event/EventDashboard/index.tsx:341 #: src/components/routes/event/OccurrenceDetail/index.tsx:212 @@ -11708,7 +11708,7 @@ msgstr "Łączna kwota zamówienia" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:286 msgid "Total orders" -msgstr "" +msgstr "Zamówienia łącznie" #: src/components/forms/ProductForm/index.tsx:315 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:71 @@ -11727,7 +11727,7 @@ msgstr "Razem zwrócono" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:293 msgid "Total tax" -msgstr "" +msgstr "Podatek łącznie" #: src/components/routes/event/EventDashboard/index.tsx:343 #: src/components/routes/event/OccurrenceDetail/index.tsx:214 @@ -11745,7 +11745,7 @@ msgstr "Razem wyświetleń" #: src/constants/eventCategories.ts:23 msgid "Tours" -msgstr "" +msgstr "Wycieczki" #: src/components/routes/admin/Attribution/index.tsx:32 msgid "Track account growth and performance by attribution source" @@ -11758,11 +11758,11 @@ msgstr "Śledzenie i analityka" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:176 msgid "Try a different search term or filter" -msgstr "" +msgstr "Spróbuj innej frazy lub innego filtra" -#: src/components/routes/event/OccurrencesTab/index.tsx:584 +#: src/components/routes/event/OccurrencesTab/index.tsx:599 msgid "Try adjusting your filters to see more dates." -msgstr "" +msgstr "Zmień filtry, aby zobaczyć więcej terminów." #: src/components/routes/auth/Login/index.tsx:141 #: src/components/routes/my-tickets/index.tsx:200 @@ -11775,7 +11775,7 @@ msgstr "Spróbuj Hi.Events za darmo" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 msgid "Tue" -msgstr "" +msgstr "Wt" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -11856,15 +11856,15 @@ msgstr "Nie udało się dołączyć do listy oczekujących" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:164 msgid "Unable to load attendee details." -msgstr "" +msgstr "Nie udało się wczytać danych uczestnika." #: src/components/routes/product-widget/SelectProducts/index.tsx:330 msgid "Unable to load products for this date. Please try again." -msgstr "" +msgstr "Nie udało się wczytać produktów dla tego terminu. Spróbuj ponownie." #: src/components/layouts/CheckIn/index.tsx:220 msgid "Unable to undo check-in" -msgstr "" +msgstr "Nie udało się cofnąć check-inu" #: src/components/modals/EditQuestionModal/index.tsx:84 msgid "Unable to update question. Please check the your details" @@ -11876,7 +11876,7 @@ msgstr "Konta nieprzypisane" #: src/components/layouts/CheckIn/index.tsx:255 msgid "Undo" -msgstr "" +msgstr "Cofnij" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:30 msgid "Unique Customers" @@ -11942,7 +11942,7 @@ msgstr "do" #: src/components/forms/ProductForm/ledgerSummaries.ts:49 msgid "Until {end}" -msgstr "" +msgstr "Do {end}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1059 msgid "Until a date" @@ -11950,11 +11950,11 @@ msgstr "Do daty" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled product" -msgstr "" +msgstr "Produkt bez nazwy" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled ticket" -msgstr "" +msgstr "Bilet bez nazwy" #: src/components/common/AdminAccountsTable/index.tsx:101 msgid "Untrusted" @@ -11962,7 +11962,7 @@ msgstr "Niezaufane" #: src/components/forms/ProductForm/ledgerSummaries.ts:118 msgid "Up to {max} per order" -msgstr "" +msgstr "Maks. {max} na zamówienie" #: src/components/common/EventsDashboardStatusButtons/index.tsx:20 #: src/components/common/EventStatusBadge/index.tsx:16 @@ -11974,7 +11974,7 @@ msgstr "Nadchodzące" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:375 msgid "Upcoming events" -msgstr "" +msgstr "Nadchodzące wydarzenia" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Upcoming Events" @@ -11990,11 +11990,11 @@ msgstr "Aktualizuj partnera afiliacji" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Update capacity" -msgstr "" +msgstr "Zaktualizuj limit miejsc" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:73 msgid "Update event name and description" -msgstr "" +msgstr "Zaktualizuj nazwę i opis wydarzenia" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:74 msgid "Update event name, description and dates" @@ -12002,11 +12002,11 @@ msgstr "Aktualizuj nazwę wydarzenia, opis i daty" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Update label" -msgstr "" +msgstr "Zaktualizuj etykietę" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Update location" -msgstr "" +msgstr "Zaktualizuj miejsce" #: src/components/routes/profile/ManageProfile/index.tsx:215 msgid "Update profile" @@ -12014,11 +12014,11 @@ msgstr "Aktualizuj profil" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:71 msgid "Update: {subjectTitle} — schedule changes" -msgstr "" +msgstr "Aktualizacja: {subjectTitle} — zmiany w harmonogramie" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:48 msgid "Update: {subjectTitle} — session time changed" -msgstr "" +msgstr "Aktualizacja: {subjectTitle} — zmiana godziny sesji" #: src/components/routes/admin/Announcements/index.tsx:163 msgid "Updated" @@ -12026,19 +12026,19 @@ msgstr "Zaktualizowano" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:217 msgid "Updated {count} date(s)" -msgstr "" +msgstr "Zaktualizowano {count} termin(ów)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:213 msgid "Updated capacity for {count} date(s)" -msgstr "" +msgstr "Zaktualizowano limit miejsc dla {count} termin(ów)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:214 msgid "Updated label for {count} date(s)" -msgstr "" +msgstr "Zaktualizowano etykietę dla {count} termin(ów)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:215 msgid "Updated location for {count} date(s)" -msgstr "" +msgstr "Zaktualizowano miejsce dla {count} termin(ów)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1138 msgid "Updates as you build the rule. Flip through months to sanity-check dates." @@ -12046,7 +12046,7 @@ msgstr "Aktualizuje się podczas tworzenia reguły. Przeglądaj miesiące, aby s #: src/components/forms/ProductForm/ProductPreview.tsx:93 msgid "Updates as you type." -msgstr "" +msgstr "Aktualizuje się w trakcie pisania." #: src/components/routes/organizer/Settings/Sections/ImageAssetSettings/index.tsx:39 msgid "Upload a cover image for your organizer" @@ -12093,15 +12093,15 @@ msgstr "Limit użycia" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:80 msgid "USB" -msgstr "" +msgstr "USB" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner listening" -msgstr "" +msgstr "Skaner USB nasłuchuje" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner paused" -msgstr "" +msgstr "Skaner USB wstrzymany" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:154 msgid "Use <0>Liquid templating to personalize your emails" @@ -12119,7 +12119,7 @@ msgstr "Użyj obrazu okładki" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:531 msgid "Use event default" -msgstr "" +msgstr "Użyj domyślnych ustawień wydarzenia" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:49 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -12193,11 +12193,11 @@ msgstr "VAT" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:195 msgid "VAT country code" -msgstr "" +msgstr "Kod kraju VAT" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:173 msgid "VAT number" -msgstr "" +msgstr "Numer VAT" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:212 msgid "VAT Number" @@ -12234,7 +12234,7 @@ msgstr "Stawka VAT" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:168 msgid "VAT registered" -msgstr "" +msgstr "Zarejestrowany do VAT" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:165 #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:173 @@ -12247,7 +12247,7 @@ msgstr "Ustawienia VAT zapisane. Walidujemy Twój numer VAT w tle." #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:85 msgid "VAT settings updated" -msgstr "" +msgstr "Ustawienia VAT zaktualizowane" #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:27 msgid "VAT Treatment for Platform Fees" @@ -12263,11 +12263,11 @@ msgstr "Usługa walidacji VAT tymczasowo niedostępna" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:225 msgid "VAT: {0}" -msgstr "" +msgstr "VAT: {0}" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:230 msgid "VAT: not registered" -msgstr "" +msgstr "VAT: niezarejestrowany" #: src/components/common/LocationPicker/index.tsx:230 #: src/components/modals/LocationEditModal/index.tsx:140 @@ -12280,7 +12280,7 @@ msgstr "Kod weryfikacyjny" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:77 msgid "Verification email sent. Check your inbox." -msgstr "" +msgstr "E-mail weryfikacyjny wysłany. Sprawdź skrzynkę odbiorczą." #: src/components/routes/admin/Attribution/index.tsx:136 #: src/components/routes/admin/Dashboard/index.tsx:421 @@ -12298,7 +12298,7 @@ msgstr "Zweryfikuj swój e-mail" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:159 msgid "Verify your email so attendees can receive tickets" -msgstr "" +msgstr "Zweryfikuj swój e-mail, aby uczestnicy mogli otrzymywać bilety" #: src/components/routes/welcome/index.tsx:189 msgid "Verifying..." @@ -12310,19 +12310,19 @@ msgstr "Wietnamski" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:68 msgid "View All" -msgstr "" +msgstr "Zobacz wszystko" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:380 msgid "View all →" -msgstr "" +msgstr "Zobacz wszystko →" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:424 msgid "View all capabilities" -msgstr "" +msgstr "Zobacz wszystkie funkcje" #: src/components/modals/SelectCheckInListModal/index.tsx:87 msgid "View all check-in lists" -msgstr "" +msgstr "Zobacz wszystkie listy check-in" #: src/components/routes/admin/Messages/index.tsx:108 msgid "View all messages sent across the platform" @@ -12347,7 +12347,7 @@ msgstr "Wyświetl szczegóły" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:192 msgid "View details for {0} {1}" -msgstr "" +msgstr "Zobacz szczegóły: {0} {1}" #: src/components/common/AdminEventsTable/index.tsx:157 #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:58 @@ -12427,11 +12427,11 @@ msgstr "Bilet VIP" #: src/components/forms/ProductForm/visibilityStatus.ts:41 msgid "Visible from {start} — hidden until sales open." -msgstr "" +msgstr "Widoczne od {start} — ukryte do otwarcia sprzedaży." #: src/components/forms/ProductForm/visibilityStatus.ts:56 msgid "Visible to everyone on the event page." -msgstr "" +msgstr "Widoczne dla wszystkich na stronie wydarzenia." #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:104 msgid "VK" @@ -12450,7 +12450,7 @@ msgstr "Oczekiwanie na płatność" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:64 msgid "Waiting for scan…" -msgstr "" +msgstr "Oczekiwanie na skan…" #: src/components/forms/ProductForm/index.tsx:460 #: src/components/layouts/AuthLayout/index.tsx:17 @@ -12480,7 +12480,7 @@ msgstr "Nie mogliśmy przetworzyć Twojej płatności. Proszę spróbować ponow #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:167 msgid "We couldn't copy that Stripe connection. Please try again." -msgstr "" +msgstr "Nie udało się skopiować tego połączenia Stripe. Spróbuj ponownie." #: src/components/common/ProductsTable/SortableCategory/index.tsx:56 msgid "We couldn't delete the category. Please try again." @@ -12512,7 +12512,7 @@ msgstr "Nie mogliśmy znaleźć tego zamówienia. Mogło zostać usunięte." #: src/hooks/useOccurrenceCheckIn.tsx:43 msgid "We couldn't load the check-in lists. Please try again." -msgstr "" +msgstr "Nie udało się wczytać list check-in. Spróbuj ponownie." #: src/components/common/ErrorLoadingMessage/index.tsx:13 msgid "We couldn't load the data. Please try again." @@ -12520,7 +12520,7 @@ msgstr "Nie mogliśmy załadować danych. Proszę spróbować ponownie." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:97 msgid "We couldn't reach Stripe just now. Please try again in a moment." -msgstr "" +msgstr "Nie możemy teraz połączyć się ze Stripe. Spróbuj ponownie za chwilę." #: src/components/common/ProductsTable/SortableCategory/index.tsx:98 msgid "We couldn't reorder the categories. Please try again." @@ -12532,7 +12532,7 @@ msgstr "Napotkaliśmy problem podczas ładowania tej strony. Proszę spróbować #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:236 msgid "We partner with Stripe to send payouts straight to your bank account." -msgstr "" +msgstr "Współpracujemy ze Stripe, aby wypłaty trafiały prosto na Twoje konto bankowe." #: src/components/routes/event/TicketDesigner/index.tsx:144 msgid "We recommend a square logo with minimum dimensions of 200x200px" @@ -12549,7 +12549,7 @@ msgstr "Zalecamy wymiary 400px na 400px i maksymalny rozmiar pliku 5MB" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:158 msgid "We sent a verification link to {0}" -msgstr "" +msgstr "Wysłaliśmy link weryfikacyjny na adres {0}" #: src/components/common/CookieConsentBanner/index.tsx:18 msgid "We use cookies to help us understand how the site is used and to improve your experience." @@ -12578,7 +12578,7 @@ msgstr "Powiadomimy Cię e-mailem, jeśli miejsce stanie się dostępne dla {pro #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:267 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:301 msgid "We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically." -msgstr "" +msgstr "Po zapisaniu otworzymy edytor wiadomości z gotowym szablonem. To Ty sprawdzasz i wysyłasz — nic nie jest wysyłane automatycznie." #: src/components/routes/product-widget/CollectInformation/index.tsx:456 msgid "We'll send your tickets to this email" @@ -12594,7 +12594,7 @@ msgstr "Przetwarzamy Twoje zamówienie. Proszę czekać..." #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:75 msgid "We've made changes to the schedule for \"{title}\" — {description} affecting {affectedCount} session(s)." -msgstr "" +msgstr "Zmieniliśmy harmonogram wydarzenia „{title}” — {description} dotyczy {affectedCount} sesji." #: src/components/routes/welcome/index.tsx:147 msgid "We've sent a 5-digit verification code to:" @@ -12612,7 +12612,7 @@ msgstr "Webhook został pomyślnie usunięty" #: src/components/layouts/AuthLayout/index.tsx:25 msgid "Webhook integrations" -msgstr "" +msgstr "Integracje webhooków" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:137 #: src/components/modals/WebhookLogsModal/index.tsx:151 @@ -12650,7 +12650,7 @@ msgstr "Strona internetowa" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 msgid "Wed" -msgstr "" +msgstr "Śr" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -12659,16 +12659,16 @@ msgstr "Środa" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:88 msgid "week" -msgstr "" +msgstr "tydzień" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:51 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Weekly" -msgstr "" +msgstr "Tygodniowo" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:96 msgid "weeks" -msgstr "" +msgstr "tygodnie" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:105 msgid "Weibo" @@ -12696,7 +12696,7 @@ msgstr "Witamy w {0}, oto lista wszystkich Twoich wydarzeń" #: src/constants/eventCategories.ts:20 msgid "Wellness" -msgstr "" +msgstr "Zdrowie i relaks" #: src/components/forms/ProductForm/index.tsx:349 msgid "What are Tiered Products?" @@ -12732,7 +12732,7 @@ msgstr "Jaki to typ pytania?" #: src/components/forms/CheckInListForm/index.tsx:172 msgid "What unauthenticated staff can see" -msgstr "" +msgstr "Co widzi niezalogowana obsługa" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:89 msgid "WhatsApp" @@ -12744,7 +12744,7 @@ msgstr "Gdy odprawa zostanie usunięta" #: src/components/forms/WebhookForm/index.tsx:135 msgid "When a date is cancelled on a recurring event" -msgstr "" +msgstr "Gdy termin wydarzenia cyklicznego zostaje odwołany" #: src/components/forms/WebhookForm/index.tsx:105 msgid "When a new attendee is created" @@ -12909,7 +12909,7 @@ msgstr "X (Twitter)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:90 msgid "year" -msgstr "" +msgstr "rok" #: src/components/common/OrganizerReportTable/index.tsx:59 #: src/components/common/PeriodSelector/index.tsx:38 @@ -12920,11 +12920,11 @@ msgstr "Od początku roku" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:53 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Yearly" -msgstr "" +msgstr "Rocznie" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:98 msgid "years" -msgstr "" +msgstr "lata" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:191 msgid "Yes" @@ -12969,7 +12969,7 @@ msgstr "Możesz utworzyć kod promocyjny, który jest ukierunkowany na ten produ #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1115 msgid "You can override this for individual dates later." -msgstr "" +msgstr "Możesz to później nadpisać dla poszczególnych terminów." #: src/components/modals/OfferWaitlistModal/index.tsx:110 msgid "You can still manually offer tickets if needed." @@ -13035,7 +13035,7 @@ msgstr "Masz podatki i opłaty dodane do darmowego produktu. Czy chcesz je usun #: src/components/forms/ProductForm/ProductDrawer.tsx:57 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:728 msgid "You have unsaved changes. Are you sure you want to discard them?" -msgstr "" +msgstr "Masz niezapisane zmiany. Czy na pewno chcesz je odrzucić?" #: src/components/modals/SendMessageModal/index.tsx:204 msgid "You must acknowledge that this email is not promotional" @@ -13067,7 +13067,7 @@ msgstr "Musisz zweryfikować swój adres e-mail, zanim będziesz mógł zaktuali #: src/components/modals/CreateAttendeeModal/index.tsx:186 msgid "You need to create at least one occurrence before you can add attendees to this recurring event." -msgstr "" +msgstr "Musisz utworzyć co najmniej jeden termin, zanim dodasz uczestników do tego wydarzenia cyklicznego." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:355 msgid "You need to verify your account email before you can modify email templates." @@ -13087,7 +13087,7 @@ msgstr "Będziesz musiał ręcznie oznaczyć zamówienie jako opłacone. Można #: src/components/modals/CreateEventModal/index.tsx:253 msgid "You'll be able to set up dates, schedules, and recurrence rules in the next step." -msgstr "" +msgstr "Terminy, harmonogramy i reguły cykliczności skonfigurujesz w następnym kroku." #: src/components/modals/CreateCheckInListModal/index.tsx:64 msgid "You'll need a ticket before you can create a check-in list." @@ -13103,7 +13103,7 @@ msgstr "Będziesz potrzebować co najmniej jednego produktu, aby zacząć. Darmo #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:254 msgid "You're changing session times" -msgstr "" +msgstr "Zmieniasz godziny sesji" #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:168 msgid "You're going to {0}!" @@ -13123,7 +13123,7 @@ msgstr "Zaproponowano Ci miejsce!" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:290 msgid "You've changed the session time" -msgstr "" +msgstr "Zmieniono godzinę sesji" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:92 msgid "Your account has been deactivated and will be permanently deleted on <0>{0}." @@ -13264,7 +13264,7 @@ msgstr "Zwrot jest procesowany." #: src/components/layouts/CheckIn/index.tsx:117 msgid "Your saved date filter is no longer available — showing all dates." -msgstr "" +msgstr "Zapisany filtr terminów nie jest już dostępny — pokazujemy wszystkie terminy." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:116 msgid "Your Stripe account itself isn't affected, and no data is lost — you can reconnect at any time." @@ -13276,7 +13276,7 @@ msgstr "Twój bilet na" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:54 msgid "Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions." -msgstr "" +msgstr "Twój bilet pozostaje ważny — nie musisz nic robić, chyba że nowa godzina Ci nie odpowiada. Odpowiedz na tego e-maila, jeśli masz pytania." #: src/components/routes/product-widget/CollectInformation/index.tsx:377 msgid "Your tickets have been confirmed." diff --git a/frontend/src/locales/pt-br.js b/frontend/src/locales/pt-br.js index 751e84a848..19df0397b1 100644 --- a/frontend/src/locales/pt-br.js +++ b/frontend/src/locales/pt-br.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Ainda não há nada para mostrar'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>desmarcado com sucesso\"],\"KMgp2+\":[[\"0\"],\" disponível\"],\"Pmr5xp\":[[\"0\"],\" criado com sucesso\"],\"FImCSc\":[[\"0\"],\" atualizado com sucesso\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" dias, \",[\"hours\"],\" horas, \",[\"minutes\"],\" minutos e \",[\"seconds\"],\" segundos\"],\"f3RdEk\":[[\"hours\"],\" horas, \",[\"minutes\"],\" minutos e \",[\"seconds\"],\" segundos\"],\"fyE7Au\":[[\"minutos\"],\" minutos e \",[\"segundos\"],\" segundos\"],\"NlQ0cx\":[\"Primeiro evento de \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://your-website.com\",\"qnSLLW\":\"<0>Por favor, insira o preço sem incluir impostos e taxas.<1>Impostos e taxas podem ser adicionados abaixo.\",\"ZjMs6e\":\"<0>O número de produtos disponíveis para este produto<1>Esse valor pode ser substituído se houver <2>Limites de Capacidade associados a este produto.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 minutos e 0 segundos\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Um campo de data. Perfeito para pedir uma data de nascimento, etc.\",\"6euFZ/\":[\"Um \",[\"type\"],\" padrão é automaticamente aplicado a todos os novos produtos. Você pode substituir isso para cada produto.\"],\"SMUbbQ\":\"Um input do tipo Dropdown permite apenas uma seleção\",\"qv4bfj\":\"Uma taxa, como uma taxa de reserva ou uma taxa de serviço\",\"POT0K/\":\"Um valor fixo por produto. Ex: $0,50 por produto\",\"f4vJgj\":\"Uma entrada de texto com várias linhas\",\"OIPtI5\":\"Uma porcentagem do preço do produto. Ex: 3,5% do preço do produto\",\"ZthcdI\":\"Um código promocional sem desconto pode ser usado para revelar produtos ocultos.\",\"AG/qmQ\":\"Uma opção de rádio tem várias opções, mas somente uma pode ser selecionada.\",\"h179TP\":\"Uma breve descrição do evento que será exibida nos resultados dos mecanismos de pesquisa e ao compartilhar nas mídias sociais. Por padrão, a descrição do evento será usada\",\"WKMnh4\":\"Uma entrada de texto de linha única\",\"BHZbFy\":\"Uma única pergunta por pedido. Ex: Qual é o seu endereço de entrega?\",\"Fuh+dI\":\"Uma única pergunta por produto. Ex: Qual é o seu tamanho de camiseta?\",\"RlJmQg\":\"Um imposto padrão, como IVA ou GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Aceitar transferências bancárias, cheques ou outros métodos de pagamento offline\",\"hrvLf4\":\"Aceitar pagamentos com cartão de crédito através do Stripe\",\"bfXQ+N\":\"Aceitar convite\",\"AeXO77\":\"Conta\",\"lkNdiH\":\"Nome da conta\",\"Puv7+X\":\"Configurações da conta\",\"OmylXO\":\"Conta atualizada com sucesso\",\"7L01XJ\":\"Ações\",\"FQBaXG\":\"Ativar\",\"5T2HxQ\":\"Data de ativação\",\"F6pfE9\":\"Ativo\",\"/PN1DA\":\"Adicione uma descrição para esta lista de registro\",\"0/vPdA\":\"Adicione quaisquer anotações sobre o participante. Estas não serão visíveis para o participante.\",\"Or1CPR\":\"Adicione quaisquer anotações sobre o participante...\",\"l3sZO1\":\"Adicione quaisquer notas sobre o pedido. Estas não serão visíveis para o cliente.\",\"xMekgu\":\"Adicione quaisquer notas sobre o pedido...\",\"PGPGsL\":\"Adicionar descrição\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Adicione instruções para pagamentos offline (por exemplo, detalhes de transferência bancária, onde enviar cheques, prazos de pagamento)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Adicionar novo\",\"TZxnm8\":\"Adicionar opção\",\"24l4x6\":\"Adicionar Produto\",\"8q0EdE\":\"Adicionar Produto à Categoria\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Adicionar imposto ou taxa\",\"goOKRY\":\"Adicionar nível\",\"oZW/gT\":\"Adicionar ao calendário\",\"pn5qSs\":\"Informações adicionais\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Endereço\",\"NY/x1b\":\"Linha de endereço 1\",\"POdIrN\":\"Linha de endereço 1\",\"cormHa\":\"Linha de endereço 2\",\"gwk5gg\":\"Linha de endereço 2\",\"U3pytU\":\"Administrador\",\"HLDaLi\":\"Os usuários administradores têm acesso total a eventos e configurações de conta.\",\"W7AfhC\":\"Todos os participantes deste evento\",\"cde2hc\":\"Todos os Produtos\",\"5CQ+r0\":\"Permitir que participantes associados a pedidos não pagos façam check-in\",\"ipYKgM\":\"Permitir a indexação do mecanismo de pesquisa\",\"LRbt6D\":\"Permitir que os mecanismos de pesquisa indexem esse evento\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Incrível, Evento, Palavras-chave...\",\"hehnjM\":\"Valor\",\"R2O9Rg\":[\"Valor pago (\",[\"0\"],\")\"],\"V7MwOy\":\"Ocorreu um erro ao carregar a página\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Ocorreu um erro inesperado.\",\"byKna+\":\"Ocorreu um erro inesperado. Por favor, tente novamente.\",\"ubdMGz\":\"Quaisquer perguntas dos portadores de produtos serão enviadas para este endereço de e-mail. Este também será usado como o endereço de \\\"responder para\\\" em todos os e-mails enviados deste evento\",\"aAIQg2\":\"Aparência\",\"Ym1gnK\":\"aplicado\",\"sy6fss\":[\"Aplica-se a \",[\"0\"],\" produtos\"],\"kadJKg\":\"Aplica-se a 1 produto\",\"DB8zMK\":\"Aplicar\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Aplicar este \",[\"type\"],\" a todos os novos produtos\"],\"S0ctOE\":\"Arquivar evento\",\"TdfEV7\":\"Arquivado\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Tem certeza de que deseja ativar esse participante?\",\"TvkW9+\":\"Você tem certeza de que deseja arquivar este evento?\",\"/CV2x+\":\"Tem certeza de que deseja cancelar esse participante? Isso anulará seu ingresso\",\"YgRSEE\":\"Tem certeza de que deseja excluir esse código promocional?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Tem certeza de que deseja tornar este evento um rascunho? Isso tornará o evento invisível para o público\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Você tem certeza de que deseja restaurar este evento? Ele será restaurado como um evento rascunho.\",\"vJuISq\":\"Tem certeza de que deseja excluir esta Atribuição de Capacidade?\",\"baHeCz\":\"Tem certeza de que deseja excluir esta lista de registro?\",\"LBLOqH\":\"Pergunte uma vez por pedido\",\"wu98dY\":\"Perguntar uma vez por produto\",\"ss9PbX\":\"Participante\",\"m0CFV2\":\"Detalhes do participante\",\"QKim6l\":\"Participante não encontrado\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Bilhete do Participante\",\"9SZT4E\":\"Participantes\",\"iPBfZP\":\"Participantes Registrados\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Redimensionamento automático\",\"vZ5qKF\":\"Redimensionar automaticamente a altura do widget com base no conteúdo. Quando desativado, o widget preencherá a altura do contêiner.\",\"4lVaWA\":\"Aguardando pagamento offline\",\"2rHwhl\":\"Aguardando pagamento offline\",\"3wF4Q/\":\"Aguardando pagamento\",\"ioG+xt\":\"Aguardando pagamento\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Voltar à página do evento\",\"VCoEm+\":\"Voltar ao login\",\"k1bLf+\":\"Cor de fundo\",\"I7xjqg\":\"Tipo de plano de fundo\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Endereço de cobrança\",\"/xC/im\":\"Configurações de cobrança\",\"rp/zaT\":\"Português brasileiro\",\"whqocw\":\"Ao se registrar, você concorda com nossos <0>Termos de Serviço e <1>Política de Privacidade.\",\"bcCn6r\":\"Tipo de cálculo\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Cancelar\",\"Gjt/py\":\"Cancelar alteração de e-mail\",\"tVJk4q\":\"Cancelar pedido\",\"Os6n2a\":\"Cancelar pedido\",\"Mz7Ygx\":[\"Cancelar pedido \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Cancelado\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Capacidade\",\"V6Q5RZ\":\"Atribuição de Capacidade criada com sucesso\",\"k5p8dz\":\"Atribuição de Capacidade excluída com sucesso\",\"nDBs04\":\"Gestão de capacidade\",\"ddha3c\":\"As categorias permitem agrupar produtos. Por exemplo, você pode ter uma categoria para \\\"Ingressos\\\" e outra para \\\"Mercadorias\\\".\",\"iS0wAT\":\"As categorias ajudam a organizar seus produtos. Este título será exibido na página pública do evento.\",\"eorM7z\":\"Categorias reordenadas com sucesso.\",\"3EXqwa\":\"Categoria Criada com Sucesso\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Alterar senha\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Fazer check-in de \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Fazer check-in e marcar pedido como pago\",\"QYLpB4\":\"Apenas fazer check-in\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Confira este evento!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Lista de registro excluída com sucesso\",\"+hBhWk\":\"A lista de registro expirou\",\"mBsBHq\":\"A lista de registro não está ativa\",\"vPqpQG\":\"Lista de check-in não encontrada\",\"tejfAy\":\"Listas de Registro\",\"hD1ocH\":\"URL de check-in copiada para a área de transferência\",\"CNafaC\":\"As opções de caixa de seleção permitem várias seleções\",\"SpabVf\":\"Caixas de seleção\",\"CRu4lK\":\"Check-in realizado\",\"znIg+z\":\"Finalizar compra\",\"1WnhCL\":\"Configurações de checkout\",\"6imsQS\":\"Chinês simplificado\",\"JjkX4+\":\"Escolha uma cor para seu plano de fundo\",\"/Jizh9\":\"Escolha uma conta\",\"3wV73y\":\"Cidade\",\"FG98gC\":\"Limpar texto de pesquisa\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Clique para copiar\",\"yz7wBu\":\"Fechar\",\"62Ciis\":\"Fechar a barra lateral\",\"EWPtMO\":\"Código\",\"ercTDX\":\"O código deve ter entre 3 e 50 caracteres\",\"oqr9HB\":\"Recolher este produto quando a página do evento for carregada inicialmente\",\"jZlrte\":\"Cor\",\"Vd+LC3\":\"A cor deve ser um código de cor hexadecimal válido. Exemplo: #ffffff\",\"1HfW/F\":\"Cores\",\"VZeG/A\":\"Em breve\",\"yPI7n9\":\"Palavras-chave separadas por vírgulas que descrevem o evento. Elas serão usadas pelos mecanismos de pesquisa para ajudar a categorizar e indexar o evento\",\"NPZqBL\":\"Pedido completo\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Pagamento completo\",\"qqWcBV\":\"Concluído\",\"6HK5Ct\":\"Pedidos concluídos\",\"NWVRtl\":\"Pedidos concluídos\",\"DwF9eH\":\"Código do componente\",\"Tf55h7\":\"Desconto configurado\",\"7VpPHA\":\"Confirmar\",\"ZaEJZM\":\"Confirmar alteração de e-mail\",\"yjkELF\":\"Confirmar nova senha\",\"xnWESi\":\"Confirmar senha\",\"p2/GCq\":\"Confirmar senha\",\"wnDgGj\":\"Confirmação do endereço de e-mail...\",\"pbAk7a\":\"Conectar faixa\",\"UMGQOh\":\"Conecte-se com o Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Detalhes da conexão\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Continuar\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Texto do botão Continuar\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Copiado\",\"T5rdis\":\"copiado para a área de transferência\",\"he3ygx\":\"Cópia\",\"r2B2P8\":\"Copiar URL de check-in\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Copiar link\",\"E6nRW7\":\"Copiar URL\",\"JNCzPW\":\"País\",\"IF7RiR\":\"Capa\",\"hYgDIe\":\"Criar\",\"b9XOHo\":[\"Criar \",[\"0\"]],\"k9RiLi\":\"Criar um Produto\",\"6kdXbW\":\"Criar um código promocional\",\"n5pRtF\":\"Criar um tíquete\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"criar um organizador\",\"ipP6Ue\":\"Criar participante\",\"VwdqVy\":\"Criar Atribuição de Capacidade\",\"EwoMtl\":\"Criar categoria\",\"XletzW\":\"Criar Categoria\",\"WVbTwK\":\"Criar Lista de Registro\",\"uN355O\":\"Criar evento\",\"BOqY23\":\"Criar novo\",\"kpJAeS\":\"Criar organizador\",\"a0EjD+\":\"Criar Produto\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Criar código promocional\",\"B3Mkdt\":\"Criar pergunta\",\"UKfi21\":\"Criar imposto ou taxa\",\"d+F6q9\":\"Criado\",\"Q2lUR2\":\"Moeda\",\"DCKkhU\":\"Senha atual\",\"uIElGP\":\"URL de mapas personalizados\",\"UEqXyt\":\"Intervalo personalizado\",\"876pfE\":\"Cliente\",\"QOg2Sf\":\"Personalize as configurações de e-mail e notificação para esse evento\",\"Y9Z/vP\":\"Personalize a página inicial do evento e a mensagem de checkout\",\"2E2O5H\":\"Personalize as configurações diversas para esse evento\",\"iJhSxe\":\"Personalizar as configurações de SEO para este evento\",\"KIhhpi\":\"Personalize a página do seu evento\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Zona de perigo\",\"ZQKLI1\":\"Zona de Perigo\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"Data\",\"JvUngl\":\"Data e hora\",\"JJhRbH\":\"Capacidade do primeiro dia\",\"cnGeoo\":\"Excluir\",\"jRJZxD\":\"Excluir Capacidade\",\"VskHIx\":\"Excluir categoria\",\"Qrc8RZ\":\"Excluir Lista de Registro\",\"WHf154\":\"Excluir código\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Descrição\",\"YC3oXa\":\"Descrição para a equipe de registro\",\"URmyfc\":\"Detalhes\",\"1lRT3t\":\"Desativar esta capacidade rastreará as vendas, mas não as interromperá quando o limite for atingido\",\"H6Ma8Z\":\"Desconto\",\"ypJ62C\":\"% de desconto\",\"3LtiBI\":[\"Desconto em \",[\"0\"]],\"C8JLas\":\"Tipo de desconto\",\"1QfxQT\":\"Dismiss\",\"DZlSLn\":\"Etiqueta do documento\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Baixar .ics\",\"kodV18\":\"Baixar CSV\",\"CELKku\":\"Baixar fatura\",\"LQrXcu\":\"Baixar fatura\",\"QIodqd\":\"Baixar código QR\",\"yhjU+j\":\"A baixar fatura\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Seleção suspensa\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Duplicar evento\",\"3ogkAk\":\"Duplicar evento\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Duplicar Opções\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Pássaro madrugador\",\"ePK91l\":\"Editar\",\"N6j2JH\":[\"Editar \",[\"0\"]],\"kBkYSa\":\"Editar Capacidade\",\"oHE9JT\":\"Editar Atribuição de Capacidade\",\"j1Jl7s\":\"Editar categoria\",\"FU1gvP\":\"Editar Lista de Registro\",\"iFgaVN\":\"Editar código\",\"jrBSO1\":\"Editar organizador\",\"tdD/QN\":\"Editar Produto\",\"n143Tq\":\"Editar Categoria de Produto\",\"9BdS63\":\"Editar código promocional\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Editar pergunta\",\"poTr35\":\"Editar usuário\",\"GTOcxw\":\"Editar usuário\",\"pqFrv2\":\"por exemplo. 2,50 por $2,50\",\"3yiej1\":\"Ex. 23,5 para 23,5%\",\"O3oNi5\":\"E-mail\",\"VxYKoK\":\"Configurações de e-mail e notificação\",\"ATGYL1\":\"Endereço de e-mail\",\"hzKQCy\":\"Endereço de e-mail\",\"HqP6Qf\":\"Alteração de e-mail cancelada com sucesso\",\"mISwW1\":\"Alteração de e-mail pendente\",\"APuxIE\":\"Confirmação de e-mail reenviada\",\"YaCgdO\":\"Confirmação de e-mail reenviada com sucesso\",\"jyt+cx\":\"Mensagem de rodapé do e-mail\",\"I6F3cp\":\"E-mail não verificado\",\"NTZ/NX\":\"Código de incorporação\",\"4rnJq4\":\"Script de incorporação\",\"8oPbg1\":\"Habilitar faturamento\",\"j6w7d/\":\"Ative esta capacidade para interromper as vendas de produtos quando o limite for atingido\",\"VFv2ZC\":\"Data de término\",\"237hSL\":\"Final\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Inglês\",\"MhVoma\":\"Insira um valor excluindo impostos e taxas.\",\"SlfejT\":\"Erro\",\"3Z223G\":\"Erro ao confirmar o endereço de e-mail\",\"a6gga1\":\"Erro ao confirmar a alteração do e-mail\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Evento\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Data do Evento\",\"0Zptey\":\"Padrões de eventos\",\"QcCPs8\":\"Detalhes do evento\",\"6fuA9p\":\"Evento duplicado com sucesso\",\"AEuj2m\":\"Página inicial do evento\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Local do evento e detalhes do local\",\"OopDbA\":\"Event page\",\"4/If97\":\"Falha na atualização do status do evento. Tente novamente mais tarde\",\"btxLWj\":\"Status do evento atualizado\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Eventos\",\"sZg7s1\":\"Data de Expiração\",\"KnN1Tu\":\"Expirações\",\"uaSvqt\":\"Data de expiração\",\"GS+Mus\":\"Exportação\",\"9xAp/j\":\"Falha ao cancelar o participante\",\"ZpieFv\":\"Falha ao cancelar o pedido\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Falha ao baixar a fatura. Por favor, tente novamente.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Falha ao carregar a Lista de Registro\",\"ZQ15eN\":\"Falha ao reenviar o e-mail do tíquete\",\"ejXy+D\":\"Falha ao ordenar os produtos\",\"PLUB/s\":\"Tarifa\",\"/mfICu\":\"Tarifas\",\"LyFC7X\":\"Filtrar pedidos\",\"cSev+j\":\"Filtros\",\"CVw2MU\":[\"Filtros (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Primeiro número da fatura\",\"V1EGGU\":\"Primeiro nome\",\"kODvZJ\":\"Primeiro nome\",\"S+tm06\":\"O primeiro nome deve ter entre 1 e 50 caracteres\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Usado pela primeira vez\",\"TpqW74\":\"Fixo\",\"irpUxR\":\"Valor fixo\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Esqueceu a senha?\",\"2POOFK\":\"Grátis\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Francês\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Alemão\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Voltar ao perfil\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Agenda\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Vendas brutas\",\"yRg26W\":\"Vendas brutas\",\"R4r4XO\":\"Convidados\",\"26pGvx\":\"Tem um código promocional?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"Aqui está um exemplo de como você pode usar o componente em sua aplicação.\",\"Y1SSqh\":\"Aqui está o componente React que você pode usar para incorporar o widget em sua aplicação.\",\"QuhVpV\":[\"Oi \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Escondido da vista do público\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"As perguntas ocultas são visíveis apenas para o organizador do evento e não para o cliente.\",\"vLyv1R\":\"Esconder\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Ocultar produto após a data de término da venda\",\"06s3w3\":\"Ocultar produto antes da data de início da venda\",\"axVMjA\":\"Ocultar produto, a menos que o usuário tenha um código promocional aplicável\",\"ySQGHV\":\"Ocultar produto quando esgotado\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Ocultar este produto dos clientes\",\"Da29Y6\":\"Ocultar esta pergunta\",\"fvDQhr\":\"Ocultar essa camada dos usuários\",\"lNipG+\":\"Ocultar um produto impedirá que os usuários o vejam na página do evento.\",\"ZOBwQn\":\"Design da página inicial\",\"PRuBTd\":\"Designer de página inicial\",\"YjVNGZ\":\"Visualização da página inicial\",\"c3E/kw\":\"Homero\",\"8k8Njd\":\"Quantos minutos o cliente tem para concluir o pedido. Recomendamos pelo menos 15 minutos\",\"ySxKZe\":\"Quantas vezes esse código pode ser usado?\",\"dZsDbK\":[\"Limite de caracteres HTML excedido: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Eu concordo com os <0>termos e condições\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Se ativado, a equipe de check-in pode marcar os participantes como registrados ou marcar o pedido como pago e registrar os participantes. Se desativado, os participantes associados a pedidos não pagos não poderão ser registrados.\",\"muXhGi\":\"Se ativado, o organizador receberá uma notificação por e-mail quando um novo pedido for feito\",\"6fLyj/\":\"Se você não solicitou essa alteração, altere imediatamente sua senha.\",\"n/ZDCz\":\"Imagem excluída com êxito\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Imagem carregada com sucesso\",\"VyUuZb\":\"URL da imagem\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inativo\",\"T0K0yl\":\"Usuários inativos não podem fazer login.\",\"kO44sp\":\"Inclua detalhes de conexão para o seu evento online. Estes detalhes serão mostrados na página de resumo do pedido e no bilhete do participante.\",\"FlQKnG\":\"Incluir impostos e taxas no preço\",\"Vi+BiW\":[\"Inclui \",[\"0\"],\" produtos\"],\"lpm0+y\":\"Inclui 1 produto\",\"UiAk5P\":\"Inserir imagem\",\"OyLdaz\":\"Convite reenviado!\",\"HE6KcK\":\"Convite revogado!\",\"SQKPvQ\":\"Convidar usuário\",\"bKOYkd\":\"Fatura baixada com sucesso\",\"alD1+n\":\"Notas da fatura\",\"kOtCs2\":\"Numeração da fatura\",\"UZ2GSZ\":\"Configurações da fatura\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Item\",\"KFXip/\":\"João\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Rótulo\",\"vXIe7J\":\"Idioma\",\"2LMsOq\":\"Últimos 12 meses\",\"vfe90m\":\"Últimos 14 dias\",\"aK4uBd\":\"Últimas 24 horas\",\"uq2BmQ\":\"Últimos 30 dias\",\"bB6Ram\":\"Últimas 48 horas\",\"VlnB7s\":\"Últimos 6 meses\",\"ct2SYD\":\"Últimos 7 dias\",\"XgOuA7\":\"Últimos 90 dias\",\"I3yitW\":\"Último login\",\"1ZaQUH\":\"Sobrenome\",\"UXBCwc\":\"Sobrenome\",\"tKCBU0\":\"Última vez usado\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Deixe em branco para usar a palavra padrão \\\"Fatura\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Carregando...\",\"wJijgU\":\"Localização\",\"sQia9P\":\"Fazer login\",\"zUDyah\":\"Login\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Sair\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Tornar o endereço de cobrança obrigatório durante o checkout\",\"MU3ijv\":\"Tornar essa pergunta obrigatória\",\"wckWOP\":\"Gerenciar\",\"onpJrA\":\"Gerenciar participante\",\"n4SpU5\":\"Gerenciar evento\",\"WVgSTy\":\"Gerenciar pedido\",\"1MAvUY\":\"Gerenciar as configurações de pagamento e faturamento para este evento.\",\"cQrNR3\":\"Gerenciar perfil\",\"AtXtSw\":\"Gerencie impostos e taxas que podem ser aplicados aos seus produtos\",\"ophZVW\":\"Gerenciar tíquetes\",\"DdHfeW\":\"Gerenciar os detalhes de sua conta e as configurações padrão\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Gerencie seus usuários e suas permissões\",\"1m+YT2\":\"As perguntas obrigatórias devem ser respondidas antes que o cliente possa fazer o checkout.\",\"Dim4LO\":\"Adicionar manualmente um participante\",\"e4KdjJ\":\"Adicionar participante manualmente\",\"vFjEnF\":\"Marcar como pago\",\"g9dPPQ\":\"Máximo por pedido\",\"l5OcwO\":\"Participante da mensagem\",\"Gv5AMu\":\"Participantes da mensagem\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Comprador de mensagens\",\"tNZzFb\":\"Conteúdo da mensagem\",\"lYDV/s\":\"Mensagem para participantes individuais\",\"V7DYWd\":\"Mensagem enviada\",\"t7TeQU\":\"Mensagens\",\"xFRMlO\":\"Mínimo por pedido\",\"QYcUEf\":\"Preço mínimo\",\"RDie0n\":\"Diversos\",\"mYLhkl\":\"Configurações diversas\",\"KYveV8\":\"Caixa de texto com várias linhas\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Minha incrível descrição do evento...\",\"vX8/tc\":\"Meu incrível título de evento...\",\"hKtWk2\":\"Meu perfil\",\"fj5byd\":\"N/D\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Nome\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Navegar até o participante\",\"qqeAJM\":\"Nunca\",\"7vhWI8\":\"Nova senha\",\"1UzENP\":\"Não\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Não há eventos arquivados para mostrar.\",\"q2LEDV\":\"Nenhum participante encontrado para este pedido.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Não há participantes para mostrar\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Sem Atribuições de Capacidade\",\"a/gMx2\":\"Nenhuma Lista de Registro\",\"tMFDem\":\"Nenhum dado disponível\",\"6Z/F61\":\"Nenhum dado para mostrar. Por favor, selecione um intervalo de datas\",\"fFeCKc\":\"Sem desconto\",\"HFucK5\":\"Não há eventos encerrados para mostrar.\",\"yAlJXG\":\"Nenhum evento para mostrar\",\"GqvPcv\":\"Nenhum filtro disponível\",\"KPWxKD\":\"Nenhuma mensagem a ser exibida\",\"J2LkP8\":\"Não há ordens para mostrar\",\"RBXXtB\":\"Nenhum método de pagamento está disponível no momento. Entre em contato com o organizador do evento para obter assistência.\",\"ZWEfBE\":\"Pagamento não necessário\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Nenhum produto disponível nesta categoria.\",\"FTfObB\":\"Nenhum Produto Ainda\",\"+Y976X\":\"Não há códigos promocionais a serem exibidos\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Nenhum resultado\",\"gk5uwN\":\"Nenhum Resultado de Pesquisa\",\"RHyZUL\":\"Nenhum resultado de pesquisa.\",\"RY2eP1\":\"Nenhum imposto ou taxa foi adicionado.\",\"EdQY6l\":\"Nenhum\",\"OJx3wK\":\"Não disponível\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Anotações\",\"jtrY3S\":\"Nada para mostrar ainda\",\"hFwWnI\":\"Configurações de notificação\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Notificar o organizador sobre novos pedidos\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Número de dias permitidos para pagamento (deixe em branco para omitir os termos de pagamento nas faturas)\",\"n86jmj\":\"Prefixo numérico\",\"mwe+2z\":\"Pedidos offline não são refletidos nas estatísticas do evento até que sejam marcados como pagos.\",\"dWBrJX\":\"O pagamento offline falhou. Por favor, tente novamente ou entre em contato com o organizador do evento.\",\"fcnqjw\":\"Instruções de Pagamento Offline\",\"+eZ7dp\":\"Pagamentos offline\",\"ojDQlR\":\"Informações sobre pagamentos offline\",\"u5oO/W\":\"Configurações de pagamentos offline\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"À venda\",\"Ug4SfW\":\"Depois de criar um evento, você o verá aqui.\",\"ZxnK5C\":\"Assim que você começar a coletar dados, eles aparecerão aqui.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Em andamento\",\"z+nuVJ\":\"Online event\",\"WKHW0N\":\"Detalhes do evento on-line\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Abrir Página de Check-In\",\"OdnLE4\":\"Abrir barra lateral\",\"ZZEYpT\":[\"Opção \",[\"i\"]],\"oPknTP\":\"Informações adicionais opcionais a serem exibidas em todas as faturas (ex.: condições de pagamento, taxas por atraso, política de devolução)\",\"OrXJBY\":\"Prefixo opcional para os números das faturas (ex.: INV-)\",\"0zpgxV\":\"Opções\",\"BzEFor\":\"ou\",\"UYUgdb\":\"Pedido\",\"mm+eaX\":\"Order #\",\"B3gPuX\":\"Pedido cancelado\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Data do pedido\",\"Tol4BF\":\"Detalhes do pedido\",\"WbImlQ\":\"O pedido foi cancelado e o proprietário do pedido foi notificado.\",\"nAn4Oe\":\"Pedido marcado como pago\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Referência do pedido\",\"acIJ41\":\"Status do pedido\",\"GX6dZv\":\"Resumo do pedido\",\"tDTq0D\":\"Tempo limite do pedido\",\"1h+RBg\":\"Pedidos\",\"3y+V4p\":\"Endereço da organização\",\"GVcaW6\":\"Detalhes da organização\",\"nfnm9D\":\"Nome da organização\",\"G5RhpL\":\"Organizador\",\"mYygCM\":\"É necessário um organizador\",\"Pa6G7v\":\"Nome do organizador\",\"l894xP\":\"Os organizadores só podem gerenciar eventos e produtos. Eles não podem gerenciar usuários, configurações de conta ou informações de faturamento.\",\"fdjq4c\":\"Preenchimento\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Página não encontrada\",\"QbrUIo\":\"Visualizações de página\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"pago\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Parcialmente reembolsado\",\"8ZsakT\":\"Senha\",\"TUJAyx\":\"A senha deve ter um mínimo de 8 caracteres\",\"vwGkYB\":\"A senha deve ter pelo menos 8 caracteres\",\"BLTZ42\":\"Redefinição de senha bem-sucedida. Faça login com sua nova senha.\",\"f7SUun\":\"As senhas não são as mesmas\",\"aEDp5C\":\"Cole isto onde você deseja que o widget apareça.\",\"+23bI/\":\"Patrick\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Pagamento\",\"Lg+ewC\":\"Pagamento e faturamento\",\"DZjk8u\":\"Configurações de pagamento e faturamento\",\"lflimf\":\"Prazo para pagamento\",\"JhtZAK\":\"Falha no pagamento\",\"JEdsvQ\":\"Instruções de pagamento\",\"bLB3MJ\":\"Métodos de pagamento\",\"QzmQBG\":\"Provedor de pagamento\",\"lsxOPC\":\"Pagamento recebido\",\"wJTzyi\":\"Status do pagamento\",\"xgav5v\":\"O pagamento foi bem-sucedido!\",\"R29lO5\":\"Termos de pagamento\",\"/roQKz\":\"Porcentagem\",\"vPJ1FI\":\"Porcentagem Valor\",\"xdA9ud\":\"Coloque isto no do seu site.\",\"blK94r\":\"Adicione pelo menos uma opção\",\"FJ9Yat\":\"Verifique se as informações fornecidas estão corretas\",\"TkQVup\":\"Verifique seu e-mail e senha e tente novamente\",\"sMiGXD\":\"Verifique se seu e-mail é válido\",\"Ajavq0\":\"Verifique seu e-mail para confirmar seu endereço de e-mail\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Continue na nova guia\",\"hcX103\":\"Por favor, crie um produto\",\"cdR8d6\":\"Por favor, crie um ingresso\",\"x2mjl4\":\"Por favor, insira uma URL de imagem válida que aponte para uma imagem.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Observação\",\"C63rRe\":\"Por favor, volte para a página do evento para recomeçar.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Por favor, selecione pelo menos um produto\",\"igBrCH\":\"Verifique seu endereço de e-mail para acessar todos os recursos\",\"/IzmnP\":\"Por favor, aguarde enquanto preparamos a sua fatura...\",\"MOERNx\":\"Português\",\"qCJyMx\":\"Mensagem de pós-cheque\",\"g2UNkE\":\"Desenvolvido por\",\"Rs7IQv\":\"Mensagem de pré-checkout\",\"rdUucN\":\"Visualização\",\"a7u1N9\":\"Preço\",\"CmoB9j\":\"Modo de exibição de preço\",\"BI7D9d\":\"Preço não definido\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Cor primária\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Cor do texto primário\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Imprimir todos os ingressos\",\"DKwDdj\":\"Imprimir ingressos\",\"K47k8R\":\"Produto\",\"1JwlHk\":\"Categoria de Produto\",\"U61sAj\":\"Categoria de produto atualizada com sucesso.\",\"1USFWA\":\"Produto excluído com sucesso\",\"4Y2FZT\":\"Tipo de Preço do Produto\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Vendas de Produtos\",\"U/R4Ng\":\"Nível do Produto\",\"sJsr1h\":\"Tipo de Produto\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Produto(s)\",\"N0qXpE\":\"Produtos\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Produtos vendidos\",\"/u4DIx\":\"Produtos Vendidos\",\"DJQEZc\":\"Produtos ordenados com sucesso\",\"vERlcd\":\"Perfil\",\"kUlL8W\":\"Perfil atualizado com sucesso\",\"cl5WYc\":[\"Código promocional \",[\"promo_code\"],\" aplicado\"],\"P5sgAk\":\"Código promocional\",\"yKWfjC\":\"Página do código promocional\",\"RVb8Fo\":\"Códigos promocionais\",\"BZ9GWa\":\"Os códigos promocionais podem ser usados para oferecer descontos, acesso de pré-venda ou acesso especial ao seu evento.\",\"OP094m\":\"Relatório de códigos promocionais\",\"4kyDD5\":\"Forneça contexto ou instruções adicionais para esta pergunta. Use este campo para adicionar termos\\ne condições, diretrizes ou qualquer informação importante que os participantes precisem saber antes de responder.\",\"toutGW\":\"Código QR\",\"LkMOWF\":\"Quantidade disponível\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Pergunta excluída\",\"avf0gk\":\"Descrição da pergunta\",\"oQvMPn\":\"Título da pergunta\",\"enzGAL\":\"Perguntas\",\"ROv2ZT\":\"Perguntas e Respostas\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Opção de rádio\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Beneficiário\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Reembolso falhou\",\"n10yGu\":\"Pedido de reembolso\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Reembolso pendente\",\"xHpVRl\":\"Status do reembolso\",\"/BI0y9\":\"Reembolsado\",\"fgLNSM\":\"Registro\",\"9+8Vez\":\"Usos restantes\",\"tasfos\":\"remover\",\"t/YqKh\":\"Remover\",\"t9yxlZ\":\"Relatórios\",\"prZGMe\":\"Exigir endereço de cobrança\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Reenviar confirmação por e-mail\",\"wIa8Qe\":\"Reenviar convite\",\"VeKsnD\":\"Reenviar e-mail de pedido\",\"dFuEhO\":\"Reenviar e-mail do ingresso\",\"o6+Y6d\":\"Reenvio...\",\"OfhWJH\":\"Redefinir\",\"RfwZxd\":\"Redefinir senha\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Restaurar evento\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Voltar para a página do evento\",\"8YBH95\":\"Receita\",\"PO/sOY\":\"Revogar convite\",\"GDvlUT\":\"Função\",\"ELa4O9\":\"Data de término da venda\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Data de início da venda\",\"hBsw5C\":\"Vendas encerradas\",\"kpAzPe\":\"Início das vendas\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Salvar\",\"IUwGEM\":\"Salvar alterações\",\"U65fiW\":\"Salvar organizador\",\"UGT5vp\":\"Salvar configurações\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Pesquise por nome do participante, e-mail ou número do pedido...\",\"+pr/FY\":\"Pesquisar por nome de evento...\",\"3zRbWw\":\"Pesquise por nome, e-mail ou número do pedido...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Pesquisar por nome...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Pesquisar atribuições de capacidade...\",\"r9M1hc\":\"Pesquisar listas de registro...\",\"+0Yy2U\":\"Buscar produtos\",\"YIix5Y\":\"Pesquisar...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Cor secundária\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Cor do texto secundário\",\"02ePaq\":[\"Selecionar \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Selecione a categoria...\",\"kWI/37\":\"Selecione o organizador\",\"ixIx1f\":\"Selecione o Produto\",\"3oSV95\":\"Selecione o Nível do Produto\",\"C4Y1hA\":\"Selecione os produtos\",\"hAjDQy\":\"Selecionar status\",\"QYARw/\":\"Selecionar bilhete\",\"OMX4tH\":\"Selecionar ingressos\",\"DrwwNd\":\"Selecione o período de tempo\",\"O/7I0o\":\"Selecione...\",\"JlFcis\":\"Enviar\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Enviar uma mensagem\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Enviar Mensagem\",\"D7ZemV\":\"Enviar e-mail de confirmação do pedido e do tíquete\",\"v1rRtW\":\"Enviar teste\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"Descrição de SEO\",\"/SIY6o\":\"Palavras-chave de SEO\",\"GfWoKv\":\"Configurações de SEO\",\"rXngLf\":\"Título SEO\",\"/jZOZa\":\"Taxa de serviço\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Defina o número inicial para a numeração das faturas. Isso não poderá ser alterado depois que as faturas forem geradas.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Configurações\",\"Z8lGw6\":\"Compartilhar\",\"B2V3cA\":\"Compartilhar evento\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Show\",\"V0SbFp\":\"Mostrar quantidade disponível do produto\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Mostrar mais\",\"izwOOD\":\"Mostrar impostos e taxas separadamente\",\"1SbbH8\":\"Mostrado ao cliente após o checkout, na página de resumo do pedido.\",\"YfHZv0\":\"Mostrado ao cliente antes do checkout\",\"CBBcly\":\"Mostra campos de endereço comuns, incluindo o país\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Caixa de texto de linha única\",\"+P0Cn2\":\"Pular esta etapa\",\"YSEnLE\":\"Smith\",\"lgFfeO\":\"Esgotado\",\"Mi1rVn\":\"Esgotado\",\"nwtY4N\":\"Algo deu errado\",\"GRChTw\":\"Algo deu errado ao excluir o imposto ou a taxa\",\"YHFrbe\":\"Algo deu errado! Por favor, tente novamente\",\"kf83Ld\":\"Algo deu errado.\",\"fWsBTs\":\"Algo deu errado. Tente novamente.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Desculpe, este código promocional não é reconhecido\",\"65A04M\":\"Espanhol\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Data de início\",\"/2by1f\":\"Estado ou região\",\"uAQUqI\":\"Status\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Os pagamentos via Stripe não estão ativados para este evento.\",\"UJmAAK\":\"Assunto\",\"X2rrlw\":\"Subtotal\",\"zzDlyQ\":\"Sucesso\",\"b0HJ45\":[\"Sucesso! \",[\"0\"],\" receberá um e-mail em breve.\"],\"BJIEiF\":[\"Participante com sucesso \",[\"0\"]],\"OtgNFx\":\"Endereço de e-mail confirmado com sucesso\",\"IKwyaF\":\"Alteração de e-mail confirmada com sucesso\",\"zLmvhE\":\"Participante criado com sucesso\",\"gP22tw\":\"Produto Criado com Sucesso\",\"9mZEgt\":\"Código promocional criado com sucesso\",\"aIA9C4\":\"Pergunta criada com sucesso\",\"J3RJSZ\":\"Participante atualizado com sucesso\",\"3suLF0\":\"Atribuição de Capacidade atualizada com sucesso\",\"Z+rnth\":\"Lista de Registro atualizada com sucesso\",\"vzJenu\":\"Configurações de e-mail atualizadas com sucesso\",\"7kOMfV\":\"Evento atualizado com sucesso\",\"G0KW+e\":\"Design da página inicial atualizado com sucesso\",\"k9m6/E\":\"Configurações da página inicial atualizadas com sucesso\",\"y/NR6s\":\"Localização atualizada com sucesso\",\"73nxDO\":\"Configurações diversas atualizadas com sucesso\",\"4H80qv\":\"Pedido atualizado com sucesso\",\"6xCBVN\":\"Configurações de pagamento e faturamento atualizadas com sucesso\",\"1Ycaad\":\"Produto atualizado com sucesso\",\"70dYC8\":\"Código promocional atualizado com sucesso\",\"F+pJnL\":\"Configurações de SEO atualizadas com sucesso\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"E-mail de suporte\",\"uRfugr\":\"Camiseta\",\"JpohL9\":\"Imposto\",\"geUFpZ\":\"Impostos e taxas\",\"dFHcIn\":\"Detalhes fiscais\",\"wQzCPX\":\"Informações fiscais que aparecerão na parte inferior de todas as faturas (ex.: número de IVA, registro fiscal)\",\"0RXCDo\":\"Imposto ou taxa excluído com êxito\",\"ZowkxF\":\"Impostos\",\"qu6/03\":\"Impostos e taxas\",\"gypigA\":\"Esse código promocional é inválido\",\"5ShqeM\":\"A lista de check-in que você está procurando não existe.\",\"QXlz+n\":\"A moeda padrão para seus eventos.\",\"mnafgQ\":\"O fuso horário padrão para seus eventos.\",\"o7s5FA\":\"O idioma em que o participante receberá e-mails.\",\"NlfnUd\":\"O link em que você clicou é inválido.\",\"HsFnrk\":[\"O número máximo de produtos para \",[\"0\"],\" é \",[\"1\"]],\"TSAiPM\":\"A página que você está procurando não existe\",\"MSmKHn\":\"O preço exibido para o cliente incluirá impostos e taxas.\",\"6zQOg1\":\"O preço exibido para o cliente não inclui impostos e taxas. Eles serão exibidos separadamente\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"O título do evento que será exibido nos resultados dos mecanismos de pesquisa e ao compartilhar nas mídias sociais. Por padrão, o título do evento será usado\",\"wDx3FF\":\"Não há produtos disponíveis para este evento\",\"pNgdBv\":\"Não há produtos disponíveis nesta categoria\",\"rMcHYt\":\"Há um reembolso pendente. Aguarde a conclusão do processo antes de solicitar outro reembolso.\",\"F89D36\":\"Ocorreu um erro ao marcar o pedido como pago\",\"68Axnm\":\"Ocorreu um erro ao processar sua solicitação. Tente novamente.\",\"mVKOW6\":\"Ocorreu um erro ao enviar sua mensagem\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Este participante tem um pedido não pago.\",\"mf3FrP\":\"Esta categoria ainda não possui produtos.\",\"8QH2Il\":\"Esta categoria está oculta da visualização pública\",\"xxv3BZ\":\"Esta lista de registro expirou\",\"Sa7w7S\":\"Esta lista de registro expirou e não está mais disponível para registros.\",\"Uicx2U\":\"Esta lista de registro está ativa\",\"1k0Mp4\":\"Esta lista de registro ainda não está ativa\",\"K6fmBI\":\"Esta lista de registro ainda não está ativa e não está disponível para registros.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Essas informações serão exibidas na página de pagamento, no resumo do pedido e no e-mail de confirmação do pedido.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Este é um evento on-line\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Essa mensagem será incluída no rodapé de todos os e-mails enviados a partir desse evento\",\"55i7Fa\":\"Esta mensagem só será mostrada se o pedido for concluído com sucesso. Pedidos aguardando pagamento não mostrarão esta mensagem.\",\"RjwlZt\":\"Esse pedido já foi pago.\",\"5K8REg\":\"Esse pedido já foi reembolsado.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Esse pedido foi cancelado.\",\"Q0zd4P\":\"Este pedido expirou. Por favor, recomece.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Esse pedido está concluído.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Essa página de pedidos não está mais disponível.\",\"i0TtkR\":\"Isso substitui todas as configurações de visibilidade e ocultará o produto de todos os clientes.\",\"cRRc+F\":\"Este produto não pode ser excluído porque está associado a um pedido. Você pode ocultá-lo em vez disso.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Este link de redefinição de senha é inválido ou expirou.\",\"IV9xTT\":\"Esse usuário não está ativo, pois não aceitou o convite.\",\"5AnPaO\":\"ingresso\",\"kjAL4v\":\"Bilhete\",\"dtGC3q\":\"O e-mail do ingresso foi reenviado ao participante\",\"54q0zp\":\"Ingressos para\",\"xN9AhL\":[\"Nível \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Os produtos escalonados permitem que você ofereça múltiplas opções de preço para o mesmo produto. Isso é perfeito para produtos antecipados ou para oferecer diferentes opções de preço para diferentes grupos de pessoas.\\\" # pt\",\"nn3mSR\":\"Tempo restante:\",\"s/0RpH\":\"Tempos usados\",\"y55eMd\":\"Vezes usado\",\"40Gx0U\":\"Fuso horário\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Título\",\"xdA/+p\":\"Ferramentas\",\"72c5Qo\":\"Total\",\"YXx+fG\":\"Total antes de descontos\",\"NRWNfv\":\"Montante total do desconto\",\"BxsfMK\":\"Total de taxas\",\"2bR+8v\":\"Total de vendas brutas\",\"mpB/d9\":\"Valor total do pedido\",\"m3FM1g\":\"Total reembolsado\",\"jEbkcB\":\"Total Reembolsado\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Imposto total\",\"+zy2Nq\":\"Tipo\",\"FMdMfZ\":\"Não foi possível registrar o participante\",\"bPWBLL\":\"Não foi possível retirar o participante\",\"9+P7zk\":\"Não foi possível criar o produto. Por favor, verifique seus detalhes\",\"WLxtFC\":\"Não foi possível criar o produto. Por favor, verifique seus detalhes\",\"/cSMqv\":\"Não foi possível criar a pergunta. Por favor, verifique seus detalhes\",\"MH/lj8\":\"Não foi possível atualizar a pergunta. Verifique seus detalhes\",\"nnfSdK\":\"Clientes únicos\",\"Mqy/Zy\":\"Estados Unidos\",\"NIuIk1\":\"Ilimitado\",\"/p9Fhq\":\"Ilimitados disponíveis\",\"E0q9qH\":\"Permite usos ilimitados\",\"h10Wm5\":\"Pedido não pago\",\"ia8YsC\":\"Próximos\",\"TlEeFv\":\"Próximos eventos\",\"L/gNNk\":[\"Atualizar \",[\"0\"]],\"+qqX74\":\"Atualizar o nome, a descrição e as datas do evento\",\"vXPSuB\":\"Atualizar perfil\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL copiado para a área de transferência\",\"e5lF64\":\"Exemplo de uso\",\"fiV0xj\":\"Limite de uso\",\"sGEOe4\":\"Use uma versão desfocada da imagem da capa como plano de fundo\",\"OadMRm\":\"Usar imagem de capa\",\"7PzzBU\":\"Usuário\",\"yDOdwQ\":\"Gerenciamento de usuários\",\"Sxm8rQ\":\"Usuários\",\"VEsDvU\":\"Os usuários podem alterar seu e-mail em <0>Configurações de perfil\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"IVA\",\"E/9LUk\":\"Nome do local\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Ver Detalhes do Participante\",\"/5PEQz\":\"Exibir página do evento\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Exibir no Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"Lista de check-in VIP\",\"tF+VVr\":\"Ingresso VIP\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Não foi possível processar seu pagamento. Tente novamente ou entre em contato com o suporte.\",\"45Srzt\":\"Não conseguimos excluir a categoria. Por favor, tente novamente.\",\"/DNy62\":[\"Não encontramos nenhum ingresso correspondente a \",[\"0\"]],\"1E0vyy\":\"Não foi possível carregar os dados. Por favor, tente novamente.\",\"NmpGKr\":\"Não conseguimos reordenar as categorias. Por favor, tente novamente.\",\"BJtMTd\":\"Recomendamos dimensões de 2160px por 1080px e um tamanho máximo de arquivo de 5 MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Não foi possível confirmar seu pagamento. Tente novamente ou entre em contato com o suporte.\",\"Gspam9\":\"Estamos processando seu pedido. Por favor, aguarde...\",\"LuY52w\":\"Bem-vindo a bordo! Faça login para continuar.\",\"dVxpp5\":[\"Bem-vindo de volta\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"O que são Produtos em Camadas?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"O que é uma Categoria?\",\"gxeWAU\":\"A quais produtos este código se aplica?\",\"hFHnxR\":\"A quais produtos este código se aplica? (Aplica-se a todos por padrão)\",\"AeejQi\":\"A quais produtos essa capacidade deve se aplicar?\",\"Rb0XUE\":\"A que horas você chegará?\",\"5N4wLD\":\"Que tipo de pergunta é essa?\",\"gyLUYU\":\"Quando ativado, as faturas serão geradas para os pedidos de ingressos. As faturas serão enviadas junto com o e-mail de confirmação do pedido. Os participantes também podem baixar suas faturas na página de confirmação do pedido.\",\"D3opg4\":\"Quando os pagamentos offline estão ativados, os usuários poderão concluir seus pedidos e receber seus ingressos. Seus ingressos indicarão claramente que o pedido não foi pago, e a ferramenta de check-in notificará a equipe se um pedido exigir pagamento.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Quais ingressos devem ser associados a esta lista de registro?\",\"S+OdxP\":\"Quem está organizando esse evento?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"A quem deve ser feita essa pergunta?\",\"VxFvXQ\":\"Incorporação de widgets\",\"v1P7Gm\":\"Configurações do widget\",\"b4itZn\":\"Trabalho\",\"hqmXmc\":\"Trabalhando...\",\"+G/XiQ\":\"Ano até agora\",\"l75CjT\":\"Sim\",\"QcwyCh\":\"Sim, remova-os\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Você está alterando seu e-mail para <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Você está offline\",\"sdB7+6\":\"Você pode criar um código promocional que direcione este produto no\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Você não pode mudar o tipo de produto, pois há participantes associados a este produto.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Você não pode registrar participantes com pedidos não pagos. Essa configuração pode ser alterada nas configurações do evento.\",\"c9Evkd\":\"Você não pode excluir a última categoria.\",\"6uwAvx\":\"Você não pode excluir este nível de preço porque já há produtos vendidos para este nível. Você pode ocultá-lo em vez disso.\",\"tFbRKJ\":\"Não é possível editar a função ou o status do proprietário da conta.\",\"fHfiEo\":\"Não é possível reembolsar um pedido criado manualmente.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Você tem acesso a várias contas. Escolha uma para continuar.\",\"Z6q0Vl\":\"Você já aceitou este convite. Faça login para continuar.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Você não tem nenhuma alteração de e-mail pendente.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"O tempo para concluir seu pedido acabou.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Você deve estar ciente de que este e-mail não é promocional\",\"3ZI8IL\":\"Você deve concordar com os termos e condições\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Você deve criar um tíquete antes de adicionar manualmente um participante.\",\"jE4Z8R\":\"Você deve ter pelo menos um nível de preço\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Você terá que marcar um pedido como pago manualmente. Isso pode ser feito na página de gerenciamento de pedidos.\",\"L/+xOk\":\"Você precisará de um ingresso antes de poder criar uma lista de registro.\",\"Djl45M\":\"Você precisará de um produto antes de poder criar uma atribuição de capacidade.\",\"y3qNri\":\"Você precisará de pelo menos um produto para começar. Grátis, pago ou deixe o usuário decidir o que pagar.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"O nome de sua conta é usado nas páginas do evento e nos e-mails.\",\"veessc\":\"Os participantes aparecerão aqui assim que se registrarem no evento. Você também pode adicionar participantes manualmente.\",\"Eh5Wrd\":\"Seu site incrível 🎉\",\"lkMK2r\":\"Seus detalhes\",\"3ENYTQ\":[\"Sua solicitação de alteração de e-mail para <0>\",[\"0\"],\" está pendente. Verifique seu e-mail para confirmar\"],\"yZfBoy\":\"Sua mensagem foi enviada\",\"KSQ8An\":\"Seu pedido\",\"Jwiilf\":\"Seu pedido foi cancelado\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Seus pedidos aparecerão aqui assim que começarem a chegar.\",\"9TO8nT\":\"Sua senha\",\"P8hBau\":\"Seu pagamento está sendo processado.\",\"UdY1lL\":\"Seu pagamento não foi bem-sucedido, tente novamente.\",\"fzuM26\":\"Seu pagamento não foi bem-sucedido. Por favor, tente novamente.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Seu reembolso está sendo processado.\",\"IFHV2p\":\"Seu ingresso para\",\"x1PPdr\":\"CEP / Código Postal\",\"BM/KQm\":\"CEP ou código postal\",\"+LtVBt\":\"CEP ou Código Postal\",\"25QDJ1\":\"- Clique para publicar\",\"WOyJmc\":\"- Clique para despublicar\",\"ncwQad\":\"(vazio)\",\"B/gRsg\":\"(none)\",\"wqtZLy\":[[\"0\"],\" (cópia)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" já fez check-in\"],\"3beCx0\":[[\"0\"],\" <0>checked in\"],\"S4PqS9\":[[\"0\"],\" webhooks ativos\"],\"6MIiOI\":[[\"0\"],\" restante\"],\"COnw8D\":[\"Logo \",[\"0\"]],\"xG9N0H\":[[\"0\"],\" of \",[\"1\"],\" seats are taken.\"],\"B7pZfX\":[[\"0\"],\" organizadores\"],\"/HkCs4\":[[\"0\"],\" ingressos\"],\"30bTiU\":[[\"activeCount\"],\" enabled\"],\"jTs4am\":[[\"appName\"],\" logo\"],\"gbJOk9\":[[\"attendeeCount\"],\" attendees are registered for this session.\"],\"TjbIUI\":[[\"availableCount\"],\" de \",[\"totalCount\"],\" disponíveis\"],\"PSChHo\":[[\"capacity\"],\" vagas restantes\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" checked in\"],\"RZ0JX3\":[[\"chipTime\"],\", esgotado\"],\"M4KnFs\":[[\"chipTime\"],\", Esgotado, lista de espera disponível\"],\"SeyN12\":[[\"completedCount\"],\" of \",[\"totalCount\"],\" steps complete\"],\"wYzVwE\":[[\"count\"],\" add-ons\"],\"f2rhaD\":[[\"diffHr\"],\"h ago\"],\"NRSLBe\":[[\"diffMin\"],\"m ago\"],\"iYfwJE\":[[\"diffSec\"],\"s ago\"],\"OJnhhX\":[[\"eventCount\"],\" eventos\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" more\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" attendees are registered across the affected sessions.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per order\"],\"RBuxIl\":[[\"productCount\"],\" ticket types configured\"],\"VFLd0I\":[[\"slotCount\"],\" times available\"],\"3IEF7U\":[[\"totalCount\"],\" tipos de ingresso\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" taxas\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" taxas e impostos\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" impostos\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 dia\",\"1d6kks\":\"+Impostos/Taxas\",\"B1St2O\":\"<0>As listas de check-in ajudam você a gerenciar a entrada no evento por dia, área ou tipo de ingresso. Você pode vincular ingressos a listas específicas, como zonas VIP ou passes do Dia 1, e compartilhar um link de check-in seguro com a equipe. Não é necessária conta. O check-in funciona em dispositivos móveis, computador ou tablet, usando a câmera do dispositivo ou um scanner USB HID. \",\"v9VSIS\":\"<0>Defina um limite total único de participação que se aplica a vários tipos de ingresso de uma só vez.<1>Por exemplo, se você vincular um ingresso de <2>Passe Diário e um de <3>Fim de Semana Completo, ambos usarão o mesmo pool de vagas. Quando o limite for atingido, todos os ingressos vinculados param de vender automaticamente.\",\"Il5Uid\":\"<0>Esta é a quantidade total disponível para todas as datas da sua programação em conjunto — não é um limite por data. Para limitar o público de cada data, defina uma capacidade na <1>página de Programação de datas.\",\"ZnVt5v\":\"<0>Os webhooks notificam instantaneamente serviços externos quando eventos ocorrem, como adicionar um novo participante ao seu CRM ou lista de e-mails no momento do registro, garantindo uma automação perfeita.<1>Use serviços de terceiros como <2>Zapier, <3>IFTTT ou <4>Make para criar fluxos de trabalho personalizados e automatizar tarefas.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" na taxa atual\"],\"M2DyLc\":\"1 webhook ativo\",\"hMefp0\":\"1 add-on\",\"6hIk/x\":\"1 attendee is registered across the affected sessions.\",\"qOyE2U\":\"1 attendee is registered for this session.\",\"943BwI\":\"1 dia após a data de término\",\"yj3N+g\":\"1 dia após a data de início\",\"Z3etYG\":\"1 dia antes do evento\",\"szSnlj\":\"1 hora antes do evento\",\"yTsaLw\":\"1 ingresso\",\"nz96Ue\":\"1 tipo de ingresso\",\"InX5ad\":\"1 ticket type configured\",\"y2Jh0m\":\"1 time available\",\"cGtUz6\":\"1 semana antes do evento\",\"HR/cvw\":\"Rua Exemplo 123\",\"dgKxZ5\":\"135+ currencies & 40+ payment methods\",\"/d9gcz\":\"Um rótulo de botão é necessário quando uma URL está definida\",\"kMU5aM\":\"Um aviso de cancelamento foi enviado para\",\"o++0qa\":\"a change in duration\",\"WuWSX5\":\"A few quick steps and you're ready to start selling.\",\"RQ5kDd\":\"Uma mensagem a ser exibida quando não houver produtos nesta categoria.\",\"V53XzQ\":\"Um novo código de verificação foi enviado para o seu email\",\"sr2Je0\":\"a shift in start/end times\",\"/z/bH1\":\"Uma breve descrição do seu organizador que será exibida aos seus usuários.\",\"3BKFn6\":\"Uma URL é necessária quando um rótulo de botão está definido\",\"RpjXTb\":\"Um padrão semanal\",\"aS0jtz\":\"Abandonado\",\"uyJsf6\":\"Sobre\",\"JvuLls\":\"Absorver taxa\",\"lk74+I\":\"Absorver taxa\",\"1uJlG9\":\"Cor de Destaque\",\"g3UF2V\":\"Aceitar\",\"K5+3xg\":\"Aceitar convite\",\"LuXP9q\":\"Access\",\"jzb4Ep\":[\"Account · \",[\"0\"]],\"UqH1Q6\":[\"Account · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"A exclusão da conta foi cancelada.\",\"WtlP+7\":\"A exclusão da conta está bloqueada\",\"vOuxvL\":\"Informações da Conta\",\"F9cvwz\":\"Nome da conta\",\"EHNORh\":\"Conta não encontrada\",\"Hy1lfH\":\"Proprietário da conta\",\"bPwFdf\":\"Contas\",\"pi/Iog\":[\"Contas (\",[\"0\"],\")\"],\"AhwTa1\":\"Ação Necessária: Informações de IVA Necessárias\",\"APyAR/\":\"Eventos ativos\",\"kCl6ja\":\"Active payment methods\",\"XJOV1Y\":\"Activity\",\"Eso+01\":[\"Adicione \",[\"0\"],\" primeiro\"],\"eJ0IJA\":\"Add a cover image and theme to match your brand\",\"0YEoxS\":\"Add a date\",\"ybegUq\":\"Add a description and venue so attendees know what to expect\",\"nOZl6j\":\"Add a Single Date\",\"CjvTPJ\":\"Add another time\",\"0XCduh\":\"Add at least one time\",\"/chGpa\":\"Add connection details for the online event.\",\"UWWRyd\":\"Adicione perguntas personalizadas para coletar informações adicionais durante o checkout\",\"Z/dcxc\":\"Add Date\",\"QeupRg\":\"Adicionar datas\",\"Q219NT\":\"Add Dates\",\"yjB5VC\":\"Add dates and times for your recurring event\",\"Z8idyM\":\"Add details\",\"wpirGs\":\"Add event details\",\"VX6WUv\":\"Adicionar localização\",\"GCQlV2\":\"Add multiple times if you run several sessions per day.\",\"7JF9w9\":\"Adicionar pergunta\",\"NLbIb6\":\"Add this attendee anyway (override capacity)\",\"6PNlRV\":\"Adicione este evento ao seu calendário\",\"BGD9Yt\":\"Adicionar ingressos\",\"uIv4Op\":\"Adicione pixels de rastreamento às suas páginas de eventos públicos e página inicial do organizador. Um banner de consentimento de cookies será exibido aos visitantes quando o rastreamento estiver ativo.\",\"QN2F+7\":\"Adicionar Webhook\",\"NsWqSP\":\"Adicione seus perfis de redes sociais e o URL do site. Eles serão exibidos na sua página pública de organizador.\",\"6JzKEV\":\"Add-on only\",\"VkQex5\":\"Add-on products\",\"Y2K3rp\":\"Add-ons\",\"Z/ZU8N\":\"Adicionado no checkout\",\"bVjDs9\":\"Taxas adicionais\",\"MKqSg4\":\"Acesso de administrador necessário\",\"0Zypnp\":\"Painel de Administração\",\"tlFYEo\":\"Admits attendees to your event\",\"YAV57v\":\"Afiliado\",\"I+utEq\":\"O código de afiliado não pode ser alterado\",\"/jHBj5\":\"Afiliado criado com sucesso\",\"uCFbG2\":\"Afiliado eliminado com sucesso\",\"ld8I+f\":\"Affiliate program\",\"a41PKA\":\"As vendas do afiliado serão rastreadas\",\"mJJh2s\":\"As vendas do afiliado não serão rastreadas. Isto irá desativar o afiliado.\",\"jabmnm\":\"Afiliado atualizado com sucesso\",\"CPXP5Z\":\"Afiliados\",\"9Wh+ug\":\"Afiliados exportados\",\"3cqmut\":\"Os afiliados ajudam-no a rastrear vendas geradas por parceiros e influenciadores. Crie códigos de afiliado e partilhe-os para monitorizar o desempenho.\",\"3e31kI\":\"After your event is created, you can choose how often it repeats from the dashboard.\",\"z7GAMJ\":\"all\",\"N40H+G\":\"Todos\",\"7rLTkE\":\"Todos os eventos arquivados\",\"gKq1fa\":\"Todos os participantes\",\"63gRoO\":\"All attendees of the selected sessions\",\"uWxIoH\":\"All attendees of this occurrence\",\"pMLul+\":\"Todas as moedas\",\"sgUdRZ\":\"All dates\",\"e4q4uO\":\"All Dates\",\"ZS/D7f\":\"Todos os eventos encerrados\",\"QsYjci\":\"Todos os eventos\",\"31KB8w\":\"Todos os trabalhos com falha excluídos\",\"D2g7C7\":\"Todos os trabalhos na fila para nova tentativa\",\"B4RFBk\":\"All matching dates\",\"F1/VgK\":\"All occurrences\",\"OpWjMq\":\"All Occurrences\",\"Sxm1lO\":\"Todos os status\",\"dr7CWq\":\"Todos os próximos eventos\",\"UBpkWM\":\"Todos os usuários\",\"GpT6Uf\":\"Permitir que os participantes atualizem suas informações de ingresso (nome, e-mail) através de um link seguro enviado com a confirmação do pedido.\",\"VZdky1\":\"Permitir que compradores copiem seus dados para todos os participantes\",\"F3mW5G\":\"Permitir que os clientes entrem em uma lista de espera quando este produto estiver esgotado\",\"4CMO/q\":\"Permitir que os clientes entrem em uma lista de espera quando este produto estiver esgotado. Os clientes entram na lista de espera para uma data específica.\",\"c4uJfc\":\"Quase lá! Estamos apenas aguardando o processamento do seu pagamento. Isso deve levar apenas alguns segundos.\",\"ocS8eq\":[\"Já tem uma conta? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Already in\",\"/H326L\":\"Já reembolsado\",\"USEpOK\":\"Already use Stripe on another organizer? Reuse that connection.\",\"RtxQTF\":\"Também cancelar este pedido\",\"jkNgQR\":\"Também reembolsar este pedido\",\"xYqsHg\":\"Sempre disponível\",\"rrepBD\":\"Always on sale\",\"Wvrz79\":\"Valor pago\",\"Zkymb9\":\"Um email para associar a este afiliado. O afiliado não será notificado.\",\"vRznIT\":\"Ocorreu um erro ao verificar o status da exportação.\",\"OPFdAM\":\"Uma descrição opcional desta categoria para exibir na página do evento.\",\"eusccx\":\"Uma mensagem opcional para exibir no produto destacado, por exemplo \\\"Vendendo rápido 🔥\\\" ou \\\"Melhor valor\\\"\",\"HZFm5R\":\"e\",\"l3LBtZ\":\"Conteúdo do anúncio\",\"Th00L9\":\"Anúncio criado\",\"p/XJYI\":\"Anúncio excluído\",\"08iV57\":\"Título do anúncio\",\"qLqgre\":\"Anúncio atualizado\",\"Dzr23X\":\"Anúncios\",\"asqL+J\":\"Anonimizar\",\"QNrkms\":\"Resposta atualizada com sucesso.\",\"+qygei\":\"Answers\",\"GK7Lnt\":\"Answers provided at checkout (e.g. meal choice)\",\"lE8PgT\":\"Any dates you've manually customized will be kept.\",\"jVoYha\":[\"aplicado — \",[\"0\"],\" de desconto no seu pedido\"],\"vP3Nzg\":[\"Applies to \",[\"0\"],\", non-cancelled dates currently loaded on this page.\"],\"kkVyZZ\":\"Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything.\",\"je4muG\":[\"Applies to every \",[\"0\"],\", non-cancelled date in this event — including dates not currently loaded.\"],\"YIIQtt\":\"Apply Changes\",\"NzWX1Y\":\"Apply to\",\"Ps5oDT\":\"Apply to all tickets\",\"261RBr\":\"Aprovar mensagem\",\"naCW6Z\":\"April\",\"B495Gs\":\"Arquivar\",\"5sNliy\":\"Arquivar evento\",\"BrwnrJ\":\"Arquivar organizador\",\"E5eghW\":\"Arquive este evento para ocultá-lo do público. Você pode restaurá-lo mais tarde.\",\"eqFkeI\":\"Arquive este organizador. Isso também arquivará todos os eventos pertencentes a este organizador.\",\"BzcxWv\":\"Organizadores arquivados\",\"9cQBd6\":\"Tem certeza que deseja arquivar este evento? Ele não será mais visível para o público.\",\"Trnl3E\":\"Tem certeza que deseja arquivar este organizador? Isso também arquivará todos os eventos pertencentes a este organizador.\",\"wOvn+e\":[\"Are you sure you want to cancel \",[\"count\"],\" date(s)? Affected attendees will be notified by email.\"],\"GTxE0U\":\"Are you sure you want to cancel this date? Affected attendees will be notified by email.\",\"VkSk/i\":\"Tem certeza de que deseja cancelar esta mensagem agendada?\",\"0aVEBY\":\"Tem certeza de que deseja excluir todos os trabalhos com falha?\",\"LchiNd\":\"Tem a certeza de que deseja eliminar este afiliado? Esta ação não pode ser anulada.\",\"U49Xd6\":\"Tem certeza de que deseja excluir este anúncio? Os usuários não o verão mais.\",\"vPeW/6\":\"Tem certeza de que deseja excluir esta configuração? Isso pode afetar as contas que a utilizam.\",\"h42Hc/\":\"Are you sure you want to delete this date? This action cannot be undone.\",\"RiF/yT\":\"Are you sure you want to delete this image?\",\"b3+Qku\":\"Are you sure you want to delete this tax or fee? It will no longer be applied to new orders.\",\"JmVITJ\":\"Tem certeza de que deseja excluir este modelo? Esta ação não pode ser desfeita e os e-mails voltarão ao modelo padrão.\",\"aLS+A6\":\"Tem certeza de que deseja excluir este modelo? Esta ação não pode ser desfeita e os e-mails voltarão ao modelo do organizador ou padrão.\",\"5H3Z78\":\"Tem certeza de que deseja excluir este webhook?\",\"147G4h\":\"Tem certeza de que deseja sair?\",\"VDWChT\":\"Tem certeza de que deseja definir este organizador como rascunho? Isso tornará a página do organizador invisível ao público.\",\"pWtQJM\":\"Tem certeza de que deseja tornar este organizador público? Isso tornará a página do organizador visível ao público.\",\"EOqL/A\":\"Tem certeza de que deseja oferecer uma vaga a esta pessoa? Ela receberá uma notificação por e-mail.\",\"yAXqWW\":\"Are you sure you want to permanently delete this date? This cannot be undone.\",\"WFHOlF\":\"Tem a certeza de que deseja publicar este evento? Uma vez publicado, será visível ao público.\",\"4TNVdy\":\"Tem a certeza de que deseja publicar este perfil de organizador? Uma vez publicado, será visível ao público.\",\"8x0pUg\":\"Tem certeza de que deseja remover esta entrada da lista de espera?\",\"cDtoWq\":[\"Tem certeza de que deseja reenviar a confirmação do pedido para \",[\"0\"],\"?\"],\"xeIaKw\":[\"Tem certeza de que deseja reenviar o ingresso para \",[\"0\"],\"?\"],\"BjbocR\":\"Tem certeza que deseja restaurar este evento?\",\"7MjfcR\":\"Tem certeza que deseja restaurar este organizador?\",\"b7tkGp\":\"Are you sure you want to revoke this invitation?\",\"ExDt3P\":\"Tem a certeza de que deseja despublicar este evento? Já não será visível ao público.\",\"5Qmxo/\":\"Tem a certeza de que deseja despublicar este perfil de organizador? Já não será visível ao público.\",\"Uqefyd\":\"Você está registrado para IVA na UE?\",\"+QARA4\":\"Arte\",\"tLf3yJ\":\"Como sua empresa está sediada na Irlanda, o IVA irlandês de 23% se aplica automaticamente a todas as taxas da plataforma.\",\"tMeVa/\":\"Solicitar nome e email para cada ingresso comprado\",\"ui5ln+\":\"Assign a different plan\",\"9Jxliv\":\"Assign plan\",\"xdiER7\":\"Nível atribuído\",\"F2rX0R\":\"Pelo menos um tipo de evento deve ser selecionado\",\"Z44eZS\":\"At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead.\",\"BCmibk\":\"Tentativas\",\"6PecK3\":\"Presença e taxas de check-in em todos os eventos\",\"K2tp3v\":\"attendee\",\"AJ4rvK\":\"Participante cancelado\",\"qvylEK\":\"Participante criado\",\"Aspq3b\":\"Coleta de dados dos participantes\",\"fpb0rX\":\"Dados do participante copiados do pedido\",\"94aQMU\":\"Informações do participante\",\"KkrBiR\":\"Coleta de informações do participante\",\"sjPjOg\":\"Attendee notes\",\"cosfD8\":\"Status do Participante\",\"D2qlBU\":\"Participante atualizado\",\"22BOve\":\"Participante atualizado com sucesso\",\"x8Vnvf\":\"O ingresso do participante não está incluído nesta lista\",\"/Ywywr\":\"attendees\",\"zLRobu\":\"attendees checked in\",\"k3Tngl\":\"Participantes exportados\",\"UoIRW8\":\"Participantes registrados\",\"5UbY+B\":\"Participantes com um tíquete específico\",\"4HVzhV\":\"Participantes:\",\"HVkhy2\":\"Análise de atribuição\",\"dMMjeD\":\"Detalhamento de atribuição\",\"1oPDuj\":\"Valor de atribuição\",\"cHfbVT\":\"Público\",\"DBHTm/\":\"August\",\"JgREph\":\"A oferta automática está ativada\",\"V7Tejz\":\"Processar lista de espera automaticamente\",\"PZ7FTW\":\"Detectado automaticamente com base na cor de fundo, mas pode ser substituído\",\"zlnTuI\":\"Oferecer automaticamente ingressos para a próxima pessoa quando a capacidade ficar disponível. Se desativado, você pode processar manualmente a lista de espera na página Lista de Espera.\",\"csDS2L\":\"Disponível\",\"Xp+ywP\":\"Disponível assim que o pagamento for concluído\",\"dwDH1K\":[\"Available times on \",[\"dayName\"]],\"clF06r\":\"Disponível para reembolso\",\"NB5+UG\":\"Tokens Disponíveis\",\"L+wGOG\":\"Awaiting\",\"qcw2OD\":\"Awaiting pay\",\"kNmmvE\":\"Awesome Events Lda.\",\"TeSaQO\":\"Voltar para Contas\",\"kYqM1A\":\"Voltar ao evento\",\"s5QRF3\":\"Voltar para mensagens\",\"td/bh+\":\"Voltar aos Relatórios\",\"nsm7BA\":\"Voltar à pesquisa\",\"imjKVx\":\"Bank account connected\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"O conteúdo do banner deve ter no máximo 200 caracteres\",\"p2OLF3\":\"Preço base\",\"D9LTCH\":\"Base Price\",\"hviJef\":\"Based on the global sale period above, not per date\",\"jIPNJG\":\"Informações básicas\",\"lINGcL\":\"Como esta conta possui pedidos concluídos, os registros de transações (valores, datas e detalhes de faturas) serão mantidos de forma anonimizada para fins legais e fiscais. Todas as informações pessoais serão removidas permanentemente.\",\"UabgBd\":\"Corpo é obrigatório\",\"HWXuQK\":\"Adicione esta página aos favoritos para gerenciar seu pedido a qualquer momento.\",\"CUKVDt\":\"Personalize seus ingressos com um logotipo, cores e mensagem de rodapé personalizados.\",\"4BZj5p\":\"Built-in fraud protection\",\"cr7kGH\":\"Bulk Edit\",\"1Fbd6n\":\"Bulk Edit Dates\",\"Eq6Tu9\":\"Bulk update failed.\",\"9N+p+g\":\"Negócios\",\"SWnN1L\":\"Business address\",\"kQekXw\":\"Business name\",\"3W/QV7\":\"Rótulo do botão\",\"bv6RXK\":\"Rótulo do Botão\",\"ChDLlO\":\"Texto do botão\",\"MOht10\":\"URL do botão\",\"BUe8Wj\":\"O comprador paga\",\"DkL8mp\":\"Buyers can add these to their order when they select this product at checkout.\",\"qF1qbA\":\"Os compradores veem um preço limpo. A taxa da plataforma é deduzida do seu pagamento.\",\"dg05rc\":\"Ao adicionar pixels de rastreamento, você reconhece que você e esta plataforma são controladores conjuntos dos dados coletados. Você é responsável por garantir que possui uma base legal para este processamento sob as leis de privacidade aplicáveis (LGPD, GDPR, CCPA, etc.).\",\"DFqasq\":[\"Ao continuar, você concorda com os <0>Termos de Serviço de \",[\"0\"],\"\"],\"CetOZE\":\"By ticket type\",\"lFdbRS\":\"Ignorar taxas de aplicação\",\"AjVXBS\":\"Calendar\",\"2VLZwd\":\"Botão de Chamada para Ação\",\"rT2cV+\":\"Camera\",\"7hYa9y\":\"Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings.\",\"D02dD9\":\"Campanha\",\"RRPA79\":\"Can't check in\",\"OcVwAd\":[\"Cancel \",[\"count\"],\" date(s)\"],\"H4nE+E\":\"Cancelar todos os produtos e devolvê-los ao pool disponível\",\"Py78q9\":\"Cancel Date\",\"lUjTpS\":\"Cancelar exclusão\",\"5YkF5G\":\"Cancelar solicitação de exclusão\",\"tOXAdc\":\"Cancelar irá cancelar todos os participantes associados a este pedido e devolver os ingressos ao pool disponível.\",\"FPpqc7\":[\"Cancelling \",[\"0\"],\" date(s). This may take a moment to complete.\"],\"01sEfm\":\"Não é possível excluir a configuração padrão do sistema\",\"VsM1HH\":\"Atribuições de capacidade\",\"9bIMVF\":\"Capacity management\",\"H7K8og\":\"Capacity must be 0 or greater\",\"nzao08\":\"capacity updates\",\"4cp9NP\":\"Capacity Used\",\"K7tIrx\":\"Categoria\",\"DRK3Bq\":\"Category deleted successfully\",\"o+XJ9D\":\"Alterar\",\"kJkjoB\":\"Change duration\",\"J0KExZ\":\"Change the attendee limit\",\"ssospy\":\"Change time\",\"CIHJJf\":\"Alterar configurações da lista de espera\",\"B5icLR\":[\"Changed duration for \",[\"count\"],\" date(s)\"],\"Kb+0BT\":\"Charges\",\"2tbLdK\":\"Caridade\",\"BPWGKn\":\"Check in\",\"6uFFoY\":\"Check out\",\"FjAlwK\":[\"Check out this event: \",[\"0\"]],\"v4fiSg\":\"Verifique o seu email\",\"51AsAN\":\"Verifique sua caixa de entrada! Se houver ingressos associados a este e-mail, você receberá um link para visualizá-los.\",\"Y3FYXy\":\"Check-In\",\"udRwQs\":\"Check-in criado\",\"F4SRy3\":\"Check-in excluído\",\"as6XfO\":[\"Check-in for \",[\"0\"],\" was undone\"],\"9s/wrQ\":\"Check-in history\",\"Wwztk4\":\"Check-In List\",\"9gPPUY\":\"Lista de Check-In Criada!\",\"dwjiJt\":\"Check-in list info\",\"7od0PV\":\"check-in lists\",\"f2vU9t\":\"Listas de Check-in\",\"XprdTn\":\"Check-in navigation\",\"5tV1in\":\"Check-in progress\",\"SHJwyq\":\"Taxa de check-in\",\"qCqdg6\":\"Status do Check-In\",\"cKj6OE\":\"Resumo de Check-in\",\"7B5M35\":\"Check-Ins\",\"VrmydS\":\"Checked in\",\"DM4gBB\":\"Chinês (Tradicional)\",\"p8Jvp4\":\"Choose a configuration\",\"ElShBO\":\"Choose a different action\",\"pHEhf+\":\"Escolha uma tipografia que combine com a sua marca. As fontes são auto-hospedadas via Bunny Fonts.\",\"Zok1Gx\":\"Choose an organizer\",\"pkk46Q\":\"Escolha um organizador\",\"Ag32+c\":\"Choose another date\",\"Crr3pG\":\"Escolher calendário\",\"Z38ZJu\":\"Escolha como a data do evento é exibida no ingresso\",\"LAW8Vb\":\"Escolha a configuração padrão para novos eventos. Isso pode ser substituído para eventos individuais.\",\"pjp2n5\":\"Escolha quem paga a taxa da plataforma. Isso não afeta as taxas adicionais que você configurou nas configurações da sua conta.\",\"xCJdfg\":\"Clear\",\"QyOWu9\":\"Clear location — fall back to the event default\",\"V8yTm6\":\"Clear search\",\"kmnKnX\":\"Clearing removes any per-date override. Affected dates will fall back to the event's default location.\",\"/o+aQX\":\"Click to cancel\",\"gD7WGV\":\"Click to reopen for new sales\",\"CySr+W\":\"Clique para ver as notas\",\"RG3szS\":\"fechar\",\"RWw9Lg\":\"Fechar modal\",\"XwdMMg\":\"O código só pode conter letras, números, hífenes e underscores\",\"+yMJb7\":\"O código é obrigatório\",\"m9SD3V\":\"O código deve ter pelo menos 3 caracteres\",\"V1krgP\":\"O código não deve ter mais de 20 caracteres\",\"psqIm5\":\"Colabore com sua equipe para criar eventos incríveis juntos.\",\"4bUH9i\":\"Coletar detalhes do participante para cada ingresso comprado.\",\"TkfG8v\":\"Coletar dados por pedido\",\"96ryID\":\"Coletar dados por ingresso\",\"FpsvqB\":\"Modo de Cor\",\"jEu4bB\":\"Colunas\",\"CWk59I\":\"Comédia\",\"rPA+Gc\":\"Preferências de comunicação\",\"zFT5rr\":\"complete\",\"bUQMpb\":\"Complete Stripe setup\",\"744BMm\":\"Conclua seu pedido para garantir seus ingressos. Esta oferta é por tempo limitado, então não demore muito.\",\"5YrKW7\":\"Complete seu pagamento para garantir seus ingressos.\",\"xGU92i\":\"Complete seu perfil para se juntar à equipe.\",\"QOhkyl\":\"Compor\",\"ih35UP\":\"Centro de conferências\",\"ywFj2D\":\"Configuration\",\"WTw0bB\":\"Configuration assigned\",\"X1zdE7\":\"Configuração criada com sucesso\",\"mLBUMQ\":\"Configuração excluída com sucesso\",\"UIENhw\":\"Os nomes de configuração são visíveis para os usuários finais. As taxas fixas serão convertidas para a moeda do pedido na taxa de câmbio atual.\",\"eeZdaB\":\"Configuração atualizada com sucesso\",\"3cKoxx\":\"Configurações\",\"8v2LRU\":\"Configure os detalhes do evento, localização, opções de checkout e notificações por email.\",\"raw09+\":\"Configure como os dados dos participantes são coletados durante o checkout\",\"FI60XC\":\"Configurar impostos e taxas\",\"av6ukY\":\"Configure which products are available for this occurrence and optionally adjust pricing.\",\"NGXKG/\":\"Confirmar endereço de e-mail\",\"JRQitQ\":\"Confirme a nova senha\",\"Auz0Mz\":\"Confirme seu e-mail para acessar todos os recursos.\",\"7+grte\":\"E-mail de confirmação enviado! Verifique sua caixa de entrada.\",\"n/7+7Q\":\"Confirmação enviada para\",\"x3wVFc\":\"Parabéns! Seu evento agora está visível para o público.\",\"0W2NQP\":\"Connect bank\",\"/K4Vqr\":\"Conecte o Stripe para aceitar pagamentos\",\"nQI4H5\":\"Conecte o Stripe para habilitar a edição de modelos de e-mail\",\"LmvZ+E\":\"Conecte o Stripe para habilitar mensagens\",\"peBIO+\":\"Connect Stripe to receive ticket payments directly to your bank account.\",\"DNeN8t\":\"Connect your bank to receive ticket sales straight to your account\",\"DARj+w\":\"Conectou a conta Stripe errada? Desconecte e comece de novo.\",\"X1y8JF\":\"Connection details are required for online dates\",\"fjfBOm\":\"Os detalhes de conexão são obrigatórios para eventos online\",\"jfC/xh\":\"Contato\",\"LOFgda\":[\"Contato \",[\"0\"]],\"41BQ3k\":\"Email de contacto\",\"4b3oEV\":\"Conteúdo\",\"13CIgI\":\"O conteúdo é obrigatório\",\"m8WD6t\":\"Continuar configuração\",\"0GwUT4\":\"Ir para o checkout\",\"sBV87H\":\"Continuar para a criação do evento\",\"nKtyYu\":\"Continuar para o próximo passo\",\"F3/nus\":\"Continuar para pagamento\",\"s30OcA\":\"Controle como as datas e horários são exibidos na página do evento\",\"p2FRHj\":\"Controle como as taxas da plataforma são tratadas para este evento\",\"NqfabH\":\"Control who gets in for this date\",\"fmYxZx\":\"Control who gets in, and when\",\"1JnTgU\":\"Copiado de cima\",\"FxVG/l\":\"Copiado para a área de transferência\",\"PiH3UR\":\"Copiado!\",\"4i7smN\":\"Copy account ID\",\"uUPbPg\":\"Copiar link de afiliado\",\"iVm46+\":\"Copiar código\",\"cF2ICc\":\"Copiar link do cliente\",\"+2ZJ7N\":\"Copiar detalhes para o primeiro participante\",\"ZN1WLO\":\"Copiar Email\",\"y1eoq1\":\"Copiar link\",\"tUGbi8\":\"Copiar meus dados para:\",\"y22tv0\":\"Copie este link para compartilhá-lo em qualquer lugar\",\"/4gGIX\":\"Copiar para a área de transferência\",\"e0f4yB\":\"Não foi possível excluir a localização\",\"vkiDx2\":\"Could not prepare the bulk update.\",\"KOavaU\":\"Não foi possível obter os detalhes do endereço\",\"/lq4oO\":\"Could not save date\",\"mHu0az\":\"Couldn't send verification email. Please try again.\",\"QOIm+S\":\"As contagens incluem todas as datas futuras. Cada pessoa recebe uma oferta de vaga para a data em que se inscreveu.\",\"P0rbCt\":\"Imagem de capa\",\"p4kqHr\":\"Cover image added\",\"60u+dQ\":\"A imagem de capa será exibida no topo da sua página de evento\",\"2NLjA6\":\"A imagem de capa será exibida no topo da página do organizador\",\"GkrqoY\":\"Covers every ticket\",\"zg4oSu\":[\"Criar Modelo \",[\"0\"]],\"RKKhnW\":\"Crie um widget personalizado para vender ingressos no seu site.\",\"jqhTmw\":\"Create a list for this date\",\"PhioFp\":\"Create a new check-in list for an active session, or contact the organizer if you think this is a mistake.\",\"yIRev4\":\"Criar uma senha\",\"j7xZ7J\":\"Crie organizadores adicionais para gerenciar marcas, departamentos ou séries de eventos separados em uma conta. Cada organizador tem seus próprios eventos, configurações e página pública.\",\"xfKgwv\":\"Criar afiliado\",\"GT/OIA\":\"Crie um anúncio para mostrar uma mensagem aos seus usuários.\",\"tudG8q\":\"Crie e configure ingressos e mercadorias para venda.\",\"Q4VlI/\":\"Criar anúncio\",\"YAl9Hg\":\"Criar Configuração\",\"BTne9e\":\"Criar modelos de e-mail personalizados para este evento que substituem os padrões do organizador\",\"YIDzi/\":\"Criar Modelo Personalizado\",\"tsGqx5\":\"Create Date\",\"Nc3l/D\":\"Crie descontos, códigos de acesso para ingressos ocultos e ofertas especiais.\",\"PybJS2\":\"Create event\",\"abGAgf\":\"Create more tickets or products to offer them as add-ons\",\"eWEV9G\":\"Criar nova senha\",\"utHSNE\":\"Criar programação\",\"8AiKIu\":\"Criar ingresso ou produto\",\"/HGmW9\":\"Crie links rastreáveis para recompensar parceiros que promovem seu evento.\",\"dkAPxi\":\"Criar Webhook\",\"5slqwZ\":\"Crie seu evento\",\"JQNMrj\":\"Crie o seu primeiro evento\",\"CCjxOC\":\"Crie seu primeiro evento para começar a vender ingressos e gerenciar participantes.\",\"ZCSSd+\":\"Crie seu próprio evento\",\"qdv10s\":[\"Criando \",[\"0\"],\" datas. Isso pode levar um momento.\"],\"67NsZP\":\"A criar evento...\",\"H34qcM\":\"A criar organizador...\",\"1YMS+X\":\"A criar o seu evento, por favor aguarde\",\"yiy8Jt\":\"A criar o seu perfil de organizador, por favor aguarde\",\"lfLHNz\":\"Rótulo do CTA é obrigatório\",\"0xLR6W\":\"Currently assigned\",\"iTvh6I\":\"Atualmente disponível para compra\",\"A42Dqn\":\"Custom branding\",\"Guo0lU\":\"Data e hora personalizadas\",\"WDMdn8\":\"Custom questions\",\"O6mra8\":\"Perguntas personalizadas\",\"axv/Mi\":\"Modelo personalizado\",\"2YeVGY\":\"Link do cliente copiado para a área de transferência\",\"QMHSMS\":\"O cliente receberá um email confirmando o reembolso\",\"NihQNk\":\"Clientes\",\"hINN++\":\"Customize page\",\"7gsjkI\":\"Personalize os e-mails enviados aos seus clientes usando modelos Liquid. Estes modelos serão usados como padrão para todos os eventos em sua organização.\",\"xJaTUK\":\"Personalize o layout, cores e marca da página inicial do seu evento.\",\"MXZfGN\":\"Personalize as perguntas feitas durante o checkout para coletar informações importantes dos seus participantes.\",\"iX6SLo\":\"Personalize o texto exibido no botão continuar\",\"R8H7yL\":\"Personalize o texto do botão flutuante que rola até a seção de ingressos\",\"pxNIxa\":\"Personalize seu modelo de e-mail usando modelos Liquid\",\"3trPKm\":\"Personalize a aparência da sua página de organizador\",\"U0sC6H\":\"Daily\",\"/gWrVZ\":\"Receita diária, impostos, taxas e reembolsos em todos os eventos\",\"zgCHnE\":\"Relatório de vendas diárias\",\"nHm0AI\":\"Detalhamento das vendas diárias, impostos e taxas\",\"1aPnDT\":\"Dance\",\"pvnfJD\":\"Escuro\",\"MaB9wW\":\"Date Cancellation\",\"e6cAxJ\":\"Date cancelled\",\"81jBnC\":\"Date cancelled successfully\",\"a/C/6R\":\"Date created successfully\",\"IW7Q+u\":\"Date deleted\",\"rngCAz\":\"Date deleted successfully\",\"vHbfoQ\":\"Date reactivated\",\"hvah+S\":\"Date reopened for new sales\",\"Ez0YsD\":\"Date updated successfully\",\"JxwIlL\":\"datas\",\"Te33mU\":\"Dates are managed per occurrence\",\"91zCxb\":\"Dates with sessions\",\"/ITcnz\":\"day\",\"H7OUPr\":\"Day\",\"JtHrX9\":\"Day of Month\",\"J/Upwb\":\"days\",\"V3VGYb\":\"Dias do mês\",\"r6zgGo\":\"December\",\"jbq7j2\":\"Recusar\",\"WGD1Al\":\"Diminuir\",\"gJY4YL\":\"Diminuir quantidade\",\"ovBPCi\":\"Padrão\",\"JtI4vj\":\"Coleta padrão de informações do participante\",\"ULjv90\":\"Default capacity per date\",\"3R/Tu2\":\"Gestão de taxas padrão\",\"1bZAZA\":\"Modelo padrão será usado\",\"3Biswm\":\"Defaults\",\"HNlEFZ\":\"excluir\",\"KpnwJK\":[\"Excluir \\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Delete \",[\"count\"],\" selected date(s)? Dates with orders will be skipped. This cannot be undone.\"],\"ZDGm40\":\"Excluir conta\",\"vu7gDm\":\"Eliminar afiliado\",\"KZN4Lc\":\"Excluir tudo\",\"6EkaOO\":\"Delete Date\",\"io0G93\":\"Excluir evento\",\"+jw/c1\":\"Excluir imagem\",\"hdyeZ0\":\"Excluir trabalho\",\"xxjZeP\":\"Excluir localização\",\"sY3tIw\":\"Excluir organizador\",\"UBv8UK\":\"Delete Permanently\",\"dPyJ15\":\"Excluir Modelo\",\"IQTR34\":\"Delete this category? Any products in it will also be deleted. This cannot be undone.\",\"/1wMxk\":\"Delete this product? This cannot be undone.\",\"mxsm1o\":\"Excluir esta pergunta? Isso não pode ser desfeito.\",\"snMaH4\":\"Excluir webhook\",\"LIZZLY\":[\"Deleted \",[\"0\"],\" date(s)\"],\"loLVyU\":\"Conta excluída\",\"IlUuGb\":\"Excluir sua conta a desativa imediatamente: todos os eventos publicados são despublicados e o acesso é desabilitado. Após um período de carência de 30 dias, a exclusão se torna permanente. Você pode cancelar a qualquer momento durante esses 30 dias.\",\"nMdIuB\":\"Exclusão na fila para execução\",\"/U002t\":\"Solicitação de exclusão cancelada\",\"PBA62s\":\"Solicitações de exclusão\",\"7w0Wev\":\"Description and venue added\",\"vYgeDk\":\"Desselecionar tudo\",\"NvuEhl\":\"Elementos de Design\",\"H8kMHT\":\"Não recebeu o código?\",\"G8KNgd\":\"Different location\",\"E/QGRL\":\"Disabled\",\"bzSI52\":\"Discard\",\"0EcUWz\":\"Discard changes?\",\"+K0AvT\":\"Desconectar\",\"cALvbl\":\"Desconectar conta Stripe\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Dispensar anúncio\",\"nZJ8tu\":\"Dismiss setup checklist\",\"QotGhf\":\"Fechar esta mensagem\",\"J6hrEy\":\"Dispensado\",\"BREO0S\":\"Exibe uma caixa de seleção permitindo que os clientes optem por receber comunicações de marketing deste organizador de eventos.\",\"HtaSQp\":\"Exibe quantas vagas restam em cada data no widget de ingressos. Você pode substituir isso para datas individuais.\",\"pfa8F0\":\"Nome de exibição\",\"Kdpf90\":\"Não esqueça!\",\"352VU2\":\"Não tem uma conta? <0>Cadastre-se\",\"AXXqG+\":\"Doação\",\"DPfwMq\":\"Concluído\",\"JoPiZ2\":\"Door staff instructions\",\"2+O9st\":\"Baixe relatórios de vendas, participantes e financeiros para todos os pedidos concluídos.\",\"eneWvv\":\"Rascunho\",\"Ts8hhq\":\"Devido ao alto risco de spam, você deve conectar uma conta Stripe antes de poder modificar modelos de e-mail. Isso é para garantir que todos os organizadores de eventos sejam verificados e responsáveis.\",\"TnzbL+\":\"Devido ao alto risco de spam, você deve conectar uma conta Stripe antes de poder enviar mensagens aos participantes.\\nIsso é para garantir que todos os organizadores de eventos sejam verificados e responsáveis.\",\"euc6Ns\":\"Duplicar\",\"YueC+F\":\"Duplicate Date\",\"KRmTkx\":\"Duplicar produto\",\"Jd3ymG\":\"Duration must be at least 1 minute.\",\"KIjvtr\":\"Holandês\",\"22xieU\":\"ex. 180 (3 horas)\",\"MCx4ov\":\"ex.: Saiba mais\",\"/zajIE\":\"e.g. Morning Session\",\"XDHATF\":\"ex.: Novo recurso: listas de espera\",\"tAtvUj\":\"ex.: Manutenção programada neste sábado das 2h às 4h UTC\",\"SPKbfM\":\"ex.: Comprar ingressos, Registrar-se agora\",\"fc7wGW\":\"ex: Atualização importante sobre seus ingressos\",\"54MPqC\":\"ex: Padrão, Premium, Enterprise\",\"3RQ81z\":\"Cada pessoa receberá um e-mail com uma vaga reservada para concluir sua compra.\",\"Xfsjel\":\"Cada produto\",\"5oD9f/\":\"Earlier\",\"LTzmgK\":[\"Editar Modelo \",[\"0\"]],\"v4+lcZ\":\"Editar afiliado\",\"ndNHsK\":\"Editar anúncio\",\"2iZEz7\":\"Editar resposta\",\"t2bbp8\":\"Editar participante\",\"etaWtB\":\"Editar detalhes do participante\",\"+guao5\":\"Editar Configuração\",\"1Mp/A4\":\"Edit Date\",\"m0ZqOT\":\"Editar localização\",\"8oivFT\":\"Editar localização\",\"vRWOrM\":\"Editar detalhes do pedido\",\"pHm0k9\":\"Editar programação\",\"fW5sSv\":\"Editar webhook\",\"nP7CdQ\":\"Editar Webhook\",\"MRZxAn\":\"Edited\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Educação\",\"iiWXDL\":\"Falhas de elegibilidade\",\"zPiC+q\":\"Listas de Check-In Elegíveis\",\"SiVstt\":\"Email & scheduled messages\",\"V2sk3H\":\"E-mail e Modelos\",\"hbwCKE\":\"Endereço de email copiado para a área de transferência\",\"dSyJj6\":\"Os endereços de e-mail não coincidem\",\"elW7Tn\":\"Corpo do E-mail\",\"ZsZeV2\":\"O email é obrigatório\",\"Be4gD+\":\"Visualização do E-mail\",\"6IwNUc\":\"Modelos de E-mail\",\"H/UMUG\":\"Verificação de e-mail necessária\",\"PLEl94\":\"Email verified\",\"L86zy2\":\"Email verificado com sucesso!\",\"FSN4TS\":\"Widget incorporado\",\"z9NkYY\":\"Embeddable widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Um emoji é obrigatório para modais\",\"Qj0GKe\":\"Ativar autoatendimento para participantes\",\"hEtQsg\":\"Ativar autoatendimento para participantes por padrão\",\"Upeg/u\":\"Habilitar este modelo para envio de e-mails\",\"7dSOhU\":\"Ativar lista de espera\",\"RxzN1M\":\"Ativado\",\"sGjBEq\":\"Data e hora de término (opcional)\",\"PKXt9R\":\"A data de término deve ser posterior à data de início\",\"vTL8gi\":\"Hora de término\",\"48Y16Q\":\"Hora de fim (opcional)\",\"TbaYrr\":[\"Ended \",[\"0\"]],\"CFgwiw\":[\"Ends \",[\"0\"]],\"SqOIQU\":\"Enter a capacity value or choose unlimited.\",\"h37gRz\":\"Enter a label or choose to remove it.\",\"7YZofi\":\"Digite um assunto e corpo para ver a visualização\",\"khyScF\":\"Enter a time to shift by.\",\"SKx/0u\":\"Digite um nome de local ou um endereço\",\"ppwojw\":\"Informe um nome de local ou endereço para eventos presenciais\",\"j+eCIq\":\"Inserir o endereço manualmente\",\"3bR1r4\":\"Introduza o email do afiliado (opcional)\",\"ARkzso\":\"Introduza o nome do afiliado\",\"ej4L8b\":\"Enter capacity\",\"6KnyG0\":\"Digite o e-mail\",\"INDKM9\":\"Digite o assunto do e-mail...\",\"xUgUTh\":\"Digite o primeiro nome\",\"9/1YKL\":\"Digite o sobrenome\",\"VpwcSk\":\"Digite a nova senha\",\"kWg31j\":\"Introduza um código de afiliado único\",\"C3nD/1\":\"Digite seu e-mail\",\"VmXiz4\":\"Digite seu e-mail e enviaremos instruções para redefinir sua senha.\",\"n9V+ps\":\"Digite seu nome\",\"IdULhL\":\"Digite seu número de IVA incluindo o código do país, sem espaços (ex: IE1234567A, DE123456789)\",\"RRlWVA\":\"Pedido inteiro\",\"o21Y+P\":\"entries\",\"X88/6w\":\"As inscrições aparecerão aqui quando os clientes entrarem na lista de espera de produtos esgotados.\",\"LslKhj\":\"Erro ao carregar os registros\",\"BkEWfd\":\"Esc to close\",\"VCNHvW\":\"Evento arquivado\",\"ZD0XSb\":\"Evento arquivado com sucesso\",\"WgD6rb\":\"Categoria do evento\",\"b46pt5\":\"Imagem de capa do evento\",\"NAUIJ7\":\"Event created\",\"1b77ID\":\"Evento criado\",\"1Hzev4\":\"Modelo personalizado do evento\",\"+v+GW0\":\"Exibição da data do evento\",\"7u9/DO\":\"Evento excluído com sucesso\",\"imgKgl\":\"Descrição do evento\",\"IzR/Fc\":\"Event lifetime\",\"PYs3rP\":\"Nome do evento\",\"HhwcTQ\":\"Nome do evento\",\"WZZzB6\":\"O nome do evento é obrigatório\",\"Wd5CDM\":\"O nome do evento deve ter menos de 150 caracteres\",\"4JzCvP\":\"Evento não disponível\",\"mImacG\":\"Página do Evento\",\"Hk9Ki/\":\"Evento restaurado com sucesso\",\"JyD0LH\":\"Configurações do evento\",\"XVLu2v\":\"Título do evento\",\"OfmsI9\":\"Evento muito recente\",\"4SILkp\":\"Event totals\",\"YDVUVl\":\"Tipos de eventos\",\"+HeiVx\":\"Evento atualizado\",\"19j6uh\":\"Desempenho de Eventos\",\"PC3/fk\":\"Eventos Começando nas Próximas 24 Horas\",\"CRsuq4\":\"A cada\",\"nwiZdc\":[\"Every \",[\"0\"]],\"B2jjf8\":[\"Every \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Every \",[\"0\"],\" days\"],\"yLiYx+\":[\"Every \",[\"0\"],\" months\"],\"nn9ice\":[\"Every \",[\"0\"],\" weeks\"],\"Cdr8f9\":[\"Every \",[\"0\"],\" weeks on \",[\"1\"]],\"GVEHRk\":[\"Every \",[\"0\"],\" years\"],\"XlRpgq\":[\"A cada \",[\"cadenceUnit\"]],\"fTFfOK\":\"Todo modelo de e-mail deve incluir um botão de chamada para ação que leva à página apropriada\",\"hHTPiT\":\"Everything else — tap to edit\",\"BVinvJ\":\"Exemplos: \\\"Como você soube de nós?\\\", \\\"Nome da empresa para fatura\\\"\",\"2hGPQG\":\"Exemplos: \\\"Tamanho da camiseta\\\", \\\"Preferência de refeição\\\", \\\"Cargo\\\"\",\"qNuTh3\":\"Exceção\",\"aW/bzJ\":\"Executar exclusão\",\"CtAcQ7\":\"Executar exclusão agora\",\"xj4fwT\":\"Executar agora\",\"M1RnFv\":\"Expirado\",\"kF8HQ7\":\"Exportar respostas\",\"2KAI4N\":\"Exportar CSV\",\"JKfSAv\":\"Falha na exportação. Por favor, tente novamente.\",\"SVOEsu\":\"Exportação iniciada. Preparando arquivo...\",\"wuyaZh\":\"Exportação bem-sucedida\",\"9bpUSo\":\"A exportar afiliados\",\"jtrqH9\":\"Exportando participantes\",\"R4Oqr8\":\"Exportação concluída. Baixando arquivo...\",\"UlAK8E\":\"Exportando pedidos\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Falhou\",\"8uOlgz\":\"Falhou em\",\"tKcbYd\":\"Trabalhos com falha\",\"SsI9v/\":\"Falha ao abandonar o pedido. Por favor, tente novamente.\",\"LdPKPR\":\"Falha ao atribuir configuração\",\"PO0cfn\":\"Failed to cancel date\",\"YUX+f+\":\"Failed to cancel dates\",\"SIHgVQ\":\"Falha ao cancelar mensagem\",\"cEFg3R\":\"Falha ao criar afiliado\",\"dVgNF1\":\"Falha ao criar configuração\",\"fAoRRJ\":\"Failed to create schedule\",\"4yLYTb\":\"Falha ao criar a programação. Por favor, tente novamente.\",\"U66oUa\":\"Falha ao criar modelo\",\"+RTkEY\":\"Falha ao excluir o anúncio\",\"aFk48v\":\"Falha ao excluir configuração\",\"n1CYMH\":\"Failed to delete date\",\"KXv+Qn\":\"Failed to delete date. It may have existing orders.\",\"JJ0uRo\":\"Failed to delete dates\",\"rgoBnv\":\"Falha ao excluir o evento\",\"Zw6LWb\":\"Falha ao excluir trabalho\",\"tq0abZ\":\"Falha ao excluir trabalhos\",\"2mkc3c\":\"Falha ao excluir o organizador\",\"5E23qd\":\"Failed to delete product. Please try again.\",\"vKMKnu\":\"Falha ao excluir pergunta\",\"xFj7Yj\":\"Falha ao excluir modelo\",\"jo3Gm6\":\"Falha ao exportar afiliados\",\"Jjw03p\":\"Falha ao exportar participantes\",\"ZPwFnN\":\"Falha ao exportar pedidos\",\"zGE3CH\":\"Falha ao exportar relatório. Por favor, tente novamente.\",\"lS9/aZ\":\"Falha ao carregar destinatários\",\"X4o0MX\":\"Falha ao carregar o Webhook\",\"ETcU7q\":\"Falha ao oferecer vaga\",\"5670b9\":\"Falha ao oferecer ingressos\",\"e5KIbI\":\"Failed to reactivate date\",\"7zyx8a\":\"Falha ao remover da lista de espera\",\"A/P7PX\":\"Failed to remove override\",\"ogWc1z\":\"Failed to reopen date\",\"0+iwE5\":\"Falha ao reordenar perguntas\",\"EJPAcd\":\"Falha ao reenviar confirmação do pedido\",\"DjSbj3\":\"Falha ao reenviar ingresso\",\"YQ3QSS\":\"Falha ao reenviar código de verificação\",\"wDioLj\":\"Falha ao tentar novamente o trabalho\",\"DKYTWG\":\"Falha ao tentar novamente os trabalhos\",\"WRREqF\":\"Failed to save override\",\"sj/eZA\":\"Failed to save price override\",\"780n8A\":\"Failed to save product settings\",\"zTkTF3\":\"Falha ao salvar modelo\",\"l6acRV\":\"Falha ao salvar as configurações de IVA. Por favor, tente novamente.\",\"T6B2gk\":\"Falha ao enviar mensagem. Por favor, tente novamente.\",\"lKh069\":\"Falha ao iniciar a exportação\",\"t/KVOk\":\"Falha ao iniciar a personificação. Por favor, tente novamente.\",\"QXgjH0\":\"Falha ao parar a personificação. Por favor, tente novamente.\",\"i0QKrm\":\"Falha ao atualizar afiliado\",\"NNc33d\":\"Falha ao atualizar a resposta.\",\"E9jY+o\":\"Falha ao atualizar participante\",\"uQynyf\":\"Falha ao atualizar configuração\",\"i2PFQJ\":\"Falha ao atualizar o status do evento\",\"EhlbcI\":\"Falha ao atualizar nível de mensagens\",\"rpGMzC\":\"Falha ao atualizar pedido\",\"T2aCOV\":\"Falha ao atualizar o status do organizador\",\"Eeo/Gy\":\"Falha ao atualizar configuração\",\"kqA9lY\":\"Falha ao atualizar configurações de IVA\",\"nkNfWu\":\"Falha ao enviar imagem. Por favor, tente novamente.\",\"rxy0tG\":\"Falha ao verificar email\",\"QRUpCk\":\"Family\",\"5LO38w\":\"Fast payouts to your bank\",\"4lgLew\":\"February\",\"9bHCo2\":\"Moeda da taxa\",\"/sV91a\":\"Gestão de taxas\",\"K4dKSP\":\"Fee override saved\",\"LyUWXA\":\"Taxas ignoradas\",\"cf35MA\":\"Festival\",\"pAey+4\":\"O arquivo é muito grande. O tamanho máximo é 5MB.\",\"VejKUM\":\"Preencha seus dados acima primeiro\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filter attendees\",\"8OvVZZ\":\"Filtrar Participantes\",\"N/H3++\":\"Filter by date\",\"mvrlBO\":\"Filtrar por evento\",\"g+xRXP\":\"Finish setting up Stripe\",\"LHH461\":\"Finish setup\",\"syyeb9\":\"First\",\"Vj6wk9\":\"First 30 days\",\"/bpZYb\":\"First 7 days\",\"ziEnjY\":\"First 90 days\",\"1vBhpG\":\"Primeiro participante\",\"4pwejF\":\"O primeiro nome é obrigatório\",\"rVogsf\":\"Corrija os problemas para publicar\",\"3lkYdQ\":\"Fixed fee\",\"6bBh3/\":\"Taxa Fixa\",\"zWqUyJ\":\"Taxa fixa cobrada por transação\",\"LWL3Bs\":\"A taxa fixa deve ser 0 ou maior\",\"0RI8m4\":\"Flash off\",\"q0923e\":\"Flash on\",\"X+U6/w\":\"Família da fonte\",\"lWxAUo\":\"Comida e bebida\",\"nFm+5u\":\"Texto do Rodapé\",\"sQv06Y\":\"por\",\"NTzcRQ\":\"Por um número de datas\",\"a8nooQ\":\"Fourth\",\"xVhQZV\":\"Fri\",\"39y5bn\":\"Sexta-feira\",\"ejVYRQ\":\"De\",\"hGDVDa\":[\"A partir de \",[\"0\"]],\"+dBe1R\":[\"From \",[\"start\"]],\"1dv+MO\":[\"de \",[\"start\"],\" até \",[\"end\"]],\"l82hjf\":[\"a partir de \",[\"start\"],\", por \",[\"count\"],\" datas\"],\"f5UbZ0\":\"Full data ownership\",\"cfvx/y\":\"Full event\",\"MY2SVM\":\"Reembolso total\",\"PGQLdy\":\"future\",\"8N/j1s\":\"Future dates only\",\"yRx/6K\":\"Future dates will be copied with capacity reset to zero\",\"T02gNN\":\"Admissão Geral\",\"3ep0Gx\":\"Informações gerais sobre seu organizador\",\"ziAjHi\":\"Gerar\",\"exy8uo\":\"Gerar código\",\"4CETZY\":\"Como chegar\",\"pjkEcB\":\"Get Paid\",\"lGYzP6\":\"Get paid with Stripe\",\"ZDIydz\":\"Começar\",\"u6FPxT\":\"Obter Ingressos\",\"2ohvu7\":\"Texto do botão Obter Ingressos\",\"8KDgYV\":\"Prepare seu evento\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Voltar\",\"sr0UJD\":\"Go Back\",\"oNL5vN\":\"Ir para a página do evento\",\"gHSuV/\":\"Ir para a página inicial\",\"8+Cj55\":\"Go to Schedule\",\"6nDzTl\":\"Boa legibilidade\",\"76gPWk\":\"Entendi\",\"CZXzs4\":\"Grego\",\"aGWZUr\":\"Receita bruta\",\"n8IUs7\":\"Receita Bruta\",\"O1wAlQ\":\"Guest\",\"LIYoRQ\":\"Gestão de convidados\",\"NUsTc4\":\"Happening now\",\"S2Y4aO\":\"Exclusão definitiva\",\"kTSQej\":[\"Olá \",[\"0\"],\", gerencie sua plataforma daqui.\"],\"URTkcd\":\"Ajude-nos a melhorar contando por que você está saindo\",\"dORAcs\":\"Aqui estão todos os ingressos associados ao seu endereço de e-mail.\",\"g+2103\":\"Aqui está o seu link de afiliado\",\"bVsnqU\":\"Hi,\",\"/iE8xx\":\"Taxa Hi.Events\",\"zppscQ\":\"Taxas da plataforma Hi.Events e discriminação do IVA por transação\",\"D+zLDD\":\"Oculto\",\"cZO505\":[\"Hidden — sales ended \",[\"end\"],\".\"],\"DRErHC\":\"Oculto para participantes - visível apenas para organizadores\",\"9zfvsx\":\"Hidden from everyone\",\"nMfkJW\":\"Hidden from everyone — the master hide switch is on.\",\"NNnsM0\":\"Ocultar opções avançadas\",\"P+5Pbo\":\"Ocultar respostas\",\"VMlRqi\":\"Hide details\",\"NQgWuh\":\"Ocultar pré-visualização\",\"uXNYjR\":\"Ocultar datas e horários esgotados\",\"g9RcYX\":\"Ocultar a data\",\"uMwTx7\":\"Ocultar esta categoria?\",\"LLt2UT\":\"Hides sold out\",\"gtEbeW\":\"Destacar\",\"NF8sdv\":\"Mensagem de destaque\",\"MXSqmS\":\"Destacar este produto\",\"7ER2sc\":\"Destacado\",\"sq7vjE\":\"Os produtos em destaque terão uma cor de fundo diferente para se destacarem na página do evento.\",\"1+WSY1\":\"Hobbies\",\"yY8wAv\":\"Hours\",\"49Tkiw\":\"Como o desconto é aplicado?\",\"sy9anN\":\"Quanto tempo um cliente tem para concluir a compra após receber uma oferta. Deixe vazio para sem limite de tempo.\",\"cceMns\":\"How VAT is applied to the platform fees we charge you.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Húngaro\",\"8Wgd41\":\"Reconheço minhas responsabilidades como controlador de dados\",\"O8m7VA\":\"Concordo em receber notificações por e-mail relacionadas a este evento\",\"YLgdk5\":\"Confirmo que esta é uma mensagem transacional relacionada a este evento\",\"4/kP5a\":\"Se uma nova aba não abriu automaticamente, clique no botão abaixo para continuar para o checkout.\",\"W/eN+G\":\"Se em branco, o endereço será usado para gerar um link do Google Maps\",\"CY3yHL\":\"Se marcado, esta categoria ficará oculta do público.\",\"iIEaNB\":\"Se você tem uma conta conosco, receberá um e-mail com instruções sobre como redefinir sua senha.\",\"an5hVd\":\"Imagens\",\"tSVr6t\":\"Personificar\",\"TWXU0c\":\"Personificar usuário\",\"5LAZwq\":\"Personificação iniciada\",\"IMwcdR\":\"Personificação parada\",\"0I0Hac\":\"Aviso importante\",\"yD3avI\":\"Importante: Alterar seu endereço de e-mail atualizará o link de acesso a este pedido. Você será redirecionado para o novo link do pedido após salvar.\",\"jT142F\":[\"Em \",[\"diffHours\"],\" horas\"],\"OoSyqO\":[\"Em \",[\"diffMinutes\"],\" minutos\"],\"PdMhEx\":[\"in last \",[\"0\"],\" min\"],\"u7r0G5\":\"In person — set a venue\",\"/LCAwL\":\"Em andamento\",\"5gTmFD\":\"taxas incl.\",\"laL+R0\":\"taxas e impostos incl.\",\"cXeh90\":\"impostos incl.\",\"pxFAp/\":\"Aumentar\",\"nQMUIO\":\"Aumentar quantidade\",\"F1Xp97\":\"Participantes individuais\",\"85e6zs\":\"Inserir Token Liquid\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Instant Stripe payouts\",\"nbfdhU\":\"Integrações\",\"I8eJ6/\":\"Internal notes on the attendee's ticket\",\"B2Tpo0\":\"Email inválido\",\"5tT0+u\":\"Formato de email inválido\",\"f9WRpE\":\"Tipo de arquivo inválido. Por favor, envie uma imagem.\",\"tnL+GP\":\"Sintaxe Liquid inválida. Por favor, corrija e tente novamente.\",\"N9JsFT\":\"Formato de número de IVA inválido\",\"g+lLS9\":\"Convidar um membro da equipe\",\"1z26sk\":\"Convidar membro da equipe\",\"KR0679\":\"Convidar membros da equipe\",\"aH6ZIb\":\"Convide sua equipe\",\"Dn4OyV\":\"Convidado\",\"IuMGvq\":\"Fatura\",\"a/bUcL\":\"It happens on more than one date\",\"d+Oe9r\":\"It may have been unpublished or removed. Please check the link and try again.\",\"Lj7sBL\":\"Italiano\",\"F5/CBH\":\"item(ns)\",\"BzfzPK\":\"Itens\",\"rjyWPb\":\"January\",\"KmWyx0\":\"Trabalho\",\"o5r6b2\":\"Trabalho excluído\",\"cd0jIM\":\"Detalhes do trabalho\",\"ruJO57\":\"Nome do trabalho\",\"YZi+Hu\":\"Trabalho na fila para nova tentativa\",\"nCywLA\":\"Participe de qualquer lugar\",\"SNzppu\":\"Entrar na lista de espera\",\"dLouFI\":[\"Entrar na lista de espera para \",[\"productDisplayName\"]],\"2gMuHR\":\"Inscrito\",\"u4ex5r\":\"July\",\"zeEQd/\":\"June\",\"MxjCqk\":\"Apenas procurando seus ingressos?\",\"xOTzt5\":\"just now\",\"0RihU9\":\"Just wrapped\",\"Brhs/U\":\"Manter conexão\",\"4OjqAQ\":\"Keep editing\",\"lwO5vw\":[\"Seja breve — banners mostram uma única linha. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Manter-me atualizado sobre novidades e eventos de \",[\"0\"]],\"ioFA9i\":\"Keep the profit.\",\"C/pOUI\":\"Rótulo — ex.: Sessão da manhã\",\"o66QSP\":\"label updates\",\"RtKKbA\":\"Last\",\"DruLRc\":\"Últimos 14 dias\",\"ve9JTU\":\"O sobrenome é obrigatório\",\"h0Q9Iw\":\"Última resposta\",\"gw3Ur5\":\"Última ativação\",\"FIq1Ba\":\"Later\",\"xvnLMP\":\"Latest check-ins\",\"GGFOZD\":\"Deixe “De” como hoje para começar imediatamente.\",\"N5TErv\":\"Leave empty for unlimited\",\"L/hDDD\":\"Leave empty to apply this check-in list to all occurrences\",\"9Pf3wk\":\"Leave on to cover every ticket on the event. Turn off to pick specific tickets.\",\"Hq2BzX\":\"Let them know about the change\",\"+uexiy\":\"Let them know about the changes\",\"exYcTF\":\"Library\",\"1njn7W\":\"Claro\",\"1qY5Ue\":\"Link expirado ou inválido\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Links permitidos\",\"2BBAbc\":\"List\",\"dF6vP6\":\"Ao vivo\",\"fpMs2Z\":\"AO VIVO\",\"D9zTjx\":\"Eventos ao Vivo\",\"a37vfH\":\"Live preview\",\"C33p4q\":\"Loaded dates\",\"WdmJIX\":\"Carregando visualização...\",\"IoDI2o\":\"Carregando tokens...\",\"G3Ge9Z\":\"Carregando logs de webhook...\",\"NFxlHW\":\"Carregando webhooks\",\"E0DoRM\":\"Localização excluída\",\"7w8lJU\":\"Localização salva\",\"YsRXDD\":\"Localização atualizada\",\"A/kIva\":\"location updates\",\"iyZPPR\":\"localizações\",\"VppBoU\":\"Localizações\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo e Capa\",\"gddQe0\":\"Logo e imagem de capa para seu organizador\",\"TBEnp1\":\"O logo será exibido no cabeçalho\",\"Jzu30R\":\"O logo será exibido no ingresso\",\"PSRm6/\":\"Procurar meus ingressos\",\"yJFu/X\":\"Escritório principal\",\"v5nFPh\":\"Make it visible so people can buy tickets\",\"cdY2at\":[\"Manage \",[\"0\"]],\"wZJfA8\":\"Manage dates and times for your recurring event\",\"RlzPUE\":\"Manage on Stripe\",\"sjoDuh\":\"Manage schedule\",\"6NXJRK\":\"Manage Schedule\",\"zXuaxY\":\"Gerencie a lista de espera do seu evento, veja estatísticas e ofereça ingressos aos participantes.\",\"g2npA5\":\"Oferta manual\",\"hg6l4j\":\"March\",\"pqRBOz\":\"Mark as validated (admin override)\",\"2L3vle\":\"Máx. mensagens / 24h\",\"Qp4HWD\":\"Máx. destinatários / mensagem\",\"7qu2YV\":[\"Máximo de \",[\"cap\"],\" por pedido\"],\"3JzsDb\":\"May\",\"agPptk\":\"Meio\",\"xDAtGP\":\"Mensagem\",\"bECJqy\":\"Mensagem aprovada com sucesso\",\"1jRD0v\":\"Enviar mensagens aos participantes com ingressos específicos\",\"uQLXbS\":\"Mensagem cancelada\",\"48rf3i\":\"Mensagem não pode exceder 5000 caracteres\",\"ZPj0Q8\":\"Detalhes da mensagem\",\"Vjat/X\":\"A mensagem é obrigatória\",\"0/yJtP\":\"Enviar mensagem para proprietários de pedidos com produtos específicos\",\"saG4At\":\"Mensagem agendada\",\"mFdA+i\":\"Nível de mensagens\",\"v7xKtM\":\"Nível de mensagens atualizado com sucesso\",\"/VRn+9\":[\"Min \",[\"min\"],\" per order\"],\"H9HlDe\":\"minutos\",\"agRWc1\":\"Minutes\",\"FfPWR0\":\"Modal\",\"zz/Wd/\":\"Mode\",\"fpMgHS\":\"Mon\",\"hty0d5\":\"Segunda-feira\",\"JbIgPz\":\"Os valores monetários são totais aproximados em todas as moedas\",\"qvF+MT\":\"Monitorar e gerenciar trabalhos em segundo plano com falha\",\"kY2ll9\":\"month\",\"HajiZl\":\"Mês\",\"+8Nek/\":\"Monthly\",\"6jefe3\":\"months\",\"f8jrkd\":\"more\",\"JcD7qf\":\"More actions\",\"w36OkR\":\"Eventos mais vistos (Últimos 14 dias)\",\"+Y/na7\":\"Move all dates earlier or later\",\"3DIpY0\":\"Multiple locations\",\"g9cQCP\":\"Multiple ticket types\",\"GfaxEk\":\"Música\",\"oVGCGh\":\"Meus Ingressos\",\"8/brI5\":\"O nome é obrigatório\",\"sFFArG\":\"O nome deve ter menos de 255 caracteres\",\"Bst+aq\":\"Precisa trocar de conta Stripe? Desconecte esta.\",\"xxU3NX\":\"Receita Líquida\",\"7I8LlL\":\"New capacity\",\"n1GRql\":\"New label\",\"y0Fcpd\":\"Nova localização\",\"ArHT/C\":\"Novos cadastros\",\"uK7xWf\":\"New time:\",\"g8JmSC\":\"Próximo mês\",\"veT5Br\":\"Next occurrence\",\"WXtl5X\":[\"Next: \",[\"nextFormatted\"]],\"eWRECP\":\"Vida noturna\",\"HSw5l3\":\"Não - Sou um indivíduo ou empresa não registrada para IVA\",\"VHfLAW\":\"Sem contas\",\"+jIeoh\":\"Nenhuma conta encontrada\",\"074+X8\":\"Nenhum webhook ativo\",\"zxnup4\":\"Sem afiliados para mostrar\",\"hUHrkV\":\"Ainda não há anúncios\",\"Dwf4dR\":\"Ainda não há perguntas para participantes\",\"th7rdT\":\"No attendees to show\",\"PKySlW\":\"No attendees yet for this date.\",\"/UC6qk\":\"Nenhum dado de atribuição encontrado\",\"E2vYsO\":\"No capabilities reported by Stripe yet.\",\"amMkpL\":\"Sem capacidade\",\"d2Jf1f\":\"No change\",\"99ntUF\":\"Nenhuma lista de check-in disponível para este evento.\",\"wG+knX\":\"No check-ins yet\",\"+dAKxg\":\"Nenhuma configuração encontrada\",\"LiLk8u\":\"No connections available\",\"eb47T5\":\"Nenhum dado encontrado para os filtros selecionados. Tente ajustar o período ou a moeda.\",\"Zc216S\":\"No date added\",\"I8mtzP\":\"No dates available this month. Try navigating to another month.\",\"yDukIL\":\"No dates match the current filters.\",\"B7phdj\":\"No dates match your filters\",\"/ZB4Um\":\"No dates match your search\",\"OtJSnL\":\"Nenhuma data agendada\",\"gEdNe8\":\"No dates scheduled yet\",\"w+wkcC\":\"Nenhuma solicitação de exclusão encontrada\",\"pZNOT9\":\"Sem data de término\",\"dW40Uz\":\"Nenhum evento encontrado\",\"8pQ3NJ\":\"Nenhum evento começando nas próximas 24 horas\",\"8zCZQf\":\"Nenhum evento ainda\",\"Yc5YW6\":\"Sem trabalhos com falha\",\"EpvBAp\":\"Sem fatura\",\"N+9Onb\":\"No limits\",\"XZkeaI\":\"Nenhum registro encontrado\",\"IcAC6J\":\"Nenhuma fonte correspondente\",\"nrSs2u\":\"Nenhuma mensagem encontrada\",\"Rj99yx\":\"No occurrences available\",\"IFU1IG\":\"No occurrences on this date\",\"OVFwlg\":\"Ainda não há perguntas de pedido\",\"EJ7bVz\":\"Nenhum pedido encontrado\",\"NEmyqy\":\"Nenhum pedido ainda\",\"a77B6w\":\"No orders yet for this date.\",\"wUv5xQ\":\"Sem atividade de organizador nos últimos 14 dias\",\"vLd1tV\":\"No organizer context available.\",\"B7w4KY\":\"Nenhum outro organizador disponível\",\"PChXMe\":\"Sem pedidos pagos\",\"6jYQGG\":\"Nenhum evento passado\",\"CHzaTD\":\"Sem eventos populares nos últimos 14 dias\",\"zK/+ef\":\"Nenhum produto disponível para seleção\",\"M1/lXs\":\"No products configured for this event.\",\"kY7XDn\":\"Nenhum produto tem entradas na lista de espera\",\"8mw4tm\":\"Mensagem de nenhum produto\",\"wYiAtV\":\"Sem cadastros de contas recentes\",\"UW90md\":\"Nenhum destinatário encontrado\",\"QoAi8D\":\"Sem resposta\",\"JeO7SI\":\"Sem resposta\",\"EK/G11\":\"Ainda sem respostas\",\"AxPAXW\":\"Nenhum resultado encontrado\",\"59OWd3\":\"Nenhuma localização salva\",\"mPdY6W\":\"Sem sugestões\",\"3sRuiW\":\"Nenhum ingresso encontrado\",\"debCrL\":\"Nenhum ingresso à venda\",\"k2C0ZR\":\"No upcoming dates\",\"yM5c0q\":\"Nenhum evento futuro\",\"qpC74J\":\"Nenhum usuário encontrado\",\"8wgkoi\":\"Sem eventos vistos nos últimos 14 dias\",\"Arzxc1\":\"Sem inscrições na lista de espera\",\"n5vdm2\":\"Nenhum evento de webhook foi registrado para este endpoint ainda. Os eventos aparecerão aqui assim que forem acionados.\",\"4GhX3c\":\"Nenhum Webhook\",\"4+am6b\":\"Não, manter-me aqui\",\"4JVMUi\":\"non-edited\",\"ACaDVQ\":\"None yet\",\"Itw24Q\":\"Not checked in\",\"x5+Lcz\":\"Não Registrado\",\"8n10sz\":\"Não Elegível\",\"kLvU3F\":\"Notify attendees and stop sales\",\"t9QlBd\":\"November\",\"kAREMN\":\"Number of dates to create\",\"6u1B3O\":\"Occurrence\",\"mmoE62\":\"Occurrence Cancelled\",\"V9flmL\":\"Occurrence Schedule\",\"Kh3WO8\":\"Occurrence Summary\",\"byXCTu\":\"Occurrences\",\"KATw3p\":\"Occurrences (future only)\",\"85rTR2\":\"Occurrences can be configured after creation\",\"dzQfDY\":\"October\",\"BwJKBw\":\"de\",\"GQnX9d\":\"de cada mês\",\"az8lvo\":\"Off\",\"9h7RDh\":\"Oferecer\",\"EfK2O6\":\"Oferecer vaga\",\"3sVRey\":\"Oferecer ingressos\",\"2O7Ybb\":\"Tempo limite da oferta\",\"1jUg5D\":\"Oferecido\",\"l+/HS6\":[\"As ofertas expiram após \",[\"timeoutHours\"],\" horas.\"],\"6Aih4U\":\"Offline\",\"Fdp03t\":\"em\",\"Z5HWHd\":\"On\",\"TH5A28\":[\"em \",[\"dayList\"]],\"qiMtVT\":[\"em \",[\"day\"],\" de \",[\"month\"]],\"nO3VbP\":[\"À venda \",[\"0\"]],\"pPAGSK\":[\"no \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"On the event page\",\"H7stQC\":\"Na lista de espera\",\"oXOSPE\":\"Online\",\"aqmy5k\":\"Online — provide connection details\",\"LuZBbx\":\"Online & in-person\",\"IXuOqt\":\"Online & in-person — see schedule\",\"WjSpu5\":\"Evento online\",\"wCRLS9\":[\"Apenas \",[\"cap\"],\" disponíveis\"],\"scPxI/\":[\"Apenas \",[\"capacity\"],\" restantes\"],\"Gk0+G6\":\"Only a name is required — everything else has sensible defaults\",\"NdOxqr\":\"Apenas administradores da conta podem excluir ou arquivar eventos. Entre em contato com o administrador da sua conta para obter ajuda.\",\"rnoDMF\":\"Apenas administradores da conta podem excluir ou arquivar organizadores. Entre em contato com o administrador da sua conta para obter ajuda.\",\"tnx0u1\":\"Only available as an add-on\",\"z4JBd7\":\"Apenas anúncios publicados são mostrados aos usuários\",\"bU7oUm\":\"Enviar apenas para pedidos com esses status\",\"wkpaqp\":\"Mostrar apenas a data e hora de início\",\"chktt5\":\"Only shown as an add-on to the products it's attached to\",\"Y4HHYW\":\"Only shown as an add-on to the products it's attached to.\",\"Z82In9\":\"Apenas o proprietário da conta pode solicitar a exclusão da conta.\",\"DMk8F0\":\"Only tickets count toward capacity\",\"+/Z3yr\":\"Only visible to buyers with an applicable promo code.\",\"M2w1ni\":\"Visível apenas com código promocional\",\"y8Bm7C\":\"Open check-in\",\"RLz7P+\":\"Open occurrence\",\"iMqrOb\":\"Chamada para ação opcional\",\"cDSdPb\":\"Apelido opcional exibido nos seletores, ex.: \\\"Sala de conferências\\\"\",\"HXMJxH\":\"Texto opcional para avisos legais, informações de contato ou notas de agradecimento (apenas uma linha)\",\"L565X2\":\"opções\",\"8m9emP\":\"or add a single date\",\"eBskDE\":\"Ou ative pagamentos offline e desative o Stripe\",\"dSeVIm\":\"order\",\"c/TIyD\":\"Pedido e Ingresso\",\"H5qWhm\":\"Pedido cancelado\",\"b6+Y+n\":\"Pedido concluído\",\"x4MLWE\":\"Confirmação do Pedido\",\"CsTTH0\":\"Confirmação do pedido reenviada com sucesso\",\"ppuQR4\":\"Pedido criado\",\"xtQzag\":\"Order details\",\"vrSW9M\":\"O pedido foi cancelado e reembolsado. O proprietário do pedido foi notificado.\",\"rzw+wS\":\"Titulares de pedidos\",\"oI/hGR\":\"ID do Pedido\",\"m8vQEP\":\"Order limits\",\"vu6Arl\":\"Pedido marcado como pago\",\"sLbJQz\":\"Pedido não encontrado\",\"kvYpYu\":\"Pedido não encontrado\",\"eJ8SvM\":\"Order number, purchase date, purchaser email\",\"FaPYw+\":\"Proprietário do pedido\",\"eB5vce\":\"Proprietários de pedidos com um produto específico\",\"CxLoxM\":\"Proprietários de pedidos com produtos\",\"UkHo4c\":\"Ref. pedido\",\"EZy55F\":\"Pedido reembolsado\",\"6eSHqs\":\"Status dos pedidos\",\"oW5877\":\"Total do Pedido\",\"e7eZuA\":\"Pedido atualizado\",\"1SQRYo\":\"Pedido atualizado com sucesso\",\"3NT0Ck\":\"O pedido foi cancelado\",\"V5khLm\":\"orders\",\"sd5IMt\":\"Pedidos concluídos\",\"5It1cQ\":\"Pedidos exportados\",\"UQ0ACV\":\"Total de pedidos\",\"B/EBQv\":\"Pedidos:\",\"qtGTNu\":\"Contas orgânicas\",\"P/JHA4\":\"Organizador arquivado com sucesso\",\"S3CZ5M\":\"Painel do organizador\",\"GzjTd0\":\"Organizador excluído com sucesso\",\"SQqJd8\":\"Organizador não encontrado\",\"HF8Bxa\":\"Organizador restaurado com sucesso\",\"wpj63n\":\"Configurações do organizador\",\"o1my93\":\"Falha ao atualizar o status do organizador. Por favor, tente novamente mais tarde.\",\"rLHma1\":\"Status do organizador atualizado\",\"LqBITi\":\"Modelo do organizador/padrão será usado\",\"q4zH+l\":\"Organizers\",\"/IX/7x\":\"Outro\",\"RsiDDQ\":\"Outras Listas (Ingresso Não Incluído)\",\"EufvBx\":\"Resultado\",\"aDfajK\":\"Outdoors\",\"qMASRF\":\"Mensagens enviadas\",\"iCOVQO\":\"Override\",\"GpFTEc\":\"Override fees on this organizer\",\"M9ZhMP\":\"Override price\",\"cnVIpl\":\"Override removed\",\"6/dCYd\":\"Visão geral\",\"6WdDG7\":\"Página\",\"8uqsE5\":\"Página não disponível mais\",\"QkLf4H\":\"URL da página\",\"sF+Xp9\":\"Visualizações de página\",\"v4nCHK\":\"Paid\",\"c+suC6\":\"Contas pagas\",\"5F7SYw\":\"Reembolso parcial\",\"fFYotW\":[\"Reembolsado parcialmente: \",[\"0\"]],\"i8day5\":\"Passar taxa para o comprador\",\"k4FLBQ\":\"Passar para o comprador\",\"Ff0Dor\":\"Passado\",\"BFjW8X\":\"Past due\",\"xTPjSy\":\"Eventos passados\",\"/l/ckQ\":\"Cole a URL\",\"URAE3q\":\"Pausado\",\"4fL/V7\":\"Pagar\",\"W5l9HD\":\"Pague quanto quiser\",\"c2/9VE\":\"Payload\",\"5cxUwd\":\"Data de pagamento\",\"ENEPLY\":\"Método de pagamento\",\"8Lx2X7\":\"Pagamento recebido\",\"fx8BTd\":\"Pagamentos não disponíveis\",\"C+ylwF\":\"Payouts\",\"UbRKMZ\":\"Pendente\",\"UkM20g\":\"Revisão pendente\",\"dPYu1F\":\"Por participante\",\"mQV/nJ\":\"per min\",\"+kvxv+\":\"por pedido\",\"VlXNyK\":\"Por pedido\",\"NhuGd7\":\"por produto\",\"hauDFf\":\"Por ingresso\",\"mnF83a\":\"Taxa Percentual\",\"TNLuRD\":\"Percentage fee (%)\",\"MixU2P\":\"A porcentagem deve estar entre 0 e 100\",\"MkuVAZ\":\"Porcentagem do valor da transação\",\"/Bh+7r\":\"Desempenho\",\"/4mGVp\":\"Excluir permanentemente esta conta\",\"dGdKgQ\":\"Excluir permanentemente esta conta e seus dados.\",\"fIp56F\":\"Excluir permanentemente este evento e todos os seus dados associados.\",\"nJeeX7\":\"Excluir permanentemente este organizador e todos os seus eventos.\",\"wfCTgK\":\"Permanently remove this date\",\"6kPk3+\":\"Informações pessoais\",\"zmwvG2\":\"Telefone\",\"tSR/oe\":\"Pick an end date\",\"e8kzpp\":\"Pick at least one day of the month\",\"35C8QZ\":\"Pick at least one day of the week\",\"kJmAsd\":\"Escolha dias para ver suas datas.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Placed\",\"wBJR8i\":\"Planejando um evento?\",\"J3lhKT\":\"Taxa da plataforma\",\"RD51+P\":[\"Taxa da plataforma de \",[\"0\"],\" deduzida do seu pagamento\"],\"br3Y/y\":\"Taxas da plataforma\",\"3buiaw\":\"Relatório de taxas da plataforma\",\"kv9dM4\":\"Receita da plataforma\",\"PJ3Ykr\":\"Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions.\",\"OtjenF\":\"Por favor, insira um endereço de e-mail válido\",\"jEw0Mr\":\"Por favor, insira uma URL válida\",\"n8+Ng/\":\"Por favor, introduza o código de 5 dígitos\",\"r+lQXT\":\"Por favor, digite seu número de IVA\",\"Dvq0wf\":\"Por favor, forneça uma imagem.\",\"2cUopP\":\"Por favor, reinicie o processo de compra.\",\"GoXxOA\":\"Please select a date and time\",\"8KmsFa\":\"Por favor, selecione um intervalo de datas\",\"EFq6EG\":\"Por favor, selecione uma imagem.\",\"fuwKpE\":\"Por favor, tente novamente.\",\"klWBeI\":\"Por favor, aguarde antes de solicitar outro código\",\"hfHhaa\":\"Por favor, aguarde enquanto preparamos os seus afiliados para exportação...\",\"o+tJN/\":\"Por favor, aguarde enquanto preparamos seus participantes para exportação...\",\"+5Mlle\":\"Por favor, aguarde enquanto preparamos seus pedidos para exportação...\",\"trnWaw\":\"Polonês\",\"luHAJY\":\"Eventos populares (Últimos 14 dias)\",\"p/78dY\":\"Position\",\"OESu7I\":\"Evite sobrevenda compartilhando estoque entre vários tipos de ingresso.\",\"NgVUL2\":\"Pré-visualizar formulário de checkout\",\"cs5muu\":\"Pré-visualizar página do evento\",\"1xwZj/\":\"Mês anterior\",\"Jm2AC3\":\"Price Tier\",\"a5jvSX\":\"Faixas de Preço\",\"aHCEmh\":\"Pricing\",\"ReihZ7\":\"Visualizar Impressão\",\"JnuPvH\":\"Imprimir Ingresso\",\"tYF4Zq\":\"Imprimir para PDF\",\"LcET2C\":\"Política de Privacidade\",\"8z6Y5D\":\"Processar reembolso\",\"JcejNJ\":\"Processando pedido\",\"EWCLpZ\":\"Produto criado\",\"XkFYVB\":\"Produto excluído\",\"YMwcbR\":\"Detalhamento das vendas de produtos, receitas e impostos\",\"ls0mTC\":\"Product settings cannot be edited for cancelled dates.\",\"2339ej\":\"Product settings saved successfully\",\"ldVIlB\":\"Produto atualizado\",\"CP3D8G\":\"Progress\",\"JoKGiJ\":\"Código promocional\",\"dIodJL\":\"Promo code required\",\"k3wH7i\":\"Uso de códigos promocionais e detalhamento de descontos\",\"tZqL0q\":\"promo codes\",\"oCHiz3\":\"Promo codes\",\"uEhdRh\":\"Apenas Promocional\",\"dLm8V5\":\"E-mails promocionais podem resultar em suspensão da conta\",\"W0ETyY\":\"Informe pelo menos um campo de endereço (local, rua, cidade ou país).\",\"2W/7Gz\":\"Provide the following before Stripe's next review to keep payouts flowing.\",\"7d1a0d\":\"Public\",\"EEYbdt\":\"Publicar\",\"JcgJKc\":\"Publicar mesmo assim\",\"evDBV8\":\"Publicar evento\",\"2zEfOd\":\"Publish your event\",\"u3wRF+\":\"Publicado\",\"L7nrC8\":\"Ao publicar, a página do seu evento fica pública e as inscrições são abertas.\",\"dsFmM+\":\"Comprado\",\"JunetL\":\"Purchaser\",\"phmeUH\":\"Purchaser email\",\"ywR4ZL\":\"QR code check-in\",\"oWXNE5\":\"Qtd.\",\"VbWX2u\":\"Quantidade\",\"biEyJ4\":\"Question answers\",\"k/bJj0\":\"Perguntas reordenadas\",\"b24kPi\":\"Fila\",\"lTPqpM\":\"Quick Tip\",\"fqDzSu\":\"Taxa\",\"mnUGVC\":\"Limite de taxa excedido. Por favor, tente novamente mais tarde.\",\"t41hVI\":\"Reoferecer vaga\",\"TNclgc\":\"Reactivate this date? It will be reopened for future sales.\",\"RENQ6j\":\"Pronto para publicar?\",\"uqoRbb\":\"Real-time analytics\",\"jPSk57\":\"Motivo (opcional)\",\"xzRvs4\":[\"Receber atualizações de produtos do \",[\"0\"],\".\"],\"pLXbi8\":\"Cadastros de contas recentes\",\"M1HGuR\":\"Recent activity\",\"3kJ0gv\":\"Recent Attendees\",\"qhfiwV\":\"Recent check-ins\",\"S+0XMX\":\"Recent orders\",\"Fi3b48\":\"Pedidos recentes\",\"7hPBBn\":\"destinatário\",\"jp5bq8\":\"destinatários\",\"yPrbsy\":\"Destinatários\",\"E1F5Ji\":\"Os destinatários ficam disponíveis após o envio da mensagem\",\"WEYdDv\":\"Recommended\",\"wuhHPE\":\"Recurring\",\"asLqwt\":\"Evento recorrente\",\"s3uzsK\":\"Configurações de evento recorrente\",\"D0tAMe\":\"Recurring events\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Redirecionando para o Stripe...\",\"pnoTN5\":\"Contas de indicação\",\"ACKu03\":\"Atualizar Visualização\",\"vuFYA6\":\"Refund all orders for these dates\",\"4cRUK3\":\"Refund all orders for this date\",\"fKn/k6\":\"Valor do reembolso\",\"qY4rpA\":\"Reembolso falhou\",\"FaK/8G\":[\"Reembolsar pedido \",[\"0\"]],\"MGbi9P\":\"Reembolso pendente\",\"BDSRuX\":[\"Reembolsado: \",[\"0\"]],\"bU4bS1\":\"Reembolsos\",\"rYXfOA\":\"Configurações regionais\",\"5tl0Bp\":\"Perguntas de registro\",\"ZNo5k1\":\"Remaining\",\"Bjh87R\":\"Remove label from all dates\",\"IVZaEo\":\"Remove completamente as datas e horários esgotados da página do evento. Quando desativado, eles permanecem visíveis e são marcados como esgotados.\",\"5Vkr/a\":\"Remover horário\",\"KkJtVK\":\"Reopen for new sales\",\"XJwWJp\":\"Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed.\",\"RYlQY0\":\"Repetição\",\"CQeZT8\":\"Relatório não encontrado\",\"JEPMXN\":\"Solicitar novo link\",\"Yx0Ud8\":\"Solicitado\",\"Wcv9QD\":\"Solicitado por\",\"TMLAx2\":\"Obrigatório\",\"mdeIOH\":\"Reenviar código\",\"sQxe68\":\"Reenviar confirmação\",\"bxoWpz\":\"Reenviar e-mail de confirmação\",\"G42SNI\":\"Reenviar e-mail\",\"TTpXL3\":[\"Reenviar em \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Reenviar ingresso\",\"Uwsg2F\":\"Reservado\",\"8wUjGl\":\"Reservado até\",\"a5z8mb\":\"Reset to base price\",\"kCn6wb\":\"Redefinindo...\",\"ZlCDf+\":\"Resposta\",\"bsydMp\":\"Detalhes da resposta\",\"yKu/3Y\":\"Restaurar\",\"RokrZf\":\"Restaurar evento\",\"/JyMGh\":\"Restaurar organizador\",\"HFvFRb\":\"Restaure este evento para torná-lo visível novamente.\",\"DDIcqy\":\"Restaure este organizador e torne-o ativo novamente.\",\"mO8KLE\":\"results\",\"6gRgw8\":\"Tentar novamente\",\"1BG8ga\":\"Tentar tudo novamente\",\"rDC+T6\":\"Tentar trabalho novamente\",\"CbnrWb\":\"Voltar ao evento\",\"Lf7TCn\":\"Locais reutilizáveis aparecem aqui automaticamente conforme você cria eventos com endereços, e você também pode adicionar os seus.\",\"mdQ0zb\":\"Locais reutilizáveis para seus eventos. Localizações criadas pelo preenchimento automático são salvas aqui automaticamente.\",\"XFOPle\":\"Reuse\",\"1Zehp4\":\"Reuse a Stripe connection from another organizer in this account.\",\"Oo/PLb\":\"Resumo de Receita\",\"CfuueU\":\"Revogar oferta\",\"Tpm2G9\":\"Duração\",\"dFFW9L\":[\"Venda encerrada \",[\"0\"]],\"loCKGB\":[\"Venda termina \",[\"0\"]],\"wlfBad\":\"Período de Venda\",\"qi81Jg\":\"Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page.\",\"zpekWp\":[\"Venda começa \",[\"0\"]],\"7s8z0X\":\"Sale window\",\"mUv9U4\":\"Vendas\",\"9KnRdL\":\"As vendas estão pausadas\",\"JC3J0k\":\"Sales, attendance, and check-in breakdown per occurrence\",\"3VnlS9\":\"Vendas, pedidos e métricas de desempenho para todos os eventos\",\"3Q1AWe\":\"Vendas:\",\"LeuERW\":\"Same as event\",\"B4nE3N\":\"Preço do ingresso de exemplo\",\"8BRPoH\":\"Local Exemplo\",\"PiK6Ld\":\"Sat\",\"+5kO8P\":\"Sábado\",\"zJiuDn\":\"Save fee override\",\"x1fMXJ\":\"Salvar programação\",\"KZrfYJ\":\"Salvar links sociais\",\"9Y3hAT\":\"Salvar Modelo\",\"C8ne4X\":\"Salvar Design do Ingresso\",\"cTI8IK\":\"Save VAT settings\",\"6/TNCd\":\"Salvar Configurações de IVA\",\"4RvD9q\":\"Localização salva\",\"cgw0cL\":\"Localizações salvas\",\"Fbqm/I\":\"Saving an override creates a dedicated configuration for this organizer if it's currently on the system default.\",\"I+FvbD\":\"Escanear\",\"0zd6Nm\":\"Scan a ticket to check in an attendee\",\"bQG7Qk\":\"Scanned tickets will appear here\",\"WDYSLJ\":\"Scanner mode\",\"gmB6oO\":\"Schedule\",\"qQTaVm\":\"Schedule added\",\"j6NnBq\":\"Schedule created successfully\",\"YP7frt\":\"Schedule ends on\",\"QS1Nla\":\"Agendar para depois\",\"NAzVVw\":\"Agendar mensagem\",\"/rTL/5\":\"Prévia da programação\",\"Fz09JP\":\"Schedule starts on\",\"4ba0NE\":\"Agendado\",\"4HKQZj\":\"Exclusão agendada\",\"qcP/8K\":\"Horário agendado\",\"A1taO8\":\"Search\",\"ftNXma\":\"Pesquisar afiliados...\",\"VMU+zM\":\"Search attendees\",\"VY+Bdn\":\"Pesquisar por nome da conta ou e-mail...\",\"VX+B3I\":\"Pesquisar por título do evento ou organizador...\",\"R0wEyA\":\"Pesquisar por nome do trabalho ou exceção...\",\"YnMfsK\":\"Pesquisar por nome ou endereço...\",\"3yKuDu\":\"Pesquise por nome ou e-mail e selecione um ou mais\",\"VT+urE\":\"Pesquisar por nome ou e-mail...\",\"GHdjuo\":\"Pesquisar por nome, e-mail ou conta...\",\"4mBFO7\":\"Search by name, order #, ticket # or email\",\"20ce0U\":\"Pesquisar por ID do pedido, nome do cliente ou e-mail...\",\"4DSz7Z\":\"Pesquisar por assunto, evento ou conta...\",\"gTUY97\":\"Pesquisar por título...\",\"nQC7Z9\":\"Search dates...\",\"iRtEpV\":\"Search dates…\",\"JRM7ao\":\"Search for an address\",\"BWF1kC\":\"Pesquisar mensagens...\",\"5WYZKZ\":\"Resultados da pesquisa\",\"IG85fV\":\"Pesquise localizações salvas ou encontre um endereço...\",\"Du+zn+\":\"Pesquisando...\",\"3aD3GF\":\"Seasonal\",\"ku//5b\":\"Second\",\"Mck5ht\":\"Checkout Seguro\",\"s7tXqF\":\"See schedule\",\"JFap6u\":\"See what Stripe still needs\",\"6lGaum\":\"Visto\",\"p7xUrt\":\"Selecione uma categoria\",\"hTKQwS\":\"Select a Date & Time\",\"Ps6Xtf\":\"Select a date to see available times\",\"e4L7bF\":\"Selecione uma mensagem para ver seu conteúdo\",\"zPRPMf\":\"Selecionar um nível\",\"BFRSTT\":\"Selecionar Conta\",\"wgNoIs\":\"Select all\",\"mCB6Je\":\"Selecionar tudo\",\"aCEysm\":[\"Select all on \",[\"0\"]],\"a6+167\":\"Selecionar um evento\",\"4oT6dP\":\"Selecione pelo menos uma conta\",\"neCGH1\":\"Selecione pelo menos um usuário\",\"CFbaPk\":\"Selecione o grupo de participantes\",\"88a49s\":\"Select camera\",\"tVW/yo\":\"Selecionar moeda\",\"SJQM1I\":\"Select date\",\"n9ZhRa\":\"Selecione data e hora de término\",\"gTN6Ws\":\"Selecionar hora de fim\",\"0U6E9W\":\"Selecionar categoria do evento\",\"j9cPeF\":\"Selecionar tipos de eventos\",\"ypTjHL\":\"Select occurrence\",\"DHBGUX\":\"Select products...\",\"KizCK7\":\"Selecione data e hora de início\",\"dJZTv2\":\"Selecionar hora de início\",\"x8XMsJ\":\"Selecione o nível de mensagens para esta conta. Isso controla os limites de mensagens e permissões de links.\",\"aT3jZX\":\"Selecionar fuso horário\",\"TxfvH2\":\"Selecione quais participantes devem receber esta mensagem\",\"Ropvj0\":\"Selecione quais eventos acionarão este webhook\",\"+6YAwo\":\"selected\",\"ylXj1N\":\"Selecionado\",\"uq3CXQ\":\"Sell out your event.\",\"oBXbO4\":\"Selling a physical product? Cap its quantity on the <0>products page instead.\",\"j9b/iy\":\"Vendendo rápido 🔥\",\"73qYgo\":\"Enviar como teste\",\"HMAqFK\":\"Enviar e-mails para participantes, titulares de ingressos ou proprietários de pedidos. As mensagens podem ser enviadas imediatamente ou agendadas para mais tarde.\",\"22Itl6\":\"Envie-me uma cópia\",\"NpEm3p\":\"Enviar agora\",\"nOBvex\":\"Envie dados de pedidos e participantes em tempo real para seus sistemas externos.\",\"1lNPhX\":\"Enviar email de notificação de reembolso\",\"eaUTwS\":\"Enviar link de redefinição\",\"5cV4PY\":\"Send to all occurrences, or choose a specific one\",\"QEQlnV\":\"Envie sua primeira mensagem\",\"IoAuJG\":\"Enviando...\",\"h69WC6\":\"Enviado\",\"BVu2Hz\":\"Enviado por\",\"ZFa8wv\":\"Sent to attendees when a scheduled date is cancelled\",\"SPdzrs\":\"Enviado aos clientes quando fazem um pedido\",\"LxSN5F\":\"Enviado a cada participante com detalhes do ingresso\",\"hgvbYY\":\"September\",\"5sN96e\":\"Session cancelled\",\"S9i0UC\":[\"sessões · \",[\"dateCount\"],\" datas × \",[\"timesPerDay\"],\" horários\"],\"89xaFU\":\"Defina as configurações padrão de taxa da plataforma para novos eventos criados sob este organizador.\",\"eXssj5\":\"Definir configurações padrão para novos eventos criados sob este organizador.\",\"uPe5p8\":\"Set how long each date lasts\",\"ODuUEi\":\"Set or clear the date label\",\"buHACR\":\"Set the end time of each date to be this long after its start time.\",\"TaeFgl\":\"Set to unlimited (remove limit)\",\"pd6SSe\":\"Set up a recurring schedule to automatically create dates, or add them one at a time.\",\"s0FkEx\":\"Configure listas de check-in para diferentes entradas, sessões ou dias.\",\"TaWVGe\":\"Set up payouts\",\"JA//e6\":\"Set up schedule\",\"gzXY7l\":\"Set Up Schedule\",\"0Ls9qe\":\"Set up the tickets you'll sell and their prices\",\"xMO+Ao\":\"Configure a sua organização\",\"5pEFnq\":\"Configure sua programação\",\"zRRuUD\":\"Set up your schedule in the next steps\",\"ETC76A\":\"Set, change, or remove the date's location or online details\",\"C3htzi\":\"Configuração atualizada\",\"Ohn74G\":\"Configuração e design\",\"1W5XyZ\":\"Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event.\",\"GG7qDw\":\"Partilhar link de afiliado\",\"hL7sDJ\":\"Compartilhar página do organizador\",\"jy6QDF\":\"Gestão de capacidade compartilhada\",\"jDNHW4\":\"Shift times\",\"tPfIaW\":[\"Shifted times for \",[\"count\"],\" date(s)\"],\"WwlM8F\":\"Mostrar opções avançadas\",\"cMW+gm\":[\"Mostrar todas as plataformas (\",[\"0\"],\" com valores)\"],\"wXi9pZ\":\"Show attendee notes to non-logged-in staff\",\"4LZFir\":\"Mostrar todo o intervalo de datas\",\"UVPI5D\":\"Mostrar menos plataformas\",\"Eu/N/d\":\"Mostrar caixa de seleção de opt-in de marketing\",\"SXzpzO\":\"Mostrar caixa de seleção de opt-in de marketing por padrão\",\"b33PL9\":\"Mostrar mais plataformas\",\"Eut7p9\":\"Show order details to non-logged-in staff\",\"+RoWKN\":\"Show question answers to non-logged-in staff\",\"jbcx6L\":\"Show remaining capacity on event dates\",\"rXxBOx\":\"Show remaining capacity to buyers\",\"t1LIQW\":[\"Mostrando \",[\"0\"],\" de \",[\"totalRows\"],\" registros\"],\"E717U9\":[\"Showing \",[\"0\"],\"–\",[\"1\"],\" of \",[\"2\"]],\"5rzhBQ\":[\"Showing \",[\"MAX_VISIBLE\"],\" of \",[\"totalAvailable\"],\" dates. Type to search.\"],\"WSt3op\":[\"Showing the first \",[\"0\"],\" — the remaining \",[\"1\"],\" session(s) will still be targeted when the message is sent.\"],\"o1UbOh\":\"Exibido quicando no topo do modal\",\"OJLTEL\":\"Shown to staff the first time they open the check-in page.\",\"lbfXEJ\":\"Shows remaining\",\"jVRHeq\":\"Cadastrado\",\"5C7J+P\":\"Single Event\",\"E//btK\":\"Skip manually edited dates\",\"paESr6\":\"Eslovaco\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Social\",\"d0rUsW\":\"Links sociais\",\"j/TOB3\":\"Links sociais e site\",\"s9KGXU\":\"Vendido\",\"yp+0jj\":\"sold out\",\"1hupow\":\"Esgotado, lista de espera disponível\",\"iACSrw\":\"Some details are hidden from public access. Log in to view everything.\",\"Dia6iz\":\"Something went wrong while deleting the image. Please try again.\",\"KTxc6k\":\"Algo deu errado, tente novamente ou entre em contato com o suporte se o problema persistir\",\"lkE00/\":\"Algo deu errado. Por favor, tente novamente mais tarde.\",\"wdxz7K\":\"Fonte\",\"SzuJ5m\":\"Contas específicas\",\"/h8G1o\":\"Usuários específicos\",\"fDG2by\":\"Spirituality\",\"oPaRES\":\"Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end.\",\"7JFNej\":\"Desporto\",\"/bfV1Y\":\"Staff instructions\",\"StWUH4\":\"Start check-in\",\"JcQp9p\":\"Data e hora de início\",\"0m/ekX\":\"Data e hora de início\",\"izRfYP\":\"A data de início é obrigatória\",\"xAYSEs\":\"Hora de início\",\"n9ZrDo\":\"Start typing a venue or address...\",\"DACR+e\":\"Starts collapsed\",\"qeFVhN\":[\"Starts in \",[\"diffDays\"],\" days\"],\"AOqtxN\":[\"Starts in \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Starts in \",[\"h\"],\"h \",[\"m\"],\"m\"],\"Lo49in\":[\"Starts in \",[\"seconds\"],\"s\"],\"NqChgF\":\"Starts tomorrow\",\"2NbyY/\":\"Estatísticas\",\"GVUxAX\":\"As estatísticas são baseadas na data de criação da conta\",\"29Hx9U\":\"Stats\",\"5ia+r6\":\"Still needed\",\"wuV0bK\":\"Parar Personificação\",\"S/7MPw\":\"Conta Stripe desconectada.\",\"s/KaDb\":\"Stripe connected\",\"Bk06QI\":\"Stripe conectado\",\"akZMv8\":[\"Stripe connection copied from \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe didn't return a setup link. Please try again.\",\"aKtF0O\":\"Stripe não conectado\",\"9i0++A\":\"ID de pagamento Stripe\",\"R1lIMV\":\"Stripe will need a few more details soon\",\"FzcCHA\":\"Stripe will walk you through a few quick questions to finish setup.\",\"ii0qn/\":\"Assunto é obrigatório\",\"M7Uapz\":\"Assunto aparecerá aqui\",\"6aXq+t\":\"Assunto:\",\"JwTmB6\":\"Produto duplicado com sucesso\",\"WUOCgI\":\"Vaga oferecida com sucesso\",\"IvxA4G\":[\"Ingressos oferecidos com sucesso a \",[\"count\"],\" pessoas\"],\"kKpkzy\":\"Ingressos oferecidos com sucesso a 1 pessoa\",\"Zi3Sbw\":\"Removido da lista de espera com sucesso\",\"RuaKfn\":\"Endereço atualizado com sucesso\",\"kzx0uD\":\"Padrões de Evento Atualizados com Sucesso\",\"5n+Wwp\":\"Organizador atualizado com sucesso\",\"DMCX/I\":\"Configurações padrão de taxa da plataforma atualizadas com sucesso\",\"URUYHc\":\"Configurações de taxa da plataforma atualizadas com sucesso\",\"kRWc2g\":\"Configurações de evento recorrente atualizadas com sucesso\",\"0Dk/l8\":\"Configurações de SEO atualizadas com sucesso\",\"S8Tua9\":\"Configurações atualizadas com sucesso\",\"MhOoLQ\":\"Links sociais atualizados com sucesso\",\"CNSSfp\":\"Configurações de rastreamento atualizadas com sucesso\",\"kj7zYe\":\"Webhook atualizado com sucesso\",\"dXoieq\":\"Resumo\",\"/RfJXt\":[\"Festival de Música de Verão \",[\"0\"]],\"CWOPIK\":\"Festival de Música de Verão 2025\",\"D89zck\":\"Sun\",\"DBC3t5\":\"Domingo\",\"UaISq3\":\"Sueco\",\"JZTQI0\":\"Trocar organizador\",\"9YHrNC\":\"Padrão do Sistema\",\"jGR53C\":\"T-shirts, mugs and more\",\"hCR98w\":\"Toque nas datas como em um calendário.\",\"lruQkA\":\"Tap this screen to resume scanning\",\"X9v2GM\":\"Contas de destino\",\"TmyDCw\":\"Usuários de destino\",\"TJUrME\":[\"Targeting attendees across \",[\"0\"],\" selected sessions.\"],\"yT6dQ8\":\"Impostos coletados agrupados por tipo de imposto e evento\",\"Ye321X\":\"Nome do Imposto\",\"WyCBRt\":\"Resumo de Impostos\",\"QC3FVX\":\"Taxes & fees\",\"GkH0Pq\":\"Impostos e taxas aplicados\",\"SXvRWU\":\"Team collaboration\",\"vlf/In\":\"Tecnologia\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Conte às pessoas o que esperar do seu evento\",\"NiIUyb\":\"Conte-nos sobre seu evento\",\"DovcfC\":\"Fale-nos sobre a sua organização. Esta informação será exibida nas páginas dos seus eventos.\",\"69GWRq\":\"Tell us how often your event repeats and we'll create all the dates for you.\",\"mXPbwY\":\"Tell us your VAT registration status so we apply the correct VAT treatment to platform fees.\",\"7wtpH5\":\"Modelo Ativo\",\"QHhZeE\":\"Modelo criado com sucesso\",\"xrWdPR\":\"Modelo excluído com sucesso\",\"G04Zjt\":\"Modelo salvo com sucesso\",\"xowcRf\":\"Termos de serviço\",\"6K0GjX\":\"O texto pode ser difícil de ler\",\"nm3Iz/\":\"Obrigado por participar!\",\"pYwj0k\":\"Thanks,\",\"cIHkSd\":[\"São \",[\"totalOccurrences\"],\" sessões — o máximo é \",[\"max\"],\". Reduza o período ou a frequência.\"],\"k3IitN\":\"That's a wrap\",\"KfmPRW\":\"A cor de fundo da página. Ao usar imagem de capa, isso é aplicado como uma sobreposição.\",\"MDNyJz\":\"O código irá expirar em 10 minutos. Verifique a sua pasta de spam se não vir o email.\",\"AIF7J2\":\"A moeda em que a taxa fixa é definida. Será convertida para a moeda do pedido no checkout.\",\"k3LFkM\":\"A moeda usada para os preços dos ingressos deste evento.\",\"7oksH+\":[\"O desconto é deduzido de cada produto elegível. Ex.: \",[\"currencySymbol\"],\"10 de desconto × 3 ingressos = \",[\"currencySymbol\"],\"30 de desconto.\"],\"sKL8k2\":\"O desconto é deduzido uma única vez do total do pedido.\",\"cDHM1d\":\"O endereço de e-mail foi alterado. O participante receberá um novo ingresso no endereço de e-mail atualizado.\",\"tXadb0\":\"O evento que você está procurando não está disponível no momento. Ele pode ter sido removido, expirado ou a URL pode estar incorreta.\",\"sxKqBm\":\"O valor total do pedido será reembolsado para o método de pagamento original do cliente.\",\"KgDp6G\":\"O link que você está tentando acessar expirou ou não é mais válido. Por favor, verifique seu e-mail para obter um link atualizado para gerenciar seu pedido.\",\"sYLeDq\":\"O organizador que você está procurando não foi encontrado. A página pode ter sido movida, excluída ou o URL está incorreto.\",\"PCr4zw\":\"The override is recorded in the order audit log.\",\"C4nQe5\":\"A taxa da plataforma é adicionada ao preço do ingresso. Os compradores pagam mais, mas você recebe o preço total do ingresso.\",\"HxxXZO\":\"A cor primária da marca usada para botões e destaques\",\"OVSkIF\":\"A rápida raposa marrom pula sobre o cão preguiçoso.\",\"z0KrIG\":\"O horário agendado é obrigatório\",\"EWErQh\":\"O horário agendado deve ser no futuro\",\"UNd0OU\":[\"The session for \\\"\",[\"title\"],\"\\\" originally scheduled for \",[\"0\"],\" has been rescheduled.\"],\"DEcpfp\":\"O corpo do template contém sintaxe Liquid inválida. Por favor, corrija e tente novamente.\",\"qpmtdK\":\"O fuso horário usado para as datas e horários deste evento.\",\"N3VfVA\":\"O upload não chegou ao servidor. Verifique sua conexão e, se o arquivo for grande, tente uma imagem menor (máx. 5MB).\",\"injXD7\":\"O número de IVA não pôde ser validado. Verifique o número e tente novamente.\",\"A4UmDy\":\"Teatro\",\"tDwYhx\":\"Tema e cores\",\"ybBP2H\":\"There are no products available for this date. Please choose another date.\",\"O7g4eR\":\"There are no upcoming dates for this event\",\"062KsE\":\"These details are shown on the attendee's ticket and order summary for this date only.\",\"5Eu+tn\":\"Esses detalhes só serão exibidos se o pedido for concluído com sucesso.\",\"jQjwR+\":\"These details will replace any existing location on the affected dates and show on attendee tickets.\",\"6eaLu/\":\"Esses preços se aplicam a todas as datas da sua programação, e as quantidades dos níveis limitam as vendas totais de todas as datas em conjunto. As datas de venda dos níveis se aplicam globalmente. Você pode substituir os preços de datas individuais na <0>página de Programação de datas.\",\"QP3gP+\":\"Estas configurações se aplicam apenas ao código de incorporação copiado e não serão armazenadas.\",\"HirZe8\":\"Estes modelos serão usados como padrão para todos os eventos em sua organização. Eventos individuais podem substituir estes modelos por suas próprias versões personalizadas.\",\"lzAaG5\":\"Estes modelos substituirão os padrões do organizador apenas para este evento. Se nenhum modelo personalizado for definido aqui, o modelo do organizador será usado.\",\"UlykKR\":\"Third\",\"1YTBzS\":\"Esta conta não possui pedidos concluídos, portanto todos os seus dados serão excluídos permanentemente.\",\"jCPU8z\":\"Esta conta está agendada para exclusão\",\"zfNCE8\":[\"Esta conta está agendada para exclusão em <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes.\",\"SOmGDa\":\"This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins.\",\"XBNC3E\":\"Este código será usado para rastrear vendas. Apenas são permitidas letras, números, hífenes e underscores.\",\"AaP0M+\":\"Esta combinação de cores pode ser difícil de ler para alguns usuários\",\"o1phK/\":[\"This date has \",[\"orderCount\"],\" order(s) that will be affected.\"],\"F/UtGt\":\"This date has been cancelled. You can still delete it to remove it permanently.\",\"BLZ7pX\":\"This date is in the past. It will be created but won't be visible to attendees under upcoming dates.\",\"7IIY0z\":\"This date is marked sold out.\",\"bddWMP\":\"This date is no longer available. Please select another date.\",\"E9BqZw\":\"This date only\",\"n68908\":[\"Isso desconecta \",[\"stripeAccountId\"],\" deste organizador. As vendas de ingressos pagos deixarão de funcionar até você conectar uma conta Stripe novamente.\"],\"RzEvf5\":\"Este evento terminou\",\"kc4bIA\":\"Este evento ainda não tem ingressos ou produtos, então os participantes não poderão se inscrever.\",\"eMaNd0\":\"This event is not available\",\"YClrdK\":\"Este evento ainda não foi publicado\",\"GL6z+k\":\"Este evento está esgotado\",\"pIwDhS\":\"This event's dates and times are set on the occurrence schedule.\",\"ny5rgr\":\"This is a recurring event\",\"tc64Zz\":\"Este é o nome da categoria que será exibido na página do evento.\",\"dFJnia\":\"Este é o nome do seu organizador que será exibido aos seus usuários.\",\"vt7jiq\":\"Esta é a única vez que o segredo de assinatura será exibido. Por favor, copie-o agora e guarde-o em segurança.\",\"5DpZrC\":\"Isso limita as vendas totais de todas as datas da sua programação em conjunto — não é um limite por data. Para limitar o público de cada data, defina uma capacidade na <0>página de Programação de datas.\",\"L7dIM7\":\"Este link é inválido ou expirou.\",\"MR5ygV\":\"Este link não é mais válido\",\"9LEqK0\":\"Este nome é visível para os usuários finais\",\"QdUMM9\":\"This occurrence is at capacity\",\"j5FdeA\":\"Este pedido está sendo processado.\",\"sjNPMw\":\"Este pedido foi abandonado. Você pode iniciar um novo pedido a qualquer momento.\",\"OhCesD\":\"Este pedido foi cancelado. Você pode iniciar um novo pedido a qualquer momento.\",\"lyD7rQ\":\"Este perfil de organizador ainda não foi publicado\",\"9b5956\":\"Esta visualização mostra como seu e-mail ficará com dados de amostra. E-mails reais usarão valores reais.\",\"uM9Alj\":\"Este produto está destacado na página do evento\",\"RqSKdX\":\"Este produto está esgotado\",\"4PDH+K\":\"This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to.\",\"qEGn8I\":\"Este evento recorrente ainda não tem datas, então os participantes não têm nada para reservar.\",\"W12OdJ\":\"Este relatório é apenas para fins informativos. Sempre consulte um profissional de impostos antes de usar esses dados para fins contábeis ou fiscais. Por favor, verifique com seu painel do Stripe, pois o Hi.Events pode não ter dados históricos.\",\"1LuJNw\":\"Este ingresso não é mais válido\",\"0Ew0uk\":\"Este ingresso acabou de ser escaneado. Aguarde antes de escanear novamente.\",\"FYXq7k\":[\"This will affect \",[\"loadedAffectedCount\"],\" date(s).\"],\"kvpxIU\":\"Isso será usado para notificações e comunicação com seus usuários.\",\"bPgkdx\":\"Isso cancelará a exclusão agendada e reativará a conta. O proprietário da conta será notificado por e-mail.\",\"4yx4a4\":[\"Isso desativará sua conta imediatamente e a excluirá permanentemente após 30 dias. Para confirmar, digite o nome da sua conta: <0>\",[\"0\"],\"\"],\"rhsath\":\"Isto não será visível para os clientes, mas ajuda-o a identificar o afiliado.\",\"VGEfU7\":\"Isso excluirá ou anonimizará permanentemente a conta imediatamente, sem aguardar a data agendada. Isso não pode ser desfeito.\",\"hV6FeJ\":\"Throughput\",\"+FjWgX\":\"Thu\",\"kkDQ8m\":\"Quinta-feira\",\"0GSPnc\":\"Design do Ingresso\",\"EZC/Cu\":\"Design do ingresso salvo com sucesso\",\"bbslmb\":\"Designer de ingressos\",\"1BPctx\":\"Ingresso para\",\"HGuXjF\":\"Portadores de ingressos\",\"CMUt3Y\":\"Titulares de ingressos\",\"awHmAT\":\"ID do ingresso\",\"6czJik\":\"Logotipo do Ingresso\",\"t79rDv\":\"Ingresso não encontrado\",\"6tmWch\":\"Ingresso ou produto\",\"1tfWrD\":\"Visualização do ingresso para\",\"KnjoUA\":\"Preço do ingresso\",\"pGZOcL\":\"Ingresso reenviado com sucesso\",\"o02GZM\":\"Ticket sales have ended for this event\",\"8jLPgH\":\"Tipo de Ingresso\",\"8qsbZ5\":\"Bilheteria e vendas\",\"zNECqg\":\"ingressos\",\"6GQNLE\":\"Ingressos\",\"NRhrIB\":\"Ingressos e produtos\",\"OrWHoZ\":\"Os ingressos são oferecidos automaticamente aos clientes na lista de espera quando há disponibilidade.\",\"AGRilS\":\"Ingressos Vendidos\",\"4/dG8J\":\"Tiers\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Time\",\"kGEhUy\":\"Horários\",\"fXf2r5\":[\"Times shown in \",[\"timezoneAbbr\"]],\"9udQT9\":\"O título é obrigatório\",\"dMtLDE\":\"to\",\"/jQctM\":\"Para\",\"tiI71C\":\"Para aumentar seus limites, entre em contato conosco em\",\"ecUA8p\":\"Today\",\"W428WC\":\"Alternar colunas\",\"BRMXj0\":\"Tomorrow\",\"UBSG1X\":\"Melhores organizadores (Últimos 14 dias)\",\"3sZ0xx\":\"Total de Contas\",\"SMDzqJ\":\"Total de Participantes\",\"orBECM\":\"Total Coletado\",\"k5CU8c\":\"Total de inscrições\",\"4B7oCp\":\"Taxa total\",\"sMMlTX\":\"Total fees\",\"mlvCEl\":\"Total orders\",\"2AW/k5\":\"Quantidade total em todas as datas\",\"dp8BCb\":\"Total tax\",\"vb0Q0/\":\"Total de Usuários\",\"oJjplO\":\"Visualizações totais\",\"rBZ9pz\":\"Tours\",\"orluER\":\"Acompanhe o crescimento e desempenho da conta por fonte de atribuição\",\"YwKzpH\":\"Rastreamento e análise\",\"GUA0Jy\":\"Try a different search term or filter\",\"2P/OWN\":\"Try adjusting your filters to see more dates.\",\"ouM5IM\":\"Tentar outro e-mail\",\"3DZvE7\":\"Experimente Hi.Events Grátis\",\"vq2WxD\":\"Tue\",\"G3myU+\":\"Terça-feira\",\"Kz91g/\":\"Turco\",\"GdOhw6\":\"Desativar som\",\"KUOhTy\":\"Ativar som\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Digite \\\"excluir\\\" para confirmar\",\"nSlb72\":\"Digite para pesquisar...\",\"nWRfmt\":\"Tipografia\",\"IrVSu+\":\"Não foi possível duplicar o produto. Por favor, verifique seus dados\",\"Vx2J6x\":\"Não foi possível buscar participante\",\"h0dx5e\":\"Não foi possível entrar na lista de espera\",\"DaE0Hg\":\"Unable to load attendee details.\",\"GlnD5Y\":\"Unable to load products for this date. Please try again.\",\"17VbmV\":\"Unable to undo check-in\",\"n57zCW\":\"Contas não atribuídas\",\"9uI/rE\":\"Undo\",\"Ef7StM\":\"Desconhecido\",\"ZBAScj\":\"Participante desconhecido\",\"MEIAzV\":\"Sem nome\",\"K6L5Mx\":\"Localização sem nome\",\"7yiFvZ\":\"Não pago\",\"C51N+0\":\"até\",\"NaeLn8\":[\"Until \",[\"end\"]],\"porwAO\":\"Até uma data\",\"ZIb6rJ\":\"Untitled product\",\"crJM8s\":\"Untitled ticket\",\"X13xGn\":\"Não confiável\",\"0bT1FT\":[\"Up to \",[\"max\"],\" per order\"],\"gyXpQN\":\"Upcoming events\",\"Pp1sWX\":\"Atualizar afiliado\",\"59qHrb\":\"Update capacity\",\"Gaem9v\":\"Update event name and description\",\"7EhE4k\":\"Update label\",\"NPQWj8\":\"Update location\",\"75+lpR\":[\"Update: \",[\"subjectTitle\"],\" — schedule changes\"],\"UOGHdA\":[\"Update: \",[\"subjectTitle\"],\" — session time changed\"],\"+b7T3G\":\"Atualizado\",\"ogoTrw\":[\"Updated \",[\"count\"],\" date(s)\"],\"dDuona\":[\"Updated capacity for \",[\"count\"],\" date(s)\"],\"FT3LSc\":[\"Updated label for \",[\"count\"],\" date(s)\"],\"8EcY1g\":[\"Updated location for \",[\"count\"],\" date(s)\"],\"83tNam\":\"Atualiza conforme você monta a regra. Navegue pelos meses para conferir as datas.\",\"/XlQr2\":\"Updates as you type.\",\"gJQsLv\":\"Envie uma imagem de capa para seu organizador\",\"4kEGqW\":\"Envie um logo para seu organizador\",\"lnCMdg\":\"Carregar imagem\",\"29w7p6\":\"Enviando imagem...\",\"HtrFfw\":\"A URL é obrigatória\",\"3VnYUR\":\"A URL deve começar com http:// ou https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB scanner listening\",\"dyTklH\":\"USB scanner paused\",\"OHJXlK\":\"Use <0>templates Liquid para personalizar seus emails\",\"/rsy72\":\"Use event default\",\"0k4cdb\":\"Usar detalhes do pedido para todos os participantes. Os nomes e e-mails dos participantes corresponderão às informações do comprador.\",\"bA31T4\":\"Usar os dados do comprador para todos os participantes\",\"PpgtnC\":\"Usar este endereço\",\"rnoQsz\":\"Usado para bordas, destaques e estilo do código QR\",\"b0XTc/\":[\"Usuários (\",[\"0\"],\")\"],\"BV4L/Q\":\"Análise UTM\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Validando seu número de IVA...\",\"t7caBM\":\"VAT country code\",\"WLkfqH\":\"VAT number\",\"pnVh83\":\"Número de IVA\",\"CabI04\":\"O número de IVA não deve conter espaços\",\"PMhxAR\":\"O número de IVA deve começar com um código de país de 2 letras seguido por 8-15 caracteres alfanuméricos (ex: DE123456789)\",\"gPgdNV\":\"Número de IVA validado com sucesso\",\"RUMiLy\":\"Falha na validação do número de IVA\",\"vqji3Y\":\"Falha na validação do número de IVA. Por favor, verifique seu número de IVA.\",\"8dENF9\":\"IVA sobre taxa\",\"ZutOKU\":\"Taxa de IVA\",\"+KJZt3\":\"VAT registered\",\"Nfbg76\":\"Configurações de IVA salvas com sucesso\",\"UvYql/\":\"Configurações de IVA salvas. Estamos validando seu número de IVA em segundo plano.\",\"bXn1Jz\":\"VAT settings updated\",\"tJylUv\":\"Tratamento de IVA para Taxas da Plataforma\",\"FlGprQ\":\"Tratamento de IVA para taxas da plataforma: Empresas registradas para IVA na UE podem usar o mecanismo de autoliquidação (0% - Artigo 196 da Diretiva IVA 2006/112/CE). Empresas não registradas para IVA são cobradas com IVA irlandês de 23%.\",\"516oLj\":\"Serviço de validação de IVA temporariamente indisponível\",\"p6QQLa\":[\"VAT: \",[\"0\"]],\"5q87Y9\":\"VAT: not registered\",\"AdWhjZ\":\"Código de verificação\",\"kUAumu\":\"Verification email sent. Check your inbox.\",\"QDEWii\":\"Verificado\",\"wCKkSr\":\"Verificar email\",\"/IBv6X\":\"Verifique seu e-mail\",\"u8nB38\":\"Verify your email so attendees can receive tickets\",\"e/cvV1\":\"A verificar...\",\"fROFIL\":\"Vietnamita\",\"p5nYkr\":\"View All\",\"yA/6BX\":\"View all →\",\"6CQ7/B\":\"View all capabilities\",\"YSE15b\":\"View all check-in lists\",\"RnvnDc\":\"Ver todas as mensagens enviadas na plataforma\",\"+WFMis\":\"Visualize e baixe relatórios de todos os seus eventos. Apenas pedidos concluídos são incluídos.\",\"c7VN/A\":\"Ver respostas\",\"SZw9tS\":\"Ver Detalhes\",\"9+84uW\":[\"View details for \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Ver evento\",\"c6SXHN\":\"Ver página do evento\",\"n6EaWL\":\"Ver logs\",\"OaKTzt\":\"Ver mapa\",\"zNZNMs\":\"Ver mensagem\",\"67OJ7t\":\"Ver Pedido\",\"tKKZn0\":\"Ver detalhes do pedido\",\"KeCXJu\":\"Veja detalhes de pedidos, emita reembolsos e reenvie confirmações.\",\"9jnAcN\":\"Ver página inicial do organizador\",\"1J/AWD\":\"Ver Ingresso\",\"N9FyyW\":\"Veja, edite e exporte seus participantes registrados.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visible from \",[\"start\"],\" — hidden until sales open.\"],\"EkiKJK\":\"Visible to everyone on the event page.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Aguardando\",\"quR8Qp\":\"Aguardando pagamento\",\"KrurBH\":\"Waiting for scan…\",\"u0n+wz\":\"Lista de espera\",\"3RXFtE\":\"Lista de espera ativada\",\"TwnTPy\":\"Oferta da lista de espera expirou\",\"aUi/Dz\":\"Aviso: Esta é a configuração padrão do sistema. As alterações afetarão todas as contas que não têm uma configuração específica atribuída.\",\"aT/44s\":\"We couldn't copy that Stripe connection. Please try again.\",\"jTee4a\":\"Não foi possível desconectar esta conta Stripe. Tente novamente.\",\"RRZDED\":\"Não encontramos pedidos associados a este endereço de e-mail.\",\"2RZK9x\":\"Não conseguimos encontrar o pedido que você está procurando. O link pode ter expirado ou os detalhes do pedido podem ter sido alterados.\",\"nefMIK\":\"Não conseguimos encontrar o ingresso que você está procurando. O link pode ter expirado ou os detalhes do ingresso podem ter sido alterados.\",\"miysJh\":\"Não foi possível encontrar este pedido. Ele pode ter sido removido.\",\"Fjj/5/\":\"We couldn't load the check-in lists. Please try again.\",\"ADsQ23\":\"We couldn't reach Stripe just now. Please try again in a moment.\",\"HJKdzP\":\"Ocorreu um problema ao carregar esta página. Por favor, tente novamente.\",\"jegrvW\":\"We partner with Stripe to send payouts straight to your bank account.\",\"IfN2Qo\":\"Recomendamos um logo quadrado com dimensões mínimas de 200x200px\",\"wJzo/w\":\"Recomendamos dimensões de 400px por 400px e tamanho máximo de 5MB\",\"L/KlAh\":[\"We sent a verification link to \",[\"0\"]],\"KRCDqH\":\"Usamos cookies para nos ajudar a entender como o site é usado e melhorar sua experiência.\",\"x8rEDQ\":\"Não conseguimos validar seu número de IVA após várias tentativas. Continuaremos tentando em segundo plano. Por favor, volte mais tarde.\",\"4HaEdK\":[\"Criaremos todas as \",[\"totalOccurrences\"],\" sessões — depois você pode editar ou remover qualquer data\"],\"mfM/HJ\":[\"Notificaremos você por e-mail se uma vaga ficar disponível para \",[\"productDisplayName\"],\" em \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Notificaremos você por e-mail se uma vaga ficar disponível para \",[\"productDisplayName\"],\".\"],\"McuGND\":\"We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically.\",\"q1BizZ\":\"Enviaremos seus ingressos para este e-mail\",\"ZOmUYW\":\"Validaremos seu número de IVA em segundo plano. Se houver algum problema, avisaremos.\",\"LKjHr4\":[\"We've made changes to the schedule for \\\"\",[\"title\"],\"\\\" — \",[\"description\"],\" affecting \",[\"affectedCount\"],\" session(s).\"],\"Fq/Nx7\":\"Enviámos um código de verificação de 5 dígitos para:\",\"GdWB+V\":\"Webhook criado com sucesso\",\"2X4ecw\":\"Webhook excluído com sucesso\",\"ndBv0v\":\"Webhook integrations\",\"CThMKa\":\"Logs do Webhook\",\"I0adYQ\":\"Segredo de assinatura do Webhook\",\"nuh/Wq\":\"URL do Webhook\",\"8BMPMe\":\"O webhook não enviará notificações\",\"FSaY52\":\"O webhook enviará notificações\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Site\",\"0f7U0k\":\"Wed\",\"VAcXNz\":\"Quarta-feira\",\"64X6l4\":\"week\",\"4XSc4l\":\"Weekly\",\"IAUiSh\":\"weeks\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Bem-vindo de volta\",\"QDWsl9\":[\"Bem-vindo ao \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Bem-vindo ao \",[\"0\"],\", aqui está uma lista de todos os seus eventos\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"Que tipo de evento?\",\"0WyYF4\":\"What unauthenticated staff can see\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Quando um check-in é excluído\",\"RPe6bE\":\"When a date is cancelled on a recurring event\",\"Gmd0hv\":\"Quando um novo participante é criado\",\"zyIyPe\":\"Quando um novo evento é criado\",\"Lc18qn\":\"Quando um novo pedido é criado\",\"dfkQIO\":\"Quando um novo produto é criado\",\"8OhzyY\":\"Quando um produto é excluído\",\"tRXdQ9\":\"Quando um produto é atualizado\",\"9L9/28\":\"Quando um produto esgota, os clientes podem entrar em uma lista de espera para serem notificados quando vagas ficarem disponíveis.\",\"OIkHj+\":\"Quando um produto esgota, os clientes podem entrar em uma lista de espera para serem notificados quando vagas ficarem disponíveis. Os clientes entram na lista de espera para uma data específica e as ofertas são feitas por data.\",\"Q7CWxp\":\"Quando um participante é cancelado\",\"IuUoyV\":\"Quando um participante faz check-in\",\"nBVOd7\":\"Quando um participante é atualizado\",\"t7cuMp\":\"Quando um evento é arquivado\",\"gtoSzE\":\"Quando um evento é atualizado\",\"ny2r8d\":\"Quando um pedido é cancelado\",\"c9RYbv\":\"Quando um pedido é marcado como pago\",\"ejMDw1\":\"Quando um pedido é reembolsado\",\"fVPt0F\":\"Quando um pedido é atualizado\",\"bcYlvb\":\"Quando fecha o check-in\",\"XIG669\":\"Quando abre o check-in\",\"de6HLN\":\"Quando os clientes comprarem ingressos, os pedidos aparecerão aqui.\",\"pm9tpn\":\"Quando ativado, os compradores podem copiar seu nome e e-mail para todos os participantes de uma vez. Desative para remover a opção \\\"Todos os participantes\\\"; os compradores ainda poderão copiar para o primeiro participante, e os demais deverão ser inseridos individualmente.\",\"403wpZ\":\"Quando ativado, novos eventos permitirão que os participantes gerenciem seus próprios detalhes de ingresso através de um link seguro. Isso pode ser substituído por evento.\",\"blXLKj\":\"Quando ativado, novos eventos exibirão uma caixa de seleção de opt-in de marketing durante o checkout. Isso pode ser substituído por evento.\",\"Kj0Txn\":\"Quando ativado, não serão cobradas taxas de aplicação nas transações Stripe Connect. Use isso para países onde as taxas de aplicação não são suportadas.\",\"xo06V3\":\"Para onde o botão leva\",\"uchB0M\":\"Pré-visualização do widget\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Escreva sua mensagem aqui...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"year\",\"zkWmBh\":\"Yearly\",\"+BGee5\":\"years\",\"X/azM1\":\"Sim - Tenho um número de registro de IVA da UE válido\",\"Tz5oXG\":\"Sim, cancelar meu pedido\",\"QlSZU0\":[\"Você está personificando <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Você está emitindo um reembolso parcial. O cliente será reembolsado em \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"Você pode configurar taxas de serviço adicionais e impostos nas configurações da sua conta.\",\"rj3A7+\":\"You can override this for individual dates later.\",\"paWwQ0\":\"Você ainda pode oferecer ingressos manualmente, se necessário.\",\"jTDzpA\":\"Você não pode arquivar o último organizador ativo da sua conta.\",\"D8baxD\":\"Você tem ingressos pagos, mas o Stripe ainda não está conectado, então não é possível receber pagamentos.\",\"5VGIlq\":\"Você atingiu seu limite de mensagens.\",\"casL1O\":\"Você adicionou taxas e impostos a um produto gratuito. Deseja removê-los?\",\"5SgD0L\":\"You have unsaved changes. Are you sure you want to discard them?\",\"9jJNZY\":\"Você deve reconhecer suas responsabilidades antes de salvar\",\"pCLes8\":\"Você deve concordar em receber mensagens\",\"FVTVBy\":\"Você precisa verificar seu e-mail antes de atualizar o status do organizador.\",\"ze4bi/\":\"You need to create at least one occurrence before you can add attendees to this recurring event.\",\"w65ZgF\":\"Você precisa verificar o e-mail da sua conta antes de poder modificar modelos de e-mail.\",\"FRl8Jv\":\"Você precisa verificar o e-mail da sua conta antes de poder enviar mensagens.\",\"88cUW+\":\"Você recebe\",\"O6/3cu\":\"You'll be able to set up dates, schedules, and recurrence rules in the next step.\",\"zKAheG\":\"You're changing session times\",\"MNFIxz\":[\"Você vai participar de \",[\"0\"],\"!\"],\"ZlLcht\":[\"Você está entrando na lista de espera para \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Você está na lista de espera!\",\"/5HL6k\":\"Você recebeu uma oferta de vaga!\",\"gbjFFH\":\"You've changed the session time\",\"YI0K8C\":[\"Sua conta foi desativada e será excluída permanentemente em <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Sua conta tem limites de mensagens. Para aumentar seus limites, entre em contato conosco em\",\"gsWZkk\":\"Sua conta agora está agendada para exclusão.\",\"x/xjzn\":\"Os seus afiliados foram exportados com sucesso.\",\"TF37u6\":\"Seus participantes foram exportados com sucesso.\",\"79lXGw\":\"Sua lista de check-in foi criada com sucesso. Compartilhe o link abaixo com sua equipe de check-in.\",\"BnlG9U\":\"Seu pedido atual será perdido.\",\"nBqgQb\":\"Seu e-mail\",\"GG1fRP\":\"Seu evento está no ar!\",\"ifRqmm\":\"A sua mensagem foi enviada com sucesso!\",\"0/+Nn9\":\"Suas mensagens aparecerão aqui\",\"/Rj5P4\":\"Seu nome\",\"PFjJxY\":\"Sua nova senha deve ter pelo menos 8 caracteres.\",\"gzrCuN\":\"Os detalhes do seu pedido foram atualizados. Um e-mail de confirmação foi enviado para o novo endereço de e-mail.\",\"naQW82\":\"Seu pedido foi cancelado.\",\"bhlHm/\":\"Seu pedido aguarda pagamento\",\"XeNum6\":\"Seus pedidos foram exportados com sucesso.\",\"Xd1R1a\":\"Endereço do seu organizador\",\"WWYHKD\":\"Seu pagamento está protegido com criptografia de nível bancário\",\"5b3QLi\":\"Seu plano\",\"N4Zkqc\":\"Your saved date filter is no longer available — showing all dates.\",\"o0qzpM\":\"Sua conta Stripe não é afetada e nenhum dado é perdido — você pode reconectá-la a qualquer momento.\",\"FNO5uZ\":\"Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions.\",\"CnZ3Ou\":\"Seus ingressos foram confirmados.\",\"EmFsMZ\":\"Seu número de IVA está na fila para validação\",\"QBlhh4\":\"Seu número de IVA será validado quando você salvar\",\"fT9VLt\":\"Sua oferta da lista de espera expirou e não foi possível concluir seu pedido. Por favor, entre novamente na lista de espera para ser notificado quando mais vagas ficarem disponíveis.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Ainda não há nada para mostrar'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>desmarcado com sucesso\"],\"KMgp2+\":[[\"0\"],\" disponível\"],\"Pmr5xp\":[[\"0\"],\" criado com sucesso\"],\"FImCSc\":[[\"0\"],\" atualizado com sucesso\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" dias, \",[\"hours\"],\" horas, \",[\"minutes\"],\" minutos e \",[\"seconds\"],\" segundos\"],\"f3RdEk\":[[\"hours\"],\" horas, \",[\"minutes\"],\" minutos e \",[\"seconds\"],\" segundos\"],\"fyE7Au\":[[\"minutos\"],\" minutos e \",[\"segundos\"],\" segundos\"],\"NlQ0cx\":[\"Primeiro evento de \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://your-website.com\",\"qnSLLW\":\"<0>Por favor, insira o preço sem incluir impostos e taxas.<1>Impostos e taxas podem ser adicionados abaixo.\",\"ZjMs6e\":\"<0>O número de produtos disponíveis para este produto<1>Esse valor pode ser substituído se houver <2>Limites de Capacidade associados a este produto.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 minutos e 0 segundos\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Um campo de data. Perfeito para pedir uma data de nascimento, etc.\",\"6euFZ/\":[\"Um \",[\"type\"],\" padrão é automaticamente aplicado a todos os novos produtos. Você pode substituir isso para cada produto.\"],\"SMUbbQ\":\"Um input do tipo Dropdown permite apenas uma seleção\",\"qv4bfj\":\"Uma taxa, como uma taxa de reserva ou uma taxa de serviço\",\"POT0K/\":\"Um valor fixo por produto. Ex: $0,50 por produto\",\"f4vJgj\":\"Uma entrada de texto com várias linhas\",\"OIPtI5\":\"Uma porcentagem do preço do produto. Ex: 3,5% do preço do produto\",\"ZthcdI\":\"Um código promocional sem desconto pode ser usado para revelar produtos ocultos.\",\"AG/qmQ\":\"Uma opção de rádio tem várias opções, mas somente uma pode ser selecionada.\",\"h179TP\":\"Uma breve descrição do evento que será exibida nos resultados dos mecanismos de pesquisa e ao compartilhar nas mídias sociais. Por padrão, a descrição do evento será usada\",\"WKMnh4\":\"Uma entrada de texto de linha única\",\"BHZbFy\":\"Uma única pergunta por pedido. Ex: Qual é o seu endereço de entrega?\",\"Fuh+dI\":\"Uma única pergunta por produto. Ex: Qual é o seu tamanho de camiseta?\",\"RlJmQg\":\"Um imposto padrão, como IVA ou GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Aceitar transferências bancárias, cheques ou outros métodos de pagamento offline\",\"hrvLf4\":\"Aceitar pagamentos com cartão de crédito através do Stripe\",\"bfXQ+N\":\"Aceitar convite\",\"AeXO77\":\"Conta\",\"lkNdiH\":\"Nome da conta\",\"Puv7+X\":\"Configurações da conta\",\"OmylXO\":\"Conta atualizada com sucesso\",\"7L01XJ\":\"Ações\",\"FQBaXG\":\"Ativar\",\"5T2HxQ\":\"Data de ativação\",\"F6pfE9\":\"Ativo\",\"/PN1DA\":\"Adicione uma descrição para esta lista de registro\",\"0/vPdA\":\"Adicione quaisquer anotações sobre o participante. Estas não serão visíveis para o participante.\",\"Or1CPR\":\"Adicione quaisquer anotações sobre o participante...\",\"l3sZO1\":\"Adicione quaisquer notas sobre o pedido. Estas não serão visíveis para o cliente.\",\"xMekgu\":\"Adicione quaisquer notas sobre o pedido...\",\"PGPGsL\":\"Adicionar descrição\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Adicione instruções para pagamentos offline (por exemplo, detalhes de transferência bancária, onde enviar cheques, prazos de pagamento)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Adicionar novo\",\"TZxnm8\":\"Adicionar opção\",\"24l4x6\":\"Adicionar Produto\",\"8q0EdE\":\"Adicionar Produto à Categoria\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Adicionar imposto ou taxa\",\"goOKRY\":\"Adicionar nível\",\"oZW/gT\":\"Adicionar ao calendário\",\"pn5qSs\":\"Informações adicionais\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Endereço\",\"NY/x1b\":\"Linha de endereço 1\",\"POdIrN\":\"Linha de endereço 1\",\"cormHa\":\"Linha de endereço 2\",\"gwk5gg\":\"Linha de endereço 2\",\"U3pytU\":\"Administrador\",\"HLDaLi\":\"Os usuários administradores têm acesso total a eventos e configurações de conta.\",\"W7AfhC\":\"Todos os participantes deste evento\",\"cde2hc\":\"Todos os Produtos\",\"5CQ+r0\":\"Permitir que participantes associados a pedidos não pagos façam check-in\",\"ipYKgM\":\"Permitir a indexação do mecanismo de pesquisa\",\"LRbt6D\":\"Permitir que os mecanismos de pesquisa indexem esse evento\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Incrível, Evento, Palavras-chave...\",\"hehnjM\":\"Valor\",\"R2O9Rg\":[\"Valor pago (\",[\"0\"],\")\"],\"V7MwOy\":\"Ocorreu um erro ao carregar a página\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Ocorreu um erro inesperado.\",\"byKna+\":\"Ocorreu um erro inesperado. Por favor, tente novamente.\",\"ubdMGz\":\"Quaisquer perguntas dos portadores de produtos serão enviadas para este endereço de e-mail. Este também será usado como o endereço de \\\"responder para\\\" em todos os e-mails enviados deste evento\",\"aAIQg2\":\"Aparência\",\"Ym1gnK\":\"aplicado\",\"sy6fss\":[\"Aplica-se a \",[\"0\"],\" produtos\"],\"kadJKg\":\"Aplica-se a 1 produto\",\"DB8zMK\":\"Aplicar\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Aplicar este \",[\"type\"],\" a todos os novos produtos\"],\"S0ctOE\":\"Arquivar evento\",\"TdfEV7\":\"Arquivado\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Tem certeza de que deseja ativar esse participante?\",\"TvkW9+\":\"Você tem certeza de que deseja arquivar este evento?\",\"/CV2x+\":\"Tem certeza de que deseja cancelar esse participante? Isso anulará seu ingresso\",\"YgRSEE\":\"Tem certeza de que deseja excluir esse código promocional?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Tem certeza de que deseja tornar este evento um rascunho? Isso tornará o evento invisível para o público\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Você tem certeza de que deseja restaurar este evento? Ele será restaurado como um evento rascunho.\",\"vJuISq\":\"Tem certeza de que deseja excluir esta Atribuição de Capacidade?\",\"baHeCz\":\"Tem certeza de que deseja excluir esta lista de registro?\",\"LBLOqH\":\"Pergunte uma vez por pedido\",\"wu98dY\":\"Perguntar uma vez por produto\",\"ss9PbX\":\"Participante\",\"m0CFV2\":\"Detalhes do participante\",\"QKim6l\":\"Participante não encontrado\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Bilhete do Participante\",\"9SZT4E\":\"Participantes\",\"iPBfZP\":\"Participantes Registrados\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Redimensionamento automático\",\"vZ5qKF\":\"Redimensionar automaticamente a altura do widget com base no conteúdo. Quando desativado, o widget preencherá a altura do contêiner.\",\"4lVaWA\":\"Aguardando pagamento offline\",\"2rHwhl\":\"Aguardando pagamento offline\",\"3wF4Q/\":\"Aguardando pagamento\",\"ioG+xt\":\"Aguardando pagamento\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Voltar à página do evento\",\"VCoEm+\":\"Voltar ao login\",\"k1bLf+\":\"Cor de fundo\",\"I7xjqg\":\"Tipo de plano de fundo\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Endereço de cobrança\",\"/xC/im\":\"Configurações de cobrança\",\"rp/zaT\":\"Português brasileiro\",\"whqocw\":\"Ao se registrar, você concorda com nossos <0>Termos de Serviço e <1>Política de Privacidade.\",\"bcCn6r\":\"Tipo de cálculo\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Cancelar\",\"Gjt/py\":\"Cancelar alteração de e-mail\",\"tVJk4q\":\"Cancelar pedido\",\"Os6n2a\":\"Cancelar pedido\",\"Mz7Ygx\":[\"Cancelar pedido \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Cancelado\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Capacidade\",\"V6Q5RZ\":\"Atribuição de Capacidade criada com sucesso\",\"k5p8dz\":\"Atribuição de Capacidade excluída com sucesso\",\"nDBs04\":\"Gestão de capacidade\",\"ddha3c\":\"As categorias permitem agrupar produtos. Por exemplo, você pode ter uma categoria para \\\"Ingressos\\\" e outra para \\\"Mercadorias\\\".\",\"iS0wAT\":\"As categorias ajudam a organizar seus produtos. Este título será exibido na página pública do evento.\",\"eorM7z\":\"Categorias reordenadas com sucesso.\",\"3EXqwa\":\"Categoria Criada com Sucesso\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Alterar senha\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Fazer check-in de \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Fazer check-in e marcar pedido como pago\",\"QYLpB4\":\"Apenas fazer check-in\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Confira este evento!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Lista de registro excluída com sucesso\",\"+hBhWk\":\"A lista de registro expirou\",\"mBsBHq\":\"A lista de registro não está ativa\",\"vPqpQG\":\"Lista de check-in não encontrada\",\"tejfAy\":\"Listas de Registro\",\"hD1ocH\":\"URL de check-in copiada para a área de transferência\",\"CNafaC\":\"As opções de caixa de seleção permitem várias seleções\",\"SpabVf\":\"Caixas de seleção\",\"CRu4lK\":\"Check-in realizado\",\"znIg+z\":\"Finalizar compra\",\"1WnhCL\":\"Configurações de checkout\",\"6imsQS\":\"Chinês simplificado\",\"JjkX4+\":\"Escolha uma cor para seu plano de fundo\",\"/Jizh9\":\"Escolha uma conta\",\"3wV73y\":\"Cidade\",\"FG98gC\":\"Limpar texto de pesquisa\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Clique para copiar\",\"yz7wBu\":\"Fechar\",\"62Ciis\":\"Fechar a barra lateral\",\"EWPtMO\":\"Código\",\"ercTDX\":\"O código deve ter entre 3 e 50 caracteres\",\"oqr9HB\":\"Recolher este produto quando a página do evento for carregada inicialmente\",\"jZlrte\":\"Cor\",\"Vd+LC3\":\"A cor deve ser um código de cor hexadecimal válido. Exemplo: #ffffff\",\"1HfW/F\":\"Cores\",\"VZeG/A\":\"Em breve\",\"yPI7n9\":\"Palavras-chave separadas por vírgulas que descrevem o evento. Elas serão usadas pelos mecanismos de pesquisa para ajudar a categorizar e indexar o evento\",\"NPZqBL\":\"Pedido completo\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Pagamento completo\",\"qqWcBV\":\"Concluído\",\"6HK5Ct\":\"Pedidos concluídos\",\"NWVRtl\":\"Pedidos concluídos\",\"DwF9eH\":\"Código do componente\",\"Tf55h7\":\"Desconto configurado\",\"7VpPHA\":\"Confirmar\",\"ZaEJZM\":\"Confirmar alteração de e-mail\",\"yjkELF\":\"Confirmar nova senha\",\"xnWESi\":\"Confirmar senha\",\"p2/GCq\":\"Confirmar senha\",\"wnDgGj\":\"Confirmação do endereço de e-mail...\",\"pbAk7a\":\"Conectar faixa\",\"UMGQOh\":\"Conecte-se com o Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Detalhes da conexão\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Continuar\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Texto do botão Continuar\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Copiado\",\"T5rdis\":\"copiado para a área de transferência\",\"he3ygx\":\"Cópia\",\"r2B2P8\":\"Copiar URL de check-in\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Copiar link\",\"E6nRW7\":\"Copiar URL\",\"JNCzPW\":\"País\",\"IF7RiR\":\"Capa\",\"hYgDIe\":\"Criar\",\"b9XOHo\":[\"Criar \",[\"0\"]],\"k9RiLi\":\"Criar um Produto\",\"6kdXbW\":\"Criar um código promocional\",\"n5pRtF\":\"Criar um tíquete\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"criar um organizador\",\"ipP6Ue\":\"Criar participante\",\"VwdqVy\":\"Criar Atribuição de Capacidade\",\"EwoMtl\":\"Criar categoria\",\"XletzW\":\"Criar Categoria\",\"WVbTwK\":\"Criar Lista de Registro\",\"uN355O\":\"Criar evento\",\"BOqY23\":\"Criar novo\",\"kpJAeS\":\"Criar organizador\",\"a0EjD+\":\"Criar Produto\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Criar código promocional\",\"B3Mkdt\":\"Criar pergunta\",\"UKfi21\":\"Criar imposto ou taxa\",\"d+F6q9\":\"Criado\",\"Q2lUR2\":\"Moeda\",\"DCKkhU\":\"Senha atual\",\"uIElGP\":\"URL de mapas personalizados\",\"UEqXyt\":\"Intervalo personalizado\",\"876pfE\":\"Cliente\",\"QOg2Sf\":\"Personalize as configurações de e-mail e notificação para esse evento\",\"Y9Z/vP\":\"Personalize a página inicial do evento e a mensagem de checkout\",\"2E2O5H\":\"Personalize as configurações diversas para esse evento\",\"iJhSxe\":\"Personalizar as configurações de SEO para este evento\",\"KIhhpi\":\"Personalize a página do seu evento\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Zona de perigo\",\"ZQKLI1\":\"Zona de Perigo\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"Data\",\"JvUngl\":\"Data e hora\",\"JJhRbH\":\"Capacidade do primeiro dia\",\"cnGeoo\":\"Excluir\",\"jRJZxD\":\"Excluir Capacidade\",\"VskHIx\":\"Excluir categoria\",\"Qrc8RZ\":\"Excluir Lista de Registro\",\"WHf154\":\"Excluir código\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Descrição\",\"YC3oXa\":\"Descrição para a equipe de registro\",\"URmyfc\":\"Detalhes\",\"1lRT3t\":\"Desativar esta capacidade rastreará as vendas, mas não as interromperá quando o limite for atingido\",\"H6Ma8Z\":\"Desconto\",\"ypJ62C\":\"% de desconto\",\"3LtiBI\":[\"Desconto em \",[\"0\"]],\"C8JLas\":\"Tipo de desconto\",\"1QfxQT\":\"Fechar\",\"DZlSLn\":\"Etiqueta do documento\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Baixar .ics\",\"kodV18\":\"Baixar CSV\",\"CELKku\":\"Baixar fatura\",\"LQrXcu\":\"Baixar fatura\",\"QIodqd\":\"Baixar código QR\",\"yhjU+j\":\"A baixar fatura\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Seleção suspensa\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Duplicar evento\",\"3ogkAk\":\"Duplicar evento\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Duplicar Opções\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Pássaro madrugador\",\"ePK91l\":\"Editar\",\"N6j2JH\":[\"Editar \",[\"0\"]],\"kBkYSa\":\"Editar Capacidade\",\"oHE9JT\":\"Editar Atribuição de Capacidade\",\"j1Jl7s\":\"Editar categoria\",\"FU1gvP\":\"Editar Lista de Registro\",\"iFgaVN\":\"Editar código\",\"jrBSO1\":\"Editar organizador\",\"tdD/QN\":\"Editar Produto\",\"n143Tq\":\"Editar Categoria de Produto\",\"9BdS63\":\"Editar código promocional\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Editar pergunta\",\"poTr35\":\"Editar usuário\",\"GTOcxw\":\"Editar usuário\",\"pqFrv2\":\"por exemplo. 2,50 por $2,50\",\"3yiej1\":\"Ex. 23,5 para 23,5%\",\"O3oNi5\":\"E-mail\",\"VxYKoK\":\"Configurações de e-mail e notificação\",\"ATGYL1\":\"Endereço de e-mail\",\"hzKQCy\":\"Endereço de e-mail\",\"HqP6Qf\":\"Alteração de e-mail cancelada com sucesso\",\"mISwW1\":\"Alteração de e-mail pendente\",\"APuxIE\":\"Confirmação de e-mail reenviada\",\"YaCgdO\":\"Confirmação de e-mail reenviada com sucesso\",\"jyt+cx\":\"Mensagem de rodapé do e-mail\",\"I6F3cp\":\"E-mail não verificado\",\"NTZ/NX\":\"Código de incorporação\",\"4rnJq4\":\"Script de incorporação\",\"8oPbg1\":\"Habilitar faturamento\",\"j6w7d/\":\"Ative esta capacidade para interromper as vendas de produtos quando o limite for atingido\",\"VFv2ZC\":\"Data de término\",\"237hSL\":\"Final\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Inglês\",\"MhVoma\":\"Insira um valor excluindo impostos e taxas.\",\"SlfejT\":\"Erro\",\"3Z223G\":\"Erro ao confirmar o endereço de e-mail\",\"a6gga1\":\"Erro ao confirmar a alteração do e-mail\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Evento\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Data do Evento\",\"0Zptey\":\"Padrões de eventos\",\"QcCPs8\":\"Detalhes do evento\",\"6fuA9p\":\"Evento duplicado com sucesso\",\"AEuj2m\":\"Página inicial do evento\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Local do evento e detalhes do local\",\"OopDbA\":\"Event page\",\"4/If97\":\"Falha na atualização do status do evento. Tente novamente mais tarde\",\"btxLWj\":\"Status do evento atualizado\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Eventos\",\"sZg7s1\":\"Data de Expiração\",\"KnN1Tu\":\"Expirações\",\"uaSvqt\":\"Data de expiração\",\"GS+Mus\":\"Exportação\",\"9xAp/j\":\"Falha ao cancelar o participante\",\"ZpieFv\":\"Falha ao cancelar o pedido\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Falha ao baixar a fatura. Por favor, tente novamente.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Falha ao carregar a Lista de Registro\",\"ZQ15eN\":\"Falha ao reenviar o e-mail do tíquete\",\"ejXy+D\":\"Falha ao ordenar os produtos\",\"PLUB/s\":\"Tarifa\",\"/mfICu\":\"Tarifas\",\"LyFC7X\":\"Filtrar pedidos\",\"cSev+j\":\"Filtros\",\"CVw2MU\":[\"Filtros (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Primeiro número da fatura\",\"V1EGGU\":\"Primeiro nome\",\"kODvZJ\":\"Primeiro nome\",\"S+tm06\":\"O primeiro nome deve ter entre 1 e 50 caracteres\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Usado pela primeira vez\",\"TpqW74\":\"Fixo\",\"irpUxR\":\"Valor fixo\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Esqueceu a senha?\",\"2POOFK\":\"Grátis\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Francês\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Alemão\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Voltar ao perfil\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Agenda\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Vendas brutas\",\"yRg26W\":\"Vendas brutas\",\"R4r4XO\":\"Convidados\",\"26pGvx\":\"Tem um código promocional?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"Aqui está um exemplo de como você pode usar o componente em sua aplicação.\",\"Y1SSqh\":\"Aqui está o componente React que você pode usar para incorporar o widget em sua aplicação.\",\"QuhVpV\":[\"Oi \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Escondido da vista do público\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"As perguntas ocultas são visíveis apenas para o organizador do evento e não para o cliente.\",\"vLyv1R\":\"Esconder\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Ocultar produto após a data de término da venda\",\"06s3w3\":\"Ocultar produto antes da data de início da venda\",\"axVMjA\":\"Ocultar produto, a menos que o usuário tenha um código promocional aplicável\",\"ySQGHV\":\"Ocultar produto quando esgotado\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Ocultar este produto dos clientes\",\"Da29Y6\":\"Ocultar esta pergunta\",\"fvDQhr\":\"Ocultar essa camada dos usuários\",\"lNipG+\":\"Ocultar um produto impedirá que os usuários o vejam na página do evento.\",\"ZOBwQn\":\"Design da página inicial\",\"PRuBTd\":\"Designer de página inicial\",\"YjVNGZ\":\"Visualização da página inicial\",\"c3E/kw\":\"Homero\",\"8k8Njd\":\"Quantos minutos o cliente tem para concluir o pedido. Recomendamos pelo menos 15 minutos\",\"ySxKZe\":\"Quantas vezes esse código pode ser usado?\",\"dZsDbK\":[\"Limite de caracteres HTML excedido: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Eu concordo com os <0>termos e condições\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Se ativado, a equipe de check-in pode marcar os participantes como registrados ou marcar o pedido como pago e registrar os participantes. Se desativado, os participantes associados a pedidos não pagos não poderão ser registrados.\",\"muXhGi\":\"Se ativado, o organizador receberá uma notificação por e-mail quando um novo pedido for feito\",\"6fLyj/\":\"Se você não solicitou essa alteração, altere imediatamente sua senha.\",\"n/ZDCz\":\"Imagem excluída com êxito\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Imagem carregada com sucesso\",\"VyUuZb\":\"URL da imagem\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inativo\",\"T0K0yl\":\"Usuários inativos não podem fazer login.\",\"kO44sp\":\"Inclua detalhes de conexão para o seu evento online. Estes detalhes serão mostrados na página de resumo do pedido e no bilhete do participante.\",\"FlQKnG\":\"Incluir impostos e taxas no preço\",\"Vi+BiW\":[\"Inclui \",[\"0\"],\" produtos\"],\"lpm0+y\":\"Inclui 1 produto\",\"UiAk5P\":\"Inserir imagem\",\"OyLdaz\":\"Convite reenviado!\",\"HE6KcK\":\"Convite revogado!\",\"SQKPvQ\":\"Convidar usuário\",\"bKOYkd\":\"Fatura baixada com sucesso\",\"alD1+n\":\"Notas da fatura\",\"kOtCs2\":\"Numeração da fatura\",\"UZ2GSZ\":\"Configurações da fatura\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Item\",\"KFXip/\":\"João\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Rótulo\",\"vXIe7J\":\"Idioma\",\"2LMsOq\":\"Últimos 12 meses\",\"vfe90m\":\"Últimos 14 dias\",\"aK4uBd\":\"Últimas 24 horas\",\"uq2BmQ\":\"Últimos 30 dias\",\"bB6Ram\":\"Últimas 48 horas\",\"VlnB7s\":\"Últimos 6 meses\",\"ct2SYD\":\"Últimos 7 dias\",\"XgOuA7\":\"Últimos 90 dias\",\"I3yitW\":\"Último login\",\"1ZaQUH\":\"Sobrenome\",\"UXBCwc\":\"Sobrenome\",\"tKCBU0\":\"Última vez usado\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Deixe em branco para usar a palavra padrão \\\"Fatura\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Carregando...\",\"wJijgU\":\"Localização\",\"sQia9P\":\"Fazer login\",\"zUDyah\":\"Login\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Sair\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Tornar o endereço de cobrança obrigatório durante o checkout\",\"MU3ijv\":\"Tornar essa pergunta obrigatória\",\"wckWOP\":\"Gerenciar\",\"onpJrA\":\"Gerenciar participante\",\"n4SpU5\":\"Gerenciar evento\",\"WVgSTy\":\"Gerenciar pedido\",\"1MAvUY\":\"Gerenciar as configurações de pagamento e faturamento para este evento.\",\"cQrNR3\":\"Gerenciar perfil\",\"AtXtSw\":\"Gerencie impostos e taxas que podem ser aplicados aos seus produtos\",\"ophZVW\":\"Gerenciar tíquetes\",\"DdHfeW\":\"Gerenciar os detalhes de sua conta e as configurações padrão\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Gerencie seus usuários e suas permissões\",\"1m+YT2\":\"As perguntas obrigatórias devem ser respondidas antes que o cliente possa fazer o checkout.\",\"Dim4LO\":\"Adicionar manualmente um participante\",\"e4KdjJ\":\"Adicionar participante manualmente\",\"vFjEnF\":\"Marcar como pago\",\"g9dPPQ\":\"Máximo por pedido\",\"l5OcwO\":\"Participante da mensagem\",\"Gv5AMu\":\"Participantes da mensagem\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Comprador de mensagens\",\"tNZzFb\":\"Conteúdo da mensagem\",\"lYDV/s\":\"Mensagem para participantes individuais\",\"V7DYWd\":\"Mensagem enviada\",\"t7TeQU\":\"Mensagens\",\"xFRMlO\":\"Mínimo por pedido\",\"QYcUEf\":\"Preço mínimo\",\"RDie0n\":\"Diversos\",\"mYLhkl\":\"Configurações diversas\",\"KYveV8\":\"Caixa de texto com várias linhas\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Minha incrível descrição do evento...\",\"vX8/tc\":\"Meu incrível título de evento...\",\"hKtWk2\":\"Meu perfil\",\"fj5byd\":\"N/D\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Nome\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Navegar até o participante\",\"qqeAJM\":\"Nunca\",\"7vhWI8\":\"Nova senha\",\"1UzENP\":\"Não\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Não há eventos arquivados para mostrar.\",\"q2LEDV\":\"Nenhum participante encontrado para este pedido.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Não há participantes para mostrar\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Sem Atribuições de Capacidade\",\"a/gMx2\":\"Nenhuma Lista de Registro\",\"tMFDem\":\"Nenhum dado disponível\",\"6Z/F61\":\"Nenhum dado para mostrar. Por favor, selecione um intervalo de datas\",\"fFeCKc\":\"Sem desconto\",\"HFucK5\":\"Não há eventos encerrados para mostrar.\",\"yAlJXG\":\"Nenhum evento para mostrar\",\"GqvPcv\":\"Nenhum filtro disponível\",\"KPWxKD\":\"Nenhuma mensagem a ser exibida\",\"J2LkP8\":\"Não há ordens para mostrar\",\"RBXXtB\":\"Nenhum método de pagamento está disponível no momento. Entre em contato com o organizador do evento para obter assistência.\",\"ZWEfBE\":\"Pagamento não necessário\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Nenhum produto disponível nesta categoria.\",\"FTfObB\":\"Nenhum Produto Ainda\",\"+Y976X\":\"Não há códigos promocionais a serem exibidos\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Nenhum resultado\",\"gk5uwN\":\"Nenhum Resultado de Pesquisa\",\"RHyZUL\":\"Nenhum resultado de pesquisa.\",\"RY2eP1\":\"Nenhum imposto ou taxa foi adicionado.\",\"EdQY6l\":\"Nenhum\",\"OJx3wK\":\"Não disponível\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Anotações\",\"jtrY3S\":\"Nada para mostrar ainda\",\"hFwWnI\":\"Configurações de notificação\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Notificar o organizador sobre novos pedidos\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Número de dias permitidos para pagamento (deixe em branco para omitir os termos de pagamento nas faturas)\",\"n86jmj\":\"Prefixo numérico\",\"mwe+2z\":\"Pedidos offline não são refletidos nas estatísticas do evento até que sejam marcados como pagos.\",\"dWBrJX\":\"O pagamento offline falhou. Por favor, tente novamente ou entre em contato com o organizador do evento.\",\"fcnqjw\":\"Instruções de Pagamento Offline\",\"+eZ7dp\":\"Pagamentos offline\",\"ojDQlR\":\"Informações sobre pagamentos offline\",\"u5oO/W\":\"Configurações de pagamentos offline\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"À venda\",\"Ug4SfW\":\"Depois de criar um evento, você o verá aqui.\",\"ZxnK5C\":\"Assim que você começar a coletar dados, eles aparecerão aqui.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Em andamento\",\"z+nuVJ\":\"Evento online\",\"WKHW0N\":\"Detalhes do evento on-line\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Abrir Página de Check-In\",\"OdnLE4\":\"Abrir barra lateral\",\"ZZEYpT\":[\"Opção \",[\"i\"]],\"oPknTP\":\"Informações adicionais opcionais a serem exibidas em todas as faturas (ex.: condições de pagamento, taxas por atraso, política de devolução)\",\"OrXJBY\":\"Prefixo opcional para os números das faturas (ex.: INV-)\",\"0zpgxV\":\"Opções\",\"BzEFor\":\"ou\",\"UYUgdb\":\"Pedido\",\"mm+eaX\":\"N.º do pedido\",\"B3gPuX\":\"Pedido cancelado\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Data do pedido\",\"Tol4BF\":\"Detalhes do pedido\",\"WbImlQ\":\"O pedido foi cancelado e o proprietário do pedido foi notificado.\",\"nAn4Oe\":\"Pedido marcado como pago\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Referência do pedido\",\"acIJ41\":\"Status do pedido\",\"GX6dZv\":\"Resumo do pedido\",\"tDTq0D\":\"Tempo limite do pedido\",\"1h+RBg\":\"Pedidos\",\"3y+V4p\":\"Endereço da organização\",\"GVcaW6\":\"Detalhes da organização\",\"nfnm9D\":\"Nome da organização\",\"G5RhpL\":\"Organizador\",\"mYygCM\":\"É necessário um organizador\",\"Pa6G7v\":\"Nome do organizador\",\"l894xP\":\"Os organizadores só podem gerenciar eventos e produtos. Eles não podem gerenciar usuários, configurações de conta ou informações de faturamento.\",\"fdjq4c\":\"Preenchimento\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Página não encontrada\",\"QbrUIo\":\"Visualizações de página\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"pago\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Parcialmente reembolsado\",\"8ZsakT\":\"Senha\",\"TUJAyx\":\"A senha deve ter um mínimo de 8 caracteres\",\"vwGkYB\":\"A senha deve ter pelo menos 8 caracteres\",\"BLTZ42\":\"Redefinição de senha bem-sucedida. Faça login com sua nova senha.\",\"f7SUun\":\"As senhas não são as mesmas\",\"aEDp5C\":\"Cole isto onde você deseja que o widget apareça.\",\"+23bI/\":\"Patrick\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Pagamento\",\"Lg+ewC\":\"Pagamento e faturamento\",\"DZjk8u\":\"Configurações de pagamento e faturamento\",\"lflimf\":\"Prazo para pagamento\",\"JhtZAK\":\"Falha no pagamento\",\"JEdsvQ\":\"Instruções de pagamento\",\"bLB3MJ\":\"Métodos de pagamento\",\"QzmQBG\":\"Provedor de pagamento\",\"lsxOPC\":\"Pagamento recebido\",\"wJTzyi\":\"Status do pagamento\",\"xgav5v\":\"O pagamento foi bem-sucedido!\",\"R29lO5\":\"Termos de pagamento\",\"/roQKz\":\"Porcentagem\",\"vPJ1FI\":\"Porcentagem Valor\",\"xdA9ud\":\"Coloque isto no do seu site.\",\"blK94r\":\"Adicione pelo menos uma opção\",\"FJ9Yat\":\"Verifique se as informações fornecidas estão corretas\",\"TkQVup\":\"Verifique seu e-mail e senha e tente novamente\",\"sMiGXD\":\"Verifique se seu e-mail é válido\",\"Ajavq0\":\"Verifique seu e-mail para confirmar seu endereço de e-mail\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Continue na nova guia\",\"hcX103\":\"Por favor, crie um produto\",\"cdR8d6\":\"Por favor, crie um ingresso\",\"x2mjl4\":\"Por favor, insira uma URL de imagem válida que aponte para uma imagem.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Observação\",\"C63rRe\":\"Por favor, volte para a página do evento para recomeçar.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Por favor, selecione pelo menos um produto\",\"igBrCH\":\"Verifique seu endereço de e-mail para acessar todos os recursos\",\"/IzmnP\":\"Por favor, aguarde enquanto preparamos a sua fatura...\",\"MOERNx\":\"Português\",\"qCJyMx\":\"Mensagem de pós-cheque\",\"g2UNkE\":\"Desenvolvido por\",\"Rs7IQv\":\"Mensagem de pré-checkout\",\"rdUucN\":\"Visualização\",\"a7u1N9\":\"Preço\",\"CmoB9j\":\"Modo de exibição de preço\",\"BI7D9d\":\"Preço não definido\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Cor primária\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Cor do texto primário\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Imprimir todos os ingressos\",\"DKwDdj\":\"Imprimir ingressos\",\"K47k8R\":\"Produto\",\"1JwlHk\":\"Categoria de Produto\",\"U61sAj\":\"Categoria de produto atualizada com sucesso.\",\"1USFWA\":\"Produto excluído com sucesso\",\"4Y2FZT\":\"Tipo de Preço do Produto\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Vendas de Produtos\",\"U/R4Ng\":\"Nível do Produto\",\"sJsr1h\":\"Tipo de Produto\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Produto(s)\",\"N0qXpE\":\"Produtos\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Produtos vendidos\",\"/u4DIx\":\"Produtos Vendidos\",\"DJQEZc\":\"Produtos ordenados com sucesso\",\"vERlcd\":\"Perfil\",\"kUlL8W\":\"Perfil atualizado com sucesso\",\"cl5WYc\":[\"Código promocional \",[\"promo_code\"],\" aplicado\"],\"P5sgAk\":\"Código promocional\",\"yKWfjC\":\"Página do código promocional\",\"RVb8Fo\":\"Códigos promocionais\",\"BZ9GWa\":\"Os códigos promocionais podem ser usados para oferecer descontos, acesso de pré-venda ou acesso especial ao seu evento.\",\"OP094m\":\"Relatório de códigos promocionais\",\"4kyDD5\":\"Forneça contexto ou instruções adicionais para esta pergunta. Use este campo para adicionar termos\\ne condições, diretrizes ou qualquer informação importante que os participantes precisem saber antes de responder.\",\"toutGW\":\"Código QR\",\"LkMOWF\":\"Quantidade disponível\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Pergunta excluída\",\"avf0gk\":\"Descrição da pergunta\",\"oQvMPn\":\"Título da pergunta\",\"enzGAL\":\"Perguntas\",\"ROv2ZT\":\"Perguntas e Respostas\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Opção de rádio\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Beneficiário\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Reembolso falhou\",\"n10yGu\":\"Pedido de reembolso\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Reembolso pendente\",\"xHpVRl\":\"Status do reembolso\",\"/BI0y9\":\"Reembolsado\",\"fgLNSM\":\"Registro\",\"9+8Vez\":\"Usos restantes\",\"tasfos\":\"remover\",\"t/YqKh\":\"Remover\",\"t9yxlZ\":\"Relatórios\",\"prZGMe\":\"Exigir endereço de cobrança\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Reenviar confirmação por e-mail\",\"wIa8Qe\":\"Reenviar convite\",\"VeKsnD\":\"Reenviar e-mail de pedido\",\"dFuEhO\":\"Reenviar e-mail do ingresso\",\"o6+Y6d\":\"Reenvio...\",\"OfhWJH\":\"Redefinir\",\"RfwZxd\":\"Redefinir senha\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Restaurar evento\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Voltar para a página do evento\",\"8YBH95\":\"Receita\",\"PO/sOY\":\"Revogar convite\",\"GDvlUT\":\"Função\",\"ELa4O9\":\"Data de término da venda\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Data de início da venda\",\"hBsw5C\":\"Vendas encerradas\",\"kpAzPe\":\"Início das vendas\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Salvar\",\"IUwGEM\":\"Salvar alterações\",\"U65fiW\":\"Salvar organizador\",\"UGT5vp\":\"Salvar configurações\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Pesquise por nome do participante, e-mail ou número do pedido...\",\"+pr/FY\":\"Pesquisar por nome de evento...\",\"3zRbWw\":\"Pesquise por nome, e-mail ou número do pedido...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Pesquisar por nome...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Pesquisar atribuições de capacidade...\",\"r9M1hc\":\"Pesquisar listas de registro...\",\"+0Yy2U\":\"Buscar produtos\",\"YIix5Y\":\"Pesquisar...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Cor secundária\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Cor do texto secundário\",\"02ePaq\":[\"Selecionar \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Selecione a categoria...\",\"kWI/37\":\"Selecione o organizador\",\"ixIx1f\":\"Selecione o Produto\",\"3oSV95\":\"Selecione o Nível do Produto\",\"C4Y1hA\":\"Selecione os produtos\",\"hAjDQy\":\"Selecionar status\",\"QYARw/\":\"Selecionar bilhete\",\"OMX4tH\":\"Selecionar ingressos\",\"DrwwNd\":\"Selecione o período de tempo\",\"O/7I0o\":\"Selecione...\",\"JlFcis\":\"Enviar\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Enviar uma mensagem\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Enviar Mensagem\",\"D7ZemV\":\"Enviar e-mail de confirmação do pedido e do tíquete\",\"v1rRtW\":\"Enviar teste\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"Descrição de SEO\",\"/SIY6o\":\"Palavras-chave de SEO\",\"GfWoKv\":\"Configurações de SEO\",\"rXngLf\":\"Título SEO\",\"/jZOZa\":\"Taxa de serviço\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Defina o número inicial para a numeração das faturas. Isso não poderá ser alterado depois que as faturas forem geradas.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Configurações\",\"Z8lGw6\":\"Compartilhar\",\"B2V3cA\":\"Compartilhar evento\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Mostrar\",\"V0SbFp\":\"Mostrar quantidade disponível do produto\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Mostrar mais\",\"izwOOD\":\"Mostrar impostos e taxas separadamente\",\"1SbbH8\":\"Mostrado ao cliente após o checkout, na página de resumo do pedido.\",\"YfHZv0\":\"Mostrado ao cliente antes do checkout\",\"CBBcly\":\"Mostra campos de endereço comuns, incluindo o país\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Caixa de texto de linha única\",\"+P0Cn2\":\"Pular esta etapa\",\"YSEnLE\":\"Smith\",\"lgFfeO\":\"Esgotado\",\"Mi1rVn\":\"Esgotado\",\"nwtY4N\":\"Algo deu errado\",\"GRChTw\":\"Algo deu errado ao excluir o imposto ou a taxa\",\"YHFrbe\":\"Algo deu errado! Por favor, tente novamente\",\"kf83Ld\":\"Algo deu errado.\",\"fWsBTs\":\"Algo deu errado. Tente novamente.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Desculpe, este código promocional não é reconhecido\",\"65A04M\":\"Espanhol\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Data de início\",\"/2by1f\":\"Estado ou região\",\"uAQUqI\":\"Status\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Os pagamentos via Stripe não estão ativados para este evento.\",\"UJmAAK\":\"Assunto\",\"X2rrlw\":\"Subtotal\",\"zzDlyQ\":\"Sucesso\",\"b0HJ45\":[\"Sucesso! \",[\"0\"],\" receberá um e-mail em breve.\"],\"BJIEiF\":[\"Participante com sucesso \",[\"0\"]],\"OtgNFx\":\"Endereço de e-mail confirmado com sucesso\",\"IKwyaF\":\"Alteração de e-mail confirmada com sucesso\",\"zLmvhE\":\"Participante criado com sucesso\",\"gP22tw\":\"Produto Criado com Sucesso\",\"9mZEgt\":\"Código promocional criado com sucesso\",\"aIA9C4\":\"Pergunta criada com sucesso\",\"J3RJSZ\":\"Participante atualizado com sucesso\",\"3suLF0\":\"Atribuição de Capacidade atualizada com sucesso\",\"Z+rnth\":\"Lista de Registro atualizada com sucesso\",\"vzJenu\":\"Configurações de e-mail atualizadas com sucesso\",\"7kOMfV\":\"Evento atualizado com sucesso\",\"G0KW+e\":\"Design da página inicial atualizado com sucesso\",\"k9m6/E\":\"Configurações da página inicial atualizadas com sucesso\",\"y/NR6s\":\"Localização atualizada com sucesso\",\"73nxDO\":\"Configurações diversas atualizadas com sucesso\",\"4H80qv\":\"Pedido atualizado com sucesso\",\"6xCBVN\":\"Configurações de pagamento e faturamento atualizadas com sucesso\",\"1Ycaad\":\"Produto atualizado com sucesso\",\"70dYC8\":\"Código promocional atualizado com sucesso\",\"F+pJnL\":\"Configurações de SEO atualizadas com sucesso\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"E-mail de suporte\",\"uRfugr\":\"Camiseta\",\"JpohL9\":\"Imposto\",\"geUFpZ\":\"Impostos e taxas\",\"dFHcIn\":\"Detalhes fiscais\",\"wQzCPX\":\"Informações fiscais que aparecerão na parte inferior de todas as faturas (ex.: número de IVA, registro fiscal)\",\"0RXCDo\":\"Imposto ou taxa excluído com êxito\",\"ZowkxF\":\"Impostos\",\"qu6/03\":\"Impostos e taxas\",\"gypigA\":\"Esse código promocional é inválido\",\"5ShqeM\":\"A lista de check-in que você está procurando não existe.\",\"QXlz+n\":\"A moeda padrão para seus eventos.\",\"mnafgQ\":\"O fuso horário padrão para seus eventos.\",\"o7s5FA\":\"O idioma em que o participante receberá e-mails.\",\"NlfnUd\":\"O link em que você clicou é inválido.\",\"HsFnrk\":[\"O número máximo de produtos para \",[\"0\"],\" é \",[\"1\"]],\"TSAiPM\":\"A página que você está procurando não existe\",\"MSmKHn\":\"O preço exibido para o cliente incluirá impostos e taxas.\",\"6zQOg1\":\"O preço exibido para o cliente não inclui impostos e taxas. Eles serão exibidos separadamente\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"O título do evento que será exibido nos resultados dos mecanismos de pesquisa e ao compartilhar nas mídias sociais. Por padrão, o título do evento será usado\",\"wDx3FF\":\"Não há produtos disponíveis para este evento\",\"pNgdBv\":\"Não há produtos disponíveis nesta categoria\",\"rMcHYt\":\"Há um reembolso pendente. Aguarde a conclusão do processo antes de solicitar outro reembolso.\",\"F89D36\":\"Ocorreu um erro ao marcar o pedido como pago\",\"68Axnm\":\"Ocorreu um erro ao processar sua solicitação. Tente novamente.\",\"mVKOW6\":\"Ocorreu um erro ao enviar sua mensagem\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Este participante tem um pedido não pago.\",\"mf3FrP\":\"Esta categoria ainda não possui produtos.\",\"8QH2Il\":\"Esta categoria está oculta da visualização pública\",\"xxv3BZ\":\"Esta lista de registro expirou\",\"Sa7w7S\":\"Esta lista de registro expirou e não está mais disponível para registros.\",\"Uicx2U\":\"Esta lista de registro está ativa\",\"1k0Mp4\":\"Esta lista de registro ainda não está ativa\",\"K6fmBI\":\"Esta lista de registro ainda não está ativa e não está disponível para registros.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Essas informações serão exibidas na página de pagamento, no resumo do pedido e no e-mail de confirmação do pedido.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Este é um evento on-line\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Essa mensagem será incluída no rodapé de todos os e-mails enviados a partir desse evento\",\"55i7Fa\":\"Esta mensagem só será mostrada se o pedido for concluído com sucesso. Pedidos aguardando pagamento não mostrarão esta mensagem.\",\"RjwlZt\":\"Esse pedido já foi pago.\",\"5K8REg\":\"Esse pedido já foi reembolsado.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Esse pedido foi cancelado.\",\"Q0zd4P\":\"Este pedido expirou. Por favor, recomece.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Esse pedido está concluído.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Essa página de pedidos não está mais disponível.\",\"i0TtkR\":\"Isso substitui todas as configurações de visibilidade e ocultará o produto de todos os clientes.\",\"cRRc+F\":\"Este produto não pode ser excluído porque está associado a um pedido. Você pode ocultá-lo em vez disso.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Este link de redefinição de senha é inválido ou expirou.\",\"IV9xTT\":\"Esse usuário não está ativo, pois não aceitou o convite.\",\"5AnPaO\":\"ingresso\",\"kjAL4v\":\"Bilhete\",\"dtGC3q\":\"O e-mail do ingresso foi reenviado ao participante\",\"54q0zp\":\"Ingressos para\",\"xN9AhL\":[\"Nível \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Os produtos escalonados permitem que você ofereça múltiplas opções de preço para o mesmo produto. Isso é perfeito para produtos antecipados ou para oferecer diferentes opções de preço para diferentes grupos de pessoas.\\\" # pt\",\"nn3mSR\":\"Tempo restante:\",\"s/0RpH\":\"Tempos usados\",\"y55eMd\":\"Vezes usado\",\"40Gx0U\":\"Fuso horário\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Título\",\"xdA/+p\":\"Ferramentas\",\"72c5Qo\":\"Total\",\"YXx+fG\":\"Total antes de descontos\",\"NRWNfv\":\"Montante total do desconto\",\"BxsfMK\":\"Total de taxas\",\"2bR+8v\":\"Total de vendas brutas\",\"mpB/d9\":\"Valor total do pedido\",\"m3FM1g\":\"Total reembolsado\",\"jEbkcB\":\"Total Reembolsado\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Imposto total\",\"+zy2Nq\":\"Tipo\",\"FMdMfZ\":\"Não foi possível registrar o participante\",\"bPWBLL\":\"Não foi possível retirar o participante\",\"9+P7zk\":\"Não foi possível criar o produto. Por favor, verifique seus detalhes\",\"WLxtFC\":\"Não foi possível criar o produto. Por favor, verifique seus detalhes\",\"/cSMqv\":\"Não foi possível criar a pergunta. Por favor, verifique seus detalhes\",\"MH/lj8\":\"Não foi possível atualizar a pergunta. Verifique seus detalhes\",\"nnfSdK\":\"Clientes únicos\",\"Mqy/Zy\":\"Estados Unidos\",\"NIuIk1\":\"Ilimitado\",\"/p9Fhq\":\"Ilimitados disponíveis\",\"E0q9qH\":\"Permite usos ilimitados\",\"h10Wm5\":\"Pedido não pago\",\"ia8YsC\":\"Próximos\",\"TlEeFv\":\"Próximos eventos\",\"L/gNNk\":[\"Atualizar \",[\"0\"]],\"+qqX74\":\"Atualizar o nome, a descrição e as datas do evento\",\"vXPSuB\":\"Atualizar perfil\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL copiado para a área de transferência\",\"e5lF64\":\"Exemplo de uso\",\"fiV0xj\":\"Limite de uso\",\"sGEOe4\":\"Use uma versão desfocada da imagem da capa como plano de fundo\",\"OadMRm\":\"Usar imagem de capa\",\"7PzzBU\":\"Usuário\",\"yDOdwQ\":\"Gerenciamento de usuários\",\"Sxm8rQ\":\"Usuários\",\"VEsDvU\":\"Os usuários podem alterar seu e-mail em <0>Configurações de perfil\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"IVA\",\"E/9LUk\":\"Nome do local\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Ver Detalhes do Participante\",\"/5PEQz\":\"Exibir página do evento\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Exibir no Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"Lista de check-in VIP\",\"tF+VVr\":\"Ingresso VIP\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Não foi possível processar seu pagamento. Tente novamente ou entre em contato com o suporte.\",\"45Srzt\":\"Não conseguimos excluir a categoria. Por favor, tente novamente.\",\"/DNy62\":[\"Não encontramos nenhum ingresso correspondente a \",[\"0\"]],\"1E0vyy\":\"Não foi possível carregar os dados. Por favor, tente novamente.\",\"NmpGKr\":\"Não conseguimos reordenar as categorias. Por favor, tente novamente.\",\"BJtMTd\":\"Recomendamos dimensões de 2160px por 1080px e um tamanho máximo de arquivo de 5 MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Não foi possível confirmar seu pagamento. Tente novamente ou entre em contato com o suporte.\",\"Gspam9\":\"Estamos processando seu pedido. Por favor, aguarde...\",\"LuY52w\":\"Bem-vindo a bordo! Faça login para continuar.\",\"dVxpp5\":[\"Bem-vindo de volta\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"O que são Produtos em Camadas?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"O que é uma Categoria?\",\"gxeWAU\":\"A quais produtos este código se aplica?\",\"hFHnxR\":\"A quais produtos este código se aplica? (Aplica-se a todos por padrão)\",\"AeejQi\":\"A quais produtos essa capacidade deve se aplicar?\",\"Rb0XUE\":\"A que horas você chegará?\",\"5N4wLD\":\"Que tipo de pergunta é essa?\",\"gyLUYU\":\"Quando ativado, as faturas serão geradas para os pedidos de ingressos. As faturas serão enviadas junto com o e-mail de confirmação do pedido. Os participantes também podem baixar suas faturas na página de confirmação do pedido.\",\"D3opg4\":\"Quando os pagamentos offline estão ativados, os usuários poderão concluir seus pedidos e receber seus ingressos. Seus ingressos indicarão claramente que o pedido não foi pago, e a ferramenta de check-in notificará a equipe se um pedido exigir pagamento.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Quais ingressos devem ser associados a esta lista de registro?\",\"S+OdxP\":\"Quem está organizando esse evento?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"A quem deve ser feita essa pergunta?\",\"VxFvXQ\":\"Incorporação de widgets\",\"v1P7Gm\":\"Configurações do widget\",\"b4itZn\":\"Trabalho\",\"hqmXmc\":\"Trabalhando...\",\"+G/XiQ\":\"Ano até agora\",\"l75CjT\":\"Sim\",\"QcwyCh\":\"Sim, remova-os\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Você está alterando seu e-mail para <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Você está offline\",\"sdB7+6\":\"Você pode criar um código promocional que direcione este produto no\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Você não pode mudar o tipo de produto, pois há participantes associados a este produto.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Você não pode registrar participantes com pedidos não pagos. Essa configuração pode ser alterada nas configurações do evento.\",\"c9Evkd\":\"Você não pode excluir a última categoria.\",\"6uwAvx\":\"Você não pode excluir este nível de preço porque já há produtos vendidos para este nível. Você pode ocultá-lo em vez disso.\",\"tFbRKJ\":\"Não é possível editar a função ou o status do proprietário da conta.\",\"fHfiEo\":\"Não é possível reembolsar um pedido criado manualmente.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Você tem acesso a várias contas. Escolha uma para continuar.\",\"Z6q0Vl\":\"Você já aceitou este convite. Faça login para continuar.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Você não tem nenhuma alteração de e-mail pendente.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"O tempo para concluir seu pedido acabou.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Você deve estar ciente de que este e-mail não é promocional\",\"3ZI8IL\":\"Você deve concordar com os termos e condições\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Você deve criar um tíquete antes de adicionar manualmente um participante.\",\"jE4Z8R\":\"Você deve ter pelo menos um nível de preço\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Você terá que marcar um pedido como pago manualmente. Isso pode ser feito na página de gerenciamento de pedidos.\",\"L/+xOk\":\"Você precisará de um ingresso antes de poder criar uma lista de registro.\",\"Djl45M\":\"Você precisará de um produto antes de poder criar uma atribuição de capacidade.\",\"y3qNri\":\"Você precisará de pelo menos um produto para começar. Grátis, pago ou deixe o usuário decidir o que pagar.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"O nome de sua conta é usado nas páginas do evento e nos e-mails.\",\"veessc\":\"Os participantes aparecerão aqui assim que se registrarem no evento. Você também pode adicionar participantes manualmente.\",\"Eh5Wrd\":\"Seu site incrível 🎉\",\"lkMK2r\":\"Seus detalhes\",\"3ENYTQ\":[\"Sua solicitação de alteração de e-mail para <0>\",[\"0\"],\" está pendente. Verifique seu e-mail para confirmar\"],\"yZfBoy\":\"Sua mensagem foi enviada\",\"KSQ8An\":\"Seu pedido\",\"Jwiilf\":\"Seu pedido foi cancelado\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Seus pedidos aparecerão aqui assim que começarem a chegar.\",\"9TO8nT\":\"Sua senha\",\"P8hBau\":\"Seu pagamento está sendo processado.\",\"UdY1lL\":\"Seu pagamento não foi bem-sucedido, tente novamente.\",\"fzuM26\":\"Seu pagamento não foi bem-sucedido. Por favor, tente novamente.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Seu reembolso está sendo processado.\",\"IFHV2p\":\"Seu ingresso para\",\"x1PPdr\":\"CEP / Código Postal\",\"BM/KQm\":\"CEP ou código postal\",\"+LtVBt\":\"CEP ou Código Postal\",\"25QDJ1\":\"- Clique para publicar\",\"WOyJmc\":\"- Clique para despublicar\",\"ncwQad\":\"(vazio)\",\"B/gRsg\":\"(nenhum)\",\"wqtZLy\":[[\"0\"],\" (cópia)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" já fez check-in\"],\"3beCx0\":[[\"0\"],\" <0>com check-in\"],\"S4PqS9\":[[\"0\"],\" webhooks ativos\"],\"6MIiOI\":[[\"0\"],\" restante\"],\"COnw8D\":[\"Logo \",[\"0\"]],\"xG9N0H\":[[\"0\"],\" de \",[\"1\"],\" lugares estão ocupados.\"],\"B7pZfX\":[[\"0\"],\" organizadores\"],\"/HkCs4\":[[\"0\"],\" ingressos\"],\"30bTiU\":[[\"activeCount\"],\" ativados\"],\"jTs4am\":[\"Logotipo \",[\"appName\"]],\"gbJOk9\":[[\"attendeeCount\"],\" participantes estão inscritos nesta sessão.\"],\"TjbIUI\":[[\"availableCount\"],\" de \",[\"totalCount\"],\" disponíveis\"],\"PSChHo\":[[\"capacity\"],\" vagas restantes\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" com check-in\"],\"RZ0JX3\":[[\"chipTime\"],\", esgotado\"],\"M4KnFs\":[[\"chipTime\"],\", Esgotado, lista de espera disponível\"],\"SeyN12\":[[\"completedCount\"],\" de \",[\"totalCount\"],\" passos concluídos\"],\"wYzVwE\":[[\"count\"],\" complementos\"],\"f2rhaD\":[[\"diffHr\"],\" h atrás\"],\"NRSLBe\":[[\"diffMin\"],\" min atrás\"],\"iYfwJE\":[[\"diffSec\"],\" s atrás\"],\"OJnhhX\":[[\"eventCount\"],\" eventos\"],\"SqGPxF\":[[\"first\"],\" + mais \",[\"additionalCount\"]],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" participantes estão inscritos nas sessões afetadas.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" por pedido\"],\"RBuxIl\":[[\"productCount\"],\" tipos de ingresso configurados\"],\"VFLd0I\":[[\"slotCount\"],\" horários disponíveis\"],\"3IEF7U\":[[\"totalCount\"],\" tipos de ingresso\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" taxas\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" taxas e impostos\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" impostos\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 dia\",\"1d6kks\":\"+Impostos/Taxas\",\"B1St2O\":\"<0>As listas de check-in ajudam você a gerenciar a entrada no evento por dia, área ou tipo de ingresso. Você pode vincular ingressos a listas específicas, como zonas VIP ou passes do Dia 1, e compartilhar um link de check-in seguro com a equipe. Não é necessária conta. O check-in funciona em dispositivos móveis, computador ou tablet, usando a câmera do dispositivo ou um scanner USB HID. \",\"v9VSIS\":\"<0>Defina um limite total único de participação que se aplica a vários tipos de ingresso de uma só vez.<1>Por exemplo, se você vincular um ingresso de <2>Passe Diário e um de <3>Fim de Semana Completo, ambos usarão o mesmo pool de vagas. Quando o limite for atingido, todos os ingressos vinculados param de vender automaticamente.\",\"Il5Uid\":\"<0>Esta é a quantidade total disponível para todas as datas da sua programação em conjunto — não é um limite por data. Para limitar o público de cada data, defina uma capacidade na <1>página de Programação de datas.\",\"ZnVt5v\":\"<0>Os webhooks notificam instantaneamente serviços externos quando eventos ocorrem, como adicionar um novo participante ao seu CRM ou lista de e-mails no momento do registro, garantindo uma automação perfeita.<1>Use serviços de terceiros como <2>Zapier, <3>IFTTT ou <4>Make para criar fluxos de trabalho personalizados e automatizar tarefas.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" na taxa atual\"],\"M2DyLc\":\"1 webhook ativo\",\"hMefp0\":\"1 complemento\",\"6hIk/x\":\"1 participante está inscrito nas sessões afetadas.\",\"qOyE2U\":\"1 participante está inscrito nesta sessão.\",\"943BwI\":\"1 dia após a data de término\",\"yj3N+g\":\"1 dia após a data de início\",\"Z3etYG\":\"1 dia antes do evento\",\"szSnlj\":\"1 hora antes do evento\",\"yTsaLw\":\"1 ingresso\",\"nz96Ue\":\"1 tipo de ingresso\",\"InX5ad\":\"1 tipo de ingresso configurado\",\"y2Jh0m\":\"1 horário disponível\",\"cGtUz6\":\"1 semana antes do evento\",\"HR/cvw\":\"Rua Exemplo 123\",\"dgKxZ5\":\"Mais de 135 moedas e mais de 40 formas de pagamento\",\"/d9gcz\":\"Um rótulo de botão é necessário quando uma URL está definida\",\"kMU5aM\":\"Um aviso de cancelamento foi enviado para\",\"o++0qa\":\"uma alteração de duração\",\"WuWSX5\":\"Faltam poucos passos para você começar a vender.\",\"RQ5kDd\":\"Uma mensagem a ser exibida quando não houver produtos nesta categoria.\",\"V53XzQ\":\"Um novo código de verificação foi enviado para o seu email\",\"sr2Je0\":\"um deslocamento dos horários de início/término\",\"/z/bH1\":\"Uma breve descrição do seu organizador que será exibida aos seus usuários.\",\"3BKFn6\":\"Uma URL é necessária quando um rótulo de botão está definido\",\"RpjXTb\":\"Um padrão semanal\",\"aS0jtz\":\"Abandonado\",\"uyJsf6\":\"Sobre\",\"JvuLls\":\"Absorver taxa\",\"lk74+I\":\"Absorver taxa\",\"1uJlG9\":\"Cor de Destaque\",\"g3UF2V\":\"Aceitar\",\"K5+3xg\":\"Aceitar convite\",\"LuXP9q\":\"Acesso\",\"jzb4Ep\":[\"Conta · \",[\"0\"]],\"UqH1Q6\":[\"Conta · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"A exclusão da conta foi cancelada.\",\"WtlP+7\":\"A exclusão da conta está bloqueada\",\"vOuxvL\":\"Informações da Conta\",\"F9cvwz\":\"Nome da conta\",\"EHNORh\":\"Conta não encontrada\",\"Hy1lfH\":\"Proprietário da conta\",\"bPwFdf\":\"Contas\",\"pi/Iog\":[\"Contas (\",[\"0\"],\")\"],\"AhwTa1\":\"Ação Necessária: Informações de IVA Necessárias\",\"APyAR/\":\"Eventos ativos\",\"kCl6ja\":\"Formas de pagamento ativas\",\"XJOV1Y\":\"Atividade\",\"Eso+01\":[\"Adicione \",[\"0\"],\" primeiro\"],\"eJ0IJA\":\"Adicione uma imagem de capa e um tema alinhados à sua marca\",\"0YEoxS\":\"Adicionar uma data\",\"ybegUq\":\"Adicione uma descrição e um local para que os participantes saibam o que esperar\",\"nOZl6j\":\"Adicionar uma única data\",\"CjvTPJ\":\"Adicionar outro horário\",\"0XCduh\":\"Adicione pelo menos um horário\",\"/chGpa\":\"Adicione os dados de acesso do evento online.\",\"UWWRyd\":\"Adicione perguntas personalizadas para coletar informações adicionais durante o checkout\",\"Z/dcxc\":\"Adicionar data\",\"QeupRg\":\"Adicionar datas\",\"Q219NT\":\"Adicionar datas\",\"yjB5VC\":\"Adicione datas e horários para o seu evento recorrente\",\"Z8idyM\":\"Adicionar detalhes\",\"wpirGs\":\"Adicionar detalhes do evento\",\"VX6WUv\":\"Adicionar localização\",\"GCQlV2\":\"Adicione vários horários se você realiza várias sessões por dia.\",\"7JF9w9\":\"Adicionar pergunta\",\"NLbIb6\":\"Adicionar este participante mesmo assim (ignorar a capacidade)\",\"6PNlRV\":\"Adicione este evento ao seu calendário\",\"BGD9Yt\":\"Adicionar ingressos\",\"uIv4Op\":\"Adicione pixels de rastreamento às suas páginas de eventos públicos e página inicial do organizador. Um banner de consentimento de cookies será exibido aos visitantes quando o rastreamento estiver ativo.\",\"QN2F+7\":\"Adicionar Webhook\",\"NsWqSP\":\"Adicione seus perfis de redes sociais e o URL do site. Eles serão exibidos na sua página pública de organizador.\",\"6JzKEV\":\"Somente como complemento\",\"VkQex5\":\"Produtos complementares\",\"Y2K3rp\":\"Complementos\",\"Z/ZU8N\":\"Adicionado no checkout\",\"bVjDs9\":\"Taxas adicionais\",\"MKqSg4\":\"Acesso de administrador necessário\",\"0Zypnp\":\"Painel de Administração\",\"tlFYEo\":\"Dá acesso ao seu evento aos participantes\",\"YAV57v\":\"Afiliado\",\"I+utEq\":\"O código de afiliado não pode ser alterado\",\"/jHBj5\":\"Afiliado criado com sucesso\",\"uCFbG2\":\"Afiliado eliminado com sucesso\",\"ld8I+f\":\"Programa de afiliados\",\"a41PKA\":\"As vendas do afiliado serão rastreadas\",\"mJJh2s\":\"As vendas do afiliado não serão rastreadas. Isto irá desativar o afiliado.\",\"jabmnm\":\"Afiliado atualizado com sucesso\",\"CPXP5Z\":\"Afiliados\",\"9Wh+ug\":\"Afiliados exportados\",\"3cqmut\":\"Os afiliados ajudam-no a rastrear vendas geradas por parceiros e influenciadores. Crie códigos de afiliado e partilhe-os para monitorizar o desempenho.\",\"3e31kI\":\"Depois que o evento for criado, você pode escolher no painel com que frequência ele se repete.\",\"z7GAMJ\":\"todas\",\"N40H+G\":\"Todos\",\"7rLTkE\":\"Todos os eventos arquivados\",\"gKq1fa\":\"Todos os participantes\",\"63gRoO\":\"Todos os participantes das sessões selecionadas\",\"uWxIoH\":\"Todos os participantes desta data\",\"pMLul+\":\"Todas as moedas\",\"sgUdRZ\":\"Todas as datas\",\"e4q4uO\":\"Todas as datas\",\"ZS/D7f\":\"Todos os eventos encerrados\",\"QsYjci\":\"Todos os eventos\",\"31KB8w\":\"Todos os trabalhos com falha excluídos\",\"D2g7C7\":\"Todos os trabalhos na fila para nova tentativa\",\"B4RFBk\":\"Todas as datas correspondentes\",\"F1/VgK\":\"Todas as datas\",\"OpWjMq\":\"Todas as datas\",\"Sxm1lO\":\"Todos os status\",\"dr7CWq\":\"Todos os próximos eventos\",\"UBpkWM\":\"Todos os usuários\",\"GpT6Uf\":\"Permitir que os participantes atualizem suas informações de ingresso (nome, e-mail) através de um link seguro enviado com a confirmação do pedido.\",\"VZdky1\":\"Permitir que compradores copiem seus dados para todos os participantes\",\"F3mW5G\":\"Permitir que os clientes entrem em uma lista de espera quando este produto estiver esgotado\",\"4CMO/q\":\"Permitir que os clientes entrem em uma lista de espera quando este produto estiver esgotado. Os clientes entram na lista de espera para uma data específica.\",\"c4uJfc\":\"Quase lá! Estamos apenas aguardando o processamento do seu pagamento. Isso deve levar apenas alguns segundos.\",\"ocS8eq\":[\"Já tem uma conta? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Já incluído\",\"/H326L\":\"Já reembolsado\",\"USEpOK\":\"Já usa o Stripe em outro organizador? Reutilize essa conexão.\",\"RtxQTF\":\"Também cancelar este pedido\",\"jkNgQR\":\"Também reembolsar este pedido\",\"xYqsHg\":\"Sempre disponível\",\"rrepBD\":\"Sempre à venda\",\"Wvrz79\":\"Valor pago\",\"Zkymb9\":\"Um email para associar a este afiliado. O afiliado não será notificado.\",\"vRznIT\":\"Ocorreu um erro ao verificar o status da exportação.\",\"OPFdAM\":\"Uma descrição opcional desta categoria para exibir na página do evento.\",\"eusccx\":\"Uma mensagem opcional para exibir no produto destacado, por exemplo \\\"Vendendo rápido 🔥\\\" ou \\\"Melhor valor\\\"\",\"HZFm5R\":\"e\",\"l3LBtZ\":\"Conteúdo do anúncio\",\"Th00L9\":\"Anúncio criado\",\"p/XJYI\":\"Anúncio excluído\",\"08iV57\":\"Título do anúncio\",\"qLqgre\":\"Anúncio atualizado\",\"Dzr23X\":\"Anúncios\",\"asqL+J\":\"Anonimizar\",\"QNrkms\":\"Resposta atualizada com sucesso.\",\"+qygei\":\"Respostas\",\"GK7Lnt\":\"Respostas fornecidas na finalização da compra (ex.: escolha da refeição)\",\"lE8PgT\":\"As datas que você personalizou manualmente serão mantidas.\",\"jVoYha\":[\"aplicado — \",[\"0\"],\" de desconto no seu pedido\"],\"vP3Nzg\":[\"Vale para as \",[\"0\"],\" datas não canceladas carregadas nesta página.\"],\"kkVyZZ\":\"Vale para qualquer pessoa que abrir o link de check-in compartilhado sem estar logada. Os membros da equipe logados sempre veem tudo.\",\"je4muG\":[\"Vale para todas as datas \",[\"0\"],\" e não canceladas deste evento — incluindo datas que não estão carregadas no momento.\"],\"YIIQtt\":\"Aplicar alterações\",\"NzWX1Y\":\"Aplicar a\",\"Ps5oDT\":\"Aplicar a todos os ingressos\",\"261RBr\":\"Aprovar mensagem\",\"naCW6Z\":\"Abril\",\"B495Gs\":\"Arquivar\",\"5sNliy\":\"Arquivar evento\",\"BrwnrJ\":\"Arquivar organizador\",\"E5eghW\":\"Arquive este evento para ocultá-lo do público. Você pode restaurá-lo mais tarde.\",\"eqFkeI\":\"Arquive este organizador. Isso também arquivará todos os eventos pertencentes a este organizador.\",\"BzcxWv\":\"Organizadores arquivados\",\"9cQBd6\":\"Tem certeza que deseja arquivar este evento? Ele não será mais visível para o público.\",\"Trnl3E\":\"Tem certeza que deseja arquivar este organizador? Isso também arquivará todos os eventos pertencentes a este organizador.\",\"wOvn+e\":[\"Tem certeza de que quer cancelar \",[\"count\"],\" data(s)? Os participantes afetados serão avisados por e-mail.\"],\"GTxE0U\":\"Tem certeza de que quer cancelar esta data? Os participantes afetados serão avisados por e-mail.\",\"VkSk/i\":\"Tem certeza de que deseja cancelar esta mensagem agendada?\",\"0aVEBY\":\"Tem certeza de que deseja excluir todos os trabalhos com falha?\",\"LchiNd\":\"Tem a certeza de que deseja eliminar este afiliado? Esta ação não pode ser anulada.\",\"U49Xd6\":\"Tem certeza de que deseja excluir este anúncio? Os usuários não o verão mais.\",\"vPeW/6\":\"Tem certeza de que deseja excluir esta configuração? Isso pode afetar as contas que a utilizam.\",\"h42Hc/\":\"Tem certeza de que quer excluir esta data? Esta ação não pode ser desfeita.\",\"RiF/yT\":\"Tem certeza de que quer excluir esta imagem?\",\"b3+Qku\":\"Tem certeza de que quer excluir este imposto ou taxa? Ele deixará de ser aplicado aos novos pedidos.\",\"JmVITJ\":\"Tem certeza de que deseja excluir este modelo? Esta ação não pode ser desfeita e os e-mails voltarão ao modelo padrão.\",\"aLS+A6\":\"Tem certeza de que deseja excluir este modelo? Esta ação não pode ser desfeita e os e-mails voltarão ao modelo do organizador ou padrão.\",\"5H3Z78\":\"Tem certeza de que deseja excluir este webhook?\",\"147G4h\":\"Tem certeza de que deseja sair?\",\"VDWChT\":\"Tem certeza de que deseja definir este organizador como rascunho? Isso tornará a página do organizador invisível ao público.\",\"pWtQJM\":\"Tem certeza de que deseja tornar este organizador público? Isso tornará a página do organizador visível ao público.\",\"EOqL/A\":\"Tem certeza de que deseja oferecer uma vaga a esta pessoa? Ela receberá uma notificação por e-mail.\",\"yAXqWW\":\"Tem certeza de que quer excluir esta data permanentemente? Isso não pode ser desfeito.\",\"WFHOlF\":\"Tem a certeza de que deseja publicar este evento? Uma vez publicado, será visível ao público.\",\"4TNVdy\":\"Tem a certeza de que deseja publicar este perfil de organizador? Uma vez publicado, será visível ao público.\",\"8x0pUg\":\"Tem certeza de que deseja remover esta entrada da lista de espera?\",\"cDtoWq\":[\"Tem certeza de que deseja reenviar a confirmação do pedido para \",[\"0\"],\"?\"],\"xeIaKw\":[\"Tem certeza de que deseja reenviar o ingresso para \",[\"0\"],\"?\"],\"BjbocR\":\"Tem certeza que deseja restaurar este evento?\",\"7MjfcR\":\"Tem certeza que deseja restaurar este organizador?\",\"b7tkGp\":\"Tem certeza de que quer revogar este convite?\",\"ExDt3P\":\"Tem a certeza de que deseja despublicar este evento? Já não será visível ao público.\",\"5Qmxo/\":\"Tem a certeza de que deseja despublicar este perfil de organizador? Já não será visível ao público.\",\"Uqefyd\":\"Você está registrado para IVA na UE?\",\"+QARA4\":\"Arte\",\"tLf3yJ\":\"Como sua empresa está sediada na Irlanda, o IVA irlandês de 23% se aplica automaticamente a todas as taxas da plataforma.\",\"tMeVa/\":\"Solicitar nome e email para cada ingresso comprado\",\"ui5ln+\":\"Atribuir outro plano\",\"9Jxliv\":\"Atribuir plano\",\"xdiER7\":\"Nível atribuído\",\"F2rX0R\":\"Pelo menos um tipo de evento deve ser selecionado\",\"Z44eZS\":\"Pelo menos um produto precisa continuar disponível para esta data. Para deixar a data inacessível, cancele-a na programação.\",\"BCmibk\":\"Tentativas\",\"6PecK3\":\"Presença e taxas de check-in em todos os eventos\",\"K2tp3v\":\"participante\",\"AJ4rvK\":\"Participante cancelado\",\"qvylEK\":\"Participante criado\",\"Aspq3b\":\"Coleta de dados dos participantes\",\"fpb0rX\":\"Dados do participante copiados do pedido\",\"94aQMU\":\"Informações do participante\",\"KkrBiR\":\"Coleta de informações do participante\",\"sjPjOg\":\"Notas sobre o participante\",\"cosfD8\":\"Status do Participante\",\"D2qlBU\":\"Participante atualizado\",\"22BOve\":\"Participante atualizado com sucesso\",\"x8Vnvf\":\"O ingresso do participante não está incluído nesta lista\",\"/Ywywr\":\"participantes\",\"zLRobu\":\"participantes com check-in\",\"k3Tngl\":\"Participantes exportados\",\"UoIRW8\":\"Participantes registrados\",\"5UbY+B\":\"Participantes com um tíquete específico\",\"4HVzhV\":\"Participantes:\",\"HVkhy2\":\"Análise de atribuição\",\"dMMjeD\":\"Detalhamento de atribuição\",\"1oPDuj\":\"Valor de atribuição\",\"cHfbVT\":\"Público\",\"DBHTm/\":\"Agosto\",\"JgREph\":\"A oferta automática está ativada\",\"V7Tejz\":\"Processar lista de espera automaticamente\",\"PZ7FTW\":\"Detectado automaticamente com base na cor de fundo, mas pode ser substituído\",\"zlnTuI\":\"Oferecer automaticamente ingressos para a próxima pessoa quando a capacidade ficar disponível. Se desativado, você pode processar manualmente a lista de espera na página Lista de Espera.\",\"csDS2L\":\"Disponível\",\"Xp+ywP\":\"Disponível assim que o pagamento for concluído\",\"dwDH1K\":[\"Horários disponíveis em \",[\"dayName\"]],\"clF06r\":\"Disponível para reembolso\",\"NB5+UG\":\"Tokens Disponíveis\",\"L+wGOG\":\"Pendente\",\"qcw2OD\":\"Pagamento pendente\",\"kNmmvE\":\"Awesome Events Lda.\",\"TeSaQO\":\"Voltar para Contas\",\"kYqM1A\":\"Voltar ao evento\",\"s5QRF3\":\"Voltar para mensagens\",\"td/bh+\":\"Voltar aos Relatórios\",\"nsm7BA\":\"Voltar à pesquisa\",\"imjKVx\":\"Conta bancária conectada\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"O conteúdo do banner deve ter no máximo 200 caracteres\",\"p2OLF3\":\"Preço base\",\"D9LTCH\":\"Preço base\",\"hviJef\":\"Com base no período de venda global acima, não por data\",\"jIPNJG\":\"Informações básicas\",\"lINGcL\":\"Como esta conta possui pedidos concluídos, os registros de transações (valores, datas e detalhes de faturas) serão mantidos de forma anonimizada para fins legais e fiscais. Todas as informações pessoais serão removidas permanentemente.\",\"UabgBd\":\"Corpo é obrigatório\",\"HWXuQK\":\"Adicione esta página aos favoritos para gerenciar seu pedido a qualquer momento.\",\"CUKVDt\":\"Personalize seus ingressos com um logotipo, cores e mensagem de rodapé personalizados.\",\"4BZj5p\":\"Proteção antifraude integrada\",\"cr7kGH\":\"Edição em massa\",\"1Fbd6n\":\"Edição de datas em massa\",\"Eq6Tu9\":\"Falha na atualização em massa.\",\"9N+p+g\":\"Negócios\",\"SWnN1L\":\"Endereço da empresa\",\"kQekXw\":\"Nome da empresa\",\"3W/QV7\":\"Rótulo do botão\",\"bv6RXK\":\"Rótulo do Botão\",\"ChDLlO\":\"Texto do botão\",\"MOht10\":\"URL do botão\",\"BUe8Wj\":\"O comprador paga\",\"DkL8mp\":\"Os compradores podem adicioná-los ao pedido ao selecionar este produto na finalização da compra.\",\"qF1qbA\":\"Os compradores veem um preço limpo. A taxa da plataforma é deduzida do seu pagamento.\",\"dg05rc\":\"Ao adicionar pixels de rastreamento, você reconhece que você e esta plataforma são controladores conjuntos dos dados coletados. Você é responsável por garantir que possui uma base legal para este processamento sob as leis de privacidade aplicáveis (LGPD, GDPR, CCPA, etc.).\",\"DFqasq\":[\"Ao continuar, você concorda com os <0>Termos de Serviço de \",[\"0\"],\"\"],\"CetOZE\":\"Por tipo de ingresso\",\"lFdbRS\":\"Ignorar taxas de aplicação\",\"AjVXBS\":\"Calendário\",\"2VLZwd\":\"Botão de Chamada para Ação\",\"rT2cV+\":\"Câmera\",\"7hYa9y\":\"A permissão de câmera foi negada. <0>Solicite a permissão de novo ou libere o acesso à câmera para esta página nas configurações do navegador.\",\"D02dD9\":\"Campanha\",\"RRPA79\":\"Não é possível fazer check-in\",\"OcVwAd\":[\"Cancelar \",[\"count\"],\" data(s)\"],\"H4nE+E\":\"Cancelar todos os produtos e devolvê-los ao pool disponível\",\"Py78q9\":\"Cancelar data\",\"lUjTpS\":\"Cancelar exclusão\",\"5YkF5G\":\"Cancelar solicitação de exclusão\",\"tOXAdc\":\"Cancelar irá cancelar todos os participantes associados a este pedido e devolver os ingressos ao pool disponível.\",\"FPpqc7\":[\"Cancelando \",[\"0\"],\" data(s). Isso pode levar alguns instantes.\"],\"01sEfm\":\"Não é possível excluir a configuração padrão do sistema\",\"VsM1HH\":\"Atribuições de capacidade\",\"9bIMVF\":\"Gestão da capacidade\",\"H7K8og\":\"A capacidade precisa ser 0 ou maior\",\"nzao08\":\"atualizações de capacidade\",\"4cp9NP\":\"Capacidade utilizada\",\"K7tIrx\":\"Categoria\",\"DRK3Bq\":\"Categoria excluída com sucesso\",\"o+XJ9D\":\"Alterar\",\"kJkjoB\":\"Alterar duração\",\"J0KExZ\":\"Alterar o limite de participantes\",\"ssospy\":\"Alterar horário\",\"CIHJJf\":\"Alterar configurações da lista de espera\",\"B5icLR\":[\"Duração alterada em \",[\"count\"],\" data(s)\"],\"Kb+0BT\":\"Cobranças\",\"2tbLdK\":\"Caridade\",\"BPWGKn\":\"Fazer check-in\",\"6uFFoY\":\"Desfazer check-in\",\"FjAlwK\":[\"Confira este evento: \",[\"0\"]],\"v4fiSg\":\"Verifique o seu email\",\"51AsAN\":\"Verifique sua caixa de entrada! Se houver ingressos associados a este e-mail, você receberá um link para visualizá-los.\",\"Y3FYXy\":\"Check-in\",\"udRwQs\":\"Check-in criado\",\"F4SRy3\":\"Check-in excluído\",\"as6XfO\":[\"O check-in de \",[\"0\"],\" foi desfeito\"],\"9s/wrQ\":\"Histórico de check-in\",\"Wwztk4\":\"Lista de check-in\",\"9gPPUY\":\"Lista de Check-In Criada!\",\"dwjiJt\":\"Informações da lista de check-in\",\"7od0PV\":\"listas de check-in\",\"f2vU9t\":\"Listas de Check-in\",\"XprdTn\":\"Navegação do check-in\",\"5tV1in\":\"Progresso do check-in\",\"SHJwyq\":\"Taxa de check-in\",\"qCqdg6\":\"Status do Check-In\",\"cKj6OE\":\"Resumo de Check-in\",\"7B5M35\":\"Check-Ins\",\"VrmydS\":\"Com check-in\",\"DM4gBB\":\"Chinês (Tradicional)\",\"p8Jvp4\":\"Escolha uma configuração\",\"ElShBO\":\"Escolha outra ação\",\"pHEhf+\":\"Escolha uma tipografia que combine com a sua marca. As fontes são auto-hospedadas via Bunny Fonts.\",\"Zok1Gx\":\"Escolha um organizador\",\"pkk46Q\":\"Escolha um organizador\",\"Ag32+c\":\"Escolha outra data\",\"Crr3pG\":\"Escolher calendário\",\"Z38ZJu\":\"Escolha como a data do evento é exibida no ingresso\",\"LAW8Vb\":\"Escolha a configuração padrão para novos eventos. Isso pode ser substituído para eventos individuais.\",\"pjp2n5\":\"Escolha quem paga a taxa da plataforma. Isso não afeta as taxas adicionais que você configurou nas configurações da sua conta.\",\"xCJdfg\":\"Limpar\",\"QyOWu9\":\"Limpar o local — voltar ao padrão do evento\",\"V8yTm6\":\"Limpar busca\",\"kmnKnX\":\"Ao limpar, qualquer personalização por data é removida. As datas afetadas voltam ao local padrão do evento.\",\"/o+aQX\":\"Clique para cancelar\",\"gD7WGV\":\"Clique para reabrir as vendas\",\"CySr+W\":\"Clique para ver as notas\",\"RG3szS\":\"fechar\",\"RWw9Lg\":\"Fechar modal\",\"XwdMMg\":\"O código só pode conter letras, números, hífenes e underscores\",\"+yMJb7\":\"O código é obrigatório\",\"m9SD3V\":\"O código deve ter pelo menos 3 caracteres\",\"V1krgP\":\"O código não deve ter mais de 20 caracteres\",\"psqIm5\":\"Colabore com sua equipe para criar eventos incríveis juntos.\",\"4bUH9i\":\"Coletar detalhes do participante para cada ingresso comprado.\",\"TkfG8v\":\"Coletar dados por pedido\",\"96ryID\":\"Coletar dados por ingresso\",\"FpsvqB\":\"Modo de Cor\",\"jEu4bB\":\"Colunas\",\"CWk59I\":\"Comédia\",\"rPA+Gc\":\"Preferências de comunicação\",\"zFT5rr\":\"concluído\",\"bUQMpb\":\"Concluir a configuração do Stripe\",\"744BMm\":\"Conclua seu pedido para garantir seus ingressos. Esta oferta é por tempo limitado, então não demore muito.\",\"5YrKW7\":\"Complete seu pagamento para garantir seus ingressos.\",\"xGU92i\":\"Complete seu perfil para se juntar à equipe.\",\"QOhkyl\":\"Compor\",\"ih35UP\":\"Centro de conferências\",\"ywFj2D\":\"Configuração\",\"WTw0bB\":\"Configuração atribuída\",\"X1zdE7\":\"Configuração criada com sucesso\",\"mLBUMQ\":\"Configuração excluída com sucesso\",\"UIENhw\":\"Os nomes de configuração são visíveis para os usuários finais. As taxas fixas serão convertidas para a moeda do pedido na taxa de câmbio atual.\",\"eeZdaB\":\"Configuração atualizada com sucesso\",\"3cKoxx\":\"Configurações\",\"8v2LRU\":\"Configure os detalhes do evento, localização, opções de checkout e notificações por email.\",\"raw09+\":\"Configure como os dados dos participantes são coletados durante o checkout\",\"FI60XC\":\"Configurar impostos e taxas\",\"av6ukY\":\"Defina quais produtos ficam disponíveis para esta data e, se quiser, ajuste os preços.\",\"NGXKG/\":\"Confirmar endereço de e-mail\",\"JRQitQ\":\"Confirme a nova senha\",\"Auz0Mz\":\"Confirme seu e-mail para acessar todos os recursos.\",\"7+grte\":\"E-mail de confirmação enviado! Verifique sua caixa de entrada.\",\"n/7+7Q\":\"Confirmação enviada para\",\"x3wVFc\":\"Parabéns! Seu evento agora está visível para o público.\",\"0W2NQP\":\"Conectar banco\",\"/K4Vqr\":\"Conecte o Stripe para aceitar pagamentos\",\"nQI4H5\":\"Conecte o Stripe para habilitar a edição de modelos de e-mail\",\"LmvZ+E\":\"Conecte o Stripe para habilitar mensagens\",\"peBIO+\":\"Conecte o Stripe para receber os pagamentos dos ingressos direto na sua conta bancária.\",\"DNeN8t\":\"Conecte seu banco para receber as vendas de ingressos direto na sua conta\",\"DARj+w\":\"Conectou a conta Stripe errada? Desconecte e comece de novo.\",\"X1y8JF\":\"Os dados de acesso são obrigatórios para datas online\",\"fjfBOm\":\"Os detalhes de conexão são obrigatórios para eventos online\",\"jfC/xh\":\"Contato\",\"LOFgda\":[\"Contato \",[\"0\"]],\"41BQ3k\":\"Email de contacto\",\"4b3oEV\":\"Conteúdo\",\"13CIgI\":\"O conteúdo é obrigatório\",\"m8WD6t\":\"Continuar configuração\",\"0GwUT4\":\"Ir para o checkout\",\"sBV87H\":\"Continuar para a criação do evento\",\"nKtyYu\":\"Continuar para o próximo passo\",\"F3/nus\":\"Continuar para pagamento\",\"s30OcA\":\"Controle como as datas e horários são exibidos na página do evento\",\"p2FRHj\":\"Controle como as taxas da plataforma são tratadas para este evento\",\"NqfabH\":\"Controle quem entra nesta data\",\"fmYxZx\":\"Controle quem entra e quando\",\"1JnTgU\":\"Copiado de cima\",\"FxVG/l\":\"Copiado para a área de transferência\",\"PiH3UR\":\"Copiado!\",\"4i7smN\":\"Copiar ID da conta\",\"uUPbPg\":\"Copiar link de afiliado\",\"iVm46+\":\"Copiar código\",\"cF2ICc\":\"Copiar link do cliente\",\"+2ZJ7N\":\"Copiar detalhes para o primeiro participante\",\"ZN1WLO\":\"Copiar Email\",\"y1eoq1\":\"Copiar link\",\"tUGbi8\":\"Copiar meus dados para:\",\"y22tv0\":\"Copie este link para compartilhá-lo em qualquer lugar\",\"/4gGIX\":\"Copiar para a área de transferência\",\"e0f4yB\":\"Não foi possível excluir a localização\",\"vkiDx2\":\"Não foi possível preparar a atualização em massa.\",\"KOavaU\":\"Não foi possível obter os detalhes do endereço\",\"/lq4oO\":\"Não foi possível salvar a data\",\"mHu0az\":\"Não foi possível enviar o e-mail de verificação. Tente de novo.\",\"QOIm+S\":\"As contagens incluem todas as datas futuras. Cada pessoa recebe uma oferta de vaga para a data em que se inscreveu.\",\"P0rbCt\":\"Imagem de capa\",\"p4kqHr\":\"Imagem de capa adicionada\",\"60u+dQ\":\"A imagem de capa será exibida no topo da sua página de evento\",\"2NLjA6\":\"A imagem de capa será exibida no topo da página do organizador\",\"GkrqoY\":\"Abrange todos os ingressos\",\"zg4oSu\":[\"Criar Modelo \",[\"0\"]],\"RKKhnW\":\"Crie um widget personalizado para vender ingressos no seu site.\",\"jqhTmw\":\"Criar uma lista para esta data\",\"PhioFp\":\"Crie uma nova lista de check-in para uma sessão ativa ou fale com o organizador se achar que isso é um engano.\",\"yIRev4\":\"Criar uma senha\",\"j7xZ7J\":\"Crie organizadores adicionais para gerenciar marcas, departamentos ou séries de eventos separados em uma conta. Cada organizador tem seus próprios eventos, configurações e página pública.\",\"xfKgwv\":\"Criar afiliado\",\"GT/OIA\":\"Crie um anúncio para mostrar uma mensagem aos seus usuários.\",\"tudG8q\":\"Crie e configure ingressos e mercadorias para venda.\",\"Q4VlI/\":\"Criar anúncio\",\"YAl9Hg\":\"Criar Configuração\",\"BTne9e\":\"Criar modelos de e-mail personalizados para este evento que substituem os padrões do organizador\",\"YIDzi/\":\"Criar Modelo Personalizado\",\"tsGqx5\":\"Criar data\",\"Nc3l/D\":\"Crie descontos, códigos de acesso para ingressos ocultos e ofertas especiais.\",\"PybJS2\":\"Criar evento\",\"abGAgf\":\"Crie mais ingressos ou produtos para oferecê-los como complementos\",\"eWEV9G\":\"Criar nova senha\",\"utHSNE\":\"Criar programação\",\"8AiKIu\":\"Criar ingresso ou produto\",\"/HGmW9\":\"Crie links rastreáveis para recompensar parceiros que promovem seu evento.\",\"dkAPxi\":\"Criar Webhook\",\"5slqwZ\":\"Crie seu evento\",\"JQNMrj\":\"Crie o seu primeiro evento\",\"CCjxOC\":\"Crie seu primeiro evento para começar a vender ingressos e gerenciar participantes.\",\"ZCSSd+\":\"Crie seu próprio evento\",\"qdv10s\":[\"Criando \",[\"0\"],\" datas. Isso pode levar um momento.\"],\"67NsZP\":\"A criar evento...\",\"H34qcM\":\"A criar organizador...\",\"1YMS+X\":\"A criar o seu evento, por favor aguarde\",\"yiy8Jt\":\"A criar o seu perfil de organizador, por favor aguarde\",\"lfLHNz\":\"Rótulo do CTA é obrigatório\",\"0xLR6W\":\"Atribuído atualmente\",\"iTvh6I\":\"Atualmente disponível para compra\",\"A42Dqn\":\"Marca personalizada\",\"Guo0lU\":\"Data e hora personalizadas\",\"WDMdn8\":\"Perguntas personalizadas\",\"O6mra8\":\"Perguntas personalizadas\",\"axv/Mi\":\"Modelo personalizado\",\"2YeVGY\":\"Link do cliente copiado para a área de transferência\",\"QMHSMS\":\"O cliente receberá um email confirmando o reembolso\",\"NihQNk\":\"Clientes\",\"hINN++\":\"Personalizar página\",\"7gsjkI\":\"Personalize os e-mails enviados aos seus clientes usando modelos Liquid. Estes modelos serão usados como padrão para todos os eventos em sua organização.\",\"xJaTUK\":\"Personalize o layout, cores e marca da página inicial do seu evento.\",\"MXZfGN\":\"Personalize as perguntas feitas durante o checkout para coletar informações importantes dos seus participantes.\",\"iX6SLo\":\"Personalize o texto exibido no botão continuar\",\"R8H7yL\":\"Personalize o texto do botão flutuante que rola até a seção de ingressos\",\"pxNIxa\":\"Personalize seu modelo de e-mail usando modelos Liquid\",\"3trPKm\":\"Personalize a aparência da sua página de organizador\",\"U0sC6H\":\"Diário\",\"/gWrVZ\":\"Receita diária, impostos, taxas e reembolsos em todos os eventos\",\"zgCHnE\":\"Relatório de vendas diárias\",\"nHm0AI\":\"Detalhamento das vendas diárias, impostos e taxas\",\"1aPnDT\":\"Dança\",\"pvnfJD\":\"Escuro\",\"MaB9wW\":\"Cancelamento de data\",\"e6cAxJ\":\"Data cancelada\",\"81jBnC\":\"Data cancelada com sucesso\",\"a/C/6R\":\"Data criada com sucesso\",\"IW7Q+u\":\"Data excluída\",\"rngCAz\":\"Data excluída com sucesso\",\"vHbfoQ\":\"Data reativada\",\"hvah+S\":\"Data reaberta para vendas\",\"Ez0YsD\":\"Data atualizada com sucesso\",\"JxwIlL\":\"datas\",\"Te33mU\":\"As datas são gerenciadas uma a uma\",\"91zCxb\":\"Dias com sessões\",\"/ITcnz\":\"dia\",\"H7OUPr\":\"Dia\",\"JtHrX9\":\"Dia do mês\",\"J/Upwb\":\"dias\",\"V3VGYb\":\"Dias do mês\",\"r6zgGo\":\"Dezembro\",\"jbq7j2\":\"Recusar\",\"WGD1Al\":\"Diminuir\",\"gJY4YL\":\"Diminuir quantidade\",\"ovBPCi\":\"Padrão\",\"JtI4vj\":\"Coleta padrão de informações do participante\",\"ULjv90\":\"Capacidade padrão por data\",\"3R/Tu2\":\"Gestão de taxas padrão\",\"1bZAZA\":\"Modelo padrão será usado\",\"3Biswm\":\"Padrões\",\"HNlEFZ\":\"excluir\",\"KpnwJK\":[\"Excluir \\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Excluir \",[\"count\"],\" data(s) selecionada(s)? Datas com pedidos serão ignoradas. Isso não pode ser desfeito.\"],\"ZDGm40\":\"Excluir conta\",\"vu7gDm\":\"Eliminar afiliado\",\"KZN4Lc\":\"Excluir tudo\",\"6EkaOO\":\"Excluir data\",\"io0G93\":\"Excluir evento\",\"+jw/c1\":\"Excluir imagem\",\"hdyeZ0\":\"Excluir trabalho\",\"xxjZeP\":\"Excluir localização\",\"sY3tIw\":\"Excluir organizador\",\"UBv8UK\":\"Excluir permanentemente\",\"dPyJ15\":\"Excluir Modelo\",\"IQTR34\":\"Excluir esta categoria? Todos os produtos dela também serão excluídos. Isso não pode ser desfeito.\",\"/1wMxk\":\"Excluir este produto? Isso não pode ser desfeito.\",\"mxsm1o\":\"Excluir esta pergunta? Isso não pode ser desfeito.\",\"snMaH4\":\"Excluir webhook\",\"LIZZLY\":[[\"0\"],\" data(s) excluída(s)\"],\"loLVyU\":\"Conta excluída\",\"IlUuGb\":\"Excluir sua conta a desativa imediatamente: todos os eventos publicados são despublicados e o acesso é desabilitado. Após um período de carência de 30 dias, a exclusão se torna permanente. Você pode cancelar a qualquer momento durante esses 30 dias.\",\"nMdIuB\":\"Exclusão na fila para execução\",\"/U002t\":\"Solicitação de exclusão cancelada\",\"PBA62s\":\"Solicitações de exclusão\",\"7w0Wev\":\"Descrição e local adicionados\",\"vYgeDk\":\"Desselecionar tudo\",\"NvuEhl\":\"Elementos de Design\",\"H8kMHT\":\"Não recebeu o código?\",\"G8KNgd\":\"Local diferente\",\"E/QGRL\":\"Desativado\",\"bzSI52\":\"Descartar\",\"0EcUWz\":\"Descartar as alterações?\",\"+K0AvT\":\"Desconectar\",\"cALvbl\":\"Desconectar conta Stripe\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Dispensar anúncio\",\"nZJ8tu\":\"Ocultar a lista de configuração\",\"QotGhf\":\"Fechar esta mensagem\",\"J6hrEy\":\"Dispensado\",\"BREO0S\":\"Exibe uma caixa de seleção permitindo que os clientes optem por receber comunicações de marketing deste organizador de eventos.\",\"HtaSQp\":\"Exibe quantas vagas restam em cada data no widget de ingressos. Você pode substituir isso para datas individuais.\",\"pfa8F0\":\"Nome de exibição\",\"Kdpf90\":\"Não esqueça!\",\"352VU2\":\"Não tem uma conta? <0>Cadastre-se\",\"AXXqG+\":\"Doação\",\"DPfwMq\":\"Concluído\",\"JoPiZ2\":\"Instruções para a equipe de portaria\",\"2+O9st\":\"Baixe relatórios de vendas, participantes e financeiros para todos os pedidos concluídos.\",\"eneWvv\":\"Rascunho\",\"Ts8hhq\":\"Devido ao alto risco de spam, você deve conectar uma conta Stripe antes de poder modificar modelos de e-mail. Isso é para garantir que todos os organizadores de eventos sejam verificados e responsáveis.\",\"TnzbL+\":\"Devido ao alto risco de spam, você deve conectar uma conta Stripe antes de poder enviar mensagens aos participantes.\\nIsso é para garantir que todos os organizadores de eventos sejam verificados e responsáveis.\",\"euc6Ns\":\"Duplicar\",\"YueC+F\":\"Duplicar data\",\"KRmTkx\":\"Duplicar produto\",\"Jd3ymG\":\"A duração precisa ser de pelo menos 1 minuto.\",\"KIjvtr\":\"Holandês\",\"22xieU\":\"ex. 180 (3 horas)\",\"MCx4ov\":\"ex.: Saiba mais\",\"/zajIE\":\"ex.: Sessão da manhã\",\"XDHATF\":\"ex.: Novo recurso: listas de espera\",\"tAtvUj\":\"ex.: Manutenção programada neste sábado das 2h às 4h UTC\",\"SPKbfM\":\"ex.: Comprar ingressos, Registrar-se agora\",\"fc7wGW\":\"ex: Atualização importante sobre seus ingressos\",\"54MPqC\":\"ex: Padrão, Premium, Enterprise\",\"3RQ81z\":\"Cada pessoa receberá um e-mail com uma vaga reservada para concluir sua compra.\",\"Xfsjel\":\"Cada produto\",\"5oD9f/\":\"Mais cedo\",\"LTzmgK\":[\"Editar Modelo \",[\"0\"]],\"v4+lcZ\":\"Editar afiliado\",\"ndNHsK\":\"Editar anúncio\",\"2iZEz7\":\"Editar resposta\",\"t2bbp8\":\"Editar participante\",\"etaWtB\":\"Editar detalhes do participante\",\"+guao5\":\"Editar Configuração\",\"1Mp/A4\":\"Editar data\",\"m0ZqOT\":\"Editar localização\",\"8oivFT\":\"Editar localização\",\"vRWOrM\":\"Editar detalhes do pedido\",\"pHm0k9\":\"Editar programação\",\"fW5sSv\":\"Editar webhook\",\"nP7CdQ\":\"Editar Webhook\",\"MRZxAn\":\"Editada\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Educação\",\"iiWXDL\":\"Falhas de elegibilidade\",\"zPiC+q\":\"Listas de Check-In Elegíveis\",\"SiVstt\":\"E-mails e mensagens agendadas\",\"V2sk3H\":\"E-mail e Modelos\",\"hbwCKE\":\"Endereço de email copiado para a área de transferência\",\"dSyJj6\":\"Os endereços de e-mail não coincidem\",\"elW7Tn\":\"Corpo do E-mail\",\"ZsZeV2\":\"O email é obrigatório\",\"Be4gD+\":\"Visualização do E-mail\",\"6IwNUc\":\"Modelos de E-mail\",\"H/UMUG\":\"Verificação de e-mail necessária\",\"PLEl94\":\"E-mail verificado\",\"L86zy2\":\"Email verificado com sucesso!\",\"FSN4TS\":\"Widget incorporado\",\"z9NkYY\":\"Widget incorporável\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Um emoji é obrigatório para modais\",\"Qj0GKe\":\"Ativar autoatendimento para participantes\",\"hEtQsg\":\"Ativar autoatendimento para participantes por padrão\",\"Upeg/u\":\"Habilitar este modelo para envio de e-mails\",\"7dSOhU\":\"Ativar lista de espera\",\"RxzN1M\":\"Ativado\",\"sGjBEq\":\"Data e hora de término (opcional)\",\"PKXt9R\":\"A data de término deve ser posterior à data de início\",\"vTL8gi\":\"Hora de término\",\"48Y16Q\":\"Hora de fim (opcional)\",\"TbaYrr\":[\"Terminou \",[\"0\"]],\"CFgwiw\":[\"Termina \",[\"0\"]],\"SqOIQU\":\"Informe um valor de capacidade ou escolha ilimitado.\",\"h37gRz\":\"Informe um rótulo ou escolha removê-lo.\",\"7YZofi\":\"Digite um assunto e corpo para ver a visualização\",\"khyScF\":\"Informe o tempo de deslocamento.\",\"SKx/0u\":\"Digite um nome de local ou um endereço\",\"ppwojw\":\"Informe um nome de local ou endereço para eventos presenciais\",\"j+eCIq\":\"Inserir o endereço manualmente\",\"3bR1r4\":\"Introduza o email do afiliado (opcional)\",\"ARkzso\":\"Introduza o nome do afiliado\",\"ej4L8b\":\"Informar capacidade\",\"6KnyG0\":\"Digite o e-mail\",\"INDKM9\":\"Digite o assunto do e-mail...\",\"xUgUTh\":\"Digite o primeiro nome\",\"9/1YKL\":\"Digite o sobrenome\",\"VpwcSk\":\"Digite a nova senha\",\"kWg31j\":\"Introduza um código de afiliado único\",\"C3nD/1\":\"Digite seu e-mail\",\"VmXiz4\":\"Digite seu e-mail e enviaremos instruções para redefinir sua senha.\",\"n9V+ps\":\"Digite seu nome\",\"IdULhL\":\"Digite seu número de IVA incluindo o código do país, sem espaços (ex: IE1234567A, DE123456789)\",\"RRlWVA\":\"Pedido inteiro\",\"o21Y+P\":\"registros\",\"X88/6w\":\"As inscrições aparecerão aqui quando os clientes entrarem na lista de espera de produtos esgotados.\",\"LslKhj\":\"Erro ao carregar os registros\",\"BkEWfd\":\"Esc para fechar\",\"VCNHvW\":\"Evento arquivado\",\"ZD0XSb\":\"Evento arquivado com sucesso\",\"WgD6rb\":\"Categoria do evento\",\"b46pt5\":\"Imagem de capa do evento\",\"NAUIJ7\":\"Evento criado\",\"1b77ID\":\"Evento criado\",\"1Hzev4\":\"Modelo personalizado do evento\",\"+v+GW0\":\"Exibição da data do evento\",\"7u9/DO\":\"Evento excluído com sucesso\",\"imgKgl\":\"Descrição do evento\",\"IzR/Fc\":\"Duração total do evento\",\"PYs3rP\":\"Nome do evento\",\"HhwcTQ\":\"Nome do evento\",\"WZZzB6\":\"O nome do evento é obrigatório\",\"Wd5CDM\":\"O nome do evento deve ter menos de 150 caracteres\",\"4JzCvP\":\"Evento não disponível\",\"mImacG\":\"Página do Evento\",\"Hk9Ki/\":\"Evento restaurado com sucesso\",\"JyD0LH\":\"Configurações do evento\",\"XVLu2v\":\"Título do evento\",\"OfmsI9\":\"Evento muito recente\",\"4SILkp\":\"Totais do evento\",\"YDVUVl\":\"Tipos de eventos\",\"+HeiVx\":\"Evento atualizado\",\"19j6uh\":\"Desempenho de Eventos\",\"PC3/fk\":\"Eventos Começando nas Próximas 24 Horas\",\"CRsuq4\":\"A cada\",\"nwiZdc\":[\"A cada \",[\"0\"]],\"B2jjf8\":[\"A cada \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"A cada \",[\"0\"],\" dias\"],\"yLiYx+\":[\"A cada \",[\"0\"],\" meses\"],\"nn9ice\":[\"A cada \",[\"0\"],\" semanas\"],\"Cdr8f9\":[\"A cada \",[\"0\"],\" semanas em \",[\"1\"]],\"GVEHRk\":[\"A cada \",[\"0\"],\" anos\"],\"XlRpgq\":[\"A cada \",[\"cadenceUnit\"]],\"fTFfOK\":\"Todo modelo de e-mail deve incluir um botão de chamada para ação que leva à página apropriada\",\"hHTPiT\":\"Todo o resto — toque para editar\",\"BVinvJ\":\"Exemplos: \\\"Como você soube de nós?\\\", \\\"Nome da empresa para fatura\\\"\",\"2hGPQG\":\"Exemplos: \\\"Tamanho da camiseta\\\", \\\"Preferência de refeição\\\", \\\"Cargo\\\"\",\"qNuTh3\":\"Exceção\",\"aW/bzJ\":\"Executar exclusão\",\"CtAcQ7\":\"Executar exclusão agora\",\"xj4fwT\":\"Executar agora\",\"M1RnFv\":\"Expirado\",\"kF8HQ7\":\"Exportar respostas\",\"2KAI4N\":\"Exportar CSV\",\"JKfSAv\":\"Falha na exportação. Por favor, tente novamente.\",\"SVOEsu\":\"Exportação iniciada. Preparando arquivo...\",\"wuyaZh\":\"Exportação bem-sucedida\",\"9bpUSo\":\"A exportar afiliados\",\"jtrqH9\":\"Exportando participantes\",\"R4Oqr8\":\"Exportação concluída. Baixando arquivo...\",\"UlAK8E\":\"Exportando pedidos\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Falhou\",\"8uOlgz\":\"Falhou em\",\"tKcbYd\":\"Trabalhos com falha\",\"SsI9v/\":\"Falha ao abandonar o pedido. Por favor, tente novamente.\",\"LdPKPR\":\"Falha ao atribuir configuração\",\"PO0cfn\":\"Falha ao cancelar a data\",\"YUX+f+\":\"Falha ao cancelar as datas\",\"SIHgVQ\":\"Falha ao cancelar mensagem\",\"cEFg3R\":\"Falha ao criar afiliado\",\"dVgNF1\":\"Falha ao criar configuração\",\"fAoRRJ\":\"Falha ao criar a programação\",\"4yLYTb\":\"Falha ao criar a programação. Por favor, tente novamente.\",\"U66oUa\":\"Falha ao criar modelo\",\"+RTkEY\":\"Falha ao excluir o anúncio\",\"aFk48v\":\"Falha ao excluir configuração\",\"n1CYMH\":\"Falha ao excluir a data\",\"KXv+Qn\":\"Falha ao excluir a data. Ela pode ter pedidos associados.\",\"JJ0uRo\":\"Falha ao excluir as datas\",\"rgoBnv\":\"Falha ao excluir o evento\",\"Zw6LWb\":\"Falha ao excluir trabalho\",\"tq0abZ\":\"Falha ao excluir trabalhos\",\"2mkc3c\":\"Falha ao excluir o organizador\",\"5E23qd\":\"Falha ao excluir o produto. Tente de novo.\",\"vKMKnu\":\"Falha ao excluir pergunta\",\"xFj7Yj\":\"Falha ao excluir modelo\",\"jo3Gm6\":\"Falha ao exportar afiliados\",\"Jjw03p\":\"Falha ao exportar participantes\",\"ZPwFnN\":\"Falha ao exportar pedidos\",\"zGE3CH\":\"Falha ao exportar relatório. Por favor, tente novamente.\",\"lS9/aZ\":\"Falha ao carregar destinatários\",\"X4o0MX\":\"Falha ao carregar o Webhook\",\"ETcU7q\":\"Falha ao oferecer vaga\",\"5670b9\":\"Falha ao oferecer ingressos\",\"e5KIbI\":\"Falha ao reativar a data\",\"7zyx8a\":\"Falha ao remover da lista de espera\",\"A/P7PX\":\"Falha ao remover a personalização\",\"ogWc1z\":\"Falha ao reabrir a data\",\"0+iwE5\":\"Falha ao reordenar perguntas\",\"EJPAcd\":\"Falha ao reenviar confirmação do pedido\",\"DjSbj3\":\"Falha ao reenviar ingresso\",\"YQ3QSS\":\"Falha ao reenviar código de verificação\",\"wDioLj\":\"Falha ao tentar novamente o trabalho\",\"DKYTWG\":\"Falha ao tentar novamente os trabalhos\",\"WRREqF\":\"Falha ao salvar a personalização\",\"sj/eZA\":\"Falha ao salvar o preço personalizado\",\"780n8A\":\"Falha ao salvar as configurações do produto\",\"zTkTF3\":\"Falha ao salvar modelo\",\"l6acRV\":\"Falha ao salvar as configurações de IVA. Por favor, tente novamente.\",\"T6B2gk\":\"Falha ao enviar mensagem. Por favor, tente novamente.\",\"lKh069\":\"Falha ao iniciar a exportação\",\"t/KVOk\":\"Falha ao iniciar a personificação. Por favor, tente novamente.\",\"QXgjH0\":\"Falha ao parar a personificação. Por favor, tente novamente.\",\"i0QKrm\":\"Falha ao atualizar afiliado\",\"NNc33d\":\"Falha ao atualizar a resposta.\",\"E9jY+o\":\"Falha ao atualizar participante\",\"uQynyf\":\"Falha ao atualizar configuração\",\"i2PFQJ\":\"Falha ao atualizar o status do evento\",\"EhlbcI\":\"Falha ao atualizar nível de mensagens\",\"rpGMzC\":\"Falha ao atualizar pedido\",\"T2aCOV\":\"Falha ao atualizar o status do organizador\",\"Eeo/Gy\":\"Falha ao atualizar configuração\",\"kqA9lY\":\"Falha ao atualizar configurações de IVA\",\"nkNfWu\":\"Falha ao enviar imagem. Por favor, tente novamente.\",\"rxy0tG\":\"Falha ao verificar email\",\"QRUpCk\":\"Família\",\"5LO38w\":\"Repasses rápidos para o seu banco\",\"4lgLew\":\"Fevereiro\",\"9bHCo2\":\"Moeda da taxa\",\"/sV91a\":\"Gestão de taxas\",\"K4dKSP\":\"Taxa personalizada salva\",\"LyUWXA\":\"Taxas ignoradas\",\"cf35MA\":\"Festival\",\"pAey+4\":\"O arquivo é muito grande. O tamanho máximo é 5MB.\",\"VejKUM\":\"Preencha seus dados acima primeiro\",\"/n6q8B\":\"Cinema\",\"L1qbUx\":\"Filtrar participantes\",\"8OvVZZ\":\"Filtrar Participantes\",\"N/H3++\":\"Filtrar por data\",\"mvrlBO\":\"Filtrar por evento\",\"g+xRXP\":\"Terminar a configuração do Stripe\",\"LHH461\":\"Concluir configuração\",\"syyeb9\":\"Primeiro\",\"Vj6wk9\":\"Primeiros 30 dias\",\"/bpZYb\":\"Primeiros 7 dias\",\"ziEnjY\":\"Primeiros 90 dias\",\"1vBhpG\":\"Primeiro participante\",\"4pwejF\":\"O primeiro nome é obrigatório\",\"rVogsf\":\"Corrija os problemas para publicar\",\"3lkYdQ\":\"Taxa fixa\",\"6bBh3/\":\"Taxa Fixa\",\"zWqUyJ\":\"Taxa fixa cobrada por transação\",\"LWL3Bs\":\"A taxa fixa deve ser 0 ou maior\",\"0RI8m4\":\"Flash desligado\",\"q0923e\":\"Flash ligado\",\"X+U6/w\":\"Família da fonte\",\"lWxAUo\":\"Comida e bebida\",\"nFm+5u\":\"Texto do Rodapé\",\"sQv06Y\":\"por\",\"NTzcRQ\":\"Por um número de datas\",\"a8nooQ\":\"Quarto\",\"xVhQZV\":\"Sex\",\"39y5bn\":\"Sexta-feira\",\"ejVYRQ\":\"De\",\"hGDVDa\":[\"A partir de \",[\"0\"]],\"+dBe1R\":[\"A partir de \",[\"start\"]],\"1dv+MO\":[\"de \",[\"start\"],\" até \",[\"end\"]],\"l82hjf\":[\"a partir de \",[\"start\"],\", por \",[\"count\"],\" datas\"],\"f5UbZ0\":\"Propriedade total dos dados\",\"cfvx/y\":\"Evento completo\",\"MY2SVM\":\"Reembolso total\",\"PGQLdy\":\"futuras\",\"8N/j1s\":\"Somente datas futuras\",\"yRx/6K\":\"As datas futuras serão copiadas com a capacidade zerada\",\"T02gNN\":\"Admissão Geral\",\"3ep0Gx\":\"Informações gerais sobre seu organizador\",\"ziAjHi\":\"Gerar\",\"exy8uo\":\"Gerar código\",\"4CETZY\":\"Como chegar\",\"pjkEcB\":\"Receber pagamentos\",\"lGYzP6\":\"Receba pagamentos com o Stripe\",\"ZDIydz\":\"Começar\",\"u6FPxT\":\"Obter Ingressos\",\"2ohvu7\":\"Texto do botão Obter Ingressos\",\"8KDgYV\":\"Prepare seu evento\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Voltar\",\"sr0UJD\":\"Voltar\",\"oNL5vN\":\"Ir para a página do evento\",\"gHSuV/\":\"Ir para a página inicial\",\"8+Cj55\":\"Ir para a programação\",\"6nDzTl\":\"Boa legibilidade\",\"76gPWk\":\"Entendi\",\"CZXzs4\":\"Grego\",\"aGWZUr\":\"Receita bruta\",\"n8IUs7\":\"Receita Bruta\",\"O1wAlQ\":\"Convidado\",\"LIYoRQ\":\"Gestão de convidados\",\"NUsTc4\":\"Acontecendo agora\",\"S2Y4aO\":\"Exclusão definitiva\",\"kTSQej\":[\"Olá \",[\"0\"],\", gerencie sua plataforma daqui.\"],\"URTkcd\":\"Ajude-nos a melhorar contando por que você está saindo\",\"dORAcs\":\"Aqui estão todos os ingressos associados ao seu endereço de e-mail.\",\"g+2103\":\"Aqui está o seu link de afiliado\",\"bVsnqU\":\"Olá,\",\"/iE8xx\":\"Taxa Hi.Events\",\"zppscQ\":\"Taxas da plataforma Hi.Events e discriminação do IVA por transação\",\"D+zLDD\":\"Oculto\",\"cZO505\":[\"Oculto — as vendas terminaram em \",[\"end\"],\".\"],\"DRErHC\":\"Oculto para participantes - visível apenas para organizadores\",\"9zfvsx\":\"Oculto para todos\",\"nMfkJW\":\"Oculto para todos — a chave principal de ocultação está ativada.\",\"NNnsM0\":\"Ocultar opções avançadas\",\"P+5Pbo\":\"Ocultar respostas\",\"VMlRqi\":\"Ocultar detalhes\",\"NQgWuh\":\"Ocultar pré-visualização\",\"uXNYjR\":\"Ocultar datas e horários esgotados\",\"g9RcYX\":\"Ocultar a data\",\"uMwTx7\":\"Ocultar esta categoria?\",\"LLt2UT\":\"Oculta os esgotados\",\"gtEbeW\":\"Destacar\",\"NF8sdv\":\"Mensagem de destaque\",\"MXSqmS\":\"Destacar este produto\",\"7ER2sc\":\"Destacado\",\"sq7vjE\":\"Os produtos em destaque terão uma cor de fundo diferente para se destacarem na página do evento.\",\"1+WSY1\":\"Hobbies\",\"yY8wAv\":\"Horas\",\"49Tkiw\":\"Como o desconto é aplicado?\",\"sy9anN\":\"Quanto tempo um cliente tem para concluir a compra após receber uma oferta. Deixe vazio para sem limite de tempo.\",\"cceMns\":\"Como o IVA é aplicado às taxas de plataforma que cobramos de você.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Húngaro\",\"8Wgd41\":\"Reconheço minhas responsabilidades como controlador de dados\",\"O8m7VA\":\"Concordo em receber notificações por e-mail relacionadas a este evento\",\"YLgdk5\":\"Confirmo que esta é uma mensagem transacional relacionada a este evento\",\"4/kP5a\":\"Se uma nova aba não abriu automaticamente, clique no botão abaixo para continuar para o checkout.\",\"W/eN+G\":\"Se em branco, o endereço será usado para gerar um link do Google Maps\",\"CY3yHL\":\"Se marcado, esta categoria ficará oculta do público.\",\"iIEaNB\":\"Se você tem uma conta conosco, receberá um e-mail com instruções sobre como redefinir sua senha.\",\"an5hVd\":\"Imagens\",\"tSVr6t\":\"Personificar\",\"TWXU0c\":\"Personificar usuário\",\"5LAZwq\":\"Personificação iniciada\",\"IMwcdR\":\"Personificação parada\",\"0I0Hac\":\"Aviso importante\",\"yD3avI\":\"Importante: Alterar seu endereço de e-mail atualizará o link de acesso a este pedido. Você será redirecionado para o novo link do pedido após salvar.\",\"jT142F\":[\"Em \",[\"diffHours\"],\" horas\"],\"OoSyqO\":[\"Em \",[\"diffMinutes\"],\" minutos\"],\"PdMhEx\":[\"nos últimos \",[\"0\"],\" min\"],\"u7r0G5\":\"Presencial — informe um local\",\"/LCAwL\":\"Em andamento\",\"5gTmFD\":\"taxas incl.\",\"laL+R0\":\"taxas e impostos incl.\",\"cXeh90\":\"impostos incl.\",\"pxFAp/\":\"Aumentar\",\"nQMUIO\":\"Aumentar quantidade\",\"F1Xp97\":\"Participantes individuais\",\"85e6zs\":\"Inserir Token Liquid\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Repasses instantâneos do Stripe\",\"nbfdhU\":\"Integrações\",\"I8eJ6/\":\"Notas internas no ingresso do participante\",\"B2Tpo0\":\"Email inválido\",\"5tT0+u\":\"Formato de email inválido\",\"f9WRpE\":\"Tipo de arquivo inválido. Por favor, envie uma imagem.\",\"tnL+GP\":\"Sintaxe Liquid inválida. Por favor, corrija e tente novamente.\",\"N9JsFT\":\"Formato de número de IVA inválido\",\"g+lLS9\":\"Convidar um membro da equipe\",\"1z26sk\":\"Convidar membro da equipe\",\"KR0679\":\"Convidar membros da equipe\",\"aH6ZIb\":\"Convide sua equipe\",\"Dn4OyV\":\"Convidado\",\"IuMGvq\":\"Fatura\",\"a/bUcL\":\"Acontece em mais de uma data\",\"d+Oe9r\":\"Pode ter sido despublicado ou removido. Confira o link e tente de novo.\",\"Lj7sBL\":\"Italiano\",\"F5/CBH\":\"item(ns)\",\"BzfzPK\":\"Itens\",\"rjyWPb\":\"Janeiro\",\"KmWyx0\":\"Trabalho\",\"o5r6b2\":\"Trabalho excluído\",\"cd0jIM\":\"Detalhes do trabalho\",\"ruJO57\":\"Nome do trabalho\",\"YZi+Hu\":\"Trabalho na fila para nova tentativa\",\"nCywLA\":\"Participe de qualquer lugar\",\"SNzppu\":\"Entrar na lista de espera\",\"dLouFI\":[\"Entrar na lista de espera para \",[\"productDisplayName\"]],\"2gMuHR\":\"Inscrito\",\"u4ex5r\":\"Julho\",\"zeEQd/\":\"Junho\",\"MxjCqk\":\"Apenas procurando seus ingressos?\",\"xOTzt5\":\"agora mesmo\",\"0RihU9\":\"Acabou de terminar\",\"Brhs/U\":\"Manter conexão\",\"4OjqAQ\":\"Continuar editando\",\"lwO5vw\":[\"Seja breve — banners mostram uma única linha. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Manter-me atualizado sobre novidades e eventos de \",[\"0\"]],\"ioFA9i\":\"Fique com o lucro.\",\"C/pOUI\":\"Rótulo — ex.: Sessão da manhã\",\"o66QSP\":\"atualizações de rótulo\",\"RtKKbA\":\"Último\",\"DruLRc\":\"Últimos 14 dias\",\"ve9JTU\":\"O sobrenome é obrigatório\",\"h0Q9Iw\":\"Última resposta\",\"gw3Ur5\":\"Última ativação\",\"FIq1Ba\":\"Mais tarde\",\"xvnLMP\":\"Últimos check-ins\",\"GGFOZD\":\"Deixe “De” como hoje para começar imediatamente.\",\"N5TErv\":\"Deixe em branco para ilimitado\",\"L/hDDD\":\"Deixe em branco para aplicar esta lista de check-in a todas as datas\",\"9Pf3wk\":\"Deixe ativado para abranger todos os ingressos do evento. Desative para escolher ingressos específicos.\",\"Hq2BzX\":\"Avise-os sobre a alteração\",\"+uexiy\":\"Avise-os sobre as alterações\",\"exYcTF\":\"Biblioteca\",\"1njn7W\":\"Claro\",\"1qY5Ue\":\"Link expirado ou inválido\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Links permitidos\",\"2BBAbc\":\"Lista\",\"dF6vP6\":\"Ao vivo\",\"fpMs2Z\":\"AO VIVO\",\"D9zTjx\":\"Eventos ao Vivo\",\"a37vfH\":\"Pré-visualização ao vivo\",\"C33p4q\":\"Datas carregadas\",\"WdmJIX\":\"Carregando visualização...\",\"IoDI2o\":\"Carregando tokens...\",\"G3Ge9Z\":\"Carregando logs de webhook...\",\"NFxlHW\":\"Carregando webhooks\",\"E0DoRM\":\"Localização excluída\",\"7w8lJU\":\"Localização salva\",\"YsRXDD\":\"Localização atualizada\",\"A/kIva\":\"atualizações de local\",\"iyZPPR\":\"localizações\",\"VppBoU\":\"Localizações\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo e Capa\",\"gddQe0\":\"Logo e imagem de capa para seu organizador\",\"TBEnp1\":\"O logo será exibido no cabeçalho\",\"Jzu30R\":\"O logo será exibido no ingresso\",\"PSRm6/\":\"Procurar meus ingressos\",\"yJFu/X\":\"Escritório principal\",\"v5nFPh\":\"Deixe visível para que as pessoas possam comprar ingressos\",\"cdY2at\":[\"Gerenciar \",[\"0\"]],\"wZJfA8\":\"Gerencie as datas e os horários do seu evento recorrente\",\"RlzPUE\":\"Gerenciar no Stripe\",\"sjoDuh\":\"Gerenciar programação\",\"6NXJRK\":\"Gerenciar programação\",\"zXuaxY\":\"Gerencie a lista de espera do seu evento, veja estatísticas e ofereça ingressos aos participantes.\",\"g2npA5\":\"Oferta manual\",\"hg6l4j\":\"Março\",\"pqRBOz\":\"Marcar como validado (exceção de administrador)\",\"2L3vle\":\"Máx. mensagens / 24h\",\"Qp4HWD\":\"Máx. destinatários / mensagem\",\"7qu2YV\":[\"Máximo de \",[\"cap\"],\" por pedido\"],\"3JzsDb\":\"Maio\",\"agPptk\":\"Meio\",\"xDAtGP\":\"Mensagem\",\"bECJqy\":\"Mensagem aprovada com sucesso\",\"1jRD0v\":\"Enviar mensagens aos participantes com ingressos específicos\",\"uQLXbS\":\"Mensagem cancelada\",\"48rf3i\":\"Mensagem não pode exceder 5000 caracteres\",\"ZPj0Q8\":\"Detalhes da mensagem\",\"Vjat/X\":\"A mensagem é obrigatória\",\"0/yJtP\":\"Enviar mensagem para proprietários de pedidos com produtos específicos\",\"saG4At\":\"Mensagem agendada\",\"mFdA+i\":\"Nível de mensagens\",\"v7xKtM\":\"Nível de mensagens atualizado com sucesso\",\"/VRn+9\":[\"Mín. \",[\"min\"],\" por pedido\"],\"H9HlDe\":\"minutos\",\"agRWc1\":\"Minutos\",\"FfPWR0\":\"Modal\",\"zz/Wd/\":\"Modo\",\"fpMgHS\":\"Seg\",\"hty0d5\":\"Segunda-feira\",\"JbIgPz\":\"Os valores monetários são totais aproximados em todas as moedas\",\"qvF+MT\":\"Monitorar e gerenciar trabalhos em segundo plano com falha\",\"kY2ll9\":\"mês\",\"HajiZl\":\"Mês\",\"+8Nek/\":\"Mensal\",\"6jefe3\":\"meses\",\"f8jrkd\":\"mais\",\"JcD7qf\":\"Mais ações\",\"w36OkR\":\"Eventos mais vistos (Últimos 14 dias)\",\"+Y/na7\":\"Adiantar ou adiar todas as datas\",\"3DIpY0\":\"Vários locais\",\"g9cQCP\":\"Vários tipos de ingresso\",\"GfaxEk\":\"Música\",\"oVGCGh\":\"Meus Ingressos\",\"8/brI5\":\"O nome é obrigatório\",\"sFFArG\":\"O nome deve ter menos de 255 caracteres\",\"Bst+aq\":\"Precisa trocar de conta Stripe? Desconecte esta.\",\"xxU3NX\":\"Receita Líquida\",\"7I8LlL\":\"Nova capacidade\",\"n1GRql\":\"Novo rótulo\",\"y0Fcpd\":\"Nova localização\",\"ArHT/C\":\"Novos cadastros\",\"uK7xWf\":\"Novo horário:\",\"g8JmSC\":\"Próximo mês\",\"veT5Br\":\"Próxima data\",\"WXtl5X\":[\"Próxima: \",[\"nextFormatted\"]],\"eWRECP\":\"Vida noturna\",\"HSw5l3\":\"Não - Sou um indivíduo ou empresa não registrada para IVA\",\"VHfLAW\":\"Sem contas\",\"+jIeoh\":\"Nenhuma conta encontrada\",\"074+X8\":\"Nenhum webhook ativo\",\"zxnup4\":\"Sem afiliados para mostrar\",\"hUHrkV\":\"Ainda não há anúncios\",\"Dwf4dR\":\"Ainda não há perguntas para participantes\",\"th7rdT\":\"Sem participantes para mostrar\",\"PKySlW\":\"Ainda não há participantes para esta data.\",\"/UC6qk\":\"Nenhum dado de atribuição encontrado\",\"E2vYsO\":\"O Stripe ainda não informou nenhum recurso.\",\"amMkpL\":\"Sem capacidade\",\"d2Jf1f\":\"Sem alterações\",\"99ntUF\":\"Nenhuma lista de check-in disponível para este evento.\",\"wG+knX\":\"Ainda não há check-ins\",\"+dAKxg\":\"Nenhuma configuração encontrada\",\"LiLk8u\":\"Não há conexões disponíveis\",\"eb47T5\":\"Nenhum dado encontrado para os filtros selecionados. Tente ajustar o período ou a moeda.\",\"Zc216S\":\"Nenhuma data adicionada\",\"I8mtzP\":\"Não há datas disponíveis neste mês. Tente outro mês.\",\"yDukIL\":\"Nenhuma data corresponde aos filtros atuais.\",\"B7phdj\":\"Nenhuma data corresponde aos seus filtros\",\"/ZB4Um\":\"Nenhuma data corresponde à sua busca\",\"OtJSnL\":\"Nenhuma data agendada\",\"gEdNe8\":\"Ainda não há datas agendadas\",\"w+wkcC\":\"Nenhuma solicitação de exclusão encontrada\",\"pZNOT9\":\"Sem data de término\",\"dW40Uz\":\"Nenhum evento encontrado\",\"8pQ3NJ\":\"Nenhum evento começando nas próximas 24 horas\",\"8zCZQf\":\"Nenhum evento ainda\",\"Yc5YW6\":\"Sem trabalhos com falha\",\"EpvBAp\":\"Sem fatura\",\"N+9Onb\":\"Sem limites\",\"XZkeaI\":\"Nenhum registro encontrado\",\"IcAC6J\":\"Nenhuma fonte correspondente\",\"nrSs2u\":\"Nenhuma mensagem encontrada\",\"Rj99yx\":\"Não há datas disponíveis\",\"IFU1IG\":\"Não há datas neste dia\",\"OVFwlg\":\"Ainda não há perguntas de pedido\",\"EJ7bVz\":\"Nenhum pedido encontrado\",\"NEmyqy\":\"Nenhum pedido ainda\",\"a77B6w\":\"Ainda não há pedidos para esta data.\",\"wUv5xQ\":\"Sem atividade de organizador nos últimos 14 dias\",\"vLd1tV\":\"Não há contexto de organizador disponível.\",\"B7w4KY\":\"Nenhum outro organizador disponível\",\"PChXMe\":\"Sem pedidos pagos\",\"6jYQGG\":\"Nenhum evento passado\",\"CHzaTD\":\"Sem eventos populares nos últimos 14 dias\",\"zK/+ef\":\"Nenhum produto disponível para seleção\",\"M1/lXs\":\"Não há produtos configurados para este evento.\",\"kY7XDn\":\"Nenhum produto tem entradas na lista de espera\",\"8mw4tm\":\"Mensagem de nenhum produto\",\"wYiAtV\":\"Sem cadastros de contas recentes\",\"UW90md\":\"Nenhum destinatário encontrado\",\"QoAi8D\":\"Sem resposta\",\"JeO7SI\":\"Sem resposta\",\"EK/G11\":\"Ainda sem respostas\",\"AxPAXW\":\"Nenhum resultado encontrado\",\"59OWd3\":\"Nenhuma localização salva\",\"mPdY6W\":\"Sem sugestões\",\"3sRuiW\":\"Nenhum ingresso encontrado\",\"debCrL\":\"Nenhum ingresso à venda\",\"k2C0ZR\":\"Não há datas futuras\",\"yM5c0q\":\"Nenhum evento futuro\",\"qpC74J\":\"Nenhum usuário encontrado\",\"8wgkoi\":\"Sem eventos vistos nos últimos 14 dias\",\"Arzxc1\":\"Sem inscrições na lista de espera\",\"n5vdm2\":\"Nenhum evento de webhook foi registrado para este endpoint ainda. Os eventos aparecerão aqui assim que forem acionados.\",\"4GhX3c\":\"Nenhum Webhook\",\"4+am6b\":\"Não, manter-me aqui\",\"4JVMUi\":\"não editadas\",\"ACaDVQ\":\"Ainda nenhum\",\"Itw24Q\":\"Sem check-in\",\"x5+Lcz\":\"Não Registrado\",\"8n10sz\":\"Não Elegível\",\"kLvU3F\":\"Avisar os participantes e parar as vendas\",\"t9QlBd\":\"Novembro\",\"kAREMN\":\"Número de datas a criar\",\"6u1B3O\":\"Data\",\"mmoE62\":\"Data cancelada\",\"V9flmL\":\"Programação de datas\",\"Kh3WO8\":\"Resumo da data\",\"byXCTu\":\"Datas\",\"KATw3p\":\"Datas (somente futuras)\",\"85rTR2\":\"As datas podem ser configuradas depois da criação\",\"dzQfDY\":\"Outubro\",\"BwJKBw\":\"de\",\"GQnX9d\":\"de cada mês\",\"az8lvo\":\"Desligado\",\"9h7RDh\":\"Oferecer\",\"EfK2O6\":\"Oferecer vaga\",\"3sVRey\":\"Oferecer ingressos\",\"2O7Ybb\":\"Tempo limite da oferta\",\"1jUg5D\":\"Oferecido\",\"l+/HS6\":[\"As ofertas expiram após \",[\"timeoutHours\"],\" horas.\"],\"6Aih4U\":\"Offline\",\"Fdp03t\":\"em\",\"Z5HWHd\":\"Ligado\",\"TH5A28\":[\"em \",[\"dayList\"]],\"qiMtVT\":[\"em \",[\"day\"],\" de \",[\"month\"]],\"nO3VbP\":[\"À venda \",[\"0\"]],\"pPAGSK\":[\"no \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"Na página do evento\",\"H7stQC\":\"Na lista de espera\",\"oXOSPE\":\"Online\",\"aqmy5k\":\"Online — informe os dados de acesso\",\"LuZBbx\":\"Online e presencial\",\"IXuOqt\":\"Online e presencial — veja a programação\",\"WjSpu5\":\"Evento online\",\"wCRLS9\":[\"Apenas \",[\"cap\"],\" disponíveis\"],\"scPxI/\":[\"Apenas \",[\"capacity\"],\" restantes\"],\"Gk0+G6\":\"Só o nome é obrigatório — todo o resto tem padrões razoáveis\",\"NdOxqr\":\"Apenas administradores da conta podem excluir ou arquivar eventos. Entre em contato com o administrador da sua conta para obter ajuda.\",\"rnoDMF\":\"Apenas administradores da conta podem excluir ou arquivar organizadores. Entre em contato com o administrador da sua conta para obter ajuda.\",\"tnx0u1\":\"Disponível somente como complemento\",\"z4JBd7\":\"Apenas anúncios publicados são mostrados aos usuários\",\"bU7oUm\":\"Enviar apenas para pedidos com esses status\",\"wkpaqp\":\"Mostrar apenas a data e hora de início\",\"chktt5\":\"Só aparece como complemento dos produtos aos quais está vinculado\",\"Y4HHYW\":\"Só aparece como complemento dos produtos aos quais está vinculado.\",\"Z82In9\":\"Apenas o proprietário da conta pode solicitar a exclusão da conta.\",\"DMk8F0\":\"Só os ingressos contam para a capacidade\",\"+/Z3yr\":\"Visível somente para compradores com um código promocional aplicável.\",\"M2w1ni\":\"Visível apenas com código promocional\",\"y8Bm7C\":\"Abrir check-in\",\"RLz7P+\":\"Abrir data\",\"iMqrOb\":\"Chamada para ação opcional\",\"cDSdPb\":\"Apelido opcional exibido nos seletores, ex.: \\\"Sala de conferências\\\"\",\"HXMJxH\":\"Texto opcional para avisos legais, informações de contato ou notas de agradecimento (apenas uma linha)\",\"L565X2\":\"opções\",\"8m9emP\":\"ou adicione uma única data\",\"eBskDE\":\"Ou ative pagamentos offline e desative o Stripe\",\"dSeVIm\":\"pedido\",\"c/TIyD\":\"Pedido e Ingresso\",\"H5qWhm\":\"Pedido cancelado\",\"b6+Y+n\":\"Pedido concluído\",\"x4MLWE\":\"Confirmação do Pedido\",\"CsTTH0\":\"Confirmação do pedido reenviada com sucesso\",\"ppuQR4\":\"Pedido criado\",\"xtQzag\":\"Detalhes do pedido\",\"vrSW9M\":\"O pedido foi cancelado e reembolsado. O proprietário do pedido foi notificado.\",\"rzw+wS\":\"Titulares de pedidos\",\"oI/hGR\":\"ID do Pedido\",\"m8vQEP\":\"Limites do pedido\",\"vu6Arl\":\"Pedido marcado como pago\",\"sLbJQz\":\"Pedido não encontrado\",\"kvYpYu\":\"Pedido não encontrado\",\"eJ8SvM\":\"Número do pedido, data da compra, e-mail do comprador\",\"FaPYw+\":\"Proprietário do pedido\",\"eB5vce\":\"Proprietários de pedidos com um produto específico\",\"CxLoxM\":\"Proprietários de pedidos com produtos\",\"UkHo4c\":\"Ref. pedido\",\"EZy55F\":\"Pedido reembolsado\",\"6eSHqs\":\"Status dos pedidos\",\"oW5877\":\"Total do Pedido\",\"e7eZuA\":\"Pedido atualizado\",\"1SQRYo\":\"Pedido atualizado com sucesso\",\"3NT0Ck\":\"O pedido foi cancelado\",\"V5khLm\":\"pedidos\",\"sd5IMt\":\"Pedidos concluídos\",\"5It1cQ\":\"Pedidos exportados\",\"UQ0ACV\":\"Total de pedidos\",\"B/EBQv\":\"Pedidos:\",\"qtGTNu\":\"Contas orgânicas\",\"P/JHA4\":\"Organizador arquivado com sucesso\",\"S3CZ5M\":\"Painel do organizador\",\"GzjTd0\":\"Organizador excluído com sucesso\",\"SQqJd8\":\"Organizador não encontrado\",\"HF8Bxa\":\"Organizador restaurado com sucesso\",\"wpj63n\":\"Configurações do organizador\",\"o1my93\":\"Falha ao atualizar o status do organizador. Por favor, tente novamente mais tarde.\",\"rLHma1\":\"Status do organizador atualizado\",\"LqBITi\":\"Modelo do organizador/padrão será usado\",\"q4zH+l\":\"Organizadores\",\"/IX/7x\":\"Outro\",\"RsiDDQ\":\"Outras Listas (Ingresso Não Incluído)\",\"EufvBx\":\"Resultado\",\"aDfajK\":\"Ar livre\",\"qMASRF\":\"Mensagens enviadas\",\"iCOVQO\":\"Personalização\",\"GpFTEc\":\"Personalizar as taxas deste organizador\",\"M9ZhMP\":\"Personalizar preço\",\"cnVIpl\":\"Personalização removida\",\"6/dCYd\":\"Visão geral\",\"6WdDG7\":\"Página\",\"8uqsE5\":\"Página não disponível mais\",\"QkLf4H\":\"URL da página\",\"sF+Xp9\":\"Visualizações de página\",\"v4nCHK\":\"Pago\",\"c+suC6\":\"Contas pagas\",\"5F7SYw\":\"Reembolso parcial\",\"fFYotW\":[\"Reembolsado parcialmente: \",[\"0\"]],\"i8day5\":\"Passar taxa para o comprador\",\"k4FLBQ\":\"Passar para o comprador\",\"Ff0Dor\":\"Passado\",\"BFjW8X\":\"Em atraso\",\"xTPjSy\":\"Eventos passados\",\"/l/ckQ\":\"Cole a URL\",\"URAE3q\":\"Pausado\",\"4fL/V7\":\"Pagar\",\"W5l9HD\":\"Pague quanto quiser\",\"c2/9VE\":\"Payload\",\"5cxUwd\":\"Data de pagamento\",\"ENEPLY\":\"Método de pagamento\",\"8Lx2X7\":\"Pagamento recebido\",\"fx8BTd\":\"Pagamentos não disponíveis\",\"C+ylwF\":\"Repasses\",\"UbRKMZ\":\"Pendente\",\"UkM20g\":\"Revisão pendente\",\"dPYu1F\":\"Por participante\",\"mQV/nJ\":\"por min\",\"+kvxv+\":\"por pedido\",\"VlXNyK\":\"Por pedido\",\"NhuGd7\":\"por produto\",\"hauDFf\":\"Por ingresso\",\"mnF83a\":\"Taxa Percentual\",\"TNLuRD\":\"Taxa percentual (%)\",\"MixU2P\":\"A porcentagem deve estar entre 0 e 100\",\"MkuVAZ\":\"Porcentagem do valor da transação\",\"/Bh+7r\":\"Desempenho\",\"/4mGVp\":\"Excluir permanentemente esta conta\",\"dGdKgQ\":\"Excluir permanentemente esta conta e seus dados.\",\"fIp56F\":\"Excluir permanentemente este evento e todos os seus dados associados.\",\"nJeeX7\":\"Excluir permanentemente este organizador e todos os seus eventos.\",\"wfCTgK\":\"Remover esta data permanentemente\",\"6kPk3+\":\"Informações pessoais\",\"zmwvG2\":\"Telefone\",\"tSR/oe\":\"Escolha uma data de término\",\"e8kzpp\":\"Escolha pelo menos um dia do mês\",\"35C8QZ\":\"Escolha pelo menos um dia da semana\",\"kJmAsd\":\"Escolha dias para ver suas datas.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Feito\",\"wBJR8i\":\"Planejando um evento?\",\"J3lhKT\":\"Taxa da plataforma\",\"RD51+P\":[\"Taxa da plataforma de \",[\"0\"],\" deduzida do seu pagamento\"],\"br3Y/y\":\"Taxas da plataforma\",\"3buiaw\":\"Relatório de taxas da plataforma\",\"kv9dM4\":\"Receita da plataforma\",\"PJ3Ykr\":\"Confira o novo horário no seu ingresso. Seus ingressos continuam válidos — você não precisa fazer nada, a não ser que os novos horários não sirvam para você. Responda a este e-mail se tiver dúvidas.\",\"OtjenF\":\"Por favor, insira um endereço de e-mail válido\",\"jEw0Mr\":\"Por favor, insira uma URL válida\",\"n8+Ng/\":\"Por favor, introduza o código de 5 dígitos\",\"r+lQXT\":\"Por favor, digite seu número de IVA\",\"Dvq0wf\":\"Por favor, forneça uma imagem.\",\"2cUopP\":\"Por favor, reinicie o processo de compra.\",\"GoXxOA\":\"Selecione uma data e um horário\",\"8KmsFa\":\"Por favor, selecione um intervalo de datas\",\"EFq6EG\":\"Por favor, selecione uma imagem.\",\"fuwKpE\":\"Por favor, tente novamente.\",\"klWBeI\":\"Por favor, aguarde antes de solicitar outro código\",\"hfHhaa\":\"Por favor, aguarde enquanto preparamos os seus afiliados para exportação...\",\"o+tJN/\":\"Por favor, aguarde enquanto preparamos seus participantes para exportação...\",\"+5Mlle\":\"Por favor, aguarde enquanto preparamos seus pedidos para exportação...\",\"trnWaw\":\"Polonês\",\"luHAJY\":\"Eventos populares (Últimos 14 dias)\",\"p/78dY\":\"Posição\",\"OESu7I\":\"Evite sobrevenda compartilhando estoque entre vários tipos de ingresso.\",\"NgVUL2\":\"Pré-visualizar formulário de checkout\",\"cs5muu\":\"Pré-visualizar página do evento\",\"1xwZj/\":\"Mês anterior\",\"Jm2AC3\":\"Faixa de preço\",\"a5jvSX\":\"Faixas de Preço\",\"aHCEmh\":\"Preços\",\"ReihZ7\":\"Visualizar Impressão\",\"JnuPvH\":\"Imprimir Ingresso\",\"tYF4Zq\":\"Imprimir para PDF\",\"LcET2C\":\"Política de Privacidade\",\"8z6Y5D\":\"Processar reembolso\",\"JcejNJ\":\"Processando pedido\",\"EWCLpZ\":\"Produto criado\",\"XkFYVB\":\"Produto excluído\",\"YMwcbR\":\"Detalhamento das vendas de produtos, receitas e impostos\",\"ls0mTC\":\"As configurações de produtos não podem ser editadas em datas canceladas.\",\"2339ej\":\"Configurações do produto salvas com sucesso\",\"ldVIlB\":\"Produto atualizado\",\"CP3D8G\":\"Progresso\",\"JoKGiJ\":\"Código promocional\",\"dIodJL\":\"Código promocional obrigatório\",\"k3wH7i\":\"Uso de códigos promocionais e detalhamento de descontos\",\"tZqL0q\":\"códigos promocionais\",\"oCHiz3\":\"Códigos promocionais\",\"uEhdRh\":\"Apenas Promocional\",\"dLm8V5\":\"E-mails promocionais podem resultar em suspensão da conta\",\"W0ETyY\":\"Informe pelo menos um campo de endereço (local, rua, cidade ou país).\",\"2W/7Gz\":\"Envie o seguinte antes da próxima análise do Stripe para que os repasses continuem.\",\"7d1a0d\":\"Público\",\"EEYbdt\":\"Publicar\",\"JcgJKc\":\"Publicar mesmo assim\",\"evDBV8\":\"Publicar evento\",\"2zEfOd\":\"Publique seu evento\",\"u3wRF+\":\"Publicado\",\"L7nrC8\":\"Ao publicar, a página do seu evento fica pública e as inscrições são abertas.\",\"dsFmM+\":\"Comprado\",\"JunetL\":\"Comprador\",\"phmeUH\":\"E-mail do comprador\",\"ywR4ZL\":\"Check-in por QR code\",\"oWXNE5\":\"Qtd.\",\"VbWX2u\":\"Quantidade\",\"biEyJ4\":\"Respostas às perguntas\",\"k/bJj0\":\"Perguntas reordenadas\",\"b24kPi\":\"Fila\",\"lTPqpM\":\"Dica rápida\",\"fqDzSu\":\"Taxa\",\"mnUGVC\":\"Limite de taxa excedido. Por favor, tente novamente mais tarde.\",\"t41hVI\":\"Reoferecer vaga\",\"TNclgc\":\"Reativar esta data? Ela será reaberta para vendas futuras.\",\"RENQ6j\":\"Pronto para publicar?\",\"uqoRbb\":\"Análises em tempo real\",\"jPSk57\":\"Motivo (opcional)\",\"xzRvs4\":[\"Receber atualizações de produtos do \",[\"0\"],\".\"],\"pLXbi8\":\"Cadastros de contas recentes\",\"M1HGuR\":\"Atividade recente\",\"3kJ0gv\":\"Participantes recentes\",\"qhfiwV\":\"Check-ins recentes\",\"S+0XMX\":\"Pedidos recentes\",\"Fi3b48\":\"Pedidos recentes\",\"7hPBBn\":\"destinatário\",\"jp5bq8\":\"destinatários\",\"yPrbsy\":\"Destinatários\",\"E1F5Ji\":\"Os destinatários ficam disponíveis após o envio da mensagem\",\"WEYdDv\":\"Recomendado\",\"wuhHPE\":\"Recorrente\",\"asLqwt\":\"Evento recorrente\",\"s3uzsK\":\"Configurações de evento recorrente\",\"D0tAMe\":\"Eventos recorrentes\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Redirecionando para o Stripe...\",\"pnoTN5\":\"Contas de indicação\",\"ACKu03\":\"Atualizar Visualização\",\"vuFYA6\":\"Reembolsar todos os pedidos destas datas\",\"4cRUK3\":\"Reembolsar todos os pedidos desta data\",\"fKn/k6\":\"Valor do reembolso\",\"qY4rpA\":\"Reembolso falhou\",\"FaK/8G\":[\"Reembolsar pedido \",[\"0\"]],\"MGbi9P\":\"Reembolso pendente\",\"BDSRuX\":[\"Reembolsado: \",[\"0\"]],\"bU4bS1\":\"Reembolsos\",\"rYXfOA\":\"Configurações regionais\",\"5tl0Bp\":\"Perguntas de registro\",\"ZNo5k1\":\"Restante\",\"Bjh87R\":\"Remover o rótulo de todas as datas\",\"IVZaEo\":\"Remove completamente as datas e horários esgotados da página do evento. Quando desativado, eles permanecem visíveis e são marcados como esgotados.\",\"5Vkr/a\":\"Remover horário\",\"KkJtVK\":\"Reabrir para vendas\",\"XJwWJp\":\"Reabrir esta data para vendas? Os ingressos cancelados antes não serão restaurados — os participantes afetados continuam cancelados e os reembolsos já feitos não são revertidos.\",\"RYlQY0\":\"Repetição\",\"CQeZT8\":\"Relatório não encontrado\",\"JEPMXN\":\"Solicitar novo link\",\"Yx0Ud8\":\"Solicitado\",\"Wcv9QD\":\"Solicitado por\",\"TMLAx2\":\"Obrigatório\",\"mdeIOH\":\"Reenviar código\",\"sQxe68\":\"Reenviar confirmação\",\"bxoWpz\":\"Reenviar e-mail de confirmação\",\"G42SNI\":\"Reenviar e-mail\",\"TTpXL3\":[\"Reenviar em \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Reenviar ingresso\",\"Uwsg2F\":\"Reservado\",\"8wUjGl\":\"Reservado até\",\"a5z8mb\":\"Voltar ao preço base\",\"kCn6wb\":\"Redefinindo...\",\"ZlCDf+\":\"Resposta\",\"bsydMp\":\"Detalhes da resposta\",\"yKu/3Y\":\"Restaurar\",\"RokrZf\":\"Restaurar evento\",\"/JyMGh\":\"Restaurar organizador\",\"HFvFRb\":\"Restaure este evento para torná-lo visível novamente.\",\"DDIcqy\":\"Restaure este organizador e torne-o ativo novamente.\",\"mO8KLE\":\"resultados\",\"6gRgw8\":\"Tentar novamente\",\"1BG8ga\":\"Tentar tudo novamente\",\"rDC+T6\":\"Tentar trabalho novamente\",\"CbnrWb\":\"Voltar ao evento\",\"Lf7TCn\":\"Locais reutilizáveis aparecem aqui automaticamente conforme você cria eventos com endereços, e você também pode adicionar os seus.\",\"mdQ0zb\":\"Locais reutilizáveis para seus eventos. Localizações criadas pelo preenchimento automático são salvas aqui automaticamente.\",\"XFOPle\":\"Reutilizar\",\"1Zehp4\":\"Reutilize uma conexão Stripe de outro organizador desta conta.\",\"Oo/PLb\":\"Resumo de Receita\",\"CfuueU\":\"Revogar oferta\",\"Tpm2G9\":\"Duração\",\"dFFW9L\":[\"Venda encerrada \",[\"0\"]],\"loCKGB\":[\"Venda termina \",[\"0\"]],\"wlfBad\":\"Período de Venda\",\"qi81Jg\":\"O período de venda vale para todas as datas da sua programação. Para controlar preços e disponibilidade de datas específicas, use as personalizações na <0>página Programação de datas.\",\"zpekWp\":[\"Venda começa \",[\"0\"]],\"7s8z0X\":\"Período de venda\",\"mUv9U4\":\"Vendas\",\"9KnRdL\":\"As vendas estão pausadas\",\"JC3J0k\":\"Detalhamento de vendas, presença e check-ins por data\",\"3VnlS9\":\"Vendas, pedidos e métricas de desempenho para todos os eventos\",\"3Q1AWe\":\"Vendas:\",\"LeuERW\":\"Igual ao evento\",\"B4nE3N\":\"Preço do ingresso de exemplo\",\"8BRPoH\":\"Local Exemplo\",\"PiK6Ld\":\"Sáb\",\"+5kO8P\":\"Sábado\",\"zJiuDn\":\"Salvar taxa personalizada\",\"x1fMXJ\":\"Salvar programação\",\"KZrfYJ\":\"Salvar links sociais\",\"9Y3hAT\":\"Salvar Modelo\",\"C8ne4X\":\"Salvar Design do Ingresso\",\"cTI8IK\":\"Salvar configurações de IVA\",\"6/TNCd\":\"Salvar Configurações de IVA\",\"4RvD9q\":\"Localização salva\",\"cgw0cL\":\"Localizações salvas\",\"Fbqm/I\":\"Ao salvar uma personalização, é criada uma configuração dedicada para este organizador, caso ele esteja usando o padrão do sistema.\",\"I+FvbD\":\"Escanear\",\"0zd6Nm\":\"Escaneie um ingresso para fazer o check-in de um participante\",\"bQG7Qk\":\"Os ingressos escaneados aparecem aqui\",\"WDYSLJ\":\"Modo scanner\",\"gmB6oO\":\"Programação\",\"qQTaVm\":\"Programação adicionada\",\"j6NnBq\":\"Programação criada com sucesso\",\"YP7frt\":\"A programação termina em\",\"QS1Nla\":\"Agendar para depois\",\"NAzVVw\":\"Agendar mensagem\",\"/rTL/5\":\"Prévia da programação\",\"Fz09JP\":\"A programação começa em\",\"4ba0NE\":\"Agendado\",\"4HKQZj\":\"Exclusão agendada\",\"qcP/8K\":\"Horário agendado\",\"A1taO8\":\"Buscar\",\"ftNXma\":\"Pesquisar afiliados...\",\"VMU+zM\":\"Buscar participantes\",\"VY+Bdn\":\"Pesquisar por nome da conta ou e-mail...\",\"VX+B3I\":\"Pesquisar por título do evento ou organizador...\",\"R0wEyA\":\"Pesquisar por nome do trabalho ou exceção...\",\"YnMfsK\":\"Pesquisar por nome ou endereço...\",\"3yKuDu\":\"Pesquise por nome ou e-mail e selecione um ou mais\",\"VT+urE\":\"Pesquisar por nome ou e-mail...\",\"GHdjuo\":\"Pesquisar por nome, e-mail ou conta...\",\"4mBFO7\":\"Busque por nome, n.º do pedido, n.º do ingresso ou e-mail\",\"20ce0U\":\"Pesquisar por ID do pedido, nome do cliente ou e-mail...\",\"4DSz7Z\":\"Pesquisar por assunto, evento ou conta...\",\"gTUY97\":\"Pesquisar por título...\",\"nQC7Z9\":\"Buscar datas...\",\"iRtEpV\":\"Buscar datas…\",\"JRM7ao\":\"Buscar um endereço\",\"BWF1kC\":\"Pesquisar mensagens...\",\"5WYZKZ\":\"Resultados da pesquisa\",\"IG85fV\":\"Pesquise localizações salvas ou encontre um endereço...\",\"Du+zn+\":\"Pesquisando...\",\"3aD3GF\":\"Sazonal\",\"ku//5b\":\"Segundo\",\"Mck5ht\":\"Checkout Seguro\",\"s7tXqF\":\"Ver programação\",\"JFap6u\":\"Veja o que o Stripe ainda precisa\",\"6lGaum\":\"Visto\",\"p7xUrt\":\"Selecione uma categoria\",\"hTKQwS\":\"Selecionar data e hora\",\"Ps6Xtf\":\"Selecione uma data para ver os horários disponíveis\",\"e4L7bF\":\"Selecione uma mensagem para ver seu conteúdo\",\"zPRPMf\":\"Selecionar um nível\",\"BFRSTT\":\"Selecionar Conta\",\"wgNoIs\":\"Selecionar tudo\",\"mCB6Je\":\"Selecionar tudo\",\"aCEysm\":[\"Selecionar tudo em \",[\"0\"]],\"a6+167\":\"Selecionar um evento\",\"4oT6dP\":\"Selecione pelo menos uma conta\",\"neCGH1\":\"Selecione pelo menos um usuário\",\"CFbaPk\":\"Selecione o grupo de participantes\",\"88a49s\":\"Selecionar câmera\",\"tVW/yo\":\"Selecionar moeda\",\"SJQM1I\":\"Selecionar data\",\"n9ZhRa\":\"Selecione data e hora de término\",\"gTN6Ws\":\"Selecionar hora de fim\",\"0U6E9W\":\"Selecionar categoria do evento\",\"j9cPeF\":\"Selecionar tipos de eventos\",\"ypTjHL\":\"Selecionar uma data\",\"DHBGUX\":\"Selecionar produtos...\",\"KizCK7\":\"Selecione data e hora de início\",\"dJZTv2\":\"Selecionar hora de início\",\"x8XMsJ\":\"Selecione o nível de mensagens para esta conta. Isso controla os limites de mensagens e permissões de links.\",\"aT3jZX\":\"Selecionar fuso horário\",\"TxfvH2\":\"Selecione quais participantes devem receber esta mensagem\",\"Ropvj0\":\"Selecione quais eventos acionarão este webhook\",\"+6YAwo\":\"selecionado\",\"ylXj1N\":\"Selecionado\",\"uq3CXQ\":\"Esgote seu evento.\",\"oBXbO4\":\"Vende um produto físico? Limite a quantidade dele na <0>página de produtos.\",\"j9b/iy\":\"Vendendo rápido 🔥\",\"73qYgo\":\"Enviar como teste\",\"HMAqFK\":\"Enviar e-mails para participantes, titulares de ingressos ou proprietários de pedidos. As mensagens podem ser enviadas imediatamente ou agendadas para mais tarde.\",\"22Itl6\":\"Envie-me uma cópia\",\"NpEm3p\":\"Enviar agora\",\"nOBvex\":\"Envie dados de pedidos e participantes em tempo real para seus sistemas externos.\",\"1lNPhX\":\"Enviar email de notificação de reembolso\",\"eaUTwS\":\"Enviar link de redefinição\",\"5cV4PY\":\"Envie para todas as datas ou escolha uma específica\",\"QEQlnV\":\"Envie sua primeira mensagem\",\"IoAuJG\":\"Enviando...\",\"h69WC6\":\"Enviado\",\"BVu2Hz\":\"Enviado por\",\"ZFa8wv\":\"Enviada aos participantes quando uma data agendada é cancelada\",\"SPdzrs\":\"Enviado aos clientes quando fazem um pedido\",\"LxSN5F\":\"Enviado a cada participante com detalhes do ingresso\",\"hgvbYY\":\"Setembro\",\"5sN96e\":\"Sessão cancelada\",\"S9i0UC\":[\"sessões · \",[\"dateCount\"],\" datas × \",[\"timesPerDay\"],\" horários\"],\"89xaFU\":\"Defina as configurações padrão de taxa da plataforma para novos eventos criados sob este organizador.\",\"eXssj5\":\"Definir configurações padrão para novos eventos criados sob este organizador.\",\"uPe5p8\":\"Defina quanto tempo dura cada data\",\"ODuUEi\":\"Definir ou remover o rótulo da data\",\"buHACR\":\"Defina o horário de término de cada data com este intervalo após o horário de início.\",\"TaeFgl\":\"Definir como ilimitado (remover limite)\",\"pd6SSe\":\"Configure uma programação recorrente para criar datas automaticamente ou adicione-as uma a uma.\",\"s0FkEx\":\"Configure listas de check-in para diferentes entradas, sessões ou dias.\",\"TaWVGe\":\"Configurar repasses\",\"JA//e6\":\"Configurar programação\",\"gzXY7l\":\"Configurar programação\",\"0Ls9qe\":\"Defina os ingressos que você vai vender e seus preços\",\"xMO+Ao\":\"Configure a sua organização\",\"5pEFnq\":\"Configure sua programação\",\"zRRuUD\":\"Você vai configurar a programação nos próximos passos\",\"ETC76A\":\"Definir, alterar ou remover o local ou os dados online da data\",\"C3htzi\":\"Configuração atualizada\",\"Ohn74G\":\"Configuração e design\",\"1W5XyZ\":\"A configuração leva só alguns minutos — você não precisa ter uma conta Stripe. O Stripe cuida de cartões, carteiras digitais, formas de pagamento regionais e proteção antifraude, para você focar no seu evento.\",\"GG7qDw\":\"Partilhar link de afiliado\",\"hL7sDJ\":\"Compartilhar página do organizador\",\"jy6QDF\":\"Gestão de capacidade compartilhada\",\"jDNHW4\":\"Deslocar horários\",\"tPfIaW\":[\"Horários deslocados em \",[\"count\"],\" data(s)\"],\"WwlM8F\":\"Mostrar opções avançadas\",\"cMW+gm\":[\"Mostrar todas as plataformas (\",[\"0\"],\" com valores)\"],\"wXi9pZ\":\"Mostrar as notas sobre participantes para a equipe não logada\",\"4LZFir\":\"Mostrar todo o intervalo de datas\",\"UVPI5D\":\"Mostrar menos plataformas\",\"Eu/N/d\":\"Mostrar caixa de seleção de opt-in de marketing\",\"SXzpzO\":\"Mostrar caixa de seleção de opt-in de marketing por padrão\",\"b33PL9\":\"Mostrar mais plataformas\",\"Eut7p9\":\"Mostrar os detalhes do pedido para a equipe não logada\",\"+RoWKN\":\"Mostrar as respostas às perguntas para a equipe não logada\",\"jbcx6L\":\"Mostrar a capacidade restante nas datas do evento\",\"rXxBOx\":\"Mostrar a capacidade restante para os compradores\",\"t1LIQW\":[\"Mostrando \",[\"0\"],\" de \",[\"totalRows\"],\" registros\"],\"E717U9\":[\"Mostrando \",[\"0\"],\"–\",[\"1\"],\" de \",[\"2\"]],\"5rzhBQ\":[\"Mostrando \",[\"MAX_VISIBLE\"],\" de \",[\"totalAvailable\"],\" datas. Digite para buscar.\"],\"WSt3op\":[\"Mostrando as primeiras \",[\"0\"],\" — as \",[\"1\"],\" sessão(ões) restantes ainda serão incluídas quando a mensagem for enviada.\"],\"o1UbOh\":\"Exibido quicando no topo do modal\",\"OJLTEL\":\"Mostrado para a equipe na primeira vez que abrem a página de check-in.\",\"lbfXEJ\":\"Mostra o restante\",\"jVRHeq\":\"Cadastrado\",\"5C7J+P\":\"Evento único\",\"E//btK\":\"Ignorar datas editadas manualmente\",\"paESr6\":\"Eslovaco\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Social\",\"d0rUsW\":\"Links sociais\",\"j/TOB3\":\"Links sociais e site\",\"s9KGXU\":\"Vendido\",\"yp+0jj\":\"esgotado\",\"1hupow\":\"Esgotado, lista de espera disponível\",\"iACSrw\":\"Alguns detalhes não são de acesso público. Faça login para ver tudo.\",\"Dia6iz\":\"Algo deu errado ao excluir a imagem. Tente de novo.\",\"KTxc6k\":\"Algo deu errado, tente novamente ou entre em contato com o suporte se o problema persistir\",\"lkE00/\":\"Algo deu errado. Por favor, tente novamente mais tarde.\",\"wdxz7K\":\"Fonte\",\"SzuJ5m\":\"Contas específicas\",\"/h8G1o\":\"Usuários específicos\",\"fDG2by\":\"Espiritualidade\",\"oPaRES\":\"Divida o check-in por dias, áreas ou tipos de ingresso. Compartilhe o link com a equipe — eles não precisam de conta.\",\"7JFNej\":\"Desporto\",\"/bfV1Y\":\"Instruções para a equipe\",\"StWUH4\":\"Iniciar check-in\",\"JcQp9p\":\"Data e hora de início\",\"0m/ekX\":\"Data e hora de início\",\"izRfYP\":\"A data de início é obrigatória\",\"xAYSEs\":\"Hora de início\",\"n9ZrDo\":\"Comece a digitar um local ou endereço...\",\"DACR+e\":\"Começa recolhido\",\"qeFVhN\":[\"Começa em \",[\"diffDays\"],\" dias\"],\"AOqtxN\":[\"Começa em \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Começa em \",[\"h\"],\" h \",[\"m\"],\" min\"],\"Lo49in\":[\"Começa em \",[\"seconds\"],\" s\"],\"NqChgF\":\"Começa amanhã\",\"2NbyY/\":\"Estatísticas\",\"GVUxAX\":\"As estatísticas são baseadas na data de criação da conta\",\"29Hx9U\":\"Estatísticas\",\"5ia+r6\":\"Ainda necessário\",\"wuV0bK\":\"Parar Personificação\",\"S/7MPw\":\"Conta Stripe desconectada.\",\"s/KaDb\":\"Stripe conectado\",\"Bk06QI\":\"Stripe conectado\",\"akZMv8\":[\"Conexão Stripe copiada de \",[\"0\"],\".\"],\"v0aRY1\":\"O Stripe não retornou um link de configuração. Tente de novo.\",\"aKtF0O\":\"Stripe não conectado\",\"9i0++A\":\"ID de pagamento Stripe\",\"R1lIMV\":\"O Stripe vai precisar de mais alguns dados em breve\",\"FzcCHA\":\"O Stripe vai te guiar com algumas perguntas rápidas para concluir a configuração.\",\"ii0qn/\":\"Assunto é obrigatório\",\"M7Uapz\":\"Assunto aparecerá aqui\",\"6aXq+t\":\"Assunto:\",\"JwTmB6\":\"Produto duplicado com sucesso\",\"WUOCgI\":\"Vaga oferecida com sucesso\",\"IvxA4G\":[\"Ingressos oferecidos com sucesso a \",[\"count\"],\" pessoas\"],\"kKpkzy\":\"Ingressos oferecidos com sucesso a 1 pessoa\",\"Zi3Sbw\":\"Removido da lista de espera com sucesso\",\"RuaKfn\":\"Endereço atualizado com sucesso\",\"kzx0uD\":\"Padrões de Evento Atualizados com Sucesso\",\"5n+Wwp\":\"Organizador atualizado com sucesso\",\"DMCX/I\":\"Configurações padrão de taxa da plataforma atualizadas com sucesso\",\"URUYHc\":\"Configurações de taxa da plataforma atualizadas com sucesso\",\"kRWc2g\":\"Configurações de evento recorrente atualizadas com sucesso\",\"0Dk/l8\":\"Configurações de SEO atualizadas com sucesso\",\"S8Tua9\":\"Configurações atualizadas com sucesso\",\"MhOoLQ\":\"Links sociais atualizados com sucesso\",\"CNSSfp\":\"Configurações de rastreamento atualizadas com sucesso\",\"kj7zYe\":\"Webhook atualizado com sucesso\",\"dXoieq\":\"Resumo\",\"/RfJXt\":[\"Festival de Música de Verão \",[\"0\"]],\"CWOPIK\":\"Festival de Música de Verão 2025\",\"D89zck\":\"Dom\",\"DBC3t5\":\"Domingo\",\"UaISq3\":\"Sueco\",\"JZTQI0\":\"Trocar organizador\",\"9YHrNC\":\"Padrão do Sistema\",\"jGR53C\":\"Camisetas, canecas e muito mais\",\"hCR98w\":\"Toque nas datas como em um calendário.\",\"lruQkA\":\"Toque nesta tela para retomar a leitura\",\"X9v2GM\":\"Contas de destino\",\"TmyDCw\":\"Usuários de destino\",\"TJUrME\":[\"Alcançando participantes de \",[\"0\"],\" sessões selecionadas.\"],\"yT6dQ8\":\"Impostos coletados agrupados por tipo de imposto e evento\",\"Ye321X\":\"Nome do Imposto\",\"WyCBRt\":\"Resumo de Impostos\",\"QC3FVX\":\"Impostos e taxas\",\"GkH0Pq\":\"Impostos e taxas aplicados\",\"SXvRWU\":\"Colaboração em equipe\",\"vlf/In\":\"Tecnologia\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Conte às pessoas o que esperar do seu evento\",\"NiIUyb\":\"Conte-nos sobre seu evento\",\"DovcfC\":\"Fale-nos sobre a sua organização. Esta informação será exibida nas páginas dos seus eventos.\",\"69GWRq\":\"Conte para a gente com que frequência seu evento se repete e criamos todas as datas para você.\",\"mXPbwY\":\"Informe sua situação de registro de IVA para aplicarmos o tratamento correto às taxas de plataforma.\",\"7wtpH5\":\"Modelo Ativo\",\"QHhZeE\":\"Modelo criado com sucesso\",\"xrWdPR\":\"Modelo excluído com sucesso\",\"G04Zjt\":\"Modelo salvo com sucesso\",\"xowcRf\":\"Termos de serviço\",\"6K0GjX\":\"O texto pode ser difícil de ler\",\"nm3Iz/\":\"Obrigado por participar!\",\"pYwj0k\":\"Obrigado,\",\"cIHkSd\":[\"São \",[\"totalOccurrences\"],\" sessões — o máximo é \",[\"max\"],\". Reduza o período ou a frequência.\"],\"k3IitN\":\"É isso\",\"KfmPRW\":\"A cor de fundo da página. Ao usar imagem de capa, isso é aplicado como uma sobreposição.\",\"MDNyJz\":\"O código irá expirar em 10 minutos. Verifique a sua pasta de spam se não vir o email.\",\"AIF7J2\":\"A moeda em que a taxa fixa é definida. Será convertida para a moeda do pedido no checkout.\",\"k3LFkM\":\"A moeda usada para os preços dos ingressos deste evento.\",\"7oksH+\":[\"O desconto é deduzido de cada produto elegível. Ex.: \",[\"currencySymbol\"],\"10 de desconto × 3 ingressos = \",[\"currencySymbol\"],\"30 de desconto.\"],\"sKL8k2\":\"O desconto é deduzido uma única vez do total do pedido.\",\"cDHM1d\":\"O endereço de e-mail foi alterado. O participante receberá um novo ingresso no endereço de e-mail atualizado.\",\"tXadb0\":\"O evento que você está procurando não está disponível no momento. Ele pode ter sido removido, expirado ou a URL pode estar incorreta.\",\"sxKqBm\":\"O valor total do pedido será reembolsado para o método de pagamento original do cliente.\",\"KgDp6G\":\"O link que você está tentando acessar expirou ou não é mais válido. Por favor, verifique seu e-mail para obter um link atualizado para gerenciar seu pedido.\",\"sYLeDq\":\"O organizador que você está procurando não foi encontrado. A página pode ter sido movida, excluída ou o URL está incorreto.\",\"PCr4zw\":\"A exceção fica registrada no histórico de auditoria do pedido.\",\"C4nQe5\":\"A taxa da plataforma é adicionada ao preço do ingresso. Os compradores pagam mais, mas você recebe o preço total do ingresso.\",\"HxxXZO\":\"A cor primária da marca usada para botões e destaques\",\"OVSkIF\":\"A rápida raposa marrom pula sobre o cão preguiçoso.\",\"z0KrIG\":\"O horário agendado é obrigatório\",\"EWErQh\":\"O horário agendado deve ser no futuro\",\"UNd0OU\":[\"A sessão de \\\"\",[\"title\"],\"\\\", originalmente marcada para \",[\"0\"],\", foi remarcada.\"],\"DEcpfp\":\"O corpo do template contém sintaxe Liquid inválida. Por favor, corrija e tente novamente.\",\"qpmtdK\":\"O fuso horário usado para as datas e horários deste evento.\",\"N3VfVA\":\"O upload não chegou ao servidor. Verifique sua conexão e, se o arquivo for grande, tente uma imagem menor (máx. 5MB).\",\"injXD7\":\"O número de IVA não pôde ser validado. Verifique o número e tente novamente.\",\"A4UmDy\":\"Teatro\",\"tDwYhx\":\"Tema e cores\",\"ybBP2H\":\"Não há produtos disponíveis para esta data. Escolha outra data.\",\"O7g4eR\":\"Este evento não tem datas futuras\",\"062KsE\":\"Estes dados aparecem no ingresso e no resumo do pedido do participante somente para esta data.\",\"5Eu+tn\":\"Esses detalhes só serão exibidos se o pedido for concluído com sucesso.\",\"jQjwR+\":\"Estes dados vão substituir qualquer local existente nas datas afetadas e aparecem nos ingressos dos participantes.\",\"6eaLu/\":\"Esses preços se aplicam a todas as datas da sua programação, e as quantidades dos níveis limitam as vendas totais de todas as datas em conjunto. As datas de venda dos níveis se aplicam globalmente. Você pode substituir os preços de datas individuais na <0>página de Programação de datas.\",\"QP3gP+\":\"Estas configurações se aplicam apenas ao código de incorporação copiado e não serão armazenadas.\",\"HirZe8\":\"Estes modelos serão usados como padrão para todos os eventos em sua organização. Eventos individuais podem substituir estes modelos por suas próprias versões personalizadas.\",\"lzAaG5\":\"Estes modelos substituirão os padrões do organizador apenas para este evento. Se nenhum modelo personalizado for definido aqui, o modelo do organizador será usado.\",\"UlykKR\":\"Terceiro\",\"1YTBzS\":\"Esta conta não possui pedidos concluídos, portanto todos os seus dados serão excluídos permanentemente.\",\"jCPU8z\":\"Esta conta está agendada para exclusão\",\"zfNCE8\":[\"Esta conta está agendada para exclusão em <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"Isso vale para todas as datas correspondentes do evento, inclusive as que não estão visíveis agora. Os participantes inscritos em qualquer uma dessas datas ficarão acessíveis no editor de mensagens quando a atualização terminar.\",\"SOmGDa\":\"Esta lista de check-in pertence a uma sessão que foi cancelada, então não pode mais ser usada para check-ins.\",\"XBNC3E\":\"Este código será usado para rastrear vendas. Apenas são permitidas letras, números, hífenes e underscores.\",\"AaP0M+\":\"Esta combinação de cores pode ser difícil de ler para alguns usuários\",\"o1phK/\":[\"Esta data tem \",[\"orderCount\"],\" pedido(s) que serão afetados.\"],\"F/UtGt\":\"Esta data foi cancelada. Você ainda pode excluí-la para removê-la permanentemente.\",\"BLZ7pX\":\"Esta data já passou. Ela será criada, mas não ficará visível para os participantes entre as datas futuras.\",\"7IIY0z\":\"Esta data está marcada como esgotada.\",\"bddWMP\":\"Esta data não está mais disponível. Selecione outra data.\",\"E9BqZw\":\"Somente esta data\",\"n68908\":[\"Isso desconecta \",[\"stripeAccountId\"],\" deste organizador. As vendas de ingressos pagos deixarão de funcionar até você conectar uma conta Stripe novamente.\"],\"RzEvf5\":\"Este evento terminou\",\"kc4bIA\":\"Este evento ainda não tem ingressos ou produtos, então os participantes não poderão se inscrever.\",\"eMaNd0\":\"Este evento não está disponível\",\"YClrdK\":\"Este evento ainda não foi publicado\",\"GL6z+k\":\"Este evento está esgotado\",\"pIwDhS\":\"As datas e os horários deste evento são definidos na programação de datas.\",\"ny5rgr\":\"Este é um evento recorrente\",\"tc64Zz\":\"Este é o nome da categoria que será exibido na página do evento.\",\"dFJnia\":\"Este é o nome do seu organizador que será exibido aos seus usuários.\",\"vt7jiq\":\"Esta é a única vez que o segredo de assinatura será exibido. Por favor, copie-o agora e guarde-o em segurança.\",\"5DpZrC\":\"Isso limita as vendas totais de todas as datas da sua programação em conjunto — não é um limite por data. Para limitar o público de cada data, defina uma capacidade na <0>página de Programação de datas.\",\"L7dIM7\":\"Este link é inválido ou expirou.\",\"MR5ygV\":\"Este link não é mais válido\",\"9LEqK0\":\"Este nome é visível para os usuários finais\",\"QdUMM9\":\"Esta data atingiu a capacidade máxima\",\"j5FdeA\":\"Este pedido está sendo processado.\",\"sjNPMw\":\"Este pedido foi abandonado. Você pode iniciar um novo pedido a qualquer momento.\",\"OhCesD\":\"Este pedido foi cancelado. Você pode iniciar um novo pedido a qualquer momento.\",\"lyD7rQ\":\"Este perfil de organizador ainda não foi publicado\",\"9b5956\":\"Esta visualização mostra como seu e-mail ficará com dados de amostra. E-mails reais usarão valores reais.\",\"uM9Alj\":\"Este produto está destacado na página do evento\",\"RqSKdX\":\"Este produto está esgotado\",\"4PDH+K\":\"Este produto não aparece sozinho na página do evento — os compradores só o veem como complemento dos produtos aos quais está vinculado.\",\"qEGn8I\":\"Este evento recorrente ainda não tem datas, então os participantes não têm nada para reservar.\",\"W12OdJ\":\"Este relatório é apenas para fins informativos. Sempre consulte um profissional de impostos antes de usar esses dados para fins contábeis ou fiscais. Por favor, verifique com seu painel do Stripe, pois o Hi.Events pode não ter dados históricos.\",\"1LuJNw\":\"Este ingresso não é mais válido\",\"0Ew0uk\":\"Este ingresso acabou de ser escaneado. Aguarde antes de escanear novamente.\",\"FYXq7k\":[\"Isso vai afetar \",[\"loadedAffectedCount\"],\" data(s).\"],\"kvpxIU\":\"Isso será usado para notificações e comunicação com seus usuários.\",\"bPgkdx\":\"Isso cancelará a exclusão agendada e reativará a conta. O proprietário da conta será notificado por e-mail.\",\"4yx4a4\":[\"Isso desativará sua conta imediatamente e a excluirá permanentemente após 30 dias. Para confirmar, digite o nome da sua conta: <0>\",[\"0\"],\"\"],\"rhsath\":\"Isto não será visível para os clientes, mas ajuda-o a identificar o afiliado.\",\"VGEfU7\":\"Isso excluirá ou anonimizará permanentemente a conta imediatamente, sem aguardar a data agendada. Isso não pode ser desfeito.\",\"hV6FeJ\":\"Vazão\",\"+FjWgX\":\"Qui\",\"kkDQ8m\":\"Quinta-feira\",\"0GSPnc\":\"Design do Ingresso\",\"EZC/Cu\":\"Design do ingresso salvo com sucesso\",\"bbslmb\":\"Designer de ingressos\",\"1BPctx\":\"Ingresso para\",\"HGuXjF\":\"Portadores de ingressos\",\"CMUt3Y\":\"Titulares de ingressos\",\"awHmAT\":\"ID do ingresso\",\"6czJik\":\"Logotipo do Ingresso\",\"t79rDv\":\"Ingresso não encontrado\",\"6tmWch\":\"Ingresso ou produto\",\"1tfWrD\":\"Visualização do ingresso para\",\"KnjoUA\":\"Preço do ingresso\",\"pGZOcL\":\"Ingresso reenviado com sucesso\",\"o02GZM\":\"A venda de ingressos deste evento foi encerrada\",\"8jLPgH\":\"Tipo de Ingresso\",\"8qsbZ5\":\"Bilheteria e vendas\",\"zNECqg\":\"ingressos\",\"6GQNLE\":\"Ingressos\",\"NRhrIB\":\"Ingressos e produtos\",\"OrWHoZ\":\"Os ingressos são oferecidos automaticamente aos clientes na lista de espera quando há disponibilidade.\",\"AGRilS\":\"Ingressos Vendidos\",\"4/dG8J\":\"Faixas\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Horário\",\"kGEhUy\":\"Horários\",\"fXf2r5\":[\"Horários exibidos em \",[\"timezoneAbbr\"]],\"9udQT9\":\"O título é obrigatório\",\"dMtLDE\":\"a\",\"/jQctM\":\"Para\",\"tiI71C\":\"Para aumentar seus limites, entre em contato conosco em\",\"ecUA8p\":\"Hoje\",\"W428WC\":\"Alternar colunas\",\"BRMXj0\":\"Amanhã\",\"UBSG1X\":\"Melhores organizadores (Últimos 14 dias)\",\"3sZ0xx\":\"Total de Contas\",\"SMDzqJ\":\"Total de Participantes\",\"orBECM\":\"Total Coletado\",\"k5CU8c\":\"Total de inscrições\",\"4B7oCp\":\"Taxa total\",\"sMMlTX\":\"Total de taxas\",\"mlvCEl\":\"Total de pedidos\",\"2AW/k5\":\"Quantidade total em todas as datas\",\"dp8BCb\":\"Total de impostos\",\"vb0Q0/\":\"Total de Usuários\",\"oJjplO\":\"Visualizações totais\",\"rBZ9pz\":\"Passeios\",\"orluER\":\"Acompanhe o crescimento e desempenho da conta por fonte de atribuição\",\"YwKzpH\":\"Rastreamento e análise\",\"GUA0Jy\":\"Tente outro termo de busca ou outro filtro\",\"2P/OWN\":\"Ajuste os filtros para ver mais datas.\",\"ouM5IM\":\"Tentar outro e-mail\",\"3DZvE7\":\"Experimente Hi.Events Grátis\",\"vq2WxD\":\"Ter\",\"G3myU+\":\"Terça-feira\",\"Kz91g/\":\"Turco\",\"GdOhw6\":\"Desativar som\",\"KUOhTy\":\"Ativar som\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Digite \\\"excluir\\\" para confirmar\",\"nSlb72\":\"Digite para pesquisar...\",\"nWRfmt\":\"Tipografia\",\"IrVSu+\":\"Não foi possível duplicar o produto. Por favor, verifique seus dados\",\"Vx2J6x\":\"Não foi possível buscar participante\",\"h0dx5e\":\"Não foi possível entrar na lista de espera\",\"DaE0Hg\":\"Não foi possível carregar os dados do participante.\",\"GlnD5Y\":\"Não foi possível carregar os produtos desta data. Tente de novo.\",\"17VbmV\":\"Não foi possível desfazer o check-in\",\"n57zCW\":\"Contas não atribuídas\",\"9uI/rE\":\"Desfazer\",\"Ef7StM\":\"Desconhecido\",\"ZBAScj\":\"Participante desconhecido\",\"MEIAzV\":\"Sem nome\",\"K6L5Mx\":\"Localização sem nome\",\"7yiFvZ\":\"Não pago\",\"C51N+0\":\"até\",\"NaeLn8\":[\"Até \",[\"end\"]],\"porwAO\":\"Até uma data\",\"ZIb6rJ\":\"Produto sem título\",\"crJM8s\":\"Ingresso sem título\",\"X13xGn\":\"Não confiável\",\"0bT1FT\":[\"Até \",[\"max\"],\" por pedido\"],\"gyXpQN\":\"Próximos eventos\",\"Pp1sWX\":\"Atualizar afiliado\",\"59qHrb\":\"Atualizar capacidade\",\"Gaem9v\":\"Atualizar o nome e a descrição do evento\",\"7EhE4k\":\"Atualizar rótulo\",\"NPQWj8\":\"Atualizar local\",\"75+lpR\":[\"Atualização: \",[\"subjectTitle\"],\" — alterações na programação\"],\"UOGHdA\":[\"Atualização: \",[\"subjectTitle\"],\" — horário da sessão alterado\"],\"+b7T3G\":\"Atualizado\",\"ogoTrw\":[[\"count\"],\" data(s) atualizada(s)\"],\"dDuona\":[\"Capacidade atualizada em \",[\"count\"],\" data(s)\"],\"FT3LSc\":[\"Rótulo atualizado em \",[\"count\"],\" data(s)\"],\"8EcY1g\":[\"Local atualizado em \",[\"count\"],\" data(s)\"],\"83tNam\":\"Atualiza conforme você monta a regra. Navegue pelos meses para conferir as datas.\",\"/XlQr2\":\"Atualiza conforme você digita.\",\"gJQsLv\":\"Envie uma imagem de capa para seu organizador\",\"4kEGqW\":\"Envie um logo para seu organizador\",\"lnCMdg\":\"Carregar imagem\",\"29w7p6\":\"Enviando imagem...\",\"HtrFfw\":\"A URL é obrigatória\",\"3VnYUR\":\"A URL deve começar com http:// ou https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"Scanner USB aguardando\",\"dyTklH\":\"Scanner USB pausado\",\"OHJXlK\":\"Use <0>templates Liquid para personalizar seus emails\",\"/rsy72\":\"Usar o padrão do evento\",\"0k4cdb\":\"Usar detalhes do pedido para todos os participantes. Os nomes e e-mails dos participantes corresponderão às informações do comprador.\",\"bA31T4\":\"Usar os dados do comprador para todos os participantes\",\"PpgtnC\":\"Usar este endereço\",\"rnoQsz\":\"Usado para bordas, destaques e estilo do código QR\",\"b0XTc/\":[\"Usuários (\",[\"0\"],\")\"],\"BV4L/Q\":\"Análise UTM\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Validando seu número de IVA...\",\"t7caBM\":\"Código do país do IVA\",\"WLkfqH\":\"Número de IVA\",\"pnVh83\":\"Número de IVA\",\"CabI04\":\"O número de IVA não deve conter espaços\",\"PMhxAR\":\"O número de IVA deve começar com um código de país de 2 letras seguido por 8-15 caracteres alfanuméricos (ex: DE123456789)\",\"gPgdNV\":\"Número de IVA validado com sucesso\",\"RUMiLy\":\"Falha na validação do número de IVA\",\"vqji3Y\":\"Falha na validação do número de IVA. Por favor, verifique seu número de IVA.\",\"8dENF9\":\"IVA sobre taxa\",\"ZutOKU\":\"Taxa de IVA\",\"+KJZt3\":\"Registrado para IVA\",\"Nfbg76\":\"Configurações de IVA salvas com sucesso\",\"UvYql/\":\"Configurações de IVA salvas. Estamos validando seu número de IVA em segundo plano.\",\"bXn1Jz\":\"Configurações de IVA atualizadas\",\"tJylUv\":\"Tratamento de IVA para Taxas da Plataforma\",\"FlGprQ\":\"Tratamento de IVA para taxas da plataforma: Empresas registradas para IVA na UE podem usar o mecanismo de autoliquidação (0% - Artigo 196 da Diretiva IVA 2006/112/CE). Empresas não registradas para IVA são cobradas com IVA irlandês de 23%.\",\"516oLj\":\"Serviço de validação de IVA temporariamente indisponível\",\"p6QQLa\":[\"IVA: \",[\"0\"]],\"5q87Y9\":\"IVA: não registrado\",\"AdWhjZ\":\"Código de verificação\",\"kUAumu\":\"E-mail de verificação enviado. Confira sua caixa de entrada.\",\"QDEWii\":\"Verificado\",\"wCKkSr\":\"Verificar email\",\"/IBv6X\":\"Verifique seu e-mail\",\"u8nB38\":\"Verifique seu e-mail para que os participantes possam receber os ingressos\",\"e/cvV1\":\"A verificar...\",\"fROFIL\":\"Vietnamita\",\"p5nYkr\":\"Ver tudo\",\"yA/6BX\":\"Ver tudo →\",\"6CQ7/B\":\"Ver todos os recursos\",\"YSE15b\":\"Ver todas as listas de check-in\",\"RnvnDc\":\"Ver todas as mensagens enviadas na plataforma\",\"+WFMis\":\"Visualize e baixe relatórios de todos os seus eventos. Apenas pedidos concluídos são incluídos.\",\"c7VN/A\":\"Ver respostas\",\"SZw9tS\":\"Ver Detalhes\",\"9+84uW\":[\"Ver detalhes de \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Ver evento\",\"c6SXHN\":\"Ver página do evento\",\"n6EaWL\":\"Ver logs\",\"OaKTzt\":\"Ver mapa\",\"zNZNMs\":\"Ver mensagem\",\"67OJ7t\":\"Ver Pedido\",\"tKKZn0\":\"Ver detalhes do pedido\",\"KeCXJu\":\"Veja detalhes de pedidos, emita reembolsos e reenvie confirmações.\",\"9jnAcN\":\"Ver página inicial do organizador\",\"1J/AWD\":\"Ver Ingresso\",\"N9FyyW\":\"Veja, edite e exporte seus participantes registrados.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visível a partir de \",[\"start\"],\" — oculto até as vendas abrirem.\"],\"EkiKJK\":\"Visível para todos na página do evento.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Aguardando\",\"quR8Qp\":\"Aguardando pagamento\",\"KrurBH\":\"Aguardando leitura…\",\"u0n+wz\":\"Lista de espera\",\"3RXFtE\":\"Lista de espera ativada\",\"TwnTPy\":\"Oferta da lista de espera expirou\",\"aUi/Dz\":\"Aviso: Esta é a configuração padrão do sistema. As alterações afetarão todas as contas que não têm uma configuração específica atribuída.\",\"aT/44s\":\"Não conseguimos copiar essa conexão Stripe. Tente de novo.\",\"jTee4a\":\"Não foi possível desconectar esta conta Stripe. Tente novamente.\",\"RRZDED\":\"Não encontramos pedidos associados a este endereço de e-mail.\",\"2RZK9x\":\"Não conseguimos encontrar o pedido que você está procurando. O link pode ter expirado ou os detalhes do pedido podem ter sido alterados.\",\"nefMIK\":\"Não conseguimos encontrar o ingresso que você está procurando. O link pode ter expirado ou os detalhes do ingresso podem ter sido alterados.\",\"miysJh\":\"Não foi possível encontrar este pedido. Ele pode ter sido removido.\",\"Fjj/5/\":\"Não conseguimos carregar as listas de check-in. Tente de novo.\",\"ADsQ23\":\"Não conseguimos falar com o Stripe agora. Tente de novo daqui a pouco.\",\"HJKdzP\":\"Ocorreu um problema ao carregar esta página. Por favor, tente novamente.\",\"jegrvW\":\"Trabalhamos com o Stripe para enviar os repasses direto para a sua conta bancária.\",\"IfN2Qo\":\"Recomendamos um logo quadrado com dimensões mínimas de 200x200px\",\"wJzo/w\":\"Recomendamos dimensões de 400px por 400px e tamanho máximo de 5MB\",\"L/KlAh\":[\"Enviamos um link de verificação para \",[\"0\"]],\"KRCDqH\":\"Usamos cookies para nos ajudar a entender como o site é usado e melhorar sua experiência.\",\"x8rEDQ\":\"Não conseguimos validar seu número de IVA após várias tentativas. Continuaremos tentando em segundo plano. Por favor, volte mais tarde.\",\"4HaEdK\":[\"Criaremos todas as \",[\"totalOccurrences\"],\" sessões — depois você pode editar ou remover qualquer data\"],\"mfM/HJ\":[\"Notificaremos você por e-mail se uma vaga ficar disponível para \",[\"productDisplayName\"],\" em \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Notificaremos você por e-mail se uma vaga ficar disponível para \",[\"productDisplayName\"],\".\"],\"McuGND\":\"Depois de salvar, abrimos um editor de mensagens com um modelo já preenchido. Você revisa e envia — nada é enviado automaticamente.\",\"q1BizZ\":\"Enviaremos seus ingressos para este e-mail\",\"ZOmUYW\":\"Validaremos seu número de IVA em segundo plano. Se houver algum problema, avisaremos.\",\"LKjHr4\":[\"Alteramos a programação de \\\"\",[\"title\"],\"\\\" — \",[\"description\"],\" afeta \",[\"affectedCount\"],\" sessão(ões).\"],\"Fq/Nx7\":\"Enviámos um código de verificação de 5 dígitos para:\",\"GdWB+V\":\"Webhook criado com sucesso\",\"2X4ecw\":\"Webhook excluído com sucesso\",\"ndBv0v\":\"Integrações de webhooks\",\"CThMKa\":\"Logs do Webhook\",\"I0adYQ\":\"Segredo de assinatura do Webhook\",\"nuh/Wq\":\"URL do Webhook\",\"8BMPMe\":\"O webhook não enviará notificações\",\"FSaY52\":\"O webhook enviará notificações\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Site\",\"0f7U0k\":\"Qua\",\"VAcXNz\":\"Quarta-feira\",\"64X6l4\":\"semana\",\"4XSc4l\":\"Semanal\",\"IAUiSh\":\"semanas\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Bem-vindo de volta\",\"QDWsl9\":[\"Bem-vindo ao \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Bem-vindo ao \",[\"0\"],\", aqui está uma lista de todos os seus eventos\"],\"DDbx7K\":\"Bem-estar\",\"FaSXqR\":\"Que tipo de evento?\",\"0WyYF4\":\"O que a equipe não logada pode ver\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Quando um check-in é excluído\",\"RPe6bE\":\"Quando uma data de um evento recorrente é cancelada\",\"Gmd0hv\":\"Quando um novo participante é criado\",\"zyIyPe\":\"Quando um novo evento é criado\",\"Lc18qn\":\"Quando um novo pedido é criado\",\"dfkQIO\":\"Quando um novo produto é criado\",\"8OhzyY\":\"Quando um produto é excluído\",\"tRXdQ9\":\"Quando um produto é atualizado\",\"9L9/28\":\"Quando um produto esgota, os clientes podem entrar em uma lista de espera para serem notificados quando vagas ficarem disponíveis.\",\"OIkHj+\":\"Quando um produto esgota, os clientes podem entrar em uma lista de espera para serem notificados quando vagas ficarem disponíveis. Os clientes entram na lista de espera para uma data específica e as ofertas são feitas por data.\",\"Q7CWxp\":\"Quando um participante é cancelado\",\"IuUoyV\":\"Quando um participante faz check-in\",\"nBVOd7\":\"Quando um participante é atualizado\",\"t7cuMp\":\"Quando um evento é arquivado\",\"gtoSzE\":\"Quando um evento é atualizado\",\"ny2r8d\":\"Quando um pedido é cancelado\",\"c9RYbv\":\"Quando um pedido é marcado como pago\",\"ejMDw1\":\"Quando um pedido é reembolsado\",\"fVPt0F\":\"Quando um pedido é atualizado\",\"bcYlvb\":\"Quando fecha o check-in\",\"XIG669\":\"Quando abre o check-in\",\"de6HLN\":\"Quando os clientes comprarem ingressos, os pedidos aparecerão aqui.\",\"pm9tpn\":\"Quando ativado, os compradores podem copiar seu nome e e-mail para todos os participantes de uma vez. Desative para remover a opção \\\"Todos os participantes\\\"; os compradores ainda poderão copiar para o primeiro participante, e os demais deverão ser inseridos individualmente.\",\"403wpZ\":\"Quando ativado, novos eventos permitirão que os participantes gerenciem seus próprios detalhes de ingresso através de um link seguro. Isso pode ser substituído por evento.\",\"blXLKj\":\"Quando ativado, novos eventos exibirão uma caixa de seleção de opt-in de marketing durante o checkout. Isso pode ser substituído por evento.\",\"Kj0Txn\":\"Quando ativado, não serão cobradas taxas de aplicação nas transações Stripe Connect. Use isso para países onde as taxas de aplicação não são suportadas.\",\"xo06V3\":\"Para onde o botão leva\",\"uchB0M\":\"Pré-visualização do widget\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Escreva sua mensagem aqui...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"ano\",\"zkWmBh\":\"Anual\",\"+BGee5\":\"anos\",\"X/azM1\":\"Sim - Tenho um número de registro de IVA da UE válido\",\"Tz5oXG\":\"Sim, cancelar meu pedido\",\"QlSZU0\":[\"Você está personificando <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Você está emitindo um reembolso parcial. O cliente será reembolsado em \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"Você pode configurar taxas de serviço adicionais e impostos nas configurações da sua conta.\",\"rj3A7+\":\"Você pode personalizar isso para datas específicas depois.\",\"paWwQ0\":\"Você ainda pode oferecer ingressos manualmente, se necessário.\",\"jTDzpA\":\"Você não pode arquivar o último organizador ativo da sua conta.\",\"D8baxD\":\"Você tem ingressos pagos, mas o Stripe ainda não está conectado, então não é possível receber pagamentos.\",\"5VGIlq\":\"Você atingiu seu limite de mensagens.\",\"casL1O\":\"Você adicionou taxas e impostos a um produto gratuito. Deseja removê-los?\",\"5SgD0L\":\"Você tem alterações não salvas. Tem certeza de que quer descartá-las?\",\"9jJNZY\":\"Você deve reconhecer suas responsabilidades antes de salvar\",\"pCLes8\":\"Você deve concordar em receber mensagens\",\"FVTVBy\":\"Você precisa verificar seu e-mail antes de atualizar o status do organizador.\",\"ze4bi/\":\"Você precisa criar pelo menos uma data antes de adicionar participantes a este evento recorrente.\",\"w65ZgF\":\"Você precisa verificar o e-mail da sua conta antes de poder modificar modelos de e-mail.\",\"FRl8Jv\":\"Você precisa verificar o e-mail da sua conta antes de poder enviar mensagens.\",\"88cUW+\":\"Você recebe\",\"O6/3cu\":\"No próximo passo você poderá configurar datas, programações e regras de recorrência.\",\"zKAheG\":\"Você está alterando horários de sessões\",\"MNFIxz\":[\"Você vai participar de \",[\"0\"],\"!\"],\"ZlLcht\":[\"Você está entrando na lista de espera para \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Você está na lista de espera!\",\"/5HL6k\":\"Você recebeu uma oferta de vaga!\",\"gbjFFH\":\"Você alterou o horário da sessão\",\"YI0K8C\":[\"Sua conta foi desativada e será excluída permanentemente em <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Sua conta tem limites de mensagens. Para aumentar seus limites, entre em contato conosco em\",\"gsWZkk\":\"Sua conta agora está agendada para exclusão.\",\"x/xjzn\":\"Os seus afiliados foram exportados com sucesso.\",\"TF37u6\":\"Seus participantes foram exportados com sucesso.\",\"79lXGw\":\"Sua lista de check-in foi criada com sucesso. Compartilhe o link abaixo com sua equipe de check-in.\",\"BnlG9U\":\"Seu pedido atual será perdido.\",\"nBqgQb\":\"Seu e-mail\",\"GG1fRP\":\"Seu evento está no ar!\",\"ifRqmm\":\"A sua mensagem foi enviada com sucesso!\",\"0/+Nn9\":\"Suas mensagens aparecerão aqui\",\"/Rj5P4\":\"Seu nome\",\"PFjJxY\":\"Sua nova senha deve ter pelo menos 8 caracteres.\",\"gzrCuN\":\"Os detalhes do seu pedido foram atualizados. Um e-mail de confirmação foi enviado para o novo endereço de e-mail.\",\"naQW82\":\"Seu pedido foi cancelado.\",\"bhlHm/\":\"Seu pedido aguarda pagamento\",\"XeNum6\":\"Seus pedidos foram exportados com sucesso.\",\"Xd1R1a\":\"Endereço do seu organizador\",\"WWYHKD\":\"Seu pagamento está protegido com criptografia de nível bancário\",\"5b3QLi\":\"Seu plano\",\"N4Zkqc\":\"Seu filtro de datas salvo não está mais disponível — mostrando todas as datas.\",\"o0qzpM\":\"Sua conta Stripe não é afetada e nenhum dado é perdido — você pode reconectá-la a qualquer momento.\",\"FNO5uZ\":\"Seu ingresso continua válido — você não precisa fazer nada, a não ser que o novo horário não sirva para você. Responda a este e-mail se tiver dúvidas.\",\"CnZ3Ou\":\"Seus ingressos foram confirmados.\",\"EmFsMZ\":\"Seu número de IVA está na fila para validação\",\"QBlhh4\":\"Seu número de IVA será validado quando você salvar\",\"fT9VLt\":\"Sua oferta da lista de espera expirou e não foi possível concluir seu pedido. Por favor, entre novamente na lista de espera para ser notificado quando mais vagas ficarem disponíveis.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file diff --git a/frontend/src/locales/pt-br.po b/frontend/src/locales/pt-br.po index 6253031767..594a895091 100644 --- a/frontend/src/locales/pt-br.po +++ b/frontend/src/locales/pt-br.po @@ -33,7 +33,7 @@ msgstr "(vazio)" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:110 msgid "(none)" -msgstr "" +msgstr "(nenhum)" #: src/components/common/ReportTable/index.tsx:328 msgid "{0}" @@ -53,7 +53,7 @@ msgstr "{0} {1} já fez check-in" #: src/components/layouts/CheckIn/index.tsx:249 msgid "{0} <0>checked in" -msgstr "" +msgstr "{0} <0>com check-in" #: src/components/layouts/CheckIn/index.tsx:284 msgid "{0} <0>checked out successfully" @@ -83,7 +83,7 @@ msgstr "Logo {0}" #: src/components/modals/CreateAttendeeModal/index.tsx:272 msgid "{0} of {1} seats are taken." -msgstr "" +msgstr "{0} de {1} lugares estão ocupados." #: src/components/routes/events/Dashboard/index.tsx:141 msgid "{0} organizers" @@ -99,15 +99,15 @@ msgstr "{0} atualizado com sucesso" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:417 msgid "{activeCount} enabled" -msgstr "" +msgstr "{activeCount} ativados" #: src/components/common/CheckIn/CheckInInfoModal.tsx:101 msgid "{appName} logo" -msgstr "" +msgstr "Logotipo {appName}" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:296 msgid "{attendeeCount} attendees are registered for this session." -msgstr "" +msgstr "{attendeeCount} participantes estão inscritos nesta sessão." #: src/components/common/EventCard/index.tsx:133 msgid "{availableCount} of {totalCount} available" @@ -119,7 +119,7 @@ msgstr "{capacity} vagas restantes" #: src/components/common/CheckIn/CheckInInfoModal.tsx:55 msgid "{checkedIn} / {total} checked in" -msgstr "" +msgstr "{checkedIn} / {total} com check-in" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:378 msgid "{chipTime}, Sold Out" @@ -131,12 +131,12 @@ msgstr "{chipTime}, Esgotado, lista de espera disponível" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:210 msgid "{completedCount} of {totalCount} steps complete" -msgstr "" +msgstr "{completedCount} de {totalCount} passos concluídos" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "{count} add-ons" -msgstr "" +msgstr "{count} complementos" #: src/components/common/Countdown/index.tsx:68 msgid "{days} days, {hours} hours, {minutes} minutes, and {seconds} seconds" @@ -144,15 +144,15 @@ msgstr "{days} dias, {hours} horas, {minutes} minutos e {seconds} segundos" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:29 msgid "{diffHr}h ago" -msgstr "" +msgstr "{diffHr} h atrás" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:27 msgid "{diffMin}m ago" -msgstr "" +msgstr "{diffMin} min atrás" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:25 msgid "{diffSec}s ago" -msgstr "" +msgstr "{diffSec} s atrás" #: src/components/common/OrganizerWebhookTable/index.tsx:79 #: src/components/common/WebhookTable/index.tsx:79 @@ -161,7 +161,7 @@ msgstr "{eventCount} eventos" #: src/components/forms/ProductForm/ledgerSummaries.ts:103 msgid "{first} + {additionalCount} more" -msgstr "" +msgstr "{first} + mais {additionalCount}" #: src/components/common/Countdown/index.tsx:70 msgid "{hours} hours, {minutes} minutes, and {seconds} seconds" @@ -169,11 +169,11 @@ msgstr "{hours} horas, {minutes} minutos e {seconds} segundos" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:262 msgid "{loadedAffectedAttendees} attendees are registered across the affected sessions." -msgstr "" +msgstr "{loadedAffectedAttendees} participantes estão inscritos nas sessões afetadas." #: src/components/forms/ProductForm/ledgerSummaries.ts:112 msgid "{min}–{max} per order" -msgstr "" +msgstr "{min}–{max} por pedido" #: src/components/common/Countdown/index.tsx:72 msgid "{minutes} minutes and {seconds} seconds" @@ -185,12 +185,12 @@ msgstr "Primeiro evento de {organizerName}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:95 msgid "{productCount} ticket types configured" -msgstr "" +msgstr "{productCount} tipos de ingresso configurados" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "{slotCount} times available" -msgstr "" +msgstr "{slotCount} horários disponíveis" #: src/components/common/EventCard/index.tsx:129 msgid "{totalCount} ticket types" @@ -266,15 +266,15 @@ msgstr "1 webhook ativo" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "1 add-on" -msgstr "" +msgstr "1 complemento" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:261 msgid "1 attendee is registered across the affected sessions." -msgstr "" +msgstr "1 participante está inscrito nas sessões afetadas." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:295 msgid "1 attendee is registered for this session." -msgstr "" +msgstr "1 participante está inscrito nesta sessão." #: src/components/modals/SendMessageModal/index.tsx:128 msgid "1 day after end date" @@ -302,12 +302,12 @@ msgstr "1 tipo de ingresso" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:94 msgid "1 ticket type configured" -msgstr "" +msgstr "1 tipo de ingresso configurado" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "1 time available" -msgstr "" +msgstr "1 horário disponível" #: src/components/modals/SendMessageModal/index.tsx:119 msgid "1 week before event" @@ -320,7 +320,7 @@ msgstr "Rua Exemplo 123" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:250 msgid "135+ currencies & 40+ payment methods" -msgstr "" +msgstr "Mais de 135 moedas e mais de 40 formas de pagamento" #: src/components/common/WidgetEditor/index.tsx:230 msgid "20" @@ -336,7 +336,7 @@ msgstr "Um aviso de cancelamento foi enviado para" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:299 msgid "a change in duration" -msgstr "" +msgstr "uma alteração de duração" #: src/components/forms/QuestionForm/index.tsx:138 msgid "A date input. Perfect for asking for a date of birth etc." @@ -356,7 +356,7 @@ msgstr "Uma taxa, como uma taxa de reserva ou uma taxa de serviço" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:199 msgid "A few quick steps and you're ready to start selling." -msgstr "" +msgstr "Faltam poucos passos para você começar a vender." #: src/components/forms/TaxAndFeeForm/index.tsx:35 msgid "A fixed amount per product. E.g, $0.50 per product" @@ -388,7 +388,7 @@ msgstr "Uma opção de rádio tem várias opções, mas somente uma pode ser sel #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:298 msgid "a shift in start/end times" -msgstr "" +msgstr "um deslocamento dos horários de início/término" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:69 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:69 @@ -466,7 +466,7 @@ msgstr "Aceitar convite" #: src/components/forms/ProductForm/index.tsx:596 msgid "Access" -msgstr "" +msgstr "Acesso" #: src/components/common/AdminOrdersTable/index.tsx:70 #: src/components/routes/account/ManageAccount/index.tsx:22 @@ -481,11 +481,11 @@ msgstr "Conta" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:354 msgid "Account · {0}" -msgstr "" +msgstr "Conta · {0}" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:353 msgid "Account · {0} · {1}" -msgstr "" +msgstr "Conta · {0} · {1}" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:69 msgid "Account deletion has been cancelled." @@ -581,11 +581,11 @@ msgstr "Eventos ativos" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:415 msgid "Active payment methods" -msgstr "" +msgstr "Formas de pagamento ativas" #: src/components/routes/event/OccurrencesTab/index.tsx:402 msgid "Activity" -msgstr "" +msgstr "Atividade" #: src/components/routes/product-widget/SelectProducts/index.tsx:825 msgid "Add {0} first" @@ -593,27 +593,27 @@ msgstr "Adicione {0} primeiro" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:147 msgid "Add a cover image and theme to match your brand" -msgstr "" +msgstr "Adicione uma imagem de capa e um tema alinhados à sua marca" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:142 msgid "Add a date" -msgstr "" +msgstr "Adicionar uma data" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:137 msgid "Add a description and venue so attendees know what to expect" -msgstr "" +msgstr "Adicione uma descrição e um local para que os participantes saibam o que esperar" #: src/components/forms/CheckInListForm/index.tsx:144 msgid "Add a description for this check-in list" msgstr "Adicione uma descrição para esta lista de registro" -#: src/components/routes/event/OccurrencesTab/index.tsx:541 +#: src/components/routes/event/OccurrencesTab/index.tsx:556 msgid "Add a Single Date" -msgstr "" +msgstr "Adicionar uma única data" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:992 msgid "Add another time" -msgstr "" +msgstr "Adicionar outro horário" #: src/components/modals/ManageAttendeeModal/index.tsx:226 msgid "Add any notes about the attendee. These will not be visible to the attendee." @@ -633,11 +633,11 @@ msgstr "Adicione quaisquer notas sobre o pedido..." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:533 msgid "Add at least one time" -msgstr "" +msgstr "Adicione pelo menos um horário" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:150 msgid "Add connection details for the online event." -msgstr "" +msgstr "Adicione os dados de acesso do evento online." #: src/components/common/QuestionsTable/index.tsx:434 msgid "Add custom questions to collect additional information during checkout" @@ -645,19 +645,19 @@ msgstr "Adicione perguntas personalizadas para coletar informações adicionais #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Add Date" -msgstr "" +msgstr "Adicionar data" #: src/components/modals/PublishEventModal/index.tsx:105 msgid "Add dates" msgstr "Adicionar datas" -#: src/components/routes/event/OccurrencesTab/index.tsx:526 +#: src/components/routes/event/OccurrencesTab/index.tsx:541 msgid "Add Dates" -msgstr "" +msgstr "Adicionar datas" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:104 msgid "Add dates and times for your recurring event" -msgstr "" +msgstr "Adicione datas e horários para o seu evento recorrente" #: src/components/forms/QuestionForm/index.tsx:202 msgid "Add description" @@ -665,11 +665,11 @@ msgstr "Adicionar descrição" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:140 msgid "Add details" -msgstr "" +msgstr "Adicionar detalhes" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:136 msgid "Add event details" -msgstr "" +msgstr "Adicionar detalhes do evento" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:154 msgid "Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)" @@ -684,7 +684,7 @@ msgstr "Adicionar localização" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1047 msgid "Add multiple times if you run several sessions per day." -msgstr "" +msgstr "Adicione vários horários se você realiza várias sessões por dia." #: src/components/common/HeadingCard/index.tsx:28 msgid "Add New" @@ -713,7 +713,7 @@ msgstr "Adicionar imposto ou taxa" #: src/components/modals/CreateAttendeeModal/index.tsx:276 msgid "Add this attendee anyway (override capacity)" -msgstr "" +msgstr "Adicionar este participante mesmo assim (ignorar a capacidade)" #: src/components/common/AddToCalendarCTA/index.tsx:21 msgid "Add this event to your calendar" @@ -753,16 +753,16 @@ msgstr "Adicione seus perfis de redes sociais e o URL do site. Eles serão exibi #: src/components/common/ProductsTable/SortableProduct/index.tsx:344 #: src/components/forms/ProductForm/ledgerSummaries.ts:128 msgid "Add-on only" -msgstr "" +msgstr "Somente como complemento" #: src/components/forms/ProductForm/index.tsx:552 msgid "Add-on products" -msgstr "" +msgstr "Produtos complementares" #: src/components/forms/ProductForm/index.tsx:533 #: src/components/routes/product-widget/SelectProducts/index.tsx:822 msgid "Add-ons" -msgstr "" +msgstr "Complementos" #: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:78 msgid "Added at checkout" @@ -833,7 +833,7 @@ msgstr "Os usuários administradores têm acesso total a eventos e configuraçõ #: src/components/forms/ProductForm/index.tsx:207 msgid "Admits attendees to your event" -msgstr "" +msgstr "Dá acesso ao seu evento aos participantes" #: src/components/common/AffiliateTable/index.tsx:82 msgid "Affiliate" @@ -853,7 +853,7 @@ msgstr "Afiliado eliminado com sucesso" #: src/components/layouts/AuthLayout/index.tsx:22 msgid "Affiliate program" -msgstr "" +msgstr "Programa de afiliados" #: src/components/forms/AffiliateForm/index.tsx:23 msgid "Affiliate sales will be tracked" @@ -883,11 +883,11 @@ msgstr "Os afiliados ajudam-no a rastrear vendas geradas por parceiros e influen #: src/components/routes/welcome/index.tsx:418 msgid "After your event is created, you can choose how often it repeats from the dashboard." -msgstr "" +msgstr "Depois que o evento for criado, você pode escolher no painel com que frequência ele se repete." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "all" -msgstr "" +msgstr "todas" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:133 #: src/components/routes/admin/DeletionRequests/index.tsx:88 @@ -906,7 +906,7 @@ msgstr "Todos os participantes" #: src/components/modals/SendMessageModal/index.tsx:378 msgid "All attendees of the selected sessions" -msgstr "" +msgstr "Todos os participantes das sessões selecionadas" #: src/components/modals/SendMessageModal/index.tsx:381 msgid "All attendees of this event" @@ -914,7 +914,7 @@ msgstr "Todos os participantes deste evento" #: src/components/modals/SendMessageModal/index.tsx:380 msgid "All attendees of this occurrence" -msgstr "" +msgstr "Todos os participantes desta data" #: src/components/common/OrganizerReportTable/index.tsx:291 msgid "All Currencies" @@ -923,14 +923,14 @@ msgstr "Todas as moedas" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:48 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:101 msgid "All dates" -msgstr "" +msgstr "Todas as datas" #: src/components/common/CheckInListTable/index.tsx:106 #: src/components/routes/event/attendees.tsx:235 #: src/components/routes/event/orders.tsx:182 #: src/components/routes/event/SoldOutWaitlist/index.tsx:104 msgid "All Dates" -msgstr "" +msgstr "Todas as datas" #: src/components/routes/events/Dashboard/index.tsx:75 msgid "All Ended Events" @@ -948,18 +948,18 @@ msgstr "Todos os trabalhos com falha excluídos" msgid "All jobs queued for retry" msgstr "Todos os trabalhos na fila para nova tentativa" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:346 msgid "All matching dates" -msgstr "" +msgstr "Todas as datas correspondentes" #: src/components/forms/CheckInListForm/index.tsx:132 #: src/components/modals/SendMessageModal/index.tsx:359 msgid "All occurrences" -msgstr "" +msgstr "Todas as datas" #: src/components/common/ReportTable/index.tsx:279 msgid "All Occurrences" -msgstr "" +msgstr "Todas as datas" #: src/components/common/PromoCodeTable/index.tsx:139 msgid "All Products" @@ -1018,7 +1018,7 @@ msgstr "Já tem uma conta? <0>{0}" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:135 msgid "Already in" -msgstr "" +msgstr "Já incluído" #: src/components/modals/RefundOrderModal/index.tsx:86 msgid "Already Refunded" @@ -1026,7 +1026,7 @@ msgstr "Já reembolsado" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:193 msgid "Already use Stripe on another organizer? Reuse that connection." -msgstr "" +msgstr "Já usa o Stripe em outro organizador? Reutilize essa conexão." #: src/components/modals/RefundOrderModal/index.tsx:132 msgid "Also cancel this order" @@ -1042,7 +1042,7 @@ msgstr "Sempre disponível" #: src/components/forms/ProductForm/ledgerSummaries.ts:53 msgid "Always on sale" -msgstr "" +msgstr "Sempre à venda" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:77 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:77 @@ -1130,15 +1130,15 @@ msgstr "Resposta atualizada com sucesso." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:246 msgid "Answers" -msgstr "" +msgstr "Respostas" #: src/components/forms/CheckInListForm/index.tsx:207 msgid "Answers provided at checkout (e.g. meal choice)" -msgstr "" +msgstr "Respostas fornecidas na finalização da compra (ex.: escolha da refeição)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1148 msgid "Any dates you've manually customized will be kept." -msgstr "" +msgstr "As datas que você personalizou manualmente serão mantidas." #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:62 msgid "Any queries from product holders will be sent to this email address. This will also be used as the \"reply-to\" address for all emails sent from this event" @@ -1160,9 +1160,9 @@ msgstr "aplicado — {0} de desconto no seu pedido" msgid "Applies to {0} products" msgstr "Aplica-se a {0} produtos" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:365 msgid "Applies to {0}, non-cancelled dates currently loaded on this page." -msgstr "" +msgstr "Vale para as {0} datas não canceladas carregadas nesta página." #: src/components/common/CapacityAssignmentList/index.tsx:95 msgid "Applies to 1 product" @@ -1170,32 +1170,32 @@ msgstr "Aplica-se a 1 produto" #: src/components/forms/CheckInListForm/index.tsx:175 msgid "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." -msgstr "" +msgstr "Vale para qualquer pessoa que abrir o link de check-in compartilhado sem estar logada. Os membros da equipe logados sempre veem tudo." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:363 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 msgid "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." -msgstr "" +msgstr "Vale para todas as datas {0} e não canceladas deste evento — incluindo datas que não estão carregadas no momento." #: src/components/common/FilterModal/index.tsx:284 #: src/components/routes/product-widget/SelectProducts/index.tsx:945 msgid "Apply" msgstr "Aplicar" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:509 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:511 msgid "Apply Changes" -msgstr "" +msgstr "Aplicar alterações" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" msgstr "Aplicar este {type} a todos os novos produtos" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:338 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:339 msgid "Apply to" -msgstr "" +msgstr "Aplicar a" #: src/components/forms/CheckInListForm/index.tsx:105 msgid "Apply to all tickets" -msgstr "" +msgstr "Aplicar a todos os ingressos" #: src/components/routes/admin/Messages/index.tsx:232 msgid "Approve Message" @@ -1203,7 +1203,7 @@ msgstr "Aprovar mensagem" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:68 msgid "April" -msgstr "" +msgstr "Abril" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:63 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:69 @@ -1259,7 +1259,7 @@ msgstr "Tem certeza que deseja arquivar este organizador? Isso também arquivar #: src/components/routes/event/OccurrencesTab/index.tsx:215 msgid "Are you sure you want to cancel {count} date(s)? Affected attendees will be notified by email." -msgstr "" +msgstr "Tem certeza de que quer cancelar {count} data(s)? Os participantes afetados serão avisados por e-mail." #: src/hooks/useAttendeeActions.tsx:44 msgid "Are you sure you want to cancel this attendee? This will void their ticket" @@ -1269,7 +1269,7 @@ msgstr "Tem certeza de que deseja cancelar esse participante? Isso anulará seu #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:36 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:326 msgid "Are you sure you want to cancel this date? Affected attendees will be notified by email." -msgstr "" +msgstr "Tem certeza de que quer cancelar esta data? Os participantes afetados serão avisados por e-mail." #: src/components/routes/event/messages.tsx:33 msgid "Are you sure you want to cancel this scheduled message?" @@ -1295,11 +1295,11 @@ msgstr "Tem certeza de que deseja excluir esta configuração? Isso pode afetar #: src/components/routes/event/OccurrenceDetail/index.tsx:84 #: src/components/routes/event/OccurrencesTab/index.tsx:184 msgid "Are you sure you want to delete this date? This action cannot be undone." -msgstr "" +msgstr "Tem certeza de que quer excluir esta data? Esta ação não pode ser desfeita." #: src/components/common/ImageUploadDropzone/index.tsx:114 msgid "Are you sure you want to delete this image?" -msgstr "" +msgstr "Tem certeza de que quer excluir esta imagem?" #: src/components/common/PromoCodeTable/index.tsx:37 msgid "Are you sure you want to delete this promo code?" @@ -1307,7 +1307,7 @@ msgstr "Tem certeza de que deseja excluir esse código promocional?" #: src/components/common/TaxAndFeeList/index.tsx:33 msgid "Are you sure you want to delete this tax or fee? It will no longer be applied to new orders." -msgstr "" +msgstr "Tem certeza de que quer excluir este imposto ou taxa? Ele deixará de ser aplicado aos novos pedidos." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:111 msgid "Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template." @@ -1344,7 +1344,7 @@ msgstr "Tem certeza de que deseja oferecer uma vaga a esta pessoa? Ela receberá #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:360 msgid "Are you sure you want to permanently delete this date? This cannot be undone." -msgstr "" +msgstr "Tem certeza de que quer excluir esta data permanentemente? Isso não pode ser desfeito." #: src/components/common/StatusToggle/index.tsx:38 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." @@ -1380,7 +1380,7 @@ msgstr "Tem certeza que deseja restaurar este organizador?" #: src/components/routes/account/ManageAccount/sections/Users/index.tsx:50 msgid "Are you sure you want to revoke this invitation?" -msgstr "" +msgstr "Tem certeza de que quer revogar este convite?" #: src/components/common/StatusToggle/index.tsx:41 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." @@ -1425,11 +1425,11 @@ msgstr "Perguntar uma vez por produto" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:119 msgid "Assign a different plan" -msgstr "" +msgstr "Atribuir outro plano" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:130 msgid "Assign plan" -msgstr "" +msgstr "Atribuir plano" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:165 msgid "Assigned Tier" @@ -1443,7 +1443,7 @@ msgstr "Pelo menos um tipo de evento deve ser selecionado" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:64 #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:117 msgid "At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead." -msgstr "" +msgstr "Pelo menos um produto precisa continuar disponível para esta data. Para deixar a data inacessível, cancele-a na programação." #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:96 msgid "Attempts" @@ -1455,7 +1455,7 @@ msgstr "Presença e taxas de check-in em todos os eventos" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendee" -msgstr "" +msgstr "participante" #: src/components/common/AttendeeTicket/index.tsx:101 #: src/components/common/QuestionsTable/index.tsx:462 @@ -1497,7 +1497,7 @@ msgstr "Participante não encontrado" #: src/components/forms/CheckInListForm/index.tsx:188 msgid "Attendee notes" -msgstr "" +msgstr "Notas sobre o participante" #: src/components/routes/event/attendees.tsx:81 msgid "Attendee Status" @@ -1523,7 +1523,7 @@ msgstr "O ingresso do participante não está incluído nesta lista" #: src/components/routes/event/attendees.tsx:250 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendees" -msgstr "" +msgstr "participantes" #: src/components/common/EventCard/index.tsx:251 #: src/components/common/EventCard/index.tsx:366 @@ -1545,7 +1545,7 @@ msgstr "Participantes" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:72 msgid "attendees checked in" -msgstr "" +msgstr "participantes com check-in" #: src/components/routes/event/attendees.tsx:163 msgid "Attendees Exported" @@ -1587,7 +1587,7 @@ msgstr "Público" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:72 msgid "August" -msgstr "" +msgstr "Agosto" #: src/components/common/WidgetEditor/index.tsx:236 msgid "Auto Resize" @@ -1623,7 +1623,7 @@ msgstr "Disponível assim que o pagamento for concluído" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:265 msgid "Available times on {dayName}" -msgstr "" +msgstr "Horários disponíveis em {dayName}" #: src/components/modals/RefundOrderModal/index.tsx:93 msgid "Available to Refund" @@ -1635,7 +1635,7 @@ msgstr "Tokens Disponíveis" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:161 msgid "Awaiting" -msgstr "" +msgstr "Pendente" #: src/components/common/OrderStatusBadge/index.tsx:11 #: src/components/modals/SendMessageModal/index.tsx:425 @@ -1649,7 +1649,7 @@ msgstr "Aguardando pagamento offline" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:120 msgid "Awaiting pay" -msgstr "" +msgstr "Pagamento pendente" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:117 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:225 @@ -1719,7 +1719,7 @@ msgstr "Tipo de plano de fundo" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:128 msgid "Bank account connected" -msgstr "" +msgstr "Conta bancária conectada" #: src/components/routes/admin/Announcements/index.tsx:178 #: src/components/routes/admin/Announcements/index.tsx:374 @@ -1736,12 +1736,12 @@ msgstr "Preço base" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:207 msgid "Base Price" -msgstr "" +msgstr "Preço base" #: src/components/forms/ProductForm/index.tsx:433 #: src/components/forms/ProductForm/index.tsx:436 msgid "Based on the global sale period above, not per date" -msgstr "" +msgstr "Com base no período de venda global acima, não por data" #: src/components/routes/organizer/Settings/index.tsx:31 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:63 @@ -1779,19 +1779,19 @@ msgstr "Português brasileiro" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:253 msgid "Built-in fraud protection" -msgstr "" +msgstr "Proteção antifraude integrada" -#: src/components/routes/event/OccurrencesTab/index.tsx:517 +#: src/components/routes/event/OccurrencesTab/index.tsx:532 msgid "Bulk Edit" -msgstr "" +msgstr "Edição em massa" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:308 msgid "Bulk Edit Dates" -msgstr "" +msgstr "Edição de datas em massa" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:233 msgid "Bulk update failed." -msgstr "" +msgstr "Falha na atualização em massa." #: src/constants/eventCategories.ts:26 msgid "Business" @@ -1799,11 +1799,11 @@ msgstr "Negócios" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:190 msgid "Business address" -msgstr "" +msgstr "Endereço da empresa" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:185 msgid "Business name" -msgstr "" +msgstr "Nome da empresa" #: src/components/routes/admin/Announcements/index.tsx:455 msgid "Button label" @@ -1827,7 +1827,7 @@ msgstr "O comprador paga" #: src/components/forms/ProductForm/index.tsx:562 msgid "Buyers can add these to their order when they select this product at checkout." -msgstr "" +msgstr "Os compradores podem adicioná-los ao pedido ao selecionar este produto na finalização da compra." #: src/components/common/PlatformFeesSettings/index.tsx:235 msgid "Buyers see a clean price. The platform fee is deducted from your payout." @@ -1848,7 +1848,7 @@ msgstr "Ao se registrar, você concorda com nossos <0>Termos de Serviço e < #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:123 msgid "By ticket type" -msgstr "" +msgstr "Por tipo de ingresso" #: src/components/routes/admin/Configurations/index.tsx:259 msgid "Bypass Application Fees" @@ -1860,7 +1860,7 @@ msgstr "Tipo de cálculo" #: src/components/routes/event/OccurrencesTab/index.tsx:473 msgid "Calendar" -msgstr "" +msgstr "Calendário" #: src/components/common/EmailTemplateEditor/CTAConfiguration.tsx:20 msgid "Call-to-Action Button" @@ -1869,11 +1869,11 @@ msgstr "Botão de Chamada para Ação" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:153 #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:90 msgid "Camera" -msgstr "" +msgstr "Câmera" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:110 msgid "Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings." -msgstr "" +msgstr "A permissão de câmera foi negada. <0>Solicite a permissão de novo ou libere o acesso à câmera para esta página nas configurações do navegador." #: src/components/routes/admin/Attribution/index.tsx:107 msgid "Campaign" @@ -1881,7 +1881,7 @@ msgstr "Campanha" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:79 msgid "Can't check in" -msgstr "" +msgstr "Não é possível fazer check-in" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:57 #: src/components/common/ContactOrganizerModal/index.tsx:104 @@ -1897,7 +1897,7 @@ msgstr "" #: src/components/modals/PublishEventModal/index.tsx:208 #: src/components/routes/admin/DeletionRequests/index.tsx:178 #: src/components/routes/event/messages.tsx:80 -#: src/components/routes/event/OccurrencesTab/index.tsx:499 +#: src/components/routes/event/OccurrencesTab/index.tsx:504 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:272 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:306 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:61 @@ -1914,7 +1914,7 @@ msgstr "Cancelar" #: src/components/routes/event/OccurrencesTab/index.tsx:211 #: src/components/routes/event/OccurrencesTab/index.tsx:223 msgid "Cancel {count} date(s)" -msgstr "" +msgstr "Cancelar {count} data(s)" #: src/components/modals/RefundOrderModal/index.tsx:133 msgid "Cancel all products and release them back to the pool" @@ -1928,7 +1928,7 @@ msgstr "Cancelar todos os produtos e devolvê-los ao pool disponível" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:568 msgid "Cancel Date" -msgstr "" +msgstr "Cancelar data" #: src/components/common/PendingDeletionBanner/index.tsx:37 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:104 @@ -1985,7 +1985,7 @@ msgstr "Cancelado" #: src/components/routes/event/OccurrencesTab/index.tsx:237 msgid "Cancelling {0} date(s). This may take a moment to complete." -msgstr "" +msgstr "Cancelando {0} data(s). Isso pode levar alguns instantes." #: src/components/routes/admin/Configurations/index.tsx:36 msgid "Cannot delete the system default configuration" @@ -2011,7 +2011,7 @@ msgstr "Atribuições de capacidade" #: src/components/layouts/AuthLayout/index.tsx:28 msgid "Capacity management" -msgstr "" +msgstr "Gestão da capacidade" #: src/components/layouts/Event/index.tsx:137 msgid "Capacity Management" @@ -2019,15 +2019,15 @@ msgstr "Gestão de capacidade" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:111 msgid "Capacity must be 0 or greater" -msgstr "" +msgstr "A capacidade precisa ser 0 ou maior" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:300 msgid "capacity updates" -msgstr "" +msgstr "atualizações de capacidade" #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:66 msgid "Capacity Used" -msgstr "" +msgstr "Capacidade utilizada" #: src/components/modals/CreateProductCategoryModal/index.tsx:52 msgid "Categories allow you to group products together. For example, you might have a category for \"Tickets\" and another for \"Merchandise\"." @@ -2052,7 +2052,7 @@ msgstr "Categoria Criada com Sucesso" #: src/components/common/ProductsTable/SortableCategory/index.tsx:48 msgid "Category deleted successfully" -msgstr "" +msgstr "Categoria excluída com sucesso" #: src/components/common/LocationPicker/index.tsx:201 msgid "Change" @@ -2060,7 +2060,7 @@ msgstr "Alterar" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Change duration" -msgstr "" +msgstr "Alterar duração" #: src/components/routes/profile/ManageProfile/index.tsx:239 msgid "Change password" @@ -2068,11 +2068,11 @@ msgstr "Alterar senha" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Change the attendee limit" -msgstr "" +msgstr "Alterar o limite de participantes" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:365 msgid "Change time" -msgstr "" +msgstr "Alterar horário" #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Change waitlist settings" @@ -2080,11 +2080,11 @@ msgstr "Alterar configurações da lista de espera" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:212 msgid "Changed duration for {count} date(s)" -msgstr "" +msgstr "Duração alterada em {count} data(s)" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:399 msgid "Charges" -msgstr "" +msgstr "Cobranças" #: src/constants/eventCategories.ts:24 msgid "Charity" @@ -2093,7 +2093,7 @@ msgstr "Caridade" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:82 msgid "Check in" -msgstr "" +msgstr "Fazer check-in" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:28 msgid "Check in {0} {1}" @@ -2110,12 +2110,12 @@ msgstr "Apenas fazer check-in" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:81 msgid "Check out" -msgstr "" +msgstr "Desfazer check-in" #: src/components/layouts/EventHomepage/index.tsx:337 #: src/components/layouts/EventHomepage/index.tsx:338 msgid "Check out this event: {0}" -msgstr "" +msgstr "Confira este evento: {0}" #: src/components/layouts/Checkout/index.tsx:338 msgid "Check out this event!" @@ -2133,12 +2133,12 @@ msgstr "Verifique sua caixa de entrada! Se houver ingressos associados a este e- #: src/components/layouts/CheckIn/index.tsx:549 msgid "Check-in" -msgstr "" +msgstr "Check-in" #: src/components/modals/ManageAttendeeModal/index.tsx:137 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:58 msgid "Check-In" -msgstr "" +msgstr "Check-in" #: src/components/forms/WebhookForm/index.tsx:121 msgid "Check-in Created" @@ -2150,15 +2150,15 @@ msgstr "Check-in excluído" #: src/components/layouts/CheckIn/index.tsx:215 msgid "Check-in for {0} was undone" -msgstr "" +msgstr "O check-in de {0} foi desfeito" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:223 msgid "Check-in history" -msgstr "" +msgstr "Histórico de check-in" #: src/components/common/CheckInListTable/index.tsx:59 msgid "Check-In List" -msgstr "" +msgstr "Lista de check-in" #: src/components/modals/CheckInListSuccessModal/index.tsx:20 msgid "Check-In List Created" @@ -2175,7 +2175,7 @@ msgstr "A lista de registro expirou" #: src/components/layouts/CheckIn/index.tsx:583 msgid "Check-in list info" -msgstr "" +msgstr "Informações da lista de check-in" #: src/components/layouts/CheckIn/index.tsx:520 msgid "Check-in list is not active" @@ -2187,7 +2187,7 @@ msgstr "Lista de check-in não encontrada" #: src/components/routes/event/CheckInLists/index.tsx:60 msgid "check-in lists" -msgstr "" +msgstr "listas de check-in" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:51 msgid "Check-in Lists" @@ -2201,11 +2201,11 @@ msgstr "Listas de Registro" #: src/components/layouts/CheckIn/BottomNav.tsx:21 msgid "Check-in navigation" -msgstr "" +msgstr "Navegação do check-in" #: src/components/layouts/CheckIn/index.tsx:567 msgid "Check-in progress" -msgstr "" +msgstr "Progresso do check-in" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:45 msgid "Check-in Rate" @@ -2245,7 +2245,7 @@ msgstr "Caixas de seleção" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:151 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:89 msgid "Checked in" -msgstr "" +msgstr "Com check-in" #: src/components/common/AttendeeTable/index.tsx:299 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -2277,11 +2277,11 @@ msgstr "Escolha uma cor para seu plano de fundo" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:123 msgid "Choose a configuration" -msgstr "" +msgstr "Escolha uma configuração" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:335 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:336 msgid "Choose a different action" -msgstr "" +msgstr "Escolha outra ação" #: src/components/common/ThemeFontControl/index.tsx:66 msgid "Choose a typeface that matches your brand. Fonts are self-hosted via Bunny Fonts." @@ -2293,7 +2293,7 @@ msgstr "Escolha uma conta" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:202 msgid "Choose an organizer" -msgstr "" +msgstr "Escolha um organizador" #: src/components/routes/events/Dashboard/index.tsx:232 msgid "Choose an Organizer" @@ -2301,7 +2301,7 @@ msgstr "Escolha um organizador" #: src/components/routes/product-widget/SelectProducts/index.tsx:968 msgid "Choose another date" -msgstr "" +msgstr "Escolha outra data" #: src/components/common/CalendarOptionsPopover/index.tsx:22 msgid "Choose calendar" @@ -2328,29 +2328,29 @@ msgid "City" msgstr "Cidade" #: src/components/common/OccurrenceSelect/index.tsx:133 -#: src/components/routes/event/OccurrencesTab/index.tsx:505 +#: src/components/routes/event/OccurrencesTab/index.tsx:519 msgid "Clear" -msgstr "" +msgstr "Limpar" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:475 msgid "Clear location — fall back to the event default" -msgstr "" +msgstr "Limpar o local — voltar ao padrão do evento" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:100 msgid "Clear search" -msgstr "" +msgstr "Limpar busca" #: src/components/common/SearchBar/index.tsx:62 msgid "Clear Search Text" msgstr "Limpar texto de pesquisa" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:497 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:498 msgid "Clearing removes any per-date override. Affected dates will fall back to the event's default location." -msgstr "" +msgstr "Ao limpar, qualquer personalização por data é removida. As datas afetadas voltam ao local padrão do evento." #: src/components/routes/event/OccurrencesTab/index.tsx:333 msgid "Click to cancel" -msgstr "" +msgstr "Clique para cancelar" #: src/components/common/PromoCodeTable/index.tsx:106 msgid "Click to copy" @@ -2358,7 +2358,7 @@ msgstr "Clique para copiar" #: src/components/routes/event/OccurrencesTab/index.tsx:335 msgid "Click to reopen for new sales" -msgstr "" +msgstr "Clique para reabrir as vendas" #: src/components/common/AttendeeTable/index.tsx:173 msgid "Click to view notes" @@ -2478,7 +2478,7 @@ msgstr "Preferências de comunicação" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:82 msgid "complete" -msgstr "" +msgstr "concluído" #: src/components/routes/product-widget/CollectInformation/index.tsx:749 msgid "Complete Order" @@ -2491,7 +2491,7 @@ msgstr "Pagamento completo" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:293 msgid "Complete Stripe setup" -msgstr "" +msgstr "Concluir a configuração do Stripe" #: src/components/routes/product-widget/CollectInformation/index.tsx:442 msgid "Complete your order to secure your tickets. This offer is time-limited, so don't wait too long." @@ -2539,11 +2539,11 @@ msgstr "Centro de conferências" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:100 msgid "Configuration" -msgstr "" +msgstr "Configuração" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:52 msgid "Configuration assigned" -msgstr "" +msgstr "Configuração atribuída" #: src/components/routes/admin/Configurations/index.tsx:196 msgid "Configuration created successfully" @@ -2580,7 +2580,7 @@ msgstr "Configurar impostos e taxas" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:181 msgid "Configure which products are available for this occurrence and optionally adjust pricing." -msgstr "" +msgstr "Defina quais produtos ficam disponíveis para esta data e, se quiser, ajuste os preços." #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" @@ -2643,7 +2643,7 @@ msgstr "Parabéns! Seu evento agora está visível para o público." #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:71 msgid "Connect bank" -msgstr "" +msgstr "Conectar banco" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:370 #: src/components/modals/PublishEventModal/index.tsx:79 @@ -2665,7 +2665,7 @@ msgstr "Conecte o Stripe para habilitar mensagens" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:464 msgid "Connect Stripe to receive ticket payments directly to your bank account." -msgstr "" +msgstr "Conecte o Stripe para receber os pagamentos dos ingressos direto na sua conta bancária." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:263 msgid "Connect with Stripe" @@ -2673,13 +2673,13 @@ msgstr "Conecte-se com o Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:127 msgid "Connect your bank to receive ticket sales straight to your account" -msgstr "" +msgstr "Conecte seu banco para receber as vendas de ingressos direto na sua conta" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:298 msgid "Connected the wrong Stripe account? Disconnect and start over." msgstr "Conectou a conta Stripe errada? Desconecte e comece de novo." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:489 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:492 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:164 msgid "Connection Details" @@ -2687,7 +2687,7 @@ msgstr "Detalhes da conexão" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:117 msgid "Connection details are required for online dates" -msgstr "" +msgstr "Os dados de acesso são obrigatórios para datas online" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:41 msgid "Connection details are required for online events" @@ -2760,11 +2760,11 @@ msgstr "Controle como as taxas da plataforma são tratadas para este evento" #: src/components/forms/CheckInListForm/index.tsx:83 msgid "Control who gets in for this date" -msgstr "" +msgstr "Controle quem entra nesta data" #: src/components/forms/CheckInListForm/index.tsx:84 msgid "Control who gets in, and when" -msgstr "" +msgstr "Controle quem entra e quando" #: src/components/common/AttendeeTicket/index.tsx:188 #: src/components/common/CopyButton/index.tsx:13 @@ -2805,7 +2805,7 @@ msgstr "Cópia" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:364 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:373 msgid "Copy account ID" -msgstr "" +msgstr "Copiar ID da conta" #: src/components/common/AffiliateTable/index.tsx:183 msgid "Copy Affiliate Link" @@ -2865,7 +2865,7 @@ msgstr "Não foi possível excluir a localização" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:244 msgid "Could not prepare the bulk update." -msgstr "" +msgstr "Não foi possível preparar a atualização em massa." #: src/components/common/AddressAutocomplete/index.tsx:61 #: src/components/common/LocationPicker/index.tsx:153 @@ -2874,11 +2874,11 @@ msgstr "Não foi possível obter os detalhes do endereço" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:275 msgid "Could not save date" -msgstr "" +msgstr "Não foi possível salvar a data" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:78 msgid "Couldn't send verification email. Please try again." -msgstr "" +msgstr "Não foi possível enviar o e-mail de verificação. Tente de novo." #: src/components/common/CheckoutQuestion/index.tsx:174 #: src/components/common/LocationPicker/index.tsx:268 @@ -2903,7 +2903,7 @@ msgstr "Imagem de capa" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:148 msgid "Cover image added" -msgstr "" +msgstr "Imagem de capa adicionada" #: src/components/routes/event/HomepageDesigner/index.tsx:202 msgid "Cover image will be displayed at the top of your event page" @@ -2915,7 +2915,7 @@ msgstr "A imagem de capa será exibida no topo da página do organizador" #: src/components/common/CheckInListTable/index.tsx:82 msgid "Covers every ticket" -msgstr "" +msgstr "Abrange todos os ingressos" #: src/components/routes/event/attendees.tsx:253 #: src/components/routes/event/products.tsx:77 @@ -2936,11 +2936,11 @@ msgstr "Crie um widget personalizado para vender ingressos no seu site." #: src/components/modals/SelectCheckInListModal/index.tsx:82 msgid "Create a list for this date" -msgstr "" +msgstr "Criar uma lista para esta data" #: src/components/layouts/CheckIn/index.tsx:508 msgid "Create a new check-in list for an active session, or contact the organizer if you think this is a mistake." -msgstr "" +msgstr "Crie uma nova lista de check-in para uma sessão ativa ou fale com o organizador se achar que isso é um engano." #: src/components/routes/auth/AcceptInvitation/index.tsx:128 msgid "Create a password" @@ -3031,7 +3031,7 @@ msgstr "Criar Modelo Personalizado" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:546 msgid "Create Date" -msgstr "" +msgstr "Criar data" #: src/components/routes/event/promo-codes.tsx:33 msgid "Create discounts, access codes for hidden tickets, and special offers." @@ -3039,7 +3039,7 @@ msgstr "Crie descontos, códigos de acesso para ingressos ocultos e ofertas espe #: src/components/routes/organizer/OrganizerDashboard/index.tsx:404 msgid "Create event" -msgstr "" +msgstr "Criar evento" #: src/components/common/NoEventsBlankSlate/index.tsx:27 #: src/components/layouts/OrganizerLayout/index.tsx:179 @@ -3049,7 +3049,7 @@ msgstr "Criar evento" #: src/components/forms/ProductForm/index.tsx:559 msgid "Create more tickets or products to offer them as add-ons" -msgstr "" +msgstr "Crie mais ingressos ou produtos para oferecê-los como complementos" #: src/components/routes/events/Dashboard/index.tsx:172 msgid "Create new" @@ -3128,7 +3128,7 @@ msgstr "Crie seu próprio evento" msgid "Created" msgstr "Criado" -#: src/components/routes/event/OccurrencesTab/index.tsx:549 +#: src/components/routes/event/OccurrencesTab/index.tsx:564 msgid "Creating {0} dates. This may take a moment." msgstr "Criando {0} datas. Isso pode levar um momento." @@ -3170,7 +3170,7 @@ msgstr "Senha atual" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:107 msgid "Currently assigned" -msgstr "" +msgstr "Atribuído atualmente" #: src/components/common/ProductsTable/SortableProduct/index.tsx:110 msgid "Currently available for purchase" @@ -3178,7 +3178,7 @@ msgstr "Atualmente disponível para compra" #: src/components/layouts/AuthLayout/index.tsx:15 msgid "Custom branding" -msgstr "" +msgstr "Marca personalizada" #: src/components/modals/SendMessageModal/index.tsx:496 msgid "Custom date and time" @@ -3190,7 +3190,7 @@ msgstr "URL de mapas personalizados" #: src/components/layouts/AuthLayout/index.tsx:24 msgid "Custom questions" -msgstr "" +msgstr "Perguntas personalizadas" #: src/components/common/QuestionsTable/index.tsx:433 msgid "Custom Questions" @@ -3224,7 +3224,7 @@ msgstr "Clientes" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:150 msgid "Customize page" -msgstr "" +msgstr "Personalizar página" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:56 msgid "Customize the email and notification settings for this event" @@ -3278,7 +3278,7 @@ msgstr "Personalize a aparência da sua página de organizador" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:50 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Daily" -msgstr "" +msgstr "Diário" #: src/components/routes/organizer/Reports/index.tsx:18 msgid "Daily revenue, taxes, fees, and refunds across all events" @@ -3294,7 +3294,7 @@ msgstr "Detalhamento das vendas diárias, impostos e taxas" #: src/constants/eventCategories.ts:13 msgid "Dance" -msgstr "" +msgstr "Dança" #: src/components/common/CapacityAssignmentList/index.tsx:153 #: src/components/common/CheckInListList/index.tsx:174 @@ -3349,43 +3349,43 @@ msgstr "Data e hora" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:99 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:212 msgid "Date Cancellation" -msgstr "" +msgstr "Cancelamento de data" #: src/components/routes/event/OccurrenceDetail/index.tsx:76 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:54 msgid "Date cancelled" -msgstr "" +msgstr "Data cancelada" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:344 msgid "Date cancelled successfully" -msgstr "" +msgstr "Data cancelada com sucesso" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:255 msgid "Date created successfully" -msgstr "" +msgstr "Data criada com sucesso" #: src/components/modals/ManageOccurrenceModal/index.tsx:61 #: src/components/routes/event/OccurrenceDetail/index.tsx:87 #: src/components/routes/event/OccurrencesTab/index.tsx:186 msgid "Date deleted" -msgstr "" +msgstr "Data excluída" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:368 msgid "Date deleted successfully" -msgstr "" +msgstr "Data excluída com sucesso" #: src/components/modals/ManageOccurrenceModal/index.tsx:75 #: src/components/routes/event/OccurrenceDetail/index.tsx:101 msgid "Date reactivated" -msgstr "" +msgstr "Data reativada" #: src/components/routes/event/OccurrencesTab/index.tsx:200 msgid "Date reopened for new sales" -msgstr "" +msgstr "Data reaberta para vendas" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:254 msgid "Date updated successfully" -msgstr "" +msgstr "Data atualizada com sucesso" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:808 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1093 @@ -3394,23 +3394,23 @@ msgstr "datas" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:105 msgid "Dates are managed per occurrence" -msgstr "" +msgstr "As datas são gerenciadas uma a uma" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:674 msgid "Dates with sessions" -msgstr "" +msgstr "Dias com sessões" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:87 msgid "day" -msgstr "" +msgstr "dia" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:973 msgid "Day" -msgstr "" +msgstr "Dia" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:937 msgid "Day of Month" -msgstr "" +msgstr "Dia do mês" #: src/components/forms/CapaciyAssigmentForm/index.tsx:38 msgid "Day one capacity" @@ -3418,7 +3418,7 @@ msgstr "Capacidade do primeiro dia" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:95 msgid "days" -msgstr "" +msgstr "dias" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:920 msgid "Days of the month" @@ -3426,7 +3426,7 @@ msgstr "Dias do mês" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:76 msgid "December" -msgstr "" +msgstr "Dezembro" #: src/components/common/CookieConsentBanner/index.tsx:62 msgid "Decline" @@ -3452,7 +3452,7 @@ msgstr "Coleta padrão de informações do participante" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1106 msgid "Default capacity per date" -msgstr "" +msgstr "Capacidade padrão por data" #: src/components/routes/organizer/Settings/Sections/PlatformFeesSettings/index.tsx:44 msgid "Default Fee Handling" @@ -3464,7 +3464,7 @@ msgstr "Modelo padrão será usado" #: src/components/forms/ProductForm/ledgerSummaries.ts:66 msgid "Defaults" -msgstr "" +msgstr "Padrões" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:29 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:31 @@ -3478,7 +3478,7 @@ msgstr "excluir" #: src/components/common/TaxAndFeeList/index.tsx:81 #: src/components/routes/admin/Announcements/index.tsx:226 #: src/components/routes/admin/FailedJobs/index.tsx:209 -#: src/components/routes/event/OccurrencesTab/index.tsx:502 +#: src/components/routes/event/OccurrencesTab/index.tsx:512 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:62 msgid "Delete" msgstr "Excluir" @@ -3489,7 +3489,7 @@ msgstr "Excluir \"{0}\"?" #: src/components/routes/event/OccurrencesTab/index.tsx:249 msgid "Delete {count} selected date(s)? Dates with orders will be skipped. This cannot be undone." -msgstr "" +msgstr "Excluir {count} data(s) selecionada(s)? Datas com pedidos serão ignoradas. Isso não pode ser desfeito." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:148 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:155 @@ -3525,7 +3525,7 @@ msgstr "Excluir código" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:357 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:582 msgid "Delete Date" -msgstr "" +msgstr "Excluir data" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:84 #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:119 @@ -3551,7 +3551,7 @@ msgstr "Excluir organizador" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Delete Permanently" -msgstr "" +msgstr "Excluir permanentemente" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:131 msgid "Delete Template" @@ -3559,11 +3559,11 @@ msgstr "Excluir Modelo" #: src/components/common/ProductsTable/SortableCategory/index.tsx:45 msgid "Delete this category? Any products in it will also be deleted. This cannot be undone." -msgstr "" +msgstr "Excluir esta categoria? Todos os produtos dela também serão excluídos. Isso não pode ser desfeito." #: src/components/common/ProductsTable/SortableProduct/index.tsx:71 msgid "Delete this product? This cannot be undone." -msgstr "" +msgstr "Excluir este produto? Isso não pode ser desfeito." #: src/components/common/QuestionsTable/index.tsx:197 msgid "Delete this question? This cannot be undone." @@ -3576,7 +3576,7 @@ msgstr "Excluir webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:255 msgid "Deleted {0} date(s)" -msgstr "" +msgstr "{0} data(s) excluída(s)" #: src/components/routes/admin/DeletionRequests/index.tsx:143 msgid "Deleted account" @@ -3611,7 +3611,7 @@ msgstr "Descrição" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:138 msgid "Description and venue added" -msgstr "" +msgstr "Descrição e local adicionados" #: src/components/forms/CheckInListForm/index.tsx:143 msgid "Description for check-in staff" @@ -3640,12 +3640,12 @@ msgstr "Não recebeu o código?" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:472 msgid "Different location" -msgstr "" +msgstr "Local diferente" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:403 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:411 msgid "Disabled" -msgstr "" +msgstr "Desativado" #: src/components/forms/CapaciyAssigmentForm/index.tsx:27 msgid "Disabling this capacity will track sales but not stop them when the limit is reached" @@ -3654,12 +3654,12 @@ msgstr "Desativar esta capacidade rastreará as vendas, mas não as interromper #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Discard" -msgstr "" +msgstr "Descartar" #: src/components/forms/ProductForm/ProductDrawer.tsx:54 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:725 msgid "Discard changes?" -msgstr "" +msgstr "Descartar as alterações?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Disconnect" @@ -3691,7 +3691,7 @@ msgstr "Tipo de desconto" #: src/components/common/Callout/index.tsx:54 msgid "Dismiss" -msgstr "" +msgstr "Fechar" #: src/components/common/AnnouncementDisplay/AnnouncementBanner.tsx:37 msgid "Dismiss announcement" @@ -3699,7 +3699,7 @@ msgstr "Dispensar anúncio" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:186 msgid "Dismiss setup checklist" -msgstr "" +msgstr "Ocultar a lista de configuração" #: src/components/routes/product-widget/SelectProducts/index.tsx:1077 msgid "Dismiss this message" @@ -3747,7 +3747,7 @@ msgstr "Concluído" #: src/components/common/CheckIn/CheckInDescriptionModal.tsx:20 msgid "Door staff instructions" -msgstr "" +msgstr "Instruções para a equipe de portaria" #: src/components/common/CalendarOptionsPopover/index.tsx:39 msgid "Download .ics" @@ -3810,7 +3810,7 @@ msgstr "Duplicar" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Duplicate Date" -msgstr "" +msgstr "Duplicar data" #: src/components/common/EventCard/index.tsx:151 msgid "Duplicate event" @@ -3832,7 +3832,7 @@ msgstr "Duplicar produto" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:121 msgid "Duration must be at least 1 minute." -msgstr "" +msgstr "A duração precisa ser de pelo menos 1 minuto." #: src/components/common/LanguageSwitcher/index.tsx:26 msgid "Dutch" @@ -3846,10 +3846,10 @@ msgstr "ex. 180 (3 horas)" msgid "e.g. Learn more" msgstr "ex.: Saiba mais" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:453 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:450 msgid "e.g. Morning Session" -msgstr "" +msgstr "ex.: Sessão da manhã" #: src/components/routes/admin/Announcements/index.tsx:382 msgid "e.g. New feature: Waitlists" @@ -3879,9 +3879,9 @@ msgstr "Cada pessoa receberá um e-mail com uma vaga reservada para concluir sua msgid "Each product" msgstr "Cada produto" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:381 msgid "Earlier" -msgstr "" +msgstr "Mais cedo" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:64 msgid "Early bird" @@ -3960,7 +3960,7 @@ msgstr "Editar Configuração" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Edit Date" -msgstr "" +msgstr "Editar data" #: src/components/common/LocationsTable/index.tsx:65 msgid "Edit location" @@ -4025,7 +4025,7 @@ msgstr "Editar Webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:308 msgid "Edited" -msgstr "" +msgstr "Editada" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:140 msgid "Editor" @@ -4079,7 +4079,7 @@ msgstr "Configurações de e-mail e notificação" #: src/components/layouts/AuthLayout/index.tsx:20 msgid "Email & scheduled messages" -msgstr "" +msgstr "E-mails e mensagens agendadas" #: src/components/routes/event/Settings/index.tsx:78 msgid "Email & Templates" @@ -4159,7 +4159,7 @@ msgstr "Verificação de e-mail necessária" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:160 msgid "Email verified" -msgstr "" +msgstr "E-mail verificado" #: src/components/routes/welcome/index.tsx:99 msgid "Email verified successfully!" @@ -4180,7 +4180,7 @@ msgstr "Widget incorporado" #: src/components/layouts/AuthLayout/index.tsx:21 msgid "Embeddable widget" -msgstr "" +msgstr "Widget incorporável" #: src/components/routes/admin/Announcements/index.tsx:409 msgid "Emoji" @@ -4255,11 +4255,11 @@ msgstr "Final" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:55 msgid "Ended {0}" -msgstr "" +msgstr "Terminou {0}" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:46 msgid "Ends {0}" -msgstr "" +msgstr "Termina {0}" #: src/components/common/LanguageSwitcher/index.tsx:18 #: src/components/common/LanguageSwitcher/index.tsx:69 @@ -4269,11 +4269,11 @@ msgstr "Inglês" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:131 msgid "Enter a capacity value or choose unlimited." -msgstr "" +msgstr "Informe um valor de capacidade ou escolha ilimitado." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:141 msgid "Enter a label or choose to remove it." -msgstr "" +msgstr "Informe um rótulo ou escolha removê-lo." #: src/components/common/EmailTemplateEditor/EmailTemplatePreviewPane.tsx:58 msgid "Enter a subject and body to see the preview" @@ -4281,7 +4281,7 @@ msgstr "Digite um assunto e corpo para ver a visualização" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:112 msgid "Enter a time to shift by." -msgstr "" +msgstr "Informe o tempo de deslocamento." #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:29 msgid "Enter a venue name or address" @@ -4311,9 +4311,9 @@ msgstr "Introduza o nome do afiliado" msgid "Enter an amount excluding taxes and fees." msgstr "Insira um valor excluindo impostos e taxas." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:434 msgid "Enter capacity" -msgstr "" +msgstr "Informar capacidade" #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:69 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:69 @@ -4366,7 +4366,7 @@ msgstr "Pedido inteiro" #: src/components/routes/event/SoldOutWaitlist/index.tsx:126 msgid "entries" -msgstr "" +msgstr "registros" #: src/components/common/WaitlistTable/index.tsx:264 msgid "Entries will appear here when customers join the waitlist for sold out products." @@ -4394,7 +4394,7 @@ msgstr "Erro ao carregar os registros" #: src/components/forms/ProductForm/ProductDrawer.tsx:98 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:870 msgid "Esc to close" -msgstr "" +msgstr "Esc para fechar" #: src/components/routes/account/ManageAccount/sections/AccountSettings/index.tsx:74 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:137 @@ -4433,7 +4433,7 @@ msgstr "Imagem de capa do evento" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:196 msgid "Event created" -msgstr "" +msgstr "Evento criado" #: src/components/forms/WebhookForm/index.tsx:43 msgid "Event Created" @@ -4483,7 +4483,7 @@ msgstr "Página inicial do evento" #: src/components/common/PeriodSelector/index.tsx:124 msgid "Event lifetime" -msgstr "" +msgstr "Duração total do evento" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:151 msgid "Event location & venue details" @@ -4546,7 +4546,7 @@ msgstr "Evento muito recente" #: src/components/routes/event/EventDashboard/index.tsx:264 msgid "Event totals" -msgstr "" +msgstr "Totais do evento" #: src/components/common/OrganizerWebhookTable/index.tsx:237 #: src/components/common/WebhookTable/index.tsx:237 @@ -4585,32 +4585,32 @@ msgstr "A cada" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0}" -msgstr "" +msgstr "A cada {0}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:748 msgid "Every {0} {cadenceUnit}" -msgstr "" +msgstr "A cada {0} {cadenceUnit}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Every {0} days" -msgstr "" +msgstr "A cada {0} dias" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Every {0} months" -msgstr "" +msgstr "A cada {0} meses" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Every {0} weeks" -msgstr "" +msgstr "A cada {0} semanas" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0} weeks on {1}" -msgstr "" +msgstr "A cada {0} semanas em {1}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Every {0} years" -msgstr "" +msgstr "A cada {0} anos" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:747 msgid "Every {cadenceUnit}" @@ -4622,7 +4622,7 @@ msgstr "Todo modelo de e-mail deve incluir um botão de chamada para ação que #: src/components/forms/ProductForm/index.tsx:392 msgid "Everything else — tap to edit" -msgstr "" +msgstr "Todo o resto — toque para editar" #: src/components/common/QuestionsTable/index.tsx:496 msgid "Examples: \"How did you hear about us?\", \"Company name for invoice\"" @@ -4743,11 +4743,11 @@ msgstr "Falha ao cancelar o participante" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:57 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:348 msgid "Failed to cancel date" -msgstr "" +msgstr "Falha ao cancelar a data" #: src/components/routes/event/OccurrencesTab/index.tsx:241 msgid "Failed to cancel dates" -msgstr "" +msgstr "Falha ao cancelar as datas" #: src/components/routes/event/messages.tsx:41 msgid "Failed to cancel message" @@ -4767,7 +4767,7 @@ msgstr "Falha ao criar configuração" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:712 msgid "Failed to create schedule" -msgstr "" +msgstr "Falha ao criar a programação" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:702 #: src/hooks/useOccurrenceGenerationPolling.ts:42 @@ -4791,15 +4791,15 @@ msgstr "Falha ao excluir configuração" #: src/components/routes/event/OccurrenceDetail/index.tsx:90 #: src/components/routes/event/OccurrencesTab/index.tsx:187 msgid "Failed to delete date" -msgstr "" +msgstr "Falha ao excluir a data" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:372 msgid "Failed to delete date. It may have existing orders." -msgstr "" +msgstr "Falha ao excluir a data. Ela pode ter pedidos associados." #: src/components/routes/event/OccurrencesTab/index.tsx:258 msgid "Failed to delete dates" -msgstr "" +msgstr "Falha ao excluir as datas" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:40 msgid "Failed to delete event" @@ -4819,7 +4819,7 @@ msgstr "Falha ao excluir o organizador" #: src/components/common/ProductsTable/SortableProduct/index.tsx:80 msgid "Failed to delete product. Please try again." -msgstr "" +msgstr "Falha ao excluir o produto. Tente de novo." #: src/components/common/QuestionsTable/index.tsx:203 msgid "Failed to delete question" @@ -4875,7 +4875,7 @@ msgstr "Falha ao oferecer ingressos" #: src/components/modals/ManageOccurrenceModal/index.tsx:76 #: src/components/routes/event/OccurrenceDetail/index.tsx:102 msgid "Failed to reactivate date" -msgstr "" +msgstr "Falha ao reativar a data" #: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to remove from waitlist" @@ -4883,11 +4883,11 @@ msgstr "Falha ao remover da lista de espera" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:104 msgid "Failed to remove override" -msgstr "" +msgstr "Falha ao remover a personalização" #: src/components/routes/event/OccurrencesTab/index.tsx:201 msgid "Failed to reopen date" -msgstr "" +msgstr "Falha ao reabrir a data" #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" @@ -4919,15 +4919,15 @@ msgstr "Falha ao tentar novamente os trabalhos" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:69 msgid "Failed to save override" -msgstr "" +msgstr "Falha ao salvar a personalização" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:156 msgid "Failed to save price override" -msgstr "" +msgstr "Falha ao salvar o preço personalizado" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:163 msgid "Failed to save product settings" -msgstr "" +msgstr "Falha ao salvar as configurações do produto" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:158 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:161 @@ -5012,15 +5012,15 @@ msgstr "Falha ao verificar email" #: src/constants/eventCategories.ts:17 msgid "Family" -msgstr "" +msgstr "Família" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:247 msgid "Fast payouts to your bank" -msgstr "" +msgstr "Repasses rápidos para o seu banco" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:66 msgid "February" -msgstr "" +msgstr "Fevereiro" #: src/components/forms/TaxAndFeeForm/index.tsx:18 #: src/components/forms/TaxAndFeeForm/index.tsx:39 @@ -5042,7 +5042,7 @@ msgstr "Gestão de taxas" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:68 msgid "Fee override saved" -msgstr "" +msgstr "Taxa personalizada salva" #: src/components/common/InlineOrderSummary/index.tsx:156 #: src/components/common/OrdersTable/index.tsx:270 @@ -5073,11 +5073,11 @@ msgstr "Preencha seus dados acima primeiro" #: src/constants/eventCategories.ts:12 msgid "Film" -msgstr "" +msgstr "Cinema" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:125 msgid "Filter attendees" -msgstr "" +msgstr "Filtrar participantes" #: src/components/routes/event/attendees.tsx:245 msgid "Filter Attendees" @@ -5086,7 +5086,7 @@ msgstr "Filtrar Participantes" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:62 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:82 msgid "Filter by date" -msgstr "" +msgstr "Filtrar por data" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:118 msgid "Filter by Event" @@ -5107,27 +5107,27 @@ msgstr "Filtros ({activeFilterCount})" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:281 msgid "Finish setting up Stripe" -msgstr "" +msgstr "Terminar a configuração do Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:70 msgid "Finish setup" -msgstr "" +msgstr "Concluir configuração" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:57 msgid "First" -msgstr "" +msgstr "Primeiro" #: src/components/common/PeriodSelector/index.tsx:42 msgid "First 30 days" -msgstr "" +msgstr "Primeiros 30 dias" #: src/components/common/PeriodSelector/index.tsx:40 msgid "First 7 days" -msgstr "" +msgstr "Primeiros 7 dias" #: src/components/common/PeriodSelector/index.tsx:44 msgid "First 90 days" -msgstr "" +msgstr "Primeiros 90 dias" #: src/components/routes/product-widget/CollectInformation/index.tsx:533 msgid "First attendee" @@ -5187,7 +5187,7 @@ msgstr "Valor fixo" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:145 msgid "Fixed fee" -msgstr "" +msgstr "Taxa fixa" #: src/components/routes/admin/Configurations/index.tsx:94 #: src/components/routes/admin/Configurations/index.tsx:236 @@ -5204,11 +5204,11 @@ msgstr "A taxa fixa deve ser 0 ou maior" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash off" -msgstr "" +msgstr "Flash desligado" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash on" -msgstr "" +msgstr "Flash ligado" #: src/components/common/ThemeFontControl/index.tsx:65 msgid "Font Family" @@ -5236,7 +5236,7 @@ msgstr "Esqueceu a senha?" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:60 msgid "Fourth" -msgstr "" +msgstr "Quarto" #: src/components/common/AttendeeTicket/index.tsx:134 #: src/components/common/Currency/index.tsx:88 @@ -5258,7 +5258,7 @@ msgstr "Francês" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 msgid "Fri" -msgstr "" +msgstr "Sex" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -5275,7 +5275,7 @@ msgstr "A partir de {0}" #: src/components/forms/ProductForm/ledgerSummaries.ts:46 msgid "From {start}" -msgstr "" +msgstr "A partir de {start}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:789 msgid "from {start} until {end}" @@ -5287,11 +5287,11 @@ msgstr "a partir de {start}, por {count} datas" #: src/components/layouts/AuthLayout/index.tsx:26 msgid "Full data ownership" -msgstr "" +msgstr "Propriedade total dos dados" #: src/components/common/PeriodSelector/index.tsx:46 msgid "Full event" -msgstr "" +msgstr "Evento completo" #: src/components/modals/RefundOrderModal/index.tsx:110 msgid "Full refund" @@ -5299,15 +5299,15 @@ msgstr "Reembolso total" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "future" -msgstr "" +msgstr "futuras" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:352 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:353 msgid "Future dates only" -msgstr "" +msgstr "Somente datas futuras" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Future dates will be copied with capacity reset to zero" -msgstr "" +msgstr "As datas futuras serão copiadas com a capacidade zerada" #: src/components/routes/event/TicketDesigner/TicketDesignerPrint.tsx:38 #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:40 @@ -5340,11 +5340,11 @@ msgstr "Como chegar" #: src/components/layouts/OrganizerLayout/index.tsx:82 msgid "Get Paid" -msgstr "" +msgstr "Receber pagamentos" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:234 msgid "Get paid with Stripe" -msgstr "" +msgstr "Receba pagamentos com o Stripe" #: src/components/routes/auth/Register/index.tsx:73 msgid "Get started" @@ -5377,7 +5377,7 @@ msgstr "Voltar" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Go Back" -msgstr "" +msgstr "Voltar" #: src/components/routes/profile/ConfirmEmailChange/index.tsx:23 #: src/components/routes/profile/ConfirmEmailChange/index.tsx:42 @@ -5394,7 +5394,7 @@ msgstr "Ir para a página inicial" #: src/components/modals/CreateAttendeeModal/index.tsx:196 msgid "Go to Schedule" -msgstr "" +msgstr "Ir para a programação" #: src/components/common/ThemeColorControls/index.tsx:113 msgid "Good readability" @@ -5438,7 +5438,7 @@ msgstr "Vendas brutas" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:334 msgid "Guest" -msgstr "" +msgstr "Convidado" #: src/components/layouts/Event/index.tsx:130 msgid "Guest Management" @@ -5451,7 +5451,7 @@ msgstr "Convidados" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:45 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:159 msgid "Happening now" -msgstr "" +msgstr "Acontecendo agora" #: src/components/routes/admin/DeletionRequests/index.tsx:161 msgid "Hard delete" @@ -5497,7 +5497,7 @@ msgstr "Oi {0} 👋" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:51 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:74 msgid "Hi," -msgstr "" +msgstr "Olá," #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:75 msgid "Hi.Events Fee" @@ -5514,7 +5514,7 @@ msgstr "Oculto" #: src/components/forms/ProductForm/visibilityStatus.ts:50 msgid "Hidden — sales ended {end}." -msgstr "" +msgstr "Oculto — as vendas terminaram em {end}." #: src/components/common/QuestionsTable/index.tsx:112 msgid "Hidden from attendees - only visible to organizers" @@ -5522,11 +5522,11 @@ msgstr "Oculto para participantes - visível apenas para organizadores" #: src/components/forms/ProductForm/ledgerSummaries.ts:151 msgid "Hidden from everyone" -msgstr "" +msgstr "Oculto para todos" #: src/components/forms/ProductForm/visibilityStatus.ts:18 msgid "Hidden from everyone — the master hide switch is on." -msgstr "" +msgstr "Oculto para todos — a chave principal de ocultação está ativada." #: src/components/common/ProductsTable/SortableProduct/index.tsx:109 #: src/components/common/ProductsTable/SortableProduct/index.tsx:318 @@ -5552,7 +5552,7 @@ msgstr "Ocultar respostas" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "Hide details" -msgstr "" +msgstr "Ocultar detalhes" #: src/components/routes/admin/Announcements/index.tsx:495 msgid "Hide Preview" @@ -5600,7 +5600,7 @@ msgstr "Ocultar essa camada dos usuários" #: src/components/forms/ProductForm/ledgerSummaries.ts:61 msgid "Hides sold out" -msgstr "" +msgstr "Oculta os esgotados" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:91 msgid "Hiding a product will prevent users from seeing it on the event page." @@ -5629,7 +5629,7 @@ msgstr "Os produtos em destaque terão uma cor de fundo diferente para se destac #: src/constants/eventCategories.ts:18 msgid "Hobbies" -msgstr "" +msgstr "Hobbies" #: src/components/routes/event/HomepageDesigner/index.tsx:168 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:173 @@ -5651,10 +5651,10 @@ msgstr "Visualização da página inicial" msgid "Homer" msgstr "Homero" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:386 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:410 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:387 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:411 msgid "Hours" -msgstr "" +msgstr "Horas" #: src/components/forms/PromoCodeForm/index.tsx:116 msgid "How is the discount applied?" @@ -5674,7 +5674,7 @@ msgstr "Quantas vezes esse código pode ser usado?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:449 msgid "How VAT is applied to the platform fees we charge you." -msgstr "" +msgstr "Como o IVA é aplicado às taxas de plataforma que cobramos de você." #: src/components/common/Editor/index.tsx:90 msgid "HTML character limit exceeded: {htmlLength}/{maxLength}" @@ -5795,11 +5795,11 @@ msgstr "Em {diffMinutes} minutos" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:111 msgid "in last {0} min" -msgstr "" +msgstr "nos últimos {0} min" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:472 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 msgid "In person — set a venue" -msgstr "" +msgstr "Presencial — informe um local" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:132 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:168 @@ -5881,7 +5881,7 @@ msgstr "Instagram" #: src/components/layouts/AuthLayout/index.tsx:14 msgid "Instant Stripe payouts" -msgstr "" +msgstr "Repasses instantâneos do Stripe" #: src/components/layouts/Event/index.tsx:143 #: src/components/layouts/OrganizerLayout/index.tsx:114 @@ -5890,7 +5890,7 @@ msgstr "Integrações" #: src/components/forms/CheckInListForm/index.tsx:190 msgid "Internal notes on the attendee's ticket" -msgstr "" +msgstr "Notas internas no ingresso do participante" #: src/components/common/ContactOrganizerModal/index.tsx:35 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:33 @@ -5972,11 +5972,11 @@ msgstr "Configurações da fatura" #: src/components/routes/welcome/index.tsx:404 msgid "It happens on more than one date" -msgstr "" +msgstr "Acontece em mais de uma data" #: src/components/layouts/ProductWidget/index.tsx:57 msgid "It may have been unpublished or removed. Please check the link and try again." -msgstr "" +msgstr "Pode ter sido despublicado ou removido. Confira o link e tente de novo." #: src/components/common/LanguageSwitcher/index.tsx:24 msgid "Italian" @@ -5997,7 +5997,7 @@ msgstr "Itens" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:65 msgid "January" -msgstr "" +msgstr "Janeiro" #: src/components/routes/admin/FailedJobs/index.tsx:163 msgid "Job" @@ -6047,11 +6047,11 @@ msgstr "Inscrito" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:71 msgid "July" -msgstr "" +msgstr "Julho" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:70 msgid "June" -msgstr "" +msgstr "Junho" #: src/components/routes/auth/Login/index.tsx:121 msgid "Just looking for your tickets?" @@ -6059,11 +6059,11 @@ msgstr "Apenas procurando seus ingressos?" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:24 msgid "just now" -msgstr "" +msgstr "agora mesmo" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:161 msgid "Just wrapped" -msgstr "" +msgstr "Acabou de terminar" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Keep connection" @@ -6072,7 +6072,7 @@ msgstr "Manter conexão" #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Keep editing" -msgstr "" +msgstr "Continuar editando" #: src/components/routes/admin/Announcements/index.tsx:390 msgid "Keep it short — banners show a single line. {0}/200" @@ -6084,7 +6084,7 @@ msgstr "Manter-me atualizado sobre novidades e eventos de {0}" #: src/components/layouts/AuthLayout/index.tsx:42 msgid "Keep the profit." -msgstr "" +msgstr "Fique com o lucro." #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:63 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:449 @@ -6099,7 +6099,7 @@ msgstr "Rótulo — ex.: Sessão da manhã" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:301 msgid "label updates" -msgstr "" +msgstr "atualizações de rótulo" #: src/components/modals/CreateAttendeeModal/index.tsx:235 #: src/components/modals/ManageAttendeeModal/index.tsx:156 @@ -6109,7 +6109,7 @@ msgstr "Idioma" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:61 msgid "Last" -msgstr "" +msgstr "Último" #: src/components/common/OrganizerReportTable/index.tsx:60 #: src/components/common/ReportTable/index.tsx:55 @@ -6203,13 +6203,13 @@ msgstr "Última ativação" msgid "Last Used" msgstr "Última vez usado" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:379 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 msgid "Later" -msgstr "" +msgstr "Mais tarde" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:152 msgid "Latest check-ins" -msgstr "" +msgstr "Últimos check-ins" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1098 msgid "Leave “from” as today to start right away." @@ -6221,27 +6221,27 @@ msgstr "Deixe em branco para usar a palavra padrão \"Fatura\"" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:507 msgid "Leave empty for unlimited" -msgstr "" +msgstr "Deixe em branco para ilimitado" #: src/components/forms/CheckInListForm/index.tsx:131 msgid "Leave empty to apply this check-in list to all occurrences" -msgstr "" +msgstr "Deixe em branco para aplicar esta lista de check-in a todas as datas" #: src/components/forms/CheckInListForm/index.tsx:106 msgid "Leave on to cover every ticket on the event. Turn off to pick specific tickets." -msgstr "" +msgstr "Deixe ativado para abranger todos os ingressos do evento. Desative para escolher ingressos específicos." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:300 msgid "Let them know about the change" -msgstr "" +msgstr "Avise-os sobre a alteração" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:266 msgid "Let them know about the changes" -msgstr "" +msgstr "Avise-os sobre as alterações" #: src/components/layouts/OrganizerLayout/index.tsx:111 msgid "Library" -msgstr "" +msgstr "Biblioteca" #: src/components/common/ThemeColorControls/index.tsx:84 msgid "Light" @@ -6261,7 +6261,7 @@ msgstr "Links permitidos" #: src/components/routes/event/OccurrencesTab/index.tsx:472 msgid "List" -msgstr "" +msgstr "Lista" #: src/components/common/EventCard/index.tsx:91 #: src/components/layouts/Event/index.tsx:218 @@ -6281,11 +6281,11 @@ msgstr "Eventos ao Vivo" #: src/components/forms/ProductForm/ProductPreview.tsx:72 msgid "Live preview" -msgstr "" +msgstr "Pré-visualização ao vivo" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:344 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 msgid "Loaded dates" -msgstr "" +msgstr "Datas carregadas" #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:33 msgid "Loading preview..." @@ -6340,7 +6340,7 @@ msgstr "Localização atualizada" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:302 msgid "location updates" -msgstr "" +msgstr "atualizações de local" #: src/components/routes/organizer/Locations/index.tsx:52 msgid "locations" @@ -6404,7 +6404,7 @@ msgstr "Tornar o endereço de cobrança obrigatório durante o checkout" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:114 msgid "Make it visible so people can buy tickets" -msgstr "" +msgstr "Deixe visível para que as pessoas possam comprar ingressos" #: src/components/forms/QuestionForm/index.tsx:212 msgid "Make this question mandatory" @@ -6426,7 +6426,7 @@ msgstr "Gerenciar" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:97 msgid "Manage {0}" -msgstr "" +msgstr "Gerenciar {0}" #: src/hooks/useAttendeeActions.tsx:75 msgid "Manage attendee" @@ -6434,7 +6434,7 @@ msgstr "Gerenciar participante" #: src/components/routes/event/OccurrencesTab/index.tsx:462 msgid "Manage dates and times for your recurring event" -msgstr "" +msgstr "Gerencie as datas e os horários do seu evento recorrente" #: src/components/common/EventCard/index.tsx:146 msgid "Manage event" @@ -6442,7 +6442,7 @@ msgstr "Gerenciar evento" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:393 msgid "Manage on Stripe" -msgstr "" +msgstr "Gerenciar no Stripe" #: src/hooks/useOrderActions.tsx:99 msgid "Manage order" @@ -6459,11 +6459,11 @@ msgstr "Gerenciar perfil" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:114 msgid "Manage schedule" -msgstr "" +msgstr "Gerenciar programação" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:78 msgid "Manage Schedule" -msgstr "" +msgstr "Gerenciar programação" #: src/components/routes/account/ManageAccount/sections/TaxSettings/index.tsx:17 msgid "Manage taxes and fees which can be applied to your products" @@ -6505,7 +6505,7 @@ msgstr "Adicionar participante manualmente" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:67 msgid "March" -msgstr "" +msgstr "Março" #: src/hooks/useOrderActions.tsx:128 msgid "Mark as paid" @@ -6513,7 +6513,7 @@ msgstr "Marcar como pago" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:180 msgid "Mark as validated (admin override)" -msgstr "" +msgstr "Marcar como validado (exceção de administrador)" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:177 msgid "Max Messages / 24h" @@ -6533,7 +6533,7 @@ msgstr "Máximo por pedido" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:69 msgid "May" -msgstr "" +msgstr "Maio" #: src/components/routes/admin/Attribution/index.tsx:108 msgid "Medium" @@ -6620,7 +6620,7 @@ msgstr "Nível de mensagens atualizado com sucesso" #: src/components/forms/ProductForm/ledgerSummaries.ts:115 msgid "Min {min} per order" -msgstr "" +msgstr "Mín. {min} por pedido" #: src/components/forms/ProductForm/index.tsx:523 msgid "Minimum Per Order" @@ -6634,10 +6634,10 @@ msgstr "Preço mínimo" msgid "minutes" msgstr "minutos" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:393 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:417 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:394 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:418 msgid "Minutes" -msgstr "" +msgstr "Minutos" #: src/components/routes/event/Settings/index.tsx:84 msgid "Miscellaneous" @@ -6652,13 +6652,13 @@ msgstr "Configurações diversas" msgid "Modal" msgstr "Modal" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:467 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:468 msgid "Mode" -msgstr "" +msgstr "Modo" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 msgid "Mon" -msgstr "" +msgstr "Seg" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -6675,7 +6675,7 @@ msgstr "Monitorar e gerenciar trabalhos em segundo plano com falha" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:89 msgid "month" -msgstr "" +msgstr "mês" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:931 msgid "Month" @@ -6684,20 +6684,20 @@ msgstr "Mês" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:52 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Monthly" -msgstr "" +msgstr "Mensal" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:97 msgid "months" -msgstr "" +msgstr "meses" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:268 msgid "more" -msgstr "" +msgstr "mais" #: src/components/common/EntityActions/index.tsx:98 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:171 msgid "More actions" -msgstr "" +msgstr "Mais ações" #: src/components/routes/admin/Dashboard/index.tsx:294 msgid "Most Viewed Events (Last 14 Days)" @@ -6705,7 +6705,7 @@ msgstr "Eventos mais vistos (Últimos 14 dias)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Move all dates earlier or later" -msgstr "" +msgstr "Adiantar ou adiar todas as datas" #: src/components/forms/QuestionForm/index.tsx:106 msgid "Multi line text box" @@ -6715,11 +6715,11 @@ msgstr "Caixa de texto com várias linhas" #: src/components/layouts/EventHomepage/index.tsx:180 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Multiple locations" -msgstr "" +msgstr "Vários locais" #: src/components/layouts/AuthLayout/index.tsx:27 msgid "Multiple ticket types" -msgstr "" +msgstr "Vários tipos de ingresso" #: src/constants/eventCategories.ts:8 msgid "Music" @@ -6800,13 +6800,13 @@ msgstr "Receita Líquida" msgid "Never" msgstr "Nunca" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:432 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 msgid "New capacity" -msgstr "" +msgstr "Nova capacidade" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:451 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 msgid "New label" -msgstr "" +msgstr "Novo rótulo" #: src/components/common/LocationPicker/index.tsx:169 #: src/components/common/LocationPicker/index.tsx:183 @@ -6825,7 +6825,7 @@ msgstr "Novos cadastros" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:53 msgid "New time:" -msgstr "" +msgstr "Novo horário:" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:429 msgid "Next month" @@ -6833,11 +6833,11 @@ msgstr "Próximo mês" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:162 msgid "Next occurrence" -msgstr "" +msgstr "Próxima data" #: src/components/common/EventDateRange/index.tsx:61 msgid "Next: {nextFormatted}" -msgstr "" +msgstr "Próxima: {nextFormatted}" #: src/constants/eventCategories.ts:4 msgid "Nightlife" @@ -6886,7 +6886,7 @@ msgstr "Nenhum participante encontrado para este pedido." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:173 msgid "No attendees to show" -msgstr "" +msgstr "Sem participantes para mostrar" #: src/components/common/AttendeeTable/index.tsx:346 msgid "No Attendees to show" @@ -6894,7 +6894,7 @@ msgstr "Não há participantes para mostrar" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:79 msgid "No attendees yet for this date." -msgstr "" +msgstr "Ainda não há participantes para esta data." #: src/components/routes/admin/Attribution/index.tsx:121 msgid "No attribution data found" @@ -6902,7 +6902,7 @@ msgstr "Nenhum dado de atribuição encontrado" #: src/components/routes/organizer/Payments/CapabilityList.tsx:69 msgid "No capabilities reported by Stripe yet." -msgstr "" +msgstr "O Stripe ainda não informou nenhum recurso." #: src/components/modals/OfferWaitlistModal/index.tsx:193 msgid "No capacity" @@ -6915,7 +6915,7 @@ msgstr "Sem Atribuições de Capacidade" #: src/components/common/KpiGrid/index.tsx:57 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:212 msgid "No change" -msgstr "" +msgstr "Sem alterações" #: src/components/common/CheckInListList/index.tsx:44 #: src/components/common/CheckInListTable/index.tsx:266 @@ -6928,7 +6928,7 @@ msgstr "Nenhuma lista de check-in disponível para este evento." #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:155 msgid "No check-ins yet" -msgstr "" +msgstr "Ainda não há check-ins" #: src/components/routes/admin/Configurations/index.tsx:127 msgid "No configurations found" @@ -6936,7 +6936,7 @@ msgstr "Nenhuma configuração encontrada" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:207 msgid "No connections available" -msgstr "" +msgstr "Não há conexões disponíveis" #: src/components/common/ReportTable/index.tsx:233 msgid "No data available" @@ -6953,32 +6953,32 @@ msgstr "Nenhum dado para mostrar. Por favor, selecione um intervalo de datas" #: src/components/common/EventCard/index.tsx:221 #: src/components/common/EventCard/index.tsx:318 msgid "No date added" -msgstr "" +msgstr "Nenhuma data adicionada" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:668 msgid "No dates available this month. Try navigating to another month." -msgstr "" +msgstr "Não há datas disponíveis neste mês. Tente outro mês." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:90 msgid "No dates match the current filters." -msgstr "" +msgstr "Nenhuma data corresponde aos filtros atuais." -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates match your filters" -msgstr "" +msgstr "Nenhuma data corresponde aos seus filtros" #: src/components/common/OccurrenceSelect/index.tsx:158 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:130 msgid "No dates match your search" -msgstr "" +msgstr "Nenhuma data corresponde à sua busca" #: src/components/modals/PublishEventModal/index.tsx:103 msgid "No dates scheduled" msgstr "Nenhuma data agendada" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates scheduled yet" -msgstr "" +msgstr "Ainda não há datas agendadas" #: src/components/routes/admin/DeletionRequests/index.tsx:108 msgid "No deletion requests found" @@ -7026,7 +7026,7 @@ msgstr "Sem fatura" #: src/components/forms/ProductForm/ledgerSummaries.ts:121 msgid "No limits" -msgstr "" +msgstr "Sem limites" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:163 #: src/components/modals/WebhookLogsModal/index.tsx:177 @@ -7047,11 +7047,11 @@ msgstr "Nenhuma mensagem a ser exibida" #: src/components/modals/CreateAttendeeModal/index.tsx:183 msgid "No occurrences available" -msgstr "" +msgstr "Não há datas disponíveis" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:134 msgid "No occurrences on this date" -msgstr "" +msgstr "Não há datas neste dia" #: src/components/common/QuestionsTable/index.tsx:491 msgid "No order questions yet" @@ -7071,7 +7071,7 @@ msgstr "Nenhum pedido ainda" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:90 msgid "No orders yet for this date." -msgstr "" +msgstr "Ainda não há pedidos para esta data." #: src/components/routes/admin/Dashboard/index.tsx:377 msgid "No organizer activity in the last 14 days" @@ -7079,7 +7079,7 @@ msgstr "Sem atividade de organizador nos últimos 14 dias" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:179 msgid "No organizer context available." -msgstr "" +msgstr "Não há contexto de organizador disponível." #: src/components/modals/SwitchOrganizerModal/index.tsx:57 msgid "No other organizers available" @@ -7116,7 +7116,7 @@ msgstr "Nenhum produto disponível nesta categoria." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:170 msgid "No products configured for this event." -msgstr "" +msgstr "Não há produtos configurados para este evento." #: src/components/modals/OfferWaitlistModal/index.tsx:140 msgid "No products have waiting entries" @@ -7195,7 +7195,7 @@ msgstr "Nenhum ingresso à venda" #: src/components/common/EventDateRange/index.tsx:68 msgid "No upcoming dates" -msgstr "" +msgstr "Não há datas futuras" #: src/components/layouts/OrganizerHomepage/index.tsx:299 msgid "No upcoming events" @@ -7229,7 +7229,7 @@ msgstr "Não, manter-me aqui" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:293 msgid "non-edited" -msgstr "" +msgstr "não editadas" #: src/components/common/PromoCodeTable/index.tsx:82 #: src/components/forms/ProductForm/ledgerSummaries.ts:92 @@ -7240,7 +7240,7 @@ msgstr "Nenhum" #: src/components/forms/ProductForm/ledgerSummaries.ts:29 msgid "None yet" -msgstr "" +msgstr "Ainda nenhum" #: src/components/common/ProductPriceAvailability/index.tsx:38 #: src/components/common/ProductPriceAvailability/index.tsx:68 @@ -7250,7 +7250,7 @@ msgstr "Não disponível" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:122 #: src/components/modals/ManageAttendeeModal/index.tsx:138 msgid "Not checked in" -msgstr "" +msgstr "Sem check-in" #: src/components/common/AttendeeTable/index.tsx:304 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -7279,7 +7279,7 @@ msgstr "Configurações de notificação" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:569 msgid "Notify attendees and stop sales" -msgstr "" +msgstr "Avisar os participantes e parar as vendas" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:76 msgid "Notify organizer of new orders" @@ -7287,11 +7287,11 @@ msgstr "Notificar o organizador sobre novos pedidos" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:75 msgid "November" -msgstr "" +msgstr "Novembro" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1087 msgid "Number of dates to create" -msgstr "" +msgstr "Número de datas a criar" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:227 msgid "Number of days allowed for payment (leave blank to omit payment terms from invoices)" @@ -7307,38 +7307,38 @@ msgstr "Prefixo numérico" #: src/components/modals/ManageOrderModal/index.tsx:140 #: src/components/modals/SendMessageModal/index.tsx:357 msgid "Occurrence" -msgstr "" +msgstr "Data" #: src/components/forms/WebhookForm/index.tsx:133 msgid "Occurrence Cancelled" -msgstr "" +msgstr "Data cancelada" #: src/components/layouts/Event/index.tsx:113 #: src/components/routes/event/OccurrencesTab/index.tsx:463 msgid "Occurrence Schedule" -msgstr "" +msgstr "Programação de datas" #: src/components/routes/event/Reports/index.tsx:37 #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:102 msgid "Occurrence Summary" -msgstr "" +msgstr "Resumo da data" #: src/components/common/OrderDetails/index.tsx:55 #: src/components/modals/ManageOrderModal/index.tsx:140 msgid "Occurrences" -msgstr "" +msgstr "Datas" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Occurrences (future only)" -msgstr "" +msgstr "Datas (somente futuras)" #: src/components/modals/CreateEventModal/index.tsx:252 msgid "Occurrences can be configured after creation" -msgstr "" +msgstr "As datas podem ser configuradas depois da criação" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:74 msgid "October" -msgstr "" +msgstr "Outubro" #: src/components/common/OrganizerReportTable/index.tsx:356 msgid "of" @@ -7351,7 +7351,7 @@ msgstr "de cada mês" #: src/components/forms/ProductForm/ledgerSummaries.ts:77 #: src/components/forms/ProductForm/ledgerSummaries.ts:140 msgid "Off" -msgstr "" +msgstr "Desligado" #: src/components/common/WaitlistTable/index.tsx:135 #: src/components/modals/OfferWaitlistModal/index.tsx:227 @@ -7422,7 +7422,7 @@ msgstr "em" #: src/components/forms/ProductForm/ledgerSummaries.ts:74 msgid "On" -msgstr "" +msgstr "Ligado" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:760 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:768 @@ -7449,7 +7449,7 @@ msgstr "no {position} {day}" #: src/components/forms/ProductForm/index.tsx:442 msgid "On the event page" -msgstr "" +msgstr "Na página do evento" #: src/components/common/JoinWaitlistButton/index.tsx:25 msgid "On the waitlist" @@ -7480,23 +7480,23 @@ msgstr "Em andamento" msgid "Online" msgstr "Online" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 msgid "Online — provide connection details" -msgstr "" +msgstr "Online — informe os dados de acesso" #: src/components/common/EventCard/index.tsx:100 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Online & in-person" -msgstr "" +msgstr "Online e presencial" #: src/components/layouts/EventHomepage/index.tsx:181 msgid "Online & in-person — see schedule" -msgstr "" +msgstr "Online e presencial — veja a programação" #: src/components/common/AttendeeTicket/index.tsx:127 #: src/components/modals/ManageOccurrenceModal/index.tsx:146 msgid "Online event" -msgstr "" +msgstr "Evento online" #: src/components/layouts/EventHomepage/index.tsx:404 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:175 @@ -7517,7 +7517,7 @@ msgstr "Apenas {capacity} restantes" #: src/components/forms/ProductForm/ProductDrawer.tsx:130 msgid "Only a name is required — everything else has sensible defaults" -msgstr "" +msgstr "Só o nome é obrigatório — todo o resto tem padrões razoáveis" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:74 msgid "Only account administrators can delete or archive events. Contact your account admin for assistance." @@ -7529,7 +7529,7 @@ msgstr "Apenas administradores da conta podem excluir ou arquivar organizadores. #: src/components/forms/ProductForm/index.tsx:546 msgid "Only available as an add-on" -msgstr "" +msgstr "Disponível somente como complemento" #: src/components/routes/admin/Announcements/index.tsx:470 msgid "Only published announcements are shown to users" @@ -7545,11 +7545,11 @@ msgstr "Mostrar apenas a data e hora de início" #: src/components/common/ProductsTable/SortableProduct/index.tsx:335 msgid "Only shown as an add-on to the products it's attached to" -msgstr "" +msgstr "Só aparece como complemento dos produtos aos quais está vinculado" #: src/components/forms/ProductForm/visibilityStatus.ts:25 msgid "Only shown as an add-on to the products it's attached to." -msgstr "" +msgstr "Só aparece como complemento dos produtos aos quais está vinculado." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:138 msgid "Only the account owner can request account deletion." @@ -7557,11 +7557,11 @@ msgstr "Apenas o proprietário da conta pode solicitar a exclusão da conta." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:513 msgid "Only tickets count toward capacity" -msgstr "" +msgstr "Só os ingressos contam para a capacidade" #: src/components/forms/ProductForm/visibilityStatus.ts:32 msgid "Only visible to buyers with an applicable promo code." -msgstr "" +msgstr "Visível somente para compradores com um código promocional aplicável." #: src/components/common/ProductsTable/SortableProduct/index.tsx:319 msgid "Only visible with promo code" @@ -7569,7 +7569,7 @@ msgstr "Visível apenas com código promocional" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open check-in" -msgstr "" +msgstr "Abrir check-in" #: src/components/common/CheckInListList/index.tsx:165 #: src/components/common/CheckInListTable/index.tsx:209 @@ -7579,7 +7579,7 @@ msgstr "Abrir Página de Check-In" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open occurrence" -msgstr "" +msgstr "Abrir data" #: src/components/layouts/AppLayout/index.tsx:31 msgid "Open sidebar" @@ -7621,9 +7621,9 @@ msgstr "Opções" msgid "or" msgstr "ou" -#: src/components/routes/event/OccurrencesTab/index.tsx:603 +#: src/components/routes/event/OccurrencesTab/index.tsx:618 msgid "or add a single date" -msgstr "" +msgstr "ou adicione uma única data" #: src/components/modals/PublishEventModal/index.tsx:81 msgid "Or enable offline payments and disable Stripe" @@ -7631,7 +7631,7 @@ msgstr "Ou ative pagamentos offline e desative o Stripe" #: src/components/routes/event/OccurrencesTab/index.tsx:415 msgid "order" -msgstr "" +msgstr "pedido" #: src/components/common/QuestionsTable/index.tsx:295 #: src/components/common/QuestionsTable/index.tsx:448 @@ -7647,7 +7647,7 @@ msgstr "Pedido e Ingresso" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:265 msgid "Order #" -msgstr "" +msgstr "N.º do pedido" #: src/components/routes/product-widget/CollectInformation/index.tsx:386 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:375 @@ -7682,7 +7682,7 @@ msgstr "Data do pedido" #: src/components/forms/CheckInListForm/index.tsx:222 msgid "Order details" -msgstr "" +msgstr "Detalhes do pedido" #: src/components/common/OrdersTable/index.tsx:178 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:613 @@ -7708,7 +7708,7 @@ msgstr "ID do Pedido" #: src/components/forms/ProductForm/index.tsx:517 msgid "Order limits" -msgstr "" +msgstr "Limites do pedido" #: src/hooks/useOrderActions.tsx:50 msgid "Order marked as paid" @@ -7728,7 +7728,7 @@ msgstr "Pedido não encontrado" #: src/components/forms/CheckInListForm/index.tsx:224 msgid "Order number, purchase date, purchaser email" -msgstr "" +msgstr "Número do pedido, data da compra, e-mail do comprador" #: src/components/common/MessageList/index.tsx:31 msgid "Order owner" @@ -7790,7 +7790,7 @@ msgstr "O pedido foi cancelado" #: src/components/routes/event/OccurrencesTab/index.tsx:415 #: src/components/routes/event/orders.tsx:197 msgid "orders" -msgstr "" +msgstr "pedidos" #: src/components/layouts/Admin/index.tsx:17 #: src/components/layouts/Event/index.tsx:125 @@ -7905,7 +7905,7 @@ msgstr "Modelo do organizador/padrão será usado" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:202 msgid "Organizers" -msgstr "" +msgstr "Organizadores" #: src/components/modals/EditUserModal/index.tsx:58 #: src/components/modals/InviteUserModal/index.tsx:49 @@ -7927,7 +7927,7 @@ msgstr "Resultado" #: src/constants/eventCategories.ts:22 msgid "Outdoors" -msgstr "" +msgstr "Ar livre" #: src/components/routes/admin/Messages/index.tsx:107 msgid "Outgoing Messages" @@ -7935,19 +7935,19 @@ msgstr "Mensagens enviadas" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:208 msgid "Override" -msgstr "" +msgstr "Personalização" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:133 msgid "Override fees on this organizer" -msgstr "" +msgstr "Personalizar as taxas deste organizador" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:228 msgid "Override price" -msgstr "" +msgstr "Personalizar preço" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:96 msgid "Override removed" -msgstr "" +msgstr "Personalização removida" #: src/components/layouts/Event/index.tsx:100 msgid "Overview" @@ -7988,7 +7988,7 @@ msgstr "pago" #: src/components/forms/ProductForm/index.tsx:274 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:431 msgid "Paid" -msgstr "" +msgstr "Pago" #: src/components/routes/admin/Attribution/index.tsx:51 msgid "Paid Accounts" @@ -8048,7 +8048,7 @@ msgstr "Passado" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:317 msgid "Past due" -msgstr "" +msgstr "Em atraso" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Past Events" @@ -8162,7 +8162,7 @@ msgstr "Pagamentos não disponíveis" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:407 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:463 msgid "Payouts" -msgstr "" +msgstr "Repasses" #: src/components/routes/admin/DeletionRequests/index.tsx:85 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:437 @@ -8180,7 +8180,7 @@ msgstr "Por participante" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:117 msgid "per min" -msgstr "" +msgstr "por min" #: src/components/common/PromoCodeTable/index.tsx:91 msgid "per order" @@ -8216,7 +8216,7 @@ msgstr "Taxa Percentual" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:137 msgid "Percentage fee (%)" -msgstr "" +msgstr "Taxa percentual (%)" #: src/components/routes/admin/Configurations/index.tsx:175 msgid "Percentage must be between 0 and 100" @@ -8248,7 +8248,7 @@ msgstr "Excluir permanentemente este organizador e todos os seus eventos." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:583 msgid "Permanently remove this date" -msgstr "" +msgstr "Remover esta data permanentemente" #: src/components/routes/profile/ManageProfile/index.tsx:148 msgid "Personal Information" @@ -8260,15 +8260,15 @@ msgstr "Telefone" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:530 msgid "Pick an end date" -msgstr "" +msgstr "Escolha uma data de término" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:538 msgid "Pick at least one day of the month" -msgstr "" +msgstr "Escolha pelo menos um dia do mês" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:527 msgid "Pick at least one day of the week" -msgstr "" +msgstr "Escolha pelo menos um dia da semana" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:841 msgid "Pick days to see your dates." @@ -8285,7 +8285,7 @@ msgstr "Coloque isto no do seu site." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:269 #: src/components/modals/ManageOrderModal/index.tsx:125 msgid "Placed" -msgstr "" +msgstr "Feito" #: src/components/common/PoweredByFooter/index.tsx:48 msgid "Planning an event?" @@ -8340,7 +8340,7 @@ msgstr "Verifique seu e-mail para confirmar seu endereço de e-mail" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:76 msgid "Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions." -msgstr "" +msgstr "Confira o novo horário no seu ingresso. Seus ingressos continuam válidos — você não precisa fazer nada, a não ser que os novos horários não sirvam para você. Responda a este e-mail se tiver dúvidas." #: src/components/routes/product-widget/SelectProducts/index.tsx:1023 msgid "Please continue in the new tab" @@ -8393,7 +8393,7 @@ msgstr "Por favor, volte para a página do evento para recomeçar." #: src/components/routes/product-widget/SelectProducts/index.tsx:584 msgid "Please select a date and time" -msgstr "" +msgstr "Selecione uma data e um horário" #: src/components/common/OrganizerReportTable/index.tsx:269 msgid "Please select a date range" @@ -8452,7 +8452,7 @@ msgstr "Português" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:967 msgid "Position" -msgstr "" +msgstr "Posição" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:97 msgid "Post Checkout message" @@ -8506,7 +8506,7 @@ msgstr "Preço não definido" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:206 msgid "Price Tier" -msgstr "" +msgstr "Faixa de preço" #: src/components/forms/ProductForm/index.tsx:356 msgid "Price Tiers" @@ -8514,7 +8514,7 @@ msgstr "Faixas de Preço" #: src/components/forms/ProductForm/index.tsx:266 msgid "Pricing" -msgstr "" +msgstr "Preços" #: src/components/common/WidgetEditor/index.tsx:187 msgid "Primary Color" @@ -8604,11 +8604,11 @@ msgstr "Detalhamento das vendas de produtos, receitas e impostos" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:599 msgid "Product settings cannot be edited for cancelled dates." -msgstr "" +msgstr "As configurações de produtos não podem ser editadas em datas canceladas." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:160 msgid "Product settings saved successfully" -msgstr "" +msgstr "Configurações do produto salvas com sucesso" #: src/components/common/ProductSelector/index.tsx:67 msgid "Product Tier" @@ -8661,7 +8661,7 @@ msgstr "Perfil atualizado com sucesso" #: src/components/common/CheckIn/CheckInInfoModal.tsx:47 msgid "Progress" -msgstr "" +msgstr "Progresso" #: src/components/routes/product-widget/SelectProducts/index.tsx:500 msgid "Promo {promo_code} code applied" @@ -8682,7 +8682,7 @@ msgstr "Página do código promocional" #: src/components/forms/ProductForm/ledgerSummaries.ts:154 msgid "Promo code required" -msgstr "" +msgstr "Código promocional obrigatório" #: src/components/routes/event/Reports/index.tsx:32 msgid "Promo code usage and discount breakdown" @@ -8690,11 +8690,11 @@ msgstr "Uso de códigos promocionais e detalhamento de descontos" #: src/components/routes/event/promo-codes.tsx:55 msgid "promo codes" -msgstr "" +msgstr "códigos promocionais" #: src/components/layouts/AuthLayout/index.tsx:18 msgid "Promo codes" -msgstr "" +msgstr "Códigos promocionais" #: src/components/layouts/Event/index.tsx:126 #: src/components/modals/DuplicateEventModal/index.tsx:52 @@ -8733,11 +8733,11 @@ msgstr "Informe pelo menos um campo de endereço (local, rua, cidade ou país)." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:438 msgid "Provide the following before Stripe's next review to keep payouts flowing." -msgstr "" +msgstr "Envie o seguinte antes da próxima análise do Stripe para que os repasses continuem." #: src/components/forms/ProductForm/ledgerSummaries.ts:157 msgid "Public" -msgstr "" +msgstr "Público" #: src/components/common/StatusToggle/index.tsx:97 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:117 @@ -8754,7 +8754,7 @@ msgstr "Publicar evento" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:113 msgid "Publish your event" -msgstr "" +msgstr "Publique seu evento" #: src/components/routes/admin/Announcements/index.tsx:183 #: src/components/routes/admin/Announcements/index.tsx:473 @@ -8774,11 +8774,11 @@ msgstr "Comprado" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:275 msgid "Purchaser" -msgstr "" +msgstr "Comprador" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:283 msgid "Purchaser email" -msgstr "" +msgstr "E-mail do comprador" #: src/components/modals/ShareModal/index.tsx:168 msgid "QR Code" @@ -8786,7 +8786,7 @@ msgstr "Código QR" #: src/components/layouts/AuthLayout/index.tsx:16 msgid "QR code check-in" -msgstr "" +msgstr "Check-in por QR code" #: src/components/modals/OfferWaitlistModal/index.tsx:170 msgid "Qty" @@ -8803,7 +8803,7 @@ msgstr "Quantidade disponível" #: src/components/forms/CheckInListForm/index.tsx:205 msgid "Question answers" -msgstr "" +msgstr "Respostas às perguntas" #: src/components/common/QuestionsTable/index.tsx:201 msgid "Question deleted" @@ -8837,7 +8837,7 @@ msgstr "Fila" #: src/components/forms/PromoCodeForm/index.tsx:145 msgid "Quick Tip" -msgstr "" +msgstr "Dica rápida" #: src/components/forms/QuestionForm/index.tsx:118 msgid "Radio Option" @@ -8861,7 +8861,7 @@ msgstr "Reoferecer vaga" #: src/components/modals/ManageOccurrenceModal/index.tsx:70 #: src/components/routes/event/OccurrenceDetail/index.tsx:96 msgid "Reactivate this date? It will be reopened for future sales." -msgstr "" +msgstr "Reativar esta data? Ela será reaberta para vendas futuras." #: src/components/modals/PublishEventModal/index.tsx:143 msgid "Ready to go live?" @@ -8869,7 +8869,7 @@ msgstr "Pronto para publicar?" #: src/components/layouts/AuthLayout/index.tsx:19 msgid "Real-time analytics" -msgstr "" +msgstr "Análises em tempo real" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:171 msgid "Reason (optional)" @@ -8887,19 +8887,19 @@ msgstr "Cadastros de contas recentes" #: src/components/common/PeriodSelector/index.tsx:111 msgid "Recent activity" -msgstr "" +msgstr "Atividade recente" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:59 msgid "Recent Attendees" -msgstr "" +msgstr "Participantes recentes" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:106 msgid "Recent check-ins" -msgstr "" +msgstr "Check-ins recentes" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:309 msgid "Recent orders" -msgstr "" +msgstr "Pedidos recentes" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:63 msgid "Recent Orders" @@ -8930,12 +8930,12 @@ msgstr "Os destinatários ficam disponíveis após o envio da mensagem" #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "Recommended" -msgstr "" +msgstr "Recomendado" #: src/components/common/EventCard/index.tsx:209 #: src/components/common/EventCard/index.tsx:322 msgid "Recurring" -msgstr "" +msgstr "Recorrente" #: src/components/layouts/EventHomepage/index.tsx:368 #: src/components/modals/CreateEventModal/index.tsx:240 @@ -8949,7 +8949,7 @@ msgstr "Configurações de evento recorrente" #: src/components/layouts/AuthLayout/index.tsx:13 msgid "Recurring events" -msgstr "" +msgstr "Eventos recorrentes" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:80 msgid "Reddit" @@ -8969,13 +8969,13 @@ msgstr "Atualizar Visualização" #: src/components/routes/event/OccurrencesTab/index.tsx:218 msgid "Refund all orders for these dates" -msgstr "" +msgstr "Reembolsar todos os pedidos destas datas" #: src/components/routes/event/OccurrenceDetail/index.tsx:67 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:44 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:334 msgid "Refund all orders for this date" -msgstr "" +msgstr "Reembolsar todos os pedidos desta data" #: src/components/modals/RefundOrderModal/index.tsx:108 msgid "Refund amount" @@ -9046,7 +9046,7 @@ msgstr "Perguntas de registro" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:142 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:94 msgid "Remaining" -msgstr "" +msgstr "Restante" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:82 msgid "Remaining Uses" @@ -9064,9 +9064,9 @@ msgstr "remover" msgid "Remove" msgstr "Remover" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:458 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:459 msgid "Remove label from all dates" -msgstr "" +msgstr "Remover o rótulo de todas as datas" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:67 msgid "Remove sold out dates and times from the event page entirely. When disabled, they remain visible and are labelled as sold out." @@ -9078,11 +9078,11 @@ msgstr "Remover horário" #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:60 msgid "Reopen for new sales" -msgstr "" +msgstr "Reabrir para vendas" #: src/components/routes/event/OccurrencesTab/index.tsx:194 msgid "Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed." -msgstr "" +msgstr "Reabrir esta data para vendas? Os ingressos cancelados antes não serão restaurados — os participantes afetados continuam cancelados e os reembolsos já feitos não são revertidos." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:885 msgid "Repeats" @@ -9183,7 +9183,7 @@ msgstr "Redefinir senha" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:238 msgid "Reset to base price" -msgstr "" +msgstr "Voltar ao preço base" #: src/components/routes/auth/ResetPassword/index.tsx:75 msgid "Resetting..." @@ -9226,7 +9226,7 @@ msgstr "Restaure este organizador e torne-o ativo novamente." #: src/components/common/ToolBar/index.tsx:47 msgid "results" -msgstr "" +msgstr "resultados" #: src/components/routes/admin/FailedJobs/index.tsx:199 msgid "Retry" @@ -9259,11 +9259,11 @@ msgstr "Locais reutilizáveis para seus eventos. Localizações criadas pelo pre #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:218 msgid "Reuse" -msgstr "" +msgstr "Reutilizar" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:198 msgid "Reuse a Stripe connection from another organizer in this account." -msgstr "" +msgstr "Reutilize uma conexão Stripe de outro organizador desta conta." #: src/components/common/AffiliateTable/index.tsx:157 #: src/components/common/EventCard/index.tsx:255 @@ -9316,7 +9316,7 @@ msgstr "Período de Venda" #: src/components/forms/ProductForm/index.tsx:420 msgid "Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page." -msgstr "" +msgstr "O período de venda vale para todas as datas da sua programação. Para controlar preços e disponibilidade de datas específicas, use as personalizações na <0>página Programação de datas." #: src/components/forms/ProductForm/index.tsx:427 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:80 @@ -9329,7 +9329,7 @@ msgstr "Venda começa {0}" #: src/components/forms/ProductForm/index.tsx:413 msgid "Sale window" -msgstr "" +msgstr "Período de venda" #: src/components/common/AffiliateTable/index.tsx:145 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:143 @@ -9352,7 +9352,7 @@ msgstr "Início das vendas" #: src/components/routes/event/Reports/index.tsx:38 msgid "Sales, attendance, and check-in breakdown per occurrence" -msgstr "" +msgstr "Detalhamento de vendas, presença e check-ins por data" #: src/components/routes/organizer/Reports/index.tsx:24 msgid "Sales, orders, and performance metrics for all events" @@ -9364,7 +9364,7 @@ msgstr "Vendas:" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:471 msgid "Same as event" -msgstr "" +msgstr "Igual ao evento" #: src/components/common/PlatformFeesSettings/index.tsx:175 msgid "Sample ticket price" @@ -9377,7 +9377,7 @@ msgstr "Local Exemplo" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 msgid "Sat" -msgstr "" +msgstr "Sáb" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -9421,7 +9421,7 @@ msgstr "Salvar alterações" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:160 msgid "Save fee override" -msgstr "" +msgstr "Salvar taxa personalizada" #: src/components/modals/EditOrganizerModal/index.tsx:70 msgid "Save Organizer" @@ -9449,7 +9449,7 @@ msgstr "Salvar Design do Ingresso" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:202 msgid "Save VAT settings" -msgstr "" +msgstr "Salvar configurações de IVA" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:239 msgid "Save VAT Settings" @@ -9465,7 +9465,7 @@ msgstr "Localizações salvas" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:153 msgid "Saving an override creates a dedicated configuration for this organizer if it's currently on the system default." -msgstr "" +msgstr "Ao salvar uma personalização, é criada uma configuração dedicada para este organizador, caso ele esteja usando o padrão do sistema." #: src/components/layouts/CheckIn/BottomNav.tsx:15 msgid "Scan" @@ -9473,32 +9473,32 @@ msgstr "Escanear" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:58 msgid "Scan a ticket to check in an attendee" -msgstr "" +msgstr "Escaneie um ingresso para fazer o check-in de um participante" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:109 msgid "Scanned tickets will appear here" -msgstr "" +msgstr "Os ingressos escaneados aparecem aqui" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:71 msgid "Scanner mode" -msgstr "" +msgstr "Modo scanner" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:73 msgid "Schedule" -msgstr "" +msgstr "Programação" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:105 msgid "Schedule added" -msgstr "" +msgstr "Programação adicionada" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:697 #: src/hooks/useOccurrenceGenerationPolling.ts:36 msgid "Schedule created successfully" -msgstr "" +msgstr "Programação criada com sucesso" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1078 msgid "Schedule ends on" -msgstr "" +msgstr "A programação termina em" #: src/components/modals/SendMessageModal/index.tsx:472 msgid "Schedule for later" @@ -9514,7 +9514,7 @@ msgstr "Prévia da programação" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1069 msgid "Schedule starts on" -msgstr "" +msgstr "A programação começa em" #: src/components/common/ProductsTable/SortableProduct/index.tsx:92 #: src/components/routes/admin/Messages/index.tsx:125 @@ -9532,7 +9532,7 @@ msgstr "Horário agendado" #: src/components/layouts/CheckIn/BottomNav.tsx:16 msgid "Search" -msgstr "" +msgstr "Buscar" #: src/components/routes/event/Affiliates/index.tsx:70 msgid "Search affiliates..." @@ -9540,7 +9540,7 @@ msgstr "Pesquisar afiliados..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:94 msgid "Search attendees" -msgstr "" +msgstr "Buscar participantes" #: src/components/routes/admin/Accounts/index.tsx:60 #: src/components/routes/admin/DeletionRequests/index.tsx:93 @@ -9586,7 +9586,7 @@ msgstr "Pesquise por nome, e-mail ou número do pedido..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:93 msgid "Search by name, order #, ticket # or email" -msgstr "" +msgstr "Busque por nome, n.º do pedido, n.º do ingresso ou e-mail" #: src/components/routes/event/promo-codes.tsx:38 msgid "Search by name..." @@ -9614,15 +9614,15 @@ msgstr "Pesquisar listas de registro..." #: src/components/common/OccurrenceSelect/index.tsx:117 msgid "Search dates..." -msgstr "" +msgstr "Buscar datas..." #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:88 msgid "Search dates…" -msgstr "" +msgstr "Buscar datas…" #: src/components/common/AddressAutocomplete/index.tsx:86 msgid "Search for an address" -msgstr "" +msgstr "Buscar um endereço" #: src/components/routes/event/messages.tsx:243 msgid "Search messages..." @@ -9650,11 +9650,11 @@ msgstr "Pesquisando..." #: src/constants/eventCategories.ts:6 msgid "Seasonal" -msgstr "" +msgstr "Sazonal" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:58 msgid "Second" -msgstr "" +msgstr "Segundo" #: src/components/common/WidgetEditor/index.tsx:199 msgid "Secondary Color" @@ -9670,11 +9670,11 @@ msgstr "Checkout Seguro" #: src/components/layouts/EventHomepage/index.tsx:431 msgid "See schedule" -msgstr "" +msgstr "Ver programação" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "See what Stripe still needs" -msgstr "" +msgstr "Veja o que o Stripe ainda precisa" #: src/components/routes/admin/Announcements/index.tsx:161 msgid "Seen" @@ -9692,11 +9692,11 @@ msgstr "Selecione uma categoria" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:717 msgid "Select a Date & Time" -msgstr "" +msgstr "Selecionar data e hora" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:215 msgid "Select a date to see available times" -msgstr "" +msgstr "Selecione uma data para ver os horários disponíveis" #: src/components/routes/event/messages.tsx:341 msgid "Select a message to view its contents" @@ -9712,7 +9712,7 @@ msgstr "Selecionar Conta" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:126 msgid "Select all" -msgstr "" +msgstr "Selecionar tudo" #: src/components/modals/DuplicateEventModal/index.tsx:143 msgid "Select All" @@ -9720,7 +9720,7 @@ msgstr "Selecionar tudo" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:156 msgid "Select all on {0}" -msgstr "" +msgstr "Selecionar tudo em {0}" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:119 msgid "Select an event" @@ -9740,7 +9740,7 @@ msgstr "Selecione o grupo de participantes" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:157 msgid "Select camera" -msgstr "" +msgstr "Selecionar câmera" #: src/components/forms/ProductForm/index.tsx:255 msgid "Select category..." @@ -9752,7 +9752,7 @@ msgstr "Selecionar moeda" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:178 msgid "Select date" -msgstr "" +msgstr "Selecionar data" #: src/components/modals/CreateEventModal/index.tsx:283 msgid "Select end date and time" @@ -9773,7 +9773,7 @@ msgstr "Selecionar tipos de eventos" #: src/components/common/OccurrenceSelect/index.tsx:106 #: src/components/modals/CreateAttendeeModal/index.tsx:254 msgid "Select occurrence" -msgstr "" +msgstr "Selecionar uma data" #: src/components/modals/CreateEventModal/index.tsx:159 msgid "Select organizer" @@ -9795,7 +9795,7 @@ msgstr "Selecione os produtos" #: src/components/forms/ProductForm/index.tsx:553 msgid "Select products..." -msgstr "" +msgstr "Selecionar produtos..." #: src/components/modals/CreateEventModal/index.tsx:263 msgid "Select start date and time" @@ -9846,7 +9846,7 @@ msgstr "Selecione..." #: src/components/routes/event/OccurrencesTab/index.tsx:497 msgid "selected" -msgstr "" +msgstr "selecionado" #: src/components/common/PlatformFeesSettings/index.tsx:208 #: src/components/common/PlatformFeesSettings/index.tsx:231 @@ -9856,11 +9856,11 @@ msgstr "Selecionado" #: src/components/layouts/AuthLayout/index.tsx:41 msgid "Sell out your event." -msgstr "" +msgstr "Esgote seu evento." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:516 msgid "Selling a physical product? Cap its quantity on the <0>products page instead." -msgstr "" +msgstr "Vende um produto físico? Limite a quantidade dele na <0>página de produtos." #: src/components/forms/ProductForm/index.tsx:587 msgid "Selling fast 🔥" @@ -9918,7 +9918,7 @@ msgstr "Enviar teste" #: src/components/modals/SendMessageModal/index.tsx:358 msgid "Send to all occurrences, or choose a specific one" -msgstr "" +msgstr "Envie para todas as datas ou escolha uma específica" #: src/components/routes/event/messages.tsx:335 msgid "Send your first message" @@ -9939,7 +9939,7 @@ msgstr "Enviado por" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:218 msgid "Sent to attendees when a scheduled date is cancelled" -msgstr "" +msgstr "Enviada aos participantes quando uma data agendada é cancelada" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:216 msgid "Sent to customers when they place an order" @@ -9976,7 +9976,7 @@ msgstr "Título SEO" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:73 msgid "September" -msgstr "" +msgstr "Setembro" #: src/components/forms/TaxAndFeeForm/index.tsx:62 msgid "Service Fee" @@ -9984,7 +9984,7 @@ msgstr "Taxa de serviço" #: src/components/layouts/CheckIn/index.tsx:498 msgid "Session cancelled" -msgstr "" +msgstr "Sessão cancelada" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:807 msgid "sessions · {dateCount} dates × {timesPerDay} times" @@ -10000,27 +10000,27 @@ msgstr "Definir configurações padrão para novos eventos criados sob este orga #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Set how long each date lasts" -msgstr "" +msgstr "Defina quanto tempo dura cada data" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Set or clear the date label" -msgstr "" +msgstr "Definir ou remover o rótulo da data" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:406 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:407 msgid "Set the end time of each date to be this long after its start time." -msgstr "" +msgstr "Defina o horário de término de cada data com este intervalo após o horário de início." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:217 msgid "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." msgstr "Defina o número inicial para a numeração das faturas. Isso não poderá ser alterado depois que as faturas forem geradas." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:440 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:441 msgid "Set to unlimited (remove limit)" -msgstr "" +msgstr "Definir como ilimitado (remover limite)" -#: src/components/routes/event/OccurrencesTab/index.tsx:585 +#: src/components/routes/event/OccurrencesTab/index.tsx:600 msgid "Set up a recurring schedule to automatically create dates, or add them one at a time." -msgstr "" +msgstr "Configure uma programação recorrente para criar datas automaticamente ou adicione-as uma a uma." #: src/components/routes/event/CheckInLists/index.tsx:35 msgid "Set up check-in lists for different entrances, sessions, or days." @@ -10029,20 +10029,20 @@ msgstr "Configure listas de check-in para diferentes entradas, sessões ou dias. #: src/components/layouts/OrganizerLayout/index.tsx:85 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:126 msgid "Set up payouts" -msgstr "" +msgstr "Configurar repasses" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 msgid "Set up schedule" -msgstr "" +msgstr "Configurar programação" -#: src/components/routes/event/OccurrencesTab/index.tsx:535 -#: src/components/routes/event/OccurrencesTab/index.tsx:596 +#: src/components/routes/event/OccurrencesTab/index.tsx:550 +#: src/components/routes/event/OccurrencesTab/index.tsx:611 msgid "Set Up Schedule" -msgstr "" +msgstr "Configurar programação" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:92 msgid "Set up the tickets you'll sell and their prices" -msgstr "" +msgstr "Defina os ingressos que você vai vender e seus preços" #: src/components/routes/welcome/index.tsx:43 msgid "Set up your organization" @@ -10055,11 +10055,11 @@ msgstr "Configure sua programação" #: src/components/routes/welcome/index.tsx:415 msgid "Set up your schedule in the next steps" -msgstr "" +msgstr "Você vai configurar a programação nos próximos passos" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Set, change, or remove the date's location or online details" -msgstr "" +msgstr "Definir, alterar ou remover o local ou os dados online da data" #: src/components/common/QuestionsTable/index.tsx:374 msgid "Setting updated" @@ -10076,7 +10076,7 @@ msgstr "Configuração e design" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:242 msgid "Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event." -msgstr "" +msgstr "A configuração leva só alguns minutos — você não precisa ter uma conta Stripe. O Stripe cuida de cartões, carteiras digitais, formas de pagamento regionais e proteção antifraude, para você focar no seu evento." #: src/components/common/ShareIcon/index.tsx:30 #: src/components/layouts/EventHomepage/index.tsx:342 @@ -10111,15 +10111,15 @@ msgstr "Gestão de capacidade compartilhada" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Shift times" -msgstr "" +msgstr "Deslocar horários" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:211 msgid "Shifted times for {count} date(s)" -msgstr "" +msgstr "Horários deslocados em {count} data(s)" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:532 msgid "Show" -msgstr "" +msgstr "Mostrar" #: src/components/common/AdvancedOptions/index.tsx:28 msgid "Show advanced options" @@ -10131,7 +10131,7 @@ msgstr "Mostrar todas as plataformas ({0} com valores)" #: src/components/forms/CheckInListForm/index.tsx:196 msgid "Show attendee notes to non-logged-in staff" -msgstr "" +msgstr "Mostrar as notas sobre participantes para a equipe não logada" #: src/components/forms/ProductForm/index.tsx:449 msgid "Show available product quantity" @@ -10163,19 +10163,19 @@ msgstr "Mostrar mais plataformas" #: src/components/forms/CheckInListForm/index.tsx:230 msgid "Show order details to non-logged-in staff" -msgstr "" +msgstr "Mostrar os detalhes do pedido para a equipe não logada" #: src/components/forms/CheckInListForm/index.tsx:213 msgid "Show question answers to non-logged-in staff" -msgstr "" +msgstr "Mostrar as respostas às perguntas para a equipe não logada" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:59 msgid "Show remaining capacity on event dates" -msgstr "" +msgstr "Mostrar a capacidade restante nas datas do evento" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:525 msgid "Show remaining capacity to buyers" -msgstr "" +msgstr "Mostrar a capacidade restante para os compradores" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:61 msgid "Show tax and fees separately" @@ -10185,18 +10185,18 @@ msgstr "Mostrar impostos e taxas separadamente" msgid "Showing {0} of {totalRows} records" msgstr "Mostrando {0} de {totalRows} registros" -#: src/components/routes/event/OccurrencesTab/index.tsx:624 +#: src/components/routes/event/OccurrencesTab/index.tsx:639 msgid "Showing {0}–{1} of {2}" -msgstr "" +msgstr "Mostrando {0}–{1} de {2}" #: src/components/common/OccurrenceSelect/index.tsx:163 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:135 msgid "Showing {MAX_VISIBLE} of {totalAvailable} dates. Type to search." -msgstr "" +msgstr "Mostrando {MAX_VISIBLE} de {totalAvailable} datas. Digite para buscar." #: src/components/modals/SendMessageModal/index.tsx:349 msgid "Showing the first {0} — the remaining {1} session(s) will still be targeted when the message is sent." -msgstr "" +msgstr "Mostrando as primeiras {0} — as {1} sessão(ões) restantes ainda serão incluídas quando a mensagem for enviada." #: src/components/routes/admin/Announcements/index.tsx:410 msgid "Shown bouncing at the top of the modal" @@ -10204,7 +10204,7 @@ msgstr "Exibido quicando no topo do modal" #: src/components/forms/CheckInListForm/index.tsx:145 msgid "Shown to staff the first time they open the check-in page." -msgstr "" +msgstr "Mostrado para a equipe na primeira vez que abrem a página de check-in." #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:102 msgid "Shown to the customer after they checkout, on the order summary page." @@ -10220,7 +10220,7 @@ msgstr "Mostra campos de endereço comuns, incluindo o país" #: src/components/forms/ProductForm/ledgerSummaries.ts:60 msgid "Shows remaining" -msgstr "" +msgstr "Mostra o restante" #: src/components/routes/admin/Dashboard/index.tsx:402 msgid "Signed Up" @@ -10233,15 +10233,15 @@ msgstr "Simpson" #: src/components/modals/CreateEventModal/index.tsx:231 msgid "Single Event" -msgstr "" +msgstr "Evento único" #: src/components/forms/QuestionForm/index.tsx:100 msgid "Single line text box" msgstr "Caixa de texto de linha única" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:356 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:357 msgid "Skip manually edited dates" -msgstr "" +msgstr "Ignorar datas editadas manualmente" #: src/components/routes/welcome/index.tsx:559 msgid "Skip this step" @@ -10280,7 +10280,7 @@ msgstr "Vendido" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:579 msgid "sold out" -msgstr "" +msgstr "esgotado" #: src/components/common/EventCard/index.tsx:125 #: src/components/common/EventDateRange/index.tsx:65 @@ -10307,7 +10307,7 @@ msgstr "Esgotado, lista de espera disponível" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:293 msgid "Some details are hidden from public access. Log in to view everything." -msgstr "" +msgstr "Alguns detalhes não são de acesso público. Faça login para ver tudo." #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -10318,7 +10318,7 @@ msgstr "Algo deu errado" #: src/components/common/ImageUploadDropzone/index.tsx:130 msgid "Something went wrong while deleting the image. Please try again." -msgstr "" +msgstr "Algo deu errado ao excluir a imagem. Tente de novo." #: src/components/common/TaxAndFeeList/index.tsx:41 msgid "Something went wrong while deleting the Tax or Fee" @@ -10374,11 +10374,11 @@ msgstr "Usuários específicos" #: src/constants/eventCategories.ts:21 msgid "Spirituality" -msgstr "" +msgstr "Espiritualidade" #: src/components/forms/CheckInListForm/index.tsx:90 msgid "Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end." -msgstr "" +msgstr "Divida o check-in por dias, áreas ou tipos de ingresso. Compartilhe o link com a equipe — eles não precisam de conta." #: src/constants/eventCategories.ts:9 msgid "Sports" @@ -10386,11 +10386,11 @@ msgstr "Desporto" #: src/components/common/CheckIn/CheckInInfoModal.tsx:84 msgid "Staff instructions" -msgstr "" +msgstr "Instruções para a equipe" #: src/components/modals/SelectCheckInListModal/index.tsx:48 msgid "Start check-in" -msgstr "" +msgstr "Iniciar check-in" #: src/components/common/AdminEventsTable/index.tsx:96 #: src/components/modals/DuplicateEventModal/index.tsx:128 @@ -10418,31 +10418,31 @@ msgstr "Hora de início" #: src/components/common/AddressAutocomplete/index.tsx:87 msgid "Start typing a venue or address..." -msgstr "" +msgstr "Comece a digitar um local ou endereço..." #: src/components/forms/ProductForm/ledgerSummaries.ts:62 msgid "Starts collapsed" -msgstr "" +msgstr "Começa recolhido" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts in {diffDays} days" -msgstr "" +msgstr "Começa em {diffDays} dias" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:76 msgid "Starts in {diffMinutes} min" -msgstr "" +msgstr "Começa em {diffMinutes} min" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:86 msgid "Starts in {h}h {m}m" -msgstr "" +msgstr "Começa em {h} h {m} min" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:70 msgid "Starts in {seconds}s" -msgstr "" +msgstr "Começa em {seconds} s" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts tomorrow" -msgstr "" +msgstr "Começa amanhã" #: src/components/common/CheckoutQuestion/index.tsx:165 #: src/components/common/LocationPicker/index.tsx:254 @@ -10462,7 +10462,7 @@ msgstr "As estatísticas são baseadas na data de criação da conta" #: src/components/layouts/CheckIn/BottomNav.tsx:17 msgid "Stats" -msgstr "" +msgstr "Estatísticas" #: src/components/common/AdminEventsTable/index.tsx:111 #: src/components/common/AdminOrdersTable/index.tsx:85 @@ -10497,7 +10497,7 @@ msgstr "Status" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:323 msgid "Still needed" -msgstr "" +msgstr "Ainda necessário" #: src/components/common/ImpersonationBanner/index.tsx:53 msgid "Stop Impersonating" @@ -10515,7 +10515,7 @@ msgstr "Conta Stripe desconectada." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:350 msgid "Stripe connected" -msgstr "" +msgstr "Stripe conectado" #: src/components/routes/admin/Attribution/index.tsx:135 msgid "Stripe Connected" @@ -10523,11 +10523,11 @@ msgstr "Stripe conectado" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:163 msgid "Stripe connection copied from {0}." -msgstr "" +msgstr "Conexão Stripe copiada de {0}." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:84 msgid "Stripe didn't return a setup link. Please try again." -msgstr "" +msgstr "O Stripe não retornou um link de configuração. Tente de novo." #: src/components/routes/admin/Messages/index.tsx:73 msgid "Stripe Not Connected" @@ -10543,11 +10543,11 @@ msgstr "Os pagamentos via Stripe não estão ativados para este evento." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:434 msgid "Stripe will need a few more details soon" -msgstr "" +msgstr "O Stripe vai precisar de mais alguns dados em breve" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:283 msgid "Stripe will walk you through a few quick questions to finish setup." -msgstr "" +msgstr "O Stripe vai te guiar com algumas perguntas rápidas para concluir a configuração." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:131 #: src/components/modals/SendMessageModal/index.tsx:438 @@ -10752,7 +10752,7 @@ msgstr "Festival de Música de Verão 2025" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 msgid "Sun" -msgstr "" +msgstr "Dom" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -10782,7 +10782,7 @@ msgstr "Camiseta" #: src/components/forms/ProductForm/index.tsx:214 msgid "T-shirts, mugs and more" -msgstr "" +msgstr "Camisetas, canecas e muito mais" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:960 msgid "Tap dates like a calendar." @@ -10790,7 +10790,7 @@ msgstr "Toque nas datas como em um calendário." #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:59 msgid "Tap this screen to resume scanning" -msgstr "" +msgstr "Toque nesta tela para retomar a leitura" #: src/components/routes/admin/Announcements/AnnouncementTargetPicker.tsx:93 msgid "Target accounts" @@ -10802,7 +10802,7 @@ msgstr "Usuários de destino" #: src/components/modals/SendMessageModal/index.tsx:335 msgid "Targeting attendees across {0} selected sessions." -msgstr "" +msgstr "Alcançando participantes de {0} sessões selecionadas." #: src/components/common/AdminOrdersTable/index.tsx:84 #: src/components/common/OrdersTable/index.tsx:269 @@ -10856,7 +10856,7 @@ msgstr "Impostos" #: src/components/forms/ProductForm/index.tsx:477 msgid "Taxes & fees" -msgstr "" +msgstr "Impostos e taxas" #: src/components/common/ProductsTable/SortableProduct/index.tsx:151 msgid "Taxes & fees applied" @@ -10868,7 +10868,7 @@ msgstr "Impostos e taxas" #: src/components/layouts/AuthLayout/index.tsx:23 msgid "Team collaboration" -msgstr "" +msgstr "Colaboração em equipe" #: src/constants/eventCategories.ts:27 msgid "Tech" @@ -10892,11 +10892,11 @@ msgstr "Fale-nos sobre a sua organização. Esta informação será exibida nas #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1151 msgid "Tell us how often your event repeats and we'll create all the dates for you." -msgstr "" +msgstr "Conte para a gente com que frequência seu evento se repete e criamos todas as datas para você." #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:37 msgid "Tell us your VAT registration status so we apply the correct VAT treatment to platform fees." -msgstr "" +msgstr "Informe sua situação de registro de IVA para aplicarmos o tratamento correto às taxas de plataforma." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:194 msgid "Template Active" @@ -10930,7 +10930,7 @@ msgstr "Obrigado por participar!" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:55 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:77 msgid "Thanks," -msgstr "" +msgstr "Obrigado," #: src/components/routes/product-widget/SelectProducts/index.tsx:292 #: src/components/routes/product-widget/SelectProducts/index.tsx:538 @@ -10943,7 +10943,7 @@ msgstr "São {totalOccurrences} sessões — o máximo é {max}. Reduza o perío #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:54 msgid "That's a wrap" -msgstr "" +msgstr "É isso" #: src/components/common/ThemeColorControls/index.tsx:62 msgid "The background color of the page. When using cover image, this is applied as an overlay." @@ -11019,7 +11019,7 @@ msgstr "O organizador que você está procurando não foi encontrado. A página #: src/components/modals/CreateAttendeeModal/index.tsx:277 msgid "The override is recorded in the order audit log." -msgstr "" +msgstr "A exceção fica registrada no histórico de auditoria do pedido." #: src/components/common/ErrorDisplay/index.tsx:18 msgid "The page you are looking for does not exist" @@ -11055,7 +11055,7 @@ msgstr "O horário agendado deve ser no futuro" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:52 msgid "The session for \"{title}\" originally scheduled for {0} has been rescheduled." -msgstr "" +msgstr "A sessão de \"{title}\", originalmente marcada para {0}, foi remarcada." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:155 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:186 @@ -11090,7 +11090,7 @@ msgstr "Tema e cores" #: src/components/routes/product-widget/SelectProducts/index.tsx:965 msgid "There are no products available for this date. Please choose another date." -msgstr "" +msgstr "Não há produtos disponíveis para esta data. Escolha outra data." #: src/components/routes/product-widget/SelectProducts/index.tsx:639 msgid "There are no products available for this event" @@ -11102,7 +11102,7 @@ msgstr "Não há produtos disponíveis nesta categoria" #: src/components/routes/product-widget/SelectProducts/index.tsx:636 msgid "There are no upcoming dates for this event" -msgstr "" +msgstr "Este evento não tem datas futuras" #: src/components/modals/RefundOrderModal/index.tsx:175 msgid "There is a refund pending. Please wait for it to complete before requesting another refund." @@ -11122,15 +11122,15 @@ msgstr "Ocorreu um erro ao enviar sua mensagem" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:493 msgid "These details are shown on the attendee's ticket and order summary for this date only." -msgstr "" +msgstr "Estes dados aparecem no ingresso e no resumo do pedido do participante somente para esta data." #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:168 msgid "These details will only be shown if the order is completed successfully." msgstr "Esses detalhes só serão exibidos se o pedido for concluído com sucesso." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:491 msgid "These details will replace any existing location on the affected dates and show on attendee tickets." -msgstr "" +msgstr "Estes dados vão substituir qualquer local existente nas datas afetadas e aparecem nos ingressos dos participantes." #: src/components/forms/ProductForm/index.tsx:359 msgid "These prices apply across all dates in your schedule, and tier quantities limit total sales across all dates combined. Sale dates on tiers apply globally. You can override prices for individual dates on the <0>Occurrence Schedule page." @@ -11150,7 +11150,7 @@ msgstr "Estes modelos substituirão os padrões do organizador apenas para este #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:59 msgid "Third" -msgstr "" +msgstr "Terceiro" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:131 msgid "This account has no completed orders, so all of its data will be permanently deleted." @@ -11166,7 +11166,7 @@ msgstr "Esta conta está agendada para exclusão em <0>{scheduledDate}" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:259 msgid "This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes." -msgstr "" +msgstr "Isso vale para todas as datas correspondentes do evento, inclusive as que não estão visíveis agora. Os participantes inscritos em qualquer uma dessas datas ficarão acessíveis no editor de mensagens quando a atualização terminar." #: src/components/common/CheckIn/CheckInOptionsModal.tsx:33 msgid "This attendee has an unpaid order." @@ -11202,7 +11202,7 @@ msgstr "Esta lista de registro ainda não está ativa e não está disponível p #: src/components/layouts/CheckIn/index.tsx:503 msgid "This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins." -msgstr "" +msgstr "Esta lista de check-in pertence a uma sessão que foi cancelada, então não pode mais ser usada para check-ins." #: src/components/forms/AffiliateForm/index.tsx:41 msgid "This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed." @@ -11216,27 +11216,27 @@ msgstr "Esta combinação de cores pode ser difícil de ler para alguns usuário #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:40 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:330 msgid "This date has {orderCount} order(s) that will be affected." -msgstr "" +msgstr "Esta data tem {orderCount} pedido(s) que serão afetados." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:423 msgid "This date has been cancelled. You can still delete it to remove it permanently." -msgstr "" +msgstr "Esta data foi cancelada. Você ainda pode excluí-la para removê-la permanentemente." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:457 msgid "This date is in the past. It will be created but won't be visible to attendees under upcoming dates." -msgstr "" +msgstr "Esta data já passou. Ela será criada, mas não ficará visível para os participantes entre as datas futuras." #: src/components/modals/CreateAttendeeModal/index.tsx:273 msgid "This date is marked sold out." -msgstr "" +msgstr "Esta data está marcada como esgotada." #: src/components/routes/product-widget/SelectProducts/index.tsx:592 msgid "This date is no longer available. Please select another date." -msgstr "" +msgstr "Esta data não está mais disponível. Selecione outra data." #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "This date only" -msgstr "" +msgstr "Somente esta data" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:113 msgid "This disconnects {stripeAccountId} from this organizer. Paid ticket sales will stop working until you connect a Stripe account again." @@ -11252,7 +11252,7 @@ msgstr "Este evento ainda não tem ingressos ou produtos, então os participante #: src/components/layouts/ProductWidget/index.tsx:56 msgid "This event is not available" -msgstr "" +msgstr "Este evento não está disponível" #: src/components/common/StatusToggle/index.tsx:82 msgid "This event is not published yet" @@ -11264,7 +11264,7 @@ msgstr "Este evento está esgotado" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:106 msgid "This event's dates and times are set on the occurrence schedule." -msgstr "" +msgstr "As datas e os horários deste evento são definidos na programação de datas." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:153 msgid "This information will be shown on the payment page, order summary page, and order confirmation email." @@ -11272,7 +11272,7 @@ msgstr "Essas informações serão exibidas na página de pagamento, no resumo d #: src/components/routes/welcome/index.tsx:401 msgid "This is a recurring event" -msgstr "" +msgstr "Este é um evento recorrente" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:157 msgid "This is an online event" @@ -11317,7 +11317,7 @@ msgstr "Este nome é visível para os usuários finais" #: src/components/modals/CreateAttendeeModal/index.tsx:267 msgid "This occurrence is at capacity" -msgstr "" +msgstr "Esta data atingiu a capacidade máxima" #: src/components/forms/StripeCheckoutForm/index.tsx:131 msgid "This order has already been paid." @@ -11381,7 +11381,7 @@ msgstr "Este produto está esgotado" #: src/components/forms/ProductForm/index.tsx:547 msgid "This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to." -msgstr "" +msgstr "Este produto não aparece sozinho na página do evento — os compradores só o veem como complemento dos produtos aos quais está vinculado." #: src/components/modals/PublishEventModal/index.tsx:104 msgid "This recurring event has no dates yet, so there's nothing for attendees to book." @@ -11407,9 +11407,9 @@ msgstr "Este ingresso acabou de ser escaneado. Aguarde antes de escanear novamen msgid "This user is not active, as they have not accepted their invitation." msgstr "Esse usuário não está ativo, pois não aceitou o convite." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:367 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:368 msgid "This will affect {loadedAffectedCount} date(s)." -msgstr "" +msgstr "Isso vai afetar {loadedAffectedCount} data(s)." #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:80 msgid "This will be used for notifications and communication with your users." @@ -11433,11 +11433,11 @@ msgstr "Isso excluirá ou anonimizará permanentemente a conta imediatamente, se #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:107 msgid "Throughput" -msgstr "" +msgstr "Vazão" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 msgid "Thu" -msgstr "" +msgstr "Qui" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -11518,7 +11518,7 @@ msgstr "Ingresso reenviado com sucesso" #: src/components/routes/product-widget/SelectProducts/index.tsx:631 msgid "Ticket sales have ended for this event" -msgstr "" +msgstr "A venda de ingressos deste evento foi encerrada" #: src/components/routes/event/attendees.tsx:75 msgid "Ticket Type" @@ -11565,7 +11565,7 @@ msgstr "Os produtos escalonados permitem que você ofereça múltiplas opções #: src/components/forms/ProductForm/index.tsx:277 msgid "Tiers" -msgstr "" +msgstr "Faixas" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:70 msgid "TikTok" @@ -11573,7 +11573,7 @@ msgstr "TikTok" #: src/components/routes/event/OccurrencesTab/index.tsx:292 msgid "Time" -msgstr "" +msgstr "Horário" #: src/components/layouts/Checkout/index.tsx:322 msgid "Time left:" @@ -11585,7 +11585,7 @@ msgstr "Horários" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:725 msgid "Times shown in {timezoneAbbr}" -msgstr "" +msgstr "Horários exibidos em {timezoneAbbr}" #: src/components/common/PromoCodeTable/index.tsx:71 msgid "Times used" @@ -11617,7 +11617,7 @@ msgstr "O título é obrigatório" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1008 msgid "to" -msgstr "" +msgstr "a" #: src/components/routes/event/messages.tsx:93 msgid "To" @@ -11632,7 +11632,7 @@ msgstr "Para aumentar seus limites, entre em contato conosco em" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:119 #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:43 msgid "Today" -msgstr "" +msgstr "Hoje" #: src/components/common/ColumnVisibilityToggle/index.tsx:26 msgid "Toggle columns" @@ -11640,7 +11640,7 @@ msgstr "Alternar colunas" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:46 msgid "Tomorrow" -msgstr "" +msgstr "Amanhã" #: src/components/layouts/OrganizerLayout/index.tsx:108 msgid "Tools" @@ -11690,7 +11690,7 @@ msgstr "Taxa total" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:299 msgid "Total fees" -msgstr "" +msgstr "Total de taxas" #: src/components/routes/event/EventDashboard/index.tsx:341 #: src/components/routes/event/OccurrenceDetail/index.tsx:212 @@ -11708,7 +11708,7 @@ msgstr "Valor total do pedido" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:286 msgid "Total orders" -msgstr "" +msgstr "Total de pedidos" #: src/components/forms/ProductForm/index.tsx:315 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:71 @@ -11727,7 +11727,7 @@ msgstr "Total Reembolsado" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:293 msgid "Total tax" -msgstr "" +msgstr "Total de impostos" #: src/components/routes/event/EventDashboard/index.tsx:343 #: src/components/routes/event/OccurrenceDetail/index.tsx:214 @@ -11745,7 +11745,7 @@ msgstr "Visualizações totais" #: src/constants/eventCategories.ts:23 msgid "Tours" -msgstr "" +msgstr "Passeios" #: src/components/routes/admin/Attribution/index.tsx:32 msgid "Track account growth and performance by attribution source" @@ -11758,11 +11758,11 @@ msgstr "Rastreamento e análise" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:176 msgid "Try a different search term or filter" -msgstr "" +msgstr "Tente outro termo de busca ou outro filtro" -#: src/components/routes/event/OccurrencesTab/index.tsx:584 +#: src/components/routes/event/OccurrencesTab/index.tsx:599 msgid "Try adjusting your filters to see more dates." -msgstr "" +msgstr "Ajuste os filtros para ver mais datas." #: src/components/routes/auth/Login/index.tsx:141 #: src/components/routes/my-tickets/index.tsx:200 @@ -11775,7 +11775,7 @@ msgstr "Experimente Hi.Events Grátis" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 msgid "Tue" -msgstr "" +msgstr "Ter" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -11856,15 +11856,15 @@ msgstr "Não foi possível entrar na lista de espera" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:164 msgid "Unable to load attendee details." -msgstr "" +msgstr "Não foi possível carregar os dados do participante." #: src/components/routes/product-widget/SelectProducts/index.tsx:330 msgid "Unable to load products for this date. Please try again." -msgstr "" +msgstr "Não foi possível carregar os produtos desta data. Tente de novo." #: src/components/layouts/CheckIn/index.tsx:220 msgid "Unable to undo check-in" -msgstr "" +msgstr "Não foi possível desfazer o check-in" #: src/components/modals/EditQuestionModal/index.tsx:84 msgid "Unable to update question. Please check the your details" @@ -11876,7 +11876,7 @@ msgstr "Contas não atribuídas" #: src/components/layouts/CheckIn/index.tsx:255 msgid "Undo" -msgstr "" +msgstr "Desfazer" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:30 msgid "Unique Customers" @@ -11942,7 +11942,7 @@ msgstr "até" #: src/components/forms/ProductForm/ledgerSummaries.ts:49 msgid "Until {end}" -msgstr "" +msgstr "Até {end}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1059 msgid "Until a date" @@ -11950,11 +11950,11 @@ msgstr "Até uma data" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled product" -msgstr "" +msgstr "Produto sem título" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled ticket" -msgstr "" +msgstr "Ingresso sem título" #: src/components/common/AdminAccountsTable/index.tsx:101 msgid "Untrusted" @@ -11962,7 +11962,7 @@ msgstr "Não confiável" #: src/components/forms/ProductForm/ledgerSummaries.ts:118 msgid "Up to {max} per order" -msgstr "" +msgstr "Até {max} por pedido" #: src/components/common/EventsDashboardStatusButtons/index.tsx:20 #: src/components/common/EventStatusBadge/index.tsx:16 @@ -11974,7 +11974,7 @@ msgstr "Próximos" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:375 msgid "Upcoming events" -msgstr "" +msgstr "Próximos eventos" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Upcoming Events" @@ -11990,11 +11990,11 @@ msgstr "Atualizar afiliado" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Update capacity" -msgstr "" +msgstr "Atualizar capacidade" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:73 msgid "Update event name and description" -msgstr "" +msgstr "Atualizar o nome e a descrição do evento" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:74 msgid "Update event name, description and dates" @@ -12002,11 +12002,11 @@ msgstr "Atualizar o nome, a descrição e as datas do evento" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Update label" -msgstr "" +msgstr "Atualizar rótulo" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Update location" -msgstr "" +msgstr "Atualizar local" #: src/components/routes/profile/ManageProfile/index.tsx:215 msgid "Update profile" @@ -12014,11 +12014,11 @@ msgstr "Atualizar perfil" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:71 msgid "Update: {subjectTitle} — schedule changes" -msgstr "" +msgstr "Atualização: {subjectTitle} — alterações na programação" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:48 msgid "Update: {subjectTitle} — session time changed" -msgstr "" +msgstr "Atualização: {subjectTitle} — horário da sessão alterado" #: src/components/routes/admin/Announcements/index.tsx:163 msgid "Updated" @@ -12026,19 +12026,19 @@ msgstr "Atualizado" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:217 msgid "Updated {count} date(s)" -msgstr "" +msgstr "{count} data(s) atualizada(s)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:213 msgid "Updated capacity for {count} date(s)" -msgstr "" +msgstr "Capacidade atualizada em {count} data(s)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:214 msgid "Updated label for {count} date(s)" -msgstr "" +msgstr "Rótulo atualizado em {count} data(s)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:215 msgid "Updated location for {count} date(s)" -msgstr "" +msgstr "Local atualizado em {count} data(s)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1138 msgid "Updates as you build the rule. Flip through months to sanity-check dates." @@ -12046,7 +12046,7 @@ msgstr "Atualiza conforme você monta a regra. Navegue pelos meses para conferir #: src/components/forms/ProductForm/ProductPreview.tsx:93 msgid "Updates as you type." -msgstr "" +msgstr "Atualiza conforme você digita." #: src/components/routes/organizer/Settings/Sections/ImageAssetSettings/index.tsx:39 msgid "Upload a cover image for your organizer" @@ -12093,15 +12093,15 @@ msgstr "Limite de uso" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:80 msgid "USB" -msgstr "" +msgstr "USB" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner listening" -msgstr "" +msgstr "Scanner USB aguardando" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner paused" -msgstr "" +msgstr "Scanner USB pausado" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:154 msgid "Use <0>Liquid templating to personalize your emails" @@ -12119,7 +12119,7 @@ msgstr "Usar imagem de capa" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:531 msgid "Use event default" -msgstr "" +msgstr "Usar o padrão do evento" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:49 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -12193,11 +12193,11 @@ msgstr "IVA" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:195 msgid "VAT country code" -msgstr "" +msgstr "Código do país do IVA" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:173 msgid "VAT number" -msgstr "" +msgstr "Número de IVA" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:212 msgid "VAT Number" @@ -12234,7 +12234,7 @@ msgstr "Taxa de IVA" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:168 msgid "VAT registered" -msgstr "" +msgstr "Registrado para IVA" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:165 #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:173 @@ -12247,7 +12247,7 @@ msgstr "Configurações de IVA salvas. Estamos validando seu número de IVA em s #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:85 msgid "VAT settings updated" -msgstr "" +msgstr "Configurações de IVA atualizadas" #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:27 msgid "VAT Treatment for Platform Fees" @@ -12263,11 +12263,11 @@ msgstr "Serviço de validação de IVA temporariamente indisponível" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:225 msgid "VAT: {0}" -msgstr "" +msgstr "IVA: {0}" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:230 msgid "VAT: not registered" -msgstr "" +msgstr "IVA: não registrado" #: src/components/common/LocationPicker/index.tsx:230 #: src/components/modals/LocationEditModal/index.tsx:140 @@ -12280,7 +12280,7 @@ msgstr "Código de verificação" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:77 msgid "Verification email sent. Check your inbox." -msgstr "" +msgstr "E-mail de verificação enviado. Confira sua caixa de entrada." #: src/components/routes/admin/Attribution/index.tsx:136 #: src/components/routes/admin/Dashboard/index.tsx:421 @@ -12298,7 +12298,7 @@ msgstr "Verifique seu e-mail" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:159 msgid "Verify your email so attendees can receive tickets" -msgstr "" +msgstr "Verifique seu e-mail para que os participantes possam receber os ingressos" #: src/components/routes/welcome/index.tsx:189 msgid "Verifying..." @@ -12310,19 +12310,19 @@ msgstr "Vietnamita" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:68 msgid "View All" -msgstr "" +msgstr "Ver tudo" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:380 msgid "View all →" -msgstr "" +msgstr "Ver tudo →" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:424 msgid "View all capabilities" -msgstr "" +msgstr "Ver todos os recursos" #: src/components/modals/SelectCheckInListModal/index.tsx:87 msgid "View all check-in lists" -msgstr "" +msgstr "Ver todas as listas de check-in" #: src/components/routes/admin/Messages/index.tsx:108 msgid "View all messages sent across the platform" @@ -12347,7 +12347,7 @@ msgstr "Ver Detalhes" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:192 msgid "View details for {0} {1}" -msgstr "" +msgstr "Ver detalhes de {0} {1}" #: src/components/common/AdminEventsTable/index.tsx:157 #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:58 @@ -12427,11 +12427,11 @@ msgstr "Ingresso VIP" #: src/components/forms/ProductForm/visibilityStatus.ts:41 msgid "Visible from {start} — hidden until sales open." -msgstr "" +msgstr "Visível a partir de {start} — oculto até as vendas abrirem." #: src/components/forms/ProductForm/visibilityStatus.ts:56 msgid "Visible to everyone on the event page." -msgstr "" +msgstr "Visível para todos na página do evento." #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:104 msgid "VK" @@ -12450,7 +12450,7 @@ msgstr "Aguardando pagamento" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:64 msgid "Waiting for scan…" -msgstr "" +msgstr "Aguardando leitura…" #: src/components/forms/ProductForm/index.tsx:460 #: src/components/layouts/AuthLayout/index.tsx:17 @@ -12480,7 +12480,7 @@ msgstr "Não foi possível processar seu pagamento. Tente novamente ou entre em #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:167 msgid "We couldn't copy that Stripe connection. Please try again." -msgstr "" +msgstr "Não conseguimos copiar essa conexão Stripe. Tente de novo." #: src/components/common/ProductsTable/SortableCategory/index.tsx:56 msgid "We couldn't delete the category. Please try again." @@ -12512,7 +12512,7 @@ msgstr "Não foi possível encontrar este pedido. Ele pode ter sido removido." #: src/hooks/useOccurrenceCheckIn.tsx:43 msgid "We couldn't load the check-in lists. Please try again." -msgstr "" +msgstr "Não conseguimos carregar as listas de check-in. Tente de novo." #: src/components/common/ErrorLoadingMessage/index.tsx:13 msgid "We couldn't load the data. Please try again." @@ -12520,7 +12520,7 @@ msgstr "Não foi possível carregar os dados. Por favor, tente novamente." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:97 msgid "We couldn't reach Stripe just now. Please try again in a moment." -msgstr "" +msgstr "Não conseguimos falar com o Stripe agora. Tente de novo daqui a pouco." #: src/components/common/ProductsTable/SortableCategory/index.tsx:98 msgid "We couldn't reorder the categories. Please try again." @@ -12532,7 +12532,7 @@ msgstr "Ocorreu um problema ao carregar esta página. Por favor, tente novamente #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:236 msgid "We partner with Stripe to send payouts straight to your bank account." -msgstr "" +msgstr "Trabalhamos com o Stripe para enviar os repasses direto para a sua conta bancária." #: src/components/routes/event/TicketDesigner/index.tsx:144 msgid "We recommend a square logo with minimum dimensions of 200x200px" @@ -12549,7 +12549,7 @@ msgstr "Recomendamos dimensões de 400px por 400px e tamanho máximo de 5MB" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:158 msgid "We sent a verification link to {0}" -msgstr "" +msgstr "Enviamos um link de verificação para {0}" #: src/components/common/CookieConsentBanner/index.tsx:18 msgid "We use cookies to help us understand how the site is used and to improve your experience." @@ -12578,7 +12578,7 @@ msgstr "Notificaremos você por e-mail se uma vaga ficar disponível para {produ #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:267 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:301 msgid "We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically." -msgstr "" +msgstr "Depois de salvar, abrimos um editor de mensagens com um modelo já preenchido. Você revisa e envia — nada é enviado automaticamente." #: src/components/routes/product-widget/CollectInformation/index.tsx:456 msgid "We'll send your tickets to this email" @@ -12594,7 +12594,7 @@ msgstr "Estamos processando seu pedido. Por favor, aguarde..." #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:75 msgid "We've made changes to the schedule for \"{title}\" — {description} affecting {affectedCount} session(s)." -msgstr "" +msgstr "Alteramos a programação de \"{title}\" — {description} afeta {affectedCount} sessão(ões)." #: src/components/routes/welcome/index.tsx:147 msgid "We've sent a 5-digit verification code to:" @@ -12612,7 +12612,7 @@ msgstr "Webhook excluído com sucesso" #: src/components/layouts/AuthLayout/index.tsx:25 msgid "Webhook integrations" -msgstr "" +msgstr "Integrações de webhooks" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:137 #: src/components/modals/WebhookLogsModal/index.tsx:151 @@ -12650,7 +12650,7 @@ msgstr "Site" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 msgid "Wed" -msgstr "" +msgstr "Qua" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -12659,16 +12659,16 @@ msgstr "Quarta-feira" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:88 msgid "week" -msgstr "" +msgstr "semana" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:51 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Weekly" -msgstr "" +msgstr "Semanal" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:96 msgid "weeks" -msgstr "" +msgstr "semanas" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:105 msgid "Weibo" @@ -12696,7 +12696,7 @@ msgstr "Bem-vindo ao {0}, aqui está uma lista de todos os seus eventos" #: src/constants/eventCategories.ts:20 msgid "Wellness" -msgstr "" +msgstr "Bem-estar" #: src/components/forms/ProductForm/index.tsx:349 msgid "What are Tiered Products?" @@ -12732,7 +12732,7 @@ msgstr "Que tipo de pergunta é essa?" #: src/components/forms/CheckInListForm/index.tsx:172 msgid "What unauthenticated staff can see" -msgstr "" +msgstr "O que a equipe não logada pode ver" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:89 msgid "WhatsApp" @@ -12744,7 +12744,7 @@ msgstr "Quando um check-in é excluído" #: src/components/forms/WebhookForm/index.tsx:135 msgid "When a date is cancelled on a recurring event" -msgstr "" +msgstr "Quando uma data de um evento recorrente é cancelada" #: src/components/forms/WebhookForm/index.tsx:105 msgid "When a new attendee is created" @@ -12909,7 +12909,7 @@ msgstr "X (Twitter)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:90 msgid "year" -msgstr "" +msgstr "ano" #: src/components/common/OrganizerReportTable/index.tsx:59 #: src/components/common/PeriodSelector/index.tsx:38 @@ -12920,11 +12920,11 @@ msgstr "Ano até agora" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:53 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Yearly" -msgstr "" +msgstr "Anual" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:98 msgid "years" -msgstr "" +msgstr "anos" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:191 msgid "Yes" @@ -12969,7 +12969,7 @@ msgstr "Você pode criar um código promocional que direcione este produto no" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1115 msgid "You can override this for individual dates later." -msgstr "" +msgstr "Você pode personalizar isso para datas específicas depois." #: src/components/modals/OfferWaitlistModal/index.tsx:110 msgid "You can still manually offer tickets if needed." @@ -13035,7 +13035,7 @@ msgstr "Você adicionou taxas e impostos a um produto gratuito. Deseja removê-l #: src/components/forms/ProductForm/ProductDrawer.tsx:57 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:728 msgid "You have unsaved changes. Are you sure you want to discard them?" -msgstr "" +msgstr "Você tem alterações não salvas. Tem certeza de que quer descartá-las?" #: src/components/modals/SendMessageModal/index.tsx:204 msgid "You must acknowledge that this email is not promotional" @@ -13067,7 +13067,7 @@ msgstr "Você precisa verificar seu e-mail antes de atualizar o status do organi #: src/components/modals/CreateAttendeeModal/index.tsx:186 msgid "You need to create at least one occurrence before you can add attendees to this recurring event." -msgstr "" +msgstr "Você precisa criar pelo menos uma data antes de adicionar participantes a este evento recorrente." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:355 msgid "You need to verify your account email before you can modify email templates." @@ -13087,7 +13087,7 @@ msgstr "Você terá que marcar um pedido como pago manualmente. Isso pode ser fe #: src/components/modals/CreateEventModal/index.tsx:253 msgid "You'll be able to set up dates, schedules, and recurrence rules in the next step." -msgstr "" +msgstr "No próximo passo você poderá configurar datas, programações e regras de recorrência." #: src/components/modals/CreateCheckInListModal/index.tsx:64 msgid "You'll need a ticket before you can create a check-in list." @@ -13103,7 +13103,7 @@ msgstr "Você precisará de pelo menos um produto para começar. Grátis, pago o #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:254 msgid "You're changing session times" -msgstr "" +msgstr "Você está alterando horários de sessões" #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:168 msgid "You're going to {0}!" @@ -13123,7 +13123,7 @@ msgstr "Você recebeu uma oferta de vaga!" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:290 msgid "You've changed the session time" -msgstr "" +msgstr "Você alterou o horário da sessão" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:92 msgid "Your account has been deactivated and will be permanently deleted on <0>{0}." @@ -13264,7 +13264,7 @@ msgstr "Seu reembolso está sendo processado." #: src/components/layouts/CheckIn/index.tsx:117 msgid "Your saved date filter is no longer available — showing all dates." -msgstr "" +msgstr "Seu filtro de datas salvo não está mais disponível — mostrando todas as datas." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:116 msgid "Your Stripe account itself isn't affected, and no data is lost — you can reconnect at any time." @@ -13276,7 +13276,7 @@ msgstr "Seu ingresso para" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:54 msgid "Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions." -msgstr "" +msgstr "Seu ingresso continua válido — você não precisa fazer nada, a não ser que o novo horário não sirva para você. Responda a este e-mail se tiver dúvidas." #: src/components/routes/product-widget/CollectInformation/index.tsx:377 msgid "Your tickets have been confirmed." diff --git a/frontend/src/locales/pt.js b/frontend/src/locales/pt.js index 4036fc2d56..481b100eb7 100644 --- a/frontend/src/locales/pt.js +++ b/frontend/src/locales/pt.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Ainda não há nada para mostrar'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>desmarcado com sucesso\"],\"KMgp2+\":[[\"0\"],\" disponível\"],\"Pmr5xp\":[[\"0\"],\" criado com sucesso\"],\"FImCSc\":[[\"0\"],\" atualizado com sucesso\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" dias, \",[\"hours\"],\" horas, \",[\"minutes\"],\" minutos e \",[\"seconds\"],\" segundos\"],\"f3RdEk\":[[\"hours\"],\" horas, \",[\"minutes\"],\" minutos e \",[\"seconds\"],\" segundos\"],\"fyE7Au\":[[\"minutos\"],\" minutos e \",[\"segundos\"],\" segundos\"],\"NlQ0cx\":[\"Primeiro evento de \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://seu-website.com\",\"qnSLLW\":\"<0>Por favor, insira o preço sem incluir impostos e taxas.<1>Impostos e taxas podem ser adicionados abaixo.\",\"ZjMs6e\":\"<0>O número de produtos disponíveis para este produto<1>Esse valor pode ser substituído se houver <2>Limites de Capacidade associados a este produto.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 minutos e 0 segundos\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Um campo de data. Perfeito para pedir uma data de nascimento, etc.\",\"6euFZ/\":[\"Um \",[\"type\"],\" padrão é automaticamente aplicado a todos os novos produtos. Você pode substituir isso para cada produto.\"],\"SMUbbQ\":\"Uma entrada suspensa permite apenas uma seleção\",\"qv4bfj\":\"Uma taxa, como uma taxa de reserva ou uma taxa de serviço\",\"POT0K/\":\"Um valor fixo por produto. Ex: $0,50 por produto\",\"f4vJgj\":\"Uma entrada de texto multilinha\",\"OIPtI5\":\"Uma porcentagem do preço do produto. Ex: 3,5% do preço do produto\",\"ZthcdI\":\"Um código promocional sem desconto pode ser usado para revelar produtos ocultos.\",\"AG/qmQ\":\"Uma opção Rádio tem múltiplas opções, mas apenas uma pode ser selecionada.\",\"h179TP\":\"Uma breve descrição do evento que será exibida nos resultados dos buscadores e no compartilhamento nas redes sociais. Por padrão, a descrição do evento será usada\",\"WKMnh4\":\"Uma entrada de texto de linha única\",\"BHZbFy\":\"Uma única pergunta por pedido. Ex: Qual é o seu endereço de entrega?\",\"Fuh+dI\":\"Uma única pergunta por produto. Ex: Qual é o seu tamanho de camiseta?\",\"RlJmQg\":\"Um imposto padrão, como IVA ou GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Aceitar transferências bancárias, cheques ou outros métodos de pagamento offline\",\"hrvLf4\":\"Aceitar pagamentos com cartão de crédito através do Stripe\",\"bfXQ+N\":\"Aceitar convite\",\"AeXO77\":\"Conta\",\"lkNdiH\":\"Nome da conta\",\"Puv7+X\":\"Configurações de Conta\",\"OmylXO\":\"Conta atualizada com sucesso\",\"7L01XJ\":\"Ações\",\"FQBaXG\":\"Ativar\",\"5T2HxQ\":\"Data de ativação\",\"F6pfE9\":\"Ativo\",\"/PN1DA\":\"Adicione uma descrição para esta lista de registro\",\"0/vPdA\":\"Adicione quaisquer notas sobre o participante. Estas não serão visíveis para o participante.\",\"Or1CPR\":\"Adicione quaisquer notas sobre o participante...\",\"l3sZO1\":\"Adicione quaisquer notas sobre o pedido. Estas não serão visíveis para o cliente.\",\"xMekgu\":\"Adicione quaisquer notas sobre o pedido...\",\"PGPGsL\":\"Adicionar descrição\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Adicione instruções para pagamentos offline (por exemplo, detalhes de transferência bancária, onde enviar cheques, prazos de pagamento)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Adicionar novo\",\"TZxnm8\":\"Adicionar opção\",\"24l4x6\":\"Adicionar Produto\",\"8q0EdE\":\"Adicionar Produto à Categoria\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Adicionar imposto ou taxa\",\"goOKRY\":\"Adicionar nível\",\"oZW/gT\":\"Adicionar ao calendário\",\"pn5qSs\":\"Informações adicionais\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Endereço\",\"NY/x1b\":\"Endereço Linha 1\",\"POdIrN\":\"Endereço Linha 1\",\"cormHa\":\"Endereço linha 2\",\"gwk5gg\":\"endereço linha 2\",\"U3pytU\":\"Administrador\",\"HLDaLi\":\"Os usuários administradores têm acesso total aos eventos e configurações da conta.\",\"W7AfhC\":\"Todos os participantes deste evento\",\"cde2hc\":\"Todos os Produtos\",\"5CQ+r0\":\"Permitir que participantes associados a pedidos não pagos façam check-in\",\"ipYKgM\":\"Permitir indexação do mecanismo de pesquisa\",\"LRbt6D\":\"Permitir que mecanismos de pesquisa indexem este evento\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Incrível, evento, palavras-chave...\",\"hehnjM\":\"Quantia\",\"R2O9Rg\":[\"Valor pago (\",[\"0\"],\")\"],\"V7MwOy\":\"Ocorreu um erro ao carregar a página\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Um erro inesperado ocorreu.\",\"byKna+\":\"Um erro inesperado ocorreu. Por favor, tente novamente.\",\"ubdMGz\":\"Quaisquer perguntas dos portadores de produtos serão enviadas para este endereço de e-mail. Este também será usado como o endereço de \\\"responder para\\\" em todos os e-mails enviados deste evento\",\"aAIQg2\":\"Aparência\",\"Ym1gnK\":\"aplicado\",\"sy6fss\":[\"Aplica-se a \",[\"0\"],\" produtos\"],\"kadJKg\":\"Aplica-se a 1 produto\",\"DB8zMK\":\"Aplicar\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Aplicar este \",[\"type\"],\" a todos os novos produtos\"],\"S0ctOE\":\"Arquivar evento\",\"TdfEV7\":\"Arquivado\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Tem certeza de que deseja ativar este participante?\",\"TvkW9+\":\"Tem certeza de que deseja arquivar este evento?\",\"/CV2x+\":\"Tem certeza de que deseja cancelar este participante? Isso anulará o ingresso\",\"YgRSEE\":\"Tem certeza de que deseja excluir este código promocional?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Tem certeza de que deseja fazer o rascunho deste evento? Isso tornará o evento invisível para o público\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Tem certeza de que deseja restaurar este evento? Ele será restaurado como um evento rascunho.\",\"vJuISq\":\"Tem certeza de que deseja excluir esta Atribuição de Capacidade?\",\"baHeCz\":\"Tem certeza de que deseja excluir esta lista de registro?\",\"LBLOqH\":\"Pergunte uma vez por pedido\",\"wu98dY\":\"Perguntar uma vez por produto\",\"ss9PbX\":\"Participante\",\"m0CFV2\":\"Detalhes do participante\",\"QKim6l\":\"Participante não encontrado\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Bilhete do Participante\",\"9SZT4E\":\"Participantes\",\"iPBfZP\":\"Participantes Registrados\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Redimensionamento automático\",\"vZ5qKF\":\"Redimensionar automaticamente a altura do widget com base no conteúdo. Quando desativado, o widget preencherá a altura do contêiner.\",\"4lVaWA\":\"Aguardando pagamento offline\",\"2rHwhl\":\"Aguardando pagamento offline\",\"3wF4Q/\":\"Aguardando pagamento\",\"ioG+xt\":\"Aguardando Pagamento\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Impressionante Organizador Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Voltar à página do evento\",\"VCoEm+\":\"Volte ao login\",\"k1bLf+\":\"Cor de fundo\",\"I7xjqg\":\"Tipo de plano de fundo\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Endereço de cobrança\",\"/xC/im\":\"Configurações de cobrança\",\"rp/zaT\":\"Português brasileiro\",\"whqocw\":\"Ao se registrar, você concorda com nossos <0>Termos de Serviço e <1>Política de Privacidade.\",\"bcCn6r\":\"Tipo de cálculo\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Cancelar\",\"Gjt/py\":\"Cancelar alteração de e-mail\",\"tVJk4q\":\"Cancelar pedido\",\"Os6n2a\":\"Cancelar pedido\",\"Mz7Ygx\":[\"Cancelar pedido \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Cancelado\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Capacidade\",\"V6Q5RZ\":\"Atribuição de Capacidade criada com sucesso\",\"k5p8dz\":\"Atribuição de Capacidade excluída com sucesso\",\"nDBs04\":\"Gestão de capacidade\",\"ddha3c\":\"As categorias permitem agrupar produtos. Por exemplo, você pode ter uma categoria para \\\"Ingressos\\\" e outra para \\\"Mercadorias\\\".\",\"iS0wAT\":\"As categorias ajudam a organizar seus produtos. Este título será exibido na página pública do evento.\",\"eorM7z\":\"Categorias reordenadas com sucesso.\",\"3EXqwa\":\"Categoria Criada com Sucesso\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Alterar a senha\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Fazer check-in de \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Fazer check-in e marcar pedido como pago\",\"QYLpB4\":\"Apenas fazer check-in\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Confira este evento!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Lista de registro excluída com sucesso\",\"+hBhWk\":\"A lista de registro expirou\",\"mBsBHq\":\"A lista de registro não está ativa\",\"vPqpQG\":\"Lista de check-in não encontrada\",\"tejfAy\":\"Listas de Registro\",\"hD1ocH\":\"URL de check-in copiada para a área de transferência\",\"CNafaC\":\"As opções de caixa de seleção permitem seleções múltiplas\",\"SpabVf\":\"Caixas de seleção\",\"CRu4lK\":\"Registado\",\"znIg+z\":\"Finalizar compra\",\"1WnhCL\":\"Configurações de check-out\",\"6imsQS\":\"Chinês simplificado\",\"JjkX4+\":\"Escolha uma cor para o seu plano de fundo\",\"/Jizh9\":\"Escolha uma conta\",\"3wV73y\":\"Cidade\",\"FG98gC\":\"Limpar texto de pesquisa\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Clique para copiar\",\"yz7wBu\":\"Fechar\",\"62Ciis\":\"Fechar barra lateral\",\"EWPtMO\":\"Código\",\"ercTDX\":\"O código deve ter entre 3 e 50 caracteres\",\"oqr9HB\":\"Recolher este produto quando a página do evento for carregada inicialmente\",\"jZlrte\":\"Cor\",\"Vd+LC3\":\"A cor deve ser um código de cor hexadecimal válido. Exemplo: #ffffff\",\"1HfW/F\":\"Cores\",\"VZeG/A\":\"Em breve\",\"yPI7n9\":\"Palavras-chave separadas por vírgulas que descrevem o evento. Eles serão usados pelos mecanismos de pesquisa para ajudar a categorizar e indexar o evento\",\"NPZqBL\":\"Ordem completa\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Concluir pagamento\",\"qqWcBV\":\"Concluído\",\"6HK5Ct\":\"Pedidos concluídos\",\"NWVRtl\":\"Pedidos concluídos\",\"DwF9eH\":\"Código do componente\",\"Tf55h7\":\"Desconto configurado\",\"7VpPHA\":\"confirme\",\"ZaEJZM\":\"Confirmar alteração de e-mail\",\"yjkELF\":\"Confirme a nova senha\",\"xnWESi\":\"Confirme sua senha\",\"p2/GCq\":\"Confirme sua senha\",\"wnDgGj\":\"Confirmando endereço de e-mail...\",\"pbAk7a\":\"Conectar faixa\",\"UMGQOh\":\"Conecte-se com Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Detalhes da conexão\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Continuar\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Texto do botão Continuar\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Copiado\",\"T5rdis\":\"Copiado para a área de transferência\",\"he3ygx\":\"cópia de\",\"r2B2P8\":\"Copiar URL de check-in\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Link de cópia\",\"E6nRW7\":\"Copiar URL\",\"JNCzPW\":\"País\",\"IF7RiR\":\"Cobrir\",\"hYgDIe\":\"Criar\",\"b9XOHo\":[\"Criar \",[\"0\"]],\"k9RiLi\":\"Criar um Produto\",\"6kdXbW\":\"Crie um código promocional\",\"n5pRtF\":\"Crie um ingresso\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"criar um organizador\",\"ipP6Ue\":\"Criar participante\",\"VwdqVy\":\"Criar Atribuição de Capacidade\",\"EwoMtl\":\"Criar categoria\",\"XletzW\":\"Criar Categoria\",\"WVbTwK\":\"Criar Lista de Registro\",\"uN355O\":\"Criar Evento\",\"BOqY23\":\"Crie um novo\",\"kpJAeS\":\"Criar organizador\",\"a0EjD+\":\"Criar Produto\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Criar código promocional\",\"B3Mkdt\":\"Criar pergunta\",\"UKfi21\":\"Criar imposto ou taxa\",\"d+F6q9\":\"Criado\",\"Q2lUR2\":\"Moeda\",\"DCKkhU\":\"Senha atual\",\"uIElGP\":\"URL de mapas personalizados\",\"UEqXyt\":\"Intervalo personalizado\",\"876pfE\":\"Cliente\",\"QOg2Sf\":\"Personalize as configurações de e-mail e notificação deste evento\",\"Y9Z/vP\":\"Personalize a página inicial do evento e as mensagens de checkout\",\"2E2O5H\":\"Personalize as diversas configurações deste evento\",\"iJhSxe\":\"Personalize as configurações de SEO para este evento\",\"KIhhpi\":\"Personalize a página do seu evento\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Zona de perigo\",\"ZQKLI1\":\"Zona de Perigo\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"Data\",\"JvUngl\":\"Data e hora\",\"JJhRbH\":\"Capacidade do primeiro dia\",\"cnGeoo\":\"Excluir\",\"jRJZxD\":\"Excluir Capacidade\",\"VskHIx\":\"Excluir categoria\",\"Qrc8RZ\":\"Excluir Lista de Registro\",\"WHf154\":\"Excluir código\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Descrição\",\"YC3oXa\":\"Descrição para a equipe de registro\",\"URmyfc\":\"Detalhes\",\"1lRT3t\":\"Desativar esta capacidade rastreará as vendas, mas não as interromperá quando o limite for atingido\",\"H6Ma8Z\":\"Desconto\",\"ypJ62C\":\"% de desconto\",\"3LtiBI\":[\"Desconto em \",[\"0\"]],\"C8JLas\":\"Tipo de desconto\",\"1QfxQT\":\"Dismiss\",\"DZlSLn\":\"Etiqueta do documento\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Baixar .ics\",\"kodV18\":\"Baixar CSV\",\"CELKku\":\"Baixar fatura\",\"LQrXcu\":\"Baixar fatura\",\"QIodqd\":\"Baixar código QR\",\"yhjU+j\":\"A baixar fatura\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Seleção suspensa\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Duplicar evento\",\"3ogkAk\":\"Duplicar evento\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Duplicar Opções\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Madrugador\",\"ePK91l\":\"Editar\",\"N6j2JH\":[\"Editar \",[\"0\"]],\"kBkYSa\":\"Editar Capacidade\",\"oHE9JT\":\"Editar Atribuição de Capacidade\",\"j1Jl7s\":\"Editar categoria\",\"FU1gvP\":\"Editar Lista de Registro\",\"iFgaVN\":\"Editar código\",\"jrBSO1\":\"Editar organizador\",\"tdD/QN\":\"Editar Produto\",\"n143Tq\":\"Editar Categoria de Produto\",\"9BdS63\":\"Editar código promocional\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Editar pergunta\",\"poTr35\":\"Editar usuário\",\"GTOcxw\":\"Editar usuário\",\"pqFrv2\":\"por exemplo. 2,50 por US$ 2,50\",\"3yiej1\":\"por exemplo. 23,5 para 23,5%\",\"O3oNi5\":\"E-mail\",\"VxYKoK\":\"Configurações de e-mail e notificação\",\"ATGYL1\":\"Endereço de email\",\"hzKQCy\":\"Endereço de email\",\"HqP6Qf\":\"Alteração de e-mail cancelada com sucesso\",\"mISwW1\":\"Alteração de e-mail pendente\",\"APuxIE\":\"Confirmação de e-mail reenviada\",\"YaCgdO\":\"Confirmação de e-mail reenviada com sucesso\",\"jyt+cx\":\"Mensagem de rodapé do e-mail\",\"I6F3cp\":\"E-mail não verificado\",\"NTZ/NX\":\"Código de incorporação\",\"4rnJq4\":\"Script de incorporação\",\"8oPbg1\":\"Habilitar faturamento\",\"j6w7d/\":\"Ative esta capacidade para interromper as vendas de produtos quando o limite for atingido\",\"VFv2ZC\":\"Data de término\",\"237hSL\":\"Terminou\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Inglês\",\"MhVoma\":\"Insira um valor sem impostos e taxas.\",\"SlfejT\":\"Erro\",\"3Z223G\":\"Erro ao confirmar o endereço de e-mail\",\"a6gga1\":\"Erro ao confirmar a alteração do e-mail\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Evento\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Data do Evento\",\"0Zptey\":\"Padrões de eventos\",\"QcCPs8\":\"Detalhes do evento\",\"6fuA9p\":\"Evento duplicado com sucesso\",\"AEuj2m\":\"Página inicial do evento\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Local do evento e detalhes do local\",\"OopDbA\":\"Event page\",\"4/If97\":\"Falha na atualização do status do evento. Por favor, tente novamente mais tarde\",\"btxLWj\":\"Status do evento atualizado\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Eventos\",\"sZg7s1\":\"Data de Expiração\",\"KnN1Tu\":\"Expira\",\"uaSvqt\":\"Data de validade\",\"GS+Mus\":\"Exportar\",\"9xAp/j\":\"Falha ao cancelar participante\",\"ZpieFv\":\"Falha ao cancelar pedido\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Falha ao baixar a fatura. Por favor, tente novamente.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Falha ao carregar a Lista de Registro\",\"ZQ15eN\":\"Falha ao reenviar e-mail do ticket\",\"ejXy+D\":\"Falha ao ordenar os produtos\",\"PLUB/s\":\"Taxa\",\"/mfICu\":\"Tarifas\",\"LyFC7X\":\"Filtrar pedidos\",\"cSev+j\":\"Filtros\",\"CVw2MU\":[\"Filtros (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Primeiro número da fatura\",\"V1EGGU\":\"Primeiro nome\",\"kODvZJ\":\"Primeiro nome\",\"S+tm06\":\"O nome deve ter entre 1 e 50 caracteres\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Usado pela primeira vez\",\"TpqW74\":\"Fixo\",\"irpUxR\":\"Quantia fixa\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Esqueceu sua senha?\",\"2POOFK\":\"Livre\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"francês\",\"Weq9zb\":\"General\",\"DDcvSo\":\"alemão\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Voltar ao perfil\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Agenda\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Vendas brutas\",\"yRg26W\":\"Vendas brutas\",\"R4r4XO\":\"Convidados\",\"26pGvx\":\"Tem um código promocional?\",\"V7yhws\":\"olá@awesome-events.com\",\"6K/IHl\":\"Aqui está um exemplo de como você pode usar o componente em sua aplicação.\",\"Y1SSqh\":\"Aqui está o componente React que você pode usar para incorporar o widget em sua aplicação.\",\"QuhVpV\":[\"Oi \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Escondido da vista do público\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"As perguntas ocultas são visíveis apenas para o organizador do evento e não para o cliente.\",\"vLyv1R\":\"Esconder\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Ocultar produto após a data de término da venda\",\"06s3w3\":\"Ocultar produto antes da data de início da venda\",\"axVMjA\":\"Ocultar produto, a menos que o usuário tenha um código promocional aplicável\",\"ySQGHV\":\"Ocultar produto quando esgotado\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Ocultar este produto dos clientes\",\"Da29Y6\":\"Ocultar esta pergunta\",\"fvDQhr\":\"Ocultar esta camada dos usuários\",\"lNipG+\":\"Ocultar um produto impedirá que os usuários o vejam na página do evento.\",\"ZOBwQn\":\"Design da página inicial\",\"PRuBTd\":\"Designer de página inicial\",\"YjVNGZ\":\"Visualização da página inicial\",\"c3E/kw\":\"Homero\",\"8k8Njd\":\"Quantos minutos o cliente tem para concluir o pedido. Recomendamos pelo menos 15 minutos\",\"ySxKZe\":\"Quantas vezes esse código pode ser usado?\",\"dZsDbK\":[\"Limite de caracteres HTML excedido: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Concordo com os <0>termos e condições\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Se ativado, a equipe de check-in pode marcar os participantes como registrados ou marcar o pedido como pago e registrar os participantes. Se desativado, os participantes associados a pedidos não pagos não poderão ser registrados.\",\"muXhGi\":\"Se ativado, o organizador receberá uma notificação por e-mail quando um novo pedido for feito\",\"6fLyj/\":\"Se você não solicitou essa alteração, altere imediatamente sua senha.\",\"n/ZDCz\":\"Imagem excluída com sucesso\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Imagem enviada com sucesso\",\"VyUuZb\":\"URL da imagem\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inativo\",\"T0K0yl\":\"Usuários inativos não podem fazer login.\",\"kO44sp\":\"Inclua detalhes de conexão para o seu evento online. Estes detalhes serão mostrados na página de resumo do pedido e no bilhete do participante.\",\"FlQKnG\":\"Incluir impostos e taxas no preço\",\"Vi+BiW\":[\"Inclui \",[\"0\"],\" produtos\"],\"lpm0+y\":\"Inclui 1 produto\",\"UiAk5P\":\"Inserir imagem\",\"OyLdaz\":\"Convite reenviado!\",\"HE6KcK\":\"Convite revogado!\",\"SQKPvQ\":\"Convidar Usuário\",\"bKOYkd\":\"Fatura baixada com sucesso\",\"alD1+n\":\"Notas da fatura\",\"kOtCs2\":\"Numeração da fatura\",\"UZ2GSZ\":\"Configurações da fatura\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Item\",\"KFXip/\":\"John\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Rótulo\",\"vXIe7J\":\"Língua\",\"2LMsOq\":\"Últimos 12 meses\",\"vfe90m\":\"Últimos 14 dias\",\"aK4uBd\":\"Últimas 24 horas\",\"uq2BmQ\":\"Últimos 30 dias\",\"bB6Ram\":\"Últimas 48 horas\",\"VlnB7s\":\"Últimos 6 meses\",\"ct2SYD\":\"Últimos 7 dias\",\"XgOuA7\":\"Últimos 90 dias\",\"I3yitW\":\"Último Login\",\"1ZaQUH\":\"Sobrenome\",\"UXBCwc\":\"Sobrenome\",\"tKCBU0\":\"Última vez usado\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Deixe em branco para usar a palavra padrão \\\"Fatura\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Carregando...\",\"wJijgU\":\"Localização\",\"sQia9P\":\"Conecte-se\",\"zUDyah\":\"Fazendo login\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Sair\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Tornar o endereço de cobrança obrigatório durante o checkout\",\"MU3ijv\":\"Torne esta pergunta obrigatória\",\"wckWOP\":\"Gerenciar\",\"onpJrA\":\"Gerenciar participante\",\"n4SpU5\":\"Gerenciar evento\",\"WVgSTy\":\"Gerenciar pedido\",\"1MAvUY\":\"Gerenciar as configurações de pagamento e faturamento para este evento.\",\"cQrNR3\":\"Gerenciar perfil\",\"AtXtSw\":\"Gerencie impostos e taxas que podem ser aplicados aos seus produtos\",\"ophZVW\":\"Gerenciar ingressos\",\"DdHfeW\":\"Gerencie os detalhes da sua conta e configurações padrão\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Gerencie seus usuários e suas permissões\",\"1m+YT2\":\"Perguntas obrigatórias devem ser respondidas antes que o cliente possa finalizar a compra.\",\"Dim4LO\":\"Adicionar manualmente um participante\",\"e4KdjJ\":\"Adicionar participante manualmente\",\"vFjEnF\":\"Marcar como pago\",\"g9dPPQ\":\"Máximo por pedido\",\"l5OcwO\":\"Participante da mensagem\",\"Gv5AMu\":\"Participantes da mensagem\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Comprador de mensagens\",\"tNZzFb\":\"Conteúdo da mensagem\",\"lYDV/s\":\"Mensagem para participantes individuais\",\"V7DYWd\":\"Mensagem enviada\",\"t7TeQU\":\"Mensagens\",\"xFRMlO\":\"Mínimo por pedido\",\"QYcUEf\":\"Preço minimo\",\"RDie0n\":\"Diversos\",\"mYLhkl\":\"Configurações Diversas\",\"KYveV8\":\"Caixa de texto com várias linhas\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Minha incrível descrição do evento...\",\"vX8/tc\":\"Meu incrível título de evento...\",\"hKtWk2\":\"Meu perfil\",\"fj5byd\":\"N/D\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Nome\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Navegue até o participante\",\"qqeAJM\":\"Nunca\",\"7vhWI8\":\"Nova Senha\",\"1UzENP\":\"Não\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Não há eventos arquivados para mostrar.\",\"q2LEDV\":\"Nenhum participante encontrado para este pedido.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Nenhum participante para mostrar\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Sem Atribuições de Capacidade\",\"a/gMx2\":\"Nenhuma Lista de Registro\",\"tMFDem\":\"Nenhum dado disponível\",\"6Z/F61\":\"Nenhum dado para mostrar. Por favor, selecione um intervalo de datas\",\"fFeCKc\":\"Sem desconto\",\"HFucK5\":\"Não há eventos encerrados para mostrar.\",\"yAlJXG\":\"Nenhum evento para mostrar\",\"GqvPcv\":\"Nenhum filtro disponível\",\"KPWxKD\":\"Nenhuma mensagem para mostrar\",\"J2LkP8\":\"Não há pedidos para mostrar\",\"RBXXtB\":\"Nenhum método de pagamento está disponível no momento. Entre em contato com o organizador do evento para obter assistência.\",\"ZWEfBE\":\"Pagamento não necessário\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Nenhum produto disponível nesta categoria.\",\"FTfObB\":\"Nenhum Produto Ainda\",\"+Y976X\":\"Nenhum código promocional para mostrar\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Nenhum resultado\",\"gk5uwN\":\"Nenhum Resultado de Pesquisa\",\"RHyZUL\":\"Nenhum resultado de pesquisa.\",\"RY2eP1\":\"Nenhum imposto ou taxa foi adicionado.\",\"EdQY6l\":\"Nenhum\",\"OJx3wK\":\"Não disponível\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Notas\",\"jtrY3S\":\"Nada para mostrar ainda\",\"hFwWnI\":\"Configurações de notificação\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Notificar o organizador sobre novos pedidos\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Número de dias permitidos para pagamento (deixe em branco para omitir os termos de pagamento nas faturas)\",\"n86jmj\":\"Prefixo numérico\",\"mwe+2z\":\"Pedidos offline não são refletidos nas estatísticas do evento até que sejam marcados como pagos.\",\"dWBrJX\":\"O pagamento offline falhou. Por favor, tente novamente ou entre em contato com o organizador do evento.\",\"fcnqjw\":\"Instruções de Pagamento Offline\",\"+eZ7dp\":\"Pagamentos offline\",\"ojDQlR\":\"Informações sobre pagamentos offline\",\"u5oO/W\":\"Configurações de pagamentos offline\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"À venda\",\"Ug4SfW\":\"Depois de criar um evento, você o verá aqui.\",\"ZxnK5C\":\"Assim que você começar a coletar dados, eles aparecerão aqui.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Em andamento\",\"z+nuVJ\":\"Online event\",\"WKHW0N\":\"Detalhes do evento on-line\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Abrir Página de Check-In\",\"OdnLE4\":\"Abrir barra lateral\",\"ZZEYpT\":[\"Opção \",[\"i\"]],\"oPknTP\":\"Informações adicionais opcionais a serem exibidas em todas as faturas (ex.: condições de pagamento, taxas por atraso, política de devolução)\",\"OrXJBY\":\"Prefixo opcional para os números das faturas (ex.: INV-)\",\"0zpgxV\":\"Opções\",\"BzEFor\":\"ou\",\"UYUgdb\":\"Ordem\",\"mm+eaX\":\"Order #\",\"B3gPuX\":\"Pedido cancelado\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Data do pedido\",\"Tol4BF\":\"detalhes do pedido\",\"WbImlQ\":\"O pedido foi cancelado e o proprietário do pedido foi notificado.\",\"nAn4Oe\":\"Pedido marcado como pago\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Referência do pedido\",\"acIJ41\":\"Status do pedido\",\"GX6dZv\":\"resumo do pedido\",\"tDTq0D\":\"Tempo limite do pedido\",\"1h+RBg\":\"Pedidos\",\"3y+V4p\":\"Endereço da organização\",\"GVcaW6\":\"Detalhes da organização\",\"nfnm9D\":\"Nome da organização\",\"G5RhpL\":\"Organizador\",\"mYygCM\":\"O organizador é obrigatório\",\"Pa6G7v\":\"Nome do organizador\",\"l894xP\":\"Os organizadores só podem gerenciar eventos e produtos. Eles não podem gerenciar usuários, configurações de conta ou informações de faturamento.\",\"fdjq4c\":\"Preenchimento\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"página não encontrada\",\"QbrUIo\":\"visualizações de página\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"pago\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Parcialmente reembolsado\",\"8ZsakT\":\"Senha\",\"TUJAyx\":\"A senha deve ter no mínimo 8 caracteres\",\"vwGkYB\":\"A senha deve conter pelo menos 8 caracteres\",\"BLTZ42\":\"Redefinição de senha com sucesso. Por favor faça login com sua nova senha.\",\"f7SUun\":\"senhas nao sao as mesmas\",\"aEDp5C\":\"Cole isto onde você deseja que o widget apareça.\",\"+23bI/\":\"Patrício\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Pagamento\",\"Lg+ewC\":\"Pagamento e faturamento\",\"DZjk8u\":\"Configurações de pagamento e faturamento\",\"lflimf\":\"Prazo para pagamento\",\"JhtZAK\":\"Pagamento falhou\",\"JEdsvQ\":\"Instruções de pagamento\",\"bLB3MJ\":\"Métodos de pagamento\",\"QzmQBG\":\"Provedor de pagamento\",\"lsxOPC\":\"Pagamento recebido\",\"wJTzyi\":\"Status do pagamento\",\"xgav5v\":\"Pagamento realizado com sucesso!\",\"R29lO5\":\"Termos de pagamento\",\"/roQKz\":\"Percentagem\",\"vPJ1FI\":\"Valor percentual\",\"xdA9ud\":\"Coloque isto no do seu site.\",\"blK94r\":\"Adicione pelo menos uma opção\",\"FJ9Yat\":\"Verifique se as informações fornecidas estão corretas\",\"TkQVup\":\"Verifique seu e-mail e senha e tente novamente\",\"sMiGXD\":\"Verifique se seu e-mail é válido\",\"Ajavq0\":\"Verifique seu e-mail para confirmar seu endereço de e-mail\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Continue na nova aba\",\"hcX103\":\"Por favor, crie um produto\",\"cdR8d6\":\"Por favor, crie um ingresso\",\"x2mjl4\":\"Por favor, insira um URL de imagem válido que aponte para uma imagem.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Observe\",\"C63rRe\":\"Por favor, volte para a página do evento para recomeçar.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Por favor, selecione pelo menos um produto\",\"igBrCH\":\"Verifique seu endereço de e-mail para acessar todos os recursos\",\"/IzmnP\":\"Por favor, aguarde enquanto preparamos a sua fatura...\",\"MOERNx\":\"Português\",\"qCJyMx\":\"Mensagem pós-check-out\",\"g2UNkE\":\"Desenvolvido por\",\"Rs7IQv\":\"Mensagem pré-checkout\",\"rdUucN\":\"Pré-visualização\",\"a7u1N9\":\"Preço\",\"CmoB9j\":\"Modo de exibição de preço\",\"BI7D9d\":\"Preço não definido\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Cor primária\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Cor do texto primário\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Imprimir todos os ingressos\",\"DKwDdj\":\"Imprimir ingressos\",\"K47k8R\":\"Produto\",\"1JwlHk\":\"Categoria de Produto\",\"U61sAj\":\"Categoria de produto atualizada com sucesso.\",\"1USFWA\":\"Produto excluído com sucesso\",\"4Y2FZT\":\"Tipo de Preço do Produto\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Vendas de Produtos\",\"U/R4Ng\":\"Nível do Produto\",\"sJsr1h\":\"Tipo de Produto\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Produto(s)\",\"N0qXpE\":\"Produtos\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Produtos vendidos\",\"/u4DIx\":\"Produtos Vendidos\",\"DJQEZc\":\"Produtos ordenados com sucesso\",\"vERlcd\":\"Perfil\",\"kUlL8W\":\"Perfil atualizado com sucesso\",\"cl5WYc\":[\"Código promocional \",[\"promo_code\"],\" aplicado\"],\"P5sgAk\":\"Código promocional\",\"yKWfjC\":\"Página de código promocional\",\"RVb8Fo\":\"Códigos promocionais\",\"BZ9GWa\":\"Os códigos promocionais podem ser usados para oferecer descontos, acesso pré-venda ou fornecer acesso especial ao seu evento.\",\"OP094m\":\"Relatório de códigos promocionais\",\"4kyDD5\":\"Forneça contexto ou instruções adicionais para esta pergunta. Use este campo para adicionar termos\\ne condições, diretrizes ou qualquer informação importante que os participantes precisem saber antes de responder.\",\"toutGW\":\"Código QR\",\"LkMOWF\":\"Quantidade Disponível\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Pergunta excluída\",\"avf0gk\":\"Descrição da pergunta\",\"oQvMPn\":\"título da questão\",\"enzGAL\":\"Questões\",\"ROv2ZT\":\"Perguntas e Respostas\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Opção de rádio\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Destinatário\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Reembolso falhou\",\"n10yGu\":\"Pedido de reembolso\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Reembolso pendente\",\"xHpVRl\":\"Status do reembolso\",\"/BI0y9\":\"Devolveu\",\"fgLNSM\":\"Registro\",\"9+8Vez\":\"Usos restantes\",\"tasfos\":\"remover\",\"t/YqKh\":\"Remover\",\"t9yxlZ\":\"Relatórios\",\"prZGMe\":\"Exigir endereço de cobrança\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Reenviar e-mail de confirmação\",\"wIa8Qe\":\"Reenviar convite\",\"VeKsnD\":\"Reenviar e-mail do pedido\",\"dFuEhO\":\"Reenviar e-mail do bilhete\",\"o6+Y6d\":\"Reenviando...\",\"OfhWJH\":\"Redefinir\",\"RfwZxd\":\"Redefinir senha\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Restaurar evento\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Voltar para a página do evento\",\"8YBH95\":\"Receita\",\"PO/sOY\":\"Revogar convite\",\"GDvlUT\":\"Papel\",\"ELa4O9\":\"Data de término da venda\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Data de início da venda\",\"hBsw5C\":\"Vendas encerradas\",\"kpAzPe\":\"Início das vendas\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Salvar\",\"IUwGEM\":\"Salvar alterações\",\"U65fiW\":\"Salvar organizador\",\"UGT5vp\":\"Salvar configurações\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Pesquise por nome do participante, e-mail ou número do pedido...\",\"+pr/FY\":\"Pesquisar por nome do evento...\",\"3zRbWw\":\"Pesquise por nome, e-mail ou número do pedido...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Procura por nome...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Pesquisar atribuições de capacidade...\",\"r9M1hc\":\"Pesquisar listas de registro...\",\"+0Yy2U\":\"Buscar produtos\",\"YIix5Y\":\"Procurar...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Cor secundária\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Cor do texto secundário\",\"02ePaq\":[\"Selecionar \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Selecione a categoria...\",\"kWI/37\":\"Selecione o organizador\",\"ixIx1f\":\"Selecione o Produto\",\"3oSV95\":\"Selecione o Nível do Produto\",\"C4Y1hA\":\"Selecione os produtos\",\"hAjDQy\":\"Selecione o status\",\"QYARw/\":\"Selecione o ingresso\",\"OMX4tH\":\"Selecionar ingressos\",\"DrwwNd\":\"Selecione o período de tempo\",\"O/7I0o\":\"Selecione...\",\"JlFcis\":\"Enviar\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Envie uma mensagem\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Enviar Mensagem\",\"D7ZemV\":\"Enviar confirmação do pedido e e-mail do ticket\",\"v1rRtW\":\"Enviar teste\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"Descrição SEO\",\"/SIY6o\":\"Palavras-chave SEO\",\"GfWoKv\":\"Configurações de SEO\",\"rXngLf\":\"Título SEO\",\"/jZOZa\":\"Taxa de serviço\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Defina o número inicial para a numeração das faturas. Isso não poderá ser alterado depois que as faturas forem geradas.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Configurações\",\"Z8lGw6\":\"Compartilhar\",\"B2V3cA\":\"Compartilhar evento\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Show\",\"V0SbFp\":\"Mostrar quantidade disponível do produto\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Mostre mais\",\"izwOOD\":\"Mostrar impostos e taxas separadamente\",\"1SbbH8\":\"Mostrado ao cliente após o checkout, na página de resumo do pedido.\",\"YfHZv0\":\"Mostrado ao cliente antes de finalizar a compra\",\"CBBcly\":\"Mostra campos de endereço comuns, incluindo país\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Caixa de texto de linha única\",\"+P0Cn2\":\"Pular esta etapa\",\"YSEnLE\":\"Smith\",\"lgFfeO\":\"Vendido\",\"Mi1rVn\":\"Vendido\",\"nwtY4N\":\"Algo correu mal\",\"GRChTw\":\"Algo deu errado ao excluir o imposto ou taxa\",\"YHFrbe\":\"Algo deu errado! Por favor, tente novamente\",\"kf83Ld\":\"Algo deu errado.\",\"fWsBTs\":\"Algo deu errado. Por favor, tente novamente.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Desculpe, este código promocional não é reconhecido\",\"65A04M\":\"espanhol\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Data de início\",\"/2by1f\":\"Estado ou Região\",\"uAQUqI\":\"Status\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Os pagamentos via Stripe não estão ativados para este evento.\",\"UJmAAK\":\"Assunto\",\"X2rrlw\":\"Subtotal\",\"zzDlyQ\":\"Sucesso\",\"b0HJ45\":[\"Sucesso! \",[\"0\"],\" receberá um e-mail em breve.\"],\"BJIEiF\":[[\"0\"],\" participante com sucesso\"],\"OtgNFx\":\"Endereço de e-mail confirmado com sucesso\",\"IKwyaF\":\"Alteração de e-mail confirmada com sucesso\",\"zLmvhE\":\"Participante criado com sucesso\",\"gP22tw\":\"Produto Criado com Sucesso\",\"9mZEgt\":\"Código promocional criado com sucesso\",\"aIA9C4\":\"Pergunta criada com sucesso\",\"J3RJSZ\":\"Participante atualizado com sucesso\",\"3suLF0\":\"Atribuição de Capacidade atualizada com sucesso\",\"Z+rnth\":\"Lista de Registro atualizada com sucesso\",\"vzJenu\":\"Configurações de e-mail atualizadas com sucesso\",\"7kOMfV\":\"Evento atualizado com sucesso\",\"G0KW+e\":\"Design da página inicial atualizado com sucesso\",\"k9m6/E\":\"Configurações da página inicial atualizadas com sucesso\",\"y/NR6s\":\"Local atualizado com sucesso\",\"73nxDO\":\"Configurações diversas atualizadas com sucesso\",\"4H80qv\":\"Pedido atualizado com sucesso\",\"6xCBVN\":\"Configurações de pagamento e faturamento atualizadas com sucesso\",\"1Ycaad\":\"Produto atualizado com sucesso\",\"70dYC8\":\"Código promocional atualizado com sucesso\",\"F+pJnL\":\"Configurações de SEO atualizadas com sucesso\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"E-mail de suporte\",\"uRfugr\":\"Camiseta\",\"JpohL9\":\"Imposto\",\"geUFpZ\":\"Impostos e taxas\",\"dFHcIn\":\"Detalhes fiscais\",\"wQzCPX\":\"Informações fiscais que aparecerão na parte inferior de todas as faturas (ex.: número de IVA, registro fiscal)\",\"0RXCDo\":\"Imposto ou taxa excluídos com sucesso\",\"ZowkxF\":\"Impostos\",\"qu6/03\":\"Impostos e Taxas\",\"gypigA\":\"Esse código promocional é inválido\",\"5ShqeM\":\"A lista de check-in que você está procurando não existe.\",\"QXlz+n\":\"A moeda padrão para seus eventos.\",\"mnafgQ\":\"O fuso horário padrão para seus eventos.\",\"o7s5FA\":\"A língua em que o participante receberá as mensagens de correio eletrónico.\",\"NlfnUd\":\"O link que você clicou é inválido.\",\"HsFnrk\":[\"O número máximo de produtos para \",[\"0\"],\" é \",[\"1\"]],\"TSAiPM\":\"A página que você procura não existe\",\"MSmKHn\":\"O preço exibido ao cliente incluirá impostos e taxas.\",\"6zQOg1\":\"O preço apresentado ao cliente não incluirá impostos e taxas. Eles serão mostrados separadamente\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"O título do evento que será exibido nos resultados dos buscadores e no compartilhamento nas redes sociais. Por padrão, o título do evento será usado\",\"wDx3FF\":\"Não há produtos disponíveis para este evento\",\"pNgdBv\":\"Não há produtos disponíveis nesta categoria\",\"rMcHYt\":\"Há um reembolso pendente. Aguarde a conclusão antes de solicitar outro reembolso.\",\"F89D36\":\"Ocorreu um erro ao marcar o pedido como pago\",\"68Axnm\":\"Houve um erro ao processar seu pedido. Por favor, tente novamente.\",\"mVKOW6\":\"Houve um erro ao enviar a sua mensagem\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Este participante tem um pedido não pago.\",\"mf3FrP\":\"Esta categoria ainda não possui produtos.\",\"8QH2Il\":\"Esta categoria está oculta da visualização pública\",\"xxv3BZ\":\"Esta lista de registro expirou\",\"Sa7w7S\":\"Esta lista de registro expirou e não está mais disponível para registros.\",\"Uicx2U\":\"Esta lista de registro está ativa\",\"1k0Mp4\":\"Esta lista de registro ainda não está ativa\",\"K6fmBI\":\"Esta lista de registro ainda não está ativa e não está disponível para registros.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Essas informações serão exibidas na página de pagamento, no resumo do pedido e no e-mail de confirmação do pedido.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Este é um evento on-line\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Esta mensagem será incluída no rodapé de todos os e-mails enviados deste evento\",\"55i7Fa\":\"Esta mensagem só será mostrada se o pedido for concluído com sucesso. Pedidos aguardando pagamento não mostrarão esta mensagem.\",\"RjwlZt\":\"Este pedido já foi pago.\",\"5K8REg\":\"Este pedido já foi reembolsado.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Esse pedido foi cancelado.\",\"Q0zd4P\":\"Este pedido expirou. Por favor, recomece.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Este pedido está completo.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Esta página de pedido não está mais disponível.\",\"i0TtkR\":\"Isso substitui todas as configurações de visibilidade e ocultará o produto de todos os clientes.\",\"cRRc+F\":\"Este produto não pode ser excluído porque está associado a um pedido. Você pode ocultá-lo em vez disso.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Este link de redefinição de senha é inválido ou expirou.\",\"IV9xTT\":\"Este usuário não está ativo porque não aceitou o convite.\",\"5AnPaO\":\"bilhete\",\"kjAL4v\":\"Bilhete\",\"dtGC3q\":\"O e-mail do ticket foi reenviado ao participante\",\"54q0zp\":\"Ingressos para\",\"xN9AhL\":[\"Nível \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Os produtos escalonados permitem que você ofereça múltiplas opções de preço para o mesmo produto. Isso é perfeito para produtos antecipados ou para oferecer diferentes opções de preço para diferentes grupos de pessoas.\\\" # pt\",\"nn3mSR\":\"Tempo restante:\",\"s/0RpH\":\"Tempos usados\",\"y55eMd\":\"Vezes usado\",\"40Gx0U\":\"Fuso horário\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Título\",\"xdA/+p\":\"Ferramentas\",\"72c5Qo\":\"Total\",\"YXx+fG\":\"Total antes de descontos\",\"NRWNfv\":\"Montante total do desconto\",\"BxsfMK\":\"Taxas totais\",\"2bR+8v\":\"Total de vendas brutas\",\"mpB/d9\":\"Valor total do pedido\",\"m3FM1g\":\"Total reembolsado\",\"jEbkcB\":\"Total Reembolsado\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Taxa total\",\"+zy2Nq\":\"Tipo\",\"FMdMfZ\":\"Não foi possível registrar o participante\",\"bPWBLL\":\"Não foi possível retirar o participante\",\"9+P7zk\":\"Não foi possível criar o produto. Por favor, verifique seus detalhes\",\"WLxtFC\":\"Não foi possível criar o produto. Por favor, verifique seus detalhes\",\"/cSMqv\":\"Não foi possível criar a pergunta. Por favor verifique os seus dados\",\"MH/lj8\":\"Não foi possível atualizar a pergunta. Por favor verifique os seus dados\",\"nnfSdK\":\"Clientes únicos\",\"Mqy/Zy\":\"Estados Unidos\",\"NIuIk1\":\"Ilimitado\",\"/p9Fhq\":\"Ilimitado disponível\",\"E0q9qH\":\"Usos ilimitados permitidos\",\"h10Wm5\":\"Pedido não pago\",\"ia8YsC\":\"Por vir\",\"TlEeFv\":\"Próximos eventos\",\"L/gNNk\":[\"Atualizar \",[\"0\"]],\"+qqX74\":\"Atualizar nome, descrição e datas do evento\",\"vXPSuB\":\"Atualizar perfil\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL copiado para a área de transferência\",\"e5lF64\":\"Exemplo de uso\",\"fiV0xj\":\"Limite de uso\",\"sGEOe4\":\"Use uma versão desfocada da imagem da capa como plano de fundo\",\"OadMRm\":\"Usar imagem de capa\",\"7PzzBU\":\"Do utilizador\",\"yDOdwQ\":\"Gerenciamento de usuários\",\"Sxm8rQ\":\"Usuários\",\"VEsDvU\":\"Os usuários podem alterar o e-mail em <0>Configurações do perfil\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"CUBA\",\"E/9LUk\":\"Nome do local\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Ver Detalhes do Participante\",\"/5PEQz\":\"Ver página do evento\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Ver no Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"Lista de check-in VIP\",\"tF+VVr\":\"Bilhete VIP\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Não foi possível processar seu pagamento. Tente novamente ou entre em contato com o suporte.\",\"45Srzt\":\"Não conseguimos excluir a categoria. Por favor, tente novamente.\",\"/DNy62\":[\"Não encontramos nenhum ingresso correspondente a \",[\"0\"]],\"1E0vyy\":\"Não foi possível carregar os dados. Por favor, tente novamente.\",\"NmpGKr\":\"Não conseguimos reordenar as categorias. Por favor, tente novamente.\",\"BJtMTd\":\"Recomendamos dimensões de 2160px por 1080px e tamanho máximo de arquivo de 5MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Não foi possível confirmar seu pagamento. Tente novamente ou entre em contato com o suporte.\",\"Gspam9\":\"Estamos processando seu pedido. Por favor, aguarde...\",\"LuY52w\":\"Bem vindo a bordo! Por favor faça o login para continuar.\",\"dVxpp5\":[\"Bem vindo de volta\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"O que são Produtos em Camadas?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"O que é uma Categoria?\",\"gxeWAU\":\"A quais produtos este código se aplica?\",\"hFHnxR\":\"A quais produtos este código se aplica? (Aplica-se a todos por padrão)\",\"AeejQi\":\"A quais produtos essa capacidade deve se aplicar?\",\"Rb0XUE\":\"A que horas você chegará?\",\"5N4wLD\":\"Que tipo de pergunta é essa?\",\"gyLUYU\":\"Quando ativado, as faturas serão geradas para os pedidos de ingressos. As faturas serão enviadas junto com o e-mail de confirmação do pedido. Os participantes também podem baixar suas faturas na página de confirmação do pedido.\",\"D3opg4\":\"Quando os pagamentos offline estão ativados, os usuários poderão concluir seus pedidos e receber seus ingressos. Seus ingressos indicarão claramente que o pedido não foi pago, e a ferramenta de check-in notificará a equipe se um pedido exigir pagamento.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Quais ingressos devem ser associados a esta lista de registro?\",\"S+OdxP\":\"Quem está organizando este evento?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"A quem deve ser feita esta pergunta?\",\"VxFvXQ\":\"Incorporação de widget\",\"v1P7Gm\":\"Configurações do widget\",\"b4itZn\":\"Trabalhando\",\"hqmXmc\":\"Trabalhando...\",\"+G/XiQ\":\"Ano até agora\",\"l75CjT\":\"Sim\",\"QcwyCh\":\"Sim, remova-os\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Você está alterando seu e-mail para <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Você está offline\",\"sdB7+6\":\"Você pode criar um código promocional que direcione este produto no\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Você não pode mudar o tipo de produto, pois há participantes associados a este produto.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Você não pode registrar participantes com pedidos não pagos. Essa configuração pode ser alterada nas configurações do evento.\",\"c9Evkd\":\"Você não pode excluir a última categoria.\",\"6uwAvx\":\"Você não pode excluir este nível de preço porque já há produtos vendidos para este nível. Você pode ocultá-lo em vez disso.\",\"tFbRKJ\":\"Você não pode editar a função ou o status do proprietário da conta.\",\"fHfiEo\":\"Você não pode reembolsar um pedido criado manualmente.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Você tem acesso a várias contas. Escolha um para continuar.\",\"Z6q0Vl\":\"Você já aceitou este convite. Por favor faça o login para continuar.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Você não tem nenhuma alteração de e-mail pendente.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"O tempo para concluir seu pedido acabou.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Você deve reconhecer que este e-mail não é promocional\",\"3ZI8IL\":\"Você deve concordar com os termos e condições\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Você deve criar um ticket antes de poder adicionar manualmente um participante.\",\"jE4Z8R\":\"Você deve ter pelo menos uma faixa de preço\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Você terá que marcar um pedido como pago manualmente. Isso pode ser feito na página de gerenciamento de pedidos.\",\"L/+xOk\":\"Você precisará de um ingresso antes de poder criar uma lista de registro.\",\"Djl45M\":\"Você precisará de um produto antes de poder criar uma atribuição de capacidade.\",\"y3qNri\":\"Você precisará de pelo menos um produto para começar. Grátis, pago ou deixe o usuário decidir o que pagar.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"O nome da sua conta é usado nas páginas do evento e nos e-mails.\",\"veessc\":\"Seus participantes aparecerão aqui assim que se inscreverem em seu evento. Você também pode adicionar participantes manualmente.\",\"Eh5Wrd\":\"Seu site incrível 🎉\",\"lkMK2r\":\"Seus detalhes\",\"3ENYTQ\":[\"Sua solicitação de e-mail para <0>\",[\"0\"],\" está pendente. Por favor, verifique seu e-mail para confirmar\"],\"yZfBoy\":\"Sua mensagem foi enviada\",\"KSQ8An\":\"Seu pedido\",\"Jwiilf\":\"Seu pedido foi cancelado\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Seus pedidos aparecerão aqui assim que começarem a chegar.\",\"9TO8nT\":\"Sua senha\",\"P8hBau\":\"Seu pagamento está sendo processado.\",\"UdY1lL\":\"Seu pagamento não foi bem-sucedido, tente novamente.\",\"fzuM26\":\"Seu pagamento não foi bem-sucedido. Por favor, tente novamente.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Seu reembolso está sendo processado.\",\"IFHV2p\":\"Seu ingresso para\",\"x1PPdr\":\"CEP / Código Postal\",\"BM/KQm\":\"CEP ou Código postal\",\"+LtVBt\":\"CEP ou Código Postal\",\"25QDJ1\":\"- Clique para publicar\",\"WOyJmc\":\"- Clique para despublicar\",\"ncwQad\":\"(vazio)\",\"B/gRsg\":\"(none)\",\"wqtZLy\":[[\"0\"],\" (cópia)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" já fez check-in\"],\"3beCx0\":[[\"0\"],\" <0>checked in\"],\"S4PqS9\":[[\"0\"],\" webhooks ativos\"],\"6MIiOI\":[[\"0\"],\" restante\"],\"COnw8D\":[\"Logo \",[\"0\"]],\"xG9N0H\":[[\"0\"],\" of \",[\"1\"],\" seats are taken.\"],\"B7pZfX\":[[\"0\"],\" organizadores\"],\"/HkCs4\":[[\"0\"],\" bilhetes\"],\"30bTiU\":[[\"activeCount\"],\" enabled\"],\"jTs4am\":[[\"appName\"],\" logo\"],\"gbJOk9\":[[\"attendeeCount\"],\" attendees are registered for this session.\"],\"TjbIUI\":[[\"availableCount\"],\" de \",[\"totalCount\"],\" disponíveis\"],\"PSChHo\":[[\"capacity\"],\" vagas restantes\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" checked in\"],\"RZ0JX3\":[[\"chipTime\"],\", esgotado\"],\"M4KnFs\":[[\"chipTime\"],\", Esgotado, lista de espera disponível\"],\"SeyN12\":[[\"completedCount\"],\" of \",[\"totalCount\"],\" steps complete\"],\"wYzVwE\":[[\"count\"],\" add-ons\"],\"f2rhaD\":[[\"diffHr\"],\"h ago\"],\"NRSLBe\":[[\"diffMin\"],\"m ago\"],\"iYfwJE\":[[\"diffSec\"],\"s ago\"],\"OJnhhX\":[[\"eventCount\"],\" eventos\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" more\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" attendees are registered across the affected sessions.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per order\"],\"RBuxIl\":[[\"productCount\"],\" ticket types configured\"],\"VFLd0I\":[[\"slotCount\"],\" times available\"],\"3IEF7U\":[[\"totalCount\"],\" tipos de bilhetes\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" taxas\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" taxas e impostos\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" impostos\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 dia\",\"1d6kks\":\"+Taxas/Impostos\",\"B1St2O\":\"<0>As listas de check-in ajudam-no a gerir a entrada no evento por dia, área ou tipo de bilhete. Pode vincular bilhetes a listas específicas, como zonas VIP ou passes do Dia 1, e partilhar uma ligação de check-in segura com a equipa. Não é necessária conta. O check-in funciona em dispositivos móveis, computador ou tablet, usando a câmara do dispositivo ou um scanner USB HID. \",\"v9VSIS\":\"<0>Defina um limite total de participação que se aplica a vários tipos de bilhetes ao mesmo tempo.<1>Por exemplo, se você vincular um bilhete de <2>Passe Diário e um de <3>Fim de Semana Completo, ambos utilizarão o mesmo conjunto de vagas. Uma vez atingido o limite, todos os bilhetes vinculados param de ser vendidos automaticamente.\",\"Il5Uid\":\"<0>Esta é a quantidade total disponível para todas as datas do seu calendário em conjunto — não é um limite por data. Para limitar a lotação de cada data, defina uma capacidade na <1>página de Calendário de datas.\",\"ZnVt5v\":\"<0>Os webhooks notificam instantaneamente serviços externos quando eventos ocorrem, como adicionar um novo participante ao seu CRM ou lista de e-mails no momento do registro, garantindo uma automação perfeita.<1>Use serviços de terceiros como <2>Zapier, <3>IFTTT ou <4>Make para criar fluxos de trabalho personalizados e automatizar tarefas.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" à taxa atual\"],\"M2DyLc\":\"1 webhook ativo\",\"hMefp0\":\"1 add-on\",\"6hIk/x\":\"1 attendee is registered across the affected sessions.\",\"qOyE2U\":\"1 attendee is registered for this session.\",\"943BwI\":\"1 dia após a data de término\",\"yj3N+g\":\"1 dia após a data de início\",\"Z3etYG\":\"1 dia antes do evento\",\"szSnlj\":\"1 hora antes do evento\",\"yTsaLw\":\"1 bilhete\",\"nz96Ue\":\"1 tipo de bilhete\",\"InX5ad\":\"1 ticket type configured\",\"y2Jh0m\":\"1 time available\",\"cGtUz6\":\"1 semana antes do evento\",\"HR/cvw\":\"Rua Exemplo 123\",\"dgKxZ5\":\"135+ currencies & 40+ payment methods\",\"/d9gcz\":\"É necessário um rótulo de botão quando um URL está definido\",\"kMU5aM\":\"Um aviso de cancelamento foi enviado para\",\"o++0qa\":\"a change in duration\",\"WuWSX5\":\"A few quick steps and you're ready to start selling.\",\"RQ5kDd\":\"Uma mensagem a apresentar quando não existirem produtos nesta categoria.\",\"V53XzQ\":\"Um novo código de verificação foi enviado para o seu email\",\"sr2Je0\":\"a shift in start/end times\",\"/z/bH1\":\"Uma breve descrição do seu organizador que será exibida aos seus usuários.\",\"3BKFn6\":\"É necessário um URL quando um rótulo de botão está definido\",\"RpjXTb\":\"Um padrão semanal\",\"aS0jtz\":\"Abandonado\",\"uyJsf6\":\"Sobre\",\"JvuLls\":\"Absorver taxa\",\"lk74+I\":\"Absorver taxa\",\"1uJlG9\":\"Cor de Destaque\",\"g3UF2V\":\"Aceitar\",\"K5+3xg\":\"Aceitar convite\",\"LuXP9q\":\"Access\",\"jzb4Ep\":[\"Account · \",[\"0\"]],\"UqH1Q6\":[\"Account · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"A eliminação da conta foi cancelada.\",\"WtlP+7\":\"A eliminação da conta está bloqueada\",\"vOuxvL\":\"Informações da Conta\",\"F9cvwz\":\"Nome da conta\",\"EHNORh\":\"Conta não encontrada\",\"Hy1lfH\":\"Proprietário da conta\",\"bPwFdf\":\"Contas\",\"pi/Iog\":[\"Contas (\",[\"0\"],\")\"],\"AhwTa1\":\"Ação Necessária: Informações de IVA Necessárias\",\"APyAR/\":\"Eventos ativos\",\"kCl6ja\":\"Active payment methods\",\"XJOV1Y\":\"Activity\",\"Eso+01\":[\"Adicione primeiro \",[\"0\"]],\"eJ0IJA\":\"Add a cover image and theme to match your brand\",\"0YEoxS\":\"Add a date\",\"ybegUq\":\"Add a description and venue so attendees know what to expect\",\"nOZl6j\":\"Add a Single Date\",\"CjvTPJ\":\"Add another time\",\"0XCduh\":\"Add at least one time\",\"/chGpa\":\"Add connection details for the online event.\",\"UWWRyd\":\"Adicione perguntas personalizadas para coletar informações adicionais durante o checkout\",\"Z/dcxc\":\"Add Date\",\"QeupRg\":\"Adicionar datas\",\"Q219NT\":\"Add Dates\",\"yjB5VC\":\"Add dates and times for your recurring event\",\"Z8idyM\":\"Add details\",\"wpirGs\":\"Add event details\",\"VX6WUv\":\"Adicionar localização\",\"GCQlV2\":\"Add multiple times if you run several sessions per day.\",\"7JF9w9\":\"Adicionar pergunta\",\"NLbIb6\":\"Add this attendee anyway (override capacity)\",\"6PNlRV\":\"Adicione este evento ao seu calendário\",\"BGD9Yt\":\"Adicionar ingressos\",\"uIv4Op\":\"Adicione pixels de rastreamento às suas páginas de eventos públicos e página inicial do organizador. Um banner de consentimento de cookies será exibido aos visitantes quando o rastreamento estiver ativo.\",\"QN2F+7\":\"Adicionar Webhook\",\"NsWqSP\":\"Adicione seus perfis de redes sociais e o URL do site. Eles serão exibidos na sua página pública de organizador.\",\"6JzKEV\":\"Add-on only\",\"VkQex5\":\"Add-on products\",\"Y2K3rp\":\"Add-ons\",\"Z/ZU8N\":\"Adicionado no pagamento\",\"bVjDs9\":\"Taxas adicionais\",\"MKqSg4\":\"Acesso de administrador necessário\",\"0Zypnp\":\"Painel de Administração\",\"tlFYEo\":\"Admits attendees to your event\",\"YAV57v\":\"Afiliado\",\"I+utEq\":\"O código de afiliado não pode ser alterado\",\"/jHBj5\":\"Afiliado criado com sucesso\",\"uCFbG2\":\"Afiliado eliminado com sucesso\",\"ld8I+f\":\"Affiliate program\",\"a41PKA\":\"As vendas do afiliado serão rastreadas\",\"mJJh2s\":\"As vendas do afiliado não serão rastreadas. Isto irá desativar o afiliado.\",\"jabmnm\":\"Afiliado atualizado com sucesso\",\"CPXP5Z\":\"Afiliados\",\"9Wh+ug\":\"Afiliados exportados\",\"3cqmut\":\"Os afiliados ajudam-no a rastrear vendas geradas por parceiros e influenciadores. Crie códigos de afiliado e partilhe-os para monitorizar o desempenho.\",\"3e31kI\":\"After your event is created, you can choose how often it repeats from the dashboard.\",\"z7GAMJ\":\"all\",\"N40H+G\":\"Todos\",\"7rLTkE\":\"Todos os eventos arquivados\",\"gKq1fa\":\"Todos os participantes\",\"63gRoO\":\"All attendees of the selected sessions\",\"uWxIoH\":\"All attendees of this occurrence\",\"pMLul+\":\"Todas as moedas\",\"sgUdRZ\":\"All dates\",\"e4q4uO\":\"All Dates\",\"ZS/D7f\":\"Todos os eventos encerrados\",\"QsYjci\":\"Todos os eventos\",\"31KB8w\":\"Todos os trabalhos falhados eliminados\",\"D2g7C7\":\"Todos os trabalhos em fila para nova tentativa\",\"B4RFBk\":\"All matching dates\",\"F1/VgK\":\"All occurrences\",\"OpWjMq\":\"All Occurrences\",\"Sxm1lO\":\"Todos os estados\",\"dr7CWq\":\"Todos os próximos eventos\",\"UBpkWM\":\"Todos os utilizadores\",\"GpT6Uf\":\"Permitir que os participantes atualizem suas informações de bilhete (nome, e-mail) através de um link seguro enviado com a confirmação do pedido.\",\"VZdky1\":\"Permitir que os compradores copiem os seus dados para todos os participantes\",\"F3mW5G\":\"Permitir que os clientes se juntem a uma lista de espera quando este produto estiver esgotado\",\"4CMO/q\":\"Permitir que os clientes se juntem a uma lista de espera quando este produto estiver esgotado. Os clientes juntam-se à lista de espera para uma data específica.\",\"c4uJfc\":\"Quase lá! Estamos apenas a aguardar que o seu pagamento seja processado. Isto deve demorar apenas alguns segundos.\",\"ocS8eq\":[\"Já tem uma conta? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Already in\",\"/H326L\":\"Já reembolsado\",\"USEpOK\":\"Already use Stripe on another organizer? Reuse that connection.\",\"RtxQTF\":\"Também cancelar este pedido\",\"jkNgQR\":\"Também reembolsar este pedido\",\"xYqsHg\":\"Sempre disponível\",\"rrepBD\":\"Always on sale\",\"Wvrz79\":\"Valor pago\",\"Zkymb9\":\"Um email para associar a este afiliado. O afiliado não será notificado.\",\"vRznIT\":\"Ocorreu um erro ao verificar o status da exportação.\",\"OPFdAM\":\"Uma descrição opcional desta categoria a apresentar na página do evento.\",\"eusccx\":\"Uma mensagem opcional para exibir no produto destacado, por exemplo \\\"A vender rapidamente 🔥\\\" ou \\\"Melhor valor\\\"\",\"HZFm5R\":\"e\",\"l3LBtZ\":\"Conteúdo do anúncio\",\"Th00L9\":\"Anúncio criado\",\"p/XJYI\":\"Anúncio eliminado\",\"08iV57\":\"Título do anúncio\",\"qLqgre\":\"Anúncio atualizado\",\"Dzr23X\":\"Anúncios\",\"asqL+J\":\"Anonimizar\",\"QNrkms\":\"Resposta atualizada com sucesso.\",\"+qygei\":\"Answers\",\"GK7Lnt\":\"Answers provided at checkout (e.g. meal choice)\",\"lE8PgT\":\"Any dates you've manually customized will be kept.\",\"jVoYha\":[\"aplicado — \",[\"0\"],\" de desconto na sua encomenda\"],\"vP3Nzg\":[\"Applies to \",[\"0\"],\", non-cancelled dates currently loaded on this page.\"],\"kkVyZZ\":\"Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything.\",\"je4muG\":[\"Applies to every \",[\"0\"],\", non-cancelled date in this event — including dates not currently loaded.\"],\"YIIQtt\":\"Apply Changes\",\"NzWX1Y\":\"Apply to\",\"Ps5oDT\":\"Apply to all tickets\",\"261RBr\":\"Aprovar mensagem\",\"naCW6Z\":\"April\",\"B495Gs\":\"Arquivar\",\"5sNliy\":\"Arquivar evento\",\"BrwnrJ\":\"Arquivar organizador\",\"E5eghW\":\"Arquive este evento para o ocultar do público. Pode restaurá-lo mais tarde.\",\"eqFkeI\":\"Arquive este organizador. Isso também arquivará todos os eventos pertencentes a este organizador.\",\"BzcxWv\":\"Organizadores arquivados\",\"9cQBd6\":\"Tem a certeza de que pretende arquivar este evento? Deixará de estar visível para o público.\",\"Trnl3E\":\"Tem a certeza de que pretende arquivar este organizador? Isso também arquivará todos os eventos pertencentes a este organizador.\",\"wOvn+e\":[\"Are you sure you want to cancel \",[\"count\"],\" date(s)? Affected attendees will be notified by email.\"],\"GTxE0U\":\"Are you sure you want to cancel this date? Affected attendees will be notified by email.\",\"VkSk/i\":\"Tem a certeza de que pretende cancelar esta mensagem agendada?\",\"0aVEBY\":\"Tem certeza que deseja eliminar todos os trabalhos falhados?\",\"LchiNd\":\"Tem a certeza de que deseja eliminar este afiliado? Esta ação não pode ser anulada.\",\"U49Xd6\":\"Tem a certeza de que pretende eliminar este anúncio? Os utilizadores deixarão de o ver.\",\"vPeW/6\":\"Tem certeza de que deseja excluir esta configuração? Isso pode afetar as contas que a utilizam.\",\"h42Hc/\":\"Are you sure you want to delete this date? This action cannot be undone.\",\"RiF/yT\":\"Are you sure you want to delete this image?\",\"b3+Qku\":\"Are you sure you want to delete this tax or fee? It will no longer be applied to new orders.\",\"JmVITJ\":\"Tem certeza de que deseja excluir este modelo? Esta ação não pode ser desfeita e os e-mails voltarão ao modelo padrão.\",\"aLS+A6\":\"Tem certeza de que deseja excluir este modelo? Esta ação não pode ser desfeita e os e-mails voltarão ao modelo do organizador ou padrão.\",\"5H3Z78\":\"Tem certeza de que deseja excluir este webhook?\",\"147G4h\":\"Tem a certeza de que quer sair?\",\"VDWChT\":\"Tem certeza de que deseja definir este organizador como rascunho? Isso tornará a página do organizador invisível ao público.\",\"pWtQJM\":\"Tem certeza de que deseja tornar este organizador público? Isso tornará a página do organizador visível ao público.\",\"EOqL/A\":\"Tem a certeza de que pretende oferecer um lugar a esta pessoa? Receberá uma notificação por e-mail.\",\"yAXqWW\":\"Are you sure you want to permanently delete this date? This cannot be undone.\",\"WFHOlF\":\"Tem a certeza de que deseja publicar este evento? Uma vez publicado, será visível ao público.\",\"4TNVdy\":\"Tem a certeza de que deseja publicar este perfil de organizador? Uma vez publicado, será visível ao público.\",\"8x0pUg\":\"Tem a certeza de que deseja remover esta entrada da lista de espera?\",\"cDtoWq\":[\"Tem a certeza de que pretende reenviar a confirmação da encomenda para \",[\"0\"],\"?\"],\"xeIaKw\":[\"Tem a certeza de que pretende reenviar o bilhete para \",[\"0\"],\"?\"],\"BjbocR\":\"Tem a certeza de que pretende restaurar este evento?\",\"7MjfcR\":\"Tem a certeza de que pretende restaurar este organizador?\",\"b7tkGp\":\"Are you sure you want to revoke this invitation?\",\"ExDt3P\":\"Tem a certeza de que deseja despublicar este evento? Já não será visível ao público.\",\"5Qmxo/\":\"Tem a certeza de que deseja despublicar este perfil de organizador? Já não será visível ao público.\",\"Uqefyd\":\"Está registado para IVA na UE?\",\"+QARA4\":\"Arte\",\"tLf3yJ\":\"Como a sua empresa está sediada na Irlanda, o IVA irlandês de 23% aplica-se automaticamente a todas as taxas da plataforma.\",\"tMeVa/\":\"Solicitar nome e email para cada ingresso comprado\",\"ui5ln+\":\"Assign a different plan\",\"9Jxliv\":\"Assign plan\",\"xdiER7\":\"Nível atribuído\",\"F2rX0R\":\"Pelo menos um tipo de evento deve ser selecionado\",\"Z44eZS\":\"At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead.\",\"BCmibk\":\"Tentativas\",\"6PecK3\":\"Presença e taxas de registo em todos os eventos\",\"K2tp3v\":\"attendee\",\"AJ4rvK\":\"Participante cancelado\",\"qvylEK\":\"Participante criado\",\"Aspq3b\":\"Coleta de dados dos participantes\",\"fpb0rX\":\"Dados do participante copiados do pedido\",\"94aQMU\":\"Informações do participante\",\"KkrBiR\":\"Recolha de informações do participante\",\"sjPjOg\":\"Attendee notes\",\"cosfD8\":\"Status do Participante\",\"D2qlBU\":\"Participante atualizado\",\"22BOve\":\"Participante atualizado com sucesso\",\"x8Vnvf\":\"O bilhete do participante não está incluído nesta lista\",\"/Ywywr\":\"attendees\",\"zLRobu\":\"attendees checked in\",\"k3Tngl\":\"Participantes exportados\",\"UoIRW8\":\"Participantes registados\",\"5UbY+B\":\"Participantes com um ingresso específico\",\"4HVzhV\":\"Participantes:\",\"HVkhy2\":\"Análise de atribuição\",\"dMMjeD\":\"Detalhamento de atribuição\",\"1oPDuj\":\"Valor de atribuição\",\"cHfbVT\":\"Audiência\",\"DBHTm/\":\"August\",\"JgREph\":\"A oferta automática está ativada\",\"V7Tejz\":\"Processar lista de espera automaticamente\",\"PZ7FTW\":\"Detetado automaticamente com base na cor de fundo, mas pode ser substituído\",\"zlnTuI\":\"Oferecer automaticamente bilhetes à próxima pessoa quando a capacidade ficar disponível. Se desativado, pode processar manualmente a lista de espera a partir da página Lista de Espera.\",\"csDS2L\":\"Disponível\",\"Xp+ywP\":\"Disponível assim que o pagamento for concluído\",\"dwDH1K\":[\"Available times on \",[\"dayName\"]],\"clF06r\":\"Disponível para reembolso\",\"NB5+UG\":\"Tokens disponíveis\",\"L+wGOG\":\"Awaiting\",\"qcw2OD\":\"Awaiting pay\",\"kNmmvE\":\"Awesome Events Lda.\",\"TeSaQO\":\"Voltar para Contas\",\"kYqM1A\":\"Voltar ao evento\",\"s5QRF3\":\"Voltar às mensagens\",\"td/bh+\":\"Voltar aos Relatórios\",\"nsm7BA\":\"Voltar à pesquisa\",\"imjKVx\":\"Bank account connected\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"O conteúdo do banner deve ter no máximo 200 caracteres\",\"p2OLF3\":\"Preço base\",\"D9LTCH\":\"Base Price\",\"hviJef\":\"Based on the global sale period above, not per date\",\"jIPNJG\":\"Informações básicas\",\"lINGcL\":\"Como esta conta tem encomendas concluídas, os registos de transações (montantes, datas e detalhes de faturas) serão mantidos de forma anonimizada para fins legais e fiscais. Todas as informações pessoais serão removidas permanentemente.\",\"UabgBd\":\"O corpo é obrigatório\",\"HWXuQK\":\"Adicione esta página aos favoritos para gerir o seu pedido a qualquer momento.\",\"CUKVDt\":\"Personalize seus ingressos com um logotipo, cores e mensagem de rodapé personalizados.\",\"4BZj5p\":\"Built-in fraud protection\",\"cr7kGH\":\"Bulk Edit\",\"1Fbd6n\":\"Bulk Edit Dates\",\"Eq6Tu9\":\"Bulk update failed.\",\"9N+p+g\":\"Negócios\",\"SWnN1L\":\"Business address\",\"kQekXw\":\"Business name\",\"3W/QV7\":\"Rótulo do botão\",\"bv6RXK\":\"Rótulo do botão\",\"ChDLlO\":\"Texto do botão\",\"MOht10\":\"URL do botão\",\"BUe8Wj\":\"O comprador paga\",\"DkL8mp\":\"Buyers can add these to their order when they select this product at checkout.\",\"qF1qbA\":\"Os compradores veem um preço limpo. A taxa da plataforma é deduzida do seu pagamento.\",\"dg05rc\":\"Ao adicionar pixels de rastreamento, reconhece que você e esta plataforma são responsáveis conjuntos pelos dados recolhidos. É responsável por garantir que tem uma base legal para este processamento ao abrigo das leis de privacidade aplicáveis (RGPD, CCPA, etc.).\",\"DFqasq\":[\"Ao continuar, concorda com os <0>Termos de Serviço de \",[\"0\"],\"\"],\"CetOZE\":\"By ticket type\",\"lFdbRS\":\"Ignorar taxas de aplicação\",\"AjVXBS\":\"Calendar\",\"2VLZwd\":\"Botão de chamada para ação\",\"rT2cV+\":\"Camera\",\"7hYa9y\":\"Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings.\",\"D02dD9\":\"Campanha\",\"RRPA79\":\"Can't check in\",\"OcVwAd\":[\"Cancel \",[\"count\"],\" date(s)\"],\"H4nE+E\":\"Cancelar todos os produtos e devolvê-los ao conjunto disponível\",\"Py78q9\":\"Cancel Date\",\"lUjTpS\":\"Cancelar eliminação\",\"5YkF5G\":\"Cancelar pedido de eliminação\",\"tOXAdc\":\"Cancelar irá cancelar todos os participantes associados a este pedido e devolver os bilhetes ao conjunto disponível.\",\"FPpqc7\":[\"Cancelling \",[\"0\"],\" date(s). This may take a moment to complete.\"],\"01sEfm\":\"Não é possível excluir a configuração padrão do sistema\",\"VsM1HH\":\"Atribuições de capacidade\",\"9bIMVF\":\"Capacity management\",\"H7K8og\":\"Capacity must be 0 or greater\",\"nzao08\":\"capacity updates\",\"4cp9NP\":\"Capacity Used\",\"K7tIrx\":\"Categoria\",\"DRK3Bq\":\"Category deleted successfully\",\"o+XJ9D\":\"Alterar\",\"kJkjoB\":\"Change duration\",\"J0KExZ\":\"Change the attendee limit\",\"ssospy\":\"Change time\",\"CIHJJf\":\"Alterar configurações da lista de espera\",\"B5icLR\":[\"Changed duration for \",[\"count\"],\" date(s)\"],\"Kb+0BT\":\"Charges\",\"2tbLdK\":\"Caridade\",\"BPWGKn\":\"Check in\",\"6uFFoY\":\"Check out\",\"FjAlwK\":[\"Check out this event: \",[\"0\"]],\"v4fiSg\":\"Verifique o seu email\",\"51AsAN\":\"Verifique sua caixa de entrada! Se houver ingressos associados a este e-mail, você receberá um link para visualizá-los.\",\"Y3FYXy\":\"Check-In\",\"udRwQs\":\"Check-in criado\",\"F4SRy3\":\"Check-in excluído\",\"as6XfO\":[\"Check-in for \",[\"0\"],\" was undone\"],\"9s/wrQ\":\"Check-in history\",\"Wwztk4\":\"Check-In List\",\"9gPPUY\":\"Lista de Check-In Criada!\",\"dwjiJt\":\"Check-in list info\",\"7od0PV\":\"check-in lists\",\"f2vU9t\":\"Listas de Registo\",\"XprdTn\":\"Check-in navigation\",\"5tV1in\":\"Check-in progress\",\"SHJwyq\":\"Taxa de registo\",\"qCqdg6\":\"Estado do Check-In\",\"cKj6OE\":\"Resumo de Registo\",\"7B5M35\":\"Check-Ins\",\"VrmydS\":\"Checked in\",\"DM4gBB\":\"Chinês (Tradicional)\",\"p8Jvp4\":\"Choose a configuration\",\"ElShBO\":\"Choose a different action\",\"pHEhf+\":\"Escolha um tipo de letra que combine com a sua marca. Os tipos de letra são alojados via Bunny Fonts.\",\"Zok1Gx\":\"Choose an organizer\",\"pkk46Q\":\"Escolha um organizador\",\"Ag32+c\":\"Choose another date\",\"Crr3pG\":\"Escolher calendário\",\"Z38ZJu\":\"Escolha como a data do evento é apresentada no bilhete\",\"LAW8Vb\":\"Escolha a configuração padrão para novos eventos. Isso pode ser substituído para eventos individuais.\",\"pjp2n5\":\"Escolha quem paga a taxa da plataforma. Isso não afeta as taxas adicionais que você configurou nas configurações da sua conta.\",\"xCJdfg\":\"Clear\",\"QyOWu9\":\"Clear location — fall back to the event default\",\"V8yTm6\":\"Clear search\",\"kmnKnX\":\"Clearing removes any per-date override. Affected dates will fall back to the event's default location.\",\"/o+aQX\":\"Click to cancel\",\"gD7WGV\":\"Click to reopen for new sales\",\"CySr+W\":\"Clique para ver as notas\",\"RG3szS\":\"fechar\",\"RWw9Lg\":\"Fechar modal\",\"XwdMMg\":\"O código só pode conter letras, números, hífenes e underscores\",\"+yMJb7\":\"O código é obrigatório\",\"m9SD3V\":\"O código deve ter pelo menos 3 caracteres\",\"V1krgP\":\"O código não deve ter mais de 20 caracteres\",\"psqIm5\":\"Colabore com sua equipe para criar eventos incríveis juntos.\",\"4bUH9i\":\"Recolher detalhes do participante para cada bilhete adquirido.\",\"TkfG8v\":\"Coletar dados por pedido\",\"96ryID\":\"Coletar dados por ingresso\",\"FpsvqB\":\"Modo de Cor\",\"jEu4bB\":\"Colunas\",\"CWk59I\":\"Comédia\",\"rPA+Gc\":\"Preferências de comunicação\",\"zFT5rr\":\"complete\",\"bUQMpb\":\"Complete Stripe setup\",\"744BMm\":\"Conclua a sua encomenda para garantir os seus bilhetes. Esta oferta é limitada no tempo, por isso não espere demasiado.\",\"5YrKW7\":\"Conclua o pagamento para garantir os seus bilhetes.\",\"xGU92i\":\"Complete o seu perfil para se juntar à equipa.\",\"QOhkyl\":\"Compor\",\"ih35UP\":\"Centro de conferências\",\"ywFj2D\":\"Configuration\",\"WTw0bB\":\"Configuration assigned\",\"X1zdE7\":\"Configuração criada com sucesso\",\"mLBUMQ\":\"Configuração excluída com sucesso\",\"UIENhw\":\"Os nomes de configuração são visíveis para os usuários finais. As taxas fixas serão convertidas para a moeda do pedido na taxa de câmbio atual.\",\"eeZdaB\":\"Configuração atualizada com sucesso\",\"3cKoxx\":\"Configurações\",\"8v2LRU\":\"Configure os detalhes do evento, localização, opções de checkout e notificações por email.\",\"raw09+\":\"Configure como os dados dos participantes são coletados durante o checkout\",\"FI60XC\":\"Configurar impostos e taxas\",\"av6ukY\":\"Configure which products are available for this occurrence and optionally adjust pricing.\",\"NGXKG/\":\"Confirmar endereço de e-mail\",\"JRQitQ\":\"Confirmar nova senha\",\"Auz0Mz\":\"Confirme seu e-mail para acessar todos os recursos.\",\"7+grte\":\"E-mail de confirmação enviado! Verifique sua caixa de entrada.\",\"n/7+7Q\":\"Confirmação enviada para\",\"x3wVFc\":\"Parabéns! O seu evento está agora visível para o público.\",\"0W2NQP\":\"Connect bank\",\"/K4Vqr\":\"Ligue o Stripe para aceitar pagamentos\",\"nQI4H5\":\"Conecte o Stripe para ativar a edição de modelos de email\",\"LmvZ+E\":\"Conecte o Stripe para ativar mensagens\",\"peBIO+\":\"Connect Stripe to receive ticket payments directly to your bank account.\",\"DNeN8t\":\"Connect your bank to receive ticket sales straight to your account\",\"DARj+w\":\"Ligou a conta Stripe errada? Desligue-a e comece de novo.\",\"X1y8JF\":\"Connection details are required for online dates\",\"fjfBOm\":\"Os detalhes de ligação são obrigatórios para eventos online\",\"jfC/xh\":\"Contato\",\"LOFgda\":[\"Contato \",[\"0\"]],\"41BQ3k\":\"Email de contacto\",\"4b3oEV\":\"Conteúdo\",\"13CIgI\":\"O conteúdo é obrigatório\",\"m8WD6t\":\"Continuar configuração\",\"0GwUT4\":\"Continuar para o pagamento\",\"sBV87H\":\"Continuar para a criação do evento\",\"nKtyYu\":\"Continuar para o próximo passo\",\"F3/nus\":\"Continuar para pagamento\",\"s30OcA\":\"Controle como as datas e horários são apresentados na página do evento\",\"p2FRHj\":\"Controle como as taxas da plataforma são tratadas para este evento\",\"NqfabH\":\"Control who gets in for this date\",\"fmYxZx\":\"Control who gets in, and when\",\"1JnTgU\":\"Copiado de cima\",\"FxVG/l\":\"Copiado para a área de transferência\",\"PiH3UR\":\"Copiado!\",\"4i7smN\":\"Copy account ID\",\"uUPbPg\":\"Copiar link de afiliado\",\"iVm46+\":\"Copiar código\",\"cF2ICc\":\"Copiar link do cliente\",\"+2ZJ7N\":\"Copiar detalhes para o primeiro participante\",\"ZN1WLO\":\"Copiar Email\",\"y1eoq1\":\"Copiar link\",\"tUGbi8\":\"Copiar meus dados para:\",\"y22tv0\":\"Copie este link para compartilhá-lo em qualquer lugar\",\"/4gGIX\":\"Copiar para a área de transferência\",\"e0f4yB\":\"Não foi possível eliminar a localização\",\"vkiDx2\":\"Could not prepare the bulk update.\",\"KOavaU\":\"Não foi possível obter os detalhes da morada\",\"/lq4oO\":\"Could not save date\",\"mHu0az\":\"Couldn't send verification email. Please try again.\",\"QOIm+S\":\"As contagens incluem todas as datas futuras. A cada pessoa é oferecido um lugar para a data em que se inscreveu.\",\"P0rbCt\":\"Imagem de capa\",\"p4kqHr\":\"Cover image added\",\"60u+dQ\":\"A imagem de capa será exibida no topo da sua página de evento\",\"2NLjA6\":\"A imagem de capa será exibida no topo da página do organizador\",\"GkrqoY\":\"Covers every ticket\",\"zg4oSu\":[\"Criar modelo \",[\"0\"]],\"RKKhnW\":\"Crie um widget personalizado para vender ingressos no seu site.\",\"jqhTmw\":\"Create a list for this date\",\"PhioFp\":\"Create a new check-in list for an active session, or contact the organizer if you think this is a mistake.\",\"yIRev4\":\"Criar uma senha\",\"j7xZ7J\":\"Crie organizadores adicionais para gerir marcas, departamentos ou séries de eventos separados numa conta. Cada organizador tem os seus próprios eventos, definições e página pública.\",\"xfKgwv\":\"Criar afiliado\",\"GT/OIA\":\"Crie um anúncio para mostrar uma mensagem aos seus utilizadores.\",\"tudG8q\":\"Crie e configure ingressos e mercadorias para venda.\",\"Q4VlI/\":\"Criar anúncio\",\"YAl9Hg\":\"Criar Configuração\",\"BTne9e\":\"Criar modelos de e-mail personalizados para este evento que substituem os padrões do organizador\",\"YIDzi/\":\"Criar modelo personalizado\",\"tsGqx5\":\"Create Date\",\"Nc3l/D\":\"Crie descontos, códigos de acesso para ingressos ocultos e ofertas especiais.\",\"PybJS2\":\"Create event\",\"abGAgf\":\"Create more tickets or products to offer them as add-ons\",\"eWEV9G\":\"Criar nova senha\",\"utHSNE\":\"Criar programação\",\"8AiKIu\":\"Criar ingresso ou produto\",\"/HGmW9\":\"Crie links rastreáveis para recompensar parceiros que promovem seu evento.\",\"dkAPxi\":\"Criar Webhook\",\"5slqwZ\":\"Crie seu evento\",\"JQNMrj\":\"Crie o seu primeiro evento\",\"CCjxOC\":\"Crie seu primeiro evento para começar a vender ingressos e gerenciar participantes.\",\"ZCSSd+\":\"Crie seu próprio evento\",\"qdv10s\":[\"A criar \",[\"0\"],\" datas. Isto pode demorar um momento.\"],\"67NsZP\":\"A criar evento...\",\"H34qcM\":\"A criar organizador...\",\"1YMS+X\":\"A criar o seu evento, por favor aguarde\",\"yiy8Jt\":\"A criar o seu perfil de organizador, por favor aguarde\",\"lfLHNz\":\"O rótulo CTA é obrigatório\",\"0xLR6W\":\"Currently assigned\",\"iTvh6I\":\"Atualmente disponível para compra\",\"A42Dqn\":\"Custom branding\",\"Guo0lU\":\"Data e hora personalizadas\",\"WDMdn8\":\"Custom questions\",\"O6mra8\":\"Perguntas personalizadas\",\"axv/Mi\":\"Modelo personalizado\",\"2YeVGY\":\"Link do cliente copiado para a área de transferência\",\"QMHSMS\":\"O cliente receberá um email confirmando o reembolso\",\"NihQNk\":\"Clientes\",\"hINN++\":\"Customize page\",\"7gsjkI\":\"Personalize os e-mails enviados aos seus clientes usando modelos Liquid. Estes modelos serão usados como padrões para todos os eventos em sua organização.\",\"xJaTUK\":\"Personalize o layout, cores e marca da página inicial do seu evento.\",\"MXZfGN\":\"Personalize as perguntas feitas durante o checkout para coletar informações importantes dos seus participantes.\",\"iX6SLo\":\"Personalize o texto exibido no botão continuar\",\"R8H7yL\":\"Personalize o texto do botão flutuante que desloca para a secção de bilhetes\",\"pxNIxa\":\"Personalize seu modelo de e-mail usando modelos Liquid\",\"3trPKm\":\"Personalize a aparência da sua página de organizador\",\"U0sC6H\":\"Daily\",\"/gWrVZ\":\"Receita diária, impostos, taxas e reembolsos em todos os eventos\",\"zgCHnE\":\"Relatório de vendas diárias\",\"nHm0AI\":\"Detalhamento das vendas diárias, impostos e taxas\",\"1aPnDT\":\"Dance\",\"pvnfJD\":\"Escuro\",\"MaB9wW\":\"Date Cancellation\",\"e6cAxJ\":\"Date cancelled\",\"81jBnC\":\"Date cancelled successfully\",\"a/C/6R\":\"Date created successfully\",\"IW7Q+u\":\"Date deleted\",\"rngCAz\":\"Date deleted successfully\",\"vHbfoQ\":\"Date reactivated\",\"hvah+S\":\"Date reopened for new sales\",\"Ez0YsD\":\"Date updated successfully\",\"JxwIlL\":\"datas\",\"Te33mU\":\"Dates are managed per occurrence\",\"91zCxb\":\"Dates with sessions\",\"/ITcnz\":\"day\",\"H7OUPr\":\"Day\",\"JtHrX9\":\"Day of Month\",\"J/Upwb\":\"days\",\"V3VGYb\":\"Dias do mês\",\"r6zgGo\":\"December\",\"jbq7j2\":\"Recusar\",\"WGD1Al\":\"Diminuir\",\"gJY4YL\":\"Diminuir quantidade\",\"ovBPCi\":\"Padrão\",\"JtI4vj\":\"Recolha predefinida de informações do participante\",\"ULjv90\":\"Default capacity per date\",\"3R/Tu2\":\"Gestão de taxas padrão\",\"1bZAZA\":\"O modelo padrão será usado\",\"3Biswm\":\"Defaults\",\"HNlEFZ\":\"eliminar\",\"KpnwJK\":[\"Eliminar \\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Delete \",[\"count\"],\" selected date(s)? Dates with orders will be skipped. This cannot be undone.\"],\"ZDGm40\":\"Eliminar conta\",\"vu7gDm\":\"Eliminar afiliado\",\"KZN4Lc\":\"Eliminar tudo\",\"6EkaOO\":\"Delete Date\",\"io0G93\":\"Eliminar evento\",\"+jw/c1\":\"Excluir imagem\",\"hdyeZ0\":\"Eliminar trabalho\",\"xxjZeP\":\"Eliminar localização\",\"sY3tIw\":\"Eliminar organizador\",\"UBv8UK\":\"Delete Permanently\",\"dPyJ15\":\"Excluir modelo\",\"IQTR34\":\"Delete this category? Any products in it will also be deleted. This cannot be undone.\",\"/1wMxk\":\"Delete this product? This cannot be undone.\",\"mxsm1o\":\"Excluir esta pergunta? Isso não pode ser desfeito.\",\"snMaH4\":\"Excluir webhook\",\"LIZZLY\":[\"Deleted \",[\"0\"],\" date(s)\"],\"loLVyU\":\"Conta eliminada\",\"IlUuGb\":\"Eliminar a sua conta desativa-a imediatamente: todos os eventos publicados são despublicados e o acesso é desativado. Após um período de carência de 30 dias, a eliminação torna-se permanente. Pode cancelar a qualquer momento durante esses 30 dias.\",\"nMdIuB\":\"Eliminação em fila para execução\",\"/U002t\":\"Pedido de eliminação cancelado\",\"PBA62s\":\"Pedidos de eliminação\",\"7w0Wev\":\"Description and venue added\",\"vYgeDk\":\"Desselecionar tudo\",\"NvuEhl\":\"Elementos de Design\",\"H8kMHT\":\"Não recebeu o código?\",\"G8KNgd\":\"Different location\",\"E/QGRL\":\"Disabled\",\"bzSI52\":\"Discard\",\"0EcUWz\":\"Discard changes?\",\"+K0AvT\":\"Desligar\",\"cALvbl\":\"Desligar conta Stripe\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Dispensar anúncio\",\"nZJ8tu\":\"Dismiss setup checklist\",\"QotGhf\":\"Dispensar esta mensagem\",\"J6hrEy\":\"Dispensado\",\"BREO0S\":\"Exibe uma caixa de seleção permitindo que os clientes optem por receber comunicações de marketing deste organizador de eventos.\",\"HtaSQp\":\"Mostra quantas vagas restam em cada data no widget de bilhetes. Pode substituir esta definição para datas individuais.\",\"pfa8F0\":\"Nome a apresentar\",\"Kdpf90\":\"Não se esqueça!\",\"352VU2\":\"Não tem uma conta? <0>Registe-se\",\"AXXqG+\":\"Donativo\",\"DPfwMq\":\"Concluído\",\"JoPiZ2\":\"Door staff instructions\",\"2+O9st\":\"Baixe relatórios de vendas, participantes e financeiros para todos os pedidos concluídos.\",\"eneWvv\":\"Rascunho\",\"Ts8hhq\":\"Devido ao alto risco de spam, deve conectar uma conta Stripe antes de poder modificar modelos de email. Isto é para garantir que todos os organizadores de eventos sejam verificados e responsáveis.\",\"TnzbL+\":\"Devido ao alto risco de spam, deve conectar uma conta Stripe antes de poder enviar mensagens aos participantes.\\nIsto é para garantir que todos os organizadores de eventos são verificados e responsáveis.\",\"euc6Ns\":\"Duplicar\",\"YueC+F\":\"Duplicate Date\",\"KRmTkx\":\"Duplicar produto\",\"Jd3ymG\":\"Duration must be at least 1 minute.\",\"KIjvtr\":\"Holandês\",\"22xieU\":\"ex. 180 (3 horas)\",\"MCx4ov\":\"p. ex. Saber mais\",\"/zajIE\":\"e.g. Morning Session\",\"XDHATF\":\"p. ex. Nova funcionalidade: listas de espera\",\"tAtvUj\":\"p. ex. Manutenção agendada este sábado das 2h às 4h UTC\",\"SPKbfM\":\"ex.: Comprar ingressos, Registrar-se agora\",\"fc7wGW\":\"por exemplo, Atualização importante sobre os seus bilhetes\",\"54MPqC\":\"por exemplo, Standard, Premium, Enterprise\",\"3RQ81z\":\"Cada pessoa receberá um e-mail com um lugar reservado para concluir a sua compra.\",\"Xfsjel\":\"Cada produto\",\"5oD9f/\":\"Earlier\",\"LTzmgK\":[\"Editar modelo \",[\"0\"]],\"v4+lcZ\":\"Editar afiliado\",\"ndNHsK\":\"Editar anúncio\",\"2iZEz7\":\"Editar resposta\",\"t2bbp8\":\"Editar participante\",\"etaWtB\":\"Editar detalhes do participante\",\"+guao5\":\"Editar Configuração\",\"1Mp/A4\":\"Edit Date\",\"m0ZqOT\":\"Editar localização\",\"8oivFT\":\"Editar localização\",\"vRWOrM\":\"Editar detalhes do pedido\",\"pHm0k9\":\"Editar programação\",\"fW5sSv\":\"Editar webhook\",\"nP7CdQ\":\"Editar Webhook\",\"MRZxAn\":\"Edited\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Educação\",\"iiWXDL\":\"Falhas de elegibilidade\",\"zPiC+q\":\"Listas de Check-In Elegíveis\",\"SiVstt\":\"Email & scheduled messages\",\"V2sk3H\":\"E-mail e Modelos\",\"hbwCKE\":\"Endereço de email copiado para a área de transferência\",\"dSyJj6\":\"Os endereços de e-mail não coincidem\",\"elW7Tn\":\"Corpo do e-mail\",\"ZsZeV2\":\"O email é obrigatório\",\"Be4gD+\":\"Visualização do e-mail\",\"6IwNUc\":\"Modelos de e-mail\",\"H/UMUG\":\"Verificação de e-mail necessária\",\"PLEl94\":\"Email verified\",\"L86zy2\":\"Email verificado com sucesso!\",\"FSN4TS\":\"Widget incorporado\",\"z9NkYY\":\"Embeddable widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"É necessário um emoji para os modais\",\"Qj0GKe\":\"Ativar autoatendimento para participantes\",\"hEtQsg\":\"Ativar autoatendimento para participantes por padrão\",\"Upeg/u\":\"Habilitar este modelo para enviar e-mails\",\"7dSOhU\":\"Ativar lista de espera\",\"RxzN1M\":\"Ativado\",\"sGjBEq\":\"Data e hora de término (opcional)\",\"PKXt9R\":\"A data de término deve ser posterior à data de início\",\"vTL8gi\":\"Hora de fim\",\"48Y16Q\":\"Hora de fim (opcional)\",\"TbaYrr\":[\"Ended \",[\"0\"]],\"CFgwiw\":[\"Ends \",[\"0\"]],\"SqOIQU\":\"Enter a capacity value or choose unlimited.\",\"h37gRz\":\"Enter a label or choose to remove it.\",\"7YZofi\":\"Digite um assunto e corpo para ver a visualização\",\"khyScF\":\"Enter a time to shift by.\",\"SKx/0u\":\"Introduza um nome de local ou uma morada\",\"ppwojw\":\"Introduza um nome de local ou morada para eventos presenciais\",\"j+eCIq\":\"Introduzir a morada manualmente\",\"3bR1r4\":\"Introduza o email do afiliado (opcional)\",\"ARkzso\":\"Introduza o nome do afiliado\",\"ej4L8b\":\"Enter capacity\",\"6KnyG0\":\"Insira o e-mail\",\"INDKM9\":\"Digite o assunto do e-mail...\",\"xUgUTh\":\"Insira o primeiro nome\",\"9/1YKL\":\"Insira o apelido\",\"VpwcSk\":\"Introduza a nova senha\",\"kWg31j\":\"Introduza um código de afiliado único\",\"C3nD/1\":\"Digite seu e-mail\",\"VmXiz4\":\"Introduza o seu email e enviaremos instruções para redefinir a sua senha.\",\"n9V+ps\":\"Digite seu nome\",\"IdULhL\":\"Introduza o seu número de IVA incluindo o código do país, sem espaços (por exemplo, PT123456789, ES12345678A)\",\"RRlWVA\":\"Encomenda inteira\",\"o21Y+P\":\"entries\",\"X88/6w\":\"As inscrições aparecerão aqui quando os clientes se juntarem à lista de espera de produtos esgotados.\",\"LslKhj\":\"Erro ao carregar os registros\",\"BkEWfd\":\"Esc to close\",\"VCNHvW\":\"Evento arquivado\",\"ZD0XSb\":\"Evento arquivado com sucesso\",\"WgD6rb\":\"Categoria do evento\",\"b46pt5\":\"Imagem de capa do evento\",\"NAUIJ7\":\"Event created\",\"1b77ID\":\"Evento criado\",\"1Hzev4\":\"Modelo personalizado do evento\",\"+v+GW0\":\"Apresentação da data do evento\",\"7u9/DO\":\"Evento eliminado com sucesso\",\"imgKgl\":\"Descrição do evento\",\"IzR/Fc\":\"Event lifetime\",\"PYs3rP\":\"Nome do evento\",\"HhwcTQ\":\"Nome do evento\",\"WZZzB6\":\"O nome do evento é obrigatório\",\"Wd5CDM\":\"O nome do evento deve ter menos de 150 caracteres\",\"4JzCvP\":\"Evento não disponível\",\"mImacG\":\"Página do Evento\",\"Hk9Ki/\":\"Evento restaurado com sucesso\",\"JyD0LH\":\"Configurações do evento\",\"XVLu2v\":\"Título do evento\",\"OfmsI9\":\"Evento muito recente\",\"4SILkp\":\"Event totals\",\"YDVUVl\":\"Tipos de eventos\",\"+HeiVx\":\"Evento atualizado\",\"19j6uh\":\"Desempenho de Eventos\",\"PC3/fk\":\"Eventos a Iniciar nas Próximas 24 Horas\",\"CRsuq4\":\"A cada\",\"nwiZdc\":[\"Every \",[\"0\"]],\"B2jjf8\":[\"Every \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Every \",[\"0\"],\" days\"],\"yLiYx+\":[\"Every \",[\"0\"],\" months\"],\"nn9ice\":[\"Every \",[\"0\"],\" weeks\"],\"Cdr8f9\":[\"Every \",[\"0\"],\" weeks on \",[\"1\"]],\"GVEHRk\":[\"Every \",[\"0\"],\" years\"],\"XlRpgq\":[\"A cada \",[\"cadenceUnit\"]],\"fTFfOK\":\"Todo modelo de e-mail deve incluir um botão de chamada para ação que leva à página apropriada\",\"hHTPiT\":\"Everything else — tap to edit\",\"BVinvJ\":\"Exemplos: \\\"Como você soube de nós?\\\", \\\"Nome da empresa para fatura\\\"\",\"2hGPQG\":\"Exemplos: \\\"Tamanho da camiseta\\\", \\\"Preferência de refeição\\\", \\\"Cargo\\\"\",\"qNuTh3\":\"Exceção\",\"aW/bzJ\":\"Executar eliminação\",\"CtAcQ7\":\"Executar eliminação agora\",\"xj4fwT\":\"Executar agora\",\"M1RnFv\":\"Expirado\",\"kF8HQ7\":\"Exportar respostas\",\"2KAI4N\":\"Exportar CSV\",\"JKfSAv\":\"Falha na exportação. Por favor, tente novamente.\",\"SVOEsu\":\"Exportação iniciada. Preparando arquivo...\",\"wuyaZh\":\"Exportação bem-sucedida\",\"9bpUSo\":\"A exportar afiliados\",\"jtrqH9\":\"Exportando participantes\",\"R4Oqr8\":\"Exportação concluída. Baixando arquivo...\",\"UlAK8E\":\"Exportando pedidos\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Falhado\",\"8uOlgz\":\"Falhou em\",\"tKcbYd\":\"Trabalhos falhados\",\"SsI9v/\":\"Falha ao abandonar o pedido. Por favor, tente novamente.\",\"LdPKPR\":\"Falha ao atribuir configuração\",\"PO0cfn\":\"Failed to cancel date\",\"YUX+f+\":\"Failed to cancel dates\",\"SIHgVQ\":\"Falha ao cancelar mensagem\",\"cEFg3R\":\"Falha ao criar afiliado\",\"dVgNF1\":\"Falha ao criar configuração\",\"fAoRRJ\":\"Failed to create schedule\",\"4yLYTb\":\"Falha ao criar o calendário. Por favor, tente novamente.\",\"U66oUa\":\"Falha ao criar modelo\",\"+RTkEY\":\"Falha ao eliminar o anúncio\",\"aFk48v\":\"Falha ao excluir configuração\",\"n1CYMH\":\"Failed to delete date\",\"KXv+Qn\":\"Failed to delete date. It may have existing orders.\",\"JJ0uRo\":\"Failed to delete dates\",\"rgoBnv\":\"Falha ao eliminar o evento\",\"Zw6LWb\":\"Falha ao eliminar trabalho\",\"tq0abZ\":\"Falha ao eliminar trabalhos\",\"2mkc3c\":\"Falha ao eliminar o organizador\",\"5E23qd\":\"Failed to delete product. Please try again.\",\"vKMKnu\":\"Falha ao excluir pergunta\",\"xFj7Yj\":\"Falha ao excluir modelo\",\"jo3Gm6\":\"Falha ao exportar afiliados\",\"Jjw03p\":\"Falha ao exportar participantes\",\"ZPwFnN\":\"Falha ao exportar pedidos\",\"zGE3CH\":\"Falha ao exportar relatório. Por favor, tente novamente.\",\"lS9/aZ\":\"Falha ao carregar destinatários\",\"X4o0MX\":\"Falha ao carregar o Webhook\",\"ETcU7q\":\"Falha ao oferecer lugar\",\"5670b9\":\"Falha ao oferecer bilhetes\",\"e5KIbI\":\"Failed to reactivate date\",\"7zyx8a\":\"Falha ao remover da lista de espera\",\"A/P7PX\":\"Failed to remove override\",\"ogWc1z\":\"Failed to reopen date\",\"0+iwE5\":\"Falha ao reordenar perguntas\",\"EJPAcd\":\"Falha ao reenviar confirmação do pedido\",\"DjSbj3\":\"Falha ao reenviar bilhete\",\"YQ3QSS\":\"Falha ao reenviar código de verificação\",\"wDioLj\":\"Falha ao tentar novamente o trabalho\",\"DKYTWG\":\"Falha ao tentar novamente os trabalhos\",\"WRREqF\":\"Failed to save override\",\"sj/eZA\":\"Failed to save price override\",\"780n8A\":\"Failed to save product settings\",\"zTkTF3\":\"Falha ao salvar modelo\",\"l6acRV\":\"Falha ao guardar as definições de IVA. Por favor, tente novamente.\",\"T6B2gk\":\"Falha ao enviar mensagem. Por favor, tente novamente.\",\"lKh069\":\"Falha ao iniciar a exportação\",\"t/KVOk\":\"Falha ao iniciar a personificação. Por favor, tente novamente.\",\"QXgjH0\":\"Falha ao parar a personificação. Por favor, tente novamente.\",\"i0QKrm\":\"Falha ao atualizar afiliado\",\"NNc33d\":\"Falha ao atualizar a resposta.\",\"E9jY+o\":\"Falha ao atualizar participante\",\"uQynyf\":\"Falha ao atualizar configuração\",\"i2PFQJ\":\"Falha ao atualizar o estado do evento\",\"EhlbcI\":\"Falha ao atualizar nível de mensagens\",\"rpGMzC\":\"Falha ao atualizar pedido\",\"T2aCOV\":\"Falha ao atualizar o estado do organizador\",\"Eeo/Gy\":\"Falha ao atualizar configuração\",\"kqA9lY\":\"Falha ao atualizar configurações de IVA\",\"nkNfWu\":\"Falha ao enviar imagem. Por favor, tente novamente.\",\"rxy0tG\":\"Falha ao verificar email\",\"QRUpCk\":\"Family\",\"5LO38w\":\"Fast payouts to your bank\",\"4lgLew\":\"February\",\"9bHCo2\":\"Moeda da taxa\",\"/sV91a\":\"Gestão de taxas\",\"K4dKSP\":\"Fee override saved\",\"LyUWXA\":\"Taxas ignoradas\",\"cf35MA\":\"Festival\",\"pAey+4\":\"O ficheiro é demasiado grande. O tamanho máximo é 5MB.\",\"VejKUM\":\"Preencha primeiro os seus dados acima\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filter attendees\",\"8OvVZZ\":\"Filtrar Participantes\",\"N/H3++\":\"Filter by date\",\"mvrlBO\":\"Filtrar por evento\",\"g+xRXP\":\"Finish setting up Stripe\",\"LHH461\":\"Finish setup\",\"syyeb9\":\"First\",\"Vj6wk9\":\"First 30 days\",\"/bpZYb\":\"First 7 days\",\"ziEnjY\":\"First 90 days\",\"1vBhpG\":\"Primeiro participante\",\"4pwejF\":\"O primeiro nome é obrigatório\",\"rVogsf\":\"Corrija os problemas para publicar\",\"3lkYdQ\":\"Fixed fee\",\"6bBh3/\":\"Taxa Fixa\",\"zWqUyJ\":\"Taxa fixa cobrada por transação\",\"LWL3Bs\":\"A taxa fixa deve ser 0 ou maior\",\"0RI8m4\":\"Flash off\",\"q0923e\":\"Flash on\",\"X+U6/w\":\"Família de tipos de letra\",\"lWxAUo\":\"Comida e bebida\",\"nFm+5u\":\"Texto do Rodapé\",\"sQv06Y\":\"por\",\"NTzcRQ\":\"Por um número de datas\",\"a8nooQ\":\"Fourth\",\"xVhQZV\":\"Fri\",\"39y5bn\":\"Sexta-feira\",\"ejVYRQ\":\"De\",\"hGDVDa\":[\"Desde \",[\"0\"]],\"+dBe1R\":[\"From \",[\"start\"]],\"1dv+MO\":[\"de \",[\"start\"],\" até \",[\"end\"]],\"l82hjf\":[\"a partir de \",[\"start\"],\", por \",[\"count\"],\" datas\"],\"f5UbZ0\":\"Full data ownership\",\"cfvx/y\":\"Full event\",\"MY2SVM\":\"Reembolso total\",\"PGQLdy\":\"future\",\"8N/j1s\":\"Future dates only\",\"yRx/6K\":\"Future dates will be copied with capacity reset to zero\",\"T02gNN\":\"Admissão Geral\",\"3ep0Gx\":\"Informações gerais sobre seu organizador\",\"ziAjHi\":\"Gerar\",\"exy8uo\":\"Gerar código\",\"4CETZY\":\"Obter direções\",\"pjkEcB\":\"Get Paid\",\"lGYzP6\":\"Get paid with Stripe\",\"ZDIydz\":\"Começar\",\"u6FPxT\":\"Obter Bilhetes\",\"2ohvu7\":\"Texto do botão Obter Bilhetes\",\"8KDgYV\":\"Prepare seu evento\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Voltar\",\"sr0UJD\":\"Go Back\",\"oNL5vN\":\"Ir para a página do evento\",\"gHSuV/\":\"Ir para a página inicial\",\"8+Cj55\":\"Go to Schedule\",\"6nDzTl\":\"Boa legibilidade\",\"76gPWk\":\"Entendido\",\"CZXzs4\":\"Grego\",\"aGWZUr\":\"Receita bruta\",\"n8IUs7\":\"Receita Bruta\",\"O1wAlQ\":\"Guest\",\"LIYoRQ\":\"Gestão de convidados\",\"NUsTc4\":\"Happening now\",\"S2Y4aO\":\"Eliminação definitiva\",\"kTSQej\":[\"Olá \",[\"0\"],\", gerencie sua plataforma daqui.\"],\"URTkcd\":\"Ajude-nos a melhorar dizendo-nos porque está a sair\",\"dORAcs\":\"Aqui estão todos os ingressos associados ao seu endereço de e-mail.\",\"g+2103\":\"Aqui está o seu link de afiliado\",\"bVsnqU\":\"Hi,\",\"/iE8xx\":\"Taxa Hi.Events\",\"zppscQ\":\"Taxas da plataforma Hi.Events e discriminação do IVA por transação\",\"D+zLDD\":\"Oculto\",\"cZO505\":[\"Hidden — sales ended \",[\"end\"],\".\"],\"DRErHC\":\"Oculto para participantes - visível apenas para organizadores\",\"9zfvsx\":\"Hidden from everyone\",\"nMfkJW\":\"Hidden from everyone — the master hide switch is on.\",\"NNnsM0\":\"Ocultar opções avançadas\",\"P+5Pbo\":\"Ocultar respostas\",\"VMlRqi\":\"Hide details\",\"NQgWuh\":\"Ocultar pré-visualização\",\"uXNYjR\":\"Ocultar datas e horários esgotados\",\"g9RcYX\":\"Ocultar a data\",\"uMwTx7\":\"Ocultar esta categoria?\",\"LLt2UT\":\"Hides sold out\",\"gtEbeW\":\"Destacar\",\"NF8sdv\":\"Mensagem de destaque\",\"MXSqmS\":\"Destacar este produto\",\"7ER2sc\":\"Destacado\",\"sq7vjE\":\"Os produtos destacados terão uma cor de fundo diferente para se destacarem na página do evento.\",\"1+WSY1\":\"Hobbies\",\"yY8wAv\":\"Hours\",\"49Tkiw\":\"Como é aplicado o desconto?\",\"sy9anN\":\"Quanto tempo um cliente tem para concluir a compra após receber uma oferta. Deixe vazio para sem limite de tempo.\",\"cceMns\":\"How VAT is applied to the platform fees we charge you.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Húngaro\",\"8Wgd41\":\"Reconheço as minhas responsabilidades como responsável pelo tratamento de dados\",\"O8m7VA\":\"Concordo em receber notificações por email relacionadas com este evento\",\"YLgdk5\":\"Confirmo que esta é uma mensagem transacional relacionada com este evento\",\"4/kP5a\":\"Se uma nova aba não abriu automaticamente, clique no botão abaixo para continuar para o pagamento.\",\"W/eN+G\":\"Se em branco, o endereço será utilizado para gerar um link do Google Maps\",\"CY3yHL\":\"Se selecionado, esta categoria ficará oculta do público.\",\"iIEaNB\":\"Se tem uma conta connosco, receberá um email com instruções sobre como redefinir a sua senha.\",\"an5hVd\":\"Imagens\",\"tSVr6t\":\"Personificar\",\"TWXU0c\":\"Personificar utilizador\",\"5LAZwq\":\"Personificação iniciada\",\"IMwcdR\":\"Personificação parada\",\"0I0Hac\":\"Aviso importante\",\"yD3avI\":\"Importante: Alterar o seu endereço de e-mail atualizará o link de acesso a este pedido. Será redirecionado para o novo link do pedido após guardar.\",\"jT142F\":[\"Em \",[\"diffHours\"],\" horas\"],\"OoSyqO\":[\"Em \",[\"diffMinutes\"],\" minutos\"],\"PdMhEx\":[\"in last \",[\"0\"],\" min\"],\"u7r0G5\":\"In person — set a venue\",\"/LCAwL\":\"Em curso\",\"5gTmFD\":\"taxas incl.\",\"laL+R0\":\"taxas e impostos incl.\",\"cXeh90\":\"impostos incl.\",\"pxFAp/\":\"Aumentar\",\"nQMUIO\":\"Aumentar quantidade\",\"F1Xp97\":\"Participantes individuais\",\"85e6zs\":\"Inserir token Liquid\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Instant Stripe payouts\",\"nbfdhU\":\"Integrações\",\"I8eJ6/\":\"Internal notes on the attendee's ticket\",\"B2Tpo0\":\"Email inválido\",\"5tT0+u\":\"Formato de email inválido\",\"f9WRpE\":\"Tipo de ficheiro inválido. Por favor, carregue uma imagem.\",\"tnL+GP\":\"Sintaxe Liquid inválida. Por favor, corrija-a e tente novamente.\",\"N9JsFT\":\"Formato de número de IVA inválido\",\"g+lLS9\":\"Convidar um membro da equipe\",\"1z26sk\":\"Convidar membro da equipe\",\"KR0679\":\"Convidar membros da equipe\",\"aH6ZIb\":\"Convide sua equipe\",\"Dn4OyV\":\"Convidado\",\"IuMGvq\":\"Fatura\",\"a/bUcL\":\"It happens on more than one date\",\"d+Oe9r\":\"It may have been unpublished or removed. Please check the link and try again.\",\"Lj7sBL\":\"Italiano\",\"F5/CBH\":\"item(ns)\",\"BzfzPK\":\"Itens\",\"rjyWPb\":\"January\",\"KmWyx0\":\"Trabalho\",\"o5r6b2\":\"Trabalho eliminado\",\"cd0jIM\":\"Detalhes do trabalho\",\"ruJO57\":\"Nome do trabalho\",\"YZi+Hu\":\"Trabalho em fila para nova tentativa\",\"nCywLA\":\"Participe de qualquer lugar\",\"SNzppu\":\"Juntar-se à lista de espera\",\"dLouFI\":[\"Entrar na lista de espera para \",[\"productDisplayName\"]],\"2gMuHR\":\"Inscrito\",\"u4ex5r\":\"July\",\"zeEQd/\":\"June\",\"MxjCqk\":\"Apenas procurando seus ingressos?\",\"xOTzt5\":\"just now\",\"0RihU9\":\"Just wrapped\",\"Brhs/U\":\"Manter ligação\",\"4OjqAQ\":\"Keep editing\",\"lwO5vw\":[\"Seja breve — os banners mostram uma única linha. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Mantenha-me atualizado sobre notícias e eventos de \",[\"0\"]],\"ioFA9i\":\"Keep the profit.\",\"C/pOUI\":\"Etiqueta — p. ex. Sessão da manhã\",\"o66QSP\":\"label updates\",\"RtKKbA\":\"Last\",\"DruLRc\":\"Últimos 14 dias\",\"ve9JTU\":\"O apelido é obrigatório\",\"h0Q9Iw\":\"Última resposta\",\"gw3Ur5\":\"Última ativação\",\"FIq1Ba\":\"Later\",\"xvnLMP\":\"Latest check-ins\",\"GGFOZD\":\"Deixe «De» como hoje para começar de imediato.\",\"N5TErv\":\"Leave empty for unlimited\",\"L/hDDD\":\"Leave empty to apply this check-in list to all occurrences\",\"9Pf3wk\":\"Leave on to cover every ticket on the event. Turn off to pick specific tickets.\",\"Hq2BzX\":\"Let them know about the change\",\"+uexiy\":\"Let them know about the changes\",\"exYcTF\":\"Library\",\"1njn7W\":\"Claro\",\"1qY5Ue\":\"Link expirado ou inválido\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Links permitidos\",\"2BBAbc\":\"List\",\"dF6vP6\":\"Ao vivo\",\"fpMs2Z\":\"AO VIVO\",\"D9zTjx\":\"Eventos ao Vivo\",\"a37vfH\":\"Live preview\",\"C33p4q\":\"Loaded dates\",\"WdmJIX\":\"Carregando pré-visualização...\",\"IoDI2o\":\"Carregando tokens...\",\"G3Ge9Z\":\"A carregar registos de webhook...\",\"NFxlHW\":\"Carregando webhooks\",\"E0DoRM\":\"Localização eliminada\",\"7w8lJU\":\"Localização guardada\",\"YsRXDD\":\"Localização atualizada\",\"A/kIva\":\"location updates\",\"iyZPPR\":\"localizações\",\"VppBoU\":\"Localizações\",\"iG7KNr\":\"Logotipo\",\"vu7ZGG\":\"Logo e Capa\",\"gddQe0\":\"Logo e imagem de capa para seu organizador\",\"TBEnp1\":\"O logo será exibido no cabeçalho\",\"Jzu30R\":\"O logotipo será exibido no bilhete\",\"PSRm6/\":\"Procurar os meus bilhetes\",\"yJFu/X\":\"Escritório principal\",\"v5nFPh\":\"Make it visible so people can buy tickets\",\"cdY2at\":[\"Manage \",[\"0\"]],\"wZJfA8\":\"Manage dates and times for your recurring event\",\"RlzPUE\":\"Manage on Stripe\",\"sjoDuh\":\"Manage schedule\",\"6NXJRK\":\"Manage Schedule\",\"zXuaxY\":\"Gerir a lista de espera do seu evento, ver estatísticas e oferecer bilhetes aos participantes.\",\"g2npA5\":\"Oferta manual\",\"hg6l4j\":\"March\",\"pqRBOz\":\"Mark as validated (admin override)\",\"2L3vle\":\"Máx. mensagens / 24h\",\"Qp4HWD\":\"Máx. destinatários / mensagem\",\"7qu2YV\":[\"Máximo de \",[\"cap\"],\" por encomenda\"],\"3JzsDb\":\"May\",\"agPptk\":\"Meio\",\"xDAtGP\":\"Mensagem\",\"bECJqy\":\"Mensagem aprovada com sucesso\",\"1jRD0v\":\"Enviar mensagens aos participantes com tickets específicos\",\"uQLXbS\":\"Mensagem cancelada\",\"48rf3i\":\"A mensagem não pode exceder 5000 caracteres\",\"ZPj0Q8\":\"Detalhes da mensagem\",\"Vjat/X\":\"A mensagem é obrigatória\",\"0/yJtP\":\"Enviar mensagem para proprietários de pedidos com produtos específicos\",\"saG4At\":\"Mensagem agendada\",\"mFdA+i\":\"Nível de mensagens\",\"v7xKtM\":\"Nível de mensagens atualizado com sucesso\",\"/VRn+9\":[\"Min \",[\"min\"],\" per order\"],\"H9HlDe\":\"minutos\",\"agRWc1\":\"Minutes\",\"FfPWR0\":\"Modal\",\"zz/Wd/\":\"Mode\",\"fpMgHS\":\"Mon\",\"hty0d5\":\"Segunda-feira\",\"JbIgPz\":\"Os valores monetários são totais aproximados em todas as moedas\",\"qvF+MT\":\"Monitorar e gerir trabalhos de fundo falhados\",\"kY2ll9\":\"month\",\"HajiZl\":\"Mês\",\"+8Nek/\":\"Monthly\",\"6jefe3\":\"months\",\"f8jrkd\":\"more\",\"JcD7qf\":\"More actions\",\"w36OkR\":\"Eventos mais vistos (Últimos 14 dias)\",\"+Y/na7\":\"Move all dates earlier or later\",\"3DIpY0\":\"Multiple locations\",\"g9cQCP\":\"Multiple ticket types\",\"GfaxEk\":\"Música\",\"oVGCGh\":\"Meus Ingressos\",\"8/brI5\":\"O nome é obrigatório\",\"sFFArG\":\"O nome deve ter menos de 255 caracteres\",\"Bst+aq\":\"Precisa de mudar de conta Stripe? Desligue esta.\",\"xxU3NX\":\"Receita Líquida\",\"7I8LlL\":\"New capacity\",\"n1GRql\":\"New label\",\"y0Fcpd\":\"Nova localização\",\"ArHT/C\":\"Novos registos\",\"uK7xWf\":\"New time:\",\"g8JmSC\":\"Mês seguinte\",\"veT5Br\":\"Next occurrence\",\"WXtl5X\":[\"Next: \",[\"nextFormatted\"]],\"eWRECP\":\"Vida noturna\",\"HSw5l3\":\"Não - Sou um particular ou empresa não registada para IVA\",\"VHfLAW\":\"Sem contas\",\"+jIeoh\":\"Nenhuma conta encontrada\",\"074+X8\":\"Nenhum webhook ativo\",\"zxnup4\":\"Sem afiliados para mostrar\",\"hUHrkV\":\"Ainda não há anúncios\",\"Dwf4dR\":\"Ainda não há perguntas para participantes\",\"th7rdT\":\"No attendees to show\",\"PKySlW\":\"No attendees yet for this date.\",\"/UC6qk\":\"Nenhum dado de atribuição encontrado\",\"E2vYsO\":\"No capabilities reported by Stripe yet.\",\"amMkpL\":\"Sem capacidade\",\"d2Jf1f\":\"No change\",\"99ntUF\":\"Nenhuma lista de check-in disponível para este evento.\",\"wG+knX\":\"No check-ins yet\",\"+dAKxg\":\"Nenhuma configuração encontrada\",\"LiLk8u\":\"No connections available\",\"eb47T5\":\"Nenhum dado encontrado para os filtros selecionados. Tente ajustar o período ou a moeda.\",\"Zc216S\":\"No date added\",\"I8mtzP\":\"No dates available this month. Try navigating to another month.\",\"yDukIL\":\"No dates match the current filters.\",\"B7phdj\":\"No dates match your filters\",\"/ZB4Um\":\"No dates match your search\",\"OtJSnL\":\"Sem datas agendadas\",\"gEdNe8\":\"No dates scheduled yet\",\"w+wkcC\":\"Nenhum pedido de eliminação encontrado\",\"pZNOT9\":\"Sem data de fim\",\"dW40Uz\":\"Nenhum evento encontrado\",\"8pQ3NJ\":\"Nenhum evento a iniciar nas próximas 24 horas\",\"8zCZQf\":\"Nenhum evento ainda\",\"Yc5YW6\":\"Sem trabalhos falhados\",\"EpvBAp\":\"Sem fatura\",\"N+9Onb\":\"No limits\",\"XZkeaI\":\"Nenhum registro encontrado\",\"IcAC6J\":\"Nenhum tipo de letra correspondente\",\"nrSs2u\":\"Nenhuma mensagem encontrada\",\"Rj99yx\":\"No occurrences available\",\"IFU1IG\":\"No occurrences on this date\",\"OVFwlg\":\"Ainda não há perguntas de pedido\",\"EJ7bVz\":\"Nenhum pedido encontrado\",\"NEmyqy\":\"Nenhum pedido ainda\",\"a77B6w\":\"No orders yet for this date.\",\"wUv5xQ\":\"Sem atividade de organizador nos últimos 14 dias\",\"vLd1tV\":\"No organizer context available.\",\"B7w4KY\":\"Nenhum outro organizador disponível\",\"PChXMe\":\"Sem pedidos pagos\",\"6jYQGG\":\"Nenhum evento passado\",\"CHzaTD\":\"Sem eventos populares nos últimos 14 dias\",\"zK/+ef\":\"Nenhum produto disponível para seleção\",\"M1/lXs\":\"No products configured for this event.\",\"kY7XDn\":\"Nenhum produto tem entradas na lista de espera\",\"8mw4tm\":\"Mensagem de ausência de produtos\",\"wYiAtV\":\"Sem registos de contas recentes\",\"UW90md\":\"Nenhum destinatário encontrado\",\"QoAi8D\":\"Sem resposta\",\"JeO7SI\":\"Sem resposta\",\"EK/G11\":\"Ainda sem respostas\",\"AxPAXW\":\"Nenhum resultado encontrado\",\"59OWd3\":\"Sem localizações guardadas\",\"mPdY6W\":\"Sem sugestões\",\"3sRuiW\":\"Nenhum ingresso encontrado\",\"debCrL\":\"Sem bilhetes para vender\",\"k2C0ZR\":\"No upcoming dates\",\"yM5c0q\":\"Nenhum evento futuro\",\"qpC74J\":\"Nenhum utilizador encontrado\",\"8wgkoi\":\"Sem eventos vistos nos últimos 14 dias\",\"Arzxc1\":\"Sem inscrições na lista de espera\",\"n5vdm2\":\"Nenhum evento de webhook foi registrado para este endpoint ainda. Os eventos aparecerão aqui assim que forem acionados.\",\"4GhX3c\":\"Nenhum Webhook\",\"4+am6b\":\"Não, manter-me aqui\",\"4JVMUi\":\"non-edited\",\"ACaDVQ\":\"None yet\",\"Itw24Q\":\"Not checked in\",\"x5+Lcz\":\"Não Registado\",\"8n10sz\":\"Não Elegível\",\"kLvU3F\":\"Notify attendees and stop sales\",\"t9QlBd\":\"November\",\"kAREMN\":\"Number of dates to create\",\"6u1B3O\":\"Occurrence\",\"mmoE62\":\"Occurrence Cancelled\",\"V9flmL\":\"Occurrence Schedule\",\"Kh3WO8\":\"Occurrence Summary\",\"byXCTu\":\"Occurrences\",\"KATw3p\":\"Occurrences (future only)\",\"85rTR2\":\"Occurrences can be configured after creation\",\"dzQfDY\":\"October\",\"BwJKBw\":\"de\",\"GQnX9d\":\"de cada mês\",\"az8lvo\":\"Off\",\"9h7RDh\":\"Oferecer\",\"EfK2O6\":\"Oferecer lugar\",\"3sVRey\":\"Oferecer bilhetes\",\"2O7Ybb\":\"Tempo limite da oferta\",\"1jUg5D\":\"Oferecido\",\"l+/HS6\":[\"As ofertas expiram após \",[\"timeoutHours\"],\" horas.\"],\"6Aih4U\":\"Offline\",\"Fdp03t\":\"a\",\"Z5HWHd\":\"On\",\"TH5A28\":[\"em \",[\"dayList\"]],\"qiMtVT\":[\"a \",[\"day\"],\" de \",[\"month\"]],\"nO3VbP\":[\"Em promoção \",[\"0\"]],\"pPAGSK\":[\"no \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"On the event page\",\"H7stQC\":\"Na lista de espera\",\"oXOSPE\":\"Online\",\"aqmy5k\":\"Online — provide connection details\",\"LuZBbx\":\"Online & in-person\",\"IXuOqt\":\"Online & in-person — see schedule\",\"WjSpu5\":\"Evento online\",\"wCRLS9\":[\"Apenas \",[\"cap\"],\" disponíveis\"],\"scPxI/\":[\"Apenas \",[\"capacity\"],\" restantes\"],\"Gk0+G6\":\"Only a name is required — everything else has sensible defaults\",\"NdOxqr\":\"Apenas os administradores da conta podem eliminar ou arquivar eventos. Contacte o administrador da sua conta para obter ajuda.\",\"rnoDMF\":\"Apenas os administradores da conta podem eliminar ou arquivar organizadores. Contacte o administrador da sua conta para obter ajuda.\",\"tnx0u1\":\"Only available as an add-on\",\"z4JBd7\":\"Apenas os anúncios publicados são mostrados aos utilizadores\",\"bU7oUm\":\"Enviar apenas para pedidos com esses status\",\"wkpaqp\":\"Mostrar apenas a data e hora de início\",\"chktt5\":\"Only shown as an add-on to the products it's attached to\",\"Y4HHYW\":\"Only shown as an add-on to the products it's attached to.\",\"Z82In9\":\"Apenas o proprietário da conta pode pedir a eliminação da conta.\",\"DMk8F0\":\"Only tickets count toward capacity\",\"+/Z3yr\":\"Only visible to buyers with an applicable promo code.\",\"M2w1ni\":\"Apenas visível com código promocional\",\"y8Bm7C\":\"Open check-in\",\"RLz7P+\":\"Open occurrence\",\"iMqrOb\":\"Chamada à ação opcional\",\"cDSdPb\":\"Alcunha opcional mostrada nos seletores, p. ex. \\\"Sala de conferências\\\"\",\"HXMJxH\":\"Texto opcional para avisos legais, informações de contacto ou notas de agradecimento (apenas uma linha)\",\"L565X2\":\"opções\",\"8m9emP\":\"or add a single date\",\"eBskDE\":\"Ou ative os pagamentos offline e desative o Stripe\",\"dSeVIm\":\"order\",\"c/TIyD\":\"Pedido e Bilhete\",\"H5qWhm\":\"Pedido cancelado\",\"b6+Y+n\":\"Pedido concluído\",\"x4MLWE\":\"Confirmação do pedido\",\"CsTTH0\":\"Confirmação do pedido reenviada com sucesso\",\"ppuQR4\":\"Pedido criado\",\"xtQzag\":\"Order details\",\"vrSW9M\":\"O pedido foi cancelado e reembolsado. O proprietário do pedido foi notificado.\",\"rzw+wS\":\"Titulares de encomendas\",\"oI/hGR\":\"ID do Pedido\",\"m8vQEP\":\"Order limits\",\"vu6Arl\":\"Pedido marcado como pago\",\"sLbJQz\":\"Pedido não encontrado\",\"kvYpYu\":\"Pedido não encontrado\",\"eJ8SvM\":\"Order number, purchase date, purchaser email\",\"FaPYw+\":\"Proprietário do pedido\",\"eB5vce\":\"Proprietários de pedidos com um produto específico\",\"CxLoxM\":\"Proprietários de pedidos com produtos\",\"UkHo4c\":\"Ref. pedido\",\"EZy55F\":\"Pedido reembolsado\",\"6eSHqs\":\"Status dos pedidos\",\"oW5877\":\"Total do pedido\",\"e7eZuA\":\"Pedido atualizado\",\"1SQRYo\":\"Pedido atualizado com sucesso\",\"3NT0Ck\":\"O pedido foi cancelado\",\"V5khLm\":\"orders\",\"sd5IMt\":\"Encomendas concluídas\",\"5It1cQ\":\"Pedidos exportados\",\"UQ0ACV\":\"Total de encomendas\",\"B/EBQv\":\"Encomendas:\",\"qtGTNu\":\"Contas orgânicas\",\"P/JHA4\":\"Organizador arquivado com sucesso\",\"S3CZ5M\":\"Painel do organizador\",\"GzjTd0\":\"Organizador eliminado com sucesso\",\"SQqJd8\":\"Organizador não encontrado\",\"HF8Bxa\":\"Organizador restaurado com sucesso\",\"wpj63n\":\"Configurações do organizador\",\"o1my93\":\"Falha ao atualizar o status do organizador. Por favor, tente novamente mais tarde.\",\"rLHma1\":\"Status do organizador atualizado\",\"LqBITi\":\"O modelo do organizador/padrão será usado\",\"q4zH+l\":\"Organizers\",\"/IX/7x\":\"Outro\",\"RsiDDQ\":\"Outras Listas (Bilhete Não Incluído)\",\"EufvBx\":\"Resultado\",\"aDfajK\":\"Outdoors\",\"qMASRF\":\"Mensagens de saída\",\"iCOVQO\":\"Override\",\"GpFTEc\":\"Override fees on this organizer\",\"M9ZhMP\":\"Override price\",\"cnVIpl\":\"Override removed\",\"6/dCYd\":\"Visão geral\",\"6WdDG7\":\"Página\",\"8uqsE5\":\"Página já não disponível\",\"QkLf4H\":\"URL da página\",\"sF+Xp9\":\"Visualizações de página\",\"v4nCHK\":\"Paid\",\"c+suC6\":\"Contas pagas\",\"5F7SYw\":\"Reembolso parcial\",\"fFYotW\":[\"Parcialmente reembolsado: \",[\"0\"]],\"i8day5\":\"Passar taxa para o comprador\",\"k4FLBQ\":\"Passar para o comprador\",\"Ff0Dor\":\"Passado\",\"BFjW8X\":\"Past due\",\"xTPjSy\":\"Eventos passados\",\"/l/ckQ\":\"Cole a URL\",\"URAE3q\":\"Pausado\",\"4fL/V7\":\"Pagar\",\"W5l9HD\":\"Pague o que quiser\",\"c2/9VE\":\"Payload\",\"5cxUwd\":\"Data de pagamento\",\"ENEPLY\":\"Método de pagamento\",\"8Lx2X7\":\"Pagamento recebido\",\"fx8BTd\":\"Pagamentos não disponíveis\",\"C+ylwF\":\"Payouts\",\"UbRKMZ\":\"Pendente\",\"UkM20g\":\"Revisão pendente\",\"dPYu1F\":\"Por participante\",\"mQV/nJ\":\"per min\",\"+kvxv+\":\"por encomenda\",\"VlXNyK\":\"Por pedido\",\"NhuGd7\":\"por produto\",\"hauDFf\":\"Por bilhete\",\"mnF83a\":\"Taxa Percentual\",\"TNLuRD\":\"Percentage fee (%)\",\"MixU2P\":\"A percentagem deve estar entre 0 e 100\",\"MkuVAZ\":\"Percentagem do valor da transação\",\"/Bh+7r\":\"Desempenho\",\"/4mGVp\":\"Eliminar permanentemente esta conta\",\"dGdKgQ\":\"Eliminar permanentemente esta conta e os seus dados.\",\"fIp56F\":\"Eliminar permanentemente este evento e todos os dados associados.\",\"nJeeX7\":\"Eliminar permanentemente este organizador e todos os seus eventos.\",\"wfCTgK\":\"Permanently remove this date\",\"6kPk3+\":\"Informações pessoais\",\"zmwvG2\":\"Telefone\",\"tSR/oe\":\"Pick an end date\",\"e8kzpp\":\"Pick at least one day of the month\",\"35C8QZ\":\"Pick at least one day of the week\",\"kJmAsd\":\"Escolha dias para ver as suas datas.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Placed\",\"wBJR8i\":\"Planejando um evento?\",\"J3lhKT\":\"Taxa da plataforma\",\"RD51+P\":[\"Taxa da plataforma de \",[\"0\"],\" deduzida do seu pagamento\"],\"br3Y/y\":\"Taxas da plataforma\",\"3buiaw\":\"Relatório de taxas da plataforma\",\"kv9dM4\":\"Receitas da plataforma\",\"PJ3Ykr\":\"Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions.\",\"OtjenF\":\"Por favor, introduza um endereço de e-mail válido\",\"jEw0Mr\":\"Por favor, insira uma URL válida\",\"n8+Ng/\":\"Por favor, introduza o código de 5 dígitos\",\"r+lQXT\":\"Por favor, insira o seu número de IVA\",\"Dvq0wf\":\"Por favor, forneça uma imagem.\",\"2cUopP\":\"Por favor, reinicie o processo de compra.\",\"GoXxOA\":\"Please select a date and time\",\"8KmsFa\":\"Por favor, selecione um intervalo de datas\",\"EFq6EG\":\"Por favor, selecione uma imagem.\",\"fuwKpE\":\"Por favor, tente novamente.\",\"klWBeI\":\"Por favor, aguarde antes de solicitar outro código\",\"hfHhaa\":\"Por favor, aguarde enquanto preparamos os seus afiliados para exportação...\",\"o+tJN/\":\"Por favor, aguarde enquanto preparamos seus participantes para exportação...\",\"+5Mlle\":\"Por favor, aguarde enquanto preparamos seus pedidos para exportação...\",\"trnWaw\":\"Polaco\",\"luHAJY\":\"Eventos populares (Últimos 14 dias)\",\"p/78dY\":\"Position\",\"OESu7I\":\"Evite sobrevenda compartilhando estoque entre vários tipos de ingresso.\",\"NgVUL2\":\"Pré-visualizar formulário de checkout\",\"cs5muu\":\"Pré-visualizar página do evento\",\"1xwZj/\":\"Mês anterior\",\"Jm2AC3\":\"Price Tier\",\"a5jvSX\":\"Níveis de Preço\",\"aHCEmh\":\"Pricing\",\"ReihZ7\":\"Pré-visualização de Impressão\",\"JnuPvH\":\"Imprimir Bilhete\",\"tYF4Zq\":\"Imprimir para PDF\",\"LcET2C\":\"Política de Privacidade\",\"8z6Y5D\":\"Processar reembolso\",\"JcejNJ\":\"A processar pedido\",\"EWCLpZ\":\"Produto criado\",\"XkFYVB\":\"Produto excluído\",\"YMwcbR\":\"Detalhamento das vendas de produtos, receitas e impostos\",\"ls0mTC\":\"Product settings cannot be edited for cancelled dates.\",\"2339ej\":\"Product settings saved successfully\",\"ldVIlB\":\"Produto atualizado\",\"CP3D8G\":\"Progress\",\"JoKGiJ\":\"Código promocional\",\"dIodJL\":\"Promo code required\",\"k3wH7i\":\"Uso de códigos promocionais e detalhamento de descontos\",\"tZqL0q\":\"promo codes\",\"oCHiz3\":\"Promo codes\",\"uEhdRh\":\"Apenas Promoção\",\"dLm8V5\":\"Emails promocionais podem resultar na suspensão da conta\",\"W0ETyY\":\"Indique pelo menos um campo de morada (local, rua, cidade ou país).\",\"2W/7Gz\":\"Provide the following before Stripe's next review to keep payouts flowing.\",\"7d1a0d\":\"Public\",\"EEYbdt\":\"Publicar\",\"JcgJKc\":\"Publicar mesmo assim\",\"evDBV8\":\"Publicar evento\",\"2zEfOd\":\"Publish your event\",\"u3wRF+\":\"Publicado\",\"L7nrC8\":\"Ao publicar, a página do seu evento torna-se pública e as inscrições são abertas.\",\"dsFmM+\":\"Adquirido\",\"JunetL\":\"Purchaser\",\"phmeUH\":\"Purchaser email\",\"ywR4ZL\":\"QR code check-in\",\"oWXNE5\":\"Qtd.\",\"VbWX2u\":\"Quantidade\",\"biEyJ4\":\"Question answers\",\"k/bJj0\":\"Perguntas reordenadas\",\"b24kPi\":\"Fila\",\"lTPqpM\":\"Quick Tip\",\"fqDzSu\":\"Taxa\",\"mnUGVC\":\"Limite de taxa excedido. Por favor, tente novamente mais tarde.\",\"t41hVI\":\"Reoferecer lugar\",\"TNclgc\":\"Reactivate this date? It will be reopened for future sales.\",\"RENQ6j\":\"Pronto para publicar?\",\"uqoRbb\":\"Real-time analytics\",\"jPSk57\":\"Motivo (opcional)\",\"xzRvs4\":[\"Receber atualizações de produtos do \",[\"0\"],\".\"],\"pLXbi8\":\"Registos de contas recentes\",\"M1HGuR\":\"Recent activity\",\"3kJ0gv\":\"Recent Attendees\",\"qhfiwV\":\"Recent check-ins\",\"S+0XMX\":\"Recent orders\",\"Fi3b48\":\"Pedidos recentes\",\"7hPBBn\":\"destinatário\",\"jp5bq8\":\"destinatários\",\"yPrbsy\":\"Destinatários\",\"E1F5Ji\":\"Os destinatários ficam disponíveis após o envio da mensagem\",\"WEYdDv\":\"Recommended\",\"wuhHPE\":\"Recurring\",\"asLqwt\":\"Evento recorrente\",\"s3uzsK\":\"Definições de evento recorrente\",\"D0tAMe\":\"Recurring events\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Redirecionando para o Stripe...\",\"pnoTN5\":\"Contas de referência\",\"ACKu03\":\"Atualizar visualização\",\"vuFYA6\":\"Refund all orders for these dates\",\"4cRUK3\":\"Refund all orders for this date\",\"fKn/k6\":\"Valor do reembolso\",\"qY4rpA\":\"Reembolso falhou\",\"FaK/8G\":[\"Reembolsar pedido \",[\"0\"]],\"MGbi9P\":\"Reembolso pendente\",\"BDSRuX\":[\"Reembolsado: \",[\"0\"]],\"bU4bS1\":\"Reembolsos\",\"rYXfOA\":\"Configurações regionais\",\"5tl0Bp\":\"Perguntas de registro\",\"ZNo5k1\":\"Remaining\",\"Bjh87R\":\"Remove label from all dates\",\"IVZaEo\":\"Remove completamente as datas e horários esgotados da página do evento. Quando desativado, permanecem visíveis e são assinalados como esgotados.\",\"5Vkr/a\":\"Remover horário\",\"KkJtVK\":\"Reopen for new sales\",\"XJwWJp\":\"Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed.\",\"RYlQY0\":\"Repetição\",\"CQeZT8\":\"Relatório não encontrado\",\"JEPMXN\":\"Solicitar novo link\",\"Yx0Ud8\":\"Pedido\",\"Wcv9QD\":\"Pedido por\",\"TMLAx2\":\"Obrigatório\",\"mdeIOH\":\"Reenviar código\",\"sQxe68\":\"Reenviar confirmação\",\"bxoWpz\":\"Reenviar e-mail de confirmação\",\"G42SNI\":\"Reenviar e-mail\",\"TTpXL3\":[\"Reenviar em \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Reenviar bilhete\",\"Uwsg2F\":\"Reservado\",\"8wUjGl\":\"Reservado até\",\"a5z8mb\":\"Reset to base price\",\"kCn6wb\":\"A redefinir...\",\"ZlCDf+\":\"Resposta\",\"bsydMp\":\"Detalhes da resposta\",\"yKu/3Y\":\"Restaurar\",\"RokrZf\":\"Restaurar evento\",\"/JyMGh\":\"Restaurar organizador\",\"HFvFRb\":\"Restaure este evento para o tornar visível novamente.\",\"DDIcqy\":\"Restaure este organizador e torne-o ativo novamente.\",\"mO8KLE\":\"results\",\"6gRgw8\":\"Tentar novamente\",\"1BG8ga\":\"Tentar tudo novamente\",\"rDC+T6\":\"Tentar trabalho novamente\",\"CbnrWb\":\"Voltar ao evento\",\"Lf7TCn\":\"Os locais reutilizáveis aparecem aqui automaticamente à medida que cria eventos com moradas, e também pode adicionar os seus.\",\"mdQ0zb\":\"Locais reutilizáveis para os seus eventos. As localizações criadas a partir do preenchimento automático são guardadas aqui automaticamente.\",\"XFOPle\":\"Reuse\",\"1Zehp4\":\"Reuse a Stripe connection from another organizer in this account.\",\"Oo/PLb\":\"Resumo de Receita\",\"CfuueU\":\"Revogar oferta\",\"Tpm2G9\":\"Duração\",\"dFFW9L\":[\"Promoção terminou \",[\"0\"]],\"loCKGB\":[\"Promoção termina \",[\"0\"]],\"wlfBad\":\"Período de Promoção\",\"qi81Jg\":\"Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page.\",\"zpekWp\":[\"Promoção começa \",[\"0\"]],\"7s8z0X\":\"Sale window\",\"mUv9U4\":\"Vendas\",\"9KnRdL\":\"As vendas estão pausadas\",\"JC3J0k\":\"Sales, attendance, and check-in breakdown per occurrence\",\"3VnlS9\":\"Vendas, pedidos e métricas de desempenho para todos os eventos\",\"3Q1AWe\":\"Vendas:\",\"LeuERW\":\"Same as event\",\"B4nE3N\":\"Preço do bilhete de exemplo\",\"8BRPoH\":\"Local Exemplo\",\"PiK6Ld\":\"Sat\",\"+5kO8P\":\"Sábado\",\"zJiuDn\":\"Save fee override\",\"x1fMXJ\":\"Guardar programação\",\"KZrfYJ\":\"Salvar links sociais\",\"9Y3hAT\":\"Salvar modelo\",\"C8ne4X\":\"Guardar Design do Bilhete\",\"cTI8IK\":\"Save VAT settings\",\"6/TNCd\":\"Guardar Definições de IVA\",\"4RvD9q\":\"Localização guardada\",\"cgw0cL\":\"Localizações guardadas\",\"Fbqm/I\":\"Saving an override creates a dedicated configuration for this organizer if it's currently on the system default.\",\"I+FvbD\":\"Digitalizar\",\"0zd6Nm\":\"Scan a ticket to check in an attendee\",\"bQG7Qk\":\"Scanned tickets will appear here\",\"WDYSLJ\":\"Scanner mode\",\"gmB6oO\":\"Schedule\",\"qQTaVm\":\"Schedule added\",\"j6NnBq\":\"Schedule created successfully\",\"YP7frt\":\"Schedule ends on\",\"QS1Nla\":\"Agendar para mais tarde\",\"NAzVVw\":\"Agendar mensagem\",\"/rTL/5\":\"Pré-visualização da programação\",\"Fz09JP\":\"Schedule starts on\",\"4ba0NE\":\"Agendado\",\"4HKQZj\":\"Eliminação agendada\",\"qcP/8K\":\"Hora agendada\",\"A1taO8\":\"Search\",\"ftNXma\":\"Pesquisar afiliados...\",\"VMU+zM\":\"Search attendees\",\"VY+Bdn\":\"Pesquisar por nome da conta ou e-mail...\",\"VX+B3I\":\"Pesquisar por título do evento ou organizador...\",\"R0wEyA\":\"Pesquisar por nome do trabalho ou exceção...\",\"YnMfsK\":\"Pesquisar por nome ou morada...\",\"3yKuDu\":\"Pesquise por nome ou e-mail e selecione um ou mais\",\"VT+urE\":\"Pesquisar por nome ou e-mail...\",\"GHdjuo\":\"Pesquisar por nome, e-mail ou conta...\",\"4mBFO7\":\"Search by name, order #, ticket # or email\",\"20ce0U\":\"Pesquisar por ID do pedido, nome do cliente ou email...\",\"4DSz7Z\":\"Pesquisar por assunto, evento ou conta...\",\"gTUY97\":\"Pesquisar por título...\",\"nQC7Z9\":\"Search dates...\",\"iRtEpV\":\"Search dates…\",\"JRM7ao\":\"Search for an address\",\"BWF1kC\":\"Pesquisar mensagens...\",\"5WYZKZ\":\"Resultados da pesquisa\",\"IG85fV\":\"Pesquise localizações guardadas ou encontre uma morada...\",\"Du+zn+\":\"A pesquisar...\",\"3aD3GF\":\"Seasonal\",\"ku//5b\":\"Second\",\"Mck5ht\":\"Checkout Seguro\",\"s7tXqF\":\"See schedule\",\"JFap6u\":\"See what Stripe still needs\",\"6lGaum\":\"Visto\",\"p7xUrt\":\"Selecione uma categoria\",\"hTKQwS\":\"Select a Date & Time\",\"Ps6Xtf\":\"Select a date to see available times\",\"e4L7bF\":\"Selecione uma mensagem para ver o seu conteúdo\",\"zPRPMf\":\"Selecionar um nível\",\"BFRSTT\":\"Selecionar Conta\",\"wgNoIs\":\"Select all\",\"mCB6Je\":\"Selecionar tudo\",\"aCEysm\":[\"Select all on \",[\"0\"]],\"a6+167\":\"Selecionar um evento\",\"4oT6dP\":\"Selecione pelo menos uma conta\",\"neCGH1\":\"Selecione pelo menos um utilizador\",\"CFbaPk\":\"Selecione o grupo de participantes\",\"88a49s\":\"Select camera\",\"tVW/yo\":\"Selecionar moeda\",\"SJQM1I\":\"Select date\",\"n9ZhRa\":\"Selecione data e hora de término\",\"gTN6Ws\":\"Selecionar hora de fim\",\"0U6E9W\":\"Selecionar categoria do evento\",\"j9cPeF\":\"Selecionar tipos de eventos\",\"ypTjHL\":\"Select occurrence\",\"DHBGUX\":\"Select products...\",\"KizCK7\":\"Selecione data e hora de início\",\"dJZTv2\":\"Selecionar hora de início\",\"x8XMsJ\":\"Selecione o nível de mensagens para esta conta. Isto controla os limites de mensagens e permissões de links.\",\"aT3jZX\":\"Selecionar fuso horário\",\"TxfvH2\":\"Selecione quais participantes devem receber esta mensagem\",\"Ropvj0\":\"Selecione quais eventos acionarão este webhook\",\"+6YAwo\":\"selected\",\"ylXj1N\":\"Selecionado\",\"uq3CXQ\":\"Sell out your event.\",\"oBXbO4\":\"Selling a physical product? Cap its quantity on the <0>products page instead.\",\"j9b/iy\":\"Vendendo rápido 🔥\",\"73qYgo\":\"Enviar como teste\",\"HMAqFK\":\"Enviar e-mails para participantes, titulares de bilhetes ou proprietários de encomendas. As mensagens podem ser enviadas imediatamente ou agendadas para mais tarde.\",\"22Itl6\":\"Envie-me uma cópia\",\"NpEm3p\":\"Enviar agora\",\"nOBvex\":\"Envie dados de pedidos e participantes em tempo real para seus sistemas externos.\",\"1lNPhX\":\"Enviar email de notificação de reembolso\",\"eaUTwS\":\"Enviar link de redefinição\",\"5cV4PY\":\"Send to all occurrences, or choose a specific one\",\"QEQlnV\":\"Envie a sua primeira mensagem\",\"IoAuJG\":\"A enviar...\",\"h69WC6\":\"Enviado\",\"BVu2Hz\":\"Enviado por\",\"ZFa8wv\":\"Sent to attendees when a scheduled date is cancelled\",\"SPdzrs\":\"Enviado aos clientes quando fazem um pedido\",\"LxSN5F\":\"Enviado a cada participante com os detalhes do seu ingresso\",\"hgvbYY\":\"September\",\"5sN96e\":\"Session cancelled\",\"S9i0UC\":[\"sessões · \",[\"dateCount\"],\" datas × \",[\"timesPerDay\"],\" horários\"],\"89xaFU\":\"Defina as configurações padrão de taxa da plataforma para novos eventos criados sob este organizador.\",\"eXssj5\":\"Definir configurações predefinidas para novos eventos criados sob este organizador.\",\"uPe5p8\":\"Set how long each date lasts\",\"ODuUEi\":\"Set or clear the date label\",\"buHACR\":\"Set the end time of each date to be this long after its start time.\",\"TaeFgl\":\"Set to unlimited (remove limit)\",\"pd6SSe\":\"Set up a recurring schedule to automatically create dates, or add them one at a time.\",\"s0FkEx\":\"Configure listas de check-in para diferentes entradas, sessões ou dias.\",\"TaWVGe\":\"Set up payouts\",\"JA//e6\":\"Set up schedule\",\"gzXY7l\":\"Set Up Schedule\",\"0Ls9qe\":\"Set up the tickets you'll sell and their prices\",\"xMO+Ao\":\"Configure a sua organização\",\"5pEFnq\":\"Configure a sua programação\",\"zRRuUD\":\"Set up your schedule in the next steps\",\"ETC76A\":\"Set, change, or remove the date's location or online details\",\"C3htzi\":\"Configuração atualizada\",\"Ohn74G\":\"Configuração e design\",\"1W5XyZ\":\"Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event.\",\"GG7qDw\":\"Partilhar link de afiliado\",\"hL7sDJ\":\"Compartilhar página do organizador\",\"jy6QDF\":\"Gestão de capacidade compartilhada\",\"jDNHW4\":\"Shift times\",\"tPfIaW\":[\"Shifted times for \",[\"count\"],\" date(s)\"],\"WwlM8F\":\"Mostrar opções avançadas\",\"cMW+gm\":[\"Mostrar todas as plataformas (\",[\"0\"],\" com valores)\"],\"wXi9pZ\":\"Show attendee notes to non-logged-in staff\",\"4LZFir\":\"Mostrar todo o intervalo de datas\",\"UVPI5D\":\"Mostrar menos plataformas\",\"Eu/N/d\":\"Mostrar caixa de seleção de opt-in de marketing\",\"SXzpzO\":\"Mostrar caixa de seleção de opt-in de marketing por padrão\",\"b33PL9\":\"Mostrar mais plataformas\",\"Eut7p9\":\"Show order details to non-logged-in staff\",\"+RoWKN\":\"Show question answers to non-logged-in staff\",\"jbcx6L\":\"Show remaining capacity on event dates\",\"rXxBOx\":\"Show remaining capacity to buyers\",\"t1LIQW\":[\"A mostrar \",[\"0\"],\" de \",[\"totalRows\"],\" registos\"],\"E717U9\":[\"Showing \",[\"0\"],\"–\",[\"1\"],\" of \",[\"2\"]],\"5rzhBQ\":[\"Showing \",[\"MAX_VISIBLE\"],\" of \",[\"totalAvailable\"],\" dates. Type to search.\"],\"WSt3op\":[\"Showing the first \",[\"0\"],\" — the remaining \",[\"1\"],\" session(s) will still be targeted when the message is sent.\"],\"o1UbOh\":\"Mostrado a saltar no topo do modal\",\"OJLTEL\":\"Shown to staff the first time they open the check-in page.\",\"lbfXEJ\":\"Shows remaining\",\"jVRHeq\":\"Registado\",\"5C7J+P\":\"Single Event\",\"E//btK\":\"Skip manually edited dates\",\"paESr6\":\"Eslovaco\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Social\",\"d0rUsW\":\"Links sociais\",\"j/TOB3\":\"Links sociais e site\",\"s9KGXU\":\"Vendido\",\"yp+0jj\":\"sold out\",\"1hupow\":\"Esgotado, lista de espera disponível\",\"iACSrw\":\"Some details are hidden from public access. Log in to view everything.\",\"Dia6iz\":\"Something went wrong while deleting the image. Please try again.\",\"KTxc6k\":\"Algo deu errado, tente novamente ou entre em contato com o suporte se o problema persistir\",\"lkE00/\":\"Algo correu mal. Por favor, tente novamente mais tarde.\",\"wdxz7K\":\"Fonte\",\"SzuJ5m\":\"Contas específicas\",\"/h8G1o\":\"Utilizadores específicos\",\"fDG2by\":\"Spirituality\",\"oPaRES\":\"Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end.\",\"7JFNej\":\"Desporto\",\"/bfV1Y\":\"Staff instructions\",\"StWUH4\":\"Start check-in\",\"JcQp9p\":\"Data e hora de início\",\"0m/ekX\":\"Data e hora de início\",\"izRfYP\":\"A data de início é obrigatória\",\"xAYSEs\":\"Hora de início\",\"n9ZrDo\":\"Start typing a venue or address...\",\"DACR+e\":\"Starts collapsed\",\"qeFVhN\":[\"Starts in \",[\"diffDays\"],\" days\"],\"AOqtxN\":[\"Starts in \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Starts in \",[\"h\"],\"h \",[\"m\"],\"m\"],\"Lo49in\":[\"Starts in \",[\"seconds\"],\"s\"],\"NqChgF\":\"Starts tomorrow\",\"2NbyY/\":\"Estatísticas\",\"GVUxAX\":\"As estatísticas são baseadas na data de criação da conta\",\"29Hx9U\":\"Stats\",\"5ia+r6\":\"Still needed\",\"wuV0bK\":\"Parar Personificação\",\"S/7MPw\":\"Conta Stripe desligada.\",\"s/KaDb\":\"Stripe connected\",\"Bk06QI\":\"Stripe ligado\",\"akZMv8\":[\"Stripe connection copied from \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe didn't return a setup link. Please try again.\",\"aKtF0O\":\"Stripe não conectado\",\"9i0++A\":\"ID de pagamento Stripe\",\"R1lIMV\":\"Stripe will need a few more details soon\",\"FzcCHA\":\"Stripe will walk you through a few quick questions to finish setup.\",\"ii0qn/\":\"O assunto é obrigatório\",\"M7Uapz\":\"O assunto aparecerá aqui\",\"6aXq+t\":\"Assunto:\",\"JwTmB6\":\"Produto duplicado com sucesso\",\"WUOCgI\":\"Lugar oferecido com sucesso\",\"IvxA4G\":[\"Bilhetes oferecidos com sucesso a \",[\"count\"],\" pessoas\"],\"kKpkzy\":\"Bilhetes oferecidos com sucesso a 1 pessoa\",\"Zi3Sbw\":\"Removido da lista de espera com sucesso\",\"RuaKfn\":\"Endereço atualizado com sucesso\",\"kzx0uD\":\"Predefinições de Evento Atualizadas com Sucesso\",\"5n+Wwp\":\"Organizador atualizado com sucesso\",\"DMCX/I\":\"Configurações padrão de taxa da plataforma atualizadas com sucesso\",\"URUYHc\":\"Configurações de taxa da plataforma atualizadas com sucesso\",\"kRWc2g\":\"Definições de evento recorrente atualizadas com sucesso\",\"0Dk/l8\":\"Configurações de SEO atualizadas com sucesso\",\"S8Tua9\":\"Definições atualizadas com sucesso\",\"MhOoLQ\":\"Links sociais atualizados com sucesso\",\"CNSSfp\":\"Definições de rastreamento atualizadas com sucesso\",\"kj7zYe\":\"Webhook atualizado com sucesso\",\"dXoieq\":\"Resumo\",\"/RfJXt\":[\"Festival de Música de Verão \",[\"0\"]],\"CWOPIK\":\"Festival de Música de Verão 2025\",\"D89zck\":\"Sun\",\"DBC3t5\":\"Domingo\",\"UaISq3\":\"Sueco\",\"JZTQI0\":\"Trocar organizador\",\"9YHrNC\":\"Padrão do Sistema\",\"jGR53C\":\"T-shirts, mugs and more\",\"hCR98w\":\"Toque nas datas como num calendário.\",\"lruQkA\":\"Tap this screen to resume scanning\",\"X9v2GM\":\"Contas de destino\",\"TmyDCw\":\"Utilizadores de destino\",\"TJUrME\":[\"Targeting attendees across \",[\"0\"],\" selected sessions.\"],\"yT6dQ8\":\"Impostos cobrados agrupados por tipo de imposto e evento\",\"Ye321X\":\"Nome do Imposto\",\"WyCBRt\":\"Resumo de Impostos\",\"QC3FVX\":\"Taxes & fees\",\"GkH0Pq\":\"Taxas e impostos aplicados\",\"SXvRWU\":\"Team collaboration\",\"vlf/In\":\"Tecnologia\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Conte às pessoas o que esperar do seu evento\",\"NiIUyb\":\"Conte-nos sobre seu evento\",\"DovcfC\":\"Fale-nos sobre a sua organização. Esta informação será exibida nas páginas dos seus eventos.\",\"69GWRq\":\"Tell us how often your event repeats and we'll create all the dates for you.\",\"mXPbwY\":\"Tell us your VAT registration status so we apply the correct VAT treatment to platform fees.\",\"7wtpH5\":\"Modelo ativo\",\"QHhZeE\":\"Modelo criado com sucesso\",\"xrWdPR\":\"Modelo excluído com sucesso\",\"G04Zjt\":\"Modelo salvo com sucesso\",\"xowcRf\":\"Termos de serviço\",\"6K0GjX\":\"O texto pode ser difícil de ler\",\"nm3Iz/\":\"Obrigado por participar!\",\"pYwj0k\":\"Thanks,\",\"cIHkSd\":[\"São \",[\"totalOccurrences\"],\" sessões — o máximo é \",[\"max\"],\". Reduza o período ou a frequência.\"],\"k3IitN\":\"That's a wrap\",\"KfmPRW\":\"A cor de fundo da página. Ao usar imagem de capa, esta é aplicada como uma sobreposição.\",\"MDNyJz\":\"O código irá expirar em 10 minutos. Verifique a sua pasta de spam se não vir o email.\",\"AIF7J2\":\"A moeda em que a taxa fixa é definida. Será convertida para a moeda do pedido no checkout.\",\"k3LFkM\":\"A moeda utilizada para os preços dos bilhetes deste evento.\",\"7oksH+\":[\"O desconto é deduzido de cada produto elegível. Ex.: \",[\"currencySymbol\"],\"10 de desconto × 3 bilhetes = \",[\"currencySymbol\"],\"30 de desconto.\"],\"sKL8k2\":\"O desconto é deduzido uma única vez do total da encomenda.\",\"cDHM1d\":\"O endereço de e-mail foi alterado. O participante receberá um novo bilhete no endereço de e-mail atualizado.\",\"tXadb0\":\"O evento que você está procurando não está disponível no momento. Ele pode ter sido removido, expirado ou a URL pode estar incorreta.\",\"sxKqBm\":\"O valor total do pedido será reembolsado para o método de pagamento original do cliente.\",\"KgDp6G\":\"O link que está a tentar aceder expirou ou já não é válido. Por favor, verifique o seu e-mail para obter um link atualizado para gerir o seu pedido.\",\"sYLeDq\":\"O organizador que você está procurando não foi encontrado. A página pode ter sido movida, excluída ou o URL está incorreto.\",\"PCr4zw\":\"The override is recorded in the order audit log.\",\"C4nQe5\":\"A taxa da plataforma é adicionada ao preço do bilhete. Os compradores pagam mais, mas você recebe o preço total do bilhete.\",\"HxxXZO\":\"A cor principal da marca usada para botões e destaques\",\"OVSkIF\":\"A rápida raposa castanha salta sobre o cão preguiçoso.\",\"z0KrIG\":\"A hora agendada é obrigatória\",\"EWErQh\":\"A hora agendada deve ser no futuro\",\"UNd0OU\":[\"The session for \\\"\",[\"title\"],\"\\\" originally scheduled for \",[\"0\"],\" has been rescheduled.\"],\"DEcpfp\":\"O corpo do modelo contém sintaxe Liquid inválida. Por favor, corrija-a e tente novamente.\",\"qpmtdK\":\"O fuso horário utilizado para as datas e horas deste evento.\",\"N3VfVA\":\"O carregamento não chegou ao servidor. Verifique a sua ligação e, se o ficheiro for grande, tente uma imagem mais pequena (máx. 5MB).\",\"injXD7\":\"O número de IVA não pôde ser validado. Por favor, verifique o número e tente novamente.\",\"A4UmDy\":\"Teatro\",\"tDwYhx\":\"Tema e cores\",\"ybBP2H\":\"There are no products available for this date. Please choose another date.\",\"O7g4eR\":\"There are no upcoming dates for this event\",\"062KsE\":\"These details are shown on the attendee's ticket and order summary for this date only.\",\"5Eu+tn\":\"Estes detalhes só serão mostrados se a encomenda for concluída com sucesso.\",\"jQjwR+\":\"These details will replace any existing location on the affected dates and show on attendee tickets.\",\"6eaLu/\":\"Estes preços aplicam-se a todas as datas do seu calendário, e as quantidades dos escalões limitam as vendas totais de todas as datas em conjunto. As datas de venda dos escalões aplicam-se globalmente. Pode substituir os preços de datas individuais na <0>página de Calendário de datas.\",\"QP3gP+\":\"Estas configurações se aplicam apenas ao código de incorporação copiado e não serão armazenadas.\",\"HirZe8\":\"Estes modelos serão usados como padrões para todos os eventos em sua organização. Eventos individuais podem substituir estes modelos por suas próprias versões personalizadas.\",\"lzAaG5\":\"Estes modelos substituirão os padrões do organizador apenas para este evento. Se nenhum modelo personalizado for definido aqui, o modelo do organizador será usado em vez disso.\",\"UlykKR\":\"Third\",\"1YTBzS\":\"Esta conta não tem encomendas concluídas, pelo que todos os seus dados serão eliminados permanentemente.\",\"jCPU8z\":\"Esta conta está agendada para eliminação\",\"zfNCE8\":[\"Esta conta está agendada para eliminação em <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes.\",\"SOmGDa\":\"This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins.\",\"XBNC3E\":\"Este código será usado para rastrear vendas. Apenas são permitidas letras, números, hífenes e underscores.\",\"AaP0M+\":\"Esta combinação de cores pode ser difícil de ler para alguns utilizadores\",\"o1phK/\":[\"This date has \",[\"orderCount\"],\" order(s) that will be affected.\"],\"F/UtGt\":\"This date has been cancelled. You can still delete it to remove it permanently.\",\"BLZ7pX\":\"This date is in the past. It will be created but won't be visible to attendees under upcoming dates.\",\"7IIY0z\":\"This date is marked sold out.\",\"bddWMP\":\"This date is no longer available. Please select another date.\",\"E9BqZw\":\"This date only\",\"n68908\":[\"Isto desliga \",[\"stripeAccountId\"],\" deste organizador. As vendas de bilhetes pagos deixarão de funcionar até voltar a ligar uma conta Stripe.\"],\"RzEvf5\":\"Este evento terminou\",\"kc4bIA\":\"Este evento ainda não tem bilhetes nem produtos, pelo que os participantes não poderão inscrever-se.\",\"eMaNd0\":\"This event is not available\",\"YClrdK\":\"Este evento ainda não foi publicado\",\"GL6z+k\":\"Este evento está esgotado\",\"pIwDhS\":\"This event's dates and times are set on the occurrence schedule.\",\"ny5rgr\":\"This is a recurring event\",\"tc64Zz\":\"Este é o nome da categoria que será apresentado na página do evento.\",\"dFJnia\":\"Este é o nome do seu organizador que será exibido aos seus usuários.\",\"vt7jiq\":\"Esta é a única vez que o segredo de assinatura será exibido. Por favor, copie-o agora e guarde-o em segurança.\",\"5DpZrC\":\"Isto limita as vendas totais de todas as datas do seu calendário em conjunto — não é um limite por data. Para limitar a lotação de cada data, defina uma capacidade na <0>página de Calendário de datas.\",\"L7dIM7\":\"Este link é inválido ou expirou.\",\"MR5ygV\":\"Este link já não é válido\",\"9LEqK0\":\"Este nome é visível aos utilizadores finais\",\"QdUMM9\":\"This occurrence is at capacity\",\"j5FdeA\":\"Este pedido está a ser processado.\",\"sjNPMw\":\"Este pedido foi abandonado. Pode iniciar um novo pedido a qualquer momento.\",\"OhCesD\":\"Este pedido foi cancelado. Pode iniciar um novo pedido a qualquer momento.\",\"lyD7rQ\":\"Este perfil de organizador ainda não foi publicado\",\"9b5956\":\"Esta visualização mostra como seu e-mail ficará com dados de exemplo. E-mails reais usarão valores reais.\",\"uM9Alj\":\"Este produto está destacado na página do evento\",\"RqSKdX\":\"Este produto está esgotado\",\"4PDH+K\":\"This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to.\",\"qEGn8I\":\"Este evento recorrente ainda não tem datas, pelo que os participantes não têm nada para reservar.\",\"W12OdJ\":\"Este relatório é apenas para fins informativos. Consulte sempre um profissional de impostos antes de usar estes dados para fins contabilísticos ou fiscais. Por favor, verifique com o seu painel do Stripe pois o Hi.Events pode não ter dados históricos.\",\"1LuJNw\":\"Este bilhete já não é válido\",\"0Ew0uk\":\"Este bilhete acabou de ser digitalizado. Aguarde antes de digitalizar novamente.\",\"FYXq7k\":[\"This will affect \",[\"loadedAffectedCount\"],\" date(s).\"],\"kvpxIU\":\"Isso será usado para notificações e comunicação com seus usuários.\",\"bPgkdx\":\"Isto cancelará a eliminação agendada e reativará a conta. O proprietário da conta será notificado por email.\",\"4yx4a4\":[\"Isto desativará a sua conta imediatamente e eliminá-la-á permanentemente após 30 dias. Para confirmar, escreva o nome da sua conta: <0>\",[\"0\"],\"\"],\"rhsath\":\"Isto não será visível para os clientes, mas ajuda-o a identificar o afiliado.\",\"VGEfU7\":\"Isto eliminará ou anonimizará permanentemente a conta de imediato, sem esperar pela data agendada. Não pode ser anulado.\",\"hV6FeJ\":\"Throughput\",\"+FjWgX\":\"Thu\",\"kkDQ8m\":\"Quinta-feira\",\"0GSPnc\":\"Design do Bilhete\",\"EZC/Cu\":\"Design do bilhete guardado com sucesso\",\"bbslmb\":\"Designer de ingressos\",\"1BPctx\":\"Bilhete para\",\"HGuXjF\":\"Portadores de ingressos\",\"CMUt3Y\":\"Titulares de bilhetes\",\"awHmAT\":\"ID do bilhete\",\"6czJik\":\"Logotipo do Bilhete\",\"t79rDv\":\"Bilhete não encontrado\",\"6tmWch\":\"Ingresso ou produto\",\"1tfWrD\":\"Pré-visualização do bilhete para\",\"KnjoUA\":\"Preço do bilhete\",\"pGZOcL\":\"Bilhete reenviado com sucesso\",\"o02GZM\":\"Ticket sales have ended for this event\",\"8jLPgH\":\"Tipo de Bilhete\",\"8qsbZ5\":\"Bilheteria e vendas\",\"zNECqg\":\"bilhetes\",\"6GQNLE\":\"Bilhetes\",\"NRhrIB\":\"Ingressos e produtos\",\"OrWHoZ\":\"Os bilhetes são automaticamente oferecidos aos clientes em lista de espera quando há disponibilidade.\",\"AGRilS\":\"Ingressos Vendidos\",\"4/dG8J\":\"Tiers\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Time\",\"kGEhUy\":\"Horários\",\"fXf2r5\":[\"Times shown in \",[\"timezoneAbbr\"]],\"9udQT9\":\"O título é obrigatório\",\"dMtLDE\":\"to\",\"/jQctM\":\"Para\",\"tiI71C\":\"Para aumentar os seus limites, contacte-nos em\",\"ecUA8p\":\"Today\",\"W428WC\":\"Alternar colunas\",\"BRMXj0\":\"Tomorrow\",\"UBSG1X\":\"Melhores organizadores (Últimos 14 dias)\",\"3sZ0xx\":\"Total de Contas\",\"SMDzqJ\":\"Total de Participantes\",\"orBECM\":\"Total Cobrado\",\"k5CU8c\":\"Total de entradas\",\"4B7oCp\":\"Taxa total\",\"sMMlTX\":\"Total fees\",\"mlvCEl\":\"Total orders\",\"2AW/k5\":\"Quantidade total em todas as datas\",\"dp8BCb\":\"Total tax\",\"vb0Q0/\":\"Total de Usuários\",\"oJjplO\":\"Visualizações totais\",\"rBZ9pz\":\"Tours\",\"orluER\":\"Acompanhe o crescimento e desempenho da conta por fonte de atribuição\",\"YwKzpH\":\"Rastreamento e análise\",\"GUA0Jy\":\"Try a different search term or filter\",\"2P/OWN\":\"Try adjusting your filters to see more dates.\",\"ouM5IM\":\"Tentar outro e-mail\",\"3DZvE7\":\"Experimente o Hi.Events gratuitamente\",\"vq2WxD\":\"Tue\",\"G3myU+\":\"Terça-feira\",\"Kz91g/\":\"Turco\",\"GdOhw6\":\"Desativar som\",\"KUOhTy\":\"Ativar som\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Escreva \\\"eliminar\\\" para confirmar\",\"nSlb72\":\"Escreva para pesquisar...\",\"nWRfmt\":\"Tipografia\",\"IrVSu+\":\"Não foi possível duplicar o produto. Por favor, verifique seus dados\",\"Vx2J6x\":\"Não foi possível buscar participante\",\"h0dx5e\":\"Não foi possível entrar na lista de espera\",\"DaE0Hg\":\"Unable to load attendee details.\",\"GlnD5Y\":\"Unable to load products for this date. Please try again.\",\"17VbmV\":\"Unable to undo check-in\",\"n57zCW\":\"Contas não atribuídas\",\"9uI/rE\":\"Undo\",\"Ef7StM\":\"Desconhecido\",\"ZBAScj\":\"Participante desconhecido\",\"MEIAzV\":\"Sem nome\",\"K6L5Mx\":\"Localização sem nome\",\"7yiFvZ\":\"Não pago\",\"C51N+0\":\"até\",\"NaeLn8\":[\"Until \",[\"end\"]],\"porwAO\":\"Até uma data\",\"ZIb6rJ\":\"Untitled product\",\"crJM8s\":\"Untitled ticket\",\"X13xGn\":\"Não confiável\",\"0bT1FT\":[\"Up to \",[\"max\"],\" per order\"],\"gyXpQN\":\"Upcoming events\",\"Pp1sWX\":\"Atualizar afiliado\",\"59qHrb\":\"Update capacity\",\"Gaem9v\":\"Update event name and description\",\"7EhE4k\":\"Update label\",\"NPQWj8\":\"Update location\",\"75+lpR\":[\"Update: \",[\"subjectTitle\"],\" — schedule changes\"],\"UOGHdA\":[\"Update: \",[\"subjectTitle\"],\" — session time changed\"],\"+b7T3G\":\"Atualizado\",\"ogoTrw\":[\"Updated \",[\"count\"],\" date(s)\"],\"dDuona\":[\"Updated capacity for \",[\"count\"],\" date(s)\"],\"FT3LSc\":[\"Updated label for \",[\"count\"],\" date(s)\"],\"8EcY1g\":[\"Updated location for \",[\"count\"],\" date(s)\"],\"83tNam\":\"Atualiza-se enquanto cria a regra. Percorra os meses para verificar as datas.\",\"/XlQr2\":\"Updates as you type.\",\"gJQsLv\":\"Envie uma imagem de capa para seu organizador\",\"4kEGqW\":\"Envie um logo para seu organizador\",\"lnCMdg\":\"Carregar imagem\",\"29w7p6\":\"Enviando imagem...\",\"HtrFfw\":\"A URL é obrigatória\",\"3VnYUR\":\"O URL deve começar por http:// ou https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB scanner listening\",\"dyTklH\":\"USB scanner paused\",\"OHJXlK\":\"Use <0>modelos Liquid para personalizar os seus emails\",\"/rsy72\":\"Use event default\",\"0k4cdb\":\"Usar detalhes do pedido para todos os participantes. Os nomes e e-mails dos participantes corresponderão às informações do comprador.\",\"bA31T4\":\"Usar os dados do comprador para todos os participantes\",\"PpgtnC\":\"Usar esta morada\",\"rnoQsz\":\"Usado para bordas, destaques e estilo do código QR\",\"b0XTc/\":[\"Utilizadores (\",[\"0\"],\")\"],\"BV4L/Q\":\"Análise UTM\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"A validar o seu número de IVA...\",\"t7caBM\":\"VAT country code\",\"WLkfqH\":\"VAT number\",\"pnVh83\":\"Número de IVA\",\"CabI04\":\"O número de IVA não deve conter espaços\",\"PMhxAR\":\"O número de IVA deve começar com um código de país de 2 letras seguido de 8-15 caracteres alfanuméricos (por exemplo, PT123456789)\",\"gPgdNV\":\"Número de IVA validado com sucesso\",\"RUMiLy\":\"A validação do número de IVA falhou\",\"vqji3Y\":\"A validação do número de IVA falhou. Por favor, verifique o seu número de IVA.\",\"8dENF9\":\"IVA sobre taxa\",\"ZutOKU\":\"Taxa de IVA\",\"+KJZt3\":\"VAT registered\",\"Nfbg76\":\"Definições de IVA guardadas com sucesso\",\"UvYql/\":\"Configurações de IVA guardadas. Estamos a validar o seu número de IVA em segundo plano.\",\"bXn1Jz\":\"VAT settings updated\",\"tJylUv\":\"Tratamento de IVA para Taxas da Plataforma\",\"FlGprQ\":\"Tratamento de IVA para taxas da plataforma: Empresas registadas para IVA na UE podem usar o mecanismo de autoliquidação (0% - Artigo 196 da Diretiva IVA 2006/112/CE). Empresas não registadas para IVA são cobradas com IVA irlandês de 23%.\",\"516oLj\":\"Serviço de validação de IVA temporariamente indisponível\",\"p6QQLa\":[\"VAT: \",[\"0\"]],\"5q87Y9\":\"VAT: not registered\",\"AdWhjZ\":\"Código de verificação\",\"kUAumu\":\"Verification email sent. Check your inbox.\",\"QDEWii\":\"Verificado\",\"wCKkSr\":\"Verificar email\",\"/IBv6X\":\"Verifique seu e-mail\",\"u8nB38\":\"Verify your email so attendees can receive tickets\",\"e/cvV1\":\"A verificar...\",\"fROFIL\":\"Vietnamita\",\"p5nYkr\":\"View All\",\"yA/6BX\":\"View all →\",\"6CQ7/B\":\"View all capabilities\",\"YSE15b\":\"View all check-in lists\",\"RnvnDc\":\"Ver todas as mensagens enviadas na plataforma\",\"+WFMis\":\"Visualize e descarregue relatórios de todos os seus eventos. Apenas pedidos concluídos são incluídos.\",\"c7VN/A\":\"Ver respostas\",\"SZw9tS\":\"Ver Detalhes\",\"9+84uW\":[\"View details for \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Ver evento\",\"c6SXHN\":\"Ver página do evento\",\"n6EaWL\":\"Ver logs\",\"OaKTzt\":\"Ver mapa\",\"zNZNMs\":\"Ver mensagem\",\"67OJ7t\":\"Ver pedido\",\"tKKZn0\":\"Ver detalhes do pedido\",\"KeCXJu\":\"Veja detalhes de pedidos, emita reembolsos e reenvie confirmações.\",\"9jnAcN\":\"Ver página inicial do organizador\",\"1J/AWD\":\"Ver ingresso\",\"N9FyyW\":\"Veja, edite e exporte seus participantes registrados.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visible from \",[\"start\"],\" — hidden until sales open.\"],\"EkiKJK\":\"Visible to everyone on the event page.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Em espera\",\"quR8Qp\":\"A aguardar pagamento\",\"KrurBH\":\"Waiting for scan…\",\"u0n+wz\":\"Lista de espera\",\"3RXFtE\":\"Lista de espera ativada\",\"TwnTPy\":\"Oferta da lista de espera expirou\",\"aUi/Dz\":\"Aviso: Esta é a configuração padrão do sistema. As alterações afetarão todas as contas que não tenham uma configuração específica atribuída.\",\"aT/44s\":\"We couldn't copy that Stripe connection. Please try again.\",\"jTee4a\":\"Não foi possível desligar esta conta Stripe. Tente novamente.\",\"RRZDED\":\"Não encontramos pedidos associados a este endereço de e-mail.\",\"2RZK9x\":\"Não conseguimos encontrar o pedido que procura. O link pode ter expirado ou os detalhes do pedido podem ter sido alterados.\",\"nefMIK\":\"Não conseguimos encontrar o bilhete que procura. O link pode ter expirado ou os detalhes do bilhete podem ter sido alterados.\",\"miysJh\":\"Não foi possível encontrar este pedido. Pode ter sido removido.\",\"Fjj/5/\":\"We couldn't load the check-in lists. Please try again.\",\"ADsQ23\":\"We couldn't reach Stripe just now. Please try again in a moment.\",\"HJKdzP\":\"Ocorreu um problema ao carregar esta página. Por favor, tente novamente.\",\"jegrvW\":\"We partner with Stripe to send payouts straight to your bank account.\",\"IfN2Qo\":\"Recomendamos um logotipo quadrado com dimensões mínimas de 200x200px\",\"wJzo/w\":\"Recomendamos dimensões de 400px por 400px e tamanho máximo de 5MB\",\"L/KlAh\":[\"We sent a verification link to \",[\"0\"]],\"KRCDqH\":\"Usamos cookies para nos ajudar a perceber como o site é utilizado e melhorar a sua experiência.\",\"x8rEDQ\":\"Não conseguimos validar o seu número de IVA após várias tentativas. Continuaremos a tentar em segundo plano. Por favor, volte mais tarde.\",\"4HaEdK\":[\"Criaremos as \",[\"totalOccurrences\"],\" sessões — depois pode editar ou remover qualquer data\"],\"mfM/HJ\":[\"Notificá-lo-emos por e-mail se um lugar ficar disponível para \",[\"productDisplayName\"],\" em \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Notificá-lo-emos por e-mail se um lugar ficar disponível para \",[\"productDisplayName\"],\".\"],\"McuGND\":\"We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically.\",\"q1BizZ\":\"Enviaremos os seus bilhetes para este e-mail\",\"ZOmUYW\":\"Validaremos o seu número de IVA em segundo plano. Se houver algum problema, informaremos.\",\"LKjHr4\":[\"We've made changes to the schedule for \\\"\",[\"title\"],\"\\\" — \",[\"description\"],\" affecting \",[\"affectedCount\"],\" session(s).\"],\"Fq/Nx7\":\"Enviámos um código de verificação de 5 dígitos para:\",\"GdWB+V\":\"Webhook criado com sucesso\",\"2X4ecw\":\"Webhook excluído com sucesso\",\"ndBv0v\":\"Webhook integrations\",\"CThMKa\":\"Logs do Webhook\",\"I0adYQ\":\"Segredo de assinatura do Webhook\",\"nuh/Wq\":\"URL do Webhook\",\"8BMPMe\":\"O webhook não enviará notificações\",\"FSaY52\":\"O webhook enviará notificações\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Site\",\"0f7U0k\":\"Wed\",\"VAcXNz\":\"Quarta-feira\",\"64X6l4\":\"week\",\"4XSc4l\":\"Weekly\",\"IAUiSh\":\"weeks\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Bem-vindo de volta\",\"QDWsl9\":[\"Bem-vindo ao \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Bem-vindo ao \",[\"0\"],\", aqui está uma lista de todos os seus eventos\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"Que tipo de evento?\",\"0WyYF4\":\"What unauthenticated staff can see\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Quando um check-in é excluído\",\"RPe6bE\":\"When a date is cancelled on a recurring event\",\"Gmd0hv\":\"Quando um novo participante é criado\",\"zyIyPe\":\"Quando um novo evento é criado\",\"Lc18qn\":\"Quando um novo pedido é criado\",\"dfkQIO\":\"Quando um novo produto é criado\",\"8OhzyY\":\"Quando um produto é excluído\",\"tRXdQ9\":\"Quando um produto é atualizado\",\"9L9/28\":\"Quando um produto esgota, os clientes podem entrar numa lista de espera para serem notificados quando lugares ficarem disponíveis.\",\"OIkHj+\":\"Quando um produto esgota, os clientes podem entrar numa lista de espera para serem notificados quando lugares ficarem disponíveis. Os clientes juntam-se à lista de espera para uma data específica e as ofertas são feitas por data.\",\"Q7CWxp\":\"Quando um participante é cancelado\",\"IuUoyV\":\"Quando um participante faz check-in\",\"nBVOd7\":\"Quando um participante é atualizado\",\"t7cuMp\":\"Quando um evento é arquivado\",\"gtoSzE\":\"Quando um evento é atualizado\",\"ny2r8d\":\"Quando um pedido é cancelado\",\"c9RYbv\":\"Quando um pedido é marcado como pago\",\"ejMDw1\":\"Quando um pedido é reembolsado\",\"fVPt0F\":\"Quando um pedido é atualizado\",\"bcYlvb\":\"Quando fecha o check-in\",\"XIG669\":\"Quando abre o check-in\",\"de6HLN\":\"Quando os clientes comprarem ingressos, os pedidos aparecerão aqui.\",\"pm9tpn\":\"Quando ativado, os compradores podem copiar o seu nome e e-mail para todos os participantes de uma só vez. Desative para remover a opção \\\"Todos os participantes\\\"; os compradores podem ainda copiar para o primeiro participante, e os restantes têm de ser introduzidos individualmente.\",\"403wpZ\":\"Quando ativado, novos eventos permitirão que os participantes gerenciem seus próprios detalhes de bilhete através de um link seguro. Isso pode ser substituído por evento.\",\"blXLKj\":\"Quando ativado, novos eventos exibirão uma caixa de seleção de opt-in de marketing durante o checkout. Isso pode ser substituído por evento.\",\"Kj0Txn\":\"Quando ativado, não serão cobradas taxas de aplicação nas transações Stripe Connect. Use isto para países onde as taxas de aplicação não são suportadas.\",\"xo06V3\":\"Para onde o botão liga\",\"uchB0M\":\"Pré-visualização do widget\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Escreva sua mensagem aqui...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"year\",\"zkWmBh\":\"Yearly\",\"+BGee5\":\"years\",\"X/azM1\":\"Sim - Tenho um número de registo de IVA da UE válido\",\"Tz5oXG\":\"Sim, cancelar o meu pedido\",\"QlSZU0\":[\"Está a personificar <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Está a emitir um reembolso parcial. O cliente será reembolsado em \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"Você pode configurar taxas de serviço adicionais e impostos nas configurações da sua conta.\",\"rj3A7+\":\"You can override this for individual dates later.\",\"paWwQ0\":\"Ainda pode oferecer bilhetes manualmente, se necessário.\",\"jTDzpA\":\"Não pode arquivar o último organizador ativo da sua conta.\",\"D8baxD\":\"Tem bilhetes pagos, mas o Stripe ainda não está ligado, pelo que não pode aceitar pagamentos.\",\"5VGIlq\":\"Atingiu o seu limite de mensagens.\",\"casL1O\":\"Você adicionou taxas e impostos a um produto gratuito. Deseja removê-los?\",\"5SgD0L\":\"You have unsaved changes. Are you sure you want to discard them?\",\"9jJNZY\":\"Deve reconhecer as suas responsabilidades antes de guardar\",\"pCLes8\":\"Deve concordar em receber mensagens\",\"FVTVBy\":\"Você precisa verificar seu e-mail antes de atualizar o status do organizador.\",\"ze4bi/\":\"You need to create at least one occurrence before you can add attendees to this recurring event.\",\"w65ZgF\":\"Precisa de verificar o email da sua conta antes de poder modificar modelos de email.\",\"FRl8Jv\":\"Você precisa verificar o e-mail da sua conta antes de poder enviar mensagens.\",\"88cUW+\":\"Você recebe\",\"O6/3cu\":\"You'll be able to set up dates, schedules, and recurrence rules in the next step.\",\"zKAheG\":\"You're changing session times\",\"MNFIxz\":[\"Vai participar em \",[\"0\"],\"!\"],\"ZlLcht\":[\"Está a juntar-se à lista de espera para \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Está na lista de espera!\",\"/5HL6k\":\"Foi-lhe oferecido um lugar!\",\"gbjFFH\":\"You've changed the session time\",\"YI0K8C\":[\"A sua conta foi desativada e será eliminada permanentemente em <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"A sua conta tem limites de mensagens. Para aumentar os seus limites, contacte-nos em\",\"gsWZkk\":\"A sua conta está agora agendada para eliminação.\",\"x/xjzn\":\"Os seus afiliados foram exportados com sucesso.\",\"TF37u6\":\"Seus participantes foram exportados com sucesso.\",\"79lXGw\":\"A sua lista de check-in foi criada com sucesso. Partilhe a ligação abaixo com a sua equipa de check-in.\",\"BnlG9U\":\"O seu pedido atual será perdido.\",\"nBqgQb\":\"Seu e-mail\",\"GG1fRP\":\"O seu evento está online!\",\"ifRqmm\":\"A sua mensagem foi enviada com sucesso!\",\"0/+Nn9\":\"As suas mensagens aparecerão aqui\",\"/Rj5P4\":\"Seu nome\",\"PFjJxY\":\"A sua nova senha deve ter pelo menos 8 caracteres.\",\"gzrCuN\":\"Os detalhes do seu pedido foram atualizados. Foi enviado um e-mail de confirmação para o novo endereço de e-mail.\",\"naQW82\":\"O seu pedido foi cancelado.\",\"bhlHm/\":\"O seu pedido aguarda pagamento\",\"XeNum6\":\"Seus pedidos foram exportados com sucesso.\",\"Xd1R1a\":\"Endereço do seu organizador\",\"WWYHKD\":\"O seu pagamento está protegido com encriptação de nível bancário\",\"5b3QLi\":\"Seu plano\",\"N4Zkqc\":\"Your saved date filter is no longer available — showing all dates.\",\"o0qzpM\":\"A sua conta Stripe não é afetada e não se perdem dados — pode voltar a ligá-la a qualquer momento.\",\"FNO5uZ\":\"Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions.\",\"CnZ3Ou\":\"Os seus bilhetes foram confirmados.\",\"EmFsMZ\":\"O seu número de IVA está na fila para validação\",\"QBlhh4\":\"O seu número de IVA será validado quando guardar\",\"fT9VLt\":\"A sua oferta da lista de espera expirou e não foi possível concluir a sua encomenda. Por favor, volte a entrar na lista de espera para ser notificado quando mais lugares ficarem disponíveis.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Ainda não há nada para mostrar'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>desmarcado com sucesso\"],\"KMgp2+\":[[\"0\"],\" disponível\"],\"Pmr5xp\":[[\"0\"],\" criado com sucesso\"],\"FImCSc\":[[\"0\"],\" atualizado com sucesso\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" dias, \",[\"hours\"],\" horas, \",[\"minutes\"],\" minutos e \",[\"seconds\"],\" segundos\"],\"f3RdEk\":[[\"hours\"],\" horas, \",[\"minutes\"],\" minutos e \",[\"seconds\"],\" segundos\"],\"fyE7Au\":[[\"minutos\"],\" minutos e \",[\"segundos\"],\" segundos\"],\"NlQ0cx\":[\"Primeiro evento de \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://seu-website.com\",\"qnSLLW\":\"<0>Por favor, insira o preço sem incluir impostos e taxas.<1>Impostos e taxas podem ser adicionados abaixo.\",\"ZjMs6e\":\"<0>O número de produtos disponíveis para este produto<1>Esse valor pode ser substituído se houver <2>Limites de Capacidade associados a este produto.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 minutos e 0 segundos\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Um campo de data. Perfeito para pedir uma data de nascimento, etc.\",\"6euFZ/\":[\"Um \",[\"type\"],\" padrão é automaticamente aplicado a todos os novos produtos. Você pode substituir isso para cada produto.\"],\"SMUbbQ\":\"Uma entrada suspensa permite apenas uma seleção\",\"qv4bfj\":\"Uma taxa, como uma taxa de reserva ou uma taxa de serviço\",\"POT0K/\":\"Um valor fixo por produto. Ex: $0,50 por produto\",\"f4vJgj\":\"Uma entrada de texto multilinha\",\"OIPtI5\":\"Uma porcentagem do preço do produto. Ex: 3,5% do preço do produto\",\"ZthcdI\":\"Um código promocional sem desconto pode ser usado para revelar produtos ocultos.\",\"AG/qmQ\":\"Uma opção Rádio tem múltiplas opções, mas apenas uma pode ser selecionada.\",\"h179TP\":\"Uma breve descrição do evento que será exibida nos resultados dos buscadores e no compartilhamento nas redes sociais. Por padrão, a descrição do evento será usada\",\"WKMnh4\":\"Uma entrada de texto de linha única\",\"BHZbFy\":\"Uma única pergunta por pedido. Ex: Qual é o seu endereço de entrega?\",\"Fuh+dI\":\"Uma única pergunta por produto. Ex: Qual é o seu tamanho de camiseta?\",\"RlJmQg\":\"Um imposto padrão, como IVA ou GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Aceitar transferências bancárias, cheques ou outros métodos de pagamento offline\",\"hrvLf4\":\"Aceitar pagamentos com cartão de crédito através do Stripe\",\"bfXQ+N\":\"Aceitar convite\",\"AeXO77\":\"Conta\",\"lkNdiH\":\"Nome da conta\",\"Puv7+X\":\"Configurações de Conta\",\"OmylXO\":\"Conta atualizada com sucesso\",\"7L01XJ\":\"Ações\",\"FQBaXG\":\"Ativar\",\"5T2HxQ\":\"Data de ativação\",\"F6pfE9\":\"Ativo\",\"/PN1DA\":\"Adicione uma descrição para esta lista de registro\",\"0/vPdA\":\"Adicione quaisquer notas sobre o participante. Estas não serão visíveis para o participante.\",\"Or1CPR\":\"Adicione quaisquer notas sobre o participante...\",\"l3sZO1\":\"Adicione quaisquer notas sobre o pedido. Estas não serão visíveis para o cliente.\",\"xMekgu\":\"Adicione quaisquer notas sobre o pedido...\",\"PGPGsL\":\"Adicionar descrição\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Adicione instruções para pagamentos offline (por exemplo, detalhes de transferência bancária, onde enviar cheques, prazos de pagamento)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Adicionar novo\",\"TZxnm8\":\"Adicionar opção\",\"24l4x6\":\"Adicionar Produto\",\"8q0EdE\":\"Adicionar Produto à Categoria\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Adicionar imposto ou taxa\",\"goOKRY\":\"Adicionar nível\",\"oZW/gT\":\"Adicionar ao calendário\",\"pn5qSs\":\"Informações adicionais\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Endereço\",\"NY/x1b\":\"Endereço Linha 1\",\"POdIrN\":\"Endereço Linha 1\",\"cormHa\":\"Endereço linha 2\",\"gwk5gg\":\"endereço linha 2\",\"U3pytU\":\"Administrador\",\"HLDaLi\":\"Os usuários administradores têm acesso total aos eventos e configurações da conta.\",\"W7AfhC\":\"Todos os participantes deste evento\",\"cde2hc\":\"Todos os Produtos\",\"5CQ+r0\":\"Permitir que participantes associados a pedidos não pagos façam check-in\",\"ipYKgM\":\"Permitir indexação do mecanismo de pesquisa\",\"LRbt6D\":\"Permitir que mecanismos de pesquisa indexem este evento\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Incrível, evento, palavras-chave...\",\"hehnjM\":\"Quantia\",\"R2O9Rg\":[\"Valor pago (\",[\"0\"],\")\"],\"V7MwOy\":\"Ocorreu um erro ao carregar a página\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Um erro inesperado ocorreu.\",\"byKna+\":\"Um erro inesperado ocorreu. Por favor, tente novamente.\",\"ubdMGz\":\"Quaisquer perguntas dos portadores de produtos serão enviadas para este endereço de e-mail. Este também será usado como o endereço de \\\"responder para\\\" em todos os e-mails enviados deste evento\",\"aAIQg2\":\"Aparência\",\"Ym1gnK\":\"aplicado\",\"sy6fss\":[\"Aplica-se a \",[\"0\"],\" produtos\"],\"kadJKg\":\"Aplica-se a 1 produto\",\"DB8zMK\":\"Aplicar\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Aplicar este \",[\"type\"],\" a todos os novos produtos\"],\"S0ctOE\":\"Arquivar evento\",\"TdfEV7\":\"Arquivado\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Tem certeza de que deseja ativar este participante?\",\"TvkW9+\":\"Tem certeza de que deseja arquivar este evento?\",\"/CV2x+\":\"Tem certeza de que deseja cancelar este participante? Isso anulará o ingresso\",\"YgRSEE\":\"Tem certeza de que deseja excluir este código promocional?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Tem certeza de que deseja fazer o rascunho deste evento? Isso tornará o evento invisível para o público\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Tem certeza de que deseja restaurar este evento? Ele será restaurado como um evento rascunho.\",\"vJuISq\":\"Tem certeza de que deseja excluir esta Atribuição de Capacidade?\",\"baHeCz\":\"Tem certeza de que deseja excluir esta lista de registro?\",\"LBLOqH\":\"Pergunte uma vez por pedido\",\"wu98dY\":\"Perguntar uma vez por produto\",\"ss9PbX\":\"Participante\",\"m0CFV2\":\"Detalhes do participante\",\"QKim6l\":\"Participante não encontrado\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Bilhete do Participante\",\"9SZT4E\":\"Participantes\",\"iPBfZP\":\"Participantes Registrados\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Redimensionamento automático\",\"vZ5qKF\":\"Redimensionar automaticamente a altura do widget com base no conteúdo. Quando desativado, o widget preencherá a altura do contêiner.\",\"4lVaWA\":\"Aguardando pagamento offline\",\"2rHwhl\":\"Aguardando pagamento offline\",\"3wF4Q/\":\"Aguardando pagamento\",\"ioG+xt\":\"Aguardando Pagamento\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Impressionante Organizador Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Voltar à página do evento\",\"VCoEm+\":\"Volte ao login\",\"k1bLf+\":\"Cor de fundo\",\"I7xjqg\":\"Tipo de plano de fundo\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Endereço de cobrança\",\"/xC/im\":\"Configurações de cobrança\",\"rp/zaT\":\"Português brasileiro\",\"whqocw\":\"Ao se registrar, você concorda com nossos <0>Termos de Serviço e <1>Política de Privacidade.\",\"bcCn6r\":\"Tipo de cálculo\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Cancelar\",\"Gjt/py\":\"Cancelar alteração de e-mail\",\"tVJk4q\":\"Cancelar pedido\",\"Os6n2a\":\"Cancelar pedido\",\"Mz7Ygx\":[\"Cancelar pedido \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Cancelado\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Capacidade\",\"V6Q5RZ\":\"Atribuição de Capacidade criada com sucesso\",\"k5p8dz\":\"Atribuição de Capacidade excluída com sucesso\",\"nDBs04\":\"Gestão de capacidade\",\"ddha3c\":\"As categorias permitem agrupar produtos. Por exemplo, você pode ter uma categoria para \\\"Ingressos\\\" e outra para \\\"Mercadorias\\\".\",\"iS0wAT\":\"As categorias ajudam a organizar seus produtos. Este título será exibido na página pública do evento.\",\"eorM7z\":\"Categorias reordenadas com sucesso.\",\"3EXqwa\":\"Categoria Criada com Sucesso\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Alterar a senha\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Fazer check-in de \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Fazer check-in e marcar pedido como pago\",\"QYLpB4\":\"Apenas fazer check-in\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Confira este evento!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Lista de registro excluída com sucesso\",\"+hBhWk\":\"A lista de registro expirou\",\"mBsBHq\":\"A lista de registro não está ativa\",\"vPqpQG\":\"Lista de check-in não encontrada\",\"tejfAy\":\"Listas de Registro\",\"hD1ocH\":\"URL de check-in copiada para a área de transferência\",\"CNafaC\":\"As opções de caixa de seleção permitem seleções múltiplas\",\"SpabVf\":\"Caixas de seleção\",\"CRu4lK\":\"Registado\",\"znIg+z\":\"Finalizar compra\",\"1WnhCL\":\"Configurações de check-out\",\"6imsQS\":\"Chinês simplificado\",\"JjkX4+\":\"Escolha uma cor para o seu plano de fundo\",\"/Jizh9\":\"Escolha uma conta\",\"3wV73y\":\"Cidade\",\"FG98gC\":\"Limpar texto de pesquisa\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Clique para copiar\",\"yz7wBu\":\"Fechar\",\"62Ciis\":\"Fechar barra lateral\",\"EWPtMO\":\"Código\",\"ercTDX\":\"O código deve ter entre 3 e 50 caracteres\",\"oqr9HB\":\"Recolher este produto quando a página do evento for carregada inicialmente\",\"jZlrte\":\"Cor\",\"Vd+LC3\":\"A cor deve ser um código de cor hexadecimal válido. Exemplo: #ffffff\",\"1HfW/F\":\"Cores\",\"VZeG/A\":\"Em breve\",\"yPI7n9\":\"Palavras-chave separadas por vírgulas que descrevem o evento. Eles serão usados pelos mecanismos de pesquisa para ajudar a categorizar e indexar o evento\",\"NPZqBL\":\"Ordem completa\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Concluir pagamento\",\"qqWcBV\":\"Concluído\",\"6HK5Ct\":\"Pedidos concluídos\",\"NWVRtl\":\"Pedidos concluídos\",\"DwF9eH\":\"Código do componente\",\"Tf55h7\":\"Desconto configurado\",\"7VpPHA\":\"confirme\",\"ZaEJZM\":\"Confirmar alteração de e-mail\",\"yjkELF\":\"Confirme a nova senha\",\"xnWESi\":\"Confirme sua senha\",\"p2/GCq\":\"Confirme sua senha\",\"wnDgGj\":\"Confirmando endereço de e-mail...\",\"pbAk7a\":\"Conectar faixa\",\"UMGQOh\":\"Conecte-se com Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Detalhes da conexão\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Continuar\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Texto do botão Continuar\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Copiado\",\"T5rdis\":\"Copiado para a área de transferência\",\"he3ygx\":\"cópia de\",\"r2B2P8\":\"Copiar URL de check-in\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Link de cópia\",\"E6nRW7\":\"Copiar URL\",\"JNCzPW\":\"País\",\"IF7RiR\":\"Cobrir\",\"hYgDIe\":\"Criar\",\"b9XOHo\":[\"Criar \",[\"0\"]],\"k9RiLi\":\"Criar um Produto\",\"6kdXbW\":\"Crie um código promocional\",\"n5pRtF\":\"Crie um ingresso\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"criar um organizador\",\"ipP6Ue\":\"Criar participante\",\"VwdqVy\":\"Criar Atribuição de Capacidade\",\"EwoMtl\":\"Criar categoria\",\"XletzW\":\"Criar Categoria\",\"WVbTwK\":\"Criar Lista de Registro\",\"uN355O\":\"Criar Evento\",\"BOqY23\":\"Crie um novo\",\"kpJAeS\":\"Criar organizador\",\"a0EjD+\":\"Criar Produto\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Criar código promocional\",\"B3Mkdt\":\"Criar pergunta\",\"UKfi21\":\"Criar imposto ou taxa\",\"d+F6q9\":\"Criado\",\"Q2lUR2\":\"Moeda\",\"DCKkhU\":\"Senha atual\",\"uIElGP\":\"URL de mapas personalizados\",\"UEqXyt\":\"Intervalo personalizado\",\"876pfE\":\"Cliente\",\"QOg2Sf\":\"Personalize as configurações de e-mail e notificação deste evento\",\"Y9Z/vP\":\"Personalize a página inicial do evento e as mensagens de checkout\",\"2E2O5H\":\"Personalize as diversas configurações deste evento\",\"iJhSxe\":\"Personalize as configurações de SEO para este evento\",\"KIhhpi\":\"Personalize a página do seu evento\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Zona de perigo\",\"ZQKLI1\":\"Zona de Perigo\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"Data\",\"JvUngl\":\"Data e hora\",\"JJhRbH\":\"Capacidade do primeiro dia\",\"cnGeoo\":\"Excluir\",\"jRJZxD\":\"Excluir Capacidade\",\"VskHIx\":\"Excluir categoria\",\"Qrc8RZ\":\"Excluir Lista de Registro\",\"WHf154\":\"Excluir código\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Descrição\",\"YC3oXa\":\"Descrição para a equipe de registro\",\"URmyfc\":\"Detalhes\",\"1lRT3t\":\"Desativar esta capacidade rastreará as vendas, mas não as interromperá quando o limite for atingido\",\"H6Ma8Z\":\"Desconto\",\"ypJ62C\":\"% de desconto\",\"3LtiBI\":[\"Desconto em \",[\"0\"]],\"C8JLas\":\"Tipo de desconto\",\"1QfxQT\":\"Fechar\",\"DZlSLn\":\"Etiqueta do documento\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Baixar .ics\",\"kodV18\":\"Baixar CSV\",\"CELKku\":\"Baixar fatura\",\"LQrXcu\":\"Baixar fatura\",\"QIodqd\":\"Baixar código QR\",\"yhjU+j\":\"A baixar fatura\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Seleção suspensa\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Duplicar evento\",\"3ogkAk\":\"Duplicar evento\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Duplicar Opções\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Madrugador\",\"ePK91l\":\"Editar\",\"N6j2JH\":[\"Editar \",[\"0\"]],\"kBkYSa\":\"Editar Capacidade\",\"oHE9JT\":\"Editar Atribuição de Capacidade\",\"j1Jl7s\":\"Editar categoria\",\"FU1gvP\":\"Editar Lista de Registro\",\"iFgaVN\":\"Editar código\",\"jrBSO1\":\"Editar organizador\",\"tdD/QN\":\"Editar Produto\",\"n143Tq\":\"Editar Categoria de Produto\",\"9BdS63\":\"Editar código promocional\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Editar pergunta\",\"poTr35\":\"Editar usuário\",\"GTOcxw\":\"Editar usuário\",\"pqFrv2\":\"por exemplo. 2,50 por US$ 2,50\",\"3yiej1\":\"por exemplo. 23,5 para 23,5%\",\"O3oNi5\":\"E-mail\",\"VxYKoK\":\"Configurações de e-mail e notificação\",\"ATGYL1\":\"Endereço de email\",\"hzKQCy\":\"Endereço de email\",\"HqP6Qf\":\"Alteração de e-mail cancelada com sucesso\",\"mISwW1\":\"Alteração de e-mail pendente\",\"APuxIE\":\"Confirmação de e-mail reenviada\",\"YaCgdO\":\"Confirmação de e-mail reenviada com sucesso\",\"jyt+cx\":\"Mensagem de rodapé do e-mail\",\"I6F3cp\":\"E-mail não verificado\",\"NTZ/NX\":\"Código de incorporação\",\"4rnJq4\":\"Script de incorporação\",\"8oPbg1\":\"Habilitar faturamento\",\"j6w7d/\":\"Ative esta capacidade para interromper as vendas de produtos quando o limite for atingido\",\"VFv2ZC\":\"Data de término\",\"237hSL\":\"Terminou\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Inglês\",\"MhVoma\":\"Insira um valor sem impostos e taxas.\",\"SlfejT\":\"Erro\",\"3Z223G\":\"Erro ao confirmar o endereço de e-mail\",\"a6gga1\":\"Erro ao confirmar a alteração do e-mail\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Evento\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Data do Evento\",\"0Zptey\":\"Padrões de eventos\",\"QcCPs8\":\"Detalhes do evento\",\"6fuA9p\":\"Evento duplicado com sucesso\",\"AEuj2m\":\"Página inicial do evento\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Local do evento e detalhes do local\",\"OopDbA\":\"Event page\",\"4/If97\":\"Falha na atualização do status do evento. Por favor, tente novamente mais tarde\",\"btxLWj\":\"Status do evento atualizado\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Eventos\",\"sZg7s1\":\"Data de Expiração\",\"KnN1Tu\":\"Expira\",\"uaSvqt\":\"Data de validade\",\"GS+Mus\":\"Exportar\",\"9xAp/j\":\"Falha ao cancelar participante\",\"ZpieFv\":\"Falha ao cancelar pedido\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Falha ao baixar a fatura. Por favor, tente novamente.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Falha ao carregar a Lista de Registro\",\"ZQ15eN\":\"Falha ao reenviar e-mail do ticket\",\"ejXy+D\":\"Falha ao ordenar os produtos\",\"PLUB/s\":\"Taxa\",\"/mfICu\":\"Tarifas\",\"LyFC7X\":\"Filtrar pedidos\",\"cSev+j\":\"Filtros\",\"CVw2MU\":[\"Filtros (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Primeiro número da fatura\",\"V1EGGU\":\"Primeiro nome\",\"kODvZJ\":\"Primeiro nome\",\"S+tm06\":\"O nome deve ter entre 1 e 50 caracteres\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Usado pela primeira vez\",\"TpqW74\":\"Fixo\",\"irpUxR\":\"Quantia fixa\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Esqueceu sua senha?\",\"2POOFK\":\"Livre\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"francês\",\"Weq9zb\":\"General\",\"DDcvSo\":\"alemão\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Voltar ao perfil\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Agenda\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Vendas brutas\",\"yRg26W\":\"Vendas brutas\",\"R4r4XO\":\"Convidados\",\"26pGvx\":\"Tem um código promocional?\",\"V7yhws\":\"olá@awesome-events.com\",\"6K/IHl\":\"Aqui está um exemplo de como você pode usar o componente em sua aplicação.\",\"Y1SSqh\":\"Aqui está o componente React que você pode usar para incorporar o widget em sua aplicação.\",\"QuhVpV\":[\"Oi \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Escondido da vista do público\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"As perguntas ocultas são visíveis apenas para o organizador do evento e não para o cliente.\",\"vLyv1R\":\"Esconder\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Ocultar produto após a data de término da venda\",\"06s3w3\":\"Ocultar produto antes da data de início da venda\",\"axVMjA\":\"Ocultar produto, a menos que o usuário tenha um código promocional aplicável\",\"ySQGHV\":\"Ocultar produto quando esgotado\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Ocultar este produto dos clientes\",\"Da29Y6\":\"Ocultar esta pergunta\",\"fvDQhr\":\"Ocultar esta camada dos usuários\",\"lNipG+\":\"Ocultar um produto impedirá que os usuários o vejam na página do evento.\",\"ZOBwQn\":\"Design da página inicial\",\"PRuBTd\":\"Designer de página inicial\",\"YjVNGZ\":\"Visualização da página inicial\",\"c3E/kw\":\"Homero\",\"8k8Njd\":\"Quantos minutos o cliente tem para concluir o pedido. Recomendamos pelo menos 15 minutos\",\"ySxKZe\":\"Quantas vezes esse código pode ser usado?\",\"dZsDbK\":[\"Limite de caracteres HTML excedido: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Concordo com os <0>termos e condições\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Se ativado, a equipe de check-in pode marcar os participantes como registrados ou marcar o pedido como pago e registrar os participantes. Se desativado, os participantes associados a pedidos não pagos não poderão ser registrados.\",\"muXhGi\":\"Se ativado, o organizador receberá uma notificação por e-mail quando um novo pedido for feito\",\"6fLyj/\":\"Se você não solicitou essa alteração, altere imediatamente sua senha.\",\"n/ZDCz\":\"Imagem excluída com sucesso\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Imagem enviada com sucesso\",\"VyUuZb\":\"URL da imagem\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inativo\",\"T0K0yl\":\"Usuários inativos não podem fazer login.\",\"kO44sp\":\"Inclua detalhes de conexão para o seu evento online. Estes detalhes serão mostrados na página de resumo do pedido e no bilhete do participante.\",\"FlQKnG\":\"Incluir impostos e taxas no preço\",\"Vi+BiW\":[\"Inclui \",[\"0\"],\" produtos\"],\"lpm0+y\":\"Inclui 1 produto\",\"UiAk5P\":\"Inserir imagem\",\"OyLdaz\":\"Convite reenviado!\",\"HE6KcK\":\"Convite revogado!\",\"SQKPvQ\":\"Convidar Usuário\",\"bKOYkd\":\"Fatura baixada com sucesso\",\"alD1+n\":\"Notas da fatura\",\"kOtCs2\":\"Numeração da fatura\",\"UZ2GSZ\":\"Configurações da fatura\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Item\",\"KFXip/\":\"John\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Rótulo\",\"vXIe7J\":\"Língua\",\"2LMsOq\":\"Últimos 12 meses\",\"vfe90m\":\"Últimos 14 dias\",\"aK4uBd\":\"Últimas 24 horas\",\"uq2BmQ\":\"Últimos 30 dias\",\"bB6Ram\":\"Últimas 48 horas\",\"VlnB7s\":\"Últimos 6 meses\",\"ct2SYD\":\"Últimos 7 dias\",\"XgOuA7\":\"Últimos 90 dias\",\"I3yitW\":\"Último Login\",\"1ZaQUH\":\"Sobrenome\",\"UXBCwc\":\"Sobrenome\",\"tKCBU0\":\"Última vez usado\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Deixe em branco para usar a palavra padrão \\\"Fatura\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Carregando...\",\"wJijgU\":\"Localização\",\"sQia9P\":\"Conecte-se\",\"zUDyah\":\"Fazendo login\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Sair\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Tornar o endereço de cobrança obrigatório durante o checkout\",\"MU3ijv\":\"Torne esta pergunta obrigatória\",\"wckWOP\":\"Gerenciar\",\"onpJrA\":\"Gerenciar participante\",\"n4SpU5\":\"Gerenciar evento\",\"WVgSTy\":\"Gerenciar pedido\",\"1MAvUY\":\"Gerenciar as configurações de pagamento e faturamento para este evento.\",\"cQrNR3\":\"Gerenciar perfil\",\"AtXtSw\":\"Gerencie impostos e taxas que podem ser aplicados aos seus produtos\",\"ophZVW\":\"Gerenciar ingressos\",\"DdHfeW\":\"Gerencie os detalhes da sua conta e configurações padrão\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Gerencie seus usuários e suas permissões\",\"1m+YT2\":\"Perguntas obrigatórias devem ser respondidas antes que o cliente possa finalizar a compra.\",\"Dim4LO\":\"Adicionar manualmente um participante\",\"e4KdjJ\":\"Adicionar participante manualmente\",\"vFjEnF\":\"Marcar como pago\",\"g9dPPQ\":\"Máximo por pedido\",\"l5OcwO\":\"Participante da mensagem\",\"Gv5AMu\":\"Participantes da mensagem\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Comprador de mensagens\",\"tNZzFb\":\"Conteúdo da mensagem\",\"lYDV/s\":\"Mensagem para participantes individuais\",\"V7DYWd\":\"Mensagem enviada\",\"t7TeQU\":\"Mensagens\",\"xFRMlO\":\"Mínimo por pedido\",\"QYcUEf\":\"Preço minimo\",\"RDie0n\":\"Diversos\",\"mYLhkl\":\"Configurações Diversas\",\"KYveV8\":\"Caixa de texto com várias linhas\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Minha incrível descrição do evento...\",\"vX8/tc\":\"Meu incrível título de evento...\",\"hKtWk2\":\"Meu perfil\",\"fj5byd\":\"N/D\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Nome\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Navegue até o participante\",\"qqeAJM\":\"Nunca\",\"7vhWI8\":\"Nova Senha\",\"1UzENP\":\"Não\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Não há eventos arquivados para mostrar.\",\"q2LEDV\":\"Nenhum participante encontrado para este pedido.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Nenhum participante para mostrar\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Sem Atribuições de Capacidade\",\"a/gMx2\":\"Nenhuma Lista de Registro\",\"tMFDem\":\"Nenhum dado disponível\",\"6Z/F61\":\"Nenhum dado para mostrar. Por favor, selecione um intervalo de datas\",\"fFeCKc\":\"Sem desconto\",\"HFucK5\":\"Não há eventos encerrados para mostrar.\",\"yAlJXG\":\"Nenhum evento para mostrar\",\"GqvPcv\":\"Nenhum filtro disponível\",\"KPWxKD\":\"Nenhuma mensagem para mostrar\",\"J2LkP8\":\"Não há pedidos para mostrar\",\"RBXXtB\":\"Nenhum método de pagamento está disponível no momento. Entre em contato com o organizador do evento para obter assistência.\",\"ZWEfBE\":\"Pagamento não necessário\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Nenhum produto disponível nesta categoria.\",\"FTfObB\":\"Nenhum Produto Ainda\",\"+Y976X\":\"Nenhum código promocional para mostrar\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Nenhum resultado\",\"gk5uwN\":\"Nenhum Resultado de Pesquisa\",\"RHyZUL\":\"Nenhum resultado de pesquisa.\",\"RY2eP1\":\"Nenhum imposto ou taxa foi adicionado.\",\"EdQY6l\":\"Nenhum\",\"OJx3wK\":\"Não disponível\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Notas\",\"jtrY3S\":\"Nada para mostrar ainda\",\"hFwWnI\":\"Configurações de notificação\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Notificar o organizador sobre novos pedidos\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Número de dias permitidos para pagamento (deixe em branco para omitir os termos de pagamento nas faturas)\",\"n86jmj\":\"Prefixo numérico\",\"mwe+2z\":\"Pedidos offline não são refletidos nas estatísticas do evento até que sejam marcados como pagos.\",\"dWBrJX\":\"O pagamento offline falhou. Por favor, tente novamente ou entre em contato com o organizador do evento.\",\"fcnqjw\":\"Instruções de Pagamento Offline\",\"+eZ7dp\":\"Pagamentos offline\",\"ojDQlR\":\"Informações sobre pagamentos offline\",\"u5oO/W\":\"Configurações de pagamentos offline\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"À venda\",\"Ug4SfW\":\"Depois de criar um evento, você o verá aqui.\",\"ZxnK5C\":\"Assim que você começar a coletar dados, eles aparecerão aqui.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Em andamento\",\"z+nuVJ\":\"Evento online\",\"WKHW0N\":\"Detalhes do evento on-line\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Abrir Página de Check-In\",\"OdnLE4\":\"Abrir barra lateral\",\"ZZEYpT\":[\"Opção \",[\"i\"]],\"oPknTP\":\"Informações adicionais opcionais a serem exibidas em todas as faturas (ex.: condições de pagamento, taxas por atraso, política de devolução)\",\"OrXJBY\":\"Prefixo opcional para os números das faturas (ex.: INV-)\",\"0zpgxV\":\"Opções\",\"BzEFor\":\"ou\",\"UYUgdb\":\"Ordem\",\"mm+eaX\":\"N.º do pedido\",\"B3gPuX\":\"Pedido cancelado\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Data do pedido\",\"Tol4BF\":\"detalhes do pedido\",\"WbImlQ\":\"O pedido foi cancelado e o proprietário do pedido foi notificado.\",\"nAn4Oe\":\"Pedido marcado como pago\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Referência do pedido\",\"acIJ41\":\"Status do pedido\",\"GX6dZv\":\"resumo do pedido\",\"tDTq0D\":\"Tempo limite do pedido\",\"1h+RBg\":\"Pedidos\",\"3y+V4p\":\"Endereço da organização\",\"GVcaW6\":\"Detalhes da organização\",\"nfnm9D\":\"Nome da organização\",\"G5RhpL\":\"Organizador\",\"mYygCM\":\"O organizador é obrigatório\",\"Pa6G7v\":\"Nome do organizador\",\"l894xP\":\"Os organizadores só podem gerenciar eventos e produtos. Eles não podem gerenciar usuários, configurações de conta ou informações de faturamento.\",\"fdjq4c\":\"Preenchimento\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"página não encontrada\",\"QbrUIo\":\"visualizações de página\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"pago\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Parcialmente reembolsado\",\"8ZsakT\":\"Senha\",\"TUJAyx\":\"A senha deve ter no mínimo 8 caracteres\",\"vwGkYB\":\"A senha deve conter pelo menos 8 caracteres\",\"BLTZ42\":\"Redefinição de senha com sucesso. Por favor faça login com sua nova senha.\",\"f7SUun\":\"senhas nao sao as mesmas\",\"aEDp5C\":\"Cole isto onde você deseja que o widget apareça.\",\"+23bI/\":\"Patrício\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Pagamento\",\"Lg+ewC\":\"Pagamento e faturamento\",\"DZjk8u\":\"Configurações de pagamento e faturamento\",\"lflimf\":\"Prazo para pagamento\",\"JhtZAK\":\"Pagamento falhou\",\"JEdsvQ\":\"Instruções de pagamento\",\"bLB3MJ\":\"Métodos de pagamento\",\"QzmQBG\":\"Provedor de pagamento\",\"lsxOPC\":\"Pagamento recebido\",\"wJTzyi\":\"Status do pagamento\",\"xgav5v\":\"Pagamento realizado com sucesso!\",\"R29lO5\":\"Termos de pagamento\",\"/roQKz\":\"Percentagem\",\"vPJ1FI\":\"Valor percentual\",\"xdA9ud\":\"Coloque isto no do seu site.\",\"blK94r\":\"Adicione pelo menos uma opção\",\"FJ9Yat\":\"Verifique se as informações fornecidas estão corretas\",\"TkQVup\":\"Verifique seu e-mail e senha e tente novamente\",\"sMiGXD\":\"Verifique se seu e-mail é válido\",\"Ajavq0\":\"Verifique seu e-mail para confirmar seu endereço de e-mail\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Continue na nova aba\",\"hcX103\":\"Por favor, crie um produto\",\"cdR8d6\":\"Por favor, crie um ingresso\",\"x2mjl4\":\"Por favor, insira um URL de imagem válido que aponte para uma imagem.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Observe\",\"C63rRe\":\"Por favor, volte para a página do evento para recomeçar.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Por favor, selecione pelo menos um produto\",\"igBrCH\":\"Verifique seu endereço de e-mail para acessar todos os recursos\",\"/IzmnP\":\"Por favor, aguarde enquanto preparamos a sua fatura...\",\"MOERNx\":\"Português\",\"qCJyMx\":\"Mensagem pós-check-out\",\"g2UNkE\":\"Desenvolvido por\",\"Rs7IQv\":\"Mensagem pré-checkout\",\"rdUucN\":\"Pré-visualização\",\"a7u1N9\":\"Preço\",\"CmoB9j\":\"Modo de exibição de preço\",\"BI7D9d\":\"Preço não definido\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Cor primária\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Cor do texto primário\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Imprimir todos os ingressos\",\"DKwDdj\":\"Imprimir ingressos\",\"K47k8R\":\"Produto\",\"1JwlHk\":\"Categoria de Produto\",\"U61sAj\":\"Categoria de produto atualizada com sucesso.\",\"1USFWA\":\"Produto excluído com sucesso\",\"4Y2FZT\":\"Tipo de Preço do Produto\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Vendas de Produtos\",\"U/R4Ng\":\"Nível do Produto\",\"sJsr1h\":\"Tipo de Produto\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Produto(s)\",\"N0qXpE\":\"Produtos\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Produtos vendidos\",\"/u4DIx\":\"Produtos Vendidos\",\"DJQEZc\":\"Produtos ordenados com sucesso\",\"vERlcd\":\"Perfil\",\"kUlL8W\":\"Perfil atualizado com sucesso\",\"cl5WYc\":[\"Código promocional \",[\"promo_code\"],\" aplicado\"],\"P5sgAk\":\"Código promocional\",\"yKWfjC\":\"Página de código promocional\",\"RVb8Fo\":\"Códigos promocionais\",\"BZ9GWa\":\"Os códigos promocionais podem ser usados para oferecer descontos, acesso pré-venda ou fornecer acesso especial ao seu evento.\",\"OP094m\":\"Relatório de códigos promocionais\",\"4kyDD5\":\"Forneça contexto ou instruções adicionais para esta pergunta. Use este campo para adicionar termos\\ne condições, diretrizes ou qualquer informação importante que os participantes precisem saber antes de responder.\",\"toutGW\":\"Código QR\",\"LkMOWF\":\"Quantidade Disponível\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Pergunta excluída\",\"avf0gk\":\"Descrição da pergunta\",\"oQvMPn\":\"título da questão\",\"enzGAL\":\"Questões\",\"ROv2ZT\":\"Perguntas e Respostas\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Opção de rádio\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Destinatário\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Reembolso falhou\",\"n10yGu\":\"Pedido de reembolso\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Reembolso pendente\",\"xHpVRl\":\"Status do reembolso\",\"/BI0y9\":\"Devolveu\",\"fgLNSM\":\"Registro\",\"9+8Vez\":\"Usos restantes\",\"tasfos\":\"remover\",\"t/YqKh\":\"Remover\",\"t9yxlZ\":\"Relatórios\",\"prZGMe\":\"Exigir endereço de cobrança\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Reenviar e-mail de confirmação\",\"wIa8Qe\":\"Reenviar convite\",\"VeKsnD\":\"Reenviar e-mail do pedido\",\"dFuEhO\":\"Reenviar e-mail do bilhete\",\"o6+Y6d\":\"Reenviando...\",\"OfhWJH\":\"Redefinir\",\"RfwZxd\":\"Redefinir senha\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Restaurar evento\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Voltar para a página do evento\",\"8YBH95\":\"Receita\",\"PO/sOY\":\"Revogar convite\",\"GDvlUT\":\"Papel\",\"ELa4O9\":\"Data de término da venda\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Data de início da venda\",\"hBsw5C\":\"Vendas encerradas\",\"kpAzPe\":\"Início das vendas\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Salvar\",\"IUwGEM\":\"Salvar alterações\",\"U65fiW\":\"Salvar organizador\",\"UGT5vp\":\"Salvar configurações\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Pesquise por nome do participante, e-mail ou número do pedido...\",\"+pr/FY\":\"Pesquisar por nome do evento...\",\"3zRbWw\":\"Pesquise por nome, e-mail ou número do pedido...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Procura por nome...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Pesquisar atribuições de capacidade...\",\"r9M1hc\":\"Pesquisar listas de registro...\",\"+0Yy2U\":\"Buscar produtos\",\"YIix5Y\":\"Procurar...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Cor secundária\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Cor do texto secundário\",\"02ePaq\":[\"Selecionar \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Selecione a categoria...\",\"kWI/37\":\"Selecione o organizador\",\"ixIx1f\":\"Selecione o Produto\",\"3oSV95\":\"Selecione o Nível do Produto\",\"C4Y1hA\":\"Selecione os produtos\",\"hAjDQy\":\"Selecione o status\",\"QYARw/\":\"Selecione o ingresso\",\"OMX4tH\":\"Selecionar ingressos\",\"DrwwNd\":\"Selecione o período de tempo\",\"O/7I0o\":\"Selecione...\",\"JlFcis\":\"Enviar\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Envie uma mensagem\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Enviar Mensagem\",\"D7ZemV\":\"Enviar confirmação do pedido e e-mail do ticket\",\"v1rRtW\":\"Enviar teste\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"Descrição SEO\",\"/SIY6o\":\"Palavras-chave SEO\",\"GfWoKv\":\"Configurações de SEO\",\"rXngLf\":\"Título SEO\",\"/jZOZa\":\"Taxa de serviço\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Defina o número inicial para a numeração das faturas. Isso não poderá ser alterado depois que as faturas forem geradas.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Configurações\",\"Z8lGw6\":\"Compartilhar\",\"B2V3cA\":\"Compartilhar evento\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Mostrar\",\"V0SbFp\":\"Mostrar quantidade disponível do produto\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Mostre mais\",\"izwOOD\":\"Mostrar impostos e taxas separadamente\",\"1SbbH8\":\"Mostrado ao cliente após o checkout, na página de resumo do pedido.\",\"YfHZv0\":\"Mostrado ao cliente antes de finalizar a compra\",\"CBBcly\":\"Mostra campos de endereço comuns, incluindo país\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Caixa de texto de linha única\",\"+P0Cn2\":\"Pular esta etapa\",\"YSEnLE\":\"Smith\",\"lgFfeO\":\"Vendido\",\"Mi1rVn\":\"Vendido\",\"nwtY4N\":\"Algo correu mal\",\"GRChTw\":\"Algo deu errado ao excluir o imposto ou taxa\",\"YHFrbe\":\"Algo deu errado! Por favor, tente novamente\",\"kf83Ld\":\"Algo deu errado.\",\"fWsBTs\":\"Algo deu errado. Por favor, tente novamente.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Desculpe, este código promocional não é reconhecido\",\"65A04M\":\"espanhol\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Data de início\",\"/2by1f\":\"Estado ou Região\",\"uAQUqI\":\"Status\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Os pagamentos via Stripe não estão ativados para este evento.\",\"UJmAAK\":\"Assunto\",\"X2rrlw\":\"Subtotal\",\"zzDlyQ\":\"Sucesso\",\"b0HJ45\":[\"Sucesso! \",[\"0\"],\" receberá um e-mail em breve.\"],\"BJIEiF\":[[\"0\"],\" participante com sucesso\"],\"OtgNFx\":\"Endereço de e-mail confirmado com sucesso\",\"IKwyaF\":\"Alteração de e-mail confirmada com sucesso\",\"zLmvhE\":\"Participante criado com sucesso\",\"gP22tw\":\"Produto Criado com Sucesso\",\"9mZEgt\":\"Código promocional criado com sucesso\",\"aIA9C4\":\"Pergunta criada com sucesso\",\"J3RJSZ\":\"Participante atualizado com sucesso\",\"3suLF0\":\"Atribuição de Capacidade atualizada com sucesso\",\"Z+rnth\":\"Lista de Registro atualizada com sucesso\",\"vzJenu\":\"Configurações de e-mail atualizadas com sucesso\",\"7kOMfV\":\"Evento atualizado com sucesso\",\"G0KW+e\":\"Design da página inicial atualizado com sucesso\",\"k9m6/E\":\"Configurações da página inicial atualizadas com sucesso\",\"y/NR6s\":\"Local atualizado com sucesso\",\"73nxDO\":\"Configurações diversas atualizadas com sucesso\",\"4H80qv\":\"Pedido atualizado com sucesso\",\"6xCBVN\":\"Configurações de pagamento e faturamento atualizadas com sucesso\",\"1Ycaad\":\"Produto atualizado com sucesso\",\"70dYC8\":\"Código promocional atualizado com sucesso\",\"F+pJnL\":\"Configurações de SEO atualizadas com sucesso\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"E-mail de suporte\",\"uRfugr\":\"Camiseta\",\"JpohL9\":\"Imposto\",\"geUFpZ\":\"Impostos e taxas\",\"dFHcIn\":\"Detalhes fiscais\",\"wQzCPX\":\"Informações fiscais que aparecerão na parte inferior de todas as faturas (ex.: número de IVA, registro fiscal)\",\"0RXCDo\":\"Imposto ou taxa excluídos com sucesso\",\"ZowkxF\":\"Impostos\",\"qu6/03\":\"Impostos e Taxas\",\"gypigA\":\"Esse código promocional é inválido\",\"5ShqeM\":\"A lista de check-in que você está procurando não existe.\",\"QXlz+n\":\"A moeda padrão para seus eventos.\",\"mnafgQ\":\"O fuso horário padrão para seus eventos.\",\"o7s5FA\":\"A língua em que o participante receberá as mensagens de correio eletrónico.\",\"NlfnUd\":\"O link que você clicou é inválido.\",\"HsFnrk\":[\"O número máximo de produtos para \",[\"0\"],\" é \",[\"1\"]],\"TSAiPM\":\"A página que você procura não existe\",\"MSmKHn\":\"O preço exibido ao cliente incluirá impostos e taxas.\",\"6zQOg1\":\"O preço apresentado ao cliente não incluirá impostos e taxas. Eles serão mostrados separadamente\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"O título do evento que será exibido nos resultados dos buscadores e no compartilhamento nas redes sociais. Por padrão, o título do evento será usado\",\"wDx3FF\":\"Não há produtos disponíveis para este evento\",\"pNgdBv\":\"Não há produtos disponíveis nesta categoria\",\"rMcHYt\":\"Há um reembolso pendente. Aguarde a conclusão antes de solicitar outro reembolso.\",\"F89D36\":\"Ocorreu um erro ao marcar o pedido como pago\",\"68Axnm\":\"Houve um erro ao processar seu pedido. Por favor, tente novamente.\",\"mVKOW6\":\"Houve um erro ao enviar a sua mensagem\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Este participante tem um pedido não pago.\",\"mf3FrP\":\"Esta categoria ainda não possui produtos.\",\"8QH2Il\":\"Esta categoria está oculta da visualização pública\",\"xxv3BZ\":\"Esta lista de registro expirou\",\"Sa7w7S\":\"Esta lista de registro expirou e não está mais disponível para registros.\",\"Uicx2U\":\"Esta lista de registro está ativa\",\"1k0Mp4\":\"Esta lista de registro ainda não está ativa\",\"K6fmBI\":\"Esta lista de registro ainda não está ativa e não está disponível para registros.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Essas informações serão exibidas na página de pagamento, no resumo do pedido e no e-mail de confirmação do pedido.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Este é um evento on-line\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Esta mensagem será incluída no rodapé de todos os e-mails enviados deste evento\",\"55i7Fa\":\"Esta mensagem só será mostrada se o pedido for concluído com sucesso. Pedidos aguardando pagamento não mostrarão esta mensagem.\",\"RjwlZt\":\"Este pedido já foi pago.\",\"5K8REg\":\"Este pedido já foi reembolsado.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Esse pedido foi cancelado.\",\"Q0zd4P\":\"Este pedido expirou. Por favor, recomece.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Este pedido está completo.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Esta página de pedido não está mais disponível.\",\"i0TtkR\":\"Isso substitui todas as configurações de visibilidade e ocultará o produto de todos os clientes.\",\"cRRc+F\":\"Este produto não pode ser excluído porque está associado a um pedido. Você pode ocultá-lo em vez disso.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Este link de redefinição de senha é inválido ou expirou.\",\"IV9xTT\":\"Este usuário não está ativo porque não aceitou o convite.\",\"5AnPaO\":\"bilhete\",\"kjAL4v\":\"Bilhete\",\"dtGC3q\":\"O e-mail do ticket foi reenviado ao participante\",\"54q0zp\":\"Ingressos para\",\"xN9AhL\":[\"Nível \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Os produtos escalonados permitem que você ofereça múltiplas opções de preço para o mesmo produto. Isso é perfeito para produtos antecipados ou para oferecer diferentes opções de preço para diferentes grupos de pessoas.\\\" # pt\",\"nn3mSR\":\"Tempo restante:\",\"s/0RpH\":\"Tempos usados\",\"y55eMd\":\"Vezes usado\",\"40Gx0U\":\"Fuso horário\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Título\",\"xdA/+p\":\"Ferramentas\",\"72c5Qo\":\"Total\",\"YXx+fG\":\"Total antes de descontos\",\"NRWNfv\":\"Montante total do desconto\",\"BxsfMK\":\"Taxas totais\",\"2bR+8v\":\"Total de vendas brutas\",\"mpB/d9\":\"Valor total do pedido\",\"m3FM1g\":\"Total reembolsado\",\"jEbkcB\":\"Total Reembolsado\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Taxa total\",\"+zy2Nq\":\"Tipo\",\"FMdMfZ\":\"Não foi possível registrar o participante\",\"bPWBLL\":\"Não foi possível retirar o participante\",\"9+P7zk\":\"Não foi possível criar o produto. Por favor, verifique seus detalhes\",\"WLxtFC\":\"Não foi possível criar o produto. Por favor, verifique seus detalhes\",\"/cSMqv\":\"Não foi possível criar a pergunta. Por favor verifique os seus dados\",\"MH/lj8\":\"Não foi possível atualizar a pergunta. Por favor verifique os seus dados\",\"nnfSdK\":\"Clientes únicos\",\"Mqy/Zy\":\"Estados Unidos\",\"NIuIk1\":\"Ilimitado\",\"/p9Fhq\":\"Ilimitado disponível\",\"E0q9qH\":\"Usos ilimitados permitidos\",\"h10Wm5\":\"Pedido não pago\",\"ia8YsC\":\"Por vir\",\"TlEeFv\":\"Próximos eventos\",\"L/gNNk\":[\"Atualizar \",[\"0\"]],\"+qqX74\":\"Atualizar nome, descrição e datas do evento\",\"vXPSuB\":\"Atualizar perfil\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL copiado para a área de transferência\",\"e5lF64\":\"Exemplo de uso\",\"fiV0xj\":\"Limite de uso\",\"sGEOe4\":\"Use uma versão desfocada da imagem da capa como plano de fundo\",\"OadMRm\":\"Usar imagem de capa\",\"7PzzBU\":\"Do utilizador\",\"yDOdwQ\":\"Gerenciamento de usuários\",\"Sxm8rQ\":\"Usuários\",\"VEsDvU\":\"Os usuários podem alterar o e-mail em <0>Configurações do perfil\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"CUBA\",\"E/9LUk\":\"Nome do local\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Ver Detalhes do Participante\",\"/5PEQz\":\"Ver página do evento\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Ver no Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"Lista de check-in VIP\",\"tF+VVr\":\"Bilhete VIP\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Não foi possível processar seu pagamento. Tente novamente ou entre em contato com o suporte.\",\"45Srzt\":\"Não conseguimos excluir a categoria. Por favor, tente novamente.\",\"/DNy62\":[\"Não encontramos nenhum ingresso correspondente a \",[\"0\"]],\"1E0vyy\":\"Não foi possível carregar os dados. Por favor, tente novamente.\",\"NmpGKr\":\"Não conseguimos reordenar as categorias. Por favor, tente novamente.\",\"BJtMTd\":\"Recomendamos dimensões de 2160px por 1080px e tamanho máximo de arquivo de 5MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Não foi possível confirmar seu pagamento. Tente novamente ou entre em contato com o suporte.\",\"Gspam9\":\"Estamos processando seu pedido. Por favor, aguarde...\",\"LuY52w\":\"Bem vindo a bordo! Por favor faça o login para continuar.\",\"dVxpp5\":[\"Bem vindo de volta\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"O que são Produtos em Camadas?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"O que é uma Categoria?\",\"gxeWAU\":\"A quais produtos este código se aplica?\",\"hFHnxR\":\"A quais produtos este código se aplica? (Aplica-se a todos por padrão)\",\"AeejQi\":\"A quais produtos essa capacidade deve se aplicar?\",\"Rb0XUE\":\"A que horas você chegará?\",\"5N4wLD\":\"Que tipo de pergunta é essa?\",\"gyLUYU\":\"Quando ativado, as faturas serão geradas para os pedidos de ingressos. As faturas serão enviadas junto com o e-mail de confirmação do pedido. Os participantes também podem baixar suas faturas na página de confirmação do pedido.\",\"D3opg4\":\"Quando os pagamentos offline estão ativados, os usuários poderão concluir seus pedidos e receber seus ingressos. Seus ingressos indicarão claramente que o pedido não foi pago, e a ferramenta de check-in notificará a equipe se um pedido exigir pagamento.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Quais ingressos devem ser associados a esta lista de registro?\",\"S+OdxP\":\"Quem está organizando este evento?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"A quem deve ser feita esta pergunta?\",\"VxFvXQ\":\"Incorporação de widget\",\"v1P7Gm\":\"Configurações do widget\",\"b4itZn\":\"Trabalhando\",\"hqmXmc\":\"Trabalhando...\",\"+G/XiQ\":\"Ano até agora\",\"l75CjT\":\"Sim\",\"QcwyCh\":\"Sim, remova-os\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Você está alterando seu e-mail para <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Você está offline\",\"sdB7+6\":\"Você pode criar um código promocional que direcione este produto no\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Você não pode mudar o tipo de produto, pois há participantes associados a este produto.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Você não pode registrar participantes com pedidos não pagos. Essa configuração pode ser alterada nas configurações do evento.\",\"c9Evkd\":\"Você não pode excluir a última categoria.\",\"6uwAvx\":\"Você não pode excluir este nível de preço porque já há produtos vendidos para este nível. Você pode ocultá-lo em vez disso.\",\"tFbRKJ\":\"Você não pode editar a função ou o status do proprietário da conta.\",\"fHfiEo\":\"Você não pode reembolsar um pedido criado manualmente.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Você tem acesso a várias contas. Escolha um para continuar.\",\"Z6q0Vl\":\"Você já aceitou este convite. Por favor faça o login para continuar.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Você não tem nenhuma alteração de e-mail pendente.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"O tempo para concluir seu pedido acabou.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Você deve reconhecer que este e-mail não é promocional\",\"3ZI8IL\":\"Você deve concordar com os termos e condições\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Você deve criar um ticket antes de poder adicionar manualmente um participante.\",\"jE4Z8R\":\"Você deve ter pelo menos uma faixa de preço\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Você terá que marcar um pedido como pago manualmente. Isso pode ser feito na página de gerenciamento de pedidos.\",\"L/+xOk\":\"Você precisará de um ingresso antes de poder criar uma lista de registro.\",\"Djl45M\":\"Você precisará de um produto antes de poder criar uma atribuição de capacidade.\",\"y3qNri\":\"Você precisará de pelo menos um produto para começar. Grátis, pago ou deixe o usuário decidir o que pagar.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"O nome da sua conta é usado nas páginas do evento e nos e-mails.\",\"veessc\":\"Seus participantes aparecerão aqui assim que se inscreverem em seu evento. Você também pode adicionar participantes manualmente.\",\"Eh5Wrd\":\"Seu site incrível 🎉\",\"lkMK2r\":\"Seus detalhes\",\"3ENYTQ\":[\"Sua solicitação de e-mail para <0>\",[\"0\"],\" está pendente. Por favor, verifique seu e-mail para confirmar\"],\"yZfBoy\":\"Sua mensagem foi enviada\",\"KSQ8An\":\"Seu pedido\",\"Jwiilf\":\"Seu pedido foi cancelado\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Seus pedidos aparecerão aqui assim que começarem a chegar.\",\"9TO8nT\":\"Sua senha\",\"P8hBau\":\"Seu pagamento está sendo processado.\",\"UdY1lL\":\"Seu pagamento não foi bem-sucedido, tente novamente.\",\"fzuM26\":\"Seu pagamento não foi bem-sucedido. Por favor, tente novamente.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Seu reembolso está sendo processado.\",\"IFHV2p\":\"Seu ingresso para\",\"x1PPdr\":\"CEP / Código Postal\",\"BM/KQm\":\"CEP ou Código postal\",\"+LtVBt\":\"CEP ou Código Postal\",\"25QDJ1\":\"- Clique para publicar\",\"WOyJmc\":\"- Clique para despublicar\",\"ncwQad\":\"(vazio)\",\"B/gRsg\":\"(nenhum)\",\"wqtZLy\":[[\"0\"],\" (cópia)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" já fez check-in\"],\"3beCx0\":[[\"0\"],\" <0>com check-in\"],\"S4PqS9\":[[\"0\"],\" webhooks ativos\"],\"6MIiOI\":[[\"0\"],\" restante\"],\"COnw8D\":[\"Logo \",[\"0\"]],\"xG9N0H\":[[\"0\"],\" de \",[\"1\"],\" lugares estão ocupados.\"],\"B7pZfX\":[[\"0\"],\" organizadores\"],\"/HkCs4\":[[\"0\"],\" bilhetes\"],\"30bTiU\":[[\"activeCount\"],\" ativados\"],\"jTs4am\":[\"Logótipo \",[\"appName\"]],\"gbJOk9\":[[\"attendeeCount\"],\" participantes estão inscritos nesta sessão.\"],\"TjbIUI\":[[\"availableCount\"],\" de \",[\"totalCount\"],\" disponíveis\"],\"PSChHo\":[[\"capacity\"],\" vagas restantes\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" com check-in\"],\"RZ0JX3\":[[\"chipTime\"],\", esgotado\"],\"M4KnFs\":[[\"chipTime\"],\", Esgotado, lista de espera disponível\"],\"SeyN12\":[[\"completedCount\"],\" de \",[\"totalCount\"],\" passos concluídos\"],\"wYzVwE\":[[\"count\"],\" complementos\"],\"f2rhaD\":[\"há \",[\"diffHr\"],\" h\"],\"NRSLBe\":[\"há \",[\"diffMin\"],\" min\"],\"iYfwJE\":[\"há \",[\"diffSec\"],\" s\"],\"OJnhhX\":[[\"eventCount\"],\" eventos\"],\"SqGPxF\":[[\"first\"],\" + mais \",[\"additionalCount\"]],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" participantes estão inscritos nas sessões afetadas.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" por pedido\"],\"RBuxIl\":[[\"productCount\"],\" tipos de bilhete configurados\"],\"VFLd0I\":[[\"slotCount\"],\" horários disponíveis\"],\"3IEF7U\":[[\"totalCount\"],\" tipos de bilhetes\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" taxas\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" taxas e impostos\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" impostos\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 dia\",\"1d6kks\":\"+Taxas/Impostos\",\"B1St2O\":\"<0>As listas de check-in ajudam-no a gerir a entrada no evento por dia, área ou tipo de bilhete. Pode vincular bilhetes a listas específicas, como zonas VIP ou passes do Dia 1, e partilhar uma ligação de check-in segura com a equipa. Não é necessária conta. O check-in funciona em dispositivos móveis, computador ou tablet, usando a câmara do dispositivo ou um scanner USB HID. \",\"v9VSIS\":\"<0>Defina um limite total de participação que se aplica a vários tipos de bilhetes ao mesmo tempo.<1>Por exemplo, se você vincular um bilhete de <2>Passe Diário e um de <3>Fim de Semana Completo, ambos utilizarão o mesmo conjunto de vagas. Uma vez atingido o limite, todos os bilhetes vinculados param de ser vendidos automaticamente.\",\"Il5Uid\":\"<0>Esta é a quantidade total disponível para todas as datas do seu calendário em conjunto — não é um limite por data. Para limitar a lotação de cada data, defina uma capacidade na <1>página de Calendário de datas.\",\"ZnVt5v\":\"<0>Os webhooks notificam instantaneamente serviços externos quando eventos ocorrem, como adicionar um novo participante ao seu CRM ou lista de e-mails no momento do registro, garantindo uma automação perfeita.<1>Use serviços de terceiros como <2>Zapier, <3>IFTTT ou <4>Make para criar fluxos de trabalho personalizados e automatizar tarefas.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" à taxa atual\"],\"M2DyLc\":\"1 webhook ativo\",\"hMefp0\":\"1 complemento\",\"6hIk/x\":\"1 participante está inscrito nas sessões afetadas.\",\"qOyE2U\":\"1 participante está inscrito nesta sessão.\",\"943BwI\":\"1 dia após a data de término\",\"yj3N+g\":\"1 dia após a data de início\",\"Z3etYG\":\"1 dia antes do evento\",\"szSnlj\":\"1 hora antes do evento\",\"yTsaLw\":\"1 bilhete\",\"nz96Ue\":\"1 tipo de bilhete\",\"InX5ad\":\"1 tipo de bilhete configurado\",\"y2Jh0m\":\"1 horário disponível\",\"cGtUz6\":\"1 semana antes do evento\",\"HR/cvw\":\"Rua Exemplo 123\",\"dgKxZ5\":\"Mais de 135 moedas e mais de 40 métodos de pagamento\",\"/d9gcz\":\"É necessário um rótulo de botão quando um URL está definido\",\"kMU5aM\":\"Um aviso de cancelamento foi enviado para\",\"o++0qa\":\"uma alteração de duração\",\"WuWSX5\":\"Faltam poucos passos para começar a vender.\",\"RQ5kDd\":\"Uma mensagem a apresentar quando não existirem produtos nesta categoria.\",\"V53XzQ\":\"Um novo código de verificação foi enviado para o seu email\",\"sr2Je0\":\"um deslocamento das horas de início/fim\",\"/z/bH1\":\"Uma breve descrição do seu organizador que será exibida aos seus usuários.\",\"3BKFn6\":\"É necessário um URL quando um rótulo de botão está definido\",\"RpjXTb\":\"Um padrão semanal\",\"aS0jtz\":\"Abandonado\",\"uyJsf6\":\"Sobre\",\"JvuLls\":\"Absorver taxa\",\"lk74+I\":\"Absorver taxa\",\"1uJlG9\":\"Cor de Destaque\",\"g3UF2V\":\"Aceitar\",\"K5+3xg\":\"Aceitar convite\",\"LuXP9q\":\"Acesso\",\"jzb4Ep\":[\"Conta · \",[\"0\"]],\"UqH1Q6\":[\"Conta · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"A eliminação da conta foi cancelada.\",\"WtlP+7\":\"A eliminação da conta está bloqueada\",\"vOuxvL\":\"Informações da Conta\",\"F9cvwz\":\"Nome da conta\",\"EHNORh\":\"Conta não encontrada\",\"Hy1lfH\":\"Proprietário da conta\",\"bPwFdf\":\"Contas\",\"pi/Iog\":[\"Contas (\",[\"0\"],\")\"],\"AhwTa1\":\"Ação Necessária: Informações de IVA Necessárias\",\"APyAR/\":\"Eventos ativos\",\"kCl6ja\":\"Métodos de pagamento ativos\",\"XJOV1Y\":\"Atividade\",\"Eso+01\":[\"Adicione primeiro \",[\"0\"]],\"eJ0IJA\":\"Adicione uma imagem de capa e um tema alinhados com a sua marca\",\"0YEoxS\":\"Adicionar uma data\",\"ybegUq\":\"Adicione uma descrição e um local para que os participantes saibam o que esperar\",\"nOZl6j\":\"Adicionar uma única data\",\"CjvTPJ\":\"Adicionar outro horário\",\"0XCduh\":\"Adicione pelo menos um horário\",\"/chGpa\":\"Adicione os dados de ligação do evento online.\",\"UWWRyd\":\"Adicione perguntas personalizadas para coletar informações adicionais durante o checkout\",\"Z/dcxc\":\"Adicionar data\",\"QeupRg\":\"Adicionar datas\",\"Q219NT\":\"Adicionar datas\",\"yjB5VC\":\"Adicione datas e horários para o seu evento recorrente\",\"Z8idyM\":\"Adicionar detalhes\",\"wpirGs\":\"Adicionar detalhes do evento\",\"VX6WUv\":\"Adicionar localização\",\"GCQlV2\":\"Adicione vários horários se realizar várias sessões por dia.\",\"7JF9w9\":\"Adicionar pergunta\",\"NLbIb6\":\"Adicionar este participante mesmo assim (ignorar a capacidade)\",\"6PNlRV\":\"Adicione este evento ao seu calendário\",\"BGD9Yt\":\"Adicionar ingressos\",\"uIv4Op\":\"Adicione pixels de rastreamento às suas páginas de eventos públicos e página inicial do organizador. Um banner de consentimento de cookies será exibido aos visitantes quando o rastreamento estiver ativo.\",\"QN2F+7\":\"Adicionar Webhook\",\"NsWqSP\":\"Adicione seus perfis de redes sociais e o URL do site. Eles serão exibidos na sua página pública de organizador.\",\"6JzKEV\":\"Apenas como complemento\",\"VkQex5\":\"Produtos complementares\",\"Y2K3rp\":\"Complementos\",\"Z/ZU8N\":\"Adicionado no pagamento\",\"bVjDs9\":\"Taxas adicionais\",\"MKqSg4\":\"Acesso de administrador necessário\",\"0Zypnp\":\"Painel de Administração\",\"tlFYEo\":\"Dá acesso ao seu evento aos participantes\",\"YAV57v\":\"Afiliado\",\"I+utEq\":\"O código de afiliado não pode ser alterado\",\"/jHBj5\":\"Afiliado criado com sucesso\",\"uCFbG2\":\"Afiliado eliminado com sucesso\",\"ld8I+f\":\"Programa de afiliados\",\"a41PKA\":\"As vendas do afiliado serão rastreadas\",\"mJJh2s\":\"As vendas do afiliado não serão rastreadas. Isto irá desativar o afiliado.\",\"jabmnm\":\"Afiliado atualizado com sucesso\",\"CPXP5Z\":\"Afiliados\",\"9Wh+ug\":\"Afiliados exportados\",\"3cqmut\":\"Os afiliados ajudam-no a rastrear vendas geradas por parceiros e influenciadores. Crie códigos de afiliado e partilhe-os para monitorizar o desempenho.\",\"3e31kI\":\"Depois de criar o evento, pode escolher no painel a frequência com que se repete.\",\"z7GAMJ\":\"todas\",\"N40H+G\":\"Todos\",\"7rLTkE\":\"Todos os eventos arquivados\",\"gKq1fa\":\"Todos os participantes\",\"63gRoO\":\"Todos os participantes das sessões selecionadas\",\"uWxIoH\":\"Todos os participantes desta data\",\"pMLul+\":\"Todas as moedas\",\"sgUdRZ\":\"Todas as datas\",\"e4q4uO\":\"Todas as datas\",\"ZS/D7f\":\"Todos os eventos encerrados\",\"QsYjci\":\"Todos os eventos\",\"31KB8w\":\"Todos os trabalhos falhados eliminados\",\"D2g7C7\":\"Todos os trabalhos em fila para nova tentativa\",\"B4RFBk\":\"Todas as datas correspondentes\",\"F1/VgK\":\"Todas as datas\",\"OpWjMq\":\"Todas as datas\",\"Sxm1lO\":\"Todos os estados\",\"dr7CWq\":\"Todos os próximos eventos\",\"UBpkWM\":\"Todos os utilizadores\",\"GpT6Uf\":\"Permitir que os participantes atualizem suas informações de bilhete (nome, e-mail) através de um link seguro enviado com a confirmação do pedido.\",\"VZdky1\":\"Permitir que os compradores copiem os seus dados para todos os participantes\",\"F3mW5G\":\"Permitir que os clientes se juntem a uma lista de espera quando este produto estiver esgotado\",\"4CMO/q\":\"Permitir que os clientes se juntem a uma lista de espera quando este produto estiver esgotado. Os clientes juntam-se à lista de espera para uma data específica.\",\"c4uJfc\":\"Quase lá! Estamos apenas a aguardar que o seu pagamento seja processado. Isto deve demorar apenas alguns segundos.\",\"ocS8eq\":[\"Já tem uma conta? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Já incluído\",\"/H326L\":\"Já reembolsado\",\"USEpOK\":\"Já usa o Stripe noutro organizador? Reutilize essa ligação.\",\"RtxQTF\":\"Também cancelar este pedido\",\"jkNgQR\":\"Também reembolsar este pedido\",\"xYqsHg\":\"Sempre disponível\",\"rrepBD\":\"Sempre à venda\",\"Wvrz79\":\"Valor pago\",\"Zkymb9\":\"Um email para associar a este afiliado. O afiliado não será notificado.\",\"vRznIT\":\"Ocorreu um erro ao verificar o status da exportação.\",\"OPFdAM\":\"Uma descrição opcional desta categoria a apresentar na página do evento.\",\"eusccx\":\"Uma mensagem opcional para exibir no produto destacado, por exemplo \\\"A vender rapidamente 🔥\\\" ou \\\"Melhor valor\\\"\",\"HZFm5R\":\"e\",\"l3LBtZ\":\"Conteúdo do anúncio\",\"Th00L9\":\"Anúncio criado\",\"p/XJYI\":\"Anúncio eliminado\",\"08iV57\":\"Título do anúncio\",\"qLqgre\":\"Anúncio atualizado\",\"Dzr23X\":\"Anúncios\",\"asqL+J\":\"Anonimizar\",\"QNrkms\":\"Resposta atualizada com sucesso.\",\"+qygei\":\"Respostas\",\"GK7Lnt\":\"Respostas dadas no pagamento (ex.: escolha de refeição)\",\"lE8PgT\":\"As datas que personalizou manualmente serão mantidas.\",\"jVoYha\":[\"aplicado — \",[\"0\"],\" de desconto na sua encomenda\"],\"vP3Nzg\":[\"Aplica-se às \",[\"0\"],\" datas não canceladas atualmente carregadas nesta página.\"],\"kkVyZZ\":\"Aplica-se a quem abrir a ligação de check-in partilhada sem ter sessão iniciada. Os membros da equipa com sessão iniciada veem sempre tudo.\",\"je4muG\":[\"Aplica-se a todas as datas \",[\"0\"],\" e não canceladas deste evento — incluindo datas que não estão carregadas neste momento.\"],\"YIIQtt\":\"Aplicar alterações\",\"NzWX1Y\":\"Aplicar a\",\"Ps5oDT\":\"Aplicar a todos os bilhetes\",\"261RBr\":\"Aprovar mensagem\",\"naCW6Z\":\"Abril\",\"B495Gs\":\"Arquivar\",\"5sNliy\":\"Arquivar evento\",\"BrwnrJ\":\"Arquivar organizador\",\"E5eghW\":\"Arquive este evento para o ocultar do público. Pode restaurá-lo mais tarde.\",\"eqFkeI\":\"Arquive este organizador. Isso também arquivará todos os eventos pertencentes a este organizador.\",\"BzcxWv\":\"Organizadores arquivados\",\"9cQBd6\":\"Tem a certeza de que pretende arquivar este evento? Deixará de estar visível para o público.\",\"Trnl3E\":\"Tem a certeza de que pretende arquivar este organizador? Isso também arquivará todos os eventos pertencentes a este organizador.\",\"wOvn+e\":[\"Tem a certeza de que quer cancelar \",[\"count\"],\" data(s)? Os participantes afetados serão notificados por e-mail.\"],\"GTxE0U\":\"Tem a certeza de que quer cancelar esta data? Os participantes afetados serão notificados por e-mail.\",\"VkSk/i\":\"Tem a certeza de que pretende cancelar esta mensagem agendada?\",\"0aVEBY\":\"Tem certeza que deseja eliminar todos os trabalhos falhados?\",\"LchiNd\":\"Tem a certeza de que deseja eliminar este afiliado? Esta ação não pode ser anulada.\",\"U49Xd6\":\"Tem a certeza de que pretende eliminar este anúncio? Os utilizadores deixarão de o ver.\",\"vPeW/6\":\"Tem certeza de que deseja excluir esta configuração? Isso pode afetar as contas que a utilizam.\",\"h42Hc/\":\"Tem a certeza de que quer eliminar esta data? Esta ação não pode ser anulada.\",\"RiF/yT\":\"Tem a certeza de que quer eliminar esta imagem?\",\"b3+Qku\":\"Tem a certeza de que quer eliminar este imposto ou taxa? Deixará de ser aplicado a novos pedidos.\",\"JmVITJ\":\"Tem certeza de que deseja excluir este modelo? Esta ação não pode ser desfeita e os e-mails voltarão ao modelo padrão.\",\"aLS+A6\":\"Tem certeza de que deseja excluir este modelo? Esta ação não pode ser desfeita e os e-mails voltarão ao modelo do organizador ou padrão.\",\"5H3Z78\":\"Tem certeza de que deseja excluir este webhook?\",\"147G4h\":\"Tem a certeza de que quer sair?\",\"VDWChT\":\"Tem certeza de que deseja definir este organizador como rascunho? Isso tornará a página do organizador invisível ao público.\",\"pWtQJM\":\"Tem certeza de que deseja tornar este organizador público? Isso tornará a página do organizador visível ao público.\",\"EOqL/A\":\"Tem a certeza de que pretende oferecer um lugar a esta pessoa? Receberá uma notificação por e-mail.\",\"yAXqWW\":\"Tem a certeza de que quer eliminar esta data definitivamente? Isto não pode ser anulado.\",\"WFHOlF\":\"Tem a certeza de que deseja publicar este evento? Uma vez publicado, será visível ao público.\",\"4TNVdy\":\"Tem a certeza de que deseja publicar este perfil de organizador? Uma vez publicado, será visível ao público.\",\"8x0pUg\":\"Tem a certeza de que deseja remover esta entrada da lista de espera?\",\"cDtoWq\":[\"Tem a certeza de que pretende reenviar a confirmação da encomenda para \",[\"0\"],\"?\"],\"xeIaKw\":[\"Tem a certeza de que pretende reenviar o bilhete para \",[\"0\"],\"?\"],\"BjbocR\":\"Tem a certeza de que pretende restaurar este evento?\",\"7MjfcR\":\"Tem a certeza de que pretende restaurar este organizador?\",\"b7tkGp\":\"Tem a certeza de que quer revogar este convite?\",\"ExDt3P\":\"Tem a certeza de que deseja despublicar este evento? Já não será visível ao público.\",\"5Qmxo/\":\"Tem a certeza de que deseja despublicar este perfil de organizador? Já não será visível ao público.\",\"Uqefyd\":\"Está registado para IVA na UE?\",\"+QARA4\":\"Arte\",\"tLf3yJ\":\"Como a sua empresa está sediada na Irlanda, o IVA irlandês de 23% aplica-se automaticamente a todas as taxas da plataforma.\",\"tMeVa/\":\"Solicitar nome e email para cada ingresso comprado\",\"ui5ln+\":\"Atribuir outro plano\",\"9Jxliv\":\"Atribuir plano\",\"xdiER7\":\"Nível atribuído\",\"F2rX0R\":\"Pelo menos um tipo de evento deve ser selecionado\",\"Z44eZS\":\"Pelo menos um produto tem de continuar disponível para esta data. Para tornar a data inacessível, cancele-a no calendário.\",\"BCmibk\":\"Tentativas\",\"6PecK3\":\"Presença e taxas de registo em todos os eventos\",\"K2tp3v\":\"participante\",\"AJ4rvK\":\"Participante cancelado\",\"qvylEK\":\"Participante criado\",\"Aspq3b\":\"Coleta de dados dos participantes\",\"fpb0rX\":\"Dados do participante copiados do pedido\",\"94aQMU\":\"Informações do participante\",\"KkrBiR\":\"Recolha de informações do participante\",\"sjPjOg\":\"Notas sobre o participante\",\"cosfD8\":\"Status do Participante\",\"D2qlBU\":\"Participante atualizado\",\"22BOve\":\"Participante atualizado com sucesso\",\"x8Vnvf\":\"O bilhete do participante não está incluído nesta lista\",\"/Ywywr\":\"participantes\",\"zLRobu\":\"participantes com check-in\",\"k3Tngl\":\"Participantes exportados\",\"UoIRW8\":\"Participantes registados\",\"5UbY+B\":\"Participantes com um ingresso específico\",\"4HVzhV\":\"Participantes:\",\"HVkhy2\":\"Análise de atribuição\",\"dMMjeD\":\"Detalhamento de atribuição\",\"1oPDuj\":\"Valor de atribuição\",\"cHfbVT\":\"Audiência\",\"DBHTm/\":\"Agosto\",\"JgREph\":\"A oferta automática está ativada\",\"V7Tejz\":\"Processar lista de espera automaticamente\",\"PZ7FTW\":\"Detetado automaticamente com base na cor de fundo, mas pode ser substituído\",\"zlnTuI\":\"Oferecer automaticamente bilhetes à próxima pessoa quando a capacidade ficar disponível. Se desativado, pode processar manualmente a lista de espera a partir da página Lista de Espera.\",\"csDS2L\":\"Disponível\",\"Xp+ywP\":\"Disponível assim que o pagamento for concluído\",\"dwDH1K\":[\"Horários disponíveis em \",[\"dayName\"]],\"clF06r\":\"Disponível para reembolso\",\"NB5+UG\":\"Tokens disponíveis\",\"L+wGOG\":\"Pendente\",\"qcw2OD\":\"Pagamento pendente\",\"kNmmvE\":\"Awesome Events Lda.\",\"TeSaQO\":\"Voltar para Contas\",\"kYqM1A\":\"Voltar ao evento\",\"s5QRF3\":\"Voltar às mensagens\",\"td/bh+\":\"Voltar aos Relatórios\",\"nsm7BA\":\"Voltar à pesquisa\",\"imjKVx\":\"Conta bancária ligada\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"O conteúdo do banner deve ter no máximo 200 caracteres\",\"p2OLF3\":\"Preço base\",\"D9LTCH\":\"Preço base\",\"hviJef\":\"Com base no período de venda global acima, não por data\",\"jIPNJG\":\"Informações básicas\",\"lINGcL\":\"Como esta conta tem encomendas concluídas, os registos de transações (montantes, datas e detalhes de faturas) serão mantidos de forma anonimizada para fins legais e fiscais. Todas as informações pessoais serão removidas permanentemente.\",\"UabgBd\":\"O corpo é obrigatório\",\"HWXuQK\":\"Adicione esta página aos favoritos para gerir o seu pedido a qualquer momento.\",\"CUKVDt\":\"Personalize seus ingressos com um logotipo, cores e mensagem de rodapé personalizados.\",\"4BZj5p\":\"Proteção antifraude integrada\",\"cr7kGH\":\"Edição em massa\",\"1Fbd6n\":\"Edição de datas em massa\",\"Eq6Tu9\":\"Falha na atualização em massa.\",\"9N+p+g\":\"Negócios\",\"SWnN1L\":\"Morada da empresa\",\"kQekXw\":\"Nome da empresa\",\"3W/QV7\":\"Rótulo do botão\",\"bv6RXK\":\"Rótulo do botão\",\"ChDLlO\":\"Texto do botão\",\"MOht10\":\"URL do botão\",\"BUe8Wj\":\"O comprador paga\",\"DkL8mp\":\"Os compradores podem adicioná-los ao pedido quando selecionam este produto no pagamento.\",\"qF1qbA\":\"Os compradores veem um preço limpo. A taxa da plataforma é deduzida do seu pagamento.\",\"dg05rc\":\"Ao adicionar pixels de rastreamento, reconhece que você e esta plataforma são responsáveis conjuntos pelos dados recolhidos. É responsável por garantir que tem uma base legal para este processamento ao abrigo das leis de privacidade aplicáveis (RGPD, CCPA, etc.).\",\"DFqasq\":[\"Ao continuar, concorda com os <0>Termos de Serviço de \",[\"0\"],\"\"],\"CetOZE\":\"Por tipo de bilhete\",\"lFdbRS\":\"Ignorar taxas de aplicação\",\"AjVXBS\":\"Calendário\",\"2VLZwd\":\"Botão de chamada para ação\",\"rT2cV+\":\"Câmara\",\"7hYa9y\":\"A permissão de câmara foi negada. <0>Peça a permissão novamente ou conceda acesso à câmara a esta página nas definições do navegador.\",\"D02dD9\":\"Campanha\",\"RRPA79\":\"Não é possível fazer check-in\",\"OcVwAd\":[\"Cancelar \",[\"count\"],\" data(s)\"],\"H4nE+E\":\"Cancelar todos os produtos e devolvê-los ao conjunto disponível\",\"Py78q9\":\"Cancelar data\",\"lUjTpS\":\"Cancelar eliminação\",\"5YkF5G\":\"Cancelar pedido de eliminação\",\"tOXAdc\":\"Cancelar irá cancelar todos os participantes associados a este pedido e devolver os bilhetes ao conjunto disponível.\",\"FPpqc7\":[\"A cancelar \",[\"0\"],\" data(s). Pode demorar alguns instantes.\"],\"01sEfm\":\"Não é possível excluir a configuração padrão do sistema\",\"VsM1HH\":\"Atribuições de capacidade\",\"9bIMVF\":\"Gestão da capacidade\",\"H7K8og\":\"A capacidade tem de ser 0 ou superior\",\"nzao08\":\"atualizações de capacidade\",\"4cp9NP\":\"Capacidade utilizada\",\"K7tIrx\":\"Categoria\",\"DRK3Bq\":\"Categoria eliminada com sucesso\",\"o+XJ9D\":\"Alterar\",\"kJkjoB\":\"Alterar duração\",\"J0KExZ\":\"Alterar o limite de participantes\",\"ssospy\":\"Alterar horário\",\"CIHJJf\":\"Alterar configurações da lista de espera\",\"B5icLR\":[\"Duração alterada para \",[\"count\"],\" data(s)\"],\"Kb+0BT\":\"Cobranças\",\"2tbLdK\":\"Caridade\",\"BPWGKn\":\"Fazer check-in\",\"6uFFoY\":\"Anular check-in\",\"FjAlwK\":[\"Veja este evento: \",[\"0\"]],\"v4fiSg\":\"Verifique o seu email\",\"51AsAN\":\"Verifique sua caixa de entrada! Se houver ingressos associados a este e-mail, você receberá um link para visualizá-los.\",\"Y3FYXy\":\"Check-in\",\"udRwQs\":\"Check-in criado\",\"F4SRy3\":\"Check-in excluído\",\"as6XfO\":[\"O check-in de \",[\"0\"],\" foi anulado\"],\"9s/wrQ\":\"Histórico de check-in\",\"Wwztk4\":\"Lista de check-in\",\"9gPPUY\":\"Lista de Check-In Criada!\",\"dwjiJt\":\"Informações da lista de check-in\",\"7od0PV\":\"listas de check-in\",\"f2vU9t\":\"Listas de Registo\",\"XprdTn\":\"Navegação do check-in\",\"5tV1in\":\"Progresso do check-in\",\"SHJwyq\":\"Taxa de registo\",\"qCqdg6\":\"Estado do Check-In\",\"cKj6OE\":\"Resumo de Registo\",\"7B5M35\":\"Check-Ins\",\"VrmydS\":\"Com check-in\",\"DM4gBB\":\"Chinês (Tradicional)\",\"p8Jvp4\":\"Escolha uma configuração\",\"ElShBO\":\"Escolha outra ação\",\"pHEhf+\":\"Escolha um tipo de letra que combine com a sua marca. Os tipos de letra são alojados via Bunny Fonts.\",\"Zok1Gx\":\"Escolha um organizador\",\"pkk46Q\":\"Escolha um organizador\",\"Ag32+c\":\"Escolha outra data\",\"Crr3pG\":\"Escolher calendário\",\"Z38ZJu\":\"Escolha como a data do evento é apresentada no bilhete\",\"LAW8Vb\":\"Escolha a configuração padrão para novos eventos. Isso pode ser substituído para eventos individuais.\",\"pjp2n5\":\"Escolha quem paga a taxa da plataforma. Isso não afeta as taxas adicionais que você configurou nas configurações da sua conta.\",\"xCJdfg\":\"Limpar\",\"QyOWu9\":\"Limpar o local — voltar à predefinição do evento\",\"V8yTm6\":\"Limpar pesquisa\",\"kmnKnX\":\"Ao limpar, remove qualquer personalização por data. As datas afetadas voltam ao local predefinido do evento.\",\"/o+aQX\":\"Clique para cancelar\",\"gD7WGV\":\"Clique para reabrir a venda\",\"CySr+W\":\"Clique para ver as notas\",\"RG3szS\":\"fechar\",\"RWw9Lg\":\"Fechar modal\",\"XwdMMg\":\"O código só pode conter letras, números, hífenes e underscores\",\"+yMJb7\":\"O código é obrigatório\",\"m9SD3V\":\"O código deve ter pelo menos 3 caracteres\",\"V1krgP\":\"O código não deve ter mais de 20 caracteres\",\"psqIm5\":\"Colabore com sua equipe para criar eventos incríveis juntos.\",\"4bUH9i\":\"Recolher detalhes do participante para cada bilhete adquirido.\",\"TkfG8v\":\"Coletar dados por pedido\",\"96ryID\":\"Coletar dados por ingresso\",\"FpsvqB\":\"Modo de Cor\",\"jEu4bB\":\"Colunas\",\"CWk59I\":\"Comédia\",\"rPA+Gc\":\"Preferências de comunicação\",\"zFT5rr\":\"concluído\",\"bUQMpb\":\"Concluir a configuração do Stripe\",\"744BMm\":\"Conclua a sua encomenda para garantir os seus bilhetes. Esta oferta é limitada no tempo, por isso não espere demasiado.\",\"5YrKW7\":\"Conclua o pagamento para garantir os seus bilhetes.\",\"xGU92i\":\"Complete o seu perfil para se juntar à equipa.\",\"QOhkyl\":\"Compor\",\"ih35UP\":\"Centro de conferências\",\"ywFj2D\":\"Configuração\",\"WTw0bB\":\"Configuração atribuída\",\"X1zdE7\":\"Configuração criada com sucesso\",\"mLBUMQ\":\"Configuração excluída com sucesso\",\"UIENhw\":\"Os nomes de configuração são visíveis para os usuários finais. As taxas fixas serão convertidas para a moeda do pedido na taxa de câmbio atual.\",\"eeZdaB\":\"Configuração atualizada com sucesso\",\"3cKoxx\":\"Configurações\",\"8v2LRU\":\"Configure os detalhes do evento, localização, opções de checkout e notificações por email.\",\"raw09+\":\"Configure como os dados dos participantes são coletados durante o checkout\",\"FI60XC\":\"Configurar impostos e taxas\",\"av6ukY\":\"Defina que produtos estão disponíveis para esta data e, se quiser, ajuste os preços.\",\"NGXKG/\":\"Confirmar endereço de e-mail\",\"JRQitQ\":\"Confirmar nova senha\",\"Auz0Mz\":\"Confirme seu e-mail para acessar todos os recursos.\",\"7+grte\":\"E-mail de confirmação enviado! Verifique sua caixa de entrada.\",\"n/7+7Q\":\"Confirmação enviada para\",\"x3wVFc\":\"Parabéns! O seu evento está agora visível para o público.\",\"0W2NQP\":\"Ligar banco\",\"/K4Vqr\":\"Ligue o Stripe para aceitar pagamentos\",\"nQI4H5\":\"Conecte o Stripe para ativar a edição de modelos de email\",\"LmvZ+E\":\"Conecte o Stripe para ativar mensagens\",\"peBIO+\":\"Ligue o Stripe para receber os pagamentos dos bilhetes diretamente na sua conta bancária.\",\"DNeN8t\":\"Ligue o seu banco para receber as vendas de bilhetes diretamente na sua conta\",\"DARj+w\":\"Ligou a conta Stripe errada? Desligue-a e comece de novo.\",\"X1y8JF\":\"Os dados de ligação são obrigatórios para datas online\",\"fjfBOm\":\"Os detalhes de ligação são obrigatórios para eventos online\",\"jfC/xh\":\"Contato\",\"LOFgda\":[\"Contato \",[\"0\"]],\"41BQ3k\":\"Email de contacto\",\"4b3oEV\":\"Conteúdo\",\"13CIgI\":\"O conteúdo é obrigatório\",\"m8WD6t\":\"Continuar configuração\",\"0GwUT4\":\"Continuar para o pagamento\",\"sBV87H\":\"Continuar para a criação do evento\",\"nKtyYu\":\"Continuar para o próximo passo\",\"F3/nus\":\"Continuar para pagamento\",\"s30OcA\":\"Controle como as datas e horários são apresentados na página do evento\",\"p2FRHj\":\"Controle como as taxas da plataforma são tratadas para este evento\",\"NqfabH\":\"Controle quem entra nesta data\",\"fmYxZx\":\"Controle quem entra e quando\",\"1JnTgU\":\"Copiado de cima\",\"FxVG/l\":\"Copiado para a área de transferência\",\"PiH3UR\":\"Copiado!\",\"4i7smN\":\"Copiar ID da conta\",\"uUPbPg\":\"Copiar link de afiliado\",\"iVm46+\":\"Copiar código\",\"cF2ICc\":\"Copiar link do cliente\",\"+2ZJ7N\":\"Copiar detalhes para o primeiro participante\",\"ZN1WLO\":\"Copiar Email\",\"y1eoq1\":\"Copiar link\",\"tUGbi8\":\"Copiar meus dados para:\",\"y22tv0\":\"Copie este link para compartilhá-lo em qualquer lugar\",\"/4gGIX\":\"Copiar para a área de transferência\",\"e0f4yB\":\"Não foi possível eliminar a localização\",\"vkiDx2\":\"Não foi possível preparar a atualização em massa.\",\"KOavaU\":\"Não foi possível obter os detalhes da morada\",\"/lq4oO\":\"Não foi possível guardar a data\",\"mHu0az\":\"Não foi possível enviar o e-mail de verificação. Tente novamente.\",\"QOIm+S\":\"As contagens incluem todas as datas futuras. A cada pessoa é oferecido um lugar para a data em que se inscreveu.\",\"P0rbCt\":\"Imagem de capa\",\"p4kqHr\":\"Imagem de capa adicionada\",\"60u+dQ\":\"A imagem de capa será exibida no topo da sua página de evento\",\"2NLjA6\":\"A imagem de capa será exibida no topo da página do organizador\",\"GkrqoY\":\"Abrange todos os bilhetes\",\"zg4oSu\":[\"Criar modelo \",[\"0\"]],\"RKKhnW\":\"Crie um widget personalizado para vender ingressos no seu site.\",\"jqhTmw\":\"Criar uma lista para esta data\",\"PhioFp\":\"Crie uma nova lista de check-in para uma sessão ativa ou contacte o organizador se achar que se trata de um erro.\",\"yIRev4\":\"Criar uma senha\",\"j7xZ7J\":\"Crie organizadores adicionais para gerir marcas, departamentos ou séries de eventos separados numa conta. Cada organizador tem os seus próprios eventos, definições e página pública.\",\"xfKgwv\":\"Criar afiliado\",\"GT/OIA\":\"Crie um anúncio para mostrar uma mensagem aos seus utilizadores.\",\"tudG8q\":\"Crie e configure ingressos e mercadorias para venda.\",\"Q4VlI/\":\"Criar anúncio\",\"YAl9Hg\":\"Criar Configuração\",\"BTne9e\":\"Criar modelos de e-mail personalizados para este evento que substituem os padrões do organizador\",\"YIDzi/\":\"Criar modelo personalizado\",\"tsGqx5\":\"Criar data\",\"Nc3l/D\":\"Crie descontos, códigos de acesso para ingressos ocultos e ofertas especiais.\",\"PybJS2\":\"Criar evento\",\"abGAgf\":\"Crie mais bilhetes ou produtos para os oferecer como complementos\",\"eWEV9G\":\"Criar nova senha\",\"utHSNE\":\"Criar programação\",\"8AiKIu\":\"Criar ingresso ou produto\",\"/HGmW9\":\"Crie links rastreáveis para recompensar parceiros que promovem seu evento.\",\"dkAPxi\":\"Criar Webhook\",\"5slqwZ\":\"Crie seu evento\",\"JQNMrj\":\"Crie o seu primeiro evento\",\"CCjxOC\":\"Crie seu primeiro evento para começar a vender ingressos e gerenciar participantes.\",\"ZCSSd+\":\"Crie seu próprio evento\",\"qdv10s\":[\"A criar \",[\"0\"],\" datas. Isto pode demorar um momento.\"],\"67NsZP\":\"A criar evento...\",\"H34qcM\":\"A criar organizador...\",\"1YMS+X\":\"A criar o seu evento, por favor aguarde\",\"yiy8Jt\":\"A criar o seu perfil de organizador, por favor aguarde\",\"lfLHNz\":\"O rótulo CTA é obrigatório\",\"0xLR6W\":\"Atribuído atualmente\",\"iTvh6I\":\"Atualmente disponível para compra\",\"A42Dqn\":\"Marca personalizada\",\"Guo0lU\":\"Data e hora personalizadas\",\"WDMdn8\":\"Perguntas personalizadas\",\"O6mra8\":\"Perguntas personalizadas\",\"axv/Mi\":\"Modelo personalizado\",\"2YeVGY\":\"Link do cliente copiado para a área de transferência\",\"QMHSMS\":\"O cliente receberá um email confirmando o reembolso\",\"NihQNk\":\"Clientes\",\"hINN++\":\"Personalizar página\",\"7gsjkI\":\"Personalize os e-mails enviados aos seus clientes usando modelos Liquid. Estes modelos serão usados como padrões para todos os eventos em sua organização.\",\"xJaTUK\":\"Personalize o layout, cores e marca da página inicial do seu evento.\",\"MXZfGN\":\"Personalize as perguntas feitas durante o checkout para coletar informações importantes dos seus participantes.\",\"iX6SLo\":\"Personalize o texto exibido no botão continuar\",\"R8H7yL\":\"Personalize o texto do botão flutuante que desloca para a secção de bilhetes\",\"pxNIxa\":\"Personalize seu modelo de e-mail usando modelos Liquid\",\"3trPKm\":\"Personalize a aparência da sua página de organizador\",\"U0sC6H\":\"Diário\",\"/gWrVZ\":\"Receita diária, impostos, taxas e reembolsos em todos os eventos\",\"zgCHnE\":\"Relatório de vendas diárias\",\"nHm0AI\":\"Detalhamento das vendas diárias, impostos e taxas\",\"1aPnDT\":\"Dança\",\"pvnfJD\":\"Escuro\",\"MaB9wW\":\"Cancelamento de data\",\"e6cAxJ\":\"Data cancelada\",\"81jBnC\":\"Data cancelada com sucesso\",\"a/C/6R\":\"Data criada com sucesso\",\"IW7Q+u\":\"Data eliminada\",\"rngCAz\":\"Data eliminada com sucesso\",\"vHbfoQ\":\"Data reativada\",\"hvah+S\":\"Data reaberta à venda\",\"Ez0YsD\":\"Data atualizada com sucesso\",\"JxwIlL\":\"datas\",\"Te33mU\":\"As datas são geridas uma a uma\",\"91zCxb\":\"Dias com sessões\",\"/ITcnz\":\"dia\",\"H7OUPr\":\"Dia\",\"JtHrX9\":\"Dia do mês\",\"J/Upwb\":\"dias\",\"V3VGYb\":\"Dias do mês\",\"r6zgGo\":\"Dezembro\",\"jbq7j2\":\"Recusar\",\"WGD1Al\":\"Diminuir\",\"gJY4YL\":\"Diminuir quantidade\",\"ovBPCi\":\"Padrão\",\"JtI4vj\":\"Recolha predefinida de informações do participante\",\"ULjv90\":\"Capacidade predefinida por data\",\"3R/Tu2\":\"Gestão de taxas padrão\",\"1bZAZA\":\"O modelo padrão será usado\",\"3Biswm\":\"Predefinições\",\"HNlEFZ\":\"eliminar\",\"KpnwJK\":[\"Eliminar \\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Eliminar \",[\"count\"],\" data(s) selecionada(s)? As datas com pedidos serão ignoradas. Isto não pode ser anulado.\"],\"ZDGm40\":\"Eliminar conta\",\"vu7gDm\":\"Eliminar afiliado\",\"KZN4Lc\":\"Eliminar tudo\",\"6EkaOO\":\"Eliminar data\",\"io0G93\":\"Eliminar evento\",\"+jw/c1\":\"Excluir imagem\",\"hdyeZ0\":\"Eliminar trabalho\",\"xxjZeP\":\"Eliminar localização\",\"sY3tIw\":\"Eliminar organizador\",\"UBv8UK\":\"Eliminar definitivamente\",\"dPyJ15\":\"Excluir modelo\",\"IQTR34\":\"Eliminar esta categoria? Todos os produtos que contém também serão eliminados. Isto não pode ser anulado.\",\"/1wMxk\":\"Eliminar este produto? Isto não pode ser anulado.\",\"mxsm1o\":\"Excluir esta pergunta? Isso não pode ser desfeito.\",\"snMaH4\":\"Excluir webhook\",\"LIZZLY\":[[\"0\"],\" data(s) eliminada(s)\"],\"loLVyU\":\"Conta eliminada\",\"IlUuGb\":\"Eliminar a sua conta desativa-a imediatamente: todos os eventos publicados são despublicados e o acesso é desativado. Após um período de carência de 30 dias, a eliminação torna-se permanente. Pode cancelar a qualquer momento durante esses 30 dias.\",\"nMdIuB\":\"Eliminação em fila para execução\",\"/U002t\":\"Pedido de eliminação cancelado\",\"PBA62s\":\"Pedidos de eliminação\",\"7w0Wev\":\"Descrição e local adicionados\",\"vYgeDk\":\"Desselecionar tudo\",\"NvuEhl\":\"Elementos de Design\",\"H8kMHT\":\"Não recebeu o código?\",\"G8KNgd\":\"Local diferente\",\"E/QGRL\":\"Desativado\",\"bzSI52\":\"Descartar\",\"0EcUWz\":\"Descartar as alterações?\",\"+K0AvT\":\"Desligar\",\"cALvbl\":\"Desligar conta Stripe\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Dispensar anúncio\",\"nZJ8tu\":\"Ocultar a lista de configuração\",\"QotGhf\":\"Dispensar esta mensagem\",\"J6hrEy\":\"Dispensado\",\"BREO0S\":\"Exibe uma caixa de seleção permitindo que os clientes optem por receber comunicações de marketing deste organizador de eventos.\",\"HtaSQp\":\"Mostra quantas vagas restam em cada data no widget de bilhetes. Pode substituir esta definição para datas individuais.\",\"pfa8F0\":\"Nome a apresentar\",\"Kdpf90\":\"Não se esqueça!\",\"352VU2\":\"Não tem uma conta? <0>Registe-se\",\"AXXqG+\":\"Donativo\",\"DPfwMq\":\"Concluído\",\"JoPiZ2\":\"Instruções para o pessoal da porta\",\"2+O9st\":\"Baixe relatórios de vendas, participantes e financeiros para todos os pedidos concluídos.\",\"eneWvv\":\"Rascunho\",\"Ts8hhq\":\"Devido ao alto risco de spam, deve conectar uma conta Stripe antes de poder modificar modelos de email. Isto é para garantir que todos os organizadores de eventos sejam verificados e responsáveis.\",\"TnzbL+\":\"Devido ao alto risco de spam, deve conectar uma conta Stripe antes de poder enviar mensagens aos participantes.\\nIsto é para garantir que todos os organizadores de eventos são verificados e responsáveis.\",\"euc6Ns\":\"Duplicar\",\"YueC+F\":\"Duplicar data\",\"KRmTkx\":\"Duplicar produto\",\"Jd3ymG\":\"A duração tem de ser de pelo menos 1 minuto.\",\"KIjvtr\":\"Holandês\",\"22xieU\":\"ex. 180 (3 horas)\",\"MCx4ov\":\"p. ex. Saber mais\",\"/zajIE\":\"ex.: Sessão da manhã\",\"XDHATF\":\"p. ex. Nova funcionalidade: listas de espera\",\"tAtvUj\":\"p. ex. Manutenção agendada este sábado das 2h às 4h UTC\",\"SPKbfM\":\"ex.: Comprar ingressos, Registrar-se agora\",\"fc7wGW\":\"por exemplo, Atualização importante sobre os seus bilhetes\",\"54MPqC\":\"por exemplo, Standard, Premium, Enterprise\",\"3RQ81z\":\"Cada pessoa receberá um e-mail com um lugar reservado para concluir a sua compra.\",\"Xfsjel\":\"Cada produto\",\"5oD9f/\":\"Mais cedo\",\"LTzmgK\":[\"Editar modelo \",[\"0\"]],\"v4+lcZ\":\"Editar afiliado\",\"ndNHsK\":\"Editar anúncio\",\"2iZEz7\":\"Editar resposta\",\"t2bbp8\":\"Editar participante\",\"etaWtB\":\"Editar detalhes do participante\",\"+guao5\":\"Editar Configuração\",\"1Mp/A4\":\"Editar data\",\"m0ZqOT\":\"Editar localização\",\"8oivFT\":\"Editar localização\",\"vRWOrM\":\"Editar detalhes do pedido\",\"pHm0k9\":\"Editar programação\",\"fW5sSv\":\"Editar webhook\",\"nP7CdQ\":\"Editar Webhook\",\"MRZxAn\":\"Editada\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Educação\",\"iiWXDL\":\"Falhas de elegibilidade\",\"zPiC+q\":\"Listas de Check-In Elegíveis\",\"SiVstt\":\"E-mails e mensagens agendadas\",\"V2sk3H\":\"E-mail e Modelos\",\"hbwCKE\":\"Endereço de email copiado para a área de transferência\",\"dSyJj6\":\"Os endereços de e-mail não coincidem\",\"elW7Tn\":\"Corpo do e-mail\",\"ZsZeV2\":\"O email é obrigatório\",\"Be4gD+\":\"Visualização do e-mail\",\"6IwNUc\":\"Modelos de e-mail\",\"H/UMUG\":\"Verificação de e-mail necessária\",\"PLEl94\":\"E-mail verificado\",\"L86zy2\":\"Email verificado com sucesso!\",\"FSN4TS\":\"Widget incorporado\",\"z9NkYY\":\"Widget incorporável\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"É necessário um emoji para os modais\",\"Qj0GKe\":\"Ativar autoatendimento para participantes\",\"hEtQsg\":\"Ativar autoatendimento para participantes por padrão\",\"Upeg/u\":\"Habilitar este modelo para enviar e-mails\",\"7dSOhU\":\"Ativar lista de espera\",\"RxzN1M\":\"Ativado\",\"sGjBEq\":\"Data e hora de término (opcional)\",\"PKXt9R\":\"A data de término deve ser posterior à data de início\",\"vTL8gi\":\"Hora de fim\",\"48Y16Q\":\"Hora de fim (opcional)\",\"TbaYrr\":[\"Terminou \",[\"0\"]],\"CFgwiw\":[\"Termina \",[\"0\"]],\"SqOIQU\":\"Introduza um valor de capacidade ou escolha ilimitado.\",\"h37gRz\":\"Introduza uma etiqueta ou opte por removê-la.\",\"7YZofi\":\"Digite um assunto e corpo para ver a visualização\",\"khyScF\":\"Indique o tempo a deslocar.\",\"SKx/0u\":\"Introduza um nome de local ou uma morada\",\"ppwojw\":\"Introduza um nome de local ou morada para eventos presenciais\",\"j+eCIq\":\"Introduzir a morada manualmente\",\"3bR1r4\":\"Introduza o email do afiliado (opcional)\",\"ARkzso\":\"Introduza o nome do afiliado\",\"ej4L8b\":\"Introduzir capacidade\",\"6KnyG0\":\"Insira o e-mail\",\"INDKM9\":\"Digite o assunto do e-mail...\",\"xUgUTh\":\"Insira o primeiro nome\",\"9/1YKL\":\"Insira o apelido\",\"VpwcSk\":\"Introduza a nova senha\",\"kWg31j\":\"Introduza um código de afiliado único\",\"C3nD/1\":\"Digite seu e-mail\",\"VmXiz4\":\"Introduza o seu email e enviaremos instruções para redefinir a sua senha.\",\"n9V+ps\":\"Digite seu nome\",\"IdULhL\":\"Introduza o seu número de IVA incluindo o código do país, sem espaços (por exemplo, PT123456789, ES12345678A)\",\"RRlWVA\":\"Encomenda inteira\",\"o21Y+P\":\"registos\",\"X88/6w\":\"As inscrições aparecerão aqui quando os clientes se juntarem à lista de espera de produtos esgotados.\",\"LslKhj\":\"Erro ao carregar os registros\",\"BkEWfd\":\"Esc para fechar\",\"VCNHvW\":\"Evento arquivado\",\"ZD0XSb\":\"Evento arquivado com sucesso\",\"WgD6rb\":\"Categoria do evento\",\"b46pt5\":\"Imagem de capa do evento\",\"NAUIJ7\":\"Evento criado\",\"1b77ID\":\"Evento criado\",\"1Hzev4\":\"Modelo personalizado do evento\",\"+v+GW0\":\"Apresentação da data do evento\",\"7u9/DO\":\"Evento eliminado com sucesso\",\"imgKgl\":\"Descrição do evento\",\"IzR/Fc\":\"Duração total do evento\",\"PYs3rP\":\"Nome do evento\",\"HhwcTQ\":\"Nome do evento\",\"WZZzB6\":\"O nome do evento é obrigatório\",\"Wd5CDM\":\"O nome do evento deve ter menos de 150 caracteres\",\"4JzCvP\":\"Evento não disponível\",\"mImacG\":\"Página do Evento\",\"Hk9Ki/\":\"Evento restaurado com sucesso\",\"JyD0LH\":\"Configurações do evento\",\"XVLu2v\":\"Título do evento\",\"OfmsI9\":\"Evento muito recente\",\"4SILkp\":\"Totais do evento\",\"YDVUVl\":\"Tipos de eventos\",\"+HeiVx\":\"Evento atualizado\",\"19j6uh\":\"Desempenho de Eventos\",\"PC3/fk\":\"Eventos a Iniciar nas Próximas 24 Horas\",\"CRsuq4\":\"A cada\",\"nwiZdc\":[\"A cada \",[\"0\"]],\"B2jjf8\":[\"A cada \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"A cada \",[\"0\"],\" dias\"],\"yLiYx+\":[\"A cada \",[\"0\"],\" meses\"],\"nn9ice\":[\"A cada \",[\"0\"],\" semanas\"],\"Cdr8f9\":[\"A cada \",[\"0\"],\" semanas em \",[\"1\"]],\"GVEHRk\":[\"A cada \",[\"0\"],\" anos\"],\"XlRpgq\":[\"A cada \",[\"cadenceUnit\"]],\"fTFfOK\":\"Todo modelo de e-mail deve incluir um botão de chamada para ação que leva à página apropriada\",\"hHTPiT\":\"Tudo o resto — toque para editar\",\"BVinvJ\":\"Exemplos: \\\"Como você soube de nós?\\\", \\\"Nome da empresa para fatura\\\"\",\"2hGPQG\":\"Exemplos: \\\"Tamanho da camiseta\\\", \\\"Preferência de refeição\\\", \\\"Cargo\\\"\",\"qNuTh3\":\"Exceção\",\"aW/bzJ\":\"Executar eliminação\",\"CtAcQ7\":\"Executar eliminação agora\",\"xj4fwT\":\"Executar agora\",\"M1RnFv\":\"Expirado\",\"kF8HQ7\":\"Exportar respostas\",\"2KAI4N\":\"Exportar CSV\",\"JKfSAv\":\"Falha na exportação. Por favor, tente novamente.\",\"SVOEsu\":\"Exportação iniciada. Preparando arquivo...\",\"wuyaZh\":\"Exportação bem-sucedida\",\"9bpUSo\":\"A exportar afiliados\",\"jtrqH9\":\"Exportando participantes\",\"R4Oqr8\":\"Exportação concluída. Baixando arquivo...\",\"UlAK8E\":\"Exportando pedidos\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Falhado\",\"8uOlgz\":\"Falhou em\",\"tKcbYd\":\"Trabalhos falhados\",\"SsI9v/\":\"Falha ao abandonar o pedido. Por favor, tente novamente.\",\"LdPKPR\":\"Falha ao atribuir configuração\",\"PO0cfn\":\"Falha ao cancelar a data\",\"YUX+f+\":\"Falha ao cancelar as datas\",\"SIHgVQ\":\"Falha ao cancelar mensagem\",\"cEFg3R\":\"Falha ao criar afiliado\",\"dVgNF1\":\"Falha ao criar configuração\",\"fAoRRJ\":\"Falha ao criar o calendário\",\"4yLYTb\":\"Falha ao criar o calendário. Por favor, tente novamente.\",\"U66oUa\":\"Falha ao criar modelo\",\"+RTkEY\":\"Falha ao eliminar o anúncio\",\"aFk48v\":\"Falha ao excluir configuração\",\"n1CYMH\":\"Falha ao eliminar a data\",\"KXv+Qn\":\"Falha ao eliminar a data. Pode ter pedidos associados.\",\"JJ0uRo\":\"Falha ao eliminar as datas\",\"rgoBnv\":\"Falha ao eliminar o evento\",\"Zw6LWb\":\"Falha ao eliminar trabalho\",\"tq0abZ\":\"Falha ao eliminar trabalhos\",\"2mkc3c\":\"Falha ao eliminar o organizador\",\"5E23qd\":\"Falha ao eliminar o produto. Tente novamente.\",\"vKMKnu\":\"Falha ao excluir pergunta\",\"xFj7Yj\":\"Falha ao excluir modelo\",\"jo3Gm6\":\"Falha ao exportar afiliados\",\"Jjw03p\":\"Falha ao exportar participantes\",\"ZPwFnN\":\"Falha ao exportar pedidos\",\"zGE3CH\":\"Falha ao exportar relatório. Por favor, tente novamente.\",\"lS9/aZ\":\"Falha ao carregar destinatários\",\"X4o0MX\":\"Falha ao carregar o Webhook\",\"ETcU7q\":\"Falha ao oferecer lugar\",\"5670b9\":\"Falha ao oferecer bilhetes\",\"e5KIbI\":\"Falha ao reativar a data\",\"7zyx8a\":\"Falha ao remover da lista de espera\",\"A/P7PX\":\"Falha ao remover a personalização\",\"ogWc1z\":\"Falha ao reabrir a data\",\"0+iwE5\":\"Falha ao reordenar perguntas\",\"EJPAcd\":\"Falha ao reenviar confirmação do pedido\",\"DjSbj3\":\"Falha ao reenviar bilhete\",\"YQ3QSS\":\"Falha ao reenviar código de verificação\",\"wDioLj\":\"Falha ao tentar novamente o trabalho\",\"DKYTWG\":\"Falha ao tentar novamente os trabalhos\",\"WRREqF\":\"Falha ao guardar a personalização\",\"sj/eZA\":\"Falha ao guardar o preço personalizado\",\"780n8A\":\"Falha ao guardar as definições do produto\",\"zTkTF3\":\"Falha ao salvar modelo\",\"l6acRV\":\"Falha ao guardar as definições de IVA. Por favor, tente novamente.\",\"T6B2gk\":\"Falha ao enviar mensagem. Por favor, tente novamente.\",\"lKh069\":\"Falha ao iniciar a exportação\",\"t/KVOk\":\"Falha ao iniciar a personificação. Por favor, tente novamente.\",\"QXgjH0\":\"Falha ao parar a personificação. Por favor, tente novamente.\",\"i0QKrm\":\"Falha ao atualizar afiliado\",\"NNc33d\":\"Falha ao atualizar a resposta.\",\"E9jY+o\":\"Falha ao atualizar participante\",\"uQynyf\":\"Falha ao atualizar configuração\",\"i2PFQJ\":\"Falha ao atualizar o estado do evento\",\"EhlbcI\":\"Falha ao atualizar nível de mensagens\",\"rpGMzC\":\"Falha ao atualizar pedido\",\"T2aCOV\":\"Falha ao atualizar o estado do organizador\",\"Eeo/Gy\":\"Falha ao atualizar configuração\",\"kqA9lY\":\"Falha ao atualizar configurações de IVA\",\"nkNfWu\":\"Falha ao enviar imagem. Por favor, tente novamente.\",\"rxy0tG\":\"Falha ao verificar email\",\"QRUpCk\":\"Família\",\"5LO38w\":\"Pagamentos rápidos para o seu banco\",\"4lgLew\":\"Fevereiro\",\"9bHCo2\":\"Moeda da taxa\",\"/sV91a\":\"Gestão de taxas\",\"K4dKSP\":\"Taxa personalizada guardada\",\"LyUWXA\":\"Taxas ignoradas\",\"cf35MA\":\"Festival\",\"pAey+4\":\"O ficheiro é demasiado grande. O tamanho máximo é 5MB.\",\"VejKUM\":\"Preencha primeiro os seus dados acima\",\"/n6q8B\":\"Cinema\",\"L1qbUx\":\"Filtrar participantes\",\"8OvVZZ\":\"Filtrar Participantes\",\"N/H3++\":\"Filtrar por data\",\"mvrlBO\":\"Filtrar por evento\",\"g+xRXP\":\"Terminar a configuração do Stripe\",\"LHH461\":\"Concluir configuração\",\"syyeb9\":\"Primeiro\",\"Vj6wk9\":\"Primeiros 30 dias\",\"/bpZYb\":\"Primeiros 7 dias\",\"ziEnjY\":\"Primeiros 90 dias\",\"1vBhpG\":\"Primeiro participante\",\"4pwejF\":\"O primeiro nome é obrigatório\",\"rVogsf\":\"Corrija os problemas para publicar\",\"3lkYdQ\":\"Taxa fixa\",\"6bBh3/\":\"Taxa Fixa\",\"zWqUyJ\":\"Taxa fixa cobrada por transação\",\"LWL3Bs\":\"A taxa fixa deve ser 0 ou maior\",\"0RI8m4\":\"Flash desligado\",\"q0923e\":\"Flash ligado\",\"X+U6/w\":\"Família de tipos de letra\",\"lWxAUo\":\"Comida e bebida\",\"nFm+5u\":\"Texto do Rodapé\",\"sQv06Y\":\"por\",\"NTzcRQ\":\"Por um número de datas\",\"a8nooQ\":\"Quarto\",\"xVhQZV\":\"Sex\",\"39y5bn\":\"Sexta-feira\",\"ejVYRQ\":\"De\",\"hGDVDa\":[\"Desde \",[\"0\"]],\"+dBe1R\":[\"A partir de \",[\"start\"]],\"1dv+MO\":[\"de \",[\"start\"],\" até \",[\"end\"]],\"l82hjf\":[\"a partir de \",[\"start\"],\", por \",[\"count\"],\" datas\"],\"f5UbZ0\":\"Propriedade total dos dados\",\"cfvx/y\":\"Evento completo\",\"MY2SVM\":\"Reembolso total\",\"PGQLdy\":\"futuras\",\"8N/j1s\":\"Apenas datas futuras\",\"yRx/6K\":\"As datas futuras serão copiadas com a capacidade reposta a zero\",\"T02gNN\":\"Admissão Geral\",\"3ep0Gx\":\"Informações gerais sobre seu organizador\",\"ziAjHi\":\"Gerar\",\"exy8uo\":\"Gerar código\",\"4CETZY\":\"Obter direções\",\"pjkEcB\":\"Receber pagamentos\",\"lGYzP6\":\"Receba pagamentos com o Stripe\",\"ZDIydz\":\"Começar\",\"u6FPxT\":\"Obter Bilhetes\",\"2ohvu7\":\"Texto do botão Obter Bilhetes\",\"8KDgYV\":\"Prepare seu evento\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Voltar\",\"sr0UJD\":\"Voltar\",\"oNL5vN\":\"Ir para a página do evento\",\"gHSuV/\":\"Ir para a página inicial\",\"8+Cj55\":\"Ir para o calendário\",\"6nDzTl\":\"Boa legibilidade\",\"76gPWk\":\"Entendido\",\"CZXzs4\":\"Grego\",\"aGWZUr\":\"Receita bruta\",\"n8IUs7\":\"Receita Bruta\",\"O1wAlQ\":\"Convidado\",\"LIYoRQ\":\"Gestão de convidados\",\"NUsTc4\":\"A decorrer agora\",\"S2Y4aO\":\"Eliminação definitiva\",\"kTSQej\":[\"Olá \",[\"0\"],\", gerencie sua plataforma daqui.\"],\"URTkcd\":\"Ajude-nos a melhorar dizendo-nos porque está a sair\",\"dORAcs\":\"Aqui estão todos os ingressos associados ao seu endereço de e-mail.\",\"g+2103\":\"Aqui está o seu link de afiliado\",\"bVsnqU\":\"Olá,\",\"/iE8xx\":\"Taxa Hi.Events\",\"zppscQ\":\"Taxas da plataforma Hi.Events e discriminação do IVA por transação\",\"D+zLDD\":\"Oculto\",\"cZO505\":[\"Oculto — as vendas terminaram a \",[\"end\"],\".\"],\"DRErHC\":\"Oculto para participantes - visível apenas para organizadores\",\"9zfvsx\":\"Oculto para todos\",\"nMfkJW\":\"Oculto para todos — o interruptor principal de ocultação está ativo.\",\"NNnsM0\":\"Ocultar opções avançadas\",\"P+5Pbo\":\"Ocultar respostas\",\"VMlRqi\":\"Ocultar detalhes\",\"NQgWuh\":\"Ocultar pré-visualização\",\"uXNYjR\":\"Ocultar datas e horários esgotados\",\"g9RcYX\":\"Ocultar a data\",\"uMwTx7\":\"Ocultar esta categoria?\",\"LLt2UT\":\"Oculta os esgotados\",\"gtEbeW\":\"Destacar\",\"NF8sdv\":\"Mensagem de destaque\",\"MXSqmS\":\"Destacar este produto\",\"7ER2sc\":\"Destacado\",\"sq7vjE\":\"Os produtos destacados terão uma cor de fundo diferente para se destacarem na página do evento.\",\"1+WSY1\":\"Passatempos\",\"yY8wAv\":\"Horas\",\"49Tkiw\":\"Como é aplicado o desconto?\",\"sy9anN\":\"Quanto tempo um cliente tem para concluir a compra após receber uma oferta. Deixe vazio para sem limite de tempo.\",\"cceMns\":\"Como o IVA é aplicado às taxas de plataforma que lhe cobramos.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Húngaro\",\"8Wgd41\":\"Reconheço as minhas responsabilidades como responsável pelo tratamento de dados\",\"O8m7VA\":\"Concordo em receber notificações por email relacionadas com este evento\",\"YLgdk5\":\"Confirmo que esta é uma mensagem transacional relacionada com este evento\",\"4/kP5a\":\"Se uma nova aba não abriu automaticamente, clique no botão abaixo para continuar para o pagamento.\",\"W/eN+G\":\"Se em branco, o endereço será utilizado para gerar um link do Google Maps\",\"CY3yHL\":\"Se selecionado, esta categoria ficará oculta do público.\",\"iIEaNB\":\"Se tem uma conta connosco, receberá um email com instruções sobre como redefinir a sua senha.\",\"an5hVd\":\"Imagens\",\"tSVr6t\":\"Personificar\",\"TWXU0c\":\"Personificar utilizador\",\"5LAZwq\":\"Personificação iniciada\",\"IMwcdR\":\"Personificação parada\",\"0I0Hac\":\"Aviso importante\",\"yD3avI\":\"Importante: Alterar o seu endereço de e-mail atualizará o link de acesso a este pedido. Será redirecionado para o novo link do pedido após guardar.\",\"jT142F\":[\"Em \",[\"diffHours\"],\" horas\"],\"OoSyqO\":[\"Em \",[\"diffMinutes\"],\" minutos\"],\"PdMhEx\":[\"nos últimos \",[\"0\"],\" min\"],\"u7r0G5\":\"Presencial — indique um local\",\"/LCAwL\":\"Em curso\",\"5gTmFD\":\"taxas incl.\",\"laL+R0\":\"taxas e impostos incl.\",\"cXeh90\":\"impostos incl.\",\"pxFAp/\":\"Aumentar\",\"nQMUIO\":\"Aumentar quantidade\",\"F1Xp97\":\"Participantes individuais\",\"85e6zs\":\"Inserir token Liquid\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Pagamentos Stripe instantâneos\",\"nbfdhU\":\"Integrações\",\"I8eJ6/\":\"Notas internas no bilhete do participante\",\"B2Tpo0\":\"Email inválido\",\"5tT0+u\":\"Formato de email inválido\",\"f9WRpE\":\"Tipo de ficheiro inválido. Por favor, carregue uma imagem.\",\"tnL+GP\":\"Sintaxe Liquid inválida. Por favor, corrija-a e tente novamente.\",\"N9JsFT\":\"Formato de número de IVA inválido\",\"g+lLS9\":\"Convidar um membro da equipe\",\"1z26sk\":\"Convidar membro da equipe\",\"KR0679\":\"Convidar membros da equipe\",\"aH6ZIb\":\"Convide sua equipe\",\"Dn4OyV\":\"Convidado\",\"IuMGvq\":\"Fatura\",\"a/bUcL\":\"Realiza-se em mais do que uma data\",\"d+Oe9r\":\"Pode ter sido despublicado ou removido. Verifique a ligação e tente novamente.\",\"Lj7sBL\":\"Italiano\",\"F5/CBH\":\"item(ns)\",\"BzfzPK\":\"Itens\",\"rjyWPb\":\"Janeiro\",\"KmWyx0\":\"Trabalho\",\"o5r6b2\":\"Trabalho eliminado\",\"cd0jIM\":\"Detalhes do trabalho\",\"ruJO57\":\"Nome do trabalho\",\"YZi+Hu\":\"Trabalho em fila para nova tentativa\",\"nCywLA\":\"Participe de qualquer lugar\",\"SNzppu\":\"Juntar-se à lista de espera\",\"dLouFI\":[\"Entrar na lista de espera para \",[\"productDisplayName\"]],\"2gMuHR\":\"Inscrito\",\"u4ex5r\":\"Julho\",\"zeEQd/\":\"Junho\",\"MxjCqk\":\"Apenas procurando seus ingressos?\",\"xOTzt5\":\"agora mesmo\",\"0RihU9\":\"Acabou de terminar\",\"Brhs/U\":\"Manter ligação\",\"4OjqAQ\":\"Continuar a editar\",\"lwO5vw\":[\"Seja breve — os banners mostram uma única linha. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Mantenha-me atualizado sobre notícias e eventos de \",[\"0\"]],\"ioFA9i\":\"Fique com o lucro.\",\"C/pOUI\":\"Etiqueta — p. ex. Sessão da manhã\",\"o66QSP\":\"atualizações de etiqueta\",\"RtKKbA\":\"Último\",\"DruLRc\":\"Últimos 14 dias\",\"ve9JTU\":\"O apelido é obrigatório\",\"h0Q9Iw\":\"Última resposta\",\"gw3Ur5\":\"Última ativação\",\"FIq1Ba\":\"Mais tarde\",\"xvnLMP\":\"Últimos check-ins\",\"GGFOZD\":\"Deixe «De» como hoje para começar de imediato.\",\"N5TErv\":\"Deixe vazio para ilimitado\",\"L/hDDD\":\"Deixe vazio para aplicar esta lista de check-in a todas as datas\",\"9Pf3wk\":\"Deixe ativo para abranger todos os bilhetes do evento. Desative para escolher bilhetes específicos.\",\"Hq2BzX\":\"Informe-os da alteração\",\"+uexiy\":\"Informe-os das alterações\",\"exYcTF\":\"Biblioteca\",\"1njn7W\":\"Claro\",\"1qY5Ue\":\"Link expirado ou inválido\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Links permitidos\",\"2BBAbc\":\"Lista\",\"dF6vP6\":\"Ao vivo\",\"fpMs2Z\":\"AO VIVO\",\"D9zTjx\":\"Eventos ao Vivo\",\"a37vfH\":\"Pré-visualização em direto\",\"C33p4q\":\"Datas carregadas\",\"WdmJIX\":\"Carregando pré-visualização...\",\"IoDI2o\":\"Carregando tokens...\",\"G3Ge9Z\":\"A carregar registos de webhook...\",\"NFxlHW\":\"Carregando webhooks\",\"E0DoRM\":\"Localização eliminada\",\"7w8lJU\":\"Localização guardada\",\"YsRXDD\":\"Localização atualizada\",\"A/kIva\":\"atualizações de local\",\"iyZPPR\":\"localizações\",\"VppBoU\":\"Localizações\",\"iG7KNr\":\"Logotipo\",\"vu7ZGG\":\"Logo e Capa\",\"gddQe0\":\"Logo e imagem de capa para seu organizador\",\"TBEnp1\":\"O logo será exibido no cabeçalho\",\"Jzu30R\":\"O logotipo será exibido no bilhete\",\"PSRm6/\":\"Procurar os meus bilhetes\",\"yJFu/X\":\"Escritório principal\",\"v5nFPh\":\"Torne-o visível para que as pessoas possam comprar bilhetes\",\"cdY2at\":[\"Gerir \",[\"0\"]],\"wZJfA8\":\"Faça a gestão das datas e horários do seu evento recorrente\",\"RlzPUE\":\"Gerir no Stripe\",\"sjoDuh\":\"Gerir calendário\",\"6NXJRK\":\"Gerir calendário\",\"zXuaxY\":\"Gerir a lista de espera do seu evento, ver estatísticas e oferecer bilhetes aos participantes.\",\"g2npA5\":\"Oferta manual\",\"hg6l4j\":\"Março\",\"pqRBOz\":\"Marcar como validado (exceção de administrador)\",\"2L3vle\":\"Máx. mensagens / 24h\",\"Qp4HWD\":\"Máx. destinatários / mensagem\",\"7qu2YV\":[\"Máximo de \",[\"cap\"],\" por encomenda\"],\"3JzsDb\":\"Maio\",\"agPptk\":\"Meio\",\"xDAtGP\":\"Mensagem\",\"bECJqy\":\"Mensagem aprovada com sucesso\",\"1jRD0v\":\"Enviar mensagens aos participantes com tickets específicos\",\"uQLXbS\":\"Mensagem cancelada\",\"48rf3i\":\"A mensagem não pode exceder 5000 caracteres\",\"ZPj0Q8\":\"Detalhes da mensagem\",\"Vjat/X\":\"A mensagem é obrigatória\",\"0/yJtP\":\"Enviar mensagem para proprietários de pedidos com produtos específicos\",\"saG4At\":\"Mensagem agendada\",\"mFdA+i\":\"Nível de mensagens\",\"v7xKtM\":\"Nível de mensagens atualizado com sucesso\",\"/VRn+9\":[\"Mín. \",[\"min\"],\" por pedido\"],\"H9HlDe\":\"minutos\",\"agRWc1\":\"Minutos\",\"FfPWR0\":\"Modal\",\"zz/Wd/\":\"Modo\",\"fpMgHS\":\"Seg\",\"hty0d5\":\"Segunda-feira\",\"JbIgPz\":\"Os valores monetários são totais aproximados em todas as moedas\",\"qvF+MT\":\"Monitorar e gerir trabalhos de fundo falhados\",\"kY2ll9\":\"mês\",\"HajiZl\":\"Mês\",\"+8Nek/\":\"Mensal\",\"6jefe3\":\"meses\",\"f8jrkd\":\"mais\",\"JcD7qf\":\"Mais ações\",\"w36OkR\":\"Eventos mais vistos (Últimos 14 dias)\",\"+Y/na7\":\"Antecipar ou adiar todas as datas\",\"3DIpY0\":\"Vários locais\",\"g9cQCP\":\"Vários tipos de bilhete\",\"GfaxEk\":\"Música\",\"oVGCGh\":\"Meus Ingressos\",\"8/brI5\":\"O nome é obrigatório\",\"sFFArG\":\"O nome deve ter menos de 255 caracteres\",\"Bst+aq\":\"Precisa de mudar de conta Stripe? Desligue esta.\",\"xxU3NX\":\"Receita Líquida\",\"7I8LlL\":\"Nova capacidade\",\"n1GRql\":\"Nova etiqueta\",\"y0Fcpd\":\"Nova localização\",\"ArHT/C\":\"Novos registos\",\"uK7xWf\":\"Novo horário:\",\"g8JmSC\":\"Mês seguinte\",\"veT5Br\":\"Data seguinte\",\"WXtl5X\":[\"Seguinte: \",[\"nextFormatted\"]],\"eWRECP\":\"Vida noturna\",\"HSw5l3\":\"Não - Sou um particular ou empresa não registada para IVA\",\"VHfLAW\":\"Sem contas\",\"+jIeoh\":\"Nenhuma conta encontrada\",\"074+X8\":\"Nenhum webhook ativo\",\"zxnup4\":\"Sem afiliados para mostrar\",\"hUHrkV\":\"Ainda não há anúncios\",\"Dwf4dR\":\"Ainda não há perguntas para participantes\",\"th7rdT\":\"Sem participantes para mostrar\",\"PKySlW\":\"Ainda não há participantes para esta data.\",\"/UC6qk\":\"Nenhum dado de atribuição encontrado\",\"E2vYsO\":\"O Stripe ainda não comunicou quaisquer funcionalidades.\",\"amMkpL\":\"Sem capacidade\",\"d2Jf1f\":\"Sem alterações\",\"99ntUF\":\"Nenhuma lista de check-in disponível para este evento.\",\"wG+knX\":\"Ainda não há check-ins\",\"+dAKxg\":\"Nenhuma configuração encontrada\",\"LiLk8u\":\"Não há ligações disponíveis\",\"eb47T5\":\"Nenhum dado encontrado para os filtros selecionados. Tente ajustar o período ou a moeda.\",\"Zc216S\":\"Nenhuma data adicionada\",\"I8mtzP\":\"Não há datas disponíveis este mês. Experimente outro mês.\",\"yDukIL\":\"Nenhuma data corresponde aos filtros atuais.\",\"B7phdj\":\"Nenhuma data corresponde aos seus filtros\",\"/ZB4Um\":\"Nenhuma data corresponde à sua pesquisa\",\"OtJSnL\":\"Sem datas agendadas\",\"gEdNe8\":\"Ainda não há datas agendadas\",\"w+wkcC\":\"Nenhum pedido de eliminação encontrado\",\"pZNOT9\":\"Sem data de fim\",\"dW40Uz\":\"Nenhum evento encontrado\",\"8pQ3NJ\":\"Nenhum evento a iniciar nas próximas 24 horas\",\"8zCZQf\":\"Nenhum evento ainda\",\"Yc5YW6\":\"Sem trabalhos falhados\",\"EpvBAp\":\"Sem fatura\",\"N+9Onb\":\"Sem limites\",\"XZkeaI\":\"Nenhum registro encontrado\",\"IcAC6J\":\"Nenhum tipo de letra correspondente\",\"nrSs2u\":\"Nenhuma mensagem encontrada\",\"Rj99yx\":\"Não há datas disponíveis\",\"IFU1IG\":\"Não há datas neste dia\",\"OVFwlg\":\"Ainda não há perguntas de pedido\",\"EJ7bVz\":\"Nenhum pedido encontrado\",\"NEmyqy\":\"Nenhum pedido ainda\",\"a77B6w\":\"Ainda não há pedidos para esta data.\",\"wUv5xQ\":\"Sem atividade de organizador nos últimos 14 dias\",\"vLd1tV\":\"Não há contexto de organizador disponível.\",\"B7w4KY\":\"Nenhum outro organizador disponível\",\"PChXMe\":\"Sem pedidos pagos\",\"6jYQGG\":\"Nenhum evento passado\",\"CHzaTD\":\"Sem eventos populares nos últimos 14 dias\",\"zK/+ef\":\"Nenhum produto disponível para seleção\",\"M1/lXs\":\"Não há produtos configurados para este evento.\",\"kY7XDn\":\"Nenhum produto tem entradas na lista de espera\",\"8mw4tm\":\"Mensagem de ausência de produtos\",\"wYiAtV\":\"Sem registos de contas recentes\",\"UW90md\":\"Nenhum destinatário encontrado\",\"QoAi8D\":\"Sem resposta\",\"JeO7SI\":\"Sem resposta\",\"EK/G11\":\"Ainda sem respostas\",\"AxPAXW\":\"Nenhum resultado encontrado\",\"59OWd3\":\"Sem localizações guardadas\",\"mPdY6W\":\"Sem sugestões\",\"3sRuiW\":\"Nenhum ingresso encontrado\",\"debCrL\":\"Sem bilhetes para vender\",\"k2C0ZR\":\"Não há datas futuras\",\"yM5c0q\":\"Nenhum evento futuro\",\"qpC74J\":\"Nenhum utilizador encontrado\",\"8wgkoi\":\"Sem eventos vistos nos últimos 14 dias\",\"Arzxc1\":\"Sem inscrições na lista de espera\",\"n5vdm2\":\"Nenhum evento de webhook foi registrado para este endpoint ainda. Os eventos aparecerão aqui assim que forem acionados.\",\"4GhX3c\":\"Nenhum Webhook\",\"4+am6b\":\"Não, manter-me aqui\",\"4JVMUi\":\"não editadas\",\"ACaDVQ\":\"Ainda nenhum\",\"Itw24Q\":\"Sem check-in\",\"x5+Lcz\":\"Não Registado\",\"8n10sz\":\"Não Elegível\",\"kLvU3F\":\"Notificar os participantes e parar as vendas\",\"t9QlBd\":\"Novembro\",\"kAREMN\":\"Número de datas a criar\",\"6u1B3O\":\"Data\",\"mmoE62\":\"Data cancelada\",\"V9flmL\":\"Calendário de datas\",\"Kh3WO8\":\"Resumo da data\",\"byXCTu\":\"Datas\",\"KATw3p\":\"Datas (apenas futuras)\",\"85rTR2\":\"As datas podem ser configuradas depois da criação\",\"dzQfDY\":\"Outubro\",\"BwJKBw\":\"de\",\"GQnX9d\":\"de cada mês\",\"az8lvo\":\"Desligado\",\"9h7RDh\":\"Oferecer\",\"EfK2O6\":\"Oferecer lugar\",\"3sVRey\":\"Oferecer bilhetes\",\"2O7Ybb\":\"Tempo limite da oferta\",\"1jUg5D\":\"Oferecido\",\"l+/HS6\":[\"As ofertas expiram após \",[\"timeoutHours\"],\" horas.\"],\"6Aih4U\":\"Offline\",\"Fdp03t\":\"a\",\"Z5HWHd\":\"Ligado\",\"TH5A28\":[\"em \",[\"dayList\"]],\"qiMtVT\":[\"a \",[\"day\"],\" de \",[\"month\"]],\"nO3VbP\":[\"Em promoção \",[\"0\"]],\"pPAGSK\":[\"no \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"Na página do evento\",\"H7stQC\":\"Na lista de espera\",\"oXOSPE\":\"Online\",\"aqmy5k\":\"Online — indique os dados de ligação\",\"LuZBbx\":\"Online e presencial\",\"IXuOqt\":\"Online e presencial — ver o calendário\",\"WjSpu5\":\"Evento online\",\"wCRLS9\":[\"Apenas \",[\"cap\"],\" disponíveis\"],\"scPxI/\":[\"Apenas \",[\"capacity\"],\" restantes\"],\"Gk0+G6\":\"Só o nome é obrigatório — tudo o resto tem predefinições sensatas\",\"NdOxqr\":\"Apenas os administradores da conta podem eliminar ou arquivar eventos. Contacte o administrador da sua conta para obter ajuda.\",\"rnoDMF\":\"Apenas os administradores da conta podem eliminar ou arquivar organizadores. Contacte o administrador da sua conta para obter ajuda.\",\"tnx0u1\":\"Disponível apenas como complemento\",\"z4JBd7\":\"Apenas os anúncios publicados são mostrados aos utilizadores\",\"bU7oUm\":\"Enviar apenas para pedidos com esses status\",\"wkpaqp\":\"Mostrar apenas a data e hora de início\",\"chktt5\":\"Só é apresentado como complemento dos produtos a que está associado\",\"Y4HHYW\":\"Só é apresentado como complemento dos produtos a que está associado.\",\"Z82In9\":\"Apenas o proprietário da conta pode pedir a eliminação da conta.\",\"DMk8F0\":\"Só os bilhetes contam para a capacidade\",\"+/Z3yr\":\"Visível apenas para compradores com um código promocional aplicável.\",\"M2w1ni\":\"Apenas visível com código promocional\",\"y8Bm7C\":\"Abrir check-in\",\"RLz7P+\":\"Abrir data\",\"iMqrOb\":\"Chamada à ação opcional\",\"cDSdPb\":\"Alcunha opcional mostrada nos seletores, p. ex. \\\"Sala de conferências\\\"\",\"HXMJxH\":\"Texto opcional para avisos legais, informações de contacto ou notas de agradecimento (apenas uma linha)\",\"L565X2\":\"opções\",\"8m9emP\":\"ou adicione uma única data\",\"eBskDE\":\"Ou ative os pagamentos offline e desative o Stripe\",\"dSeVIm\":\"pedido\",\"c/TIyD\":\"Pedido e Bilhete\",\"H5qWhm\":\"Pedido cancelado\",\"b6+Y+n\":\"Pedido concluído\",\"x4MLWE\":\"Confirmação do pedido\",\"CsTTH0\":\"Confirmação do pedido reenviada com sucesso\",\"ppuQR4\":\"Pedido criado\",\"xtQzag\":\"Detalhes do pedido\",\"vrSW9M\":\"O pedido foi cancelado e reembolsado. O proprietário do pedido foi notificado.\",\"rzw+wS\":\"Titulares de encomendas\",\"oI/hGR\":\"ID do Pedido\",\"m8vQEP\":\"Limites do pedido\",\"vu6Arl\":\"Pedido marcado como pago\",\"sLbJQz\":\"Pedido não encontrado\",\"kvYpYu\":\"Pedido não encontrado\",\"eJ8SvM\":\"Número do pedido, data de compra, e-mail do comprador\",\"FaPYw+\":\"Proprietário do pedido\",\"eB5vce\":\"Proprietários de pedidos com um produto específico\",\"CxLoxM\":\"Proprietários de pedidos com produtos\",\"UkHo4c\":\"Ref. pedido\",\"EZy55F\":\"Pedido reembolsado\",\"6eSHqs\":\"Status dos pedidos\",\"oW5877\":\"Total do pedido\",\"e7eZuA\":\"Pedido atualizado\",\"1SQRYo\":\"Pedido atualizado com sucesso\",\"3NT0Ck\":\"O pedido foi cancelado\",\"V5khLm\":\"pedidos\",\"sd5IMt\":\"Encomendas concluídas\",\"5It1cQ\":\"Pedidos exportados\",\"UQ0ACV\":\"Total de encomendas\",\"B/EBQv\":\"Encomendas:\",\"qtGTNu\":\"Contas orgânicas\",\"P/JHA4\":\"Organizador arquivado com sucesso\",\"S3CZ5M\":\"Painel do organizador\",\"GzjTd0\":\"Organizador eliminado com sucesso\",\"SQqJd8\":\"Organizador não encontrado\",\"HF8Bxa\":\"Organizador restaurado com sucesso\",\"wpj63n\":\"Configurações do organizador\",\"o1my93\":\"Falha ao atualizar o status do organizador. Por favor, tente novamente mais tarde.\",\"rLHma1\":\"Status do organizador atualizado\",\"LqBITi\":\"O modelo do organizador/padrão será usado\",\"q4zH+l\":\"Organizadores\",\"/IX/7x\":\"Outro\",\"RsiDDQ\":\"Outras Listas (Bilhete Não Incluído)\",\"EufvBx\":\"Resultado\",\"aDfajK\":\"Ar livre\",\"qMASRF\":\"Mensagens de saída\",\"iCOVQO\":\"Personalização\",\"GpFTEc\":\"Personalizar as taxas deste organizador\",\"M9ZhMP\":\"Personalizar preço\",\"cnVIpl\":\"Personalização removida\",\"6/dCYd\":\"Visão geral\",\"6WdDG7\":\"Página\",\"8uqsE5\":\"Página já não disponível\",\"QkLf4H\":\"URL da página\",\"sF+Xp9\":\"Visualizações de página\",\"v4nCHK\":\"Pago\",\"c+suC6\":\"Contas pagas\",\"5F7SYw\":\"Reembolso parcial\",\"fFYotW\":[\"Parcialmente reembolsado: \",[\"0\"]],\"i8day5\":\"Passar taxa para o comprador\",\"k4FLBQ\":\"Passar para o comprador\",\"Ff0Dor\":\"Passado\",\"BFjW8X\":\"Em atraso\",\"xTPjSy\":\"Eventos passados\",\"/l/ckQ\":\"Cole a URL\",\"URAE3q\":\"Pausado\",\"4fL/V7\":\"Pagar\",\"W5l9HD\":\"Pague o que quiser\",\"c2/9VE\":\"Payload\",\"5cxUwd\":\"Data de pagamento\",\"ENEPLY\":\"Método de pagamento\",\"8Lx2X7\":\"Pagamento recebido\",\"fx8BTd\":\"Pagamentos não disponíveis\",\"C+ylwF\":\"Pagamentos\",\"UbRKMZ\":\"Pendente\",\"UkM20g\":\"Revisão pendente\",\"dPYu1F\":\"Por participante\",\"mQV/nJ\":\"por min\",\"+kvxv+\":\"por encomenda\",\"VlXNyK\":\"Por pedido\",\"NhuGd7\":\"por produto\",\"hauDFf\":\"Por bilhete\",\"mnF83a\":\"Taxa Percentual\",\"TNLuRD\":\"Taxa percentual (%)\",\"MixU2P\":\"A percentagem deve estar entre 0 e 100\",\"MkuVAZ\":\"Percentagem do valor da transação\",\"/Bh+7r\":\"Desempenho\",\"/4mGVp\":\"Eliminar permanentemente esta conta\",\"dGdKgQ\":\"Eliminar permanentemente esta conta e os seus dados.\",\"fIp56F\":\"Eliminar permanentemente este evento e todos os dados associados.\",\"nJeeX7\":\"Eliminar permanentemente este organizador e todos os seus eventos.\",\"wfCTgK\":\"Remover esta data definitivamente\",\"6kPk3+\":\"Informações pessoais\",\"zmwvG2\":\"Telefone\",\"tSR/oe\":\"Escolha uma data de fim\",\"e8kzpp\":\"Escolha pelo menos um dia do mês\",\"35C8QZ\":\"Escolha pelo menos um dia da semana\",\"kJmAsd\":\"Escolha dias para ver as suas datas.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Efetuado\",\"wBJR8i\":\"Planejando um evento?\",\"J3lhKT\":\"Taxa da plataforma\",\"RD51+P\":[\"Taxa da plataforma de \",[\"0\"],\" deduzida do seu pagamento\"],\"br3Y/y\":\"Taxas da plataforma\",\"3buiaw\":\"Relatório de taxas da plataforma\",\"kv9dM4\":\"Receitas da plataforma\",\"PJ3Ykr\":\"Consulte o novo horário no seu bilhete. Os seus bilhetes continuam válidos — não precisa de fazer nada, a não ser que os novos horários não lhe sirvam. Responda a este e-mail se tiver dúvidas.\",\"OtjenF\":\"Por favor, introduza um endereço de e-mail válido\",\"jEw0Mr\":\"Por favor, insira uma URL válida\",\"n8+Ng/\":\"Por favor, introduza o código de 5 dígitos\",\"r+lQXT\":\"Por favor, insira o seu número de IVA\",\"Dvq0wf\":\"Por favor, forneça uma imagem.\",\"2cUopP\":\"Por favor, reinicie o processo de compra.\",\"GoXxOA\":\"Selecione uma data e um horário\",\"8KmsFa\":\"Por favor, selecione um intervalo de datas\",\"EFq6EG\":\"Por favor, selecione uma imagem.\",\"fuwKpE\":\"Por favor, tente novamente.\",\"klWBeI\":\"Por favor, aguarde antes de solicitar outro código\",\"hfHhaa\":\"Por favor, aguarde enquanto preparamos os seus afiliados para exportação...\",\"o+tJN/\":\"Por favor, aguarde enquanto preparamos seus participantes para exportação...\",\"+5Mlle\":\"Por favor, aguarde enquanto preparamos seus pedidos para exportação...\",\"trnWaw\":\"Polaco\",\"luHAJY\":\"Eventos populares (Últimos 14 dias)\",\"p/78dY\":\"Posição\",\"OESu7I\":\"Evite sobrevenda compartilhando estoque entre vários tipos de ingresso.\",\"NgVUL2\":\"Pré-visualizar formulário de checkout\",\"cs5muu\":\"Pré-visualizar página do evento\",\"1xwZj/\":\"Mês anterior\",\"Jm2AC3\":\"Escalão de preço\",\"a5jvSX\":\"Níveis de Preço\",\"aHCEmh\":\"Preços\",\"ReihZ7\":\"Pré-visualização de Impressão\",\"JnuPvH\":\"Imprimir Bilhete\",\"tYF4Zq\":\"Imprimir para PDF\",\"LcET2C\":\"Política de Privacidade\",\"8z6Y5D\":\"Processar reembolso\",\"JcejNJ\":\"A processar pedido\",\"EWCLpZ\":\"Produto criado\",\"XkFYVB\":\"Produto excluído\",\"YMwcbR\":\"Detalhamento das vendas de produtos, receitas e impostos\",\"ls0mTC\":\"As definições dos produtos não podem ser editadas em datas canceladas.\",\"2339ej\":\"Definições do produto guardadas com sucesso\",\"ldVIlB\":\"Produto atualizado\",\"CP3D8G\":\"Progresso\",\"JoKGiJ\":\"Código promocional\",\"dIodJL\":\"Código promocional obrigatório\",\"k3wH7i\":\"Uso de códigos promocionais e detalhamento de descontos\",\"tZqL0q\":\"códigos promocionais\",\"oCHiz3\":\"Códigos promocionais\",\"uEhdRh\":\"Apenas Promoção\",\"dLm8V5\":\"Emails promocionais podem resultar na suspensão da conta\",\"W0ETyY\":\"Indique pelo menos um campo de morada (local, rua, cidade ou país).\",\"2W/7Gz\":\"Forneça o seguinte antes da próxima análise do Stripe para que os pagamentos continuem.\",\"7d1a0d\":\"Público\",\"EEYbdt\":\"Publicar\",\"JcgJKc\":\"Publicar mesmo assim\",\"evDBV8\":\"Publicar evento\",\"2zEfOd\":\"Publique o seu evento\",\"u3wRF+\":\"Publicado\",\"L7nrC8\":\"Ao publicar, a página do seu evento torna-se pública e as inscrições são abertas.\",\"dsFmM+\":\"Adquirido\",\"JunetL\":\"Comprador\",\"phmeUH\":\"E-mail do comprador\",\"ywR4ZL\":\"Check-in por código QR\",\"oWXNE5\":\"Qtd.\",\"VbWX2u\":\"Quantidade\",\"biEyJ4\":\"Respostas às perguntas\",\"k/bJj0\":\"Perguntas reordenadas\",\"b24kPi\":\"Fila\",\"lTPqpM\":\"Dica rápida\",\"fqDzSu\":\"Taxa\",\"mnUGVC\":\"Limite de taxa excedido. Por favor, tente novamente mais tarde.\",\"t41hVI\":\"Reoferecer lugar\",\"TNclgc\":\"Reativar esta data? Será reaberta a vendas futuras.\",\"RENQ6j\":\"Pronto para publicar?\",\"uqoRbb\":\"Análises em tempo real\",\"jPSk57\":\"Motivo (opcional)\",\"xzRvs4\":[\"Receber atualizações de produtos do \",[\"0\"],\".\"],\"pLXbi8\":\"Registos de contas recentes\",\"M1HGuR\":\"Atividade recente\",\"3kJ0gv\":\"Participantes recentes\",\"qhfiwV\":\"Check-ins recentes\",\"S+0XMX\":\"Pedidos recentes\",\"Fi3b48\":\"Pedidos recentes\",\"7hPBBn\":\"destinatário\",\"jp5bq8\":\"destinatários\",\"yPrbsy\":\"Destinatários\",\"E1F5Ji\":\"Os destinatários ficam disponíveis após o envio da mensagem\",\"WEYdDv\":\"Recomendado\",\"wuhHPE\":\"Recorrente\",\"asLqwt\":\"Evento recorrente\",\"s3uzsK\":\"Definições de evento recorrente\",\"D0tAMe\":\"Eventos recorrentes\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Redirecionando para o Stripe...\",\"pnoTN5\":\"Contas de referência\",\"ACKu03\":\"Atualizar visualização\",\"vuFYA6\":\"Reembolsar todos os pedidos destas datas\",\"4cRUK3\":\"Reembolsar todos os pedidos desta data\",\"fKn/k6\":\"Valor do reembolso\",\"qY4rpA\":\"Reembolso falhou\",\"FaK/8G\":[\"Reembolsar pedido \",[\"0\"]],\"MGbi9P\":\"Reembolso pendente\",\"BDSRuX\":[\"Reembolsado: \",[\"0\"]],\"bU4bS1\":\"Reembolsos\",\"rYXfOA\":\"Configurações regionais\",\"5tl0Bp\":\"Perguntas de registro\",\"ZNo5k1\":\"Restante\",\"Bjh87R\":\"Remover a etiqueta de todas as datas\",\"IVZaEo\":\"Remove completamente as datas e horários esgotados da página do evento. Quando desativado, permanecem visíveis e são assinalados como esgotados.\",\"5Vkr/a\":\"Remover horário\",\"KkJtVK\":\"Reabrir à venda\",\"XJwWJp\":\"Reabrir esta data à venda? Os bilhetes cancelados anteriormente não serão restaurados — os participantes afetados continuam cancelados e os reembolsos já emitidos não são revertidos.\",\"RYlQY0\":\"Repetição\",\"CQeZT8\":\"Relatório não encontrado\",\"JEPMXN\":\"Solicitar novo link\",\"Yx0Ud8\":\"Pedido\",\"Wcv9QD\":\"Pedido por\",\"TMLAx2\":\"Obrigatório\",\"mdeIOH\":\"Reenviar código\",\"sQxe68\":\"Reenviar confirmação\",\"bxoWpz\":\"Reenviar e-mail de confirmação\",\"G42SNI\":\"Reenviar e-mail\",\"TTpXL3\":[\"Reenviar em \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Reenviar bilhete\",\"Uwsg2F\":\"Reservado\",\"8wUjGl\":\"Reservado até\",\"a5z8mb\":\"Repor o preço base\",\"kCn6wb\":\"A redefinir...\",\"ZlCDf+\":\"Resposta\",\"bsydMp\":\"Detalhes da resposta\",\"yKu/3Y\":\"Restaurar\",\"RokrZf\":\"Restaurar evento\",\"/JyMGh\":\"Restaurar organizador\",\"HFvFRb\":\"Restaure este evento para o tornar visível novamente.\",\"DDIcqy\":\"Restaure este organizador e torne-o ativo novamente.\",\"mO8KLE\":\"resultados\",\"6gRgw8\":\"Tentar novamente\",\"1BG8ga\":\"Tentar tudo novamente\",\"rDC+T6\":\"Tentar trabalho novamente\",\"CbnrWb\":\"Voltar ao evento\",\"Lf7TCn\":\"Os locais reutilizáveis aparecem aqui automaticamente à medida que cria eventos com moradas, e também pode adicionar os seus.\",\"mdQ0zb\":\"Locais reutilizáveis para os seus eventos. As localizações criadas a partir do preenchimento automático são guardadas aqui automaticamente.\",\"XFOPle\":\"Reutilizar\",\"1Zehp4\":\"Reutilize uma ligação Stripe de outro organizador desta conta.\",\"Oo/PLb\":\"Resumo de Receita\",\"CfuueU\":\"Revogar oferta\",\"Tpm2G9\":\"Duração\",\"dFFW9L\":[\"Promoção terminou \",[\"0\"]],\"loCKGB\":[\"Promoção termina \",[\"0\"]],\"wlfBad\":\"Período de Promoção\",\"qi81Jg\":\"O período de venda aplica-se a todas as datas do seu calendário. Para controlar preços e disponibilidade de datas específicas, use as personalizações na <0>página Calendário de datas.\",\"zpekWp\":[\"Promoção começa \",[\"0\"]],\"7s8z0X\":\"Período de venda\",\"mUv9U4\":\"Vendas\",\"9KnRdL\":\"As vendas estão pausadas\",\"JC3J0k\":\"Detalhe de vendas, presenças e check-ins por data\",\"3VnlS9\":\"Vendas, pedidos e métricas de desempenho para todos os eventos\",\"3Q1AWe\":\"Vendas:\",\"LeuERW\":\"Igual ao evento\",\"B4nE3N\":\"Preço do bilhete de exemplo\",\"8BRPoH\":\"Local Exemplo\",\"PiK6Ld\":\"Sáb\",\"+5kO8P\":\"Sábado\",\"zJiuDn\":\"Guardar taxa personalizada\",\"x1fMXJ\":\"Guardar programação\",\"KZrfYJ\":\"Salvar links sociais\",\"9Y3hAT\":\"Salvar modelo\",\"C8ne4X\":\"Guardar Design do Bilhete\",\"cTI8IK\":\"Guardar definições de IVA\",\"6/TNCd\":\"Guardar Definições de IVA\",\"4RvD9q\":\"Localização guardada\",\"cgw0cL\":\"Localizações guardadas\",\"Fbqm/I\":\"Guardar uma personalização cria uma configuração dedicada a este organizador, caso esteja a usar a predefinição do sistema.\",\"I+FvbD\":\"Digitalizar\",\"0zd6Nm\":\"Leia um bilhete para fazer o check-in de um participante\",\"bQG7Qk\":\"Os bilhetes lidos aparecem aqui\",\"WDYSLJ\":\"Modo de leitor\",\"gmB6oO\":\"Calendário\",\"qQTaVm\":\"Calendário adicionado\",\"j6NnBq\":\"Calendário criado com sucesso\",\"YP7frt\":\"O calendário termina a\",\"QS1Nla\":\"Agendar para mais tarde\",\"NAzVVw\":\"Agendar mensagem\",\"/rTL/5\":\"Pré-visualização da programação\",\"Fz09JP\":\"O calendário começa a\",\"4ba0NE\":\"Agendado\",\"4HKQZj\":\"Eliminação agendada\",\"qcP/8K\":\"Hora agendada\",\"A1taO8\":\"Pesquisar\",\"ftNXma\":\"Pesquisar afiliados...\",\"VMU+zM\":\"Pesquisar participantes\",\"VY+Bdn\":\"Pesquisar por nome da conta ou e-mail...\",\"VX+B3I\":\"Pesquisar por título do evento ou organizador...\",\"R0wEyA\":\"Pesquisar por nome do trabalho ou exceção...\",\"YnMfsK\":\"Pesquisar por nome ou morada...\",\"3yKuDu\":\"Pesquise por nome ou e-mail e selecione um ou mais\",\"VT+urE\":\"Pesquisar por nome ou e-mail...\",\"GHdjuo\":\"Pesquisar por nome, e-mail ou conta...\",\"4mBFO7\":\"Pesquisar por nome, n.º de pedido, n.º de bilhete ou e-mail\",\"20ce0U\":\"Pesquisar por ID do pedido, nome do cliente ou email...\",\"4DSz7Z\":\"Pesquisar por assunto, evento ou conta...\",\"gTUY97\":\"Pesquisar por título...\",\"nQC7Z9\":\"Pesquisar datas...\",\"iRtEpV\":\"Pesquisar datas…\",\"JRM7ao\":\"Pesquisar uma morada\",\"BWF1kC\":\"Pesquisar mensagens...\",\"5WYZKZ\":\"Resultados da pesquisa\",\"IG85fV\":\"Pesquise localizações guardadas ou encontre uma morada...\",\"Du+zn+\":\"A pesquisar...\",\"3aD3GF\":\"Sazonal\",\"ku//5b\":\"Segundo\",\"Mck5ht\":\"Checkout Seguro\",\"s7tXqF\":\"Ver calendário\",\"JFap6u\":\"Ver o que o Stripe ainda precisa\",\"6lGaum\":\"Visto\",\"p7xUrt\":\"Selecione uma categoria\",\"hTKQwS\":\"Selecionar data e hora\",\"Ps6Xtf\":\"Selecione uma data para ver os horários disponíveis\",\"e4L7bF\":\"Selecione uma mensagem para ver o seu conteúdo\",\"zPRPMf\":\"Selecionar um nível\",\"BFRSTT\":\"Selecionar Conta\",\"wgNoIs\":\"Selecionar tudo\",\"mCB6Je\":\"Selecionar tudo\",\"aCEysm\":[\"Selecionar tudo em \",[\"0\"]],\"a6+167\":\"Selecionar um evento\",\"4oT6dP\":\"Selecione pelo menos uma conta\",\"neCGH1\":\"Selecione pelo menos um utilizador\",\"CFbaPk\":\"Selecione o grupo de participantes\",\"88a49s\":\"Selecionar câmara\",\"tVW/yo\":\"Selecionar moeda\",\"SJQM1I\":\"Selecionar data\",\"n9ZhRa\":\"Selecione data e hora de término\",\"gTN6Ws\":\"Selecionar hora de fim\",\"0U6E9W\":\"Selecionar categoria do evento\",\"j9cPeF\":\"Selecionar tipos de eventos\",\"ypTjHL\":\"Selecionar uma data\",\"DHBGUX\":\"Selecionar produtos...\",\"KizCK7\":\"Selecione data e hora de início\",\"dJZTv2\":\"Selecionar hora de início\",\"x8XMsJ\":\"Selecione o nível de mensagens para esta conta. Isto controla os limites de mensagens e permissões de links.\",\"aT3jZX\":\"Selecionar fuso horário\",\"TxfvH2\":\"Selecione quais participantes devem receber esta mensagem\",\"Ropvj0\":\"Selecione quais eventos acionarão este webhook\",\"+6YAwo\":\"selecionado\",\"ylXj1N\":\"Selecionado\",\"uq3CXQ\":\"Esgote o seu evento.\",\"oBXbO4\":\"Vende um produto físico? Limite a quantidade na <0>página de produtos.\",\"j9b/iy\":\"Vendendo rápido 🔥\",\"73qYgo\":\"Enviar como teste\",\"HMAqFK\":\"Enviar e-mails para participantes, titulares de bilhetes ou proprietários de encomendas. As mensagens podem ser enviadas imediatamente ou agendadas para mais tarde.\",\"22Itl6\":\"Envie-me uma cópia\",\"NpEm3p\":\"Enviar agora\",\"nOBvex\":\"Envie dados de pedidos e participantes em tempo real para seus sistemas externos.\",\"1lNPhX\":\"Enviar email de notificação de reembolso\",\"eaUTwS\":\"Enviar link de redefinição\",\"5cV4PY\":\"Envie para todas as datas ou escolha uma específica\",\"QEQlnV\":\"Envie a sua primeira mensagem\",\"IoAuJG\":\"A enviar...\",\"h69WC6\":\"Enviado\",\"BVu2Hz\":\"Enviado por\",\"ZFa8wv\":\"Enviada aos participantes quando uma data agendada é cancelada\",\"SPdzrs\":\"Enviado aos clientes quando fazem um pedido\",\"LxSN5F\":\"Enviado a cada participante com os detalhes do seu ingresso\",\"hgvbYY\":\"Setembro\",\"5sN96e\":\"Sessão cancelada\",\"S9i0UC\":[\"sessões · \",[\"dateCount\"],\" datas × \",[\"timesPerDay\"],\" horários\"],\"89xaFU\":\"Defina as configurações padrão de taxa da plataforma para novos eventos criados sob este organizador.\",\"eXssj5\":\"Definir configurações predefinidas para novos eventos criados sob este organizador.\",\"uPe5p8\":\"Defina a duração de cada data\",\"ODuUEi\":\"Definir ou remover a etiqueta da data\",\"buHACR\":\"Defina a hora de fim de cada data com este intervalo após a hora de início.\",\"TaeFgl\":\"Definir como ilimitado (remover limite)\",\"pd6SSe\":\"Configure um calendário recorrente para criar datas automaticamente ou adicione-as uma a uma.\",\"s0FkEx\":\"Configure listas de check-in para diferentes entradas, sessões ou dias.\",\"TaWVGe\":\"Configurar pagamentos\",\"JA//e6\":\"Configurar calendário\",\"gzXY7l\":\"Configurar calendário\",\"0Ls9qe\":\"Defina os bilhetes que vai vender e os respetivos preços\",\"xMO+Ao\":\"Configure a sua organização\",\"5pEFnq\":\"Configure a sua programação\",\"zRRuUD\":\"Vai configurar o calendário nos passos seguintes\",\"ETC76A\":\"Definir, alterar ou remover o local ou os dados online da data\",\"C3htzi\":\"Configuração atualizada\",\"Ohn74G\":\"Configuração e design\",\"1W5XyZ\":\"A configuração demora apenas alguns minutos — não precisa de ter já uma conta Stripe. O Stripe trata de cartões, carteiras digitais, métodos de pagamento regionais e proteção antifraude, para que se possa concentrar no seu evento.\",\"GG7qDw\":\"Partilhar link de afiliado\",\"hL7sDJ\":\"Compartilhar página do organizador\",\"jy6QDF\":\"Gestão de capacidade compartilhada\",\"jDNHW4\":\"Deslocar horários\",\"tPfIaW\":[\"Horários deslocados para \",[\"count\"],\" data(s)\"],\"WwlM8F\":\"Mostrar opções avançadas\",\"cMW+gm\":[\"Mostrar todas as plataformas (\",[\"0\"],\" com valores)\"],\"wXi9pZ\":\"Mostrar as notas sobre participantes ao pessoal sem sessão iniciada\",\"4LZFir\":\"Mostrar todo o intervalo de datas\",\"UVPI5D\":\"Mostrar menos plataformas\",\"Eu/N/d\":\"Mostrar caixa de seleção de opt-in de marketing\",\"SXzpzO\":\"Mostrar caixa de seleção de opt-in de marketing por padrão\",\"b33PL9\":\"Mostrar mais plataformas\",\"Eut7p9\":\"Mostrar os detalhes do pedido ao pessoal sem sessão iniciada\",\"+RoWKN\":\"Mostrar as respostas às perguntas ao pessoal sem sessão iniciada\",\"jbcx6L\":\"Mostrar a capacidade restante nas datas do evento\",\"rXxBOx\":\"Mostrar a capacidade restante aos compradores\",\"t1LIQW\":[\"A mostrar \",[\"0\"],\" de \",[\"totalRows\"],\" registos\"],\"E717U9\":[\"A mostrar \",[\"0\"],\"–\",[\"1\"],\" de \",[\"2\"]],\"5rzhBQ\":[\"A mostrar \",[\"MAX_VISIBLE\"],\" de \",[\"totalAvailable\"],\" datas. Escreva para pesquisar.\"],\"WSt3op\":[\"A mostrar as primeiras \",[\"0\"],\" — as restantes \",[\"1\"],\" sessão(ões) continuam a ser abrangidas quando a mensagem for enviada.\"],\"o1UbOh\":\"Mostrado a saltar no topo do modal\",\"OJLTEL\":\"Apresentado ao pessoal na primeira vez que abre a página de check-in.\",\"lbfXEJ\":\"Mostra o restante\",\"jVRHeq\":\"Registado\",\"5C7J+P\":\"Evento único\",\"E//btK\":\"Ignorar datas editadas manualmente\",\"paESr6\":\"Eslovaco\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Social\",\"d0rUsW\":\"Links sociais\",\"j/TOB3\":\"Links sociais e site\",\"s9KGXU\":\"Vendido\",\"yp+0jj\":\"esgotado\",\"1hupow\":\"Esgotado, lista de espera disponível\",\"iACSrw\":\"Alguns detalhes não estão acessíveis publicamente. Inicie sessão para ver tudo.\",\"Dia6iz\":\"Ocorreu um erro ao eliminar a imagem. Tente novamente.\",\"KTxc6k\":\"Algo deu errado, tente novamente ou entre em contato com o suporte se o problema persistir\",\"lkE00/\":\"Algo correu mal. Por favor, tente novamente mais tarde.\",\"wdxz7K\":\"Fonte\",\"SzuJ5m\":\"Contas específicas\",\"/h8G1o\":\"Utilizadores específicos\",\"fDG2by\":\"Espiritualidade\",\"oPaRES\":\"Divida o check-in por dias, zonas ou tipos de bilhete. Partilhe a ligação com o pessoal — não precisam de conta.\",\"7JFNej\":\"Desporto\",\"/bfV1Y\":\"Instruções para o pessoal\",\"StWUH4\":\"Iniciar check-in\",\"JcQp9p\":\"Data e hora de início\",\"0m/ekX\":\"Data e hora de início\",\"izRfYP\":\"A data de início é obrigatória\",\"xAYSEs\":\"Hora de início\",\"n9ZrDo\":\"Comece a escrever um local ou uma morada...\",\"DACR+e\":\"Começa recolhido\",\"qeFVhN\":[\"Começa dentro de \",[\"diffDays\"],\" dias\"],\"AOqtxN\":[\"Começa dentro de \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Começa dentro de \",[\"h\"],\" h \",[\"m\"],\" min\"],\"Lo49in\":[\"Começa dentro de \",[\"seconds\"],\" s\"],\"NqChgF\":\"Começa amanhã\",\"2NbyY/\":\"Estatísticas\",\"GVUxAX\":\"As estatísticas são baseadas na data de criação da conta\",\"29Hx9U\":\"Estatísticas\",\"5ia+r6\":\"Ainda necessário\",\"wuV0bK\":\"Parar Personificação\",\"S/7MPw\":\"Conta Stripe desligada.\",\"s/KaDb\":\"Stripe ligado\",\"Bk06QI\":\"Stripe ligado\",\"akZMv8\":[\"Ligação Stripe copiada de \",[\"0\"],\".\"],\"v0aRY1\":\"O Stripe não devolveu uma ligação de configuração. Tente novamente.\",\"aKtF0O\":\"Stripe não conectado\",\"9i0++A\":\"ID de pagamento Stripe\",\"R1lIMV\":\"O Stripe vai precisar de mais alguns dados em breve\",\"FzcCHA\":\"O Stripe vai orientá-lo com algumas perguntas rápidas para concluir a configuração.\",\"ii0qn/\":\"O assunto é obrigatório\",\"M7Uapz\":\"O assunto aparecerá aqui\",\"6aXq+t\":\"Assunto:\",\"JwTmB6\":\"Produto duplicado com sucesso\",\"WUOCgI\":\"Lugar oferecido com sucesso\",\"IvxA4G\":[\"Bilhetes oferecidos com sucesso a \",[\"count\"],\" pessoas\"],\"kKpkzy\":\"Bilhetes oferecidos com sucesso a 1 pessoa\",\"Zi3Sbw\":\"Removido da lista de espera com sucesso\",\"RuaKfn\":\"Endereço atualizado com sucesso\",\"kzx0uD\":\"Predefinições de Evento Atualizadas com Sucesso\",\"5n+Wwp\":\"Organizador atualizado com sucesso\",\"DMCX/I\":\"Configurações padrão de taxa da plataforma atualizadas com sucesso\",\"URUYHc\":\"Configurações de taxa da plataforma atualizadas com sucesso\",\"kRWc2g\":\"Definições de evento recorrente atualizadas com sucesso\",\"0Dk/l8\":\"Configurações de SEO atualizadas com sucesso\",\"S8Tua9\":\"Definições atualizadas com sucesso\",\"MhOoLQ\":\"Links sociais atualizados com sucesso\",\"CNSSfp\":\"Definições de rastreamento atualizadas com sucesso\",\"kj7zYe\":\"Webhook atualizado com sucesso\",\"dXoieq\":\"Resumo\",\"/RfJXt\":[\"Festival de Música de Verão \",[\"0\"]],\"CWOPIK\":\"Festival de Música de Verão 2025\",\"D89zck\":\"Dom\",\"DBC3t5\":\"Domingo\",\"UaISq3\":\"Sueco\",\"JZTQI0\":\"Trocar organizador\",\"9YHrNC\":\"Padrão do Sistema\",\"jGR53C\":\"T-shirts, canecas e muito mais\",\"hCR98w\":\"Toque nas datas como num calendário.\",\"lruQkA\":\"Toque neste ecrã para retomar a leitura\",\"X9v2GM\":\"Contas de destino\",\"TmyDCw\":\"Utilizadores de destino\",\"TJUrME\":[\"A abranger participantes de \",[\"0\"],\" sessões selecionadas.\"],\"yT6dQ8\":\"Impostos cobrados agrupados por tipo de imposto e evento\",\"Ye321X\":\"Nome do Imposto\",\"WyCBRt\":\"Resumo de Impostos\",\"QC3FVX\":\"Impostos e taxas\",\"GkH0Pq\":\"Taxas e impostos aplicados\",\"SXvRWU\":\"Colaboração em equipa\",\"vlf/In\":\"Tecnologia\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Conte às pessoas o que esperar do seu evento\",\"NiIUyb\":\"Conte-nos sobre seu evento\",\"DovcfC\":\"Fale-nos sobre a sua organização. Esta informação será exibida nas páginas dos seus eventos.\",\"69GWRq\":\"Diga-nos com que frequência o seu evento se repete e criamos todas as datas por si.\",\"mXPbwY\":\"Indique-nos a sua situação de registo de IVA para aplicarmos o tratamento correto às taxas de plataforma.\",\"7wtpH5\":\"Modelo ativo\",\"QHhZeE\":\"Modelo criado com sucesso\",\"xrWdPR\":\"Modelo excluído com sucesso\",\"G04Zjt\":\"Modelo salvo com sucesso\",\"xowcRf\":\"Termos de serviço\",\"6K0GjX\":\"O texto pode ser difícil de ler\",\"nm3Iz/\":\"Obrigado por participar!\",\"pYwj0k\":\"Obrigado,\",\"cIHkSd\":[\"São \",[\"totalOccurrences\"],\" sessões — o máximo é \",[\"max\"],\". Reduza o período ou a frequência.\"],\"k3IitN\":\"É tudo\",\"KfmPRW\":\"A cor de fundo da página. Ao usar imagem de capa, esta é aplicada como uma sobreposição.\",\"MDNyJz\":\"O código irá expirar em 10 minutos. Verifique a sua pasta de spam se não vir o email.\",\"AIF7J2\":\"A moeda em que a taxa fixa é definida. Será convertida para a moeda do pedido no checkout.\",\"k3LFkM\":\"A moeda utilizada para os preços dos bilhetes deste evento.\",\"7oksH+\":[\"O desconto é deduzido de cada produto elegível. Ex.: \",[\"currencySymbol\"],\"10 de desconto × 3 bilhetes = \",[\"currencySymbol\"],\"30 de desconto.\"],\"sKL8k2\":\"O desconto é deduzido uma única vez do total da encomenda.\",\"cDHM1d\":\"O endereço de e-mail foi alterado. O participante receberá um novo bilhete no endereço de e-mail atualizado.\",\"tXadb0\":\"O evento que você está procurando não está disponível no momento. Ele pode ter sido removido, expirado ou a URL pode estar incorreta.\",\"sxKqBm\":\"O valor total do pedido será reembolsado para o método de pagamento original do cliente.\",\"KgDp6G\":\"O link que está a tentar aceder expirou ou já não é válido. Por favor, verifique o seu e-mail para obter um link atualizado para gerir o seu pedido.\",\"sYLeDq\":\"O organizador que você está procurando não foi encontrado. A página pode ter sido movida, excluída ou o URL está incorreto.\",\"PCr4zw\":\"A exceção fica registada no histórico de auditoria do pedido.\",\"C4nQe5\":\"A taxa da plataforma é adicionada ao preço do bilhete. Os compradores pagam mais, mas você recebe o preço total do bilhete.\",\"HxxXZO\":\"A cor principal da marca usada para botões e destaques\",\"OVSkIF\":\"A rápida raposa castanha salta sobre o cão preguiçoso.\",\"z0KrIG\":\"A hora agendada é obrigatória\",\"EWErQh\":\"A hora agendada deve ser no futuro\",\"UNd0OU\":[\"A sessão de «\",[\"title\"],\"», inicialmente agendada para \",[\"0\"],\", foi remarcada.\"],\"DEcpfp\":\"O corpo do modelo contém sintaxe Liquid inválida. Por favor, corrija-a e tente novamente.\",\"qpmtdK\":\"O fuso horário utilizado para as datas e horas deste evento.\",\"N3VfVA\":\"O carregamento não chegou ao servidor. Verifique a sua ligação e, se o ficheiro for grande, tente uma imagem mais pequena (máx. 5MB).\",\"injXD7\":\"O número de IVA não pôde ser validado. Por favor, verifique o número e tente novamente.\",\"A4UmDy\":\"Teatro\",\"tDwYhx\":\"Tema e cores\",\"ybBP2H\":\"Não há produtos disponíveis para esta data. Escolha outra data.\",\"O7g4eR\":\"Este evento não tem datas futuras\",\"062KsE\":\"Estes dados aparecem no bilhete e no resumo do pedido do participante apenas para esta data.\",\"5Eu+tn\":\"Estes detalhes só serão mostrados se a encomenda for concluída com sucesso.\",\"jQjwR+\":\"Estes dados vão substituir qualquer local existente nas datas afetadas e aparecem nos bilhetes dos participantes.\",\"6eaLu/\":\"Estes preços aplicam-se a todas as datas do seu calendário, e as quantidades dos escalões limitam as vendas totais de todas as datas em conjunto. As datas de venda dos escalões aplicam-se globalmente. Pode substituir os preços de datas individuais na <0>página de Calendário de datas.\",\"QP3gP+\":\"Estas configurações se aplicam apenas ao código de incorporação copiado e não serão armazenadas.\",\"HirZe8\":\"Estes modelos serão usados como padrões para todos os eventos em sua organização. Eventos individuais podem substituir estes modelos por suas próprias versões personalizadas.\",\"lzAaG5\":\"Estes modelos substituirão os padrões do organizador apenas para este evento. Se nenhum modelo personalizado for definido aqui, o modelo do organizador será usado em vez disso.\",\"UlykKR\":\"Terceiro\",\"1YTBzS\":\"Esta conta não tem encomendas concluídas, pelo que todos os seus dados serão eliminados permanentemente.\",\"jCPU8z\":\"Esta conta está agendada para eliminação\",\"zfNCE8\":[\"Esta conta está agendada para eliminação em <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"Isto aplica-se a todas as datas correspondentes do evento, incluindo as que não estão visíveis. Os participantes inscritos em qualquer uma dessas datas ficarão acessíveis no editor de mensagens quando a atualização terminar.\",\"SOmGDa\":\"Esta lista de check-in está associada a uma sessão que foi cancelada, pelo que já não pode ser usada para check-ins.\",\"XBNC3E\":\"Este código será usado para rastrear vendas. Apenas são permitidas letras, números, hífenes e underscores.\",\"AaP0M+\":\"Esta combinação de cores pode ser difícil de ler para alguns utilizadores\",\"o1phK/\":[\"Esta data tem \",[\"orderCount\"],\" pedido(s) que serão afetados.\"],\"F/UtGt\":\"Esta data foi cancelada. Pode ainda eliminá-la para a remover definitivamente.\",\"BLZ7pX\":\"Esta data já passou. Será criada, mas não ficará visível para os participantes entre as datas futuras.\",\"7IIY0z\":\"Esta data está marcada como esgotada.\",\"bddWMP\":\"Esta data já não está disponível. Selecione outra data.\",\"E9BqZw\":\"Apenas esta data\",\"n68908\":[\"Isto desliga \",[\"stripeAccountId\"],\" deste organizador. As vendas de bilhetes pagos deixarão de funcionar até voltar a ligar uma conta Stripe.\"],\"RzEvf5\":\"Este evento terminou\",\"kc4bIA\":\"Este evento ainda não tem bilhetes nem produtos, pelo que os participantes não poderão inscrever-se.\",\"eMaNd0\":\"Este evento não está disponível\",\"YClrdK\":\"Este evento ainda não foi publicado\",\"GL6z+k\":\"Este evento está esgotado\",\"pIwDhS\":\"As datas e os horários deste evento são definidos no calendário de datas.\",\"ny5rgr\":\"Este é um evento recorrente\",\"tc64Zz\":\"Este é o nome da categoria que será apresentado na página do evento.\",\"dFJnia\":\"Este é o nome do seu organizador que será exibido aos seus usuários.\",\"vt7jiq\":\"Esta é a única vez que o segredo de assinatura será exibido. Por favor, copie-o agora e guarde-o em segurança.\",\"5DpZrC\":\"Isto limita as vendas totais de todas as datas do seu calendário em conjunto — não é um limite por data. Para limitar a lotação de cada data, defina uma capacidade na <0>página de Calendário de datas.\",\"L7dIM7\":\"Este link é inválido ou expirou.\",\"MR5ygV\":\"Este link já não é válido\",\"9LEqK0\":\"Este nome é visível aos utilizadores finais\",\"QdUMM9\":\"Esta data atingiu a capacidade máxima\",\"j5FdeA\":\"Este pedido está a ser processado.\",\"sjNPMw\":\"Este pedido foi abandonado. Pode iniciar um novo pedido a qualquer momento.\",\"OhCesD\":\"Este pedido foi cancelado. Pode iniciar um novo pedido a qualquer momento.\",\"lyD7rQ\":\"Este perfil de organizador ainda não foi publicado\",\"9b5956\":\"Esta visualização mostra como seu e-mail ficará com dados de exemplo. E-mails reais usarão valores reais.\",\"uM9Alj\":\"Este produto está destacado na página do evento\",\"RqSKdX\":\"Este produto está esgotado\",\"4PDH+K\":\"Este produto não aparece sozinho na página do evento — os compradores só o veem como complemento dos produtos a que está associado.\",\"qEGn8I\":\"Este evento recorrente ainda não tem datas, pelo que os participantes não têm nada para reservar.\",\"W12OdJ\":\"Este relatório é apenas para fins informativos. Consulte sempre um profissional de impostos antes de usar estes dados para fins contabilísticos ou fiscais. Por favor, verifique com o seu painel do Stripe pois o Hi.Events pode não ter dados históricos.\",\"1LuJNw\":\"Este bilhete já não é válido\",\"0Ew0uk\":\"Este bilhete acabou de ser digitalizado. Aguarde antes de digitalizar novamente.\",\"FYXq7k\":[\"Isto vai afetar \",[\"loadedAffectedCount\"],\" data(s).\"],\"kvpxIU\":\"Isso será usado para notificações e comunicação com seus usuários.\",\"bPgkdx\":\"Isto cancelará a eliminação agendada e reativará a conta. O proprietário da conta será notificado por email.\",\"4yx4a4\":[\"Isto desativará a sua conta imediatamente e eliminá-la-á permanentemente após 30 dias. Para confirmar, escreva o nome da sua conta: <0>\",[\"0\"],\"\"],\"rhsath\":\"Isto não será visível para os clientes, mas ajuda-o a identificar o afiliado.\",\"VGEfU7\":\"Isto eliminará ou anonimizará permanentemente a conta de imediato, sem esperar pela data agendada. Não pode ser anulado.\",\"hV6FeJ\":\"Débito\",\"+FjWgX\":\"Qui\",\"kkDQ8m\":\"Quinta-feira\",\"0GSPnc\":\"Design do Bilhete\",\"EZC/Cu\":\"Design do bilhete guardado com sucesso\",\"bbslmb\":\"Designer de ingressos\",\"1BPctx\":\"Bilhete para\",\"HGuXjF\":\"Portadores de ingressos\",\"CMUt3Y\":\"Titulares de bilhetes\",\"awHmAT\":\"ID do bilhete\",\"6czJik\":\"Logotipo do Bilhete\",\"t79rDv\":\"Bilhete não encontrado\",\"6tmWch\":\"Ingresso ou produto\",\"1tfWrD\":\"Pré-visualização do bilhete para\",\"KnjoUA\":\"Preço do bilhete\",\"pGZOcL\":\"Bilhete reenviado com sucesso\",\"o02GZM\":\"A venda de bilhetes para este evento terminou\",\"8jLPgH\":\"Tipo de Bilhete\",\"8qsbZ5\":\"Bilheteria e vendas\",\"zNECqg\":\"bilhetes\",\"6GQNLE\":\"Bilhetes\",\"NRhrIB\":\"Ingressos e produtos\",\"OrWHoZ\":\"Os bilhetes são automaticamente oferecidos aos clientes em lista de espera quando há disponibilidade.\",\"AGRilS\":\"Ingressos Vendidos\",\"4/dG8J\":\"Escalões\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Horário\",\"kGEhUy\":\"Horários\",\"fXf2r5\":[\"Horários apresentados em \",[\"timezoneAbbr\"]],\"9udQT9\":\"O título é obrigatório\",\"dMtLDE\":\"a\",\"/jQctM\":\"Para\",\"tiI71C\":\"Para aumentar os seus limites, contacte-nos em\",\"ecUA8p\":\"Hoje\",\"W428WC\":\"Alternar colunas\",\"BRMXj0\":\"Amanhã\",\"UBSG1X\":\"Melhores organizadores (Últimos 14 dias)\",\"3sZ0xx\":\"Total de Contas\",\"SMDzqJ\":\"Total de Participantes\",\"orBECM\":\"Total Cobrado\",\"k5CU8c\":\"Total de entradas\",\"4B7oCp\":\"Taxa total\",\"sMMlTX\":\"Total de taxas\",\"mlvCEl\":\"Total de pedidos\",\"2AW/k5\":\"Quantidade total em todas as datas\",\"dp8BCb\":\"Total de impostos\",\"vb0Q0/\":\"Total de Usuários\",\"oJjplO\":\"Visualizações totais\",\"rBZ9pz\":\"Visitas guiadas\",\"orluER\":\"Acompanhe o crescimento e desempenho da conta por fonte de atribuição\",\"YwKzpH\":\"Rastreamento e análise\",\"GUA0Jy\":\"Experimente outro termo de pesquisa ou outro filtro\",\"2P/OWN\":\"Ajuste os filtros para ver mais datas.\",\"ouM5IM\":\"Tentar outro e-mail\",\"3DZvE7\":\"Experimente o Hi.Events gratuitamente\",\"vq2WxD\":\"Ter\",\"G3myU+\":\"Terça-feira\",\"Kz91g/\":\"Turco\",\"GdOhw6\":\"Desativar som\",\"KUOhTy\":\"Ativar som\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Escreva \\\"eliminar\\\" para confirmar\",\"nSlb72\":\"Escreva para pesquisar...\",\"nWRfmt\":\"Tipografia\",\"IrVSu+\":\"Não foi possível duplicar o produto. Por favor, verifique seus dados\",\"Vx2J6x\":\"Não foi possível buscar participante\",\"h0dx5e\":\"Não foi possível entrar na lista de espera\",\"DaE0Hg\":\"Não foi possível carregar os dados do participante.\",\"GlnD5Y\":\"Não foi possível carregar os produtos desta data. Tente novamente.\",\"17VbmV\":\"Não foi possível anular o check-in\",\"n57zCW\":\"Contas não atribuídas\",\"9uI/rE\":\"Anular\",\"Ef7StM\":\"Desconhecido\",\"ZBAScj\":\"Participante desconhecido\",\"MEIAzV\":\"Sem nome\",\"K6L5Mx\":\"Localização sem nome\",\"7yiFvZ\":\"Não pago\",\"C51N+0\":\"até\",\"NaeLn8\":[\"Até \",[\"end\"]],\"porwAO\":\"Até uma data\",\"ZIb6rJ\":\"Produto sem título\",\"crJM8s\":\"Bilhete sem título\",\"X13xGn\":\"Não confiável\",\"0bT1FT\":[\"Até \",[\"max\"],\" por pedido\"],\"gyXpQN\":\"Eventos futuros\",\"Pp1sWX\":\"Atualizar afiliado\",\"59qHrb\":\"Atualizar capacidade\",\"Gaem9v\":\"Atualizar o nome e a descrição do evento\",\"7EhE4k\":\"Atualizar etiqueta\",\"NPQWj8\":\"Atualizar local\",\"75+lpR\":[\"Atualização: \",[\"subjectTitle\"],\" — alterações no calendário\"],\"UOGHdA\":[\"Atualização: \",[\"subjectTitle\"],\" — horário da sessão alterado\"],\"+b7T3G\":\"Atualizado\",\"ogoTrw\":[[\"count\"],\" data(s) atualizada(s)\"],\"dDuona\":[\"Capacidade atualizada para \",[\"count\"],\" data(s)\"],\"FT3LSc\":[\"Etiqueta atualizada para \",[\"count\"],\" data(s)\"],\"8EcY1g\":[\"Local atualizado para \",[\"count\"],\" data(s)\"],\"83tNam\":\"Atualiza-se enquanto cria a regra. Percorra os meses para verificar as datas.\",\"/XlQr2\":\"Atualiza à medida que escreve.\",\"gJQsLv\":\"Envie uma imagem de capa para seu organizador\",\"4kEGqW\":\"Envie um logo para seu organizador\",\"lnCMdg\":\"Carregar imagem\",\"29w7p6\":\"Enviando imagem...\",\"HtrFfw\":\"A URL é obrigatória\",\"3VnYUR\":\"O URL deve começar por http:// ou https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"Leitor USB à escuta\",\"dyTklH\":\"Leitor USB em pausa\",\"OHJXlK\":\"Use <0>modelos Liquid para personalizar os seus emails\",\"/rsy72\":\"Usar a predefinição do evento\",\"0k4cdb\":\"Usar detalhes do pedido para todos os participantes. Os nomes e e-mails dos participantes corresponderão às informações do comprador.\",\"bA31T4\":\"Usar os dados do comprador para todos os participantes\",\"PpgtnC\":\"Usar esta morada\",\"rnoQsz\":\"Usado para bordas, destaques e estilo do código QR\",\"b0XTc/\":[\"Utilizadores (\",[\"0\"],\")\"],\"BV4L/Q\":\"Análise UTM\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"A validar o seu número de IVA...\",\"t7caBM\":\"Código do país de IVA\",\"WLkfqH\":\"Número de IVA\",\"pnVh83\":\"Número de IVA\",\"CabI04\":\"O número de IVA não deve conter espaços\",\"PMhxAR\":\"O número de IVA deve começar com um código de país de 2 letras seguido de 8-15 caracteres alfanuméricos (por exemplo, PT123456789)\",\"gPgdNV\":\"Número de IVA validado com sucesso\",\"RUMiLy\":\"A validação do número de IVA falhou\",\"vqji3Y\":\"A validação do número de IVA falhou. Por favor, verifique o seu número de IVA.\",\"8dENF9\":\"IVA sobre taxa\",\"ZutOKU\":\"Taxa de IVA\",\"+KJZt3\":\"Registado para efeitos de IVA\",\"Nfbg76\":\"Definições de IVA guardadas com sucesso\",\"UvYql/\":\"Configurações de IVA guardadas. Estamos a validar o seu número de IVA em segundo plano.\",\"bXn1Jz\":\"Definições de IVA atualizadas\",\"tJylUv\":\"Tratamento de IVA para Taxas da Plataforma\",\"FlGprQ\":\"Tratamento de IVA para taxas da plataforma: Empresas registadas para IVA na UE podem usar o mecanismo de autoliquidação (0% - Artigo 196 da Diretiva IVA 2006/112/CE). Empresas não registadas para IVA são cobradas com IVA irlandês de 23%.\",\"516oLj\":\"Serviço de validação de IVA temporariamente indisponível\",\"p6QQLa\":[\"IVA: \",[\"0\"]],\"5q87Y9\":\"IVA: não registado\",\"AdWhjZ\":\"Código de verificação\",\"kUAumu\":\"E-mail de verificação enviado. Verifique a caixa de entrada.\",\"QDEWii\":\"Verificado\",\"wCKkSr\":\"Verificar email\",\"/IBv6X\":\"Verifique seu e-mail\",\"u8nB38\":\"Verifique o seu e-mail para que os participantes possam receber os bilhetes\",\"e/cvV1\":\"A verificar...\",\"fROFIL\":\"Vietnamita\",\"p5nYkr\":\"Ver tudo\",\"yA/6BX\":\"Ver tudo →\",\"6CQ7/B\":\"Ver todas as funcionalidades\",\"YSE15b\":\"Ver todas as listas de check-in\",\"RnvnDc\":\"Ver todas as mensagens enviadas na plataforma\",\"+WFMis\":\"Visualize e descarregue relatórios de todos os seus eventos. Apenas pedidos concluídos são incluídos.\",\"c7VN/A\":\"Ver respostas\",\"SZw9tS\":\"Ver Detalhes\",\"9+84uW\":[\"Ver detalhes de \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Ver evento\",\"c6SXHN\":\"Ver página do evento\",\"n6EaWL\":\"Ver logs\",\"OaKTzt\":\"Ver mapa\",\"zNZNMs\":\"Ver mensagem\",\"67OJ7t\":\"Ver pedido\",\"tKKZn0\":\"Ver detalhes do pedido\",\"KeCXJu\":\"Veja detalhes de pedidos, emita reembolsos e reenvie confirmações.\",\"9jnAcN\":\"Ver página inicial do organizador\",\"1J/AWD\":\"Ver ingresso\",\"N9FyyW\":\"Veja, edite e exporte seus participantes registrados.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visível a partir de \",[\"start\"],\" — oculto até a venda abrir.\"],\"EkiKJK\":\"Visível para todos na página do evento.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Em espera\",\"quR8Qp\":\"A aguardar pagamento\",\"KrurBH\":\"À espera de leitura…\",\"u0n+wz\":\"Lista de espera\",\"3RXFtE\":\"Lista de espera ativada\",\"TwnTPy\":\"Oferta da lista de espera expirou\",\"aUi/Dz\":\"Aviso: Esta é a configuração padrão do sistema. As alterações afetarão todas as contas que não tenham uma configuração específica atribuída.\",\"aT/44s\":\"Não foi possível copiar essa ligação Stripe. Tente novamente.\",\"jTee4a\":\"Não foi possível desligar esta conta Stripe. Tente novamente.\",\"RRZDED\":\"Não encontramos pedidos associados a este endereço de e-mail.\",\"2RZK9x\":\"Não conseguimos encontrar o pedido que procura. O link pode ter expirado ou os detalhes do pedido podem ter sido alterados.\",\"nefMIK\":\"Não conseguimos encontrar o bilhete que procura. O link pode ter expirado ou os detalhes do bilhete podem ter sido alterados.\",\"miysJh\":\"Não foi possível encontrar este pedido. Pode ter sido removido.\",\"Fjj/5/\":\"Não foi possível carregar as listas de check-in. Tente novamente.\",\"ADsQ23\":\"Não conseguimos contactar o Stripe neste momento. Tente novamente daqui a pouco.\",\"HJKdzP\":\"Ocorreu um problema ao carregar esta página. Por favor, tente novamente.\",\"jegrvW\":\"Trabalhamos com o Stripe para enviar os pagamentos diretamente para a sua conta bancária.\",\"IfN2Qo\":\"Recomendamos um logotipo quadrado com dimensões mínimas de 200x200px\",\"wJzo/w\":\"Recomendamos dimensões de 400px por 400px e tamanho máximo de 5MB\",\"L/KlAh\":[\"Enviámos uma ligação de verificação para \",[\"0\"]],\"KRCDqH\":\"Usamos cookies para nos ajudar a perceber como o site é utilizado e melhorar a sua experiência.\",\"x8rEDQ\":\"Não conseguimos validar o seu número de IVA após várias tentativas. Continuaremos a tentar em segundo plano. Por favor, volte mais tarde.\",\"4HaEdK\":[\"Criaremos as \",[\"totalOccurrences\"],\" sessões — depois pode editar ou remover qualquer data\"],\"mfM/HJ\":[\"Notificá-lo-emos por e-mail se um lugar ficar disponível para \",[\"productDisplayName\"],\" em \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Notificá-lo-emos por e-mail se um lugar ficar disponível para \",[\"productDisplayName\"],\".\"],\"McuGND\":\"Depois de guardar, abrimos um editor de mensagens com um modelo já preenchido. É você que o revê e envia — nada é enviado automaticamente.\",\"q1BizZ\":\"Enviaremos os seus bilhetes para este e-mail\",\"ZOmUYW\":\"Validaremos o seu número de IVA em segundo plano. Se houver algum problema, informaremos.\",\"LKjHr4\":[\"Alterámos o calendário de «\",[\"title\"],\"» — \",[\"description\"],\" afeta \",[\"affectedCount\"],\" sessão(ões).\"],\"Fq/Nx7\":\"Enviámos um código de verificação de 5 dígitos para:\",\"GdWB+V\":\"Webhook criado com sucesso\",\"2X4ecw\":\"Webhook excluído com sucesso\",\"ndBv0v\":\"Integrações de webhooks\",\"CThMKa\":\"Logs do Webhook\",\"I0adYQ\":\"Segredo de assinatura do Webhook\",\"nuh/Wq\":\"URL do Webhook\",\"8BMPMe\":\"O webhook não enviará notificações\",\"FSaY52\":\"O webhook enviará notificações\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Site\",\"0f7U0k\":\"Qua\",\"VAcXNz\":\"Quarta-feira\",\"64X6l4\":\"semana\",\"4XSc4l\":\"Semanal\",\"IAUiSh\":\"semanas\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Bem-vindo de volta\",\"QDWsl9\":[\"Bem-vindo ao \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Bem-vindo ao \",[\"0\"],\", aqui está uma lista de todos os seus eventos\"],\"DDbx7K\":\"Bem-estar\",\"FaSXqR\":\"Que tipo de evento?\",\"0WyYF4\":\"O que o pessoal sem sessão iniciada pode ver\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Quando um check-in é excluído\",\"RPe6bE\":\"Quando uma data de um evento recorrente é cancelada\",\"Gmd0hv\":\"Quando um novo participante é criado\",\"zyIyPe\":\"Quando um novo evento é criado\",\"Lc18qn\":\"Quando um novo pedido é criado\",\"dfkQIO\":\"Quando um novo produto é criado\",\"8OhzyY\":\"Quando um produto é excluído\",\"tRXdQ9\":\"Quando um produto é atualizado\",\"9L9/28\":\"Quando um produto esgota, os clientes podem entrar numa lista de espera para serem notificados quando lugares ficarem disponíveis.\",\"OIkHj+\":\"Quando um produto esgota, os clientes podem entrar numa lista de espera para serem notificados quando lugares ficarem disponíveis. Os clientes juntam-se à lista de espera para uma data específica e as ofertas são feitas por data.\",\"Q7CWxp\":\"Quando um participante é cancelado\",\"IuUoyV\":\"Quando um participante faz check-in\",\"nBVOd7\":\"Quando um participante é atualizado\",\"t7cuMp\":\"Quando um evento é arquivado\",\"gtoSzE\":\"Quando um evento é atualizado\",\"ny2r8d\":\"Quando um pedido é cancelado\",\"c9RYbv\":\"Quando um pedido é marcado como pago\",\"ejMDw1\":\"Quando um pedido é reembolsado\",\"fVPt0F\":\"Quando um pedido é atualizado\",\"bcYlvb\":\"Quando fecha o check-in\",\"XIG669\":\"Quando abre o check-in\",\"de6HLN\":\"Quando os clientes comprarem ingressos, os pedidos aparecerão aqui.\",\"pm9tpn\":\"Quando ativado, os compradores podem copiar o seu nome e e-mail para todos os participantes de uma só vez. Desative para remover a opção \\\"Todos os participantes\\\"; os compradores podem ainda copiar para o primeiro participante, e os restantes têm de ser introduzidos individualmente.\",\"403wpZ\":\"Quando ativado, novos eventos permitirão que os participantes gerenciem seus próprios detalhes de bilhete através de um link seguro. Isso pode ser substituído por evento.\",\"blXLKj\":\"Quando ativado, novos eventos exibirão uma caixa de seleção de opt-in de marketing durante o checkout. Isso pode ser substituído por evento.\",\"Kj0Txn\":\"Quando ativado, não serão cobradas taxas de aplicação nas transações Stripe Connect. Use isto para países onde as taxas de aplicação não são suportadas.\",\"xo06V3\":\"Para onde o botão liga\",\"uchB0M\":\"Pré-visualização do widget\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Escreva sua mensagem aqui...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"ano\",\"zkWmBh\":\"Anual\",\"+BGee5\":\"anos\",\"X/azM1\":\"Sim - Tenho um número de registo de IVA da UE válido\",\"Tz5oXG\":\"Sim, cancelar o meu pedido\",\"QlSZU0\":[\"Está a personificar <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Está a emitir um reembolso parcial. O cliente será reembolsado em \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"Você pode configurar taxas de serviço adicionais e impostos nas configurações da sua conta.\",\"rj3A7+\":\"Pode personalizar isto para datas específicas mais tarde.\",\"paWwQ0\":\"Ainda pode oferecer bilhetes manualmente, se necessário.\",\"jTDzpA\":\"Não pode arquivar o último organizador ativo da sua conta.\",\"D8baxD\":\"Tem bilhetes pagos, mas o Stripe ainda não está ligado, pelo que não pode aceitar pagamentos.\",\"5VGIlq\":\"Atingiu o seu limite de mensagens.\",\"casL1O\":\"Você adicionou taxas e impostos a um produto gratuito. Deseja removê-los?\",\"5SgD0L\":\"Tem alterações por guardar. Tem a certeza de que as quer descartar?\",\"9jJNZY\":\"Deve reconhecer as suas responsabilidades antes de guardar\",\"pCLes8\":\"Deve concordar em receber mensagens\",\"FVTVBy\":\"Você precisa verificar seu e-mail antes de atualizar o status do organizador.\",\"ze4bi/\":\"Tem de criar pelo menos uma data antes de poder adicionar participantes a este evento recorrente.\",\"w65ZgF\":\"Precisa de verificar o email da sua conta antes de poder modificar modelos de email.\",\"FRl8Jv\":\"Você precisa verificar o e-mail da sua conta antes de poder enviar mensagens.\",\"88cUW+\":\"Você recebe\",\"O6/3cu\":\"No passo seguinte poderá configurar datas, calendários e regras de recorrência.\",\"zKAheG\":\"Está a alterar horários de sessões\",\"MNFIxz\":[\"Vai participar em \",[\"0\"],\"!\"],\"ZlLcht\":[\"Está a juntar-se à lista de espera para \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Está na lista de espera!\",\"/5HL6k\":\"Foi-lhe oferecido um lugar!\",\"gbjFFH\":\"Alterou o horário da sessão\",\"YI0K8C\":[\"A sua conta foi desativada e será eliminada permanentemente em <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"A sua conta tem limites de mensagens. Para aumentar os seus limites, contacte-nos em\",\"gsWZkk\":\"A sua conta está agora agendada para eliminação.\",\"x/xjzn\":\"Os seus afiliados foram exportados com sucesso.\",\"TF37u6\":\"Seus participantes foram exportados com sucesso.\",\"79lXGw\":\"A sua lista de check-in foi criada com sucesso. Partilhe a ligação abaixo com a sua equipa de check-in.\",\"BnlG9U\":\"O seu pedido atual será perdido.\",\"nBqgQb\":\"Seu e-mail\",\"GG1fRP\":\"O seu evento está online!\",\"ifRqmm\":\"A sua mensagem foi enviada com sucesso!\",\"0/+Nn9\":\"As suas mensagens aparecerão aqui\",\"/Rj5P4\":\"Seu nome\",\"PFjJxY\":\"A sua nova senha deve ter pelo menos 8 caracteres.\",\"gzrCuN\":\"Os detalhes do seu pedido foram atualizados. Foi enviado um e-mail de confirmação para o novo endereço de e-mail.\",\"naQW82\":\"O seu pedido foi cancelado.\",\"bhlHm/\":\"O seu pedido aguarda pagamento\",\"XeNum6\":\"Seus pedidos foram exportados com sucesso.\",\"Xd1R1a\":\"Endereço do seu organizador\",\"WWYHKD\":\"O seu pagamento está protegido com encriptação de nível bancário\",\"5b3QLi\":\"Seu plano\",\"N4Zkqc\":\"O filtro de datas guardado já não está disponível — a mostrar todas as datas.\",\"o0qzpM\":\"A sua conta Stripe não é afetada e não se perdem dados — pode voltar a ligá-la a qualquer momento.\",\"FNO5uZ\":\"O seu bilhete continua válido — não precisa de fazer nada, a não ser que o novo horário não lhe sirva. Responda a este e-mail se tiver dúvidas.\",\"CnZ3Ou\":\"Os seus bilhetes foram confirmados.\",\"EmFsMZ\":\"O seu número de IVA está na fila para validação\",\"QBlhh4\":\"O seu número de IVA será validado quando guardar\",\"fT9VLt\":\"A sua oferta da lista de espera expirou e não foi possível concluir a sua encomenda. Por favor, volte a entrar na lista de espera para ser notificado quando mais lugares ficarem disponíveis.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file diff --git a/frontend/src/locales/pt.po b/frontend/src/locales/pt.po index 0abe62f9e1..38f7b5a171 100644 --- a/frontend/src/locales/pt.po +++ b/frontend/src/locales/pt.po @@ -33,7 +33,7 @@ msgstr "(vazio)" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:110 msgid "(none)" -msgstr "" +msgstr "(nenhum)" #: src/components/common/ReportTable/index.tsx:328 msgid "{0}" @@ -53,7 +53,7 @@ msgstr "{0} {1} já fez check-in" #: src/components/layouts/CheckIn/index.tsx:249 msgid "{0} <0>checked in" -msgstr "" +msgstr "{0} <0>com check-in" #: src/components/layouts/CheckIn/index.tsx:284 msgid "{0} <0>checked out successfully" @@ -83,7 +83,7 @@ msgstr "Logo {0}" #: src/components/modals/CreateAttendeeModal/index.tsx:272 msgid "{0} of {1} seats are taken." -msgstr "" +msgstr "{0} de {1} lugares estão ocupados." #: src/components/routes/events/Dashboard/index.tsx:141 msgid "{0} organizers" @@ -99,15 +99,15 @@ msgstr "{0} atualizado com sucesso" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:417 msgid "{activeCount} enabled" -msgstr "" +msgstr "{activeCount} ativados" #: src/components/common/CheckIn/CheckInInfoModal.tsx:101 msgid "{appName} logo" -msgstr "" +msgstr "Logótipo {appName}" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:296 msgid "{attendeeCount} attendees are registered for this session." -msgstr "" +msgstr "{attendeeCount} participantes estão inscritos nesta sessão." #: src/components/common/EventCard/index.tsx:133 msgid "{availableCount} of {totalCount} available" @@ -119,7 +119,7 @@ msgstr "{capacity} vagas restantes" #: src/components/common/CheckIn/CheckInInfoModal.tsx:55 msgid "{checkedIn} / {total} checked in" -msgstr "" +msgstr "{checkedIn} / {total} com check-in" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:378 msgid "{chipTime}, Sold Out" @@ -131,12 +131,12 @@ msgstr "{chipTime}, Esgotado, lista de espera disponível" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:210 msgid "{completedCount} of {totalCount} steps complete" -msgstr "" +msgstr "{completedCount} de {totalCount} passos concluídos" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "{count} add-ons" -msgstr "" +msgstr "{count} complementos" #: src/components/common/Countdown/index.tsx:68 msgid "{days} days, {hours} hours, {minutes} minutes, and {seconds} seconds" @@ -144,15 +144,15 @@ msgstr "{days} dias, {hours} horas, {minutes} minutos e {seconds} segundos" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:29 msgid "{diffHr}h ago" -msgstr "" +msgstr "há {diffHr} h" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:27 msgid "{diffMin}m ago" -msgstr "" +msgstr "há {diffMin} min" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:25 msgid "{diffSec}s ago" -msgstr "" +msgstr "há {diffSec} s" #: src/components/common/OrganizerWebhookTable/index.tsx:79 #: src/components/common/WebhookTable/index.tsx:79 @@ -161,7 +161,7 @@ msgstr "{eventCount} eventos" #: src/components/forms/ProductForm/ledgerSummaries.ts:103 msgid "{first} + {additionalCount} more" -msgstr "" +msgstr "{first} + mais {additionalCount}" #: src/components/common/Countdown/index.tsx:70 msgid "{hours} hours, {minutes} minutes, and {seconds} seconds" @@ -169,11 +169,11 @@ msgstr "{hours} horas, {minutes} minutos e {seconds} segundos" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:262 msgid "{loadedAffectedAttendees} attendees are registered across the affected sessions." -msgstr "" +msgstr "{loadedAffectedAttendees} participantes estão inscritos nas sessões afetadas." #: src/components/forms/ProductForm/ledgerSummaries.ts:112 msgid "{min}–{max} per order" -msgstr "" +msgstr "{min}–{max} por pedido" #: src/components/common/Countdown/index.tsx:72 msgid "{minutes} minutes and {seconds} seconds" @@ -185,12 +185,12 @@ msgstr "Primeiro evento de {organizerName}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:95 msgid "{productCount} ticket types configured" -msgstr "" +msgstr "{productCount} tipos de bilhete configurados" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "{slotCount} times available" -msgstr "" +msgstr "{slotCount} horários disponíveis" #: src/components/common/EventCard/index.tsx:129 msgid "{totalCount} ticket types" @@ -266,15 +266,15 @@ msgstr "1 webhook ativo" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "1 add-on" -msgstr "" +msgstr "1 complemento" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:261 msgid "1 attendee is registered across the affected sessions." -msgstr "" +msgstr "1 participante está inscrito nas sessões afetadas." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:295 msgid "1 attendee is registered for this session." -msgstr "" +msgstr "1 participante está inscrito nesta sessão." #: src/components/modals/SendMessageModal/index.tsx:128 msgid "1 day after end date" @@ -302,12 +302,12 @@ msgstr "1 tipo de bilhete" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:94 msgid "1 ticket type configured" -msgstr "" +msgstr "1 tipo de bilhete configurado" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "1 time available" -msgstr "" +msgstr "1 horário disponível" #: src/components/modals/SendMessageModal/index.tsx:119 msgid "1 week before event" @@ -320,7 +320,7 @@ msgstr "Rua Exemplo 123" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:250 msgid "135+ currencies & 40+ payment methods" -msgstr "" +msgstr "Mais de 135 moedas e mais de 40 métodos de pagamento" #: src/components/common/WidgetEditor/index.tsx:230 msgid "20" @@ -336,7 +336,7 @@ msgstr "Um aviso de cancelamento foi enviado para" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:299 msgid "a change in duration" -msgstr "" +msgstr "uma alteração de duração" #: src/components/forms/QuestionForm/index.tsx:138 msgid "A date input. Perfect for asking for a date of birth etc." @@ -356,7 +356,7 @@ msgstr "Uma taxa, como uma taxa de reserva ou uma taxa de serviço" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:199 msgid "A few quick steps and you're ready to start selling." -msgstr "" +msgstr "Faltam poucos passos para começar a vender." #: src/components/forms/TaxAndFeeForm/index.tsx:35 msgid "A fixed amount per product. E.g, $0.50 per product" @@ -388,7 +388,7 @@ msgstr "Uma opção Rádio tem múltiplas opções, mas apenas uma pode ser sele #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:298 msgid "a shift in start/end times" -msgstr "" +msgstr "um deslocamento das horas de início/fim" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:69 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:69 @@ -466,7 +466,7 @@ msgstr "Aceitar convite" #: src/components/forms/ProductForm/index.tsx:596 msgid "Access" -msgstr "" +msgstr "Acesso" #: src/components/common/AdminOrdersTable/index.tsx:70 #: src/components/routes/account/ManageAccount/index.tsx:22 @@ -481,11 +481,11 @@ msgstr "Conta" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:354 msgid "Account · {0}" -msgstr "" +msgstr "Conta · {0}" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:353 msgid "Account · {0} · {1}" -msgstr "" +msgstr "Conta · {0} · {1}" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:69 msgid "Account deletion has been cancelled." @@ -581,11 +581,11 @@ msgstr "Eventos ativos" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:415 msgid "Active payment methods" -msgstr "" +msgstr "Métodos de pagamento ativos" #: src/components/routes/event/OccurrencesTab/index.tsx:402 msgid "Activity" -msgstr "" +msgstr "Atividade" #: src/components/routes/product-widget/SelectProducts/index.tsx:825 msgid "Add {0} first" @@ -593,27 +593,27 @@ msgstr "Adicione primeiro {0}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:147 msgid "Add a cover image and theme to match your brand" -msgstr "" +msgstr "Adicione uma imagem de capa e um tema alinhados com a sua marca" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:142 msgid "Add a date" -msgstr "" +msgstr "Adicionar uma data" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:137 msgid "Add a description and venue so attendees know what to expect" -msgstr "" +msgstr "Adicione uma descrição e um local para que os participantes saibam o que esperar" #: src/components/forms/CheckInListForm/index.tsx:144 msgid "Add a description for this check-in list" msgstr "Adicione uma descrição para esta lista de registro" -#: src/components/routes/event/OccurrencesTab/index.tsx:541 +#: src/components/routes/event/OccurrencesTab/index.tsx:556 msgid "Add a Single Date" -msgstr "" +msgstr "Adicionar uma única data" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:992 msgid "Add another time" -msgstr "" +msgstr "Adicionar outro horário" #: src/components/modals/ManageAttendeeModal/index.tsx:226 msgid "Add any notes about the attendee. These will not be visible to the attendee." @@ -633,11 +633,11 @@ msgstr "Adicione quaisquer notas sobre o pedido..." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:533 msgid "Add at least one time" -msgstr "" +msgstr "Adicione pelo menos um horário" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:150 msgid "Add connection details for the online event." -msgstr "" +msgstr "Adicione os dados de ligação do evento online." #: src/components/common/QuestionsTable/index.tsx:434 msgid "Add custom questions to collect additional information during checkout" @@ -645,19 +645,19 @@ msgstr "Adicione perguntas personalizadas para coletar informações adicionais #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Add Date" -msgstr "" +msgstr "Adicionar data" #: src/components/modals/PublishEventModal/index.tsx:105 msgid "Add dates" msgstr "Adicionar datas" -#: src/components/routes/event/OccurrencesTab/index.tsx:526 +#: src/components/routes/event/OccurrencesTab/index.tsx:541 msgid "Add Dates" -msgstr "" +msgstr "Adicionar datas" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:104 msgid "Add dates and times for your recurring event" -msgstr "" +msgstr "Adicione datas e horários para o seu evento recorrente" #: src/components/forms/QuestionForm/index.tsx:202 msgid "Add description" @@ -665,11 +665,11 @@ msgstr "Adicionar descrição" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:140 msgid "Add details" -msgstr "" +msgstr "Adicionar detalhes" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:136 msgid "Add event details" -msgstr "" +msgstr "Adicionar detalhes do evento" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:154 msgid "Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)" @@ -684,7 +684,7 @@ msgstr "Adicionar localização" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1047 msgid "Add multiple times if you run several sessions per day." -msgstr "" +msgstr "Adicione vários horários se realizar várias sessões por dia." #: src/components/common/HeadingCard/index.tsx:28 msgid "Add New" @@ -713,7 +713,7 @@ msgstr "Adicionar imposto ou taxa" #: src/components/modals/CreateAttendeeModal/index.tsx:276 msgid "Add this attendee anyway (override capacity)" -msgstr "" +msgstr "Adicionar este participante mesmo assim (ignorar a capacidade)" #: src/components/common/AddToCalendarCTA/index.tsx:21 msgid "Add this event to your calendar" @@ -753,16 +753,16 @@ msgstr "Adicione seus perfis de redes sociais e o URL do site. Eles serão exibi #: src/components/common/ProductsTable/SortableProduct/index.tsx:344 #: src/components/forms/ProductForm/ledgerSummaries.ts:128 msgid "Add-on only" -msgstr "" +msgstr "Apenas como complemento" #: src/components/forms/ProductForm/index.tsx:552 msgid "Add-on products" -msgstr "" +msgstr "Produtos complementares" #: src/components/forms/ProductForm/index.tsx:533 #: src/components/routes/product-widget/SelectProducts/index.tsx:822 msgid "Add-ons" -msgstr "" +msgstr "Complementos" #: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:78 msgid "Added at checkout" @@ -833,7 +833,7 @@ msgstr "Os usuários administradores têm acesso total aos eventos e configuraç #: src/components/forms/ProductForm/index.tsx:207 msgid "Admits attendees to your event" -msgstr "" +msgstr "Dá acesso ao seu evento aos participantes" #: src/components/common/AffiliateTable/index.tsx:82 msgid "Affiliate" @@ -853,7 +853,7 @@ msgstr "Afiliado eliminado com sucesso" #: src/components/layouts/AuthLayout/index.tsx:22 msgid "Affiliate program" -msgstr "" +msgstr "Programa de afiliados" #: src/components/forms/AffiliateForm/index.tsx:23 msgid "Affiliate sales will be tracked" @@ -883,11 +883,11 @@ msgstr "Os afiliados ajudam-no a rastrear vendas geradas por parceiros e influen #: src/components/routes/welcome/index.tsx:418 msgid "After your event is created, you can choose how often it repeats from the dashboard." -msgstr "" +msgstr "Depois de criar o evento, pode escolher no painel a frequência com que se repete." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "all" -msgstr "" +msgstr "todas" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:133 #: src/components/routes/admin/DeletionRequests/index.tsx:88 @@ -906,7 +906,7 @@ msgstr "Todos os participantes" #: src/components/modals/SendMessageModal/index.tsx:378 msgid "All attendees of the selected sessions" -msgstr "" +msgstr "Todos os participantes das sessões selecionadas" #: src/components/modals/SendMessageModal/index.tsx:381 msgid "All attendees of this event" @@ -914,7 +914,7 @@ msgstr "Todos os participantes deste evento" #: src/components/modals/SendMessageModal/index.tsx:380 msgid "All attendees of this occurrence" -msgstr "" +msgstr "Todos os participantes desta data" #: src/components/common/OrganizerReportTable/index.tsx:291 msgid "All Currencies" @@ -923,14 +923,14 @@ msgstr "Todas as moedas" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:48 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:101 msgid "All dates" -msgstr "" +msgstr "Todas as datas" #: src/components/common/CheckInListTable/index.tsx:106 #: src/components/routes/event/attendees.tsx:235 #: src/components/routes/event/orders.tsx:182 #: src/components/routes/event/SoldOutWaitlist/index.tsx:104 msgid "All Dates" -msgstr "" +msgstr "Todas as datas" #: src/components/routes/events/Dashboard/index.tsx:75 msgid "All Ended Events" @@ -948,18 +948,18 @@ msgstr "Todos os trabalhos falhados eliminados" msgid "All jobs queued for retry" msgstr "Todos os trabalhos em fila para nova tentativa" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:346 msgid "All matching dates" -msgstr "" +msgstr "Todas as datas correspondentes" #: src/components/forms/CheckInListForm/index.tsx:132 #: src/components/modals/SendMessageModal/index.tsx:359 msgid "All occurrences" -msgstr "" +msgstr "Todas as datas" #: src/components/common/ReportTable/index.tsx:279 msgid "All Occurrences" -msgstr "" +msgstr "Todas as datas" #: src/components/common/PromoCodeTable/index.tsx:139 msgid "All Products" @@ -1018,7 +1018,7 @@ msgstr "Já tem uma conta? <0>{0}" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:135 msgid "Already in" -msgstr "" +msgstr "Já incluído" #: src/components/modals/RefundOrderModal/index.tsx:86 msgid "Already Refunded" @@ -1026,7 +1026,7 @@ msgstr "Já reembolsado" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:193 msgid "Already use Stripe on another organizer? Reuse that connection." -msgstr "" +msgstr "Já usa o Stripe noutro organizador? Reutilize essa ligação." #: src/components/modals/RefundOrderModal/index.tsx:132 msgid "Also cancel this order" @@ -1042,7 +1042,7 @@ msgstr "Sempre disponível" #: src/components/forms/ProductForm/ledgerSummaries.ts:53 msgid "Always on sale" -msgstr "" +msgstr "Sempre à venda" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:77 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:77 @@ -1130,15 +1130,15 @@ msgstr "Resposta atualizada com sucesso." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:246 msgid "Answers" -msgstr "" +msgstr "Respostas" #: src/components/forms/CheckInListForm/index.tsx:207 msgid "Answers provided at checkout (e.g. meal choice)" -msgstr "" +msgstr "Respostas dadas no pagamento (ex.: escolha de refeição)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1148 msgid "Any dates you've manually customized will be kept." -msgstr "" +msgstr "As datas que personalizou manualmente serão mantidas." #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:62 msgid "Any queries from product holders will be sent to this email address. This will also be used as the \"reply-to\" address for all emails sent from this event" @@ -1160,9 +1160,9 @@ msgstr "aplicado — {0} de desconto na sua encomenda" msgid "Applies to {0} products" msgstr "Aplica-se a {0} produtos" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:365 msgid "Applies to {0}, non-cancelled dates currently loaded on this page." -msgstr "" +msgstr "Aplica-se às {0} datas não canceladas atualmente carregadas nesta página." #: src/components/common/CapacityAssignmentList/index.tsx:95 msgid "Applies to 1 product" @@ -1170,32 +1170,32 @@ msgstr "Aplica-se a 1 produto" #: src/components/forms/CheckInListForm/index.tsx:175 msgid "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." -msgstr "" +msgstr "Aplica-se a quem abrir a ligação de check-in partilhada sem ter sessão iniciada. Os membros da equipa com sessão iniciada veem sempre tudo." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:363 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 msgid "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." -msgstr "" +msgstr "Aplica-se a todas as datas {0} e não canceladas deste evento — incluindo datas que não estão carregadas neste momento." #: src/components/common/FilterModal/index.tsx:284 #: src/components/routes/product-widget/SelectProducts/index.tsx:945 msgid "Apply" msgstr "Aplicar" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:509 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:511 msgid "Apply Changes" -msgstr "" +msgstr "Aplicar alterações" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" msgstr "Aplicar este {type} a todos os novos produtos" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:338 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:339 msgid "Apply to" -msgstr "" +msgstr "Aplicar a" #: src/components/forms/CheckInListForm/index.tsx:105 msgid "Apply to all tickets" -msgstr "" +msgstr "Aplicar a todos os bilhetes" #: src/components/routes/admin/Messages/index.tsx:232 msgid "Approve Message" @@ -1203,7 +1203,7 @@ msgstr "Aprovar mensagem" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:68 msgid "April" -msgstr "" +msgstr "Abril" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:63 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:69 @@ -1259,7 +1259,7 @@ msgstr "Tem a certeza de que pretende arquivar este organizador? Isso também ar #: src/components/routes/event/OccurrencesTab/index.tsx:215 msgid "Are you sure you want to cancel {count} date(s)? Affected attendees will be notified by email." -msgstr "" +msgstr "Tem a certeza de que quer cancelar {count} data(s)? Os participantes afetados serão notificados por e-mail." #: src/hooks/useAttendeeActions.tsx:44 msgid "Are you sure you want to cancel this attendee? This will void their ticket" @@ -1269,7 +1269,7 @@ msgstr "Tem certeza de que deseja cancelar este participante? Isso anulará o in #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:36 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:326 msgid "Are you sure you want to cancel this date? Affected attendees will be notified by email." -msgstr "" +msgstr "Tem a certeza de que quer cancelar esta data? Os participantes afetados serão notificados por e-mail." #: src/components/routes/event/messages.tsx:33 msgid "Are you sure you want to cancel this scheduled message?" @@ -1295,11 +1295,11 @@ msgstr "Tem certeza de que deseja excluir esta configuração? Isso pode afetar #: src/components/routes/event/OccurrenceDetail/index.tsx:84 #: src/components/routes/event/OccurrencesTab/index.tsx:184 msgid "Are you sure you want to delete this date? This action cannot be undone." -msgstr "" +msgstr "Tem a certeza de que quer eliminar esta data? Esta ação não pode ser anulada." #: src/components/common/ImageUploadDropzone/index.tsx:114 msgid "Are you sure you want to delete this image?" -msgstr "" +msgstr "Tem a certeza de que quer eliminar esta imagem?" #: src/components/common/PromoCodeTable/index.tsx:37 msgid "Are you sure you want to delete this promo code?" @@ -1307,7 +1307,7 @@ msgstr "Tem certeza de que deseja excluir este código promocional?" #: src/components/common/TaxAndFeeList/index.tsx:33 msgid "Are you sure you want to delete this tax or fee? It will no longer be applied to new orders." -msgstr "" +msgstr "Tem a certeza de que quer eliminar este imposto ou taxa? Deixará de ser aplicado a novos pedidos." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:111 msgid "Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template." @@ -1344,7 +1344,7 @@ msgstr "Tem a certeza de que pretende oferecer um lugar a esta pessoa? Receberá #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:360 msgid "Are you sure you want to permanently delete this date? This cannot be undone." -msgstr "" +msgstr "Tem a certeza de que quer eliminar esta data definitivamente? Isto não pode ser anulado." #: src/components/common/StatusToggle/index.tsx:38 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." @@ -1380,7 +1380,7 @@ msgstr "Tem a certeza de que pretende restaurar este organizador?" #: src/components/routes/account/ManageAccount/sections/Users/index.tsx:50 msgid "Are you sure you want to revoke this invitation?" -msgstr "" +msgstr "Tem a certeza de que quer revogar este convite?" #: src/components/common/StatusToggle/index.tsx:41 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." @@ -1425,11 +1425,11 @@ msgstr "Perguntar uma vez por produto" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:119 msgid "Assign a different plan" -msgstr "" +msgstr "Atribuir outro plano" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:130 msgid "Assign plan" -msgstr "" +msgstr "Atribuir plano" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:165 msgid "Assigned Tier" @@ -1443,7 +1443,7 @@ msgstr "Pelo menos um tipo de evento deve ser selecionado" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:64 #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:117 msgid "At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead." -msgstr "" +msgstr "Pelo menos um produto tem de continuar disponível para esta data. Para tornar a data inacessível, cancele-a no calendário." #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:96 msgid "Attempts" @@ -1455,7 +1455,7 @@ msgstr "Presença e taxas de registo em todos os eventos" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendee" -msgstr "" +msgstr "participante" #: src/components/common/AttendeeTicket/index.tsx:101 #: src/components/common/QuestionsTable/index.tsx:462 @@ -1497,7 +1497,7 @@ msgstr "Participante não encontrado" #: src/components/forms/CheckInListForm/index.tsx:188 msgid "Attendee notes" -msgstr "" +msgstr "Notas sobre o participante" #: src/components/routes/event/attendees.tsx:81 msgid "Attendee Status" @@ -1523,7 +1523,7 @@ msgstr "O bilhete do participante não está incluído nesta lista" #: src/components/routes/event/attendees.tsx:250 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendees" -msgstr "" +msgstr "participantes" #: src/components/common/EventCard/index.tsx:251 #: src/components/common/EventCard/index.tsx:366 @@ -1545,7 +1545,7 @@ msgstr "Participantes" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:72 msgid "attendees checked in" -msgstr "" +msgstr "participantes com check-in" #: src/components/routes/event/attendees.tsx:163 msgid "Attendees Exported" @@ -1587,7 +1587,7 @@ msgstr "Audiência" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:72 msgid "August" -msgstr "" +msgstr "Agosto" #: src/components/common/WidgetEditor/index.tsx:236 msgid "Auto Resize" @@ -1623,7 +1623,7 @@ msgstr "Disponível assim que o pagamento for concluído" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:265 msgid "Available times on {dayName}" -msgstr "" +msgstr "Horários disponíveis em {dayName}" #: src/components/modals/RefundOrderModal/index.tsx:93 msgid "Available to Refund" @@ -1635,7 +1635,7 @@ msgstr "Tokens disponíveis" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:161 msgid "Awaiting" -msgstr "" +msgstr "Pendente" #: src/components/common/OrderStatusBadge/index.tsx:11 #: src/components/modals/SendMessageModal/index.tsx:425 @@ -1649,7 +1649,7 @@ msgstr "Aguardando pagamento offline" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:120 msgid "Awaiting pay" -msgstr "" +msgstr "Pagamento pendente" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:117 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:225 @@ -1719,7 +1719,7 @@ msgstr "Tipo de plano de fundo" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:128 msgid "Bank account connected" -msgstr "" +msgstr "Conta bancária ligada" #: src/components/routes/admin/Announcements/index.tsx:178 #: src/components/routes/admin/Announcements/index.tsx:374 @@ -1736,12 +1736,12 @@ msgstr "Preço base" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:207 msgid "Base Price" -msgstr "" +msgstr "Preço base" #: src/components/forms/ProductForm/index.tsx:433 #: src/components/forms/ProductForm/index.tsx:436 msgid "Based on the global sale period above, not per date" -msgstr "" +msgstr "Com base no período de venda global acima, não por data" #: src/components/routes/organizer/Settings/index.tsx:31 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:63 @@ -1779,19 +1779,19 @@ msgstr "Português brasileiro" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:253 msgid "Built-in fraud protection" -msgstr "" +msgstr "Proteção antifraude integrada" -#: src/components/routes/event/OccurrencesTab/index.tsx:517 +#: src/components/routes/event/OccurrencesTab/index.tsx:532 msgid "Bulk Edit" -msgstr "" +msgstr "Edição em massa" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:308 msgid "Bulk Edit Dates" -msgstr "" +msgstr "Edição de datas em massa" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:233 msgid "Bulk update failed." -msgstr "" +msgstr "Falha na atualização em massa." #: src/constants/eventCategories.ts:26 msgid "Business" @@ -1799,11 +1799,11 @@ msgstr "Negócios" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:190 msgid "Business address" -msgstr "" +msgstr "Morada da empresa" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:185 msgid "Business name" -msgstr "" +msgstr "Nome da empresa" #: src/components/routes/admin/Announcements/index.tsx:455 msgid "Button label" @@ -1827,7 +1827,7 @@ msgstr "O comprador paga" #: src/components/forms/ProductForm/index.tsx:562 msgid "Buyers can add these to their order when they select this product at checkout." -msgstr "" +msgstr "Os compradores podem adicioná-los ao pedido quando selecionam este produto no pagamento." #: src/components/common/PlatformFeesSettings/index.tsx:235 msgid "Buyers see a clean price. The platform fee is deducted from your payout." @@ -1848,7 +1848,7 @@ msgstr "Ao se registrar, você concorda com nossos <0>Termos de Serviço e < #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:123 msgid "By ticket type" -msgstr "" +msgstr "Por tipo de bilhete" #: src/components/routes/admin/Configurations/index.tsx:259 msgid "Bypass Application Fees" @@ -1860,7 +1860,7 @@ msgstr "Tipo de cálculo" #: src/components/routes/event/OccurrencesTab/index.tsx:473 msgid "Calendar" -msgstr "" +msgstr "Calendário" #: src/components/common/EmailTemplateEditor/CTAConfiguration.tsx:20 msgid "Call-to-Action Button" @@ -1869,11 +1869,11 @@ msgstr "Botão de chamada para ação" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:153 #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:90 msgid "Camera" -msgstr "" +msgstr "Câmara" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:110 msgid "Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings." -msgstr "" +msgstr "A permissão de câmara foi negada. <0>Peça a permissão novamente ou conceda acesso à câmara a esta página nas definições do navegador." #: src/components/routes/admin/Attribution/index.tsx:107 msgid "Campaign" @@ -1881,7 +1881,7 @@ msgstr "Campanha" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:79 msgid "Can't check in" -msgstr "" +msgstr "Não é possível fazer check-in" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:57 #: src/components/common/ContactOrganizerModal/index.tsx:104 @@ -1897,7 +1897,7 @@ msgstr "" #: src/components/modals/PublishEventModal/index.tsx:208 #: src/components/routes/admin/DeletionRequests/index.tsx:178 #: src/components/routes/event/messages.tsx:80 -#: src/components/routes/event/OccurrencesTab/index.tsx:499 +#: src/components/routes/event/OccurrencesTab/index.tsx:504 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:272 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:306 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:61 @@ -1914,7 +1914,7 @@ msgstr "Cancelar" #: src/components/routes/event/OccurrencesTab/index.tsx:211 #: src/components/routes/event/OccurrencesTab/index.tsx:223 msgid "Cancel {count} date(s)" -msgstr "" +msgstr "Cancelar {count} data(s)" #: src/components/modals/RefundOrderModal/index.tsx:133 msgid "Cancel all products and release them back to the pool" @@ -1928,7 +1928,7 @@ msgstr "Cancelar todos os produtos e devolvê-los ao conjunto disponível" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:568 msgid "Cancel Date" -msgstr "" +msgstr "Cancelar data" #: src/components/common/PendingDeletionBanner/index.tsx:37 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:104 @@ -1985,7 +1985,7 @@ msgstr "Cancelado" #: src/components/routes/event/OccurrencesTab/index.tsx:237 msgid "Cancelling {0} date(s). This may take a moment to complete." -msgstr "" +msgstr "A cancelar {0} data(s). Pode demorar alguns instantes." #: src/components/routes/admin/Configurations/index.tsx:36 msgid "Cannot delete the system default configuration" @@ -2011,7 +2011,7 @@ msgstr "Atribuições de capacidade" #: src/components/layouts/AuthLayout/index.tsx:28 msgid "Capacity management" -msgstr "" +msgstr "Gestão da capacidade" #: src/components/layouts/Event/index.tsx:137 msgid "Capacity Management" @@ -2019,15 +2019,15 @@ msgstr "Gestão de capacidade" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:111 msgid "Capacity must be 0 or greater" -msgstr "" +msgstr "A capacidade tem de ser 0 ou superior" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:300 msgid "capacity updates" -msgstr "" +msgstr "atualizações de capacidade" #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:66 msgid "Capacity Used" -msgstr "" +msgstr "Capacidade utilizada" #: src/components/modals/CreateProductCategoryModal/index.tsx:52 msgid "Categories allow you to group products together. For example, you might have a category for \"Tickets\" and another for \"Merchandise\"." @@ -2052,7 +2052,7 @@ msgstr "Categoria Criada com Sucesso" #: src/components/common/ProductsTable/SortableCategory/index.tsx:48 msgid "Category deleted successfully" -msgstr "" +msgstr "Categoria eliminada com sucesso" #: src/components/common/LocationPicker/index.tsx:201 msgid "Change" @@ -2060,7 +2060,7 @@ msgstr "Alterar" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Change duration" -msgstr "" +msgstr "Alterar duração" #: src/components/routes/profile/ManageProfile/index.tsx:239 msgid "Change password" @@ -2068,11 +2068,11 @@ msgstr "Alterar a senha" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Change the attendee limit" -msgstr "" +msgstr "Alterar o limite de participantes" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:365 msgid "Change time" -msgstr "" +msgstr "Alterar horário" #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Change waitlist settings" @@ -2080,11 +2080,11 @@ msgstr "Alterar configurações da lista de espera" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:212 msgid "Changed duration for {count} date(s)" -msgstr "" +msgstr "Duração alterada para {count} data(s)" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:399 msgid "Charges" -msgstr "" +msgstr "Cobranças" #: src/constants/eventCategories.ts:24 msgid "Charity" @@ -2093,7 +2093,7 @@ msgstr "Caridade" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:82 msgid "Check in" -msgstr "" +msgstr "Fazer check-in" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:28 msgid "Check in {0} {1}" @@ -2110,12 +2110,12 @@ msgstr "Apenas fazer check-in" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:81 msgid "Check out" -msgstr "" +msgstr "Anular check-in" #: src/components/layouts/EventHomepage/index.tsx:337 #: src/components/layouts/EventHomepage/index.tsx:338 msgid "Check out this event: {0}" -msgstr "" +msgstr "Veja este evento: {0}" #: src/components/layouts/Checkout/index.tsx:338 msgid "Check out this event!" @@ -2133,12 +2133,12 @@ msgstr "Verifique sua caixa de entrada! Se houver ingressos associados a este e- #: src/components/layouts/CheckIn/index.tsx:549 msgid "Check-in" -msgstr "" +msgstr "Check-in" #: src/components/modals/ManageAttendeeModal/index.tsx:137 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:58 msgid "Check-In" -msgstr "" +msgstr "Check-in" #: src/components/forms/WebhookForm/index.tsx:121 msgid "Check-in Created" @@ -2150,15 +2150,15 @@ msgstr "Check-in excluído" #: src/components/layouts/CheckIn/index.tsx:215 msgid "Check-in for {0} was undone" -msgstr "" +msgstr "O check-in de {0} foi anulado" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:223 msgid "Check-in history" -msgstr "" +msgstr "Histórico de check-in" #: src/components/common/CheckInListTable/index.tsx:59 msgid "Check-In List" -msgstr "" +msgstr "Lista de check-in" #: src/components/modals/CheckInListSuccessModal/index.tsx:20 msgid "Check-In List Created" @@ -2175,7 +2175,7 @@ msgstr "A lista de registro expirou" #: src/components/layouts/CheckIn/index.tsx:583 msgid "Check-in list info" -msgstr "" +msgstr "Informações da lista de check-in" #: src/components/layouts/CheckIn/index.tsx:520 msgid "Check-in list is not active" @@ -2187,7 +2187,7 @@ msgstr "Lista de check-in não encontrada" #: src/components/routes/event/CheckInLists/index.tsx:60 msgid "check-in lists" -msgstr "" +msgstr "listas de check-in" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:51 msgid "Check-in Lists" @@ -2201,11 +2201,11 @@ msgstr "Listas de Registro" #: src/components/layouts/CheckIn/BottomNav.tsx:21 msgid "Check-in navigation" -msgstr "" +msgstr "Navegação do check-in" #: src/components/layouts/CheckIn/index.tsx:567 msgid "Check-in progress" -msgstr "" +msgstr "Progresso do check-in" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:45 msgid "Check-in Rate" @@ -2245,7 +2245,7 @@ msgstr "Caixas de seleção" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:151 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:89 msgid "Checked in" -msgstr "" +msgstr "Com check-in" #: src/components/common/AttendeeTable/index.tsx:299 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -2277,11 +2277,11 @@ msgstr "Escolha uma cor para o seu plano de fundo" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:123 msgid "Choose a configuration" -msgstr "" +msgstr "Escolha uma configuração" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:335 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:336 msgid "Choose a different action" -msgstr "" +msgstr "Escolha outra ação" #: src/components/common/ThemeFontControl/index.tsx:66 msgid "Choose a typeface that matches your brand. Fonts are self-hosted via Bunny Fonts." @@ -2293,7 +2293,7 @@ msgstr "Escolha uma conta" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:202 msgid "Choose an organizer" -msgstr "" +msgstr "Escolha um organizador" #: src/components/routes/events/Dashboard/index.tsx:232 msgid "Choose an Organizer" @@ -2301,7 +2301,7 @@ msgstr "Escolha um organizador" #: src/components/routes/product-widget/SelectProducts/index.tsx:968 msgid "Choose another date" -msgstr "" +msgstr "Escolha outra data" #: src/components/common/CalendarOptionsPopover/index.tsx:22 msgid "Choose calendar" @@ -2328,29 +2328,29 @@ msgid "City" msgstr "Cidade" #: src/components/common/OccurrenceSelect/index.tsx:133 -#: src/components/routes/event/OccurrencesTab/index.tsx:505 +#: src/components/routes/event/OccurrencesTab/index.tsx:519 msgid "Clear" -msgstr "" +msgstr "Limpar" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:475 msgid "Clear location — fall back to the event default" -msgstr "" +msgstr "Limpar o local — voltar à predefinição do evento" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:100 msgid "Clear search" -msgstr "" +msgstr "Limpar pesquisa" #: src/components/common/SearchBar/index.tsx:62 msgid "Clear Search Text" msgstr "Limpar texto de pesquisa" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:497 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:498 msgid "Clearing removes any per-date override. Affected dates will fall back to the event's default location." -msgstr "" +msgstr "Ao limpar, remove qualquer personalização por data. As datas afetadas voltam ao local predefinido do evento." #: src/components/routes/event/OccurrencesTab/index.tsx:333 msgid "Click to cancel" -msgstr "" +msgstr "Clique para cancelar" #: src/components/common/PromoCodeTable/index.tsx:106 msgid "Click to copy" @@ -2358,7 +2358,7 @@ msgstr "Clique para copiar" #: src/components/routes/event/OccurrencesTab/index.tsx:335 msgid "Click to reopen for new sales" -msgstr "" +msgstr "Clique para reabrir a venda" #: src/components/common/AttendeeTable/index.tsx:173 msgid "Click to view notes" @@ -2478,7 +2478,7 @@ msgstr "Preferências de comunicação" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:82 msgid "complete" -msgstr "" +msgstr "concluído" #: src/components/routes/product-widget/CollectInformation/index.tsx:749 msgid "Complete Order" @@ -2491,7 +2491,7 @@ msgstr "Concluir pagamento" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:293 msgid "Complete Stripe setup" -msgstr "" +msgstr "Concluir a configuração do Stripe" #: src/components/routes/product-widget/CollectInformation/index.tsx:442 msgid "Complete your order to secure your tickets. This offer is time-limited, so don't wait too long." @@ -2539,11 +2539,11 @@ msgstr "Centro de conferências" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:100 msgid "Configuration" -msgstr "" +msgstr "Configuração" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:52 msgid "Configuration assigned" -msgstr "" +msgstr "Configuração atribuída" #: src/components/routes/admin/Configurations/index.tsx:196 msgid "Configuration created successfully" @@ -2580,7 +2580,7 @@ msgstr "Configurar impostos e taxas" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:181 msgid "Configure which products are available for this occurrence and optionally adjust pricing." -msgstr "" +msgstr "Defina que produtos estão disponíveis para esta data e, se quiser, ajuste os preços." #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" @@ -2643,7 +2643,7 @@ msgstr "Parabéns! O seu evento está agora visível para o público." #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:71 msgid "Connect bank" -msgstr "" +msgstr "Ligar banco" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:370 #: src/components/modals/PublishEventModal/index.tsx:79 @@ -2665,7 +2665,7 @@ msgstr "Conecte o Stripe para ativar mensagens" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:464 msgid "Connect Stripe to receive ticket payments directly to your bank account." -msgstr "" +msgstr "Ligue o Stripe para receber os pagamentos dos bilhetes diretamente na sua conta bancária." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:263 msgid "Connect with Stripe" @@ -2673,13 +2673,13 @@ msgstr "Conecte-se com Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:127 msgid "Connect your bank to receive ticket sales straight to your account" -msgstr "" +msgstr "Ligue o seu banco para receber as vendas de bilhetes diretamente na sua conta" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:298 msgid "Connected the wrong Stripe account? Disconnect and start over." msgstr "Ligou a conta Stripe errada? Desligue-a e comece de novo." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:489 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:492 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:164 msgid "Connection Details" @@ -2687,7 +2687,7 @@ msgstr "Detalhes da conexão" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:117 msgid "Connection details are required for online dates" -msgstr "" +msgstr "Os dados de ligação são obrigatórios para datas online" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:41 msgid "Connection details are required for online events" @@ -2760,11 +2760,11 @@ msgstr "Controle como as taxas da plataforma são tratadas para este evento" #: src/components/forms/CheckInListForm/index.tsx:83 msgid "Control who gets in for this date" -msgstr "" +msgstr "Controle quem entra nesta data" #: src/components/forms/CheckInListForm/index.tsx:84 msgid "Control who gets in, and when" -msgstr "" +msgstr "Controle quem entra e quando" #: src/components/common/AttendeeTicket/index.tsx:188 #: src/components/common/CopyButton/index.tsx:13 @@ -2805,7 +2805,7 @@ msgstr "cópia de" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:364 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:373 msgid "Copy account ID" -msgstr "" +msgstr "Copiar ID da conta" #: src/components/common/AffiliateTable/index.tsx:183 msgid "Copy Affiliate Link" @@ -2865,7 +2865,7 @@ msgstr "Não foi possível eliminar a localização" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:244 msgid "Could not prepare the bulk update." -msgstr "" +msgstr "Não foi possível preparar a atualização em massa." #: src/components/common/AddressAutocomplete/index.tsx:61 #: src/components/common/LocationPicker/index.tsx:153 @@ -2874,11 +2874,11 @@ msgstr "Não foi possível obter os detalhes da morada" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:275 msgid "Could not save date" -msgstr "" +msgstr "Não foi possível guardar a data" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:78 msgid "Couldn't send verification email. Please try again." -msgstr "" +msgstr "Não foi possível enviar o e-mail de verificação. Tente novamente." #: src/components/common/CheckoutQuestion/index.tsx:174 #: src/components/common/LocationPicker/index.tsx:268 @@ -2903,7 +2903,7 @@ msgstr "Imagem de capa" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:148 msgid "Cover image added" -msgstr "" +msgstr "Imagem de capa adicionada" #: src/components/routes/event/HomepageDesigner/index.tsx:202 msgid "Cover image will be displayed at the top of your event page" @@ -2915,7 +2915,7 @@ msgstr "A imagem de capa será exibida no topo da página do organizador" #: src/components/common/CheckInListTable/index.tsx:82 msgid "Covers every ticket" -msgstr "" +msgstr "Abrange todos os bilhetes" #: src/components/routes/event/attendees.tsx:253 #: src/components/routes/event/products.tsx:77 @@ -2936,11 +2936,11 @@ msgstr "Crie um widget personalizado para vender ingressos no seu site." #: src/components/modals/SelectCheckInListModal/index.tsx:82 msgid "Create a list for this date" -msgstr "" +msgstr "Criar uma lista para esta data" #: src/components/layouts/CheckIn/index.tsx:508 msgid "Create a new check-in list for an active session, or contact the organizer if you think this is a mistake." -msgstr "" +msgstr "Crie uma nova lista de check-in para uma sessão ativa ou contacte o organizador se achar que se trata de um erro." #: src/components/routes/auth/AcceptInvitation/index.tsx:128 msgid "Create a password" @@ -3031,7 +3031,7 @@ msgstr "Criar modelo personalizado" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:546 msgid "Create Date" -msgstr "" +msgstr "Criar data" #: src/components/routes/event/promo-codes.tsx:33 msgid "Create discounts, access codes for hidden tickets, and special offers." @@ -3039,7 +3039,7 @@ msgstr "Crie descontos, códigos de acesso para ingressos ocultos e ofertas espe #: src/components/routes/organizer/OrganizerDashboard/index.tsx:404 msgid "Create event" -msgstr "" +msgstr "Criar evento" #: src/components/common/NoEventsBlankSlate/index.tsx:27 #: src/components/layouts/OrganizerLayout/index.tsx:179 @@ -3049,7 +3049,7 @@ msgstr "Criar Evento" #: src/components/forms/ProductForm/index.tsx:559 msgid "Create more tickets or products to offer them as add-ons" -msgstr "" +msgstr "Crie mais bilhetes ou produtos para os oferecer como complementos" #: src/components/routes/events/Dashboard/index.tsx:172 msgid "Create new" @@ -3128,7 +3128,7 @@ msgstr "Crie seu próprio evento" msgid "Created" msgstr "Criado" -#: src/components/routes/event/OccurrencesTab/index.tsx:549 +#: src/components/routes/event/OccurrencesTab/index.tsx:564 msgid "Creating {0} dates. This may take a moment." msgstr "A criar {0} datas. Isto pode demorar um momento." @@ -3170,7 +3170,7 @@ msgstr "Senha atual" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:107 msgid "Currently assigned" -msgstr "" +msgstr "Atribuído atualmente" #: src/components/common/ProductsTable/SortableProduct/index.tsx:110 msgid "Currently available for purchase" @@ -3178,7 +3178,7 @@ msgstr "Atualmente disponível para compra" #: src/components/layouts/AuthLayout/index.tsx:15 msgid "Custom branding" -msgstr "" +msgstr "Marca personalizada" #: src/components/modals/SendMessageModal/index.tsx:496 msgid "Custom date and time" @@ -3190,7 +3190,7 @@ msgstr "URL de mapas personalizados" #: src/components/layouts/AuthLayout/index.tsx:24 msgid "Custom questions" -msgstr "" +msgstr "Perguntas personalizadas" #: src/components/common/QuestionsTable/index.tsx:433 msgid "Custom Questions" @@ -3224,7 +3224,7 @@ msgstr "Clientes" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:150 msgid "Customize page" -msgstr "" +msgstr "Personalizar página" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:56 msgid "Customize the email and notification settings for this event" @@ -3278,7 +3278,7 @@ msgstr "Personalize a aparência da sua página de organizador" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:50 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Daily" -msgstr "" +msgstr "Diário" #: src/components/routes/organizer/Reports/index.tsx:18 msgid "Daily revenue, taxes, fees, and refunds across all events" @@ -3294,7 +3294,7 @@ msgstr "Detalhamento das vendas diárias, impostos e taxas" #: src/constants/eventCategories.ts:13 msgid "Dance" -msgstr "" +msgstr "Dança" #: src/components/common/CapacityAssignmentList/index.tsx:153 #: src/components/common/CheckInListList/index.tsx:174 @@ -3349,43 +3349,43 @@ msgstr "Data e hora" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:99 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:212 msgid "Date Cancellation" -msgstr "" +msgstr "Cancelamento de data" #: src/components/routes/event/OccurrenceDetail/index.tsx:76 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:54 msgid "Date cancelled" -msgstr "" +msgstr "Data cancelada" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:344 msgid "Date cancelled successfully" -msgstr "" +msgstr "Data cancelada com sucesso" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:255 msgid "Date created successfully" -msgstr "" +msgstr "Data criada com sucesso" #: src/components/modals/ManageOccurrenceModal/index.tsx:61 #: src/components/routes/event/OccurrenceDetail/index.tsx:87 #: src/components/routes/event/OccurrencesTab/index.tsx:186 msgid "Date deleted" -msgstr "" +msgstr "Data eliminada" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:368 msgid "Date deleted successfully" -msgstr "" +msgstr "Data eliminada com sucesso" #: src/components/modals/ManageOccurrenceModal/index.tsx:75 #: src/components/routes/event/OccurrenceDetail/index.tsx:101 msgid "Date reactivated" -msgstr "" +msgstr "Data reativada" #: src/components/routes/event/OccurrencesTab/index.tsx:200 msgid "Date reopened for new sales" -msgstr "" +msgstr "Data reaberta à venda" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:254 msgid "Date updated successfully" -msgstr "" +msgstr "Data atualizada com sucesso" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:808 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1093 @@ -3394,23 +3394,23 @@ msgstr "datas" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:105 msgid "Dates are managed per occurrence" -msgstr "" +msgstr "As datas são geridas uma a uma" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:674 msgid "Dates with sessions" -msgstr "" +msgstr "Dias com sessões" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:87 msgid "day" -msgstr "" +msgstr "dia" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:973 msgid "Day" -msgstr "" +msgstr "Dia" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:937 msgid "Day of Month" -msgstr "" +msgstr "Dia do mês" #: src/components/forms/CapaciyAssigmentForm/index.tsx:38 msgid "Day one capacity" @@ -3418,7 +3418,7 @@ msgstr "Capacidade do primeiro dia" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:95 msgid "days" -msgstr "" +msgstr "dias" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:920 msgid "Days of the month" @@ -3426,7 +3426,7 @@ msgstr "Dias do mês" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:76 msgid "December" -msgstr "" +msgstr "Dezembro" #: src/components/common/CookieConsentBanner/index.tsx:62 msgid "Decline" @@ -3452,7 +3452,7 @@ msgstr "Recolha predefinida de informações do participante" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1106 msgid "Default capacity per date" -msgstr "" +msgstr "Capacidade predefinida por data" #: src/components/routes/organizer/Settings/Sections/PlatformFeesSettings/index.tsx:44 msgid "Default Fee Handling" @@ -3464,7 +3464,7 @@ msgstr "O modelo padrão será usado" #: src/components/forms/ProductForm/ledgerSummaries.ts:66 msgid "Defaults" -msgstr "" +msgstr "Predefinições" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:29 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:31 @@ -3478,7 +3478,7 @@ msgstr "eliminar" #: src/components/common/TaxAndFeeList/index.tsx:81 #: src/components/routes/admin/Announcements/index.tsx:226 #: src/components/routes/admin/FailedJobs/index.tsx:209 -#: src/components/routes/event/OccurrencesTab/index.tsx:502 +#: src/components/routes/event/OccurrencesTab/index.tsx:512 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:62 msgid "Delete" msgstr "Excluir" @@ -3489,7 +3489,7 @@ msgstr "Eliminar \"{0}\"?" #: src/components/routes/event/OccurrencesTab/index.tsx:249 msgid "Delete {count} selected date(s)? Dates with orders will be skipped. This cannot be undone." -msgstr "" +msgstr "Eliminar {count} data(s) selecionada(s)? As datas com pedidos serão ignoradas. Isto não pode ser anulado." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:148 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:155 @@ -3525,7 +3525,7 @@ msgstr "Excluir código" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:357 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:582 msgid "Delete Date" -msgstr "" +msgstr "Eliminar data" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:84 #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:119 @@ -3551,7 +3551,7 @@ msgstr "Eliminar organizador" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Delete Permanently" -msgstr "" +msgstr "Eliminar definitivamente" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:131 msgid "Delete Template" @@ -3559,11 +3559,11 @@ msgstr "Excluir modelo" #: src/components/common/ProductsTable/SortableCategory/index.tsx:45 msgid "Delete this category? Any products in it will also be deleted. This cannot be undone." -msgstr "" +msgstr "Eliminar esta categoria? Todos os produtos que contém também serão eliminados. Isto não pode ser anulado." #: src/components/common/ProductsTable/SortableProduct/index.tsx:71 msgid "Delete this product? This cannot be undone." -msgstr "" +msgstr "Eliminar este produto? Isto não pode ser anulado." #: src/components/common/QuestionsTable/index.tsx:197 msgid "Delete this question? This cannot be undone." @@ -3576,7 +3576,7 @@ msgstr "Excluir webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:255 msgid "Deleted {0} date(s)" -msgstr "" +msgstr "{0} data(s) eliminada(s)" #: src/components/routes/admin/DeletionRequests/index.tsx:143 msgid "Deleted account" @@ -3611,7 +3611,7 @@ msgstr "Descrição" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:138 msgid "Description and venue added" -msgstr "" +msgstr "Descrição e local adicionados" #: src/components/forms/CheckInListForm/index.tsx:143 msgid "Description for check-in staff" @@ -3640,12 +3640,12 @@ msgstr "Não recebeu o código?" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:472 msgid "Different location" -msgstr "" +msgstr "Local diferente" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:403 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:411 msgid "Disabled" -msgstr "" +msgstr "Desativado" #: src/components/forms/CapaciyAssigmentForm/index.tsx:27 msgid "Disabling this capacity will track sales but not stop them when the limit is reached" @@ -3654,12 +3654,12 @@ msgstr "Desativar esta capacidade rastreará as vendas, mas não as interromper #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Discard" -msgstr "" +msgstr "Descartar" #: src/components/forms/ProductForm/ProductDrawer.tsx:54 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:725 msgid "Discard changes?" -msgstr "" +msgstr "Descartar as alterações?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Disconnect" @@ -3691,7 +3691,7 @@ msgstr "Tipo de desconto" #: src/components/common/Callout/index.tsx:54 msgid "Dismiss" -msgstr "" +msgstr "Fechar" #: src/components/common/AnnouncementDisplay/AnnouncementBanner.tsx:37 msgid "Dismiss announcement" @@ -3699,7 +3699,7 @@ msgstr "Dispensar anúncio" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:186 msgid "Dismiss setup checklist" -msgstr "" +msgstr "Ocultar a lista de configuração" #: src/components/routes/product-widget/SelectProducts/index.tsx:1077 msgid "Dismiss this message" @@ -3747,7 +3747,7 @@ msgstr "Concluído" #: src/components/common/CheckIn/CheckInDescriptionModal.tsx:20 msgid "Door staff instructions" -msgstr "" +msgstr "Instruções para o pessoal da porta" #: src/components/common/CalendarOptionsPopover/index.tsx:39 msgid "Download .ics" @@ -3810,7 +3810,7 @@ msgstr "Duplicar" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Duplicate Date" -msgstr "" +msgstr "Duplicar data" #: src/components/common/EventCard/index.tsx:151 msgid "Duplicate event" @@ -3832,7 +3832,7 @@ msgstr "Duplicar produto" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:121 msgid "Duration must be at least 1 minute." -msgstr "" +msgstr "A duração tem de ser de pelo menos 1 minuto." #: src/components/common/LanguageSwitcher/index.tsx:26 msgid "Dutch" @@ -3846,10 +3846,10 @@ msgstr "ex. 180 (3 horas)" msgid "e.g. Learn more" msgstr "p. ex. Saber mais" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:453 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:450 msgid "e.g. Morning Session" -msgstr "" +msgstr "ex.: Sessão da manhã" #: src/components/routes/admin/Announcements/index.tsx:382 msgid "e.g. New feature: Waitlists" @@ -3879,9 +3879,9 @@ msgstr "Cada pessoa receberá um e-mail com um lugar reservado para concluir a s msgid "Each product" msgstr "Cada produto" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:381 msgid "Earlier" -msgstr "" +msgstr "Mais cedo" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:64 msgid "Early bird" @@ -3960,7 +3960,7 @@ msgstr "Editar Configuração" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Edit Date" -msgstr "" +msgstr "Editar data" #: src/components/common/LocationsTable/index.tsx:65 msgid "Edit location" @@ -4025,7 +4025,7 @@ msgstr "Editar Webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:308 msgid "Edited" -msgstr "" +msgstr "Editada" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:140 msgid "Editor" @@ -4079,7 +4079,7 @@ msgstr "Configurações de e-mail e notificação" #: src/components/layouts/AuthLayout/index.tsx:20 msgid "Email & scheduled messages" -msgstr "" +msgstr "E-mails e mensagens agendadas" #: src/components/routes/event/Settings/index.tsx:78 msgid "Email & Templates" @@ -4159,7 +4159,7 @@ msgstr "Verificação de e-mail necessária" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:160 msgid "Email verified" -msgstr "" +msgstr "E-mail verificado" #: src/components/routes/welcome/index.tsx:99 msgid "Email verified successfully!" @@ -4180,7 +4180,7 @@ msgstr "Widget incorporado" #: src/components/layouts/AuthLayout/index.tsx:21 msgid "Embeddable widget" -msgstr "" +msgstr "Widget incorporável" #: src/components/routes/admin/Announcements/index.tsx:409 msgid "Emoji" @@ -4255,11 +4255,11 @@ msgstr "Terminou" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:55 msgid "Ended {0}" -msgstr "" +msgstr "Terminou {0}" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:46 msgid "Ends {0}" -msgstr "" +msgstr "Termina {0}" #: src/components/common/LanguageSwitcher/index.tsx:18 #: src/components/common/LanguageSwitcher/index.tsx:69 @@ -4269,11 +4269,11 @@ msgstr "Inglês" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:131 msgid "Enter a capacity value or choose unlimited." -msgstr "" +msgstr "Introduza um valor de capacidade ou escolha ilimitado." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:141 msgid "Enter a label or choose to remove it." -msgstr "" +msgstr "Introduza uma etiqueta ou opte por removê-la." #: src/components/common/EmailTemplateEditor/EmailTemplatePreviewPane.tsx:58 msgid "Enter a subject and body to see the preview" @@ -4281,7 +4281,7 @@ msgstr "Digite um assunto e corpo para ver a visualização" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:112 msgid "Enter a time to shift by." -msgstr "" +msgstr "Indique o tempo a deslocar." #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:29 msgid "Enter a venue name or address" @@ -4311,9 +4311,9 @@ msgstr "Introduza o nome do afiliado" msgid "Enter an amount excluding taxes and fees." msgstr "Insira um valor sem impostos e taxas." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:434 msgid "Enter capacity" -msgstr "" +msgstr "Introduzir capacidade" #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:69 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:69 @@ -4366,7 +4366,7 @@ msgstr "Encomenda inteira" #: src/components/routes/event/SoldOutWaitlist/index.tsx:126 msgid "entries" -msgstr "" +msgstr "registos" #: src/components/common/WaitlistTable/index.tsx:264 msgid "Entries will appear here when customers join the waitlist for sold out products." @@ -4394,7 +4394,7 @@ msgstr "Erro ao carregar os registros" #: src/components/forms/ProductForm/ProductDrawer.tsx:98 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:870 msgid "Esc to close" -msgstr "" +msgstr "Esc para fechar" #: src/components/routes/account/ManageAccount/sections/AccountSettings/index.tsx:74 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:137 @@ -4433,7 +4433,7 @@ msgstr "Imagem de capa do evento" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:196 msgid "Event created" -msgstr "" +msgstr "Evento criado" #: src/components/forms/WebhookForm/index.tsx:43 msgid "Event Created" @@ -4483,7 +4483,7 @@ msgstr "Página inicial do evento" #: src/components/common/PeriodSelector/index.tsx:124 msgid "Event lifetime" -msgstr "" +msgstr "Duração total do evento" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:151 msgid "Event location & venue details" @@ -4546,7 +4546,7 @@ msgstr "Evento muito recente" #: src/components/routes/event/EventDashboard/index.tsx:264 msgid "Event totals" -msgstr "" +msgstr "Totais do evento" #: src/components/common/OrganizerWebhookTable/index.tsx:237 #: src/components/common/WebhookTable/index.tsx:237 @@ -4585,32 +4585,32 @@ msgstr "A cada" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0}" -msgstr "" +msgstr "A cada {0}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:748 msgid "Every {0} {cadenceUnit}" -msgstr "" +msgstr "A cada {0} {cadenceUnit}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Every {0} days" -msgstr "" +msgstr "A cada {0} dias" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Every {0} months" -msgstr "" +msgstr "A cada {0} meses" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Every {0} weeks" -msgstr "" +msgstr "A cada {0} semanas" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0} weeks on {1}" -msgstr "" +msgstr "A cada {0} semanas em {1}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Every {0} years" -msgstr "" +msgstr "A cada {0} anos" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:747 msgid "Every {cadenceUnit}" @@ -4622,7 +4622,7 @@ msgstr "Todo modelo de e-mail deve incluir um botão de chamada para ação que #: src/components/forms/ProductForm/index.tsx:392 msgid "Everything else — tap to edit" -msgstr "" +msgstr "Tudo o resto — toque para editar" #: src/components/common/QuestionsTable/index.tsx:496 msgid "Examples: \"How did you hear about us?\", \"Company name for invoice\"" @@ -4743,11 +4743,11 @@ msgstr "Falha ao cancelar participante" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:57 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:348 msgid "Failed to cancel date" -msgstr "" +msgstr "Falha ao cancelar a data" #: src/components/routes/event/OccurrencesTab/index.tsx:241 msgid "Failed to cancel dates" -msgstr "" +msgstr "Falha ao cancelar as datas" #: src/components/routes/event/messages.tsx:41 msgid "Failed to cancel message" @@ -4767,7 +4767,7 @@ msgstr "Falha ao criar configuração" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:712 msgid "Failed to create schedule" -msgstr "" +msgstr "Falha ao criar o calendário" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:702 #: src/hooks/useOccurrenceGenerationPolling.ts:42 @@ -4791,15 +4791,15 @@ msgstr "Falha ao excluir configuração" #: src/components/routes/event/OccurrenceDetail/index.tsx:90 #: src/components/routes/event/OccurrencesTab/index.tsx:187 msgid "Failed to delete date" -msgstr "" +msgstr "Falha ao eliminar a data" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:372 msgid "Failed to delete date. It may have existing orders." -msgstr "" +msgstr "Falha ao eliminar a data. Pode ter pedidos associados." #: src/components/routes/event/OccurrencesTab/index.tsx:258 msgid "Failed to delete dates" -msgstr "" +msgstr "Falha ao eliminar as datas" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:40 msgid "Failed to delete event" @@ -4819,7 +4819,7 @@ msgstr "Falha ao eliminar o organizador" #: src/components/common/ProductsTable/SortableProduct/index.tsx:80 msgid "Failed to delete product. Please try again." -msgstr "" +msgstr "Falha ao eliminar o produto. Tente novamente." #: src/components/common/QuestionsTable/index.tsx:203 msgid "Failed to delete question" @@ -4875,7 +4875,7 @@ msgstr "Falha ao oferecer bilhetes" #: src/components/modals/ManageOccurrenceModal/index.tsx:76 #: src/components/routes/event/OccurrenceDetail/index.tsx:102 msgid "Failed to reactivate date" -msgstr "" +msgstr "Falha ao reativar a data" #: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to remove from waitlist" @@ -4883,11 +4883,11 @@ msgstr "Falha ao remover da lista de espera" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:104 msgid "Failed to remove override" -msgstr "" +msgstr "Falha ao remover a personalização" #: src/components/routes/event/OccurrencesTab/index.tsx:201 msgid "Failed to reopen date" -msgstr "" +msgstr "Falha ao reabrir a data" #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" @@ -4919,15 +4919,15 @@ msgstr "Falha ao tentar novamente os trabalhos" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:69 msgid "Failed to save override" -msgstr "" +msgstr "Falha ao guardar a personalização" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:156 msgid "Failed to save price override" -msgstr "" +msgstr "Falha ao guardar o preço personalizado" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:163 msgid "Failed to save product settings" -msgstr "" +msgstr "Falha ao guardar as definições do produto" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:158 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:161 @@ -5012,15 +5012,15 @@ msgstr "Falha ao verificar email" #: src/constants/eventCategories.ts:17 msgid "Family" -msgstr "" +msgstr "Família" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:247 msgid "Fast payouts to your bank" -msgstr "" +msgstr "Pagamentos rápidos para o seu banco" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:66 msgid "February" -msgstr "" +msgstr "Fevereiro" #: src/components/forms/TaxAndFeeForm/index.tsx:18 #: src/components/forms/TaxAndFeeForm/index.tsx:39 @@ -5042,7 +5042,7 @@ msgstr "Gestão de taxas" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:68 msgid "Fee override saved" -msgstr "" +msgstr "Taxa personalizada guardada" #: src/components/common/InlineOrderSummary/index.tsx:156 #: src/components/common/OrdersTable/index.tsx:270 @@ -5073,11 +5073,11 @@ msgstr "Preencha primeiro os seus dados acima" #: src/constants/eventCategories.ts:12 msgid "Film" -msgstr "" +msgstr "Cinema" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:125 msgid "Filter attendees" -msgstr "" +msgstr "Filtrar participantes" #: src/components/routes/event/attendees.tsx:245 msgid "Filter Attendees" @@ -5086,7 +5086,7 @@ msgstr "Filtrar Participantes" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:62 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:82 msgid "Filter by date" -msgstr "" +msgstr "Filtrar por data" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:118 msgid "Filter by Event" @@ -5107,27 +5107,27 @@ msgstr "Filtros ({activeFilterCount})" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:281 msgid "Finish setting up Stripe" -msgstr "" +msgstr "Terminar a configuração do Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:70 msgid "Finish setup" -msgstr "" +msgstr "Concluir configuração" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:57 msgid "First" -msgstr "" +msgstr "Primeiro" #: src/components/common/PeriodSelector/index.tsx:42 msgid "First 30 days" -msgstr "" +msgstr "Primeiros 30 dias" #: src/components/common/PeriodSelector/index.tsx:40 msgid "First 7 days" -msgstr "" +msgstr "Primeiros 7 dias" #: src/components/common/PeriodSelector/index.tsx:44 msgid "First 90 days" -msgstr "" +msgstr "Primeiros 90 dias" #: src/components/routes/product-widget/CollectInformation/index.tsx:533 msgid "First attendee" @@ -5187,7 +5187,7 @@ msgstr "Quantia fixa" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:145 msgid "Fixed fee" -msgstr "" +msgstr "Taxa fixa" #: src/components/routes/admin/Configurations/index.tsx:94 #: src/components/routes/admin/Configurations/index.tsx:236 @@ -5204,11 +5204,11 @@ msgstr "A taxa fixa deve ser 0 ou maior" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash off" -msgstr "" +msgstr "Flash desligado" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash on" -msgstr "" +msgstr "Flash ligado" #: src/components/common/ThemeFontControl/index.tsx:65 msgid "Font Family" @@ -5236,7 +5236,7 @@ msgstr "Esqueceu sua senha?" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:60 msgid "Fourth" -msgstr "" +msgstr "Quarto" #: src/components/common/AttendeeTicket/index.tsx:134 #: src/components/common/Currency/index.tsx:88 @@ -5258,7 +5258,7 @@ msgstr "francês" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 msgid "Fri" -msgstr "" +msgstr "Sex" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -5275,7 +5275,7 @@ msgstr "Desde {0}" #: src/components/forms/ProductForm/ledgerSummaries.ts:46 msgid "From {start}" -msgstr "" +msgstr "A partir de {start}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:789 msgid "from {start} until {end}" @@ -5287,11 +5287,11 @@ msgstr "a partir de {start}, por {count} datas" #: src/components/layouts/AuthLayout/index.tsx:26 msgid "Full data ownership" -msgstr "" +msgstr "Propriedade total dos dados" #: src/components/common/PeriodSelector/index.tsx:46 msgid "Full event" -msgstr "" +msgstr "Evento completo" #: src/components/modals/RefundOrderModal/index.tsx:110 msgid "Full refund" @@ -5299,15 +5299,15 @@ msgstr "Reembolso total" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "future" -msgstr "" +msgstr "futuras" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:352 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:353 msgid "Future dates only" -msgstr "" +msgstr "Apenas datas futuras" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Future dates will be copied with capacity reset to zero" -msgstr "" +msgstr "As datas futuras serão copiadas com a capacidade reposta a zero" #: src/components/routes/event/TicketDesigner/TicketDesignerPrint.tsx:38 #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:40 @@ -5340,11 +5340,11 @@ msgstr "Obter direções" #: src/components/layouts/OrganizerLayout/index.tsx:82 msgid "Get Paid" -msgstr "" +msgstr "Receber pagamentos" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:234 msgid "Get paid with Stripe" -msgstr "" +msgstr "Receba pagamentos com o Stripe" #: src/components/routes/auth/Register/index.tsx:73 msgid "Get started" @@ -5377,7 +5377,7 @@ msgstr "Voltar" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Go Back" -msgstr "" +msgstr "Voltar" #: src/components/routes/profile/ConfirmEmailChange/index.tsx:23 #: src/components/routes/profile/ConfirmEmailChange/index.tsx:42 @@ -5394,7 +5394,7 @@ msgstr "Ir para a página inicial" #: src/components/modals/CreateAttendeeModal/index.tsx:196 msgid "Go to Schedule" -msgstr "" +msgstr "Ir para o calendário" #: src/components/common/ThemeColorControls/index.tsx:113 msgid "Good readability" @@ -5438,7 +5438,7 @@ msgstr "Vendas brutas" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:334 msgid "Guest" -msgstr "" +msgstr "Convidado" #: src/components/layouts/Event/index.tsx:130 msgid "Guest Management" @@ -5451,7 +5451,7 @@ msgstr "Convidados" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:45 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:159 msgid "Happening now" -msgstr "" +msgstr "A decorrer agora" #: src/components/routes/admin/DeletionRequests/index.tsx:161 msgid "Hard delete" @@ -5497,7 +5497,7 @@ msgstr "Oi {0} 👋" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:51 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:74 msgid "Hi," -msgstr "" +msgstr "Olá," #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:75 msgid "Hi.Events Fee" @@ -5514,7 +5514,7 @@ msgstr "Oculto" #: src/components/forms/ProductForm/visibilityStatus.ts:50 msgid "Hidden — sales ended {end}." -msgstr "" +msgstr "Oculto — as vendas terminaram a {end}." #: src/components/common/QuestionsTable/index.tsx:112 msgid "Hidden from attendees - only visible to organizers" @@ -5522,11 +5522,11 @@ msgstr "Oculto para participantes - visível apenas para organizadores" #: src/components/forms/ProductForm/ledgerSummaries.ts:151 msgid "Hidden from everyone" -msgstr "" +msgstr "Oculto para todos" #: src/components/forms/ProductForm/visibilityStatus.ts:18 msgid "Hidden from everyone — the master hide switch is on." -msgstr "" +msgstr "Oculto para todos — o interruptor principal de ocultação está ativo." #: src/components/common/ProductsTable/SortableProduct/index.tsx:109 #: src/components/common/ProductsTable/SortableProduct/index.tsx:318 @@ -5552,7 +5552,7 @@ msgstr "Ocultar respostas" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "Hide details" -msgstr "" +msgstr "Ocultar detalhes" #: src/components/routes/admin/Announcements/index.tsx:495 msgid "Hide Preview" @@ -5600,7 +5600,7 @@ msgstr "Ocultar esta camada dos usuários" #: src/components/forms/ProductForm/ledgerSummaries.ts:61 msgid "Hides sold out" -msgstr "" +msgstr "Oculta os esgotados" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:91 msgid "Hiding a product will prevent users from seeing it on the event page." @@ -5629,7 +5629,7 @@ msgstr "Os produtos destacados terão uma cor de fundo diferente para se destaca #: src/constants/eventCategories.ts:18 msgid "Hobbies" -msgstr "" +msgstr "Passatempos" #: src/components/routes/event/HomepageDesigner/index.tsx:168 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:173 @@ -5651,10 +5651,10 @@ msgstr "Visualização da página inicial" msgid "Homer" msgstr "Homero" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:386 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:410 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:387 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:411 msgid "Hours" -msgstr "" +msgstr "Horas" #: src/components/forms/PromoCodeForm/index.tsx:116 msgid "How is the discount applied?" @@ -5674,7 +5674,7 @@ msgstr "Quantas vezes esse código pode ser usado?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:449 msgid "How VAT is applied to the platform fees we charge you." -msgstr "" +msgstr "Como o IVA é aplicado às taxas de plataforma que lhe cobramos." #: src/components/common/Editor/index.tsx:90 msgid "HTML character limit exceeded: {htmlLength}/{maxLength}" @@ -5795,11 +5795,11 @@ msgstr "Em {diffMinutes} minutos" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:111 msgid "in last {0} min" -msgstr "" +msgstr "nos últimos {0} min" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:472 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 msgid "In person — set a venue" -msgstr "" +msgstr "Presencial — indique um local" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:132 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:168 @@ -5881,7 +5881,7 @@ msgstr "Instagram" #: src/components/layouts/AuthLayout/index.tsx:14 msgid "Instant Stripe payouts" -msgstr "" +msgstr "Pagamentos Stripe instantâneos" #: src/components/layouts/Event/index.tsx:143 #: src/components/layouts/OrganizerLayout/index.tsx:114 @@ -5890,7 +5890,7 @@ msgstr "Integrações" #: src/components/forms/CheckInListForm/index.tsx:190 msgid "Internal notes on the attendee's ticket" -msgstr "" +msgstr "Notas internas no bilhete do participante" #: src/components/common/ContactOrganizerModal/index.tsx:35 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:33 @@ -5972,11 +5972,11 @@ msgstr "Configurações da fatura" #: src/components/routes/welcome/index.tsx:404 msgid "It happens on more than one date" -msgstr "" +msgstr "Realiza-se em mais do que uma data" #: src/components/layouts/ProductWidget/index.tsx:57 msgid "It may have been unpublished or removed. Please check the link and try again." -msgstr "" +msgstr "Pode ter sido despublicado ou removido. Verifique a ligação e tente novamente." #: src/components/common/LanguageSwitcher/index.tsx:24 msgid "Italian" @@ -5997,7 +5997,7 @@ msgstr "Itens" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:65 msgid "January" -msgstr "" +msgstr "Janeiro" #: src/components/routes/admin/FailedJobs/index.tsx:163 msgid "Job" @@ -6047,11 +6047,11 @@ msgstr "Inscrito" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:71 msgid "July" -msgstr "" +msgstr "Julho" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:70 msgid "June" -msgstr "" +msgstr "Junho" #: src/components/routes/auth/Login/index.tsx:121 msgid "Just looking for your tickets?" @@ -6059,11 +6059,11 @@ msgstr "Apenas procurando seus ingressos?" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:24 msgid "just now" -msgstr "" +msgstr "agora mesmo" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:161 msgid "Just wrapped" -msgstr "" +msgstr "Acabou de terminar" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Keep connection" @@ -6072,7 +6072,7 @@ msgstr "Manter ligação" #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Keep editing" -msgstr "" +msgstr "Continuar a editar" #: src/components/routes/admin/Announcements/index.tsx:390 msgid "Keep it short — banners show a single line. {0}/200" @@ -6084,7 +6084,7 @@ msgstr "Mantenha-me atualizado sobre notícias e eventos de {0}" #: src/components/layouts/AuthLayout/index.tsx:42 msgid "Keep the profit." -msgstr "" +msgstr "Fique com o lucro." #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:63 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:449 @@ -6099,7 +6099,7 @@ msgstr "Etiqueta — p. ex. Sessão da manhã" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:301 msgid "label updates" -msgstr "" +msgstr "atualizações de etiqueta" #: src/components/modals/CreateAttendeeModal/index.tsx:235 #: src/components/modals/ManageAttendeeModal/index.tsx:156 @@ -6109,7 +6109,7 @@ msgstr "Língua" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:61 msgid "Last" -msgstr "" +msgstr "Último" #: src/components/common/OrganizerReportTable/index.tsx:60 #: src/components/common/ReportTable/index.tsx:55 @@ -6203,13 +6203,13 @@ msgstr "Última ativação" msgid "Last Used" msgstr "Última vez usado" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:379 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 msgid "Later" -msgstr "" +msgstr "Mais tarde" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:152 msgid "Latest check-ins" -msgstr "" +msgstr "Últimos check-ins" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1098 msgid "Leave “from” as today to start right away." @@ -6221,27 +6221,27 @@ msgstr "Deixe em branco para usar a palavra padrão \"Fatura\"" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:507 msgid "Leave empty for unlimited" -msgstr "" +msgstr "Deixe vazio para ilimitado" #: src/components/forms/CheckInListForm/index.tsx:131 msgid "Leave empty to apply this check-in list to all occurrences" -msgstr "" +msgstr "Deixe vazio para aplicar esta lista de check-in a todas as datas" #: src/components/forms/CheckInListForm/index.tsx:106 msgid "Leave on to cover every ticket on the event. Turn off to pick specific tickets." -msgstr "" +msgstr "Deixe ativo para abranger todos os bilhetes do evento. Desative para escolher bilhetes específicos." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:300 msgid "Let them know about the change" -msgstr "" +msgstr "Informe-os da alteração" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:266 msgid "Let them know about the changes" -msgstr "" +msgstr "Informe-os das alterações" #: src/components/layouts/OrganizerLayout/index.tsx:111 msgid "Library" -msgstr "" +msgstr "Biblioteca" #: src/components/common/ThemeColorControls/index.tsx:84 msgid "Light" @@ -6261,7 +6261,7 @@ msgstr "Links permitidos" #: src/components/routes/event/OccurrencesTab/index.tsx:472 msgid "List" -msgstr "" +msgstr "Lista" #: src/components/common/EventCard/index.tsx:91 #: src/components/layouts/Event/index.tsx:218 @@ -6281,11 +6281,11 @@ msgstr "Eventos ao Vivo" #: src/components/forms/ProductForm/ProductPreview.tsx:72 msgid "Live preview" -msgstr "" +msgstr "Pré-visualização em direto" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:344 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 msgid "Loaded dates" -msgstr "" +msgstr "Datas carregadas" #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:33 msgid "Loading preview..." @@ -6340,7 +6340,7 @@ msgstr "Localização atualizada" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:302 msgid "location updates" -msgstr "" +msgstr "atualizações de local" #: src/components/routes/organizer/Locations/index.tsx:52 msgid "locations" @@ -6404,7 +6404,7 @@ msgstr "Tornar o endereço de cobrança obrigatório durante o checkout" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:114 msgid "Make it visible so people can buy tickets" -msgstr "" +msgstr "Torne-o visível para que as pessoas possam comprar bilhetes" #: src/components/forms/QuestionForm/index.tsx:212 msgid "Make this question mandatory" @@ -6426,7 +6426,7 @@ msgstr "Gerenciar" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:97 msgid "Manage {0}" -msgstr "" +msgstr "Gerir {0}" #: src/hooks/useAttendeeActions.tsx:75 msgid "Manage attendee" @@ -6434,7 +6434,7 @@ msgstr "Gerenciar participante" #: src/components/routes/event/OccurrencesTab/index.tsx:462 msgid "Manage dates and times for your recurring event" -msgstr "" +msgstr "Faça a gestão das datas e horários do seu evento recorrente" #: src/components/common/EventCard/index.tsx:146 msgid "Manage event" @@ -6442,7 +6442,7 @@ msgstr "Gerenciar evento" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:393 msgid "Manage on Stripe" -msgstr "" +msgstr "Gerir no Stripe" #: src/hooks/useOrderActions.tsx:99 msgid "Manage order" @@ -6459,11 +6459,11 @@ msgstr "Gerenciar perfil" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:114 msgid "Manage schedule" -msgstr "" +msgstr "Gerir calendário" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:78 msgid "Manage Schedule" -msgstr "" +msgstr "Gerir calendário" #: src/components/routes/account/ManageAccount/sections/TaxSettings/index.tsx:17 msgid "Manage taxes and fees which can be applied to your products" @@ -6505,7 +6505,7 @@ msgstr "Adicionar participante manualmente" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:67 msgid "March" -msgstr "" +msgstr "Março" #: src/hooks/useOrderActions.tsx:128 msgid "Mark as paid" @@ -6513,7 +6513,7 @@ msgstr "Marcar como pago" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:180 msgid "Mark as validated (admin override)" -msgstr "" +msgstr "Marcar como validado (exceção de administrador)" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:177 msgid "Max Messages / 24h" @@ -6533,7 +6533,7 @@ msgstr "Máximo por pedido" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:69 msgid "May" -msgstr "" +msgstr "Maio" #: src/components/routes/admin/Attribution/index.tsx:108 msgid "Medium" @@ -6620,7 +6620,7 @@ msgstr "Nível de mensagens atualizado com sucesso" #: src/components/forms/ProductForm/ledgerSummaries.ts:115 msgid "Min {min} per order" -msgstr "" +msgstr "Mín. {min} por pedido" #: src/components/forms/ProductForm/index.tsx:523 msgid "Minimum Per Order" @@ -6634,10 +6634,10 @@ msgstr "Preço minimo" msgid "minutes" msgstr "minutos" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:393 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:417 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:394 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:418 msgid "Minutes" -msgstr "" +msgstr "Minutos" #: src/components/routes/event/Settings/index.tsx:84 msgid "Miscellaneous" @@ -6652,13 +6652,13 @@ msgstr "Configurações Diversas" msgid "Modal" msgstr "Modal" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:467 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:468 msgid "Mode" -msgstr "" +msgstr "Modo" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 msgid "Mon" -msgstr "" +msgstr "Seg" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -6675,7 +6675,7 @@ msgstr "Monitorar e gerir trabalhos de fundo falhados" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:89 msgid "month" -msgstr "" +msgstr "mês" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:931 msgid "Month" @@ -6684,20 +6684,20 @@ msgstr "Mês" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:52 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Monthly" -msgstr "" +msgstr "Mensal" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:97 msgid "months" -msgstr "" +msgstr "meses" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:268 msgid "more" -msgstr "" +msgstr "mais" #: src/components/common/EntityActions/index.tsx:98 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:171 msgid "More actions" -msgstr "" +msgstr "Mais ações" #: src/components/routes/admin/Dashboard/index.tsx:294 msgid "Most Viewed Events (Last 14 Days)" @@ -6705,7 +6705,7 @@ msgstr "Eventos mais vistos (Últimos 14 dias)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Move all dates earlier or later" -msgstr "" +msgstr "Antecipar ou adiar todas as datas" #: src/components/forms/QuestionForm/index.tsx:106 msgid "Multi line text box" @@ -6715,11 +6715,11 @@ msgstr "Caixa de texto com várias linhas" #: src/components/layouts/EventHomepage/index.tsx:180 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Multiple locations" -msgstr "" +msgstr "Vários locais" #: src/components/layouts/AuthLayout/index.tsx:27 msgid "Multiple ticket types" -msgstr "" +msgstr "Vários tipos de bilhete" #: src/constants/eventCategories.ts:8 msgid "Music" @@ -6800,13 +6800,13 @@ msgstr "Receita Líquida" msgid "Never" msgstr "Nunca" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:432 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 msgid "New capacity" -msgstr "" +msgstr "Nova capacidade" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:451 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 msgid "New label" -msgstr "" +msgstr "Nova etiqueta" #: src/components/common/LocationPicker/index.tsx:169 #: src/components/common/LocationPicker/index.tsx:183 @@ -6825,7 +6825,7 @@ msgstr "Novos registos" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:53 msgid "New time:" -msgstr "" +msgstr "Novo horário:" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:429 msgid "Next month" @@ -6833,11 +6833,11 @@ msgstr "Mês seguinte" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:162 msgid "Next occurrence" -msgstr "" +msgstr "Data seguinte" #: src/components/common/EventDateRange/index.tsx:61 msgid "Next: {nextFormatted}" -msgstr "" +msgstr "Seguinte: {nextFormatted}" #: src/constants/eventCategories.ts:4 msgid "Nightlife" @@ -6886,7 +6886,7 @@ msgstr "Nenhum participante encontrado para este pedido." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:173 msgid "No attendees to show" -msgstr "" +msgstr "Sem participantes para mostrar" #: src/components/common/AttendeeTable/index.tsx:346 msgid "No Attendees to show" @@ -6894,7 +6894,7 @@ msgstr "Nenhum participante para mostrar" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:79 msgid "No attendees yet for this date." -msgstr "" +msgstr "Ainda não há participantes para esta data." #: src/components/routes/admin/Attribution/index.tsx:121 msgid "No attribution data found" @@ -6902,7 +6902,7 @@ msgstr "Nenhum dado de atribuição encontrado" #: src/components/routes/organizer/Payments/CapabilityList.tsx:69 msgid "No capabilities reported by Stripe yet." -msgstr "" +msgstr "O Stripe ainda não comunicou quaisquer funcionalidades." #: src/components/modals/OfferWaitlistModal/index.tsx:193 msgid "No capacity" @@ -6915,7 +6915,7 @@ msgstr "Sem Atribuições de Capacidade" #: src/components/common/KpiGrid/index.tsx:57 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:212 msgid "No change" -msgstr "" +msgstr "Sem alterações" #: src/components/common/CheckInListList/index.tsx:44 #: src/components/common/CheckInListTable/index.tsx:266 @@ -6928,7 +6928,7 @@ msgstr "Nenhuma lista de check-in disponível para este evento." #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:155 msgid "No check-ins yet" -msgstr "" +msgstr "Ainda não há check-ins" #: src/components/routes/admin/Configurations/index.tsx:127 msgid "No configurations found" @@ -6936,7 +6936,7 @@ msgstr "Nenhuma configuração encontrada" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:207 msgid "No connections available" -msgstr "" +msgstr "Não há ligações disponíveis" #: src/components/common/ReportTable/index.tsx:233 msgid "No data available" @@ -6953,32 +6953,32 @@ msgstr "Nenhum dado para mostrar. Por favor, selecione um intervalo de datas" #: src/components/common/EventCard/index.tsx:221 #: src/components/common/EventCard/index.tsx:318 msgid "No date added" -msgstr "" +msgstr "Nenhuma data adicionada" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:668 msgid "No dates available this month. Try navigating to another month." -msgstr "" +msgstr "Não há datas disponíveis este mês. Experimente outro mês." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:90 msgid "No dates match the current filters." -msgstr "" +msgstr "Nenhuma data corresponde aos filtros atuais." -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates match your filters" -msgstr "" +msgstr "Nenhuma data corresponde aos seus filtros" #: src/components/common/OccurrenceSelect/index.tsx:158 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:130 msgid "No dates match your search" -msgstr "" +msgstr "Nenhuma data corresponde à sua pesquisa" #: src/components/modals/PublishEventModal/index.tsx:103 msgid "No dates scheduled" msgstr "Sem datas agendadas" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates scheduled yet" -msgstr "" +msgstr "Ainda não há datas agendadas" #: src/components/routes/admin/DeletionRequests/index.tsx:108 msgid "No deletion requests found" @@ -7026,7 +7026,7 @@ msgstr "Sem fatura" #: src/components/forms/ProductForm/ledgerSummaries.ts:121 msgid "No limits" -msgstr "" +msgstr "Sem limites" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:163 #: src/components/modals/WebhookLogsModal/index.tsx:177 @@ -7047,11 +7047,11 @@ msgstr "Nenhuma mensagem para mostrar" #: src/components/modals/CreateAttendeeModal/index.tsx:183 msgid "No occurrences available" -msgstr "" +msgstr "Não há datas disponíveis" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:134 msgid "No occurrences on this date" -msgstr "" +msgstr "Não há datas neste dia" #: src/components/common/QuestionsTable/index.tsx:491 msgid "No order questions yet" @@ -7071,7 +7071,7 @@ msgstr "Nenhum pedido ainda" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:90 msgid "No orders yet for this date." -msgstr "" +msgstr "Ainda não há pedidos para esta data." #: src/components/routes/admin/Dashboard/index.tsx:377 msgid "No organizer activity in the last 14 days" @@ -7079,7 +7079,7 @@ msgstr "Sem atividade de organizador nos últimos 14 dias" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:179 msgid "No organizer context available." -msgstr "" +msgstr "Não há contexto de organizador disponível." #: src/components/modals/SwitchOrganizerModal/index.tsx:57 msgid "No other organizers available" @@ -7116,7 +7116,7 @@ msgstr "Nenhum produto disponível nesta categoria." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:170 msgid "No products configured for this event." -msgstr "" +msgstr "Não há produtos configurados para este evento." #: src/components/modals/OfferWaitlistModal/index.tsx:140 msgid "No products have waiting entries" @@ -7195,7 +7195,7 @@ msgstr "Sem bilhetes para vender" #: src/components/common/EventDateRange/index.tsx:68 msgid "No upcoming dates" -msgstr "" +msgstr "Não há datas futuras" #: src/components/layouts/OrganizerHomepage/index.tsx:299 msgid "No upcoming events" @@ -7229,7 +7229,7 @@ msgstr "Não, manter-me aqui" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:293 msgid "non-edited" -msgstr "" +msgstr "não editadas" #: src/components/common/PromoCodeTable/index.tsx:82 #: src/components/forms/ProductForm/ledgerSummaries.ts:92 @@ -7240,7 +7240,7 @@ msgstr "Nenhum" #: src/components/forms/ProductForm/ledgerSummaries.ts:29 msgid "None yet" -msgstr "" +msgstr "Ainda nenhum" #: src/components/common/ProductPriceAvailability/index.tsx:38 #: src/components/common/ProductPriceAvailability/index.tsx:68 @@ -7250,7 +7250,7 @@ msgstr "Não disponível" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:122 #: src/components/modals/ManageAttendeeModal/index.tsx:138 msgid "Not checked in" -msgstr "" +msgstr "Sem check-in" #: src/components/common/AttendeeTable/index.tsx:304 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -7279,7 +7279,7 @@ msgstr "Configurações de notificação" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:569 msgid "Notify attendees and stop sales" -msgstr "" +msgstr "Notificar os participantes e parar as vendas" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:76 msgid "Notify organizer of new orders" @@ -7287,11 +7287,11 @@ msgstr "Notificar o organizador sobre novos pedidos" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:75 msgid "November" -msgstr "" +msgstr "Novembro" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1087 msgid "Number of dates to create" -msgstr "" +msgstr "Número de datas a criar" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:227 msgid "Number of days allowed for payment (leave blank to omit payment terms from invoices)" @@ -7307,38 +7307,38 @@ msgstr "Prefixo numérico" #: src/components/modals/ManageOrderModal/index.tsx:140 #: src/components/modals/SendMessageModal/index.tsx:357 msgid "Occurrence" -msgstr "" +msgstr "Data" #: src/components/forms/WebhookForm/index.tsx:133 msgid "Occurrence Cancelled" -msgstr "" +msgstr "Data cancelada" #: src/components/layouts/Event/index.tsx:113 #: src/components/routes/event/OccurrencesTab/index.tsx:463 msgid "Occurrence Schedule" -msgstr "" +msgstr "Calendário de datas" #: src/components/routes/event/Reports/index.tsx:37 #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:102 msgid "Occurrence Summary" -msgstr "" +msgstr "Resumo da data" #: src/components/common/OrderDetails/index.tsx:55 #: src/components/modals/ManageOrderModal/index.tsx:140 msgid "Occurrences" -msgstr "" +msgstr "Datas" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Occurrences (future only)" -msgstr "" +msgstr "Datas (apenas futuras)" #: src/components/modals/CreateEventModal/index.tsx:252 msgid "Occurrences can be configured after creation" -msgstr "" +msgstr "As datas podem ser configuradas depois da criação" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:74 msgid "October" -msgstr "" +msgstr "Outubro" #: src/components/common/OrganizerReportTable/index.tsx:356 msgid "of" @@ -7351,7 +7351,7 @@ msgstr "de cada mês" #: src/components/forms/ProductForm/ledgerSummaries.ts:77 #: src/components/forms/ProductForm/ledgerSummaries.ts:140 msgid "Off" -msgstr "" +msgstr "Desligado" #: src/components/common/WaitlistTable/index.tsx:135 #: src/components/modals/OfferWaitlistModal/index.tsx:227 @@ -7422,7 +7422,7 @@ msgstr "a" #: src/components/forms/ProductForm/ledgerSummaries.ts:74 msgid "On" -msgstr "" +msgstr "Ligado" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:760 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:768 @@ -7449,7 +7449,7 @@ msgstr "no {position} {day}" #: src/components/forms/ProductForm/index.tsx:442 msgid "On the event page" -msgstr "" +msgstr "Na página do evento" #: src/components/common/JoinWaitlistButton/index.tsx:25 msgid "On the waitlist" @@ -7480,23 +7480,23 @@ msgstr "Em andamento" msgid "Online" msgstr "Online" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 msgid "Online — provide connection details" -msgstr "" +msgstr "Online — indique os dados de ligação" #: src/components/common/EventCard/index.tsx:100 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Online & in-person" -msgstr "" +msgstr "Online e presencial" #: src/components/layouts/EventHomepage/index.tsx:181 msgid "Online & in-person — see schedule" -msgstr "" +msgstr "Online e presencial — ver o calendário" #: src/components/common/AttendeeTicket/index.tsx:127 #: src/components/modals/ManageOccurrenceModal/index.tsx:146 msgid "Online event" -msgstr "" +msgstr "Evento online" #: src/components/layouts/EventHomepage/index.tsx:404 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:175 @@ -7517,7 +7517,7 @@ msgstr "Apenas {capacity} restantes" #: src/components/forms/ProductForm/ProductDrawer.tsx:130 msgid "Only a name is required — everything else has sensible defaults" -msgstr "" +msgstr "Só o nome é obrigatório — tudo o resto tem predefinições sensatas" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:74 msgid "Only account administrators can delete or archive events. Contact your account admin for assistance." @@ -7529,7 +7529,7 @@ msgstr "Apenas os administradores da conta podem eliminar ou arquivar organizado #: src/components/forms/ProductForm/index.tsx:546 msgid "Only available as an add-on" -msgstr "" +msgstr "Disponível apenas como complemento" #: src/components/routes/admin/Announcements/index.tsx:470 msgid "Only published announcements are shown to users" @@ -7545,11 +7545,11 @@ msgstr "Mostrar apenas a data e hora de início" #: src/components/common/ProductsTable/SortableProduct/index.tsx:335 msgid "Only shown as an add-on to the products it's attached to" -msgstr "" +msgstr "Só é apresentado como complemento dos produtos a que está associado" #: src/components/forms/ProductForm/visibilityStatus.ts:25 msgid "Only shown as an add-on to the products it's attached to." -msgstr "" +msgstr "Só é apresentado como complemento dos produtos a que está associado." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:138 msgid "Only the account owner can request account deletion." @@ -7557,11 +7557,11 @@ msgstr "Apenas o proprietário da conta pode pedir a eliminação da conta." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:513 msgid "Only tickets count toward capacity" -msgstr "" +msgstr "Só os bilhetes contam para a capacidade" #: src/components/forms/ProductForm/visibilityStatus.ts:32 msgid "Only visible to buyers with an applicable promo code." -msgstr "" +msgstr "Visível apenas para compradores com um código promocional aplicável." #: src/components/common/ProductsTable/SortableProduct/index.tsx:319 msgid "Only visible with promo code" @@ -7569,7 +7569,7 @@ msgstr "Apenas visível com código promocional" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open check-in" -msgstr "" +msgstr "Abrir check-in" #: src/components/common/CheckInListList/index.tsx:165 #: src/components/common/CheckInListTable/index.tsx:209 @@ -7579,7 +7579,7 @@ msgstr "Abrir Página de Check-In" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open occurrence" -msgstr "" +msgstr "Abrir data" #: src/components/layouts/AppLayout/index.tsx:31 msgid "Open sidebar" @@ -7621,9 +7621,9 @@ msgstr "Opções" msgid "or" msgstr "ou" -#: src/components/routes/event/OccurrencesTab/index.tsx:603 +#: src/components/routes/event/OccurrencesTab/index.tsx:618 msgid "or add a single date" -msgstr "" +msgstr "ou adicione uma única data" #: src/components/modals/PublishEventModal/index.tsx:81 msgid "Or enable offline payments and disable Stripe" @@ -7631,7 +7631,7 @@ msgstr "Ou ative os pagamentos offline e desative o Stripe" #: src/components/routes/event/OccurrencesTab/index.tsx:415 msgid "order" -msgstr "" +msgstr "pedido" #: src/components/common/QuestionsTable/index.tsx:295 #: src/components/common/QuestionsTable/index.tsx:448 @@ -7647,7 +7647,7 @@ msgstr "Pedido e Bilhete" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:265 msgid "Order #" -msgstr "" +msgstr "N.º do pedido" #: src/components/routes/product-widget/CollectInformation/index.tsx:386 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:375 @@ -7682,7 +7682,7 @@ msgstr "Data do pedido" #: src/components/forms/CheckInListForm/index.tsx:222 msgid "Order details" -msgstr "" +msgstr "Detalhes do pedido" #: src/components/common/OrdersTable/index.tsx:178 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:613 @@ -7708,7 +7708,7 @@ msgstr "ID do Pedido" #: src/components/forms/ProductForm/index.tsx:517 msgid "Order limits" -msgstr "" +msgstr "Limites do pedido" #: src/hooks/useOrderActions.tsx:50 msgid "Order marked as paid" @@ -7728,7 +7728,7 @@ msgstr "Pedido não encontrado" #: src/components/forms/CheckInListForm/index.tsx:224 msgid "Order number, purchase date, purchaser email" -msgstr "" +msgstr "Número do pedido, data de compra, e-mail do comprador" #: src/components/common/MessageList/index.tsx:31 msgid "Order owner" @@ -7790,7 +7790,7 @@ msgstr "O pedido foi cancelado" #: src/components/routes/event/OccurrencesTab/index.tsx:415 #: src/components/routes/event/orders.tsx:197 msgid "orders" -msgstr "" +msgstr "pedidos" #: src/components/layouts/Admin/index.tsx:17 #: src/components/layouts/Event/index.tsx:125 @@ -7905,7 +7905,7 @@ msgstr "O modelo do organizador/padrão será usado" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:202 msgid "Organizers" -msgstr "" +msgstr "Organizadores" #: src/components/modals/EditUserModal/index.tsx:58 #: src/components/modals/InviteUserModal/index.tsx:49 @@ -7927,7 +7927,7 @@ msgstr "Resultado" #: src/constants/eventCategories.ts:22 msgid "Outdoors" -msgstr "" +msgstr "Ar livre" #: src/components/routes/admin/Messages/index.tsx:107 msgid "Outgoing Messages" @@ -7935,19 +7935,19 @@ msgstr "Mensagens de saída" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:208 msgid "Override" -msgstr "" +msgstr "Personalização" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:133 msgid "Override fees on this organizer" -msgstr "" +msgstr "Personalizar as taxas deste organizador" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:228 msgid "Override price" -msgstr "" +msgstr "Personalizar preço" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:96 msgid "Override removed" -msgstr "" +msgstr "Personalização removida" #: src/components/layouts/Event/index.tsx:100 msgid "Overview" @@ -7988,7 +7988,7 @@ msgstr "pago" #: src/components/forms/ProductForm/index.tsx:274 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:431 msgid "Paid" -msgstr "" +msgstr "Pago" #: src/components/routes/admin/Attribution/index.tsx:51 msgid "Paid Accounts" @@ -8048,7 +8048,7 @@ msgstr "Passado" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:317 msgid "Past due" -msgstr "" +msgstr "Em atraso" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Past Events" @@ -8162,7 +8162,7 @@ msgstr "Pagamentos não disponíveis" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:407 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:463 msgid "Payouts" -msgstr "" +msgstr "Pagamentos" #: src/components/routes/admin/DeletionRequests/index.tsx:85 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:437 @@ -8180,7 +8180,7 @@ msgstr "Por participante" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:117 msgid "per min" -msgstr "" +msgstr "por min" #: src/components/common/PromoCodeTable/index.tsx:91 msgid "per order" @@ -8216,7 +8216,7 @@ msgstr "Taxa Percentual" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:137 msgid "Percentage fee (%)" -msgstr "" +msgstr "Taxa percentual (%)" #: src/components/routes/admin/Configurations/index.tsx:175 msgid "Percentage must be between 0 and 100" @@ -8248,7 +8248,7 @@ msgstr "Eliminar permanentemente este organizador e todos os seus eventos." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:583 msgid "Permanently remove this date" -msgstr "" +msgstr "Remover esta data definitivamente" #: src/components/routes/profile/ManageProfile/index.tsx:148 msgid "Personal Information" @@ -8260,15 +8260,15 @@ msgstr "Telefone" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:530 msgid "Pick an end date" -msgstr "" +msgstr "Escolha uma data de fim" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:538 msgid "Pick at least one day of the month" -msgstr "" +msgstr "Escolha pelo menos um dia do mês" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:527 msgid "Pick at least one day of the week" -msgstr "" +msgstr "Escolha pelo menos um dia da semana" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:841 msgid "Pick days to see your dates." @@ -8285,7 +8285,7 @@ msgstr "Coloque isto no do seu site." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:269 #: src/components/modals/ManageOrderModal/index.tsx:125 msgid "Placed" -msgstr "" +msgstr "Efetuado" #: src/components/common/PoweredByFooter/index.tsx:48 msgid "Planning an event?" @@ -8340,7 +8340,7 @@ msgstr "Verifique seu e-mail para confirmar seu endereço de e-mail" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:76 msgid "Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions." -msgstr "" +msgstr "Consulte o novo horário no seu bilhete. Os seus bilhetes continuam válidos — não precisa de fazer nada, a não ser que os novos horários não lhe sirvam. Responda a este e-mail se tiver dúvidas." #: src/components/routes/product-widget/SelectProducts/index.tsx:1023 msgid "Please continue in the new tab" @@ -8393,7 +8393,7 @@ msgstr "Por favor, volte para a página do evento para recomeçar." #: src/components/routes/product-widget/SelectProducts/index.tsx:584 msgid "Please select a date and time" -msgstr "" +msgstr "Selecione uma data e um horário" #: src/components/common/OrganizerReportTable/index.tsx:269 msgid "Please select a date range" @@ -8452,7 +8452,7 @@ msgstr "Português" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:967 msgid "Position" -msgstr "" +msgstr "Posição" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:97 msgid "Post Checkout message" @@ -8506,7 +8506,7 @@ msgstr "Preço não definido" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:206 msgid "Price Tier" -msgstr "" +msgstr "Escalão de preço" #: src/components/forms/ProductForm/index.tsx:356 msgid "Price Tiers" @@ -8514,7 +8514,7 @@ msgstr "Níveis de Preço" #: src/components/forms/ProductForm/index.tsx:266 msgid "Pricing" -msgstr "" +msgstr "Preços" #: src/components/common/WidgetEditor/index.tsx:187 msgid "Primary Color" @@ -8604,11 +8604,11 @@ msgstr "Detalhamento das vendas de produtos, receitas e impostos" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:599 msgid "Product settings cannot be edited for cancelled dates." -msgstr "" +msgstr "As definições dos produtos não podem ser editadas em datas canceladas." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:160 msgid "Product settings saved successfully" -msgstr "" +msgstr "Definições do produto guardadas com sucesso" #: src/components/common/ProductSelector/index.tsx:67 msgid "Product Tier" @@ -8661,7 +8661,7 @@ msgstr "Perfil atualizado com sucesso" #: src/components/common/CheckIn/CheckInInfoModal.tsx:47 msgid "Progress" -msgstr "" +msgstr "Progresso" #: src/components/routes/product-widget/SelectProducts/index.tsx:500 msgid "Promo {promo_code} code applied" @@ -8682,7 +8682,7 @@ msgstr "Página de código promocional" #: src/components/forms/ProductForm/ledgerSummaries.ts:154 msgid "Promo code required" -msgstr "" +msgstr "Código promocional obrigatório" #: src/components/routes/event/Reports/index.tsx:32 msgid "Promo code usage and discount breakdown" @@ -8690,11 +8690,11 @@ msgstr "Uso de códigos promocionais e detalhamento de descontos" #: src/components/routes/event/promo-codes.tsx:55 msgid "promo codes" -msgstr "" +msgstr "códigos promocionais" #: src/components/layouts/AuthLayout/index.tsx:18 msgid "Promo codes" -msgstr "" +msgstr "Códigos promocionais" #: src/components/layouts/Event/index.tsx:126 #: src/components/modals/DuplicateEventModal/index.tsx:52 @@ -8733,11 +8733,11 @@ msgstr "Indique pelo menos um campo de morada (local, rua, cidade ou país)." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:438 msgid "Provide the following before Stripe's next review to keep payouts flowing." -msgstr "" +msgstr "Forneça o seguinte antes da próxima análise do Stripe para que os pagamentos continuem." #: src/components/forms/ProductForm/ledgerSummaries.ts:157 msgid "Public" -msgstr "" +msgstr "Público" #: src/components/common/StatusToggle/index.tsx:97 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:117 @@ -8754,7 +8754,7 @@ msgstr "Publicar evento" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:113 msgid "Publish your event" -msgstr "" +msgstr "Publique o seu evento" #: src/components/routes/admin/Announcements/index.tsx:183 #: src/components/routes/admin/Announcements/index.tsx:473 @@ -8774,11 +8774,11 @@ msgstr "Adquirido" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:275 msgid "Purchaser" -msgstr "" +msgstr "Comprador" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:283 msgid "Purchaser email" -msgstr "" +msgstr "E-mail do comprador" #: src/components/modals/ShareModal/index.tsx:168 msgid "QR Code" @@ -8786,7 +8786,7 @@ msgstr "Código QR" #: src/components/layouts/AuthLayout/index.tsx:16 msgid "QR code check-in" -msgstr "" +msgstr "Check-in por código QR" #: src/components/modals/OfferWaitlistModal/index.tsx:170 msgid "Qty" @@ -8803,7 +8803,7 @@ msgstr "Quantidade Disponível" #: src/components/forms/CheckInListForm/index.tsx:205 msgid "Question answers" -msgstr "" +msgstr "Respostas às perguntas" #: src/components/common/QuestionsTable/index.tsx:201 msgid "Question deleted" @@ -8837,7 +8837,7 @@ msgstr "Fila" #: src/components/forms/PromoCodeForm/index.tsx:145 msgid "Quick Tip" -msgstr "" +msgstr "Dica rápida" #: src/components/forms/QuestionForm/index.tsx:118 msgid "Radio Option" @@ -8861,7 +8861,7 @@ msgstr "Reoferecer lugar" #: src/components/modals/ManageOccurrenceModal/index.tsx:70 #: src/components/routes/event/OccurrenceDetail/index.tsx:96 msgid "Reactivate this date? It will be reopened for future sales." -msgstr "" +msgstr "Reativar esta data? Será reaberta a vendas futuras." #: src/components/modals/PublishEventModal/index.tsx:143 msgid "Ready to go live?" @@ -8869,7 +8869,7 @@ msgstr "Pronto para publicar?" #: src/components/layouts/AuthLayout/index.tsx:19 msgid "Real-time analytics" -msgstr "" +msgstr "Análises em tempo real" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:171 msgid "Reason (optional)" @@ -8887,19 +8887,19 @@ msgstr "Registos de contas recentes" #: src/components/common/PeriodSelector/index.tsx:111 msgid "Recent activity" -msgstr "" +msgstr "Atividade recente" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:59 msgid "Recent Attendees" -msgstr "" +msgstr "Participantes recentes" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:106 msgid "Recent check-ins" -msgstr "" +msgstr "Check-ins recentes" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:309 msgid "Recent orders" -msgstr "" +msgstr "Pedidos recentes" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:63 msgid "Recent Orders" @@ -8930,12 +8930,12 @@ msgstr "Os destinatários ficam disponíveis após o envio da mensagem" #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "Recommended" -msgstr "" +msgstr "Recomendado" #: src/components/common/EventCard/index.tsx:209 #: src/components/common/EventCard/index.tsx:322 msgid "Recurring" -msgstr "" +msgstr "Recorrente" #: src/components/layouts/EventHomepage/index.tsx:368 #: src/components/modals/CreateEventModal/index.tsx:240 @@ -8949,7 +8949,7 @@ msgstr "Definições de evento recorrente" #: src/components/layouts/AuthLayout/index.tsx:13 msgid "Recurring events" -msgstr "" +msgstr "Eventos recorrentes" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:80 msgid "Reddit" @@ -8969,13 +8969,13 @@ msgstr "Atualizar visualização" #: src/components/routes/event/OccurrencesTab/index.tsx:218 msgid "Refund all orders for these dates" -msgstr "" +msgstr "Reembolsar todos os pedidos destas datas" #: src/components/routes/event/OccurrenceDetail/index.tsx:67 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:44 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:334 msgid "Refund all orders for this date" -msgstr "" +msgstr "Reembolsar todos os pedidos desta data" #: src/components/modals/RefundOrderModal/index.tsx:108 msgid "Refund amount" @@ -9046,7 +9046,7 @@ msgstr "Perguntas de registro" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:142 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:94 msgid "Remaining" -msgstr "" +msgstr "Restante" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:82 msgid "Remaining Uses" @@ -9064,9 +9064,9 @@ msgstr "remover" msgid "Remove" msgstr "Remover" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:458 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:459 msgid "Remove label from all dates" -msgstr "" +msgstr "Remover a etiqueta de todas as datas" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:67 msgid "Remove sold out dates and times from the event page entirely. When disabled, they remain visible and are labelled as sold out." @@ -9078,11 +9078,11 @@ msgstr "Remover horário" #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:60 msgid "Reopen for new sales" -msgstr "" +msgstr "Reabrir à venda" #: src/components/routes/event/OccurrencesTab/index.tsx:194 msgid "Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed." -msgstr "" +msgstr "Reabrir esta data à venda? Os bilhetes cancelados anteriormente não serão restaurados — os participantes afetados continuam cancelados e os reembolsos já emitidos não são revertidos." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:885 msgid "Repeats" @@ -9183,7 +9183,7 @@ msgstr "Redefinir senha" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:238 msgid "Reset to base price" -msgstr "" +msgstr "Repor o preço base" #: src/components/routes/auth/ResetPassword/index.tsx:75 msgid "Resetting..." @@ -9226,7 +9226,7 @@ msgstr "Restaure este organizador e torne-o ativo novamente." #: src/components/common/ToolBar/index.tsx:47 msgid "results" -msgstr "" +msgstr "resultados" #: src/components/routes/admin/FailedJobs/index.tsx:199 msgid "Retry" @@ -9259,11 +9259,11 @@ msgstr "Locais reutilizáveis para os seus eventos. As localizações criadas a #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:218 msgid "Reuse" -msgstr "" +msgstr "Reutilizar" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:198 msgid "Reuse a Stripe connection from another organizer in this account." -msgstr "" +msgstr "Reutilize uma ligação Stripe de outro organizador desta conta." #: src/components/common/AffiliateTable/index.tsx:157 #: src/components/common/EventCard/index.tsx:255 @@ -9316,7 +9316,7 @@ msgstr "Período de Promoção" #: src/components/forms/ProductForm/index.tsx:420 msgid "Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page." -msgstr "" +msgstr "O período de venda aplica-se a todas as datas do seu calendário. Para controlar preços e disponibilidade de datas específicas, use as personalizações na <0>página Calendário de datas." #: src/components/forms/ProductForm/index.tsx:427 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:80 @@ -9329,7 +9329,7 @@ msgstr "Promoção começa {0}" #: src/components/forms/ProductForm/index.tsx:413 msgid "Sale window" -msgstr "" +msgstr "Período de venda" #: src/components/common/AffiliateTable/index.tsx:145 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:143 @@ -9352,7 +9352,7 @@ msgstr "Início das vendas" #: src/components/routes/event/Reports/index.tsx:38 msgid "Sales, attendance, and check-in breakdown per occurrence" -msgstr "" +msgstr "Detalhe de vendas, presenças e check-ins por data" #: src/components/routes/organizer/Reports/index.tsx:24 msgid "Sales, orders, and performance metrics for all events" @@ -9364,7 +9364,7 @@ msgstr "Vendas:" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:471 msgid "Same as event" -msgstr "" +msgstr "Igual ao evento" #: src/components/common/PlatformFeesSettings/index.tsx:175 msgid "Sample ticket price" @@ -9377,7 +9377,7 @@ msgstr "Local Exemplo" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 msgid "Sat" -msgstr "" +msgstr "Sáb" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -9421,7 +9421,7 @@ msgstr "Salvar alterações" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:160 msgid "Save fee override" -msgstr "" +msgstr "Guardar taxa personalizada" #: src/components/modals/EditOrganizerModal/index.tsx:70 msgid "Save Organizer" @@ -9449,7 +9449,7 @@ msgstr "Guardar Design do Bilhete" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:202 msgid "Save VAT settings" -msgstr "" +msgstr "Guardar definições de IVA" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:239 msgid "Save VAT Settings" @@ -9465,7 +9465,7 @@ msgstr "Localizações guardadas" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:153 msgid "Saving an override creates a dedicated configuration for this organizer if it's currently on the system default." -msgstr "" +msgstr "Guardar uma personalização cria uma configuração dedicada a este organizador, caso esteja a usar a predefinição do sistema." #: src/components/layouts/CheckIn/BottomNav.tsx:15 msgid "Scan" @@ -9473,32 +9473,32 @@ msgstr "Digitalizar" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:58 msgid "Scan a ticket to check in an attendee" -msgstr "" +msgstr "Leia um bilhete para fazer o check-in de um participante" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:109 msgid "Scanned tickets will appear here" -msgstr "" +msgstr "Os bilhetes lidos aparecem aqui" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:71 msgid "Scanner mode" -msgstr "" +msgstr "Modo de leitor" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:73 msgid "Schedule" -msgstr "" +msgstr "Calendário" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:105 msgid "Schedule added" -msgstr "" +msgstr "Calendário adicionado" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:697 #: src/hooks/useOccurrenceGenerationPolling.ts:36 msgid "Schedule created successfully" -msgstr "" +msgstr "Calendário criado com sucesso" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1078 msgid "Schedule ends on" -msgstr "" +msgstr "O calendário termina a" #: src/components/modals/SendMessageModal/index.tsx:472 msgid "Schedule for later" @@ -9514,7 +9514,7 @@ msgstr "Pré-visualização da programação" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1069 msgid "Schedule starts on" -msgstr "" +msgstr "O calendário começa a" #: src/components/common/ProductsTable/SortableProduct/index.tsx:92 #: src/components/routes/admin/Messages/index.tsx:125 @@ -9532,7 +9532,7 @@ msgstr "Hora agendada" #: src/components/layouts/CheckIn/BottomNav.tsx:16 msgid "Search" -msgstr "" +msgstr "Pesquisar" #: src/components/routes/event/Affiliates/index.tsx:70 msgid "Search affiliates..." @@ -9540,7 +9540,7 @@ msgstr "Pesquisar afiliados..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:94 msgid "Search attendees" -msgstr "" +msgstr "Pesquisar participantes" #: src/components/routes/admin/Accounts/index.tsx:60 #: src/components/routes/admin/DeletionRequests/index.tsx:93 @@ -9586,7 +9586,7 @@ msgstr "Pesquise por nome, e-mail ou número do pedido..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:93 msgid "Search by name, order #, ticket # or email" -msgstr "" +msgstr "Pesquisar por nome, n.º de pedido, n.º de bilhete ou e-mail" #: src/components/routes/event/promo-codes.tsx:38 msgid "Search by name..." @@ -9614,15 +9614,15 @@ msgstr "Pesquisar listas de registro..." #: src/components/common/OccurrenceSelect/index.tsx:117 msgid "Search dates..." -msgstr "" +msgstr "Pesquisar datas..." #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:88 msgid "Search dates…" -msgstr "" +msgstr "Pesquisar datas…" #: src/components/common/AddressAutocomplete/index.tsx:86 msgid "Search for an address" -msgstr "" +msgstr "Pesquisar uma morada" #: src/components/routes/event/messages.tsx:243 msgid "Search messages..." @@ -9650,11 +9650,11 @@ msgstr "A pesquisar..." #: src/constants/eventCategories.ts:6 msgid "Seasonal" -msgstr "" +msgstr "Sazonal" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:58 msgid "Second" -msgstr "" +msgstr "Segundo" #: src/components/common/WidgetEditor/index.tsx:199 msgid "Secondary Color" @@ -9670,11 +9670,11 @@ msgstr "Checkout Seguro" #: src/components/layouts/EventHomepage/index.tsx:431 msgid "See schedule" -msgstr "" +msgstr "Ver calendário" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "See what Stripe still needs" -msgstr "" +msgstr "Ver o que o Stripe ainda precisa" #: src/components/routes/admin/Announcements/index.tsx:161 msgid "Seen" @@ -9692,11 +9692,11 @@ msgstr "Selecione uma categoria" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:717 msgid "Select a Date & Time" -msgstr "" +msgstr "Selecionar data e hora" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:215 msgid "Select a date to see available times" -msgstr "" +msgstr "Selecione uma data para ver os horários disponíveis" #: src/components/routes/event/messages.tsx:341 msgid "Select a message to view its contents" @@ -9712,7 +9712,7 @@ msgstr "Selecionar Conta" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:126 msgid "Select all" -msgstr "" +msgstr "Selecionar tudo" #: src/components/modals/DuplicateEventModal/index.tsx:143 msgid "Select All" @@ -9720,7 +9720,7 @@ msgstr "Selecionar tudo" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:156 msgid "Select all on {0}" -msgstr "" +msgstr "Selecionar tudo em {0}" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:119 msgid "Select an event" @@ -9740,7 +9740,7 @@ msgstr "Selecione o grupo de participantes" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:157 msgid "Select camera" -msgstr "" +msgstr "Selecionar câmara" #: src/components/forms/ProductForm/index.tsx:255 msgid "Select category..." @@ -9752,7 +9752,7 @@ msgstr "Selecionar moeda" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:178 msgid "Select date" -msgstr "" +msgstr "Selecionar data" #: src/components/modals/CreateEventModal/index.tsx:283 msgid "Select end date and time" @@ -9773,7 +9773,7 @@ msgstr "Selecionar tipos de eventos" #: src/components/common/OccurrenceSelect/index.tsx:106 #: src/components/modals/CreateAttendeeModal/index.tsx:254 msgid "Select occurrence" -msgstr "" +msgstr "Selecionar uma data" #: src/components/modals/CreateEventModal/index.tsx:159 msgid "Select organizer" @@ -9795,7 +9795,7 @@ msgstr "Selecione os produtos" #: src/components/forms/ProductForm/index.tsx:553 msgid "Select products..." -msgstr "" +msgstr "Selecionar produtos..." #: src/components/modals/CreateEventModal/index.tsx:263 msgid "Select start date and time" @@ -9846,7 +9846,7 @@ msgstr "Selecione..." #: src/components/routes/event/OccurrencesTab/index.tsx:497 msgid "selected" -msgstr "" +msgstr "selecionado" #: src/components/common/PlatformFeesSettings/index.tsx:208 #: src/components/common/PlatformFeesSettings/index.tsx:231 @@ -9856,11 +9856,11 @@ msgstr "Selecionado" #: src/components/layouts/AuthLayout/index.tsx:41 msgid "Sell out your event." -msgstr "" +msgstr "Esgote o seu evento." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:516 msgid "Selling a physical product? Cap its quantity on the <0>products page instead." -msgstr "" +msgstr "Vende um produto físico? Limite a quantidade na <0>página de produtos." #: src/components/forms/ProductForm/index.tsx:587 msgid "Selling fast 🔥" @@ -9918,7 +9918,7 @@ msgstr "Enviar teste" #: src/components/modals/SendMessageModal/index.tsx:358 msgid "Send to all occurrences, or choose a specific one" -msgstr "" +msgstr "Envie para todas as datas ou escolha uma específica" #: src/components/routes/event/messages.tsx:335 msgid "Send your first message" @@ -9939,7 +9939,7 @@ msgstr "Enviado por" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:218 msgid "Sent to attendees when a scheduled date is cancelled" -msgstr "" +msgstr "Enviada aos participantes quando uma data agendada é cancelada" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:216 msgid "Sent to customers when they place an order" @@ -9976,7 +9976,7 @@ msgstr "Título SEO" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:73 msgid "September" -msgstr "" +msgstr "Setembro" #: src/components/forms/TaxAndFeeForm/index.tsx:62 msgid "Service Fee" @@ -9984,7 +9984,7 @@ msgstr "Taxa de serviço" #: src/components/layouts/CheckIn/index.tsx:498 msgid "Session cancelled" -msgstr "" +msgstr "Sessão cancelada" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:807 msgid "sessions · {dateCount} dates × {timesPerDay} times" @@ -10000,27 +10000,27 @@ msgstr "Definir configurações predefinidas para novos eventos criados sob este #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Set how long each date lasts" -msgstr "" +msgstr "Defina a duração de cada data" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Set or clear the date label" -msgstr "" +msgstr "Definir ou remover a etiqueta da data" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:406 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:407 msgid "Set the end time of each date to be this long after its start time." -msgstr "" +msgstr "Defina a hora de fim de cada data com este intervalo após a hora de início." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:217 msgid "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." msgstr "Defina o número inicial para a numeração das faturas. Isso não poderá ser alterado depois que as faturas forem geradas." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:440 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:441 msgid "Set to unlimited (remove limit)" -msgstr "" +msgstr "Definir como ilimitado (remover limite)" -#: src/components/routes/event/OccurrencesTab/index.tsx:585 +#: src/components/routes/event/OccurrencesTab/index.tsx:600 msgid "Set up a recurring schedule to automatically create dates, or add them one at a time." -msgstr "" +msgstr "Configure um calendário recorrente para criar datas automaticamente ou adicione-as uma a uma." #: src/components/routes/event/CheckInLists/index.tsx:35 msgid "Set up check-in lists for different entrances, sessions, or days." @@ -10029,20 +10029,20 @@ msgstr "Configure listas de check-in para diferentes entradas, sessões ou dias. #: src/components/layouts/OrganizerLayout/index.tsx:85 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:126 msgid "Set up payouts" -msgstr "" +msgstr "Configurar pagamentos" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 msgid "Set up schedule" -msgstr "" +msgstr "Configurar calendário" -#: src/components/routes/event/OccurrencesTab/index.tsx:535 -#: src/components/routes/event/OccurrencesTab/index.tsx:596 +#: src/components/routes/event/OccurrencesTab/index.tsx:550 +#: src/components/routes/event/OccurrencesTab/index.tsx:611 msgid "Set Up Schedule" -msgstr "" +msgstr "Configurar calendário" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:92 msgid "Set up the tickets you'll sell and their prices" -msgstr "" +msgstr "Defina os bilhetes que vai vender e os respetivos preços" #: src/components/routes/welcome/index.tsx:43 msgid "Set up your organization" @@ -10055,11 +10055,11 @@ msgstr "Configure a sua programação" #: src/components/routes/welcome/index.tsx:415 msgid "Set up your schedule in the next steps" -msgstr "" +msgstr "Vai configurar o calendário nos passos seguintes" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Set, change, or remove the date's location or online details" -msgstr "" +msgstr "Definir, alterar ou remover o local ou os dados online da data" #: src/components/common/QuestionsTable/index.tsx:374 msgid "Setting updated" @@ -10076,7 +10076,7 @@ msgstr "Configuração e design" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:242 msgid "Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event." -msgstr "" +msgstr "A configuração demora apenas alguns minutos — não precisa de ter já uma conta Stripe. O Stripe trata de cartões, carteiras digitais, métodos de pagamento regionais e proteção antifraude, para que se possa concentrar no seu evento." #: src/components/common/ShareIcon/index.tsx:30 #: src/components/layouts/EventHomepage/index.tsx:342 @@ -10111,15 +10111,15 @@ msgstr "Gestão de capacidade compartilhada" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Shift times" -msgstr "" +msgstr "Deslocar horários" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:211 msgid "Shifted times for {count} date(s)" -msgstr "" +msgstr "Horários deslocados para {count} data(s)" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:532 msgid "Show" -msgstr "" +msgstr "Mostrar" #: src/components/common/AdvancedOptions/index.tsx:28 msgid "Show advanced options" @@ -10131,7 +10131,7 @@ msgstr "Mostrar todas as plataformas ({0} com valores)" #: src/components/forms/CheckInListForm/index.tsx:196 msgid "Show attendee notes to non-logged-in staff" -msgstr "" +msgstr "Mostrar as notas sobre participantes ao pessoal sem sessão iniciada" #: src/components/forms/ProductForm/index.tsx:449 msgid "Show available product quantity" @@ -10163,19 +10163,19 @@ msgstr "Mostrar mais plataformas" #: src/components/forms/CheckInListForm/index.tsx:230 msgid "Show order details to non-logged-in staff" -msgstr "" +msgstr "Mostrar os detalhes do pedido ao pessoal sem sessão iniciada" #: src/components/forms/CheckInListForm/index.tsx:213 msgid "Show question answers to non-logged-in staff" -msgstr "" +msgstr "Mostrar as respostas às perguntas ao pessoal sem sessão iniciada" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:59 msgid "Show remaining capacity on event dates" -msgstr "" +msgstr "Mostrar a capacidade restante nas datas do evento" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:525 msgid "Show remaining capacity to buyers" -msgstr "" +msgstr "Mostrar a capacidade restante aos compradores" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:61 msgid "Show tax and fees separately" @@ -10185,18 +10185,18 @@ msgstr "Mostrar impostos e taxas separadamente" msgid "Showing {0} of {totalRows} records" msgstr "A mostrar {0} de {totalRows} registos" -#: src/components/routes/event/OccurrencesTab/index.tsx:624 +#: src/components/routes/event/OccurrencesTab/index.tsx:639 msgid "Showing {0}–{1} of {2}" -msgstr "" +msgstr "A mostrar {0}–{1} de {2}" #: src/components/common/OccurrenceSelect/index.tsx:163 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:135 msgid "Showing {MAX_VISIBLE} of {totalAvailable} dates. Type to search." -msgstr "" +msgstr "A mostrar {MAX_VISIBLE} de {totalAvailable} datas. Escreva para pesquisar." #: src/components/modals/SendMessageModal/index.tsx:349 msgid "Showing the first {0} — the remaining {1} session(s) will still be targeted when the message is sent." -msgstr "" +msgstr "A mostrar as primeiras {0} — as restantes {1} sessão(ões) continuam a ser abrangidas quando a mensagem for enviada." #: src/components/routes/admin/Announcements/index.tsx:410 msgid "Shown bouncing at the top of the modal" @@ -10204,7 +10204,7 @@ msgstr "Mostrado a saltar no topo do modal" #: src/components/forms/CheckInListForm/index.tsx:145 msgid "Shown to staff the first time they open the check-in page." -msgstr "" +msgstr "Apresentado ao pessoal na primeira vez que abre a página de check-in." #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:102 msgid "Shown to the customer after they checkout, on the order summary page." @@ -10220,7 +10220,7 @@ msgstr "Mostra campos de endereço comuns, incluindo país" #: src/components/forms/ProductForm/ledgerSummaries.ts:60 msgid "Shows remaining" -msgstr "" +msgstr "Mostra o restante" #: src/components/routes/admin/Dashboard/index.tsx:402 msgid "Signed Up" @@ -10233,15 +10233,15 @@ msgstr "Simpson" #: src/components/modals/CreateEventModal/index.tsx:231 msgid "Single Event" -msgstr "" +msgstr "Evento único" #: src/components/forms/QuestionForm/index.tsx:100 msgid "Single line text box" msgstr "Caixa de texto de linha única" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:356 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:357 msgid "Skip manually edited dates" -msgstr "" +msgstr "Ignorar datas editadas manualmente" #: src/components/routes/welcome/index.tsx:559 msgid "Skip this step" @@ -10280,7 +10280,7 @@ msgstr "Vendido" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:579 msgid "sold out" -msgstr "" +msgstr "esgotado" #: src/components/common/EventCard/index.tsx:125 #: src/components/common/EventDateRange/index.tsx:65 @@ -10307,7 +10307,7 @@ msgstr "Esgotado, lista de espera disponível" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:293 msgid "Some details are hidden from public access. Log in to view everything." -msgstr "" +msgstr "Alguns detalhes não estão acessíveis publicamente. Inicie sessão para ver tudo." #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -10318,7 +10318,7 @@ msgstr "Algo correu mal" #: src/components/common/ImageUploadDropzone/index.tsx:130 msgid "Something went wrong while deleting the image. Please try again." -msgstr "" +msgstr "Ocorreu um erro ao eliminar a imagem. Tente novamente." #: src/components/common/TaxAndFeeList/index.tsx:41 msgid "Something went wrong while deleting the Tax or Fee" @@ -10374,11 +10374,11 @@ msgstr "Utilizadores específicos" #: src/constants/eventCategories.ts:21 msgid "Spirituality" -msgstr "" +msgstr "Espiritualidade" #: src/components/forms/CheckInListForm/index.tsx:90 msgid "Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end." -msgstr "" +msgstr "Divida o check-in por dias, zonas ou tipos de bilhete. Partilhe a ligação com o pessoal — não precisam de conta." #: src/constants/eventCategories.ts:9 msgid "Sports" @@ -10386,11 +10386,11 @@ msgstr "Desporto" #: src/components/common/CheckIn/CheckInInfoModal.tsx:84 msgid "Staff instructions" -msgstr "" +msgstr "Instruções para o pessoal" #: src/components/modals/SelectCheckInListModal/index.tsx:48 msgid "Start check-in" -msgstr "" +msgstr "Iniciar check-in" #: src/components/common/AdminEventsTable/index.tsx:96 #: src/components/modals/DuplicateEventModal/index.tsx:128 @@ -10418,31 +10418,31 @@ msgstr "Hora de início" #: src/components/common/AddressAutocomplete/index.tsx:87 msgid "Start typing a venue or address..." -msgstr "" +msgstr "Comece a escrever um local ou uma morada..." #: src/components/forms/ProductForm/ledgerSummaries.ts:62 msgid "Starts collapsed" -msgstr "" +msgstr "Começa recolhido" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts in {diffDays} days" -msgstr "" +msgstr "Começa dentro de {diffDays} dias" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:76 msgid "Starts in {diffMinutes} min" -msgstr "" +msgstr "Começa dentro de {diffMinutes} min" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:86 msgid "Starts in {h}h {m}m" -msgstr "" +msgstr "Começa dentro de {h} h {m} min" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:70 msgid "Starts in {seconds}s" -msgstr "" +msgstr "Começa dentro de {seconds} s" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts tomorrow" -msgstr "" +msgstr "Começa amanhã" #: src/components/common/CheckoutQuestion/index.tsx:165 #: src/components/common/LocationPicker/index.tsx:254 @@ -10462,7 +10462,7 @@ msgstr "As estatísticas são baseadas na data de criação da conta" #: src/components/layouts/CheckIn/BottomNav.tsx:17 msgid "Stats" -msgstr "" +msgstr "Estatísticas" #: src/components/common/AdminEventsTable/index.tsx:111 #: src/components/common/AdminOrdersTable/index.tsx:85 @@ -10497,7 +10497,7 @@ msgstr "Status" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:323 msgid "Still needed" -msgstr "" +msgstr "Ainda necessário" #: src/components/common/ImpersonationBanner/index.tsx:53 msgid "Stop Impersonating" @@ -10515,7 +10515,7 @@ msgstr "Conta Stripe desligada." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:350 msgid "Stripe connected" -msgstr "" +msgstr "Stripe ligado" #: src/components/routes/admin/Attribution/index.tsx:135 msgid "Stripe Connected" @@ -10523,11 +10523,11 @@ msgstr "Stripe ligado" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:163 msgid "Stripe connection copied from {0}." -msgstr "" +msgstr "Ligação Stripe copiada de {0}." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:84 msgid "Stripe didn't return a setup link. Please try again." -msgstr "" +msgstr "O Stripe não devolveu uma ligação de configuração. Tente novamente." #: src/components/routes/admin/Messages/index.tsx:73 msgid "Stripe Not Connected" @@ -10543,11 +10543,11 @@ msgstr "Os pagamentos via Stripe não estão ativados para este evento." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:434 msgid "Stripe will need a few more details soon" -msgstr "" +msgstr "O Stripe vai precisar de mais alguns dados em breve" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:283 msgid "Stripe will walk you through a few quick questions to finish setup." -msgstr "" +msgstr "O Stripe vai orientá-lo com algumas perguntas rápidas para concluir a configuração." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:131 #: src/components/modals/SendMessageModal/index.tsx:438 @@ -10752,7 +10752,7 @@ msgstr "Festival de Música de Verão 2025" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 msgid "Sun" -msgstr "" +msgstr "Dom" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -10782,7 +10782,7 @@ msgstr "Camiseta" #: src/components/forms/ProductForm/index.tsx:214 msgid "T-shirts, mugs and more" -msgstr "" +msgstr "T-shirts, canecas e muito mais" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:960 msgid "Tap dates like a calendar." @@ -10790,7 +10790,7 @@ msgstr "Toque nas datas como num calendário." #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:59 msgid "Tap this screen to resume scanning" -msgstr "" +msgstr "Toque neste ecrã para retomar a leitura" #: src/components/routes/admin/Announcements/AnnouncementTargetPicker.tsx:93 msgid "Target accounts" @@ -10802,7 +10802,7 @@ msgstr "Utilizadores de destino" #: src/components/modals/SendMessageModal/index.tsx:335 msgid "Targeting attendees across {0} selected sessions." -msgstr "" +msgstr "A abranger participantes de {0} sessões selecionadas." #: src/components/common/AdminOrdersTable/index.tsx:84 #: src/components/common/OrdersTable/index.tsx:269 @@ -10856,7 +10856,7 @@ msgstr "Impostos" #: src/components/forms/ProductForm/index.tsx:477 msgid "Taxes & fees" -msgstr "" +msgstr "Impostos e taxas" #: src/components/common/ProductsTable/SortableProduct/index.tsx:151 msgid "Taxes & fees applied" @@ -10868,7 +10868,7 @@ msgstr "Impostos e Taxas" #: src/components/layouts/AuthLayout/index.tsx:23 msgid "Team collaboration" -msgstr "" +msgstr "Colaboração em equipa" #: src/constants/eventCategories.ts:27 msgid "Tech" @@ -10892,11 +10892,11 @@ msgstr "Fale-nos sobre a sua organização. Esta informação será exibida nas #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1151 msgid "Tell us how often your event repeats and we'll create all the dates for you." -msgstr "" +msgstr "Diga-nos com que frequência o seu evento se repete e criamos todas as datas por si." #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:37 msgid "Tell us your VAT registration status so we apply the correct VAT treatment to platform fees." -msgstr "" +msgstr "Indique-nos a sua situação de registo de IVA para aplicarmos o tratamento correto às taxas de plataforma." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:194 msgid "Template Active" @@ -10930,7 +10930,7 @@ msgstr "Obrigado por participar!" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:55 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:77 msgid "Thanks," -msgstr "" +msgstr "Obrigado," #: src/components/routes/product-widget/SelectProducts/index.tsx:292 #: src/components/routes/product-widget/SelectProducts/index.tsx:538 @@ -10943,7 +10943,7 @@ msgstr "São {totalOccurrences} sessões — o máximo é {max}. Reduza o perío #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:54 msgid "That's a wrap" -msgstr "" +msgstr "É tudo" #: src/components/common/ThemeColorControls/index.tsx:62 msgid "The background color of the page. When using cover image, this is applied as an overlay." @@ -11019,7 +11019,7 @@ msgstr "O organizador que você está procurando não foi encontrado. A página #: src/components/modals/CreateAttendeeModal/index.tsx:277 msgid "The override is recorded in the order audit log." -msgstr "" +msgstr "A exceção fica registada no histórico de auditoria do pedido." #: src/components/common/ErrorDisplay/index.tsx:18 msgid "The page you are looking for does not exist" @@ -11055,7 +11055,7 @@ msgstr "A hora agendada deve ser no futuro" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:52 msgid "The session for \"{title}\" originally scheduled for {0} has been rescheduled." -msgstr "" +msgstr "A sessão de «{title}», inicialmente agendada para {0}, foi remarcada." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:155 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:186 @@ -11090,7 +11090,7 @@ msgstr "Tema e cores" #: src/components/routes/product-widget/SelectProducts/index.tsx:965 msgid "There are no products available for this date. Please choose another date." -msgstr "" +msgstr "Não há produtos disponíveis para esta data. Escolha outra data." #: src/components/routes/product-widget/SelectProducts/index.tsx:639 msgid "There are no products available for this event" @@ -11102,7 +11102,7 @@ msgstr "Não há produtos disponíveis nesta categoria" #: src/components/routes/product-widget/SelectProducts/index.tsx:636 msgid "There are no upcoming dates for this event" -msgstr "" +msgstr "Este evento não tem datas futuras" #: src/components/modals/RefundOrderModal/index.tsx:175 msgid "There is a refund pending. Please wait for it to complete before requesting another refund." @@ -11122,15 +11122,15 @@ msgstr "Houve um erro ao enviar a sua mensagem" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:493 msgid "These details are shown on the attendee's ticket and order summary for this date only." -msgstr "" +msgstr "Estes dados aparecem no bilhete e no resumo do pedido do participante apenas para esta data." #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:168 msgid "These details will only be shown if the order is completed successfully." msgstr "Estes detalhes só serão mostrados se a encomenda for concluída com sucesso." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:491 msgid "These details will replace any existing location on the affected dates and show on attendee tickets." -msgstr "" +msgstr "Estes dados vão substituir qualquer local existente nas datas afetadas e aparecem nos bilhetes dos participantes." #: src/components/forms/ProductForm/index.tsx:359 msgid "These prices apply across all dates in your schedule, and tier quantities limit total sales across all dates combined. Sale dates on tiers apply globally. You can override prices for individual dates on the <0>Occurrence Schedule page." @@ -11150,7 +11150,7 @@ msgstr "Estes modelos substituirão os padrões do organizador apenas para este #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:59 msgid "Third" -msgstr "" +msgstr "Terceiro" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:131 msgid "This account has no completed orders, so all of its data will be permanently deleted." @@ -11166,7 +11166,7 @@ msgstr "Esta conta está agendada para eliminação em <0>{scheduledDate}" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:259 msgid "This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes." -msgstr "" +msgstr "Isto aplica-se a todas as datas correspondentes do evento, incluindo as que não estão visíveis. Os participantes inscritos em qualquer uma dessas datas ficarão acessíveis no editor de mensagens quando a atualização terminar." #: src/components/common/CheckIn/CheckInOptionsModal.tsx:33 msgid "This attendee has an unpaid order." @@ -11202,7 +11202,7 @@ msgstr "Esta lista de registro ainda não está ativa e não está disponível p #: src/components/layouts/CheckIn/index.tsx:503 msgid "This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins." -msgstr "" +msgstr "Esta lista de check-in está associada a uma sessão que foi cancelada, pelo que já não pode ser usada para check-ins." #: src/components/forms/AffiliateForm/index.tsx:41 msgid "This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed." @@ -11216,27 +11216,27 @@ msgstr "Esta combinação de cores pode ser difícil de ler para alguns utilizad #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:40 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:330 msgid "This date has {orderCount} order(s) that will be affected." -msgstr "" +msgstr "Esta data tem {orderCount} pedido(s) que serão afetados." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:423 msgid "This date has been cancelled. You can still delete it to remove it permanently." -msgstr "" +msgstr "Esta data foi cancelada. Pode ainda eliminá-la para a remover definitivamente." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:457 msgid "This date is in the past. It will be created but won't be visible to attendees under upcoming dates." -msgstr "" +msgstr "Esta data já passou. Será criada, mas não ficará visível para os participantes entre as datas futuras." #: src/components/modals/CreateAttendeeModal/index.tsx:273 msgid "This date is marked sold out." -msgstr "" +msgstr "Esta data está marcada como esgotada." #: src/components/routes/product-widget/SelectProducts/index.tsx:592 msgid "This date is no longer available. Please select another date." -msgstr "" +msgstr "Esta data já não está disponível. Selecione outra data." #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "This date only" -msgstr "" +msgstr "Apenas esta data" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:113 msgid "This disconnects {stripeAccountId} from this organizer. Paid ticket sales will stop working until you connect a Stripe account again." @@ -11252,7 +11252,7 @@ msgstr "Este evento ainda não tem bilhetes nem produtos, pelo que os participan #: src/components/layouts/ProductWidget/index.tsx:56 msgid "This event is not available" -msgstr "" +msgstr "Este evento não está disponível" #: src/components/common/StatusToggle/index.tsx:82 msgid "This event is not published yet" @@ -11264,7 +11264,7 @@ msgstr "Este evento está esgotado" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:106 msgid "This event's dates and times are set on the occurrence schedule." -msgstr "" +msgstr "As datas e os horários deste evento são definidos no calendário de datas." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:153 msgid "This information will be shown on the payment page, order summary page, and order confirmation email." @@ -11272,7 +11272,7 @@ msgstr "Essas informações serão exibidas na página de pagamento, no resumo d #: src/components/routes/welcome/index.tsx:401 msgid "This is a recurring event" -msgstr "" +msgstr "Este é um evento recorrente" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:157 msgid "This is an online event" @@ -11317,7 +11317,7 @@ msgstr "Este nome é visível aos utilizadores finais" #: src/components/modals/CreateAttendeeModal/index.tsx:267 msgid "This occurrence is at capacity" -msgstr "" +msgstr "Esta data atingiu a capacidade máxima" #: src/components/forms/StripeCheckoutForm/index.tsx:131 msgid "This order has already been paid." @@ -11381,7 +11381,7 @@ msgstr "Este produto está esgotado" #: src/components/forms/ProductForm/index.tsx:547 msgid "This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to." -msgstr "" +msgstr "Este produto não aparece sozinho na página do evento — os compradores só o veem como complemento dos produtos a que está associado." #: src/components/modals/PublishEventModal/index.tsx:104 msgid "This recurring event has no dates yet, so there's nothing for attendees to book." @@ -11407,9 +11407,9 @@ msgstr "Este bilhete acabou de ser digitalizado. Aguarde antes de digitalizar no msgid "This user is not active, as they have not accepted their invitation." msgstr "Este usuário não está ativo porque não aceitou o convite." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:367 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:368 msgid "This will affect {loadedAffectedCount} date(s)." -msgstr "" +msgstr "Isto vai afetar {loadedAffectedCount} data(s)." #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:80 msgid "This will be used for notifications and communication with your users." @@ -11433,11 +11433,11 @@ msgstr "Isto eliminará ou anonimizará permanentemente a conta de imediato, sem #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:107 msgid "Throughput" -msgstr "" +msgstr "Débito" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 msgid "Thu" -msgstr "" +msgstr "Qui" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -11518,7 +11518,7 @@ msgstr "Bilhete reenviado com sucesso" #: src/components/routes/product-widget/SelectProducts/index.tsx:631 msgid "Ticket sales have ended for this event" -msgstr "" +msgstr "A venda de bilhetes para este evento terminou" #: src/components/routes/event/attendees.tsx:75 msgid "Ticket Type" @@ -11565,7 +11565,7 @@ msgstr "Os produtos escalonados permitem que você ofereça múltiplas opções #: src/components/forms/ProductForm/index.tsx:277 msgid "Tiers" -msgstr "" +msgstr "Escalões" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:70 msgid "TikTok" @@ -11573,7 +11573,7 @@ msgstr "TikTok" #: src/components/routes/event/OccurrencesTab/index.tsx:292 msgid "Time" -msgstr "" +msgstr "Horário" #: src/components/layouts/Checkout/index.tsx:322 msgid "Time left:" @@ -11585,7 +11585,7 @@ msgstr "Horários" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:725 msgid "Times shown in {timezoneAbbr}" -msgstr "" +msgstr "Horários apresentados em {timezoneAbbr}" #: src/components/common/PromoCodeTable/index.tsx:71 msgid "Times used" @@ -11617,7 +11617,7 @@ msgstr "O título é obrigatório" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1008 msgid "to" -msgstr "" +msgstr "a" #: src/components/routes/event/messages.tsx:93 msgid "To" @@ -11632,7 +11632,7 @@ msgstr "Para aumentar os seus limites, contacte-nos em" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:119 #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:43 msgid "Today" -msgstr "" +msgstr "Hoje" #: src/components/common/ColumnVisibilityToggle/index.tsx:26 msgid "Toggle columns" @@ -11640,7 +11640,7 @@ msgstr "Alternar colunas" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:46 msgid "Tomorrow" -msgstr "" +msgstr "Amanhã" #: src/components/layouts/OrganizerLayout/index.tsx:108 msgid "Tools" @@ -11690,7 +11690,7 @@ msgstr "Taxa total" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:299 msgid "Total fees" -msgstr "" +msgstr "Total de taxas" #: src/components/routes/event/EventDashboard/index.tsx:341 #: src/components/routes/event/OccurrenceDetail/index.tsx:212 @@ -11708,7 +11708,7 @@ msgstr "Valor total do pedido" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:286 msgid "Total orders" -msgstr "" +msgstr "Total de pedidos" #: src/components/forms/ProductForm/index.tsx:315 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:71 @@ -11727,7 +11727,7 @@ msgstr "Total Reembolsado" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:293 msgid "Total tax" -msgstr "" +msgstr "Total de impostos" #: src/components/routes/event/EventDashboard/index.tsx:343 #: src/components/routes/event/OccurrenceDetail/index.tsx:214 @@ -11745,7 +11745,7 @@ msgstr "Visualizações totais" #: src/constants/eventCategories.ts:23 msgid "Tours" -msgstr "" +msgstr "Visitas guiadas" #: src/components/routes/admin/Attribution/index.tsx:32 msgid "Track account growth and performance by attribution source" @@ -11758,11 +11758,11 @@ msgstr "Rastreamento e análise" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:176 msgid "Try a different search term or filter" -msgstr "" +msgstr "Experimente outro termo de pesquisa ou outro filtro" -#: src/components/routes/event/OccurrencesTab/index.tsx:584 +#: src/components/routes/event/OccurrencesTab/index.tsx:599 msgid "Try adjusting your filters to see more dates." -msgstr "" +msgstr "Ajuste os filtros para ver mais datas." #: src/components/routes/auth/Login/index.tsx:141 #: src/components/routes/my-tickets/index.tsx:200 @@ -11775,7 +11775,7 @@ msgstr "Experimente o Hi.Events gratuitamente" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 msgid "Tue" -msgstr "" +msgstr "Ter" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -11856,15 +11856,15 @@ msgstr "Não foi possível entrar na lista de espera" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:164 msgid "Unable to load attendee details." -msgstr "" +msgstr "Não foi possível carregar os dados do participante." #: src/components/routes/product-widget/SelectProducts/index.tsx:330 msgid "Unable to load products for this date. Please try again." -msgstr "" +msgstr "Não foi possível carregar os produtos desta data. Tente novamente." #: src/components/layouts/CheckIn/index.tsx:220 msgid "Unable to undo check-in" -msgstr "" +msgstr "Não foi possível anular o check-in" #: src/components/modals/EditQuestionModal/index.tsx:84 msgid "Unable to update question. Please check the your details" @@ -11876,7 +11876,7 @@ msgstr "Contas não atribuídas" #: src/components/layouts/CheckIn/index.tsx:255 msgid "Undo" -msgstr "" +msgstr "Anular" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:30 msgid "Unique Customers" @@ -11942,7 +11942,7 @@ msgstr "até" #: src/components/forms/ProductForm/ledgerSummaries.ts:49 msgid "Until {end}" -msgstr "" +msgstr "Até {end}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1059 msgid "Until a date" @@ -11950,11 +11950,11 @@ msgstr "Até uma data" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled product" -msgstr "" +msgstr "Produto sem título" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled ticket" -msgstr "" +msgstr "Bilhete sem título" #: src/components/common/AdminAccountsTable/index.tsx:101 msgid "Untrusted" @@ -11962,7 +11962,7 @@ msgstr "Não confiável" #: src/components/forms/ProductForm/ledgerSummaries.ts:118 msgid "Up to {max} per order" -msgstr "" +msgstr "Até {max} por pedido" #: src/components/common/EventsDashboardStatusButtons/index.tsx:20 #: src/components/common/EventStatusBadge/index.tsx:16 @@ -11974,7 +11974,7 @@ msgstr "Por vir" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:375 msgid "Upcoming events" -msgstr "" +msgstr "Eventos futuros" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Upcoming Events" @@ -11990,11 +11990,11 @@ msgstr "Atualizar afiliado" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Update capacity" -msgstr "" +msgstr "Atualizar capacidade" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:73 msgid "Update event name and description" -msgstr "" +msgstr "Atualizar o nome e a descrição do evento" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:74 msgid "Update event name, description and dates" @@ -12002,11 +12002,11 @@ msgstr "Atualizar nome, descrição e datas do evento" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Update label" -msgstr "" +msgstr "Atualizar etiqueta" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Update location" -msgstr "" +msgstr "Atualizar local" #: src/components/routes/profile/ManageProfile/index.tsx:215 msgid "Update profile" @@ -12014,11 +12014,11 @@ msgstr "Atualizar perfil" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:71 msgid "Update: {subjectTitle} — schedule changes" -msgstr "" +msgstr "Atualização: {subjectTitle} — alterações no calendário" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:48 msgid "Update: {subjectTitle} — session time changed" -msgstr "" +msgstr "Atualização: {subjectTitle} — horário da sessão alterado" #: src/components/routes/admin/Announcements/index.tsx:163 msgid "Updated" @@ -12026,19 +12026,19 @@ msgstr "Atualizado" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:217 msgid "Updated {count} date(s)" -msgstr "" +msgstr "{count} data(s) atualizada(s)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:213 msgid "Updated capacity for {count} date(s)" -msgstr "" +msgstr "Capacidade atualizada para {count} data(s)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:214 msgid "Updated label for {count} date(s)" -msgstr "" +msgstr "Etiqueta atualizada para {count} data(s)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:215 msgid "Updated location for {count} date(s)" -msgstr "" +msgstr "Local atualizado para {count} data(s)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1138 msgid "Updates as you build the rule. Flip through months to sanity-check dates." @@ -12046,7 +12046,7 @@ msgstr "Atualiza-se enquanto cria a regra. Percorra os meses para verificar as d #: src/components/forms/ProductForm/ProductPreview.tsx:93 msgid "Updates as you type." -msgstr "" +msgstr "Atualiza à medida que escreve." #: src/components/routes/organizer/Settings/Sections/ImageAssetSettings/index.tsx:39 msgid "Upload a cover image for your organizer" @@ -12093,15 +12093,15 @@ msgstr "Limite de uso" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:80 msgid "USB" -msgstr "" +msgstr "USB" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner listening" -msgstr "" +msgstr "Leitor USB à escuta" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner paused" -msgstr "" +msgstr "Leitor USB em pausa" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:154 msgid "Use <0>Liquid templating to personalize your emails" @@ -12119,7 +12119,7 @@ msgstr "Usar imagem de capa" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:531 msgid "Use event default" -msgstr "" +msgstr "Usar a predefinição do evento" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:49 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -12193,11 +12193,11 @@ msgstr "CUBA" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:195 msgid "VAT country code" -msgstr "" +msgstr "Código do país de IVA" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:173 msgid "VAT number" -msgstr "" +msgstr "Número de IVA" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:212 msgid "VAT Number" @@ -12234,7 +12234,7 @@ msgstr "Taxa de IVA" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:168 msgid "VAT registered" -msgstr "" +msgstr "Registado para efeitos de IVA" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:165 #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:173 @@ -12247,7 +12247,7 @@ msgstr "Configurações de IVA guardadas. Estamos a validar o seu número de IVA #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:85 msgid "VAT settings updated" -msgstr "" +msgstr "Definições de IVA atualizadas" #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:27 msgid "VAT Treatment for Platform Fees" @@ -12263,11 +12263,11 @@ msgstr "Serviço de validação de IVA temporariamente indisponível" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:225 msgid "VAT: {0}" -msgstr "" +msgstr "IVA: {0}" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:230 msgid "VAT: not registered" -msgstr "" +msgstr "IVA: não registado" #: src/components/common/LocationPicker/index.tsx:230 #: src/components/modals/LocationEditModal/index.tsx:140 @@ -12280,7 +12280,7 @@ msgstr "Código de verificação" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:77 msgid "Verification email sent. Check your inbox." -msgstr "" +msgstr "E-mail de verificação enviado. Verifique a caixa de entrada." #: src/components/routes/admin/Attribution/index.tsx:136 #: src/components/routes/admin/Dashboard/index.tsx:421 @@ -12298,7 +12298,7 @@ msgstr "Verifique seu e-mail" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:159 msgid "Verify your email so attendees can receive tickets" -msgstr "" +msgstr "Verifique o seu e-mail para que os participantes possam receber os bilhetes" #: src/components/routes/welcome/index.tsx:189 msgid "Verifying..." @@ -12310,19 +12310,19 @@ msgstr "Vietnamita" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:68 msgid "View All" -msgstr "" +msgstr "Ver tudo" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:380 msgid "View all →" -msgstr "" +msgstr "Ver tudo →" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:424 msgid "View all capabilities" -msgstr "" +msgstr "Ver todas as funcionalidades" #: src/components/modals/SelectCheckInListModal/index.tsx:87 msgid "View all check-in lists" -msgstr "" +msgstr "Ver todas as listas de check-in" #: src/components/routes/admin/Messages/index.tsx:108 msgid "View all messages sent across the platform" @@ -12347,7 +12347,7 @@ msgstr "Ver Detalhes" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:192 msgid "View details for {0} {1}" -msgstr "" +msgstr "Ver detalhes de {0} {1}" #: src/components/common/AdminEventsTable/index.tsx:157 #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:58 @@ -12427,11 +12427,11 @@ msgstr "Bilhete VIP" #: src/components/forms/ProductForm/visibilityStatus.ts:41 msgid "Visible from {start} — hidden until sales open." -msgstr "" +msgstr "Visível a partir de {start} — oculto até a venda abrir." #: src/components/forms/ProductForm/visibilityStatus.ts:56 msgid "Visible to everyone on the event page." -msgstr "" +msgstr "Visível para todos na página do evento." #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:104 msgid "VK" @@ -12450,7 +12450,7 @@ msgstr "A aguardar pagamento" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:64 msgid "Waiting for scan…" -msgstr "" +msgstr "À espera de leitura…" #: src/components/forms/ProductForm/index.tsx:460 #: src/components/layouts/AuthLayout/index.tsx:17 @@ -12480,7 +12480,7 @@ msgstr "Não foi possível processar seu pagamento. Tente novamente ou entre em #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:167 msgid "We couldn't copy that Stripe connection. Please try again." -msgstr "" +msgstr "Não foi possível copiar essa ligação Stripe. Tente novamente." #: src/components/common/ProductsTable/SortableCategory/index.tsx:56 msgid "We couldn't delete the category. Please try again." @@ -12512,7 +12512,7 @@ msgstr "Não foi possível encontrar este pedido. Pode ter sido removido." #: src/hooks/useOccurrenceCheckIn.tsx:43 msgid "We couldn't load the check-in lists. Please try again." -msgstr "" +msgstr "Não foi possível carregar as listas de check-in. Tente novamente." #: src/components/common/ErrorLoadingMessage/index.tsx:13 msgid "We couldn't load the data. Please try again." @@ -12520,7 +12520,7 @@ msgstr "Não foi possível carregar os dados. Por favor, tente novamente." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:97 msgid "We couldn't reach Stripe just now. Please try again in a moment." -msgstr "" +msgstr "Não conseguimos contactar o Stripe neste momento. Tente novamente daqui a pouco." #: src/components/common/ProductsTable/SortableCategory/index.tsx:98 msgid "We couldn't reorder the categories. Please try again." @@ -12532,7 +12532,7 @@ msgstr "Ocorreu um problema ao carregar esta página. Por favor, tente novamente #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:236 msgid "We partner with Stripe to send payouts straight to your bank account." -msgstr "" +msgstr "Trabalhamos com o Stripe para enviar os pagamentos diretamente para a sua conta bancária." #: src/components/routes/event/TicketDesigner/index.tsx:144 msgid "We recommend a square logo with minimum dimensions of 200x200px" @@ -12549,7 +12549,7 @@ msgstr "Recomendamos dimensões de 400px por 400px e tamanho máximo de 5MB" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:158 msgid "We sent a verification link to {0}" -msgstr "" +msgstr "Enviámos uma ligação de verificação para {0}" #: src/components/common/CookieConsentBanner/index.tsx:18 msgid "We use cookies to help us understand how the site is used and to improve your experience." @@ -12578,7 +12578,7 @@ msgstr "Notificá-lo-emos por e-mail se um lugar ficar disponível para {product #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:267 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:301 msgid "We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically." -msgstr "" +msgstr "Depois de guardar, abrimos um editor de mensagens com um modelo já preenchido. É você que o revê e envia — nada é enviado automaticamente." #: src/components/routes/product-widget/CollectInformation/index.tsx:456 msgid "We'll send your tickets to this email" @@ -12594,7 +12594,7 @@ msgstr "Estamos processando seu pedido. Por favor, aguarde..." #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:75 msgid "We've made changes to the schedule for \"{title}\" — {description} affecting {affectedCount} session(s)." -msgstr "" +msgstr "Alterámos o calendário de «{title}» — {description} afeta {affectedCount} sessão(ões)." #: src/components/routes/welcome/index.tsx:147 msgid "We've sent a 5-digit verification code to:" @@ -12612,7 +12612,7 @@ msgstr "Webhook excluído com sucesso" #: src/components/layouts/AuthLayout/index.tsx:25 msgid "Webhook integrations" -msgstr "" +msgstr "Integrações de webhooks" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:137 #: src/components/modals/WebhookLogsModal/index.tsx:151 @@ -12650,7 +12650,7 @@ msgstr "Site" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 msgid "Wed" -msgstr "" +msgstr "Qua" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -12659,16 +12659,16 @@ msgstr "Quarta-feira" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:88 msgid "week" -msgstr "" +msgstr "semana" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:51 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Weekly" -msgstr "" +msgstr "Semanal" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:96 msgid "weeks" -msgstr "" +msgstr "semanas" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:105 msgid "Weibo" @@ -12696,7 +12696,7 @@ msgstr "Bem-vindo ao {0}, aqui está uma lista de todos os seus eventos" #: src/constants/eventCategories.ts:20 msgid "Wellness" -msgstr "" +msgstr "Bem-estar" #: src/components/forms/ProductForm/index.tsx:349 msgid "What are Tiered Products?" @@ -12732,7 +12732,7 @@ msgstr "Que tipo de pergunta é essa?" #: src/components/forms/CheckInListForm/index.tsx:172 msgid "What unauthenticated staff can see" -msgstr "" +msgstr "O que o pessoal sem sessão iniciada pode ver" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:89 msgid "WhatsApp" @@ -12744,7 +12744,7 @@ msgstr "Quando um check-in é excluído" #: src/components/forms/WebhookForm/index.tsx:135 msgid "When a date is cancelled on a recurring event" -msgstr "" +msgstr "Quando uma data de um evento recorrente é cancelada" #: src/components/forms/WebhookForm/index.tsx:105 msgid "When a new attendee is created" @@ -12909,7 +12909,7 @@ msgstr "X (Twitter)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:90 msgid "year" -msgstr "" +msgstr "ano" #: src/components/common/OrganizerReportTable/index.tsx:59 #: src/components/common/PeriodSelector/index.tsx:38 @@ -12920,11 +12920,11 @@ msgstr "Ano até agora" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:53 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Yearly" -msgstr "" +msgstr "Anual" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:98 msgid "years" -msgstr "" +msgstr "anos" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:191 msgid "Yes" @@ -12969,7 +12969,7 @@ msgstr "Você pode criar um código promocional que direcione este produto no" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1115 msgid "You can override this for individual dates later." -msgstr "" +msgstr "Pode personalizar isto para datas específicas mais tarde." #: src/components/modals/OfferWaitlistModal/index.tsx:110 msgid "You can still manually offer tickets if needed." @@ -13035,7 +13035,7 @@ msgstr "Você adicionou taxas e impostos a um produto gratuito. Deseja removê-l #: src/components/forms/ProductForm/ProductDrawer.tsx:57 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:728 msgid "You have unsaved changes. Are you sure you want to discard them?" -msgstr "" +msgstr "Tem alterações por guardar. Tem a certeza de que as quer descartar?" #: src/components/modals/SendMessageModal/index.tsx:204 msgid "You must acknowledge that this email is not promotional" @@ -13067,7 +13067,7 @@ msgstr "Você precisa verificar seu e-mail antes de atualizar o status do organi #: src/components/modals/CreateAttendeeModal/index.tsx:186 msgid "You need to create at least one occurrence before you can add attendees to this recurring event." -msgstr "" +msgstr "Tem de criar pelo menos uma data antes de poder adicionar participantes a este evento recorrente." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:355 msgid "You need to verify your account email before you can modify email templates." @@ -13087,7 +13087,7 @@ msgstr "Você terá que marcar um pedido como pago manualmente. Isso pode ser fe #: src/components/modals/CreateEventModal/index.tsx:253 msgid "You'll be able to set up dates, schedules, and recurrence rules in the next step." -msgstr "" +msgstr "No passo seguinte poderá configurar datas, calendários e regras de recorrência." #: src/components/modals/CreateCheckInListModal/index.tsx:64 msgid "You'll need a ticket before you can create a check-in list." @@ -13103,7 +13103,7 @@ msgstr "Você precisará de pelo menos um produto para começar. Grátis, pago o #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:254 msgid "You're changing session times" -msgstr "" +msgstr "Está a alterar horários de sessões" #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:168 msgid "You're going to {0}!" @@ -13123,7 +13123,7 @@ msgstr "Foi-lhe oferecido um lugar!" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:290 msgid "You've changed the session time" -msgstr "" +msgstr "Alterou o horário da sessão" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:92 msgid "Your account has been deactivated and will be permanently deleted on <0>{0}." @@ -13264,7 +13264,7 @@ msgstr "Seu reembolso está sendo processado." #: src/components/layouts/CheckIn/index.tsx:117 msgid "Your saved date filter is no longer available — showing all dates." -msgstr "" +msgstr "O filtro de datas guardado já não está disponível — a mostrar todas as datas." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:116 msgid "Your Stripe account itself isn't affected, and no data is lost — you can reconnect at any time." @@ -13276,7 +13276,7 @@ msgstr "Seu ingresso para" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:54 msgid "Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions." -msgstr "" +msgstr "O seu bilhete continua válido — não precisa de fazer nada, a não ser que o novo horário não lhe sirva. Responda a este e-mail se tiver dúvidas." #: src/components/routes/product-widget/CollectInformation/index.tsx:377 msgid "Your tickets have been confirmed." diff --git a/frontend/src/locales/ru.po b/frontend/src/locales/ru.po index 6f10538a97..455e498de6 100644 --- a/frontend/src/locales/ru.po +++ b/frontend/src/locales/ru.po @@ -607,7 +607,7 @@ msgstr "" msgid "Add a description for this check-in list" msgstr "" -#: src/components/routes/event/OccurrencesTab/index.tsx:541 +#: src/components/routes/event/OccurrencesTab/index.tsx:556 msgid "Add a Single Date" msgstr "" @@ -651,7 +651,7 @@ msgstr "" msgid "Add dates" msgstr "Добавить даты" -#: src/components/routes/event/OccurrencesTab/index.tsx:526 +#: src/components/routes/event/OccurrencesTab/index.tsx:541 msgid "Add Dates" msgstr "" @@ -948,7 +948,7 @@ msgstr "" msgid "All jobs queued for retry" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:346 msgid "All matching dates" msgstr "" @@ -1160,7 +1160,7 @@ msgstr "применён — скидка {0} на ваш заказ" msgid "Applies to {0} products" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:365 msgid "Applies to {0}, non-cancelled dates currently loaded on this page." msgstr "" @@ -1172,7 +1172,7 @@ msgstr "" msgid "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:363 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 msgid "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." msgstr "" @@ -1181,7 +1181,7 @@ msgstr "" msgid "Apply" msgstr "Применить" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:509 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:511 msgid "Apply Changes" msgstr "" @@ -1189,7 +1189,7 @@ msgstr "" msgid "Apply this {type} to all new products" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:338 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:339 msgid "Apply to" msgstr "" @@ -1781,7 +1781,7 @@ msgstr "" msgid "Built-in fraud protection" msgstr "" -#: src/components/routes/event/OccurrencesTab/index.tsx:517 +#: src/components/routes/event/OccurrencesTab/index.tsx:532 msgid "Bulk Edit" msgstr "" @@ -1897,7 +1897,7 @@ msgstr "" #: src/components/modals/PublishEventModal/index.tsx:208 #: src/components/routes/admin/DeletionRequests/index.tsx:178 #: src/components/routes/event/messages.tsx:80 -#: src/components/routes/event/OccurrencesTab/index.tsx:499 +#: src/components/routes/event/OccurrencesTab/index.tsx:504 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:272 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:306 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:61 @@ -2279,7 +2279,7 @@ msgstr "" msgid "Choose a configuration" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:335 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:336 msgid "Choose a different action" msgstr "" @@ -2328,11 +2328,11 @@ msgid "City" msgstr "" #: src/components/common/OccurrenceSelect/index.tsx:133 -#: src/components/routes/event/OccurrencesTab/index.tsx:505 +#: src/components/routes/event/OccurrencesTab/index.tsx:519 msgid "Clear" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:475 msgid "Clear location — fall back to the event default" msgstr "" @@ -2344,7 +2344,7 @@ msgstr "" msgid "Clear Search Text" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:497 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:498 msgid "Clearing removes any per-date override. Affected dates will fall back to the event's default location." msgstr "" @@ -2679,7 +2679,7 @@ msgstr "" msgid "Connected the wrong Stripe account? Disconnect and start over." msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:489 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:492 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:164 msgid "Connection Details" @@ -3128,7 +3128,7 @@ msgstr "" msgid "Created" msgstr "" -#: src/components/routes/event/OccurrencesTab/index.tsx:549 +#: src/components/routes/event/OccurrencesTab/index.tsx:564 msgid "Creating {0} dates. This may take a moment." msgstr "Создание {0} дат. Это может занять некоторое время." @@ -3478,7 +3478,7 @@ msgstr "" #: src/components/common/TaxAndFeeList/index.tsx:81 #: src/components/routes/admin/Announcements/index.tsx:226 #: src/components/routes/admin/FailedJobs/index.tsx:209 -#: src/components/routes/event/OccurrencesTab/index.tsx:502 +#: src/components/routes/event/OccurrencesTab/index.tsx:512 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:62 msgid "Delete" msgstr "" @@ -3844,7 +3844,7 @@ msgstr "" msgid "e.g. Learn more" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:453 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:450 msgid "e.g. Morning Session" msgstr "" @@ -3877,7 +3877,7 @@ msgstr "" msgid "Each product" msgstr "Каждый товар" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:381 msgid "Earlier" msgstr "" @@ -4309,7 +4309,7 @@ msgstr "" msgid "Enter an amount excluding taxes and fees." msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:434 msgid "Enter capacity" msgstr "" @@ -5299,7 +5299,7 @@ msgstr "Полный возврат" msgid "future" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:352 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:353 msgid "Future dates only" msgstr "" @@ -5649,8 +5649,8 @@ msgstr "" msgid "Homer" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:386 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:410 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:387 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:411 msgid "Hours" msgstr "" @@ -5795,7 +5795,7 @@ msgstr "" msgid "in last {0} min" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:472 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 msgid "In person — set a venue" msgstr "" @@ -6201,7 +6201,7 @@ msgstr "" msgid "Last Used" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:379 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 msgid "Later" msgstr "" @@ -6281,7 +6281,7 @@ msgstr "" msgid "Live preview" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:344 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 msgid "Loaded dates" msgstr "" @@ -6632,8 +6632,8 @@ msgstr "" msgid "minutes" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:393 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:417 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:394 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:418 msgid "Minutes" msgstr "" @@ -6650,7 +6650,7 @@ msgstr "" msgid "Modal" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:467 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:468 msgid "Mode" msgstr "" @@ -6798,11 +6798,11 @@ msgstr "" msgid "Never" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:432 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 msgid "New capacity" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:451 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 msgid "New label" msgstr "" @@ -6961,7 +6961,7 @@ msgstr "" msgid "No dates match the current filters." msgstr "" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates match your filters" msgstr "" @@ -6974,7 +6974,7 @@ msgstr "" msgid "No dates scheduled" msgstr "Нет запланированных дат" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates scheduled yet" msgstr "" @@ -7478,7 +7478,7 @@ msgstr "" msgid "Online" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 msgid "Online — provide connection details" msgstr "" @@ -7619,7 +7619,7 @@ msgstr "" msgid "or" msgstr "" -#: src/components/routes/event/OccurrencesTab/index.tsx:603 +#: src/components/routes/event/OccurrencesTab/index.tsx:618 msgid "or add a single date" msgstr "" @@ -9060,7 +9060,7 @@ msgstr "" msgid "Remove" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:458 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:459 msgid "Remove label from all dates" msgstr "" @@ -10002,7 +10002,7 @@ msgstr "" msgid "Set or clear the date label" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:406 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:407 msgid "Set the end time of each date to be this long after its start time." msgstr "" @@ -10010,11 +10010,11 @@ msgstr "" msgid "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:440 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:441 msgid "Set to unlimited (remove limit)" msgstr "" -#: src/components/routes/event/OccurrencesTab/index.tsx:585 +#: src/components/routes/event/OccurrencesTab/index.tsx:600 msgid "Set up a recurring schedule to automatically create dates, or add them one at a time." msgstr "" @@ -10031,8 +10031,8 @@ msgstr "" msgid "Set up schedule" msgstr "" -#: src/components/routes/event/OccurrencesTab/index.tsx:535 -#: src/components/routes/event/OccurrencesTab/index.tsx:596 +#: src/components/routes/event/OccurrencesTab/index.tsx:550 +#: src/components/routes/event/OccurrencesTab/index.tsx:611 msgid "Set Up Schedule" msgstr "" @@ -10181,7 +10181,7 @@ msgstr "" msgid "Showing {0} of {totalRows} records" msgstr "" -#: src/components/routes/event/OccurrencesTab/index.tsx:624 +#: src/components/routes/event/OccurrencesTab/index.tsx:639 msgid "Showing {0}–{1} of {2}" msgstr "" @@ -10235,7 +10235,7 @@ msgstr "" msgid "Single line text box" msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:356 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:357 msgid "Skip manually edited dates" msgstr "" @@ -11124,7 +11124,7 @@ msgstr "" msgid "These details will only be shown if the order is completed successfully." msgstr "Эти данные будут показаны только после успешного завершения заказа." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:491 msgid "These details will replace any existing location on the affected dates and show on attendee tickets." msgstr "" @@ -11403,7 +11403,7 @@ msgstr "Этот билет только что был отсканирован. msgid "This user is not active, as they have not accepted their invitation." msgstr "" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:367 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:368 msgid "This will affect {loadedAffectedCount} date(s)." msgstr "" @@ -11756,7 +11756,7 @@ msgstr "" msgid "Try a different search term or filter" msgstr "" -#: src/components/routes/event/OccurrencesTab/index.tsx:584 +#: src/components/routes/event/OccurrencesTab/index.tsx:599 msgid "Try adjusting your filters to see more dates." msgstr "" diff --git a/frontend/src/locales/se.js b/frontend/src/locales/se.js index 1078720956..0bdc8a7879 100644 --- a/frontend/src/locales/se.js +++ b/frontend/src/locales/se.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Det finns inget att visa ännu'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>utcheckad lyckades\"],\"KMgp2+\":[[\"0\"],\" tillgängliga\"],\"Pmr5xp\":[[\"0\"],\" skapades framgångsrikt\"],\"FImCSc\":[[\"0\"],\" uppdaterades\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" dagar, \",[\"hours\"],\" timmar, \",[\"minutes\"],\" minuter och \",[\"seconds\"],\" sekunder\"],\"f3RdEk\":[[\"hours\"],\" timmar, \",[\"minutes\"],\" minuter och \",[\"seconds\"],\" sekunder\"],\"fyE7Au\":[[\"minutes\"],\" minuter och \",[\"seconds\"],\" sekunder\"],\"NlQ0cx\":[[\"organizerName\"],\"s första evenemang\"],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://din-webbplats.com\",\"qnSLLW\":\"<0>Vänligen ange priset exklusive skatter och avgifter.<1>Skatter och avgifter kan läggas till nedan.\",\"ZjMs6e\":\"<0>Antalet produkter tillgängliga för denna produkt<1>Detta värde kan åsidosättas om det finns <2>kapacitetsbegränsningar kopplade till denna produkt.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 minuter och 0 sekunder\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Ett datumfält. Perfekt för att fråga efter födelsedatum osv.\",\"6euFZ/\":[\"Ett standardvärde för \",[\"type\"],\" tillämpas automatiskt på alla nya produkter. Du kan åsidosätta detta per produkt.\"],\"SMUbbQ\":\"En rullgardinsmeny tillåter endast ett val\",\"qv4bfj\":\"En avgift, som en bokningsavgift eller serviceavgift\",\"POT0K/\":\"Ett fast belopp per produkt. T.ex. $0,50 per produkt\",\"f4vJgj\":\"Ett flerradigt textfält\",\"OIPtI5\":\"En procentandel av produktpriset. T.ex. 3,5% av produktpriset\",\"ZthcdI\":\"En kampanjkod utan rabatt kan användas för att visa dolda produkter.\",\"AG/qmQ\":\"Ett radioval har flera alternativ men endast ett kan väljas.\",\"h179TP\":\"En kort beskrivning av evenemanget som visas i sökresultat och vid delning på sociala medier. Som standard används evenemangsbeskrivningen.\",\"WKMnh4\":\"Ett enradigt textfält\",\"BHZbFy\":\"En enda fråga per order. T.ex. Vilken är din leveransadress?\",\"Fuh+dI\":\"En enda fråga per produkt. T.ex. Vilken är din t-shirtstorlek?\",\"RlJmQg\":\"En standardskatt, såsom moms\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Acceptera banköverföringar, checkar eller andra offline-betalningsmetoder\",\"hrvLf4\":\"Acceptera kreditkortsbetalningar med Stripe\",\"bfXQ+N\":\"Acceptera inbjudan\",\"AeXO77\":\"Konto\",\"lkNdiH\":\"Kontonamn\",\"Puv7+X\":\"Kontoinställningar\",\"OmylXO\":\"Kontot uppdaterades\",\"7L01XJ\":\"Åtgärder\",\"FQBaXG\":\"Aktivera\",\"5T2HxQ\":\"Aktiveringsdatum\",\"F6pfE9\":\"Aktiv\",\"/PN1DA\":\"Lägg till en beskrivning för denna incheckningslista\",\"0/vPdA\":\"Lägg till eventuella anteckningar om deltagaren. Dessa kommer inte vara synliga för deltagaren.\",\"Or1CPR\":\"Lägg till eventuella anteckningar om deltagaren...\",\"l3sZO1\":\"Lägg till eventuella anteckningar om ordern. Dessa kommer inte vara synliga för kunden.\",\"xMekgu\":\"Lägg till eventuella anteckningar om ordern...\",\"PGPGsL\":\"Lägg till beskrivning\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Lägg till instruktioner för offline-betalningar (t.ex. banköverföringsuppgifter, vart man skickar checkar, betalningsfrister)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Lägg till ny\",\"TZxnm8\":\"Lägg till alternativ\",\"24l4x6\":\"Lägg till produkt\",\"8q0EdE\":\"Lägg till produkt i kategori\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Lägg till skatt eller avgift\",\"goOKRY\":\"Lägg till prisnivå\",\"oZW/gT\":\"Lägg till i kalendern\",\"pn5qSs\":\"Ytterligare information\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Adress\",\"NY/x1b\":\"Adressrad 1\",\"POdIrN\":\"Adressrad 1\",\"cormHa\":\"Adressrad 2\",\"gwk5gg\":\"Adressrad 2\",\"U3pytU\":\"Admin\",\"HLDaLi\":\"Adminanvändare har full åtkomst till evenemang och kontoinställningar.\",\"W7AfhC\":\"Alla deltagare för detta evenemang\",\"cde2hc\":\"Alla produkter\",\"5CQ+r0\":\"Tillåt incheckning av deltagare kopplade till obetalda order\",\"ipYKgM\":\"Tillåt indexering av sökmotorer\",\"LRbt6D\":\"Tillåt sökmotorer att indexera detta evenemang\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Fantastiskt, Evenemang, Nyckelord...\",\"hehnjM\":\"Belopp\",\"R2O9Rg\":[\"Betalt belopp (\",[\"0\"],\")\"],\"V7MwOy\":\"Ett fel uppstod vid inläsning av sidan\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Ett oväntat fel uppstod.\",\"byKna+\":\"Ett oväntat fel uppstod. Vänligen försök igen.\",\"ubdMGz\":\"Eventuella frågor från produktinnehavare kommer att skickas till denna e-postadress. Detta kommer också att användas som \\\"svarsadress\\\" för alla e-postmeddelanden från detta evenemang\",\"aAIQg2\":\"Utseende\",\"Ym1gnK\":\"tillämpat\",\"sy6fss\":[\"Gäller \",[\"0\"],\" produkter\"],\"kadJKg\":\"Gäller 1 produkt\",\"DB8zMK\":\"Använd\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Tillämpa denna \",[\"type\"],\" på alla nya produkter\"],\"S0ctOE\":\"Arkivera evenemang\",\"TdfEV7\":\"Arkiverad\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Är du säker på att du vill aktivera denna deltagare?\",\"TvkW9+\":\"Är du säker på att du vill arkivera detta evenemang?\",\"/CV2x+\":\"Är du säker på att du vill avboka denna deltagare? Detta ogiltigförklarar deras biljett\",\"YgRSEE\":\"Är du säker på att du vill ta bort denna kampanjkod?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Är du säker på att du vill göra detta evenemang till ett utkast? Detta kommer att göra evenemanget osynligt för allmänheten\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Är du säker på att du vill återställa detta evenemang? Det kommer att återställas som ett utkast.\",\"vJuISq\":\"Är du säker på att du vill ta bort denna kapacitetstilldelning?\",\"baHeCz\":\"Är du säker på att du vill ta bort denna incheckningslista?\",\"LBLOqH\":\"Fråga en gång per order\",\"wu98dY\":\"Fråga en gång per produkt\",\"ss9PbX\":\"Deltagare\",\"m0CFV2\":\"Deltagaruppgifter\",\"QKim6l\":\"Deltagare hittades inte\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Deltagarbiljett\",\"9SZT4E\":\"Deltagare\",\"iPBfZP\":\"Registrerade deltagare\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Automatisk storleksanpassning\",\"vZ5qKF\":\"Anpassa widgetens höjd automatiskt baserat på innehållet. När funktionen är avstängd fyller widgeten hela behållarens höjd.\",\"4lVaWA\":\"Väntar på offlinebetalning\",\"2rHwhl\":\"Väntar på offlinebetalning\",\"3wF4Q/\":\"Väntar på betalning\",\"ioG+xt\":\"Väntar på betalning\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Tillbaka till evenemangssidan\",\"VCoEm+\":\"Tillbaka till inloggning\",\"k1bLf+\":\"Bakgrundsfärg\",\"I7xjqg\":\"Bakgrundstyp\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Faktureringsadress\",\"/xC/im\":\"Faktureringsinställningar\",\"rp/zaT\":\"Brasiliansk portugisiska\",\"whqocw\":\"Genom att registrera dig godkänner du våra <0>användarvillkor och <1>integritetspolicy.\",\"bcCn6r\":\"Beräkningstyp\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Avbryt\",\"Gjt/py\":\"Avbryt ändring av e-postadress\",\"tVJk4q\":\"Avbryt order\",\"Os6n2a\":\"Avbryt order\",\"Mz7Ygx\":[\"Avbryt order \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Avbruten\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Kapacitet\",\"V6Q5RZ\":\"Kapacitetstilldelning skapades\",\"k5p8dz\":\"Kapacitetstilldelning togs bort\",\"nDBs04\":\"Kapacitetshantering\",\"ddha3c\":\"Kategorier låter dig gruppera produkter. Till exempel kan du ha en kategori för \\\"Biljetter\\\" och en annan för \\\"Merchandise\\\".\",\"iS0wAT\":\"Kategorier hjälper dig att organisera dina produkter. Denna titel visas på den publika evenemangssidan.\",\"eorM7z\":\"Kategorierna har sorterats om\",\"3EXqwa\":\"Kategori skapades\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Ändra lösenord\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Checka in \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Checka in och markera ordern som betald\",\"QYLpB4\":\"Endast checka in\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Kolla in detta evenemang!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Incheckningslista togs bort\",\"+hBhWk\":\"Incheckningslistan har gått ut\",\"mBsBHq\":\"Incheckningslistan är inte aktiv\",\"vPqpQG\":\"Incheckningslistan hittades inte\",\"tejfAy\":\"Incheckningslistor\",\"hD1ocH\":\"Inchecknings-URL kopierad till urklipp\",\"CNafaC\":\"Kryssrutealternativ tillåter flera val\",\"SpabVf\":\"Kryssrutor\",\"CRu4lK\":\"Incheckad\",\"znIg+z\":\"Kassa\",\"1WnhCL\":\"Kassainställningar\",\"6imsQS\":\"Kinesiska (förenklad)\",\"JjkX4+\":\"Välj en färg för din bakgrund\",\"/Jizh9\":\"Välj ett konto\",\"3wV73y\":\"Stad\",\"FG98gC\":\"Rensa söktext\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Klicka för att kopiera\",\"yz7wBu\":\"Stäng\",\"62Ciis\":\"Stäng sidofält\",\"EWPtMO\":\"Kod\",\"ercTDX\":\"Koden måste vara mellan 3 och 50 tecken lång\",\"oqr9HB\":\"Fäll ihop denna produkt när evenemangssidan laddas\",\"jZlrte\":\"Färg\",\"Vd+LC3\":\"Färgen måste vara en giltig hexkod. Exempel: #ffffff\",\"1HfW/F\":\"Färger\",\"VZeG/A\":\"Kommer snart\",\"yPI7n9\":\"Kommaseparerade nyckelord som beskriver evenemanget. Dessa används av sökmotorer för att kategorisera och indexera evenemanget.\",\"NPZqBL\":\"Slutför order\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Slutför betalning\",\"qqWcBV\":\"Slutförd\",\"6HK5Ct\":\"Slutförda ordrar\",\"NWVRtl\":\"Slutförda ordrar\",\"DwF9eH\":\"Komponentkod\",\"Tf55h7\":\"Konfigurerad rabatt\",\"7VpPHA\":\"Bekräfta\",\"ZaEJZM\":\"Bekräfta ändring av e-postadress\",\"yjkELF\":\"Bekräfta nytt lösenord\",\"xnWESi\":\"Bekräfta lösenord\",\"p2/GCq\":\"Bekräfta lösenord\",\"wnDgGj\":\"Bekräftar e-postadress...\",\"pbAk7a\":\"Anslut Stripe\",\"UMGQOh\":\"Anslut med Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Anslutningsuppgifter\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Fortsätt\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Text på fortsätt-knapp\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Kopierad\",\"T5rdis\":\"kopierad till urklipp\",\"he3ygx\":\"Kopiera\",\"r2B2P8\":\"Kopiera inchecknings-URL\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Kopiera länk\",\"E6nRW7\":\"Kopiera URL\",\"JNCzPW\":\"Land\",\"IF7RiR\":\"Omslag\",\"hYgDIe\":\"Skapa\",\"b9XOHo\":[\"Skapa \",[\"0\"]],\"k9RiLi\":\"Skapa en produkt\",\"6kdXbW\":\"Skapa en kampanjkod\",\"n5pRtF\":\"Skapa en biljett\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"skapa en organisatör\",\"ipP6Ue\":\"Skapa deltagare\",\"VwdqVy\":\"Skapa kapacitetstilldelning\",\"EwoMtl\":\"Skapa kategori\",\"XletzW\":\"Skapa kategori\",\"WVbTwK\":\"Skapa incheckningslista\",\"uN355O\":\"Skapa evenemang\",\"BOqY23\":\"Skapa ny\",\"kpJAeS\":\"Skapa organisatör\",\"a0EjD+\":\"Skapa produkt\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Skapa kampanjkod\",\"B3Mkdt\":\"Skapa fråga\",\"UKfi21\":\"Skapa skatt eller avgift\",\"d+F6q9\":\"Skapad\",\"Q2lUR2\":\"Valuta\",\"DCKkhU\":\"Nuvarande lösenord\",\"uIElGP\":\"Anpassad Maps-URL\",\"UEqXyt\":\"Anpassat intervall\",\"876pfE\":\"Kund\",\"QOg2Sf\":\"Anpassa e-post- och aviseringsinställningarna för detta evenemang\",\"Y9Z/vP\":\"Anpassa evenemangets startsida och kassameddelanden\",\"2E2O5H\":\"Anpassa övriga inställningar för detta evenemang\",\"iJhSxe\":\"Anpassa SEO-inställningarna för detta evenemang\",\"KIhhpi\":\"Anpassa din evenemangssida\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Riskzon\",\"ZQKLI1\":\"Riskzon\",\"7p5kLi\":\"Instrumentpanel\",\"mYGY3B\":\"Datum\",\"JvUngl\":\"Datum och tid\",\"JJhRbH\":\"Kapacitet dag ett\",\"cnGeoo\":\"Ta bort\",\"jRJZxD\":\"Ta bort kapacitet\",\"VskHIx\":\"Ta bort kategori\",\"Qrc8RZ\":\"Ta bort incheckningslista\",\"WHf154\":\"Ta bort kod\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Beskrivning\",\"YC3oXa\":\"Beskrivning för incheckningspersonal\",\"URmyfc\":\"Detaljer\",\"1lRT3t\":\"Om denna kapacitet inaktiveras spåras försäljningen men den stoppas inte när gränsen nås\",\"H6Ma8Z\":\"Rabatt\",\"ypJ62C\":\"Rabatt %\",\"3LtiBI\":[\"Rabatt i \",[\"0\"]],\"C8JLas\":\"Rabattyp\",\"1QfxQT\":\"Dismiss\",\"DZlSLn\":\"Dokumentetikett\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Ladda ner .ics\",\"kodV18\":\"Ladda ner CSV\",\"CELKku\":\"Ladda ner faktura\",\"LQrXcu\":\"Ladda ner faktura\",\"QIodqd\":\"Ladda ner QR-kod\",\"yhjU+j\":\"Laddar ner faktura\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Rullgardinsval\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Duplicera evenemang\",\"3ogkAk\":\"Duplicera evenemang\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Dupliceringsalternativ\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Early bird\",\"ePK91l\":\"Redigera\",\"N6j2JH\":[\"Redigera \",[\"0\"]],\"kBkYSa\":\"Redigera kapacitet\",\"oHE9JT\":\"Redigera kapacitetstilldelning\",\"j1Jl7s\":\"Redigera kategori\",\"FU1gvP\":\"Redigera incheckningslista\",\"iFgaVN\":\"Redigera kod\",\"jrBSO1\":\"Redigera organisatör\",\"tdD/QN\":\"Redigera produkt\",\"n143Tq\":\"Redigera produktkategori\",\"9BdS63\":\"Redigera kampanjkod\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Redigera fråga\",\"poTr35\":\"Redigera användare\",\"GTOcxw\":\"Redigera användare\",\"pqFrv2\":\"t.ex. 2,50 för 2,50 $\",\"3yiej1\":\"t.ex. 23,5 för 23,5 %\",\"O3oNi5\":\"E-post\",\"VxYKoK\":\"E-post- och aviseringsinställningar\",\"ATGYL1\":\"E-postadress\",\"hzKQCy\":\"E-postadress\",\"HqP6Qf\":\"Ändring av e-postadress avbröts\",\"mISwW1\":\"Ändring av e-postadress väntar\",\"APuxIE\":\"E-postbekräftelse skickades igen\",\"YaCgdO\":\"E-postbekräftelse skickades igen\",\"jyt+cx\":\"Meddelande i e-postsidfot\",\"I6F3cp\":\"E-post ej verifierad\",\"NTZ/NX\":\"Inbäddningskod\",\"4rnJq4\":\"Inbäddningsskript\",\"8oPbg1\":\"Aktivera fakturering\",\"j6w7d/\":\"Aktivera denna kapacitet för att stoppa försäljning när gränsen nås\",\"VFv2ZC\":\"Slutdatum\",\"237hSL\":\"Avslutad\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Engelska\",\"MhVoma\":\"Ange ett belopp exklusive skatter och avgifter\",\"SlfejT\":\"Fel\",\"3Z223G\":\"Fel vid bekräftelse av e-postadress\",\"a6gga1\":\"Fel vid bekräftelse av ändring av e-postadress\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Evenemang\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Evenemangsdatum\",\"0Zptey\":\"Standardinställningar för evenemang\",\"QcCPs8\":\"Evenemangsdetaljer\",\"6fuA9p\":\"Evenemang duplicerades\",\"AEuj2m\":\"Evenemangets startsida\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Plats- och lokalinformation för evenemanget\",\"OopDbA\":\"Event page\",\"4/If97\":\"Uppdatering av evenemangsstatus misslyckades. Försök igen senare.\",\"btxLWj\":\"Evenemangsstatus uppdaterad\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Evenemang\",\"sZg7s1\":\"Utgångsdatum\",\"KnN1Tu\":\"Går ut\",\"uaSvqt\":\"Utgångsdatum\",\"GS+Mus\":\"Exportera\",\"9xAp/j\":\"Misslyckades med att avbryta deltagare\",\"ZpieFv\":\"Misslyckades med att avbryta order\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Misslyckades med att ladda ner faktura. Försök igen.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Misslyckades med att läsa in incheckningslista\",\"ZQ15eN\":\"Misslyckades med att skicka biljettmejl igen\",\"ejXy+D\":\"Misslyckades med att sortera produkter\",\"PLUB/s\":\"Avgift\",\"/mfICu\":\"Avgifter\",\"LyFC7X\":\"Filtrera ordrar\",\"cSev+j\":\"Filter\",\"CVw2MU\":[\"Filter (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Första fakturanummer\",\"V1EGGU\":\"Förnamn\",\"kODvZJ\":\"Förnamn\",\"S+tm06\":\"Förnamn måste vara mellan 1 och 50 tecken\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Första användning\",\"TpqW74\":\"Fast\",\"irpUxR\":\"Fast belopp\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Glömt lösenord?\",\"2POOFK\":\"Gratis\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Franska\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Tyska\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Gå tillbaka till profilen\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Kalender\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Bruttoförsäljning\",\"yRg26W\":\"Bruttoförsäljning\",\"R4r4XO\":\"Gäster\",\"26pGvx\":\"Har du en kampanjkod?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"Här är ett exempel på hur du kan använda komponenten i din applikation.\",\"Y1SSqh\":\"Här är React-komponenten som du kan använda för att bädda in widgeten i din applikation.\",\"QuhVpV\":[\"Hej \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Dold från offentlig vy\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Dolda frågor är endast synliga för arrangören och inte för kunden.\",\"vLyv1R\":\"Dölj\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Dölj produkt efter försäljningens slutdatum\",\"06s3w3\":\"Dölj produkt före försäljningens startdatum\",\"axVMjA\":\"Dölj produkt om användaren saknar giltig kampanjkod\",\"ySQGHV\":\"Dölj produkt när den är slutsåld\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Dölj denna produkt för kunder\",\"Da29Y6\":\"Dölj denna fråga\",\"fvDQhr\":\"Dölj denna nivå för användare\",\"lNipG+\":\"Att dölja en produkt förhindrar att användare ser den på evenemangssidan.\",\"ZOBwQn\":\"Startsidedesign\",\"PRuBTd\":\"Startsidedesigner\",\"YjVNGZ\":\"Förhandsvisning av startsida\",\"c3E/kw\":\"Homer\",\"8k8Njd\":\"Hur många minuter kunden har på sig att slutföra sin beställning. Vi rekommenderar minst 15 minuter\",\"ySxKZe\":\"Hur många gånger kan denna kod användas?\",\"dZsDbK\":[\"HTML-teckengränsen har överskridits: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Jag godkänner <0>villkoren\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Om detta är aktiverat kan incheckningspersonal antingen markera deltagare som incheckade eller markera beställningen som betald och checka in deltagarna. Om detta är inaktiverat kan deltagare som är kopplade till obetalda beställningar inte checkas in.\",\"muXhGi\":\"Om detta är aktiverat får arrangören ett e-postmeddelande när en ny beställning görs\",\"6fLyj/\":\"Om du inte begärde denna ändring, ändra omedelbart ditt lösenord.\",\"n/ZDCz\":\"Bilden har raderats\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Bilden har laddats upp\",\"VyUuZb\":\"Bild-URL\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inaktiv\",\"T0K0yl\":\"Inaktiva användare kan inte logga in.\",\"kO44sp\":\"Inkludera anslutningsinformation för ditt onlineevenemang. Dessa uppgifter visas på sidan för ordersammanfattning och på deltagarbiljetten.\",\"FlQKnG\":\"Inkludera skatt och avgifter i priset\",\"Vi+BiW\":[\"Innehåller \",[\"0\"],\" produkter\"],\"lpm0+y\":\"Innehåller 1 produkt\",\"UiAk5P\":\"Infoga bild\",\"OyLdaz\":\"Inbjudan skickades igen!\",\"HE6KcK\":\"Inbjudan återkallad!\",\"SQKPvQ\":\"Bjud in användare\",\"bKOYkd\":\"Fakturan laddades ner\",\"alD1+n\":\"Fakturanoteringar\",\"kOtCs2\":\"Fakturanumrering\",\"UZ2GSZ\":\"Fakturainställningar\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Artikel\",\"KFXip/\":\"John\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Etikett\",\"vXIe7J\":\"Språk\",\"2LMsOq\":\"Senaste 12 månaderna\",\"vfe90m\":\"Senaste 14 dagarna\",\"aK4uBd\":\"Senaste 24 timmarna\",\"uq2BmQ\":\"Senaste 30 dagarna\",\"bB6Ram\":\"Senaste 48 timmarna\",\"VlnB7s\":\"Senaste 6 månaderna\",\"ct2SYD\":\"Senaste 7 dagarna\",\"XgOuA7\":\"Senaste 90 dagarna\",\"I3yitW\":\"Senaste inloggning\",\"1ZaQUH\":\"Efternamn\",\"UXBCwc\":\"Efternamn\",\"tKCBU0\":\"Senast använd\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Lämna tomt för att använda standardordet \\\"Faktura\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Laddar...\",\"wJijgU\":\"Plats\",\"sQia9P\":\"Logga in\",\"zUDyah\":\"Loggar in\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Logga ut\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Gör faktureringsadress obligatorisk i kassan\",\"MU3ijv\":\"Gör denna fråga obligatorisk\",\"wckWOP\":\"Hantera\",\"onpJrA\":\"Hantera deltagare\",\"n4SpU5\":\"Hantera evenemang\",\"WVgSTy\":\"Hantera order\",\"1MAvUY\":\"Hantera betalnings- och fakturainställningar för detta evenemang.\",\"cQrNR3\":\"Hantera profil\",\"AtXtSw\":\"Hantera skatter och avgifter som kan tillämpas på dina produkter\",\"ophZVW\":\"Hantera biljetter\",\"DdHfeW\":\"Hantera dina kontouppgifter och standardinställningar\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Hantera dina användare och deras behörigheter\",\"1m+YT2\":\"Obligatoriska frågor måste besvaras innan kunden kan slutföra köpet.\",\"Dim4LO\":\"Lägg till deltagare manuellt\",\"e4KdjJ\":\"Lägg till deltagare manuellt\",\"vFjEnF\":\"Markera som betald\",\"g9dPPQ\":\"Max per order\",\"l5OcwO\":\"Meddela deltagare\",\"Gv5AMu\":\"Meddela deltagare\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Meddela köpare\",\"tNZzFb\":\"Meddelandeinnehåll\",\"lYDV/s\":\"Meddela enskilda deltagare\",\"V7DYWd\":\"Meddelande skickat\",\"t7TeQU\":\"Meddelanden\",\"xFRMlO\":\"Min per order\",\"QYcUEf\":\"Minimipris\",\"RDie0n\":\"Övrigt\",\"mYLhkl\":\"Övriga inställningar\",\"KYveV8\":\"Flerradigt textfält\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Min fantastiska evenemangsbeskrivning...\",\"vX8/tc\":\"Min fantastiska evenemangstitel...\",\"hKtWk2\":\"Min profil\",\"fj5byd\":\"Ej tillgängligt\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Namn\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Gå till deltagare\",\"qqeAJM\":\"Aldrig\",\"7vhWI8\":\"Nytt lösenord\",\"1UzENP\":\"Nej\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Inga arkiverade evenemang att visa.\",\"q2LEDV\":\"Inga deltagare hittades för denna order.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Inga deltagare att visa\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Inga kapacitetstilldelningar\",\"a/gMx2\":\"Inga incheckningslistor\",\"tMFDem\":\"Ingen data tillgänglig\",\"6Z/F61\":\"Ingen data att visa. Välj ett datumintervall\",\"fFeCKc\":\"Ingen rabatt\",\"HFucK5\":\"Inga avslutade evenemang att visa.\",\"yAlJXG\":\"Inga evenemang att visa\",\"GqvPcv\":\"Inga filter tillgängliga\",\"KPWxKD\":\"Inga meddelanden att visa\",\"J2LkP8\":\"Inga ordrar att visa\",\"RBXXtB\":\"Inga betalningsmetoder är tillgängliga för närvarande. Kontakta arrangören för hjälp.\",\"ZWEfBE\":\"Ingen betalning krävs\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Inga produkter tillgängliga i denna kategori.\",\"FTfObB\":\"Inga produkter ännu\",\"+Y976X\":\"Inga kampanjkoder att visa\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Inga resultat\",\"gk5uwN\":\"Inga sökresultat\",\"RHyZUL\":\"Inga sökresultat.\",\"RY2eP1\":\"Inga skatter eller avgifter har lagts till.\",\"EdQY6l\":\"Ingen\",\"OJx3wK\":\"Inte tillgänglig\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Anteckningar\",\"jtrY3S\":\"Inget att visa ännu\",\"hFwWnI\":\"Aviseringsinställningar\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Meddela arrangören om nya ordrar\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Antal dagar tillåtet för betalning (lämna tomt för att utelämna betalningsvillkor från fakturor)\",\"n86jmj\":\"Nummerprefix\",\"mwe+2z\":\"Offlineordrar återspeglas inte i evenemangsstatistiken förrän ordern markeras som betald.\",\"dWBrJX\":\"Offlinebetalningen misslyckades. Försök igen eller kontakta arrangören.\",\"fcnqjw\":\"Instruktioner för offlinebetalning\",\"+eZ7dp\":\"Offlinebetalningar\",\"ojDQlR\":\"Information om offlinebetalningar\",\"u5oO/W\":\"Inställningar för offlinebetalningar\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"Till salu\",\"Ug4SfW\":\"När du skapar ett evenemang visas det här.\",\"ZxnK5C\":\"När du börjar samla in data visas det här.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Pågående\",\"z+nuVJ\":\"Online event\",\"WKHW0N\":\"Information om onlineevenemang\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Öppna incheckningssida\",\"OdnLE4\":\"Öppna sidomeny\",\"ZZEYpT\":[\"Alternativ \",[\"i\"]],\"oPknTP\":\"Valfri extra information som visas på alla fakturor, till exempel betalningsvillkor, förseningsavgifter eller returpolicy\",\"OrXJBY\":\"Valfritt prefix för fakturanummer, till exempel INV-\",\"0zpgxV\":\"Alternativ\",\"BzEFor\":\"eller\",\"UYUgdb\":\"Order\",\"mm+eaX\":\"Order #\",\"B3gPuX\":\"Order avbruten\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Orderdatum\",\"Tol4BF\":\"Orderdetaljer\",\"WbImlQ\":\"Ordern har avbrutits och orderägaren har informerats.\",\"nAn4Oe\":\"Order markerad som betald\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Orderreferens\",\"acIJ41\":\"Orderstatus\",\"GX6dZv\":\"Ordersammanfattning\",\"tDTq0D\":\"Ordertidsgräns\",\"1h+RBg\":\"Ordrar\",\"3y+V4p\":\"Organisationens adress\",\"GVcaW6\":\"Organisationsuppgifter\",\"nfnm9D\":\"Organisationsnamn\",\"G5RhpL\":\"Arrangör\",\"mYygCM\":\"Arrangör krävs\",\"Pa6G7v\":\"Arrangörsnamn\",\"l894xP\":\"Arrangörer kan endast hantera evenemang och produkter. De kan inte hantera användare, kontoinställningar eller faktureringsinformation.\",\"fdjq4c\":\"Utfyllnad\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Sidan hittades inte\",\"QbrUIo\":\"Sidvisningar\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"betald\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Delvis återbetald\",\"8ZsakT\":\"Lösenord\",\"TUJAyx\":\"Lösenordet måste vara minst 8 tecken\",\"vwGkYB\":\"Lösenordet måste vara minst 8 tecken\",\"BLTZ42\":\"Lösenordet har återställts. Logga in med ditt nya lösenord.\",\"f7SUun\":\"Lösenorden är inte samma\",\"aEDp5C\":\"Klistra in detta där du vill att widgeten ska visas.\",\"+23bI/\":\"Patrick\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Betalning\",\"Lg+ewC\":\"Betalning och fakturering\",\"DZjk8u\":\"Inställningar för betalning och fakturering\",\"lflimf\":\"Betalningsfrist\",\"JhtZAK\":\"Betalning misslyckades\",\"JEdsvQ\":\"Betalningsinstruktioner\",\"bLB3MJ\":\"Betalningsmetoder\",\"QzmQBG\":\"Betalleverantör\",\"lsxOPC\":\"Betalning mottagen\",\"wJTzyi\":\"Betalningsstatus\",\"xgav5v\":\"Betalningen lyckades!\",\"R29lO5\":\"Betalningsvillkor\",\"/roQKz\":\"Procent\",\"vPJ1FI\":\"Procentbelopp\",\"xdA9ud\":\"Placera detta i -delen på din webbplats.\",\"blK94r\":\"Lägg till minst ett alternativ\",\"FJ9Yat\":\"Kontrollera att den angivna informationen är korrekt\",\"TkQVup\":\"Kontrollera din e-postadress och ditt lösenord och försök igen\",\"sMiGXD\":\"Kontrollera att din e-postadress är giltig\",\"Ajavq0\":\"Kontrollera din e-post för att bekräfta din e-postadress\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Fortsätt i den nya fliken\",\"hcX103\":\"Skapa en produkt\",\"cdR8d6\":\"Skapa en biljett\",\"x2mjl4\":\"Ange en giltig bild-URL som pekar på en bild.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Observera\",\"C63rRe\":\"Gå tillbaka till evenemangssidan för att börja om.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Välj minst en produkt\",\"igBrCH\":\"Verifiera din e-postadress för att få tillgång till alla funktioner\",\"/IzmnP\":\"Vänta medan vi förbereder din faktura...\",\"MOERNx\":\"Portugisiska\",\"qCJyMx\":\"Meddelande efter checkout\",\"g2UNkE\":\"Drivs av\",\"Rs7IQv\":\"Meddelande före checkout\",\"rdUucN\":\"Förhandsgranska\",\"a7u1N9\":\"Pris\",\"CmoB9j\":\"Visningsläge för pris\",\"BI7D9d\":\"Pris ej angivet\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Primär färg\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Primär textfärg\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Skriv ut alla biljetter\",\"DKwDdj\":\"Skriv ut biljetter\",\"K47k8R\":\"Produkt\",\"1JwlHk\":\"Produktkategori\",\"U61sAj\":\"Produktkategorin uppdaterades.\",\"1USFWA\":\"Produkten togs bort\",\"4Y2FZT\":\"Produktens pristyp\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Produktförsäljning\",\"U/R4Ng\":\"Produktnivå\",\"sJsr1h\":\"Produkttyp\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Produkt(er)\",\"N0qXpE\":\"Produkter\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Sålda produkter\",\"/u4DIx\":\"Sålda produkter\",\"DJQEZc\":\"Produkter sorterades korrekt\",\"vERlcd\":\"Profil\",\"kUlL8W\":\"Profilen uppdaterades\",\"cl5WYc\":[\"Kampanjkoden \",[\"promo_code\"],\" har tillämpats\"],\"P5sgAk\":\"Kampanjkod\",\"yKWfjC\":\"Sida för kampanjkoder\",\"RVb8Fo\":\"Kampanjkoder\",\"BZ9GWa\":\"Kampanjkoder kan användas för att erbjuda rabatter, förköp eller särskild åtkomst till ditt evenemang.\",\"OP094m\":\"Rapport för kampanjkoder\",\"4kyDD5\":\"Ge ytterligare kontext eller instruktioner för denna fråga. Använd detta fält för att lägga till villkor,\\nriktlinjer eller viktig information som deltagare behöver veta innan de svarar.\",\"toutGW\":\"QR-kod\",\"LkMOWF\":\"Tillgängligt antal\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Frågan togs bort\",\"avf0gk\":\"Frågebeskrivning\",\"oQvMPn\":\"Frågetitel\",\"enzGAL\":\"Frågor\",\"ROv2ZT\":\"Frågor och svar\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Radiovalsalternativ\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Mottagare\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Återbetalning misslyckades\",\"n10yGu\":\"Återbetala order\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Återbetalning väntar\",\"xHpVRl\":\"Återbetalningsstatus\",\"/BI0y9\":\"Återbetald\",\"fgLNSM\":\"Registrera\",\"9+8Vez\":\"Återstående användningar\",\"tasfos\":\"ta bort\",\"t/YqKh\":\"Ta bort\",\"t9yxlZ\":\"Rapporter\",\"prZGMe\":\"Kräv faktureringsadress\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Skicka e-postbekräftelse igen\",\"wIa8Qe\":\"Skicka inbjudan igen\",\"VeKsnD\":\"Skicka ordermail igen\",\"dFuEhO\":\"Skicka biljettmail igen\",\"o6+Y6d\":\"Skickar igen...\",\"OfhWJH\":\"Återställ\",\"RfwZxd\":\"Återställ lösenord\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Återställ evenemang\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Tillbaka till evenemangssidan\",\"8YBH95\":\"Intäkter\",\"PO/sOY\":\"Återkalla inbjudan\",\"GDvlUT\":\"Roll\",\"ELa4O9\":\"Slutdatum för försäljning\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Startdatum för försäljning\",\"hBsw5C\":\"Försäljningen är avslutad\",\"kpAzPe\":\"Försäljningen startar\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Spara\",\"IUwGEM\":\"Spara ändringar\",\"U65fiW\":\"Spara arrangör\",\"UGT5vp\":\"Spara inställningar\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Sök på deltagarnamn, e-post eller ordernummer...\",\"+pr/FY\":\"Sök på evenemangsnamn...\",\"3zRbWw\":\"Sök på namn, e-post eller ordernummer...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Sök på namn...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Sök kapacitetstilldelningar...\",\"r9M1hc\":\"Sök incheckningslistor...\",\"+0Yy2U\":\"Sök produkter\",\"YIix5Y\":\"Sök...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Sekundär färg\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Sekundär textfärg\",\"02ePaq\":[\"Välj \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Välj kategori...\",\"kWI/37\":\"Välj arrangör\",\"ixIx1f\":\"Välj produkt\",\"3oSV95\":\"Välj produktnivå\",\"C4Y1hA\":\"Välj produkter\",\"hAjDQy\":\"Välj status\",\"QYARw/\":\"Välj biljett\",\"OMX4tH\":\"Välj biljetter\",\"DrwwNd\":\"Välj tidsperiod\",\"O/7I0o\":\"Välj...\",\"JlFcis\":\"Skicka\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Skicka ett meddelande\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Skicka meddelande\",\"D7ZemV\":\"Skicka orderbekräftelse och biljettsmejl\",\"v1rRtW\":\"Skicka test\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"SEO-beskrivning\",\"/SIY6o\":\"SEO-nyckelord\",\"GfWoKv\":\"SEO-inställningar\",\"rXngLf\":\"SEO-titel\",\"/jZOZa\":\"Serviceavgift\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Ange startnummer för fakturanumrering. Detta kan inte ändras när fakturor väl har skapats.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Inställningar\",\"Z8lGw6\":\"Dela\",\"B2V3cA\":\"Dela evenemang\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Show\",\"V0SbFp\":\"Visa tillgängligt produktantal\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Visa mer\",\"izwOOD\":\"Visa moms och avgifter separat\",\"1SbbH8\":\"Visas för kunden efter att de har slutfört köpet, på ordersammanfattningssidan.\",\"YfHZv0\":\"Visas för kunden innan de slutför köpet\",\"CBBcly\":\"Visar vanliga adressfält, inklusive land\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Enradig textruta\",\"+P0Cn2\":\"Hoppa över detta steg\",\"YSEnLE\":\"Smith\",\"lgFfeO\":\"Slutsålt\",\"Mi1rVn\":\"Slutsålt\",\"nwtY4N\":\"Något gick fel\",\"GRChTw\":\"Något gick fel när momsen eller avgiften skulle tas bort\",\"YHFrbe\":\"Något gick fel! Försök igen\",\"kf83Ld\":\"Något gick fel.\",\"fWsBTs\":\"Något gick fel. Försök igen.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Tyvärr, den här kampanjkoden känns inte igen\",\"65A04M\":\"Spanska\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Startdatum\",\"/2by1f\":\"Delstat eller region\",\"uAQUqI\":\"Status\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Stripe-betalningar är inte aktiverade för detta evenemang.\",\"UJmAAK\":\"Ämne\",\"X2rrlw\":\"Delsumma\",\"zzDlyQ\":\"Lyckades\",\"b0HJ45\":[\"Klart! \",[\"0\"],\" kommer snart att få ett e-postmeddelande.\"],\"BJIEiF\":[\"Lyckades \",[\"0\"],\" deltagare\"],\"OtgNFx\":\"E-postadressen bekräftades\",\"IKwyaF\":\"E-poständringen bekräftades\",\"zLmvhE\":\"Deltagaren skapades\",\"gP22tw\":\"Produkten skapades\",\"9mZEgt\":\"Kampanjkoden skapades\",\"aIA9C4\":\"Frågan skapades\",\"J3RJSZ\":\"Deltagaren uppdaterades\",\"3suLF0\":\"Kapacitetstilldelningen uppdaterades\",\"Z+rnth\":\"Incheckningslistan uppdaterades\",\"vzJenu\":\"E-postinställningarna uppdaterades\",\"7kOMfV\":\"Evenemanget uppdaterades\",\"G0KW+e\":\"Startsidedesignen uppdaterades\",\"k9m6/E\":\"Startsidesinställningarna uppdaterades\",\"y/NR6s\":\"Platsen uppdaterades\",\"73nxDO\":\"Övriga inställningar uppdaterades\",\"4H80qv\":\"Ordern uppdaterades\",\"6xCBVN\":\"Betalnings- och faktureringsinställningarna uppdaterades\",\"1Ycaad\":\"Produkt uppdaterad\",\"70dYC8\":\"Kampanjkoden uppdaterades\",\"F+pJnL\":\"SEO-inställningarna uppdaterades\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Supportmejl\",\"uRfugr\":\"T-shirt\",\"JpohL9\":\"Moms\",\"geUFpZ\":\"Moms och avgifter\",\"dFHcIn\":\"Momsuppgifter\",\"wQzCPX\":\"Momsinformation som ska visas längst ned på alla fakturor (t.ex. momsnummer, skatteregistrering)\",\"0RXCDo\":\"Moms eller avgift togs bort\",\"ZowkxF\":\"Moms\",\"qu6/03\":\"Moms och avgifter\",\"gypigA\":\"Den kampanjkoden är ogiltig\",\"5ShqeM\":\"Incheckningslistan du letar efter finns inte.\",\"QXlz+n\":\"Standardvaluta för dina evenemang.\",\"mnafgQ\":\"Standardtidszon för dina evenemang.\",\"o7s5FA\":\"Språket som deltagaren kommer att få e-post på.\",\"NlfnUd\":\"Länken du klickade på är ogiltig.\",\"HsFnrk\":[\"Maximalt antal produkter för \",[\"0\"],\" är \",[\"1\"]],\"TSAiPM\":\"Sidan du letar efter finns inte\",\"MSmKHn\":\"Priset som visas för kunden inkluderar moms och avgifter.\",\"6zQOg1\":\"Priset som visas för kunden inkluderar inte moms och avgifter. De visas separat\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Titeln för evenemanget som visas i sökresultat och vid delning i sociala medier. Som standard används evenemangets titel\",\"wDx3FF\":\"Det finns inga produkter tillgängliga för det här evenemanget\",\"pNgdBv\":\"Det finns inga produkter tillgängliga i den här kategorin\",\"rMcHYt\":\"En återbetalning väntar. Vänta tills den är slutförd innan du begär en ny återbetalning.\",\"F89D36\":\"Det uppstod ett fel när ordern skulle markeras som betald\",\"68Axnm\":\"Det uppstod ett fel när din begäran skulle behandlas. Försök igen.\",\"mVKOW6\":\"Det uppstod ett fel när ditt meddelande skulle skickas\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Den här deltagaren har en obetald order.\",\"mf3FrP\":\"Den här kategorin har inga produkter ännu.\",\"8QH2Il\":\"Den här kategorin är dold för allmänheten\",\"xxv3BZ\":\"Den här incheckningslistan har löpt ut\",\"Sa7w7S\":\"Den här incheckningslistan har löpt ut och är inte längre tillgänglig för incheckning.\",\"Uicx2U\":\"Den här incheckningslistan är aktiv\",\"1k0Mp4\":\"Den här incheckningslistan är inte aktiv ännu\",\"K6fmBI\":\"Den här incheckningslistan är ännu inte aktiv och är inte tillgänglig för incheckning.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Den här informationen visas på betalningssidan, ordersammanfattningen och i orderbekräftelsen via e-post.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Det här är ett onlineevenemang\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Det här meddelandet inkluderas i sidfoten i alla mejl som skickas från detta evenemang\",\"55i7Fa\":\"Det här meddelandet visas endast om ordern slutförs. Ordrar som väntar på betalning visar inte detta meddelande\",\"RjwlZt\":\"Den här ordern är redan betald.\",\"5K8REg\":\"Den här ordern har redan återbetalats.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Den här ordern har avbrutits.\",\"Q0zd4P\":\"Den här ordern har löpt ut. Börja om.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Den här ordern är slutförd.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Den här ordersidan är inte längre tillgänglig.\",\"i0TtkR\":\"Detta åsidosätter alla synlighetsinställningar och döljer produkten för alla kunder.\",\"cRRc+F\":\"Den här produkten kan inte tas bort eftersom den är kopplad till en order. Du kan dölja den i stället.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Den här länken för att återställa lösenordet är ogiltig eller har löpt ut.\",\"IV9xTT\":\"Den här användaren är inte aktiv eftersom hen inte har accepterat sin inbjudan.\",\"5AnPaO\":\"biljett\",\"kjAL4v\":\"Biljett\",\"dtGC3q\":\"Biljettmejlet har skickats igen till deltagaren\",\"54q0zp\":\"Biljetter för\",\"xN9AhL\":[\"Nivå \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Produkter med nivåer låter dig erbjuda flera prisalternativ för samma produkt. Perfekt för early bird-produkter eller för att erbjuda olika priser till olika grupper.\",\"nn3mSR\":\"Tid kvar:\",\"s/0RpH\":\"Antal gånger använd\",\"y55eMd\":\"Antal gånger använd\",\"40Gx0U\":\"Tidszon\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Titel\",\"xdA/+p\":\"Verktyg\",\"72c5Qo\":\"Totalt\",\"YXx+fG\":\"Totalt före rabatter\",\"NRWNfv\":\"Totalt rabattbelopp\",\"BxsfMK\":\"Totala avgifter\",\"2bR+8v\":\"Total bruttoförsäljning\",\"mpB/d9\":\"Totalt orderbelopp\",\"m3FM1g\":\"Totalt återbetalt\",\"jEbkcB\":\"Totalt återbetalt\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Total skatt\",\"+zy2Nq\":\"Typ\",\"FMdMfZ\":\"Det gick inte att checka in deltagaren\",\"bPWBLL\":\"Det gick inte att checka ut deltagaren\",\"9+P7zk\":\"Det gick inte att skapa produkten. Kontrollera dina uppgifter\",\"WLxtFC\":\"Det gick inte att skapa produkten. Kontrollera dina uppgifter\",\"/cSMqv\":\"Det gick inte att skapa frågan. Kontrollera dina uppgifter\",\"MH/lj8\":\"Det gick inte att uppdatera frågan. Kontrollera dina uppgifter\",\"nnfSdK\":\"Unika kunder\",\"Mqy/Zy\":\"USA\",\"NIuIk1\":\"Obegränsat\",\"/p9Fhq\":\"Obegränsat antal tillgängliga\",\"E0q9qH\":\"Obegränsat antal användningar tillåts\",\"h10Wm5\":\"Obetald order\",\"ia8YsC\":\"Kommande\",\"TlEeFv\":\"Kommande evenemang\",\"L/gNNk\":[\"Uppdatera \",[\"0\"]],\"+qqX74\":\"Uppdatera evenemangets namn, beskrivning och datum\",\"vXPSuB\":\"Uppdatera profil\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL kopierad till urklipp\",\"e5lF64\":\"Exempel på användning\",\"fiV0xj\":\"Användningsgräns\",\"sGEOe4\":\"Använd en suddig version av omslagsbilden som bakgrund\",\"OadMRm\":\"Använd omslagsbild\",\"7PzzBU\":\"Användare\",\"yDOdwQ\":\"Användarhantering\",\"Sxm8rQ\":\"Användare\",\"VEsDvU\":\"Användare kan ändra sin e-postadress i <0>Profilinställningar\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"Moms\",\"E/9LUk\":\"Platsnamn\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Visa deltagardetaljer\",\"/5PEQz\":\"Visa evenemangssida\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Visa på Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP-incheckningslista\",\"tF+VVr\":\"VIP-biljett\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Vi kunde inte behandla din betalning. Försök igen eller kontakta supporten.\",\"45Srzt\":\"Vi kunde inte ta bort kategorin. Försök igen.\",\"/DNy62\":[\"Vi kunde inte hitta några biljetter som matchar \",[\"0\"]],\"1E0vyy\":\"Vi kunde inte ladda data. Försök igen.\",\"NmpGKr\":\"Vi kunde inte ändra ordningen på kategorierna. Försök igen.\",\"BJtMTd\":\"Vi rekommenderar 1950×650 px, bildförhållande 3:1 och maximal filstorlek 5 MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Vi kunde inte bekräfta din betalning. Försök igen eller kontakta supporten.\",\"Gspam9\":\"Vi behandlar din order. Vänta...\",\"LuY52w\":\"Välkommen ombord! Logga in för att fortsätta.\",\"dVxpp5\":[\"Välkommen tillbaka\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Vad är nivåindelade produkter?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Vad är en kategori?\",\"gxeWAU\":\"Vilka produkter gäller den här koden för?\",\"hFHnxR\":\"Vilka produkter gäller den här koden för? (Gäller alla som standard)\",\"AeejQi\":\"Vilka produkter ska den här kapaciteten gälla för?\",\"Rb0XUE\":\"Vilken tid kommer du?\",\"5N4wLD\":\"Vilken typ av fråga är detta?\",\"gyLUYU\":\"När detta är aktiverat skapas fakturor för biljettordrar. Fakturor skickas tillsammans med orderbekräftelsen via e-post. Deltagare kan även ladda ner sina fakturor från orderbekräftelsesidan.\",\"D3opg4\":\"När offlinebetalningar är aktiverade kan användare slutföra sina ordrar och få sina biljetter. Biljetterna visar tydligt att ordern inte är betald, och incheckningsverktyget meddelar incheckningspersonalen om en order kräver betalning.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Vilka biljetter ska kopplas till den här incheckningslistan?\",\"S+OdxP\":\"Vem arrangerar det här evenemanget?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Vem ska få den här frågan?\",\"VxFvXQ\":\"Bädda in widget\",\"v1P7Gm\":\"Widgetinställningar\",\"b4itZn\":\"Arbetar\",\"hqmXmc\":\"Arbetar...\",\"+G/XiQ\":\"Hittills i år\",\"l75CjT\":\"Ja\",\"QcwyCh\":\"Ja, ta bort dem\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Du ändrar din e-postadress till <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Du är offline\",\"sdB7+6\":\"Du kan skapa en kampanjkod som riktar sig mot den här produkten på\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Du kan inte ändra produkttyp eftersom det finns deltagare kopplade till den här produkten.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Du kan inte checka in deltagare med obetalda ordrar. Den här inställningen kan ändras i evenemangsinställningarna.\",\"c9Evkd\":\"Du kan inte ta bort den sista kategorin.\",\"6uwAvx\":\"Du kan inte ta bort den här prisnivån eftersom det redan finns sålda produkter för nivån. Du kan dölja den i stället.\",\"tFbRKJ\":\"Du kan inte redigera kontoinnehavarens roll eller status.\",\"fHfiEo\":\"Du kan inte återbetala en manuellt skapad order.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Du har åtkomst till flera konton. Välj ett för att fortsätta.\",\"Z6q0Vl\":\"Du har redan accepterat den här inbjudan. Logga in för att fortsätta.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Du har ingen väntande ändring av e-postadress.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Tiden för att slutföra din order har gått ut.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Du måste bekräfta att det här e-postmeddelandet inte är reklam\",\"3ZI8IL\":\"Du måste godkänna villkoren\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Du måste skapa en biljett innan du kan lägga till en deltagare manuellt.\",\"jE4Z8R\":\"Du måste ha minst en prisnivå\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Du behöver markera en order som betald manuellt. Det kan göras på sidan för att hantera ordern.\",\"L/+xOk\":\"Du behöver en biljett innan du kan skapa en incheckningslista.\",\"Djl45M\":\"Du behöver en produkt innan du kan skapa en kapacitetstilldelning.\",\"y3qNri\":\"Du behöver minst en produkt för att komma igång. Gratis, betald eller låt användaren bestämma vad de vill betala.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Ditt kontonamn används på evenemangssidor och i e-post.\",\"veessc\":\"Dina deltagare visas här när de har registrerat sig för ditt evenemang. Du kan också lägga till deltagare manuellt.\",\"Eh5Wrd\":\"Din grymma webbplats 🎉\",\"lkMK2r\":\"Dina uppgifter\",\"3ENYTQ\":[\"Din begäran om att ändra e-postadress till <0>\",[\"0\"],\" väntar. Kontrollera din e-post för att bekräfta.\"],\"yZfBoy\":\"Ditt meddelande har skickats\",\"KSQ8An\":\"Din order\",\"Jwiilf\":\"Din order har avbokats\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Dina ordrar visas här när de börjar komma in.\",\"9TO8nT\":\"Ditt lösenord\",\"P8hBau\":\"Din betalning behandlas.\",\"UdY1lL\":\"Din betalning lyckades inte, försök igen.\",\"fzuM26\":\"Din betalning misslyckades. Försök igen.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Din återbetalning behandlas.\",\"IFHV2p\":\"Din biljett till\",\"x1PPdr\":\"Postnummer\",\"BM/KQm\":\"Postnummer\",\"+LtVBt\":\"Postnummer\",\"25QDJ1\":\"- Klicka för att publicera\",\"WOyJmc\":\"- Klicka för att avpublicera\",\"ncwQad\":\"(tom)\",\"B/gRsg\":\"(none)\",\"wqtZLy\":[[\"0\"],\" (kopia)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" är redan incheckad\"],\"3beCx0\":[[\"0\"],\" <0>checked in\"],\"S4PqS9\":[[\"0\"],\" aktiva webhooks\"],\"6MIiOI\":[[\"0\"],\" kvar\"],\"COnw8D\":[[\"0\"],\" logotyp\"],\"xG9N0H\":[[\"0\"],\" of \",[\"1\"],\" seats are taken.\"],\"B7pZfX\":[[\"0\"],\" arrangörer\"],\"/HkCs4\":[[\"0\"],\" biljetter\"],\"30bTiU\":[[\"activeCount\"],\" enabled\"],\"jTs4am\":[[\"appName\"],\" logo\"],\"gbJOk9\":[[\"attendeeCount\"],\" attendees are registered for this session.\"],\"TjbIUI\":[[\"availableCount\"],\" av \",[\"totalCount\"],\" tillgängliga\"],\"PSChHo\":[[\"capacity\"],\" platser kvar\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" checked in\"],\"RZ0JX3\":[[\"chipTime\"],\", slutsålt\"],\"M4KnFs\":[[\"chipTime\"],\", Slutsålt, väntelista tillgänglig\"],\"SeyN12\":[[\"completedCount\"],\" of \",[\"totalCount\"],\" steps complete\"],\"wYzVwE\":[[\"count\"],\" add-ons\"],\"f2rhaD\":[[\"diffHr\"],\"h ago\"],\"NRSLBe\":[[\"diffMin\"],\"m ago\"],\"iYfwJE\":[[\"diffSec\"],\"s ago\"],\"OJnhhX\":[[\"eventCount\"],\" evenemang\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" more\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" attendees are registered across the affected sessions.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per order\"],\"RBuxIl\":[[\"productCount\"],\" ticket types configured\"],\"VFLd0I\":[[\"slotCount\"],\" times available\"],\"3IEF7U\":[[\"totalCount\"],\" biljettkategorier\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" avgifter\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" avgifter & skatt\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" skatt\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 dag\",\"1d6kks\":\"+Skatt/Avgifter\",\"B1St2O\":\"<0>Incheckningslistor hjälper dig att hantera evenemangets entré per dag, område eller biljetttyp. Du kan länka biljetter till specifika listor som VIP-zoner eller Dag 1-pass och dela en säker incheckningslänk med personal. Inget konto krävs. Incheckning fungerar på mobil, dator eller surfplatta med enhetens kamera eller HID USB-skanner.\",\"v9VSIS\":\"<0>Ställ in en enda total deltagarbegränsning som gäller för flera biljettyper samtidigt.<1>Om du till exempel länkar en <2>Dagsbiljett och en <3>Helgbiljett, kommer de båda att använda samma pool av platser. När gränsen är nådd slutar alla länkade biljetter automatiskt att säljas.\",\"Il5Uid\":\"<0>Detta är det totala tillgängliga antalet för alla datum i ditt schema sammanlagt — inte en gräns per datum. För att begränsa antalet deltagare per datum, ange en kapacitet på <1>sidan Datumschema.\",\"ZnVt5v\":\"<0>Webhooks meddelar omedelbart externa tjänster när händelser inträffar, till exempel att lägga till en ny deltagare i ditt CRM eller din e-postlista vid registrering, vilket ger sömlös automation.<1>Använd tredjepartstjänster som <2>Zapier, <3>IFTTT eller <4>Make för att skapa anpassade arbetsflöden och automatisera uppgifter.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" vid aktuell kurs\"],\"M2DyLc\":\"1 aktiv webhook\",\"hMefp0\":\"1 add-on\",\"6hIk/x\":\"1 attendee is registered across the affected sessions.\",\"qOyE2U\":\"1 attendee is registered for this session.\",\"943BwI\":\"1 dag efter slutdatum\",\"yj3N+g\":\"1 dag efter startdatum\",\"Z3etYG\":\"1 dag före evenemanget\",\"szSnlj\":\"1 timme före evenemanget\",\"yTsaLw\":\"1 biljett\",\"nz96Ue\":\"1 biljettyp\",\"InX5ad\":\"1 ticket type configured\",\"y2Jh0m\":\"1 time available\",\"cGtUz6\":\"1 vecka före evenemanget\",\"HR/cvw\":\"Exempelgatan 123\",\"dgKxZ5\":\"135+ currencies & 40+ payment methods\",\"/d9gcz\":\"En knappetikett krävs när en URL är angiven\",\"kMU5aM\":\"Ett avbokningsmeddelande har skickats till\",\"o++0qa\":\"a change in duration\",\"WuWSX5\":\"A few quick steps and you're ready to start selling.\",\"RQ5kDd\":\"Ett meddelande som visas när det inte finns några produkter i denna kategori.\",\"V53XzQ\":\"En ny verifieringskod har skickats till din e-post\",\"sr2Je0\":\"a shift in start/end times\",\"/z/bH1\":\"En kort beskrivning av din arrangör som visas för dina användare.\",\"3BKFn6\":\"En URL krävs när en knappetikett är angiven\",\"RpjXTb\":\"Ett veckodagsmönster\",\"aS0jtz\":\"Övergiven\",\"uyJsf6\":\"Om\",\"JvuLls\":\"Absorbera avgift\",\"lk74+I\":\"Absorbera Avgift\",\"1uJlG9\":\"Accentfärg\",\"g3UF2V\":\"Acceptera\",\"K5+3xg\":\"Acceptera inbjudan\",\"LuXP9q\":\"Access\",\"jzb4Ep\":[\"Account · \",[\"0\"]],\"UqH1Q6\":[\"Account · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"Kontoraderingen har avbrutits.\",\"WtlP+7\":\"Kontoradering är blockerad\",\"vOuxvL\":\"Kontoinformation\",\"F9cvwz\":\"Kontonamn\",\"EHNORh\":\"Konto hittades inte\",\"Hy1lfH\":\"Kontoägare\",\"bPwFdf\":\"Konton\",\"pi/Iog\":[\"Konton (\",[\"0\"],\")\"],\"AhwTa1\":\"Åtgärd krävs: Momsinformation krävs\",\"APyAR/\":\"Aktiva evenemang\",\"kCl6ja\":\"Active payment methods\",\"XJOV1Y\":\"Activity\",\"Eso+01\":[\"Lägg till \",[\"0\"],\" först\"],\"eJ0IJA\":\"Add a cover image and theme to match your brand\",\"0YEoxS\":\"Add a date\",\"ybegUq\":\"Add a description and venue so attendees know what to expect\",\"nOZl6j\":\"Add a Single Date\",\"CjvTPJ\":\"Add another time\",\"0XCduh\":\"Add at least one time\",\"/chGpa\":\"Add connection details for the online event.\",\"UWWRyd\":\"Lägg till fråga\",\"Z/dcxc\":\"Add Date\",\"QeupRg\":\"Lägg till datum\",\"Q219NT\":\"Add Dates\",\"yjB5VC\":\"Add dates and times for your recurring event\",\"Z8idyM\":\"Add details\",\"wpirGs\":\"Add event details\",\"VX6WUv\":\"Lägg till plats\",\"GCQlV2\":\"Add multiple times if you run several sessions per day.\",\"7JF9w9\":\"Lägg till fråga\",\"NLbIb6\":\"Add this attendee anyway (override capacity)\",\"6PNlRV\":\"Lägg till detta evenemang i din kalender\",\"BGD9Yt\":\"Lägg till biljetter\",\"uIv4Op\":\"Lägg till spårningspixlar på dina offentliga evenemangssidor och arrangörens hemsida. En banner för cookiesamtycke visas för besökare när spårning är aktiv.\",\"QN2F+7\":\"Lägg till webhook\",\"NsWqSP\":\"Lägg till dina sociala mediekonton och din webbplats URL. Dessa kommer att visas på din offentliga arrangörssida.\",\"6JzKEV\":\"Add-on only\",\"VkQex5\":\"Add-on products\",\"Y2K3rp\":\"Add-ons\",\"Z/ZU8N\":\"Läggs till i kassan\",\"bVjDs9\":\"Ytterligare avgifter\",\"MKqSg4\":\"Administratörsåtkomst krävs\",\"0Zypnp\":\"Adminpanel\",\"tlFYEo\":\"Admits attendees to your event\",\"YAV57v\":\"Partner\",\"I+utEq\":\"Partnerkoden kan inte ändras\",\"/jHBj5\":\"Partnern skapades\",\"uCFbG2\":\"Partern raderades\",\"ld8I+f\":\"Affiliate program\",\"a41PKA\":\"Partnerförsäljning kommer att spåras\",\"mJJh2s\":\"Partnerförsäljning kommer inte att spåras. Detta kommer att inaktivera affiliaten.\",\"jabmnm\":\"Partern uppdaterades\",\"CPXP5Z\":\"Partners\",\"9Wh+ug\":\"Partners exporterades\",\"3cqmut\":\"Partners hjälper dig att spåra försäljning som genereras av partners och influencers. Skapa partnerkoder och dela dem för att övervaka resultat.\",\"3e31kI\":\"After your event is created, you can choose how often it repeats from the dashboard.\",\"z7GAMJ\":\"all\",\"N40H+G\":\"Alla\",\"7rLTkE\":\"Alla arkiverade evenemang\",\"gKq1fa\":\"Alla deltagare\",\"63gRoO\":\"All attendees of the selected sessions\",\"uWxIoH\":\"All attendees of this occurrence\",\"pMLul+\":\"Alla valutor\",\"sgUdRZ\":\"All dates\",\"e4q4uO\":\"All Dates\",\"ZS/D7f\":\"Alla avslutade evenemang\",\"QsYjci\":\"Alla evenemang\",\"31KB8w\":\"Alla misslyckade jobb borttagna\",\"D2g7C7\":\"Alla jobb köade för nytt försök\",\"B4RFBk\":\"All matching dates\",\"F1/VgK\":\"All occurrences\",\"OpWjMq\":\"All Occurrences\",\"Sxm1lO\":\"Alla statusar\",\"dr7CWq\":\"Alla kommande evenemang\",\"UBpkWM\":\"Alla användare\",\"GpT6Uf\":\"Tillåt deltagare att uppdatera deras biljettinformation (namn, epost) via säker länk skickad med deras orderinformation.\",\"VZdky1\":\"Tillåt köpare att kopiera sina uppgifter till alla deltagare\",\"F3mW5G\":\"Tillåt kunder att gå med i en väntelista när denna produkt är slutsåld\",\"4CMO/q\":\"Tillåt kunder att gå med i en väntelista när denna produkt är slutsåld. Kunder går med i väntelistan för ett specifikt datum.\",\"c4uJfc\":\"Snart klart! Vi väntar bara på att din betalning ska behandlas. Det tar bara några sekunder.\",\"ocS8eq\":[\"Har du redan ett konto? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Already in\",\"/H326L\":\"Redan återbetald\",\"USEpOK\":\"Already use Stripe on another organizer? Reuse that connection.\",\"RtxQTF\":\"Avboka även denna order\",\"jkNgQR\":\"Återbetala även denna order\",\"xYqsHg\":\"Alltid tillgänglig\",\"rrepBD\":\"Always on sale\",\"Wvrz79\":\"Betalt belopp\",\"Zkymb9\":\"En e-postadress att koppla till denna partner. Partnern kommer inte att meddelas.\",\"vRznIT\":\"Ett fel uppstod vid kontroll av exportstatus.\",\"OPFdAM\":\"En valfri beskrivning av denna kategori som visas på evenemangssidan.\",\"eusccx\":\"Ett valfritt meddelande att visa på den markerade produkten, t.ex. \\\"Säljer snabbt 🔥\\\" eller \\\"Bästa värdet\\\"\",\"HZFm5R\":\"och\",\"l3LBtZ\":\"Meddelandets innehåll\",\"Th00L9\":\"Meddelande skapat\",\"p/XJYI\":\"Meddelande borttaget\",\"08iV57\":\"Meddelandets titel\",\"qLqgre\":\"Meddelande uppdaterat\",\"Dzr23X\":\"Meddelanden\",\"asqL+J\":\"Anonymisera\",\"QNrkms\":\"Svaret uppdaterades\",\"+qygei\":\"Answers\",\"GK7Lnt\":\"Answers provided at checkout (e.g. meal choice)\",\"lE8PgT\":\"Any dates you've manually customized will be kept.\",\"jVoYha\":[\"tillämpad — \",[\"0\"],\" rabatt på din order\"],\"vP3Nzg\":[\"Applies to \",[\"0\"],\", non-cancelled dates currently loaded on this page.\"],\"kkVyZZ\":\"Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything.\",\"je4muG\":[\"Applies to every \",[\"0\"],\", non-cancelled date in this event — including dates not currently loaded.\"],\"YIIQtt\":\"Apply Changes\",\"NzWX1Y\":\"Apply to\",\"Ps5oDT\":\"Apply to all tickets\",\"261RBr\":\"Godkänn meddelande\",\"naCW6Z\":\"April\",\"B495Gs\":\"Arkivera\",\"5sNliy\":\"Arkivera evenemang\",\"BrwnrJ\":\"Arkivera arrangör\",\"E5eghW\":\"Arkivera detta evenemang för att dölja det för allmänheten. Du kan återställa det senare.\",\"eqFkeI\":\"Arkivera denna arrangör. Detta kommer också att arkivera alla evenemang som tillhör denna arrangör.\",\"BzcxWv\":\"Arkiverade arrangörer\",\"9cQBd6\":\"Är du säker på att du vill arkivera detta evenemang? Det kommer inte längre att vara synligt för allmänheten.\",\"Trnl3E\":\"Är du säker på att du vill arkivera denna arrangör? Detta kommer också att arkivera alla evenemang som tillhör denna arrangör.\",\"wOvn+e\":[\"Are you sure you want to cancel \",[\"count\"],\" date(s)? Affected attendees will be notified by email.\"],\"GTxE0U\":\"Are you sure you want to cancel this date? Affected attendees will be notified by email.\",\"VkSk/i\":\"Är du säker på att du vill avbryta detta schemalagda meddelande?\",\"0aVEBY\":\"Är du säker på att du vill ta bort alla misslyckade jobb?\",\"LchiNd\":\"Är du säker på att du vill ta bort denna partner? Denna åtgärd kan inte ångras.\",\"U49Xd6\":\"Är du säker på att du vill ta bort det här meddelandet? Användarna kommer inte längre att se det.\",\"vPeW/6\":\"Är du säker på att du vill ta bort denna konfiguration? Detta kan påverka konton som använder den.\",\"h42Hc/\":\"Are you sure you want to delete this date? This action cannot be undone.\",\"RiF/yT\":\"Are you sure you want to delete this image?\",\"b3+Qku\":\"Are you sure you want to delete this tax or fee? It will no longer be applied to new orders.\",\"JmVITJ\":\"Är du säker på att du vill ta bort denna mall? Denna åtgärd kan inte ångras och e-post kommer att återgå till standardmallen.\",\"aLS+A6\":\"Är du säker på att du vill ta bort denna mall? Denna åtgärd kan inte ångras och e-post kommer att återgå till arrangörens eller standardmallen.\",\"5H3Z78\":\"Är du säker på att du vill ta bort denna webhook?\",\"147G4h\":\"Är du säker på att du vill lämna?\",\"VDWChT\":\"Är du säker på att du vill göra denna arrangör till ett utkast? Detta gör arrangörssidan osynlig för allmänheten\",\"pWtQJM\":\"Är du säker på att du vill publicera denna arrangör? Detta gör arrangörssidan synlig för allmänheten\",\"EOqL/A\":\"Är du säker på att du vill erbjuda en plats till denna person? De kommer att få ett e-postmeddelande.\",\"yAXqWW\":\"Are you sure you want to permanently delete this date? This cannot be undone.\",\"WFHOlF\":\"Är du säker på att du vill publicera detta evenemang? När det är publicerat blir det synligt för allmänheten.\",\"4TNVdy\":\"Är du säker på att du vill publicera denna arrangörsprofil? När den är publicerad blir den synlig för allmänheten.\",\"8x0pUg\":\"Är du säker på att du vill ta bort denna post från väntelistan?\",\"cDtoWq\":[\"Vill du verkligen skicka om orderbekräftelsen till \",[\"0\"],\"?\"],\"xeIaKw\":[\"Vill du verkligen skicka om biljetten till \",[\"0\"],\"?\"],\"BjbocR\":\"Är du säker på att du vill återställa detta evenemang?\",\"7MjfcR\":\"Är du säker på att du vill återställa denna arrangör?\",\"b7tkGp\":\"Are you sure you want to revoke this invitation?\",\"ExDt3P\":\"Är du säker på att du vill avpublicera detta evenemang? Det kommer inte längre vara synligt för allmänheten.\",\"5Qmxo/\":\"Är du säker på att du vill avpublicera denna arrangörsprofil? Den kommer inte längre vara synlig för allmänheten.\",\"Uqefyd\":\"Är du momsregistrerad i EU?\",\"+QARA4\":\"Konst\",\"tLf3yJ\":\"Eftersom ditt företag är baserat i Irland tillämpas irländsk moms på 23% automatiskt på alla plattformsavgifter.\",\"tMeVa/\":\"Be om namn och e-post för varje biljett som köps\",\"ui5ln+\":\"Assign a different plan\",\"9Jxliv\":\"Assign plan\",\"xdiER7\":\"Tilldelad nivå\",\"F2rX0R\":\"Minst en evenemangstyp måste väljas\",\"Z44eZS\":\"At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead.\",\"BCmibk\":\"Försök\",\"6PecK3\":\"Närvaro och incheckningsfrekvens för alla evenemang\",\"K2tp3v\":\"attendee\",\"AJ4rvK\":\"Deltagare avbokad\",\"qvylEK\":\"Deltagare skapad\",\"Aspq3b\":\"Insamling av deltagaruppgifter\",\"fpb0rX\":\"Deltagaruppgifter kopierade från order\",\"94aQMU\":\"Deltagarinformation\",\"KkrBiR\":\"Insamling av deltagarinformation\",\"sjPjOg\":\"Attendee notes\",\"cosfD8\":\"Deltagarstatus\",\"D2qlBU\":\"Deltagare uppdaterad\",\"22BOve\":\"Deltagare uppdaterades framgångsrikt\",\"x8Vnvf\":\"Deltagarens biljett ingår inte i denna lista\",\"/Ywywr\":\"attendees\",\"zLRobu\":\"attendees checked in\",\"k3Tngl\":\"Deltagare exporterade\",\"UoIRW8\":\"Deltagare registrerade\",\"5UbY+B\":\"Deltagare med en specifik biljett\",\"4HVzhV\":\"Deltagare:\",\"HVkhy2\":\"Attributionsanalys\",\"dMMjeD\":\"Attributionsuppdelning\",\"1oPDuj\":\"Attributionsvärde\",\"cHfbVT\":\"Målgrupp\",\"DBHTm/\":\"August\",\"JgREph\":\"Automatiskt erbjudande är aktiverat\",\"V7Tejz\":\"Automatisk hantering av väntelista\",\"PZ7FTW\":\"Identifieras automatiskt baserat på bakgrundsfärg, men kan åsidosättas\",\"zlnTuI\":\"Erbjud automatiskt biljetter till nästa person när kapacitet blir tillgänglig. Om inaktiverat kan du manuellt bearbeta väntelistan från Väntelista-sidan.\",\"csDS2L\":\"Tillgängligt\",\"Xp+ywP\":\"Tillgänglig när betalningen har slutförts\",\"dwDH1K\":[\"Available times on \",[\"dayName\"]],\"clF06r\":\"Tillgängligt för återbetalning\",\"NB5+UG\":\"Tillgängliga tokens\",\"L+wGOG\":\"Awaiting\",\"qcw2OD\":\"Awaiting pay\",\"kNmmvE\":\"Awesome Events Ltd.\",\"TeSaQO\":\"Tillbaka till konton\",\"kYqM1A\":\"Tillbaka till evenemanget\",\"s5QRF3\":\"Tillbaka till meddelanden\",\"td/bh+\":\"Tillbaka till rapporter\",\"nsm7BA\":\"Tillbaka till sökning\",\"imjKVx\":\"Bank account connected\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"Bannerinnehållet får vara högst 200 tecken\",\"p2OLF3\":\"Grundpris\",\"D9LTCH\":\"Base Price\",\"hviJef\":\"Based on the global sale period above, not per date\",\"jIPNJG\":\"Grundläggande information\",\"lINGcL\":\"Eftersom detta konto har slutförda beställningar kommer transaktionsuppgifter (belopp, datum och fakturadetaljer) att bevaras i anonymiserad form av juridiska och skattemässiga skäl. All personlig information tas bort permanent.\",\"UabgBd\":\"Meddelandet är obligatoriskt\",\"HWXuQK\":\"Bokmärk denna sida för att hantera din order när som helst.\",\"CUKVDt\":\"Profilera dina biljetter med en anpassad logotyp, färger och sidfotmeddelande.\",\"4BZj5p\":\"Built-in fraud protection\",\"cr7kGH\":\"Bulk Edit\",\"1Fbd6n\":\"Bulk Edit Dates\",\"Eq6Tu9\":\"Bulk update failed.\",\"9N+p+g\":\"Företag\",\"SWnN1L\":\"Business address\",\"kQekXw\":\"Business name\",\"3W/QV7\":\"Knappetikett\",\"bv6RXK\":\"Knapptext\",\"ChDLlO\":\"Knapptext\",\"MOht10\":\"Knappens URL\",\"BUe8Wj\":\"Köparen betalar\",\"DkL8mp\":\"Buyers can add these to their order when they select this product at checkout.\",\"qF1qbA\":\"Köpare ser ett rent pris. Plattformavgiften dras från din utbetalning.\",\"dg05rc\":\"Genom att lägga till spårningspixlar bekräftar du att du och denna plattform är gemensamt personuppgiftsansvariga för de insamlade uppgifterna. Du ansvarar för att säkerställa att du har en laglig grund för denna behandling enligt tillämpliga integritetslagar (GDPR, CCPA, etc.).\",\"DFqasq\":[\"Genom att fortsätta godkänner du <0>\",[\"0\"],\" användarvillkor\"],\"CetOZE\":\"By ticket type\",\"lFdbRS\":\"Kringgå applikationsavgifter\",\"AjVXBS\":\"Calendar\",\"2VLZwd\":\"Uppmaningsknapp\",\"rT2cV+\":\"Camera\",\"7hYa9y\":\"Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings.\",\"D02dD9\":\"Kampanj\",\"RRPA79\":\"Can't check in\",\"OcVwAd\":[\"Cancel \",[\"count\"],\" date(s)\"],\"H4nE+E\":\"Avbryt alla produkter och släpp tillbaka dem till poolen\",\"Py78q9\":\"Cancel Date\",\"lUjTpS\":\"Avbryt radering\",\"5YkF5G\":\"Avbryt raderingsbegäran\",\"tOXAdc\":\"Avbrytande kommer att avbryta alla deltagare som är kopplade till denna order och släppa tillbaka biljetterna till den tillgängliga poolen.\",\"FPpqc7\":[\"Cancelling \",[\"0\"],\" date(s). This may take a moment to complete.\"],\"01sEfm\":\"Det går inte att ta bort systemets standardkonfiguration\",\"VsM1HH\":\"Kapacitetstilldelningar\",\"9bIMVF\":\"Capacity management\",\"H7K8og\":\"Capacity must be 0 or greater\",\"nzao08\":\"capacity updates\",\"4cp9NP\":\"Capacity Used\",\"K7tIrx\":\"Kategori\",\"DRK3Bq\":\"Category deleted successfully\",\"o+XJ9D\":\"Ändra\",\"kJkjoB\":\"Change duration\",\"J0KExZ\":\"Change the attendee limit\",\"ssospy\":\"Change time\",\"CIHJJf\":\"Ändra väntlistinställningar\",\"B5icLR\":[\"Changed duration for \",[\"count\"],\" date(s)\"],\"Kb+0BT\":\"Charges\",\"2tbLdK\":\"Välgörenhet\",\"BPWGKn\":\"Check in\",\"6uFFoY\":\"Check out\",\"FjAlwK\":[\"Check out this event: \",[\"0\"]],\"v4fiSg\":\"Kontrollera din e-post\",\"51AsAN\":\"Kontrollera din inkorg! Om biljetter är kopplade till denna e-postadress får du en länk för att visa dem.\",\"Y3FYXy\":\"Check-In\",\"udRwQs\":\"Incheckning skapad\",\"F4SRy3\":\"Incheckning borttagen\",\"as6XfO\":[\"Check-in for \",[\"0\"],\" was undone\"],\"9s/wrQ\":\"Check-in history\",\"Wwztk4\":\"Check-In List\",\"9gPPUY\":\"Incheckningslista skapad\",\"dwjiJt\":\"Check-in list info\",\"7od0PV\":\"check-in lists\",\"f2vU9t\":\"Incheckningslistor\",\"XprdTn\":\"Check-in navigation\",\"5tV1in\":\"Check-in progress\",\"SHJwyq\":\"Incheckningsgrad\",\"qCqdg6\":\"Incheckningsstatus\",\"cKj6OE\":\"Incheckningssammanfattning\",\"7B5M35\":\"Incheckningar\",\"VrmydS\":\"Checked in\",\"DM4gBB\":\"Kinesiska (traditionell)\",\"p8Jvp4\":\"Choose a configuration\",\"ElShBO\":\"Choose a different action\",\"pHEhf+\":\"Välj ett teckensnitt som passar ditt varumärke. Teckensnitten lagras via Bunny Fonts.\",\"Zok1Gx\":\"Choose an organizer\",\"pkk46Q\":\"Välj en organisatör\",\"Ag32+c\":\"Choose another date\",\"Crr3pG\":\"Välj kalender\",\"Z38ZJu\":\"Välj hur evenemangsdatumet visas på biljetten\",\"LAW8Vb\":\"Välj standardinställningen för nya evenemang. Detta kan åsidosättas för enskilda evenemang.\",\"pjp2n5\":\"Välj vem som betalar plattformsavgiften. Detta påverkar inte ytterligare avgifter som du har konfigurerat i dina kontoinställningar.\",\"xCJdfg\":\"Clear\",\"QyOWu9\":\"Clear location — fall back to the event default\",\"V8yTm6\":\"Clear search\",\"kmnKnX\":\"Clearing removes any per-date override. Affected dates will fall back to the event's default location.\",\"/o+aQX\":\"Click to cancel\",\"gD7WGV\":\"Click to reopen for new sales\",\"CySr+W\":\"Klicka för att visa anteckningar\",\"RG3szS\":\"stäng\",\"RWw9Lg\":\"Stäng dialogruta\",\"XwdMMg\":\"Koden får endast innehålla bokstäver, siffror, bindestreck och understreck\",\"+yMJb7\":\"Kod är obligatorisk\",\"m9SD3V\":\"Koden måste vara minst 3 tecken\",\"V1krgP\":\"Koden får vara högst 20 tecken\",\"psqIm5\":\"Samarbeta med ditt team för att skapa fantastiska evenemang tillsammans.\",\"4bUH9i\":\"Samla in deltagaruppgifter för varje köpt biljett.\",\"TkfG8v\":\"Hämta detaljer per order\",\"96ryID\":\"Hämta detaljer per biljett\",\"FpsvqB\":\"Färgläge\",\"jEu4bB\":\"Kolumner\",\"CWk59I\":\"Komedi\",\"rPA+Gc\":\"Kommunikationspreferens\",\"zFT5rr\":\"complete\",\"bUQMpb\":\"Complete Stripe setup\",\"744BMm\":\"Slutför din beställning för att säkra dina biljetter. Detta erbjudande är tidsbegränsat, så vänta inte för länge.\",\"5YrKW7\":\"Slutför din betalning för att säkra dina biljetter.\",\"xGU92i\":\"Slutför din profil för att gå med i laget.\",\"QOhkyl\":\"Skriv\",\"ih35UP\":\"Konferenscenter\",\"ywFj2D\":\"Configuration\",\"WTw0bB\":\"Configuration assigned\",\"X1zdE7\":\"Konfiguration skapad\",\"mLBUMQ\":\"Konfiguration borttagen\",\"UIENhw\":\"Konfigurationsnamn är synliga för slutanvändare. Fasta avgifter kommer att konverteras till ordervalutan enligt aktuell växelkurs.\",\"eeZdaB\":\"Konfiguration uppdaterad\",\"3cKoxx\":\"Konfigurationer\",\"8v2LRU\":\"Konfigurera evenemangsdetaljer, plats, kassainställningar och epost notifikationer.\",\"raw09+\":\"Konfigurera hur deltagaruppgifter samlas in i kassan\",\"FI60XC\":\"Konfigurera skatter och avgifter\",\"av6ukY\":\"Configure which products are available for this occurrence and optionally adjust pricing.\",\"NGXKG/\":\"Bekräfta e-postadress\",\"JRQitQ\":\"Bekräfta nytt lösenord\",\"Auz0Mz\":\"Bekräfta din e-postadress för att få tillgång till alla funktioner.\",\"7+grte\":\"Bekräftelsemail skickat. Kontrollera din inkorg.\",\"n/7+7Q\":\"Bekräftelse skickad till\",\"x3wVFc\":\"Grattis! Ditt evenemang är nu synligt för allmänheten.\",\"0W2NQP\":\"Connect bank\",\"/K4Vqr\":\"Anslut Stripe för att ta emot betalningar\",\"nQI4H5\":\"Anslut Stripe för att aktivera redigering av e-postmallar\",\"LmvZ+E\":\"Anslut Stripe för att aktivera meddelanden\",\"peBIO+\":\"Connect Stripe to receive ticket payments directly to your bank account.\",\"DNeN8t\":\"Connect your bank to receive ticket sales straight to your account\",\"DARj+w\":\"Anslöt du fel Stripe-konto? Koppla från och börja om.\",\"X1y8JF\":\"Connection details are required for online dates\",\"fjfBOm\":\"Anslutningsuppgifter krävs för onlineevenemang\",\"jfC/xh\":\"Kontakt\",\"LOFgda\":[\"Kontakta \",[\"0\"]],\"41BQ3k\":\"Kontakt-e-post\",\"4b3oEV\":\"Innehåll\",\"13CIgI\":\"Innehåll krävs\",\"m8WD6t\":\"Fortsätt konfigurering\",\"0GwUT4\":\"Fortsätt till kassan\",\"sBV87H\":\"Fortsätt till skapande av evenemang\",\"nKtyYu\":\"Fortsätt till nästa steg\",\"F3/nus\":\"Fortsätt till betalning\",\"s30OcA\":\"Styr hur datum och tider visas på evenemangssidan\",\"p2FRHj\":\"Kontrollera hur plattformsavgifter hanteras för detta evenemang\",\"NqfabH\":\"Control who gets in for this date\",\"fmYxZx\":\"Control who gets in, and when\",\"1JnTgU\":\"Kopierad från ovan\",\"FxVG/l\":\"Kopierad till urklipp\",\"PiH3UR\":\"Kopierad!\",\"4i7smN\":\"Copy account ID\",\"uUPbPg\":\"Kopiera partnerlänk\",\"iVm46+\":\"Kopiera kod\",\"cF2ICc\":\"Kopiera kundlänk\",\"+2ZJ7N\":\"Kopiera uppgifter till första deltagaren\",\"ZN1WLO\":\"Kopiera e-post\",\"y1eoq1\":\"Kopiera länk\",\"tUGbi8\":\"Kopiera mina uppgifter till:\",\"y22tv0\":\"Kopiera denna länk för att dela den var som helst\",\"/4gGIX\":\"Kopiera till urklipp\",\"e0f4yB\":\"Kunde inte ta bort platsen\",\"vkiDx2\":\"Could not prepare the bulk update.\",\"KOavaU\":\"Kunde inte hämta adressuppgifter\",\"/lq4oO\":\"Could not save date\",\"mHu0az\":\"Couldn't send verification email. Please try again.\",\"QOIm+S\":\"Antalen inkluderar alla kommande datum. Varje person erbjuds en plats för det datum de anmälde sig till.\",\"P0rbCt\":\"Omslagsbild\",\"p4kqHr\":\"Cover image added\",\"60u+dQ\":\"Omslagsbilden visas högst upp på din evenemangssida\",\"2NLjA6\":\"Omslagsbilden visas högst upp på din organisatörssida\",\"GkrqoY\":\"Covers every ticket\",\"zg4oSu\":[\"Skapa mall för \",[\"0\"]],\"RKKhnW\":\"Skapa en anpassad widget för att sälja biljetter på din webbplats.\",\"jqhTmw\":\"Create a list for this date\",\"PhioFp\":\"Create a new check-in list for an active session, or contact the organizer if you think this is a mistake.\",\"yIRev4\":\"Skapa ett lösenord\",\"j7xZ7J\":\"Skapa ytterligare arrangörer för att hantera separata varumärken, avdelningar eller evenemangsserier under ett konto. Varje arrangör har sina egna evenemang, inställningar och offentliga sida.\",\"xfKgwv\":\"Skapa partner\",\"GT/OIA\":\"Skapa ett meddelande för att visa information för dina användare.\",\"tudG8q\":\"Skapa och konfigurera biljetter och produkter till försäljning.\",\"Q4VlI/\":\"Skapa meddelande\",\"YAl9Hg\":\"Skapa konfiguration\",\"BTne9e\":\"Skapa anpassade e-postmallar för detta evenemang som åsidosätter organisatörens standardinställningar\",\"YIDzi/\":\"Skapa anpassad mall\",\"tsGqx5\":\"Create Date\",\"Nc3l/D\":\"Skapa rabatter, åtkomstkoder för dolda biljetter och specialerbjudanden.\",\"PybJS2\":\"Create event\",\"abGAgf\":\"Create more tickets or products to offer them as add-ons\",\"eWEV9G\":\"Skapa nytt lösenord\",\"utHSNE\":\"Skapa schema\",\"8AiKIu\":\"Skapa biljett eller produkt\",\"/HGmW9\":\"Skapa spårbar länk för att belöna partners som har delat till event.\",\"dkAPxi\":\"Skapa webhook\",\"5slqwZ\":\"Skapa ditt evenemang\",\"JQNMrj\":\"Skapa ditt första evenemang\",\"CCjxOC\":\"Skapa ditt första evenemang för att börja sälja biljetter och hantera deltagare.\",\"ZCSSd+\":\"Skapa ditt eget evenemang\",\"qdv10s\":[\"Skapar \",[\"0\"],\" datum. Det kan ta en stund.\"],\"67NsZP\":\"Skapar evenemang...\",\"H34qcM\":\"Skapar organisatör...\",\"1YMS+X\":\"Skapar ditt evenemang, vänligen vänta\",\"yiy8Jt\":\"Skapar din organisatörsprofil, vänligen vänta\",\"lfLHNz\":\"CTA-text är obligatorisk\",\"0xLR6W\":\"Currently assigned\",\"iTvh6I\":\"För närvarande tillgänglig för köp\",\"A42Dqn\":\"Custom branding\",\"Guo0lU\":\"Anpassat datum och tid\",\"WDMdn8\":\"Custom questions\",\"O6mra8\":\"Anpassade frågor\",\"axv/Mi\":\"Anpassad mall\",\"2YeVGY\":\"Kundlänk kopierad till urklipp\",\"QMHSMS\":\"Kunden kommer att få ett e-postmeddelande som bekräftar återbetalningen\",\"NihQNk\":\"Kunder\",\"hINN++\":\"Customize page\",\"7gsjkI\":\"Anpassa e-postmeddelanden som skickas till dina kunder med Liquid-mallar. Dessa mallar används som standard för alla evenemang i din organisation.\",\"xJaTUK\":\"Anpassa layout, färger och varumärkesprofil för ditt evenemangs startsida.\",\"MXZfGN\":\"Anpassa frågorna som ställs i kassan för att samla in viktig information från dina deltagare.\",\"iX6SLo\":\"Anpassa texten som visas på fortsätt-knappen\",\"R8H7yL\":\"Anpassa texten på den flytande knappen som skrollar till biljettsektionen\",\"pxNIxa\":\"Anpassa din e-postmall med Liquid-mallar\",\"3trPKm\":\"Anpassa utseendet på din organisatörssida\",\"U0sC6H\":\"Daily\",\"/gWrVZ\":\"Dagliga intäkter, skatter, avgifter och återbetalningar för alla evenemang\",\"zgCHnE\":\"Daglig försäljningsrapport\",\"nHm0AI\":\"Daglig sammanställning av försäljning, skatt och avgifter\",\"1aPnDT\":\"Dance\",\"pvnfJD\":\"Mörk\",\"MaB9wW\":\"Date Cancellation\",\"e6cAxJ\":\"Date cancelled\",\"81jBnC\":\"Date cancelled successfully\",\"a/C/6R\":\"Date created successfully\",\"IW7Q+u\":\"Date deleted\",\"rngCAz\":\"Date deleted successfully\",\"vHbfoQ\":\"Date reactivated\",\"hvah+S\":\"Date reopened for new sales\",\"Ez0YsD\":\"Date updated successfully\",\"JxwIlL\":\"datum\",\"Te33mU\":\"Dates are managed per occurrence\",\"91zCxb\":\"Dates with sessions\",\"/ITcnz\":\"day\",\"H7OUPr\":\"Day\",\"JtHrX9\":\"Day of Month\",\"J/Upwb\":\"days\",\"V3VGYb\":\"Dagar i månaden\",\"r6zgGo\":\"December\",\"jbq7j2\":\"Avvisa\",\"WGD1Al\":\"Minska\",\"gJY4YL\":\"Minska antal\",\"ovBPCi\":\"Standard\",\"JtI4vj\":\"Standardinsamling av deltagarinformation\",\"ULjv90\":\"Default capacity per date\",\"3R/Tu2\":\"Standard avgiftshantering\",\"1bZAZA\":\"Standardmall kommer att användas\",\"3Biswm\":\"Defaults\",\"HNlEFZ\":\"ta bort\",\"KpnwJK\":[\"Ta bort \\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Delete \",[\"count\"],\" selected date(s)? Dates with orders will be skipped. This cannot be undone.\"],\"ZDGm40\":\"Radera konto\",\"vu7gDm\":\"Ta bort partner\",\"KZN4Lc\":\"Ta bort alla\",\"6EkaOO\":\"Delete Date\",\"io0G93\":\"Ta bort evenemang\",\"+jw/c1\":\"Ta bort bild\",\"hdyeZ0\":\"Ta bort jobb\",\"xxjZeP\":\"Ta bort plats\",\"sY3tIw\":\"Ta bort arrangör\",\"UBv8UK\":\"Delete Permanently\",\"dPyJ15\":\"Ta bort mall\",\"IQTR34\":\"Delete this category? Any products in it will also be deleted. This cannot be undone.\",\"/1wMxk\":\"Delete this product? This cannot be undone.\",\"mxsm1o\":\"Ta bort denna fråga? Detta kan inte ångras.\",\"snMaH4\":\"Ta bort webhook\",\"LIZZLY\":[\"Deleted \",[\"0\"],\" date(s)\"],\"loLVyU\":\"Raderat konto\",\"IlUuGb\":\"Att radera ditt konto inaktiverar det omedelbart: alla publicerade evenemang avpubliceras och åtkomsten inaktiveras. Efter en 30-dagars frist blir raderingen permanent. Du kan avbryta när som helst under dessa 30 dagar.\",\"nMdIuB\":\"Radering köad för verkställande\",\"/U002t\":\"Raderingsbegäran avbruten\",\"PBA62s\":\"Raderingsbegäranden\",\"7w0Wev\":\"Description and venue added\",\"vYgeDk\":\"Avmarkera alla\",\"NvuEhl\":\"Designelement\",\"H8kMHT\":\"Fick du inte koden?\",\"G8KNgd\":\"Different location\",\"E/QGRL\":\"Disabled\",\"bzSI52\":\"Discard\",\"0EcUWz\":\"Discard changes?\",\"+K0AvT\":\"Koppla från\",\"cALvbl\":\"Koppla från Stripe-konto\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Stäng meddelande\",\"nZJ8tu\":\"Dismiss setup checklist\",\"QotGhf\":\"Stäng detta meddelande\",\"J6hrEy\":\"Stängt\",\"BREO0S\":\"Visa en kryssruta som låter kunder välja att ta emot marknadsföringskommunikation från denna organisatör.\",\"HtaSQp\":\"Visar hur många platser som är kvar för varje datum i biljettwidgeten. Du kan åsidosätta detta för enskilda datum.\",\"pfa8F0\":\"Visningsnamn\",\"Kdpf90\":\"Glöm inte!\",\"352VU2\":\"Har du inget konto? <0>Registrera dig\",\"AXXqG+\":\"Donation\",\"DPfwMq\":\"Klar\",\"JoPiZ2\":\"Door staff instructions\",\"2+O9st\":\"Ladda ner försäljnings-, deltagar- och finansiella rapporter för alla slutförda order.\",\"eneWvv\":\"Utkast\",\"Ts8hhq\":\"På grund av hög risk för spam måste du ansluta ett Stripe-konto innan du kan ändra e-postmallar. Detta säkerställer att alla evenemangsarrangörer är verifierade och ansvariga.\",\"TnzbL+\":\"På grund av den höga risken för spam måste du ansluta ett Stripe-konto innan du kan skicka meddelanden till deltagare.\\nDetta är för att säkerställa att alla evenemangsarrangörer är verifierade och ansvariga.\",\"euc6Ns\":\"Duplicera\",\"YueC+F\":\"Duplicate Date\",\"KRmTkx\":\"Duplicera produkt\",\"Jd3ymG\":\"Duration must be at least 1 minute.\",\"KIjvtr\":\"Nederländska\",\"22xieU\":\"t.ex. 180 (3 timmar)\",\"MCx4ov\":\"t.ex. Läs mer\",\"/zajIE\":\"e.g. Morning Session\",\"XDHATF\":\"t.ex. Ny funktion: väntelistor\",\"tAtvUj\":\"t.ex. Planerat underhåll nu på lördag kl. 2–4 UTC\",\"SPKbfM\":\"t.ex. Köp biljetter, Registrera dig nu\",\"fc7wGW\":\"t.ex., viktiga uppdateringar gällande dina biljetter\",\"54MPqC\":\"t.ex. Standard, Premium, Enterprise\",\"3RQ81z\":\"Varje person kommer att få ett e-postmeddelande med en reserverad plats för att slutföra sitt köp.\",\"Xfsjel\":\"Varje produkt\",\"5oD9f/\":\"Earlier\",\"LTzmgK\":[\"Redigera \",[\"0\"],\"-mall\"],\"v4+lcZ\":\"Redigera partner\",\"ndNHsK\":\"Redigera meddelande\",\"2iZEz7\":\"Redigera svar\",\"t2bbp8\":\"Redigera deltagare\",\"etaWtB\":\"Redigera deltagardetaljer\",\"+guao5\":\"Redigera konfiguration\",\"1Mp/A4\":\"Edit Date\",\"m0ZqOT\":\"Redigera plats\",\"8oivFT\":\"Redigera plats\",\"vRWOrM\":\"Redigera orderdetaljer\",\"pHm0k9\":\"Redigera schema\",\"fW5sSv\":\"Redigera webhook\",\"nP7CdQ\":\"Redigera webhook\",\"MRZxAn\":\"Edited\",\"uBAxNB\":\"Redigerare\",\"aqxYLv\":\"Utbildning\",\"iiWXDL\":\"Behörighetsfel\",\"zPiC+q\":\"Giltiga incheckningslistor\",\"SiVstt\":\"Email & scheduled messages\",\"V2sk3H\":\"E-post och mallar\",\"hbwCKE\":\"E-postadress kopierad till urklipp\",\"dSyJj6\":\"E-postadresserna matchar inte\",\"elW7Tn\":\"E-postinnehåll\",\"ZsZeV2\":\"E-post krävs\",\"Be4gD+\":\"Förhandsgranskning av e-post\",\"6IwNUc\":\"E-postmallar\",\"H/UMUG\":\"E-postverifiering krävs\",\"PLEl94\":\"Email verified\",\"L86zy2\":\"E-post verifierad\",\"FSN4TS\":\"Bädda in widget\",\"z9NkYY\":\"Embeddable widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Emoji krävs för modaler\",\"Qj0GKe\":\"Aktivera självservice för deltagare\",\"hEtQsg\":\"Aktivera självservice för deltagare som standard\",\"Upeg/u\":\"Aktivera denna mall för att skicka e-post\",\"7dSOhU\":\"Aktivera väntelista\",\"RxzN1M\":\"Aktiverad\",\"sGjBEq\":\"Slutdatum och tid (valfritt)\",\"PKXt9R\":\"Slutdatum måste vara efter startdatum\",\"vTL8gi\":\"Sluttid\",\"48Y16Q\":\"Sluttid (valfritt)\",\"TbaYrr\":[\"Ended \",[\"0\"]],\"CFgwiw\":[\"Ends \",[\"0\"]],\"SqOIQU\":\"Enter a capacity value or choose unlimited.\",\"h37gRz\":\"Enter a label or choose to remove it.\",\"7YZofi\":\"Ange ämne och innehåll för att se förhandsgranskningen\",\"khyScF\":\"Enter a time to shift by.\",\"SKx/0u\":\"Ange ett platsnamn eller en adress\",\"ppwojw\":\"Ange ett platsnamn eller en adress för fysiska evenemang\",\"j+eCIq\":\"Ange adressen manuellt\",\"3bR1r4\":\"Ange partnerns e-post (valfritt)\",\"ARkzso\":\"Ange partnernamn\",\"ej4L8b\":\"Enter capacity\",\"6KnyG0\":\"Ange e-postadress\",\"INDKM9\":\"Ange e-postämne...\",\"xUgUTh\":\"Ange förnamn\",\"9/1YKL\":\"Ange efternamn\",\"VpwcSk\":\"Ange nytt lösenord\",\"kWg31j\":\"Ange unik partnerkod\",\"C3nD/1\":\"Ange din e-postadress\",\"VmXiz4\":\"Ange din e-postadress så skickar vi instruktioner för att återställa ditt lösenord.\",\"n9V+ps\":\"Ange ditt namn\",\"IdULhL\":\"Ange ditt momsnummer inklusive landskod, utan mellanslag (t.ex. IE1234567A, DE123456789)\",\"RRlWVA\":\"Hela ordern\",\"o21Y+P\":\"entries\",\"X88/6w\":\"Poster visas här när kunder ansluter sig till väntelistan för slutsålda produkter.\",\"LslKhj\":\"Fel vid inläsning av loggar\",\"BkEWfd\":\"Esc to close\",\"VCNHvW\":\"Evenemang arkiverat\",\"ZD0XSb\":\"Evenemanget har arkiverats\",\"WgD6rb\":\"Evenemangskategori\",\"b46pt5\":\"Omslagsbild för evenemang\",\"NAUIJ7\":\"Event created\",\"1b77ID\":\"Evenemang skapat\",\"1Hzev4\":\"Anpassad evenemangsmall\",\"+v+GW0\":\"Visning av evenemangsdatum\",\"7u9/DO\":\"Evenemanget har tagits bort\",\"imgKgl\":\"Evenemangsbeskrivning\",\"IzR/Fc\":\"Event lifetime\",\"PYs3rP\":\"Evenemangsnamn\",\"HhwcTQ\":\"Evenemangsnamn\",\"WZZzB6\":\"Evenemangsnamn krävs\",\"Wd5CDM\":\"Evenemangsnamnet måste vara kortare än 150 tecken\",\"4JzCvP\":\"Evenemanget är inte tillgängligt\",\"mImacG\":\"Evenemangssida\",\"Hk9Ki/\":\"Evenemanget har återställts\",\"JyD0LH\":\"Evenemangsinställningar\",\"XVLu2v\":\"Evenemangstitel\",\"OfmsI9\":\"Evenemang för nytt\",\"4SILkp\":\"Event totals\",\"YDVUVl\":\"Evenemangstyper\",\"+HeiVx\":\"Evenemang uppdaterat\",\"19j6uh\":\"Evenemangens resultat\",\"PC3/fk\":\"Evenemang som startar inom 24 timmar\",\"CRsuq4\":\"Varje\",\"nwiZdc\":[\"Every \",[\"0\"]],\"B2jjf8\":[\"Every \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Every \",[\"0\"],\" days\"],\"yLiYx+\":[\"Every \",[\"0\"],\" months\"],\"nn9ice\":[\"Every \",[\"0\"],\" weeks\"],\"Cdr8f9\":[\"Every \",[\"0\"],\" weeks on \",[\"1\"]],\"GVEHRk\":[\"Every \",[\"0\"],\" years\"],\"XlRpgq\":[\"Varje \",[\"cadenceUnit\"]],\"fTFfOK\":\"Varje e-postmall måste innehålla en uppmaningsknapp som länkar till rätt sida\",\"hHTPiT\":\"Everything else — tap to edit\",\"BVinvJ\":\"Exempel: \\\"Hur hörde du talas om oss?\\\", \\\"Företagsnamn för faktura\\\"\",\"2hGPQG\":\"Exempel: \\\"T-shirtstorlek\\\", \\\"Matpreferens\\\", \\\"Jobbtitel\\\"\",\"qNuTh3\":\"Undantag\",\"aW/bzJ\":\"Verkställ radering\",\"CtAcQ7\":\"Verkställ radering nu\",\"xj4fwT\":\"Verkställ nu\",\"M1RnFv\":\"Utgånget\",\"kF8HQ7\":\"Exportera svar\",\"2KAI4N\":\"Exportera CSV\",\"JKfSAv\":\"Export misslyckades. Försök igen.\",\"SVOEsu\":\"Export startad. Förbereder fil...\",\"wuyaZh\":\"Export lyckades\",\"9bpUSo\":\"Exporterar partners\",\"jtrqH9\":\"Exporterar deltagare\",\"R4Oqr8\":\"Export klar. Laddar ner fil...\",\"UlAK8E\":\"Exporterar ordrar\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Misslyckades\",\"8uOlgz\":\"Misslyckades vid\",\"tKcbYd\":\"Misslyckade jobb\",\"SsI9v/\":\"Misslyckades med att avbryta ordern. Försök igen.\",\"LdPKPR\":\"Misslyckades med att tilldela konfiguration\",\"PO0cfn\":\"Failed to cancel date\",\"YUX+f+\":\"Failed to cancel dates\",\"SIHgVQ\":\"Det gick inte att avbryta meddelandet\",\"cEFg3R\":\"Misslyckades med att skapa partner\",\"dVgNF1\":\"Misslyckades med att skapa konfiguration\",\"fAoRRJ\":\"Failed to create schedule\",\"4yLYTb\":\"Det gick inte att skapa schemat. Försök igen.\",\"U66oUa\":\"Misslyckades med att skapa mall\",\"+RTkEY\":\"Det gick inte att ta bort meddelandet\",\"aFk48v\":\"Misslyckades med att ta bort konfiguration\",\"n1CYMH\":\"Failed to delete date\",\"KXv+Qn\":\"Failed to delete date. It may have existing orders.\",\"JJ0uRo\":\"Failed to delete dates\",\"rgoBnv\":\"Det gick inte att ta bort evenemanget\",\"Zw6LWb\":\"Misslyckades med att ta bort jobb\",\"tq0abZ\":\"Misslyckades med att ta bort jobb\",\"2mkc3c\":\"Det gick inte att ta bort arrangören\",\"5E23qd\":\"Failed to delete product. Please try again.\",\"vKMKnu\":\"Misslyckades med att ta bort frågan\",\"xFj7Yj\":\"Misslyckades med att ta bort mall\",\"jo3Gm6\":\"Misslyckades med att exportera partners\",\"Jjw03p\":\"Misslyckades med att exportera deltagare\",\"ZPwFnN\":\"Misslyckades med att exportera ordrar\",\"zGE3CH\":\"Misslyckades med att exportera rapport. Försök igen.\",\"lS9/aZ\":\"Kunde inte ladda mottagare\",\"X4o0MX\":\"Misslyckades med att läsa in webhook\",\"ETcU7q\":\"Kunde inte erbjuda plats\",\"5670b9\":\"Kunde inte erbjuda biljetter\",\"e5KIbI\":\"Failed to reactivate date\",\"7zyx8a\":\"Misslyckades med att ta bort från väntelistan\",\"A/P7PX\":\"Failed to remove override\",\"ogWc1z\":\"Failed to reopen date\",\"0+iwE5\":\"Misslyckades med att ändra ordning på frågorna\",\"EJPAcd\":\"Misslyckades med att skicka orderbekräftelsen igen\",\"DjSbj3\":\"Misslyckades med att skicka biljetten igen\",\"YQ3QSS\":\"Misslyckades med att skicka verifieringskod igen\",\"wDioLj\":\"Misslyckades med att försöka igen\",\"DKYTWG\":\"Misslyckades med att försöka igen\",\"WRREqF\":\"Failed to save override\",\"sj/eZA\":\"Failed to save price override\",\"780n8A\":\"Failed to save product settings\",\"zTkTF3\":\"Misslyckades med att spara mall\",\"l6acRV\":\"Misslyckades med att spara momsinställningar. Försök igen.\",\"T6B2gk\":\"Misslyckades med att skicka meddelande. Försök igen.\",\"lKh069\":\"Misslyckades med att starta exportjobb\",\"t/KVOk\":\"Misslyckades med att starta impersonering. Försök igen.\",\"QXgjH0\":\"Misslyckades med att stoppa impersonering. Försök igen.\",\"i0QKrm\":\"Misslyckades med att uppdatera partner\",\"NNc33d\":\"Misslyckades med att uppdatera svar.\",\"E9jY+o\":\"Misslyckades med att uppdatera deltagare\",\"uQynyf\":\"Misslyckades med att uppdatera konfiguration\",\"i2PFQJ\":\"Det gick inte att uppdatera evenemangets status\",\"EhlbcI\":\"Misslyckades med att uppdatera meddelandenivå\",\"rpGMzC\":\"Misslyckades med att uppdatera order\",\"T2aCOV\":\"Det gick inte att uppdatera arrangörens status\",\"Eeo/Gy\":\"Misslyckades med att uppdatera inställning\",\"kqA9lY\":\"Misslyckades med att uppdatera momsinställningar\",\"nkNfWu\":\"Misslyckades med att ladda upp bild. Försök igen.\",\"rxy0tG\":\"Misslyckades med att verifiera e-post\",\"QRUpCk\":\"Family\",\"5LO38w\":\"Fast payouts to your bank\",\"4lgLew\":\"February\",\"9bHCo2\":\"Avgiftsvaluta\",\"/sV91a\":\"Hantering av avgifter\",\"K4dKSP\":\"Fee override saved\",\"LyUWXA\":\"Avgifter kringgås\",\"cf35MA\":\"Festival\",\"pAey+4\":\"Filen är för stor. Maximal storlek är 5 MB.\",\"VejKUM\":\"Fyll i dina uppgifter ovan först\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filter attendees\",\"8OvVZZ\":\"Filtrera deltagare\",\"N/H3++\":\"Filter by date\",\"mvrlBO\":\"Filtrera efter evenemang\",\"g+xRXP\":\"Finish setting up Stripe\",\"LHH461\":\"Finish setup\",\"syyeb9\":\"First\",\"Vj6wk9\":\"First 30 days\",\"/bpZYb\":\"First 7 days\",\"ziEnjY\":\"First 90 days\",\"1vBhpG\":\"Första deltagare\",\"4pwejF\":\"Förnamn är obligatoriskt\",\"rVogsf\":\"Åtgärda problemen för att publicera\",\"3lkYdQ\":\"Fixed fee\",\"6bBh3/\":\"Fast avgift\",\"zWqUyJ\":\"Fast avgift per transaktion\",\"LWL3Bs\":\"Fast avgift måste vara 0 eller högre\",\"0RI8m4\":\"Flash off\",\"q0923e\":\"Flash on\",\"X+U6/w\":\"Teckensnitt\",\"lWxAUo\":\"Mat och dryck\",\"nFm+5u\":\"Sidfotstext\",\"sQv06Y\":\"i\",\"NTzcRQ\":\"För ett antal datum\",\"a8nooQ\":\"Fourth\",\"xVhQZV\":\"Fri\",\"39y5bn\":\"Fredag\",\"ejVYRQ\":\"Från\",\"hGDVDa\":[\"Från \",[\"0\"]],\"+dBe1R\":[\"From \",[\"start\"]],\"1dv+MO\":[\"från \",[\"start\"],\" till \",[\"end\"]],\"l82hjf\":[\"från \",[\"start\"],\", \",[\"count\"],\" datum\"],\"f5UbZ0\":\"Full data ownership\",\"cfvx/y\":\"Full event\",\"MY2SVM\":\"Full återbetalning\",\"PGQLdy\":\"future\",\"8N/j1s\":\"Future dates only\",\"yRx/6K\":\"Future dates will be copied with capacity reset to zero\",\"T02gNN\":\"Allmän entré\",\"3ep0Gx\":\"Allmän information om din arrangör\",\"ziAjHi\":\"Generera\",\"exy8uo\":\"Generera kod\",\"4CETZY\":\"Få vägbeskrivning\",\"pjkEcB\":\"Get Paid\",\"lGYzP6\":\"Get paid with Stripe\",\"ZDIydz\":\"Sätt igång\",\"u6FPxT\":\"Köp biljetter\",\"2ohvu7\":\"Text på köp biljetter-knapp\",\"8KDgYV\":\"Gör ditt evenemang redo\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Gå tillbaka\",\"sr0UJD\":\"Go Back\",\"oNL5vN\":\"Gå till evenemangssidan\",\"gHSuV/\":\"Gå till startsidan\",\"8+Cj55\":\"Go to Schedule\",\"6nDzTl\":\"God läsbarhet\",\"76gPWk\":\"Uppfattat\",\"CZXzs4\":\"Grekiska\",\"aGWZUr\":\"Bruttointäkter\",\"n8IUs7\":\"Bruttointäkter\",\"O1wAlQ\":\"Guest\",\"LIYoRQ\":\"Gästhantering\",\"NUsTc4\":\"Happening now\",\"S2Y4aO\":\"Permanent radering\",\"kTSQej\":[\"Hej \",[\"0\"],\", hantera din plattform härifrån.\"],\"URTkcd\":\"Hjälp oss att bli bättre genom att berätta varför du lämnar\",\"dORAcs\":\"Här är alla biljetter som är kopplade till din e-postadress.\",\"g+2103\":\"Här är din partnerlänk\",\"bVsnqU\":\"Hi,\",\"/iE8xx\":\"Hi.Events-avgift\",\"zppscQ\":\"Hi.Events plattformsavgifter och momsfördelning per transaktion\",\"D+zLDD\":\"Dold\",\"cZO505\":[\"Hidden — sales ended \",[\"end\"],\".\"],\"DRErHC\":\"Dold för deltagare – endast synlig för arrangörer\",\"9zfvsx\":\"Hidden from everyone\",\"nMfkJW\":\"Hidden from everyone — the master hide switch is on.\",\"NNnsM0\":\"Dölj avancerade alternativ\",\"P+5Pbo\":\"Dölj svar\",\"VMlRqi\":\"Hide details\",\"NQgWuh\":\"Dölj förhandsgranskning\",\"uXNYjR\":\"Dölj slutsålda datum och tider\",\"g9RcYX\":\"Dölj datumet\",\"uMwTx7\":\"Dölj denna kategori?\",\"LLt2UT\":\"Hides sold out\",\"gtEbeW\":\"Markera\",\"NF8sdv\":\"Markeringsmeddelande\",\"MXSqmS\":\"Markera denna produkt\",\"7ER2sc\":\"Markerad\",\"sq7vjE\":\"Markerade produkter får en annan bakgrundsfärg för att sticka ut på evenemangssidan.\",\"1+WSY1\":\"Hobbies\",\"yY8wAv\":\"Hours\",\"49Tkiw\":\"Hur tillämpas rabatten?\",\"sy9anN\":\"Hur lång tid en kund har på sig att slutföra sitt köp efter att ha fått ett erbjudande. Lämna tomt för ingen tidsgräns.\",\"cceMns\":\"How VAT is applied to the platform fees we charge you.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Ungerska\",\"8Wgd41\":\"Jag bekräftar mitt ansvar som personuppgiftsansvarig\",\"O8m7VA\":\"Jag godkänner att ta emot e-postmeddelanden relaterade till detta evenemang\",\"YLgdk5\":\"Jag bekräftar att detta är ett transaktionsmeddelande relaterat till detta evenemang\",\"4/kP5a\":\"Om en ny flik inte öppnades automatiskt, klicka på knappen nedan för att fortsätta till kassan.\",\"W/eN+G\":\"Om tomt kommer adressen att användas för att generera en Google Maps-länk\",\"CY3yHL\":\"Om markerad kommer denna kategori att döljas för allmänheten.\",\"iIEaNB\":\"Om du har ett konto hos oss kommer du att få ett e-postmeddelande med instruktioner för hur du återställer ditt lösenord.\",\"an5hVd\":\"Bilder\",\"tSVr6t\":\"Impersonera\",\"TWXU0c\":\"Impersonera användare\",\"5LAZwq\":\"Impersonering startad\",\"IMwcdR\":\"Impersonering stoppad\",\"0I0Hac\":\"Viktig information\",\"yD3avI\":\"Viktigt: Om du ändrar din e-postadress uppdateras länken för att komma åt denna order. Du kommer att omdirigeras till den nya orderlänken efter att du har sparat.\",\"jT142F\":[\"Om \",[\"diffHours\"],\" timmar\"],\"OoSyqO\":[\"Om \",[\"diffMinutes\"],\" minuter\"],\"PdMhEx\":[\"in last \",[\"0\"],\" min\"],\"u7r0G5\":\"In person — set a venue\",\"/LCAwL\":\"Pågår\",\"5gTmFD\":\"inkl. avgifter\",\"laL+R0\":\"inkl. avgifter & skatt\",\"cXeh90\":\"inkl. skatt\",\"pxFAp/\":\"Öka\",\"nQMUIO\":\"Öka antal\",\"F1Xp97\":\"Enskilda deltagare\",\"85e6zs\":\"Infoga Liquid-token\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Instant Stripe payouts\",\"nbfdhU\":\"Integrationer\",\"I8eJ6/\":\"Internal notes on the attendee's ticket\",\"B2Tpo0\":\"Ogiltig e-postadress\",\"5tT0+u\":\"Ogiltigt e-postformat\",\"f9WRpE\":\"Ogiltig filtyp. Ladda upp en bild.\",\"tnL+GP\":\"Ogiltig Liquid-syntax. Korrigera och försök igen.\",\"N9JsFT\":\"Ogiltigt format på momsregistreringsnummer\",\"g+lLS9\":\"Bjud in en teammedlem\",\"1z26sk\":\"Bjud in teammedlem\",\"KR0679\":\"Bjud in teammedlemmar\",\"aH6ZIb\":\"Bjud in ditt team\",\"Dn4OyV\":\"Inbjuden\",\"IuMGvq\":\"Faktura\",\"a/bUcL\":\"It happens on more than one date\",\"d+Oe9r\":\"It may have been unpublished or removed. Please check the link and try again.\",\"Lj7sBL\":\"Italienska\",\"F5/CBH\":\"artikel(er)\",\"BzfzPK\":\"Artiklar\",\"rjyWPb\":\"January\",\"KmWyx0\":\"Jobb\",\"o5r6b2\":\"Jobb borttaget\",\"cd0jIM\":\"Jobbdetaljer\",\"ruJO57\":\"Jobbnamn\",\"YZi+Hu\":\"Jobb köat för nytt försök\",\"nCywLA\":\"Delta varifrån som helst\",\"SNzppu\":\"Gå med i väntelistan\",\"dLouFI\":[\"Gå med i väntelistan för \",[\"productDisplayName\"]],\"2gMuHR\":\"Ansluten\",\"u4ex5r\":\"July\",\"zeEQd/\":\"June\",\"MxjCqk\":\"Letar du bara efter dina biljetter?\",\"xOTzt5\":\"just now\",\"0RihU9\":\"Just wrapped\",\"Brhs/U\":\"Behåll anslutningen\",\"4OjqAQ\":\"Keep editing\",\"lwO5vw\":[\"Håll det kort — banners visar en enda rad. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Håll mig uppdaterad om nyheter och evenemang från \",[\"0\"]],\"ioFA9i\":\"Keep the profit.\",\"C/pOUI\":\"Etikett — t.ex. Morgonpass\",\"o66QSP\":\"label updates\",\"RtKKbA\":\"Last\",\"DruLRc\":\"Senaste 14 dagarna\",\"ve9JTU\":\"Efternamn är obligatoriskt\",\"h0Q9Iw\":\"Senaste svar\",\"gw3Ur5\":\"Senast utlöst\",\"FIq1Ba\":\"Later\",\"xvnLMP\":\"Latest check-ins\",\"GGFOZD\":\"Låt ”Från” vara idag för att börja direkt.\",\"N5TErv\":\"Leave empty for unlimited\",\"L/hDDD\":\"Leave empty to apply this check-in list to all occurrences\",\"9Pf3wk\":\"Leave on to cover every ticket on the event. Turn off to pick specific tickets.\",\"Hq2BzX\":\"Let them know about the change\",\"+uexiy\":\"Let them know about the changes\",\"exYcTF\":\"Library\",\"1njn7W\":\"Ljus\",\"1qY5Ue\":\"Länken har gått ut eller är ogiltig\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Länkar tillåtna\",\"2BBAbc\":\"List\",\"dF6vP6\":\"Live\",\"fpMs2Z\":\"LIVE\",\"D9zTjx\":\"Liveevenemang\",\"a37vfH\":\"Live preview\",\"C33p4q\":\"Loaded dates\",\"WdmJIX\":\"Laddar förhandsvisning...\",\"IoDI2o\":\"Laddar tokens...\",\"G3Ge9Z\":\"Laddar webhook-loggar...\",\"NFxlHW\":\"Laddar webhooks\",\"E0DoRM\":\"Platsen har tagits bort\",\"7w8lJU\":\"Platsen har sparats\",\"YsRXDD\":\"Platsen har uppdaterats\",\"A/kIva\":\"location updates\",\"iyZPPR\":\"platser\",\"VppBoU\":\"Platser\",\"iG7KNr\":\"Logotyp\",\"vu7ZGG\":\"Logotyp och omslagsbild\",\"gddQe0\":\"Logotyp och omslagsbild för din arrangör\",\"TBEnp1\":\"Logotypen visas i sidhuvudet\",\"Jzu30R\":\"Logotypen visas på biljetten\",\"PSRm6/\":\"Hitta mina biljetter\",\"yJFu/X\":\"Huvudkontor\",\"v5nFPh\":\"Make it visible so people can buy tickets\",\"cdY2at\":[\"Manage \",[\"0\"]],\"wZJfA8\":\"Manage dates and times for your recurring event\",\"RlzPUE\":\"Manage on Stripe\",\"sjoDuh\":\"Manage schedule\",\"6NXJRK\":\"Manage Schedule\",\"zXuaxY\":\"Hantera ditt evenemangs väntelista, visa statistik och erbjud biljetter till deltagare.\",\"g2npA5\":\"Manuellt erbjudande\",\"hg6l4j\":\"March\",\"pqRBOz\":\"Mark as validated (admin override)\",\"2L3vle\":\"Max meddelanden / 24h\",\"Qp4HWD\":\"Max mottagare / meddelande\",\"7qu2YV\":[\"Max \",[\"cap\"],\" per beställning\"],\"3JzsDb\":\"May\",\"agPptk\":\"Medium\",\"xDAtGP\":\"Meddelande\",\"bECJqy\":\"Meddelande godkänt\",\"1jRD0v\":\"Meddela deltagare med specifika biljetter\",\"uQLXbS\":\"Meddelande avbrutet\",\"48rf3i\":\"Meddelandet får inte överstiga 5000 tecken\",\"ZPj0Q8\":\"Meddelandedetaljer\",\"Vjat/X\":\"Meddelande krävs\",\"0/yJtP\":\"Meddela orderägare med specifika produkter\",\"saG4At\":\"Meddelande schemalagt\",\"mFdA+i\":\"Meddelandenivå\",\"v7xKtM\":\"Meddelandenivå uppdaterad\",\"/VRn+9\":[\"Min \",[\"min\"],\" per order\"],\"H9HlDe\":\"minuter\",\"agRWc1\":\"Minutes\",\"FfPWR0\":\"Modal\",\"zz/Wd/\":\"Mode\",\"fpMgHS\":\"Mon\",\"hty0d5\":\"Måndag\",\"JbIgPz\":\"Monetära värden är ungefärliga totaler över alla valutor\",\"qvF+MT\":\"Övervaka och hantera misslyckade bakgrundsjobb\",\"kY2ll9\":\"month\",\"HajiZl\":\"Månad\",\"+8Nek/\":\"Monthly\",\"6jefe3\":\"months\",\"f8jrkd\":\"more\",\"JcD7qf\":\"More actions\",\"w36OkR\":\"Mest visade evenemang (Senaste 14 dagarna)\",\"+Y/na7\":\"Move all dates earlier or later\",\"3DIpY0\":\"Multiple locations\",\"g9cQCP\":\"Multiple ticket types\",\"GfaxEk\":\"Musik\",\"oVGCGh\":\"Mina biljetter\",\"8/brI5\":\"Namn krävs\",\"sFFArG\":\"Namnet måste vara kortare än 255 tecken\",\"Bst+aq\":\"Behöver du byta Stripe-konto? Koppla från det här.\",\"xxU3NX\":\"Nettointäkter\",\"7I8LlL\":\"New capacity\",\"n1GRql\":\"New label\",\"y0Fcpd\":\"Ny plats\",\"ArHT/C\":\"Nya registreringar\",\"uK7xWf\":\"New time:\",\"g8JmSC\":\"Nästa månad\",\"veT5Br\":\"Next occurrence\",\"WXtl5X\":[\"Next: \",[\"nextFormatted\"]],\"eWRECP\":\"Nattliv\",\"HSw5l3\":\"Nej, jag är en privatperson eller ett företag som inte är momsregistrerat\",\"VHfLAW\":\"Inga konton\",\"+jIeoh\":\"Inga konton hittades\",\"074+X8\":\"Inga aktiva webhooks\",\"zxnup4\":\"Inga affiliates att visa\",\"hUHrkV\":\"Inga meddelanden ännu\",\"Dwf4dR\":\"Inga deltagarfrågor ännu\",\"th7rdT\":\"No attendees to show\",\"PKySlW\":\"No attendees yet for this date.\",\"/UC6qk\":\"Ingen attributionsdata hittades\",\"E2vYsO\":\"No capabilities reported by Stripe yet.\",\"amMkpL\":\"Ingen kapacitet\",\"d2Jf1f\":\"No change\",\"99ntUF\":\"Inga incheckningslistor tillgängliga för detta evenemang.\",\"wG+knX\":\"No check-ins yet\",\"+dAKxg\":\"Inga konfigurationer hittades\",\"LiLk8u\":\"No connections available\",\"eb47T5\":\"Ingen data hittades för de valda filtren. Prova att justera datumintervall eller valuta.\",\"Zc216S\":\"No date added\",\"I8mtzP\":\"No dates available this month. Try navigating to another month.\",\"yDukIL\":\"No dates match the current filters.\",\"B7phdj\":\"No dates match your filters\",\"/ZB4Um\":\"No dates match your search\",\"OtJSnL\":\"Inga datum schemalagda\",\"gEdNe8\":\"No dates scheduled yet\",\"w+wkcC\":\"Inga raderingsbegäranden hittades\",\"pZNOT9\":\"Inget slutdatum\",\"dW40Uz\":\"Inga evenemang hittades\",\"8pQ3NJ\":\"Inga evenemang startar inom de närmaste 24 timmarna\",\"8zCZQf\":\"Inga evenemang ännu\",\"Yc5YW6\":\"Inga misslyckade jobb\",\"EpvBAp\":\"Ingen faktura\",\"N+9Onb\":\"No limits\",\"XZkeaI\":\"Inga loggar hittades\",\"IcAC6J\":\"Inga matchande teckensnitt\",\"nrSs2u\":\"Inga meddelanden hittades\",\"Rj99yx\":\"No occurrences available\",\"IFU1IG\":\"No occurrences on this date\",\"OVFwlg\":\"Inga orderfrågor ännu\",\"EJ7bVz\":\"Inga ordrar hittades\",\"NEmyqy\":\"Inga ordrar ännu\",\"a77B6w\":\"No orders yet for this date.\",\"wUv5xQ\":\"Ingen arrangörsaktivitet de senaste 14 dagarna\",\"vLd1tV\":\"No organizer context available.\",\"B7w4KY\":\"Inga andra arrangörer tillgängliga\",\"PChXMe\":\"Inga betalda beställningar\",\"6jYQGG\":\"Inga tidigare evenemang\",\"CHzaTD\":\"Inga populära evenemang de senaste 14 dagarna\",\"zK/+ef\":\"Inga produkter tillgängliga för val\",\"M1/lXs\":\"No products configured for this event.\",\"kY7XDn\":\"Inga produkter har väntelisteposter\",\"8mw4tm\":\"Meddelande vid inga produkter\",\"wYiAtV\":\"Inga nya kontoregistreringar\",\"UW90md\":\"Inga mottagare hittades\",\"QoAi8D\":\"Inget svar\",\"JeO7SI\":\"Inget svar\",\"EK/G11\":\"Inga svar ännu\",\"AxPAXW\":\"Inga resultat hittades\",\"59OWd3\":\"Inga sparade platser\",\"mPdY6W\":\"Inga förslag\",\"3sRuiW\":\"Inga biljetter hittades\",\"debCrL\":\"Inga biljetter att sälja\",\"k2C0ZR\":\"No upcoming dates\",\"yM5c0q\":\"Inga kommande evenemang\",\"qpC74J\":\"Inga användare hittades\",\"8wgkoi\":\"Inga visade evenemang de senaste 14 dagarna\",\"Arzxc1\":\"Inga väntelisteposter\",\"n5vdm2\":\"Inga webhook-händelser har registrerats för denna endpoint ännu. Händelser visas här när de utlöses.\",\"4GhX3c\":\"Inga webhooks\",\"4+am6b\":\"Nej, stanna kvar här\",\"4JVMUi\":\"non-edited\",\"ACaDVQ\":\"None yet\",\"Itw24Q\":\"Not checked in\",\"x5+Lcz\":\"Inte incheckad\",\"8n10sz\":\"Inte behörig\",\"kLvU3F\":\"Notify attendees and stop sales\",\"t9QlBd\":\"November\",\"kAREMN\":\"Number of dates to create\",\"6u1B3O\":\"Occurrence\",\"mmoE62\":\"Occurrence Cancelled\",\"V9flmL\":\"Occurrence Schedule\",\"Kh3WO8\":\"Occurrence Summary\",\"byXCTu\":\"Occurrences\",\"KATw3p\":\"Occurrences (future only)\",\"85rTR2\":\"Occurrences can be configured after creation\",\"dzQfDY\":\"October\",\"BwJKBw\":\"av\",\"GQnX9d\":\"varje månad\",\"az8lvo\":\"Off\",\"9h7RDh\":\"Erbjud\",\"EfK2O6\":\"Erbjud plats\",\"3sVRey\":\"Erbjud biljetter\",\"2O7Ybb\":\"Tidsgräns för erbjudande\",\"1jUg5D\":\"Erbjuden\",\"l+/HS6\":[\"Erbjudanden löper ut efter \",[\"timeoutHours\"],\" timmar.\"],\"6Aih4U\":\"Offline\",\"Fdp03t\":\"på\",\"Z5HWHd\":\"On\",\"TH5A28\":[\"på \",[\"dayList\"]],\"qiMtVT\":[\"den \",[\"day\"],\" \",[\"month\"]],\"nO3VbP\":[\"Till salu \",[\"0\"]],\"pPAGSK\":[\"den \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"On the event page\",\"H7stQC\":\"På väntelistan\",\"oXOSPE\":\"Online\",\"aqmy5k\":\"Online — provide connection details\",\"LuZBbx\":\"Online & in-person\",\"IXuOqt\":\"Online & in-person — see schedule\",\"WjSpu5\":\"Onlineevenemang\",\"wCRLS9\":[\"Endast \",[\"cap\"],\" tillgängliga\"],\"scPxI/\":[\"Endast \",[\"capacity\"],\" kvar\"],\"Gk0+G6\":\"Only a name is required — everything else has sensible defaults\",\"NdOxqr\":\"Endast kontoadministratörer kan ta bort eller arkivera evenemang. Kontakta din kontoadministratör för hjälp.\",\"rnoDMF\":\"Endast kontoadministratörer kan ta bort eller arkivera arrangörer. Kontakta din kontoadministratör för hjälp.\",\"tnx0u1\":\"Only available as an add-on\",\"z4JBd7\":\"Endast publicerade meddelanden visas för användare\",\"bU7oUm\":\"Skicka endast till ordrar med dessa statusar\",\"wkpaqp\":\"Visa endast startdatum och -tid\",\"chktt5\":\"Only shown as an add-on to the products it's attached to\",\"Y4HHYW\":\"Only shown as an add-on to the products it's attached to.\",\"Z82In9\":\"Endast kontoägaren kan begära kontoradering.\",\"DMk8F0\":\"Only tickets count toward capacity\",\"+/Z3yr\":\"Only visible to buyers with an applicable promo code.\",\"M2w1ni\":\"Endast synlig med kampanjkod\",\"y8Bm7C\":\"Open check-in\",\"RLz7P+\":\"Open occurrence\",\"iMqrOb\":\"Valfri uppmaning till handling\",\"cDSdPb\":\"Valfritt smeknamn som visas i väljare, t.ex. \\\"HK:s konferensrum\\\"\",\"HXMJxH\":\"Valfri text för friskrivningar, kontaktuppgifter eller tackmeddelanden, endast en rad\",\"L565X2\":\"alternativ\",\"8m9emP\":\"or add a single date\",\"eBskDE\":\"Eller aktivera offlinebetalningar och inaktivera Stripe\",\"dSeVIm\":\"order\",\"c/TIyD\":\"Order och biljett\",\"H5qWhm\":\"Order avbruten\",\"b6+Y+n\":\"Order slutförd\",\"x4MLWE\":\"Orderbekräftelse\",\"CsTTH0\":\"Orderbekräftelsen skickades igen\",\"ppuQR4\":\"Order skapad\",\"xtQzag\":\"Order details\",\"vrSW9M\":\"Ordern har avbrutits och återbetalats. Orderägaren har informerats.\",\"rzw+wS\":\"Beställningsinnehavare\",\"oI/hGR\":\"Order-ID\",\"m8vQEP\":\"Order limits\",\"vu6Arl\":\"Order markerad som betald\",\"sLbJQz\":\"Order hittades inte\",\"kvYpYu\":\"Order hittades inte\",\"eJ8SvM\":\"Order number, purchase date, purchaser email\",\"FaPYw+\":\"Orderägare\",\"eB5vce\":\"Orderägare med en specifik produkt\",\"CxLoxM\":\"Orderägare med produkter\",\"UkHo4c\":\"Beställningsreferens\",\"EZy55F\":\"Order återbetalad\",\"6eSHqs\":\"Orderstatusar\",\"oW5877\":\"Ordersumma\",\"e7eZuA\":\"Order uppdaterad\",\"1SQRYo\":\"Order uppdaterades\",\"3NT0Ck\":\"Ordern avbröts\",\"V5khLm\":\"orders\",\"sd5IMt\":\"Slutförda beställningar\",\"5It1cQ\":\"Ordrar exporterade\",\"UQ0ACV\":\"Totalt antal beställningar\",\"B/EBQv\":\"Ordrar:\",\"qtGTNu\":\"Naturliga konton\",\"P/JHA4\":\"Arrangören har arkiverats\",\"S3CZ5M\":\"Arrangörens instrumentpanel\",\"GzjTd0\":\"Arrangören har tagits bort\",\"SQqJd8\":\"Arrangör hittades inte\",\"HF8Bxa\":\"Arrangören har återställts\",\"wpj63n\":\"Arrangörsinställningar\",\"o1my93\":\"Uppdatering av arrangörsstatus misslyckades. Försök igen senare\",\"rLHma1\":\"Arrangörsstatus uppdaterad\",\"LqBITi\":\"Arrangörens eller standardmall kommer att användas\",\"q4zH+l\":\"Organizers\",\"/IX/7x\":\"Övrigt\",\"RsiDDQ\":\"Andra listor (biljett ingår inte)\",\"EufvBx\":\"Resultat\",\"aDfajK\":\"Outdoors\",\"qMASRF\":\"Utgående meddelanden\",\"iCOVQO\":\"Override\",\"GpFTEc\":\"Override fees on this organizer\",\"M9ZhMP\":\"Override price\",\"cnVIpl\":\"Override removed\",\"6/dCYd\":\"Översikt\",\"6WdDG7\":\"Sida\",\"8uqsE5\":\"Sidan är inte längre tillgänglig\",\"QkLf4H\":\"Sidans URL\",\"sF+Xp9\":\"Sidvisningar\",\"v4nCHK\":\"Paid\",\"c+suC6\":\"Betalda konton\",\"5F7SYw\":\"Delvis återbetalning\",\"fFYotW\":[\"Delvis återbetald: \",[\"0\"]],\"i8day5\":\"För över avgiften till köparen\",\"k4FLBQ\":\"För över till köparen\",\"Ff0Dor\":\"Tidigare\",\"BFjW8X\":\"Past due\",\"xTPjSy\":\"Tidigare evenemang\",\"/l/ckQ\":\"Klistra in URL\",\"URAE3q\":\"Pausad\",\"4fL/V7\":\"Betala\",\"W5l9HD\":\"Betala vad du vill\",\"c2/9VE\":\"Payload\",\"5cxUwd\":\"Betalningsdatum\",\"ENEPLY\":\"Betalningsmetod\",\"8Lx2X7\":\"Betalning mottagen\",\"fx8BTd\":\"Betalningar är inte tillgängliga\",\"C+ylwF\":\"Payouts\",\"UbRKMZ\":\"Väntande\",\"UkM20g\":\"Väntar på granskning\",\"dPYu1F\":\"Per deltagare\",\"mQV/nJ\":\"per min\",\"+kvxv+\":\"per order\",\"VlXNyK\":\"Per order\",\"NhuGd7\":\"per produkt\",\"hauDFf\":\"Per biljett\",\"mnF83a\":\"Procentuell avgift\",\"TNLuRD\":\"Percentage fee (%)\",\"MixU2P\":\"Procenttalet måste vara mellan 0 och 100\",\"MkuVAZ\":\"Procent av transaktionsbeloppet\",\"/Bh+7r\":\"Prestanda\",\"/4mGVp\":\"Radera detta konto permanent\",\"dGdKgQ\":\"Radera detta konto och dess data permanent.\",\"fIp56F\":\"Ta bort detta evenemang och alla tillhörande data permanent.\",\"nJeeX7\":\"Ta bort denna arrangör och alla dess evenemang permanent.\",\"wfCTgK\":\"Permanently remove this date\",\"6kPk3+\":\"Personlig information\",\"zmwvG2\":\"Telefon\",\"tSR/oe\":\"Pick an end date\",\"e8kzpp\":\"Pick at least one day of the month\",\"35C8QZ\":\"Pick at least one day of the week\",\"kJmAsd\":\"Välj dagar för att se dina datum.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Placed\",\"wBJR8i\":\"Planerar du ett evenemang?\",\"J3lhKT\":\"Plattformsavgift\",\"RD51+P\":[\"Plattformsavgift på \",[\"0\"],\" dras från din utbetalning\"],\"br3Y/y\":\"Plattformsavgifter\",\"3buiaw\":\"Plattformsavgiftsrapport\",\"kv9dM4\":\"Plattformsintäkter\",\"PJ3Ykr\":\"Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions.\",\"OtjenF\":\"Vänligen ange en giltig e-postadress\",\"jEw0Mr\":\"Ange en giltig URL\",\"n8+Ng/\":\"Ange den femsiffriga koden\",\"r+lQXT\":\"Ange ditt momsregistreringsnummer\",\"Dvq0wf\":\"Vänligen tillhandahåll en bild.\",\"2cUopP\":\"Starta om kassaprocessen.\",\"GoXxOA\":\"Please select a date and time\",\"8KmsFa\":\"Välj ett datumintervall\",\"EFq6EG\":\"Välj en bild.\",\"fuwKpE\":\"Försök igen.\",\"klWBeI\":\"Vänta innan du begär en ny kod\",\"hfHhaa\":\"Vänta medan vi förbereder dina affiliates för export...\",\"o+tJN/\":\"Vänta medan vi förbereder dina deltagare för export...\",\"+5Mlle\":\"Vänta medan vi förbereder dina ordrar för export...\",\"trnWaw\":\"Polska\",\"luHAJY\":\"Populära evenemang (Senaste 14 dagarna)\",\"p/78dY\":\"Position\",\"OESu7I\":\"Förhindra översäljning genom att dela lager mellan flera biljett­typer.\",\"NgVUL2\":\"Förhandsgranska kassaflödet\",\"cs5muu\":\"Förhandsgranska evenemangssidan\",\"1xwZj/\":\"Föregående månad\",\"Jm2AC3\":\"Price Tier\",\"a5jvSX\":\"Prisnivåer\",\"aHCEmh\":\"Pricing\",\"ReihZ7\":\"Utskriftsförhandsgranskning\",\"JnuPvH\":\"Skriv ut biljett\",\"tYF4Zq\":\"Skriv ut till PDF\",\"LcET2C\":\"Integritetspolicy\",\"8z6Y5D\":\"Genomför återbetalning\",\"JcejNJ\":\"Behandlar order\",\"EWCLpZ\":\"Produkt skapad\",\"XkFYVB\":\"Produkt borttagen\",\"YMwcbR\":\"Produktförsäljning, intäkter och skattefördelning\",\"ls0mTC\":\"Product settings cannot be edited for cancelled dates.\",\"2339ej\":\"Product settings saved successfully\",\"ldVIlB\":\"Produkt uppdaterad\",\"CP3D8G\":\"Progress\",\"JoKGiJ\":\"Kampanjkod\",\"dIodJL\":\"Promo code required\",\"k3wH7i\":\"Användning av kampanjkoder och rabattfördelning\",\"tZqL0q\":\"promo codes\",\"oCHiz3\":\"Promo codes\",\"uEhdRh\":\"Endast kampanj\",\"dLm8V5\":\"Marknadsföringsmejl kan leda till att kontot stängs av\",\"W0ETyY\":\"Ange minst ett adressfält (plats, gata, stad eller land).\",\"2W/7Gz\":\"Provide the following before Stripe's next review to keep payouts flowing.\",\"7d1a0d\":\"Public\",\"EEYbdt\":\"Publicera\",\"JcgJKc\":\"Publicera ändå\",\"evDBV8\":\"Publicera evenemang\",\"2zEfOd\":\"Publish your event\",\"u3wRF+\":\"Publicerat\",\"L7nrC8\":\"När du publicerar blir din evenemangssida offentlig och anmälningar öppnas.\",\"dsFmM+\":\"Köpt\",\"JunetL\":\"Purchaser\",\"phmeUH\":\"Purchaser email\",\"ywR4ZL\":\"QR code check-in\",\"oWXNE5\":\"Ant.\",\"VbWX2u\":\"Antal\",\"biEyJ4\":\"Question answers\",\"k/bJj0\":\"Frågorna ordnades om\",\"b24kPi\":\"Kö\",\"lTPqpM\":\"Quick Tip\",\"fqDzSu\":\"Sats\",\"mnUGVC\":\"Hastighetsgränsen har överskridits. Försök igen senare.\",\"t41hVI\":\"Erbjud plats igen\",\"TNclgc\":\"Reactivate this date? It will be reopened for future sales.\",\"RENQ6j\":\"Redo att gå live?\",\"uqoRbb\":\"Real-time analytics\",\"jPSk57\":\"Anledning (valfritt)\",\"xzRvs4\":[\"Ta emot produktuppdateringar från \",[\"0\"],\".\"],\"pLXbi8\":\"Senaste kontoregistreringar\",\"M1HGuR\":\"Recent activity\",\"3kJ0gv\":\"Recent Attendees\",\"qhfiwV\":\"Recent check-ins\",\"S+0XMX\":\"Recent orders\",\"Fi3b48\":\"Senaste ordrar\",\"7hPBBn\":\"mottagare\",\"jp5bq8\":\"mottagare\",\"yPrbsy\":\"Mottagare\",\"E1F5Ji\":\"Mottagare är tillgängliga efter att meddelandet har skickats\",\"WEYdDv\":\"Recommended\",\"wuhHPE\":\"Recurring\",\"asLqwt\":\"Återkommande evenemang\",\"s3uzsK\":\"Inställningar för återkommande evenemang\",\"D0tAMe\":\"Recurring events\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Omdirigerar till Stripe...\",\"pnoTN5\":\"Hänvisade konton\",\"ACKu03\":\"Uppdatera förhandsgranskning\",\"vuFYA6\":\"Refund all orders for these dates\",\"4cRUK3\":\"Refund all orders for this date\",\"fKn/k6\":\"Återbetalningsbelopp\",\"qY4rpA\":\"Återbetalning misslyckades\",\"FaK/8G\":[\"Återbetala order \",[\"0\"]],\"MGbi9P\":\"Återbetalning väntar\",\"BDSRuX\":[\"Återbetald: \",[\"0\"]],\"bU4bS1\":\"Återbetalningar\",\"rYXfOA\":\"Regionala inställningar\",\"5tl0Bp\":\"Registreringsfrågor\",\"ZNo5k1\":\"Remaining\",\"Bjh87R\":\"Remove label from all dates\",\"IVZaEo\":\"Tar bort slutsålda datum och tider helt från evenemangssidan. När inaktiverat förblir de synliga och märks som slutsålda.\",\"5Vkr/a\":\"Ta bort tid\",\"KkJtVK\":\"Reopen for new sales\",\"XJwWJp\":\"Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed.\",\"RYlQY0\":\"Upprepning\",\"CQeZT8\":\"Rapporten hittades inte\",\"JEPMXN\":\"Begär en ny länk\",\"Yx0Ud8\":\"Begärd\",\"Wcv9QD\":\"Begärd av\",\"TMLAx2\":\"Obligatorisk\",\"mdeIOH\":\"Skicka koden igen\",\"sQxe68\":\"Skicka bekräftelse igen\",\"bxoWpz\":\"Skicka bekräftelsemail igen\",\"G42SNI\":\"Skicka e-post igen\",\"TTpXL3\":[\"Skicka igen om \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Skicka biljett igen\",\"Uwsg2F\":\"Reserverad\",\"8wUjGl\":\"Reserverad till\",\"a5z8mb\":\"Reset to base price\",\"kCn6wb\":\"Återställer...\",\"ZlCDf+\":\"Svar\",\"bsydMp\":\"Svarsdetaljer\",\"yKu/3Y\":\"Återställ\",\"RokrZf\":\"Återställ evenemang\",\"/JyMGh\":\"Återställ arrangör\",\"HFvFRb\":\"Återställ detta evenemang för att göra det synligt igen.\",\"DDIcqy\":\"Återställ denna arrangör och gör den aktiv igen.\",\"mO8KLE\":\"results\",\"6gRgw8\":\"Försök igen\",\"1BG8ga\":\"Försök alla igen\",\"rDC+T6\":\"Försök jobb igen\",\"CbnrWb\":\"Tillbaka till evenemanget\",\"Lf7TCn\":\"Återanvändbara platser visas här automatiskt när du skapar evenemang med adresser, och du kan även lägga till egna.\",\"mdQ0zb\":\"Återanvändbara platser för dina evenemang. Platser som skapas via autokomplettering sparas här automatiskt.\",\"XFOPle\":\"Reuse\",\"1Zehp4\":\"Reuse a Stripe connection from another organizer in this account.\",\"Oo/PLb\":\"Sammanfattning av intäkter\",\"CfuueU\":\"Återkalla erbjudande\",\"Tpm2G9\":\"Löptid\",\"dFFW9L\":[\"Försäljningen avslutades \",[\"0\"]],\"loCKGB\":[\"Försäljningen avslutas \",[\"0\"]],\"wlfBad\":\"Försäljningsperiod\",\"qi81Jg\":\"Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page.\",\"zpekWp\":[\"Försäljningen startar \",[\"0\"]],\"7s8z0X\":\"Sale window\",\"mUv9U4\":\"Försäljning\",\"9KnRdL\":\"Försäljningen är pausad\",\"JC3J0k\":\"Sales, attendance, and check-in breakdown per occurrence\",\"3VnlS9\":\"Försäljning, ordrar och prestandamått för alla evenemang\",\"3Q1AWe\":\"Försäljning:\",\"LeuERW\":\"Same as event\",\"B4nE3N\":\"Exempel på biljettpris\",\"8BRPoH\":\"Exempelplats\",\"PiK6Ld\":\"Sat\",\"+5kO8P\":\"Lördag\",\"zJiuDn\":\"Save fee override\",\"x1fMXJ\":\"Spara schema\",\"KZrfYJ\":\"Spara sociala länkar\",\"9Y3hAT\":\"Spara mall\",\"C8ne4X\":\"Spara biljettlayout\",\"cTI8IK\":\"Save VAT settings\",\"6/TNCd\":\"Spara momsinställningar\",\"4RvD9q\":\"Sparad plats\",\"cgw0cL\":\"Sparade platser\",\"Fbqm/I\":\"Saving an override creates a dedicated configuration for this organizer if it's currently on the system default.\",\"I+FvbD\":\"Skanna\",\"0zd6Nm\":\"Scan a ticket to check in an attendee\",\"bQG7Qk\":\"Scanned tickets will appear here\",\"WDYSLJ\":\"Scanner mode\",\"gmB6oO\":\"Schedule\",\"qQTaVm\":\"Schedule added\",\"j6NnBq\":\"Schedule created successfully\",\"YP7frt\":\"Schedule ends on\",\"QS1Nla\":\"Schemalägg för senare\",\"NAzVVw\":\"Schemalägg meddelande\",\"/rTL/5\":\"Förhandsgranskning av schema\",\"Fz09JP\":\"Schedule starts on\",\"4ba0NE\":\"Schemalagd\",\"4HKQZj\":\"Schemalagd radering\",\"qcP/8K\":\"Schemalagd tid\",\"A1taO8\":\"Search\",\"ftNXma\":\"Sök affiliates...\",\"VMU+zM\":\"Search attendees\",\"VY+Bdn\":\"Sök på kontonamn eller e-post...\",\"VX+B3I\":\"Sök på evenemangstitel eller arrangör...\",\"R0wEyA\":\"Sök efter jobbnamn eller undantag...\",\"YnMfsK\":\"Sök på namn eller adress...\",\"3yKuDu\":\"Sök på namn eller e-post och välj en eller flera\",\"VT+urE\":\"Sök efter namn eller e-post...\",\"GHdjuo\":\"Sök på namn, e-post eller konto...\",\"4mBFO7\":\"Search by name, order #, ticket # or email\",\"20ce0U\":\"Sök på order-ID, kundnamn eller e-post...\",\"4DSz7Z\":\"Sök efter ämne, evenemang eller konto...\",\"gTUY97\":\"Sök på titel...\",\"nQC7Z9\":\"Search dates...\",\"iRtEpV\":\"Search dates…\",\"JRM7ao\":\"Search for an address\",\"BWF1kC\":\"Sök meddelanden...\",\"5WYZKZ\":\"Sökresultat\",\"IG85fV\":\"Sök sparade platser eller hitta en adress...\",\"Du+zn+\":\"Söker...\",\"3aD3GF\":\"Seasonal\",\"ku//5b\":\"Second\",\"Mck5ht\":\"Säker kassa\",\"s7tXqF\":\"See schedule\",\"JFap6u\":\"See what Stripe still needs\",\"6lGaum\":\"Sett\",\"p7xUrt\":\"Välj en kategori\",\"hTKQwS\":\"Select a Date & Time\",\"Ps6Xtf\":\"Select a date to see available times\",\"e4L7bF\":\"Välj ett meddelande för att visa dess innehåll\",\"zPRPMf\":\"Välj en nivå\",\"BFRSTT\":\"Välj konto\",\"wgNoIs\":\"Select all\",\"mCB6Je\":\"Välj alla\",\"aCEysm\":[\"Select all on \",[\"0\"]],\"a6+167\":\"Välj ett evenemang\",\"4oT6dP\":\"Välj minst ett konto\",\"neCGH1\":\"Välj minst en användare\",\"CFbaPk\":\"Välj deltagargrupp\",\"88a49s\":\"Select camera\",\"tVW/yo\":\"Välj valuta\",\"SJQM1I\":\"Select date\",\"n9ZhRa\":\"Välj slutdatum och tid\",\"gTN6Ws\":\"Välj sluttid\",\"0U6E9W\":\"Välj evenemangskategori\",\"j9cPeF\":\"Välj evenemangstyper\",\"ypTjHL\":\"Select occurrence\",\"DHBGUX\":\"Select products...\",\"KizCK7\":\"Välj startdatum och tid\",\"dJZTv2\":\"Välj starttid\",\"x8XMsJ\":\"Välj meddelandenivå för detta konto. Detta styr meddelandegränser och länkbehörigheter.\",\"aT3jZX\":\"Välj tidszon\",\"TxfvH2\":\"Välj vilka deltagare som ska få detta meddelande\",\"Ropvj0\":\"Välj vilka evenemang som ska utlösa denna webhook\",\"+6YAwo\":\"selected\",\"ylXj1N\":\"Vald\",\"uq3CXQ\":\"Sell out your event.\",\"oBXbO4\":\"Selling a physical product? Cap its quantity on the <0>products page instead.\",\"j9b/iy\":\"Säljer snabbt 🔥\",\"73qYgo\":\"Skicka som test\",\"HMAqFK\":\"Skicka e-post till deltagare, biljettinnehavare eller orderägare. Meddelanden kan skickas omedelbart eller schemaläggas för senare.\",\"22Itl6\":\"Skicka en kopia till mig\",\"NpEm3p\":\"Skicka nu\",\"nOBvex\":\"Skicka order- och deltagardata i realtid till dina externa system.\",\"1lNPhX\":\"Skicka e-postmeddelande om återbetalning\",\"eaUTwS\":\"Skicka återställningslänk\",\"5cV4PY\":\"Send to all occurrences, or choose a specific one\",\"QEQlnV\":\"Skicka ditt första meddelande\",\"IoAuJG\":\"Skickar...\",\"h69WC6\":\"Skickat\",\"BVu2Hz\":\"Skickat av\",\"ZFa8wv\":\"Sent to attendees when a scheduled date is cancelled\",\"SPdzrs\":\"Skickas till kunder när de lägger en order\",\"LxSN5F\":\"Skickas till varje deltagare med deras biljettuppgifter\",\"hgvbYY\":\"September\",\"5sN96e\":\"Session cancelled\",\"S9i0UC\":[\"pass · \",[\"dateCount\"],\" datum × \",[\"timesPerDay\"],\" tider\"],\"89xaFU\":\"Ange standardinställningar för plattformsavgifter för nya evenemang som skapas under denna arrangör.\",\"eXssj5\":\"Ange standardinställningar för nya evenemang som skapas under denna arrangör.\",\"uPe5p8\":\"Set how long each date lasts\",\"ODuUEi\":\"Set or clear the date label\",\"buHACR\":\"Set the end time of each date to be this long after its start time.\",\"TaeFgl\":\"Set to unlimited (remove limit)\",\"pd6SSe\":\"Set up a recurring schedule to automatically create dates, or add them one at a time.\",\"s0FkEx\":\"Skapa incheckningslistor för olika entréer, pass eller dagar.\",\"TaWVGe\":\"Set up payouts\",\"JA//e6\":\"Set up schedule\",\"gzXY7l\":\"Set Up Schedule\",\"0Ls9qe\":\"Set up the tickets you'll sell and their prices\",\"xMO+Ao\":\"Konfigurera din organisation\",\"5pEFnq\":\"Ställ in ditt schema\",\"zRRuUD\":\"Set up your schedule in the next steps\",\"ETC76A\":\"Set, change, or remove the date's location or online details\",\"C3htzi\":\"Inställningen uppdaterades\",\"Ohn74G\":\"Konfiguration och design\",\"1W5XyZ\":\"Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event.\",\"GG7qDw\":\"Dela affiliate-länk\",\"hL7sDJ\":\"Dela arrangörssida\",\"jy6QDF\":\"Delad kapacitetshantering\",\"jDNHW4\":\"Shift times\",\"tPfIaW\":[\"Shifted times for \",[\"count\"],\" date(s)\"],\"WwlM8F\":\"Visa avancerade alternativ\",\"cMW+gm\":[\"Visa alla plattformar (\",[\"0\"],\" till med värden)\"],\"wXi9pZ\":\"Show attendee notes to non-logged-in staff\",\"4LZFir\":\"Visa hela datumintervallet\",\"UVPI5D\":\"Visa färre plattformar\",\"Eu/N/d\":\"Visa kryssruta för samtycke till marknadsföring\",\"SXzpzO\":\"Visa kryssruta för samtycke till marknadsföring som standard\",\"b33PL9\":\"Visa fler plattformar\",\"Eut7p9\":\"Show order details to non-logged-in staff\",\"+RoWKN\":\"Show question answers to non-logged-in staff\",\"jbcx6L\":\"Show remaining capacity on event dates\",\"rXxBOx\":\"Show remaining capacity to buyers\",\"t1LIQW\":[\"Visar \",[\"0\"],\" av \",[\"totalRows\"],\" poster\"],\"E717U9\":[\"Showing \",[\"0\"],\"–\",[\"1\"],\" of \",[\"2\"]],\"5rzhBQ\":[\"Showing \",[\"MAX_VISIBLE\"],\" of \",[\"totalAvailable\"],\" dates. Type to search.\"],\"WSt3op\":[\"Showing the first \",[\"0\"],\" — the remaining \",[\"1\"],\" session(s) will still be targeted when the message is sent.\"],\"o1UbOh\":\"Visas studsande högst upp i modalen\",\"OJLTEL\":\"Shown to staff the first time they open the check-in page.\",\"lbfXEJ\":\"Shows remaining\",\"jVRHeq\":\"Registrerad\",\"5C7J+P\":\"Single Event\",\"E//btK\":\"Skip manually edited dates\",\"paESr6\":\"Slovakiska\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Socialt\",\"d0rUsW\":\"Sociala länkar\",\"j/TOB3\":\"Sociala länkar och webbplats\",\"s9KGXU\":\"Sålda\",\"yp+0jj\":\"sold out\",\"1hupow\":\"Slutsålt, väntelista tillgänglig\",\"iACSrw\":\"Some details are hidden from public access. Log in to view everything.\",\"Dia6iz\":\"Something went wrong while deleting the image. Please try again.\",\"KTxc6k\":\"Något gick fel, försök igen eller kontakta supporten om problemet kvarstår\",\"lkE00/\":\"Något gick fel. Försök igen senare.\",\"wdxz7K\":\"Källa\",\"SzuJ5m\":\"Specifika konton\",\"/h8G1o\":\"Specifika användare\",\"fDG2by\":\"Spirituality\",\"oPaRES\":\"Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end.\",\"7JFNej\":\"Sport\",\"/bfV1Y\":\"Staff instructions\",\"StWUH4\":\"Start check-in\",\"JcQp9p\":\"Startdatum och tid\",\"0m/ekX\":\"Startdatum och tid\",\"izRfYP\":\"Startdatum är obligatoriskt\",\"xAYSEs\":\"Starttid\",\"n9ZrDo\":\"Start typing a venue or address...\",\"DACR+e\":\"Starts collapsed\",\"qeFVhN\":[\"Starts in \",[\"diffDays\"],\" days\"],\"AOqtxN\":[\"Starts in \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Starts in \",[\"h\"],\"h \",[\"m\"],\"m\"],\"Lo49in\":[\"Starts in \",[\"seconds\"],\"s\"],\"NqChgF\":\"Starts tomorrow\",\"2NbyY/\":\"Statistik\",\"GVUxAX\":\"Statistiken baseras på kontots skapandedatum\",\"29Hx9U\":\"Stats\",\"5ia+r6\":\"Still needed\",\"wuV0bK\":\"Sluta impersonera\",\"S/7MPw\":\"Stripe-kontot har kopplats från.\",\"s/KaDb\":\"Stripe connected\",\"Bk06QI\":\"Stripe anslutet\",\"akZMv8\":[\"Stripe connection copied from \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe didn't return a setup link. Please try again.\",\"aKtF0O\":\"Stripe ej ansluten\",\"9i0++A\":\"Stripe betalnings-ID\",\"R1lIMV\":\"Stripe will need a few more details soon\",\"FzcCHA\":\"Stripe will walk you through a few quick questions to finish setup.\",\"ii0qn/\":\"Ämne är obligatoriskt\",\"M7Uapz\":\"Ämnet visas här\",\"6aXq+t\":\"Ämne:\",\"JwTmB6\":\"Produkten duplicerades\",\"WUOCgI\":\"Plats erbjuden framgångsrikt\",\"IvxA4G\":[\"Biljetter har erbjudits till \",[\"count\"],\" personer\"],\"kKpkzy\":\"Biljetter har erbjudits till 1 person\",\"Zi3Sbw\":\"Borttagen från väntelistan\",\"RuaKfn\":\"Adressen uppdaterades\",\"kzx0uD\":\"Standardinställningarna för evenemang uppdaterades\",\"5n+Wwp\":\"Arrangören uppdaterades\",\"DMCX/I\":\"Standardinställningar för plattformsavgifter uppdaterades\",\"URUYHc\":\"Inställningar för plattformsavgifter uppdaterades\",\"kRWc2g\":\"Inställningarna för återkommande evenemang har uppdaterats\",\"0Dk/l8\":\"SEO-inställningarna uppdaterades\",\"S8Tua9\":\"Inställningar uppdaterade\",\"MhOoLQ\":\"Sociala länkar uppdaterades\",\"CNSSfp\":\"Spårningsinställningar uppdaterade\",\"kj7zYe\":\"Webhooken uppdaterades\",\"dXoieq\":\"Sammanfattning\",\"/RfJXt\":[\"Sommarens musikfestival \",[\"0\"]],\"CWOPIK\":\"Sommarens musikfestival 2025\",\"D89zck\":\"Sun\",\"DBC3t5\":\"Söndag\",\"UaISq3\":\"Svenska\",\"JZTQI0\":\"Byt arrangör\",\"9YHrNC\":\"Systemstandard\",\"jGR53C\":\"T-shirts, mugs and more\",\"hCR98w\":\"Tryck på datum som i en kalender.\",\"lruQkA\":\"Tap this screen to resume scanning\",\"X9v2GM\":\"Målkonton\",\"TmyDCw\":\"Målanvändare\",\"TJUrME\":[\"Targeting attendees across \",[\"0\"],\" selected sessions.\"],\"yT6dQ8\":\"Insamlad moms grupperad efter momstyp och evenemang\",\"Ye321X\":\"Momsnamn\",\"WyCBRt\":\"Momssammanfattning\",\"QC3FVX\":\"Taxes & fees\",\"GkH0Pq\":\"Moms och avgifter tillämpade\",\"SXvRWU\":\"Team collaboration\",\"vlf/In\":\"Teknik\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Berätta vad man kan förvänta sig på ditt evenemang\",\"NiIUyb\":\"Berätta om ditt evenemang\",\"DovcfC\":\"Berätta om din organisation. Denna information kommer att visas på dina evenemangssidor.\",\"69GWRq\":\"Tell us how often your event repeats and we'll create all the dates for you.\",\"mXPbwY\":\"Tell us your VAT registration status so we apply the correct VAT treatment to platform fees.\",\"7wtpH5\":\"Mall aktiv\",\"QHhZeE\":\"Mallen skapades\",\"xrWdPR\":\"Mallen togs bort\",\"G04Zjt\":\"Mallen sparades\",\"xowcRf\":\"Användarvillkor\",\"6K0GjX\":\"Texten kan vara svår att läsa\",\"nm3Iz/\":\"Tack för att du deltog!\",\"pYwj0k\":\"Thanks,\",\"cIHkSd\":[\"Det är \",[\"totalOccurrences\"],\" pass — max är \",[\"max\"],\". Korta ner perioden eller frekvensen.\"],\"k3IitN\":\"That's a wrap\",\"KfmPRW\":\"Sidans bakgrundsfärg. När en omslagsbild används appliceras detta som en överlagring.\",\"MDNyJz\":\"Koden går ut om 10 minuter. Kontrollera skräpposten om du inte ser mejlet.\",\"AIF7J2\":\"Valutan i vilken den fasta avgiften definieras. Den kommer att konverteras till ordervalutan vid kassan.\",\"k3LFkM\":\"Valutan som används för evenemangets biljettpriser.\",\"7oksH+\":[\"Rabatten dras av från varje berättigad produkt. T.ex. \",[\"currencySymbol\"],\"10 rabatt × 3 biljetter = \",[\"currencySymbol\"],\"30 rabatt.\"],\"sKL8k2\":\"Rabatten dras av en gång från orderns totalbelopp.\",\"cDHM1d\":\"E-postadressen har ändrats. Deltagaren kommer att få en ny biljett till den uppdaterade e-postadressen.\",\"tXadb0\":\"Evenemanget du letar efter är inte tillgängligt just nu. Det kan ha tagits bort, löpt ut eller så kan webbadressen vara felaktig.\",\"sxKqBm\":\"Hela orderbeloppet kommer att återbetalas till kundens ursprungliga betalningsmetod.\",\"KgDp6G\":\"Länken du försöker öppna har gått ut eller är inte längre giltig. Kontrollera din e-post efter en uppdaterad länk för att hantera din order.\",\"sYLeDq\":\"Arrangören du letar efter kunde inte hittas. Sidan kan ha flyttats, tagits bort eller så kan webbadressen vara felaktig.\",\"PCr4zw\":\"The override is recorded in the order audit log.\",\"C4nQe5\":\"Plattformsavgiften läggs på biljettpriset. Köpare betalar mer, men du får hela biljettpriset.\",\"HxxXZO\":\"Den primära varumärkesfärgen som används för knappar och markeringar\",\"OVSkIF\":\"Den snabba bruna räven hoppar över den lata hunden.\",\"z0KrIG\":\"Den schemalagda tiden är obligatorisk\",\"EWErQh\":\"Den schemalagda tiden måste vara i framtiden\",\"UNd0OU\":[\"The session for \\\"\",[\"title\"],\"\\\" originally scheduled for \",[\"0\"],\" has been rescheduled.\"],\"DEcpfp\":\"Mallens brödtext innehåller ogiltig Liquid-syntax. Rätta den och försök igen.\",\"qpmtdK\":\"Tidszonen som används för evenemangets datum och tider.\",\"N3VfVA\":\"Uppladdningen nådde inte servern. Kontrollera din anslutning och prova en mindre bild om filen är stor (max 5MB).\",\"injXD7\":\"Momsnumret kunde inte valideras. Kontrollera numret och försök igen.\",\"A4UmDy\":\"Teater\",\"tDwYhx\":\"Tema och färger\",\"ybBP2H\":\"There are no products available for this date. Please choose another date.\",\"O7g4eR\":\"There are no upcoming dates for this event\",\"062KsE\":\"These details are shown on the attendee's ticket and order summary for this date only.\",\"5Eu+tn\":\"Dessa uppgifter visas endast om beställningen slutförs.\",\"jQjwR+\":\"These details will replace any existing location on the affected dates and show on attendee tickets.\",\"6eaLu/\":\"Dessa priser gäller för alla datum i ditt schema, och nivåernas antal begränsar den totala försäljningen för alla datum sammanlagt. Nivåernas försäljningsdatum gäller globalt. Du kan åsidosätta priser för enskilda datum på <0>sidan Datumschema.\",\"QP3gP+\":\"Dessa inställningar gäller bara för kopierad inbäddningskod och kommer inte att sparas.\",\"HirZe8\":\"Dessa mallar används som standard för alla evenemang i din organisation. Enskilda evenemang kan ersätta dem med egna anpassade versioner.\",\"lzAaG5\":\"Dessa mallar ersätter arrangörens standardmallar endast för detta evenemang. Om ingen anpassad mall anges här används arrangörens mall i stället.\",\"UlykKR\":\"Third\",\"1YTBzS\":\"Detta konto har inga slutförda beställningar, så all dess data raderas permanent.\",\"jCPU8z\":\"Detta konto är schemalagt för radering\",\"zfNCE8\":[\"Detta konto är schemalagt för radering den <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes.\",\"SOmGDa\":\"This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins.\",\"XBNC3E\":\"Den här koden används för att spåra försäljning. Endast bokstäver, siffror, bindestreck och understreck är tillåtna.\",\"AaP0M+\":\"Den här färgkombinationen kan vara svår att läsa för vissa användare\",\"o1phK/\":[\"This date has \",[\"orderCount\"],\" order(s) that will be affected.\"],\"F/UtGt\":\"This date has been cancelled. You can still delete it to remove it permanently.\",\"BLZ7pX\":\"This date is in the past. It will be created but won't be visible to attendees under upcoming dates.\",\"7IIY0z\":\"This date is marked sold out.\",\"bddWMP\":\"This date is no longer available. Please select another date.\",\"E9BqZw\":\"This date only\",\"n68908\":[\"Detta kopplar från \",[\"stripeAccountId\"],\" från den här arrangören. Försäljning av betalbiljetter slutar fungera tills du ansluter ett Stripe-konto igen.\"],\"RzEvf5\":\"Det här evenemanget har avslutats\",\"kc4bIA\":\"Det här evenemanget har inga biljetter eller produkter ännu, så deltagare kan inte anmäla sig.\",\"eMaNd0\":\"This event is not available\",\"YClrdK\":\"Det här evenemanget är inte publicerat ännu\",\"GL6z+k\":\"Det här evenemanget är slutsålt\",\"pIwDhS\":\"This event's dates and times are set on the occurrence schedule.\",\"ny5rgr\":\"This is a recurring event\",\"tc64Zz\":\"Detta är namnet på kategorin som visas på evenemangssidan.\",\"dFJnia\":\"Det här är namnet på din arrangör som kommer att visas för dina användare.\",\"vt7jiq\":\"Detta är den enda gången signeringshemligheten visas. Kopiera den nu och förvara den säkert.\",\"5DpZrC\":\"Detta begränsar den totala försäljningen för alla datum i ditt schema sammanlagt — det är inte en gräns per datum. För att begränsa antalet deltagare per datum, ange en kapacitet på <0>sidan Datumschema.\",\"L7dIM7\":\"Den här länken är ogiltig eller har löpt ut.\",\"MR5ygV\":\"Den här länken är inte längre giltig\",\"9LEqK0\":\"Det här namnet är synligt för slutanvändare\",\"QdUMM9\":\"This occurrence is at capacity\",\"j5FdeA\":\"Den här ordern behandlas.\",\"sjNPMw\":\"Den här ordern övergavs. Du kan starta en ny order när som helst.\",\"OhCesD\":\"Den här ordern avbröts. Du kan starta en ny order när som helst.\",\"lyD7rQ\":\"Den här arrangörsprofilen är inte publicerad ännu\",\"9b5956\":\"Den här förhandsvisningen visar hur ditt mejl kommer att se ut med exempeldata. Faktiska mejl använder riktiga värden.\",\"uM9Alj\":\"Den här produkten är markerad på evenemangssidan\",\"RqSKdX\":\"Den här produkten är slutsåld\",\"4PDH+K\":\"This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to.\",\"qEGn8I\":\"Det här återkommande evenemanget har inga datum ännu, så det finns inget för deltagare att boka.\",\"W12OdJ\":\"Denna rapport är endast för informationsändamål. Rådgör alltid med en skatteexpert innan du använder dessa uppgifter för redovisnings- eller skatteändamål. Vänligen dubbelkolla med din Stripe-instrumentpanel då Hi.Events kan sakna historiska data.\",\"1LuJNw\":\"Denna biljett är inte längre giltig\",\"0Ew0uk\":\"Den här biljetten skannades nyss. Vänta innan du skannar igen.\",\"FYXq7k\":[\"This will affect \",[\"loadedAffectedCount\"],\" date(s).\"],\"kvpxIU\":\"Detta används för notiser och kommunikation med dina användare.\",\"bPgkdx\":\"Detta avbryter den schemalagda raderingen och återaktiverar kontot. Kontoägaren meddelas via e-post.\",\"4yx4a4\":[\"Detta inaktiverar ditt konto omedelbart och raderar det permanent efter 30 dagar. Bekräfta genom att skriva ditt kontonamn: <0>\",[\"0\"],\"\"],\"rhsath\":\"Detta syns inte för kunder, men hjälper dig att identifiera affiliaten.\",\"VGEfU7\":\"Detta raderar eller anonymiserar kontot permanent omedelbart, utan att vänta på det schemalagda datumet. Detta kan inte ångras.\",\"hV6FeJ\":\"Throughput\",\"+FjWgX\":\"Thu\",\"kkDQ8m\":\"Torsdag\",\"0GSPnc\":\"Biljettdesign\",\"EZC/Cu\":\"Biljettdesignen sparades\",\"bbslmb\":\"Biljettdesigner\",\"1BPctx\":\"Biljett för\",\"HGuXjF\":\"Biljettinnehavare\",\"CMUt3Y\":\"Biljettinnehavare\",\"awHmAT\":\"Biljett-ID\",\"6czJik\":\"Biljettlogotyp\",\"t79rDv\":\"Biljett hittades inte\",\"6tmWch\":\"Biljett eller produkt\",\"1tfWrD\":\"Biljettförhandsvisning för\",\"KnjoUA\":\"Biljettpris\",\"pGZOcL\":\"Biljetten skickades igen\",\"o02GZM\":\"Ticket sales have ended for this event\",\"8jLPgH\":\"Biljettyp\",\"8qsbZ5\":\"Biljetter och försäljning\",\"zNECqg\":\"biljetter\",\"6GQNLE\":\"Biljetter\",\"NRhrIB\":\"Biljetter och produkter\",\"OrWHoZ\":\"Biljetter erbjuds automatiskt till kunder på väntelistan när kapacitet blir tillgänglig.\",\"AGRilS\":\"Sålda biljetter\",\"4/dG8J\":\"Tiers\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Time\",\"kGEhUy\":\"Tider\",\"fXf2r5\":[\"Times shown in \",[\"timezoneAbbr\"]],\"9udQT9\":\"Titel krävs\",\"dMtLDE\":\"to\",\"/jQctM\":\"Till\",\"tiI71C\":\"För att öka dina gränser, kontakta oss på\",\"ecUA8p\":\"Today\",\"W428WC\":\"Växla kolumner\",\"BRMXj0\":\"Tomorrow\",\"UBSG1X\":\"Topparrangörer (Senaste 14 dagarna)\",\"3sZ0xx\":\"Totalt antal konton\",\"SMDzqJ\":\"Totalt antal deltagare\",\"orBECM\":\"Totalt inkasserat\",\"k5CU8c\":\"Totalt antal poster\",\"4B7oCp\":\"Total avgift\",\"sMMlTX\":\"Total fees\",\"mlvCEl\":\"Total orders\",\"2AW/k5\":\"Totalt antal för alla datum\",\"dp8BCb\":\"Total tax\",\"vb0Q0/\":\"Totalt antal användare\",\"oJjplO\":\"Totala visningar\",\"rBZ9pz\":\"Tours\",\"orluER\":\"Spåra kontotillväxt och resultat efter attribueringskälla\",\"YwKzpH\":\"Spårning & Analys\",\"GUA0Jy\":\"Try a different search term or filter\",\"2P/OWN\":\"Try adjusting your filters to see more dates.\",\"ouM5IM\":\"Prova en annan e-postadress\",\"3DZvE7\":\"Prova Hi.Events gratis\",\"vq2WxD\":\"Tue\",\"G3myU+\":\"Tisdag\",\"Kz91g/\":\"Turkiska\",\"GdOhw6\":\"Stäng av ljudet\",\"KUOhTy\":\"Slå på ljudet\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Skriv \\\"ta bort\\\" för att bekräfta\",\"nSlb72\":\"Skriv för att söka...\",\"nWRfmt\":\"Typografi\",\"IrVSu+\":\"Det gick inte att duplicera produkten. Kontrollera dina uppgifter\",\"Vx2J6x\":\"Det gick inte att hämta deltagaren\",\"h0dx5e\":\"Det gick inte att gå med i väntelistan\",\"DaE0Hg\":\"Unable to load attendee details.\",\"GlnD5Y\":\"Unable to load products for this date. Please try again.\",\"17VbmV\":\"Unable to undo check-in\",\"n57zCW\":\"Oattribuerade konton\",\"9uI/rE\":\"Undo\",\"Ef7StM\":\"Okänd\",\"ZBAScj\":\"Okänd deltagare\",\"MEIAzV\":\"Namnlös\",\"K6L5Mx\":\"Namnlös plats\",\"7yiFvZ\":\"Obetald\",\"C51N+0\":\"till\",\"NaeLn8\":[\"Until \",[\"end\"]],\"porwAO\":\"Till ett datum\",\"ZIb6rJ\":\"Untitled product\",\"crJM8s\":\"Untitled ticket\",\"X13xGn\":\"Ej betrodd\",\"0bT1FT\":[\"Up to \",[\"max\"],\" per order\"],\"gyXpQN\":\"Upcoming events\",\"Pp1sWX\":\"Uppdatera affiliate\",\"59qHrb\":\"Update capacity\",\"Gaem9v\":\"Update event name and description\",\"7EhE4k\":\"Update label\",\"NPQWj8\":\"Update location\",\"75+lpR\":[\"Update: \",[\"subjectTitle\"],\" — schedule changes\"],\"UOGHdA\":[\"Update: \",[\"subjectTitle\"],\" — session time changed\"],\"+b7T3G\":\"Uppdaterad\",\"ogoTrw\":[\"Updated \",[\"count\"],\" date(s)\"],\"dDuona\":[\"Updated capacity for \",[\"count\"],\" date(s)\"],\"FT3LSc\":[\"Updated label for \",[\"count\"],\" date(s)\"],\"8EcY1g\":[\"Updated location for \",[\"count\"],\" date(s)\"],\"83tNam\":\"Uppdateras medan du bygger regeln. Bläddra genom månaderna för att kontrollera datumen.\",\"/XlQr2\":\"Updates as you type.\",\"gJQsLv\":\"Ladda upp en omslagsbild för din arrangör\",\"4kEGqW\":\"Ladda upp en logotyp för din arrangör\",\"lnCMdg\":\"Ladda upp bild\",\"29w7p6\":\"Laddar upp bild...\",\"HtrFfw\":\"URL krävs\",\"3VnYUR\":\"URL:en måste börja med http:// eller https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB scanner listening\",\"dyTklH\":\"USB scanner paused\",\"OHJXlK\":\"Använd <0>Liquid-mallar för att anpassa dina mejl\",\"/rsy72\":\"Use event default\",\"0k4cdb\":\"Använd orderuppgifterna för alla deltagare. Deltagarnas namn och e-postadresser matchar köparens uppgifter.\",\"bA31T4\":\"Använd köparens uppgifter för alla deltagare\",\"PpgtnC\":\"Använd den här adressen\",\"rnoQsz\":\"Används för ramar, markeringar och formatering av QR-kod\",\"b0XTc/\":[\"Användare (\",[\"0\"],\")\"],\"BV4L/Q\":\"UTM-analys\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Validerar ditt momsregistreringsnummer...\",\"t7caBM\":\"VAT country code\",\"WLkfqH\":\"VAT number\",\"pnVh83\":\"Momsregistreringsnummer\",\"CabI04\":\"Momsregistreringsnumret får inte innehålla mellanslag\",\"PMhxAR\":\"Momsregistreringsnumret måste börja med en landskod med två bokstäver följt av 8–15 alfanumeriska tecken (t.ex. DE123456789)\",\"gPgdNV\":\"Momsregistreringsnumret validerades\",\"RUMiLy\":\"Validering av momsregistreringsnummer misslyckades\",\"vqji3Y\":\"Validering av momsregistreringsnummer misslyckades. Kontrollera ditt momsregistreringsnummer.\",\"8dENF9\":\"Moms på avgift\",\"ZutOKU\":\"Momssats\",\"+KJZt3\":\"VAT registered\",\"Nfbg76\":\"Momsinställningarna sparades\",\"UvYql/\":\"Momsinställningarna sparades. Vi validerar ditt momsregistreringsnummer i bakgrunden.\",\"bXn1Jz\":\"VAT settings updated\",\"tJylUv\":\"Momshantering för plattformsavgifter\",\"FlGprQ\":\"Momshantering för plattformsavgifter: EU-momsregistrerade företag kan använda omvänd skattskyldighet (0 % – artikel 196 i momsdirektivet 2006/112/EG). Icke momsregistrerade företag debiteras irländsk moms på 23 %.\",\"516oLj\":\"Valideringstjänsten för moms är tillfälligt otillgänglig\",\"p6QQLa\":[\"VAT: \",[\"0\"]],\"5q87Y9\":\"VAT: not registered\",\"AdWhjZ\":\"Verifieringskod\",\"kUAumu\":\"Verification email sent. Check your inbox.\",\"QDEWii\":\"Verifierad\",\"wCKkSr\":\"Verifiera e-postadress\",\"/IBv6X\":\"Verifiera din e-postadress\",\"u8nB38\":\"Verify your email so attendees can receive tickets\",\"e/cvV1\":\"Verifierar...\",\"fROFIL\":\"Vietnamesiska\",\"p5nYkr\":\"View All\",\"yA/6BX\":\"View all →\",\"6CQ7/B\":\"View all capabilities\",\"YSE15b\":\"View all check-in lists\",\"RnvnDc\":\"Visa alla meddelanden skickade på plattformen\",\"+WFMis\":\"Visa och ladda ner rapporter för alla dina evenemang. Endast slutförda ordrar ingår.\",\"c7VN/A\":\"Visa svar\",\"SZw9tS\":\"Visa detaljer\",\"9+84uW\":[\"View details for \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Visa evenemang\",\"c6SXHN\":\"Visa evenemangsida\",\"n6EaWL\":\"Visa loggar\",\"OaKTzt\":\"Visa karta\",\"zNZNMs\":\"Visa meddelande\",\"67OJ7t\":\"Visa order\",\"tKKZn0\":\"Visa orderdetaljer\",\"KeCXJu\":\"Visa orderdetaljer, genomför återbetalningar och skicka bekräftelser igen.\",\"9jnAcN\":\"Visa arrangörens startsida\",\"1J/AWD\":\"Visa biljett\",\"N9FyyW\":\"Visa, redigera och exportera dina registrerade deltagare.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visible from \",[\"start\"],\" — hidden until sales open.\"],\"EkiKJK\":\"Visible to everyone on the event page.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Väntar\",\"quR8Qp\":\"Väntar på betalning\",\"KrurBH\":\"Waiting for scan…\",\"u0n+wz\":\"Väntelista\",\"3RXFtE\":\"Väntelista aktiverad\",\"TwnTPy\":\"Väntelista-erbjudande har löpt ut\",\"aUi/Dz\":\"Varning: Detta är systemets standardkonfiguration. Ändringar påverkar alla konton som inte har en specifik konfiguration tilldelad.\",\"aT/44s\":\"We couldn't copy that Stripe connection. Please try again.\",\"jTee4a\":\"Vi kunde inte koppla från det här Stripe-kontot. Försök igen.\",\"RRZDED\":\"Vi kunde inte hitta några ordrar kopplade till den här e-postadressen.\",\"2RZK9x\":\"Vi kunde inte hitta ordern du letar efter. Länken kan ha löpt ut eller så kan orderuppgifterna ha ändrats.\",\"nefMIK\":\"Vi kunde inte hitta biljetten du letar efter. Länken kan ha löpt ut eller så kan biljettuppgifterna ha ändrats.\",\"miysJh\":\"Vi kunde inte hitta den här ordern. Den kan ha tagits bort.\",\"Fjj/5/\":\"We couldn't load the check-in lists. Please try again.\",\"ADsQ23\":\"We couldn't reach Stripe just now. Please try again in a moment.\",\"HJKdzP\":\"Det uppstod ett problem när sidan skulle laddas. Försök igen.\",\"jegrvW\":\"We partner with Stripe to send payouts straight to your bank account.\",\"IfN2Qo\":\"Vi rekommenderar en kvadratisk logotyp med minst 200×200 px\",\"wJzo/w\":\"Vi rekommenderar 400×400 px och maximal filstorlek 5 MB\",\"L/KlAh\":[\"We sent a verification link to \",[\"0\"]],\"KRCDqH\":\"Vi använder cookies för att förstå hur webbplatsen används och för att förbättra din upplevelse.\",\"x8rEDQ\":\"Vi kunde inte validera ditt momsregistreringsnummer efter flera försök. Vi fortsätter att försöka i bakgrunden. Kom tillbaka senare.\",\"4HaEdK\":[\"Vi skapar alla \",[\"totalOccurrences\"],\" pass — du kan redigera eller ta bort valfritt datum efteråt\"],\"mfM/HJ\":[\"Vi meddelar dig via e-post om en plats blir tillgänglig för \",[\"productDisplayName\"],\" den \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Vi meddelar dig via e-post om en plats blir tillgänglig för \",[\"productDisplayName\"],\".\"],\"McuGND\":\"We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically.\",\"q1BizZ\":\"Vi skickar dina biljetter till den här e-postadressen\",\"ZOmUYW\":\"Vi validerar ditt momsregistreringsnummer i bakgrunden. Om det uppstår problem hör vi av oss.\",\"LKjHr4\":[\"We've made changes to the schedule for \\\"\",[\"title\"],\"\\\" — \",[\"description\"],\" affecting \",[\"affectedCount\"],\" session(s).\"],\"Fq/Nx7\":\"Vi har skickat en verifieringskod med 5 siffror till:\",\"GdWB+V\":\"Webhook skapades\",\"2X4ecw\":\"Webhook togs bort\",\"ndBv0v\":\"Webhook integrations\",\"CThMKa\":\"Webhook-loggar\",\"I0adYQ\":\"Webhook-signeringshemlighet\",\"nuh/Wq\":\"Webhook-URL\",\"8BMPMe\":\"Webhooken skickar inga notiser\",\"FSaY52\":\"Webhooken skickar notiser\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Webbplats\",\"0f7U0k\":\"Wed\",\"VAcXNz\":\"Onsdag\",\"64X6l4\":\"week\",\"4XSc4l\":\"Weekly\",\"IAUiSh\":\"weeks\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Välkommen tillbaka\",\"QDWsl9\":[\"Välkommen till \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Välkommen till \",[\"0\"],\", här är en lista över alla dina evenemang\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"Vilken typ av evenemang?\",\"0WyYF4\":\"What unauthenticated staff can see\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"När en incheckning tas bort\",\"RPe6bE\":\"When a date is cancelled on a recurring event\",\"Gmd0hv\":\"När en ny deltagare skapas\",\"zyIyPe\":\"När ett nytt evenemang skapas\",\"Lc18qn\":\"När en ny order skapas\",\"dfkQIO\":\"När en ny produkt skapas\",\"8OhzyY\":\"När en produkt tas bort\",\"tRXdQ9\":\"När en produkt uppdateras\",\"9L9/28\":\"När en produkt blir slutsåld kan kunder gå med i en väntelista för att bli meddelade när platser blir tillgängliga.\",\"OIkHj+\":\"När en produkt blir slutsåld kan kunder gå med i en väntelista för att bli meddelade när platser blir tillgängliga. Kunder går med i väntelistan för ett specifikt datum och erbjudanden görs per datum.\",\"Q7CWxp\":\"När en deltagare avbokas\",\"IuUoyV\":\"När en deltagare checkas in\",\"nBVOd7\":\"När en deltagare uppdateras\",\"t7cuMp\":\"När ett evenemang arkiveras\",\"gtoSzE\":\"När ett evenemang uppdateras\",\"ny2r8d\":\"När en order avbokas\",\"c9RYbv\":\"När en order markeras som betald\",\"ejMDw1\":\"När en order återbetalas\",\"fVPt0F\":\"När en order uppdateras\",\"bcYlvb\":\"När incheckningen stänger\",\"XIG669\":\"När incheckningen öppnar\",\"de6HLN\":\"När kunder köper biljetter visas deras ordrar här.\",\"pm9tpn\":\"När detta är aktiverat kan köpare kopiera sitt namn och sin e-post till alla deltagare på en gång. Stäng av för att ta bort alternativet \\\"Alla deltagare\\\"; köpare kan fortfarande kopiera till den första deltagaren, resten måste anges individuellt.\",\"403wpZ\":\"När detta är aktiverat kan nya evenemang låta deltagare hantera sina egna biljettuppgifter via en säker länk. Detta kan åsidosättas per evenemang.\",\"blXLKj\":\"När detta är aktiverat visar nya evenemang en kryssruta för marknadsföringssamtycke i kassan. Detta kan åsidosättas per evenemang.\",\"Kj0Txn\":\"När aktiverat kommer inga applikationsavgifter att debiteras på Stripe Connect-transaktioner. Använd detta för länder där applikationsavgifter inte stöds.\",\"xo06V3\":\"Vart knappen länkar\",\"uchB0M\":\"Förhandsgranskning av widget\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Skriv ditt meddelande här...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"year\",\"zkWmBh\":\"Yearly\",\"+BGee5\":\"years\",\"X/azM1\":\"Ja – jag har ett giltigt EU-momsregistreringsnummer\",\"Tz5oXG\":\"Ja, avbryt min order\",\"QlSZU0\":[\"Du utger dig för att vara <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Du gör en delåterbetalning. Kunden kommer att få \",[\"0\"],\" \",[\"1\"],\" återbetalat.\"],\"o7LgX6\":\"Du kan konfigurera ytterligare serviceavgifter och skatter i dina kontoinställningar.\",\"rj3A7+\":\"You can override this for individual dates later.\",\"paWwQ0\":\"Du kan fortfarande erbjuda biljetter manuellt vid behov.\",\"jTDzpA\":\"Du kan inte arkivera den sista aktiva arrangören på ditt konto.\",\"D8baxD\":\"Du har betalbiljetter, men Stripe är inte anslutet ännu, så du kan inte ta emot betalningar.\",\"5VGIlq\":\"Du har nått din meddelandegräns.\",\"casL1O\":\"Du har lagt till skatter och avgifter på en gratis produkt. Vill du ta bort dem?\",\"5SgD0L\":\"You have unsaved changes. Are you sure you want to discard them?\",\"9jJNZY\":\"Du måste bekräfta ditt ansvar innan du sparar\",\"pCLes8\":\"Du måste godkänna att ta emot meddelanden\",\"FVTVBy\":\"Du måste verifiera din e-postadress innan du kan uppdatera arrangörsstatusen.\",\"ze4bi/\":\"You need to create at least one occurrence before you can add attendees to this recurring event.\",\"w65ZgF\":\"Du behöver verifiera kontots e-postadress innan du kan ändra e-postmallar.\",\"FRl8Jv\":\"Du behöver verifiera kontots e-postadress innan du kan skicka meddelanden.\",\"88cUW+\":\"Du får\",\"O6/3cu\":\"You'll be able to set up dates, schedules, and recurrence rules in the next step.\",\"zKAheG\":\"You're changing session times\",\"MNFIxz\":[\"Du ska till \",[\"0\"],\"!\"],\"ZlLcht\":[\"Du går med i väntelistan för \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Du är på väntelistan!\",\"/5HL6k\":\"Du har erbjudits en plats!\",\"gbjFFH\":\"You've changed the session time\",\"YI0K8C\":[\"Ditt konto har inaktiverats och raderas permanent den <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Ditt konto har meddelandebegränsningar. För att öka dina gränser, kontakta oss på\",\"gsWZkk\":\"Ditt konto är nu schemalagt för radering.\",\"x/xjzn\":\"Dina affiliates har exporterats.\",\"TF37u6\":\"Dina deltagare har exporterats.\",\"79lXGw\":\"Din incheckningslista har skapats. Dela länken nedan med din incheckningspersonal.\",\"BnlG9U\":\"Din nuvarande order kommer att försvinna.\",\"nBqgQb\":\"Din e-postadress\",\"GG1fRP\":\"Ditt evenemang är live!\",\"ifRqmm\":\"Ditt meddelande har skickats!\",\"0/+Nn9\":\"Dina meddelanden visas här\",\"/Rj5P4\":\"Ditt namn\",\"PFjJxY\":\"Ditt nya lösenord måste vara minst 8 tecken långt.\",\"gzrCuN\":\"Dina orderuppgifter har uppdaterats. Ett bekräftelsemejl har skickats till den nya e-postadressen.\",\"naQW82\":\"Din order har avbokats.\",\"bhlHm/\":\"Din order väntar på betalning\",\"XeNum6\":\"Dina ordrar har exporterats.\",\"Xd1R1a\":\"Din arrangörsadress\",\"WWYHKD\":\"Din betalning skyddas med banknivå-kryptering\",\"5b3QLi\":\"Din plan\",\"N4Zkqc\":\"Your saved date filter is no longer available — showing all dates.\",\"o0qzpM\":\"Ditt Stripe-konto påverkas inte och inga data går förlorade — du kan ansluta igen när som helst.\",\"FNO5uZ\":\"Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions.\",\"CnZ3Ou\":\"Dina biljetter har bekräftats.\",\"EmFsMZ\":\"Ditt momsregistreringsnummer är köat för validering\",\"QBlhh4\":\"Ditt momsregistreringsnummer valideras när du sparar\",\"fT9VLt\":\"Ditt väntelista-erbjudande har löpt ut och vi kunde inte slutföra din beställning. Vänligen gå med i väntelistan igen för att bli meddelad när fler platser blir tillgängliga.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Det finns inget att visa ännu'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>utcheckad lyckades\"],\"KMgp2+\":[[\"0\"],\" tillgängliga\"],\"Pmr5xp\":[[\"0\"],\" skapades framgångsrikt\"],\"FImCSc\":[[\"0\"],\" uppdaterades\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" dagar, \",[\"hours\"],\" timmar, \",[\"minutes\"],\" minuter och \",[\"seconds\"],\" sekunder\"],\"f3RdEk\":[[\"hours\"],\" timmar, \",[\"minutes\"],\" minuter och \",[\"seconds\"],\" sekunder\"],\"fyE7Au\":[[\"minutes\"],\" minuter och \",[\"seconds\"],\" sekunder\"],\"NlQ0cx\":[[\"organizerName\"],\"s första evenemang\"],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://din-webbplats.com\",\"qnSLLW\":\"<0>Vänligen ange priset exklusive skatter och avgifter.<1>Skatter och avgifter kan läggas till nedan.\",\"ZjMs6e\":\"<0>Antalet produkter tillgängliga för denna produkt<1>Detta värde kan åsidosättas om det finns <2>kapacitetsbegränsningar kopplade till denna produkt.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 minuter och 0 sekunder\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Ett datumfält. Perfekt för att fråga efter födelsedatum osv.\",\"6euFZ/\":[\"Ett standardvärde för \",[\"type\"],\" tillämpas automatiskt på alla nya produkter. Du kan åsidosätta detta per produkt.\"],\"SMUbbQ\":\"En rullgardinsmeny tillåter endast ett val\",\"qv4bfj\":\"En avgift, som en bokningsavgift eller serviceavgift\",\"POT0K/\":\"Ett fast belopp per produkt. T.ex. $0,50 per produkt\",\"f4vJgj\":\"Ett flerradigt textfält\",\"OIPtI5\":\"En procentandel av produktpriset. T.ex. 3,5% av produktpriset\",\"ZthcdI\":\"En kampanjkod utan rabatt kan användas för att visa dolda produkter.\",\"AG/qmQ\":\"Ett radioval har flera alternativ men endast ett kan väljas.\",\"h179TP\":\"En kort beskrivning av evenemanget som visas i sökresultat och vid delning på sociala medier. Som standard används evenemangsbeskrivningen.\",\"WKMnh4\":\"Ett enradigt textfält\",\"BHZbFy\":\"En enda fråga per order. T.ex. Vilken är din leveransadress?\",\"Fuh+dI\":\"En enda fråga per produkt. T.ex. Vilken är din t-shirtstorlek?\",\"RlJmQg\":\"En standardskatt, såsom moms\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Acceptera banköverföringar, checkar eller andra offline-betalningsmetoder\",\"hrvLf4\":\"Acceptera kreditkortsbetalningar med Stripe\",\"bfXQ+N\":\"Acceptera inbjudan\",\"AeXO77\":\"Konto\",\"lkNdiH\":\"Kontonamn\",\"Puv7+X\":\"Kontoinställningar\",\"OmylXO\":\"Kontot uppdaterades\",\"7L01XJ\":\"Åtgärder\",\"FQBaXG\":\"Aktivera\",\"5T2HxQ\":\"Aktiveringsdatum\",\"F6pfE9\":\"Aktiv\",\"/PN1DA\":\"Lägg till en beskrivning för denna incheckningslista\",\"0/vPdA\":\"Lägg till eventuella anteckningar om deltagaren. Dessa kommer inte vara synliga för deltagaren.\",\"Or1CPR\":\"Lägg till eventuella anteckningar om deltagaren...\",\"l3sZO1\":\"Lägg till eventuella anteckningar om ordern. Dessa kommer inte vara synliga för kunden.\",\"xMekgu\":\"Lägg till eventuella anteckningar om ordern...\",\"PGPGsL\":\"Lägg till beskrivning\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Lägg till instruktioner för offline-betalningar (t.ex. banköverföringsuppgifter, vart man skickar checkar, betalningsfrister)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Lägg till ny\",\"TZxnm8\":\"Lägg till alternativ\",\"24l4x6\":\"Lägg till produkt\",\"8q0EdE\":\"Lägg till produkt i kategori\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Lägg till skatt eller avgift\",\"goOKRY\":\"Lägg till prisnivå\",\"oZW/gT\":\"Lägg till i kalendern\",\"pn5qSs\":\"Ytterligare information\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Adress\",\"NY/x1b\":\"Adressrad 1\",\"POdIrN\":\"Adressrad 1\",\"cormHa\":\"Adressrad 2\",\"gwk5gg\":\"Adressrad 2\",\"U3pytU\":\"Admin\",\"HLDaLi\":\"Adminanvändare har full åtkomst till evenemang och kontoinställningar.\",\"W7AfhC\":\"Alla deltagare för detta evenemang\",\"cde2hc\":\"Alla produkter\",\"5CQ+r0\":\"Tillåt incheckning av deltagare kopplade till obetalda order\",\"ipYKgM\":\"Tillåt indexering av sökmotorer\",\"LRbt6D\":\"Tillåt sökmotorer att indexera detta evenemang\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Fantastiskt, Evenemang, Nyckelord...\",\"hehnjM\":\"Belopp\",\"R2O9Rg\":[\"Betalt belopp (\",[\"0\"],\")\"],\"V7MwOy\":\"Ett fel uppstod vid inläsning av sidan\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Ett oväntat fel uppstod.\",\"byKna+\":\"Ett oväntat fel uppstod. Vänligen försök igen.\",\"ubdMGz\":\"Eventuella frågor från produktinnehavare kommer att skickas till denna e-postadress. Detta kommer också att användas som \\\"svarsadress\\\" för alla e-postmeddelanden från detta evenemang\",\"aAIQg2\":\"Utseende\",\"Ym1gnK\":\"tillämpat\",\"sy6fss\":[\"Gäller \",[\"0\"],\" produkter\"],\"kadJKg\":\"Gäller 1 produkt\",\"DB8zMK\":\"Använd\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Tillämpa denna \",[\"type\"],\" på alla nya produkter\"],\"S0ctOE\":\"Arkivera evenemang\",\"TdfEV7\":\"Arkiverad\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Är du säker på att du vill aktivera denna deltagare?\",\"TvkW9+\":\"Är du säker på att du vill arkivera detta evenemang?\",\"/CV2x+\":\"Är du säker på att du vill avboka denna deltagare? Detta ogiltigförklarar deras biljett\",\"YgRSEE\":\"Är du säker på att du vill ta bort denna kampanjkod?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Är du säker på att du vill göra detta evenemang till ett utkast? Detta kommer att göra evenemanget osynligt för allmänheten\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Är du säker på att du vill återställa detta evenemang? Det kommer att återställas som ett utkast.\",\"vJuISq\":\"Är du säker på att du vill ta bort denna kapacitetstilldelning?\",\"baHeCz\":\"Är du säker på att du vill ta bort denna incheckningslista?\",\"LBLOqH\":\"Fråga en gång per order\",\"wu98dY\":\"Fråga en gång per produkt\",\"ss9PbX\":\"Deltagare\",\"m0CFV2\":\"Deltagaruppgifter\",\"QKim6l\":\"Deltagare hittades inte\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Deltagarbiljett\",\"9SZT4E\":\"Deltagare\",\"iPBfZP\":\"Registrerade deltagare\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Automatisk storleksanpassning\",\"vZ5qKF\":\"Anpassa widgetens höjd automatiskt baserat på innehållet. När funktionen är avstängd fyller widgeten hela behållarens höjd.\",\"4lVaWA\":\"Väntar på offlinebetalning\",\"2rHwhl\":\"Väntar på offlinebetalning\",\"3wF4Q/\":\"Väntar på betalning\",\"ioG+xt\":\"Väntar på betalning\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Tillbaka till evenemangssidan\",\"VCoEm+\":\"Tillbaka till inloggning\",\"k1bLf+\":\"Bakgrundsfärg\",\"I7xjqg\":\"Bakgrundstyp\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Faktureringsadress\",\"/xC/im\":\"Faktureringsinställningar\",\"rp/zaT\":\"Brasiliansk portugisiska\",\"whqocw\":\"Genom att registrera dig godkänner du våra <0>användarvillkor och <1>integritetspolicy.\",\"bcCn6r\":\"Beräkningstyp\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Avbryt\",\"Gjt/py\":\"Avbryt ändring av e-postadress\",\"tVJk4q\":\"Avbryt order\",\"Os6n2a\":\"Avbryt order\",\"Mz7Ygx\":[\"Avbryt order \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Avbruten\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Kapacitet\",\"V6Q5RZ\":\"Kapacitetstilldelning skapades\",\"k5p8dz\":\"Kapacitetstilldelning togs bort\",\"nDBs04\":\"Kapacitetshantering\",\"ddha3c\":\"Kategorier låter dig gruppera produkter. Till exempel kan du ha en kategori för \\\"Biljetter\\\" och en annan för \\\"Merchandise\\\".\",\"iS0wAT\":\"Kategorier hjälper dig att organisera dina produkter. Denna titel visas på den publika evenemangssidan.\",\"eorM7z\":\"Kategorierna har sorterats om\",\"3EXqwa\":\"Kategori skapades\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Ändra lösenord\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Checka in \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Checka in och markera ordern som betald\",\"QYLpB4\":\"Endast checka in\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Kolla in detta evenemang!\",\"gXcPxc\":\"Incheckning\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Incheckningslista togs bort\",\"+hBhWk\":\"Incheckningslistan har gått ut\",\"mBsBHq\":\"Incheckningslistan är inte aktiv\",\"vPqpQG\":\"Incheckningslistan hittades inte\",\"tejfAy\":\"Incheckningslistor\",\"hD1ocH\":\"Inchecknings-URL kopierad till urklipp\",\"CNafaC\":\"Kryssrutealternativ tillåter flera val\",\"SpabVf\":\"Kryssrutor\",\"CRu4lK\":\"Incheckad\",\"znIg+z\":\"Kassa\",\"1WnhCL\":\"Kassainställningar\",\"6imsQS\":\"Kinesiska (förenklad)\",\"JjkX4+\":\"Välj en färg för din bakgrund\",\"/Jizh9\":\"Välj ett konto\",\"3wV73y\":\"Stad\",\"FG98gC\":\"Rensa söktext\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Klicka för att kopiera\",\"yz7wBu\":\"Stäng\",\"62Ciis\":\"Stäng sidofält\",\"EWPtMO\":\"Kod\",\"ercTDX\":\"Koden måste vara mellan 3 och 50 tecken lång\",\"oqr9HB\":\"Fäll ihop denna produkt när evenemangssidan laddas\",\"jZlrte\":\"Färg\",\"Vd+LC3\":\"Färgen måste vara en giltig hexkod. Exempel: #ffffff\",\"1HfW/F\":\"Färger\",\"VZeG/A\":\"Kommer snart\",\"yPI7n9\":\"Kommaseparerade nyckelord som beskriver evenemanget. Dessa används av sökmotorer för att kategorisera och indexera evenemanget.\",\"NPZqBL\":\"Slutför order\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Slutför betalning\",\"qqWcBV\":\"Slutförd\",\"6HK5Ct\":\"Slutförda ordrar\",\"NWVRtl\":\"Slutförda ordrar\",\"DwF9eH\":\"Komponentkod\",\"Tf55h7\":\"Konfigurerad rabatt\",\"7VpPHA\":\"Bekräfta\",\"ZaEJZM\":\"Bekräfta ändring av e-postadress\",\"yjkELF\":\"Bekräfta nytt lösenord\",\"xnWESi\":\"Bekräfta lösenord\",\"p2/GCq\":\"Bekräfta lösenord\",\"wnDgGj\":\"Bekräftar e-postadress...\",\"pbAk7a\":\"Anslut Stripe\",\"UMGQOh\":\"Anslut med Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Anslutningsuppgifter\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Fortsätt\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Text på fortsätt-knapp\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Kopierad\",\"T5rdis\":\"kopierad till urklipp\",\"he3ygx\":\"Kopiera\",\"r2B2P8\":\"Kopiera inchecknings-URL\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Kopiera länk\",\"E6nRW7\":\"Kopiera URL\",\"JNCzPW\":\"Land\",\"IF7RiR\":\"Omslag\",\"hYgDIe\":\"Skapa\",\"b9XOHo\":[\"Skapa \",[\"0\"]],\"k9RiLi\":\"Skapa en produkt\",\"6kdXbW\":\"Skapa en kampanjkod\",\"n5pRtF\":\"Skapa en biljett\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"skapa en organisatör\",\"ipP6Ue\":\"Skapa deltagare\",\"VwdqVy\":\"Skapa kapacitetstilldelning\",\"EwoMtl\":\"Skapa kategori\",\"XletzW\":\"Skapa kategori\",\"WVbTwK\":\"Skapa incheckningslista\",\"uN355O\":\"Skapa evenemang\",\"BOqY23\":\"Skapa ny\",\"kpJAeS\":\"Skapa organisatör\",\"a0EjD+\":\"Skapa produkt\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Skapa kampanjkod\",\"B3Mkdt\":\"Skapa fråga\",\"UKfi21\":\"Skapa skatt eller avgift\",\"d+F6q9\":\"Skapad\",\"Q2lUR2\":\"Valuta\",\"DCKkhU\":\"Nuvarande lösenord\",\"uIElGP\":\"Anpassad Maps-URL\",\"UEqXyt\":\"Anpassat intervall\",\"876pfE\":\"Kund\",\"QOg2Sf\":\"Anpassa e-post- och aviseringsinställningarna för detta evenemang\",\"Y9Z/vP\":\"Anpassa evenemangets startsida och kassameddelanden\",\"2E2O5H\":\"Anpassa övriga inställningar för detta evenemang\",\"iJhSxe\":\"Anpassa SEO-inställningarna för detta evenemang\",\"KIhhpi\":\"Anpassa din evenemangssida\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Riskzon\",\"ZQKLI1\":\"Riskzon\",\"7p5kLi\":\"Instrumentpanel\",\"mYGY3B\":\"Datum\",\"JvUngl\":\"Datum och tid\",\"JJhRbH\":\"Kapacitet dag ett\",\"cnGeoo\":\"Ta bort\",\"jRJZxD\":\"Ta bort kapacitet\",\"VskHIx\":\"Ta bort kategori\",\"Qrc8RZ\":\"Ta bort incheckningslista\",\"WHf154\":\"Ta bort kod\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Beskrivning\",\"YC3oXa\":\"Beskrivning för incheckningspersonal\",\"URmyfc\":\"Detaljer\",\"1lRT3t\":\"Om denna kapacitet inaktiveras spåras försäljningen men den stoppas inte när gränsen nås\",\"H6Ma8Z\":\"Rabatt\",\"ypJ62C\":\"Rabatt %\",\"3LtiBI\":[\"Rabatt i \",[\"0\"]],\"C8JLas\":\"Rabattyp\",\"1QfxQT\":\"Stäng\",\"DZlSLn\":\"Dokumentetikett\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Ladda ner .ics\",\"kodV18\":\"Ladda ner CSV\",\"CELKku\":\"Ladda ner faktura\",\"LQrXcu\":\"Ladda ner faktura\",\"QIodqd\":\"Ladda ner QR-kod\",\"yhjU+j\":\"Laddar ner faktura\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Rullgardinsval\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Duplicera evenemang\",\"3ogkAk\":\"Duplicera evenemang\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Dupliceringsalternativ\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Early bird\",\"ePK91l\":\"Redigera\",\"N6j2JH\":[\"Redigera \",[\"0\"]],\"kBkYSa\":\"Redigera kapacitet\",\"oHE9JT\":\"Redigera kapacitetstilldelning\",\"j1Jl7s\":\"Redigera kategori\",\"FU1gvP\":\"Redigera incheckningslista\",\"iFgaVN\":\"Redigera kod\",\"jrBSO1\":\"Redigera organisatör\",\"tdD/QN\":\"Redigera produkt\",\"n143Tq\":\"Redigera produktkategori\",\"9BdS63\":\"Redigera kampanjkod\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Redigera fråga\",\"poTr35\":\"Redigera användare\",\"GTOcxw\":\"Redigera användare\",\"pqFrv2\":\"t.ex. 2,50 för 2,50 $\",\"3yiej1\":\"t.ex. 23,5 för 23,5 %\",\"O3oNi5\":\"E-post\",\"VxYKoK\":\"E-post- och aviseringsinställningar\",\"ATGYL1\":\"E-postadress\",\"hzKQCy\":\"E-postadress\",\"HqP6Qf\":\"Ändring av e-postadress avbröts\",\"mISwW1\":\"Ändring av e-postadress väntar\",\"APuxIE\":\"E-postbekräftelse skickades igen\",\"YaCgdO\":\"E-postbekräftelse skickades igen\",\"jyt+cx\":\"Meddelande i e-postsidfot\",\"I6F3cp\":\"E-post ej verifierad\",\"NTZ/NX\":\"Inbäddningskod\",\"4rnJq4\":\"Inbäddningsskript\",\"8oPbg1\":\"Aktivera fakturering\",\"j6w7d/\":\"Aktivera denna kapacitet för att stoppa försäljning när gränsen nås\",\"VFv2ZC\":\"Slutdatum\",\"237hSL\":\"Avslutad\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Engelska\",\"MhVoma\":\"Ange ett belopp exklusive skatter och avgifter\",\"SlfejT\":\"Fel\",\"3Z223G\":\"Fel vid bekräftelse av e-postadress\",\"a6gga1\":\"Fel vid bekräftelse av ändring av e-postadress\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Evenemang\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Evenemangsdatum\",\"0Zptey\":\"Standardinställningar för evenemang\",\"QcCPs8\":\"Evenemangsdetaljer\",\"6fuA9p\":\"Evenemang duplicerades\",\"AEuj2m\":\"Evenemangets startsida\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Plats- och lokalinformation för evenemanget\",\"OopDbA\":\"Event page\",\"4/If97\":\"Uppdatering av evenemangsstatus misslyckades. Försök igen senare.\",\"btxLWj\":\"Evenemangsstatus uppdaterad\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Evenemang\",\"sZg7s1\":\"Utgångsdatum\",\"KnN1Tu\":\"Går ut\",\"uaSvqt\":\"Utgångsdatum\",\"GS+Mus\":\"Exportera\",\"9xAp/j\":\"Misslyckades med att avbryta deltagare\",\"ZpieFv\":\"Misslyckades med att avbryta order\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Misslyckades med att ladda ner faktura. Försök igen.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Misslyckades med att läsa in incheckningslista\",\"ZQ15eN\":\"Misslyckades med att skicka biljettmejl igen\",\"ejXy+D\":\"Misslyckades med att sortera produkter\",\"PLUB/s\":\"Avgift\",\"/mfICu\":\"Avgifter\",\"LyFC7X\":\"Filtrera ordrar\",\"cSev+j\":\"Filter\",\"CVw2MU\":[\"Filter (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Första fakturanummer\",\"V1EGGU\":\"Förnamn\",\"kODvZJ\":\"Förnamn\",\"S+tm06\":\"Förnamn måste vara mellan 1 och 50 tecken\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Första användning\",\"TpqW74\":\"Fast\",\"irpUxR\":\"Fast belopp\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Glömt lösenord?\",\"2POOFK\":\"Gratis\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Franska\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Tyska\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Gå tillbaka till profilen\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Kalender\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Bruttoförsäljning\",\"yRg26W\":\"Bruttoförsäljning\",\"R4r4XO\":\"Gäster\",\"26pGvx\":\"Har du en kampanjkod?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"Här är ett exempel på hur du kan använda komponenten i din applikation.\",\"Y1SSqh\":\"Här är React-komponenten som du kan använda för att bädda in widgeten i din applikation.\",\"QuhVpV\":[\"Hej \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Dold från offentlig vy\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Dolda frågor är endast synliga för arrangören och inte för kunden.\",\"vLyv1R\":\"Dölj\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Dölj produkt efter försäljningens slutdatum\",\"06s3w3\":\"Dölj produkt före försäljningens startdatum\",\"axVMjA\":\"Dölj produkt om användaren saknar giltig kampanjkod\",\"ySQGHV\":\"Dölj produkt när den är slutsåld\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Dölj denna produkt för kunder\",\"Da29Y6\":\"Dölj denna fråga\",\"fvDQhr\":\"Dölj denna nivå för användare\",\"lNipG+\":\"Att dölja en produkt förhindrar att användare ser den på evenemangssidan.\",\"ZOBwQn\":\"Startsidedesign\",\"PRuBTd\":\"Startsidedesigner\",\"YjVNGZ\":\"Förhandsvisning av startsida\",\"c3E/kw\":\"Homer\",\"8k8Njd\":\"Hur många minuter kunden har på sig att slutföra sin beställning. Vi rekommenderar minst 15 minuter\",\"ySxKZe\":\"Hur många gånger kan denna kod användas?\",\"dZsDbK\":[\"HTML-teckengränsen har överskridits: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Jag godkänner <0>villkoren\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Om detta är aktiverat kan incheckningspersonal antingen markera deltagare som incheckade eller markera beställningen som betald och checka in deltagarna. Om detta är inaktiverat kan deltagare som är kopplade till obetalda beställningar inte checkas in.\",\"muXhGi\":\"Om detta är aktiverat får arrangören ett e-postmeddelande när en ny beställning görs\",\"6fLyj/\":\"Om du inte begärde denna ändring, ändra omedelbart ditt lösenord.\",\"n/ZDCz\":\"Bilden har raderats\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Bilden har laddats upp\",\"VyUuZb\":\"Bild-URL\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Inaktiv\",\"T0K0yl\":\"Inaktiva användare kan inte logga in.\",\"kO44sp\":\"Inkludera anslutningsinformation för ditt onlineevenemang. Dessa uppgifter visas på sidan för ordersammanfattning och på deltagarbiljetten.\",\"FlQKnG\":\"Inkludera skatt och avgifter i priset\",\"Vi+BiW\":[\"Innehåller \",[\"0\"],\" produkter\"],\"lpm0+y\":\"Innehåller 1 produkt\",\"UiAk5P\":\"Infoga bild\",\"OyLdaz\":\"Inbjudan skickades igen!\",\"HE6KcK\":\"Inbjudan återkallad!\",\"SQKPvQ\":\"Bjud in användare\",\"bKOYkd\":\"Fakturan laddades ner\",\"alD1+n\":\"Fakturanoteringar\",\"kOtCs2\":\"Fakturanumrering\",\"UZ2GSZ\":\"Fakturainställningar\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Artikel\",\"KFXip/\":\"John\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Etikett\",\"vXIe7J\":\"Språk\",\"2LMsOq\":\"Senaste 12 månaderna\",\"vfe90m\":\"Senaste 14 dagarna\",\"aK4uBd\":\"Senaste 24 timmarna\",\"uq2BmQ\":\"Senaste 30 dagarna\",\"bB6Ram\":\"Senaste 48 timmarna\",\"VlnB7s\":\"Senaste 6 månaderna\",\"ct2SYD\":\"Senaste 7 dagarna\",\"XgOuA7\":\"Senaste 90 dagarna\",\"I3yitW\":\"Senaste inloggning\",\"1ZaQUH\":\"Efternamn\",\"UXBCwc\":\"Efternamn\",\"tKCBU0\":\"Senast använd\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Lämna tomt för att använda standardordet \\\"Faktura\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Laddar...\",\"wJijgU\":\"Plats\",\"sQia9P\":\"Logga in\",\"zUDyah\":\"Loggar in\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Logga ut\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Gör faktureringsadress obligatorisk i kassan\",\"MU3ijv\":\"Gör denna fråga obligatorisk\",\"wckWOP\":\"Hantera\",\"onpJrA\":\"Hantera deltagare\",\"n4SpU5\":\"Hantera evenemang\",\"WVgSTy\":\"Hantera order\",\"1MAvUY\":\"Hantera betalnings- och fakturainställningar för detta evenemang.\",\"cQrNR3\":\"Hantera profil\",\"AtXtSw\":\"Hantera skatter och avgifter som kan tillämpas på dina produkter\",\"ophZVW\":\"Hantera biljetter\",\"DdHfeW\":\"Hantera dina kontouppgifter och standardinställningar\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Hantera dina användare och deras behörigheter\",\"1m+YT2\":\"Obligatoriska frågor måste besvaras innan kunden kan slutföra köpet.\",\"Dim4LO\":\"Lägg till deltagare manuellt\",\"e4KdjJ\":\"Lägg till deltagare manuellt\",\"vFjEnF\":\"Markera som betald\",\"g9dPPQ\":\"Max per order\",\"l5OcwO\":\"Meddela deltagare\",\"Gv5AMu\":\"Meddela deltagare\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Meddela köpare\",\"tNZzFb\":\"Meddelandeinnehåll\",\"lYDV/s\":\"Meddela enskilda deltagare\",\"V7DYWd\":\"Meddelande skickat\",\"t7TeQU\":\"Meddelanden\",\"xFRMlO\":\"Min per order\",\"QYcUEf\":\"Minimipris\",\"RDie0n\":\"Övrigt\",\"mYLhkl\":\"Övriga inställningar\",\"KYveV8\":\"Flerradigt textfält\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Min fantastiska evenemangsbeskrivning...\",\"vX8/tc\":\"Min fantastiska evenemangstitel...\",\"hKtWk2\":\"Min profil\",\"fj5byd\":\"Ej tillgängligt\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Namn\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Gå till deltagare\",\"qqeAJM\":\"Aldrig\",\"7vhWI8\":\"Nytt lösenord\",\"1UzENP\":\"Nej\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Inga arkiverade evenemang att visa.\",\"q2LEDV\":\"Inga deltagare hittades för denna order.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Inga deltagare att visa\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Inga kapacitetstilldelningar\",\"a/gMx2\":\"Inga incheckningslistor\",\"tMFDem\":\"Ingen data tillgänglig\",\"6Z/F61\":\"Ingen data att visa. Välj ett datumintervall\",\"fFeCKc\":\"Ingen rabatt\",\"HFucK5\":\"Inga avslutade evenemang att visa.\",\"yAlJXG\":\"Inga evenemang att visa\",\"GqvPcv\":\"Inga filter tillgängliga\",\"KPWxKD\":\"Inga meddelanden att visa\",\"J2LkP8\":\"Inga ordrar att visa\",\"RBXXtB\":\"Inga betalningsmetoder är tillgängliga för närvarande. Kontakta arrangören för hjälp.\",\"ZWEfBE\":\"Ingen betalning krävs\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Inga produkter tillgängliga i denna kategori.\",\"FTfObB\":\"Inga produkter ännu\",\"+Y976X\":\"Inga kampanjkoder att visa\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Inga resultat\",\"gk5uwN\":\"Inga sökresultat\",\"RHyZUL\":\"Inga sökresultat.\",\"RY2eP1\":\"Inga skatter eller avgifter har lagts till.\",\"EdQY6l\":\"Ingen\",\"OJx3wK\":\"Inte tillgänglig\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Anteckningar\",\"jtrY3S\":\"Inget att visa ännu\",\"hFwWnI\":\"Aviseringsinställningar\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Meddela arrangören om nya ordrar\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Antal dagar tillåtet för betalning (lämna tomt för att utelämna betalningsvillkor från fakturor)\",\"n86jmj\":\"Nummerprefix\",\"mwe+2z\":\"Offlineordrar återspeglas inte i evenemangsstatistiken förrän ordern markeras som betald.\",\"dWBrJX\":\"Offlinebetalningen misslyckades. Försök igen eller kontakta arrangören.\",\"fcnqjw\":\"Instruktioner för offlinebetalning\",\"+eZ7dp\":\"Offlinebetalningar\",\"ojDQlR\":\"Information om offlinebetalningar\",\"u5oO/W\":\"Inställningar för offlinebetalningar\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"Till salu\",\"Ug4SfW\":\"När du skapar ett evenemang visas det här.\",\"ZxnK5C\":\"När du börjar samla in data visas det här.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Pågående\",\"z+nuVJ\":\"Digitalt evenemang\",\"WKHW0N\":\"Information om onlineevenemang\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Öppna incheckningssida\",\"OdnLE4\":\"Öppna sidomeny\",\"ZZEYpT\":[\"Alternativ \",[\"i\"]],\"oPknTP\":\"Valfri extra information som visas på alla fakturor, till exempel betalningsvillkor, förseningsavgifter eller returpolicy\",\"OrXJBY\":\"Valfritt prefix för fakturanummer, till exempel INV-\",\"0zpgxV\":\"Alternativ\",\"BzEFor\":\"eller\",\"UYUgdb\":\"Order\",\"mm+eaX\":\"Ordernr\",\"B3gPuX\":\"Order avbruten\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Orderdatum\",\"Tol4BF\":\"Orderdetaljer\",\"WbImlQ\":\"Ordern har avbrutits och orderägaren har informerats.\",\"nAn4Oe\":\"Order markerad som betald\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Orderreferens\",\"acIJ41\":\"Orderstatus\",\"GX6dZv\":\"Ordersammanfattning\",\"tDTq0D\":\"Ordertidsgräns\",\"1h+RBg\":\"Ordrar\",\"3y+V4p\":\"Organisationens adress\",\"GVcaW6\":\"Organisationsuppgifter\",\"nfnm9D\":\"Organisationsnamn\",\"G5RhpL\":\"Arrangör\",\"mYygCM\":\"Arrangör krävs\",\"Pa6G7v\":\"Arrangörsnamn\",\"l894xP\":\"Arrangörer kan endast hantera evenemang och produkter. De kan inte hantera användare, kontoinställningar eller faktureringsinformation.\",\"fdjq4c\":\"Utfyllnad\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Sidan hittades inte\",\"QbrUIo\":\"Sidvisningar\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"betald\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Delvis återbetald\",\"8ZsakT\":\"Lösenord\",\"TUJAyx\":\"Lösenordet måste vara minst 8 tecken\",\"vwGkYB\":\"Lösenordet måste vara minst 8 tecken\",\"BLTZ42\":\"Lösenordet har återställts. Logga in med ditt nya lösenord.\",\"f7SUun\":\"Lösenorden är inte samma\",\"aEDp5C\":\"Klistra in detta där du vill att widgeten ska visas.\",\"+23bI/\":\"Patrick\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Betalning\",\"Lg+ewC\":\"Betalning och fakturering\",\"DZjk8u\":\"Inställningar för betalning och fakturering\",\"lflimf\":\"Betalningsfrist\",\"JhtZAK\":\"Betalning misslyckades\",\"JEdsvQ\":\"Betalningsinstruktioner\",\"bLB3MJ\":\"Betalningsmetoder\",\"QzmQBG\":\"Betalleverantör\",\"lsxOPC\":\"Betalning mottagen\",\"wJTzyi\":\"Betalningsstatus\",\"xgav5v\":\"Betalningen lyckades!\",\"R29lO5\":\"Betalningsvillkor\",\"/roQKz\":\"Procent\",\"vPJ1FI\":\"Procentbelopp\",\"xdA9ud\":\"Placera detta i -delen på din webbplats.\",\"blK94r\":\"Lägg till minst ett alternativ\",\"FJ9Yat\":\"Kontrollera att den angivna informationen är korrekt\",\"TkQVup\":\"Kontrollera din e-postadress och ditt lösenord och försök igen\",\"sMiGXD\":\"Kontrollera att din e-postadress är giltig\",\"Ajavq0\":\"Kontrollera din e-post för att bekräfta din e-postadress\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Fortsätt i den nya fliken\",\"hcX103\":\"Skapa en produkt\",\"cdR8d6\":\"Skapa en biljett\",\"x2mjl4\":\"Ange en giltig bild-URL som pekar på en bild.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Observera\",\"C63rRe\":\"Gå tillbaka till evenemangssidan för att börja om.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Välj minst en produkt\",\"igBrCH\":\"Verifiera din e-postadress för att få tillgång till alla funktioner\",\"/IzmnP\":\"Vänta medan vi förbereder din faktura...\",\"MOERNx\":\"Portugisiska\",\"qCJyMx\":\"Meddelande efter checkout\",\"g2UNkE\":\"Drivs av\",\"Rs7IQv\":\"Meddelande före checkout\",\"rdUucN\":\"Förhandsgranska\",\"a7u1N9\":\"Pris\",\"CmoB9j\":\"Visningsläge för pris\",\"BI7D9d\":\"Pris ej angivet\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Primär färg\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Primär textfärg\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Skriv ut alla biljetter\",\"DKwDdj\":\"Skriv ut biljetter\",\"K47k8R\":\"Produkt\",\"1JwlHk\":\"Produktkategori\",\"U61sAj\":\"Produktkategorin uppdaterades.\",\"1USFWA\":\"Produkten togs bort\",\"4Y2FZT\":\"Produktens pristyp\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Produktförsäljning\",\"U/R4Ng\":\"Produktnivå\",\"sJsr1h\":\"Produkttyp\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Produkt(er)\",\"N0qXpE\":\"Produkter\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Sålda produkter\",\"/u4DIx\":\"Sålda produkter\",\"DJQEZc\":\"Produkter sorterades korrekt\",\"vERlcd\":\"Profil\",\"kUlL8W\":\"Profilen uppdaterades\",\"cl5WYc\":[\"Kampanjkoden \",[\"promo_code\"],\" har tillämpats\"],\"P5sgAk\":\"Kampanjkod\",\"yKWfjC\":\"Sida för kampanjkoder\",\"RVb8Fo\":\"Kampanjkoder\",\"BZ9GWa\":\"Kampanjkoder kan användas för att erbjuda rabatter, förköp eller särskild åtkomst till ditt evenemang.\",\"OP094m\":\"Rapport för kampanjkoder\",\"4kyDD5\":\"Ge ytterligare kontext eller instruktioner för denna fråga. Använd detta fält för att lägga till villkor,\\nriktlinjer eller viktig information som deltagare behöver veta innan de svarar.\",\"toutGW\":\"QR-kod\",\"LkMOWF\":\"Tillgängligt antal\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Frågan togs bort\",\"avf0gk\":\"Frågebeskrivning\",\"oQvMPn\":\"Frågetitel\",\"enzGAL\":\"Frågor\",\"ROv2ZT\":\"Frågor och svar\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Radiovalsalternativ\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Mottagare\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Återbetalning misslyckades\",\"n10yGu\":\"Återbetala order\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Återbetalning väntar\",\"xHpVRl\":\"Återbetalningsstatus\",\"/BI0y9\":\"Återbetald\",\"fgLNSM\":\"Registrera\",\"9+8Vez\":\"Återstående användningar\",\"tasfos\":\"ta bort\",\"t/YqKh\":\"Ta bort\",\"t9yxlZ\":\"Rapporter\",\"prZGMe\":\"Kräv faktureringsadress\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Skicka e-postbekräftelse igen\",\"wIa8Qe\":\"Skicka inbjudan igen\",\"VeKsnD\":\"Skicka ordermail igen\",\"dFuEhO\":\"Skicka biljettmail igen\",\"o6+Y6d\":\"Skickar igen...\",\"OfhWJH\":\"Återställ\",\"RfwZxd\":\"Återställ lösenord\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Återställ evenemang\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Tillbaka till evenemangssidan\",\"8YBH95\":\"Intäkter\",\"PO/sOY\":\"Återkalla inbjudan\",\"GDvlUT\":\"Roll\",\"ELa4O9\":\"Slutdatum för försäljning\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Startdatum för försäljning\",\"hBsw5C\":\"Försäljningen är avslutad\",\"kpAzPe\":\"Försäljningen startar\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Spara\",\"IUwGEM\":\"Spara ändringar\",\"U65fiW\":\"Spara arrangör\",\"UGT5vp\":\"Spara inställningar\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Sök på deltagarnamn, e-post eller ordernummer...\",\"+pr/FY\":\"Sök på evenemangsnamn...\",\"3zRbWw\":\"Sök på namn, e-post eller ordernummer...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Sök på namn...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Sök kapacitetstilldelningar...\",\"r9M1hc\":\"Sök incheckningslistor...\",\"+0Yy2U\":\"Sök produkter\",\"YIix5Y\":\"Sök...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Sekundär färg\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Sekundär textfärg\",\"02ePaq\":[\"Välj \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Välj kategori...\",\"kWI/37\":\"Välj arrangör\",\"ixIx1f\":\"Välj produkt\",\"3oSV95\":\"Välj produktnivå\",\"C4Y1hA\":\"Välj produkter\",\"hAjDQy\":\"Välj status\",\"QYARw/\":\"Välj biljett\",\"OMX4tH\":\"Välj biljetter\",\"DrwwNd\":\"Välj tidsperiod\",\"O/7I0o\":\"Välj...\",\"JlFcis\":\"Skicka\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Skicka ett meddelande\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Skicka meddelande\",\"D7ZemV\":\"Skicka orderbekräftelse och biljettsmejl\",\"v1rRtW\":\"Skicka test\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"SEO-beskrivning\",\"/SIY6o\":\"SEO-nyckelord\",\"GfWoKv\":\"SEO-inställningar\",\"rXngLf\":\"SEO-titel\",\"/jZOZa\":\"Serviceavgift\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Ange startnummer för fakturanumrering. Detta kan inte ändras när fakturor väl har skapats.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Inställningar\",\"Z8lGw6\":\"Dela\",\"B2V3cA\":\"Dela evenemang\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Visa\",\"V0SbFp\":\"Visa tillgängligt produktantal\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Visa mer\",\"izwOOD\":\"Visa moms och avgifter separat\",\"1SbbH8\":\"Visas för kunden efter att de har slutfört köpet, på ordersammanfattningssidan.\",\"YfHZv0\":\"Visas för kunden innan de slutför köpet\",\"CBBcly\":\"Visar vanliga adressfält, inklusive land\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Enradig textruta\",\"+P0Cn2\":\"Hoppa över detta steg\",\"YSEnLE\":\"Smith\",\"lgFfeO\":\"Slutsålt\",\"Mi1rVn\":\"Slutsålt\",\"nwtY4N\":\"Något gick fel\",\"GRChTw\":\"Något gick fel när momsen eller avgiften skulle tas bort\",\"YHFrbe\":\"Något gick fel! Försök igen\",\"kf83Ld\":\"Något gick fel.\",\"fWsBTs\":\"Något gick fel. Försök igen.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Tyvärr, den här kampanjkoden känns inte igen\",\"65A04M\":\"Spanska\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Startdatum\",\"/2by1f\":\"Delstat eller region\",\"uAQUqI\":\"Status\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Stripe-betalningar är inte aktiverade för detta evenemang.\",\"UJmAAK\":\"Ämne\",\"X2rrlw\":\"Delsumma\",\"zzDlyQ\":\"Lyckades\",\"b0HJ45\":[\"Klart! \",[\"0\"],\" kommer snart att få ett e-postmeddelande.\"],\"BJIEiF\":[\"Lyckades \",[\"0\"],\" deltagare\"],\"OtgNFx\":\"E-postadressen bekräftades\",\"IKwyaF\":\"E-poständringen bekräftades\",\"zLmvhE\":\"Deltagaren skapades\",\"gP22tw\":\"Produkten skapades\",\"9mZEgt\":\"Kampanjkoden skapades\",\"aIA9C4\":\"Frågan skapades\",\"J3RJSZ\":\"Deltagaren uppdaterades\",\"3suLF0\":\"Kapacitetstilldelningen uppdaterades\",\"Z+rnth\":\"Incheckningslistan uppdaterades\",\"vzJenu\":\"E-postinställningarna uppdaterades\",\"7kOMfV\":\"Evenemanget uppdaterades\",\"G0KW+e\":\"Startsidedesignen uppdaterades\",\"k9m6/E\":\"Startsidesinställningarna uppdaterades\",\"y/NR6s\":\"Platsen uppdaterades\",\"73nxDO\":\"Övriga inställningar uppdaterades\",\"4H80qv\":\"Ordern uppdaterades\",\"6xCBVN\":\"Betalnings- och faktureringsinställningarna uppdaterades\",\"1Ycaad\":\"Produkt uppdaterad\",\"70dYC8\":\"Kampanjkoden uppdaterades\",\"F+pJnL\":\"SEO-inställningarna uppdaterades\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Supportmejl\",\"uRfugr\":\"T-shirt\",\"JpohL9\":\"Moms\",\"geUFpZ\":\"Moms och avgifter\",\"dFHcIn\":\"Momsuppgifter\",\"wQzCPX\":\"Momsinformation som ska visas längst ned på alla fakturor (t.ex. momsnummer, skatteregistrering)\",\"0RXCDo\":\"Moms eller avgift togs bort\",\"ZowkxF\":\"Moms\",\"qu6/03\":\"Moms och avgifter\",\"gypigA\":\"Den kampanjkoden är ogiltig\",\"5ShqeM\":\"Incheckningslistan du letar efter finns inte.\",\"QXlz+n\":\"Standardvaluta för dina evenemang.\",\"mnafgQ\":\"Standardtidszon för dina evenemang.\",\"o7s5FA\":\"Språket som deltagaren kommer att få e-post på.\",\"NlfnUd\":\"Länken du klickade på är ogiltig.\",\"HsFnrk\":[\"Maximalt antal produkter för \",[\"0\"],\" är \",[\"1\"]],\"TSAiPM\":\"Sidan du letar efter finns inte\",\"MSmKHn\":\"Priset som visas för kunden inkluderar moms och avgifter.\",\"6zQOg1\":\"Priset som visas för kunden inkluderar inte moms och avgifter. De visas separat\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Titeln för evenemanget som visas i sökresultat och vid delning i sociala medier. Som standard används evenemangets titel\",\"wDx3FF\":\"Det finns inga produkter tillgängliga för det här evenemanget\",\"pNgdBv\":\"Det finns inga produkter tillgängliga i den här kategorin\",\"rMcHYt\":\"En återbetalning väntar. Vänta tills den är slutförd innan du begär en ny återbetalning.\",\"F89D36\":\"Det uppstod ett fel när ordern skulle markeras som betald\",\"68Axnm\":\"Det uppstod ett fel när din begäran skulle behandlas. Försök igen.\",\"mVKOW6\":\"Det uppstod ett fel när ditt meddelande skulle skickas\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Den här deltagaren har en obetald order.\",\"mf3FrP\":\"Den här kategorin har inga produkter ännu.\",\"8QH2Il\":\"Den här kategorin är dold för allmänheten\",\"xxv3BZ\":\"Den här incheckningslistan har löpt ut\",\"Sa7w7S\":\"Den här incheckningslistan har löpt ut och är inte längre tillgänglig för incheckning.\",\"Uicx2U\":\"Den här incheckningslistan är aktiv\",\"1k0Mp4\":\"Den här incheckningslistan är inte aktiv ännu\",\"K6fmBI\":\"Den här incheckningslistan är ännu inte aktiv och är inte tillgänglig för incheckning.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Den här informationen visas på betalningssidan, ordersammanfattningen och i orderbekräftelsen via e-post.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Det här är ett onlineevenemang\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Det här meddelandet inkluderas i sidfoten i alla mejl som skickas från detta evenemang\",\"55i7Fa\":\"Det här meddelandet visas endast om ordern slutförs. Ordrar som väntar på betalning visar inte detta meddelande\",\"RjwlZt\":\"Den här ordern är redan betald.\",\"5K8REg\":\"Den här ordern har redan återbetalats.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Den här ordern har avbrutits.\",\"Q0zd4P\":\"Den här ordern har löpt ut. Börja om.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Den här ordern är slutförd.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Den här ordersidan är inte längre tillgänglig.\",\"i0TtkR\":\"Detta åsidosätter alla synlighetsinställningar och döljer produkten för alla kunder.\",\"cRRc+F\":\"Den här produkten kan inte tas bort eftersom den är kopplad till en order. Du kan dölja den i stället.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Den här länken för att återställa lösenordet är ogiltig eller har löpt ut.\",\"IV9xTT\":\"Den här användaren är inte aktiv eftersom hen inte har accepterat sin inbjudan.\",\"5AnPaO\":\"biljett\",\"kjAL4v\":\"Biljett\",\"dtGC3q\":\"Biljettmejlet har skickats igen till deltagaren\",\"54q0zp\":\"Biljetter för\",\"xN9AhL\":[\"Nivå \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Produkter med nivåer låter dig erbjuda flera prisalternativ för samma produkt. Perfekt för early bird-produkter eller för att erbjuda olika priser till olika grupper.\",\"nn3mSR\":\"Tid kvar:\",\"s/0RpH\":\"Antal gånger använd\",\"y55eMd\":\"Antal gånger använd\",\"40Gx0U\":\"Tidszon\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Titel\",\"xdA/+p\":\"Verktyg\",\"72c5Qo\":\"Totalt\",\"YXx+fG\":\"Totalt före rabatter\",\"NRWNfv\":\"Totalt rabattbelopp\",\"BxsfMK\":\"Totala avgifter\",\"2bR+8v\":\"Total bruttoförsäljning\",\"mpB/d9\":\"Totalt orderbelopp\",\"m3FM1g\":\"Totalt återbetalt\",\"jEbkcB\":\"Totalt återbetalt\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Total skatt\",\"+zy2Nq\":\"Typ\",\"FMdMfZ\":\"Det gick inte att checka in deltagaren\",\"bPWBLL\":\"Det gick inte att checka ut deltagaren\",\"9+P7zk\":\"Det gick inte att skapa produkten. Kontrollera dina uppgifter\",\"WLxtFC\":\"Det gick inte att skapa produkten. Kontrollera dina uppgifter\",\"/cSMqv\":\"Det gick inte att skapa frågan. Kontrollera dina uppgifter\",\"MH/lj8\":\"Det gick inte att uppdatera frågan. Kontrollera dina uppgifter\",\"nnfSdK\":\"Unika kunder\",\"Mqy/Zy\":\"USA\",\"NIuIk1\":\"Obegränsat\",\"/p9Fhq\":\"Obegränsat antal tillgängliga\",\"E0q9qH\":\"Obegränsat antal användningar tillåts\",\"h10Wm5\":\"Obetald order\",\"ia8YsC\":\"Kommande\",\"TlEeFv\":\"Kommande evenemang\",\"L/gNNk\":[\"Uppdatera \",[\"0\"]],\"+qqX74\":\"Uppdatera evenemangets namn, beskrivning och datum\",\"vXPSuB\":\"Uppdatera profil\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL kopierad till urklipp\",\"e5lF64\":\"Exempel på användning\",\"fiV0xj\":\"Användningsgräns\",\"sGEOe4\":\"Använd en suddig version av omslagsbilden som bakgrund\",\"OadMRm\":\"Använd omslagsbild\",\"7PzzBU\":\"Användare\",\"yDOdwQ\":\"Användarhantering\",\"Sxm8rQ\":\"Användare\",\"VEsDvU\":\"Användare kan ändra sin e-postadress i <0>Profilinställningar\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"Moms\",\"E/9LUk\":\"Platsnamn\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Visa deltagardetaljer\",\"/5PEQz\":\"Visa evenemangssida\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Visa på Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP-incheckningslista\",\"tF+VVr\":\"VIP-biljett\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Vi kunde inte behandla din betalning. Försök igen eller kontakta supporten.\",\"45Srzt\":\"Vi kunde inte ta bort kategorin. Försök igen.\",\"/DNy62\":[\"Vi kunde inte hitta några biljetter som matchar \",[\"0\"]],\"1E0vyy\":\"Vi kunde inte ladda data. Försök igen.\",\"NmpGKr\":\"Vi kunde inte ändra ordningen på kategorierna. Försök igen.\",\"BJtMTd\":\"Vi rekommenderar 1950×650 px, bildförhållande 3:1 och maximal filstorlek 5 MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Vi kunde inte bekräfta din betalning. Försök igen eller kontakta supporten.\",\"Gspam9\":\"Vi behandlar din order. Vänta...\",\"LuY52w\":\"Välkommen ombord! Logga in för att fortsätta.\",\"dVxpp5\":[\"Välkommen tillbaka\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Vad är nivåindelade produkter?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Vad är en kategori?\",\"gxeWAU\":\"Vilka produkter gäller den här koden för?\",\"hFHnxR\":\"Vilka produkter gäller den här koden för? (Gäller alla som standard)\",\"AeejQi\":\"Vilka produkter ska den här kapaciteten gälla för?\",\"Rb0XUE\":\"Vilken tid kommer du?\",\"5N4wLD\":\"Vilken typ av fråga är detta?\",\"gyLUYU\":\"När detta är aktiverat skapas fakturor för biljettordrar. Fakturor skickas tillsammans med orderbekräftelsen via e-post. Deltagare kan även ladda ner sina fakturor från orderbekräftelsesidan.\",\"D3opg4\":\"När offlinebetalningar är aktiverade kan användare slutföra sina ordrar och få sina biljetter. Biljetterna visar tydligt att ordern inte är betald, och incheckningsverktyget meddelar incheckningspersonalen om en order kräver betalning.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Vilka biljetter ska kopplas till den här incheckningslistan?\",\"S+OdxP\":\"Vem arrangerar det här evenemanget?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Vem ska få den här frågan?\",\"VxFvXQ\":\"Bädda in widget\",\"v1P7Gm\":\"Widgetinställningar\",\"b4itZn\":\"Arbetar\",\"hqmXmc\":\"Arbetar...\",\"+G/XiQ\":\"Hittills i år\",\"l75CjT\":\"Ja\",\"QcwyCh\":\"Ja, ta bort dem\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Du ändrar din e-postadress till <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Du är offline\",\"sdB7+6\":\"Du kan skapa en kampanjkod som riktar sig mot den här produkten på\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Du kan inte ändra produkttyp eftersom det finns deltagare kopplade till den här produkten.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Du kan inte checka in deltagare med obetalda ordrar. Den här inställningen kan ändras i evenemangsinställningarna.\",\"c9Evkd\":\"Du kan inte ta bort den sista kategorin.\",\"6uwAvx\":\"Du kan inte ta bort den här prisnivån eftersom det redan finns sålda produkter för nivån. Du kan dölja den i stället.\",\"tFbRKJ\":\"Du kan inte redigera kontoinnehavarens roll eller status.\",\"fHfiEo\":\"Du kan inte återbetala en manuellt skapad order.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Du har åtkomst till flera konton. Välj ett för att fortsätta.\",\"Z6q0Vl\":\"Du har redan accepterat den här inbjudan. Logga in för att fortsätta.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Du har ingen väntande ändring av e-postadress.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Tiden för att slutföra din order har gått ut.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Du måste bekräfta att det här e-postmeddelandet inte är reklam\",\"3ZI8IL\":\"Du måste godkänna villkoren\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Du måste skapa en biljett innan du kan lägga till en deltagare manuellt.\",\"jE4Z8R\":\"Du måste ha minst en prisnivå\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Du behöver markera en order som betald manuellt. Det kan göras på sidan för att hantera ordern.\",\"L/+xOk\":\"Du behöver en biljett innan du kan skapa en incheckningslista.\",\"Djl45M\":\"Du behöver en produkt innan du kan skapa en kapacitetstilldelning.\",\"y3qNri\":\"Du behöver minst en produkt för att komma igång. Gratis, betald eller låt användaren bestämma vad de vill betala.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Ditt kontonamn används på evenemangssidor och i e-post.\",\"veessc\":\"Dina deltagare visas här när de har registrerat sig för ditt evenemang. Du kan också lägga till deltagare manuellt.\",\"Eh5Wrd\":\"Din grymma webbplats 🎉\",\"lkMK2r\":\"Dina uppgifter\",\"3ENYTQ\":[\"Din begäran om att ändra e-postadress till <0>\",[\"0\"],\" väntar. Kontrollera din e-post för att bekräfta.\"],\"yZfBoy\":\"Ditt meddelande har skickats\",\"KSQ8An\":\"Din order\",\"Jwiilf\":\"Din order har avbokats\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Dina ordrar visas här när de börjar komma in.\",\"9TO8nT\":\"Ditt lösenord\",\"P8hBau\":\"Din betalning behandlas.\",\"UdY1lL\":\"Din betalning lyckades inte, försök igen.\",\"fzuM26\":\"Din betalning misslyckades. Försök igen.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Din återbetalning behandlas.\",\"IFHV2p\":\"Din biljett till\",\"x1PPdr\":\"Postnummer\",\"BM/KQm\":\"Postnummer\",\"+LtVBt\":\"Postnummer\",\"25QDJ1\":\"- Klicka för att publicera\",\"WOyJmc\":\"- Klicka för att avpublicera\",\"ncwQad\":\"(tom)\",\"B/gRsg\":\"(inget)\",\"wqtZLy\":[[\"0\"],\" (kopia)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" är redan incheckad\"],\"3beCx0\":[[\"0\"],\" <0>incheckade\"],\"S4PqS9\":[[\"0\"],\" aktiva webhooks\"],\"6MIiOI\":[[\"0\"],\" kvar\"],\"COnw8D\":[[\"0\"],\" logotyp\"],\"xG9N0H\":[[\"0\"],\" av \",[\"1\"],\" platser är tagna.\"],\"B7pZfX\":[[\"0\"],\" arrangörer\"],\"/HkCs4\":[[\"0\"],\" biljetter\"],\"30bTiU\":[[\"activeCount\"],\" aktiverade\"],\"jTs4am\":[[\"appName\"],\"-logotyp\"],\"gbJOk9\":[[\"attendeeCount\"],\" deltagare är anmälda till det här tillfället.\"],\"TjbIUI\":[[\"availableCount\"],\" av \",[\"totalCount\"],\" tillgängliga\"],\"PSChHo\":[[\"capacity\"],\" platser kvar\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" incheckade\"],\"RZ0JX3\":[[\"chipTime\"],\", slutsålt\"],\"M4KnFs\":[[\"chipTime\"],\", Slutsålt, väntelista tillgänglig\"],\"SeyN12\":[[\"completedCount\"],\" av \",[\"totalCount\"],\" steg klara\"],\"wYzVwE\":[[\"count\"],\" tillägg\"],\"f2rhaD\":[[\"diffHr\"],\" h sedan\"],\"NRSLBe\":[[\"diffMin\"],\" min sedan\"],\"iYfwJE\":[[\"diffSec\"],\" s sedan\"],\"OJnhhX\":[[\"eventCount\"],\" evenemang\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" till\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" deltagare är anmälda till de berörda tillfällena.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per order\"],\"RBuxIl\":[[\"productCount\"],\" biljettyper konfigurerade\"],\"VFLd0I\":[[\"slotCount\"],\" tider tillgängliga\"],\"3IEF7U\":[[\"totalCount\"],\" biljettkategorier\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" avgifter\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" avgifter & skatt\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" skatt\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 dag\",\"1d6kks\":\"+Skatt/Avgifter\",\"B1St2O\":\"<0>Incheckningslistor hjälper dig att hantera evenemangets entré per dag, område eller biljetttyp. Du kan länka biljetter till specifika listor som VIP-zoner eller Dag 1-pass och dela en säker incheckningslänk med personal. Inget konto krävs. Incheckning fungerar på mobil, dator eller surfplatta med enhetens kamera eller HID USB-skanner.\",\"v9VSIS\":\"<0>Ställ in en enda total deltagarbegränsning som gäller för flera biljettyper samtidigt.<1>Om du till exempel länkar en <2>Dagsbiljett och en <3>Helgbiljett, kommer de båda att använda samma pool av platser. När gränsen är nådd slutar alla länkade biljetter automatiskt att säljas.\",\"Il5Uid\":\"<0>Detta är det totala tillgängliga antalet för alla datum i ditt schema sammanlagt — inte en gräns per datum. För att begränsa antalet deltagare per datum, ange en kapacitet på <1>sidan Datumschema.\",\"ZnVt5v\":\"<0>Webhooks meddelar omedelbart externa tjänster när händelser inträffar, till exempel att lägga till en ny deltagare i ditt CRM eller din e-postlista vid registrering, vilket ger sömlös automation.<1>Använd tredjepartstjänster som <2>Zapier, <3>IFTTT eller <4>Make för att skapa anpassade arbetsflöden och automatisera uppgifter.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" vid aktuell kurs\"],\"M2DyLc\":\"1 aktiv webhook\",\"hMefp0\":\"1 tillägg\",\"6hIk/x\":\"1 deltagare är anmäld till de berörda tillfällena.\",\"qOyE2U\":\"1 deltagare är anmäld till det här tillfället.\",\"943BwI\":\"1 dag efter slutdatum\",\"yj3N+g\":\"1 dag efter startdatum\",\"Z3etYG\":\"1 dag före evenemanget\",\"szSnlj\":\"1 timme före evenemanget\",\"yTsaLw\":\"1 biljett\",\"nz96Ue\":\"1 biljettyp\",\"InX5ad\":\"1 biljettyp konfigurerad\",\"y2Jh0m\":\"1 tid tillgänglig\",\"cGtUz6\":\"1 vecka före evenemanget\",\"HR/cvw\":\"Exempelgatan 123\",\"dgKxZ5\":\"Över 135 valutor och över 40 betalsätt\",\"/d9gcz\":\"En knappetikett krävs när en URL är angiven\",\"kMU5aM\":\"Ett avbokningsmeddelande har skickats till\",\"o++0qa\":\"en ändrad längd\",\"WuWSX5\":\"Några snabba steg så är du redo att börja sälja.\",\"RQ5kDd\":\"Ett meddelande som visas när det inte finns några produkter i denna kategori.\",\"V53XzQ\":\"En ny verifieringskod har skickats till din e-post\",\"sr2Je0\":\"en förskjutning av start-/sluttider\",\"/z/bH1\":\"En kort beskrivning av din arrangör som visas för dina användare.\",\"3BKFn6\":\"En URL krävs när en knappetikett är angiven\",\"RpjXTb\":\"Ett veckodagsmönster\",\"aS0jtz\":\"Övergiven\",\"uyJsf6\":\"Om\",\"JvuLls\":\"Absorbera avgift\",\"lk74+I\":\"Absorbera Avgift\",\"1uJlG9\":\"Accentfärg\",\"g3UF2V\":\"Acceptera\",\"K5+3xg\":\"Acceptera inbjudan\",\"LuXP9q\":\"Åtkomst\",\"jzb4Ep\":[\"Konto · \",[\"0\"]],\"UqH1Q6\":[\"Konto · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"Kontoraderingen har avbrutits.\",\"WtlP+7\":\"Kontoradering är blockerad\",\"vOuxvL\":\"Kontoinformation\",\"F9cvwz\":\"Kontonamn\",\"EHNORh\":\"Konto hittades inte\",\"Hy1lfH\":\"Kontoägare\",\"bPwFdf\":\"Konton\",\"pi/Iog\":[\"Konton (\",[\"0\"],\")\"],\"AhwTa1\":\"Åtgärd krävs: Momsinformation krävs\",\"APyAR/\":\"Aktiva evenemang\",\"kCl6ja\":\"Aktiva betalsätt\",\"XJOV1Y\":\"Aktivitet\",\"Eso+01\":[\"Lägg till \",[\"0\"],\" först\"],\"eJ0IJA\":\"Lägg till en omslagsbild och ett tema som matchar ditt varumärke\",\"0YEoxS\":\"Lägg till ett datum\",\"ybegUq\":\"Lägg till en beskrivning och en plats så att deltagarna vet vad de kan förvänta sig\",\"nOZl6j\":\"Lägg till ett enskilt datum\",\"CjvTPJ\":\"Lägg till en tid till\",\"0XCduh\":\"Lägg till minst en tid\",\"/chGpa\":\"Lägg till anslutningsuppgifter för det digitala evenemanget.\",\"UWWRyd\":\"Lägg till fråga\",\"Z/dcxc\":\"Lägg till datum\",\"QeupRg\":\"Lägg till datum\",\"Q219NT\":\"Lägg till datum\",\"yjB5VC\":\"Lägg till datum och tider för ditt återkommande evenemang\",\"Z8idyM\":\"Lägg till detaljer\",\"wpirGs\":\"Lägg till evenemangsdetaljer\",\"VX6WUv\":\"Lägg till plats\",\"GCQlV2\":\"Lägg till flera tider om du kör flera tillfällen per dag.\",\"7JF9w9\":\"Lägg till fråga\",\"NLbIb6\":\"Lägg till deltagaren ändå (åsidosätt kapaciteten)\",\"6PNlRV\":\"Lägg till detta evenemang i din kalender\",\"BGD9Yt\":\"Lägg till biljetter\",\"uIv4Op\":\"Lägg till spårningspixlar på dina offentliga evenemangssidor och arrangörens hemsida. En banner för cookiesamtycke visas för besökare när spårning är aktiv.\",\"QN2F+7\":\"Lägg till webhook\",\"NsWqSP\":\"Lägg till dina sociala mediekonton och din webbplats URL. Dessa kommer att visas på din offentliga arrangörssida.\",\"6JzKEV\":\"Endast som tillägg\",\"VkQex5\":\"Tilläggsprodukter\",\"Y2K3rp\":\"Tillägg\",\"Z/ZU8N\":\"Läggs till i kassan\",\"bVjDs9\":\"Ytterligare avgifter\",\"MKqSg4\":\"Administratörsåtkomst krävs\",\"0Zypnp\":\"Adminpanel\",\"tlFYEo\":\"Ger deltagarna tillträde till ditt evenemang\",\"YAV57v\":\"Partner\",\"I+utEq\":\"Partnerkoden kan inte ändras\",\"/jHBj5\":\"Partnern skapades\",\"uCFbG2\":\"Partern raderades\",\"ld8I+f\":\"Affiliateprogram\",\"a41PKA\":\"Partnerförsäljning kommer att spåras\",\"mJJh2s\":\"Partnerförsäljning kommer inte att spåras. Detta kommer att inaktivera affiliaten.\",\"jabmnm\":\"Partern uppdaterades\",\"CPXP5Z\":\"Partners\",\"9Wh+ug\":\"Partners exporterades\",\"3cqmut\":\"Partners hjälper dig att spåra försäljning som genereras av partners och influencers. Skapa partnerkoder och dela dem för att övervaka resultat.\",\"3e31kI\":\"När evenemanget har skapats kan du välja hur ofta det upprepas från kontrollpanelen.\",\"z7GAMJ\":\"alla\",\"N40H+G\":\"Alla\",\"7rLTkE\":\"Alla arkiverade evenemang\",\"gKq1fa\":\"Alla deltagare\",\"63gRoO\":\"Alla deltagare på de valda tillfällena\",\"uWxIoH\":\"Alla deltagare på det här datumet\",\"pMLul+\":\"Alla valutor\",\"sgUdRZ\":\"Alla datum\",\"e4q4uO\":\"Alla datum\",\"ZS/D7f\":\"Alla avslutade evenemang\",\"QsYjci\":\"Alla evenemang\",\"31KB8w\":\"Alla misslyckade jobb borttagna\",\"D2g7C7\":\"Alla jobb köade för nytt försök\",\"B4RFBk\":\"Alla matchande datum\",\"F1/VgK\":\"Alla datum\",\"OpWjMq\":\"Alla datum\",\"Sxm1lO\":\"Alla statusar\",\"dr7CWq\":\"Alla kommande evenemang\",\"UBpkWM\":\"Alla användare\",\"GpT6Uf\":\"Tillåt deltagare att uppdatera deras biljettinformation (namn, epost) via säker länk skickad med deras orderinformation.\",\"VZdky1\":\"Tillåt köpare att kopiera sina uppgifter till alla deltagare\",\"F3mW5G\":\"Tillåt kunder att gå med i en väntelista när denna produkt är slutsåld\",\"4CMO/q\":\"Tillåt kunder att gå med i en väntelista när denna produkt är slutsåld. Kunder går med i väntelistan för ett specifikt datum.\",\"c4uJfc\":\"Snart klart! Vi väntar bara på att din betalning ska behandlas. Det tar bara några sekunder.\",\"ocS8eq\":[\"Har du redan ett konto? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Redan tillagd\",\"/H326L\":\"Redan återbetald\",\"USEpOK\":\"Använder du redan Stripe hos en annan arrangör? Återanvänd den kopplingen.\",\"RtxQTF\":\"Avboka även denna order\",\"jkNgQR\":\"Återbetala även denna order\",\"xYqsHg\":\"Alltid tillgänglig\",\"rrepBD\":\"Alltid till försäljning\",\"Wvrz79\":\"Betalt belopp\",\"Zkymb9\":\"En e-postadress att koppla till denna partner. Partnern kommer inte att meddelas.\",\"vRznIT\":\"Ett fel uppstod vid kontroll av exportstatus.\",\"OPFdAM\":\"En valfri beskrivning av denna kategori som visas på evenemangssidan.\",\"eusccx\":\"Ett valfritt meddelande att visa på den markerade produkten, t.ex. \\\"Säljer snabbt 🔥\\\" eller \\\"Bästa värdet\\\"\",\"HZFm5R\":\"och\",\"l3LBtZ\":\"Meddelandets innehåll\",\"Th00L9\":\"Meddelande skapat\",\"p/XJYI\":\"Meddelande borttaget\",\"08iV57\":\"Meddelandets titel\",\"qLqgre\":\"Meddelande uppdaterat\",\"Dzr23X\":\"Meddelanden\",\"asqL+J\":\"Anonymisera\",\"QNrkms\":\"Svaret uppdaterades\",\"+qygei\":\"Svar\",\"GK7Lnt\":\"Svar som lämnats i kassan (t.ex. matval)\",\"lE8PgT\":\"Datum som du har anpassat manuellt behålls.\",\"jVoYha\":[\"tillämpad — \",[\"0\"],\" rabatt på din order\"],\"vP3Nzg\":[\"Gäller \",[\"0\"],\", ej inställda datum som är inlästa på den här sidan.\"],\"kkVyZZ\":\"Gäller alla som öppnar den delade incheckningslänken utan att vara inloggade. Inloggade teammedlemmar ser alltid allt.\",\"je4muG\":[\"Gäller varje \",[\"0\"],\", ej inställt datum i det här evenemanget – även datum som inte är inlästa just nu.\"],\"YIIQtt\":\"Tillämpa ändringar\",\"NzWX1Y\":\"Tillämpa på\",\"Ps5oDT\":\"Tillämpa på alla biljetter\",\"261RBr\":\"Godkänn meddelande\",\"naCW6Z\":\"April\",\"B495Gs\":\"Arkivera\",\"5sNliy\":\"Arkivera evenemang\",\"BrwnrJ\":\"Arkivera arrangör\",\"E5eghW\":\"Arkivera detta evenemang för att dölja det för allmänheten. Du kan återställa det senare.\",\"eqFkeI\":\"Arkivera denna arrangör. Detta kommer också att arkivera alla evenemang som tillhör denna arrangör.\",\"BzcxWv\":\"Arkiverade arrangörer\",\"9cQBd6\":\"Är du säker på att du vill arkivera detta evenemang? Det kommer inte längre att vara synligt för allmänheten.\",\"Trnl3E\":\"Är du säker på att du vill arkivera denna arrangör? Detta kommer också att arkivera alla evenemang som tillhör denna arrangör.\",\"wOvn+e\":[\"Är du säker på att du vill ställa in \",[\"count\"],\" datum? Berörda deltagare meddelas via e-post.\"],\"GTxE0U\":\"Är du säker på att du vill ställa in det här datumet? Berörda deltagare meddelas via e-post.\",\"VkSk/i\":\"Är du säker på att du vill avbryta detta schemalagda meddelande?\",\"0aVEBY\":\"Är du säker på att du vill ta bort alla misslyckade jobb?\",\"LchiNd\":\"Är du säker på att du vill ta bort denna partner? Denna åtgärd kan inte ångras.\",\"U49Xd6\":\"Är du säker på att du vill ta bort det här meddelandet? Användarna kommer inte längre att se det.\",\"vPeW/6\":\"Är du säker på att du vill ta bort denna konfiguration? Detta kan påverka konton som använder den.\",\"h42Hc/\":\"Är du säker på att du vill ta bort det här datumet? Åtgärden kan inte ångras.\",\"RiF/yT\":\"Är du säker på att du vill ta bort den här bilden?\",\"b3+Qku\":\"Är du säker på att du vill ta bort den här skatten eller avgiften? Den tillämpas inte längre på nya ordrar.\",\"JmVITJ\":\"Är du säker på att du vill ta bort denna mall? Denna åtgärd kan inte ångras och e-post kommer att återgå till standardmallen.\",\"aLS+A6\":\"Är du säker på att du vill ta bort denna mall? Denna åtgärd kan inte ångras och e-post kommer att återgå till arrangörens eller standardmallen.\",\"5H3Z78\":\"Är du säker på att du vill ta bort denna webhook?\",\"147G4h\":\"Är du säker på att du vill lämna?\",\"VDWChT\":\"Är du säker på att du vill göra denna arrangör till ett utkast? Detta gör arrangörssidan osynlig för allmänheten\",\"pWtQJM\":\"Är du säker på att du vill publicera denna arrangör? Detta gör arrangörssidan synlig för allmänheten\",\"EOqL/A\":\"Är du säker på att du vill erbjuda en plats till denna person? De kommer att få ett e-postmeddelande.\",\"yAXqWW\":\"Är du säker på att du vill ta bort det här datumet permanent? Det går inte att ångra.\",\"WFHOlF\":\"Är du säker på att du vill publicera detta evenemang? När det är publicerat blir det synligt för allmänheten.\",\"4TNVdy\":\"Är du säker på att du vill publicera denna arrangörsprofil? När den är publicerad blir den synlig för allmänheten.\",\"8x0pUg\":\"Är du säker på att du vill ta bort denna post från väntelistan?\",\"cDtoWq\":[\"Vill du verkligen skicka om orderbekräftelsen till \",[\"0\"],\"?\"],\"xeIaKw\":[\"Vill du verkligen skicka om biljetten till \",[\"0\"],\"?\"],\"BjbocR\":\"Är du säker på att du vill återställa detta evenemang?\",\"7MjfcR\":\"Är du säker på att du vill återställa denna arrangör?\",\"b7tkGp\":\"Är du säker på att du vill återkalla den här inbjudan?\",\"ExDt3P\":\"Är du säker på att du vill avpublicera detta evenemang? Det kommer inte längre vara synligt för allmänheten.\",\"5Qmxo/\":\"Är du säker på att du vill avpublicera denna arrangörsprofil? Den kommer inte längre vara synlig för allmänheten.\",\"Uqefyd\":\"Är du momsregistrerad i EU?\",\"+QARA4\":\"Konst\",\"tLf3yJ\":\"Eftersom ditt företag är baserat i Irland tillämpas irländsk moms på 23% automatiskt på alla plattformsavgifter.\",\"tMeVa/\":\"Be om namn och e-post för varje biljett som köps\",\"ui5ln+\":\"Tilldela en annan plan\",\"9Jxliv\":\"Tilldela plan\",\"xdiER7\":\"Tilldelad nivå\",\"F2rX0R\":\"Minst en evenemangstyp måste väljas\",\"Z44eZS\":\"Minst en produkt måste förbli tillgänglig för det här datumet. Vill du göra datumet otillgängligt ställer du in det i schemat i stället.\",\"BCmibk\":\"Försök\",\"6PecK3\":\"Närvaro och incheckningsfrekvens för alla evenemang\",\"K2tp3v\":\"deltagare\",\"AJ4rvK\":\"Deltagare avbokad\",\"qvylEK\":\"Deltagare skapad\",\"Aspq3b\":\"Insamling av deltagaruppgifter\",\"fpb0rX\":\"Deltagaruppgifter kopierade från order\",\"94aQMU\":\"Deltagarinformation\",\"KkrBiR\":\"Insamling av deltagarinformation\",\"sjPjOg\":\"Anteckningar om deltagaren\",\"cosfD8\":\"Deltagarstatus\",\"D2qlBU\":\"Deltagare uppdaterad\",\"22BOve\":\"Deltagare uppdaterades framgångsrikt\",\"x8Vnvf\":\"Deltagarens biljett ingår inte i denna lista\",\"/Ywywr\":\"deltagare\",\"zLRobu\":\"deltagare incheckade\",\"k3Tngl\":\"Deltagare exporterade\",\"UoIRW8\":\"Deltagare registrerade\",\"5UbY+B\":\"Deltagare med en specifik biljett\",\"4HVzhV\":\"Deltagare:\",\"HVkhy2\":\"Attributionsanalys\",\"dMMjeD\":\"Attributionsuppdelning\",\"1oPDuj\":\"Attributionsvärde\",\"cHfbVT\":\"Målgrupp\",\"DBHTm/\":\"Augusti\",\"JgREph\":\"Automatiskt erbjudande är aktiverat\",\"V7Tejz\":\"Automatisk hantering av väntelista\",\"PZ7FTW\":\"Identifieras automatiskt baserat på bakgrundsfärg, men kan åsidosättas\",\"zlnTuI\":\"Erbjud automatiskt biljetter till nästa person när kapacitet blir tillgänglig. Om inaktiverat kan du manuellt bearbeta väntelistan från Väntelista-sidan.\",\"csDS2L\":\"Tillgängligt\",\"Xp+ywP\":\"Tillgänglig när betalningen har slutförts\",\"dwDH1K\":[\"Lediga tider på \",[\"dayName\"]],\"clF06r\":\"Tillgängligt för återbetalning\",\"NB5+UG\":\"Tillgängliga tokens\",\"L+wGOG\":\"Väntar\",\"qcw2OD\":\"Väntar på betalning\",\"kNmmvE\":\"Awesome Events Ltd.\",\"TeSaQO\":\"Tillbaka till konton\",\"kYqM1A\":\"Tillbaka till evenemanget\",\"s5QRF3\":\"Tillbaka till meddelanden\",\"td/bh+\":\"Tillbaka till rapporter\",\"nsm7BA\":\"Tillbaka till sökning\",\"imjKVx\":\"Bankkonto kopplat\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"Bannerinnehållet får vara högst 200 tecken\",\"p2OLF3\":\"Grundpris\",\"D9LTCH\":\"Grundpris\",\"hviJef\":\"Baseras på den övergripande försäljningsperioden ovan, inte per datum\",\"jIPNJG\":\"Grundläggande information\",\"lINGcL\":\"Eftersom detta konto har slutförda beställningar kommer transaktionsuppgifter (belopp, datum och fakturadetaljer) att bevaras i anonymiserad form av juridiska och skattemässiga skäl. All personlig information tas bort permanent.\",\"UabgBd\":\"Meddelandet är obligatoriskt\",\"HWXuQK\":\"Bokmärk denna sida för att hantera din order när som helst.\",\"CUKVDt\":\"Profilera dina biljetter med en anpassad logotyp, färger och sidfotmeddelande.\",\"4BZj5p\":\"Inbyggt bedrägeriskydd\",\"cr7kGH\":\"Massredigering\",\"1Fbd6n\":\"Massredigera datum\",\"Eq6Tu9\":\"Massuppdateringen misslyckades.\",\"9N+p+g\":\"Företag\",\"SWnN1L\":\"Företagsadress\",\"kQekXw\":\"Företagsnamn\",\"3W/QV7\":\"Knappetikett\",\"bv6RXK\":\"Knapptext\",\"ChDLlO\":\"Knapptext\",\"MOht10\":\"Knappens URL\",\"BUe8Wj\":\"Köparen betalar\",\"DkL8mp\":\"Köpare kan lägga till dessa i sin order när de väljer den här produkten i kassan.\",\"qF1qbA\":\"Köpare ser ett rent pris. Plattformavgiften dras från din utbetalning.\",\"dg05rc\":\"Genom att lägga till spårningspixlar bekräftar du att du och denna plattform är gemensamt personuppgiftsansvariga för de insamlade uppgifterna. Du ansvarar för att säkerställa att du har en laglig grund för denna behandling enligt tillämpliga integritetslagar (GDPR, CCPA, etc.).\",\"DFqasq\":[\"Genom att fortsätta godkänner du <0>\",[\"0\"],\" användarvillkor\"],\"CetOZE\":\"Per biljettyp\",\"lFdbRS\":\"Kringgå applikationsavgifter\",\"AjVXBS\":\"Kalender\",\"2VLZwd\":\"Uppmaningsknapp\",\"rT2cV+\":\"Kamera\",\"7hYa9y\":\"Kamerabehörigheten nekades. <0>Begär behörighet igen, eller ge sidan kameraåtkomst i webbläsarens inställningar.\",\"D02dD9\":\"Kampanj\",\"RRPA79\":\"Kan inte checka in\",\"OcVwAd\":[\"Ställ in \",[\"count\"],\" datum\"],\"H4nE+E\":\"Avbryt alla produkter och släpp tillbaka dem till poolen\",\"Py78q9\":\"Ställ in datum\",\"lUjTpS\":\"Avbryt radering\",\"5YkF5G\":\"Avbryt raderingsbegäran\",\"tOXAdc\":\"Avbrytande kommer att avbryta alla deltagare som är kopplade till denna order och släppa tillbaka biljetterna till den tillgängliga poolen.\",\"FPpqc7\":[\"Ställer in \",[\"0\"],\" datum. Det kan ta en liten stund.\"],\"01sEfm\":\"Det går inte att ta bort systemets standardkonfiguration\",\"VsM1HH\":\"Kapacitetstilldelningar\",\"9bIMVF\":\"Kapacitetshantering\",\"H7K8og\":\"Kapaciteten måste vara 0 eller högre\",\"nzao08\":\"kapacitetsuppdateringar\",\"4cp9NP\":\"Använd kapacitet\",\"K7tIrx\":\"Kategori\",\"DRK3Bq\":\"Kategorin har tagits bort\",\"o+XJ9D\":\"Ändra\",\"kJkjoB\":\"Ändra längd\",\"J0KExZ\":\"Ändra deltagargränsen\",\"ssospy\":\"Ändra tid\",\"CIHJJf\":\"Ändra väntlistinställningar\",\"B5icLR\":[\"Längden ändrad för \",[\"count\"],\" datum\"],\"Kb+0BT\":\"Betalningar\",\"2tbLdK\":\"Välgörenhet\",\"BPWGKn\":\"Checka in\",\"6uFFoY\":\"Checka ut\",\"FjAlwK\":[\"Kolla in det här evenemanget: \",[\"0\"]],\"v4fiSg\":\"Kontrollera din e-post\",\"51AsAN\":\"Kontrollera din inkorg! Om biljetter är kopplade till denna e-postadress får du en länk för att visa dem.\",\"Y3FYXy\":\"Incheckning\",\"udRwQs\":\"Incheckning skapad\",\"F4SRy3\":\"Incheckning borttagen\",\"as6XfO\":[\"Incheckningen för \",[\"0\"],\" har ångrats\"],\"9s/wrQ\":\"Incheckningshistorik\",\"Wwztk4\":\"Incheckningslista\",\"9gPPUY\":\"Incheckningslista skapad\",\"dwjiJt\":\"Info om incheckningslistan\",\"7od0PV\":\"incheckningslistor\",\"f2vU9t\":\"Incheckningslistor\",\"XprdTn\":\"Incheckningsnavigering\",\"5tV1in\":\"Incheckningsförlopp\",\"SHJwyq\":\"Incheckningsgrad\",\"qCqdg6\":\"Incheckningsstatus\",\"cKj6OE\":\"Incheckningssammanfattning\",\"7B5M35\":\"Incheckningar\",\"VrmydS\":\"Incheckad\",\"DM4gBB\":\"Kinesiska (traditionell)\",\"p8Jvp4\":\"Välj en konfiguration\",\"ElShBO\":\"Välj en annan åtgärd\",\"pHEhf+\":\"Välj ett teckensnitt som passar ditt varumärke. Teckensnitten lagras via Bunny Fonts.\",\"Zok1Gx\":\"Välj en arrangör\",\"pkk46Q\":\"Välj en organisatör\",\"Ag32+c\":\"Välj ett annat datum\",\"Crr3pG\":\"Välj kalender\",\"Z38ZJu\":\"Välj hur evenemangsdatumet visas på biljetten\",\"LAW8Vb\":\"Välj standardinställningen för nya evenemang. Detta kan åsidosättas för enskilda evenemang.\",\"pjp2n5\":\"Välj vem som betalar plattformsavgiften. Detta påverkar inte ytterligare avgifter som du har konfigurerat i dina kontoinställningar.\",\"xCJdfg\":\"Rensa\",\"QyOWu9\":\"Rensa platsen – återgå till evenemangets standard\",\"V8yTm6\":\"Rensa sökningen\",\"kmnKnX\":\"Om du rensar tas alla anpassningar per datum bort. Berörda datum återgår till evenemangets standardplats.\",\"/o+aQX\":\"Klicka för att ställa in\",\"gD7WGV\":\"Klicka för att öppna för försäljning igen\",\"CySr+W\":\"Klicka för att visa anteckningar\",\"RG3szS\":\"stäng\",\"RWw9Lg\":\"Stäng dialogruta\",\"XwdMMg\":\"Koden får endast innehålla bokstäver, siffror, bindestreck och understreck\",\"+yMJb7\":\"Kod är obligatorisk\",\"m9SD3V\":\"Koden måste vara minst 3 tecken\",\"V1krgP\":\"Koden får vara högst 20 tecken\",\"psqIm5\":\"Samarbeta med ditt team för att skapa fantastiska evenemang tillsammans.\",\"4bUH9i\":\"Samla in deltagaruppgifter för varje köpt biljett.\",\"TkfG8v\":\"Hämta detaljer per order\",\"96ryID\":\"Hämta detaljer per biljett\",\"FpsvqB\":\"Färgläge\",\"jEu4bB\":\"Kolumner\",\"CWk59I\":\"Komedi\",\"rPA+Gc\":\"Kommunikationspreferens\",\"zFT5rr\":\"klart\",\"bUQMpb\":\"Slutför Stripe-inställningen\",\"744BMm\":\"Slutför din beställning för att säkra dina biljetter. Detta erbjudande är tidsbegränsat, så vänta inte för länge.\",\"5YrKW7\":\"Slutför din betalning för att säkra dina biljetter.\",\"xGU92i\":\"Slutför din profil för att gå med i laget.\",\"QOhkyl\":\"Skriv\",\"ih35UP\":\"Konferenscenter\",\"ywFj2D\":\"Konfiguration\",\"WTw0bB\":\"Konfiguration tilldelad\",\"X1zdE7\":\"Konfiguration skapad\",\"mLBUMQ\":\"Konfiguration borttagen\",\"UIENhw\":\"Konfigurationsnamn är synliga för slutanvändare. Fasta avgifter kommer att konverteras till ordervalutan enligt aktuell växelkurs.\",\"eeZdaB\":\"Konfiguration uppdaterad\",\"3cKoxx\":\"Konfigurationer\",\"8v2LRU\":\"Konfigurera evenemangsdetaljer, plats, kassainställningar och epost notifikationer.\",\"raw09+\":\"Konfigurera hur deltagaruppgifter samlas in i kassan\",\"FI60XC\":\"Konfigurera skatter och avgifter\",\"av6ukY\":\"Ställ in vilka produkter som är tillgängliga för det här datumet och justera priserna om du vill.\",\"NGXKG/\":\"Bekräfta e-postadress\",\"JRQitQ\":\"Bekräfta nytt lösenord\",\"Auz0Mz\":\"Bekräfta din e-postadress för att få tillgång till alla funktioner.\",\"7+grte\":\"Bekräftelsemail skickat. Kontrollera din inkorg.\",\"n/7+7Q\":\"Bekräftelse skickad till\",\"x3wVFc\":\"Grattis! Ditt evenemang är nu synligt för allmänheten.\",\"0W2NQP\":\"Koppla bank\",\"/K4Vqr\":\"Anslut Stripe för att ta emot betalningar\",\"nQI4H5\":\"Anslut Stripe för att aktivera redigering av e-postmallar\",\"LmvZ+E\":\"Anslut Stripe för att aktivera meddelanden\",\"peBIO+\":\"Koppla Stripe för att få biljettbetalningar direkt till ditt bankkonto.\",\"DNeN8t\":\"Koppla din bank för att få biljettintäkterna direkt till ditt konto\",\"DARj+w\":\"Anslöt du fel Stripe-konto? Koppla från och börja om.\",\"X1y8JF\":\"Anslutningsuppgifter krävs för digitala datum\",\"fjfBOm\":\"Anslutningsuppgifter krävs för onlineevenemang\",\"jfC/xh\":\"Kontakt\",\"LOFgda\":[\"Kontakta \",[\"0\"]],\"41BQ3k\":\"Kontakt-e-post\",\"4b3oEV\":\"Innehåll\",\"13CIgI\":\"Innehåll krävs\",\"m8WD6t\":\"Fortsätt konfigurering\",\"0GwUT4\":\"Fortsätt till kassan\",\"sBV87H\":\"Fortsätt till skapande av evenemang\",\"nKtyYu\":\"Fortsätt till nästa steg\",\"F3/nus\":\"Fortsätt till betalning\",\"s30OcA\":\"Styr hur datum och tider visas på evenemangssidan\",\"p2FRHj\":\"Kontrollera hur plattformsavgifter hanteras för detta evenemang\",\"NqfabH\":\"Bestäm vem som släpps in det här datumet\",\"fmYxZx\":\"Bestäm vem som släpps in, och när\",\"1JnTgU\":\"Kopierad från ovan\",\"FxVG/l\":\"Kopierad till urklipp\",\"PiH3UR\":\"Kopierad!\",\"4i7smN\":\"Kopiera konto-ID\",\"uUPbPg\":\"Kopiera partnerlänk\",\"iVm46+\":\"Kopiera kod\",\"cF2ICc\":\"Kopiera kundlänk\",\"+2ZJ7N\":\"Kopiera uppgifter till första deltagaren\",\"ZN1WLO\":\"Kopiera e-post\",\"y1eoq1\":\"Kopiera länk\",\"tUGbi8\":\"Kopiera mina uppgifter till:\",\"y22tv0\":\"Kopiera denna länk för att dela den var som helst\",\"/4gGIX\":\"Kopiera till urklipp\",\"e0f4yB\":\"Kunde inte ta bort platsen\",\"vkiDx2\":\"Massuppdateringen kunde inte förberedas.\",\"KOavaU\":\"Kunde inte hämta adressuppgifter\",\"/lq4oO\":\"Datumet kunde inte sparas\",\"mHu0az\":\"Verifieringsmejlet kunde inte skickas. Försök igen.\",\"QOIm+S\":\"Antalen inkluderar alla kommande datum. Varje person erbjuds en plats för det datum de anmälde sig till.\",\"P0rbCt\":\"Omslagsbild\",\"p4kqHr\":\"Omslagsbild tillagd\",\"60u+dQ\":\"Omslagsbilden visas högst upp på din evenemangssida\",\"2NLjA6\":\"Omslagsbilden visas högst upp på din organisatörssida\",\"GkrqoY\":\"Omfattar alla biljetter\",\"zg4oSu\":[\"Skapa mall för \",[\"0\"]],\"RKKhnW\":\"Skapa en anpassad widget för att sälja biljetter på din webbplats.\",\"jqhTmw\":\"Skapa en lista för det här datumet\",\"PhioFp\":\"Skapa en ny incheckningslista för ett aktivt tillfälle, eller kontakta arrangören om du tror att det är ett misstag.\",\"yIRev4\":\"Skapa ett lösenord\",\"j7xZ7J\":\"Skapa ytterligare arrangörer för att hantera separata varumärken, avdelningar eller evenemangsserier under ett konto. Varje arrangör har sina egna evenemang, inställningar och offentliga sida.\",\"xfKgwv\":\"Skapa partner\",\"GT/OIA\":\"Skapa ett meddelande för att visa information för dina användare.\",\"tudG8q\":\"Skapa och konfigurera biljetter och produkter till försäljning.\",\"Q4VlI/\":\"Skapa meddelande\",\"YAl9Hg\":\"Skapa konfiguration\",\"BTne9e\":\"Skapa anpassade e-postmallar för detta evenemang som åsidosätter organisatörens standardinställningar\",\"YIDzi/\":\"Skapa anpassad mall\",\"tsGqx5\":\"Skapa datum\",\"Nc3l/D\":\"Skapa rabatter, åtkomstkoder för dolda biljetter och specialerbjudanden.\",\"PybJS2\":\"Skapa evenemang\",\"abGAgf\":\"Skapa fler biljetter eller produkter för att erbjuda dem som tillägg\",\"eWEV9G\":\"Skapa nytt lösenord\",\"utHSNE\":\"Skapa schema\",\"8AiKIu\":\"Skapa biljett eller produkt\",\"/HGmW9\":\"Skapa spårbar länk för att belöna partners som har delat till event.\",\"dkAPxi\":\"Skapa webhook\",\"5slqwZ\":\"Skapa ditt evenemang\",\"JQNMrj\":\"Skapa ditt första evenemang\",\"CCjxOC\":\"Skapa ditt första evenemang för att börja sälja biljetter och hantera deltagare.\",\"ZCSSd+\":\"Skapa ditt eget evenemang\",\"qdv10s\":[\"Skapar \",[\"0\"],\" datum. Det kan ta en stund.\"],\"67NsZP\":\"Skapar evenemang...\",\"H34qcM\":\"Skapar organisatör...\",\"1YMS+X\":\"Skapar ditt evenemang, vänligen vänta\",\"yiy8Jt\":\"Skapar din organisatörsprofil, vänligen vänta\",\"lfLHNz\":\"CTA-text är obligatorisk\",\"0xLR6W\":\"Tilldelad just nu\",\"iTvh6I\":\"För närvarande tillgänglig för köp\",\"A42Dqn\":\"Egen varumärkesprofil\",\"Guo0lU\":\"Anpassat datum och tid\",\"WDMdn8\":\"Egna frågor\",\"O6mra8\":\"Anpassade frågor\",\"axv/Mi\":\"Anpassad mall\",\"2YeVGY\":\"Kundlänk kopierad till urklipp\",\"QMHSMS\":\"Kunden kommer att få ett e-postmeddelande som bekräftar återbetalningen\",\"NihQNk\":\"Kunder\",\"hINN++\":\"Anpassa sidan\",\"7gsjkI\":\"Anpassa e-postmeddelanden som skickas till dina kunder med Liquid-mallar. Dessa mallar används som standard för alla evenemang i din organisation.\",\"xJaTUK\":\"Anpassa layout, färger och varumärkesprofil för ditt evenemangs startsida.\",\"MXZfGN\":\"Anpassa frågorna som ställs i kassan för att samla in viktig information från dina deltagare.\",\"iX6SLo\":\"Anpassa texten som visas på fortsätt-knappen\",\"R8H7yL\":\"Anpassa texten på den flytande knappen som skrollar till biljettsektionen\",\"pxNIxa\":\"Anpassa din e-postmall med Liquid-mallar\",\"3trPKm\":\"Anpassa utseendet på din organisatörssida\",\"U0sC6H\":\"Dagligen\",\"/gWrVZ\":\"Dagliga intäkter, skatter, avgifter och återbetalningar för alla evenemang\",\"zgCHnE\":\"Daglig försäljningsrapport\",\"nHm0AI\":\"Daglig sammanställning av försäljning, skatt och avgifter\",\"1aPnDT\":\"Dans\",\"pvnfJD\":\"Mörk\",\"MaB9wW\":\"Inställt datum\",\"e6cAxJ\":\"Datumet inställt\",\"81jBnC\":\"Datumet har ställts in\",\"a/C/6R\":\"Datumet har skapats\",\"IW7Q+u\":\"Datumet borttaget\",\"rngCAz\":\"Datumet har tagits bort\",\"vHbfoQ\":\"Datumet återaktiverat\",\"hvah+S\":\"Datumet öppnat för försäljning igen\",\"Ez0YsD\":\"Datumet har uppdaterats\",\"JxwIlL\":\"datum\",\"Te33mU\":\"Datum hanteras ett i taget\",\"91zCxb\":\"Dagar med tillfällen\",\"/ITcnz\":\"dag\",\"H7OUPr\":\"Dag\",\"JtHrX9\":\"Dag i månaden\",\"J/Upwb\":\"dagar\",\"V3VGYb\":\"Dagar i månaden\",\"r6zgGo\":\"December\",\"jbq7j2\":\"Avvisa\",\"WGD1Al\":\"Minska\",\"gJY4YL\":\"Minska antal\",\"ovBPCi\":\"Standard\",\"JtI4vj\":\"Standardinsamling av deltagarinformation\",\"ULjv90\":\"Standardkapacitet per datum\",\"3R/Tu2\":\"Standard avgiftshantering\",\"1bZAZA\":\"Standardmall kommer att användas\",\"3Biswm\":\"Standardvärden\",\"HNlEFZ\":\"ta bort\",\"KpnwJK\":[\"Ta bort \\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Ta bort \",[\"count\"],\" valda datum? Datum med ordrar hoppas över. Det går inte att ångra.\"],\"ZDGm40\":\"Radera konto\",\"vu7gDm\":\"Ta bort partner\",\"KZN4Lc\":\"Ta bort alla\",\"6EkaOO\":\"Ta bort datum\",\"io0G93\":\"Ta bort evenemang\",\"+jw/c1\":\"Ta bort bild\",\"hdyeZ0\":\"Ta bort jobb\",\"xxjZeP\":\"Ta bort plats\",\"sY3tIw\":\"Ta bort arrangör\",\"UBv8UK\":\"Ta bort permanent\",\"dPyJ15\":\"Ta bort mall\",\"IQTR34\":\"Ta bort den här kategorin? Alla produkter i den tas också bort. Det går inte att ångra.\",\"/1wMxk\":\"Ta bort den här produkten? Det går inte att ångra.\",\"mxsm1o\":\"Ta bort denna fråga? Detta kan inte ångras.\",\"snMaH4\":\"Ta bort webhook\",\"LIZZLY\":[[\"0\"],\" datum borttagna\"],\"loLVyU\":\"Raderat konto\",\"IlUuGb\":\"Att radera ditt konto inaktiverar det omedelbart: alla publicerade evenemang avpubliceras och åtkomsten inaktiveras. Efter en 30-dagars frist blir raderingen permanent. Du kan avbryta när som helst under dessa 30 dagar.\",\"nMdIuB\":\"Radering köad för verkställande\",\"/U002t\":\"Raderingsbegäran avbruten\",\"PBA62s\":\"Raderingsbegäranden\",\"7w0Wev\":\"Beskrivning och plats tillagda\",\"vYgeDk\":\"Avmarkera alla\",\"NvuEhl\":\"Designelement\",\"H8kMHT\":\"Fick du inte koden?\",\"G8KNgd\":\"Annan plats\",\"E/QGRL\":\"Inaktiverad\",\"bzSI52\":\"Släng\",\"0EcUWz\":\"Släng ändringarna?\",\"+K0AvT\":\"Koppla från\",\"cALvbl\":\"Koppla från Stripe-konto\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Stäng meddelande\",\"nZJ8tu\":\"Dölj checklistan för uppstart\",\"QotGhf\":\"Stäng detta meddelande\",\"J6hrEy\":\"Stängt\",\"BREO0S\":\"Visa en kryssruta som låter kunder välja att ta emot marknadsföringskommunikation från denna organisatör.\",\"HtaSQp\":\"Visar hur många platser som är kvar för varje datum i biljettwidgeten. Du kan åsidosätta detta för enskilda datum.\",\"pfa8F0\":\"Visningsnamn\",\"Kdpf90\":\"Glöm inte!\",\"352VU2\":\"Har du inget konto? <0>Registrera dig\",\"AXXqG+\":\"Donation\",\"DPfwMq\":\"Klar\",\"JoPiZ2\":\"Instruktioner till entrépersonalen\",\"2+O9st\":\"Ladda ner försäljnings-, deltagar- och finansiella rapporter för alla slutförda order.\",\"eneWvv\":\"Utkast\",\"Ts8hhq\":\"På grund av hög risk för spam måste du ansluta ett Stripe-konto innan du kan ändra e-postmallar. Detta säkerställer att alla evenemangsarrangörer är verifierade och ansvariga.\",\"TnzbL+\":\"På grund av den höga risken för spam måste du ansluta ett Stripe-konto innan du kan skicka meddelanden till deltagare.\\nDetta är för att säkerställa att alla evenemangsarrangörer är verifierade och ansvariga.\",\"euc6Ns\":\"Duplicera\",\"YueC+F\":\"Duplicera datum\",\"KRmTkx\":\"Duplicera produkt\",\"Jd3ymG\":\"Längden måste vara minst 1 minut.\",\"KIjvtr\":\"Nederländska\",\"22xieU\":\"t.ex. 180 (3 timmar)\",\"MCx4ov\":\"t.ex. Läs mer\",\"/zajIE\":\"t.ex. Förmiddagspass\",\"XDHATF\":\"t.ex. Ny funktion: väntelistor\",\"tAtvUj\":\"t.ex. Planerat underhåll nu på lördag kl. 2–4 UTC\",\"SPKbfM\":\"t.ex. Köp biljetter, Registrera dig nu\",\"fc7wGW\":\"t.ex., viktiga uppdateringar gällande dina biljetter\",\"54MPqC\":\"t.ex. Standard, Premium, Enterprise\",\"3RQ81z\":\"Varje person kommer att få ett e-postmeddelande med en reserverad plats för att slutföra sitt köp.\",\"Xfsjel\":\"Varje produkt\",\"5oD9f/\":\"Tidigare\",\"LTzmgK\":[\"Redigera \",[\"0\"],\"-mall\"],\"v4+lcZ\":\"Redigera partner\",\"ndNHsK\":\"Redigera meddelande\",\"2iZEz7\":\"Redigera svar\",\"t2bbp8\":\"Redigera deltagare\",\"etaWtB\":\"Redigera deltagardetaljer\",\"+guao5\":\"Redigera konfiguration\",\"1Mp/A4\":\"Redigera datum\",\"m0ZqOT\":\"Redigera plats\",\"8oivFT\":\"Redigera plats\",\"vRWOrM\":\"Redigera orderdetaljer\",\"pHm0k9\":\"Redigera schema\",\"fW5sSv\":\"Redigera webhook\",\"nP7CdQ\":\"Redigera webhook\",\"MRZxAn\":\"Redigerad\",\"uBAxNB\":\"Redigerare\",\"aqxYLv\":\"Utbildning\",\"iiWXDL\":\"Behörighetsfel\",\"zPiC+q\":\"Giltiga incheckningslistor\",\"SiVstt\":\"E-post och schemalagda meddelanden\",\"V2sk3H\":\"E-post och mallar\",\"hbwCKE\":\"E-postadress kopierad till urklipp\",\"dSyJj6\":\"E-postadresserna matchar inte\",\"elW7Tn\":\"E-postinnehåll\",\"ZsZeV2\":\"E-post krävs\",\"Be4gD+\":\"Förhandsgranskning av e-post\",\"6IwNUc\":\"E-postmallar\",\"H/UMUG\":\"E-postverifiering krävs\",\"PLEl94\":\"E-post verifierad\",\"L86zy2\":\"E-post verifierad\",\"FSN4TS\":\"Bädda in widget\",\"z9NkYY\":\"Inbäddningsbar widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Emoji krävs för modaler\",\"Qj0GKe\":\"Aktivera självservice för deltagare\",\"hEtQsg\":\"Aktivera självservice för deltagare som standard\",\"Upeg/u\":\"Aktivera denna mall för att skicka e-post\",\"7dSOhU\":\"Aktivera väntelista\",\"RxzN1M\":\"Aktiverad\",\"sGjBEq\":\"Slutdatum och tid (valfritt)\",\"PKXt9R\":\"Slutdatum måste vara efter startdatum\",\"vTL8gi\":\"Sluttid\",\"48Y16Q\":\"Sluttid (valfritt)\",\"TbaYrr\":[\"Slutade \",[\"0\"]],\"CFgwiw\":[\"Slutar \",[\"0\"]],\"SqOIQU\":\"Ange en kapacitet eller välj obegränsat.\",\"h37gRz\":\"Ange en etikett eller välj att ta bort den.\",\"7YZofi\":\"Ange ämne och innehåll för att se förhandsgranskningen\",\"khyScF\":\"Ange hur mycket tiderna ska förskjutas.\",\"SKx/0u\":\"Ange ett platsnamn eller en adress\",\"ppwojw\":\"Ange ett platsnamn eller en adress för fysiska evenemang\",\"j+eCIq\":\"Ange adressen manuellt\",\"3bR1r4\":\"Ange partnerns e-post (valfritt)\",\"ARkzso\":\"Ange partnernamn\",\"ej4L8b\":\"Ange kapacitet\",\"6KnyG0\":\"Ange e-postadress\",\"INDKM9\":\"Ange e-postämne...\",\"xUgUTh\":\"Ange förnamn\",\"9/1YKL\":\"Ange efternamn\",\"VpwcSk\":\"Ange nytt lösenord\",\"kWg31j\":\"Ange unik partnerkod\",\"C3nD/1\":\"Ange din e-postadress\",\"VmXiz4\":\"Ange din e-postadress så skickar vi instruktioner för att återställa ditt lösenord.\",\"n9V+ps\":\"Ange ditt namn\",\"IdULhL\":\"Ange ditt momsnummer inklusive landskod, utan mellanslag (t.ex. IE1234567A, DE123456789)\",\"RRlWVA\":\"Hela ordern\",\"o21Y+P\":\"poster\",\"X88/6w\":\"Poster visas här när kunder ansluter sig till väntelistan för slutsålda produkter.\",\"LslKhj\":\"Fel vid inläsning av loggar\",\"BkEWfd\":\"Esc för att stänga\",\"VCNHvW\":\"Evenemang arkiverat\",\"ZD0XSb\":\"Evenemanget har arkiverats\",\"WgD6rb\":\"Evenemangskategori\",\"b46pt5\":\"Omslagsbild för evenemang\",\"NAUIJ7\":\"Evenemang skapat\",\"1b77ID\":\"Evenemang skapat\",\"1Hzev4\":\"Anpassad evenemangsmall\",\"+v+GW0\":\"Visning av evenemangsdatum\",\"7u9/DO\":\"Evenemanget har tagits bort\",\"imgKgl\":\"Evenemangsbeskrivning\",\"IzR/Fc\":\"Hela evenemangets livstid\",\"PYs3rP\":\"Evenemangsnamn\",\"HhwcTQ\":\"Evenemangsnamn\",\"WZZzB6\":\"Evenemangsnamn krävs\",\"Wd5CDM\":\"Evenemangsnamnet måste vara kortare än 150 tecken\",\"4JzCvP\":\"Evenemanget är inte tillgängligt\",\"mImacG\":\"Evenemangssida\",\"Hk9Ki/\":\"Evenemanget har återställts\",\"JyD0LH\":\"Evenemangsinställningar\",\"XVLu2v\":\"Evenemangstitel\",\"OfmsI9\":\"Evenemang för nytt\",\"4SILkp\":\"Totalt för evenemanget\",\"YDVUVl\":\"Evenemangstyper\",\"+HeiVx\":\"Evenemang uppdaterat\",\"19j6uh\":\"Evenemangens resultat\",\"PC3/fk\":\"Evenemang som startar inom 24 timmar\",\"CRsuq4\":\"Varje\",\"nwiZdc\":[\"Var \",[\"0\"]],\"B2jjf8\":[\"Var \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Var \",[\"0\"],\" dag\"],\"yLiYx+\":[\"Var \",[\"0\"],\" månad\"],\"nn9ice\":[\"Var \",[\"0\"],\" vecka\"],\"Cdr8f9\":[\"Var \",[\"0\"],\" vecka på \",[\"1\"]],\"GVEHRk\":[\"Var \",[\"0\"],\" år\"],\"XlRpgq\":[\"Varje \",[\"cadenceUnit\"]],\"fTFfOK\":\"Varje e-postmall måste innehålla en uppmaningsknapp som länkar till rätt sida\",\"hHTPiT\":\"Allt annat – tryck för att redigera\",\"BVinvJ\":\"Exempel: \\\"Hur hörde du talas om oss?\\\", \\\"Företagsnamn för faktura\\\"\",\"2hGPQG\":\"Exempel: \\\"T-shirtstorlek\\\", \\\"Matpreferens\\\", \\\"Jobbtitel\\\"\",\"qNuTh3\":\"Undantag\",\"aW/bzJ\":\"Verkställ radering\",\"CtAcQ7\":\"Verkställ radering nu\",\"xj4fwT\":\"Verkställ nu\",\"M1RnFv\":\"Utgånget\",\"kF8HQ7\":\"Exportera svar\",\"2KAI4N\":\"Exportera CSV\",\"JKfSAv\":\"Export misslyckades. Försök igen.\",\"SVOEsu\":\"Export startad. Förbereder fil...\",\"wuyaZh\":\"Export lyckades\",\"9bpUSo\":\"Exporterar partners\",\"jtrqH9\":\"Exporterar deltagare\",\"R4Oqr8\":\"Export klar. Laddar ner fil...\",\"UlAK8E\":\"Exporterar ordrar\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Misslyckades\",\"8uOlgz\":\"Misslyckades vid\",\"tKcbYd\":\"Misslyckade jobb\",\"SsI9v/\":\"Misslyckades med att avbryta ordern. Försök igen.\",\"LdPKPR\":\"Misslyckades med att tilldela konfiguration\",\"PO0cfn\":\"Datumet kunde inte ställas in\",\"YUX+f+\":\"Datumen kunde inte ställas in\",\"SIHgVQ\":\"Det gick inte att avbryta meddelandet\",\"cEFg3R\":\"Misslyckades med att skapa partner\",\"dVgNF1\":\"Misslyckades med att skapa konfiguration\",\"fAoRRJ\":\"Schemat kunde inte skapas\",\"4yLYTb\":\"Det gick inte att skapa schemat. Försök igen.\",\"U66oUa\":\"Misslyckades med att skapa mall\",\"+RTkEY\":\"Det gick inte att ta bort meddelandet\",\"aFk48v\":\"Misslyckades med att ta bort konfiguration\",\"n1CYMH\":\"Datumet kunde inte tas bort\",\"KXv+Qn\":\"Datumet kunde inte tas bort. Det kan finnas ordrar kopplade till det.\",\"JJ0uRo\":\"Datumen kunde inte tas bort\",\"rgoBnv\":\"Det gick inte att ta bort evenemanget\",\"Zw6LWb\":\"Misslyckades med att ta bort jobb\",\"tq0abZ\":\"Misslyckades med att ta bort jobb\",\"2mkc3c\":\"Det gick inte att ta bort arrangören\",\"5E23qd\":\"Produkten kunde inte tas bort. Försök igen.\",\"vKMKnu\":\"Misslyckades med att ta bort frågan\",\"xFj7Yj\":\"Misslyckades med att ta bort mall\",\"jo3Gm6\":\"Misslyckades med att exportera partners\",\"Jjw03p\":\"Misslyckades med att exportera deltagare\",\"ZPwFnN\":\"Misslyckades med att exportera ordrar\",\"zGE3CH\":\"Misslyckades med att exportera rapport. Försök igen.\",\"lS9/aZ\":\"Kunde inte ladda mottagare\",\"X4o0MX\":\"Misslyckades med att läsa in webhook\",\"ETcU7q\":\"Kunde inte erbjuda plats\",\"5670b9\":\"Kunde inte erbjuda biljetter\",\"e5KIbI\":\"Datumet kunde inte återaktiveras\",\"7zyx8a\":\"Misslyckades med att ta bort från väntelistan\",\"A/P7PX\":\"Anpassningen kunde inte tas bort\",\"ogWc1z\":\"Datumet kunde inte öppnas igen\",\"0+iwE5\":\"Misslyckades med att ändra ordning på frågorna\",\"EJPAcd\":\"Misslyckades med att skicka orderbekräftelsen igen\",\"DjSbj3\":\"Misslyckades med att skicka biljetten igen\",\"YQ3QSS\":\"Misslyckades med att skicka verifieringskod igen\",\"wDioLj\":\"Misslyckades med att försöka igen\",\"DKYTWG\":\"Misslyckades med att försöka igen\",\"WRREqF\":\"Anpassningen kunde inte sparas\",\"sj/eZA\":\"Prisanpassningen kunde inte sparas\",\"780n8A\":\"Produktinställningarna kunde inte sparas\",\"zTkTF3\":\"Misslyckades med att spara mall\",\"l6acRV\":\"Misslyckades med att spara momsinställningar. Försök igen.\",\"T6B2gk\":\"Misslyckades med att skicka meddelande. Försök igen.\",\"lKh069\":\"Misslyckades med att starta exportjobb\",\"t/KVOk\":\"Misslyckades med att starta impersonering. Försök igen.\",\"QXgjH0\":\"Misslyckades med att stoppa impersonering. Försök igen.\",\"i0QKrm\":\"Misslyckades med att uppdatera partner\",\"NNc33d\":\"Misslyckades med att uppdatera svar.\",\"E9jY+o\":\"Misslyckades med att uppdatera deltagare\",\"uQynyf\":\"Misslyckades med att uppdatera konfiguration\",\"i2PFQJ\":\"Det gick inte att uppdatera evenemangets status\",\"EhlbcI\":\"Misslyckades med att uppdatera meddelandenivå\",\"rpGMzC\":\"Misslyckades med att uppdatera order\",\"T2aCOV\":\"Det gick inte att uppdatera arrangörens status\",\"Eeo/Gy\":\"Misslyckades med att uppdatera inställning\",\"kqA9lY\":\"Misslyckades med att uppdatera momsinställningar\",\"nkNfWu\":\"Misslyckades med att ladda upp bild. Försök igen.\",\"rxy0tG\":\"Misslyckades med att verifiera e-post\",\"QRUpCk\":\"Familj\",\"5LO38w\":\"Snabba utbetalningar till din bank\",\"4lgLew\":\"Februari\",\"9bHCo2\":\"Avgiftsvaluta\",\"/sV91a\":\"Hantering av avgifter\",\"K4dKSP\":\"Avgiftsanpassning sparad\",\"LyUWXA\":\"Avgifter kringgås\",\"cf35MA\":\"Festival\",\"pAey+4\":\"Filen är för stor. Maximal storlek är 5 MB.\",\"VejKUM\":\"Fyll i dina uppgifter ovan först\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filtrera deltagare\",\"8OvVZZ\":\"Filtrera deltagare\",\"N/H3++\":\"Filtrera på datum\",\"mvrlBO\":\"Filtrera efter evenemang\",\"g+xRXP\":\"Slutför inställningen av Stripe\",\"LHH461\":\"Slutför inställningen\",\"syyeb9\":\"Första\",\"Vj6wk9\":\"Första 30 dagarna\",\"/bpZYb\":\"Första 7 dagarna\",\"ziEnjY\":\"Första 90 dagarna\",\"1vBhpG\":\"Första deltagare\",\"4pwejF\":\"Förnamn är obligatoriskt\",\"rVogsf\":\"Åtgärda problemen för att publicera\",\"3lkYdQ\":\"Fast avgift\",\"6bBh3/\":\"Fast avgift\",\"zWqUyJ\":\"Fast avgift per transaktion\",\"LWL3Bs\":\"Fast avgift måste vara 0 eller högre\",\"0RI8m4\":\"Blixt av\",\"q0923e\":\"Blixt på\",\"X+U6/w\":\"Teckensnitt\",\"lWxAUo\":\"Mat och dryck\",\"nFm+5u\":\"Sidfotstext\",\"sQv06Y\":\"i\",\"NTzcRQ\":\"För ett antal datum\",\"a8nooQ\":\"Fjärde\",\"xVhQZV\":\"Fre\",\"39y5bn\":\"Fredag\",\"ejVYRQ\":\"Från\",\"hGDVDa\":[\"Från \",[\"0\"]],\"+dBe1R\":[\"Från \",[\"start\"]],\"1dv+MO\":[\"från \",[\"start\"],\" till \",[\"end\"]],\"l82hjf\":[\"från \",[\"start\"],\", \",[\"count\"],\" datum\"],\"f5UbZ0\":\"Full äganderätt till dina data\",\"cfvx/y\":\"Hela evenemanget\",\"MY2SVM\":\"Full återbetalning\",\"PGQLdy\":\"kommande\",\"8N/j1s\":\"Endast kommande datum\",\"yRx/6K\":\"Kommande datum kopieras med kapaciteten nollställd\",\"T02gNN\":\"Allmän entré\",\"3ep0Gx\":\"Allmän information om din arrangör\",\"ziAjHi\":\"Generera\",\"exy8uo\":\"Generera kod\",\"4CETZY\":\"Få vägbeskrivning\",\"pjkEcB\":\"Få betalt\",\"lGYzP6\":\"Få betalt med Stripe\",\"ZDIydz\":\"Sätt igång\",\"u6FPxT\":\"Köp biljetter\",\"2ohvu7\":\"Text på köp biljetter-knapp\",\"8KDgYV\":\"Gör ditt evenemang redo\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Gå tillbaka\",\"sr0UJD\":\"Tillbaka\",\"oNL5vN\":\"Gå till evenemangssidan\",\"gHSuV/\":\"Gå till startsidan\",\"8+Cj55\":\"Gå till schemat\",\"6nDzTl\":\"God läsbarhet\",\"76gPWk\":\"Uppfattat\",\"CZXzs4\":\"Grekiska\",\"aGWZUr\":\"Bruttointäkter\",\"n8IUs7\":\"Bruttointäkter\",\"O1wAlQ\":\"Gäst\",\"LIYoRQ\":\"Gästhantering\",\"NUsTc4\":\"Pågår nu\",\"S2Y4aO\":\"Permanent radering\",\"kTSQej\":[\"Hej \",[\"0\"],\", hantera din plattform härifrån.\"],\"URTkcd\":\"Hjälp oss att bli bättre genom att berätta varför du lämnar\",\"dORAcs\":\"Här är alla biljetter som är kopplade till din e-postadress.\",\"g+2103\":\"Här är din partnerlänk\",\"bVsnqU\":\"Hej,\",\"/iE8xx\":\"Hi.Events-avgift\",\"zppscQ\":\"Hi.Events plattformsavgifter och momsfördelning per transaktion\",\"D+zLDD\":\"Dold\",\"cZO505\":[\"Dold – försäljningen avslutades \",[\"end\"],\".\"],\"DRErHC\":\"Dold för deltagare – endast synlig för arrangörer\",\"9zfvsx\":\"Dold för alla\",\"nMfkJW\":\"Dold för alla – huvudreglaget för att dölja är på.\",\"NNnsM0\":\"Dölj avancerade alternativ\",\"P+5Pbo\":\"Dölj svar\",\"VMlRqi\":\"Dölj detaljer\",\"NQgWuh\":\"Dölj förhandsgranskning\",\"uXNYjR\":\"Dölj slutsålda datum och tider\",\"g9RcYX\":\"Dölj datumet\",\"uMwTx7\":\"Dölj denna kategori?\",\"LLt2UT\":\"Döljer slutsålda\",\"gtEbeW\":\"Markera\",\"NF8sdv\":\"Markeringsmeddelande\",\"MXSqmS\":\"Markera denna produkt\",\"7ER2sc\":\"Markerad\",\"sq7vjE\":\"Markerade produkter får en annan bakgrundsfärg för att sticka ut på evenemangssidan.\",\"1+WSY1\":\"Fritid\",\"yY8wAv\":\"Timmar\",\"49Tkiw\":\"Hur tillämpas rabatten?\",\"sy9anN\":\"Hur lång tid en kund har på sig att slutföra sitt köp efter att ha fått ett erbjudande. Lämna tomt för ingen tidsgräns.\",\"cceMns\":\"Så tillämpas moms på plattformsavgifterna vi tar ut av dig.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Ungerska\",\"8Wgd41\":\"Jag bekräftar mitt ansvar som personuppgiftsansvarig\",\"O8m7VA\":\"Jag godkänner att ta emot e-postmeddelanden relaterade till detta evenemang\",\"YLgdk5\":\"Jag bekräftar att detta är ett transaktionsmeddelande relaterat till detta evenemang\",\"4/kP5a\":\"Om en ny flik inte öppnades automatiskt, klicka på knappen nedan för att fortsätta till kassan.\",\"W/eN+G\":\"Om tomt kommer adressen att användas för att generera en Google Maps-länk\",\"CY3yHL\":\"Om markerad kommer denna kategori att döljas för allmänheten.\",\"iIEaNB\":\"Om du har ett konto hos oss kommer du att få ett e-postmeddelande med instruktioner för hur du återställer ditt lösenord.\",\"an5hVd\":\"Bilder\",\"tSVr6t\":\"Impersonera\",\"TWXU0c\":\"Impersonera användare\",\"5LAZwq\":\"Impersonering startad\",\"IMwcdR\":\"Impersonering stoppad\",\"0I0Hac\":\"Viktig information\",\"yD3avI\":\"Viktigt: Om du ändrar din e-postadress uppdateras länken för att komma åt denna order. Du kommer att omdirigeras till den nya orderlänken efter att du har sparat.\",\"jT142F\":[\"Om \",[\"diffHours\"],\" timmar\"],\"OoSyqO\":[\"Om \",[\"diffMinutes\"],\" minuter\"],\"PdMhEx\":[\"senaste \",[\"0\"],\" min\"],\"u7r0G5\":\"På plats – ange en plats\",\"/LCAwL\":\"Pågår\",\"5gTmFD\":\"inkl. avgifter\",\"laL+R0\":\"inkl. avgifter & skatt\",\"cXeh90\":\"inkl. skatt\",\"pxFAp/\":\"Öka\",\"nQMUIO\":\"Öka antal\",\"F1Xp97\":\"Enskilda deltagare\",\"85e6zs\":\"Infoga Liquid-token\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Direkta Stripe-utbetalningar\",\"nbfdhU\":\"Integrationer\",\"I8eJ6/\":\"Interna anteckningar på deltagarens biljett\",\"B2Tpo0\":\"Ogiltig e-postadress\",\"5tT0+u\":\"Ogiltigt e-postformat\",\"f9WRpE\":\"Ogiltig filtyp. Ladda upp en bild.\",\"tnL+GP\":\"Ogiltig Liquid-syntax. Korrigera och försök igen.\",\"N9JsFT\":\"Ogiltigt format på momsregistreringsnummer\",\"g+lLS9\":\"Bjud in en teammedlem\",\"1z26sk\":\"Bjud in teammedlem\",\"KR0679\":\"Bjud in teammedlemmar\",\"aH6ZIb\":\"Bjud in ditt team\",\"Dn4OyV\":\"Inbjuden\",\"IuMGvq\":\"Faktura\",\"a/bUcL\":\"Det äger rum på fler än ett datum\",\"d+Oe9r\":\"Det kan ha avpublicerats eller tagits bort. Kontrollera länken och försök igen.\",\"Lj7sBL\":\"Italienska\",\"F5/CBH\":\"artikel(er)\",\"BzfzPK\":\"Artiklar\",\"rjyWPb\":\"Januari\",\"KmWyx0\":\"Jobb\",\"o5r6b2\":\"Jobb borttaget\",\"cd0jIM\":\"Jobbdetaljer\",\"ruJO57\":\"Jobbnamn\",\"YZi+Hu\":\"Jobb köat för nytt försök\",\"nCywLA\":\"Delta varifrån som helst\",\"SNzppu\":\"Gå med i väntelistan\",\"dLouFI\":[\"Gå med i väntelistan för \",[\"productDisplayName\"]],\"2gMuHR\":\"Ansluten\",\"u4ex5r\":\"Juli\",\"zeEQd/\":\"Juni\",\"MxjCqk\":\"Letar du bara efter dina biljetter?\",\"xOTzt5\":\"nyss\",\"0RihU9\":\"Nyss avslutat\",\"Brhs/U\":\"Behåll anslutningen\",\"4OjqAQ\":\"Fortsätt redigera\",\"lwO5vw\":[\"Håll det kort — banners visar en enda rad. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Håll mig uppdaterad om nyheter och evenemang från \",[\"0\"]],\"ioFA9i\":\"Behåll vinsten.\",\"C/pOUI\":\"Etikett — t.ex. Morgonpass\",\"o66QSP\":\"etikettuppdateringar\",\"RtKKbA\":\"Sista\",\"DruLRc\":\"Senaste 14 dagarna\",\"ve9JTU\":\"Efternamn är obligatoriskt\",\"h0Q9Iw\":\"Senaste svar\",\"gw3Ur5\":\"Senast utlöst\",\"FIq1Ba\":\"Senare\",\"xvnLMP\":\"Senaste incheckningarna\",\"GGFOZD\":\"Låt ”Från” vara idag för att börja direkt.\",\"N5TErv\":\"Lämna tomt för obegränsat\",\"L/hDDD\":\"Lämna tomt för att låta incheckningslistan gälla alla datum\",\"9Pf3wk\":\"Låt vara på för att omfatta alla biljetter i evenemanget. Stäng av för att välja specifika biljetter.\",\"Hq2BzX\":\"Berätta om ändringen för dem\",\"+uexiy\":\"Berätta om ändringarna för dem\",\"exYcTF\":\"Bibliotek\",\"1njn7W\":\"Ljus\",\"1qY5Ue\":\"Länken har gått ut eller är ogiltig\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Länkar tillåtna\",\"2BBAbc\":\"Lista\",\"dF6vP6\":\"Live\",\"fpMs2Z\":\"LIVE\",\"D9zTjx\":\"Liveevenemang\",\"a37vfH\":\"Live-förhandsvisning\",\"C33p4q\":\"Inlästa datum\",\"WdmJIX\":\"Laddar förhandsvisning...\",\"IoDI2o\":\"Laddar tokens...\",\"G3Ge9Z\":\"Laddar webhook-loggar...\",\"NFxlHW\":\"Laddar webhooks\",\"E0DoRM\":\"Platsen har tagits bort\",\"7w8lJU\":\"Platsen har sparats\",\"YsRXDD\":\"Platsen har uppdaterats\",\"A/kIva\":\"platsuppdateringar\",\"iyZPPR\":\"platser\",\"VppBoU\":\"Platser\",\"iG7KNr\":\"Logotyp\",\"vu7ZGG\":\"Logotyp och omslagsbild\",\"gddQe0\":\"Logotyp och omslagsbild för din arrangör\",\"TBEnp1\":\"Logotypen visas i sidhuvudet\",\"Jzu30R\":\"Logotypen visas på biljetten\",\"PSRm6/\":\"Hitta mina biljetter\",\"yJFu/X\":\"Huvudkontor\",\"v5nFPh\":\"Gör det synligt så att folk kan köpa biljetter\",\"cdY2at\":[\"Hantera \",[\"0\"]],\"wZJfA8\":\"Hantera datum och tider för ditt återkommande evenemang\",\"RlzPUE\":\"Hantera i Stripe\",\"sjoDuh\":\"Hantera schema\",\"6NXJRK\":\"Hantera schema\",\"zXuaxY\":\"Hantera ditt evenemangs väntelista, visa statistik och erbjud biljetter till deltagare.\",\"g2npA5\":\"Manuellt erbjudande\",\"hg6l4j\":\"Mars\",\"pqRBOz\":\"Markera som validerad (administratörsbeslut)\",\"2L3vle\":\"Max meddelanden / 24h\",\"Qp4HWD\":\"Max mottagare / meddelande\",\"7qu2YV\":[\"Max \",[\"cap\"],\" per beställning\"],\"3JzsDb\":\"Maj\",\"agPptk\":\"Medium\",\"xDAtGP\":\"Meddelande\",\"bECJqy\":\"Meddelande godkänt\",\"1jRD0v\":\"Meddela deltagare med specifika biljetter\",\"uQLXbS\":\"Meddelande avbrutet\",\"48rf3i\":\"Meddelandet får inte överstiga 5000 tecken\",\"ZPj0Q8\":\"Meddelandedetaljer\",\"Vjat/X\":\"Meddelande krävs\",\"0/yJtP\":\"Meddela orderägare med specifika produkter\",\"saG4At\":\"Meddelande schemalagt\",\"mFdA+i\":\"Meddelandenivå\",\"v7xKtM\":\"Meddelandenivå uppdaterad\",\"/VRn+9\":[\"Minst \",[\"min\"],\" per order\"],\"H9HlDe\":\"minuter\",\"agRWc1\":\"Minuter\",\"FfPWR0\":\"Modal\",\"zz/Wd/\":\"Läge\",\"fpMgHS\":\"Mån\",\"hty0d5\":\"Måndag\",\"JbIgPz\":\"Monetära värden är ungefärliga totaler över alla valutor\",\"qvF+MT\":\"Övervaka och hantera misslyckade bakgrundsjobb\",\"kY2ll9\":\"månad\",\"HajiZl\":\"Månad\",\"+8Nek/\":\"Månadsvis\",\"6jefe3\":\"månader\",\"f8jrkd\":\"till\",\"JcD7qf\":\"Fler åtgärder\",\"w36OkR\":\"Mest visade evenemang (Senaste 14 dagarna)\",\"+Y/na7\":\"Flytta alla datum tidigare eller senare\",\"3DIpY0\":\"Flera platser\",\"g9cQCP\":\"Flera biljettyper\",\"GfaxEk\":\"Musik\",\"oVGCGh\":\"Mina biljetter\",\"8/brI5\":\"Namn krävs\",\"sFFArG\":\"Namnet måste vara kortare än 255 tecken\",\"Bst+aq\":\"Behöver du byta Stripe-konto? Koppla från det här.\",\"xxU3NX\":\"Nettointäkter\",\"7I8LlL\":\"Ny kapacitet\",\"n1GRql\":\"Ny etikett\",\"y0Fcpd\":\"Ny plats\",\"ArHT/C\":\"Nya registreringar\",\"uK7xWf\":\"Ny tid:\",\"g8JmSC\":\"Nästa månad\",\"veT5Br\":\"Nästa datum\",\"WXtl5X\":[\"Nästa: \",[\"nextFormatted\"]],\"eWRECP\":\"Nattliv\",\"HSw5l3\":\"Nej, jag är en privatperson eller ett företag som inte är momsregistrerat\",\"VHfLAW\":\"Inga konton\",\"+jIeoh\":\"Inga konton hittades\",\"074+X8\":\"Inga aktiva webhooks\",\"zxnup4\":\"Inga affiliates att visa\",\"hUHrkV\":\"Inga meddelanden ännu\",\"Dwf4dR\":\"Inga deltagarfrågor ännu\",\"th7rdT\":\"Inga deltagare att visa\",\"PKySlW\":\"Inga deltagare ännu för det här datumet.\",\"/UC6qk\":\"Ingen attributionsdata hittades\",\"E2vYsO\":\"Stripe har inte rapporterat några funktioner ännu.\",\"amMkpL\":\"Ingen kapacitet\",\"d2Jf1f\":\"Ingen ändring\",\"99ntUF\":\"Inga incheckningslistor tillgängliga för detta evenemang.\",\"wG+knX\":\"Inga incheckningar ännu\",\"+dAKxg\":\"Inga konfigurationer hittades\",\"LiLk8u\":\"Inga kopplingar tillgängliga\",\"eb47T5\":\"Ingen data hittades för de valda filtren. Prova att justera datumintervall eller valuta.\",\"Zc216S\":\"Inget datum tillagt\",\"I8mtzP\":\"Inga datum tillgängliga den här månaden. Prova en annan månad.\",\"yDukIL\":\"Inga datum matchar de aktuella filtren.\",\"B7phdj\":\"Inga datum matchar dina filter\",\"/ZB4Um\":\"Inga datum matchar din sökning\",\"OtJSnL\":\"Inga datum schemalagda\",\"gEdNe8\":\"Inga datum schemalagda ännu\",\"w+wkcC\":\"Inga raderingsbegäranden hittades\",\"pZNOT9\":\"Inget slutdatum\",\"dW40Uz\":\"Inga evenemang hittades\",\"8pQ3NJ\":\"Inga evenemang startar inom de närmaste 24 timmarna\",\"8zCZQf\":\"Inga evenemang ännu\",\"Yc5YW6\":\"Inga misslyckade jobb\",\"EpvBAp\":\"Ingen faktura\",\"N+9Onb\":\"Inga gränser\",\"XZkeaI\":\"Inga loggar hittades\",\"IcAC6J\":\"Inga matchande teckensnitt\",\"nrSs2u\":\"Inga meddelanden hittades\",\"Rj99yx\":\"Inga datum tillgängliga\",\"IFU1IG\":\"Inga datum den här dagen\",\"OVFwlg\":\"Inga orderfrågor ännu\",\"EJ7bVz\":\"Inga ordrar hittades\",\"NEmyqy\":\"Inga ordrar ännu\",\"a77B6w\":\"Inga ordrar ännu för det här datumet.\",\"wUv5xQ\":\"Ingen arrangörsaktivitet de senaste 14 dagarna\",\"vLd1tV\":\"Ingen arrangörskontext tillgänglig.\",\"B7w4KY\":\"Inga andra arrangörer tillgängliga\",\"PChXMe\":\"Inga betalda beställningar\",\"6jYQGG\":\"Inga tidigare evenemang\",\"CHzaTD\":\"Inga populära evenemang de senaste 14 dagarna\",\"zK/+ef\":\"Inga produkter tillgängliga för val\",\"M1/lXs\":\"Inga produkter konfigurerade för det här evenemanget.\",\"kY7XDn\":\"Inga produkter har väntelisteposter\",\"8mw4tm\":\"Meddelande vid inga produkter\",\"wYiAtV\":\"Inga nya kontoregistreringar\",\"UW90md\":\"Inga mottagare hittades\",\"QoAi8D\":\"Inget svar\",\"JeO7SI\":\"Inget svar\",\"EK/G11\":\"Inga svar ännu\",\"AxPAXW\":\"Inga resultat hittades\",\"59OWd3\":\"Inga sparade platser\",\"mPdY6W\":\"Inga förslag\",\"3sRuiW\":\"Inga biljetter hittades\",\"debCrL\":\"Inga biljetter att sälja\",\"k2C0ZR\":\"Inga kommande datum\",\"yM5c0q\":\"Inga kommande evenemang\",\"qpC74J\":\"Inga användare hittades\",\"8wgkoi\":\"Inga visade evenemang de senaste 14 dagarna\",\"Arzxc1\":\"Inga väntelisteposter\",\"n5vdm2\":\"Inga webhook-händelser har registrerats för denna endpoint ännu. Händelser visas här när de utlöses.\",\"4GhX3c\":\"Inga webhooks\",\"4+am6b\":\"Nej, stanna kvar här\",\"4JVMUi\":\"oredigerade\",\"ACaDVQ\":\"Inga ännu\",\"Itw24Q\":\"Inte incheckad\",\"x5+Lcz\":\"Inte incheckad\",\"8n10sz\":\"Inte behörig\",\"kLvU3F\":\"Meddela deltagarna och stoppa försäljningen\",\"t9QlBd\":\"November\",\"kAREMN\":\"Antal datum att skapa\",\"6u1B3O\":\"Datum\",\"mmoE62\":\"Datum inställt\",\"V9flmL\":\"Datumschema\",\"Kh3WO8\":\"Sammanfattning för datumet\",\"byXCTu\":\"Datum\",\"KATw3p\":\"Datum (endast kommande)\",\"85rTR2\":\"Datum kan konfigureras efter att evenemanget skapats\",\"dzQfDY\":\"Oktober\",\"BwJKBw\":\"av\",\"GQnX9d\":\"varje månad\",\"az8lvo\":\"Av\",\"9h7RDh\":\"Erbjud\",\"EfK2O6\":\"Erbjud plats\",\"3sVRey\":\"Erbjud biljetter\",\"2O7Ybb\":\"Tidsgräns för erbjudande\",\"1jUg5D\":\"Erbjuden\",\"l+/HS6\":[\"Erbjudanden löper ut efter \",[\"timeoutHours\"],\" timmar.\"],\"6Aih4U\":\"Offline\",\"Fdp03t\":\"på\",\"Z5HWHd\":\"På\",\"TH5A28\":[\"på \",[\"dayList\"]],\"qiMtVT\":[\"den \",[\"day\"],\" \",[\"month\"]],\"nO3VbP\":[\"Till salu \",[\"0\"]],\"pPAGSK\":[\"den \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"På evenemangssidan\",\"H7stQC\":\"På väntelistan\",\"oXOSPE\":\"Online\",\"aqmy5k\":\"Digitalt – ange anslutningsuppgifter\",\"LuZBbx\":\"Digitalt och på plats\",\"IXuOqt\":\"Digitalt och på plats – se schemat\",\"WjSpu5\":\"Onlineevenemang\",\"wCRLS9\":[\"Endast \",[\"cap\"],\" tillgängliga\"],\"scPxI/\":[\"Endast \",[\"capacity\"],\" kvar\"],\"Gk0+G6\":\"Bara ett namn krävs – allt annat har vettiga standardvärden\",\"NdOxqr\":\"Endast kontoadministratörer kan ta bort eller arkivera evenemang. Kontakta din kontoadministratör för hjälp.\",\"rnoDMF\":\"Endast kontoadministratörer kan ta bort eller arkivera arrangörer. Kontakta din kontoadministratör för hjälp.\",\"tnx0u1\":\"Tillgänglig endast som tillägg\",\"z4JBd7\":\"Endast publicerade meddelanden visas för användare\",\"bU7oUm\":\"Skicka endast till ordrar med dessa statusar\",\"wkpaqp\":\"Visa endast startdatum och -tid\",\"chktt5\":\"Visas endast som tillägg till de produkter den är kopplad till\",\"Y4HHYW\":\"Visas endast som tillägg till de produkter den är kopplad till.\",\"Z82In9\":\"Endast kontoägaren kan begära kontoradering.\",\"DMk8F0\":\"Endast biljetter räknas mot kapaciteten\",\"+/Z3yr\":\"Synlig endast för köpare med en giltig kampanjkod.\",\"M2w1ni\":\"Endast synlig med kampanjkod\",\"y8Bm7C\":\"Öppna incheckning\",\"RLz7P+\":\"Öppna datum\",\"iMqrOb\":\"Valfri uppmaning till handling\",\"cDSdPb\":\"Valfritt smeknamn som visas i väljare, t.ex. \\\"HK:s konferensrum\\\"\",\"HXMJxH\":\"Valfri text för friskrivningar, kontaktuppgifter eller tackmeddelanden, endast en rad\",\"L565X2\":\"alternativ\",\"8m9emP\":\"eller lägg till ett enskilt datum\",\"eBskDE\":\"Eller aktivera offlinebetalningar och inaktivera Stripe\",\"dSeVIm\":\"order\",\"c/TIyD\":\"Order och biljett\",\"H5qWhm\":\"Order avbruten\",\"b6+Y+n\":\"Order slutförd\",\"x4MLWE\":\"Orderbekräftelse\",\"CsTTH0\":\"Orderbekräftelsen skickades igen\",\"ppuQR4\":\"Order skapad\",\"xtQzag\":\"Orderdetaljer\",\"vrSW9M\":\"Ordern har avbrutits och återbetalats. Orderägaren har informerats.\",\"rzw+wS\":\"Beställningsinnehavare\",\"oI/hGR\":\"Order-ID\",\"m8vQEP\":\"Ordergränser\",\"vu6Arl\":\"Order markerad som betald\",\"sLbJQz\":\"Order hittades inte\",\"kvYpYu\":\"Order hittades inte\",\"eJ8SvM\":\"Ordernummer, köpdatum, köparens e-post\",\"FaPYw+\":\"Orderägare\",\"eB5vce\":\"Orderägare med en specifik produkt\",\"CxLoxM\":\"Orderägare med produkter\",\"UkHo4c\":\"Beställningsreferens\",\"EZy55F\":\"Order återbetalad\",\"6eSHqs\":\"Orderstatusar\",\"oW5877\":\"Ordersumma\",\"e7eZuA\":\"Order uppdaterad\",\"1SQRYo\":\"Order uppdaterades\",\"3NT0Ck\":\"Ordern avbröts\",\"V5khLm\":\"ordrar\",\"sd5IMt\":\"Slutförda beställningar\",\"5It1cQ\":\"Ordrar exporterade\",\"UQ0ACV\":\"Totalt antal beställningar\",\"B/EBQv\":\"Ordrar:\",\"qtGTNu\":\"Naturliga konton\",\"P/JHA4\":\"Arrangören har arkiverats\",\"S3CZ5M\":\"Arrangörens instrumentpanel\",\"GzjTd0\":\"Arrangören har tagits bort\",\"SQqJd8\":\"Arrangör hittades inte\",\"HF8Bxa\":\"Arrangören har återställts\",\"wpj63n\":\"Arrangörsinställningar\",\"o1my93\":\"Uppdatering av arrangörsstatus misslyckades. Försök igen senare\",\"rLHma1\":\"Arrangörsstatus uppdaterad\",\"LqBITi\":\"Arrangörens eller standardmall kommer att användas\",\"q4zH+l\":\"Arrangörer\",\"/IX/7x\":\"Övrigt\",\"RsiDDQ\":\"Andra listor (biljett ingår inte)\",\"EufvBx\":\"Resultat\",\"aDfajK\":\"Utomhus\",\"qMASRF\":\"Utgående meddelanden\",\"iCOVQO\":\"Anpassning\",\"GpFTEc\":\"Anpassa avgifterna för den här arrangören\",\"M9ZhMP\":\"Anpassa priset\",\"cnVIpl\":\"Anpassning borttagen\",\"6/dCYd\":\"Översikt\",\"6WdDG7\":\"Sida\",\"8uqsE5\":\"Sidan är inte längre tillgänglig\",\"QkLf4H\":\"Sidans URL\",\"sF+Xp9\":\"Sidvisningar\",\"v4nCHK\":\"Betald\",\"c+suC6\":\"Betalda konton\",\"5F7SYw\":\"Delvis återbetalning\",\"fFYotW\":[\"Delvis återbetald: \",[\"0\"]],\"i8day5\":\"För över avgiften till köparen\",\"k4FLBQ\":\"För över till köparen\",\"Ff0Dor\":\"Tidigare\",\"BFjW8X\":\"Förfallen\",\"xTPjSy\":\"Tidigare evenemang\",\"/l/ckQ\":\"Klistra in URL\",\"URAE3q\":\"Pausad\",\"4fL/V7\":\"Betala\",\"W5l9HD\":\"Betala vad du vill\",\"c2/9VE\":\"Payload\",\"5cxUwd\":\"Betalningsdatum\",\"ENEPLY\":\"Betalningsmetod\",\"8Lx2X7\":\"Betalning mottagen\",\"fx8BTd\":\"Betalningar är inte tillgängliga\",\"C+ylwF\":\"Utbetalningar\",\"UbRKMZ\":\"Väntande\",\"UkM20g\":\"Väntar på granskning\",\"dPYu1F\":\"Per deltagare\",\"mQV/nJ\":\"per min\",\"+kvxv+\":\"per order\",\"VlXNyK\":\"Per order\",\"NhuGd7\":\"per produkt\",\"hauDFf\":\"Per biljett\",\"mnF83a\":\"Procentuell avgift\",\"TNLuRD\":\"Procentuell avgift (%)\",\"MixU2P\":\"Procenttalet måste vara mellan 0 och 100\",\"MkuVAZ\":\"Procent av transaktionsbeloppet\",\"/Bh+7r\":\"Prestanda\",\"/4mGVp\":\"Radera detta konto permanent\",\"dGdKgQ\":\"Radera detta konto och dess data permanent.\",\"fIp56F\":\"Ta bort detta evenemang och alla tillhörande data permanent.\",\"nJeeX7\":\"Ta bort denna arrangör och alla dess evenemang permanent.\",\"wfCTgK\":\"Ta bort det här datumet permanent\",\"6kPk3+\":\"Personlig information\",\"zmwvG2\":\"Telefon\",\"tSR/oe\":\"Välj ett slutdatum\",\"e8kzpp\":\"Välj minst en dag i månaden\",\"35C8QZ\":\"Välj minst en veckodag\",\"kJmAsd\":\"Välj dagar för att se dina datum.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Lagd\",\"wBJR8i\":\"Planerar du ett evenemang?\",\"J3lhKT\":\"Plattformsavgift\",\"RD51+P\":[\"Plattformsavgift på \",[\"0\"],\" dras från din utbetalning\"],\"br3Y/y\":\"Plattformsavgifter\",\"3buiaw\":\"Plattformsavgiftsrapport\",\"kv9dM4\":\"Plattformsintäkter\",\"PJ3Ykr\":\"Kontrollera den nya tiden på din biljett. Dina biljetter gäller fortfarande – du behöver inte göra något om inte de nya tiderna krockar för dig. Svara på det här mejlet om du har frågor.\",\"OtjenF\":\"Vänligen ange en giltig e-postadress\",\"jEw0Mr\":\"Ange en giltig URL\",\"n8+Ng/\":\"Ange den femsiffriga koden\",\"r+lQXT\":\"Ange ditt momsregistreringsnummer\",\"Dvq0wf\":\"Vänligen tillhandahåll en bild.\",\"2cUopP\":\"Starta om kassaprocessen.\",\"GoXxOA\":\"Välj ett datum och en tid\",\"8KmsFa\":\"Välj ett datumintervall\",\"EFq6EG\":\"Välj en bild.\",\"fuwKpE\":\"Försök igen.\",\"klWBeI\":\"Vänta innan du begär en ny kod\",\"hfHhaa\":\"Vänta medan vi förbereder dina affiliates för export...\",\"o+tJN/\":\"Vänta medan vi förbereder dina deltagare för export...\",\"+5Mlle\":\"Vänta medan vi förbereder dina ordrar för export...\",\"trnWaw\":\"Polska\",\"luHAJY\":\"Populära evenemang (Senaste 14 dagarna)\",\"p/78dY\":\"Position\",\"OESu7I\":\"Förhindra översäljning genom att dela lager mellan flera biljett­typer.\",\"NgVUL2\":\"Förhandsgranska kassaflödet\",\"cs5muu\":\"Förhandsgranska evenemangssidan\",\"1xwZj/\":\"Föregående månad\",\"Jm2AC3\":\"Prisnivå\",\"a5jvSX\":\"Prisnivåer\",\"aHCEmh\":\"Priser\",\"ReihZ7\":\"Utskriftsförhandsgranskning\",\"JnuPvH\":\"Skriv ut biljett\",\"tYF4Zq\":\"Skriv ut till PDF\",\"LcET2C\":\"Integritetspolicy\",\"8z6Y5D\":\"Genomför återbetalning\",\"JcejNJ\":\"Behandlar order\",\"EWCLpZ\":\"Produkt skapad\",\"XkFYVB\":\"Produkt borttagen\",\"YMwcbR\":\"Produktförsäljning, intäkter och skattefördelning\",\"ls0mTC\":\"Produktinställningar kan inte redigeras för inställda datum.\",\"2339ej\":\"Produktinställningarna har sparats\",\"ldVIlB\":\"Produkt uppdaterad\",\"CP3D8G\":\"Förlopp\",\"JoKGiJ\":\"Kampanjkod\",\"dIodJL\":\"Kampanjkod krävs\",\"k3wH7i\":\"Användning av kampanjkoder och rabattfördelning\",\"tZqL0q\":\"kampanjkoder\",\"oCHiz3\":\"Kampanjkoder\",\"uEhdRh\":\"Endast kampanj\",\"dLm8V5\":\"Marknadsföringsmejl kan leda till att kontot stängs av\",\"W0ETyY\":\"Ange minst ett adressfält (plats, gata, stad eller land).\",\"2W/7Gz\":\"Lämna följande före Stripes nästa granskning så att utbetalningarna fortsätter.\",\"7d1a0d\":\"Offentlig\",\"EEYbdt\":\"Publicera\",\"JcgJKc\":\"Publicera ändå\",\"evDBV8\":\"Publicera evenemang\",\"2zEfOd\":\"Publicera ditt evenemang\",\"u3wRF+\":\"Publicerat\",\"L7nrC8\":\"När du publicerar blir din evenemangssida offentlig och anmälningar öppnas.\",\"dsFmM+\":\"Köpt\",\"JunetL\":\"Köpare\",\"phmeUH\":\"Köparens e-post\",\"ywR4ZL\":\"Incheckning med QR-kod\",\"oWXNE5\":\"Ant.\",\"VbWX2u\":\"Antal\",\"biEyJ4\":\"Svar på frågor\",\"k/bJj0\":\"Frågorna ordnades om\",\"b24kPi\":\"Kö\",\"lTPqpM\":\"Snabbtips\",\"fqDzSu\":\"Sats\",\"mnUGVC\":\"Hastighetsgränsen har överskridits. Försök igen senare.\",\"t41hVI\":\"Erbjud plats igen\",\"TNclgc\":\"Återaktivera det här datumet? Det öppnas för försäljning igen.\",\"RENQ6j\":\"Redo att gå live?\",\"uqoRbb\":\"Analys i realtid\",\"jPSk57\":\"Anledning (valfritt)\",\"xzRvs4\":[\"Ta emot produktuppdateringar från \",[\"0\"],\".\"],\"pLXbi8\":\"Senaste kontoregistreringar\",\"M1HGuR\":\"Senaste aktiviteten\",\"3kJ0gv\":\"Senaste deltagarna\",\"qhfiwV\":\"Senaste incheckningarna\",\"S+0XMX\":\"Senaste ordrarna\",\"Fi3b48\":\"Senaste ordrar\",\"7hPBBn\":\"mottagare\",\"jp5bq8\":\"mottagare\",\"yPrbsy\":\"Mottagare\",\"E1F5Ji\":\"Mottagare är tillgängliga efter att meddelandet har skickats\",\"WEYdDv\":\"Rekommenderas\",\"wuhHPE\":\"Återkommande\",\"asLqwt\":\"Återkommande evenemang\",\"s3uzsK\":\"Inställningar för återkommande evenemang\",\"D0tAMe\":\"Återkommande evenemang\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Omdirigerar till Stripe...\",\"pnoTN5\":\"Hänvisade konton\",\"ACKu03\":\"Uppdatera förhandsgranskning\",\"vuFYA6\":\"Återbetala alla ordrar för de här datumen\",\"4cRUK3\":\"Återbetala alla ordrar för det här datumet\",\"fKn/k6\":\"Återbetalningsbelopp\",\"qY4rpA\":\"Återbetalning misslyckades\",\"FaK/8G\":[\"Återbetala order \",[\"0\"]],\"MGbi9P\":\"Återbetalning väntar\",\"BDSRuX\":[\"Återbetald: \",[\"0\"]],\"bU4bS1\":\"Återbetalningar\",\"rYXfOA\":\"Regionala inställningar\",\"5tl0Bp\":\"Registreringsfrågor\",\"ZNo5k1\":\"Kvar\",\"Bjh87R\":\"Ta bort etiketten från alla datum\",\"IVZaEo\":\"Tar bort slutsålda datum och tider helt från evenemangssidan. När inaktiverat förblir de synliga och märks som slutsålda.\",\"5Vkr/a\":\"Ta bort tid\",\"KkJtVK\":\"Öppna för försäljning igen\",\"XJwWJp\":\"Öppna det här datumet för försäljning igen? Tidigare avbokade biljetter återställs inte – berörda deltagare förblir avbokade och redan gjorda återbetalningar återförs inte.\",\"RYlQY0\":\"Upprepning\",\"CQeZT8\":\"Rapporten hittades inte\",\"JEPMXN\":\"Begär en ny länk\",\"Yx0Ud8\":\"Begärd\",\"Wcv9QD\":\"Begärd av\",\"TMLAx2\":\"Obligatorisk\",\"mdeIOH\":\"Skicka koden igen\",\"sQxe68\":\"Skicka bekräftelse igen\",\"bxoWpz\":\"Skicka bekräftelsemail igen\",\"G42SNI\":\"Skicka e-post igen\",\"TTpXL3\":[\"Skicka igen om \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Skicka biljett igen\",\"Uwsg2F\":\"Reserverad\",\"8wUjGl\":\"Reserverad till\",\"a5z8mb\":\"Återställ till grundpris\",\"kCn6wb\":\"Återställer...\",\"ZlCDf+\":\"Svar\",\"bsydMp\":\"Svarsdetaljer\",\"yKu/3Y\":\"Återställ\",\"RokrZf\":\"Återställ evenemang\",\"/JyMGh\":\"Återställ arrangör\",\"HFvFRb\":\"Återställ detta evenemang för att göra det synligt igen.\",\"DDIcqy\":\"Återställ denna arrangör och gör den aktiv igen.\",\"mO8KLE\":\"resultat\",\"6gRgw8\":\"Försök igen\",\"1BG8ga\":\"Försök alla igen\",\"rDC+T6\":\"Försök jobb igen\",\"CbnrWb\":\"Tillbaka till evenemanget\",\"Lf7TCn\":\"Återanvändbara platser visas här automatiskt när du skapar evenemang med adresser, och du kan även lägga till egna.\",\"mdQ0zb\":\"Återanvändbara platser för dina evenemang. Platser som skapas via autokomplettering sparas här automatiskt.\",\"XFOPle\":\"Återanvänd\",\"1Zehp4\":\"Återanvänd en Stripe-koppling från en annan arrangör i det här kontot.\",\"Oo/PLb\":\"Sammanfattning av intäkter\",\"CfuueU\":\"Återkalla erbjudande\",\"Tpm2G9\":\"Löptid\",\"dFFW9L\":[\"Försäljningen avslutades \",[\"0\"]],\"loCKGB\":[\"Försäljningen avslutas \",[\"0\"]],\"wlfBad\":\"Försäljningsperiod\",\"qi81Jg\":\"Försäljningsperioden gäller alla datum i ditt schema. Vill du styra pris och tillgänglighet för enskilda datum använder du anpassningarna på <0>datumschemasidan.\",\"zpekWp\":[\"Försäljningen startar \",[\"0\"]],\"7s8z0X\":\"Försäljningsperiod\",\"mUv9U4\":\"Försäljning\",\"9KnRdL\":\"Försäljningen är pausad\",\"JC3J0k\":\"Uppdelning av försäljning, närvaro och incheckning per datum\",\"3VnlS9\":\"Försäljning, ordrar och prestandamått för alla evenemang\",\"3Q1AWe\":\"Försäljning:\",\"LeuERW\":\"Samma som evenemanget\",\"B4nE3N\":\"Exempel på biljettpris\",\"8BRPoH\":\"Exempelplats\",\"PiK6Ld\":\"Lör\",\"+5kO8P\":\"Lördag\",\"zJiuDn\":\"Spara avgiftsanpassning\",\"x1fMXJ\":\"Spara schema\",\"KZrfYJ\":\"Spara sociala länkar\",\"9Y3hAT\":\"Spara mall\",\"C8ne4X\":\"Spara biljettlayout\",\"cTI8IK\":\"Spara momsinställningar\",\"6/TNCd\":\"Spara momsinställningar\",\"4RvD9q\":\"Sparad plats\",\"cgw0cL\":\"Sparade platser\",\"Fbqm/I\":\"När du sparar en anpassning skapas en egen konfiguration för den här arrangören om den just nu använder systemstandarden.\",\"I+FvbD\":\"Skanna\",\"0zd6Nm\":\"Skanna en biljett för att checka in en deltagare\",\"bQG7Qk\":\"Skannade biljetter visas här\",\"WDYSLJ\":\"Skannerläge\",\"gmB6oO\":\"Schema\",\"qQTaVm\":\"Schema tillagt\",\"j6NnBq\":\"Schemat har skapats\",\"YP7frt\":\"Schemat slutar\",\"QS1Nla\":\"Schemalägg för senare\",\"NAzVVw\":\"Schemalägg meddelande\",\"/rTL/5\":\"Förhandsgranskning av schema\",\"Fz09JP\":\"Schemat börjar\",\"4ba0NE\":\"Schemalagd\",\"4HKQZj\":\"Schemalagd radering\",\"qcP/8K\":\"Schemalagd tid\",\"A1taO8\":\"Sök\",\"ftNXma\":\"Sök affiliates...\",\"VMU+zM\":\"Sök deltagare\",\"VY+Bdn\":\"Sök på kontonamn eller e-post...\",\"VX+B3I\":\"Sök på evenemangstitel eller arrangör...\",\"R0wEyA\":\"Sök efter jobbnamn eller undantag...\",\"YnMfsK\":\"Sök på namn eller adress...\",\"3yKuDu\":\"Sök på namn eller e-post och välj en eller flera\",\"VT+urE\":\"Sök efter namn eller e-post...\",\"GHdjuo\":\"Sök på namn, e-post eller konto...\",\"4mBFO7\":\"Sök på namn, ordernr, biljettnr eller e-post\",\"20ce0U\":\"Sök på order-ID, kundnamn eller e-post...\",\"4DSz7Z\":\"Sök efter ämne, evenemang eller konto...\",\"gTUY97\":\"Sök på titel...\",\"nQC7Z9\":\"Sök datum...\",\"iRtEpV\":\"Sök datum…\",\"JRM7ao\":\"Sök efter en adress\",\"BWF1kC\":\"Sök meddelanden...\",\"5WYZKZ\":\"Sökresultat\",\"IG85fV\":\"Sök sparade platser eller hitta en adress...\",\"Du+zn+\":\"Söker...\",\"3aD3GF\":\"Säsong\",\"ku//5b\":\"Andra\",\"Mck5ht\":\"Säker kassa\",\"s7tXqF\":\"Se schemat\",\"JFap6u\":\"Se vad Stripe fortfarande behöver\",\"6lGaum\":\"Sett\",\"p7xUrt\":\"Välj en kategori\",\"hTKQwS\":\"Välj datum och tid\",\"Ps6Xtf\":\"Välj ett datum för att se lediga tider\",\"e4L7bF\":\"Välj ett meddelande för att visa dess innehåll\",\"zPRPMf\":\"Välj en nivå\",\"BFRSTT\":\"Välj konto\",\"wgNoIs\":\"Markera alla\",\"mCB6Je\":\"Välj alla\",\"aCEysm\":[\"Markera alla den \",[\"0\"]],\"a6+167\":\"Välj ett evenemang\",\"4oT6dP\":\"Välj minst ett konto\",\"neCGH1\":\"Välj minst en användare\",\"CFbaPk\":\"Välj deltagargrupp\",\"88a49s\":\"Välj kamera\",\"tVW/yo\":\"Välj valuta\",\"SJQM1I\":\"Välj datum\",\"n9ZhRa\":\"Välj slutdatum och tid\",\"gTN6Ws\":\"Välj sluttid\",\"0U6E9W\":\"Välj evenemangskategori\",\"j9cPeF\":\"Välj evenemangstyper\",\"ypTjHL\":\"Välj ett datum\",\"DHBGUX\":\"Välj produkter...\",\"KizCK7\":\"Välj startdatum och tid\",\"dJZTv2\":\"Välj starttid\",\"x8XMsJ\":\"Välj meddelandenivå för detta konto. Detta styr meddelandegränser och länkbehörigheter.\",\"aT3jZX\":\"Välj tidszon\",\"TxfvH2\":\"Välj vilka deltagare som ska få detta meddelande\",\"Ropvj0\":\"Välj vilka evenemang som ska utlösa denna webhook\",\"+6YAwo\":\"valda\",\"ylXj1N\":\"Vald\",\"uq3CXQ\":\"Sälj slut ditt evenemang.\",\"oBXbO4\":\"Säljer du en fysisk produkt? Begränsa antalet på <0>produktsidan i stället.\",\"j9b/iy\":\"Säljer snabbt 🔥\",\"73qYgo\":\"Skicka som test\",\"HMAqFK\":\"Skicka e-post till deltagare, biljettinnehavare eller orderägare. Meddelanden kan skickas omedelbart eller schemaläggas för senare.\",\"22Itl6\":\"Skicka en kopia till mig\",\"NpEm3p\":\"Skicka nu\",\"nOBvex\":\"Skicka order- och deltagardata i realtid till dina externa system.\",\"1lNPhX\":\"Skicka e-postmeddelande om återbetalning\",\"eaUTwS\":\"Skicka återställningslänk\",\"5cV4PY\":\"Skicka till alla datum, eller välj ett specifikt\",\"QEQlnV\":\"Skicka ditt första meddelande\",\"IoAuJG\":\"Skickar...\",\"h69WC6\":\"Skickat\",\"BVu2Hz\":\"Skickat av\",\"ZFa8wv\":\"Skickas till deltagare när ett schemalagt datum ställs in\",\"SPdzrs\":\"Skickas till kunder när de lägger en order\",\"LxSN5F\":\"Skickas till varje deltagare med deras biljettuppgifter\",\"hgvbYY\":\"September\",\"5sN96e\":\"Tillfället inställt\",\"S9i0UC\":[\"pass · \",[\"dateCount\"],\" datum × \",[\"timesPerDay\"],\" tider\"],\"89xaFU\":\"Ange standardinställningar för plattformsavgifter för nya evenemang som skapas under denna arrangör.\",\"eXssj5\":\"Ange standardinställningar för nya evenemang som skapas under denna arrangör.\",\"uPe5p8\":\"Ange hur länge varje datum varar\",\"ODuUEi\":\"Ange eller ta bort datumets etikett\",\"buHACR\":\"Ange sluttiden för varje datum till så här lång tid efter starttiden.\",\"TaeFgl\":\"Ange som obegränsat (ta bort gränsen)\",\"pd6SSe\":\"Ställ in ett återkommande schema så att datum skapas automatiskt, eller lägg till dem ett i taget.\",\"s0FkEx\":\"Skapa incheckningslistor för olika entréer, pass eller dagar.\",\"TaWVGe\":\"Ställ in utbetalningar\",\"JA//e6\":\"Ställ in schema\",\"gzXY7l\":\"Ställ in schema\",\"0Ls9qe\":\"Ange biljetterna du ska sälja och deras priser\",\"xMO+Ao\":\"Konfigurera din organisation\",\"5pEFnq\":\"Ställ in ditt schema\",\"zRRuUD\":\"Du ställer in schemat i nästa steg\",\"ETC76A\":\"Ange, ändra eller ta bort datumets plats eller digitala uppgifter\",\"C3htzi\":\"Inställningen uppdaterades\",\"Ohn74G\":\"Konfiguration och design\",\"1W5XyZ\":\"Det tar bara några minuter att komma igång – du behöver inget befintligt Stripe-konto. Stripe sköter kort, plånböcker, regionala betalsätt och bedrägeriskydd så att du kan fokusera på ditt evenemang.\",\"GG7qDw\":\"Dela affiliate-länk\",\"hL7sDJ\":\"Dela arrangörssida\",\"jy6QDF\":\"Delad kapacitetshantering\",\"jDNHW4\":\"Förskjut tider\",\"tPfIaW\":[\"Tiderna förskjutna för \",[\"count\"],\" datum\"],\"WwlM8F\":\"Visa avancerade alternativ\",\"cMW+gm\":[\"Visa alla plattformar (\",[\"0\"],\" till med värden)\"],\"wXi9pZ\":\"Visa deltagaranteckningar för personal som inte är inloggad\",\"4LZFir\":\"Visa hela datumintervallet\",\"UVPI5D\":\"Visa färre plattformar\",\"Eu/N/d\":\"Visa kryssruta för samtycke till marknadsföring\",\"SXzpzO\":\"Visa kryssruta för samtycke till marknadsföring som standard\",\"b33PL9\":\"Visa fler plattformar\",\"Eut7p9\":\"Visa orderdetaljer för personal som inte är inloggad\",\"+RoWKN\":\"Visa svar på frågor för personal som inte är inloggad\",\"jbcx6L\":\"Visa återstående kapacitet på evenemangets datum\",\"rXxBOx\":\"Visa återstående kapacitet för köpare\",\"t1LIQW\":[\"Visar \",[\"0\"],\" av \",[\"totalRows\"],\" poster\"],\"E717U9\":[\"Visar \",[\"0\"],\"–\",[\"1\"],\" av \",[\"2\"]],\"5rzhBQ\":[\"Visar \",[\"MAX_VISIBLE\"],\" av \",[\"totalAvailable\"],\" datum. Skriv för att söka.\"],\"WSt3op\":[\"Visar de \",[\"0\"],\" första – de återstående \",[\"1\"],\" tillfällena omfattas ändå när meddelandet skickas.\"],\"o1UbOh\":\"Visas studsande högst upp i modalen\",\"OJLTEL\":\"Visas för personalen första gången de öppnar incheckningssidan.\",\"lbfXEJ\":\"Visar återstående\",\"jVRHeq\":\"Registrerad\",\"5C7J+P\":\"Enskilt evenemang\",\"E//btK\":\"Hoppa över manuellt redigerade datum\",\"paESr6\":\"Slovakiska\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Socialt\",\"d0rUsW\":\"Sociala länkar\",\"j/TOB3\":\"Sociala länkar och webbplats\",\"s9KGXU\":\"Sålda\",\"yp+0jj\":\"slutsålt\",\"1hupow\":\"Slutsålt, väntelista tillgänglig\",\"iACSrw\":\"Vissa uppgifter är dolda för allmänheten. Logga in för att se allt.\",\"Dia6iz\":\"Något gick fel när bilden skulle tas bort. Försök igen.\",\"KTxc6k\":\"Något gick fel, försök igen eller kontakta supporten om problemet kvarstår\",\"lkE00/\":\"Något gick fel. Försök igen senare.\",\"wdxz7K\":\"Källa\",\"SzuJ5m\":\"Specifika konton\",\"/h8G1o\":\"Specifika användare\",\"fDG2by\":\"Andlighet\",\"oPaRES\":\"Dela upp incheckningen på dagar, områden eller biljettyper. Dela länken med personalen – de behöver inget konto.\",\"7JFNej\":\"Sport\",\"/bfV1Y\":\"Instruktioner till personalen\",\"StWUH4\":\"Starta incheckning\",\"JcQp9p\":\"Startdatum och tid\",\"0m/ekX\":\"Startdatum och tid\",\"izRfYP\":\"Startdatum är obligatoriskt\",\"xAYSEs\":\"Starttid\",\"n9ZrDo\":\"Börja skriva en plats eller adress...\",\"DACR+e\":\"Startar hopfälld\",\"qeFVhN\":[\"Börjar om \",[\"diffDays\"],\" dagar\"],\"AOqtxN\":[\"Börjar om \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Börjar om \",[\"h\"],\" h \",[\"m\"],\" min\"],\"Lo49in\":[\"Börjar om \",[\"seconds\"],\" s\"],\"NqChgF\":\"Börjar i morgon\",\"2NbyY/\":\"Statistik\",\"GVUxAX\":\"Statistiken baseras på kontots skapandedatum\",\"29Hx9U\":\"Statistik\",\"5ia+r6\":\"Behövs fortfarande\",\"wuV0bK\":\"Sluta impersonera\",\"S/7MPw\":\"Stripe-kontot har kopplats från.\",\"s/KaDb\":\"Stripe kopplat\",\"Bk06QI\":\"Stripe anslutet\",\"akZMv8\":[\"Stripe-koppling kopierad från \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe returnerade ingen konfigurationslänk. Försök igen.\",\"aKtF0O\":\"Stripe ej ansluten\",\"9i0++A\":\"Stripe betalnings-ID\",\"R1lIMV\":\"Stripe kommer snart att behöva några uppgifter till\",\"FzcCHA\":\"Stripe guidar dig genom några snabba frågor för att slutföra inställningen.\",\"ii0qn/\":\"Ämne är obligatoriskt\",\"M7Uapz\":\"Ämnet visas här\",\"6aXq+t\":\"Ämne:\",\"JwTmB6\":\"Produkten duplicerades\",\"WUOCgI\":\"Plats erbjuden framgångsrikt\",\"IvxA4G\":[\"Biljetter har erbjudits till \",[\"count\"],\" personer\"],\"kKpkzy\":\"Biljetter har erbjudits till 1 person\",\"Zi3Sbw\":\"Borttagen från väntelistan\",\"RuaKfn\":\"Adressen uppdaterades\",\"kzx0uD\":\"Standardinställningarna för evenemang uppdaterades\",\"5n+Wwp\":\"Arrangören uppdaterades\",\"DMCX/I\":\"Standardinställningar för plattformsavgifter uppdaterades\",\"URUYHc\":\"Inställningar för plattformsavgifter uppdaterades\",\"kRWc2g\":\"Inställningarna för återkommande evenemang har uppdaterats\",\"0Dk/l8\":\"SEO-inställningarna uppdaterades\",\"S8Tua9\":\"Inställningar uppdaterade\",\"MhOoLQ\":\"Sociala länkar uppdaterades\",\"CNSSfp\":\"Spårningsinställningar uppdaterade\",\"kj7zYe\":\"Webhooken uppdaterades\",\"dXoieq\":\"Sammanfattning\",\"/RfJXt\":[\"Sommarens musikfestival \",[\"0\"]],\"CWOPIK\":\"Sommarens musikfestival 2025\",\"D89zck\":\"Sön\",\"DBC3t5\":\"Söndag\",\"UaISq3\":\"Svenska\",\"JZTQI0\":\"Byt arrangör\",\"9YHrNC\":\"Systemstandard\",\"jGR53C\":\"T-shirts, muggar och mycket mer\",\"hCR98w\":\"Tryck på datum som i en kalender.\",\"lruQkA\":\"Tryck på skärmen för att fortsätta skanna\",\"X9v2GM\":\"Målkonton\",\"TmyDCw\":\"Målanvändare\",\"TJUrME\":[\"Riktar sig till deltagare på \",[\"0\"],\" valda tillfällen.\"],\"yT6dQ8\":\"Insamlad moms grupperad efter momstyp och evenemang\",\"Ye321X\":\"Momsnamn\",\"WyCBRt\":\"Momssammanfattning\",\"QC3FVX\":\"Skatter och avgifter\",\"GkH0Pq\":\"Moms och avgifter tillämpade\",\"SXvRWU\":\"Samarbete i teamet\",\"vlf/In\":\"Teknik\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Berätta vad man kan förvänta sig på ditt evenemang\",\"NiIUyb\":\"Berätta om ditt evenemang\",\"DovcfC\":\"Berätta om din organisation. Denna information kommer att visas på dina evenemangssidor.\",\"69GWRq\":\"Berätta hur ofta ditt evenemang upprepas så skapar vi alla datum åt dig.\",\"mXPbwY\":\"Berätta om du är momsregistrerad så tillämpar vi rätt momshantering på plattformsavgifterna.\",\"7wtpH5\":\"Mall aktiv\",\"QHhZeE\":\"Mallen skapades\",\"xrWdPR\":\"Mallen togs bort\",\"G04Zjt\":\"Mallen sparades\",\"xowcRf\":\"Användarvillkor\",\"6K0GjX\":\"Texten kan vara svår att läsa\",\"nm3Iz/\":\"Tack för att du deltog!\",\"pYwj0k\":\"Tack,\",\"cIHkSd\":[\"Det är \",[\"totalOccurrences\"],\" pass — max är \",[\"max\"],\". Korta ner perioden eller frekvensen.\"],\"k3IitN\":\"Då var det slut\",\"KfmPRW\":\"Sidans bakgrundsfärg. När en omslagsbild används appliceras detta som en överlagring.\",\"MDNyJz\":\"Koden går ut om 10 minuter. Kontrollera skräpposten om du inte ser mejlet.\",\"AIF7J2\":\"Valutan i vilken den fasta avgiften definieras. Den kommer att konverteras till ordervalutan vid kassan.\",\"k3LFkM\":\"Valutan som används för evenemangets biljettpriser.\",\"7oksH+\":[\"Rabatten dras av från varje berättigad produkt. T.ex. \",[\"currencySymbol\"],\"10 rabatt × 3 biljetter = \",[\"currencySymbol\"],\"30 rabatt.\"],\"sKL8k2\":\"Rabatten dras av en gång från orderns totalbelopp.\",\"cDHM1d\":\"E-postadressen har ändrats. Deltagaren kommer att få en ny biljett till den uppdaterade e-postadressen.\",\"tXadb0\":\"Evenemanget du letar efter är inte tillgängligt just nu. Det kan ha tagits bort, löpt ut eller så kan webbadressen vara felaktig.\",\"sxKqBm\":\"Hela orderbeloppet kommer att återbetalas till kundens ursprungliga betalningsmetod.\",\"KgDp6G\":\"Länken du försöker öppna har gått ut eller är inte längre giltig. Kontrollera din e-post efter en uppdaterad länk för att hantera din order.\",\"sYLeDq\":\"Arrangören du letar efter kunde inte hittas. Sidan kan ha flyttats, tagits bort eller så kan webbadressen vara felaktig.\",\"PCr4zw\":\"Åsidosättandet registreras i orderns granskningslogg.\",\"C4nQe5\":\"Plattformsavgiften läggs på biljettpriset. Köpare betalar mer, men du får hela biljettpriset.\",\"HxxXZO\":\"Den primära varumärkesfärgen som används för knappar och markeringar\",\"OVSkIF\":\"Den snabba bruna räven hoppar över den lata hunden.\",\"z0KrIG\":\"Den schemalagda tiden är obligatorisk\",\"EWErQh\":\"Den schemalagda tiden måste vara i framtiden\",\"UNd0OU\":[\"Tillfället för ”\",[\"title\"],\"”, ursprungligen planerat till \",[\"0\"],\", har flyttats.\"],\"DEcpfp\":\"Mallens brödtext innehåller ogiltig Liquid-syntax. Rätta den och försök igen.\",\"qpmtdK\":\"Tidszonen som används för evenemangets datum och tider.\",\"N3VfVA\":\"Uppladdningen nådde inte servern. Kontrollera din anslutning och prova en mindre bild om filen är stor (max 5MB).\",\"injXD7\":\"Momsnumret kunde inte valideras. Kontrollera numret och försök igen.\",\"A4UmDy\":\"Teater\",\"tDwYhx\":\"Tema och färger\",\"ybBP2H\":\"Det finns inga produkter tillgängliga för det här datumet. Välj ett annat datum.\",\"O7g4eR\":\"Det finns inga kommande datum för det här evenemanget\",\"062KsE\":\"De här uppgifterna visas på deltagarens biljett och ordersammanfattning endast för det här datumet.\",\"5Eu+tn\":\"Dessa uppgifter visas endast om beställningen slutförs.\",\"jQjwR+\":\"De här uppgifterna ersätter befintlig plats på de berörda datumen och visas på deltagarnas biljetter.\",\"6eaLu/\":\"Dessa priser gäller för alla datum i ditt schema, och nivåernas antal begränsar den totala försäljningen för alla datum sammanlagt. Nivåernas försäljningsdatum gäller globalt. Du kan åsidosätta priser för enskilda datum på <0>sidan Datumschema.\",\"QP3gP+\":\"Dessa inställningar gäller bara för kopierad inbäddningskod och kommer inte att sparas.\",\"HirZe8\":\"Dessa mallar används som standard för alla evenemang i din organisation. Enskilda evenemang kan ersätta dem med egna anpassade versioner.\",\"lzAaG5\":\"Dessa mallar ersätter arrangörens standardmallar endast för detta evenemang. Om ingen anpassad mall anges här används arrangörens mall i stället.\",\"UlykKR\":\"Tredje\",\"1YTBzS\":\"Detta konto har inga slutförda beställningar, så all dess data raderas permanent.\",\"jCPU8z\":\"Detta konto är schemalagt för radering\",\"zfNCE8\":[\"Detta konto är schemalagt för radering den <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"Det här gäller varje matchande datum i evenemanget, även datum som inte syns just nu. Deltagare som är anmälda till något av dessa datum går att nå via meddelandeverktyget när uppdateringen är klar.\",\"SOmGDa\":\"Den här incheckningslistan hör till ett tillfälle som har ställts in, så den kan inte längre användas för incheckning.\",\"XBNC3E\":\"Den här koden används för att spåra försäljning. Endast bokstäver, siffror, bindestreck och understreck är tillåtna.\",\"AaP0M+\":\"Den här färgkombinationen kan vara svår att läsa för vissa användare\",\"o1phK/\":[\"Det här datumet har \",[\"orderCount\"],\" ordrar som berörs.\"],\"F/UtGt\":\"Det här datumet har ställts in. Du kan fortfarande ta bort det permanent.\",\"BLZ7pX\":\"Det här datumet har redan varit. Det skapas men visas inte för deltagare bland kommande datum.\",\"7IIY0z\":\"Det här datumet är markerat som slutsålt.\",\"bddWMP\":\"Det här datumet är inte längre tillgängligt. Välj ett annat datum.\",\"E9BqZw\":\"Endast det här datumet\",\"n68908\":[\"Detta kopplar från \",[\"stripeAccountId\"],\" från den här arrangören. Försäljning av betalbiljetter slutar fungera tills du ansluter ett Stripe-konto igen.\"],\"RzEvf5\":\"Det här evenemanget har avslutats\",\"kc4bIA\":\"Det här evenemanget har inga biljetter eller produkter ännu, så deltagare kan inte anmäla sig.\",\"eMaNd0\":\"Det här evenemanget är inte tillgängligt\",\"YClrdK\":\"Det här evenemanget är inte publicerat ännu\",\"GL6z+k\":\"Det här evenemanget är slutsålt\",\"pIwDhS\":\"Datum och tider för det här evenemanget anges i datumschemat.\",\"ny5rgr\":\"Det här är ett återkommande evenemang\",\"tc64Zz\":\"Detta är namnet på kategorin som visas på evenemangssidan.\",\"dFJnia\":\"Det här är namnet på din arrangör som kommer att visas för dina användare.\",\"vt7jiq\":\"Detta är den enda gången signeringshemligheten visas. Kopiera den nu och förvara den säkert.\",\"5DpZrC\":\"Detta begränsar den totala försäljningen för alla datum i ditt schema sammanlagt — det är inte en gräns per datum. För att begränsa antalet deltagare per datum, ange en kapacitet på <0>sidan Datumschema.\",\"L7dIM7\":\"Den här länken är ogiltig eller har löpt ut.\",\"MR5ygV\":\"Den här länken är inte längre giltig\",\"9LEqK0\":\"Det här namnet är synligt för slutanvändare\",\"QdUMM9\":\"Det här datumet är fullbokat\",\"j5FdeA\":\"Den här ordern behandlas.\",\"sjNPMw\":\"Den här ordern övergavs. Du kan starta en ny order när som helst.\",\"OhCesD\":\"Den här ordern avbröts. Du kan starta en ny order när som helst.\",\"lyD7rQ\":\"Den här arrangörsprofilen är inte publicerad ännu\",\"9b5956\":\"Den här förhandsvisningen visar hur ditt mejl kommer att se ut med exempeldata. Faktiska mejl använder riktiga värden.\",\"uM9Alj\":\"Den här produkten är markerad på evenemangssidan\",\"RqSKdX\":\"Den här produkten är slutsåld\",\"4PDH+K\":\"Den här produkten visas inte separat på evenemangssidan – köpare ser den bara som tillägg till de produkter den är kopplad till.\",\"qEGn8I\":\"Det här återkommande evenemanget har inga datum ännu, så det finns inget för deltagare att boka.\",\"W12OdJ\":\"Denna rapport är endast för informationsändamål. Rådgör alltid med en skatteexpert innan du använder dessa uppgifter för redovisnings- eller skatteändamål. Vänligen dubbelkolla med din Stripe-instrumentpanel då Hi.Events kan sakna historiska data.\",\"1LuJNw\":\"Denna biljett är inte längre giltig\",\"0Ew0uk\":\"Den här biljetten skannades nyss. Vänta innan du skannar igen.\",\"FYXq7k\":[\"Det här påverkar \",[\"loadedAffectedCount\"],\" datum.\"],\"kvpxIU\":\"Detta används för notiser och kommunikation med dina användare.\",\"bPgkdx\":\"Detta avbryter den schemalagda raderingen och återaktiverar kontot. Kontoägaren meddelas via e-post.\",\"4yx4a4\":[\"Detta inaktiverar ditt konto omedelbart och raderar det permanent efter 30 dagar. Bekräfta genom att skriva ditt kontonamn: <0>\",[\"0\"],\"\"],\"rhsath\":\"Detta syns inte för kunder, men hjälper dig att identifiera affiliaten.\",\"VGEfU7\":\"Detta raderar eller anonymiserar kontot permanent omedelbart, utan att vänta på det schemalagda datumet. Detta kan inte ångras.\",\"hV6FeJ\":\"Genomströmning\",\"+FjWgX\":\"Tors\",\"kkDQ8m\":\"Torsdag\",\"0GSPnc\":\"Biljettdesign\",\"EZC/Cu\":\"Biljettdesignen sparades\",\"bbslmb\":\"Biljettdesigner\",\"1BPctx\":\"Biljett för\",\"HGuXjF\":\"Biljettinnehavare\",\"CMUt3Y\":\"Biljettinnehavare\",\"awHmAT\":\"Biljett-ID\",\"6czJik\":\"Biljettlogotyp\",\"t79rDv\":\"Biljett hittades inte\",\"6tmWch\":\"Biljett eller produkt\",\"1tfWrD\":\"Biljettförhandsvisning för\",\"KnjoUA\":\"Biljettpris\",\"pGZOcL\":\"Biljetten skickades igen\",\"o02GZM\":\"Biljettförsäljningen för det här evenemanget är avslutad\",\"8jLPgH\":\"Biljettyp\",\"8qsbZ5\":\"Biljetter och försäljning\",\"zNECqg\":\"biljetter\",\"6GQNLE\":\"Biljetter\",\"NRhrIB\":\"Biljetter och produkter\",\"OrWHoZ\":\"Biljetter erbjuds automatiskt till kunder på väntelistan när kapacitet blir tillgänglig.\",\"AGRilS\":\"Sålda biljetter\",\"4/dG8J\":\"Nivåer\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Tid\",\"kGEhUy\":\"Tider\",\"fXf2r5\":[\"Tider visas i \",[\"timezoneAbbr\"]],\"9udQT9\":\"Titel krävs\",\"dMtLDE\":\"till\",\"/jQctM\":\"Till\",\"tiI71C\":\"För att öka dina gränser, kontakta oss på\",\"ecUA8p\":\"I dag\",\"W428WC\":\"Växla kolumner\",\"BRMXj0\":\"I morgon\",\"UBSG1X\":\"Topparrangörer (Senaste 14 dagarna)\",\"3sZ0xx\":\"Totalt antal konton\",\"SMDzqJ\":\"Totalt antal deltagare\",\"orBECM\":\"Totalt inkasserat\",\"k5CU8c\":\"Totalt antal poster\",\"4B7oCp\":\"Total avgift\",\"sMMlTX\":\"Totala avgifter\",\"mlvCEl\":\"Totalt antal ordrar\",\"2AW/k5\":\"Totalt antal för alla datum\",\"dp8BCb\":\"Total skatt\",\"vb0Q0/\":\"Totalt antal användare\",\"oJjplO\":\"Totala visningar\",\"rBZ9pz\":\"Turer\",\"orluER\":\"Spåra kontotillväxt och resultat efter attribueringskälla\",\"YwKzpH\":\"Spårning & Analys\",\"GUA0Jy\":\"Prova en annan sökterm eller ett annat filter\",\"2P/OWN\":\"Justera filtren för att se fler datum.\",\"ouM5IM\":\"Prova en annan e-postadress\",\"3DZvE7\":\"Prova Hi.Events gratis\",\"vq2WxD\":\"Tis\",\"G3myU+\":\"Tisdag\",\"Kz91g/\":\"Turkiska\",\"GdOhw6\":\"Stäng av ljudet\",\"KUOhTy\":\"Slå på ljudet\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Skriv \\\"ta bort\\\" för att bekräfta\",\"nSlb72\":\"Skriv för att söka...\",\"nWRfmt\":\"Typografi\",\"IrVSu+\":\"Det gick inte att duplicera produkten. Kontrollera dina uppgifter\",\"Vx2J6x\":\"Det gick inte att hämta deltagaren\",\"h0dx5e\":\"Det gick inte att gå med i väntelistan\",\"DaE0Hg\":\"Det gick inte att läsa in deltagaruppgifterna.\",\"GlnD5Y\":\"Det gick inte att läsa in produkterna för det här datumet. Försök igen.\",\"17VbmV\":\"Det går inte att ångra incheckningen\",\"n57zCW\":\"Oattribuerade konton\",\"9uI/rE\":\"Ångra\",\"Ef7StM\":\"Okänd\",\"ZBAScj\":\"Okänd deltagare\",\"MEIAzV\":\"Namnlös\",\"K6L5Mx\":\"Namnlös plats\",\"7yiFvZ\":\"Obetald\",\"C51N+0\":\"till\",\"NaeLn8\":[\"Till \",[\"end\"]],\"porwAO\":\"Till ett datum\",\"ZIb6rJ\":\"Namnlös produkt\",\"crJM8s\":\"Namnlös biljett\",\"X13xGn\":\"Ej betrodd\",\"0bT1FT\":[\"Upp till \",[\"max\"],\" per order\"],\"gyXpQN\":\"Kommande evenemang\",\"Pp1sWX\":\"Uppdatera affiliate\",\"59qHrb\":\"Uppdatera kapacitet\",\"Gaem9v\":\"Uppdatera evenemangets namn och beskrivning\",\"7EhE4k\":\"Uppdatera etikett\",\"NPQWj8\":\"Uppdatera plats\",\"75+lpR\":[\"Uppdatering: \",[\"subjectTitle\"],\" – ändringar i schemat\"],\"UOGHdA\":[\"Uppdatering: \",[\"subjectTitle\"],\" – tiden för tillfället ändrad\"],\"+b7T3G\":\"Uppdaterad\",\"ogoTrw\":[[\"count\"],\" datum uppdaterade\"],\"dDuona\":[\"Kapaciteten uppdaterad för \",[\"count\"],\" datum\"],\"FT3LSc\":[\"Etiketten uppdaterad för \",[\"count\"],\" datum\"],\"8EcY1g\":[\"Platsen uppdaterad för \",[\"count\"],\" datum\"],\"83tNam\":\"Uppdateras medan du bygger regeln. Bläddra genom månaderna för att kontrollera datumen.\",\"/XlQr2\":\"Uppdateras medan du skriver.\",\"gJQsLv\":\"Ladda upp en omslagsbild för din arrangör\",\"4kEGqW\":\"Ladda upp en logotyp för din arrangör\",\"lnCMdg\":\"Ladda upp bild\",\"29w7p6\":\"Laddar upp bild...\",\"HtrFfw\":\"URL krävs\",\"3VnYUR\":\"URL:en måste börja med http:// eller https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB-skanner lyssnar\",\"dyTklH\":\"USB-skanner pausad\",\"OHJXlK\":\"Använd <0>Liquid-mallar för att anpassa dina mejl\",\"/rsy72\":\"Använd evenemangets standard\",\"0k4cdb\":\"Använd orderuppgifterna för alla deltagare. Deltagarnas namn och e-postadresser matchar köparens uppgifter.\",\"bA31T4\":\"Använd köparens uppgifter för alla deltagare\",\"PpgtnC\":\"Använd den här adressen\",\"rnoQsz\":\"Används för ramar, markeringar och formatering av QR-kod\",\"b0XTc/\":[\"Användare (\",[\"0\"],\")\"],\"BV4L/Q\":\"UTM-analys\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Validerar ditt momsregistreringsnummer...\",\"t7caBM\":\"Momslandskod\",\"WLkfqH\":\"Momsregistreringsnummer\",\"pnVh83\":\"Momsregistreringsnummer\",\"CabI04\":\"Momsregistreringsnumret får inte innehålla mellanslag\",\"PMhxAR\":\"Momsregistreringsnumret måste börja med en landskod med två bokstäver följt av 8–15 alfanumeriska tecken (t.ex. DE123456789)\",\"gPgdNV\":\"Momsregistreringsnumret validerades\",\"RUMiLy\":\"Validering av momsregistreringsnummer misslyckades\",\"vqji3Y\":\"Validering av momsregistreringsnummer misslyckades. Kontrollera ditt momsregistreringsnummer.\",\"8dENF9\":\"Moms på avgift\",\"ZutOKU\":\"Momssats\",\"+KJZt3\":\"Momsregistrerad\",\"Nfbg76\":\"Momsinställningarna sparades\",\"UvYql/\":\"Momsinställningarna sparades. Vi validerar ditt momsregistreringsnummer i bakgrunden.\",\"bXn1Jz\":\"Momsinställningarna uppdaterade\",\"tJylUv\":\"Momshantering för plattformsavgifter\",\"FlGprQ\":\"Momshantering för plattformsavgifter: EU-momsregistrerade företag kan använda omvänd skattskyldighet (0 % – artikel 196 i momsdirektivet 2006/112/EG). Icke momsregistrerade företag debiteras irländsk moms på 23 %.\",\"516oLj\":\"Valideringstjänsten för moms är tillfälligt otillgänglig\",\"p6QQLa\":[\"Moms: \",[\"0\"]],\"5q87Y9\":\"Moms: ej registrerad\",\"AdWhjZ\":\"Verifieringskod\",\"kUAumu\":\"Verifieringsmejl skickat. Kolla inkorgen.\",\"QDEWii\":\"Verifierad\",\"wCKkSr\":\"Verifiera e-postadress\",\"/IBv6X\":\"Verifiera din e-postadress\",\"u8nB38\":\"Verifiera din e-post så att deltagarna kan få sina biljetter\",\"e/cvV1\":\"Verifierar...\",\"fROFIL\":\"Vietnamesiska\",\"p5nYkr\":\"Visa alla\",\"yA/6BX\":\"Visa alla →\",\"6CQ7/B\":\"Visa alla funktioner\",\"YSE15b\":\"Visa alla incheckningslistor\",\"RnvnDc\":\"Visa alla meddelanden skickade på plattformen\",\"+WFMis\":\"Visa och ladda ner rapporter för alla dina evenemang. Endast slutförda ordrar ingår.\",\"c7VN/A\":\"Visa svar\",\"SZw9tS\":\"Visa detaljer\",\"9+84uW\":[\"Visa detaljer för \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Visa evenemang\",\"c6SXHN\":\"Visa evenemangsida\",\"n6EaWL\":\"Visa loggar\",\"OaKTzt\":\"Visa karta\",\"zNZNMs\":\"Visa meddelande\",\"67OJ7t\":\"Visa order\",\"tKKZn0\":\"Visa orderdetaljer\",\"KeCXJu\":\"Visa orderdetaljer, genomför återbetalningar och skicka bekräftelser igen.\",\"9jnAcN\":\"Visa arrangörens startsida\",\"1J/AWD\":\"Visa biljett\",\"N9FyyW\":\"Visa, redigera och exportera dina registrerade deltagare.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Synlig från \",[\"start\"],\" – dold tills försäljningen öppnar.\"],\"EkiKJK\":\"Synlig för alla på evenemangssidan.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Väntar\",\"quR8Qp\":\"Väntar på betalning\",\"KrurBH\":\"Väntar på skanning…\",\"u0n+wz\":\"Väntelista\",\"3RXFtE\":\"Väntelista aktiverad\",\"TwnTPy\":\"Väntelista-erbjudande har löpt ut\",\"aUi/Dz\":\"Varning: Detta är systemets standardkonfiguration. Ändringar påverkar alla konton som inte har en specifik konfiguration tilldelad.\",\"aT/44s\":\"Vi kunde inte kopiera den Stripe-kopplingen. Försök igen.\",\"jTee4a\":\"Vi kunde inte koppla från det här Stripe-kontot. Försök igen.\",\"RRZDED\":\"Vi kunde inte hitta några ordrar kopplade till den här e-postadressen.\",\"2RZK9x\":\"Vi kunde inte hitta ordern du letar efter. Länken kan ha löpt ut eller så kan orderuppgifterna ha ändrats.\",\"nefMIK\":\"Vi kunde inte hitta biljetten du letar efter. Länken kan ha löpt ut eller så kan biljettuppgifterna ha ändrats.\",\"miysJh\":\"Vi kunde inte hitta den här ordern. Den kan ha tagits bort.\",\"Fjj/5/\":\"Vi kunde inte läsa in incheckningslistorna. Försök igen.\",\"ADsQ23\":\"Vi når inte Stripe just nu. Försök igen om en stund.\",\"HJKdzP\":\"Det uppstod ett problem när sidan skulle laddas. Försök igen.\",\"jegrvW\":\"Vi samarbetar med Stripe för att skicka utbetalningar direkt till ditt bankkonto.\",\"IfN2Qo\":\"Vi rekommenderar en kvadratisk logotyp med minst 200×200 px\",\"wJzo/w\":\"Vi rekommenderar 400×400 px och maximal filstorlek 5 MB\",\"L/KlAh\":[\"Vi har skickat en verifieringslänk till \",[\"0\"]],\"KRCDqH\":\"Vi använder cookies för att förstå hur webbplatsen används och för att förbättra din upplevelse.\",\"x8rEDQ\":\"Vi kunde inte validera ditt momsregistreringsnummer efter flera försök. Vi fortsätter att försöka i bakgrunden. Kom tillbaka senare.\",\"4HaEdK\":[\"Vi skapar alla \",[\"totalOccurrences\"],\" pass — du kan redigera eller ta bort valfritt datum efteråt\"],\"mfM/HJ\":[\"Vi meddelar dig via e-post om en plats blir tillgänglig för \",[\"productDisplayName\"],\" den \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Vi meddelar dig via e-post om en plats blir tillgänglig för \",[\"productDisplayName\"],\".\"],\"McuGND\":\"När du har sparat öppnar vi ett meddelandeverktyg med en färdig mall. Du granskar och skickar – inget skickas automatiskt.\",\"q1BizZ\":\"Vi skickar dina biljetter till den här e-postadressen\",\"ZOmUYW\":\"Vi validerar ditt momsregistreringsnummer i bakgrunden. Om det uppstår problem hör vi av oss.\",\"LKjHr4\":[\"Vi har ändrat schemat för ”\",[\"title\"],\"” – \",[\"description\"],\" påverkar \",[\"affectedCount\"],\" tillfällen.\"],\"Fq/Nx7\":\"Vi har skickat en verifieringskod med 5 siffror till:\",\"GdWB+V\":\"Webhook skapades\",\"2X4ecw\":\"Webhook togs bort\",\"ndBv0v\":\"Webhook-integrationer\",\"CThMKa\":\"Webhook-loggar\",\"I0adYQ\":\"Webhook-signeringshemlighet\",\"nuh/Wq\":\"Webhook-URL\",\"8BMPMe\":\"Webhooken skickar inga notiser\",\"FSaY52\":\"Webhooken skickar notiser\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Webbplats\",\"0f7U0k\":\"Ons\",\"VAcXNz\":\"Onsdag\",\"64X6l4\":\"vecka\",\"4XSc4l\":\"Veckovis\",\"IAUiSh\":\"veckor\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Välkommen tillbaka\",\"QDWsl9\":[\"Välkommen till \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Välkommen till \",[\"0\"],\", här är en lista över alla dina evenemang\"],\"DDbx7K\":\"Hälsa\",\"FaSXqR\":\"Vilken typ av evenemang?\",\"0WyYF4\":\"Vad personal som inte är inloggad kan se\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"När en incheckning tas bort\",\"RPe6bE\":\"När ett datum ställs in i ett återkommande evenemang\",\"Gmd0hv\":\"När en ny deltagare skapas\",\"zyIyPe\":\"När ett nytt evenemang skapas\",\"Lc18qn\":\"När en ny order skapas\",\"dfkQIO\":\"När en ny produkt skapas\",\"8OhzyY\":\"När en produkt tas bort\",\"tRXdQ9\":\"När en produkt uppdateras\",\"9L9/28\":\"När en produkt blir slutsåld kan kunder gå med i en väntelista för att bli meddelade när platser blir tillgängliga.\",\"OIkHj+\":\"När en produkt blir slutsåld kan kunder gå med i en väntelista för att bli meddelade när platser blir tillgängliga. Kunder går med i väntelistan för ett specifikt datum och erbjudanden görs per datum.\",\"Q7CWxp\":\"När en deltagare avbokas\",\"IuUoyV\":\"När en deltagare checkas in\",\"nBVOd7\":\"När en deltagare uppdateras\",\"t7cuMp\":\"När ett evenemang arkiveras\",\"gtoSzE\":\"När ett evenemang uppdateras\",\"ny2r8d\":\"När en order avbokas\",\"c9RYbv\":\"När en order markeras som betald\",\"ejMDw1\":\"När en order återbetalas\",\"fVPt0F\":\"När en order uppdateras\",\"bcYlvb\":\"När incheckningen stänger\",\"XIG669\":\"När incheckningen öppnar\",\"de6HLN\":\"När kunder köper biljetter visas deras ordrar här.\",\"pm9tpn\":\"När detta är aktiverat kan köpare kopiera sitt namn och sin e-post till alla deltagare på en gång. Stäng av för att ta bort alternativet \\\"Alla deltagare\\\"; köpare kan fortfarande kopiera till den första deltagaren, resten måste anges individuellt.\",\"403wpZ\":\"När detta är aktiverat kan nya evenemang låta deltagare hantera sina egna biljettuppgifter via en säker länk. Detta kan åsidosättas per evenemang.\",\"blXLKj\":\"När detta är aktiverat visar nya evenemang en kryssruta för marknadsföringssamtycke i kassan. Detta kan åsidosättas per evenemang.\",\"Kj0Txn\":\"När aktiverat kommer inga applikationsavgifter att debiteras på Stripe Connect-transaktioner. Använd detta för länder där applikationsavgifter inte stöds.\",\"xo06V3\":\"Vart knappen länkar\",\"uchB0M\":\"Förhandsgranskning av widget\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Skriv ditt meddelande här...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"år\",\"zkWmBh\":\"Årsvis\",\"+BGee5\":\"år\",\"X/azM1\":\"Ja – jag har ett giltigt EU-momsregistreringsnummer\",\"Tz5oXG\":\"Ja, avbryt min order\",\"QlSZU0\":[\"Du utger dig för att vara <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Du gör en delåterbetalning. Kunden kommer att få \",[\"0\"],\" \",[\"1\"],\" återbetalat.\"],\"o7LgX6\":\"Du kan konfigurera ytterligare serviceavgifter och skatter i dina kontoinställningar.\",\"rj3A7+\":\"Du kan anpassa detta för enskilda datum senare.\",\"paWwQ0\":\"Du kan fortfarande erbjuda biljetter manuellt vid behov.\",\"jTDzpA\":\"Du kan inte arkivera den sista aktiva arrangören på ditt konto.\",\"D8baxD\":\"Du har betalbiljetter, men Stripe är inte anslutet ännu, så du kan inte ta emot betalningar.\",\"5VGIlq\":\"Du har nått din meddelandegräns.\",\"casL1O\":\"Du har lagt till skatter och avgifter på en gratis produkt. Vill du ta bort dem?\",\"5SgD0L\":\"Du har ändringar som inte är sparade. Är du säker på att du vill slänga dem?\",\"9jJNZY\":\"Du måste bekräfta ditt ansvar innan du sparar\",\"pCLes8\":\"Du måste godkänna att ta emot meddelanden\",\"FVTVBy\":\"Du måste verifiera din e-postadress innan du kan uppdatera arrangörsstatusen.\",\"ze4bi/\":\"Du behöver skapa minst ett datum innan du kan lägga till deltagare i det här återkommande evenemanget.\",\"w65ZgF\":\"Du behöver verifiera kontots e-postadress innan du kan ändra e-postmallar.\",\"FRl8Jv\":\"Du behöver verifiera kontots e-postadress innan du kan skicka meddelanden.\",\"88cUW+\":\"Du får\",\"O6/3cu\":\"Du kan ställa in datum, scheman och upprepningsregler i nästa steg.\",\"zKAheG\":\"Du ändrar tider för tillfällen\",\"MNFIxz\":[\"Du ska till \",[\"0\"],\"!\"],\"ZlLcht\":[\"Du går med i väntelistan för \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Du är på väntelistan!\",\"/5HL6k\":\"Du har erbjudits en plats!\",\"gbjFFH\":\"Du har ändrat tiden för tillfället\",\"YI0K8C\":[\"Ditt konto har inaktiverats och raderas permanent den <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Ditt konto har meddelandebegränsningar. För att öka dina gränser, kontakta oss på\",\"gsWZkk\":\"Ditt konto är nu schemalagt för radering.\",\"x/xjzn\":\"Dina affiliates har exporterats.\",\"TF37u6\":\"Dina deltagare har exporterats.\",\"79lXGw\":\"Din incheckningslista har skapats. Dela länken nedan med din incheckningspersonal.\",\"BnlG9U\":\"Din nuvarande order kommer att försvinna.\",\"nBqgQb\":\"Din e-postadress\",\"GG1fRP\":\"Ditt evenemang är live!\",\"ifRqmm\":\"Ditt meddelande har skickats!\",\"0/+Nn9\":\"Dina meddelanden visas här\",\"/Rj5P4\":\"Ditt namn\",\"PFjJxY\":\"Ditt nya lösenord måste vara minst 8 tecken långt.\",\"gzrCuN\":\"Dina orderuppgifter har uppdaterats. Ett bekräftelsemejl har skickats till den nya e-postadressen.\",\"naQW82\":\"Din order har avbokats.\",\"bhlHm/\":\"Din order väntar på betalning\",\"XeNum6\":\"Dina ordrar har exporterats.\",\"Xd1R1a\":\"Din arrangörsadress\",\"WWYHKD\":\"Din betalning skyddas med banknivå-kryptering\",\"5b3QLi\":\"Din plan\",\"N4Zkqc\":\"Ditt sparade datumfilter är inte längre tillgängligt – visar alla datum.\",\"o0qzpM\":\"Ditt Stripe-konto påverkas inte och inga data går förlorade — du kan ansluta igen när som helst.\",\"FNO5uZ\":\"Din biljett gäller fortfarande – du behöver inte göra något om inte den nya tiden krockar för dig. Svara gärna på det här mejlet om du har frågor.\",\"CnZ3Ou\":\"Dina biljetter har bekräftats.\",\"EmFsMZ\":\"Ditt momsregistreringsnummer är köat för validering\",\"QBlhh4\":\"Ditt momsregistreringsnummer valideras när du sparar\",\"fT9VLt\":\"Ditt väntelista-erbjudande har löpt ut och vi kunde inte slutföra din beställning. Vänligen gå med i väntelistan igen för att bli meddelad när fler platser blir tillgängliga.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file diff --git a/frontend/src/locales/se.po b/frontend/src/locales/se.po index 6641f8fb67..f949c48d7b 100644 --- a/frontend/src/locales/se.po +++ b/frontend/src/locales/se.po @@ -33,7 +33,7 @@ msgstr "(tom)" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:110 msgid "(none)" -msgstr "" +msgstr "(inget)" #: src/components/common/ReportTable/index.tsx:328 msgid "{0}" @@ -53,7 +53,7 @@ msgstr "{0} {1} är redan incheckad" #: src/components/layouts/CheckIn/index.tsx:249 msgid "{0} <0>checked in" -msgstr "" +msgstr "{0} <0>incheckade" #: src/components/layouts/CheckIn/index.tsx:284 msgid "{0} <0>checked out successfully" @@ -83,7 +83,7 @@ msgstr "{0} logotyp" #: src/components/modals/CreateAttendeeModal/index.tsx:272 msgid "{0} of {1} seats are taken." -msgstr "" +msgstr "{0} av {1} platser är tagna." #: src/components/routes/events/Dashboard/index.tsx:141 msgid "{0} organizers" @@ -99,15 +99,15 @@ msgstr "{0} uppdaterades" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:417 msgid "{activeCount} enabled" -msgstr "" +msgstr "{activeCount} aktiverade" #: src/components/common/CheckIn/CheckInInfoModal.tsx:101 msgid "{appName} logo" -msgstr "" +msgstr "{appName}-logotyp" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:296 msgid "{attendeeCount} attendees are registered for this session." -msgstr "" +msgstr "{attendeeCount} deltagare är anmälda till det här tillfället." #: src/components/common/EventCard/index.tsx:133 msgid "{availableCount} of {totalCount} available" @@ -119,7 +119,7 @@ msgstr "{capacity} platser kvar" #: src/components/common/CheckIn/CheckInInfoModal.tsx:55 msgid "{checkedIn} / {total} checked in" -msgstr "" +msgstr "{checkedIn} / {total} incheckade" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:378 msgid "{chipTime}, Sold Out" @@ -131,12 +131,12 @@ msgstr "{chipTime}, Slutsålt, väntelista tillgänglig" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:210 msgid "{completedCount} of {totalCount} steps complete" -msgstr "" +msgstr "{completedCount} av {totalCount} steg klara" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "{count} add-ons" -msgstr "" +msgstr "{count} tillägg" #: src/components/common/Countdown/index.tsx:68 msgid "{days} days, {hours} hours, {minutes} minutes, and {seconds} seconds" @@ -144,15 +144,15 @@ msgstr "{days} dagar, {hours} timmar, {minutes} minuter och {seconds} sekunder" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:29 msgid "{diffHr}h ago" -msgstr "" +msgstr "{diffHr} h sedan" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:27 msgid "{diffMin}m ago" -msgstr "" +msgstr "{diffMin} min sedan" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:25 msgid "{diffSec}s ago" -msgstr "" +msgstr "{diffSec} s sedan" #: src/components/common/OrganizerWebhookTable/index.tsx:79 #: src/components/common/WebhookTable/index.tsx:79 @@ -161,7 +161,7 @@ msgstr "{eventCount} evenemang" #: src/components/forms/ProductForm/ledgerSummaries.ts:103 msgid "{first} + {additionalCount} more" -msgstr "" +msgstr "{first} + {additionalCount} till" #: src/components/common/Countdown/index.tsx:70 msgid "{hours} hours, {minutes} minutes, and {seconds} seconds" @@ -169,11 +169,11 @@ msgstr "{hours} timmar, {minutes} minuter och {seconds} sekunder" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:262 msgid "{loadedAffectedAttendees} attendees are registered across the affected sessions." -msgstr "" +msgstr "{loadedAffectedAttendees} deltagare är anmälda till de berörda tillfällena." #: src/components/forms/ProductForm/ledgerSummaries.ts:112 msgid "{min}–{max} per order" -msgstr "" +msgstr "{min}–{max} per order" #: src/components/common/Countdown/index.tsx:72 msgid "{minutes} minutes and {seconds} seconds" @@ -185,12 +185,12 @@ msgstr "{organizerName}s första evenemang" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:95 msgid "{productCount} ticket types configured" -msgstr "" +msgstr "{productCount} biljettyper konfigurerade" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "{slotCount} times available" -msgstr "" +msgstr "{slotCount} tider tillgängliga" #: src/components/common/EventCard/index.tsx:129 msgid "{totalCount} ticket types" @@ -266,15 +266,15 @@ msgstr "1 aktiv webhook" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "1 add-on" -msgstr "" +msgstr "1 tillägg" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:261 msgid "1 attendee is registered across the affected sessions." -msgstr "" +msgstr "1 deltagare är anmäld till de berörda tillfällena." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:295 msgid "1 attendee is registered for this session." -msgstr "" +msgstr "1 deltagare är anmäld till det här tillfället." #: src/components/modals/SendMessageModal/index.tsx:128 msgid "1 day after end date" @@ -302,12 +302,12 @@ msgstr "1 biljettyp" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:94 msgid "1 ticket type configured" -msgstr "" +msgstr "1 biljettyp konfigurerad" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "1 time available" -msgstr "" +msgstr "1 tid tillgänglig" #: src/components/modals/SendMessageModal/index.tsx:119 msgid "1 week before event" @@ -320,7 +320,7 @@ msgstr "Exempelgatan 123" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:250 msgid "135+ currencies & 40+ payment methods" -msgstr "" +msgstr "Över 135 valutor och över 40 betalsätt" #: src/components/common/WidgetEditor/index.tsx:230 msgid "20" @@ -336,7 +336,7 @@ msgstr "Ett avbokningsmeddelande har skickats till" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:299 msgid "a change in duration" -msgstr "" +msgstr "en ändrad längd" #: src/components/forms/QuestionForm/index.tsx:138 msgid "A date input. Perfect for asking for a date of birth etc." @@ -356,7 +356,7 @@ msgstr "En avgift, som en bokningsavgift eller serviceavgift" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:199 msgid "A few quick steps and you're ready to start selling." -msgstr "" +msgstr "Några snabba steg så är du redo att börja sälja." #: src/components/forms/TaxAndFeeForm/index.tsx:35 msgid "A fixed amount per product. E.g, $0.50 per product" @@ -388,7 +388,7 @@ msgstr "Ett radioval har flera alternativ men endast ett kan väljas." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:298 msgid "a shift in start/end times" -msgstr "" +msgstr "en förskjutning av start-/sluttider" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:69 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:69 @@ -466,7 +466,7 @@ msgstr "Acceptera inbjudan" #: src/components/forms/ProductForm/index.tsx:596 msgid "Access" -msgstr "" +msgstr "Åtkomst" #: src/components/common/AdminOrdersTable/index.tsx:70 #: src/components/routes/account/ManageAccount/index.tsx:22 @@ -481,11 +481,11 @@ msgstr "Konto" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:354 msgid "Account · {0}" -msgstr "" +msgstr "Konto · {0}" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:353 msgid "Account · {0} · {1}" -msgstr "" +msgstr "Konto · {0} · {1}" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:69 msgid "Account deletion has been cancelled." @@ -581,11 +581,11 @@ msgstr "Aktiva evenemang" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:415 msgid "Active payment methods" -msgstr "" +msgstr "Aktiva betalsätt" #: src/components/routes/event/OccurrencesTab/index.tsx:402 msgid "Activity" -msgstr "" +msgstr "Aktivitet" #: src/components/routes/product-widget/SelectProducts/index.tsx:825 msgid "Add {0} first" @@ -593,27 +593,27 @@ msgstr "Lägg till {0} först" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:147 msgid "Add a cover image and theme to match your brand" -msgstr "" +msgstr "Lägg till en omslagsbild och ett tema som matchar ditt varumärke" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:142 msgid "Add a date" -msgstr "" +msgstr "Lägg till ett datum" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:137 msgid "Add a description and venue so attendees know what to expect" -msgstr "" +msgstr "Lägg till en beskrivning och en plats så att deltagarna vet vad de kan förvänta sig" #: src/components/forms/CheckInListForm/index.tsx:144 msgid "Add a description for this check-in list" msgstr "Lägg till en beskrivning för denna incheckningslista" -#: src/components/routes/event/OccurrencesTab/index.tsx:541 +#: src/components/routes/event/OccurrencesTab/index.tsx:556 msgid "Add a Single Date" -msgstr "" +msgstr "Lägg till ett enskilt datum" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:992 msgid "Add another time" -msgstr "" +msgstr "Lägg till en tid till" #: src/components/modals/ManageAttendeeModal/index.tsx:226 msgid "Add any notes about the attendee. These will not be visible to the attendee." @@ -633,11 +633,11 @@ msgstr "Lägg till eventuella anteckningar om ordern..." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:533 msgid "Add at least one time" -msgstr "" +msgstr "Lägg till minst en tid" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:150 msgid "Add connection details for the online event." -msgstr "" +msgstr "Lägg till anslutningsuppgifter för det digitala evenemanget." #: src/components/common/QuestionsTable/index.tsx:434 msgid "Add custom questions to collect additional information during checkout" @@ -645,19 +645,19 @@ msgstr "Lägg till fråga" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Add Date" -msgstr "" +msgstr "Lägg till datum" #: src/components/modals/PublishEventModal/index.tsx:105 msgid "Add dates" msgstr "Lägg till datum" -#: src/components/routes/event/OccurrencesTab/index.tsx:526 +#: src/components/routes/event/OccurrencesTab/index.tsx:541 msgid "Add Dates" -msgstr "" +msgstr "Lägg till datum" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:104 msgid "Add dates and times for your recurring event" -msgstr "" +msgstr "Lägg till datum och tider för ditt återkommande evenemang" #: src/components/forms/QuestionForm/index.tsx:202 msgid "Add description" @@ -665,11 +665,11 @@ msgstr "Lägg till beskrivning" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:140 msgid "Add details" -msgstr "" +msgstr "Lägg till detaljer" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:136 msgid "Add event details" -msgstr "" +msgstr "Lägg till evenemangsdetaljer" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:154 msgid "Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)" @@ -684,7 +684,7 @@ msgstr "Lägg till plats" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1047 msgid "Add multiple times if you run several sessions per day." -msgstr "" +msgstr "Lägg till flera tider om du kör flera tillfällen per dag." #: src/components/common/HeadingCard/index.tsx:28 msgid "Add New" @@ -713,7 +713,7 @@ msgstr "Lägg till skatt eller avgift" #: src/components/modals/CreateAttendeeModal/index.tsx:276 msgid "Add this attendee anyway (override capacity)" -msgstr "" +msgstr "Lägg till deltagaren ändå (åsidosätt kapaciteten)" #: src/components/common/AddToCalendarCTA/index.tsx:21 msgid "Add this event to your calendar" @@ -753,16 +753,16 @@ msgstr "Lägg till dina sociala mediekonton och din webbplats URL. Dessa kommer #: src/components/common/ProductsTable/SortableProduct/index.tsx:344 #: src/components/forms/ProductForm/ledgerSummaries.ts:128 msgid "Add-on only" -msgstr "" +msgstr "Endast som tillägg" #: src/components/forms/ProductForm/index.tsx:552 msgid "Add-on products" -msgstr "" +msgstr "Tilläggsprodukter" #: src/components/forms/ProductForm/index.tsx:533 #: src/components/routes/product-widget/SelectProducts/index.tsx:822 msgid "Add-ons" -msgstr "" +msgstr "Tillägg" #: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:78 msgid "Added at checkout" @@ -833,7 +833,7 @@ msgstr "Adminanvändare har full åtkomst till evenemang och kontoinställningar #: src/components/forms/ProductForm/index.tsx:207 msgid "Admits attendees to your event" -msgstr "" +msgstr "Ger deltagarna tillträde till ditt evenemang" #: src/components/common/AffiliateTable/index.tsx:82 msgid "Affiliate" @@ -853,7 +853,7 @@ msgstr "Partern raderades" #: src/components/layouts/AuthLayout/index.tsx:22 msgid "Affiliate program" -msgstr "" +msgstr "Affiliateprogram" #: src/components/forms/AffiliateForm/index.tsx:23 msgid "Affiliate sales will be tracked" @@ -883,11 +883,11 @@ msgstr "Partners hjälper dig att spåra försäljning som genereras av partners #: src/components/routes/welcome/index.tsx:418 msgid "After your event is created, you can choose how often it repeats from the dashboard." -msgstr "" +msgstr "När evenemanget har skapats kan du välja hur ofta det upprepas från kontrollpanelen." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "all" -msgstr "" +msgstr "alla" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:133 #: src/components/routes/admin/DeletionRequests/index.tsx:88 @@ -906,7 +906,7 @@ msgstr "Alla deltagare" #: src/components/modals/SendMessageModal/index.tsx:378 msgid "All attendees of the selected sessions" -msgstr "" +msgstr "Alla deltagare på de valda tillfällena" #: src/components/modals/SendMessageModal/index.tsx:381 msgid "All attendees of this event" @@ -914,7 +914,7 @@ msgstr "Alla deltagare för detta evenemang" #: src/components/modals/SendMessageModal/index.tsx:380 msgid "All attendees of this occurrence" -msgstr "" +msgstr "Alla deltagare på det här datumet" #: src/components/common/OrganizerReportTable/index.tsx:291 msgid "All Currencies" @@ -923,14 +923,14 @@ msgstr "Alla valutor" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:48 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:101 msgid "All dates" -msgstr "" +msgstr "Alla datum" #: src/components/common/CheckInListTable/index.tsx:106 #: src/components/routes/event/attendees.tsx:235 #: src/components/routes/event/orders.tsx:182 #: src/components/routes/event/SoldOutWaitlist/index.tsx:104 msgid "All Dates" -msgstr "" +msgstr "Alla datum" #: src/components/routes/events/Dashboard/index.tsx:75 msgid "All Ended Events" @@ -948,18 +948,18 @@ msgstr "Alla misslyckade jobb borttagna" msgid "All jobs queued for retry" msgstr "Alla jobb köade för nytt försök" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:346 msgid "All matching dates" -msgstr "" +msgstr "Alla matchande datum" #: src/components/forms/CheckInListForm/index.tsx:132 #: src/components/modals/SendMessageModal/index.tsx:359 msgid "All occurrences" -msgstr "" +msgstr "Alla datum" #: src/components/common/ReportTable/index.tsx:279 msgid "All Occurrences" -msgstr "" +msgstr "Alla datum" #: src/components/common/PromoCodeTable/index.tsx:139 msgid "All Products" @@ -1018,7 +1018,7 @@ msgstr "Har du redan ett konto? <0>{0}" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:135 msgid "Already in" -msgstr "" +msgstr "Redan tillagd" #: src/components/modals/RefundOrderModal/index.tsx:86 msgid "Already Refunded" @@ -1026,7 +1026,7 @@ msgstr "Redan återbetald" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:193 msgid "Already use Stripe on another organizer? Reuse that connection." -msgstr "" +msgstr "Använder du redan Stripe hos en annan arrangör? Återanvänd den kopplingen." #: src/components/modals/RefundOrderModal/index.tsx:132 msgid "Also cancel this order" @@ -1042,7 +1042,7 @@ msgstr "Alltid tillgänglig" #: src/components/forms/ProductForm/ledgerSummaries.ts:53 msgid "Always on sale" -msgstr "" +msgstr "Alltid till försäljning" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:77 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:77 @@ -1130,15 +1130,15 @@ msgstr "Svaret uppdaterades" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:246 msgid "Answers" -msgstr "" +msgstr "Svar" #: src/components/forms/CheckInListForm/index.tsx:207 msgid "Answers provided at checkout (e.g. meal choice)" -msgstr "" +msgstr "Svar som lämnats i kassan (t.ex. matval)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1148 msgid "Any dates you've manually customized will be kept." -msgstr "" +msgstr "Datum som du har anpassat manuellt behålls." #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:62 msgid "Any queries from product holders will be sent to this email address. This will also be used as the \"reply-to\" address for all emails sent from this event" @@ -1160,9 +1160,9 @@ msgstr "tillämpad — {0} rabatt på din order" msgid "Applies to {0} products" msgstr "Gäller {0} produkter" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:365 msgid "Applies to {0}, non-cancelled dates currently loaded on this page." -msgstr "" +msgstr "Gäller {0}, ej inställda datum som är inlästa på den här sidan." #: src/components/common/CapacityAssignmentList/index.tsx:95 msgid "Applies to 1 product" @@ -1170,32 +1170,32 @@ msgstr "Gäller 1 produkt" #: src/components/forms/CheckInListForm/index.tsx:175 msgid "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." -msgstr "" +msgstr "Gäller alla som öppnar den delade incheckningslänken utan att vara inloggade. Inloggade teammedlemmar ser alltid allt." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:363 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 msgid "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." -msgstr "" +msgstr "Gäller varje {0}, ej inställt datum i det här evenemanget – även datum som inte är inlästa just nu." #: src/components/common/FilterModal/index.tsx:284 #: src/components/routes/product-widget/SelectProducts/index.tsx:945 msgid "Apply" msgstr "Använd" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:509 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:511 msgid "Apply Changes" -msgstr "" +msgstr "Tillämpa ändringar" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" msgstr "Tillämpa denna {type} på alla nya produkter" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:338 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:339 msgid "Apply to" -msgstr "" +msgstr "Tillämpa på" #: src/components/forms/CheckInListForm/index.tsx:105 msgid "Apply to all tickets" -msgstr "" +msgstr "Tillämpa på alla biljetter" #: src/components/routes/admin/Messages/index.tsx:232 msgid "Approve Message" @@ -1203,7 +1203,7 @@ msgstr "Godkänn meddelande" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:68 msgid "April" -msgstr "" +msgstr "April" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:63 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:69 @@ -1259,7 +1259,7 @@ msgstr "Är du säker på att du vill arkivera denna arrangör? Detta kommer ock #: src/components/routes/event/OccurrencesTab/index.tsx:215 msgid "Are you sure you want to cancel {count} date(s)? Affected attendees will be notified by email." -msgstr "" +msgstr "Är du säker på att du vill ställa in {count} datum? Berörda deltagare meddelas via e-post." #: src/hooks/useAttendeeActions.tsx:44 msgid "Are you sure you want to cancel this attendee? This will void their ticket" @@ -1269,7 +1269,7 @@ msgstr "Är du säker på att du vill avboka denna deltagare? Detta ogiltigförk #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:36 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:326 msgid "Are you sure you want to cancel this date? Affected attendees will be notified by email." -msgstr "" +msgstr "Är du säker på att du vill ställa in det här datumet? Berörda deltagare meddelas via e-post." #: src/components/routes/event/messages.tsx:33 msgid "Are you sure you want to cancel this scheduled message?" @@ -1295,11 +1295,11 @@ msgstr "Är du säker på att du vill ta bort denna konfiguration? Detta kan på #: src/components/routes/event/OccurrenceDetail/index.tsx:84 #: src/components/routes/event/OccurrencesTab/index.tsx:184 msgid "Are you sure you want to delete this date? This action cannot be undone." -msgstr "" +msgstr "Är du säker på att du vill ta bort det här datumet? Åtgärden kan inte ångras." #: src/components/common/ImageUploadDropzone/index.tsx:114 msgid "Are you sure you want to delete this image?" -msgstr "" +msgstr "Är du säker på att du vill ta bort den här bilden?" #: src/components/common/PromoCodeTable/index.tsx:37 msgid "Are you sure you want to delete this promo code?" @@ -1307,7 +1307,7 @@ msgstr "Är du säker på att du vill ta bort denna kampanjkod?" #: src/components/common/TaxAndFeeList/index.tsx:33 msgid "Are you sure you want to delete this tax or fee? It will no longer be applied to new orders." -msgstr "" +msgstr "Är du säker på att du vill ta bort den här skatten eller avgiften? Den tillämpas inte längre på nya ordrar." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:111 msgid "Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template." @@ -1344,7 +1344,7 @@ msgstr "Är du säker på att du vill erbjuda en plats till denna person? De kom #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:360 msgid "Are you sure you want to permanently delete this date? This cannot be undone." -msgstr "" +msgstr "Är du säker på att du vill ta bort det här datumet permanent? Det går inte att ångra." #: src/components/common/StatusToggle/index.tsx:38 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." @@ -1380,7 +1380,7 @@ msgstr "Är du säker på att du vill återställa denna arrangör?" #: src/components/routes/account/ManageAccount/sections/Users/index.tsx:50 msgid "Are you sure you want to revoke this invitation?" -msgstr "" +msgstr "Är du säker på att du vill återkalla den här inbjudan?" #: src/components/common/StatusToggle/index.tsx:41 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." @@ -1425,11 +1425,11 @@ msgstr "Fråga en gång per produkt" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:119 msgid "Assign a different plan" -msgstr "" +msgstr "Tilldela en annan plan" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:130 msgid "Assign plan" -msgstr "" +msgstr "Tilldela plan" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:165 msgid "Assigned Tier" @@ -1443,7 +1443,7 @@ msgstr "Minst en evenemangstyp måste väljas" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:64 #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:117 msgid "At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead." -msgstr "" +msgstr "Minst en produkt måste förbli tillgänglig för det här datumet. Vill du göra datumet otillgängligt ställer du in det i schemat i stället." #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:96 msgid "Attempts" @@ -1455,7 +1455,7 @@ msgstr "Närvaro och incheckningsfrekvens för alla evenemang" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendee" -msgstr "" +msgstr "deltagare" #: src/components/common/AttendeeTicket/index.tsx:101 #: src/components/common/QuestionsTable/index.tsx:462 @@ -1497,7 +1497,7 @@ msgstr "Deltagare hittades inte" #: src/components/forms/CheckInListForm/index.tsx:188 msgid "Attendee notes" -msgstr "" +msgstr "Anteckningar om deltagaren" #: src/components/routes/event/attendees.tsx:81 msgid "Attendee Status" @@ -1523,7 +1523,7 @@ msgstr "Deltagarens biljett ingår inte i denna lista" #: src/components/routes/event/attendees.tsx:250 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendees" -msgstr "" +msgstr "deltagare" #: src/components/common/EventCard/index.tsx:251 #: src/components/common/EventCard/index.tsx:366 @@ -1545,7 +1545,7 @@ msgstr "Deltagare" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:72 msgid "attendees checked in" -msgstr "" +msgstr "deltagare incheckade" #: src/components/routes/event/attendees.tsx:163 msgid "Attendees Exported" @@ -1587,7 +1587,7 @@ msgstr "Målgrupp" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:72 msgid "August" -msgstr "" +msgstr "Augusti" #: src/components/common/WidgetEditor/index.tsx:236 msgid "Auto Resize" @@ -1623,7 +1623,7 @@ msgstr "Tillgänglig när betalningen har slutförts" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:265 msgid "Available times on {dayName}" -msgstr "" +msgstr "Lediga tider på {dayName}" #: src/components/modals/RefundOrderModal/index.tsx:93 msgid "Available to Refund" @@ -1635,7 +1635,7 @@ msgstr "Tillgängliga tokens" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:161 msgid "Awaiting" -msgstr "" +msgstr "Väntar" #: src/components/common/OrderStatusBadge/index.tsx:11 #: src/components/modals/SendMessageModal/index.tsx:425 @@ -1649,7 +1649,7 @@ msgstr "Väntar på offlinebetalning" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:120 msgid "Awaiting pay" -msgstr "" +msgstr "Väntar på betalning" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:117 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:225 @@ -1719,7 +1719,7 @@ msgstr "Bakgrundstyp" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:128 msgid "Bank account connected" -msgstr "" +msgstr "Bankkonto kopplat" #: src/components/routes/admin/Announcements/index.tsx:178 #: src/components/routes/admin/Announcements/index.tsx:374 @@ -1736,12 +1736,12 @@ msgstr "Grundpris" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:207 msgid "Base Price" -msgstr "" +msgstr "Grundpris" #: src/components/forms/ProductForm/index.tsx:433 #: src/components/forms/ProductForm/index.tsx:436 msgid "Based on the global sale period above, not per date" -msgstr "" +msgstr "Baseras på den övergripande försäljningsperioden ovan, inte per datum" #: src/components/routes/organizer/Settings/index.tsx:31 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:63 @@ -1779,19 +1779,19 @@ msgstr "Brasiliansk portugisiska" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:253 msgid "Built-in fraud protection" -msgstr "" +msgstr "Inbyggt bedrägeriskydd" -#: src/components/routes/event/OccurrencesTab/index.tsx:517 +#: src/components/routes/event/OccurrencesTab/index.tsx:532 msgid "Bulk Edit" -msgstr "" +msgstr "Massredigering" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:308 msgid "Bulk Edit Dates" -msgstr "" +msgstr "Massredigera datum" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:233 msgid "Bulk update failed." -msgstr "" +msgstr "Massuppdateringen misslyckades." #: src/constants/eventCategories.ts:26 msgid "Business" @@ -1799,11 +1799,11 @@ msgstr "Företag" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:190 msgid "Business address" -msgstr "" +msgstr "Företagsadress" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:185 msgid "Business name" -msgstr "" +msgstr "Företagsnamn" #: src/components/routes/admin/Announcements/index.tsx:455 msgid "Button label" @@ -1827,7 +1827,7 @@ msgstr "Köparen betalar" #: src/components/forms/ProductForm/index.tsx:562 msgid "Buyers can add these to their order when they select this product at checkout." -msgstr "" +msgstr "Köpare kan lägga till dessa i sin order när de väljer den här produkten i kassan." #: src/components/common/PlatformFeesSettings/index.tsx:235 msgid "Buyers see a clean price. The platform fee is deducted from your payout." @@ -1848,7 +1848,7 @@ msgstr "Genom att registrera dig godkänner du våra <0>användarvillkor och #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:123 msgid "By ticket type" -msgstr "" +msgstr "Per biljettyp" #: src/components/routes/admin/Configurations/index.tsx:259 msgid "Bypass Application Fees" @@ -1860,7 +1860,7 @@ msgstr "Beräkningstyp" #: src/components/routes/event/OccurrencesTab/index.tsx:473 msgid "Calendar" -msgstr "" +msgstr "Kalender" #: src/components/common/EmailTemplateEditor/CTAConfiguration.tsx:20 msgid "Call-to-Action Button" @@ -1869,11 +1869,11 @@ msgstr "Uppmaningsknapp" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:153 #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:90 msgid "Camera" -msgstr "" +msgstr "Kamera" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:110 msgid "Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings." -msgstr "" +msgstr "Kamerabehörigheten nekades. <0>Begär behörighet igen, eller ge sidan kameraåtkomst i webbläsarens inställningar." #: src/components/routes/admin/Attribution/index.tsx:107 msgid "Campaign" @@ -1881,7 +1881,7 @@ msgstr "Kampanj" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:79 msgid "Can't check in" -msgstr "" +msgstr "Kan inte checka in" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:57 #: src/components/common/ContactOrganizerModal/index.tsx:104 @@ -1897,7 +1897,7 @@ msgstr "" #: src/components/modals/PublishEventModal/index.tsx:208 #: src/components/routes/admin/DeletionRequests/index.tsx:178 #: src/components/routes/event/messages.tsx:80 -#: src/components/routes/event/OccurrencesTab/index.tsx:499 +#: src/components/routes/event/OccurrencesTab/index.tsx:504 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:272 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:306 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:61 @@ -1914,7 +1914,7 @@ msgstr "Avbryt" #: src/components/routes/event/OccurrencesTab/index.tsx:211 #: src/components/routes/event/OccurrencesTab/index.tsx:223 msgid "Cancel {count} date(s)" -msgstr "" +msgstr "Ställ in {count} datum" #: src/components/modals/RefundOrderModal/index.tsx:133 msgid "Cancel all products and release them back to the pool" @@ -1928,7 +1928,7 @@ msgstr "Avbryt alla produkter och släpp tillbaka dem till poolen" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:568 msgid "Cancel Date" -msgstr "" +msgstr "Ställ in datum" #: src/components/common/PendingDeletionBanner/index.tsx:37 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:104 @@ -1985,7 +1985,7 @@ msgstr "Avbruten" #: src/components/routes/event/OccurrencesTab/index.tsx:237 msgid "Cancelling {0} date(s). This may take a moment to complete." -msgstr "" +msgstr "Ställer in {0} datum. Det kan ta en liten stund." #: src/components/routes/admin/Configurations/index.tsx:36 msgid "Cannot delete the system default configuration" @@ -2011,7 +2011,7 @@ msgstr "Kapacitetstilldelningar" #: src/components/layouts/AuthLayout/index.tsx:28 msgid "Capacity management" -msgstr "" +msgstr "Kapacitetshantering" #: src/components/layouts/Event/index.tsx:137 msgid "Capacity Management" @@ -2019,15 +2019,15 @@ msgstr "Kapacitetshantering" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:111 msgid "Capacity must be 0 or greater" -msgstr "" +msgstr "Kapaciteten måste vara 0 eller högre" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:300 msgid "capacity updates" -msgstr "" +msgstr "kapacitetsuppdateringar" #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:66 msgid "Capacity Used" -msgstr "" +msgstr "Använd kapacitet" #: src/components/modals/CreateProductCategoryModal/index.tsx:52 msgid "Categories allow you to group products together. For example, you might have a category for \"Tickets\" and another for \"Merchandise\"." @@ -2052,7 +2052,7 @@ msgstr "Kategori skapades" #: src/components/common/ProductsTable/SortableCategory/index.tsx:48 msgid "Category deleted successfully" -msgstr "" +msgstr "Kategorin har tagits bort" #: src/components/common/LocationPicker/index.tsx:201 msgid "Change" @@ -2060,7 +2060,7 @@ msgstr "Ändra" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Change duration" -msgstr "" +msgstr "Ändra längd" #: src/components/routes/profile/ManageProfile/index.tsx:239 msgid "Change password" @@ -2068,11 +2068,11 @@ msgstr "Ändra lösenord" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Change the attendee limit" -msgstr "" +msgstr "Ändra deltagargränsen" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:365 msgid "Change time" -msgstr "" +msgstr "Ändra tid" #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Change waitlist settings" @@ -2080,11 +2080,11 @@ msgstr "Ändra väntlistinställningar" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:212 msgid "Changed duration for {count} date(s)" -msgstr "" +msgstr "Längden ändrad för {count} datum" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:399 msgid "Charges" -msgstr "" +msgstr "Betalningar" #: src/constants/eventCategories.ts:24 msgid "Charity" @@ -2093,7 +2093,7 @@ msgstr "Välgörenhet" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:82 msgid "Check in" -msgstr "" +msgstr "Checka in" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:28 msgid "Check in {0} {1}" @@ -2110,12 +2110,12 @@ msgstr "Endast checka in" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:81 msgid "Check out" -msgstr "" +msgstr "Checka ut" #: src/components/layouts/EventHomepage/index.tsx:337 #: src/components/layouts/EventHomepage/index.tsx:338 msgid "Check out this event: {0}" -msgstr "" +msgstr "Kolla in det här evenemanget: {0}" #: src/components/layouts/Checkout/index.tsx:338 msgid "Check out this event!" @@ -2133,12 +2133,12 @@ msgstr "Kontrollera din inkorg! Om biljetter är kopplade till denna e-postadres #: src/components/layouts/CheckIn/index.tsx:549 msgid "Check-in" -msgstr "" +msgstr "Incheckning" #: src/components/modals/ManageAttendeeModal/index.tsx:137 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:58 msgid "Check-In" -msgstr "" +msgstr "Incheckning" #: src/components/forms/WebhookForm/index.tsx:121 msgid "Check-in Created" @@ -2150,15 +2150,15 @@ msgstr "Incheckning borttagen" #: src/components/layouts/CheckIn/index.tsx:215 msgid "Check-in for {0} was undone" -msgstr "" +msgstr "Incheckningen för {0} har ångrats" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:223 msgid "Check-in history" -msgstr "" +msgstr "Incheckningshistorik" #: src/components/common/CheckInListTable/index.tsx:59 msgid "Check-In List" -msgstr "" +msgstr "Incheckningslista" #: src/components/modals/CheckInListSuccessModal/index.tsx:20 msgid "Check-In List Created" @@ -2175,7 +2175,7 @@ msgstr "Incheckningslistan har gått ut" #: src/components/layouts/CheckIn/index.tsx:583 msgid "Check-in list info" -msgstr "" +msgstr "Info om incheckningslistan" #: src/components/layouts/CheckIn/index.tsx:520 msgid "Check-in list is not active" @@ -2187,7 +2187,7 @@ msgstr "Incheckningslistan hittades inte" #: src/components/routes/event/CheckInLists/index.tsx:60 msgid "check-in lists" -msgstr "" +msgstr "incheckningslistor" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:51 msgid "Check-in Lists" @@ -2201,11 +2201,11 @@ msgstr "Incheckningslistor" #: src/components/layouts/CheckIn/BottomNav.tsx:21 msgid "Check-in navigation" -msgstr "" +msgstr "Incheckningsnavigering" #: src/components/layouts/CheckIn/index.tsx:567 msgid "Check-in progress" -msgstr "" +msgstr "Incheckningsförlopp" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:45 msgid "Check-in Rate" @@ -2245,7 +2245,7 @@ msgstr "Kryssrutor" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:151 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:89 msgid "Checked in" -msgstr "" +msgstr "Incheckad" #: src/components/common/AttendeeTable/index.tsx:299 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -2277,11 +2277,11 @@ msgstr "Välj en färg för din bakgrund" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:123 msgid "Choose a configuration" -msgstr "" +msgstr "Välj en konfiguration" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:335 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:336 msgid "Choose a different action" -msgstr "" +msgstr "Välj en annan åtgärd" #: src/components/common/ThemeFontControl/index.tsx:66 msgid "Choose a typeface that matches your brand. Fonts are self-hosted via Bunny Fonts." @@ -2293,7 +2293,7 @@ msgstr "Välj ett konto" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:202 msgid "Choose an organizer" -msgstr "" +msgstr "Välj en arrangör" #: src/components/routes/events/Dashboard/index.tsx:232 msgid "Choose an Organizer" @@ -2301,7 +2301,7 @@ msgstr "Välj en organisatör" #: src/components/routes/product-widget/SelectProducts/index.tsx:968 msgid "Choose another date" -msgstr "" +msgstr "Välj ett annat datum" #: src/components/common/CalendarOptionsPopover/index.tsx:22 msgid "Choose calendar" @@ -2328,29 +2328,29 @@ msgid "City" msgstr "Stad" #: src/components/common/OccurrenceSelect/index.tsx:133 -#: src/components/routes/event/OccurrencesTab/index.tsx:505 +#: src/components/routes/event/OccurrencesTab/index.tsx:519 msgid "Clear" -msgstr "" +msgstr "Rensa" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:475 msgid "Clear location — fall back to the event default" -msgstr "" +msgstr "Rensa platsen – återgå till evenemangets standard" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:100 msgid "Clear search" -msgstr "" +msgstr "Rensa sökningen" #: src/components/common/SearchBar/index.tsx:62 msgid "Clear Search Text" msgstr "Rensa söktext" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:497 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:498 msgid "Clearing removes any per-date override. Affected dates will fall back to the event's default location." -msgstr "" +msgstr "Om du rensar tas alla anpassningar per datum bort. Berörda datum återgår till evenemangets standardplats." #: src/components/routes/event/OccurrencesTab/index.tsx:333 msgid "Click to cancel" -msgstr "" +msgstr "Klicka för att ställa in" #: src/components/common/PromoCodeTable/index.tsx:106 msgid "Click to copy" @@ -2358,7 +2358,7 @@ msgstr "Klicka för att kopiera" #: src/components/routes/event/OccurrencesTab/index.tsx:335 msgid "Click to reopen for new sales" -msgstr "" +msgstr "Klicka för att öppna för försäljning igen" #: src/components/common/AttendeeTable/index.tsx:173 msgid "Click to view notes" @@ -2478,7 +2478,7 @@ msgstr "Kommunikationspreferens" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:82 msgid "complete" -msgstr "" +msgstr "klart" #: src/components/routes/product-widget/CollectInformation/index.tsx:749 msgid "Complete Order" @@ -2491,7 +2491,7 @@ msgstr "Slutför betalning" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:293 msgid "Complete Stripe setup" -msgstr "" +msgstr "Slutför Stripe-inställningen" #: src/components/routes/product-widget/CollectInformation/index.tsx:442 msgid "Complete your order to secure your tickets. This offer is time-limited, so don't wait too long." @@ -2539,11 +2539,11 @@ msgstr "Konferenscenter" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:100 msgid "Configuration" -msgstr "" +msgstr "Konfiguration" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:52 msgid "Configuration assigned" -msgstr "" +msgstr "Konfiguration tilldelad" #: src/components/routes/admin/Configurations/index.tsx:196 msgid "Configuration created successfully" @@ -2580,7 +2580,7 @@ msgstr "Konfigurera skatter och avgifter" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:181 msgid "Configure which products are available for this occurrence and optionally adjust pricing." -msgstr "" +msgstr "Ställ in vilka produkter som är tillgängliga för det här datumet och justera priserna om du vill." #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" @@ -2643,7 +2643,7 @@ msgstr "Grattis! Ditt evenemang är nu synligt för allmänheten." #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:71 msgid "Connect bank" -msgstr "" +msgstr "Koppla bank" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:370 #: src/components/modals/PublishEventModal/index.tsx:79 @@ -2665,7 +2665,7 @@ msgstr "Anslut Stripe för att aktivera meddelanden" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:464 msgid "Connect Stripe to receive ticket payments directly to your bank account." -msgstr "" +msgstr "Koppla Stripe för att få biljettbetalningar direkt till ditt bankkonto." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:263 msgid "Connect with Stripe" @@ -2673,13 +2673,13 @@ msgstr "Anslut med Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:127 msgid "Connect your bank to receive ticket sales straight to your account" -msgstr "" +msgstr "Koppla din bank för att få biljettintäkterna direkt till ditt konto" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:298 msgid "Connected the wrong Stripe account? Disconnect and start over." msgstr "Anslöt du fel Stripe-konto? Koppla från och börja om." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:489 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:492 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:164 msgid "Connection Details" @@ -2687,7 +2687,7 @@ msgstr "Anslutningsuppgifter" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:117 msgid "Connection details are required for online dates" -msgstr "" +msgstr "Anslutningsuppgifter krävs för digitala datum" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:41 msgid "Connection details are required for online events" @@ -2760,11 +2760,11 @@ msgstr "Kontrollera hur plattformsavgifter hanteras för detta evenemang" #: src/components/forms/CheckInListForm/index.tsx:83 msgid "Control who gets in for this date" -msgstr "" +msgstr "Bestäm vem som släpps in det här datumet" #: src/components/forms/CheckInListForm/index.tsx:84 msgid "Control who gets in, and when" -msgstr "" +msgstr "Bestäm vem som släpps in, och när" #: src/components/common/AttendeeTicket/index.tsx:188 #: src/components/common/CopyButton/index.tsx:13 @@ -2805,7 +2805,7 @@ msgstr "Kopiera" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:364 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:373 msgid "Copy account ID" -msgstr "" +msgstr "Kopiera konto-ID" #: src/components/common/AffiliateTable/index.tsx:183 msgid "Copy Affiliate Link" @@ -2865,7 +2865,7 @@ msgstr "Kunde inte ta bort platsen" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:244 msgid "Could not prepare the bulk update." -msgstr "" +msgstr "Massuppdateringen kunde inte förberedas." #: src/components/common/AddressAutocomplete/index.tsx:61 #: src/components/common/LocationPicker/index.tsx:153 @@ -2874,11 +2874,11 @@ msgstr "Kunde inte hämta adressuppgifter" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:275 msgid "Could not save date" -msgstr "" +msgstr "Datumet kunde inte sparas" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:78 msgid "Couldn't send verification email. Please try again." -msgstr "" +msgstr "Verifieringsmejlet kunde inte skickas. Försök igen." #: src/components/common/CheckoutQuestion/index.tsx:174 #: src/components/common/LocationPicker/index.tsx:268 @@ -2903,7 +2903,7 @@ msgstr "Omslagsbild" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:148 msgid "Cover image added" -msgstr "" +msgstr "Omslagsbild tillagd" #: src/components/routes/event/HomepageDesigner/index.tsx:202 msgid "Cover image will be displayed at the top of your event page" @@ -2915,7 +2915,7 @@ msgstr "Omslagsbilden visas högst upp på din organisatörssida" #: src/components/common/CheckInListTable/index.tsx:82 msgid "Covers every ticket" -msgstr "" +msgstr "Omfattar alla biljetter" #: src/components/routes/event/attendees.tsx:253 #: src/components/routes/event/products.tsx:77 @@ -2936,11 +2936,11 @@ msgstr "Skapa en anpassad widget för att sälja biljetter på din webbplats." #: src/components/modals/SelectCheckInListModal/index.tsx:82 msgid "Create a list for this date" -msgstr "" +msgstr "Skapa en lista för det här datumet" #: src/components/layouts/CheckIn/index.tsx:508 msgid "Create a new check-in list for an active session, or contact the organizer if you think this is a mistake." -msgstr "" +msgstr "Skapa en ny incheckningslista för ett aktivt tillfälle, eller kontakta arrangören om du tror att det är ett misstag." #: src/components/routes/auth/AcceptInvitation/index.tsx:128 msgid "Create a password" @@ -3031,7 +3031,7 @@ msgstr "Skapa anpassad mall" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:546 msgid "Create Date" -msgstr "" +msgstr "Skapa datum" #: src/components/routes/event/promo-codes.tsx:33 msgid "Create discounts, access codes for hidden tickets, and special offers." @@ -3039,7 +3039,7 @@ msgstr "Skapa rabatter, åtkomstkoder för dolda biljetter och specialerbjudande #: src/components/routes/organizer/OrganizerDashboard/index.tsx:404 msgid "Create event" -msgstr "" +msgstr "Skapa evenemang" #: src/components/common/NoEventsBlankSlate/index.tsx:27 #: src/components/layouts/OrganizerLayout/index.tsx:179 @@ -3049,7 +3049,7 @@ msgstr "Skapa evenemang" #: src/components/forms/ProductForm/index.tsx:559 msgid "Create more tickets or products to offer them as add-ons" -msgstr "" +msgstr "Skapa fler biljetter eller produkter för att erbjuda dem som tillägg" #: src/components/routes/events/Dashboard/index.tsx:172 msgid "Create new" @@ -3128,7 +3128,7 @@ msgstr "Skapa ditt eget evenemang" msgid "Created" msgstr "Skapad" -#: src/components/routes/event/OccurrencesTab/index.tsx:549 +#: src/components/routes/event/OccurrencesTab/index.tsx:564 msgid "Creating {0} dates. This may take a moment." msgstr "Skapar {0} datum. Det kan ta en stund." @@ -3170,7 +3170,7 @@ msgstr "Nuvarande lösenord" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:107 msgid "Currently assigned" -msgstr "" +msgstr "Tilldelad just nu" #: src/components/common/ProductsTable/SortableProduct/index.tsx:110 msgid "Currently available for purchase" @@ -3178,7 +3178,7 @@ msgstr "För närvarande tillgänglig för köp" #: src/components/layouts/AuthLayout/index.tsx:15 msgid "Custom branding" -msgstr "" +msgstr "Egen varumärkesprofil" #: src/components/modals/SendMessageModal/index.tsx:496 msgid "Custom date and time" @@ -3190,7 +3190,7 @@ msgstr "Anpassad Maps-URL" #: src/components/layouts/AuthLayout/index.tsx:24 msgid "Custom questions" -msgstr "" +msgstr "Egna frågor" #: src/components/common/QuestionsTable/index.tsx:433 msgid "Custom Questions" @@ -3224,7 +3224,7 @@ msgstr "Kunder" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:150 msgid "Customize page" -msgstr "" +msgstr "Anpassa sidan" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:56 msgid "Customize the email and notification settings for this event" @@ -3278,7 +3278,7 @@ msgstr "Anpassa utseendet på din organisatörssida" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:50 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Daily" -msgstr "" +msgstr "Dagligen" #: src/components/routes/organizer/Reports/index.tsx:18 msgid "Daily revenue, taxes, fees, and refunds across all events" @@ -3294,7 +3294,7 @@ msgstr "Daglig sammanställning av försäljning, skatt och avgifter" #: src/constants/eventCategories.ts:13 msgid "Dance" -msgstr "" +msgstr "Dans" #: src/components/common/CapacityAssignmentList/index.tsx:153 #: src/components/common/CheckInListList/index.tsx:174 @@ -3349,43 +3349,43 @@ msgstr "Datum och tid" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:99 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:212 msgid "Date Cancellation" -msgstr "" +msgstr "Inställt datum" #: src/components/routes/event/OccurrenceDetail/index.tsx:76 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:54 msgid "Date cancelled" -msgstr "" +msgstr "Datumet inställt" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:344 msgid "Date cancelled successfully" -msgstr "" +msgstr "Datumet har ställts in" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:255 msgid "Date created successfully" -msgstr "" +msgstr "Datumet har skapats" #: src/components/modals/ManageOccurrenceModal/index.tsx:61 #: src/components/routes/event/OccurrenceDetail/index.tsx:87 #: src/components/routes/event/OccurrencesTab/index.tsx:186 msgid "Date deleted" -msgstr "" +msgstr "Datumet borttaget" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:368 msgid "Date deleted successfully" -msgstr "" +msgstr "Datumet har tagits bort" #: src/components/modals/ManageOccurrenceModal/index.tsx:75 #: src/components/routes/event/OccurrenceDetail/index.tsx:101 msgid "Date reactivated" -msgstr "" +msgstr "Datumet återaktiverat" #: src/components/routes/event/OccurrencesTab/index.tsx:200 msgid "Date reopened for new sales" -msgstr "" +msgstr "Datumet öppnat för försäljning igen" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:254 msgid "Date updated successfully" -msgstr "" +msgstr "Datumet har uppdaterats" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:808 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1093 @@ -3394,23 +3394,23 @@ msgstr "datum" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:105 msgid "Dates are managed per occurrence" -msgstr "" +msgstr "Datum hanteras ett i taget" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:674 msgid "Dates with sessions" -msgstr "" +msgstr "Dagar med tillfällen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:87 msgid "day" -msgstr "" +msgstr "dag" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:973 msgid "Day" -msgstr "" +msgstr "Dag" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:937 msgid "Day of Month" -msgstr "" +msgstr "Dag i månaden" #: src/components/forms/CapaciyAssigmentForm/index.tsx:38 msgid "Day one capacity" @@ -3418,7 +3418,7 @@ msgstr "Kapacitet dag ett" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:95 msgid "days" -msgstr "" +msgstr "dagar" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:920 msgid "Days of the month" @@ -3426,7 +3426,7 @@ msgstr "Dagar i månaden" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:76 msgid "December" -msgstr "" +msgstr "December" #: src/components/common/CookieConsentBanner/index.tsx:62 msgid "Decline" @@ -3452,7 +3452,7 @@ msgstr "Standardinsamling av deltagarinformation" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1106 msgid "Default capacity per date" -msgstr "" +msgstr "Standardkapacitet per datum" #: src/components/routes/organizer/Settings/Sections/PlatformFeesSettings/index.tsx:44 msgid "Default Fee Handling" @@ -3464,7 +3464,7 @@ msgstr "Standardmall kommer att användas" #: src/components/forms/ProductForm/ledgerSummaries.ts:66 msgid "Defaults" -msgstr "" +msgstr "Standardvärden" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:29 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:31 @@ -3478,7 +3478,7 @@ msgstr "ta bort" #: src/components/common/TaxAndFeeList/index.tsx:81 #: src/components/routes/admin/Announcements/index.tsx:226 #: src/components/routes/admin/FailedJobs/index.tsx:209 -#: src/components/routes/event/OccurrencesTab/index.tsx:502 +#: src/components/routes/event/OccurrencesTab/index.tsx:512 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:62 msgid "Delete" msgstr "Ta bort" @@ -3489,7 +3489,7 @@ msgstr "Ta bort \"{0}\"?" #: src/components/routes/event/OccurrencesTab/index.tsx:249 msgid "Delete {count} selected date(s)? Dates with orders will be skipped. This cannot be undone." -msgstr "" +msgstr "Ta bort {count} valda datum? Datum med ordrar hoppas över. Det går inte att ångra." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:148 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:155 @@ -3525,7 +3525,7 @@ msgstr "Ta bort kod" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:357 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:582 msgid "Delete Date" -msgstr "" +msgstr "Ta bort datum" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:84 #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:119 @@ -3551,7 +3551,7 @@ msgstr "Ta bort arrangör" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Delete Permanently" -msgstr "" +msgstr "Ta bort permanent" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:131 msgid "Delete Template" @@ -3559,11 +3559,11 @@ msgstr "Ta bort mall" #: src/components/common/ProductsTable/SortableCategory/index.tsx:45 msgid "Delete this category? Any products in it will also be deleted. This cannot be undone." -msgstr "" +msgstr "Ta bort den här kategorin? Alla produkter i den tas också bort. Det går inte att ångra." #: src/components/common/ProductsTable/SortableProduct/index.tsx:71 msgid "Delete this product? This cannot be undone." -msgstr "" +msgstr "Ta bort den här produkten? Det går inte att ångra." #: src/components/common/QuestionsTable/index.tsx:197 msgid "Delete this question? This cannot be undone." @@ -3576,7 +3576,7 @@ msgstr "Ta bort webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:255 msgid "Deleted {0} date(s)" -msgstr "" +msgstr "{0} datum borttagna" #: src/components/routes/admin/DeletionRequests/index.tsx:143 msgid "Deleted account" @@ -3611,7 +3611,7 @@ msgstr "Beskrivning" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:138 msgid "Description and venue added" -msgstr "" +msgstr "Beskrivning och plats tillagda" #: src/components/forms/CheckInListForm/index.tsx:143 msgid "Description for check-in staff" @@ -3640,12 +3640,12 @@ msgstr "Fick du inte koden?" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:472 msgid "Different location" -msgstr "" +msgstr "Annan plats" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:403 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:411 msgid "Disabled" -msgstr "" +msgstr "Inaktiverad" #: src/components/forms/CapaciyAssigmentForm/index.tsx:27 msgid "Disabling this capacity will track sales but not stop them when the limit is reached" @@ -3654,12 +3654,12 @@ msgstr "Om denna kapacitet inaktiveras spåras försäljningen men den stoppas i #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Discard" -msgstr "" +msgstr "Släng" #: src/components/forms/ProductForm/ProductDrawer.tsx:54 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:725 msgid "Discard changes?" -msgstr "" +msgstr "Släng ändringarna?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Disconnect" @@ -3691,7 +3691,7 @@ msgstr "Rabattyp" #: src/components/common/Callout/index.tsx:54 msgid "Dismiss" -msgstr "" +msgstr "Stäng" #: src/components/common/AnnouncementDisplay/AnnouncementBanner.tsx:37 msgid "Dismiss announcement" @@ -3699,7 +3699,7 @@ msgstr "Stäng meddelande" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:186 msgid "Dismiss setup checklist" -msgstr "" +msgstr "Dölj checklistan för uppstart" #: src/components/routes/product-widget/SelectProducts/index.tsx:1077 msgid "Dismiss this message" @@ -3747,7 +3747,7 @@ msgstr "Klar" #: src/components/common/CheckIn/CheckInDescriptionModal.tsx:20 msgid "Door staff instructions" -msgstr "" +msgstr "Instruktioner till entrépersonalen" #: src/components/common/CalendarOptionsPopover/index.tsx:39 msgid "Download .ics" @@ -3810,7 +3810,7 @@ msgstr "Duplicera" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Duplicate Date" -msgstr "" +msgstr "Duplicera datum" #: src/components/common/EventCard/index.tsx:151 msgid "Duplicate event" @@ -3832,7 +3832,7 @@ msgstr "Duplicera produkt" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:121 msgid "Duration must be at least 1 minute." -msgstr "" +msgstr "Längden måste vara minst 1 minut." #: src/components/common/LanguageSwitcher/index.tsx:26 msgid "Dutch" @@ -3846,10 +3846,10 @@ msgstr "t.ex. 180 (3 timmar)" msgid "e.g. Learn more" msgstr "t.ex. Läs mer" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:453 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:450 msgid "e.g. Morning Session" -msgstr "" +msgstr "t.ex. Förmiddagspass" #: src/components/routes/admin/Announcements/index.tsx:382 msgid "e.g. New feature: Waitlists" @@ -3879,9 +3879,9 @@ msgstr "Varje person kommer att få ett e-postmeddelande med en reserverad plats msgid "Each product" msgstr "Varje produkt" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:381 msgid "Earlier" -msgstr "" +msgstr "Tidigare" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:64 msgid "Early bird" @@ -3960,7 +3960,7 @@ msgstr "Redigera konfiguration" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Edit Date" -msgstr "" +msgstr "Redigera datum" #: src/components/common/LocationsTable/index.tsx:65 msgid "Edit location" @@ -4025,7 +4025,7 @@ msgstr "Redigera webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:308 msgid "Edited" -msgstr "" +msgstr "Redigerad" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:140 msgid "Editor" @@ -4079,7 +4079,7 @@ msgstr "E-post- och aviseringsinställningar" #: src/components/layouts/AuthLayout/index.tsx:20 msgid "Email & scheduled messages" -msgstr "" +msgstr "E-post och schemalagda meddelanden" #: src/components/routes/event/Settings/index.tsx:78 msgid "Email & Templates" @@ -4159,7 +4159,7 @@ msgstr "E-postverifiering krävs" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:160 msgid "Email verified" -msgstr "" +msgstr "E-post verifierad" #: src/components/routes/welcome/index.tsx:99 msgid "Email verified successfully!" @@ -4180,7 +4180,7 @@ msgstr "Bädda in widget" #: src/components/layouts/AuthLayout/index.tsx:21 msgid "Embeddable widget" -msgstr "" +msgstr "Inbäddningsbar widget" #: src/components/routes/admin/Announcements/index.tsx:409 msgid "Emoji" @@ -4255,11 +4255,11 @@ msgstr "Avslutad" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:55 msgid "Ended {0}" -msgstr "" +msgstr "Slutade {0}" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:46 msgid "Ends {0}" -msgstr "" +msgstr "Slutar {0}" #: src/components/common/LanguageSwitcher/index.tsx:18 #: src/components/common/LanguageSwitcher/index.tsx:69 @@ -4269,11 +4269,11 @@ msgstr "Engelska" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:131 msgid "Enter a capacity value or choose unlimited." -msgstr "" +msgstr "Ange en kapacitet eller välj obegränsat." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:141 msgid "Enter a label or choose to remove it." -msgstr "" +msgstr "Ange en etikett eller välj att ta bort den." #: src/components/common/EmailTemplateEditor/EmailTemplatePreviewPane.tsx:58 msgid "Enter a subject and body to see the preview" @@ -4281,7 +4281,7 @@ msgstr "Ange ämne och innehåll för att se förhandsgranskningen" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:112 msgid "Enter a time to shift by." -msgstr "" +msgstr "Ange hur mycket tiderna ska förskjutas." #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:29 msgid "Enter a venue name or address" @@ -4311,9 +4311,9 @@ msgstr "Ange partnernamn" msgid "Enter an amount excluding taxes and fees." msgstr "Ange ett belopp exklusive skatter och avgifter" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:434 msgid "Enter capacity" -msgstr "" +msgstr "Ange kapacitet" #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:69 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:69 @@ -4366,7 +4366,7 @@ msgstr "Hela ordern" #: src/components/routes/event/SoldOutWaitlist/index.tsx:126 msgid "entries" -msgstr "" +msgstr "poster" #: src/components/common/WaitlistTable/index.tsx:264 msgid "Entries will appear here when customers join the waitlist for sold out products." @@ -4394,7 +4394,7 @@ msgstr "Fel vid inläsning av loggar" #: src/components/forms/ProductForm/ProductDrawer.tsx:98 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:870 msgid "Esc to close" -msgstr "" +msgstr "Esc för att stänga" #: src/components/routes/account/ManageAccount/sections/AccountSettings/index.tsx:74 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:137 @@ -4433,7 +4433,7 @@ msgstr "Omslagsbild för evenemang" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:196 msgid "Event created" -msgstr "" +msgstr "Evenemang skapat" #: src/components/forms/WebhookForm/index.tsx:43 msgid "Event Created" @@ -4483,7 +4483,7 @@ msgstr "Evenemangets startsida" #: src/components/common/PeriodSelector/index.tsx:124 msgid "Event lifetime" -msgstr "" +msgstr "Hela evenemangets livstid" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:151 msgid "Event location & venue details" @@ -4546,7 +4546,7 @@ msgstr "Evenemang för nytt" #: src/components/routes/event/EventDashboard/index.tsx:264 msgid "Event totals" -msgstr "" +msgstr "Totalt för evenemanget" #: src/components/common/OrganizerWebhookTable/index.tsx:237 #: src/components/common/WebhookTable/index.tsx:237 @@ -4585,32 +4585,32 @@ msgstr "Varje" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0}" -msgstr "" +msgstr "Var {0}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:748 msgid "Every {0} {cadenceUnit}" -msgstr "" +msgstr "Var {0} {cadenceUnit}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Every {0} days" -msgstr "" +msgstr "Var {0} dag" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Every {0} months" -msgstr "" +msgstr "Var {0} månad" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Every {0} weeks" -msgstr "" +msgstr "Var {0} vecka" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0} weeks on {1}" -msgstr "" +msgstr "Var {0} vecka på {1}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Every {0} years" -msgstr "" +msgstr "Var {0} år" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:747 msgid "Every {cadenceUnit}" @@ -4622,7 +4622,7 @@ msgstr "Varje e-postmall måste innehålla en uppmaningsknapp som länkar till r #: src/components/forms/ProductForm/index.tsx:392 msgid "Everything else — tap to edit" -msgstr "" +msgstr "Allt annat – tryck för att redigera" #: src/components/common/QuestionsTable/index.tsx:496 msgid "Examples: \"How did you hear about us?\", \"Company name for invoice\"" @@ -4743,11 +4743,11 @@ msgstr "Misslyckades med att avbryta deltagare" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:57 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:348 msgid "Failed to cancel date" -msgstr "" +msgstr "Datumet kunde inte ställas in" #: src/components/routes/event/OccurrencesTab/index.tsx:241 msgid "Failed to cancel dates" -msgstr "" +msgstr "Datumen kunde inte ställas in" #: src/components/routes/event/messages.tsx:41 msgid "Failed to cancel message" @@ -4767,7 +4767,7 @@ msgstr "Misslyckades med att skapa konfiguration" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:712 msgid "Failed to create schedule" -msgstr "" +msgstr "Schemat kunde inte skapas" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:702 #: src/hooks/useOccurrenceGenerationPolling.ts:42 @@ -4791,15 +4791,15 @@ msgstr "Misslyckades med att ta bort konfiguration" #: src/components/routes/event/OccurrenceDetail/index.tsx:90 #: src/components/routes/event/OccurrencesTab/index.tsx:187 msgid "Failed to delete date" -msgstr "" +msgstr "Datumet kunde inte tas bort" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:372 msgid "Failed to delete date. It may have existing orders." -msgstr "" +msgstr "Datumet kunde inte tas bort. Det kan finnas ordrar kopplade till det." #: src/components/routes/event/OccurrencesTab/index.tsx:258 msgid "Failed to delete dates" -msgstr "" +msgstr "Datumen kunde inte tas bort" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:40 msgid "Failed to delete event" @@ -4819,7 +4819,7 @@ msgstr "Det gick inte att ta bort arrangören" #: src/components/common/ProductsTable/SortableProduct/index.tsx:80 msgid "Failed to delete product. Please try again." -msgstr "" +msgstr "Produkten kunde inte tas bort. Försök igen." #: src/components/common/QuestionsTable/index.tsx:203 msgid "Failed to delete question" @@ -4875,7 +4875,7 @@ msgstr "Kunde inte erbjuda biljetter" #: src/components/modals/ManageOccurrenceModal/index.tsx:76 #: src/components/routes/event/OccurrenceDetail/index.tsx:102 msgid "Failed to reactivate date" -msgstr "" +msgstr "Datumet kunde inte återaktiveras" #: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to remove from waitlist" @@ -4883,11 +4883,11 @@ msgstr "Misslyckades med att ta bort från väntelistan" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:104 msgid "Failed to remove override" -msgstr "" +msgstr "Anpassningen kunde inte tas bort" #: src/components/routes/event/OccurrencesTab/index.tsx:201 msgid "Failed to reopen date" -msgstr "" +msgstr "Datumet kunde inte öppnas igen" #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" @@ -4919,15 +4919,15 @@ msgstr "Misslyckades med att försöka igen" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:69 msgid "Failed to save override" -msgstr "" +msgstr "Anpassningen kunde inte sparas" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:156 msgid "Failed to save price override" -msgstr "" +msgstr "Prisanpassningen kunde inte sparas" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:163 msgid "Failed to save product settings" -msgstr "" +msgstr "Produktinställningarna kunde inte sparas" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:158 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:161 @@ -5012,15 +5012,15 @@ msgstr "Misslyckades med att verifiera e-post" #: src/constants/eventCategories.ts:17 msgid "Family" -msgstr "" +msgstr "Familj" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:247 msgid "Fast payouts to your bank" -msgstr "" +msgstr "Snabba utbetalningar till din bank" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:66 msgid "February" -msgstr "" +msgstr "Februari" #: src/components/forms/TaxAndFeeForm/index.tsx:18 #: src/components/forms/TaxAndFeeForm/index.tsx:39 @@ -5042,7 +5042,7 @@ msgstr "Hantering av avgifter" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:68 msgid "Fee override saved" -msgstr "" +msgstr "Avgiftsanpassning sparad" #: src/components/common/InlineOrderSummary/index.tsx:156 #: src/components/common/OrdersTable/index.tsx:270 @@ -5073,11 +5073,11 @@ msgstr "Fyll i dina uppgifter ovan först" #: src/constants/eventCategories.ts:12 msgid "Film" -msgstr "" +msgstr "Film" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:125 msgid "Filter attendees" -msgstr "" +msgstr "Filtrera deltagare" #: src/components/routes/event/attendees.tsx:245 msgid "Filter Attendees" @@ -5086,7 +5086,7 @@ msgstr "Filtrera deltagare" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:62 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:82 msgid "Filter by date" -msgstr "" +msgstr "Filtrera på datum" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:118 msgid "Filter by Event" @@ -5107,27 +5107,27 @@ msgstr "Filter ({activeFilterCount})" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:281 msgid "Finish setting up Stripe" -msgstr "" +msgstr "Slutför inställningen av Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:70 msgid "Finish setup" -msgstr "" +msgstr "Slutför inställningen" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:57 msgid "First" -msgstr "" +msgstr "Första" #: src/components/common/PeriodSelector/index.tsx:42 msgid "First 30 days" -msgstr "" +msgstr "Första 30 dagarna" #: src/components/common/PeriodSelector/index.tsx:40 msgid "First 7 days" -msgstr "" +msgstr "Första 7 dagarna" #: src/components/common/PeriodSelector/index.tsx:44 msgid "First 90 days" -msgstr "" +msgstr "Första 90 dagarna" #: src/components/routes/product-widget/CollectInformation/index.tsx:533 msgid "First attendee" @@ -5187,7 +5187,7 @@ msgstr "Fast belopp" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:145 msgid "Fixed fee" -msgstr "" +msgstr "Fast avgift" #: src/components/routes/admin/Configurations/index.tsx:94 #: src/components/routes/admin/Configurations/index.tsx:236 @@ -5204,11 +5204,11 @@ msgstr "Fast avgift måste vara 0 eller högre" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash off" -msgstr "" +msgstr "Blixt av" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash on" -msgstr "" +msgstr "Blixt på" #: src/components/common/ThemeFontControl/index.tsx:65 msgid "Font Family" @@ -5236,7 +5236,7 @@ msgstr "Glömt lösenord?" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:60 msgid "Fourth" -msgstr "" +msgstr "Fjärde" #: src/components/common/AttendeeTicket/index.tsx:134 #: src/components/common/Currency/index.tsx:88 @@ -5258,7 +5258,7 @@ msgstr "Franska" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 msgid "Fri" -msgstr "" +msgstr "Fre" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -5275,7 +5275,7 @@ msgstr "Från {0}" #: src/components/forms/ProductForm/ledgerSummaries.ts:46 msgid "From {start}" -msgstr "" +msgstr "Från {start}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:789 msgid "from {start} until {end}" @@ -5287,11 +5287,11 @@ msgstr "från {start}, {count} datum" #: src/components/layouts/AuthLayout/index.tsx:26 msgid "Full data ownership" -msgstr "" +msgstr "Full äganderätt till dina data" #: src/components/common/PeriodSelector/index.tsx:46 msgid "Full event" -msgstr "" +msgstr "Hela evenemanget" #: src/components/modals/RefundOrderModal/index.tsx:110 msgid "Full refund" @@ -5299,15 +5299,15 @@ msgstr "Full återbetalning" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "future" -msgstr "" +msgstr "kommande" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:352 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:353 msgid "Future dates only" -msgstr "" +msgstr "Endast kommande datum" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Future dates will be copied with capacity reset to zero" -msgstr "" +msgstr "Kommande datum kopieras med kapaciteten nollställd" #: src/components/routes/event/TicketDesigner/TicketDesignerPrint.tsx:38 #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:40 @@ -5340,11 +5340,11 @@ msgstr "Få vägbeskrivning" #: src/components/layouts/OrganizerLayout/index.tsx:82 msgid "Get Paid" -msgstr "" +msgstr "Få betalt" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:234 msgid "Get paid with Stripe" -msgstr "" +msgstr "Få betalt med Stripe" #: src/components/routes/auth/Register/index.tsx:73 msgid "Get started" @@ -5377,7 +5377,7 @@ msgstr "Gå tillbaka" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Go Back" -msgstr "" +msgstr "Tillbaka" #: src/components/routes/profile/ConfirmEmailChange/index.tsx:23 #: src/components/routes/profile/ConfirmEmailChange/index.tsx:42 @@ -5394,7 +5394,7 @@ msgstr "Gå till startsidan" #: src/components/modals/CreateAttendeeModal/index.tsx:196 msgid "Go to Schedule" -msgstr "" +msgstr "Gå till schemat" #: src/components/common/ThemeColorControls/index.tsx:113 msgid "Good readability" @@ -5438,7 +5438,7 @@ msgstr "Bruttoförsäljning" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:334 msgid "Guest" -msgstr "" +msgstr "Gäst" #: src/components/layouts/Event/index.tsx:130 msgid "Guest Management" @@ -5451,7 +5451,7 @@ msgstr "Gäster" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:45 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:159 msgid "Happening now" -msgstr "" +msgstr "Pågår nu" #: src/components/routes/admin/DeletionRequests/index.tsx:161 msgid "Hard delete" @@ -5497,7 +5497,7 @@ msgstr "Hej {0} 👋" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:51 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:74 msgid "Hi," -msgstr "" +msgstr "Hej," #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:75 msgid "Hi.Events Fee" @@ -5514,7 +5514,7 @@ msgstr "Dold" #: src/components/forms/ProductForm/visibilityStatus.ts:50 msgid "Hidden — sales ended {end}." -msgstr "" +msgstr "Dold – försäljningen avslutades {end}." #: src/components/common/QuestionsTable/index.tsx:112 msgid "Hidden from attendees - only visible to organizers" @@ -5522,11 +5522,11 @@ msgstr "Dold för deltagare – endast synlig för arrangörer" #: src/components/forms/ProductForm/ledgerSummaries.ts:151 msgid "Hidden from everyone" -msgstr "" +msgstr "Dold för alla" #: src/components/forms/ProductForm/visibilityStatus.ts:18 msgid "Hidden from everyone — the master hide switch is on." -msgstr "" +msgstr "Dold för alla – huvudreglaget för att dölja är på." #: src/components/common/ProductsTable/SortableProduct/index.tsx:109 #: src/components/common/ProductsTable/SortableProduct/index.tsx:318 @@ -5552,7 +5552,7 @@ msgstr "Dölj svar" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "Hide details" -msgstr "" +msgstr "Dölj detaljer" #: src/components/routes/admin/Announcements/index.tsx:495 msgid "Hide Preview" @@ -5600,7 +5600,7 @@ msgstr "Dölj denna nivå för användare" #: src/components/forms/ProductForm/ledgerSummaries.ts:61 msgid "Hides sold out" -msgstr "" +msgstr "Döljer slutsålda" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:91 msgid "Hiding a product will prevent users from seeing it on the event page." @@ -5629,7 +5629,7 @@ msgstr "Markerade produkter får en annan bakgrundsfärg för att sticka ut på #: src/constants/eventCategories.ts:18 msgid "Hobbies" -msgstr "" +msgstr "Fritid" #: src/components/routes/event/HomepageDesigner/index.tsx:168 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:173 @@ -5651,10 +5651,10 @@ msgstr "Förhandsvisning av startsida" msgid "Homer" msgstr "Homer" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:386 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:410 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:387 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:411 msgid "Hours" -msgstr "" +msgstr "Timmar" #: src/components/forms/PromoCodeForm/index.tsx:116 msgid "How is the discount applied?" @@ -5674,7 +5674,7 @@ msgstr "Hur många gånger kan denna kod användas?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:449 msgid "How VAT is applied to the platform fees we charge you." -msgstr "" +msgstr "Så tillämpas moms på plattformsavgifterna vi tar ut av dig." #: src/components/common/Editor/index.tsx:90 msgid "HTML character limit exceeded: {htmlLength}/{maxLength}" @@ -5795,11 +5795,11 @@ msgstr "Om {diffMinutes} minuter" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:111 msgid "in last {0} min" -msgstr "" +msgstr "senaste {0} min" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:472 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 msgid "In person — set a venue" -msgstr "" +msgstr "På plats – ange en plats" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:132 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:168 @@ -5881,7 +5881,7 @@ msgstr "Instagram" #: src/components/layouts/AuthLayout/index.tsx:14 msgid "Instant Stripe payouts" -msgstr "" +msgstr "Direkta Stripe-utbetalningar" #: src/components/layouts/Event/index.tsx:143 #: src/components/layouts/OrganizerLayout/index.tsx:114 @@ -5890,7 +5890,7 @@ msgstr "Integrationer" #: src/components/forms/CheckInListForm/index.tsx:190 msgid "Internal notes on the attendee's ticket" -msgstr "" +msgstr "Interna anteckningar på deltagarens biljett" #: src/components/common/ContactOrganizerModal/index.tsx:35 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:33 @@ -5972,11 +5972,11 @@ msgstr "Fakturainställningar" #: src/components/routes/welcome/index.tsx:404 msgid "It happens on more than one date" -msgstr "" +msgstr "Det äger rum på fler än ett datum" #: src/components/layouts/ProductWidget/index.tsx:57 msgid "It may have been unpublished or removed. Please check the link and try again." -msgstr "" +msgstr "Det kan ha avpublicerats eller tagits bort. Kontrollera länken och försök igen." #: src/components/common/LanguageSwitcher/index.tsx:24 msgid "Italian" @@ -5997,7 +5997,7 @@ msgstr "Artiklar" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:65 msgid "January" -msgstr "" +msgstr "Januari" #: src/components/routes/admin/FailedJobs/index.tsx:163 msgid "Job" @@ -6047,11 +6047,11 @@ msgstr "Ansluten" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:71 msgid "July" -msgstr "" +msgstr "Juli" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:70 msgid "June" -msgstr "" +msgstr "Juni" #: src/components/routes/auth/Login/index.tsx:121 msgid "Just looking for your tickets?" @@ -6059,11 +6059,11 @@ msgstr "Letar du bara efter dina biljetter?" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:24 msgid "just now" -msgstr "" +msgstr "nyss" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:161 msgid "Just wrapped" -msgstr "" +msgstr "Nyss avslutat" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Keep connection" @@ -6072,7 +6072,7 @@ msgstr "Behåll anslutningen" #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Keep editing" -msgstr "" +msgstr "Fortsätt redigera" #: src/components/routes/admin/Announcements/index.tsx:390 msgid "Keep it short — banners show a single line. {0}/200" @@ -6084,7 +6084,7 @@ msgstr "Håll mig uppdaterad om nyheter och evenemang från {0}" #: src/components/layouts/AuthLayout/index.tsx:42 msgid "Keep the profit." -msgstr "" +msgstr "Behåll vinsten." #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:63 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:449 @@ -6099,7 +6099,7 @@ msgstr "Etikett — t.ex. Morgonpass" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:301 msgid "label updates" -msgstr "" +msgstr "etikettuppdateringar" #: src/components/modals/CreateAttendeeModal/index.tsx:235 #: src/components/modals/ManageAttendeeModal/index.tsx:156 @@ -6109,7 +6109,7 @@ msgstr "Språk" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:61 msgid "Last" -msgstr "" +msgstr "Sista" #: src/components/common/OrganizerReportTable/index.tsx:60 #: src/components/common/ReportTable/index.tsx:55 @@ -6203,13 +6203,13 @@ msgstr "Senast utlöst" msgid "Last Used" msgstr "Senast använd" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:379 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 msgid "Later" -msgstr "" +msgstr "Senare" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:152 msgid "Latest check-ins" -msgstr "" +msgstr "Senaste incheckningarna" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1098 msgid "Leave “from” as today to start right away." @@ -6221,27 +6221,27 @@ msgstr "Lämna tomt för att använda standardordet \"Faktura\"" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:507 msgid "Leave empty for unlimited" -msgstr "" +msgstr "Lämna tomt för obegränsat" #: src/components/forms/CheckInListForm/index.tsx:131 msgid "Leave empty to apply this check-in list to all occurrences" -msgstr "" +msgstr "Lämna tomt för att låta incheckningslistan gälla alla datum" #: src/components/forms/CheckInListForm/index.tsx:106 msgid "Leave on to cover every ticket on the event. Turn off to pick specific tickets." -msgstr "" +msgstr "Låt vara på för att omfatta alla biljetter i evenemanget. Stäng av för att välja specifika biljetter." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:300 msgid "Let them know about the change" -msgstr "" +msgstr "Berätta om ändringen för dem" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:266 msgid "Let them know about the changes" -msgstr "" +msgstr "Berätta om ändringarna för dem" #: src/components/layouts/OrganizerLayout/index.tsx:111 msgid "Library" -msgstr "" +msgstr "Bibliotek" #: src/components/common/ThemeColorControls/index.tsx:84 msgid "Light" @@ -6261,7 +6261,7 @@ msgstr "Länkar tillåtna" #: src/components/routes/event/OccurrencesTab/index.tsx:472 msgid "List" -msgstr "" +msgstr "Lista" #: src/components/common/EventCard/index.tsx:91 #: src/components/layouts/Event/index.tsx:218 @@ -6281,11 +6281,11 @@ msgstr "Liveevenemang" #: src/components/forms/ProductForm/ProductPreview.tsx:72 msgid "Live preview" -msgstr "" +msgstr "Live-förhandsvisning" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:344 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 msgid "Loaded dates" -msgstr "" +msgstr "Inlästa datum" #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:33 msgid "Loading preview..." @@ -6340,7 +6340,7 @@ msgstr "Platsen har uppdaterats" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:302 msgid "location updates" -msgstr "" +msgstr "platsuppdateringar" #: src/components/routes/organizer/Locations/index.tsx:52 msgid "locations" @@ -6404,7 +6404,7 @@ msgstr "Gör faktureringsadress obligatorisk i kassan" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:114 msgid "Make it visible so people can buy tickets" -msgstr "" +msgstr "Gör det synligt så att folk kan köpa biljetter" #: src/components/forms/QuestionForm/index.tsx:212 msgid "Make this question mandatory" @@ -6426,7 +6426,7 @@ msgstr "Hantera" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:97 msgid "Manage {0}" -msgstr "" +msgstr "Hantera {0}" #: src/hooks/useAttendeeActions.tsx:75 msgid "Manage attendee" @@ -6434,7 +6434,7 @@ msgstr "Hantera deltagare" #: src/components/routes/event/OccurrencesTab/index.tsx:462 msgid "Manage dates and times for your recurring event" -msgstr "" +msgstr "Hantera datum och tider för ditt återkommande evenemang" #: src/components/common/EventCard/index.tsx:146 msgid "Manage event" @@ -6442,7 +6442,7 @@ msgstr "Hantera evenemang" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:393 msgid "Manage on Stripe" -msgstr "" +msgstr "Hantera i Stripe" #: src/hooks/useOrderActions.tsx:99 msgid "Manage order" @@ -6459,11 +6459,11 @@ msgstr "Hantera profil" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:114 msgid "Manage schedule" -msgstr "" +msgstr "Hantera schema" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:78 msgid "Manage Schedule" -msgstr "" +msgstr "Hantera schema" #: src/components/routes/account/ManageAccount/sections/TaxSettings/index.tsx:17 msgid "Manage taxes and fees which can be applied to your products" @@ -6505,7 +6505,7 @@ msgstr "Lägg till deltagare manuellt" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:67 msgid "March" -msgstr "" +msgstr "Mars" #: src/hooks/useOrderActions.tsx:128 msgid "Mark as paid" @@ -6513,7 +6513,7 @@ msgstr "Markera som betald" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:180 msgid "Mark as validated (admin override)" -msgstr "" +msgstr "Markera som validerad (administratörsbeslut)" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:177 msgid "Max Messages / 24h" @@ -6533,7 +6533,7 @@ msgstr "Max per order" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:69 msgid "May" -msgstr "" +msgstr "Maj" #: src/components/routes/admin/Attribution/index.tsx:108 msgid "Medium" @@ -6620,7 +6620,7 @@ msgstr "Meddelandenivå uppdaterad" #: src/components/forms/ProductForm/ledgerSummaries.ts:115 msgid "Min {min} per order" -msgstr "" +msgstr "Minst {min} per order" #: src/components/forms/ProductForm/index.tsx:523 msgid "Minimum Per Order" @@ -6634,10 +6634,10 @@ msgstr "Minimipris" msgid "minutes" msgstr "minuter" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:393 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:417 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:394 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:418 msgid "Minutes" -msgstr "" +msgstr "Minuter" #: src/components/routes/event/Settings/index.tsx:84 msgid "Miscellaneous" @@ -6652,13 +6652,13 @@ msgstr "Övriga inställningar" msgid "Modal" msgstr "Modal" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:467 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:468 msgid "Mode" -msgstr "" +msgstr "Läge" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 msgid "Mon" -msgstr "" +msgstr "Mån" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -6675,7 +6675,7 @@ msgstr "Övervaka och hantera misslyckade bakgrundsjobb" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:89 msgid "month" -msgstr "" +msgstr "månad" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:931 msgid "Month" @@ -6684,20 +6684,20 @@ msgstr "Månad" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:52 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Monthly" -msgstr "" +msgstr "Månadsvis" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:97 msgid "months" -msgstr "" +msgstr "månader" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:268 msgid "more" -msgstr "" +msgstr "till" #: src/components/common/EntityActions/index.tsx:98 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:171 msgid "More actions" -msgstr "" +msgstr "Fler åtgärder" #: src/components/routes/admin/Dashboard/index.tsx:294 msgid "Most Viewed Events (Last 14 Days)" @@ -6705,7 +6705,7 @@ msgstr "Mest visade evenemang (Senaste 14 dagarna)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Move all dates earlier or later" -msgstr "" +msgstr "Flytta alla datum tidigare eller senare" #: src/components/forms/QuestionForm/index.tsx:106 msgid "Multi line text box" @@ -6715,11 +6715,11 @@ msgstr "Flerradigt textfält" #: src/components/layouts/EventHomepage/index.tsx:180 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Multiple locations" -msgstr "" +msgstr "Flera platser" #: src/components/layouts/AuthLayout/index.tsx:27 msgid "Multiple ticket types" -msgstr "" +msgstr "Flera biljettyper" #: src/constants/eventCategories.ts:8 msgid "Music" @@ -6800,13 +6800,13 @@ msgstr "Nettointäkter" msgid "Never" msgstr "Aldrig" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:432 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 msgid "New capacity" -msgstr "" +msgstr "Ny kapacitet" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:451 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 msgid "New label" -msgstr "" +msgstr "Ny etikett" #: src/components/common/LocationPicker/index.tsx:169 #: src/components/common/LocationPicker/index.tsx:183 @@ -6825,7 +6825,7 @@ msgstr "Nya registreringar" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:53 msgid "New time:" -msgstr "" +msgstr "Ny tid:" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:429 msgid "Next month" @@ -6833,11 +6833,11 @@ msgstr "Nästa månad" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:162 msgid "Next occurrence" -msgstr "" +msgstr "Nästa datum" #: src/components/common/EventDateRange/index.tsx:61 msgid "Next: {nextFormatted}" -msgstr "" +msgstr "Nästa: {nextFormatted}" #: src/constants/eventCategories.ts:4 msgid "Nightlife" @@ -6886,7 +6886,7 @@ msgstr "Inga deltagare hittades för denna order." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:173 msgid "No attendees to show" -msgstr "" +msgstr "Inga deltagare att visa" #: src/components/common/AttendeeTable/index.tsx:346 msgid "No Attendees to show" @@ -6894,7 +6894,7 @@ msgstr "Inga deltagare att visa" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:79 msgid "No attendees yet for this date." -msgstr "" +msgstr "Inga deltagare ännu för det här datumet." #: src/components/routes/admin/Attribution/index.tsx:121 msgid "No attribution data found" @@ -6902,7 +6902,7 @@ msgstr "Ingen attributionsdata hittades" #: src/components/routes/organizer/Payments/CapabilityList.tsx:69 msgid "No capabilities reported by Stripe yet." -msgstr "" +msgstr "Stripe har inte rapporterat några funktioner ännu." #: src/components/modals/OfferWaitlistModal/index.tsx:193 msgid "No capacity" @@ -6915,7 +6915,7 @@ msgstr "Inga kapacitetstilldelningar" #: src/components/common/KpiGrid/index.tsx:57 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:212 msgid "No change" -msgstr "" +msgstr "Ingen ändring" #: src/components/common/CheckInListList/index.tsx:44 #: src/components/common/CheckInListTable/index.tsx:266 @@ -6928,7 +6928,7 @@ msgstr "Inga incheckningslistor tillgängliga för detta evenemang." #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:155 msgid "No check-ins yet" -msgstr "" +msgstr "Inga incheckningar ännu" #: src/components/routes/admin/Configurations/index.tsx:127 msgid "No configurations found" @@ -6936,7 +6936,7 @@ msgstr "Inga konfigurationer hittades" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:207 msgid "No connections available" -msgstr "" +msgstr "Inga kopplingar tillgängliga" #: src/components/common/ReportTable/index.tsx:233 msgid "No data available" @@ -6953,32 +6953,32 @@ msgstr "Ingen data att visa. Välj ett datumintervall" #: src/components/common/EventCard/index.tsx:221 #: src/components/common/EventCard/index.tsx:318 msgid "No date added" -msgstr "" +msgstr "Inget datum tillagt" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:668 msgid "No dates available this month. Try navigating to another month." -msgstr "" +msgstr "Inga datum tillgängliga den här månaden. Prova en annan månad." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:90 msgid "No dates match the current filters." -msgstr "" +msgstr "Inga datum matchar de aktuella filtren." -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates match your filters" -msgstr "" +msgstr "Inga datum matchar dina filter" #: src/components/common/OccurrenceSelect/index.tsx:158 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:130 msgid "No dates match your search" -msgstr "" +msgstr "Inga datum matchar din sökning" #: src/components/modals/PublishEventModal/index.tsx:103 msgid "No dates scheduled" msgstr "Inga datum schemalagda" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates scheduled yet" -msgstr "" +msgstr "Inga datum schemalagda ännu" #: src/components/routes/admin/DeletionRequests/index.tsx:108 msgid "No deletion requests found" @@ -7026,7 +7026,7 @@ msgstr "Ingen faktura" #: src/components/forms/ProductForm/ledgerSummaries.ts:121 msgid "No limits" -msgstr "" +msgstr "Inga gränser" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:163 #: src/components/modals/WebhookLogsModal/index.tsx:177 @@ -7047,11 +7047,11 @@ msgstr "Inga meddelanden att visa" #: src/components/modals/CreateAttendeeModal/index.tsx:183 msgid "No occurrences available" -msgstr "" +msgstr "Inga datum tillgängliga" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:134 msgid "No occurrences on this date" -msgstr "" +msgstr "Inga datum den här dagen" #: src/components/common/QuestionsTable/index.tsx:491 msgid "No order questions yet" @@ -7071,7 +7071,7 @@ msgstr "Inga ordrar ännu" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:90 msgid "No orders yet for this date." -msgstr "" +msgstr "Inga ordrar ännu för det här datumet." #: src/components/routes/admin/Dashboard/index.tsx:377 msgid "No organizer activity in the last 14 days" @@ -7079,7 +7079,7 @@ msgstr "Ingen arrangörsaktivitet de senaste 14 dagarna" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:179 msgid "No organizer context available." -msgstr "" +msgstr "Ingen arrangörskontext tillgänglig." #: src/components/modals/SwitchOrganizerModal/index.tsx:57 msgid "No other organizers available" @@ -7116,7 +7116,7 @@ msgstr "Inga produkter tillgängliga i denna kategori." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:170 msgid "No products configured for this event." -msgstr "" +msgstr "Inga produkter konfigurerade för det här evenemanget." #: src/components/modals/OfferWaitlistModal/index.tsx:140 msgid "No products have waiting entries" @@ -7195,7 +7195,7 @@ msgstr "Inga biljetter att sälja" #: src/components/common/EventDateRange/index.tsx:68 msgid "No upcoming dates" -msgstr "" +msgstr "Inga kommande datum" #: src/components/layouts/OrganizerHomepage/index.tsx:299 msgid "No upcoming events" @@ -7229,7 +7229,7 @@ msgstr "Nej, stanna kvar här" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:293 msgid "non-edited" -msgstr "" +msgstr "oredigerade" #: src/components/common/PromoCodeTable/index.tsx:82 #: src/components/forms/ProductForm/ledgerSummaries.ts:92 @@ -7240,7 +7240,7 @@ msgstr "Ingen" #: src/components/forms/ProductForm/ledgerSummaries.ts:29 msgid "None yet" -msgstr "" +msgstr "Inga ännu" #: src/components/common/ProductPriceAvailability/index.tsx:38 #: src/components/common/ProductPriceAvailability/index.tsx:68 @@ -7250,7 +7250,7 @@ msgstr "Inte tillgänglig" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:122 #: src/components/modals/ManageAttendeeModal/index.tsx:138 msgid "Not checked in" -msgstr "" +msgstr "Inte incheckad" #: src/components/common/AttendeeTable/index.tsx:304 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -7279,7 +7279,7 @@ msgstr "Aviseringsinställningar" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:569 msgid "Notify attendees and stop sales" -msgstr "" +msgstr "Meddela deltagarna och stoppa försäljningen" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:76 msgid "Notify organizer of new orders" @@ -7287,11 +7287,11 @@ msgstr "Meddela arrangören om nya ordrar" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:75 msgid "November" -msgstr "" +msgstr "November" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1087 msgid "Number of dates to create" -msgstr "" +msgstr "Antal datum att skapa" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:227 msgid "Number of days allowed for payment (leave blank to omit payment terms from invoices)" @@ -7307,38 +7307,38 @@ msgstr "Nummerprefix" #: src/components/modals/ManageOrderModal/index.tsx:140 #: src/components/modals/SendMessageModal/index.tsx:357 msgid "Occurrence" -msgstr "" +msgstr "Datum" #: src/components/forms/WebhookForm/index.tsx:133 msgid "Occurrence Cancelled" -msgstr "" +msgstr "Datum inställt" #: src/components/layouts/Event/index.tsx:113 #: src/components/routes/event/OccurrencesTab/index.tsx:463 msgid "Occurrence Schedule" -msgstr "" +msgstr "Datumschema" #: src/components/routes/event/Reports/index.tsx:37 #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:102 msgid "Occurrence Summary" -msgstr "" +msgstr "Sammanfattning för datumet" #: src/components/common/OrderDetails/index.tsx:55 #: src/components/modals/ManageOrderModal/index.tsx:140 msgid "Occurrences" -msgstr "" +msgstr "Datum" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Occurrences (future only)" -msgstr "" +msgstr "Datum (endast kommande)" #: src/components/modals/CreateEventModal/index.tsx:252 msgid "Occurrences can be configured after creation" -msgstr "" +msgstr "Datum kan konfigureras efter att evenemanget skapats" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:74 msgid "October" -msgstr "" +msgstr "Oktober" #: src/components/common/OrganizerReportTable/index.tsx:356 msgid "of" @@ -7351,7 +7351,7 @@ msgstr "varje månad" #: src/components/forms/ProductForm/ledgerSummaries.ts:77 #: src/components/forms/ProductForm/ledgerSummaries.ts:140 msgid "Off" -msgstr "" +msgstr "Av" #: src/components/common/WaitlistTable/index.tsx:135 #: src/components/modals/OfferWaitlistModal/index.tsx:227 @@ -7422,7 +7422,7 @@ msgstr "på" #: src/components/forms/ProductForm/ledgerSummaries.ts:74 msgid "On" -msgstr "" +msgstr "På" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:760 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:768 @@ -7449,7 +7449,7 @@ msgstr "den {position} {day}" #: src/components/forms/ProductForm/index.tsx:442 msgid "On the event page" -msgstr "" +msgstr "På evenemangssidan" #: src/components/common/JoinWaitlistButton/index.tsx:25 msgid "On the waitlist" @@ -7480,23 +7480,23 @@ msgstr "Pågående" msgid "Online" msgstr "Online" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 msgid "Online — provide connection details" -msgstr "" +msgstr "Digitalt – ange anslutningsuppgifter" #: src/components/common/EventCard/index.tsx:100 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Online & in-person" -msgstr "" +msgstr "Digitalt och på plats" #: src/components/layouts/EventHomepage/index.tsx:181 msgid "Online & in-person — see schedule" -msgstr "" +msgstr "Digitalt och på plats – se schemat" #: src/components/common/AttendeeTicket/index.tsx:127 #: src/components/modals/ManageOccurrenceModal/index.tsx:146 msgid "Online event" -msgstr "" +msgstr "Digitalt evenemang" #: src/components/layouts/EventHomepage/index.tsx:404 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:175 @@ -7517,7 +7517,7 @@ msgstr "Endast {capacity} kvar" #: src/components/forms/ProductForm/ProductDrawer.tsx:130 msgid "Only a name is required — everything else has sensible defaults" -msgstr "" +msgstr "Bara ett namn krävs – allt annat har vettiga standardvärden" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:74 msgid "Only account administrators can delete or archive events. Contact your account admin for assistance." @@ -7529,7 +7529,7 @@ msgstr "Endast kontoadministratörer kan ta bort eller arkivera arrangörer. Kon #: src/components/forms/ProductForm/index.tsx:546 msgid "Only available as an add-on" -msgstr "" +msgstr "Tillgänglig endast som tillägg" #: src/components/routes/admin/Announcements/index.tsx:470 msgid "Only published announcements are shown to users" @@ -7545,11 +7545,11 @@ msgstr "Visa endast startdatum och -tid" #: src/components/common/ProductsTable/SortableProduct/index.tsx:335 msgid "Only shown as an add-on to the products it's attached to" -msgstr "" +msgstr "Visas endast som tillägg till de produkter den är kopplad till" #: src/components/forms/ProductForm/visibilityStatus.ts:25 msgid "Only shown as an add-on to the products it's attached to." -msgstr "" +msgstr "Visas endast som tillägg till de produkter den är kopplad till." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:138 msgid "Only the account owner can request account deletion." @@ -7557,11 +7557,11 @@ msgstr "Endast kontoägaren kan begära kontoradering." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:513 msgid "Only tickets count toward capacity" -msgstr "" +msgstr "Endast biljetter räknas mot kapaciteten" #: src/components/forms/ProductForm/visibilityStatus.ts:32 msgid "Only visible to buyers with an applicable promo code." -msgstr "" +msgstr "Synlig endast för köpare med en giltig kampanjkod." #: src/components/common/ProductsTable/SortableProduct/index.tsx:319 msgid "Only visible with promo code" @@ -7569,7 +7569,7 @@ msgstr "Endast synlig med kampanjkod" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open check-in" -msgstr "" +msgstr "Öppna incheckning" #: src/components/common/CheckInListList/index.tsx:165 #: src/components/common/CheckInListTable/index.tsx:209 @@ -7579,7 +7579,7 @@ msgstr "Öppna incheckningssida" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open occurrence" -msgstr "" +msgstr "Öppna datum" #: src/components/layouts/AppLayout/index.tsx:31 msgid "Open sidebar" @@ -7621,9 +7621,9 @@ msgstr "Alternativ" msgid "or" msgstr "eller" -#: src/components/routes/event/OccurrencesTab/index.tsx:603 +#: src/components/routes/event/OccurrencesTab/index.tsx:618 msgid "or add a single date" -msgstr "" +msgstr "eller lägg till ett enskilt datum" #: src/components/modals/PublishEventModal/index.tsx:81 msgid "Or enable offline payments and disable Stripe" @@ -7631,7 +7631,7 @@ msgstr "Eller aktivera offlinebetalningar och inaktivera Stripe" #: src/components/routes/event/OccurrencesTab/index.tsx:415 msgid "order" -msgstr "" +msgstr "order" #: src/components/common/QuestionsTable/index.tsx:295 #: src/components/common/QuestionsTable/index.tsx:448 @@ -7647,7 +7647,7 @@ msgstr "Order och biljett" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:265 msgid "Order #" -msgstr "" +msgstr "Ordernr" #: src/components/routes/product-widget/CollectInformation/index.tsx:386 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:375 @@ -7682,7 +7682,7 @@ msgstr "Orderdatum" #: src/components/forms/CheckInListForm/index.tsx:222 msgid "Order details" -msgstr "" +msgstr "Orderdetaljer" #: src/components/common/OrdersTable/index.tsx:178 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:613 @@ -7708,7 +7708,7 @@ msgstr "Order-ID" #: src/components/forms/ProductForm/index.tsx:517 msgid "Order limits" -msgstr "" +msgstr "Ordergränser" #: src/hooks/useOrderActions.tsx:50 msgid "Order marked as paid" @@ -7728,7 +7728,7 @@ msgstr "Order hittades inte" #: src/components/forms/CheckInListForm/index.tsx:224 msgid "Order number, purchase date, purchaser email" -msgstr "" +msgstr "Ordernummer, köpdatum, köparens e-post" #: src/components/common/MessageList/index.tsx:31 msgid "Order owner" @@ -7790,7 +7790,7 @@ msgstr "Ordern avbröts" #: src/components/routes/event/OccurrencesTab/index.tsx:415 #: src/components/routes/event/orders.tsx:197 msgid "orders" -msgstr "" +msgstr "ordrar" #: src/components/layouts/Admin/index.tsx:17 #: src/components/layouts/Event/index.tsx:125 @@ -7905,7 +7905,7 @@ msgstr "Arrangörens eller standardmall kommer att användas" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:202 msgid "Organizers" -msgstr "" +msgstr "Arrangörer" #: src/components/modals/EditUserModal/index.tsx:58 #: src/components/modals/InviteUserModal/index.tsx:49 @@ -7927,7 +7927,7 @@ msgstr "Resultat" #: src/constants/eventCategories.ts:22 msgid "Outdoors" -msgstr "" +msgstr "Utomhus" #: src/components/routes/admin/Messages/index.tsx:107 msgid "Outgoing Messages" @@ -7935,19 +7935,19 @@ msgstr "Utgående meddelanden" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:208 msgid "Override" -msgstr "" +msgstr "Anpassning" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:133 msgid "Override fees on this organizer" -msgstr "" +msgstr "Anpassa avgifterna för den här arrangören" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:228 msgid "Override price" -msgstr "" +msgstr "Anpassa priset" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:96 msgid "Override removed" -msgstr "" +msgstr "Anpassning borttagen" #: src/components/layouts/Event/index.tsx:100 msgid "Overview" @@ -7988,7 +7988,7 @@ msgstr "betald" #: src/components/forms/ProductForm/index.tsx:274 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:431 msgid "Paid" -msgstr "" +msgstr "Betald" #: src/components/routes/admin/Attribution/index.tsx:51 msgid "Paid Accounts" @@ -8048,7 +8048,7 @@ msgstr "Tidigare" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:317 msgid "Past due" -msgstr "" +msgstr "Förfallen" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Past Events" @@ -8162,7 +8162,7 @@ msgstr "Betalningar är inte tillgängliga" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:407 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:463 msgid "Payouts" -msgstr "" +msgstr "Utbetalningar" #: src/components/routes/admin/DeletionRequests/index.tsx:85 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:437 @@ -8180,7 +8180,7 @@ msgstr "Per deltagare" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:117 msgid "per min" -msgstr "" +msgstr "per min" #: src/components/common/PromoCodeTable/index.tsx:91 msgid "per order" @@ -8216,7 +8216,7 @@ msgstr "Procentuell avgift" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:137 msgid "Percentage fee (%)" -msgstr "" +msgstr "Procentuell avgift (%)" #: src/components/routes/admin/Configurations/index.tsx:175 msgid "Percentage must be between 0 and 100" @@ -8248,7 +8248,7 @@ msgstr "Ta bort denna arrangör och alla dess evenemang permanent." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:583 msgid "Permanently remove this date" -msgstr "" +msgstr "Ta bort det här datumet permanent" #: src/components/routes/profile/ManageProfile/index.tsx:148 msgid "Personal Information" @@ -8260,15 +8260,15 @@ msgstr "Telefon" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:530 msgid "Pick an end date" -msgstr "" +msgstr "Välj ett slutdatum" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:538 msgid "Pick at least one day of the month" -msgstr "" +msgstr "Välj minst en dag i månaden" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:527 msgid "Pick at least one day of the week" -msgstr "" +msgstr "Välj minst en veckodag" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:841 msgid "Pick days to see your dates." @@ -8285,7 +8285,7 @@ msgstr "Placera detta i -delen på din webbplats." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:269 #: src/components/modals/ManageOrderModal/index.tsx:125 msgid "Placed" -msgstr "" +msgstr "Lagd" #: src/components/common/PoweredByFooter/index.tsx:48 msgid "Planning an event?" @@ -8340,7 +8340,7 @@ msgstr "Kontrollera din e-post för att bekräfta din e-postadress" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:76 msgid "Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions." -msgstr "" +msgstr "Kontrollera den nya tiden på din biljett. Dina biljetter gäller fortfarande – du behöver inte göra något om inte de nya tiderna krockar för dig. Svara på det här mejlet om du har frågor." #: src/components/routes/product-widget/SelectProducts/index.tsx:1023 msgid "Please continue in the new tab" @@ -8393,7 +8393,7 @@ msgstr "Gå tillbaka till evenemangssidan för att börja om." #: src/components/routes/product-widget/SelectProducts/index.tsx:584 msgid "Please select a date and time" -msgstr "" +msgstr "Välj ett datum och en tid" #: src/components/common/OrganizerReportTable/index.tsx:269 msgid "Please select a date range" @@ -8452,7 +8452,7 @@ msgstr "Portugisiska" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:967 msgid "Position" -msgstr "" +msgstr "Position" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:97 msgid "Post Checkout message" @@ -8506,7 +8506,7 @@ msgstr "Pris ej angivet" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:206 msgid "Price Tier" -msgstr "" +msgstr "Prisnivå" #: src/components/forms/ProductForm/index.tsx:356 msgid "Price Tiers" @@ -8514,7 +8514,7 @@ msgstr "Prisnivåer" #: src/components/forms/ProductForm/index.tsx:266 msgid "Pricing" -msgstr "" +msgstr "Priser" #: src/components/common/WidgetEditor/index.tsx:187 msgid "Primary Color" @@ -8604,11 +8604,11 @@ msgstr "Produktförsäljning, intäkter och skattefördelning" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:599 msgid "Product settings cannot be edited for cancelled dates." -msgstr "" +msgstr "Produktinställningar kan inte redigeras för inställda datum." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:160 msgid "Product settings saved successfully" -msgstr "" +msgstr "Produktinställningarna har sparats" #: src/components/common/ProductSelector/index.tsx:67 msgid "Product Tier" @@ -8661,7 +8661,7 @@ msgstr "Profilen uppdaterades" #: src/components/common/CheckIn/CheckInInfoModal.tsx:47 msgid "Progress" -msgstr "" +msgstr "Förlopp" #: src/components/routes/product-widget/SelectProducts/index.tsx:500 msgid "Promo {promo_code} code applied" @@ -8682,7 +8682,7 @@ msgstr "Sida för kampanjkoder" #: src/components/forms/ProductForm/ledgerSummaries.ts:154 msgid "Promo code required" -msgstr "" +msgstr "Kampanjkod krävs" #: src/components/routes/event/Reports/index.tsx:32 msgid "Promo code usage and discount breakdown" @@ -8690,11 +8690,11 @@ msgstr "Användning av kampanjkoder och rabattfördelning" #: src/components/routes/event/promo-codes.tsx:55 msgid "promo codes" -msgstr "" +msgstr "kampanjkoder" #: src/components/layouts/AuthLayout/index.tsx:18 msgid "Promo codes" -msgstr "" +msgstr "Kampanjkoder" #: src/components/layouts/Event/index.tsx:126 #: src/components/modals/DuplicateEventModal/index.tsx:52 @@ -8733,11 +8733,11 @@ msgstr "Ange minst ett adressfält (plats, gata, stad eller land)." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:438 msgid "Provide the following before Stripe's next review to keep payouts flowing." -msgstr "" +msgstr "Lämna följande före Stripes nästa granskning så att utbetalningarna fortsätter." #: src/components/forms/ProductForm/ledgerSummaries.ts:157 msgid "Public" -msgstr "" +msgstr "Offentlig" #: src/components/common/StatusToggle/index.tsx:97 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:117 @@ -8754,7 +8754,7 @@ msgstr "Publicera evenemang" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:113 msgid "Publish your event" -msgstr "" +msgstr "Publicera ditt evenemang" #: src/components/routes/admin/Announcements/index.tsx:183 #: src/components/routes/admin/Announcements/index.tsx:473 @@ -8774,11 +8774,11 @@ msgstr "Köpt" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:275 msgid "Purchaser" -msgstr "" +msgstr "Köpare" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:283 msgid "Purchaser email" -msgstr "" +msgstr "Köparens e-post" #: src/components/modals/ShareModal/index.tsx:168 msgid "QR Code" @@ -8786,7 +8786,7 @@ msgstr "QR-kod" #: src/components/layouts/AuthLayout/index.tsx:16 msgid "QR code check-in" -msgstr "" +msgstr "Incheckning med QR-kod" #: src/components/modals/OfferWaitlistModal/index.tsx:170 msgid "Qty" @@ -8803,7 +8803,7 @@ msgstr "Tillgängligt antal" #: src/components/forms/CheckInListForm/index.tsx:205 msgid "Question answers" -msgstr "" +msgstr "Svar på frågor" #: src/components/common/QuestionsTable/index.tsx:201 msgid "Question deleted" @@ -8837,7 +8837,7 @@ msgstr "Kö" #: src/components/forms/PromoCodeForm/index.tsx:145 msgid "Quick Tip" -msgstr "" +msgstr "Snabbtips" #: src/components/forms/QuestionForm/index.tsx:118 msgid "Radio Option" @@ -8861,7 +8861,7 @@ msgstr "Erbjud plats igen" #: src/components/modals/ManageOccurrenceModal/index.tsx:70 #: src/components/routes/event/OccurrenceDetail/index.tsx:96 msgid "Reactivate this date? It will be reopened for future sales." -msgstr "" +msgstr "Återaktivera det här datumet? Det öppnas för försäljning igen." #: src/components/modals/PublishEventModal/index.tsx:143 msgid "Ready to go live?" @@ -8869,7 +8869,7 @@ msgstr "Redo att gå live?" #: src/components/layouts/AuthLayout/index.tsx:19 msgid "Real-time analytics" -msgstr "" +msgstr "Analys i realtid" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:171 msgid "Reason (optional)" @@ -8887,19 +8887,19 @@ msgstr "Senaste kontoregistreringar" #: src/components/common/PeriodSelector/index.tsx:111 msgid "Recent activity" -msgstr "" +msgstr "Senaste aktiviteten" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:59 msgid "Recent Attendees" -msgstr "" +msgstr "Senaste deltagarna" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:106 msgid "Recent check-ins" -msgstr "" +msgstr "Senaste incheckningarna" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:309 msgid "Recent orders" -msgstr "" +msgstr "Senaste ordrarna" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:63 msgid "Recent Orders" @@ -8930,12 +8930,12 @@ msgstr "Mottagare är tillgängliga efter att meddelandet har skickats" #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "Recommended" -msgstr "" +msgstr "Rekommenderas" #: src/components/common/EventCard/index.tsx:209 #: src/components/common/EventCard/index.tsx:322 msgid "Recurring" -msgstr "" +msgstr "Återkommande" #: src/components/layouts/EventHomepage/index.tsx:368 #: src/components/modals/CreateEventModal/index.tsx:240 @@ -8949,7 +8949,7 @@ msgstr "Inställningar för återkommande evenemang" #: src/components/layouts/AuthLayout/index.tsx:13 msgid "Recurring events" -msgstr "" +msgstr "Återkommande evenemang" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:80 msgid "Reddit" @@ -8969,13 +8969,13 @@ msgstr "Uppdatera förhandsgranskning" #: src/components/routes/event/OccurrencesTab/index.tsx:218 msgid "Refund all orders for these dates" -msgstr "" +msgstr "Återbetala alla ordrar för de här datumen" #: src/components/routes/event/OccurrenceDetail/index.tsx:67 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:44 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:334 msgid "Refund all orders for this date" -msgstr "" +msgstr "Återbetala alla ordrar för det här datumet" #: src/components/modals/RefundOrderModal/index.tsx:108 msgid "Refund amount" @@ -9046,7 +9046,7 @@ msgstr "Registreringsfrågor" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:142 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:94 msgid "Remaining" -msgstr "" +msgstr "Kvar" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:82 msgid "Remaining Uses" @@ -9064,9 +9064,9 @@ msgstr "ta bort" msgid "Remove" msgstr "Ta bort" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:458 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:459 msgid "Remove label from all dates" -msgstr "" +msgstr "Ta bort etiketten från alla datum" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:67 msgid "Remove sold out dates and times from the event page entirely. When disabled, they remain visible and are labelled as sold out." @@ -9078,11 +9078,11 @@ msgstr "Ta bort tid" #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:60 msgid "Reopen for new sales" -msgstr "" +msgstr "Öppna för försäljning igen" #: src/components/routes/event/OccurrencesTab/index.tsx:194 msgid "Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed." -msgstr "" +msgstr "Öppna det här datumet för försäljning igen? Tidigare avbokade biljetter återställs inte – berörda deltagare förblir avbokade och redan gjorda återbetalningar återförs inte." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:885 msgid "Repeats" @@ -9183,7 +9183,7 @@ msgstr "Återställ lösenord" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:238 msgid "Reset to base price" -msgstr "" +msgstr "Återställ till grundpris" #: src/components/routes/auth/ResetPassword/index.tsx:75 msgid "Resetting..." @@ -9226,7 +9226,7 @@ msgstr "Återställ denna arrangör och gör den aktiv igen." #: src/components/common/ToolBar/index.tsx:47 msgid "results" -msgstr "" +msgstr "resultat" #: src/components/routes/admin/FailedJobs/index.tsx:199 msgid "Retry" @@ -9259,11 +9259,11 @@ msgstr "Återanvändbara platser för dina evenemang. Platser som skapas via aut #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:218 msgid "Reuse" -msgstr "" +msgstr "Återanvänd" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:198 msgid "Reuse a Stripe connection from another organizer in this account." -msgstr "" +msgstr "Återanvänd en Stripe-koppling från en annan arrangör i det här kontot." #: src/components/common/AffiliateTable/index.tsx:157 #: src/components/common/EventCard/index.tsx:255 @@ -9316,7 +9316,7 @@ msgstr "Försäljningsperiod" #: src/components/forms/ProductForm/index.tsx:420 msgid "Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page." -msgstr "" +msgstr "Försäljningsperioden gäller alla datum i ditt schema. Vill du styra pris och tillgänglighet för enskilda datum använder du anpassningarna på <0>datumschemasidan." #: src/components/forms/ProductForm/index.tsx:427 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:80 @@ -9329,7 +9329,7 @@ msgstr "Försäljningen startar {0}" #: src/components/forms/ProductForm/index.tsx:413 msgid "Sale window" -msgstr "" +msgstr "Försäljningsperiod" #: src/components/common/AffiliateTable/index.tsx:145 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:143 @@ -9352,7 +9352,7 @@ msgstr "Försäljningen startar" #: src/components/routes/event/Reports/index.tsx:38 msgid "Sales, attendance, and check-in breakdown per occurrence" -msgstr "" +msgstr "Uppdelning av försäljning, närvaro och incheckning per datum" #: src/components/routes/organizer/Reports/index.tsx:24 msgid "Sales, orders, and performance metrics for all events" @@ -9364,7 +9364,7 @@ msgstr "Försäljning:" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:471 msgid "Same as event" -msgstr "" +msgstr "Samma som evenemanget" #: src/components/common/PlatformFeesSettings/index.tsx:175 msgid "Sample ticket price" @@ -9377,7 +9377,7 @@ msgstr "Exempelplats" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 msgid "Sat" -msgstr "" +msgstr "Lör" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -9421,7 +9421,7 @@ msgstr "Spara ändringar" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:160 msgid "Save fee override" -msgstr "" +msgstr "Spara avgiftsanpassning" #: src/components/modals/EditOrganizerModal/index.tsx:70 msgid "Save Organizer" @@ -9449,7 +9449,7 @@ msgstr "Spara biljettlayout" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:202 msgid "Save VAT settings" -msgstr "" +msgstr "Spara momsinställningar" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:239 msgid "Save VAT Settings" @@ -9465,7 +9465,7 @@ msgstr "Sparade platser" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:153 msgid "Saving an override creates a dedicated configuration for this organizer if it's currently on the system default." -msgstr "" +msgstr "När du sparar en anpassning skapas en egen konfiguration för den här arrangören om den just nu använder systemstandarden." #: src/components/layouts/CheckIn/BottomNav.tsx:15 msgid "Scan" @@ -9473,32 +9473,32 @@ msgstr "Skanna" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:58 msgid "Scan a ticket to check in an attendee" -msgstr "" +msgstr "Skanna en biljett för att checka in en deltagare" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:109 msgid "Scanned tickets will appear here" -msgstr "" +msgstr "Skannade biljetter visas här" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:71 msgid "Scanner mode" -msgstr "" +msgstr "Skannerläge" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:73 msgid "Schedule" -msgstr "" +msgstr "Schema" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:105 msgid "Schedule added" -msgstr "" +msgstr "Schema tillagt" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:697 #: src/hooks/useOccurrenceGenerationPolling.ts:36 msgid "Schedule created successfully" -msgstr "" +msgstr "Schemat har skapats" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1078 msgid "Schedule ends on" -msgstr "" +msgstr "Schemat slutar" #: src/components/modals/SendMessageModal/index.tsx:472 msgid "Schedule for later" @@ -9514,7 +9514,7 @@ msgstr "Förhandsgranskning av schema" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1069 msgid "Schedule starts on" -msgstr "" +msgstr "Schemat börjar" #: src/components/common/ProductsTable/SortableProduct/index.tsx:92 #: src/components/routes/admin/Messages/index.tsx:125 @@ -9532,7 +9532,7 @@ msgstr "Schemalagd tid" #: src/components/layouts/CheckIn/BottomNav.tsx:16 msgid "Search" -msgstr "" +msgstr "Sök" #: src/components/routes/event/Affiliates/index.tsx:70 msgid "Search affiliates..." @@ -9540,7 +9540,7 @@ msgstr "Sök affiliates..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:94 msgid "Search attendees" -msgstr "" +msgstr "Sök deltagare" #: src/components/routes/admin/Accounts/index.tsx:60 #: src/components/routes/admin/DeletionRequests/index.tsx:93 @@ -9586,7 +9586,7 @@ msgstr "Sök på namn, e-post eller ordernummer..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:93 msgid "Search by name, order #, ticket # or email" -msgstr "" +msgstr "Sök på namn, ordernr, biljettnr eller e-post" #: src/components/routes/event/promo-codes.tsx:38 msgid "Search by name..." @@ -9614,15 +9614,15 @@ msgstr "Sök incheckningslistor..." #: src/components/common/OccurrenceSelect/index.tsx:117 msgid "Search dates..." -msgstr "" +msgstr "Sök datum..." #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:88 msgid "Search dates…" -msgstr "" +msgstr "Sök datum…" #: src/components/common/AddressAutocomplete/index.tsx:86 msgid "Search for an address" -msgstr "" +msgstr "Sök efter en adress" #: src/components/routes/event/messages.tsx:243 msgid "Search messages..." @@ -9650,11 +9650,11 @@ msgstr "Söker..." #: src/constants/eventCategories.ts:6 msgid "Seasonal" -msgstr "" +msgstr "Säsong" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:58 msgid "Second" -msgstr "" +msgstr "Andra" #: src/components/common/WidgetEditor/index.tsx:199 msgid "Secondary Color" @@ -9670,11 +9670,11 @@ msgstr "Säker kassa" #: src/components/layouts/EventHomepage/index.tsx:431 msgid "See schedule" -msgstr "" +msgstr "Se schemat" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "See what Stripe still needs" -msgstr "" +msgstr "Se vad Stripe fortfarande behöver" #: src/components/routes/admin/Announcements/index.tsx:161 msgid "Seen" @@ -9692,11 +9692,11 @@ msgstr "Välj en kategori" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:717 msgid "Select a Date & Time" -msgstr "" +msgstr "Välj datum och tid" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:215 msgid "Select a date to see available times" -msgstr "" +msgstr "Välj ett datum för att se lediga tider" #: src/components/routes/event/messages.tsx:341 msgid "Select a message to view its contents" @@ -9712,7 +9712,7 @@ msgstr "Välj konto" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:126 msgid "Select all" -msgstr "" +msgstr "Markera alla" #: src/components/modals/DuplicateEventModal/index.tsx:143 msgid "Select All" @@ -9720,7 +9720,7 @@ msgstr "Välj alla" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:156 msgid "Select all on {0}" -msgstr "" +msgstr "Markera alla den {0}" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:119 msgid "Select an event" @@ -9740,7 +9740,7 @@ msgstr "Välj deltagargrupp" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:157 msgid "Select camera" -msgstr "" +msgstr "Välj kamera" #: src/components/forms/ProductForm/index.tsx:255 msgid "Select category..." @@ -9752,7 +9752,7 @@ msgstr "Välj valuta" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:178 msgid "Select date" -msgstr "" +msgstr "Välj datum" #: src/components/modals/CreateEventModal/index.tsx:283 msgid "Select end date and time" @@ -9773,7 +9773,7 @@ msgstr "Välj evenemangstyper" #: src/components/common/OccurrenceSelect/index.tsx:106 #: src/components/modals/CreateAttendeeModal/index.tsx:254 msgid "Select occurrence" -msgstr "" +msgstr "Välj ett datum" #: src/components/modals/CreateEventModal/index.tsx:159 msgid "Select organizer" @@ -9795,7 +9795,7 @@ msgstr "Välj produkter" #: src/components/forms/ProductForm/index.tsx:553 msgid "Select products..." -msgstr "" +msgstr "Välj produkter..." #: src/components/modals/CreateEventModal/index.tsx:263 msgid "Select start date and time" @@ -9846,7 +9846,7 @@ msgstr "Välj..." #: src/components/routes/event/OccurrencesTab/index.tsx:497 msgid "selected" -msgstr "" +msgstr "valda" #: src/components/common/PlatformFeesSettings/index.tsx:208 #: src/components/common/PlatformFeesSettings/index.tsx:231 @@ -9856,11 +9856,11 @@ msgstr "Vald" #: src/components/layouts/AuthLayout/index.tsx:41 msgid "Sell out your event." -msgstr "" +msgstr "Sälj slut ditt evenemang." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:516 msgid "Selling a physical product? Cap its quantity on the <0>products page instead." -msgstr "" +msgstr "Säljer du en fysisk produkt? Begränsa antalet på <0>produktsidan i stället." #: src/components/forms/ProductForm/index.tsx:587 msgid "Selling fast 🔥" @@ -9918,7 +9918,7 @@ msgstr "Skicka test" #: src/components/modals/SendMessageModal/index.tsx:358 msgid "Send to all occurrences, or choose a specific one" -msgstr "" +msgstr "Skicka till alla datum, eller välj ett specifikt" #: src/components/routes/event/messages.tsx:335 msgid "Send your first message" @@ -9939,7 +9939,7 @@ msgstr "Skickat av" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:218 msgid "Sent to attendees when a scheduled date is cancelled" -msgstr "" +msgstr "Skickas till deltagare när ett schemalagt datum ställs in" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:216 msgid "Sent to customers when they place an order" @@ -9976,7 +9976,7 @@ msgstr "SEO-titel" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:73 msgid "September" -msgstr "" +msgstr "September" #: src/components/forms/TaxAndFeeForm/index.tsx:62 msgid "Service Fee" @@ -9984,7 +9984,7 @@ msgstr "Serviceavgift" #: src/components/layouts/CheckIn/index.tsx:498 msgid "Session cancelled" -msgstr "" +msgstr "Tillfället inställt" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:807 msgid "sessions · {dateCount} dates × {timesPerDay} times" @@ -10000,27 +10000,27 @@ msgstr "Ange standardinställningar för nya evenemang som skapas under denna ar #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Set how long each date lasts" -msgstr "" +msgstr "Ange hur länge varje datum varar" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Set or clear the date label" -msgstr "" +msgstr "Ange eller ta bort datumets etikett" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:406 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:407 msgid "Set the end time of each date to be this long after its start time." -msgstr "" +msgstr "Ange sluttiden för varje datum till så här lång tid efter starttiden." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:217 msgid "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." msgstr "Ange startnummer för fakturanumrering. Detta kan inte ändras när fakturor väl har skapats." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:440 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:441 msgid "Set to unlimited (remove limit)" -msgstr "" +msgstr "Ange som obegränsat (ta bort gränsen)" -#: src/components/routes/event/OccurrencesTab/index.tsx:585 +#: src/components/routes/event/OccurrencesTab/index.tsx:600 msgid "Set up a recurring schedule to automatically create dates, or add them one at a time." -msgstr "" +msgstr "Ställ in ett återkommande schema så att datum skapas automatiskt, eller lägg till dem ett i taget." #: src/components/routes/event/CheckInLists/index.tsx:35 msgid "Set up check-in lists for different entrances, sessions, or days." @@ -10029,20 +10029,20 @@ msgstr "Skapa incheckningslistor för olika entréer, pass eller dagar." #: src/components/layouts/OrganizerLayout/index.tsx:85 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:126 msgid "Set up payouts" -msgstr "" +msgstr "Ställ in utbetalningar" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 msgid "Set up schedule" -msgstr "" +msgstr "Ställ in schema" -#: src/components/routes/event/OccurrencesTab/index.tsx:535 -#: src/components/routes/event/OccurrencesTab/index.tsx:596 +#: src/components/routes/event/OccurrencesTab/index.tsx:550 +#: src/components/routes/event/OccurrencesTab/index.tsx:611 msgid "Set Up Schedule" -msgstr "" +msgstr "Ställ in schema" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:92 msgid "Set up the tickets you'll sell and their prices" -msgstr "" +msgstr "Ange biljetterna du ska sälja och deras priser" #: src/components/routes/welcome/index.tsx:43 msgid "Set up your organization" @@ -10055,11 +10055,11 @@ msgstr "Ställ in ditt schema" #: src/components/routes/welcome/index.tsx:415 msgid "Set up your schedule in the next steps" -msgstr "" +msgstr "Du ställer in schemat i nästa steg" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Set, change, or remove the date's location or online details" -msgstr "" +msgstr "Ange, ändra eller ta bort datumets plats eller digitala uppgifter" #: src/components/common/QuestionsTable/index.tsx:374 msgid "Setting updated" @@ -10076,7 +10076,7 @@ msgstr "Konfiguration och design" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:242 msgid "Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event." -msgstr "" +msgstr "Det tar bara några minuter att komma igång – du behöver inget befintligt Stripe-konto. Stripe sköter kort, plånböcker, regionala betalsätt och bedrägeriskydd så att du kan fokusera på ditt evenemang." #: src/components/common/ShareIcon/index.tsx:30 #: src/components/layouts/EventHomepage/index.tsx:342 @@ -10111,15 +10111,15 @@ msgstr "Delad kapacitetshantering" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Shift times" -msgstr "" +msgstr "Förskjut tider" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:211 msgid "Shifted times for {count} date(s)" -msgstr "" +msgstr "Tiderna förskjutna för {count} datum" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:532 msgid "Show" -msgstr "" +msgstr "Visa" #: src/components/common/AdvancedOptions/index.tsx:28 msgid "Show advanced options" @@ -10131,7 +10131,7 @@ msgstr "Visa alla plattformar ({0} till med värden)" #: src/components/forms/CheckInListForm/index.tsx:196 msgid "Show attendee notes to non-logged-in staff" -msgstr "" +msgstr "Visa deltagaranteckningar för personal som inte är inloggad" #: src/components/forms/ProductForm/index.tsx:449 msgid "Show available product quantity" @@ -10163,19 +10163,19 @@ msgstr "Visa fler plattformar" #: src/components/forms/CheckInListForm/index.tsx:230 msgid "Show order details to non-logged-in staff" -msgstr "" +msgstr "Visa orderdetaljer för personal som inte är inloggad" #: src/components/forms/CheckInListForm/index.tsx:213 msgid "Show question answers to non-logged-in staff" -msgstr "" +msgstr "Visa svar på frågor för personal som inte är inloggad" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:59 msgid "Show remaining capacity on event dates" -msgstr "" +msgstr "Visa återstående kapacitet på evenemangets datum" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:525 msgid "Show remaining capacity to buyers" -msgstr "" +msgstr "Visa återstående kapacitet för köpare" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:61 msgid "Show tax and fees separately" @@ -10185,18 +10185,18 @@ msgstr "Visa moms och avgifter separat" msgid "Showing {0} of {totalRows} records" msgstr "Visar {0} av {totalRows} poster" -#: src/components/routes/event/OccurrencesTab/index.tsx:624 +#: src/components/routes/event/OccurrencesTab/index.tsx:639 msgid "Showing {0}–{1} of {2}" -msgstr "" +msgstr "Visar {0}–{1} av {2}" #: src/components/common/OccurrenceSelect/index.tsx:163 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:135 msgid "Showing {MAX_VISIBLE} of {totalAvailable} dates. Type to search." -msgstr "" +msgstr "Visar {MAX_VISIBLE} av {totalAvailable} datum. Skriv för att söka." #: src/components/modals/SendMessageModal/index.tsx:349 msgid "Showing the first {0} — the remaining {1} session(s) will still be targeted when the message is sent." -msgstr "" +msgstr "Visar de {0} första – de återstående {1} tillfällena omfattas ändå när meddelandet skickas." #: src/components/routes/admin/Announcements/index.tsx:410 msgid "Shown bouncing at the top of the modal" @@ -10204,7 +10204,7 @@ msgstr "Visas studsande högst upp i modalen" #: src/components/forms/CheckInListForm/index.tsx:145 msgid "Shown to staff the first time they open the check-in page." -msgstr "" +msgstr "Visas för personalen första gången de öppnar incheckningssidan." #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:102 msgid "Shown to the customer after they checkout, on the order summary page." @@ -10220,7 +10220,7 @@ msgstr "Visar vanliga adressfält, inklusive land" #: src/components/forms/ProductForm/ledgerSummaries.ts:60 msgid "Shows remaining" -msgstr "" +msgstr "Visar återstående" #: src/components/routes/admin/Dashboard/index.tsx:402 msgid "Signed Up" @@ -10233,15 +10233,15 @@ msgstr "Simpson" #: src/components/modals/CreateEventModal/index.tsx:231 msgid "Single Event" -msgstr "" +msgstr "Enskilt evenemang" #: src/components/forms/QuestionForm/index.tsx:100 msgid "Single line text box" msgstr "Enradig textruta" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:356 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:357 msgid "Skip manually edited dates" -msgstr "" +msgstr "Hoppa över manuellt redigerade datum" #: src/components/routes/welcome/index.tsx:559 msgid "Skip this step" @@ -10280,7 +10280,7 @@ msgstr "Sålda" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:579 msgid "sold out" -msgstr "" +msgstr "slutsålt" #: src/components/common/EventCard/index.tsx:125 #: src/components/common/EventDateRange/index.tsx:65 @@ -10307,7 +10307,7 @@ msgstr "Slutsålt, väntelista tillgänglig" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:293 msgid "Some details are hidden from public access. Log in to view everything." -msgstr "" +msgstr "Vissa uppgifter är dolda för allmänheten. Logga in för att se allt." #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -10318,7 +10318,7 @@ msgstr "Något gick fel" #: src/components/common/ImageUploadDropzone/index.tsx:130 msgid "Something went wrong while deleting the image. Please try again." -msgstr "" +msgstr "Något gick fel när bilden skulle tas bort. Försök igen." #: src/components/common/TaxAndFeeList/index.tsx:41 msgid "Something went wrong while deleting the Tax or Fee" @@ -10374,11 +10374,11 @@ msgstr "Specifika användare" #: src/constants/eventCategories.ts:21 msgid "Spirituality" -msgstr "" +msgstr "Andlighet" #: src/components/forms/CheckInListForm/index.tsx:90 msgid "Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end." -msgstr "" +msgstr "Dela upp incheckningen på dagar, områden eller biljettyper. Dela länken med personalen – de behöver inget konto." #: src/constants/eventCategories.ts:9 msgid "Sports" @@ -10386,11 +10386,11 @@ msgstr "Sport" #: src/components/common/CheckIn/CheckInInfoModal.tsx:84 msgid "Staff instructions" -msgstr "" +msgstr "Instruktioner till personalen" #: src/components/modals/SelectCheckInListModal/index.tsx:48 msgid "Start check-in" -msgstr "" +msgstr "Starta incheckning" #: src/components/common/AdminEventsTable/index.tsx:96 #: src/components/modals/DuplicateEventModal/index.tsx:128 @@ -10418,31 +10418,31 @@ msgstr "Starttid" #: src/components/common/AddressAutocomplete/index.tsx:87 msgid "Start typing a venue or address..." -msgstr "" +msgstr "Börja skriva en plats eller adress..." #: src/components/forms/ProductForm/ledgerSummaries.ts:62 msgid "Starts collapsed" -msgstr "" +msgstr "Startar hopfälld" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts in {diffDays} days" -msgstr "" +msgstr "Börjar om {diffDays} dagar" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:76 msgid "Starts in {diffMinutes} min" -msgstr "" +msgstr "Börjar om {diffMinutes} min" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:86 msgid "Starts in {h}h {m}m" -msgstr "" +msgstr "Börjar om {h} h {m} min" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:70 msgid "Starts in {seconds}s" -msgstr "" +msgstr "Börjar om {seconds} s" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts tomorrow" -msgstr "" +msgstr "Börjar i morgon" #: src/components/common/CheckoutQuestion/index.tsx:165 #: src/components/common/LocationPicker/index.tsx:254 @@ -10462,7 +10462,7 @@ msgstr "Statistiken baseras på kontots skapandedatum" #: src/components/layouts/CheckIn/BottomNav.tsx:17 msgid "Stats" -msgstr "" +msgstr "Statistik" #: src/components/common/AdminEventsTable/index.tsx:111 #: src/components/common/AdminOrdersTable/index.tsx:85 @@ -10497,7 +10497,7 @@ msgstr "Status" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:323 msgid "Still needed" -msgstr "" +msgstr "Behövs fortfarande" #: src/components/common/ImpersonationBanner/index.tsx:53 msgid "Stop Impersonating" @@ -10515,7 +10515,7 @@ msgstr "Stripe-kontot har kopplats från." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:350 msgid "Stripe connected" -msgstr "" +msgstr "Stripe kopplat" #: src/components/routes/admin/Attribution/index.tsx:135 msgid "Stripe Connected" @@ -10523,11 +10523,11 @@ msgstr "Stripe anslutet" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:163 msgid "Stripe connection copied from {0}." -msgstr "" +msgstr "Stripe-koppling kopierad från {0}." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:84 msgid "Stripe didn't return a setup link. Please try again." -msgstr "" +msgstr "Stripe returnerade ingen konfigurationslänk. Försök igen." #: src/components/routes/admin/Messages/index.tsx:73 msgid "Stripe Not Connected" @@ -10543,11 +10543,11 @@ msgstr "Stripe-betalningar är inte aktiverade för detta evenemang." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:434 msgid "Stripe will need a few more details soon" -msgstr "" +msgstr "Stripe kommer snart att behöva några uppgifter till" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:283 msgid "Stripe will walk you through a few quick questions to finish setup." -msgstr "" +msgstr "Stripe guidar dig genom några snabba frågor för att slutföra inställningen." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:131 #: src/components/modals/SendMessageModal/index.tsx:438 @@ -10752,7 +10752,7 @@ msgstr "Sommarens musikfestival 2025" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 msgid "Sun" -msgstr "" +msgstr "Sön" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -10782,7 +10782,7 @@ msgstr "T-shirt" #: src/components/forms/ProductForm/index.tsx:214 msgid "T-shirts, mugs and more" -msgstr "" +msgstr "T-shirts, muggar och mycket mer" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:960 msgid "Tap dates like a calendar." @@ -10790,7 +10790,7 @@ msgstr "Tryck på datum som i en kalender." #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:59 msgid "Tap this screen to resume scanning" -msgstr "" +msgstr "Tryck på skärmen för att fortsätta skanna" #: src/components/routes/admin/Announcements/AnnouncementTargetPicker.tsx:93 msgid "Target accounts" @@ -10802,7 +10802,7 @@ msgstr "Målanvändare" #: src/components/modals/SendMessageModal/index.tsx:335 msgid "Targeting attendees across {0} selected sessions." -msgstr "" +msgstr "Riktar sig till deltagare på {0} valda tillfällen." #: src/components/common/AdminOrdersTable/index.tsx:84 #: src/components/common/OrdersTable/index.tsx:269 @@ -10856,7 +10856,7 @@ msgstr "Moms" #: src/components/forms/ProductForm/index.tsx:477 msgid "Taxes & fees" -msgstr "" +msgstr "Skatter och avgifter" #: src/components/common/ProductsTable/SortableProduct/index.tsx:151 msgid "Taxes & fees applied" @@ -10868,7 +10868,7 @@ msgstr "Moms och avgifter" #: src/components/layouts/AuthLayout/index.tsx:23 msgid "Team collaboration" -msgstr "" +msgstr "Samarbete i teamet" #: src/constants/eventCategories.ts:27 msgid "Tech" @@ -10892,11 +10892,11 @@ msgstr "Berätta om din organisation. Denna information kommer att visas på din #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1151 msgid "Tell us how often your event repeats and we'll create all the dates for you." -msgstr "" +msgstr "Berätta hur ofta ditt evenemang upprepas så skapar vi alla datum åt dig." #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:37 msgid "Tell us your VAT registration status so we apply the correct VAT treatment to platform fees." -msgstr "" +msgstr "Berätta om du är momsregistrerad så tillämpar vi rätt momshantering på plattformsavgifterna." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:194 msgid "Template Active" @@ -10930,7 +10930,7 @@ msgstr "Tack för att du deltog!" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:55 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:77 msgid "Thanks," -msgstr "" +msgstr "Tack," #: src/components/routes/product-widget/SelectProducts/index.tsx:292 #: src/components/routes/product-widget/SelectProducts/index.tsx:538 @@ -10943,7 +10943,7 @@ msgstr "Det är {totalOccurrences} pass — max är {max}. Korta ner perioden el #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:54 msgid "That's a wrap" -msgstr "" +msgstr "Då var det slut" #: src/components/common/ThemeColorControls/index.tsx:62 msgid "The background color of the page. When using cover image, this is applied as an overlay." @@ -11019,7 +11019,7 @@ msgstr "Arrangören du letar efter kunde inte hittas. Sidan kan ha flyttats, tag #: src/components/modals/CreateAttendeeModal/index.tsx:277 msgid "The override is recorded in the order audit log." -msgstr "" +msgstr "Åsidosättandet registreras i orderns granskningslogg." #: src/components/common/ErrorDisplay/index.tsx:18 msgid "The page you are looking for does not exist" @@ -11055,7 +11055,7 @@ msgstr "Den schemalagda tiden måste vara i framtiden" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:52 msgid "The session for \"{title}\" originally scheduled for {0} has been rescheduled." -msgstr "" +msgstr "Tillfället för ”{title}”, ursprungligen planerat till {0}, har flyttats." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:155 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:186 @@ -11090,7 +11090,7 @@ msgstr "Tema och färger" #: src/components/routes/product-widget/SelectProducts/index.tsx:965 msgid "There are no products available for this date. Please choose another date." -msgstr "" +msgstr "Det finns inga produkter tillgängliga för det här datumet. Välj ett annat datum." #: src/components/routes/product-widget/SelectProducts/index.tsx:639 msgid "There are no products available for this event" @@ -11102,7 +11102,7 @@ msgstr "Det finns inga produkter tillgängliga i den här kategorin" #: src/components/routes/product-widget/SelectProducts/index.tsx:636 msgid "There are no upcoming dates for this event" -msgstr "" +msgstr "Det finns inga kommande datum för det här evenemanget" #: src/components/modals/RefundOrderModal/index.tsx:175 msgid "There is a refund pending. Please wait for it to complete before requesting another refund." @@ -11122,15 +11122,15 @@ msgstr "Det uppstod ett fel när ditt meddelande skulle skickas" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:493 msgid "These details are shown on the attendee's ticket and order summary for this date only." -msgstr "" +msgstr "De här uppgifterna visas på deltagarens biljett och ordersammanfattning endast för det här datumet." #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:168 msgid "These details will only be shown if the order is completed successfully." msgstr "Dessa uppgifter visas endast om beställningen slutförs." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:491 msgid "These details will replace any existing location on the affected dates and show on attendee tickets." -msgstr "" +msgstr "De här uppgifterna ersätter befintlig plats på de berörda datumen och visas på deltagarnas biljetter." #: src/components/forms/ProductForm/index.tsx:359 msgid "These prices apply across all dates in your schedule, and tier quantities limit total sales across all dates combined. Sale dates on tiers apply globally. You can override prices for individual dates on the <0>Occurrence Schedule page." @@ -11150,7 +11150,7 @@ msgstr "Dessa mallar ersätter arrangörens standardmallar endast för detta eve #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:59 msgid "Third" -msgstr "" +msgstr "Tredje" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:131 msgid "This account has no completed orders, so all of its data will be permanently deleted." @@ -11166,7 +11166,7 @@ msgstr "Detta konto är schemalagt för radering den <0>{scheduledDate}" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:259 msgid "This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes." -msgstr "" +msgstr "Det här gäller varje matchande datum i evenemanget, även datum som inte syns just nu. Deltagare som är anmälda till något av dessa datum går att nå via meddelandeverktyget när uppdateringen är klar." #: src/components/common/CheckIn/CheckInOptionsModal.tsx:33 msgid "This attendee has an unpaid order." @@ -11202,7 +11202,7 @@ msgstr "Den här incheckningslistan är ännu inte aktiv och är inte tillgängl #: src/components/layouts/CheckIn/index.tsx:503 msgid "This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins." -msgstr "" +msgstr "Den här incheckningslistan hör till ett tillfälle som har ställts in, så den kan inte längre användas för incheckning." #: src/components/forms/AffiliateForm/index.tsx:41 msgid "This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed." @@ -11216,27 +11216,27 @@ msgstr "Den här färgkombinationen kan vara svår att läsa för vissa använda #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:40 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:330 msgid "This date has {orderCount} order(s) that will be affected." -msgstr "" +msgstr "Det här datumet har {orderCount} ordrar som berörs." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:423 msgid "This date has been cancelled. You can still delete it to remove it permanently." -msgstr "" +msgstr "Det här datumet har ställts in. Du kan fortfarande ta bort det permanent." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:457 msgid "This date is in the past. It will be created but won't be visible to attendees under upcoming dates." -msgstr "" +msgstr "Det här datumet har redan varit. Det skapas men visas inte för deltagare bland kommande datum." #: src/components/modals/CreateAttendeeModal/index.tsx:273 msgid "This date is marked sold out." -msgstr "" +msgstr "Det här datumet är markerat som slutsålt." #: src/components/routes/product-widget/SelectProducts/index.tsx:592 msgid "This date is no longer available. Please select another date." -msgstr "" +msgstr "Det här datumet är inte längre tillgängligt. Välj ett annat datum." #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "This date only" -msgstr "" +msgstr "Endast det här datumet" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:113 msgid "This disconnects {stripeAccountId} from this organizer. Paid ticket sales will stop working until you connect a Stripe account again." @@ -11252,7 +11252,7 @@ msgstr "Det här evenemanget har inga biljetter eller produkter ännu, så delta #: src/components/layouts/ProductWidget/index.tsx:56 msgid "This event is not available" -msgstr "" +msgstr "Det här evenemanget är inte tillgängligt" #: src/components/common/StatusToggle/index.tsx:82 msgid "This event is not published yet" @@ -11264,7 +11264,7 @@ msgstr "Det här evenemanget är slutsålt" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:106 msgid "This event's dates and times are set on the occurrence schedule." -msgstr "" +msgstr "Datum och tider för det här evenemanget anges i datumschemat." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:153 msgid "This information will be shown on the payment page, order summary page, and order confirmation email." @@ -11272,7 +11272,7 @@ msgstr "Den här informationen visas på betalningssidan, ordersammanfattningen #: src/components/routes/welcome/index.tsx:401 msgid "This is a recurring event" -msgstr "" +msgstr "Det här är ett återkommande evenemang" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:157 msgid "This is an online event" @@ -11317,7 +11317,7 @@ msgstr "Det här namnet är synligt för slutanvändare" #: src/components/modals/CreateAttendeeModal/index.tsx:267 msgid "This occurrence is at capacity" -msgstr "" +msgstr "Det här datumet är fullbokat" #: src/components/forms/StripeCheckoutForm/index.tsx:131 msgid "This order has already been paid." @@ -11381,7 +11381,7 @@ msgstr "Den här produkten är slutsåld" #: src/components/forms/ProductForm/index.tsx:547 msgid "This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to." -msgstr "" +msgstr "Den här produkten visas inte separat på evenemangssidan – köpare ser den bara som tillägg till de produkter den är kopplad till." #: src/components/modals/PublishEventModal/index.tsx:104 msgid "This recurring event has no dates yet, so there's nothing for attendees to book." @@ -11407,9 +11407,9 @@ msgstr "Den här biljetten skannades nyss. Vänta innan du skannar igen." msgid "This user is not active, as they have not accepted their invitation." msgstr "Den här användaren är inte aktiv eftersom hen inte har accepterat sin inbjudan." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:367 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:368 msgid "This will affect {loadedAffectedCount} date(s)." -msgstr "" +msgstr "Det här påverkar {loadedAffectedCount} datum." #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:80 msgid "This will be used for notifications and communication with your users." @@ -11433,11 +11433,11 @@ msgstr "Detta raderar eller anonymiserar kontot permanent omedelbart, utan att v #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:107 msgid "Throughput" -msgstr "" +msgstr "Genomströmning" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 msgid "Thu" -msgstr "" +msgstr "Tors" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -11518,7 +11518,7 @@ msgstr "Biljetten skickades igen" #: src/components/routes/product-widget/SelectProducts/index.tsx:631 msgid "Ticket sales have ended for this event" -msgstr "" +msgstr "Biljettförsäljningen för det här evenemanget är avslutad" #: src/components/routes/event/attendees.tsx:75 msgid "Ticket Type" @@ -11565,7 +11565,7 @@ msgstr "Produkter med nivåer låter dig erbjuda flera prisalternativ för samma #: src/components/forms/ProductForm/index.tsx:277 msgid "Tiers" -msgstr "" +msgstr "Nivåer" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:70 msgid "TikTok" @@ -11573,7 +11573,7 @@ msgstr "TikTok" #: src/components/routes/event/OccurrencesTab/index.tsx:292 msgid "Time" -msgstr "" +msgstr "Tid" #: src/components/layouts/Checkout/index.tsx:322 msgid "Time left:" @@ -11585,7 +11585,7 @@ msgstr "Tider" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:725 msgid "Times shown in {timezoneAbbr}" -msgstr "" +msgstr "Tider visas i {timezoneAbbr}" #: src/components/common/PromoCodeTable/index.tsx:71 msgid "Times used" @@ -11617,7 +11617,7 @@ msgstr "Titel krävs" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1008 msgid "to" -msgstr "" +msgstr "till" #: src/components/routes/event/messages.tsx:93 msgid "To" @@ -11632,7 +11632,7 @@ msgstr "För att öka dina gränser, kontakta oss på" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:119 #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:43 msgid "Today" -msgstr "" +msgstr "I dag" #: src/components/common/ColumnVisibilityToggle/index.tsx:26 msgid "Toggle columns" @@ -11640,7 +11640,7 @@ msgstr "Växla kolumner" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:46 msgid "Tomorrow" -msgstr "" +msgstr "I morgon" #: src/components/layouts/OrganizerLayout/index.tsx:108 msgid "Tools" @@ -11690,7 +11690,7 @@ msgstr "Total avgift" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:299 msgid "Total fees" -msgstr "" +msgstr "Totala avgifter" #: src/components/routes/event/EventDashboard/index.tsx:341 #: src/components/routes/event/OccurrenceDetail/index.tsx:212 @@ -11708,7 +11708,7 @@ msgstr "Totalt orderbelopp" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:286 msgid "Total orders" -msgstr "" +msgstr "Totalt antal ordrar" #: src/components/forms/ProductForm/index.tsx:315 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:71 @@ -11727,7 +11727,7 @@ msgstr "Totalt återbetalt" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:293 msgid "Total tax" -msgstr "" +msgstr "Total skatt" #: src/components/routes/event/EventDashboard/index.tsx:343 #: src/components/routes/event/OccurrenceDetail/index.tsx:214 @@ -11745,7 +11745,7 @@ msgstr "Totala visningar" #: src/constants/eventCategories.ts:23 msgid "Tours" -msgstr "" +msgstr "Turer" #: src/components/routes/admin/Attribution/index.tsx:32 msgid "Track account growth and performance by attribution source" @@ -11758,11 +11758,11 @@ msgstr "Spårning & Analys" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:176 msgid "Try a different search term or filter" -msgstr "" +msgstr "Prova en annan sökterm eller ett annat filter" -#: src/components/routes/event/OccurrencesTab/index.tsx:584 +#: src/components/routes/event/OccurrencesTab/index.tsx:599 msgid "Try adjusting your filters to see more dates." -msgstr "" +msgstr "Justera filtren för att se fler datum." #: src/components/routes/auth/Login/index.tsx:141 #: src/components/routes/my-tickets/index.tsx:200 @@ -11775,7 +11775,7 @@ msgstr "Prova Hi.Events gratis" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 msgid "Tue" -msgstr "" +msgstr "Tis" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -11856,15 +11856,15 @@ msgstr "Det gick inte att gå med i väntelistan" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:164 msgid "Unable to load attendee details." -msgstr "" +msgstr "Det gick inte att läsa in deltagaruppgifterna." #: src/components/routes/product-widget/SelectProducts/index.tsx:330 msgid "Unable to load products for this date. Please try again." -msgstr "" +msgstr "Det gick inte att läsa in produkterna för det här datumet. Försök igen." #: src/components/layouts/CheckIn/index.tsx:220 msgid "Unable to undo check-in" -msgstr "" +msgstr "Det går inte att ångra incheckningen" #: src/components/modals/EditQuestionModal/index.tsx:84 msgid "Unable to update question. Please check the your details" @@ -11876,7 +11876,7 @@ msgstr "Oattribuerade konton" #: src/components/layouts/CheckIn/index.tsx:255 msgid "Undo" -msgstr "" +msgstr "Ångra" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:30 msgid "Unique Customers" @@ -11942,7 +11942,7 @@ msgstr "till" #: src/components/forms/ProductForm/ledgerSummaries.ts:49 msgid "Until {end}" -msgstr "" +msgstr "Till {end}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1059 msgid "Until a date" @@ -11950,11 +11950,11 @@ msgstr "Till ett datum" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled product" -msgstr "" +msgstr "Namnlös produkt" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled ticket" -msgstr "" +msgstr "Namnlös biljett" #: src/components/common/AdminAccountsTable/index.tsx:101 msgid "Untrusted" @@ -11962,7 +11962,7 @@ msgstr "Ej betrodd" #: src/components/forms/ProductForm/ledgerSummaries.ts:118 msgid "Up to {max} per order" -msgstr "" +msgstr "Upp till {max} per order" #: src/components/common/EventsDashboardStatusButtons/index.tsx:20 #: src/components/common/EventStatusBadge/index.tsx:16 @@ -11974,7 +11974,7 @@ msgstr "Kommande" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:375 msgid "Upcoming events" -msgstr "" +msgstr "Kommande evenemang" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Upcoming Events" @@ -11990,11 +11990,11 @@ msgstr "Uppdatera affiliate" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Update capacity" -msgstr "" +msgstr "Uppdatera kapacitet" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:73 msgid "Update event name and description" -msgstr "" +msgstr "Uppdatera evenemangets namn och beskrivning" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:74 msgid "Update event name, description and dates" @@ -12002,11 +12002,11 @@ msgstr "Uppdatera evenemangets namn, beskrivning och datum" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Update label" -msgstr "" +msgstr "Uppdatera etikett" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Update location" -msgstr "" +msgstr "Uppdatera plats" #: src/components/routes/profile/ManageProfile/index.tsx:215 msgid "Update profile" @@ -12014,11 +12014,11 @@ msgstr "Uppdatera profil" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:71 msgid "Update: {subjectTitle} — schedule changes" -msgstr "" +msgstr "Uppdatering: {subjectTitle} – ändringar i schemat" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:48 msgid "Update: {subjectTitle} — session time changed" -msgstr "" +msgstr "Uppdatering: {subjectTitle} – tiden för tillfället ändrad" #: src/components/routes/admin/Announcements/index.tsx:163 msgid "Updated" @@ -12026,19 +12026,19 @@ msgstr "Uppdaterad" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:217 msgid "Updated {count} date(s)" -msgstr "" +msgstr "{count} datum uppdaterade" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:213 msgid "Updated capacity for {count} date(s)" -msgstr "" +msgstr "Kapaciteten uppdaterad för {count} datum" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:214 msgid "Updated label for {count} date(s)" -msgstr "" +msgstr "Etiketten uppdaterad för {count} datum" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:215 msgid "Updated location for {count} date(s)" -msgstr "" +msgstr "Platsen uppdaterad för {count} datum" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1138 msgid "Updates as you build the rule. Flip through months to sanity-check dates." @@ -12046,7 +12046,7 @@ msgstr "Uppdateras medan du bygger regeln. Bläddra genom månaderna för att ko #: src/components/forms/ProductForm/ProductPreview.tsx:93 msgid "Updates as you type." -msgstr "" +msgstr "Uppdateras medan du skriver." #: src/components/routes/organizer/Settings/Sections/ImageAssetSettings/index.tsx:39 msgid "Upload a cover image for your organizer" @@ -12093,15 +12093,15 @@ msgstr "Användningsgräns" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:80 msgid "USB" -msgstr "" +msgstr "USB" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner listening" -msgstr "" +msgstr "USB-skanner lyssnar" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner paused" -msgstr "" +msgstr "USB-skanner pausad" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:154 msgid "Use <0>Liquid templating to personalize your emails" @@ -12119,7 +12119,7 @@ msgstr "Använd omslagsbild" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:531 msgid "Use event default" -msgstr "" +msgstr "Använd evenemangets standard" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:49 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -12193,11 +12193,11 @@ msgstr "Moms" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:195 msgid "VAT country code" -msgstr "" +msgstr "Momslandskod" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:173 msgid "VAT number" -msgstr "" +msgstr "Momsregistreringsnummer" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:212 msgid "VAT Number" @@ -12234,7 +12234,7 @@ msgstr "Momssats" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:168 msgid "VAT registered" -msgstr "" +msgstr "Momsregistrerad" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:165 #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:173 @@ -12247,7 +12247,7 @@ msgstr "Momsinställningarna sparades. Vi validerar ditt momsregistreringsnummer #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:85 msgid "VAT settings updated" -msgstr "" +msgstr "Momsinställningarna uppdaterade" #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:27 msgid "VAT Treatment for Platform Fees" @@ -12263,11 +12263,11 @@ msgstr "Valideringstjänsten för moms är tillfälligt otillgänglig" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:225 msgid "VAT: {0}" -msgstr "" +msgstr "Moms: {0}" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:230 msgid "VAT: not registered" -msgstr "" +msgstr "Moms: ej registrerad" #: src/components/common/LocationPicker/index.tsx:230 #: src/components/modals/LocationEditModal/index.tsx:140 @@ -12280,7 +12280,7 @@ msgstr "Verifieringskod" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:77 msgid "Verification email sent. Check your inbox." -msgstr "" +msgstr "Verifieringsmejl skickat. Kolla inkorgen." #: src/components/routes/admin/Attribution/index.tsx:136 #: src/components/routes/admin/Dashboard/index.tsx:421 @@ -12298,7 +12298,7 @@ msgstr "Verifiera din e-postadress" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:159 msgid "Verify your email so attendees can receive tickets" -msgstr "" +msgstr "Verifiera din e-post så att deltagarna kan få sina biljetter" #: src/components/routes/welcome/index.tsx:189 msgid "Verifying..." @@ -12310,19 +12310,19 @@ msgstr "Vietnamesiska" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:68 msgid "View All" -msgstr "" +msgstr "Visa alla" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:380 msgid "View all →" -msgstr "" +msgstr "Visa alla →" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:424 msgid "View all capabilities" -msgstr "" +msgstr "Visa alla funktioner" #: src/components/modals/SelectCheckInListModal/index.tsx:87 msgid "View all check-in lists" -msgstr "" +msgstr "Visa alla incheckningslistor" #: src/components/routes/admin/Messages/index.tsx:108 msgid "View all messages sent across the platform" @@ -12347,7 +12347,7 @@ msgstr "Visa detaljer" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:192 msgid "View details for {0} {1}" -msgstr "" +msgstr "Visa detaljer för {0} {1}" #: src/components/common/AdminEventsTable/index.tsx:157 #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:58 @@ -12427,11 +12427,11 @@ msgstr "VIP-biljett" #: src/components/forms/ProductForm/visibilityStatus.ts:41 msgid "Visible from {start} — hidden until sales open." -msgstr "" +msgstr "Synlig från {start} – dold tills försäljningen öppnar." #: src/components/forms/ProductForm/visibilityStatus.ts:56 msgid "Visible to everyone on the event page." -msgstr "" +msgstr "Synlig för alla på evenemangssidan." #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:104 msgid "VK" @@ -12450,7 +12450,7 @@ msgstr "Väntar på betalning" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:64 msgid "Waiting for scan…" -msgstr "" +msgstr "Väntar på skanning…" #: src/components/forms/ProductForm/index.tsx:460 #: src/components/layouts/AuthLayout/index.tsx:17 @@ -12480,7 +12480,7 @@ msgstr "Vi kunde inte behandla din betalning. Försök igen eller kontakta suppo #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:167 msgid "We couldn't copy that Stripe connection. Please try again." -msgstr "" +msgstr "Vi kunde inte kopiera den Stripe-kopplingen. Försök igen." #: src/components/common/ProductsTable/SortableCategory/index.tsx:56 msgid "We couldn't delete the category. Please try again." @@ -12512,7 +12512,7 @@ msgstr "Vi kunde inte hitta den här ordern. Den kan ha tagits bort." #: src/hooks/useOccurrenceCheckIn.tsx:43 msgid "We couldn't load the check-in lists. Please try again." -msgstr "" +msgstr "Vi kunde inte läsa in incheckningslistorna. Försök igen." #: src/components/common/ErrorLoadingMessage/index.tsx:13 msgid "We couldn't load the data. Please try again." @@ -12520,7 +12520,7 @@ msgstr "Vi kunde inte ladda data. Försök igen." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:97 msgid "We couldn't reach Stripe just now. Please try again in a moment." -msgstr "" +msgstr "Vi når inte Stripe just nu. Försök igen om en stund." #: src/components/common/ProductsTable/SortableCategory/index.tsx:98 msgid "We couldn't reorder the categories. Please try again." @@ -12532,7 +12532,7 @@ msgstr "Det uppstod ett problem när sidan skulle laddas. Försök igen." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:236 msgid "We partner with Stripe to send payouts straight to your bank account." -msgstr "" +msgstr "Vi samarbetar med Stripe för att skicka utbetalningar direkt till ditt bankkonto." #: src/components/routes/event/TicketDesigner/index.tsx:144 msgid "We recommend a square logo with minimum dimensions of 200x200px" @@ -12549,7 +12549,7 @@ msgstr "Vi rekommenderar 400×400 px och maximal filstorlek 5 MB" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:158 msgid "We sent a verification link to {0}" -msgstr "" +msgstr "Vi har skickat en verifieringslänk till {0}" #: src/components/common/CookieConsentBanner/index.tsx:18 msgid "We use cookies to help us understand how the site is used and to improve your experience." @@ -12578,7 +12578,7 @@ msgstr "Vi meddelar dig via e-post om en plats blir tillgänglig för {productDi #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:267 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:301 msgid "We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically." -msgstr "" +msgstr "När du har sparat öppnar vi ett meddelandeverktyg med en färdig mall. Du granskar och skickar – inget skickas automatiskt." #: src/components/routes/product-widget/CollectInformation/index.tsx:456 msgid "We'll send your tickets to this email" @@ -12594,7 +12594,7 @@ msgstr "Vi behandlar din order. Vänta..." #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:75 msgid "We've made changes to the schedule for \"{title}\" — {description} affecting {affectedCount} session(s)." -msgstr "" +msgstr "Vi har ändrat schemat för ”{title}” – {description} påverkar {affectedCount} tillfällen." #: src/components/routes/welcome/index.tsx:147 msgid "We've sent a 5-digit verification code to:" @@ -12612,7 +12612,7 @@ msgstr "Webhook togs bort" #: src/components/layouts/AuthLayout/index.tsx:25 msgid "Webhook integrations" -msgstr "" +msgstr "Webhook-integrationer" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:137 #: src/components/modals/WebhookLogsModal/index.tsx:151 @@ -12650,7 +12650,7 @@ msgstr "Webbplats" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 msgid "Wed" -msgstr "" +msgstr "Ons" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -12659,16 +12659,16 @@ msgstr "Onsdag" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:88 msgid "week" -msgstr "" +msgstr "vecka" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:51 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Weekly" -msgstr "" +msgstr "Veckovis" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:96 msgid "weeks" -msgstr "" +msgstr "veckor" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:105 msgid "Weibo" @@ -12696,7 +12696,7 @@ msgstr "Välkommen till {0}, här är en lista över alla dina evenemang" #: src/constants/eventCategories.ts:20 msgid "Wellness" -msgstr "" +msgstr "Hälsa" #: src/components/forms/ProductForm/index.tsx:349 msgid "What are Tiered Products?" @@ -12732,7 +12732,7 @@ msgstr "Vilken typ av fråga är detta?" #: src/components/forms/CheckInListForm/index.tsx:172 msgid "What unauthenticated staff can see" -msgstr "" +msgstr "Vad personal som inte är inloggad kan se" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:89 msgid "WhatsApp" @@ -12744,7 +12744,7 @@ msgstr "När en incheckning tas bort" #: src/components/forms/WebhookForm/index.tsx:135 msgid "When a date is cancelled on a recurring event" -msgstr "" +msgstr "När ett datum ställs in i ett återkommande evenemang" #: src/components/forms/WebhookForm/index.tsx:105 msgid "When a new attendee is created" @@ -12909,7 +12909,7 @@ msgstr "X (Twitter)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:90 msgid "year" -msgstr "" +msgstr "år" #: src/components/common/OrganizerReportTable/index.tsx:59 #: src/components/common/PeriodSelector/index.tsx:38 @@ -12920,11 +12920,11 @@ msgstr "Hittills i år" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:53 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Yearly" -msgstr "" +msgstr "Årsvis" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:98 msgid "years" -msgstr "" +msgstr "år" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:191 msgid "Yes" @@ -12969,7 +12969,7 @@ msgstr "Du kan skapa en kampanjkod som riktar sig mot den här produkten på" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1115 msgid "You can override this for individual dates later." -msgstr "" +msgstr "Du kan anpassa detta för enskilda datum senare." #: src/components/modals/OfferWaitlistModal/index.tsx:110 msgid "You can still manually offer tickets if needed." @@ -13035,7 +13035,7 @@ msgstr "Du har lagt till skatter och avgifter på en gratis produkt. Vill du ta #: src/components/forms/ProductForm/ProductDrawer.tsx:57 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:728 msgid "You have unsaved changes. Are you sure you want to discard them?" -msgstr "" +msgstr "Du har ändringar som inte är sparade. Är du säker på att du vill slänga dem?" #: src/components/modals/SendMessageModal/index.tsx:204 msgid "You must acknowledge that this email is not promotional" @@ -13067,7 +13067,7 @@ msgstr "Du måste verifiera din e-postadress innan du kan uppdatera arrangörsst #: src/components/modals/CreateAttendeeModal/index.tsx:186 msgid "You need to create at least one occurrence before you can add attendees to this recurring event." -msgstr "" +msgstr "Du behöver skapa minst ett datum innan du kan lägga till deltagare i det här återkommande evenemanget." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:355 msgid "You need to verify your account email before you can modify email templates." @@ -13087,7 +13087,7 @@ msgstr "Du behöver markera en order som betald manuellt. Det kan göras på sid #: src/components/modals/CreateEventModal/index.tsx:253 msgid "You'll be able to set up dates, schedules, and recurrence rules in the next step." -msgstr "" +msgstr "Du kan ställa in datum, scheman och upprepningsregler i nästa steg." #: src/components/modals/CreateCheckInListModal/index.tsx:64 msgid "You'll need a ticket before you can create a check-in list." @@ -13103,7 +13103,7 @@ msgstr "Du behöver minst en produkt för att komma igång. Gratis, betald eller #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:254 msgid "You're changing session times" -msgstr "" +msgstr "Du ändrar tider för tillfällen" #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:168 msgid "You're going to {0}!" @@ -13123,7 +13123,7 @@ msgstr "Du har erbjudits en plats!" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:290 msgid "You've changed the session time" -msgstr "" +msgstr "Du har ändrat tiden för tillfället" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:92 msgid "Your account has been deactivated and will be permanently deleted on <0>{0}." @@ -13264,7 +13264,7 @@ msgstr "Din återbetalning behandlas." #: src/components/layouts/CheckIn/index.tsx:117 msgid "Your saved date filter is no longer available — showing all dates." -msgstr "" +msgstr "Ditt sparade datumfilter är inte längre tillgängligt – visar alla datum." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:116 msgid "Your Stripe account itself isn't affected, and no data is lost — you can reconnect at any time." @@ -13276,7 +13276,7 @@ msgstr "Din biljett till" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:54 msgid "Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions." -msgstr "" +msgstr "Din biljett gäller fortfarande – du behöver inte göra något om inte den nya tiden krockar för dig. Svara gärna på det här mejlet om du har frågor." #: src/components/routes/product-widget/CollectInformation/index.tsx:377 msgid "Your tickets have been confirmed." diff --git a/frontend/src/locales/sk.js b/frontend/src/locales/sk.js index 3600f0779b..0c6d548334 100644 --- a/frontend/src/locales/sk.js +++ b/frontend/src/locales/sk.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Zatiaľ nie je čo zobraziť'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" úspešne <0>odhlásený\"],\"KMgp2+\":[[\"0\"],\" dostupných\"],\"Pmr5xp\":[[\"0\"],\" úspešne vytvorené\"],\"FImCSc\":[[\"0\"],\" úspešne aktualizované\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" dní, \",[\"hours\"],\" hodín, \",[\"minutes\"],\" minút a \",[\"seconds\"],\" sekúnd\"],\"f3RdEk\":[[\"hours\"],\" hodín, \",[\"minutes\"],\" minút a \",[\"seconds\"],\" sekúnd\"],\"fyE7Au\":[[\"minutes\"],\" minút a \",[\"seconds\"],\" sekúnd\"],\"NlQ0cx\":[\"Prvá udalosť organizátora \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://vaša-webová-stránka.sk\",\"qnSLLW\":\"<0>Zadajte cenu bez daní a poplatkov.<1>Dane a poplatky môžete pridať nižšie.\",\"ZjMs6e\":\"<0>Počet produktov dostupných pre tento produkt<1>Táto hodnota môže byť prepísaná, ak sú s týmto produktom spojené <2>Limity kapacity.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 minút a 0 sekúnd\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Vstup dátumu. Ideálne na otázky o dátume narodenia atď.\",\"6euFZ/\":[\"Predvolený \",[\"type\"],\" sa automaticky aplikuje na všetky nové produkty. Môžete to zmeniť pre každý produkt zvlášť.\"],\"SMUbbQ\":\"Rozbaľovací zoznam umožňuje iba jeden výber\",\"qv4bfj\":\"Poplatok, napríklad rezervačný alebo servisný\",\"POT0K/\":\"Pevná suma za produkt. Napr. 0,50 € za produkt\",\"f4vJgj\":\"Viacriadkový textový vstup\",\"OIPtI5\":\"Percento z ceny produktu. Napr. 3,5 % z ceny produktu\",\"ZthcdI\":\"Promo kód bez zľavy môže byť použitý na odhalenie skrytých produktov.\",\"AG/qmQ\":\"Prepínač má viacero možností, ale vybrať možno iba jednu.\",\"h179TP\":\"Krátky popis udalosti, ktorý sa zobrazí vo výsledkoch vyhľadávania a pri zdieľaní na sociálnych sieťach. Predvolene sa použije popis udalosti\",\"WKMnh4\":\"Jednoriadkový textový vstup\",\"BHZbFy\":\"Jedna otázka na objednávku. Napr. Aká je vaša doručovacia adresa?\",\"Fuh+dI\":\"Jedna otázka na produkt. Napr. Aká je vaša veľkosť trička?\",\"RlJmQg\":\"Štandardná daň, napríklad DPH alebo GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Prijímajte bankové prevody, šeky alebo iné offline platobné metódy\",\"hrvLf4\":\"Prijímajte platby kreditnou kartou cez Stripe\",\"bfXQ+N\":\"Prijať pozvánku\",\"AeXO77\":\"Účet\",\"lkNdiH\":\"Názov účtu\",\"Puv7+X\":\"Nastavenia účtu\",\"OmylXO\":\"Účet bol úspešne aktualizovaný\",\"7L01XJ\":\"Akcie\",\"FQBaXG\":\"Aktivovať\",\"5T2HxQ\":\"Dátum aktivácie\",\"F6pfE9\":\"Aktívne\",\"/PN1DA\":\"Pridajte popis pre tento zoznam odbavenia\",\"0/vPdA\":\"Pridajte poznámky o účastníkovi. Tieto nebudú viditeľné pre účastníka.\",\"Or1CPR\":\"Pridajte poznámky o účastníkovi...\",\"l3sZO1\":\"Pridajte poznámky k objednávke. Tieto nebudú viditeľné pre zákazníka.\",\"xMekgu\":\"Pridajte poznámky k objednávke...\",\"PGPGsL\":\"Pridať popis\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Pridajte pokyny pre offline platby (napr. údaje bankového prevodu, kam posielať šeky, termíny platby)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Pridať nové\",\"TZxnm8\":\"Pridať možnosť\",\"24l4x6\":\"Pridať produkt\",\"8q0EdE\":\"Pridať produkt do kategórie\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Pridať daň alebo poplatok\",\"goOKRY\":\"Pridať úroveň\",\"oZW/gT\":\"Pridať do kalendára\",\"pn5qSs\":\"Ďalšie informácie\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Adresa\",\"NY/x1b\":\"Adresa riadok 1\",\"POdIrN\":\"Adresa riadok 1\",\"cormHa\":\"Adresa riadok 2\",\"gwk5gg\":\"Adresa riadok 2\",\"U3pytU\":\"Správca\",\"HLDaLi\":\"Správcovia majú plný prístup k udalostiam a nastaveniam účtu.\",\"W7AfhC\":\"Všetci účastníci tejto udalosti\",\"cde2hc\":\"Všetky produkty\",\"5CQ+r0\":\"Povoliť odbavenie účastníkov s nezaplatenými objednávkami\",\"ipYKgM\":\"Povoliť indexovanie vyhľadávačmi\",\"LRbt6D\":\"Umožniť vyhľadávačom indexovať túto udalosť\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Úžasné, Udalosť, Kľúčové slová...\",\"hehnjM\":\"Suma\",\"R2O9Rg\":[\"Zaplatená suma (\",[\"0\"],\")\"],\"V7MwOy\":\"Pri načítaní stránky nastala chyba\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Nastala neočakávaná chyba.\",\"byKna+\":\"Nastala neočakávaná chyba. Skúste to znova.\",\"ubdMGz\":\"Všetky otázky od držiteľov produktov budú odoslané na túto e-mailovú adresu. Táto adresa bude tiež použitá ako adresa \\\"reply-to\\\" pre všetky e-maily odoslané z tejto udalosti\",\"aAIQg2\":\"Vzhľad\",\"Ym1gnK\":\"použité\",\"sy6fss\":[\"Platí pre \",[\"0\"],\" produktov\"],\"kadJKg\":\"Platí pre 1 produkt\",\"DB8zMK\":\"Použiť\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Použiť tento \",[\"type\"],\" na všetky nové produkty\"],\"S0ctOE\":\"Archivovať udalosť\",\"TdfEV7\":\"Archivované\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Naozaj chcete aktivovať tohto účastníka?\",\"TvkW9+\":\"Naozaj chcete archivovať túto udalosť?\",\"/CV2x+\":\"Naozaj chcete zrušiť tohto účastníka? Ich lístok bude zneplatnený.\",\"YgRSEE\":\"Naozaj chcete odstrániť tento promo kód?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Naozaj chcete nastaviť túto udalosť ako koncept? Udalosť bude skrytá pred verejnosťou.\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Naozaj chcete obnoviť túto udalosť? Bude obnovená ako koncept.\",\"vJuISq\":\"Naozaj chcete odstrániť toto priradenie kapacity?\",\"baHeCz\":\"Naozaj chcete odstrániť tento zoznam odbavení?\",\"LBLOqH\":\"Opýtať sa raz na objednávku\",\"wu98dY\":\"Opýtať sa raz na produkt\",\"ss9PbX\":\"Účastník\",\"m0CFV2\":\"Údaje účastníka\",\"QKim6l\":\"Účastník nenájdený\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Lístok účastníka\",\"9SZT4E\":\"Účastníci\",\"iPBfZP\":\"Registrovaní účastníci\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Automatická zmena veľkosti\",\"vZ5qKF\":\"Automaticky meniť výšku widgetu podľa obsahu. Ak je zakázané, widget vyplní výšku kontajnera.\",\"4lVaWA\":\"Čaká na platbu offline\",\"2rHwhl\":\"Čaká na platbu offline\",\"3wF4Q/\":\"Čaká na platbu\",\"ioG+xt\":\"Čaká na platbu\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Späť na stránku udalosti\",\"VCoEm+\":\"Späť na prihlásenie\",\"k1bLf+\":\"Farba pozadia\",\"I7xjqg\":\"Typ pozadia\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Fakturačná adresa\",\"/xC/im\":\"Nastavenia fakturácie\",\"rp/zaT\":\"Brazílska portugalčina\",\"whqocw\":\"Registráciou súhlasíte s našimi <0>Podmienkami služby a <1>Zásadami ochrany osobných údajov.\",\"bcCn6r\":\"Typ výpočtu\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Zrušiť\",\"Gjt/py\":\"Zrušiť zmenu e-mailu\",\"tVJk4q\":\"Zrušiť objednávku\",\"Os6n2a\":\"Zrušiť objednávku\",\"Mz7Ygx\":[\"Zrušiť objednávku \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Zrušené\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Kapacita\",\"V6Q5RZ\":\"Priradenie kapacity bolo úspešne vytvorené\",\"k5p8dz\":\"Priradenie kapacity bolo úspešne odstránené\",\"nDBs04\":\"Správa kapacity\",\"ddha3c\":\"Kategórie umožňujú zoskupovať produkty. Napríklad môžete mať kategóriu pre \\\"Lístky\\\" a ďalšiu pre \\\"Tovar\\\".\",\"iS0wAT\":\"Kategórie pomáhajú organizovať produkty. Tento názov sa zobrazí na verejnej stránke udalosti.\",\"eorM7z\":\"Kategórie boli úspešne preusporiadané.\",\"3EXqwa\":\"Kategória bola úspešne vytvorená\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Zmeniť heslo\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Odbavenie \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Odbavenie a označenie objednávky ako zaplatenej\",\"QYLpB4\":\"Iba odbavenie\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Pozrite si túto udalosť!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Zoznam odbavení bol úspešne odstránený\",\"+hBhWk\":\"Zoznam odbavení vypršal\",\"mBsBHq\":\"Zoznam odbavení nie je aktívny\",\"vPqpQG\":\"Zoznam odbavení nenájdený\",\"tejfAy\":\"Zoznamy odbavení\",\"hD1ocH\":\"URL odbavenia skopírovaná do schránky\",\"CNafaC\":\"Možnosti zaškrtávacieho políčka umožňujú viacnásobný výber\",\"SpabVf\":\"Zaškrtávacie políčka\",\"CRu4lK\":\"Odbavený\",\"znIg+z\":\"Pokladňa\",\"1WnhCL\":\"Nastavenia pokladne\",\"6imsQS\":\"Čínština (zjednodušená)\",\"JjkX4+\":\"Vyberte farbu pozadia\",\"/Jizh9\":\"Vyberte účet\",\"3wV73y\":\"Mesto\",\"FG98gC\":\"Vymazať text vyhľadávania\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Kliknite na kopírovanie\",\"yz7wBu\":\"Zavrieť\",\"62Ciis\":\"Zavrieť bočný panel\",\"EWPtMO\":\"Kód\",\"ercTDX\":\"Kód musí mať 3 až 50 znakov\",\"oqr9HB\":\"Zbaliť tento produkt pri prvom načítaní stránky udalosti\",\"jZlrte\":\"Farba\",\"Vd+LC3\":\"Farba musí byť platný hex kód. Príklad: #ffffff\",\"1HfW/F\":\"Farby\",\"VZeG/A\":\"Čoskoro\",\"yPI7n9\":\"Kľúčové slová oddelené čiarkou popisujúce udalosť. Tieto budú použité vyhľadávačmi na kategorizáciu a indexovanie udalosti\",\"NPZqBL\":\"Dokončiť objednávku\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Dokončiť platbu\",\"qqWcBV\":\"Dokončené\",\"6HK5Ct\":\"Dokončené objednávky\",\"NWVRtl\":\"Dokončené objednávky\",\"DwF9eH\":\"Kód komponentu\",\"Tf55h7\":\"Nakonfigurovaná zľava\",\"7VpPHA\":\"Potvrdiť\",\"ZaEJZM\":\"Potvrdiť zmenu e-mailu\",\"yjkELF\":\"Potvrdiť nové heslo\",\"xnWESi\":\"Potvrdiť heslo\",\"p2/GCq\":\"Potvrdiť heslo\",\"wnDgGj\":\"Potvrdzovanie e-mailovej adresy...\",\"pbAk7a\":\"Pripojiť Stripe\",\"UMGQOh\":\"Pripojiť sa cez Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Podrobnosti pripojenia\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Pokračovať\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Text tlačidla Pokračovať\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Skopírované\",\"T5rdis\":\"skopírované do schránky\",\"he3ygx\":\"Kopírovať\",\"r2B2P8\":\"Kopírovať URL odbavenia\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Kopírovať odkaz\",\"E6nRW7\":\"Kopírovať URL\",\"JNCzPW\":\"Krajina\",\"IF7RiR\":\"Obal\",\"hYgDIe\":\"Vytvoriť\",\"b9XOHo\":[\"Vytvoriť \",[\"0\"]],\"k9RiLi\":\"Vytvoriť produkt\",\"6kdXbW\":\"Vytvoriť promo kód\",\"n5pRtF\":\"Vytvoriť lístok\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"vytvoriť organizátora\",\"ipP6Ue\":\"Vytvoriť účastníka\",\"VwdqVy\":\"Vytvoriť priradenie kapacity\",\"EwoMtl\":\"Vytvoriť kategóriu\",\"XletzW\":\"Vytvoriť kategóriu\",\"WVbTwK\":\"Vytvoriť zoznam odbavení\",\"uN355O\":\"Vytvoriť udalosť\",\"BOqY23\":\"Vytvoriť nové\",\"kpJAeS\":\"Vytvoriť organizátora\",\"a0EjD+\":\"Vytvoriť produkt\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Vytvoriť promo kód\",\"B3Mkdt\":\"Vytvoriť otázku\",\"UKfi21\":\"Vytvoriť daň alebo poplatok\",\"d+F6q9\":\"Vytvorené\",\"Q2lUR2\":\"Mena\",\"DCKkhU\":\"Aktuálne heslo\",\"uIElGP\":\"Vlastná URL mapy\",\"UEqXyt\":\"Vlastný rozsah\",\"876pfE\":\"Zákazník\",\"QOg2Sf\":\"Prispôsobte nastavenia e-mailu a notifikácií pre túto udalosť\",\"Y9Z/vP\":\"Prispôsobte domovskú stránku udalosti a správy pri pokladni\",\"2E2O5H\":\"Prispôsobte rôzne nastavenia pre túto udalosť\",\"iJhSxe\":\"Prispôsobte SEO nastavenia pre túto udalosť\",\"KIhhpi\":\"Prispôsobte stránku svojej udalosti\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Nebezpečná zóna\",\"ZQKLI1\":\"Nebezpečná zóna\",\"7p5kLi\":\"Panel\",\"mYGY3B\":\"Dátum\",\"JvUngl\":\"Dátum a čas\",\"JJhRbH\":\"Kapacita prvého dňa\",\"cnGeoo\":\"Vymazať\",\"jRJZxD\":\"Odstrániť kapacitu\",\"VskHIx\":\"Odstrániť kategóriu\",\"Qrc8RZ\":\"Odstrániť zoznam odbavení\",\"WHf154\":\"Odstrániť kód\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Popis\",\"YC3oXa\":\"Popis pre personál odbavenia\",\"URmyfc\":\"Podrobnosti\",\"1lRT3t\":\"Zakázanie tejto kapacity bude sledovať predaje, ale nezastaví ich po dosiahnutí limitu\",\"H6Ma8Z\":\"Zľava\",\"ypJ62C\":\"Zľava %\",\"3LtiBI\":[\"Zľava v \",[\"0\"]],\"C8JLas\":\"Typ zľavy\",\"1QfxQT\":\"Dismiss\",\"DZlSLn\":\"Popis dokumentu\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Stiahnuť .ics\",\"kodV18\":\"Stiahnuť CSV\",\"CELKku\":\"Stiahnuť faktúru\",\"LQrXcu\":\"Stiahnuť faktúru\",\"QIodqd\":\"Stiahnuť QR kód\",\"yhjU+j\":\"Sťahovanie faktúry\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Rozbaľovací zoznam\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Duplikovať udalosť\",\"3ogkAk\":\"Duplikovať udalosť\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Možnosti duplikovania\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Skorý vtáčik\",\"ePK91l\":\"Upraviť\",\"N6j2JH\":[\"Upraviť \",[\"0\"]],\"kBkYSa\":\"Upraviť kapacitu\",\"oHE9JT\":\"Upraviť priradenie kapacity\",\"j1Jl7s\":\"Upraviť kategóriu\",\"FU1gvP\":\"Upraviť zoznam odbavení\",\"iFgaVN\":\"Upraviť kód\",\"jrBSO1\":\"Upraviť organizátora\",\"tdD/QN\":\"Upraviť produkt\",\"n143Tq\":\"Upraviť kategóriu produktov\",\"9BdS63\":\"Upraviť promo kód\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Upraviť otázku\",\"poTr35\":\"Upraviť používateľa\",\"GTOcxw\":\"Upraviť používateľa\",\"pqFrv2\":\"napr. 2.50 pre $2.50\",\"3yiej1\":\"napr. 23.5 pre 23.5%\",\"O3oNi5\":\"E-mail\",\"VxYKoK\":\"Nastavenia e-mailu a notifikácií\",\"ATGYL1\":\"E-mailová adresa\",\"hzKQCy\":\"E-mailová adresa\",\"HqP6Qf\":\"Zmena e-mailu bola úspešne zrušená\",\"mISwW1\":\"Zmena e-mailu čaká na potvrdenie\",\"APuxIE\":\"Potvrdenie e-mailu znovu odoslané\",\"YaCgdO\":\"Potvrdenie e-mailu bolo úspešne znovu odoslané\",\"jyt+cx\":\"Správa v päte e-mailu\",\"I6F3cp\":\"E-mail nie je overený\",\"NTZ/NX\":\"Kód na vloženie\",\"4rnJq4\":\"Vložiť skript\",\"8oPbg1\":\"Povoliť fakturáciu\",\"j6w7d/\":\"Povoliť túto kapacitu na zastavenie predaja produktov po dosiahnutí limitu\",\"VFv2ZC\":\"Dátum ukončenia\",\"237hSL\":\"Ukončené\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Angličtina\",\"MhVoma\":\"Zadajte sumu bez daní a poplatkov.\",\"SlfejT\":\"Chyba\",\"3Z223G\":\"Chyba pri potvrdzovaní e-mailovej adresy\",\"a6gga1\":\"Chyba pri potvrdzovaní zmeny e-mailu\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Udalosť\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Dátum udalosti\",\"0Zptey\":\"Predvolené nastavenia udalosti\",\"QcCPs8\":\"Podrobnosti udalosti\",\"6fuA9p\":\"Udalosť bola úspešne duplikovaná\",\"AEuj2m\":\"Domovská stránka udalosti\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Miesto udalosti a podrobnosti o mieste konania\",\"OopDbA\":\"Event page\",\"4/If97\":\"Aktualizácia stavu udalosti zlyhala. Skúste to neskôr.\",\"btxLWj\":\"Stav udalosti aktualizovaný\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Udalosti\",\"sZg7s1\":\"Dátum vypršania\",\"KnN1Tu\":\"Vyprší\",\"uaSvqt\":\"Dátum vypršania\",\"GS+Mus\":\"Exportovať\",\"9xAp/j\":\"Nepodarilo sa zrušiť účastníka\",\"ZpieFv\":\"Nepodarilo sa zrušiť objednávku\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Nepodarilo sa stiahnuť faktúru. Skúste to znovu.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Nepodarilo sa načítať zoznam odbavení\",\"ZQ15eN\":\"Nepodarilo sa znovu odoslať e-mail s lístkom\",\"ejXy+D\":\"Nepodarilo sa zoradiť produkty\",\"PLUB/s\":\"Poplatok\",\"/mfICu\":\"Poplatky\",\"LyFC7X\":\"Filtrovať objednávky\",\"cSev+j\":\"Filtre\",\"CVw2MU\":[\"Filtre (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Číslo prvej faktúry\",\"V1EGGU\":\"Meno\",\"kODvZJ\":\"Meno\",\"S+tm06\":\"Meno musí mať 1 až 50 znakov\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Prvé použitie\",\"TpqW74\":\"Pevná\",\"irpUxR\":\"Pevná suma\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Zabudli ste heslo?\",\"2POOFK\":\"Zadarmo\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Francúzština\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Nemčina\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Späť na profil\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Kalendár\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Hrubý predaj\",\"yRg26W\":\"Hrubý predaj\",\"R4r4XO\":\"Hostia\",\"26pGvx\":\"Máte promo kód?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"Tu je príklad, ako môžete použiť komponent vo svojej aplikácii.\",\"Y1SSqh\":\"Tu je React komponent, ktorý môžete použiť na vloženie widgetu do svojej aplikácie.\",\"QuhVpV\":[\"Ahoj \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Skryté pred verejnosťou\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Skryté otázky sú viditeľné iba pre organizátora udalosti, nie pre zákazníka.\",\"vLyv1R\":\"Skryť\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Skryť produkt po dátume ukončenia predaja\",\"06s3w3\":\"Skryť produkt pred dátumom začiatku predaja\",\"axVMjA\":\"Skryť produkt, pokiaľ používateľ nemá platný promo kód\",\"ySQGHV\":\"Skryť produkt po vypredaní\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Skryť tento produkt pred zákazníkmi\",\"Da29Y6\":\"Skryť túto otázku\",\"fvDQhr\":\"Skryť túto úroveň pred používateľmi\",\"lNipG+\":\"Skrytie produktu zabráni používateľom vidieť ho na stránke udalosti.\",\"ZOBwQn\":\"Dizajn domovskej stránky\",\"PRuBTd\":\"Návrhár domovskej stránky\",\"YjVNGZ\":\"Náhľad domovskej stránky\",\"c3E/kw\":\"Homer\",\"8k8Njd\":\"Koľko minút má zákazník na dokončenie objednávky. Odporúčame aspoň 15 minút\",\"ySxKZe\":\"Koľkokrát môže byť tento kód použitý?\",\"dZsDbK\":[\"Prekročený limit HTML znakov: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Súhlasím s <0>podmienkami a ustanoveniami\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Ak je povolené, personál odbavenia môže označiť účastníkov ako odbavených alebo označiť objednávku ako zaplatenú a odbavenie. Ak je zakázané, účastníci spojení s nezaplatenými objednávkami nemôžu byť odbavení.\",\"muXhGi\":\"Ak je povolené, organizátor dostane e-mailovú notifikáciu pri novej objednávke\",\"6fLyj/\":\"Ak ste túto zmenu nepožadovali, okamžite zmeňte heslo.\",\"n/ZDCz\":\"Obrázok bol úspešne odstránený\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Obrázok bol úspešne nahraný\",\"VyUuZb\":\"URL obrázka\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Neaktívne\",\"T0K0yl\":\"Neaktívni používatelia sa nemôžu prihlásiť.\",\"kO44sp\":\"Zahrňte podrobnosti o pripojení pre vašu online udalosť. Tieto podrobnosti sa zobrazia na stránke súhrnu objednávky a stránke lístka účastníka.\",\"FlQKnG\":\"Zahrnúť dane a poplatky do ceny\",\"Vi+BiW\":[\"Obsahuje \",[\"0\"],\" produktov\"],\"lpm0+y\":\"Obsahuje 1 produkt\",\"UiAk5P\":\"Vložiť obrázok\",\"OyLdaz\":\"Pozvánka znovu odoslaná!\",\"HE6KcK\":\"Pozvánka odvolaná!\",\"SQKPvQ\":\"Pozvať používateľa\",\"bKOYkd\":\"Faktúra bola úspešne stiahnutá\",\"alD1+n\":\"Poznámky k faktúre\",\"kOtCs2\":\"Číslovanie faktúr\",\"UZ2GSZ\":\"Nastavenia faktúry\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Položka\",\"KFXip/\":\"Ján\",\"XcgRvb\":\"Novák\",\"87a/t/\":\"Popis\",\"vXIe7J\":\"Jazyk\",\"2LMsOq\":\"Posledných 12 mesiacov\",\"vfe90m\":\"Posledných 14 dní\",\"aK4uBd\":\"Posledných 24 hodín\",\"uq2BmQ\":\"Posledných 30 dní\",\"bB6Ram\":\"Posledných 48 hodín\",\"VlnB7s\":\"Posledných 6 mesiacov\",\"ct2SYD\":\"Posledných 7 dní\",\"XgOuA7\":\"Posledných 90 dní\",\"I3yitW\":\"Posledné prihlásenie\",\"1ZaQUH\":\"Priezvisko\",\"UXBCwc\":\"Priezvisko\",\"tKCBU0\":\"Naposledy použité\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Nechajte prázdne pre použitie predvoleného slova \\\"Faktúra\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Načítavanie...\",\"wJijgU\":\"Miesto\",\"sQia9P\":\"Prihlásiť sa\",\"zUDyah\":\"Prihlasovanie\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Odhlásiť sa\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Urobiť fakturačnú adresu povinnou počas pokladne\",\"MU3ijv\":\"Urobiť túto otázku povinnou\",\"wckWOP\":\"Spravovať\",\"onpJrA\":\"Spravovať účastníka\",\"n4SpU5\":\"Spravovať udalosť\",\"WVgSTy\":\"Spravovať objednávku\",\"1MAvUY\":\"Spravovať nastavenia platby a fakturácie pre túto udalosť.\",\"cQrNR3\":\"Spravovať profil\",\"AtXtSw\":\"Spravovať dane a poplatky, ktoré možno uplatniť na vaše produkty\",\"ophZVW\":\"Spravovať lístky\",\"DdHfeW\":\"Spravovať podrobnosti účtu a predvolené nastavenia\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Spravovať používateľov a ich oprávnenia\",\"1m+YT2\":\"Povinné otázky musia byť zodpovedané pred dokončením pokladne.\",\"Dim4LO\":\"Manuálne pridať účastníka\",\"e4KdjJ\":\"Manuálne pridať účastníka\",\"vFjEnF\":\"Označiť ako zaplatené\",\"g9dPPQ\":\"Maximum na objednávku\",\"l5OcwO\":\"Správa účastníkovi\",\"Gv5AMu\":\"Správa účastníkom\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Správa kupujúcemu\",\"tNZzFb\":\"Obsah správy\",\"lYDV/s\":\"Správa jednotlivým účastníkom\",\"V7DYWd\":\"Správa odoslaná\",\"t7TeQU\":\"Správy\",\"xFRMlO\":\"Minimum na objednávku\",\"QYcUEf\":\"Minimálna cena\",\"RDie0n\":\"Rôzne\",\"mYLhkl\":\"Rôzne nastavenia\",\"KYveV8\":\"Viacriadkové textové pole\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Popis mojej úžasnej udalosti...\",\"vX8/tc\":\"Názov mojej úžasnej udalosti...\",\"hKtWk2\":\"Môj profil\",\"fj5byd\":\"N/A\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Meno\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Prejsť na účastníka\",\"qqeAJM\":\"Nikdy\",\"7vhWI8\":\"Nové heslo\",\"1UzENP\":\"Nie\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Žiadne archivované udalosti na zobrazenie.\",\"q2LEDV\":\"Pre túto objednávku neboli nájdení žiadni účastníci.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Žiadni účastníci na zobrazenie\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Žiadne priradenia kapacity\",\"a/gMx2\":\"Žiadne zoznamy odbavení\",\"tMFDem\":\"Žiadne dostupné dáta\",\"6Z/F61\":\"Žiadne dáta na zobrazenie. Vyberte rozsah dátumov.\",\"fFeCKc\":\"Žiadna zľava\",\"HFucK5\":\"Žiadne ukončené udalosti na zobrazenie.\",\"yAlJXG\":\"Žiadne udalosti na zobrazenie\",\"GqvPcv\":\"Žiadne dostupné filtre\",\"KPWxKD\":\"Žiadne správy na zobrazenie\",\"J2LkP8\":\"Žiadne objednávky na zobrazenie\",\"RBXXtB\":\"Momentálne nie sú dostupné žiadne platobné metódy. Kontaktujte organizátora udalosti.\",\"ZWEfBE\":\"Platba nie je potrebná\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"V tejto kategórii nie sú dostupné žiadne produkty.\",\"FTfObB\":\"Zatiaľ žiadne produkty\",\"+Y976X\":\"Žiadne promo kódy na zobrazenie\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Žiadne výsledky\",\"gk5uwN\":\"Žiadne výsledky vyhľadávania\",\"RHyZUL\":\"Žiadne výsledky vyhľadávania.\",\"RY2eP1\":\"Neboli pridané žiadne dane ani poplatky.\",\"EdQY6l\":\"Žiadne\",\"OJx3wK\":\"Nie je dostupné\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Poznámky\",\"jtrY3S\":\"Zatiaľ nič na zobrazenie\",\"hFwWnI\":\"Nastavenia notifikácií\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Notifikovať organizátora o nových objednávkach\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Počet dní povolených na platbu (nechajte prázdne pre vynechanie platobných podmienok z faktúr)\",\"n86jmj\":\"Predpona čísla\",\"mwe+2z\":\"Offline objednávky sa neodrážajú v štatistikách udalosti, kým nie sú označené ako zaplatené.\",\"dWBrJX\":\"Offline platba zlyhala. Skúste to znovu alebo kontaktujte organizátora udalosti.\",\"fcnqjw\":\"Pokyny pre offline platbu\",\"+eZ7dp\":\"Offline platby\",\"ojDQlR\":\"Informácie o offline platbách\",\"u5oO/W\":\"Nastavenia offline platieb\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"V predaji\",\"Ug4SfW\":\"Po vytvorení udalosti ju uvidíte tu.\",\"ZxnK5C\":\"Po začatí zberu dát ich uvidíte tu.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Prebiehajúce\",\"z+nuVJ\":\"Online event\",\"WKHW0N\":\"Podrobnosti online udalosti\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Otvoriť stránku odbavenia\",\"OdnLE4\":\"Otvoriť bočný panel\",\"ZZEYpT\":[\"Možnosť \",[\"i\"]],\"oPknTP\":\"Voliteľné ďalšie informácie na všetkých faktúrach (napr. platobné podmienky, poplatky za oneskorenie, reklamačná politika)\",\"OrXJBY\":\"Voliteľná predpona pre čísla faktúr (napr. INV-)\",\"0zpgxV\":\"Možnosti\",\"BzEFor\":\"alebo\",\"UYUgdb\":\"Objednávka\",\"mm+eaX\":\"Order #\",\"B3gPuX\":\"Objednávka zrušená\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Dátum objednávky\",\"Tol4BF\":\"Podrobnosti objednávky\",\"WbImlQ\":\"Objednávka bola zrušená a vlastník objednávky bol informovaný.\",\"nAn4Oe\":\"Objednávka označená ako zaplatená\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Referencia objednávky\",\"acIJ41\":\"Stav objednávky\",\"GX6dZv\":\"Súhrn objednávky\",\"tDTq0D\":\"Časový limit objednávky\",\"1h+RBg\":\"Objednávky\",\"3y+V4p\":\"Adresa organizácie\",\"GVcaW6\":\"Podrobnosti organizácie\",\"nfnm9D\":\"Názov organizácie\",\"G5RhpL\":\"Organizátor\",\"mYygCM\":\"Organizátor je povinný\",\"Pa6G7v\":\"Meno organizátora\",\"l894xP\":\"Organizátori môžu spravovať iba udalosti a produkty. Nemôžu spravovať používateľov, nastavenia účtu ani fakturačné informácie.\",\"fdjq4c\":\"Odsadenie\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Stránka nenájdená\",\"QbrUIo\":\"Zobrazenia stránky\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"zaplatené\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Čiastočne vrátené\",\"8ZsakT\":\"Heslo\",\"TUJAyx\":\"Heslo musí mať minimálne 8 znakov\",\"vwGkYB\":\"Heslo musí mať aspoň 8 znakov\",\"BLTZ42\":\"Heslo bolo úspešne obnovené. Prihláste sa novým heslom.\",\"f7SUun\":\"Heslá sa nezhodujú\",\"aEDp5C\":\"Vložte toto tam, kde chcete zobraziť widget.\",\"+23bI/\":\"Patrik\",\"iAS9f2\":\"patrik@acme.com\",\"621rYf\":\"Platba\",\"Lg+ewC\":\"Platba a fakturácia\",\"DZjk8u\":\"Nastavenia platby a fakturácie\",\"lflimf\":\"Lehota splatnosti\",\"JhtZAK\":\"Platba zlyhala\",\"JEdsvQ\":\"Pokyny k platbe\",\"bLB3MJ\":\"Spôsoby platby\",\"QzmQBG\":\"Poskytovateľ platby\",\"lsxOPC\":\"Platba prijatá\",\"wJTzyi\":\"Stav platby\",\"xgav5v\":\"Platba prebehla úspešne!\",\"R29lO5\":\"Platobné podmienky\",\"/roQKz\":\"Percentuálne\",\"vPJ1FI\":\"Percentuálna suma\",\"xdA9ud\":\"Umiestnite toto do sekcie vašej webovej stránky.\",\"blK94r\":\"Pridajte aspoň jednu možnosť\",\"FJ9Yat\":\"Skontrolujte, či sú zadané informácie správne\",\"TkQVup\":\"Skontrolujte e-mail a heslo a skúste znovu\",\"sMiGXD\":\"Skontrolujte, či je váš e-mail platný\",\"Ajavq0\":\"Skontrolujte e-mail na potvrdenie e-mailovej adresy\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Pokračujte na novej karte\",\"hcX103\":\"Vytvorte produkt\",\"cdR8d6\":\"Vytvorte lístok\",\"x2mjl4\":\"Zadajte platnú URL adresu obrázka.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Upozornenie\",\"C63rRe\":\"Vráťte sa na stránku udalosti a začnite odznova.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Vyberte aspoň jeden produkt\",\"igBrCH\":\"Overte svoju e-mailovú adresu pre prístup ku všetkým funkciám\",\"/IzmnP\":\"Čakajte, pripravujeme faktúru...\",\"MOERNx\":\"Portugalčina\",\"qCJyMx\":\"Správa po pokladni\",\"g2UNkE\":\"Poháňané\",\"Rs7IQv\":\"Správa pred pokladňou\",\"rdUucN\":\"Náhľad\",\"a7u1N9\":\"Cena\",\"CmoB9j\":\"Režim zobrazenia ceny\",\"BI7D9d\":\"Cena nie je nastavená\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Primárna farba\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Primárna farba textu\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Vytlačiť všetky lístky\",\"DKwDdj\":\"Vytlačiť lístky\",\"K47k8R\":\"Produkt\",\"1JwlHk\":\"Kategória produktu\",\"U61sAj\":\"Kategória produktu bola úspešne aktualizovaná.\",\"1USFWA\":\"Produkt bol úspešne odstránený\",\"4Y2FZT\":\"Typ ceny produktu\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Predaj produktov\",\"U/R4Ng\":\"Cenová úroveň produktu\",\"sJsr1h\":\"Typ produktu\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Produkt(y)\",\"N0qXpE\":\"Produkty\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Predané produkty\",\"/u4DIx\":\"Predané produkty\",\"DJQEZc\":\"Produkty boli úspešne zoradené\",\"vERlcd\":\"Profil\",\"kUlL8W\":\"Profil bol úspešne aktualizovaný\",\"cl5WYc\":[\"Promo kód \",[\"promo_code\"],\" bol uplatnený\"],\"P5sgAk\":\"Promo kód\",\"yKWfjC\":\"Stránka promo kódu\",\"RVb8Fo\":\"Promo kódy\",\"BZ9GWa\":\"Promo kódy možno použiť na ponúkanie zliav, predpredajný prístup alebo špeciálny prístup k vašej udalosti.\",\"OP094m\":\"Správa o promo kódoch\",\"4kyDD5\":\"Poskytnite ďalší kontext alebo pokyny pre túto otázku. Toto pole použite na pridanie podmienok,\\nusmernení alebo dôležitých informácií, ktoré účastníci potrebujú vedieť pred zodpovedaním.\",\"toutGW\":\"QR kód\",\"LkMOWF\":\"Dostupné množstvo\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Otázka odstránená\",\"avf0gk\":\"Popis otázky\",\"oQvMPn\":\"Názov otázky\",\"enzGAL\":\"Otázky\",\"ROv2ZT\":\"Otázky a odpovede\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Prepínač\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Príjemca\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Vrátenie zlyhalo\",\"n10yGu\":\"Vrátiť objednávku\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Vrátenie čaká\",\"xHpVRl\":\"Stav vrátenia\",\"/BI0y9\":\"Vrátené\",\"fgLNSM\":\"Registrovať\",\"9+8Vez\":\"Zostatok použití\",\"tasfos\":\"odstrániť\",\"t/YqKh\":\"Odstrániť\",\"t9yxlZ\":\"Reporty\",\"prZGMe\":\"Vyžadovať fakturačnú adresu\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Znovu odoslať potvrdenie e-mailu\",\"wIa8Qe\":\"Znovu odoslať pozvánku\",\"VeKsnD\":\"Znovu odoslať e-mail objednávky\",\"dFuEhO\":\"Znovu odoslať e-mail s lístkom\",\"o6+Y6d\":\"Opätovné odosielanie...\",\"OfhWJH\":\"Obnoviť\",\"RfwZxd\":\"Obnoviť heslo\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Obnoviť udalosť\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Vrátiť sa na stránku udalosti\",\"8YBH95\":\"Príjmy\",\"PO/sOY\":\"Odvolať pozvánku\",\"GDvlUT\":\"Rola\",\"ELa4O9\":\"Dátum ukončenia predaja\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Dátum začiatku predaja\",\"hBsw5C\":\"Predaj skončil\",\"kpAzPe\":\"Začiatok predaja\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Uložiť\",\"IUwGEM\":\"Uložiť zmeny\",\"U65fiW\":\"Uložiť organizátora\",\"UGT5vp\":\"Uložiť nastavenia\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Vyhľadávať podľa mena účastníka, e-mailu alebo č. objednávky...\",\"+pr/FY\":\"Vyhľadávať podľa názvu udalosti...\",\"3zRbWw\":\"Vyhľadávať podľa mena, e-mailu alebo č. objednávky...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Vyhľadávať podľa mena...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Vyhľadávať priradenia kapacity...\",\"r9M1hc\":\"Vyhľadávať zoznamy odbavení...\",\"+0Yy2U\":\"Vyhľadávať produkty\",\"YIix5Y\":\"Vyhľadávať...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Sekundárna farba\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Sekundárna farba textu\",\"02ePaq\":[\"Vybrať \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Vybrať kategóriu...\",\"kWI/37\":\"Vybrať organizátora\",\"ixIx1f\":\"Vybrať produkt\",\"3oSV95\":\"Vybrať cenovú úroveň produktu\",\"C4Y1hA\":\"Vybrať produkty\",\"hAjDQy\":\"Vybrať stav\",\"QYARw/\":\"Vybrať lístok\",\"OMX4tH\":\"Vybrať lístky\",\"DrwwNd\":\"Vybrať časové obdobie\",\"O/7I0o\":\"Vybrať...\",\"JlFcis\":\"Odoslať\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Odoslať správu\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Odoslať správu\",\"D7ZemV\":\"Odoslať potvrdenie objednávky a e-mail s lístkom\",\"v1rRtW\":\"Odoslať test\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"SEO popis\",\"/SIY6o\":\"SEO kľúčové slová\",\"GfWoKv\":\"SEO nastavenia\",\"rXngLf\":\"SEO názov\",\"/jZOZa\":\"Servisný poplatok\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Nastavte počiatočné číslo pre číslovanie faktúr. Toto nie je možné zmeniť po vygenerovaní faktúr.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Nastavenia\",\"Z8lGw6\":\"Zdieľať\",\"B2V3cA\":\"Zdieľať udalosť\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Show\",\"V0SbFp\":\"Zobraziť dostupné množstvo produktu\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Zobraziť viac\",\"izwOOD\":\"Zobraziť dane a poplatky samostatne\",\"1SbbH8\":\"Zobrazené zákazníkovi po pokladni na stránke súhrnu objednávky.\",\"YfHZv0\":\"Zobrazené zákazníkovi pred pokladňou\",\"CBBcly\":\"Zobrazuje bežné polia adresy vrátane krajiny\",\"yTnnYg\":\"Novák\",\"TNaCfq\":\"Jednoriadkové textové pole\",\"+P0Cn2\":\"Preskočiť tento krok\",\"YSEnLE\":\"Kováč\",\"lgFfeO\":\"Vypredané\",\"Mi1rVn\":\"Vypredané\",\"nwtY4N\":\"Niečo sa pokazilo\",\"GRChTw\":\"Niečo sa pokazilo pri odstraňovaní dane alebo poplatku\",\"YHFrbe\":\"Niečo sa pokazilo! Skúste to znovu\",\"kf83Ld\":\"Niečo sa pokazilo.\",\"fWsBTs\":\"Niečo sa pokazilo. Skúste to znovu.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Ľutujeme, tento promo kód nie je rozpoznaný\",\"65A04M\":\"Španielčina\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Dátum začiatku\",\"/2by1f\":\"Štát alebo región\",\"uAQUqI\":\"Stav\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Platby Stripe nie sú pre túto udalosť povolené.\",\"UJmAAK\":\"Predmet\",\"X2rrlw\":\"Medzisúčet\",\"zzDlyQ\":\"Úspech\",\"b0HJ45\":[\"Úspech! \",[\"0\"],\" čoskoro dostane e-mail.\"],\"BJIEiF\":[\"Účastník bol úspešne \",[\"0\"]],\"OtgNFx\":\"E-mailová adresa bola úspešne potvrdená\",\"IKwyaF\":\"Zmena e-mailu bola úspešne potvrdená\",\"zLmvhE\":\"Účastník bol úspešne vytvorený\",\"gP22tw\":\"Produkt bol úspešne vytvorený\",\"9mZEgt\":\"Promo kód bol úspešne vytvorený\",\"aIA9C4\":\"Otázka bola úspešne vytvorená\",\"J3RJSZ\":\"Účastník bol úspešne aktualizovaný\",\"3suLF0\":\"Priradenie kapacity bolo úspešne aktualizované\",\"Z+rnth\":\"Zoznam odbavení bol úspešne aktualizovaný\",\"vzJenu\":\"Nastavenia e-mailu boli úspešne aktualizované\",\"7kOMfV\":\"Udalosť bola úspešne aktualizovaná\",\"G0KW+e\":\"Dizajn domovskej stránky bol úspešne aktualizovaný\",\"k9m6/E\":\"Nastavenia domovskej stránky boli úspešne aktualizované\",\"y/NR6s\":\"Miesto bolo úspešne aktualizované\",\"73nxDO\":\"Rôzne nastavenia boli úspešne aktualizované\",\"4H80qv\":\"Objednávka bola úspešne aktualizovaná\",\"6xCBVN\":\"Nastavenia platby a fakturácie boli úspešne aktualizované\",\"1Ycaad\":\"Produkt bol úspešne aktualizovaný\",\"70dYC8\":\"Promo kód bol úspešne aktualizovaný\",\"F+pJnL\":\"SEO nastavenia boli úspešne aktualizované\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"E-mail podpory\",\"uRfugr\":\"Tričko\",\"JpohL9\":\"Daň\",\"geUFpZ\":\"Dane a poplatky\",\"dFHcIn\":\"Podrobnosti dane\",\"wQzCPX\":\"Daňové informácie na spodku všetkých faktúr (napr. číslo DPH, daňová registrácia)\",\"0RXCDo\":\"Daň alebo poplatok bol úspešne odstránený\",\"ZowkxF\":\"Dane\",\"qu6/03\":\"Dane a poplatky\",\"gypigA\":\"Tento promo kód je neplatný\",\"5ShqeM\":\"Zoznam odbavení, ktorý hľadáte, neexistuje.\",\"QXlz+n\":\"Predvolená mena pre vaše udalosti.\",\"mnafgQ\":\"Predvolené časové pásmo pre vaše udalosti.\",\"o7s5FA\":\"Jazyk, v ktorom bude účastník dostávať e-maily.\",\"NlfnUd\":\"Odkaz, na ktorý ste klikli, je neplatný.\",\"HsFnrk\":[\"Maximálny počet produktov pre \",[\"0\"],\" je \",[\"1\"]],\"TSAiPM\":\"Stránka, ktorú hľadáte, neexistuje\",\"MSmKHn\":\"Cena zobrazená zákazníkovi bude zahŕňať dane a poplatky.\",\"6zQOg1\":\"Cena zobrazená zákazníkovi nebude zahŕňať dane a poplatky. Zobrazia sa samostatne\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Názov udalosti, ktorý sa zobrazí vo výsledkoch vyhľadávačov a pri zdieľaní na sociálnych sieťach. Predvolene sa použije názov udalosti\",\"wDx3FF\":\"Pre túto udalosť nie sú dostupné žiadne produkty\",\"pNgdBv\":\"V tejto kategórii nie sú dostupné žiadne produkty\",\"rMcHYt\":\"Čaká sa na vrátenie. Počkajte na jeho dokončenie pred ďalším vrátením.\",\"F89D36\":\"Nastala chyba pri označovaní objednávky ako zaplatenej\",\"68Axnm\":\"Nastala chyba pri spracovaní vašej požiadavky. Skúste to znovu.\",\"mVKOW6\":\"Nastala chyba pri odosielaní vašej správy\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Tento účastník má nezaplatenú objednávku.\",\"mf3FrP\":\"Táto kategória zatiaľ nemá žiadne produkty.\",\"8QH2Il\":\"Táto kategória je skrytá pred verejnosťou\",\"xxv3BZ\":\"Tento zoznam odbavení vypršal\",\"Sa7w7S\":\"Tento zoznam odbavení vypršal a nie je už dostupný pre odbavenia.\",\"Uicx2U\":\"Tento zoznam odbavení je aktívny\",\"1k0Mp4\":\"Tento zoznam odbavení ešte nie je aktívny\",\"K6fmBI\":\"Tento zoznam odbavení ešte nie je aktívny a nie je dostupný pre odbavenia.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Tieto informácie sa zobrazia na platobnej stránke, stránke súhrnu objednávky a v potvrdzovacom e-maile objednávky.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Toto je online udalosť\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Táto správa bude zahrnutá v päte všetkých e-mailov odoslaných z tejto udalosti\",\"55i7Fa\":\"Táto správa sa zobrazí iba ak je objednávka úspešne dokončená. Objednávky čakajúce na platbu túto správu nezobrazia\",\"RjwlZt\":\"Táto objednávka už bola zaplatená.\",\"5K8REg\":\"Táto objednávka už bola vrátená.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Táto objednávka bola zrušená.\",\"Q0zd4P\":\"Táto objednávka vypršala. Začnite znovu.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Táto objednávka je dokončená.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Táto stránka objednávky už nie je dostupná.\",\"i0TtkR\":\"Toto prepíše všetky nastavenia viditeľnosti a skryje produkt pred všetkými zákazníkmi.\",\"cRRc+F\":\"Tento produkt nie je možné odstrániť, pretože je spojený s objednávkou. Namiesto toho ho môžete skryť.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Tento odkaz na obnovenie hesla je neplatný alebo vypršal.\",\"IV9xTT\":\"Tento používateľ nie je aktívny, pretože neprijal pozvánku.\",\"5AnPaO\":\"lístok\",\"kjAL4v\":\"Lístok\",\"dtGC3q\":\"E-mail s lístkom bol znovu odoslaný účastníkovi\",\"54q0zp\":\"Lístky pre\",\"xN9AhL\":[\"Úroveň \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Stupňované produkty umožňujú ponúkať viacero cenových možností pre rovnaký produkt. Ideálne pre produkty so skorým vtáčikom alebo rôzne cenové možnosti pre rôzne skupiny ľudí.\",\"nn3mSR\":\"Zostatok času:\",\"s/0RpH\":\"Počet použití\",\"y55eMd\":\"Počet použití\",\"40Gx0U\":\"Časové pásmo\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Názov\",\"xdA/+p\":\"Nástroje\",\"72c5Qo\":\"Celkom\",\"YXx+fG\":\"Celkovo pred zľavami\",\"NRWNfv\":\"Celková suma zľavy\",\"BxsfMK\":\"Celkové poplatky\",\"2bR+8v\":\"Celkový hrubý predaj\",\"mpB/d9\":\"Celková suma objednávky\",\"m3FM1g\":\"Celkovo vrátené\",\"jEbkcB\":\"Celkovo vrátené\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Celková daň\",\"+zy2Nq\":\"Typ\",\"FMdMfZ\":\"Nie je možné odbavenie účastníka\",\"bPWBLL\":\"Nie je možné odhlásenie účastníka\",\"9+P7zk\":\"Nie je možné vytvoriť produkt. Skontrolujte svoje údaje\",\"WLxtFC\":\"Nie je možné vytvoriť produkt. Skontrolujte svoje údaje\",\"/cSMqv\":\"Nie je možné vytvoriť otázku. Skontrolujte svoje údaje\",\"MH/lj8\":\"Nie je možné aktualizovať otázku. Skontrolujte svoje údaje\",\"nnfSdK\":\"Jedinečných zákazníkov\",\"Mqy/Zy\":\"Spojené štáty\",\"NIuIk1\":\"Neobmedzené\",\"/p9Fhq\":\"Neobmedzene dostupné\",\"E0q9qH\":\"Povolené neobmedzené použitia\",\"h10Wm5\":\"Nezaplatená objednávka\",\"ia8YsC\":\"Nadchádzajúce\",\"TlEeFv\":\"Nadchádzajúce udalosti\",\"L/gNNk\":[\"Aktualizovať \",[\"0\"]],\"+qqX74\":\"Aktualizovať názov udalosti, popis a dátumy\",\"vXPSuB\":\"Aktualizovať profil\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL skopírovaná do schránky\",\"e5lF64\":\"Príklad použitia\",\"fiV0xj\":\"Limit použitia\",\"sGEOe4\":\"Použiť rozmazanú verziu obrázka obalu ako pozadie\",\"OadMRm\":\"Použiť obrázok obalu\",\"7PzzBU\":\"Používateľ\",\"yDOdwQ\":\"Správa používateľov\",\"Sxm8rQ\":\"Používatelia\",\"VEsDvU\":\"Používatelia môžu zmeniť e-mail v <0>Nastaveniach profilu\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"DPH\",\"E/9LUk\":\"Názov miesta konania\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Zobraziť podrobnosti účastníka\",\"/5PEQz\":\"Zobraziť stránku udalosti\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Zobraziť na Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP zoznam odbavení\",\"tF+VVr\":\"VIP lístok\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Nepodarilo sa spracovať vašu platbu. Skúste to znovu alebo kontaktujte podporu.\",\"45Srzt\":\"Nepodarilo sa odstrániť kategóriu. Skúste to znovu.\",\"/DNy62\":[\"Nenašli sa žiadne lístky zodpovedajúce \",[\"0\"]],\"1E0vyy\":\"Nepodarilo sa načítať dáta. Skúste to znovu.\",\"NmpGKr\":\"Nepodarilo sa preusporiadať kategórie. Skúste to znovu.\",\"BJtMTd\":\"Odporúčame rozmery 1950px x 650px, pomer 3:1 a maximálnu veľkosť súboru 5 MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Nepodarilo sa potvrdiť vašu platbu. Skúste to znovu alebo kontaktujte podporu.\",\"Gspam9\":\"Spracovávame vašu objednávku. Čakajte prosím...\",\"LuY52w\":\"Vitajte na palube! Prihláste sa pre pokračovanie.\",\"dVxpp5\":[\"Vitajte späť\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Čo sú stupňované produkty?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Čo je kategória?\",\"gxeWAU\":\"Na ktoré produkty sa tento kód vzťahuje?\",\"hFHnxR\":\"Na ktoré produkty sa tento kód vzťahuje? (Predvolene sa vzťahuje na všetky)\",\"AeejQi\":\"Na ktoré produkty sa má táto kapacita vzťahovať?\",\"Rb0XUE\":\"O koľkej prídete?\",\"5N4wLD\":\"Aký typ otázky je toto?\",\"gyLUYU\":\"Ak je povolené, faktúry budú generované pre objednávky lístkov. Faktúry budú odoslané spolu s potvrdením objednávky. Účastníci si môžu stiahnuť faktúry aj zo stránky potvrdenia objednávky.\",\"D3opg4\":\"Ak sú povolené offline platby, používatelia budú môcť dokončiť objednávky a dostať lístky. Ich lístky budú jasne uvádzať, že objednávka nie je zaplatená, a nástroj odbavenia upozorní personál odbavenia, ak objednávka vyžaduje platbu.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Ktoré lístky majú byť spojené s týmto zoznamom odbavení?\",\"S+OdxP\":\"Kto organizuje túto udalosť?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Komu má byť táto otázka položená?\",\"VxFvXQ\":\"Vloženie widgetu\",\"v1P7Gm\":\"Nastavenia widgetu\",\"b4itZn\":\"Pracuje\",\"hqmXmc\":\"Pracuje...\",\"+G/XiQ\":\"Od začiatku roka\",\"l75CjT\":\"Áno\",\"QcwyCh\":\"Áno, odstrániť ich\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Meníte e-mail na <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Ste offline\",\"sdB7+6\":\"Môžete vytvoriť promo kód, ktorý cieli na tento produkt na\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Nemôžete zmeniť typ produktu, pretože s týmto produktom sú spojení účastníci.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Nemôžete odbavovať účastníkov s nezaplatenými objednávkami. Toto nastavenie môžete zmeniť v nastaveniach udalosti.\",\"c9Evkd\":\"Nemôžete odstrániť poslednú kategóriu.\",\"6uwAvx\":\"Nemôžete odstrániť túto cenovú úroveň, pretože pre ňu už boli predané produkty. Namiesto toho ju môžete skryť.\",\"tFbRKJ\":\"Nemôžete upraviť rolu ani stav vlastníka účtu.\",\"fHfiEo\":\"Nemôžete vrátiť manuálne vytvorenú objednávku.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Máte prístup k viacerým účtom. Vyberte jeden pre pokračovanie.\",\"Z6q0Vl\":\"Túto pozvánku ste už prijali. Prihláste sa pre pokračovanie.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Nemáte žiadnu čakajúcu zmenu e-mailu.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Vypršal vám čas na dokončenie objednávky.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Musíte potvrdiť, že tento e-mail nie je propagačný\",\"3ZI8IL\":\"Musíte súhlasiť s podmienkami a ustanoveniami\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Pred manuálnym pridaním účastníka musíte vytvoriť lístok.\",\"jE4Z8R\":\"Musíte mať aspoň jednu cenovú úroveň\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Objednávku budete musieť označiť ako zaplatenú manuálne. Môžete to urobiť na stránke správy objednávky.\",\"L/+xOk\":\"Pred vytvorením zoznamu odbavení potrebujete lístok.\",\"Djl45M\":\"Pred vytvorením priradenia kapacity potrebujete produkt.\",\"y3qNri\":\"Na začiatok potrebujete aspoň jeden produkt. Bezplatný, platený alebo nechajte používateľa rozhodnúť.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Názov vášho účtu sa používa na stránkach udalostí a v e-mailoch.\",\"veessc\":\"Vaši účastníci sa zobrazia tu po registrácii na udalosť. Môžete tiež manuálne pridávať účastníkov.\",\"Eh5Wrd\":\"Vaša skvelá webová stránka 🎉\",\"lkMK2r\":\"Vaše údaje\",\"3ENYTQ\":[\"Vaša žiadosť o zmenu e-mailu na <0>\",[\"0\"],\" čaká. Skontrolujte e-mail na potvrdenie\"],\"yZfBoy\":\"Vaša správa bola odoslaná\",\"KSQ8An\":\"Vaša objednávka\",\"Jwiilf\":\"Vaša objednávka bola zrušená\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Vaše objednávky sa zobrazia tu, keď začnú prichádzať.\",\"9TO8nT\":\"Vaše heslo\",\"P8hBau\":\"Vaša platba sa spracováva.\",\"UdY1lL\":\"Vaša platba nebola úspešná, skúste to znovu.\",\"fzuM26\":\"Vaša platba bola neúspešná. Skúste to znovu.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Vaše vrátenie sa spracováva.\",\"IFHV2p\":\"Váš lístok pre\",\"x1PPdr\":\"PSČ\",\"BM/KQm\":\"PSČ\",\"+LtVBt\":\"PSČ\",\"25QDJ1\":\"- Kliknite pre zverejnenie\",\"WOyJmc\":\"- Kliknite pre zrušenie zverejnenia\",\"ncwQad\":\"(prázdne)\",\"B/gRsg\":\"(none)\",\"wqtZLy\":[[\"0\"],\" (kópia)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" je už odbavený\"],\"3beCx0\":[[\"0\"],\" <0>checked in\"],\"S4PqS9\":[[\"0\"],\" aktívnych webhookov\"],\"6MIiOI\":[[\"0\"],\" zostáva\"],\"COnw8D\":[\"logo \",[\"0\"]],\"xG9N0H\":[[\"0\"],\" of \",[\"1\"],\" seats are taken.\"],\"B7pZfX\":[[\"0\"],\" organizátorov\"],\"/HkCs4\":[[\"0\"],\" lístkov\"],\"30bTiU\":[[\"activeCount\"],\" enabled\"],\"jTs4am\":[[\"appName\"],\" logo\"],\"gbJOk9\":[[\"attendeeCount\"],\" attendees are registered for this session.\"],\"TjbIUI\":[[\"availableCount\"],\" z \",[\"totalCount\"],\" dostupných\"],\"PSChHo\":[\"Zostáva \",[\"capacity\"],\" miest\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" checked in\"],\"RZ0JX3\":[[\"chipTime\"],\", vypredané\"],\"M4KnFs\":[[\"chipTime\"],\", Vypredané, čakacia listina k dispozícii\"],\"SeyN12\":[[\"completedCount\"],\" of \",[\"totalCount\"],\" steps complete\"],\"wYzVwE\":[[\"count\"],\" add-ons\"],\"f2rhaD\":[[\"diffHr\"],\"h ago\"],\"NRSLBe\":[[\"diffMin\"],\"m ago\"],\"iYfwJE\":[[\"diffSec\"],\"s ago\"],\"OJnhhX\":[[\"eventCount\"],\" udalostí\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" more\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" attendees are registered across the affected sessions.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per order\"],\"RBuxIl\":[[\"productCount\"],\" ticket types configured\"],\"VFLd0I\":[[\"slotCount\"],\" times available\"],\"3IEF7U\":[[\"totalCount\"],\" typov lístkov\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" poplatky\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" poplatky a daň\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" daň\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 deň\",\"1d6kks\":\"+Daň/Poplatky\",\"B1St2O\":\"<0>Zoznamy odbavení vám pomáhajú spravovať vstup na udalosť podľa dní, oblastí alebo typov lístkov. Môžete prepojiť lístky s konkrétnymi zoznamami, ako sú VIP zóny alebo vstupenky na 1. deň, a zdieľať zabezpečený odkaz na odbavenie so zamestnancami. Nevyžaduje sa žiadny účet. Odbavenie funguje na mobile, počítači alebo tablete pomocou kamery zariadenia alebo HID USB skenera. \",\"v9VSIS\":\"<0>Nastavte jeden celkový limit účasti pre viacero typov lístkov naraz.<1>Napríklad, ak prepojíte lístok <2>Denný vstup a <3>Celý víkend, oba budú čerpať z rovnakej zásoby miest. Po dosiahnutí limitu sa predaj všetkých prepojených lístkov automaticky zastaví.\",\"Il5Uid\":\"<0>Toto je celkové dostupné množstvo za všetky termíny vo vašom rozvrhu spolu — nejde o limit na termín. Ak chcete obmedziť účasť na jednotlivých termínoch, nastavte kapacitu na <1>stránke Rozvrh termínov.\",\"ZnVt5v\":\"<0>Webhooky okamžite upozorňujú externé služby, keď nastanú udalosti, napríklad pridanie nového účastníka do vášho CRM alebo mailing listu pri registrácii.<1>Používajte služby tretích strán ako <2>Zapier, <3>IFTTT alebo <4>Make na vytváranie vlastných pracovných postupov a automatizáciu úloh.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" pri aktuálnom kurze\"],\"M2DyLc\":\"1 aktívny webhook\",\"hMefp0\":\"1 add-on\",\"6hIk/x\":\"1 attendee is registered across the affected sessions.\",\"qOyE2U\":\"1 attendee is registered for this session.\",\"943BwI\":\"1 deň po dátume konca\",\"yj3N+g\":\"1 deň po dátume začiatku\",\"Z3etYG\":\"1 deň pred udalosťou\",\"szSnlj\":\"1 hodinu pred udalosťou\",\"yTsaLw\":\"1 lístok\",\"nz96Ue\":\"1 typ lístka\",\"InX5ad\":\"1 ticket type configured\",\"y2Jh0m\":\"1 time available\",\"cGtUz6\":\"1 týždeň pred udalosťou\",\"HR/cvw\":\"123 Vzorová ulica\",\"dgKxZ5\":\"135+ currencies & 40+ payment methods\",\"/d9gcz\":\"Pri nastavenej URL adrese je potrebné označenie tlačidla\",\"kMU5aM\":\"Oznámenie o zrušení bolo odoslané na\",\"o++0qa\":\"a change in duration\",\"WuWSX5\":\"A few quick steps and you're ready to start selling.\",\"RQ5kDd\":\"Správa, ktorá sa zobrazí, keď v tejto kategórii nie sú žiadne produkty.\",\"V53XzQ\":\"Na váš e-mail bol odoslaný nový overovací kód\",\"sr2Je0\":\"a shift in start/end times\",\"/z/bH1\":\"Krátky popis vášho organizátora, ktorý sa zobrazí používateľom.\",\"3BKFn6\":\"Pri nastavenom označení tlačidla je potrebná URL adresa\",\"RpjXTb\":\"Vzor dňa v týždni\",\"aS0jtz\":\"Opustené\",\"uyJsf6\":\"O udalosti\",\"JvuLls\":\"Absorbovať poplatok\",\"lk74+I\":\"Absorbovať poplatok\",\"1uJlG9\":\"Zvýraznená farba\",\"g3UF2V\":\"Prijať\",\"K5+3xg\":\"Prijať pozvánku\",\"LuXP9q\":\"Access\",\"jzb4Ep\":[\"Account · \",[\"0\"]],\"UqH1Q6\":[\"Account · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"Vymazanie účtu bolo zrušené.\",\"WtlP+7\":\"Vymazanie účtu je zablokované\",\"vOuxvL\":\"Informácie o účte\",\"F9cvwz\":\"Názov účtu\",\"EHNORh\":\"Účet nebol nájdený\",\"Hy1lfH\":\"Vlastník účtu\",\"bPwFdf\":\"Účty\",\"pi/Iog\":[\"Účty (\",[\"0\"],\")\"],\"AhwTa1\":\"Vyžaduje sa akcia: Potrebné informácie o DPH\",\"APyAR/\":\"Aktívne udalosti\",\"kCl6ja\":\"Active payment methods\",\"XJOV1Y\":\"Activity\",\"Eso+01\":[\"Najprv pridajte \",[\"0\"]],\"eJ0IJA\":\"Add a cover image and theme to match your brand\",\"0YEoxS\":\"Add a date\",\"ybegUq\":\"Add a description and venue so attendees know what to expect\",\"nOZl6j\":\"Add a Single Date\",\"CjvTPJ\":\"Add another time\",\"0XCduh\":\"Add at least one time\",\"/chGpa\":\"Add connection details for the online event.\",\"UWWRyd\":\"Pridajte vlastné otázky na zber ďalších informácií pri pokladni\",\"Z/dcxc\":\"Add Date\",\"QeupRg\":\"Pridať termíny\",\"Q219NT\":\"Add Dates\",\"yjB5VC\":\"Add dates and times for your recurring event\",\"Z8idyM\":\"Add details\",\"wpirGs\":\"Add event details\",\"VX6WUv\":\"Pridať miesto\",\"GCQlV2\":\"Add multiple times if you run several sessions per day.\",\"7JF9w9\":\"Pridať otázku\",\"NLbIb6\":\"Add this attendee anyway (override capacity)\",\"6PNlRV\":\"Pridajte túto udalosť do kalendára\",\"BGD9Yt\":\"Pridať lístky\",\"uIv4Op\":\"Pridajte sledovacie pixely na verejné stránky udalostí a domovskú stránku organizátora. Keď je sledovanie aktívne, návštevníkom sa zobrazí banner so súhlasom so súbormi cookie.\",\"QN2F+7\":\"Pridať webhook\",\"NsWqSP\":\"Pridajte svoje sociálne médiá a URL webstránky. Tieto sa zobrazia na vašej verejnej stránke organizátora.\",\"6JzKEV\":\"Add-on only\",\"VkQex5\":\"Add-on products\",\"Y2K3rp\":\"Add-ons\",\"Z/ZU8N\":\"Pridané pri platbe\",\"bVjDs9\":\"Ďalšie poplatky\",\"MKqSg4\":\"Vyžaduje sa prístup správcu\",\"0Zypnp\":\"Panel správcu\",\"tlFYEo\":\"Admits attendees to your event\",\"YAV57v\":\"Partner\",\"I+utEq\":\"Kód partnera nie je možné zmeniť\",\"/jHBj5\":\"Partner bol úspešne vytvorený\",\"uCFbG2\":\"Partner bol úspešne vymazaný\",\"ld8I+f\":\"Affiliate program\",\"a41PKA\":\"Predaje partnera budú sledované\",\"mJJh2s\":\"Predaje partnera nebudú sledované. Tým sa partner deaktivuje.\",\"jabmnm\":\"Partner bol úspešne aktualizovaný\",\"CPXP5Z\":\"Partneri\",\"9Wh+ug\":\"Partneri exportovaní\",\"3cqmut\":\"Partneri vám pomáhajú sledovať predaje generované partnermi a influencermi. Vytvorte partnerské kódy a zdieľajte ich na sledovanie výkonu.\",\"3e31kI\":\"After your event is created, you can choose how often it repeats from the dashboard.\",\"z7GAMJ\":\"all\",\"N40H+G\":\"Všetky\",\"7rLTkE\":\"Všetky archivované udalosti\",\"gKq1fa\":\"Všetci účastníci\",\"63gRoO\":\"All attendees of the selected sessions\",\"uWxIoH\":\"All attendees of this occurrence\",\"pMLul+\":\"Všetky meny\",\"sgUdRZ\":\"All dates\",\"e4q4uO\":\"All Dates\",\"ZS/D7f\":\"Všetky ukončené udalosti\",\"QsYjci\":\"Všetky udalosti\",\"31KB8w\":\"Všetky neúspešné úlohy boli vymazané\",\"D2g7C7\":\"Všetky úlohy boli zaradené na opakovanie\",\"B4RFBk\":\"All matching dates\",\"F1/VgK\":\"All occurrences\",\"OpWjMq\":\"All Occurrences\",\"Sxm1lO\":\"Všetky stavy\",\"dr7CWq\":\"Všetky nadchádzajúce udalosti\",\"UBpkWM\":\"Všetci používatelia\",\"GpT6Uf\":\"Umožniť účastníkom aktualizovať informácie o lístku (meno, e-mail) cez bezpečný odkaz zaslaný s potvrdením objednávky.\",\"VZdky1\":\"Povoliť kupujúcim skopírovať svoje údaje všetkým účastníkom\",\"F3mW5G\":\"Umožniť zákazníkom pripojiť sa na čakaciu listinu, keď je tento produkt vypredaný\",\"4CMO/q\":\"Umožniť zákazníkom pripojiť sa na čakaciu listinu, keď je tento produkt vypredaný. Zákazníci sa pripájajú na čakaciu listinu pre konkrétny dátum.\",\"c4uJfc\":\"Takmer hotovo! Čakáme na spracovanie vašej platby. Malo by to trvať len niekoľko sekúnd.\",\"ocS8eq\":[\"Už máte účet? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Already in\",\"/H326L\":\"Už vrátené\",\"USEpOK\":\"Already use Stripe on another organizer? Reuse that connection.\",\"RtxQTF\":\"Tiež zrušiť túto objednávku\",\"jkNgQR\":\"Tiež vrátiť platbu za túto objednávku\",\"xYqsHg\":\"Vždy dostupné\",\"rrepBD\":\"Always on sale\",\"Wvrz79\":\"Zaplatená suma\",\"Zkymb9\":\"E-mail na priradenie k tomuto partnerovi. Partner nebude upozornený.\",\"vRznIT\":\"Pri kontrole stavu exportu nastala chyba.\",\"OPFdAM\":\"Voliteľný popis tejto kategórie, ktorý sa zobrazí na stránke podujatia.\",\"eusccx\":\"Voliteľná správa na zobrazenie na zvýraznenom produkte, napr. \\\"Rýchlo sa predáva 🔥\\\" alebo \\\"Najlepšia hodnota\\\"\",\"HZFm5R\":\"a\",\"l3LBtZ\":\"Obsah oznámenia\",\"Th00L9\":\"Oznámenie vytvorené\",\"p/XJYI\":\"Oznámenie odstránené\",\"08iV57\":\"Názov oznámenia\",\"qLqgre\":\"Oznámenie aktualizované\",\"Dzr23X\":\"Oznámenia\",\"asqL+J\":\"Anonymizovať\",\"QNrkms\":\"Odpoveď bola úspešne aktualizovaná.\",\"+qygei\":\"Answers\",\"GK7Lnt\":\"Answers provided at checkout (e.g. meal choice)\",\"lE8PgT\":\"Any dates you've manually customized will be kept.\",\"jVoYha\":[\"použitý — zľava \",[\"0\"],\" na vašu objednávku\"],\"vP3Nzg\":[\"Applies to \",[\"0\"],\", non-cancelled dates currently loaded on this page.\"],\"kkVyZZ\":\"Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything.\",\"je4muG\":[\"Applies to every \",[\"0\"],\", non-cancelled date in this event — including dates not currently loaded.\"],\"YIIQtt\":\"Apply Changes\",\"NzWX1Y\":\"Apply to\",\"Ps5oDT\":\"Apply to all tickets\",\"261RBr\":\"Schváliť správu\",\"naCW6Z\":\"April\",\"B495Gs\":\"Archivovať\",\"5sNliy\":\"Archivovať udalosť\",\"BrwnrJ\":\"Archivovať organizátora\",\"E5eghW\":\"Archivujte túto udalosť, aby bola skrytá pred verejnosťou. Neskôr ju môžete obnoviť.\",\"eqFkeI\":\"Archivujte tohto organizátora. Tým sa archivujú aj všetky udalosti patriace tomuto organizátorovi.\",\"BzcxWv\":\"Archivovaní organizátori\",\"9cQBd6\":\"Naozaj chcete archivovať túto udalosť? Nebude už verejne viditeľná.\",\"Trnl3E\":\"Naozaj chcete archivovať tohto organizátora? Archivujú sa aj všetky udalosti patriace tomuto organizátorovi.\",\"wOvn+e\":[\"Are you sure you want to cancel \",[\"count\"],\" date(s)? Affected attendees will be notified by email.\"],\"GTxE0U\":\"Are you sure you want to cancel this date? Affected attendees will be notified by email.\",\"VkSk/i\":\"Naozaj chcete zrušiť túto naplánovanú správu?\",\"0aVEBY\":\"Naozaj chcete odstrániť všetky neúspešné úlohy?\",\"LchiNd\":\"Naozaj chcete odstrániť tohto partnera? Túto akciu nie je možné vrátiť späť.\",\"U49Xd6\":\"Naozaj chcete odstrániť toto oznámenie? Používatelia ho už neuvidia.\",\"vPeW/6\":\"Naozaj chcete odstrániť túto konfiguráciu? Môže to ovplyvniť účty, ktoré ju používajú.\",\"h42Hc/\":\"Are you sure you want to delete this date? This action cannot be undone.\",\"RiF/yT\":\"Are you sure you want to delete this image?\",\"b3+Qku\":\"Are you sure you want to delete this tax or fee? It will no longer be applied to new orders.\",\"JmVITJ\":\"Naozaj chcete odstrániť túto šablónu? Túto akciu nie je možné vrátiť späť a e-maily sa vrátia k predvolenej šablóne.\",\"aLS+A6\":\"Naozaj chcete odstrániť túto šablónu? Túto akciu nie je možné vrátiť späť a e-maily sa vrátia k šablóne organizátora alebo predvolenej šablóne.\",\"5H3Z78\":\"Naozaj chcete odstrániť tento webhook?\",\"147G4h\":\"Naozaj chcete odísť?\",\"VDWChT\":\"Naozaj chcete nastaviť tohto organizátora ako koncept? Stránka organizátora bude skrytá pred verejnosťou.\",\"pWtQJM\":\"Naozaj chcete zverejniť tohto organizátora? Stránka organizátora bude viditeľná pre verejnosť.\",\"EOqL/A\":\"Naozaj chcete ponúknuť miesto tejto osobe? Dostane e-mailovú notifikáciu.\",\"yAXqWW\":\"Are you sure you want to permanently delete this date? This cannot be undone.\",\"WFHOlF\":\"Naozaj chcete zverejniť túto udalosť? Po zverejnení bude viditeľná pre verejnosť.\",\"4TNVdy\":\"Naozaj chcete zverejniť profil tohto organizátora? Po zverejnení bude viditeľný pre verejnosť.\",\"8x0pUg\":\"Naozaj chcete odstrániť tento záznam zo zoznamu čakateľov?\",\"cDtoWq\":[\"Naozaj chcete znovu odoslať potvrdenie objednávky na adresu \",[\"0\"],\"?\"],\"xeIaKw\":[\"Naozaj chcete znovu odoslať lístok na adresu \",[\"0\"],\"?\"],\"BjbocR\":\"Naozaj chcete obnoviť túto udalosť?\",\"7MjfcR\":\"Naozaj chcete obnoviť tohto organizátora?\",\"b7tkGp\":\"Are you sure you want to revoke this invitation?\",\"ExDt3P\":\"Naozaj chcete zrušiť zverejnenie tejto udalosti? Nebude už verejne viditeľná.\",\"5Qmxo/\":\"Naozaj chcete zrušiť zverejnenie profilu tohto organizátora? Nebude už verejne viditeľný.\",\"Uqefyd\":\"Ste registrovaný pre DPH v EÚ?\",\"+QARA4\":\"Umenie\",\"tLf3yJ\":\"Keďže vaša firma sídli v Írsku, na všetky poplatky platformy sa automaticky uplatňuje írska DPH vo výške 23 %.\",\"tMeVa/\":\"Požiadať o meno a e-mail pre každý zakúpený lístok\",\"ui5ln+\":\"Assign a different plan\",\"9Jxliv\":\"Assign plan\",\"xdiER7\":\"Priradená úroveň\",\"F2rX0R\":\"Musí byť vybraný aspoň jeden typ udalosti\",\"Z44eZS\":\"At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead.\",\"BCmibk\":\"Pokusy\",\"6PecK3\":\"Miera účasti a odbavenia naprieč všetkými udalosťami\",\"K2tp3v\":\"attendee\",\"AJ4rvK\":\"Účastník zrušený\",\"qvylEK\":\"Účastník vytvorený\",\"Aspq3b\":\"Zber údajov o účastníkoch\",\"fpb0rX\":\"Údaje účastníka skopírované z objednávky\",\"94aQMU\":\"Informácie o účastníkovi\",\"KkrBiR\":\"Zber informácií o účastníkoch\",\"sjPjOg\":\"Attendee notes\",\"cosfD8\":\"Stav účastníka\",\"D2qlBU\":\"Účastník aktualizovaný\",\"22BOve\":\"Účastník bol úspešne aktualizovaný\",\"x8Vnvf\":\"Lístok účastníka nie je zahrnutý v tomto zozname\",\"/Ywywr\":\"attendees\",\"zLRobu\":\"attendees checked in\",\"k3Tngl\":\"Účastníci exportovaní\",\"UoIRW8\":\"Registrovaní účastníci\",\"5UbY+B\":\"Účastníci s konkrétnym lístkom\",\"4HVzhV\":\"Účastníci:\",\"HVkhy2\":\"Analytika priradenia\",\"dMMjeD\":\"Rozklad priradenia\",\"1oPDuj\":\"Hodnota priradenia\",\"cHfbVT\":\"Publikum\",\"DBHTm/\":\"August\",\"JgREph\":\"Automatická ponuka je povolená\",\"V7Tejz\":\"Automatické spracovanie zoznamu čakateľov\",\"PZ7FTW\":\"Automaticky zistené na základe farby pozadia, ale môže byť prepísané\",\"zlnTuI\":\"Automaticky ponúkať lístky ďalšej osobe, keď sa uvoľní kapacita. Ak je zakázané, môžete manuálne spracovať zoznam čakateľov na stránke Zoznam čakateľov.\",\"csDS2L\":\"Dostupné\",\"Xp+ywP\":\"K dispozícii po dokončení platby\",\"dwDH1K\":[\"Available times on \",[\"dayName\"]],\"clF06r\":\"Dostupné na vrátenie\",\"NB5+UG\":\"Dostupné tokeny\",\"L+wGOG\":\"Awaiting\",\"qcw2OD\":\"Awaiting pay\",\"kNmmvE\":\"Awesome Events Ltd.\",\"TeSaQO\":\"Späť na účty\",\"kYqM1A\":\"Späť na udalosť\",\"s5QRF3\":\"Späť na správy\",\"td/bh+\":\"Späť na správy\",\"nsm7BA\":\"Späť na vyhľadávanie\",\"imjKVx\":\"Bank account connected\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"Obsah bannera môže mať najviac 200 znakov\",\"p2OLF3\":\"Základná cena\",\"D9LTCH\":\"Base Price\",\"hviJef\":\"Based on the global sale period above, not per date\",\"jIPNJG\":\"Základné informácie\",\"lINGcL\":\"Keďže tento účet má dokončené objednávky, záznamy o transakciách (sumy, dátumy a údaje faktúr) budú uchované v anonymizovanej podobe na právne a daňové účely. Všetky osobné údaje budú natrvalo odstránené.\",\"UabgBd\":\"Telo správy je povinné\",\"HWXuQK\":\"Uložte si túto stránku do záložiek a spravujte svoju objednávku kedykoľvek.\",\"CUKVDt\":\"Prispôsobte svoje lístky vlastným logom, farbami a správou v päte.\",\"4BZj5p\":\"Built-in fraud protection\",\"cr7kGH\":\"Bulk Edit\",\"1Fbd6n\":\"Bulk Edit Dates\",\"Eq6Tu9\":\"Bulk update failed.\",\"9N+p+g\":\"Firma\",\"SWnN1L\":\"Business address\",\"kQekXw\":\"Business name\",\"3W/QV7\":\"Označenie tlačidla\",\"bv6RXK\":\"Popis tlačidla\",\"ChDLlO\":\"Text tlačidla\",\"MOht10\":\"URL tlačidla\",\"BUe8Wj\":\"Platí kupujúci\",\"DkL8mp\":\"Buyers can add these to their order when they select this product at checkout.\",\"qF1qbA\":\"Kupujúci vidia čistú cenu. Poplatok platformy sa odpočíta z vašej výplaty.\",\"dg05rc\":\"Pridaním sledovacích pixelov potvrdzujete, že vy a táto platforma ste spoločnými správcami zhromaždených údajov. Ste zodpovední za zabezpečenie zákonného základu pre toto spracovanie podľa platných zákonov o ochrane súkromia (GDPR, CCPA atď.).\",\"DFqasq\":[\"Pokračovaním súhlasíte s <0>Podmienkami služby \",[\"0\"],\"\"],\"CetOZE\":\"By ticket type\",\"lFdbRS\":\"Obísť poplatky aplikácie\",\"AjVXBS\":\"Calendar\",\"2VLZwd\":\"Tlačidlo výzvy na akciu\",\"rT2cV+\":\"Camera\",\"7hYa9y\":\"Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings.\",\"D02dD9\":\"Kampaň\",\"RRPA79\":\"Can't check in\",\"OcVwAd\":[\"Cancel \",[\"count\"],\" date(s)\"],\"H4nE+E\":\"Zrušiť všetky produkty a uvoľniť ich späť do zásoby\",\"Py78q9\":\"Cancel Date\",\"lUjTpS\":\"Zrušiť vymazanie\",\"5YkF5G\":\"Zrušiť žiadosť o vymazanie\",\"tOXAdc\":\"Zrušením sa zrušia všetci účastníci spojení s touto objednávkou a lístky sa vrátia do dostupnej zásoby.\",\"FPpqc7\":[\"Cancelling \",[\"0\"],\" date(s). This may take a moment to complete.\"],\"01sEfm\":\"Nie je možné odstrániť predvolenú konfiguráciu systému\",\"VsM1HH\":\"Priradenia kapacity\",\"9bIMVF\":\"Capacity management\",\"H7K8og\":\"Capacity must be 0 or greater\",\"nzao08\":\"capacity updates\",\"4cp9NP\":\"Capacity Used\",\"K7tIrx\":\"Kategória\",\"DRK3Bq\":\"Category deleted successfully\",\"o+XJ9D\":\"Zmeniť\",\"kJkjoB\":\"Change duration\",\"J0KExZ\":\"Change the attendee limit\",\"ssospy\":\"Change time\",\"CIHJJf\":\"Zmeniť nastavenia zoznamu čakateľov\",\"B5icLR\":[\"Changed duration for \",[\"count\"],\" date(s)\"],\"Kb+0BT\":\"Charges\",\"2tbLdK\":\"Charitatívna organizácia\",\"BPWGKn\":\"Check in\",\"6uFFoY\":\"Check out\",\"FjAlwK\":[\"Check out this event: \",[\"0\"]],\"v4fiSg\":\"Skontrolujte svoj e-mail\",\"51AsAN\":\"Skontrolujte doručenú poštu! Ak sú s týmto e-mailom spojené lístky, dostanete odkaz na ich zobrazenie.\",\"Y3FYXy\":\"Check-In\",\"udRwQs\":\"Odbavenie vytvorené\",\"F4SRy3\":\"Odbavenie odstránené\",\"as6XfO\":[\"Check-in for \",[\"0\"],\" was undone\"],\"9s/wrQ\":\"Check-in history\",\"Wwztk4\":\"Check-In List\",\"9gPPUY\":\"Zoznam odbavení vytvorený\",\"dwjiJt\":\"Check-in list info\",\"7od0PV\":\"check-in lists\",\"f2vU9t\":\"Zoznamy odbavení\",\"XprdTn\":\"Check-in navigation\",\"5tV1in\":\"Check-in progress\",\"SHJwyq\":\"Miera odbavenia\",\"qCqdg6\":\"Stav odbavenia\",\"cKj6OE\":\"Súhrn odbavení\",\"7B5M35\":\"Odbavenia\",\"VrmydS\":\"Checked in\",\"DM4gBB\":\"Čínština (tradičná)\",\"p8Jvp4\":\"Choose a configuration\",\"ElShBO\":\"Choose a different action\",\"pHEhf+\":\"Vyberte písmo, ktoré zodpovedá vašej značke. Písma sú hosťované cez Bunny Fonts.\",\"Zok1Gx\":\"Choose an organizer\",\"pkk46Q\":\"Vyberte organizátora\",\"Ag32+c\":\"Choose another date\",\"Crr3pG\":\"Vyberte kalendár\",\"Z38ZJu\":\"Vyberte, ako sa dátum podujatia zobrazí na vstupenke\",\"LAW8Vb\":\"Vyberte predvolené nastavenie pre nové udalosti. Toto môže byť prepísané pre jednotlivé udalosti.\",\"pjp2n5\":\"Vyberte, kto platí poplatok platformy. Toto neovplyvňuje ďalšie poplatky nakonfigurované v nastaveniach vášho účtu.\",\"xCJdfg\":\"Clear\",\"QyOWu9\":\"Clear location — fall back to the event default\",\"V8yTm6\":\"Clear search\",\"kmnKnX\":\"Clearing removes any per-date override. Affected dates will fall back to the event's default location.\",\"/o+aQX\":\"Click to cancel\",\"gD7WGV\":\"Click to reopen for new sales\",\"CySr+W\":\"Kliknite na zobrazenie poznámok\",\"RG3szS\":\"zavrieť\",\"RWw9Lg\":\"Zavrieť modálne okno\",\"XwdMMg\":\"Kód môže obsahovať iba písmená, číslice, pomlčky a podčiarkovníky\",\"+yMJb7\":\"Kód je povinný\",\"m9SD3V\":\"Kód musí mať aspoň 3 znaky\",\"V1krgP\":\"Kód nesmie mať viac ako 20 znakov\",\"psqIm5\":\"Spolupracujte so svojím tímom na vytváraní skvelých udalostí.\",\"4bUH9i\":\"Zbierať údaje účastníka pre každý zakúpený lístok.\",\"TkfG8v\":\"Zbierať údaje na objednávku\",\"96ryID\":\"Zbierať údaje na lístok\",\"FpsvqB\":\"Farebný režim\",\"jEu4bB\":\"Stĺpce\",\"CWk59I\":\"Komédia\",\"rPA+Gc\":\"Preferencie komunikácie\",\"zFT5rr\":\"complete\",\"bUQMpb\":\"Complete Stripe setup\",\"744BMm\":\"Dokončite objednávku a zabezpečte si lístky. Táto ponuka je časovo obmedzená, neotáľajte.\",\"5YrKW7\":\"Dokončite platbu a zabezpečte si lístky.\",\"xGU92i\":\"Dokončite svoj profil a pridajte sa k tímu.\",\"QOhkyl\":\"Vytvoriť\",\"ih35UP\":\"Konferenčné centrum\",\"ywFj2D\":\"Configuration\",\"WTw0bB\":\"Configuration assigned\",\"X1zdE7\":\"Konfigurácia bola úspešne vytvorená\",\"mLBUMQ\":\"Konfigurácia bola úspešne odstránená\",\"UIENhw\":\"Názvy konfigurácií sú viditeľné pre koncových používateľov. Pevné poplatky budú prevedené na menu objednávky podľa aktuálneho výmenného kurzu.\",\"eeZdaB\":\"Konfigurácia bola úspešne aktualizovaná\",\"3cKoxx\":\"Konfigurácie\",\"8v2LRU\":\"Nakonfigurujte podrobnosti udalosti, miesto, možnosti pokladne a e-mailové notifikácie.\",\"raw09+\":\"Nakonfigurujte spôsob zberu údajov účastníkov počas pokladne\",\"FI60XC\":\"Nakonfigurujte dane a poplatky\",\"av6ukY\":\"Configure which products are available for this occurrence and optionally adjust pricing.\",\"NGXKG/\":\"Potvrdiť e-mailovú adresu\",\"JRQitQ\":\"Potvrdiť nové heslo\",\"Auz0Mz\":\"Potvrďte svoj e-mail pre prístup ku všetkým funkciám.\",\"7+grte\":\"Potvrdzovací e-mail odoslaný! Skontrolujte svoju doručenú poštu.\",\"n/7+7Q\":\"Potvrdenie odoslané na\",\"x3wVFc\":\"Gratulujeme! Vaša udalosť je teraz viditeľná pre verejnosť.\",\"0W2NQP\":\"Connect bank\",\"/K4Vqr\":\"Pripojte Stripe na prijímanie platieb\",\"nQI4H5\":\"Pripojte Stripe pre úpravu e-mailových šablón\",\"LmvZ+E\":\"Pripojte Stripe pre zasielanie správ\",\"peBIO+\":\"Connect Stripe to receive ticket payments directly to your bank account.\",\"DNeN8t\":\"Connect your bank to receive ticket sales straight to your account\",\"DARj+w\":\"Pripojili ste nesprávny účet Stripe? Odpojte ho a začnite odznova.\",\"X1y8JF\":\"Connection details are required for online dates\",\"fjfBOm\":\"Pre online podujatia sú povinné údaje o pripojení\",\"jfC/xh\":\"Kontakt\",\"LOFgda\":[\"Kontakt \",[\"0\"]],\"41BQ3k\":\"Kontaktný e-mail\",\"4b3oEV\":\"Obsah\",\"13CIgI\":\"Obsah je povinný\",\"m8WD6t\":\"Pokračovať v nastavení\",\"0GwUT4\":\"Pokračovať na pokladňu\",\"sBV87H\":\"Pokračovať k vytvoreniu udalosti\",\"nKtyYu\":\"Pokračovať na ďalší krok\",\"F3/nus\":\"Pokračovať k platbe\",\"s30OcA\":\"Ovládajte, ako sa dátumy a časy zobrazujú na stránke podujatia\",\"p2FRHj\":\"Kontrolovať spôsob spracovania poplatkov platformy pre túto udalosť\",\"NqfabH\":\"Control who gets in for this date\",\"fmYxZx\":\"Control who gets in, and when\",\"1JnTgU\":\"Skopírované zhora\",\"FxVG/l\":\"Skopírované do schránky\",\"PiH3UR\":\"Skopírované!\",\"4i7smN\":\"Copy account ID\",\"uUPbPg\":\"Kopírovať partnerský odkaz\",\"iVm46+\":\"Kopírovať kód\",\"cF2ICc\":\"Kopírovať odkaz pre zákazníka\",\"+2ZJ7N\":\"Kopírovať údaje k prvému účastníkovi\",\"ZN1WLO\":\"Kopírovať e-mail\",\"y1eoq1\":\"Kopírovať odkaz\",\"tUGbi8\":\"Kopírovať moje údaje do:\",\"y22tv0\":\"Skopírujte tento odkaz a zdieľajte ho kdekoľvek\",\"/4gGIX\":\"Kopírovať do schránky\",\"e0f4yB\":\"Miesto sa nepodarilo vymazať\",\"vkiDx2\":\"Could not prepare the bulk update.\",\"KOavaU\":\"Nepodarilo sa získať údaje o adrese\",\"/lq4oO\":\"Could not save date\",\"mHu0az\":\"Couldn't send verification email. Please try again.\",\"QOIm+S\":\"Počty zahŕňajú všetky nadchádzajúce dátumy. Každej osobe je ponúknuté miesto na dátum, na ktorý sa prihlásila.\",\"P0rbCt\":\"Obrázok obalu\",\"p4kqHr\":\"Cover image added\",\"60u+dQ\":\"Obrázok obalu sa zobrazí v hornej časti stránky udalosti\",\"2NLjA6\":\"Obrázok obalu sa zobrazí v hornej časti stránky organizátora\",\"GkrqoY\":\"Covers every ticket\",\"zg4oSu\":[\"Vytvoriť šablónu \",[\"0\"]],\"RKKhnW\":\"Vytvorte vlastný widget na predaj lístkov na vašom webe.\",\"jqhTmw\":\"Create a list for this date\",\"PhioFp\":\"Create a new check-in list for an active session, or contact the organizer if you think this is a mistake.\",\"yIRev4\":\"Vytvoriť heslo\",\"j7xZ7J\":\"Vytvorte ďalších organizátorov na správu samostatných značiek, oddelení alebo sérií udalostí pod jedným účtom. Každý organizátor má vlastné udalosti, nastavenia a verejnú stránku.\",\"xfKgwv\":\"Vytvoriť partnera\",\"GT/OIA\":\"Vytvorte oznámenie a zobrazte správu svojim používateľom.\",\"tudG8q\":\"Vytvorte a nakonfigurujte lístky a tovar na predaj.\",\"Q4VlI/\":\"Vytvoriť oznámenie\",\"YAl9Hg\":\"Vytvoriť konfiguráciu\",\"BTne9e\":\"Vytvorte vlastné e-mailové šablóny pre túto udalosť, ktoré prepíšu predvolené nastavenia organizátora\",\"YIDzi/\":\"Vytvoriť vlastnú šablónu\",\"tsGqx5\":\"Create Date\",\"Nc3l/D\":\"Vytvorte zľavy, prístupové kódy pre skryté lístky a špeciálne ponuky.\",\"PybJS2\":\"Create event\",\"abGAgf\":\"Create more tickets or products to offer them as add-ons\",\"eWEV9G\":\"Vytvoriť nové heslo\",\"utHSNE\":\"Vytvoriť harmonogram\",\"8AiKIu\":\"Vytvoriť lístok alebo produkt\",\"/HGmW9\":\"Vytvorte sledovateľné odkazy na odmeňovanie partnerov, ktorí propagujú vašu udalosť.\",\"dkAPxi\":\"Vytvoriť webhook\",\"5slqwZ\":\"Vytvorte svoju udalosť\",\"JQNMrj\":\"Vytvorte svoju prvú udalosť\",\"CCjxOC\":\"Vytvorte svoju prvú udalosť a začnite predávať lístky a spravovať účastníkov.\",\"ZCSSd+\":\"Vytvorte vlastnú udalosť\",\"qdv10s\":[\"Vytvára sa \",[\"0\"],\" termínov. Môže to chvíľu trvať.\"],\"67NsZP\":\"Vytváranie udalosti...\",\"H34qcM\":\"Vytváranie organizátora...\",\"1YMS+X\":\"Vytváranie vašej udalosti, čakajte prosím\",\"yiy8Jt\":\"Vytváranie profilu organizátora, čakajte prosím\",\"lfLHNz\":\"Popis CTA je povinný\",\"0xLR6W\":\"Currently assigned\",\"iTvh6I\":\"Momentálne dostupné na nákup\",\"A42Dqn\":\"Custom branding\",\"Guo0lU\":\"Vlastný dátum a čas\",\"WDMdn8\":\"Custom questions\",\"O6mra8\":\"Vlastné otázky\",\"axv/Mi\":\"Vlastná šablóna\",\"2YeVGY\":\"Odkaz pre zákazníka skopírovaný do schránky\",\"QMHSMS\":\"Zákazník dostane e-mail potvrdzujúci vrátenie platby\",\"NihQNk\":\"Zákazníci\",\"hINN++\":\"Customize page\",\"7gsjkI\":\"Prispôsobte e-maily odosielané zákazníkom pomocou Liquid šablonovania. Tieto šablóny budú použité ako predvolené pre všetky udalosti vo vašej organizácii.\",\"xJaTUK\":\"Prispôsobte rozloženie, farby a značku domovskej stránky udalosti.\",\"MXZfGN\":\"Prispôsobte otázky kladené počas pokladne na zber dôležitých informácií od účastníkov.\",\"iX6SLo\":\"Prispôsobte text zobrazený na tlačidle Pokračovať\",\"R8H7yL\":\"Prispôsobte text plávajúceho tlačidla, ktoré posunie na sekciu lístkov\",\"pxNIxa\":\"Prispôsobte svoju e-mailovú šablónu pomocou Liquid šablonovania\",\"3trPKm\":\"Prispôsobte vzhľad stránky organizátora\",\"U0sC6H\":\"Daily\",\"/gWrVZ\":\"Denné príjmy, dane, poplatky a vrátenia naprieč všetkými udalosťami\",\"zgCHnE\":\"Denná správa o predajoch\",\"nHm0AI\":\"Denný rozklad predajov, daní a poplatkov\",\"1aPnDT\":\"Dance\",\"pvnfJD\":\"Tmavý\",\"MaB9wW\":\"Date Cancellation\",\"e6cAxJ\":\"Date cancelled\",\"81jBnC\":\"Date cancelled successfully\",\"a/C/6R\":\"Date created successfully\",\"IW7Q+u\":\"Date deleted\",\"rngCAz\":\"Date deleted successfully\",\"vHbfoQ\":\"Date reactivated\",\"hvah+S\":\"Date reopened for new sales\",\"Ez0YsD\":\"Date updated successfully\",\"JxwIlL\":\"termínov\",\"Te33mU\":\"Dates are managed per occurrence\",\"91zCxb\":\"Dates with sessions\",\"/ITcnz\":\"day\",\"H7OUPr\":\"Day\",\"JtHrX9\":\"Day of Month\",\"J/Upwb\":\"days\",\"V3VGYb\":\"Dni v mesiaci\",\"r6zgGo\":\"December\",\"jbq7j2\":\"Odmietnuť\",\"WGD1Al\":\"Znížiť\",\"gJY4YL\":\"Znížiť množstvo\",\"ovBPCi\":\"Predvolené\",\"JtI4vj\":\"Predvolený zber informácií o účastníkoch\",\"ULjv90\":\"Default capacity per date\",\"3R/Tu2\":\"Predvolené spracovanie poplatkov\",\"1bZAZA\":\"Bude použitá predvolená šablóna\",\"3Biswm\":\"Defaults\",\"HNlEFZ\":\"odstrániť\",\"KpnwJK\":[\"Vymazať \\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Delete \",[\"count\"],\" selected date(s)? Dates with orders will be skipped. This cannot be undone.\"],\"ZDGm40\":\"Vymazať účet\",\"vu7gDm\":\"Odstrániť partnera\",\"KZN4Lc\":\"Odstrániť všetko\",\"6EkaOO\":\"Delete Date\",\"io0G93\":\"Odstrániť udalosť\",\"+jw/c1\":\"Odstrániť obrázok\",\"hdyeZ0\":\"Odstrániť úlohu\",\"xxjZeP\":\"Vymazať miesto\",\"sY3tIw\":\"Odstrániť organizátora\",\"UBv8UK\":\"Delete Permanently\",\"dPyJ15\":\"Odstrániť šablónu\",\"IQTR34\":\"Delete this category? Any products in it will also be deleted. This cannot be undone.\",\"/1wMxk\":\"Delete this product? This cannot be undone.\",\"mxsm1o\":\"Odstrániť túto otázku? Túto akciu nie je možné vrátiť späť.\",\"snMaH4\":\"Odstrániť webhook\",\"LIZZLY\":[\"Deleted \",[\"0\"],\" date(s)\"],\"loLVyU\":\"Vymazaný účet\",\"IlUuGb\":\"Vymazanie účtu ho okamžite deaktivuje: všetky zverejnené podujatia budú stiahnuté a prístup bude zablokovaný. Po 30-dňovej ochrannej lehote sa vymazanie stane trvalým. Počas týchto 30 dní môžete kedykoľvek zrušiť.\",\"nMdIuB\":\"Vymazanie zaradené na vykonanie\",\"/U002t\":\"Žiadosť o vymazanie zrušená\",\"PBA62s\":\"Žiadosti o vymazanie\",\"7w0Wev\":\"Description and venue added\",\"vYgeDk\":\"Zrušiť výber všetkého\",\"NvuEhl\":\"Dizajnové prvky\",\"H8kMHT\":\"Nedostali ste kód?\",\"G8KNgd\":\"Different location\",\"E/QGRL\":\"Disabled\",\"bzSI52\":\"Discard\",\"0EcUWz\":\"Discard changes?\",\"+K0AvT\":\"Odpojiť\",\"cALvbl\":\"Odpojiť účet Stripe\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Zavrieť oznámenie\",\"nZJ8tu\":\"Dismiss setup checklist\",\"QotGhf\":\"Zamietnuť túto správu\",\"J6hrEy\":\"Zavreté\",\"BREO0S\":\"Zobraziť zaškrtávacie políčko umožňujúce zákazníkom prihlásiť sa na marketingové komunikácie od tohto organizátora udalosti.\",\"HtaSQp\":\"Zobrazuje, koľko miest zostáva na jednotlivé dátumy vo widgete vstupeniek. Pre jednotlivé dátumy to môžete prepísať.\",\"pfa8F0\":\"Zobrazovaný názov\",\"Kdpf90\":\"Nezabudnite!\",\"352VU2\":\"Nemáte účet? <0>Zaregistrujte sa\",\"AXXqG+\":\"Dar\",\"DPfwMq\":\"Hotovo\",\"JoPiZ2\":\"Door staff instructions\",\"2+O9st\":\"Stiahnuť správy o predajoch, účastníkoch a financiách pre všetky dokončené objednávky.\",\"eneWvv\":\"Koncept\",\"Ts8hhq\":\"Kvôli vysokému riziku spamu musíte pripojiť účet Stripe pred úpravou e-mailových šablón. Je to na zabezpečenie, že všetci organizátori udalostí sú overení a zodpovední.\",\"TnzbL+\":\"Kvôli vysokému riziku spamu musíte pripojiť účet Stripe pred odosielaním správ účastníkom.\\nJe to na zabezpečenie, že všetci organizátori udalostí sú overení a zodpovední.\",\"euc6Ns\":\"Duplikovať\",\"YueC+F\":\"Duplicate Date\",\"KRmTkx\":\"Duplikovať produkt\",\"Jd3ymG\":\"Duration must be at least 1 minute.\",\"KIjvtr\":\"Holandčina\",\"22xieU\":\"napr. 180 (3 hodiny)\",\"MCx4ov\":\"napr. Zistiť viac\",\"/zajIE\":\"e.g. Morning Session\",\"XDHATF\":\"napr. Nová funkcia: čakacie listiny\",\"tAtvUj\":\"napr. Plánovaná údržba túto sobotu od 2:00 do 4:00 UTC\",\"SPKbfM\":\"napr. Získať lístky, Zaregistrovať sa\",\"fc7wGW\":\"napr. Dôležitá aktualizácia o vašich lístkoch\",\"54MPqC\":\"napr. Štandard, Prémiový, Enterprise\",\"3RQ81z\":\"Každá osoba dostane e-mail s rezervovaným miestom na dokončenie nákupu.\",\"Xfsjel\":\"Každý produkt\",\"5oD9f/\":\"Earlier\",\"LTzmgK\":[\"Upraviť šablónu \",[\"0\"]],\"v4+lcZ\":\"Upraviť partnera\",\"ndNHsK\":\"Upraviť oznámenie\",\"2iZEz7\":\"Upraviť odpoveď\",\"t2bbp8\":\"Upraviť účastníka\",\"etaWtB\":\"Upraviť údaje účastníka\",\"+guao5\":\"Upraviť konfiguráciu\",\"1Mp/A4\":\"Edit Date\",\"m0ZqOT\":\"Upraviť miesto\",\"8oivFT\":\"Upraviť miesto\",\"vRWOrM\":\"Upraviť podrobnosti objednávky\",\"pHm0k9\":\"Upraviť harmonogram\",\"fW5sSv\":\"Upraviť webhook\",\"nP7CdQ\":\"Upraviť webhook\",\"MRZxAn\":\"Edited\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Vzdelávanie\",\"iiWXDL\":\"Zlyhania oprávnenosti\",\"zPiC+q\":\"Oprávnené zoznamy odbavení\",\"SiVstt\":\"Email & scheduled messages\",\"V2sk3H\":\"E-mail a šablóny\",\"hbwCKE\":\"E-mailová adresa skopírovaná do schránky\",\"dSyJj6\":\"E-mailové adresy sa nezhodujú\",\"elW7Tn\":\"Telo e-mailu\",\"ZsZeV2\":\"E-mail je povinný\",\"Be4gD+\":\"Náhľad e-mailu\",\"6IwNUc\":\"E-mailové šablóny\",\"H/UMUG\":\"Vyžaduje sa overenie e-mailu\",\"PLEl94\":\"Email verified\",\"L86zy2\":\"E-mail bol úspešne overený!\",\"FSN4TS\":\"Vložiť widget\",\"z9NkYY\":\"Embeddable widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Pre modálne okná je potrebné emoji\",\"Qj0GKe\":\"Povoliť samoobsluhu účastníka\",\"hEtQsg\":\"Predvolene povoliť samoobsluhu účastníka\",\"Upeg/u\":\"Povoliť túto šablónu na odosielanie e-mailov\",\"7dSOhU\":\"Povoliť zoznam čakateľov\",\"RxzN1M\":\"Povolené\",\"sGjBEq\":\"Dátum a čas ukončenia (voliteľné)\",\"PKXt9R\":\"Dátum ukončenia musí byť po dátume začiatku\",\"vTL8gi\":\"Čas konca\",\"48Y16Q\":\"Čas ukončenia (voliteľné)\",\"TbaYrr\":[\"Ended \",[\"0\"]],\"CFgwiw\":[\"Ends \",[\"0\"]],\"SqOIQU\":\"Enter a capacity value or choose unlimited.\",\"h37gRz\":\"Enter a label or choose to remove it.\",\"7YZofi\":\"Zadajte predmet a telo pre zobrazenie náhľadu\",\"khyScF\":\"Enter a time to shift by.\",\"SKx/0u\":\"Zadajte názov miesta alebo adresu\",\"ppwojw\":\"Pre prezenčné podujatia zadajte názov miesta alebo adresu\",\"j+eCIq\":\"Zadať adresu manuálne\",\"3bR1r4\":\"Zadajte e-mail partnera (voliteľné)\",\"ARkzso\":\"Zadajte meno partnera\",\"ej4L8b\":\"Enter capacity\",\"6KnyG0\":\"Zadajte e-mail\",\"INDKM9\":\"Zadajte predmet e-mailu...\",\"xUgUTh\":\"Zadajte meno\",\"9/1YKL\":\"Zadajte priezvisko\",\"VpwcSk\":\"Zadajte nové heslo\",\"kWg31j\":\"Zadajte jedinečný partnerský kód\",\"C3nD/1\":\"Zadajte svoj e-mail\",\"VmXiz4\":\"Zadajte svoj e-mail a pošleme vám pokyny na obnovenie hesla.\",\"n9V+ps\":\"Zadajte svoje meno\",\"IdULhL\":\"Zadajte číslo DPH vrátane kódu krajiny, bez medzier (napr. IE1234567A, DE123456789)\",\"RRlWVA\":\"Celá objednávka\",\"o21Y+P\":\"entries\",\"X88/6w\":\"Záznamy sa zobrazia tu, keď sa zákazníci pridajú do zoznamu čakateľov pre vypredané produkty.\",\"LslKhj\":\"Chyba pri načítaní protokolov\",\"BkEWfd\":\"Esc to close\",\"VCNHvW\":\"Udalosť archivovaná\",\"ZD0XSb\":\"Udalosť bola úspešne archivovaná\",\"WgD6rb\":\"Kategória udalosti\",\"b46pt5\":\"Obrázok obalu udalosti\",\"NAUIJ7\":\"Event created\",\"1b77ID\":\"Udalosť vytvorená\",\"1Hzev4\":\"Vlastná šablóna udalosti\",\"+v+GW0\":\"Zobrazenie dátumu podujatia\",\"7u9/DO\":\"Udalosť bola úspešne odstránená\",\"imgKgl\":\"Popis udalosti\",\"IzR/Fc\":\"Event lifetime\",\"PYs3rP\":\"Názov udalosti\",\"HhwcTQ\":\"Názov udalosti\",\"WZZzB6\":\"Názov udalosti je povinný\",\"Wd5CDM\":\"Názov udalosti by mal mať menej ako 150 znakov\",\"4JzCvP\":\"Udalosť nie je dostupná\",\"mImacG\":\"Stránka udalosti\",\"Hk9Ki/\":\"Udalosť bola úspešne obnovená\",\"JyD0LH\":\"Nastavenia udalosti\",\"XVLu2v\":\"Názov udalosti\",\"OfmsI9\":\"Udalosť je príliš nová\",\"4SILkp\":\"Event totals\",\"YDVUVl\":\"Typy udalostí\",\"+HeiVx\":\"Udalosť aktualizovaná\",\"19j6uh\":\"Výkonnosť udalostí\",\"PC3/fk\":\"Udalosti začínajúce v nasledujúcich 24 hodinách\",\"CRsuq4\":\"Každé\",\"nwiZdc\":[\"Every \",[\"0\"]],\"B2jjf8\":[\"Every \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Every \",[\"0\"],\" days\"],\"yLiYx+\":[\"Every \",[\"0\"],\" months\"],\"nn9ice\":[\"Every \",[\"0\"],\" weeks\"],\"Cdr8f9\":[\"Every \",[\"0\"],\" weeks on \",[\"1\"]],\"GVEHRk\":[\"Every \",[\"0\"],\" years\"],\"XlRpgq\":[\"Každý \",[\"cadenceUnit\"]],\"fTFfOK\":\"Každá e-mailová šablóna musí obsahovať tlačidlo výzvy na akciu odkazujúce na príslušnú stránku\",\"hHTPiT\":\"Everything else — tap to edit\",\"BVinvJ\":\"Príklady: \\\"Ako ste sa o nás dozvedeli?\\\", \\\"Názov firmy pre faktúru\\\"\",\"2hGPQG\":\"Príklady: \\\"Veľkosť trička\\\", \\\"Preferencia jedla\\\", \\\"Pracovná pozícia\\\"\",\"qNuTh3\":\"Výnimka\",\"aW/bzJ\":\"Vykonať vymazanie\",\"CtAcQ7\":\"Vykonať vymazanie teraz\",\"xj4fwT\":\"Vykonať teraz\",\"M1RnFv\":\"Vypršané\",\"kF8HQ7\":\"Exportovať odpovede\",\"2KAI4N\":\"Exportovať CSV\",\"JKfSAv\":\"Export zlyhal. Skúste to znovu.\",\"SVOEsu\":\"Export spustený. Pripravuje sa súbor...\",\"wuyaZh\":\"Export úspešný\",\"9bpUSo\":\"Exportovanie partnerov\",\"jtrqH9\":\"Exportovanie účastníkov\",\"R4Oqr8\":\"Export dokončený. Sťahovanie súboru...\",\"UlAK8E\":\"Exportovanie objednávok\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Neúspešné\",\"8uOlgz\":\"Zlyhalo o\",\"tKcbYd\":\"Neúspešné úlohy\",\"SsI9v/\":\"Nepodarilo sa opustiť objednávku. Skúste to znovu.\",\"LdPKPR\":\"Nepodarilo sa priradiť konfiguráciu\",\"PO0cfn\":\"Failed to cancel date\",\"YUX+f+\":\"Failed to cancel dates\",\"SIHgVQ\":\"Nepodarilo sa zrušiť správu\",\"cEFg3R\":\"Nepodarilo sa vytvoriť partnera\",\"dVgNF1\":\"Nepodarilo sa vytvoriť konfiguráciu\",\"fAoRRJ\":\"Failed to create schedule\",\"4yLYTb\":\"Nepodarilo sa vytvoriť harmonogram. Skúste to znova.\",\"U66oUa\":\"Nepodarilo sa vytvoriť šablónu\",\"+RTkEY\":\"Oznámenie sa nepodarilo odstrániť\",\"aFk48v\":\"Nepodarilo sa odstrániť konfiguráciu\",\"n1CYMH\":\"Failed to delete date\",\"KXv+Qn\":\"Failed to delete date. It may have existing orders.\",\"JJ0uRo\":\"Failed to delete dates\",\"rgoBnv\":\"Nepodarilo sa odstrániť udalosť\",\"Zw6LWb\":\"Nepodarilo sa odstrániť úlohu\",\"tq0abZ\":\"Nepodarilo sa odstrániť úlohy\",\"2mkc3c\":\"Nepodarilo sa odstrániť organizátora\",\"5E23qd\":\"Failed to delete product. Please try again.\",\"vKMKnu\":\"Nepodarilo sa odstrániť otázku\",\"xFj7Yj\":\"Nepodarilo sa odstrániť šablónu\",\"jo3Gm6\":\"Nepodarilo sa exportovať partnerov\",\"Jjw03p\":\"Nepodarilo sa exportovať účastníkov\",\"ZPwFnN\":\"Nepodarilo sa exportovať objednávky\",\"zGE3CH\":\"Nepodarilo sa exportovať správu. Skúste to znovu.\",\"lS9/aZ\":\"Nepodarilo sa načítať príjemcov\",\"X4o0MX\":\"Nepodarilo sa načítať webhook\",\"ETcU7q\":\"Nepodarilo sa ponúknuť miesto\",\"5670b9\":\"Nepodarilo sa ponúknuť lístky\",\"e5KIbI\":\"Failed to reactivate date\",\"7zyx8a\":\"Nepodarilo sa odstrániť zo zoznamu čakateľov\",\"A/P7PX\":\"Failed to remove override\",\"ogWc1z\":\"Failed to reopen date\",\"0+iwE5\":\"Nepodarilo sa preusporiadať otázky\",\"EJPAcd\":\"Nepodarilo sa znovu odoslať potvrdenie objednávky\",\"DjSbj3\":\"Nepodarilo sa znovu odoslať lístok\",\"YQ3QSS\":\"Nepodarilo sa znovu odoslať overovací kód\",\"wDioLj\":\"Nepodarilo sa zopakovať úlohu\",\"DKYTWG\":\"Nepodarilo sa zopakovať úlohy\",\"WRREqF\":\"Failed to save override\",\"sj/eZA\":\"Failed to save price override\",\"780n8A\":\"Failed to save product settings\",\"zTkTF3\":\"Nepodarilo sa uložiť šablónu\",\"l6acRV\":\"Nepodarilo sa uložiť nastavenia DPH. Skúste to znovu.\",\"T6B2gk\":\"Nepodarilo sa odoslať správu. Skúste to znovu.\",\"lKh069\":\"Nepodarilo sa spustiť úlohu exportu\",\"t/KVOk\":\"Nepodarilo sa spustiť zosobnenie. Skúste to znovu.\",\"QXgjH0\":\"Nepodarilo sa zastaviť zosobnenie. Skúste to znovu.\",\"i0QKrm\":\"Nepodarilo sa aktualizovať partnera\",\"NNc33d\":\"Nepodarilo sa aktualizovať odpoveď.\",\"E9jY+o\":\"Nepodarilo sa aktualizovať účastníka\",\"uQynyf\":\"Nepodarilo sa aktualizovať konfiguráciu\",\"i2PFQJ\":\"Nepodarilo sa aktualizovať stav udalosti\",\"EhlbcI\":\"Nepodarilo sa aktualizovať úroveň správ\",\"rpGMzC\":\"Nepodarilo sa aktualizovať objednávku\",\"T2aCOV\":\"Nepodarilo sa aktualizovať stav organizátora\",\"Eeo/Gy\":\"Nepodarilo sa aktualizovať nastavenie\",\"kqA9lY\":\"Nepodarilo sa aktualizovať nastavenia DPH\",\"nkNfWu\":\"Nepodarilo sa nahrať obrázok. Skúste to znovu.\",\"rxy0tG\":\"Nepodarilo sa overiť e-mail\",\"QRUpCk\":\"Family\",\"5LO38w\":\"Fast payouts to your bank\",\"4lgLew\":\"February\",\"9bHCo2\":\"Mena poplatku\",\"/sV91a\":\"Spracovanie poplatkov\",\"K4dKSP\":\"Fee override saved\",\"LyUWXA\":\"Poplatky obídené\",\"cf35MA\":\"Festival\",\"pAey+4\":\"Súbor je príliš veľký. Maximálna veľkosť je 5 MB.\",\"VejKUM\":\"Najprv vyplňte svoje údaje vyššie\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filter attendees\",\"8OvVZZ\":\"Filtrovať účastníkov\",\"N/H3++\":\"Filter by date\",\"mvrlBO\":\"Filtrovať podľa udalosti\",\"g+xRXP\":\"Finish setting up Stripe\",\"LHH461\":\"Finish setup\",\"syyeb9\":\"First\",\"Vj6wk9\":\"First 30 days\",\"/bpZYb\":\"First 7 days\",\"ziEnjY\":\"First 90 days\",\"1vBhpG\":\"Prvý účastník\",\"4pwejF\":\"Meno je povinné\",\"rVogsf\":\"Na zverejnenie opravte problémy\",\"3lkYdQ\":\"Fixed fee\",\"6bBh3/\":\"Pevný poplatok\",\"zWqUyJ\":\"Pevný poplatok účtovaný za transakciu\",\"LWL3Bs\":\"Pevný poplatok musí byť 0 alebo väčší\",\"0RI8m4\":\"Flash off\",\"q0923e\":\"Flash on\",\"X+U6/w\":\"Rodina písma\",\"lWxAUo\":\"Jedlo a nápoje\",\"nFm+5u\":\"Text päty\",\"sQv06Y\":\"na\",\"NTzcRQ\":\"Na počet termínov\",\"a8nooQ\":\"Fourth\",\"xVhQZV\":\"Fri\",\"39y5bn\":\"Piatok\",\"ejVYRQ\":\"Od\",\"hGDVDa\":[\"Od \",[\"0\"]],\"+dBe1R\":[\"From \",[\"start\"]],\"1dv+MO\":[\"od \",[\"start\"],\" do \",[\"end\"]],\"l82hjf\":[\"od \",[\"start\"],\", \",[\"count\"],\" termínov\"],\"f5UbZ0\":\"Full data ownership\",\"cfvx/y\":\"Full event\",\"MY2SVM\":\"Plné vrátenie\",\"PGQLdy\":\"future\",\"8N/j1s\":\"Future dates only\",\"yRx/6K\":\"Future dates will be copied with capacity reset to zero\",\"T02gNN\":\"Všeobecný vstup\",\"3ep0Gx\":\"Všeobecné informácie o vašom organizátorovi\",\"ziAjHi\":\"Generovať\",\"exy8uo\":\"Generovať kód\",\"4CETZY\":\"Získať trasu\",\"pjkEcB\":\"Get Paid\",\"lGYzP6\":\"Get paid with Stripe\",\"ZDIydz\":\"Začať\",\"u6FPxT\":\"Získať lístky\",\"2ohvu7\":\"Text tlačidla Získať lístky\",\"8KDgYV\":\"Pripravte svoju udalosť\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Späť\",\"sr0UJD\":\"Go Back\",\"oNL5vN\":\"Prejsť na stránku udalosti\",\"gHSuV/\":\"Prejsť na domovskú stránku\",\"8+Cj55\":\"Go to Schedule\",\"6nDzTl\":\"Dobrá čitateľnosť\",\"76gPWk\":\"Rozumiem\",\"CZXzs4\":\"Gréčtina\",\"aGWZUr\":\"Hrubé príjmy\",\"n8IUs7\":\"Hrubé príjmy\",\"O1wAlQ\":\"Guest\",\"LIYoRQ\":\"Správa hostí\",\"NUsTc4\":\"Happening now\",\"S2Y4aO\":\"Trvalé vymazanie\",\"kTSQej\":[\"Ahoj \",[\"0\"],\", spravujte svoju platformu odtiaľto.\"],\"URTkcd\":\"Pomôžte nám zlepšiť sa tým, že nám poviete, prečo odchádzate\",\"dORAcs\":\"Tu sú všetky lístky spojené s vašou e-mailovou adresou.\",\"g+2103\":\"Tu je váš partnerský odkaz\",\"bVsnqU\":\"Hi,\",\"/iE8xx\":\"Poplatok Hi.Events\",\"zppscQ\":\"Poplatky platformy Hi.Events a rozklad DPH podľa transakcií\",\"D+zLDD\":\"Skryté\",\"cZO505\":[\"Hidden — sales ended \",[\"end\"],\".\"],\"DRErHC\":\"Skryté pred účastníkmi – viditeľné iba pre organizátorov\",\"9zfvsx\":\"Hidden from everyone\",\"nMfkJW\":\"Hidden from everyone — the master hide switch is on.\",\"NNnsM0\":\"Skryť rozšírené možnosti\",\"P+5Pbo\":\"Skryť odpovede\",\"VMlRqi\":\"Hide details\",\"NQgWuh\":\"Skryť náhľad\",\"uXNYjR\":\"Skryť vypredané dátumy a časy\",\"g9RcYX\":\"Skryť dátum\",\"uMwTx7\":\"Skryť túto kategóriu?\",\"LLt2UT\":\"Hides sold out\",\"gtEbeW\":\"Zvýrazniť\",\"NF8sdv\":\"Zvýrazniť správu\",\"MXSqmS\":\"Zvýrazniť tento produkt\",\"7ER2sc\":\"Zvýraznené\",\"sq7vjE\":\"Zvýraznené produkty budú mať inú farbu pozadia, aby vynikli na stránke udalosti.\",\"1+WSY1\":\"Hobbies\",\"yY8wAv\":\"Hours\",\"49Tkiw\":\"Ako sa zľava uplatňuje?\",\"sy9anN\":\"Ako dlho má zákazník na dokončenie nákupu po prijatí ponuky. Nechajte prázdne pre bez časového limitu.\",\"cceMns\":\"How VAT is applied to the platform fees we charge you.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Maďarčina\",\"8Wgd41\":\"Beriem na vedomie svoje povinnosti ako správca údajov\",\"O8m7VA\":\"Súhlasím s prijímaním e-mailových notifikácií súvisiacich s touto udalosťou\",\"YLgdk5\":\"Potvrdzujem, že toto je transakčná správa súvisiaca s touto udalosťou\",\"4/kP5a\":\"Ak sa nová karta neotvorila automaticky, kliknite na tlačidlo nižšie a pokračujte na pokladňu.\",\"W/eN+G\":\"Ak je prázdne, adresa sa použije na vygenerovanie odkazu Google Maps\",\"CY3yHL\":\"Ak je zaškrtnuté, táto kategória bude skrytá pred verejnosťou.\",\"iIEaNB\":\"Ak máte u nás účet, dostanete e-mail s pokynmi na obnovenie hesla.\",\"an5hVd\":\"Obrázky\",\"tSVr6t\":\"Zosobniť\",\"TWXU0c\":\"Zosobniť používateľa\",\"5LAZwq\":\"Zosobnenie spustené\",\"IMwcdR\":\"Zosobnenie zastavené\",\"0I0Hac\":\"Dôležité upozornenie\",\"yD3avI\":\"Dôležité: Zmena e-mailovej adresy aktualizuje odkaz na prístup k tejto objednávke. Po uložení budete presmerovaní na nový odkaz objednávky.\",\"jT142F\":[\"O \",[\"diffHours\"],\" hodín\"],\"OoSyqO\":[\"O \",[\"diffMinutes\"],\" minút\"],\"PdMhEx\":[\"in last \",[\"0\"],\" min\"],\"u7r0G5\":\"In person — set a venue\",\"/LCAwL\":\"Prebieha\",\"5gTmFD\":\"vrát. poplatkov\",\"laL+R0\":\"vrát. poplatkov a dane\",\"cXeh90\":\"vrát. dane\",\"pxFAp/\":\"Zvýšiť\",\"nQMUIO\":\"Zvýšiť množstvo\",\"F1Xp97\":\"Jednotliví účastníci\",\"85e6zs\":\"Vložiť Liquid token\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Instant Stripe payouts\",\"nbfdhU\":\"Integrácie\",\"I8eJ6/\":\"Internal notes on the attendee's ticket\",\"B2Tpo0\":\"Neplatný e-mail\",\"5tT0+u\":\"Neplatný formát e-mailu\",\"f9WRpE\":\"Neplatný typ súboru. Nahrajte obrázok.\",\"tnL+GP\":\"Neplatná Liquid syntax. Opravte ju a skúste znovu.\",\"N9JsFT\":\"Neplatný formát čísla DPH\",\"g+lLS9\":\"Pozvať člena tímu\",\"1z26sk\":\"Pozvať člena tímu\",\"KR0679\":\"Pozvať členov tímu\",\"aH6ZIb\":\"Pozvite svoj tím\",\"Dn4OyV\":\"Pozvaný\",\"IuMGvq\":\"Faktúra\",\"a/bUcL\":\"It happens on more than one date\",\"d+Oe9r\":\"It may have been unpublished or removed. Please check the link and try again.\",\"Lj7sBL\":\"Taliančina\",\"F5/CBH\":\"položka/položky\",\"BzfzPK\":\"Položky\",\"rjyWPb\":\"January\",\"KmWyx0\":\"Úloha\",\"o5r6b2\":\"Úloha odstránená\",\"cd0jIM\":\"Podrobnosti úlohy\",\"ruJO57\":\"Názov úlohy\",\"YZi+Hu\":\"Úloha zaradená do frontu na opakovanie\",\"nCywLA\":\"Pripojte sa odkiaľkoľvek\",\"SNzppu\":\"Pridať sa do zoznamu čakateľov\",\"dLouFI\":[\"Pridať sa do zoznamu čakateľov pre \",[\"productDisplayName\"]],\"2gMuHR\":\"Pripojený\",\"u4ex5r\":\"July\",\"zeEQd/\":\"June\",\"MxjCqk\":\"Hľadáte len svoje lístky?\",\"xOTzt5\":\"just now\",\"0RihU9\":\"Just wrapped\",\"Brhs/U\":\"Ponechať pripojenie\",\"4OjqAQ\":\"Keep editing\",\"lwO5vw\":[\"Buďte struční — bannery zobrazujú jeden riadok. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Informujte ma o novinkách a udalostiach od \",[\"0\"]],\"ioFA9i\":\"Keep the profit.\",\"C/pOUI\":\"Označenie — napr. Ranné sedenie\",\"o66QSP\":\"label updates\",\"RtKKbA\":\"Last\",\"DruLRc\":\"Posledných 14 dní\",\"ve9JTU\":\"Priezvisko je povinné\",\"h0Q9Iw\":\"Posledná odpoveď\",\"gw3Ur5\":\"Naposledy spustené\",\"FIq1Ba\":\"Later\",\"xvnLMP\":\"Latest check-ins\",\"GGFOZD\":\"Ponechajte „Od“ na dnešku, ak chcete začať hneď.\",\"N5TErv\":\"Leave empty for unlimited\",\"L/hDDD\":\"Leave empty to apply this check-in list to all occurrences\",\"9Pf3wk\":\"Leave on to cover every ticket on the event. Turn off to pick specific tickets.\",\"Hq2BzX\":\"Let them know about the change\",\"+uexiy\":\"Let them know about the changes\",\"exYcTF\":\"Library\",\"1njn7W\":\"Svetlý\",\"1qY5Ue\":\"Odkaz vypršal alebo je neplatný\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Povolené odkazy\",\"2BBAbc\":\"List\",\"dF6vP6\":\"Aktívne\",\"fpMs2Z\":\"ŽIVÉ\",\"D9zTjx\":\"Živé udalosti\",\"a37vfH\":\"Live preview\",\"C33p4q\":\"Loaded dates\",\"WdmJIX\":\"Načítavanie náhľadu...\",\"IoDI2o\":\"Načítavanie tokenov...\",\"G3Ge9Z\":\"Načítavanie protokolov webhookov...\",\"NFxlHW\":\"Načítavanie webhookov\",\"E0DoRM\":\"Miesto bolo vymazané\",\"7w8lJU\":\"Miesto bolo uložené\",\"YsRXDD\":\"Miesto bolo aktualizované\",\"A/kIva\":\"location updates\",\"iyZPPR\":\"miest\",\"VppBoU\":\"Miesta\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo a obal\",\"gddQe0\":\"Logo a obrázok obalu pre vášho organizátora\",\"TBEnp1\":\"Logo sa zobrazí v hlavičke\",\"Jzu30R\":\"Logo sa zobrazí na lístku\",\"PSRm6/\":\"Vyhľadať moje lístky\",\"yJFu/X\":\"Hlavná kancelária\",\"v5nFPh\":\"Make it visible so people can buy tickets\",\"cdY2at\":[\"Manage \",[\"0\"]],\"wZJfA8\":\"Manage dates and times for your recurring event\",\"RlzPUE\":\"Manage on Stripe\",\"sjoDuh\":\"Manage schedule\",\"6NXJRK\":\"Manage Schedule\",\"zXuaxY\":\"Spravovať zoznam čakateľov udalosti, zobraziť štatistiky a ponúkať lístky účastníkom.\",\"g2npA5\":\"Manuálna ponuka\",\"hg6l4j\":\"March\",\"pqRBOz\":\"Mark as validated (admin override)\",\"2L3vle\":\"Max. správ / 24 h\",\"Qp4HWD\":\"Max. príjemcov / správa\",\"7qu2YV\":[\"Maximálne \",[\"cap\"],\" na objednávku\"],\"3JzsDb\":\"May\",\"agPptk\":\"Stredné\",\"xDAtGP\":\"Správa\",\"bECJqy\":\"Správa bola úspešne schválená\",\"1jRD0v\":\"Správa účastníkom s konkrétnymi lístkami\",\"uQLXbS\":\"Správa zrušená\",\"48rf3i\":\"Správa nesmie presiahnuť 5000 znakov\",\"ZPj0Q8\":\"Podrobnosti správy\",\"Vjat/X\":\"Správa je povinná\",\"0/yJtP\":\"Správa vlastníkom objednávok s konkrétnymi produktmi\",\"saG4At\":\"Správa naplánovaná\",\"mFdA+i\":\"Úroveň správ\",\"v7xKtM\":\"Úroveň správ bola úspešne aktualizovaná\",\"/VRn+9\":[\"Min \",[\"min\"],\" per order\"],\"H9HlDe\":\"minúty\",\"agRWc1\":\"Minutes\",\"FfPWR0\":\"Modálne okno\",\"zz/Wd/\":\"Mode\",\"fpMgHS\":\"Mon\",\"hty0d5\":\"Pondelok\",\"JbIgPz\":\"Peňažné hodnoty sú približné súčty naprieč všetkými menami\",\"qvF+MT\":\"Monitorovať a spravovať neúspešné úlohy na pozadí\",\"kY2ll9\":\"month\",\"HajiZl\":\"Mesiac\",\"+8Nek/\":\"Monthly\",\"6jefe3\":\"months\",\"f8jrkd\":\"more\",\"JcD7qf\":\"More actions\",\"w36OkR\":\"Najsledovanejšie udalosti (posledných 14 dní)\",\"+Y/na7\":\"Move all dates earlier or later\",\"3DIpY0\":\"Multiple locations\",\"g9cQCP\":\"Multiple ticket types\",\"GfaxEk\":\"Hudba\",\"oVGCGh\":\"Moje lístky\",\"8/brI5\":\"Meno je povinné\",\"sFFArG\":\"Meno musí mať menej ako 255 znakov\",\"Bst+aq\":\"Potrebujete zmeniť účet Stripe? Odpojte tento.\",\"xxU3NX\":\"Čistý príjem\",\"7I8LlL\":\"New capacity\",\"n1GRql\":\"New label\",\"y0Fcpd\":\"Nové miesto\",\"ArHT/C\":\"Nové registrácie\",\"uK7xWf\":\"New time:\",\"g8JmSC\":\"Nasledujúci mesiac\",\"veT5Br\":\"Next occurrence\",\"WXtl5X\":[\"Next: \",[\"nextFormatted\"]],\"eWRECP\":\"Nočný život\",\"HSw5l3\":\"Nie – som fyzická osoba alebo firma neregistrovaná pre DPH\",\"VHfLAW\":\"Žiadne účty\",\"+jIeoh\":\"Nenašli sa žiadne účty\",\"074+X8\":\"Žiadne aktívne webhooky\",\"zxnup4\":\"Žiadni partneri na zobrazenie\",\"hUHrkV\":\"Zatiaľ žiadne oznámenia\",\"Dwf4dR\":\"Zatiaľ žiadne otázky pre účastníkov\",\"th7rdT\":\"No attendees to show\",\"PKySlW\":\"No attendees yet for this date.\",\"/UC6qk\":\"Nenašli sa žiadne údaje o priradení\",\"E2vYsO\":\"No capabilities reported by Stripe yet.\",\"amMkpL\":\"Žiadna kapacita\",\"d2Jf1f\":\"No change\",\"99ntUF\":\"Pre túto udalosť nie sú dostupné žiadne zoznamy odbavení.\",\"wG+knX\":\"No check-ins yet\",\"+dAKxg\":\"Nenašli sa žiadne konfigurácie\",\"LiLk8u\":\"No connections available\",\"eb47T5\":\"Pre vybrané filtre sa nenašli žiadne dáta. Skúste upraviť rozsah dátumov alebo menu.\",\"Zc216S\":\"No date added\",\"I8mtzP\":\"No dates available this month. Try navigating to another month.\",\"yDukIL\":\"No dates match the current filters.\",\"B7phdj\":\"No dates match your filters\",\"/ZB4Um\":\"No dates match your search\",\"OtJSnL\":\"Žiadne naplánované termíny\",\"gEdNe8\":\"No dates scheduled yet\",\"w+wkcC\":\"Nenašli sa žiadne žiadosti o vymazanie\",\"pZNOT9\":\"Žiadny dátum ukončenia\",\"dW40Uz\":\"Nenašli sa žiadne udalosti\",\"8pQ3NJ\":\"Žiadne udalosti nezačínajú v nasledujúcich 24 hodinách\",\"8zCZQf\":\"Zatiaľ žiadne udalosti\",\"Yc5YW6\":\"Žiadne neúspešné úlohy\",\"EpvBAp\":\"Žiadna faktúra\",\"N+9Onb\":\"No limits\",\"XZkeaI\":\"Nenašli sa žiadne protokoly\",\"IcAC6J\":\"Žiadne zodpovedajúce písma\",\"nrSs2u\":\"Nenašli sa žiadne správy\",\"Rj99yx\":\"No occurrences available\",\"IFU1IG\":\"No occurrences on this date\",\"OVFwlg\":\"Zatiaľ žiadne otázky k objednávke\",\"EJ7bVz\":\"Nenašli sa žiadne objednávky\",\"NEmyqy\":\"Zatiaľ žiadne objednávky\",\"a77B6w\":\"No orders yet for this date.\",\"wUv5xQ\":\"Žiadna aktivita organizátora za posledných 14 dní\",\"vLd1tV\":\"No organizer context available.\",\"B7w4KY\":\"Žiadni ďalší organizátori nie sú dostupní\",\"PChXMe\":\"Žiadne zaplatené objednávky\",\"6jYQGG\":\"Žiadne minulé udalosti\",\"CHzaTD\":\"Žiadne populárne udalosti za posledných 14 dní\",\"zK/+ef\":\"Žiadne produkty nie sú dostupné na výber\",\"M1/lXs\":\"No products configured for this event.\",\"kY7XDn\":\"Žiadne produkty nemajú čakajúce záznamy\",\"8mw4tm\":\"Správa o žiadnych produktoch\",\"wYiAtV\":\"Žiadne nedávne registrácie účtov\",\"UW90md\":\"Nenašli sa žiadni príjemcovia\",\"QoAi8D\":\"Žiadna odpoveď\",\"JeO7SI\":\"Žiadna odpoveď\",\"EK/G11\":\"Zatiaľ žiadne odpovede\",\"AxPAXW\":\"Nenašli sa žiadne výsledky\",\"59OWd3\":\"Žiadne uložené miesta\",\"mPdY6W\":\"Žiadne návrhy\",\"3sRuiW\":\"Nenašli sa žiadne lístky\",\"debCrL\":\"Žiadne vstupenky na predaj\",\"k2C0ZR\":\"No upcoming dates\",\"yM5c0q\":\"Žiadne nadchádzajúce udalosti\",\"qpC74J\":\"Nenašli sa žiadni používatelia\",\"8wgkoi\":\"Žiadne zobrazené udalosti za posledných 14 dní\",\"Arzxc1\":\"Žiadne záznamy v zozname čakateľov\",\"n5vdm2\":\"Pre tento endpoint zatiaľ neboli zaznamenané žiadne udalosti webhookov. Udalosti sa zobrazia tu po ich spustení.\",\"4GhX3c\":\"Žiadne webhooky\",\"4+am6b\":\"Nie, nechajte ma tu\",\"4JVMUi\":\"non-edited\",\"ACaDVQ\":\"None yet\",\"Itw24Q\":\"Not checked in\",\"x5+Lcz\":\"Neodbavený\",\"8n10sz\":\"Neoprávnený\",\"kLvU3F\":\"Notify attendees and stop sales\",\"t9QlBd\":\"November\",\"kAREMN\":\"Number of dates to create\",\"6u1B3O\":\"Occurrence\",\"mmoE62\":\"Occurrence Cancelled\",\"V9flmL\":\"Occurrence Schedule\",\"Kh3WO8\":\"Occurrence Summary\",\"byXCTu\":\"Occurrences\",\"KATw3p\":\"Occurrences (future only)\",\"85rTR2\":\"Occurrences can be configured after creation\",\"dzQfDY\":\"October\",\"BwJKBw\":\"z\",\"GQnX9d\":\"každého mesiaca\",\"az8lvo\":\"Off\",\"9h7RDh\":\"Ponuka\",\"EfK2O6\":\"Ponúknuť miesto\",\"3sVRey\":\"Ponúknuť lístky\",\"2O7Ybb\":\"Časový limit ponuky\",\"1jUg5D\":\"Ponúknuté\",\"l+/HS6\":[\"Ponuky vyprší po \",[\"timeoutHours\"],\" hodinách.\"],\"6Aih4U\":\"Offline\",\"Fdp03t\":\"v\",\"Z5HWHd\":\"On\",\"TH5A28\":[\"v \",[\"dayList\"]],\"qiMtVT\":[[\"day\"],\". \",[\"month\"]],\"nO3VbP\":[\"V predaji \",[\"0\"]],\"pPAGSK\":[\"v \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"On the event page\",\"H7stQC\":\"Na čakacej listine\",\"oXOSPE\":\"Online\",\"aqmy5k\":\"Online — provide connection details\",\"LuZBbx\":\"Online & in-person\",\"IXuOqt\":\"Online & in-person — see schedule\",\"WjSpu5\":\"Online udalosť\",\"wCRLS9\":[\"K dispozícii len \",[\"cap\"]],\"scPxI/\":[\"Zostáva už len \",[\"capacity\"]],\"Gk0+G6\":\"Only a name is required — everything else has sensible defaults\",\"NdOxqr\":\"Iba správcovia účtu môžu odstrániť alebo archivovať udalosti. Kontaktujte správcu účtu.\",\"rnoDMF\":\"Iba správcovia účtu môžu odstrániť alebo archivovať organizátorov. Kontaktujte správcu účtu.\",\"tnx0u1\":\"Only available as an add-on\",\"z4JBd7\":\"Používateľom sa zobrazujú iba zverejnené oznámenia\",\"bU7oUm\":\"Odoslať iba objednávkam s týmito stavmi\",\"wkpaqp\":\"Zobraziť iba dátum a čas začiatku\",\"chktt5\":\"Only shown as an add-on to the products it's attached to\",\"Y4HHYW\":\"Only shown as an add-on to the products it's attached to.\",\"Z82In9\":\"O vymazanie účtu môže požiadať iba vlastník účtu.\",\"DMk8F0\":\"Only tickets count toward capacity\",\"+/Z3yr\":\"Only visible to buyers with an applicable promo code.\",\"M2w1ni\":\"Viditeľné iba s promo kódom\",\"y8Bm7C\":\"Open check-in\",\"RLz7P+\":\"Open occurrence\",\"iMqrOb\":\"Voliteľná výzva na akciu\",\"cDSdPb\":\"Voliteľná prezývka zobrazovaná vo výberoch, napr. \\\"Konferenčná miestnosť\\\"\",\"HXMJxH\":\"Voliteľný text pre vyhlásenia, kontaktné informácie alebo poďakovania (iba jeden riadok)\",\"L565X2\":\"možnosti\",\"8m9emP\":\"or add a single date\",\"eBskDE\":\"Alebo povoľte offline platby a vypnite Stripe\",\"dSeVIm\":\"order\",\"c/TIyD\":\"Objednávka a lístok\",\"H5qWhm\":\"Objednávka zrušená\",\"b6+Y+n\":\"Objednávka dokončená\",\"x4MLWE\":\"Potvrdenie objednávky\",\"CsTTH0\":\"Potvrdenie objednávky bolo úspešne znovu odoslané\",\"ppuQR4\":\"Objednávka vytvorená\",\"xtQzag\":\"Order details\",\"vrSW9M\":\"Objednávka bola zrušená a vrátená. Vlastník objednávky bol informovaný.\",\"rzw+wS\":\"Držitelia objednávky\",\"oI/hGR\":\"ID objednávky\",\"m8vQEP\":\"Order limits\",\"vu6Arl\":\"Objednávka označená ako zaplatená\",\"sLbJQz\":\"Objednávka nenájdená\",\"kvYpYu\":\"Objednávka nenájdená\",\"eJ8SvM\":\"Order number, purchase date, purchaser email\",\"FaPYw+\":\"Vlastník objednávky\",\"eB5vce\":\"Vlastníci objednávok s konkrétnym produktom\",\"CxLoxM\":\"Vlastníci objednávok s produktmi\",\"UkHo4c\":\"Ref. objednávky\",\"EZy55F\":\"Objednávka vrátená\",\"6eSHqs\":\"Stavy objednávok\",\"oW5877\":\"Celková suma objednávky\",\"e7eZuA\":\"Objednávka aktualizovaná\",\"1SQRYo\":\"Objednávka bola úspešne aktualizovaná\",\"3NT0Ck\":\"Objednávka bola zrušená\",\"V5khLm\":\"orders\",\"sd5IMt\":\"Dokončené objednávky\",\"5It1cQ\":\"Exportované objednávky\",\"UQ0ACV\":\"Celkový počet objednávok\",\"B/EBQv\":\"Objednávky:\",\"qtGTNu\":\"Organické účty\",\"P/JHA4\":\"Organizátor bol úspešne archivovaný\",\"S3CZ5M\":\"Prehľad organizátora\",\"GzjTd0\":\"Organizátor bol úspešne odstránený\",\"SQqJd8\":\"Organizátor nenájdený\",\"HF8Bxa\":\"Organizátor bol úspešne obnovený\",\"wpj63n\":\"Nastavenia organizátora\",\"o1my93\":\"Aktualizácia stavu organizátora zlyhala. Skúste to neskôr.\",\"rLHma1\":\"Stav organizátora aktualizovaný\",\"LqBITi\":\"Bude použitá šablóna organizátora/predvolená šablóna\",\"q4zH+l\":\"Organizers\",\"/IX/7x\":\"Iné\",\"RsiDDQ\":\"Iné zoznamy (lístok nie je zahrnutý)\",\"EufvBx\":\"Výsledok\",\"aDfajK\":\"Outdoors\",\"qMASRF\":\"Odchádzajúce správy\",\"iCOVQO\":\"Override\",\"GpFTEc\":\"Override fees on this organizer\",\"M9ZhMP\":\"Override price\",\"cnVIpl\":\"Override removed\",\"6/dCYd\":\"Prehľad\",\"6WdDG7\":\"Stránka\",\"8uqsE5\":\"Stránka už nie je dostupná\",\"QkLf4H\":\"URL stránky\",\"sF+Xp9\":\"Zobrazenia stránky\",\"v4nCHK\":\"Paid\",\"c+suC6\":\"Platené účty\",\"5F7SYw\":\"Čiastočné vrátenie\",\"fFYotW\":[\"Čiastočne vrátené: \",[\"0\"]],\"i8day5\":\"Preniesť poplatok na kupujúceho\",\"k4FLBQ\":\"Preniesť na kupujúceho\",\"Ff0Dor\":\"Minulé\",\"BFjW8X\":\"Past due\",\"xTPjSy\":\"Minulé udalosti\",\"/l/ckQ\":\"Vložiť URL\",\"URAE3q\":\"Pozastavené\",\"4fL/V7\":\"Zaplatiť\",\"W5l9HD\":\"Zaplaťte, koľko chcete\",\"c2/9VE\":\"Obsah požiadavky\",\"5cxUwd\":\"Dátum platby\",\"ENEPLY\":\"Spôsob platby\",\"8Lx2X7\":\"Platba prijatá\",\"fx8BTd\":\"Platby nie sú dostupné\",\"C+ylwF\":\"Payouts\",\"UbRKMZ\":\"Čakajúce\",\"UkM20g\":\"Čaká na kontrolu\",\"dPYu1F\":\"Na účastníka\",\"mQV/nJ\":\"per min\",\"+kvxv+\":\"na objednávku\",\"VlXNyK\":\"Na objednávku\",\"NhuGd7\":\"na produkt\",\"hauDFf\":\"Na lístok\",\"mnF83a\":\"Percentuálny poplatok\",\"TNLuRD\":\"Percentage fee (%)\",\"MixU2P\":\"Percento musí byť medzi 0 a 100\",\"MkuVAZ\":\"Percento zo sumy transakcie\",\"/Bh+7r\":\"Výkonnosť\",\"/4mGVp\":\"Natrvalo vymazať tento účet\",\"dGdKgQ\":\"Natrvalo vymazať tento účet a jeho údaje.\",\"fIp56F\":\"Natrvalo odstrániť túto udalosť a všetky jej súvisiace dáta.\",\"nJeeX7\":\"Natrvalo odstrániť tohto organizátora a všetky jeho udalosti.\",\"wfCTgK\":\"Permanently remove this date\",\"6kPk3+\":\"Osobné informácie\",\"zmwvG2\":\"Telefón\",\"tSR/oe\":\"Pick an end date\",\"e8kzpp\":\"Pick at least one day of the month\",\"35C8QZ\":\"Pick at least one day of the week\",\"kJmAsd\":\"Vyberte dni a uvidíte svoje termíny.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Placed\",\"wBJR8i\":\"Plánujete udalosť?\",\"J3lhKT\":\"Poplatok platformy\",\"RD51+P\":[\"Poplatok platformy \",[\"0\"],\" odpočítaný z vašej výplaty\"],\"br3Y/y\":\"Poplatky platformy\",\"3buiaw\":\"Správa o poplatkoch platformy\",\"kv9dM4\":\"Príjmy platformy\",\"PJ3Ykr\":\"Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions.\",\"OtjenF\":\"Zadajte platnú e-mailovú adresu\",\"jEw0Mr\":\"Zadajte platnú URL adresu\",\"n8+Ng/\":\"Zadajte 5-ciferný kód\",\"r+lQXT\":\"Zadajte číslo DPH\",\"Dvq0wf\":\"Poskytnite obrázok.\",\"2cUopP\":\"Reštartujte proces pokladne.\",\"GoXxOA\":\"Please select a date and time\",\"8KmsFa\":\"Vyberte rozsah dátumov\",\"EFq6EG\":\"Vyberte obrázok.\",\"fuwKpE\":\"Skúste to znovu.\",\"klWBeI\":\"Počkajte pred požiadaním o ďalší kód\",\"hfHhaa\":\"Čakajte, pripravujeme partnerov na export...\",\"o+tJN/\":\"Čakajte, pripravujeme účastníkov na export...\",\"+5Mlle\":\"Čakajte, pripravujeme objednávky na export...\",\"trnWaw\":\"Poľština\",\"luHAJY\":\"Populárne udalosti (posledných 14 dní)\",\"p/78dY\":\"Position\",\"OESu7I\":\"Predchádzajte predaju nad kapacitu zdieľaním zásob naprieč viacerými typmi lístkov.\",\"NgVUL2\":\"Náhľad formulára pokladne\",\"cs5muu\":\"Náhľad stránky udalosti\",\"1xwZj/\":\"Predchádzajúci mesiac\",\"Jm2AC3\":\"Price Tier\",\"a5jvSX\":\"Cenové úrovne\",\"aHCEmh\":\"Pricing\",\"ReihZ7\":\"Náhľad tlače\",\"JnuPvH\":\"Vytlačiť lístok\",\"tYF4Zq\":\"Tlačiť do PDF\",\"LcET2C\":\"Zásady ochrany osobných údajov\",\"8z6Y5D\":\"Spracovať vrátenie\",\"JcejNJ\":\"Spracovanie objednávky\",\"EWCLpZ\":\"Produkt vytvorený\",\"XkFYVB\":\"Produkt odstránený\",\"YMwcbR\":\"Predaj produktov, príjmy a rozklad daní\",\"ls0mTC\":\"Product settings cannot be edited for cancelled dates.\",\"2339ej\":\"Product settings saved successfully\",\"ldVIlB\":\"Produkt aktualizovaný\",\"CP3D8G\":\"Progress\",\"JoKGiJ\":\"Promo kód\",\"dIodJL\":\"Promo code required\",\"k3wH7i\":\"Použitie promo kódu a rozklad zliav\",\"tZqL0q\":\"promo codes\",\"oCHiz3\":\"Promo codes\",\"uEhdRh\":\"Iba promo\",\"dLm8V5\":\"Propagačné e-maily môžu viesť k pozastaveniu účtu\",\"W0ETyY\":\"Zadajte aspoň jedno pole adresy (miesto, ulica, mesto alebo krajina).\",\"2W/7Gz\":\"Provide the following before Stripe's next review to keep payouts flowing.\",\"7d1a0d\":\"Public\",\"EEYbdt\":\"Zverejniť\",\"JcgJKc\":\"Napriek tomu zverejniť\",\"evDBV8\":\"Zverejniť udalosť\",\"2zEfOd\":\"Publish your event\",\"u3wRF+\":\"Zverejnené\",\"L7nrC8\":\"Zverejnením sa stránka vašej udalosti stane verejnou a otvoria sa registrácie.\",\"dsFmM+\":\"Zakúpené\",\"JunetL\":\"Purchaser\",\"phmeUH\":\"Purchaser email\",\"ywR4ZL\":\"QR code check-in\",\"oWXNE5\":\"Množstvo\",\"VbWX2u\":\"Množstvo\",\"biEyJ4\":\"Question answers\",\"k/bJj0\":\"Otázky preusporiadané\",\"b24kPi\":\"Front\",\"lTPqpM\":\"Quick Tip\",\"fqDzSu\":\"Sadzba\",\"mnUGVC\":\"Prekročený limit požiadaviek. Skúste to neskôr.\",\"t41hVI\":\"Znovu ponúknuť miesto\",\"TNclgc\":\"Reactivate this date? It will be reopened for future sales.\",\"RENQ6j\":\"Pripravení zverejniť?\",\"uqoRbb\":\"Real-time analytics\",\"jPSk57\":\"Dôvod (voliteľné)\",\"xzRvs4\":[\"Dostávajte aktualizácie produktov od \",[\"0\"],\".\"],\"pLXbi8\":\"Nedávne registrácie účtov\",\"M1HGuR\":\"Recent activity\",\"3kJ0gv\":\"Recent Attendees\",\"qhfiwV\":\"Recent check-ins\",\"S+0XMX\":\"Recent orders\",\"Fi3b48\":\"Nedávne objednávky\",\"7hPBBn\":\"príjemca\",\"jp5bq8\":\"príjemcovia\",\"yPrbsy\":\"Príjemcovia\",\"E1F5Ji\":\"Príjemcovia sú dostupní po odoslaní správy\",\"WEYdDv\":\"Recommended\",\"wuhHPE\":\"Recurring\",\"asLqwt\":\"Opakujúce sa podujatie\",\"s3uzsK\":\"Nastavenia opakujúceho sa podujatia\",\"D0tAMe\":\"Recurring events\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Presmerovanie na Stripe...\",\"pnoTN5\":\"Referenčné účty\",\"ACKu03\":\"Obnoviť náhľad\",\"vuFYA6\":\"Refund all orders for these dates\",\"4cRUK3\":\"Refund all orders for this date\",\"fKn/k6\":\"Suma vrátenia\",\"qY4rpA\":\"Vrátenie zlyhalo\",\"FaK/8G\":[\"Vrátiť objednávku \",[\"0\"]],\"MGbi9P\":\"Vrátenie čaká\",\"BDSRuX\":[\"Vrátené: \",[\"0\"]],\"bU4bS1\":\"Vrátenia\",\"rYXfOA\":\"Regionálne nastavenia\",\"5tl0Bp\":\"Registračné otázky\",\"ZNo5k1\":\"Remaining\",\"Bjh87R\":\"Remove label from all dates\",\"IVZaEo\":\"Úplne odstráni vypredané dátumy a časy zo stránky podujatia. Ak je vypnuté, zostanú viditeľné a budú označené ako vypredané.\",\"5Vkr/a\":\"Odstrániť čas\",\"KkJtVK\":\"Reopen for new sales\",\"XJwWJp\":\"Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed.\",\"RYlQY0\":\"Opakovanie\",\"CQeZT8\":\"Správa nenájdená\",\"JEPMXN\":\"Požiadať o nový odkaz\",\"Yx0Ud8\":\"Požiadané\",\"Wcv9QD\":\"Požiadal\",\"TMLAx2\":\"Povinné\",\"mdeIOH\":\"Znovu odoslať kód\",\"sQxe68\":\"Znovu odoslať potvrdenie\",\"bxoWpz\":\"Znovu odoslať potvrdzovací e-mail\",\"G42SNI\":\"Znovu odoslať e-mail\",\"TTpXL3\":[\"Znovu odoslať za \",[\"resendCooldown\"],\" s\"],\"5CiNPm\":\"Znovu odoslať lístok\",\"Uwsg2F\":\"Rezervované\",\"8wUjGl\":\"Rezervované do\",\"a5z8mb\":\"Reset to base price\",\"kCn6wb\":\"Obnovenie...\",\"ZlCDf+\":\"Odpoveď\",\"bsydMp\":\"Podrobnosti odpovede\",\"yKu/3Y\":\"Obnoviť\",\"RokrZf\":\"Obnoviť udalosť\",\"/JyMGh\":\"Obnoviť organizátora\",\"HFvFRb\":\"Obnovte túto udalosť, aby bola opäť viditeľná.\",\"DDIcqy\":\"Obnovte tohto organizátora a znovu ho aktivujte.\",\"mO8KLE\":\"results\",\"6gRgw8\":\"Zopakovať\",\"1BG8ga\":\"Zopakovať všetko\",\"rDC+T6\":\"Zopakovať úlohu\",\"CbnrWb\":\"Vrátiť sa na udalosť\",\"Lf7TCn\":\"Opakovane použiteľné miesta sa tu zobrazia automaticky pri vytváraní podujatí s adresami; môžete pridať aj vlastné.\",\"mdQ0zb\":\"Opakovane použiteľné miesta pre vaše podujatia. Miesta vytvorené automatickým dopĺňaním sa tu ukladajú automaticky.\",\"XFOPle\":\"Reuse\",\"1Zehp4\":\"Reuse a Stripe connection from another organizer in this account.\",\"Oo/PLb\":\"Súhrn príjmov\",\"CfuueU\":\"Odvolať ponuku\",\"Tpm2G9\":\"Trvanie\",\"dFFW9L\":[\"Predaj skončil \",[\"0\"]],\"loCKGB\":[\"Predaj končí \",[\"0\"]],\"wlfBad\":\"Obdobie predaja\",\"qi81Jg\":\"Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page.\",\"zpekWp\":[\"Predaj začína \",[\"0\"]],\"7s8z0X\":\"Sale window\",\"mUv9U4\":\"Predaje\",\"9KnRdL\":\"Predaj je pozastavený\",\"JC3J0k\":\"Sales, attendance, and check-in breakdown per occurrence\",\"3VnlS9\":\"Predaje, objednávky a metriky výkonnosti pre všetky udalosti\",\"3Q1AWe\":\"Predaje:\",\"LeuERW\":\"Same as event\",\"B4nE3N\":\"Vzorová cena lístka\",\"8BRPoH\":\"Vzorové miesto konania\",\"PiK6Ld\":\"Sat\",\"+5kO8P\":\"Sobota\",\"zJiuDn\":\"Save fee override\",\"x1fMXJ\":\"Uložiť harmonogram\",\"KZrfYJ\":\"Uložiť sociálne odkazy\",\"9Y3hAT\":\"Uložiť šablónu\",\"C8ne4X\":\"Uložiť dizajn lístka\",\"cTI8IK\":\"Save VAT settings\",\"6/TNCd\":\"Uložiť nastavenia DPH\",\"4RvD9q\":\"Uložené miesto\",\"cgw0cL\":\"Uložené miesta\",\"Fbqm/I\":\"Saving an override creates a dedicated configuration for this organizer if it's currently on the system default.\",\"I+FvbD\":\"Skenovať\",\"0zd6Nm\":\"Scan a ticket to check in an attendee\",\"bQG7Qk\":\"Scanned tickets will appear here\",\"WDYSLJ\":\"Scanner mode\",\"gmB6oO\":\"Schedule\",\"qQTaVm\":\"Schedule added\",\"j6NnBq\":\"Schedule created successfully\",\"YP7frt\":\"Schedule ends on\",\"QS1Nla\":\"Naplánovať na neskôr\",\"NAzVVw\":\"Naplánovať správu\",\"/rTL/5\":\"Náhľad harmonogramu\",\"Fz09JP\":\"Schedule starts on\",\"4ba0NE\":\"Naplánované\",\"4HKQZj\":\"Naplánované vymazanie\",\"qcP/8K\":\"Naplánovaný čas\",\"A1taO8\":\"Search\",\"ftNXma\":\"Vyhľadávať partnerov...\",\"VMU+zM\":\"Search attendees\",\"VY+Bdn\":\"Vyhľadávať podľa názvu účtu alebo e-mailu...\",\"VX+B3I\":\"Vyhľadávať podľa názvu udalosti alebo organizátora...\",\"R0wEyA\":\"Vyhľadávať podľa názvu úlohy alebo výnimky...\",\"YnMfsK\":\"Hľadať podľa názvu alebo adresy...\",\"3yKuDu\":\"Vyhľadajte podľa mena alebo e-mailu a vyberte jedného alebo viacerých\",\"VT+urE\":\"Vyhľadávať podľa mena alebo e-mailu...\",\"GHdjuo\":\"Vyhľadávať podľa mena, e-mailu alebo účtu...\",\"4mBFO7\":\"Search by name, order #, ticket # or email\",\"20ce0U\":\"Vyhľadávať podľa ID objednávky, mena zákazníka alebo e-mailu...\",\"4DSz7Z\":\"Vyhľadávať podľa predmetu, udalosti alebo účtu...\",\"gTUY97\":\"Hľadať podľa názvu...\",\"nQC7Z9\":\"Search dates...\",\"iRtEpV\":\"Search dates…\",\"JRM7ao\":\"Search for an address\",\"BWF1kC\":\"Vyhľadávať správy...\",\"5WYZKZ\":\"Výsledky vyhľadávania\",\"IG85fV\":\"Vyhľadajte uložené miesta alebo nájdite adresu...\",\"Du+zn+\":\"Vyhľadáva sa...\",\"3aD3GF\":\"Seasonal\",\"ku//5b\":\"Second\",\"Mck5ht\":\"Bezpečná pokladňa\",\"s7tXqF\":\"See schedule\",\"JFap6u\":\"See what Stripe still needs\",\"6lGaum\":\"Videné\",\"p7xUrt\":\"Vybrať kategóriu\",\"hTKQwS\":\"Select a Date & Time\",\"Ps6Xtf\":\"Select a date to see available times\",\"e4L7bF\":\"Vyberte správu na zobrazenie jej obsahu\",\"zPRPMf\":\"Vybrať úroveň\",\"BFRSTT\":\"Vybrať účet\",\"wgNoIs\":\"Select all\",\"mCB6Je\":\"Vybrať všetko\",\"aCEysm\":[\"Select all on \",[\"0\"]],\"a6+167\":\"Vybrať udalosť\",\"4oT6dP\":\"Vyberte aspoň jeden účet\",\"neCGH1\":\"Vyberte aspoň jedného používateľa\",\"CFbaPk\":\"Vybrať skupinu účastníkov\",\"88a49s\":\"Select camera\",\"tVW/yo\":\"Vybrať menu\",\"SJQM1I\":\"Select date\",\"n9ZhRa\":\"Vybrať dátum a čas ukončenia\",\"gTN6Ws\":\"Vybrať čas ukončenia\",\"0U6E9W\":\"Vybrať kategóriu udalosti\",\"j9cPeF\":\"Vybrať typy udalostí\",\"ypTjHL\":\"Select occurrence\",\"DHBGUX\":\"Select products...\",\"KizCK7\":\"Vybrať dátum a čas začiatku\",\"dJZTv2\":\"Vybrať čas začiatku\",\"x8XMsJ\":\"Vybrať úroveň správ pre tento účet. Toto riadi limity správ a oprávnenia odkazov.\",\"aT3jZX\":\"Vybrať časové pásmo\",\"TxfvH2\":\"Vybrať, ktorí účastníci majú dostať túto správu\",\"Ropvj0\":\"Vybrať, ktoré udalosti spustia tento webhook\",\"+6YAwo\":\"selected\",\"ylXj1N\":\"Vybrané\",\"uq3CXQ\":\"Sell out your event.\",\"oBXbO4\":\"Selling a physical product? Cap its quantity on the <0>products page instead.\",\"j9b/iy\":\"Rýchlo sa predáva 🔥\",\"73qYgo\":\"Odoslať ako test\",\"HMAqFK\":\"Odosielať e-maily účastníkom, držiteľom lístkov alebo vlastníkom objednávok. Správy môžu byť odoslané okamžite alebo naplánované na neskôr.\",\"22Itl6\":\"Poslať mi kópiu\",\"NpEm3p\":\"Odoslať teraz\",\"nOBvex\":\"Odosielať dáta o objednávkach a účastníkoch v reálnom čase do externých systémov.\",\"1lNPhX\":\"Odoslať notifikačný e-mail o vrátení\",\"eaUTwS\":\"Odoslať odkaz na obnovenie\",\"5cV4PY\":\"Send to all occurrences, or choose a specific one\",\"QEQlnV\":\"Odošlite svoju prvú správu\",\"IoAuJG\":\"Odosielanie...\",\"h69WC6\":\"Odoslané\",\"BVu2Hz\":\"Odoslal\",\"ZFa8wv\":\"Sent to attendees when a scheduled date is cancelled\",\"SPdzrs\":\"Odoslané zákazníkom pri zadaní objednávky\",\"LxSN5F\":\"Odoslané každému účastníkovi s podrobnosťami lístka\",\"hgvbYY\":\"September\",\"5sN96e\":\"Session cancelled\",\"S9i0UC\":[\"termínov · \",[\"dateCount\"],\" dátumov × \",[\"timesPerDay\"],\" časov\"],\"89xaFU\":\"Nastavte predvolené nastavenia poplatkov platformy pre nové udalosti vytvorené pod týmto organizátorom.\",\"eXssj5\":\"Nastavte predvolené nastavenia pre nové udalosti vytvorené pod týmto organizátorom.\",\"uPe5p8\":\"Set how long each date lasts\",\"ODuUEi\":\"Set or clear the date label\",\"buHACR\":\"Set the end time of each date to be this long after its start time.\",\"TaeFgl\":\"Set to unlimited (remove limit)\",\"pd6SSe\":\"Set up a recurring schedule to automatically create dates, or add them one at a time.\",\"s0FkEx\":\"Nastavte zoznamy odbavení pre rôzne vchody, relácie alebo dni.\",\"TaWVGe\":\"Set up payouts\",\"JA//e6\":\"Set up schedule\",\"gzXY7l\":\"Set Up Schedule\",\"0Ls9qe\":\"Set up the tickets you'll sell and their prices\",\"xMO+Ao\":\"Nastavte svoju organizáciu\",\"5pEFnq\":\"Nastavte si harmonogram\",\"zRRuUD\":\"Set up your schedule in the next steps\",\"ETC76A\":\"Set, change, or remove the date's location or online details\",\"C3htzi\":\"Nastavenie aktualizované\",\"Ohn74G\":\"Nastavenie a dizajn\",\"1W5XyZ\":\"Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event.\",\"GG7qDw\":\"Zdieľať partnerský odkaz\",\"hL7sDJ\":\"Zdieľať stránku organizátora\",\"jy6QDF\":\"Správa zdieľanej kapacity\",\"jDNHW4\":\"Shift times\",\"tPfIaW\":[\"Shifted times for \",[\"count\"],\" date(s)\"],\"WwlM8F\":\"Zobraziť rozšírené možnosti\",\"cMW+gm\":[\"Zobraziť všetky platformy (\",[\"0\"],\" ďalších s hodnotami)\"],\"wXi9pZ\":\"Show attendee notes to non-logged-in staff\",\"4LZFir\":\"Zobraziť celý rozsah dátumov\",\"UVPI5D\":\"Zobraziť menej platforiem\",\"Eu/N/d\":\"Zobraziť zaškrtávacie políčko marketingového súhlasu\",\"SXzpzO\":\"Predvolene zobraziť zaškrtávacie políčko marketingového súhlasu\",\"b33PL9\":\"Zobraziť viac platforiem\",\"Eut7p9\":\"Show order details to non-logged-in staff\",\"+RoWKN\":\"Show question answers to non-logged-in staff\",\"jbcx6L\":\"Show remaining capacity on event dates\",\"rXxBOx\":\"Show remaining capacity to buyers\",\"t1LIQW\":[\"Zobrazuje sa \",[\"0\"],\" z \",[\"totalRows\"],\" záznamov\"],\"E717U9\":[\"Showing \",[\"0\"],\"–\",[\"1\"],\" of \",[\"2\"]],\"5rzhBQ\":[\"Showing \",[\"MAX_VISIBLE\"],\" of \",[\"totalAvailable\"],\" dates. Type to search.\"],\"WSt3op\":[\"Showing the first \",[\"0\"],\" — the remaining \",[\"1\"],\" session(s) will still be targeted when the message is sent.\"],\"o1UbOh\":\"Zobrazuje sa poskakujúco v hornej časti modálneho okna\",\"OJLTEL\":\"Shown to staff the first time they open the check-in page.\",\"lbfXEJ\":\"Shows remaining\",\"jVRHeq\":\"Zaregistrovaný\",\"5C7J+P\":\"Single Event\",\"E//btK\":\"Skip manually edited dates\",\"paESr6\":\"Slovenčina\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Sociálne\",\"d0rUsW\":\"Sociálne odkazy\",\"j/TOB3\":\"Sociálne odkazy a webová stránka\",\"s9KGXU\":\"Predané\",\"yp+0jj\":\"sold out\",\"1hupow\":\"Vypredané, čakacia listina k dispozícii\",\"iACSrw\":\"Some details are hidden from public access. Log in to view everything.\",\"Dia6iz\":\"Something went wrong while deleting the image. Please try again.\",\"KTxc6k\":\"Niečo sa pokazilo, skúste to znovu alebo kontaktujte podporu, ak problém pretrváva\",\"lkE00/\":\"Niečo sa pokazilo. Skúste to neskôr.\",\"wdxz7K\":\"Zdroj\",\"SzuJ5m\":\"Konkrétne účty\",\"/h8G1o\":\"Konkrétni používatelia\",\"fDG2by\":\"Spirituality\",\"oPaRES\":\"Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end.\",\"7JFNej\":\"Šport\",\"/bfV1Y\":\"Staff instructions\",\"StWUH4\":\"Start check-in\",\"JcQp9p\":\"Dátum a čas začiatku\",\"0m/ekX\":\"Dátum a čas začiatku\",\"izRfYP\":\"Dátum začiatku je povinný\",\"xAYSEs\":\"Čas začiatku\",\"n9ZrDo\":\"Start typing a venue or address...\",\"DACR+e\":\"Starts collapsed\",\"qeFVhN\":[\"Starts in \",[\"diffDays\"],\" days\"],\"AOqtxN\":[\"Starts in \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Starts in \",[\"h\"],\"h \",[\"m\"],\"m\"],\"Lo49in\":[\"Starts in \",[\"seconds\"],\"s\"],\"NqChgF\":\"Starts tomorrow\",\"2NbyY/\":\"Štatistiky\",\"GVUxAX\":\"Štatistiky sú založené na dátume vytvorenia účtu\",\"29Hx9U\":\"Stats\",\"5ia+r6\":\"Still needed\",\"wuV0bK\":\"Zastaviť zosobnenie\",\"S/7MPw\":\"Účet Stripe bol odpojený.\",\"s/KaDb\":\"Stripe connected\",\"Bk06QI\":\"Stripe pripojený\",\"akZMv8\":[\"Stripe connection copied from \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe didn't return a setup link. Please try again.\",\"aKtF0O\":\"Stripe nie je pripojený\",\"9i0++A\":\"ID platby Stripe\",\"R1lIMV\":\"Stripe will need a few more details soon\",\"FzcCHA\":\"Stripe will walk you through a few quick questions to finish setup.\",\"ii0qn/\":\"Predmet je povinný\",\"M7Uapz\":\"Predmet sa zobrazí tu\",\"6aXq+t\":\"Predmet:\",\"JwTmB6\":\"Produkt bol úspešne duplikovaný\",\"WUOCgI\":\"Miesto bolo úspešne ponúknuté\",\"IvxA4G\":[\"Lístky boli úspešne ponúknuté \",[\"count\"],\" osobám\"],\"kKpkzy\":\"Lístky boli úspešne ponúknuté 1 osobe\",\"Zi3Sbw\":\"Úspešne odstránené zo zoznamu čakateľov\",\"RuaKfn\":\"Adresa bola úspešne aktualizovaná\",\"kzx0uD\":\"Predvolené nastavenia udalosti boli úspešne aktualizované\",\"5n+Wwp\":\"Organizátor bol úspešne aktualizovaný\",\"DMCX/I\":\"Predvolené nastavenia poplatkov platformy boli úspešne aktualizované\",\"URUYHc\":\"Nastavenia poplatkov platformy boli úspešne aktualizované\",\"kRWc2g\":\"Nastavenia opakujúceho sa podujatia boli úspešne aktualizované\",\"0Dk/l8\":\"SEO nastavenia boli úspešne aktualizované\",\"S8Tua9\":\"Nastavenia boli úspešne aktualizované\",\"MhOoLQ\":\"Sociálne odkazy boli úspešne aktualizované\",\"CNSSfp\":\"Nastavenia sledovania boli úspešne aktualizované\",\"kj7zYe\":\"Webhook bol úspešne aktualizovaný\",\"dXoieq\":\"Súhrn\",\"/RfJXt\":[\"Letný hudobný festival \",[\"0\"]],\"CWOPIK\":\"Letný hudobný festival 2025\",\"D89zck\":\"Sun\",\"DBC3t5\":\"Nedeľa\",\"UaISq3\":\"Švédčina\",\"JZTQI0\":\"Prepnúť organizátora\",\"9YHrNC\":\"Predvolené systémové\",\"jGR53C\":\"T-shirts, mugs and more\",\"hCR98w\":\"Klikajte na dátumy ako v kalendári.\",\"lruQkA\":\"Tap this screen to resume scanning\",\"X9v2GM\":\"Cieľové účty\",\"TmyDCw\":\"Cieľoví používatelia\",\"TJUrME\":[\"Targeting attendees across \",[\"0\"],\" selected sessions.\"],\"yT6dQ8\":\"Vybraná daň zoskupená podľa typu dane a udalosti\",\"Ye321X\":\"Názov dane\",\"WyCBRt\":\"Súhrn daní\",\"QC3FVX\":\"Taxes & fees\",\"GkH0Pq\":\"Dane a poplatky uplatnené\",\"SXvRWU\":\"Team collaboration\",\"vlf/In\":\"Technológie\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Povedzte ľuďom, čo môžu očakávať na vašej udalosti\",\"NiIUyb\":\"Povedzte nám o svojej udalosti\",\"DovcfC\":\"Povedzte nám o svojej organizácii. Tieto informácie sa zobrazia na stránkach vašich udalostí.\",\"69GWRq\":\"Tell us how often your event repeats and we'll create all the dates for you.\",\"mXPbwY\":\"Tell us your VAT registration status so we apply the correct VAT treatment to platform fees.\",\"7wtpH5\":\"Šablóna aktívna\",\"QHhZeE\":\"Šablóna bola úspešne vytvorená\",\"xrWdPR\":\"Šablóna bola úspešne odstránená\",\"G04Zjt\":\"Šablóna bola úspešne uložená\",\"xowcRf\":\"Podmienky služby\",\"6K0GjX\":\"Text môže byť ťažko čitateľný\",\"nm3Iz/\":\"Ďakujeme za účasť!\",\"pYwj0k\":\"Thanks,\",\"cIHkSd\":[\"To je \",[\"totalOccurrences\"],\" termínov — maximum je \",[\"max\"],\". Skráťte obdobie alebo frekvenciu.\"],\"k3IitN\":\"That's a wrap\",\"KfmPRW\":\"Farba pozadia stránky. Pri použití obrázka obalu sa aplikuje ako prekrytie.\",\"MDNyJz\":\"Kód vyprší za 10 minút. Skontrolujte priečinok so spamom, ak e-mail nevidíte.\",\"AIF7J2\":\"Mena, v ktorej je definovaný pevný poplatok. Bude prevedená na menu objednávky pri pokladni.\",\"k3LFkM\":\"Mena používaná pre ceny vstupeniek tohto podujatia.\",\"7oksH+\":[\"Zľava sa odpočíta z každého oprávneného produktu. Napr. zľava \",[\"currencySymbol\"],\"10 × 3 lístky = zľava \",[\"currencySymbol\"],\"30.\"],\"sKL8k2\":\"Zľava sa odpočíta jedenkrát z celkovej sumy objednávky.\",\"cDHM1d\":\"E-mailová adresa bola zmenená. Účastník dostane nový lístok na aktualizovanú e-mailovú adresu.\",\"tXadb0\":\"Udalosť, ktorú hľadáte, momentálne nie je dostupná. Mohla byť odstránená, vypršala alebo URL môže byť nesprávna.\",\"sxKqBm\":\"Celá suma objednávky bude vrátená na pôvodný platobný prostriedok zákazníka.\",\"KgDp6G\":\"Odkaz, ku ktorému sa pokúšate pristúpiť, vypršal alebo už nie je platný. Skontrolujte e-mail pre aktualizovaný odkaz na správu objednávky.\",\"sYLeDq\":\"Organizátor, ktorého hľadáte, sa nenašiel. Stránka mohla byť presunutá, odstránená alebo URL môže byť nesprávna.\",\"PCr4zw\":\"The override is recorded in the order audit log.\",\"C4nQe5\":\"Poplatok platformy sa pripočíta k cene lístka. Kupujúci zaplatia viac, ale vy dostanete plnú cenu lístka.\",\"HxxXZO\":\"Primárna farba značky používaná pre tlačidlá a zvýraznenia\",\"OVSkIF\":\"Príliš žlutý kůň úpěl ďábelské ódy.\",\"z0KrIG\":\"Naplánovaný čas je povinný\",\"EWErQh\":\"Naplánovaný čas musí byť v budúcnosti\",\"UNd0OU\":[\"The session for \\\"\",[\"title\"],\"\\\" originally scheduled for \",[\"0\"],\" has been rescheduled.\"],\"DEcpfp\":\"Telo šablóny obsahuje neplatnú Liquid syntax. Opravte ju a skúste znovu.\",\"qpmtdK\":\"Časové pásmo používané pre dátumy a časy tohto podujatia.\",\"N3VfVA\":\"Nahrávanie sa nedostalo na server. Skontrolujte pripojenie a ak je súbor veľký, skúste menší obrázok (max. 5MB).\",\"injXD7\":\"Číslo DPH sa nepodarilo overiť. Skontrolujte číslo a skúste znovu.\",\"A4UmDy\":\"Divadlo\",\"tDwYhx\":\"Téma a farby\",\"ybBP2H\":\"There are no products available for this date. Please choose another date.\",\"O7g4eR\":\"There are no upcoming dates for this event\",\"062KsE\":\"These details are shown on the attendee's ticket and order summary for this date only.\",\"5Eu+tn\":\"Tieto údaje sa zobrazia až po úspešnom dokončení objednávky.\",\"jQjwR+\":\"These details will replace any existing location on the affected dates and show on attendee tickets.\",\"6eaLu/\":\"Tieto ceny platia pre všetky termíny vo vašom rozvrhu a množstvá úrovní obmedzujú celkový predaj za všetky termíny spolu. Dátumy predaja úrovní platia globálne. Ceny pre jednotlivé termíny môžete prepísať na <0>stránke Rozvrh termínov.\",\"QP3gP+\":\"Tieto nastavenia sa vzťahujú iba na skopírovaný kód na vloženie a nebudú uložené.\",\"HirZe8\":\"Tieto šablóny budú použité ako predvolené pre všetky udalosti vo vašej organizácii. Jednotlivé udalosti môžu tieto šablóny prepísať vlastnými verziami.\",\"lzAaG5\":\"Tieto šablóny prepíšu predvolené nastavenia organizátora iba pre túto udalosť. Ak tu nie je nastavená vlastná šablóna, použije sa šablóna organizátora.\",\"UlykKR\":\"Third\",\"1YTBzS\":\"Tento účet nemá žiadne dokončené objednávky, takže všetky jeho údaje budú natrvalo vymazané.\",\"jCPU8z\":\"Tento účet je naplánovaný na vymazanie\",\"zfNCE8\":[\"Tento účet je naplánovaný na vymazanie dňa <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes.\",\"SOmGDa\":\"This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins.\",\"XBNC3E\":\"Tento kód sa použije na sledovanie predajov. Povolené sú iba písmená, číslice, pomlčky a podčiarkovníky.\",\"AaP0M+\":\"Táto kombinácia farieb môže byť pre niektorých používateľov ťažko čitateľná\",\"o1phK/\":[\"This date has \",[\"orderCount\"],\" order(s) that will be affected.\"],\"F/UtGt\":\"This date has been cancelled. You can still delete it to remove it permanently.\",\"BLZ7pX\":\"This date is in the past. It will be created but won't be visible to attendees under upcoming dates.\",\"7IIY0z\":\"This date is marked sold out.\",\"bddWMP\":\"This date is no longer available. Please select another date.\",\"E9BqZw\":\"This date only\",\"n68908\":[\"Týmto odpojíte \",[\"stripeAccountId\"],\" od tohto organizátora. Predaj platených vstupeniek prestane fungovať, kým znova nepripojíte účet Stripe.\"],\"RzEvf5\":\"Táto udalosť sa skončila\",\"kc4bIA\":\"Táto udalosť zatiaľ nemá žiadne vstupenky ani produkty, takže účastníci sa nebudú môcť zaregistrovať.\",\"eMaNd0\":\"This event is not available\",\"YClrdK\":\"Táto udalosť ešte nie je zverejnená\",\"GL6z+k\":\"Toto podujatie je vypredané\",\"pIwDhS\":\"This event's dates and times are set on the occurrence schedule.\",\"ny5rgr\":\"This is a recurring event\",\"tc64Zz\":\"Toto je názov kategórie, ktorý sa zobrazí na stránke podujatia.\",\"dFJnia\":\"Toto je meno vášho organizátora, ktoré sa zobrazí vašim používateľom.\",\"vt7jiq\":\"Toto je jediný čas, kedy sa zobrazí podpisový tajný kľúč. Skopírujte ho teraz a bezpečne uložte.\",\"5DpZrC\":\"Toto obmedzuje celkový predaj za všetky termíny vo vašom rozvrhu spolu — nejde o limit na termín. Ak chcete obmedziť účasť na jednotlivých termínoch, nastavte kapacitu na <0>stránke Rozvrh termínov.\",\"L7dIM7\":\"Tento odkaz je neplatný alebo vypršal.\",\"MR5ygV\":\"Tento odkaz už nie je platný\",\"9LEqK0\":\"Tento názov je viditeľný pre koncových používateľov\",\"QdUMM9\":\"This occurrence is at capacity\",\"j5FdeA\":\"Táto objednávka sa spracováva.\",\"sjNPMw\":\"Táto objednávka bola opustená. Novú objednávku môžete začať kedykoľvek.\",\"OhCesD\":\"Táto objednávka bola zrušená. Novú objednávku môžete začať kedykoľvek.\",\"lyD7rQ\":\"Profil tohto organizátora ešte nie je zverejnený\",\"9b5956\":\"Tento náhľad ukazuje, ako bude váš e-mail vyzerať so vzorovými dátami. Skutočné e-maily budú používať reálne hodnoty.\",\"uM9Alj\":\"Tento produkt je zvýraznený na stránke udalosti\",\"RqSKdX\":\"Tento produkt je vypredaný\",\"4PDH+K\":\"This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to.\",\"qEGn8I\":\"Táto opakujúca sa udalosť zatiaľ nemá žiadne termíny, takže účastníci si nemajú čo rezervovať.\",\"W12OdJ\":\"Táto správa slúži iba na informačné účely. Pred použitím týchto dát na účtovné alebo daňové účely vždy konzultujte s daňovým poradcom. Skontrolujte si aj Stripe dashboard, pretože Hi.Events môže mať chýbajúce historické dáta.\",\"1LuJNw\":\"Táto vstupenka už nie je platná\",\"0Ew0uk\":\"Tento lístok bol práve naskenovaný. Pred ďalším skenovaním počkajte.\",\"FYXq7k\":[\"This will affect \",[\"loadedAffectedCount\"],\" date(s).\"],\"kvpxIU\":\"Toto sa použije na notifikácie a komunikáciu s vašimi používateľmi.\",\"bPgkdx\":\"Týmto sa zruší naplánované vymazanie a účet sa znova aktivuje. Vlastník účtu bude informovaný e-mailom.\",\"4yx4a4\":[\"Týmto sa váš účet okamžite deaktivuje a po 30 dňoch natrvalo vymaže. Na potvrdenie zadajte názov svojho účtu: <0>\",[\"0\"],\"\"],\"rhsath\":\"Toto nebude viditeľné pre zákazníkov, ale pomáha vám identifikovať partnera.\",\"VGEfU7\":\"Týmto sa účet okamžite natrvalo vymaže alebo anonymizuje bez čakania na naplánovaný dátum. Túto akciu nie je možné vrátiť späť.\",\"hV6FeJ\":\"Throughput\",\"+FjWgX\":\"Thu\",\"kkDQ8m\":\"Štvrtok\",\"0GSPnc\":\"Dizajn lístka\",\"EZC/Cu\":\"Dizajn lístka bol úspešne uložený\",\"bbslmb\":\"Návrhár lístka\",\"1BPctx\":\"Lístok pre\",\"HGuXjF\":\"Držitelia lístkov\",\"CMUt3Y\":\"Držitelia lístkov\",\"awHmAT\":\"ID lístka\",\"6czJik\":\"Logo lístka\",\"t79rDv\":\"Lístok nenájdený\",\"6tmWch\":\"Lístok alebo produkt\",\"1tfWrD\":\"Náhľad lístka pre\",\"KnjoUA\":\"Cena lístka\",\"pGZOcL\":\"Lístok bol úspešne znovu odoslaný\",\"o02GZM\":\"Ticket sales have ended for this event\",\"8jLPgH\":\"Typ lístka\",\"8qsbZ5\":\"Predaj lístkov\",\"zNECqg\":\"lístky\",\"6GQNLE\":\"Lístky\",\"NRhrIB\":\"Lístky a produkty\",\"OrWHoZ\":\"Lístky sú automaticky ponúkané zákazníkom v zozname čakateľov, keď sa uvoľní kapacita.\",\"AGRilS\":\"Predané lístky\",\"4/dG8J\":\"Tiers\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Time\",\"kGEhUy\":\"Časy\",\"fXf2r5\":[\"Times shown in \",[\"timezoneAbbr\"]],\"9udQT9\":\"Názov je povinný\",\"dMtLDE\":\"to\",\"/jQctM\":\"Do\",\"tiI71C\":\"Na zvýšenie limitov nás kontaktujte na\",\"ecUA8p\":\"Today\",\"W428WC\":\"Prepnúť stĺpce\",\"BRMXj0\":\"Tomorrow\",\"UBSG1X\":\"Najlepší organizátori (posledných 14 dní)\",\"3sZ0xx\":\"Celkový počet účtov\",\"SMDzqJ\":\"Celkový počet účastníkov\",\"orBECM\":\"Celkovo vybrané\",\"k5CU8c\":\"Celkový počet záznamov\",\"4B7oCp\":\"Celkový poplatok\",\"sMMlTX\":\"Total fees\",\"mlvCEl\":\"Total orders\",\"2AW/k5\":\"Celkové množstvo pre všetky termíny\",\"dp8BCb\":\"Total tax\",\"vb0Q0/\":\"Celkový počet používateľov\",\"oJjplO\":\"Celkový počet zobrazení\",\"rBZ9pz\":\"Tours\",\"orluER\":\"Sledovať rast účtu a výkonnosť podľa zdroja priradenia\",\"YwKzpH\":\"Sledovanie a analytika\",\"GUA0Jy\":\"Try a different search term or filter\",\"2P/OWN\":\"Try adjusting your filters to see more dates.\",\"ouM5IM\":\"Skúste iný e-mail\",\"3DZvE7\":\"Vyskúšajte Hi.Events zadarmo\",\"vq2WxD\":\"Tue\",\"G3myU+\":\"Utorok\",\"Kz91g/\":\"Turečtina\",\"GdOhw6\":\"Vypnúť zvuk\",\"KUOhTy\":\"Zapnúť zvuk\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Napíšte \\\"odstrániť\\\" na potvrdenie\",\"nSlb72\":\"Píšte pre vyhľadávanie...\",\"nWRfmt\":\"Typografia\",\"IrVSu+\":\"Nie je možné duplikovať produkt. Skontrolujte svoje údaje\",\"Vx2J6x\":\"Nie je možné načítať účastníka\",\"h0dx5e\":\"Nie je možné pridať sa do zoznamu čakateľov\",\"DaE0Hg\":\"Unable to load attendee details.\",\"GlnD5Y\":\"Unable to load products for this date. Please try again.\",\"17VbmV\":\"Unable to undo check-in\",\"n57zCW\":\"Nepriradené účty\",\"9uI/rE\":\"Undo\",\"Ef7StM\":\"Neznáme\",\"ZBAScj\":\"Neznámy účastník\",\"MEIAzV\":\"Bez názvu\",\"K6L5Mx\":\"Miesto bez názvu\",\"7yiFvZ\":\"Nezaplatené\",\"C51N+0\":\"do\",\"NaeLn8\":[\"Until \",[\"end\"]],\"porwAO\":\"Do dátumu\",\"ZIb6rJ\":\"Untitled product\",\"crJM8s\":\"Untitled ticket\",\"X13xGn\":\"Nedôveryhodné\",\"0bT1FT\":[\"Up to \",[\"max\"],\" per order\"],\"gyXpQN\":\"Upcoming events\",\"Pp1sWX\":\"Aktualizovať partnera\",\"59qHrb\":\"Update capacity\",\"Gaem9v\":\"Update event name and description\",\"7EhE4k\":\"Update label\",\"NPQWj8\":\"Update location\",\"75+lpR\":[\"Update: \",[\"subjectTitle\"],\" — schedule changes\"],\"UOGHdA\":[\"Update: \",[\"subjectTitle\"],\" — session time changed\"],\"+b7T3G\":\"Aktualizované\",\"ogoTrw\":[\"Updated \",[\"count\"],\" date(s)\"],\"dDuona\":[\"Updated capacity for \",[\"count\"],\" date(s)\"],\"FT3LSc\":[\"Updated label for \",[\"count\"],\" date(s)\"],\"8EcY1g\":[\"Updated location for \",[\"count\"],\" date(s)\"],\"83tNam\":\"Aktualizuje sa počas vytvárania pravidla. Prelistujte mesiace a skontrolujte termíny.\",\"/XlQr2\":\"Updates as you type.\",\"gJQsLv\":\"Nahrať obrázok obalu pre vášho organizátora\",\"4kEGqW\":\"Nahrať logo pre vášho organizátora\",\"lnCMdg\":\"Nahrať obrázok\",\"29w7p6\":\"Nahrávanie obrázka...\",\"HtrFfw\":\"URL je povinná\",\"3VnYUR\":\"URL adresa musí začínať http:// alebo https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB scanner listening\",\"dyTklH\":\"USB scanner paused\",\"OHJXlK\":\"Použite <0>Liquid šablonovanie na personalizáciu e-mailov\",\"/rsy72\":\"Use event default\",\"0k4cdb\":\"Použiť údaje objednávky pre všetkých účastníkov. Mená a e-maily účastníkov budú zodpovedať informáciám kupujúceho.\",\"bA31T4\":\"Použiť údaje kupujúceho pre všetkých účastníkov\",\"PpgtnC\":\"Použiť túto adresu\",\"rnoQsz\":\"Používa sa pre okraje, zvýraznenia a štýlovanie QR kódu\",\"b0XTc/\":[\"Používatelia (\",[\"0\"],\")\"],\"BV4L/Q\":\"UTM analytika\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Overovanie čísla DPH...\",\"t7caBM\":\"VAT country code\",\"WLkfqH\":\"VAT number\",\"pnVh83\":\"Číslo DPH\",\"CabI04\":\"Číslo DPH nesmie obsahovať medzery\",\"PMhxAR\":\"Číslo DPH musí začínať 2-písmenným kódom krajiny, za ktorým nasleduje 8–15 alfanumerických znakov (napr. DE123456789)\",\"gPgdNV\":\"Číslo DPH bolo úspešne overené\",\"RUMiLy\":\"Overenie čísla DPH zlyhalo\",\"vqji3Y\":\"Overenie čísla DPH zlyhalo. Skontrolujte číslo DPH.\",\"8dENF9\":\"DPH z poplatku\",\"ZutOKU\":\"Sadzba DPH\",\"+KJZt3\":\"VAT registered\",\"Nfbg76\":\"Nastavenia DPH boli úspešne uložené\",\"UvYql/\":\"Nastavenia DPH uložené. Overujeme číslo DPH na pozadí.\",\"bXn1Jz\":\"VAT settings updated\",\"tJylUv\":\"Zaobchádzanie s DPH pre poplatky platformy\",\"FlGprQ\":\"Zaobchádzanie s DPH pre poplatky platformy: firmy registrované pre DPH v EÚ môžu použiť mechanizmus prenesenia daňovej povinnosti (0 % – článok 196 smernice o DPH 2006/112/ES). Firmám neregistrovaným pre DPH sa účtuje írska DPH vo výške 23 %.\",\"516oLj\":\"Služba overenia DPH je dočasne nedostupná\",\"p6QQLa\":[\"VAT: \",[\"0\"]],\"5q87Y9\":\"VAT: not registered\",\"AdWhjZ\":\"Overovací kód\",\"kUAumu\":\"Verification email sent. Check your inbox.\",\"QDEWii\":\"Overené\",\"wCKkSr\":\"Overiť e-mail\",\"/IBv6X\":\"Overte svoj e-mail\",\"u8nB38\":\"Verify your email so attendees can receive tickets\",\"e/cvV1\":\"Overovanie...\",\"fROFIL\":\"Vietnamčina\",\"p5nYkr\":\"View All\",\"yA/6BX\":\"View all →\",\"6CQ7/B\":\"View all capabilities\",\"YSE15b\":\"View all check-in lists\",\"RnvnDc\":\"Zobraziť všetky správy odoslané naprieč platformou\",\"+WFMis\":\"Zobraziť a stiahnuť správy naprieč všetkými udalosťami. Zahrnuté sú iba dokončené objednávky.\",\"c7VN/A\":\"Zobraziť odpovede\",\"SZw9tS\":\"Zobraziť podrobnosti\",\"9+84uW\":[\"View details for \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Zobraziť udalosť\",\"c6SXHN\":\"Zobraziť stránku udalosti\",\"n6EaWL\":\"Zobraziť protokoly\",\"OaKTzt\":\"Zobraziť mapu\",\"zNZNMs\":\"Zobraziť správu\",\"67OJ7t\":\"Zobraziť objednávku\",\"tKKZn0\":\"Zobraziť podrobnosti objednávky\",\"KeCXJu\":\"Zobraziť podrobnosti objednávky, vydávať vrátenia a znovu odosielať potvrdenia.\",\"9jnAcN\":\"Zobraziť domovskú stránku organizátora\",\"1J/AWD\":\"Zobraziť lístok\",\"N9FyyW\":\"Zobraziť, upraviť a exportovať registrovaných účastníkov.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visible from \",[\"start\"],\" — hidden until sales open.\"],\"EkiKJK\":\"Visible to everyone on the event page.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Čakanie\",\"quR8Qp\":\"Čaká na platbu\",\"KrurBH\":\"Waiting for scan…\",\"u0n+wz\":\"Čakací zoznam\",\"3RXFtE\":\"Zoznam čakateľov povolený\",\"TwnTPy\":\"Ponuka zo zoznamu čakateľov vypršala\",\"aUi/Dz\":\"Upozornenie: Toto je predvolená konfigurácia systému. Zmeny ovplyvnia všetky účty, ktoré nemajú priradenú konkrétnu konfiguráciu.\",\"aT/44s\":\"We couldn't copy that Stripe connection. Please try again.\",\"jTee4a\":\"Tento účet Stripe sa nepodarilo odpojiť. Skúste to znova.\",\"RRZDED\":\"Nenašli sa žiadne objednávky spojené s touto e-mailovou adresou.\",\"2RZK9x\":\"Nenašla sa objednávka, ktorú hľadáte. Odkaz mohol vypršať alebo sa podrobnosti objednávky mohli zmeniť.\",\"nefMIK\":\"Nenašiel sa lístok, ktorý hľadáte. Odkaz mohol vypršať alebo sa podrobnosti lístka mohli zmeniť.\",\"miysJh\":\"Nenašla sa táto objednávka. Mohla byť odstránená.\",\"Fjj/5/\":\"We couldn't load the check-in lists. Please try again.\",\"ADsQ23\":\"We couldn't reach Stripe just now. Please try again in a moment.\",\"HJKdzP\":\"Nastala chyba pri načítaní tejto stránky. Skúste to znovu.\",\"jegrvW\":\"We partner with Stripe to send payouts straight to your bank account.\",\"IfN2Qo\":\"Odporúčame štvorcové logo s minimálnymi rozmermi 200x200px\",\"wJzo/w\":\"Odporúčame rozmery 400px x 400px a maximálnu veľkosť súboru 5 MB\",\"L/KlAh\":[\"We sent a verification link to \",[\"0\"]],\"KRCDqH\":\"Používame cookies na pochopenie používania stránky a zlepšenie vášho zážitku.\",\"x8rEDQ\":\"Nepodarilo sa overiť číslo DPH po viacerých pokusoch. Budeme pokračovať v overovaní na pozadí. Skúste to neskôr.\",\"4HaEdK\":[\"Vytvoríme všetkých \",[\"totalOccurrences\"],\" termínov — každý dátum môžete potom upraviť alebo odstrániť\"],\"mfM/HJ\":[\"Upozorníme vás e-mailom, ak sa uvoľní miesto pre \",[\"productDisplayName\"],\" dňa \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Upozorníme vás e-mailom, ak sa uvoľní miesto pre \",[\"productDisplayName\"],\".\"],\"McuGND\":\"We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically.\",\"q1BizZ\":\"Pošleme vaše lístky na tento e-mail\",\"ZOmUYW\":\"Overíme číslo DPH na pozadí. Ak nastanú problémy, dáme vám vedieť.\",\"LKjHr4\":[\"We've made changes to the schedule for \\\"\",[\"title\"],\"\\\" — \",[\"description\"],\" affecting \",[\"affectedCount\"],\" session(s).\"],\"Fq/Nx7\":\"Poslali sme 5-ciferný overovací kód na:\",\"GdWB+V\":\"Webhook bol úspešne vytvorený\",\"2X4ecw\":\"Webhook bol úspešne odstránený\",\"ndBv0v\":\"Webhook integrations\",\"CThMKa\":\"Protokoly webhookov\",\"I0adYQ\":\"Podpisový tajný kľúč webhooку\",\"nuh/Wq\":\"URL webhooку\",\"8BMPMe\":\"Webhook nebude odosielať notifikácie\",\"FSaY52\":\"Webhook bude odosielať notifikácie\",\"v1kQyJ\":\"Webhooky\",\"On0aF2\":\"Webstránka\",\"0f7U0k\":\"Wed\",\"VAcXNz\":\"Streda\",\"64X6l4\":\"week\",\"4XSc4l\":\"Weekly\",\"IAUiSh\":\"weeks\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Vitajte späť\",\"QDWsl9\":[\"Vitajte v \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Vitajte v \",[\"0\"],\", tu je zoznam všetkých vašich udalostí\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"Aký typ udalosti?\",\"0WyYF4\":\"What unauthenticated staff can see\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Keď je odbavenie odstránené\",\"RPe6bE\":\"When a date is cancelled on a recurring event\",\"Gmd0hv\":\"Keď je vytvorený nový účastník\",\"zyIyPe\":\"Keď je vytvorená nová udalosť\",\"Lc18qn\":\"Keď je vytvorená nová objednávka\",\"dfkQIO\":\"Keď je vytvorený nový produkt\",\"8OhzyY\":\"Keď je produkt odstránený\",\"tRXdQ9\":\"Keď je produkt aktualizovaný\",\"9L9/28\":\"Keď sa produkt vypredá, zákazníci sa môžu pridať do zoznamu čakateľov a byť upozornení, keď sa uvoľnia miesta.\",\"OIkHj+\":\"Keď sa produkt vypredá, zákazníci sa môžu pridať do zoznamu čakateľov a byť upozornení, keď sa uvoľnia miesta. Zákazníci sa pridávajú do zoznamu čakateľov pre konkrétny dátum a ponuky sa robia podľa dátumu.\",\"Q7CWxp\":\"Keď je účastník zrušený\",\"IuUoyV\":\"Keď je účastník odbavený\",\"nBVOd7\":\"Keď je účastník aktualizovaný\",\"t7cuMp\":\"Keď je udalosť archivovaná\",\"gtoSzE\":\"Keď je udalosť aktualizovaná\",\"ny2r8d\":\"Keď je objednávka zrušená\",\"c9RYbv\":\"Keď je objednávka označená ako zaplatená\",\"ejMDw1\":\"Keď je objednávka vrátená\",\"fVPt0F\":\"Keď je objednávka aktualizovaná\",\"bcYlvb\":\"Keď sa odbavenie uzavrie\",\"XIG669\":\"Keď sa odbavenie otvorí\",\"de6HLN\":\"Keď zákazníci zakúpia lístky, ich objednávky sa zobrazia tu.\",\"pm9tpn\":\"Ak je povolené, kupujúci môžu naraz skopírovať svoje meno a e-mail všetkým účastníkom. Vypnutím odstránite možnosť \\\"Všetci účastníci\\\"; kupujúci môžu stále skopírovať údaje prvému účastníkovi, ostatných je potrebné zadať jednotlivo.\",\"403wpZ\":\"Ak je povolené, nové udalosti umožnia účastníkom spravovať vlastné podrobnosti lístka cez zabezpečený odkaz. Toto môže byť prepísané pre každú udalosť.\",\"blXLKj\":\"Ak je povolené, nové udalosti zobrazia zaškrtávacie políčko marketingového súhlasu počas pokladne. Toto môže byť prepísané pre každú udalosť.\",\"Kj0Txn\":\"Ak je povolené, na transakcie Stripe Connect nebudú účtované žiadne poplatky aplikácie. Použite pre krajiny, kde poplatky aplikácie nie sú podporované.\",\"xo06V3\":\"Kam tlačidlo odkazuje\",\"uchB0M\":\"Náhľad widgetu\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Napíšte správu tu...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"year\",\"zkWmBh\":\"Yearly\",\"+BGee5\":\"years\",\"X/azM1\":\"Áno – mám platné číslo registrácie DPH v EÚ\",\"Tz5oXG\":\"Áno, zrušiť objednávku\",\"QlSZU0\":[\"Zosobňujete <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Vydávate čiastočné vrátenie. Zákazníkovi bude vrátené \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"Ďalšie servisné poplatky a dane môžete nakonfigurovať v nastaveniach účtu.\",\"rj3A7+\":\"You can override this for individual dates later.\",\"paWwQ0\":\"V prípade potreby môžete stále manuálne ponúkať lístky.\",\"jTDzpA\":\"Nemôžete archivovať posledného aktívneho organizátora na vašom účte.\",\"D8baxD\":\"Máte platené vstupenky, ale Stripe ešte nie je pripojený, takže nemôžete prijímať platby.\",\"5VGIlq\":\"Dosiahli ste limit správ.\",\"casL1O\":\"K bezplatnému produktu máte pridané dane a poplatky. Chcete ich odstrániť?\",\"5SgD0L\":\"You have unsaved changes. Are you sure you want to discard them?\",\"9jJNZY\":\"Pred uložením musíte potvrdiť svoje povinnosti\",\"pCLes8\":\"Musíte súhlasiť s prijímaním správ\",\"FVTVBy\":\"Pred aktualizáciou stavu organizátora musíte overiť e-mailovú adresu.\",\"ze4bi/\":\"You need to create at least one occurrence before you can add attendees to this recurring event.\",\"w65ZgF\":\"Pred úpravou e-mailových šablón musíte overiť e-mail účtu.\",\"FRl8Jv\":\"Pred odosielaním správ musíte overiť e-mail účtu.\",\"88cUW+\":\"Dostanete\",\"O6/3cu\":\"You'll be able to set up dates, schedules, and recurrence rules in the next step.\",\"zKAheG\":\"You're changing session times\",\"MNFIxz\":[\"Idete na \",[\"0\"],\"!\"],\"ZlLcht\":[\"Prihlasujete sa na čakaciu listinu na \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Ste v zozname čakateľov!\",\"/5HL6k\":\"Bolo vám ponúknuté miesto!\",\"gbjFFH\":\"You've changed the session time\",\"YI0K8C\":[\"Váš účet bol deaktivovaný a bude natrvalo vymazaný dňa <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Váš účet má limity správ. Na zvýšenie limitov nás kontaktujte na\",\"gsWZkk\":\"Váš účet je teraz naplánovaný na vymazanie.\",\"x/xjzn\":\"Vaši partneri boli úspešne exportovaní.\",\"TF37u6\":\"Vaši účastníci boli úspešne exportovaní.\",\"79lXGw\":\"Váš zoznam odbavení bol úspešne vytvorený. Zdieľajte odkaz nižšie so svojím personálom odbavenia.\",\"BnlG9U\":\"Vaša aktuálna objednávka bude stratená.\",\"nBqgQb\":\"Váš e-mail\",\"GG1fRP\":\"Vaša udalosť je živá!\",\"ifRqmm\":\"Vaša správa bola úspešne odoslaná!\",\"0/+Nn9\":\"Vaše správy sa zobrazia tu\",\"/Rj5P4\":\"Vaše meno\",\"PFjJxY\":\"Nové heslo musí mať aspoň 8 znakov.\",\"gzrCuN\":\"Podrobnosti objednávky boli aktualizované. Na novú e-mailovú adresu bol odoslaný potvrdzovací e-mail.\",\"naQW82\":\"Vaša objednávka bola zrušená.\",\"bhlHm/\":\"Vaša objednávka čaká na platbu\",\"XeNum6\":\"Vaše objednávky boli úspešne exportované.\",\"Xd1R1a\":\"Adresa vášho organizátora\",\"WWYHKD\":\"Vaša platba je chránená šifrovaním na bankovej úrovni\",\"5b3QLi\":\"Váš plán\",\"N4Zkqc\":\"Your saved date filter is no longer available — showing all dates.\",\"o0qzpM\":\"Váš účet Stripe nie je ovplyvnený a žiadne dáta sa nestratia — kedykoľvek sa môžete znova pripojiť.\",\"FNO5uZ\":\"Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions.\",\"CnZ3Ou\":\"Vaše lístky boli potvrdené.\",\"EmFsMZ\":\"Vaše číslo DPH je zaradené do frontu na overenie\",\"QBlhh4\":\"Vaše číslo DPH bude overené pri uložení\",\"fT9VLt\":\"Vaša ponuka zo zoznamu čakateľov vypršala a nepodarilo sa dokončiť objednávku. Pridajte sa znovu do zoznamu čakateľov, aby ste boli upozornení, keď sa uvoľnia ďalšie miesta.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Zatiaľ nie je čo zobraziť'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" úspešne <0>odhlásený\"],\"KMgp2+\":[[\"0\"],\" dostupných\"],\"Pmr5xp\":[[\"0\"],\" úspešne vytvorené\"],\"FImCSc\":[[\"0\"],\" úspešne aktualizované\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" dní, \",[\"hours\"],\" hodín, \",[\"minutes\"],\" minút a \",[\"seconds\"],\" sekúnd\"],\"f3RdEk\":[[\"hours\"],\" hodín, \",[\"minutes\"],\" minút a \",[\"seconds\"],\" sekúnd\"],\"fyE7Au\":[[\"minutes\"],\" minút a \",[\"seconds\"],\" sekúnd\"],\"NlQ0cx\":[\"Prvá udalosť organizátora \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://vaša-webová-stránka.sk\",\"qnSLLW\":\"<0>Zadajte cenu bez daní a poplatkov.<1>Dane a poplatky môžete pridať nižšie.\",\"ZjMs6e\":\"<0>Počet produktov dostupných pre tento produkt<1>Táto hodnota môže byť prepísaná, ak sú s týmto produktom spojené <2>Limity kapacity.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 minút a 0 sekúnd\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Vstup dátumu. Ideálne na otázky o dátume narodenia atď.\",\"6euFZ/\":[\"Predvolený \",[\"type\"],\" sa automaticky aplikuje na všetky nové produkty. Môžete to zmeniť pre každý produkt zvlášť.\"],\"SMUbbQ\":\"Rozbaľovací zoznam umožňuje iba jeden výber\",\"qv4bfj\":\"Poplatok, napríklad rezervačný alebo servisný\",\"POT0K/\":\"Pevná suma za produkt. Napr. 0,50 € za produkt\",\"f4vJgj\":\"Viacriadkový textový vstup\",\"OIPtI5\":\"Percento z ceny produktu. Napr. 3,5 % z ceny produktu\",\"ZthcdI\":\"Promo kód bez zľavy môže byť použitý na odhalenie skrytých produktov.\",\"AG/qmQ\":\"Prepínač má viacero možností, ale vybrať možno iba jednu.\",\"h179TP\":\"Krátky popis udalosti, ktorý sa zobrazí vo výsledkoch vyhľadávania a pri zdieľaní na sociálnych sieťach. Predvolene sa použije popis udalosti\",\"WKMnh4\":\"Jednoriadkový textový vstup\",\"BHZbFy\":\"Jedna otázka na objednávku. Napr. Aká je vaša doručovacia adresa?\",\"Fuh+dI\":\"Jedna otázka na produkt. Napr. Aká je vaša veľkosť trička?\",\"RlJmQg\":\"Štandardná daň, napríklad DPH alebo GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Prijímajte bankové prevody, šeky alebo iné offline platobné metódy\",\"hrvLf4\":\"Prijímajte platby kreditnou kartou cez Stripe\",\"bfXQ+N\":\"Prijať pozvánku\",\"AeXO77\":\"Účet\",\"lkNdiH\":\"Názov účtu\",\"Puv7+X\":\"Nastavenia účtu\",\"OmylXO\":\"Účet bol úspešne aktualizovaný\",\"7L01XJ\":\"Akcie\",\"FQBaXG\":\"Aktivovať\",\"5T2HxQ\":\"Dátum aktivácie\",\"F6pfE9\":\"Aktívne\",\"/PN1DA\":\"Pridajte popis pre tento zoznam odbavenia\",\"0/vPdA\":\"Pridajte poznámky o účastníkovi. Tieto nebudú viditeľné pre účastníka.\",\"Or1CPR\":\"Pridajte poznámky o účastníkovi...\",\"l3sZO1\":\"Pridajte poznámky k objednávke. Tieto nebudú viditeľné pre zákazníka.\",\"xMekgu\":\"Pridajte poznámky k objednávke...\",\"PGPGsL\":\"Pridať popis\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Pridajte pokyny pre offline platby (napr. údaje bankového prevodu, kam posielať šeky, termíny platby)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Pridať nové\",\"TZxnm8\":\"Pridať možnosť\",\"24l4x6\":\"Pridať produkt\",\"8q0EdE\":\"Pridať produkt do kategórie\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Pridať daň alebo poplatok\",\"goOKRY\":\"Pridať úroveň\",\"oZW/gT\":\"Pridať do kalendára\",\"pn5qSs\":\"Ďalšie informácie\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Adresa\",\"NY/x1b\":\"Adresa riadok 1\",\"POdIrN\":\"Adresa riadok 1\",\"cormHa\":\"Adresa riadok 2\",\"gwk5gg\":\"Adresa riadok 2\",\"U3pytU\":\"Správca\",\"HLDaLi\":\"Správcovia majú plný prístup k udalostiam a nastaveniam účtu.\",\"W7AfhC\":\"Všetci účastníci tejto udalosti\",\"cde2hc\":\"Všetky produkty\",\"5CQ+r0\":\"Povoliť odbavenie účastníkov s nezaplatenými objednávkami\",\"ipYKgM\":\"Povoliť indexovanie vyhľadávačmi\",\"LRbt6D\":\"Umožniť vyhľadávačom indexovať túto udalosť\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Úžasné, Udalosť, Kľúčové slová...\",\"hehnjM\":\"Suma\",\"R2O9Rg\":[\"Zaplatená suma (\",[\"0\"],\")\"],\"V7MwOy\":\"Pri načítaní stránky nastala chyba\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Nastala neočakávaná chyba.\",\"byKna+\":\"Nastala neočakávaná chyba. Skúste to znova.\",\"ubdMGz\":\"Všetky otázky od držiteľov produktov budú odoslané na túto e-mailovú adresu. Táto adresa bude tiež použitá ako adresa \\\"reply-to\\\" pre všetky e-maily odoslané z tejto udalosti\",\"aAIQg2\":\"Vzhľad\",\"Ym1gnK\":\"použité\",\"sy6fss\":[\"Platí pre \",[\"0\"],\" produktov\"],\"kadJKg\":\"Platí pre 1 produkt\",\"DB8zMK\":\"Použiť\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Použiť tento \",[\"type\"],\" na všetky nové produkty\"],\"S0ctOE\":\"Archivovať udalosť\",\"TdfEV7\":\"Archivované\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Naozaj chcete aktivovať tohto účastníka?\",\"TvkW9+\":\"Naozaj chcete archivovať túto udalosť?\",\"/CV2x+\":\"Naozaj chcete zrušiť tohto účastníka? Ich lístok bude zneplatnený.\",\"YgRSEE\":\"Naozaj chcete odstrániť tento promo kód?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Naozaj chcete nastaviť túto udalosť ako koncept? Udalosť bude skrytá pred verejnosťou.\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Naozaj chcete obnoviť túto udalosť? Bude obnovená ako koncept.\",\"vJuISq\":\"Naozaj chcete odstrániť toto priradenie kapacity?\",\"baHeCz\":\"Naozaj chcete odstrániť tento zoznam odbavení?\",\"LBLOqH\":\"Opýtať sa raz na objednávku\",\"wu98dY\":\"Opýtať sa raz na produkt\",\"ss9PbX\":\"Účastník\",\"m0CFV2\":\"Údaje účastníka\",\"QKim6l\":\"Účastník nenájdený\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Lístok účastníka\",\"9SZT4E\":\"Účastníci\",\"iPBfZP\":\"Registrovaní účastníci\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Automatická zmena veľkosti\",\"vZ5qKF\":\"Automaticky meniť výšku widgetu podľa obsahu. Ak je zakázané, widget vyplní výšku kontajnera.\",\"4lVaWA\":\"Čaká na platbu offline\",\"2rHwhl\":\"Čaká na platbu offline\",\"3wF4Q/\":\"Čaká na platbu\",\"ioG+xt\":\"Čaká na platbu\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Späť na stránku udalosti\",\"VCoEm+\":\"Späť na prihlásenie\",\"k1bLf+\":\"Farba pozadia\",\"I7xjqg\":\"Typ pozadia\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Fakturačná adresa\",\"/xC/im\":\"Nastavenia fakturácie\",\"rp/zaT\":\"Brazílska portugalčina\",\"whqocw\":\"Registráciou súhlasíte s našimi <0>Podmienkami služby a <1>Zásadami ochrany osobných údajov.\",\"bcCn6r\":\"Typ výpočtu\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Zrušiť\",\"Gjt/py\":\"Zrušiť zmenu e-mailu\",\"tVJk4q\":\"Zrušiť objednávku\",\"Os6n2a\":\"Zrušiť objednávku\",\"Mz7Ygx\":[\"Zrušiť objednávku \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Zrušené\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Kapacita\",\"V6Q5RZ\":\"Priradenie kapacity bolo úspešne vytvorené\",\"k5p8dz\":\"Priradenie kapacity bolo úspešne odstránené\",\"nDBs04\":\"Správa kapacity\",\"ddha3c\":\"Kategórie umožňujú zoskupovať produkty. Napríklad môžete mať kategóriu pre \\\"Lístky\\\" a ďalšiu pre \\\"Tovar\\\".\",\"iS0wAT\":\"Kategórie pomáhajú organizovať produkty. Tento názov sa zobrazí na verejnej stránke udalosti.\",\"eorM7z\":\"Kategórie boli úspešne preusporiadané.\",\"3EXqwa\":\"Kategória bola úspešne vytvorená\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Zmeniť heslo\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Odbavenie \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Odbavenie a označenie objednávky ako zaplatenej\",\"QYLpB4\":\"Iba odbavenie\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Pozrite si túto udalosť!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Zoznam odbavení bol úspešne odstránený\",\"+hBhWk\":\"Zoznam odbavení vypršal\",\"mBsBHq\":\"Zoznam odbavení nie je aktívny\",\"vPqpQG\":\"Zoznam odbavení nenájdený\",\"tejfAy\":\"Zoznamy odbavení\",\"hD1ocH\":\"URL odbavenia skopírovaná do schránky\",\"CNafaC\":\"Možnosti zaškrtávacieho políčka umožňujú viacnásobný výber\",\"SpabVf\":\"Zaškrtávacie políčka\",\"CRu4lK\":\"Odbavený\",\"znIg+z\":\"Pokladňa\",\"1WnhCL\":\"Nastavenia pokladne\",\"6imsQS\":\"Čínština (zjednodušená)\",\"JjkX4+\":\"Vyberte farbu pozadia\",\"/Jizh9\":\"Vyberte účet\",\"3wV73y\":\"Mesto\",\"FG98gC\":\"Vymazať text vyhľadávania\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Kliknite na kopírovanie\",\"yz7wBu\":\"Zavrieť\",\"62Ciis\":\"Zavrieť bočný panel\",\"EWPtMO\":\"Kód\",\"ercTDX\":\"Kód musí mať 3 až 50 znakov\",\"oqr9HB\":\"Zbaliť tento produkt pri prvom načítaní stránky udalosti\",\"jZlrte\":\"Farba\",\"Vd+LC3\":\"Farba musí byť platný hex kód. Príklad: #ffffff\",\"1HfW/F\":\"Farby\",\"VZeG/A\":\"Čoskoro\",\"yPI7n9\":\"Kľúčové slová oddelené čiarkou popisujúce udalosť. Tieto budú použité vyhľadávačmi na kategorizáciu a indexovanie udalosti\",\"NPZqBL\":\"Dokončiť objednávku\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Dokončiť platbu\",\"qqWcBV\":\"Dokončené\",\"6HK5Ct\":\"Dokončené objednávky\",\"NWVRtl\":\"Dokončené objednávky\",\"DwF9eH\":\"Kód komponentu\",\"Tf55h7\":\"Nakonfigurovaná zľava\",\"7VpPHA\":\"Potvrdiť\",\"ZaEJZM\":\"Potvrdiť zmenu e-mailu\",\"yjkELF\":\"Potvrdiť nové heslo\",\"xnWESi\":\"Potvrdiť heslo\",\"p2/GCq\":\"Potvrdiť heslo\",\"wnDgGj\":\"Potvrdzovanie e-mailovej adresy...\",\"pbAk7a\":\"Pripojiť Stripe\",\"UMGQOh\":\"Pripojiť sa cez Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Podrobnosti pripojenia\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Pokračovať\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Text tlačidla Pokračovať\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Skopírované\",\"T5rdis\":\"skopírované do schránky\",\"he3ygx\":\"Kopírovať\",\"r2B2P8\":\"Kopírovať URL odbavenia\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Kopírovať odkaz\",\"E6nRW7\":\"Kopírovať URL\",\"JNCzPW\":\"Krajina\",\"IF7RiR\":\"Obal\",\"hYgDIe\":\"Vytvoriť\",\"b9XOHo\":[\"Vytvoriť \",[\"0\"]],\"k9RiLi\":\"Vytvoriť produkt\",\"6kdXbW\":\"Vytvoriť promo kód\",\"n5pRtF\":\"Vytvoriť lístok\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"vytvoriť organizátora\",\"ipP6Ue\":\"Vytvoriť účastníka\",\"VwdqVy\":\"Vytvoriť priradenie kapacity\",\"EwoMtl\":\"Vytvoriť kategóriu\",\"XletzW\":\"Vytvoriť kategóriu\",\"WVbTwK\":\"Vytvoriť zoznam odbavení\",\"uN355O\":\"Vytvoriť udalosť\",\"BOqY23\":\"Vytvoriť nové\",\"kpJAeS\":\"Vytvoriť organizátora\",\"a0EjD+\":\"Vytvoriť produkt\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Vytvoriť promo kód\",\"B3Mkdt\":\"Vytvoriť otázku\",\"UKfi21\":\"Vytvoriť daň alebo poplatok\",\"d+F6q9\":\"Vytvorené\",\"Q2lUR2\":\"Mena\",\"DCKkhU\":\"Aktuálne heslo\",\"uIElGP\":\"Vlastná URL mapy\",\"UEqXyt\":\"Vlastný rozsah\",\"876pfE\":\"Zákazník\",\"QOg2Sf\":\"Prispôsobte nastavenia e-mailu a notifikácií pre túto udalosť\",\"Y9Z/vP\":\"Prispôsobte domovskú stránku udalosti a správy pri pokladni\",\"2E2O5H\":\"Prispôsobte rôzne nastavenia pre túto udalosť\",\"iJhSxe\":\"Prispôsobte SEO nastavenia pre túto udalosť\",\"KIhhpi\":\"Prispôsobte stránku svojej udalosti\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Nebezpečná zóna\",\"ZQKLI1\":\"Nebezpečná zóna\",\"7p5kLi\":\"Panel\",\"mYGY3B\":\"Dátum\",\"JvUngl\":\"Dátum a čas\",\"JJhRbH\":\"Kapacita prvého dňa\",\"cnGeoo\":\"Vymazať\",\"jRJZxD\":\"Odstrániť kapacitu\",\"VskHIx\":\"Odstrániť kategóriu\",\"Qrc8RZ\":\"Odstrániť zoznam odbavení\",\"WHf154\":\"Odstrániť kód\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Popis\",\"YC3oXa\":\"Popis pre personál odbavenia\",\"URmyfc\":\"Podrobnosti\",\"1lRT3t\":\"Zakázanie tejto kapacity bude sledovať predaje, ale nezastaví ich po dosiahnutí limitu\",\"H6Ma8Z\":\"Zľava\",\"ypJ62C\":\"Zľava %\",\"3LtiBI\":[\"Zľava v \",[\"0\"]],\"C8JLas\":\"Typ zľavy\",\"1QfxQT\":\"Zavrieť\",\"DZlSLn\":\"Popis dokumentu\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Stiahnuť .ics\",\"kodV18\":\"Stiahnuť CSV\",\"CELKku\":\"Stiahnuť faktúru\",\"LQrXcu\":\"Stiahnuť faktúru\",\"QIodqd\":\"Stiahnuť QR kód\",\"yhjU+j\":\"Sťahovanie faktúry\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Rozbaľovací zoznam\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Duplikovať udalosť\",\"3ogkAk\":\"Duplikovať udalosť\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Možnosti duplikovania\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Skorý vtáčik\",\"ePK91l\":\"Upraviť\",\"N6j2JH\":[\"Upraviť \",[\"0\"]],\"kBkYSa\":\"Upraviť kapacitu\",\"oHE9JT\":\"Upraviť priradenie kapacity\",\"j1Jl7s\":\"Upraviť kategóriu\",\"FU1gvP\":\"Upraviť zoznam odbavení\",\"iFgaVN\":\"Upraviť kód\",\"jrBSO1\":\"Upraviť organizátora\",\"tdD/QN\":\"Upraviť produkt\",\"n143Tq\":\"Upraviť kategóriu produktov\",\"9BdS63\":\"Upraviť promo kód\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Upraviť otázku\",\"poTr35\":\"Upraviť používateľa\",\"GTOcxw\":\"Upraviť používateľa\",\"pqFrv2\":\"napr. 2.50 pre $2.50\",\"3yiej1\":\"napr. 23.5 pre 23.5%\",\"O3oNi5\":\"E-mail\",\"VxYKoK\":\"Nastavenia e-mailu a notifikácií\",\"ATGYL1\":\"E-mailová adresa\",\"hzKQCy\":\"E-mailová adresa\",\"HqP6Qf\":\"Zmena e-mailu bola úspešne zrušená\",\"mISwW1\":\"Zmena e-mailu čaká na potvrdenie\",\"APuxIE\":\"Potvrdenie e-mailu znovu odoslané\",\"YaCgdO\":\"Potvrdenie e-mailu bolo úspešne znovu odoslané\",\"jyt+cx\":\"Správa v päte e-mailu\",\"I6F3cp\":\"E-mail nie je overený\",\"NTZ/NX\":\"Kód na vloženie\",\"4rnJq4\":\"Vložiť skript\",\"8oPbg1\":\"Povoliť fakturáciu\",\"j6w7d/\":\"Povoliť túto kapacitu na zastavenie predaja produktov po dosiahnutí limitu\",\"VFv2ZC\":\"Dátum ukončenia\",\"237hSL\":\"Ukončené\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Angličtina\",\"MhVoma\":\"Zadajte sumu bez daní a poplatkov.\",\"SlfejT\":\"Chyba\",\"3Z223G\":\"Chyba pri potvrdzovaní e-mailovej adresy\",\"a6gga1\":\"Chyba pri potvrdzovaní zmeny e-mailu\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Udalosť\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Dátum udalosti\",\"0Zptey\":\"Predvolené nastavenia udalosti\",\"QcCPs8\":\"Podrobnosti udalosti\",\"6fuA9p\":\"Udalosť bola úspešne duplikovaná\",\"AEuj2m\":\"Domovská stránka udalosti\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Miesto udalosti a podrobnosti o mieste konania\",\"OopDbA\":\"Event page\",\"4/If97\":\"Aktualizácia stavu udalosti zlyhala. Skúste to neskôr.\",\"btxLWj\":\"Stav udalosti aktualizovaný\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Udalosti\",\"sZg7s1\":\"Dátum vypršania\",\"KnN1Tu\":\"Vyprší\",\"uaSvqt\":\"Dátum vypršania\",\"GS+Mus\":\"Exportovať\",\"9xAp/j\":\"Nepodarilo sa zrušiť účastníka\",\"ZpieFv\":\"Nepodarilo sa zrušiť objednávku\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Nepodarilo sa stiahnuť faktúru. Skúste to znovu.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Nepodarilo sa načítať zoznam odbavení\",\"ZQ15eN\":\"Nepodarilo sa znovu odoslať e-mail s lístkom\",\"ejXy+D\":\"Nepodarilo sa zoradiť produkty\",\"PLUB/s\":\"Poplatok\",\"/mfICu\":\"Poplatky\",\"LyFC7X\":\"Filtrovať objednávky\",\"cSev+j\":\"Filtre\",\"CVw2MU\":[\"Filtre (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Číslo prvej faktúry\",\"V1EGGU\":\"Meno\",\"kODvZJ\":\"Meno\",\"S+tm06\":\"Meno musí mať 1 až 50 znakov\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Prvé použitie\",\"TpqW74\":\"Pevná\",\"irpUxR\":\"Pevná suma\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Zabudli ste heslo?\",\"2POOFK\":\"Zadarmo\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Francúzština\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Nemčina\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Späť na profil\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Kalendár\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Hrubý predaj\",\"yRg26W\":\"Hrubý predaj\",\"R4r4XO\":\"Hostia\",\"26pGvx\":\"Máte promo kód?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"Tu je príklad, ako môžete použiť komponent vo svojej aplikácii.\",\"Y1SSqh\":\"Tu je React komponent, ktorý môžete použiť na vloženie widgetu do svojej aplikácie.\",\"QuhVpV\":[\"Ahoj \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Skryté pred verejnosťou\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Skryté otázky sú viditeľné iba pre organizátora udalosti, nie pre zákazníka.\",\"vLyv1R\":\"Skryť\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Skryť produkt po dátume ukončenia predaja\",\"06s3w3\":\"Skryť produkt pred dátumom začiatku predaja\",\"axVMjA\":\"Skryť produkt, pokiaľ používateľ nemá platný promo kód\",\"ySQGHV\":\"Skryť produkt po vypredaní\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Skryť tento produkt pred zákazníkmi\",\"Da29Y6\":\"Skryť túto otázku\",\"fvDQhr\":\"Skryť túto úroveň pred používateľmi\",\"lNipG+\":\"Skrytie produktu zabráni používateľom vidieť ho na stránke udalosti.\",\"ZOBwQn\":\"Dizajn domovskej stránky\",\"PRuBTd\":\"Návrhár domovskej stránky\",\"YjVNGZ\":\"Náhľad domovskej stránky\",\"c3E/kw\":\"Homer\",\"8k8Njd\":\"Koľko minút má zákazník na dokončenie objednávky. Odporúčame aspoň 15 minút\",\"ySxKZe\":\"Koľkokrát môže byť tento kód použitý?\",\"dZsDbK\":[\"Prekročený limit HTML znakov: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Súhlasím s <0>podmienkami a ustanoveniami\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Ak je povolené, personál odbavenia môže označiť účastníkov ako odbavených alebo označiť objednávku ako zaplatenú a odbavenie. Ak je zakázané, účastníci spojení s nezaplatenými objednávkami nemôžu byť odbavení.\",\"muXhGi\":\"Ak je povolené, organizátor dostane e-mailovú notifikáciu pri novej objednávke\",\"6fLyj/\":\"Ak ste túto zmenu nepožadovali, okamžite zmeňte heslo.\",\"n/ZDCz\":\"Obrázok bol úspešne odstránený\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Obrázok bol úspešne nahraný\",\"VyUuZb\":\"URL obrázka\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Neaktívne\",\"T0K0yl\":\"Neaktívni používatelia sa nemôžu prihlásiť.\",\"kO44sp\":\"Zahrňte podrobnosti o pripojení pre vašu online udalosť. Tieto podrobnosti sa zobrazia na stránke súhrnu objednávky a stránke lístka účastníka.\",\"FlQKnG\":\"Zahrnúť dane a poplatky do ceny\",\"Vi+BiW\":[\"Obsahuje \",[\"0\"],\" produktov\"],\"lpm0+y\":\"Obsahuje 1 produkt\",\"UiAk5P\":\"Vložiť obrázok\",\"OyLdaz\":\"Pozvánka znovu odoslaná!\",\"HE6KcK\":\"Pozvánka odvolaná!\",\"SQKPvQ\":\"Pozvať používateľa\",\"bKOYkd\":\"Faktúra bola úspešne stiahnutá\",\"alD1+n\":\"Poznámky k faktúre\",\"kOtCs2\":\"Číslovanie faktúr\",\"UZ2GSZ\":\"Nastavenia faktúry\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Položka\",\"KFXip/\":\"Ján\",\"XcgRvb\":\"Novák\",\"87a/t/\":\"Popis\",\"vXIe7J\":\"Jazyk\",\"2LMsOq\":\"Posledných 12 mesiacov\",\"vfe90m\":\"Posledných 14 dní\",\"aK4uBd\":\"Posledných 24 hodín\",\"uq2BmQ\":\"Posledných 30 dní\",\"bB6Ram\":\"Posledných 48 hodín\",\"VlnB7s\":\"Posledných 6 mesiacov\",\"ct2SYD\":\"Posledných 7 dní\",\"XgOuA7\":\"Posledných 90 dní\",\"I3yitW\":\"Posledné prihlásenie\",\"1ZaQUH\":\"Priezvisko\",\"UXBCwc\":\"Priezvisko\",\"tKCBU0\":\"Naposledy použité\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Nechajte prázdne pre použitie predvoleného slova \\\"Faktúra\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Načítavanie...\",\"wJijgU\":\"Miesto\",\"sQia9P\":\"Prihlásiť sa\",\"zUDyah\":\"Prihlasovanie\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Odhlásiť sa\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Urobiť fakturačnú adresu povinnou počas pokladne\",\"MU3ijv\":\"Urobiť túto otázku povinnou\",\"wckWOP\":\"Spravovať\",\"onpJrA\":\"Spravovať účastníka\",\"n4SpU5\":\"Spravovať udalosť\",\"WVgSTy\":\"Spravovať objednávku\",\"1MAvUY\":\"Spravovať nastavenia platby a fakturácie pre túto udalosť.\",\"cQrNR3\":\"Spravovať profil\",\"AtXtSw\":\"Spravovať dane a poplatky, ktoré možno uplatniť na vaše produkty\",\"ophZVW\":\"Spravovať lístky\",\"DdHfeW\":\"Spravovať podrobnosti účtu a predvolené nastavenia\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Spravovať používateľov a ich oprávnenia\",\"1m+YT2\":\"Povinné otázky musia byť zodpovedané pred dokončením pokladne.\",\"Dim4LO\":\"Manuálne pridať účastníka\",\"e4KdjJ\":\"Manuálne pridať účastníka\",\"vFjEnF\":\"Označiť ako zaplatené\",\"g9dPPQ\":\"Maximum na objednávku\",\"l5OcwO\":\"Správa účastníkovi\",\"Gv5AMu\":\"Správa účastníkom\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Správa kupujúcemu\",\"tNZzFb\":\"Obsah správy\",\"lYDV/s\":\"Správa jednotlivým účastníkom\",\"V7DYWd\":\"Správa odoslaná\",\"t7TeQU\":\"Správy\",\"xFRMlO\":\"Minimum na objednávku\",\"QYcUEf\":\"Minimálna cena\",\"RDie0n\":\"Rôzne\",\"mYLhkl\":\"Rôzne nastavenia\",\"KYveV8\":\"Viacriadkové textové pole\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Popis mojej úžasnej udalosti...\",\"vX8/tc\":\"Názov mojej úžasnej udalosti...\",\"hKtWk2\":\"Môj profil\",\"fj5byd\":\"N/A\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Meno\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Prejsť na účastníka\",\"qqeAJM\":\"Nikdy\",\"7vhWI8\":\"Nové heslo\",\"1UzENP\":\"Nie\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Žiadne archivované udalosti na zobrazenie.\",\"q2LEDV\":\"Pre túto objednávku neboli nájdení žiadni účastníci.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Žiadni účastníci na zobrazenie\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Žiadne priradenia kapacity\",\"a/gMx2\":\"Žiadne zoznamy odbavení\",\"tMFDem\":\"Žiadne dostupné dáta\",\"6Z/F61\":\"Žiadne dáta na zobrazenie. Vyberte rozsah dátumov.\",\"fFeCKc\":\"Žiadna zľava\",\"HFucK5\":\"Žiadne ukončené udalosti na zobrazenie.\",\"yAlJXG\":\"Žiadne udalosti na zobrazenie\",\"GqvPcv\":\"Žiadne dostupné filtre\",\"KPWxKD\":\"Žiadne správy na zobrazenie\",\"J2LkP8\":\"Žiadne objednávky na zobrazenie\",\"RBXXtB\":\"Momentálne nie sú dostupné žiadne platobné metódy. Kontaktujte organizátora udalosti.\",\"ZWEfBE\":\"Platba nie je potrebná\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"V tejto kategórii nie sú dostupné žiadne produkty.\",\"FTfObB\":\"Zatiaľ žiadne produkty\",\"+Y976X\":\"Žiadne promo kódy na zobrazenie\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Žiadne výsledky\",\"gk5uwN\":\"Žiadne výsledky vyhľadávania\",\"RHyZUL\":\"Žiadne výsledky vyhľadávania.\",\"RY2eP1\":\"Neboli pridané žiadne dane ani poplatky.\",\"EdQY6l\":\"Žiadne\",\"OJx3wK\":\"Nie je dostupné\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Poznámky\",\"jtrY3S\":\"Zatiaľ nič na zobrazenie\",\"hFwWnI\":\"Nastavenia notifikácií\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Notifikovať organizátora o nových objednávkach\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Počet dní povolených na platbu (nechajte prázdne pre vynechanie platobných podmienok z faktúr)\",\"n86jmj\":\"Predpona čísla\",\"mwe+2z\":\"Offline objednávky sa neodrážajú v štatistikách udalosti, kým nie sú označené ako zaplatené.\",\"dWBrJX\":\"Offline platba zlyhala. Skúste to znovu alebo kontaktujte organizátora udalosti.\",\"fcnqjw\":\"Pokyny pre offline platbu\",\"+eZ7dp\":\"Offline platby\",\"ojDQlR\":\"Informácie o offline platbách\",\"u5oO/W\":\"Nastavenia offline platieb\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"V predaji\",\"Ug4SfW\":\"Po vytvorení udalosti ju uvidíte tu.\",\"ZxnK5C\":\"Po začatí zberu dát ich uvidíte tu.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Prebiehajúce\",\"z+nuVJ\":\"Online podujatie\",\"WKHW0N\":\"Podrobnosti online udalosti\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Otvoriť stránku odbavenia\",\"OdnLE4\":\"Otvoriť bočný panel\",\"ZZEYpT\":[\"Možnosť \",[\"i\"]],\"oPknTP\":\"Voliteľné ďalšie informácie na všetkých faktúrach (napr. platobné podmienky, poplatky za oneskorenie, reklamačná politika)\",\"OrXJBY\":\"Voliteľná predpona pre čísla faktúr (napr. INV-)\",\"0zpgxV\":\"Možnosti\",\"BzEFor\":\"alebo\",\"UYUgdb\":\"Objednávka\",\"mm+eaX\":\"Č. objednávky\",\"B3gPuX\":\"Objednávka zrušená\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Dátum objednávky\",\"Tol4BF\":\"Podrobnosti objednávky\",\"WbImlQ\":\"Objednávka bola zrušená a vlastník objednávky bol informovaný.\",\"nAn4Oe\":\"Objednávka označená ako zaplatená\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Referencia objednávky\",\"acIJ41\":\"Stav objednávky\",\"GX6dZv\":\"Súhrn objednávky\",\"tDTq0D\":\"Časový limit objednávky\",\"1h+RBg\":\"Objednávky\",\"3y+V4p\":\"Adresa organizácie\",\"GVcaW6\":\"Podrobnosti organizácie\",\"nfnm9D\":\"Názov organizácie\",\"G5RhpL\":\"Organizátor\",\"mYygCM\":\"Organizátor je povinný\",\"Pa6G7v\":\"Meno organizátora\",\"l894xP\":\"Organizátori môžu spravovať iba udalosti a produkty. Nemôžu spravovať používateľov, nastavenia účtu ani fakturačné informácie.\",\"fdjq4c\":\"Odsadenie\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Stránka nenájdená\",\"QbrUIo\":\"Zobrazenia stránky\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"zaplatené\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Čiastočne vrátené\",\"8ZsakT\":\"Heslo\",\"TUJAyx\":\"Heslo musí mať minimálne 8 znakov\",\"vwGkYB\":\"Heslo musí mať aspoň 8 znakov\",\"BLTZ42\":\"Heslo bolo úspešne obnovené. Prihláste sa novým heslom.\",\"f7SUun\":\"Heslá sa nezhodujú\",\"aEDp5C\":\"Vložte toto tam, kde chcete zobraziť widget.\",\"+23bI/\":\"Patrik\",\"iAS9f2\":\"patrik@acme.com\",\"621rYf\":\"Platba\",\"Lg+ewC\":\"Platba a fakturácia\",\"DZjk8u\":\"Nastavenia platby a fakturácie\",\"lflimf\":\"Lehota splatnosti\",\"JhtZAK\":\"Platba zlyhala\",\"JEdsvQ\":\"Pokyny k platbe\",\"bLB3MJ\":\"Spôsoby platby\",\"QzmQBG\":\"Poskytovateľ platby\",\"lsxOPC\":\"Platba prijatá\",\"wJTzyi\":\"Stav platby\",\"xgav5v\":\"Platba prebehla úspešne!\",\"R29lO5\":\"Platobné podmienky\",\"/roQKz\":\"Percentuálne\",\"vPJ1FI\":\"Percentuálna suma\",\"xdA9ud\":\"Umiestnite toto do sekcie vašej webovej stránky.\",\"blK94r\":\"Pridajte aspoň jednu možnosť\",\"FJ9Yat\":\"Skontrolujte, či sú zadané informácie správne\",\"TkQVup\":\"Skontrolujte e-mail a heslo a skúste znovu\",\"sMiGXD\":\"Skontrolujte, či je váš e-mail platný\",\"Ajavq0\":\"Skontrolujte e-mail na potvrdenie e-mailovej adresy\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Pokračujte na novej karte\",\"hcX103\":\"Vytvorte produkt\",\"cdR8d6\":\"Vytvorte lístok\",\"x2mjl4\":\"Zadajte platnú URL adresu obrázka.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Upozornenie\",\"C63rRe\":\"Vráťte sa na stránku udalosti a začnite odznova.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Vyberte aspoň jeden produkt\",\"igBrCH\":\"Overte svoju e-mailovú adresu pre prístup ku všetkým funkciám\",\"/IzmnP\":\"Čakajte, pripravujeme faktúru...\",\"MOERNx\":\"Portugalčina\",\"qCJyMx\":\"Správa po pokladni\",\"g2UNkE\":\"Poháňané\",\"Rs7IQv\":\"Správa pred pokladňou\",\"rdUucN\":\"Náhľad\",\"a7u1N9\":\"Cena\",\"CmoB9j\":\"Režim zobrazenia ceny\",\"BI7D9d\":\"Cena nie je nastavená\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Primárna farba\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Primárna farba textu\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Vytlačiť všetky lístky\",\"DKwDdj\":\"Vytlačiť lístky\",\"K47k8R\":\"Produkt\",\"1JwlHk\":\"Kategória produktu\",\"U61sAj\":\"Kategória produktu bola úspešne aktualizovaná.\",\"1USFWA\":\"Produkt bol úspešne odstránený\",\"4Y2FZT\":\"Typ ceny produktu\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Predaj produktov\",\"U/R4Ng\":\"Cenová úroveň produktu\",\"sJsr1h\":\"Typ produktu\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Produkt(y)\",\"N0qXpE\":\"Produkty\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Predané produkty\",\"/u4DIx\":\"Predané produkty\",\"DJQEZc\":\"Produkty boli úspešne zoradené\",\"vERlcd\":\"Profil\",\"kUlL8W\":\"Profil bol úspešne aktualizovaný\",\"cl5WYc\":[\"Promo kód \",[\"promo_code\"],\" bol uplatnený\"],\"P5sgAk\":\"Promo kód\",\"yKWfjC\":\"Stránka promo kódu\",\"RVb8Fo\":\"Promo kódy\",\"BZ9GWa\":\"Promo kódy možno použiť na ponúkanie zliav, predpredajný prístup alebo špeciálny prístup k vašej udalosti.\",\"OP094m\":\"Správa o promo kódoch\",\"4kyDD5\":\"Poskytnite ďalší kontext alebo pokyny pre túto otázku. Toto pole použite na pridanie podmienok,\\nusmernení alebo dôležitých informácií, ktoré účastníci potrebujú vedieť pred zodpovedaním.\",\"toutGW\":\"QR kód\",\"LkMOWF\":\"Dostupné množstvo\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Otázka odstránená\",\"avf0gk\":\"Popis otázky\",\"oQvMPn\":\"Názov otázky\",\"enzGAL\":\"Otázky\",\"ROv2ZT\":\"Otázky a odpovede\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Prepínač\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Príjemca\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Vrátenie zlyhalo\",\"n10yGu\":\"Vrátiť objednávku\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Vrátenie čaká\",\"xHpVRl\":\"Stav vrátenia\",\"/BI0y9\":\"Vrátené\",\"fgLNSM\":\"Registrovať\",\"9+8Vez\":\"Zostatok použití\",\"tasfos\":\"odstrániť\",\"t/YqKh\":\"Odstrániť\",\"t9yxlZ\":\"Reporty\",\"prZGMe\":\"Vyžadovať fakturačnú adresu\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Znovu odoslať potvrdenie e-mailu\",\"wIa8Qe\":\"Znovu odoslať pozvánku\",\"VeKsnD\":\"Znovu odoslať e-mail objednávky\",\"dFuEhO\":\"Znovu odoslať e-mail s lístkom\",\"o6+Y6d\":\"Opätovné odosielanie...\",\"OfhWJH\":\"Obnoviť\",\"RfwZxd\":\"Obnoviť heslo\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Obnoviť udalosť\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Vrátiť sa na stránku udalosti\",\"8YBH95\":\"Príjmy\",\"PO/sOY\":\"Odvolať pozvánku\",\"GDvlUT\":\"Rola\",\"ELa4O9\":\"Dátum ukončenia predaja\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Dátum začiatku predaja\",\"hBsw5C\":\"Predaj skončil\",\"kpAzPe\":\"Začiatok predaja\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Uložiť\",\"IUwGEM\":\"Uložiť zmeny\",\"U65fiW\":\"Uložiť organizátora\",\"UGT5vp\":\"Uložiť nastavenia\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Vyhľadávať podľa mena účastníka, e-mailu alebo č. objednávky...\",\"+pr/FY\":\"Vyhľadávať podľa názvu udalosti...\",\"3zRbWw\":\"Vyhľadávať podľa mena, e-mailu alebo č. objednávky...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Vyhľadávať podľa mena...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Vyhľadávať priradenia kapacity...\",\"r9M1hc\":\"Vyhľadávať zoznamy odbavení...\",\"+0Yy2U\":\"Vyhľadávať produkty\",\"YIix5Y\":\"Vyhľadávať...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Sekundárna farba\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Sekundárna farba textu\",\"02ePaq\":[\"Vybrať \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Vybrať kategóriu...\",\"kWI/37\":\"Vybrať organizátora\",\"ixIx1f\":\"Vybrať produkt\",\"3oSV95\":\"Vybrať cenovú úroveň produktu\",\"C4Y1hA\":\"Vybrať produkty\",\"hAjDQy\":\"Vybrať stav\",\"QYARw/\":\"Vybrať lístok\",\"OMX4tH\":\"Vybrať lístky\",\"DrwwNd\":\"Vybrať časové obdobie\",\"O/7I0o\":\"Vybrať...\",\"JlFcis\":\"Odoslať\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Odoslať správu\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Odoslať správu\",\"D7ZemV\":\"Odoslať potvrdenie objednávky a e-mail s lístkom\",\"v1rRtW\":\"Odoslať test\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"SEO popis\",\"/SIY6o\":\"SEO kľúčové slová\",\"GfWoKv\":\"SEO nastavenia\",\"rXngLf\":\"SEO názov\",\"/jZOZa\":\"Servisný poplatok\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Nastavte počiatočné číslo pre číslovanie faktúr. Toto nie je možné zmeniť po vygenerovaní faktúr.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Nastavenia\",\"Z8lGw6\":\"Zdieľať\",\"B2V3cA\":\"Zdieľať udalosť\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Zobraziť\",\"V0SbFp\":\"Zobraziť dostupné množstvo produktu\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Zobraziť viac\",\"izwOOD\":\"Zobraziť dane a poplatky samostatne\",\"1SbbH8\":\"Zobrazené zákazníkovi po pokladni na stránke súhrnu objednávky.\",\"YfHZv0\":\"Zobrazené zákazníkovi pred pokladňou\",\"CBBcly\":\"Zobrazuje bežné polia adresy vrátane krajiny\",\"yTnnYg\":\"Novák\",\"TNaCfq\":\"Jednoriadkové textové pole\",\"+P0Cn2\":\"Preskočiť tento krok\",\"YSEnLE\":\"Kováč\",\"lgFfeO\":\"Vypredané\",\"Mi1rVn\":\"Vypredané\",\"nwtY4N\":\"Niečo sa pokazilo\",\"GRChTw\":\"Niečo sa pokazilo pri odstraňovaní dane alebo poplatku\",\"YHFrbe\":\"Niečo sa pokazilo! Skúste to znovu\",\"kf83Ld\":\"Niečo sa pokazilo.\",\"fWsBTs\":\"Niečo sa pokazilo. Skúste to znovu.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Ľutujeme, tento promo kód nie je rozpoznaný\",\"65A04M\":\"Španielčina\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Dátum začiatku\",\"/2by1f\":\"Štát alebo región\",\"uAQUqI\":\"Stav\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Platby Stripe nie sú pre túto udalosť povolené.\",\"UJmAAK\":\"Predmet\",\"X2rrlw\":\"Medzisúčet\",\"zzDlyQ\":\"Úspech\",\"b0HJ45\":[\"Úspech! \",[\"0\"],\" čoskoro dostane e-mail.\"],\"BJIEiF\":[\"Účastník bol úspešne \",[\"0\"]],\"OtgNFx\":\"E-mailová adresa bola úspešne potvrdená\",\"IKwyaF\":\"Zmena e-mailu bola úspešne potvrdená\",\"zLmvhE\":\"Účastník bol úspešne vytvorený\",\"gP22tw\":\"Produkt bol úspešne vytvorený\",\"9mZEgt\":\"Promo kód bol úspešne vytvorený\",\"aIA9C4\":\"Otázka bola úspešne vytvorená\",\"J3RJSZ\":\"Účastník bol úspešne aktualizovaný\",\"3suLF0\":\"Priradenie kapacity bolo úspešne aktualizované\",\"Z+rnth\":\"Zoznam odbavení bol úspešne aktualizovaný\",\"vzJenu\":\"Nastavenia e-mailu boli úspešne aktualizované\",\"7kOMfV\":\"Udalosť bola úspešne aktualizovaná\",\"G0KW+e\":\"Dizajn domovskej stránky bol úspešne aktualizovaný\",\"k9m6/E\":\"Nastavenia domovskej stránky boli úspešne aktualizované\",\"y/NR6s\":\"Miesto bolo úspešne aktualizované\",\"73nxDO\":\"Rôzne nastavenia boli úspešne aktualizované\",\"4H80qv\":\"Objednávka bola úspešne aktualizovaná\",\"6xCBVN\":\"Nastavenia platby a fakturácie boli úspešne aktualizované\",\"1Ycaad\":\"Produkt bol úspešne aktualizovaný\",\"70dYC8\":\"Promo kód bol úspešne aktualizovaný\",\"F+pJnL\":\"SEO nastavenia boli úspešne aktualizované\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"E-mail podpory\",\"uRfugr\":\"Tričko\",\"JpohL9\":\"Daň\",\"geUFpZ\":\"Dane a poplatky\",\"dFHcIn\":\"Podrobnosti dane\",\"wQzCPX\":\"Daňové informácie na spodku všetkých faktúr (napr. číslo DPH, daňová registrácia)\",\"0RXCDo\":\"Daň alebo poplatok bol úspešne odstránený\",\"ZowkxF\":\"Dane\",\"qu6/03\":\"Dane a poplatky\",\"gypigA\":\"Tento promo kód je neplatný\",\"5ShqeM\":\"Zoznam odbavení, ktorý hľadáte, neexistuje.\",\"QXlz+n\":\"Predvolená mena pre vaše udalosti.\",\"mnafgQ\":\"Predvolené časové pásmo pre vaše udalosti.\",\"o7s5FA\":\"Jazyk, v ktorom bude účastník dostávať e-maily.\",\"NlfnUd\":\"Odkaz, na ktorý ste klikli, je neplatný.\",\"HsFnrk\":[\"Maximálny počet produktov pre \",[\"0\"],\" je \",[\"1\"]],\"TSAiPM\":\"Stránka, ktorú hľadáte, neexistuje\",\"MSmKHn\":\"Cena zobrazená zákazníkovi bude zahŕňať dane a poplatky.\",\"6zQOg1\":\"Cena zobrazená zákazníkovi nebude zahŕňať dane a poplatky. Zobrazia sa samostatne\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Názov udalosti, ktorý sa zobrazí vo výsledkoch vyhľadávačov a pri zdieľaní na sociálnych sieťach. Predvolene sa použije názov udalosti\",\"wDx3FF\":\"Pre túto udalosť nie sú dostupné žiadne produkty\",\"pNgdBv\":\"V tejto kategórii nie sú dostupné žiadne produkty\",\"rMcHYt\":\"Čaká sa na vrátenie. Počkajte na jeho dokončenie pred ďalším vrátením.\",\"F89D36\":\"Nastala chyba pri označovaní objednávky ako zaplatenej\",\"68Axnm\":\"Nastala chyba pri spracovaní vašej požiadavky. Skúste to znovu.\",\"mVKOW6\":\"Nastala chyba pri odosielaní vašej správy\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Tento účastník má nezaplatenú objednávku.\",\"mf3FrP\":\"Táto kategória zatiaľ nemá žiadne produkty.\",\"8QH2Il\":\"Táto kategória je skrytá pred verejnosťou\",\"xxv3BZ\":\"Tento zoznam odbavení vypršal\",\"Sa7w7S\":\"Tento zoznam odbavení vypršal a nie je už dostupný pre odbavenia.\",\"Uicx2U\":\"Tento zoznam odbavení je aktívny\",\"1k0Mp4\":\"Tento zoznam odbavení ešte nie je aktívny\",\"K6fmBI\":\"Tento zoznam odbavení ešte nie je aktívny a nie je dostupný pre odbavenia.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Tieto informácie sa zobrazia na platobnej stránke, stránke súhrnu objednávky a v potvrdzovacom e-maile objednávky.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Toto je online udalosť\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Táto správa bude zahrnutá v päte všetkých e-mailov odoslaných z tejto udalosti\",\"55i7Fa\":\"Táto správa sa zobrazí iba ak je objednávka úspešne dokončená. Objednávky čakajúce na platbu túto správu nezobrazia\",\"RjwlZt\":\"Táto objednávka už bola zaplatená.\",\"5K8REg\":\"Táto objednávka už bola vrátená.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Táto objednávka bola zrušená.\",\"Q0zd4P\":\"Táto objednávka vypršala. Začnite znovu.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Táto objednávka je dokončená.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Táto stránka objednávky už nie je dostupná.\",\"i0TtkR\":\"Toto prepíše všetky nastavenia viditeľnosti a skryje produkt pred všetkými zákazníkmi.\",\"cRRc+F\":\"Tento produkt nie je možné odstrániť, pretože je spojený s objednávkou. Namiesto toho ho môžete skryť.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Tento odkaz na obnovenie hesla je neplatný alebo vypršal.\",\"IV9xTT\":\"Tento používateľ nie je aktívny, pretože neprijal pozvánku.\",\"5AnPaO\":\"lístok\",\"kjAL4v\":\"Lístok\",\"dtGC3q\":\"E-mail s lístkom bol znovu odoslaný účastníkovi\",\"54q0zp\":\"Lístky pre\",\"xN9AhL\":[\"Úroveň \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Stupňované produkty umožňujú ponúkať viacero cenových možností pre rovnaký produkt. Ideálne pre produkty so skorým vtáčikom alebo rôzne cenové možnosti pre rôzne skupiny ľudí.\",\"nn3mSR\":\"Zostatok času:\",\"s/0RpH\":\"Počet použití\",\"y55eMd\":\"Počet použití\",\"40Gx0U\":\"Časové pásmo\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Názov\",\"xdA/+p\":\"Nástroje\",\"72c5Qo\":\"Celkom\",\"YXx+fG\":\"Celkovo pred zľavami\",\"NRWNfv\":\"Celková suma zľavy\",\"BxsfMK\":\"Celkové poplatky\",\"2bR+8v\":\"Celkový hrubý predaj\",\"mpB/d9\":\"Celková suma objednávky\",\"m3FM1g\":\"Celkovo vrátené\",\"jEbkcB\":\"Celkovo vrátené\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Celková daň\",\"+zy2Nq\":\"Typ\",\"FMdMfZ\":\"Nie je možné odbavenie účastníka\",\"bPWBLL\":\"Nie je možné odhlásenie účastníka\",\"9+P7zk\":\"Nie je možné vytvoriť produkt. Skontrolujte svoje údaje\",\"WLxtFC\":\"Nie je možné vytvoriť produkt. Skontrolujte svoje údaje\",\"/cSMqv\":\"Nie je možné vytvoriť otázku. Skontrolujte svoje údaje\",\"MH/lj8\":\"Nie je možné aktualizovať otázku. Skontrolujte svoje údaje\",\"nnfSdK\":\"Jedinečných zákazníkov\",\"Mqy/Zy\":\"Spojené štáty\",\"NIuIk1\":\"Neobmedzené\",\"/p9Fhq\":\"Neobmedzene dostupné\",\"E0q9qH\":\"Povolené neobmedzené použitia\",\"h10Wm5\":\"Nezaplatená objednávka\",\"ia8YsC\":\"Nadchádzajúce\",\"TlEeFv\":\"Nadchádzajúce udalosti\",\"L/gNNk\":[\"Aktualizovať \",[\"0\"]],\"+qqX74\":\"Aktualizovať názov udalosti, popis a dátumy\",\"vXPSuB\":\"Aktualizovať profil\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL skopírovaná do schránky\",\"e5lF64\":\"Príklad použitia\",\"fiV0xj\":\"Limit použitia\",\"sGEOe4\":\"Použiť rozmazanú verziu obrázka obalu ako pozadie\",\"OadMRm\":\"Použiť obrázok obalu\",\"7PzzBU\":\"Používateľ\",\"yDOdwQ\":\"Správa používateľov\",\"Sxm8rQ\":\"Používatelia\",\"VEsDvU\":\"Používatelia môžu zmeniť e-mail v <0>Nastaveniach profilu\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"DPH\",\"E/9LUk\":\"Názov miesta konania\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Zobraziť podrobnosti účastníka\",\"/5PEQz\":\"Zobraziť stránku udalosti\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Zobraziť na Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP zoznam odbavení\",\"tF+VVr\":\"VIP lístok\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Nepodarilo sa spracovať vašu platbu. Skúste to znovu alebo kontaktujte podporu.\",\"45Srzt\":\"Nepodarilo sa odstrániť kategóriu. Skúste to znovu.\",\"/DNy62\":[\"Nenašli sa žiadne lístky zodpovedajúce \",[\"0\"]],\"1E0vyy\":\"Nepodarilo sa načítať dáta. Skúste to znovu.\",\"NmpGKr\":\"Nepodarilo sa preusporiadať kategórie. Skúste to znovu.\",\"BJtMTd\":\"Odporúčame rozmery 1950px x 650px, pomer 3:1 a maximálnu veľkosť súboru 5 MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Nepodarilo sa potvrdiť vašu platbu. Skúste to znovu alebo kontaktujte podporu.\",\"Gspam9\":\"Spracovávame vašu objednávku. Čakajte prosím...\",\"LuY52w\":\"Vitajte na palube! Prihláste sa pre pokračovanie.\",\"dVxpp5\":[\"Vitajte späť\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Čo sú stupňované produkty?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Čo je kategória?\",\"gxeWAU\":\"Na ktoré produkty sa tento kód vzťahuje?\",\"hFHnxR\":\"Na ktoré produkty sa tento kód vzťahuje? (Predvolene sa vzťahuje na všetky)\",\"AeejQi\":\"Na ktoré produkty sa má táto kapacita vzťahovať?\",\"Rb0XUE\":\"O koľkej prídete?\",\"5N4wLD\":\"Aký typ otázky je toto?\",\"gyLUYU\":\"Ak je povolené, faktúry budú generované pre objednávky lístkov. Faktúry budú odoslané spolu s potvrdením objednávky. Účastníci si môžu stiahnuť faktúry aj zo stránky potvrdenia objednávky.\",\"D3opg4\":\"Ak sú povolené offline platby, používatelia budú môcť dokončiť objednávky a dostať lístky. Ich lístky budú jasne uvádzať, že objednávka nie je zaplatená, a nástroj odbavenia upozorní personál odbavenia, ak objednávka vyžaduje platbu.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Ktoré lístky majú byť spojené s týmto zoznamom odbavení?\",\"S+OdxP\":\"Kto organizuje túto udalosť?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Komu má byť táto otázka položená?\",\"VxFvXQ\":\"Vloženie widgetu\",\"v1P7Gm\":\"Nastavenia widgetu\",\"b4itZn\":\"Pracuje\",\"hqmXmc\":\"Pracuje...\",\"+G/XiQ\":\"Od začiatku roka\",\"l75CjT\":\"Áno\",\"QcwyCh\":\"Áno, odstrániť ich\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Meníte e-mail na <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Ste offline\",\"sdB7+6\":\"Môžete vytvoriť promo kód, ktorý cieli na tento produkt na\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Nemôžete zmeniť typ produktu, pretože s týmto produktom sú spojení účastníci.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Nemôžete odbavovať účastníkov s nezaplatenými objednávkami. Toto nastavenie môžete zmeniť v nastaveniach udalosti.\",\"c9Evkd\":\"Nemôžete odstrániť poslednú kategóriu.\",\"6uwAvx\":\"Nemôžete odstrániť túto cenovú úroveň, pretože pre ňu už boli predané produkty. Namiesto toho ju môžete skryť.\",\"tFbRKJ\":\"Nemôžete upraviť rolu ani stav vlastníka účtu.\",\"fHfiEo\":\"Nemôžete vrátiť manuálne vytvorenú objednávku.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Máte prístup k viacerým účtom. Vyberte jeden pre pokračovanie.\",\"Z6q0Vl\":\"Túto pozvánku ste už prijali. Prihláste sa pre pokračovanie.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Nemáte žiadnu čakajúcu zmenu e-mailu.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Vypršal vám čas na dokončenie objednávky.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Musíte potvrdiť, že tento e-mail nie je propagačný\",\"3ZI8IL\":\"Musíte súhlasiť s podmienkami a ustanoveniami\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Pred manuálnym pridaním účastníka musíte vytvoriť lístok.\",\"jE4Z8R\":\"Musíte mať aspoň jednu cenovú úroveň\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Objednávku budete musieť označiť ako zaplatenú manuálne. Môžete to urobiť na stránke správy objednávky.\",\"L/+xOk\":\"Pred vytvorením zoznamu odbavení potrebujete lístok.\",\"Djl45M\":\"Pred vytvorením priradenia kapacity potrebujete produkt.\",\"y3qNri\":\"Na začiatok potrebujete aspoň jeden produkt. Bezplatný, platený alebo nechajte používateľa rozhodnúť.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Názov vášho účtu sa používa na stránkach udalostí a v e-mailoch.\",\"veessc\":\"Vaši účastníci sa zobrazia tu po registrácii na udalosť. Môžete tiež manuálne pridávať účastníkov.\",\"Eh5Wrd\":\"Vaša skvelá webová stránka 🎉\",\"lkMK2r\":\"Vaše údaje\",\"3ENYTQ\":[\"Vaša žiadosť o zmenu e-mailu na <0>\",[\"0\"],\" čaká. Skontrolujte e-mail na potvrdenie\"],\"yZfBoy\":\"Vaša správa bola odoslaná\",\"KSQ8An\":\"Vaša objednávka\",\"Jwiilf\":\"Vaša objednávka bola zrušená\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Vaše objednávky sa zobrazia tu, keď začnú prichádzať.\",\"9TO8nT\":\"Vaše heslo\",\"P8hBau\":\"Vaša platba sa spracováva.\",\"UdY1lL\":\"Vaša platba nebola úspešná, skúste to znovu.\",\"fzuM26\":\"Vaša platba bola neúspešná. Skúste to znovu.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Vaše vrátenie sa spracováva.\",\"IFHV2p\":\"Váš lístok pre\",\"x1PPdr\":\"PSČ\",\"BM/KQm\":\"PSČ\",\"+LtVBt\":\"PSČ\",\"25QDJ1\":\"- Kliknite pre zverejnenie\",\"WOyJmc\":\"- Kliknite pre zrušenie zverejnenia\",\"ncwQad\":\"(prázdne)\",\"B/gRsg\":\"(žiadny)\",\"wqtZLy\":[[\"0\"],\" (kópia)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" je už odbavený\"],\"3beCx0\":[[\"0\"],\" <0>prihlásených\"],\"S4PqS9\":[[\"0\"],\" aktívnych webhookov\"],\"6MIiOI\":[[\"0\"],\" zostáva\"],\"COnw8D\":[\"logo \",[\"0\"]],\"xG9N0H\":[\"Obsadených miest: \",[\"0\"],\" z \",[\"1\"],\".\"],\"B7pZfX\":[[\"0\"],\" organizátorov\"],\"/HkCs4\":[[\"0\"],\" lístkov\"],\"30bTiU\":[\"Aktívne: \",[\"activeCount\"]],\"jTs4am\":[\"Logo \",[\"appName\"]],\"gbJOk9\":[\"Na tento termín je prihlásených \",[\"attendeeCount\"],\" účastníkov.\"],\"TjbIUI\":[[\"availableCount\"],\" z \",[\"totalCount\"],\" dostupných\"],\"PSChHo\":[\"Zostáva \",[\"capacity\"],\" miest\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" prihlásených\"],\"RZ0JX3\":[[\"chipTime\"],\", vypredané\"],\"M4KnFs\":[[\"chipTime\"],\", Vypredané, čakacia listina k dispozícii\"],\"SeyN12\":[\"Dokončených \",[\"completedCount\"],\" z \",[\"totalCount\"],\" krokov\"],\"wYzVwE\":[\"Doplnky: \",[\"count\"]],\"f2rhaD\":[\"pred \",[\"diffHr\"],\" h\"],\"NRSLBe\":[\"pred \",[\"diffMin\"],\" min\"],\"iYfwJE\":[\"pred \",[\"diffSec\"],\" s\"],\"OJnhhX\":[[\"eventCount\"],\" udalostí\"],\"SqGPxF\":[[\"first\"],\" + ďalších \",[\"additionalCount\"]],\"mhZbzw\":[\"Na dotknuté termíny je prihlásených \",[\"loadedAffectedAttendees\"],\" účastníkov.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" na objednávku\"],\"RBuxIl\":[\"Nastavené typy lístkov: \",[\"productCount\"]],\"VFLd0I\":[\"Dostupné časy: \",[\"slotCount\"]],\"3IEF7U\":[[\"totalCount\"],\" typov lístkov\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" poplatky\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" poplatky a daň\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" daň\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 deň\",\"1d6kks\":\"+Daň/Poplatky\",\"B1St2O\":\"<0>Zoznamy odbavení vám pomáhajú spravovať vstup na udalosť podľa dní, oblastí alebo typov lístkov. Môžete prepojiť lístky s konkrétnymi zoznamami, ako sú VIP zóny alebo vstupenky na 1. deň, a zdieľať zabezpečený odkaz na odbavenie so zamestnancami. Nevyžaduje sa žiadny účet. Odbavenie funguje na mobile, počítači alebo tablete pomocou kamery zariadenia alebo HID USB skenera. \",\"v9VSIS\":\"<0>Nastavte jeden celkový limit účasti pre viacero typov lístkov naraz.<1>Napríklad, ak prepojíte lístok <2>Denný vstup a <3>Celý víkend, oba budú čerpať z rovnakej zásoby miest. Po dosiahnutí limitu sa predaj všetkých prepojených lístkov automaticky zastaví.\",\"Il5Uid\":\"<0>Toto je celkové dostupné množstvo za všetky termíny vo vašom rozvrhu spolu — nejde o limit na termín. Ak chcete obmedziť účasť na jednotlivých termínoch, nastavte kapacitu na <1>stránke Rozvrh termínov.\",\"ZnVt5v\":\"<0>Webhooky okamžite upozorňujú externé služby, keď nastanú udalosti, napríklad pridanie nového účastníka do vášho CRM alebo mailing listu pri registrácii.<1>Používajte služby tretích strán ako <2>Zapier, <3>IFTTT alebo <4>Make na vytváranie vlastných pracovných postupov a automatizáciu úloh.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" pri aktuálnom kurze\"],\"M2DyLc\":\"1 aktívny webhook\",\"hMefp0\":\"1 doplnok\",\"6hIk/x\":\"Na dotknuté termíny je prihlásený 1 účastník.\",\"qOyE2U\":\"Na tento termín je prihlásený 1 účastník.\",\"943BwI\":\"1 deň po dátume konca\",\"yj3N+g\":\"1 deň po dátume začiatku\",\"Z3etYG\":\"1 deň pred udalosťou\",\"szSnlj\":\"1 hodinu pred udalosťou\",\"yTsaLw\":\"1 lístok\",\"nz96Ue\":\"1 typ lístka\",\"InX5ad\":\"Nastavený 1 typ lístka\",\"y2Jh0m\":\"1 dostupný čas\",\"cGtUz6\":\"1 týždeň pred udalosťou\",\"HR/cvw\":\"123 Vzorová ulica\",\"dgKxZ5\":\"Viac než 135 mien a viac než 40 platobných metód\",\"/d9gcz\":\"Pri nastavenej URL adrese je potrebné označenie tlačidla\",\"kMU5aM\":\"Oznámenie o zrušení bolo odoslané na\",\"o++0qa\":\"zmena dĺžky\",\"WuWSX5\":\"Ešte pár krokov a môžete začať predávať.\",\"RQ5kDd\":\"Správa, ktorá sa zobrazí, keď v tejto kategórii nie sú žiadne produkty.\",\"V53XzQ\":\"Na váš e-mail bol odoslaný nový overovací kód\",\"sr2Je0\":\"posun časov začiatku/konca\",\"/z/bH1\":\"Krátky popis vášho organizátora, ktorý sa zobrazí používateľom.\",\"3BKFn6\":\"Pri nastavenom označení tlačidla je potrebná URL adresa\",\"RpjXTb\":\"Vzor dňa v týždni\",\"aS0jtz\":\"Opustené\",\"uyJsf6\":\"O udalosti\",\"JvuLls\":\"Absorbovať poplatok\",\"lk74+I\":\"Absorbovať poplatok\",\"1uJlG9\":\"Zvýraznená farba\",\"g3UF2V\":\"Prijať\",\"K5+3xg\":\"Prijať pozvánku\",\"LuXP9q\":\"Prístup\",\"jzb4Ep\":[\"Účet · \",[\"0\"]],\"UqH1Q6\":[\"Účet · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"Vymazanie účtu bolo zrušené.\",\"WtlP+7\":\"Vymazanie účtu je zablokované\",\"vOuxvL\":\"Informácie o účte\",\"F9cvwz\":\"Názov účtu\",\"EHNORh\":\"Účet nebol nájdený\",\"Hy1lfH\":\"Vlastník účtu\",\"bPwFdf\":\"Účty\",\"pi/Iog\":[\"Účty (\",[\"0\"],\")\"],\"AhwTa1\":\"Vyžaduje sa akcia: Potrebné informácie o DPH\",\"APyAR/\":\"Aktívne udalosti\",\"kCl6ja\":\"Aktívne platobné metódy\",\"XJOV1Y\":\"Aktivita\",\"Eso+01\":[\"Najprv pridajte \",[\"0\"]],\"eJ0IJA\":\"Pridajte titulný obrázok a tému, ktoré ladia s vašou značkou\",\"0YEoxS\":\"Pridať termín\",\"ybegUq\":\"Pridajte popis a miesto, aby účastníci vedeli, čo majú očakávať\",\"nOZl6j\":\"Pridať jeden termín\",\"CjvTPJ\":\"Pridať ďalší čas\",\"0XCduh\":\"Pridajte aspoň jeden čas\",\"/chGpa\":\"Pridajte údaje na pripojenie k online podujatiu.\",\"UWWRyd\":\"Pridajte vlastné otázky na zber ďalších informácií pri pokladni\",\"Z/dcxc\":\"Pridať termín\",\"QeupRg\":\"Pridať termíny\",\"Q219NT\":\"Pridať termíny\",\"yjB5VC\":\"Pridajte termíny a časy pre vaše opakujúce sa podujatie\",\"Z8idyM\":\"Pridať podrobnosti\",\"wpirGs\":\"Pridať podrobnosti o podujatí\",\"VX6WUv\":\"Pridať miesto\",\"GCQlV2\":\"Pridajte viac časov, ak máte za deň viac termínov.\",\"7JF9w9\":\"Pridať otázku\",\"NLbIb6\":\"Napriek tomu pridať tohto účastníka (obísť kapacitu)\",\"6PNlRV\":\"Pridajte túto udalosť do kalendára\",\"BGD9Yt\":\"Pridať lístky\",\"uIv4Op\":\"Pridajte sledovacie pixely na verejné stránky udalostí a domovskú stránku organizátora. Keď je sledovanie aktívne, návštevníkom sa zobrazí banner so súhlasom so súbormi cookie.\",\"QN2F+7\":\"Pridať webhook\",\"NsWqSP\":\"Pridajte svoje sociálne médiá a URL webstránky. Tieto sa zobrazia na vašej verejnej stránke organizátora.\",\"6JzKEV\":\"Len ako doplnok\",\"VkQex5\":\"Doplnkové produkty\",\"Y2K3rp\":\"Doplnky\",\"Z/ZU8N\":\"Pridané pri platbe\",\"bVjDs9\":\"Ďalšie poplatky\",\"MKqSg4\":\"Vyžaduje sa prístup správcu\",\"0Zypnp\":\"Panel správcu\",\"tlFYEo\":\"Umožňuje účastníkom vstup na vaše podujatie\",\"YAV57v\":\"Partner\",\"I+utEq\":\"Kód partnera nie je možné zmeniť\",\"/jHBj5\":\"Partner bol úspešne vytvorený\",\"uCFbG2\":\"Partner bol úspešne vymazaný\",\"ld8I+f\":\"Partnerský program\",\"a41PKA\":\"Predaje partnera budú sledované\",\"mJJh2s\":\"Predaje partnera nebudú sledované. Tým sa partner deaktivuje.\",\"jabmnm\":\"Partner bol úspešne aktualizovaný\",\"CPXP5Z\":\"Partneri\",\"9Wh+ug\":\"Partneri exportovaní\",\"3cqmut\":\"Partneri vám pomáhajú sledovať predaje generované partnermi a influencermi. Vytvorte partnerské kódy a zdieľajte ich na sledovanie výkonu.\",\"3e31kI\":\"Po vytvorení podujatia si v nástenke zvolíte, ako často sa má opakovať.\",\"z7GAMJ\":\"všetky\",\"N40H+G\":\"Všetky\",\"7rLTkE\":\"Všetky archivované udalosti\",\"gKq1fa\":\"Všetci účastníci\",\"63gRoO\":\"Všetci účastníci vybraných termínov\",\"uWxIoH\":\"Všetci účastníci tohto termínu\",\"pMLul+\":\"Všetky meny\",\"sgUdRZ\":\"Všetky termíny\",\"e4q4uO\":\"Všetky termíny\",\"ZS/D7f\":\"Všetky ukončené udalosti\",\"QsYjci\":\"Všetky udalosti\",\"31KB8w\":\"Všetky neúspešné úlohy boli vymazané\",\"D2g7C7\":\"Všetky úlohy boli zaradené na opakovanie\",\"B4RFBk\":\"Všetky vyhovujúce termíny\",\"F1/VgK\":\"Všetky termíny\",\"OpWjMq\":\"Všetky termíny\",\"Sxm1lO\":\"Všetky stavy\",\"dr7CWq\":\"Všetky nadchádzajúce udalosti\",\"UBpkWM\":\"Všetci používatelia\",\"GpT6Uf\":\"Umožniť účastníkom aktualizovať informácie o lístku (meno, e-mail) cez bezpečný odkaz zaslaný s potvrdením objednávky.\",\"VZdky1\":\"Povoliť kupujúcim skopírovať svoje údaje všetkým účastníkom\",\"F3mW5G\":\"Umožniť zákazníkom pripojiť sa na čakaciu listinu, keď je tento produkt vypredaný\",\"4CMO/q\":\"Umožniť zákazníkom pripojiť sa na čakaciu listinu, keď je tento produkt vypredaný. Zákazníci sa pripájajú na čakaciu listinu pre konkrétny dátum.\",\"c4uJfc\":\"Takmer hotovo! Čakáme na spracovanie vašej platby. Malo by to trvať len niekoľko sekúnd.\",\"ocS8eq\":[\"Už máte účet? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Už pridané\",\"/H326L\":\"Už vrátené\",\"USEpOK\":\"Používate Stripe už u iného organizátora? Použite to prepojenie znova.\",\"RtxQTF\":\"Tiež zrušiť túto objednávku\",\"jkNgQR\":\"Tiež vrátiť platbu za túto objednávku\",\"xYqsHg\":\"Vždy dostupné\",\"rrepBD\":\"Vždy v predaji\",\"Wvrz79\":\"Zaplatená suma\",\"Zkymb9\":\"E-mail na priradenie k tomuto partnerovi. Partner nebude upozornený.\",\"vRznIT\":\"Pri kontrole stavu exportu nastala chyba.\",\"OPFdAM\":\"Voliteľný popis tejto kategórie, ktorý sa zobrazí na stránke podujatia.\",\"eusccx\":\"Voliteľná správa na zobrazenie na zvýraznenom produkte, napr. \\\"Rýchlo sa predáva 🔥\\\" alebo \\\"Najlepšia hodnota\\\"\",\"HZFm5R\":\"a\",\"l3LBtZ\":\"Obsah oznámenia\",\"Th00L9\":\"Oznámenie vytvorené\",\"p/XJYI\":\"Oznámenie odstránené\",\"08iV57\":\"Názov oznámenia\",\"qLqgre\":\"Oznámenie aktualizované\",\"Dzr23X\":\"Oznámenia\",\"asqL+J\":\"Anonymizovať\",\"QNrkms\":\"Odpoveď bola úspešne aktualizovaná.\",\"+qygei\":\"Odpovede\",\"GK7Lnt\":\"Odpovede zadané pri objednávke (napr. výber jedla)\",\"lE8PgT\":\"Termíny, ktoré ste upravili ručne, zostanú zachované.\",\"jVoYha\":[\"použitý — zľava \",[\"0\"],\" na vašu objednávku\"],\"vP3Nzg\":[\"Platí pre \",[\"0\"],\", nezrušené termíny načítané na tejto stránke.\"],\"kkVyZZ\":\"Platí pre každého, kto otvorí zdieľaný check-in odkaz bez prihlásenia. Prihlásení členovia tímu vidia vždy všetko.\",\"je4muG\":[\"Platí pre každý \",[\"0\"],\", nezrušený termín tohto podujatia — vrátane termínov, ktoré momentálne nie sú načítané.\"],\"YIIQtt\":\"Použiť zmeny\",\"NzWX1Y\":\"Použiť na\",\"Ps5oDT\":\"Použiť na všetky lístky\",\"261RBr\":\"Schváliť správu\",\"naCW6Z\":\"Apríl\",\"B495Gs\":\"Archivovať\",\"5sNliy\":\"Archivovať udalosť\",\"BrwnrJ\":\"Archivovať organizátora\",\"E5eghW\":\"Archivujte túto udalosť, aby bola skrytá pred verejnosťou. Neskôr ju môžete obnoviť.\",\"eqFkeI\":\"Archivujte tohto organizátora. Tým sa archivujú aj všetky udalosti patriace tomuto organizátorovi.\",\"BzcxWv\":\"Archivovaní organizátori\",\"9cQBd6\":\"Naozaj chcete archivovať túto udalosť? Nebude už verejne viditeľná.\",\"Trnl3E\":\"Naozaj chcete archivovať tohto organizátora? Archivujú sa aj všetky udalosti patriace tomuto organizátorovi.\",\"wOvn+e\":[\"Naozaj chcete zrušiť \",[\"count\"],\" termín(ov)? Dotknutých účastníkov upozorníme e-mailom.\"],\"GTxE0U\":\"Naozaj chcete zrušiť tento termín? Dotknutých účastníkov upozorníme e-mailom.\",\"VkSk/i\":\"Naozaj chcete zrušiť túto naplánovanú správu?\",\"0aVEBY\":\"Naozaj chcete odstrániť všetky neúspešné úlohy?\",\"LchiNd\":\"Naozaj chcete odstrániť tohto partnera? Túto akciu nie je možné vrátiť späť.\",\"U49Xd6\":\"Naozaj chcete odstrániť toto oznámenie? Používatelia ho už neuvidia.\",\"vPeW/6\":\"Naozaj chcete odstrániť túto konfiguráciu? Môže to ovplyvniť účty, ktoré ju používajú.\",\"h42Hc/\":\"Naozaj chcete odstrániť tento termín? Túto akciu nie je možné vrátiť späť.\",\"RiF/yT\":\"Naozaj chcete odstrániť tento obrázok?\",\"b3+Qku\":\"Naozaj chcete odstrániť túto daň alebo poplatok? Na nové objednávky sa už nebude uplatňovať.\",\"JmVITJ\":\"Naozaj chcete odstrániť túto šablónu? Túto akciu nie je možné vrátiť späť a e-maily sa vrátia k predvolenej šablóne.\",\"aLS+A6\":\"Naozaj chcete odstrániť túto šablónu? Túto akciu nie je možné vrátiť späť a e-maily sa vrátia k šablóne organizátora alebo predvolenej šablóne.\",\"5H3Z78\":\"Naozaj chcete odstrániť tento webhook?\",\"147G4h\":\"Naozaj chcete odísť?\",\"VDWChT\":\"Naozaj chcete nastaviť tohto organizátora ako koncept? Stránka organizátora bude skrytá pred verejnosťou.\",\"pWtQJM\":\"Naozaj chcete zverejniť tohto organizátora? Stránka organizátora bude viditeľná pre verejnosť.\",\"EOqL/A\":\"Naozaj chcete ponúknuť miesto tejto osobe? Dostane e-mailovú notifikáciu.\",\"yAXqWW\":\"Naozaj chcete tento termín natrvalo odstrániť? Túto akciu nie je možné vrátiť späť.\",\"WFHOlF\":\"Naozaj chcete zverejniť túto udalosť? Po zverejnení bude viditeľná pre verejnosť.\",\"4TNVdy\":\"Naozaj chcete zverejniť profil tohto organizátora? Po zverejnení bude viditeľný pre verejnosť.\",\"8x0pUg\":\"Naozaj chcete odstrániť tento záznam zo zoznamu čakateľov?\",\"cDtoWq\":[\"Naozaj chcete znovu odoslať potvrdenie objednávky na adresu \",[\"0\"],\"?\"],\"xeIaKw\":[\"Naozaj chcete znovu odoslať lístok na adresu \",[\"0\"],\"?\"],\"BjbocR\":\"Naozaj chcete obnoviť túto udalosť?\",\"7MjfcR\":\"Naozaj chcete obnoviť tohto organizátora?\",\"b7tkGp\":\"Naozaj chcete zrušiť túto pozvánku?\",\"ExDt3P\":\"Naozaj chcete zrušiť zverejnenie tejto udalosti? Nebude už verejne viditeľná.\",\"5Qmxo/\":\"Naozaj chcete zrušiť zverejnenie profilu tohto organizátora? Nebude už verejne viditeľný.\",\"Uqefyd\":\"Ste registrovaný pre DPH v EÚ?\",\"+QARA4\":\"Umenie\",\"tLf3yJ\":\"Keďže vaša firma sídli v Írsku, na všetky poplatky platformy sa automaticky uplatňuje írska DPH vo výške 23 %.\",\"tMeVa/\":\"Požiadať o meno a e-mail pre každý zakúpený lístok\",\"ui5ln+\":\"Priradiť iný plán\",\"9Jxliv\":\"Priradiť plán\",\"xdiER7\":\"Priradená úroveň\",\"F2rX0R\":\"Musí byť vybraný aspoň jeden typ udalosti\",\"Z44eZS\":\"Pre tento termín musí zostať dostupný aspoň jeden produkt. Ak chcete termín znedostupniť, zrušte ho v rozvrhu.\",\"BCmibk\":\"Pokusy\",\"6PecK3\":\"Miera účasti a odbavenia naprieč všetkými udalosťami\",\"K2tp3v\":\"účastník\",\"AJ4rvK\":\"Účastník zrušený\",\"qvylEK\":\"Účastník vytvorený\",\"Aspq3b\":\"Zber údajov o účastníkoch\",\"fpb0rX\":\"Údaje účastníka skopírované z objednávky\",\"94aQMU\":\"Informácie o účastníkovi\",\"KkrBiR\":\"Zber informácií o účastníkoch\",\"sjPjOg\":\"Poznámky k účastníkovi\",\"cosfD8\":\"Stav účastníka\",\"D2qlBU\":\"Účastník aktualizovaný\",\"22BOve\":\"Účastník bol úspešne aktualizovaný\",\"x8Vnvf\":\"Lístok účastníka nie je zahrnutý v tomto zozname\",\"/Ywywr\":\"účastníci\",\"zLRobu\":\"prihlásených účastníkov\",\"k3Tngl\":\"Účastníci exportovaní\",\"UoIRW8\":\"Registrovaní účastníci\",\"5UbY+B\":\"Účastníci s konkrétnym lístkom\",\"4HVzhV\":\"Účastníci:\",\"HVkhy2\":\"Analytika priradenia\",\"dMMjeD\":\"Rozklad priradenia\",\"1oPDuj\":\"Hodnota priradenia\",\"cHfbVT\":\"Publikum\",\"DBHTm/\":\"August\",\"JgREph\":\"Automatická ponuka je povolená\",\"V7Tejz\":\"Automatické spracovanie zoznamu čakateľov\",\"PZ7FTW\":\"Automaticky zistené na základe farby pozadia, ale môže byť prepísané\",\"zlnTuI\":\"Automaticky ponúkať lístky ďalšej osobe, keď sa uvoľní kapacita. Ak je zakázané, môžete manuálne spracovať zoznam čakateľov na stránke Zoznam čakateľov.\",\"csDS2L\":\"Dostupné\",\"Xp+ywP\":\"K dispozícii po dokončení platby\",\"dwDH1K\":[\"Dostupné časy — \",[\"dayName\"]],\"clF06r\":\"Dostupné na vrátenie\",\"NB5+UG\":\"Dostupné tokeny\",\"L+wGOG\":\"Čaká sa\",\"qcw2OD\":\"Čaká sa na platbu\",\"kNmmvE\":\"Awesome Events Ltd.\",\"TeSaQO\":\"Späť na účty\",\"kYqM1A\":\"Späť na udalosť\",\"s5QRF3\":\"Späť na správy\",\"td/bh+\":\"Späť na správy\",\"nsm7BA\":\"Späť na vyhľadávanie\",\"imjKVx\":\"Bankový účet prepojený\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"Obsah bannera môže mať najviac 200 znakov\",\"p2OLF3\":\"Základná cena\",\"D9LTCH\":\"Základná cena\",\"hviJef\":\"Podľa celkového obdobia predaja vyššie, nie podľa termínu\",\"jIPNJG\":\"Základné informácie\",\"lINGcL\":\"Keďže tento účet má dokončené objednávky, záznamy o transakciách (sumy, dátumy a údaje faktúr) budú uchované v anonymizovanej podobe na právne a daňové účely. Všetky osobné údaje budú natrvalo odstránené.\",\"UabgBd\":\"Telo správy je povinné\",\"HWXuQK\":\"Uložte si túto stránku do záložiek a spravujte svoju objednávku kedykoľvek.\",\"CUKVDt\":\"Prispôsobte svoje lístky vlastným logom, farbami a správou v päte.\",\"4BZj5p\":\"Vstavaná ochrana pred podvodmi\",\"cr7kGH\":\"Hromadná úprava\",\"1Fbd6n\":\"Hromadná úprava termínov\",\"Eq6Tu9\":\"Hromadná aktualizácia zlyhala.\",\"9N+p+g\":\"Firma\",\"SWnN1L\":\"Adresa firmy\",\"kQekXw\":\"Názov firmy\",\"3W/QV7\":\"Označenie tlačidla\",\"bv6RXK\":\"Popis tlačidla\",\"ChDLlO\":\"Text tlačidla\",\"MOht10\":\"URL tlačidla\",\"BUe8Wj\":\"Platí kupujúci\",\"DkL8mp\":\"Kupujúci si ich môžu pridať do objednávky, keď pri platbe vyberú tento produkt.\",\"qF1qbA\":\"Kupujúci vidia čistú cenu. Poplatok platformy sa odpočíta z vašej výplaty.\",\"dg05rc\":\"Pridaním sledovacích pixelov potvrdzujete, že vy a táto platforma ste spoločnými správcami zhromaždených údajov. Ste zodpovední za zabezpečenie zákonného základu pre toto spracovanie podľa platných zákonov o ochrane súkromia (GDPR, CCPA atď.).\",\"DFqasq\":[\"Pokračovaním súhlasíte s <0>Podmienkami služby \",[\"0\"],\"\"],\"CetOZE\":\"Podľa typu lístka\",\"lFdbRS\":\"Obísť poplatky aplikácie\",\"AjVXBS\":\"Kalendár\",\"2VLZwd\":\"Tlačidlo výzvy na akciu\",\"rT2cV+\":\"Fotoaparát\",\"7hYa9y\":\"Prístup k fotoaparátu bol zamietnutý. <0>Požiadajte o povolenie znova alebo povoľte tejto stránke prístup k fotoaparátu v nastaveniach prehliadača.\",\"D02dD9\":\"Kampaň\",\"RRPA79\":\"Check-in nie je možný\",\"OcVwAd\":[\"Zrušiť \",[\"count\"],\" termín(ov)\"],\"H4nE+E\":\"Zrušiť všetky produkty a uvoľniť ich späť do zásoby\",\"Py78q9\":\"Zrušiť termín\",\"lUjTpS\":\"Zrušiť vymazanie\",\"5YkF5G\":\"Zrušiť žiadosť o vymazanie\",\"tOXAdc\":\"Zrušením sa zrušia všetci účastníci spojení s touto objednávkou a lístky sa vrátia do dostupnej zásoby.\",\"FPpqc7\":[\"Ruší sa \",[\"0\"],\" termín(ov). Môže to chvíľu trvať.\"],\"01sEfm\":\"Nie je možné odstrániť predvolenú konfiguráciu systému\",\"VsM1HH\":\"Priradenia kapacity\",\"9bIMVF\":\"Správa kapacity\",\"H7K8og\":\"Kapacita musí byť 0 alebo viac\",\"nzao08\":\"zmeny kapacity\",\"4cp9NP\":\"Využitá kapacita\",\"K7tIrx\":\"Kategória\",\"DRK3Bq\":\"Kategória bola odstránená\",\"o+XJ9D\":\"Zmeniť\",\"kJkjoB\":\"Zmeniť dĺžku\",\"J0KExZ\":\"Zmeniť limit účastníkov\",\"ssospy\":\"Zmeniť čas\",\"CIHJJf\":\"Zmeniť nastavenia zoznamu čakateľov\",\"B5icLR\":[\"Dĺžka zmenená pre \",[\"count\"],\" termín(ov)\"],\"Kb+0BT\":\"Platby\",\"2tbLdK\":\"Charitatívna organizácia\",\"BPWGKn\":\"Prihlásiť príchod\",\"6uFFoY\":\"Zrušiť príchod\",\"FjAlwK\":[\"Pozrite si toto podujatie: \",[\"0\"]],\"v4fiSg\":\"Skontrolujte svoj e-mail\",\"51AsAN\":\"Skontrolujte doručenú poštu! Ak sú s týmto e-mailom spojené lístky, dostanete odkaz na ich zobrazenie.\",\"Y3FYXy\":\"Check-in\",\"udRwQs\":\"Odbavenie vytvorené\",\"F4SRy3\":\"Odbavenie odstránené\",\"as6XfO\":[\"Check-in pre \",[\"0\"],\" bol vrátený späť\"],\"9s/wrQ\":\"História check-inov\",\"Wwztk4\":\"Check-in zoznam\",\"9gPPUY\":\"Zoznam odbavení vytvorený\",\"dwjiJt\":\"Informácie o check-in zozname\",\"7od0PV\":\"check-in zoznamy\",\"f2vU9t\":\"Zoznamy odbavení\",\"XprdTn\":\"Navigácia check-inu\",\"5tV1in\":\"Priebeh check-inu\",\"SHJwyq\":\"Miera odbavenia\",\"qCqdg6\":\"Stav odbavenia\",\"cKj6OE\":\"Súhrn odbavení\",\"7B5M35\":\"Odbavenia\",\"VrmydS\":\"Prihlásený\",\"DM4gBB\":\"Čínština (tradičná)\",\"p8Jvp4\":\"Vyberte konfiguráciu\",\"ElShBO\":\"Vyberte inú akciu\",\"pHEhf+\":\"Vyberte písmo, ktoré zodpovedá vašej značke. Písma sú hosťované cez Bunny Fonts.\",\"Zok1Gx\":\"Vyberte organizátora\",\"pkk46Q\":\"Vyberte organizátora\",\"Ag32+c\":\"Vyberte iný termín\",\"Crr3pG\":\"Vyberte kalendár\",\"Z38ZJu\":\"Vyberte, ako sa dátum podujatia zobrazí na vstupenke\",\"LAW8Vb\":\"Vyberte predvolené nastavenie pre nové udalosti. Toto môže byť prepísané pre jednotlivé udalosti.\",\"pjp2n5\":\"Vyberte, kto platí poplatok platformy. Toto neovplyvňuje ďalšie poplatky nakonfigurované v nastaveniach vášho účtu.\",\"xCJdfg\":\"Vymazať\",\"QyOWu9\":\"Vymazať miesto — použiť predvolené pre podujatie\",\"V8yTm6\":\"Vymazať vyhľadávanie\",\"kmnKnX\":\"Vymazaním sa odstráni každé vlastné nastavenie pre termín. Dotknuté termíny sa vrátia na predvolené miesto podujatia.\",\"/o+aQX\":\"Kliknutím zrušíte\",\"gD7WGV\":\"Kliknutím znova otvoríte predaj\",\"CySr+W\":\"Kliknite na zobrazenie poznámok\",\"RG3szS\":\"zavrieť\",\"RWw9Lg\":\"Zavrieť modálne okno\",\"XwdMMg\":\"Kód môže obsahovať iba písmená, číslice, pomlčky a podčiarkovníky\",\"+yMJb7\":\"Kód je povinný\",\"m9SD3V\":\"Kód musí mať aspoň 3 znaky\",\"V1krgP\":\"Kód nesmie mať viac ako 20 znakov\",\"psqIm5\":\"Spolupracujte so svojím tímom na vytváraní skvelých udalostí.\",\"4bUH9i\":\"Zbierať údaje účastníka pre každý zakúpený lístok.\",\"TkfG8v\":\"Zbierať údaje na objednávku\",\"96ryID\":\"Zbierať údaje na lístok\",\"FpsvqB\":\"Farebný režim\",\"jEu4bB\":\"Stĺpce\",\"CWk59I\":\"Komédia\",\"rPA+Gc\":\"Preferencie komunikácie\",\"zFT5rr\":\"dokončené\",\"bUQMpb\":\"Dokončiť nastavenie Stripe\",\"744BMm\":\"Dokončite objednávku a zabezpečte si lístky. Táto ponuka je časovo obmedzená, neotáľajte.\",\"5YrKW7\":\"Dokončite platbu a zabezpečte si lístky.\",\"xGU92i\":\"Dokončite svoj profil a pridajte sa k tímu.\",\"QOhkyl\":\"Vytvoriť\",\"ih35UP\":\"Konferenčné centrum\",\"ywFj2D\":\"Konfigurácia\",\"WTw0bB\":\"Konfigurácia priradená\",\"X1zdE7\":\"Konfigurácia bola úspešne vytvorená\",\"mLBUMQ\":\"Konfigurácia bola úspešne odstránená\",\"UIENhw\":\"Názvy konfigurácií sú viditeľné pre koncových používateľov. Pevné poplatky budú prevedené na menu objednávky podľa aktuálneho výmenného kurzu.\",\"eeZdaB\":\"Konfigurácia bola úspešne aktualizovaná\",\"3cKoxx\":\"Konfigurácie\",\"8v2LRU\":\"Nakonfigurujte podrobnosti udalosti, miesto, možnosti pokladne a e-mailové notifikácie.\",\"raw09+\":\"Nakonfigurujte spôsob zberu údajov účastníkov počas pokladne\",\"FI60XC\":\"Nakonfigurujte dane a poplatky\",\"av6ukY\":\"Nastavte, ktoré produkty sú pre tento termín dostupné, prípadne upravte ceny.\",\"NGXKG/\":\"Potvrdiť e-mailovú adresu\",\"JRQitQ\":\"Potvrdiť nové heslo\",\"Auz0Mz\":\"Potvrďte svoj e-mail pre prístup ku všetkým funkciám.\",\"7+grte\":\"Potvrdzovací e-mail odoslaný! Skontrolujte svoju doručenú poštu.\",\"n/7+7Q\":\"Potvrdenie odoslané na\",\"x3wVFc\":\"Gratulujeme! Vaša udalosť je teraz viditeľná pre verejnosť.\",\"0W2NQP\":\"Prepojiť banku\",\"/K4Vqr\":\"Pripojte Stripe na prijímanie platieb\",\"nQI4H5\":\"Pripojte Stripe pre úpravu e-mailových šablón\",\"LmvZ+E\":\"Pripojte Stripe pre zasielanie správ\",\"peBIO+\":\"Prepojte Stripe, aby vám platby za lístky chodili priamo na bankový účet.\",\"DNeN8t\":\"Prepojte svoju banku, aby vám tržby z lístkov chodili priamo na účet\",\"DARj+w\":\"Pripojili ste nesprávny účet Stripe? Odpojte ho a začnite odznova.\",\"X1y8JF\":\"Pri online termínoch sú údaje na pripojenie povinné\",\"fjfBOm\":\"Pre online podujatia sú povinné údaje o pripojení\",\"jfC/xh\":\"Kontakt\",\"LOFgda\":[\"Kontakt \",[\"0\"]],\"41BQ3k\":\"Kontaktný e-mail\",\"4b3oEV\":\"Obsah\",\"13CIgI\":\"Obsah je povinný\",\"m8WD6t\":\"Pokračovať v nastavení\",\"0GwUT4\":\"Pokračovať na pokladňu\",\"sBV87H\":\"Pokračovať k vytvoreniu udalosti\",\"nKtyYu\":\"Pokračovať na ďalší krok\",\"F3/nus\":\"Pokračovať k platbe\",\"s30OcA\":\"Ovládajte, ako sa dátumy a časy zobrazujú na stránke podujatia\",\"p2FRHj\":\"Kontrolovať spôsob spracovania poplatkov platformy pre túto udalosť\",\"NqfabH\":\"Určite, kto sa dostane dnu na tomto termíne\",\"fmYxZx\":\"Určite, kto a kedy sa dostane dnu\",\"1JnTgU\":\"Skopírované zhora\",\"FxVG/l\":\"Skopírované do schránky\",\"PiH3UR\":\"Skopírované!\",\"4i7smN\":\"Kopírovať ID účtu\",\"uUPbPg\":\"Kopírovať partnerský odkaz\",\"iVm46+\":\"Kopírovať kód\",\"cF2ICc\":\"Kopírovať odkaz pre zákazníka\",\"+2ZJ7N\":\"Kopírovať údaje k prvému účastníkovi\",\"ZN1WLO\":\"Kopírovať e-mail\",\"y1eoq1\":\"Kopírovať odkaz\",\"tUGbi8\":\"Kopírovať moje údaje do:\",\"y22tv0\":\"Skopírujte tento odkaz a zdieľajte ho kdekoľvek\",\"/4gGIX\":\"Kopírovať do schránky\",\"e0f4yB\":\"Miesto sa nepodarilo vymazať\",\"vkiDx2\":\"Hromadnú aktualizáciu sa nepodarilo pripraviť.\",\"KOavaU\":\"Nepodarilo sa získať údaje o adrese\",\"/lq4oO\":\"Termín sa nepodarilo uložiť\",\"mHu0az\":\"Overovací e-mail sa nepodarilo odoslať. Skúste to znova.\",\"QOIm+S\":\"Počty zahŕňajú všetky nadchádzajúce dátumy. Každej osobe je ponúknuté miesto na dátum, na ktorý sa prihlásila.\",\"P0rbCt\":\"Obrázok obalu\",\"p4kqHr\":\"Titulný obrázok pridaný\",\"60u+dQ\":\"Obrázok obalu sa zobrazí v hornej časti stránky udalosti\",\"2NLjA6\":\"Obrázok obalu sa zobrazí v hornej časti stránky organizátora\",\"GkrqoY\":\"Zahŕňa všetky lístky\",\"zg4oSu\":[\"Vytvoriť šablónu \",[\"0\"]],\"RKKhnW\":\"Vytvorte vlastný widget na predaj lístkov na vašom webe.\",\"jqhTmw\":\"Vytvoriť zoznam pre tento termín\",\"PhioFp\":\"Vytvorte nový check-in zoznam pre aktívny termín alebo kontaktujte organizátora, ak si myslíte, že ide o omyl.\",\"yIRev4\":\"Vytvoriť heslo\",\"j7xZ7J\":\"Vytvorte ďalších organizátorov na správu samostatných značiek, oddelení alebo sérií udalostí pod jedným účtom. Každý organizátor má vlastné udalosti, nastavenia a verejnú stránku.\",\"xfKgwv\":\"Vytvoriť partnera\",\"GT/OIA\":\"Vytvorte oznámenie a zobrazte správu svojim používateľom.\",\"tudG8q\":\"Vytvorte a nakonfigurujte lístky a tovar na predaj.\",\"Q4VlI/\":\"Vytvoriť oznámenie\",\"YAl9Hg\":\"Vytvoriť konfiguráciu\",\"BTne9e\":\"Vytvorte vlastné e-mailové šablóny pre túto udalosť, ktoré prepíšu predvolené nastavenia organizátora\",\"YIDzi/\":\"Vytvoriť vlastnú šablónu\",\"tsGqx5\":\"Vytvoriť termín\",\"Nc3l/D\":\"Vytvorte zľavy, prístupové kódy pre skryté lístky a špeciálne ponuky.\",\"PybJS2\":\"Vytvoriť podujatie\",\"abGAgf\":\"Vytvorte ďalšie lístky alebo produkty, aby ste ich mohli ponúkať ako doplnky\",\"eWEV9G\":\"Vytvoriť nové heslo\",\"utHSNE\":\"Vytvoriť harmonogram\",\"8AiKIu\":\"Vytvoriť lístok alebo produkt\",\"/HGmW9\":\"Vytvorte sledovateľné odkazy na odmeňovanie partnerov, ktorí propagujú vašu udalosť.\",\"dkAPxi\":\"Vytvoriť webhook\",\"5slqwZ\":\"Vytvorte svoju udalosť\",\"JQNMrj\":\"Vytvorte svoju prvú udalosť\",\"CCjxOC\":\"Vytvorte svoju prvú udalosť a začnite predávať lístky a spravovať účastníkov.\",\"ZCSSd+\":\"Vytvorte vlastnú udalosť\",\"qdv10s\":[\"Vytvára sa \",[\"0\"],\" termínov. Môže to chvíľu trvať.\"],\"67NsZP\":\"Vytváranie udalosti...\",\"H34qcM\":\"Vytváranie organizátora...\",\"1YMS+X\":\"Vytváranie vašej udalosti, čakajte prosím\",\"yiy8Jt\":\"Vytváranie profilu organizátora, čakajte prosím\",\"lfLHNz\":\"Popis CTA je povinný\",\"0xLR6W\":\"Aktuálne priradené\",\"iTvh6I\":\"Momentálne dostupné na nákup\",\"A42Dqn\":\"Vlastný branding\",\"Guo0lU\":\"Vlastný dátum a čas\",\"WDMdn8\":\"Vlastné otázky\",\"O6mra8\":\"Vlastné otázky\",\"axv/Mi\":\"Vlastná šablóna\",\"2YeVGY\":\"Odkaz pre zákazníka skopírovaný do schránky\",\"QMHSMS\":\"Zákazník dostane e-mail potvrdzujúci vrátenie platby\",\"NihQNk\":\"Zákazníci\",\"hINN++\":\"Prispôsobiť stránku\",\"7gsjkI\":\"Prispôsobte e-maily odosielané zákazníkom pomocou Liquid šablonovania. Tieto šablóny budú použité ako predvolené pre všetky udalosti vo vašej organizácii.\",\"xJaTUK\":\"Prispôsobte rozloženie, farby a značku domovskej stránky udalosti.\",\"MXZfGN\":\"Prispôsobte otázky kladené počas pokladne na zber dôležitých informácií od účastníkov.\",\"iX6SLo\":\"Prispôsobte text zobrazený na tlačidle Pokračovať\",\"R8H7yL\":\"Prispôsobte text plávajúceho tlačidla, ktoré posunie na sekciu lístkov\",\"pxNIxa\":\"Prispôsobte svoju e-mailovú šablónu pomocou Liquid šablonovania\",\"3trPKm\":\"Prispôsobte vzhľad stránky organizátora\",\"U0sC6H\":\"Denne\",\"/gWrVZ\":\"Denné príjmy, dane, poplatky a vrátenia naprieč všetkými udalosťami\",\"zgCHnE\":\"Denná správa o predajoch\",\"nHm0AI\":\"Denný rozklad predajov, daní a poplatkov\",\"1aPnDT\":\"Tanec\",\"pvnfJD\":\"Tmavý\",\"MaB9wW\":\"Zrušenie termínu\",\"e6cAxJ\":\"Termín zrušený\",\"81jBnC\":\"Termín bol zrušený\",\"a/C/6R\":\"Termín bol vytvorený\",\"IW7Q+u\":\"Termín odstránený\",\"rngCAz\":\"Termín bol odstránený\",\"vHbfoQ\":\"Termín obnovený\",\"hvah+S\":\"Predaj na termín bol znova otvorený\",\"Ez0YsD\":\"Termín bol aktualizovaný\",\"JxwIlL\":\"termínov\",\"Te33mU\":\"Termíny sa spravujú jednotlivo\",\"91zCxb\":\"Dni s termínmi\",\"/ITcnz\":\"deň\",\"H7OUPr\":\"Deň\",\"JtHrX9\":\"Deň v mesiaci\",\"J/Upwb\":\"dni\",\"V3VGYb\":\"Dni v mesiaci\",\"r6zgGo\":\"December\",\"jbq7j2\":\"Odmietnuť\",\"WGD1Al\":\"Znížiť\",\"gJY4YL\":\"Znížiť množstvo\",\"ovBPCi\":\"Predvolené\",\"JtI4vj\":\"Predvolený zber informácií o účastníkoch\",\"ULjv90\":\"Predvolená kapacita na termín\",\"3R/Tu2\":\"Predvolené spracovanie poplatkov\",\"1bZAZA\":\"Bude použitá predvolená šablóna\",\"3Biswm\":\"Predvolené hodnoty\",\"HNlEFZ\":\"odstrániť\",\"KpnwJK\":[\"Vymazať \\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Odstrániť \",[\"count\"],\" vybraných termín(ov)? Termíny s objednávkami sa preskočia. Túto akciu nie je možné vrátiť späť.\"],\"ZDGm40\":\"Vymazať účet\",\"vu7gDm\":\"Odstrániť partnera\",\"KZN4Lc\":\"Odstrániť všetko\",\"6EkaOO\":\"Odstrániť termín\",\"io0G93\":\"Odstrániť udalosť\",\"+jw/c1\":\"Odstrániť obrázok\",\"hdyeZ0\":\"Odstrániť úlohu\",\"xxjZeP\":\"Vymazať miesto\",\"sY3tIw\":\"Odstrániť organizátora\",\"UBv8UK\":\"Odstrániť natrvalo\",\"dPyJ15\":\"Odstrániť šablónu\",\"IQTR34\":\"Odstrániť túto kategóriu? Odstránia sa aj všetky produkty v nej. Túto akciu nie je možné vrátiť späť.\",\"/1wMxk\":\"Odstrániť tento produkt? Túto akciu nie je možné vrátiť späť.\",\"mxsm1o\":\"Odstrániť túto otázku? Túto akciu nie je možné vrátiť späť.\",\"snMaH4\":\"Odstrániť webhook\",\"LIZZLY\":[\"Odstránených \",[\"0\"],\" termín(ov)\"],\"loLVyU\":\"Vymazaný účet\",\"IlUuGb\":\"Vymazanie účtu ho okamžite deaktivuje: všetky zverejnené podujatia budú stiahnuté a prístup bude zablokovaný. Po 30-dňovej ochrannej lehote sa vymazanie stane trvalým. Počas týchto 30 dní môžete kedykoľvek zrušiť.\",\"nMdIuB\":\"Vymazanie zaradené na vykonanie\",\"/U002t\":\"Žiadosť o vymazanie zrušená\",\"PBA62s\":\"Žiadosti o vymazanie\",\"7w0Wev\":\"Popis a miesto pridané\",\"vYgeDk\":\"Zrušiť výber všetkého\",\"NvuEhl\":\"Dizajnové prvky\",\"H8kMHT\":\"Nedostali ste kód?\",\"G8KNgd\":\"Iné miesto\",\"E/QGRL\":\"Vypnuté\",\"bzSI52\":\"Zahodiť\",\"0EcUWz\":\"Zahodiť zmeny?\",\"+K0AvT\":\"Odpojiť\",\"cALvbl\":\"Odpojiť účet Stripe\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Zavrieť oznámenie\",\"nZJ8tu\":\"Skryť kontrolný zoznam nastavenia\",\"QotGhf\":\"Zamietnuť túto správu\",\"J6hrEy\":\"Zavreté\",\"BREO0S\":\"Zobraziť zaškrtávacie políčko umožňujúce zákazníkom prihlásiť sa na marketingové komunikácie od tohto organizátora udalosti.\",\"HtaSQp\":\"Zobrazuje, koľko miest zostáva na jednotlivé dátumy vo widgete vstupeniek. Pre jednotlivé dátumy to môžete prepísať.\",\"pfa8F0\":\"Zobrazovaný názov\",\"Kdpf90\":\"Nezabudnite!\",\"352VU2\":\"Nemáte účet? <0>Zaregistrujte sa\",\"AXXqG+\":\"Dar\",\"DPfwMq\":\"Hotovo\",\"JoPiZ2\":\"Pokyny pre personál pri vstupe\",\"2+O9st\":\"Stiahnuť správy o predajoch, účastníkoch a financiách pre všetky dokončené objednávky.\",\"eneWvv\":\"Koncept\",\"Ts8hhq\":\"Kvôli vysokému riziku spamu musíte pripojiť účet Stripe pred úpravou e-mailových šablón. Je to na zabezpečenie, že všetci organizátori udalostí sú overení a zodpovední.\",\"TnzbL+\":\"Kvôli vysokému riziku spamu musíte pripojiť účet Stripe pred odosielaním správ účastníkom.\\nJe to na zabezpečenie, že všetci organizátori udalostí sú overení a zodpovední.\",\"euc6Ns\":\"Duplikovať\",\"YueC+F\":\"Duplikovať termín\",\"KRmTkx\":\"Duplikovať produkt\",\"Jd3ymG\":\"Dĺžka musí byť aspoň 1 minúta.\",\"KIjvtr\":\"Holandčina\",\"22xieU\":\"napr. 180 (3 hodiny)\",\"MCx4ov\":\"napr. Zistiť viac\",\"/zajIE\":\"napr. Doobedný termín\",\"XDHATF\":\"napr. Nová funkcia: čakacie listiny\",\"tAtvUj\":\"napr. Plánovaná údržba túto sobotu od 2:00 do 4:00 UTC\",\"SPKbfM\":\"napr. Získať lístky, Zaregistrovať sa\",\"fc7wGW\":\"napr. Dôležitá aktualizácia o vašich lístkoch\",\"54MPqC\":\"napr. Štandard, Prémiový, Enterprise\",\"3RQ81z\":\"Každá osoba dostane e-mail s rezervovaným miestom na dokončenie nákupu.\",\"Xfsjel\":\"Každý produkt\",\"5oD9f/\":\"Skôr\",\"LTzmgK\":[\"Upraviť šablónu \",[\"0\"]],\"v4+lcZ\":\"Upraviť partnera\",\"ndNHsK\":\"Upraviť oznámenie\",\"2iZEz7\":\"Upraviť odpoveď\",\"t2bbp8\":\"Upraviť účastníka\",\"etaWtB\":\"Upraviť údaje účastníka\",\"+guao5\":\"Upraviť konfiguráciu\",\"1Mp/A4\":\"Upraviť termín\",\"m0ZqOT\":\"Upraviť miesto\",\"8oivFT\":\"Upraviť miesto\",\"vRWOrM\":\"Upraviť podrobnosti objednávky\",\"pHm0k9\":\"Upraviť harmonogram\",\"fW5sSv\":\"Upraviť webhook\",\"nP7CdQ\":\"Upraviť webhook\",\"MRZxAn\":\"Upravený\",\"uBAxNB\":\"Editor\",\"aqxYLv\":\"Vzdelávanie\",\"iiWXDL\":\"Zlyhania oprávnenosti\",\"zPiC+q\":\"Oprávnené zoznamy odbavení\",\"SiVstt\":\"E-maily a naplánované správy\",\"V2sk3H\":\"E-mail a šablóny\",\"hbwCKE\":\"E-mailová adresa skopírovaná do schránky\",\"dSyJj6\":\"E-mailové adresy sa nezhodujú\",\"elW7Tn\":\"Telo e-mailu\",\"ZsZeV2\":\"E-mail je povinný\",\"Be4gD+\":\"Náhľad e-mailu\",\"6IwNUc\":\"E-mailové šablóny\",\"H/UMUG\":\"Vyžaduje sa overenie e-mailu\",\"PLEl94\":\"E-mail overený\",\"L86zy2\":\"E-mail bol úspešne overený!\",\"FSN4TS\":\"Vložiť widget\",\"z9NkYY\":\"Vložiteľný widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Pre modálne okná je potrebné emoji\",\"Qj0GKe\":\"Povoliť samoobsluhu účastníka\",\"hEtQsg\":\"Predvolene povoliť samoobsluhu účastníka\",\"Upeg/u\":\"Povoliť túto šablónu na odosielanie e-mailov\",\"7dSOhU\":\"Povoliť zoznam čakateľov\",\"RxzN1M\":\"Povolené\",\"sGjBEq\":\"Dátum a čas ukončenia (voliteľné)\",\"PKXt9R\":\"Dátum ukončenia musí byť po dátume začiatku\",\"vTL8gi\":\"Čas konca\",\"48Y16Q\":\"Čas ukončenia (voliteľné)\",\"TbaYrr\":[\"Skončilo \",[\"0\"]],\"CFgwiw\":[\"Končí \",[\"0\"]],\"SqOIQU\":\"Zadajte kapacitu alebo zvoľte neobmedzené.\",\"h37gRz\":\"Zadajte označenie alebo ho zvoľte odstrániť.\",\"7YZofi\":\"Zadajte predmet a telo pre zobrazenie náhľadu\",\"khyScF\":\"Zadajte, o koľko sa má čas posunúť.\",\"SKx/0u\":\"Zadajte názov miesta alebo adresu\",\"ppwojw\":\"Pre prezenčné podujatia zadajte názov miesta alebo adresu\",\"j+eCIq\":\"Zadať adresu manuálne\",\"3bR1r4\":\"Zadajte e-mail partnera (voliteľné)\",\"ARkzso\":\"Zadajte meno partnera\",\"ej4L8b\":\"Zadať kapacitu\",\"6KnyG0\":\"Zadajte e-mail\",\"INDKM9\":\"Zadajte predmet e-mailu...\",\"xUgUTh\":\"Zadajte meno\",\"9/1YKL\":\"Zadajte priezvisko\",\"VpwcSk\":\"Zadajte nové heslo\",\"kWg31j\":\"Zadajte jedinečný partnerský kód\",\"C3nD/1\":\"Zadajte svoj e-mail\",\"VmXiz4\":\"Zadajte svoj e-mail a pošleme vám pokyny na obnovenie hesla.\",\"n9V+ps\":\"Zadajte svoje meno\",\"IdULhL\":\"Zadajte číslo DPH vrátane kódu krajiny, bez medzier (napr. IE1234567A, DE123456789)\",\"RRlWVA\":\"Celá objednávka\",\"o21Y+P\":\"položky\",\"X88/6w\":\"Záznamy sa zobrazia tu, keď sa zákazníci pridajú do zoznamu čakateľov pre vypredané produkty.\",\"LslKhj\":\"Chyba pri načítaní protokolov\",\"BkEWfd\":\"Esc zatvorí\",\"VCNHvW\":\"Udalosť archivovaná\",\"ZD0XSb\":\"Udalosť bola úspešne archivovaná\",\"WgD6rb\":\"Kategória udalosti\",\"b46pt5\":\"Obrázok obalu udalosti\",\"NAUIJ7\":\"Podujatie vytvorené\",\"1b77ID\":\"Udalosť vytvorená\",\"1Hzev4\":\"Vlastná šablóna udalosti\",\"+v+GW0\":\"Zobrazenie dátumu podujatia\",\"7u9/DO\":\"Udalosť bola úspešne odstránená\",\"imgKgl\":\"Popis udalosti\",\"IzR/Fc\":\"Celé trvanie podujatia\",\"PYs3rP\":\"Názov udalosti\",\"HhwcTQ\":\"Názov udalosti\",\"WZZzB6\":\"Názov udalosti je povinný\",\"Wd5CDM\":\"Názov udalosti by mal mať menej ako 150 znakov\",\"4JzCvP\":\"Udalosť nie je dostupná\",\"mImacG\":\"Stránka udalosti\",\"Hk9Ki/\":\"Udalosť bola úspešne obnovená\",\"JyD0LH\":\"Nastavenia udalosti\",\"XVLu2v\":\"Názov udalosti\",\"OfmsI9\":\"Udalosť je príliš nová\",\"4SILkp\":\"Súhrn podujatia\",\"YDVUVl\":\"Typy udalostí\",\"+HeiVx\":\"Udalosť aktualizovaná\",\"19j6uh\":\"Výkonnosť udalostí\",\"PC3/fk\":\"Udalosti začínajúce v nasledujúcich 24 hodinách\",\"CRsuq4\":\"Každé\",\"nwiZdc\":[\"Každý \",[\"0\"]],\"B2jjf8\":[\"Každých \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Každých \",[\"0\"],\" dní\"],\"yLiYx+\":[\"Každých \",[\"0\"],\" mesiacov\"],\"nn9ice\":[\"Každých \",[\"0\"],\" týždňov\"],\"Cdr8f9\":[\"Každých \",[\"0\"],\" týždňov v \",[\"1\"]],\"GVEHRk\":[\"Každých \",[\"0\"],\" rokov\"],\"XlRpgq\":[\"Každý \",[\"cadenceUnit\"]],\"fTFfOK\":\"Každá e-mailová šablóna musí obsahovať tlačidlo výzvy na akciu odkazujúce na príslušnú stránku\",\"hHTPiT\":\"Všetko ostatné — ťuknutím upravíte\",\"BVinvJ\":\"Príklady: \\\"Ako ste sa o nás dozvedeli?\\\", \\\"Názov firmy pre faktúru\\\"\",\"2hGPQG\":\"Príklady: \\\"Veľkosť trička\\\", \\\"Preferencia jedla\\\", \\\"Pracovná pozícia\\\"\",\"qNuTh3\":\"Výnimka\",\"aW/bzJ\":\"Vykonať vymazanie\",\"CtAcQ7\":\"Vykonať vymazanie teraz\",\"xj4fwT\":\"Vykonať teraz\",\"M1RnFv\":\"Vypršané\",\"kF8HQ7\":\"Exportovať odpovede\",\"2KAI4N\":\"Exportovať CSV\",\"JKfSAv\":\"Export zlyhal. Skúste to znovu.\",\"SVOEsu\":\"Export spustený. Pripravuje sa súbor...\",\"wuyaZh\":\"Export úspešný\",\"9bpUSo\":\"Exportovanie partnerov\",\"jtrqH9\":\"Exportovanie účastníkov\",\"R4Oqr8\":\"Export dokončený. Sťahovanie súboru...\",\"UlAK8E\":\"Exportovanie objednávok\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Neúspešné\",\"8uOlgz\":\"Zlyhalo o\",\"tKcbYd\":\"Neúspešné úlohy\",\"SsI9v/\":\"Nepodarilo sa opustiť objednávku. Skúste to znovu.\",\"LdPKPR\":\"Nepodarilo sa priradiť konfiguráciu\",\"PO0cfn\":\"Termín sa nepodarilo zrušiť\",\"YUX+f+\":\"Termíny sa nepodarilo zrušiť\",\"SIHgVQ\":\"Nepodarilo sa zrušiť správu\",\"cEFg3R\":\"Nepodarilo sa vytvoriť partnera\",\"dVgNF1\":\"Nepodarilo sa vytvoriť konfiguráciu\",\"fAoRRJ\":\"Rozvrh sa nepodarilo vytvoriť\",\"4yLYTb\":\"Nepodarilo sa vytvoriť harmonogram. Skúste to znova.\",\"U66oUa\":\"Nepodarilo sa vytvoriť šablónu\",\"+RTkEY\":\"Oznámenie sa nepodarilo odstrániť\",\"aFk48v\":\"Nepodarilo sa odstrániť konfiguráciu\",\"n1CYMH\":\"Termín sa nepodarilo odstrániť\",\"KXv+Qn\":\"Termín sa nepodarilo odstrániť. Môžu k nemu existovať objednávky.\",\"JJ0uRo\":\"Termíny sa nepodarilo odstrániť\",\"rgoBnv\":\"Nepodarilo sa odstrániť udalosť\",\"Zw6LWb\":\"Nepodarilo sa odstrániť úlohu\",\"tq0abZ\":\"Nepodarilo sa odstrániť úlohy\",\"2mkc3c\":\"Nepodarilo sa odstrániť organizátora\",\"5E23qd\":\"Produkt sa nepodarilo odstrániť. Skúste to znova.\",\"vKMKnu\":\"Nepodarilo sa odstrániť otázku\",\"xFj7Yj\":\"Nepodarilo sa odstrániť šablónu\",\"jo3Gm6\":\"Nepodarilo sa exportovať partnerov\",\"Jjw03p\":\"Nepodarilo sa exportovať účastníkov\",\"ZPwFnN\":\"Nepodarilo sa exportovať objednávky\",\"zGE3CH\":\"Nepodarilo sa exportovať správu. Skúste to znovu.\",\"lS9/aZ\":\"Nepodarilo sa načítať príjemcov\",\"X4o0MX\":\"Nepodarilo sa načítať webhook\",\"ETcU7q\":\"Nepodarilo sa ponúknuť miesto\",\"5670b9\":\"Nepodarilo sa ponúknuť lístky\",\"e5KIbI\":\"Termín sa nepodarilo obnoviť\",\"7zyx8a\":\"Nepodarilo sa odstrániť zo zoznamu čakateľov\",\"A/P7PX\":\"Vlastné nastavenie sa nepodarilo odstrániť\",\"ogWc1z\":\"Termín sa nepodarilo znova otvoriť\",\"0+iwE5\":\"Nepodarilo sa preusporiadať otázky\",\"EJPAcd\":\"Nepodarilo sa znovu odoslať potvrdenie objednávky\",\"DjSbj3\":\"Nepodarilo sa znovu odoslať lístok\",\"YQ3QSS\":\"Nepodarilo sa znovu odoslať overovací kód\",\"wDioLj\":\"Nepodarilo sa zopakovať úlohu\",\"DKYTWG\":\"Nepodarilo sa zopakovať úlohy\",\"WRREqF\":\"Vlastné nastavenie sa nepodarilo uložiť\",\"sj/eZA\":\"Vlastnú cenu sa nepodarilo uložiť\",\"780n8A\":\"Nastavenia produktu sa nepodarilo uložiť\",\"zTkTF3\":\"Nepodarilo sa uložiť šablónu\",\"l6acRV\":\"Nepodarilo sa uložiť nastavenia DPH. Skúste to znovu.\",\"T6B2gk\":\"Nepodarilo sa odoslať správu. Skúste to znovu.\",\"lKh069\":\"Nepodarilo sa spustiť úlohu exportu\",\"t/KVOk\":\"Nepodarilo sa spustiť zosobnenie. Skúste to znovu.\",\"QXgjH0\":\"Nepodarilo sa zastaviť zosobnenie. Skúste to znovu.\",\"i0QKrm\":\"Nepodarilo sa aktualizovať partnera\",\"NNc33d\":\"Nepodarilo sa aktualizovať odpoveď.\",\"E9jY+o\":\"Nepodarilo sa aktualizovať účastníka\",\"uQynyf\":\"Nepodarilo sa aktualizovať konfiguráciu\",\"i2PFQJ\":\"Nepodarilo sa aktualizovať stav udalosti\",\"EhlbcI\":\"Nepodarilo sa aktualizovať úroveň správ\",\"rpGMzC\":\"Nepodarilo sa aktualizovať objednávku\",\"T2aCOV\":\"Nepodarilo sa aktualizovať stav organizátora\",\"Eeo/Gy\":\"Nepodarilo sa aktualizovať nastavenie\",\"kqA9lY\":\"Nepodarilo sa aktualizovať nastavenia DPH\",\"nkNfWu\":\"Nepodarilo sa nahrať obrázok. Skúste to znovu.\",\"rxy0tG\":\"Nepodarilo sa overiť e-mail\",\"QRUpCk\":\"Rodina\",\"5LO38w\":\"Rýchle výplaty do vašej banky\",\"4lgLew\":\"Február\",\"9bHCo2\":\"Mena poplatku\",\"/sV91a\":\"Spracovanie poplatkov\",\"K4dKSP\":\"Vlastný poplatok uložený\",\"LyUWXA\":\"Poplatky obídené\",\"cf35MA\":\"Festival\",\"pAey+4\":\"Súbor je príliš veľký. Maximálna veľkosť je 5 MB.\",\"VejKUM\":\"Najprv vyplňte svoje údaje vyššie\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filtrovať účastníkov\",\"8OvVZZ\":\"Filtrovať účastníkov\",\"N/H3++\":\"Filtrovať podľa termínu\",\"mvrlBO\":\"Filtrovať podľa udalosti\",\"g+xRXP\":\"Dokončiť nastavenie Stripe\",\"LHH461\":\"Dokončiť nastavenie\",\"syyeb9\":\"Prvý\",\"Vj6wk9\":\"Prvých 30 dní\",\"/bpZYb\":\"Prvých 7 dní\",\"ziEnjY\":\"Prvých 90 dní\",\"1vBhpG\":\"Prvý účastník\",\"4pwejF\":\"Meno je povinné\",\"rVogsf\":\"Na zverejnenie opravte problémy\",\"3lkYdQ\":\"Pevný poplatok\",\"6bBh3/\":\"Pevný poplatok\",\"zWqUyJ\":\"Pevný poplatok účtovaný za transakciu\",\"LWL3Bs\":\"Pevný poplatok musí byť 0 alebo väčší\",\"0RI8m4\":\"Blesk vypnutý\",\"q0923e\":\"Blesk zapnutý\",\"X+U6/w\":\"Rodina písma\",\"lWxAUo\":\"Jedlo a nápoje\",\"nFm+5u\":\"Text päty\",\"sQv06Y\":\"na\",\"NTzcRQ\":\"Na počet termínov\",\"a8nooQ\":\"Štvrtý\",\"xVhQZV\":\"Pi\",\"39y5bn\":\"Piatok\",\"ejVYRQ\":\"Od\",\"hGDVDa\":[\"Od \",[\"0\"]],\"+dBe1R\":[\"Od \",[\"start\"]],\"1dv+MO\":[\"od \",[\"start\"],\" do \",[\"end\"]],\"l82hjf\":[\"od \",[\"start\"],\", \",[\"count\"],\" termínov\"],\"f5UbZ0\":\"Plné vlastníctvo údajov\",\"cfvx/y\":\"Celé podujatie\",\"MY2SVM\":\"Plné vrátenie\",\"PGQLdy\":\"budúce\",\"8N/j1s\":\"Len budúce termíny\",\"yRx/6K\":\"Budúce termíny sa skopírujú s vynulovanou kapacitou\",\"T02gNN\":\"Všeobecný vstup\",\"3ep0Gx\":\"Všeobecné informácie o vašom organizátorovi\",\"ziAjHi\":\"Generovať\",\"exy8uo\":\"Generovať kód\",\"4CETZY\":\"Získať trasu\",\"pjkEcB\":\"Nechajte si platiť\",\"lGYzP6\":\"Prijímajte platby cez Stripe\",\"ZDIydz\":\"Začať\",\"u6FPxT\":\"Získať lístky\",\"2ohvu7\":\"Text tlačidla Získať lístky\",\"8KDgYV\":\"Pripravte svoju udalosť\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Späť\",\"sr0UJD\":\"Späť\",\"oNL5vN\":\"Prejsť na stránku udalosti\",\"gHSuV/\":\"Prejsť na domovskú stránku\",\"8+Cj55\":\"Prejsť na rozvrh\",\"6nDzTl\":\"Dobrá čitateľnosť\",\"76gPWk\":\"Rozumiem\",\"CZXzs4\":\"Gréčtina\",\"aGWZUr\":\"Hrubé príjmy\",\"n8IUs7\":\"Hrubé príjmy\",\"O1wAlQ\":\"Hosť\",\"LIYoRQ\":\"Správa hostí\",\"NUsTc4\":\"Práve prebieha\",\"S2Y4aO\":\"Trvalé vymazanie\",\"kTSQej\":[\"Ahoj \",[\"0\"],\", spravujte svoju platformu odtiaľto.\"],\"URTkcd\":\"Pomôžte nám zlepšiť sa tým, že nám poviete, prečo odchádzate\",\"dORAcs\":\"Tu sú všetky lístky spojené s vašou e-mailovou adresou.\",\"g+2103\":\"Tu je váš partnerský odkaz\",\"bVsnqU\":\"Dobrý deň,\",\"/iE8xx\":\"Poplatok Hi.Events\",\"zppscQ\":\"Poplatky platformy Hi.Events a rozklad DPH podľa transakcií\",\"D+zLDD\":\"Skryté\",\"cZO505\":[\"Skryté — predaj skončil \",[\"end\"],\".\"],\"DRErHC\":\"Skryté pred účastníkmi – viditeľné iba pre organizátorov\",\"9zfvsx\":\"Skryté pre všetkých\",\"nMfkJW\":\"Skryté pre všetkých — hlavný prepínač skrývania je zapnutý.\",\"NNnsM0\":\"Skryť rozšírené možnosti\",\"P+5Pbo\":\"Skryť odpovede\",\"VMlRqi\":\"Skryť podrobnosti\",\"NQgWuh\":\"Skryť náhľad\",\"uXNYjR\":\"Skryť vypredané dátumy a časy\",\"g9RcYX\":\"Skryť dátum\",\"uMwTx7\":\"Skryť túto kategóriu?\",\"LLt2UT\":\"Skrýva vypredané\",\"gtEbeW\":\"Zvýrazniť\",\"NF8sdv\":\"Zvýrazniť správu\",\"MXSqmS\":\"Zvýrazniť tento produkt\",\"7ER2sc\":\"Zvýraznené\",\"sq7vjE\":\"Zvýraznené produkty budú mať inú farbu pozadia, aby vynikli na stránke udalosti.\",\"1+WSY1\":\"Záľuby\",\"yY8wAv\":\"Hodiny\",\"49Tkiw\":\"Ako sa zľava uplatňuje?\",\"sy9anN\":\"Ako dlho má zákazník na dokončenie nákupu po prijatí ponuky. Nechajte prázdne pre bez časového limitu.\",\"cceMns\":\"Ako sa DPH uplatňuje na poplatky platformy, ktoré vám účtujeme.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Maďarčina\",\"8Wgd41\":\"Beriem na vedomie svoje povinnosti ako správca údajov\",\"O8m7VA\":\"Súhlasím s prijímaním e-mailových notifikácií súvisiacich s touto udalosťou\",\"YLgdk5\":\"Potvrdzujem, že toto je transakčná správa súvisiaca s touto udalosťou\",\"4/kP5a\":\"Ak sa nová karta neotvorila automaticky, kliknite na tlačidlo nižšie a pokračujte na pokladňu.\",\"W/eN+G\":\"Ak je prázdne, adresa sa použije na vygenerovanie odkazu Google Maps\",\"CY3yHL\":\"Ak je zaškrtnuté, táto kategória bude skrytá pred verejnosťou.\",\"iIEaNB\":\"Ak máte u nás účet, dostanete e-mail s pokynmi na obnovenie hesla.\",\"an5hVd\":\"Obrázky\",\"tSVr6t\":\"Zosobniť\",\"TWXU0c\":\"Zosobniť používateľa\",\"5LAZwq\":\"Zosobnenie spustené\",\"IMwcdR\":\"Zosobnenie zastavené\",\"0I0Hac\":\"Dôležité upozornenie\",\"yD3avI\":\"Dôležité: Zmena e-mailovej adresy aktualizuje odkaz na prístup k tejto objednávke. Po uložení budete presmerovaní na nový odkaz objednávky.\",\"jT142F\":[\"O \",[\"diffHours\"],\" hodín\"],\"OoSyqO\":[\"O \",[\"diffMinutes\"],\" minút\"],\"PdMhEx\":[\"za posledných \",[\"0\"],\" min\"],\"u7r0G5\":\"Osobne — zadajte miesto\",\"/LCAwL\":\"Prebieha\",\"5gTmFD\":\"vrát. poplatkov\",\"laL+R0\":\"vrát. poplatkov a dane\",\"cXeh90\":\"vrát. dane\",\"pxFAp/\":\"Zvýšiť\",\"nQMUIO\":\"Zvýšiť množstvo\",\"F1Xp97\":\"Jednotliví účastníci\",\"85e6zs\":\"Vložiť Liquid token\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Okamžité výplaty cez Stripe\",\"nbfdhU\":\"Integrácie\",\"I8eJ6/\":\"Interné poznámky na lístku účastníka\",\"B2Tpo0\":\"Neplatný e-mail\",\"5tT0+u\":\"Neplatný formát e-mailu\",\"f9WRpE\":\"Neplatný typ súboru. Nahrajte obrázok.\",\"tnL+GP\":\"Neplatná Liquid syntax. Opravte ju a skúste znovu.\",\"N9JsFT\":\"Neplatný formát čísla DPH\",\"g+lLS9\":\"Pozvať člena tímu\",\"1z26sk\":\"Pozvať člena tímu\",\"KR0679\":\"Pozvať členov tímu\",\"aH6ZIb\":\"Pozvite svoj tím\",\"Dn4OyV\":\"Pozvaný\",\"IuMGvq\":\"Faktúra\",\"a/bUcL\":\"Koná sa vo viacerých termínoch\",\"d+Oe9r\":\"Mohlo byť stiahnuté z publikovania alebo odstránené. Skontrolujte odkaz a skúste to znova.\",\"Lj7sBL\":\"Taliančina\",\"F5/CBH\":\"položka/položky\",\"BzfzPK\":\"Položky\",\"rjyWPb\":\"Január\",\"KmWyx0\":\"Úloha\",\"o5r6b2\":\"Úloha odstránená\",\"cd0jIM\":\"Podrobnosti úlohy\",\"ruJO57\":\"Názov úlohy\",\"YZi+Hu\":\"Úloha zaradená do frontu na opakovanie\",\"nCywLA\":\"Pripojte sa odkiaľkoľvek\",\"SNzppu\":\"Pridať sa do zoznamu čakateľov\",\"dLouFI\":[\"Pridať sa do zoznamu čakateľov pre \",[\"productDisplayName\"]],\"2gMuHR\":\"Pripojený\",\"u4ex5r\":\"Júl\",\"zeEQd/\":\"Jún\",\"MxjCqk\":\"Hľadáte len svoje lístky?\",\"xOTzt5\":\"práve teraz\",\"0RihU9\":\"Práve skončilo\",\"Brhs/U\":\"Ponechať pripojenie\",\"4OjqAQ\":\"Pokračovať v úprave\",\"lwO5vw\":[\"Buďte struční — bannery zobrazujú jeden riadok. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Informujte ma o novinkách a udalostiach od \",[\"0\"]],\"ioFA9i\":\"Zisk zostáva vám.\",\"C/pOUI\":\"Označenie — napr. Ranné sedenie\",\"o66QSP\":\"zmeny označení\",\"RtKKbA\":\"Posledný\",\"DruLRc\":\"Posledných 14 dní\",\"ve9JTU\":\"Priezvisko je povinné\",\"h0Q9Iw\":\"Posledná odpoveď\",\"gw3Ur5\":\"Naposledy spustené\",\"FIq1Ba\":\"Neskôr\",\"xvnLMP\":\"Najnovšie check-iny\",\"GGFOZD\":\"Ponechajte „Od“ na dnešku, ak chcete začať hneď.\",\"N5TErv\":\"Nechajte prázdne pre neobmedzené\",\"L/hDDD\":\"Nechajte prázdne, aby sa tento check-in zoznam vzťahoval na všetky termíny\",\"9Pf3wk\":\"Nechajte zapnuté, aby sa vzťahovalo na všetky lístky podujatia. Vypnite, ak chcete vybrať konkrétne lístky.\",\"Hq2BzX\":\"Dajte im vedieť o zmene\",\"+uexiy\":\"Dajte im vedieť o zmenách\",\"exYcTF\":\"Knižnica\",\"1njn7W\":\"Svetlý\",\"1qY5Ue\":\"Odkaz vypršal alebo je neplatný\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Povolené odkazy\",\"2BBAbc\":\"Zoznam\",\"dF6vP6\":\"Aktívne\",\"fpMs2Z\":\"ŽIVÉ\",\"D9zTjx\":\"Živé udalosti\",\"a37vfH\":\"Živý náhľad\",\"C33p4q\":\"Načítané termíny\",\"WdmJIX\":\"Načítavanie náhľadu...\",\"IoDI2o\":\"Načítavanie tokenov...\",\"G3Ge9Z\":\"Načítavanie protokolov webhookov...\",\"NFxlHW\":\"Načítavanie webhookov\",\"E0DoRM\":\"Miesto bolo vymazané\",\"7w8lJU\":\"Miesto bolo uložené\",\"YsRXDD\":\"Miesto bolo aktualizované\",\"A/kIva\":\"zmeny miesta\",\"iyZPPR\":\"miest\",\"VppBoU\":\"Miesta\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo a obal\",\"gddQe0\":\"Logo a obrázok obalu pre vášho organizátora\",\"TBEnp1\":\"Logo sa zobrazí v hlavičke\",\"Jzu30R\":\"Logo sa zobrazí na lístku\",\"PSRm6/\":\"Vyhľadať moje lístky\",\"yJFu/X\":\"Hlavná kancelária\",\"v5nFPh\":\"Zverejnite ho, aby si ľudia mohli kúpiť lístky\",\"cdY2at\":[\"Spravovať \",[\"0\"]],\"wZJfA8\":\"Spravujte termíny a časy vášho opakujúceho sa podujatia\",\"RlzPUE\":\"Spravovať v Stripe\",\"sjoDuh\":\"Spravovať rozvrh\",\"6NXJRK\":\"Spravovať rozvrh\",\"zXuaxY\":\"Spravovať zoznam čakateľov udalosti, zobraziť štatistiky a ponúkať lístky účastníkom.\",\"g2npA5\":\"Manuálna ponuka\",\"hg6l4j\":\"Marec\",\"pqRBOz\":\"Označiť ako overené (rozhodnutie správcu)\",\"2L3vle\":\"Max. správ / 24 h\",\"Qp4HWD\":\"Max. príjemcov / správa\",\"7qu2YV\":[\"Maximálne \",[\"cap\"],\" na objednávku\"],\"3JzsDb\":\"Máj\",\"agPptk\":\"Stredné\",\"xDAtGP\":\"Správa\",\"bECJqy\":\"Správa bola úspešne schválená\",\"1jRD0v\":\"Správa účastníkom s konkrétnymi lístkami\",\"uQLXbS\":\"Správa zrušená\",\"48rf3i\":\"Správa nesmie presiahnuť 5000 znakov\",\"ZPj0Q8\":\"Podrobnosti správy\",\"Vjat/X\":\"Správa je povinná\",\"0/yJtP\":\"Správa vlastníkom objednávok s konkrétnymi produktmi\",\"saG4At\":\"Správa naplánovaná\",\"mFdA+i\":\"Úroveň správ\",\"v7xKtM\":\"Úroveň správ bola úspešne aktualizovaná\",\"/VRn+9\":[\"Min. \",[\"min\"],\" na objednávku\"],\"H9HlDe\":\"minúty\",\"agRWc1\":\"Minúty\",\"FfPWR0\":\"Modálne okno\",\"zz/Wd/\":\"Režim\",\"fpMgHS\":\"Po\",\"hty0d5\":\"Pondelok\",\"JbIgPz\":\"Peňažné hodnoty sú približné súčty naprieč všetkými menami\",\"qvF+MT\":\"Monitorovať a spravovať neúspešné úlohy na pozadí\",\"kY2ll9\":\"mesiac\",\"HajiZl\":\"Mesiac\",\"+8Nek/\":\"Mesačne\",\"6jefe3\":\"mesiace\",\"f8jrkd\":\"viac\",\"JcD7qf\":\"Ďalšie akcie\",\"w36OkR\":\"Najsledovanejšie udalosti (posledných 14 dní)\",\"+Y/na7\":\"Posunúť všetky termíny skôr alebo neskôr\",\"3DIpY0\":\"Viacero miest\",\"g9cQCP\":\"Viacero typov lístkov\",\"GfaxEk\":\"Hudba\",\"oVGCGh\":\"Moje lístky\",\"8/brI5\":\"Meno je povinné\",\"sFFArG\":\"Meno musí mať menej ako 255 znakov\",\"Bst+aq\":\"Potrebujete zmeniť účet Stripe? Odpojte tento.\",\"xxU3NX\":\"Čistý príjem\",\"7I8LlL\":\"Nová kapacita\",\"n1GRql\":\"Nové označenie\",\"y0Fcpd\":\"Nové miesto\",\"ArHT/C\":\"Nové registrácie\",\"uK7xWf\":\"Nový čas:\",\"g8JmSC\":\"Nasledujúci mesiac\",\"veT5Br\":\"Nasledujúci termín\",\"WXtl5X\":[\"Nasledujúci: \",[\"nextFormatted\"]],\"eWRECP\":\"Nočný život\",\"HSw5l3\":\"Nie – som fyzická osoba alebo firma neregistrovaná pre DPH\",\"VHfLAW\":\"Žiadne účty\",\"+jIeoh\":\"Nenašli sa žiadne účty\",\"074+X8\":\"Žiadne aktívne webhooky\",\"zxnup4\":\"Žiadni partneri na zobrazenie\",\"hUHrkV\":\"Zatiaľ žiadne oznámenia\",\"Dwf4dR\":\"Zatiaľ žiadne otázky pre účastníkov\",\"th7rdT\":\"Žiadni účastníci na zobrazenie\",\"PKySlW\":\"Pre tento termín zatiaľ nie sú žiadni účastníci.\",\"/UC6qk\":\"Nenašli sa žiadne údaje o priradení\",\"E2vYsO\":\"Stripe zatiaľ nenahlásil žiadne funkcie.\",\"amMkpL\":\"Žiadna kapacita\",\"d2Jf1f\":\"Bez zmeny\",\"99ntUF\":\"Pre túto udalosť nie sú dostupné žiadne zoznamy odbavení.\",\"wG+knX\":\"Zatiaľ žiadne check-iny\",\"+dAKxg\":\"Nenašli sa žiadne konfigurácie\",\"LiLk8u\":\"Nie sú dostupné žiadne prepojenia\",\"eb47T5\":\"Pre vybrané filtre sa nenašli žiadne dáta. Skúste upraviť rozsah dátumov alebo menu.\",\"Zc216S\":\"Nepridaný žiadny termín\",\"I8mtzP\":\"V tomto mesiaci nie sú dostupné žiadne termíny. Skúste iný mesiac.\",\"yDukIL\":\"Aktuálnym filtrom nezodpovedajú žiadne termíny.\",\"B7phdj\":\"Vašim filtrom nezodpovedajú žiadne termíny\",\"/ZB4Um\":\"Vášmu hľadaniu nezodpovedajú žiadne termíny\",\"OtJSnL\":\"Žiadne naplánované termíny\",\"gEdNe8\":\"Zatiaľ nie sú naplánované žiadne termíny\",\"w+wkcC\":\"Nenašli sa žiadne žiadosti o vymazanie\",\"pZNOT9\":\"Žiadny dátum ukončenia\",\"dW40Uz\":\"Nenašli sa žiadne udalosti\",\"8pQ3NJ\":\"Žiadne udalosti nezačínajú v nasledujúcich 24 hodinách\",\"8zCZQf\":\"Zatiaľ žiadne udalosti\",\"Yc5YW6\":\"Žiadne neúspešné úlohy\",\"EpvBAp\":\"Žiadna faktúra\",\"N+9Onb\":\"Žiadne limity\",\"XZkeaI\":\"Nenašli sa žiadne protokoly\",\"IcAC6J\":\"Žiadne zodpovedajúce písma\",\"nrSs2u\":\"Nenašli sa žiadne správy\",\"Rj99yx\":\"Nie sú dostupné žiadne termíny\",\"IFU1IG\":\"V tento deň nie sú žiadne termíny\",\"OVFwlg\":\"Zatiaľ žiadne otázky k objednávke\",\"EJ7bVz\":\"Nenašli sa žiadne objednávky\",\"NEmyqy\":\"Zatiaľ žiadne objednávky\",\"a77B6w\":\"Pre tento termín zatiaľ nie sú žiadne objednávky.\",\"wUv5xQ\":\"Žiadna aktivita organizátora za posledných 14 dní\",\"vLd1tV\":\"Nie je dostupný žiadny kontext organizátora.\",\"B7w4KY\":\"Žiadni ďalší organizátori nie sú dostupní\",\"PChXMe\":\"Žiadne zaplatené objednávky\",\"6jYQGG\":\"Žiadne minulé udalosti\",\"CHzaTD\":\"Žiadne populárne udalosti za posledných 14 dní\",\"zK/+ef\":\"Žiadne produkty nie sú dostupné na výber\",\"M1/lXs\":\"Pre toto podujatie nie sú nastavené žiadne produkty.\",\"kY7XDn\":\"Žiadne produkty nemajú čakajúce záznamy\",\"8mw4tm\":\"Správa o žiadnych produktoch\",\"wYiAtV\":\"Žiadne nedávne registrácie účtov\",\"UW90md\":\"Nenašli sa žiadni príjemcovia\",\"QoAi8D\":\"Žiadna odpoveď\",\"JeO7SI\":\"Žiadna odpoveď\",\"EK/G11\":\"Zatiaľ žiadne odpovede\",\"AxPAXW\":\"Nenašli sa žiadne výsledky\",\"59OWd3\":\"Žiadne uložené miesta\",\"mPdY6W\":\"Žiadne návrhy\",\"3sRuiW\":\"Nenašli sa žiadne lístky\",\"debCrL\":\"Žiadne vstupenky na predaj\",\"k2C0ZR\":\"Žiadne nadchádzajúce termíny\",\"yM5c0q\":\"Žiadne nadchádzajúce udalosti\",\"qpC74J\":\"Nenašli sa žiadni používatelia\",\"8wgkoi\":\"Žiadne zobrazené udalosti za posledných 14 dní\",\"Arzxc1\":\"Žiadne záznamy v zozname čakateľov\",\"n5vdm2\":\"Pre tento endpoint zatiaľ neboli zaznamenané žiadne udalosti webhookov. Udalosti sa zobrazia tu po ich spustení.\",\"4GhX3c\":\"Žiadne webhooky\",\"4+am6b\":\"Nie, nechajte ma tu\",\"4JVMUi\":\"neupravené\",\"ACaDVQ\":\"Zatiaľ žiadne\",\"Itw24Q\":\"Neprihlásený\",\"x5+Lcz\":\"Neodbavený\",\"8n10sz\":\"Neoprávnený\",\"kLvU3F\":\"Upozorniť účastníkov a zastaviť predaj\",\"t9QlBd\":\"November\",\"kAREMN\":\"Počet termínov na vytvorenie\",\"6u1B3O\":\"Termín\",\"mmoE62\":\"Termín zrušený\",\"V9flmL\":\"Rozvrh termínov\",\"Kh3WO8\":\"Súhrn termínu\",\"byXCTu\":\"Termíny\",\"KATw3p\":\"Termíny (len budúce)\",\"85rTR2\":\"Termíny je možné nastaviť po vytvorení\",\"dzQfDY\":\"Október\",\"BwJKBw\":\"z\",\"GQnX9d\":\"každého mesiaca\",\"az8lvo\":\"Vyp.\",\"9h7RDh\":\"Ponuka\",\"EfK2O6\":\"Ponúknuť miesto\",\"3sVRey\":\"Ponúknuť lístky\",\"2O7Ybb\":\"Časový limit ponuky\",\"1jUg5D\":\"Ponúknuté\",\"l+/HS6\":[\"Ponuky vyprší po \",[\"timeoutHours\"],\" hodinách.\"],\"6Aih4U\":\"Offline\",\"Fdp03t\":\"v\",\"Z5HWHd\":\"Zap.\",\"TH5A28\":[\"v \",[\"dayList\"]],\"qiMtVT\":[[\"day\"],\". \",[\"month\"]],\"nO3VbP\":[\"V predaji \",[\"0\"]],\"pPAGSK\":[\"v \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"Na stránke podujatia\",\"H7stQC\":\"Na čakacej listine\",\"oXOSPE\":\"Online\",\"aqmy5k\":\"Online — zadajte údaje na pripojenie\",\"LuZBbx\":\"Online aj osobne\",\"IXuOqt\":\"Online aj osobne — pozrite rozvrh\",\"WjSpu5\":\"Online udalosť\",\"wCRLS9\":[\"K dispozícii len \",[\"cap\"]],\"scPxI/\":[\"Zostáva už len \",[\"capacity\"]],\"Gk0+G6\":\"Povinný je len názov — všetko ostatné má rozumné predvolené hodnoty\",\"NdOxqr\":\"Iba správcovia účtu môžu odstrániť alebo archivovať udalosti. Kontaktujte správcu účtu.\",\"rnoDMF\":\"Iba správcovia účtu môžu odstrániť alebo archivovať organizátorov. Kontaktujte správcu účtu.\",\"tnx0u1\":\"Dostupné len ako doplnok\",\"z4JBd7\":\"Používateľom sa zobrazujú iba zverejnené oznámenia\",\"bU7oUm\":\"Odoslať iba objednávkam s týmito stavmi\",\"wkpaqp\":\"Zobraziť iba dátum a čas začiatku\",\"chktt5\":\"Zobrazuje sa len ako doplnok k produktom, ku ktorým je priradený\",\"Y4HHYW\":\"Zobrazuje sa len ako doplnok k produktom, ku ktorým je priradený.\",\"Z82In9\":\"O vymazanie účtu môže požiadať iba vlastník účtu.\",\"DMk8F0\":\"Do kapacity sa počítajú len lístky\",\"+/Z3yr\":\"Viditeľné len pre kupujúcich s platným promo kódom.\",\"M2w1ni\":\"Viditeľné iba s promo kódom\",\"y8Bm7C\":\"Otvoriť check-in\",\"RLz7P+\":\"Otvoriť termín\",\"iMqrOb\":\"Voliteľná výzva na akciu\",\"cDSdPb\":\"Voliteľná prezývka zobrazovaná vo výberoch, napr. \\\"Konferenčná miestnosť\\\"\",\"HXMJxH\":\"Voliteľný text pre vyhlásenia, kontaktné informácie alebo poďakovania (iba jeden riadok)\",\"L565X2\":\"možnosti\",\"8m9emP\":\"alebo pridajte jeden termín\",\"eBskDE\":\"Alebo povoľte offline platby a vypnite Stripe\",\"dSeVIm\":\"objednávka\",\"c/TIyD\":\"Objednávka a lístok\",\"H5qWhm\":\"Objednávka zrušená\",\"b6+Y+n\":\"Objednávka dokončená\",\"x4MLWE\":\"Potvrdenie objednávky\",\"CsTTH0\":\"Potvrdenie objednávky bolo úspešne znovu odoslané\",\"ppuQR4\":\"Objednávka vytvorená\",\"xtQzag\":\"Podrobnosti objednávky\",\"vrSW9M\":\"Objednávka bola zrušená a vrátená. Vlastník objednávky bol informovaný.\",\"rzw+wS\":\"Držitelia objednávky\",\"oI/hGR\":\"ID objednávky\",\"m8vQEP\":\"Limity objednávky\",\"vu6Arl\":\"Objednávka označená ako zaplatená\",\"sLbJQz\":\"Objednávka nenájdená\",\"kvYpYu\":\"Objednávka nenájdená\",\"eJ8SvM\":\"Číslo objednávky, dátum nákupu, e-mail kupujúceho\",\"FaPYw+\":\"Vlastník objednávky\",\"eB5vce\":\"Vlastníci objednávok s konkrétnym produktom\",\"CxLoxM\":\"Vlastníci objednávok s produktmi\",\"UkHo4c\":\"Ref. objednávky\",\"EZy55F\":\"Objednávka vrátená\",\"6eSHqs\":\"Stavy objednávok\",\"oW5877\":\"Celková suma objednávky\",\"e7eZuA\":\"Objednávka aktualizovaná\",\"1SQRYo\":\"Objednávka bola úspešne aktualizovaná\",\"3NT0Ck\":\"Objednávka bola zrušená\",\"V5khLm\":\"objednávky\",\"sd5IMt\":\"Dokončené objednávky\",\"5It1cQ\":\"Exportované objednávky\",\"UQ0ACV\":\"Celkový počet objednávok\",\"B/EBQv\":\"Objednávky:\",\"qtGTNu\":\"Organické účty\",\"P/JHA4\":\"Organizátor bol úspešne archivovaný\",\"S3CZ5M\":\"Prehľad organizátora\",\"GzjTd0\":\"Organizátor bol úspešne odstránený\",\"SQqJd8\":\"Organizátor nenájdený\",\"HF8Bxa\":\"Organizátor bol úspešne obnovený\",\"wpj63n\":\"Nastavenia organizátora\",\"o1my93\":\"Aktualizácia stavu organizátora zlyhala. Skúste to neskôr.\",\"rLHma1\":\"Stav organizátora aktualizovaný\",\"LqBITi\":\"Bude použitá šablóna organizátora/predvolená šablóna\",\"q4zH+l\":\"Organizátori\",\"/IX/7x\":\"Iné\",\"RsiDDQ\":\"Iné zoznamy (lístok nie je zahrnutý)\",\"EufvBx\":\"Výsledok\",\"aDfajK\":\"Vonku\",\"qMASRF\":\"Odchádzajúce správy\",\"iCOVQO\":\"Vlastné nastavenie\",\"GpFTEc\":\"Nastaviť vlastné poplatky pre tohto organizátora\",\"M9ZhMP\":\"Nastaviť vlastnú cenu\",\"cnVIpl\":\"Vlastné nastavenie odstránené\",\"6/dCYd\":\"Prehľad\",\"6WdDG7\":\"Stránka\",\"8uqsE5\":\"Stránka už nie je dostupná\",\"QkLf4H\":\"URL stránky\",\"sF+Xp9\":\"Zobrazenia stránky\",\"v4nCHK\":\"Zaplatené\",\"c+suC6\":\"Platené účty\",\"5F7SYw\":\"Čiastočné vrátenie\",\"fFYotW\":[\"Čiastočne vrátené: \",[\"0\"]],\"i8day5\":\"Preniesť poplatok na kupujúceho\",\"k4FLBQ\":\"Preniesť na kupujúceho\",\"Ff0Dor\":\"Minulé\",\"BFjW8X\":\"Po splatnosti\",\"xTPjSy\":\"Minulé udalosti\",\"/l/ckQ\":\"Vložiť URL\",\"URAE3q\":\"Pozastavené\",\"4fL/V7\":\"Zaplatiť\",\"W5l9HD\":\"Zaplaťte, koľko chcete\",\"c2/9VE\":\"Obsah požiadavky\",\"5cxUwd\":\"Dátum platby\",\"ENEPLY\":\"Spôsob platby\",\"8Lx2X7\":\"Platba prijatá\",\"fx8BTd\":\"Platby nie sú dostupné\",\"C+ylwF\":\"Výplaty\",\"UbRKMZ\":\"Čakajúce\",\"UkM20g\":\"Čaká na kontrolu\",\"dPYu1F\":\"Na účastníka\",\"mQV/nJ\":\"za min\",\"+kvxv+\":\"na objednávku\",\"VlXNyK\":\"Na objednávku\",\"NhuGd7\":\"na produkt\",\"hauDFf\":\"Na lístok\",\"mnF83a\":\"Percentuálny poplatok\",\"TNLuRD\":\"Percentuálny poplatok (%)\",\"MixU2P\":\"Percento musí byť medzi 0 a 100\",\"MkuVAZ\":\"Percento zo sumy transakcie\",\"/Bh+7r\":\"Výkonnosť\",\"/4mGVp\":\"Natrvalo vymazať tento účet\",\"dGdKgQ\":\"Natrvalo vymazať tento účet a jeho údaje.\",\"fIp56F\":\"Natrvalo odstrániť túto udalosť a všetky jej súvisiace dáta.\",\"nJeeX7\":\"Natrvalo odstrániť tohto organizátora a všetky jeho udalosti.\",\"wfCTgK\":\"Natrvalo odstrániť tento termín\",\"6kPk3+\":\"Osobné informácie\",\"zmwvG2\":\"Telefón\",\"tSR/oe\":\"Vyberte dátum ukončenia\",\"e8kzpp\":\"Vyberte aspoň jeden deň v mesiaci\",\"35C8QZ\":\"Vyberte aspoň jeden deň v týždni\",\"kJmAsd\":\"Vyberte dni a uvidíte svoje termíny.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Vytvorená\",\"wBJR8i\":\"Plánujete udalosť?\",\"J3lhKT\":\"Poplatok platformy\",\"RD51+P\":[\"Poplatok platformy \",[\"0\"],\" odpočítaný z vašej výplaty\"],\"br3Y/y\":\"Poplatky platformy\",\"3buiaw\":\"Správa o poplatkoch platformy\",\"kv9dM4\":\"Príjmy platformy\",\"PJ3Ykr\":\"Skontrolujte si na lístku nový čas. Vaše lístky zostávajú platné — nemusíte robiť nič, pokiaľ vám nové časy nevyhovujú. Ak máte otázky, odpovedzte na tento e-mail.\",\"OtjenF\":\"Zadajte platnú e-mailovú adresu\",\"jEw0Mr\":\"Zadajte platnú URL adresu\",\"n8+Ng/\":\"Zadajte 5-ciferný kód\",\"r+lQXT\":\"Zadajte číslo DPH\",\"Dvq0wf\":\"Poskytnite obrázok.\",\"2cUopP\":\"Reštartujte proces pokladne.\",\"GoXxOA\":\"Vyberte dátum a čas\",\"8KmsFa\":\"Vyberte rozsah dátumov\",\"EFq6EG\":\"Vyberte obrázok.\",\"fuwKpE\":\"Skúste to znovu.\",\"klWBeI\":\"Počkajte pred požiadaním o ďalší kód\",\"hfHhaa\":\"Čakajte, pripravujeme partnerov na export...\",\"o+tJN/\":\"Čakajte, pripravujeme účastníkov na export...\",\"+5Mlle\":\"Čakajte, pripravujeme objednávky na export...\",\"trnWaw\":\"Poľština\",\"luHAJY\":\"Populárne udalosti (posledných 14 dní)\",\"p/78dY\":\"Pozícia\",\"OESu7I\":\"Predchádzajte predaju nad kapacitu zdieľaním zásob naprieč viacerými typmi lístkov.\",\"NgVUL2\":\"Náhľad formulára pokladne\",\"cs5muu\":\"Náhľad stránky udalosti\",\"1xwZj/\":\"Predchádzajúci mesiac\",\"Jm2AC3\":\"Cenová úroveň\",\"a5jvSX\":\"Cenové úrovne\",\"aHCEmh\":\"Ceny\",\"ReihZ7\":\"Náhľad tlače\",\"JnuPvH\":\"Vytlačiť lístok\",\"tYF4Zq\":\"Tlačiť do PDF\",\"LcET2C\":\"Zásady ochrany osobných údajov\",\"8z6Y5D\":\"Spracovať vrátenie\",\"JcejNJ\":\"Spracovanie objednávky\",\"EWCLpZ\":\"Produkt vytvorený\",\"XkFYVB\":\"Produkt odstránený\",\"YMwcbR\":\"Predaj produktov, príjmy a rozklad daní\",\"ls0mTC\":\"Nastavenia produktov sa pri zrušených termínoch nedajú upraviť.\",\"2339ej\":\"Nastavenia produktu boli uložené\",\"ldVIlB\":\"Produkt aktualizovaný\",\"CP3D8G\":\"Priebeh\",\"JoKGiJ\":\"Promo kód\",\"dIodJL\":\"Vyžaduje sa promo kód\",\"k3wH7i\":\"Použitie promo kódu a rozklad zliav\",\"tZqL0q\":\"promo kódy\",\"oCHiz3\":\"Promo kódy\",\"uEhdRh\":\"Iba promo\",\"dLm8V5\":\"Propagačné e-maily môžu viesť k pozastaveniu účtu\",\"W0ETyY\":\"Zadajte aspoň jedno pole adresy (miesto, ulica, mesto alebo krajina).\",\"2W/7Gz\":\"Doplňte nasledujúce údaje pred ďalšou kontrolou zo strany Stripe, aby výplaty pokračovali.\",\"7d1a0d\":\"Verejné\",\"EEYbdt\":\"Zverejniť\",\"JcgJKc\":\"Napriek tomu zverejniť\",\"evDBV8\":\"Zverejniť udalosť\",\"2zEfOd\":\"Zverejnite svoje podujatie\",\"u3wRF+\":\"Zverejnené\",\"L7nrC8\":\"Zverejnením sa stránka vašej udalosti stane verejnou a otvoria sa registrácie.\",\"dsFmM+\":\"Zakúpené\",\"JunetL\":\"Kupujúci\",\"phmeUH\":\"E-mail kupujúceho\",\"ywR4ZL\":\"Check-in cez QR kód\",\"oWXNE5\":\"Množstvo\",\"VbWX2u\":\"Množstvo\",\"biEyJ4\":\"Odpovede na otázky\",\"k/bJj0\":\"Otázky preusporiadané\",\"b24kPi\":\"Front\",\"lTPqpM\":\"Rýchly tip\",\"fqDzSu\":\"Sadzba\",\"mnUGVC\":\"Prekročený limit požiadaviek. Skúste to neskôr.\",\"t41hVI\":\"Znovu ponúknuť miesto\",\"TNclgc\":\"Obnoviť tento termín? Predaj sa naň znova otvorí.\",\"RENQ6j\":\"Pripravení zverejniť?\",\"uqoRbb\":\"Analytika v reálnom čase\",\"jPSk57\":\"Dôvod (voliteľné)\",\"xzRvs4\":[\"Dostávajte aktualizácie produktov od \",[\"0\"],\".\"],\"pLXbi8\":\"Nedávne registrácie účtov\",\"M1HGuR\":\"Nedávna aktivita\",\"3kJ0gv\":\"Najnovší účastníci\",\"qhfiwV\":\"Nedávne check-iny\",\"S+0XMX\":\"Nedávne objednávky\",\"Fi3b48\":\"Nedávne objednávky\",\"7hPBBn\":\"príjemca\",\"jp5bq8\":\"príjemcovia\",\"yPrbsy\":\"Príjemcovia\",\"E1F5Ji\":\"Príjemcovia sú dostupní po odoslaní správy\",\"WEYdDv\":\"Odporúčané\",\"wuhHPE\":\"Opakujúce sa\",\"asLqwt\":\"Opakujúce sa podujatie\",\"s3uzsK\":\"Nastavenia opakujúceho sa podujatia\",\"D0tAMe\":\"Opakujúce sa podujatia\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Presmerovanie na Stripe...\",\"pnoTN5\":\"Referenčné účty\",\"ACKu03\":\"Obnoviť náhľad\",\"vuFYA6\":\"Vrátiť platby za všetky objednávky týchto termínov\",\"4cRUK3\":\"Vrátiť platby za všetky objednávky tohto termínu\",\"fKn/k6\":\"Suma vrátenia\",\"qY4rpA\":\"Vrátenie zlyhalo\",\"FaK/8G\":[\"Vrátiť objednávku \",[\"0\"]],\"MGbi9P\":\"Vrátenie čaká\",\"BDSRuX\":[\"Vrátené: \",[\"0\"]],\"bU4bS1\":\"Vrátenia\",\"rYXfOA\":\"Regionálne nastavenia\",\"5tl0Bp\":\"Registračné otázky\",\"ZNo5k1\":\"Zostáva\",\"Bjh87R\":\"Odstrániť označenie zo všetkých termínov\",\"IVZaEo\":\"Úplne odstráni vypredané dátumy a časy zo stránky podujatia. Ak je vypnuté, zostanú viditeľné a budú označené ako vypredané.\",\"5Vkr/a\":\"Odstrániť čas\",\"KkJtVK\":\"Znova otvoriť predaj\",\"XJwWJp\":\"Znova otvoriť predaj na tento termín? Predtým zrušené lístky sa neobnovia — dotknutí účastníci zostávajú zrušení a už vykonané refundácie sa nevracajú.\",\"RYlQY0\":\"Opakovanie\",\"CQeZT8\":\"Správa nenájdená\",\"JEPMXN\":\"Požiadať o nový odkaz\",\"Yx0Ud8\":\"Požiadané\",\"Wcv9QD\":\"Požiadal\",\"TMLAx2\":\"Povinné\",\"mdeIOH\":\"Znovu odoslať kód\",\"sQxe68\":\"Znovu odoslať potvrdenie\",\"bxoWpz\":\"Znovu odoslať potvrdzovací e-mail\",\"G42SNI\":\"Znovu odoslať e-mail\",\"TTpXL3\":[\"Znovu odoslať za \",[\"resendCooldown\"],\" s\"],\"5CiNPm\":\"Znovu odoslať lístok\",\"Uwsg2F\":\"Rezervované\",\"8wUjGl\":\"Rezervované do\",\"a5z8mb\":\"Obnoviť základnú cenu\",\"kCn6wb\":\"Obnovenie...\",\"ZlCDf+\":\"Odpoveď\",\"bsydMp\":\"Podrobnosti odpovede\",\"yKu/3Y\":\"Obnoviť\",\"RokrZf\":\"Obnoviť udalosť\",\"/JyMGh\":\"Obnoviť organizátora\",\"HFvFRb\":\"Obnovte túto udalosť, aby bola opäť viditeľná.\",\"DDIcqy\":\"Obnovte tohto organizátora a znovu ho aktivujte.\",\"mO8KLE\":\"výsledky\",\"6gRgw8\":\"Zopakovať\",\"1BG8ga\":\"Zopakovať všetko\",\"rDC+T6\":\"Zopakovať úlohu\",\"CbnrWb\":\"Vrátiť sa na udalosť\",\"Lf7TCn\":\"Opakovane použiteľné miesta sa tu zobrazia automaticky pri vytváraní podujatí s adresami; môžete pridať aj vlastné.\",\"mdQ0zb\":\"Opakovane použiteľné miesta pre vaše podujatia. Miesta vytvorené automatickým dopĺňaním sa tu ukladajú automaticky.\",\"XFOPle\":\"Použiť znova\",\"1Zehp4\":\"Použite znova prepojenie Stripe od iného organizátora na tomto účte.\",\"Oo/PLb\":\"Súhrn príjmov\",\"CfuueU\":\"Odvolať ponuku\",\"Tpm2G9\":\"Trvanie\",\"dFFW9L\":[\"Predaj skončil \",[\"0\"]],\"loCKGB\":[\"Predaj končí \",[\"0\"]],\"wlfBad\":\"Obdobie predaja\",\"qi81Jg\":\"Obdobie predaja platí pre všetky termíny vo vašom rozvrhu. Ak chcete riadiť ceny a dostupnosť jednotlivých termínov, použite vlastné nastavenia na <0>stránke rozvrhu termínov.\",\"zpekWp\":[\"Predaj začína \",[\"0\"]],\"7s8z0X\":\"Obdobie predaja\",\"mUv9U4\":\"Predaje\",\"9KnRdL\":\"Predaj je pozastavený\",\"JC3J0k\":\"Rozpis predaja, účasti a check-inov podľa termínu\",\"3VnlS9\":\"Predaje, objednávky a metriky výkonnosti pre všetky udalosti\",\"3Q1AWe\":\"Predaje:\",\"LeuERW\":\"Rovnako ako podujatie\",\"B4nE3N\":\"Vzorová cena lístka\",\"8BRPoH\":\"Vzorové miesto konania\",\"PiK6Ld\":\"So\",\"+5kO8P\":\"Sobota\",\"zJiuDn\":\"Uložiť vlastný poplatok\",\"x1fMXJ\":\"Uložiť harmonogram\",\"KZrfYJ\":\"Uložiť sociálne odkazy\",\"9Y3hAT\":\"Uložiť šablónu\",\"C8ne4X\":\"Uložiť dizajn lístka\",\"cTI8IK\":\"Uložiť nastavenia DPH\",\"6/TNCd\":\"Uložiť nastavenia DPH\",\"4RvD9q\":\"Uložené miesto\",\"cgw0cL\":\"Uložené miesta\",\"Fbqm/I\":\"Uložením vlastného nastavenia sa pre tohto organizátora vytvorí samostatná konfigurácia, ak práve používa systémovú predvolenú.\",\"I+FvbD\":\"Skenovať\",\"0zd6Nm\":\"Naskenujte lístok a prihláste príchod účastníka\",\"bQG7Qk\":\"Naskenované lístky sa zobrazia tu\",\"WDYSLJ\":\"Režim skenera\",\"gmB6oO\":\"Rozvrh\",\"qQTaVm\":\"Rozvrh pridaný\",\"j6NnBq\":\"Rozvrh bol vytvorený\",\"YP7frt\":\"Rozvrh sa končí\",\"QS1Nla\":\"Naplánovať na neskôr\",\"NAzVVw\":\"Naplánovať správu\",\"/rTL/5\":\"Náhľad harmonogramu\",\"Fz09JP\":\"Rozvrh sa začína\",\"4ba0NE\":\"Naplánované\",\"4HKQZj\":\"Naplánované vymazanie\",\"qcP/8K\":\"Naplánovaný čas\",\"A1taO8\":\"Hľadať\",\"ftNXma\":\"Vyhľadávať partnerov...\",\"VMU+zM\":\"Hľadať účastníkov\",\"VY+Bdn\":\"Vyhľadávať podľa názvu účtu alebo e-mailu...\",\"VX+B3I\":\"Vyhľadávať podľa názvu udalosti alebo organizátora...\",\"R0wEyA\":\"Vyhľadávať podľa názvu úlohy alebo výnimky...\",\"YnMfsK\":\"Hľadať podľa názvu alebo adresy...\",\"3yKuDu\":\"Vyhľadajte podľa mena alebo e-mailu a vyberte jedného alebo viacerých\",\"VT+urE\":\"Vyhľadávať podľa mena alebo e-mailu...\",\"GHdjuo\":\"Vyhľadávať podľa mena, e-mailu alebo účtu...\",\"4mBFO7\":\"Hľadajte podľa mena, č. objednávky, č. lístka alebo e-mailu\",\"20ce0U\":\"Vyhľadávať podľa ID objednávky, mena zákazníka alebo e-mailu...\",\"4DSz7Z\":\"Vyhľadávať podľa predmetu, udalosti alebo účtu...\",\"gTUY97\":\"Hľadať podľa názvu...\",\"nQC7Z9\":\"Hľadať termíny...\",\"iRtEpV\":\"Hľadať termíny…\",\"JRM7ao\":\"Vyhľadať adresu\",\"BWF1kC\":\"Vyhľadávať správy...\",\"5WYZKZ\":\"Výsledky vyhľadávania\",\"IG85fV\":\"Vyhľadajte uložené miesta alebo nájdite adresu...\",\"Du+zn+\":\"Vyhľadáva sa...\",\"3aD3GF\":\"Sezónne\",\"ku//5b\":\"Druhý\",\"Mck5ht\":\"Bezpečná pokladňa\",\"s7tXqF\":\"Pozrieť rozvrh\",\"JFap6u\":\"Pozrite, čo Stripe ešte potrebuje\",\"6lGaum\":\"Videné\",\"p7xUrt\":\"Vybrať kategóriu\",\"hTKQwS\":\"Vyberte dátum a čas\",\"Ps6Xtf\":\"Vyberte dátum, aby ste videli dostupné časy\",\"e4L7bF\":\"Vyberte správu na zobrazenie jej obsahu\",\"zPRPMf\":\"Vybrať úroveň\",\"BFRSTT\":\"Vybrať účet\",\"wgNoIs\":\"Vybrať všetko\",\"mCB6Je\":\"Vybrať všetko\",\"aCEysm\":[\"Vybrať všetko — \",[\"0\"]],\"a6+167\":\"Vybrať udalosť\",\"4oT6dP\":\"Vyberte aspoň jeden účet\",\"neCGH1\":\"Vyberte aspoň jedného používateľa\",\"CFbaPk\":\"Vybrať skupinu účastníkov\",\"88a49s\":\"Vybrať fotoaparát\",\"tVW/yo\":\"Vybrať menu\",\"SJQM1I\":\"Vybrať dátum\",\"n9ZhRa\":\"Vybrať dátum a čas ukončenia\",\"gTN6Ws\":\"Vybrať čas ukončenia\",\"0U6E9W\":\"Vybrať kategóriu udalosti\",\"j9cPeF\":\"Vybrať typy udalostí\",\"ypTjHL\":\"Vybrať termín\",\"DHBGUX\":\"Vybrať produkty...\",\"KizCK7\":\"Vybrať dátum a čas začiatku\",\"dJZTv2\":\"Vybrať čas začiatku\",\"x8XMsJ\":\"Vybrať úroveň správ pre tento účet. Toto riadi limity správ a oprávnenia odkazov.\",\"aT3jZX\":\"Vybrať časové pásmo\",\"TxfvH2\":\"Vybrať, ktorí účastníci majú dostať túto správu\",\"Ropvj0\":\"Vybrať, ktoré udalosti spustia tento webhook\",\"+6YAwo\":\"vybrané\",\"ylXj1N\":\"Vybrané\",\"uq3CXQ\":\"Vypredajte svoje podujatie.\",\"oBXbO4\":\"Predávate fyzický produkt? Obmedzte jeho množstvo radšej na <0>stránke produktov.\",\"j9b/iy\":\"Rýchlo sa predáva 🔥\",\"73qYgo\":\"Odoslať ako test\",\"HMAqFK\":\"Odosielať e-maily účastníkom, držiteľom lístkov alebo vlastníkom objednávok. Správy môžu byť odoslané okamžite alebo naplánované na neskôr.\",\"22Itl6\":\"Poslať mi kópiu\",\"NpEm3p\":\"Odoslať teraz\",\"nOBvex\":\"Odosielať dáta o objednávkach a účastníkoch v reálnom čase do externých systémov.\",\"1lNPhX\":\"Odoslať notifikačný e-mail o vrátení\",\"eaUTwS\":\"Odoslať odkaz na obnovenie\",\"5cV4PY\":\"Odošlite na všetky termíny alebo vyberte konkrétny\",\"QEQlnV\":\"Odošlite svoju prvú správu\",\"IoAuJG\":\"Odosielanie...\",\"h69WC6\":\"Odoslané\",\"BVu2Hz\":\"Odoslal\",\"ZFa8wv\":\"Odosiela sa účastníkom, keď sa naplánovaný termín zruší\",\"SPdzrs\":\"Odoslané zákazníkom pri zadaní objednávky\",\"LxSN5F\":\"Odoslané každému účastníkovi s podrobnosťami lístka\",\"hgvbYY\":\"September\",\"5sN96e\":\"Termín zrušený\",\"S9i0UC\":[\"termínov · \",[\"dateCount\"],\" dátumov × \",[\"timesPerDay\"],\" časov\"],\"89xaFU\":\"Nastavte predvolené nastavenia poplatkov platformy pre nové udalosti vytvorené pod týmto organizátorom.\",\"eXssj5\":\"Nastavte predvolené nastavenia pre nové udalosti vytvorené pod týmto organizátorom.\",\"uPe5p8\":\"Nastavte, ako dlho trvá každý termín\",\"ODuUEi\":\"Nastaviť alebo odstrániť označenie termínu\",\"buHACR\":\"Nastavte čas konca každého termínu s týmto odstupom od času začiatku.\",\"TaeFgl\":\"Nastaviť na neobmedzené (odstrániť limit)\",\"pd6SSe\":\"Nastavte opakujúci sa rozvrh, aby sa termíny vytvárali automaticky, alebo ich pridávajte po jednom.\",\"s0FkEx\":\"Nastavte zoznamy odbavení pre rôzne vchody, relácie alebo dni.\",\"TaWVGe\":\"Nastaviť výplaty\",\"JA//e6\":\"Nastaviť rozvrh\",\"gzXY7l\":\"Nastaviť rozvrh\",\"0Ls9qe\":\"Nastavte lístky, ktoré budete predávať, a ich ceny\",\"xMO+Ao\":\"Nastavte svoju organizáciu\",\"5pEFnq\":\"Nastavte si harmonogram\",\"zRRuUD\":\"Rozvrh nastavíte v ďalších krokoch\",\"ETC76A\":\"Nastaviť, zmeniť alebo odstrániť miesto alebo online údaje termínu\",\"C3htzi\":\"Nastavenie aktualizované\",\"Ohn74G\":\"Nastavenie a dizajn\",\"1W5XyZ\":\"Nastavenie zaberie len pár minút — nepotrebujete existujúci účet Stripe. Stripe sa postará o karty, peňaženky, regionálne platobné metódy aj ochranu pred podvodmi, aby ste sa mohli venovať svojmu podujatiu.\",\"GG7qDw\":\"Zdieľať partnerský odkaz\",\"hL7sDJ\":\"Zdieľať stránku organizátora\",\"jy6QDF\":\"Správa zdieľanej kapacity\",\"jDNHW4\":\"Posunúť časy\",\"tPfIaW\":[\"Časy posunuté pre \",[\"count\"],\" termín(ov)\"],\"WwlM8F\":\"Zobraziť rozšírené možnosti\",\"cMW+gm\":[\"Zobraziť všetky platformy (\",[\"0\"],\" ďalších s hodnotami)\"],\"wXi9pZ\":\"Zobrazovať poznámky o účastníkoch neprihlásenému personálu\",\"4LZFir\":\"Zobraziť celý rozsah dátumov\",\"UVPI5D\":\"Zobraziť menej platforiem\",\"Eu/N/d\":\"Zobraziť zaškrtávacie políčko marketingového súhlasu\",\"SXzpzO\":\"Predvolene zobraziť zaškrtávacie políčko marketingového súhlasu\",\"b33PL9\":\"Zobraziť viac platforiem\",\"Eut7p9\":\"Zobrazovať podrobnosti objednávky neprihlásenému personálu\",\"+RoWKN\":\"Zobrazovať odpovede na otázky neprihlásenému personálu\",\"jbcx6L\":\"Zobrazovať zostávajúcu kapacitu pri termínoch podujatia\",\"rXxBOx\":\"Zobrazovať zostávajúcu kapacitu kupujúcim\",\"t1LIQW\":[\"Zobrazuje sa \",[\"0\"],\" z \",[\"totalRows\"],\" záznamov\"],\"E717U9\":[\"Zobrazuje sa \",[\"0\"],\"–\",[\"1\"],\" z \",[\"2\"]],\"5rzhBQ\":[\"Zobrazuje sa \",[\"MAX_VISIBLE\"],\" z \",[\"totalAvailable\"],\" termínov. Píšte pre vyhľadávanie.\"],\"WSt3op\":[\"Zobrazujeme prvých \",[\"0\"],\" — zvyšných \",[\"1\"],\" termín(ov) bude pri odoslaní správy zahrnutých tiež.\"],\"o1UbOh\":\"Zobrazuje sa poskakujúco v hornej časti modálneho okna\",\"OJLTEL\":\"Zobrazí sa personálu pri prvom otvorení check-in stránky.\",\"lbfXEJ\":\"Zobrazuje zostávajúce\",\"jVRHeq\":\"Zaregistrovaný\",\"5C7J+P\":\"Jednorazové podujatie\",\"E//btK\":\"Preskočiť ručne upravené termíny\",\"paESr6\":\"Slovenčina\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Sociálne\",\"d0rUsW\":\"Sociálne odkazy\",\"j/TOB3\":\"Sociálne odkazy a webová stránka\",\"s9KGXU\":\"Predané\",\"yp+0jj\":\"vypredané\",\"1hupow\":\"Vypredané, čakacia listina k dispozícii\",\"iACSrw\":\"Niektoré podrobnosti nie sú verejne dostupné. Prihláste sa, aby ste videli všetko.\",\"Dia6iz\":\"Pri odstraňovaní obrázka sa niečo pokazilo. Skúste to znova.\",\"KTxc6k\":\"Niečo sa pokazilo, skúste to znovu alebo kontaktujte podporu, ak problém pretrváva\",\"lkE00/\":\"Niečo sa pokazilo. Skúste to neskôr.\",\"wdxz7K\":\"Zdroj\",\"SzuJ5m\":\"Konkrétne účty\",\"/h8G1o\":\"Konkrétni používatelia\",\"fDG2by\":\"Duchovno\",\"oPaRES\":\"Rozdeľte check-in podľa dní, zón alebo typov lístkov. Zdieľajte odkaz s personálom — účet nepotrebujú.\",\"7JFNej\":\"Šport\",\"/bfV1Y\":\"Pokyny pre personál\",\"StWUH4\":\"Spustiť check-in\",\"JcQp9p\":\"Dátum a čas začiatku\",\"0m/ekX\":\"Dátum a čas začiatku\",\"izRfYP\":\"Dátum začiatku je povinný\",\"xAYSEs\":\"Čas začiatku\",\"n9ZrDo\":\"Začnite písať miesto alebo adresu...\",\"DACR+e\":\"Na začiatku zbalené\",\"qeFVhN\":[\"Začína o \",[\"diffDays\"],\" dní\"],\"AOqtxN\":[\"Začína o \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Začína o \",[\"h\"],\" h \",[\"m\"],\" min\"],\"Lo49in\":[\"Začína o \",[\"seconds\"],\" s\"],\"NqChgF\":\"Začína zajtra\",\"2NbyY/\":\"Štatistiky\",\"GVUxAX\":\"Štatistiky sú založené na dátume vytvorenia účtu\",\"29Hx9U\":\"Štatistiky\",\"5ia+r6\":\"Stále potrebné\",\"wuV0bK\":\"Zastaviť zosobnenie\",\"S/7MPw\":\"Účet Stripe bol odpojený.\",\"s/KaDb\":\"Stripe prepojený\",\"Bk06QI\":\"Stripe pripojený\",\"akZMv8\":[\"Prepojenie Stripe skopírované od \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe nevrátil odkaz na nastavenie. Skúste to znova.\",\"aKtF0O\":\"Stripe nie je pripojený\",\"9i0++A\":\"ID platby Stripe\",\"R1lIMV\":\"Stripe bude čoskoro potrebovať ďalšie údaje\",\"FzcCHA\":\"Stripe vás prevedie niekoľkými rýchlymi otázkami a nastavenie dokončíte.\",\"ii0qn/\":\"Predmet je povinný\",\"M7Uapz\":\"Predmet sa zobrazí tu\",\"6aXq+t\":\"Predmet:\",\"JwTmB6\":\"Produkt bol úspešne duplikovaný\",\"WUOCgI\":\"Miesto bolo úspešne ponúknuté\",\"IvxA4G\":[\"Lístky boli úspešne ponúknuté \",[\"count\"],\" osobám\"],\"kKpkzy\":\"Lístky boli úspešne ponúknuté 1 osobe\",\"Zi3Sbw\":\"Úspešne odstránené zo zoznamu čakateľov\",\"RuaKfn\":\"Adresa bola úspešne aktualizovaná\",\"kzx0uD\":\"Predvolené nastavenia udalosti boli úspešne aktualizované\",\"5n+Wwp\":\"Organizátor bol úspešne aktualizovaný\",\"DMCX/I\":\"Predvolené nastavenia poplatkov platformy boli úspešne aktualizované\",\"URUYHc\":\"Nastavenia poplatkov platformy boli úspešne aktualizované\",\"kRWc2g\":\"Nastavenia opakujúceho sa podujatia boli úspešne aktualizované\",\"0Dk/l8\":\"SEO nastavenia boli úspešne aktualizované\",\"S8Tua9\":\"Nastavenia boli úspešne aktualizované\",\"MhOoLQ\":\"Sociálne odkazy boli úspešne aktualizované\",\"CNSSfp\":\"Nastavenia sledovania boli úspešne aktualizované\",\"kj7zYe\":\"Webhook bol úspešne aktualizovaný\",\"dXoieq\":\"Súhrn\",\"/RfJXt\":[\"Letný hudobný festival \",[\"0\"]],\"CWOPIK\":\"Letný hudobný festival 2025\",\"D89zck\":\"Ne\",\"DBC3t5\":\"Nedeľa\",\"UaISq3\":\"Švédčina\",\"JZTQI0\":\"Prepnúť organizátora\",\"9YHrNC\":\"Predvolené systémové\",\"jGR53C\":\"Tričká, hrnčeky a ďalšie\",\"hCR98w\":\"Klikajte na dátumy ako v kalendári.\",\"lruQkA\":\"Ťuknite na obrazovku a skenovanie bude pokračovať\",\"X9v2GM\":\"Cieľové účty\",\"TmyDCw\":\"Cieľoví používatelia\",\"TJUrME\":[\"Cielené na účastníkov z \",[\"0\"],\" vybraných termínov.\"],\"yT6dQ8\":\"Vybraná daň zoskupená podľa typu dane a udalosti\",\"Ye321X\":\"Názov dane\",\"WyCBRt\":\"Súhrn daní\",\"QC3FVX\":\"Dane a poplatky\",\"GkH0Pq\":\"Dane a poplatky uplatnené\",\"SXvRWU\":\"Tímová spolupráca\",\"vlf/In\":\"Technológie\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Povedzte ľuďom, čo môžu očakávať na vašej udalosti\",\"NiIUyb\":\"Povedzte nám o svojej udalosti\",\"DovcfC\":\"Povedzte nám o svojej organizácii. Tieto informácie sa zobrazia na stránkach vašich udalostí.\",\"69GWRq\":\"Povedzte nám, ako často sa vaše podujatie opakuje, a vytvoríme za vás všetky termíny.\",\"mXPbwY\":\"Uveďte, či ste registrovaní pre DPH, aby sme na poplatky platformy uplatnili správny režim DPH.\",\"7wtpH5\":\"Šablóna aktívna\",\"QHhZeE\":\"Šablóna bola úspešne vytvorená\",\"xrWdPR\":\"Šablóna bola úspešne odstránená\",\"G04Zjt\":\"Šablóna bola úspešne uložená\",\"xowcRf\":\"Podmienky služby\",\"6K0GjX\":\"Text môže byť ťažko čitateľný\",\"nm3Iz/\":\"Ďakujeme za účasť!\",\"pYwj0k\":\"Ďakujeme,\",\"cIHkSd\":[\"To je \",[\"totalOccurrences\"],\" termínov — maximum je \",[\"max\"],\". Skráťte obdobie alebo frekvenciu.\"],\"k3IitN\":\"To je všetko\",\"KfmPRW\":\"Farba pozadia stránky. Pri použití obrázka obalu sa aplikuje ako prekrytie.\",\"MDNyJz\":\"Kód vyprší za 10 minút. Skontrolujte priečinok so spamom, ak e-mail nevidíte.\",\"AIF7J2\":\"Mena, v ktorej je definovaný pevný poplatok. Bude prevedená na menu objednávky pri pokladni.\",\"k3LFkM\":\"Mena používaná pre ceny vstupeniek tohto podujatia.\",\"7oksH+\":[\"Zľava sa odpočíta z každého oprávneného produktu. Napr. zľava \",[\"currencySymbol\"],\"10 × 3 lístky = zľava \",[\"currencySymbol\"],\"30.\"],\"sKL8k2\":\"Zľava sa odpočíta jedenkrát z celkovej sumy objednávky.\",\"cDHM1d\":\"E-mailová adresa bola zmenená. Účastník dostane nový lístok na aktualizovanú e-mailovú adresu.\",\"tXadb0\":\"Udalosť, ktorú hľadáte, momentálne nie je dostupná. Mohla byť odstránená, vypršala alebo URL môže byť nesprávna.\",\"sxKqBm\":\"Celá suma objednávky bude vrátená na pôvodný platobný prostriedok zákazníka.\",\"KgDp6G\":\"Odkaz, ku ktorému sa pokúšate pristúpiť, vypršal alebo už nie je platný. Skontrolujte e-mail pre aktualizovaný odkaz na správu objednávky.\",\"sYLeDq\":\"Organizátor, ktorého hľadáte, sa nenašiel. Stránka mohla byť presunutá, odstránená alebo URL môže byť nesprávna.\",\"PCr4zw\":\"Toto rozhodnutie sa zaznamená do auditného denníka objednávky.\",\"C4nQe5\":\"Poplatok platformy sa pripočíta k cene lístka. Kupujúci zaplatia viac, ale vy dostanete plnú cenu lístka.\",\"HxxXZO\":\"Primárna farba značky používaná pre tlačidlá a zvýraznenia\",\"OVSkIF\":\"Príliš žlutý kůň úpěl ďábelské ódy.\",\"z0KrIG\":\"Naplánovaný čas je povinný\",\"EWErQh\":\"Naplánovaný čas musí byť v budúcnosti\",\"UNd0OU\":[\"Termín podujatia „\",[\"title\"],\"“, pôvodne naplánovaný na \",[\"0\"],\", bol presunutý.\"],\"DEcpfp\":\"Telo šablóny obsahuje neplatnú Liquid syntax. Opravte ju a skúste znovu.\",\"qpmtdK\":\"Časové pásmo používané pre dátumy a časy tohto podujatia.\",\"N3VfVA\":\"Nahrávanie sa nedostalo na server. Skontrolujte pripojenie a ak je súbor veľký, skúste menší obrázok (max. 5MB).\",\"injXD7\":\"Číslo DPH sa nepodarilo overiť. Skontrolujte číslo a skúste znovu.\",\"A4UmDy\":\"Divadlo\",\"tDwYhx\":\"Téma a farby\",\"ybBP2H\":\"Pre tento termín nie sú dostupné žiadne produkty. Vyberte iný termín.\",\"O7g4eR\":\"Toto podujatie nemá žiadne nadchádzajúce termíny\",\"062KsE\":\"Tieto údaje sa zobrazia na lístku a v súhrne objednávky účastníka len pri tomto termíne.\",\"5Eu+tn\":\"Tieto údaje sa zobrazia až po úspešnom dokončení objednávky.\",\"jQjwR+\":\"Tieto údaje nahradia doterajšie miesto pri dotknutých termínoch a zobrazia sa na lístkoch účastníkov.\",\"6eaLu/\":\"Tieto ceny platia pre všetky termíny vo vašom rozvrhu a množstvá úrovní obmedzujú celkový predaj za všetky termíny spolu. Dátumy predaja úrovní platia globálne. Ceny pre jednotlivé termíny môžete prepísať na <0>stránke Rozvrh termínov.\",\"QP3gP+\":\"Tieto nastavenia sa vzťahujú iba na skopírovaný kód na vloženie a nebudú uložené.\",\"HirZe8\":\"Tieto šablóny budú použité ako predvolené pre všetky udalosti vo vašej organizácii. Jednotlivé udalosti môžu tieto šablóny prepísať vlastnými verziami.\",\"lzAaG5\":\"Tieto šablóny prepíšu predvolené nastavenia organizátora iba pre túto udalosť. Ak tu nie je nastavená vlastná šablóna, použije sa šablóna organizátora.\",\"UlykKR\":\"Tretí\",\"1YTBzS\":\"Tento účet nemá žiadne dokončené objednávky, takže všetky jeho údaje budú natrvalo vymazané.\",\"jCPU8z\":\"Tento účet je naplánovaný na vymazanie\",\"zfNCE8\":[\"Tento účet je naplánovaný na vymazanie dňa <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"Platí to pre každý vyhovujúci termín podujatia vrátane termínov, ktoré práve nie sú viditeľné. Účastníci prihlásení na ktorýkoľvek z nich budú po dokončení aktualizácie dostupní v editore správ.\",\"SOmGDa\":\"Tento check-in zoznam patrí k termínu, ktorý bol zrušený, takže sa už na check-in nedá použiť.\",\"XBNC3E\":\"Tento kód sa použije na sledovanie predajov. Povolené sú iba písmená, číslice, pomlčky a podčiarkovníky.\",\"AaP0M+\":\"Táto kombinácia farieb môže byť pre niektorých používateľov ťažko čitateľná\",\"o1phK/\":[\"Tento termín má \",[\"orderCount\"],\" dotknutých objednávok.\"],\"F/UtGt\":\"Tento termín bol zrušený. Stále ho môžete natrvalo odstrániť.\",\"BLZ7pX\":\"Tento termín je v minulosti. Vytvorí sa, ale účastníkom sa medzi nadchádzajúcimi termínmi nezobrazí.\",\"7IIY0z\":\"Tento termín je označený ako vypredaný.\",\"bddWMP\":\"Tento termín už nie je dostupný. Vyberte iný termín.\",\"E9BqZw\":\"Len tento termín\",\"n68908\":[\"Týmto odpojíte \",[\"stripeAccountId\"],\" od tohto organizátora. Predaj platených vstupeniek prestane fungovať, kým znova nepripojíte účet Stripe.\"],\"RzEvf5\":\"Táto udalosť sa skončila\",\"kc4bIA\":\"Táto udalosť zatiaľ nemá žiadne vstupenky ani produkty, takže účastníci sa nebudú môcť zaregistrovať.\",\"eMaNd0\":\"Toto podujatie nie je dostupné\",\"YClrdK\":\"Táto udalosť ešte nie je zverejnená\",\"GL6z+k\":\"Toto podujatie je vypredané\",\"pIwDhS\":\"Termíny a časy tohto podujatia sa nastavujú v rozvrhu termínov.\",\"ny5rgr\":\"Toto je opakujúce sa podujatie\",\"tc64Zz\":\"Toto je názov kategórie, ktorý sa zobrazí na stránke podujatia.\",\"dFJnia\":\"Toto je meno vášho organizátora, ktoré sa zobrazí vašim používateľom.\",\"vt7jiq\":\"Toto je jediný čas, kedy sa zobrazí podpisový tajný kľúč. Skopírujte ho teraz a bezpečne uložte.\",\"5DpZrC\":\"Toto obmedzuje celkový predaj za všetky termíny vo vašom rozvrhu spolu — nejde o limit na termín. Ak chcete obmedziť účasť na jednotlivých termínoch, nastavte kapacitu na <0>stránke Rozvrh termínov.\",\"L7dIM7\":\"Tento odkaz je neplatný alebo vypršal.\",\"MR5ygV\":\"Tento odkaz už nie je platný\",\"9LEqK0\":\"Tento názov je viditeľný pre koncových používateľov\",\"QdUMM9\":\"Tento termín má naplnenú kapacitu\",\"j5FdeA\":\"Táto objednávka sa spracováva.\",\"sjNPMw\":\"Táto objednávka bola opustená. Novú objednávku môžete začať kedykoľvek.\",\"OhCesD\":\"Táto objednávka bola zrušená. Novú objednávku môžete začať kedykoľvek.\",\"lyD7rQ\":\"Profil tohto organizátora ešte nie je zverejnený\",\"9b5956\":\"Tento náhľad ukazuje, ako bude váš e-mail vyzerať so vzorovými dátami. Skutočné e-maily budú používať reálne hodnoty.\",\"uM9Alj\":\"Tento produkt je zvýraznený na stránke udalosti\",\"RqSKdX\":\"Tento produkt je vypredaný\",\"4PDH+K\":\"Tento produkt sa na stránke podujatia samostatne nezobrazí — kupujúci ho vidia len ako doplnok k produktom, ku ktorým je priradený.\",\"qEGn8I\":\"Táto opakujúca sa udalosť zatiaľ nemá žiadne termíny, takže účastníci si nemajú čo rezervovať.\",\"W12OdJ\":\"Táto správa slúži iba na informačné účely. Pred použitím týchto dát na účtovné alebo daňové účely vždy konzultujte s daňovým poradcom. Skontrolujte si aj Stripe dashboard, pretože Hi.Events môže mať chýbajúce historické dáta.\",\"1LuJNw\":\"Táto vstupenka už nie je platná\",\"0Ew0uk\":\"Tento lístok bol práve naskenovaný. Pred ďalším skenovaním počkajte.\",\"FYXq7k\":[\"Ovplyvní to \",[\"loadedAffectedCount\"],\" termín(ov).\"],\"kvpxIU\":\"Toto sa použije na notifikácie a komunikáciu s vašimi používateľmi.\",\"bPgkdx\":\"Týmto sa zruší naplánované vymazanie a účet sa znova aktivuje. Vlastník účtu bude informovaný e-mailom.\",\"4yx4a4\":[\"Týmto sa váš účet okamžite deaktivuje a po 30 dňoch natrvalo vymaže. Na potvrdenie zadajte názov svojho účtu: <0>\",[\"0\"],\"\"],\"rhsath\":\"Toto nebude viditeľné pre zákazníkov, ale pomáha vám identifikovať partnera.\",\"VGEfU7\":\"Týmto sa účet okamžite natrvalo vymaže alebo anonymizuje bez čakania na naplánovaný dátum. Túto akciu nie je možné vrátiť späť.\",\"hV6FeJ\":\"Priepustnosť\",\"+FjWgX\":\"Št\",\"kkDQ8m\":\"Štvrtok\",\"0GSPnc\":\"Dizajn lístka\",\"EZC/Cu\":\"Dizajn lístka bol úspešne uložený\",\"bbslmb\":\"Návrhár lístka\",\"1BPctx\":\"Lístok pre\",\"HGuXjF\":\"Držitelia lístkov\",\"CMUt3Y\":\"Držitelia lístkov\",\"awHmAT\":\"ID lístka\",\"6czJik\":\"Logo lístka\",\"t79rDv\":\"Lístok nenájdený\",\"6tmWch\":\"Lístok alebo produkt\",\"1tfWrD\":\"Náhľad lístka pre\",\"KnjoUA\":\"Cena lístka\",\"pGZOcL\":\"Lístok bol úspešne znovu odoslaný\",\"o02GZM\":\"Predaj lístkov na toto podujatie sa skončil\",\"8jLPgH\":\"Typ lístka\",\"8qsbZ5\":\"Predaj lístkov\",\"zNECqg\":\"lístky\",\"6GQNLE\":\"Lístky\",\"NRhrIB\":\"Lístky a produkty\",\"OrWHoZ\":\"Lístky sú automaticky ponúkané zákazníkom v zozname čakateľov, keď sa uvoľní kapacita.\",\"AGRilS\":\"Predané lístky\",\"4/dG8J\":\"Úrovne\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Čas\",\"kGEhUy\":\"Časy\",\"fXf2r5\":[\"Časy sú uvedené v \",[\"timezoneAbbr\"]],\"9udQT9\":\"Názov je povinný\",\"dMtLDE\":\"do\",\"/jQctM\":\"Do\",\"tiI71C\":\"Na zvýšenie limitov nás kontaktujte na\",\"ecUA8p\":\"Dnes\",\"W428WC\":\"Prepnúť stĺpce\",\"BRMXj0\":\"Zajtra\",\"UBSG1X\":\"Najlepší organizátori (posledných 14 dní)\",\"3sZ0xx\":\"Celkový počet účtov\",\"SMDzqJ\":\"Celkový počet účastníkov\",\"orBECM\":\"Celkovo vybrané\",\"k5CU8c\":\"Celkový počet záznamov\",\"4B7oCp\":\"Celkový poplatok\",\"sMMlTX\":\"Poplatky spolu\",\"mlvCEl\":\"Objednávky spolu\",\"2AW/k5\":\"Celkové množstvo pre všetky termíny\",\"dp8BCb\":\"Daň spolu\",\"vb0Q0/\":\"Celkový počet používateľov\",\"oJjplO\":\"Celkový počet zobrazení\",\"rBZ9pz\":\"Prehliadky\",\"orluER\":\"Sledovať rast účtu a výkonnosť podľa zdroja priradenia\",\"YwKzpH\":\"Sledovanie a analytika\",\"GUA0Jy\":\"Skúste iný výraz alebo iný filter\",\"2P/OWN\":\"Upravte filtre, aby ste videli viac termínov.\",\"ouM5IM\":\"Skúste iný e-mail\",\"3DZvE7\":\"Vyskúšajte Hi.Events zadarmo\",\"vq2WxD\":\"Ut\",\"G3myU+\":\"Utorok\",\"Kz91g/\":\"Turečtina\",\"GdOhw6\":\"Vypnúť zvuk\",\"KUOhTy\":\"Zapnúť zvuk\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Napíšte \\\"odstrániť\\\" na potvrdenie\",\"nSlb72\":\"Píšte pre vyhľadávanie...\",\"nWRfmt\":\"Typografia\",\"IrVSu+\":\"Nie je možné duplikovať produkt. Skontrolujte svoje údaje\",\"Vx2J6x\":\"Nie je možné načítať účastníka\",\"h0dx5e\":\"Nie je možné pridať sa do zoznamu čakateľov\",\"DaE0Hg\":\"Údaje o účastníkovi sa nepodarilo načítať.\",\"GlnD5Y\":\"Produkty pre tento termín sa nepodarilo načítať. Skúste to znova.\",\"17VbmV\":\"Check-in sa nedá vrátiť späť\",\"n57zCW\":\"Nepriradené účty\",\"9uI/rE\":\"Späť\",\"Ef7StM\":\"Neznáme\",\"ZBAScj\":\"Neznámy účastník\",\"MEIAzV\":\"Bez názvu\",\"K6L5Mx\":\"Miesto bez názvu\",\"7yiFvZ\":\"Nezaplatené\",\"C51N+0\":\"do\",\"NaeLn8\":[\"Do \",[\"end\"]],\"porwAO\":\"Do dátumu\",\"ZIb6rJ\":\"Produkt bez názvu\",\"crJM8s\":\"Lístok bez názvu\",\"X13xGn\":\"Nedôveryhodné\",\"0bT1FT\":[\"Najviac \",[\"max\"],\" na objednávku\"],\"gyXpQN\":\"Nadchádzajúce podujatia\",\"Pp1sWX\":\"Aktualizovať partnera\",\"59qHrb\":\"Aktualizovať kapacitu\",\"Gaem9v\":\"Aktualizovať názov a popis podujatia\",\"7EhE4k\":\"Aktualizovať označenie\",\"NPQWj8\":\"Aktualizovať miesto\",\"75+lpR\":[\"Aktualizácia: \",[\"subjectTitle\"],\" — zmeny v rozvrhu\"],\"UOGHdA\":[\"Aktualizácia: \",[\"subjectTitle\"],\" — zmena času termínu\"],\"+b7T3G\":\"Aktualizované\",\"ogoTrw\":[\"Aktualizovaných \",[\"count\"],\" termín(ov)\"],\"dDuona\":[\"Kapacita aktualizovaná pre \",[\"count\"],\" termín(ov)\"],\"FT3LSc\":[\"Označenie aktualizované pre \",[\"count\"],\" termín(ov)\"],\"8EcY1g\":[\"Miesto aktualizované pre \",[\"count\"],\" termín(ov)\"],\"83tNam\":\"Aktualizuje sa počas vytvárania pravidla. Prelistujte mesiace a skontrolujte termíny.\",\"/XlQr2\":\"Aktualizuje sa počas písania.\",\"gJQsLv\":\"Nahrať obrázok obalu pre vášho organizátora\",\"4kEGqW\":\"Nahrať logo pre vášho organizátora\",\"lnCMdg\":\"Nahrať obrázok\",\"29w7p6\":\"Nahrávanie obrázka...\",\"HtrFfw\":\"URL je povinná\",\"3VnYUR\":\"URL adresa musí začínať http:// alebo https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB skener načúva\",\"dyTklH\":\"USB skener pozastavený\",\"OHJXlK\":\"Použite <0>Liquid šablonovanie na personalizáciu e-mailov\",\"/rsy72\":\"Použiť predvolené nastavenie podujatia\",\"0k4cdb\":\"Použiť údaje objednávky pre všetkých účastníkov. Mená a e-maily účastníkov budú zodpovedať informáciám kupujúceho.\",\"bA31T4\":\"Použiť údaje kupujúceho pre všetkých účastníkov\",\"PpgtnC\":\"Použiť túto adresu\",\"rnoQsz\":\"Používa sa pre okraje, zvýraznenia a štýlovanie QR kódu\",\"b0XTc/\":[\"Používatelia (\",[\"0\"],\")\"],\"BV4L/Q\":\"UTM analytika\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Overovanie čísla DPH...\",\"t7caBM\":\"Kód krajiny pre DPH\",\"WLkfqH\":\"IČ DPH\",\"pnVh83\":\"Číslo DPH\",\"CabI04\":\"Číslo DPH nesmie obsahovať medzery\",\"PMhxAR\":\"Číslo DPH musí začínať 2-písmenným kódom krajiny, za ktorým nasleduje 8–15 alfanumerických znakov (napr. DE123456789)\",\"gPgdNV\":\"Číslo DPH bolo úspešne overené\",\"RUMiLy\":\"Overenie čísla DPH zlyhalo\",\"vqji3Y\":\"Overenie čísla DPH zlyhalo. Skontrolujte číslo DPH.\",\"8dENF9\":\"DPH z poplatku\",\"ZutOKU\":\"Sadzba DPH\",\"+KJZt3\":\"Registrovaný pre DPH\",\"Nfbg76\":\"Nastavenia DPH boli úspešne uložené\",\"UvYql/\":\"Nastavenia DPH uložené. Overujeme číslo DPH na pozadí.\",\"bXn1Jz\":\"Nastavenia DPH aktualizované\",\"tJylUv\":\"Zaobchádzanie s DPH pre poplatky platformy\",\"FlGprQ\":\"Zaobchádzanie s DPH pre poplatky platformy: firmy registrované pre DPH v EÚ môžu použiť mechanizmus prenesenia daňovej povinnosti (0 % – článok 196 smernice o DPH 2006/112/ES). Firmám neregistrovaným pre DPH sa účtuje írska DPH vo výške 23 %.\",\"516oLj\":\"Služba overenia DPH je dočasne nedostupná\",\"p6QQLa\":[\"DPH: \",[\"0\"]],\"5q87Y9\":\"DPH: neregistrovaný\",\"AdWhjZ\":\"Overovací kód\",\"kUAumu\":\"Overovací e-mail odoslaný. Skontrolujte si doručenú poštu.\",\"QDEWii\":\"Overené\",\"wCKkSr\":\"Overiť e-mail\",\"/IBv6X\":\"Overte svoj e-mail\",\"u8nB38\":\"Overte si e-mail, aby účastníci mohli dostávať lístky\",\"e/cvV1\":\"Overovanie...\",\"fROFIL\":\"Vietnamčina\",\"p5nYkr\":\"Zobraziť všetko\",\"yA/6BX\":\"Zobraziť všetko →\",\"6CQ7/B\":\"Zobraziť všetky funkcie\",\"YSE15b\":\"Zobraziť všetky check-in zoznamy\",\"RnvnDc\":\"Zobraziť všetky správy odoslané naprieč platformou\",\"+WFMis\":\"Zobraziť a stiahnuť správy naprieč všetkými udalosťami. Zahrnuté sú iba dokončené objednávky.\",\"c7VN/A\":\"Zobraziť odpovede\",\"SZw9tS\":\"Zobraziť podrobnosti\",\"9+84uW\":[\"Zobraziť podrobnosti: \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Zobraziť udalosť\",\"c6SXHN\":\"Zobraziť stránku udalosti\",\"n6EaWL\":\"Zobraziť protokoly\",\"OaKTzt\":\"Zobraziť mapu\",\"zNZNMs\":\"Zobraziť správu\",\"67OJ7t\":\"Zobraziť objednávku\",\"tKKZn0\":\"Zobraziť podrobnosti objednávky\",\"KeCXJu\":\"Zobraziť podrobnosti objednávky, vydávať vrátenia a znovu odosielať potvrdenia.\",\"9jnAcN\":\"Zobraziť domovskú stránku organizátora\",\"1J/AWD\":\"Zobraziť lístok\",\"N9FyyW\":\"Zobraziť, upraviť a exportovať registrovaných účastníkov.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Viditeľné od \",[\"start\"],\" — skryté do otvorenia predaja.\"],\"EkiKJK\":\"Viditeľné pre všetkých na stránke podujatia.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Čakanie\",\"quR8Qp\":\"Čaká na platbu\",\"KrurBH\":\"Čaká sa na sken…\",\"u0n+wz\":\"Čakací zoznam\",\"3RXFtE\":\"Zoznam čakateľov povolený\",\"TwnTPy\":\"Ponuka zo zoznamu čakateľov vypršala\",\"aUi/Dz\":\"Upozornenie: Toto je predvolená konfigurácia systému. Zmeny ovplyvnia všetky účty, ktoré nemajú priradenú konkrétnu konfiguráciu.\",\"aT/44s\":\"Toto prepojenie Stripe sa nepodarilo skopírovať. Skúste to znova.\",\"jTee4a\":\"Tento účet Stripe sa nepodarilo odpojiť. Skúste to znova.\",\"RRZDED\":\"Nenašli sa žiadne objednávky spojené s touto e-mailovou adresou.\",\"2RZK9x\":\"Nenašla sa objednávka, ktorú hľadáte. Odkaz mohol vypršať alebo sa podrobnosti objednávky mohli zmeniť.\",\"nefMIK\":\"Nenašiel sa lístok, ktorý hľadáte. Odkaz mohol vypršať alebo sa podrobnosti lístka mohli zmeniť.\",\"miysJh\":\"Nenašla sa táto objednávka. Mohla byť odstránená.\",\"Fjj/5/\":\"Check-in zoznamy sa nepodarilo načítať. Skúste to znova.\",\"ADsQ23\":\"Momentálne sa nevieme spojiť so Stripe. Skúste to o chvíľu znova.\",\"HJKdzP\":\"Nastala chyba pri načítaní tejto stránky. Skúste to znovu.\",\"jegrvW\":\"Spolupracujeme so Stripe, aby výplaty išli priamo na váš bankový účet.\",\"IfN2Qo\":\"Odporúčame štvorcové logo s minimálnymi rozmermi 200x200px\",\"wJzo/w\":\"Odporúčame rozmery 400px x 400px a maximálnu veľkosť súboru 5 MB\",\"L/KlAh\":[\"Odoslali sme overovací odkaz na \",[\"0\"]],\"KRCDqH\":\"Používame cookies na pochopenie používania stránky a zlepšenie vášho zážitku.\",\"x8rEDQ\":\"Nepodarilo sa overiť číslo DPH po viacerých pokusoch. Budeme pokračovať v overovaní na pozadí. Skúste to neskôr.\",\"4HaEdK\":[\"Vytvoríme všetkých \",[\"totalOccurrences\"],\" termínov — každý dátum môžete potom upraviť alebo odstrániť\"],\"mfM/HJ\":[\"Upozorníme vás e-mailom, ak sa uvoľní miesto pre \",[\"productDisplayName\"],\" dňa \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Upozorníme vás e-mailom, ak sa uvoľní miesto pre \",[\"productDisplayName\"],\".\"],\"McuGND\":\"Po uložení otvoríme editor správ s pripravenou šablónou. Vy ju skontrolujete a odošlete — nič sa neodosiela automaticky.\",\"q1BizZ\":\"Pošleme vaše lístky na tento e-mail\",\"ZOmUYW\":\"Overíme číslo DPH na pozadí. Ak nastanú problémy, dáme vám vedieť.\",\"LKjHr4\":[\"Zmenili sme rozvrh podujatia „\",[\"title\"],\"“ — \",[\"description\"],\" sa týka \",[\"affectedCount\"],\" termínov.\"],\"Fq/Nx7\":\"Poslali sme 5-ciferný overovací kód na:\",\"GdWB+V\":\"Webhook bol úspešne vytvorený\",\"2X4ecw\":\"Webhook bol úspešne odstránený\",\"ndBv0v\":\"Integrácie webhookov\",\"CThMKa\":\"Protokoly webhookov\",\"I0adYQ\":\"Podpisový tajný kľúč webhooку\",\"nuh/Wq\":\"URL webhooку\",\"8BMPMe\":\"Webhook nebude odosielať notifikácie\",\"FSaY52\":\"Webhook bude odosielať notifikácie\",\"v1kQyJ\":\"Webhooky\",\"On0aF2\":\"Webstránka\",\"0f7U0k\":\"St\",\"VAcXNz\":\"Streda\",\"64X6l4\":\"týždeň\",\"4XSc4l\":\"Týždenne\",\"IAUiSh\":\"týždne\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Vitajte späť\",\"QDWsl9\":[\"Vitajte v \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Vitajte v \",[\"0\"],\", tu je zoznam všetkých vašich udalostí\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"Aký typ udalosti?\",\"0WyYF4\":\"Čo vidí neprihlásený personál\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Keď je odbavenie odstránené\",\"RPe6bE\":\"Keď sa zruší termín opakujúceho sa podujatia\",\"Gmd0hv\":\"Keď je vytvorený nový účastník\",\"zyIyPe\":\"Keď je vytvorená nová udalosť\",\"Lc18qn\":\"Keď je vytvorená nová objednávka\",\"dfkQIO\":\"Keď je vytvorený nový produkt\",\"8OhzyY\":\"Keď je produkt odstránený\",\"tRXdQ9\":\"Keď je produkt aktualizovaný\",\"9L9/28\":\"Keď sa produkt vypredá, zákazníci sa môžu pridať do zoznamu čakateľov a byť upozornení, keď sa uvoľnia miesta.\",\"OIkHj+\":\"Keď sa produkt vypredá, zákazníci sa môžu pridať do zoznamu čakateľov a byť upozornení, keď sa uvoľnia miesta. Zákazníci sa pridávajú do zoznamu čakateľov pre konkrétny dátum a ponuky sa robia podľa dátumu.\",\"Q7CWxp\":\"Keď je účastník zrušený\",\"IuUoyV\":\"Keď je účastník odbavený\",\"nBVOd7\":\"Keď je účastník aktualizovaný\",\"t7cuMp\":\"Keď je udalosť archivovaná\",\"gtoSzE\":\"Keď je udalosť aktualizovaná\",\"ny2r8d\":\"Keď je objednávka zrušená\",\"c9RYbv\":\"Keď je objednávka označená ako zaplatená\",\"ejMDw1\":\"Keď je objednávka vrátená\",\"fVPt0F\":\"Keď je objednávka aktualizovaná\",\"bcYlvb\":\"Keď sa odbavenie uzavrie\",\"XIG669\":\"Keď sa odbavenie otvorí\",\"de6HLN\":\"Keď zákazníci zakúpia lístky, ich objednávky sa zobrazia tu.\",\"pm9tpn\":\"Ak je povolené, kupujúci môžu naraz skopírovať svoje meno a e-mail všetkým účastníkom. Vypnutím odstránite možnosť \\\"Všetci účastníci\\\"; kupujúci môžu stále skopírovať údaje prvému účastníkovi, ostatných je potrebné zadať jednotlivo.\",\"403wpZ\":\"Ak je povolené, nové udalosti umožnia účastníkom spravovať vlastné podrobnosti lístka cez zabezpečený odkaz. Toto môže byť prepísané pre každú udalosť.\",\"blXLKj\":\"Ak je povolené, nové udalosti zobrazia zaškrtávacie políčko marketingového súhlasu počas pokladne. Toto môže byť prepísané pre každú udalosť.\",\"Kj0Txn\":\"Ak je povolené, na transakcie Stripe Connect nebudú účtované žiadne poplatky aplikácie. Použite pre krajiny, kde poplatky aplikácie nie sú podporované.\",\"xo06V3\":\"Kam tlačidlo odkazuje\",\"uchB0M\":\"Náhľad widgetu\",\"uvIqcj\":\"Workshop\",\"EpknJA\":\"Napíšte správu tu...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"rok\",\"zkWmBh\":\"Ročne\",\"+BGee5\":\"roky\",\"X/azM1\":\"Áno – mám platné číslo registrácie DPH v EÚ\",\"Tz5oXG\":\"Áno, zrušiť objednávku\",\"QlSZU0\":[\"Zosobňujete <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Vydávate čiastočné vrátenie. Zákazníkovi bude vrátené \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"Ďalšie servisné poplatky a dane môžete nakonfigurovať v nastaveniach účtu.\",\"rj3A7+\":\"Pre jednotlivé termíny to môžete neskôr zmeniť.\",\"paWwQ0\":\"V prípade potreby môžete stále manuálne ponúkať lístky.\",\"jTDzpA\":\"Nemôžete archivovať posledného aktívneho organizátora na vašom účte.\",\"D8baxD\":\"Máte platené vstupenky, ale Stripe ešte nie je pripojený, takže nemôžete prijímať platby.\",\"5VGIlq\":\"Dosiahli ste limit správ.\",\"casL1O\":\"K bezplatnému produktu máte pridané dane a poplatky. Chcete ich odstrániť?\",\"5SgD0L\":\"Máte neuložené zmeny. Naozaj ich chcete zahodiť?\",\"9jJNZY\":\"Pred uložením musíte potvrdiť svoje povinnosti\",\"pCLes8\":\"Musíte súhlasiť s prijímaním správ\",\"FVTVBy\":\"Pred aktualizáciou stavu organizátora musíte overiť e-mailovú adresu.\",\"ze4bi/\":\"Skôr než pridáte účastníkov k tomuto opakujúcemu sa podujatiu, musíte vytvoriť aspoň jeden termín.\",\"w65ZgF\":\"Pred úpravou e-mailových šablón musíte overiť e-mail účtu.\",\"FRl8Jv\":\"Pred odosielaním správ musíte overiť e-mail účtu.\",\"88cUW+\":\"Dostanete\",\"O6/3cu\":\"Termíny, rozvrhy a pravidlá opakovania nastavíte v ďalšom kroku.\",\"zKAheG\":\"Meníte časy termínov\",\"MNFIxz\":[\"Idete na \",[\"0\"],\"!\"],\"ZlLcht\":[\"Prihlasujete sa na čakaciu listinu na \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Ste v zozname čakateľov!\",\"/5HL6k\":\"Bolo vám ponúknuté miesto!\",\"gbjFFH\":\"Zmenili ste čas termínu\",\"YI0K8C\":[\"Váš účet bol deaktivovaný a bude natrvalo vymazaný dňa <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Váš účet má limity správ. Na zvýšenie limitov nás kontaktujte na\",\"gsWZkk\":\"Váš účet je teraz naplánovaný na vymazanie.\",\"x/xjzn\":\"Vaši partneri boli úspešne exportovaní.\",\"TF37u6\":\"Vaši účastníci boli úspešne exportovaní.\",\"79lXGw\":\"Váš zoznam odbavení bol úspešne vytvorený. Zdieľajte odkaz nižšie so svojím personálom odbavenia.\",\"BnlG9U\":\"Vaša aktuálna objednávka bude stratená.\",\"nBqgQb\":\"Váš e-mail\",\"GG1fRP\":\"Vaša udalosť je živá!\",\"ifRqmm\":\"Vaša správa bola úspešne odoslaná!\",\"0/+Nn9\":\"Vaše správy sa zobrazia tu\",\"/Rj5P4\":\"Vaše meno\",\"PFjJxY\":\"Nové heslo musí mať aspoň 8 znakov.\",\"gzrCuN\":\"Podrobnosti objednávky boli aktualizované. Na novú e-mailovú adresu bol odoslaný potvrdzovací e-mail.\",\"naQW82\":\"Vaša objednávka bola zrušená.\",\"bhlHm/\":\"Vaša objednávka čaká na platbu\",\"XeNum6\":\"Vaše objednávky boli úspešne exportované.\",\"Xd1R1a\":\"Adresa vášho organizátora\",\"WWYHKD\":\"Vaša platba je chránená šifrovaním na bankovej úrovni\",\"5b3QLi\":\"Váš plán\",\"N4Zkqc\":\"Váš uložený filter termínov už nie je dostupný — zobrazujeme všetky termíny.\",\"o0qzpM\":\"Váš účet Stripe nie je ovplyvnený a žiadne dáta sa nestratia — kedykoľvek sa môžete znova pripojiť.\",\"FNO5uZ\":\"Váš lístok zostáva platný — nemusíte robiť nič, pokiaľ vám nový čas nevyhovuje. Ak máte otázky, odpovedzte na tento e-mail.\",\"CnZ3Ou\":\"Vaše lístky boli potvrdené.\",\"EmFsMZ\":\"Vaše číslo DPH je zaradené do frontu na overenie\",\"QBlhh4\":\"Vaše číslo DPH bude overené pri uložení\",\"fT9VLt\":\"Vaša ponuka zo zoznamu čakateľov vypršala a nepodarilo sa dokončiť objednávku. Pridajte sa znovu do zoznamu čakateľov, aby ste boli upozornení, keď sa uvoľnia ďalšie miesta.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file diff --git a/frontend/src/locales/sk.po b/frontend/src/locales/sk.po index cf5d8f3cef..7cbb728552 100644 --- a/frontend/src/locales/sk.po +++ b/frontend/src/locales/sk.po @@ -33,7 +33,7 @@ msgstr "(prázdne)" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:110 msgid "(none)" -msgstr "" +msgstr "(žiadny)" #: src/components/common/ReportTable/index.tsx:328 msgid "{0}" @@ -53,7 +53,7 @@ msgstr "{0} {1} je už odbavený" #: src/components/layouts/CheckIn/index.tsx:249 msgid "{0} <0>checked in" -msgstr "" +msgstr "{0} <0>prihlásených" #: src/components/layouts/CheckIn/index.tsx:284 msgid "{0} <0>checked out successfully" @@ -83,7 +83,7 @@ msgstr "logo {0}" #: src/components/modals/CreateAttendeeModal/index.tsx:272 msgid "{0} of {1} seats are taken." -msgstr "" +msgstr "Obsadených miest: {0} z {1}." #: src/components/routes/events/Dashboard/index.tsx:141 msgid "{0} organizers" @@ -99,15 +99,15 @@ msgstr "{0} úspešne aktualizované" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:417 msgid "{activeCount} enabled" -msgstr "" +msgstr "Aktívne: {activeCount}" #: src/components/common/CheckIn/CheckInInfoModal.tsx:101 msgid "{appName} logo" -msgstr "" +msgstr "Logo {appName}" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:296 msgid "{attendeeCount} attendees are registered for this session." -msgstr "" +msgstr "Na tento termín je prihlásených {attendeeCount} účastníkov." #: src/components/common/EventCard/index.tsx:133 msgid "{availableCount} of {totalCount} available" @@ -119,7 +119,7 @@ msgstr "Zostáva {capacity} miest" #: src/components/common/CheckIn/CheckInInfoModal.tsx:55 msgid "{checkedIn} / {total} checked in" -msgstr "" +msgstr "{checkedIn} / {total} prihlásených" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:378 msgid "{chipTime}, Sold Out" @@ -131,12 +131,12 @@ msgstr "{chipTime}, Vypredané, čakacia listina k dispozícii" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:210 msgid "{completedCount} of {totalCount} steps complete" -msgstr "" +msgstr "Dokončených {completedCount} z {totalCount} krokov" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "{count} add-ons" -msgstr "" +msgstr "Doplnky: {count}" #: src/components/common/Countdown/index.tsx:68 msgid "{days} days, {hours} hours, {minutes} minutes, and {seconds} seconds" @@ -144,15 +144,15 @@ msgstr "{days} dní, {hours} hodín, {minutes} minút a {seconds} sekúnd" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:29 msgid "{diffHr}h ago" -msgstr "" +msgstr "pred {diffHr} h" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:27 msgid "{diffMin}m ago" -msgstr "" +msgstr "pred {diffMin} min" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:25 msgid "{diffSec}s ago" -msgstr "" +msgstr "pred {diffSec} s" #: src/components/common/OrganizerWebhookTable/index.tsx:79 #: src/components/common/WebhookTable/index.tsx:79 @@ -161,7 +161,7 @@ msgstr "{eventCount} udalostí" #: src/components/forms/ProductForm/ledgerSummaries.ts:103 msgid "{first} + {additionalCount} more" -msgstr "" +msgstr "{first} + ďalších {additionalCount}" #: src/components/common/Countdown/index.tsx:70 msgid "{hours} hours, {minutes} minutes, and {seconds} seconds" @@ -169,11 +169,11 @@ msgstr "{hours} hodín, {minutes} minút a {seconds} sekúnd" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:262 msgid "{loadedAffectedAttendees} attendees are registered across the affected sessions." -msgstr "" +msgstr "Na dotknuté termíny je prihlásených {loadedAffectedAttendees} účastníkov." #: src/components/forms/ProductForm/ledgerSummaries.ts:112 msgid "{min}–{max} per order" -msgstr "" +msgstr "{min}–{max} na objednávku" #: src/components/common/Countdown/index.tsx:72 msgid "{minutes} minutes and {seconds} seconds" @@ -185,12 +185,12 @@ msgstr "Prvá udalosť organizátora {organizerName}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:95 msgid "{productCount} ticket types configured" -msgstr "" +msgstr "Nastavené typy lístkov: {productCount}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "{slotCount} times available" -msgstr "" +msgstr "Dostupné časy: {slotCount}" #: src/components/common/EventCard/index.tsx:129 msgid "{totalCount} ticket types" @@ -266,15 +266,15 @@ msgstr "1 aktívny webhook" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "1 add-on" -msgstr "" +msgstr "1 doplnok" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:261 msgid "1 attendee is registered across the affected sessions." -msgstr "" +msgstr "Na dotknuté termíny je prihlásený 1 účastník." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:295 msgid "1 attendee is registered for this session." -msgstr "" +msgstr "Na tento termín je prihlásený 1 účastník." #: src/components/modals/SendMessageModal/index.tsx:128 msgid "1 day after end date" @@ -302,12 +302,12 @@ msgstr "1 typ lístka" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:94 msgid "1 ticket type configured" -msgstr "" +msgstr "Nastavený 1 typ lístka" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "1 time available" -msgstr "" +msgstr "1 dostupný čas" #: src/components/modals/SendMessageModal/index.tsx:119 msgid "1 week before event" @@ -320,7 +320,7 @@ msgstr "123 Vzorová ulica" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:250 msgid "135+ currencies & 40+ payment methods" -msgstr "" +msgstr "Viac než 135 mien a viac než 40 platobných metód" #: src/components/common/WidgetEditor/index.tsx:230 msgid "20" @@ -336,7 +336,7 @@ msgstr "Oznámenie o zrušení bolo odoslané na" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:299 msgid "a change in duration" -msgstr "" +msgstr "zmena dĺžky" #: src/components/forms/QuestionForm/index.tsx:138 msgid "A date input. Perfect for asking for a date of birth etc." @@ -356,7 +356,7 @@ msgstr "Poplatok, napríklad rezervačný alebo servisný" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:199 msgid "A few quick steps and you're ready to start selling." -msgstr "" +msgstr "Ešte pár krokov a môžete začať predávať." #: src/components/forms/TaxAndFeeForm/index.tsx:35 msgid "A fixed amount per product. E.g, $0.50 per product" @@ -388,7 +388,7 @@ msgstr "Prepínač má viacero možností, ale vybrať možno iba jednu." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:298 msgid "a shift in start/end times" -msgstr "" +msgstr "posun časov začiatku/konca" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:69 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:69 @@ -466,7 +466,7 @@ msgstr "Prijať pozvánku" #: src/components/forms/ProductForm/index.tsx:596 msgid "Access" -msgstr "" +msgstr "Prístup" #: src/components/common/AdminOrdersTable/index.tsx:70 #: src/components/routes/account/ManageAccount/index.tsx:22 @@ -481,11 +481,11 @@ msgstr "Účet" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:354 msgid "Account · {0}" -msgstr "" +msgstr "Účet · {0}" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:353 msgid "Account · {0} · {1}" -msgstr "" +msgstr "Účet · {0} · {1}" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:69 msgid "Account deletion has been cancelled." @@ -581,11 +581,11 @@ msgstr "Aktívne udalosti" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:415 msgid "Active payment methods" -msgstr "" +msgstr "Aktívne platobné metódy" #: src/components/routes/event/OccurrencesTab/index.tsx:402 msgid "Activity" -msgstr "" +msgstr "Aktivita" #: src/components/routes/product-widget/SelectProducts/index.tsx:825 msgid "Add {0} first" @@ -593,27 +593,27 @@ msgstr "Najprv pridajte {0}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:147 msgid "Add a cover image and theme to match your brand" -msgstr "" +msgstr "Pridajte titulný obrázok a tému, ktoré ladia s vašou značkou" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:142 msgid "Add a date" -msgstr "" +msgstr "Pridať termín" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:137 msgid "Add a description and venue so attendees know what to expect" -msgstr "" +msgstr "Pridajte popis a miesto, aby účastníci vedeli, čo majú očakávať" #: src/components/forms/CheckInListForm/index.tsx:144 msgid "Add a description for this check-in list" msgstr "Pridajte popis pre tento zoznam odbavenia" -#: src/components/routes/event/OccurrencesTab/index.tsx:541 +#: src/components/routes/event/OccurrencesTab/index.tsx:556 msgid "Add a Single Date" -msgstr "" +msgstr "Pridať jeden termín" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:992 msgid "Add another time" -msgstr "" +msgstr "Pridať ďalší čas" #: src/components/modals/ManageAttendeeModal/index.tsx:226 msgid "Add any notes about the attendee. These will not be visible to the attendee." @@ -633,11 +633,11 @@ msgstr "Pridajte poznámky k objednávke..." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:533 msgid "Add at least one time" -msgstr "" +msgstr "Pridajte aspoň jeden čas" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:150 msgid "Add connection details for the online event." -msgstr "" +msgstr "Pridajte údaje na pripojenie k online podujatiu." #: src/components/common/QuestionsTable/index.tsx:434 msgid "Add custom questions to collect additional information during checkout" @@ -645,19 +645,19 @@ msgstr "Pridajte vlastné otázky na zber ďalších informácií pri pokladni" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Add Date" -msgstr "" +msgstr "Pridať termín" #: src/components/modals/PublishEventModal/index.tsx:105 msgid "Add dates" msgstr "Pridať termíny" -#: src/components/routes/event/OccurrencesTab/index.tsx:526 +#: src/components/routes/event/OccurrencesTab/index.tsx:541 msgid "Add Dates" -msgstr "" +msgstr "Pridať termíny" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:104 msgid "Add dates and times for your recurring event" -msgstr "" +msgstr "Pridajte termíny a časy pre vaše opakujúce sa podujatie" #: src/components/forms/QuestionForm/index.tsx:202 msgid "Add description" @@ -665,11 +665,11 @@ msgstr "Pridať popis" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:140 msgid "Add details" -msgstr "" +msgstr "Pridať podrobnosti" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:136 msgid "Add event details" -msgstr "" +msgstr "Pridať podrobnosti o podujatí" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:154 msgid "Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)" @@ -684,7 +684,7 @@ msgstr "Pridať miesto" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1047 msgid "Add multiple times if you run several sessions per day." -msgstr "" +msgstr "Pridajte viac časov, ak máte za deň viac termínov." #: src/components/common/HeadingCard/index.tsx:28 msgid "Add New" @@ -713,7 +713,7 @@ msgstr "Pridať daň alebo poplatok" #: src/components/modals/CreateAttendeeModal/index.tsx:276 msgid "Add this attendee anyway (override capacity)" -msgstr "" +msgstr "Napriek tomu pridať tohto účastníka (obísť kapacitu)" #: src/components/common/AddToCalendarCTA/index.tsx:21 msgid "Add this event to your calendar" @@ -753,16 +753,16 @@ msgstr "Pridajte svoje sociálne médiá a URL webstránky. Tieto sa zobrazia na #: src/components/common/ProductsTable/SortableProduct/index.tsx:344 #: src/components/forms/ProductForm/ledgerSummaries.ts:128 msgid "Add-on only" -msgstr "" +msgstr "Len ako doplnok" #: src/components/forms/ProductForm/index.tsx:552 msgid "Add-on products" -msgstr "" +msgstr "Doplnkové produkty" #: src/components/forms/ProductForm/index.tsx:533 #: src/components/routes/product-widget/SelectProducts/index.tsx:822 msgid "Add-ons" -msgstr "" +msgstr "Doplnky" #: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:78 msgid "Added at checkout" @@ -833,7 +833,7 @@ msgstr "Správcovia majú plný prístup k udalostiam a nastaveniam účtu." #: src/components/forms/ProductForm/index.tsx:207 msgid "Admits attendees to your event" -msgstr "" +msgstr "Umožňuje účastníkom vstup na vaše podujatie" #: src/components/common/AffiliateTable/index.tsx:82 msgid "Affiliate" @@ -853,7 +853,7 @@ msgstr "Partner bol úspešne vymazaný" #: src/components/layouts/AuthLayout/index.tsx:22 msgid "Affiliate program" -msgstr "" +msgstr "Partnerský program" #: src/components/forms/AffiliateForm/index.tsx:23 msgid "Affiliate sales will be tracked" @@ -883,11 +883,11 @@ msgstr "Partneri vám pomáhajú sledovať predaje generované partnermi a influ #: src/components/routes/welcome/index.tsx:418 msgid "After your event is created, you can choose how often it repeats from the dashboard." -msgstr "" +msgstr "Po vytvorení podujatia si v nástenke zvolíte, ako často sa má opakovať." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "all" -msgstr "" +msgstr "všetky" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:133 #: src/components/routes/admin/DeletionRequests/index.tsx:88 @@ -906,7 +906,7 @@ msgstr "Všetci účastníci" #: src/components/modals/SendMessageModal/index.tsx:378 msgid "All attendees of the selected sessions" -msgstr "" +msgstr "Všetci účastníci vybraných termínov" #: src/components/modals/SendMessageModal/index.tsx:381 msgid "All attendees of this event" @@ -914,7 +914,7 @@ msgstr "Všetci účastníci tejto udalosti" #: src/components/modals/SendMessageModal/index.tsx:380 msgid "All attendees of this occurrence" -msgstr "" +msgstr "Všetci účastníci tohto termínu" #: src/components/common/OrganizerReportTable/index.tsx:291 msgid "All Currencies" @@ -923,14 +923,14 @@ msgstr "Všetky meny" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:48 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:101 msgid "All dates" -msgstr "" +msgstr "Všetky termíny" #: src/components/common/CheckInListTable/index.tsx:106 #: src/components/routes/event/attendees.tsx:235 #: src/components/routes/event/orders.tsx:182 #: src/components/routes/event/SoldOutWaitlist/index.tsx:104 msgid "All Dates" -msgstr "" +msgstr "Všetky termíny" #: src/components/routes/events/Dashboard/index.tsx:75 msgid "All Ended Events" @@ -948,18 +948,18 @@ msgstr "Všetky neúspešné úlohy boli vymazané" msgid "All jobs queued for retry" msgstr "Všetky úlohy boli zaradené na opakovanie" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:346 msgid "All matching dates" -msgstr "" +msgstr "Všetky vyhovujúce termíny" #: src/components/forms/CheckInListForm/index.tsx:132 #: src/components/modals/SendMessageModal/index.tsx:359 msgid "All occurrences" -msgstr "" +msgstr "Všetky termíny" #: src/components/common/ReportTable/index.tsx:279 msgid "All Occurrences" -msgstr "" +msgstr "Všetky termíny" #: src/components/common/PromoCodeTable/index.tsx:139 msgid "All Products" @@ -1018,7 +1018,7 @@ msgstr "Už máte účet? <0>{0}" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:135 msgid "Already in" -msgstr "" +msgstr "Už pridané" #: src/components/modals/RefundOrderModal/index.tsx:86 msgid "Already Refunded" @@ -1026,7 +1026,7 @@ msgstr "Už vrátené" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:193 msgid "Already use Stripe on another organizer? Reuse that connection." -msgstr "" +msgstr "Používate Stripe už u iného organizátora? Použite to prepojenie znova." #: src/components/modals/RefundOrderModal/index.tsx:132 msgid "Also cancel this order" @@ -1042,7 +1042,7 @@ msgstr "Vždy dostupné" #: src/components/forms/ProductForm/ledgerSummaries.ts:53 msgid "Always on sale" -msgstr "" +msgstr "Vždy v predaji" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:77 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:77 @@ -1130,15 +1130,15 @@ msgstr "Odpoveď bola úspešne aktualizovaná." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:246 msgid "Answers" -msgstr "" +msgstr "Odpovede" #: src/components/forms/CheckInListForm/index.tsx:207 msgid "Answers provided at checkout (e.g. meal choice)" -msgstr "" +msgstr "Odpovede zadané pri objednávke (napr. výber jedla)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1148 msgid "Any dates you've manually customized will be kept." -msgstr "" +msgstr "Termíny, ktoré ste upravili ručne, zostanú zachované." #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:62 msgid "Any queries from product holders will be sent to this email address. This will also be used as the \"reply-to\" address for all emails sent from this event" @@ -1160,9 +1160,9 @@ msgstr "použitý — zľava {0} na vašu objednávku" msgid "Applies to {0} products" msgstr "Platí pre {0} produktov" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:365 msgid "Applies to {0}, non-cancelled dates currently loaded on this page." -msgstr "" +msgstr "Platí pre {0}, nezrušené termíny načítané na tejto stránke." #: src/components/common/CapacityAssignmentList/index.tsx:95 msgid "Applies to 1 product" @@ -1170,32 +1170,32 @@ msgstr "Platí pre 1 produkt" #: src/components/forms/CheckInListForm/index.tsx:175 msgid "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." -msgstr "" +msgstr "Platí pre každého, kto otvorí zdieľaný check-in odkaz bez prihlásenia. Prihlásení členovia tímu vidia vždy všetko." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:363 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 msgid "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." -msgstr "" +msgstr "Platí pre každý {0}, nezrušený termín tohto podujatia — vrátane termínov, ktoré momentálne nie sú načítané." #: src/components/common/FilterModal/index.tsx:284 #: src/components/routes/product-widget/SelectProducts/index.tsx:945 msgid "Apply" msgstr "Použiť" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:509 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:511 msgid "Apply Changes" -msgstr "" +msgstr "Použiť zmeny" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" msgstr "Použiť tento {type} na všetky nové produkty" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:338 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:339 msgid "Apply to" -msgstr "" +msgstr "Použiť na" #: src/components/forms/CheckInListForm/index.tsx:105 msgid "Apply to all tickets" -msgstr "" +msgstr "Použiť na všetky lístky" #: src/components/routes/admin/Messages/index.tsx:232 msgid "Approve Message" @@ -1203,7 +1203,7 @@ msgstr "Schváliť správu" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:68 msgid "April" -msgstr "" +msgstr "Apríl" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:63 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:69 @@ -1259,7 +1259,7 @@ msgstr "Naozaj chcete archivovať tohto organizátora? Archivujú sa aj všetky #: src/components/routes/event/OccurrencesTab/index.tsx:215 msgid "Are you sure you want to cancel {count} date(s)? Affected attendees will be notified by email." -msgstr "" +msgstr "Naozaj chcete zrušiť {count} termín(ov)? Dotknutých účastníkov upozorníme e-mailom." #: src/hooks/useAttendeeActions.tsx:44 msgid "Are you sure you want to cancel this attendee? This will void their ticket" @@ -1269,7 +1269,7 @@ msgstr "Naozaj chcete zrušiť tohto účastníka? Ich lístok bude zneplatnený #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:36 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:326 msgid "Are you sure you want to cancel this date? Affected attendees will be notified by email." -msgstr "" +msgstr "Naozaj chcete zrušiť tento termín? Dotknutých účastníkov upozorníme e-mailom." #: src/components/routes/event/messages.tsx:33 msgid "Are you sure you want to cancel this scheduled message?" @@ -1295,11 +1295,11 @@ msgstr "Naozaj chcete odstrániť túto konfiguráciu? Môže to ovplyvniť úč #: src/components/routes/event/OccurrenceDetail/index.tsx:84 #: src/components/routes/event/OccurrencesTab/index.tsx:184 msgid "Are you sure you want to delete this date? This action cannot be undone." -msgstr "" +msgstr "Naozaj chcete odstrániť tento termín? Túto akciu nie je možné vrátiť späť." #: src/components/common/ImageUploadDropzone/index.tsx:114 msgid "Are you sure you want to delete this image?" -msgstr "" +msgstr "Naozaj chcete odstrániť tento obrázok?" #: src/components/common/PromoCodeTable/index.tsx:37 msgid "Are you sure you want to delete this promo code?" @@ -1307,7 +1307,7 @@ msgstr "Naozaj chcete odstrániť tento promo kód?" #: src/components/common/TaxAndFeeList/index.tsx:33 msgid "Are you sure you want to delete this tax or fee? It will no longer be applied to new orders." -msgstr "" +msgstr "Naozaj chcete odstrániť túto daň alebo poplatok? Na nové objednávky sa už nebude uplatňovať." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:111 msgid "Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template." @@ -1344,7 +1344,7 @@ msgstr "Naozaj chcete ponúknuť miesto tejto osobe? Dostane e-mailovú notifik #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:360 msgid "Are you sure you want to permanently delete this date? This cannot be undone." -msgstr "" +msgstr "Naozaj chcete tento termín natrvalo odstrániť? Túto akciu nie je možné vrátiť späť." #: src/components/common/StatusToggle/index.tsx:38 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." @@ -1380,7 +1380,7 @@ msgstr "Naozaj chcete obnoviť tohto organizátora?" #: src/components/routes/account/ManageAccount/sections/Users/index.tsx:50 msgid "Are you sure you want to revoke this invitation?" -msgstr "" +msgstr "Naozaj chcete zrušiť túto pozvánku?" #: src/components/common/StatusToggle/index.tsx:41 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." @@ -1425,11 +1425,11 @@ msgstr "Opýtať sa raz na produkt" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:119 msgid "Assign a different plan" -msgstr "" +msgstr "Priradiť iný plán" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:130 msgid "Assign plan" -msgstr "" +msgstr "Priradiť plán" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:165 msgid "Assigned Tier" @@ -1443,7 +1443,7 @@ msgstr "Musí byť vybraný aspoň jeden typ udalosti" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:64 #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:117 msgid "At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead." -msgstr "" +msgstr "Pre tento termín musí zostať dostupný aspoň jeden produkt. Ak chcete termín znedostupniť, zrušte ho v rozvrhu." #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:96 msgid "Attempts" @@ -1455,7 +1455,7 @@ msgstr "Miera účasti a odbavenia naprieč všetkými udalosťami" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendee" -msgstr "" +msgstr "účastník" #: src/components/common/AttendeeTicket/index.tsx:101 #: src/components/common/QuestionsTable/index.tsx:462 @@ -1497,7 +1497,7 @@ msgstr "Účastník nenájdený" #: src/components/forms/CheckInListForm/index.tsx:188 msgid "Attendee notes" -msgstr "" +msgstr "Poznámky k účastníkovi" #: src/components/routes/event/attendees.tsx:81 msgid "Attendee Status" @@ -1523,7 +1523,7 @@ msgstr "Lístok účastníka nie je zahrnutý v tomto zozname" #: src/components/routes/event/attendees.tsx:250 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendees" -msgstr "" +msgstr "účastníci" #: src/components/common/EventCard/index.tsx:251 #: src/components/common/EventCard/index.tsx:366 @@ -1545,7 +1545,7 @@ msgstr "Účastníci" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:72 msgid "attendees checked in" -msgstr "" +msgstr "prihlásených účastníkov" #: src/components/routes/event/attendees.tsx:163 msgid "Attendees Exported" @@ -1587,7 +1587,7 @@ msgstr "Publikum" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:72 msgid "August" -msgstr "" +msgstr "August" #: src/components/common/WidgetEditor/index.tsx:236 msgid "Auto Resize" @@ -1623,7 +1623,7 @@ msgstr "K dispozícii po dokončení platby" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:265 msgid "Available times on {dayName}" -msgstr "" +msgstr "Dostupné časy — {dayName}" #: src/components/modals/RefundOrderModal/index.tsx:93 msgid "Available to Refund" @@ -1635,7 +1635,7 @@ msgstr "Dostupné tokeny" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:161 msgid "Awaiting" -msgstr "" +msgstr "Čaká sa" #: src/components/common/OrderStatusBadge/index.tsx:11 #: src/components/modals/SendMessageModal/index.tsx:425 @@ -1649,7 +1649,7 @@ msgstr "Čaká na platbu offline" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:120 msgid "Awaiting pay" -msgstr "" +msgstr "Čaká sa na platbu" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:117 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:225 @@ -1719,7 +1719,7 @@ msgstr "Typ pozadia" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:128 msgid "Bank account connected" -msgstr "" +msgstr "Bankový účet prepojený" #: src/components/routes/admin/Announcements/index.tsx:178 #: src/components/routes/admin/Announcements/index.tsx:374 @@ -1736,12 +1736,12 @@ msgstr "Základná cena" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:207 msgid "Base Price" -msgstr "" +msgstr "Základná cena" #: src/components/forms/ProductForm/index.tsx:433 #: src/components/forms/ProductForm/index.tsx:436 msgid "Based on the global sale period above, not per date" -msgstr "" +msgstr "Podľa celkového obdobia predaja vyššie, nie podľa termínu" #: src/components/routes/organizer/Settings/index.tsx:31 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:63 @@ -1779,19 +1779,19 @@ msgstr "Brazílska portugalčina" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:253 msgid "Built-in fraud protection" -msgstr "" +msgstr "Vstavaná ochrana pred podvodmi" -#: src/components/routes/event/OccurrencesTab/index.tsx:517 +#: src/components/routes/event/OccurrencesTab/index.tsx:532 msgid "Bulk Edit" -msgstr "" +msgstr "Hromadná úprava" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:308 msgid "Bulk Edit Dates" -msgstr "" +msgstr "Hromadná úprava termínov" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:233 msgid "Bulk update failed." -msgstr "" +msgstr "Hromadná aktualizácia zlyhala." #: src/constants/eventCategories.ts:26 msgid "Business" @@ -1799,11 +1799,11 @@ msgstr "Firma" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:190 msgid "Business address" -msgstr "" +msgstr "Adresa firmy" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:185 msgid "Business name" -msgstr "" +msgstr "Názov firmy" #: src/components/routes/admin/Announcements/index.tsx:455 msgid "Button label" @@ -1827,7 +1827,7 @@ msgstr "Platí kupujúci" #: src/components/forms/ProductForm/index.tsx:562 msgid "Buyers can add these to their order when they select this product at checkout." -msgstr "" +msgstr "Kupujúci si ich môžu pridať do objednávky, keď pri platbe vyberú tento produkt." #: src/components/common/PlatformFeesSettings/index.tsx:235 msgid "Buyers see a clean price. The platform fee is deducted from your payout." @@ -1848,7 +1848,7 @@ msgstr "Registráciou súhlasíte s našimi <0>Podmienkami služby a <1>Zás #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:123 msgid "By ticket type" -msgstr "" +msgstr "Podľa typu lístka" #: src/components/routes/admin/Configurations/index.tsx:259 msgid "Bypass Application Fees" @@ -1860,7 +1860,7 @@ msgstr "Typ výpočtu" #: src/components/routes/event/OccurrencesTab/index.tsx:473 msgid "Calendar" -msgstr "" +msgstr "Kalendár" #: src/components/common/EmailTemplateEditor/CTAConfiguration.tsx:20 msgid "Call-to-Action Button" @@ -1869,11 +1869,11 @@ msgstr "Tlačidlo výzvy na akciu" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:153 #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:90 msgid "Camera" -msgstr "" +msgstr "Fotoaparát" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:110 msgid "Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings." -msgstr "" +msgstr "Prístup k fotoaparátu bol zamietnutý. <0>Požiadajte o povolenie znova alebo povoľte tejto stránke prístup k fotoaparátu v nastaveniach prehliadača." #: src/components/routes/admin/Attribution/index.tsx:107 msgid "Campaign" @@ -1881,7 +1881,7 @@ msgstr "Kampaň" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:79 msgid "Can't check in" -msgstr "" +msgstr "Check-in nie je možný" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:57 #: src/components/common/ContactOrganizerModal/index.tsx:104 @@ -1897,7 +1897,7 @@ msgstr "" #: src/components/modals/PublishEventModal/index.tsx:208 #: src/components/routes/admin/DeletionRequests/index.tsx:178 #: src/components/routes/event/messages.tsx:80 -#: src/components/routes/event/OccurrencesTab/index.tsx:499 +#: src/components/routes/event/OccurrencesTab/index.tsx:504 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:272 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:306 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:61 @@ -1914,7 +1914,7 @@ msgstr "Zrušiť" #: src/components/routes/event/OccurrencesTab/index.tsx:211 #: src/components/routes/event/OccurrencesTab/index.tsx:223 msgid "Cancel {count} date(s)" -msgstr "" +msgstr "Zrušiť {count} termín(ov)" #: src/components/modals/RefundOrderModal/index.tsx:133 msgid "Cancel all products and release them back to the pool" @@ -1928,7 +1928,7 @@ msgstr "Zrušiť všetky produkty a uvoľniť ich späť do zásoby" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:568 msgid "Cancel Date" -msgstr "" +msgstr "Zrušiť termín" #: src/components/common/PendingDeletionBanner/index.tsx:37 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:104 @@ -1985,7 +1985,7 @@ msgstr "Zrušené" #: src/components/routes/event/OccurrencesTab/index.tsx:237 msgid "Cancelling {0} date(s). This may take a moment to complete." -msgstr "" +msgstr "Ruší sa {0} termín(ov). Môže to chvíľu trvať." #: src/components/routes/admin/Configurations/index.tsx:36 msgid "Cannot delete the system default configuration" @@ -2011,7 +2011,7 @@ msgstr "Priradenia kapacity" #: src/components/layouts/AuthLayout/index.tsx:28 msgid "Capacity management" -msgstr "" +msgstr "Správa kapacity" #: src/components/layouts/Event/index.tsx:137 msgid "Capacity Management" @@ -2019,15 +2019,15 @@ msgstr "Správa kapacity" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:111 msgid "Capacity must be 0 or greater" -msgstr "" +msgstr "Kapacita musí byť 0 alebo viac" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:300 msgid "capacity updates" -msgstr "" +msgstr "zmeny kapacity" #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:66 msgid "Capacity Used" -msgstr "" +msgstr "Využitá kapacita" #: src/components/modals/CreateProductCategoryModal/index.tsx:52 msgid "Categories allow you to group products together. For example, you might have a category for \"Tickets\" and another for \"Merchandise\"." @@ -2052,7 +2052,7 @@ msgstr "Kategória bola úspešne vytvorená" #: src/components/common/ProductsTable/SortableCategory/index.tsx:48 msgid "Category deleted successfully" -msgstr "" +msgstr "Kategória bola odstránená" #: src/components/common/LocationPicker/index.tsx:201 msgid "Change" @@ -2060,7 +2060,7 @@ msgstr "Zmeniť" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Change duration" -msgstr "" +msgstr "Zmeniť dĺžku" #: src/components/routes/profile/ManageProfile/index.tsx:239 msgid "Change password" @@ -2068,11 +2068,11 @@ msgstr "Zmeniť heslo" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Change the attendee limit" -msgstr "" +msgstr "Zmeniť limit účastníkov" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:365 msgid "Change time" -msgstr "" +msgstr "Zmeniť čas" #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Change waitlist settings" @@ -2080,11 +2080,11 @@ msgstr "Zmeniť nastavenia zoznamu čakateľov" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:212 msgid "Changed duration for {count} date(s)" -msgstr "" +msgstr "Dĺžka zmenená pre {count} termín(ov)" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:399 msgid "Charges" -msgstr "" +msgstr "Platby" #: src/constants/eventCategories.ts:24 msgid "Charity" @@ -2093,7 +2093,7 @@ msgstr "Charitatívna organizácia" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:82 msgid "Check in" -msgstr "" +msgstr "Prihlásiť príchod" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:28 msgid "Check in {0} {1}" @@ -2110,12 +2110,12 @@ msgstr "Iba odbavenie" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:81 msgid "Check out" -msgstr "" +msgstr "Zrušiť príchod" #: src/components/layouts/EventHomepage/index.tsx:337 #: src/components/layouts/EventHomepage/index.tsx:338 msgid "Check out this event: {0}" -msgstr "" +msgstr "Pozrite si toto podujatie: {0}" #: src/components/layouts/Checkout/index.tsx:338 msgid "Check out this event!" @@ -2133,12 +2133,12 @@ msgstr "Skontrolujte doručenú poštu! Ak sú s týmto e-mailom spojené lístk #: src/components/layouts/CheckIn/index.tsx:549 msgid "Check-in" -msgstr "" +msgstr "Check-in" #: src/components/modals/ManageAttendeeModal/index.tsx:137 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:58 msgid "Check-In" -msgstr "" +msgstr "Check-in" #: src/components/forms/WebhookForm/index.tsx:121 msgid "Check-in Created" @@ -2150,15 +2150,15 @@ msgstr "Odbavenie odstránené" #: src/components/layouts/CheckIn/index.tsx:215 msgid "Check-in for {0} was undone" -msgstr "" +msgstr "Check-in pre {0} bol vrátený späť" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:223 msgid "Check-in history" -msgstr "" +msgstr "História check-inov" #: src/components/common/CheckInListTable/index.tsx:59 msgid "Check-In List" -msgstr "" +msgstr "Check-in zoznam" #: src/components/modals/CheckInListSuccessModal/index.tsx:20 msgid "Check-In List Created" @@ -2175,7 +2175,7 @@ msgstr "Zoznam odbavení vypršal" #: src/components/layouts/CheckIn/index.tsx:583 msgid "Check-in list info" -msgstr "" +msgstr "Informácie o check-in zozname" #: src/components/layouts/CheckIn/index.tsx:520 msgid "Check-in list is not active" @@ -2187,7 +2187,7 @@ msgstr "Zoznam odbavení nenájdený" #: src/components/routes/event/CheckInLists/index.tsx:60 msgid "check-in lists" -msgstr "" +msgstr "check-in zoznamy" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:51 msgid "Check-in Lists" @@ -2201,11 +2201,11 @@ msgstr "Zoznamy odbavení" #: src/components/layouts/CheckIn/BottomNav.tsx:21 msgid "Check-in navigation" -msgstr "" +msgstr "Navigácia check-inu" #: src/components/layouts/CheckIn/index.tsx:567 msgid "Check-in progress" -msgstr "" +msgstr "Priebeh check-inu" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:45 msgid "Check-in Rate" @@ -2245,7 +2245,7 @@ msgstr "Zaškrtávacie políčka" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:151 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:89 msgid "Checked in" -msgstr "" +msgstr "Prihlásený" #: src/components/common/AttendeeTable/index.tsx:299 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -2277,11 +2277,11 @@ msgstr "Vyberte farbu pozadia" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:123 msgid "Choose a configuration" -msgstr "" +msgstr "Vyberte konfiguráciu" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:335 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:336 msgid "Choose a different action" -msgstr "" +msgstr "Vyberte inú akciu" #: src/components/common/ThemeFontControl/index.tsx:66 msgid "Choose a typeface that matches your brand. Fonts are self-hosted via Bunny Fonts." @@ -2293,7 +2293,7 @@ msgstr "Vyberte účet" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:202 msgid "Choose an organizer" -msgstr "" +msgstr "Vyberte organizátora" #: src/components/routes/events/Dashboard/index.tsx:232 msgid "Choose an Organizer" @@ -2301,7 +2301,7 @@ msgstr "Vyberte organizátora" #: src/components/routes/product-widget/SelectProducts/index.tsx:968 msgid "Choose another date" -msgstr "" +msgstr "Vyberte iný termín" #: src/components/common/CalendarOptionsPopover/index.tsx:22 msgid "Choose calendar" @@ -2328,29 +2328,29 @@ msgid "City" msgstr "Mesto" #: src/components/common/OccurrenceSelect/index.tsx:133 -#: src/components/routes/event/OccurrencesTab/index.tsx:505 +#: src/components/routes/event/OccurrencesTab/index.tsx:519 msgid "Clear" -msgstr "" +msgstr "Vymazať" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:475 msgid "Clear location — fall back to the event default" -msgstr "" +msgstr "Vymazať miesto — použiť predvolené pre podujatie" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:100 msgid "Clear search" -msgstr "" +msgstr "Vymazať vyhľadávanie" #: src/components/common/SearchBar/index.tsx:62 msgid "Clear Search Text" msgstr "Vymazať text vyhľadávania" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:497 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:498 msgid "Clearing removes any per-date override. Affected dates will fall back to the event's default location." -msgstr "" +msgstr "Vymazaním sa odstráni každé vlastné nastavenie pre termín. Dotknuté termíny sa vrátia na predvolené miesto podujatia." #: src/components/routes/event/OccurrencesTab/index.tsx:333 msgid "Click to cancel" -msgstr "" +msgstr "Kliknutím zrušíte" #: src/components/common/PromoCodeTable/index.tsx:106 msgid "Click to copy" @@ -2358,7 +2358,7 @@ msgstr "Kliknite na kopírovanie" #: src/components/routes/event/OccurrencesTab/index.tsx:335 msgid "Click to reopen for new sales" -msgstr "" +msgstr "Kliknutím znova otvoríte predaj" #: src/components/common/AttendeeTable/index.tsx:173 msgid "Click to view notes" @@ -2478,7 +2478,7 @@ msgstr "Preferencie komunikácie" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:82 msgid "complete" -msgstr "" +msgstr "dokončené" #: src/components/routes/product-widget/CollectInformation/index.tsx:749 msgid "Complete Order" @@ -2491,7 +2491,7 @@ msgstr "Dokončiť platbu" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:293 msgid "Complete Stripe setup" -msgstr "" +msgstr "Dokončiť nastavenie Stripe" #: src/components/routes/product-widget/CollectInformation/index.tsx:442 msgid "Complete your order to secure your tickets. This offer is time-limited, so don't wait too long." @@ -2539,11 +2539,11 @@ msgstr "Konferenčné centrum" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:100 msgid "Configuration" -msgstr "" +msgstr "Konfigurácia" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:52 msgid "Configuration assigned" -msgstr "" +msgstr "Konfigurácia priradená" #: src/components/routes/admin/Configurations/index.tsx:196 msgid "Configuration created successfully" @@ -2580,7 +2580,7 @@ msgstr "Nakonfigurujte dane a poplatky" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:181 msgid "Configure which products are available for this occurrence and optionally adjust pricing." -msgstr "" +msgstr "Nastavte, ktoré produkty sú pre tento termín dostupné, prípadne upravte ceny." #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" @@ -2643,7 +2643,7 @@ msgstr "Gratulujeme! Vaša udalosť je teraz viditeľná pre verejnosť." #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:71 msgid "Connect bank" -msgstr "" +msgstr "Prepojiť banku" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:370 #: src/components/modals/PublishEventModal/index.tsx:79 @@ -2665,7 +2665,7 @@ msgstr "Pripojte Stripe pre zasielanie správ" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:464 msgid "Connect Stripe to receive ticket payments directly to your bank account." -msgstr "" +msgstr "Prepojte Stripe, aby vám platby za lístky chodili priamo na bankový účet." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:263 msgid "Connect with Stripe" @@ -2673,13 +2673,13 @@ msgstr "Pripojiť sa cez Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:127 msgid "Connect your bank to receive ticket sales straight to your account" -msgstr "" +msgstr "Prepojte svoju banku, aby vám tržby z lístkov chodili priamo na účet" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:298 msgid "Connected the wrong Stripe account? Disconnect and start over." msgstr "Pripojili ste nesprávny účet Stripe? Odpojte ho a začnite odznova." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:489 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:492 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:164 msgid "Connection Details" @@ -2687,7 +2687,7 @@ msgstr "Podrobnosti pripojenia" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:117 msgid "Connection details are required for online dates" -msgstr "" +msgstr "Pri online termínoch sú údaje na pripojenie povinné" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:41 msgid "Connection details are required for online events" @@ -2760,11 +2760,11 @@ msgstr "Kontrolovať spôsob spracovania poplatkov platformy pre túto udalosť" #: src/components/forms/CheckInListForm/index.tsx:83 msgid "Control who gets in for this date" -msgstr "" +msgstr "Určite, kto sa dostane dnu na tomto termíne" #: src/components/forms/CheckInListForm/index.tsx:84 msgid "Control who gets in, and when" -msgstr "" +msgstr "Určite, kto a kedy sa dostane dnu" #: src/components/common/AttendeeTicket/index.tsx:188 #: src/components/common/CopyButton/index.tsx:13 @@ -2805,7 +2805,7 @@ msgstr "Kopírovať" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:364 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:373 msgid "Copy account ID" -msgstr "" +msgstr "Kopírovať ID účtu" #: src/components/common/AffiliateTable/index.tsx:183 msgid "Copy Affiliate Link" @@ -2865,7 +2865,7 @@ msgstr "Miesto sa nepodarilo vymazať" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:244 msgid "Could not prepare the bulk update." -msgstr "" +msgstr "Hromadnú aktualizáciu sa nepodarilo pripraviť." #: src/components/common/AddressAutocomplete/index.tsx:61 #: src/components/common/LocationPicker/index.tsx:153 @@ -2874,11 +2874,11 @@ msgstr "Nepodarilo sa získať údaje o adrese" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:275 msgid "Could not save date" -msgstr "" +msgstr "Termín sa nepodarilo uložiť" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:78 msgid "Couldn't send verification email. Please try again." -msgstr "" +msgstr "Overovací e-mail sa nepodarilo odoslať. Skúste to znova." #: src/components/common/CheckoutQuestion/index.tsx:174 #: src/components/common/LocationPicker/index.tsx:268 @@ -2903,7 +2903,7 @@ msgstr "Obrázok obalu" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:148 msgid "Cover image added" -msgstr "" +msgstr "Titulný obrázok pridaný" #: src/components/routes/event/HomepageDesigner/index.tsx:202 msgid "Cover image will be displayed at the top of your event page" @@ -2915,7 +2915,7 @@ msgstr "Obrázok obalu sa zobrazí v hornej časti stránky organizátora" #: src/components/common/CheckInListTable/index.tsx:82 msgid "Covers every ticket" -msgstr "" +msgstr "Zahŕňa všetky lístky" #: src/components/routes/event/attendees.tsx:253 #: src/components/routes/event/products.tsx:77 @@ -2936,11 +2936,11 @@ msgstr "Vytvorte vlastný widget na predaj lístkov na vašom webe." #: src/components/modals/SelectCheckInListModal/index.tsx:82 msgid "Create a list for this date" -msgstr "" +msgstr "Vytvoriť zoznam pre tento termín" #: src/components/layouts/CheckIn/index.tsx:508 msgid "Create a new check-in list for an active session, or contact the organizer if you think this is a mistake." -msgstr "" +msgstr "Vytvorte nový check-in zoznam pre aktívny termín alebo kontaktujte organizátora, ak si myslíte, že ide o omyl." #: src/components/routes/auth/AcceptInvitation/index.tsx:128 msgid "Create a password" @@ -3031,7 +3031,7 @@ msgstr "Vytvoriť vlastnú šablónu" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:546 msgid "Create Date" -msgstr "" +msgstr "Vytvoriť termín" #: src/components/routes/event/promo-codes.tsx:33 msgid "Create discounts, access codes for hidden tickets, and special offers." @@ -3039,7 +3039,7 @@ msgstr "Vytvorte zľavy, prístupové kódy pre skryté lístky a špeciálne po #: src/components/routes/organizer/OrganizerDashboard/index.tsx:404 msgid "Create event" -msgstr "" +msgstr "Vytvoriť podujatie" #: src/components/common/NoEventsBlankSlate/index.tsx:27 #: src/components/layouts/OrganizerLayout/index.tsx:179 @@ -3049,7 +3049,7 @@ msgstr "Vytvoriť udalosť" #: src/components/forms/ProductForm/index.tsx:559 msgid "Create more tickets or products to offer them as add-ons" -msgstr "" +msgstr "Vytvorte ďalšie lístky alebo produkty, aby ste ich mohli ponúkať ako doplnky" #: src/components/routes/events/Dashboard/index.tsx:172 msgid "Create new" @@ -3128,7 +3128,7 @@ msgstr "Vytvorte vlastnú udalosť" msgid "Created" msgstr "Vytvorené" -#: src/components/routes/event/OccurrencesTab/index.tsx:549 +#: src/components/routes/event/OccurrencesTab/index.tsx:564 msgid "Creating {0} dates. This may take a moment." msgstr "Vytvára sa {0} termínov. Môže to chvíľu trvať." @@ -3170,7 +3170,7 @@ msgstr "Aktuálne heslo" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:107 msgid "Currently assigned" -msgstr "" +msgstr "Aktuálne priradené" #: src/components/common/ProductsTable/SortableProduct/index.tsx:110 msgid "Currently available for purchase" @@ -3178,7 +3178,7 @@ msgstr "Momentálne dostupné na nákup" #: src/components/layouts/AuthLayout/index.tsx:15 msgid "Custom branding" -msgstr "" +msgstr "Vlastný branding" #: src/components/modals/SendMessageModal/index.tsx:496 msgid "Custom date and time" @@ -3190,7 +3190,7 @@ msgstr "Vlastná URL mapy" #: src/components/layouts/AuthLayout/index.tsx:24 msgid "Custom questions" -msgstr "" +msgstr "Vlastné otázky" #: src/components/common/QuestionsTable/index.tsx:433 msgid "Custom Questions" @@ -3224,7 +3224,7 @@ msgstr "Zákazníci" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:150 msgid "Customize page" -msgstr "" +msgstr "Prispôsobiť stránku" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:56 msgid "Customize the email and notification settings for this event" @@ -3278,7 +3278,7 @@ msgstr "Prispôsobte vzhľad stránky organizátora" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:50 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Daily" -msgstr "" +msgstr "Denne" #: src/components/routes/organizer/Reports/index.tsx:18 msgid "Daily revenue, taxes, fees, and refunds across all events" @@ -3294,7 +3294,7 @@ msgstr "Denný rozklad predajov, daní a poplatkov" #: src/constants/eventCategories.ts:13 msgid "Dance" -msgstr "" +msgstr "Tanec" #: src/components/common/CapacityAssignmentList/index.tsx:153 #: src/components/common/CheckInListList/index.tsx:174 @@ -3349,43 +3349,43 @@ msgstr "Dátum a čas" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:99 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:212 msgid "Date Cancellation" -msgstr "" +msgstr "Zrušenie termínu" #: src/components/routes/event/OccurrenceDetail/index.tsx:76 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:54 msgid "Date cancelled" -msgstr "" +msgstr "Termín zrušený" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:344 msgid "Date cancelled successfully" -msgstr "" +msgstr "Termín bol zrušený" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:255 msgid "Date created successfully" -msgstr "" +msgstr "Termín bol vytvorený" #: src/components/modals/ManageOccurrenceModal/index.tsx:61 #: src/components/routes/event/OccurrenceDetail/index.tsx:87 #: src/components/routes/event/OccurrencesTab/index.tsx:186 msgid "Date deleted" -msgstr "" +msgstr "Termín odstránený" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:368 msgid "Date deleted successfully" -msgstr "" +msgstr "Termín bol odstránený" #: src/components/modals/ManageOccurrenceModal/index.tsx:75 #: src/components/routes/event/OccurrenceDetail/index.tsx:101 msgid "Date reactivated" -msgstr "" +msgstr "Termín obnovený" #: src/components/routes/event/OccurrencesTab/index.tsx:200 msgid "Date reopened for new sales" -msgstr "" +msgstr "Predaj na termín bol znova otvorený" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:254 msgid "Date updated successfully" -msgstr "" +msgstr "Termín bol aktualizovaný" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:808 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1093 @@ -3394,23 +3394,23 @@ msgstr "termínov" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:105 msgid "Dates are managed per occurrence" -msgstr "" +msgstr "Termíny sa spravujú jednotlivo" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:674 msgid "Dates with sessions" -msgstr "" +msgstr "Dni s termínmi" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:87 msgid "day" -msgstr "" +msgstr "deň" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:973 msgid "Day" -msgstr "" +msgstr "Deň" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:937 msgid "Day of Month" -msgstr "" +msgstr "Deň v mesiaci" #: src/components/forms/CapaciyAssigmentForm/index.tsx:38 msgid "Day one capacity" @@ -3418,7 +3418,7 @@ msgstr "Kapacita prvého dňa" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:95 msgid "days" -msgstr "" +msgstr "dni" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:920 msgid "Days of the month" @@ -3426,7 +3426,7 @@ msgstr "Dni v mesiaci" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:76 msgid "December" -msgstr "" +msgstr "December" #: src/components/common/CookieConsentBanner/index.tsx:62 msgid "Decline" @@ -3452,7 +3452,7 @@ msgstr "Predvolený zber informácií o účastníkoch" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1106 msgid "Default capacity per date" -msgstr "" +msgstr "Predvolená kapacita na termín" #: src/components/routes/organizer/Settings/Sections/PlatformFeesSettings/index.tsx:44 msgid "Default Fee Handling" @@ -3464,7 +3464,7 @@ msgstr "Bude použitá predvolená šablóna" #: src/components/forms/ProductForm/ledgerSummaries.ts:66 msgid "Defaults" -msgstr "" +msgstr "Predvolené hodnoty" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:29 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:31 @@ -3478,7 +3478,7 @@ msgstr "odstrániť" #: src/components/common/TaxAndFeeList/index.tsx:81 #: src/components/routes/admin/Announcements/index.tsx:226 #: src/components/routes/admin/FailedJobs/index.tsx:209 -#: src/components/routes/event/OccurrencesTab/index.tsx:502 +#: src/components/routes/event/OccurrencesTab/index.tsx:512 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:62 msgid "Delete" msgstr "Vymazať" @@ -3489,7 +3489,7 @@ msgstr "Vymazať \"{0}\"?" #: src/components/routes/event/OccurrencesTab/index.tsx:249 msgid "Delete {count} selected date(s)? Dates with orders will be skipped. This cannot be undone." -msgstr "" +msgstr "Odstrániť {count} vybraných termín(ov)? Termíny s objednávkami sa preskočia. Túto akciu nie je možné vrátiť späť." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:148 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:155 @@ -3525,7 +3525,7 @@ msgstr "Odstrániť kód" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:357 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:582 msgid "Delete Date" -msgstr "" +msgstr "Odstrániť termín" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:84 #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:119 @@ -3551,7 +3551,7 @@ msgstr "Odstrániť organizátora" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Delete Permanently" -msgstr "" +msgstr "Odstrániť natrvalo" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:131 msgid "Delete Template" @@ -3559,11 +3559,11 @@ msgstr "Odstrániť šablónu" #: src/components/common/ProductsTable/SortableCategory/index.tsx:45 msgid "Delete this category? Any products in it will also be deleted. This cannot be undone." -msgstr "" +msgstr "Odstrániť túto kategóriu? Odstránia sa aj všetky produkty v nej. Túto akciu nie je možné vrátiť späť." #: src/components/common/ProductsTable/SortableProduct/index.tsx:71 msgid "Delete this product? This cannot be undone." -msgstr "" +msgstr "Odstrániť tento produkt? Túto akciu nie je možné vrátiť späť." #: src/components/common/QuestionsTable/index.tsx:197 msgid "Delete this question? This cannot be undone." @@ -3576,7 +3576,7 @@ msgstr "Odstrániť webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:255 msgid "Deleted {0} date(s)" -msgstr "" +msgstr "Odstránených {0} termín(ov)" #: src/components/routes/admin/DeletionRequests/index.tsx:143 msgid "Deleted account" @@ -3611,7 +3611,7 @@ msgstr "Popis" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:138 msgid "Description and venue added" -msgstr "" +msgstr "Popis a miesto pridané" #: src/components/forms/CheckInListForm/index.tsx:143 msgid "Description for check-in staff" @@ -3640,12 +3640,12 @@ msgstr "Nedostali ste kód?" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:472 msgid "Different location" -msgstr "" +msgstr "Iné miesto" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:403 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:411 msgid "Disabled" -msgstr "" +msgstr "Vypnuté" #: src/components/forms/CapaciyAssigmentForm/index.tsx:27 msgid "Disabling this capacity will track sales but not stop them when the limit is reached" @@ -3654,12 +3654,12 @@ msgstr "Zakázanie tejto kapacity bude sledovať predaje, ale nezastaví ich po #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Discard" -msgstr "" +msgstr "Zahodiť" #: src/components/forms/ProductForm/ProductDrawer.tsx:54 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:725 msgid "Discard changes?" -msgstr "" +msgstr "Zahodiť zmeny?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Disconnect" @@ -3691,7 +3691,7 @@ msgstr "Typ zľavy" #: src/components/common/Callout/index.tsx:54 msgid "Dismiss" -msgstr "" +msgstr "Zavrieť" #: src/components/common/AnnouncementDisplay/AnnouncementBanner.tsx:37 msgid "Dismiss announcement" @@ -3699,7 +3699,7 @@ msgstr "Zavrieť oznámenie" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:186 msgid "Dismiss setup checklist" -msgstr "" +msgstr "Skryť kontrolný zoznam nastavenia" #: src/components/routes/product-widget/SelectProducts/index.tsx:1077 msgid "Dismiss this message" @@ -3747,7 +3747,7 @@ msgstr "Hotovo" #: src/components/common/CheckIn/CheckInDescriptionModal.tsx:20 msgid "Door staff instructions" -msgstr "" +msgstr "Pokyny pre personál pri vstupe" #: src/components/common/CalendarOptionsPopover/index.tsx:39 msgid "Download .ics" @@ -3810,7 +3810,7 @@ msgstr "Duplikovať" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Duplicate Date" -msgstr "" +msgstr "Duplikovať termín" #: src/components/common/EventCard/index.tsx:151 msgid "Duplicate event" @@ -3832,7 +3832,7 @@ msgstr "Duplikovať produkt" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:121 msgid "Duration must be at least 1 minute." -msgstr "" +msgstr "Dĺžka musí byť aspoň 1 minúta." #: src/components/common/LanguageSwitcher/index.tsx:26 msgid "Dutch" @@ -3846,10 +3846,10 @@ msgstr "napr. 180 (3 hodiny)" msgid "e.g. Learn more" msgstr "napr. Zistiť viac" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:453 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:450 msgid "e.g. Morning Session" -msgstr "" +msgstr "napr. Doobedný termín" #: src/components/routes/admin/Announcements/index.tsx:382 msgid "e.g. New feature: Waitlists" @@ -3879,9 +3879,9 @@ msgstr "Každá osoba dostane e-mail s rezervovaným miestom na dokončenie nák msgid "Each product" msgstr "Každý produkt" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:381 msgid "Earlier" -msgstr "" +msgstr "Skôr" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:64 msgid "Early bird" @@ -3960,7 +3960,7 @@ msgstr "Upraviť konfiguráciu" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Edit Date" -msgstr "" +msgstr "Upraviť termín" #: src/components/common/LocationsTable/index.tsx:65 msgid "Edit location" @@ -4025,7 +4025,7 @@ msgstr "Upraviť webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:308 msgid "Edited" -msgstr "" +msgstr "Upravený" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:140 msgid "Editor" @@ -4079,7 +4079,7 @@ msgstr "Nastavenia e-mailu a notifikácií" #: src/components/layouts/AuthLayout/index.tsx:20 msgid "Email & scheduled messages" -msgstr "" +msgstr "E-maily a naplánované správy" #: src/components/routes/event/Settings/index.tsx:78 msgid "Email & Templates" @@ -4159,7 +4159,7 @@ msgstr "Vyžaduje sa overenie e-mailu" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:160 msgid "Email verified" -msgstr "" +msgstr "E-mail overený" #: src/components/routes/welcome/index.tsx:99 msgid "Email verified successfully!" @@ -4180,7 +4180,7 @@ msgstr "Vložiť widget" #: src/components/layouts/AuthLayout/index.tsx:21 msgid "Embeddable widget" -msgstr "" +msgstr "Vložiteľný widget" #: src/components/routes/admin/Announcements/index.tsx:409 msgid "Emoji" @@ -4255,11 +4255,11 @@ msgstr "Ukončené" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:55 msgid "Ended {0}" -msgstr "" +msgstr "Skončilo {0}" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:46 msgid "Ends {0}" -msgstr "" +msgstr "Končí {0}" #: src/components/common/LanguageSwitcher/index.tsx:18 #: src/components/common/LanguageSwitcher/index.tsx:69 @@ -4269,11 +4269,11 @@ msgstr "Angličtina" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:131 msgid "Enter a capacity value or choose unlimited." -msgstr "" +msgstr "Zadajte kapacitu alebo zvoľte neobmedzené." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:141 msgid "Enter a label or choose to remove it." -msgstr "" +msgstr "Zadajte označenie alebo ho zvoľte odstrániť." #: src/components/common/EmailTemplateEditor/EmailTemplatePreviewPane.tsx:58 msgid "Enter a subject and body to see the preview" @@ -4281,7 +4281,7 @@ msgstr "Zadajte predmet a telo pre zobrazenie náhľadu" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:112 msgid "Enter a time to shift by." -msgstr "" +msgstr "Zadajte, o koľko sa má čas posunúť." #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:29 msgid "Enter a venue name or address" @@ -4311,9 +4311,9 @@ msgstr "Zadajte meno partnera" msgid "Enter an amount excluding taxes and fees." msgstr "Zadajte sumu bez daní a poplatkov." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:434 msgid "Enter capacity" -msgstr "" +msgstr "Zadať kapacitu" #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:69 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:69 @@ -4366,7 +4366,7 @@ msgstr "Celá objednávka" #: src/components/routes/event/SoldOutWaitlist/index.tsx:126 msgid "entries" -msgstr "" +msgstr "položky" #: src/components/common/WaitlistTable/index.tsx:264 msgid "Entries will appear here when customers join the waitlist for sold out products." @@ -4394,7 +4394,7 @@ msgstr "Chyba pri načítaní protokolov" #: src/components/forms/ProductForm/ProductDrawer.tsx:98 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:870 msgid "Esc to close" -msgstr "" +msgstr "Esc zatvorí" #: src/components/routes/account/ManageAccount/sections/AccountSettings/index.tsx:74 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:137 @@ -4433,7 +4433,7 @@ msgstr "Obrázok obalu udalosti" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:196 msgid "Event created" -msgstr "" +msgstr "Podujatie vytvorené" #: src/components/forms/WebhookForm/index.tsx:43 msgid "Event Created" @@ -4483,7 +4483,7 @@ msgstr "Domovská stránka udalosti" #: src/components/common/PeriodSelector/index.tsx:124 msgid "Event lifetime" -msgstr "" +msgstr "Celé trvanie podujatia" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:151 msgid "Event location & venue details" @@ -4546,7 +4546,7 @@ msgstr "Udalosť je príliš nová" #: src/components/routes/event/EventDashboard/index.tsx:264 msgid "Event totals" -msgstr "" +msgstr "Súhrn podujatia" #: src/components/common/OrganizerWebhookTable/index.tsx:237 #: src/components/common/WebhookTable/index.tsx:237 @@ -4585,32 +4585,32 @@ msgstr "Každé" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0}" -msgstr "" +msgstr "Každý {0}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:748 msgid "Every {0} {cadenceUnit}" -msgstr "" +msgstr "Každých {0} {cadenceUnit}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Every {0} days" -msgstr "" +msgstr "Každých {0} dní" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Every {0} months" -msgstr "" +msgstr "Každých {0} mesiacov" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Every {0} weeks" -msgstr "" +msgstr "Každých {0} týždňov" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0} weeks on {1}" -msgstr "" +msgstr "Každých {0} týždňov v {1}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Every {0} years" -msgstr "" +msgstr "Každých {0} rokov" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:747 msgid "Every {cadenceUnit}" @@ -4622,7 +4622,7 @@ msgstr "Každá e-mailová šablóna musí obsahovať tlačidlo výzvy na akciu #: src/components/forms/ProductForm/index.tsx:392 msgid "Everything else — tap to edit" -msgstr "" +msgstr "Všetko ostatné — ťuknutím upravíte" #: src/components/common/QuestionsTable/index.tsx:496 msgid "Examples: \"How did you hear about us?\", \"Company name for invoice\"" @@ -4743,11 +4743,11 @@ msgstr "Nepodarilo sa zrušiť účastníka" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:57 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:348 msgid "Failed to cancel date" -msgstr "" +msgstr "Termín sa nepodarilo zrušiť" #: src/components/routes/event/OccurrencesTab/index.tsx:241 msgid "Failed to cancel dates" -msgstr "" +msgstr "Termíny sa nepodarilo zrušiť" #: src/components/routes/event/messages.tsx:41 msgid "Failed to cancel message" @@ -4767,7 +4767,7 @@ msgstr "Nepodarilo sa vytvoriť konfiguráciu" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:712 msgid "Failed to create schedule" -msgstr "" +msgstr "Rozvrh sa nepodarilo vytvoriť" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:702 #: src/hooks/useOccurrenceGenerationPolling.ts:42 @@ -4791,15 +4791,15 @@ msgstr "Nepodarilo sa odstrániť konfiguráciu" #: src/components/routes/event/OccurrenceDetail/index.tsx:90 #: src/components/routes/event/OccurrencesTab/index.tsx:187 msgid "Failed to delete date" -msgstr "" +msgstr "Termín sa nepodarilo odstrániť" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:372 msgid "Failed to delete date. It may have existing orders." -msgstr "" +msgstr "Termín sa nepodarilo odstrániť. Môžu k nemu existovať objednávky." #: src/components/routes/event/OccurrencesTab/index.tsx:258 msgid "Failed to delete dates" -msgstr "" +msgstr "Termíny sa nepodarilo odstrániť" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:40 msgid "Failed to delete event" @@ -4819,7 +4819,7 @@ msgstr "Nepodarilo sa odstrániť organizátora" #: src/components/common/ProductsTable/SortableProduct/index.tsx:80 msgid "Failed to delete product. Please try again." -msgstr "" +msgstr "Produkt sa nepodarilo odstrániť. Skúste to znova." #: src/components/common/QuestionsTable/index.tsx:203 msgid "Failed to delete question" @@ -4875,7 +4875,7 @@ msgstr "Nepodarilo sa ponúknuť lístky" #: src/components/modals/ManageOccurrenceModal/index.tsx:76 #: src/components/routes/event/OccurrenceDetail/index.tsx:102 msgid "Failed to reactivate date" -msgstr "" +msgstr "Termín sa nepodarilo obnoviť" #: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to remove from waitlist" @@ -4883,11 +4883,11 @@ msgstr "Nepodarilo sa odstrániť zo zoznamu čakateľov" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:104 msgid "Failed to remove override" -msgstr "" +msgstr "Vlastné nastavenie sa nepodarilo odstrániť" #: src/components/routes/event/OccurrencesTab/index.tsx:201 msgid "Failed to reopen date" -msgstr "" +msgstr "Termín sa nepodarilo znova otvoriť" #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" @@ -4919,15 +4919,15 @@ msgstr "Nepodarilo sa zopakovať úlohy" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:69 msgid "Failed to save override" -msgstr "" +msgstr "Vlastné nastavenie sa nepodarilo uložiť" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:156 msgid "Failed to save price override" -msgstr "" +msgstr "Vlastnú cenu sa nepodarilo uložiť" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:163 msgid "Failed to save product settings" -msgstr "" +msgstr "Nastavenia produktu sa nepodarilo uložiť" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:158 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:161 @@ -5012,15 +5012,15 @@ msgstr "Nepodarilo sa overiť e-mail" #: src/constants/eventCategories.ts:17 msgid "Family" -msgstr "" +msgstr "Rodina" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:247 msgid "Fast payouts to your bank" -msgstr "" +msgstr "Rýchle výplaty do vašej banky" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:66 msgid "February" -msgstr "" +msgstr "Február" #: src/components/forms/TaxAndFeeForm/index.tsx:18 #: src/components/forms/TaxAndFeeForm/index.tsx:39 @@ -5042,7 +5042,7 @@ msgstr "Spracovanie poplatkov" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:68 msgid "Fee override saved" -msgstr "" +msgstr "Vlastný poplatok uložený" #: src/components/common/InlineOrderSummary/index.tsx:156 #: src/components/common/OrdersTable/index.tsx:270 @@ -5073,11 +5073,11 @@ msgstr "Najprv vyplňte svoje údaje vyššie" #: src/constants/eventCategories.ts:12 msgid "Film" -msgstr "" +msgstr "Film" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:125 msgid "Filter attendees" -msgstr "" +msgstr "Filtrovať účastníkov" #: src/components/routes/event/attendees.tsx:245 msgid "Filter Attendees" @@ -5086,7 +5086,7 @@ msgstr "Filtrovať účastníkov" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:62 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:82 msgid "Filter by date" -msgstr "" +msgstr "Filtrovať podľa termínu" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:118 msgid "Filter by Event" @@ -5107,27 +5107,27 @@ msgstr "Filtre ({activeFilterCount})" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:281 msgid "Finish setting up Stripe" -msgstr "" +msgstr "Dokončiť nastavenie Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:70 msgid "Finish setup" -msgstr "" +msgstr "Dokončiť nastavenie" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:57 msgid "First" -msgstr "" +msgstr "Prvý" #: src/components/common/PeriodSelector/index.tsx:42 msgid "First 30 days" -msgstr "" +msgstr "Prvých 30 dní" #: src/components/common/PeriodSelector/index.tsx:40 msgid "First 7 days" -msgstr "" +msgstr "Prvých 7 dní" #: src/components/common/PeriodSelector/index.tsx:44 msgid "First 90 days" -msgstr "" +msgstr "Prvých 90 dní" #: src/components/routes/product-widget/CollectInformation/index.tsx:533 msgid "First attendee" @@ -5187,7 +5187,7 @@ msgstr "Pevná suma" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:145 msgid "Fixed fee" -msgstr "" +msgstr "Pevný poplatok" #: src/components/routes/admin/Configurations/index.tsx:94 #: src/components/routes/admin/Configurations/index.tsx:236 @@ -5204,11 +5204,11 @@ msgstr "Pevný poplatok musí byť 0 alebo väčší" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash off" -msgstr "" +msgstr "Blesk vypnutý" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash on" -msgstr "" +msgstr "Blesk zapnutý" #: src/components/common/ThemeFontControl/index.tsx:65 msgid "Font Family" @@ -5236,7 +5236,7 @@ msgstr "Zabudli ste heslo?" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:60 msgid "Fourth" -msgstr "" +msgstr "Štvrtý" #: src/components/common/AttendeeTicket/index.tsx:134 #: src/components/common/Currency/index.tsx:88 @@ -5258,7 +5258,7 @@ msgstr "Francúzština" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 msgid "Fri" -msgstr "" +msgstr "Pi" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -5275,7 +5275,7 @@ msgstr "Od {0}" #: src/components/forms/ProductForm/ledgerSummaries.ts:46 msgid "From {start}" -msgstr "" +msgstr "Od {start}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:789 msgid "from {start} until {end}" @@ -5287,11 +5287,11 @@ msgstr "od {start}, {count} termínov" #: src/components/layouts/AuthLayout/index.tsx:26 msgid "Full data ownership" -msgstr "" +msgstr "Plné vlastníctvo údajov" #: src/components/common/PeriodSelector/index.tsx:46 msgid "Full event" -msgstr "" +msgstr "Celé podujatie" #: src/components/modals/RefundOrderModal/index.tsx:110 msgid "Full refund" @@ -5299,15 +5299,15 @@ msgstr "Plné vrátenie" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "future" -msgstr "" +msgstr "budúce" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:352 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:353 msgid "Future dates only" -msgstr "" +msgstr "Len budúce termíny" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Future dates will be copied with capacity reset to zero" -msgstr "" +msgstr "Budúce termíny sa skopírujú s vynulovanou kapacitou" #: src/components/routes/event/TicketDesigner/TicketDesignerPrint.tsx:38 #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:40 @@ -5340,11 +5340,11 @@ msgstr "Získať trasu" #: src/components/layouts/OrganizerLayout/index.tsx:82 msgid "Get Paid" -msgstr "" +msgstr "Nechajte si platiť" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:234 msgid "Get paid with Stripe" -msgstr "" +msgstr "Prijímajte platby cez Stripe" #: src/components/routes/auth/Register/index.tsx:73 msgid "Get started" @@ -5377,7 +5377,7 @@ msgstr "Späť" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Go Back" -msgstr "" +msgstr "Späť" #: src/components/routes/profile/ConfirmEmailChange/index.tsx:23 #: src/components/routes/profile/ConfirmEmailChange/index.tsx:42 @@ -5394,7 +5394,7 @@ msgstr "Prejsť na domovskú stránku" #: src/components/modals/CreateAttendeeModal/index.tsx:196 msgid "Go to Schedule" -msgstr "" +msgstr "Prejsť na rozvrh" #: src/components/common/ThemeColorControls/index.tsx:113 msgid "Good readability" @@ -5438,7 +5438,7 @@ msgstr "Hrubý predaj" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:334 msgid "Guest" -msgstr "" +msgstr "Hosť" #: src/components/layouts/Event/index.tsx:130 msgid "Guest Management" @@ -5451,7 +5451,7 @@ msgstr "Hostia" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:45 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:159 msgid "Happening now" -msgstr "" +msgstr "Práve prebieha" #: src/components/routes/admin/DeletionRequests/index.tsx:161 msgid "Hard delete" @@ -5497,7 +5497,7 @@ msgstr "Ahoj {0} 👋" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:51 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:74 msgid "Hi," -msgstr "" +msgstr "Dobrý deň," #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:75 msgid "Hi.Events Fee" @@ -5514,7 +5514,7 @@ msgstr "Skryté" #: src/components/forms/ProductForm/visibilityStatus.ts:50 msgid "Hidden — sales ended {end}." -msgstr "" +msgstr "Skryté — predaj skončil {end}." #: src/components/common/QuestionsTable/index.tsx:112 msgid "Hidden from attendees - only visible to organizers" @@ -5522,11 +5522,11 @@ msgstr "Skryté pred účastníkmi – viditeľné iba pre organizátorov" #: src/components/forms/ProductForm/ledgerSummaries.ts:151 msgid "Hidden from everyone" -msgstr "" +msgstr "Skryté pre všetkých" #: src/components/forms/ProductForm/visibilityStatus.ts:18 msgid "Hidden from everyone — the master hide switch is on." -msgstr "" +msgstr "Skryté pre všetkých — hlavný prepínač skrývania je zapnutý." #: src/components/common/ProductsTable/SortableProduct/index.tsx:109 #: src/components/common/ProductsTable/SortableProduct/index.tsx:318 @@ -5552,7 +5552,7 @@ msgstr "Skryť odpovede" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "Hide details" -msgstr "" +msgstr "Skryť podrobnosti" #: src/components/routes/admin/Announcements/index.tsx:495 msgid "Hide Preview" @@ -5600,7 +5600,7 @@ msgstr "Skryť túto úroveň pred používateľmi" #: src/components/forms/ProductForm/ledgerSummaries.ts:61 msgid "Hides sold out" -msgstr "" +msgstr "Skrýva vypredané" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:91 msgid "Hiding a product will prevent users from seeing it on the event page." @@ -5629,7 +5629,7 @@ msgstr "Zvýraznené produkty budú mať inú farbu pozadia, aby vynikli na str #: src/constants/eventCategories.ts:18 msgid "Hobbies" -msgstr "" +msgstr "Záľuby" #: src/components/routes/event/HomepageDesigner/index.tsx:168 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:173 @@ -5651,10 +5651,10 @@ msgstr "Náhľad domovskej stránky" msgid "Homer" msgstr "Homer" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:386 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:410 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:387 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:411 msgid "Hours" -msgstr "" +msgstr "Hodiny" #: src/components/forms/PromoCodeForm/index.tsx:116 msgid "How is the discount applied?" @@ -5674,7 +5674,7 @@ msgstr "Koľkokrát môže byť tento kód použitý?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:449 msgid "How VAT is applied to the platform fees we charge you." -msgstr "" +msgstr "Ako sa DPH uplatňuje na poplatky platformy, ktoré vám účtujeme." #: src/components/common/Editor/index.tsx:90 msgid "HTML character limit exceeded: {htmlLength}/{maxLength}" @@ -5795,11 +5795,11 @@ msgstr "O {diffMinutes} minút" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:111 msgid "in last {0} min" -msgstr "" +msgstr "za posledných {0} min" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:472 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 msgid "In person — set a venue" -msgstr "" +msgstr "Osobne — zadajte miesto" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:132 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:168 @@ -5881,7 +5881,7 @@ msgstr "Instagram" #: src/components/layouts/AuthLayout/index.tsx:14 msgid "Instant Stripe payouts" -msgstr "" +msgstr "Okamžité výplaty cez Stripe" #: src/components/layouts/Event/index.tsx:143 #: src/components/layouts/OrganizerLayout/index.tsx:114 @@ -5890,7 +5890,7 @@ msgstr "Integrácie" #: src/components/forms/CheckInListForm/index.tsx:190 msgid "Internal notes on the attendee's ticket" -msgstr "" +msgstr "Interné poznámky na lístku účastníka" #: src/components/common/ContactOrganizerModal/index.tsx:35 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:33 @@ -5972,11 +5972,11 @@ msgstr "Nastavenia faktúry" #: src/components/routes/welcome/index.tsx:404 msgid "It happens on more than one date" -msgstr "" +msgstr "Koná sa vo viacerých termínoch" #: src/components/layouts/ProductWidget/index.tsx:57 msgid "It may have been unpublished or removed. Please check the link and try again." -msgstr "" +msgstr "Mohlo byť stiahnuté z publikovania alebo odstránené. Skontrolujte odkaz a skúste to znova." #: src/components/common/LanguageSwitcher/index.tsx:24 msgid "Italian" @@ -5997,7 +5997,7 @@ msgstr "Položky" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:65 msgid "January" -msgstr "" +msgstr "Január" #: src/components/routes/admin/FailedJobs/index.tsx:163 msgid "Job" @@ -6047,11 +6047,11 @@ msgstr "Pripojený" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:71 msgid "July" -msgstr "" +msgstr "Júl" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:70 msgid "June" -msgstr "" +msgstr "Jún" #: src/components/routes/auth/Login/index.tsx:121 msgid "Just looking for your tickets?" @@ -6059,11 +6059,11 @@ msgstr "Hľadáte len svoje lístky?" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:24 msgid "just now" -msgstr "" +msgstr "práve teraz" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:161 msgid "Just wrapped" -msgstr "" +msgstr "Práve skončilo" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Keep connection" @@ -6072,7 +6072,7 @@ msgstr "Ponechať pripojenie" #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Keep editing" -msgstr "" +msgstr "Pokračovať v úprave" #: src/components/routes/admin/Announcements/index.tsx:390 msgid "Keep it short — banners show a single line. {0}/200" @@ -6084,7 +6084,7 @@ msgstr "Informujte ma o novinkách a udalostiach od {0}" #: src/components/layouts/AuthLayout/index.tsx:42 msgid "Keep the profit." -msgstr "" +msgstr "Zisk zostáva vám." #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:63 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:449 @@ -6099,7 +6099,7 @@ msgstr "Označenie — napr. Ranné sedenie" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:301 msgid "label updates" -msgstr "" +msgstr "zmeny označení" #: src/components/modals/CreateAttendeeModal/index.tsx:235 #: src/components/modals/ManageAttendeeModal/index.tsx:156 @@ -6109,7 +6109,7 @@ msgstr "Jazyk" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:61 msgid "Last" -msgstr "" +msgstr "Posledný" #: src/components/common/OrganizerReportTable/index.tsx:60 #: src/components/common/ReportTable/index.tsx:55 @@ -6203,13 +6203,13 @@ msgstr "Naposledy spustené" msgid "Last Used" msgstr "Naposledy použité" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:379 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 msgid "Later" -msgstr "" +msgstr "Neskôr" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:152 msgid "Latest check-ins" -msgstr "" +msgstr "Najnovšie check-iny" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1098 msgid "Leave “from” as today to start right away." @@ -6221,27 +6221,27 @@ msgstr "Nechajte prázdne pre použitie predvoleného slova \"Faktúra\"" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:507 msgid "Leave empty for unlimited" -msgstr "" +msgstr "Nechajte prázdne pre neobmedzené" #: src/components/forms/CheckInListForm/index.tsx:131 msgid "Leave empty to apply this check-in list to all occurrences" -msgstr "" +msgstr "Nechajte prázdne, aby sa tento check-in zoznam vzťahoval na všetky termíny" #: src/components/forms/CheckInListForm/index.tsx:106 msgid "Leave on to cover every ticket on the event. Turn off to pick specific tickets." -msgstr "" +msgstr "Nechajte zapnuté, aby sa vzťahovalo na všetky lístky podujatia. Vypnite, ak chcete vybrať konkrétne lístky." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:300 msgid "Let them know about the change" -msgstr "" +msgstr "Dajte im vedieť o zmene" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:266 msgid "Let them know about the changes" -msgstr "" +msgstr "Dajte im vedieť o zmenách" #: src/components/layouts/OrganizerLayout/index.tsx:111 msgid "Library" -msgstr "" +msgstr "Knižnica" #: src/components/common/ThemeColorControls/index.tsx:84 msgid "Light" @@ -6261,7 +6261,7 @@ msgstr "Povolené odkazy" #: src/components/routes/event/OccurrencesTab/index.tsx:472 msgid "List" -msgstr "" +msgstr "Zoznam" #: src/components/common/EventCard/index.tsx:91 #: src/components/layouts/Event/index.tsx:218 @@ -6281,11 +6281,11 @@ msgstr "Živé udalosti" #: src/components/forms/ProductForm/ProductPreview.tsx:72 msgid "Live preview" -msgstr "" +msgstr "Živý náhľad" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:344 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 msgid "Loaded dates" -msgstr "" +msgstr "Načítané termíny" #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:33 msgid "Loading preview..." @@ -6340,7 +6340,7 @@ msgstr "Miesto bolo aktualizované" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:302 msgid "location updates" -msgstr "" +msgstr "zmeny miesta" #: src/components/routes/organizer/Locations/index.tsx:52 msgid "locations" @@ -6404,7 +6404,7 @@ msgstr "Urobiť fakturačnú adresu povinnou počas pokladne" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:114 msgid "Make it visible so people can buy tickets" -msgstr "" +msgstr "Zverejnite ho, aby si ľudia mohli kúpiť lístky" #: src/components/forms/QuestionForm/index.tsx:212 msgid "Make this question mandatory" @@ -6426,7 +6426,7 @@ msgstr "Spravovať" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:97 msgid "Manage {0}" -msgstr "" +msgstr "Spravovať {0}" #: src/hooks/useAttendeeActions.tsx:75 msgid "Manage attendee" @@ -6434,7 +6434,7 @@ msgstr "Spravovať účastníka" #: src/components/routes/event/OccurrencesTab/index.tsx:462 msgid "Manage dates and times for your recurring event" -msgstr "" +msgstr "Spravujte termíny a časy vášho opakujúceho sa podujatia" #: src/components/common/EventCard/index.tsx:146 msgid "Manage event" @@ -6442,7 +6442,7 @@ msgstr "Spravovať udalosť" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:393 msgid "Manage on Stripe" -msgstr "" +msgstr "Spravovať v Stripe" #: src/hooks/useOrderActions.tsx:99 msgid "Manage order" @@ -6459,11 +6459,11 @@ msgstr "Spravovať profil" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:114 msgid "Manage schedule" -msgstr "" +msgstr "Spravovať rozvrh" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:78 msgid "Manage Schedule" -msgstr "" +msgstr "Spravovať rozvrh" #: src/components/routes/account/ManageAccount/sections/TaxSettings/index.tsx:17 msgid "Manage taxes and fees which can be applied to your products" @@ -6505,7 +6505,7 @@ msgstr "Manuálne pridať účastníka" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:67 msgid "March" -msgstr "" +msgstr "Marec" #: src/hooks/useOrderActions.tsx:128 msgid "Mark as paid" @@ -6513,7 +6513,7 @@ msgstr "Označiť ako zaplatené" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:180 msgid "Mark as validated (admin override)" -msgstr "" +msgstr "Označiť ako overené (rozhodnutie správcu)" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:177 msgid "Max Messages / 24h" @@ -6533,7 +6533,7 @@ msgstr "Maximum na objednávku" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:69 msgid "May" -msgstr "" +msgstr "Máj" #: src/components/routes/admin/Attribution/index.tsx:108 msgid "Medium" @@ -6620,7 +6620,7 @@ msgstr "Úroveň správ bola úspešne aktualizovaná" #: src/components/forms/ProductForm/ledgerSummaries.ts:115 msgid "Min {min} per order" -msgstr "" +msgstr "Min. {min} na objednávku" #: src/components/forms/ProductForm/index.tsx:523 msgid "Minimum Per Order" @@ -6634,10 +6634,10 @@ msgstr "Minimálna cena" msgid "minutes" msgstr "minúty" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:393 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:417 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:394 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:418 msgid "Minutes" -msgstr "" +msgstr "Minúty" #: src/components/routes/event/Settings/index.tsx:84 msgid "Miscellaneous" @@ -6652,13 +6652,13 @@ msgstr "Rôzne nastavenia" msgid "Modal" msgstr "Modálne okno" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:467 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:468 msgid "Mode" -msgstr "" +msgstr "Režim" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 msgid "Mon" -msgstr "" +msgstr "Po" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -6675,7 +6675,7 @@ msgstr "Monitorovať a spravovať neúspešné úlohy na pozadí" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:89 msgid "month" -msgstr "" +msgstr "mesiac" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:931 msgid "Month" @@ -6684,20 +6684,20 @@ msgstr "Mesiac" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:52 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Monthly" -msgstr "" +msgstr "Mesačne" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:97 msgid "months" -msgstr "" +msgstr "mesiace" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:268 msgid "more" -msgstr "" +msgstr "viac" #: src/components/common/EntityActions/index.tsx:98 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:171 msgid "More actions" -msgstr "" +msgstr "Ďalšie akcie" #: src/components/routes/admin/Dashboard/index.tsx:294 msgid "Most Viewed Events (Last 14 Days)" @@ -6705,7 +6705,7 @@ msgstr "Najsledovanejšie udalosti (posledných 14 dní)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Move all dates earlier or later" -msgstr "" +msgstr "Posunúť všetky termíny skôr alebo neskôr" #: src/components/forms/QuestionForm/index.tsx:106 msgid "Multi line text box" @@ -6715,11 +6715,11 @@ msgstr "Viacriadkové textové pole" #: src/components/layouts/EventHomepage/index.tsx:180 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Multiple locations" -msgstr "" +msgstr "Viacero miest" #: src/components/layouts/AuthLayout/index.tsx:27 msgid "Multiple ticket types" -msgstr "" +msgstr "Viacero typov lístkov" #: src/constants/eventCategories.ts:8 msgid "Music" @@ -6800,13 +6800,13 @@ msgstr "Čistý príjem" msgid "Never" msgstr "Nikdy" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:432 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 msgid "New capacity" -msgstr "" +msgstr "Nová kapacita" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:451 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 msgid "New label" -msgstr "" +msgstr "Nové označenie" #: src/components/common/LocationPicker/index.tsx:169 #: src/components/common/LocationPicker/index.tsx:183 @@ -6825,7 +6825,7 @@ msgstr "Nové registrácie" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:53 msgid "New time:" -msgstr "" +msgstr "Nový čas:" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:429 msgid "Next month" @@ -6833,11 +6833,11 @@ msgstr "Nasledujúci mesiac" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:162 msgid "Next occurrence" -msgstr "" +msgstr "Nasledujúci termín" #: src/components/common/EventDateRange/index.tsx:61 msgid "Next: {nextFormatted}" -msgstr "" +msgstr "Nasledujúci: {nextFormatted}" #: src/constants/eventCategories.ts:4 msgid "Nightlife" @@ -6886,7 +6886,7 @@ msgstr "Pre túto objednávku neboli nájdení žiadni účastníci." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:173 msgid "No attendees to show" -msgstr "" +msgstr "Žiadni účastníci na zobrazenie" #: src/components/common/AttendeeTable/index.tsx:346 msgid "No Attendees to show" @@ -6894,7 +6894,7 @@ msgstr "Žiadni účastníci na zobrazenie" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:79 msgid "No attendees yet for this date." -msgstr "" +msgstr "Pre tento termín zatiaľ nie sú žiadni účastníci." #: src/components/routes/admin/Attribution/index.tsx:121 msgid "No attribution data found" @@ -6902,7 +6902,7 @@ msgstr "Nenašli sa žiadne údaje o priradení" #: src/components/routes/organizer/Payments/CapabilityList.tsx:69 msgid "No capabilities reported by Stripe yet." -msgstr "" +msgstr "Stripe zatiaľ nenahlásil žiadne funkcie." #: src/components/modals/OfferWaitlistModal/index.tsx:193 msgid "No capacity" @@ -6915,7 +6915,7 @@ msgstr "Žiadne priradenia kapacity" #: src/components/common/KpiGrid/index.tsx:57 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:212 msgid "No change" -msgstr "" +msgstr "Bez zmeny" #: src/components/common/CheckInListList/index.tsx:44 #: src/components/common/CheckInListTable/index.tsx:266 @@ -6928,7 +6928,7 @@ msgstr "Pre túto udalosť nie sú dostupné žiadne zoznamy odbavení." #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:155 msgid "No check-ins yet" -msgstr "" +msgstr "Zatiaľ žiadne check-iny" #: src/components/routes/admin/Configurations/index.tsx:127 msgid "No configurations found" @@ -6936,7 +6936,7 @@ msgstr "Nenašli sa žiadne konfigurácie" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:207 msgid "No connections available" -msgstr "" +msgstr "Nie sú dostupné žiadne prepojenia" #: src/components/common/ReportTable/index.tsx:233 msgid "No data available" @@ -6953,32 +6953,32 @@ msgstr "Žiadne dáta na zobrazenie. Vyberte rozsah dátumov." #: src/components/common/EventCard/index.tsx:221 #: src/components/common/EventCard/index.tsx:318 msgid "No date added" -msgstr "" +msgstr "Nepridaný žiadny termín" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:668 msgid "No dates available this month. Try navigating to another month." -msgstr "" +msgstr "V tomto mesiaci nie sú dostupné žiadne termíny. Skúste iný mesiac." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:90 msgid "No dates match the current filters." -msgstr "" +msgstr "Aktuálnym filtrom nezodpovedajú žiadne termíny." -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates match your filters" -msgstr "" +msgstr "Vašim filtrom nezodpovedajú žiadne termíny" #: src/components/common/OccurrenceSelect/index.tsx:158 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:130 msgid "No dates match your search" -msgstr "" +msgstr "Vášmu hľadaniu nezodpovedajú žiadne termíny" #: src/components/modals/PublishEventModal/index.tsx:103 msgid "No dates scheduled" msgstr "Žiadne naplánované termíny" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates scheduled yet" -msgstr "" +msgstr "Zatiaľ nie sú naplánované žiadne termíny" #: src/components/routes/admin/DeletionRequests/index.tsx:108 msgid "No deletion requests found" @@ -7026,7 +7026,7 @@ msgstr "Žiadna faktúra" #: src/components/forms/ProductForm/ledgerSummaries.ts:121 msgid "No limits" -msgstr "" +msgstr "Žiadne limity" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:163 #: src/components/modals/WebhookLogsModal/index.tsx:177 @@ -7047,11 +7047,11 @@ msgstr "Žiadne správy na zobrazenie" #: src/components/modals/CreateAttendeeModal/index.tsx:183 msgid "No occurrences available" -msgstr "" +msgstr "Nie sú dostupné žiadne termíny" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:134 msgid "No occurrences on this date" -msgstr "" +msgstr "V tento deň nie sú žiadne termíny" #: src/components/common/QuestionsTable/index.tsx:491 msgid "No order questions yet" @@ -7071,7 +7071,7 @@ msgstr "Zatiaľ žiadne objednávky" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:90 msgid "No orders yet for this date." -msgstr "" +msgstr "Pre tento termín zatiaľ nie sú žiadne objednávky." #: src/components/routes/admin/Dashboard/index.tsx:377 msgid "No organizer activity in the last 14 days" @@ -7079,7 +7079,7 @@ msgstr "Žiadna aktivita organizátora za posledných 14 dní" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:179 msgid "No organizer context available." -msgstr "" +msgstr "Nie je dostupný žiadny kontext organizátora." #: src/components/modals/SwitchOrganizerModal/index.tsx:57 msgid "No other organizers available" @@ -7116,7 +7116,7 @@ msgstr "V tejto kategórii nie sú dostupné žiadne produkty." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:170 msgid "No products configured for this event." -msgstr "" +msgstr "Pre toto podujatie nie sú nastavené žiadne produkty." #: src/components/modals/OfferWaitlistModal/index.tsx:140 msgid "No products have waiting entries" @@ -7195,7 +7195,7 @@ msgstr "Žiadne vstupenky na predaj" #: src/components/common/EventDateRange/index.tsx:68 msgid "No upcoming dates" -msgstr "" +msgstr "Žiadne nadchádzajúce termíny" #: src/components/layouts/OrganizerHomepage/index.tsx:299 msgid "No upcoming events" @@ -7229,7 +7229,7 @@ msgstr "Nie, nechajte ma tu" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:293 msgid "non-edited" -msgstr "" +msgstr "neupravené" #: src/components/common/PromoCodeTable/index.tsx:82 #: src/components/forms/ProductForm/ledgerSummaries.ts:92 @@ -7240,7 +7240,7 @@ msgstr "Žiadne" #: src/components/forms/ProductForm/ledgerSummaries.ts:29 msgid "None yet" -msgstr "" +msgstr "Zatiaľ žiadne" #: src/components/common/ProductPriceAvailability/index.tsx:38 #: src/components/common/ProductPriceAvailability/index.tsx:68 @@ -7250,7 +7250,7 @@ msgstr "Nie je dostupné" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:122 #: src/components/modals/ManageAttendeeModal/index.tsx:138 msgid "Not checked in" -msgstr "" +msgstr "Neprihlásený" #: src/components/common/AttendeeTable/index.tsx:304 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -7279,7 +7279,7 @@ msgstr "Nastavenia notifikácií" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:569 msgid "Notify attendees and stop sales" -msgstr "" +msgstr "Upozorniť účastníkov a zastaviť predaj" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:76 msgid "Notify organizer of new orders" @@ -7287,11 +7287,11 @@ msgstr "Notifikovať organizátora o nových objednávkach" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:75 msgid "November" -msgstr "" +msgstr "November" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1087 msgid "Number of dates to create" -msgstr "" +msgstr "Počet termínov na vytvorenie" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:227 msgid "Number of days allowed for payment (leave blank to omit payment terms from invoices)" @@ -7307,38 +7307,38 @@ msgstr "Predpona čísla" #: src/components/modals/ManageOrderModal/index.tsx:140 #: src/components/modals/SendMessageModal/index.tsx:357 msgid "Occurrence" -msgstr "" +msgstr "Termín" #: src/components/forms/WebhookForm/index.tsx:133 msgid "Occurrence Cancelled" -msgstr "" +msgstr "Termín zrušený" #: src/components/layouts/Event/index.tsx:113 #: src/components/routes/event/OccurrencesTab/index.tsx:463 msgid "Occurrence Schedule" -msgstr "" +msgstr "Rozvrh termínov" #: src/components/routes/event/Reports/index.tsx:37 #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:102 msgid "Occurrence Summary" -msgstr "" +msgstr "Súhrn termínu" #: src/components/common/OrderDetails/index.tsx:55 #: src/components/modals/ManageOrderModal/index.tsx:140 msgid "Occurrences" -msgstr "" +msgstr "Termíny" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Occurrences (future only)" -msgstr "" +msgstr "Termíny (len budúce)" #: src/components/modals/CreateEventModal/index.tsx:252 msgid "Occurrences can be configured after creation" -msgstr "" +msgstr "Termíny je možné nastaviť po vytvorení" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:74 msgid "October" -msgstr "" +msgstr "Október" #: src/components/common/OrganizerReportTable/index.tsx:356 msgid "of" @@ -7351,7 +7351,7 @@ msgstr "každého mesiaca" #: src/components/forms/ProductForm/ledgerSummaries.ts:77 #: src/components/forms/ProductForm/ledgerSummaries.ts:140 msgid "Off" -msgstr "" +msgstr "Vyp." #: src/components/common/WaitlistTable/index.tsx:135 #: src/components/modals/OfferWaitlistModal/index.tsx:227 @@ -7422,7 +7422,7 @@ msgstr "v" #: src/components/forms/ProductForm/ledgerSummaries.ts:74 msgid "On" -msgstr "" +msgstr "Zap." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:760 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:768 @@ -7449,7 +7449,7 @@ msgstr "v {position} {day}" #: src/components/forms/ProductForm/index.tsx:442 msgid "On the event page" -msgstr "" +msgstr "Na stránke podujatia" #: src/components/common/JoinWaitlistButton/index.tsx:25 msgid "On the waitlist" @@ -7480,23 +7480,23 @@ msgstr "Prebiehajúce" msgid "Online" msgstr "Online" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 msgid "Online — provide connection details" -msgstr "" +msgstr "Online — zadajte údaje na pripojenie" #: src/components/common/EventCard/index.tsx:100 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Online & in-person" -msgstr "" +msgstr "Online aj osobne" #: src/components/layouts/EventHomepage/index.tsx:181 msgid "Online & in-person — see schedule" -msgstr "" +msgstr "Online aj osobne — pozrite rozvrh" #: src/components/common/AttendeeTicket/index.tsx:127 #: src/components/modals/ManageOccurrenceModal/index.tsx:146 msgid "Online event" -msgstr "" +msgstr "Online podujatie" #: src/components/layouts/EventHomepage/index.tsx:404 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:175 @@ -7517,7 +7517,7 @@ msgstr "Zostáva už len {capacity}" #: src/components/forms/ProductForm/ProductDrawer.tsx:130 msgid "Only a name is required — everything else has sensible defaults" -msgstr "" +msgstr "Povinný je len názov — všetko ostatné má rozumné predvolené hodnoty" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:74 msgid "Only account administrators can delete or archive events. Contact your account admin for assistance." @@ -7529,7 +7529,7 @@ msgstr "Iba správcovia účtu môžu odstrániť alebo archivovať organizátor #: src/components/forms/ProductForm/index.tsx:546 msgid "Only available as an add-on" -msgstr "" +msgstr "Dostupné len ako doplnok" #: src/components/routes/admin/Announcements/index.tsx:470 msgid "Only published announcements are shown to users" @@ -7545,11 +7545,11 @@ msgstr "Zobraziť iba dátum a čas začiatku" #: src/components/common/ProductsTable/SortableProduct/index.tsx:335 msgid "Only shown as an add-on to the products it's attached to" -msgstr "" +msgstr "Zobrazuje sa len ako doplnok k produktom, ku ktorým je priradený" #: src/components/forms/ProductForm/visibilityStatus.ts:25 msgid "Only shown as an add-on to the products it's attached to." -msgstr "" +msgstr "Zobrazuje sa len ako doplnok k produktom, ku ktorým je priradený." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:138 msgid "Only the account owner can request account deletion." @@ -7557,11 +7557,11 @@ msgstr "O vymazanie účtu môže požiadať iba vlastník účtu." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:513 msgid "Only tickets count toward capacity" -msgstr "" +msgstr "Do kapacity sa počítajú len lístky" #: src/components/forms/ProductForm/visibilityStatus.ts:32 msgid "Only visible to buyers with an applicable promo code." -msgstr "" +msgstr "Viditeľné len pre kupujúcich s platným promo kódom." #: src/components/common/ProductsTable/SortableProduct/index.tsx:319 msgid "Only visible with promo code" @@ -7569,7 +7569,7 @@ msgstr "Viditeľné iba s promo kódom" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open check-in" -msgstr "" +msgstr "Otvoriť check-in" #: src/components/common/CheckInListList/index.tsx:165 #: src/components/common/CheckInListTable/index.tsx:209 @@ -7579,7 +7579,7 @@ msgstr "Otvoriť stránku odbavenia" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open occurrence" -msgstr "" +msgstr "Otvoriť termín" #: src/components/layouts/AppLayout/index.tsx:31 msgid "Open sidebar" @@ -7621,9 +7621,9 @@ msgstr "Možnosti" msgid "or" msgstr "alebo" -#: src/components/routes/event/OccurrencesTab/index.tsx:603 +#: src/components/routes/event/OccurrencesTab/index.tsx:618 msgid "or add a single date" -msgstr "" +msgstr "alebo pridajte jeden termín" #: src/components/modals/PublishEventModal/index.tsx:81 msgid "Or enable offline payments and disable Stripe" @@ -7631,7 +7631,7 @@ msgstr "Alebo povoľte offline platby a vypnite Stripe" #: src/components/routes/event/OccurrencesTab/index.tsx:415 msgid "order" -msgstr "" +msgstr "objednávka" #: src/components/common/QuestionsTable/index.tsx:295 #: src/components/common/QuestionsTable/index.tsx:448 @@ -7647,7 +7647,7 @@ msgstr "Objednávka a lístok" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:265 msgid "Order #" -msgstr "" +msgstr "Č. objednávky" #: src/components/routes/product-widget/CollectInformation/index.tsx:386 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:375 @@ -7682,7 +7682,7 @@ msgstr "Dátum objednávky" #: src/components/forms/CheckInListForm/index.tsx:222 msgid "Order details" -msgstr "" +msgstr "Podrobnosti objednávky" #: src/components/common/OrdersTable/index.tsx:178 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:613 @@ -7708,7 +7708,7 @@ msgstr "ID objednávky" #: src/components/forms/ProductForm/index.tsx:517 msgid "Order limits" -msgstr "" +msgstr "Limity objednávky" #: src/hooks/useOrderActions.tsx:50 msgid "Order marked as paid" @@ -7728,7 +7728,7 @@ msgstr "Objednávka nenájdená" #: src/components/forms/CheckInListForm/index.tsx:224 msgid "Order number, purchase date, purchaser email" -msgstr "" +msgstr "Číslo objednávky, dátum nákupu, e-mail kupujúceho" #: src/components/common/MessageList/index.tsx:31 msgid "Order owner" @@ -7790,7 +7790,7 @@ msgstr "Objednávka bola zrušená" #: src/components/routes/event/OccurrencesTab/index.tsx:415 #: src/components/routes/event/orders.tsx:197 msgid "orders" -msgstr "" +msgstr "objednávky" #: src/components/layouts/Admin/index.tsx:17 #: src/components/layouts/Event/index.tsx:125 @@ -7905,7 +7905,7 @@ msgstr "Bude použitá šablóna organizátora/predvolená šablóna" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:202 msgid "Organizers" -msgstr "" +msgstr "Organizátori" #: src/components/modals/EditUserModal/index.tsx:58 #: src/components/modals/InviteUserModal/index.tsx:49 @@ -7927,7 +7927,7 @@ msgstr "Výsledok" #: src/constants/eventCategories.ts:22 msgid "Outdoors" -msgstr "" +msgstr "Vonku" #: src/components/routes/admin/Messages/index.tsx:107 msgid "Outgoing Messages" @@ -7935,19 +7935,19 @@ msgstr "Odchádzajúce správy" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:208 msgid "Override" -msgstr "" +msgstr "Vlastné nastavenie" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:133 msgid "Override fees on this organizer" -msgstr "" +msgstr "Nastaviť vlastné poplatky pre tohto organizátora" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:228 msgid "Override price" -msgstr "" +msgstr "Nastaviť vlastnú cenu" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:96 msgid "Override removed" -msgstr "" +msgstr "Vlastné nastavenie odstránené" #: src/components/layouts/Event/index.tsx:100 msgid "Overview" @@ -7988,7 +7988,7 @@ msgstr "zaplatené" #: src/components/forms/ProductForm/index.tsx:274 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:431 msgid "Paid" -msgstr "" +msgstr "Zaplatené" #: src/components/routes/admin/Attribution/index.tsx:51 msgid "Paid Accounts" @@ -8048,7 +8048,7 @@ msgstr "Minulé" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:317 msgid "Past due" -msgstr "" +msgstr "Po splatnosti" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Past Events" @@ -8162,7 +8162,7 @@ msgstr "Platby nie sú dostupné" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:407 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:463 msgid "Payouts" -msgstr "" +msgstr "Výplaty" #: src/components/routes/admin/DeletionRequests/index.tsx:85 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:437 @@ -8180,7 +8180,7 @@ msgstr "Na účastníka" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:117 msgid "per min" -msgstr "" +msgstr "za min" #: src/components/common/PromoCodeTable/index.tsx:91 msgid "per order" @@ -8216,7 +8216,7 @@ msgstr "Percentuálny poplatok" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:137 msgid "Percentage fee (%)" -msgstr "" +msgstr "Percentuálny poplatok (%)" #: src/components/routes/admin/Configurations/index.tsx:175 msgid "Percentage must be between 0 and 100" @@ -8248,7 +8248,7 @@ msgstr "Natrvalo odstrániť tohto organizátora a všetky jeho udalosti." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:583 msgid "Permanently remove this date" -msgstr "" +msgstr "Natrvalo odstrániť tento termín" #: src/components/routes/profile/ManageProfile/index.tsx:148 msgid "Personal Information" @@ -8260,15 +8260,15 @@ msgstr "Telefón" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:530 msgid "Pick an end date" -msgstr "" +msgstr "Vyberte dátum ukončenia" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:538 msgid "Pick at least one day of the month" -msgstr "" +msgstr "Vyberte aspoň jeden deň v mesiaci" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:527 msgid "Pick at least one day of the week" -msgstr "" +msgstr "Vyberte aspoň jeden deň v týždni" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:841 msgid "Pick days to see your dates." @@ -8285,7 +8285,7 @@ msgstr "Umiestnite toto do sekcie vašej webovej stránky." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:269 #: src/components/modals/ManageOrderModal/index.tsx:125 msgid "Placed" -msgstr "" +msgstr "Vytvorená" #: src/components/common/PoweredByFooter/index.tsx:48 msgid "Planning an event?" @@ -8340,7 +8340,7 @@ msgstr "Skontrolujte e-mail na potvrdenie e-mailovej adresy" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:76 msgid "Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions." -msgstr "" +msgstr "Skontrolujte si na lístku nový čas. Vaše lístky zostávajú platné — nemusíte robiť nič, pokiaľ vám nové časy nevyhovujú. Ak máte otázky, odpovedzte na tento e-mail." #: src/components/routes/product-widget/SelectProducts/index.tsx:1023 msgid "Please continue in the new tab" @@ -8393,7 +8393,7 @@ msgstr "Vráťte sa na stránku udalosti a začnite odznova." #: src/components/routes/product-widget/SelectProducts/index.tsx:584 msgid "Please select a date and time" -msgstr "" +msgstr "Vyberte dátum a čas" #: src/components/common/OrganizerReportTable/index.tsx:269 msgid "Please select a date range" @@ -8452,7 +8452,7 @@ msgstr "Portugalčina" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:967 msgid "Position" -msgstr "" +msgstr "Pozícia" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:97 msgid "Post Checkout message" @@ -8506,7 +8506,7 @@ msgstr "Cena nie je nastavená" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:206 msgid "Price Tier" -msgstr "" +msgstr "Cenová úroveň" #: src/components/forms/ProductForm/index.tsx:356 msgid "Price Tiers" @@ -8514,7 +8514,7 @@ msgstr "Cenové úrovne" #: src/components/forms/ProductForm/index.tsx:266 msgid "Pricing" -msgstr "" +msgstr "Ceny" #: src/components/common/WidgetEditor/index.tsx:187 msgid "Primary Color" @@ -8604,11 +8604,11 @@ msgstr "Predaj produktov, príjmy a rozklad daní" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:599 msgid "Product settings cannot be edited for cancelled dates." -msgstr "" +msgstr "Nastavenia produktov sa pri zrušených termínoch nedajú upraviť." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:160 msgid "Product settings saved successfully" -msgstr "" +msgstr "Nastavenia produktu boli uložené" #: src/components/common/ProductSelector/index.tsx:67 msgid "Product Tier" @@ -8661,7 +8661,7 @@ msgstr "Profil bol úspešne aktualizovaný" #: src/components/common/CheckIn/CheckInInfoModal.tsx:47 msgid "Progress" -msgstr "" +msgstr "Priebeh" #: src/components/routes/product-widget/SelectProducts/index.tsx:500 msgid "Promo {promo_code} code applied" @@ -8682,7 +8682,7 @@ msgstr "Stránka promo kódu" #: src/components/forms/ProductForm/ledgerSummaries.ts:154 msgid "Promo code required" -msgstr "" +msgstr "Vyžaduje sa promo kód" #: src/components/routes/event/Reports/index.tsx:32 msgid "Promo code usage and discount breakdown" @@ -8690,11 +8690,11 @@ msgstr "Použitie promo kódu a rozklad zliav" #: src/components/routes/event/promo-codes.tsx:55 msgid "promo codes" -msgstr "" +msgstr "promo kódy" #: src/components/layouts/AuthLayout/index.tsx:18 msgid "Promo codes" -msgstr "" +msgstr "Promo kódy" #: src/components/layouts/Event/index.tsx:126 #: src/components/modals/DuplicateEventModal/index.tsx:52 @@ -8733,11 +8733,11 @@ msgstr "Zadajte aspoň jedno pole adresy (miesto, ulica, mesto alebo krajina)." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:438 msgid "Provide the following before Stripe's next review to keep payouts flowing." -msgstr "" +msgstr "Doplňte nasledujúce údaje pred ďalšou kontrolou zo strany Stripe, aby výplaty pokračovali." #: src/components/forms/ProductForm/ledgerSummaries.ts:157 msgid "Public" -msgstr "" +msgstr "Verejné" #: src/components/common/StatusToggle/index.tsx:97 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:117 @@ -8754,7 +8754,7 @@ msgstr "Zverejniť udalosť" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:113 msgid "Publish your event" -msgstr "" +msgstr "Zverejnite svoje podujatie" #: src/components/routes/admin/Announcements/index.tsx:183 #: src/components/routes/admin/Announcements/index.tsx:473 @@ -8774,11 +8774,11 @@ msgstr "Zakúpené" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:275 msgid "Purchaser" -msgstr "" +msgstr "Kupujúci" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:283 msgid "Purchaser email" -msgstr "" +msgstr "E-mail kupujúceho" #: src/components/modals/ShareModal/index.tsx:168 msgid "QR Code" @@ -8786,7 +8786,7 @@ msgstr "QR kód" #: src/components/layouts/AuthLayout/index.tsx:16 msgid "QR code check-in" -msgstr "" +msgstr "Check-in cez QR kód" #: src/components/modals/OfferWaitlistModal/index.tsx:170 msgid "Qty" @@ -8803,7 +8803,7 @@ msgstr "Dostupné množstvo" #: src/components/forms/CheckInListForm/index.tsx:205 msgid "Question answers" -msgstr "" +msgstr "Odpovede na otázky" #: src/components/common/QuestionsTable/index.tsx:201 msgid "Question deleted" @@ -8837,7 +8837,7 @@ msgstr "Front" #: src/components/forms/PromoCodeForm/index.tsx:145 msgid "Quick Tip" -msgstr "" +msgstr "Rýchly tip" #: src/components/forms/QuestionForm/index.tsx:118 msgid "Radio Option" @@ -8861,7 +8861,7 @@ msgstr "Znovu ponúknuť miesto" #: src/components/modals/ManageOccurrenceModal/index.tsx:70 #: src/components/routes/event/OccurrenceDetail/index.tsx:96 msgid "Reactivate this date? It will be reopened for future sales." -msgstr "" +msgstr "Obnoviť tento termín? Predaj sa naň znova otvorí." #: src/components/modals/PublishEventModal/index.tsx:143 msgid "Ready to go live?" @@ -8869,7 +8869,7 @@ msgstr "Pripravení zverejniť?" #: src/components/layouts/AuthLayout/index.tsx:19 msgid "Real-time analytics" -msgstr "" +msgstr "Analytika v reálnom čase" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:171 msgid "Reason (optional)" @@ -8887,19 +8887,19 @@ msgstr "Nedávne registrácie účtov" #: src/components/common/PeriodSelector/index.tsx:111 msgid "Recent activity" -msgstr "" +msgstr "Nedávna aktivita" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:59 msgid "Recent Attendees" -msgstr "" +msgstr "Najnovší účastníci" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:106 msgid "Recent check-ins" -msgstr "" +msgstr "Nedávne check-iny" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:309 msgid "Recent orders" -msgstr "" +msgstr "Nedávne objednávky" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:63 msgid "Recent Orders" @@ -8930,12 +8930,12 @@ msgstr "Príjemcovia sú dostupní po odoslaní správy" #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "Recommended" -msgstr "" +msgstr "Odporúčané" #: src/components/common/EventCard/index.tsx:209 #: src/components/common/EventCard/index.tsx:322 msgid "Recurring" -msgstr "" +msgstr "Opakujúce sa" #: src/components/layouts/EventHomepage/index.tsx:368 #: src/components/modals/CreateEventModal/index.tsx:240 @@ -8949,7 +8949,7 @@ msgstr "Nastavenia opakujúceho sa podujatia" #: src/components/layouts/AuthLayout/index.tsx:13 msgid "Recurring events" -msgstr "" +msgstr "Opakujúce sa podujatia" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:80 msgid "Reddit" @@ -8969,13 +8969,13 @@ msgstr "Obnoviť náhľad" #: src/components/routes/event/OccurrencesTab/index.tsx:218 msgid "Refund all orders for these dates" -msgstr "" +msgstr "Vrátiť platby za všetky objednávky týchto termínov" #: src/components/routes/event/OccurrenceDetail/index.tsx:67 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:44 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:334 msgid "Refund all orders for this date" -msgstr "" +msgstr "Vrátiť platby za všetky objednávky tohto termínu" #: src/components/modals/RefundOrderModal/index.tsx:108 msgid "Refund amount" @@ -9046,7 +9046,7 @@ msgstr "Registračné otázky" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:142 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:94 msgid "Remaining" -msgstr "" +msgstr "Zostáva" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:82 msgid "Remaining Uses" @@ -9064,9 +9064,9 @@ msgstr "odstrániť" msgid "Remove" msgstr "Odstrániť" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:458 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:459 msgid "Remove label from all dates" -msgstr "" +msgstr "Odstrániť označenie zo všetkých termínov" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:67 msgid "Remove sold out dates and times from the event page entirely. When disabled, they remain visible and are labelled as sold out." @@ -9078,11 +9078,11 @@ msgstr "Odstrániť čas" #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:60 msgid "Reopen for new sales" -msgstr "" +msgstr "Znova otvoriť predaj" #: src/components/routes/event/OccurrencesTab/index.tsx:194 msgid "Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed." -msgstr "" +msgstr "Znova otvoriť predaj na tento termín? Predtým zrušené lístky sa neobnovia — dotknutí účastníci zostávajú zrušení a už vykonané refundácie sa nevracajú." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:885 msgid "Repeats" @@ -9183,7 +9183,7 @@ msgstr "Obnoviť heslo" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:238 msgid "Reset to base price" -msgstr "" +msgstr "Obnoviť základnú cenu" #: src/components/routes/auth/ResetPassword/index.tsx:75 msgid "Resetting..." @@ -9226,7 +9226,7 @@ msgstr "Obnovte tohto organizátora a znovu ho aktivujte." #: src/components/common/ToolBar/index.tsx:47 msgid "results" -msgstr "" +msgstr "výsledky" #: src/components/routes/admin/FailedJobs/index.tsx:199 msgid "Retry" @@ -9259,11 +9259,11 @@ msgstr "Opakovane použiteľné miesta pre vaše podujatia. Miesta vytvorené au #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:218 msgid "Reuse" -msgstr "" +msgstr "Použiť znova" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:198 msgid "Reuse a Stripe connection from another organizer in this account." -msgstr "" +msgstr "Použite znova prepojenie Stripe od iného organizátora na tomto účte." #: src/components/common/AffiliateTable/index.tsx:157 #: src/components/common/EventCard/index.tsx:255 @@ -9316,7 +9316,7 @@ msgstr "Obdobie predaja" #: src/components/forms/ProductForm/index.tsx:420 msgid "Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page." -msgstr "" +msgstr "Obdobie predaja platí pre všetky termíny vo vašom rozvrhu. Ak chcete riadiť ceny a dostupnosť jednotlivých termínov, použite vlastné nastavenia na <0>stránke rozvrhu termínov." #: src/components/forms/ProductForm/index.tsx:427 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:80 @@ -9329,7 +9329,7 @@ msgstr "Predaj začína {0}" #: src/components/forms/ProductForm/index.tsx:413 msgid "Sale window" -msgstr "" +msgstr "Obdobie predaja" #: src/components/common/AffiliateTable/index.tsx:145 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:143 @@ -9352,7 +9352,7 @@ msgstr "Začiatok predaja" #: src/components/routes/event/Reports/index.tsx:38 msgid "Sales, attendance, and check-in breakdown per occurrence" -msgstr "" +msgstr "Rozpis predaja, účasti a check-inov podľa termínu" #: src/components/routes/organizer/Reports/index.tsx:24 msgid "Sales, orders, and performance metrics for all events" @@ -9364,7 +9364,7 @@ msgstr "Predaje:" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:471 msgid "Same as event" -msgstr "" +msgstr "Rovnako ako podujatie" #: src/components/common/PlatformFeesSettings/index.tsx:175 msgid "Sample ticket price" @@ -9377,7 +9377,7 @@ msgstr "Vzorové miesto konania" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 msgid "Sat" -msgstr "" +msgstr "So" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -9421,7 +9421,7 @@ msgstr "Uložiť zmeny" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:160 msgid "Save fee override" -msgstr "" +msgstr "Uložiť vlastný poplatok" #: src/components/modals/EditOrganizerModal/index.tsx:70 msgid "Save Organizer" @@ -9449,7 +9449,7 @@ msgstr "Uložiť dizajn lístka" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:202 msgid "Save VAT settings" -msgstr "" +msgstr "Uložiť nastavenia DPH" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:239 msgid "Save VAT Settings" @@ -9465,7 +9465,7 @@ msgstr "Uložené miesta" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:153 msgid "Saving an override creates a dedicated configuration for this organizer if it's currently on the system default." -msgstr "" +msgstr "Uložením vlastného nastavenia sa pre tohto organizátora vytvorí samostatná konfigurácia, ak práve používa systémovú predvolenú." #: src/components/layouts/CheckIn/BottomNav.tsx:15 msgid "Scan" @@ -9473,32 +9473,32 @@ msgstr "Skenovať" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:58 msgid "Scan a ticket to check in an attendee" -msgstr "" +msgstr "Naskenujte lístok a prihláste príchod účastníka" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:109 msgid "Scanned tickets will appear here" -msgstr "" +msgstr "Naskenované lístky sa zobrazia tu" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:71 msgid "Scanner mode" -msgstr "" +msgstr "Režim skenera" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:73 msgid "Schedule" -msgstr "" +msgstr "Rozvrh" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:105 msgid "Schedule added" -msgstr "" +msgstr "Rozvrh pridaný" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:697 #: src/hooks/useOccurrenceGenerationPolling.ts:36 msgid "Schedule created successfully" -msgstr "" +msgstr "Rozvrh bol vytvorený" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1078 msgid "Schedule ends on" -msgstr "" +msgstr "Rozvrh sa končí" #: src/components/modals/SendMessageModal/index.tsx:472 msgid "Schedule for later" @@ -9514,7 +9514,7 @@ msgstr "Náhľad harmonogramu" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1069 msgid "Schedule starts on" -msgstr "" +msgstr "Rozvrh sa začína" #: src/components/common/ProductsTable/SortableProduct/index.tsx:92 #: src/components/routes/admin/Messages/index.tsx:125 @@ -9532,7 +9532,7 @@ msgstr "Naplánovaný čas" #: src/components/layouts/CheckIn/BottomNav.tsx:16 msgid "Search" -msgstr "" +msgstr "Hľadať" #: src/components/routes/event/Affiliates/index.tsx:70 msgid "Search affiliates..." @@ -9540,7 +9540,7 @@ msgstr "Vyhľadávať partnerov..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:94 msgid "Search attendees" -msgstr "" +msgstr "Hľadať účastníkov" #: src/components/routes/admin/Accounts/index.tsx:60 #: src/components/routes/admin/DeletionRequests/index.tsx:93 @@ -9586,7 +9586,7 @@ msgstr "Vyhľadávať podľa mena, e-mailu alebo č. objednávky..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:93 msgid "Search by name, order #, ticket # or email" -msgstr "" +msgstr "Hľadajte podľa mena, č. objednávky, č. lístka alebo e-mailu" #: src/components/routes/event/promo-codes.tsx:38 msgid "Search by name..." @@ -9614,15 +9614,15 @@ msgstr "Vyhľadávať zoznamy odbavení..." #: src/components/common/OccurrenceSelect/index.tsx:117 msgid "Search dates..." -msgstr "" +msgstr "Hľadať termíny..." #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:88 msgid "Search dates…" -msgstr "" +msgstr "Hľadať termíny…" #: src/components/common/AddressAutocomplete/index.tsx:86 msgid "Search for an address" -msgstr "" +msgstr "Vyhľadať adresu" #: src/components/routes/event/messages.tsx:243 msgid "Search messages..." @@ -9650,11 +9650,11 @@ msgstr "Vyhľadáva sa..." #: src/constants/eventCategories.ts:6 msgid "Seasonal" -msgstr "" +msgstr "Sezónne" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:58 msgid "Second" -msgstr "" +msgstr "Druhý" #: src/components/common/WidgetEditor/index.tsx:199 msgid "Secondary Color" @@ -9670,11 +9670,11 @@ msgstr "Bezpečná pokladňa" #: src/components/layouts/EventHomepage/index.tsx:431 msgid "See schedule" -msgstr "" +msgstr "Pozrieť rozvrh" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "See what Stripe still needs" -msgstr "" +msgstr "Pozrite, čo Stripe ešte potrebuje" #: src/components/routes/admin/Announcements/index.tsx:161 msgid "Seen" @@ -9692,11 +9692,11 @@ msgstr "Vybrať kategóriu" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:717 msgid "Select a Date & Time" -msgstr "" +msgstr "Vyberte dátum a čas" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:215 msgid "Select a date to see available times" -msgstr "" +msgstr "Vyberte dátum, aby ste videli dostupné časy" #: src/components/routes/event/messages.tsx:341 msgid "Select a message to view its contents" @@ -9712,7 +9712,7 @@ msgstr "Vybrať účet" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:126 msgid "Select all" -msgstr "" +msgstr "Vybrať všetko" #: src/components/modals/DuplicateEventModal/index.tsx:143 msgid "Select All" @@ -9720,7 +9720,7 @@ msgstr "Vybrať všetko" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:156 msgid "Select all on {0}" -msgstr "" +msgstr "Vybrať všetko — {0}" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:119 msgid "Select an event" @@ -9740,7 +9740,7 @@ msgstr "Vybrať skupinu účastníkov" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:157 msgid "Select camera" -msgstr "" +msgstr "Vybrať fotoaparát" #: src/components/forms/ProductForm/index.tsx:255 msgid "Select category..." @@ -9752,7 +9752,7 @@ msgstr "Vybrať menu" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:178 msgid "Select date" -msgstr "" +msgstr "Vybrať dátum" #: src/components/modals/CreateEventModal/index.tsx:283 msgid "Select end date and time" @@ -9773,7 +9773,7 @@ msgstr "Vybrať typy udalostí" #: src/components/common/OccurrenceSelect/index.tsx:106 #: src/components/modals/CreateAttendeeModal/index.tsx:254 msgid "Select occurrence" -msgstr "" +msgstr "Vybrať termín" #: src/components/modals/CreateEventModal/index.tsx:159 msgid "Select organizer" @@ -9795,7 +9795,7 @@ msgstr "Vybrať produkty" #: src/components/forms/ProductForm/index.tsx:553 msgid "Select products..." -msgstr "" +msgstr "Vybrať produkty..." #: src/components/modals/CreateEventModal/index.tsx:263 msgid "Select start date and time" @@ -9846,7 +9846,7 @@ msgstr "Vybrať..." #: src/components/routes/event/OccurrencesTab/index.tsx:497 msgid "selected" -msgstr "" +msgstr "vybrané" #: src/components/common/PlatformFeesSettings/index.tsx:208 #: src/components/common/PlatformFeesSettings/index.tsx:231 @@ -9856,11 +9856,11 @@ msgstr "Vybrané" #: src/components/layouts/AuthLayout/index.tsx:41 msgid "Sell out your event." -msgstr "" +msgstr "Vypredajte svoje podujatie." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:516 msgid "Selling a physical product? Cap its quantity on the <0>products page instead." -msgstr "" +msgstr "Predávate fyzický produkt? Obmedzte jeho množstvo radšej na <0>stránke produktov." #: src/components/forms/ProductForm/index.tsx:587 msgid "Selling fast 🔥" @@ -9918,7 +9918,7 @@ msgstr "Odoslať test" #: src/components/modals/SendMessageModal/index.tsx:358 msgid "Send to all occurrences, or choose a specific one" -msgstr "" +msgstr "Odošlite na všetky termíny alebo vyberte konkrétny" #: src/components/routes/event/messages.tsx:335 msgid "Send your first message" @@ -9939,7 +9939,7 @@ msgstr "Odoslal" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:218 msgid "Sent to attendees when a scheduled date is cancelled" -msgstr "" +msgstr "Odosiela sa účastníkom, keď sa naplánovaný termín zruší" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:216 msgid "Sent to customers when they place an order" @@ -9976,7 +9976,7 @@ msgstr "SEO názov" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:73 msgid "September" -msgstr "" +msgstr "September" #: src/components/forms/TaxAndFeeForm/index.tsx:62 msgid "Service Fee" @@ -9984,7 +9984,7 @@ msgstr "Servisný poplatok" #: src/components/layouts/CheckIn/index.tsx:498 msgid "Session cancelled" -msgstr "" +msgstr "Termín zrušený" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:807 msgid "sessions · {dateCount} dates × {timesPerDay} times" @@ -10000,27 +10000,27 @@ msgstr "Nastavte predvolené nastavenia pre nové udalosti vytvorené pod týmto #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Set how long each date lasts" -msgstr "" +msgstr "Nastavte, ako dlho trvá každý termín" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Set or clear the date label" -msgstr "" +msgstr "Nastaviť alebo odstrániť označenie termínu" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:406 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:407 msgid "Set the end time of each date to be this long after its start time." -msgstr "" +msgstr "Nastavte čas konca každého termínu s týmto odstupom od času začiatku." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:217 msgid "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." msgstr "Nastavte počiatočné číslo pre číslovanie faktúr. Toto nie je možné zmeniť po vygenerovaní faktúr." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:440 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:441 msgid "Set to unlimited (remove limit)" -msgstr "" +msgstr "Nastaviť na neobmedzené (odstrániť limit)" -#: src/components/routes/event/OccurrencesTab/index.tsx:585 +#: src/components/routes/event/OccurrencesTab/index.tsx:600 msgid "Set up a recurring schedule to automatically create dates, or add them one at a time." -msgstr "" +msgstr "Nastavte opakujúci sa rozvrh, aby sa termíny vytvárali automaticky, alebo ich pridávajte po jednom." #: src/components/routes/event/CheckInLists/index.tsx:35 msgid "Set up check-in lists for different entrances, sessions, or days." @@ -10029,20 +10029,20 @@ msgstr "Nastavte zoznamy odbavení pre rôzne vchody, relácie alebo dni." #: src/components/layouts/OrganizerLayout/index.tsx:85 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:126 msgid "Set up payouts" -msgstr "" +msgstr "Nastaviť výplaty" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 msgid "Set up schedule" -msgstr "" +msgstr "Nastaviť rozvrh" -#: src/components/routes/event/OccurrencesTab/index.tsx:535 -#: src/components/routes/event/OccurrencesTab/index.tsx:596 +#: src/components/routes/event/OccurrencesTab/index.tsx:550 +#: src/components/routes/event/OccurrencesTab/index.tsx:611 msgid "Set Up Schedule" -msgstr "" +msgstr "Nastaviť rozvrh" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:92 msgid "Set up the tickets you'll sell and their prices" -msgstr "" +msgstr "Nastavte lístky, ktoré budete predávať, a ich ceny" #: src/components/routes/welcome/index.tsx:43 msgid "Set up your organization" @@ -10055,11 +10055,11 @@ msgstr "Nastavte si harmonogram" #: src/components/routes/welcome/index.tsx:415 msgid "Set up your schedule in the next steps" -msgstr "" +msgstr "Rozvrh nastavíte v ďalších krokoch" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Set, change, or remove the date's location or online details" -msgstr "" +msgstr "Nastaviť, zmeniť alebo odstrániť miesto alebo online údaje termínu" #: src/components/common/QuestionsTable/index.tsx:374 msgid "Setting updated" @@ -10076,7 +10076,7 @@ msgstr "Nastavenie a dizajn" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:242 msgid "Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event." -msgstr "" +msgstr "Nastavenie zaberie len pár minút — nepotrebujete existujúci účet Stripe. Stripe sa postará o karty, peňaženky, regionálne platobné metódy aj ochranu pred podvodmi, aby ste sa mohli venovať svojmu podujatiu." #: src/components/common/ShareIcon/index.tsx:30 #: src/components/layouts/EventHomepage/index.tsx:342 @@ -10111,15 +10111,15 @@ msgstr "Správa zdieľanej kapacity" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Shift times" -msgstr "" +msgstr "Posunúť časy" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:211 msgid "Shifted times for {count} date(s)" -msgstr "" +msgstr "Časy posunuté pre {count} termín(ov)" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:532 msgid "Show" -msgstr "" +msgstr "Zobraziť" #: src/components/common/AdvancedOptions/index.tsx:28 msgid "Show advanced options" @@ -10131,7 +10131,7 @@ msgstr "Zobraziť všetky platformy ({0} ďalších s hodnotami)" #: src/components/forms/CheckInListForm/index.tsx:196 msgid "Show attendee notes to non-logged-in staff" -msgstr "" +msgstr "Zobrazovať poznámky o účastníkoch neprihlásenému personálu" #: src/components/forms/ProductForm/index.tsx:449 msgid "Show available product quantity" @@ -10163,19 +10163,19 @@ msgstr "Zobraziť viac platforiem" #: src/components/forms/CheckInListForm/index.tsx:230 msgid "Show order details to non-logged-in staff" -msgstr "" +msgstr "Zobrazovať podrobnosti objednávky neprihlásenému personálu" #: src/components/forms/CheckInListForm/index.tsx:213 msgid "Show question answers to non-logged-in staff" -msgstr "" +msgstr "Zobrazovať odpovede na otázky neprihlásenému personálu" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:59 msgid "Show remaining capacity on event dates" -msgstr "" +msgstr "Zobrazovať zostávajúcu kapacitu pri termínoch podujatia" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:525 msgid "Show remaining capacity to buyers" -msgstr "" +msgstr "Zobrazovať zostávajúcu kapacitu kupujúcim" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:61 msgid "Show tax and fees separately" @@ -10185,18 +10185,18 @@ msgstr "Zobraziť dane a poplatky samostatne" msgid "Showing {0} of {totalRows} records" msgstr "Zobrazuje sa {0} z {totalRows} záznamov" -#: src/components/routes/event/OccurrencesTab/index.tsx:624 +#: src/components/routes/event/OccurrencesTab/index.tsx:639 msgid "Showing {0}–{1} of {2}" -msgstr "" +msgstr "Zobrazuje sa {0}–{1} z {2}" #: src/components/common/OccurrenceSelect/index.tsx:163 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:135 msgid "Showing {MAX_VISIBLE} of {totalAvailable} dates. Type to search." -msgstr "" +msgstr "Zobrazuje sa {MAX_VISIBLE} z {totalAvailable} termínov. Píšte pre vyhľadávanie." #: src/components/modals/SendMessageModal/index.tsx:349 msgid "Showing the first {0} — the remaining {1} session(s) will still be targeted when the message is sent." -msgstr "" +msgstr "Zobrazujeme prvých {0} — zvyšných {1} termín(ov) bude pri odoslaní správy zahrnutých tiež." #: src/components/routes/admin/Announcements/index.tsx:410 msgid "Shown bouncing at the top of the modal" @@ -10204,7 +10204,7 @@ msgstr "Zobrazuje sa poskakujúco v hornej časti modálneho okna" #: src/components/forms/CheckInListForm/index.tsx:145 msgid "Shown to staff the first time they open the check-in page." -msgstr "" +msgstr "Zobrazí sa personálu pri prvom otvorení check-in stránky." #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:102 msgid "Shown to the customer after they checkout, on the order summary page." @@ -10220,7 +10220,7 @@ msgstr "Zobrazuje bežné polia adresy vrátane krajiny" #: src/components/forms/ProductForm/ledgerSummaries.ts:60 msgid "Shows remaining" -msgstr "" +msgstr "Zobrazuje zostávajúce" #: src/components/routes/admin/Dashboard/index.tsx:402 msgid "Signed Up" @@ -10233,15 +10233,15 @@ msgstr "Novák" #: src/components/modals/CreateEventModal/index.tsx:231 msgid "Single Event" -msgstr "" +msgstr "Jednorazové podujatie" #: src/components/forms/QuestionForm/index.tsx:100 msgid "Single line text box" msgstr "Jednoriadkové textové pole" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:356 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:357 msgid "Skip manually edited dates" -msgstr "" +msgstr "Preskočiť ručne upravené termíny" #: src/components/routes/welcome/index.tsx:559 msgid "Skip this step" @@ -10280,7 +10280,7 @@ msgstr "Predané" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:579 msgid "sold out" -msgstr "" +msgstr "vypredané" #: src/components/common/EventCard/index.tsx:125 #: src/components/common/EventDateRange/index.tsx:65 @@ -10307,7 +10307,7 @@ msgstr "Vypredané, čakacia listina k dispozícii" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:293 msgid "Some details are hidden from public access. Log in to view everything." -msgstr "" +msgstr "Niektoré podrobnosti nie sú verejne dostupné. Prihláste sa, aby ste videli všetko." #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -10318,7 +10318,7 @@ msgstr "Niečo sa pokazilo" #: src/components/common/ImageUploadDropzone/index.tsx:130 msgid "Something went wrong while deleting the image. Please try again." -msgstr "" +msgstr "Pri odstraňovaní obrázka sa niečo pokazilo. Skúste to znova." #: src/components/common/TaxAndFeeList/index.tsx:41 msgid "Something went wrong while deleting the Tax or Fee" @@ -10374,11 +10374,11 @@ msgstr "Konkrétni používatelia" #: src/constants/eventCategories.ts:21 msgid "Spirituality" -msgstr "" +msgstr "Duchovno" #: src/components/forms/CheckInListForm/index.tsx:90 msgid "Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end." -msgstr "" +msgstr "Rozdeľte check-in podľa dní, zón alebo typov lístkov. Zdieľajte odkaz s personálom — účet nepotrebujú." #: src/constants/eventCategories.ts:9 msgid "Sports" @@ -10386,11 +10386,11 @@ msgstr "Šport" #: src/components/common/CheckIn/CheckInInfoModal.tsx:84 msgid "Staff instructions" -msgstr "" +msgstr "Pokyny pre personál" #: src/components/modals/SelectCheckInListModal/index.tsx:48 msgid "Start check-in" -msgstr "" +msgstr "Spustiť check-in" #: src/components/common/AdminEventsTable/index.tsx:96 #: src/components/modals/DuplicateEventModal/index.tsx:128 @@ -10418,31 +10418,31 @@ msgstr "Čas začiatku" #: src/components/common/AddressAutocomplete/index.tsx:87 msgid "Start typing a venue or address..." -msgstr "" +msgstr "Začnite písať miesto alebo adresu..." #: src/components/forms/ProductForm/ledgerSummaries.ts:62 msgid "Starts collapsed" -msgstr "" +msgstr "Na začiatku zbalené" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts in {diffDays} days" -msgstr "" +msgstr "Začína o {diffDays} dní" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:76 msgid "Starts in {diffMinutes} min" -msgstr "" +msgstr "Začína o {diffMinutes} min" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:86 msgid "Starts in {h}h {m}m" -msgstr "" +msgstr "Začína o {h} h {m} min" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:70 msgid "Starts in {seconds}s" -msgstr "" +msgstr "Začína o {seconds} s" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts tomorrow" -msgstr "" +msgstr "Začína zajtra" #: src/components/common/CheckoutQuestion/index.tsx:165 #: src/components/common/LocationPicker/index.tsx:254 @@ -10462,7 +10462,7 @@ msgstr "Štatistiky sú založené na dátume vytvorenia účtu" #: src/components/layouts/CheckIn/BottomNav.tsx:17 msgid "Stats" -msgstr "" +msgstr "Štatistiky" #: src/components/common/AdminEventsTable/index.tsx:111 #: src/components/common/AdminOrdersTable/index.tsx:85 @@ -10497,7 +10497,7 @@ msgstr "Stav" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:323 msgid "Still needed" -msgstr "" +msgstr "Stále potrebné" #: src/components/common/ImpersonationBanner/index.tsx:53 msgid "Stop Impersonating" @@ -10515,7 +10515,7 @@ msgstr "Účet Stripe bol odpojený." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:350 msgid "Stripe connected" -msgstr "" +msgstr "Stripe prepojený" #: src/components/routes/admin/Attribution/index.tsx:135 msgid "Stripe Connected" @@ -10523,11 +10523,11 @@ msgstr "Stripe pripojený" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:163 msgid "Stripe connection copied from {0}." -msgstr "" +msgstr "Prepojenie Stripe skopírované od {0}." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:84 msgid "Stripe didn't return a setup link. Please try again." -msgstr "" +msgstr "Stripe nevrátil odkaz na nastavenie. Skúste to znova." #: src/components/routes/admin/Messages/index.tsx:73 msgid "Stripe Not Connected" @@ -10543,11 +10543,11 @@ msgstr "Platby Stripe nie sú pre túto udalosť povolené." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:434 msgid "Stripe will need a few more details soon" -msgstr "" +msgstr "Stripe bude čoskoro potrebovať ďalšie údaje" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:283 msgid "Stripe will walk you through a few quick questions to finish setup." -msgstr "" +msgstr "Stripe vás prevedie niekoľkými rýchlymi otázkami a nastavenie dokončíte." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:131 #: src/components/modals/SendMessageModal/index.tsx:438 @@ -10752,7 +10752,7 @@ msgstr "Letný hudobný festival 2025" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 msgid "Sun" -msgstr "" +msgstr "Ne" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -10782,7 +10782,7 @@ msgstr "Tričko" #: src/components/forms/ProductForm/index.tsx:214 msgid "T-shirts, mugs and more" -msgstr "" +msgstr "Tričká, hrnčeky a ďalšie" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:960 msgid "Tap dates like a calendar." @@ -10790,7 +10790,7 @@ msgstr "Klikajte na dátumy ako v kalendári." #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:59 msgid "Tap this screen to resume scanning" -msgstr "" +msgstr "Ťuknite na obrazovku a skenovanie bude pokračovať" #: src/components/routes/admin/Announcements/AnnouncementTargetPicker.tsx:93 msgid "Target accounts" @@ -10802,7 +10802,7 @@ msgstr "Cieľoví používatelia" #: src/components/modals/SendMessageModal/index.tsx:335 msgid "Targeting attendees across {0} selected sessions." -msgstr "" +msgstr "Cielené na účastníkov z {0} vybraných termínov." #: src/components/common/AdminOrdersTable/index.tsx:84 #: src/components/common/OrdersTable/index.tsx:269 @@ -10856,7 +10856,7 @@ msgstr "Dane" #: src/components/forms/ProductForm/index.tsx:477 msgid "Taxes & fees" -msgstr "" +msgstr "Dane a poplatky" #: src/components/common/ProductsTable/SortableProduct/index.tsx:151 msgid "Taxes & fees applied" @@ -10868,7 +10868,7 @@ msgstr "Dane a poplatky" #: src/components/layouts/AuthLayout/index.tsx:23 msgid "Team collaboration" -msgstr "" +msgstr "Tímová spolupráca" #: src/constants/eventCategories.ts:27 msgid "Tech" @@ -10892,11 +10892,11 @@ msgstr "Povedzte nám o svojej organizácii. Tieto informácie sa zobrazia na st #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1151 msgid "Tell us how often your event repeats and we'll create all the dates for you." -msgstr "" +msgstr "Povedzte nám, ako často sa vaše podujatie opakuje, a vytvoríme za vás všetky termíny." #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:37 msgid "Tell us your VAT registration status so we apply the correct VAT treatment to platform fees." -msgstr "" +msgstr "Uveďte, či ste registrovaní pre DPH, aby sme na poplatky platformy uplatnili správny režim DPH." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:194 msgid "Template Active" @@ -10930,7 +10930,7 @@ msgstr "Ďakujeme za účasť!" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:55 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:77 msgid "Thanks," -msgstr "" +msgstr "Ďakujeme," #: src/components/routes/product-widget/SelectProducts/index.tsx:292 #: src/components/routes/product-widget/SelectProducts/index.tsx:538 @@ -10943,7 +10943,7 @@ msgstr "To je {totalOccurrences} termínov — maximum je {max}. Skráťte obdob #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:54 msgid "That's a wrap" -msgstr "" +msgstr "To je všetko" #: src/components/common/ThemeColorControls/index.tsx:62 msgid "The background color of the page. When using cover image, this is applied as an overlay." @@ -11019,7 +11019,7 @@ msgstr "Organizátor, ktorého hľadáte, sa nenašiel. Stránka mohla byť pres #: src/components/modals/CreateAttendeeModal/index.tsx:277 msgid "The override is recorded in the order audit log." -msgstr "" +msgstr "Toto rozhodnutie sa zaznamená do auditného denníka objednávky." #: src/components/common/ErrorDisplay/index.tsx:18 msgid "The page you are looking for does not exist" @@ -11055,7 +11055,7 @@ msgstr "Naplánovaný čas musí byť v budúcnosti" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:52 msgid "The session for \"{title}\" originally scheduled for {0} has been rescheduled." -msgstr "" +msgstr "Termín podujatia „{title}“, pôvodne naplánovaný na {0}, bol presunutý." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:155 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:186 @@ -11090,7 +11090,7 @@ msgstr "Téma a farby" #: src/components/routes/product-widget/SelectProducts/index.tsx:965 msgid "There are no products available for this date. Please choose another date." -msgstr "" +msgstr "Pre tento termín nie sú dostupné žiadne produkty. Vyberte iný termín." #: src/components/routes/product-widget/SelectProducts/index.tsx:639 msgid "There are no products available for this event" @@ -11102,7 +11102,7 @@ msgstr "V tejto kategórii nie sú dostupné žiadne produkty" #: src/components/routes/product-widget/SelectProducts/index.tsx:636 msgid "There are no upcoming dates for this event" -msgstr "" +msgstr "Toto podujatie nemá žiadne nadchádzajúce termíny" #: src/components/modals/RefundOrderModal/index.tsx:175 msgid "There is a refund pending. Please wait for it to complete before requesting another refund." @@ -11122,15 +11122,15 @@ msgstr "Nastala chyba pri odosielaní vašej správy" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:493 msgid "These details are shown on the attendee's ticket and order summary for this date only." -msgstr "" +msgstr "Tieto údaje sa zobrazia na lístku a v súhrne objednávky účastníka len pri tomto termíne." #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:168 msgid "These details will only be shown if the order is completed successfully." msgstr "Tieto údaje sa zobrazia až po úspešnom dokončení objednávky." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:491 msgid "These details will replace any existing location on the affected dates and show on attendee tickets." -msgstr "" +msgstr "Tieto údaje nahradia doterajšie miesto pri dotknutých termínoch a zobrazia sa na lístkoch účastníkov." #: src/components/forms/ProductForm/index.tsx:359 msgid "These prices apply across all dates in your schedule, and tier quantities limit total sales across all dates combined. Sale dates on tiers apply globally. You can override prices for individual dates on the <0>Occurrence Schedule page." @@ -11150,7 +11150,7 @@ msgstr "Tieto šablóny prepíšu predvolené nastavenia organizátora iba pre t #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:59 msgid "Third" -msgstr "" +msgstr "Tretí" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:131 msgid "This account has no completed orders, so all of its data will be permanently deleted." @@ -11166,7 +11166,7 @@ msgstr "Tento účet je naplánovaný na vymazanie dňa <0>{scheduledDate}" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:259 msgid "This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes." -msgstr "" +msgstr "Platí to pre každý vyhovujúci termín podujatia vrátane termínov, ktoré práve nie sú viditeľné. Účastníci prihlásení na ktorýkoľvek z nich budú po dokončení aktualizácie dostupní v editore správ." #: src/components/common/CheckIn/CheckInOptionsModal.tsx:33 msgid "This attendee has an unpaid order." @@ -11202,7 +11202,7 @@ msgstr "Tento zoznam odbavení ešte nie je aktívny a nie je dostupný pre odba #: src/components/layouts/CheckIn/index.tsx:503 msgid "This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins." -msgstr "" +msgstr "Tento check-in zoznam patrí k termínu, ktorý bol zrušený, takže sa už na check-in nedá použiť." #: src/components/forms/AffiliateForm/index.tsx:41 msgid "This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed." @@ -11216,27 +11216,27 @@ msgstr "Táto kombinácia farieb môže byť pre niektorých používateľov ťa #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:40 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:330 msgid "This date has {orderCount} order(s) that will be affected." -msgstr "" +msgstr "Tento termín má {orderCount} dotknutých objednávok." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:423 msgid "This date has been cancelled. You can still delete it to remove it permanently." -msgstr "" +msgstr "Tento termín bol zrušený. Stále ho môžete natrvalo odstrániť." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:457 msgid "This date is in the past. It will be created but won't be visible to attendees under upcoming dates." -msgstr "" +msgstr "Tento termín je v minulosti. Vytvorí sa, ale účastníkom sa medzi nadchádzajúcimi termínmi nezobrazí." #: src/components/modals/CreateAttendeeModal/index.tsx:273 msgid "This date is marked sold out." -msgstr "" +msgstr "Tento termín je označený ako vypredaný." #: src/components/routes/product-widget/SelectProducts/index.tsx:592 msgid "This date is no longer available. Please select another date." -msgstr "" +msgstr "Tento termín už nie je dostupný. Vyberte iný termín." #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "This date only" -msgstr "" +msgstr "Len tento termín" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:113 msgid "This disconnects {stripeAccountId} from this organizer. Paid ticket sales will stop working until you connect a Stripe account again." @@ -11252,7 +11252,7 @@ msgstr "Táto udalosť zatiaľ nemá žiadne vstupenky ani produkty, takže úč #: src/components/layouts/ProductWidget/index.tsx:56 msgid "This event is not available" -msgstr "" +msgstr "Toto podujatie nie je dostupné" #: src/components/common/StatusToggle/index.tsx:82 msgid "This event is not published yet" @@ -11264,7 +11264,7 @@ msgstr "Toto podujatie je vypredané" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:106 msgid "This event's dates and times are set on the occurrence schedule." -msgstr "" +msgstr "Termíny a časy tohto podujatia sa nastavujú v rozvrhu termínov." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:153 msgid "This information will be shown on the payment page, order summary page, and order confirmation email." @@ -11272,7 +11272,7 @@ msgstr "Tieto informácie sa zobrazia na platobnej stránke, stránke súhrnu ob #: src/components/routes/welcome/index.tsx:401 msgid "This is a recurring event" -msgstr "" +msgstr "Toto je opakujúce sa podujatie" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:157 msgid "This is an online event" @@ -11317,7 +11317,7 @@ msgstr "Tento názov je viditeľný pre koncových používateľov" #: src/components/modals/CreateAttendeeModal/index.tsx:267 msgid "This occurrence is at capacity" -msgstr "" +msgstr "Tento termín má naplnenú kapacitu" #: src/components/forms/StripeCheckoutForm/index.tsx:131 msgid "This order has already been paid." @@ -11381,7 +11381,7 @@ msgstr "Tento produkt je vypredaný" #: src/components/forms/ProductForm/index.tsx:547 msgid "This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to." -msgstr "" +msgstr "Tento produkt sa na stránke podujatia samostatne nezobrazí — kupujúci ho vidia len ako doplnok k produktom, ku ktorým je priradený." #: src/components/modals/PublishEventModal/index.tsx:104 msgid "This recurring event has no dates yet, so there's nothing for attendees to book." @@ -11407,9 +11407,9 @@ msgstr "Tento lístok bol práve naskenovaný. Pred ďalším skenovaním počka msgid "This user is not active, as they have not accepted their invitation." msgstr "Tento používateľ nie je aktívny, pretože neprijal pozvánku." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:367 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:368 msgid "This will affect {loadedAffectedCount} date(s)." -msgstr "" +msgstr "Ovplyvní to {loadedAffectedCount} termín(ov)." #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:80 msgid "This will be used for notifications and communication with your users." @@ -11433,11 +11433,11 @@ msgstr "Týmto sa účet okamžite natrvalo vymaže alebo anonymizuje bez čakan #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:107 msgid "Throughput" -msgstr "" +msgstr "Priepustnosť" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 msgid "Thu" -msgstr "" +msgstr "Št" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -11518,7 +11518,7 @@ msgstr "Lístok bol úspešne znovu odoslaný" #: src/components/routes/product-widget/SelectProducts/index.tsx:631 msgid "Ticket sales have ended for this event" -msgstr "" +msgstr "Predaj lístkov na toto podujatie sa skončil" #: src/components/routes/event/attendees.tsx:75 msgid "Ticket Type" @@ -11565,7 +11565,7 @@ msgstr "Stupňované produkty umožňujú ponúkať viacero cenových možností #: src/components/forms/ProductForm/index.tsx:277 msgid "Tiers" -msgstr "" +msgstr "Úrovne" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:70 msgid "TikTok" @@ -11573,7 +11573,7 @@ msgstr "TikTok" #: src/components/routes/event/OccurrencesTab/index.tsx:292 msgid "Time" -msgstr "" +msgstr "Čas" #: src/components/layouts/Checkout/index.tsx:322 msgid "Time left:" @@ -11585,7 +11585,7 @@ msgstr "Časy" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:725 msgid "Times shown in {timezoneAbbr}" -msgstr "" +msgstr "Časy sú uvedené v {timezoneAbbr}" #: src/components/common/PromoCodeTable/index.tsx:71 msgid "Times used" @@ -11617,7 +11617,7 @@ msgstr "Názov je povinný" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1008 msgid "to" -msgstr "" +msgstr "do" #: src/components/routes/event/messages.tsx:93 msgid "To" @@ -11632,7 +11632,7 @@ msgstr "Na zvýšenie limitov nás kontaktujte na" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:119 #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:43 msgid "Today" -msgstr "" +msgstr "Dnes" #: src/components/common/ColumnVisibilityToggle/index.tsx:26 msgid "Toggle columns" @@ -11640,7 +11640,7 @@ msgstr "Prepnúť stĺpce" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:46 msgid "Tomorrow" -msgstr "" +msgstr "Zajtra" #: src/components/layouts/OrganizerLayout/index.tsx:108 msgid "Tools" @@ -11690,7 +11690,7 @@ msgstr "Celkový poplatok" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:299 msgid "Total fees" -msgstr "" +msgstr "Poplatky spolu" #: src/components/routes/event/EventDashboard/index.tsx:341 #: src/components/routes/event/OccurrenceDetail/index.tsx:212 @@ -11708,7 +11708,7 @@ msgstr "Celková suma objednávky" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:286 msgid "Total orders" -msgstr "" +msgstr "Objednávky spolu" #: src/components/forms/ProductForm/index.tsx:315 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:71 @@ -11727,7 +11727,7 @@ msgstr "Celkovo vrátené" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:293 msgid "Total tax" -msgstr "" +msgstr "Daň spolu" #: src/components/routes/event/EventDashboard/index.tsx:343 #: src/components/routes/event/OccurrenceDetail/index.tsx:214 @@ -11745,7 +11745,7 @@ msgstr "Celkový počet zobrazení" #: src/constants/eventCategories.ts:23 msgid "Tours" -msgstr "" +msgstr "Prehliadky" #: src/components/routes/admin/Attribution/index.tsx:32 msgid "Track account growth and performance by attribution source" @@ -11758,11 +11758,11 @@ msgstr "Sledovanie a analytika" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:176 msgid "Try a different search term or filter" -msgstr "" +msgstr "Skúste iný výraz alebo iný filter" -#: src/components/routes/event/OccurrencesTab/index.tsx:584 +#: src/components/routes/event/OccurrencesTab/index.tsx:599 msgid "Try adjusting your filters to see more dates." -msgstr "" +msgstr "Upravte filtre, aby ste videli viac termínov." #: src/components/routes/auth/Login/index.tsx:141 #: src/components/routes/my-tickets/index.tsx:200 @@ -11775,7 +11775,7 @@ msgstr "Vyskúšajte Hi.Events zadarmo" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 msgid "Tue" -msgstr "" +msgstr "Ut" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -11856,15 +11856,15 @@ msgstr "Nie je možné pridať sa do zoznamu čakateľov" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:164 msgid "Unable to load attendee details." -msgstr "" +msgstr "Údaje o účastníkovi sa nepodarilo načítať." #: src/components/routes/product-widget/SelectProducts/index.tsx:330 msgid "Unable to load products for this date. Please try again." -msgstr "" +msgstr "Produkty pre tento termín sa nepodarilo načítať. Skúste to znova." #: src/components/layouts/CheckIn/index.tsx:220 msgid "Unable to undo check-in" -msgstr "" +msgstr "Check-in sa nedá vrátiť späť" #: src/components/modals/EditQuestionModal/index.tsx:84 msgid "Unable to update question. Please check the your details" @@ -11876,7 +11876,7 @@ msgstr "Nepriradené účty" #: src/components/layouts/CheckIn/index.tsx:255 msgid "Undo" -msgstr "" +msgstr "Späť" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:30 msgid "Unique Customers" @@ -11942,7 +11942,7 @@ msgstr "do" #: src/components/forms/ProductForm/ledgerSummaries.ts:49 msgid "Until {end}" -msgstr "" +msgstr "Do {end}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1059 msgid "Until a date" @@ -11950,11 +11950,11 @@ msgstr "Do dátumu" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled product" -msgstr "" +msgstr "Produkt bez názvu" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled ticket" -msgstr "" +msgstr "Lístok bez názvu" #: src/components/common/AdminAccountsTable/index.tsx:101 msgid "Untrusted" @@ -11962,7 +11962,7 @@ msgstr "Nedôveryhodné" #: src/components/forms/ProductForm/ledgerSummaries.ts:118 msgid "Up to {max} per order" -msgstr "" +msgstr "Najviac {max} na objednávku" #: src/components/common/EventsDashboardStatusButtons/index.tsx:20 #: src/components/common/EventStatusBadge/index.tsx:16 @@ -11974,7 +11974,7 @@ msgstr "Nadchádzajúce" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:375 msgid "Upcoming events" -msgstr "" +msgstr "Nadchádzajúce podujatia" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Upcoming Events" @@ -11990,11 +11990,11 @@ msgstr "Aktualizovať partnera" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Update capacity" -msgstr "" +msgstr "Aktualizovať kapacitu" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:73 msgid "Update event name and description" -msgstr "" +msgstr "Aktualizovať názov a popis podujatia" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:74 msgid "Update event name, description and dates" @@ -12002,11 +12002,11 @@ msgstr "Aktualizovať názov udalosti, popis a dátumy" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Update label" -msgstr "" +msgstr "Aktualizovať označenie" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Update location" -msgstr "" +msgstr "Aktualizovať miesto" #: src/components/routes/profile/ManageProfile/index.tsx:215 msgid "Update profile" @@ -12014,11 +12014,11 @@ msgstr "Aktualizovať profil" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:71 msgid "Update: {subjectTitle} — schedule changes" -msgstr "" +msgstr "Aktualizácia: {subjectTitle} — zmeny v rozvrhu" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:48 msgid "Update: {subjectTitle} — session time changed" -msgstr "" +msgstr "Aktualizácia: {subjectTitle} — zmena času termínu" #: src/components/routes/admin/Announcements/index.tsx:163 msgid "Updated" @@ -12026,19 +12026,19 @@ msgstr "Aktualizované" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:217 msgid "Updated {count} date(s)" -msgstr "" +msgstr "Aktualizovaných {count} termín(ov)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:213 msgid "Updated capacity for {count} date(s)" -msgstr "" +msgstr "Kapacita aktualizovaná pre {count} termín(ov)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:214 msgid "Updated label for {count} date(s)" -msgstr "" +msgstr "Označenie aktualizované pre {count} termín(ov)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:215 msgid "Updated location for {count} date(s)" -msgstr "" +msgstr "Miesto aktualizované pre {count} termín(ov)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1138 msgid "Updates as you build the rule. Flip through months to sanity-check dates." @@ -12046,7 +12046,7 @@ msgstr "Aktualizuje sa počas vytvárania pravidla. Prelistujte mesiace a skontr #: src/components/forms/ProductForm/ProductPreview.tsx:93 msgid "Updates as you type." -msgstr "" +msgstr "Aktualizuje sa počas písania." #: src/components/routes/organizer/Settings/Sections/ImageAssetSettings/index.tsx:39 msgid "Upload a cover image for your organizer" @@ -12093,15 +12093,15 @@ msgstr "Limit použitia" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:80 msgid "USB" -msgstr "" +msgstr "USB" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner listening" -msgstr "" +msgstr "USB skener načúva" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner paused" -msgstr "" +msgstr "USB skener pozastavený" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:154 msgid "Use <0>Liquid templating to personalize your emails" @@ -12119,7 +12119,7 @@ msgstr "Použiť obrázok obalu" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:531 msgid "Use event default" -msgstr "" +msgstr "Použiť predvolené nastavenie podujatia" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:49 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -12193,11 +12193,11 @@ msgstr "DPH" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:195 msgid "VAT country code" -msgstr "" +msgstr "Kód krajiny pre DPH" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:173 msgid "VAT number" -msgstr "" +msgstr "IČ DPH" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:212 msgid "VAT Number" @@ -12234,7 +12234,7 @@ msgstr "Sadzba DPH" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:168 msgid "VAT registered" -msgstr "" +msgstr "Registrovaný pre DPH" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:165 #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:173 @@ -12247,7 +12247,7 @@ msgstr "Nastavenia DPH uložené. Overujeme číslo DPH na pozadí." #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:85 msgid "VAT settings updated" -msgstr "" +msgstr "Nastavenia DPH aktualizované" #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:27 msgid "VAT Treatment for Platform Fees" @@ -12263,11 +12263,11 @@ msgstr "Služba overenia DPH je dočasne nedostupná" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:225 msgid "VAT: {0}" -msgstr "" +msgstr "DPH: {0}" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:230 msgid "VAT: not registered" -msgstr "" +msgstr "DPH: neregistrovaný" #: src/components/common/LocationPicker/index.tsx:230 #: src/components/modals/LocationEditModal/index.tsx:140 @@ -12280,7 +12280,7 @@ msgstr "Overovací kód" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:77 msgid "Verification email sent. Check your inbox." -msgstr "" +msgstr "Overovací e-mail odoslaný. Skontrolujte si doručenú poštu." #: src/components/routes/admin/Attribution/index.tsx:136 #: src/components/routes/admin/Dashboard/index.tsx:421 @@ -12298,7 +12298,7 @@ msgstr "Overte svoj e-mail" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:159 msgid "Verify your email so attendees can receive tickets" -msgstr "" +msgstr "Overte si e-mail, aby účastníci mohli dostávať lístky" #: src/components/routes/welcome/index.tsx:189 msgid "Verifying..." @@ -12310,19 +12310,19 @@ msgstr "Vietnamčina" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:68 msgid "View All" -msgstr "" +msgstr "Zobraziť všetko" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:380 msgid "View all →" -msgstr "" +msgstr "Zobraziť všetko →" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:424 msgid "View all capabilities" -msgstr "" +msgstr "Zobraziť všetky funkcie" #: src/components/modals/SelectCheckInListModal/index.tsx:87 msgid "View all check-in lists" -msgstr "" +msgstr "Zobraziť všetky check-in zoznamy" #: src/components/routes/admin/Messages/index.tsx:108 msgid "View all messages sent across the platform" @@ -12347,7 +12347,7 @@ msgstr "Zobraziť podrobnosti" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:192 msgid "View details for {0} {1}" -msgstr "" +msgstr "Zobraziť podrobnosti: {0} {1}" #: src/components/common/AdminEventsTable/index.tsx:157 #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:58 @@ -12427,11 +12427,11 @@ msgstr "VIP lístok" #: src/components/forms/ProductForm/visibilityStatus.ts:41 msgid "Visible from {start} — hidden until sales open." -msgstr "" +msgstr "Viditeľné od {start} — skryté do otvorenia predaja." #: src/components/forms/ProductForm/visibilityStatus.ts:56 msgid "Visible to everyone on the event page." -msgstr "" +msgstr "Viditeľné pre všetkých na stránke podujatia." #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:104 msgid "VK" @@ -12450,7 +12450,7 @@ msgstr "Čaká na platbu" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:64 msgid "Waiting for scan…" -msgstr "" +msgstr "Čaká sa na sken…" #: src/components/forms/ProductForm/index.tsx:460 #: src/components/layouts/AuthLayout/index.tsx:17 @@ -12480,7 +12480,7 @@ msgstr "Nepodarilo sa spracovať vašu platbu. Skúste to znovu alebo kontaktujt #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:167 msgid "We couldn't copy that Stripe connection. Please try again." -msgstr "" +msgstr "Toto prepojenie Stripe sa nepodarilo skopírovať. Skúste to znova." #: src/components/common/ProductsTable/SortableCategory/index.tsx:56 msgid "We couldn't delete the category. Please try again." @@ -12512,7 +12512,7 @@ msgstr "Nenašla sa táto objednávka. Mohla byť odstránená." #: src/hooks/useOccurrenceCheckIn.tsx:43 msgid "We couldn't load the check-in lists. Please try again." -msgstr "" +msgstr "Check-in zoznamy sa nepodarilo načítať. Skúste to znova." #: src/components/common/ErrorLoadingMessage/index.tsx:13 msgid "We couldn't load the data. Please try again." @@ -12520,7 +12520,7 @@ msgstr "Nepodarilo sa načítať dáta. Skúste to znovu." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:97 msgid "We couldn't reach Stripe just now. Please try again in a moment." -msgstr "" +msgstr "Momentálne sa nevieme spojiť so Stripe. Skúste to o chvíľu znova." #: src/components/common/ProductsTable/SortableCategory/index.tsx:98 msgid "We couldn't reorder the categories. Please try again." @@ -12532,7 +12532,7 @@ msgstr "Nastala chyba pri načítaní tejto stránky. Skúste to znovu." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:236 msgid "We partner with Stripe to send payouts straight to your bank account." -msgstr "" +msgstr "Spolupracujeme so Stripe, aby výplaty išli priamo na váš bankový účet." #: src/components/routes/event/TicketDesigner/index.tsx:144 msgid "We recommend a square logo with minimum dimensions of 200x200px" @@ -12549,7 +12549,7 @@ msgstr "Odporúčame rozmery 400px x 400px a maximálnu veľkosť súboru 5 MB" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:158 msgid "We sent a verification link to {0}" -msgstr "" +msgstr "Odoslali sme overovací odkaz na {0}" #: src/components/common/CookieConsentBanner/index.tsx:18 msgid "We use cookies to help us understand how the site is used and to improve your experience." @@ -12578,7 +12578,7 @@ msgstr "Upozorníme vás e-mailom, ak sa uvoľní miesto pre {productDisplayName #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:267 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:301 msgid "We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically." -msgstr "" +msgstr "Po uložení otvoríme editor správ s pripravenou šablónou. Vy ju skontrolujete a odošlete — nič sa neodosiela automaticky." #: src/components/routes/product-widget/CollectInformation/index.tsx:456 msgid "We'll send your tickets to this email" @@ -12594,7 +12594,7 @@ msgstr "Spracovávame vašu objednávku. Čakajte prosím..." #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:75 msgid "We've made changes to the schedule for \"{title}\" — {description} affecting {affectedCount} session(s)." -msgstr "" +msgstr "Zmenili sme rozvrh podujatia „{title}“ — {description} sa týka {affectedCount} termínov." #: src/components/routes/welcome/index.tsx:147 msgid "We've sent a 5-digit verification code to:" @@ -12612,7 +12612,7 @@ msgstr "Webhook bol úspešne odstránený" #: src/components/layouts/AuthLayout/index.tsx:25 msgid "Webhook integrations" -msgstr "" +msgstr "Integrácie webhookov" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:137 #: src/components/modals/WebhookLogsModal/index.tsx:151 @@ -12650,7 +12650,7 @@ msgstr "Webstránka" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 msgid "Wed" -msgstr "" +msgstr "St" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -12659,16 +12659,16 @@ msgstr "Streda" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:88 msgid "week" -msgstr "" +msgstr "týždeň" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:51 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Weekly" -msgstr "" +msgstr "Týždenne" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:96 msgid "weeks" -msgstr "" +msgstr "týždne" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:105 msgid "Weibo" @@ -12696,7 +12696,7 @@ msgstr "Vitajte v {0}, tu je zoznam všetkých vašich udalostí" #: src/constants/eventCategories.ts:20 msgid "Wellness" -msgstr "" +msgstr "Wellness" #: src/components/forms/ProductForm/index.tsx:349 msgid "What are Tiered Products?" @@ -12732,7 +12732,7 @@ msgstr "Aký typ otázky je toto?" #: src/components/forms/CheckInListForm/index.tsx:172 msgid "What unauthenticated staff can see" -msgstr "" +msgstr "Čo vidí neprihlásený personál" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:89 msgid "WhatsApp" @@ -12744,7 +12744,7 @@ msgstr "Keď je odbavenie odstránené" #: src/components/forms/WebhookForm/index.tsx:135 msgid "When a date is cancelled on a recurring event" -msgstr "" +msgstr "Keď sa zruší termín opakujúceho sa podujatia" #: src/components/forms/WebhookForm/index.tsx:105 msgid "When a new attendee is created" @@ -12909,7 +12909,7 @@ msgstr "X (Twitter)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:90 msgid "year" -msgstr "" +msgstr "rok" #: src/components/common/OrganizerReportTable/index.tsx:59 #: src/components/common/PeriodSelector/index.tsx:38 @@ -12920,11 +12920,11 @@ msgstr "Od začiatku roka" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:53 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Yearly" -msgstr "" +msgstr "Ročne" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:98 msgid "years" -msgstr "" +msgstr "roky" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:191 msgid "Yes" @@ -12969,7 +12969,7 @@ msgstr "Môžete vytvoriť promo kód, ktorý cieli na tento produkt na" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1115 msgid "You can override this for individual dates later." -msgstr "" +msgstr "Pre jednotlivé termíny to môžete neskôr zmeniť." #: src/components/modals/OfferWaitlistModal/index.tsx:110 msgid "You can still manually offer tickets if needed." @@ -13035,7 +13035,7 @@ msgstr "K bezplatnému produktu máte pridané dane a poplatky. Chcete ich odstr #: src/components/forms/ProductForm/ProductDrawer.tsx:57 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:728 msgid "You have unsaved changes. Are you sure you want to discard them?" -msgstr "" +msgstr "Máte neuložené zmeny. Naozaj ich chcete zahodiť?" #: src/components/modals/SendMessageModal/index.tsx:204 msgid "You must acknowledge that this email is not promotional" @@ -13067,7 +13067,7 @@ msgstr "Pred aktualizáciou stavu organizátora musíte overiť e-mailovú adres #: src/components/modals/CreateAttendeeModal/index.tsx:186 msgid "You need to create at least one occurrence before you can add attendees to this recurring event." -msgstr "" +msgstr "Skôr než pridáte účastníkov k tomuto opakujúcemu sa podujatiu, musíte vytvoriť aspoň jeden termín." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:355 msgid "You need to verify your account email before you can modify email templates." @@ -13087,7 +13087,7 @@ msgstr "Objednávku budete musieť označiť ako zaplatenú manuálne. Môžete #: src/components/modals/CreateEventModal/index.tsx:253 msgid "You'll be able to set up dates, schedules, and recurrence rules in the next step." -msgstr "" +msgstr "Termíny, rozvrhy a pravidlá opakovania nastavíte v ďalšom kroku." #: src/components/modals/CreateCheckInListModal/index.tsx:64 msgid "You'll need a ticket before you can create a check-in list." @@ -13103,7 +13103,7 @@ msgstr "Na začiatok potrebujete aspoň jeden produkt. Bezplatný, platený aleb #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:254 msgid "You're changing session times" -msgstr "" +msgstr "Meníte časy termínov" #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:168 msgid "You're going to {0}!" @@ -13123,7 +13123,7 @@ msgstr "Bolo vám ponúknuté miesto!" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:290 msgid "You've changed the session time" -msgstr "" +msgstr "Zmenili ste čas termínu" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:92 msgid "Your account has been deactivated and will be permanently deleted on <0>{0}." @@ -13264,7 +13264,7 @@ msgstr "Vaše vrátenie sa spracováva." #: src/components/layouts/CheckIn/index.tsx:117 msgid "Your saved date filter is no longer available — showing all dates." -msgstr "" +msgstr "Váš uložený filter termínov už nie je dostupný — zobrazujeme všetky termíny." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:116 msgid "Your Stripe account itself isn't affected, and no data is lost — you can reconnect at any time." @@ -13276,7 +13276,7 @@ msgstr "Váš lístok pre" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:54 msgid "Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions." -msgstr "" +msgstr "Váš lístok zostáva platný — nemusíte robiť nič, pokiaľ vám nový čas nevyhovuje. Ak máte otázky, odpovedzte na tento e-mail." #: src/components/routes/product-widget/CollectInformation/index.tsx:377 msgid "Your tickets have been confirmed." diff --git a/frontend/src/locales/tr.js b/frontend/src/locales/tr.js index 24e0e165da..6aa71edcc9 100644 --- a/frontend/src/locales/tr.js +++ b/frontend/src/locales/tr.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Henüz gösterilecek bir şey yok'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>başarıyla check-out yaptı\"],\"KMgp2+\":[[\"0\"],\" mevcut\"],\"Pmr5xp\":[[\"0\"],\" başarıyla oluşturuldu\"],\"FImCSc\":[[\"0\"],\" başarıyla güncellendi\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" gün, \",[\"hours\"],\" saat, \",[\"minutes\"],\" dakika ve \",[\"seconds\"],\" saniye\"],\"f3RdEk\":[[\"hours\"],\" saat, \",[\"minutes\"],\" dakika ve \",[\"seconds\"],\" saniye\"],\"fyE7Au\":[[\"minutes\"],\" dakika ve \",[\"seconds\"],\" saniye\"],\"NlQ0cx\":[[\"organizerName\"],\"'ın ilk etkinliği\"],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://siteniz.com\",\"qnSLLW\":\"<0>Lütfen vergiler ve ücretler hariç fiyatı girin.<1>Vergi ve ücretler aşağıdan eklenebilir.\",\"ZjMs6e\":\"<0>Bu ürün için mevcut ürün sayısı<1>Bu değer, bu ürünle ilişkili <2>Kapasite Sınırları varsa geçersiz kılınabilir.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 dakika ve 0 saniye\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Tarih girişi. Doğum tarihi sormak gibi durumlar için mükemmel.\",\"6euFZ/\":[\"Varsayılan \",[\"type\"],\" otomatik olarak tüm yeni ürünlere uygulanır. Bunu ürün bazında geçersiz kılabilirsiniz.\"],\"SMUbbQ\":\"Açılır menü sadece tek seçime izin verir\",\"qv4bfj\":\"Rezervasyon ücreti veya hizmet ücreti gibi bir ücret\",\"POT0K/\":\"Ürün başına sabit miktar. Örn. ürün başına 0,50 $\",\"f4vJgj\":\"Çok satırlı metin girişi\",\"OIPtI5\":\"Ürün fiyatının yüzdesi. Örn. ürün fiyatının %3,5'i\",\"ZthcdI\":\"İndirim olmayan promosyon kodu gizli ürünleri göstermek için kullanılabilir.\",\"AG/qmQ\":\"Radyo seçeneği birden fazla seçenek sunar ancak sadece biri seçilebilir.\",\"h179TP\":\"Arama motoru sonuçlarında ve sosyal medyada paylaşılırken gösterilecek etkinliğin kısa açıklaması. Varsayılan olarak etkinlik açıklaması kullanılır\",\"WKMnh4\":\"Tek satırlı metin girişi\",\"BHZbFy\":\"Sipariş başına tek soru. Örn. Teslimat adresiniz nedir?\",\"Fuh+dI\":\"Ürün başına tek soru. Örn. Tişört bedeniniz nedir?\",\"RlJmQg\":\"KDV veya ÖTV gibi standart vergi\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Banka havalesi, çek veya diğer çevrimdışı ödeme yöntemlerini kabul et\",\"hrvLf4\":\"Stripe ile kredi kartı ödemelerini kabul et\",\"bfXQ+N\":\"Davetiyeyi Kabul Et\",\"AeXO77\":\"Hesap\",\"lkNdiH\":\"Hesap Adı\",\"Puv7+X\":\"Hesap Ayarları\",\"OmylXO\":\"Hesap başarıyla güncellendi\",\"7L01XJ\":\"İşlemler\",\"FQBaXG\":\"Etkinleştir\",\"5T2HxQ\":\"Etkinleştirme tarihi\",\"F6pfE9\":\"Etkin\",\"/PN1DA\":\"Bu check-in listesi için açıklama ekleyin\",\"0/vPdA\":\"Katılımcı hakkında not ekleyin. Bunlar katılımcı tarafından görülmeyecektir.\",\"Or1CPR\":\"Katılımcı hakkında not ekleyin...\",\"l3sZO1\":\"Sipariş hakkında not ekleyin. Bunlar müşteri tarafından görülmeyecektir.\",\"xMekgu\":\"Sipariş hakkında not ekleyin...\",\"PGPGsL\":\"Açıklama ekle\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Çevrimdışı ödemeler için talimatlar ekleyin (örn. banka havalesi detayları, çeklerin nereye gönderileceği, ödeme tarihleri)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Yeni Ekle\",\"TZxnm8\":\"Seçenek Ekle\",\"24l4x6\":\"Ürün Ekle\",\"8q0EdE\":\"Kategoriye Ürün Ekle\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Vergi veya Ücret Ekle\",\"goOKRY\":\"Kademe ekle\",\"oZW/gT\":\"Takvime Ekle\",\"pn5qSs\":\"Ek Bilgiler\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Adres\",\"NY/x1b\":\"Adres satırı 1\",\"POdIrN\":\"Adres Satırı 1\",\"cormHa\":\"Adres satırı 2\",\"gwk5gg\":\"Adres Satırı 2\",\"U3pytU\":\"Yönetici\",\"HLDaLi\":\"Yönetici kullanıcılar etkinliklere ve hesap ayarlarına tam erişime sahiptir.\",\"W7AfhC\":\"Bu etkinliğin tüm katılımcıları\",\"cde2hc\":\"Tüm Ürünler\",\"5CQ+r0\":\"Ödenmemiş siparişlerle ilişkili katılımcıların check-in yapmasına izin ver\",\"ipYKgM\":\"Arama motoru indekslemesine izin ver\",\"LRbt6D\":\"Arama motorlarının bu etkinliği indekslemesine izin ver\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Harika, Etkinlik, Anahtar Kelimeler...\",\"hehnjM\":\"Miktar\",\"R2O9Rg\":[\"Ödenen miktar (\",[\"0\"],\")\"],\"V7MwOy\":\"Sayfa yüklenirken bir hata oluştu\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Beklenmeyen bir hata oluştu.\",\"byKna+\":\"Beklenmeyen bir hata oluştu. Lütfen tekrar deneyin.\",\"ubdMGz\":\"Ürün sahiplerinden gelen tüm sorular bu e-posta adresine gönderilecektir. Bu aynı zamanda bu etkinlikten gönderilen tüm e-postalar için \\\"yanıtla\\\" adresi olarak da kullanılacaktır\",\"aAIQg2\":\"Görünüm\",\"Ym1gnK\":\"uygulandı\",\"sy6fss\":[[\"0\"],\" ürüne uygulanır\"],\"kadJKg\":\"1 ürüne uygulanır\",\"DB8zMK\":\"Uygula\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Bu \",[\"type\"],\"'ı tüm yeni ürünlere uygula\"],\"S0ctOE\":\"Etkinliği arşivle\",\"TdfEV7\":\"Arşivlendi\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Bu katılımcıyı etkinleştirmek istediğinizden emin misiniz?\",\"TvkW9+\":\"Bu etkinliği arşivlemek istediğinizden emin misiniz?\",\"/CV2x+\":\"Bu katılımcıyı iptal etmek istediğinizden emin misiniz? Bu işlem biletini geçersiz kılacaktır\",\"YgRSEE\":\"Bu promosyon kodunu silmek istediğinizden emin misiniz?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Bu etkinliği taslak yapmak istediğinizden emin misiniz? Bu işlem etkinliği halka görünmez yapacaktır\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Bu etkinliği geri yüklemek istediğinizden emin misiniz? Taslak etkinlik olarak geri yüklenecektir.\",\"vJuISq\":\"Bu Kapasite Atamasını silmek istediğinizden emin misiniz?\",\"baHeCz\":\"Bu Check-In Listesini silmek istediğinizden emin misiniz?\",\"LBLOqH\":\"Sipariş başına bir kez sor\",\"wu98dY\":\"Ürün başına bir kez sor\",\"ss9PbX\":\"Katılımcı\",\"m0CFV2\":\"Katılımcı Detayları\",\"QKim6l\":\"Katılımcı bulunamadı\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Katılımcı Bileti\",\"9SZT4E\":\"Katılımcılar\",\"iPBfZP\":\"Kayıtlı Katılımcılar\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Otomatik Boyutlandır\",\"vZ5qKF\":\"Widget yüksekliğini içeriğe göre otomatik olarak boyutlandırır. Devre dışı bırakıldığında, widget kapsayıcının yüksekliğini dolduracaktır.\",\"4lVaWA\":\"Çevrimdışı ödeme bekleniyor\",\"2rHwhl\":\"Çevrimdışı Ödeme Bekleniyor\",\"3wF4Q/\":\"Ödeme bekleniyor\",\"ioG+xt\":\"Ödeme Bekleniyor\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Harika Organizatör Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Etkinlik sayfasına dön\",\"VCoEm+\":\"Girişe dön\",\"k1bLf+\":\"Arkaplan Rengi\",\"I7xjqg\":\"Arkaplan Türü\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Fatura Adresi\",\"/xC/im\":\"Fatura Ayarları\",\"rp/zaT\":\"Brezilya Portekizcesi\",\"whqocw\":\"Kayıt olarak <0>Hizmet Şartlarımızı ve <1>Gizlilik Politikasımızı kabul etmiş olursunuz.\",\"bcCn6r\":\"Hesaplama Türü\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"İptal\",\"Gjt/py\":\"E-posta değişikliğini iptal et\",\"tVJk4q\":\"Siparişi iptal et\",\"Os6n2a\":\"Siparişi İptal Et\",\"Mz7Ygx\":[\"Sipariş \",[\"0\"],\"'ı İptal Et\"],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"İptal Edildi\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Kapasite\",\"V6Q5RZ\":\"Kapasite ataması başarıyla oluşturuldu\",\"k5p8dz\":\"Kapasite ataması başarıyla silindi\",\"nDBs04\":\"Kapasite yönetimi\",\"ddha3c\":\"Kategoriler ürünleri birlikte gruplandırmanızı sağlar. Örneğin, \\\"Biletler\\\" için bir kategori ve \\\"Ürünler\\\" için başka bir kategori oluşturabilirsiniz.\",\"iS0wAT\":\"Kategoriler ürünlerinizi düzenlemenize yardımcı olur. Bu başlık halka açık etkinlik sayfasında gösterilecektir.\",\"eorM7z\":\"Kategoriler başarıyla yeniden sıralandı.\",\"3EXqwa\":\"Kategori Başarıyla Oluşturuldu\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Şifre değiştir\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[[\"0\"],\" \",[\"1\"],\" check-in yap\"],\"D6+U20\":\"Check-in yap ve siparişi ödenmiş olarak işaretle\",\"QYLpB4\":\"Sadece check-in yap\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Bu etkinliğe göz atın!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Check-In Listesi başarıyla silindi\",\"+hBhWk\":\"Check-in listesinin süresi doldu\",\"mBsBHq\":\"Check-in listesi aktif değil\",\"vPqpQG\":\"Check-in listesi bulunamadı\",\"tejfAy\":\"Check-In Listeleri\",\"hD1ocH\":\"Check-In URL'si panoya kopyalandı\",\"CNafaC\":\"Onay kutusu seçenekleri çoklu seçime izin verir\",\"SpabVf\":\"Onay Kutuları\",\"CRu4lK\":\"Giriş Yapıldı\",\"znIg+z\":\"Ödeme\",\"1WnhCL\":\"Ödeme Ayarları\",\"6imsQS\":\"Çince (Basitleştirilmiş)\",\"JjkX4+\":\"Arkaplanınız için bir renk seçin\",\"/Jizh9\":\"Bir hesap seçin\",\"3wV73y\":\"Şehir\",\"FG98gC\":\"Arama Metnini Temizle\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Kopyalamak için tıklayın\",\"yz7wBu\":\"Kapat\",\"62Ciis\":\"Kenar çubuğunu kapat\",\"EWPtMO\":\"Kod\",\"ercTDX\":\"Kod 3 ile 50 karakter arasında olmalıdır\",\"oqr9HB\":\"Etkinlik sayfası ilk yüklendiğinde bu ürünü daralt\",\"jZlrte\":\"Renk\",\"Vd+LC3\":\"Renk geçerli bir hex renk kodu olmalıdır. Örnek: #ffffff\",\"1HfW/F\":\"Renkler\",\"VZeG/A\":\"Yakında\",\"yPI7n9\":\"Etkinliği tanımlayan virgülle ayrılmış anahtar kelimeler. Bunlar arama motorları tarafından etkinliği kategorize etmek ve indekslemek için kullanılacaktır\",\"NPZqBL\":\"Siparişi Tamamla\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Ödemeyi Tamamla\",\"qqWcBV\":\"Tamamlandı\",\"6HK5Ct\":\"Tamamlanan siparişler\",\"NWVRtl\":\"Tamamlanan Siparişler\",\"DwF9eH\":\"Bileşen Kodu\",\"Tf55h7\":\"Yapılandırılmış İndirim\",\"7VpPHA\":\"Onayla\",\"ZaEJZM\":\"E-posta Değişikliğini Onayla\",\"yjkELF\":\"Yeni Şifreyi Onayla\",\"xnWESi\":\"Şifreyi onayla\",\"p2/GCq\":\"Şifreyi Onayla\",\"wnDgGj\":\"E-posta adresi onaylanıyor...\",\"pbAk7a\":\"Stripe'ı Bağla\",\"UMGQOh\":\"Stripe ile Bağlan\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Bağlantı Detayları\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Devam Et\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Devam Butonu Metni\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Kopyalandı\",\"T5rdis\":\"panoya kopyalandı\",\"he3ygx\":\"Kopyala\",\"r2B2P8\":\"Check-In URL'sini Kopyala\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Linki Kopyala\",\"E6nRW7\":\"URL'yi Kopyala\",\"JNCzPW\":\"Ülke\",\"IF7RiR\":\"Kapak\",\"hYgDIe\":\"Oluştur\",\"b9XOHo\":[[\"0\"],\" Oluştur\"],\"k9RiLi\":\"Ürün Oluştur\",\"6kdXbW\":\"Promosyon Kodu Oluştur\",\"n5pRtF\":\"Bilet Oluştur\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"organizatör oluştur\",\"ipP6Ue\":\"Katılımcı Oluştur\",\"VwdqVy\":\"Kapasite Ataması Oluştur\",\"EwoMtl\":\"Kategori oluştur\",\"XletzW\":\"Kategori Oluştur\",\"WVbTwK\":\"Check-In Listesi Oluştur\",\"uN355O\":\"Etkinlik Oluştur\",\"BOqY23\":\"Yeni oluştur\",\"kpJAeS\":\"Organizatör Oluştur\",\"a0EjD+\":\"Ürün Oluştur\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Promosyon Kodu Oluştur\",\"B3Mkdt\":\"Soru Oluştur\",\"UKfi21\":\"Vergi veya Ücret Oluştur\",\"d+F6q9\":\"Oluşturuldu\",\"Q2lUR2\":\"Para Birimi\",\"DCKkhU\":\"Mevcut Şifre\",\"uIElGP\":\"Özel Harita URL'si\",\"UEqXyt\":\"Özel Aralık\",\"876pfE\":\"Müşteri\",\"QOg2Sf\":\"Bu etkinlik için e-posta ve bildirim ayarlarını özelleştirin\",\"Y9Z/vP\":\"Etkinlik ana sayfası ve ödeme mesajlarını özelleştirin\",\"2E2O5H\":\"Bu etkinlik için çeşitli ayarları özelleştirin\",\"iJhSxe\":\"Bu etkinlik için SEO ayarlarını özelleştirin\",\"KIhhpi\":\"Etkinlik sayfanızı özelleştirin\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Tehlike bölgesi\",\"ZQKLI1\":\"Tehlike Bölgesi\",\"7p5kLi\":\"Gösterge Paneli\",\"mYGY3B\":\"Tarih\",\"JvUngl\":\"Tarih ve Saat\",\"JJhRbH\":\"Birinci gün kapasitesi\",\"cnGeoo\":\"Sil\",\"jRJZxD\":\"Kapasiteyi Sil\",\"VskHIx\":\"Kategoriyi sil\",\"Qrc8RZ\":\"Check-In Listesini Sil\",\"WHf154\":\"Kodu sil\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Açıklama\",\"YC3oXa\":\"Check-in personeli için açıklama\",\"URmyfc\":\"Detaylar\",\"1lRT3t\":\"Bu kapasiteyi devre dışı bırakmak satışları takip edecek ancak limite ulaşıldığında onları durdurmayacaktır\",\"H6Ma8Z\":\"İndirim\",\"ypJ62C\":\"İndirim %\",\"3LtiBI\":[[\"0\"],\" cinsinden indirim\"],\"C8JLas\":\"İndirim Türü\",\"1QfxQT\":\"Dismiss\",\"DZlSLn\":\"Belge Etiketi\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\".ics İndir\",\"kodV18\":\"CSV İndir\",\"CELKku\":\"Faturayı indir\",\"LQrXcu\":\"Faturayı İndir\",\"QIodqd\":\"QR Kodu İndir\",\"yhjU+j\":\"Fatura İndiriliyor\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Açılır seçim\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Etkinliği çoğalt\",\"3ogkAk\":\"Etkinliği Çoğalt\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Çoğaltma Seçenekleri\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Erken kuş\",\"ePK91l\":\"Düzenle\",\"N6j2JH\":[[\"0\"],\" Düzenle\"],\"kBkYSa\":\"Kapasiteyi Düzenle\",\"oHE9JT\":\"Kapasite Atamasını Düzenle\",\"j1Jl7s\":\"Kategoriyi düzenle\",\"FU1gvP\":\"Check-In Listesini Düzenle\",\"iFgaVN\":\"Kodu Düzenle\",\"jrBSO1\":\"Organizatörü Düzenle\",\"tdD/QN\":\"Ürünü Düzenle\",\"n143Tq\":\"Ürün Kategorisini Düzenle\",\"9BdS63\":\"Promosyon Kodunu Düzenle\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Soruyu Düzenle\",\"poTr35\":\"Kullanıcıyı düzenle\",\"GTOcxw\":\"Kullanıcıyı Düzenle\",\"pqFrv2\":\"örn. $2.50 için 2.50\",\"3yiej1\":\"örn. %23.5 için 23.5\",\"O3oNi5\":\"E-posta\",\"VxYKoK\":\"E-posta ve Bildirim Ayarları\",\"ATGYL1\":\"E-posta adresi\",\"hzKQCy\":\"E-posta Adresi\",\"HqP6Qf\":\"E-posta değişikliği başarıyla iptal edildi\",\"mISwW1\":\"E-posta değişikliği beklemede\",\"APuxIE\":\"E-posta onayı yeniden gönderildi\",\"YaCgdO\":\"E-posta onayı başarıyla yeniden gönderildi\",\"jyt+cx\":\"E-posta alt bilgi mesajı\",\"I6F3cp\":\"E-posta doğrulanmamış\",\"NTZ/NX\":\"Gömme Kodu\",\"4rnJq4\":\"Gömme Scripti\",\"8oPbg1\":\"Faturalamayı Etkinleştir\",\"j6w7d/\":\"Limite ulaşıldığında ürün satışlarını durdurmak için bu kapasiteyi etkinleştir\",\"VFv2ZC\":\"Bitiş Tarihi\",\"237hSL\":\"Sona Erdi\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"İngilizce\",\"MhVoma\":\"Vergiler ve ücretler hariç bir tutar girin.\",\"SlfejT\":\"Hata\",\"3Z223G\":\"E-posta adresini onaylama hatası\",\"a6gga1\":\"E-posta değişikliğini onaylama hatası\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Etkinlik\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Etkinlik Tarihi\",\"0Zptey\":\"Etkinlik Varsayılanları\",\"QcCPs8\":\"Etkinlik Detayları\",\"6fuA9p\":\"Etkinlik başarıyla çoğaltıldı\",\"AEuj2m\":\"Etkinlik Ana Sayfası\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Etkinlik konumu ve mekan detayları\",\"OopDbA\":\"Event page\",\"4/If97\":\"Etkinlik durumu güncellenemedi. Lütfen daha sonra tekrar deneyin\",\"btxLWj\":\"Etkinlik durumu güncellendi\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Etkinlikler\",\"sZg7s1\":\"Son kullanım tarihi\",\"KnN1Tu\":\"Süresi Doluyor\",\"uaSvqt\":\"Son Kullanım Tarihi\",\"GS+Mus\":\"Dışa Aktar\",\"9xAp/j\":\"Katılımcı iptal edilemedi\",\"ZpieFv\":\"Sipariş iptal edilemedi\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Fatura indirilemedi. Lütfen tekrar deneyin.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Giriş Listesi yüklenemedi\",\"ZQ15eN\":\"Bilet e-postası yeniden gönderilemedi\",\"ejXy+D\":\"Ürünler sıralanamadı\",\"PLUB/s\":\"Ücret\",\"/mfICu\":\"Ücretler\",\"LyFC7X\":\"Siparişleri Filtrele\",\"cSev+j\":\"Filtreler\",\"CVw2MU\":[\"Filtreler (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"İlk Fatura Numarası\",\"V1EGGU\":\"Ad\",\"kODvZJ\":\"Ad\",\"S+tm06\":\"Ad 1 ile 50 karakter arasında olmalıdır\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"İlk Kullanım\",\"TpqW74\":\"Sabit\",\"irpUxR\":\"Sabit tutar\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Şifrenizi mi unuttunuz?\",\"2POOFK\":\"Ücretsiz\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Fransızca\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Almanca\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Profile geri dön\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Takvim\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Brüt satışlar\",\"yRg26W\":\"Brüt Satışlar\",\"R4r4XO\":\"Misafirler\",\"26pGvx\":\"Promosyon kodunuz var mı?\",\"V7yhws\":\"merhaba@harika-etkinlikler.com\",\"6K/IHl\":\"İşte bileşeni uygulamanızda nasıl kullanabileceğinize dair bir örnek.\",\"Y1SSqh\":\"İşte widget'ı uygulamanıza yerleştirmek için kullanabileceğiniz React bileşeni.\",\"QuhVpV\":[\"Merhaba \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Halk görünümünden gizli\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Gizli sorular yalnızca etkinlik organizatörü tarafından görülebilir, müşteri tarafından görülemez.\",\"vLyv1R\":\"Gizle\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Satış bitiş tarihinden sonra ürünü gizle\",\"06s3w3\":\"Satış başlama tarihinden önce ürünü gizle\",\"axVMjA\":\"Kullanıcının uygun promosyon kodu yoksa ürünü gizle\",\"ySQGHV\":\"Tükendiğinde ürünü gizle\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Bu ürünü müşterilerden gizle\",\"Da29Y6\":\"Bu soruyu gizle\",\"fvDQhr\":\"Bu katmanı kullanıcılardan gizle\",\"lNipG+\":\"Bir ürünü gizlemek, kullanıcıların onu etkinlik sayfasında görmesini engeller.\",\"ZOBwQn\":\"Ana Sayfa Tasarımı\",\"PRuBTd\":\"Ana Sayfa Tasarımcısı\",\"YjVNGZ\":\"Ana Sayfa Önizlemesi\",\"c3E/kw\":\"Homer\",\"8k8Njd\":\"Müşterinin siparişini tamamlamak için kaç dakikası var. En az 15 dakika öneriyoruz\",\"ySxKZe\":\"Bu kod kaç kez kullanılabilir?\",\"dZsDbK\":[\"HTML karakter sınırı aşıldı: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://ornek-harita-servisi.com/...\",\"uOXLV3\":\"<0>Şartlar ve koşulları kabul ediyorum\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Etkinleştirilirse, check-in personeli katılımcıları check-in yaptı olarak işaretleyebilir veya siparişi ödenmiş olarak işaretleyip katılımcıları check-in yapabilir. Devre dışıysa, ödenmemiş siparişlerle ilişkili katılımcılar check-in yapamazlar.\",\"muXhGi\":\"Etkinleştirilirse, yeni bir sipariş verildiğinde organizatör e-posta bildirimi alacak\",\"6fLyj/\":\"Bu değişikliği talep etmediyseniz, lütfen hemen şifrenizi değiştirin.\",\"n/ZDCz\":\"Resim başarıyla silindi\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Resim başarıyla yüklendi\",\"VyUuZb\":\"Resim URL'si\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Pasif\",\"T0K0yl\":\"Pasif kullanıcılar giriş yapamazlar.\",\"kO44sp\":\"Çevrimiçi etkinliğiniz için bağlantı detaylarını ekleyin. Bu detaylar sipariş özeti sayfasında ve katılımcı bilet sayfasında gösterilecektir.\",\"FlQKnG\":\"Fiyata vergi ve ücretleri dahil et\",\"Vi+BiW\":[[\"0\"],\" ürün içerir\"],\"lpm0+y\":\"1 ürün içerir\",\"UiAk5P\":\"Resim Ekle\",\"OyLdaz\":\"Davet yeniden gönderildi!\",\"HE6KcK\":\"Davet iptal edildi!\",\"SQKPvQ\":\"Kullanıcı Davet Et\",\"bKOYkd\":\"Fatura başarıyla indirildi\",\"alD1+n\":\"Fatura Notları\",\"kOtCs2\":\"Fatura Numaralandırma\",\"UZ2GSZ\":\"Fatura Ayarları\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Öğe\",\"KFXip/\":\"John\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Etiket\",\"vXIe7J\":\"Dil\",\"2LMsOq\":\"Son 12 ay\",\"vfe90m\":\"Son 14 gün\",\"aK4uBd\":\"Son 24 saat\",\"uq2BmQ\":\"Son 30 gün\",\"bB6Ram\":\"Son 48 saat\",\"VlnB7s\":\"Son 6 ay\",\"ct2SYD\":\"Son 7 gün\",\"XgOuA7\":\"Son 90 gün\",\"I3yitW\":\"Son giriş\",\"1ZaQUH\":\"Soyad\",\"UXBCwc\":\"Soyad\",\"tKCBU0\":\"Son Kullanım\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Varsayılan \\\"Fatura\\\" kelimesini kullanmak için boş bırakın\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Yükleniyor...\",\"wJijgU\":\"Konum\",\"sQia9P\":\"Giriş yap\",\"zUDyah\":\"Giriş yapılıyor\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Çıkış\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Ödeme sırasında fatura adresini zorunlu kıl\",\"MU3ijv\":\"Bu soruyu zorunlu kıl\",\"wckWOP\":\"Yönet\",\"onpJrA\":\"Katılımcıyı yönet\",\"n4SpU5\":\"Etkinliği yönet\",\"WVgSTy\":\"Siparişi yönet\",\"1MAvUY\":\"Bu etkinlik için ödeme ve faturalama ayarlarını yönet.\",\"cQrNR3\":\"Profili Yönet\",\"AtXtSw\":\"Ürünlerinize uygulanabilecek vergi ve ücretleri yönetin\",\"ophZVW\":\"Biletleri yönet\",\"DdHfeW\":\"Hesap bilgilerinizi ve varsayılan ayarlarını yönetin\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Kullanıcılarınızı ve izinlerini yönetin\",\"1m+YT2\":\"Zorunlu sorular müşteri ödeme yapmadan önce cevaplanmalıdır.\",\"Dim4LO\":\"Manuel olarak Katılımcı ekle\",\"e4KdjJ\":\"Manuel Katılımcı Ekle\",\"vFjEnF\":\"Ödendi olarak işaretle\",\"g9dPPQ\":\"Sipariş Başına Maksimum\",\"l5OcwO\":\"Katılımcıya mesaj gönder\",\"Gv5AMu\":\"Katılımcılara Mesaj\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Alıcıya mesaj gönder\",\"tNZzFb\":\"Mesaj içeriği\",\"lYDV/s\":\"Bireysel katılımcılara mesaj gönder\",\"V7DYWd\":\"Mesaj Gönderildi\",\"t7TeQU\":\"Mesajlar\",\"xFRMlO\":\"Sipariş Başına Minimum\",\"QYcUEf\":\"Minimum Fiyat\",\"RDie0n\":\"Çeşitli\",\"mYLhkl\":\"Çeşitli Ayarlar\",\"KYveV8\":\"Çok satırlı metin kutusu\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Harika etkinlik açıklamam...\",\"vX8/tc\":\"Harika etkinlik başlığım...\",\"hKtWk2\":\"Profilim\",\"fj5byd\":\"Yok\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Ad\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Katılımcıya Git\",\"qqeAJM\":\"Asla\",\"7vhWI8\":\"Yeni Şifre\",\"1UzENP\":\"Hayır\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Gösterilecek arşivlenmiş etkinlik yok.\",\"q2LEDV\":\"Bu sipariş için katılımcı bulunamadı.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Gösterilecek Katılımcı yok\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Kapasite Ataması Yok\",\"a/gMx2\":\"Check-In Listesi Yok\",\"tMFDem\":\"Veri mevcut değil\",\"6Z/F61\":\"Gösterilecek veri yok. Lütfen bir tarih aralığı seçin\",\"fFeCKc\":\"İndirim Yok\",\"HFucK5\":\"Gösterilecek sona ermiş etkinlik yok.\",\"yAlJXG\":\"Gösterilecek etkinlik yok\",\"GqvPcv\":\"Filtre mevcut değil\",\"KPWxKD\":\"Gösterilecek mesaj yok\",\"J2LkP8\":\"Gösterilecek sipariş yok\",\"RBXXtB\":\"Şu anda hiçbir ödeme yöntemi mevcut değil. Yardım için etkinlik organizatörüyle iletişime geçin.\",\"ZWEfBE\":\"Ödeme Gerekli Değil\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Bu kategoride mevcut ürün yok.\",\"FTfObB\":\"Henüz Ürün Yok\",\"+Y976X\":\"Gösterilecek Promosyon Kodu yok\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Sonuç yok\",\"gk5uwN\":\"Arama Sonucu Yok\",\"RHyZUL\":\"Arama sonucu yok.\",\"RY2eP1\":\"Hiçbir Vergi veya Ücret eklenmemiş.\",\"EdQY6l\":\"Hiçbiri\",\"OJx3wK\":\"Mevcut değil\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Notlar\",\"jtrY3S\":\"Henüz gösterilecek bir şey yok\",\"hFwWnI\":\"Bildirim Ayarları\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Organizatörü yeni siparişler hakkında bilgilendir\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Ödeme için izin verilen gün sayısı (faturalardan ödeme koşullarını çıkarmak için boş bırakın)\",\"n86jmj\":\"Numara Öneki\",\"mwe+2z\":\"Çevrimdışı siparişler, sipariş ödendi olarak işaretlenene kadar etkinlik istatistiklerine yansıtılmaz.\",\"dWBrJX\":\"Çevrimdışı ödeme başarısız. Lütfen tekrar deneyin veya etkinlik organizatörüyle iletişime geçin.\",\"fcnqjw\":\"Çevrimdışı Ödeme Talimatları\",\"+eZ7dp\":\"Çevrimdışı Ödemeler\",\"ojDQlR\":\"Çevrimdışı Ödemeler Bilgisi\",\"u5oO/W\":\"Çevrimdışı Ödemeler Ayarları\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"Satışta\",\"Ug4SfW\":\"Bir etkinlik oluşturduğunuzda, burada göreceksiniz.\",\"ZxnK5C\":\"Veri toplamaya başladığınızda, burada göreceksiniz.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Devam Eden\",\"z+nuVJ\":\"Online event\",\"WKHW0N\":\"Online Etkinlik Detayları\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Check-In Sayfasını Aç\",\"OdnLE4\":\"Kenar çubuğunu aç\",\"ZZEYpT\":[\"Seçenek \",[\"i\"]],\"oPknTP\":\"Tüm faturalarda görünecek isteğe bağlı ek bilgiler (örn., ödeme koşulları, gecikme ücreti, iade politikası)\",\"OrXJBY\":\"Fatura numaraları için isteğe bağlı önek (örn., FAT-)\",\"0zpgxV\":\"Seçenekler\",\"BzEFor\":\"veya\",\"UYUgdb\":\"Sipariş\",\"mm+eaX\":\"Order #\",\"B3gPuX\":\"Sipariş İptal Edildi\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Sipariş Tarihi\",\"Tol4BF\":\"Sipariş Detayları\",\"WbImlQ\":\"Sipariş iptal edildi ve sipariş sahibi bilgilendirildi.\",\"nAn4Oe\":\"Sipariş ödendi olarak işaretlendi\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Sipariş Referansı\",\"acIJ41\":\"Sipariş Durumu\",\"GX6dZv\":\"Sipariş Özeti\",\"tDTq0D\":\"Sipariş zaman aşımı\",\"1h+RBg\":\"Siparişler\",\"3y+V4p\":\"Organizasyon Adresi\",\"GVcaW6\":\"Organizasyon Detayları\",\"nfnm9D\":\"Organizasyon Adı\",\"G5RhpL\":\"Organizatör\",\"mYygCM\":\"Organizatör gereklidir\",\"Pa6G7v\":\"Organizatör Adı\",\"l894xP\":\"Organizatörler yalnızca etkinlikleri ve ürünleri yönetebilir. Kullanıcıları, hesap ayarlarını veya fatura bilgilerini yönetemezler.\",\"fdjq4c\":\"İç Boşluk\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Sayfa bulunamadı\",\"QbrUIo\":\"Sayfa görüntüleme\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"ödendi\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Kısmen İade Edildi\",\"8ZsakT\":\"Şifre\",\"TUJAyx\":\"Şifre en az 8 karakter olmalıdır\",\"vwGkYB\":\"Şifre en az 8 karakter olmalıdır\",\"BLTZ42\":\"Şifre başarıyla sıfırlandı. Lütfen yeni şifrenizle giriş yapın.\",\"f7SUun\":\"Şifreler aynı değil\",\"aEDp5C\":\"Widget'ın görünmesini istediğiniz yere bunu yapıştırın.\",\"+23bI/\":\"Patrick\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Ödeme\",\"Lg+ewC\":\"Ödeme ve Faturalama\",\"DZjk8u\":\"Ödeme ve Faturalama Ayarları\",\"lflimf\":\"Ödeme Vade Süresi\",\"JhtZAK\":\"Ödeme Başarısız\",\"JEdsvQ\":\"Ödeme Talimatları\",\"bLB3MJ\":\"Ödeme Yöntemleri\",\"QzmQBG\":\"Ödeme sağlayıcısı\",\"lsxOPC\":\"Ödeme Alındı\",\"wJTzyi\":\"Ödeme Durumu\",\"xgav5v\":\"Ödeme başarılı!\",\"R29lO5\":\"Ödeme Koşulları\",\"/roQKz\":\"Yüzde\",\"vPJ1FI\":\"Yüzde Miktarı\",\"xdA9ud\":\"Bunu web sitenizin bölümüne yerleştirin.\",\"blK94r\":\"Lütfen en az bir seçenek ekleyin\",\"FJ9Yat\":\"Lütfen verilen bilgilerin doğru olduğunu kontrol edin\",\"TkQVup\":\"Lütfen e-posta ve şifrenizi kontrol edin ve tekrar deneyin\",\"sMiGXD\":\"Lütfen e-postanızın geçerli olduğunu kontrol edin\",\"Ajavq0\":\"E-posta adresinizi onaylamak için lütfen e-postanızı kontrol edin\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Lütfen yeni sekmede devam edin\",\"hcX103\":\"Lütfen bir ürün oluşturun\",\"cdR8d6\":\"Lütfen bir bilet oluşturun\",\"x2mjl4\":\"Lütfen bir resme işaret eden geçerli bir resim URL'si girin.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Lütfen Dikkat\",\"C63rRe\":\"Baştan başlamak için lütfen etkinlik sayfasına dönün.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Lütfen en az bir ürün seçin\",\"igBrCH\":\"Tüm özelliklere erişmek için lütfen e-posta adresinizi doğrulayın\",\"/IzmnP\":\"Faturanızı hazırlarken lütfen bekleyin...\",\"MOERNx\":\"Portekizce\",\"qCJyMx\":\"Ödeme sonrası mesaj\",\"g2UNkE\":\"Altyapı sağlayıcı\",\"Rs7IQv\":\"Ödeme öncesi mesaj\",\"rdUucN\":\"Önizleme\",\"a7u1N9\":\"Fiyat\",\"CmoB9j\":\"Fiyat görünüm modu\",\"BI7D9d\":\"Fiyat belirlenmedi\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Ana Renk\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Ana Metin Rengi\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Tüm Biletleri Yazdır\",\"DKwDdj\":\"Biletleri Yazdır\",\"K47k8R\":\"Ürün\",\"1JwlHk\":\"Ürün Kategorisi\",\"U61sAj\":\"Ürün kategorisi başarıyla güncellendi.\",\"1USFWA\":\"Ürün başarıyla silindi\",\"4Y2FZT\":\"Ürün Fiyat Türü\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Ürün Satışları\",\"U/R4Ng\":\"Ürün Katmanı\",\"sJsr1h\":\"Ürün Türü\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Ürün(ler)\",\"N0qXpE\":\"Ürünler\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Satılan ürünler\",\"/u4DIx\":\"Satılan Ürünler\",\"DJQEZc\":\"Ürünler başarıyla sıralandı\",\"vERlcd\":\"Profil\",\"kUlL8W\":\"Profil başarıyla güncellendi\",\"cl5WYc\":[\"Promosyon \",[\"promo_code\"],\" kodu uygulandı\"],\"P5sgAk\":\"Promosyon Kodu\",\"yKWfjC\":\"Promosyon Kodu sayfası\",\"RVb8Fo\":\"Promosyon Kodları\",\"BZ9GWa\":\"Promosyon kodları indirim sunmak, ön satış erişimi veya etkinliğinize özel erişim sağlamak için kullanılabilir.\",\"OP094m\":\"Promosyon Kodları Raporu\",\"4kyDD5\":\"Bu soru için ek bağlam veya talimatlar sağlayın. Bu alanı şartlar\\nve koşullar, yönergeler veya katılımcıların yanıtlamadan önce bilmesi gereken önemli bilgileri eklemek için kullanın.\",\"toutGW\":\"QR Kod\",\"LkMOWF\":\"Mevcut Miktar\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Soru silindi\",\"avf0gk\":\"Soru Açıklaması\",\"oQvMPn\":\"Soru Başlığı\",\"enzGAL\":\"Sorular\",\"ROv2ZT\":\"Sorular ve Cevaplar\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Radyo Seçeneği\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Alıcı\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"İade Başarısız\",\"n10yGu\":\"Siparişi iade et\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"İade Bekliyor\",\"xHpVRl\":\"İade Durumu\",\"/BI0y9\":\"İade Edildi\",\"fgLNSM\":\"Kayıt Ol\",\"9+8Vez\":\"Kalan Kullanım\",\"tasfos\":\"kaldır\",\"t/YqKh\":\"Kaldır\",\"t9yxlZ\":\"Raporlar\",\"prZGMe\":\"Fatura Adresi Gerekli\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"E-posta onayını tekrar gönder\",\"wIa8Qe\":\"Daveti tekrar gönder\",\"VeKsnD\":\"Sipariş e-postasını tekrar gönder\",\"dFuEhO\":\"Bilet e-postasını tekrar gönder\",\"o6+Y6d\":\"Tekrar gönderiliyor...\",\"OfhWJH\":\"Sıfırla\",\"RfwZxd\":\"Şifreyi sıfırla\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Etkinliği geri yükle\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Etkinlik Sayfasına Dön\",\"8YBH95\":\"Gelir\",\"PO/sOY\":\"Daveti iptal et\",\"GDvlUT\":\"Rol\",\"ELa4O9\":\"Satış Bitiş Tarihi\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Satış Başlangıç Tarihi\",\"hBsw5C\":\"Satış bitti\",\"kpAzPe\":\"Satış başlangıcı\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Kaydet\",\"IUwGEM\":\"Değişiklikleri Kaydet\",\"U65fiW\":\"Organizatörü Kaydet\",\"UGT5vp\":\"Ayarları Kaydet\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Katılımcı adı, e-posta veya sipariş #'a göre ara...\",\"+pr/FY\":\"Etkinlik adına göre ara...\",\"3zRbWw\":\"Ad, e-posta veya sipariş #'a göre ara...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Ada göre ara...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Kapasite atamalarını ara...\",\"r9M1hc\":\"Check-in listelerini ara...\",\"+0Yy2U\":\"Ürünleri ara\",\"YIix5Y\":\"Ara...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"İkincil Renk\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"İkincil Metin Rengi\",\"02ePaq\":[[\"0\"],\" seç\"],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Kategori seç...\",\"kWI/37\":\"Organizatör seç\",\"ixIx1f\":\"Ürün Seç\",\"3oSV95\":\"Ürün Katmanı Seç\",\"C4Y1hA\":\"Ürünleri seç\",\"hAjDQy\":\"Durum seç\",\"QYARw/\":\"Bilet Seç\",\"OMX4tH\":\"Biletleri seç\",\"DrwwNd\":\"Zaman aralığı seç\",\"O/7I0o\":\"Seç...\",\"JlFcis\":\"Gönder\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Mesaj gönder\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Mesaj Gönder\",\"D7ZemV\":\"Sipariş onayı ve bilet e-postası gönder\",\"v1rRtW\":\"Test Gönder\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"SEO Açıklaması\",\"/SIY6o\":\"SEO Anahtar Kelimeleri\",\"GfWoKv\":\"SEO Ayarları\",\"rXngLf\":\"SEO Başlığı\",\"/jZOZa\":\"Hizmet Ücreti\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Fatura numaralandırması için başlangıç numarasını ayarlayın. Faturalar oluşturulduktan sonra bu değiştirilemez.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Ayarlar\",\"Z8lGw6\":\"Paylaş\",\"B2V3cA\":\"Etkinliği Paylaş\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Show\",\"V0SbFp\":\"Mevcut ürün miktarını göster\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Daha fazla göster\",\"izwOOD\":\"Vergi ve ücretleri ayrı göster\",\"1SbbH8\":\"Müşteriye ödeme yaptıktan sonra sipariş özeti sayfasında gösterilir.\",\"YfHZv0\":\"Müşteriye ödeme yapmadan önce gösterilir\",\"CBBcly\":\"Ülke dahil olmak üzere ortak adres alanlarını gösterir\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Tek satır metin kutusu\",\"+P0Cn2\":\"Bu adımı atla\",\"YSEnLE\":\"Smith\",\"lgFfeO\":\"Tükendi\",\"Mi1rVn\":\"Tükendi\",\"nwtY4N\":\"Bir şeyler yanlış gitti\",\"GRChTw\":\"Vergi veya Ücret silinirken bir şeyler yanlış gitti\",\"YHFrbe\":\"Bir şeyler yanlış gitti! Lütfen tekrar deneyin\",\"kf83Ld\":\"Bir şeyler yanlış gitti.\",\"fWsBTs\":\"Bir şeyler yanlış gitti. Lütfen tekrar deneyin.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Üzgünüz, bu promosyon kodu tanınmıyor\",\"65A04M\":\"İspanyolca\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Başlangıç Tarihi\",\"/2by1f\":\"Eyalet veya Bölge\",\"uAQUqI\":\"Durum\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Bu etkinlik için Stripe ödemeleri etkinleştirilmemiş.\",\"UJmAAK\":\"Konu\",\"X2rrlw\":\"Ara Toplam\",\"zzDlyQ\":\"Başarılı\",\"b0HJ45\":[\"Başarılı! \",[\"0\"],\" kısa süre içinde bir e-posta alacak.\"],\"BJIEiF\":[\"Katılımcı başarıyla \",[\"0\"]],\"OtgNFx\":\"E-posta adresi başarıyla onaylandı\",\"IKwyaF\":\"E-posta değişikliği başarıyla onaylandı\",\"zLmvhE\":\"Katılımcı başarıyla oluşturuldu\",\"gP22tw\":\"Ürün Başarıyla Oluşturuldu\",\"9mZEgt\":\"Promosyon Kodu Başarıyla Oluşturuldu\",\"aIA9C4\":\"Soru Başarıyla Oluşturuldu\",\"J3RJSZ\":\"Katılımcı başarıyla güncellendi\",\"3suLF0\":\"Kapasite Ataması başarıyla güncellendi\",\"Z+rnth\":\"Giriş Listesi başarıyla güncellendi\",\"vzJenu\":\"E-posta Ayarları Başarıyla Güncellendi\",\"7kOMfV\":\"Etkinlik Başarıyla Güncellendi\",\"G0KW+e\":\"Ana Sayfa Tasarımı Başarıyla Güncellendi\",\"k9m6/E\":\"Ana Sayfa Ayarları Başarıyla Güncellendi\",\"y/NR6s\":\"Konum Başarıyla Güncellendi\",\"73nxDO\":\"Çeşitli Ayarlar Başarıyla Güncellendi\",\"4H80qv\":\"Sipariş başarıyla güncellendi\",\"6xCBVN\":\"Ödeme ve Faturalama Ayarları Başarıyla Güncellendi\",\"1Ycaad\":\"Ürün başarıyla güncellendi\",\"70dYC8\":\"Promosyon Kodu Başarıyla Güncellendi\",\"F+pJnL\":\"SEO Ayarları Başarıyla Güncellendi\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Destek E-postası\",\"uRfugr\":\"Tişört\",\"JpohL9\":\"Vergi\",\"geUFpZ\":\"Vergi ve Ücretler\",\"dFHcIn\":\"Vergi Detayları\",\"wQzCPX\":\"Tüm faturaların altında görünecek vergi bilgisi (örn., KDV numarası, vergi kaydı)\",\"0RXCDo\":\"Vergi veya Ücret başarıyla silindi\",\"ZowkxF\":\"Vergiler\",\"qu6/03\":\"Vergiler ve Ücretler\",\"gypigA\":\"Bu promosyon kodu geçersiz\",\"5ShqeM\":\"Aradığınız check-in listesi mevcut değil.\",\"QXlz+n\":\"Etkinlikleriniz için varsayılan para birimi.\",\"mnafgQ\":\"Etkinlikleriniz için varsayılan saat dilimi.\",\"o7s5FA\":\"Katılımcının e-postaları alacağı dil.\",\"NlfnUd\":\"Tıkladığınız bağlantı geçersiz.\",\"HsFnrk\":[[\"0\"],\" için maksimum ürün sayısı \",[\"1\"]],\"TSAiPM\":\"Aradığınız sayfa mevcut değil\",\"MSmKHn\":\"Müşteriye gösterilen fiyat vergi ve ücretleri içerecektir.\",\"6zQOg1\":\"Müşteriye gösterilen fiyat vergi ve ücretleri içermeyecektir. Bunlar ayrı olarak gösterilecektir\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Arama motoru sonuçlarında ve sosyal medyada paylaşırken görüntülenecek etkinlik başlığı. Varsayılan olarak etkinlik başlığı kullanılacaktır\",\"wDx3FF\":\"Bu etkinlik için mevcut ürün yok\",\"pNgdBv\":\"Bu kategoride mevcut ürün yok\",\"rMcHYt\":\"Bekleyen bir iade var. Başka bir iade talebinde bulunmadan önce lütfen tamamlanmasını bekleyin.\",\"F89D36\":\"Sipariş ödendi olarak işaretlenirken bir hata oluştu\",\"68Axnm\":\"İsteğiniz işlenirken bir hata oluştu. Lütfen tekrar deneyin.\",\"mVKOW6\":\"Mesajınız gönderilirken bir hata oluştu\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Bu katılımcının ödenmemiş siparişi var.\",\"mf3FrP\":\"Bu kategoride henüz hiç ürün yok.\",\"8QH2Il\":\"Bu kategori halktan gizli\",\"xxv3BZ\":\"Bu check-in listesi süresi doldu\",\"Sa7w7S\":\"Bu check-in listesinin süresi doldu ve artık check-in için kullanılamıyor.\",\"Uicx2U\":\"Bu check-in listesi aktif\",\"1k0Mp4\":\"Bu check-in listesi henüz aktif değil\",\"K6fmBI\":\"Bu check-in listesi henüz aktif değil ve check-in yapılabilir durumda değil.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Bu bilgiler ödeme sayfasında, sipariş özeti sayfasında ve sipariş onayı e-postasında gösterilecektir.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Bu çevrimiçi bir etkinlik\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Bu mesaj bu etkinlikten gönderilen tüm e-postaların altbilgisinde yer alacak\",\"55i7Fa\":\"Bu mesaj sadece sipariş başarılı bir şekilde tamamlandığında gösterilecek. Ödeme bekleyen siparişlerde bu mesaj gösterilmeyecek\",\"RjwlZt\":\"Bu sipariş zaten ödenmiş.\",\"5K8REg\":\"Bu sipariş zaten iade edilmiş.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Bu sipariş iptal edilmiş.\",\"Q0zd4P\":\"Bu siparişin süresi dolmuş. Lütfen tekrar başlayın.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Bu sipariş tamamlandı.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Bu sipariş sayfası artık mevcut değil.\",\"i0TtkR\":\"Bu tüm görünürlük ayarlarını geçersiz kılar ve ürünü tüm müşterilerden gizler.\",\"cRRc+F\":\"Bu ürün bir siparişle ilişkili olduğu için silinemez. Bunun yerine gizleyebilirsiniz.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Bu şifre sıfırlama bağlantısı geçersiz veya süresi dolmuş.\",\"IV9xTT\":\"Bu kullanıcı davetini kabul etmediği için aktif değil.\",\"5AnPaO\":\"bilet\",\"kjAL4v\":\"Bilet\",\"dtGC3q\":\"Bilet e-postası katılımcıya yeniden gönderildi\",\"54q0zp\":\"Biletler\",\"xN9AhL\":[\"Seviye \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Kademeli ürünler aynı ürün için birden fazla fiyat seçeneği sunmanıza olanak tanır. Bu erken rezervasyon ürünleri veya farklı insan grupları için farklı fiyat seçenekleri sunmak için mükemmeldir.\",\"nn3mSR\":\"Kalan süre:\",\"s/0RpH\":\"Kullanım sayısı\",\"y55eMd\":\"Kullanım Sayısı\",\"40Gx0U\":\"Saat Dilimi\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Başlık\",\"xdA/+p\":\"Araçlar\",\"72c5Qo\":\"Toplam\",\"YXx+fG\":\"İndirimlerden Önceki Toplam\",\"NRWNfv\":\"Toplam İndirim Tutarı\",\"BxsfMK\":\"Toplam Ücretler\",\"2bR+8v\":\"Toplam Brüt Satış\",\"mpB/d9\":\"Toplam sipariş tutarı\",\"m3FM1g\":\"Toplam iade edilen\",\"jEbkcB\":\"Toplam İade Edilen\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Toplam Vergi\",\"+zy2Nq\":\"Tür\",\"FMdMfZ\":\"Katılımcı girişi yapılamadı\",\"bPWBLL\":\"Katılımcı check-out'u yapılamadı\",\"9+P7zk\":\"Ürün oluşturulamadı. Lütfen bilgilerinizi kontrol edin\",\"WLxtFC\":\"Ürün oluşturulamadı. Lütfen bilgilerinizi kontrol edin\",\"/cSMqv\":\"Soru oluşturulamadı. Lütfen bilgilerinizi kontrol edin\",\"MH/lj8\":\"Soru güncellenemedi. Lütfen bilgilerinizi kontrol edin\",\"nnfSdK\":\"Benzersiz Müşteriler\",\"Mqy/Zy\":\"Amerika Birleşik Devletleri\",\"NIuIk1\":\"Sınırsız\",\"/p9Fhq\":\"Sınırsız mevcut\",\"E0q9qH\":\"Sınırsız kullanıma izin verildi\",\"h10Wm5\":\"Ödenmemiş Sipariş\",\"ia8YsC\":\"Yaklaşan\",\"TlEeFv\":\"Yaklaşan Etkinlikler\",\"L/gNNk\":[[\"0\"],\" Güncelle\"],\"+qqX74\":\"Etkinlik adı, açıklaması ve tarihlerini güncelle\",\"vXPSuB\":\"Profili güncelle\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL panoya kopyalandı\",\"e5lF64\":\"Kullanım Örneği\",\"fiV0xj\":\"Kullanım Sınırı\",\"sGEOe4\":\"Kapak resminin bulanıklaştırılmış halini arkaplan olarak kullan\",\"OadMRm\":\"Kapak resmini kullan\",\"7PzzBU\":\"Kullanıcı\",\"yDOdwQ\":\"Kullanıcı Yönetimi\",\"Sxm8rQ\":\"Kullanıcılar\",\"VEsDvU\":\"Kullanıcılar e-postalarını <0>Profil Ayarları'nda değiştirebilir\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"KDV\",\"E/9LUk\":\"Mekan Adı\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Katılımcı Detaylarını Görüntüle\",\"/5PEQz\":\"Etkinlik sayfasını görüntüle\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Google Haritalar'da görüntüle\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP check-in listesi\",\"tF+VVr\":\"VIP Bilet\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Ödemenizi işleyemedik. Lütfen tekrar deneyin veya destek ile iletişime geçin.\",\"45Srzt\":\"Kategoriyi silemedik. Lütfen tekrar deneyin.\",\"/DNy62\":[[\"0\"],\" ile eşleşen herhangi bir bilet bulamadık\"],\"1E0vyy\":\"Verileri yükleyemedik. Lütfen tekrar deneyin.\",\"NmpGKr\":\"Kategorileri yeniden sıralayamadık. Lütfen tekrar deneyin.\",\"BJtMTd\":\"1950px x 650px boyutlarında, 3:1 oranında ve maksimum 5MB dosya boyutunda olmasını öneriyoruz\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Ödemenizi onaylayamadık. Lütfen tekrar deneyin veya destek ile iletişime geçin.\",\"Gspam9\":\"Siparişinizi işliyoruz. Lütfen bekleyin...\",\"LuY52w\":\"Hoş geldiniz! Devam etmek için lütfen giriş yapın.\",\"dVxpp5\":[\"Tekrar hoş geldin\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Kademeli Ürünler nedir?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Kategori nedir?\",\"gxeWAU\":\"Bu kod hangi ürünler için geçerli?\",\"hFHnxR\":\"Bu kod hangi ürünler için geçerli? (Varsayılan olarak tümü için geçerli)\",\"AeejQi\":\"Bu kapasite hangi ürünler için geçerli olmalı?\",\"Rb0XUE\":\"Hangi saatte geleceksiniz?\",\"5N4wLD\":\"Bu ne tür bir soru?\",\"gyLUYU\":\"Etkinleştirildiğinde, bilet siparişleri için faturalar oluşturulacak. Faturalar sipariş onayı e-postasıyla birlikte gönderilecek. Katılımcılar ayrıca faturalarını sipariş onayı sayfasından indirebilir.\",\"D3opg4\":\"Çevrimdışı ödemeler etkinleştirildiğinde, kullanıcılar siparişlerini tamamlayabilir ve biletlerini alabilir. Biletleri siparişin ödenmediğini açıkça belirtecek ve check-in aracı, bir sipariş ödeme gerektiriyorsa check-in personelini bilgilendirecek.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Bu check-in listesiyle hangi biletler ilişkilendirilmeli?\",\"S+OdxP\":\"Bu etkinliği kim organize ediyor?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Bu soru kime sorulmalı?\",\"VxFvXQ\":\"Widget Yerleştirme\",\"v1P7Gm\":\"Widget Ayarları\",\"b4itZn\":\"Çalışıyor\",\"hqmXmc\":\"Çalışıyor...\",\"+G/XiQ\":\"Yıl başından beri\",\"l75CjT\":\"Evet\",\"QcwyCh\":\"Evet, kaldır\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"E-postanızı <0>\",[\"0\"],\" olarak değiştiriyorsunuz.\"],\"gGhBmF\":\"Çevrimdışısınız\",\"sdB7+6\":\"Bu ürünü hedefleyen bir promosyon kodu oluşturabilirsiniz\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Bu ürünle ilişkili katılımcılar olduğu için ürün türünü değiştiremezsiniz.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Ödenmemiş siparişleri olan katılımcıları check-in yaptıramazsınız. Bu ayar etkinlik ayarlarından değiştirilebilir.\",\"c9Evkd\":\"Son kategoriyi silemezsiniz.\",\"6uwAvx\":\"Bu fiyat seviyesini silemezsiniz çünkü bu seviye için zaten satılmış ürünler var. Bunun yerine gizleyebilirsiniz.\",\"tFbRKJ\":\"Hesap sahibinin rolünü veya durumunu düzenleyemezsiniz.\",\"fHfiEo\":\"Elle oluşturulan bir siparişi iade edemezsiniz.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Birden fazla hesaba erişiminiz var. Devam etmek için birini seçin.\",\"Z6q0Vl\":\"Bu daveti zaten kabul ettiniz. Devam etmek için lütfen giriş yapın.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Bekleyen e-posta değişikliğiniz yok.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Siparişinizi tamamlamak için zamanınız doldu.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Bu e-postanın tanıtım amaçlı olmadığını kabul etmelisiniz\",\"3ZI8IL\":\"Şartlar ve koşulları kabul etmelisiniz\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Elle katılımcı ekleyebilmek için önce bir bilet oluşturmalısınız.\",\"jE4Z8R\":\"En az bir fiyat seviyeniz olmalı\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Bir siparişi elle ödenmiş olarak işaretlemeniz gerekecek. Bu, sipariş yönetimi sayfasından yapılabilir.\",\"L/+xOk\":\"Giriş listesi oluşturabilmek için önce bir bilete ihtiyacınız var.\",\"Djl45M\":\"Kapasite ataması oluşturabilmek için önce bir ürüne ihtiyacınız var.\",\"y3qNri\":\"Başlamak için en az bir ürüne ihtiyacınız var. Ücretsiz, ücretli veya kullanıcının ne kadar ödeyeceğine karar vermesine izin verin.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Hesap adınız etkinlik sayfalarında ve e-postalarda kullanılır.\",\"veessc\":\"Katılımcılarınız etkinliğinize kaydolduktan sonra burada görünecek. Ayrıca elle katılımcı ekleyebilirsiniz.\",\"Eh5Wrd\":\"Harika web siteniz 🎉\",\"lkMK2r\":\"Bilgileriniz\",\"3ENYTQ\":[\"<0>\",[\"0\"],\" adresine e-posta değişiklik talebiniz beklemede. Onaylamak için lütfen e-postanızı kontrol edin\"],\"yZfBoy\":\"Mesajınız gönderildi\",\"KSQ8An\":\"Siparişiniz\",\"Jwiilf\":\"Siparişiniz iptal edildi\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Siparişleriniz gelmeye başladığında burada görünecek.\",\"9TO8nT\":\"Şifreniz\",\"P8hBau\":\"Ödemeniz işleniyor.\",\"UdY1lL\":\"Ödemeniz başarısız oldu, lütfen tekrar deneyin.\",\"fzuM26\":\"Ödemeniz başarısız oldu. Lütfen tekrar deneyin.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"İadeniz işleniyor.\",\"IFHV2p\":\"Biletiniz\",\"x1PPdr\":\"Posta Kodu\",\"BM/KQm\":\"Posta Kodu\",\"+LtVBt\":\"Posta Kodu\",\"25QDJ1\":\"- Yayınlamak için Tıklayın\",\"WOyJmc\":\"- Yayından Kaldırmak için Tıklayın\",\"ncwQad\":\"(boş)\",\"B/gRsg\":\"(none)\",\"wqtZLy\":[[\"0\"],\" (kopya)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" zaten giriş yaptı\"],\"3beCx0\":[[\"0\"],\" <0>checked in\"],\"S4PqS9\":[[\"0\"],\" Aktif Webhook\"],\"6MIiOI\":[[\"0\"],\" kaldı\"],\"COnw8D\":[[\"0\"],\" logosu\"],\"xG9N0H\":[[\"0\"],\" of \",[\"1\"],\" seats are taken.\"],\"B7pZfX\":[[\"0\"],\" organizatör\"],\"/HkCs4\":[[\"0\"],\" bilet\"],\"30bTiU\":[[\"activeCount\"],\" enabled\"],\"jTs4am\":[[\"appName\"],\" logo\"],\"gbJOk9\":[[\"attendeeCount\"],\" attendees are registered for this session.\"],\"TjbIUI\":[[\"totalCount\"],\" arasından \",[\"availableCount\"],\" mevcut\"],\"PSChHo\":[[\"capacity\"],\" yer kaldı\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" checked in\"],\"RZ0JX3\":[[\"chipTime\"],\", tükendi\"],\"M4KnFs\":[[\"chipTime\"],\", Tükendi, bekleme listesi mevcut\"],\"SeyN12\":[[\"completedCount\"],\" of \",[\"totalCount\"],\" steps complete\"],\"wYzVwE\":[[\"count\"],\" add-ons\"],\"f2rhaD\":[[\"diffHr\"],\"h ago\"],\"NRSLBe\":[[\"diffMin\"],\"m ago\"],\"iYfwJE\":[[\"diffSec\"],\"s ago\"],\"OJnhhX\":[[\"eventCount\"],\" etkinlik\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" more\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" attendees are registered across the affected sessions.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per order\"],\"RBuxIl\":[[\"productCount\"],\" ticket types configured\"],\"VFLd0I\":[[\"slotCount\"],\" times available\"],\"3IEF7U\":[[\"totalCount\"],\" bilet türü\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" ücretler\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" ücretler ve vergi\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" vergi\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 gün\",\"1d6kks\":\"+Vergi/Ücretler\",\"B1St2O\":\"<0>Giriş listeleri, etkinlik girişini güne, alana veya bilet türüne göre yönetmenize yardımcı olur. Biletleri VIP alanları veya 1. Gün geçişleri gibi belirli listelere bağlayabilir ve personelle güvenli bir giriş bağlantısı paylaşabilirsiniz. Hesap gerekmez. Giriş, cihaz kamerası veya HID USB tarayıcı kullanarak mobil, masaüstü veya tablette çalışır. \",\"v9VSIS\":\"<0>Birden fazla bilet türüne aynı anda uygulanan tek bir toplam katılımcı limiti belirleyin.<1>Örneğin, <2>Günlük Geçiş ve <3>Tam Hafta Sonu biletini bağlarsanız, her ikisi de aynı kontenjan havuzundan çekilecektir. Limit dolduğunda, bağlı tüm biletler otomatik olarak satıştan kaldırılır.\",\"Il5Uid\":\"<0>Bu, programınızdaki tüm tarihler için toplam mevcut adettir — tarih başına bir sınır değildir. Her tarihin katılımcı sayısını sınırlamak için <1>Tarih Programı sayfasında kapasite belirleyin.\",\"ZnVt5v\":\"<0>Webhook'lar, kayıt sırasında CRM'inize veya posta listenize yeni bir katılımcı eklemek gibi olaylar gerçekleştiğinde harici hizmetleri anında bilgilendirir ve kusursuz otomasyon sağlar.<1>Özel iş akışları oluşturmak ve görevleri otomatikleştirmek için <2>Zapier, <3>IFTTT veya <4>Make gibi üçüncü taraf hizmetleri kullanın.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" mevcut kurdan\"],\"M2DyLc\":\"1 Aktif Webhook\",\"hMefp0\":\"1 add-on\",\"6hIk/x\":\"1 attendee is registered across the affected sessions.\",\"qOyE2U\":\"1 attendee is registered for this session.\",\"943BwI\":\"Bitiş tarihinden 1 gün sonra\",\"yj3N+g\":\"Başlangıç tarihinden 1 gün sonra\",\"Z3etYG\":\"Etkinlikten 1 gün önce\",\"szSnlj\":\"Etkinlikten 1 saat önce\",\"yTsaLw\":\"1 bilet\",\"nz96Ue\":\"1 bilet türü\",\"InX5ad\":\"1 ticket type configured\",\"y2Jh0m\":\"1 time available\",\"cGtUz6\":\"Etkinlikten 1 hafta önce\",\"HR/cvw\":\"123 Örnek Sokak\",\"dgKxZ5\":\"135+ currencies & 40+ payment methods\",\"/d9gcz\":\"URL ayarlandığında düğme etiketi gereklidir\",\"kMU5aM\":\"İptal bildirimi gönderildi:\",\"o++0qa\":\"a change in duration\",\"WuWSX5\":\"A few quick steps and you're ready to start selling.\",\"RQ5kDd\":\"Bu kategoride ürün olmadığında gösterilecek mesaj.\",\"V53XzQ\":\"E-postanıza yeni bir doğrulama kodu gönderildi\",\"sr2Je0\":\"a shift in start/end times\",\"/z/bH1\":\"Kullanıcılarınıza gösterilecek organizatörünüz hakkında kısa bir açıklama.\",\"3BKFn6\":\"Düğme etiketi ayarlandığında URL gereklidir\",\"RpjXTb\":\"Haftalık düzen\",\"aS0jtz\":\"Terk edildi\",\"uyJsf6\":\"Hakkında\",\"JvuLls\":\"Ücreti karşıla\",\"lk74+I\":\"Ücreti karşıla\",\"1uJlG9\":\"Vurgu Rengi\",\"g3UF2V\":\"Kabul Et\",\"K5+3xg\":\"Daveti kabul et\",\"LuXP9q\":\"Access\",\"jzb4Ep\":[\"Account · \",[\"0\"]],\"UqH1Q6\":[\"Account · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"Hesap silme işlemi iptal edildi.\",\"WtlP+7\":\"Hesap silme engellendi\",\"vOuxvL\":\"Hesap Bilgileri\",\"F9cvwz\":\"Hesap adı\",\"EHNORh\":\"Hesap bulunamadı\",\"Hy1lfH\":\"Hesap sahibi\",\"bPwFdf\":\"Hesaplar\",\"pi/Iog\":[\"Hesaplar (\",[\"0\"],\")\"],\"AhwTa1\":\"Gerekli İşlem: KDV Bilgisi Gerekli\",\"APyAR/\":\"Aktif Etkinlikler\",\"kCl6ja\":\"Active payment methods\",\"XJOV1Y\":\"Activity\",\"Eso+01\":[\"Önce \",[\"0\"],\" ekleyin\"],\"eJ0IJA\":\"Add a cover image and theme to match your brand\",\"0YEoxS\":\"Add a date\",\"ybegUq\":\"Add a description and venue so attendees know what to expect\",\"nOZl6j\":\"Add a Single Date\",\"CjvTPJ\":\"Add another time\",\"0XCduh\":\"Add at least one time\",\"/chGpa\":\"Add connection details for the online event.\",\"UWWRyd\":\"Ödeme sırasında ek bilgi toplamak için özel sorular ekleyin\",\"Z/dcxc\":\"Add Date\",\"QeupRg\":\"Tarih ekle\",\"Q219NT\":\"Add Dates\",\"yjB5VC\":\"Add dates and times for your recurring event\",\"Z8idyM\":\"Add details\",\"wpirGs\":\"Add event details\",\"VX6WUv\":\"Konum Ekle\",\"GCQlV2\":\"Add multiple times if you run several sessions per day.\",\"7JF9w9\":\"Soru Ekle\",\"NLbIb6\":\"Add this attendee anyway (override capacity)\",\"6PNlRV\":\"Bu etkinliği takviminize ekleyin\",\"BGD9Yt\":\"Bilet ekle\",\"uIv4Op\":\"Herkese açık etkinlik sayfalarınıza ve organizatör ana sayfanıza izleme pikselleri ekleyin. İzleme aktif olduğunda ziyaretçilere bir çerez onay banner'ı gösterilecektir.\",\"QN2F+7\":\"Webhook Ekle\",\"NsWqSP\":\"Sosyal medya hesaplarınızı ve web sitesi URL'nizi ekleyin. Bunlar herkese açık organizatör sayfanızda görüntülenecektir.\",\"6JzKEV\":\"Add-on only\",\"VkQex5\":\"Add-on products\",\"Y2K3rp\":\"Add-ons\",\"Z/ZU8N\":\"Ödeme sırasında eklenir\",\"bVjDs9\":\"Ek ücretler\",\"MKqSg4\":\"Yönetici Erişimi Gerekli\",\"0Zypnp\":\"Yönetici Paneli\",\"tlFYEo\":\"Admits attendees to your event\",\"YAV57v\":\"Bağlı Kuruluş\",\"I+utEq\":\"Bağlı kuruluş kodu değiştirilemez\",\"/jHBj5\":\"Bağlı kuruluş başarıyla oluşturuldu\",\"uCFbG2\":\"Bağlı kuruluş başarıyla silindi\",\"ld8I+f\":\"Affiliate program\",\"a41PKA\":\"Bağlı kuruluş satışları izlenecek\",\"mJJh2s\":\"Bağlı kuruluş satışları izlenmeyecek. Bu, bağlı kuruluşu devre dışı bırakacaktır.\",\"jabmnm\":\"Bağlı kuruluş başarıyla güncellendi\",\"CPXP5Z\":\"Bağlı Kuruluşlar\",\"9Wh+ug\":\"Bağlı Kuruluşlar Dışa Aktarıldı\",\"3cqmut\":\"Bağlı kuruluşlar, iş ortakları ve etkileyiciler tarafından oluşturulan satışları izlemenize yardımcı olur. Performansı izlemek için bağlı kuruluş kodları oluşturun ve paylaşın.\",\"3e31kI\":\"After your event is created, you can choose how often it repeats from the dashboard.\",\"z7GAMJ\":\"all\",\"N40H+G\":\"Tümü\",\"7rLTkE\":\"Tüm Arşivlenmiş Etkinlikler\",\"gKq1fa\":\"Tüm katılımcılar\",\"63gRoO\":\"All attendees of the selected sessions\",\"uWxIoH\":\"All attendees of this occurrence\",\"pMLul+\":\"Tüm Para Birimleri\",\"sgUdRZ\":\"All dates\",\"e4q4uO\":\"All Dates\",\"ZS/D7f\":\"Tüm Sona Eren Etkinlikler\",\"QsYjci\":\"Tüm Etkinlikler\",\"31KB8w\":\"Tüm başarısız işler silindi\",\"D2g7C7\":\"Tüm işler yeniden deneme için sıraya alındı\",\"B4RFBk\":\"All matching dates\",\"F1/VgK\":\"All occurrences\",\"OpWjMq\":\"All Occurrences\",\"Sxm1lO\":\"Tüm Durumlar\",\"dr7CWq\":\"Tüm Yaklaşan Etkinlikler\",\"UBpkWM\":\"Tüm kullanıcılar\",\"GpT6Uf\":\"Katılımcıların sipariş onayıyla gönderilen güvenli bir bağlantı üzerinden bilet bilgilerini (ad, e-posta) güncellemelerine izin verin.\",\"VZdky1\":\"Alıcıların bilgilerini tüm katılımcılara kopyalamasına izin ver\",\"F3mW5G\":\"Bu ürün tükendiğinde müşterilerin bekleme listesine katılmasına izin ver\",\"4CMO/q\":\"Bu ürün tükendiğinde müşterilerin bekleme listesine katılmasına izin ver. Müşteriler belirli bir tarih için bekleme listesine katılır.\",\"c4uJfc\":\"Neredeyse bitti! Ödemenizin işlenmesini bekliyoruz. Bu sadece birkaç saniye sürmelidir.\",\"ocS8eq\":[\"Zaten hesabınız var mı? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Already in\",\"/H326L\":\"Zaten İade Edildi\",\"USEpOK\":\"Already use Stripe on another organizer? Reuse that connection.\",\"RtxQTF\":\"Bu siparişi de iptal et\",\"jkNgQR\":\"Bu siparişi de iade et\",\"xYqsHg\":\"Her zaman mevcut\",\"rrepBD\":\"Always on sale\",\"Wvrz79\":\"Ödenen Tutar\",\"Zkymb9\":\"Bu bağlı kuruluşla ilişkilendirilecek bir e-posta. Bağlı kuruluşa bildirim gitmeyecektir.\",\"vRznIT\":\"Dışa aktarma durumu kontrol edilirken bir hata oluştu.\",\"OPFdAM\":\"Etkinlik sayfasında gösterilecek bu kategorinin isteğe bağlı açıklaması.\",\"eusccx\":\"Vurgulanan üründe görüntülenecek isteğe bağlı bir mesaj, örn. \\\"Hızlı satılıyor 🔥\\\" veya \\\"En iyi değer\\\"\",\"HZFm5R\":\"ve\",\"l3LBtZ\":\"Duyuru içeriği\",\"Th00L9\":\"Duyuru oluşturuldu\",\"p/XJYI\":\"Duyuru silindi\",\"08iV57\":\"Duyuru başlığı\",\"qLqgre\":\"Duyuru güncellendi\",\"Dzr23X\":\"Duyurular\",\"asqL+J\":\"Anonimleştir\",\"QNrkms\":\"Cevap başarıyla güncellendi.\",\"+qygei\":\"Answers\",\"GK7Lnt\":\"Answers provided at checkout (e.g. meal choice)\",\"lE8PgT\":\"Any dates you've manually customized will be kept.\",\"jVoYha\":[\"uygulandı — siparişinizde \",[\"0\"],\" indirim\"],\"vP3Nzg\":[\"Applies to \",[\"0\"],\", non-cancelled dates currently loaded on this page.\"],\"kkVyZZ\":\"Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything.\",\"je4muG\":[\"Applies to every \",[\"0\"],\", non-cancelled date in this event — including dates not currently loaded.\"],\"YIIQtt\":\"Apply Changes\",\"NzWX1Y\":\"Apply to\",\"Ps5oDT\":\"Apply to all tickets\",\"261RBr\":\"Mesajı Onayla\",\"naCW6Z\":\"April\",\"B495Gs\":\"Arşivle\",\"5sNliy\":\"Etkinliği Arşivle\",\"BrwnrJ\":\"Organizatörü Arşivle\",\"E5eghW\":\"Bu etkinliği halktan gizlemek için arşivleyin. Daha sonra geri yükleyebilirsiniz.\",\"eqFkeI\":\"Bu organizatörü arşivleyin. Bu, bu organizatöre ait tüm etkinlikleri de arşivleyecektir.\",\"BzcxWv\":\"Arşivlenen Organizatörler\",\"9cQBd6\":\"Bu etkinliği arşivlemek istediğinizden emin misiniz? Artık kamuya görünmeyecek.\",\"Trnl3E\":\"Bu organizatörü arşivlemek istediğinizden emin misiniz? Bu, bu organizatöre ait tüm etkinlikleri de arşivleyecektir.\",\"wOvn+e\":[\"Are you sure you want to cancel \",[\"count\"],\" date(s)? Affected attendees will be notified by email.\"],\"GTxE0U\":\"Are you sure you want to cancel this date? Affected attendees will be notified by email.\",\"VkSk/i\":\"Bu zamanlanmış mesajı iptal etmek istediğinizden emin misiniz?\",\"0aVEBY\":\"Tüm başarısız işleri silmek istediğinizden emin misiniz?\",\"LchiNd\":\"Bu bağlı kuruluşu silmek istediğinizden emin misiniz? Bu işlem geri alınamaz.\",\"U49Xd6\":\"Bu duyuruyu silmek istediğinizden emin misiniz? Kullanıcılar artık göremeyecek.\",\"vPeW/6\":\"Bu yapılandırmayı silmek istediğinizden emin misiniz? Bu işlem, onu kullanan hesapları etkileyebilir.\",\"h42Hc/\":\"Are you sure you want to delete this date? This action cannot be undone.\",\"RiF/yT\":\"Are you sure you want to delete this image?\",\"b3+Qku\":\"Are you sure you want to delete this tax or fee? It will no longer be applied to new orders.\",\"JmVITJ\":\"Bu şablonu silmek istediğinizden emin misiniz? Bu işlem geri alınamaz ve e-postalar varsayılan şablona geri dönecektir.\",\"aLS+A6\":\"Bu şablonu silmek istediğinizden emin misiniz? Bu işlem geri alınamaz ve e-postalar organizatör veya varsayılan şablona geri dönecektir.\",\"5H3Z78\":\"Bu webhook'u silmek istediğinizden emin misiniz?\",\"147G4h\":\"Ayrılmak istediğinizden emin misiniz?\",\"VDWChT\":\"Bu organizatörü taslak yapmak istediğinizden emin misiniz? Bu, organizatör sayfasını kamuya görünmez yapacaktır\",\"pWtQJM\":\"Bu organizatörü herkese açık yapmak istediğinizden emin misiniz? Bu, organizatör sayfasını kamuya görünür yapacaktır\",\"EOqL/A\":\"Bu kişiye bir yer teklif etmek istediğinizden emin misiniz? E-posta bildirimi alacaklardır.\",\"yAXqWW\":\"Are you sure you want to permanently delete this date? This cannot be undone.\",\"WFHOlF\":\"Bu etkinliği yayınlamak istediğinizden emin misiniz? Yayınlandığında herkese görünür olacaktır.\",\"4TNVdy\":\"Bu organizatör profilini yayınlamak istediğinizden emin misiniz? Yayınlandığında herkese görünür olacaktır.\",\"8x0pUg\":\"Bu kaydı bekleme listesinden kaldırmak istediğinizden emin misiniz?\",\"cDtoWq\":[[\"0\"],\" adresine sipariş onayını tekrar göndermek istediğinizden emin misiniz?\"],\"xeIaKw\":[[\"0\"],\" adresine bileti tekrar göndermek istediğinizden emin misiniz?\"],\"BjbocR\":\"Bu etkinliği geri yüklemek istediğinizden emin misiniz?\",\"7MjfcR\":\"Bu organizatörü geri yüklemek istediğinizden emin misiniz?\",\"b7tkGp\":\"Are you sure you want to revoke this invitation?\",\"ExDt3P\":\"Bu etkinliği yayından kaldırmak istediğinizden emin misiniz? Artık herkese görünür olmayacaktır.\",\"5Qmxo/\":\"Bu organizatör profilini yayından kaldırmak istediğinizden emin misiniz? Artık herkese görünür olmayacaktır.\",\"Uqefyd\":\"AB'de KDV kaydınız var mı?\",\"+QARA4\":\"Sanat\",\"tLf3yJ\":\"İşletmeniz İrlanda merkezli olduğundan, tüm platform ücretlerine otomatik olarak %23 İrlanda KDV'si uygulanır.\",\"tMeVa/\":\"Satın alınan her bilet için ad ve e-posta isteyin\",\"ui5ln+\":\"Assign a different plan\",\"9Jxliv\":\"Assign plan\",\"xdiER7\":\"Atanan Seviye\",\"F2rX0R\":\"En az bir etkinlik türü seçilmelidir\",\"Z44eZS\":\"At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead.\",\"BCmibk\":\"Denemeler\",\"6PecK3\":\"Tüm etkinliklerdeki katılım ve giriş oranları\",\"K2tp3v\":\"attendee\",\"AJ4rvK\":\"Katılımcı İptal Edildi\",\"qvylEK\":\"Katılımcı Oluşturuldu\",\"Aspq3b\":\"Katılımcı bilgilerini toplama\",\"fpb0rX\":\"Katılımcı bilgileri siparişten kopyalandı\",\"94aQMU\":\"Katılımcı Bilgileri\",\"KkrBiR\":\"Katılımcı bilgi toplama\",\"sjPjOg\":\"Attendee notes\",\"cosfD8\":\"Katılımcı Durumu\",\"D2qlBU\":\"Katılımcı Güncellendi\",\"22BOve\":\"Katılımcı başarıyla güncellendi\",\"x8Vnvf\":\"Katılımcının bileti bu listede yok\",\"/Ywywr\":\"attendees\",\"zLRobu\":\"attendees checked in\",\"k3Tngl\":\"Katılımcılar Dışa Aktarıldı\",\"UoIRW8\":\"Kayıtlı katılımcılar\",\"5UbY+B\":\"Belirli bir bilete sahip katılımcılar\",\"4HVzhV\":\"Katılımcılar:\",\"HVkhy2\":\"Atıf Analitiği\",\"dMMjeD\":\"Atıf Dağılımı\",\"1oPDuj\":\"Atıf Değeri\",\"cHfbVT\":\"Hedef kitle\",\"DBHTm/\":\"August\",\"JgREph\":\"Otomatik teklif etkinleştirildi\",\"V7Tejz\":\"Bekleme listesini otomatik işle\",\"PZ7FTW\":\"Arka plan rengine göre otomatik olarak algılanır, ancak geçersiz kılınabilir\",\"zlnTuI\":\"Kapasite müsait olduğunda otomatik olarak sıradaki kişiye bilet teklif edin. Devre dışı bırakılırsa, bekleme listesini Bekleme Listesi sayfasından manuel olarak işleyebilirsiniz.\",\"csDS2L\":\"Mevcut\",\"Xp+ywP\":\"Ödeme tamamlandığında kullanılabilir\",\"dwDH1K\":[\"Available times on \",[\"dayName\"]],\"clF06r\":\"İade Edilebilir\",\"NB5+UG\":\"Mevcut Token'lar\",\"L+wGOG\":\"Awaiting\",\"qcw2OD\":\"Awaiting pay\",\"kNmmvE\":\"Harika Etkinlikler Ltd.\",\"TeSaQO\":\"Hesaplara Dön\",\"kYqM1A\":\"Etkinliğe Dön\",\"s5QRF3\":\"Mesajlara geri dön\",\"td/bh+\":\"Raporlara Dön\",\"nsm7BA\":\"Aramaya dön\",\"imjKVx\":\"Bank account connected\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"Banner içeriği en fazla 200 karakter olabilir\",\"p2OLF3\":\"Taban fiyat\",\"D9LTCH\":\"Base Price\",\"hviJef\":\"Based on the global sale period above, not per date\",\"jIPNJG\":\"Temel Bilgiler\",\"lINGcL\":\"Bu hesapta tamamlanmış siparişler bulunduğundan, işlem kayıtları (tutarlar, tarihler ve fatura ayrıntıları) yasal ve vergisel amaçlarla anonimleştirilmiş olarak saklanacaktır. Tüm kişisel bilgiler kalıcı olarak kaldırılacaktır.\",\"UabgBd\":\"Gövde gerekli\",\"HWXuQK\":\"Siparişinizi istediğiniz zaman yönetmek için bu sayfayı yer imlerinize ekleyin.\",\"CUKVDt\":\"Biletlerinizi özel logo, renkler ve altbilgi mesajı ile markalayın.\",\"4BZj5p\":\"Built-in fraud protection\",\"cr7kGH\":\"Bulk Edit\",\"1Fbd6n\":\"Bulk Edit Dates\",\"Eq6Tu9\":\"Bulk update failed.\",\"9N+p+g\":\"İş\",\"SWnN1L\":\"Business address\",\"kQekXw\":\"Business name\",\"3W/QV7\":\"Düğme etiketi\",\"bv6RXK\":\"Düğme Etiketi\",\"ChDLlO\":\"Düğme Metni\",\"MOht10\":\"Düğme URL'si\",\"BUe8Wj\":\"Alıcı öder\",\"DkL8mp\":\"Buyers can add these to their order when they select this product at checkout.\",\"qF1qbA\":\"Alıcılar net bir fiyat görür. Platform ücreti ödemenizden düşülür.\",\"dg05rc\":\"İzleme pikselleri ekleyerek, siz ve bu platformun toplanan verilerin ortak veri sorumluları olduğunuzu kabul edersiniz. Geçerli gizlilik yasaları (KVKK, GDPR, CCPA vb.) kapsamında bu işleme için yasal bir dayanağınız olduğundan emin olmak sizin sorumluluğunuzdadır.\",\"DFqasq\":[\"Devam ederek, <0>\",[\"0\"],\" Hizmet Koşullarını kabul etmiş olursunuz\"],\"CetOZE\":\"By ticket type\",\"lFdbRS\":\"Uygulama Ücretlerini Atla\",\"AjVXBS\":\"Calendar\",\"2VLZwd\":\"Harekete Geçirici Düğme\",\"rT2cV+\":\"Camera\",\"7hYa9y\":\"Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings.\",\"D02dD9\":\"Kampanya\",\"RRPA79\":\"Can't check in\",\"OcVwAd\":[\"Cancel \",[\"count\"],\" date(s)\"],\"H4nE+E\":\"Tüm ürünleri iptal et ve havuza geri bırak\",\"Py78q9\":\"Cancel Date\",\"lUjTpS\":\"Silmeyi iptal et\",\"5YkF5G\":\"Silme talebini iptal et\",\"tOXAdc\":\"İptal etmek, bu siparişle ilişkili tüm katılımcıları iptal edecek ve biletleri mevcut havuza geri bırakacaktır.\",\"FPpqc7\":[\"Cancelling \",[\"0\"],\" date(s). This may take a moment to complete.\"],\"01sEfm\":\"Sistem varsayılan yapılandırması silinemez\",\"VsM1HH\":\"Kapasite Atamaları\",\"9bIMVF\":\"Capacity management\",\"H7K8og\":\"Capacity must be 0 or greater\",\"nzao08\":\"capacity updates\",\"4cp9NP\":\"Capacity Used\",\"K7tIrx\":\"Kategori\",\"DRK3Bq\":\"Category deleted successfully\",\"o+XJ9D\":\"Değiştir\",\"kJkjoB\":\"Change duration\",\"J0KExZ\":\"Change the attendee limit\",\"ssospy\":\"Change time\",\"CIHJJf\":\"Bekleme listesi ayarlarını değiştir\",\"B5icLR\":[\"Changed duration for \",[\"count\"],\" date(s)\"],\"Kb+0BT\":\"Charges\",\"2tbLdK\":\"Hayır Kurumu\",\"BPWGKn\":\"Check in\",\"6uFFoY\":\"Check out\",\"FjAlwK\":[\"Check out this event: \",[\"0\"]],\"v4fiSg\":\"E-postanızı kontrol edin\",\"51AsAN\":\"Gelen kutunuzu kontrol edin! Bu e-postayla ilişkili biletler varsa, bunları görüntülemek için bir bağlantı alacaksınız.\",\"Y3FYXy\":\"Check-In\",\"udRwQs\":\"Giriş Oluşturuldu\",\"F4SRy3\":\"Giriş Silindi\",\"as6XfO\":[\"Check-in for \",[\"0\"],\" was undone\"],\"9s/wrQ\":\"Check-in history\",\"Wwztk4\":\"Check-In List\",\"9gPPUY\":\"Giriş Listesi Oluşturuldu\",\"dwjiJt\":\"Check-in list info\",\"7od0PV\":\"check-in lists\",\"f2vU9t\":\"Giriş Listeleri\",\"XprdTn\":\"Check-in navigation\",\"5tV1in\":\"Check-in progress\",\"SHJwyq\":\"Giriş Oranı\",\"qCqdg6\":\"Giriş Durumu\",\"cKj6OE\":\"Giriş Özeti\",\"7B5M35\":\"Girişler\",\"VrmydS\":\"Checked in\",\"DM4gBB\":\"Çince (Geleneksel)\",\"p8Jvp4\":\"Choose a configuration\",\"ElShBO\":\"Choose a different action\",\"pHEhf+\":\"Markanızla uyumlu bir yazı tipi seçin. Yazı tipleri Bunny Fonts üzerinden barındırılır.\",\"Zok1Gx\":\"Choose an organizer\",\"pkk46Q\":\"Bir Organizatör Seçin\",\"Ag32+c\":\"Choose another date\",\"Crr3pG\":\"Takvim seçin\",\"Z38ZJu\":\"Etkinlik tarihinin bilette nasıl gösterileceğini seçin\",\"LAW8Vb\":\"Yeni etkinlikler için varsayılan ayarı seçin. Bu, bireysel etkinlikler için geçersiz kılınabilir.\",\"pjp2n5\":\"Platform ücretini kimin ödeyeceğini seçin. Bu, hesap ayarlarınızda yapılandırdığınız ek ücretleri etkilemez.\",\"xCJdfg\":\"Clear\",\"QyOWu9\":\"Clear location — fall back to the event default\",\"V8yTm6\":\"Clear search\",\"kmnKnX\":\"Clearing removes any per-date override. Affected dates will fall back to the event's default location.\",\"/o+aQX\":\"Click to cancel\",\"gD7WGV\":\"Click to reopen for new sales\",\"CySr+W\":\"Notları görüntülemek için tıklayın\",\"RG3szS\":\"kapat\",\"RWw9Lg\":\"Pencereyi kapat\",\"XwdMMg\":\"Kod yalnızca harf, rakam, tire ve alt çizgi içerebilir\",\"+yMJb7\":\"Kod gerekli\",\"m9SD3V\":\"Kod en az 3 karakter olmalıdır\",\"V1krgP\":\"Kod en fazla 20 karakter olmalıdır\",\"psqIm5\":\"Birlikte harika etkinlikler oluşturmak için ekibinizle işbirliği yapın.\",\"4bUH9i\":\"Satın alınan her bilet için katılımcı bilgilerini toplayın.\",\"TkfG8v\":\"Sipariş başına bilgi toplayın\",\"96ryID\":\"Bilet başına bilgi toplayın\",\"FpsvqB\":\"Renk Modu\",\"jEu4bB\":\"Sütunlar\",\"CWk59I\":\"Komedi\",\"rPA+Gc\":\"İletişim Tercihleri\",\"zFT5rr\":\"complete\",\"bUQMpb\":\"Complete Stripe setup\",\"744BMm\":\"Biletlerinizi güvence altına almak için siparişinizi tamamlayın. Bu teklif süre sınırlıdır, çok beklemeyin.\",\"5YrKW7\":\"Biletlerinizi güvence altına almak için ödemenizi tamamlayın.\",\"xGU92i\":\"Ekibe katılmak için profilinizi tamamlayın.\",\"QOhkyl\":\"Oluştur\",\"ih35UP\":\"Konferans Merkezi\",\"ywFj2D\":\"Configuration\",\"WTw0bB\":\"Configuration assigned\",\"X1zdE7\":\"Yapılandırma başarıyla oluşturuldu\",\"mLBUMQ\":\"Yapılandırma başarıyla silindi\",\"UIENhw\":\"Yapılandırma adları son kullanıcılar tarafından görülebilir. Sabit ücretler mevcut döviz kuru üzerinden sipariş para birimine dönüştürülecektir.\",\"eeZdaB\":\"Yapılandırma başarıyla güncellendi\",\"3cKoxx\":\"Yapılandırmalar\",\"8v2LRU\":\"Etkinlik ayrıntılarını, konumu, ödeme seçeneklerini ve e-posta bildirimlerini yapılandırın.\",\"raw09+\":\"Ödeme sırasında katılımcı bilgilerinin nasıl toplanacağını yapılandırın\",\"FI60XC\":\"Vergi ve ücretleri yapılandır\",\"av6ukY\":\"Configure which products are available for this occurrence and optionally adjust pricing.\",\"NGXKG/\":\"E-posta Adresini Onayla\",\"JRQitQ\":\"Yeni şifreyi onayla\",\"Auz0Mz\":\"Tüm özelliklere erişmek için e-postanızı onaylayın.\",\"7+grte\":\"Onay e-postası gönderildi! Lütfen gelen kutunuzu kontrol edin.\",\"n/7+7Q\":\"Onay gönderildi:\",\"x3wVFc\":\"Tebrikler! Etkinliğiniz artık herkese açık.\",\"0W2NQP\":\"Connect bank\",\"/K4Vqr\":\"Ödeme almak için Stripe'ı bağlayın\",\"nQI4H5\":\"E-posta şablon düzenlemesini etkinleştirmek için Stripe'ı bağlayın\",\"LmvZ+E\":\"Mesajlaşmayı etkinleştirmek için Stripe'ı bağlayın\",\"peBIO+\":\"Connect Stripe to receive ticket payments directly to your bank account.\",\"DNeN8t\":\"Connect your bank to receive ticket sales straight to your account\",\"DARj+w\":\"Yanlış Stripe hesabını mı bağladınız? Bağlantıyı kesin ve baştan başlayın.\",\"X1y8JF\":\"Connection details are required for online dates\",\"fjfBOm\":\"Çevrimiçi etkinlikler için bağlantı ayrıntıları gereklidir\",\"jfC/xh\":\"İletişim\",\"LOFgda\":[[\"0\"],\" ile İletişime Geç\"],\"41BQ3k\":\"İletişim E-postası\",\"4b3oEV\":\"İçerik\",\"13CIgI\":\"İçerik gereklidir\",\"m8WD6t\":\"Kuruluma Devam Et\",\"0GwUT4\":\"Ödemeye Devam Et\",\"sBV87H\":\"Etkinlik oluşturmaya devam et\",\"nKtyYu\":\"Sonraki adıma devam et\",\"F3/nus\":\"Ödemeye Devam Et\",\"s30OcA\":\"Tarih ve saatlerin etkinlik sayfasında nasıl gösterileceğini kontrol edin\",\"p2FRHj\":\"Bu etkinlik için platform ücretlerinin nasıl ele alınacağını kontrol edin\",\"NqfabH\":\"Control who gets in for this date\",\"fmYxZx\":\"Control who gets in, and when\",\"1JnTgU\":\"Yukarıdan kopyalandı\",\"FxVG/l\":\"Panoya kopyalandı\",\"PiH3UR\":\"Kopyalandı!\",\"4i7smN\":\"Copy account ID\",\"uUPbPg\":\"Bağlı Kuruluş Bağlantısını Kopyala\",\"iVm46+\":\"Kodu Kopyala\",\"cF2ICc\":\"Müşteri bağlantısını kopyala\",\"+2ZJ7N\":\"Bilgileri ilk katılımcıya kopyala\",\"ZN1WLO\":\"E-postayı Kopyala\",\"y1eoq1\":\"Bağlantıyı kopyala\",\"tUGbi8\":\"Bilgilerimi kopyala:\",\"y22tv0\":\"Her yerde paylaşmak için bu bağlantıyı kopyalayın\",\"/4gGIX\":\"Panoya kopyala\",\"e0f4yB\":\"Konum silinemedi\",\"vkiDx2\":\"Could not prepare the bulk update.\",\"KOavaU\":\"Adres ayrıntıları alınamadı\",\"/lq4oO\":\"Could not save date\",\"mHu0az\":\"Couldn't send verification email. Please try again.\",\"QOIm+S\":\"Sayılar tüm yaklaşan tarihleri içerir. Her kişiye katıldığı tarih için yer teklif edilir.\",\"P0rbCt\":\"Kapak Görseli\",\"p4kqHr\":\"Cover image added\",\"60u+dQ\":\"Kapak görseli etkinlik sayfanızın üstünde gösterilecektir\",\"2NLjA6\":\"Kapak görseli organizatör sayfanızın üstünde gösterilecektir\",\"GkrqoY\":\"Covers every ticket\",\"zg4oSu\":[[\"0\"],\" Şablonu Oluştur\"],\"RKKhnW\":\"Sitenizde bilet satmak için özel bir widget oluşturun.\",\"jqhTmw\":\"Create a list for this date\",\"PhioFp\":\"Create a new check-in list for an active session, or contact the organizer if you think this is a mistake.\",\"yIRev4\":\"Bir şifre oluşturun\",\"j7xZ7J\":\"Tek bir hesap altında ayrı markalar, departmanlar veya etkinlik serileri yönetmek için ek organizatörler oluşturun. Her organizatörün kendi etkinlikleri, ayarları ve herkese açık sayfası vardır.\",\"xfKgwv\":\"Bağlı Kuruluş Oluştur\",\"GT/OIA\":\"Kullanıcılarınıza bir mesaj göstermek için duyuru oluşturun.\",\"tudG8q\":\"Satış için bilet ve ürünler oluşturup yapılandırın.\",\"Q4VlI/\":\"Duyuru oluştur\",\"YAl9Hg\":\"Yapılandırma Oluştur\",\"BTne9e\":\"Organizatör varsayılanlarını geçersiz kılan bu etkinlik için özel e-posta şablonları oluşturun\",\"YIDzi/\":\"Özel Şablon Oluştur\",\"tsGqx5\":\"Create Date\",\"Nc3l/D\":\"İndirimler, gizli biletler için erişim kodları ve özel teklifler oluşturun.\",\"PybJS2\":\"Create event\",\"abGAgf\":\"Create more tickets or products to offer them as add-ons\",\"eWEV9G\":\"Yeni şifre oluştur\",\"utHSNE\":\"Program oluştur\",\"8AiKIu\":\"Bilet veya Ürün Oluştur\",\"/HGmW9\":\"Etkinliğinizi tanıtan ortakları ödüllendirmek için izlenebilir bağlantılar oluşturun.\",\"dkAPxi\":\"Webhook Oluştur\",\"5slqwZ\":\"Etkinliğinizi Oluşturun\",\"JQNMrj\":\"İlk etkinliğinizi oluşturun\",\"CCjxOC\":\"Bilet satmaya ve katılımcıları yönetmeye başlamak için ilk etkinliğinizi oluşturun.\",\"ZCSSd+\":\"Kendi etkinliğinizi oluşturun\",\"qdv10s\":[[\"0\"],\" tarih oluşturuluyor. Bu biraz zaman alabilir.\"],\"67NsZP\":\"Etkinlik Oluşturuluyor...\",\"H34qcM\":\"Organizatör Oluşturuluyor...\",\"1YMS+X\":\"Etkinliğiniz oluşturuluyor, lütfen bekleyin\",\"yiy8Jt\":\"Organizatör profiliniz oluşturuluyor, lütfen bekleyin\",\"lfLHNz\":\"Harekete geçirici düğme etiketi gerekli\",\"0xLR6W\":\"Currently assigned\",\"iTvh6I\":\"Şu anda satın alınabilir\",\"A42Dqn\":\"Custom branding\",\"Guo0lU\":\"Özel tarih ve saat\",\"WDMdn8\":\"Custom questions\",\"O6mra8\":\"Özel Sorular\",\"axv/Mi\":\"Özel şablon\",\"2YeVGY\":\"Müşteri bağlantısı panoya kopyalandı\",\"QMHSMS\":\"Müşteri iade onayını içeren bir e-posta alacaktır\",\"NihQNk\":\"Müşteriler\",\"hINN++\":\"Customize page\",\"7gsjkI\":\"Liquid şablonu kullanarak müşterilerinize gönderilen e-postaları özelleştirin. Bu şablonlar kuruluşunuzdaki tüm etkinlikler için varsayılan olarak kullanılacaktır.\",\"xJaTUK\":\"Etkinlik ana sayfanızın düzenini, renklerini ve markalamasını özelleştirin.\",\"MXZfGN\":\"Katılımcılarınızdan önemli bilgiler toplamak için ödeme sırasında sorulan soruları özelleştirin.\",\"iX6SLo\":\"Devam düğmesinde gösterilen metni özelleştirin\",\"R8H7yL\":\"Bilet bölümüne kaydıran yüzen düğmede gösterilen metni özelleştirin\",\"pxNIxa\":\"Liquid şablonu kullanarak e-posta şablonunuzu özelleştirin\",\"3trPKm\":\"Organizatör sayfanızın görünümünü özelleştirin\",\"U0sC6H\":\"Daily\",\"/gWrVZ\":\"Tüm etkinliklerdeki günlük gelir, vergiler, ücretler ve iadeler\",\"zgCHnE\":\"Günlük Satış Raporu\",\"nHm0AI\":\"Günlük satış, vergi ve ücret dökümü\",\"1aPnDT\":\"Dance\",\"pvnfJD\":\"Koyu\",\"MaB9wW\":\"Date Cancellation\",\"e6cAxJ\":\"Date cancelled\",\"81jBnC\":\"Date cancelled successfully\",\"a/C/6R\":\"Date created successfully\",\"IW7Q+u\":\"Date deleted\",\"rngCAz\":\"Date deleted successfully\",\"vHbfoQ\":\"Date reactivated\",\"hvah+S\":\"Date reopened for new sales\",\"Ez0YsD\":\"Date updated successfully\",\"JxwIlL\":\"tarih\",\"Te33mU\":\"Dates are managed per occurrence\",\"91zCxb\":\"Dates with sessions\",\"/ITcnz\":\"day\",\"H7OUPr\":\"Day\",\"JtHrX9\":\"Day of Month\",\"J/Upwb\":\"days\",\"V3VGYb\":\"Ayın günleri\",\"r6zgGo\":\"December\",\"jbq7j2\":\"Reddet\",\"WGD1Al\":\"Azalt\",\"gJY4YL\":\"Adedi azalt\",\"ovBPCi\":\"Varsayılan\",\"JtI4vj\":\"Varsayılan katılımcı bilgi toplama\",\"ULjv90\":\"Default capacity per date\",\"3R/Tu2\":\"Varsayılan ücret işleme\",\"1bZAZA\":\"Varsayılan şablon kullanılacak\",\"3Biswm\":\"Defaults\",\"HNlEFZ\":\"sil\",\"KpnwJK\":[\"\\\"\",[\"0\"],\"\\\" silinsin mi?\"],\"BlII4o\":[\"Delete \",[\"count\"],\" selected date(s)? Dates with orders will be skipped. This cannot be undone.\"],\"ZDGm40\":\"Hesabı sil\",\"vu7gDm\":\"Bağlı Kuruluşu Sil\",\"KZN4Lc\":\"Tümünü sil\",\"6EkaOO\":\"Delete Date\",\"io0G93\":\"Etkinliği Sil\",\"+jw/c1\":\"Görseli sil\",\"hdyeZ0\":\"İşi sil\",\"xxjZeP\":\"Konumu sil\",\"sY3tIw\":\"Organizatörü Sil\",\"UBv8UK\":\"Delete Permanently\",\"dPyJ15\":\"Şablonu Sil\",\"IQTR34\":\"Delete this category? Any products in it will also be deleted. This cannot be undone.\",\"/1wMxk\":\"Delete this product? This cannot be undone.\",\"mxsm1o\":\"Bu soruyu sil? Bu işlem geri alınamaz.\",\"snMaH4\":\"Webhook'u sil\",\"LIZZLY\":[\"Deleted \",[\"0\"],\" date(s)\"],\"loLVyU\":\"Silinmiş hesap\",\"IlUuGb\":\"Hesabınızı silmek onu hemen devre dışı bırakır: yayınlanan tüm etkinlikler yayından kaldırılır ve erişim devre dışı bırakılır. 30 günlük bekleme süresinin ardından silme işlemi kalıcı hale gelir. Bu 30 gün içinde istediğiniz zaman iptal edebilirsiniz.\",\"nMdIuB\":\"Silme işlemi yürütülmek üzere sıraya alındı\",\"/U002t\":\"Silme talebi iptal edildi\",\"PBA62s\":\"Silme Talepleri\",\"7w0Wev\":\"Description and venue added\",\"vYgeDk\":\"Tümünün Seçimini Kaldır\",\"NvuEhl\":\"Tasarım Öğeleri\",\"H8kMHT\":\"Kodu almadınız mı?\",\"G8KNgd\":\"Different location\",\"E/QGRL\":\"Disabled\",\"bzSI52\":\"Discard\",\"0EcUWz\":\"Discard changes?\",\"+K0AvT\":\"Bağlantıyı kes\",\"cALvbl\":\"Stripe hesabının bağlantısını kes\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Duyuruyu kapat\",\"nZJ8tu\":\"Dismiss setup checklist\",\"QotGhf\":\"Bu mesajı kapat\",\"J6hrEy\":\"Kapatıldı\",\"BREO0S\":\"Müşterilerin bu etkinlik organizatöründen pazarlama iletişimi almayı kabul etmelerini sağlayan bir onay kutusu göster.\",\"HtaSQp\":\"Bilet aracında her tarih için kaç yer kaldığını gösterir. Bunu tek tek tarihler için değiştirebilirsiniz.\",\"pfa8F0\":\"Görünen ad\",\"Kdpf90\":\"Unutmayın!\",\"352VU2\":\"Hesabınız yok mu? <0>Kaydolun\",\"AXXqG+\":\"Bağış\",\"DPfwMq\":\"Tamam\",\"JoPiZ2\":\"Door staff instructions\",\"2+O9st\":\"Tamamlanan tüm siparişler için satış, katılımcı ve mali raporları indirin.\",\"eneWvv\":\"Taslak\",\"Ts8hhq\":\"Yüksek spam riski nedeniyle, e-posta şablonlarını değiştirmeden önce bir Stripe hesabı bağlamanız gerekir. Bu, tüm etkinlik organizatörlerinin doğrulanmış ve sorumlu olmasını sağlamak içindir.\",\"TnzbL+\":\"Yüksek spam riski nedeniyle, katılımcılara mesaj gönderebilmek için bir Stripe hesabı bağlamanız gerekmektedir.\\nBu, tüm etkinlik organizatörlerinin doğrulanmış ve hesap verebilir olmasını sağlamak içindir.\",\"euc6Ns\":\"Çoğalt\",\"YueC+F\":\"Duplicate Date\",\"KRmTkx\":\"Ürünü Çoğalt\",\"Jd3ymG\":\"Duration must be at least 1 minute.\",\"KIjvtr\":\"Felemenkçe\",\"22xieU\":\"ör. 180 (3 saat)\",\"MCx4ov\":\"örn. Daha fazla bilgi\",\"/zajIE\":\"e.g. Morning Session\",\"XDHATF\":\"örn. Yeni özellik: Bekleme listeleri\",\"tAtvUj\":\"örn. Bu cumartesi 02:00-04:00 UTC arası planlı bakım\",\"SPKbfM\":\"örn., Bilet Al, Şimdi Kaydol\",\"fc7wGW\":\"örn., Biletleriniz hakkında önemli güncelleme\",\"54MPqC\":\"örn., Standart, Premium, Kurumsal\",\"3RQ81z\":\"Her kişi, satın alma işlemini tamamlamak için ayrılmış bir yer içeren bir e-posta alacaktır.\",\"Xfsjel\":\"Her ürün\",\"5oD9f/\":\"Earlier\",\"LTzmgK\":[[\"0\"],\" Şablonunu Düzenle\"],\"v4+lcZ\":\"Bağlı Kuruluşu Düzenle\",\"ndNHsK\":\"Duyuruyu düzenle\",\"2iZEz7\":\"Cevabı Düzenle\",\"t2bbp8\":\"Katılımcıyı düzenle\",\"etaWtB\":\"Katılımcı Detaylarını Düzenle\",\"+guao5\":\"Yapılandırmayı Düzenle\",\"1Mp/A4\":\"Edit Date\",\"m0ZqOT\":\"Konumu düzenle\",\"8oivFT\":\"Konumu Düzenle\",\"vRWOrM\":\"Sipariş Detaylarını Düzenle\",\"pHm0k9\":\"Programı düzenle\",\"fW5sSv\":\"Webhook'u düzenle\",\"nP7CdQ\":\"Webhook'u Düzenle\",\"MRZxAn\":\"Edited\",\"uBAxNB\":\"Düzenleyici\",\"aqxYLv\":\"Eğitim\",\"iiWXDL\":\"Uygunluk Hataları\",\"zPiC+q\":\"Uygun Giriş Listeleri\",\"SiVstt\":\"Email & scheduled messages\",\"V2sk3H\":\"E-posta ve Şablonlar\",\"hbwCKE\":\"E-posta adresi panoya kopyalandı\",\"dSyJj6\":\"E-posta adresleri eşleşmiyor\",\"elW7Tn\":\"E-posta Gövdesi\",\"ZsZeV2\":\"E-posta gerekli\",\"Be4gD+\":\"E-posta Önizlemesi\",\"6IwNUc\":\"E-posta Şablonları\",\"H/UMUG\":\"E-posta Doğrulaması Gerekli\",\"PLEl94\":\"Email verified\",\"L86zy2\":\"E-posta başarıyla doğrulandı!\",\"FSN4TS\":\"Widget yerleştir\",\"z9NkYY\":\"Embeddable widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Modallar için emoji gereklidir\",\"Qj0GKe\":\"Katılımcı self-servisini etkinleştir\",\"hEtQsg\":\"Katılımcı self-servisini varsayılan olarak etkinleştir\",\"Upeg/u\":\"E-posta göndermek için bu şablonu etkinleştirin\",\"7dSOhU\":\"Bekleme listesini etkinleştir\",\"RxzN1M\":\"Etkin\",\"sGjBEq\":\"Bitiş Tarihi ve Saati (isteğe bağlı)\",\"PKXt9R\":\"Bitiş tarihi başlangıç tarihinden sonra olmalıdır\",\"vTL8gi\":\"Bitiş saati\",\"48Y16Q\":\"Bitiş saati (isteğe bağlı)\",\"TbaYrr\":[\"Ended \",[\"0\"]],\"CFgwiw\":[\"Ends \",[\"0\"]],\"SqOIQU\":\"Enter a capacity value or choose unlimited.\",\"h37gRz\":\"Enter a label or choose to remove it.\",\"7YZofi\":\"Önizlemeyi görmek için bir konu ve gövde girin\",\"khyScF\":\"Enter a time to shift by.\",\"SKx/0u\":\"Bir mekan adı veya adres girin\",\"ppwojw\":\"Yüz yüze etkinlikler için bir mekan adı veya adres girin\",\"j+eCIq\":\"Adresi elle girin\",\"3bR1r4\":\"Bağlı kuruluş e-postasını girin (isteğe bağlı)\",\"ARkzso\":\"Bağlı kuruluş adını girin\",\"ej4L8b\":\"Enter capacity\",\"6KnyG0\":\"E-posta girin\",\"INDKM9\":\"E-posta konusunu girin...\",\"xUgUTh\":\"Ad girin\",\"9/1YKL\":\"Soyad girin\",\"VpwcSk\":\"Yeni şifreyi girin\",\"kWg31j\":\"Benzersiz bağlı kuruluş kodunu girin\",\"C3nD/1\":\"E-postanızı girin\",\"VmXiz4\":\"E-postanızı girin, şifrenizi sıfırlamak için size talimatlar gönderelim.\",\"n9V+ps\":\"Adınızı girin\",\"IdULhL\":\"Ülke kodu dahil KDV numaranızı boşluksuz girin (örn., TR1234567890, DE123456789)\",\"RRlWVA\":\"Tüm sipariş\",\"o21Y+P\":\"entries\",\"X88/6w\":\"Müşteriler tükenmiş ürünler için bekleme listesine katıldığında kayıtlar burada görünecektir.\",\"LslKhj\":\"Günlükler yüklenirken hata oluştu\",\"BkEWfd\":\"Esc to close\",\"VCNHvW\":\"Etkinlik arşivlendi\",\"ZD0XSb\":\"Etkinlik başarıyla arşivlendi\",\"WgD6rb\":\"Etkinlik Kategorisi\",\"b46pt5\":\"Etkinlik Kapak Görseli\",\"NAUIJ7\":\"Event created\",\"1b77ID\":\"Etkinlik oluşturuldu\",\"1Hzev4\":\"Etkinlik özel şablonu\",\"+v+GW0\":\"Etkinlik tarihi gösterimi\",\"7u9/DO\":\"Etkinlik başarıyla silindi\",\"imgKgl\":\"Etkinlik Açıklaması\",\"IzR/Fc\":\"Event lifetime\",\"PYs3rP\":\"Etkinlik adı\",\"HhwcTQ\":\"Etkinlik Adı\",\"WZZzB6\":\"Etkinlik adı gerekli\",\"Wd5CDM\":\"Etkinlik adı 150 karakterden az olmalıdır\",\"4JzCvP\":\"Etkinlik Mevcut Değil\",\"mImacG\":\"Etkinlik Sayfası\",\"Hk9Ki/\":\"Etkinlik başarıyla geri yüklendi\",\"JyD0LH\":\"Etkinlik ayarları\",\"XVLu2v\":\"Etkinlik Başlığı\",\"OfmsI9\":\"Etkinlik Çok Yeni\",\"4SILkp\":\"Event totals\",\"YDVUVl\":\"Etkinlik Türleri\",\"+HeiVx\":\"Etkinlik güncellendi\",\"19j6uh\":\"Etkinlik Performansı\",\"PC3/fk\":\"Önümüzdeki 24 Saat İçinde Başlayan Etkinlikler\",\"CRsuq4\":\"Her\",\"nwiZdc\":[\"Every \",[\"0\"]],\"B2jjf8\":[\"Every \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Every \",[\"0\"],\" days\"],\"yLiYx+\":[\"Every \",[\"0\"],\" months\"],\"nn9ice\":[\"Every \",[\"0\"],\" weeks\"],\"Cdr8f9\":[\"Every \",[\"0\"],\" weeks on \",[\"1\"]],\"GVEHRk\":[\"Every \",[\"0\"],\" years\"],\"XlRpgq\":[\"Her \",[\"cadenceUnit\"]],\"fTFfOK\":\"Her e-posta şablonu uygun sayfaya bağlanan bir harekete geçirici düğme içermelidir\",\"hHTPiT\":\"Everything else — tap to edit\",\"BVinvJ\":\"Örnekler: \\\"Bizi nasıl duydunuz?\\\", \\\"Fatura için şirket adı\\\"\",\"2hGPQG\":\"Örnekler: \\\"Tişört bedeni\\\", \\\"Yemek tercihi\\\", \\\"Meslek unvanı\\\"\",\"qNuTh3\":\"İstisna\",\"aW/bzJ\":\"Silmeyi yürüt\",\"CtAcQ7\":\"Silmeyi şimdi yürüt\",\"xj4fwT\":\"Şimdi yürüt\",\"M1RnFv\":\"Süresi dolmuş\",\"kF8HQ7\":\"Cevapları Dışa Aktar\",\"2KAI4N\":\"CSV Dışa Aktar\",\"JKfSAv\":\"Dışa aktarma başarısız oldu. Lütfen tekrar deneyin.\",\"SVOEsu\":\"Dışa aktarma başladı. Dosya hazırlanıyor...\",\"wuyaZh\":\"Dışa aktarma başarılı\",\"9bpUSo\":\"Bağlı Kuruluşlar Dışa Aktarılıyor\",\"jtrqH9\":\"Katılımcılar Dışa Aktarılıyor\",\"R4Oqr8\":\"Dışa aktarma tamamlandı. Dosya indiriliyor...\",\"UlAK8E\":\"Siparişler Dışa Aktarılıyor\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Başarısız\",\"8uOlgz\":\"Başarısız oldu\",\"tKcbYd\":\"Başarısız işler\",\"SsI9v/\":\"Sipariş terk edilemedi. Lütfen tekrar deneyin.\",\"LdPKPR\":\"Yapılandırma atanamadı\",\"PO0cfn\":\"Failed to cancel date\",\"YUX+f+\":\"Failed to cancel dates\",\"SIHgVQ\":\"Mesaj iptal edilemedi\",\"cEFg3R\":\"Bağlı kuruluş oluşturulamadı\",\"dVgNF1\":\"Yapılandırma oluşturulamadı\",\"fAoRRJ\":\"Failed to create schedule\",\"4yLYTb\":\"Program oluşturulamadı. Lütfen tekrar deneyin.\",\"U66oUa\":\"Şablon oluşturulamadı\",\"+RTkEY\":\"Duyuru silinemedi\",\"aFk48v\":\"Yapılandırma silinemedi\",\"n1CYMH\":\"Failed to delete date\",\"KXv+Qn\":\"Failed to delete date. It may have existing orders.\",\"JJ0uRo\":\"Failed to delete dates\",\"rgoBnv\":\"Etkinlik silinemedi\",\"Zw6LWb\":\"İş silinemedi\",\"tq0abZ\":\"İşler silinemedi\",\"2mkc3c\":\"Organizatör silinemedi\",\"5E23qd\":\"Failed to delete product. Please try again.\",\"vKMKnu\":\"Soru silinemedi\",\"xFj7Yj\":\"Şablon silinemedi\",\"jo3Gm6\":\"Bağlı kuruluşlar dışa aktarılamadı\",\"Jjw03p\":\"Katılımcılar dışa aktarılamadı\",\"ZPwFnN\":\"Siparişler dışa aktarılamadı\",\"zGE3CH\":\"Rapor dışa aktarılamadı. Lütfen tekrar deneyin.\",\"lS9/aZ\":\"Alıcılar yüklenemedi\",\"X4o0MX\":\"Webhook yüklenemedi\",\"ETcU7q\":\"Yer teklif edilemedi\",\"5670b9\":\"Bilet teklifi başarısız oldu\",\"e5KIbI\":\"Failed to reactivate date\",\"7zyx8a\":\"Bekleme listesinden kaldırma başarısız\",\"A/P7PX\":\"Failed to remove override\",\"ogWc1z\":\"Failed to reopen date\",\"0+iwE5\":\"Sorular yeniden sıralanamadı\",\"EJPAcd\":\"Sipariş onayı yeniden gönderilemedi\",\"DjSbj3\":\"Bilet yeniden gönderilemedi\",\"YQ3QSS\":\"Doğrulama kodu yeniden gönderilemedi\",\"wDioLj\":\"İş yeniden denenemedi\",\"DKYTWG\":\"İşler yeniden denenemedi\",\"WRREqF\":\"Failed to save override\",\"sj/eZA\":\"Failed to save price override\",\"780n8A\":\"Failed to save product settings\",\"zTkTF3\":\"Şablon kaydedilemedi\",\"l6acRV\":\"KDV ayarları kaydedilemedi. Lütfen tekrar deneyin.\",\"T6B2gk\":\"Mesaj gönderilemedi. Lütfen tekrar deneyin.\",\"lKh069\":\"Dışa aktarma işi başlatılamadı\",\"t/KVOk\":\"Taklit başlatılamadı. Lütfen tekrar deneyin.\",\"QXgjH0\":\"Taklit durdurulamadı. Lütfen tekrar deneyin.\",\"i0QKrm\":\"Bağlı kuruluş güncellenemedi\",\"NNc33d\":\"Cevap güncellenemedi.\",\"E9jY+o\":\"Katılımcı güncellenemedi\",\"uQynyf\":\"Yapılandırma güncellenemedi\",\"i2PFQJ\":\"Etkinlik durumu güncellenemedi\",\"EhlbcI\":\"Mesajlaşma seviyesi güncellenemedi\",\"rpGMzC\":\"Sipariş güncellenemedi\",\"T2aCOV\":\"Organizatör durumu güncellenemedi\",\"Eeo/Gy\":\"Ayar güncellenemedi\",\"kqA9lY\":\"KDV ayarları güncellenemedi\",\"nkNfWu\":\"Görsel yüklenemedi. Lütfen tekrar deneyin.\",\"rxy0tG\":\"E-posta doğrulanamadı\",\"QRUpCk\":\"Family\",\"5LO38w\":\"Fast payouts to your bank\",\"4lgLew\":\"February\",\"9bHCo2\":\"Ücret Para Birimi\",\"/sV91a\":\"Ücret işleme\",\"K4dKSP\":\"Fee override saved\",\"LyUWXA\":\"Ücretler Atlandı\",\"cf35MA\":\"Festival\",\"pAey+4\":\"Dosya çok büyük. Maksimum boyut 5MB'dir.\",\"VejKUM\":\"Önce yukarıdaki bilgilerinizi doldurun\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filter attendees\",\"8OvVZZ\":\"Katılımcıları Filtrele\",\"N/H3++\":\"Filter by date\",\"mvrlBO\":\"Etkinliğe göre filtrele\",\"g+xRXP\":\"Finish setting up Stripe\",\"LHH461\":\"Finish setup\",\"syyeb9\":\"First\",\"Vj6wk9\":\"First 30 days\",\"/bpZYb\":\"First 7 days\",\"ziEnjY\":\"First 90 days\",\"1vBhpG\":\"İlk katılımcı\",\"4pwejF\":\"Ad gereklidir\",\"rVogsf\":\"Yayınlamak için sorunları giderin\",\"3lkYdQ\":\"Fixed fee\",\"6bBh3/\":\"Sabit Ücret\",\"zWqUyJ\":\"İşlem başına sabit ücret\",\"LWL3Bs\":\"Sabit ücret 0 veya daha büyük olmalıdır\",\"0RI8m4\":\"Flash off\",\"q0923e\":\"Flash on\",\"X+U6/w\":\"Yazı Tipi Ailesi\",\"lWxAUo\":\"Yiyecek ve İçecek\",\"nFm+5u\":\"Alt Bilgi Metni\",\"sQv06Y\":\"toplam\",\"NTzcRQ\":\"Belirli sayıda tarih için\",\"a8nooQ\":\"Fourth\",\"xVhQZV\":\"Fri\",\"39y5bn\":\"Cuma\",\"ejVYRQ\":\"Başlangıç\",\"hGDVDa\":[\"Başlangıç fiyatı \",[\"0\"]],\"+dBe1R\":[\"From \",[\"start\"]],\"1dv+MO\":[[\"start\"],\" – \",[\"end\"],\" arasında\"],\"l82hjf\":[[\"start\"],\" itibarıyla \",[\"count\"],\" tarih\"],\"f5UbZ0\":\"Full data ownership\",\"cfvx/y\":\"Full event\",\"MY2SVM\":\"Tam iade\",\"PGQLdy\":\"future\",\"8N/j1s\":\"Future dates only\",\"yRx/6K\":\"Future dates will be copied with capacity reset to zero\",\"T02gNN\":\"Genel Giriş\",\"3ep0Gx\":\"Organizatörünüz hakkında genel bilgiler\",\"ziAjHi\":\"Oluştur\",\"exy8uo\":\"Kod oluştur\",\"4CETZY\":\"Yol Tarifi Al\",\"pjkEcB\":\"Get Paid\",\"lGYzP6\":\"Get paid with Stripe\",\"ZDIydz\":\"Başlayın\",\"u6FPxT\":\"Bilet Al\",\"2ohvu7\":\"Bilet Al Butonu Metni\",\"8KDgYV\":\"Etkinliğinizi hazırlayın\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Geri dön\",\"sr0UJD\":\"Go Back\",\"oNL5vN\":\"Etkinlik Sayfasına Git\",\"gHSuV/\":\"Ana sayfaya git\",\"8+Cj55\":\"Go to Schedule\",\"6nDzTl\":\"İyi okunabilirlik\",\"76gPWk\":\"Anladım\",\"CZXzs4\":\"Yunanca\",\"aGWZUr\":\"Brüt gelir\",\"n8IUs7\":\"Brüt Gelir\",\"O1wAlQ\":\"Guest\",\"LIYoRQ\":\"Misafir yönetimi\",\"NUsTc4\":\"Happening now\",\"S2Y4aO\":\"Kalıcı silme\",\"kTSQej\":[\"Merhaba \",[\"0\"],\", platformunuzu buradan yönetin.\"],\"URTkcd\":\"Neden ayrıldığınızı söyleyerek gelişmemize yardımcı olun\",\"dORAcs\":\"E-posta adresinizle ilişkili tüm biletler burada.\",\"g+2103\":\"Bağlı kuruluş bağlantınız burada\",\"bVsnqU\":\"Hi,\",\"/iE8xx\":\"Hi.Events Ücreti\",\"zppscQ\":\"Hi.Events platform ücretleri ve işlem bazında KDV dökümü\",\"D+zLDD\":\"Gizli\",\"cZO505\":[\"Hidden — sales ended \",[\"end\"],\".\"],\"DRErHC\":\"Katılımcılardan gizli - sadece organizatörler tarafından görülebilir\",\"9zfvsx\":\"Hidden from everyone\",\"nMfkJW\":\"Hidden from everyone — the master hide switch is on.\",\"NNnsM0\":\"Gelişmiş seçenekleri gizle\",\"P+5Pbo\":\"Cevapları Gizle\",\"VMlRqi\":\"Hide details\",\"NQgWuh\":\"Önizlemeyi gizle\",\"uXNYjR\":\"Tükenen tarih ve saatleri gizle\",\"g9RcYX\":\"Tarihi gizle\",\"uMwTx7\":\"Bu kategori gizlensin mi?\",\"LLt2UT\":\"Hides sold out\",\"gtEbeW\":\"Vurgula\",\"NF8sdv\":\"Vurgu Mesajı\",\"MXSqmS\":\"Bu ürünü vurgula\",\"7ER2sc\":\"Vurgulandı\",\"sq7vjE\":\"Vurgulanan ürünler, etkinlik sayfasında öne çıkmaları için farklı bir arka plan rengine sahip olacaktır.\",\"1+WSY1\":\"Hobbies\",\"yY8wAv\":\"Hours\",\"49Tkiw\":\"İndirim nasıl uygulanır?\",\"sy9anN\":\"Bir müşterinin teklif aldıktan sonra satın almayı tamamlaması gereken süre. Zaman aşımı olmaması için boş bırakın.\",\"cceMns\":\"How VAT is applied to the platform fees we charge you.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Macarca\",\"8Wgd41\":\"Veri sorumlusu olarak sorumluluklarımı kabul ediyorum\",\"O8m7VA\":\"Bu etkinlikle ilgili e-posta bildirimleri almayı kabul ediyorum\",\"YLgdk5\":\"Bunun bu etkinlikle ilgili işlemsel bir mesaj olduğunu onaylıyorum\",\"4/kP5a\":\"Yeni bir sekme otomatik olarak açılmadıysa, ödemeye devam etmek için lütfen aşağıdaki düğmeyi tıklayın.\",\"W/eN+G\":\"Boş bırakılırsa, adres bir Google Haritalar bağlantısı oluşturmak için kullanılacaktır\",\"CY3yHL\":\"İşaretlenirse, bu kategori herkese açık görünümden gizlenir.\",\"iIEaNB\":\"Bizimle bir hesabınız varsa, şifrenizi nasıl sıfırlayacağınıza dair talimatlar içeren bir e-posta alacaksınız.\",\"an5hVd\":\"Görseller\",\"tSVr6t\":\"Taklit Et\",\"TWXU0c\":\"Kullanıcıyı Taklit Et\",\"5LAZwq\":\"Taklit başlatıldı\",\"IMwcdR\":\"Taklit durduruldu\",\"0I0Hac\":\"Önemli Uyarı\",\"yD3avI\":\"Önemli: E-posta adresinizi değiştirmek, bu siparişe erişim bağlantısını güncelleyecektir. Kaydettikten sonra yeni sipariş bağlantısına yönlendirileceksiniz.\",\"jT142F\":[[\"diffHours\"],\" saat içinde\"],\"OoSyqO\":[[\"diffMinutes\"],\" dakika içinde\"],\"PdMhEx\":[\"in last \",[\"0\"],\" min\"],\"u7r0G5\":\"In person — set a venue\",\"/LCAwL\":\"Devam ediyor\",\"5gTmFD\":\"ücretler dahil\",\"laL+R0\":\"ücretler ve vergi dahil\",\"cXeh90\":\"vergi dahil\",\"pxFAp/\":\"Artır\",\"nQMUIO\":\"Adedi artır\",\"F1Xp97\":\"Bireysel katılımcılar\",\"85e6zs\":\"Liquid Token Ekle\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Instant Stripe payouts\",\"nbfdhU\":\"Entegrasyonlar\",\"I8eJ6/\":\"Internal notes on the attendee's ticket\",\"B2Tpo0\":\"Geçersiz e-posta\",\"5tT0+u\":\"Geçersiz e-posta formatı\",\"f9WRpE\":\"Geçersiz dosya türü. Lütfen bir resim yükleyin.\",\"tnL+GP\":\"Geçersiz Liquid sözdizimi. Lütfen düzeltin ve tekrar deneyin.\",\"N9JsFT\":\"Geçersiz KDV numarası formatı\",\"g+lLS9\":\"Bir ekip üyesi davet et\",\"1z26sk\":\"Ekip Üyesi Davet Et\",\"KR0679\":\"Ekip Üyelerini Davet Et\",\"aH6ZIb\":\"Ekibinizi Davet Edin\",\"Dn4OyV\":\"Davet edildi\",\"IuMGvq\":\"Fatura\",\"a/bUcL\":\"It happens on more than one date\",\"d+Oe9r\":\"It may have been unpublished or removed. Please check the link and try again.\",\"Lj7sBL\":\"İtalyanca\",\"F5/CBH\":\"ürün\",\"BzfzPK\":\"Ürünler\",\"rjyWPb\":\"January\",\"KmWyx0\":\"İş\",\"o5r6b2\":\"İş silindi\",\"cd0jIM\":\"İş detayları\",\"ruJO57\":\"İş adı\",\"YZi+Hu\":\"İş yeniden deneme için sıraya alındı\",\"nCywLA\":\"Her yerden katılın\",\"SNzppu\":\"Bekleme listesine katıl\",\"dLouFI\":[[\"productDisplayName\"],\" için bekleme listesine katıl\"],\"2gMuHR\":\"Katıldı\",\"u4ex5r\":\"July\",\"zeEQd/\":\"June\",\"MxjCqk\":\"Sadece biletlerinizi mi arıyorsunuz?\",\"xOTzt5\":\"just now\",\"0RihU9\":\"Just wrapped\",\"Brhs/U\":\"Bağlantıyı koru\",\"4OjqAQ\":\"Keep editing\",\"lwO5vw\":[\"Kısa tutun — bannerlar tek satır gösterir. \",[\"0\"],\"/200\"],\"lB2hSG\":[[\"0\"],\" adresinden haberler ve etkinlikler hakkında beni bilgilendirin\"],\"ioFA9i\":\"Keep the profit.\",\"C/pOUI\":\"Etiket — örn. Sabah seansı\",\"o66QSP\":\"label updates\",\"RtKKbA\":\"Last\",\"DruLRc\":\"Son 14 Gün\",\"ve9JTU\":\"Soyad gereklidir\",\"h0Q9Iw\":\"Son Yanıt\",\"gw3Ur5\":\"Son Tetiklenme\",\"FIq1Ba\":\"Later\",\"xvnLMP\":\"Latest check-ins\",\"GGFOZD\":\"Hemen başlamak için “Başlangıç” alanını bugün olarak bırakın.\",\"N5TErv\":\"Leave empty for unlimited\",\"L/hDDD\":\"Leave empty to apply this check-in list to all occurrences\",\"9Pf3wk\":\"Leave on to cover every ticket on the event. Turn off to pick specific tickets.\",\"Hq2BzX\":\"Let them know about the change\",\"+uexiy\":\"Let them know about the changes\",\"exYcTF\":\"Library\",\"1njn7W\":\"Açık\",\"1qY5Ue\":\"Bağlantı Süresi Doldu veya Geçersiz\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Bağlantılara İzin Verildi\",\"2BBAbc\":\"List\",\"dF6vP6\":\"Canlı\",\"fpMs2Z\":\"CANLI\",\"D9zTjx\":\"Canlı Etkinlikler\",\"a37vfH\":\"Live preview\",\"C33p4q\":\"Loaded dates\",\"WdmJIX\":\"Önizleme yükleniyor...\",\"IoDI2o\":\"Token'lar yükleniyor...\",\"G3Ge9Z\":\"Webhook günlükleri yükleniyor...\",\"NFxlHW\":\"Webhook'lar Yükleniyor\",\"E0DoRM\":\"Konum silindi\",\"7w8lJU\":\"Konum kaydedildi\",\"YsRXDD\":\"Konum güncellendi\",\"A/kIva\":\"location updates\",\"iyZPPR\":\"konum\",\"VppBoU\":\"Konumlar\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo ve Kapak\",\"gddQe0\":\"Organizatörünüz için logo ve kapak görseli\",\"TBEnp1\":\"Logo başlıkta görüntülenecektir\",\"Jzu30R\":\"Logo bilette görüntülenecektir\",\"PSRm6/\":\"Biletlerimi ara\",\"yJFu/X\":\"Merkez Ofis\",\"v5nFPh\":\"Make it visible so people can buy tickets\",\"cdY2at\":[\"Manage \",[\"0\"]],\"wZJfA8\":\"Manage dates and times for your recurring event\",\"RlzPUE\":\"Manage on Stripe\",\"sjoDuh\":\"Manage schedule\",\"6NXJRK\":\"Manage Schedule\",\"zXuaxY\":\"Etkinliğinizin bekleme listesini yönetin, istatistikleri görüntüleyin ve katılımcılara bilet teklif edin.\",\"g2npA5\":\"Manuel teklif\",\"hg6l4j\":\"March\",\"pqRBOz\":\"Mark as validated (admin override)\",\"2L3vle\":\"Maks Mesaj / 24s\",\"Qp4HWD\":\"Maks Alıcı / Mesaj\",\"7qu2YV\":[\"Sipariş başına en fazla \",[\"cap\"]],\"3JzsDb\":\"May\",\"agPptk\":\"Ortam\",\"xDAtGP\":\"Mesaj\",\"bECJqy\":\"Mesaj başarıyla onaylandı\",\"1jRD0v\":\"Belirli biletlere sahip katılımcılara mesaj gönderin\",\"uQLXbS\":\"Mesaj iptal edildi\",\"48rf3i\":\"Mesaj 5000 karakteri geçemez\",\"ZPj0Q8\":\"Mesaj detayları\",\"Vjat/X\":\"Mesaj gerekli\",\"0/yJtP\":\"Belirli ürünlere sahip sipariş sahiplerine mesaj gönderin\",\"saG4At\":\"Mesaj zamanlandı\",\"mFdA+i\":\"Mesajlaşma Seviyesi\",\"v7xKtM\":\"Mesajlaşma seviyesi başarıyla güncellendi\",\"/VRn+9\":[\"Min \",[\"min\"],\" per order\"],\"H9HlDe\":\"dakika\",\"agRWc1\":\"Minutes\",\"FfPWR0\":\"Modal\",\"zz/Wd/\":\"Mode\",\"fpMgHS\":\"Mon\",\"hty0d5\":\"Pazartesi\",\"JbIgPz\":\"Para değerleri tüm para birimlerindeki yaklaşık toplamlardır\",\"qvF+MT\":\"Başarısız arka plan işlerini izleyin ve yönetin\",\"kY2ll9\":\"month\",\"HajiZl\":\"Ay\",\"+8Nek/\":\"Monthly\",\"6jefe3\":\"months\",\"f8jrkd\":\"more\",\"JcD7qf\":\"More actions\",\"w36OkR\":\"En Çok Görüntülenen Etkinlikler (Son 14 Gün)\",\"+Y/na7\":\"Move all dates earlier or later\",\"3DIpY0\":\"Multiple locations\",\"g9cQCP\":\"Multiple ticket types\",\"GfaxEk\":\"Müzik\",\"oVGCGh\":\"Biletlerim\",\"8/brI5\":\"Ad gerekli\",\"sFFArG\":\"İsim 255 karakterden az olmalıdır\",\"Bst+aq\":\"Stripe hesabını değiştirmeniz mi gerekiyor? Bunun bağlantısını kesin.\",\"xxU3NX\":\"Net Gelir\",\"7I8LlL\":\"New capacity\",\"n1GRql\":\"New label\",\"y0Fcpd\":\"Yeni konum\",\"ArHT/C\":\"Yeni Kayıtlar\",\"uK7xWf\":\"New time:\",\"g8JmSC\":\"Sonraki ay\",\"veT5Br\":\"Next occurrence\",\"WXtl5X\":[\"Next: \",[\"nextFormatted\"]],\"eWRECP\":\"Gece Hayatı\",\"HSw5l3\":\"Hayır - Bireyim veya KDV kayıtlı olmayan bir işletmeyim\",\"VHfLAW\":\"Hesap yok\",\"+jIeoh\":\"Hesap bulunamadı\",\"074+X8\":\"Aktif Webhook Yok\",\"zxnup4\":\"Gösterilecek bağlı kuruluş yok\",\"hUHrkV\":\"Henüz duyuru yok\",\"Dwf4dR\":\"Henüz katılımcı sorusu yok\",\"th7rdT\":\"No attendees to show\",\"PKySlW\":\"No attendees yet for this date.\",\"/UC6qk\":\"Atıf verisi bulunamadı\",\"E2vYsO\":\"No capabilities reported by Stripe yet.\",\"amMkpL\":\"Kapasite yok\",\"d2Jf1f\":\"No change\",\"99ntUF\":\"Bu etkinlik için kullanılabilir giriş listesi yok.\",\"wG+knX\":\"No check-ins yet\",\"+dAKxg\":\"Yapılandırma bulunamadı\",\"LiLk8u\":\"No connections available\",\"eb47T5\":\"Seçilen filtreler için veri bulunamadı. Tarih aralığını veya para birimini ayarlamayı deneyin.\",\"Zc216S\":\"No date added\",\"I8mtzP\":\"No dates available this month. Try navigating to another month.\",\"yDukIL\":\"No dates match the current filters.\",\"B7phdj\":\"No dates match your filters\",\"/ZB4Um\":\"No dates match your search\",\"OtJSnL\":\"Planlanmış tarih yok\",\"gEdNe8\":\"No dates scheduled yet\",\"w+wkcC\":\"Silme talebi bulunamadı\",\"pZNOT9\":\"Bitiş tarihi yok\",\"dW40Uz\":\"Etkinlik bulunamadı\",\"8pQ3NJ\":\"Önümüzdeki 24 saat içinde başlayan etkinlik yok\",\"8zCZQf\":\"Henüz etkinlik yok\",\"Yc5YW6\":\"Başarısız iş yok\",\"EpvBAp\":\"Fatura yok\",\"N+9Onb\":\"No limits\",\"XZkeaI\":\"Günlük bulunamadı\",\"IcAC6J\":\"Eşleşen yazı tipi yok\",\"nrSs2u\":\"Mesaj bulunamadı\",\"Rj99yx\":\"No occurrences available\",\"IFU1IG\":\"No occurrences on this date\",\"OVFwlg\":\"Henüz sipariş sorusu yok\",\"EJ7bVz\":\"Sipariş bulunamadı\",\"NEmyqy\":\"Henüz sipariş yok\",\"a77B6w\":\"No orders yet for this date.\",\"wUv5xQ\":\"Son 14 günde organizatör aktivitesi yok\",\"vLd1tV\":\"No organizer context available.\",\"B7w4KY\":\"Başka organizatör mevcut değil\",\"PChXMe\":\"Ücretli Sipariş Yok\",\"6jYQGG\":\"Geçmiş etkinlik yok\",\"CHzaTD\":\"Son 14 günde popüler etkinlik yok\",\"zK/+ef\":\"Seçim için ürün mevcut değil\",\"M1/lXs\":\"No products configured for this event.\",\"kY7XDn\":\"Hiçbir ürünün bekleme listesi kaydı yok\",\"8mw4tm\":\"Ürün yok mesajı\",\"wYiAtV\":\"Yakın zamanda hesap kaydı yok\",\"UW90md\":\"Alıcı bulunamadı\",\"QoAi8D\":\"Yanıt yok\",\"JeO7SI\":\"Yanıt yok\",\"EK/G11\":\"Henüz yanıt yok\",\"AxPAXW\":\"Sonuç bulunamadı\",\"59OWd3\":\"Kayıtlı Konum Yok\",\"mPdY6W\":\"Öneri yok\",\"3sRuiW\":\"Bilet Bulunamadı\",\"debCrL\":\"Satılacak bilet yok\",\"k2C0ZR\":\"No upcoming dates\",\"yM5c0q\":\"Yaklaşan etkinlik yok\",\"qpC74J\":\"Kullanıcı bulunamadı\",\"8wgkoi\":\"Son 14 günde görüntülenen etkinlik yok\",\"Arzxc1\":\"Bekleme listesi kaydı yok\",\"n5vdm2\":\"Bu uç nokta için henüz webhook olayı kaydedilmedi. Olaylar tetiklendiklerinde burada görünecektir.\",\"4GhX3c\":\"Webhook Yok\",\"4+am6b\":\"Hayır, beni burada tut\",\"4JVMUi\":\"non-edited\",\"ACaDVQ\":\"None yet\",\"Itw24Q\":\"Not checked in\",\"x5+Lcz\":\"Giriş Yapılmadı\",\"8n10sz\":\"Uygun Değil\",\"kLvU3F\":\"Notify attendees and stop sales\",\"t9QlBd\":\"November\",\"kAREMN\":\"Number of dates to create\",\"6u1B3O\":\"Occurrence\",\"mmoE62\":\"Occurrence Cancelled\",\"V9flmL\":\"Occurrence Schedule\",\"Kh3WO8\":\"Occurrence Summary\",\"byXCTu\":\"Occurrences\",\"KATw3p\":\"Occurrences (future only)\",\"85rTR2\":\"Occurrences can be configured after creation\",\"dzQfDY\":\"October\",\"BwJKBw\":\"/\",\"GQnX9d\":\"her ay\",\"az8lvo\":\"Off\",\"9h7RDh\":\"Teklif Et\",\"EfK2O6\":\"Yer Teklif Et\",\"3sVRey\":\"Bilet teklif et\",\"2O7Ybb\":\"Teklif zaman aşımı\",\"1jUg5D\":\"Teklif edildi\",\"l+/HS6\":[\"Teklifler \",[\"timeoutHours\"],\" saat sonra sona erer.\"],\"6Aih4U\":\"Çevrimdışı\",\"Fdp03t\":\"şu günlerde:\",\"Z5HWHd\":\"On\",\"TH5A28\":[[\"dayList\"],\" günlerinde\"],\"qiMtVT\":[[\"day\"],\" \",[\"month\"],\" tarihinde\"],\"nO3VbP\":[[\"0\"],\" satışta\"],\"pPAGSK\":[\"ayın \",[\"position\"],\" \",[\"day\"],\" günü\"],\"2eFltz\":\"On the event page\",\"H7stQC\":\"Bekleme listesinde\",\"oXOSPE\":\"Çevrimiçi\",\"aqmy5k\":\"Online — provide connection details\",\"LuZBbx\":\"Online & in-person\",\"IXuOqt\":\"Online & in-person — see schedule\",\"WjSpu5\":\"Çevrimiçi Etkinlik\",\"wCRLS9\":[\"Yalnızca \",[\"cap\"],\" adet kaldı\"],\"scPxI/\":[\"Sadece \",[\"capacity\"],\" kaldı\"],\"Gk0+G6\":\"Only a name is required — everything else has sensible defaults\",\"NdOxqr\":\"Yalnızca hesap yöneticileri etkinlikleri silebilir veya arşivleyebilir. Yardım için hesap yöneticinizle iletişime geçin.\",\"rnoDMF\":\"Yalnızca hesap yöneticileri organizatörleri silebilir veya arşivleyebilir. Yardım için hesap yöneticinizle iletişime geçin.\",\"tnx0u1\":\"Only available as an add-on\",\"z4JBd7\":\"Kullanıcılara yalnızca yayınlanmış duyurular gösterilir\",\"bU7oUm\":\"Yalnızca bu durumlara sahip siparişlere gönder\",\"wkpaqp\":\"Yalnızca başlangıç tarihini ve saatini göster\",\"chktt5\":\"Only shown as an add-on to the products it's attached to\",\"Y4HHYW\":\"Only shown as an add-on to the products it's attached to.\",\"Z82In9\":\"Yalnızca hesap sahibi hesap silme talebinde bulunabilir.\",\"DMk8F0\":\"Only tickets count toward capacity\",\"+/Z3yr\":\"Only visible to buyers with an applicable promo code.\",\"M2w1ni\":\"Yalnızca promosyon koduyla görünür\",\"y8Bm7C\":\"Open check-in\",\"RLz7P+\":\"Open occurrence\",\"iMqrOb\":\"İsteğe bağlı eylem çağrısı\",\"cDSdPb\":\"Seçicilerde gösterilen isteğe bağlı takma ad, örn. \\\"Merkez Toplantı Odası\\\"\",\"HXMJxH\":\"Feragatnameler, iletişim bilgileri veya teşekkür notları için isteğe bağlı metin (yalnızca tek satır)\",\"L565X2\":\"seçenekler\",\"8m9emP\":\"or add a single date\",\"eBskDE\":\"Veya çevrimdışı ödemeleri etkinleştirip Stripe'ı devre dışı bırakın\",\"dSeVIm\":\"order\",\"c/TIyD\":\"Sipariş ve Bilet\",\"H5qWhm\":\"Sipariş iptal edildi\",\"b6+Y+n\":\"Sipariş tamamlandı\",\"x4MLWE\":\"Sipariş Onayı\",\"CsTTH0\":\"Sipariş onayı başarıyla yeniden gönderildi\",\"ppuQR4\":\"Sipariş Oluşturuldu\",\"xtQzag\":\"Order details\",\"vrSW9M\":\"Sipariş iptal edildi ve iade edildi. Sipariş sahibi bilgilendirildi.\",\"rzw+wS\":\"Sipariş sahipleri\",\"oI/hGR\":\"Sipariş Kimliği\",\"m8vQEP\":\"Order limits\",\"vu6Arl\":\"Sipariş Ödendi Olarak İşaretlendi\",\"sLbJQz\":\"Sipariş bulunamadı\",\"kvYpYu\":\"Sipariş Bulunamadı\",\"eJ8SvM\":\"Order number, purchase date, purchaser email\",\"FaPYw+\":\"Sipariş sahibi\",\"eB5vce\":\"Belirli bir ürüne sahip sipariş sahipleri\",\"CxLoxM\":\"Ürünlere sahip sipariş sahipleri\",\"UkHo4c\":\"Sipariş Ref.\",\"EZy55F\":\"Sipariş İade Edildi\",\"6eSHqs\":\"Sipariş durumları\",\"oW5877\":\"Sipariş Toplamı\",\"e7eZuA\":\"Sipariş Güncellendi\",\"1SQRYo\":\"Sipariş başarıyla güncellendi\",\"3NT0Ck\":\"Sipariş iptal edildi\",\"V5khLm\":\"orders\",\"sd5IMt\":\"Tamamlanan Siparişler\",\"5It1cQ\":\"Siparişler Dışa Aktarıldı\",\"UQ0ACV\":\"Sipariş Toplamı\",\"B/EBQv\":\"Siparişler:\",\"qtGTNu\":\"Organik Hesaplar\",\"P/JHA4\":\"Organizatör başarıyla arşivlendi\",\"S3CZ5M\":\"Organizatör Paneli\",\"GzjTd0\":\"Organizatör başarıyla silindi\",\"SQqJd8\":\"Organizatör Bulunamadı\",\"HF8Bxa\":\"Organizatör başarıyla geri yüklendi\",\"wpj63n\":\"Organizatör Ayarları\",\"o1my93\":\"Organizatör durum güncellemesi başarısız oldu. Lütfen daha sonra tekrar deneyin\",\"rLHma1\":\"Organizatör durumu güncellendi\",\"LqBITi\":\"Organizatör/varsayılan şablon kullanılacak\",\"q4zH+l\":\"Organizers\",\"/IX/7x\":\"Diğer\",\"RsiDDQ\":\"Diğer Listeler (Bilet Dahil Değil)\",\"EufvBx\":\"Sonuç\",\"aDfajK\":\"Outdoors\",\"qMASRF\":\"Giden mesajlar\",\"iCOVQO\":\"Override\",\"GpFTEc\":\"Override fees on this organizer\",\"M9ZhMP\":\"Override price\",\"cnVIpl\":\"Override removed\",\"6/dCYd\":\"Genel Bakış\",\"6WdDG7\":\"Sayfa\",\"8uqsE5\":\"Sayfa artık mevcut değil\",\"QkLf4H\":\"Sayfa URL'si\",\"sF+Xp9\":\"Sayfa Görüntülemeleri\",\"v4nCHK\":\"Paid\",\"c+suC6\":\"Ücretli Hesaplar\",\"5F7SYw\":\"Kısmi iade\",\"fFYotW\":[\"Kısmen iade edildi: \",[\"0\"]],\"i8day5\":\"Ücreti alıcıya aktar\",\"k4FLBQ\":\"Alıcıya aktar\",\"Ff0Dor\":\"Geçmiş\",\"BFjW8X\":\"Past due\",\"xTPjSy\":\"Geçmiş Etkinlikler\",\"/l/ckQ\":\"URL Yapıştır\",\"URAE3q\":\"Duraklatıldı\",\"4fL/V7\":\"Öde\",\"W5l9HD\":\"Dilediğin kadar öde\",\"c2/9VE\":\"Yük\",\"5cxUwd\":\"Ödeme Tarihi\",\"ENEPLY\":\"Ödeme yöntemi\",\"8Lx2X7\":\"Ödeme alındı\",\"fx8BTd\":\"Ödemeler mevcut değil\",\"C+ylwF\":\"Payouts\",\"UbRKMZ\":\"Beklemede\",\"UkM20g\":\"İnceleme Bekliyor\",\"dPYu1F\":\"Katılımcı Başına\",\"mQV/nJ\":\"per min\",\"+kvxv+\":\"sipariş başına\",\"VlXNyK\":\"Sipariş başına\",\"NhuGd7\":\"ürün başına\",\"hauDFf\":\"Bilet başına\",\"mnF83a\":\"Yüzde Ücreti\",\"TNLuRD\":\"Percentage fee (%)\",\"MixU2P\":\"Yüzde 0 ile 100 arasında olmalıdır\",\"MkuVAZ\":\"İşlem tutarının yüzdesi\",\"/Bh+7r\":\"Performans\",\"/4mGVp\":\"Bu hesabı kalıcı olarak sil\",\"dGdKgQ\":\"Bu hesabı ve verilerini kalıcı olarak silin.\",\"fIp56F\":\"Bu etkinliği ve tüm ilgili verileri kalıcı olarak silin.\",\"nJeeX7\":\"Bu organizatörü ve tüm etkinliklerini kalıcı olarak silin.\",\"wfCTgK\":\"Permanently remove this date\",\"6kPk3+\":\"Kişisel Bilgiler\",\"zmwvG2\":\"Telefon\",\"tSR/oe\":\"Pick an end date\",\"e8kzpp\":\"Pick at least one day of the month\",\"35C8QZ\":\"Pick at least one day of the week\",\"kJmAsd\":\"Tarihlerinizi görmek için gün seçin.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Placed\",\"wBJR8i\":\"Bir etkinlik mi planlıyorsunuz?\",\"J3lhKT\":\"Platform ücreti\",\"RD51+P\":[\"Ödemenizden \",[\"0\"],\" platform ücreti düşülür\"],\"br3Y/y\":\"Platform Ücretleri\",\"3buiaw\":\"Platform Ücretleri Raporu\",\"kv9dM4\":\"Platform Geliri\",\"PJ3Ykr\":\"Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions.\",\"OtjenF\":\"Lütfen geçerli bir e-posta adresi girin\",\"jEw0Mr\":\"Lütfen geçerli bir URL girin\",\"n8+Ng/\":\"Lütfen 5 haneli kodu girin\",\"r+lQXT\":\"Lütfen KDV numaranızı girin\",\"Dvq0wf\":\"Lütfen bir görsel sağlayın.\",\"2cUopP\":\"Lütfen ödeme işlemini yeniden başlatın.\",\"GoXxOA\":\"Please select a date and time\",\"8KmsFa\":\"Lütfen bir tarih aralığı seçin\",\"EFq6EG\":\"Lütfen bir görsel seçin.\",\"fuwKpE\":\"Lütfen tekrar deneyin.\",\"klWBeI\":\"Başka bir kod istemeden önce lütfen bekleyin\",\"hfHhaa\":\"Bağlı kuruluşlarınızı dışa aktarma için hazırlarken lütfen bekleyin...\",\"o+tJN/\":\"Katılımcılarınızı dışa aktarma için hazırlarken lütfen bekleyin...\",\"+5Mlle\":\"Siparişlerinizi dışa aktarma için hazırlarken lütfen bekleyin...\",\"trnWaw\":\"Lehçe\",\"luHAJY\":\"Popüler Etkinlikler (Son 14 Gün)\",\"p/78dY\":\"Position\",\"OESu7I\":\"Birden fazla bilet türünde stok paylaşarak aşırı satışı önleyin.\",\"NgVUL2\":\"Ödeme formunu önizle\",\"cs5muu\":\"Etkinlik sayfasını önizle\",\"1xwZj/\":\"Önceki ay\",\"Jm2AC3\":\"Price Tier\",\"a5jvSX\":\"Fiyat Kademeleri\",\"aHCEmh\":\"Pricing\",\"ReihZ7\":\"Yazdırma Önizlemesi\",\"JnuPvH\":\"Bileti Yazdır\",\"tYF4Zq\":\"PDF'ye Yazdır\",\"LcET2C\":\"Gizlilik Politikası\",\"8z6Y5D\":\"İade İşle\",\"JcejNJ\":\"Sipariş işleniyor\",\"EWCLpZ\":\"Ürün Oluşturuldu\",\"XkFYVB\":\"Ürün Silindi\",\"YMwcbR\":\"Ürün satışları, gelir ve vergi dökümü\",\"ls0mTC\":\"Product settings cannot be edited for cancelled dates.\",\"2339ej\":\"Product settings saved successfully\",\"ldVIlB\":\"Ürün Güncellendi\",\"CP3D8G\":\"Progress\",\"JoKGiJ\":\"Promosyon kodu\",\"dIodJL\":\"Promo code required\",\"k3wH7i\":\"Promosyon kodu kullanımı ve indirim dökümü\",\"tZqL0q\":\"promo codes\",\"oCHiz3\":\"Promo codes\",\"uEhdRh\":\"Yalnızca Promosyon\",\"dLm8V5\":\"Promosyon e-postaları hesap askıya alınmasına neden olabilir\",\"W0ETyY\":\"En az bir adres alanı girin (mekan, sokak, şehir veya ülke).\",\"2W/7Gz\":\"Provide the following before Stripe's next review to keep payouts flowing.\",\"7d1a0d\":\"Public\",\"EEYbdt\":\"Yayınla\",\"JcgJKc\":\"Yine de yayınla\",\"evDBV8\":\"Etkinliği yayınla\",\"2zEfOd\":\"Publish your event\",\"u3wRF+\":\"Yayınlandı\",\"L7nrC8\":\"Yayınladığınızda etkinlik sayfanız herkese açık olur ve kayıtlar açılır.\",\"dsFmM+\":\"Satın Alındı\",\"JunetL\":\"Purchaser\",\"phmeUH\":\"Purchaser email\",\"ywR4ZL\":\"QR code check-in\",\"oWXNE5\":\"Adet\",\"VbWX2u\":\"Adet\",\"biEyJ4\":\"Question answers\",\"k/bJj0\":\"Sorular yeniden sıralandı\",\"b24kPi\":\"Kuyruk\",\"lTPqpM\":\"Quick Tip\",\"fqDzSu\":\"Oran\",\"mnUGVC\":\"Hız sınırı aşıldı. Lütfen daha sonra tekrar deneyin.\",\"t41hVI\":\"Yeri Yeniden Teklif Et\",\"TNclgc\":\"Reactivate this date? It will be reopened for future sales.\",\"RENQ6j\":\"Yayına hazır mısınız?\",\"uqoRbb\":\"Real-time analytics\",\"jPSk57\":\"Neden (isteğe bağlı)\",\"xzRvs4\":[[\"0\"],\"'ten ürün güncellemeleri alın.\"],\"pLXbi8\":\"Son Hesap Kayıtları\",\"M1HGuR\":\"Recent activity\",\"3kJ0gv\":\"Recent Attendees\",\"qhfiwV\":\"Recent check-ins\",\"S+0XMX\":\"Recent orders\",\"Fi3b48\":\"Son Siparişler\",\"7hPBBn\":\"alıcı\",\"jp5bq8\":\"alıcı\",\"yPrbsy\":\"Alıcılar\",\"E1F5Ji\":\"Alıcılar mesaj gönderildikten sonra görüntülenebilir\",\"WEYdDv\":\"Recommended\",\"wuhHPE\":\"Recurring\",\"asLqwt\":\"Tekrarlayan Etkinlik\",\"s3uzsK\":\"Tekrarlayan Etkinlik Ayarları\",\"D0tAMe\":\"Recurring events\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Stripe'a yönlendiriliyor...\",\"pnoTN5\":\"Yönlendirme Hesapları\",\"ACKu03\":\"Önizlemeyi Yenile\",\"vuFYA6\":\"Refund all orders for these dates\",\"4cRUK3\":\"Refund all orders for this date\",\"fKn/k6\":\"İade tutarı\",\"qY4rpA\":\"İade başarısız oldu\",\"FaK/8G\":[\"Siparişi İade Et \",[\"0\"]],\"MGbi9P\":\"İade beklemede\",\"BDSRuX\":[\"İade edildi: \",[\"0\"]],\"bU4bS1\":\"İadeler\",\"rYXfOA\":\"Bölgesel Ayarlar\",\"5tl0Bp\":\"Kayıt soruları\",\"ZNo5k1\":\"Remaining\",\"Bjh87R\":\"Remove label from all dates\",\"IVZaEo\":\"Tükenen tarih ve saatleri etkinlik sayfasından tamamen kaldırır. Devre dışı bırakıldığında görünür kalır ve tükendi olarak etiketlenir.\",\"5Vkr/a\":\"Saati kaldır\",\"KkJtVK\":\"Reopen for new sales\",\"XJwWJp\":\"Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed.\",\"RYlQY0\":\"Tekrar\",\"CQeZT8\":\"Rapor bulunamadı\",\"JEPMXN\":\"Yeni bir bağlantı isteyin\",\"Yx0Ud8\":\"Talep edildi\",\"Wcv9QD\":\"Talep eden\",\"TMLAx2\":\"Gerekli\",\"mdeIOH\":\"Kodu yeniden gönder\",\"sQxe68\":\"Onayı yeniden gönder\",\"bxoWpz\":\"Onay E-postasını Yeniden Gönder\",\"G42SNI\":\"E-postayı yeniden gönder\",\"TTpXL3\":[[\"resendCooldown\"],\"s içinde yeniden gönder\"],\"5CiNPm\":\"Bileti Yeniden Gönder\",\"Uwsg2F\":\"Rezerve edildi\",\"8wUjGl\":\"Rezerve edilme süresi:\",\"a5z8mb\":\"Reset to base price\",\"kCn6wb\":\"Sıfırlanıyor...\",\"ZlCDf+\":\"Yanıt\",\"bsydMp\":\"Yanıt detayları\",\"yKu/3Y\":\"Geri Yükle\",\"RokrZf\":\"Etkinliği Geri Yükle\",\"/JyMGh\":\"Organizatörü Geri Yükle\",\"HFvFRb\":\"Bu etkinliği yeniden görünür hale getirmek için geri yükleyin.\",\"DDIcqy\":\"Bu organizatörü geri yükleyin ve yeniden aktif hale getirin.\",\"mO8KLE\":\"results\",\"6gRgw8\":\"Yeniden dene\",\"1BG8ga\":\"Tümünü yeniden dene\",\"rDC+T6\":\"İşi yeniden dene\",\"CbnrWb\":\"Etkinliğe Dön\",\"Lf7TCn\":\"Adresli etkinlikler oluşturdukça yeniden kullanılabilir mekanlar burada otomatik olarak görünür; kendiniz de ekleyebilirsiniz.\",\"mdQ0zb\":\"Etkinlikleriniz için yeniden kullanılabilir mekanlar. Otomatik tamamlama ile oluşturulan konumlar burada otomatik olarak kaydedilir.\",\"XFOPle\":\"Reuse\",\"1Zehp4\":\"Reuse a Stripe connection from another organizer in this account.\",\"Oo/PLb\":\"Gelir Özeti\",\"CfuueU\":\"Teklifi iptal et\",\"Tpm2G9\":\"Süre\",\"dFFW9L\":[\"Satış sona erdi \",[\"0\"]],\"loCKGB\":[\"Satış bitiyor \",[\"0\"]],\"wlfBad\":\"Satış Dönemi\",\"qi81Jg\":\"Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page.\",\"zpekWp\":[\"Satış başlıyor \",[\"0\"]],\"7s8z0X\":\"Sale window\",\"mUv9U4\":\"Satışlar\",\"9KnRdL\":\"Satışlar duraklatıldı\",\"JC3J0k\":\"Sales, attendance, and check-in breakdown per occurrence\",\"3VnlS9\":\"Tüm etkinlikler için satışlar, siparişler ve performans metrikleri\",\"3Q1AWe\":\"Satışlar:\",\"LeuERW\":\"Same as event\",\"B4nE3N\":\"Örnek bilet fiyatı\",\"8BRPoH\":\"Örnek Mekan\",\"PiK6Ld\":\"Sat\",\"+5kO8P\":\"Cumartesi\",\"zJiuDn\":\"Save fee override\",\"x1fMXJ\":\"Programı kaydet\",\"KZrfYJ\":\"Sosyal Bağlantıları Kaydet\",\"9Y3hAT\":\"Şablonu Kaydet\",\"C8ne4X\":\"Bilet Tasarımını Kaydet\",\"cTI8IK\":\"Save VAT settings\",\"6/TNCd\":\"KDV Ayarlarını Kaydet\",\"4RvD9q\":\"Kayıtlı konum\",\"cgw0cL\":\"Kayıtlı konumlar\",\"Fbqm/I\":\"Saving an override creates a dedicated configuration for this organizer if it's currently on the system default.\",\"I+FvbD\":\"Tara\",\"0zd6Nm\":\"Scan a ticket to check in an attendee\",\"bQG7Qk\":\"Scanned tickets will appear here\",\"WDYSLJ\":\"Scanner mode\",\"gmB6oO\":\"Schedule\",\"qQTaVm\":\"Schedule added\",\"j6NnBq\":\"Schedule created successfully\",\"YP7frt\":\"Schedule ends on\",\"QS1Nla\":\"Daha sonra gönder\",\"NAzVVw\":\"Mesajı zamanla\",\"/rTL/5\":\"Program önizlemesi\",\"Fz09JP\":\"Schedule starts on\",\"4ba0NE\":\"Planlandı\",\"4HKQZj\":\"Planlanan silme\",\"qcP/8K\":\"Zamanlanmış saat\",\"A1taO8\":\"Search\",\"ftNXma\":\"Bağlı kuruluşları ara...\",\"VMU+zM\":\"Search attendees\",\"VY+Bdn\":\"Hesap adı veya e-posta ile ara...\",\"VX+B3I\":\"Etkinlik başlığı veya organizatöre göre ara...\",\"R0wEyA\":\"İş adı veya istisnaya göre ara...\",\"YnMfsK\":\"Ada veya adrese göre ara...\",\"3yKuDu\":\"Ad veya e-posta ile arayıp bir veya birden fazla seçin\",\"VT+urE\":\"İsim veya e-posta ile ara...\",\"GHdjuo\":\"Ad, e-posta veya hesaba göre ara...\",\"4mBFO7\":\"Search by name, order #, ticket # or email\",\"20ce0U\":\"Sipariş kimliği, müşteri adı veya e-posta ile arayın...\",\"4DSz7Z\":\"Konu, etkinlik veya hesaba göre ara...\",\"gTUY97\":\"Başlığa göre ara...\",\"nQC7Z9\":\"Search dates...\",\"iRtEpV\":\"Search dates…\",\"JRM7ao\":\"Search for an address\",\"BWF1kC\":\"Mesajlarda ara...\",\"5WYZKZ\":\"Arama sonuçları\",\"IG85fV\":\"Kayıtlı konumları arayın veya bir adres bulun...\",\"Du+zn+\":\"Aranıyor...\",\"3aD3GF\":\"Seasonal\",\"ku//5b\":\"Second\",\"Mck5ht\":\"Güvenli Ödeme\",\"s7tXqF\":\"See schedule\",\"JFap6u\":\"See what Stripe still needs\",\"6lGaum\":\"Görüldü\",\"p7xUrt\":\"Bir kategori seçin\",\"hTKQwS\":\"Select a Date & Time\",\"Ps6Xtf\":\"Select a date to see available times\",\"e4L7bF\":\"İçeriğini görüntülemek için bir mesaj seçin\",\"zPRPMf\":\"Bir seviye seçin\",\"BFRSTT\":\"Hesap Seç\",\"wgNoIs\":\"Select all\",\"mCB6Je\":\"Tümünü Seç\",\"aCEysm\":[\"Select all on \",[\"0\"]],\"a6+167\":\"Bir etkinlik seçin\",\"4oT6dP\":\"En az bir hesap seçin\",\"neCGH1\":\"En az bir kullanıcı seçin\",\"CFbaPk\":\"Katılımcı grubu seçin\",\"88a49s\":\"Select camera\",\"tVW/yo\":\"Para birimi seçin\",\"SJQM1I\":\"Select date\",\"n9ZhRa\":\"Bitiş tarih ve saatini seçin\",\"gTN6Ws\":\"Bitiş saatini seçin\",\"0U6E9W\":\"Etkinlik kategorisi seçin\",\"j9cPeF\":\"Etkinlik türlerini seçin\",\"ypTjHL\":\"Select occurrence\",\"DHBGUX\":\"Select products...\",\"KizCK7\":\"Başlangıç tarih ve saatini seçin\",\"dJZTv2\":\"Başlangıç saatini seçin\",\"x8XMsJ\":\"Bu hesap için mesajlaşma seviyesini seçin. Bu, mesaj limitlerini ve bağlantı izinlerini kontrol eder.\",\"aT3jZX\":\"Saat dilimi seçin\",\"TxfvH2\":\"Bu mesajı hangi katılımcıların alacağını seçin\",\"Ropvj0\":\"Bu webhook'u tetikleyecek etkinlikleri seçin\",\"+6YAwo\":\"selected\",\"ylXj1N\":\"Seçildi\",\"uq3CXQ\":\"Sell out your event.\",\"oBXbO4\":\"Selling a physical product? Cap its quantity on the <0>products page instead.\",\"j9b/iy\":\"Hızlı satılıyor 🔥\",\"73qYgo\":\"Test olarak gönder\",\"HMAqFK\":\"Katılımcılara, bilet sahiplerine veya sipariş sahiplerine e-posta gönderin. Mesajlar hemen gönderilebilir veya daha sonra için planlanabilir.\",\"22Itl6\":\"Bana bir kopya gönder\",\"NpEm3p\":\"Şimdi gönder\",\"nOBvex\":\"Gerçek zamanlı sipariş ve katılımcı verilerini harici sistemlerinize gönderin.\",\"1lNPhX\":\"İade bildirim e-postası gönder\",\"eaUTwS\":\"Sıfırlama bağlantısı gönder\",\"5cV4PY\":\"Send to all occurrences, or choose a specific one\",\"QEQlnV\":\"İlk mesajınızı gönderin\",\"IoAuJG\":\"Gönderiliyor...\",\"h69WC6\":\"Gönderildi\",\"BVu2Hz\":\"Gönderen\",\"ZFa8wv\":\"Sent to attendees when a scheduled date is cancelled\",\"SPdzrs\":\"Müşterilere sipariş verdiklerinde gönderilir\",\"LxSN5F\":\"Her katılımcıya bilet detaylarıyla birlikte gönderilir\",\"hgvbYY\":\"September\",\"5sN96e\":\"Session cancelled\",\"S9i0UC\":[\"seans · \",[\"dateCount\"],\" tarih × \",[\"timesPerDay\"],\" saat\"],\"89xaFU\":\"Bu organizatör altında oluşturulan yeni etkinlikler için varsayılan platform ücreti ayarlarını belirleyin.\",\"eXssj5\":\"Bu organizatör altında oluşturulan yeni etkinlikler için varsayılan ayarları belirleyin.\",\"uPe5p8\":\"Set how long each date lasts\",\"ODuUEi\":\"Set or clear the date label\",\"buHACR\":\"Set the end time of each date to be this long after its start time.\",\"TaeFgl\":\"Set to unlimited (remove limit)\",\"pd6SSe\":\"Set up a recurring schedule to automatically create dates, or add them one at a time.\",\"s0FkEx\":\"Farklı girişler, oturumlar veya günler için giriş listeleri oluşturun.\",\"TaWVGe\":\"Set up payouts\",\"JA//e6\":\"Set up schedule\",\"gzXY7l\":\"Set Up Schedule\",\"0Ls9qe\":\"Set up the tickets you'll sell and their prices\",\"xMO+Ao\":\"Organizasyonunuzu kurun\",\"5pEFnq\":\"Programınızı oluşturun\",\"zRRuUD\":\"Set up your schedule in the next steps\",\"ETC76A\":\"Set, change, or remove the date's location or online details\",\"C3htzi\":\"Ayar güncellendi\",\"Ohn74G\":\"Kurulum ve Tasarım\",\"1W5XyZ\":\"Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event.\",\"GG7qDw\":\"Bağlı Kuruluş Bağlantısını Paylaş\",\"hL7sDJ\":\"Organizatör Sayfasını Paylaş\",\"jy6QDF\":\"Paylaşımlı Kapasite Yönetimi\",\"jDNHW4\":\"Shift times\",\"tPfIaW\":[\"Shifted times for \",[\"count\"],\" date(s)\"],\"WwlM8F\":\"Gelişmiş seçenekleri göster\",\"cMW+gm\":[\"Tüm platformları göster (\",[\"0\"],\" değerli daha fazla)\"],\"wXi9pZ\":\"Show attendee notes to non-logged-in staff\",\"4LZFir\":\"Tüm tarih aralığını göster\",\"UVPI5D\":\"Daha az platform göster\",\"Eu/N/d\":\"Pazarlama onay kutusunu göster\",\"SXzpzO\":\"Varsayılan olarak pazarlama onay kutusunu göster\",\"b33PL9\":\"Daha fazla platform göster\",\"Eut7p9\":\"Show order details to non-logged-in staff\",\"+RoWKN\":\"Show question answers to non-logged-in staff\",\"jbcx6L\":\"Show remaining capacity on event dates\",\"rXxBOx\":\"Show remaining capacity to buyers\",\"t1LIQW\":[[\"totalRows\"],\" kayıttan \",[\"0\"],\" tanesi gösteriliyor\"],\"E717U9\":[\"Showing \",[\"0\"],\"–\",[\"1\"],\" of \",[\"2\"]],\"5rzhBQ\":[\"Showing \",[\"MAX_VISIBLE\"],\" of \",[\"totalAvailable\"],\" dates. Type to search.\"],\"WSt3op\":[\"Showing the first \",[\"0\"],\" — the remaining \",[\"1\"],\" session(s) will still be targeted when the message is sent.\"],\"o1UbOh\":\"Modalın üstünde zıplayarak gösterilir\",\"OJLTEL\":\"Shown to staff the first time they open the check-in page.\",\"lbfXEJ\":\"Shows remaining\",\"jVRHeq\":\"Kayıt Tarihi\",\"5C7J+P\":\"Single Event\",\"E//btK\":\"Skip manually edited dates\",\"paESr6\":\"Slovakça\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Sosyal\",\"d0rUsW\":\"Sosyal Bağlantılar\",\"j/TOB3\":\"Sosyal Bağlantılar ve Web Sitesi\",\"s9KGXU\":\"Satıldı\",\"yp+0jj\":\"sold out\",\"1hupow\":\"Tükendi, bekleme listesi mevcut\",\"iACSrw\":\"Some details are hidden from public access. Log in to view everything.\",\"Dia6iz\":\"Something went wrong while deleting the image. Please try again.\",\"KTxc6k\":\"Bir şeyler ters gitti, lütfen tekrar deneyin veya sorun devam ederse destek ile iletişime geçin\",\"lkE00/\":\"Bir şeyler ters gitti. Lütfen daha sonra tekrar deneyin.\",\"wdxz7K\":\"Kaynak\",\"SzuJ5m\":\"Belirli hesaplar\",\"/h8G1o\":\"Belirli kullanıcılar\",\"fDG2by\":\"Spirituality\",\"oPaRES\":\"Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end.\",\"7JFNej\":\"Spor\",\"/bfV1Y\":\"Staff instructions\",\"StWUH4\":\"Start check-in\",\"JcQp9p\":\"Başlangıç tarihi ve saati\",\"0m/ekX\":\"Başlangıç Tarihi ve Saati\",\"izRfYP\":\"Başlangıç tarihi gerekli\",\"xAYSEs\":\"Başlangıç saati\",\"n9ZrDo\":\"Start typing a venue or address...\",\"DACR+e\":\"Starts collapsed\",\"qeFVhN\":[\"Starts in \",[\"diffDays\"],\" days\"],\"AOqtxN\":[\"Starts in \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Starts in \",[\"h\"],\"h \",[\"m\"],\"m\"],\"Lo49in\":[\"Starts in \",[\"seconds\"],\"s\"],\"NqChgF\":\"Starts tomorrow\",\"2NbyY/\":\"İstatistikler\",\"GVUxAX\":\"İstatistikler hesap oluşturma tarihine göre hesaplanır\",\"29Hx9U\":\"Stats\",\"5ia+r6\":\"Still needed\",\"wuV0bK\":\"Taklidi Durdur\",\"S/7MPw\":\"Stripe hesabının bağlantısı kesildi.\",\"s/KaDb\":\"Stripe connected\",\"Bk06QI\":\"Stripe Bağlı\",\"akZMv8\":[\"Stripe connection copied from \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe didn't return a setup link. Please try again.\",\"aKtF0O\":\"Stripe Bağlı Değil\",\"9i0++A\":\"Stripe Ödeme ID\",\"R1lIMV\":\"Stripe will need a few more details soon\",\"FzcCHA\":\"Stripe will walk you through a few quick questions to finish setup.\",\"ii0qn/\":\"Konu gerekli\",\"M7Uapz\":\"Konu burada görünecek\",\"6aXq+t\":\"Konu:\",\"JwTmB6\":\"Ürün Başarıyla Çoğaltıldı\",\"WUOCgI\":\"Yer başarıyla teklif edildi\",\"IvxA4G\":[[\"count\"],\" kişiye başarıyla bilet teklif edildi\"],\"kKpkzy\":\"1 kişiye başarıyla bilet teklif edildi\",\"Zi3Sbw\":\"Bekleme listesinden başarıyla kaldırıldı\",\"RuaKfn\":\"Adres Başarıyla Güncellendi\",\"kzx0uD\":\"Etkinlik Varsayılanları Başarıyla Güncellendi\",\"5n+Wwp\":\"Organizatör Başarıyla Güncellendi\",\"DMCX/I\":\"Platform ücreti varsayılanları başarıyla güncellendi\",\"URUYHc\":\"Platform ücreti ayarları başarıyla güncellendi\",\"kRWc2g\":\"Tekrarlayan Etkinlik Ayarları başarıyla güncellendi\",\"0Dk/l8\":\"SEO Ayarları Başarıyla Güncellendi\",\"S8Tua9\":\"Ayarlar başarıyla güncellendi\",\"MhOoLQ\":\"Sosyal Bağlantılar Başarıyla Güncellendi\",\"CNSSfp\":\"İzleme ayarları başarıyla güncellendi\",\"kj7zYe\":\"Webhook Başarıyla Güncellendi\",\"dXoieq\":\"Özet\",\"/RfJXt\":[\"Yaz Müzik Festivali \",[\"0\"]],\"CWOPIK\":\"Yaz Müzik Festivali 2025\",\"D89zck\":\"Sun\",\"DBC3t5\":\"Pazar\",\"UaISq3\":\"İsveççe\",\"JZTQI0\":\"Organizatör Değiştir\",\"9YHrNC\":\"Sistem Varsayılanı\",\"jGR53C\":\"T-shirts, mugs and more\",\"hCR98w\":\"Tarihlere takvimdeki gibi dokunun.\",\"lruQkA\":\"Tap this screen to resume scanning\",\"X9v2GM\":\"Hedef hesaplar\",\"TmyDCw\":\"Hedef kullanıcılar\",\"TJUrME\":[\"Targeting attendees across \",[\"0\"],\" selected sessions.\"],\"yT6dQ8\":\"Vergi türü ve etkinliğe göre gruplandırılmış toplanan vergi\",\"Ye321X\":\"Vergi Adı\",\"WyCBRt\":\"Vergi Özeti\",\"QC3FVX\":\"Taxes & fees\",\"GkH0Pq\":\"Uygulanan vergiler ve ücretler\",\"SXvRWU\":\"Team collaboration\",\"vlf/In\":\"Teknoloji\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"İnsanlara etkinliğinizde neleri bekleyeceklerini anlatın\",\"NiIUyb\":\"Bize etkinliğinizden bahsedin\",\"DovcfC\":\"Organizasyonunuz hakkında bize bilgi verin. Bu bilgiler etkinlik sayfalarınızda görüntülenecektir.\",\"69GWRq\":\"Tell us how often your event repeats and we'll create all the dates for you.\",\"mXPbwY\":\"Tell us your VAT registration status so we apply the correct VAT treatment to platform fees.\",\"7wtpH5\":\"Şablon Aktif\",\"QHhZeE\":\"Şablon başarıyla oluşturuldu\",\"xrWdPR\":\"Şablon başarıyla silindi\",\"G04Zjt\":\"Şablon başarıyla kaydedildi\",\"xowcRf\":\"Hizmet Koşulları\",\"6K0GjX\":\"Metin okunması zor olabilir\",\"nm3Iz/\":\"Katıldığınız için teşekkürler!\",\"pYwj0k\":\"Thanks,\",\"cIHkSd\":[\"Bu \",[\"totalOccurrences\"],\" seans demek — maksimum \",[\"max\"],\". Aralığı veya sıklığı kısaltın.\"],\"k3IitN\":\"That's a wrap\",\"KfmPRW\":\"Sayfanın arka plan rengi. Kapak resmi kullanıldığında, bu bir kaplama olarak uygulanır.\",\"MDNyJz\":\"Kod 10 dakika içinde sona erecek. E-postayı görmüyorsanız spam klasörünüzü kontrol edin.\",\"AIF7J2\":\"Sabit ücretin tanımlandığı para birimi. Ödeme sırasında sipariş para birimine dönüştürülecektir.\",\"k3LFkM\":\"Bu etkinliğin bilet fiyatları için kullanılan para birimi.\",\"7oksH+\":[\"İndirim, uygun her üründen düşülür. Örn. \",[\"currencySymbol\"],\"10 indirim × 3 bilet = \",[\"currencySymbol\"],\"30 indirim.\"],\"sKL8k2\":\"İndirim, sipariş toplamından bir kez düşülür.\",\"cDHM1d\":\"E-posta adresi değiştirildi. Katılımcı güncellenmiş e-posta adresinde yeni bir bilet alacaktır.\",\"tXadb0\":\"Aradığınız etkinlik şu anda mevcut değil. Kaldırılmış, süresi dolmuş veya URL yanlış olabilir.\",\"sxKqBm\":\"Tam sipariş tutarı müşterinin orijinal ödeme yöntemine iade edilecektir.\",\"KgDp6G\":\"Erişmeye çalıştığınız bağlantının süresi doldu veya artık geçerli değil. Siparişinizi yönetmek için güncellenmiş bir bağlantı için lütfen e-postanızı kontrol edin.\",\"sYLeDq\":\"Aradığınız organizatör bulunamadı. Sayfa taşınmış, silinmiş veya URL yanlış olabilir.\",\"PCr4zw\":\"The override is recorded in the order audit log.\",\"C4nQe5\":\"Platform ücreti bilet fiyatına eklenir. Alıcılar daha fazla öder, ancak tam bilet fiyatını alırsınız.\",\"HxxXZO\":\"Düğmeler ve vurgular için kullanılan birincil marka rengi\",\"OVSkIF\":\"Hızlı kahverengi tilki tembel köpeğin üzerinden atlar.\",\"z0KrIG\":\"Zamanlanmış saat gereklidir\",\"EWErQh\":\"Zamanlanmış saat gelecekte olmalıdır\",\"UNd0OU\":[\"The session for \\\"\",[\"title\"],\"\\\" originally scheduled for \",[\"0\"],\" has been rescheduled.\"],\"DEcpfp\":\"Şablon gövdesi geçersiz Liquid sözdizimi içeriyor. Lütfen düzeltin ve tekrar deneyin.\",\"qpmtdK\":\"Bu etkinliğin tarih ve saatleri için kullanılan saat dilimi.\",\"N3VfVA\":\"Yükleme sunucuya ulaşmadı. Bağlantınızı kontrol edin; dosya büyükse daha küçük bir görsel deneyin (en fazla 5MB).\",\"injXD7\":\"KDV numarası doğrulanamadı. Lütfen numarayı kontrol edin ve tekrar deneyin.\",\"A4UmDy\":\"Tiyatro\",\"tDwYhx\":\"Tema ve Renkler\",\"ybBP2H\":\"There are no products available for this date. Please choose another date.\",\"O7g4eR\":\"There are no upcoming dates for this event\",\"062KsE\":\"These details are shown on the attendee's ticket and order summary for this date only.\",\"5Eu+tn\":\"Bu ayrıntılar yalnızca sipariş başarıyla tamamlandığında gösterilir.\",\"jQjwR+\":\"These details will replace any existing location on the affected dates and show on attendee tickets.\",\"6eaLu/\":\"Bu fiyatlar programınızdaki tüm tarihler için geçerlidir ve kademe adetleri tüm tarihlerin toplam satışını sınırlar. Kademelerin satış tarihleri genel olarak uygulanır. Tek tek tarihler için fiyatları <0>Tarih Programı sayfasında geçersiz kılabilirsiniz.\",\"QP3gP+\":\"Bu ayarlar yalnızca kopyalanan yerleştirme kodu için geçerlidir ve saklanmayacaktır.\",\"HirZe8\":\"Bu şablonlar organizasyonunuzdaki tüm etkinlikler için varsayılan olarak kullanılacaktır. Bireysel etkinlikler bu şablonları kendi özel sürümleriyle geçersiz kılabilir.\",\"lzAaG5\":\"Bu şablonlar yalnızca bu etkinlik için organizatör varsayılanlarını geçersiz kılacaktır. Burada özel bir şablon ayarlanmazsa, organizatör şablonu kullanılacaktır.\",\"UlykKR\":\"Third\",\"1YTBzS\":\"Bu hesapta tamamlanmış sipariş bulunmadığından tüm verileri kalıcı olarak silinecektir.\",\"jCPU8z\":\"Bu hesap silinmek üzere planlandı\",\"zfNCE8\":[\"Bu hesap <0>\",[\"scheduledDate\"],\" tarihinde silinmek üzere planlandı\"],\"wkP5FM\":\"This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes.\",\"SOmGDa\":\"This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins.\",\"XBNC3E\":\"Bu kod satışları izlemek için kullanılacaktır. Yalnızca harfler, sayılar, tireler ve alt çizgiler kullanılabilir.\",\"AaP0M+\":\"Bu renk kombinasyonu bazı kullanıcılar için okunması zor olabilir\",\"o1phK/\":[\"This date has \",[\"orderCount\"],\" order(s) that will be affected.\"],\"F/UtGt\":\"This date has been cancelled. You can still delete it to remove it permanently.\",\"BLZ7pX\":\"This date is in the past. It will be created but won't be visible to attendees under upcoming dates.\",\"7IIY0z\":\"This date is marked sold out.\",\"bddWMP\":\"This date is no longer available. Please select another date.\",\"E9BqZw\":\"This date only\",\"n68908\":[\"Bu işlem \",[\"stripeAccountId\"],\" hesabının bu organizatörle bağlantısını keser. Yeniden bir Stripe hesabı bağlayana kadar ücretli bilet satışları çalışmaz.\"],\"RzEvf5\":\"Bu etkinlik sona erdi\",\"kc4bIA\":\"Bu etkinlikte henüz bilet veya ürün yok, bu yüzden katılımcılar kayıt olamaz.\",\"eMaNd0\":\"This event is not available\",\"YClrdK\":\"Bu etkinlik henüz yayınlanmadı\",\"GL6z+k\":\"Bu etkinliğin biletleri tükendi\",\"pIwDhS\":\"This event's dates and times are set on the occurrence schedule.\",\"ny5rgr\":\"This is a recurring event\",\"tc64Zz\":\"Bu, etkinlik sayfasında gösterilecek kategori adıdır.\",\"dFJnia\":\"Bu, kullanıcılarınıza görüntülenecek organizatörünüzün adıdır.\",\"vt7jiq\":\"İmzalama anahtarı yalnızca bu kez gösterilecektir. Lütfen şimdi kopyalayın ve güvenli bir şekilde saklayın.\",\"5DpZrC\":\"Bu, programınızdaki tüm tarihlerin toplam satışını sınırlar — tarih başına bir sınır değildir. Her tarihin katılımcı sayısını sınırlamak için <0>Tarih Programı sayfasında kapasite belirleyin.\",\"L7dIM7\":\"Bu bağlantı geçersiz veya süresi dolmuş.\",\"MR5ygV\":\"Bu bağlantı artık geçerli değil\",\"9LEqK0\":\"Bu isim son kullanıcılara görünür\",\"QdUMM9\":\"This occurrence is at capacity\",\"j5FdeA\":\"Bu sipariş işleniyor.\",\"sjNPMw\":\"Bu sipariş terk edildi. İstediğiniz zaman yeni bir sipariş başlatabilirsiniz.\",\"OhCesD\":\"Bu sipariş iptal edildi. İstediğiniz zaman yeni bir sipariş başlatabilirsiniz.\",\"lyD7rQ\":\"Bu organizatör profili henüz yayınlanmadı\",\"9b5956\":\"Bu önizleme, e-postanızın örnek verilerle nasıl görüneceğini gösterir. Gerçek e-postalar gerçek değerleri kullanacaktır.\",\"uM9Alj\":\"Bu ürün etkinlik sayfasında vurgulanmıştır\",\"RqSKdX\":\"Bu ürün tükendi\",\"4PDH+K\":\"This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to.\",\"qEGn8I\":\"Bu tekrarlayan etkinlikte henüz tarih yok, bu yüzden katılımcıların rezerve edebileceği bir şey yok.\",\"W12OdJ\":\"Bu rapor yalnızca bilgilendirme amaçlıdır. Bu verileri muhasebe veya vergi amaçları için kullanmadan önce her zaman bir vergi uzmanına danışın. Hi.Events geçmiş verileri eksik olabileceğinden lütfen Stripe kontrol panelinizle çapraz kontrol yapın.\",\"1LuJNw\":\"Bu bilet artık geçerli değil\",\"0Ew0uk\":\"Bu bilet az önce tarandı. Tekrar taramadan önce lütfen bekleyin.\",\"FYXq7k\":[\"This will affect \",[\"loadedAffectedCount\"],\" date(s).\"],\"kvpxIU\":\"Bu, kullanıcılarınızla bildirimler ve iletişim için kullanılacaktır.\",\"bPgkdx\":\"Bu, planlanan silme işlemini iptal edecek ve hesabı yeniden etkinleştirecektir. Hesap sahibi e-posta ile bilgilendirilecektir.\",\"4yx4a4\":[\"Bu, hesabınızı hemen devre dışı bırakacak ve 30 gün sonra kalıcı olarak silecektir. Onaylamak için hesap adınızı yazın: <0>\",[\"0\"],\"\"],\"rhsath\":\"Bu müşterilere görünmeyecektir, ancak iş ortağını tanımlamanıza yardımcı olur.\",\"VGEfU7\":\"Bu, planlanan tarihi beklemeden hesabı hemen kalıcı olarak silecek veya anonimleştirecektir. Bu işlem geri alınamaz.\",\"hV6FeJ\":\"Throughput\",\"+FjWgX\":\"Thu\",\"kkDQ8m\":\"Perşembe\",\"0GSPnc\":\"Bilet Tasarımı\",\"EZC/Cu\":\"Bilet tasarımı başarıyla kaydedildi\",\"bbslmb\":\"Bilet Tasarımcısı\",\"1BPctx\":\"Bilet:\",\"HGuXjF\":\"Bilet sahipleri\",\"CMUt3Y\":\"Bilet sahipleri\",\"awHmAT\":\"Bilet ID\",\"6czJik\":\"Bilet Logosu\",\"t79rDv\":\"Bilet Bulunamadı\",\"6tmWch\":\"Bilet veya Ürün\",\"1tfWrD\":\"Bilet Önizlemesi:\",\"KnjoUA\":\"Bilet fiyatı\",\"pGZOcL\":\"Bilet başarıyla yeniden gönderildi\",\"o02GZM\":\"Ticket sales have ended for this event\",\"8jLPgH\":\"Bilet Türü\",\"8qsbZ5\":\"Biletleme ve Satış\",\"zNECqg\":\"bilet\",\"6GQNLE\":\"Biletler\",\"NRhrIB\":\"Biletler ve Ürünler\",\"OrWHoZ\":\"Kapasite uygun olduğunda biletler bekleme listesindeki müşterilere otomatik olarak sunulur.\",\"AGRilS\":\"Satılan Biletler\",\"4/dG8J\":\"Tiers\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Time\",\"kGEhUy\":\"Saatler\",\"fXf2r5\":[\"Times shown in \",[\"timezoneAbbr\"]],\"9udQT9\":\"Başlık gereklidir\",\"dMtLDE\":\"to\",\"/jQctM\":\"Kime\",\"tiI71C\":\"Limitinizi artırmak için bizimle iletişime geçin\",\"ecUA8p\":\"Today\",\"W428WC\":\"Sütunları değiştir\",\"BRMXj0\":\"Tomorrow\",\"UBSG1X\":\"En İyi Organizatörler (Son 14 Gün)\",\"3sZ0xx\":\"Toplam Hesaplar\",\"SMDzqJ\":\"Toplam Katılımcılar\",\"orBECM\":\"Toplam Toplanan\",\"k5CU8c\":\"Toplam kayıt\",\"4B7oCp\":\"Toplam Ücret\",\"sMMlTX\":\"Total fees\",\"mlvCEl\":\"Total orders\",\"2AW/k5\":\"Tüm Tarihler İçin Toplam Adet\",\"dp8BCb\":\"Total tax\",\"vb0Q0/\":\"Toplam Kullanıcılar\",\"oJjplO\":\"Toplam Görüntüleme\",\"rBZ9pz\":\"Tours\",\"orluER\":\"Atıf kaynağına göre hesap büyümesini ve performansını takip edin\",\"YwKzpH\":\"İzleme ve Analitik\",\"GUA0Jy\":\"Try a different search term or filter\",\"2P/OWN\":\"Try adjusting your filters to see more dates.\",\"ouM5IM\":\"Başka bir e-posta deneyin\",\"3DZvE7\":\"Hi.Events'i Ücretsiz Deneyin\",\"vq2WxD\":\"Tue\",\"G3myU+\":\"Salı\",\"Kz91g/\":\"Türkçe\",\"GdOhw6\":\"Sesi kapat\",\"KUOhTy\":\"Sesi aç\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Onaylamak için \\\"sil\\\" yazın\",\"nSlb72\":\"Aramak için yazın...\",\"nWRfmt\":\"Tipografi\",\"IrVSu+\":\"Ürün çoğaltılamıyor. Lütfen bilgilerinizi kontrol edin\",\"Vx2J6x\":\"Katılımcı getirilemedi\",\"h0dx5e\":\"Bekleme listesine katılınamadı\",\"DaE0Hg\":\"Unable to load attendee details.\",\"GlnD5Y\":\"Unable to load products for this date. Please try again.\",\"17VbmV\":\"Unable to undo check-in\",\"n57zCW\":\"Atıfsız Hesaplar\",\"9uI/rE\":\"Undo\",\"Ef7StM\":\"Bilinmeyen\",\"ZBAScj\":\"Bilinmeyen Katılımcı\",\"MEIAzV\":\"Adsız\",\"K6L5Mx\":\"Adsız konum\",\"7yiFvZ\":\"Ödenmedi\",\"C51N+0\":\"bitiş\",\"NaeLn8\":[\"Until \",[\"end\"]],\"porwAO\":\"Bir tarihe kadar\",\"ZIb6rJ\":\"Untitled product\",\"crJM8s\":\"Untitled ticket\",\"X13xGn\":\"Güvenilmez\",\"0bT1FT\":[\"Up to \",[\"max\"],\" per order\"],\"gyXpQN\":\"Upcoming events\",\"Pp1sWX\":\"Bağlı Kuruluşu Güncelle\",\"59qHrb\":\"Update capacity\",\"Gaem9v\":\"Update event name and description\",\"7EhE4k\":\"Update label\",\"NPQWj8\":\"Update location\",\"75+lpR\":[\"Update: \",[\"subjectTitle\"],\" — schedule changes\"],\"UOGHdA\":[\"Update: \",[\"subjectTitle\"],\" — session time changed\"],\"+b7T3G\":\"Güncellendi\",\"ogoTrw\":[\"Updated \",[\"count\"],\" date(s)\"],\"dDuona\":[\"Updated capacity for \",[\"count\"],\" date(s)\"],\"FT3LSc\":[\"Updated label for \",[\"count\"],\" date(s)\"],\"8EcY1g\":[\"Updated location for \",[\"count\"],\" date(s)\"],\"83tNam\":\"Kuralı oluşturdukça güncellenir. Tarihleri kontrol etmek için aylar arasında gezinin.\",\"/XlQr2\":\"Updates as you type.\",\"gJQsLv\":\"Organizatörünüz için bir kapak görseli yükleyin\",\"4kEGqW\":\"Organizatörünüz için bir logo yükleyin\",\"lnCMdg\":\"Görsel Yükle\",\"29w7p6\":\"Görsel yükleniyor...\",\"HtrFfw\":\"URL gerekli\",\"3VnYUR\":\"URL http:// veya https:// ile başlamalıdır\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB scanner listening\",\"dyTklH\":\"USB scanner paused\",\"OHJXlK\":\"E-postalarınızı kişiselleştirmek için <0>Liquid şablonunu kullanın\",\"/rsy72\":\"Use event default\",\"0k4cdb\":\"Tüm katılımcılar için sipariş bilgilerini kullanın. Katılımcı isimleri ve e-postaları alıcının bilgileriyle eşleşecektir.\",\"bA31T4\":\"Tüm katılımcılar için alıcının bilgilerini kullanın\",\"PpgtnC\":\"Bu adresi kullan\",\"rnoQsz\":\"Kenarlıklar, vurgular ve QR kod stillemesi için kullanılır\",\"b0XTc/\":[\"Kullanıcılar (\",[\"0\"],\")\"],\"BV4L/Q\":\"UTM Analitiği\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"KDV numaranız doğrulanıyor...\",\"t7caBM\":\"VAT country code\",\"WLkfqH\":\"VAT number\",\"pnVh83\":\"KDV Numarası\",\"CabI04\":\"KDV numarası boşluk içermemelidir\",\"PMhxAR\":\"KDV numarası, 2 harfli ülke kodu ile başlamalı ve ardından 8-15 alfanümerik karakter gelmelidir (örn., TR1234567890)\",\"gPgdNV\":\"KDV numarası başarıyla doğrulandı\",\"RUMiLy\":\"KDV numarası doğrulaması başarısız oldu\",\"vqji3Y\":\"KDV numarası doğrulaması başarısız oldu. Lütfen KDV numaranızı kontrol edin.\",\"8dENF9\":\"Ücret Üzerinden KDV\",\"ZutOKU\":\"KDV Oranı\",\"+KJZt3\":\"VAT registered\",\"Nfbg76\":\"KDV ayarları başarıyla kaydedildi\",\"UvYql/\":\"KDV ayarları kaydedildi. KDV numaranızı arka planda doğruluyoruz.\",\"bXn1Jz\":\"VAT settings updated\",\"tJylUv\":\"Platform Ücretleri için KDV Uygulaması\",\"FlGprQ\":\"Platform ücretleri için KDV uygulaması: AB KDV'ye kayıtlı işletmeler ters ibraz mekanizmasını kullanabilir (%0 - KDV Direktifi 2006/112/EC Madde 196). KDV'ye kayıtlı olmayan işletmelerden %23 İrlanda KDV'si alınır.\",\"516oLj\":\"KDV doğrulama hizmeti geçici olarak kullanılamıyor\",\"p6QQLa\":[\"VAT: \",[\"0\"]],\"5q87Y9\":\"VAT: not registered\",\"AdWhjZ\":\"Doğrulama kodu\",\"kUAumu\":\"Verification email sent. Check your inbox.\",\"QDEWii\":\"Doğrulandı\",\"wCKkSr\":\"E-postayı Doğrula\",\"/IBv6X\":\"E-postanızı doğrulayın\",\"u8nB38\":\"Verify your email so attendees can receive tickets\",\"e/cvV1\":\"Doğrulanıyor...\",\"fROFIL\":\"Vietnamca\",\"p5nYkr\":\"View All\",\"yA/6BX\":\"View all →\",\"6CQ7/B\":\"View all capabilities\",\"YSE15b\":\"View all check-in lists\",\"RnvnDc\":\"Platformda gönderilen tüm mesajları görüntüle\",\"+WFMis\":\"Tüm etkinliklerinizde raporları görüntüleyin ve indirin. Yalnızca tamamlanan siparişler dahildir.\",\"c7VN/A\":\"Cevapları Görüntüle\",\"SZw9tS\":\"Detayları Görüntüle\",\"9+84uW\":[\"View details for \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Etkinliği Görüntüle\",\"c6SXHN\":\"Etkinlik sayfasını görüntüle\",\"n6EaWL\":\"Günlükleri görüntüle\",\"OaKTzt\":\"Haritayı Görüntüle\",\"zNZNMs\":\"Mesajı görüntüle\",\"67OJ7t\":\"Siparişi Görüntüle\",\"tKKZn0\":\"Sipariş Detaylarını Görüntüle\",\"KeCXJu\":\"Sipariş detaylarını görüntüleyin, iade yapın ve onayları yeniden gönderin.\",\"9jnAcN\":\"Organizatör Ana Sayfasını Görüntüle\",\"1J/AWD\":\"Bileti Görüntüle\",\"N9FyyW\":\"Kayıtlı katılımcılarınızı görüntüleyin, düzenleyin ve dışa aktarın.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visible from \",[\"start\"],\" — hidden until sales open.\"],\"EkiKJK\":\"Visible to everyone on the event page.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Bekliyor\",\"quR8Qp\":\"Ödeme bekleniyor\",\"KrurBH\":\"Waiting for scan…\",\"u0n+wz\":\"Bekleme listesi\",\"3RXFtE\":\"Bekleme listesi etkin\",\"TwnTPy\":\"Bekleme listesi teklifi süresi doldu\",\"aUi/Dz\":\"Uyarı: Bu sistem varsayılan yapılandırmasıdır. Değişiklikler, belirli bir yapılandırması atanmamış tüm hesapları etkileyecektir.\",\"aT/44s\":\"We couldn't copy that Stripe connection. Please try again.\",\"jTee4a\":\"Bu Stripe hesabının bağlantısını kesemedik. Lütfen tekrar deneyin.\",\"RRZDED\":\"Bu e-posta adresiyle ilişkili herhangi bir sipariş bulamadık.\",\"2RZK9x\":\"Aradığınız siparişi bulamadık. Bağlantının süresi dolmuş veya sipariş detayları değişmiş olabilir.\",\"nefMIK\":\"Aradığınız bileti bulamadık. Bağlantının süresi dolmuş veya bilet detayları değişmiş olabilir.\",\"miysJh\":\"Bu siparişi bulamadık. Kaldırılmış olabilir.\",\"Fjj/5/\":\"We couldn't load the check-in lists. Please try again.\",\"ADsQ23\":\"We couldn't reach Stripe just now. Please try again in a moment.\",\"HJKdzP\":\"Bu sayfayı yüklerken bir sorunla karşılaştık. Lütfen tekrar deneyin.\",\"jegrvW\":\"We partner with Stripe to send payouts straight to your bank account.\",\"IfN2Qo\":\"Minimum 200x200px boyutunda kare bir logo öneriyoruz\",\"wJzo/w\":\"400px x 400px boyutlarını ve maksimum 5MB dosya boyutunu öneriyoruz\",\"L/KlAh\":[\"We sent a verification link to \",[\"0\"]],\"KRCDqH\":\"Sitenin nasıl kullanıldığını anlamamıza ve deneyiminizi iyileştirmemize yardımcı olması için çerezler kullanıyoruz.\",\"x8rEDQ\":\"Birden fazla denemeden sonra KDV numaranızı doğrulayamadık. Arka planda denemeye devam edeceğiz. Lütfen daha sonra tekrar kontrol edin.\",\"4HaEdK\":[[\"totalOccurrences\"],\" seansın tümünü oluşturacağız — sonrasında istediğiniz tarihi düzenleyebilir veya kaldırabilirsiniz\"],\"mfM/HJ\":[[\"occurrenceDate\"],\" tarihinde \",[\"productDisplayName\"],\" için bir yer açılırsa sizi e-posta ile bilgilendireceğiz.\"],\"iy+M+c\":[[\"productDisplayName\"],\" için bir yer açılırsa sizi e-posta ile bilgilendireceğiz.\"],\"McuGND\":\"We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically.\",\"q1BizZ\":\"Biletlerinizi bu e-postaya göndereceğiz\",\"ZOmUYW\":\"KDV numaranızı arka planda doğrulayacağız. Herhangi bir sorun olursa sizi bilgilendireceğiz.\",\"LKjHr4\":[\"We've made changes to the schedule for \\\"\",[\"title\"],\"\\\" — \",[\"description\"],\" affecting \",[\"affectedCount\"],\" session(s).\"],\"Fq/Nx7\":\"5 haneli doğrulama kodunu şuraya gönderdik:\",\"GdWB+V\":\"Webhook başarıyla oluşturuldu\",\"2X4ecw\":\"Webhook başarıyla silindi\",\"ndBv0v\":\"Webhook integrations\",\"CThMKa\":\"Webhook Günlükleri\",\"I0adYQ\":\"Webhook İmzalama Anahtarı\",\"nuh/Wq\":\"Webhook URL'si\",\"8BMPMe\":\"Webhook bildirim göndermeyecek\",\"FSaY52\":\"Webhook bildirim gönderecek\",\"v1kQyJ\":\"Webhook'lar\",\"On0aF2\":\"Web Sitesi\",\"0f7U0k\":\"Wed\",\"VAcXNz\":\"Çarşamba\",\"64X6l4\":\"week\",\"4XSc4l\":\"Weekly\",\"IAUiSh\":\"weeks\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Tekrar hoş geldiniz\",\"QDWsl9\":[[\"0\"],\"'e Hoş Geldiniz, \",[\"1\"],\" 👋\"],\"LETnBR\":[[\"0\"],\"'e hoş geldiniz, işte tüm etkinliklerinizin listesi\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"Ne tür bir etkinlik?\",\"0WyYF4\":\"What unauthenticated staff can see\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Bir giriş silindiğinde\",\"RPe6bE\":\"When a date is cancelled on a recurring event\",\"Gmd0hv\":\"Yeni bir katılımcı oluşturulduğunda\",\"zyIyPe\":\"Yeni bir etkinlik oluşturulduğunda\",\"Lc18qn\":\"Yeni bir sipariş oluşturulduğunda\",\"dfkQIO\":\"Yeni bir ürün oluşturulduğunda\",\"8OhzyY\":\"Bir ürün silindiğinde\",\"tRXdQ9\":\"Bir ürün güncellendiğinde\",\"9L9/28\":\"Bir ürün tükendiğinde, müşteriler yer açıldığında bilgilendirilmek için bekleme listesine katılabilir.\",\"OIkHj+\":\"Bir ürün tükendiğinde, müşteriler yer açıldığında bilgilendirilmek için bekleme listesine katılabilir. Müşteriler belirli bir tarih için bekleme listesine katılır ve teklifler tarih bazında yapılır.\",\"Q7CWxp\":\"Bir katılımcı iptal edildiğinde\",\"IuUoyV\":\"Bir katılımcı giriş yaptığında\",\"nBVOd7\":\"Bir katılımcı güncellendiğinde\",\"t7cuMp\":\"Bir etkinlik arşivlendiğinde\",\"gtoSzE\":\"Bir etkinlik güncellendiğinde\",\"ny2r8d\":\"Bir sipariş iptal edildiğinde\",\"c9RYbv\":\"Bir sipariş ödendi olarak işaretlendiğinde\",\"ejMDw1\":\"Bir sipariş iade edildiğinde\",\"fVPt0F\":\"Bir sipariş güncellendiğinde\",\"bcYlvb\":\"Giriş kapandığında\",\"XIG669\":\"Giriş açıldığında\",\"de6HLN\":\"Müşteriler bilet satın aldığında, siparişleri burada görünecektir.\",\"pm9tpn\":\"Etkinleştirildiğinde, alıcılar ad ve e-posta bilgilerini tüm katılımcılara tek seferde kopyalayabilir. \\\"Tüm katılımcılar\\\" seçeneğini kaldırmak için bunu kapatın; alıcılar bilgilerini yine de ilk katılımcıya kopyalayabilir, diğerleri tek tek girilmelidir.\",\"403wpZ\":\"Etkinleştirildiğinde, yeni etkinlikler katılımcıların güvenli bir bağlantı üzerinden kendi bilet bilgilerini yönetmelerine izin verecektir. Bu etkinlik başına geçersiz kılınabilir.\",\"blXLKj\":\"Etkinleştirildiğinde, yeni etkinlikler ödeme sırasında pazarlama onay kutusu gösterecektir. Bu, etkinlik bazında geçersiz kılınabilir.\",\"Kj0Txn\":\"Etkinleştirildiğinde, Stripe Connect işlemlerinde uygulama ücreti alınmaz. Uygulama ücretlerinin desteklenmediği ülkeler için kullanın.\",\"xo06V3\":\"Düğmenin bağlandığı adres\",\"uchB0M\":\"Widget Önizleme\",\"uvIqcj\":\"Atölye\",\"EpknJA\":\"Mesajınızı buraya yazın...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"year\",\"zkWmBh\":\"Yearly\",\"+BGee5\":\"years\",\"X/azM1\":\"Evet - Geçerli bir AB KDV kayıt numaram var\",\"Tz5oXG\":\"Evet, siparişimi iptal et\",\"QlSZU0\":[\"<0>\",[\"0\"],\" (\",[\"1\"],\") rolünü üstleniyorsunuz\"],\"s14PLh\":[\"Kısmi iade yapıyorsunuz. Müşteriye \",[\"0\"],\" \",[\"1\"],\" iade edilecek.\"],\"o7LgX6\":\"Hesap ayarlarınızda ek hizmet ücretleri ve vergileri yapılandırabilirsiniz.\",\"rj3A7+\":\"You can override this for individual dates later.\",\"paWwQ0\":\"Gerekirse biletleri manuel olarak da sunabilirsiniz.\",\"jTDzpA\":\"Hesabınızdaki son aktif organizatörü arşivleyemezsiniz.\",\"D8baxD\":\"Ücretli biletleriniz var ancak Stripe henüz bağlı değil, bu yüzden ödeme alamazsınız.\",\"5VGIlq\":\"Mesajlaşma limitinize ulaştınız.\",\"casL1O\":\"Ücretsiz Bir Ürüne eklenen vergiler ve ücretleriniz var. Bunları kaldırmak ister misiniz?\",\"5SgD0L\":\"You have unsaved changes. Are you sure you want to discard them?\",\"9jJNZY\":\"Kaydetmeden önce sorumluluklarınızı kabul etmelisiniz\",\"pCLes8\":\"Mesaj almayı kabul etmelisiniz\",\"FVTVBy\":\"Organizatör durumunu güncelleyebilmek için e-posta adresinizi doğrulamanız gerekir.\",\"ze4bi/\":\"You need to create at least one occurrence before you can add attendees to this recurring event.\",\"w65ZgF\":\"E-posta şablonlarını değiştirebilmek için hesap e-postanızı doğrulamanız gerekir.\",\"FRl8Jv\":\"Mesaj göndermeden önce hesap e-postanızı doğrulamanız gerekir.\",\"88cUW+\":\"Aldığınız\",\"O6/3cu\":\"You'll be able to set up dates, schedules, and recurrence rules in the next step.\",\"zKAheG\":\"You're changing session times\",\"MNFIxz\":[[\"0\"],\"'e gidiyorsunuz!\"],\"ZlLcht\":[[\"occurrenceDate\"],\" için bekleme listesine katılıyorsunuz.\"],\"qGZz0m\":\"Bekleme listesine eklendi!\",\"/5HL6k\":\"Size bir yer teklif edildi!\",\"gbjFFH\":\"You've changed the session time\",\"YI0K8C\":[\"Hesabınız devre dışı bırakıldı ve <0>\",[\"0\"],\" tarihinde kalıcı olarak silinecektir.\"],\"p/Sa0j\":\"Hesabınızın mesajlaşma limitleri var. Limitinizi artırmak için bizimle iletişime geçin\",\"gsWZkk\":\"Hesabınız artık silinmek üzere planlandı.\",\"x/xjzn\":\"Bağlı kuruluşlarınız başarıyla dışa aktarıldı.\",\"TF37u6\":\"Katılımcılarınız başarıyla dışa aktarıldı.\",\"79lXGw\":\"Giriş listeniz başarıyla oluşturuldu. Aşağıdaki bağlantıyı giriş personelinizle paylaşın.\",\"BnlG9U\":\"Mevcut siparişiniz kaybolacak.\",\"nBqgQb\":\"E-postanız\",\"GG1fRP\":\"Etkinliğiniz yayında!\",\"ifRqmm\":\"Mesajınız başarıyla gönderildi!\",\"0/+Nn9\":\"Mesajlarınız burada görünecek\",\"/Rj5P4\":\"Adınız\",\"PFjJxY\":\"Yeni şifreniz en az 8 karakter uzunluğunda olmalıdır.\",\"gzrCuN\":\"Sipariş bilgileriniz güncellendi. Yeni e-posta adresine bir onay e-postası gönderildi.\",\"naQW82\":\"Siparişiniz iptal edildi.\",\"bhlHm/\":\"Siparişiniz ödeme bekliyor\",\"XeNum6\":\"Siparişleriniz başarıyla dışa aktarıldı.\",\"Xd1R1a\":\"Organizatör adresiniz\",\"WWYHKD\":\"Ödemeniz banka düzeyinde şifreleme ile korunmaktadır\",\"5b3QLi\":\"Planınız\",\"N4Zkqc\":\"Your saved date filter is no longer available — showing all dates.\",\"o0qzpM\":\"Stripe hesabınız etkilenmez ve hiçbir veri kaybolmaz — istediğiniz zaman yeniden bağlayabilirsiniz.\",\"FNO5uZ\":\"Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions.\",\"CnZ3Ou\":\"Biletleriniz onaylandı.\",\"EmFsMZ\":\"KDV numaranız doğrulama için sıraya alındı\",\"QBlhh4\":\"KDV numaranız kaydettiğinizde doğrulanacak\",\"fT9VLt\":\"Bekleme listesi teklifinizin süresi doldu ve siparişinizi tamamlayamadık. Daha fazla yer açıldığında bilgilendirilmek için lütfen bekleme listesine yeniden katılın.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Henüz gösterilecek bir şey yok'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>başarıyla check-out yaptı\"],\"KMgp2+\":[[\"0\"],\" mevcut\"],\"Pmr5xp\":[[\"0\"],\" başarıyla oluşturuldu\"],\"FImCSc\":[[\"0\"],\" başarıyla güncellendi\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" gün, \",[\"hours\"],\" saat, \",[\"minutes\"],\" dakika ve \",[\"seconds\"],\" saniye\"],\"f3RdEk\":[[\"hours\"],\" saat, \",[\"minutes\"],\" dakika ve \",[\"seconds\"],\" saniye\"],\"fyE7Au\":[[\"minutes\"],\" dakika ve \",[\"seconds\"],\" saniye\"],\"NlQ0cx\":[[\"organizerName\"],\"'ın ilk etkinliği\"],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://siteniz.com\",\"qnSLLW\":\"<0>Lütfen vergiler ve ücretler hariç fiyatı girin.<1>Vergi ve ücretler aşağıdan eklenebilir.\",\"ZjMs6e\":\"<0>Bu ürün için mevcut ürün sayısı<1>Bu değer, bu ürünle ilişkili <2>Kapasite Sınırları varsa geçersiz kılınabilir.\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 dakika ve 0 saniye\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Tarih girişi. Doğum tarihi sormak gibi durumlar için mükemmel.\",\"6euFZ/\":[\"Varsayılan \",[\"type\"],\" otomatik olarak tüm yeni ürünlere uygulanır. Bunu ürün bazında geçersiz kılabilirsiniz.\"],\"SMUbbQ\":\"Açılır menü sadece tek seçime izin verir\",\"qv4bfj\":\"Rezervasyon ücreti veya hizmet ücreti gibi bir ücret\",\"POT0K/\":\"Ürün başına sabit miktar. Örn. ürün başına 0,50 $\",\"f4vJgj\":\"Çok satırlı metin girişi\",\"OIPtI5\":\"Ürün fiyatının yüzdesi. Örn. ürün fiyatının %3,5'i\",\"ZthcdI\":\"İndirim olmayan promosyon kodu gizli ürünleri göstermek için kullanılabilir.\",\"AG/qmQ\":\"Radyo seçeneği birden fazla seçenek sunar ancak sadece biri seçilebilir.\",\"h179TP\":\"Arama motoru sonuçlarında ve sosyal medyada paylaşılırken gösterilecek etkinliğin kısa açıklaması. Varsayılan olarak etkinlik açıklaması kullanılır\",\"WKMnh4\":\"Tek satırlı metin girişi\",\"BHZbFy\":\"Sipariş başına tek soru. Örn. Teslimat adresiniz nedir?\",\"Fuh+dI\":\"Ürün başına tek soru. Örn. Tişört bedeniniz nedir?\",\"RlJmQg\":\"KDV veya ÖTV gibi standart vergi\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Banka havalesi, çek veya diğer çevrimdışı ödeme yöntemlerini kabul et\",\"hrvLf4\":\"Stripe ile kredi kartı ödemelerini kabul et\",\"bfXQ+N\":\"Davetiyeyi Kabul Et\",\"AeXO77\":\"Hesap\",\"lkNdiH\":\"Hesap Adı\",\"Puv7+X\":\"Hesap Ayarları\",\"OmylXO\":\"Hesap başarıyla güncellendi\",\"7L01XJ\":\"İşlemler\",\"FQBaXG\":\"Etkinleştir\",\"5T2HxQ\":\"Etkinleştirme tarihi\",\"F6pfE9\":\"Etkin\",\"/PN1DA\":\"Bu check-in listesi için açıklama ekleyin\",\"0/vPdA\":\"Katılımcı hakkında not ekleyin. Bunlar katılımcı tarafından görülmeyecektir.\",\"Or1CPR\":\"Katılımcı hakkında not ekleyin...\",\"l3sZO1\":\"Sipariş hakkında not ekleyin. Bunlar müşteri tarafından görülmeyecektir.\",\"xMekgu\":\"Sipariş hakkında not ekleyin...\",\"PGPGsL\":\"Açıklama ekle\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Çevrimdışı ödemeler için talimatlar ekleyin (örn. banka havalesi detayları, çeklerin nereye gönderileceği, ödeme tarihleri)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Yeni Ekle\",\"TZxnm8\":\"Seçenek Ekle\",\"24l4x6\":\"Ürün Ekle\",\"8q0EdE\":\"Kategoriye Ürün Ekle\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Vergi veya Ücret Ekle\",\"goOKRY\":\"Kademe ekle\",\"oZW/gT\":\"Takvime Ekle\",\"pn5qSs\":\"Ek Bilgiler\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Adres\",\"NY/x1b\":\"Adres satırı 1\",\"POdIrN\":\"Adres Satırı 1\",\"cormHa\":\"Adres satırı 2\",\"gwk5gg\":\"Adres Satırı 2\",\"U3pytU\":\"Yönetici\",\"HLDaLi\":\"Yönetici kullanıcılar etkinliklere ve hesap ayarlarına tam erişime sahiptir.\",\"W7AfhC\":\"Bu etkinliğin tüm katılımcıları\",\"cde2hc\":\"Tüm Ürünler\",\"5CQ+r0\":\"Ödenmemiş siparişlerle ilişkili katılımcıların check-in yapmasına izin ver\",\"ipYKgM\":\"Arama motoru indekslemesine izin ver\",\"LRbt6D\":\"Arama motorlarının bu etkinliği indekslemesine izin ver\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Harika, Etkinlik, Anahtar Kelimeler...\",\"hehnjM\":\"Miktar\",\"R2O9Rg\":[\"Ödenen miktar (\",[\"0\"],\")\"],\"V7MwOy\":\"Sayfa yüklenirken bir hata oluştu\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Beklenmeyen bir hata oluştu.\",\"byKna+\":\"Beklenmeyen bir hata oluştu. Lütfen tekrar deneyin.\",\"ubdMGz\":\"Ürün sahiplerinden gelen tüm sorular bu e-posta adresine gönderilecektir. Bu aynı zamanda bu etkinlikten gönderilen tüm e-postalar için \\\"yanıtla\\\" adresi olarak da kullanılacaktır\",\"aAIQg2\":\"Görünüm\",\"Ym1gnK\":\"uygulandı\",\"sy6fss\":[[\"0\"],\" ürüne uygulanır\"],\"kadJKg\":\"1 ürüne uygulanır\",\"DB8zMK\":\"Uygula\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Bu \",[\"type\"],\"'ı tüm yeni ürünlere uygula\"],\"S0ctOE\":\"Etkinliği arşivle\",\"TdfEV7\":\"Arşivlendi\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Bu katılımcıyı etkinleştirmek istediğinizden emin misiniz?\",\"TvkW9+\":\"Bu etkinliği arşivlemek istediğinizden emin misiniz?\",\"/CV2x+\":\"Bu katılımcıyı iptal etmek istediğinizden emin misiniz? Bu işlem biletini geçersiz kılacaktır\",\"YgRSEE\":\"Bu promosyon kodunu silmek istediğinizden emin misiniz?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Bu etkinliği taslak yapmak istediğinizden emin misiniz? Bu işlem etkinliği halka görünmez yapacaktır\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Bu etkinliği geri yüklemek istediğinizden emin misiniz? Taslak etkinlik olarak geri yüklenecektir.\",\"vJuISq\":\"Bu Kapasite Atamasını silmek istediğinizden emin misiniz?\",\"baHeCz\":\"Bu Check-In Listesini silmek istediğinizden emin misiniz?\",\"LBLOqH\":\"Sipariş başına bir kez sor\",\"wu98dY\":\"Ürün başına bir kez sor\",\"ss9PbX\":\"Katılımcı\",\"m0CFV2\":\"Katılımcı Detayları\",\"QKim6l\":\"Katılımcı bulunamadı\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Katılımcı Bileti\",\"9SZT4E\":\"Katılımcılar\",\"iPBfZP\":\"Kayıtlı Katılımcılar\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Otomatik Boyutlandır\",\"vZ5qKF\":\"Widget yüksekliğini içeriğe göre otomatik olarak boyutlandırır. Devre dışı bırakıldığında, widget kapsayıcının yüksekliğini dolduracaktır.\",\"4lVaWA\":\"Çevrimdışı ödeme bekleniyor\",\"2rHwhl\":\"Çevrimdışı Ödeme Bekleniyor\",\"3wF4Q/\":\"Ödeme bekleniyor\",\"ioG+xt\":\"Ödeme Bekleniyor\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Harika Organizatör Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Etkinlik sayfasına dön\",\"VCoEm+\":\"Girişe dön\",\"k1bLf+\":\"Arkaplan Rengi\",\"I7xjqg\":\"Arkaplan Türü\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Fatura Adresi\",\"/xC/im\":\"Fatura Ayarları\",\"rp/zaT\":\"Brezilya Portekizcesi\",\"whqocw\":\"Kayıt olarak <0>Hizmet Şartlarımızı ve <1>Gizlilik Politikasımızı kabul etmiş olursunuz.\",\"bcCn6r\":\"Hesaplama Türü\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"İptal\",\"Gjt/py\":\"E-posta değişikliğini iptal et\",\"tVJk4q\":\"Siparişi iptal et\",\"Os6n2a\":\"Siparişi İptal Et\",\"Mz7Ygx\":[\"Sipariş \",[\"0\"],\"'ı İptal Et\"],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"İptal Edildi\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Kapasite\",\"V6Q5RZ\":\"Kapasite ataması başarıyla oluşturuldu\",\"k5p8dz\":\"Kapasite ataması başarıyla silindi\",\"nDBs04\":\"Kapasite yönetimi\",\"ddha3c\":\"Kategoriler ürünleri birlikte gruplandırmanızı sağlar. Örneğin, \\\"Biletler\\\" için bir kategori ve \\\"Ürünler\\\" için başka bir kategori oluşturabilirsiniz.\",\"iS0wAT\":\"Kategoriler ürünlerinizi düzenlemenize yardımcı olur. Bu başlık halka açık etkinlik sayfasında gösterilecektir.\",\"eorM7z\":\"Kategoriler başarıyla yeniden sıralandı.\",\"3EXqwa\":\"Kategori Başarıyla Oluşturuldu\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Şifre değiştir\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[[\"0\"],\" \",[\"1\"],\" check-in yap\"],\"D6+U20\":\"Check-in yap ve siparişi ödenmiş olarak işaretle\",\"QYLpB4\":\"Sadece check-in yap\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Bu etkinliğe göz atın!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Check-In Listesi başarıyla silindi\",\"+hBhWk\":\"Check-in listesinin süresi doldu\",\"mBsBHq\":\"Check-in listesi aktif değil\",\"vPqpQG\":\"Check-in listesi bulunamadı\",\"tejfAy\":\"Check-In Listeleri\",\"hD1ocH\":\"Check-In URL'si panoya kopyalandı\",\"CNafaC\":\"Onay kutusu seçenekleri çoklu seçime izin verir\",\"SpabVf\":\"Onay Kutuları\",\"CRu4lK\":\"Giriş Yapıldı\",\"znIg+z\":\"Ödeme\",\"1WnhCL\":\"Ödeme Ayarları\",\"6imsQS\":\"Çince (Basitleştirilmiş)\",\"JjkX4+\":\"Arkaplanınız için bir renk seçin\",\"/Jizh9\":\"Bir hesap seçin\",\"3wV73y\":\"Şehir\",\"FG98gC\":\"Arama Metnini Temizle\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Kopyalamak için tıklayın\",\"yz7wBu\":\"Kapat\",\"62Ciis\":\"Kenar çubuğunu kapat\",\"EWPtMO\":\"Kod\",\"ercTDX\":\"Kod 3 ile 50 karakter arasında olmalıdır\",\"oqr9HB\":\"Etkinlik sayfası ilk yüklendiğinde bu ürünü daralt\",\"jZlrte\":\"Renk\",\"Vd+LC3\":\"Renk geçerli bir hex renk kodu olmalıdır. Örnek: #ffffff\",\"1HfW/F\":\"Renkler\",\"VZeG/A\":\"Yakında\",\"yPI7n9\":\"Etkinliği tanımlayan virgülle ayrılmış anahtar kelimeler. Bunlar arama motorları tarafından etkinliği kategorize etmek ve indekslemek için kullanılacaktır\",\"NPZqBL\":\"Siparişi Tamamla\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Ödemeyi Tamamla\",\"qqWcBV\":\"Tamamlandı\",\"6HK5Ct\":\"Tamamlanan siparişler\",\"NWVRtl\":\"Tamamlanan Siparişler\",\"DwF9eH\":\"Bileşen Kodu\",\"Tf55h7\":\"Yapılandırılmış İndirim\",\"7VpPHA\":\"Onayla\",\"ZaEJZM\":\"E-posta Değişikliğini Onayla\",\"yjkELF\":\"Yeni Şifreyi Onayla\",\"xnWESi\":\"Şifreyi onayla\",\"p2/GCq\":\"Şifreyi Onayla\",\"wnDgGj\":\"E-posta adresi onaylanıyor...\",\"pbAk7a\":\"Stripe'ı Bağla\",\"UMGQOh\":\"Stripe ile Bağlan\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Bağlantı Detayları\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Devam Et\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Devam Butonu Metni\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Kopyalandı\",\"T5rdis\":\"panoya kopyalandı\",\"he3ygx\":\"Kopyala\",\"r2B2P8\":\"Check-In URL'sini Kopyala\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Linki Kopyala\",\"E6nRW7\":\"URL'yi Kopyala\",\"JNCzPW\":\"Ülke\",\"IF7RiR\":\"Kapak\",\"hYgDIe\":\"Oluştur\",\"b9XOHo\":[[\"0\"],\" Oluştur\"],\"k9RiLi\":\"Ürün Oluştur\",\"6kdXbW\":\"Promosyon Kodu Oluştur\",\"n5pRtF\":\"Bilet Oluştur\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"organizatör oluştur\",\"ipP6Ue\":\"Katılımcı Oluştur\",\"VwdqVy\":\"Kapasite Ataması Oluştur\",\"EwoMtl\":\"Kategori oluştur\",\"XletzW\":\"Kategori Oluştur\",\"WVbTwK\":\"Check-In Listesi Oluştur\",\"uN355O\":\"Etkinlik Oluştur\",\"BOqY23\":\"Yeni oluştur\",\"kpJAeS\":\"Organizatör Oluştur\",\"a0EjD+\":\"Ürün Oluştur\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Promosyon Kodu Oluştur\",\"B3Mkdt\":\"Soru Oluştur\",\"UKfi21\":\"Vergi veya Ücret Oluştur\",\"d+F6q9\":\"Oluşturuldu\",\"Q2lUR2\":\"Para Birimi\",\"DCKkhU\":\"Mevcut Şifre\",\"uIElGP\":\"Özel Harita URL'si\",\"UEqXyt\":\"Özel Aralık\",\"876pfE\":\"Müşteri\",\"QOg2Sf\":\"Bu etkinlik için e-posta ve bildirim ayarlarını özelleştirin\",\"Y9Z/vP\":\"Etkinlik ana sayfası ve ödeme mesajlarını özelleştirin\",\"2E2O5H\":\"Bu etkinlik için çeşitli ayarları özelleştirin\",\"iJhSxe\":\"Bu etkinlik için SEO ayarlarını özelleştirin\",\"KIhhpi\":\"Etkinlik sayfanızı özelleştirin\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Tehlike bölgesi\",\"ZQKLI1\":\"Tehlike Bölgesi\",\"7p5kLi\":\"Gösterge Paneli\",\"mYGY3B\":\"Tarih\",\"JvUngl\":\"Tarih ve Saat\",\"JJhRbH\":\"Birinci gün kapasitesi\",\"cnGeoo\":\"Sil\",\"jRJZxD\":\"Kapasiteyi Sil\",\"VskHIx\":\"Kategoriyi sil\",\"Qrc8RZ\":\"Check-In Listesini Sil\",\"WHf154\":\"Kodu sil\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Açıklama\",\"YC3oXa\":\"Check-in personeli için açıklama\",\"URmyfc\":\"Detaylar\",\"1lRT3t\":\"Bu kapasiteyi devre dışı bırakmak satışları takip edecek ancak limite ulaşıldığında onları durdurmayacaktır\",\"H6Ma8Z\":\"İndirim\",\"ypJ62C\":\"İndirim %\",\"3LtiBI\":[[\"0\"],\" cinsinden indirim\"],\"C8JLas\":\"İndirim Türü\",\"1QfxQT\":\"Kapat\",\"DZlSLn\":\"Belge Etiketi\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\".ics İndir\",\"kodV18\":\"CSV İndir\",\"CELKku\":\"Faturayı indir\",\"LQrXcu\":\"Faturayı İndir\",\"QIodqd\":\"QR Kodu İndir\",\"yhjU+j\":\"Fatura İndiriliyor\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Açılır seçim\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Etkinliği çoğalt\",\"3ogkAk\":\"Etkinliği Çoğalt\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Çoğaltma Seçenekleri\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Erken kuş\",\"ePK91l\":\"Düzenle\",\"N6j2JH\":[[\"0\"],\" Düzenle\"],\"kBkYSa\":\"Kapasiteyi Düzenle\",\"oHE9JT\":\"Kapasite Atamasını Düzenle\",\"j1Jl7s\":\"Kategoriyi düzenle\",\"FU1gvP\":\"Check-In Listesini Düzenle\",\"iFgaVN\":\"Kodu Düzenle\",\"jrBSO1\":\"Organizatörü Düzenle\",\"tdD/QN\":\"Ürünü Düzenle\",\"n143Tq\":\"Ürün Kategorisini Düzenle\",\"9BdS63\":\"Promosyon Kodunu Düzenle\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Soruyu Düzenle\",\"poTr35\":\"Kullanıcıyı düzenle\",\"GTOcxw\":\"Kullanıcıyı Düzenle\",\"pqFrv2\":\"örn. $2.50 için 2.50\",\"3yiej1\":\"örn. %23.5 için 23.5\",\"O3oNi5\":\"E-posta\",\"VxYKoK\":\"E-posta ve Bildirim Ayarları\",\"ATGYL1\":\"E-posta adresi\",\"hzKQCy\":\"E-posta Adresi\",\"HqP6Qf\":\"E-posta değişikliği başarıyla iptal edildi\",\"mISwW1\":\"E-posta değişikliği beklemede\",\"APuxIE\":\"E-posta onayı yeniden gönderildi\",\"YaCgdO\":\"E-posta onayı başarıyla yeniden gönderildi\",\"jyt+cx\":\"E-posta alt bilgi mesajı\",\"I6F3cp\":\"E-posta doğrulanmamış\",\"NTZ/NX\":\"Gömme Kodu\",\"4rnJq4\":\"Gömme Scripti\",\"8oPbg1\":\"Faturalamayı Etkinleştir\",\"j6w7d/\":\"Limite ulaşıldığında ürün satışlarını durdurmak için bu kapasiteyi etkinleştir\",\"VFv2ZC\":\"Bitiş Tarihi\",\"237hSL\":\"Sona Erdi\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"İngilizce\",\"MhVoma\":\"Vergiler ve ücretler hariç bir tutar girin.\",\"SlfejT\":\"Hata\",\"3Z223G\":\"E-posta adresini onaylama hatası\",\"a6gga1\":\"E-posta değişikliğini onaylama hatası\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Etkinlik\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Etkinlik Tarihi\",\"0Zptey\":\"Etkinlik Varsayılanları\",\"QcCPs8\":\"Etkinlik Detayları\",\"6fuA9p\":\"Etkinlik başarıyla çoğaltıldı\",\"AEuj2m\":\"Etkinlik Ana Sayfası\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Etkinlik konumu ve mekan detayları\",\"OopDbA\":\"Event page\",\"4/If97\":\"Etkinlik durumu güncellenemedi. Lütfen daha sonra tekrar deneyin\",\"btxLWj\":\"Etkinlik durumu güncellendi\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Etkinlikler\",\"sZg7s1\":\"Son kullanım tarihi\",\"KnN1Tu\":\"Süresi Doluyor\",\"uaSvqt\":\"Son Kullanım Tarihi\",\"GS+Mus\":\"Dışa Aktar\",\"9xAp/j\":\"Katılımcı iptal edilemedi\",\"ZpieFv\":\"Sipariş iptal edilemedi\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Fatura indirilemedi. Lütfen tekrar deneyin.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Giriş Listesi yüklenemedi\",\"ZQ15eN\":\"Bilet e-postası yeniden gönderilemedi\",\"ejXy+D\":\"Ürünler sıralanamadı\",\"PLUB/s\":\"Ücret\",\"/mfICu\":\"Ücretler\",\"LyFC7X\":\"Siparişleri Filtrele\",\"cSev+j\":\"Filtreler\",\"CVw2MU\":[\"Filtreler (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"İlk Fatura Numarası\",\"V1EGGU\":\"Ad\",\"kODvZJ\":\"Ad\",\"S+tm06\":\"Ad 1 ile 50 karakter arasında olmalıdır\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"İlk Kullanım\",\"TpqW74\":\"Sabit\",\"irpUxR\":\"Sabit tutar\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Şifrenizi mi unuttunuz?\",\"2POOFK\":\"Ücretsiz\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Fransızca\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Almanca\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Profile geri dön\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Google Takvim\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Brüt satışlar\",\"yRg26W\":\"Brüt Satışlar\",\"R4r4XO\":\"Misafirler\",\"26pGvx\":\"Promosyon kodunuz var mı?\",\"V7yhws\":\"merhaba@harika-etkinlikler.com\",\"6K/IHl\":\"İşte bileşeni uygulamanızda nasıl kullanabileceğinize dair bir örnek.\",\"Y1SSqh\":\"İşte widget'ı uygulamanıza yerleştirmek için kullanabileceğiniz React bileşeni.\",\"QuhVpV\":[\"Merhaba \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Halk görünümünden gizli\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Gizli sorular yalnızca etkinlik organizatörü tarafından görülebilir, müşteri tarafından görülemez.\",\"vLyv1R\":\"Gizle\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"Satış bitiş tarihinden sonra ürünü gizle\",\"06s3w3\":\"Satış başlama tarihinden önce ürünü gizle\",\"axVMjA\":\"Kullanıcının uygun promosyon kodu yoksa ürünü gizle\",\"ySQGHV\":\"Tükendiğinde ürünü gizle\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Bu ürünü müşterilerden gizle\",\"Da29Y6\":\"Bu soruyu gizle\",\"fvDQhr\":\"Bu katmanı kullanıcılardan gizle\",\"lNipG+\":\"Bir ürünü gizlemek, kullanıcıların onu etkinlik sayfasında görmesini engeller.\",\"ZOBwQn\":\"Ana Sayfa Tasarımı\",\"PRuBTd\":\"Ana Sayfa Tasarımcısı\",\"YjVNGZ\":\"Ana Sayfa Önizlemesi\",\"c3E/kw\":\"Homer\",\"8k8Njd\":\"Müşterinin siparişini tamamlamak için kaç dakikası var. En az 15 dakika öneriyoruz\",\"ySxKZe\":\"Bu kod kaç kez kullanılabilir?\",\"dZsDbK\":[\"HTML karakter sınırı aşıldı: \",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://ornek-harita-servisi.com/...\",\"uOXLV3\":\"<0>Şartlar ve koşulları kabul ediyorum\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Etkinleştirilirse, check-in personeli katılımcıları check-in yaptı olarak işaretleyebilir veya siparişi ödenmiş olarak işaretleyip katılımcıları check-in yapabilir. Devre dışıysa, ödenmemiş siparişlerle ilişkili katılımcılar check-in yapamazlar.\",\"muXhGi\":\"Etkinleştirilirse, yeni bir sipariş verildiğinde organizatör e-posta bildirimi alacak\",\"6fLyj/\":\"Bu değişikliği talep etmediyseniz, lütfen hemen şifrenizi değiştirin.\",\"n/ZDCz\":\"Resim başarıyla silindi\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Resim başarıyla yüklendi\",\"VyUuZb\":\"Resim URL'si\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Pasif\",\"T0K0yl\":\"Pasif kullanıcılar giriş yapamazlar.\",\"kO44sp\":\"Çevrimiçi etkinliğiniz için bağlantı detaylarını ekleyin. Bu detaylar sipariş özeti sayfasında ve katılımcı bilet sayfasında gösterilecektir.\",\"FlQKnG\":\"Fiyata vergi ve ücretleri dahil et\",\"Vi+BiW\":[[\"0\"],\" ürün içerir\"],\"lpm0+y\":\"1 ürün içerir\",\"UiAk5P\":\"Resim Ekle\",\"OyLdaz\":\"Davet yeniden gönderildi!\",\"HE6KcK\":\"Davet iptal edildi!\",\"SQKPvQ\":\"Kullanıcı Davet Et\",\"bKOYkd\":\"Fatura başarıyla indirildi\",\"alD1+n\":\"Fatura Notları\",\"kOtCs2\":\"Fatura Numaralandırma\",\"UZ2GSZ\":\"Fatura Ayarları\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Öğe\",\"KFXip/\":\"John\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Etiket\",\"vXIe7J\":\"Dil\",\"2LMsOq\":\"Son 12 ay\",\"vfe90m\":\"Son 14 gün\",\"aK4uBd\":\"Son 24 saat\",\"uq2BmQ\":\"Son 30 gün\",\"bB6Ram\":\"Son 48 saat\",\"VlnB7s\":\"Son 6 ay\",\"ct2SYD\":\"Son 7 gün\",\"XgOuA7\":\"Son 90 gün\",\"I3yitW\":\"Son giriş\",\"1ZaQUH\":\"Soyad\",\"UXBCwc\":\"Soyad\",\"tKCBU0\":\"Son Kullanım\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Varsayılan \\\"Fatura\\\" kelimesini kullanmak için boş bırakın\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Yükleniyor...\",\"wJijgU\":\"Konum\",\"sQia9P\":\"Giriş yap\",\"zUDyah\":\"Giriş yapılıyor\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Çıkış\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Ödeme sırasında fatura adresini zorunlu kıl\",\"MU3ijv\":\"Bu soruyu zorunlu kıl\",\"wckWOP\":\"Yönet\",\"onpJrA\":\"Katılımcıyı yönet\",\"n4SpU5\":\"Etkinliği yönet\",\"WVgSTy\":\"Siparişi yönet\",\"1MAvUY\":\"Bu etkinlik için ödeme ve faturalama ayarlarını yönet.\",\"cQrNR3\":\"Profili Yönet\",\"AtXtSw\":\"Ürünlerinize uygulanabilecek vergi ve ücretleri yönetin\",\"ophZVW\":\"Biletleri yönet\",\"DdHfeW\":\"Hesap bilgilerinizi ve varsayılan ayarlarını yönetin\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Kullanıcılarınızı ve izinlerini yönetin\",\"1m+YT2\":\"Zorunlu sorular müşteri ödeme yapmadan önce cevaplanmalıdır.\",\"Dim4LO\":\"Manuel olarak Katılımcı ekle\",\"e4KdjJ\":\"Manuel Katılımcı Ekle\",\"vFjEnF\":\"Ödendi olarak işaretle\",\"g9dPPQ\":\"Sipariş Başına Maksimum\",\"l5OcwO\":\"Katılımcıya mesaj gönder\",\"Gv5AMu\":\"Katılımcılara Mesaj\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Alıcıya mesaj gönder\",\"tNZzFb\":\"Mesaj içeriği\",\"lYDV/s\":\"Bireysel katılımcılara mesaj gönder\",\"V7DYWd\":\"Mesaj Gönderildi\",\"t7TeQU\":\"Mesajlar\",\"xFRMlO\":\"Sipariş Başına Minimum\",\"QYcUEf\":\"Minimum Fiyat\",\"RDie0n\":\"Çeşitli\",\"mYLhkl\":\"Çeşitli Ayarlar\",\"KYveV8\":\"Çok satırlı metin kutusu\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Harika etkinlik açıklamam...\",\"vX8/tc\":\"Harika etkinlik başlığım...\",\"hKtWk2\":\"Profilim\",\"fj5byd\":\"Yok\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Ad\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Katılımcıya Git\",\"qqeAJM\":\"Asla\",\"7vhWI8\":\"Yeni Şifre\",\"1UzENP\":\"Hayır\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Gösterilecek arşivlenmiş etkinlik yok.\",\"q2LEDV\":\"Bu sipariş için katılımcı bulunamadı.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Gösterilecek Katılımcı yok\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Kapasite Ataması Yok\",\"a/gMx2\":\"Check-In Listesi Yok\",\"tMFDem\":\"Veri mevcut değil\",\"6Z/F61\":\"Gösterilecek veri yok. Lütfen bir tarih aralığı seçin\",\"fFeCKc\":\"İndirim Yok\",\"HFucK5\":\"Gösterilecek sona ermiş etkinlik yok.\",\"yAlJXG\":\"Gösterilecek etkinlik yok\",\"GqvPcv\":\"Filtre mevcut değil\",\"KPWxKD\":\"Gösterilecek mesaj yok\",\"J2LkP8\":\"Gösterilecek sipariş yok\",\"RBXXtB\":\"Şu anda hiçbir ödeme yöntemi mevcut değil. Yardım için etkinlik organizatörüyle iletişime geçin.\",\"ZWEfBE\":\"Ödeme Gerekli Değil\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Bu kategoride mevcut ürün yok.\",\"FTfObB\":\"Henüz Ürün Yok\",\"+Y976X\":\"Gösterilecek Promosyon Kodu yok\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Sonuç yok\",\"gk5uwN\":\"Arama Sonucu Yok\",\"RHyZUL\":\"Arama sonucu yok.\",\"RY2eP1\":\"Hiçbir Vergi veya Ücret eklenmemiş.\",\"EdQY6l\":\"Hiçbiri\",\"OJx3wK\":\"Mevcut değil\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Notlar\",\"jtrY3S\":\"Henüz gösterilecek bir şey yok\",\"hFwWnI\":\"Bildirim Ayarları\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Organizatörü yeni siparişler hakkında bilgilendir\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Ödeme için izin verilen gün sayısı (faturalardan ödeme koşullarını çıkarmak için boş bırakın)\",\"n86jmj\":\"Numara Öneki\",\"mwe+2z\":\"Çevrimdışı siparişler, sipariş ödendi olarak işaretlenene kadar etkinlik istatistiklerine yansıtılmaz.\",\"dWBrJX\":\"Çevrimdışı ödeme başarısız. Lütfen tekrar deneyin veya etkinlik organizatörüyle iletişime geçin.\",\"fcnqjw\":\"Çevrimdışı Ödeme Talimatları\",\"+eZ7dp\":\"Çevrimdışı Ödemeler\",\"ojDQlR\":\"Çevrimdışı Ödemeler Bilgisi\",\"u5oO/W\":\"Çevrimdışı Ödemeler Ayarları\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"Satışta\",\"Ug4SfW\":\"Bir etkinlik oluşturduğunuzda, burada göreceksiniz.\",\"ZxnK5C\":\"Veri toplamaya başladığınızda, burada göreceksiniz.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Devam Eden\",\"z+nuVJ\":\"Çevrimiçi etkinlik\",\"WKHW0N\":\"Online Etkinlik Detayları\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Check-In Sayfasını Aç\",\"OdnLE4\":\"Kenar çubuğunu aç\",\"ZZEYpT\":[\"Seçenek \",[\"i\"]],\"oPknTP\":\"Tüm faturalarda görünecek isteğe bağlı ek bilgiler (örn., ödeme koşulları, gecikme ücreti, iade politikası)\",\"OrXJBY\":\"Fatura numaraları için isteğe bağlı önek (örn., FAT-)\",\"0zpgxV\":\"Seçenekler\",\"BzEFor\":\"veya\",\"UYUgdb\":\"Sipariş\",\"mm+eaX\":\"Sipariş no\",\"B3gPuX\":\"Sipariş İptal Edildi\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Sipariş Tarihi\",\"Tol4BF\":\"Sipariş Detayları\",\"WbImlQ\":\"Sipariş iptal edildi ve sipariş sahibi bilgilendirildi.\",\"nAn4Oe\":\"Sipariş ödendi olarak işaretlendi\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Sipariş Referansı\",\"acIJ41\":\"Sipariş Durumu\",\"GX6dZv\":\"Sipariş Özeti\",\"tDTq0D\":\"Sipariş zaman aşımı\",\"1h+RBg\":\"Siparişler\",\"3y+V4p\":\"Organizasyon Adresi\",\"GVcaW6\":\"Organizasyon Detayları\",\"nfnm9D\":\"Organizasyon Adı\",\"G5RhpL\":\"Organizatör\",\"mYygCM\":\"Organizatör gereklidir\",\"Pa6G7v\":\"Organizatör Adı\",\"l894xP\":\"Organizatörler yalnızca etkinlikleri ve ürünleri yönetebilir. Kullanıcıları, hesap ayarlarını veya fatura bilgilerini yönetemezler.\",\"fdjq4c\":\"İç Boşluk\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Sayfa bulunamadı\",\"QbrUIo\":\"Sayfa görüntüleme\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"ödendi\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Kısmen İade Edildi\",\"8ZsakT\":\"Şifre\",\"TUJAyx\":\"Şifre en az 8 karakter olmalıdır\",\"vwGkYB\":\"Şifre en az 8 karakter olmalıdır\",\"BLTZ42\":\"Şifre başarıyla sıfırlandı. Lütfen yeni şifrenizle giriş yapın.\",\"f7SUun\":\"Şifreler aynı değil\",\"aEDp5C\":\"Widget'ın görünmesini istediğiniz yere bunu yapıştırın.\",\"+23bI/\":\"Patrick\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Ödeme\",\"Lg+ewC\":\"Ödeme ve Faturalama\",\"DZjk8u\":\"Ödeme ve Faturalama Ayarları\",\"lflimf\":\"Ödeme Vade Süresi\",\"JhtZAK\":\"Ödeme Başarısız\",\"JEdsvQ\":\"Ödeme Talimatları\",\"bLB3MJ\":\"Ödeme Yöntemleri\",\"QzmQBG\":\"Ödeme sağlayıcısı\",\"lsxOPC\":\"Ödeme Alındı\",\"wJTzyi\":\"Ödeme Durumu\",\"xgav5v\":\"Ödeme başarılı!\",\"R29lO5\":\"Ödeme Koşulları\",\"/roQKz\":\"Yüzde\",\"vPJ1FI\":\"Yüzde Miktarı\",\"xdA9ud\":\"Bunu web sitenizin bölümüne yerleştirin.\",\"blK94r\":\"Lütfen en az bir seçenek ekleyin\",\"FJ9Yat\":\"Lütfen verilen bilgilerin doğru olduğunu kontrol edin\",\"TkQVup\":\"Lütfen e-posta ve şifrenizi kontrol edin ve tekrar deneyin\",\"sMiGXD\":\"Lütfen e-postanızın geçerli olduğunu kontrol edin\",\"Ajavq0\":\"E-posta adresinizi onaylamak için lütfen e-postanızı kontrol edin\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Lütfen yeni sekmede devam edin\",\"hcX103\":\"Lütfen bir ürün oluşturun\",\"cdR8d6\":\"Lütfen bir bilet oluşturun\",\"x2mjl4\":\"Lütfen bir resme işaret eden geçerli bir resim URL'si girin.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Lütfen Dikkat\",\"C63rRe\":\"Baştan başlamak için lütfen etkinlik sayfasına dönün.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Lütfen en az bir ürün seçin\",\"igBrCH\":\"Tüm özelliklere erişmek için lütfen e-posta adresinizi doğrulayın\",\"/IzmnP\":\"Faturanızı hazırlarken lütfen bekleyin...\",\"MOERNx\":\"Portekizce\",\"qCJyMx\":\"Ödeme sonrası mesaj\",\"g2UNkE\":\"Altyapı sağlayıcı\",\"Rs7IQv\":\"Ödeme öncesi mesaj\",\"rdUucN\":\"Önizleme\",\"a7u1N9\":\"Fiyat\",\"CmoB9j\":\"Fiyat görünüm modu\",\"BI7D9d\":\"Fiyat belirlenmedi\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Ana Renk\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Ana Metin Rengi\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"Tüm Biletleri Yazdır\",\"DKwDdj\":\"Biletleri Yazdır\",\"K47k8R\":\"Ürün\",\"1JwlHk\":\"Ürün Kategorisi\",\"U61sAj\":\"Ürün kategorisi başarıyla güncellendi.\",\"1USFWA\":\"Ürün başarıyla silindi\",\"4Y2FZT\":\"Ürün Fiyat Türü\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Ürün Satışları\",\"U/R4Ng\":\"Ürün Katmanı\",\"sJsr1h\":\"Ürün Türü\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Ürün(ler)\",\"N0qXpE\":\"Ürünler\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Satılan ürünler\",\"/u4DIx\":\"Satılan Ürünler\",\"DJQEZc\":\"Ürünler başarıyla sıralandı\",\"vERlcd\":\"Profil\",\"kUlL8W\":\"Profil başarıyla güncellendi\",\"cl5WYc\":[\"Promosyon \",[\"promo_code\"],\" kodu uygulandı\"],\"P5sgAk\":\"Promosyon Kodu\",\"yKWfjC\":\"Promosyon Kodu sayfası\",\"RVb8Fo\":\"Promosyon Kodları\",\"BZ9GWa\":\"Promosyon kodları indirim sunmak, ön satış erişimi veya etkinliğinize özel erişim sağlamak için kullanılabilir.\",\"OP094m\":\"Promosyon Kodları Raporu\",\"4kyDD5\":\"Bu soru için ek bağlam veya talimatlar sağlayın. Bu alanı şartlar\\nve koşullar, yönergeler veya katılımcıların yanıtlamadan önce bilmesi gereken önemli bilgileri eklemek için kullanın.\",\"toutGW\":\"QR Kod\",\"LkMOWF\":\"Mevcut Miktar\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Soru silindi\",\"avf0gk\":\"Soru Açıklaması\",\"oQvMPn\":\"Soru Başlığı\",\"enzGAL\":\"Sorular\",\"ROv2ZT\":\"Sorular ve Cevaplar\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Radyo Seçeneği\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Alıcı\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"İade Başarısız\",\"n10yGu\":\"Siparişi iade et\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"İade Bekliyor\",\"xHpVRl\":\"İade Durumu\",\"/BI0y9\":\"İade Edildi\",\"fgLNSM\":\"Kayıt Ol\",\"9+8Vez\":\"Kalan Kullanım\",\"tasfos\":\"kaldır\",\"t/YqKh\":\"Kaldır\",\"t9yxlZ\":\"Raporlar\",\"prZGMe\":\"Fatura Adresi Gerekli\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"E-posta onayını tekrar gönder\",\"wIa8Qe\":\"Daveti tekrar gönder\",\"VeKsnD\":\"Sipariş e-postasını tekrar gönder\",\"dFuEhO\":\"Bilet e-postasını tekrar gönder\",\"o6+Y6d\":\"Tekrar gönderiliyor...\",\"OfhWJH\":\"Sıfırla\",\"RfwZxd\":\"Şifreyi sıfırla\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Etkinliği geri yükle\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Etkinlik Sayfasına Dön\",\"8YBH95\":\"Gelir\",\"PO/sOY\":\"Daveti iptal et\",\"GDvlUT\":\"Rol\",\"ELa4O9\":\"Satış Bitiş Tarihi\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Satış Başlangıç Tarihi\",\"hBsw5C\":\"Satış bitti\",\"kpAzPe\":\"Satış başlangıcı\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Kaydet\",\"IUwGEM\":\"Değişiklikleri Kaydet\",\"U65fiW\":\"Organizatörü Kaydet\",\"UGT5vp\":\"Ayarları Kaydet\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Katılımcı adı, e-posta veya sipariş #'a göre ara...\",\"+pr/FY\":\"Etkinlik adına göre ara...\",\"3zRbWw\":\"Ad, e-posta veya sipariş #'a göre ara...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Ada göre ara...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Kapasite atamalarını ara...\",\"r9M1hc\":\"Check-in listelerini ara...\",\"+0Yy2U\":\"Ürünleri ara\",\"YIix5Y\":\"Ara...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"İkincil Renk\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"İkincil Metin Rengi\",\"02ePaq\":[[\"0\"],\" seç\"],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Kategori seç...\",\"kWI/37\":\"Organizatör seç\",\"ixIx1f\":\"Ürün Seç\",\"3oSV95\":\"Ürün Katmanı Seç\",\"C4Y1hA\":\"Ürünleri seç\",\"hAjDQy\":\"Durum seç\",\"QYARw/\":\"Bilet Seç\",\"OMX4tH\":\"Biletleri seç\",\"DrwwNd\":\"Zaman aralığı seç\",\"O/7I0o\":\"Seç...\",\"JlFcis\":\"Gönder\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Mesaj gönder\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Mesaj Gönder\",\"D7ZemV\":\"Sipariş onayı ve bilet e-postası gönder\",\"v1rRtW\":\"Test Gönder\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"SEO Açıklaması\",\"/SIY6o\":\"SEO Anahtar Kelimeleri\",\"GfWoKv\":\"SEO Ayarları\",\"rXngLf\":\"SEO Başlığı\",\"/jZOZa\":\"Hizmet Ücreti\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Fatura numaralandırması için başlangıç numarasını ayarlayın. Faturalar oluşturulduktan sonra bu değiştirilemez.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Ayarlar\",\"Z8lGw6\":\"Paylaş\",\"B2V3cA\":\"Etkinliği Paylaş\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Göster\",\"V0SbFp\":\"Mevcut ürün miktarını göster\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Daha fazla göster\",\"izwOOD\":\"Vergi ve ücretleri ayrı göster\",\"1SbbH8\":\"Müşteriye ödeme yaptıktan sonra sipariş özeti sayfasında gösterilir.\",\"YfHZv0\":\"Müşteriye ödeme yapmadan önce gösterilir\",\"CBBcly\":\"Ülke dahil olmak üzere ortak adres alanlarını gösterir\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Tek satır metin kutusu\",\"+P0Cn2\":\"Bu adımı atla\",\"YSEnLE\":\"Smith\",\"lgFfeO\":\"Tükendi\",\"Mi1rVn\":\"Tükendi\",\"nwtY4N\":\"Bir şeyler yanlış gitti\",\"GRChTw\":\"Vergi veya Ücret silinirken bir şeyler yanlış gitti\",\"YHFrbe\":\"Bir şeyler yanlış gitti! Lütfen tekrar deneyin\",\"kf83Ld\":\"Bir şeyler yanlış gitti.\",\"fWsBTs\":\"Bir şeyler yanlış gitti. Lütfen tekrar deneyin.\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Üzgünüz, bu promosyon kodu tanınmıyor\",\"65A04M\":\"İspanyolca\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Başlangıç Tarihi\",\"/2by1f\":\"Eyalet veya Bölge\",\"uAQUqI\":\"Durum\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Bu etkinlik için Stripe ödemeleri etkinleştirilmemiş.\",\"UJmAAK\":\"Konu\",\"X2rrlw\":\"Ara Toplam\",\"zzDlyQ\":\"Başarılı\",\"b0HJ45\":[\"Başarılı! \",[\"0\"],\" kısa süre içinde bir e-posta alacak.\"],\"BJIEiF\":[\"Katılımcı başarıyla \",[\"0\"]],\"OtgNFx\":\"E-posta adresi başarıyla onaylandı\",\"IKwyaF\":\"E-posta değişikliği başarıyla onaylandı\",\"zLmvhE\":\"Katılımcı başarıyla oluşturuldu\",\"gP22tw\":\"Ürün Başarıyla Oluşturuldu\",\"9mZEgt\":\"Promosyon Kodu Başarıyla Oluşturuldu\",\"aIA9C4\":\"Soru Başarıyla Oluşturuldu\",\"J3RJSZ\":\"Katılımcı başarıyla güncellendi\",\"3suLF0\":\"Kapasite Ataması başarıyla güncellendi\",\"Z+rnth\":\"Giriş Listesi başarıyla güncellendi\",\"vzJenu\":\"E-posta Ayarları Başarıyla Güncellendi\",\"7kOMfV\":\"Etkinlik Başarıyla Güncellendi\",\"G0KW+e\":\"Ana Sayfa Tasarımı Başarıyla Güncellendi\",\"k9m6/E\":\"Ana Sayfa Ayarları Başarıyla Güncellendi\",\"y/NR6s\":\"Konum Başarıyla Güncellendi\",\"73nxDO\":\"Çeşitli Ayarlar Başarıyla Güncellendi\",\"4H80qv\":\"Sipariş başarıyla güncellendi\",\"6xCBVN\":\"Ödeme ve Faturalama Ayarları Başarıyla Güncellendi\",\"1Ycaad\":\"Ürün başarıyla güncellendi\",\"70dYC8\":\"Promosyon Kodu Başarıyla Güncellendi\",\"F+pJnL\":\"SEO Ayarları Başarıyla Güncellendi\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Destek E-postası\",\"uRfugr\":\"Tişört\",\"JpohL9\":\"Vergi\",\"geUFpZ\":\"Vergi ve Ücretler\",\"dFHcIn\":\"Vergi Detayları\",\"wQzCPX\":\"Tüm faturaların altında görünecek vergi bilgisi (örn., KDV numarası, vergi kaydı)\",\"0RXCDo\":\"Vergi veya Ücret başarıyla silindi\",\"ZowkxF\":\"Vergiler\",\"qu6/03\":\"Vergiler ve Ücretler\",\"gypigA\":\"Bu promosyon kodu geçersiz\",\"5ShqeM\":\"Aradığınız check-in listesi mevcut değil.\",\"QXlz+n\":\"Etkinlikleriniz için varsayılan para birimi.\",\"mnafgQ\":\"Etkinlikleriniz için varsayılan saat dilimi.\",\"o7s5FA\":\"Katılımcının e-postaları alacağı dil.\",\"NlfnUd\":\"Tıkladığınız bağlantı geçersiz.\",\"HsFnrk\":[[\"0\"],\" için maksimum ürün sayısı \",[\"1\"]],\"TSAiPM\":\"Aradığınız sayfa mevcut değil\",\"MSmKHn\":\"Müşteriye gösterilen fiyat vergi ve ücretleri içerecektir.\",\"6zQOg1\":\"Müşteriye gösterilen fiyat vergi ve ücretleri içermeyecektir. Bunlar ayrı olarak gösterilecektir\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Arama motoru sonuçlarında ve sosyal medyada paylaşırken görüntülenecek etkinlik başlığı. Varsayılan olarak etkinlik başlığı kullanılacaktır\",\"wDx3FF\":\"Bu etkinlik için mevcut ürün yok\",\"pNgdBv\":\"Bu kategoride mevcut ürün yok\",\"rMcHYt\":\"Bekleyen bir iade var. Başka bir iade talebinde bulunmadan önce lütfen tamamlanmasını bekleyin.\",\"F89D36\":\"Sipariş ödendi olarak işaretlenirken bir hata oluştu\",\"68Axnm\":\"İsteğiniz işlenirken bir hata oluştu. Lütfen tekrar deneyin.\",\"mVKOW6\":\"Mesajınız gönderilirken bir hata oluştu\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Bu katılımcının ödenmemiş siparişi var.\",\"mf3FrP\":\"Bu kategoride henüz hiç ürün yok.\",\"8QH2Il\":\"Bu kategori halktan gizli\",\"xxv3BZ\":\"Bu check-in listesi süresi doldu\",\"Sa7w7S\":\"Bu check-in listesinin süresi doldu ve artık check-in için kullanılamıyor.\",\"Uicx2U\":\"Bu check-in listesi aktif\",\"1k0Mp4\":\"Bu check-in listesi henüz aktif değil\",\"K6fmBI\":\"Bu check-in listesi henüz aktif değil ve check-in yapılabilir durumda değil.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Bu bilgiler ödeme sayfasında, sipariş özeti sayfasında ve sipariş onayı e-postasında gösterilecektir.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Bu çevrimiçi bir etkinlik\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Bu mesaj bu etkinlikten gönderilen tüm e-postaların altbilgisinde yer alacak\",\"55i7Fa\":\"Bu mesaj sadece sipariş başarılı bir şekilde tamamlandığında gösterilecek. Ödeme bekleyen siparişlerde bu mesaj gösterilmeyecek\",\"RjwlZt\":\"Bu sipariş zaten ödenmiş.\",\"5K8REg\":\"Bu sipariş zaten iade edilmiş.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Bu sipariş iptal edilmiş.\",\"Q0zd4P\":\"Bu siparişin süresi dolmuş. Lütfen tekrar başlayın.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Bu sipariş tamamlandı.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Bu sipariş sayfası artık mevcut değil.\",\"i0TtkR\":\"Bu tüm görünürlük ayarlarını geçersiz kılar ve ürünü tüm müşterilerden gizler.\",\"cRRc+F\":\"Bu ürün bir siparişle ilişkili olduğu için silinemez. Bunun yerine gizleyebilirsiniz.\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Bu şifre sıfırlama bağlantısı geçersiz veya süresi dolmuş.\",\"IV9xTT\":\"Bu kullanıcı davetini kabul etmediği için aktif değil.\",\"5AnPaO\":\"bilet\",\"kjAL4v\":\"Bilet\",\"dtGC3q\":\"Bilet e-postası katılımcıya yeniden gönderildi\",\"54q0zp\":\"Biletler\",\"xN9AhL\":[\"Seviye \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Kademeli ürünler aynı ürün için birden fazla fiyat seçeneği sunmanıza olanak tanır. Bu erken rezervasyon ürünleri veya farklı insan grupları için farklı fiyat seçenekleri sunmak için mükemmeldir.\",\"nn3mSR\":\"Kalan süre:\",\"s/0RpH\":\"Kullanım sayısı\",\"y55eMd\":\"Kullanım Sayısı\",\"40Gx0U\":\"Saat Dilimi\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Başlık\",\"xdA/+p\":\"Araçlar\",\"72c5Qo\":\"Toplam\",\"YXx+fG\":\"İndirimlerden Önceki Toplam\",\"NRWNfv\":\"Toplam İndirim Tutarı\",\"BxsfMK\":\"Toplam Ücretler\",\"2bR+8v\":\"Toplam Brüt Satış\",\"mpB/d9\":\"Toplam sipariş tutarı\",\"m3FM1g\":\"Toplam iade edilen\",\"jEbkcB\":\"Toplam İade Edilen\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Toplam Vergi\",\"+zy2Nq\":\"Tür\",\"FMdMfZ\":\"Katılımcı girişi yapılamadı\",\"bPWBLL\":\"Katılımcı check-out'u yapılamadı\",\"9+P7zk\":\"Ürün oluşturulamadı. Lütfen bilgilerinizi kontrol edin\",\"WLxtFC\":\"Ürün oluşturulamadı. Lütfen bilgilerinizi kontrol edin\",\"/cSMqv\":\"Soru oluşturulamadı. Lütfen bilgilerinizi kontrol edin\",\"MH/lj8\":\"Soru güncellenemedi. Lütfen bilgilerinizi kontrol edin\",\"nnfSdK\":\"Benzersiz Müşteriler\",\"Mqy/Zy\":\"Amerika Birleşik Devletleri\",\"NIuIk1\":\"Sınırsız\",\"/p9Fhq\":\"Sınırsız mevcut\",\"E0q9qH\":\"Sınırsız kullanıma izin verildi\",\"h10Wm5\":\"Ödenmemiş Sipariş\",\"ia8YsC\":\"Yaklaşan\",\"TlEeFv\":\"Yaklaşan Etkinlikler\",\"L/gNNk\":[[\"0\"],\" Güncelle\"],\"+qqX74\":\"Etkinlik adı, açıklaması ve tarihlerini güncelle\",\"vXPSuB\":\"Profili güncelle\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL panoya kopyalandı\",\"e5lF64\":\"Kullanım Örneği\",\"fiV0xj\":\"Kullanım Sınırı\",\"sGEOe4\":\"Kapak resminin bulanıklaştırılmış halini arkaplan olarak kullan\",\"OadMRm\":\"Kapak resmini kullan\",\"7PzzBU\":\"Kullanıcı\",\"yDOdwQ\":\"Kullanıcı Yönetimi\",\"Sxm8rQ\":\"Kullanıcılar\",\"VEsDvU\":\"Kullanıcılar e-postalarını <0>Profil Ayarları'nda değiştirebilir\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"KDV\",\"E/9LUk\":\"Mekan Adı\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Katılımcı Detaylarını Görüntüle\",\"/5PEQz\":\"Etkinlik sayfasını görüntüle\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Google Haritalar'da görüntüle\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP check-in listesi\",\"tF+VVr\":\"VIP Bilet\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Ödemenizi işleyemedik. Lütfen tekrar deneyin veya destek ile iletişime geçin.\",\"45Srzt\":\"Kategoriyi silemedik. Lütfen tekrar deneyin.\",\"/DNy62\":[[\"0\"],\" ile eşleşen herhangi bir bilet bulamadık\"],\"1E0vyy\":\"Verileri yükleyemedik. Lütfen tekrar deneyin.\",\"NmpGKr\":\"Kategorileri yeniden sıralayamadık. Lütfen tekrar deneyin.\",\"BJtMTd\":\"1950px x 650px boyutlarında, 3:1 oranında ve maksimum 5MB dosya boyutunda olmasını öneriyoruz\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Ödemenizi onaylayamadık. Lütfen tekrar deneyin veya destek ile iletişime geçin.\",\"Gspam9\":\"Siparişinizi işliyoruz. Lütfen bekleyin...\",\"LuY52w\":\"Hoş geldiniz! Devam etmek için lütfen giriş yapın.\",\"dVxpp5\":[\"Tekrar hoş geldin\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Kademeli Ürünler nedir?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Kategori nedir?\",\"gxeWAU\":\"Bu kod hangi ürünler için geçerli?\",\"hFHnxR\":\"Bu kod hangi ürünler için geçerli? (Varsayılan olarak tümü için geçerli)\",\"AeejQi\":\"Bu kapasite hangi ürünler için geçerli olmalı?\",\"Rb0XUE\":\"Hangi saatte geleceksiniz?\",\"5N4wLD\":\"Bu ne tür bir soru?\",\"gyLUYU\":\"Etkinleştirildiğinde, bilet siparişleri için faturalar oluşturulacak. Faturalar sipariş onayı e-postasıyla birlikte gönderilecek. Katılımcılar ayrıca faturalarını sipariş onayı sayfasından indirebilir.\",\"D3opg4\":\"Çevrimdışı ödemeler etkinleştirildiğinde, kullanıcılar siparişlerini tamamlayabilir ve biletlerini alabilir. Biletleri siparişin ödenmediğini açıkça belirtecek ve check-in aracı, bir sipariş ödeme gerektiriyorsa check-in personelini bilgilendirecek.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Bu check-in listesiyle hangi biletler ilişkilendirilmeli?\",\"S+OdxP\":\"Bu etkinliği kim organize ediyor?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Bu soru kime sorulmalı?\",\"VxFvXQ\":\"Widget Yerleştirme\",\"v1P7Gm\":\"Widget Ayarları\",\"b4itZn\":\"Çalışıyor\",\"hqmXmc\":\"Çalışıyor...\",\"+G/XiQ\":\"Yıl başından beri\",\"l75CjT\":\"Evet\",\"QcwyCh\":\"Evet, kaldır\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"E-postanızı <0>\",[\"0\"],\" olarak değiştiriyorsunuz.\"],\"gGhBmF\":\"Çevrimdışısınız\",\"sdB7+6\":\"Bu ürünü hedefleyen bir promosyon kodu oluşturabilirsiniz\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Bu ürünle ilişkili katılımcılar olduğu için ürün türünü değiştiremezsiniz.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Ödenmemiş siparişleri olan katılımcıları check-in yaptıramazsınız. Bu ayar etkinlik ayarlarından değiştirilebilir.\",\"c9Evkd\":\"Son kategoriyi silemezsiniz.\",\"6uwAvx\":\"Bu fiyat seviyesini silemezsiniz çünkü bu seviye için zaten satılmış ürünler var. Bunun yerine gizleyebilirsiniz.\",\"tFbRKJ\":\"Hesap sahibinin rolünü veya durumunu düzenleyemezsiniz.\",\"fHfiEo\":\"Elle oluşturulan bir siparişi iade edemezsiniz.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Birden fazla hesaba erişiminiz var. Devam etmek için birini seçin.\",\"Z6q0Vl\":\"Bu daveti zaten kabul ettiniz. Devam etmek için lütfen giriş yapın.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Bekleyen e-posta değişikliğiniz yok.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Siparişinizi tamamlamak için zamanınız doldu.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Bu e-postanın tanıtım amaçlı olmadığını kabul etmelisiniz\",\"3ZI8IL\":\"Şartlar ve koşulları kabul etmelisiniz\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Elle katılımcı ekleyebilmek için önce bir bilet oluşturmalısınız.\",\"jE4Z8R\":\"En az bir fiyat seviyeniz olmalı\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Bir siparişi elle ödenmiş olarak işaretlemeniz gerekecek. Bu, sipariş yönetimi sayfasından yapılabilir.\",\"L/+xOk\":\"Giriş listesi oluşturabilmek için önce bir bilete ihtiyacınız var.\",\"Djl45M\":\"Kapasite ataması oluşturabilmek için önce bir ürüne ihtiyacınız var.\",\"y3qNri\":\"Başlamak için en az bir ürüne ihtiyacınız var. Ücretsiz, ücretli veya kullanıcının ne kadar ödeyeceğine karar vermesine izin verin.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Hesap adınız etkinlik sayfalarında ve e-postalarda kullanılır.\",\"veessc\":\"Katılımcılarınız etkinliğinize kaydolduktan sonra burada görünecek. Ayrıca elle katılımcı ekleyebilirsiniz.\",\"Eh5Wrd\":\"Harika web siteniz 🎉\",\"lkMK2r\":\"Bilgileriniz\",\"3ENYTQ\":[\"<0>\",[\"0\"],\" adresine e-posta değişiklik talebiniz beklemede. Onaylamak için lütfen e-postanızı kontrol edin\"],\"yZfBoy\":\"Mesajınız gönderildi\",\"KSQ8An\":\"Siparişiniz\",\"Jwiilf\":\"Siparişiniz iptal edildi\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Siparişleriniz gelmeye başladığında burada görünecek.\",\"9TO8nT\":\"Şifreniz\",\"P8hBau\":\"Ödemeniz işleniyor.\",\"UdY1lL\":\"Ödemeniz başarısız oldu, lütfen tekrar deneyin.\",\"fzuM26\":\"Ödemeniz başarısız oldu. Lütfen tekrar deneyin.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"İadeniz işleniyor.\",\"IFHV2p\":\"Biletiniz\",\"x1PPdr\":\"Posta Kodu\",\"BM/KQm\":\"Posta Kodu\",\"+LtVBt\":\"Posta Kodu\",\"25QDJ1\":\"- Yayınlamak için Tıklayın\",\"WOyJmc\":\"- Yayından Kaldırmak için Tıklayın\",\"ncwQad\":\"(boş)\",\"B/gRsg\":\"(yok)\",\"wqtZLy\":[[\"0\"],\" (kopya)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" zaten giriş yaptı\"],\"3beCx0\":[[\"0\"],\" <0>check-in yaptı\"],\"S4PqS9\":[[\"0\"],\" Aktif Webhook\"],\"6MIiOI\":[[\"0\"],\" kaldı\"],\"COnw8D\":[[\"0\"],\" logosu\"],\"xG9N0H\":[[\"1\"],\" yerin \",[\"0\"],\" tanesi dolu.\"],\"B7pZfX\":[[\"0\"],\" organizatör\"],\"/HkCs4\":[[\"0\"],\" bilet\"],\"30bTiU\":[[\"activeCount\"],\" etkin\"],\"jTs4am\":[[\"appName\"],\" logosu\"],\"gbJOk9\":[\"Bu oturuma \",[\"attendeeCount\"],\" katılımcı kayıtlı.\"],\"TjbIUI\":[[\"totalCount\"],\" arasından \",[\"availableCount\"],\" mevcut\"],\"PSChHo\":[[\"capacity\"],\" yer kaldı\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" check-in yapıldı\"],\"RZ0JX3\":[[\"chipTime\"],\", tükendi\"],\"M4KnFs\":[[\"chipTime\"],\", Tükendi, bekleme listesi mevcut\"],\"SeyN12\":[[\"totalCount\"],\" adımdan \",[\"completedCount\"],\" tanesi tamamlandı\"],\"wYzVwE\":[[\"count\"],\" ek ürün\"],\"f2rhaD\":[[\"diffHr\"],\" sa önce\"],\"NRSLBe\":[[\"diffMin\"],\" dk önce\"],\"iYfwJE\":[[\"diffSec\"],\" sn önce\"],\"OJnhhX\":[[\"eventCount\"],\" etkinlik\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" tane daha\"],\"mhZbzw\":[\"Etkilenen oturumlara \",[\"loadedAffectedAttendees\"],\" katılımcı kayıtlı.\"],\"LJE+5t\":[\"Sipariş başına \",[\"min\"],\"–\",[\"max\"]],\"RBuxIl\":[[\"productCount\"],\" bilet türü yapılandırıldı\"],\"VFLd0I\":[[\"slotCount\"],\" saat uygun\"],\"3IEF7U\":[[\"totalCount\"],\" bilet türü\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" ücretler\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" ücretler ve vergi\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" vergi\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 gün\",\"1d6kks\":\"+Vergi/Ücretler\",\"B1St2O\":\"<0>Giriş listeleri, etkinlik girişini güne, alana veya bilet türüne göre yönetmenize yardımcı olur. Biletleri VIP alanları veya 1. Gün geçişleri gibi belirli listelere bağlayabilir ve personelle güvenli bir giriş bağlantısı paylaşabilirsiniz. Hesap gerekmez. Giriş, cihaz kamerası veya HID USB tarayıcı kullanarak mobil, masaüstü veya tablette çalışır. \",\"v9VSIS\":\"<0>Birden fazla bilet türüne aynı anda uygulanan tek bir toplam katılımcı limiti belirleyin.<1>Örneğin, <2>Günlük Geçiş ve <3>Tam Hafta Sonu biletini bağlarsanız, her ikisi de aynı kontenjan havuzundan çekilecektir. Limit dolduğunda, bağlı tüm biletler otomatik olarak satıştan kaldırılır.\",\"Il5Uid\":\"<0>Bu, programınızdaki tüm tarihler için toplam mevcut adettir — tarih başına bir sınır değildir. Her tarihin katılımcı sayısını sınırlamak için <1>Tarih Programı sayfasında kapasite belirleyin.\",\"ZnVt5v\":\"<0>Webhook'lar, kayıt sırasında CRM'inize veya posta listenize yeni bir katılımcı eklemek gibi olaylar gerçekleştiğinde harici hizmetleri anında bilgilendirir ve kusursuz otomasyon sağlar.<1>Özel iş akışları oluşturmak ve görevleri otomatikleştirmek için <2>Zapier, <3>IFTTT veya <4>Make gibi üçüncü taraf hizmetleri kullanın.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" mevcut kurdan\"],\"M2DyLc\":\"1 Aktif Webhook\",\"hMefp0\":\"1 ek ürün\",\"6hIk/x\":\"Etkilenen oturumlara 1 katılımcı kayıtlı.\",\"qOyE2U\":\"Bu oturuma 1 katılımcı kayıtlı.\",\"943BwI\":\"Bitiş tarihinden 1 gün sonra\",\"yj3N+g\":\"Başlangıç tarihinden 1 gün sonra\",\"Z3etYG\":\"Etkinlikten 1 gün önce\",\"szSnlj\":\"Etkinlikten 1 saat önce\",\"yTsaLw\":\"1 bilet\",\"nz96Ue\":\"1 bilet türü\",\"InX5ad\":\"1 bilet türü yapılandırıldı\",\"y2Jh0m\":\"1 saat uygun\",\"cGtUz6\":\"Etkinlikten 1 hafta önce\",\"HR/cvw\":\"123 Örnek Sokak\",\"dgKxZ5\":\"135'ten fazla para birimi ve 40'tan fazla ödeme yöntemi\",\"/d9gcz\":\"URL ayarlandığında düğme etiketi gereklidir\",\"kMU5aM\":\"İptal bildirimi gönderildi:\",\"o++0qa\":\"süre değişikliği\",\"WuWSX5\":\"Birkaç hızlı adım ve satışa başlamaya hazırsınız.\",\"RQ5kDd\":\"Bu kategoride ürün olmadığında gösterilecek mesaj.\",\"V53XzQ\":\"E-postanıza yeni bir doğrulama kodu gönderildi\",\"sr2Je0\":\"başlangıç/bitiş saatlerinde kayma\",\"/z/bH1\":\"Kullanıcılarınıza gösterilecek organizatörünüz hakkında kısa bir açıklama.\",\"3BKFn6\":\"Düğme etiketi ayarlandığında URL gereklidir\",\"RpjXTb\":\"Haftalık düzen\",\"aS0jtz\":\"Terk edildi\",\"uyJsf6\":\"Hakkında\",\"JvuLls\":\"Ücreti karşıla\",\"lk74+I\":\"Ücreti karşıla\",\"1uJlG9\":\"Vurgu Rengi\",\"g3UF2V\":\"Kabul Et\",\"K5+3xg\":\"Daveti kabul et\",\"LuXP9q\":\"Erişim\",\"jzb4Ep\":[\"Hesap · \",[\"0\"]],\"UqH1Q6\":[\"Hesap · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"Hesap silme işlemi iptal edildi.\",\"WtlP+7\":\"Hesap silme engellendi\",\"vOuxvL\":\"Hesap Bilgileri\",\"F9cvwz\":\"Hesap adı\",\"EHNORh\":\"Hesap bulunamadı\",\"Hy1lfH\":\"Hesap sahibi\",\"bPwFdf\":\"Hesaplar\",\"pi/Iog\":[\"Hesaplar (\",[\"0\"],\")\"],\"AhwTa1\":\"Gerekli İşlem: KDV Bilgisi Gerekli\",\"APyAR/\":\"Aktif Etkinlikler\",\"kCl6ja\":\"Etkin ödeme yöntemleri\",\"XJOV1Y\":\"Etkinlik geçmişi\",\"Eso+01\":[\"Önce \",[\"0\"],\" ekleyin\"],\"eJ0IJA\":\"Markanıza uygun bir kapak görseli ve tema ekleyin\",\"0YEoxS\":\"Tarih ekle\",\"ybegUq\":\"Katılımcıların ne bekleyeceğini bilmesi için açıklama ve mekân ekleyin\",\"nOZl6j\":\"Tek bir tarih ekle\",\"CjvTPJ\":\"Başka bir saat ekle\",\"0XCduh\":\"En az bir saat ekleyin\",\"/chGpa\":\"Çevrimiçi etkinlik için bağlantı bilgilerini ekleyin.\",\"UWWRyd\":\"Ödeme sırasında ek bilgi toplamak için özel sorular ekleyin\",\"Z/dcxc\":\"Tarih ekle\",\"QeupRg\":\"Tarih ekle\",\"Q219NT\":\"Tarih ekle\",\"yjB5VC\":\"Yinelenen etkinliğiniz için tarih ve saatler ekleyin\",\"Z8idyM\":\"Ayrıntı ekle\",\"wpirGs\":\"Etkinlik ayrıntılarını ekle\",\"VX6WUv\":\"Konum Ekle\",\"GCQlV2\":\"Günde birden fazla oturum düzenliyorsanız birden fazla saat ekleyin.\",\"7JF9w9\":\"Soru Ekle\",\"NLbIb6\":\"Bu katılımcıyı yine de ekle (kapasiteyi aş)\",\"6PNlRV\":\"Bu etkinliği takviminize ekleyin\",\"BGD9Yt\":\"Bilet ekle\",\"uIv4Op\":\"Herkese açık etkinlik sayfalarınıza ve organizatör ana sayfanıza izleme pikselleri ekleyin. İzleme aktif olduğunda ziyaretçilere bir çerez onay banner'ı gösterilecektir.\",\"QN2F+7\":\"Webhook Ekle\",\"NsWqSP\":\"Sosyal medya hesaplarınızı ve web sitesi URL'nizi ekleyin. Bunlar herkese açık organizatör sayfanızda görüntülenecektir.\",\"6JzKEV\":\"Yalnızca ek ürün olarak\",\"VkQex5\":\"Ek ürünler\",\"Y2K3rp\":\"Ek ürünler\",\"Z/ZU8N\":\"Ödeme sırasında eklenir\",\"bVjDs9\":\"Ek ücretler\",\"MKqSg4\":\"Yönetici Erişimi Gerekli\",\"0Zypnp\":\"Yönetici Paneli\",\"tlFYEo\":\"Katılımcılara etkinliğinize giriş hakkı verir\",\"YAV57v\":\"Bağlı Kuruluş\",\"I+utEq\":\"Bağlı kuruluş kodu değiştirilemez\",\"/jHBj5\":\"Bağlı kuruluş başarıyla oluşturuldu\",\"uCFbG2\":\"Bağlı kuruluş başarıyla silindi\",\"ld8I+f\":\"Ortaklık programı\",\"a41PKA\":\"Bağlı kuruluş satışları izlenecek\",\"mJJh2s\":\"Bağlı kuruluş satışları izlenmeyecek. Bu, bağlı kuruluşu devre dışı bırakacaktır.\",\"jabmnm\":\"Bağlı kuruluş başarıyla güncellendi\",\"CPXP5Z\":\"Bağlı Kuruluşlar\",\"9Wh+ug\":\"Bağlı Kuruluşlar Dışa Aktarıldı\",\"3cqmut\":\"Bağlı kuruluşlar, iş ortakları ve etkileyiciler tarafından oluşturulan satışları izlemenize yardımcı olur. Performansı izlemek için bağlı kuruluş kodları oluşturun ve paylaşın.\",\"3e31kI\":\"Etkinliğiniz oluşturulduktan sonra ne sıklıkla tekrarlanacağını panelden seçebilirsiniz.\",\"z7GAMJ\":\"tümü\",\"N40H+G\":\"Tümü\",\"7rLTkE\":\"Tüm Arşivlenmiş Etkinlikler\",\"gKq1fa\":\"Tüm katılımcılar\",\"63gRoO\":\"Seçili oturumların tüm katılımcıları\",\"uWxIoH\":\"Bu tarihin tüm katılımcıları\",\"pMLul+\":\"Tüm Para Birimleri\",\"sgUdRZ\":\"Tüm tarihler\",\"e4q4uO\":\"Tüm tarihler\",\"ZS/D7f\":\"Tüm Sona Eren Etkinlikler\",\"QsYjci\":\"Tüm Etkinlikler\",\"31KB8w\":\"Tüm başarısız işler silindi\",\"D2g7C7\":\"Tüm işler yeniden deneme için sıraya alındı\",\"B4RFBk\":\"Eşleşen tüm tarihler\",\"F1/VgK\":\"Tüm tarihler\",\"OpWjMq\":\"Tüm tarihler\",\"Sxm1lO\":\"Tüm Durumlar\",\"dr7CWq\":\"Tüm Yaklaşan Etkinlikler\",\"UBpkWM\":\"Tüm kullanıcılar\",\"GpT6Uf\":\"Katılımcıların sipariş onayıyla gönderilen güvenli bir bağlantı üzerinden bilet bilgilerini (ad, e-posta) güncellemelerine izin verin.\",\"VZdky1\":\"Alıcıların bilgilerini tüm katılımcılara kopyalamasına izin ver\",\"F3mW5G\":\"Bu ürün tükendiğinde müşterilerin bekleme listesine katılmasına izin ver\",\"4CMO/q\":\"Bu ürün tükendiğinde müşterilerin bekleme listesine katılmasına izin ver. Müşteriler belirli bir tarih için bekleme listesine katılır.\",\"c4uJfc\":\"Neredeyse bitti! Ödemenizin işlenmesini bekliyoruz. Bu sadece birkaç saniye sürmelidir.\",\"ocS8eq\":[\"Zaten hesabınız var mı? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Zaten ekli\",\"/H326L\":\"Zaten İade Edildi\",\"USEpOK\":\"Başka bir organizatörde Stripe'ı zaten kullanıyor musunuz? O bağlantıyı yeniden kullanın.\",\"RtxQTF\":\"Bu siparişi de iptal et\",\"jkNgQR\":\"Bu siparişi de iade et\",\"xYqsHg\":\"Her zaman mevcut\",\"rrepBD\":\"Her zaman satışta\",\"Wvrz79\":\"Ödenen Tutar\",\"Zkymb9\":\"Bu bağlı kuruluşla ilişkilendirilecek bir e-posta. Bağlı kuruluşa bildirim gitmeyecektir.\",\"vRznIT\":\"Dışa aktarma durumu kontrol edilirken bir hata oluştu.\",\"OPFdAM\":\"Etkinlik sayfasında gösterilecek bu kategorinin isteğe bağlı açıklaması.\",\"eusccx\":\"Vurgulanan üründe görüntülenecek isteğe bağlı bir mesaj, örn. \\\"Hızlı satılıyor 🔥\\\" veya \\\"En iyi değer\\\"\",\"HZFm5R\":\"ve\",\"l3LBtZ\":\"Duyuru içeriği\",\"Th00L9\":\"Duyuru oluşturuldu\",\"p/XJYI\":\"Duyuru silindi\",\"08iV57\":\"Duyuru başlığı\",\"qLqgre\":\"Duyuru güncellendi\",\"Dzr23X\":\"Duyurular\",\"asqL+J\":\"Anonimleştir\",\"QNrkms\":\"Cevap başarıyla güncellendi.\",\"+qygei\":\"Yanıtlar\",\"GK7Lnt\":\"Ödeme sırasında verilen yanıtlar (ör. yemek seçimi)\",\"lE8PgT\":\"Elle özelleştirdiğiniz tarihler korunur.\",\"jVoYha\":[\"uygulandı — siparişinizde \",[\"0\"],\" indirim\"],\"vP3Nzg\":[\"Bu sayfada şu anda yüklü olan \",[\"0\"],\", iptal edilmemiş tarih için geçerlidir.\"],\"kkVyZZ\":\"Paylaşılan check-in bağlantısını oturum açmadan açan herkes için geçerlidir. Oturum açmış ekip üyeleri her zaman her şeyi görür.\",\"je4muG\":[\"Bu etkinlikteki her \",[\"0\"],\", iptal edilmemiş tarih için geçerlidir — şu anda yüklenmemiş tarihler dahil.\"],\"YIIQtt\":\"Değişiklikleri uygula\",\"NzWX1Y\":\"Şuna uygula\",\"Ps5oDT\":\"Tüm biletlere uygula\",\"261RBr\":\"Mesajı Onayla\",\"naCW6Z\":\"Nisan\",\"B495Gs\":\"Arşivle\",\"5sNliy\":\"Etkinliği Arşivle\",\"BrwnrJ\":\"Organizatörü Arşivle\",\"E5eghW\":\"Bu etkinliği halktan gizlemek için arşivleyin. Daha sonra geri yükleyebilirsiniz.\",\"eqFkeI\":\"Bu organizatörü arşivleyin. Bu, bu organizatöre ait tüm etkinlikleri de arşivleyecektir.\",\"BzcxWv\":\"Arşivlenen Organizatörler\",\"9cQBd6\":\"Bu etkinliği arşivlemek istediğinizden emin misiniz? Artık kamuya görünmeyecek.\",\"Trnl3E\":\"Bu organizatörü arşivlemek istediğinizden emin misiniz? Bu, bu organizatöre ait tüm etkinlikleri de arşivleyecektir.\",\"wOvn+e\":[[\"count\"],\" tarihi iptal etmek istediğinize emin misiniz? Etkilenen katılımcılara e-posta ile bildirilecek.\"],\"GTxE0U\":\"Bu tarihi iptal etmek istediğinize emin misiniz? Etkilenen katılımcılara e-posta ile bildirilecek.\",\"VkSk/i\":\"Bu zamanlanmış mesajı iptal etmek istediğinizden emin misiniz?\",\"0aVEBY\":\"Tüm başarısız işleri silmek istediğinizden emin misiniz?\",\"LchiNd\":\"Bu bağlı kuruluşu silmek istediğinizden emin misiniz? Bu işlem geri alınamaz.\",\"U49Xd6\":\"Bu duyuruyu silmek istediğinizden emin misiniz? Kullanıcılar artık göremeyecek.\",\"vPeW/6\":\"Bu yapılandırmayı silmek istediğinizden emin misiniz? Bu işlem, onu kullanan hesapları etkileyebilir.\",\"h42Hc/\":\"Bu tarihi silmek istediğinize emin misiniz? Bu işlem geri alınamaz.\",\"RiF/yT\":\"Bu görseli silmek istediğinize emin misiniz?\",\"b3+Qku\":\"Bu vergiyi veya ücreti silmek istediğinize emin misiniz? Yeni siparişlere artık uygulanmayacak.\",\"JmVITJ\":\"Bu şablonu silmek istediğinizden emin misiniz? Bu işlem geri alınamaz ve e-postalar varsayılan şablona geri dönecektir.\",\"aLS+A6\":\"Bu şablonu silmek istediğinizden emin misiniz? Bu işlem geri alınamaz ve e-postalar organizatör veya varsayılan şablona geri dönecektir.\",\"5H3Z78\":\"Bu webhook'u silmek istediğinizden emin misiniz?\",\"147G4h\":\"Ayrılmak istediğinizden emin misiniz?\",\"VDWChT\":\"Bu organizatörü taslak yapmak istediğinizden emin misiniz? Bu, organizatör sayfasını kamuya görünmez yapacaktır\",\"pWtQJM\":\"Bu organizatörü herkese açık yapmak istediğinizden emin misiniz? Bu, organizatör sayfasını kamuya görünür yapacaktır\",\"EOqL/A\":\"Bu kişiye bir yer teklif etmek istediğinizden emin misiniz? E-posta bildirimi alacaklardır.\",\"yAXqWW\":\"Bu tarihi kalıcı olarak silmek istediğinize emin misiniz? Bu işlem geri alınamaz.\",\"WFHOlF\":\"Bu etkinliği yayınlamak istediğinizden emin misiniz? Yayınlandığında herkese görünür olacaktır.\",\"4TNVdy\":\"Bu organizatör profilini yayınlamak istediğinizden emin misiniz? Yayınlandığında herkese görünür olacaktır.\",\"8x0pUg\":\"Bu kaydı bekleme listesinden kaldırmak istediğinizden emin misiniz?\",\"cDtoWq\":[[\"0\"],\" adresine sipariş onayını tekrar göndermek istediğinizden emin misiniz?\"],\"xeIaKw\":[[\"0\"],\" adresine bileti tekrar göndermek istediğinizden emin misiniz?\"],\"BjbocR\":\"Bu etkinliği geri yüklemek istediğinizden emin misiniz?\",\"7MjfcR\":\"Bu organizatörü geri yüklemek istediğinizden emin misiniz?\",\"b7tkGp\":\"Bu daveti iptal etmek istediğinize emin misiniz?\",\"ExDt3P\":\"Bu etkinliği yayından kaldırmak istediğinizden emin misiniz? Artık herkese görünür olmayacaktır.\",\"5Qmxo/\":\"Bu organizatör profilini yayından kaldırmak istediğinizden emin misiniz? Artık herkese görünür olmayacaktır.\",\"Uqefyd\":\"AB'de KDV kaydınız var mı?\",\"+QARA4\":\"Sanat\",\"tLf3yJ\":\"İşletmeniz İrlanda merkezli olduğundan, tüm platform ücretlerine otomatik olarak %23 İrlanda KDV'si uygulanır.\",\"tMeVa/\":\"Satın alınan her bilet için ad ve e-posta isteyin\",\"ui5ln+\":\"Farklı bir plan ata\",\"9Jxliv\":\"Plan ata\",\"xdiER7\":\"Atanan Seviye\",\"F2rX0R\":\"En az bir etkinlik türü seçilmelidir\",\"Z44eZS\":\"Bu tarih için en az bir ürünün kullanılabilir kalması gerekir. Tarihi erişilemez yapmak isterseniz onu programdan iptal edin.\",\"BCmibk\":\"Denemeler\",\"6PecK3\":\"Tüm etkinliklerdeki katılım ve giriş oranları\",\"K2tp3v\":\"katılımcı\",\"AJ4rvK\":\"Katılımcı İptal Edildi\",\"qvylEK\":\"Katılımcı Oluşturuldu\",\"Aspq3b\":\"Katılımcı bilgilerini toplama\",\"fpb0rX\":\"Katılımcı bilgileri siparişten kopyalandı\",\"94aQMU\":\"Katılımcı Bilgileri\",\"KkrBiR\":\"Katılımcı bilgi toplama\",\"sjPjOg\":\"Katılımcı notları\",\"cosfD8\":\"Katılımcı Durumu\",\"D2qlBU\":\"Katılımcı Güncellendi\",\"22BOve\":\"Katılımcı başarıyla güncellendi\",\"x8Vnvf\":\"Katılımcının bileti bu listede yok\",\"/Ywywr\":\"katılımcı\",\"zLRobu\":\"katılımcı check-in yaptı\",\"k3Tngl\":\"Katılımcılar Dışa Aktarıldı\",\"UoIRW8\":\"Kayıtlı katılımcılar\",\"5UbY+B\":\"Belirli bir bilete sahip katılımcılar\",\"4HVzhV\":\"Katılımcılar:\",\"HVkhy2\":\"Atıf Analitiği\",\"dMMjeD\":\"Atıf Dağılımı\",\"1oPDuj\":\"Atıf Değeri\",\"cHfbVT\":\"Hedef kitle\",\"DBHTm/\":\"Ağustos\",\"JgREph\":\"Otomatik teklif etkinleştirildi\",\"V7Tejz\":\"Bekleme listesini otomatik işle\",\"PZ7FTW\":\"Arka plan rengine göre otomatik olarak algılanır, ancak geçersiz kılınabilir\",\"zlnTuI\":\"Kapasite müsait olduğunda otomatik olarak sıradaki kişiye bilet teklif edin. Devre dışı bırakılırsa, bekleme listesini Bekleme Listesi sayfasından manuel olarak işleyebilirsiniz.\",\"csDS2L\":\"Mevcut\",\"Xp+ywP\":\"Ödeme tamamlandığında kullanılabilir\",\"dwDH1K\":[[\"dayName\"],\" için uygun saatler\"],\"clF06r\":\"İade Edilebilir\",\"NB5+UG\":\"Mevcut Token'lar\",\"L+wGOG\":\"Bekliyor\",\"qcw2OD\":\"Ödeme bekleniyor\",\"kNmmvE\":\"Harika Etkinlikler Ltd.\",\"TeSaQO\":\"Hesaplara Dön\",\"kYqM1A\":\"Etkinliğe Dön\",\"s5QRF3\":\"Mesajlara geri dön\",\"td/bh+\":\"Raporlara Dön\",\"nsm7BA\":\"Aramaya dön\",\"imjKVx\":\"Banka hesabı bağlandı\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"Banner içeriği en fazla 200 karakter olabilir\",\"p2OLF3\":\"Taban fiyat\",\"D9LTCH\":\"Temel fiyat\",\"hviJef\":\"Yukarıdaki genel satış dönemine göre, tarih bazında değil\",\"jIPNJG\":\"Temel Bilgiler\",\"lINGcL\":\"Bu hesapta tamamlanmış siparişler bulunduğundan, işlem kayıtları (tutarlar, tarihler ve fatura ayrıntıları) yasal ve vergisel amaçlarla anonimleştirilmiş olarak saklanacaktır. Tüm kişisel bilgiler kalıcı olarak kaldırılacaktır.\",\"UabgBd\":\"Gövde gerekli\",\"HWXuQK\":\"Siparişinizi istediğiniz zaman yönetmek için bu sayfayı yer imlerinize ekleyin.\",\"CUKVDt\":\"Biletlerinizi özel logo, renkler ve altbilgi mesajı ile markalayın.\",\"4BZj5p\":\"Yerleşik dolandırıcılık koruması\",\"cr7kGH\":\"Toplu düzenleme\",\"1Fbd6n\":\"Tarihleri toplu düzenle\",\"Eq6Tu9\":\"Toplu güncelleme başarısız oldu.\",\"9N+p+g\":\"İş\",\"SWnN1L\":\"İşletme adresi\",\"kQekXw\":\"İşletme adı\",\"3W/QV7\":\"Düğme etiketi\",\"bv6RXK\":\"Düğme Etiketi\",\"ChDLlO\":\"Düğme Metni\",\"MOht10\":\"Düğme URL'si\",\"BUe8Wj\":\"Alıcı öder\",\"DkL8mp\":\"Alıcılar, ödeme sırasında bu ürünü seçtiklerinde bunları siparişlerine ekleyebilir.\",\"qF1qbA\":\"Alıcılar net bir fiyat görür. Platform ücreti ödemenizden düşülür.\",\"dg05rc\":\"İzleme pikselleri ekleyerek, siz ve bu platformun toplanan verilerin ortak veri sorumluları olduğunuzu kabul edersiniz. Geçerli gizlilik yasaları (KVKK, GDPR, CCPA vb.) kapsamında bu işleme için yasal bir dayanağınız olduğundan emin olmak sizin sorumluluğunuzdadır.\",\"DFqasq\":[\"Devam ederek, <0>\",[\"0\"],\" Hizmet Koşullarını kabul etmiş olursunuz\"],\"CetOZE\":\"Bilet türüne göre\",\"lFdbRS\":\"Uygulama Ücretlerini Atla\",\"AjVXBS\":\"Takvim\",\"2VLZwd\":\"Harekete Geçirici Düğme\",\"rT2cV+\":\"Kamera\",\"7hYa9y\":\"Kamera izni reddedildi. <0>İzni yeniden isteyin veya tarayıcı ayarlarından bu sayfaya kamera erişimi verin.\",\"D02dD9\":\"Kampanya\",\"RRPA79\":\"Check-in yapılamıyor\",\"OcVwAd\":[[\"count\"],\" tarihi iptal et\"],\"H4nE+E\":\"Tüm ürünleri iptal et ve havuza geri bırak\",\"Py78q9\":\"Tarihi iptal et\",\"lUjTpS\":\"Silmeyi iptal et\",\"5YkF5G\":\"Silme talebini iptal et\",\"tOXAdc\":\"İptal etmek, bu siparişle ilişkili tüm katılımcıları iptal edecek ve biletleri mevcut havuza geri bırakacaktır.\",\"FPpqc7\":[[\"0\"],\" tarih iptal ediliyor. Bu biraz sürebilir.\"],\"01sEfm\":\"Sistem varsayılan yapılandırması silinemez\",\"VsM1HH\":\"Kapasite Atamaları\",\"9bIMVF\":\"Kapasite yönetimi\",\"H7K8og\":\"Kapasite 0 veya daha büyük olmalı\",\"nzao08\":\"kapasite güncellemeleri\",\"4cp9NP\":\"Kullanılan kapasite\",\"K7tIrx\":\"Kategori\",\"DRK3Bq\":\"Kategori silindi\",\"o+XJ9D\":\"Değiştir\",\"kJkjoB\":\"Süreyi değiştir\",\"J0KExZ\":\"Katılımcı sınırını değiştir\",\"ssospy\":\"Saati değiştir\",\"CIHJJf\":\"Bekleme listesi ayarlarını değiştir\",\"B5icLR\":[[\"count\"],\" tarihin süresi değiştirildi\"],\"Kb+0BT\":\"Tahsilatlar\",\"2tbLdK\":\"Hayır Kurumu\",\"BPWGKn\":\"Check-in yap\",\"6uFFoY\":\"Check-in'i geri al\",\"FjAlwK\":[\"Bu etkinliğe göz atın: \",[\"0\"]],\"v4fiSg\":\"E-postanızı kontrol edin\",\"51AsAN\":\"Gelen kutunuzu kontrol edin! Bu e-postayla ilişkili biletler varsa, bunları görüntülemek için bir bağlantı alacaksınız.\",\"Y3FYXy\":\"Check-in\",\"udRwQs\":\"Giriş Oluşturuldu\",\"F4SRy3\":\"Giriş Silindi\",\"as6XfO\":[[\"0\"],\" için check-in geri alındı\"],\"9s/wrQ\":\"Check-in geçmişi\",\"Wwztk4\":\"Check-in listesi\",\"9gPPUY\":\"Giriş Listesi Oluşturuldu\",\"dwjiJt\":\"Check-in listesi bilgileri\",\"7od0PV\":\"check-in listeleri\",\"f2vU9t\":\"Giriş Listeleri\",\"XprdTn\":\"Check-in gezinmesi\",\"5tV1in\":\"Check-in ilerlemesi\",\"SHJwyq\":\"Giriş Oranı\",\"qCqdg6\":\"Giriş Durumu\",\"cKj6OE\":\"Giriş Özeti\",\"7B5M35\":\"Girişler\",\"VrmydS\":\"Check-in yapıldı\",\"DM4gBB\":\"Çince (Geleneksel)\",\"p8Jvp4\":\"Bir yapılandırma seçin\",\"ElShBO\":\"Farklı bir işlem seçin\",\"pHEhf+\":\"Markanızla uyumlu bir yazı tipi seçin. Yazı tipleri Bunny Fonts üzerinden barındırılır.\",\"Zok1Gx\":\"Bir organizatör seçin\",\"pkk46Q\":\"Bir Organizatör Seçin\",\"Ag32+c\":\"Başka bir tarih seçin\",\"Crr3pG\":\"Takvim seçin\",\"Z38ZJu\":\"Etkinlik tarihinin bilette nasıl gösterileceğini seçin\",\"LAW8Vb\":\"Yeni etkinlikler için varsayılan ayarı seçin. Bu, bireysel etkinlikler için geçersiz kılınabilir.\",\"pjp2n5\":\"Platform ücretini kimin ödeyeceğini seçin. Bu, hesap ayarlarınızda yapılandırdığınız ek ücretleri etkilemez.\",\"xCJdfg\":\"Temizle\",\"QyOWu9\":\"Konumu temizle — etkinliğin varsayılanına dön\",\"V8yTm6\":\"Aramayı temizle\",\"kmnKnX\":\"Temizlemek, tarihe özel tüm ayarları kaldırır. Etkilenen tarihler etkinliğin varsayılan konumuna döner.\",\"/o+aQX\":\"İptal etmek için tıklayın\",\"gD7WGV\":\"Satışı yeniden açmak için tıklayın\",\"CySr+W\":\"Notları görüntülemek için tıklayın\",\"RG3szS\":\"kapat\",\"RWw9Lg\":\"Pencereyi kapat\",\"XwdMMg\":\"Kod yalnızca harf, rakam, tire ve alt çizgi içerebilir\",\"+yMJb7\":\"Kod gerekli\",\"m9SD3V\":\"Kod en az 3 karakter olmalıdır\",\"V1krgP\":\"Kod en fazla 20 karakter olmalıdır\",\"psqIm5\":\"Birlikte harika etkinlikler oluşturmak için ekibinizle işbirliği yapın.\",\"4bUH9i\":\"Satın alınan her bilet için katılımcı bilgilerini toplayın.\",\"TkfG8v\":\"Sipariş başına bilgi toplayın\",\"96ryID\":\"Bilet başına bilgi toplayın\",\"FpsvqB\":\"Renk Modu\",\"jEu4bB\":\"Sütunlar\",\"CWk59I\":\"Komedi\",\"rPA+Gc\":\"İletişim Tercihleri\",\"zFT5rr\":\"tamamlandı\",\"bUQMpb\":\"Stripe kurulumunu tamamla\",\"744BMm\":\"Biletlerinizi güvence altına almak için siparişinizi tamamlayın. Bu teklif süre sınırlıdır, çok beklemeyin.\",\"5YrKW7\":\"Biletlerinizi güvence altına almak için ödemenizi tamamlayın.\",\"xGU92i\":\"Ekibe katılmak için profilinizi tamamlayın.\",\"QOhkyl\":\"Oluştur\",\"ih35UP\":\"Konferans Merkezi\",\"ywFj2D\":\"Yapılandırma\",\"WTw0bB\":\"Yapılandırma atandı\",\"X1zdE7\":\"Yapılandırma başarıyla oluşturuldu\",\"mLBUMQ\":\"Yapılandırma başarıyla silindi\",\"UIENhw\":\"Yapılandırma adları son kullanıcılar tarafından görülebilir. Sabit ücretler mevcut döviz kuru üzerinden sipariş para birimine dönüştürülecektir.\",\"eeZdaB\":\"Yapılandırma başarıyla güncellendi\",\"3cKoxx\":\"Yapılandırmalar\",\"8v2LRU\":\"Etkinlik ayrıntılarını, konumu, ödeme seçeneklerini ve e-posta bildirimlerini yapılandırın.\",\"raw09+\":\"Ödeme sırasında katılımcı bilgilerinin nasıl toplanacağını yapılandırın\",\"FI60XC\":\"Vergi ve ücretleri yapılandır\",\"av6ukY\":\"Bu tarih için hangi ürünlerin sunulacağını belirleyin ve isterseniz fiyatları ayarlayın.\",\"NGXKG/\":\"E-posta Adresini Onayla\",\"JRQitQ\":\"Yeni şifreyi onayla\",\"Auz0Mz\":\"Tüm özelliklere erişmek için e-postanızı onaylayın.\",\"7+grte\":\"Onay e-postası gönderildi! Lütfen gelen kutunuzu kontrol edin.\",\"n/7+7Q\":\"Onay gönderildi:\",\"x3wVFc\":\"Tebrikler! Etkinliğiniz artık herkese açık.\",\"0W2NQP\":\"Banka bağla\",\"/K4Vqr\":\"Ödeme almak için Stripe'ı bağlayın\",\"nQI4H5\":\"E-posta şablon düzenlemesini etkinleştirmek için Stripe'ı bağlayın\",\"LmvZ+E\":\"Mesajlaşmayı etkinleştirmek için Stripe'ı bağlayın\",\"peBIO+\":\"Bilet ödemelerini doğrudan banka hesabınıza almak için Stripe'ı bağlayın.\",\"DNeN8t\":\"Bilet gelirlerini doğrudan hesabınıza almak için bankanızı bağlayın\",\"DARj+w\":\"Yanlış Stripe hesabını mı bağladınız? Bağlantıyı kesin ve baştan başlayın.\",\"X1y8JF\":\"Çevrimiçi tarihler için bağlantı bilgileri zorunludur\",\"fjfBOm\":\"Çevrimiçi etkinlikler için bağlantı ayrıntıları gereklidir\",\"jfC/xh\":\"İletişim\",\"LOFgda\":[[\"0\"],\" ile İletişime Geç\"],\"41BQ3k\":\"İletişim E-postası\",\"4b3oEV\":\"İçerik\",\"13CIgI\":\"İçerik gereklidir\",\"m8WD6t\":\"Kuruluma Devam Et\",\"0GwUT4\":\"Ödemeye Devam Et\",\"sBV87H\":\"Etkinlik oluşturmaya devam et\",\"nKtyYu\":\"Sonraki adıma devam et\",\"F3/nus\":\"Ödemeye Devam Et\",\"s30OcA\":\"Tarih ve saatlerin etkinlik sayfasında nasıl gösterileceğini kontrol edin\",\"p2FRHj\":\"Bu etkinlik için platform ücretlerinin nasıl ele alınacağını kontrol edin\",\"NqfabH\":\"Bu tarihte kimin gireceğini belirleyin\",\"fmYxZx\":\"Kimin ne zaman gireceğini belirleyin\",\"1JnTgU\":\"Yukarıdan kopyalandı\",\"FxVG/l\":\"Panoya kopyalandı\",\"PiH3UR\":\"Kopyalandı!\",\"4i7smN\":\"Hesap kimliğini kopyala\",\"uUPbPg\":\"Bağlı Kuruluş Bağlantısını Kopyala\",\"iVm46+\":\"Kodu Kopyala\",\"cF2ICc\":\"Müşteri bağlantısını kopyala\",\"+2ZJ7N\":\"Bilgileri ilk katılımcıya kopyala\",\"ZN1WLO\":\"E-postayı Kopyala\",\"y1eoq1\":\"Bağlantıyı kopyala\",\"tUGbi8\":\"Bilgilerimi kopyala:\",\"y22tv0\":\"Her yerde paylaşmak için bu bağlantıyı kopyalayın\",\"/4gGIX\":\"Panoya kopyala\",\"e0f4yB\":\"Konum silinemedi\",\"vkiDx2\":\"Toplu güncelleme hazırlanamadı.\",\"KOavaU\":\"Adres ayrıntıları alınamadı\",\"/lq4oO\":\"Tarih kaydedilemedi\",\"mHu0az\":\"Doğrulama e-postası gönderilemedi. Lütfen tekrar deneyin.\",\"QOIm+S\":\"Sayılar tüm yaklaşan tarihleri içerir. Her kişiye katıldığı tarih için yer teklif edilir.\",\"P0rbCt\":\"Kapak Görseli\",\"p4kqHr\":\"Kapak görseli eklendi\",\"60u+dQ\":\"Kapak görseli etkinlik sayfanızın üstünde gösterilecektir\",\"2NLjA6\":\"Kapak görseli organizatör sayfanızın üstünde gösterilecektir\",\"GkrqoY\":\"Tüm biletleri kapsar\",\"zg4oSu\":[[\"0\"],\" Şablonu Oluştur\"],\"RKKhnW\":\"Sitenizde bilet satmak için özel bir widget oluşturun.\",\"jqhTmw\":\"Bu tarih için liste oluştur\",\"PhioFp\":\"Etkin bir oturum için yeni bir check-in listesi oluşturun veya bunun bir hata olduğunu düşünüyorsanız organizatörle iletişime geçin.\",\"yIRev4\":\"Bir şifre oluşturun\",\"j7xZ7J\":\"Tek bir hesap altında ayrı markalar, departmanlar veya etkinlik serileri yönetmek için ek organizatörler oluşturun. Her organizatörün kendi etkinlikleri, ayarları ve herkese açık sayfası vardır.\",\"xfKgwv\":\"Bağlı Kuruluş Oluştur\",\"GT/OIA\":\"Kullanıcılarınıza bir mesaj göstermek için duyuru oluşturun.\",\"tudG8q\":\"Satış için bilet ve ürünler oluşturup yapılandırın.\",\"Q4VlI/\":\"Duyuru oluştur\",\"YAl9Hg\":\"Yapılandırma Oluştur\",\"BTne9e\":\"Organizatör varsayılanlarını geçersiz kılan bu etkinlik için özel e-posta şablonları oluşturun\",\"YIDzi/\":\"Özel Şablon Oluştur\",\"tsGqx5\":\"Tarih oluştur\",\"Nc3l/D\":\"İndirimler, gizli biletler için erişim kodları ve özel teklifler oluşturun.\",\"PybJS2\":\"Etkinlik oluştur\",\"abGAgf\":\"Ek ürün olarak sunabilmek için daha fazla bilet veya ürün oluşturun\",\"eWEV9G\":\"Yeni şifre oluştur\",\"utHSNE\":\"Program oluştur\",\"8AiKIu\":\"Bilet veya Ürün Oluştur\",\"/HGmW9\":\"Etkinliğinizi tanıtan ortakları ödüllendirmek için izlenebilir bağlantılar oluşturun.\",\"dkAPxi\":\"Webhook Oluştur\",\"5slqwZ\":\"Etkinliğinizi Oluşturun\",\"JQNMrj\":\"İlk etkinliğinizi oluşturun\",\"CCjxOC\":\"Bilet satmaya ve katılımcıları yönetmeye başlamak için ilk etkinliğinizi oluşturun.\",\"ZCSSd+\":\"Kendi etkinliğinizi oluşturun\",\"qdv10s\":[[\"0\"],\" tarih oluşturuluyor. Bu biraz zaman alabilir.\"],\"67NsZP\":\"Etkinlik Oluşturuluyor...\",\"H34qcM\":\"Organizatör Oluşturuluyor...\",\"1YMS+X\":\"Etkinliğiniz oluşturuluyor, lütfen bekleyin\",\"yiy8Jt\":\"Organizatör profiliniz oluşturuluyor, lütfen bekleyin\",\"lfLHNz\":\"Harekete geçirici düğme etiketi gerekli\",\"0xLR6W\":\"Şu anda atanmış\",\"iTvh6I\":\"Şu anda satın alınabilir\",\"A42Dqn\":\"Özel marka görünümü\",\"Guo0lU\":\"Özel tarih ve saat\",\"WDMdn8\":\"Özel sorular\",\"O6mra8\":\"Özel Sorular\",\"axv/Mi\":\"Özel şablon\",\"2YeVGY\":\"Müşteri bağlantısı panoya kopyalandı\",\"QMHSMS\":\"Müşteri iade onayını içeren bir e-posta alacaktır\",\"NihQNk\":\"Müşteriler\",\"hINN++\":\"Sayfayı özelleştir\",\"7gsjkI\":\"Liquid şablonu kullanarak müşterilerinize gönderilen e-postaları özelleştirin. Bu şablonlar kuruluşunuzdaki tüm etkinlikler için varsayılan olarak kullanılacaktır.\",\"xJaTUK\":\"Etkinlik ana sayfanızın düzenini, renklerini ve markalamasını özelleştirin.\",\"MXZfGN\":\"Katılımcılarınızdan önemli bilgiler toplamak için ödeme sırasında sorulan soruları özelleştirin.\",\"iX6SLo\":\"Devam düğmesinde gösterilen metni özelleştirin\",\"R8H7yL\":\"Bilet bölümüne kaydıran yüzen düğmede gösterilen metni özelleştirin\",\"pxNIxa\":\"Liquid şablonu kullanarak e-posta şablonunuzu özelleştirin\",\"3trPKm\":\"Organizatör sayfanızın görünümünü özelleştirin\",\"U0sC6H\":\"Günlük\",\"/gWrVZ\":\"Tüm etkinliklerdeki günlük gelir, vergiler, ücretler ve iadeler\",\"zgCHnE\":\"Günlük Satış Raporu\",\"nHm0AI\":\"Günlük satış, vergi ve ücret dökümü\",\"1aPnDT\":\"Dans\",\"pvnfJD\":\"Koyu\",\"MaB9wW\":\"Tarih iptali\",\"e6cAxJ\":\"Tarih iptal edildi\",\"81jBnC\":\"Tarih başarıyla iptal edildi\",\"a/C/6R\":\"Tarih başarıyla oluşturuldu\",\"IW7Q+u\":\"Tarih silindi\",\"rngCAz\":\"Tarih başarıyla silindi\",\"vHbfoQ\":\"Tarih yeniden etkinleştirildi\",\"hvah+S\":\"Tarih satışa yeniden açıldı\",\"Ez0YsD\":\"Tarih başarıyla güncellendi\",\"JxwIlL\":\"tarih\",\"Te33mU\":\"Tarihler tek tek yönetilir\",\"91zCxb\":\"Oturumu olan günler\",\"/ITcnz\":\"gün\",\"H7OUPr\":\"Gün\",\"JtHrX9\":\"Ayın günü\",\"J/Upwb\":\"gün\",\"V3VGYb\":\"Ayın günleri\",\"r6zgGo\":\"Aralık\",\"jbq7j2\":\"Reddet\",\"WGD1Al\":\"Azalt\",\"gJY4YL\":\"Adedi azalt\",\"ovBPCi\":\"Varsayılan\",\"JtI4vj\":\"Varsayılan katılımcı bilgi toplama\",\"ULjv90\":\"Tarih başına varsayılan kapasite\",\"3R/Tu2\":\"Varsayılan ücret işleme\",\"1bZAZA\":\"Varsayılan şablon kullanılacak\",\"3Biswm\":\"Varsayılanlar\",\"HNlEFZ\":\"sil\",\"KpnwJK\":[\"\\\"\",[\"0\"],\"\\\" silinsin mi?\"],\"BlII4o\":[\"Seçili \",[\"count\"],\" tarih silinsin mi? Siparişi olan tarihler atlanır. Bu işlem geri alınamaz.\"],\"ZDGm40\":\"Hesabı sil\",\"vu7gDm\":\"Bağlı Kuruluşu Sil\",\"KZN4Lc\":\"Tümünü sil\",\"6EkaOO\":\"Tarihi sil\",\"io0G93\":\"Etkinliği Sil\",\"+jw/c1\":\"Görseli sil\",\"hdyeZ0\":\"İşi sil\",\"xxjZeP\":\"Konumu sil\",\"sY3tIw\":\"Organizatörü Sil\",\"UBv8UK\":\"Kalıcı olarak sil\",\"dPyJ15\":\"Şablonu Sil\",\"IQTR34\":\"Bu kategori silinsin mi? İçindeki tüm ürünler de silinir. Bu işlem geri alınamaz.\",\"/1wMxk\":\"Bu ürün silinsin mi? Bu işlem geri alınamaz.\",\"mxsm1o\":\"Bu soruyu sil? Bu işlem geri alınamaz.\",\"snMaH4\":\"Webhook'u sil\",\"LIZZLY\":[[\"0\"],\" tarih silindi\"],\"loLVyU\":\"Silinmiş hesap\",\"IlUuGb\":\"Hesabınızı silmek onu hemen devre dışı bırakır: yayınlanan tüm etkinlikler yayından kaldırılır ve erişim devre dışı bırakılır. 30 günlük bekleme süresinin ardından silme işlemi kalıcı hale gelir. Bu 30 gün içinde istediğiniz zaman iptal edebilirsiniz.\",\"nMdIuB\":\"Silme işlemi yürütülmek üzere sıraya alındı\",\"/U002t\":\"Silme talebi iptal edildi\",\"PBA62s\":\"Silme Talepleri\",\"7w0Wev\":\"Açıklama ve mekân eklendi\",\"vYgeDk\":\"Tümünün Seçimini Kaldır\",\"NvuEhl\":\"Tasarım Öğeleri\",\"H8kMHT\":\"Kodu almadınız mı?\",\"G8KNgd\":\"Farklı konum\",\"E/QGRL\":\"Devre dışı\",\"bzSI52\":\"Vazgeç\",\"0EcUWz\":\"Değişiklikler atılsın mı?\",\"+K0AvT\":\"Bağlantıyı kes\",\"cALvbl\":\"Stripe hesabının bağlantısını kes\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Duyuruyu kapat\",\"nZJ8tu\":\"Kurulum listesini gizle\",\"QotGhf\":\"Bu mesajı kapat\",\"J6hrEy\":\"Kapatıldı\",\"BREO0S\":\"Müşterilerin bu etkinlik organizatöründen pazarlama iletişimi almayı kabul etmelerini sağlayan bir onay kutusu göster.\",\"HtaSQp\":\"Bilet aracında her tarih için kaç yer kaldığını gösterir. Bunu tek tek tarihler için değiştirebilirsiniz.\",\"pfa8F0\":\"Görünen ad\",\"Kdpf90\":\"Unutmayın!\",\"352VU2\":\"Hesabınız yok mu? <0>Kaydolun\",\"AXXqG+\":\"Bağış\",\"DPfwMq\":\"Tamam\",\"JoPiZ2\":\"Kapı görevlileri için talimatlar\",\"2+O9st\":\"Tamamlanan tüm siparişler için satış, katılımcı ve mali raporları indirin.\",\"eneWvv\":\"Taslak\",\"Ts8hhq\":\"Yüksek spam riski nedeniyle, e-posta şablonlarını değiştirmeden önce bir Stripe hesabı bağlamanız gerekir. Bu, tüm etkinlik organizatörlerinin doğrulanmış ve sorumlu olmasını sağlamak içindir.\",\"TnzbL+\":\"Yüksek spam riski nedeniyle, katılımcılara mesaj gönderebilmek için bir Stripe hesabı bağlamanız gerekmektedir.\\nBu, tüm etkinlik organizatörlerinin doğrulanmış ve hesap verebilir olmasını sağlamak içindir.\",\"euc6Ns\":\"Çoğalt\",\"YueC+F\":\"Tarihi çoğalt\",\"KRmTkx\":\"Ürünü Çoğalt\",\"Jd3ymG\":\"Süre en az 1 dakika olmalı.\",\"KIjvtr\":\"Felemenkçe\",\"22xieU\":\"ör. 180 (3 saat)\",\"MCx4ov\":\"örn. Daha fazla bilgi\",\"/zajIE\":\"ör. Sabah oturumu\",\"XDHATF\":\"örn. Yeni özellik: Bekleme listeleri\",\"tAtvUj\":\"örn. Bu cumartesi 02:00-04:00 UTC arası planlı bakım\",\"SPKbfM\":\"örn., Bilet Al, Şimdi Kaydol\",\"fc7wGW\":\"örn., Biletleriniz hakkında önemli güncelleme\",\"54MPqC\":\"örn., Standart, Premium, Kurumsal\",\"3RQ81z\":\"Her kişi, satın alma işlemini tamamlamak için ayrılmış bir yer içeren bir e-posta alacaktır.\",\"Xfsjel\":\"Her ürün\",\"5oD9f/\":\"Daha erken\",\"LTzmgK\":[[\"0\"],\" Şablonunu Düzenle\"],\"v4+lcZ\":\"Bağlı Kuruluşu Düzenle\",\"ndNHsK\":\"Duyuruyu düzenle\",\"2iZEz7\":\"Cevabı Düzenle\",\"t2bbp8\":\"Katılımcıyı düzenle\",\"etaWtB\":\"Katılımcı Detaylarını Düzenle\",\"+guao5\":\"Yapılandırmayı Düzenle\",\"1Mp/A4\":\"Tarihi düzenle\",\"m0ZqOT\":\"Konumu düzenle\",\"8oivFT\":\"Konumu Düzenle\",\"vRWOrM\":\"Sipariş Detaylarını Düzenle\",\"pHm0k9\":\"Programı düzenle\",\"fW5sSv\":\"Webhook'u düzenle\",\"nP7CdQ\":\"Webhook'u Düzenle\",\"MRZxAn\":\"Düzenlendi\",\"uBAxNB\":\"Düzenleyici\",\"aqxYLv\":\"Eğitim\",\"iiWXDL\":\"Uygunluk Hataları\",\"zPiC+q\":\"Uygun Giriş Listeleri\",\"SiVstt\":\"E-posta ve planlanmış mesajlar\",\"V2sk3H\":\"E-posta ve Şablonlar\",\"hbwCKE\":\"E-posta adresi panoya kopyalandı\",\"dSyJj6\":\"E-posta adresleri eşleşmiyor\",\"elW7Tn\":\"E-posta Gövdesi\",\"ZsZeV2\":\"E-posta gerekli\",\"Be4gD+\":\"E-posta Önizlemesi\",\"6IwNUc\":\"E-posta Şablonları\",\"H/UMUG\":\"E-posta Doğrulaması Gerekli\",\"PLEl94\":\"E-posta doğrulandı\",\"L86zy2\":\"E-posta başarıyla doğrulandı!\",\"FSN4TS\":\"Widget yerleştir\",\"z9NkYY\":\"Yerleştirilebilir bileşen\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Modallar için emoji gereklidir\",\"Qj0GKe\":\"Katılımcı self-servisini etkinleştir\",\"hEtQsg\":\"Katılımcı self-servisini varsayılan olarak etkinleştir\",\"Upeg/u\":\"E-posta göndermek için bu şablonu etkinleştirin\",\"7dSOhU\":\"Bekleme listesini etkinleştir\",\"RxzN1M\":\"Etkin\",\"sGjBEq\":\"Bitiş Tarihi ve Saati (isteğe bağlı)\",\"PKXt9R\":\"Bitiş tarihi başlangıç tarihinden sonra olmalıdır\",\"vTL8gi\":\"Bitiş saati\",\"48Y16Q\":\"Bitiş saati (isteğe bağlı)\",\"TbaYrr\":[[\"0\"],\" sona erdi\"],\"CFgwiw\":[[\"0\"],\" sona eriyor\"],\"SqOIQU\":\"Bir kapasite değeri girin veya sınırsızı seçin.\",\"h37gRz\":\"Bir etiket girin veya kaldırmayı seçin.\",\"7YZofi\":\"Önizlemeyi görmek için bir konu ve gövde girin\",\"khyScF\":\"Ne kadar kaydırılacağını girin.\",\"SKx/0u\":\"Bir mekan adı veya adres girin\",\"ppwojw\":\"Yüz yüze etkinlikler için bir mekan adı veya adres girin\",\"j+eCIq\":\"Adresi elle girin\",\"3bR1r4\":\"Bağlı kuruluş e-postasını girin (isteğe bağlı)\",\"ARkzso\":\"Bağlı kuruluş adını girin\",\"ej4L8b\":\"Kapasite gir\",\"6KnyG0\":\"E-posta girin\",\"INDKM9\":\"E-posta konusunu girin...\",\"xUgUTh\":\"Ad girin\",\"9/1YKL\":\"Soyad girin\",\"VpwcSk\":\"Yeni şifreyi girin\",\"kWg31j\":\"Benzersiz bağlı kuruluş kodunu girin\",\"C3nD/1\":\"E-postanızı girin\",\"VmXiz4\":\"E-postanızı girin, şifrenizi sıfırlamak için size talimatlar gönderelim.\",\"n9V+ps\":\"Adınızı girin\",\"IdULhL\":\"Ülke kodu dahil KDV numaranızı boşluksuz girin (örn., TR1234567890, DE123456789)\",\"RRlWVA\":\"Tüm sipariş\",\"o21Y+P\":\"kayıt\",\"X88/6w\":\"Müşteriler tükenmiş ürünler için bekleme listesine katıldığında kayıtlar burada görünecektir.\",\"LslKhj\":\"Günlükler yüklenirken hata oluştu\",\"BkEWfd\":\"Kapatmak için Esc\",\"VCNHvW\":\"Etkinlik arşivlendi\",\"ZD0XSb\":\"Etkinlik başarıyla arşivlendi\",\"WgD6rb\":\"Etkinlik Kategorisi\",\"b46pt5\":\"Etkinlik Kapak Görseli\",\"NAUIJ7\":\"Etkinlik oluşturuldu\",\"1b77ID\":\"Etkinlik oluşturuldu\",\"1Hzev4\":\"Etkinlik özel şablonu\",\"+v+GW0\":\"Etkinlik tarihi gösterimi\",\"7u9/DO\":\"Etkinlik başarıyla silindi\",\"imgKgl\":\"Etkinlik Açıklaması\",\"IzR/Fc\":\"Etkinliğin tamamı\",\"PYs3rP\":\"Etkinlik adı\",\"HhwcTQ\":\"Etkinlik Adı\",\"WZZzB6\":\"Etkinlik adı gerekli\",\"Wd5CDM\":\"Etkinlik adı 150 karakterden az olmalıdır\",\"4JzCvP\":\"Etkinlik Mevcut Değil\",\"mImacG\":\"Etkinlik Sayfası\",\"Hk9Ki/\":\"Etkinlik başarıyla geri yüklendi\",\"JyD0LH\":\"Etkinlik ayarları\",\"XVLu2v\":\"Etkinlik Başlığı\",\"OfmsI9\":\"Etkinlik Çok Yeni\",\"4SILkp\":\"Etkinlik toplamları\",\"YDVUVl\":\"Etkinlik Türleri\",\"+HeiVx\":\"Etkinlik güncellendi\",\"19j6uh\":\"Etkinlik Performansı\",\"PC3/fk\":\"Önümüzdeki 24 Saat İçinde Başlayan Etkinlikler\",\"CRsuq4\":\"Her\",\"nwiZdc\":[\"Her \",[\"0\"]],\"B2jjf8\":[\"Her \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Her \",[\"0\"],\" günde bir\"],\"yLiYx+\":[\"Her \",[\"0\"],\" ayda bir\"],\"nn9ice\":[\"Her \",[\"0\"],\" haftada bir\"],\"Cdr8f9\":[\"Her \",[\"0\"],\" haftada bir, \",[\"1\"]],\"GVEHRk\":[\"Her \",[\"0\"],\" yılda bir\"],\"XlRpgq\":[\"Her \",[\"cadenceUnit\"]],\"fTFfOK\":\"Her e-posta şablonu uygun sayfaya bağlanan bir harekete geçirici düğme içermelidir\",\"hHTPiT\":\"Diğer her şey — düzenlemek için dokunun\",\"BVinvJ\":\"Örnekler: \\\"Bizi nasıl duydunuz?\\\", \\\"Fatura için şirket adı\\\"\",\"2hGPQG\":\"Örnekler: \\\"Tişört bedeni\\\", \\\"Yemek tercihi\\\", \\\"Meslek unvanı\\\"\",\"qNuTh3\":\"İstisna\",\"aW/bzJ\":\"Silmeyi yürüt\",\"CtAcQ7\":\"Silmeyi şimdi yürüt\",\"xj4fwT\":\"Şimdi yürüt\",\"M1RnFv\":\"Süresi dolmuş\",\"kF8HQ7\":\"Cevapları Dışa Aktar\",\"2KAI4N\":\"CSV Dışa Aktar\",\"JKfSAv\":\"Dışa aktarma başarısız oldu. Lütfen tekrar deneyin.\",\"SVOEsu\":\"Dışa aktarma başladı. Dosya hazırlanıyor...\",\"wuyaZh\":\"Dışa aktarma başarılı\",\"9bpUSo\":\"Bağlı Kuruluşlar Dışa Aktarılıyor\",\"jtrqH9\":\"Katılımcılar Dışa Aktarılıyor\",\"R4Oqr8\":\"Dışa aktarma tamamlandı. Dosya indiriliyor...\",\"UlAK8E\":\"Siparişler Dışa Aktarılıyor\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Başarısız\",\"8uOlgz\":\"Başarısız oldu\",\"tKcbYd\":\"Başarısız işler\",\"SsI9v/\":\"Sipariş terk edilemedi. Lütfen tekrar deneyin.\",\"LdPKPR\":\"Yapılandırma atanamadı\",\"PO0cfn\":\"Tarih iptal edilemedi\",\"YUX+f+\":\"Tarihler iptal edilemedi\",\"SIHgVQ\":\"Mesaj iptal edilemedi\",\"cEFg3R\":\"Bağlı kuruluş oluşturulamadı\",\"dVgNF1\":\"Yapılandırma oluşturulamadı\",\"fAoRRJ\":\"Program oluşturulamadı\",\"4yLYTb\":\"Program oluşturulamadı. Lütfen tekrar deneyin.\",\"U66oUa\":\"Şablon oluşturulamadı\",\"+RTkEY\":\"Duyuru silinemedi\",\"aFk48v\":\"Yapılandırma silinemedi\",\"n1CYMH\":\"Tarih silinemedi\",\"KXv+Qn\":\"Tarih silinemedi. Mevcut siparişleri olabilir.\",\"JJ0uRo\":\"Tarihler silinemedi\",\"rgoBnv\":\"Etkinlik silinemedi\",\"Zw6LWb\":\"İş silinemedi\",\"tq0abZ\":\"İşler silinemedi\",\"2mkc3c\":\"Organizatör silinemedi\",\"5E23qd\":\"Ürün silinemedi. Lütfen tekrar deneyin.\",\"vKMKnu\":\"Soru silinemedi\",\"xFj7Yj\":\"Şablon silinemedi\",\"jo3Gm6\":\"Bağlı kuruluşlar dışa aktarılamadı\",\"Jjw03p\":\"Katılımcılar dışa aktarılamadı\",\"ZPwFnN\":\"Siparişler dışa aktarılamadı\",\"zGE3CH\":\"Rapor dışa aktarılamadı. Lütfen tekrar deneyin.\",\"lS9/aZ\":\"Alıcılar yüklenemedi\",\"X4o0MX\":\"Webhook yüklenemedi\",\"ETcU7q\":\"Yer teklif edilemedi\",\"5670b9\":\"Bilet teklifi başarısız oldu\",\"e5KIbI\":\"Tarih yeniden etkinleştirilemedi\",\"7zyx8a\":\"Bekleme listesinden kaldırma başarısız\",\"A/P7PX\":\"Özel ayar kaldırılamadı\",\"ogWc1z\":\"Tarih yeniden açılamadı\",\"0+iwE5\":\"Sorular yeniden sıralanamadı\",\"EJPAcd\":\"Sipariş onayı yeniden gönderilemedi\",\"DjSbj3\":\"Bilet yeniden gönderilemedi\",\"YQ3QSS\":\"Doğrulama kodu yeniden gönderilemedi\",\"wDioLj\":\"İş yeniden denenemedi\",\"DKYTWG\":\"İşler yeniden denenemedi\",\"WRREqF\":\"Özel ayar kaydedilemedi\",\"sj/eZA\":\"Özel fiyat kaydedilemedi\",\"780n8A\":\"Ürün ayarları kaydedilemedi\",\"zTkTF3\":\"Şablon kaydedilemedi\",\"l6acRV\":\"KDV ayarları kaydedilemedi. Lütfen tekrar deneyin.\",\"T6B2gk\":\"Mesaj gönderilemedi. Lütfen tekrar deneyin.\",\"lKh069\":\"Dışa aktarma işi başlatılamadı\",\"t/KVOk\":\"Taklit başlatılamadı. Lütfen tekrar deneyin.\",\"QXgjH0\":\"Taklit durdurulamadı. Lütfen tekrar deneyin.\",\"i0QKrm\":\"Bağlı kuruluş güncellenemedi\",\"NNc33d\":\"Cevap güncellenemedi.\",\"E9jY+o\":\"Katılımcı güncellenemedi\",\"uQynyf\":\"Yapılandırma güncellenemedi\",\"i2PFQJ\":\"Etkinlik durumu güncellenemedi\",\"EhlbcI\":\"Mesajlaşma seviyesi güncellenemedi\",\"rpGMzC\":\"Sipariş güncellenemedi\",\"T2aCOV\":\"Organizatör durumu güncellenemedi\",\"Eeo/Gy\":\"Ayar güncellenemedi\",\"kqA9lY\":\"KDV ayarları güncellenemedi\",\"nkNfWu\":\"Görsel yüklenemedi. Lütfen tekrar deneyin.\",\"rxy0tG\":\"E-posta doğrulanamadı\",\"QRUpCk\":\"Aile\",\"5LO38w\":\"Bankanıza hızlı ödemeler\",\"4lgLew\":\"Şubat\",\"9bHCo2\":\"Ücret Para Birimi\",\"/sV91a\":\"Ücret işleme\",\"K4dKSP\":\"Özel ücret kaydedildi\",\"LyUWXA\":\"Ücretler Atlandı\",\"cf35MA\":\"Festival\",\"pAey+4\":\"Dosya çok büyük. Maksimum boyut 5MB'dir.\",\"VejKUM\":\"Önce yukarıdaki bilgilerinizi doldurun\",\"/n6q8B\":\"Sinema\",\"L1qbUx\":\"Katılımcıları filtrele\",\"8OvVZZ\":\"Katılımcıları Filtrele\",\"N/H3++\":\"Tarihe göre filtrele\",\"mvrlBO\":\"Etkinliğe göre filtrele\",\"g+xRXP\":\"Stripe kurulumunu bitir\",\"LHH461\":\"Kurulumu bitir\",\"syyeb9\":\"Birinci\",\"Vj6wk9\":\"İlk 30 gün\",\"/bpZYb\":\"İlk 7 gün\",\"ziEnjY\":\"İlk 90 gün\",\"1vBhpG\":\"İlk katılımcı\",\"4pwejF\":\"Ad gereklidir\",\"rVogsf\":\"Yayınlamak için sorunları giderin\",\"3lkYdQ\":\"Sabit ücret\",\"6bBh3/\":\"Sabit Ücret\",\"zWqUyJ\":\"İşlem başına sabit ücret\",\"LWL3Bs\":\"Sabit ücret 0 veya daha büyük olmalıdır\",\"0RI8m4\":\"Flaş kapalı\",\"q0923e\":\"Flaş açık\",\"X+U6/w\":\"Yazı Tipi Ailesi\",\"lWxAUo\":\"Yiyecek ve İçecek\",\"nFm+5u\":\"Alt Bilgi Metni\",\"sQv06Y\":\"toplam\",\"NTzcRQ\":\"Belirli sayıda tarih için\",\"a8nooQ\":\"Dördüncü\",\"xVhQZV\":\"Cum\",\"39y5bn\":\"Cuma\",\"ejVYRQ\":\"Başlangıç\",\"hGDVDa\":[\"Başlangıç fiyatı \",[\"0\"]],\"+dBe1R\":[[\"start\"],\" tarihinden itibaren\"],\"1dv+MO\":[[\"start\"],\" – \",[\"end\"],\" arasında\"],\"l82hjf\":[[\"start\"],\" itibarıyla \",[\"count\"],\" tarih\"],\"f5UbZ0\":\"Verileriniz tamamen sizin\",\"cfvx/y\":\"Etkinliğin tamamı\",\"MY2SVM\":\"Tam iade\",\"PGQLdy\":\"gelecek\",\"8N/j1s\":\"Yalnızca gelecekteki tarihler\",\"yRx/6K\":\"Gelecekteki tarihler, kapasite sıfırlanarak kopyalanır\",\"T02gNN\":\"Genel Giriş\",\"3ep0Gx\":\"Organizatörünüz hakkında genel bilgiler\",\"ziAjHi\":\"Oluştur\",\"exy8uo\":\"Kod oluştur\",\"4CETZY\":\"Yol Tarifi Al\",\"pjkEcB\":\"Ödeme alın\",\"lGYzP6\":\"Stripe ile ödeme alın\",\"ZDIydz\":\"Başlayın\",\"u6FPxT\":\"Bilet Al\",\"2ohvu7\":\"Bilet Al Butonu Metni\",\"8KDgYV\":\"Etkinliğinizi hazırlayın\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Geri dön\",\"sr0UJD\":\"Geri dön\",\"oNL5vN\":\"Etkinlik Sayfasına Git\",\"gHSuV/\":\"Ana sayfaya git\",\"8+Cj55\":\"Programa git\",\"6nDzTl\":\"İyi okunabilirlik\",\"76gPWk\":\"Anladım\",\"CZXzs4\":\"Yunanca\",\"aGWZUr\":\"Brüt gelir\",\"n8IUs7\":\"Brüt Gelir\",\"O1wAlQ\":\"Misafir\",\"LIYoRQ\":\"Misafir yönetimi\",\"NUsTc4\":\"Şu anda devam ediyor\",\"S2Y4aO\":\"Kalıcı silme\",\"kTSQej\":[\"Merhaba \",[\"0\"],\", platformunuzu buradan yönetin.\"],\"URTkcd\":\"Neden ayrıldığınızı söyleyerek gelişmemize yardımcı olun\",\"dORAcs\":\"E-posta adresinizle ilişkili tüm biletler burada.\",\"g+2103\":\"Bağlı kuruluş bağlantınız burada\",\"bVsnqU\":\"Merhaba,\",\"/iE8xx\":\"Hi.Events Ücreti\",\"zppscQ\":\"Hi.Events platform ücretleri ve işlem bazında KDV dökümü\",\"D+zLDD\":\"Gizli\",\"cZO505\":[\"Gizli — satışlar \",[\"end\"],\" tarihinde sona erdi.\"],\"DRErHC\":\"Katılımcılardan gizli - sadece organizatörler tarafından görülebilir\",\"9zfvsx\":\"Herkesten gizli\",\"nMfkJW\":\"Herkesten gizli — ana gizleme anahtarı açık.\",\"NNnsM0\":\"Gelişmiş seçenekleri gizle\",\"P+5Pbo\":\"Cevapları Gizle\",\"VMlRqi\":\"Ayrıntıları gizle\",\"NQgWuh\":\"Önizlemeyi gizle\",\"uXNYjR\":\"Tükenen tarih ve saatleri gizle\",\"g9RcYX\":\"Tarihi gizle\",\"uMwTx7\":\"Bu kategori gizlensin mi?\",\"LLt2UT\":\"Tükenenleri gizler\",\"gtEbeW\":\"Vurgula\",\"NF8sdv\":\"Vurgu Mesajı\",\"MXSqmS\":\"Bu ürünü vurgula\",\"7ER2sc\":\"Vurgulandı\",\"sq7vjE\":\"Vurgulanan ürünler, etkinlik sayfasında öne çıkmaları için farklı bir arka plan rengine sahip olacaktır.\",\"1+WSY1\":\"Hobiler\",\"yY8wAv\":\"Saat\",\"49Tkiw\":\"İndirim nasıl uygulanır?\",\"sy9anN\":\"Bir müşterinin teklif aldıktan sonra satın almayı tamamlaması gereken süre. Zaman aşımı olmaması için boş bırakın.\",\"cceMns\":\"Sizden aldığımız platform ücretlerine KDV'nin nasıl uygulandığı.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Macarca\",\"8Wgd41\":\"Veri sorumlusu olarak sorumluluklarımı kabul ediyorum\",\"O8m7VA\":\"Bu etkinlikle ilgili e-posta bildirimleri almayı kabul ediyorum\",\"YLgdk5\":\"Bunun bu etkinlikle ilgili işlemsel bir mesaj olduğunu onaylıyorum\",\"4/kP5a\":\"Yeni bir sekme otomatik olarak açılmadıysa, ödemeye devam etmek için lütfen aşağıdaki düğmeyi tıklayın.\",\"W/eN+G\":\"Boş bırakılırsa, adres bir Google Haritalar bağlantısı oluşturmak için kullanılacaktır\",\"CY3yHL\":\"İşaretlenirse, bu kategori herkese açık görünümden gizlenir.\",\"iIEaNB\":\"Bizimle bir hesabınız varsa, şifrenizi nasıl sıfırlayacağınıza dair talimatlar içeren bir e-posta alacaksınız.\",\"an5hVd\":\"Görseller\",\"tSVr6t\":\"Taklit Et\",\"TWXU0c\":\"Kullanıcıyı Taklit Et\",\"5LAZwq\":\"Taklit başlatıldı\",\"IMwcdR\":\"Taklit durduruldu\",\"0I0Hac\":\"Önemli Uyarı\",\"yD3avI\":\"Önemli: E-posta adresinizi değiştirmek, bu siparişe erişim bağlantısını güncelleyecektir. Kaydettikten sonra yeni sipariş bağlantısına yönlendirileceksiniz.\",\"jT142F\":[[\"diffHours\"],\" saat içinde\"],\"OoSyqO\":[[\"diffMinutes\"],\" dakika içinde\"],\"PdMhEx\":[\"son \",[\"0\"],\" dakikada\"],\"u7r0G5\":\"Yüz yüze — bir mekân belirleyin\",\"/LCAwL\":\"Devam ediyor\",\"5gTmFD\":\"ücretler dahil\",\"laL+R0\":\"ücretler ve vergi dahil\",\"cXeh90\":\"vergi dahil\",\"pxFAp/\":\"Artır\",\"nQMUIO\":\"Adedi artır\",\"F1Xp97\":\"Bireysel katılımcılar\",\"85e6zs\":\"Liquid Token Ekle\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Anında Stripe ödemeleri\",\"nbfdhU\":\"Entegrasyonlar\",\"I8eJ6/\":\"Katılımcının biletindeki dahili notlar\",\"B2Tpo0\":\"Geçersiz e-posta\",\"5tT0+u\":\"Geçersiz e-posta formatı\",\"f9WRpE\":\"Geçersiz dosya türü. Lütfen bir resim yükleyin.\",\"tnL+GP\":\"Geçersiz Liquid sözdizimi. Lütfen düzeltin ve tekrar deneyin.\",\"N9JsFT\":\"Geçersiz KDV numarası formatı\",\"g+lLS9\":\"Bir ekip üyesi davet et\",\"1z26sk\":\"Ekip Üyesi Davet Et\",\"KR0679\":\"Ekip Üyelerini Davet Et\",\"aH6ZIb\":\"Ekibinizi Davet Edin\",\"Dn4OyV\":\"Davet edildi\",\"IuMGvq\":\"Fatura\",\"a/bUcL\":\"Birden fazla tarihte gerçekleşiyor\",\"d+Oe9r\":\"Yayından kaldırılmış veya silinmiş olabilir. Lütfen bağlantıyı kontrol edip tekrar deneyin.\",\"Lj7sBL\":\"İtalyanca\",\"F5/CBH\":\"ürün\",\"BzfzPK\":\"Ürünler\",\"rjyWPb\":\"Ocak\",\"KmWyx0\":\"İş\",\"o5r6b2\":\"İş silindi\",\"cd0jIM\":\"İş detayları\",\"ruJO57\":\"İş adı\",\"YZi+Hu\":\"İş yeniden deneme için sıraya alındı\",\"nCywLA\":\"Her yerden katılın\",\"SNzppu\":\"Bekleme listesine katıl\",\"dLouFI\":[[\"productDisplayName\"],\" için bekleme listesine katıl\"],\"2gMuHR\":\"Katıldı\",\"u4ex5r\":\"Temmuz\",\"zeEQd/\":\"Haziran\",\"MxjCqk\":\"Sadece biletlerinizi mi arıyorsunuz?\",\"xOTzt5\":\"az önce\",\"0RihU9\":\"Yeni bitti\",\"Brhs/U\":\"Bağlantıyı koru\",\"4OjqAQ\":\"Düzenlemeye devam et\",\"lwO5vw\":[\"Kısa tutun — bannerlar tek satır gösterir. \",[\"0\"],\"/200\"],\"lB2hSG\":[[\"0\"],\" adresinden haberler ve etkinlikler hakkında beni bilgilendirin\"],\"ioFA9i\":\"Kazanç sizde kalsın.\",\"C/pOUI\":\"Etiket — örn. Sabah seansı\",\"o66QSP\":\"etiket güncellemeleri\",\"RtKKbA\":\"Son\",\"DruLRc\":\"Son 14 Gün\",\"ve9JTU\":\"Soyad gereklidir\",\"h0Q9Iw\":\"Son Yanıt\",\"gw3Ur5\":\"Son Tetiklenme\",\"FIq1Ba\":\"Daha sonra\",\"xvnLMP\":\"En son check-in'ler\",\"GGFOZD\":\"Hemen başlamak için “Başlangıç” alanını bugün olarak bırakın.\",\"N5TErv\":\"Sınırsız için boş bırakın\",\"L/hDDD\":\"Bu check-in listesinin tüm tarihlere uygulanması için boş bırakın\",\"9Pf3wk\":\"Etkinlikteki tüm biletleri kapsaması için açık bırakın. Belirli biletleri seçmek için kapatın.\",\"Hq2BzX\":\"Onlara değişikliği bildirin\",\"+uexiy\":\"Onlara değişiklikleri bildirin\",\"exYcTF\":\"Kitaplık\",\"1njn7W\":\"Açık\",\"1qY5Ue\":\"Bağlantı Süresi Doldu veya Geçersiz\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Bağlantılara İzin Verildi\",\"2BBAbc\":\"Liste\",\"dF6vP6\":\"Canlı\",\"fpMs2Z\":\"CANLI\",\"D9zTjx\":\"Canlı Etkinlikler\",\"a37vfH\":\"Canlı önizleme\",\"C33p4q\":\"Yüklenen tarihler\",\"WdmJIX\":\"Önizleme yükleniyor...\",\"IoDI2o\":\"Token'lar yükleniyor...\",\"G3Ge9Z\":\"Webhook günlükleri yükleniyor...\",\"NFxlHW\":\"Webhook'lar Yükleniyor\",\"E0DoRM\":\"Konum silindi\",\"7w8lJU\":\"Konum kaydedildi\",\"YsRXDD\":\"Konum güncellendi\",\"A/kIva\":\"konum güncellemeleri\",\"iyZPPR\":\"konum\",\"VppBoU\":\"Konumlar\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo ve Kapak\",\"gddQe0\":\"Organizatörünüz için logo ve kapak görseli\",\"TBEnp1\":\"Logo başlıkta görüntülenecektir\",\"Jzu30R\":\"Logo bilette görüntülenecektir\",\"PSRm6/\":\"Biletlerimi ara\",\"yJFu/X\":\"Merkez Ofis\",\"v5nFPh\":\"İnsanların bilet alabilmesi için görünür yapın\",\"cdY2at\":[[\"0\"],\" yönet\"],\"wZJfA8\":\"Yinelenen etkinliğinizin tarih ve saatlerini yönetin\",\"RlzPUE\":\"Stripe'ta yönet\",\"sjoDuh\":\"Programı yönet\",\"6NXJRK\":\"Programı yönet\",\"zXuaxY\":\"Etkinliğinizin bekleme listesini yönetin, istatistikleri görüntüleyin ve katılımcılara bilet teklif edin.\",\"g2npA5\":\"Manuel teklif\",\"hg6l4j\":\"Mart\",\"pqRBOz\":\"Doğrulanmış olarak işaretle (yönetici kararı)\",\"2L3vle\":\"Maks Mesaj / 24s\",\"Qp4HWD\":\"Maks Alıcı / Mesaj\",\"7qu2YV\":[\"Sipariş başına en fazla \",[\"cap\"]],\"3JzsDb\":\"Mayıs\",\"agPptk\":\"Ortam\",\"xDAtGP\":\"Mesaj\",\"bECJqy\":\"Mesaj başarıyla onaylandı\",\"1jRD0v\":\"Belirli biletlere sahip katılımcılara mesaj gönderin\",\"uQLXbS\":\"Mesaj iptal edildi\",\"48rf3i\":\"Mesaj 5000 karakteri geçemez\",\"ZPj0Q8\":\"Mesaj detayları\",\"Vjat/X\":\"Mesaj gerekli\",\"0/yJtP\":\"Belirli ürünlere sahip sipariş sahiplerine mesaj gönderin\",\"saG4At\":\"Mesaj zamanlandı\",\"mFdA+i\":\"Mesajlaşma Seviyesi\",\"v7xKtM\":\"Mesajlaşma seviyesi başarıyla güncellendi\",\"/VRn+9\":[\"Sipariş başına en az \",[\"min\"]],\"H9HlDe\":\"dakika\",\"agRWc1\":\"Dakika\",\"FfPWR0\":\"Modal\",\"zz/Wd/\":\"Mod\",\"fpMgHS\":\"Pzt\",\"hty0d5\":\"Pazartesi\",\"JbIgPz\":\"Para değerleri tüm para birimlerindeki yaklaşık toplamlardır\",\"qvF+MT\":\"Başarısız arka plan işlerini izleyin ve yönetin\",\"kY2ll9\":\"ay\",\"HajiZl\":\"Ay\",\"+8Nek/\":\"Aylık\",\"6jefe3\":\"ay\",\"f8jrkd\":\"daha\",\"JcD7qf\":\"Diğer işlemler\",\"w36OkR\":\"En Çok Görüntülenen Etkinlikler (Son 14 Gün)\",\"+Y/na7\":\"Tüm tarihleri öne veya geriye al\",\"3DIpY0\":\"Birden fazla konum\",\"g9cQCP\":\"Birden fazla bilet türü\",\"GfaxEk\":\"Müzik\",\"oVGCGh\":\"Biletlerim\",\"8/brI5\":\"Ad gerekli\",\"sFFArG\":\"İsim 255 karakterden az olmalıdır\",\"Bst+aq\":\"Stripe hesabını değiştirmeniz mi gerekiyor? Bunun bağlantısını kesin.\",\"xxU3NX\":\"Net Gelir\",\"7I8LlL\":\"Yeni kapasite\",\"n1GRql\":\"Yeni etiket\",\"y0Fcpd\":\"Yeni konum\",\"ArHT/C\":\"Yeni Kayıtlar\",\"uK7xWf\":\"Yeni saat:\",\"g8JmSC\":\"Sonraki ay\",\"veT5Br\":\"Sonraki tarih\",\"WXtl5X\":[\"Sonraki: \",[\"nextFormatted\"]],\"eWRECP\":\"Gece Hayatı\",\"HSw5l3\":\"Hayır - Bireyim veya KDV kayıtlı olmayan bir işletmeyim\",\"VHfLAW\":\"Hesap yok\",\"+jIeoh\":\"Hesap bulunamadı\",\"074+X8\":\"Aktif Webhook Yok\",\"zxnup4\":\"Gösterilecek bağlı kuruluş yok\",\"hUHrkV\":\"Henüz duyuru yok\",\"Dwf4dR\":\"Henüz katılımcı sorusu yok\",\"th7rdT\":\"Gösterilecek katılımcı yok\",\"PKySlW\":\"Bu tarih için henüz katılımcı yok.\",\"/UC6qk\":\"Atıf verisi bulunamadı\",\"E2vYsO\":\"Stripe henüz herhangi bir özellik bildirmedi.\",\"amMkpL\":\"Kapasite yok\",\"d2Jf1f\":\"Değişiklik yok\",\"99ntUF\":\"Bu etkinlik için kullanılabilir giriş listesi yok.\",\"wG+knX\":\"Henüz check-in yok\",\"+dAKxg\":\"Yapılandırma bulunamadı\",\"LiLk8u\":\"Kullanılabilir bağlantı yok\",\"eb47T5\":\"Seçilen filtreler için veri bulunamadı. Tarih aralığını veya para birimini ayarlamayı deneyin.\",\"Zc216S\":\"Tarih eklenmedi\",\"I8mtzP\":\"Bu ay uygun tarih yok. Başka bir aya geçmeyi deneyin.\",\"yDukIL\":\"Geçerli filtrelerle eşleşen tarih yok.\",\"B7phdj\":\"Filtrelerinizle eşleşen tarih yok\",\"/ZB4Um\":\"Aramanızla eşleşen tarih yok\",\"OtJSnL\":\"Planlanmış tarih yok\",\"gEdNe8\":\"Henüz planlanmış tarih yok\",\"w+wkcC\":\"Silme talebi bulunamadı\",\"pZNOT9\":\"Bitiş tarihi yok\",\"dW40Uz\":\"Etkinlik bulunamadı\",\"8pQ3NJ\":\"Önümüzdeki 24 saat içinde başlayan etkinlik yok\",\"8zCZQf\":\"Henüz etkinlik yok\",\"Yc5YW6\":\"Başarısız iş yok\",\"EpvBAp\":\"Fatura yok\",\"N+9Onb\":\"Sınır yok\",\"XZkeaI\":\"Günlük bulunamadı\",\"IcAC6J\":\"Eşleşen yazı tipi yok\",\"nrSs2u\":\"Mesaj bulunamadı\",\"Rj99yx\":\"Uygun tarih yok\",\"IFU1IG\":\"Bu günde tarih yok\",\"OVFwlg\":\"Henüz sipariş sorusu yok\",\"EJ7bVz\":\"Sipariş bulunamadı\",\"NEmyqy\":\"Henüz sipariş yok\",\"a77B6w\":\"Bu tarih için henüz sipariş yok.\",\"wUv5xQ\":\"Son 14 günde organizatör aktivitesi yok\",\"vLd1tV\":\"Organizatör bağlamı yok.\",\"B7w4KY\":\"Başka organizatör mevcut değil\",\"PChXMe\":\"Ücretli Sipariş Yok\",\"6jYQGG\":\"Geçmiş etkinlik yok\",\"CHzaTD\":\"Son 14 günde popüler etkinlik yok\",\"zK/+ef\":\"Seçim için ürün mevcut değil\",\"M1/lXs\":\"Bu etkinlik için yapılandırılmış ürün yok.\",\"kY7XDn\":\"Hiçbir ürünün bekleme listesi kaydı yok\",\"8mw4tm\":\"Ürün yok mesajı\",\"wYiAtV\":\"Yakın zamanda hesap kaydı yok\",\"UW90md\":\"Alıcı bulunamadı\",\"QoAi8D\":\"Yanıt yok\",\"JeO7SI\":\"Yanıt yok\",\"EK/G11\":\"Henüz yanıt yok\",\"AxPAXW\":\"Sonuç bulunamadı\",\"59OWd3\":\"Kayıtlı Konum Yok\",\"mPdY6W\":\"Öneri yok\",\"3sRuiW\":\"Bilet Bulunamadı\",\"debCrL\":\"Satılacak bilet yok\",\"k2C0ZR\":\"Yaklaşan tarih yok\",\"yM5c0q\":\"Yaklaşan etkinlik yok\",\"qpC74J\":\"Kullanıcı bulunamadı\",\"8wgkoi\":\"Son 14 günde görüntülenen etkinlik yok\",\"Arzxc1\":\"Bekleme listesi kaydı yok\",\"n5vdm2\":\"Bu uç nokta için henüz webhook olayı kaydedilmedi. Olaylar tetiklendiklerinde burada görünecektir.\",\"4GhX3c\":\"Webhook Yok\",\"4+am6b\":\"Hayır, beni burada tut\",\"4JVMUi\":\"düzenlenmemiş\",\"ACaDVQ\":\"Henüz yok\",\"Itw24Q\":\"Check-in yapılmadı\",\"x5+Lcz\":\"Giriş Yapılmadı\",\"8n10sz\":\"Uygun Değil\",\"kLvU3F\":\"Katılımcıları bilgilendir ve satışı durdur\",\"t9QlBd\":\"Kasım\",\"kAREMN\":\"Oluşturulacak tarih sayısı\",\"6u1B3O\":\"Tarih\",\"mmoE62\":\"Tarih iptal edildi\",\"V9flmL\":\"Tarih programı\",\"Kh3WO8\":\"Tarih özeti\",\"byXCTu\":\"Tarihler\",\"KATw3p\":\"Tarihler (yalnızca gelecek)\",\"85rTR2\":\"Tarihler oluşturmadan sonra yapılandırılabilir\",\"dzQfDY\":\"Ekim\",\"BwJKBw\":\"/\",\"GQnX9d\":\"her ay\",\"az8lvo\":\"Kapalı\",\"9h7RDh\":\"Teklif Et\",\"EfK2O6\":\"Yer Teklif Et\",\"3sVRey\":\"Bilet teklif et\",\"2O7Ybb\":\"Teklif zaman aşımı\",\"1jUg5D\":\"Teklif edildi\",\"l+/HS6\":[\"Teklifler \",[\"timeoutHours\"],\" saat sonra sona erer.\"],\"6Aih4U\":\"Çevrimdışı\",\"Fdp03t\":\"şu günlerde:\",\"Z5HWHd\":\"Açık\",\"TH5A28\":[[\"dayList\"],\" günlerinde\"],\"qiMtVT\":[[\"day\"],\" \",[\"month\"],\" tarihinde\"],\"nO3VbP\":[[\"0\"],\" satışta\"],\"pPAGSK\":[\"ayın \",[\"position\"],\" \",[\"day\"],\" günü\"],\"2eFltz\":\"Etkinlik sayfasında\",\"H7stQC\":\"Bekleme listesinde\",\"oXOSPE\":\"Çevrimiçi\",\"aqmy5k\":\"Çevrimiçi — bağlantı bilgilerini girin\",\"LuZBbx\":\"Çevrimiçi ve yüz yüze\",\"IXuOqt\":\"Çevrimiçi ve yüz yüze — programa bakın\",\"WjSpu5\":\"Çevrimiçi Etkinlik\",\"wCRLS9\":[\"Yalnızca \",[\"cap\"],\" adet kaldı\"],\"scPxI/\":[\"Sadece \",[\"capacity\"],\" kaldı\"],\"Gk0+G6\":\"Yalnızca bir ad gerekir — diğer her şeyin makul varsayılanları var\",\"NdOxqr\":\"Yalnızca hesap yöneticileri etkinlikleri silebilir veya arşivleyebilir. Yardım için hesap yöneticinizle iletişime geçin.\",\"rnoDMF\":\"Yalnızca hesap yöneticileri organizatörleri silebilir veya arşivleyebilir. Yardım için hesap yöneticinizle iletişime geçin.\",\"tnx0u1\":\"Yalnızca ek ürün olarak sunulur\",\"z4JBd7\":\"Kullanıcılara yalnızca yayınlanmış duyurular gösterilir\",\"bU7oUm\":\"Yalnızca bu durumlara sahip siparişlere gönder\",\"wkpaqp\":\"Yalnızca başlangıç tarihini ve saatini göster\",\"chktt5\":\"Yalnızca bağlı olduğu ürünlerin ek ürünü olarak gösterilir\",\"Y4HHYW\":\"Yalnızca bağlı olduğu ürünlerin ek ürünü olarak gösterilir.\",\"Z82In9\":\"Yalnızca hesap sahibi hesap silme talebinde bulunabilir.\",\"DMk8F0\":\"Kapasiteye yalnızca biletler sayılır\",\"+/Z3yr\":\"Yalnızca geçerli promosyon kodu olan alıcılara görünür.\",\"M2w1ni\":\"Yalnızca promosyon koduyla görünür\",\"y8Bm7C\":\"Check-in'i aç\",\"RLz7P+\":\"Tarihi aç\",\"iMqrOb\":\"İsteğe bağlı eylem çağrısı\",\"cDSdPb\":\"Seçicilerde gösterilen isteğe bağlı takma ad, örn. \\\"Merkez Toplantı Odası\\\"\",\"HXMJxH\":\"Feragatnameler, iletişim bilgileri veya teşekkür notları için isteğe bağlı metin (yalnızca tek satır)\",\"L565X2\":\"seçenekler\",\"8m9emP\":\"veya tek bir tarih ekleyin\",\"eBskDE\":\"Veya çevrimdışı ödemeleri etkinleştirip Stripe'ı devre dışı bırakın\",\"dSeVIm\":\"sipariş\",\"c/TIyD\":\"Sipariş ve Bilet\",\"H5qWhm\":\"Sipariş iptal edildi\",\"b6+Y+n\":\"Sipariş tamamlandı\",\"x4MLWE\":\"Sipariş Onayı\",\"CsTTH0\":\"Sipariş onayı başarıyla yeniden gönderildi\",\"ppuQR4\":\"Sipariş Oluşturuldu\",\"xtQzag\":\"Sipariş ayrıntıları\",\"vrSW9M\":\"Sipariş iptal edildi ve iade edildi. Sipariş sahibi bilgilendirildi.\",\"rzw+wS\":\"Sipariş sahipleri\",\"oI/hGR\":\"Sipariş Kimliği\",\"m8vQEP\":\"Sipariş sınırları\",\"vu6Arl\":\"Sipariş Ödendi Olarak İşaretlendi\",\"sLbJQz\":\"Sipariş bulunamadı\",\"kvYpYu\":\"Sipariş Bulunamadı\",\"eJ8SvM\":\"Sipariş numarası, satın alma tarihi, alıcı e-postası\",\"FaPYw+\":\"Sipariş sahibi\",\"eB5vce\":\"Belirli bir ürüne sahip sipariş sahipleri\",\"CxLoxM\":\"Ürünlere sahip sipariş sahipleri\",\"UkHo4c\":\"Sipariş Ref.\",\"EZy55F\":\"Sipariş İade Edildi\",\"6eSHqs\":\"Sipariş durumları\",\"oW5877\":\"Sipariş Toplamı\",\"e7eZuA\":\"Sipariş Güncellendi\",\"1SQRYo\":\"Sipariş başarıyla güncellendi\",\"3NT0Ck\":\"Sipariş iptal edildi\",\"V5khLm\":\"sipariş\",\"sd5IMt\":\"Tamamlanan Siparişler\",\"5It1cQ\":\"Siparişler Dışa Aktarıldı\",\"UQ0ACV\":\"Sipariş Toplamı\",\"B/EBQv\":\"Siparişler:\",\"qtGTNu\":\"Organik Hesaplar\",\"P/JHA4\":\"Organizatör başarıyla arşivlendi\",\"S3CZ5M\":\"Organizatör Paneli\",\"GzjTd0\":\"Organizatör başarıyla silindi\",\"SQqJd8\":\"Organizatör Bulunamadı\",\"HF8Bxa\":\"Organizatör başarıyla geri yüklendi\",\"wpj63n\":\"Organizatör Ayarları\",\"o1my93\":\"Organizatör durum güncellemesi başarısız oldu. Lütfen daha sonra tekrar deneyin\",\"rLHma1\":\"Organizatör durumu güncellendi\",\"LqBITi\":\"Organizatör/varsayılan şablon kullanılacak\",\"q4zH+l\":\"Organizatörler\",\"/IX/7x\":\"Diğer\",\"RsiDDQ\":\"Diğer Listeler (Bilet Dahil Değil)\",\"EufvBx\":\"Sonuç\",\"aDfajK\":\"Açık hava\",\"qMASRF\":\"Giden mesajlar\",\"iCOVQO\":\"Özel ayar\",\"GpFTEc\":\"Bu organizatör için ücretleri özelleştir\",\"M9ZhMP\":\"Fiyatı özelleştir\",\"cnVIpl\":\"Özel ayar kaldırıldı\",\"6/dCYd\":\"Genel Bakış\",\"6WdDG7\":\"Sayfa\",\"8uqsE5\":\"Sayfa artık mevcut değil\",\"QkLf4H\":\"Sayfa URL'si\",\"sF+Xp9\":\"Sayfa Görüntülemeleri\",\"v4nCHK\":\"Ödendi\",\"c+suC6\":\"Ücretli Hesaplar\",\"5F7SYw\":\"Kısmi iade\",\"fFYotW\":[\"Kısmen iade edildi: \",[\"0\"]],\"i8day5\":\"Ücreti alıcıya aktar\",\"k4FLBQ\":\"Alıcıya aktar\",\"Ff0Dor\":\"Geçmiş\",\"BFjW8X\":\"Vadesi geçti\",\"xTPjSy\":\"Geçmiş Etkinlikler\",\"/l/ckQ\":\"URL Yapıştır\",\"URAE3q\":\"Duraklatıldı\",\"4fL/V7\":\"Öde\",\"W5l9HD\":\"Dilediğin kadar öde\",\"c2/9VE\":\"Yük\",\"5cxUwd\":\"Ödeme Tarihi\",\"ENEPLY\":\"Ödeme yöntemi\",\"8Lx2X7\":\"Ödeme alındı\",\"fx8BTd\":\"Ödemeler mevcut değil\",\"C+ylwF\":\"Ödemeler\",\"UbRKMZ\":\"Beklemede\",\"UkM20g\":\"İnceleme Bekliyor\",\"dPYu1F\":\"Katılımcı Başına\",\"mQV/nJ\":\"dakikada\",\"+kvxv+\":\"sipariş başına\",\"VlXNyK\":\"Sipariş başına\",\"NhuGd7\":\"ürün başına\",\"hauDFf\":\"Bilet başına\",\"mnF83a\":\"Yüzde Ücreti\",\"TNLuRD\":\"Yüzdelik ücret (%)\",\"MixU2P\":\"Yüzde 0 ile 100 arasında olmalıdır\",\"MkuVAZ\":\"İşlem tutarının yüzdesi\",\"/Bh+7r\":\"Performans\",\"/4mGVp\":\"Bu hesabı kalıcı olarak sil\",\"dGdKgQ\":\"Bu hesabı ve verilerini kalıcı olarak silin.\",\"fIp56F\":\"Bu etkinliği ve tüm ilgili verileri kalıcı olarak silin.\",\"nJeeX7\":\"Bu organizatörü ve tüm etkinliklerini kalıcı olarak silin.\",\"wfCTgK\":\"Bu tarihi kalıcı olarak kaldır\",\"6kPk3+\":\"Kişisel Bilgiler\",\"zmwvG2\":\"Telefon\",\"tSR/oe\":\"Bir bitiş tarihi seçin\",\"e8kzpp\":\"Ayın en az bir gününü seçin\",\"35C8QZ\":\"Haftanın en az bir gününü seçin\",\"kJmAsd\":\"Tarihlerinizi görmek için gün seçin.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Oluşturuldu\",\"wBJR8i\":\"Bir etkinlik mi planlıyorsunuz?\",\"J3lhKT\":\"Platform ücreti\",\"RD51+P\":[\"Ödemenizden \",[\"0\"],\" platform ücreti düşülür\"],\"br3Y/y\":\"Platform Ücretleri\",\"3buiaw\":\"Platform Ücretleri Raporu\",\"kv9dM4\":\"Platform Geliri\",\"PJ3Ykr\":\"Güncellenen saat için biletinize bakın. Biletleriniz geçerliliğini koruyor — yeni saatler size uymuyorsa dışında yapmanız gereken bir şey yok. Sorunuz varsa bu e-postayı yanıtlayın.\",\"OtjenF\":\"Lütfen geçerli bir e-posta adresi girin\",\"jEw0Mr\":\"Lütfen geçerli bir URL girin\",\"n8+Ng/\":\"Lütfen 5 haneli kodu girin\",\"r+lQXT\":\"Lütfen KDV numaranızı girin\",\"Dvq0wf\":\"Lütfen bir görsel sağlayın.\",\"2cUopP\":\"Lütfen ödeme işlemini yeniden başlatın.\",\"GoXxOA\":\"Lütfen bir tarih ve saat seçin\",\"8KmsFa\":\"Lütfen bir tarih aralığı seçin\",\"EFq6EG\":\"Lütfen bir görsel seçin.\",\"fuwKpE\":\"Lütfen tekrar deneyin.\",\"klWBeI\":\"Başka bir kod istemeden önce lütfen bekleyin\",\"hfHhaa\":\"Bağlı kuruluşlarınızı dışa aktarma için hazırlarken lütfen bekleyin...\",\"o+tJN/\":\"Katılımcılarınızı dışa aktarma için hazırlarken lütfen bekleyin...\",\"+5Mlle\":\"Siparişlerinizi dışa aktarma için hazırlarken lütfen bekleyin...\",\"trnWaw\":\"Lehçe\",\"luHAJY\":\"Popüler Etkinlikler (Son 14 Gün)\",\"p/78dY\":\"Konum sırası\",\"OESu7I\":\"Birden fazla bilet türünde stok paylaşarak aşırı satışı önleyin.\",\"NgVUL2\":\"Ödeme formunu önizle\",\"cs5muu\":\"Etkinlik sayfasını önizle\",\"1xwZj/\":\"Önceki ay\",\"Jm2AC3\":\"Fiyat kademesi\",\"a5jvSX\":\"Fiyat Kademeleri\",\"aHCEmh\":\"Fiyatlandırma\",\"ReihZ7\":\"Yazdırma Önizlemesi\",\"JnuPvH\":\"Bileti Yazdır\",\"tYF4Zq\":\"PDF'ye Yazdır\",\"LcET2C\":\"Gizlilik Politikası\",\"8z6Y5D\":\"İade İşle\",\"JcejNJ\":\"Sipariş işleniyor\",\"EWCLpZ\":\"Ürün Oluşturuldu\",\"XkFYVB\":\"Ürün Silindi\",\"YMwcbR\":\"Ürün satışları, gelir ve vergi dökümü\",\"ls0mTC\":\"İptal edilen tarihlerde ürün ayarları düzenlenemez.\",\"2339ej\":\"Ürün ayarları başarıyla kaydedildi\",\"ldVIlB\":\"Ürün Güncellendi\",\"CP3D8G\":\"İlerleme\",\"JoKGiJ\":\"Promosyon kodu\",\"dIodJL\":\"Promosyon kodu gerekli\",\"k3wH7i\":\"Promosyon kodu kullanımı ve indirim dökümü\",\"tZqL0q\":\"promosyon kodları\",\"oCHiz3\":\"Promosyon kodları\",\"uEhdRh\":\"Yalnızca Promosyon\",\"dLm8V5\":\"Promosyon e-postaları hesap askıya alınmasına neden olabilir\",\"W0ETyY\":\"En az bir adres alanı girin (mekan, sokak, şehir veya ülke).\",\"2W/7Gz\":\"Ödemelerin sürmesi için Stripe'ın bir sonraki incelemesinden önce şunları sağlayın.\",\"7d1a0d\":\"Herkese açık\",\"EEYbdt\":\"Yayınla\",\"JcgJKc\":\"Yine de yayınla\",\"evDBV8\":\"Etkinliği yayınla\",\"2zEfOd\":\"Etkinliğinizi yayımlayın\",\"u3wRF+\":\"Yayınlandı\",\"L7nrC8\":\"Yayınladığınızda etkinlik sayfanız herkese açık olur ve kayıtlar açılır.\",\"dsFmM+\":\"Satın Alındı\",\"JunetL\":\"Alıcı\",\"phmeUH\":\"Alıcı e-postası\",\"ywR4ZL\":\"QR kodla check-in\",\"oWXNE5\":\"Adet\",\"VbWX2u\":\"Adet\",\"biEyJ4\":\"Soru yanıtları\",\"k/bJj0\":\"Sorular yeniden sıralandı\",\"b24kPi\":\"Kuyruk\",\"lTPqpM\":\"Kısa ipucu\",\"fqDzSu\":\"Oran\",\"mnUGVC\":\"Hız sınırı aşıldı. Lütfen daha sonra tekrar deneyin.\",\"t41hVI\":\"Yeri Yeniden Teklif Et\",\"TNclgc\":\"Bu tarih yeniden etkinleştirilsin mi? Gelecekteki satışlara yeniden açılacak.\",\"RENQ6j\":\"Yayına hazır mısınız?\",\"uqoRbb\":\"Gerçek zamanlı analiz\",\"jPSk57\":\"Neden (isteğe bağlı)\",\"xzRvs4\":[[\"0\"],\"'ten ürün güncellemeleri alın.\"],\"pLXbi8\":\"Son Hesap Kayıtları\",\"M1HGuR\":\"Son etkinlikler\",\"3kJ0gv\":\"Son katılımcılar\",\"qhfiwV\":\"Son check-in'ler\",\"S+0XMX\":\"Son siparişler\",\"Fi3b48\":\"Son Siparişler\",\"7hPBBn\":\"alıcı\",\"jp5bq8\":\"alıcı\",\"yPrbsy\":\"Alıcılar\",\"E1F5Ji\":\"Alıcılar mesaj gönderildikten sonra görüntülenebilir\",\"WEYdDv\":\"Önerilen\",\"wuhHPE\":\"Yinelenen\",\"asLqwt\":\"Tekrarlayan Etkinlik\",\"s3uzsK\":\"Tekrarlayan Etkinlik Ayarları\",\"D0tAMe\":\"Yinelenen etkinlikler\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Stripe'a yönlendiriliyor...\",\"pnoTN5\":\"Yönlendirme Hesapları\",\"ACKu03\":\"Önizlemeyi Yenile\",\"vuFYA6\":\"Bu tarihlerdeki tüm siparişleri iade et\",\"4cRUK3\":\"Bu tarihteki tüm siparişleri iade et\",\"fKn/k6\":\"İade tutarı\",\"qY4rpA\":\"İade başarısız oldu\",\"FaK/8G\":[\"Siparişi İade Et \",[\"0\"]],\"MGbi9P\":\"İade beklemede\",\"BDSRuX\":[\"İade edildi: \",[\"0\"]],\"bU4bS1\":\"İadeler\",\"rYXfOA\":\"Bölgesel Ayarlar\",\"5tl0Bp\":\"Kayıt soruları\",\"ZNo5k1\":\"Kalan\",\"Bjh87R\":\"Etiketi tüm tarihlerden kaldır\",\"IVZaEo\":\"Tükenen tarih ve saatleri etkinlik sayfasından tamamen kaldırır. Devre dışı bırakıldığında görünür kalır ve tükendi olarak etiketlenir.\",\"5Vkr/a\":\"Saati kaldır\",\"KkJtVK\":\"Satışa yeniden aç\",\"XJwWJp\":\"Bu tarih satışa yeniden açılsın mı? Daha önce iptal edilen biletler geri getirilmez — etkilenen katılımcılar iptal durumunda kalır ve yapılmış iadeler geri alınmaz.\",\"RYlQY0\":\"Tekrar\",\"CQeZT8\":\"Rapor bulunamadı\",\"JEPMXN\":\"Yeni bir bağlantı isteyin\",\"Yx0Ud8\":\"Talep edildi\",\"Wcv9QD\":\"Talep eden\",\"TMLAx2\":\"Gerekli\",\"mdeIOH\":\"Kodu yeniden gönder\",\"sQxe68\":\"Onayı yeniden gönder\",\"bxoWpz\":\"Onay E-postasını Yeniden Gönder\",\"G42SNI\":\"E-postayı yeniden gönder\",\"TTpXL3\":[[\"resendCooldown\"],\"s içinde yeniden gönder\"],\"5CiNPm\":\"Bileti Yeniden Gönder\",\"Uwsg2F\":\"Rezerve edildi\",\"8wUjGl\":\"Rezerve edilme süresi:\",\"a5z8mb\":\"Temel fiyata sıfırla\",\"kCn6wb\":\"Sıfırlanıyor...\",\"ZlCDf+\":\"Yanıt\",\"bsydMp\":\"Yanıt detayları\",\"yKu/3Y\":\"Geri Yükle\",\"RokrZf\":\"Etkinliği Geri Yükle\",\"/JyMGh\":\"Organizatörü Geri Yükle\",\"HFvFRb\":\"Bu etkinliği yeniden görünür hale getirmek için geri yükleyin.\",\"DDIcqy\":\"Bu organizatörü geri yükleyin ve yeniden aktif hale getirin.\",\"mO8KLE\":\"sonuç\",\"6gRgw8\":\"Yeniden dene\",\"1BG8ga\":\"Tümünü yeniden dene\",\"rDC+T6\":\"İşi yeniden dene\",\"CbnrWb\":\"Etkinliğe Dön\",\"Lf7TCn\":\"Adresli etkinlikler oluşturdukça yeniden kullanılabilir mekanlar burada otomatik olarak görünür; kendiniz de ekleyebilirsiniz.\",\"mdQ0zb\":\"Etkinlikleriniz için yeniden kullanılabilir mekanlar. Otomatik tamamlama ile oluşturulan konumlar burada otomatik olarak kaydedilir.\",\"XFOPle\":\"Yeniden kullan\",\"1Zehp4\":\"Bu hesaptaki başka bir organizatörün Stripe bağlantısını yeniden kullanın.\",\"Oo/PLb\":\"Gelir Özeti\",\"CfuueU\":\"Teklifi iptal et\",\"Tpm2G9\":\"Süre\",\"dFFW9L\":[\"Satış sona erdi \",[\"0\"]],\"loCKGB\":[\"Satış bitiyor \",[\"0\"]],\"wlfBad\":\"Satış Dönemi\",\"qi81Jg\":\"Satış dönemi programınızdaki tüm tarihler için geçerlidir. Tek tek tarihlerin fiyat ve uygunluğunu yönetmek için <0>Tarih programı sayfasındaki özel ayarları kullanın.\",\"zpekWp\":[\"Satış başlıyor \",[\"0\"]],\"7s8z0X\":\"Satış dönemi\",\"mUv9U4\":\"Satışlar\",\"9KnRdL\":\"Satışlar duraklatıldı\",\"JC3J0k\":\"Tarih bazında satış, katılım ve check-in dökümü\",\"3VnlS9\":\"Tüm etkinlikler için satışlar, siparişler ve performans metrikleri\",\"3Q1AWe\":\"Satışlar:\",\"LeuERW\":\"Etkinlikle aynı\",\"B4nE3N\":\"Örnek bilet fiyatı\",\"8BRPoH\":\"Örnek Mekan\",\"PiK6Ld\":\"Cmt\",\"+5kO8P\":\"Cumartesi\",\"zJiuDn\":\"Özel ücreti kaydet\",\"x1fMXJ\":\"Programı kaydet\",\"KZrfYJ\":\"Sosyal Bağlantıları Kaydet\",\"9Y3hAT\":\"Şablonu Kaydet\",\"C8ne4X\":\"Bilet Tasarımını Kaydet\",\"cTI8IK\":\"KDV ayarlarını kaydet\",\"6/TNCd\":\"KDV Ayarlarını Kaydet\",\"4RvD9q\":\"Kayıtlı konum\",\"cgw0cL\":\"Kayıtlı konumlar\",\"Fbqm/I\":\"Özel ayar kaydedildiğinde, bu organizatör şu anda sistem varsayılanını kullanıyorsa ona özel bir yapılandırma oluşturulur.\",\"I+FvbD\":\"Tara\",\"0zd6Nm\":\"Bir katılımcının check-in'ini yapmak için bilet okutun\",\"bQG7Qk\":\"Okutulan biletler burada görünür\",\"WDYSLJ\":\"Tarayıcı modu\",\"gmB6oO\":\"Program\",\"qQTaVm\":\"Program eklendi\",\"j6NnBq\":\"Program başarıyla oluşturuldu\",\"YP7frt\":\"Program şu tarihte bitiyor\",\"QS1Nla\":\"Daha sonra gönder\",\"NAzVVw\":\"Mesajı zamanla\",\"/rTL/5\":\"Program önizlemesi\",\"Fz09JP\":\"Program şu tarihte başlıyor\",\"4ba0NE\":\"Planlandı\",\"4HKQZj\":\"Planlanan silme\",\"qcP/8K\":\"Zamanlanmış saat\",\"A1taO8\":\"Ara\",\"ftNXma\":\"Bağlı kuruluşları ara...\",\"VMU+zM\":\"Katılımcı ara\",\"VY+Bdn\":\"Hesap adı veya e-posta ile ara...\",\"VX+B3I\":\"Etkinlik başlığı veya organizatöre göre ara...\",\"R0wEyA\":\"İş adı veya istisnaya göre ara...\",\"YnMfsK\":\"Ada veya adrese göre ara...\",\"3yKuDu\":\"Ad veya e-posta ile arayıp bir veya birden fazla seçin\",\"VT+urE\":\"İsim veya e-posta ile ara...\",\"GHdjuo\":\"Ad, e-posta veya hesaba göre ara...\",\"4mBFO7\":\"Ad, sipariş no, bilet no veya e-posta ile ara\",\"20ce0U\":\"Sipariş kimliği, müşteri adı veya e-posta ile arayın...\",\"4DSz7Z\":\"Konu, etkinlik veya hesaba göre ara...\",\"gTUY97\":\"Başlığa göre ara...\",\"nQC7Z9\":\"Tarih ara...\",\"iRtEpV\":\"Tarih ara…\",\"JRM7ao\":\"Adres ara\",\"BWF1kC\":\"Mesajlarda ara...\",\"5WYZKZ\":\"Arama sonuçları\",\"IG85fV\":\"Kayıtlı konumları arayın veya bir adres bulun...\",\"Du+zn+\":\"Aranıyor...\",\"3aD3GF\":\"Mevsimlik\",\"ku//5b\":\"İkinci\",\"Mck5ht\":\"Güvenli Ödeme\",\"s7tXqF\":\"Programa bak\",\"JFap6u\":\"Stripe'ın hâlâ neye ihtiyacı olduğuna bakın\",\"6lGaum\":\"Görüldü\",\"p7xUrt\":\"Bir kategori seçin\",\"hTKQwS\":\"Tarih ve saat seçin\",\"Ps6Xtf\":\"Uygun saatleri görmek için bir tarih seçin\",\"e4L7bF\":\"İçeriğini görüntülemek için bir mesaj seçin\",\"zPRPMf\":\"Bir seviye seçin\",\"BFRSTT\":\"Hesap Seç\",\"wgNoIs\":\"Tümünü seç\",\"mCB6Je\":\"Tümünü Seç\",\"aCEysm\":[[\"0\"],\" tarihindekilerin tümünü seç\"],\"a6+167\":\"Bir etkinlik seçin\",\"4oT6dP\":\"En az bir hesap seçin\",\"neCGH1\":\"En az bir kullanıcı seçin\",\"CFbaPk\":\"Katılımcı grubu seçin\",\"88a49s\":\"Kamera seç\",\"tVW/yo\":\"Para birimi seçin\",\"SJQM1I\":\"Tarih seç\",\"n9ZhRa\":\"Bitiş tarih ve saatini seçin\",\"gTN6Ws\":\"Bitiş saatini seçin\",\"0U6E9W\":\"Etkinlik kategorisi seçin\",\"j9cPeF\":\"Etkinlik türlerini seçin\",\"ypTjHL\":\"Bir tarih seç\",\"DHBGUX\":\"Ürün seç...\",\"KizCK7\":\"Başlangıç tarih ve saatini seçin\",\"dJZTv2\":\"Başlangıç saatini seçin\",\"x8XMsJ\":\"Bu hesap için mesajlaşma seviyesini seçin. Bu, mesaj limitlerini ve bağlantı izinlerini kontrol eder.\",\"aT3jZX\":\"Saat dilimi seçin\",\"TxfvH2\":\"Bu mesajı hangi katılımcıların alacağını seçin\",\"Ropvj0\":\"Bu webhook'u tetikleyecek etkinlikleri seçin\",\"+6YAwo\":\"seçili\",\"ylXj1N\":\"Seçildi\",\"uq3CXQ\":\"Etkinliğinizi tüketin.\",\"oBXbO4\":\"Fiziksel bir ürün mü satıyorsunuz? Miktarını bunun yerine <0>ürünler sayfasında sınırlayın.\",\"j9b/iy\":\"Hızlı satılıyor 🔥\",\"73qYgo\":\"Test olarak gönder\",\"HMAqFK\":\"Katılımcılara, bilet sahiplerine veya sipariş sahiplerine e-posta gönderin. Mesajlar hemen gönderilebilir veya daha sonra için planlanabilir.\",\"22Itl6\":\"Bana bir kopya gönder\",\"NpEm3p\":\"Şimdi gönder\",\"nOBvex\":\"Gerçek zamanlı sipariş ve katılımcı verilerini harici sistemlerinize gönderin.\",\"1lNPhX\":\"İade bildirim e-postası gönder\",\"eaUTwS\":\"Sıfırlama bağlantısı gönder\",\"5cV4PY\":\"Tüm tarihlere gönderin veya belirli birini seçin\",\"QEQlnV\":\"İlk mesajınızı gönderin\",\"IoAuJG\":\"Gönderiliyor...\",\"h69WC6\":\"Gönderildi\",\"BVu2Hz\":\"Gönderen\",\"ZFa8wv\":\"Planlanmış bir tarih iptal edildiğinde katılımcılara gönderilir\",\"SPdzrs\":\"Müşterilere sipariş verdiklerinde gönderilir\",\"LxSN5F\":\"Her katılımcıya bilet detaylarıyla birlikte gönderilir\",\"hgvbYY\":\"Eylül\",\"5sN96e\":\"Oturum iptal edildi\",\"S9i0UC\":[\"seans · \",[\"dateCount\"],\" tarih × \",[\"timesPerDay\"],\" saat\"],\"89xaFU\":\"Bu organizatör altında oluşturulan yeni etkinlikler için varsayılan platform ücreti ayarlarını belirleyin.\",\"eXssj5\":\"Bu organizatör altında oluşturulan yeni etkinlikler için varsayılan ayarları belirleyin.\",\"uPe5p8\":\"Her tarihin ne kadar süreceğini belirleyin\",\"ODuUEi\":\"Tarih etiketini ayarla veya kaldır\",\"buHACR\":\"Her tarihin bitiş saatini, başlangıç saatinden bu kadar sonraya ayarlayın.\",\"TaeFgl\":\"Sınırsız yap (sınırı kaldır)\",\"pd6SSe\":\"Tarihlerin otomatik oluşturulması için yinelenen bir program kurun veya tarihleri tek tek ekleyin.\",\"s0FkEx\":\"Farklı girişler, oturumlar veya günler için giriş listeleri oluşturun.\",\"TaWVGe\":\"Ödemeleri kur\",\"JA//e6\":\"Programı kur\",\"gzXY7l\":\"Programı kur\",\"0Ls9qe\":\"Satacağınız biletleri ve fiyatlarını belirleyin\",\"xMO+Ao\":\"Organizasyonunuzu kurun\",\"5pEFnq\":\"Programınızı oluşturun\",\"zRRuUD\":\"Programınızı sonraki adımlarda kuracaksınız\",\"ETC76A\":\"Tarihin konumunu veya çevrimiçi bilgilerini ayarlayın, değiştirin ya da kaldırın\",\"C3htzi\":\"Ayar güncellendi\",\"Ohn74G\":\"Kurulum ve Tasarım\",\"1W5XyZ\":\"Kurulum yalnızca birkaç dakika sürer — mevcut bir Stripe hesabına ihtiyacınız yok. Kartlar, cüzdanlar, bölgesel ödeme yöntemleri ve dolandırıcılık koruması Stripe'ta; siz etkinliğinize odaklanın.\",\"GG7qDw\":\"Bağlı Kuruluş Bağlantısını Paylaş\",\"hL7sDJ\":\"Organizatör Sayfasını Paylaş\",\"jy6QDF\":\"Paylaşımlı Kapasite Yönetimi\",\"jDNHW4\":\"Saatleri kaydır\",\"tPfIaW\":[[\"count\"],\" tarihin saatleri kaydırıldı\"],\"WwlM8F\":\"Gelişmiş seçenekleri göster\",\"cMW+gm\":[\"Tüm platformları göster (\",[\"0\"],\" değerli daha fazla)\"],\"wXi9pZ\":\"Katılımcı notlarını oturum açmamış personele göster\",\"4LZFir\":\"Tüm tarih aralığını göster\",\"UVPI5D\":\"Daha az platform göster\",\"Eu/N/d\":\"Pazarlama onay kutusunu göster\",\"SXzpzO\":\"Varsayılan olarak pazarlama onay kutusunu göster\",\"b33PL9\":\"Daha fazla platform göster\",\"Eut7p9\":\"Sipariş ayrıntılarını oturum açmamış personele göster\",\"+RoWKN\":\"Soru yanıtlarını oturum açmamış personele göster\",\"jbcx6L\":\"Etkinlik tarihlerinde kalan kapasiteyi göster\",\"rXxBOx\":\"Alıcılara kalan kapasiteyi göster\",\"t1LIQW\":[[\"totalRows\"],\" kayıttan \",[\"0\"],\" tanesi gösteriliyor\"],\"E717U9\":[[\"2\"],\" içinden \",[\"0\"],\"–\",[\"1\"],\" gösteriliyor\"],\"5rzhBQ\":[[\"totalAvailable\"],\" tarihten \",[\"MAX_VISIBLE\"],\" tanesi gösteriliyor. Aramak için yazın.\"],\"WSt3op\":[\"İlk \",[\"0\"],\" gösteriliyor — kalan \",[\"1\"],\" oturum da mesaj gönderildiğinde kapsama dahil olacak.\"],\"o1UbOh\":\"Modalın üstünde zıplayarak gösterilir\",\"OJLTEL\":\"Personele check-in sayfasını ilk açtıklarında gösterilir.\",\"lbfXEJ\":\"Kalanı gösterir\",\"jVRHeq\":\"Kayıt Tarihi\",\"5C7J+P\":\"Tek seferlik etkinlik\",\"E//btK\":\"Elle düzenlenmiş tarihleri atla\",\"paESr6\":\"Slovakça\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Sosyal\",\"d0rUsW\":\"Sosyal Bağlantılar\",\"j/TOB3\":\"Sosyal Bağlantılar ve Web Sitesi\",\"s9KGXU\":\"Satıldı\",\"yp+0jj\":\"tükendi\",\"1hupow\":\"Tükendi, bekleme listesi mevcut\",\"iACSrw\":\"Bazı ayrıntılar herkese açık değil. Her şeyi görmek için oturum açın.\",\"Dia6iz\":\"Görsel silinirken bir sorun oluştu. Lütfen tekrar deneyin.\",\"KTxc6k\":\"Bir şeyler ters gitti, lütfen tekrar deneyin veya sorun devam ederse destek ile iletişime geçin\",\"lkE00/\":\"Bir şeyler ters gitti. Lütfen daha sonra tekrar deneyin.\",\"wdxz7K\":\"Kaynak\",\"SzuJ5m\":\"Belirli hesaplar\",\"/h8G1o\":\"Belirli kullanıcılar\",\"fDG2by\":\"Maneviyat\",\"oPaRES\":\"Check-in'i günlere, alanlara veya bilet türlerine bölün. Bağlantıyı personelle paylaşın — onların hesabı olması gerekmez.\",\"7JFNej\":\"Spor\",\"/bfV1Y\":\"Personel talimatları\",\"StWUH4\":\"Check-in'i başlat\",\"JcQp9p\":\"Başlangıç tarihi ve saati\",\"0m/ekX\":\"Başlangıç Tarihi ve Saati\",\"izRfYP\":\"Başlangıç tarihi gerekli\",\"xAYSEs\":\"Başlangıç saati\",\"n9ZrDo\":\"Bir mekân veya adres yazmaya başlayın...\",\"DACR+e\":\"Kapalı başlar\",\"qeFVhN\":[[\"diffDays\"],\" gün sonra başlıyor\"],\"AOqtxN\":[[\"diffMinutes\"],\" dk sonra başlıyor\"],\"Otg8Oh\":[[\"h\"],\" sa \",[\"m\"],\" dk sonra başlıyor\"],\"Lo49in\":[[\"seconds\"],\" sn sonra başlıyor\"],\"NqChgF\":\"Yarın başlıyor\",\"2NbyY/\":\"İstatistikler\",\"GVUxAX\":\"İstatistikler hesap oluşturma tarihine göre hesaplanır\",\"29Hx9U\":\"İstatistikler\",\"5ia+r6\":\"Hâlâ gerekli\",\"wuV0bK\":\"Taklidi Durdur\",\"S/7MPw\":\"Stripe hesabının bağlantısı kesildi.\",\"s/KaDb\":\"Stripe bağlandı\",\"Bk06QI\":\"Stripe Bağlı\",\"akZMv8\":[\"Stripe bağlantısı \",[\"0\"],\" kaynağından kopyalandı.\"],\"v0aRY1\":\"Stripe bir kurulum bağlantısı döndürmedi. Lütfen tekrar deneyin.\",\"aKtF0O\":\"Stripe Bağlı Değil\",\"9i0++A\":\"Stripe Ödeme ID\",\"R1lIMV\":\"Stripe yakında birkaç bilgi daha isteyecek\",\"FzcCHA\":\"Stripe, kurulumu tamamlamanız için size birkaç kısa soru yöneltecek.\",\"ii0qn/\":\"Konu gerekli\",\"M7Uapz\":\"Konu burada görünecek\",\"6aXq+t\":\"Konu:\",\"JwTmB6\":\"Ürün Başarıyla Çoğaltıldı\",\"WUOCgI\":\"Yer başarıyla teklif edildi\",\"IvxA4G\":[[\"count\"],\" kişiye başarıyla bilet teklif edildi\"],\"kKpkzy\":\"1 kişiye başarıyla bilet teklif edildi\",\"Zi3Sbw\":\"Bekleme listesinden başarıyla kaldırıldı\",\"RuaKfn\":\"Adres Başarıyla Güncellendi\",\"kzx0uD\":\"Etkinlik Varsayılanları Başarıyla Güncellendi\",\"5n+Wwp\":\"Organizatör Başarıyla Güncellendi\",\"DMCX/I\":\"Platform ücreti varsayılanları başarıyla güncellendi\",\"URUYHc\":\"Platform ücreti ayarları başarıyla güncellendi\",\"kRWc2g\":\"Tekrarlayan Etkinlik Ayarları başarıyla güncellendi\",\"0Dk/l8\":\"SEO Ayarları Başarıyla Güncellendi\",\"S8Tua9\":\"Ayarlar başarıyla güncellendi\",\"MhOoLQ\":\"Sosyal Bağlantılar Başarıyla Güncellendi\",\"CNSSfp\":\"İzleme ayarları başarıyla güncellendi\",\"kj7zYe\":\"Webhook Başarıyla Güncellendi\",\"dXoieq\":\"Özet\",\"/RfJXt\":[\"Yaz Müzik Festivali \",[\"0\"]],\"CWOPIK\":\"Yaz Müzik Festivali 2025\",\"D89zck\":\"Paz\",\"DBC3t5\":\"Pazar\",\"UaISq3\":\"İsveççe\",\"JZTQI0\":\"Organizatör Değiştir\",\"9YHrNC\":\"Sistem Varsayılanı\",\"jGR53C\":\"Tişörtler, kupalar ve daha fazlası\",\"hCR98w\":\"Tarihlere takvimdeki gibi dokunun.\",\"lruQkA\":\"Taramayı sürdürmek için ekrana dokunun\",\"X9v2GM\":\"Hedef hesaplar\",\"TmyDCw\":\"Hedef kullanıcılar\",\"TJUrME\":[\"Seçili \",[\"0\"],\" oturumdaki katılımcılar hedefleniyor.\"],\"yT6dQ8\":\"Vergi türü ve etkinliğe göre gruplandırılmış toplanan vergi\",\"Ye321X\":\"Vergi Adı\",\"WyCBRt\":\"Vergi Özeti\",\"QC3FVX\":\"Vergiler ve ücretler\",\"GkH0Pq\":\"Uygulanan vergiler ve ücretler\",\"SXvRWU\":\"Ekip işbirliği\",\"vlf/In\":\"Teknoloji\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"İnsanlara etkinliğinizde neleri bekleyeceklerini anlatın\",\"NiIUyb\":\"Bize etkinliğinizden bahsedin\",\"DovcfC\":\"Organizasyonunuz hakkında bize bilgi verin. Bu bilgiler etkinlik sayfalarınızda görüntülenecektir.\",\"69GWRq\":\"Etkinliğinizin ne sıklıkla tekrarlandığını söyleyin, tüm tarihleri sizin için oluşturalım.\",\"mXPbwY\":\"Platform ücretlerine doğru KDV işlemini uygulayabilmemiz için KDV kayıt durumunuzu bildirin.\",\"7wtpH5\":\"Şablon Aktif\",\"QHhZeE\":\"Şablon başarıyla oluşturuldu\",\"xrWdPR\":\"Şablon başarıyla silindi\",\"G04Zjt\":\"Şablon başarıyla kaydedildi\",\"xowcRf\":\"Hizmet Koşulları\",\"6K0GjX\":\"Metin okunması zor olabilir\",\"nm3Iz/\":\"Katıldığınız için teşekkürler!\",\"pYwj0k\":\"Teşekkürler,\",\"cIHkSd\":[\"Bu \",[\"totalOccurrences\"],\" seans demek — maksimum \",[\"max\"],\". Aralığı veya sıklığı kısaltın.\"],\"k3IitN\":\"İşte bu kadar\",\"KfmPRW\":\"Sayfanın arka plan rengi. Kapak resmi kullanıldığında, bu bir kaplama olarak uygulanır.\",\"MDNyJz\":\"Kod 10 dakika içinde sona erecek. E-postayı görmüyorsanız spam klasörünüzü kontrol edin.\",\"AIF7J2\":\"Sabit ücretin tanımlandığı para birimi. Ödeme sırasında sipariş para birimine dönüştürülecektir.\",\"k3LFkM\":\"Bu etkinliğin bilet fiyatları için kullanılan para birimi.\",\"7oksH+\":[\"İndirim, uygun her üründen düşülür. Örn. \",[\"currencySymbol\"],\"10 indirim × 3 bilet = \",[\"currencySymbol\"],\"30 indirim.\"],\"sKL8k2\":\"İndirim, sipariş toplamından bir kez düşülür.\",\"cDHM1d\":\"E-posta adresi değiştirildi. Katılımcı güncellenmiş e-posta adresinde yeni bir bilet alacaktır.\",\"tXadb0\":\"Aradığınız etkinlik şu anda mevcut değil. Kaldırılmış, süresi dolmuş veya URL yanlış olabilir.\",\"sxKqBm\":\"Tam sipariş tutarı müşterinin orijinal ödeme yöntemine iade edilecektir.\",\"KgDp6G\":\"Erişmeye çalıştığınız bağlantının süresi doldu veya artık geçerli değil. Siparişinizi yönetmek için güncellenmiş bir bağlantı için lütfen e-postanızı kontrol edin.\",\"sYLeDq\":\"Aradığınız organizatör bulunamadı. Sayfa taşınmış, silinmiş veya URL yanlış olabilir.\",\"PCr4zw\":\"Bu karar sipariş denetim kaydına işlenir.\",\"C4nQe5\":\"Platform ücreti bilet fiyatına eklenir. Alıcılar daha fazla öder, ancak tam bilet fiyatını alırsınız.\",\"HxxXZO\":\"Düğmeler ve vurgular için kullanılan birincil marka rengi\",\"OVSkIF\":\"Hızlı kahverengi tilki tembel köpeğin üzerinden atlar.\",\"z0KrIG\":\"Zamanlanmış saat gereklidir\",\"EWErQh\":\"Zamanlanmış saat gelecekte olmalıdır\",\"UNd0OU\":[\"Başlangıçta \",[\"0\"],\" tarihine planlanan “\",[\"title\"],\"” oturumu ertelendi.\"],\"DEcpfp\":\"Şablon gövdesi geçersiz Liquid sözdizimi içeriyor. Lütfen düzeltin ve tekrar deneyin.\",\"qpmtdK\":\"Bu etkinliğin tarih ve saatleri için kullanılan saat dilimi.\",\"N3VfVA\":\"Yükleme sunucuya ulaşmadı. Bağlantınızı kontrol edin; dosya büyükse daha küçük bir görsel deneyin (en fazla 5MB).\",\"injXD7\":\"KDV numarası doğrulanamadı. Lütfen numarayı kontrol edin ve tekrar deneyin.\",\"A4UmDy\":\"Tiyatro\",\"tDwYhx\":\"Tema ve Renkler\",\"ybBP2H\":\"Bu tarih için uygun ürün yok. Lütfen başka bir tarih seçin.\",\"O7g4eR\":\"Bu etkinliğin yaklaşan tarihi yok\",\"062KsE\":\"Bu bilgiler yalnızca bu tarih için katılımcının biletinde ve sipariş özetinde gösterilir.\",\"5Eu+tn\":\"Bu ayrıntılar yalnızca sipariş başarıyla tamamlandığında gösterilir.\",\"jQjwR+\":\"Bu bilgiler, etkilenen tarihlerdeki mevcut konumun yerini alır ve katılımcı biletlerinde görünür.\",\"6eaLu/\":\"Bu fiyatlar programınızdaki tüm tarihler için geçerlidir ve kademe adetleri tüm tarihlerin toplam satışını sınırlar. Kademelerin satış tarihleri genel olarak uygulanır. Tek tek tarihler için fiyatları <0>Tarih Programı sayfasında geçersiz kılabilirsiniz.\",\"QP3gP+\":\"Bu ayarlar yalnızca kopyalanan yerleştirme kodu için geçerlidir ve saklanmayacaktır.\",\"HirZe8\":\"Bu şablonlar organizasyonunuzdaki tüm etkinlikler için varsayılan olarak kullanılacaktır. Bireysel etkinlikler bu şablonları kendi özel sürümleriyle geçersiz kılabilir.\",\"lzAaG5\":\"Bu şablonlar yalnızca bu etkinlik için organizatör varsayılanlarını geçersiz kılacaktır. Burada özel bir şablon ayarlanmazsa, organizatör şablonu kullanılacaktır.\",\"UlykKR\":\"Üçüncü\",\"1YTBzS\":\"Bu hesapta tamamlanmış sipariş bulunmadığından tüm verileri kalıcı olarak silinecektir.\",\"jCPU8z\":\"Bu hesap silinmek üzere planlandı\",\"zfNCE8\":[\"Bu hesap <0>\",[\"scheduledDate\"],\" tarihinde silinmek üzere planlandı\"],\"wkP5FM\":\"Bu, etkinlikteki eşleşen her tarih için geçerlidir; şu anda görünmeyen tarihler dahil. Bu tarihlerden herhangi birine kayıtlı katılımcılara, güncelleme bittiğinde mesaj düzenleyiciden ulaşılabilir.\",\"SOmGDa\":\"Bu check-in listesi iptal edilmiş bir oturuma bağlı olduğu için artık check-in için kullanılamaz.\",\"XBNC3E\":\"Bu kod satışları izlemek için kullanılacaktır. Yalnızca harfler, sayılar, tireler ve alt çizgiler kullanılabilir.\",\"AaP0M+\":\"Bu renk kombinasyonu bazı kullanıcılar için okunması zor olabilir\",\"o1phK/\":[\"Bu tarihte etkilenecek \",[\"orderCount\"],\" sipariş var.\"],\"F/UtGt\":\"Bu tarih iptal edildi. Kalıcı olarak kaldırmak için yine de silebilirsiniz.\",\"BLZ7pX\":\"Bu tarih geçmişte. Oluşturulacak ancak katılımcılara yaklaşan tarihler arasında görünmeyecek.\",\"7IIY0z\":\"Bu tarih tükendi olarak işaretli.\",\"bddWMP\":\"Bu tarih artık uygun değil. Lütfen başka bir tarih seçin.\",\"E9BqZw\":\"Yalnızca bu tarih\",\"n68908\":[\"Bu işlem \",[\"stripeAccountId\"],\" hesabının bu organizatörle bağlantısını keser. Yeniden bir Stripe hesabı bağlayana kadar ücretli bilet satışları çalışmaz.\"],\"RzEvf5\":\"Bu etkinlik sona erdi\",\"kc4bIA\":\"Bu etkinlikte henüz bilet veya ürün yok, bu yüzden katılımcılar kayıt olamaz.\",\"eMaNd0\":\"Bu etkinlik kullanılamıyor\",\"YClrdK\":\"Bu etkinlik henüz yayınlanmadı\",\"GL6z+k\":\"Bu etkinliğin biletleri tükendi\",\"pIwDhS\":\"Bu etkinliğin tarih ve saatleri tarih programında belirlenir.\",\"ny5rgr\":\"Bu, yinelenen bir etkinlik\",\"tc64Zz\":\"Bu, etkinlik sayfasında gösterilecek kategori adıdır.\",\"dFJnia\":\"Bu, kullanıcılarınıza görüntülenecek organizatörünüzün adıdır.\",\"vt7jiq\":\"İmzalama anahtarı yalnızca bu kez gösterilecektir. Lütfen şimdi kopyalayın ve güvenli bir şekilde saklayın.\",\"5DpZrC\":\"Bu, programınızdaki tüm tarihlerin toplam satışını sınırlar — tarih başına bir sınır değildir. Her tarihin katılımcı sayısını sınırlamak için <0>Tarih Programı sayfasında kapasite belirleyin.\",\"L7dIM7\":\"Bu bağlantı geçersiz veya süresi dolmuş.\",\"MR5ygV\":\"Bu bağlantı artık geçerli değil\",\"9LEqK0\":\"Bu isim son kullanıcılara görünür\",\"QdUMM9\":\"Bu tarih kapasitesini doldurdu\",\"j5FdeA\":\"Bu sipariş işleniyor.\",\"sjNPMw\":\"Bu sipariş terk edildi. İstediğiniz zaman yeni bir sipariş başlatabilirsiniz.\",\"OhCesD\":\"Bu sipariş iptal edildi. İstediğiniz zaman yeni bir sipariş başlatabilirsiniz.\",\"lyD7rQ\":\"Bu organizatör profili henüz yayınlanmadı\",\"9b5956\":\"Bu önizleme, e-postanızın örnek verilerle nasıl görüneceğini gösterir. Gerçek e-postalar gerçek değerleri kullanacaktır.\",\"uM9Alj\":\"Bu ürün etkinlik sayfasında vurgulanmıştır\",\"RqSKdX\":\"Bu ürün tükendi\",\"4PDH+K\":\"Bu ürün etkinlik sayfasında tek başına görünmez — alıcılar onu yalnızca bağlı olduğu ürünlerin ek ürünü olarak görür.\",\"qEGn8I\":\"Bu tekrarlayan etkinlikte henüz tarih yok, bu yüzden katılımcıların rezerve edebileceği bir şey yok.\",\"W12OdJ\":\"Bu rapor yalnızca bilgilendirme amaçlıdır. Bu verileri muhasebe veya vergi amaçları için kullanmadan önce her zaman bir vergi uzmanına danışın. Hi.Events geçmiş verileri eksik olabileceğinden lütfen Stripe kontrol panelinizle çapraz kontrol yapın.\",\"1LuJNw\":\"Bu bilet artık geçerli değil\",\"0Ew0uk\":\"Bu bilet az önce tarandı. Tekrar taramadan önce lütfen bekleyin.\",\"FYXq7k\":[\"Bu, \",[\"loadedAffectedCount\"],\" tarihi etkileyecek.\"],\"kvpxIU\":\"Bu, kullanıcılarınızla bildirimler ve iletişim için kullanılacaktır.\",\"bPgkdx\":\"Bu, planlanan silme işlemini iptal edecek ve hesabı yeniden etkinleştirecektir. Hesap sahibi e-posta ile bilgilendirilecektir.\",\"4yx4a4\":[\"Bu, hesabınızı hemen devre dışı bırakacak ve 30 gün sonra kalıcı olarak silecektir. Onaylamak için hesap adınızı yazın: <0>\",[\"0\"],\"\"],\"rhsath\":\"Bu müşterilere görünmeyecektir, ancak iş ortağını tanımlamanıza yardımcı olur.\",\"VGEfU7\":\"Bu, planlanan tarihi beklemeden hesabı hemen kalıcı olarak silecek veya anonimleştirecektir. Bu işlem geri alınamaz.\",\"hV6FeJ\":\"İşlem hızı\",\"+FjWgX\":\"Per\",\"kkDQ8m\":\"Perşembe\",\"0GSPnc\":\"Bilet Tasarımı\",\"EZC/Cu\":\"Bilet tasarımı başarıyla kaydedildi\",\"bbslmb\":\"Bilet Tasarımcısı\",\"1BPctx\":\"Bilet:\",\"HGuXjF\":\"Bilet sahipleri\",\"CMUt3Y\":\"Bilet sahipleri\",\"awHmAT\":\"Bilet ID\",\"6czJik\":\"Bilet Logosu\",\"t79rDv\":\"Bilet Bulunamadı\",\"6tmWch\":\"Bilet veya Ürün\",\"1tfWrD\":\"Bilet Önizlemesi:\",\"KnjoUA\":\"Bilet fiyatı\",\"pGZOcL\":\"Bilet başarıyla yeniden gönderildi\",\"o02GZM\":\"Bu etkinliğin bilet satışı sona erdi\",\"8jLPgH\":\"Bilet Türü\",\"8qsbZ5\":\"Biletleme ve Satış\",\"zNECqg\":\"bilet\",\"6GQNLE\":\"Biletler\",\"NRhrIB\":\"Biletler ve Ürünler\",\"OrWHoZ\":\"Kapasite uygun olduğunda biletler bekleme listesindeki müşterilere otomatik olarak sunulur.\",\"AGRilS\":\"Satılan Biletler\",\"4/dG8J\":\"Kademeler\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Saat\",\"kGEhUy\":\"Saatler\",\"fXf2r5\":[\"Saatler \",[\"timezoneAbbr\"],\" olarak gösteriliyor\"],\"9udQT9\":\"Başlık gereklidir\",\"dMtLDE\":\"-\",\"/jQctM\":\"Kime\",\"tiI71C\":\"Limitinizi artırmak için bizimle iletişime geçin\",\"ecUA8p\":\"Bugün\",\"W428WC\":\"Sütunları değiştir\",\"BRMXj0\":\"Yarın\",\"UBSG1X\":\"En İyi Organizatörler (Son 14 Gün)\",\"3sZ0xx\":\"Toplam Hesaplar\",\"SMDzqJ\":\"Toplam Katılımcılar\",\"orBECM\":\"Toplam Toplanan\",\"k5CU8c\":\"Toplam kayıt\",\"4B7oCp\":\"Toplam Ücret\",\"sMMlTX\":\"Toplam ücret\",\"mlvCEl\":\"Toplam sipariş\",\"2AW/k5\":\"Tüm Tarihler İçin Toplam Adet\",\"dp8BCb\":\"Toplam vergi\",\"vb0Q0/\":\"Toplam Kullanıcılar\",\"oJjplO\":\"Toplam Görüntüleme\",\"rBZ9pz\":\"Turlar\",\"orluER\":\"Atıf kaynağına göre hesap büyümesini ve performansını takip edin\",\"YwKzpH\":\"İzleme ve Analitik\",\"GUA0Jy\":\"Farklı bir arama terimi veya filtre deneyin\",\"2P/OWN\":\"Daha fazla tarih görmek için filtrelerinizi ayarlayın.\",\"ouM5IM\":\"Başka bir e-posta deneyin\",\"3DZvE7\":\"Hi.Events'i Ücretsiz Deneyin\",\"vq2WxD\":\"Sal\",\"G3myU+\":\"Salı\",\"Kz91g/\":\"Türkçe\",\"GdOhw6\":\"Sesi kapat\",\"KUOhTy\":\"Sesi aç\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Onaylamak için \\\"sil\\\" yazın\",\"nSlb72\":\"Aramak için yazın...\",\"nWRfmt\":\"Tipografi\",\"IrVSu+\":\"Ürün çoğaltılamıyor. Lütfen bilgilerinizi kontrol edin\",\"Vx2J6x\":\"Katılımcı getirilemedi\",\"h0dx5e\":\"Bekleme listesine katılınamadı\",\"DaE0Hg\":\"Katılımcı ayrıntıları yüklenemedi.\",\"GlnD5Y\":\"Bu tarihe ait ürünler yüklenemedi. Lütfen tekrar deneyin.\",\"17VbmV\":\"Check-in geri alınamıyor\",\"n57zCW\":\"Atıfsız Hesaplar\",\"9uI/rE\":\"Geri al\",\"Ef7StM\":\"Bilinmeyen\",\"ZBAScj\":\"Bilinmeyen Katılımcı\",\"MEIAzV\":\"Adsız\",\"K6L5Mx\":\"Adsız konum\",\"7yiFvZ\":\"Ödenmedi\",\"C51N+0\":\"bitiş\",\"NaeLn8\":[[\"end\"],\" tarihine kadar\"],\"porwAO\":\"Bir tarihe kadar\",\"ZIb6rJ\":\"Adsız ürün\",\"crJM8s\":\"Adsız bilet\",\"X13xGn\":\"Güvenilmez\",\"0bT1FT\":[\"Sipariş başına en fazla \",[\"max\"]],\"gyXpQN\":\"Yaklaşan etkinlikler\",\"Pp1sWX\":\"Bağlı Kuruluşu Güncelle\",\"59qHrb\":\"Kapasiteyi güncelle\",\"Gaem9v\":\"Etkinlik adını ve açıklamasını güncelle\",\"7EhE4k\":\"Etiketi güncelle\",\"NPQWj8\":\"Konumu güncelle\",\"75+lpR\":[\"Güncelleme: \",[\"subjectTitle\"],\" — programda değişiklikler\"],\"UOGHdA\":[\"Güncelleme: \",[\"subjectTitle\"],\" — oturum saati değişti\"],\"+b7T3G\":\"Güncellendi\",\"ogoTrw\":[[\"count\"],\" tarih güncellendi\"],\"dDuona\":[[\"count\"],\" tarihin kapasitesi güncellendi\"],\"FT3LSc\":[[\"count\"],\" tarihin etiketi güncellendi\"],\"8EcY1g\":[[\"count\"],\" tarihin konumu güncellendi\"],\"83tNam\":\"Kuralı oluşturdukça güncellenir. Tarihleri kontrol etmek için aylar arasında gezinin.\",\"/XlQr2\":\"Siz yazdıkça güncellenir.\",\"gJQsLv\":\"Organizatörünüz için bir kapak görseli yükleyin\",\"4kEGqW\":\"Organizatörünüz için bir logo yükleyin\",\"lnCMdg\":\"Görsel Yükle\",\"29w7p6\":\"Görsel yükleniyor...\",\"HtrFfw\":\"URL gerekli\",\"3VnYUR\":\"URL http:// veya https:// ile başlamalıdır\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB tarayıcı dinliyor\",\"dyTklH\":\"USB tarayıcı duraklatıldı\",\"OHJXlK\":\"E-postalarınızı kişiselleştirmek için <0>Liquid şablonunu kullanın\",\"/rsy72\":\"Etkinliğin varsayılanını kullan\",\"0k4cdb\":\"Tüm katılımcılar için sipariş bilgilerini kullanın. Katılımcı isimleri ve e-postaları alıcının bilgileriyle eşleşecektir.\",\"bA31T4\":\"Tüm katılımcılar için alıcının bilgilerini kullanın\",\"PpgtnC\":\"Bu adresi kullan\",\"rnoQsz\":\"Kenarlıklar, vurgular ve QR kod stillemesi için kullanılır\",\"b0XTc/\":[\"Kullanıcılar (\",[\"0\"],\")\"],\"BV4L/Q\":\"UTM Analitiği\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"KDV numaranız doğrulanıyor...\",\"t7caBM\":\"KDV ülke kodu\",\"WLkfqH\":\"KDV numarası\",\"pnVh83\":\"KDV Numarası\",\"CabI04\":\"KDV numarası boşluk içermemelidir\",\"PMhxAR\":\"KDV numarası, 2 harfli ülke kodu ile başlamalı ve ardından 8-15 alfanümerik karakter gelmelidir (örn., TR1234567890)\",\"gPgdNV\":\"KDV numarası başarıyla doğrulandı\",\"RUMiLy\":\"KDV numarası doğrulaması başarısız oldu\",\"vqji3Y\":\"KDV numarası doğrulaması başarısız oldu. Lütfen KDV numaranızı kontrol edin.\",\"8dENF9\":\"Ücret Üzerinden KDV\",\"ZutOKU\":\"KDV Oranı\",\"+KJZt3\":\"KDV mükellefi\",\"Nfbg76\":\"KDV ayarları başarıyla kaydedildi\",\"UvYql/\":\"KDV ayarları kaydedildi. KDV numaranızı arka planda doğruluyoruz.\",\"bXn1Jz\":\"KDV ayarları güncellendi\",\"tJylUv\":\"Platform Ücretleri için KDV Uygulaması\",\"FlGprQ\":\"Platform ücretleri için KDV uygulaması: AB KDV'ye kayıtlı işletmeler ters ibraz mekanizmasını kullanabilir (%0 - KDV Direktifi 2006/112/EC Madde 196). KDV'ye kayıtlı olmayan işletmelerden %23 İrlanda KDV'si alınır.\",\"516oLj\":\"KDV doğrulama hizmeti geçici olarak kullanılamıyor\",\"p6QQLa\":[\"KDV: \",[\"0\"]],\"5q87Y9\":\"KDV: kayıtlı değil\",\"AdWhjZ\":\"Doğrulama kodu\",\"kUAumu\":\"Doğrulama e-postası gönderildi. Gelen kutunuzu kontrol edin.\",\"QDEWii\":\"Doğrulandı\",\"wCKkSr\":\"E-postayı Doğrula\",\"/IBv6X\":\"E-postanızı doğrulayın\",\"u8nB38\":\"Katılımcıların bilet alabilmesi için e-postanızı doğrulayın\",\"e/cvV1\":\"Doğrulanıyor...\",\"fROFIL\":\"Vietnamca\",\"p5nYkr\":\"Tümünü gör\",\"yA/6BX\":\"Tümünü gör →\",\"6CQ7/B\":\"Tüm özellikleri gör\",\"YSE15b\":\"Tüm check-in listelerini gör\",\"RnvnDc\":\"Platformda gönderilen tüm mesajları görüntüle\",\"+WFMis\":\"Tüm etkinliklerinizde raporları görüntüleyin ve indirin. Yalnızca tamamlanan siparişler dahildir.\",\"c7VN/A\":\"Cevapları Görüntüle\",\"SZw9tS\":\"Detayları Görüntüle\",\"9+84uW\":[[\"0\"],\" \",[\"1\"],\" ayrıntılarını gör\"],\"FCVmuU\":\"Etkinliği Görüntüle\",\"c6SXHN\":\"Etkinlik sayfasını görüntüle\",\"n6EaWL\":\"Günlükleri görüntüle\",\"OaKTzt\":\"Haritayı Görüntüle\",\"zNZNMs\":\"Mesajı görüntüle\",\"67OJ7t\":\"Siparişi Görüntüle\",\"tKKZn0\":\"Sipariş Detaylarını Görüntüle\",\"KeCXJu\":\"Sipariş detaylarını görüntüleyin, iade yapın ve onayları yeniden gönderin.\",\"9jnAcN\":\"Organizatör Ana Sayfasını Görüntüle\",\"1J/AWD\":\"Bileti Görüntüle\",\"N9FyyW\":\"Kayıtlı katılımcılarınızı görüntüleyin, düzenleyin ve dışa aktarın.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[[\"start\"],\" tarihinden itibaren görünür — satışlar açılana kadar gizli.\"],\"EkiKJK\":\"Etkinlik sayfasında herkese görünür.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Bekliyor\",\"quR8Qp\":\"Ödeme bekleniyor\",\"KrurBH\":\"Tarama bekleniyor…\",\"u0n+wz\":\"Bekleme listesi\",\"3RXFtE\":\"Bekleme listesi etkin\",\"TwnTPy\":\"Bekleme listesi teklifi süresi doldu\",\"aUi/Dz\":\"Uyarı: Bu sistem varsayılan yapılandırmasıdır. Değişiklikler, belirli bir yapılandırması atanmamış tüm hesapları etkileyecektir.\",\"aT/44s\":\"Bu Stripe bağlantısını kopyalayamadık. Lütfen tekrar deneyin.\",\"jTee4a\":\"Bu Stripe hesabının bağlantısını kesemedik. Lütfen tekrar deneyin.\",\"RRZDED\":\"Bu e-posta adresiyle ilişkili herhangi bir sipariş bulamadık.\",\"2RZK9x\":\"Aradığınız siparişi bulamadık. Bağlantının süresi dolmuş veya sipariş detayları değişmiş olabilir.\",\"nefMIK\":\"Aradığınız bileti bulamadık. Bağlantının süresi dolmuş veya bilet detayları değişmiş olabilir.\",\"miysJh\":\"Bu siparişi bulamadık. Kaldırılmış olabilir.\",\"Fjj/5/\":\"Check-in listelerini yükleyemedik. Lütfen tekrar deneyin.\",\"ADsQ23\":\"Şu anda Stripe'a ulaşamıyoruz. Lütfen birazdan tekrar deneyin.\",\"HJKdzP\":\"Bu sayfayı yüklerken bir sorunla karşılaştık. Lütfen tekrar deneyin.\",\"jegrvW\":\"Ödemeleri doğrudan banka hesabınıza göndermek için Stripe ile çalışıyoruz.\",\"IfN2Qo\":\"Minimum 200x200px boyutunda kare bir logo öneriyoruz\",\"wJzo/w\":\"400px x 400px boyutlarını ve maksimum 5MB dosya boyutunu öneriyoruz\",\"L/KlAh\":[[\"0\"],\" adresine bir doğrulama bağlantısı gönderdik\"],\"KRCDqH\":\"Sitenin nasıl kullanıldığını anlamamıza ve deneyiminizi iyileştirmemize yardımcı olması için çerezler kullanıyoruz.\",\"x8rEDQ\":\"Birden fazla denemeden sonra KDV numaranızı doğrulayamadık. Arka planda denemeye devam edeceğiz. Lütfen daha sonra tekrar kontrol edin.\",\"4HaEdK\":[[\"totalOccurrences\"],\" seansın tümünü oluşturacağız — sonrasında istediğiniz tarihi düzenleyebilir veya kaldırabilirsiniz\"],\"mfM/HJ\":[[\"occurrenceDate\"],\" tarihinde \",[\"productDisplayName\"],\" için bir yer açılırsa sizi e-posta ile bilgilendireceğiz.\"],\"iy+M+c\":[[\"productDisplayName\"],\" için bir yer açılırsa sizi e-posta ile bilgilendireceğiz.\"],\"McuGND\":\"Kaydettikten sonra, önceden doldurulmuş bir şablonla mesaj düzenleyiciyi açacağız. Siz gözden geçirip gönderirsiniz — hiçbir şey otomatik gönderilmez.\",\"q1BizZ\":\"Biletlerinizi bu e-postaya göndereceğiz\",\"ZOmUYW\":\"KDV numaranızı arka planda doğrulayacağız. Herhangi bir sorun olursa sizi bilgilendireceğiz.\",\"LKjHr4\":[\"“\",[\"title\"],\"” programını değiştirdik — \",[\"description\"],\", \",[\"affectedCount\"],\" oturumu etkiliyor.\"],\"Fq/Nx7\":\"5 haneli doğrulama kodunu şuraya gönderdik:\",\"GdWB+V\":\"Webhook başarıyla oluşturuldu\",\"2X4ecw\":\"Webhook başarıyla silindi\",\"ndBv0v\":\"Webhook entegrasyonları\",\"CThMKa\":\"Webhook Günlükleri\",\"I0adYQ\":\"Webhook İmzalama Anahtarı\",\"nuh/Wq\":\"Webhook URL'si\",\"8BMPMe\":\"Webhook bildirim göndermeyecek\",\"FSaY52\":\"Webhook bildirim gönderecek\",\"v1kQyJ\":\"Webhook'lar\",\"On0aF2\":\"Web Sitesi\",\"0f7U0k\":\"Çar\",\"VAcXNz\":\"Çarşamba\",\"64X6l4\":\"hafta\",\"4XSc4l\":\"Haftalık\",\"IAUiSh\":\"hafta\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Tekrar hoş geldiniz\",\"QDWsl9\":[[\"0\"],\"'e Hoş Geldiniz, \",[\"1\"],\" 👋\"],\"LETnBR\":[[\"0\"],\"'e hoş geldiniz, işte tüm etkinliklerinizin listesi\"],\"DDbx7K\":\"Sağlıklı yaşam\",\"FaSXqR\":\"Ne tür bir etkinlik?\",\"0WyYF4\":\"Oturum açmamış personelin görebilecekleri\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Bir giriş silindiğinde\",\"RPe6bE\":\"Yinelenen bir etkinlikte bir tarih iptal edildiğinde\",\"Gmd0hv\":\"Yeni bir katılımcı oluşturulduğunda\",\"zyIyPe\":\"Yeni bir etkinlik oluşturulduğunda\",\"Lc18qn\":\"Yeni bir sipariş oluşturulduğunda\",\"dfkQIO\":\"Yeni bir ürün oluşturulduğunda\",\"8OhzyY\":\"Bir ürün silindiğinde\",\"tRXdQ9\":\"Bir ürün güncellendiğinde\",\"9L9/28\":\"Bir ürün tükendiğinde, müşteriler yer açıldığında bilgilendirilmek için bekleme listesine katılabilir.\",\"OIkHj+\":\"Bir ürün tükendiğinde, müşteriler yer açıldığında bilgilendirilmek için bekleme listesine katılabilir. Müşteriler belirli bir tarih için bekleme listesine katılır ve teklifler tarih bazında yapılır.\",\"Q7CWxp\":\"Bir katılımcı iptal edildiğinde\",\"IuUoyV\":\"Bir katılımcı giriş yaptığında\",\"nBVOd7\":\"Bir katılımcı güncellendiğinde\",\"t7cuMp\":\"Bir etkinlik arşivlendiğinde\",\"gtoSzE\":\"Bir etkinlik güncellendiğinde\",\"ny2r8d\":\"Bir sipariş iptal edildiğinde\",\"c9RYbv\":\"Bir sipariş ödendi olarak işaretlendiğinde\",\"ejMDw1\":\"Bir sipariş iade edildiğinde\",\"fVPt0F\":\"Bir sipariş güncellendiğinde\",\"bcYlvb\":\"Giriş kapandığında\",\"XIG669\":\"Giriş açıldığında\",\"de6HLN\":\"Müşteriler bilet satın aldığında, siparişleri burada görünecektir.\",\"pm9tpn\":\"Etkinleştirildiğinde, alıcılar ad ve e-posta bilgilerini tüm katılımcılara tek seferde kopyalayabilir. \\\"Tüm katılımcılar\\\" seçeneğini kaldırmak için bunu kapatın; alıcılar bilgilerini yine de ilk katılımcıya kopyalayabilir, diğerleri tek tek girilmelidir.\",\"403wpZ\":\"Etkinleştirildiğinde, yeni etkinlikler katılımcıların güvenli bir bağlantı üzerinden kendi bilet bilgilerini yönetmelerine izin verecektir. Bu etkinlik başına geçersiz kılınabilir.\",\"blXLKj\":\"Etkinleştirildiğinde, yeni etkinlikler ödeme sırasında pazarlama onay kutusu gösterecektir. Bu, etkinlik bazında geçersiz kılınabilir.\",\"Kj0Txn\":\"Etkinleştirildiğinde, Stripe Connect işlemlerinde uygulama ücreti alınmaz. Uygulama ücretlerinin desteklenmediği ülkeler için kullanın.\",\"xo06V3\":\"Düğmenin bağlandığı adres\",\"uchB0M\":\"Widget Önizleme\",\"uvIqcj\":\"Atölye\",\"EpknJA\":\"Mesajınızı buraya yazın...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"yıl\",\"zkWmBh\":\"Yıllık\",\"+BGee5\":\"yıl\",\"X/azM1\":\"Evet - Geçerli bir AB KDV kayıt numaram var\",\"Tz5oXG\":\"Evet, siparişimi iptal et\",\"QlSZU0\":[\"<0>\",[\"0\"],\" (\",[\"1\"],\") rolünü üstleniyorsunuz\"],\"s14PLh\":[\"Kısmi iade yapıyorsunuz. Müşteriye \",[\"0\"],\" \",[\"1\"],\" iade edilecek.\"],\"o7LgX6\":\"Hesap ayarlarınızda ek hizmet ücretleri ve vergileri yapılandırabilirsiniz.\",\"rj3A7+\":\"Bunu daha sonra tek tek tarihler için özelleştirebilirsiniz.\",\"paWwQ0\":\"Gerekirse biletleri manuel olarak da sunabilirsiniz.\",\"jTDzpA\":\"Hesabınızdaki son aktif organizatörü arşivleyemezsiniz.\",\"D8baxD\":\"Ücretli biletleriniz var ancak Stripe henüz bağlı değil, bu yüzden ödeme alamazsınız.\",\"5VGIlq\":\"Mesajlaşma limitinize ulaştınız.\",\"casL1O\":\"Ücretsiz Bir Ürüne eklenen vergiler ve ücretleriniz var. Bunları kaldırmak ister misiniz?\",\"5SgD0L\":\"Kaydedilmemiş değişiklikleriniz var. Bunları atmak istediğinize emin misiniz?\",\"9jJNZY\":\"Kaydetmeden önce sorumluluklarınızı kabul etmelisiniz\",\"pCLes8\":\"Mesaj almayı kabul etmelisiniz\",\"FVTVBy\":\"Organizatör durumunu güncelleyebilmek için e-posta adresinizi doğrulamanız gerekir.\",\"ze4bi/\":\"Bu yinelenen etkinliğe katılımcı ekleyebilmek için en az bir tarih oluşturmanız gerekir.\",\"w65ZgF\":\"E-posta şablonlarını değiştirebilmek için hesap e-postanızı doğrulamanız gerekir.\",\"FRl8Jv\":\"Mesaj göndermeden önce hesap e-postanızı doğrulamanız gerekir.\",\"88cUW+\":\"Aldığınız\",\"O6/3cu\":\"Tarihleri, programları ve yineleme kurallarını sonraki adımda ayarlayabileceksiniz.\",\"zKAheG\":\"Oturum saatlerini değiştiriyorsunuz\",\"MNFIxz\":[[\"0\"],\"'e gidiyorsunuz!\"],\"ZlLcht\":[[\"occurrenceDate\"],\" için bekleme listesine katılıyorsunuz.\"],\"qGZz0m\":\"Bekleme listesine eklendi!\",\"/5HL6k\":\"Size bir yer teklif edildi!\",\"gbjFFH\":\"Oturum saatini değiştirdiniz\",\"YI0K8C\":[\"Hesabınız devre dışı bırakıldı ve <0>\",[\"0\"],\" tarihinde kalıcı olarak silinecektir.\"],\"p/Sa0j\":\"Hesabınızın mesajlaşma limitleri var. Limitinizi artırmak için bizimle iletişime geçin\",\"gsWZkk\":\"Hesabınız artık silinmek üzere planlandı.\",\"x/xjzn\":\"Bağlı kuruluşlarınız başarıyla dışa aktarıldı.\",\"TF37u6\":\"Katılımcılarınız başarıyla dışa aktarıldı.\",\"79lXGw\":\"Giriş listeniz başarıyla oluşturuldu. Aşağıdaki bağlantıyı giriş personelinizle paylaşın.\",\"BnlG9U\":\"Mevcut siparişiniz kaybolacak.\",\"nBqgQb\":\"E-postanız\",\"GG1fRP\":\"Etkinliğiniz yayında!\",\"ifRqmm\":\"Mesajınız başarıyla gönderildi!\",\"0/+Nn9\":\"Mesajlarınız burada görünecek\",\"/Rj5P4\":\"Adınız\",\"PFjJxY\":\"Yeni şifreniz en az 8 karakter uzunluğunda olmalıdır.\",\"gzrCuN\":\"Sipariş bilgileriniz güncellendi. Yeni e-posta adresine bir onay e-postası gönderildi.\",\"naQW82\":\"Siparişiniz iptal edildi.\",\"bhlHm/\":\"Siparişiniz ödeme bekliyor\",\"XeNum6\":\"Siparişleriniz başarıyla dışa aktarıldı.\",\"Xd1R1a\":\"Organizatör adresiniz\",\"WWYHKD\":\"Ödemeniz banka düzeyinde şifreleme ile korunmaktadır\",\"5b3QLi\":\"Planınız\",\"N4Zkqc\":\"Kaydedilmiş tarih filtreniz artık kullanılamıyor — tüm tarihler gösteriliyor.\",\"o0qzpM\":\"Stripe hesabınız etkilenmez ve hiçbir veri kaybolmaz — istediğiniz zaman yeniden bağlayabilirsiniz.\",\"FNO5uZ\":\"Biletiniz geçerliliğini koruyor — yeni saat size uymuyorsa dışında yapmanız gereken bir şey yok. Sorunuz varsa lütfen bu e-postayı yanıtlayın.\",\"CnZ3Ou\":\"Biletleriniz onaylandı.\",\"EmFsMZ\":\"KDV numaranız doğrulama için sıraya alındı\",\"QBlhh4\":\"KDV numaranız kaydettiğinizde doğrulanacak\",\"fT9VLt\":\"Bekleme listesi teklifinizin süresi doldu ve siparişinizi tamamlayamadık. Daha fazla yer açıldığında bilgilendirilmek için lütfen bekleme listesine yeniden katılın.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file diff --git a/frontend/src/locales/tr.po b/frontend/src/locales/tr.po index afdde528df..6be1bcbd8c 100644 --- a/frontend/src/locales/tr.po +++ b/frontend/src/locales/tr.po @@ -33,7 +33,7 @@ msgstr "(boş)" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:110 msgid "(none)" -msgstr "" +msgstr "(yok)" #: src/components/common/ReportTable/index.tsx:328 msgid "{0}" @@ -53,7 +53,7 @@ msgstr "{0} {1} zaten giriş yaptı" #: src/components/layouts/CheckIn/index.tsx:249 msgid "{0} <0>checked in" -msgstr "" +msgstr "{0} <0>check-in yaptı" #: src/components/layouts/CheckIn/index.tsx:284 msgid "{0} <0>checked out successfully" @@ -83,7 +83,7 @@ msgstr "{0} logosu" #: src/components/modals/CreateAttendeeModal/index.tsx:272 msgid "{0} of {1} seats are taken." -msgstr "" +msgstr "{1} yerin {0} tanesi dolu." #: src/components/routes/events/Dashboard/index.tsx:141 msgid "{0} organizers" @@ -99,15 +99,15 @@ msgstr "{0} başarıyla güncellendi" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:417 msgid "{activeCount} enabled" -msgstr "" +msgstr "{activeCount} etkin" #: src/components/common/CheckIn/CheckInInfoModal.tsx:101 msgid "{appName} logo" -msgstr "" +msgstr "{appName} logosu" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:296 msgid "{attendeeCount} attendees are registered for this session." -msgstr "" +msgstr "Bu oturuma {attendeeCount} katılımcı kayıtlı." #: src/components/common/EventCard/index.tsx:133 msgid "{availableCount} of {totalCount} available" @@ -119,7 +119,7 @@ msgstr "{capacity} yer kaldı" #: src/components/common/CheckIn/CheckInInfoModal.tsx:55 msgid "{checkedIn} / {total} checked in" -msgstr "" +msgstr "{checkedIn} / {total} check-in yapıldı" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:378 msgid "{chipTime}, Sold Out" @@ -131,12 +131,12 @@ msgstr "{chipTime}, Tükendi, bekleme listesi mevcut" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:210 msgid "{completedCount} of {totalCount} steps complete" -msgstr "" +msgstr "{totalCount} adımdan {completedCount} tanesi tamamlandı" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "{count} add-ons" -msgstr "" +msgstr "{count} ek ürün" #: src/components/common/Countdown/index.tsx:68 msgid "{days} days, {hours} hours, {minutes} minutes, and {seconds} seconds" @@ -144,15 +144,15 @@ msgstr "{days} gün, {hours} saat, {minutes} dakika ve {seconds} saniye" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:29 msgid "{diffHr}h ago" -msgstr "" +msgstr "{diffHr} sa önce" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:27 msgid "{diffMin}m ago" -msgstr "" +msgstr "{diffMin} dk önce" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:25 msgid "{diffSec}s ago" -msgstr "" +msgstr "{diffSec} sn önce" #: src/components/common/OrganizerWebhookTable/index.tsx:79 #: src/components/common/WebhookTable/index.tsx:79 @@ -161,7 +161,7 @@ msgstr "{eventCount} etkinlik" #: src/components/forms/ProductForm/ledgerSummaries.ts:103 msgid "{first} + {additionalCount} more" -msgstr "" +msgstr "{first} + {additionalCount} tane daha" #: src/components/common/Countdown/index.tsx:70 msgid "{hours} hours, {minutes} minutes, and {seconds} seconds" @@ -169,11 +169,11 @@ msgstr "{hours} saat, {minutes} dakika ve {seconds} saniye" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:262 msgid "{loadedAffectedAttendees} attendees are registered across the affected sessions." -msgstr "" +msgstr "Etkilenen oturumlara {loadedAffectedAttendees} katılımcı kayıtlı." #: src/components/forms/ProductForm/ledgerSummaries.ts:112 msgid "{min}–{max} per order" -msgstr "" +msgstr "Sipariş başına {min}–{max}" #: src/components/common/Countdown/index.tsx:72 msgid "{minutes} minutes and {seconds} seconds" @@ -185,12 +185,12 @@ msgstr "{organizerName}'ın ilk etkinliği" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:95 msgid "{productCount} ticket types configured" -msgstr "" +msgstr "{productCount} bilet türü yapılandırıldı" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "{slotCount} times available" -msgstr "" +msgstr "{slotCount} saat uygun" #: src/components/common/EventCard/index.tsx:129 msgid "{totalCount} ticket types" @@ -266,15 +266,15 @@ msgstr "1 Aktif Webhook" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "1 add-on" -msgstr "" +msgstr "1 ek ürün" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:261 msgid "1 attendee is registered across the affected sessions." -msgstr "" +msgstr "Etkilenen oturumlara 1 katılımcı kayıtlı." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:295 msgid "1 attendee is registered for this session." -msgstr "" +msgstr "Bu oturuma 1 katılımcı kayıtlı." #: src/components/modals/SendMessageModal/index.tsx:128 msgid "1 day after end date" @@ -302,12 +302,12 @@ msgstr "1 bilet türü" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:94 msgid "1 ticket type configured" -msgstr "" +msgstr "1 bilet türü yapılandırıldı" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "1 time available" -msgstr "" +msgstr "1 saat uygun" #: src/components/modals/SendMessageModal/index.tsx:119 msgid "1 week before event" @@ -320,7 +320,7 @@ msgstr "123 Örnek Sokak" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:250 msgid "135+ currencies & 40+ payment methods" -msgstr "" +msgstr "135'ten fazla para birimi ve 40'tan fazla ödeme yöntemi" #: src/components/common/WidgetEditor/index.tsx:230 msgid "20" @@ -336,7 +336,7 @@ msgstr "İptal bildirimi gönderildi:" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:299 msgid "a change in duration" -msgstr "" +msgstr "süre değişikliği" #: src/components/forms/QuestionForm/index.tsx:138 msgid "A date input. Perfect for asking for a date of birth etc." @@ -356,7 +356,7 @@ msgstr "Rezervasyon ücreti veya hizmet ücreti gibi bir ücret" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:199 msgid "A few quick steps and you're ready to start selling." -msgstr "" +msgstr "Birkaç hızlı adım ve satışa başlamaya hazırsınız." #: src/components/forms/TaxAndFeeForm/index.tsx:35 msgid "A fixed amount per product. E.g, $0.50 per product" @@ -388,7 +388,7 @@ msgstr "Radyo seçeneği birden fazla seçenek sunar ancak sadece biri seçilebi #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:298 msgid "a shift in start/end times" -msgstr "" +msgstr "başlangıç/bitiş saatlerinde kayma" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:69 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:69 @@ -466,7 +466,7 @@ msgstr "Davetiyeyi Kabul Et" #: src/components/forms/ProductForm/index.tsx:596 msgid "Access" -msgstr "" +msgstr "Erişim" #: src/components/common/AdminOrdersTable/index.tsx:70 #: src/components/routes/account/ManageAccount/index.tsx:22 @@ -481,11 +481,11 @@ msgstr "Hesap" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:354 msgid "Account · {0}" -msgstr "" +msgstr "Hesap · {0}" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:353 msgid "Account · {0} · {1}" -msgstr "" +msgstr "Hesap · {0} · {1}" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:69 msgid "Account deletion has been cancelled." @@ -581,11 +581,11 @@ msgstr "Aktif Etkinlikler" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:415 msgid "Active payment methods" -msgstr "" +msgstr "Etkin ödeme yöntemleri" #: src/components/routes/event/OccurrencesTab/index.tsx:402 msgid "Activity" -msgstr "" +msgstr "Etkinlik geçmişi" #: src/components/routes/product-widget/SelectProducts/index.tsx:825 msgid "Add {0} first" @@ -593,27 +593,27 @@ msgstr "Önce {0} ekleyin" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:147 msgid "Add a cover image and theme to match your brand" -msgstr "" +msgstr "Markanıza uygun bir kapak görseli ve tema ekleyin" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:142 msgid "Add a date" -msgstr "" +msgstr "Tarih ekle" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:137 msgid "Add a description and venue so attendees know what to expect" -msgstr "" +msgstr "Katılımcıların ne bekleyeceğini bilmesi için açıklama ve mekân ekleyin" #: src/components/forms/CheckInListForm/index.tsx:144 msgid "Add a description for this check-in list" msgstr "Bu check-in listesi için açıklama ekleyin" -#: src/components/routes/event/OccurrencesTab/index.tsx:541 +#: src/components/routes/event/OccurrencesTab/index.tsx:556 msgid "Add a Single Date" -msgstr "" +msgstr "Tek bir tarih ekle" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:992 msgid "Add another time" -msgstr "" +msgstr "Başka bir saat ekle" #: src/components/modals/ManageAttendeeModal/index.tsx:226 msgid "Add any notes about the attendee. These will not be visible to the attendee." @@ -633,11 +633,11 @@ msgstr "Sipariş hakkında not ekleyin..." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:533 msgid "Add at least one time" -msgstr "" +msgstr "En az bir saat ekleyin" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:150 msgid "Add connection details for the online event." -msgstr "" +msgstr "Çevrimiçi etkinlik için bağlantı bilgilerini ekleyin." #: src/components/common/QuestionsTable/index.tsx:434 msgid "Add custom questions to collect additional information during checkout" @@ -645,19 +645,19 @@ msgstr "Ödeme sırasında ek bilgi toplamak için özel sorular ekleyin" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Add Date" -msgstr "" +msgstr "Tarih ekle" #: src/components/modals/PublishEventModal/index.tsx:105 msgid "Add dates" msgstr "Tarih ekle" -#: src/components/routes/event/OccurrencesTab/index.tsx:526 +#: src/components/routes/event/OccurrencesTab/index.tsx:541 msgid "Add Dates" -msgstr "" +msgstr "Tarih ekle" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:104 msgid "Add dates and times for your recurring event" -msgstr "" +msgstr "Yinelenen etkinliğiniz için tarih ve saatler ekleyin" #: src/components/forms/QuestionForm/index.tsx:202 msgid "Add description" @@ -665,11 +665,11 @@ msgstr "Açıklama ekle" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:140 msgid "Add details" -msgstr "" +msgstr "Ayrıntı ekle" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:136 msgid "Add event details" -msgstr "" +msgstr "Etkinlik ayrıntılarını ekle" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:154 msgid "Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)" @@ -684,7 +684,7 @@ msgstr "Konum Ekle" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1047 msgid "Add multiple times if you run several sessions per day." -msgstr "" +msgstr "Günde birden fazla oturum düzenliyorsanız birden fazla saat ekleyin." #: src/components/common/HeadingCard/index.tsx:28 msgid "Add New" @@ -713,7 +713,7 @@ msgstr "Vergi veya Ücret Ekle" #: src/components/modals/CreateAttendeeModal/index.tsx:276 msgid "Add this attendee anyway (override capacity)" -msgstr "" +msgstr "Bu katılımcıyı yine de ekle (kapasiteyi aş)" #: src/components/common/AddToCalendarCTA/index.tsx:21 msgid "Add this event to your calendar" @@ -753,16 +753,16 @@ msgstr "Sosyal medya hesaplarınızı ve web sitesi URL'nizi ekleyin. Bunlar her #: src/components/common/ProductsTable/SortableProduct/index.tsx:344 #: src/components/forms/ProductForm/ledgerSummaries.ts:128 msgid "Add-on only" -msgstr "" +msgstr "Yalnızca ek ürün olarak" #: src/components/forms/ProductForm/index.tsx:552 msgid "Add-on products" -msgstr "" +msgstr "Ek ürünler" #: src/components/forms/ProductForm/index.tsx:533 #: src/components/routes/product-widget/SelectProducts/index.tsx:822 msgid "Add-ons" -msgstr "" +msgstr "Ek ürünler" #: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:78 msgid "Added at checkout" @@ -833,7 +833,7 @@ msgstr "Yönetici kullanıcılar etkinliklere ve hesap ayarlarına tam erişime #: src/components/forms/ProductForm/index.tsx:207 msgid "Admits attendees to your event" -msgstr "" +msgstr "Katılımcılara etkinliğinize giriş hakkı verir" #: src/components/common/AffiliateTable/index.tsx:82 msgid "Affiliate" @@ -853,7 +853,7 @@ msgstr "Bağlı kuruluş başarıyla silindi" #: src/components/layouts/AuthLayout/index.tsx:22 msgid "Affiliate program" -msgstr "" +msgstr "Ortaklık programı" #: src/components/forms/AffiliateForm/index.tsx:23 msgid "Affiliate sales will be tracked" @@ -883,11 +883,11 @@ msgstr "Bağlı kuruluşlar, iş ortakları ve etkileyiciler tarafından oluştu #: src/components/routes/welcome/index.tsx:418 msgid "After your event is created, you can choose how often it repeats from the dashboard." -msgstr "" +msgstr "Etkinliğiniz oluşturulduktan sonra ne sıklıkla tekrarlanacağını panelden seçebilirsiniz." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "all" -msgstr "" +msgstr "tümü" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:133 #: src/components/routes/admin/DeletionRequests/index.tsx:88 @@ -906,7 +906,7 @@ msgstr "Tüm katılımcılar" #: src/components/modals/SendMessageModal/index.tsx:378 msgid "All attendees of the selected sessions" -msgstr "" +msgstr "Seçili oturumların tüm katılımcıları" #: src/components/modals/SendMessageModal/index.tsx:381 msgid "All attendees of this event" @@ -914,7 +914,7 @@ msgstr "Bu etkinliğin tüm katılımcıları" #: src/components/modals/SendMessageModal/index.tsx:380 msgid "All attendees of this occurrence" -msgstr "" +msgstr "Bu tarihin tüm katılımcıları" #: src/components/common/OrganizerReportTable/index.tsx:291 msgid "All Currencies" @@ -923,14 +923,14 @@ msgstr "Tüm Para Birimleri" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:48 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:101 msgid "All dates" -msgstr "" +msgstr "Tüm tarihler" #: src/components/common/CheckInListTable/index.tsx:106 #: src/components/routes/event/attendees.tsx:235 #: src/components/routes/event/orders.tsx:182 #: src/components/routes/event/SoldOutWaitlist/index.tsx:104 msgid "All Dates" -msgstr "" +msgstr "Tüm tarihler" #: src/components/routes/events/Dashboard/index.tsx:75 msgid "All Ended Events" @@ -948,18 +948,18 @@ msgstr "Tüm başarısız işler silindi" msgid "All jobs queued for retry" msgstr "Tüm işler yeniden deneme için sıraya alındı" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:346 msgid "All matching dates" -msgstr "" +msgstr "Eşleşen tüm tarihler" #: src/components/forms/CheckInListForm/index.tsx:132 #: src/components/modals/SendMessageModal/index.tsx:359 msgid "All occurrences" -msgstr "" +msgstr "Tüm tarihler" #: src/components/common/ReportTable/index.tsx:279 msgid "All Occurrences" -msgstr "" +msgstr "Tüm tarihler" #: src/components/common/PromoCodeTable/index.tsx:139 msgid "All Products" @@ -1018,7 +1018,7 @@ msgstr "Zaten hesabınız var mı? <0>{0}" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:135 msgid "Already in" -msgstr "" +msgstr "Zaten ekli" #: src/components/modals/RefundOrderModal/index.tsx:86 msgid "Already Refunded" @@ -1026,7 +1026,7 @@ msgstr "Zaten İade Edildi" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:193 msgid "Already use Stripe on another organizer? Reuse that connection." -msgstr "" +msgstr "Başka bir organizatörde Stripe'ı zaten kullanıyor musunuz? O bağlantıyı yeniden kullanın." #: src/components/modals/RefundOrderModal/index.tsx:132 msgid "Also cancel this order" @@ -1042,7 +1042,7 @@ msgstr "Her zaman mevcut" #: src/components/forms/ProductForm/ledgerSummaries.ts:53 msgid "Always on sale" -msgstr "" +msgstr "Her zaman satışta" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:77 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:77 @@ -1130,15 +1130,15 @@ msgstr "Cevap başarıyla güncellendi." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:246 msgid "Answers" -msgstr "" +msgstr "Yanıtlar" #: src/components/forms/CheckInListForm/index.tsx:207 msgid "Answers provided at checkout (e.g. meal choice)" -msgstr "" +msgstr "Ödeme sırasında verilen yanıtlar (ör. yemek seçimi)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1148 msgid "Any dates you've manually customized will be kept." -msgstr "" +msgstr "Elle özelleştirdiğiniz tarihler korunur." #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:62 msgid "Any queries from product holders will be sent to this email address. This will also be used as the \"reply-to\" address for all emails sent from this event" @@ -1160,9 +1160,9 @@ msgstr "uygulandı — siparişinizde {0} indirim" msgid "Applies to {0} products" msgstr "{0} ürüne uygulanır" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:365 msgid "Applies to {0}, non-cancelled dates currently loaded on this page." -msgstr "" +msgstr "Bu sayfada şu anda yüklü olan {0}, iptal edilmemiş tarih için geçerlidir." #: src/components/common/CapacityAssignmentList/index.tsx:95 msgid "Applies to 1 product" @@ -1170,32 +1170,32 @@ msgstr "1 ürüne uygulanır" #: src/components/forms/CheckInListForm/index.tsx:175 msgid "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." -msgstr "" +msgstr "Paylaşılan check-in bağlantısını oturum açmadan açan herkes için geçerlidir. Oturum açmış ekip üyeleri her zaman her şeyi görür." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:363 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 msgid "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." -msgstr "" +msgstr "Bu etkinlikteki her {0}, iptal edilmemiş tarih için geçerlidir — şu anda yüklenmemiş tarihler dahil." #: src/components/common/FilterModal/index.tsx:284 #: src/components/routes/product-widget/SelectProducts/index.tsx:945 msgid "Apply" msgstr "Uygula" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:509 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:511 msgid "Apply Changes" -msgstr "" +msgstr "Değişiklikleri uygula" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" msgstr "Bu {type}'ı tüm yeni ürünlere uygula" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:338 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:339 msgid "Apply to" -msgstr "" +msgstr "Şuna uygula" #: src/components/forms/CheckInListForm/index.tsx:105 msgid "Apply to all tickets" -msgstr "" +msgstr "Tüm biletlere uygula" #: src/components/routes/admin/Messages/index.tsx:232 msgid "Approve Message" @@ -1203,7 +1203,7 @@ msgstr "Mesajı Onayla" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:68 msgid "April" -msgstr "" +msgstr "Nisan" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:63 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:69 @@ -1259,7 +1259,7 @@ msgstr "Bu organizatörü arşivlemek istediğinizden emin misiniz? Bu, bu organ #: src/components/routes/event/OccurrencesTab/index.tsx:215 msgid "Are you sure you want to cancel {count} date(s)? Affected attendees will be notified by email." -msgstr "" +msgstr "{count} tarihi iptal etmek istediğinize emin misiniz? Etkilenen katılımcılara e-posta ile bildirilecek." #: src/hooks/useAttendeeActions.tsx:44 msgid "Are you sure you want to cancel this attendee? This will void their ticket" @@ -1269,7 +1269,7 @@ msgstr "Bu katılımcıyı iptal etmek istediğinizden emin misiniz? Bu işlem b #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:36 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:326 msgid "Are you sure you want to cancel this date? Affected attendees will be notified by email." -msgstr "" +msgstr "Bu tarihi iptal etmek istediğinize emin misiniz? Etkilenen katılımcılara e-posta ile bildirilecek." #: src/components/routes/event/messages.tsx:33 msgid "Are you sure you want to cancel this scheduled message?" @@ -1295,11 +1295,11 @@ msgstr "Bu yapılandırmayı silmek istediğinizden emin misiniz? Bu işlem, onu #: src/components/routes/event/OccurrenceDetail/index.tsx:84 #: src/components/routes/event/OccurrencesTab/index.tsx:184 msgid "Are you sure you want to delete this date? This action cannot be undone." -msgstr "" +msgstr "Bu tarihi silmek istediğinize emin misiniz? Bu işlem geri alınamaz." #: src/components/common/ImageUploadDropzone/index.tsx:114 msgid "Are you sure you want to delete this image?" -msgstr "" +msgstr "Bu görseli silmek istediğinize emin misiniz?" #: src/components/common/PromoCodeTable/index.tsx:37 msgid "Are you sure you want to delete this promo code?" @@ -1307,7 +1307,7 @@ msgstr "Bu promosyon kodunu silmek istediğinizden emin misiniz?" #: src/components/common/TaxAndFeeList/index.tsx:33 msgid "Are you sure you want to delete this tax or fee? It will no longer be applied to new orders." -msgstr "" +msgstr "Bu vergiyi veya ücreti silmek istediğinize emin misiniz? Yeni siparişlere artık uygulanmayacak." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:111 msgid "Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template." @@ -1344,7 +1344,7 @@ msgstr "Bu kişiye bir yer teklif etmek istediğinizden emin misiniz? E-posta bi #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:360 msgid "Are you sure you want to permanently delete this date? This cannot be undone." -msgstr "" +msgstr "Bu tarihi kalıcı olarak silmek istediğinize emin misiniz? Bu işlem geri alınamaz." #: src/components/common/StatusToggle/index.tsx:38 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." @@ -1380,7 +1380,7 @@ msgstr "Bu organizatörü geri yüklemek istediğinizden emin misiniz?" #: src/components/routes/account/ManageAccount/sections/Users/index.tsx:50 msgid "Are you sure you want to revoke this invitation?" -msgstr "" +msgstr "Bu daveti iptal etmek istediğinize emin misiniz?" #: src/components/common/StatusToggle/index.tsx:41 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." @@ -1425,11 +1425,11 @@ msgstr "Ürün başına bir kez sor" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:119 msgid "Assign a different plan" -msgstr "" +msgstr "Farklı bir plan ata" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:130 msgid "Assign plan" -msgstr "" +msgstr "Plan ata" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:165 msgid "Assigned Tier" @@ -1443,7 +1443,7 @@ msgstr "En az bir etkinlik türü seçilmelidir" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:64 #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:117 msgid "At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead." -msgstr "" +msgstr "Bu tarih için en az bir ürünün kullanılabilir kalması gerekir. Tarihi erişilemez yapmak isterseniz onu programdan iptal edin." #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:96 msgid "Attempts" @@ -1455,7 +1455,7 @@ msgstr "Tüm etkinliklerdeki katılım ve giriş oranları" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendee" -msgstr "" +msgstr "katılımcı" #: src/components/common/AttendeeTicket/index.tsx:101 #: src/components/common/QuestionsTable/index.tsx:462 @@ -1497,7 +1497,7 @@ msgstr "Katılımcı bulunamadı" #: src/components/forms/CheckInListForm/index.tsx:188 msgid "Attendee notes" -msgstr "" +msgstr "Katılımcı notları" #: src/components/routes/event/attendees.tsx:81 msgid "Attendee Status" @@ -1523,7 +1523,7 @@ msgstr "Katılımcının bileti bu listede yok" #: src/components/routes/event/attendees.tsx:250 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendees" -msgstr "" +msgstr "katılımcı" #: src/components/common/EventCard/index.tsx:251 #: src/components/common/EventCard/index.tsx:366 @@ -1545,7 +1545,7 @@ msgstr "Katılımcılar" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:72 msgid "attendees checked in" -msgstr "" +msgstr "katılımcı check-in yaptı" #: src/components/routes/event/attendees.tsx:163 msgid "Attendees Exported" @@ -1587,7 +1587,7 @@ msgstr "Hedef kitle" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:72 msgid "August" -msgstr "" +msgstr "Ağustos" #: src/components/common/WidgetEditor/index.tsx:236 msgid "Auto Resize" @@ -1623,7 +1623,7 @@ msgstr "Ödeme tamamlandığında kullanılabilir" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:265 msgid "Available times on {dayName}" -msgstr "" +msgstr "{dayName} için uygun saatler" #: src/components/modals/RefundOrderModal/index.tsx:93 msgid "Available to Refund" @@ -1635,7 +1635,7 @@ msgstr "Mevcut Token'lar" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:161 msgid "Awaiting" -msgstr "" +msgstr "Bekliyor" #: src/components/common/OrderStatusBadge/index.tsx:11 #: src/components/modals/SendMessageModal/index.tsx:425 @@ -1649,7 +1649,7 @@ msgstr "Çevrimdışı Ödeme Bekleniyor" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:120 msgid "Awaiting pay" -msgstr "" +msgstr "Ödeme bekleniyor" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:117 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:225 @@ -1719,7 +1719,7 @@ msgstr "Arkaplan Türü" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:128 msgid "Bank account connected" -msgstr "" +msgstr "Banka hesabı bağlandı" #: src/components/routes/admin/Announcements/index.tsx:178 #: src/components/routes/admin/Announcements/index.tsx:374 @@ -1736,12 +1736,12 @@ msgstr "Taban fiyat" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:207 msgid "Base Price" -msgstr "" +msgstr "Temel fiyat" #: src/components/forms/ProductForm/index.tsx:433 #: src/components/forms/ProductForm/index.tsx:436 msgid "Based on the global sale period above, not per date" -msgstr "" +msgstr "Yukarıdaki genel satış dönemine göre, tarih bazında değil" #: src/components/routes/organizer/Settings/index.tsx:31 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:63 @@ -1779,19 +1779,19 @@ msgstr "Brezilya Portekizcesi" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:253 msgid "Built-in fraud protection" -msgstr "" +msgstr "Yerleşik dolandırıcılık koruması" -#: src/components/routes/event/OccurrencesTab/index.tsx:517 +#: src/components/routes/event/OccurrencesTab/index.tsx:532 msgid "Bulk Edit" -msgstr "" +msgstr "Toplu düzenleme" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:308 msgid "Bulk Edit Dates" -msgstr "" +msgstr "Tarihleri toplu düzenle" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:233 msgid "Bulk update failed." -msgstr "" +msgstr "Toplu güncelleme başarısız oldu." #: src/constants/eventCategories.ts:26 msgid "Business" @@ -1799,11 +1799,11 @@ msgstr "İş" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:190 msgid "Business address" -msgstr "" +msgstr "İşletme adresi" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:185 msgid "Business name" -msgstr "" +msgstr "İşletme adı" #: src/components/routes/admin/Announcements/index.tsx:455 msgid "Button label" @@ -1827,7 +1827,7 @@ msgstr "Alıcı öder" #: src/components/forms/ProductForm/index.tsx:562 msgid "Buyers can add these to their order when they select this product at checkout." -msgstr "" +msgstr "Alıcılar, ödeme sırasında bu ürünü seçtiklerinde bunları siparişlerine ekleyebilir." #: src/components/common/PlatformFeesSettings/index.tsx:235 msgid "Buyers see a clean price. The platform fee is deducted from your payout." @@ -1848,7 +1848,7 @@ msgstr "Kayıt olarak <0>Hizmet Şartlarımızı ve <1>Gizlilik Politikası< #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:123 msgid "By ticket type" -msgstr "" +msgstr "Bilet türüne göre" #: src/components/routes/admin/Configurations/index.tsx:259 msgid "Bypass Application Fees" @@ -1860,7 +1860,7 @@ msgstr "Hesaplama Türü" #: src/components/routes/event/OccurrencesTab/index.tsx:473 msgid "Calendar" -msgstr "" +msgstr "Takvim" #: src/components/common/EmailTemplateEditor/CTAConfiguration.tsx:20 msgid "Call-to-Action Button" @@ -1869,11 +1869,11 @@ msgstr "Harekete Geçirici Düğme" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:153 #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:90 msgid "Camera" -msgstr "" +msgstr "Kamera" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:110 msgid "Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings." -msgstr "" +msgstr "Kamera izni reddedildi. <0>İzni yeniden isteyin veya tarayıcı ayarlarından bu sayfaya kamera erişimi verin." #: src/components/routes/admin/Attribution/index.tsx:107 msgid "Campaign" @@ -1881,7 +1881,7 @@ msgstr "Kampanya" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:79 msgid "Can't check in" -msgstr "" +msgstr "Check-in yapılamıyor" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:57 #: src/components/common/ContactOrganizerModal/index.tsx:104 @@ -1897,7 +1897,7 @@ msgstr "" #: src/components/modals/PublishEventModal/index.tsx:208 #: src/components/routes/admin/DeletionRequests/index.tsx:178 #: src/components/routes/event/messages.tsx:80 -#: src/components/routes/event/OccurrencesTab/index.tsx:499 +#: src/components/routes/event/OccurrencesTab/index.tsx:504 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:272 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:306 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:61 @@ -1914,7 +1914,7 @@ msgstr "İptal" #: src/components/routes/event/OccurrencesTab/index.tsx:211 #: src/components/routes/event/OccurrencesTab/index.tsx:223 msgid "Cancel {count} date(s)" -msgstr "" +msgstr "{count} tarihi iptal et" #: src/components/modals/RefundOrderModal/index.tsx:133 msgid "Cancel all products and release them back to the pool" @@ -1928,7 +1928,7 @@ msgstr "Tüm ürünleri iptal et ve havuza geri bırak" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:568 msgid "Cancel Date" -msgstr "" +msgstr "Tarihi iptal et" #: src/components/common/PendingDeletionBanner/index.tsx:37 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:104 @@ -1985,7 +1985,7 @@ msgstr "İptal Edildi" #: src/components/routes/event/OccurrencesTab/index.tsx:237 msgid "Cancelling {0} date(s). This may take a moment to complete." -msgstr "" +msgstr "{0} tarih iptal ediliyor. Bu biraz sürebilir." #: src/components/routes/admin/Configurations/index.tsx:36 msgid "Cannot delete the system default configuration" @@ -2011,7 +2011,7 @@ msgstr "Kapasite Atamaları" #: src/components/layouts/AuthLayout/index.tsx:28 msgid "Capacity management" -msgstr "" +msgstr "Kapasite yönetimi" #: src/components/layouts/Event/index.tsx:137 msgid "Capacity Management" @@ -2019,15 +2019,15 @@ msgstr "Kapasite yönetimi" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:111 msgid "Capacity must be 0 or greater" -msgstr "" +msgstr "Kapasite 0 veya daha büyük olmalı" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:300 msgid "capacity updates" -msgstr "" +msgstr "kapasite güncellemeleri" #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:66 msgid "Capacity Used" -msgstr "" +msgstr "Kullanılan kapasite" #: src/components/modals/CreateProductCategoryModal/index.tsx:52 msgid "Categories allow you to group products together. For example, you might have a category for \"Tickets\" and another for \"Merchandise\"." @@ -2052,7 +2052,7 @@ msgstr "Kategori Başarıyla Oluşturuldu" #: src/components/common/ProductsTable/SortableCategory/index.tsx:48 msgid "Category deleted successfully" -msgstr "" +msgstr "Kategori silindi" #: src/components/common/LocationPicker/index.tsx:201 msgid "Change" @@ -2060,7 +2060,7 @@ msgstr "Değiştir" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Change duration" -msgstr "" +msgstr "Süreyi değiştir" #: src/components/routes/profile/ManageProfile/index.tsx:239 msgid "Change password" @@ -2068,11 +2068,11 @@ msgstr "Şifre değiştir" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Change the attendee limit" -msgstr "" +msgstr "Katılımcı sınırını değiştir" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:365 msgid "Change time" -msgstr "" +msgstr "Saati değiştir" #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Change waitlist settings" @@ -2080,11 +2080,11 @@ msgstr "Bekleme listesi ayarlarını değiştir" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:212 msgid "Changed duration for {count} date(s)" -msgstr "" +msgstr "{count} tarihin süresi değiştirildi" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:399 msgid "Charges" -msgstr "" +msgstr "Tahsilatlar" #: src/constants/eventCategories.ts:24 msgid "Charity" @@ -2093,7 +2093,7 @@ msgstr "Hayır Kurumu" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:82 msgid "Check in" -msgstr "" +msgstr "Check-in yap" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:28 msgid "Check in {0} {1}" @@ -2110,12 +2110,12 @@ msgstr "Sadece check-in yap" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:81 msgid "Check out" -msgstr "" +msgstr "Check-in'i geri al" #: src/components/layouts/EventHomepage/index.tsx:337 #: src/components/layouts/EventHomepage/index.tsx:338 msgid "Check out this event: {0}" -msgstr "" +msgstr "Bu etkinliğe göz atın: {0}" #: src/components/layouts/Checkout/index.tsx:338 msgid "Check out this event!" @@ -2133,12 +2133,12 @@ msgstr "Gelen kutunuzu kontrol edin! Bu e-postayla ilişkili biletler varsa, bun #: src/components/layouts/CheckIn/index.tsx:549 msgid "Check-in" -msgstr "" +msgstr "Check-in" #: src/components/modals/ManageAttendeeModal/index.tsx:137 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:58 msgid "Check-In" -msgstr "" +msgstr "Check-in" #: src/components/forms/WebhookForm/index.tsx:121 msgid "Check-in Created" @@ -2150,15 +2150,15 @@ msgstr "Giriş Silindi" #: src/components/layouts/CheckIn/index.tsx:215 msgid "Check-in for {0} was undone" -msgstr "" +msgstr "{0} için check-in geri alındı" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:223 msgid "Check-in history" -msgstr "" +msgstr "Check-in geçmişi" #: src/components/common/CheckInListTable/index.tsx:59 msgid "Check-In List" -msgstr "" +msgstr "Check-in listesi" #: src/components/modals/CheckInListSuccessModal/index.tsx:20 msgid "Check-In List Created" @@ -2175,7 +2175,7 @@ msgstr "Check-in listesinin süresi doldu" #: src/components/layouts/CheckIn/index.tsx:583 msgid "Check-in list info" -msgstr "" +msgstr "Check-in listesi bilgileri" #: src/components/layouts/CheckIn/index.tsx:520 msgid "Check-in list is not active" @@ -2187,7 +2187,7 @@ msgstr "Check-in listesi bulunamadı" #: src/components/routes/event/CheckInLists/index.tsx:60 msgid "check-in lists" -msgstr "" +msgstr "check-in listeleri" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:51 msgid "Check-in Lists" @@ -2201,11 +2201,11 @@ msgstr "Check-In Listeleri" #: src/components/layouts/CheckIn/BottomNav.tsx:21 msgid "Check-in navigation" -msgstr "" +msgstr "Check-in gezinmesi" #: src/components/layouts/CheckIn/index.tsx:567 msgid "Check-in progress" -msgstr "" +msgstr "Check-in ilerlemesi" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:45 msgid "Check-in Rate" @@ -2245,7 +2245,7 @@ msgstr "Onay Kutuları" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:151 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:89 msgid "Checked in" -msgstr "" +msgstr "Check-in yapıldı" #: src/components/common/AttendeeTable/index.tsx:299 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -2277,11 +2277,11 @@ msgstr "Arkaplanınız için bir renk seçin" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:123 msgid "Choose a configuration" -msgstr "" +msgstr "Bir yapılandırma seçin" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:335 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:336 msgid "Choose a different action" -msgstr "" +msgstr "Farklı bir işlem seçin" #: src/components/common/ThemeFontControl/index.tsx:66 msgid "Choose a typeface that matches your brand. Fonts are self-hosted via Bunny Fonts." @@ -2293,7 +2293,7 @@ msgstr "Bir hesap seçin" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:202 msgid "Choose an organizer" -msgstr "" +msgstr "Bir organizatör seçin" #: src/components/routes/events/Dashboard/index.tsx:232 msgid "Choose an Organizer" @@ -2301,7 +2301,7 @@ msgstr "Bir Organizatör Seçin" #: src/components/routes/product-widget/SelectProducts/index.tsx:968 msgid "Choose another date" -msgstr "" +msgstr "Başka bir tarih seçin" #: src/components/common/CalendarOptionsPopover/index.tsx:22 msgid "Choose calendar" @@ -2328,29 +2328,29 @@ msgid "City" msgstr "Şehir" #: src/components/common/OccurrenceSelect/index.tsx:133 -#: src/components/routes/event/OccurrencesTab/index.tsx:505 +#: src/components/routes/event/OccurrencesTab/index.tsx:519 msgid "Clear" -msgstr "" +msgstr "Temizle" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:475 msgid "Clear location — fall back to the event default" -msgstr "" +msgstr "Konumu temizle — etkinliğin varsayılanına dön" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:100 msgid "Clear search" -msgstr "" +msgstr "Aramayı temizle" #: src/components/common/SearchBar/index.tsx:62 msgid "Clear Search Text" msgstr "Arama Metnini Temizle" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:497 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:498 msgid "Clearing removes any per-date override. Affected dates will fall back to the event's default location." -msgstr "" +msgstr "Temizlemek, tarihe özel tüm ayarları kaldırır. Etkilenen tarihler etkinliğin varsayılan konumuna döner." #: src/components/routes/event/OccurrencesTab/index.tsx:333 msgid "Click to cancel" -msgstr "" +msgstr "İptal etmek için tıklayın" #: src/components/common/PromoCodeTable/index.tsx:106 msgid "Click to copy" @@ -2358,7 +2358,7 @@ msgstr "Kopyalamak için tıklayın" #: src/components/routes/event/OccurrencesTab/index.tsx:335 msgid "Click to reopen for new sales" -msgstr "" +msgstr "Satışı yeniden açmak için tıklayın" #: src/components/common/AttendeeTable/index.tsx:173 msgid "Click to view notes" @@ -2478,7 +2478,7 @@ msgstr "İletişim Tercihleri" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:82 msgid "complete" -msgstr "" +msgstr "tamamlandı" #: src/components/routes/product-widget/CollectInformation/index.tsx:749 msgid "Complete Order" @@ -2491,7 +2491,7 @@ msgstr "Ödemeyi Tamamla" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:293 msgid "Complete Stripe setup" -msgstr "" +msgstr "Stripe kurulumunu tamamla" #: src/components/routes/product-widget/CollectInformation/index.tsx:442 msgid "Complete your order to secure your tickets. This offer is time-limited, so don't wait too long." @@ -2539,11 +2539,11 @@ msgstr "Konferans Merkezi" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:100 msgid "Configuration" -msgstr "" +msgstr "Yapılandırma" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:52 msgid "Configuration assigned" -msgstr "" +msgstr "Yapılandırma atandı" #: src/components/routes/admin/Configurations/index.tsx:196 msgid "Configuration created successfully" @@ -2580,7 +2580,7 @@ msgstr "Vergi ve ücretleri yapılandır" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:181 msgid "Configure which products are available for this occurrence and optionally adjust pricing." -msgstr "" +msgstr "Bu tarih için hangi ürünlerin sunulacağını belirleyin ve isterseniz fiyatları ayarlayın." #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" @@ -2643,7 +2643,7 @@ msgstr "Tebrikler! Etkinliğiniz artık herkese açık." #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:71 msgid "Connect bank" -msgstr "" +msgstr "Banka bağla" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:370 #: src/components/modals/PublishEventModal/index.tsx:79 @@ -2665,7 +2665,7 @@ msgstr "Mesajlaşmayı etkinleştirmek için Stripe'ı bağlayın" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:464 msgid "Connect Stripe to receive ticket payments directly to your bank account." -msgstr "" +msgstr "Bilet ödemelerini doğrudan banka hesabınıza almak için Stripe'ı bağlayın." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:263 msgid "Connect with Stripe" @@ -2673,13 +2673,13 @@ msgstr "Stripe ile Bağlan" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:127 msgid "Connect your bank to receive ticket sales straight to your account" -msgstr "" +msgstr "Bilet gelirlerini doğrudan hesabınıza almak için bankanızı bağlayın" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:298 msgid "Connected the wrong Stripe account? Disconnect and start over." msgstr "Yanlış Stripe hesabını mı bağladınız? Bağlantıyı kesin ve baştan başlayın." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:489 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:492 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:164 msgid "Connection Details" @@ -2687,7 +2687,7 @@ msgstr "Bağlantı Detayları" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:117 msgid "Connection details are required for online dates" -msgstr "" +msgstr "Çevrimiçi tarihler için bağlantı bilgileri zorunludur" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:41 msgid "Connection details are required for online events" @@ -2760,11 +2760,11 @@ msgstr "Bu etkinlik için platform ücretlerinin nasıl ele alınacağını kont #: src/components/forms/CheckInListForm/index.tsx:83 msgid "Control who gets in for this date" -msgstr "" +msgstr "Bu tarihte kimin gireceğini belirleyin" #: src/components/forms/CheckInListForm/index.tsx:84 msgid "Control who gets in, and when" -msgstr "" +msgstr "Kimin ne zaman gireceğini belirleyin" #: src/components/common/AttendeeTicket/index.tsx:188 #: src/components/common/CopyButton/index.tsx:13 @@ -2805,7 +2805,7 @@ msgstr "Kopyala" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:364 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:373 msgid "Copy account ID" -msgstr "" +msgstr "Hesap kimliğini kopyala" #: src/components/common/AffiliateTable/index.tsx:183 msgid "Copy Affiliate Link" @@ -2865,7 +2865,7 @@ msgstr "Konum silinemedi" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:244 msgid "Could not prepare the bulk update." -msgstr "" +msgstr "Toplu güncelleme hazırlanamadı." #: src/components/common/AddressAutocomplete/index.tsx:61 #: src/components/common/LocationPicker/index.tsx:153 @@ -2874,11 +2874,11 @@ msgstr "Adres ayrıntıları alınamadı" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:275 msgid "Could not save date" -msgstr "" +msgstr "Tarih kaydedilemedi" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:78 msgid "Couldn't send verification email. Please try again." -msgstr "" +msgstr "Doğrulama e-postası gönderilemedi. Lütfen tekrar deneyin." #: src/components/common/CheckoutQuestion/index.tsx:174 #: src/components/common/LocationPicker/index.tsx:268 @@ -2903,7 +2903,7 @@ msgstr "Kapak Görseli" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:148 msgid "Cover image added" -msgstr "" +msgstr "Kapak görseli eklendi" #: src/components/routes/event/HomepageDesigner/index.tsx:202 msgid "Cover image will be displayed at the top of your event page" @@ -2915,7 +2915,7 @@ msgstr "Kapak görseli organizatör sayfanızın üstünde gösterilecektir" #: src/components/common/CheckInListTable/index.tsx:82 msgid "Covers every ticket" -msgstr "" +msgstr "Tüm biletleri kapsar" #: src/components/routes/event/attendees.tsx:253 #: src/components/routes/event/products.tsx:77 @@ -2936,11 +2936,11 @@ msgstr "Sitenizde bilet satmak için özel bir widget oluşturun." #: src/components/modals/SelectCheckInListModal/index.tsx:82 msgid "Create a list for this date" -msgstr "" +msgstr "Bu tarih için liste oluştur" #: src/components/layouts/CheckIn/index.tsx:508 msgid "Create a new check-in list for an active session, or contact the organizer if you think this is a mistake." -msgstr "" +msgstr "Etkin bir oturum için yeni bir check-in listesi oluşturun veya bunun bir hata olduğunu düşünüyorsanız organizatörle iletişime geçin." #: src/components/routes/auth/AcceptInvitation/index.tsx:128 msgid "Create a password" @@ -3031,7 +3031,7 @@ msgstr "Özel Şablon Oluştur" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:546 msgid "Create Date" -msgstr "" +msgstr "Tarih oluştur" #: src/components/routes/event/promo-codes.tsx:33 msgid "Create discounts, access codes for hidden tickets, and special offers." @@ -3039,7 +3039,7 @@ msgstr "İndirimler, gizli biletler için erişim kodları ve özel teklifler ol #: src/components/routes/organizer/OrganizerDashboard/index.tsx:404 msgid "Create event" -msgstr "" +msgstr "Etkinlik oluştur" #: src/components/common/NoEventsBlankSlate/index.tsx:27 #: src/components/layouts/OrganizerLayout/index.tsx:179 @@ -3049,7 +3049,7 @@ msgstr "Etkinlik Oluştur" #: src/components/forms/ProductForm/index.tsx:559 msgid "Create more tickets or products to offer them as add-ons" -msgstr "" +msgstr "Ek ürün olarak sunabilmek için daha fazla bilet veya ürün oluşturun" #: src/components/routes/events/Dashboard/index.tsx:172 msgid "Create new" @@ -3128,7 +3128,7 @@ msgstr "Kendi etkinliğinizi oluşturun" msgid "Created" msgstr "Oluşturuldu" -#: src/components/routes/event/OccurrencesTab/index.tsx:549 +#: src/components/routes/event/OccurrencesTab/index.tsx:564 msgid "Creating {0} dates. This may take a moment." msgstr "{0} tarih oluşturuluyor. Bu biraz zaman alabilir." @@ -3170,7 +3170,7 @@ msgstr "Mevcut Şifre" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:107 msgid "Currently assigned" -msgstr "" +msgstr "Şu anda atanmış" #: src/components/common/ProductsTable/SortableProduct/index.tsx:110 msgid "Currently available for purchase" @@ -3178,7 +3178,7 @@ msgstr "Şu anda satın alınabilir" #: src/components/layouts/AuthLayout/index.tsx:15 msgid "Custom branding" -msgstr "" +msgstr "Özel marka görünümü" #: src/components/modals/SendMessageModal/index.tsx:496 msgid "Custom date and time" @@ -3190,7 +3190,7 @@ msgstr "Özel Harita URL'si" #: src/components/layouts/AuthLayout/index.tsx:24 msgid "Custom questions" -msgstr "" +msgstr "Özel sorular" #: src/components/common/QuestionsTable/index.tsx:433 msgid "Custom Questions" @@ -3224,7 +3224,7 @@ msgstr "Müşteriler" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:150 msgid "Customize page" -msgstr "" +msgstr "Sayfayı özelleştir" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:56 msgid "Customize the email and notification settings for this event" @@ -3278,7 +3278,7 @@ msgstr "Organizatör sayfanızın görünümünü özelleştirin" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:50 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Daily" -msgstr "" +msgstr "Günlük" #: src/components/routes/organizer/Reports/index.tsx:18 msgid "Daily revenue, taxes, fees, and refunds across all events" @@ -3294,7 +3294,7 @@ msgstr "Günlük satış, vergi ve ücret dökümü" #: src/constants/eventCategories.ts:13 msgid "Dance" -msgstr "" +msgstr "Dans" #: src/components/common/CapacityAssignmentList/index.tsx:153 #: src/components/common/CheckInListList/index.tsx:174 @@ -3349,43 +3349,43 @@ msgstr "Tarih ve Saat" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:99 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:212 msgid "Date Cancellation" -msgstr "" +msgstr "Tarih iptali" #: src/components/routes/event/OccurrenceDetail/index.tsx:76 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:54 msgid "Date cancelled" -msgstr "" +msgstr "Tarih iptal edildi" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:344 msgid "Date cancelled successfully" -msgstr "" +msgstr "Tarih başarıyla iptal edildi" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:255 msgid "Date created successfully" -msgstr "" +msgstr "Tarih başarıyla oluşturuldu" #: src/components/modals/ManageOccurrenceModal/index.tsx:61 #: src/components/routes/event/OccurrenceDetail/index.tsx:87 #: src/components/routes/event/OccurrencesTab/index.tsx:186 msgid "Date deleted" -msgstr "" +msgstr "Tarih silindi" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:368 msgid "Date deleted successfully" -msgstr "" +msgstr "Tarih başarıyla silindi" #: src/components/modals/ManageOccurrenceModal/index.tsx:75 #: src/components/routes/event/OccurrenceDetail/index.tsx:101 msgid "Date reactivated" -msgstr "" +msgstr "Tarih yeniden etkinleştirildi" #: src/components/routes/event/OccurrencesTab/index.tsx:200 msgid "Date reopened for new sales" -msgstr "" +msgstr "Tarih satışa yeniden açıldı" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:254 msgid "Date updated successfully" -msgstr "" +msgstr "Tarih başarıyla güncellendi" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:808 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1093 @@ -3394,23 +3394,23 @@ msgstr "tarih" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:105 msgid "Dates are managed per occurrence" -msgstr "" +msgstr "Tarihler tek tek yönetilir" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:674 msgid "Dates with sessions" -msgstr "" +msgstr "Oturumu olan günler" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:87 msgid "day" -msgstr "" +msgstr "gün" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:973 msgid "Day" -msgstr "" +msgstr "Gün" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:937 msgid "Day of Month" -msgstr "" +msgstr "Ayın günü" #: src/components/forms/CapaciyAssigmentForm/index.tsx:38 msgid "Day one capacity" @@ -3418,7 +3418,7 @@ msgstr "Birinci gün kapasitesi" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:95 msgid "days" -msgstr "" +msgstr "gün" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:920 msgid "Days of the month" @@ -3426,7 +3426,7 @@ msgstr "Ayın günleri" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:76 msgid "December" -msgstr "" +msgstr "Aralık" #: src/components/common/CookieConsentBanner/index.tsx:62 msgid "Decline" @@ -3452,7 +3452,7 @@ msgstr "Varsayılan katılımcı bilgi toplama" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1106 msgid "Default capacity per date" -msgstr "" +msgstr "Tarih başına varsayılan kapasite" #: src/components/routes/organizer/Settings/Sections/PlatformFeesSettings/index.tsx:44 msgid "Default Fee Handling" @@ -3464,7 +3464,7 @@ msgstr "Varsayılan şablon kullanılacak" #: src/components/forms/ProductForm/ledgerSummaries.ts:66 msgid "Defaults" -msgstr "" +msgstr "Varsayılanlar" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:29 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:31 @@ -3478,7 +3478,7 @@ msgstr "sil" #: src/components/common/TaxAndFeeList/index.tsx:81 #: src/components/routes/admin/Announcements/index.tsx:226 #: src/components/routes/admin/FailedJobs/index.tsx:209 -#: src/components/routes/event/OccurrencesTab/index.tsx:502 +#: src/components/routes/event/OccurrencesTab/index.tsx:512 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:62 msgid "Delete" msgstr "Sil" @@ -3489,7 +3489,7 @@ msgstr "\"{0}\" silinsin mi?" #: src/components/routes/event/OccurrencesTab/index.tsx:249 msgid "Delete {count} selected date(s)? Dates with orders will be skipped. This cannot be undone." -msgstr "" +msgstr "Seçili {count} tarih silinsin mi? Siparişi olan tarihler atlanır. Bu işlem geri alınamaz." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:148 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:155 @@ -3525,7 +3525,7 @@ msgstr "Kodu sil" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:357 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:582 msgid "Delete Date" -msgstr "" +msgstr "Tarihi sil" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:84 #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:119 @@ -3551,7 +3551,7 @@ msgstr "Organizatörü Sil" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Delete Permanently" -msgstr "" +msgstr "Kalıcı olarak sil" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:131 msgid "Delete Template" @@ -3559,11 +3559,11 @@ msgstr "Şablonu Sil" #: src/components/common/ProductsTable/SortableCategory/index.tsx:45 msgid "Delete this category? Any products in it will also be deleted. This cannot be undone." -msgstr "" +msgstr "Bu kategori silinsin mi? İçindeki tüm ürünler de silinir. Bu işlem geri alınamaz." #: src/components/common/ProductsTable/SortableProduct/index.tsx:71 msgid "Delete this product? This cannot be undone." -msgstr "" +msgstr "Bu ürün silinsin mi? Bu işlem geri alınamaz." #: src/components/common/QuestionsTable/index.tsx:197 msgid "Delete this question? This cannot be undone." @@ -3576,7 +3576,7 @@ msgstr "Webhook'u sil" #: src/components/routes/event/OccurrencesTab/index.tsx:255 msgid "Deleted {0} date(s)" -msgstr "" +msgstr "{0} tarih silindi" #: src/components/routes/admin/DeletionRequests/index.tsx:143 msgid "Deleted account" @@ -3611,7 +3611,7 @@ msgstr "Açıklama" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:138 msgid "Description and venue added" -msgstr "" +msgstr "Açıklama ve mekân eklendi" #: src/components/forms/CheckInListForm/index.tsx:143 msgid "Description for check-in staff" @@ -3640,12 +3640,12 @@ msgstr "Kodu almadınız mı?" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:472 msgid "Different location" -msgstr "" +msgstr "Farklı konum" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:403 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:411 msgid "Disabled" -msgstr "" +msgstr "Devre dışı" #: src/components/forms/CapaciyAssigmentForm/index.tsx:27 msgid "Disabling this capacity will track sales but not stop them when the limit is reached" @@ -3654,12 +3654,12 @@ msgstr "Bu kapasiteyi devre dışı bırakmak satışları takip edecek ancak li #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Discard" -msgstr "" +msgstr "Vazgeç" #: src/components/forms/ProductForm/ProductDrawer.tsx:54 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:725 msgid "Discard changes?" -msgstr "" +msgstr "Değişiklikler atılsın mı?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Disconnect" @@ -3691,7 +3691,7 @@ msgstr "İndirim Türü" #: src/components/common/Callout/index.tsx:54 msgid "Dismiss" -msgstr "" +msgstr "Kapat" #: src/components/common/AnnouncementDisplay/AnnouncementBanner.tsx:37 msgid "Dismiss announcement" @@ -3699,7 +3699,7 @@ msgstr "Duyuruyu kapat" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:186 msgid "Dismiss setup checklist" -msgstr "" +msgstr "Kurulum listesini gizle" #: src/components/routes/product-widget/SelectProducts/index.tsx:1077 msgid "Dismiss this message" @@ -3747,7 +3747,7 @@ msgstr "Tamam" #: src/components/common/CheckIn/CheckInDescriptionModal.tsx:20 msgid "Door staff instructions" -msgstr "" +msgstr "Kapı görevlileri için talimatlar" #: src/components/common/CalendarOptionsPopover/index.tsx:39 msgid "Download .ics" @@ -3810,7 +3810,7 @@ msgstr "Çoğalt" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Duplicate Date" -msgstr "" +msgstr "Tarihi çoğalt" #: src/components/common/EventCard/index.tsx:151 msgid "Duplicate event" @@ -3832,7 +3832,7 @@ msgstr "Ürünü Çoğalt" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:121 msgid "Duration must be at least 1 minute." -msgstr "" +msgstr "Süre en az 1 dakika olmalı." #: src/components/common/LanguageSwitcher/index.tsx:26 msgid "Dutch" @@ -3846,10 +3846,10 @@ msgstr "ör. 180 (3 saat)" msgid "e.g. Learn more" msgstr "örn. Daha fazla bilgi" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:453 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:450 msgid "e.g. Morning Session" -msgstr "" +msgstr "ör. Sabah oturumu" #: src/components/routes/admin/Announcements/index.tsx:382 msgid "e.g. New feature: Waitlists" @@ -3879,9 +3879,9 @@ msgstr "Her kişi, satın alma işlemini tamamlamak için ayrılmış bir yer i msgid "Each product" msgstr "Her ürün" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:381 msgid "Earlier" -msgstr "" +msgstr "Daha erken" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:64 msgid "Early bird" @@ -3960,7 +3960,7 @@ msgstr "Yapılandırmayı Düzenle" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Edit Date" -msgstr "" +msgstr "Tarihi düzenle" #: src/components/common/LocationsTable/index.tsx:65 msgid "Edit location" @@ -4025,7 +4025,7 @@ msgstr "Webhook'u Düzenle" #: src/components/routes/event/OccurrencesTab/index.tsx:308 msgid "Edited" -msgstr "" +msgstr "Düzenlendi" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:140 msgid "Editor" @@ -4079,7 +4079,7 @@ msgstr "E-posta ve Bildirim Ayarları" #: src/components/layouts/AuthLayout/index.tsx:20 msgid "Email & scheduled messages" -msgstr "" +msgstr "E-posta ve planlanmış mesajlar" #: src/components/routes/event/Settings/index.tsx:78 msgid "Email & Templates" @@ -4159,7 +4159,7 @@ msgstr "E-posta Doğrulaması Gerekli" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:160 msgid "Email verified" -msgstr "" +msgstr "E-posta doğrulandı" #: src/components/routes/welcome/index.tsx:99 msgid "Email verified successfully!" @@ -4180,7 +4180,7 @@ msgstr "Widget yerleştir" #: src/components/layouts/AuthLayout/index.tsx:21 msgid "Embeddable widget" -msgstr "" +msgstr "Yerleştirilebilir bileşen" #: src/components/routes/admin/Announcements/index.tsx:409 msgid "Emoji" @@ -4255,11 +4255,11 @@ msgstr "Sona Erdi" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:55 msgid "Ended {0}" -msgstr "" +msgstr "{0} sona erdi" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:46 msgid "Ends {0}" -msgstr "" +msgstr "{0} sona eriyor" #: src/components/common/LanguageSwitcher/index.tsx:18 #: src/components/common/LanguageSwitcher/index.tsx:69 @@ -4269,11 +4269,11 @@ msgstr "İngilizce" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:131 msgid "Enter a capacity value or choose unlimited." -msgstr "" +msgstr "Bir kapasite değeri girin veya sınırsızı seçin." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:141 msgid "Enter a label or choose to remove it." -msgstr "" +msgstr "Bir etiket girin veya kaldırmayı seçin." #: src/components/common/EmailTemplateEditor/EmailTemplatePreviewPane.tsx:58 msgid "Enter a subject and body to see the preview" @@ -4281,7 +4281,7 @@ msgstr "Önizlemeyi görmek için bir konu ve gövde girin" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:112 msgid "Enter a time to shift by." -msgstr "" +msgstr "Ne kadar kaydırılacağını girin." #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:29 msgid "Enter a venue name or address" @@ -4311,9 +4311,9 @@ msgstr "Bağlı kuruluş adını girin" msgid "Enter an amount excluding taxes and fees." msgstr "Vergiler ve ücretler hariç bir tutar girin." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:434 msgid "Enter capacity" -msgstr "" +msgstr "Kapasite gir" #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:69 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:69 @@ -4366,7 +4366,7 @@ msgstr "Tüm sipariş" #: src/components/routes/event/SoldOutWaitlist/index.tsx:126 msgid "entries" -msgstr "" +msgstr "kayıt" #: src/components/common/WaitlistTable/index.tsx:264 msgid "Entries will appear here when customers join the waitlist for sold out products." @@ -4394,7 +4394,7 @@ msgstr "Günlükler yüklenirken hata oluştu" #: src/components/forms/ProductForm/ProductDrawer.tsx:98 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:870 msgid "Esc to close" -msgstr "" +msgstr "Kapatmak için Esc" #: src/components/routes/account/ManageAccount/sections/AccountSettings/index.tsx:74 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:137 @@ -4433,7 +4433,7 @@ msgstr "Etkinlik Kapak Görseli" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:196 msgid "Event created" -msgstr "" +msgstr "Etkinlik oluşturuldu" #: src/components/forms/WebhookForm/index.tsx:43 msgid "Event Created" @@ -4483,7 +4483,7 @@ msgstr "Etkinlik Ana Sayfası" #: src/components/common/PeriodSelector/index.tsx:124 msgid "Event lifetime" -msgstr "" +msgstr "Etkinliğin tamamı" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:151 msgid "Event location & venue details" @@ -4546,7 +4546,7 @@ msgstr "Etkinlik Çok Yeni" #: src/components/routes/event/EventDashboard/index.tsx:264 msgid "Event totals" -msgstr "" +msgstr "Etkinlik toplamları" #: src/components/common/OrganizerWebhookTable/index.tsx:237 #: src/components/common/WebhookTable/index.tsx:237 @@ -4585,32 +4585,32 @@ msgstr "Her" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0}" -msgstr "" +msgstr "Her {0}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:748 msgid "Every {0} {cadenceUnit}" -msgstr "" +msgstr "Her {0} {cadenceUnit}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Every {0} days" -msgstr "" +msgstr "Her {0} günde bir" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Every {0} months" -msgstr "" +msgstr "Her {0} ayda bir" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Every {0} weeks" -msgstr "" +msgstr "Her {0} haftada bir" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0} weeks on {1}" -msgstr "" +msgstr "Her {0} haftada bir, {1}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Every {0} years" -msgstr "" +msgstr "Her {0} yılda bir" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:747 msgid "Every {cadenceUnit}" @@ -4622,7 +4622,7 @@ msgstr "Her e-posta şablonu uygun sayfaya bağlanan bir harekete geçirici dü #: src/components/forms/ProductForm/index.tsx:392 msgid "Everything else — tap to edit" -msgstr "" +msgstr "Diğer her şey — düzenlemek için dokunun" #: src/components/common/QuestionsTable/index.tsx:496 msgid "Examples: \"How did you hear about us?\", \"Company name for invoice\"" @@ -4743,11 +4743,11 @@ msgstr "Katılımcı iptal edilemedi" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:57 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:348 msgid "Failed to cancel date" -msgstr "" +msgstr "Tarih iptal edilemedi" #: src/components/routes/event/OccurrencesTab/index.tsx:241 msgid "Failed to cancel dates" -msgstr "" +msgstr "Tarihler iptal edilemedi" #: src/components/routes/event/messages.tsx:41 msgid "Failed to cancel message" @@ -4767,7 +4767,7 @@ msgstr "Yapılandırma oluşturulamadı" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:712 msgid "Failed to create schedule" -msgstr "" +msgstr "Program oluşturulamadı" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:702 #: src/hooks/useOccurrenceGenerationPolling.ts:42 @@ -4791,15 +4791,15 @@ msgstr "Yapılandırma silinemedi" #: src/components/routes/event/OccurrenceDetail/index.tsx:90 #: src/components/routes/event/OccurrencesTab/index.tsx:187 msgid "Failed to delete date" -msgstr "" +msgstr "Tarih silinemedi" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:372 msgid "Failed to delete date. It may have existing orders." -msgstr "" +msgstr "Tarih silinemedi. Mevcut siparişleri olabilir." #: src/components/routes/event/OccurrencesTab/index.tsx:258 msgid "Failed to delete dates" -msgstr "" +msgstr "Tarihler silinemedi" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:40 msgid "Failed to delete event" @@ -4819,7 +4819,7 @@ msgstr "Organizatör silinemedi" #: src/components/common/ProductsTable/SortableProduct/index.tsx:80 msgid "Failed to delete product. Please try again." -msgstr "" +msgstr "Ürün silinemedi. Lütfen tekrar deneyin." #: src/components/common/QuestionsTable/index.tsx:203 msgid "Failed to delete question" @@ -4875,7 +4875,7 @@ msgstr "Bilet teklifi başarısız oldu" #: src/components/modals/ManageOccurrenceModal/index.tsx:76 #: src/components/routes/event/OccurrenceDetail/index.tsx:102 msgid "Failed to reactivate date" -msgstr "" +msgstr "Tarih yeniden etkinleştirilemedi" #: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to remove from waitlist" @@ -4883,11 +4883,11 @@ msgstr "Bekleme listesinden kaldırma başarısız" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:104 msgid "Failed to remove override" -msgstr "" +msgstr "Özel ayar kaldırılamadı" #: src/components/routes/event/OccurrencesTab/index.tsx:201 msgid "Failed to reopen date" -msgstr "" +msgstr "Tarih yeniden açılamadı" #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" @@ -4919,15 +4919,15 @@ msgstr "İşler yeniden denenemedi" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:69 msgid "Failed to save override" -msgstr "" +msgstr "Özel ayar kaydedilemedi" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:156 msgid "Failed to save price override" -msgstr "" +msgstr "Özel fiyat kaydedilemedi" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:163 msgid "Failed to save product settings" -msgstr "" +msgstr "Ürün ayarları kaydedilemedi" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:158 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:161 @@ -5012,15 +5012,15 @@ msgstr "E-posta doğrulanamadı" #: src/constants/eventCategories.ts:17 msgid "Family" -msgstr "" +msgstr "Aile" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:247 msgid "Fast payouts to your bank" -msgstr "" +msgstr "Bankanıza hızlı ödemeler" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:66 msgid "February" -msgstr "" +msgstr "Şubat" #: src/components/forms/TaxAndFeeForm/index.tsx:18 #: src/components/forms/TaxAndFeeForm/index.tsx:39 @@ -5042,7 +5042,7 @@ msgstr "Ücret işleme" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:68 msgid "Fee override saved" -msgstr "" +msgstr "Özel ücret kaydedildi" #: src/components/common/InlineOrderSummary/index.tsx:156 #: src/components/common/OrdersTable/index.tsx:270 @@ -5073,11 +5073,11 @@ msgstr "Önce yukarıdaki bilgilerinizi doldurun" #: src/constants/eventCategories.ts:12 msgid "Film" -msgstr "" +msgstr "Sinema" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:125 msgid "Filter attendees" -msgstr "" +msgstr "Katılımcıları filtrele" #: src/components/routes/event/attendees.tsx:245 msgid "Filter Attendees" @@ -5086,7 +5086,7 @@ msgstr "Katılımcıları Filtrele" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:62 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:82 msgid "Filter by date" -msgstr "" +msgstr "Tarihe göre filtrele" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:118 msgid "Filter by Event" @@ -5107,27 +5107,27 @@ msgstr "Filtreler ({activeFilterCount})" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:281 msgid "Finish setting up Stripe" -msgstr "" +msgstr "Stripe kurulumunu bitir" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:70 msgid "Finish setup" -msgstr "" +msgstr "Kurulumu bitir" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:57 msgid "First" -msgstr "" +msgstr "Birinci" #: src/components/common/PeriodSelector/index.tsx:42 msgid "First 30 days" -msgstr "" +msgstr "İlk 30 gün" #: src/components/common/PeriodSelector/index.tsx:40 msgid "First 7 days" -msgstr "" +msgstr "İlk 7 gün" #: src/components/common/PeriodSelector/index.tsx:44 msgid "First 90 days" -msgstr "" +msgstr "İlk 90 gün" #: src/components/routes/product-widget/CollectInformation/index.tsx:533 msgid "First attendee" @@ -5187,7 +5187,7 @@ msgstr "Sabit tutar" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:145 msgid "Fixed fee" -msgstr "" +msgstr "Sabit ücret" #: src/components/routes/admin/Configurations/index.tsx:94 #: src/components/routes/admin/Configurations/index.tsx:236 @@ -5204,11 +5204,11 @@ msgstr "Sabit ücret 0 veya daha büyük olmalıdır" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash off" -msgstr "" +msgstr "Flaş kapalı" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash on" -msgstr "" +msgstr "Flaş açık" #: src/components/common/ThemeFontControl/index.tsx:65 msgid "Font Family" @@ -5236,7 +5236,7 @@ msgstr "Şifrenizi mi unuttunuz?" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:60 msgid "Fourth" -msgstr "" +msgstr "Dördüncü" #: src/components/common/AttendeeTicket/index.tsx:134 #: src/components/common/Currency/index.tsx:88 @@ -5258,7 +5258,7 @@ msgstr "Fransızca" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 msgid "Fri" -msgstr "" +msgstr "Cum" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -5275,7 +5275,7 @@ msgstr "Başlangıç fiyatı {0}" #: src/components/forms/ProductForm/ledgerSummaries.ts:46 msgid "From {start}" -msgstr "" +msgstr "{start} tarihinden itibaren" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:789 msgid "from {start} until {end}" @@ -5287,11 +5287,11 @@ msgstr "{start} itibarıyla {count} tarih" #: src/components/layouts/AuthLayout/index.tsx:26 msgid "Full data ownership" -msgstr "" +msgstr "Verileriniz tamamen sizin" #: src/components/common/PeriodSelector/index.tsx:46 msgid "Full event" -msgstr "" +msgstr "Etkinliğin tamamı" #: src/components/modals/RefundOrderModal/index.tsx:110 msgid "Full refund" @@ -5299,15 +5299,15 @@ msgstr "Tam iade" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "future" -msgstr "" +msgstr "gelecek" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:352 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:353 msgid "Future dates only" -msgstr "" +msgstr "Yalnızca gelecekteki tarihler" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Future dates will be copied with capacity reset to zero" -msgstr "" +msgstr "Gelecekteki tarihler, kapasite sıfırlanarak kopyalanır" #: src/components/routes/event/TicketDesigner/TicketDesignerPrint.tsx:38 #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:40 @@ -5340,11 +5340,11 @@ msgstr "Yol Tarifi Al" #: src/components/layouts/OrganizerLayout/index.tsx:82 msgid "Get Paid" -msgstr "" +msgstr "Ödeme alın" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:234 msgid "Get paid with Stripe" -msgstr "" +msgstr "Stripe ile ödeme alın" #: src/components/routes/auth/Register/index.tsx:73 msgid "Get started" @@ -5377,7 +5377,7 @@ msgstr "Geri dön" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Go Back" -msgstr "" +msgstr "Geri dön" #: src/components/routes/profile/ConfirmEmailChange/index.tsx:23 #: src/components/routes/profile/ConfirmEmailChange/index.tsx:42 @@ -5394,7 +5394,7 @@ msgstr "Ana sayfaya git" #: src/components/modals/CreateAttendeeModal/index.tsx:196 msgid "Go to Schedule" -msgstr "" +msgstr "Programa git" #: src/components/common/ThemeColorControls/index.tsx:113 msgid "Good readability" @@ -5438,7 +5438,7 @@ msgstr "Brüt Satışlar" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:334 msgid "Guest" -msgstr "" +msgstr "Misafir" #: src/components/layouts/Event/index.tsx:130 msgid "Guest Management" @@ -5451,7 +5451,7 @@ msgstr "Misafirler" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:45 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:159 msgid "Happening now" -msgstr "" +msgstr "Şu anda devam ediyor" #: src/components/routes/admin/DeletionRequests/index.tsx:161 msgid "Hard delete" @@ -5497,7 +5497,7 @@ msgstr "Merhaba {0} 👋" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:51 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:74 msgid "Hi," -msgstr "" +msgstr "Merhaba," #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:75 msgid "Hi.Events Fee" @@ -5514,7 +5514,7 @@ msgstr "Gizli" #: src/components/forms/ProductForm/visibilityStatus.ts:50 msgid "Hidden — sales ended {end}." -msgstr "" +msgstr "Gizli — satışlar {end} tarihinde sona erdi." #: src/components/common/QuestionsTable/index.tsx:112 msgid "Hidden from attendees - only visible to organizers" @@ -5522,11 +5522,11 @@ msgstr "Katılımcılardan gizli - sadece organizatörler tarafından görülebi #: src/components/forms/ProductForm/ledgerSummaries.ts:151 msgid "Hidden from everyone" -msgstr "" +msgstr "Herkesten gizli" #: src/components/forms/ProductForm/visibilityStatus.ts:18 msgid "Hidden from everyone — the master hide switch is on." -msgstr "" +msgstr "Herkesten gizli — ana gizleme anahtarı açık." #: src/components/common/ProductsTable/SortableProduct/index.tsx:109 #: src/components/common/ProductsTable/SortableProduct/index.tsx:318 @@ -5552,7 +5552,7 @@ msgstr "Cevapları Gizle" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "Hide details" -msgstr "" +msgstr "Ayrıntıları gizle" #: src/components/routes/admin/Announcements/index.tsx:495 msgid "Hide Preview" @@ -5600,7 +5600,7 @@ msgstr "Bu katmanı kullanıcılardan gizle" #: src/components/forms/ProductForm/ledgerSummaries.ts:61 msgid "Hides sold out" -msgstr "" +msgstr "Tükenenleri gizler" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:91 msgid "Hiding a product will prevent users from seeing it on the event page." @@ -5629,7 +5629,7 @@ msgstr "Vurgulanan ürünler, etkinlik sayfasında öne çıkmaları için farkl #: src/constants/eventCategories.ts:18 msgid "Hobbies" -msgstr "" +msgstr "Hobiler" #: src/components/routes/event/HomepageDesigner/index.tsx:168 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:173 @@ -5651,10 +5651,10 @@ msgstr "Ana Sayfa Önizlemesi" msgid "Homer" msgstr "Homer" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:386 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:410 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:387 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:411 msgid "Hours" -msgstr "" +msgstr "Saat" #: src/components/forms/PromoCodeForm/index.tsx:116 msgid "How is the discount applied?" @@ -5674,7 +5674,7 @@ msgstr "Bu kod kaç kez kullanılabilir?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:449 msgid "How VAT is applied to the platform fees we charge you." -msgstr "" +msgstr "Sizden aldığımız platform ücretlerine KDV'nin nasıl uygulandığı." #: src/components/common/Editor/index.tsx:90 msgid "HTML character limit exceeded: {htmlLength}/{maxLength}" @@ -5795,11 +5795,11 @@ msgstr "{diffMinutes} dakika içinde" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:111 msgid "in last {0} min" -msgstr "" +msgstr "son {0} dakikada" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:472 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 msgid "In person — set a venue" -msgstr "" +msgstr "Yüz yüze — bir mekân belirleyin" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:132 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:168 @@ -5881,7 +5881,7 @@ msgstr "Instagram" #: src/components/layouts/AuthLayout/index.tsx:14 msgid "Instant Stripe payouts" -msgstr "" +msgstr "Anında Stripe ödemeleri" #: src/components/layouts/Event/index.tsx:143 #: src/components/layouts/OrganizerLayout/index.tsx:114 @@ -5890,7 +5890,7 @@ msgstr "Entegrasyonlar" #: src/components/forms/CheckInListForm/index.tsx:190 msgid "Internal notes on the attendee's ticket" -msgstr "" +msgstr "Katılımcının biletindeki dahili notlar" #: src/components/common/ContactOrganizerModal/index.tsx:35 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:33 @@ -5972,11 +5972,11 @@ msgstr "Fatura Ayarları" #: src/components/routes/welcome/index.tsx:404 msgid "It happens on more than one date" -msgstr "" +msgstr "Birden fazla tarihte gerçekleşiyor" #: src/components/layouts/ProductWidget/index.tsx:57 msgid "It may have been unpublished or removed. Please check the link and try again." -msgstr "" +msgstr "Yayından kaldırılmış veya silinmiş olabilir. Lütfen bağlantıyı kontrol edip tekrar deneyin." #: src/components/common/LanguageSwitcher/index.tsx:24 msgid "Italian" @@ -5997,7 +5997,7 @@ msgstr "Ürünler" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:65 msgid "January" -msgstr "" +msgstr "Ocak" #: src/components/routes/admin/FailedJobs/index.tsx:163 msgid "Job" @@ -6047,11 +6047,11 @@ msgstr "Katıldı" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:71 msgid "July" -msgstr "" +msgstr "Temmuz" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:70 msgid "June" -msgstr "" +msgstr "Haziran" #: src/components/routes/auth/Login/index.tsx:121 msgid "Just looking for your tickets?" @@ -6059,11 +6059,11 @@ msgstr "Sadece biletlerinizi mi arıyorsunuz?" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:24 msgid "just now" -msgstr "" +msgstr "az önce" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:161 msgid "Just wrapped" -msgstr "" +msgstr "Yeni bitti" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Keep connection" @@ -6072,7 +6072,7 @@ msgstr "Bağlantıyı koru" #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Keep editing" -msgstr "" +msgstr "Düzenlemeye devam et" #: src/components/routes/admin/Announcements/index.tsx:390 msgid "Keep it short — banners show a single line. {0}/200" @@ -6084,7 +6084,7 @@ msgstr "{0} adresinden haberler ve etkinlikler hakkında beni bilgilendirin" #: src/components/layouts/AuthLayout/index.tsx:42 msgid "Keep the profit." -msgstr "" +msgstr "Kazanç sizde kalsın." #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:63 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:449 @@ -6099,7 +6099,7 @@ msgstr "Etiket — örn. Sabah seansı" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:301 msgid "label updates" -msgstr "" +msgstr "etiket güncellemeleri" #: src/components/modals/CreateAttendeeModal/index.tsx:235 #: src/components/modals/ManageAttendeeModal/index.tsx:156 @@ -6109,7 +6109,7 @@ msgstr "Dil" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:61 msgid "Last" -msgstr "" +msgstr "Son" #: src/components/common/OrganizerReportTable/index.tsx:60 #: src/components/common/ReportTable/index.tsx:55 @@ -6203,13 +6203,13 @@ msgstr "Son Tetiklenme" msgid "Last Used" msgstr "Son Kullanım" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:379 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 msgid "Later" -msgstr "" +msgstr "Daha sonra" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:152 msgid "Latest check-ins" -msgstr "" +msgstr "En son check-in'ler" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1098 msgid "Leave “from” as today to start right away." @@ -6221,27 +6221,27 @@ msgstr "Varsayılan \"Fatura\" kelimesini kullanmak için boş bırakın" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:507 msgid "Leave empty for unlimited" -msgstr "" +msgstr "Sınırsız için boş bırakın" #: src/components/forms/CheckInListForm/index.tsx:131 msgid "Leave empty to apply this check-in list to all occurrences" -msgstr "" +msgstr "Bu check-in listesinin tüm tarihlere uygulanması için boş bırakın" #: src/components/forms/CheckInListForm/index.tsx:106 msgid "Leave on to cover every ticket on the event. Turn off to pick specific tickets." -msgstr "" +msgstr "Etkinlikteki tüm biletleri kapsaması için açık bırakın. Belirli biletleri seçmek için kapatın." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:300 msgid "Let them know about the change" -msgstr "" +msgstr "Onlara değişikliği bildirin" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:266 msgid "Let them know about the changes" -msgstr "" +msgstr "Onlara değişiklikleri bildirin" #: src/components/layouts/OrganizerLayout/index.tsx:111 msgid "Library" -msgstr "" +msgstr "Kitaplık" #: src/components/common/ThemeColorControls/index.tsx:84 msgid "Light" @@ -6261,7 +6261,7 @@ msgstr "Bağlantılara İzin Verildi" #: src/components/routes/event/OccurrencesTab/index.tsx:472 msgid "List" -msgstr "" +msgstr "Liste" #: src/components/common/EventCard/index.tsx:91 #: src/components/layouts/Event/index.tsx:218 @@ -6281,11 +6281,11 @@ msgstr "Canlı Etkinlikler" #: src/components/forms/ProductForm/ProductPreview.tsx:72 msgid "Live preview" -msgstr "" +msgstr "Canlı önizleme" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:344 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 msgid "Loaded dates" -msgstr "" +msgstr "Yüklenen tarihler" #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:33 msgid "Loading preview..." @@ -6340,7 +6340,7 @@ msgstr "Konum güncellendi" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:302 msgid "location updates" -msgstr "" +msgstr "konum güncellemeleri" #: src/components/routes/organizer/Locations/index.tsx:52 msgid "locations" @@ -6404,7 +6404,7 @@ msgstr "Ödeme sırasında fatura adresini zorunlu kıl" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:114 msgid "Make it visible so people can buy tickets" -msgstr "" +msgstr "İnsanların bilet alabilmesi için görünür yapın" #: src/components/forms/QuestionForm/index.tsx:212 msgid "Make this question mandatory" @@ -6426,7 +6426,7 @@ msgstr "Yönet" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:97 msgid "Manage {0}" -msgstr "" +msgstr "{0} yönet" #: src/hooks/useAttendeeActions.tsx:75 msgid "Manage attendee" @@ -6434,7 +6434,7 @@ msgstr "Katılımcıyı yönet" #: src/components/routes/event/OccurrencesTab/index.tsx:462 msgid "Manage dates and times for your recurring event" -msgstr "" +msgstr "Yinelenen etkinliğinizin tarih ve saatlerini yönetin" #: src/components/common/EventCard/index.tsx:146 msgid "Manage event" @@ -6442,7 +6442,7 @@ msgstr "Etkinliği yönet" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:393 msgid "Manage on Stripe" -msgstr "" +msgstr "Stripe'ta yönet" #: src/hooks/useOrderActions.tsx:99 msgid "Manage order" @@ -6459,11 +6459,11 @@ msgstr "Profili Yönet" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:114 msgid "Manage schedule" -msgstr "" +msgstr "Programı yönet" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:78 msgid "Manage Schedule" -msgstr "" +msgstr "Programı yönet" #: src/components/routes/account/ManageAccount/sections/TaxSettings/index.tsx:17 msgid "Manage taxes and fees which can be applied to your products" @@ -6505,7 +6505,7 @@ msgstr "Manuel Katılımcı Ekle" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:67 msgid "March" -msgstr "" +msgstr "Mart" #: src/hooks/useOrderActions.tsx:128 msgid "Mark as paid" @@ -6513,7 +6513,7 @@ msgstr "Ödendi olarak işaretle" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:180 msgid "Mark as validated (admin override)" -msgstr "" +msgstr "Doğrulanmış olarak işaretle (yönetici kararı)" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:177 msgid "Max Messages / 24h" @@ -6533,7 +6533,7 @@ msgstr "Sipariş Başına Maksimum" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:69 msgid "May" -msgstr "" +msgstr "Mayıs" #: src/components/routes/admin/Attribution/index.tsx:108 msgid "Medium" @@ -6620,7 +6620,7 @@ msgstr "Mesajlaşma seviyesi başarıyla güncellendi" #: src/components/forms/ProductForm/ledgerSummaries.ts:115 msgid "Min {min} per order" -msgstr "" +msgstr "Sipariş başına en az {min}" #: src/components/forms/ProductForm/index.tsx:523 msgid "Minimum Per Order" @@ -6634,10 +6634,10 @@ msgstr "Minimum Fiyat" msgid "minutes" msgstr "dakika" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:393 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:417 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:394 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:418 msgid "Minutes" -msgstr "" +msgstr "Dakika" #: src/components/routes/event/Settings/index.tsx:84 msgid "Miscellaneous" @@ -6652,13 +6652,13 @@ msgstr "Çeşitli Ayarlar" msgid "Modal" msgstr "Modal" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:467 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:468 msgid "Mode" -msgstr "" +msgstr "Mod" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 msgid "Mon" -msgstr "" +msgstr "Pzt" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -6675,7 +6675,7 @@ msgstr "Başarısız arka plan işlerini izleyin ve yönetin" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:89 msgid "month" -msgstr "" +msgstr "ay" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:931 msgid "Month" @@ -6684,20 +6684,20 @@ msgstr "Ay" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:52 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Monthly" -msgstr "" +msgstr "Aylık" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:97 msgid "months" -msgstr "" +msgstr "ay" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:268 msgid "more" -msgstr "" +msgstr "daha" #: src/components/common/EntityActions/index.tsx:98 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:171 msgid "More actions" -msgstr "" +msgstr "Diğer işlemler" #: src/components/routes/admin/Dashboard/index.tsx:294 msgid "Most Viewed Events (Last 14 Days)" @@ -6705,7 +6705,7 @@ msgstr "En Çok Görüntülenen Etkinlikler (Son 14 Gün)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Move all dates earlier or later" -msgstr "" +msgstr "Tüm tarihleri öne veya geriye al" #: src/components/forms/QuestionForm/index.tsx:106 msgid "Multi line text box" @@ -6715,11 +6715,11 @@ msgstr "Çok satırlı metin kutusu" #: src/components/layouts/EventHomepage/index.tsx:180 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Multiple locations" -msgstr "" +msgstr "Birden fazla konum" #: src/components/layouts/AuthLayout/index.tsx:27 msgid "Multiple ticket types" -msgstr "" +msgstr "Birden fazla bilet türü" #: src/constants/eventCategories.ts:8 msgid "Music" @@ -6800,13 +6800,13 @@ msgstr "Net Gelir" msgid "Never" msgstr "Asla" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:432 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 msgid "New capacity" -msgstr "" +msgstr "Yeni kapasite" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:451 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 msgid "New label" -msgstr "" +msgstr "Yeni etiket" #: src/components/common/LocationPicker/index.tsx:169 #: src/components/common/LocationPicker/index.tsx:183 @@ -6825,7 +6825,7 @@ msgstr "Yeni Kayıtlar" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:53 msgid "New time:" -msgstr "" +msgstr "Yeni saat:" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:429 msgid "Next month" @@ -6833,11 +6833,11 @@ msgstr "Sonraki ay" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:162 msgid "Next occurrence" -msgstr "" +msgstr "Sonraki tarih" #: src/components/common/EventDateRange/index.tsx:61 msgid "Next: {nextFormatted}" -msgstr "" +msgstr "Sonraki: {nextFormatted}" #: src/constants/eventCategories.ts:4 msgid "Nightlife" @@ -6886,7 +6886,7 @@ msgstr "Bu sipariş için katılımcı bulunamadı." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:173 msgid "No attendees to show" -msgstr "" +msgstr "Gösterilecek katılımcı yok" #: src/components/common/AttendeeTable/index.tsx:346 msgid "No Attendees to show" @@ -6894,7 +6894,7 @@ msgstr "Gösterilecek Katılımcı yok" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:79 msgid "No attendees yet for this date." -msgstr "" +msgstr "Bu tarih için henüz katılımcı yok." #: src/components/routes/admin/Attribution/index.tsx:121 msgid "No attribution data found" @@ -6902,7 +6902,7 @@ msgstr "Atıf verisi bulunamadı" #: src/components/routes/organizer/Payments/CapabilityList.tsx:69 msgid "No capabilities reported by Stripe yet." -msgstr "" +msgstr "Stripe henüz herhangi bir özellik bildirmedi." #: src/components/modals/OfferWaitlistModal/index.tsx:193 msgid "No capacity" @@ -6915,7 +6915,7 @@ msgstr "Kapasite Ataması Yok" #: src/components/common/KpiGrid/index.tsx:57 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:212 msgid "No change" -msgstr "" +msgstr "Değişiklik yok" #: src/components/common/CheckInListList/index.tsx:44 #: src/components/common/CheckInListTable/index.tsx:266 @@ -6928,7 +6928,7 @@ msgstr "Bu etkinlik için kullanılabilir giriş listesi yok." #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:155 msgid "No check-ins yet" -msgstr "" +msgstr "Henüz check-in yok" #: src/components/routes/admin/Configurations/index.tsx:127 msgid "No configurations found" @@ -6936,7 +6936,7 @@ msgstr "Yapılandırma bulunamadı" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:207 msgid "No connections available" -msgstr "" +msgstr "Kullanılabilir bağlantı yok" #: src/components/common/ReportTable/index.tsx:233 msgid "No data available" @@ -6953,32 +6953,32 @@ msgstr "Gösterilecek veri yok. Lütfen bir tarih aralığı seçin" #: src/components/common/EventCard/index.tsx:221 #: src/components/common/EventCard/index.tsx:318 msgid "No date added" -msgstr "" +msgstr "Tarih eklenmedi" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:668 msgid "No dates available this month. Try navigating to another month." -msgstr "" +msgstr "Bu ay uygun tarih yok. Başka bir aya geçmeyi deneyin." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:90 msgid "No dates match the current filters." -msgstr "" +msgstr "Geçerli filtrelerle eşleşen tarih yok." -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates match your filters" -msgstr "" +msgstr "Filtrelerinizle eşleşen tarih yok" #: src/components/common/OccurrenceSelect/index.tsx:158 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:130 msgid "No dates match your search" -msgstr "" +msgstr "Aramanızla eşleşen tarih yok" #: src/components/modals/PublishEventModal/index.tsx:103 msgid "No dates scheduled" msgstr "Planlanmış tarih yok" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates scheduled yet" -msgstr "" +msgstr "Henüz planlanmış tarih yok" #: src/components/routes/admin/DeletionRequests/index.tsx:108 msgid "No deletion requests found" @@ -7026,7 +7026,7 @@ msgstr "Fatura yok" #: src/components/forms/ProductForm/ledgerSummaries.ts:121 msgid "No limits" -msgstr "" +msgstr "Sınır yok" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:163 #: src/components/modals/WebhookLogsModal/index.tsx:177 @@ -7047,11 +7047,11 @@ msgstr "Gösterilecek mesaj yok" #: src/components/modals/CreateAttendeeModal/index.tsx:183 msgid "No occurrences available" -msgstr "" +msgstr "Uygun tarih yok" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:134 msgid "No occurrences on this date" -msgstr "" +msgstr "Bu günde tarih yok" #: src/components/common/QuestionsTable/index.tsx:491 msgid "No order questions yet" @@ -7071,7 +7071,7 @@ msgstr "Henüz sipariş yok" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:90 msgid "No orders yet for this date." -msgstr "" +msgstr "Bu tarih için henüz sipariş yok." #: src/components/routes/admin/Dashboard/index.tsx:377 msgid "No organizer activity in the last 14 days" @@ -7079,7 +7079,7 @@ msgstr "Son 14 günde organizatör aktivitesi yok" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:179 msgid "No organizer context available." -msgstr "" +msgstr "Organizatör bağlamı yok." #: src/components/modals/SwitchOrganizerModal/index.tsx:57 msgid "No other organizers available" @@ -7116,7 +7116,7 @@ msgstr "Bu kategoride mevcut ürün yok." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:170 msgid "No products configured for this event." -msgstr "" +msgstr "Bu etkinlik için yapılandırılmış ürün yok." #: src/components/modals/OfferWaitlistModal/index.tsx:140 msgid "No products have waiting entries" @@ -7195,7 +7195,7 @@ msgstr "Satılacak bilet yok" #: src/components/common/EventDateRange/index.tsx:68 msgid "No upcoming dates" -msgstr "" +msgstr "Yaklaşan tarih yok" #: src/components/layouts/OrganizerHomepage/index.tsx:299 msgid "No upcoming events" @@ -7229,7 +7229,7 @@ msgstr "Hayır, beni burada tut" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:293 msgid "non-edited" -msgstr "" +msgstr "düzenlenmemiş" #: src/components/common/PromoCodeTable/index.tsx:82 #: src/components/forms/ProductForm/ledgerSummaries.ts:92 @@ -7240,7 +7240,7 @@ msgstr "Hiçbiri" #: src/components/forms/ProductForm/ledgerSummaries.ts:29 msgid "None yet" -msgstr "" +msgstr "Henüz yok" #: src/components/common/ProductPriceAvailability/index.tsx:38 #: src/components/common/ProductPriceAvailability/index.tsx:68 @@ -7250,7 +7250,7 @@ msgstr "Mevcut değil" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:122 #: src/components/modals/ManageAttendeeModal/index.tsx:138 msgid "Not checked in" -msgstr "" +msgstr "Check-in yapılmadı" #: src/components/common/AttendeeTable/index.tsx:304 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -7279,7 +7279,7 @@ msgstr "Bildirim Ayarları" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:569 msgid "Notify attendees and stop sales" -msgstr "" +msgstr "Katılımcıları bilgilendir ve satışı durdur" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:76 msgid "Notify organizer of new orders" @@ -7287,11 +7287,11 @@ msgstr "Organizatörü yeni siparişler hakkında bilgilendir" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:75 msgid "November" -msgstr "" +msgstr "Kasım" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1087 msgid "Number of dates to create" -msgstr "" +msgstr "Oluşturulacak tarih sayısı" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:227 msgid "Number of days allowed for payment (leave blank to omit payment terms from invoices)" @@ -7307,38 +7307,38 @@ msgstr "Numara Öneki" #: src/components/modals/ManageOrderModal/index.tsx:140 #: src/components/modals/SendMessageModal/index.tsx:357 msgid "Occurrence" -msgstr "" +msgstr "Tarih" #: src/components/forms/WebhookForm/index.tsx:133 msgid "Occurrence Cancelled" -msgstr "" +msgstr "Tarih iptal edildi" #: src/components/layouts/Event/index.tsx:113 #: src/components/routes/event/OccurrencesTab/index.tsx:463 msgid "Occurrence Schedule" -msgstr "" +msgstr "Tarih programı" #: src/components/routes/event/Reports/index.tsx:37 #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:102 msgid "Occurrence Summary" -msgstr "" +msgstr "Tarih özeti" #: src/components/common/OrderDetails/index.tsx:55 #: src/components/modals/ManageOrderModal/index.tsx:140 msgid "Occurrences" -msgstr "" +msgstr "Tarihler" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Occurrences (future only)" -msgstr "" +msgstr "Tarihler (yalnızca gelecek)" #: src/components/modals/CreateEventModal/index.tsx:252 msgid "Occurrences can be configured after creation" -msgstr "" +msgstr "Tarihler oluşturmadan sonra yapılandırılabilir" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:74 msgid "October" -msgstr "" +msgstr "Ekim" #: src/components/common/OrganizerReportTable/index.tsx:356 msgid "of" @@ -7351,7 +7351,7 @@ msgstr "her ay" #: src/components/forms/ProductForm/ledgerSummaries.ts:77 #: src/components/forms/ProductForm/ledgerSummaries.ts:140 msgid "Off" -msgstr "" +msgstr "Kapalı" #: src/components/common/WaitlistTable/index.tsx:135 #: src/components/modals/OfferWaitlistModal/index.tsx:227 @@ -7422,7 +7422,7 @@ msgstr "şu günlerde:" #: src/components/forms/ProductForm/ledgerSummaries.ts:74 msgid "On" -msgstr "" +msgstr "Açık" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:760 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:768 @@ -7449,7 +7449,7 @@ msgstr "ayın {position} {day} günü" #: src/components/forms/ProductForm/index.tsx:442 msgid "On the event page" -msgstr "" +msgstr "Etkinlik sayfasında" #: src/components/common/JoinWaitlistButton/index.tsx:25 msgid "On the waitlist" @@ -7480,23 +7480,23 @@ msgstr "Devam Eden" msgid "Online" msgstr "Çevrimiçi" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 msgid "Online — provide connection details" -msgstr "" +msgstr "Çevrimiçi — bağlantı bilgilerini girin" #: src/components/common/EventCard/index.tsx:100 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Online & in-person" -msgstr "" +msgstr "Çevrimiçi ve yüz yüze" #: src/components/layouts/EventHomepage/index.tsx:181 msgid "Online & in-person — see schedule" -msgstr "" +msgstr "Çevrimiçi ve yüz yüze — programa bakın" #: src/components/common/AttendeeTicket/index.tsx:127 #: src/components/modals/ManageOccurrenceModal/index.tsx:146 msgid "Online event" -msgstr "" +msgstr "Çevrimiçi etkinlik" #: src/components/layouts/EventHomepage/index.tsx:404 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:175 @@ -7517,7 +7517,7 @@ msgstr "Sadece {capacity} kaldı" #: src/components/forms/ProductForm/ProductDrawer.tsx:130 msgid "Only a name is required — everything else has sensible defaults" -msgstr "" +msgstr "Yalnızca bir ad gerekir — diğer her şeyin makul varsayılanları var" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:74 msgid "Only account administrators can delete or archive events. Contact your account admin for assistance." @@ -7529,7 +7529,7 @@ msgstr "Yalnızca hesap yöneticileri organizatörleri silebilir veya arşivleye #: src/components/forms/ProductForm/index.tsx:546 msgid "Only available as an add-on" -msgstr "" +msgstr "Yalnızca ek ürün olarak sunulur" #: src/components/routes/admin/Announcements/index.tsx:470 msgid "Only published announcements are shown to users" @@ -7545,11 +7545,11 @@ msgstr "Yalnızca başlangıç tarihini ve saatini göster" #: src/components/common/ProductsTable/SortableProduct/index.tsx:335 msgid "Only shown as an add-on to the products it's attached to" -msgstr "" +msgstr "Yalnızca bağlı olduğu ürünlerin ek ürünü olarak gösterilir" #: src/components/forms/ProductForm/visibilityStatus.ts:25 msgid "Only shown as an add-on to the products it's attached to." -msgstr "" +msgstr "Yalnızca bağlı olduğu ürünlerin ek ürünü olarak gösterilir." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:138 msgid "Only the account owner can request account deletion." @@ -7557,11 +7557,11 @@ msgstr "Yalnızca hesap sahibi hesap silme talebinde bulunabilir." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:513 msgid "Only tickets count toward capacity" -msgstr "" +msgstr "Kapasiteye yalnızca biletler sayılır" #: src/components/forms/ProductForm/visibilityStatus.ts:32 msgid "Only visible to buyers with an applicable promo code." -msgstr "" +msgstr "Yalnızca geçerli promosyon kodu olan alıcılara görünür." #: src/components/common/ProductsTable/SortableProduct/index.tsx:319 msgid "Only visible with promo code" @@ -7569,7 +7569,7 @@ msgstr "Yalnızca promosyon koduyla görünür" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open check-in" -msgstr "" +msgstr "Check-in'i aç" #: src/components/common/CheckInListList/index.tsx:165 #: src/components/common/CheckInListTable/index.tsx:209 @@ -7579,7 +7579,7 @@ msgstr "Check-In Sayfasını Aç" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open occurrence" -msgstr "" +msgstr "Tarihi aç" #: src/components/layouts/AppLayout/index.tsx:31 msgid "Open sidebar" @@ -7621,9 +7621,9 @@ msgstr "Seçenekler" msgid "or" msgstr "veya" -#: src/components/routes/event/OccurrencesTab/index.tsx:603 +#: src/components/routes/event/OccurrencesTab/index.tsx:618 msgid "or add a single date" -msgstr "" +msgstr "veya tek bir tarih ekleyin" #: src/components/modals/PublishEventModal/index.tsx:81 msgid "Or enable offline payments and disable Stripe" @@ -7631,7 +7631,7 @@ msgstr "Veya çevrimdışı ödemeleri etkinleştirip Stripe'ı devre dışı b #: src/components/routes/event/OccurrencesTab/index.tsx:415 msgid "order" -msgstr "" +msgstr "sipariş" #: src/components/common/QuestionsTable/index.tsx:295 #: src/components/common/QuestionsTable/index.tsx:448 @@ -7647,7 +7647,7 @@ msgstr "Sipariş ve Bilet" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:265 msgid "Order #" -msgstr "" +msgstr "Sipariş no" #: src/components/routes/product-widget/CollectInformation/index.tsx:386 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:375 @@ -7682,7 +7682,7 @@ msgstr "Sipariş Tarihi" #: src/components/forms/CheckInListForm/index.tsx:222 msgid "Order details" -msgstr "" +msgstr "Sipariş ayrıntıları" #: src/components/common/OrdersTable/index.tsx:178 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:613 @@ -7708,7 +7708,7 @@ msgstr "Sipariş Kimliği" #: src/components/forms/ProductForm/index.tsx:517 msgid "Order limits" -msgstr "" +msgstr "Sipariş sınırları" #: src/hooks/useOrderActions.tsx:50 msgid "Order marked as paid" @@ -7728,7 +7728,7 @@ msgstr "Sipariş Bulunamadı" #: src/components/forms/CheckInListForm/index.tsx:224 msgid "Order number, purchase date, purchaser email" -msgstr "" +msgstr "Sipariş numarası, satın alma tarihi, alıcı e-postası" #: src/components/common/MessageList/index.tsx:31 msgid "Order owner" @@ -7790,7 +7790,7 @@ msgstr "Sipariş iptal edildi" #: src/components/routes/event/OccurrencesTab/index.tsx:415 #: src/components/routes/event/orders.tsx:197 msgid "orders" -msgstr "" +msgstr "sipariş" #: src/components/layouts/Admin/index.tsx:17 #: src/components/layouts/Event/index.tsx:125 @@ -7905,7 +7905,7 @@ msgstr "Organizatör/varsayılan şablon kullanılacak" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:202 msgid "Organizers" -msgstr "" +msgstr "Organizatörler" #: src/components/modals/EditUserModal/index.tsx:58 #: src/components/modals/InviteUserModal/index.tsx:49 @@ -7927,7 +7927,7 @@ msgstr "Sonuç" #: src/constants/eventCategories.ts:22 msgid "Outdoors" -msgstr "" +msgstr "Açık hava" #: src/components/routes/admin/Messages/index.tsx:107 msgid "Outgoing Messages" @@ -7935,19 +7935,19 @@ msgstr "Giden mesajlar" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:208 msgid "Override" -msgstr "" +msgstr "Özel ayar" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:133 msgid "Override fees on this organizer" -msgstr "" +msgstr "Bu organizatör için ücretleri özelleştir" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:228 msgid "Override price" -msgstr "" +msgstr "Fiyatı özelleştir" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:96 msgid "Override removed" -msgstr "" +msgstr "Özel ayar kaldırıldı" #: src/components/layouts/Event/index.tsx:100 msgid "Overview" @@ -7988,7 +7988,7 @@ msgstr "ödendi" #: src/components/forms/ProductForm/index.tsx:274 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:431 msgid "Paid" -msgstr "" +msgstr "Ödendi" #: src/components/routes/admin/Attribution/index.tsx:51 msgid "Paid Accounts" @@ -8048,7 +8048,7 @@ msgstr "Geçmiş" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:317 msgid "Past due" -msgstr "" +msgstr "Vadesi geçti" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Past Events" @@ -8162,7 +8162,7 @@ msgstr "Ödemeler mevcut değil" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:407 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:463 msgid "Payouts" -msgstr "" +msgstr "Ödemeler" #: src/components/routes/admin/DeletionRequests/index.tsx:85 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:437 @@ -8180,7 +8180,7 @@ msgstr "Katılımcı Başına" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:117 msgid "per min" -msgstr "" +msgstr "dakikada" #: src/components/common/PromoCodeTable/index.tsx:91 msgid "per order" @@ -8216,7 +8216,7 @@ msgstr "Yüzde Ücreti" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:137 msgid "Percentage fee (%)" -msgstr "" +msgstr "Yüzdelik ücret (%)" #: src/components/routes/admin/Configurations/index.tsx:175 msgid "Percentage must be between 0 and 100" @@ -8248,7 +8248,7 @@ msgstr "Bu organizatörü ve tüm etkinliklerini kalıcı olarak silin." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:583 msgid "Permanently remove this date" -msgstr "" +msgstr "Bu tarihi kalıcı olarak kaldır" #: src/components/routes/profile/ManageProfile/index.tsx:148 msgid "Personal Information" @@ -8260,15 +8260,15 @@ msgstr "Telefon" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:530 msgid "Pick an end date" -msgstr "" +msgstr "Bir bitiş tarihi seçin" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:538 msgid "Pick at least one day of the month" -msgstr "" +msgstr "Ayın en az bir gününü seçin" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:527 msgid "Pick at least one day of the week" -msgstr "" +msgstr "Haftanın en az bir gününü seçin" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:841 msgid "Pick days to see your dates." @@ -8285,7 +8285,7 @@ msgstr "Bunu web sitenizin bölümüne yerleştirin." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:269 #: src/components/modals/ManageOrderModal/index.tsx:125 msgid "Placed" -msgstr "" +msgstr "Oluşturuldu" #: src/components/common/PoweredByFooter/index.tsx:48 msgid "Planning an event?" @@ -8340,7 +8340,7 @@ msgstr "E-posta adresinizi onaylamak için lütfen e-postanızı kontrol edin" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:76 msgid "Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions." -msgstr "" +msgstr "Güncellenen saat için biletinize bakın. Biletleriniz geçerliliğini koruyor — yeni saatler size uymuyorsa dışında yapmanız gereken bir şey yok. Sorunuz varsa bu e-postayı yanıtlayın." #: src/components/routes/product-widget/SelectProducts/index.tsx:1023 msgid "Please continue in the new tab" @@ -8393,7 +8393,7 @@ msgstr "Baştan başlamak için lütfen etkinlik sayfasına dönün." #: src/components/routes/product-widget/SelectProducts/index.tsx:584 msgid "Please select a date and time" -msgstr "" +msgstr "Lütfen bir tarih ve saat seçin" #: src/components/common/OrganizerReportTable/index.tsx:269 msgid "Please select a date range" @@ -8452,7 +8452,7 @@ msgstr "Portekizce" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:967 msgid "Position" -msgstr "" +msgstr "Konum sırası" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:97 msgid "Post Checkout message" @@ -8506,7 +8506,7 @@ msgstr "Fiyat belirlenmedi" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:206 msgid "Price Tier" -msgstr "" +msgstr "Fiyat kademesi" #: src/components/forms/ProductForm/index.tsx:356 msgid "Price Tiers" @@ -8514,7 +8514,7 @@ msgstr "Fiyat Kademeleri" #: src/components/forms/ProductForm/index.tsx:266 msgid "Pricing" -msgstr "" +msgstr "Fiyatlandırma" #: src/components/common/WidgetEditor/index.tsx:187 msgid "Primary Color" @@ -8604,11 +8604,11 @@ msgstr "Ürün satışları, gelir ve vergi dökümü" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:599 msgid "Product settings cannot be edited for cancelled dates." -msgstr "" +msgstr "İptal edilen tarihlerde ürün ayarları düzenlenemez." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:160 msgid "Product settings saved successfully" -msgstr "" +msgstr "Ürün ayarları başarıyla kaydedildi" #: src/components/common/ProductSelector/index.tsx:67 msgid "Product Tier" @@ -8661,7 +8661,7 @@ msgstr "Profil başarıyla güncellendi" #: src/components/common/CheckIn/CheckInInfoModal.tsx:47 msgid "Progress" -msgstr "" +msgstr "İlerleme" #: src/components/routes/product-widget/SelectProducts/index.tsx:500 msgid "Promo {promo_code} code applied" @@ -8682,7 +8682,7 @@ msgstr "Promosyon Kodu sayfası" #: src/components/forms/ProductForm/ledgerSummaries.ts:154 msgid "Promo code required" -msgstr "" +msgstr "Promosyon kodu gerekli" #: src/components/routes/event/Reports/index.tsx:32 msgid "Promo code usage and discount breakdown" @@ -8690,11 +8690,11 @@ msgstr "Promosyon kodu kullanımı ve indirim dökümü" #: src/components/routes/event/promo-codes.tsx:55 msgid "promo codes" -msgstr "" +msgstr "promosyon kodları" #: src/components/layouts/AuthLayout/index.tsx:18 msgid "Promo codes" -msgstr "" +msgstr "Promosyon kodları" #: src/components/layouts/Event/index.tsx:126 #: src/components/modals/DuplicateEventModal/index.tsx:52 @@ -8733,11 +8733,11 @@ msgstr "En az bir adres alanı girin (mekan, sokak, şehir veya ülke)." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:438 msgid "Provide the following before Stripe's next review to keep payouts flowing." -msgstr "" +msgstr "Ödemelerin sürmesi için Stripe'ın bir sonraki incelemesinden önce şunları sağlayın." #: src/components/forms/ProductForm/ledgerSummaries.ts:157 msgid "Public" -msgstr "" +msgstr "Herkese açık" #: src/components/common/StatusToggle/index.tsx:97 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:117 @@ -8754,7 +8754,7 @@ msgstr "Etkinliği yayınla" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:113 msgid "Publish your event" -msgstr "" +msgstr "Etkinliğinizi yayımlayın" #: src/components/routes/admin/Announcements/index.tsx:183 #: src/components/routes/admin/Announcements/index.tsx:473 @@ -8774,11 +8774,11 @@ msgstr "Satın Alındı" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:275 msgid "Purchaser" -msgstr "" +msgstr "Alıcı" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:283 msgid "Purchaser email" -msgstr "" +msgstr "Alıcı e-postası" #: src/components/modals/ShareModal/index.tsx:168 msgid "QR Code" @@ -8786,7 +8786,7 @@ msgstr "QR Kod" #: src/components/layouts/AuthLayout/index.tsx:16 msgid "QR code check-in" -msgstr "" +msgstr "QR kodla check-in" #: src/components/modals/OfferWaitlistModal/index.tsx:170 msgid "Qty" @@ -8803,7 +8803,7 @@ msgstr "Mevcut Miktar" #: src/components/forms/CheckInListForm/index.tsx:205 msgid "Question answers" -msgstr "" +msgstr "Soru yanıtları" #: src/components/common/QuestionsTable/index.tsx:201 msgid "Question deleted" @@ -8837,7 +8837,7 @@ msgstr "Kuyruk" #: src/components/forms/PromoCodeForm/index.tsx:145 msgid "Quick Tip" -msgstr "" +msgstr "Kısa ipucu" #: src/components/forms/QuestionForm/index.tsx:118 msgid "Radio Option" @@ -8861,7 +8861,7 @@ msgstr "Yeri Yeniden Teklif Et" #: src/components/modals/ManageOccurrenceModal/index.tsx:70 #: src/components/routes/event/OccurrenceDetail/index.tsx:96 msgid "Reactivate this date? It will be reopened for future sales." -msgstr "" +msgstr "Bu tarih yeniden etkinleştirilsin mi? Gelecekteki satışlara yeniden açılacak." #: src/components/modals/PublishEventModal/index.tsx:143 msgid "Ready to go live?" @@ -8869,7 +8869,7 @@ msgstr "Yayına hazır mısınız?" #: src/components/layouts/AuthLayout/index.tsx:19 msgid "Real-time analytics" -msgstr "" +msgstr "Gerçek zamanlı analiz" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:171 msgid "Reason (optional)" @@ -8887,19 +8887,19 @@ msgstr "Son Hesap Kayıtları" #: src/components/common/PeriodSelector/index.tsx:111 msgid "Recent activity" -msgstr "" +msgstr "Son etkinlikler" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:59 msgid "Recent Attendees" -msgstr "" +msgstr "Son katılımcılar" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:106 msgid "Recent check-ins" -msgstr "" +msgstr "Son check-in'ler" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:309 msgid "Recent orders" -msgstr "" +msgstr "Son siparişler" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:63 msgid "Recent Orders" @@ -8930,12 +8930,12 @@ msgstr "Alıcılar mesaj gönderildikten sonra görüntülenebilir" #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "Recommended" -msgstr "" +msgstr "Önerilen" #: src/components/common/EventCard/index.tsx:209 #: src/components/common/EventCard/index.tsx:322 msgid "Recurring" -msgstr "" +msgstr "Yinelenen" #: src/components/layouts/EventHomepage/index.tsx:368 #: src/components/modals/CreateEventModal/index.tsx:240 @@ -8949,7 +8949,7 @@ msgstr "Tekrarlayan Etkinlik Ayarları" #: src/components/layouts/AuthLayout/index.tsx:13 msgid "Recurring events" -msgstr "" +msgstr "Yinelenen etkinlikler" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:80 msgid "Reddit" @@ -8969,13 +8969,13 @@ msgstr "Önizlemeyi Yenile" #: src/components/routes/event/OccurrencesTab/index.tsx:218 msgid "Refund all orders for these dates" -msgstr "" +msgstr "Bu tarihlerdeki tüm siparişleri iade et" #: src/components/routes/event/OccurrenceDetail/index.tsx:67 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:44 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:334 msgid "Refund all orders for this date" -msgstr "" +msgstr "Bu tarihteki tüm siparişleri iade et" #: src/components/modals/RefundOrderModal/index.tsx:108 msgid "Refund amount" @@ -9046,7 +9046,7 @@ msgstr "Kayıt soruları" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:142 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:94 msgid "Remaining" -msgstr "" +msgstr "Kalan" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:82 msgid "Remaining Uses" @@ -9064,9 +9064,9 @@ msgstr "kaldır" msgid "Remove" msgstr "Kaldır" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:458 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:459 msgid "Remove label from all dates" -msgstr "" +msgstr "Etiketi tüm tarihlerden kaldır" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:67 msgid "Remove sold out dates and times from the event page entirely. When disabled, they remain visible and are labelled as sold out." @@ -9078,11 +9078,11 @@ msgstr "Saati kaldır" #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:60 msgid "Reopen for new sales" -msgstr "" +msgstr "Satışa yeniden aç" #: src/components/routes/event/OccurrencesTab/index.tsx:194 msgid "Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed." -msgstr "" +msgstr "Bu tarih satışa yeniden açılsın mı? Daha önce iptal edilen biletler geri getirilmez — etkilenen katılımcılar iptal durumunda kalır ve yapılmış iadeler geri alınmaz." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:885 msgid "Repeats" @@ -9183,7 +9183,7 @@ msgstr "Şifreyi sıfırla" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:238 msgid "Reset to base price" -msgstr "" +msgstr "Temel fiyata sıfırla" #: src/components/routes/auth/ResetPassword/index.tsx:75 msgid "Resetting..." @@ -9226,7 +9226,7 @@ msgstr "Bu organizatörü geri yükleyin ve yeniden aktif hale getirin." #: src/components/common/ToolBar/index.tsx:47 msgid "results" -msgstr "" +msgstr "sonuç" #: src/components/routes/admin/FailedJobs/index.tsx:199 msgid "Retry" @@ -9259,11 +9259,11 @@ msgstr "Etkinlikleriniz için yeniden kullanılabilir mekanlar. Otomatik tamamla #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:218 msgid "Reuse" -msgstr "" +msgstr "Yeniden kullan" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:198 msgid "Reuse a Stripe connection from another organizer in this account." -msgstr "" +msgstr "Bu hesaptaki başka bir organizatörün Stripe bağlantısını yeniden kullanın." #: src/components/common/AffiliateTable/index.tsx:157 #: src/components/common/EventCard/index.tsx:255 @@ -9316,7 +9316,7 @@ msgstr "Satış Dönemi" #: src/components/forms/ProductForm/index.tsx:420 msgid "Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page." -msgstr "" +msgstr "Satış dönemi programınızdaki tüm tarihler için geçerlidir. Tek tek tarihlerin fiyat ve uygunluğunu yönetmek için <0>Tarih programı sayfasındaki özel ayarları kullanın." #: src/components/forms/ProductForm/index.tsx:427 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:80 @@ -9329,7 +9329,7 @@ msgstr "Satış başlıyor {0}" #: src/components/forms/ProductForm/index.tsx:413 msgid "Sale window" -msgstr "" +msgstr "Satış dönemi" #: src/components/common/AffiliateTable/index.tsx:145 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:143 @@ -9352,7 +9352,7 @@ msgstr "Satış başlangıcı" #: src/components/routes/event/Reports/index.tsx:38 msgid "Sales, attendance, and check-in breakdown per occurrence" -msgstr "" +msgstr "Tarih bazında satış, katılım ve check-in dökümü" #: src/components/routes/organizer/Reports/index.tsx:24 msgid "Sales, orders, and performance metrics for all events" @@ -9364,7 +9364,7 @@ msgstr "Satışlar:" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:471 msgid "Same as event" -msgstr "" +msgstr "Etkinlikle aynı" #: src/components/common/PlatformFeesSettings/index.tsx:175 msgid "Sample ticket price" @@ -9377,7 +9377,7 @@ msgstr "Örnek Mekan" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 msgid "Sat" -msgstr "" +msgstr "Cmt" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -9421,7 +9421,7 @@ msgstr "Değişiklikleri Kaydet" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:160 msgid "Save fee override" -msgstr "" +msgstr "Özel ücreti kaydet" #: src/components/modals/EditOrganizerModal/index.tsx:70 msgid "Save Organizer" @@ -9449,7 +9449,7 @@ msgstr "Bilet Tasarımını Kaydet" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:202 msgid "Save VAT settings" -msgstr "" +msgstr "KDV ayarlarını kaydet" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:239 msgid "Save VAT Settings" @@ -9465,7 +9465,7 @@ msgstr "Kayıtlı konumlar" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:153 msgid "Saving an override creates a dedicated configuration for this organizer if it's currently on the system default." -msgstr "" +msgstr "Özel ayar kaydedildiğinde, bu organizatör şu anda sistem varsayılanını kullanıyorsa ona özel bir yapılandırma oluşturulur." #: src/components/layouts/CheckIn/BottomNav.tsx:15 msgid "Scan" @@ -9473,32 +9473,32 @@ msgstr "Tara" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:58 msgid "Scan a ticket to check in an attendee" -msgstr "" +msgstr "Bir katılımcının check-in'ini yapmak için bilet okutun" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:109 msgid "Scanned tickets will appear here" -msgstr "" +msgstr "Okutulan biletler burada görünür" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:71 msgid "Scanner mode" -msgstr "" +msgstr "Tarayıcı modu" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:73 msgid "Schedule" -msgstr "" +msgstr "Program" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:105 msgid "Schedule added" -msgstr "" +msgstr "Program eklendi" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:697 #: src/hooks/useOccurrenceGenerationPolling.ts:36 msgid "Schedule created successfully" -msgstr "" +msgstr "Program başarıyla oluşturuldu" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1078 msgid "Schedule ends on" -msgstr "" +msgstr "Program şu tarihte bitiyor" #: src/components/modals/SendMessageModal/index.tsx:472 msgid "Schedule for later" @@ -9514,7 +9514,7 @@ msgstr "Program önizlemesi" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1069 msgid "Schedule starts on" -msgstr "" +msgstr "Program şu tarihte başlıyor" #: src/components/common/ProductsTable/SortableProduct/index.tsx:92 #: src/components/routes/admin/Messages/index.tsx:125 @@ -9532,7 +9532,7 @@ msgstr "Zamanlanmış saat" #: src/components/layouts/CheckIn/BottomNav.tsx:16 msgid "Search" -msgstr "" +msgstr "Ara" #: src/components/routes/event/Affiliates/index.tsx:70 msgid "Search affiliates..." @@ -9540,7 +9540,7 @@ msgstr "Bağlı kuruluşları ara..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:94 msgid "Search attendees" -msgstr "" +msgstr "Katılımcı ara" #: src/components/routes/admin/Accounts/index.tsx:60 #: src/components/routes/admin/DeletionRequests/index.tsx:93 @@ -9586,7 +9586,7 @@ msgstr "Ad, e-posta veya sipariş #'a göre ara..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:93 msgid "Search by name, order #, ticket # or email" -msgstr "" +msgstr "Ad, sipariş no, bilet no veya e-posta ile ara" #: src/components/routes/event/promo-codes.tsx:38 msgid "Search by name..." @@ -9614,15 +9614,15 @@ msgstr "Check-in listelerini ara..." #: src/components/common/OccurrenceSelect/index.tsx:117 msgid "Search dates..." -msgstr "" +msgstr "Tarih ara..." #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:88 msgid "Search dates…" -msgstr "" +msgstr "Tarih ara…" #: src/components/common/AddressAutocomplete/index.tsx:86 msgid "Search for an address" -msgstr "" +msgstr "Adres ara" #: src/components/routes/event/messages.tsx:243 msgid "Search messages..." @@ -9650,11 +9650,11 @@ msgstr "Aranıyor..." #: src/constants/eventCategories.ts:6 msgid "Seasonal" -msgstr "" +msgstr "Mevsimlik" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:58 msgid "Second" -msgstr "" +msgstr "İkinci" #: src/components/common/WidgetEditor/index.tsx:199 msgid "Secondary Color" @@ -9670,11 +9670,11 @@ msgstr "Güvenli Ödeme" #: src/components/layouts/EventHomepage/index.tsx:431 msgid "See schedule" -msgstr "" +msgstr "Programa bak" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "See what Stripe still needs" -msgstr "" +msgstr "Stripe'ın hâlâ neye ihtiyacı olduğuna bakın" #: src/components/routes/admin/Announcements/index.tsx:161 msgid "Seen" @@ -9692,11 +9692,11 @@ msgstr "Bir kategori seçin" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:717 msgid "Select a Date & Time" -msgstr "" +msgstr "Tarih ve saat seçin" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:215 msgid "Select a date to see available times" -msgstr "" +msgstr "Uygun saatleri görmek için bir tarih seçin" #: src/components/routes/event/messages.tsx:341 msgid "Select a message to view its contents" @@ -9712,7 +9712,7 @@ msgstr "Hesap Seç" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:126 msgid "Select all" -msgstr "" +msgstr "Tümünü seç" #: src/components/modals/DuplicateEventModal/index.tsx:143 msgid "Select All" @@ -9720,7 +9720,7 @@ msgstr "Tümünü Seç" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:156 msgid "Select all on {0}" -msgstr "" +msgstr "{0} tarihindekilerin tümünü seç" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:119 msgid "Select an event" @@ -9740,7 +9740,7 @@ msgstr "Katılımcı grubu seçin" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:157 msgid "Select camera" -msgstr "" +msgstr "Kamera seç" #: src/components/forms/ProductForm/index.tsx:255 msgid "Select category..." @@ -9752,7 +9752,7 @@ msgstr "Para birimi seçin" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:178 msgid "Select date" -msgstr "" +msgstr "Tarih seç" #: src/components/modals/CreateEventModal/index.tsx:283 msgid "Select end date and time" @@ -9773,7 +9773,7 @@ msgstr "Etkinlik türlerini seçin" #: src/components/common/OccurrenceSelect/index.tsx:106 #: src/components/modals/CreateAttendeeModal/index.tsx:254 msgid "Select occurrence" -msgstr "" +msgstr "Bir tarih seç" #: src/components/modals/CreateEventModal/index.tsx:159 msgid "Select organizer" @@ -9795,7 +9795,7 @@ msgstr "Ürünleri seç" #: src/components/forms/ProductForm/index.tsx:553 msgid "Select products..." -msgstr "" +msgstr "Ürün seç..." #: src/components/modals/CreateEventModal/index.tsx:263 msgid "Select start date and time" @@ -9846,7 +9846,7 @@ msgstr "Seç..." #: src/components/routes/event/OccurrencesTab/index.tsx:497 msgid "selected" -msgstr "" +msgstr "seçili" #: src/components/common/PlatformFeesSettings/index.tsx:208 #: src/components/common/PlatformFeesSettings/index.tsx:231 @@ -9856,11 +9856,11 @@ msgstr "Seçildi" #: src/components/layouts/AuthLayout/index.tsx:41 msgid "Sell out your event." -msgstr "" +msgstr "Etkinliğinizi tüketin." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:516 msgid "Selling a physical product? Cap its quantity on the <0>products page instead." -msgstr "" +msgstr "Fiziksel bir ürün mü satıyorsunuz? Miktarını bunun yerine <0>ürünler sayfasında sınırlayın." #: src/components/forms/ProductForm/index.tsx:587 msgid "Selling fast 🔥" @@ -9918,7 +9918,7 @@ msgstr "Test Gönder" #: src/components/modals/SendMessageModal/index.tsx:358 msgid "Send to all occurrences, or choose a specific one" -msgstr "" +msgstr "Tüm tarihlere gönderin veya belirli birini seçin" #: src/components/routes/event/messages.tsx:335 msgid "Send your first message" @@ -9939,7 +9939,7 @@ msgstr "Gönderen" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:218 msgid "Sent to attendees when a scheduled date is cancelled" -msgstr "" +msgstr "Planlanmış bir tarih iptal edildiğinde katılımcılara gönderilir" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:216 msgid "Sent to customers when they place an order" @@ -9976,7 +9976,7 @@ msgstr "SEO Başlığı" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:73 msgid "September" -msgstr "" +msgstr "Eylül" #: src/components/forms/TaxAndFeeForm/index.tsx:62 msgid "Service Fee" @@ -9984,7 +9984,7 @@ msgstr "Hizmet Ücreti" #: src/components/layouts/CheckIn/index.tsx:498 msgid "Session cancelled" -msgstr "" +msgstr "Oturum iptal edildi" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:807 msgid "sessions · {dateCount} dates × {timesPerDay} times" @@ -10000,27 +10000,27 @@ msgstr "Bu organizatör altında oluşturulan yeni etkinlikler için varsayılan #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Set how long each date lasts" -msgstr "" +msgstr "Her tarihin ne kadar süreceğini belirleyin" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Set or clear the date label" -msgstr "" +msgstr "Tarih etiketini ayarla veya kaldır" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:406 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:407 msgid "Set the end time of each date to be this long after its start time." -msgstr "" +msgstr "Her tarihin bitiş saatini, başlangıç saatinden bu kadar sonraya ayarlayın." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:217 msgid "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." msgstr "Fatura numaralandırması için başlangıç numarasını ayarlayın. Faturalar oluşturulduktan sonra bu değiştirilemez." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:440 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:441 msgid "Set to unlimited (remove limit)" -msgstr "" +msgstr "Sınırsız yap (sınırı kaldır)" -#: src/components/routes/event/OccurrencesTab/index.tsx:585 +#: src/components/routes/event/OccurrencesTab/index.tsx:600 msgid "Set up a recurring schedule to automatically create dates, or add them one at a time." -msgstr "" +msgstr "Tarihlerin otomatik oluşturulması için yinelenen bir program kurun veya tarihleri tek tek ekleyin." #: src/components/routes/event/CheckInLists/index.tsx:35 msgid "Set up check-in lists for different entrances, sessions, or days." @@ -10029,20 +10029,20 @@ msgstr "Farklı girişler, oturumlar veya günler için giriş listeleri oluştu #: src/components/layouts/OrganizerLayout/index.tsx:85 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:126 msgid "Set up payouts" -msgstr "" +msgstr "Ödemeleri kur" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 msgid "Set up schedule" -msgstr "" +msgstr "Programı kur" -#: src/components/routes/event/OccurrencesTab/index.tsx:535 -#: src/components/routes/event/OccurrencesTab/index.tsx:596 +#: src/components/routes/event/OccurrencesTab/index.tsx:550 +#: src/components/routes/event/OccurrencesTab/index.tsx:611 msgid "Set Up Schedule" -msgstr "" +msgstr "Programı kur" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:92 msgid "Set up the tickets you'll sell and their prices" -msgstr "" +msgstr "Satacağınız biletleri ve fiyatlarını belirleyin" #: src/components/routes/welcome/index.tsx:43 msgid "Set up your organization" @@ -10055,11 +10055,11 @@ msgstr "Programınızı oluşturun" #: src/components/routes/welcome/index.tsx:415 msgid "Set up your schedule in the next steps" -msgstr "" +msgstr "Programınızı sonraki adımlarda kuracaksınız" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Set, change, or remove the date's location or online details" -msgstr "" +msgstr "Tarihin konumunu veya çevrimiçi bilgilerini ayarlayın, değiştirin ya da kaldırın" #: src/components/common/QuestionsTable/index.tsx:374 msgid "Setting updated" @@ -10076,7 +10076,7 @@ msgstr "Kurulum ve Tasarım" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:242 msgid "Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event." -msgstr "" +msgstr "Kurulum yalnızca birkaç dakika sürer — mevcut bir Stripe hesabına ihtiyacınız yok. Kartlar, cüzdanlar, bölgesel ödeme yöntemleri ve dolandırıcılık koruması Stripe'ta; siz etkinliğinize odaklanın." #: src/components/common/ShareIcon/index.tsx:30 #: src/components/layouts/EventHomepage/index.tsx:342 @@ -10111,15 +10111,15 @@ msgstr "Paylaşımlı Kapasite Yönetimi" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Shift times" -msgstr "" +msgstr "Saatleri kaydır" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:211 msgid "Shifted times for {count} date(s)" -msgstr "" +msgstr "{count} tarihin saatleri kaydırıldı" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:532 msgid "Show" -msgstr "" +msgstr "Göster" #: src/components/common/AdvancedOptions/index.tsx:28 msgid "Show advanced options" @@ -10131,7 +10131,7 @@ msgstr "Tüm platformları göster ({0} değerli daha fazla)" #: src/components/forms/CheckInListForm/index.tsx:196 msgid "Show attendee notes to non-logged-in staff" -msgstr "" +msgstr "Katılımcı notlarını oturum açmamış personele göster" #: src/components/forms/ProductForm/index.tsx:449 msgid "Show available product quantity" @@ -10163,19 +10163,19 @@ msgstr "Daha fazla platform göster" #: src/components/forms/CheckInListForm/index.tsx:230 msgid "Show order details to non-logged-in staff" -msgstr "" +msgstr "Sipariş ayrıntılarını oturum açmamış personele göster" #: src/components/forms/CheckInListForm/index.tsx:213 msgid "Show question answers to non-logged-in staff" -msgstr "" +msgstr "Soru yanıtlarını oturum açmamış personele göster" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:59 msgid "Show remaining capacity on event dates" -msgstr "" +msgstr "Etkinlik tarihlerinde kalan kapasiteyi göster" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:525 msgid "Show remaining capacity to buyers" -msgstr "" +msgstr "Alıcılara kalan kapasiteyi göster" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:61 msgid "Show tax and fees separately" @@ -10185,18 +10185,18 @@ msgstr "Vergi ve ücretleri ayrı göster" msgid "Showing {0} of {totalRows} records" msgstr "{totalRows} kayıttan {0} tanesi gösteriliyor" -#: src/components/routes/event/OccurrencesTab/index.tsx:624 +#: src/components/routes/event/OccurrencesTab/index.tsx:639 msgid "Showing {0}–{1} of {2}" -msgstr "" +msgstr "{2} içinden {0}–{1} gösteriliyor" #: src/components/common/OccurrenceSelect/index.tsx:163 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:135 msgid "Showing {MAX_VISIBLE} of {totalAvailable} dates. Type to search." -msgstr "" +msgstr "{totalAvailable} tarihten {MAX_VISIBLE} tanesi gösteriliyor. Aramak için yazın." #: src/components/modals/SendMessageModal/index.tsx:349 msgid "Showing the first {0} — the remaining {1} session(s) will still be targeted when the message is sent." -msgstr "" +msgstr "İlk {0} gösteriliyor — kalan {1} oturum da mesaj gönderildiğinde kapsama dahil olacak." #: src/components/routes/admin/Announcements/index.tsx:410 msgid "Shown bouncing at the top of the modal" @@ -10204,7 +10204,7 @@ msgstr "Modalın üstünde zıplayarak gösterilir" #: src/components/forms/CheckInListForm/index.tsx:145 msgid "Shown to staff the first time they open the check-in page." -msgstr "" +msgstr "Personele check-in sayfasını ilk açtıklarında gösterilir." #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:102 msgid "Shown to the customer after they checkout, on the order summary page." @@ -10220,7 +10220,7 @@ msgstr "Ülke dahil olmak üzere ortak adres alanlarını gösterir" #: src/components/forms/ProductForm/ledgerSummaries.ts:60 msgid "Shows remaining" -msgstr "" +msgstr "Kalanı gösterir" #: src/components/routes/admin/Dashboard/index.tsx:402 msgid "Signed Up" @@ -10233,15 +10233,15 @@ msgstr "Simpson" #: src/components/modals/CreateEventModal/index.tsx:231 msgid "Single Event" -msgstr "" +msgstr "Tek seferlik etkinlik" #: src/components/forms/QuestionForm/index.tsx:100 msgid "Single line text box" msgstr "Tek satır metin kutusu" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:356 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:357 msgid "Skip manually edited dates" -msgstr "" +msgstr "Elle düzenlenmiş tarihleri atla" #: src/components/routes/welcome/index.tsx:559 msgid "Skip this step" @@ -10280,7 +10280,7 @@ msgstr "Satıldı" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:579 msgid "sold out" -msgstr "" +msgstr "tükendi" #: src/components/common/EventCard/index.tsx:125 #: src/components/common/EventDateRange/index.tsx:65 @@ -10307,7 +10307,7 @@ msgstr "Tükendi, bekleme listesi mevcut" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:293 msgid "Some details are hidden from public access. Log in to view everything." -msgstr "" +msgstr "Bazı ayrıntılar herkese açık değil. Her şeyi görmek için oturum açın." #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -10318,7 +10318,7 @@ msgstr "Bir şeyler yanlış gitti" #: src/components/common/ImageUploadDropzone/index.tsx:130 msgid "Something went wrong while deleting the image. Please try again." -msgstr "" +msgstr "Görsel silinirken bir sorun oluştu. Lütfen tekrar deneyin." #: src/components/common/TaxAndFeeList/index.tsx:41 msgid "Something went wrong while deleting the Tax or Fee" @@ -10374,11 +10374,11 @@ msgstr "Belirli kullanıcılar" #: src/constants/eventCategories.ts:21 msgid "Spirituality" -msgstr "" +msgstr "Maneviyat" #: src/components/forms/CheckInListForm/index.tsx:90 msgid "Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end." -msgstr "" +msgstr "Check-in'i günlere, alanlara veya bilet türlerine bölün. Bağlantıyı personelle paylaşın — onların hesabı olması gerekmez." #: src/constants/eventCategories.ts:9 msgid "Sports" @@ -10386,11 +10386,11 @@ msgstr "Spor" #: src/components/common/CheckIn/CheckInInfoModal.tsx:84 msgid "Staff instructions" -msgstr "" +msgstr "Personel talimatları" #: src/components/modals/SelectCheckInListModal/index.tsx:48 msgid "Start check-in" -msgstr "" +msgstr "Check-in'i başlat" #: src/components/common/AdminEventsTable/index.tsx:96 #: src/components/modals/DuplicateEventModal/index.tsx:128 @@ -10418,31 +10418,31 @@ msgstr "Başlangıç saati" #: src/components/common/AddressAutocomplete/index.tsx:87 msgid "Start typing a venue or address..." -msgstr "" +msgstr "Bir mekân veya adres yazmaya başlayın..." #: src/components/forms/ProductForm/ledgerSummaries.ts:62 msgid "Starts collapsed" -msgstr "" +msgstr "Kapalı başlar" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts in {diffDays} days" -msgstr "" +msgstr "{diffDays} gün sonra başlıyor" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:76 msgid "Starts in {diffMinutes} min" -msgstr "" +msgstr "{diffMinutes} dk sonra başlıyor" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:86 msgid "Starts in {h}h {m}m" -msgstr "" +msgstr "{h} sa {m} dk sonra başlıyor" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:70 msgid "Starts in {seconds}s" -msgstr "" +msgstr "{seconds} sn sonra başlıyor" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts tomorrow" -msgstr "" +msgstr "Yarın başlıyor" #: src/components/common/CheckoutQuestion/index.tsx:165 #: src/components/common/LocationPicker/index.tsx:254 @@ -10462,7 +10462,7 @@ msgstr "İstatistikler hesap oluşturma tarihine göre hesaplanır" #: src/components/layouts/CheckIn/BottomNav.tsx:17 msgid "Stats" -msgstr "" +msgstr "İstatistikler" #: src/components/common/AdminEventsTable/index.tsx:111 #: src/components/common/AdminOrdersTable/index.tsx:85 @@ -10497,7 +10497,7 @@ msgstr "Durum" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:323 msgid "Still needed" -msgstr "" +msgstr "Hâlâ gerekli" #: src/components/common/ImpersonationBanner/index.tsx:53 msgid "Stop Impersonating" @@ -10515,7 +10515,7 @@ msgstr "Stripe hesabının bağlantısı kesildi." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:350 msgid "Stripe connected" -msgstr "" +msgstr "Stripe bağlandı" #: src/components/routes/admin/Attribution/index.tsx:135 msgid "Stripe Connected" @@ -10523,11 +10523,11 @@ msgstr "Stripe Bağlı" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:163 msgid "Stripe connection copied from {0}." -msgstr "" +msgstr "Stripe bağlantısı {0} kaynağından kopyalandı." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:84 msgid "Stripe didn't return a setup link. Please try again." -msgstr "" +msgstr "Stripe bir kurulum bağlantısı döndürmedi. Lütfen tekrar deneyin." #: src/components/routes/admin/Messages/index.tsx:73 msgid "Stripe Not Connected" @@ -10543,11 +10543,11 @@ msgstr "Bu etkinlik için Stripe ödemeleri etkinleştirilmemiş." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:434 msgid "Stripe will need a few more details soon" -msgstr "" +msgstr "Stripe yakında birkaç bilgi daha isteyecek" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:283 msgid "Stripe will walk you through a few quick questions to finish setup." -msgstr "" +msgstr "Stripe, kurulumu tamamlamanız için size birkaç kısa soru yöneltecek." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:131 #: src/components/modals/SendMessageModal/index.tsx:438 @@ -10752,7 +10752,7 @@ msgstr "Yaz Müzik Festivali 2025" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 msgid "Sun" -msgstr "" +msgstr "Paz" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -10782,7 +10782,7 @@ msgstr "Tişört" #: src/components/forms/ProductForm/index.tsx:214 msgid "T-shirts, mugs and more" -msgstr "" +msgstr "Tişörtler, kupalar ve daha fazlası" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:960 msgid "Tap dates like a calendar." @@ -10790,7 +10790,7 @@ msgstr "Tarihlere takvimdeki gibi dokunun." #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:59 msgid "Tap this screen to resume scanning" -msgstr "" +msgstr "Taramayı sürdürmek için ekrana dokunun" #: src/components/routes/admin/Announcements/AnnouncementTargetPicker.tsx:93 msgid "Target accounts" @@ -10802,7 +10802,7 @@ msgstr "Hedef kullanıcılar" #: src/components/modals/SendMessageModal/index.tsx:335 msgid "Targeting attendees across {0} selected sessions." -msgstr "" +msgstr "Seçili {0} oturumdaki katılımcılar hedefleniyor." #: src/components/common/AdminOrdersTable/index.tsx:84 #: src/components/common/OrdersTable/index.tsx:269 @@ -10856,7 +10856,7 @@ msgstr "Vergiler" #: src/components/forms/ProductForm/index.tsx:477 msgid "Taxes & fees" -msgstr "" +msgstr "Vergiler ve ücretler" #: src/components/common/ProductsTable/SortableProduct/index.tsx:151 msgid "Taxes & fees applied" @@ -10868,7 +10868,7 @@ msgstr "Vergiler ve Ücretler" #: src/components/layouts/AuthLayout/index.tsx:23 msgid "Team collaboration" -msgstr "" +msgstr "Ekip işbirliği" #: src/constants/eventCategories.ts:27 msgid "Tech" @@ -10892,11 +10892,11 @@ msgstr "Organizasyonunuz hakkında bize bilgi verin. Bu bilgiler etkinlik sayfal #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1151 msgid "Tell us how often your event repeats and we'll create all the dates for you." -msgstr "" +msgstr "Etkinliğinizin ne sıklıkla tekrarlandığını söyleyin, tüm tarihleri sizin için oluşturalım." #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:37 msgid "Tell us your VAT registration status so we apply the correct VAT treatment to platform fees." -msgstr "" +msgstr "Platform ücretlerine doğru KDV işlemini uygulayabilmemiz için KDV kayıt durumunuzu bildirin." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:194 msgid "Template Active" @@ -10930,7 +10930,7 @@ msgstr "Katıldığınız için teşekkürler!" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:55 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:77 msgid "Thanks," -msgstr "" +msgstr "Teşekkürler," #: src/components/routes/product-widget/SelectProducts/index.tsx:292 #: src/components/routes/product-widget/SelectProducts/index.tsx:538 @@ -10943,7 +10943,7 @@ msgstr "Bu {totalOccurrences} seans demek — maksimum {max}. Aralığı veya s #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:54 msgid "That's a wrap" -msgstr "" +msgstr "İşte bu kadar" #: src/components/common/ThemeColorControls/index.tsx:62 msgid "The background color of the page. When using cover image, this is applied as an overlay." @@ -11019,7 +11019,7 @@ msgstr "Aradığınız organizatör bulunamadı. Sayfa taşınmış, silinmiş v #: src/components/modals/CreateAttendeeModal/index.tsx:277 msgid "The override is recorded in the order audit log." -msgstr "" +msgstr "Bu karar sipariş denetim kaydına işlenir." #: src/components/common/ErrorDisplay/index.tsx:18 msgid "The page you are looking for does not exist" @@ -11055,7 +11055,7 @@ msgstr "Zamanlanmış saat gelecekte olmalıdır" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:52 msgid "The session for \"{title}\" originally scheduled for {0} has been rescheduled." -msgstr "" +msgstr "Başlangıçta {0} tarihine planlanan “{title}” oturumu ertelendi." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:155 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:186 @@ -11090,7 +11090,7 @@ msgstr "Tema ve Renkler" #: src/components/routes/product-widget/SelectProducts/index.tsx:965 msgid "There are no products available for this date. Please choose another date." -msgstr "" +msgstr "Bu tarih için uygun ürün yok. Lütfen başka bir tarih seçin." #: src/components/routes/product-widget/SelectProducts/index.tsx:639 msgid "There are no products available for this event" @@ -11102,7 +11102,7 @@ msgstr "Bu kategoride mevcut ürün yok" #: src/components/routes/product-widget/SelectProducts/index.tsx:636 msgid "There are no upcoming dates for this event" -msgstr "" +msgstr "Bu etkinliğin yaklaşan tarihi yok" #: src/components/modals/RefundOrderModal/index.tsx:175 msgid "There is a refund pending. Please wait for it to complete before requesting another refund." @@ -11122,15 +11122,15 @@ msgstr "Mesajınız gönderilirken bir hata oluştu" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:493 msgid "These details are shown on the attendee's ticket and order summary for this date only." -msgstr "" +msgstr "Bu bilgiler yalnızca bu tarih için katılımcının biletinde ve sipariş özetinde gösterilir." #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:168 msgid "These details will only be shown if the order is completed successfully." msgstr "Bu ayrıntılar yalnızca sipariş başarıyla tamamlandığında gösterilir." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:491 msgid "These details will replace any existing location on the affected dates and show on attendee tickets." -msgstr "" +msgstr "Bu bilgiler, etkilenen tarihlerdeki mevcut konumun yerini alır ve katılımcı biletlerinde görünür." #: src/components/forms/ProductForm/index.tsx:359 msgid "These prices apply across all dates in your schedule, and tier quantities limit total sales across all dates combined. Sale dates on tiers apply globally. You can override prices for individual dates on the <0>Occurrence Schedule page." @@ -11150,7 +11150,7 @@ msgstr "Bu şablonlar yalnızca bu etkinlik için organizatör varsayılanların #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:59 msgid "Third" -msgstr "" +msgstr "Üçüncü" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:131 msgid "This account has no completed orders, so all of its data will be permanently deleted." @@ -11166,7 +11166,7 @@ msgstr "Bu hesap <0>{scheduledDate} tarihinde silinmek üzere planlandı" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:259 msgid "This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes." -msgstr "" +msgstr "Bu, etkinlikteki eşleşen her tarih için geçerlidir; şu anda görünmeyen tarihler dahil. Bu tarihlerden herhangi birine kayıtlı katılımcılara, güncelleme bittiğinde mesaj düzenleyiciden ulaşılabilir." #: src/components/common/CheckIn/CheckInOptionsModal.tsx:33 msgid "This attendee has an unpaid order." @@ -11202,7 +11202,7 @@ msgstr "Bu check-in listesi henüz aktif değil ve check-in yapılabilir durumda #: src/components/layouts/CheckIn/index.tsx:503 msgid "This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins." -msgstr "" +msgstr "Bu check-in listesi iptal edilmiş bir oturuma bağlı olduğu için artık check-in için kullanılamaz." #: src/components/forms/AffiliateForm/index.tsx:41 msgid "This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed." @@ -11216,27 +11216,27 @@ msgstr "Bu renk kombinasyonu bazı kullanıcılar için okunması zor olabilir" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:40 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:330 msgid "This date has {orderCount} order(s) that will be affected." -msgstr "" +msgstr "Bu tarihte etkilenecek {orderCount} sipariş var." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:423 msgid "This date has been cancelled. You can still delete it to remove it permanently." -msgstr "" +msgstr "Bu tarih iptal edildi. Kalıcı olarak kaldırmak için yine de silebilirsiniz." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:457 msgid "This date is in the past. It will be created but won't be visible to attendees under upcoming dates." -msgstr "" +msgstr "Bu tarih geçmişte. Oluşturulacak ancak katılımcılara yaklaşan tarihler arasında görünmeyecek." #: src/components/modals/CreateAttendeeModal/index.tsx:273 msgid "This date is marked sold out." -msgstr "" +msgstr "Bu tarih tükendi olarak işaretli." #: src/components/routes/product-widget/SelectProducts/index.tsx:592 msgid "This date is no longer available. Please select another date." -msgstr "" +msgstr "Bu tarih artık uygun değil. Lütfen başka bir tarih seçin." #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "This date only" -msgstr "" +msgstr "Yalnızca bu tarih" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:113 msgid "This disconnects {stripeAccountId} from this organizer. Paid ticket sales will stop working until you connect a Stripe account again." @@ -11252,7 +11252,7 @@ msgstr "Bu etkinlikte henüz bilet veya ürün yok, bu yüzden katılımcılar k #: src/components/layouts/ProductWidget/index.tsx:56 msgid "This event is not available" -msgstr "" +msgstr "Bu etkinlik kullanılamıyor" #: src/components/common/StatusToggle/index.tsx:82 msgid "This event is not published yet" @@ -11264,7 +11264,7 @@ msgstr "Bu etkinliğin biletleri tükendi" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:106 msgid "This event's dates and times are set on the occurrence schedule." -msgstr "" +msgstr "Bu etkinliğin tarih ve saatleri tarih programında belirlenir." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:153 msgid "This information will be shown on the payment page, order summary page, and order confirmation email." @@ -11272,7 +11272,7 @@ msgstr "Bu bilgiler ödeme sayfasında, sipariş özeti sayfasında ve sipariş #: src/components/routes/welcome/index.tsx:401 msgid "This is a recurring event" -msgstr "" +msgstr "Bu, yinelenen bir etkinlik" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:157 msgid "This is an online event" @@ -11317,7 +11317,7 @@ msgstr "Bu isim son kullanıcılara görünür" #: src/components/modals/CreateAttendeeModal/index.tsx:267 msgid "This occurrence is at capacity" -msgstr "" +msgstr "Bu tarih kapasitesini doldurdu" #: src/components/forms/StripeCheckoutForm/index.tsx:131 msgid "This order has already been paid." @@ -11381,7 +11381,7 @@ msgstr "Bu ürün tükendi" #: src/components/forms/ProductForm/index.tsx:547 msgid "This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to." -msgstr "" +msgstr "Bu ürün etkinlik sayfasında tek başına görünmez — alıcılar onu yalnızca bağlı olduğu ürünlerin ek ürünü olarak görür." #: src/components/modals/PublishEventModal/index.tsx:104 msgid "This recurring event has no dates yet, so there's nothing for attendees to book." @@ -11407,9 +11407,9 @@ msgstr "Bu bilet az önce tarandı. Tekrar taramadan önce lütfen bekleyin." msgid "This user is not active, as they have not accepted their invitation." msgstr "Bu kullanıcı davetini kabul etmediği için aktif değil." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:367 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:368 msgid "This will affect {loadedAffectedCount} date(s)." -msgstr "" +msgstr "Bu, {loadedAffectedCount} tarihi etkileyecek." #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:80 msgid "This will be used for notifications and communication with your users." @@ -11433,11 +11433,11 @@ msgstr "Bu, planlanan tarihi beklemeden hesabı hemen kalıcı olarak silecek ve #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:107 msgid "Throughput" -msgstr "" +msgstr "İşlem hızı" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 msgid "Thu" -msgstr "" +msgstr "Per" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -11518,7 +11518,7 @@ msgstr "Bilet başarıyla yeniden gönderildi" #: src/components/routes/product-widget/SelectProducts/index.tsx:631 msgid "Ticket sales have ended for this event" -msgstr "" +msgstr "Bu etkinliğin bilet satışı sona erdi" #: src/components/routes/event/attendees.tsx:75 msgid "Ticket Type" @@ -11565,7 +11565,7 @@ msgstr "Kademeli ürünler aynı ürün için birden fazla fiyat seçeneği sunm #: src/components/forms/ProductForm/index.tsx:277 msgid "Tiers" -msgstr "" +msgstr "Kademeler" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:70 msgid "TikTok" @@ -11573,7 +11573,7 @@ msgstr "TikTok" #: src/components/routes/event/OccurrencesTab/index.tsx:292 msgid "Time" -msgstr "" +msgstr "Saat" #: src/components/layouts/Checkout/index.tsx:322 msgid "Time left:" @@ -11585,7 +11585,7 @@ msgstr "Saatler" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:725 msgid "Times shown in {timezoneAbbr}" -msgstr "" +msgstr "Saatler {timezoneAbbr} olarak gösteriliyor" #: src/components/common/PromoCodeTable/index.tsx:71 msgid "Times used" @@ -11617,7 +11617,7 @@ msgstr "Başlık gereklidir" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1008 msgid "to" -msgstr "" +msgstr "-" #: src/components/routes/event/messages.tsx:93 msgid "To" @@ -11632,7 +11632,7 @@ msgstr "Limitinizi artırmak için bizimle iletişime geçin" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:119 #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:43 msgid "Today" -msgstr "" +msgstr "Bugün" #: src/components/common/ColumnVisibilityToggle/index.tsx:26 msgid "Toggle columns" @@ -11640,7 +11640,7 @@ msgstr "Sütunları değiştir" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:46 msgid "Tomorrow" -msgstr "" +msgstr "Yarın" #: src/components/layouts/OrganizerLayout/index.tsx:108 msgid "Tools" @@ -11690,7 +11690,7 @@ msgstr "Toplam Ücret" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:299 msgid "Total fees" -msgstr "" +msgstr "Toplam ücret" #: src/components/routes/event/EventDashboard/index.tsx:341 #: src/components/routes/event/OccurrenceDetail/index.tsx:212 @@ -11708,7 +11708,7 @@ msgstr "Toplam sipariş tutarı" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:286 msgid "Total orders" -msgstr "" +msgstr "Toplam sipariş" #: src/components/forms/ProductForm/index.tsx:315 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:71 @@ -11727,7 +11727,7 @@ msgstr "Toplam İade Edilen" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:293 msgid "Total tax" -msgstr "" +msgstr "Toplam vergi" #: src/components/routes/event/EventDashboard/index.tsx:343 #: src/components/routes/event/OccurrenceDetail/index.tsx:214 @@ -11745,7 +11745,7 @@ msgstr "Toplam Görüntüleme" #: src/constants/eventCategories.ts:23 msgid "Tours" -msgstr "" +msgstr "Turlar" #: src/components/routes/admin/Attribution/index.tsx:32 msgid "Track account growth and performance by attribution source" @@ -11758,11 +11758,11 @@ msgstr "İzleme ve Analitik" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:176 msgid "Try a different search term or filter" -msgstr "" +msgstr "Farklı bir arama terimi veya filtre deneyin" -#: src/components/routes/event/OccurrencesTab/index.tsx:584 +#: src/components/routes/event/OccurrencesTab/index.tsx:599 msgid "Try adjusting your filters to see more dates." -msgstr "" +msgstr "Daha fazla tarih görmek için filtrelerinizi ayarlayın." #: src/components/routes/auth/Login/index.tsx:141 #: src/components/routes/my-tickets/index.tsx:200 @@ -11775,7 +11775,7 @@ msgstr "Hi.Events'i Ücretsiz Deneyin" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 msgid "Tue" -msgstr "" +msgstr "Sal" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -11856,15 +11856,15 @@ msgstr "Bekleme listesine katılınamadı" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:164 msgid "Unable to load attendee details." -msgstr "" +msgstr "Katılımcı ayrıntıları yüklenemedi." #: src/components/routes/product-widget/SelectProducts/index.tsx:330 msgid "Unable to load products for this date. Please try again." -msgstr "" +msgstr "Bu tarihe ait ürünler yüklenemedi. Lütfen tekrar deneyin." #: src/components/layouts/CheckIn/index.tsx:220 msgid "Unable to undo check-in" -msgstr "" +msgstr "Check-in geri alınamıyor" #: src/components/modals/EditQuestionModal/index.tsx:84 msgid "Unable to update question. Please check the your details" @@ -11876,7 +11876,7 @@ msgstr "Atıfsız Hesaplar" #: src/components/layouts/CheckIn/index.tsx:255 msgid "Undo" -msgstr "" +msgstr "Geri al" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:30 msgid "Unique Customers" @@ -11942,7 +11942,7 @@ msgstr "bitiş" #: src/components/forms/ProductForm/ledgerSummaries.ts:49 msgid "Until {end}" -msgstr "" +msgstr "{end} tarihine kadar" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1059 msgid "Until a date" @@ -11950,11 +11950,11 @@ msgstr "Bir tarihe kadar" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled product" -msgstr "" +msgstr "Adsız ürün" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled ticket" -msgstr "" +msgstr "Adsız bilet" #: src/components/common/AdminAccountsTable/index.tsx:101 msgid "Untrusted" @@ -11962,7 +11962,7 @@ msgstr "Güvenilmez" #: src/components/forms/ProductForm/ledgerSummaries.ts:118 msgid "Up to {max} per order" -msgstr "" +msgstr "Sipariş başına en fazla {max}" #: src/components/common/EventsDashboardStatusButtons/index.tsx:20 #: src/components/common/EventStatusBadge/index.tsx:16 @@ -11974,7 +11974,7 @@ msgstr "Yaklaşan" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:375 msgid "Upcoming events" -msgstr "" +msgstr "Yaklaşan etkinlikler" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Upcoming Events" @@ -11990,11 +11990,11 @@ msgstr "Bağlı Kuruluşu Güncelle" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Update capacity" -msgstr "" +msgstr "Kapasiteyi güncelle" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:73 msgid "Update event name and description" -msgstr "" +msgstr "Etkinlik adını ve açıklamasını güncelle" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:74 msgid "Update event name, description and dates" @@ -12002,11 +12002,11 @@ msgstr "Etkinlik adı, açıklaması ve tarihlerini güncelle" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Update label" -msgstr "" +msgstr "Etiketi güncelle" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Update location" -msgstr "" +msgstr "Konumu güncelle" #: src/components/routes/profile/ManageProfile/index.tsx:215 msgid "Update profile" @@ -12014,11 +12014,11 @@ msgstr "Profili güncelle" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:71 msgid "Update: {subjectTitle} — schedule changes" -msgstr "" +msgstr "Güncelleme: {subjectTitle} — programda değişiklikler" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:48 msgid "Update: {subjectTitle} — session time changed" -msgstr "" +msgstr "Güncelleme: {subjectTitle} — oturum saati değişti" #: src/components/routes/admin/Announcements/index.tsx:163 msgid "Updated" @@ -12026,19 +12026,19 @@ msgstr "Güncellendi" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:217 msgid "Updated {count} date(s)" -msgstr "" +msgstr "{count} tarih güncellendi" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:213 msgid "Updated capacity for {count} date(s)" -msgstr "" +msgstr "{count} tarihin kapasitesi güncellendi" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:214 msgid "Updated label for {count} date(s)" -msgstr "" +msgstr "{count} tarihin etiketi güncellendi" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:215 msgid "Updated location for {count} date(s)" -msgstr "" +msgstr "{count} tarihin konumu güncellendi" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1138 msgid "Updates as you build the rule. Flip through months to sanity-check dates." @@ -12046,7 +12046,7 @@ msgstr "Kuralı oluşturdukça güncellenir. Tarihleri kontrol etmek için aylar #: src/components/forms/ProductForm/ProductPreview.tsx:93 msgid "Updates as you type." -msgstr "" +msgstr "Siz yazdıkça güncellenir." #: src/components/routes/organizer/Settings/Sections/ImageAssetSettings/index.tsx:39 msgid "Upload a cover image for your organizer" @@ -12093,15 +12093,15 @@ msgstr "Kullanım Sınırı" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:80 msgid "USB" -msgstr "" +msgstr "USB" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner listening" -msgstr "" +msgstr "USB tarayıcı dinliyor" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner paused" -msgstr "" +msgstr "USB tarayıcı duraklatıldı" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:154 msgid "Use <0>Liquid templating to personalize your emails" @@ -12119,7 +12119,7 @@ msgstr "Kapak resmini kullan" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:531 msgid "Use event default" -msgstr "" +msgstr "Etkinliğin varsayılanını kullan" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:49 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -12193,11 +12193,11 @@ msgstr "KDV" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:195 msgid "VAT country code" -msgstr "" +msgstr "KDV ülke kodu" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:173 msgid "VAT number" -msgstr "" +msgstr "KDV numarası" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:212 msgid "VAT Number" @@ -12234,7 +12234,7 @@ msgstr "KDV Oranı" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:168 msgid "VAT registered" -msgstr "" +msgstr "KDV mükellefi" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:165 #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:173 @@ -12247,7 +12247,7 @@ msgstr "KDV ayarları kaydedildi. KDV numaranızı arka planda doğruluyoruz." #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:85 msgid "VAT settings updated" -msgstr "" +msgstr "KDV ayarları güncellendi" #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:27 msgid "VAT Treatment for Platform Fees" @@ -12263,11 +12263,11 @@ msgstr "KDV doğrulama hizmeti geçici olarak kullanılamıyor" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:225 msgid "VAT: {0}" -msgstr "" +msgstr "KDV: {0}" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:230 msgid "VAT: not registered" -msgstr "" +msgstr "KDV: kayıtlı değil" #: src/components/common/LocationPicker/index.tsx:230 #: src/components/modals/LocationEditModal/index.tsx:140 @@ -12280,7 +12280,7 @@ msgstr "Doğrulama kodu" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:77 msgid "Verification email sent. Check your inbox." -msgstr "" +msgstr "Doğrulama e-postası gönderildi. Gelen kutunuzu kontrol edin." #: src/components/routes/admin/Attribution/index.tsx:136 #: src/components/routes/admin/Dashboard/index.tsx:421 @@ -12298,7 +12298,7 @@ msgstr "E-postanızı doğrulayın" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:159 msgid "Verify your email so attendees can receive tickets" -msgstr "" +msgstr "Katılımcıların bilet alabilmesi için e-postanızı doğrulayın" #: src/components/routes/welcome/index.tsx:189 msgid "Verifying..." @@ -12310,19 +12310,19 @@ msgstr "Vietnamca" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:68 msgid "View All" -msgstr "" +msgstr "Tümünü gör" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:380 msgid "View all →" -msgstr "" +msgstr "Tümünü gör →" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:424 msgid "View all capabilities" -msgstr "" +msgstr "Tüm özellikleri gör" #: src/components/modals/SelectCheckInListModal/index.tsx:87 msgid "View all check-in lists" -msgstr "" +msgstr "Tüm check-in listelerini gör" #: src/components/routes/admin/Messages/index.tsx:108 msgid "View all messages sent across the platform" @@ -12347,7 +12347,7 @@ msgstr "Detayları Görüntüle" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:192 msgid "View details for {0} {1}" -msgstr "" +msgstr "{0} {1} ayrıntılarını gör" #: src/components/common/AdminEventsTable/index.tsx:157 #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:58 @@ -12427,11 +12427,11 @@ msgstr "VIP Bilet" #: src/components/forms/ProductForm/visibilityStatus.ts:41 msgid "Visible from {start} — hidden until sales open." -msgstr "" +msgstr "{start} tarihinden itibaren görünür — satışlar açılana kadar gizli." #: src/components/forms/ProductForm/visibilityStatus.ts:56 msgid "Visible to everyone on the event page." -msgstr "" +msgstr "Etkinlik sayfasında herkese görünür." #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:104 msgid "VK" @@ -12450,7 +12450,7 @@ msgstr "Ödeme bekleniyor" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:64 msgid "Waiting for scan…" -msgstr "" +msgstr "Tarama bekleniyor…" #: src/components/forms/ProductForm/index.tsx:460 #: src/components/layouts/AuthLayout/index.tsx:17 @@ -12480,7 +12480,7 @@ msgstr "Ödemenizi işleyemedik. Lütfen tekrar deneyin veya destek ile iletişi #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:167 msgid "We couldn't copy that Stripe connection. Please try again." -msgstr "" +msgstr "Bu Stripe bağlantısını kopyalayamadık. Lütfen tekrar deneyin." #: src/components/common/ProductsTable/SortableCategory/index.tsx:56 msgid "We couldn't delete the category. Please try again." @@ -12512,7 +12512,7 @@ msgstr "Bu siparişi bulamadık. Kaldırılmış olabilir." #: src/hooks/useOccurrenceCheckIn.tsx:43 msgid "We couldn't load the check-in lists. Please try again." -msgstr "" +msgstr "Check-in listelerini yükleyemedik. Lütfen tekrar deneyin." #: src/components/common/ErrorLoadingMessage/index.tsx:13 msgid "We couldn't load the data. Please try again." @@ -12520,7 +12520,7 @@ msgstr "Verileri yükleyemedik. Lütfen tekrar deneyin." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:97 msgid "We couldn't reach Stripe just now. Please try again in a moment." -msgstr "" +msgstr "Şu anda Stripe'a ulaşamıyoruz. Lütfen birazdan tekrar deneyin." #: src/components/common/ProductsTable/SortableCategory/index.tsx:98 msgid "We couldn't reorder the categories. Please try again." @@ -12532,7 +12532,7 @@ msgstr "Bu sayfayı yüklerken bir sorunla karşılaştık. Lütfen tekrar deney #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:236 msgid "We partner with Stripe to send payouts straight to your bank account." -msgstr "" +msgstr "Ödemeleri doğrudan banka hesabınıza göndermek için Stripe ile çalışıyoruz." #: src/components/routes/event/TicketDesigner/index.tsx:144 msgid "We recommend a square logo with minimum dimensions of 200x200px" @@ -12549,7 +12549,7 @@ msgstr "400px x 400px boyutlarını ve maksimum 5MB dosya boyutunu öneriyoruz" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:158 msgid "We sent a verification link to {0}" -msgstr "" +msgstr "{0} adresine bir doğrulama bağlantısı gönderdik" #: src/components/common/CookieConsentBanner/index.tsx:18 msgid "We use cookies to help us understand how the site is used and to improve your experience." @@ -12578,7 +12578,7 @@ msgstr "{productDisplayName} için bir yer açılırsa sizi e-posta ile bilgilen #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:267 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:301 msgid "We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically." -msgstr "" +msgstr "Kaydettikten sonra, önceden doldurulmuş bir şablonla mesaj düzenleyiciyi açacağız. Siz gözden geçirip gönderirsiniz — hiçbir şey otomatik gönderilmez." #: src/components/routes/product-widget/CollectInformation/index.tsx:456 msgid "We'll send your tickets to this email" @@ -12594,7 +12594,7 @@ msgstr "Siparişinizi işliyoruz. Lütfen bekleyin..." #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:75 msgid "We've made changes to the schedule for \"{title}\" — {description} affecting {affectedCount} session(s)." -msgstr "" +msgstr "“{title}” programını değiştirdik — {description}, {affectedCount} oturumu etkiliyor." #: src/components/routes/welcome/index.tsx:147 msgid "We've sent a 5-digit verification code to:" @@ -12612,7 +12612,7 @@ msgstr "Webhook başarıyla silindi" #: src/components/layouts/AuthLayout/index.tsx:25 msgid "Webhook integrations" -msgstr "" +msgstr "Webhook entegrasyonları" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:137 #: src/components/modals/WebhookLogsModal/index.tsx:151 @@ -12650,7 +12650,7 @@ msgstr "Web Sitesi" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 msgid "Wed" -msgstr "" +msgstr "Çar" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -12659,16 +12659,16 @@ msgstr "Çarşamba" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:88 msgid "week" -msgstr "" +msgstr "hafta" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:51 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Weekly" -msgstr "" +msgstr "Haftalık" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:96 msgid "weeks" -msgstr "" +msgstr "hafta" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:105 msgid "Weibo" @@ -12696,7 +12696,7 @@ msgstr "{0}'e hoş geldiniz, işte tüm etkinliklerinizin listesi" #: src/constants/eventCategories.ts:20 msgid "Wellness" -msgstr "" +msgstr "Sağlıklı yaşam" #: src/components/forms/ProductForm/index.tsx:349 msgid "What are Tiered Products?" @@ -12732,7 +12732,7 @@ msgstr "Bu ne tür bir soru?" #: src/components/forms/CheckInListForm/index.tsx:172 msgid "What unauthenticated staff can see" -msgstr "" +msgstr "Oturum açmamış personelin görebilecekleri" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:89 msgid "WhatsApp" @@ -12744,7 +12744,7 @@ msgstr "Bir giriş silindiğinde" #: src/components/forms/WebhookForm/index.tsx:135 msgid "When a date is cancelled on a recurring event" -msgstr "" +msgstr "Yinelenen bir etkinlikte bir tarih iptal edildiğinde" #: src/components/forms/WebhookForm/index.tsx:105 msgid "When a new attendee is created" @@ -12909,7 +12909,7 @@ msgstr "X (Twitter)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:90 msgid "year" -msgstr "" +msgstr "yıl" #: src/components/common/OrganizerReportTable/index.tsx:59 #: src/components/common/PeriodSelector/index.tsx:38 @@ -12920,11 +12920,11 @@ msgstr "Yıl başından beri" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:53 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Yearly" -msgstr "" +msgstr "Yıllık" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:98 msgid "years" -msgstr "" +msgstr "yıl" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:191 msgid "Yes" @@ -12969,7 +12969,7 @@ msgstr "Bu ürünü hedefleyen bir promosyon kodu oluşturabilirsiniz" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1115 msgid "You can override this for individual dates later." -msgstr "" +msgstr "Bunu daha sonra tek tek tarihler için özelleştirebilirsiniz." #: src/components/modals/OfferWaitlistModal/index.tsx:110 msgid "You can still manually offer tickets if needed." @@ -13035,7 +13035,7 @@ msgstr "Ücretsiz Bir Ürüne eklenen vergiler ve ücretleriniz var. Bunları ka #: src/components/forms/ProductForm/ProductDrawer.tsx:57 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:728 msgid "You have unsaved changes. Are you sure you want to discard them?" -msgstr "" +msgstr "Kaydedilmemiş değişiklikleriniz var. Bunları atmak istediğinize emin misiniz?" #: src/components/modals/SendMessageModal/index.tsx:204 msgid "You must acknowledge that this email is not promotional" @@ -13067,7 +13067,7 @@ msgstr "Organizatör durumunu güncelleyebilmek için e-posta adresinizi doğrul #: src/components/modals/CreateAttendeeModal/index.tsx:186 msgid "You need to create at least one occurrence before you can add attendees to this recurring event." -msgstr "" +msgstr "Bu yinelenen etkinliğe katılımcı ekleyebilmek için en az bir tarih oluşturmanız gerekir." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:355 msgid "You need to verify your account email before you can modify email templates." @@ -13087,7 +13087,7 @@ msgstr "Bir siparişi elle ödenmiş olarak işaretlemeniz gerekecek. Bu, sipari #: src/components/modals/CreateEventModal/index.tsx:253 msgid "You'll be able to set up dates, schedules, and recurrence rules in the next step." -msgstr "" +msgstr "Tarihleri, programları ve yineleme kurallarını sonraki adımda ayarlayabileceksiniz." #: src/components/modals/CreateCheckInListModal/index.tsx:64 msgid "You'll need a ticket before you can create a check-in list." @@ -13103,7 +13103,7 @@ msgstr "Başlamak için en az bir ürüne ihtiyacınız var. Ücretsiz, ücretli #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:254 msgid "You're changing session times" -msgstr "" +msgstr "Oturum saatlerini değiştiriyorsunuz" #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:168 msgid "You're going to {0}!" @@ -13123,7 +13123,7 @@ msgstr "Size bir yer teklif edildi!" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:290 msgid "You've changed the session time" -msgstr "" +msgstr "Oturum saatini değiştirdiniz" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:92 msgid "Your account has been deactivated and will be permanently deleted on <0>{0}." @@ -13264,7 +13264,7 @@ msgstr "İadeniz işleniyor." #: src/components/layouts/CheckIn/index.tsx:117 msgid "Your saved date filter is no longer available — showing all dates." -msgstr "" +msgstr "Kaydedilmiş tarih filtreniz artık kullanılamıyor — tüm tarihler gösteriliyor." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:116 msgid "Your Stripe account itself isn't affected, and no data is lost — you can reconnect at any time." @@ -13276,7 +13276,7 @@ msgstr "Biletiniz" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:54 msgid "Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions." -msgstr "" +msgstr "Biletiniz geçerliliğini koruyor — yeni saat size uymuyorsa dışında yapmanız gereken bir şey yok. Sorunuz varsa lütfen bu e-postayı yanıtlayın." #: src/components/routes/product-widget/CollectInformation/index.tsx:377 msgid "Your tickets have been confirmed." diff --git a/frontend/src/locales/vi.js b/frontend/src/locales/vi.js index 40eee68b7e..9f2e57572b 100644 --- a/frontend/src/locales/vi.js +++ b/frontend/src/locales/vi.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Chưa có gì để hiển thị'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>checked out thành công\"],\"KMgp2+\":[[\"0\"],\" Có sẵn\"],\"Pmr5xp\":[[\"0\"],\" đã tạo thành công\"],\"FImCSc\":[[\"0\"],\" cập nhật thành công\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"ngày\"],\" ngày, \",[\"giờ\"],\" giờ, \",[\"phút\"],\" phút và \",[\"giây\"],\" giây\"],\"f3RdEk\":[[\"giờ\"],\" giờ, \",[\"phút\"],\" phút và \",[\"giây\"],\" giây\"],\"fyE7Au\":[[\"phút\"],\" phút và \",[\"giây\"],\" giây\"],\"NlQ0cx\":[\"Sự kiện đầu tiên của \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://your-website.com\",\"qnSLLW\":\"<0> Vui lòng nhập giá không bao gồm thuế và phí. <1> Thuế và phí có thể được thêm vào bên dưới. \",\"ZjMs6e\":\"<0> Số lượng sản phẩm có sẵn cho sản phẩm này <1> Giá trị này có thể được ghi đè nếu có giới hạn công suất <2>\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 phút và 0 giây\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Trường nhập ngày. Hoàn hảo để hỏi ngày sinh, v.v.\",\"6euFZ/\":[\"Một mặc định \",[\"type\"],\" là tự động được áp dụng cho tất cả các sản phẩm mới. \"],\"SMUbbQ\":\"Đầu vào thả xuống chỉ cho phép một lựa chọn\",\"qv4bfj\":\"Một khoản phí, như phí đặt phòng hoặc phí dịch vụ\",\"POT0K/\":\"Một lượng cố định cho mỗi sản phẩm. Vd, $0.5 cho mỗi sản phẩm \",\"f4vJgj\":\"Đầu vào văn bản nhiều dòng\",\"OIPtI5\":\"Một tỷ lệ phần trăm của giá sản phẩm. \",\"ZthcdI\":\"Mã khuyến mãi không có giảm giá có thể được sử dụng để tiết lộ các sản phẩm ẩn.\",\"AG/qmQ\":\"Tùy chọn radio có nhiều tùy chọn nhưng chỉ có thể chọn một tùy chọn.\",\"h179TP\":\"Mô tả ngắn về sự kiện sẽ được hiển thị trong kết quả tìm kiếm và khi chia sẻ trên mạng xã hội. Theo mặc định, mô tả sự kiện sẽ được sử dụng.\",\"WKMnh4\":\"Một đầu vào văn bản dòng duy nhất\",\"BHZbFy\":\"Một câu hỏi duy nhất cho mỗi đơn hàng. Ví dụ: Địa chỉ giao hàng của bạn là gì?\",\"Fuh+dI\":\"Một câu hỏi duy nhất cho mỗi sản phẩm. Ví dụ: Kích thước áo thun của bạn là gì?\",\"RlJmQg\":\"Thuế tiêu chuẩn, như VAT hoặc GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Chấp nhận chuyển khoản ngân hàng, séc hoặc các phương thức thanh toán offline khác\",\"hrvLf4\":\"Chấp nhận thanh toán thẻ tín dụng với Stripe\",\"bfXQ+N\":\"Chấp nhận lời mời\",\"AeXO77\":\"Tài khoản\",\"lkNdiH\":\"Tên tài khoản\",\"Puv7+X\":\"Cài đặt tài khoản\",\"OmylXO\":\"Tài khoản được cập nhật thành công\",\"7L01XJ\":\"Hành động\",\"FQBaXG\":\"Kích hoạt\",\"5T2HxQ\":\"Ngày kích hoạt\",\"F6pfE9\":\"Hoạt động\",\"/PN1DA\":\"Thêm mô tả cho danh sách check-in này\",\"0/vPdA\":\"Thêm bất kỳ ghi chú nào về người tham dự. Những ghi chú này sẽ không hiển thị cho người tham dự.\",\"Or1CPR\":\"Thêm bất kỳ ghi chú nào về người tham dự ...\",\"l3sZO1\":\"Thêm bất kỳ ghi chú nào về đơn hàng. Những ghi chú này sẽ không hiển thị cho khách hàng.\",\"xMekgu\":\"Thêm bất kỳ ghi chú nào về đơn hàng ...\",\"PGPGsL\":\"Thêm mô tả\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Thêm hướng dẫn thanh toán offline (ví dụ: chi tiết chuyển khoản ngân hàng, nơi gửi séc, thời hạn thanh toán)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Thêm mới\",\"TZxnm8\":\"Thêm tùy chọn\",\"24l4x6\":\"Thêm sản phẩm\",\"8q0EdE\":\"Thêm sản phẩm vào danh mục\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Thêm thuế hoặc phí\",\"goOKRY\":\"Thêm tầng\",\"oZW/gT\":\"Thêm vào lịch\",\"pn5qSs\":\"Thông tin bổ sung\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Địa chỉ\",\"NY/x1b\":\"Dòng địa chỉ 1\",\"POdIrN\":\"Dòng địa chỉ 1\",\"cormHa\":\"Dòng địa chỉ 2\",\"gwk5gg\":\"Dòng địa chỉ 2\",\"U3pytU\":\"Quản trị viên\",\"HLDaLi\":\"Người dùng quản trị có quyền truy cập đầy đủ vào các sự kiện và cài đặt tài khoản.\",\"W7AfhC\":\"Tất cả những người tham dự sự kiện này\",\"cde2hc\":\"Tất cả các sản phẩm\",\"5CQ+r0\":\"Cho phép người tham dự liên kết với đơn hàng chưa thanh toán được check-in\",\"ipYKgM\":\"Cho phép công cụ tìm kiếm lập chỉ mục\",\"LRbt6D\":\"Cho phép các công cụ tìm kiếm lập chỉ mục cho sự kiện này\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Tuyệt vời, sự kiện, từ khóa ...\",\"hehnjM\":\"Số tiền\",\"R2O9Rg\":[\"Số tiền đã trả (\",[\"0\"],\")\"],\"V7MwOy\":\"Đã xảy ra lỗi trong khi tải trang\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Đã xảy ra lỗi không mong muốn.\",\"byKna+\":\"Đã xảy ra lỗi không mong muốn. Vui lòng thử lại.\",\"ubdMGz\":\"Mọi thắc mắc từ chủ sở hữu sản phẩm sẽ được gửi đến địa chỉ email này. Địa chỉ này cũng sẽ được sử dụng làm địa chỉ \\\"trả lời\\\" cho tất cả email gửi từ sự kiện này.\",\"aAIQg2\":\"Giao diện\",\"Ym1gnK\":\"đã được áp dụng\",\"sy6fss\":[\"Áp dụng cho các sản phẩm \",[\"0\"]],\"kadJKg\":\"Áp dụng cho 1 sản phẩm\",\"DB8zMK\":\"Áp dụng\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Áp dụng \",[\"type\"],\" này cho tất cả các sản phẩm mới\"],\"S0ctOE\":\"Lưu trữ sự kiện\",\"TdfEV7\":\"Lưu trữ\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Bạn có chắc mình muốn kích hoạt người tham dự này không?\",\"TvkW9+\":\"Bạn có chắc mình muốn lưu trữ sự kiện này không?\",\"/CV2x+\":\"Bạn có chắc mình muốn hủy người tham dự này không? Điều này sẽ làm mất hiệu lực vé của họ\",\"YgRSEE\":\"Bạn có chắc là bạn muốn xóa mã khuyến mãi này không?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Bạn có chắc chắn muốn chuyển sự kiện này thành bản nháp không? Điều này sẽ làm cho sự kiện không hiển thị với công chúng.\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Bạn có chắc chắn muốn khôi phục sự kiện này không? Sự kiện sẽ được khôi phục dưới dạng bản nháp.\",\"vJuISq\":\"Bạn có chắc chắn muốn xóa phân bổ sức chứa này không?\",\"baHeCz\":\"Bạn có chắc là bạn muốn xóa danh sách tham dự này không?\",\"LBLOqH\":\"Hỏi một lần cho mỗi đơn hàng\",\"wu98dY\":\"Hỏi một lần cho mỗi sản phẩm\",\"ss9PbX\":\"Người tham dự\",\"m0CFV2\":\"Chi tiết người tham dự\",\"QKim6l\":\"Không tìm thấy người tham dự\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Vé tham dự\",\"9SZT4E\":\"Người tham dự\",\"iPBfZP\":\"Người tham dự đã đăng ký\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Tự động thay đổi kích thước\",\"vZ5qKF\":\"Tự động thay đổi chiều cao widget dựa trên nội dung. Khi tắt, widget sẽ lấp đầy chiều cao của container.\",\"4lVaWA\":\"Đang chờ thanh toán offline\",\"2rHwhl\":\"Đang chờ thanh toán offline\",\"3wF4Q/\":\"Đang chờ thanh toán\",\"ioG+xt\":\"Đang chờ thanh toán\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Nhà tổ chức tuyệt vời Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Trở lại trang sự kiện\",\"VCoEm+\":\"Quay lại đăng nhập\",\"k1bLf+\":\"Màu nền\",\"I7xjqg\":\"Loại nền\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Địa chỉ thanh toán\",\"/xC/im\":\"Cài đặt thanh toán\",\"rp/zaT\":\"Tiếng Bồ Đào Nha Brazil\",\"whqocw\":\"Bằng cách đăng ký, bạn đồng ý với các <0>Điều khoản dịch vụ của chúng tôi và <1>Chính sách bảo mật.\",\"bcCn6r\":\"Loại tính toán\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Hủy\",\"Gjt/py\":\"Hủy thay đổi email\",\"tVJk4q\":\"Hủy đơn hàng\",\"Os6n2a\":\"Hủy đơn hàng\",\"Mz7Ygx\":[\"Hủy đơn hàng \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Hủy bỏ\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Công suất\",\"V6Q5RZ\":\"Phân bổ sức chứa được tạo thành công\",\"k5p8dz\":\"Phân bổ sức chứa đã được xóa thành công\",\"nDBs04\":\"Quản lý sức chứa\",\"ddha3c\":\"Danh mục giúp bạn nhóm các sản phẩm lại với nhau. Ví dụ, bạn có thể có một danh mục cho \\\"Vé\\\" và một danh mục khác cho \\\"Hàng hóa\\\".\",\"iS0wAT\":\"Danh mục giúp bạn sắp xếp sản phẩm của mình. Tiêu đề này sẽ được hiển thị trên trang sự kiện công khai.\",\"eorM7z\":\"Danh mục đã được sắp xếp lại thành công.\",\"3EXqwa\":\"Danh mục được tạo thành công\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Thay đổi mật khẩu\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Check-in \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Check-in và đánh dấu đơn hàng đã thanh toán\",\"QYLpB4\":\"Chỉ check-in\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Xác nhận rời khỏi sự kiện này!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Danh sách check-in đã bị xóa thành công\",\"+hBhWk\":\"Danh sách check-in đã hết hạn\",\"mBsBHq\":\"Danh sách check-in không hoạt động\",\"vPqpQG\":\"Danh sách Check-In không tồn tại\",\"tejfAy\":\"Danh sách Check-In\",\"hD1ocH\":\"URL check-in đã được sao chép vào clipboard\",\"CNafaC\":\"Tùy chọn checkbox cho phép chọn nhiều mục\",\"SpabVf\":\"Checkbox\",\"CRu4lK\":\"Đã check-in\",\"znIg+z\":\"Thanh toán\",\"1WnhCL\":\"Cài đặt thanh toán\",\"6imsQS\":\"Trung Quốc (đơn giản hóa)\",\"JjkX4+\":\"Chọn một màu cho nền của bạn\",\"/Jizh9\":\"Chọn một tài khoản\",\"3wV73y\":\"Thành phố\",\"FG98gC\":\"Xoá văn bản tìm kiếm\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Bấm để sao chép\",\"yz7wBu\":\"Đóng\",\"62Ciis\":\"Đóng thanh bên\",\"EWPtMO\":\"Mã\",\"ercTDX\":\"Mã phải dài từ 3 đến 50 ký tự\",\"oqr9HB\":\"Thu gọn sản phẩm này khi trang sự kiện ban đầu được tải\",\"jZlrte\":\"Màu sắc\",\"Vd+LC3\":\"Màu sắc phải là mã màu hex hợp lệ. Ví dụ: #ffffff\",\"1HfW/F\":\"Màu sắc\",\"VZeG/A\":\"Sắp ra mắt\",\"yPI7n9\":\"Các từ khóa mô tả sự kiện, được phân tách bằng dấu phẩy. Chúng sẽ được công cụ tìm kiếm sử dụng để phân loại và lập chỉ mục sự kiện.\",\"NPZqBL\":\"Hoàn tất đơn hàng\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Hoàn tất thanh toán\",\"qqWcBV\":\"Hoàn thành\",\"6HK5Ct\":\"Đơn hàng đã hoàn thành\",\"NWVRtl\":\"Đơn hàng đã hoàn thành\",\"DwF9eH\":\"Mã component\",\"Tf55h7\":\"Giảm giá đã cấu hình\",\"7VpPHA\":\"Xác nhận\",\"ZaEJZM\":\"Xác nhận thay đổi email\",\"yjkELF\":\"Xác nhận mật khẩu mới\",\"xnWESi\":\"Xác nhận mật khẩu\",\"p2/GCq\":\"Xác nhận mật khẩu\",\"wnDgGj\":\"Đang xác nhận địa chỉ email...\",\"pbAk7a\":\"Kết nối Stripe\",\"UMGQOh\":\"Kết nối với Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Chi tiết kết nối\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Tiếp tục\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Văn bản nút Tiếp tục\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Đã Sao chép\",\"T5rdis\":\"Sao chép vào bộ nhớ tạm\",\"he3ygx\":\"Sao chép\",\"r2B2P8\":\"Sao chép URL check-in\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Sao chép Link\",\"E6nRW7\":\"Sao chép URL\",\"JNCzPW\":\"Quốc gia\",\"IF7RiR\":\"Bìa\",\"hYgDIe\":\"Tạo\",\"b9XOHo\":[\"Tạo \",[\"0\"]],\"k9RiLi\":\"Tạo một sản phẩm\",\"6kdXbW\":\"Tạo mã khuyến mãi\",\"n5pRtF\":\"Tạo một vé\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"Tạo một tổ chức\",\"ipP6Ue\":\"Tạo người tham dự\",\"VwdqVy\":\"Tạo phân bổ sức chứa\",\"EwoMtl\":\"Tạo thể loại\",\"XletzW\":\"Tạo thể loại\",\"WVbTwK\":\"Tạo danh sách check-in\",\"uN355O\":\"Tạo sự kiện\",\"BOqY23\":\"Tạo mới\",\"kpJAeS\":\"Tạo tổ chức\",\"a0EjD+\":\"Tạo sản phẩm\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Tạo mã khuyến mãi\",\"B3Mkdt\":\"Tạo câu hỏi\",\"UKfi21\":\"Tạo thuế hoặc phí\",\"d+F6q9\":\"Đã tạo\",\"Q2lUR2\":\"Tiền tệ\",\"DCKkhU\":\"Mật khẩu hiện tại\",\"uIElGP\":\"URL bản đồ tùy chỉnh\",\"UEqXyt\":\"Phạm vi tùy chỉnh\",\"876pfE\":\"Khách hàng\",\"QOg2Sf\":\"Tùy chỉnh cài đặt email và thông báo cho sự kiện này\",\"Y9Z/vP\":\"Tùy chỉnh trang chủ sự kiện và tin nhắn thanh toán\",\"2E2O5H\":\"Tùy chỉnh các cài đặt linh tinh cho sự kiện này\",\"iJhSxe\":\"Tùy chỉnh cài đặt SEO cho sự kiện này\",\"KIhhpi\":\"Tùy chỉnh trang sự kiện của bạn\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Vùng nguy hiểm\",\"ZQKLI1\":\"Vùng nguy hiểm\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"Ngày\",\"JvUngl\":\"Ngày và giờ\",\"JJhRbH\":\"Sức chứa ngày đầu tiên\",\"cnGeoo\":\"Xóa\",\"jRJZxD\":\"Xóa sức chứa\",\"VskHIx\":\"Xóa danh mục\",\"Qrc8RZ\":\"Xóa danh sách check-in\",\"WHf154\":\"Xóa mã\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Mô tả\",\"YC3oXa\":\"Mô tả cho nhân viên làm thủ tục check-in\",\"URmyfc\":\"Chi tiết\",\"1lRT3t\":\"Vô hiệu hóa sức chứa này sẽ theo dõi doanh số nhưng không dừng bán khi đạt giới hạn\",\"H6Ma8Z\":\"Giảm giá\",\"ypJ62C\":\"Giảm giá %\",\"3LtiBI\":[\"Giảm giá trong \",[\"0\"]],\"C8JLas\":\"Loại giảm giá\",\"1QfxQT\":\"Dismiss\",\"DZlSLn\":\"Nhãn tài liệu\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Tải xuống .ics\",\"kodV18\":\"Tải xuống CSV\",\"CELKku\":\"Tải xuống hóa đơn\",\"LQrXcu\":\"Tải xuống hóa đơn\",\"QIodqd\":\"Tải về mã QR\",\"yhjU+j\":\"Tải xuống hóa đơn\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Lựa chọn thả xuống\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Nhân bản sự kiện\",\"3ogkAk\":\"Nhân bản sự kiện\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Tùy chọn nhân bản\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Ưu đãi sớm\",\"ePK91l\":\"Chỉnh sửa\",\"N6j2JH\":[\"chỉnh sửa \",[\"0\"]],\"kBkYSa\":\"Chỉnh sửa công suất\",\"oHE9JT\":\"Chỉnh sửa phân bổ sức chứa\",\"j1Jl7s\":\"Chỉnh sửa danh mục\",\"FU1gvP\":\"Chỉnh sửa danh sách check-in\",\"iFgaVN\":\"Chỉnh sửa mã\",\"jrBSO1\":\"Chỉnh sửa tổ chức\",\"tdD/QN\":\"Chỉnh sửa sản phẩm\",\"n143Tq\":\"Chỉnh sửa danh mục sản phẩm\",\"9BdS63\":\"Chỉnh sửa mã khuyến mãi\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Chỉnh sửa câu hỏi\",\"poTr35\":\"Chỉnh sửa người dùng\",\"GTOcxw\":\"Chỉnh sửa người dùng\",\"pqFrv2\":\"ví dụ: 2.50 cho $2.50\",\"3yiej1\":\"ví dụ: 23.5 cho 23.5%\",\"O3oNi5\":\"Email\",\"VxYKoK\":\"Cài đặt email & thông báo\",\"ATGYL1\":\"Địa chỉ email\",\"hzKQCy\":\"Địa chỉ Email\",\"HqP6Qf\":\"Hủy thay đổi email thành công\",\"mISwW1\":\"Thay đổi email đang chờ xử lý\",\"APuxIE\":\"Xác nhận email đã được gửi lại\",\"YaCgdO\":\"Xác nhận email đã được gửi lại thành công\",\"jyt+cx\":\"Thông điệp chân trang email\",\"I6F3cp\":\"Email không được xác minh\",\"NTZ/NX\":\"Mã nhúng\",\"4rnJq4\":\"Script nhúng\",\"8oPbg1\":\"Bật hóa đơn\",\"j6w7d/\":\"Cho phép khả năng này dừng bán sản phẩm khi đạt đến giới hạn\",\"VFv2ZC\":\"Ngày kết thúc\",\"237hSL\":\"Kết thúc\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Tiếng Anh\",\"MhVoma\":\"Nhập một số tiền không bao gồm thuế và phí.\",\"SlfejT\":\"Lỗi\",\"3Z223G\":\"Lỗi xác nhận địa chỉ email\",\"a6gga1\":\"Lỗi xác nhận thay đổi email\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Sự kiện\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Ngày sự kiện\",\"0Zptey\":\"Mặc định sự kiện\",\"QcCPs8\":\"Chi tiết sự kiện\",\"6fuA9p\":\"Sự kiện nhân đôi thành công\",\"AEuj2m\":\"Trang chủ sự kiện\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Vị trí sự kiện & địa điểm tổ chức\",\"OopDbA\":\"Event page\",\"4/If97\":\"Cập nhật trạng thái sự kiện thất bại. Vui lòng thử lại sau\",\"btxLWj\":\"Trạng thái sự kiện đã được cập nhật\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Sự kiện\",\"sZg7s1\":\"Ngày hết hạn\",\"KnN1Tu\":\"Hết hạn\",\"uaSvqt\":\"Ngày hết hạn\",\"GS+Mus\":\"Xuất\",\"9xAp/j\":\"Không thể hủy người tham dự\",\"ZpieFv\":\"Không thể hủy đơn hàng\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Không thể tải hóa đơn. Vui lòng thử lại.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Không thể tải danh sách check-in\",\"ZQ15eN\":\"Không thể gửi lại email vé\",\"ejXy+D\":\"Không thể sắp xếp sản phẩm\",\"PLUB/s\":\"Phí\",\"/mfICu\":\"Các khoản phí\",\"LyFC7X\":\"Lọc đơn hàng\",\"cSev+j\":\"Bộ lọc\",\"CVw2MU\":[\"Bộ lọc (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Số hóa đơn đầu tiên\",\"V1EGGU\":\"Tên\",\"kODvZJ\":\"Tên\",\"S+tm06\":\"Tên của bạn phải nằm trong khoảng từ 1 đến 50 ký tự\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Được sử dụng lần đầu tiên\",\"TpqW74\":\"Đã sửa\",\"irpUxR\":\"Số tiền cố định\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Quên mật khẩu?\",\"2POOFK\":\"Miễn phí\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Tiếng Pháp\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Tiếng Đức\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Quay trở lại hồ sơ\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Lịch Google\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Tổng doanh số\",\"yRg26W\":\"Doanh thu gộp\",\"R4r4XO\":\"Người được mời\",\"26pGvx\":\"Nhập mã khuyến mãi?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"Đây là ví dụ về cách bạn có thể sử dụng component trong ứng dụng của bạn.\",\"Y1SSqh\":\"Đây là component React bạn có thể sử dụng để nhúng widget vào ứng dụng của bạn.\",\"QuhVpV\":[\"Chào \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Ẩn khỏi chế độ xem công khai\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Các câu hỏi ẩn chỉ hiển thị cho người tổ chức sự kiện chứ không phải cho khách hàng.\",\"vLyv1R\":\"Ẩn\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"ẩn sản phẩm sau ngày kết thúc bán\",\"06s3w3\":\"ẩn sản phẩm trước ngày bắt đầu bán\",\"axVMjA\":\"ẩn sản phẩm trừ khi người dùng có mã khuyến mãi áp dụng\",\"ySQGHV\":\"Ẩn sản phẩm khi bán hết\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Ẩn sản phẩm này khỏi khách hàng\",\"Da29Y6\":\"Ẩn câu hỏi này\",\"fvDQhr\":\"Ẩn tầng này khỏi người dùng\",\"lNipG+\":\"Việc ẩn một sản phẩm sẽ ngăn người dùng xem nó trên trang sự kiện.\",\"ZOBwQn\":\"Thiết kế trang sự kiện\",\"PRuBTd\":\"Thiết kế trang chủ\",\"YjVNGZ\":\"Xem trước trang chủ\",\"c3E/kw\":\"Homer\",\"8k8Njd\":\"Khách hàng phải hoàn thành đơn đơn hàng bao nhiêu phút. \",\"ySxKZe\":\"Mã này có thể được sử dụng bao nhiêu lần?\",\"dZsDbK\":[\"Vượt quá giới hạn ký tự HTML: \",[\"htmllesth\"],\"/\",[\"maxlength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Tôi đồng ý với <0>các điều khoản và điều kiện\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Nếu được bật, nhân viên check-in có thể đánh dấu người tham dự đã check-in hoặc đánh dấu đơn hàng đã thanh toán và check-in người tham dự. Nếu tắt, những người tham dự liên kết với đơn hàng chưa thanh toán sẽ không thể check-in.\",\"muXhGi\":\"Nếu được bật, người tổ chức sẽ nhận được thông báo email khi có đơn hàng mới\",\"6fLyj/\":\"Nếu bạn không yêu cầu thay đổi này, vui lòng thay đổi ngay mật khẩu của bạn.\",\"n/ZDCz\":\"Hình ảnh đã xóa thành công\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Hình ảnh được tải lên thành công\",\"VyUuZb\":\"URL hình ảnh\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Không hoạt động\",\"T0K0yl\":\"Người dùng không hoạt động không thể đăng nhập.\",\"kO44sp\":\"Bao gồm thông tin kết nối cho sự kiện trực tuyến của bạn. Những chi tiết này sẽ được hiển thị trên trang tóm tắt đơn hàng và trang vé của người tham dự.\",\"FlQKnG\":\"Bao gồm thuế và phí trong giá\",\"Vi+BiW\":[\"Bao gồm các sản phẩm \",[\"0\"]],\"lpm0+y\":\"Bao gồm 1 sản phẩm\",\"UiAk5P\":\"Chèn hình ảnh\",\"OyLdaz\":\"Lời mời đã được gửi lại!\",\"HE6KcK\":\"Lời mời bị thu hồi!\",\"SQKPvQ\":\"Mời người dùng\",\"bKOYkd\":\"Hóa đơn được tải xuống thành công\",\"alD1+n\":\"Ghi chú hóa đơn\",\"kOtCs2\":\"Đánh số hóa đơn\",\"UZ2GSZ\":\"Cài đặt hóa đơn\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Mục\",\"KFXip/\":\"John\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Nhãn\",\"vXIe7J\":\"Ngôn ngữ\",\"2LMsOq\":\"12 tháng qua\",\"vfe90m\":\"14 ngày qua\",\"aK4uBd\":\"24 giờ qua\",\"uq2BmQ\":\"30 ngày qua\",\"bB6Ram\":\"48 giờ qua\",\"VlnB7s\":\"6 tháng qua\",\"ct2SYD\":\"7 ngày qua\",\"XgOuA7\":\"90 ngày qua\",\"I3yitW\":\"Đăng nhập cuối cùng\",\"1ZaQUH\":\"Họ\",\"UXBCwc\":\"Họ\",\"tKCBU0\":\"Được sử dụng lần cuối\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Để trống để sử dụng từ mặc định \\\"Hóa đơn\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Đang tải ...\",\"wJijgU\":\"Vị trí\",\"sQia9P\":\"Đăng nhập\",\"zUDyah\":\"Đăng nhập\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Đăng xuất\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Bắt buộc nhập địa chỉ thanh toán, trong khi thanh toán\",\"MU3ijv\":\"Làm cho câu hỏi này bắt buộc\",\"wckWOP\":\"Quản lý\",\"onpJrA\":\"Quản lý người tham dự\",\"n4SpU5\":\"Quản lý sự kiện\",\"WVgSTy\":\"Quản lý đơn hàng\",\"1MAvUY\":\"Quản lý cài đặt thanh toán và lập hóa đơn cho sự kiện này.\",\"cQrNR3\":\"Quản lý hồ sơ\",\"AtXtSw\":\"Quản lý thuế và phí có thể được áp dụng cho sản phẩm của bạn\",\"ophZVW\":\"Quản lý Vé\",\"DdHfeW\":\"Quản lý chi tiết tài khoản của bạn và cài đặt mặc định\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Quản lý người dùng của bạn và quyền của họ\",\"1m+YT2\":\"Các câu hỏi bắt buộc phải được trả lời trước khi khách hàng có thể thanh toán.\",\"Dim4LO\":\"Thêm một người tham dự theo cách thủ công\",\"e4KdjJ\":\"Thêm người tham dự\",\"vFjEnF\":\"Đánh dấu đã trả tiền\",\"g9dPPQ\":\"Tối đa mỗi đơn hàng\",\"l5OcwO\":\"Tin nhắn cho người tham dự\",\"Gv5AMu\":\"Tin nhắn cho người tham dự\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Tin nhắn cho người mua\",\"tNZzFb\":\"Nội dung tin nhắn\",\"lYDV/s\":\"Tin nhắn cho những người tham dự cá nhân\",\"V7DYWd\":\"Tin nhắn được gửi\",\"t7TeQU\":\"Tin nhắn\",\"xFRMlO\":\"Tối thiểu cho mỗi đơn hàng\",\"QYcUEf\":\"Giá tối thiểu\",\"RDie0n\":\"Linh tinh\",\"mYLhkl\":\"Cài đặt linh tinh\",\"KYveV8\":\"Hộp văn bản đa dòng\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Mô tả sự kiện tuyệt vời của tôi ...\",\"vX8/tc\":\"Tiêu đề sự kiện tuyệt vời của tôi ...\",\"hKtWk2\":\"Hồ sơ của tôi\",\"fj5byd\":\"Không áp dụng\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Tên\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Đi tới người tham dự\",\"qqeAJM\":\"Không bao giờ\",\"7vhWI8\":\"Mật khẩu mới\",\"1UzENP\":\"Không\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Không có sự kiện lưu trữ để hiển thị.\",\"q2LEDV\":\"Không có người tham dự tìm thấy cho đơn hàng này.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Không có người tham dự để hiển thị\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Không có phân bổ sức chứa\",\"a/gMx2\":\"Không có danh sách check-in\",\"tMFDem\":\"Không có dữ liệu có sẵn\",\"6Z/F61\":\"Không có dữ liệu để hiển thị. Vui lòng chọn khoảng thời gian\",\"fFeCKc\":\"Không giảm giá\",\"HFucK5\":\"Không có sự kiện đã kết thúc để hiển thị.\",\"yAlJXG\":\"Không có sự kiện nào hiển thị\",\"GqvPcv\":\"Không có bộ lọc có sẵn\",\"KPWxKD\":\"Không có tin nhắn nào hiển thị\",\"J2LkP8\":\"Không có đơn hàng nào để hiển thị\",\"RBXXtB\":\"Hiện không có phương thức thanh toán. Vui lòng liên hệ ban tổ chức sự kiện để được hỗ trợ.\",\"ZWEfBE\":\"Không cần thanh toán\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Không có sản phẩm có sẵn trong danh mục này.\",\"FTfObB\":\"Chưa có sản phẩm\",\"+Y976X\":\"Không có mã khuyến mãi để hiển thị\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Không có kết quả\",\"gk5uwN\":\"Không có kết quả tìm kiếm\",\"RHyZUL\":\"Không có kết quả tìm kiếm.\",\"RY2eP1\":\"Không có thuế hoặc phí đã được thêm vào.\",\"EdQY6l\":\"Không\",\"OJx3wK\":\"Không có sẵn\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Ghi chú\",\"jtrY3S\":\"Chưa có gì để hiển thị\",\"hFwWnI\":\"Cài đặt thông báo\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Thông báo cho ban tổ chức các đơn hàng mới\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Số ngày quá hạn thanh toán (để trống để bỏ qua các điều khoản thanh toán từ hóa đơn)\",\"n86jmj\":\"Tiền tố số\",\"mwe+2z\":\"Các đơn hàng ngoại tuyến không được phản ánh trong thống kê sự kiện cho đến khi đơn hàng được đánh dấu là được thanh toán.\",\"dWBrJX\":\"Thanh toán offline không thành công. Vui lòng thử loại hoặc liên hệ với ban tổ chức sự kiện.\",\"fcnqjw\":\"Hướng Dẫn Thanh Toán Offline\",\"+eZ7dp\":\"Thanh toán offline\",\"ojDQlR\":\"Thông tin thanh toán offline\",\"u5oO/W\":\"Cài đặt thanh toán offline\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"Đang Bán\",\"Ug4SfW\":\"Khi bạn tạo một sự kiện, bạn sẽ thấy nó ở đây.\",\"ZxnK5C\":\"Khi bạn bắt đầu thu thập dữ liệu, bạn sẽ thấy nó ở đây.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Đang diễn ra\",\"z+nuVJ\":\"Online event\",\"WKHW0N\":\"Chi tiết sự kiện trực tuyến\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Mở Trang Check-In\",\"OdnLE4\":\"Mở thanh bên\",\"ZZEYpT\":[\"Tùy chọn \",[\"i\"]],\"oPknTP\":\"Thông tin bổ sung tùy chọn xuất hiện trên tất cả các hóa đơn (ví dụ: điều khoản thanh toán, phí thanh toán trễ, chính sách trả lại)\",\"OrXJBY\":\"Tiền tố tùy chọn cho số hóa đơn (ví dụ: Inv-)\",\"0zpgxV\":\"Tùy chọn\",\"BzEFor\":\"Hoặc\",\"UYUgdb\":\"Đơn hàng\",\"mm+eaX\":\"Order #\",\"B3gPuX\":\"Đơn hàng bị hủy\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Ngày đơn hàng\",\"Tol4BF\":\"Chi tiết đơn hàng\",\"WbImlQ\":\"Đơn hàng đã bị hủy và chủ sở hữu đơn hàng đã được thông báo.\",\"nAn4Oe\":\"Đơn hàng được đánh dấu là đã thanh toán\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Mã đơn hàng\",\"acIJ41\":\"Trạng thái đơn hàng\",\"GX6dZv\":\"Tóm tắt đơn hàng\",\"tDTq0D\":\"Thời gian chờ đơn hàng\",\"1h+RBg\":\"Đơn hàng\",\"3y+V4p\":\"Địa chỉ tổ chức\",\"GVcaW6\":\"Chi tiết tổ chức\",\"nfnm9D\":\"Tên tổ chức\",\"G5RhpL\":\"Người tổ chức\",\"mYygCM\":\"Người tổ chức là bắt buộc\",\"Pa6G7v\":\"Tên ban tổ chức\",\"l894xP\":\"Ban tổ chức chỉ có thể quản lý các sự kiện và sản phẩm. Họ không thể quản lý người dùng, tài khoản hoặc thông tin thanh toán.\",\"fdjq4c\":\"Khoảng cách\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Không tìm thấy trang\",\"QbrUIo\":\"Lượt xem trang\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"đã trả tiền\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Hoàn lại tiền một phần\",\"8ZsakT\":\"Mật khẩu\",\"TUJAyx\":\"Mật khẩu phải tối thiểu 8 ký tự\",\"vwGkYB\":\"Mật khẩu phải có ít nhất 8 ký tự\",\"BLTZ42\":\"Đặt lại mật khẩu thành công. Vui lòng sử dụng mật khẩu mới để đăng nhập.\",\"f7SUun\":\"Mật khẩu không giống nhau\",\"aEDp5C\":\"Dán mã này vào nơi bạn muốn widget xuất hiện.\",\"+23bI/\":\"Patrick\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Thanh toán\",\"Lg+ewC\":\"Thanh toán & Hoá đơn\",\"DZjk8u\":\"Cài đặt Thanh toán & Hoá đơn\",\"lflimf\":\"Thời hạn thanh toán\",\"JhtZAK\":\"Thanh toán thất bại\",\"JEdsvQ\":\"Hướng dẫn thanh toán\",\"bLB3MJ\":\"Phương thức thanh toán\",\"QzmQBG\":\"Nhà cung cấp Thanh toán\",\"lsxOPC\":\"Thanh toán đã nhận\",\"wJTzyi\":\"Tình trạng thanh toán\",\"xgav5v\":\"Thanh toán thành công!\",\"R29lO5\":\"Điều khoản thanh toán\",\"/roQKz\":\"Tỷ lệ phần trăm\",\"vPJ1FI\":\"Tỷ lệ phần trăm\",\"xdA9ud\":\"Đặt mã này vào của trang web của bạn.\",\"blK94r\":\"Vui lòng thêm ít nhất một tùy chọn\",\"FJ9Yat\":\"Vui lòng kiểm tra thông tin được cung cấp là chính xác\",\"TkQVup\":\"Vui lòng kiểm tra email và mật khẩu của bạn và thử lại\",\"sMiGXD\":\"Vui lòng kiểm tra email của bạn là hợp lệ\",\"Ajavq0\":\"Vui lòng kiểm tra email của bạn để xác nhận địa chỉ email của bạn\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Vui lòng tiếp tục trong tab mới\",\"hcX103\":\"Vui lòng tạo một sản phẩm\",\"cdR8d6\":\"Vui lòng tạo vé\",\"x2mjl4\":\"Vui lòng nhập URL hình ảnh hợp lệ trỏ đến một hình ảnh.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Xin lưu ý\",\"C63rRe\":\"Vui lòng quay lại trang sự kiện để bắt đầu lại.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Vui lòng chọn ít nhất một sản phẩm\",\"igBrCH\":\"Vui lòng xác minh địa chỉ email của bạn để truy cập tất cả các tính năng\",\"/IzmnP\":\"Vui lòng đợi trong khi chúng tôi chuẩn bị hóa đơn của bạn ...\",\"MOERNx\":\"Tiếng Bồ Đào Nha\",\"qCJyMx\":\"Tin nhắn sau phần thanh toán\",\"g2UNkE\":\"Được cung cấp bởi\",\"Rs7IQv\":\"Thông báo trước khi thanh toán\",\"rdUucN\":\"Xem trước\",\"a7u1N9\":\"Giá\",\"CmoB9j\":\"Chế độ hiển thị giá\",\"BI7D9d\":\"Giá không được đặt\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Màu chính\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Màu chữ chính\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"In tất cả vé\",\"DKwDdj\":\"In vé\",\"K47k8R\":\"Sản phẩm\",\"1JwlHk\":\"Danh mục sản phẩm\",\"U61sAj\":\"Danh mục sản phẩm được cập nhật thành công.\",\"1USFWA\":\"Sản phẩm đã xóa thành công\",\"4Y2FZT\":\"Loại giá sản phẩm\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Bán Hàng\",\"U/R4Ng\":\"Cấp sản phẩm\",\"sJsr1h\":\"Loại sản phẩm\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Sản phẩm(s)\",\"N0qXpE\":\"Sản phẩm\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Sản phẩm đã bán\",\"/u4DIx\":\"Sản phẩm đã bán\",\"DJQEZc\":\"Sản phẩm được sắp xếp thành công\",\"vERlcd\":\"Hồ sơ\",\"kUlL8W\":\"Hồ sơ cập nhật thành công\",\"cl5WYc\":[\"Mã \",[\"Promo_code\"],\" đã được áp dụng\"],\"P5sgAk\":\"Mã khuyến mãi\",\"yKWfjC\":\"Trang mã khuyến mãi\",\"RVb8Fo\":\"Mã khuyến mãi\",\"BZ9GWa\":\"Mã khuyến mãi có thể được sử dụng để giảm giá, truy cập bán trước hoặc cung cấp quyền truy cập đặc biệt vào sự kiện của bạn.\",\"OP094m\":\"Báo cáo mã khuyến mãi\",\"4kyDD5\":\"Cung cấp ngữ cảnh hoặc hướng dẫn bổ sung cho câu hỏi này. Sử dụng trường này để thêm điều khoản\\nvà điều kiện, hướng dẫn hoặc bất kỳ thông tin quan trọng nào mà người tham dự cần biết trước khi trả lời.\",\"toutGW\":\"Mã QR\",\"LkMOWF\":\"Số lượng có sẵn\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Đã xóa câu hỏi\",\"avf0gk\":\"Mô tả câu hỏi\",\"oQvMPn\":\"Tiêu đề câu hỏi\",\"enzGAL\":\"Câu hỏi\",\"ROv2ZT\":\"Câu hỏi\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Tùy chọn radio\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Người nhận\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Hoàn tiền không thành công\",\"n10yGu\":\"Lệnh hoàn trả\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Hoàn tiền chờ xử lý\",\"xHpVRl\":\"Trạng thái hoàn trả\",\"/BI0y9\":\"Đã hoàn lại\",\"fgLNSM\":\"Đăng ký\",\"9+8Vez\":\"Sử dụng còn lại\",\"tasfos\":\"Loại bỏ\",\"t/YqKh\":\"Hủy bỏ\",\"t9yxlZ\":\"Báo cáo\",\"prZGMe\":\"Yêu cầu địa chỉ thanh toán\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Gửi lại xác nhận email\",\"wIa8Qe\":\"Gửi lại lời mời\",\"VeKsnD\":\"Gửi lại email đơn hàng\",\"dFuEhO\":\"Gửi lại email vé\",\"o6+Y6d\":\"Đang gửi lại ...\",\"OfhWJH\":\"Đặt lại\",\"RfwZxd\":\"Đặt lại mật khẩu\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Khôi phục sự kiện\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Trở lại trang sự kiện\",\"8YBH95\":\"Doanh thu\",\"PO/sOY\":\"Thu hồi lời mời\",\"GDvlUT\":\"Vai trò\",\"ELa4O9\":\"Ngày bán kết thúc\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Ngày bắt đầu bán hàng\",\"hBsw5C\":\"Bán hàng kết thúc\",\"kpAzPe\":\"Bán hàng bắt đầu\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Lưu\",\"IUwGEM\":\"Lưu thay đổi\",\"U65fiW\":\"Lưu tổ chức\",\"UGT5vp\":\"Lưu cài đặt\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Tìm kiếm theo tên người tham dự, email hoặc đơn hàng\",\"+pr/FY\":\"Tìm kiếm theo tên sự kiện\",\"3zRbWw\":\"Tìm kiếm theo tên, email, hoặc mã đơn hàng #\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Tìm kiếm theo tên...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Tìm kiếm phân bổ sức chứa...\",\"r9M1hc\":\"Tìm kiếm danh sách check-in...\",\"+0Yy2U\":\"Tìm kiếm sản phẩm\",\"YIix5Y\":\"Tìm kiếm\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Màu phụ\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Màu chữ phụ\",\"02ePaq\":[\"Chọn \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Chọn danh mục...\",\"kWI/37\":\"Chọn nhà tổ chức\",\"ixIx1f\":\"Chọn sản phẩm\",\"3oSV95\":\"Chọn bậc sản phẩm\",\"C4Y1hA\":\"Chọn sản phẩm\",\"hAjDQy\":\"Chọn trạng thái\",\"QYARw/\":\"Chọn Vé\",\"OMX4tH\":\"Chọn Vé\",\"DrwwNd\":\"Chọn khoảng thời gian\",\"O/7I0o\":\"Chọn ...\",\"JlFcis\":\"Gửi\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Gửi tin nhắn\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Gửi tin nhắn\",\"D7ZemV\":\"Gửi email xác nhận và vé\",\"v1rRtW\":\"Gửi Test\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"Mô tả SEO\",\"/SIY6o\":\"Từ khóa SEO\",\"GfWoKv\":\"Cài đặt SEO\",\"rXngLf\":\"Tiêu đề SEO\",\"/jZOZa\":\"Phí dịch vụ\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Đặt số bắt đầu cho hóa đơn. Sau khi hóa đơn được tạo, số này không thể thay đổi.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Cài đặt\",\"Z8lGw6\":\"Chia sẻ\",\"B2V3cA\":\"Chia sẻ sự kiện\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Show\",\"V0SbFp\":\"Hiển thị số lượng sản phẩm có sẵn\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Hiển thị thêm\",\"izwOOD\":\"Hiển thị thuế và phí riêng biệt\",\"1SbbH8\":\"Hiển thị cho khách hàng sau khi họ thanh toán, trên trang Tóm tắt đơn hàng.\",\"YfHZv0\":\"Hiển thị cho khách hàng trước khi họ thanh toán\",\"CBBcly\":\"Hiển thị các trường địa chỉ chung, bao gồm quốc gia\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Hộp văn bản dòng đơn\",\"+P0Cn2\":\"Bỏ qua bước này\",\"YSEnLE\":\"Smith\",\"lgFfeO\":\"Đã bán hết\",\"Mi1rVn\":\"Đã bán hết\",\"nwtY4N\":\"Đã xảy ra lỗi\",\"GRChTw\":\"Có gì đó không ổn trong khi xóa thuế hoặc phí\",\"YHFrbe\":\"Có gì đó không ổn! Vui lòng thử lại\",\"kf83Ld\":\"Có gì đó không ổn.\",\"fWsBTs\":\"Có gì đó không ổn. Vui lòng thử lại\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Xin lỗi, mã khuyến mãi này không được công nhận\",\"65A04M\":\"Tiếng Tây Ban Nha\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Ngày bắt đầu\",\"/2by1f\":\"Nhà nước hoặc khu vực\",\"uAQUqI\":\"Trạng thái\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Thanh toán Stripe không được kích hoạt cho sự kiện này.\",\"UJmAAK\":\"Chủ đề\",\"X2rrlw\":\"Tổng phụ\",\"zzDlyQ\":\"Thành công\",\"b0HJ45\":[\"Thành công! \",[\"0\"],\" sẽ nhận một email trong chốc lát.\"],\"BJIEiF\":[[\"0\"],\" Người tham dự thành công\"],\"OtgNFx\":\"Địa chỉ email được xác nhận thành công\",\"IKwyaF\":\"Thay đổi email được xác nhận thành công\",\"zLmvhE\":\"Người tham dự được tạo thành công\",\"gP22tw\":\"Sản phẩm được tạo thành công\",\"9mZEgt\":\"Mã khuyến mãi được tạo thành công\",\"aIA9C4\":\"Câu hỏi được tạo thành công\",\"J3RJSZ\":\"Người tham dự cập nhật thành công\",\"3suLF0\":\"Phân công công suất được cập nhật thành công\",\"Z+rnth\":\"Danh sách soát vé được cập nhật thành công\",\"vzJenu\":\"Cài đặt email được cập nhật thành công\",\"7kOMfV\":\"Sự kiện cập nhật thành công\",\"G0KW+e\":\"Thiết kế trang sự kiện được cập nhật thành công\",\"k9m6/E\":\"Cài đặt trang chủ được cập nhật thành công\",\"y/NR6s\":\"Vị trí cập nhật thành công\",\"73nxDO\":\"Cài đặt linh tinh được cập nhật thành công\",\"4H80qv\":\"Đơn hàng cập nhật thành công\",\"6xCBVN\":\"Cập nhật cài đặt thanh toán & lập hóa đơn thành công\",\"1Ycaad\":\"Cập nhật sản phẩm thành công\",\"70dYC8\":\"Cập nhật mã khuyến mãi thành công\",\"F+pJnL\":\"Cập nhật cài đặt SEO thành công\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Email hỗ trợ\",\"uRfugr\":\"Áo thun\",\"JpohL9\":\"Thuế\",\"geUFpZ\":\"Thuế & Phí\",\"dFHcIn\":\"Chi tiết thuế\",\"wQzCPX\":\"Thông tin thuế sẽ xuất hiện ở cuối tất cả các hóa đơn (ví dụ: mã số thuế VAT, đăng ký thuế)\",\"0RXCDo\":\"Xóa thuế hoặc phí thành công\",\"ZowkxF\":\"Thuế\",\"qu6/03\":\"Thuế và phí\",\"gypigA\":\"Mã khuyến mãi không hợp lệ\",\"5ShqeM\":\"Danh sách check-in bạn đang tìm kiếm không tồn tại.\",\"QXlz+n\":\"Tiền tệ mặc định cho các sự kiện của bạn.\",\"mnafgQ\":\"Múi giờ mặc định cho các sự kiện của bạn.\",\"o7s5FA\":\"Ngôn ngữ mà người tham dự sẽ nhận email.\",\"NlfnUd\":\"Liên kết bạn đã nhấp vào không hợp lệ.\",\"HsFnrk\":[\"Số lượng sản phẩm tối đa cho \",[\"0\"],\"là \",[\"1\"]],\"TSAiPM\":\"Trang bạn đang tìm kiếm không tồn tại\",\"MSmKHn\":\"Giá hiển thị cho khách hàng sẽ bao gồm thuế và phí.\",\"6zQOg1\":\"Giá hiển thị cho khách hàng sẽ không bao gồm thuế và phí. Chúng sẽ được hiển thị riêng biệt.\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Tiêu đề của sự kiện sẽ được hiển thị trong kết quả của công cụ tìm kiếm và khi chia sẻ trên phương tiện truyền thông xã hội. \",\"wDx3FF\":\"Không có sản phẩm nào cho sự kiện này\",\"pNgdBv\":\"Không có sản phẩm nào trong danh mục này\",\"rMcHYt\":\"Có một khoản hoàn tiền đang chờ xử lý. Vui lòng đợi hoàn tất trước khi yêu cầu hoàn tiền khác.\",\"F89D36\":\"Đã xảy ra lỗi khi đánh dấu đơn hàng là đã thanh toán\",\"68Axnm\":\"Đã xảy ra lỗi khi xử lý yêu cầu của bạn. Vui lòng thử lại.\",\"mVKOW6\":\"Có một lỗi khi gửi tin nhắn của bạn\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Người tham dự này có đơn hàng chưa thanh toán.\",\"mf3FrP\":\"Danh mục này chưa có bất kỳ sản phẩm nào.\",\"8QH2Il\":\"Danh mục này bị ẩn khỏi chế độ xem công khai\",\"xxv3BZ\":\"Danh sách người tham dự này đã hết hạn\",\"Sa7w7S\":\"Danh sách người tham dự này đã hết hạn và không còn có sẵn để kiểm tra.\",\"Uicx2U\":\"Danh sách người tham dự này đang hoạt động\",\"1k0Mp4\":\"Danh sách người tham dự này chưa hoạt động\",\"K6fmBI\":\"Danh sách người tham dự này chưa hoạt động và không có sẵn để kiểm tra.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Thông tin này sẽ được hiển thị trên trang thanh toán, trang tóm tắt đơn hàng và email xác nhận đơn hàng.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Đây là một sự kiện trực tuyến\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Thông báo này sẽ được bao gồm trong phần chân trang của tất cả các email được gửi từ sự kiện này\",\"55i7Fa\":\"Thông báo này sẽ chỉ được hiển thị nếu đơn hàng được hoàn thành thành công. Đơn chờ thanh toán sẽ không hiển thị thông báo này.\",\"RjwlZt\":\"Đơn hàng này đã được thanh toán.\",\"5K8REg\":\"Đơn hàng này đã được hoàn trả.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Đơn hàng này đã bị hủy bỏ.\",\"Q0zd4P\":\"Đơn hàng này đã hết hạn. Vui lòng bắt đầu lại.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Đơn hàng này đã hoàn tất.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Trang Đơn hàng này không còn có sẵn.\",\"i0TtkR\":\"Điều này ghi đè tất cả các cài đặt khả năng hiển thị và sẽ ẩn sản phẩm khỏi tất cả các khách hàng.\",\"cRRc+F\":\"Sản phẩm này không thể bị xóa vì nó được liên kết với một đơn hàng. \",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Liên kết mật khẩu đặt lại này không hợp lệ hoặc hết hạn.\",\"IV9xTT\":\"Người dùng này không hoạt động, vì họ chưa chấp nhận lời mời của họ.\",\"5AnPaO\":\"vé\",\"kjAL4v\":\"Vé\",\"dtGC3q\":\"Email vé đã được gửi lại với người tham dự\",\"54q0zp\":\"Vé cho\",\"xN9AhL\":[\"Cấp \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Sản phẩm theo bậc cho phép bạn cung cấp nhiều tùy chọn giá cho cùng một sản phẩm. Điều này hoàn hảo cho các sản phẩm ưu đãi sớm hoặc các nhóm giá khác nhau cho từng đối tượng.\",\"nn3mSR\":\"Thời gian còn lại:\",\"s/0RpH\":\"Thời gian được sử dụng\",\"y55eMd\":\"Thời gian được sử dụng\",\"40Gx0U\":\"Múi giờ\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Tiêu đề\",\"xdA/+p\":\"Công cụ\",\"72c5Qo\":\"Tổng\",\"YXx+fG\":\"Tổng trước khi giảm giá\",\"NRWNfv\":\"Tổng tiền chiết khấu\",\"BxsfMK\":\"Tổng phí\",\"2bR+8v\":\"Tổng doanh thu\",\"mpB/d9\":\"Tổng tiền đơn hàng\",\"m3FM1g\":\"Tổng đã hoàn lại\",\"jEbkcB\":\"Tổng đã hoàn lại\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Tổng thuế\",\"+zy2Nq\":\"Loại\",\"FMdMfZ\":\"Không thể kiểm tra người tham dự\",\"bPWBLL\":\"Không thể kiểm tra người tham dự\",\"9+P7zk\":\"Không thể tạo sản phẩm. Vui lòng kiểm tra thông tin của bạn\",\"WLxtFC\":\"Không thể tạo sản phẩm. Vui lòng kiểm tra thông tin của bạn\",\"/cSMqv\":\"Không thể tạo câu hỏi. Vui lòng kiểm tra thông tin của bạn\",\"MH/lj8\":\"Không thể cập nhật câu hỏi. Vui lòng kiểm tra thông tin của bạn\",\"nnfSdK\":\"Khách hàng duy nhất\",\"Mqy/Zy\":\"Hoa Kỳ\",\"NIuIk1\":\"Không giới hạn\",\"/p9Fhq\":\"Không giới hạn có sẵn\",\"E0q9qH\":\"Sử dụng không giới hạn\",\"h10Wm5\":\"Đơn hàng chưa thanh toán\",\"ia8YsC\":\"Sắp tới\",\"TlEeFv\":\"Các sự kiện sắp tới\",\"L/gNNk\":[\"Cập nhật \",[\"0\"]],\"+qqX74\":\"Cập nhật tên sự kiện, mô tả và ngày\",\"vXPSuB\":\"Cập nhật hồ sơ\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL được sao chép vào bảng tạm\",\"e5lF64\":\"Ví dụ sử dụng\",\"fiV0xj\":\"Giới hạn sử dụng\",\"sGEOe4\":\"Sử dụng phiên bản làm mờ của ảnh bìa làm nền\",\"OadMRm\":\"Sử dụng hình ảnh bìa\",\"7PzzBU\":\"Người dùng\",\"yDOdwQ\":\"Quản lý người dùng\",\"Sxm8rQ\":\"Người dùng\",\"VEsDvU\":\"Người dùng có thể thay đổi email của họ trong <0>Cài đặt hồ sơ\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"Thuế VAT\",\"E/9LUk\":\"Tên địa điểm\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Xem chi tiết người tham dự\",\"/5PEQz\":\"Xem trang sự kiện\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Xem trên Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"Danh sách người tham dự VIP\",\"tF+VVr\":\"Vé VIP\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Chúng tôi không thể xử lý thanh toán của bạn. Vui lòng thử lại hoặc liên hệ với ban tổ chức.\",\"45Srzt\":\"Chúng tôi không thể xóa danh mục. Vui lòng thử lại.\",\"/DNy62\":[\"Chúng tôi không thể tìm thấy bất kỳ vé nào khớp với \",[\"0\"]],\"1E0vyy\":\"Chúng tôi không thể tải dữ liệu. Vui lòng thử lại.\",\"NmpGKr\":\"Chúng tôi không thể sắp xếp lại các danh mục. Vui lòng thử lại.\",\"BJtMTd\":\"Chúng tôi đề xuất kích thước 2160px bằng 1080px và kích thước tệp tối đa là 5MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Chúng tôi không thể xác nhận thanh toán của bạn. Vui lòng thử lại hoặc liên hệ với ban tổ chức.\",\"Gspam9\":\"Chúng tôi đang xử lý đơn hàng của bạn. Đợi một chút...\",\"LuY52w\":\"Chào mừng bạn! Vui lòng đăng nhập để tiếp tục.\",\"dVxpp5\":[\"Chào mừng trở lại\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Sản phẩm cấp bậc là gì?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Thể loại là gì?\",\"gxeWAU\":\"Mã này áp dụng cho sản phẩm nào?\",\"hFHnxR\":\"Mã này áp dụng cho sản phẩm nào? (Mặc định áp dụng cho tất cả)\",\"AeejQi\":\"Sản phẩm nào nên áp dụng công suất này?\",\"Rb0XUE\":\"Bạn sẽ đến lúc mấy giờ?\",\"5N4wLD\":\"Đây là loại câu hỏi nào?\",\"gyLUYU\":\"Khi được bật, hóa đơn sẽ được tạo cho các đơn hàng vé. Hóa đơn sẽ được gửi kèm với email xác nhận đơn hàng. Người tham dự cũng có thể tải hóa đơn của họ từ trang xác nhận đơn hàng.\",\"D3opg4\":\"Khi thanh toán ngoại tuyến được bật, người dùng có thể hoàn tất đơn hàng và nhận vé của họ. Vé của họ sẽ hiển thị rõ ràng rằng đơn hàng chưa được thanh toán, và công cụ check-in sẽ thông báo cho nhân viên check-in nếu đơn hàng cần thanh toán.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Những vé nào nên được liên kết với danh sách người tham dự này?\",\"S+OdxP\":\"Ai đang tổ chức sự kiện này?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Ai nên được hỏi câu hỏi này?\",\"VxFvXQ\":\"Nhúng Widget\",\"v1P7Gm\":\"Cài đặt widget\",\"b4itZn\":\"Làm việc\",\"hqmXmc\":\"Làm việc ...\",\"+G/XiQ\":\"Từ đầu năm đến nay\",\"l75CjT\":\"Có\",\"QcwyCh\":\"Có, loại bỏ chúng\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Bạn đang thay đổi email của mình thành <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Bạn đang ngoại tuyến\",\"sdB7+6\":\"Bạn có thể tạo mã khuyến mãi nhắm mục tiêu sản phẩm này trên\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Bạn không thể thay đổi loại sản phẩm vì có những người tham dự liên quan đến sản phẩm này.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Bạn không thể xác nhận người tham dự với các đơn hàng không được thanh toán. Cài đặt này có thể được thay đổi ở phần cài đặt sự kiện.\",\"c9Evkd\":\"Bạn không thể xóa danh mục cuối cùng.\",\"6uwAvx\":\"Bạn không thể xóa cấp giá này vì đã có sản phẩm được bán cho cấp này. Thay vào đó, bạn có thể ẩn nó.\",\"tFbRKJ\":\"Bạn không thể chỉnh sửa vai trò hoặc trạng thái của chủ sở hữu tài khoản.\",\"fHfiEo\":\"Bạn không thể hoàn trả một Đơn hàng được tạo thủ công.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Bạn có quyền truy cập vào nhiều tài khoản. Vui lòng chọn một tài khoản để tiếp tục.\",\"Z6q0Vl\":\"Bạn đã chấp nhận lời mời này. Vui lòng đăng nhập để tiếp tục.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Bạn không có thay đổi email đang chờ xử lý.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Bạn đã hết thời gian để hoàn thành đơn hàng của mình.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Bạn phải hiểu rằng email này không phải là email quảng cáo\",\"3ZI8IL\":\"Bạn phải đồng ý với các điều khoản và điều kiện\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Bạn phải tạo một vé trước khi bạn có thể thêm một người tham dự.\",\"jE4Z8R\":\"Bạn phải có ít nhất một cấp giá\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Bạn sẽ phải đánh dấu một đơn hàng theo cách thủ công. Được thực hiện trong trang quản lý đơn hàng.\",\"L/+xOk\":\"Bạn sẽ cần một vé trước khi bạn có thể tạo một danh sách người tham dự.\",\"Djl45M\":\"Bạn sẽ cần tại một sản phẩm trước khi bạn có thể tạo một sự phân công công suất.\",\"y3qNri\":\"Bạn cần ít nhất một sản phẩm để bắt đầu. Miễn phí, trả phí hoặc để người dùng quyết định số tiền thanh toán.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Tên tài khoản của bạn được sử dụng trên các trang sự kiện và trong email.\",\"veessc\":\"Người tham dự của bạn sẽ xuất hiện ở đây sau khi họ đăng ký tham gia sự kiện. Bạn cũng có thể thêm người tham dự theo cách thủ công.\",\"Eh5Wrd\":\"Trang web tuyệt vời của bạn 🎉\",\"lkMK2r\":\"Thông tin của bạn\",\"3ENYTQ\":[\"Yêu cầu email của bạn thay đổi thành <0>\",[\"0\"],\" đang chờ xử lý. \"],\"yZfBoy\":\"Tin nhắn của bạn đã được gửi\",\"KSQ8An\":\"Đơn hàng của bạn\",\"Jwiilf\":\"Đơn hàng của bạn đã bị hủy\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Đơn hàng của bạn sẽ xuất hiện ở đây sau khi chúng bắt đầu tham gia.\",\"9TO8nT\":\"Mật khẩu của bạn\",\"P8hBau\":\"Thanh toán của bạn đang xử lý.\",\"UdY1lL\":\"Thanh toán của bạn không thành công, vui lòng thử lại.\",\"fzuM26\":\"Thanh toán của bạn không thành công. Vui lòng thử lại.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Hoàn lại tiền của bạn đang xử lý.\",\"IFHV2p\":\"Vé của bạn cho\",\"x1PPdr\":\"mã zip / bưu điện\",\"BM/KQm\":\"mã zip hoặc bưu điện\",\"+LtVBt\":\"mã zip hoặc bưu điện\",\"25QDJ1\":\"- Nhấp để xuất bản\",\"WOyJmc\":\"- Nhấp để gỡ bỏ\",\"ncwQad\":\"(trống)\",\"B/gRsg\":\"(none)\",\"wqtZLy\":[[\"0\"],\" (bản sao)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" đã check-in\"],\"3beCx0\":[[\"0\"],\" <0>checked in\"],\"S4PqS9\":[[\"0\"],\" Webhook đang hoạt động\"],\"6MIiOI\":[\"Còn \",[\"0\"]],\"COnw8D\":[\"Logo \",[\"0\"]],\"xG9N0H\":[[\"0\"],\" of \",[\"1\"],\" seats are taken.\"],\"B7pZfX\":[[\"0\"],\" nhà tổ chức\"],\"/HkCs4\":[[\"0\"],\" vé\"],\"30bTiU\":[[\"activeCount\"],\" enabled\"],\"jTs4am\":[[\"appName\"],\" logo\"],\"gbJOk9\":[[\"attendeeCount\"],\" attendees are registered for this session.\"],\"TjbIUI\":[[\"availableCount\"],\" trong số \",[\"totalCount\"],\" có sẵn\"],\"PSChHo\":[\"Còn \",[\"capacity\"],\" chỗ\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" checked in\"],\"RZ0JX3\":[[\"chipTime\"],\", đã hết vé\"],\"M4KnFs\":[[\"chipTime\"],\", Đã bán hết, có danh sách chờ\"],\"SeyN12\":[[\"completedCount\"],\" of \",[\"totalCount\"],\" steps complete\"],\"wYzVwE\":[[\"count\"],\" add-ons\"],\"f2rhaD\":[[\"diffHr\"],\"h ago\"],\"NRSLBe\":[[\"diffMin\"],\"m ago\"],\"iYfwJE\":[[\"diffSec\"],\"s ago\"],\"OJnhhX\":[[\"EventCount\"],\" Sự kiện\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" more\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" attendees are registered across the affected sessions.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per order\"],\"RBuxIl\":[[\"productCount\"],\" ticket types configured\"],\"VFLd0I\":[[\"slotCount\"],\" times available\"],\"3IEF7U\":[[\"totalCount\"],\" loại vé\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" phí\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" phí và thuế\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" thuế\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 ngày\",\"1d6kks\":\"+Thuế/Phí\",\"B1St2O\":\"<0>Danh sách check-in giúp bạn quản lý lối vào sự kiện theo ngày, khu vực hoặc loại vé. Bạn có thể liên kết vé với các danh sách cụ thể như khu vực VIP hoặc vé Ngày 1 và chia sẻ liên kết check-in an toàn với nhân viên. Không cần tài khoản. Check-in hoạt động trên điện thoại di động, máy tính để bàn hoặc máy tính bảng, sử dụng camera thiết bị hoặc máy quét USB HID. \",\"v9VSIS\":\"<0>Đặt giới hạn tổng số người tham dự áp dụng cho nhiều loại vé cùng lúc.<1>Ví dụ: nếu bạn liên kết vé <2>Day Pass và <3>Full Weekend, cả hai sẽ sử dụng chung một số lượng chỗ. Khi đạt giới hạn, tất cả các vé được liên kết sẽ tự động ngừng bán.\",\"Il5Uid\":\"<0>Đây là tổng số lượng có sẵn cho tất cả các ngày trong lịch cộng lại — không phải giới hạn theo từng ngày. Để giới hạn số người tham dự mỗi ngày, hãy đặt sức chứa trên <1>trang Lịch các buổi.\",\"ZnVt5v\":\"<0>Webhooks thông báo ngay lập tức cho các dịch vụ bên ngoài khi sự kiện diễn ra, chẳng hạn như thêm người tham dự mới vào CRM hoặc danh sách email khi đăng ký, đảm bảo tự động hóa mượt mà.<1>Sử dụng các dịch vụ bên thứ ba như <2>Zapier, <3>IFTTT hoặc <4>Make để tạo quy trình làm việc tùy chỉnh và tự động hóa công việc.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" theo tỷ giá hiện tại\"],\"M2DyLc\":\"1 Webhook đang hoạt động\",\"hMefp0\":\"1 add-on\",\"6hIk/x\":\"1 attendee is registered across the affected sessions.\",\"qOyE2U\":\"1 attendee is registered for this session.\",\"943BwI\":\"1 ngày sau ngày kết thúc\",\"yj3N+g\":\"1 ngày sau ngày bắt đầu\",\"Z3etYG\":\"1 ngày trước sự kiện\",\"szSnlj\":\"1 giờ trước sự kiện\",\"yTsaLw\":\"1 vé\",\"nz96Ue\":\"1 loại vé\",\"InX5ad\":\"1 ticket type configured\",\"y2Jh0m\":\"1 time available\",\"cGtUz6\":\"1 tuần trước sự kiện\",\"HR/cvw\":\"123 Đường Mẫu\",\"dgKxZ5\":\"135+ currencies & 40+ payment methods\",\"/d9gcz\":\"Cần có nhãn nút khi đã đặt URL\",\"kMU5aM\":\"Thông báo hủy đã được gửi đến\",\"o++0qa\":\"a change in duration\",\"WuWSX5\":\"A few quick steps and you're ready to start selling.\",\"RQ5kDd\":\"Thông báo hiển thị khi không có sản phẩm nào trong danh mục này.\",\"V53XzQ\":\"Mã xác thực mới đã được gửi đến email của bạn\",\"sr2Je0\":\"a shift in start/end times\",\"/z/bH1\":\"Mô tả ngắn gọn về nhà tổ chức của bạn sẽ được hiển thị cho người dùng.\",\"3BKFn6\":\"Cần có URL khi đã đặt nhãn nút\",\"RpjXTb\":\"Theo thứ trong tuần\",\"aS0jtz\":\"Đã bỏ\",\"uyJsf6\":\"Thông tin sự kiện\",\"JvuLls\":\"Hấp thụ phí\",\"lk74+I\":\"Hấp thụ phí\",\"1uJlG9\":\"Màu nhấn\",\"g3UF2V\":\"Chấp nhận\",\"K5+3xg\":\"Chấp nhận lời mời\",\"LuXP9q\":\"Access\",\"jzb4Ep\":[\"Account · \",[\"0\"]],\"UqH1Q6\":[\"Account · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"Việc xóa tài khoản đã bị hủy.\",\"WtlP+7\":\"Việc xóa tài khoản đang bị chặn\",\"vOuxvL\":\"Thông tin tài khoản\",\"F9cvwz\":\"Tên tài khoản\",\"EHNORh\":\"Không tìm thấy tài khoản\",\"Hy1lfH\":\"Chủ tài khoản\",\"bPwFdf\":\"Tài Khoản\",\"pi/Iog\":[\"Tài khoản (\",[\"0\"],\")\"],\"AhwTa1\":\"Cần hành động: Cần thông tin VAT\",\"APyAR/\":\"Sự kiện hoạt động\",\"kCl6ja\":\"Active payment methods\",\"XJOV1Y\":\"Activity\",\"Eso+01\":[\"Hãy thêm \",[\"0\"],\" trước\"],\"eJ0IJA\":\"Add a cover image and theme to match your brand\",\"0YEoxS\":\"Add a date\",\"ybegUq\":\"Add a description and venue so attendees know what to expect\",\"nOZl6j\":\"Add a Single Date\",\"CjvTPJ\":\"Add another time\",\"0XCduh\":\"Add at least one time\",\"/chGpa\":\"Add connection details for the online event.\",\"UWWRyd\":\"Thêm câu hỏi tùy chỉnh để thu thập thông tin bổ sung trong quá trình thanh toán\",\"Z/dcxc\":\"Add Date\",\"QeupRg\":\"Thêm ngày\",\"Q219NT\":\"Add Dates\",\"yjB5VC\":\"Add dates and times for your recurring event\",\"Z8idyM\":\"Add details\",\"wpirGs\":\"Add event details\",\"VX6WUv\":\"Thêm địa điểm\",\"GCQlV2\":\"Add multiple times if you run several sessions per day.\",\"7JF9w9\":\"Thêm câu hỏi\",\"NLbIb6\":\"Add this attendee anyway (override capacity)\",\"6PNlRV\":\"Thêm sự kiện này vào lịch của bạn\",\"BGD9Yt\":\"Thêm vé\",\"uIv4Op\":\"Thêm pixel theo dõi vào các trang sự kiện công khai và trang chủ ban tổ chức. Một banner đồng ý cookie sẽ được hiển thị cho khách truy cập khi theo dõi đang hoạt động.\",\"QN2F+7\":\"Thêm Webhook\",\"NsWqSP\":\"Thêm tài khoản mạng xã hội và URL trang web của bạn. Chúng sẽ được hiển thị trên trang công khai của nhà tổ chức.\",\"6JzKEV\":\"Add-on only\",\"VkQex5\":\"Add-on products\",\"Y2K3rp\":\"Add-ons\",\"Z/ZU8N\":\"Được thêm khi thanh toán\",\"bVjDs9\":\"Phí bổ sung\",\"MKqSg4\":\"Yêu cầu quyền truy cập quản trị viên\",\"0Zypnp\":\"Bảng Điều Khiển Quản Trị\",\"tlFYEo\":\"Admits attendees to your event\",\"YAV57v\":\"Đối tác liên kết\",\"I+utEq\":\"Mã đối tác liên kết không thể thay đổi\",\"/jHBj5\":\"Tạo đối tác liên kết thành công\",\"uCFbG2\":\"Xóa đối tác liên kết thành công\",\"ld8I+f\":\"Affiliate program\",\"a41PKA\":\"Doanh số đối tác liên kết sẽ được theo dõi\",\"mJJh2s\":\"Doanh số đối tác liên kết sẽ không được theo dõi. Điều này sẽ vô hiệu hóa đối tác.\",\"jabmnm\":\"Cập nhật đối tác liên kết thành công\",\"CPXP5Z\":\"Chi nhánh\",\"9Wh+ug\":\"Đã xuất danh sách đối tác\",\"3cqmut\":\"Đối tác liên kết giúp bạn theo dõi doanh số từ các đối tác và người ảnh hưởng. Tạo mã đối tác và chia sẻ để theo dõi hiệu suất.\",\"3e31kI\":\"After your event is created, you can choose how often it repeats from the dashboard.\",\"z7GAMJ\":\"all\",\"N40H+G\":\"Tất cả\",\"7rLTkE\":\"Tất cả sự kiện đã lưu trữ\",\"gKq1fa\":\"Tất cả người tham dự\",\"63gRoO\":\"All attendees of the selected sessions\",\"uWxIoH\":\"All attendees of this occurrence\",\"pMLul+\":\"Tất cả tiền tệ\",\"sgUdRZ\":\"All dates\",\"e4q4uO\":\"All Dates\",\"ZS/D7f\":\"Tất cả sự kiện đã kết thúc\",\"QsYjci\":\"Tất cả sự kiện\",\"31KB8w\":\"Đã xóa tất cả công việc thất bại\",\"D2g7C7\":\"Tất cả công việc đã được xếp hàng để thử lại\",\"B4RFBk\":\"All matching dates\",\"F1/VgK\":\"All occurrences\",\"OpWjMq\":\"All Occurrences\",\"Sxm1lO\":\"Tất cả trạng thái\",\"dr7CWq\":\"Tất cả sự kiện sắp diễn ra\",\"UBpkWM\":\"Tất cả người dùng\",\"GpT6Uf\":\"Cho phép người tham dự cập nhật thông tin vé của họ (tên, email) qua liên kết bảo mật được gửi cùng với xác nhận đơn hàng.\",\"VZdky1\":\"Cho phép người mua sao chép thông tin của họ cho tất cả người tham dự\",\"F3mW5G\":\"Cho phép khách hàng tham gia danh sách chờ khi sản phẩm này đã hết\",\"4CMO/q\":\"Cho phép khách hàng tham gia danh sách chờ khi sản phẩm này đã hết. Khách hàng tham gia danh sách chờ cho một ngày cụ thể.\",\"c4uJfc\":\"Sắp xong rồi! Chúng tôi đang chờ thanh toán của bạn được xử lý. Quá trình này chỉ mất vài giây.\",\"ocS8eq\":[\"Đã có tài khoản? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Already in\",\"/H326L\":\"Đã hoàn tiền\",\"USEpOK\":\"Already use Stripe on another organizer? Reuse that connection.\",\"RtxQTF\":\"Cũng hủy đơn hàng này\",\"jkNgQR\":\"Cũng hoàn tiền đơn hàng này\",\"xYqsHg\":\"Luôn có sẵn\",\"rrepBD\":\"Always on sale\",\"Wvrz79\":\"Số tiền đã thanh toán\",\"Zkymb9\":\"Email để liên kết với đối tác này. Đối tác sẽ không nhận được thông báo.\",\"vRznIT\":\"Đã xảy ra lỗi khi kiểm tra trạng thái xuất.\",\"OPFdAM\":\"Mô tả tùy chọn của danh mục này để hiển thị trên trang sự kiện.\",\"eusccx\":\"Thông báo tùy chọn để hiển thị trên sản phẩm nổi bật, ví dụ: \\\"Bán nhanh 🔥\\\" hoặc \\\"Giá trị tốt nhất\\\"\",\"HZFm5R\":\"và\",\"l3LBtZ\":\"Nội dung thông báo\",\"Th00L9\":\"Đã tạo thông báo\",\"p/XJYI\":\"Đã xóa thông báo\",\"08iV57\":\"Tiêu đề thông báo\",\"qLqgre\":\"Đã cập nhật thông báo\",\"Dzr23X\":\"Thông báo\",\"asqL+J\":\"Ẩn danh hóa\",\"QNrkms\":\"Câu trả lời đã được cập nhật thành công.\",\"+qygei\":\"Answers\",\"GK7Lnt\":\"Answers provided at checkout (e.g. meal choice)\",\"lE8PgT\":\"Any dates you've manually customized will be kept.\",\"jVoYha\":[\"đã áp dụng — giảm \",[\"0\"],\" cho đơn hàng của bạn\"],\"vP3Nzg\":[\"Applies to \",[\"0\"],\", non-cancelled dates currently loaded on this page.\"],\"kkVyZZ\":\"Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything.\",\"je4muG\":[\"Applies to every \",[\"0\"],\", non-cancelled date in this event — including dates not currently loaded.\"],\"YIIQtt\":\"Apply Changes\",\"NzWX1Y\":\"Apply to\",\"Ps5oDT\":\"Apply to all tickets\",\"261RBr\":\"Phê duyệt tin nhắn\",\"naCW6Z\":\"April\",\"B495Gs\":\"Lưu trữ\",\"5sNliy\":\"Lưu trữ sự kiện\",\"BrwnrJ\":\"Lưu trữ ban tổ chức\",\"E5eghW\":\"Lưu trữ sự kiện này để ẩn khỏi công chúng. Bạn có thể khôi phục nó sau.\",\"eqFkeI\":\"Lưu trữ ban tổ chức này. Điều này cũng sẽ lưu trữ tất cả các sự kiện thuộc ban tổ chức này.\",\"BzcxWv\":\"Ban tổ chức đã lưu trữ\",\"9cQBd6\":\"Bạn có chắc chắn muốn lưu trữ sự kiện này không? Nó sẽ không còn hiển thị với công chúng nữa.\",\"Trnl3E\":\"Bạn có chắc chắn muốn lưu trữ ban tổ chức này không? Điều này cũng sẽ lưu trữ tất cả các sự kiện thuộc ban tổ chức này.\",\"wOvn+e\":[\"Are you sure you want to cancel \",[\"count\"],\" date(s)? Affected attendees will be notified by email.\"],\"GTxE0U\":\"Are you sure you want to cancel this date? Affected attendees will be notified by email.\",\"VkSk/i\":\"Bạn có chắc chắn muốn hủy tin nhắn đã lên lịch này không?\",\"0aVEBY\":\"Bạn có chắc chắn muốn xóa tất cả các công việc thất bại không?\",\"LchiNd\":\"Bạn có chắc chắn muốn xóa đối tác này? Hành động này không thể hoàn tác.\",\"U49Xd6\":\"Bạn có chắc muốn xóa thông báo này? Người dùng sẽ không còn thấy nó nữa.\",\"vPeW/6\":\"Bạn có chắc chắn muốn xóa cấu hình này không? Điều này có thể ảnh hưởng đến các tài khoản đang sử dụng nó.\",\"h42Hc/\":\"Are you sure you want to delete this date? This action cannot be undone.\",\"RiF/yT\":\"Are you sure you want to delete this image?\",\"b3+Qku\":\"Are you sure you want to delete this tax or fee? It will no longer be applied to new orders.\",\"JmVITJ\":\"Bạn có chắc chắn muốn xóa mẫu này không? Hành động này không thể hoàn tác và email sẽ quay về mẫu mặc định.\",\"aLS+A6\":\"Bạn có chắc chắn muốn xóa mẫu này không? Hành động này không thể hoàn tác và email sẽ quay về mẫu của tổ chức hoặc mẫu mặc định.\",\"5H3Z78\":\"Bạn có chắc là bạn muốn xóa webhook này không?\",\"147G4h\":\"Bạn có chắc chắn muốn rời đi?\",\"VDWChT\":\"Bạn có chắc muốn chuyển nhà tổ chức này sang bản nháp không? Trang của nhà tổ chức sẽ không hiển thị công khai.\",\"pWtQJM\":\"Bạn có chắc muốn công khai nhà tổ chức này không? Trang của nhà tổ chức sẽ hiển thị công khai.\",\"EOqL/A\":\"Bạn có chắc chắn muốn cung cấp một suất cho người này không? Họ sẽ nhận được thông báo qua email.\",\"yAXqWW\":\"Are you sure you want to permanently delete this date? This cannot be undone.\",\"WFHOlF\":\"Bạn có chắc chắn muốn xuất bản sự kiện này? Sau khi xuất bản, sự kiện sẽ hiển thị công khai.\",\"4TNVdy\":\"Bạn có chắc chắn muốn xuất bản hồ sơ nhà tổ chức này? Sau khi xuất bản, hồ sơ sẽ hiển thị công khai.\",\"8x0pUg\":\"Bạn có chắc chắn muốn xóa mục này khỏi danh sách chờ?\",\"cDtoWq\":[\"Bạn có chắc chắn muốn gửi lại xác nhận đơn hàng đến \",[\"0\"],\"?\"],\"xeIaKw\":[\"Bạn có chắc chắn muốn gửi lại vé đến \",[\"0\"],\"?\"],\"BjbocR\":\"Bạn có chắc chắn muốn khôi phục sự kiện này không?\",\"7MjfcR\":\"Bạn có chắc chắn muốn khôi phục ban tổ chức này không?\",\"b7tkGp\":\"Are you sure you want to revoke this invitation?\",\"ExDt3P\":\"Bạn có chắc chắn muốn hủy xuất bản sự kiện này? Sự kiện sẽ không còn hiển thị công khai.\",\"5Qmxo/\":\"Bạn có chắc chắn muốn hủy xuất bản hồ sơ nhà tổ chức này? Hồ sơ sẽ không còn hiển thị công khai.\",\"Uqefyd\":\"Bạn có đăng ký VAT tại EU không?\",\"+QARA4\":\"Nghệ thuật\",\"tLf3yJ\":\"Vì doanh nghiệp của bạn có trụ sở tại Ireland, VAT Ireland 23% sẽ được áp dụng tự động cho tất cả phí nền tảng.\",\"tMeVa/\":\"Yêu cầu tên và email cho mỗi vé được mua\",\"ui5ln+\":\"Assign a different plan\",\"9Jxliv\":\"Assign plan\",\"xdiER7\":\"Cấp độ được gán\",\"F2rX0R\":\"Ít nhất một loại sự kiện phải được chọn\",\"Z44eZS\":\"At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead.\",\"BCmibk\":\"Lần thử\",\"6PecK3\":\"Tỷ lệ tham dự và check-in cho tất cả sự kiện\",\"K2tp3v\":\"attendee\",\"AJ4rvK\":\"Người tham dự đã hủy bỏ\",\"qvylEK\":\"Người tham dự đã tạo ra\",\"Aspq3b\":\"Thu thập thông tin người tham dự\",\"fpb0rX\":\"Thông tin người tham dự được sao chép từ đơn hàng\",\"94aQMU\":\"Thông tin người tham dự\",\"KkrBiR\":\"Thu thập thông tin người tham dự\",\"sjPjOg\":\"Attendee notes\",\"cosfD8\":\"Trạng Thái Người Tham Dự\",\"D2qlBU\":\"Người tham dự cập nhật\",\"22BOve\":\"Người tham dự đã được cập nhật thành công\",\"x8Vnvf\":\"Vé của người tham dự không có trong danh sách này\",\"/Ywywr\":\"attendees\",\"zLRobu\":\"attendees checked in\",\"k3Tngl\":\"Danh sách người tham dự đã được xuất\",\"UoIRW8\":\"Người tham dự đã đăng ký\",\"5UbY+B\":\"Người tham dự có vé cụ thể\",\"4HVzhV\":\"Người tham dự:\",\"HVkhy2\":\"Phân tích phân bổ\",\"dMMjeD\":\"Chi tiết phân bổ\",\"1oPDuj\":\"Giá trị phân bổ\",\"cHfbVT\":\"Đối tượng\",\"DBHTm/\":\"August\",\"JgREph\":\"Ưu đãi tự động đã được bật\",\"V7Tejz\":\"Tự động xử lý danh sách chờ\",\"PZ7FTW\":\"Tự động phát hiện dựa trên màu nền, nhưng có thể ghi đè\",\"zlnTuI\":\"Tự động cung cấp vé cho người tiếp theo khi có chỗ trống. Nếu tắt, bạn có thể xử lý danh sách chờ thủ công từ trang Danh sách chờ.\",\"csDS2L\":\"Còn chỗ\",\"Xp+ywP\":\"Có sẵn sau khi hoàn tất thanh toán\",\"dwDH1K\":[\"Available times on \",[\"dayName\"]],\"clF06r\":\"Có thể hoàn tiền\",\"NB5+UG\":\"Token có sẵn\",\"L+wGOG\":\"Awaiting\",\"qcw2OD\":\"Awaiting pay\",\"kNmmvE\":\"Công ty TNHH Awesome Events\",\"TeSaQO\":\"Quay lại tài khoản\",\"kYqM1A\":\"Quay lại sự kiện\",\"s5QRF3\":\"Quay lại tin nhắn\",\"td/bh+\":\"Quay lại Báo cáo\",\"nsm7BA\":\"Quay lại tìm kiếm\",\"imjKVx\":\"Bank account connected\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"Nội dung banner không được vượt quá 200 ký tự\",\"p2OLF3\":\"Giá gốc\",\"D9LTCH\":\"Base Price\",\"hviJef\":\"Based on the global sale period above, not per date\",\"jIPNJG\":\"Thông tin cơ bản\",\"lINGcL\":\"Vì tài khoản này có các đơn hàng đã hoàn tất, hồ sơ giao dịch (số tiền, ngày tháng và chi tiết hóa đơn) sẽ được lưu giữ ở dạng ẩn danh cho các mục đích pháp lý và thuế. Tất cả thông tin cá nhân sẽ bị xóa vĩnh viễn.\",\"UabgBd\":\"Nội dung là bắt buộc\",\"HWXuQK\":\"Đánh dấu trang này để quản lý đơn hàng của bạn bất cứ lúc nào.\",\"CUKVDt\":\"Xây dựng thương hiệu vé của bạn với logo, màu sắc và thông điệp chân trang tùy chỉnh.\",\"4BZj5p\":\"Built-in fraud protection\",\"cr7kGH\":\"Bulk Edit\",\"1Fbd6n\":\"Bulk Edit Dates\",\"Eq6Tu9\":\"Bulk update failed.\",\"9N+p+g\":\"Kinh doanh\",\"SWnN1L\":\"Business address\",\"kQekXw\":\"Business name\",\"3W/QV7\":\"Nhãn nút\",\"bv6RXK\":\"Nhãn nút\",\"ChDLlO\":\"Văn bản nút\",\"MOht10\":\"URL của nút\",\"BUe8Wj\":\"Người mua trả\",\"DkL8mp\":\"Buyers can add these to their order when they select this product at checkout.\",\"qF1qbA\":\"Người mua thấy giá rõ ràng. Phí nền tảng được khấu trừ từ khoản thanh toán của bạn.\",\"dg05rc\":\"Bằng việc thêm pixel theo dõi, bạn thừa nhận rằng bạn và nền tảng này là đồng kiểm soát viên dữ liệu thu thập được. Bạn chịu trách nhiệm đảm bảo có cơ sở pháp lý cho việc xử lý này theo luật bảo mật hiện hành (GDPR, CCPA, v.v.).\",\"DFqasq\":[\"Bằng cách tiếp tục, bạn đồng ý với <0>Điều khoản dịch vụ của \",[\"0\"],\"\"],\"CetOZE\":\"By ticket type\",\"lFdbRS\":\"Bỏ qua phí ứng dụng\",\"AjVXBS\":\"Calendar\",\"2VLZwd\":\"Nút hành động\",\"rT2cV+\":\"Camera\",\"7hYa9y\":\"Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings.\",\"D02dD9\":\"Chiến dịch\",\"RRPA79\":\"Can't check in\",\"OcVwAd\":[\"Cancel \",[\"count\"],\" date(s)\"],\"H4nE+E\":\"Hủy tất cả sản phẩm và trả lại pool có sẵn\",\"Py78q9\":\"Cancel Date\",\"lUjTpS\":\"Hủy xóa\",\"5YkF5G\":\"Hủy yêu cầu xóa\",\"tOXAdc\":\"Hủy sẽ hủy tất cả người tham dự liên quan đến đơn hàng này và trả vé về pool có sẵn.\",\"FPpqc7\":[\"Cancelling \",[\"0\"],\" date(s). This may take a moment to complete.\"],\"01sEfm\":\"Không thể xóa cấu hình mặc định của hệ thống\",\"VsM1HH\":\"Phân bổ sức chứa\",\"9bIMVF\":\"Capacity management\",\"H7K8og\":\"Capacity must be 0 or greater\",\"nzao08\":\"capacity updates\",\"4cp9NP\":\"Capacity Used\",\"K7tIrx\":\"Danh mục\",\"DRK3Bq\":\"Category deleted successfully\",\"o+XJ9D\":\"Thay đổi\",\"kJkjoB\":\"Change duration\",\"J0KExZ\":\"Change the attendee limit\",\"ssospy\":\"Change time\",\"CIHJJf\":\"Thay đổi cài đặt danh sách chờ\",\"B5icLR\":[\"Changed duration for \",[\"count\"],\" date(s)\"],\"Kb+0BT\":\"Charges\",\"2tbLdK\":\"Từ thiện\",\"BPWGKn\":\"Check in\",\"6uFFoY\":\"Check out\",\"FjAlwK\":[\"Check out this event: \",[\"0\"]],\"v4fiSg\":\"Kiểm tra email của bạn\",\"51AsAN\":\"Kiểm tra hộp thư của bạn! Nếu có vé liên kết với email này, bạn sẽ nhận được liên kết để xem.\",\"Y3FYXy\":\"Check-In\",\"udRwQs\":\"Check-in đã được tạo\",\"F4SRy3\":\"Check-in đã bị xóa\",\"as6XfO\":[\"Check-in for \",[\"0\"],\" was undone\"],\"9s/wrQ\":\"Check-in history\",\"Wwztk4\":\"Check-In List\",\"9gPPUY\":\"Danh sách Check-In Đã Tạo!\",\"dwjiJt\":\"Check-in list info\",\"7od0PV\":\"check-in lists\",\"f2vU9t\":\"Danh sách check-in\",\"XprdTn\":\"Check-in navigation\",\"5tV1in\":\"Check-in progress\",\"SHJwyq\":\"Tỷ lệ check-in\",\"qCqdg6\":\"Trạng thái đăng ký\",\"cKj6OE\":\"Tóm tắt Check-in\",\"7B5M35\":\"Check-In\",\"VrmydS\":\"Checked in\",\"DM4gBB\":\"Tiếng Trung (Phồn thể)\",\"p8Jvp4\":\"Choose a configuration\",\"ElShBO\":\"Choose a different action\",\"pHEhf+\":\"Chọn kiểu chữ phù hợp với thương hiệu của bạn. Phông chữ được tự lưu trữ qua Bunny Fonts.\",\"Zok1Gx\":\"Choose an organizer\",\"pkk46Q\":\"Chọn một nhà tổ chức\",\"Ag32+c\":\"Choose another date\",\"Crr3pG\":\"Chọn lịch\",\"Z38ZJu\":\"Chọn cách hiển thị ngày sự kiện trên vé\",\"LAW8Vb\":\"Chọn cài đặt mặc định cho các sự kiện mới. Điều này có thể được ghi đè cho từng sự kiện riêng lẻ.\",\"pjp2n5\":\"Chọn ai trả phí nền tảng. Điều này không ảnh hưởng đến các khoản phí bổ sung mà bạn đã cấu hình trong cài đặt tài khoản.\",\"xCJdfg\":\"Clear\",\"QyOWu9\":\"Clear location — fall back to the event default\",\"V8yTm6\":\"Clear search\",\"kmnKnX\":\"Clearing removes any per-date override. Affected dates will fall back to the event's default location.\",\"/o+aQX\":\"Click to cancel\",\"gD7WGV\":\"Click to reopen for new sales\",\"CySr+W\":\"Nhấp để xem ghi chú\",\"RG3szS\":\"đóng\",\"RWw9Lg\":\"Đóng hộp thoại\",\"XwdMMg\":\"Mã chỉ được chứa chữ cái, số, dấu gạch ngang và dấu gạch dưới\",\"+yMJb7\":\"Mã là bắt buộc\",\"m9SD3V\":\"Mã phải có ít nhất 3 ký tự\",\"V1krgP\":\"Mã không được quá 20 ký tự\",\"psqIm5\":\"Hợp tác với nhóm của bạn để tạo nên những sự kiện tuyệt vời.\",\"4bUH9i\":\"Thu thập thông tin chi tiết người tham dự cho mỗi vé đã mua.\",\"TkfG8v\":\"Thu thập thông tin theo đơn hàng\",\"96ryID\":\"Thu thập thông tin theo vé\",\"FpsvqB\":\"Chế độ màu\",\"jEu4bB\":\"Cột\",\"CWk59I\":\"Hài kịch\",\"rPA+Gc\":\"Tùy chọn liên lạc\",\"zFT5rr\":\"complete\",\"bUQMpb\":\"Complete Stripe setup\",\"744BMm\":\"Hoàn tất đơn hàng để đảm bảo vé của bạn. Ưu đãi này có thời hạn, vì vậy đừng chờ đợi quá lâu.\",\"5YrKW7\":\"Hoàn tất thanh toán để đảm bảo vé của bạn.\",\"xGU92i\":\"Hoàn thành hồ sơ của bạn để tham gia nhóm.\",\"QOhkyl\":\"Soạn\",\"ih35UP\":\"Trung tâm hội nghị\",\"ywFj2D\":\"Configuration\",\"WTw0bB\":\"Configuration assigned\",\"X1zdE7\":\"Cấu hình đã được tạo thành công\",\"mLBUMQ\":\"Cấu hình đã được xóa thành công\",\"UIENhw\":\"Tên cấu hình hiển thị với người dùng cuối. Phí cố định sẽ được chuyển đổi sang đơn vị tiền tệ của đơn hàng theo tỷ giá hối đoái hiện tại.\",\"eeZdaB\":\"Cấu hình đã được cập nhật thành công\",\"3cKoxx\":\"Cấu hình\",\"8v2LRU\":\"Cấu hình chi tiết sự kiện, địa điểm, tùy chọn thanh toán và thông báo email.\",\"raw09+\":\"Cấu hình cách thu thập thông tin người tham dự trong quá trình thanh toán\",\"FI60XC\":\"Cấu hình thuế và phí\",\"av6ukY\":\"Configure which products are available for this occurrence and optionally adjust pricing.\",\"NGXKG/\":\"Xác nhận địa chỉ email\",\"JRQitQ\":\"Xác nhận mật khẩu mới\",\"Auz0Mz\":\"Xác nhận email của bạn để sử dụng đầy đủ tính năng.\",\"7+grte\":\"Email xác nhận đã được gửi! Vui lòng kiểm tra hộp thư đến của bạn.\",\"n/7+7Q\":\"Xác nhận đã gửi đến\",\"x3wVFc\":\"Chúc mừng! Sự kiện của bạn hiện đã hiển thị công khai.\",\"0W2NQP\":\"Connect bank\",\"/K4Vqr\":\"Kết nối Stripe để nhận thanh toán\",\"nQI4H5\":\"Kết nối Stripe để bật chỉnh sửa mẫu email\",\"LmvZ+E\":\"Kết nối Stripe để bật tính năng nhắn tin\",\"peBIO+\":\"Connect Stripe to receive ticket payments directly to your bank account.\",\"DNeN8t\":\"Connect your bank to receive ticket sales straight to your account\",\"DARj+w\":\"Đã kết nối nhầm tài khoản Stripe? Hãy ngắt kết nối và bắt đầu lại.\",\"X1y8JF\":\"Connection details are required for online dates\",\"fjfBOm\":\"Sự kiện trực tuyến bắt buộc phải có chi tiết kết nối\",\"jfC/xh\":\"Liên hệ\",\"LOFgda\":[\"Liên hệ \",[\"0\"]],\"41BQ3k\":\"Email liên hệ\",\"4b3oEV\":\"Nội dung\",\"13CIgI\":\"Nội dung là bắt buộc\",\"m8WD6t\":\"Tiếp tục thiết lập\",\"0GwUT4\":\"Tiếp tục đến thanh toán\",\"sBV87H\":\"Tiếp tục tạo sự kiện\",\"nKtyYu\":\"Tiếp tục bước tiếp theo\",\"F3/nus\":\"Tiếp tục thanh toán\",\"s30OcA\":\"Kiểm soát cách hiển thị ngày và giờ trên trang sự kiện\",\"p2FRHj\":\"Kiểm soát cách xử lý phí nền tảng cho sự kiện này\",\"NqfabH\":\"Control who gets in for this date\",\"fmYxZx\":\"Control who gets in, and when\",\"1JnTgU\":\"Đã sao chép từ trên\",\"FxVG/l\":\"Đã sao chép vào clipboard\",\"PiH3UR\":\"Đã sao chép!\",\"4i7smN\":\"Copy account ID\",\"uUPbPg\":\"Sao chép liên kết đối tác\",\"iVm46+\":\"Sao chép mã\",\"cF2ICc\":\"Sao chép liên kết khách hàng\",\"+2ZJ7N\":\"Sao chép chi tiết cho người tham dự đầu tiên\",\"ZN1WLO\":\"Sao chép Email\",\"y1eoq1\":\"Sao chép liên kết\",\"tUGbi8\":\"Sao chép thông tin của tôi cho:\",\"y22tv0\":\"Sao chép liên kết này để chia sẻ ở bất kỳ đâu\",\"/4gGIX\":\"Sao chép vào bộ nhớ tạm\",\"e0f4yB\":\"Không thể xóa địa điểm\",\"vkiDx2\":\"Could not prepare the bulk update.\",\"KOavaU\":\"Không thể lấy chi tiết địa chỉ\",\"/lq4oO\":\"Could not save date\",\"mHu0az\":\"Couldn't send verification email. Please try again.\",\"QOIm+S\":\"Số liệu bao gồm tất cả các ngày sắp tới. Mỗi người sẽ được đề nghị một chỗ cho ngày họ đã đăng ký.\",\"P0rbCt\":\"Ảnh bìa\",\"p4kqHr\":\"Cover image added\",\"60u+dQ\":\"Ảnh bìa sẽ được hiển thị ở đầu trang sự kiện của bạn\",\"2NLjA6\":\"Ảnh bìa sẽ hiển thị ở đầu trang của nhà tổ chức\",\"GkrqoY\":\"Covers every ticket\",\"zg4oSu\":[\"Tạo mẫu \",[\"0\"]],\"RKKhnW\":\"Tạo widget tùy chỉnh để bán vé trên trang web của bạn.\",\"jqhTmw\":\"Create a list for this date\",\"PhioFp\":\"Create a new check-in list for an active session, or contact the organizer if you think this is a mistake.\",\"yIRev4\":\"Tạo mật khẩu\",\"j7xZ7J\":\"Tạo các ban tổ chức bổ sung để quản lý các thương hiệu, bộ phận hoặc chuỗi sự kiện riêng biệt dưới một tài khoản. Mỗi ban tổ chức có sự kiện, cài đặt và trang công khai riêng.\",\"xfKgwv\":\"Tạo đối tác\",\"GT/OIA\":\"Tạo thông báo để hiển thị tin nhắn cho người dùng của bạn.\",\"tudG8q\":\"Tạo và cấu hình vé và hàng hóa để bán.\",\"Q4VlI/\":\"Tạo thông báo\",\"YAl9Hg\":\"Tạo cấu hình\",\"BTne9e\":\"Tạo mẫu email tùy chỉnh cho sự kiện này ghi đè mặc định của tổ chức\",\"YIDzi/\":\"Tạo mẫu tùy chỉnh\",\"tsGqx5\":\"Create Date\",\"Nc3l/D\":\"Tạo giảm giá, mã truy cập cho vé ẩn và ưu đãi đặc biệt.\",\"PybJS2\":\"Create event\",\"abGAgf\":\"Create more tickets or products to offer them as add-ons\",\"eWEV9G\":\"Tạo mật khẩu mới\",\"utHSNE\":\"Tạo lịch trình\",\"8AiKIu\":\"Tạo vé hoặc sản phẩm\",\"/HGmW9\":\"Tạo liên kết có thể theo dõi để thưởng cho các đối tác quảng bá sự kiện của bạn.\",\"dkAPxi\":\"Tạo webhook\",\"5slqwZ\":\"Tạo sự kiện của bạn\",\"JQNMrj\":\"Tạo sự kiện đầu tiên của bạn\",\"CCjxOC\":\"Tạo sự kiện đầu tiên để bắt đầu bán vé và quản lý người tham dự.\",\"ZCSSd+\":\"Tạo sự kiện của riêng bạn\",\"qdv10s\":[\"Đang tạo \",[\"0\"],\" ngày. Việc này có thể mất một lúc.\"],\"67NsZP\":\"Đang tạo sự kiện...\",\"H34qcM\":\"Đang tạo nhà tổ chức...\",\"1YMS+X\":\"Đang tạo sự kiện của bạn, vui lòng đợi\",\"yiy8Jt\":\"Đang tạo hồ sơ nhà tổ chức của bạn, vui lòng đợi\",\"lfLHNz\":\"Nhãn CTA là bắt buộc\",\"0xLR6W\":\"Currently assigned\",\"iTvh6I\":\"Hiện có sẵn để mua\",\"A42Dqn\":\"Custom branding\",\"Guo0lU\":\"Ngày và giờ tùy chỉnh\",\"WDMdn8\":\"Custom questions\",\"O6mra8\":\"Câu hỏi tùy chỉnh\",\"axv/Mi\":\"Mẫu tùy chỉnh\",\"2YeVGY\":\"Đã sao chép liên kết khách hàng vào clipboard\",\"QMHSMS\":\"Khách hàng sẽ nhận email xác nhận hoàn tiền\",\"NihQNk\":\"Khách hàng\",\"hINN++\":\"Customize page\",\"7gsjkI\":\"Tùy chỉnh email gửi cho khách hàng bằng mẫu Liquid. Các mẫu này sẽ được dùng làm mặc định cho tất cả sự kiện trong tổ chức của bạn.\",\"xJaTUK\":\"Tùy chỉnh bố cục, màu sắc và thương hiệu của trang chủ sự kiện.\",\"MXZfGN\":\"Tùy chỉnh các câu hỏi được hỏi trong quá trình thanh toán để thu thập thông tin quan trọng từ người tham dự.\",\"iX6SLo\":\"Tùy chỉnh văn bản trên nút tiếp tục\",\"R8H7yL\":\"Tùy chỉnh văn bản trên nút nổi cuộn đến phần vé\",\"pxNIxa\":\"Tùy chỉnh mẫu email của bạn bằng mẫu Liquid\",\"3trPKm\":\"Tùy chỉnh giao diện trang tổ chức của bạn\",\"U0sC6H\":\"Daily\",\"/gWrVZ\":\"Doanh thu hàng ngày, thuế, phí và hoàn tiền cho tất cả sự kiện\",\"zgCHnE\":\"Báo cáo doanh số hàng ngày\",\"nHm0AI\":\"Chi tiết doanh số hàng ngày, thuế và phí\",\"1aPnDT\":\"Dance\",\"pvnfJD\":\"Tối\",\"MaB9wW\":\"Date Cancellation\",\"e6cAxJ\":\"Date cancelled\",\"81jBnC\":\"Date cancelled successfully\",\"a/C/6R\":\"Date created successfully\",\"IW7Q+u\":\"Date deleted\",\"rngCAz\":\"Date deleted successfully\",\"vHbfoQ\":\"Date reactivated\",\"hvah+S\":\"Date reopened for new sales\",\"Ez0YsD\":\"Date updated successfully\",\"JxwIlL\":\"ngày\",\"Te33mU\":\"Dates are managed per occurrence\",\"91zCxb\":\"Dates with sessions\",\"/ITcnz\":\"day\",\"H7OUPr\":\"Day\",\"JtHrX9\":\"Day of Month\",\"J/Upwb\":\"days\",\"V3VGYb\":\"Ngày trong tháng\",\"r6zgGo\":\"December\",\"jbq7j2\":\"Từ chối\",\"WGD1Al\":\"Giảm\",\"gJY4YL\":\"Giảm số lượng\",\"ovBPCi\":\"Mặc định\",\"JtI4vj\":\"Thu thập thông tin người tham dự mặc định\",\"ULjv90\":\"Default capacity per date\",\"3R/Tu2\":\"Xử lý phí mặc định\",\"1bZAZA\":\"Mẫu mặc định sẽ được sử dụng\",\"3Biswm\":\"Defaults\",\"HNlEFZ\":\"xóa\",\"KpnwJK\":[\"Xóa \\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Delete \",[\"count\"],\" selected date(s)? Dates with orders will be skipped. This cannot be undone.\"],\"ZDGm40\":\"Xóa tài khoản\",\"vu7gDm\":\"Xóa đối tác\",\"KZN4Lc\":\"Xóa tất cả\",\"6EkaOO\":\"Delete Date\",\"io0G93\":\"Xóa sự kiện\",\"+jw/c1\":\"Xóa ảnh\",\"hdyeZ0\":\"Xóa công việc\",\"xxjZeP\":\"Xóa địa điểm\",\"sY3tIw\":\"Xóa ban tổ chức\",\"UBv8UK\":\"Delete Permanently\",\"dPyJ15\":\"Xóa mẫu\",\"IQTR34\":\"Delete this category? Any products in it will also be deleted. This cannot be undone.\",\"/1wMxk\":\"Delete this product? This cannot be undone.\",\"mxsm1o\":\"Xóa câu hỏi này? Hành động này không thể hoàn tác.\",\"snMaH4\":\"Xóa webhook\",\"LIZZLY\":[\"Deleted \",[\"0\"],\" date(s)\"],\"loLVyU\":\"Tài khoản đã xóa\",\"IlUuGb\":\"Việc xóa tài khoản sẽ vô hiệu hóa nó ngay lập tức: tất cả các sự kiện đã xuất bản sẽ bị gỡ và quyền truy cập bị vô hiệu hóa. Sau thời gian ân hạn 30 ngày, việc xóa sẽ trở thành vĩnh viễn. Bạn có thể hủy bất cứ lúc nào trong 30 ngày đó.\",\"nMdIuB\":\"Việc xóa đã được đưa vào hàng đợi thực thi\",\"/U002t\":\"Yêu cầu xóa đã bị hủy\",\"PBA62s\":\"Yêu cầu xóa\",\"7w0Wev\":\"Description and venue added\",\"vYgeDk\":\"Bỏ chọn tất cả\",\"NvuEhl\":\"Các yếu tố thiết kế\",\"H8kMHT\":\"Không nhận được mã?\",\"G8KNgd\":\"Different location\",\"E/QGRL\":\"Disabled\",\"bzSI52\":\"Discard\",\"0EcUWz\":\"Discard changes?\",\"+K0AvT\":\"Ngắt kết nối\",\"cALvbl\":\"Ngắt kết nối tài khoản Stripe\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Bỏ qua thông báo\",\"nZJ8tu\":\"Dismiss setup checklist\",\"QotGhf\":\"Bỏ qua thông báo này\",\"J6hrEy\":\"Đã bỏ qua\",\"BREO0S\":\"Hiển thị hộp kiểm cho phép khách hàng đăng ký nhận thông tin tiếp thị từ ban tổ chức sự kiện này.\",\"HtaSQp\":\"Hiển thị số chỗ còn lại cho mỗi ngày trong tiện ích vé. Bạn có thể ghi đè cài đặt này cho từng ngày.\",\"pfa8F0\":\"Tên hiển thị\",\"Kdpf90\":\"Đừng quên!\",\"352VU2\":\"Chưa có tài khoản? <0>Đăng ký\",\"AXXqG+\":\"Quyên góp\",\"DPfwMq\":\"Xong\",\"JoPiZ2\":\"Door staff instructions\",\"2+O9st\":\"Tải xuống báo cáo bán hàng, người tham dự và tài chính cho tất cả đơn hàng đã hoàn thành.\",\"eneWvv\":\"Bản nháp\",\"Ts8hhq\":\"Do nguy cơ spam cao, bạn phải kết nối tài khoản Stripe trước khi có thể chỉnh sửa mẫu email. Điều này để đảm bảo tất cả các nhà tổ chức sự kiện được xác minh và có trách nhiệm.\",\"TnzbL+\":\"Do nguy cơ spam cao, bạn phải kết nối tài khoản Stripe trước khi có thể gửi tin nhắn cho người tham dự.\\nĐiều này để đảm bảo rằng tất cả các nhà tổ chức sự kiện đều được xác minh và chịu trách nhiệm.\",\"euc6Ns\":\"Nhân đôi\",\"YueC+F\":\"Duplicate Date\",\"KRmTkx\":\"Nhân bản sản phẩm\",\"Jd3ymG\":\"Duration must be at least 1 minute.\",\"KIjvtr\":\"Tiếng Hà Lan\",\"22xieU\":\"ví dụ 180 (3 giờ)\",\"MCx4ov\":\"VD: Tìm hiểu thêm\",\"/zajIE\":\"e.g. Morning Session\",\"XDHATF\":\"VD: Tính năng mới: Danh sách chờ\",\"tAtvUj\":\"VD: Bảo trì định kỳ thứ Bảy này từ 2-4 giờ sáng UTC\",\"SPKbfM\":\"ví dụ: Mua vé, Đăng ký ngay\",\"fc7wGW\":\"ví dụ: Cập nhật quan trọng về vé của bạn\",\"54MPqC\":\"ví dụ: Tiêu chuẩn, Cao cấp, Doanh nghiệp\",\"3RQ81z\":\"Mỗi người sẽ nhận được email với một suất đã được giữ chỗ để hoàn tất việc mua hàng.\",\"Xfsjel\":\"Từng sản phẩm\",\"5oD9f/\":\"Earlier\",\"LTzmgK\":[\"Chỉnh sửa mẫu \",[\"0\"]],\"v4+lcZ\":\"Chỉnh sửa đối tác\",\"ndNHsK\":\"Chỉnh sửa thông báo\",\"2iZEz7\":\"Chỉnh sửa câu trả lời\",\"t2bbp8\":\"Chỉnh sửa người tham dự\",\"etaWtB\":\"Chỉnh sửa thông tin người tham dự\",\"+guao5\":\"Chỉnh sửa cấu hình\",\"1Mp/A4\":\"Edit Date\",\"m0ZqOT\":\"Chỉnh sửa địa điểm\",\"8oivFT\":\"Chỉnh sửa địa điểm\",\"vRWOrM\":\"Chỉnh sửa thông tin đơn hàng\",\"pHm0k9\":\"Chỉnh sửa lịch trình\",\"fW5sSv\":\"Chỉnh sửa webhook\",\"nP7CdQ\":\"Chỉnh sửa webhook\",\"MRZxAn\":\"Edited\",\"uBAxNB\":\"Trình chỉnh sửa\",\"aqxYLv\":\"Giáo dục\",\"iiWXDL\":\"Lỗi đủ điều kiện\",\"zPiC+q\":\"Danh Sách Đăng Ký Đủ Điều Kiện\",\"SiVstt\":\"Email & scheduled messages\",\"V2sk3H\":\"Email & Mẫu\",\"hbwCKE\":\"Đã sao chép địa chỉ email vào clipboard\",\"dSyJj6\":\"Địa chỉ email không khớp\",\"elW7Tn\":\"Nội dung email\",\"ZsZeV2\":\"Email là bắt buộc\",\"Be4gD+\":\"Xem trước email\",\"6IwNUc\":\"Mẫu email\",\"H/UMUG\":\"Yêu cầu xác minh email\",\"PLEl94\":\"Email verified\",\"L86zy2\":\"Xác thực email thành công!\",\"FSN4TS\":\"Nhúng widget\",\"z9NkYY\":\"Embeddable widget\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Cần có emoji cho cửa sổ bật lên\",\"Qj0GKe\":\"Bật tự phục vụ cho người tham dự\",\"hEtQsg\":\"Bật tự phục vụ cho người tham dự theo mặc định\",\"Upeg/u\":\"Kích hoạt mẫu này để gửi email\",\"7dSOhU\":\"Bật danh sách chờ\",\"RxzN1M\":\"Đã bật\",\"sGjBEq\":\"Ngày và giờ kết thúc (tùy chọn)\",\"PKXt9R\":\"Ngày kết thúc phải sau ngày bắt đầu\",\"vTL8gi\":\"Giờ kết thúc\",\"48Y16Q\":\"Thời gian kết thúc (tùy chọn)\",\"TbaYrr\":[\"Ended \",[\"0\"]],\"CFgwiw\":[\"Ends \",[\"0\"]],\"SqOIQU\":\"Enter a capacity value or choose unlimited.\",\"h37gRz\":\"Enter a label or choose to remove it.\",\"7YZofi\":\"Nhập tiêu đề và nội dung để xem trước\",\"khyScF\":\"Enter a time to shift by.\",\"SKx/0u\":\"Nhập tên địa điểm hoặc địa chỉ\",\"ppwojw\":\"Nhập tên địa điểm hoặc địa chỉ cho sự kiện trực tiếp\",\"j+eCIq\":\"Nhập địa chỉ thủ công\",\"3bR1r4\":\"Nhập email đối tác (tùy chọn)\",\"ARkzso\":\"Nhập tên đối tác\",\"ej4L8b\":\"Enter capacity\",\"6KnyG0\":\"Nhập email\",\"INDKM9\":\"Nhập tiêu đề email...\",\"xUgUTh\":\"Nhập tên\",\"9/1YKL\":\"Nhập họ\",\"VpwcSk\":\"Nhập mật khẩu mới\",\"kWg31j\":\"Nhập mã đối tác duy nhất\",\"C3nD/1\":\"Nhập email của bạn\",\"VmXiz4\":\"Nhập email của bạn và chúng tôi sẽ gửi cho bạn hướng dẫn để đặt lại mật khẩu.\",\"n9V+ps\":\"Nhập tên của bạn\",\"IdULhL\":\"Nhập số VAT của bạn bao gồm mã quốc gia, không có khoảng trắng (ví dụ: IE1234567A, DE123456789)\",\"RRlWVA\":\"Toàn bộ đơn hàng\",\"o21Y+P\":\"entries\",\"X88/6w\":\"Các mục sẽ xuất hiện ở đây khi khách hàng tham gia danh sách chờ cho các sản phẩm đã bán hết.\",\"LslKhj\":\"Lỗi khi tải nhật ký\",\"BkEWfd\":\"Esc to close\",\"VCNHvW\":\"Sự kiện đã lưu trữ\",\"ZD0XSb\":\"Sự kiện đã được lưu trữ thành công\",\"WgD6rb\":\"Danh mục sự kiện\",\"b46pt5\":\"Ảnh bìa sự kiện\",\"NAUIJ7\":\"Event created\",\"1b77ID\":\"Sự kiện đã tạo\",\"1Hzev4\":\"Mẫu tùy chỉnh sự kiện\",\"+v+GW0\":\"Hiển thị ngày sự kiện\",\"7u9/DO\":\"Sự kiện đã được xóa thành công\",\"imgKgl\":\"Mô tả sự kiện\",\"IzR/Fc\":\"Event lifetime\",\"PYs3rP\":\"Tên sự kiện\",\"HhwcTQ\":\"Tên sự kiện\",\"WZZzB6\":\"Tên sự kiện là bắt buộc\",\"Wd5CDM\":\"Tên sự kiện nên ít hơn 150 ký tự\",\"4JzCvP\":\"Sự kiện không có sẵn\",\"mImacG\":\"Trang sự kiện\",\"Hk9Ki/\":\"Sự kiện đã được khôi phục thành công\",\"JyD0LH\":\"Cài đặt sự kiện\",\"XVLu2v\":\"Tiêu đề sự kiện\",\"OfmsI9\":\"Sự kiện quá mới\",\"4SILkp\":\"Event totals\",\"YDVUVl\":\"Loại sự kiện\",\"+HeiVx\":\"Sự kiện đã cập nhật\",\"19j6uh\":\"Hiệu suất sự kiện\",\"PC3/fk\":\"Sự kiện bắt đầu trong 24 giờ tới\",\"CRsuq4\":\"Mỗi\",\"nwiZdc\":[\"Every \",[\"0\"]],\"B2jjf8\":[\"Every \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Every \",[\"0\"],\" days\"],\"yLiYx+\":[\"Every \",[\"0\"],\" months\"],\"nn9ice\":[\"Every \",[\"0\"],\" weeks\"],\"Cdr8f9\":[\"Every \",[\"0\"],\" weeks on \",[\"1\"]],\"GVEHRk\":[\"Every \",[\"0\"],\" years\"],\"XlRpgq\":[\"Mỗi \",[\"cadenceUnit\"]],\"fTFfOK\":\"Mọi mẫu email phải bao gồm nút hành động liên kết đến trang thích hợp\",\"hHTPiT\":\"Everything else — tap to edit\",\"BVinvJ\":\"Ví dụ: \\\"Bạn biết đến chúng tôi như thế nào?\\\", \\\"Tên công ty cho hóa đơn\\\"\",\"2hGPQG\":\"Ví dụ: \\\"Cỡ áo\\\", \\\"Sở thích ăn uống\\\", \\\"Chức danh\\\"\",\"qNuTh3\":\"Ngoại lệ\",\"aW/bzJ\":\"Thực hiện xóa\",\"CtAcQ7\":\"Thực hiện xóa ngay\",\"xj4fwT\":\"Thực hiện ngay\",\"M1RnFv\":\"Đã hết hạn\",\"kF8HQ7\":\"Xuất câu trả lời\",\"2KAI4N\":\"Xuất CSV\",\"JKfSAv\":\"Xuất thất bại. Vui lòng thử lại.\",\"SVOEsu\":\"Đã bắt đầu xuất. Đang chuẩn bị tệp...\",\"wuyaZh\":\"Xuất thành công\",\"9bpUSo\":\"Đang xuất danh sách đối tác\",\"jtrqH9\":\"Đang xuất danh sách người tham dự\",\"R4Oqr8\":\"Xuất hoàn tất. Đang tải xuống tệp...\",\"UlAK8E\":\"Đang xuất đơn hàng\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Thất bại\",\"8uOlgz\":\"Thất bại lúc\",\"tKcbYd\":\"Công việc thất bại\",\"SsI9v/\":\"Không thể hủy đơn hàng. Vui lòng thử lại.\",\"LdPKPR\":\"Không thể chỉ định cấu hình\",\"PO0cfn\":\"Failed to cancel date\",\"YUX+f+\":\"Failed to cancel dates\",\"SIHgVQ\":\"Không thể hủy tin nhắn\",\"cEFg3R\":\"Không thể tạo đối tác\",\"dVgNF1\":\"Không thể tạo cấu hình\",\"fAoRRJ\":\"Failed to create schedule\",\"4yLYTb\":\"Không thể tạo lịch trình. Vui lòng thử lại.\",\"U66oUa\":\"Không thể tạo mẫu\",\"+RTkEY\":\"Không thể xóa thông báo\",\"aFk48v\":\"Không thể xóa cấu hình\",\"n1CYMH\":\"Failed to delete date\",\"KXv+Qn\":\"Failed to delete date. It may have existing orders.\",\"JJ0uRo\":\"Failed to delete dates\",\"rgoBnv\":\"Không thể xóa sự kiện\",\"Zw6LWb\":\"Không thể xóa công việc\",\"tq0abZ\":\"Không thể xóa các công việc\",\"2mkc3c\":\"Không thể xóa ban tổ chức\",\"5E23qd\":\"Failed to delete product. Please try again.\",\"vKMKnu\":\"Không thể xóa câu hỏi\",\"xFj7Yj\":\"Không thể xóa mẫu\",\"jo3Gm6\":\"Không thể xuất danh sách đối tác\",\"Jjw03p\":\"Không thể xuất danh sách người tham dự\",\"ZPwFnN\":\"Không thể xuất đơn hàng\",\"zGE3CH\":\"Xuất báo cáo thất bại. Vui lòng thử lại.\",\"lS9/aZ\":\"Không thể tải người nhận\",\"X4o0MX\":\"Không thể tải Webhook\",\"ETcU7q\":\"Không thể cung cấp chỗ\",\"5670b9\":\"Không thể cung cấp vé\",\"e5KIbI\":\"Failed to reactivate date\",\"7zyx8a\":\"Không thể xóa khỏi danh sách chờ\",\"A/P7PX\":\"Failed to remove override\",\"ogWc1z\":\"Failed to reopen date\",\"0+iwE5\":\"Không thể sắp xếp lại câu hỏi\",\"EJPAcd\":\"Không thể gửi lại xác nhận đơn hàng\",\"DjSbj3\":\"Không thể gửi lại vé\",\"YQ3QSS\":\"Không thể gửi lại mã xác thực\",\"wDioLj\":\"Không thể thử lại công việc\",\"DKYTWG\":\"Không thể thử lại các công việc\",\"WRREqF\":\"Failed to save override\",\"sj/eZA\":\"Failed to save price override\",\"780n8A\":\"Failed to save product settings\",\"zTkTF3\":\"Không thể lưu mẫu\",\"l6acRV\":\"Không thể lưu cài đặt VAT. Vui lòng thử lại.\",\"T6B2gk\":\"Không thể gửi tin nhắn. Vui lòng thử lại.\",\"lKh069\":\"Không thể bắt đầu quá trình xuất\",\"t/KVOk\":\"Không thể bắt đầu mạo danh. Vui lòng thử lại.\",\"QXgjH0\":\"Không thể dừng mạo danh. Vui lòng thử lại.\",\"i0QKrm\":\"Không thể cập nhật đối tác\",\"NNc33d\":\"Không thể cập nhật câu trả lời.\",\"E9jY+o\":\"Không thể cập nhật người tham dự\",\"uQynyf\":\"Không thể cập nhật cấu hình\",\"i2PFQJ\":\"Không thể cập nhật trạng thái sự kiện\",\"EhlbcI\":\"Cập nhật cấp độ nhắn tin thất bại\",\"rpGMzC\":\"Không thể cập nhật đơn hàng\",\"T2aCOV\":\"Không thể cập nhật trạng thái ban tổ chức\",\"Eeo/Gy\":\"Không thể cập nhật cài đặt\",\"kqA9lY\":\"Không thể cập nhật cài đặt VAT\",\"nkNfWu\":\"Tải ảnh lên không thành công. Vui lòng thử lại.\",\"rxy0tG\":\"Không thể xác thực email\",\"QRUpCk\":\"Family\",\"5LO38w\":\"Fast payouts to your bank\",\"4lgLew\":\"February\",\"9bHCo2\":\"Đơn vị tiền tệ phí\",\"/sV91a\":\"Xử lý phí\",\"K4dKSP\":\"Fee override saved\",\"LyUWXA\":\"Phí đã bỏ qua\",\"cf35MA\":\"Lễ hội\",\"pAey+4\":\"Tệp quá lớn. Kích thước tối đa là 5MB.\",\"VejKUM\":\"Vui lòng điền thông tin của bạn ở trên trước\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filter attendees\",\"8OvVZZ\":\"Lọc Người Tham Dự\",\"N/H3++\":\"Filter by date\",\"mvrlBO\":\"Lọc theo sự kiện\",\"g+xRXP\":\"Finish setting up Stripe\",\"LHH461\":\"Finish setup\",\"syyeb9\":\"First\",\"Vj6wk9\":\"First 30 days\",\"/bpZYb\":\"First 7 days\",\"ziEnjY\":\"First 90 days\",\"1vBhpG\":\"Người tham dự đầu tiên\",\"4pwejF\":\"Tên là bắt buộc\",\"rVogsf\":\"Khắc phục sự cố để xuất bản\",\"3lkYdQ\":\"Fixed fee\",\"6bBh3/\":\"Phí cố định\",\"zWqUyJ\":\"Phí cố định được tính cho mỗi giao dịch\",\"LWL3Bs\":\"Phí cố định phải bằng 0 hoặc lớn hơn\",\"0RI8m4\":\"Flash off\",\"q0923e\":\"Flash on\",\"X+U6/w\":\"Họ phông chữ\",\"lWxAUo\":\"Ẩm thực\",\"nFm+5u\":\"Văn bản chân trang\",\"sQv06Y\":\"trong\",\"NTzcRQ\":\"Theo số lượng ngày\",\"a8nooQ\":\"Fourth\",\"xVhQZV\":\"Fri\",\"39y5bn\":\"Thứ Sáu\",\"ejVYRQ\":\"Từ\",\"hGDVDa\":[\"Từ \",[\"0\"]],\"+dBe1R\":[\"From \",[\"start\"]],\"1dv+MO\":[\"từ \",[\"start\"],\" đến \",[\"end\"]],\"l82hjf\":[\"từ \",[\"start\"],\", gồm \",[\"count\"],\" ngày\"],\"f5UbZ0\":\"Full data ownership\",\"cfvx/y\":\"Full event\",\"MY2SVM\":\"Hoàn tiền toàn bộ\",\"PGQLdy\":\"future\",\"8N/j1s\":\"Future dates only\",\"yRx/6K\":\"Future dates will be copied with capacity reset to zero\",\"T02gNN\":\"Vé phổ thông\",\"3ep0Gx\":\"Thông tin chung về nhà tổ chức của bạn\",\"ziAjHi\":\"Tạo\",\"exy8uo\":\"Tạo mã\",\"4CETZY\":\"Chỉ đường\",\"pjkEcB\":\"Get Paid\",\"lGYzP6\":\"Get paid with Stripe\",\"ZDIydz\":\"Bắt đầu\",\"u6FPxT\":\"Lấy vé\",\"2ohvu7\":\"Văn bản nút Lấy vé\",\"8KDgYV\":\"Chuẩn bị sự kiện của bạn\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Quay lại\",\"sr0UJD\":\"Go Back\",\"oNL5vN\":\"Đến trang sự kiện\",\"gHSuV/\":\"Đi đến trang chủ\",\"8+Cj55\":\"Go to Schedule\",\"6nDzTl\":\"Dễ đọc\",\"76gPWk\":\"Đã hiểu\",\"CZXzs4\":\"Tiếng Hy Lạp\",\"aGWZUr\":\"Doanh thu gộp\",\"n8IUs7\":\"Doanh thu gộp\",\"O1wAlQ\":\"Guest\",\"LIYoRQ\":\"Quản lý khách\",\"NUsTc4\":\"Happening now\",\"S2Y4aO\":\"Xóa vĩnh viễn\",\"kTSQej\":[\"Xin chào \",[\"0\"],\", quản lý nền tảng của bạn từ đây.\"],\"URTkcd\":\"Hãy giúp chúng tôi cải thiện bằng cách cho biết lý do bạn rời đi\",\"dORAcs\":\"Đây là tất cả các vé liên kết với địa chỉ email của bạn.\",\"g+2103\":\"Đây là liên kết đối tác của bạn\",\"bVsnqU\":\"Hi,\",\"/iE8xx\":\"Phí Hi.Events\",\"zppscQ\":\"Phí nền tảng Hi.Events và phân tích VAT theo giao dịch\",\"D+zLDD\":\"Ẩn\",\"cZO505\":[\"Hidden — sales ended \",[\"end\"],\".\"],\"DRErHC\":\"Ẩn với người tham dự - chỉ hiển thị với người tổ chức\",\"9zfvsx\":\"Hidden from everyone\",\"nMfkJW\":\"Hidden from everyone — the master hide switch is on.\",\"NNnsM0\":\"Ẩn tùy chọn nâng cao\",\"P+5Pbo\":\"Ẩn câu trả lời\",\"VMlRqi\":\"Hide details\",\"NQgWuh\":\"Ẩn bản xem trước\",\"uXNYjR\":\"Ẩn các ngày và giờ đã hết vé\",\"g9RcYX\":\"Ẩn ngày\",\"uMwTx7\":\"Ẩn danh mục này?\",\"LLt2UT\":\"Hides sold out\",\"gtEbeW\":\"Nổi bật\",\"NF8sdv\":\"Tin nhắn nổi bật\",\"MXSqmS\":\"Làm nổi bật sản phẩm này\",\"7ER2sc\":\"Nổi bật\",\"sq7vjE\":\"Sản phẩm nổi bật sẽ có màu nền khác để nổi bật trên trang sự kiện.\",\"1+WSY1\":\"Hobbies\",\"yY8wAv\":\"Hours\",\"49Tkiw\":\"Giảm giá được áp dụng như thế nào?\",\"sy9anN\":\"Thời gian khách hàng phải hoàn tất mua hàng sau khi nhận được đề nghị. Để trống nếu không giới hạn thời gian.\",\"cceMns\":\"How VAT is applied to the platform fees we charge you.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Tiếng Hungary\",\"8Wgd41\":\"Tôi thừa nhận trách nhiệm của mình với tư cách là người kiểm soát dữ liệu\",\"O8m7VA\":\"Tôi đồng ý nhận thông báo qua email liên quan đến sự kiện này\",\"YLgdk5\":\"Tôi xác nhận đây là tin nhắn giao dịch liên quan đến sự kiện này\",\"4/kP5a\":\"Nếu tab mới không tự động mở, vui lòng nhấn nút bên dưới để tiếp tục thanh toán.\",\"W/eN+G\":\"Nếu để trống, địa chỉ sẽ được sử dụng để tạo liên kết Google Maps\",\"CY3yHL\":\"Nếu được chọn, danh mục này sẽ bị ẩn khỏi công chúng.\",\"iIEaNB\":\"Nếu bạn có tài khoản với chúng tôi, bạn sẽ nhận được email với hướng dẫn về cách đặt lại mật khẩu.\",\"an5hVd\":\"Hình ảnh\",\"tSVr6t\":\"Mạo danh\",\"TWXU0c\":\"Mạo danh người dùng\",\"5LAZwq\":\"Đã bắt đầu mạo danh\",\"IMwcdR\":\"Đã dừng mạo danh\",\"0I0Hac\":\"Thông báo quan trọng\",\"yD3avI\":\"Quan trọng: Việc thay đổi địa chỉ email sẽ cập nhật liên kết để truy cập đơn hàng này. Bạn sẽ được chuyển hướng đến liên kết đơn hàng mới sau khi lưu.\",\"jT142F\":[\"Trong \",[\"diffHours\"],\" giờ\"],\"OoSyqO\":[\"Trong \",[\"diffMinutes\"],\" phút\"],\"PdMhEx\":[\"in last \",[\"0\"],\" min\"],\"u7r0G5\":\"In person — set a venue\",\"/LCAwL\":\"Đang diễn ra\",\"5gTmFD\":\"gồm phí\",\"laL+R0\":\"gồm phí và thuế\",\"cXeh90\":\"gồm thuế\",\"pxFAp/\":\"Tăng\",\"nQMUIO\":\"Tăng số lượng\",\"F1Xp97\":\"Người tham dự riêng lẻ\",\"85e6zs\":\"Chèn token Liquid\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Instant Stripe payouts\",\"nbfdhU\":\"Tích hợp\",\"I8eJ6/\":\"Internal notes on the attendee's ticket\",\"B2Tpo0\":\"Email không hợp lệ\",\"5tT0+u\":\"Định dạng email không hợp lệ\",\"f9WRpE\":\"Loại tệp không hợp lệ. Vui lòng tải lên hình ảnh.\",\"tnL+GP\":\"Cú pháp Liquid không hợp lệ. Vui lòng sửa và thử lại.\",\"N9JsFT\":\"Định dạng số VAT không hợp lệ\",\"g+lLS9\":\"Mời thành viên nhóm\",\"1z26sk\":\"Mời thành viên nhóm\",\"KR0679\":\"Mời các thành viên nhóm\",\"aH6ZIb\":\"Mời nhóm của bạn\",\"Dn4OyV\":\"Đã mời\",\"IuMGvq\":\"Hóa đơn\",\"a/bUcL\":\"It happens on more than one date\",\"d+Oe9r\":\"It may have been unpublished or removed. Please check the link and try again.\",\"Lj7sBL\":\"Tiếng Ý\",\"F5/CBH\":\"mục\",\"BzfzPK\":\"Mục\",\"rjyWPb\":\"January\",\"KmWyx0\":\"Công việc\",\"o5r6b2\":\"Đã xóa công việc\",\"cd0jIM\":\"Chi tiết công việc\",\"ruJO57\":\"Tên công việc\",\"YZi+Hu\":\"Công việc đã được xếp hàng để thử lại\",\"nCywLA\":\"Tham gia từ bất cứ đâu\",\"SNzppu\":\"Tham gia danh sách chờ\",\"dLouFI\":[\"Tham gia danh sách chờ cho \",[\"productDisplayName\"]],\"2gMuHR\":\"Đã tham gia\",\"u4ex5r\":\"July\",\"zeEQd/\":\"June\",\"MxjCqk\":\"Chỉ đang tìm vé của bạn?\",\"xOTzt5\":\"just now\",\"0RihU9\":\"Just wrapped\",\"Brhs/U\":\"Giữ kết nối\",\"4OjqAQ\":\"Keep editing\",\"lwO5vw\":[\"Hãy ngắn gọn — banner chỉ hiển thị một dòng. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Giữ cho tôi cập nhật tin tức và sự kiện từ \",[\"0\"]],\"ioFA9i\":\"Keep the profit.\",\"C/pOUI\":\"Nhãn — ví dụ: Buổi sáng\",\"o66QSP\":\"label updates\",\"RtKKbA\":\"Last\",\"DruLRc\":\"14 ngày qua\",\"ve9JTU\":\"Họ là bắt buộc\",\"h0Q9Iw\":\"Phản hồi cuối cùng\",\"gw3Ur5\":\"Trình kích hoạt cuối cùng\",\"FIq1Ba\":\"Later\",\"xvnLMP\":\"Latest check-ins\",\"GGFOZD\":\"Giữ “Từ” là hôm nay để bắt đầu ngay.\",\"N5TErv\":\"Leave empty for unlimited\",\"L/hDDD\":\"Leave empty to apply this check-in list to all occurrences\",\"9Pf3wk\":\"Leave on to cover every ticket on the event. Turn off to pick specific tickets.\",\"Hq2BzX\":\"Let them know about the change\",\"+uexiy\":\"Let them know about the changes\",\"exYcTF\":\"Library\",\"1njn7W\":\"Sáng\",\"1qY5Ue\":\"Liên kết hết hạn hoặc không hợp lệ\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Liên kết được phép\",\"2BBAbc\":\"List\",\"dF6vP6\":\"Trực tiếp\",\"fpMs2Z\":\"TRỰC TIẾP\",\"D9zTjx\":\"Sự Kiện Trực Tiếp\",\"a37vfH\":\"Live preview\",\"C33p4q\":\"Loaded dates\",\"WdmJIX\":\"Đang tải xem trước...\",\"IoDI2o\":\"Đang tải token...\",\"G3Ge9Z\":\"Đang tải nhật ký webhook...\",\"NFxlHW\":\"Đang tải Webhooks\",\"E0DoRM\":\"Đã xóa địa điểm\",\"7w8lJU\":\"Đã lưu địa điểm\",\"YsRXDD\":\"Đã cập nhật địa điểm\",\"A/kIva\":\"location updates\",\"iyZPPR\":\"địa điểm\",\"VppBoU\":\"Địa điểm\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo & Ảnh bìa\",\"gddQe0\":\"Logo và ảnh bìa cho nhà tổ chức của bạn\",\"TBEnp1\":\"Logo sẽ được hiển thị trong phần đầu trang\",\"Jzu30R\":\"Logo sẽ được hiển thị trên vé\",\"PSRm6/\":\"Tra cứu vé của tôi\",\"yJFu/X\":\"Văn phòng chính\",\"v5nFPh\":\"Make it visible so people can buy tickets\",\"cdY2at\":[\"Manage \",[\"0\"]],\"wZJfA8\":\"Manage dates and times for your recurring event\",\"RlzPUE\":\"Manage on Stripe\",\"sjoDuh\":\"Manage schedule\",\"6NXJRK\":\"Manage Schedule\",\"zXuaxY\":\"Quản lý danh sách chờ sự kiện, xem thống kê và cung cấp vé cho người tham dự.\",\"g2npA5\":\"Ưu đãi thủ công\",\"hg6l4j\":\"March\",\"pqRBOz\":\"Mark as validated (admin override)\",\"2L3vle\":\"Tin nhắn tối đa / 24h\",\"Qp4HWD\":\"Người nhận tối đa / tin nhắn\",\"7qu2YV\":[\"Tối đa \",[\"cap\"],\" mỗi đơn hàng\"],\"3JzsDb\":\"May\",\"agPptk\":\"Phương tiện\",\"xDAtGP\":\"Tin nhắn\",\"bECJqy\":\"Tin nhắn được phê duyệt thành công\",\"1jRD0v\":\"Nhắn tin cho người tham dự có vé cụ thể\",\"uQLXbS\":\"Tin nhắn đã bị hủy\",\"48rf3i\":\"Tin nhắn không được quá 5000 ký tự\",\"ZPj0Q8\":\"Chi tiết tin nhắn\",\"Vjat/X\":\"Tin nhắn là bắt buộc\",\"0/yJtP\":\"Nhắn tin cho chủ đơn hàng có sản phẩm cụ thể\",\"saG4At\":\"Tin nhắn đã được lên lịch\",\"mFdA+i\":\"Cấp độ nhắn tin\",\"v7xKtM\":\"Cấp độ nhắn tin cập nhật thành công\",\"/VRn+9\":[\"Min \",[\"min\"],\" per order\"],\"H9HlDe\":\"phút\",\"agRWc1\":\"Minutes\",\"FfPWR0\":\"Cửa sổ bật lên\",\"zz/Wd/\":\"Mode\",\"fpMgHS\":\"Mon\",\"hty0d5\":\"Thứ Hai\",\"JbIgPz\":\"Giá trị tiền tệ là tổng gần đúng của tất cả các loại tiền tệ\",\"qvF+MT\":\"Giám sát và quản lý các công việc nền thất bại\",\"kY2ll9\":\"month\",\"HajiZl\":\"Tháng\",\"+8Nek/\":\"Monthly\",\"6jefe3\":\"months\",\"f8jrkd\":\"more\",\"JcD7qf\":\"More actions\",\"w36OkR\":\"Sự kiện được xem nhiều nhất (14 ngày qua)\",\"+Y/na7\":\"Move all dates earlier or later\",\"3DIpY0\":\"Multiple locations\",\"g9cQCP\":\"Multiple ticket types\",\"GfaxEk\":\"Âm nhạc\",\"oVGCGh\":\"Vé Của Tôi\",\"8/brI5\":\"Tên là bắt buộc\",\"sFFArG\":\"Tên phải ít hơn 255 ký tự\",\"Bst+aq\":\"Cần đổi tài khoản Stripe? Ngắt kết nối tài khoản này.\",\"xxU3NX\":\"Doanh thu ròng\",\"7I8LlL\":\"New capacity\",\"n1GRql\":\"New label\",\"y0Fcpd\":\"Địa điểm mới\",\"ArHT/C\":\"Đăng ký mới\",\"uK7xWf\":\"New time:\",\"g8JmSC\":\"Tháng sau\",\"veT5Br\":\"Next occurrence\",\"WXtl5X\":[\"Next: \",[\"nextFormatted\"]],\"eWRECP\":\"Cuộc sống về đêm\",\"HSw5l3\":\"Không - Tôi là cá nhân hoặc doanh nghiệp không đăng ký VAT\",\"VHfLAW\":\"Không có tài khoản\",\"+jIeoh\":\"Không tìm thấy tài khoản\",\"074+X8\":\"Không có Webhook hoạt động\",\"zxnup4\":\"Không có đối tác nào\",\"hUHrkV\":\"Chưa có thông báo nào\",\"Dwf4dR\":\"Chưa có câu hỏi cho người tham dự\",\"th7rdT\":\"No attendees to show\",\"PKySlW\":\"No attendees yet for this date.\",\"/UC6qk\":\"Không tìm thấy dữ liệu phân bổ\",\"E2vYsO\":\"No capabilities reported by Stripe yet.\",\"amMkpL\":\"Hết chỗ\",\"d2Jf1f\":\"No change\",\"99ntUF\":\"Không có danh sách đăng ký nào cho sự kiện này.\",\"wG+knX\":\"No check-ins yet\",\"+dAKxg\":\"Không tìm thấy cấu hình\",\"LiLk8u\":\"No connections available\",\"eb47T5\":\"Không tìm thấy dữ liệu cho bộ lọc đã chọn. Hãy thử điều chỉnh khoảng thời gian hoặc tiền tệ.\",\"Zc216S\":\"No date added\",\"I8mtzP\":\"No dates available this month. Try navigating to another month.\",\"yDukIL\":\"No dates match the current filters.\",\"B7phdj\":\"No dates match your filters\",\"/ZB4Um\":\"No dates match your search\",\"OtJSnL\":\"Chưa có ngày nào được lên lịch\",\"gEdNe8\":\"No dates scheduled yet\",\"w+wkcC\":\"Không tìm thấy yêu cầu xóa nào\",\"pZNOT9\":\"Không có ngày kết thúc\",\"dW40Uz\":\"Không tìm thấy sự kiện\",\"8pQ3NJ\":\"Không có sự kiện nào bắt đầu trong 24 giờ tới\",\"8zCZQf\":\"Chưa có sự kiện nào\",\"Yc5YW6\":\"Không có công việc thất bại\",\"EpvBAp\":\"Không có hóa đơn\",\"N+9Onb\":\"No limits\",\"XZkeaI\":\"Không tìm thấy nhật ký\",\"IcAC6J\":\"Không tìm thấy phông chữ phù hợp\",\"nrSs2u\":\"Không tìm thấy tin nhắn\",\"Rj99yx\":\"No occurrences available\",\"IFU1IG\":\"No occurrences on this date\",\"OVFwlg\":\"Chưa có câu hỏi đơn hàng\",\"EJ7bVz\":\"Không tìm thấy đơn hàng\",\"NEmyqy\":\"Chưa có đơn hàng nào\",\"a77B6w\":\"No orders yet for this date.\",\"wUv5xQ\":\"Không có hoạt động của nhà tổ chức trong 14 ngày qua\",\"vLd1tV\":\"No organizer context available.\",\"B7w4KY\":\"Không có nhà tổ chức nào khác\",\"PChXMe\":\"Không có đơn hàng đã thanh toán\",\"6jYQGG\":\"Không có sự kiện trước đó\",\"CHzaTD\":\"Không có sự kiện phổ biến trong 14 ngày qua\",\"zK/+ef\":\"Không có sản phẩm nào có sẵn để lựa chọn\",\"M1/lXs\":\"No products configured for this event.\",\"kY7XDn\":\"Không có sản phẩm nào có người trong danh sách chờ\",\"8mw4tm\":\"Thông báo khi không có sản phẩm\",\"wYiAtV\":\"Không có đăng ký tài khoản gần đây\",\"UW90md\":\"Không tìm thấy người nhận\",\"QoAi8D\":\"Không có phản hồi\",\"JeO7SI\":\"Không có phản hồi\",\"EK/G11\":\"Chưa có phản hồi\",\"AxPAXW\":\"Không tìm thấy kết quả\",\"59OWd3\":\"Chưa có địa điểm đã lưu\",\"mPdY6W\":\"Không có gợi ý\",\"3sRuiW\":\"Không tìm thấy vé\",\"debCrL\":\"Không có vé để bán\",\"k2C0ZR\":\"No upcoming dates\",\"yM5c0q\":\"Không có sự kiện sắp tới\",\"qpC74J\":\"Không tìm thấy người dùng\",\"8wgkoi\":\"Không có sự kiện được xem trong 14 ngày qua\",\"Arzxc1\":\"Không có mục trong danh sách chờ\",\"n5vdm2\":\"Chưa có sự kiện webhook nào được ghi nhận cho điểm cuối này. Sự kiện sẽ xuất hiện ở đây khi chúng được kích hoạt.\",\"4GhX3c\":\"Không có webhooks\",\"4+am6b\":\"Không, giữ tôi ở đây\",\"4JVMUi\":\"non-edited\",\"ACaDVQ\":\"None yet\",\"Itw24Q\":\"Not checked in\",\"x5+Lcz\":\"Chưa Đăng Ký\",\"8n10sz\":\"Không Đủ Điều Kiện\",\"kLvU3F\":\"Notify attendees and stop sales\",\"t9QlBd\":\"November\",\"kAREMN\":\"Number of dates to create\",\"6u1B3O\":\"Occurrence\",\"mmoE62\":\"Occurrence Cancelled\",\"V9flmL\":\"Occurrence Schedule\",\"Kh3WO8\":\"Occurrence Summary\",\"byXCTu\":\"Occurrences\",\"KATw3p\":\"Occurrences (future only)\",\"85rTR2\":\"Occurrences can be configured after creation\",\"dzQfDY\":\"October\",\"BwJKBw\":\"của\",\"GQnX9d\":\"của mỗi tháng\",\"az8lvo\":\"Off\",\"9h7RDh\":\"Cung cấp\",\"EfK2O6\":\"Cung cấp suất\",\"3sVRey\":\"Cung cấp vé\",\"2O7Ybb\":\"Thời hạn đề nghị\",\"1jUg5D\":\"Đã đề nghị\",\"l+/HS6\":[\"Đề nghị hết hạn sau \",[\"timeoutHours\"],\" giờ.\"],\"6Aih4U\":\"Ngoại tuyến\",\"Fdp03t\":\"vào\",\"Z5HWHd\":\"On\",\"TH5A28\":[\"vào \",[\"dayList\"]],\"qiMtVT\":[\"vào \",[\"day\"],\" \",[\"month\"]],\"nO3VbP\":[\"Đang giảm giá \",[\"0\"]],\"pPAGSK\":[\"vào \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"On the event page\",\"H7stQC\":\"Đã vào danh sách chờ\",\"oXOSPE\":\"Trực tuyến\",\"aqmy5k\":\"Online — provide connection details\",\"LuZBbx\":\"Online & in-person\",\"IXuOqt\":\"Online & in-person — see schedule\",\"WjSpu5\":\"Sự kiện trực tuyến\",\"wCRLS9\":[\"Chỉ còn \",[\"cap\"]],\"scPxI/\":[\"Chỉ còn \",[\"capacity\"]],\"Gk0+G6\":\"Only a name is required — everything else has sensible defaults\",\"NdOxqr\":\"Chỉ quản trị viên tài khoản mới có thể xóa hoặc lưu trữ sự kiện. Liên hệ quản trị viên tài khoản của bạn để được hỗ trợ.\",\"rnoDMF\":\"Chỉ quản trị viên tài khoản mới có thể xóa hoặc lưu trữ ban tổ chức. Liên hệ quản trị viên tài khoản của bạn để được hỗ trợ.\",\"tnx0u1\":\"Only available as an add-on\",\"z4JBd7\":\"Chỉ những thông báo đã xuất bản mới hiển thị cho người dùng\",\"bU7oUm\":\"Chỉ gửi đến các đơn hàng có trạng thái này\",\"wkpaqp\":\"Chỉ hiển thị ngày và giờ bắt đầu\",\"chktt5\":\"Only shown as an add-on to the products it's attached to\",\"Y4HHYW\":\"Only shown as an add-on to the products it's attached to.\",\"Z82In9\":\"Chỉ chủ tài khoản mới có thể yêu cầu xóa tài khoản.\",\"DMk8F0\":\"Only tickets count toward capacity\",\"+/Z3yr\":\"Only visible to buyers with an applicable promo code.\",\"M2w1ni\":\"Chỉ hiển thị với mã khuyến mãi\",\"y8Bm7C\":\"Open check-in\",\"RLz7P+\":\"Open occurrence\",\"iMqrOb\":\"Lời kêu gọi hành động (tùy chọn)\",\"cDSdPb\":\"Biệt danh tùy chọn hiển thị trong bộ chọn, ví dụ \\\"Phòng họp trụ sở\\\"\",\"HXMJxH\":\"Văn bản tùy chọn cho tuyên bố từ chối, thông tin liên hệ hoặc ghi chú cảm ơn (chỉ một dòng)\",\"L565X2\":\"tùy chọn\",\"8m9emP\":\"or add a single date\",\"eBskDE\":\"Hoặc bật thanh toán ngoại tuyến và tắt Stripe\",\"dSeVIm\":\"order\",\"c/TIyD\":\"Đơn hàng & Vé\",\"H5qWhm\":\"Đơn hàng đã hủy\",\"b6+Y+n\":\"Đơn hàng hoàn tất\",\"x4MLWE\":\"Xác nhận đơn hàng\",\"CsTTH0\":\"Xác nhận đơn hàng đã được gửi lại thành công\",\"ppuQR4\":\"Đơn hàng được tạo\",\"xtQzag\":\"Order details\",\"vrSW9M\":\"Đơn hàng đã được hủy và hoàn tiền. Chủ đơn hàng đã được thông báo.\",\"rzw+wS\":\"Người đặt hàng\",\"oI/hGR\":\"Mã đơn hàng\",\"m8vQEP\":\"Order limits\",\"vu6Arl\":\"Đơn hàng được đánh dấu là đã trả\",\"sLbJQz\":\"Không tìm thấy đơn hàng\",\"kvYpYu\":\"Không tìm thấy đơn hàng\",\"eJ8SvM\":\"Order number, purchase date, purchaser email\",\"FaPYw+\":\"Chủ sở hữu đơn hàng\",\"eB5vce\":\"Chủ đơn hàng có sản phẩm cụ thể\",\"CxLoxM\":\"Chủ đơn hàng có sản phẩm\",\"UkHo4c\":\"Mã đơn hàng\",\"EZy55F\":\"Đơn hàng đã hoàn lại\",\"6eSHqs\":\"Trạng thái đơn hàng\",\"oW5877\":\"Tổng đơn hàng\",\"e7eZuA\":\"Đơn hàng cập nhật\",\"1SQRYo\":\"Đơn hàng đã được cập nhật thành công\",\"3NT0Ck\":\"Đơn hàng đã bị hủy\",\"V5khLm\":\"orders\",\"sd5IMt\":\"Đơn hàng đã hoàn thành\",\"5It1cQ\":\"Đơn hàng đã được xuất\",\"UQ0ACV\":\"Tổng đơn hàng\",\"B/EBQv\":\"Đơn hàng:\",\"qtGTNu\":\"Tài khoản tự nhiên\",\"P/JHA4\":\"Ban tổ chức đã được lưu trữ thành công\",\"S3CZ5M\":\"Bảng điều khiển nhà tổ chức\",\"GzjTd0\":\"Ban tổ chức đã được xóa thành công\",\"SQqJd8\":\"Không tìm thấy nhà tổ chức\",\"HF8Bxa\":\"Ban tổ chức đã được khôi phục thành công\",\"wpj63n\":\"Cài đặt nhà tổ chức\",\"o1my93\":\"Cập nhật trạng thái nhà tổ chức thất bại. Vui lòng thử lại sau\",\"rLHma1\":\"Trạng thái nhà tổ chức đã được cập nhật\",\"LqBITi\":\"Mẫu của tổ chức/mặc định sẽ được sử dụng\",\"q4zH+l\":\"Organizers\",\"/IX/7x\":\"Khác\",\"RsiDDQ\":\"Danh Sách Khác (Vé Không Bao Gồm)\",\"EufvBx\":\"Kết quả\",\"aDfajK\":\"Outdoors\",\"qMASRF\":\"Tin nhắn đi\",\"iCOVQO\":\"Override\",\"GpFTEc\":\"Override fees on this organizer\",\"M9ZhMP\":\"Override price\",\"cnVIpl\":\"Override removed\",\"6/dCYd\":\"Tổng quan\",\"6WdDG7\":\"Trang\",\"8uqsE5\":\"Trang không còn khả dụng\",\"QkLf4H\":\"URL trang\",\"sF+Xp9\":\"Lượt xem trang\",\"v4nCHK\":\"Paid\",\"c+suC6\":\"Tài khoản trả phí\",\"5F7SYw\":\"Hoàn tiền một phần\",\"fFYotW\":[\"Hoàn tiền một phần: \",[\"0\"]],\"i8day5\":\"Chuyển phí cho người mua\",\"k4FLBQ\":\"Chuyển cho người mua\",\"Ff0Dor\":\"Đã qua\",\"BFjW8X\":\"Past due\",\"xTPjSy\":\"Sự kiện đã qua\",\"/l/ckQ\":\"Dán URL\",\"URAE3q\":\"Tạm dừng\",\"4fL/V7\":\"Thanh toán\",\"W5l9HD\":\"Trả tùy tâm\",\"c2/9VE\":\"Tải trọng\",\"5cxUwd\":\"Ngày thanh toán\",\"ENEPLY\":\"Phương thức thanh toán\",\"8Lx2X7\":\"Đã nhận thanh toán\",\"fx8BTd\":\"Thanh toán không khả dụng\",\"C+ylwF\":\"Payouts\",\"UbRKMZ\":\"Đang chờ\",\"UkM20g\":\"Đang chờ xem xét\",\"dPYu1F\":\"Theo người tham dự\",\"mQV/nJ\":\"per min\",\"+kvxv+\":\"mỗi đơn hàng\",\"VlXNyK\":\"Mỗi đơn hàng\",\"NhuGd7\":\"mỗi sản phẩm\",\"hauDFf\":\"Mỗi vé\",\"mnF83a\":\"Phí phần trăm\",\"TNLuRD\":\"Percentage fee (%)\",\"MixU2P\":\"Phần trăm phải từ 0 đến 100\",\"MkuVAZ\":\"Phần trăm của số tiền giao dịch\",\"/Bh+7r\":\"Hiệu suất\",\"/4mGVp\":\"Xóa vĩnh viễn tài khoản này\",\"dGdKgQ\":\"Xóa vĩnh viễn tài khoản này và dữ liệu của nó.\",\"fIp56F\":\"Xóa vĩnh viễn sự kiện này và tất cả dữ liệu liên quan.\",\"nJeeX7\":\"Xóa vĩnh viễn ban tổ chức này và tất cả các sự kiện của họ.\",\"wfCTgK\":\"Permanently remove this date\",\"6kPk3+\":\"Thông tin cá nhân\",\"zmwvG2\":\"Điện thoại\",\"tSR/oe\":\"Pick an end date\",\"e8kzpp\":\"Pick at least one day of the month\",\"35C8QZ\":\"Pick at least one day of the week\",\"kJmAsd\":\"Chọn ngày để xem các ngày diễn ra.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Placed\",\"wBJR8i\":\"Đang lên kế hoạch cho một sự kiện?\",\"J3lhKT\":\"Phí nền tảng\",\"RD51+P\":[\"Phí nền tảng \",[\"0\"],\" được khấu trừ từ khoản thanh toán của bạn\"],\"br3Y/y\":\"Phí nền tảng\",\"3buiaw\":\"Báo cáo phí nền tảng\",\"kv9dM4\":\"Doanh thu nền tảng\",\"PJ3Ykr\":\"Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions.\",\"OtjenF\":\"Vui lòng nhập địa chỉ email hợp lệ\",\"jEw0Mr\":\"Vui lòng nhập URL hợp lệ\",\"n8+Ng/\":\"Vui lòng nhập mã 5 chữ số\",\"r+lQXT\":\"Vui lòng nhập mã số VAT của bạn\",\"Dvq0wf\":\"Vui lòng cung cấp một hình ảnh.\",\"2cUopP\":\"Vui lòng bắt đầu lại quy trình thanh toán.\",\"GoXxOA\":\"Please select a date and time\",\"8KmsFa\":\"Vui lòng chọn khoảng thời gian\",\"EFq6EG\":\"Vui lòng chọn một hình ảnh.\",\"fuwKpE\":\"Vui lòng thử lại.\",\"klWBeI\":\"Vui lòng đợi trước khi yêu cầu mã khác\",\"hfHhaa\":\"Vui lòng đợi trong khi chúng tôi chuẩn bị xuất danh sách đối tác...\",\"o+tJN/\":\"Vui lòng đợi trong khi chúng tôi chuẩn bị cho người tham dự xuất ra...\",\"+5Mlle\":\"Vui lòng đợi trong khi chúng tôi chuẩn bị đơn hàng của bạn để xuất ra...\",\"trnWaw\":\"Tiếng Ba Lan\",\"luHAJY\":\"Sự kiện phổ biến (14 ngày qua)\",\"p/78dY\":\"Position\",\"OESu7I\":\"Ngăn bán quá số lượng bằng cách chia sẻ tồn kho giữa nhiều loại vé.\",\"NgVUL2\":\"Xem trước biểu mẫu thanh toán\",\"cs5muu\":\"Xem trước trang sự kiện\",\"1xwZj/\":\"Tháng trước\",\"Jm2AC3\":\"Price Tier\",\"a5jvSX\":\"Cấp giá\",\"aHCEmh\":\"Pricing\",\"ReihZ7\":\"Xem trước khi in\",\"JnuPvH\":\"In vé\",\"tYF4Zq\":\"In ra PDF\",\"LcET2C\":\"Chính sách quyền riêng tư\",\"8z6Y5D\":\"Xử lý hoàn tiền\",\"JcejNJ\":\"Đang xử lý đơn hàng\",\"EWCLpZ\":\"Sản phẩm được tạo ra\",\"XkFYVB\":\"Xóa sản phẩm\",\"YMwcbR\":\"Chi tiết doanh số sản phẩm, doanh thu và thuế\",\"ls0mTC\":\"Product settings cannot be edited for cancelled dates.\",\"2339ej\":\"Product settings saved successfully\",\"ldVIlB\":\"Cập nhật sản phẩm\",\"CP3D8G\":\"Progress\",\"JoKGiJ\":\"Mã khuyến mãi\",\"dIodJL\":\"Promo code required\",\"k3wH7i\":\"Chi tiết sử dụng mã khuyến mãi và giảm giá\",\"tZqL0q\":\"promo codes\",\"oCHiz3\":\"Promo codes\",\"uEhdRh\":\"Chỉ khuyến mãi\",\"dLm8V5\":\"Email quảng cáo có thể dẫn đến đình chỉ tài khoản\",\"W0ETyY\":\"Cung cấp ít nhất một trường địa chỉ (địa điểm, đường, thành phố hoặc quốc gia).\",\"2W/7Gz\":\"Provide the following before Stripe's next review to keep payouts flowing.\",\"7d1a0d\":\"Public\",\"EEYbdt\":\"Xuất bản\",\"JcgJKc\":\"Vẫn xuất bản\",\"evDBV8\":\"Xuất bản sự kiện\",\"2zEfOd\":\"Publish your event\",\"u3wRF+\":\"Đã xuất bản\",\"L7nrC8\":\"Khi xuất bản, trang sự kiện của bạn sẽ công khai và mở đăng ký.\",\"dsFmM+\":\"Đã mua\",\"JunetL\":\"Purchaser\",\"phmeUH\":\"Purchaser email\",\"ywR4ZL\":\"QR code check-in\",\"oWXNE5\":\"SL\",\"VbWX2u\":\"Số lượng\",\"biEyJ4\":\"Question answers\",\"k/bJj0\":\"Đã sắp xếp lại câu hỏi\",\"b24kPi\":\"Hàng đợi\",\"lTPqpM\":\"Quick Tip\",\"fqDzSu\":\"Tỷ lệ\",\"mnUGVC\":\"Vượt quá giới hạn yêu cầu. Vui lòng thử lại sau.\",\"t41hVI\":\"Cung cấp lại suất\",\"TNclgc\":\"Reactivate this date? It will be reopened for future sales.\",\"RENQ6j\":\"Sẵn sàng xuất bản?\",\"uqoRbb\":\"Real-time analytics\",\"jPSk57\":\"Lý do (không bắt buộc)\",\"xzRvs4\":[\"Nhận cập nhật sản phẩm từ \",[\"0\"],\".\"],\"pLXbi8\":\"Đăng ký tài khoản gần đây\",\"M1HGuR\":\"Recent activity\",\"3kJ0gv\":\"Recent Attendees\",\"qhfiwV\":\"Recent check-ins\",\"S+0XMX\":\"Recent orders\",\"Fi3b48\":\"Đơn hàng gần đây\",\"7hPBBn\":\"người nhận\",\"jp5bq8\":\"người nhận\",\"yPrbsy\":\"Người nhận\",\"E1F5Ji\":\"Người nhận sẽ có sau khi tin nhắn được gửi\",\"WEYdDv\":\"Recommended\",\"wuhHPE\":\"Recurring\",\"asLqwt\":\"Sự kiện định kỳ\",\"s3uzsK\":\"Cài đặt sự kiện định kỳ\",\"D0tAMe\":\"Recurring events\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Đang chuyển hướng đến Stripe...\",\"pnoTN5\":\"Tài khoản giới thiệu\",\"ACKu03\":\"Làm mới xem trước\",\"vuFYA6\":\"Refund all orders for these dates\",\"4cRUK3\":\"Refund all orders for this date\",\"fKn/k6\":\"Số tiền hoàn lại\",\"qY4rpA\":\"Hoàn tiền thất bại\",\"FaK/8G\":[\"Hoàn tiền đơn hàng \",[\"0\"]],\"MGbi9P\":\"Hoàn tiền đang chờ\",\"BDSRuX\":[\"Đã hoàn tiền: \",[\"0\"]],\"bU4bS1\":\"Hoàn tiền\",\"rYXfOA\":\"Cài đặt khu vực\",\"5tl0Bp\":\"Câu hỏi đăng ký\",\"ZNo5k1\":\"Remaining\",\"Bjh87R\":\"Remove label from all dates\",\"IVZaEo\":\"Xóa hoàn toàn các ngày và giờ đã hết vé khỏi trang sự kiện. Khi tắt, chúng vẫn hiển thị và được gắn nhãn hết vé.\",\"5Vkr/a\":\"Xóa giờ\",\"KkJtVK\":\"Reopen for new sales\",\"XJwWJp\":\"Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed.\",\"RYlQY0\":\"Lặp lại\",\"CQeZT8\":\"Không tìm thấy báo cáo\",\"JEPMXN\":\"Yêu cầu liên kết mới\",\"Yx0Ud8\":\"Đã yêu cầu\",\"Wcv9QD\":\"Yêu cầu bởi\",\"TMLAx2\":\"Bắt buộc\",\"mdeIOH\":\"Gửi lại mã\",\"sQxe68\":\"Gửi lại xác nhận\",\"bxoWpz\":\"Gửi lại email xác nhận\",\"G42SNI\":\"Gửi lại email\",\"TTpXL3\":[\"Gửi lại sau \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Gửi lại vé\",\"Uwsg2F\":\"Đã đặt chỗ\",\"8wUjGl\":\"Đặt trước đến\",\"a5z8mb\":\"Reset to base price\",\"kCn6wb\":\"Đang đặt lại...\",\"ZlCDf+\":\"Phản hồi\",\"bsydMp\":\"Chi tiết phản hồi\",\"yKu/3Y\":\"Khôi phục\",\"RokrZf\":\"Khôi phục sự kiện\",\"/JyMGh\":\"Khôi phục ban tổ chức\",\"HFvFRb\":\"Khôi phục sự kiện này để làm cho nó hiển thị trở lại.\",\"DDIcqy\":\"Khôi phục ban tổ chức này và làm cho nó hoạt động trở lại.\",\"mO8KLE\":\"results\",\"6gRgw8\":\"Thử lại\",\"1BG8ga\":\"Thử lại tất cả\",\"rDC+T6\":\"Thử lại công việc\",\"CbnrWb\":\"Quay lại sự kiện\",\"Lf7TCn\":\"Các địa điểm dùng lại sẽ tự động xuất hiện ở đây khi bạn tạo sự kiện có địa chỉ, và bạn cũng có thể tự thêm.\",\"mdQ0zb\":\"Các địa điểm dùng lại cho sự kiện của bạn. Địa điểm tạo từ tính năng tự động hoàn thành sẽ được lưu ở đây.\",\"XFOPle\":\"Reuse\",\"1Zehp4\":\"Reuse a Stripe connection from another organizer in this account.\",\"Oo/PLb\":\"Tóm tắt doanh thu\",\"CfuueU\":\"Thu hồi ưu đãi\",\"Tpm2G9\":\"Thời gian chạy\",\"dFFW9L\":[\"Đợt giảm giá kết thúc \",[\"0\"]],\"loCKGB\":[\"Đợt giảm giá kết thúc \",[\"0\"]],\"wlfBad\":\"Thời gian giảm giá\",\"qi81Jg\":\"Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page.\",\"zpekWp\":[\"Đợt giảm giá bắt đầu \",[\"0\"]],\"7s8z0X\":\"Sale window\",\"mUv9U4\":\"Bán hàng\",\"9KnRdL\":\"Bán hàng đang tạm dừng\",\"JC3J0k\":\"Sales, attendance, and check-in breakdown per occurrence\",\"3VnlS9\":\"Doanh số, đơn hàng và chỉ số hiệu suất cho tất cả sự kiện\",\"3Q1AWe\":\"Doanh thu:\",\"LeuERW\":\"Same as event\",\"B4nE3N\":\"Giá vé mẫu\",\"8BRPoH\":\"Địa điểm Mẫu\",\"PiK6Ld\":\"Sat\",\"+5kO8P\":\"Thứ Bảy\",\"zJiuDn\":\"Save fee override\",\"x1fMXJ\":\"Lưu lịch trình\",\"KZrfYJ\":\"Lưu liên kết mạng xã hội\",\"9Y3hAT\":\"Lưu mẫu\",\"C8ne4X\":\"Lưu thiết kế vé\",\"cTI8IK\":\"Save VAT settings\",\"6/TNCd\":\"Lưu cài đặt VAT\",\"4RvD9q\":\"Địa điểm đã lưu\",\"cgw0cL\":\"Địa điểm đã lưu\",\"Fbqm/I\":\"Saving an override creates a dedicated configuration for this organizer if it's currently on the system default.\",\"I+FvbD\":\"Quét\",\"0zd6Nm\":\"Scan a ticket to check in an attendee\",\"bQG7Qk\":\"Scanned tickets will appear here\",\"WDYSLJ\":\"Scanner mode\",\"gmB6oO\":\"Schedule\",\"qQTaVm\":\"Schedule added\",\"j6NnBq\":\"Schedule created successfully\",\"YP7frt\":\"Schedule ends on\",\"QS1Nla\":\"Lên lịch gửi sau\",\"NAzVVw\":\"Lên lịch tin nhắn\",\"/rTL/5\":\"Xem trước lịch trình\",\"Fz09JP\":\"Schedule starts on\",\"4ba0NE\":\"Đã lên lịch\",\"4HKQZj\":\"Xóa theo lịch\",\"qcP/8K\":\"Thời gian đã lên lịch\",\"A1taO8\":\"Search\",\"ftNXma\":\"Tìm kiếm đối tác...\",\"VMU+zM\":\"Search attendees\",\"VY+Bdn\":\"Tìm kiếm theo tên tài khoản hoặc email...\",\"VX+B3I\":\"Tìm kiếm theo tiêu đề sự kiện hoặc người tổ chức...\",\"R0wEyA\":\"Tìm kiếm theo tên công việc hoặc ngoại lệ...\",\"YnMfsK\":\"Tìm theo tên hoặc địa chỉ...\",\"3yKuDu\":\"Tìm theo tên hoặc email và chọn một hoặc nhiều\",\"VT+urE\":\"Tìm kiếm theo tên hoặc email...\",\"GHdjuo\":\"Tìm kiếm theo tên, email hoặc tài khoản...\",\"4mBFO7\":\"Search by name, order #, ticket # or email\",\"20ce0U\":\"Tìm kiếm theo mã đơn hàng, tên khách hàng hoặc email...\",\"4DSz7Z\":\"Tìm kiếm theo chủ đề, sự kiện hoặc tài khoản...\",\"gTUY97\":\"Tìm theo tiêu đề...\",\"nQC7Z9\":\"Search dates...\",\"iRtEpV\":\"Search dates…\",\"JRM7ao\":\"Search for an address\",\"BWF1kC\":\"Tìm kiếm tin nhắn...\",\"5WYZKZ\":\"Kết quả tìm kiếm\",\"IG85fV\":\"Tìm địa điểm đã lưu hoặc tìm một địa chỉ...\",\"Du+zn+\":\"Đang tìm kiếm...\",\"3aD3GF\":\"Seasonal\",\"ku//5b\":\"Second\",\"Mck5ht\":\"Thanh toán an toàn\",\"s7tXqF\":\"See schedule\",\"JFap6u\":\"See what Stripe still needs\",\"6lGaum\":\"Đã xem\",\"p7xUrt\":\"Chọn danh mục\",\"hTKQwS\":\"Select a Date & Time\",\"Ps6Xtf\":\"Select a date to see available times\",\"e4L7bF\":\"Chọn một tin nhắn để xem nội dung\",\"zPRPMf\":\"Chọn cấp độ\",\"BFRSTT\":\"Chọn Tài Khoản\",\"wgNoIs\":\"Select all\",\"mCB6Je\":\"Chọn tất cả\",\"aCEysm\":[\"Select all on \",[\"0\"]],\"a6+167\":\"Chọn một sự kiện\",\"4oT6dP\":\"Chọn ít nhất một tài khoản\",\"neCGH1\":\"Chọn ít nhất một người dùng\",\"CFbaPk\":\"Chọn nhóm người tham dự\",\"88a49s\":\"Select camera\",\"tVW/yo\":\"Chọn tiền tệ\",\"SJQM1I\":\"Select date\",\"n9ZhRa\":\"Chọn ngày và giờ kết thúc\",\"gTN6Ws\":\"Chọn thời gian kết thúc\",\"0U6E9W\":\"Chọn danh mục sự kiện\",\"j9cPeF\":\"Chọn loại sự kiện\",\"ypTjHL\":\"Select occurrence\",\"DHBGUX\":\"Select products...\",\"KizCK7\":\"Chọn ngày và giờ bắt đầu\",\"dJZTv2\":\"Chọn thời gian bắt đầu\",\"x8XMsJ\":\"Chọn cấp độ nhắn tin cho tài khoản này. Điều này kiểm soát giới hạn tin nhắn và quyền liên kết.\",\"aT3jZX\":\"Chọn múi giờ\",\"TxfvH2\":\"Chọn người tham dự nào sẽ nhận tin nhắn này\",\"Ropvj0\":\"Chọn những sự kiện nào sẽ kích hoạt webhook này\",\"+6YAwo\":\"selected\",\"ylXj1N\":\"Đã chọn\",\"uq3CXQ\":\"Sell out your event.\",\"oBXbO4\":\"Selling a physical product? Cap its quantity on the <0>products page instead.\",\"j9b/iy\":\"Bán chạy 🔥\",\"73qYgo\":\"Gửi thử\",\"HMAqFK\":\"Gửi email cho người tham dự, chủ vé hoặc chủ đơn hàng. Tin nhắn có thể được gửi ngay hoặc lên lịch gửi sau.\",\"22Itl6\":\"Gửi cho tôi một bản sao\",\"NpEm3p\":\"Gửi ngay\",\"nOBvex\":\"Gửi dữ liệu đơn hàng và người tham dự theo thời gian thực đến hệ thống bên ngoài của bạn.\",\"1lNPhX\":\"Gửi email thông báo hoàn tiền\",\"eaUTwS\":\"Gửi liên kết đặt lại\",\"5cV4PY\":\"Send to all occurrences, or choose a specific one\",\"QEQlnV\":\"Gửi tin nhắn đầu tiên của bạn\",\"IoAuJG\":\"Đang gửi...\",\"h69WC6\":\"Đã gửi\",\"BVu2Hz\":\"Được gửi bởi\",\"ZFa8wv\":\"Sent to attendees when a scheduled date is cancelled\",\"SPdzrs\":\"Gửi cho khách hàng khi họ đặt hàng\",\"LxSN5F\":\"Gửi cho từng người tham dự với chi tiết vé của họ\",\"hgvbYY\":\"September\",\"5sN96e\":\"Session cancelled\",\"S9i0UC\":[\"buổi · \",[\"dateCount\"],\" ngày × \",[\"timesPerDay\"],\" khung giờ\"],\"89xaFU\":\"Đặt cài đặt phí nền tảng mặc định cho các sự kiện mới được tạo dưới nhà tổ chức này.\",\"eXssj5\":\"Đặt cài đặt mặc định cho các sự kiện mới được tạo dưới tổ chức này.\",\"uPe5p8\":\"Set how long each date lasts\",\"ODuUEi\":\"Set or clear the date label\",\"buHACR\":\"Set the end time of each date to be this long after its start time.\",\"TaeFgl\":\"Set to unlimited (remove limit)\",\"pd6SSe\":\"Set up a recurring schedule to automatically create dates, or add them one at a time.\",\"s0FkEx\":\"Thiết lập danh sách check-in cho các lối vào, phiên hoặc ngày khác nhau.\",\"TaWVGe\":\"Set up payouts\",\"JA//e6\":\"Set up schedule\",\"gzXY7l\":\"Set Up Schedule\",\"0Ls9qe\":\"Set up the tickets you'll sell and their prices\",\"xMO+Ao\":\"Thiết lập tổ chức của bạn\",\"5pEFnq\":\"Thiết lập lịch trình của bạn\",\"zRRuUD\":\"Set up your schedule in the next steps\",\"ETC76A\":\"Set, change, or remove the date's location or online details\",\"C3htzi\":\"Đã cập nhật cài đặt\",\"Ohn74G\":\"Thiết lập & thiết kế\",\"1W5XyZ\":\"Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event.\",\"GG7qDw\":\"Chia sẻ liên kết đối tác\",\"hL7sDJ\":\"Chia sẻ trang nhà tổ chức\",\"jy6QDF\":\"Quản lý sức chứa chung\",\"jDNHW4\":\"Shift times\",\"tPfIaW\":[\"Shifted times for \",[\"count\"],\" date(s)\"],\"WwlM8F\":\"Hiện tùy chọn nâng cao\",\"cMW+gm\":[\"Hiển thị tất cả nền tảng (\",[\"0\"],\" có giá trị khác)\"],\"wXi9pZ\":\"Show attendee notes to non-logged-in staff\",\"4LZFir\":\"Hiển thị toàn bộ khoảng thời gian\",\"UVPI5D\":\"Hiển thị ít nền tảng hơn\",\"Eu/N/d\":\"Hiển thị hộp kiểm đăng ký tiếp thị\",\"SXzpzO\":\"Hiển thị hộp kiểm đăng ký tiếp thị theo mặc định\",\"b33PL9\":\"Hiển thị thêm nền tảng\",\"Eut7p9\":\"Show order details to non-logged-in staff\",\"+RoWKN\":\"Show question answers to non-logged-in staff\",\"jbcx6L\":\"Show remaining capacity on event dates\",\"rXxBOx\":\"Show remaining capacity to buyers\",\"t1LIQW\":[\"Hiển thị \",[\"0\"],\" trong \",[\"totalRows\"],\" bản ghi\"],\"E717U9\":[\"Showing \",[\"0\"],\"–\",[\"1\"],\" of \",[\"2\"]],\"5rzhBQ\":[\"Showing \",[\"MAX_VISIBLE\"],\" of \",[\"totalAvailable\"],\" dates. Type to search.\"],\"WSt3op\":[\"Showing the first \",[\"0\"],\" — the remaining \",[\"1\"],\" session(s) will still be targeted when the message is sent.\"],\"o1UbOh\":\"Hiển thị nhún nhảy ở đầu cửa sổ bật lên\",\"OJLTEL\":\"Shown to staff the first time they open the check-in page.\",\"lbfXEJ\":\"Shows remaining\",\"jVRHeq\":\"Đã đăng ký\",\"5C7J+P\":\"Single Event\",\"E//btK\":\"Skip manually edited dates\",\"paESr6\":\"Tiếng Slovak\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Xã hội\",\"d0rUsW\":\"Liên kết mạng xã hội\",\"j/TOB3\":\"Liên kết mạng xã hội & Trang web\",\"s9KGXU\":\"Đã bán\",\"yp+0jj\":\"sold out\",\"1hupow\":\"Đã bán hết, có danh sách chờ\",\"iACSrw\":\"Some details are hidden from public access. Log in to view everything.\",\"Dia6iz\":\"Something went wrong while deleting the image. Please try again.\",\"KTxc6k\":\"Có gì đó không ổn, vui lòng thử lại hoặc liên hệ với hỗ trợ nếu vấn đề vẫn còn\",\"lkE00/\":\"Đã xảy ra lỗi. Vui lòng thử lại sau.\",\"wdxz7K\":\"Nguồn\",\"SzuJ5m\":\"Tài khoản cụ thể\",\"/h8G1o\":\"Người dùng cụ thể\",\"fDG2by\":\"Spirituality\",\"oPaRES\":\"Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end.\",\"7JFNej\":\"Thể thao\",\"/bfV1Y\":\"Staff instructions\",\"StWUH4\":\"Start check-in\",\"JcQp9p\":\"Ngày & giờ bắt đầu\",\"0m/ekX\":\"Ngày và giờ bắt đầu\",\"izRfYP\":\"Ngày bắt đầu là bắt buộc\",\"xAYSEs\":\"Giờ bắt đầu\",\"n9ZrDo\":\"Start typing a venue or address...\",\"DACR+e\":\"Starts collapsed\",\"qeFVhN\":[\"Starts in \",[\"diffDays\"],\" days\"],\"AOqtxN\":[\"Starts in \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Starts in \",[\"h\"],\"h \",[\"m\"],\"m\"],\"Lo49in\":[\"Starts in \",[\"seconds\"],\"s\"],\"NqChgF\":\"Starts tomorrow\",\"2NbyY/\":\"Thống kê\",\"GVUxAX\":\"Thống kê dựa trên ngày tạo tài khoản\",\"29Hx9U\":\"Stats\",\"5ia+r6\":\"Still needed\",\"wuV0bK\":\"Dừng Mạo Danh\",\"S/7MPw\":\"Đã ngắt kết nối tài khoản Stripe.\",\"s/KaDb\":\"Stripe connected\",\"Bk06QI\":\"Stripe đã kết nối\",\"akZMv8\":[\"Stripe connection copied from \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe didn't return a setup link. Please try again.\",\"aKtF0O\":\"Stripe chưa kết nối\",\"9i0++A\":\"ID thanh toán Stripe\",\"R1lIMV\":\"Stripe will need a few more details soon\",\"FzcCHA\":\"Stripe will walk you through a few quick questions to finish setup.\",\"ii0qn/\":\"Tiêu đề là bắt buộc\",\"M7Uapz\":\"Tiêu đề sẽ xuất hiện ở đây\",\"6aXq+t\":\"Tiêu đề:\",\"JwTmB6\":\"Sản phẩm nhân đôi thành công\",\"WUOCgI\":\"Đã cung cấp suất thành công\",\"IvxA4G\":[\"Đã cung cấp vé thành công cho \",[\"count\"],\" người\"],\"kKpkzy\":\"Đã cung cấp vé thành công cho 1 người\",\"Zi3Sbw\":\"Đã xóa khỏi danh sách chờ thành công\",\"RuaKfn\":\"Cập nhật địa chỉ thành công\",\"kzx0uD\":\"Đã cập nhật mặc định sự kiện thành công\",\"5n+Wwp\":\"Cập nhật nhà tổ chức thành công\",\"DMCX/I\":\"Cài đặt phí nền tảng mặc định đã được cập nhật thành công\",\"URUYHc\":\"Cài đặt phí nền tảng đã được cập nhật thành công\",\"kRWc2g\":\"Đã cập nhật cài đặt sự kiện định kỳ thành công\",\"0Dk/l8\":\"Cập nhật cài đặt SEO thành công\",\"S8Tua9\":\"Cập nhật cài đặt thành công\",\"MhOoLQ\":\"Cập nhật liên kết mạng xã hội thành công\",\"CNSSfp\":\"Cập nhật cài đặt theo dõi thành công\",\"kj7zYe\":\"Cập nhật Webhook thành công\",\"dXoieq\":\"Tóm tắt\",\"/RfJXt\":[\"Lễ hội âm nhạc mùa hè \",[\"0\"]],\"CWOPIK\":\"Lễ hội Âm nhạc Mùa hè 2025\",\"D89zck\":\"Sun\",\"DBC3t5\":\"Chủ Nhật\",\"UaISq3\":\"Tiếng Thụy Điển\",\"JZTQI0\":\"Chuyển đổi nhà tổ chức\",\"9YHrNC\":\"Mặc định hệ thống\",\"jGR53C\":\"T-shirts, mugs and more\",\"hCR98w\":\"Chạm vào các ngày như trên lịch.\",\"lruQkA\":\"Tap this screen to resume scanning\",\"X9v2GM\":\"Tài khoản mục tiêu\",\"TmyDCw\":\"Người dùng mục tiêu\",\"TJUrME\":[\"Targeting attendees across \",[\"0\"],\" selected sessions.\"],\"yT6dQ8\":\"Thuế thu được theo loại thuế và sự kiện\",\"Ye321X\":\"Tên thuế\",\"WyCBRt\":\"Tóm tắt thuế\",\"QC3FVX\":\"Taxes & fees\",\"GkH0Pq\":\"Đã áp dụng thuế & phí\",\"SXvRWU\":\"Team collaboration\",\"vlf/In\":\"Công nghệ\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Hãy cho mọi người biết điều gì sẽ có tại sự kiện của bạn\",\"NiIUyb\":\"Hãy cho chúng tôi biết về sự kiện của bạn\",\"DovcfC\":\"Hãy cho chúng tôi biết về tổ chức của bạn. Thông tin này sẽ được hiển thị trên các trang sự kiện của bạn.\",\"69GWRq\":\"Tell us how often your event repeats and we'll create all the dates for you.\",\"mXPbwY\":\"Tell us your VAT registration status so we apply the correct VAT treatment to platform fees.\",\"7wtpH5\":\"Mẫu đang hoạt động\",\"QHhZeE\":\"Tạo mẫu thành công\",\"xrWdPR\":\"Xóa mẫu thành công\",\"G04Zjt\":\"Lưu mẫu thành công\",\"xowcRf\":\"Điều khoản dịch vụ\",\"6K0GjX\":\"Văn bản có thể khó đọc\",\"nm3Iz/\":\"Cảm ơn bạn đã tham dự!\",\"pYwj0k\":\"Thanks,\",\"cIHkSd\":[\"Đó là \",[\"totalOccurrences\"],\" buổi — tối đa là \",[\"max\"],\". Hãy rút ngắn khoảng thời gian hoặc tần suất.\"],\"k3IitN\":\"That's a wrap\",\"KfmPRW\":\"Màu nền của trang. Khi sử dụng ảnh bìa, màu này được áp dụng dưới dạng lớp phủ.\",\"MDNyJz\":\"Mã sẽ hết hạn sau 10 phút. Kiểm tra thư mục spam nếu bạn không thấy email.\",\"AIF7J2\":\"Đơn vị tiền tệ mà phí cố định được xác định. Nó sẽ được chuyển đổi sang đơn vị tiền tệ của đơn hàng khi thanh toán.\",\"k3LFkM\":\"Tiền tệ dùng cho giá vé của sự kiện này.\",\"7oksH+\":[\"Giảm giá được trừ vào từng sản phẩm đủ điều kiện. Ví dụ: giảm \",[\"currencySymbol\"],\"10 × 3 vé = giảm \",[\"currencySymbol\"],\"30.\"],\"sKL8k2\":\"Giảm giá chỉ được trừ một lần vào tổng đơn hàng.\",\"cDHM1d\":\"Địa chỉ email đã được thay đổi. Người tham dự sẽ nhận được vé mới tại địa chỉ email đã cập nhật.\",\"tXadb0\":\"Sự kiện bạn đang tìm kiếm hiện không khả dụng. Nó có thể đã bị xóa, hết hạn hoặc URL không chính xác.\",\"sxKqBm\":\"Toàn bộ số tiền đơn hàng sẽ được hoàn lại phương thức thanh toán gốc của khách hàng.\",\"KgDp6G\":\"Liên kết bạn đang cố gắng truy cập đã hết hạn hoặc không còn hợp lệ. Vui lòng kiểm tra email của bạn để nhận liên kết cập nhật để quản lý đơn hàng của bạn.\",\"sYLeDq\":\"Không tìm thấy nhà tổ chức bạn đang tìm kiếm. Trang có thể đã bị chuyển, xóa hoặc URL không chính xác.\",\"PCr4zw\":\"The override is recorded in the order audit log.\",\"C4nQe5\":\"Phí nền tảng được thêm vào giá vé. Người mua trả nhiều hơn, nhưng bạn nhận được giá vé đầy đủ.\",\"HxxXZO\":\"Màu thương hiệu chính được sử dụng cho nút và điểm nhấn\",\"OVSkIF\":\"Con cáo nâu nhanh nhẹn nhảy qua con chó lười.\",\"z0KrIG\":\"Thời gian lên lịch là bắt buộc\",\"EWErQh\":\"Thời gian lên lịch phải ở trong tương lai\",\"UNd0OU\":[\"The session for \\\"\",[\"title\"],\"\\\" originally scheduled for \",[\"0\"],\" has been rescheduled.\"],\"DEcpfp\":\"Nội dung template chứa cú pháp Liquid không hợp lệ. Vui lòng sửa và thử lại.\",\"qpmtdK\":\"Múi giờ dùng cho ngày và giờ của sự kiện này.\",\"N3VfVA\":\"Tệp tải lên chưa đến được máy chủ. Hãy kiểm tra kết nối mạng; nếu tệp lớn, hãy thử ảnh nhỏ hơn (tối đa 5MB).\",\"injXD7\":\"Không thể xác thực số VAT. Vui lòng kiểm tra số và thử lại.\",\"A4UmDy\":\"Sân khấu\",\"tDwYhx\":\"Chủ đề & Màu sắc\",\"ybBP2H\":\"There are no products available for this date. Please choose another date.\",\"O7g4eR\":\"There are no upcoming dates for this event\",\"062KsE\":\"These details are shown on the attendee's ticket and order summary for this date only.\",\"5Eu+tn\":\"Những chi tiết này chỉ hiển thị khi đơn hàng hoàn tất thành công.\",\"jQjwR+\":\"These details will replace any existing location on the affected dates and show on attendee tickets.\",\"6eaLu/\":\"Các mức giá này áp dụng cho tất cả các ngày trong lịch, và số lượng của từng hạng giới hạn tổng số bán ra của tất cả các ngày cộng lại. Ngày mở bán của các hạng áp dụng chung. Bạn có thể ghi đè giá cho từng ngày riêng lẻ trên <0>trang Lịch các buổi.\",\"QP3gP+\":\"Các cài đặt này chỉ áp dụng cho mã nhúng được sao chép và sẽ không được lưu trữ.\",\"HirZe8\":\"Các mẫu này sẽ được sử dụng làm mặc định cho tất cả sự kiện trong tổ chức của bạn. Các sự kiện riêng lẻ có thể ghi đè các mẫu này bằng phiên bản tùy chỉnh của riêng họ.\",\"lzAaG5\":\"Các mẫu này sẽ ghi đè mặc định của tổ chức chỉ cho sự kiện này. Nếu không có mẫu tùy chỉnh nào được thiết lập ở đây, mẫu của tổ chức sẽ được sử dụng thay thế.\",\"UlykKR\":\"Third\",\"1YTBzS\":\"Tài khoản này không có đơn hàng đã hoàn tất nào, vì vậy tất cả dữ liệu của nó sẽ bị xóa vĩnh viễn.\",\"jCPU8z\":\"Tài khoản này đã được lên lịch xóa\",\"zfNCE8\":[\"Tài khoản này được lên lịch xóa vào <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes.\",\"SOmGDa\":\"This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins.\",\"XBNC3E\":\"Mã này sẽ được dùng để theo dõi doanh số. Chỉ cho phép chữ cái, số, dấu gạch ngang và dấu gạch dưới.\",\"AaP0M+\":\"Kết hợp màu này có thể khó đọc đối với một số người dùng\",\"o1phK/\":[\"This date has \",[\"orderCount\"],\" order(s) that will be affected.\"],\"F/UtGt\":\"This date has been cancelled. You can still delete it to remove it permanently.\",\"BLZ7pX\":\"This date is in the past. It will be created but won't be visible to attendees under upcoming dates.\",\"7IIY0z\":\"This date is marked sold out.\",\"bddWMP\":\"This date is no longer available. Please select another date.\",\"E9BqZw\":\"This date only\",\"n68908\":[\"Thao tác này sẽ ngắt kết nối \",[\"stripeAccountId\"],\" khỏi nhà tổ chức này. Việc bán vé trả phí sẽ ngừng hoạt động cho đến khi bạn kết nối lại tài khoản Stripe.\"],\"RzEvf5\":\"Sự kiện này đã kết thúc\",\"kc4bIA\":\"Sự kiện này chưa có vé hoặc sản phẩm nào, vì vậy người tham dự sẽ không thể đăng ký.\",\"eMaNd0\":\"This event is not available\",\"YClrdK\":\"Sự kiện này chưa được xuất bản\",\"GL6z+k\":\"Sự kiện này đã hết vé\",\"pIwDhS\":\"This event's dates and times are set on the occurrence schedule.\",\"ny5rgr\":\"This is a recurring event\",\"tc64Zz\":\"Đây là tên danh mục sẽ được hiển thị trên trang sự kiện.\",\"dFJnia\":\"Đây là tên nhà tổ chức sẽ hiển thị cho người dùng của bạn.\",\"vt7jiq\":\"Đây là lần duy nhất khóa bí mật ký được hiển thị. Vui lòng sao chép ngay và lưu trữ an toàn.\",\"5DpZrC\":\"Giới hạn này áp dụng cho tổng số lượng bán ra của tất cả các ngày trong lịch cộng lại — không phải giới hạn theo từng ngày. Để giới hạn số người tham dự mỗi ngày, hãy đặt sức chứa trên <0>trang Lịch các buổi.\",\"L7dIM7\":\"Liên kết này không hợp lệ hoặc đã hết hạn.\",\"MR5ygV\":\"Liên kết này không còn hợp lệ\",\"9LEqK0\":\"Tên này hiển thị cho người dùng cuối\",\"QdUMM9\":\"This occurrence is at capacity\",\"j5FdeA\":\"Đơn hàng này đang được xử lý.\",\"sjNPMw\":\"Đơn hàng này đã bị bỏ. Bạn có thể bắt đầu đơn hàng mới bất cứ lúc nào.\",\"OhCesD\":\"Đơn hàng này đã bị hủy. Bạn có thể bắt đầu đơn hàng mới bất cứ lúc nào.\",\"lyD7rQ\":\"Hồ sơ nhà tổ chức này chưa được xuất bản\",\"9b5956\":\"Xem trước này cho thấy email của bạn sẽ trông như thế nào với dữ liệu mẫu. Email thực tế sẽ sử dụng giá trị thực.\",\"uM9Alj\":\"Sản phẩm này được nổi bật trên trang sự kiện\",\"RqSKdX\":\"Sản phẩm này đã bán hết\",\"4PDH+K\":\"This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to.\",\"qEGn8I\":\"Sự kiện định kỳ này chưa có ngày nào, vì vậy người tham dự không có gì để đặt.\",\"W12OdJ\":\"Báo cáo này chỉ dành cho mục đích thông tin. Luôn tham khảo ý kiến chuyên gia thuế trước khi sử dụng dữ liệu này cho mục đích kế toán hoặc thuế. Vui lòng kiểm tra chéo với bảng điều khiển Stripe của bạn vì Hi.Events có thể thiếu dữ liệu lịch sử.\",\"1LuJNw\":\"Vé này không còn hiệu lực\",\"0Ew0uk\":\"Vé này vừa được quét. Vui lòng chờ trước khi quét lại.\",\"FYXq7k\":[\"This will affect \",[\"loadedAffectedCount\"],\" date(s).\"],\"kvpxIU\":\"Thông tin này sẽ được dùng để gửi thông báo và liên hệ với người dùng của bạn.\",\"bPgkdx\":\"Thao tác này sẽ hủy việc xóa theo lịch và kích hoạt lại tài khoản. Chủ tài khoản sẽ được thông báo qua email.\",\"4yx4a4\":[\"Thao tác này sẽ vô hiệu hóa tài khoản của bạn ngay lập tức và xóa vĩnh viễn sau 30 ngày. Để xác nhận, hãy nhập tên tài khoản của bạn: <0>\",[\"0\"],\"\"],\"rhsath\":\"Thông tin này sẽ không hiển thị với khách hàng, nhưng giúp bạn nhận diện đối tác.\",\"VGEfU7\":\"Thao tác này sẽ xóa vĩnh viễn hoặc ẩn danh hóa tài khoản ngay lập tức mà không cần chờ đến ngày đã lên lịch. Không thể hoàn tác.\",\"hV6FeJ\":\"Throughput\",\"+FjWgX\":\"Thu\",\"kkDQ8m\":\"Thứ Năm\",\"0GSPnc\":\"Thiết kế vé\",\"EZC/Cu\":\"Thiết kế vé đã được lưu thành công\",\"bbslmb\":\"Thiết kế vé\",\"1BPctx\":\"Vé cho\",\"HGuXjF\":\"Người sở hữu vé\",\"CMUt3Y\":\"Người giữ vé\",\"awHmAT\":\"ID vé\",\"6czJik\":\"Logo Vé\",\"t79rDv\":\"Không tìm thấy vé\",\"6tmWch\":\"Vé hoặc sản phẩm\",\"1tfWrD\":\"Xem trước vé cho\",\"KnjoUA\":\"Giá vé\",\"pGZOcL\":\"Vé đã được gửi lại thành công\",\"o02GZM\":\"Ticket sales have ended for this event\",\"8jLPgH\":\"Loại vé\",\"8qsbZ5\":\"Bán vé\",\"zNECqg\":\"vé\",\"6GQNLE\":\"Vé\",\"NRhrIB\":\"Vé & Sản phẩm\",\"OrWHoZ\":\"Vé được tự động cung cấp cho khách hàng trong danh sách chờ khi có chỗ trống.\",\"AGRilS\":\"Vé Đã Bán\",\"4/dG8J\":\"Tiers\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Time\",\"kGEhUy\":\"Khung giờ\",\"fXf2r5\":[\"Times shown in \",[\"timezoneAbbr\"]],\"9udQT9\":\"Tiêu đề là bắt buộc\",\"dMtLDE\":\"to\",\"/jQctM\":\"Đến\",\"tiI71C\":\"Để tăng giới hạn của bạn, hãy liên hệ với chúng tôi tại\",\"ecUA8p\":\"Today\",\"W428WC\":\"Chuyển đổi cột\",\"BRMXj0\":\"Tomorrow\",\"UBSG1X\":\"Nhà tổ chức hàng đầu (14 ngày qua)\",\"3sZ0xx\":\"Tổng Tài Khoản\",\"SMDzqJ\":\"Tổng số người tham dự\",\"orBECM\":\"Tổng thu được\",\"k5CU8c\":\"Tổng số mục\",\"4B7oCp\":\"Tổng phí\",\"sMMlTX\":\"Total fees\",\"mlvCEl\":\"Total orders\",\"2AW/k5\":\"Tổng số lượng cho tất cả các ngày\",\"dp8BCb\":\"Total tax\",\"vb0Q0/\":\"Tổng Người Dùng\",\"oJjplO\":\"Tổng lượt xem\",\"rBZ9pz\":\"Tours\",\"orluER\":\"Theo dõi sự phát triển và hiệu suất tài khoản theo nguồn phân bổ\",\"YwKzpH\":\"Theo dõi & Phân tích\",\"GUA0Jy\":\"Try a different search term or filter\",\"2P/OWN\":\"Try adjusting your filters to see more dates.\",\"ouM5IM\":\"Thử email khác\",\"3DZvE7\":\"Dùng thử Hi.Events miễn phí\",\"vq2WxD\":\"Tue\",\"G3myU+\":\"Thứ Ba\",\"Kz91g/\":\"Tiếng Thổ Nhĩ Kỳ\",\"GdOhw6\":\"Tắt âm thanh\",\"KUOhTy\":\"Bật âm thanh\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Nhập \\\"xóa\\\" để xác nhận\",\"nSlb72\":\"Nhập để tìm kiếm...\",\"nWRfmt\":\"Kiểu chữ\",\"IrVSu+\":\"Không thể nhân bản sản phẩm. Vui lòng kiểm tra thông tin của bạn\",\"Vx2J6x\":\"Không thể lấy thông tin người tham dự\",\"h0dx5e\":\"Không thể tham gia danh sách chờ\",\"DaE0Hg\":\"Unable to load attendee details.\",\"GlnD5Y\":\"Unable to load products for this date. Please try again.\",\"17VbmV\":\"Unable to undo check-in\",\"n57zCW\":\"Tài khoản chưa phân bổ\",\"9uI/rE\":\"Undo\",\"Ef7StM\":\"Không rõ\",\"ZBAScj\":\"Người tham dự không xác định\",\"MEIAzV\":\"Chưa đặt tên\",\"K6L5Mx\":\"Địa điểm chưa đặt tên\",\"7yiFvZ\":\"Chưa thanh toán\",\"C51N+0\":\"đến\",\"NaeLn8\":[\"Until \",[\"end\"]],\"porwAO\":\"Đến một ngày\",\"ZIb6rJ\":\"Untitled product\",\"crJM8s\":\"Untitled ticket\",\"X13xGn\":\"Không đáng tin cậy\",\"0bT1FT\":[\"Up to \",[\"max\"],\" per order\"],\"gyXpQN\":\"Upcoming events\",\"Pp1sWX\":\"Cập nhật đối tác\",\"59qHrb\":\"Update capacity\",\"Gaem9v\":\"Update event name and description\",\"7EhE4k\":\"Update label\",\"NPQWj8\":\"Update location\",\"75+lpR\":[\"Update: \",[\"subjectTitle\"],\" — schedule changes\"],\"UOGHdA\":[\"Update: \",[\"subjectTitle\"],\" — session time changed\"],\"+b7T3G\":\"Đã cập nhật\",\"ogoTrw\":[\"Updated \",[\"count\"],\" date(s)\"],\"dDuona\":[\"Updated capacity for \",[\"count\"],\" date(s)\"],\"FT3LSc\":[\"Updated label for \",[\"count\"],\" date(s)\"],\"8EcY1g\":[\"Updated location for \",[\"count\"],\" date(s)\"],\"83tNam\":\"Cập nhật khi bạn tạo quy tắc. Lật qua các tháng để kiểm tra ngày.\",\"/XlQr2\":\"Updates as you type.\",\"gJQsLv\":\"Tải lên ảnh bìa cho nhà tổ chức của bạn\",\"4kEGqW\":\"Tải lên logo cho nhà tổ chức của bạn\",\"lnCMdg\":\"Tải ảnh lên\",\"29w7p6\":\"Đang tải ảnh...\",\"HtrFfw\":\"URL là bắt buộc\",\"3VnYUR\":\"URL phải bắt đầu bằng http:// hoặc https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB scanner listening\",\"dyTklH\":\"USB scanner paused\",\"OHJXlK\":\"Sử dụng <0>mẫu Liquid để cá nhân hóa email của bạn\",\"/rsy72\":\"Use event default\",\"0k4cdb\":\"Sử dụng thông tin đơn hàng cho tất cả người tham dự. Tên và email của người tham dự sẽ khớp với thông tin người mua.\",\"bA31T4\":\"Sử dụng thông tin người mua cho tất cả người tham dự\",\"PpgtnC\":\"Dùng địa chỉ này\",\"rnoQsz\":\"Được sử dụng cho viền, vùng tô sáng và kiểu mã QR\",\"b0XTc/\":[\"Người dùng (\",[\"0\"],\")\"],\"BV4L/Q\":\"Phân tích UTM\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Đang xác thực số VAT của bạn...\",\"t7caBM\":\"VAT country code\",\"WLkfqH\":\"VAT number\",\"pnVh83\":\"Số VAT\",\"CabI04\":\"Số VAT không được chứa khoảng trắng\",\"PMhxAR\":\"Số VAT phải bắt đầu bằng mã quốc gia 2 chữ cái theo sau là 8-15 ký tự chữ và số (ví dụ: DE123456789)\",\"gPgdNV\":\"Số VAT đã được xác thực thành công\",\"RUMiLy\":\"Xác thực số VAT không thành công\",\"vqji3Y\":\"Xác thực số VAT không thành công. Vui lòng kiểm tra số VAT của bạn.\",\"8dENF9\":\"VAT trên phí\",\"ZutOKU\":\"Thuế suất VAT\",\"+KJZt3\":\"VAT registered\",\"Nfbg76\":\"Cài đặt VAT đã được lưu thành công\",\"UvYql/\":\"Cài đặt VAT đã được lưu. Chúng tôi đang xác thực số VAT của bạn ở chế độ nền.\",\"bXn1Jz\":\"VAT settings updated\",\"tJylUv\":\"Xử lý VAT cho phí nền tảng\",\"FlGprQ\":\"Xử lý VAT cho phí nền tảng: Doanh nghiệp có đăng ký VAT ở EU có thể sử dụng cơ chế đảo ngược (0% - Điều 196 của Chỉ thị VAT 2006/112/EC). Doanh nghiệp không đăng ký VAT sẽ bị tính VAT của Ireland ở mức 23%.\",\"516oLj\":\"Dịch vụ xác thực VAT tạm thời không khả dụng\",\"p6QQLa\":[\"VAT: \",[\"0\"]],\"5q87Y9\":\"VAT: not registered\",\"AdWhjZ\":\"Mã xác thực\",\"kUAumu\":\"Verification email sent. Check your inbox.\",\"QDEWii\":\"Đã xác minh\",\"wCKkSr\":\"Xác thực email\",\"/IBv6X\":\"Xác minh email của bạn\",\"u8nB38\":\"Verify your email so attendees can receive tickets\",\"e/cvV1\":\"Đang xác thực...\",\"fROFIL\":\"Tiếng Việt\",\"p5nYkr\":\"View All\",\"yA/6BX\":\"View all →\",\"6CQ7/B\":\"View all capabilities\",\"YSE15b\":\"View all check-in lists\",\"RnvnDc\":\"Xem tất cả tin nhắn được gửi trên nền tảng\",\"+WFMis\":\"Xem và tải xuống báo cáo cho tất cả sự kiện của bạn. Chỉ bao gồm đơn hàng đã hoàn thành.\",\"c7VN/A\":\"Xem câu trả lời\",\"SZw9tS\":\"Xem chi tiết\",\"9+84uW\":[\"View details for \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Xem sự kiện\",\"c6SXHN\":\"Xem trang sự kiện\",\"n6EaWL\":\"Xem nhật ký\",\"OaKTzt\":\"Xem bản đồ\",\"zNZNMs\":\"Xem tin nhắn\",\"67OJ7t\":\"Xem đơn hàng\",\"tKKZn0\":\"Xem chi tiết đơn hàng\",\"KeCXJu\":\"Xem chi tiết đơn hàng, hoàn tiền và gửi lại xác nhận.\",\"9jnAcN\":\"Xem trang chủ nhà tổ chức\",\"1J/AWD\":\"Xem vé\",\"N9FyyW\":\"Xem, chỉnh sửa và xuất danh sách người tham dự đã đăng ký.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visible from \",[\"start\"],\" — hidden until sales open.\"],\"EkiKJK\":\"Visible to everyone on the event page.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Đang chờ\",\"quR8Qp\":\"Đang chờ thanh toán\",\"KrurBH\":\"Waiting for scan…\",\"u0n+wz\":\"Danh sách chờ\",\"3RXFtE\":\"Danh sách chờ đã bật\",\"TwnTPy\":\"Ưu đãi danh sách chờ đã hết hạn\",\"aUi/Dz\":\"Cảnh báo: Đây là cấu hình mặc định của hệ thống. Thay đổi sẽ ảnh hưởng đến tất cả các tài khoản không được chỉ định cấu hình cụ thể.\",\"aT/44s\":\"We couldn't copy that Stripe connection. Please try again.\",\"jTee4a\":\"Không thể ngắt kết nối tài khoản Stripe này. Vui lòng thử lại.\",\"RRZDED\":\"Chúng tôi không tìm thấy đơn hàng nào liên kết với địa chỉ email này.\",\"2RZK9x\":\"Chúng tôi không thể tìm thấy đơn hàng bạn đang tìm kiếm. Liên kết có thể đã hết hạn hoặc chi tiết đơn hàng có thể đã thay đổi.\",\"nefMIK\":\"Chúng tôi không thể tìm thấy vé bạn đang tìm kiếm. Liên kết có thể đã hết hạn hoặc chi tiết vé có thể đã thay đổi.\",\"miysJh\":\"Chúng tôi không thể tìm thấy đơn hàng này. Nó có thể đã bị xóa.\",\"Fjj/5/\":\"We couldn't load the check-in lists. Please try again.\",\"ADsQ23\":\"We couldn't reach Stripe just now. Please try again in a moment.\",\"HJKdzP\":\"Đã xảy ra sự cố khi tải trang này. Vui lòng thử lại.\",\"jegrvW\":\"We partner with Stripe to send payouts straight to your bank account.\",\"IfN2Qo\":\"Chúng tôi khuyến nghị logo hình vuông với kích thước tối thiểu 200x200px\",\"wJzo/w\":\"Chúng tôi khuyến nghị kích thước 400px x 400px và dung lượng tối đa 5MB\",\"L/KlAh\":[\"We sent a verification link to \",[\"0\"]],\"KRCDqH\":\"Chúng tôi sử dụng cookie để hiểu cách trang web được sử dụng và cải thiện trải nghiệm của bạn.\",\"x8rEDQ\":\"Chúng tôi không thể xác thực số VAT của bạn sau nhiều lần thử. Chúng tôi sẽ tiếp tục thử ở chế độ nền. Vui lòng kiểm tra lại sau.\",\"4HaEdK\":[\"Chúng tôi sẽ tạo toàn bộ \",[\"totalOccurrences\"],\" buổi — sau đó bạn có thể chỉnh sửa hoặc xóa bất kỳ ngày nào\"],\"mfM/HJ\":[\"Chúng tôi sẽ thông báo cho bạn qua email nếu có chỗ trống cho \",[\"productDisplayName\"],\" vào \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Chúng tôi sẽ thông báo cho bạn qua email nếu có chỗ trống cho \",[\"productDisplayName\"],\".\"],\"McuGND\":\"We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically.\",\"q1BizZ\":\"Chúng tôi sẽ gửi vé đến email này\",\"ZOmUYW\":\"Chúng tôi sẽ xác thực số VAT của bạn ở chế độ nền. Nếu có bất kỳ vấn đề nào, chúng tôi sẽ thông báo cho bạn.\",\"LKjHr4\":[\"We've made changes to the schedule for \\\"\",[\"title\"],\"\\\" — \",[\"description\"],\" affecting \",[\"affectedCount\"],\" session(s).\"],\"Fq/Nx7\":\"Chúng tôi đã gửi mã xác thực 5 chữ số đến:\",\"GdWB+V\":\"Webhook tạo thành công\",\"2X4ecw\":\"Webhook đã xóa thành công\",\"ndBv0v\":\"Webhook integrations\",\"CThMKa\":\"Nhật ký webhook\",\"I0adYQ\":\"Khóa bí mật ký Webhook\",\"nuh/Wq\":\"URL Webhook\",\"8BMPMe\":\"Webhook sẽ không gửi thông báo\",\"FSaY52\":\"Webhook sẽ gửi thông báo\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Trang web\",\"0f7U0k\":\"Wed\",\"VAcXNz\":\"Thứ Tư\",\"64X6l4\":\"week\",\"4XSc4l\":\"Weekly\",\"IAUiSh\":\"weeks\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Chào mừng trở lại\",\"QDWsl9\":[\"Chào mừng đến với \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Chào mừng đến với \",[\"0\"],\", đây là danh sách tất cả sự kiện của bạn\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"Loại sự kiện nào?\",\"0WyYF4\":\"What unauthenticated staff can see\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Khi một lượt check-in bị xóa\",\"RPe6bE\":\"When a date is cancelled on a recurring event\",\"Gmd0hv\":\"Khi một người tham dự mới được tạo ra\",\"zyIyPe\":\"Khi một sự kiện mới được tạo\",\"Lc18qn\":\"Khi một đơn hàng mới được tạo\",\"dfkQIO\":\"Khi một sản phẩm mới được tạo ra\",\"8OhzyY\":\"Khi một sản phẩm bị xóa\",\"tRXdQ9\":\"Khi một sản phẩm được cập nhật\",\"9L9/28\":\"Khi sản phẩm hết hàng, khách hàng có thể tham gia danh sách chờ để được thông báo khi có chỗ trống.\",\"OIkHj+\":\"Khi sản phẩm hết hàng, khách hàng có thể tham gia danh sách chờ để được thông báo khi có chỗ trống. Khách hàng tham gia danh sách chờ cho một ngày cụ thể và các đề nghị được đưa ra theo từng ngày.\",\"Q7CWxp\":\"Khi một người tham dự bị hủy\",\"IuUoyV\":\"Khi một người tham dự được check-in\",\"nBVOd7\":\"Khi một người tham dự được cập nhật\",\"t7cuMp\":\"Khi một sự kiện được lưu trữ\",\"gtoSzE\":\"Khi một sự kiện được cập nhật\",\"ny2r8d\":\"Khi một đơn hàng bị hủy\",\"c9RYbv\":\"Khi một đơn hàng được đánh dấu là đã thanh toán\",\"ejMDw1\":\"Khi một đơn hàng được hoàn trả\",\"fVPt0F\":\"Khi một đơn hàng được cập nhật\",\"bcYlvb\":\"Khi check-in đóng\",\"XIG669\":\"Khi check-in mở\",\"de6HLN\":\"Khi khách hàng mua vé, đơn hàng của họ sẽ hiển thị tại đây.\",\"pm9tpn\":\"Khi được bật, người mua có thể sao chép tên và email của mình cho tất cả người tham dự cùng lúc. Tắt tùy chọn này để loại bỏ tùy chọn \\\"Tất cả người tham dự\\\"; người mua vẫn có thể sao chép cho người tham dự đầu tiên, những người còn lại phải được nhập riêng.\",\"403wpZ\":\"Khi được bật, các sự kiện mới sẽ cho phép người tham dự quản lý thông tin vé của riêng họ qua liên kết bảo mật. Điều này có thể được ghi đè cho từng sự kiện.\",\"blXLKj\":\"Khi được bật, các sự kiện mới sẽ hiển thị hộp kiểm đăng ký tiếp thị trong quá trình thanh toán. Điều này có thể được ghi đè cho từng sự kiện.\",\"Kj0Txn\":\"Khi được bật, không có phí ứng dụng nào sẽ được tính cho các giao dịch Stripe Connect. Sử dụng cho các quốc gia không hỗ trợ phí ứng dụng.\",\"xo06V3\":\"Nơi nút liên kết đến\",\"uchB0M\":\"Xem trước widget\",\"uvIqcj\":\"Hội thảo\",\"EpknJA\":\"Viết tin nhắn của bạn tại đây...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"year\",\"zkWmBh\":\"Yearly\",\"+BGee5\":\"years\",\"X/azM1\":\"Có - Tôi có số đăng ký VAT EU hợp lệ\",\"Tz5oXG\":\"Có, hủy đơn hàng của tôi\",\"QlSZU0\":[\"Bạn đang mạo danh <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Bạn đang thực hiện hoàn tiền một phần. Khách hàng sẽ được hoàn lại \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"Bạn có thể cấu hình phí dịch vụ và thuế bổ sung trong cài đặt tài khoản của mình.\",\"rj3A7+\":\"You can override this for individual dates later.\",\"paWwQ0\":\"Bạn vẫn có thể cung cấp vé thủ công nếu cần.\",\"jTDzpA\":\"Bạn không thể lưu trữ ban tổ chức đang hoạt động cuối cùng trong tài khoản của mình.\",\"D8baxD\":\"Bạn có vé trả phí nhưng Stripe chưa được kết nối, vì vậy bạn không thể nhận thanh toán.\",\"5VGIlq\":\"Bạn đã đạt đến giới hạn nhắn tin.\",\"casL1O\":\"Bạn có thuế và phí được thêm vào một sản phẩm miễn phí. Bạn có muốn bỏ chúng?\",\"5SgD0L\":\"You have unsaved changes. Are you sure you want to discard them?\",\"9jJNZY\":\"Bạn phải thừa nhận trách nhiệm của mình trước khi lưu\",\"pCLes8\":\"Bạn phải đồng ý nhận tin nhắn\",\"FVTVBy\":\"Bạn phải xác minh địa chỉ email trước khi cập nhật trạng thái nhà tổ chức.\",\"ze4bi/\":\"You need to create at least one occurrence before you can add attendees to this recurring event.\",\"w65ZgF\":\"Bạn cần xác minh email tài khoản trước khi có thể chỉnh sửa mẫu email.\",\"FRl8Jv\":\"Bạn cần xác minh email tài khoản trước khi có thể gửi tin nhắn.\",\"88cUW+\":\"Bạn nhận được\",\"O6/3cu\":\"You'll be able to set up dates, schedules, and recurrence rules in the next step.\",\"zKAheG\":\"You're changing session times\",\"MNFIxz\":[\"Bạn sẽ tham gia \",[\"0\"],\"!\"],\"ZlLcht\":[\"Bạn đang tham gia danh sách chờ cho \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Bạn đã được thêm vào danh sách chờ!\",\"/5HL6k\":\"Bạn đã được mời một suất!\",\"gbjFFH\":\"You've changed the session time\",\"YI0K8C\":[\"Tài khoản của bạn đã bị vô hiệu hóa và sẽ bị xóa vĩnh viễn vào <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Tài khoản của bạn có giới hạn nhắn tin. Để tăng giới hạn của bạn, hãy liên hệ với chúng tôi tại\",\"gsWZkk\":\"Tài khoản của bạn hiện đã được lên lịch xóa.\",\"x/xjzn\":\"Danh sách đối tác của bạn đã được xuất thành công.\",\"TF37u6\":\"Những người tham dự của bạn đã được xuất thành công.\",\"79lXGw\":\"Danh sách check-in của bạn đã được tạo thành công. Chia sẻ liên kết bên dưới với nhân viên check-in của bạn.\",\"BnlG9U\":\"Đơn hàng hiện tại của bạn sẽ bị mất.\",\"nBqgQb\":\"Email của bạn\",\"GG1fRP\":\"Sự kiện của bạn đã hoạt động!\",\"ifRqmm\":\"Tin nhắn của bạn đã được gửi thành công!\",\"0/+Nn9\":\"Tin nhắn của bạn sẽ xuất hiện ở đây\",\"/Rj5P4\":\"Tên của bạn\",\"PFjJxY\":\"Mật khẩu mới của bạn phải dài ít nhất 8 ký tự.\",\"gzrCuN\":\"Chi tiết đơn hàng của bạn đã được cập nhật. Email xác nhận đã được gửi đến địa chỉ email mới.\",\"naQW82\":\"Đơn hàng của bạn đã bị hủy.\",\"bhlHm/\":\"Đơn hàng của bạn đang chờ thanh toán\",\"XeNum6\":\"Đơn hàng của bạn đã được xuất thành công.\",\"Xd1R1a\":\"Địa chỉ nhà tổ chức của bạn\",\"WWYHKD\":\"Thanh toán của bạn được bảo vệ bằng mã hóa cấp ngân hàng\",\"5b3QLi\":\"Gói của bạn\",\"N4Zkqc\":\"Your saved date filter is no longer available — showing all dates.\",\"o0qzpM\":\"Tài khoản Stripe của bạn không bị ảnh hưởng và không mất dữ liệu — bạn có thể kết nối lại bất cứ lúc nào.\",\"FNO5uZ\":\"Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions.\",\"CnZ3Ou\":\"Vé của bạn đã được xác nhận.\",\"EmFsMZ\":\"Số VAT của bạn đang trong hàng đợi để xác thực\",\"QBlhh4\":\"Số VAT của bạn sẽ được xác thực khi bạn lưu\",\"fT9VLt\":\"Ưu đãi danh sách chờ của bạn đã hết hạn và chúng tôi không thể hoàn tất đơn hàng. Vui lòng tham gia lại danh sách chờ để được thông báo khi có thêm chỗ trống.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'Chưa có gì để hiển thị'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>checked out thành công\"],\"KMgp2+\":[[\"0\"],\" Có sẵn\"],\"Pmr5xp\":[[\"0\"],\" đã tạo thành công\"],\"FImCSc\":[[\"0\"],\" cập nhật thành công\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"ngày\"],\" ngày, \",[\"giờ\"],\" giờ, \",[\"phút\"],\" phút và \",[\"giây\"],\" giây\"],\"f3RdEk\":[[\"giờ\"],\" giờ, \",[\"phút\"],\" phút và \",[\"giây\"],\" giây\"],\"fyE7Au\":[[\"phút\"],\" phút và \",[\"giây\"],\" giây\"],\"NlQ0cx\":[\"Sự kiện đầu tiên của \",[\"organizerName\"]],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://your-website.com\",\"qnSLLW\":\"<0> Vui lòng nhập giá không bao gồm thuế và phí. <1> Thuế và phí có thể được thêm vào bên dưới. \",\"ZjMs6e\":\"<0> Số lượng sản phẩm có sẵn cho sản phẩm này <1> Giá trị này có thể được ghi đè nếu có giới hạn công suất <2>\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 phút và 0 giây\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"Trường nhập ngày. Hoàn hảo để hỏi ngày sinh, v.v.\",\"6euFZ/\":[\"Một mặc định \",[\"type\"],\" là tự động được áp dụng cho tất cả các sản phẩm mới. \"],\"SMUbbQ\":\"Đầu vào thả xuống chỉ cho phép một lựa chọn\",\"qv4bfj\":\"Một khoản phí, như phí đặt phòng hoặc phí dịch vụ\",\"POT0K/\":\"Một lượng cố định cho mỗi sản phẩm. Vd, $0.5 cho mỗi sản phẩm \",\"f4vJgj\":\"Đầu vào văn bản nhiều dòng\",\"OIPtI5\":\"Một tỷ lệ phần trăm của giá sản phẩm. \",\"ZthcdI\":\"Mã khuyến mãi không có giảm giá có thể được sử dụng để tiết lộ các sản phẩm ẩn.\",\"AG/qmQ\":\"Tùy chọn radio có nhiều tùy chọn nhưng chỉ có thể chọn một tùy chọn.\",\"h179TP\":\"Mô tả ngắn về sự kiện sẽ được hiển thị trong kết quả tìm kiếm và khi chia sẻ trên mạng xã hội. Theo mặc định, mô tả sự kiện sẽ được sử dụng.\",\"WKMnh4\":\"Một đầu vào văn bản dòng duy nhất\",\"BHZbFy\":\"Một câu hỏi duy nhất cho mỗi đơn hàng. Ví dụ: Địa chỉ giao hàng của bạn là gì?\",\"Fuh+dI\":\"Một câu hỏi duy nhất cho mỗi sản phẩm. Ví dụ: Kích thước áo thun của bạn là gì?\",\"RlJmQg\":\"Thuế tiêu chuẩn, như VAT hoặc GST\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"Chấp nhận chuyển khoản ngân hàng, séc hoặc các phương thức thanh toán offline khác\",\"hrvLf4\":\"Chấp nhận thanh toán thẻ tín dụng với Stripe\",\"bfXQ+N\":\"Chấp nhận lời mời\",\"AeXO77\":\"Tài khoản\",\"lkNdiH\":\"Tên tài khoản\",\"Puv7+X\":\"Cài đặt tài khoản\",\"OmylXO\":\"Tài khoản được cập nhật thành công\",\"7L01XJ\":\"Hành động\",\"FQBaXG\":\"Kích hoạt\",\"5T2HxQ\":\"Ngày kích hoạt\",\"F6pfE9\":\"Hoạt động\",\"/PN1DA\":\"Thêm mô tả cho danh sách check-in này\",\"0/vPdA\":\"Thêm bất kỳ ghi chú nào về người tham dự. Những ghi chú này sẽ không hiển thị cho người tham dự.\",\"Or1CPR\":\"Thêm bất kỳ ghi chú nào về người tham dự ...\",\"l3sZO1\":\"Thêm bất kỳ ghi chú nào về đơn hàng. Những ghi chú này sẽ không hiển thị cho khách hàng.\",\"xMekgu\":\"Thêm bất kỳ ghi chú nào về đơn hàng ...\",\"PGPGsL\":\"Thêm mô tả\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"Thêm hướng dẫn thanh toán offline (ví dụ: chi tiết chuyển khoản ngân hàng, nơi gửi séc, thời hạn thanh toán)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"Thêm mới\",\"TZxnm8\":\"Thêm tùy chọn\",\"24l4x6\":\"Thêm sản phẩm\",\"8q0EdE\":\"Thêm sản phẩm vào danh mục\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"Thêm thuế hoặc phí\",\"goOKRY\":\"Thêm tầng\",\"oZW/gT\":\"Thêm vào lịch\",\"pn5qSs\":\"Thông tin bổ sung\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"Địa chỉ\",\"NY/x1b\":\"Dòng địa chỉ 1\",\"POdIrN\":\"Dòng địa chỉ 1\",\"cormHa\":\"Dòng địa chỉ 2\",\"gwk5gg\":\"Dòng địa chỉ 2\",\"U3pytU\":\"Quản trị viên\",\"HLDaLi\":\"Người dùng quản trị có quyền truy cập đầy đủ vào các sự kiện và cài đặt tài khoản.\",\"W7AfhC\":\"Tất cả những người tham dự sự kiện này\",\"cde2hc\":\"Tất cả các sản phẩm\",\"5CQ+r0\":\"Cho phép người tham dự liên kết với đơn hàng chưa thanh toán được check-in\",\"ipYKgM\":\"Cho phép công cụ tìm kiếm lập chỉ mục\",\"LRbt6D\":\"Cho phép các công cụ tìm kiếm lập chỉ mục cho sự kiện này\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"Tuyệt vời, sự kiện, từ khóa ...\",\"hehnjM\":\"Số tiền\",\"R2O9Rg\":[\"Số tiền đã trả (\",[\"0\"],\")\"],\"V7MwOy\":\"Đã xảy ra lỗi trong khi tải trang\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"Đã xảy ra lỗi không mong muốn.\",\"byKna+\":\"Đã xảy ra lỗi không mong muốn. Vui lòng thử lại.\",\"ubdMGz\":\"Mọi thắc mắc từ chủ sở hữu sản phẩm sẽ được gửi đến địa chỉ email này. Địa chỉ này cũng sẽ được sử dụng làm địa chỉ \\\"trả lời\\\" cho tất cả email gửi từ sự kiện này.\",\"aAIQg2\":\"Giao diện\",\"Ym1gnK\":\"đã được áp dụng\",\"sy6fss\":[\"Áp dụng cho các sản phẩm \",[\"0\"]],\"kadJKg\":\"Áp dụng cho 1 sản phẩm\",\"DB8zMK\":\"Áp dụng\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"Áp dụng \",[\"type\"],\" này cho tất cả các sản phẩm mới\"],\"S0ctOE\":\"Lưu trữ sự kiện\",\"TdfEV7\":\"Lưu trữ\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"Bạn có chắc mình muốn kích hoạt người tham dự này không?\",\"TvkW9+\":\"Bạn có chắc mình muốn lưu trữ sự kiện này không?\",\"/CV2x+\":\"Bạn có chắc mình muốn hủy người tham dự này không? Điều này sẽ làm mất hiệu lực vé của họ\",\"YgRSEE\":\"Bạn có chắc là bạn muốn xóa mã khuyến mãi này không?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"Bạn có chắc chắn muốn chuyển sự kiện này thành bản nháp không? Điều này sẽ làm cho sự kiện không hiển thị với công chúng.\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"Bạn có chắc chắn muốn khôi phục sự kiện này không? Sự kiện sẽ được khôi phục dưới dạng bản nháp.\",\"vJuISq\":\"Bạn có chắc chắn muốn xóa phân bổ sức chứa này không?\",\"baHeCz\":\"Bạn có chắc là bạn muốn xóa danh sách tham dự này không?\",\"LBLOqH\":\"Hỏi một lần cho mỗi đơn hàng\",\"wu98dY\":\"Hỏi một lần cho mỗi sản phẩm\",\"ss9PbX\":\"Người tham dự\",\"m0CFV2\":\"Chi tiết người tham dự\",\"QKim6l\":\"Không tìm thấy người tham dự\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"Vé tham dự\",\"9SZT4E\":\"Người tham dự\",\"iPBfZP\":\"Người tham dự đã đăng ký\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"Tự động thay đổi kích thước\",\"vZ5qKF\":\"Tự động thay đổi chiều cao widget dựa trên nội dung. Khi tắt, widget sẽ lấp đầy chiều cao của container.\",\"4lVaWA\":\"Đang chờ thanh toán offline\",\"2rHwhl\":\"Đang chờ thanh toán offline\",\"3wF4Q/\":\"Đang chờ thanh toán\",\"ioG+xt\":\"Đang chờ thanh toán\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Nhà tổ chức tuyệt vời Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"Trở lại trang sự kiện\",\"VCoEm+\":\"Quay lại đăng nhập\",\"k1bLf+\":\"Màu nền\",\"I7xjqg\":\"Loại nền\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"Địa chỉ thanh toán\",\"/xC/im\":\"Cài đặt thanh toán\",\"rp/zaT\":\"Tiếng Bồ Đào Nha Brazil\",\"whqocw\":\"Bằng cách đăng ký, bạn đồng ý với các <0>Điều khoản dịch vụ của chúng tôi và <1>Chính sách bảo mật.\",\"bcCn6r\":\"Loại tính toán\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"Hủy\",\"Gjt/py\":\"Hủy thay đổi email\",\"tVJk4q\":\"Hủy đơn hàng\",\"Os6n2a\":\"Hủy đơn hàng\",\"Mz7Ygx\":[\"Hủy đơn hàng \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"Hủy bỏ\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"Công suất\",\"V6Q5RZ\":\"Phân bổ sức chứa được tạo thành công\",\"k5p8dz\":\"Phân bổ sức chứa đã được xóa thành công\",\"nDBs04\":\"Quản lý sức chứa\",\"ddha3c\":\"Danh mục giúp bạn nhóm các sản phẩm lại với nhau. Ví dụ, bạn có thể có một danh mục cho \\\"Vé\\\" và một danh mục khác cho \\\"Hàng hóa\\\".\",\"iS0wAT\":\"Danh mục giúp bạn sắp xếp sản phẩm của mình. Tiêu đề này sẽ được hiển thị trên trang sự kiện công khai.\",\"eorM7z\":\"Danh mục đã được sắp xếp lại thành công.\",\"3EXqwa\":\"Danh mục được tạo thành công\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"Thay đổi mật khẩu\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"Check-in \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"Check-in và đánh dấu đơn hàng đã thanh toán\",\"QYLpB4\":\"Chỉ check-in\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"Xác nhận rời khỏi sự kiện này!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"Danh sách check-in đã bị xóa thành công\",\"+hBhWk\":\"Danh sách check-in đã hết hạn\",\"mBsBHq\":\"Danh sách check-in không hoạt động\",\"vPqpQG\":\"Danh sách Check-In không tồn tại\",\"tejfAy\":\"Danh sách Check-In\",\"hD1ocH\":\"URL check-in đã được sao chép vào clipboard\",\"CNafaC\":\"Tùy chọn checkbox cho phép chọn nhiều mục\",\"SpabVf\":\"Checkbox\",\"CRu4lK\":\"Đã check-in\",\"znIg+z\":\"Thanh toán\",\"1WnhCL\":\"Cài đặt thanh toán\",\"6imsQS\":\"Trung Quốc (đơn giản hóa)\",\"JjkX4+\":\"Chọn một màu cho nền của bạn\",\"/Jizh9\":\"Chọn một tài khoản\",\"3wV73y\":\"Thành phố\",\"FG98gC\":\"Xoá văn bản tìm kiếm\",\"EYeuMv\":\"click here\",\"sby+1/\":\"Bấm để sao chép\",\"yz7wBu\":\"Đóng\",\"62Ciis\":\"Đóng thanh bên\",\"EWPtMO\":\"Mã\",\"ercTDX\":\"Mã phải dài từ 3 đến 50 ký tự\",\"oqr9HB\":\"Thu gọn sản phẩm này khi trang sự kiện ban đầu được tải\",\"jZlrte\":\"Màu sắc\",\"Vd+LC3\":\"Màu sắc phải là mã màu hex hợp lệ. Ví dụ: #ffffff\",\"1HfW/F\":\"Màu sắc\",\"VZeG/A\":\"Sắp ra mắt\",\"yPI7n9\":\"Các từ khóa mô tả sự kiện, được phân tách bằng dấu phẩy. Chúng sẽ được công cụ tìm kiếm sử dụng để phân loại và lập chỉ mục sự kiện.\",\"NPZqBL\":\"Hoàn tất đơn hàng\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"Hoàn tất thanh toán\",\"qqWcBV\":\"Hoàn thành\",\"6HK5Ct\":\"Đơn hàng đã hoàn thành\",\"NWVRtl\":\"Đơn hàng đã hoàn thành\",\"DwF9eH\":\"Mã component\",\"Tf55h7\":\"Giảm giá đã cấu hình\",\"7VpPHA\":\"Xác nhận\",\"ZaEJZM\":\"Xác nhận thay đổi email\",\"yjkELF\":\"Xác nhận mật khẩu mới\",\"xnWESi\":\"Xác nhận mật khẩu\",\"p2/GCq\":\"Xác nhận mật khẩu\",\"wnDgGj\":\"Đang xác nhận địa chỉ email...\",\"pbAk7a\":\"Kết nối Stripe\",\"UMGQOh\":\"Kết nối với Stripe\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"Chi tiết kết nối\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"Tiếp tục\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"Văn bản nút Tiếp tục\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"Đã Sao chép\",\"T5rdis\":\"Sao chép vào bộ nhớ tạm\",\"he3ygx\":\"Sao chép\",\"r2B2P8\":\"Sao chép URL check-in\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"Sao chép Link\",\"E6nRW7\":\"Sao chép URL\",\"JNCzPW\":\"Quốc gia\",\"IF7RiR\":\"Bìa\",\"hYgDIe\":\"Tạo\",\"b9XOHo\":[\"Tạo \",[\"0\"]],\"k9RiLi\":\"Tạo một sản phẩm\",\"6kdXbW\":\"Tạo mã khuyến mãi\",\"n5pRtF\":\"Tạo một vé\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"Tạo một tổ chức\",\"ipP6Ue\":\"Tạo người tham dự\",\"VwdqVy\":\"Tạo phân bổ sức chứa\",\"EwoMtl\":\"Tạo thể loại\",\"XletzW\":\"Tạo thể loại\",\"WVbTwK\":\"Tạo danh sách check-in\",\"uN355O\":\"Tạo sự kiện\",\"BOqY23\":\"Tạo mới\",\"kpJAeS\":\"Tạo tổ chức\",\"a0EjD+\":\"Tạo sản phẩm\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"Tạo mã khuyến mãi\",\"B3Mkdt\":\"Tạo câu hỏi\",\"UKfi21\":\"Tạo thuế hoặc phí\",\"d+F6q9\":\"Đã tạo\",\"Q2lUR2\":\"Tiền tệ\",\"DCKkhU\":\"Mật khẩu hiện tại\",\"uIElGP\":\"URL bản đồ tùy chỉnh\",\"UEqXyt\":\"Phạm vi tùy chỉnh\",\"876pfE\":\"Khách hàng\",\"QOg2Sf\":\"Tùy chỉnh cài đặt email và thông báo cho sự kiện này\",\"Y9Z/vP\":\"Tùy chỉnh trang chủ sự kiện và tin nhắn thanh toán\",\"2E2O5H\":\"Tùy chỉnh các cài đặt linh tinh cho sự kiện này\",\"iJhSxe\":\"Tùy chỉnh cài đặt SEO cho sự kiện này\",\"KIhhpi\":\"Tùy chỉnh trang sự kiện của bạn\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"Vùng nguy hiểm\",\"ZQKLI1\":\"Vùng nguy hiểm\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"Ngày\",\"JvUngl\":\"Ngày và giờ\",\"JJhRbH\":\"Sức chứa ngày đầu tiên\",\"cnGeoo\":\"Xóa\",\"jRJZxD\":\"Xóa sức chứa\",\"VskHIx\":\"Xóa danh mục\",\"Qrc8RZ\":\"Xóa danh sách check-in\",\"WHf154\":\"Xóa mã\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"Mô tả\",\"YC3oXa\":\"Mô tả cho nhân viên làm thủ tục check-in\",\"URmyfc\":\"Chi tiết\",\"1lRT3t\":\"Vô hiệu hóa sức chứa này sẽ theo dõi doanh số nhưng không dừng bán khi đạt giới hạn\",\"H6Ma8Z\":\"Giảm giá\",\"ypJ62C\":\"Giảm giá %\",\"3LtiBI\":[\"Giảm giá trong \",[\"0\"]],\"C8JLas\":\"Loại giảm giá\",\"1QfxQT\":\"Đóng\",\"DZlSLn\":\"Nhãn tài liệu\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"Tải xuống .ics\",\"kodV18\":\"Tải xuống CSV\",\"CELKku\":\"Tải xuống hóa đơn\",\"LQrXcu\":\"Tải xuống hóa đơn\",\"QIodqd\":\"Tải về mã QR\",\"yhjU+j\":\"Tải xuống hóa đơn\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"Lựa chọn thả xuống\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"Nhân bản sự kiện\",\"3ogkAk\":\"Nhân bản sự kiện\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"Tùy chọn nhân bản\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"Ưu đãi sớm\",\"ePK91l\":\"Chỉnh sửa\",\"N6j2JH\":[\"chỉnh sửa \",[\"0\"]],\"kBkYSa\":\"Chỉnh sửa công suất\",\"oHE9JT\":\"Chỉnh sửa phân bổ sức chứa\",\"j1Jl7s\":\"Chỉnh sửa danh mục\",\"FU1gvP\":\"Chỉnh sửa danh sách check-in\",\"iFgaVN\":\"Chỉnh sửa mã\",\"jrBSO1\":\"Chỉnh sửa tổ chức\",\"tdD/QN\":\"Chỉnh sửa sản phẩm\",\"n143Tq\":\"Chỉnh sửa danh mục sản phẩm\",\"9BdS63\":\"Chỉnh sửa mã khuyến mãi\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"Chỉnh sửa câu hỏi\",\"poTr35\":\"Chỉnh sửa người dùng\",\"GTOcxw\":\"Chỉnh sửa người dùng\",\"pqFrv2\":\"ví dụ: 2.50 cho $2.50\",\"3yiej1\":\"ví dụ: 23.5 cho 23.5%\",\"O3oNi5\":\"Email\",\"VxYKoK\":\"Cài đặt email & thông báo\",\"ATGYL1\":\"Địa chỉ email\",\"hzKQCy\":\"Địa chỉ Email\",\"HqP6Qf\":\"Hủy thay đổi email thành công\",\"mISwW1\":\"Thay đổi email đang chờ xử lý\",\"APuxIE\":\"Xác nhận email đã được gửi lại\",\"YaCgdO\":\"Xác nhận email đã được gửi lại thành công\",\"jyt+cx\":\"Thông điệp chân trang email\",\"I6F3cp\":\"Email không được xác minh\",\"NTZ/NX\":\"Mã nhúng\",\"4rnJq4\":\"Script nhúng\",\"8oPbg1\":\"Bật hóa đơn\",\"j6w7d/\":\"Cho phép khả năng này dừng bán sản phẩm khi đạt đến giới hạn\",\"VFv2ZC\":\"Ngày kết thúc\",\"237hSL\":\"Kết thúc\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"Tiếng Anh\",\"MhVoma\":\"Nhập một số tiền không bao gồm thuế và phí.\",\"SlfejT\":\"Lỗi\",\"3Z223G\":\"Lỗi xác nhận địa chỉ email\",\"a6gga1\":\"Lỗi xác nhận thay đổi email\",\"5/63nR\":\"EUR\",\"0pC/y6\":\"Sự kiện\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"Ngày sự kiện\",\"0Zptey\":\"Mặc định sự kiện\",\"QcCPs8\":\"Chi tiết sự kiện\",\"6fuA9p\":\"Sự kiện nhân đôi thành công\",\"AEuj2m\":\"Trang chủ sự kiện\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"Vị trí sự kiện & địa điểm tổ chức\",\"OopDbA\":\"Event page\",\"4/If97\":\"Cập nhật trạng thái sự kiện thất bại. Vui lòng thử lại sau\",\"btxLWj\":\"Trạng thái sự kiện đã được cập nhật\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"Sự kiện\",\"sZg7s1\":\"Ngày hết hạn\",\"KnN1Tu\":\"Hết hạn\",\"uaSvqt\":\"Ngày hết hạn\",\"GS+Mus\":\"Xuất\",\"9xAp/j\":\"Không thể hủy người tham dự\",\"ZpieFv\":\"Không thể hủy đơn hàng\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"Không thể tải hóa đơn. Vui lòng thử lại.\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"Không thể tải danh sách check-in\",\"ZQ15eN\":\"Không thể gửi lại email vé\",\"ejXy+D\":\"Không thể sắp xếp sản phẩm\",\"PLUB/s\":\"Phí\",\"/mfICu\":\"Các khoản phí\",\"LyFC7X\":\"Lọc đơn hàng\",\"cSev+j\":\"Bộ lọc\",\"CVw2MU\":[\"Bộ lọc (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"Số hóa đơn đầu tiên\",\"V1EGGU\":\"Tên\",\"kODvZJ\":\"Tên\",\"S+tm06\":\"Tên của bạn phải nằm trong khoảng từ 1 đến 50 ký tự\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"Được sử dụng lần đầu tiên\",\"TpqW74\":\"Đã sửa\",\"irpUxR\":\"Số tiền cố định\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"Quên mật khẩu?\",\"2POOFK\":\"Miễn phí\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"Tiếng Pháp\",\"Weq9zb\":\"General\",\"DDcvSo\":\"Tiếng Đức\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"Quay trở lại hồ sơ\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"Lịch Google\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"Tổng doanh số\",\"yRg26W\":\"Doanh thu gộp\",\"R4r4XO\":\"Người được mời\",\"26pGvx\":\"Nhập mã khuyến mãi?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"Đây là ví dụ về cách bạn có thể sử dụng component trong ứng dụng của bạn.\",\"Y1SSqh\":\"Đây là component React bạn có thể sử dụng để nhúng widget vào ứng dụng của bạn.\",\"QuhVpV\":[\"Chào \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"Ẩn khỏi chế độ xem công khai\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"Các câu hỏi ẩn chỉ hiển thị cho người tổ chức sự kiện chứ không phải cho khách hàng.\",\"vLyv1R\":\"Ẩn\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"ẩn sản phẩm sau ngày kết thúc bán\",\"06s3w3\":\"ẩn sản phẩm trước ngày bắt đầu bán\",\"axVMjA\":\"ẩn sản phẩm trừ khi người dùng có mã khuyến mãi áp dụng\",\"ySQGHV\":\"Ẩn sản phẩm khi bán hết\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"Ẩn sản phẩm này khỏi khách hàng\",\"Da29Y6\":\"Ẩn câu hỏi này\",\"fvDQhr\":\"Ẩn tầng này khỏi người dùng\",\"lNipG+\":\"Việc ẩn một sản phẩm sẽ ngăn người dùng xem nó trên trang sự kiện.\",\"ZOBwQn\":\"Thiết kế trang sự kiện\",\"PRuBTd\":\"Thiết kế trang chủ\",\"YjVNGZ\":\"Xem trước trang chủ\",\"c3E/kw\":\"Homer\",\"8k8Njd\":\"Khách hàng phải hoàn thành đơn đơn hàng bao nhiêu phút. \",\"ySxKZe\":\"Mã này có thể được sử dụng bao nhiêu lần?\",\"dZsDbK\":[\"Vượt quá giới hạn ký tự HTML: \",[\"htmllesth\"],\"/\",[\"maxlength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"Tôi đồng ý với <0>các điều khoản và điều kiện\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"Nếu được bật, nhân viên check-in có thể đánh dấu người tham dự đã check-in hoặc đánh dấu đơn hàng đã thanh toán và check-in người tham dự. Nếu tắt, những người tham dự liên kết với đơn hàng chưa thanh toán sẽ không thể check-in.\",\"muXhGi\":\"Nếu được bật, người tổ chức sẽ nhận được thông báo email khi có đơn hàng mới\",\"6fLyj/\":\"Nếu bạn không yêu cầu thay đổi này, vui lòng thay đổi ngay mật khẩu của bạn.\",\"n/ZDCz\":\"Hình ảnh đã xóa thành công\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"Hình ảnh được tải lên thành công\",\"VyUuZb\":\"URL hình ảnh\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"Không hoạt động\",\"T0K0yl\":\"Người dùng không hoạt động không thể đăng nhập.\",\"kO44sp\":\"Bao gồm thông tin kết nối cho sự kiện trực tuyến của bạn. Những chi tiết này sẽ được hiển thị trên trang tóm tắt đơn hàng và trang vé của người tham dự.\",\"FlQKnG\":\"Bao gồm thuế và phí trong giá\",\"Vi+BiW\":[\"Bao gồm các sản phẩm \",[\"0\"]],\"lpm0+y\":\"Bao gồm 1 sản phẩm\",\"UiAk5P\":\"Chèn hình ảnh\",\"OyLdaz\":\"Lời mời đã được gửi lại!\",\"HE6KcK\":\"Lời mời bị thu hồi!\",\"SQKPvQ\":\"Mời người dùng\",\"bKOYkd\":\"Hóa đơn được tải xuống thành công\",\"alD1+n\":\"Ghi chú hóa đơn\",\"kOtCs2\":\"Đánh số hóa đơn\",\"UZ2GSZ\":\"Cài đặt hóa đơn\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"Mục\",\"KFXip/\":\"John\",\"XcgRvb\":\"Johnson\",\"87a/t/\":\"Nhãn\",\"vXIe7J\":\"Ngôn ngữ\",\"2LMsOq\":\"12 tháng qua\",\"vfe90m\":\"14 ngày qua\",\"aK4uBd\":\"24 giờ qua\",\"uq2BmQ\":\"30 ngày qua\",\"bB6Ram\":\"48 giờ qua\",\"VlnB7s\":\"6 tháng qua\",\"ct2SYD\":\"7 ngày qua\",\"XgOuA7\":\"90 ngày qua\",\"I3yitW\":\"Đăng nhập cuối cùng\",\"1ZaQUH\":\"Họ\",\"UXBCwc\":\"Họ\",\"tKCBU0\":\"Được sử dụng lần cuối\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"Để trống để sử dụng từ mặc định \\\"Hóa đơn\\\"\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"Đang tải ...\",\"wJijgU\":\"Vị trí\",\"sQia9P\":\"Đăng nhập\",\"zUDyah\":\"Đăng nhập\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"Đăng xuất\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"Bắt buộc nhập địa chỉ thanh toán, trong khi thanh toán\",\"MU3ijv\":\"Làm cho câu hỏi này bắt buộc\",\"wckWOP\":\"Quản lý\",\"onpJrA\":\"Quản lý người tham dự\",\"n4SpU5\":\"Quản lý sự kiện\",\"WVgSTy\":\"Quản lý đơn hàng\",\"1MAvUY\":\"Quản lý cài đặt thanh toán và lập hóa đơn cho sự kiện này.\",\"cQrNR3\":\"Quản lý hồ sơ\",\"AtXtSw\":\"Quản lý thuế và phí có thể được áp dụng cho sản phẩm của bạn\",\"ophZVW\":\"Quản lý Vé\",\"DdHfeW\":\"Quản lý chi tiết tài khoản của bạn và cài đặt mặc định\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"Quản lý người dùng của bạn và quyền của họ\",\"1m+YT2\":\"Các câu hỏi bắt buộc phải được trả lời trước khi khách hàng có thể thanh toán.\",\"Dim4LO\":\"Thêm một người tham dự theo cách thủ công\",\"e4KdjJ\":\"Thêm người tham dự\",\"vFjEnF\":\"Đánh dấu đã trả tiền\",\"g9dPPQ\":\"Tối đa mỗi đơn hàng\",\"l5OcwO\":\"Tin nhắn cho người tham dự\",\"Gv5AMu\":\"Tin nhắn cho người tham dự\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"Tin nhắn cho người mua\",\"tNZzFb\":\"Nội dung tin nhắn\",\"lYDV/s\":\"Tin nhắn cho những người tham dự cá nhân\",\"V7DYWd\":\"Tin nhắn được gửi\",\"t7TeQU\":\"Tin nhắn\",\"xFRMlO\":\"Tối thiểu cho mỗi đơn hàng\",\"QYcUEf\":\"Giá tối thiểu\",\"RDie0n\":\"Linh tinh\",\"mYLhkl\":\"Cài đặt linh tinh\",\"KYveV8\":\"Hộp văn bản đa dòng\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"Mô tả sự kiện tuyệt vời của tôi ...\",\"vX8/tc\":\"Tiêu đề sự kiện tuyệt vời của tôi ...\",\"hKtWk2\":\"Hồ sơ của tôi\",\"fj5byd\":\"Không áp dụng\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"Tên\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"Đi tới người tham dự\",\"qqeAJM\":\"Không bao giờ\",\"7vhWI8\":\"Mật khẩu mới\",\"1UzENP\":\"Không\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"Không có sự kiện lưu trữ để hiển thị.\",\"q2LEDV\":\"Không có người tham dự tìm thấy cho đơn hàng này.\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"Không có người tham dự để hiển thị\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"Không có phân bổ sức chứa\",\"a/gMx2\":\"Không có danh sách check-in\",\"tMFDem\":\"Không có dữ liệu có sẵn\",\"6Z/F61\":\"Không có dữ liệu để hiển thị. Vui lòng chọn khoảng thời gian\",\"fFeCKc\":\"Không giảm giá\",\"HFucK5\":\"Không có sự kiện đã kết thúc để hiển thị.\",\"yAlJXG\":\"Không có sự kiện nào hiển thị\",\"GqvPcv\":\"Không có bộ lọc có sẵn\",\"KPWxKD\":\"Không có tin nhắn nào hiển thị\",\"J2LkP8\":\"Không có đơn hàng nào để hiển thị\",\"RBXXtB\":\"Hiện không có phương thức thanh toán. Vui lòng liên hệ ban tổ chức sự kiện để được hỗ trợ.\",\"ZWEfBE\":\"Không cần thanh toán\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"Không có sản phẩm có sẵn trong danh mục này.\",\"FTfObB\":\"Chưa có sản phẩm\",\"+Y976X\":\"Không có mã khuyến mãi để hiển thị\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"Không có kết quả\",\"gk5uwN\":\"Không có kết quả tìm kiếm\",\"RHyZUL\":\"Không có kết quả tìm kiếm.\",\"RY2eP1\":\"Không có thuế hoặc phí đã được thêm vào.\",\"EdQY6l\":\"Không\",\"OJx3wK\":\"Không có sẵn\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"Ghi chú\",\"jtrY3S\":\"Chưa có gì để hiển thị\",\"hFwWnI\":\"Cài đặt thông báo\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"Thông báo cho ban tổ chức các đơn hàng mới\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"Số ngày quá hạn thanh toán (để trống để bỏ qua các điều khoản thanh toán từ hóa đơn)\",\"n86jmj\":\"Tiền tố số\",\"mwe+2z\":\"Các đơn hàng ngoại tuyến không được phản ánh trong thống kê sự kiện cho đến khi đơn hàng được đánh dấu là được thanh toán.\",\"dWBrJX\":\"Thanh toán offline không thành công. Vui lòng thử loại hoặc liên hệ với ban tổ chức sự kiện.\",\"fcnqjw\":\"Hướng Dẫn Thanh Toán Offline\",\"+eZ7dp\":\"Thanh toán offline\",\"ojDQlR\":\"Thông tin thanh toán offline\",\"u5oO/W\":\"Cài đặt thanh toán offline\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"Đang Bán\",\"Ug4SfW\":\"Khi bạn tạo một sự kiện, bạn sẽ thấy nó ở đây.\",\"ZxnK5C\":\"Khi bạn bắt đầu thu thập dữ liệu, bạn sẽ thấy nó ở đây.\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"Đang diễn ra\",\"z+nuVJ\":\"Sự kiện trực tuyến\",\"WKHW0N\":\"Chi tiết sự kiện trực tuyến\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"Mở Trang Check-In\",\"OdnLE4\":\"Mở thanh bên\",\"ZZEYpT\":[\"Tùy chọn \",[\"i\"]],\"oPknTP\":\"Thông tin bổ sung tùy chọn xuất hiện trên tất cả các hóa đơn (ví dụ: điều khoản thanh toán, phí thanh toán trễ, chính sách trả lại)\",\"OrXJBY\":\"Tiền tố tùy chọn cho số hóa đơn (ví dụ: Inv-)\",\"0zpgxV\":\"Tùy chọn\",\"BzEFor\":\"Hoặc\",\"UYUgdb\":\"Đơn hàng\",\"mm+eaX\":\"Mã đơn\",\"B3gPuX\":\"Đơn hàng bị hủy\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"Ngày đơn hàng\",\"Tol4BF\":\"Chi tiết đơn hàng\",\"WbImlQ\":\"Đơn hàng đã bị hủy và chủ sở hữu đơn hàng đã được thông báo.\",\"nAn4Oe\":\"Đơn hàng được đánh dấu là đã thanh toán\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"Mã đơn hàng\",\"acIJ41\":\"Trạng thái đơn hàng\",\"GX6dZv\":\"Tóm tắt đơn hàng\",\"tDTq0D\":\"Thời gian chờ đơn hàng\",\"1h+RBg\":\"Đơn hàng\",\"3y+V4p\":\"Địa chỉ tổ chức\",\"GVcaW6\":\"Chi tiết tổ chức\",\"nfnm9D\":\"Tên tổ chức\",\"G5RhpL\":\"Người tổ chức\",\"mYygCM\":\"Người tổ chức là bắt buộc\",\"Pa6G7v\":\"Tên ban tổ chức\",\"l894xP\":\"Ban tổ chức chỉ có thể quản lý các sự kiện và sản phẩm. Họ không thể quản lý người dùng, tài khoản hoặc thông tin thanh toán.\",\"fdjq4c\":\"Khoảng cách\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"Không tìm thấy trang\",\"QbrUIo\":\"Lượt xem trang\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"đã trả tiền\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"Hoàn lại tiền một phần\",\"8ZsakT\":\"Mật khẩu\",\"TUJAyx\":\"Mật khẩu phải tối thiểu 8 ký tự\",\"vwGkYB\":\"Mật khẩu phải có ít nhất 8 ký tự\",\"BLTZ42\":\"Đặt lại mật khẩu thành công. Vui lòng sử dụng mật khẩu mới để đăng nhập.\",\"f7SUun\":\"Mật khẩu không giống nhau\",\"aEDp5C\":\"Dán mã này vào nơi bạn muốn widget xuất hiện.\",\"+23bI/\":\"Patrick\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"Thanh toán\",\"Lg+ewC\":\"Thanh toán & Hoá đơn\",\"DZjk8u\":\"Cài đặt Thanh toán & Hoá đơn\",\"lflimf\":\"Thời hạn thanh toán\",\"JhtZAK\":\"Thanh toán thất bại\",\"JEdsvQ\":\"Hướng dẫn thanh toán\",\"bLB3MJ\":\"Phương thức thanh toán\",\"QzmQBG\":\"Nhà cung cấp Thanh toán\",\"lsxOPC\":\"Thanh toán đã nhận\",\"wJTzyi\":\"Tình trạng thanh toán\",\"xgav5v\":\"Thanh toán thành công!\",\"R29lO5\":\"Điều khoản thanh toán\",\"/roQKz\":\"Tỷ lệ phần trăm\",\"vPJ1FI\":\"Tỷ lệ phần trăm\",\"xdA9ud\":\"Đặt mã này vào của trang web của bạn.\",\"blK94r\":\"Vui lòng thêm ít nhất một tùy chọn\",\"FJ9Yat\":\"Vui lòng kiểm tra thông tin được cung cấp là chính xác\",\"TkQVup\":\"Vui lòng kiểm tra email và mật khẩu của bạn và thử lại\",\"sMiGXD\":\"Vui lòng kiểm tra email của bạn là hợp lệ\",\"Ajavq0\":\"Vui lòng kiểm tra email của bạn để xác nhận địa chỉ email của bạn\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"Vui lòng tiếp tục trong tab mới\",\"hcX103\":\"Vui lòng tạo một sản phẩm\",\"cdR8d6\":\"Vui lòng tạo vé\",\"x2mjl4\":\"Vui lòng nhập URL hình ảnh hợp lệ trỏ đến một hình ảnh.\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"Xin lưu ý\",\"C63rRe\":\"Vui lòng quay lại trang sự kiện để bắt đầu lại.\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"Vui lòng chọn ít nhất một sản phẩm\",\"igBrCH\":\"Vui lòng xác minh địa chỉ email của bạn để truy cập tất cả các tính năng\",\"/IzmnP\":\"Vui lòng đợi trong khi chúng tôi chuẩn bị hóa đơn của bạn ...\",\"MOERNx\":\"Tiếng Bồ Đào Nha\",\"qCJyMx\":\"Tin nhắn sau phần thanh toán\",\"g2UNkE\":\"Được cung cấp bởi\",\"Rs7IQv\":\"Thông báo trước khi thanh toán\",\"rdUucN\":\"Xem trước\",\"a7u1N9\":\"Giá\",\"CmoB9j\":\"Chế độ hiển thị giá\",\"BI7D9d\":\"Giá không được đặt\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"Màu chính\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"Màu chữ chính\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"In tất cả vé\",\"DKwDdj\":\"In vé\",\"K47k8R\":\"Sản phẩm\",\"1JwlHk\":\"Danh mục sản phẩm\",\"U61sAj\":\"Danh mục sản phẩm được cập nhật thành công.\",\"1USFWA\":\"Sản phẩm đã xóa thành công\",\"4Y2FZT\":\"Loại giá sản phẩm\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"Bán Hàng\",\"U/R4Ng\":\"Cấp sản phẩm\",\"sJsr1h\":\"Loại sản phẩm\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"Sản phẩm(s)\",\"N0qXpE\":\"Sản phẩm\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"Sản phẩm đã bán\",\"/u4DIx\":\"Sản phẩm đã bán\",\"DJQEZc\":\"Sản phẩm được sắp xếp thành công\",\"vERlcd\":\"Hồ sơ\",\"kUlL8W\":\"Hồ sơ cập nhật thành công\",\"cl5WYc\":[\"Mã \",[\"Promo_code\"],\" đã được áp dụng\"],\"P5sgAk\":\"Mã khuyến mãi\",\"yKWfjC\":\"Trang mã khuyến mãi\",\"RVb8Fo\":\"Mã khuyến mãi\",\"BZ9GWa\":\"Mã khuyến mãi có thể được sử dụng để giảm giá, truy cập bán trước hoặc cung cấp quyền truy cập đặc biệt vào sự kiện của bạn.\",\"OP094m\":\"Báo cáo mã khuyến mãi\",\"4kyDD5\":\"Cung cấp ngữ cảnh hoặc hướng dẫn bổ sung cho câu hỏi này. Sử dụng trường này để thêm điều khoản\\nvà điều kiện, hướng dẫn hoặc bất kỳ thông tin quan trọng nào mà người tham dự cần biết trước khi trả lời.\",\"toutGW\":\"Mã QR\",\"LkMOWF\":\"Số lượng có sẵn\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"Đã xóa câu hỏi\",\"avf0gk\":\"Mô tả câu hỏi\",\"oQvMPn\":\"Tiêu đề câu hỏi\",\"enzGAL\":\"Câu hỏi\",\"ROv2ZT\":\"Câu hỏi\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"Tùy chọn radio\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"Người nhận\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"Hoàn tiền không thành công\",\"n10yGu\":\"Lệnh hoàn trả\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"Hoàn tiền chờ xử lý\",\"xHpVRl\":\"Trạng thái hoàn trả\",\"/BI0y9\":\"Đã hoàn lại\",\"fgLNSM\":\"Đăng ký\",\"9+8Vez\":\"Sử dụng còn lại\",\"tasfos\":\"Loại bỏ\",\"t/YqKh\":\"Hủy bỏ\",\"t9yxlZ\":\"Báo cáo\",\"prZGMe\":\"Yêu cầu địa chỉ thanh toán\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"Gửi lại xác nhận email\",\"wIa8Qe\":\"Gửi lại lời mời\",\"VeKsnD\":\"Gửi lại email đơn hàng\",\"dFuEhO\":\"Gửi lại email vé\",\"o6+Y6d\":\"Đang gửi lại ...\",\"OfhWJH\":\"Đặt lại\",\"RfwZxd\":\"Đặt lại mật khẩu\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"Khôi phục sự kiện\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"Trở lại trang sự kiện\",\"8YBH95\":\"Doanh thu\",\"PO/sOY\":\"Thu hồi lời mời\",\"GDvlUT\":\"Vai trò\",\"ELa4O9\":\"Ngày bán kết thúc\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"Ngày bắt đầu bán hàng\",\"hBsw5C\":\"Bán hàng kết thúc\",\"kpAzPe\":\"Bán hàng bắt đầu\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"Lưu\",\"IUwGEM\":\"Lưu thay đổi\",\"U65fiW\":\"Lưu tổ chức\",\"UGT5vp\":\"Lưu cài đặt\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"Tìm kiếm theo tên người tham dự, email hoặc đơn hàng\",\"+pr/FY\":\"Tìm kiếm theo tên sự kiện\",\"3zRbWw\":\"Tìm kiếm theo tên, email, hoặc mã đơn hàng #\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"Tìm kiếm theo tên...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"Tìm kiếm phân bổ sức chứa...\",\"r9M1hc\":\"Tìm kiếm danh sách check-in...\",\"+0Yy2U\":\"Tìm kiếm sản phẩm\",\"YIix5Y\":\"Tìm kiếm\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"Màu phụ\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"Màu chữ phụ\",\"02ePaq\":[\"Chọn \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"Chọn danh mục...\",\"kWI/37\":\"Chọn nhà tổ chức\",\"ixIx1f\":\"Chọn sản phẩm\",\"3oSV95\":\"Chọn bậc sản phẩm\",\"C4Y1hA\":\"Chọn sản phẩm\",\"hAjDQy\":\"Chọn trạng thái\",\"QYARw/\":\"Chọn Vé\",\"OMX4tH\":\"Chọn Vé\",\"DrwwNd\":\"Chọn khoảng thời gian\",\"O/7I0o\":\"Chọn ...\",\"JlFcis\":\"Gửi\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"Gửi tin nhắn\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"Gửi tin nhắn\",\"D7ZemV\":\"Gửi email xác nhận và vé\",\"v1rRtW\":\"Gửi Test\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"Mô tả SEO\",\"/SIY6o\":\"Từ khóa SEO\",\"GfWoKv\":\"Cài đặt SEO\",\"rXngLf\":\"Tiêu đề SEO\",\"/jZOZa\":\"Phí dịch vụ\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"Đặt số bắt đầu cho hóa đơn. Sau khi hóa đơn được tạo, số này không thể thay đổi.\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"Cài đặt\",\"Z8lGw6\":\"Chia sẻ\",\"B2V3cA\":\"Chia sẻ sự kiện\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Hiển thị\",\"V0SbFp\":\"Hiển thị số lượng sản phẩm có sẵn\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"Hiển thị thêm\",\"izwOOD\":\"Hiển thị thuế và phí riêng biệt\",\"1SbbH8\":\"Hiển thị cho khách hàng sau khi họ thanh toán, trên trang Tóm tắt đơn hàng.\",\"YfHZv0\":\"Hiển thị cho khách hàng trước khi họ thanh toán\",\"CBBcly\":\"Hiển thị các trường địa chỉ chung, bao gồm quốc gia\",\"yTnnYg\":\"Simpson\",\"TNaCfq\":\"Hộp văn bản dòng đơn\",\"+P0Cn2\":\"Bỏ qua bước này\",\"YSEnLE\":\"Smith\",\"lgFfeO\":\"Đã bán hết\",\"Mi1rVn\":\"Đã bán hết\",\"nwtY4N\":\"Đã xảy ra lỗi\",\"GRChTw\":\"Có gì đó không ổn trong khi xóa thuế hoặc phí\",\"YHFrbe\":\"Có gì đó không ổn! Vui lòng thử lại\",\"kf83Ld\":\"Có gì đó không ổn.\",\"fWsBTs\":\"Có gì đó không ổn. Vui lòng thử lại\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"Xin lỗi, mã khuyến mãi này không được công nhận\",\"65A04M\":\"Tiếng Tây Ban Nha\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"Ngày bắt đầu\",\"/2by1f\":\"Nhà nước hoặc khu vực\",\"uAQUqI\":\"Trạng thái\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"Thanh toán Stripe không được kích hoạt cho sự kiện này.\",\"UJmAAK\":\"Chủ đề\",\"X2rrlw\":\"Tổng phụ\",\"zzDlyQ\":\"Thành công\",\"b0HJ45\":[\"Thành công! \",[\"0\"],\" sẽ nhận một email trong chốc lát.\"],\"BJIEiF\":[[\"0\"],\" Người tham dự thành công\"],\"OtgNFx\":\"Địa chỉ email được xác nhận thành công\",\"IKwyaF\":\"Thay đổi email được xác nhận thành công\",\"zLmvhE\":\"Người tham dự được tạo thành công\",\"gP22tw\":\"Sản phẩm được tạo thành công\",\"9mZEgt\":\"Mã khuyến mãi được tạo thành công\",\"aIA9C4\":\"Câu hỏi được tạo thành công\",\"J3RJSZ\":\"Người tham dự cập nhật thành công\",\"3suLF0\":\"Phân công công suất được cập nhật thành công\",\"Z+rnth\":\"Danh sách soát vé được cập nhật thành công\",\"vzJenu\":\"Cài đặt email được cập nhật thành công\",\"7kOMfV\":\"Sự kiện cập nhật thành công\",\"G0KW+e\":\"Thiết kế trang sự kiện được cập nhật thành công\",\"k9m6/E\":\"Cài đặt trang chủ được cập nhật thành công\",\"y/NR6s\":\"Vị trí cập nhật thành công\",\"73nxDO\":\"Cài đặt linh tinh được cập nhật thành công\",\"4H80qv\":\"Đơn hàng cập nhật thành công\",\"6xCBVN\":\"Cập nhật cài đặt thanh toán & lập hóa đơn thành công\",\"1Ycaad\":\"Cập nhật sản phẩm thành công\",\"70dYC8\":\"Cập nhật mã khuyến mãi thành công\",\"F+pJnL\":\"Cập nhật cài đặt SEO thành công\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"Email hỗ trợ\",\"uRfugr\":\"Áo thun\",\"JpohL9\":\"Thuế\",\"geUFpZ\":\"Thuế & Phí\",\"dFHcIn\":\"Chi tiết thuế\",\"wQzCPX\":\"Thông tin thuế sẽ xuất hiện ở cuối tất cả các hóa đơn (ví dụ: mã số thuế VAT, đăng ký thuế)\",\"0RXCDo\":\"Xóa thuế hoặc phí thành công\",\"ZowkxF\":\"Thuế\",\"qu6/03\":\"Thuế và phí\",\"gypigA\":\"Mã khuyến mãi không hợp lệ\",\"5ShqeM\":\"Danh sách check-in bạn đang tìm kiếm không tồn tại.\",\"QXlz+n\":\"Tiền tệ mặc định cho các sự kiện của bạn.\",\"mnafgQ\":\"Múi giờ mặc định cho các sự kiện của bạn.\",\"o7s5FA\":\"Ngôn ngữ mà người tham dự sẽ nhận email.\",\"NlfnUd\":\"Liên kết bạn đã nhấp vào không hợp lệ.\",\"HsFnrk\":[\"Số lượng sản phẩm tối đa cho \",[\"0\"],\"là \",[\"1\"]],\"TSAiPM\":\"Trang bạn đang tìm kiếm không tồn tại\",\"MSmKHn\":\"Giá hiển thị cho khách hàng sẽ bao gồm thuế và phí.\",\"6zQOg1\":\"Giá hiển thị cho khách hàng sẽ không bao gồm thuế và phí. Chúng sẽ được hiển thị riêng biệt.\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"Tiêu đề của sự kiện sẽ được hiển thị trong kết quả của công cụ tìm kiếm và khi chia sẻ trên phương tiện truyền thông xã hội. \",\"wDx3FF\":\"Không có sản phẩm nào cho sự kiện này\",\"pNgdBv\":\"Không có sản phẩm nào trong danh mục này\",\"rMcHYt\":\"Có một khoản hoàn tiền đang chờ xử lý. Vui lòng đợi hoàn tất trước khi yêu cầu hoàn tiền khác.\",\"F89D36\":\"Đã xảy ra lỗi khi đánh dấu đơn hàng là đã thanh toán\",\"68Axnm\":\"Đã xảy ra lỗi khi xử lý yêu cầu của bạn. Vui lòng thử lại.\",\"mVKOW6\":\"Có một lỗi khi gửi tin nhắn của bạn\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"Người tham dự này có đơn hàng chưa thanh toán.\",\"mf3FrP\":\"Danh mục này chưa có bất kỳ sản phẩm nào.\",\"8QH2Il\":\"Danh mục này bị ẩn khỏi chế độ xem công khai\",\"xxv3BZ\":\"Danh sách người tham dự này đã hết hạn\",\"Sa7w7S\":\"Danh sách người tham dự này đã hết hạn và không còn có sẵn để kiểm tra.\",\"Uicx2U\":\"Danh sách người tham dự này đang hoạt động\",\"1k0Mp4\":\"Danh sách người tham dự này chưa hoạt động\",\"K6fmBI\":\"Danh sách người tham dự này chưa hoạt động và không có sẵn để kiểm tra.\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"Thông tin này sẽ được hiển thị trên trang thanh toán, trang tóm tắt đơn hàng và email xác nhận đơn hàng.\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"Đây là một sự kiện trực tuyến\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"Thông báo này sẽ được bao gồm trong phần chân trang của tất cả các email được gửi từ sự kiện này\",\"55i7Fa\":\"Thông báo này sẽ chỉ được hiển thị nếu đơn hàng được hoàn thành thành công. Đơn chờ thanh toán sẽ không hiển thị thông báo này.\",\"RjwlZt\":\"Đơn hàng này đã được thanh toán.\",\"5K8REg\":\"Đơn hàng này đã được hoàn trả.\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"Đơn hàng này đã bị hủy bỏ.\",\"Q0zd4P\":\"Đơn hàng này đã hết hạn. Vui lòng bắt đầu lại.\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"Đơn hàng này đã hoàn tất.\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"Trang Đơn hàng này không còn có sẵn.\",\"i0TtkR\":\"Điều này ghi đè tất cả các cài đặt khả năng hiển thị và sẽ ẩn sản phẩm khỏi tất cả các khách hàng.\",\"cRRc+F\":\"Sản phẩm này không thể bị xóa vì nó được liên kết với một đơn hàng. \",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"Liên kết mật khẩu đặt lại này không hợp lệ hoặc hết hạn.\",\"IV9xTT\":\"Người dùng này không hoạt động, vì họ chưa chấp nhận lời mời của họ.\",\"5AnPaO\":\"vé\",\"kjAL4v\":\"Vé\",\"dtGC3q\":\"Email vé đã được gửi lại với người tham dự\",\"54q0zp\":\"Vé cho\",\"xN9AhL\":[\"Cấp \",[\"0\"]],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"Sản phẩm theo bậc cho phép bạn cung cấp nhiều tùy chọn giá cho cùng một sản phẩm. Điều này hoàn hảo cho các sản phẩm ưu đãi sớm hoặc các nhóm giá khác nhau cho từng đối tượng.\",\"nn3mSR\":\"Thời gian còn lại:\",\"s/0RpH\":\"Thời gian được sử dụng\",\"y55eMd\":\"Thời gian được sử dụng\",\"40Gx0U\":\"Múi giờ\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"Tiêu đề\",\"xdA/+p\":\"Công cụ\",\"72c5Qo\":\"Tổng\",\"YXx+fG\":\"Tổng trước khi giảm giá\",\"NRWNfv\":\"Tổng tiền chiết khấu\",\"BxsfMK\":\"Tổng phí\",\"2bR+8v\":\"Tổng doanh thu\",\"mpB/d9\":\"Tổng tiền đơn hàng\",\"m3FM1g\":\"Tổng đã hoàn lại\",\"jEbkcB\":\"Tổng đã hoàn lại\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"Tổng thuế\",\"+zy2Nq\":\"Loại\",\"FMdMfZ\":\"Không thể kiểm tra người tham dự\",\"bPWBLL\":\"Không thể kiểm tra người tham dự\",\"9+P7zk\":\"Không thể tạo sản phẩm. Vui lòng kiểm tra thông tin của bạn\",\"WLxtFC\":\"Không thể tạo sản phẩm. Vui lòng kiểm tra thông tin của bạn\",\"/cSMqv\":\"Không thể tạo câu hỏi. Vui lòng kiểm tra thông tin của bạn\",\"MH/lj8\":\"Không thể cập nhật câu hỏi. Vui lòng kiểm tra thông tin của bạn\",\"nnfSdK\":\"Khách hàng duy nhất\",\"Mqy/Zy\":\"Hoa Kỳ\",\"NIuIk1\":\"Không giới hạn\",\"/p9Fhq\":\"Không giới hạn có sẵn\",\"E0q9qH\":\"Sử dụng không giới hạn\",\"h10Wm5\":\"Đơn hàng chưa thanh toán\",\"ia8YsC\":\"Sắp tới\",\"TlEeFv\":\"Các sự kiện sắp tới\",\"L/gNNk\":[\"Cập nhật \",[\"0\"]],\"+qqX74\":\"Cập nhật tên sự kiện, mô tả và ngày\",\"vXPSuB\":\"Cập nhật hồ sơ\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"URL\",\"UtDm3q\":\"URL được sao chép vào bảng tạm\",\"e5lF64\":\"Ví dụ sử dụng\",\"fiV0xj\":\"Giới hạn sử dụng\",\"sGEOe4\":\"Sử dụng phiên bản làm mờ của ảnh bìa làm nền\",\"OadMRm\":\"Sử dụng hình ảnh bìa\",\"7PzzBU\":\"Người dùng\",\"yDOdwQ\":\"Quản lý người dùng\",\"Sxm8rQ\":\"Người dùng\",\"VEsDvU\":\"Người dùng có thể thay đổi email của họ trong <0>Cài đặt hồ sơ\",\"vgwVkd\":\"UTC\",\"khBZkl\":\"Thuế VAT\",\"E/9LUk\":\"Tên địa điểm\",\"jpctdh\":\"View\",\"Pte1Hv\":\"Xem chi tiết người tham dự\",\"/5PEQz\":\"Xem trang sự kiện\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"Xem trên Google Maps\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"Danh sách người tham dự VIP\",\"tF+VVr\":\"Vé VIP\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"Chúng tôi không thể xử lý thanh toán của bạn. Vui lòng thử lại hoặc liên hệ với ban tổ chức.\",\"45Srzt\":\"Chúng tôi không thể xóa danh mục. Vui lòng thử lại.\",\"/DNy62\":[\"Chúng tôi không thể tìm thấy bất kỳ vé nào khớp với \",[\"0\"]],\"1E0vyy\":\"Chúng tôi không thể tải dữ liệu. Vui lòng thử lại.\",\"NmpGKr\":\"Chúng tôi không thể sắp xếp lại các danh mục. Vui lòng thử lại.\",\"BJtMTd\":\"Chúng tôi đề xuất kích thước 2160px bằng 1080px và kích thước tệp tối đa là 5MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"Chúng tôi không thể xác nhận thanh toán của bạn. Vui lòng thử lại hoặc liên hệ với ban tổ chức.\",\"Gspam9\":\"Chúng tôi đang xử lý đơn hàng của bạn. Đợi một chút...\",\"LuY52w\":\"Chào mừng bạn! Vui lòng đăng nhập để tiếp tục.\",\"dVxpp5\":[\"Chào mừng trở lại\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"Sản phẩm cấp bậc là gì?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"Thể loại là gì?\",\"gxeWAU\":\"Mã này áp dụng cho sản phẩm nào?\",\"hFHnxR\":\"Mã này áp dụng cho sản phẩm nào? (Mặc định áp dụng cho tất cả)\",\"AeejQi\":\"Sản phẩm nào nên áp dụng công suất này?\",\"Rb0XUE\":\"Bạn sẽ đến lúc mấy giờ?\",\"5N4wLD\":\"Đây là loại câu hỏi nào?\",\"gyLUYU\":\"Khi được bật, hóa đơn sẽ được tạo cho các đơn hàng vé. Hóa đơn sẽ được gửi kèm với email xác nhận đơn hàng. Người tham dự cũng có thể tải hóa đơn của họ từ trang xác nhận đơn hàng.\",\"D3opg4\":\"Khi thanh toán ngoại tuyến được bật, người dùng có thể hoàn tất đơn hàng và nhận vé của họ. Vé của họ sẽ hiển thị rõ ràng rằng đơn hàng chưa được thanh toán, và công cụ check-in sẽ thông báo cho nhân viên check-in nếu đơn hàng cần thanh toán.\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"Những vé nào nên được liên kết với danh sách người tham dự này?\",\"S+OdxP\":\"Ai đang tổ chức sự kiện này?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"Ai nên được hỏi câu hỏi này?\",\"VxFvXQ\":\"Nhúng Widget\",\"v1P7Gm\":\"Cài đặt widget\",\"b4itZn\":\"Làm việc\",\"hqmXmc\":\"Làm việc ...\",\"+G/XiQ\":\"Từ đầu năm đến nay\",\"l75CjT\":\"Có\",\"QcwyCh\":\"Có, loại bỏ chúng\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"Bạn đang thay đổi email của mình thành <0>\",[\"0\"],\".\"],\"gGhBmF\":\"Bạn đang ngoại tuyến\",\"sdB7+6\":\"Bạn có thể tạo mã khuyến mãi nhắm mục tiêu sản phẩm này trên\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"Bạn không thể thay đổi loại sản phẩm vì có những người tham dự liên quan đến sản phẩm này.\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"Bạn không thể xác nhận người tham dự với các đơn hàng không được thanh toán. Cài đặt này có thể được thay đổi ở phần cài đặt sự kiện.\",\"c9Evkd\":\"Bạn không thể xóa danh mục cuối cùng.\",\"6uwAvx\":\"Bạn không thể xóa cấp giá này vì đã có sản phẩm được bán cho cấp này. Thay vào đó, bạn có thể ẩn nó.\",\"tFbRKJ\":\"Bạn không thể chỉnh sửa vai trò hoặc trạng thái của chủ sở hữu tài khoản.\",\"fHfiEo\":\"Bạn không thể hoàn trả một Đơn hàng được tạo thủ công.\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"Bạn có quyền truy cập vào nhiều tài khoản. Vui lòng chọn một tài khoản để tiếp tục.\",\"Z6q0Vl\":\"Bạn đã chấp nhận lời mời này. Vui lòng đăng nhập để tiếp tục.\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"Bạn không có thay đổi email đang chờ xử lý.\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"Bạn đã hết thời gian để hoàn thành đơn hàng của mình.\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"Bạn phải hiểu rằng email này không phải là email quảng cáo\",\"3ZI8IL\":\"Bạn phải đồng ý với các điều khoản và điều kiện\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"Bạn phải tạo một vé trước khi bạn có thể thêm một người tham dự.\",\"jE4Z8R\":\"Bạn phải có ít nhất một cấp giá\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"Bạn sẽ phải đánh dấu một đơn hàng theo cách thủ công. Được thực hiện trong trang quản lý đơn hàng.\",\"L/+xOk\":\"Bạn sẽ cần một vé trước khi bạn có thể tạo một danh sách người tham dự.\",\"Djl45M\":\"Bạn sẽ cần tại một sản phẩm trước khi bạn có thể tạo một sự phân công công suất.\",\"y3qNri\":\"Bạn cần ít nhất một sản phẩm để bắt đầu. Miễn phí, trả phí hoặc để người dùng quyết định số tiền thanh toán.\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"Tên tài khoản của bạn được sử dụng trên các trang sự kiện và trong email.\",\"veessc\":\"Người tham dự của bạn sẽ xuất hiện ở đây sau khi họ đăng ký tham gia sự kiện. Bạn cũng có thể thêm người tham dự theo cách thủ công.\",\"Eh5Wrd\":\"Trang web tuyệt vời của bạn 🎉\",\"lkMK2r\":\"Thông tin của bạn\",\"3ENYTQ\":[\"Yêu cầu email của bạn thay đổi thành <0>\",[\"0\"],\" đang chờ xử lý. \"],\"yZfBoy\":\"Tin nhắn của bạn đã được gửi\",\"KSQ8An\":\"Đơn hàng của bạn\",\"Jwiilf\":\"Đơn hàng của bạn đã bị hủy\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"Đơn hàng của bạn sẽ xuất hiện ở đây sau khi chúng bắt đầu tham gia.\",\"9TO8nT\":\"Mật khẩu của bạn\",\"P8hBau\":\"Thanh toán của bạn đang xử lý.\",\"UdY1lL\":\"Thanh toán của bạn không thành công, vui lòng thử lại.\",\"fzuM26\":\"Thanh toán của bạn không thành công. Vui lòng thử lại.\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"Hoàn lại tiền của bạn đang xử lý.\",\"IFHV2p\":\"Vé của bạn cho\",\"x1PPdr\":\"mã zip / bưu điện\",\"BM/KQm\":\"mã zip hoặc bưu điện\",\"+LtVBt\":\"mã zip hoặc bưu điện\",\"25QDJ1\":\"- Nhấp để xuất bản\",\"WOyJmc\":\"- Nhấp để gỡ bỏ\",\"ncwQad\":\"(trống)\",\"B/gRsg\":\"(không có)\",\"wqtZLy\":[[\"0\"],\" (bản sao)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" đã check-in\"],\"3beCx0\":[[\"0\"],\" <0>đã check-in\"],\"S4PqS9\":[[\"0\"],\" Webhook đang hoạt động\"],\"6MIiOI\":[\"Còn \",[\"0\"]],\"COnw8D\":[\"Logo \",[\"0\"]],\"xG9N0H\":[\"Đã kín \",[\"0\"],\" trong số \",[\"1\"],\" chỗ.\"],\"B7pZfX\":[[\"0\"],\" nhà tổ chức\"],\"/HkCs4\":[[\"0\"],\" vé\"],\"30bTiU\":[\"Đang bật: \",[\"activeCount\"]],\"jTs4am\":[\"Logo \",[\"appName\"]],\"gbJOk9\":[\"Có \",[\"attendeeCount\"],\" người tham dự đã đăng ký cho buổi này.\"],\"TjbIUI\":[[\"availableCount\"],\" trong số \",[\"totalCount\"],\" có sẵn\"],\"PSChHo\":[\"Còn \",[\"capacity\"],\" chỗ\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" đã check-in\"],\"RZ0JX3\":[[\"chipTime\"],\", đã hết vé\"],\"M4KnFs\":[[\"chipTime\"],\", Đã bán hết, có danh sách chờ\"],\"SeyN12\":[\"Hoàn tất \",[\"completedCount\"],\" trong số \",[\"totalCount\"],\" bước\"],\"wYzVwE\":[[\"count\"],\" sản phẩm bổ sung\"],\"f2rhaD\":[[\"diffHr\"],\" giờ trước\"],\"NRSLBe\":[[\"diffMin\"],\" phút trước\"],\"iYfwJE\":[[\"diffSec\"],\" giây trước\"],\"OJnhhX\":[[\"EventCount\"],\" Sự kiện\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" mục nữa\"],\"mhZbzw\":[\"Có \",[\"loadedAffectedAttendees\"],\" người tham dự đã đăng ký cho các buổi bị ảnh hưởng.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" mỗi đơn\"],\"RBuxIl\":[\"Đã thiết lập \",[\"productCount\"],\" loại vé\"],\"VFLd0I\":[[\"slotCount\"],\" giờ khả dụng\"],\"3IEF7U\":[[\"totalCount\"],\" loại vé\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" phí\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" phí và thuế\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" thuế\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 ngày\",\"1d6kks\":\"+Thuế/Phí\",\"B1St2O\":\"<0>Danh sách check-in giúp bạn quản lý lối vào sự kiện theo ngày, khu vực hoặc loại vé. Bạn có thể liên kết vé với các danh sách cụ thể như khu vực VIP hoặc vé Ngày 1 và chia sẻ liên kết check-in an toàn với nhân viên. Không cần tài khoản. Check-in hoạt động trên điện thoại di động, máy tính để bàn hoặc máy tính bảng, sử dụng camera thiết bị hoặc máy quét USB HID. \",\"v9VSIS\":\"<0>Đặt giới hạn tổng số người tham dự áp dụng cho nhiều loại vé cùng lúc.<1>Ví dụ: nếu bạn liên kết vé <2>Day Pass và <3>Full Weekend, cả hai sẽ sử dụng chung một số lượng chỗ. Khi đạt giới hạn, tất cả các vé được liên kết sẽ tự động ngừng bán.\",\"Il5Uid\":\"<0>Đây là tổng số lượng có sẵn cho tất cả các ngày trong lịch cộng lại — không phải giới hạn theo từng ngày. Để giới hạn số người tham dự mỗi ngày, hãy đặt sức chứa trên <1>trang Lịch các buổi.\",\"ZnVt5v\":\"<0>Webhooks thông báo ngay lập tức cho các dịch vụ bên ngoài khi sự kiện diễn ra, chẳng hạn như thêm người tham dự mới vào CRM hoặc danh sách email khi đăng ký, đảm bảo tự động hóa mượt mà.<1>Sử dụng các dịch vụ bên thứ ba như <2>Zapier, <3>IFTTT hoặc <4>Make để tạo quy trình làm việc tùy chỉnh và tự động hóa công việc.\",\"xFTHZ5\":[\"≈ \",[\"0\"],\" theo tỷ giá hiện tại\"],\"M2DyLc\":\"1 Webhook đang hoạt động\",\"hMefp0\":\"1 sản phẩm bổ sung\",\"6hIk/x\":\"Có 1 người tham dự đã đăng ký cho các buổi bị ảnh hưởng.\",\"qOyE2U\":\"Có 1 người tham dự đã đăng ký cho buổi này.\",\"943BwI\":\"1 ngày sau ngày kết thúc\",\"yj3N+g\":\"1 ngày sau ngày bắt đầu\",\"Z3etYG\":\"1 ngày trước sự kiện\",\"szSnlj\":\"1 giờ trước sự kiện\",\"yTsaLw\":\"1 vé\",\"nz96Ue\":\"1 loại vé\",\"InX5ad\":\"Đã thiết lập 1 loại vé\",\"y2Jh0m\":\"1 giờ khả dụng\",\"cGtUz6\":\"1 tuần trước sự kiện\",\"HR/cvw\":\"123 Đường Mẫu\",\"dgKxZ5\":\"Hơn 135 loại tiền tệ và hơn 40 phương thức thanh toán\",\"/d9gcz\":\"Cần có nhãn nút khi đã đặt URL\",\"kMU5aM\":\"Thông báo hủy đã được gửi đến\",\"o++0qa\":\"thay đổi thời lượng\",\"WuWSX5\":\"Chỉ vài bước nhanh là bạn có thể bắt đầu bán.\",\"RQ5kDd\":\"Thông báo hiển thị khi không có sản phẩm nào trong danh mục này.\",\"V53XzQ\":\"Mã xác thực mới đã được gửi đến email của bạn\",\"sr2Je0\":\"dời giờ bắt đầu/kết thúc\",\"/z/bH1\":\"Mô tả ngắn gọn về nhà tổ chức của bạn sẽ được hiển thị cho người dùng.\",\"3BKFn6\":\"Cần có URL khi đã đặt nhãn nút\",\"RpjXTb\":\"Theo thứ trong tuần\",\"aS0jtz\":\"Đã bỏ\",\"uyJsf6\":\"Thông tin sự kiện\",\"JvuLls\":\"Hấp thụ phí\",\"lk74+I\":\"Hấp thụ phí\",\"1uJlG9\":\"Màu nhấn\",\"g3UF2V\":\"Chấp nhận\",\"K5+3xg\":\"Chấp nhận lời mời\",\"LuXP9q\":\"Quyền truy cập\",\"jzb4Ep\":[\"Tài khoản · \",[\"0\"]],\"UqH1Q6\":[\"Tài khoản · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"Việc xóa tài khoản đã bị hủy.\",\"WtlP+7\":\"Việc xóa tài khoản đang bị chặn\",\"vOuxvL\":\"Thông tin tài khoản\",\"F9cvwz\":\"Tên tài khoản\",\"EHNORh\":\"Không tìm thấy tài khoản\",\"Hy1lfH\":\"Chủ tài khoản\",\"bPwFdf\":\"Tài Khoản\",\"pi/Iog\":[\"Tài khoản (\",[\"0\"],\")\"],\"AhwTa1\":\"Cần hành động: Cần thông tin VAT\",\"APyAR/\":\"Sự kiện hoạt động\",\"kCl6ja\":\"Phương thức thanh toán đang bật\",\"XJOV1Y\":\"Hoạt động\",\"Eso+01\":[\"Hãy thêm \",[\"0\"],\" trước\"],\"eJ0IJA\":\"Thêm ảnh bìa và giao diện phù hợp với thương hiệu của bạn\",\"0YEoxS\":\"Thêm một ngày\",\"ybegUq\":\"Thêm mô tả và địa điểm để người tham dự biết trước điều gì đang chờ họ\",\"nOZl6j\":\"Thêm một ngày duy nhất\",\"CjvTPJ\":\"Thêm giờ khác\",\"0XCduh\":\"Hãy thêm ít nhất một giờ\",\"/chGpa\":\"Thêm thông tin kết nối cho sự kiện trực tuyến.\",\"UWWRyd\":\"Thêm câu hỏi tùy chỉnh để thu thập thông tin bổ sung trong quá trình thanh toán\",\"Z/dcxc\":\"Thêm ngày\",\"QeupRg\":\"Thêm ngày\",\"Q219NT\":\"Thêm ngày\",\"yjB5VC\":\"Thêm ngày và giờ cho sự kiện định kỳ của bạn\",\"Z8idyM\":\"Thêm chi tiết\",\"wpirGs\":\"Thêm chi tiết sự kiện\",\"VX6WUv\":\"Thêm địa điểm\",\"GCQlV2\":\"Thêm nhiều giờ nếu bạn tổ chức nhiều buổi mỗi ngày.\",\"7JF9w9\":\"Thêm câu hỏi\",\"NLbIb6\":\"Vẫn thêm người tham dự này (bỏ qua sức chứa)\",\"6PNlRV\":\"Thêm sự kiện này vào lịch của bạn\",\"BGD9Yt\":\"Thêm vé\",\"uIv4Op\":\"Thêm pixel theo dõi vào các trang sự kiện công khai và trang chủ ban tổ chức. Một banner đồng ý cookie sẽ được hiển thị cho khách truy cập khi theo dõi đang hoạt động.\",\"QN2F+7\":\"Thêm Webhook\",\"NsWqSP\":\"Thêm tài khoản mạng xã hội và URL trang web của bạn. Chúng sẽ được hiển thị trên trang công khai của nhà tổ chức.\",\"6JzKEV\":\"Chỉ dưới dạng bổ sung\",\"VkQex5\":\"Sản phẩm bổ sung\",\"Y2K3rp\":\"Sản phẩm bổ sung\",\"Z/ZU8N\":\"Được thêm khi thanh toán\",\"bVjDs9\":\"Phí bổ sung\",\"MKqSg4\":\"Yêu cầu quyền truy cập quản trị viên\",\"0Zypnp\":\"Bảng Điều Khiển Quản Trị\",\"tlFYEo\":\"Cho phép người tham dự vào sự kiện của bạn\",\"YAV57v\":\"Đối tác liên kết\",\"I+utEq\":\"Mã đối tác liên kết không thể thay đổi\",\"/jHBj5\":\"Tạo đối tác liên kết thành công\",\"uCFbG2\":\"Xóa đối tác liên kết thành công\",\"ld8I+f\":\"Chương trình liên kết\",\"a41PKA\":\"Doanh số đối tác liên kết sẽ được theo dõi\",\"mJJh2s\":\"Doanh số đối tác liên kết sẽ không được theo dõi. Điều này sẽ vô hiệu hóa đối tác.\",\"jabmnm\":\"Cập nhật đối tác liên kết thành công\",\"CPXP5Z\":\"Chi nhánh\",\"9Wh+ug\":\"Đã xuất danh sách đối tác\",\"3cqmut\":\"Đối tác liên kết giúp bạn theo dõi doanh số từ các đối tác và người ảnh hưởng. Tạo mã đối tác và chia sẻ để theo dõi hiệu suất.\",\"3e31kI\":\"Sau khi tạo sự kiện, bạn có thể chọn tần suất lặp lại trong bảng điều khiển.\",\"z7GAMJ\":\"tất cả\",\"N40H+G\":\"Tất cả\",\"7rLTkE\":\"Tất cả sự kiện đã lưu trữ\",\"gKq1fa\":\"Tất cả người tham dự\",\"63gRoO\":\"Toàn bộ người tham dự của các buổi đã chọn\",\"uWxIoH\":\"Toàn bộ người tham dự của ngày này\",\"pMLul+\":\"Tất cả tiền tệ\",\"sgUdRZ\":\"Tất cả các ngày\",\"e4q4uO\":\"Tất cả các ngày\",\"ZS/D7f\":\"Tất cả sự kiện đã kết thúc\",\"QsYjci\":\"Tất cả sự kiện\",\"31KB8w\":\"Đã xóa tất cả công việc thất bại\",\"D2g7C7\":\"Tất cả công việc đã được xếp hàng để thử lại\",\"B4RFBk\":\"Tất cả các ngày phù hợp\",\"F1/VgK\":\"Tất cả các ngày\",\"OpWjMq\":\"Tất cả các ngày\",\"Sxm1lO\":\"Tất cả trạng thái\",\"dr7CWq\":\"Tất cả sự kiện sắp diễn ra\",\"UBpkWM\":\"Tất cả người dùng\",\"GpT6Uf\":\"Cho phép người tham dự cập nhật thông tin vé của họ (tên, email) qua liên kết bảo mật được gửi cùng với xác nhận đơn hàng.\",\"VZdky1\":\"Cho phép người mua sao chép thông tin của họ cho tất cả người tham dự\",\"F3mW5G\":\"Cho phép khách hàng tham gia danh sách chờ khi sản phẩm này đã hết\",\"4CMO/q\":\"Cho phép khách hàng tham gia danh sách chờ khi sản phẩm này đã hết. Khách hàng tham gia danh sách chờ cho một ngày cụ thể.\",\"c4uJfc\":\"Sắp xong rồi! Chúng tôi đang chờ thanh toán của bạn được xử lý. Quá trình này chỉ mất vài giây.\",\"ocS8eq\":[\"Đã có tài khoản? <0>\",[\"0\"],\"\"],\"uCuEqI\":\"Đã có sẵn\",\"/H326L\":\"Đã hoàn tiền\",\"USEpOK\":\"Bạn đã dùng Stripe ở một nhà tổ chức khác? Hãy dùng lại kết nối đó.\",\"RtxQTF\":\"Cũng hủy đơn hàng này\",\"jkNgQR\":\"Cũng hoàn tiền đơn hàng này\",\"xYqsHg\":\"Luôn có sẵn\",\"rrepBD\":\"Luôn mở bán\",\"Wvrz79\":\"Số tiền đã thanh toán\",\"Zkymb9\":\"Email để liên kết với đối tác này. Đối tác sẽ không nhận được thông báo.\",\"vRznIT\":\"Đã xảy ra lỗi khi kiểm tra trạng thái xuất.\",\"OPFdAM\":\"Mô tả tùy chọn của danh mục này để hiển thị trên trang sự kiện.\",\"eusccx\":\"Thông báo tùy chọn để hiển thị trên sản phẩm nổi bật, ví dụ: \\\"Bán nhanh 🔥\\\" hoặc \\\"Giá trị tốt nhất\\\"\",\"HZFm5R\":\"và\",\"l3LBtZ\":\"Nội dung thông báo\",\"Th00L9\":\"Đã tạo thông báo\",\"p/XJYI\":\"Đã xóa thông báo\",\"08iV57\":\"Tiêu đề thông báo\",\"qLqgre\":\"Đã cập nhật thông báo\",\"Dzr23X\":\"Thông báo\",\"asqL+J\":\"Ẩn danh hóa\",\"QNrkms\":\"Câu trả lời đã được cập nhật thành công.\",\"+qygei\":\"Câu trả lời\",\"GK7Lnt\":\"Câu trả lời được cung cấp khi thanh toán (ví dụ: chọn suất ăn)\",\"lE8PgT\":\"Những ngày bạn đã tùy chỉnh thủ công sẽ được giữ nguyên.\",\"jVoYha\":[\"đã áp dụng — giảm \",[\"0\"],\" cho đơn hàng của bạn\"],\"vP3Nzg\":[\"Áp dụng cho \",[\"0\"],\" ngày chưa bị hủy hiện đang được tải trên trang này.\"],\"kkVyZZ\":\"Áp dụng cho bất kỳ ai mở liên kết check-in được chia sẻ mà chưa đăng nhập. Thành viên nhóm đã đăng nhập luôn thấy mọi thứ.\",\"je4muG\":[\"Áp dụng cho mọi ngày \",[\"0\"],\", chưa bị hủy trong sự kiện này — kể cả những ngày hiện chưa được tải.\"],\"YIIQtt\":\"Áp dụng thay đổi\",\"NzWX1Y\":\"Áp dụng cho\",\"Ps5oDT\":\"Áp dụng cho tất cả vé\",\"261RBr\":\"Phê duyệt tin nhắn\",\"naCW6Z\":\"Tháng 4\",\"B495Gs\":\"Lưu trữ\",\"5sNliy\":\"Lưu trữ sự kiện\",\"BrwnrJ\":\"Lưu trữ ban tổ chức\",\"E5eghW\":\"Lưu trữ sự kiện này để ẩn khỏi công chúng. Bạn có thể khôi phục nó sau.\",\"eqFkeI\":\"Lưu trữ ban tổ chức này. Điều này cũng sẽ lưu trữ tất cả các sự kiện thuộc ban tổ chức này.\",\"BzcxWv\":\"Ban tổ chức đã lưu trữ\",\"9cQBd6\":\"Bạn có chắc chắn muốn lưu trữ sự kiện này không? Nó sẽ không còn hiển thị với công chúng nữa.\",\"Trnl3E\":\"Bạn có chắc chắn muốn lưu trữ ban tổ chức này không? Điều này cũng sẽ lưu trữ tất cả các sự kiện thuộc ban tổ chức này.\",\"wOvn+e\":[\"Bạn có chắc muốn hủy \",[\"count\"],\" ngày không? Những người tham dự bị ảnh hưởng sẽ được thông báo qua email.\"],\"GTxE0U\":\"Bạn có chắc muốn hủy ngày này không? Những người tham dự bị ảnh hưởng sẽ được thông báo qua email.\",\"VkSk/i\":\"Bạn có chắc chắn muốn hủy tin nhắn đã lên lịch này không?\",\"0aVEBY\":\"Bạn có chắc chắn muốn xóa tất cả các công việc thất bại không?\",\"LchiNd\":\"Bạn có chắc chắn muốn xóa đối tác này? Hành động này không thể hoàn tác.\",\"U49Xd6\":\"Bạn có chắc muốn xóa thông báo này? Người dùng sẽ không còn thấy nó nữa.\",\"vPeW/6\":\"Bạn có chắc chắn muốn xóa cấu hình này không? Điều này có thể ảnh hưởng đến các tài khoản đang sử dụng nó.\",\"h42Hc/\":\"Bạn có chắc muốn xóa ngày này không? Không thể hoàn tác thao tác này.\",\"RiF/yT\":\"Bạn có chắc muốn xóa hình ảnh này không?\",\"b3+Qku\":\"Bạn có chắc muốn xóa khoản thuế hoặc phí này không? Khoản này sẽ không còn được áp dụng cho đơn hàng mới.\",\"JmVITJ\":\"Bạn có chắc chắn muốn xóa mẫu này không? Hành động này không thể hoàn tác và email sẽ quay về mẫu mặc định.\",\"aLS+A6\":\"Bạn có chắc chắn muốn xóa mẫu này không? Hành động này không thể hoàn tác và email sẽ quay về mẫu của tổ chức hoặc mẫu mặc định.\",\"5H3Z78\":\"Bạn có chắc là bạn muốn xóa webhook này không?\",\"147G4h\":\"Bạn có chắc chắn muốn rời đi?\",\"VDWChT\":\"Bạn có chắc muốn chuyển nhà tổ chức này sang bản nháp không? Trang của nhà tổ chức sẽ không hiển thị công khai.\",\"pWtQJM\":\"Bạn có chắc muốn công khai nhà tổ chức này không? Trang của nhà tổ chức sẽ hiển thị công khai.\",\"EOqL/A\":\"Bạn có chắc chắn muốn cung cấp một suất cho người này không? Họ sẽ nhận được thông báo qua email.\",\"yAXqWW\":\"Bạn có chắc muốn xóa vĩnh viễn ngày này không? Không thể hoàn tác.\",\"WFHOlF\":\"Bạn có chắc chắn muốn xuất bản sự kiện này? Sau khi xuất bản, sự kiện sẽ hiển thị công khai.\",\"4TNVdy\":\"Bạn có chắc chắn muốn xuất bản hồ sơ nhà tổ chức này? Sau khi xuất bản, hồ sơ sẽ hiển thị công khai.\",\"8x0pUg\":\"Bạn có chắc chắn muốn xóa mục này khỏi danh sách chờ?\",\"cDtoWq\":[\"Bạn có chắc chắn muốn gửi lại xác nhận đơn hàng đến \",[\"0\"],\"?\"],\"xeIaKw\":[\"Bạn có chắc chắn muốn gửi lại vé đến \",[\"0\"],\"?\"],\"BjbocR\":\"Bạn có chắc chắn muốn khôi phục sự kiện này không?\",\"7MjfcR\":\"Bạn có chắc chắn muốn khôi phục ban tổ chức này không?\",\"b7tkGp\":\"Bạn có chắc muốn thu hồi lời mời này không?\",\"ExDt3P\":\"Bạn có chắc chắn muốn hủy xuất bản sự kiện này? Sự kiện sẽ không còn hiển thị công khai.\",\"5Qmxo/\":\"Bạn có chắc chắn muốn hủy xuất bản hồ sơ nhà tổ chức này? Hồ sơ sẽ không còn hiển thị công khai.\",\"Uqefyd\":\"Bạn có đăng ký VAT tại EU không?\",\"+QARA4\":\"Nghệ thuật\",\"tLf3yJ\":\"Vì doanh nghiệp của bạn có trụ sở tại Ireland, VAT Ireland 23% sẽ được áp dụng tự động cho tất cả phí nền tảng.\",\"tMeVa/\":\"Yêu cầu tên và email cho mỗi vé được mua\",\"ui5ln+\":\"Gán gói khác\",\"9Jxliv\":\"Gán gói\",\"xdiER7\":\"Cấp độ được gán\",\"F2rX0R\":\"Ít nhất một loại sự kiện phải được chọn\",\"Z44eZS\":\"Ít nhất một sản phẩm phải còn khả dụng cho ngày này. Nếu muốn ngày này không truy cập được, hãy hủy nó trong lịch.\",\"BCmibk\":\"Lần thử\",\"6PecK3\":\"Tỷ lệ tham dự và check-in cho tất cả sự kiện\",\"K2tp3v\":\"người tham dự\",\"AJ4rvK\":\"Người tham dự đã hủy bỏ\",\"qvylEK\":\"Người tham dự đã tạo ra\",\"Aspq3b\":\"Thu thập thông tin người tham dự\",\"fpb0rX\":\"Thông tin người tham dự được sao chép từ đơn hàng\",\"94aQMU\":\"Thông tin người tham dự\",\"KkrBiR\":\"Thu thập thông tin người tham dự\",\"sjPjOg\":\"Ghi chú về người tham dự\",\"cosfD8\":\"Trạng Thái Người Tham Dự\",\"D2qlBU\":\"Người tham dự cập nhật\",\"22BOve\":\"Người tham dự đã được cập nhật thành công\",\"x8Vnvf\":\"Vé của người tham dự không có trong danh sách này\",\"/Ywywr\":\"người tham dự\",\"zLRobu\":\"người tham dự đã check-in\",\"k3Tngl\":\"Danh sách người tham dự đã được xuất\",\"UoIRW8\":\"Người tham dự đã đăng ký\",\"5UbY+B\":\"Người tham dự có vé cụ thể\",\"4HVzhV\":\"Người tham dự:\",\"HVkhy2\":\"Phân tích phân bổ\",\"dMMjeD\":\"Chi tiết phân bổ\",\"1oPDuj\":\"Giá trị phân bổ\",\"cHfbVT\":\"Đối tượng\",\"DBHTm/\":\"Tháng 8\",\"JgREph\":\"Ưu đãi tự động đã được bật\",\"V7Tejz\":\"Tự động xử lý danh sách chờ\",\"PZ7FTW\":\"Tự động phát hiện dựa trên màu nền, nhưng có thể ghi đè\",\"zlnTuI\":\"Tự động cung cấp vé cho người tiếp theo khi có chỗ trống. Nếu tắt, bạn có thể xử lý danh sách chờ thủ công từ trang Danh sách chờ.\",\"csDS2L\":\"Còn chỗ\",\"Xp+ywP\":\"Có sẵn sau khi hoàn tất thanh toán\",\"dwDH1K\":[\"Các giờ còn trống vào \",[\"dayName\"]],\"clF06r\":\"Có thể hoàn tiền\",\"NB5+UG\":\"Token có sẵn\",\"L+wGOG\":\"Đang chờ\",\"qcw2OD\":\"Chờ thanh toán\",\"kNmmvE\":\"Công ty TNHH Awesome Events\",\"TeSaQO\":\"Quay lại tài khoản\",\"kYqM1A\":\"Quay lại sự kiện\",\"s5QRF3\":\"Quay lại tin nhắn\",\"td/bh+\":\"Quay lại Báo cáo\",\"nsm7BA\":\"Quay lại tìm kiếm\",\"imjKVx\":\"Đã kết nối tài khoản ngân hàng\",\"KSSL9f\":\"Banner\",\"zdYsg1\":\"Nội dung banner không được vượt quá 200 ký tự\",\"p2OLF3\":\"Giá gốc\",\"D9LTCH\":\"Giá cơ bản\",\"hviJef\":\"Dựa trên khoảng thời gian bán chung ở trên, không theo từng ngày\",\"jIPNJG\":\"Thông tin cơ bản\",\"lINGcL\":\"Vì tài khoản này có các đơn hàng đã hoàn tất, hồ sơ giao dịch (số tiền, ngày tháng và chi tiết hóa đơn) sẽ được lưu giữ ở dạng ẩn danh cho các mục đích pháp lý và thuế. Tất cả thông tin cá nhân sẽ bị xóa vĩnh viễn.\",\"UabgBd\":\"Nội dung là bắt buộc\",\"HWXuQK\":\"Đánh dấu trang này để quản lý đơn hàng của bạn bất cứ lúc nào.\",\"CUKVDt\":\"Xây dựng thương hiệu vé của bạn với logo, màu sắc và thông điệp chân trang tùy chỉnh.\",\"4BZj5p\":\"Bảo vệ chống gian lận tích hợp\",\"cr7kGH\":\"Chỉnh sửa hàng loạt\",\"1Fbd6n\":\"Chỉnh sửa hàng loạt các ngày\",\"Eq6Tu9\":\"Cập nhật hàng loạt thất bại.\",\"9N+p+g\":\"Kinh doanh\",\"SWnN1L\":\"Địa chỉ doanh nghiệp\",\"kQekXw\":\"Tên doanh nghiệp\",\"3W/QV7\":\"Nhãn nút\",\"bv6RXK\":\"Nhãn nút\",\"ChDLlO\":\"Văn bản nút\",\"MOht10\":\"URL của nút\",\"BUe8Wj\":\"Người mua trả\",\"DkL8mp\":\"Người mua có thể thêm những mục này vào đơn hàng khi chọn sản phẩm này lúc thanh toán.\",\"qF1qbA\":\"Người mua thấy giá rõ ràng. Phí nền tảng được khấu trừ từ khoản thanh toán của bạn.\",\"dg05rc\":\"Bằng việc thêm pixel theo dõi, bạn thừa nhận rằng bạn và nền tảng này là đồng kiểm soát viên dữ liệu thu thập được. Bạn chịu trách nhiệm đảm bảo có cơ sở pháp lý cho việc xử lý này theo luật bảo mật hiện hành (GDPR, CCPA, v.v.).\",\"DFqasq\":[\"Bằng cách tiếp tục, bạn đồng ý với <0>Điều khoản dịch vụ của \",[\"0\"],\"\"],\"CetOZE\":\"Theo loại vé\",\"lFdbRS\":\"Bỏ qua phí ứng dụng\",\"AjVXBS\":\"Lịch\",\"2VLZwd\":\"Nút hành động\",\"rT2cV+\":\"Máy ảnh\",\"7hYa9y\":\"Quyền truy cập máy ảnh đã bị từ chối. <0>Yêu cầu quyền lại, hoặc cấp quyền máy ảnh cho trang này trong cài đặt trình duyệt.\",\"D02dD9\":\"Chiến dịch\",\"RRPA79\":\"Không thể check-in\",\"OcVwAd\":[\"Hủy \",[\"count\"],\" ngày\"],\"H4nE+E\":\"Hủy tất cả sản phẩm và trả lại pool có sẵn\",\"Py78q9\":\"Hủy ngày\",\"lUjTpS\":\"Hủy xóa\",\"5YkF5G\":\"Hủy yêu cầu xóa\",\"tOXAdc\":\"Hủy sẽ hủy tất cả người tham dự liên quan đến đơn hàng này và trả vé về pool có sẵn.\",\"FPpqc7\":[\"Đang hủy \",[\"0\"],\" ngày. Có thể mất một lát.\"],\"01sEfm\":\"Không thể xóa cấu hình mặc định của hệ thống\",\"VsM1HH\":\"Phân bổ sức chứa\",\"9bIMVF\":\"Quản lý sức chứa\",\"H7K8og\":\"Sức chứa phải bằng 0 hoặc lớn hơn\",\"nzao08\":\"cập nhật sức chứa\",\"4cp9NP\":\"Sức chứa đã dùng\",\"K7tIrx\":\"Danh mục\",\"DRK3Bq\":\"Đã xóa danh mục\",\"o+XJ9D\":\"Thay đổi\",\"kJkjoB\":\"Đổi thời lượng\",\"J0KExZ\":\"Đổi giới hạn người tham dự\",\"ssospy\":\"Đổi giờ\",\"CIHJJf\":\"Thay đổi cài đặt danh sách chờ\",\"B5icLR\":[\"Đã đổi thời lượng cho \",[\"count\"],\" ngày\"],\"Kb+0BT\":\"Khoản thu\",\"2tbLdK\":\"Từ thiện\",\"BPWGKn\":\"Check-in\",\"6uFFoY\":\"Hủy check-in\",\"FjAlwK\":[\"Xem sự kiện này: \",[\"0\"]],\"v4fiSg\":\"Kiểm tra email của bạn\",\"51AsAN\":\"Kiểm tra hộp thư của bạn! Nếu có vé liên kết với email này, bạn sẽ nhận được liên kết để xem.\",\"Y3FYXy\":\"Check-in\",\"udRwQs\":\"Check-in đã được tạo\",\"F4SRy3\":\"Check-in đã bị xóa\",\"as6XfO\":[\"Đã hoàn tác check-in cho \",[\"0\"]],\"9s/wrQ\":\"Lịch sử check-in\",\"Wwztk4\":\"Danh sách check-in\",\"9gPPUY\":\"Danh sách Check-In Đã Tạo!\",\"dwjiJt\":\"Thông tin danh sách check-in\",\"7od0PV\":\"danh sách check-in\",\"f2vU9t\":\"Danh sách check-in\",\"XprdTn\":\"Điều hướng check-in\",\"5tV1in\":\"Tiến độ check-in\",\"SHJwyq\":\"Tỷ lệ check-in\",\"qCqdg6\":\"Trạng thái đăng ký\",\"cKj6OE\":\"Tóm tắt Check-in\",\"7B5M35\":\"Check-In\",\"VrmydS\":\"Đã check-in\",\"DM4gBB\":\"Tiếng Trung (Phồn thể)\",\"p8Jvp4\":\"Chọn một cấu hình\",\"ElShBO\":\"Chọn hành động khác\",\"pHEhf+\":\"Chọn kiểu chữ phù hợp với thương hiệu của bạn. Phông chữ được tự lưu trữ qua Bunny Fonts.\",\"Zok1Gx\":\"Chọn nhà tổ chức\",\"pkk46Q\":\"Chọn một nhà tổ chức\",\"Ag32+c\":\"Chọn ngày khác\",\"Crr3pG\":\"Chọn lịch\",\"Z38ZJu\":\"Chọn cách hiển thị ngày sự kiện trên vé\",\"LAW8Vb\":\"Chọn cài đặt mặc định cho các sự kiện mới. Điều này có thể được ghi đè cho từng sự kiện riêng lẻ.\",\"pjp2n5\":\"Chọn ai trả phí nền tảng. Điều này không ảnh hưởng đến các khoản phí bổ sung mà bạn đã cấu hình trong cài đặt tài khoản.\",\"xCJdfg\":\"Xóa\",\"QyOWu9\":\"Xóa địa điểm — quay lại mặc định của sự kiện\",\"V8yTm6\":\"Xóa tìm kiếm\",\"kmnKnX\":\"Việc xóa sẽ loại bỏ mọi tùy chỉnh riêng theo ngày. Các ngày bị ảnh hưởng sẽ trở về địa điểm mặc định của sự kiện.\",\"/o+aQX\":\"Nhấp để hủy\",\"gD7WGV\":\"Nhấp để mở bán lại\",\"CySr+W\":\"Nhấp để xem ghi chú\",\"RG3szS\":\"đóng\",\"RWw9Lg\":\"Đóng hộp thoại\",\"XwdMMg\":\"Mã chỉ được chứa chữ cái, số, dấu gạch ngang và dấu gạch dưới\",\"+yMJb7\":\"Mã là bắt buộc\",\"m9SD3V\":\"Mã phải có ít nhất 3 ký tự\",\"V1krgP\":\"Mã không được quá 20 ký tự\",\"psqIm5\":\"Hợp tác với nhóm của bạn để tạo nên những sự kiện tuyệt vời.\",\"4bUH9i\":\"Thu thập thông tin chi tiết người tham dự cho mỗi vé đã mua.\",\"TkfG8v\":\"Thu thập thông tin theo đơn hàng\",\"96ryID\":\"Thu thập thông tin theo vé\",\"FpsvqB\":\"Chế độ màu\",\"jEu4bB\":\"Cột\",\"CWk59I\":\"Hài kịch\",\"rPA+Gc\":\"Tùy chọn liên lạc\",\"zFT5rr\":\"hoàn tất\",\"bUQMpb\":\"Hoàn tất thiết lập Stripe\",\"744BMm\":\"Hoàn tất đơn hàng để đảm bảo vé của bạn. Ưu đãi này có thời hạn, vì vậy đừng chờ đợi quá lâu.\",\"5YrKW7\":\"Hoàn tất thanh toán để đảm bảo vé của bạn.\",\"xGU92i\":\"Hoàn thành hồ sơ của bạn để tham gia nhóm.\",\"QOhkyl\":\"Soạn\",\"ih35UP\":\"Trung tâm hội nghị\",\"ywFj2D\":\"Cấu hình\",\"WTw0bB\":\"Đã gán cấu hình\",\"X1zdE7\":\"Cấu hình đã được tạo thành công\",\"mLBUMQ\":\"Cấu hình đã được xóa thành công\",\"UIENhw\":\"Tên cấu hình hiển thị với người dùng cuối. Phí cố định sẽ được chuyển đổi sang đơn vị tiền tệ của đơn hàng theo tỷ giá hối đoái hiện tại.\",\"eeZdaB\":\"Cấu hình đã được cập nhật thành công\",\"3cKoxx\":\"Cấu hình\",\"8v2LRU\":\"Cấu hình chi tiết sự kiện, địa điểm, tùy chọn thanh toán và thông báo email.\",\"raw09+\":\"Cấu hình cách thu thập thông tin người tham dự trong quá trình thanh toán\",\"FI60XC\":\"Cấu hình thuế và phí\",\"av6ukY\":\"Chọn những sản phẩm khả dụng cho ngày này và điều chỉnh giá nếu muốn.\",\"NGXKG/\":\"Xác nhận địa chỉ email\",\"JRQitQ\":\"Xác nhận mật khẩu mới\",\"Auz0Mz\":\"Xác nhận email của bạn để sử dụng đầy đủ tính năng.\",\"7+grte\":\"Email xác nhận đã được gửi! Vui lòng kiểm tra hộp thư đến của bạn.\",\"n/7+7Q\":\"Xác nhận đã gửi đến\",\"x3wVFc\":\"Chúc mừng! Sự kiện của bạn hiện đã hiển thị công khai.\",\"0W2NQP\":\"Kết nối ngân hàng\",\"/K4Vqr\":\"Kết nối Stripe để nhận thanh toán\",\"nQI4H5\":\"Kết nối Stripe để bật chỉnh sửa mẫu email\",\"LmvZ+E\":\"Kết nối Stripe để bật tính năng nhắn tin\",\"peBIO+\":\"Kết nối Stripe để nhận tiền vé trực tiếp vào tài khoản ngân hàng của bạn.\",\"DNeN8t\":\"Kết nối ngân hàng để nhận doanh thu bán vé thẳng vào tài khoản của bạn\",\"DARj+w\":\"Đã kết nối nhầm tài khoản Stripe? Hãy ngắt kết nối và bắt đầu lại.\",\"X1y8JF\":\"Ngày trực tuyến bắt buộc phải có thông tin kết nối\",\"fjfBOm\":\"Sự kiện trực tuyến bắt buộc phải có chi tiết kết nối\",\"jfC/xh\":\"Liên hệ\",\"LOFgda\":[\"Liên hệ \",[\"0\"]],\"41BQ3k\":\"Email liên hệ\",\"4b3oEV\":\"Nội dung\",\"13CIgI\":\"Nội dung là bắt buộc\",\"m8WD6t\":\"Tiếp tục thiết lập\",\"0GwUT4\":\"Tiếp tục đến thanh toán\",\"sBV87H\":\"Tiếp tục tạo sự kiện\",\"nKtyYu\":\"Tiếp tục bước tiếp theo\",\"F3/nus\":\"Tiếp tục thanh toán\",\"s30OcA\":\"Kiểm soát cách hiển thị ngày và giờ trên trang sự kiện\",\"p2FRHj\":\"Kiểm soát cách xử lý phí nền tảng cho sự kiện này\",\"NqfabH\":\"Kiểm soát ai được vào trong ngày này\",\"fmYxZx\":\"Kiểm soát ai được vào và vào lúc nào\",\"1JnTgU\":\"Đã sao chép từ trên\",\"FxVG/l\":\"Đã sao chép vào clipboard\",\"PiH3UR\":\"Đã sao chép!\",\"4i7smN\":\"Sao chép ID tài khoản\",\"uUPbPg\":\"Sao chép liên kết đối tác\",\"iVm46+\":\"Sao chép mã\",\"cF2ICc\":\"Sao chép liên kết khách hàng\",\"+2ZJ7N\":\"Sao chép chi tiết cho người tham dự đầu tiên\",\"ZN1WLO\":\"Sao chép Email\",\"y1eoq1\":\"Sao chép liên kết\",\"tUGbi8\":\"Sao chép thông tin của tôi cho:\",\"y22tv0\":\"Sao chép liên kết này để chia sẻ ở bất kỳ đâu\",\"/4gGIX\":\"Sao chép vào bộ nhớ tạm\",\"e0f4yB\":\"Không thể xóa địa điểm\",\"vkiDx2\":\"Không thể chuẩn bị cập nhật hàng loạt.\",\"KOavaU\":\"Không thể lấy chi tiết địa chỉ\",\"/lq4oO\":\"Không lưu được ngày\",\"mHu0az\":\"Không gửi được email xác minh. Vui lòng thử lại.\",\"QOIm+S\":\"Số liệu bao gồm tất cả các ngày sắp tới. Mỗi người sẽ được đề nghị một chỗ cho ngày họ đã đăng ký.\",\"P0rbCt\":\"Ảnh bìa\",\"p4kqHr\":\"Đã thêm ảnh bìa\",\"60u+dQ\":\"Ảnh bìa sẽ được hiển thị ở đầu trang sự kiện của bạn\",\"2NLjA6\":\"Ảnh bìa sẽ hiển thị ở đầu trang của nhà tổ chức\",\"GkrqoY\":\"Bao gồm mọi vé\",\"zg4oSu\":[\"Tạo mẫu \",[\"0\"]],\"RKKhnW\":\"Tạo widget tùy chỉnh để bán vé trên trang web của bạn.\",\"jqhTmw\":\"Tạo danh sách cho ngày này\",\"PhioFp\":\"Hãy tạo danh sách check-in mới cho một buổi đang hoạt động, hoặc liên hệ nhà tổ chức nếu bạn cho rằng đây là nhầm lẫn.\",\"yIRev4\":\"Tạo mật khẩu\",\"j7xZ7J\":\"Tạo các ban tổ chức bổ sung để quản lý các thương hiệu, bộ phận hoặc chuỗi sự kiện riêng biệt dưới một tài khoản. Mỗi ban tổ chức có sự kiện, cài đặt và trang công khai riêng.\",\"xfKgwv\":\"Tạo đối tác\",\"GT/OIA\":\"Tạo thông báo để hiển thị tin nhắn cho người dùng của bạn.\",\"tudG8q\":\"Tạo và cấu hình vé và hàng hóa để bán.\",\"Q4VlI/\":\"Tạo thông báo\",\"YAl9Hg\":\"Tạo cấu hình\",\"BTne9e\":\"Tạo mẫu email tùy chỉnh cho sự kiện này ghi đè mặc định của tổ chức\",\"YIDzi/\":\"Tạo mẫu tùy chỉnh\",\"tsGqx5\":\"Tạo ngày\",\"Nc3l/D\":\"Tạo giảm giá, mã truy cập cho vé ẩn và ưu đãi đặc biệt.\",\"PybJS2\":\"Tạo sự kiện\",\"abGAgf\":\"Tạo thêm vé hoặc sản phẩm để cung cấp chúng dưới dạng bổ sung\",\"eWEV9G\":\"Tạo mật khẩu mới\",\"utHSNE\":\"Tạo lịch trình\",\"8AiKIu\":\"Tạo vé hoặc sản phẩm\",\"/HGmW9\":\"Tạo liên kết có thể theo dõi để thưởng cho các đối tác quảng bá sự kiện của bạn.\",\"dkAPxi\":\"Tạo webhook\",\"5slqwZ\":\"Tạo sự kiện của bạn\",\"JQNMrj\":\"Tạo sự kiện đầu tiên của bạn\",\"CCjxOC\":\"Tạo sự kiện đầu tiên để bắt đầu bán vé và quản lý người tham dự.\",\"ZCSSd+\":\"Tạo sự kiện của riêng bạn\",\"qdv10s\":[\"Đang tạo \",[\"0\"],\" ngày. Việc này có thể mất một lúc.\"],\"67NsZP\":\"Đang tạo sự kiện...\",\"H34qcM\":\"Đang tạo nhà tổ chức...\",\"1YMS+X\":\"Đang tạo sự kiện của bạn, vui lòng đợi\",\"yiy8Jt\":\"Đang tạo hồ sơ nhà tổ chức của bạn, vui lòng đợi\",\"lfLHNz\":\"Nhãn CTA là bắt buộc\",\"0xLR6W\":\"Đang được gán\",\"iTvh6I\":\"Hiện có sẵn để mua\",\"A42Dqn\":\"Thương hiệu riêng\",\"Guo0lU\":\"Ngày và giờ tùy chỉnh\",\"WDMdn8\":\"Câu hỏi tùy chỉnh\",\"O6mra8\":\"Câu hỏi tùy chỉnh\",\"axv/Mi\":\"Mẫu tùy chỉnh\",\"2YeVGY\":\"Đã sao chép liên kết khách hàng vào clipboard\",\"QMHSMS\":\"Khách hàng sẽ nhận email xác nhận hoàn tiền\",\"NihQNk\":\"Khách hàng\",\"hINN++\":\"Tùy chỉnh trang\",\"7gsjkI\":\"Tùy chỉnh email gửi cho khách hàng bằng mẫu Liquid. Các mẫu này sẽ được dùng làm mặc định cho tất cả sự kiện trong tổ chức của bạn.\",\"xJaTUK\":\"Tùy chỉnh bố cục, màu sắc và thương hiệu của trang chủ sự kiện.\",\"MXZfGN\":\"Tùy chỉnh các câu hỏi được hỏi trong quá trình thanh toán để thu thập thông tin quan trọng từ người tham dự.\",\"iX6SLo\":\"Tùy chỉnh văn bản trên nút tiếp tục\",\"R8H7yL\":\"Tùy chỉnh văn bản trên nút nổi cuộn đến phần vé\",\"pxNIxa\":\"Tùy chỉnh mẫu email của bạn bằng mẫu Liquid\",\"3trPKm\":\"Tùy chỉnh giao diện trang tổ chức của bạn\",\"U0sC6H\":\"Hằng ngày\",\"/gWrVZ\":\"Doanh thu hàng ngày, thuế, phí và hoàn tiền cho tất cả sự kiện\",\"zgCHnE\":\"Báo cáo doanh số hàng ngày\",\"nHm0AI\":\"Chi tiết doanh số hàng ngày, thuế và phí\",\"1aPnDT\":\"Khiêu vũ\",\"pvnfJD\":\"Tối\",\"MaB9wW\":\"Hủy ngày\",\"e6cAxJ\":\"Đã hủy ngày\",\"81jBnC\":\"Đã hủy ngày thành công\",\"a/C/6R\":\"Đã tạo ngày thành công\",\"IW7Q+u\":\"Đã xóa ngày\",\"rngCAz\":\"Đã xóa ngày thành công\",\"vHbfoQ\":\"Đã kích hoạt lại ngày\",\"hvah+S\":\"Đã mở bán lại cho ngày này\",\"Ez0YsD\":\"Đã cập nhật ngày thành công\",\"JxwIlL\":\"ngày\",\"Te33mU\":\"Các ngày được quản lý riêng lẻ\",\"91zCxb\":\"Ngày có buổi diễn ra\",\"/ITcnz\":\"ngày\",\"H7OUPr\":\"Ngày\",\"JtHrX9\":\"Ngày trong tháng\",\"J/Upwb\":\"ngày\",\"V3VGYb\":\"Ngày trong tháng\",\"r6zgGo\":\"Tháng 12\",\"jbq7j2\":\"Từ chối\",\"WGD1Al\":\"Giảm\",\"gJY4YL\":\"Giảm số lượng\",\"ovBPCi\":\"Mặc định\",\"JtI4vj\":\"Thu thập thông tin người tham dự mặc định\",\"ULjv90\":\"Sức chứa mặc định mỗi ngày\",\"3R/Tu2\":\"Xử lý phí mặc định\",\"1bZAZA\":\"Mẫu mặc định sẽ được sử dụng\",\"3Biswm\":\"Giá trị mặc định\",\"HNlEFZ\":\"xóa\",\"KpnwJK\":[\"Xóa \\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Xóa \",[\"count\"],\" ngày đã chọn? Những ngày có đơn hàng sẽ được bỏ qua. Không thể hoàn tác.\"],\"ZDGm40\":\"Xóa tài khoản\",\"vu7gDm\":\"Xóa đối tác\",\"KZN4Lc\":\"Xóa tất cả\",\"6EkaOO\":\"Xóa ngày\",\"io0G93\":\"Xóa sự kiện\",\"+jw/c1\":\"Xóa ảnh\",\"hdyeZ0\":\"Xóa công việc\",\"xxjZeP\":\"Xóa địa điểm\",\"sY3tIw\":\"Xóa ban tổ chức\",\"UBv8UK\":\"Xóa vĩnh viễn\",\"dPyJ15\":\"Xóa mẫu\",\"IQTR34\":\"Xóa danh mục này? Mọi sản phẩm trong đó cũng sẽ bị xóa. Không thể hoàn tác.\",\"/1wMxk\":\"Xóa sản phẩm này? Không thể hoàn tác.\",\"mxsm1o\":\"Xóa câu hỏi này? Hành động này không thể hoàn tác.\",\"snMaH4\":\"Xóa webhook\",\"LIZZLY\":[\"Đã xóa \",[\"0\"],\" ngày\"],\"loLVyU\":\"Tài khoản đã xóa\",\"IlUuGb\":\"Việc xóa tài khoản sẽ vô hiệu hóa nó ngay lập tức: tất cả các sự kiện đã xuất bản sẽ bị gỡ và quyền truy cập bị vô hiệu hóa. Sau thời gian ân hạn 30 ngày, việc xóa sẽ trở thành vĩnh viễn. Bạn có thể hủy bất cứ lúc nào trong 30 ngày đó.\",\"nMdIuB\":\"Việc xóa đã được đưa vào hàng đợi thực thi\",\"/U002t\":\"Yêu cầu xóa đã bị hủy\",\"PBA62s\":\"Yêu cầu xóa\",\"7w0Wev\":\"Đã thêm mô tả và địa điểm\",\"vYgeDk\":\"Bỏ chọn tất cả\",\"NvuEhl\":\"Các yếu tố thiết kế\",\"H8kMHT\":\"Không nhận được mã?\",\"G8KNgd\":\"Địa điểm khác\",\"E/QGRL\":\"Đã tắt\",\"bzSI52\":\"Bỏ\",\"0EcUWz\":\"Bỏ các thay đổi?\",\"+K0AvT\":\"Ngắt kết nối\",\"cALvbl\":\"Ngắt kết nối tài khoản Stripe\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"Bỏ qua thông báo\",\"nZJ8tu\":\"Ẩn danh sách thiết lập\",\"QotGhf\":\"Bỏ qua thông báo này\",\"J6hrEy\":\"Đã bỏ qua\",\"BREO0S\":\"Hiển thị hộp kiểm cho phép khách hàng đăng ký nhận thông tin tiếp thị từ ban tổ chức sự kiện này.\",\"HtaSQp\":\"Hiển thị số chỗ còn lại cho mỗi ngày trong tiện ích vé. Bạn có thể ghi đè cài đặt này cho từng ngày.\",\"pfa8F0\":\"Tên hiển thị\",\"Kdpf90\":\"Đừng quên!\",\"352VU2\":\"Chưa có tài khoản? <0>Đăng ký\",\"AXXqG+\":\"Quyên góp\",\"DPfwMq\":\"Xong\",\"JoPiZ2\":\"Hướng dẫn cho nhân viên cửa\",\"2+O9st\":\"Tải xuống báo cáo bán hàng, người tham dự và tài chính cho tất cả đơn hàng đã hoàn thành.\",\"eneWvv\":\"Bản nháp\",\"Ts8hhq\":\"Do nguy cơ spam cao, bạn phải kết nối tài khoản Stripe trước khi có thể chỉnh sửa mẫu email. Điều này để đảm bảo tất cả các nhà tổ chức sự kiện được xác minh và có trách nhiệm.\",\"TnzbL+\":\"Do nguy cơ spam cao, bạn phải kết nối tài khoản Stripe trước khi có thể gửi tin nhắn cho người tham dự.\\nĐiều này để đảm bảo rằng tất cả các nhà tổ chức sự kiện đều được xác minh và chịu trách nhiệm.\",\"euc6Ns\":\"Nhân đôi\",\"YueC+F\":\"Nhân bản ngày\",\"KRmTkx\":\"Nhân bản sản phẩm\",\"Jd3ymG\":\"Thời lượng phải ít nhất 1 phút.\",\"KIjvtr\":\"Tiếng Hà Lan\",\"22xieU\":\"ví dụ 180 (3 giờ)\",\"MCx4ov\":\"VD: Tìm hiểu thêm\",\"/zajIE\":\"ví dụ: Buổi sáng\",\"XDHATF\":\"VD: Tính năng mới: Danh sách chờ\",\"tAtvUj\":\"VD: Bảo trì định kỳ thứ Bảy này từ 2-4 giờ sáng UTC\",\"SPKbfM\":\"ví dụ: Mua vé, Đăng ký ngay\",\"fc7wGW\":\"ví dụ: Cập nhật quan trọng về vé của bạn\",\"54MPqC\":\"ví dụ: Tiêu chuẩn, Cao cấp, Doanh nghiệp\",\"3RQ81z\":\"Mỗi người sẽ nhận được email với một suất đã được giữ chỗ để hoàn tất việc mua hàng.\",\"Xfsjel\":\"Từng sản phẩm\",\"5oD9f/\":\"Sớm hơn\",\"LTzmgK\":[\"Chỉnh sửa mẫu \",[\"0\"]],\"v4+lcZ\":\"Chỉnh sửa đối tác\",\"ndNHsK\":\"Chỉnh sửa thông báo\",\"2iZEz7\":\"Chỉnh sửa câu trả lời\",\"t2bbp8\":\"Chỉnh sửa người tham dự\",\"etaWtB\":\"Chỉnh sửa thông tin người tham dự\",\"+guao5\":\"Chỉnh sửa cấu hình\",\"1Mp/A4\":\"Sửa ngày\",\"m0ZqOT\":\"Chỉnh sửa địa điểm\",\"8oivFT\":\"Chỉnh sửa địa điểm\",\"vRWOrM\":\"Chỉnh sửa thông tin đơn hàng\",\"pHm0k9\":\"Chỉnh sửa lịch trình\",\"fW5sSv\":\"Chỉnh sửa webhook\",\"nP7CdQ\":\"Chỉnh sửa webhook\",\"MRZxAn\":\"Đã sửa\",\"uBAxNB\":\"Trình chỉnh sửa\",\"aqxYLv\":\"Giáo dục\",\"iiWXDL\":\"Lỗi đủ điều kiện\",\"zPiC+q\":\"Danh Sách Đăng Ký Đủ Điều Kiện\",\"SiVstt\":\"Email và tin nhắn đã lên lịch\",\"V2sk3H\":\"Email & Mẫu\",\"hbwCKE\":\"Đã sao chép địa chỉ email vào clipboard\",\"dSyJj6\":\"Địa chỉ email không khớp\",\"elW7Tn\":\"Nội dung email\",\"ZsZeV2\":\"Email là bắt buộc\",\"Be4gD+\":\"Xem trước email\",\"6IwNUc\":\"Mẫu email\",\"H/UMUG\":\"Yêu cầu xác minh email\",\"PLEl94\":\"Đã xác minh email\",\"L86zy2\":\"Xác thực email thành công!\",\"FSN4TS\":\"Nhúng widget\",\"z9NkYY\":\"Tiện ích nhúng\",\"tKlWWY\":\"Emoji\",\"69YV6l\":\"Cần có emoji cho cửa sổ bật lên\",\"Qj0GKe\":\"Bật tự phục vụ cho người tham dự\",\"hEtQsg\":\"Bật tự phục vụ cho người tham dự theo mặc định\",\"Upeg/u\":\"Kích hoạt mẫu này để gửi email\",\"7dSOhU\":\"Bật danh sách chờ\",\"RxzN1M\":\"Đã bật\",\"sGjBEq\":\"Ngày và giờ kết thúc (tùy chọn)\",\"PKXt9R\":\"Ngày kết thúc phải sau ngày bắt đầu\",\"vTL8gi\":\"Giờ kết thúc\",\"48Y16Q\":\"Thời gian kết thúc (tùy chọn)\",\"TbaYrr\":[\"Đã kết thúc \",[\"0\"]],\"CFgwiw\":[\"Kết thúc \",[\"0\"]],\"SqOIQU\":\"Nhập giá trị sức chứa hoặc chọn không giới hạn.\",\"h37gRz\":\"Nhập nhãn hoặc chọn xóa nhãn.\",\"7YZofi\":\"Nhập tiêu đề và nội dung để xem trước\",\"khyScF\":\"Nhập khoảng thời gian cần dời.\",\"SKx/0u\":\"Nhập tên địa điểm hoặc địa chỉ\",\"ppwojw\":\"Nhập tên địa điểm hoặc địa chỉ cho sự kiện trực tiếp\",\"j+eCIq\":\"Nhập địa chỉ thủ công\",\"3bR1r4\":\"Nhập email đối tác (tùy chọn)\",\"ARkzso\":\"Nhập tên đối tác\",\"ej4L8b\":\"Nhập sức chứa\",\"6KnyG0\":\"Nhập email\",\"INDKM9\":\"Nhập tiêu đề email...\",\"xUgUTh\":\"Nhập tên\",\"9/1YKL\":\"Nhập họ\",\"VpwcSk\":\"Nhập mật khẩu mới\",\"kWg31j\":\"Nhập mã đối tác duy nhất\",\"C3nD/1\":\"Nhập email của bạn\",\"VmXiz4\":\"Nhập email của bạn và chúng tôi sẽ gửi cho bạn hướng dẫn để đặt lại mật khẩu.\",\"n9V+ps\":\"Nhập tên của bạn\",\"IdULhL\":\"Nhập số VAT của bạn bao gồm mã quốc gia, không có khoảng trắng (ví dụ: IE1234567A, DE123456789)\",\"RRlWVA\":\"Toàn bộ đơn hàng\",\"o21Y+P\":\"mục\",\"X88/6w\":\"Các mục sẽ xuất hiện ở đây khi khách hàng tham gia danh sách chờ cho các sản phẩm đã bán hết.\",\"LslKhj\":\"Lỗi khi tải nhật ký\",\"BkEWfd\":\"Esc để đóng\",\"VCNHvW\":\"Sự kiện đã lưu trữ\",\"ZD0XSb\":\"Sự kiện đã được lưu trữ thành công\",\"WgD6rb\":\"Danh mục sự kiện\",\"b46pt5\":\"Ảnh bìa sự kiện\",\"NAUIJ7\":\"Đã tạo sự kiện\",\"1b77ID\":\"Sự kiện đã tạo\",\"1Hzev4\":\"Mẫu tùy chỉnh sự kiện\",\"+v+GW0\":\"Hiển thị ngày sự kiện\",\"7u9/DO\":\"Sự kiện đã được xóa thành công\",\"imgKgl\":\"Mô tả sự kiện\",\"IzR/Fc\":\"Toàn bộ thời gian sự kiện\",\"PYs3rP\":\"Tên sự kiện\",\"HhwcTQ\":\"Tên sự kiện\",\"WZZzB6\":\"Tên sự kiện là bắt buộc\",\"Wd5CDM\":\"Tên sự kiện nên ít hơn 150 ký tự\",\"4JzCvP\":\"Sự kiện không có sẵn\",\"mImacG\":\"Trang sự kiện\",\"Hk9Ki/\":\"Sự kiện đã được khôi phục thành công\",\"JyD0LH\":\"Cài đặt sự kiện\",\"XVLu2v\":\"Tiêu đề sự kiện\",\"OfmsI9\":\"Sự kiện quá mới\",\"4SILkp\":\"Tổng của sự kiện\",\"YDVUVl\":\"Loại sự kiện\",\"+HeiVx\":\"Sự kiện đã cập nhật\",\"19j6uh\":\"Hiệu suất sự kiện\",\"PC3/fk\":\"Sự kiện bắt đầu trong 24 giờ tới\",\"CRsuq4\":\"Mỗi\",\"nwiZdc\":[\"Mỗi \",[\"0\"]],\"B2jjf8\":[\"Mỗi \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Mỗi \",[\"0\"],\" ngày\"],\"yLiYx+\":[\"Mỗi \",[\"0\"],\" tháng\"],\"nn9ice\":[\"Mỗi \",[\"0\"],\" tuần\"],\"Cdr8f9\":[\"Mỗi \",[\"0\"],\" tuần vào \",[\"1\"]],\"GVEHRk\":[\"Mỗi \",[\"0\"],\" năm\"],\"XlRpgq\":[\"Mỗi \",[\"cadenceUnit\"]],\"fTFfOK\":\"Mọi mẫu email phải bao gồm nút hành động liên kết đến trang thích hợp\",\"hHTPiT\":\"Mọi thứ còn lại — chạm để sửa\",\"BVinvJ\":\"Ví dụ: \\\"Bạn biết đến chúng tôi như thế nào?\\\", \\\"Tên công ty cho hóa đơn\\\"\",\"2hGPQG\":\"Ví dụ: \\\"Cỡ áo\\\", \\\"Sở thích ăn uống\\\", \\\"Chức danh\\\"\",\"qNuTh3\":\"Ngoại lệ\",\"aW/bzJ\":\"Thực hiện xóa\",\"CtAcQ7\":\"Thực hiện xóa ngay\",\"xj4fwT\":\"Thực hiện ngay\",\"M1RnFv\":\"Đã hết hạn\",\"kF8HQ7\":\"Xuất câu trả lời\",\"2KAI4N\":\"Xuất CSV\",\"JKfSAv\":\"Xuất thất bại. Vui lòng thử lại.\",\"SVOEsu\":\"Đã bắt đầu xuất. Đang chuẩn bị tệp...\",\"wuyaZh\":\"Xuất thành công\",\"9bpUSo\":\"Đang xuất danh sách đối tác\",\"jtrqH9\":\"Đang xuất danh sách người tham dự\",\"R4Oqr8\":\"Xuất hoàn tất. Đang tải xuống tệp...\",\"UlAK8E\":\"Đang xuất đơn hàng\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"Thất bại\",\"8uOlgz\":\"Thất bại lúc\",\"tKcbYd\":\"Công việc thất bại\",\"SsI9v/\":\"Không thể hủy đơn hàng. Vui lòng thử lại.\",\"LdPKPR\":\"Không thể chỉ định cấu hình\",\"PO0cfn\":\"Không hủy được ngày\",\"YUX+f+\":\"Không hủy được các ngày\",\"SIHgVQ\":\"Không thể hủy tin nhắn\",\"cEFg3R\":\"Không thể tạo đối tác\",\"dVgNF1\":\"Không thể tạo cấu hình\",\"fAoRRJ\":\"Không tạo được lịch\",\"4yLYTb\":\"Không thể tạo lịch trình. Vui lòng thử lại.\",\"U66oUa\":\"Không thể tạo mẫu\",\"+RTkEY\":\"Không thể xóa thông báo\",\"aFk48v\":\"Không thể xóa cấu hình\",\"n1CYMH\":\"Không xóa được ngày\",\"KXv+Qn\":\"Không xóa được ngày. Có thể ngày này đã có đơn hàng.\",\"JJ0uRo\":\"Không xóa được các ngày\",\"rgoBnv\":\"Không thể xóa sự kiện\",\"Zw6LWb\":\"Không thể xóa công việc\",\"tq0abZ\":\"Không thể xóa các công việc\",\"2mkc3c\":\"Không thể xóa ban tổ chức\",\"5E23qd\":\"Không xóa được sản phẩm. Vui lòng thử lại.\",\"vKMKnu\":\"Không thể xóa câu hỏi\",\"xFj7Yj\":\"Không thể xóa mẫu\",\"jo3Gm6\":\"Không thể xuất danh sách đối tác\",\"Jjw03p\":\"Không thể xuất danh sách người tham dự\",\"ZPwFnN\":\"Không thể xuất đơn hàng\",\"zGE3CH\":\"Xuất báo cáo thất bại. Vui lòng thử lại.\",\"lS9/aZ\":\"Không thể tải người nhận\",\"X4o0MX\":\"Không thể tải Webhook\",\"ETcU7q\":\"Không thể cung cấp chỗ\",\"5670b9\":\"Không thể cung cấp vé\",\"e5KIbI\":\"Không kích hoạt lại được ngày\",\"7zyx8a\":\"Không thể xóa khỏi danh sách chờ\",\"A/P7PX\":\"Không xóa được tùy chỉnh\",\"ogWc1z\":\"Không mở lại được ngày\",\"0+iwE5\":\"Không thể sắp xếp lại câu hỏi\",\"EJPAcd\":\"Không thể gửi lại xác nhận đơn hàng\",\"DjSbj3\":\"Không thể gửi lại vé\",\"YQ3QSS\":\"Không thể gửi lại mã xác thực\",\"wDioLj\":\"Không thể thử lại công việc\",\"DKYTWG\":\"Không thể thử lại các công việc\",\"WRREqF\":\"Không lưu được tùy chỉnh\",\"sj/eZA\":\"Không lưu được giá tùy chỉnh\",\"780n8A\":\"Không lưu được cài đặt sản phẩm\",\"zTkTF3\":\"Không thể lưu mẫu\",\"l6acRV\":\"Không thể lưu cài đặt VAT. Vui lòng thử lại.\",\"T6B2gk\":\"Không thể gửi tin nhắn. Vui lòng thử lại.\",\"lKh069\":\"Không thể bắt đầu quá trình xuất\",\"t/KVOk\":\"Không thể bắt đầu mạo danh. Vui lòng thử lại.\",\"QXgjH0\":\"Không thể dừng mạo danh. Vui lòng thử lại.\",\"i0QKrm\":\"Không thể cập nhật đối tác\",\"NNc33d\":\"Không thể cập nhật câu trả lời.\",\"E9jY+o\":\"Không thể cập nhật người tham dự\",\"uQynyf\":\"Không thể cập nhật cấu hình\",\"i2PFQJ\":\"Không thể cập nhật trạng thái sự kiện\",\"EhlbcI\":\"Cập nhật cấp độ nhắn tin thất bại\",\"rpGMzC\":\"Không thể cập nhật đơn hàng\",\"T2aCOV\":\"Không thể cập nhật trạng thái ban tổ chức\",\"Eeo/Gy\":\"Không thể cập nhật cài đặt\",\"kqA9lY\":\"Không thể cập nhật cài đặt VAT\",\"nkNfWu\":\"Tải ảnh lên không thành công. Vui lòng thử lại.\",\"rxy0tG\":\"Không thể xác thực email\",\"QRUpCk\":\"Gia đình\",\"5LO38w\":\"Chi trả nhanh về ngân hàng của bạn\",\"4lgLew\":\"Tháng 2\",\"9bHCo2\":\"Đơn vị tiền tệ phí\",\"/sV91a\":\"Xử lý phí\",\"K4dKSP\":\"Đã lưu phí tùy chỉnh\",\"LyUWXA\":\"Phí đã bỏ qua\",\"cf35MA\":\"Lễ hội\",\"pAey+4\":\"Tệp quá lớn. Kích thước tối đa là 5MB.\",\"VejKUM\":\"Vui lòng điền thông tin của bạn ở trên trước\",\"/n6q8B\":\"Phim\",\"L1qbUx\":\"Lọc người tham dự\",\"8OvVZZ\":\"Lọc Người Tham Dự\",\"N/H3++\":\"Lọc theo ngày\",\"mvrlBO\":\"Lọc theo sự kiện\",\"g+xRXP\":\"Hoàn tất thiết lập Stripe\",\"LHH461\":\"Hoàn tất thiết lập\",\"syyeb9\":\"Lần 1\",\"Vj6wk9\":\"30 ngày đầu\",\"/bpZYb\":\"7 ngày đầu\",\"ziEnjY\":\"90 ngày đầu\",\"1vBhpG\":\"Người tham dự đầu tiên\",\"4pwejF\":\"Tên là bắt buộc\",\"rVogsf\":\"Khắc phục sự cố để xuất bản\",\"3lkYdQ\":\"Phí cố định\",\"6bBh3/\":\"Phí cố định\",\"zWqUyJ\":\"Phí cố định được tính cho mỗi giao dịch\",\"LWL3Bs\":\"Phí cố định phải bằng 0 hoặc lớn hơn\",\"0RI8m4\":\"Tắt đèn flash\",\"q0923e\":\"Bật đèn flash\",\"X+U6/w\":\"Họ phông chữ\",\"lWxAUo\":\"Ẩm thực\",\"nFm+5u\":\"Văn bản chân trang\",\"sQv06Y\":\"trong\",\"NTzcRQ\":\"Theo số lượng ngày\",\"a8nooQ\":\"Lần 4\",\"xVhQZV\":\"T6\",\"39y5bn\":\"Thứ Sáu\",\"ejVYRQ\":\"Từ\",\"hGDVDa\":[\"Từ \",[\"0\"]],\"+dBe1R\":[\"Từ \",[\"start\"]],\"1dv+MO\":[\"từ \",[\"start\"],\" đến \",[\"end\"]],\"l82hjf\":[\"từ \",[\"start\"],\", gồm \",[\"count\"],\" ngày\"],\"f5UbZ0\":\"Toàn quyền sở hữu dữ liệu\",\"cfvx/y\":\"Toàn bộ sự kiện\",\"MY2SVM\":\"Hoàn tiền toàn bộ\",\"PGQLdy\":\"tương lai\",\"8N/j1s\":\"Chỉ những ngày trong tương lai\",\"yRx/6K\":\"Các ngày trong tương lai sẽ được sao chép với sức chứa đặt về 0\",\"T02gNN\":\"Vé phổ thông\",\"3ep0Gx\":\"Thông tin chung về nhà tổ chức của bạn\",\"ziAjHi\":\"Tạo\",\"exy8uo\":\"Tạo mã\",\"4CETZY\":\"Chỉ đường\",\"pjkEcB\":\"Nhận tiền\",\"lGYzP6\":\"Nhận tiền qua Stripe\",\"ZDIydz\":\"Bắt đầu\",\"u6FPxT\":\"Lấy vé\",\"2ohvu7\":\"Văn bản nút Lấy vé\",\"8KDgYV\":\"Chuẩn bị sự kiện của bạn\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"Quay lại\",\"sr0UJD\":\"Quay lại\",\"oNL5vN\":\"Đến trang sự kiện\",\"gHSuV/\":\"Đi đến trang chủ\",\"8+Cj55\":\"Đến lịch\",\"6nDzTl\":\"Dễ đọc\",\"76gPWk\":\"Đã hiểu\",\"CZXzs4\":\"Tiếng Hy Lạp\",\"aGWZUr\":\"Doanh thu gộp\",\"n8IUs7\":\"Doanh thu gộp\",\"O1wAlQ\":\"Khách\",\"LIYoRQ\":\"Quản lý khách\",\"NUsTc4\":\"Đang diễn ra\",\"S2Y4aO\":\"Xóa vĩnh viễn\",\"kTSQej\":[\"Xin chào \",[\"0\"],\", quản lý nền tảng của bạn từ đây.\"],\"URTkcd\":\"Hãy giúp chúng tôi cải thiện bằng cách cho biết lý do bạn rời đi\",\"dORAcs\":\"Đây là tất cả các vé liên kết với địa chỉ email của bạn.\",\"g+2103\":\"Đây là liên kết đối tác của bạn\",\"bVsnqU\":\"Xin chào,\",\"/iE8xx\":\"Phí Hi.Events\",\"zppscQ\":\"Phí nền tảng Hi.Events và phân tích VAT theo giao dịch\",\"D+zLDD\":\"Ẩn\",\"cZO505\":[\"Đã ẩn — việc bán kết thúc vào \",[\"end\"],\".\"],\"DRErHC\":\"Ẩn với người tham dự - chỉ hiển thị với người tổ chức\",\"9zfvsx\":\"Ẩn với mọi người\",\"nMfkJW\":\"Ẩn với mọi người — công tắc ẩn tổng đang bật.\",\"NNnsM0\":\"Ẩn tùy chọn nâng cao\",\"P+5Pbo\":\"Ẩn câu trả lời\",\"VMlRqi\":\"Ẩn chi tiết\",\"NQgWuh\":\"Ẩn bản xem trước\",\"uXNYjR\":\"Ẩn các ngày và giờ đã hết vé\",\"g9RcYX\":\"Ẩn ngày\",\"uMwTx7\":\"Ẩn danh mục này?\",\"LLt2UT\":\"Ẩn các mục đã bán hết\",\"gtEbeW\":\"Nổi bật\",\"NF8sdv\":\"Tin nhắn nổi bật\",\"MXSqmS\":\"Làm nổi bật sản phẩm này\",\"7ER2sc\":\"Nổi bật\",\"sq7vjE\":\"Sản phẩm nổi bật sẽ có màu nền khác để nổi bật trên trang sự kiện.\",\"1+WSY1\":\"Sở thích\",\"yY8wAv\":\"Giờ\",\"49Tkiw\":\"Giảm giá được áp dụng như thế nào?\",\"sy9anN\":\"Thời gian khách hàng phải hoàn tất mua hàng sau khi nhận được đề nghị. Để trống nếu không giới hạn thời gian.\",\"cceMns\":\"Cách áp dụng VAT cho phí nền tảng mà chúng tôi thu của bạn.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"Tiếng Hungary\",\"8Wgd41\":\"Tôi thừa nhận trách nhiệm của mình với tư cách là người kiểm soát dữ liệu\",\"O8m7VA\":\"Tôi đồng ý nhận thông báo qua email liên quan đến sự kiện này\",\"YLgdk5\":\"Tôi xác nhận đây là tin nhắn giao dịch liên quan đến sự kiện này\",\"4/kP5a\":\"Nếu tab mới không tự động mở, vui lòng nhấn nút bên dưới để tiếp tục thanh toán.\",\"W/eN+G\":\"Nếu để trống, địa chỉ sẽ được sử dụng để tạo liên kết Google Maps\",\"CY3yHL\":\"Nếu được chọn, danh mục này sẽ bị ẩn khỏi công chúng.\",\"iIEaNB\":\"Nếu bạn có tài khoản với chúng tôi, bạn sẽ nhận được email với hướng dẫn về cách đặt lại mật khẩu.\",\"an5hVd\":\"Hình ảnh\",\"tSVr6t\":\"Mạo danh\",\"TWXU0c\":\"Mạo danh người dùng\",\"5LAZwq\":\"Đã bắt đầu mạo danh\",\"IMwcdR\":\"Đã dừng mạo danh\",\"0I0Hac\":\"Thông báo quan trọng\",\"yD3avI\":\"Quan trọng: Việc thay đổi địa chỉ email sẽ cập nhật liên kết để truy cập đơn hàng này. Bạn sẽ được chuyển hướng đến liên kết đơn hàng mới sau khi lưu.\",\"jT142F\":[\"Trong \",[\"diffHours\"],\" giờ\"],\"OoSyqO\":[\"Trong \",[\"diffMinutes\"],\" phút\"],\"PdMhEx\":[\"trong \",[\"0\"],\" phút qua\"],\"u7r0G5\":\"Trực tiếp — đặt địa điểm\",\"/LCAwL\":\"Đang diễn ra\",\"5gTmFD\":\"gồm phí\",\"laL+R0\":\"gồm phí và thuế\",\"cXeh90\":\"gồm thuế\",\"pxFAp/\":\"Tăng\",\"nQMUIO\":\"Tăng số lượng\",\"F1Xp97\":\"Người tham dự riêng lẻ\",\"85e6zs\":\"Chèn token Liquid\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Chi trả Stripe tức thì\",\"nbfdhU\":\"Tích hợp\",\"I8eJ6/\":\"Ghi chú nội bộ trên vé của người tham dự\",\"B2Tpo0\":\"Email không hợp lệ\",\"5tT0+u\":\"Định dạng email không hợp lệ\",\"f9WRpE\":\"Loại tệp không hợp lệ. Vui lòng tải lên hình ảnh.\",\"tnL+GP\":\"Cú pháp Liquid không hợp lệ. Vui lòng sửa và thử lại.\",\"N9JsFT\":\"Định dạng số VAT không hợp lệ\",\"g+lLS9\":\"Mời thành viên nhóm\",\"1z26sk\":\"Mời thành viên nhóm\",\"KR0679\":\"Mời các thành viên nhóm\",\"aH6ZIb\":\"Mời nhóm của bạn\",\"Dn4OyV\":\"Đã mời\",\"IuMGvq\":\"Hóa đơn\",\"a/bUcL\":\"Diễn ra vào nhiều ngày\",\"d+Oe9r\":\"Có thể sự kiện đã bị gỡ đăng hoặc xóa. Vui lòng kiểm tra liên kết và thử lại.\",\"Lj7sBL\":\"Tiếng Ý\",\"F5/CBH\":\"mục\",\"BzfzPK\":\"Mục\",\"rjyWPb\":\"Tháng 1\",\"KmWyx0\":\"Công việc\",\"o5r6b2\":\"Đã xóa công việc\",\"cd0jIM\":\"Chi tiết công việc\",\"ruJO57\":\"Tên công việc\",\"YZi+Hu\":\"Công việc đã được xếp hàng để thử lại\",\"nCywLA\":\"Tham gia từ bất cứ đâu\",\"SNzppu\":\"Tham gia danh sách chờ\",\"dLouFI\":[\"Tham gia danh sách chờ cho \",[\"productDisplayName\"]],\"2gMuHR\":\"Đã tham gia\",\"u4ex5r\":\"Tháng 7\",\"zeEQd/\":\"Tháng 6\",\"MxjCqk\":\"Chỉ đang tìm vé của bạn?\",\"xOTzt5\":\"vừa xong\",\"0RihU9\":\"Vừa kết thúc\",\"Brhs/U\":\"Giữ kết nối\",\"4OjqAQ\":\"Tiếp tục sửa\",\"lwO5vw\":[\"Hãy ngắn gọn — banner chỉ hiển thị một dòng. \",[\"0\"],\"/200\"],\"lB2hSG\":[\"Giữ cho tôi cập nhật tin tức và sự kiện từ \",[\"0\"]],\"ioFA9i\":\"Giữ trọn lợi nhuận.\",\"C/pOUI\":\"Nhãn — ví dụ: Buổi sáng\",\"o66QSP\":\"cập nhật nhãn\",\"RtKKbA\":\"Lần cuối\",\"DruLRc\":\"14 ngày qua\",\"ve9JTU\":\"Họ là bắt buộc\",\"h0Q9Iw\":\"Phản hồi cuối cùng\",\"gw3Ur5\":\"Trình kích hoạt cuối cùng\",\"FIq1Ba\":\"Muộn hơn\",\"xvnLMP\":\"Check-in mới nhất\",\"GGFOZD\":\"Giữ “Từ” là hôm nay để bắt đầu ngay.\",\"N5TErv\":\"Để trống nếu không giới hạn\",\"L/hDDD\":\"Để trống để áp dụng danh sách check-in này cho mọi ngày\",\"9Pf3wk\":\"Để bật để bao gồm mọi vé của sự kiện. Tắt để chọn từng vé cụ thể.\",\"Hq2BzX\":\"Báo cho họ biết về thay đổi\",\"+uexiy\":\"Báo cho họ biết về các thay đổi\",\"exYcTF\":\"Thư viện\",\"1njn7W\":\"Sáng\",\"1qY5Ue\":\"Liên kết hết hạn hoặc không hợp lệ\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"Liên kết được phép\",\"2BBAbc\":\"Danh sách\",\"dF6vP6\":\"Trực tiếp\",\"fpMs2Z\":\"TRỰC TIẾP\",\"D9zTjx\":\"Sự Kiện Trực Tiếp\",\"a37vfH\":\"Xem trước trực tiếp\",\"C33p4q\":\"Ngày đã tải\",\"WdmJIX\":\"Đang tải xem trước...\",\"IoDI2o\":\"Đang tải token...\",\"G3Ge9Z\":\"Đang tải nhật ký webhook...\",\"NFxlHW\":\"Đang tải Webhooks\",\"E0DoRM\":\"Đã xóa địa điểm\",\"7w8lJU\":\"Đã lưu địa điểm\",\"YsRXDD\":\"Đã cập nhật địa điểm\",\"A/kIva\":\"cập nhật địa điểm\",\"iyZPPR\":\"địa điểm\",\"VppBoU\":\"Địa điểm\",\"iG7KNr\":\"Logo\",\"vu7ZGG\":\"Logo & Ảnh bìa\",\"gddQe0\":\"Logo và ảnh bìa cho nhà tổ chức của bạn\",\"TBEnp1\":\"Logo sẽ được hiển thị trong phần đầu trang\",\"Jzu30R\":\"Logo sẽ được hiển thị trên vé\",\"PSRm6/\":\"Tra cứu vé của tôi\",\"yJFu/X\":\"Văn phòng chính\",\"v5nFPh\":\"Hãy để công khai để mọi người mua được vé\",\"cdY2at\":[\"Quản lý \",[\"0\"]],\"wZJfA8\":\"Quản lý ngày và giờ cho sự kiện định kỳ của bạn\",\"RlzPUE\":\"Quản lý trên Stripe\",\"sjoDuh\":\"Quản lý lịch\",\"6NXJRK\":\"Quản lý lịch\",\"zXuaxY\":\"Quản lý danh sách chờ sự kiện, xem thống kê và cung cấp vé cho người tham dự.\",\"g2npA5\":\"Ưu đãi thủ công\",\"hg6l4j\":\"Tháng 3\",\"pqRBOz\":\"Đánh dấu là đã xác thực (quản trị viên phê duyệt)\",\"2L3vle\":\"Tin nhắn tối đa / 24h\",\"Qp4HWD\":\"Người nhận tối đa / tin nhắn\",\"7qu2YV\":[\"Tối đa \",[\"cap\"],\" mỗi đơn hàng\"],\"3JzsDb\":\"Tháng 5\",\"agPptk\":\"Phương tiện\",\"xDAtGP\":\"Tin nhắn\",\"bECJqy\":\"Tin nhắn được phê duyệt thành công\",\"1jRD0v\":\"Nhắn tin cho người tham dự có vé cụ thể\",\"uQLXbS\":\"Tin nhắn đã bị hủy\",\"48rf3i\":\"Tin nhắn không được quá 5000 ký tự\",\"ZPj0Q8\":\"Chi tiết tin nhắn\",\"Vjat/X\":\"Tin nhắn là bắt buộc\",\"0/yJtP\":\"Nhắn tin cho chủ đơn hàng có sản phẩm cụ thể\",\"saG4At\":\"Tin nhắn đã được lên lịch\",\"mFdA+i\":\"Cấp độ nhắn tin\",\"v7xKtM\":\"Cấp độ nhắn tin cập nhật thành công\",\"/VRn+9\":[\"Tối thiểu \",[\"min\"],\" mỗi đơn\"],\"H9HlDe\":\"phút\",\"agRWc1\":\"Phút\",\"FfPWR0\":\"Cửa sổ bật lên\",\"zz/Wd/\":\"Chế độ\",\"fpMgHS\":\"T2\",\"hty0d5\":\"Thứ Hai\",\"JbIgPz\":\"Giá trị tiền tệ là tổng gần đúng của tất cả các loại tiền tệ\",\"qvF+MT\":\"Giám sát và quản lý các công việc nền thất bại\",\"kY2ll9\":\"tháng\",\"HajiZl\":\"Tháng\",\"+8Nek/\":\"Hằng tháng\",\"6jefe3\":\"tháng\",\"f8jrkd\":\"nữa\",\"JcD7qf\":\"Thao tác khác\",\"w36OkR\":\"Sự kiện được xem nhiều nhất (14 ngày qua)\",\"+Y/na7\":\"Dời tất cả các ngày sớm hơn hoặc muộn hơn\",\"3DIpY0\":\"Nhiều địa điểm\",\"g9cQCP\":\"Nhiều loại vé\",\"GfaxEk\":\"Âm nhạc\",\"oVGCGh\":\"Vé Của Tôi\",\"8/brI5\":\"Tên là bắt buộc\",\"sFFArG\":\"Tên phải ít hơn 255 ký tự\",\"Bst+aq\":\"Cần đổi tài khoản Stripe? Ngắt kết nối tài khoản này.\",\"xxU3NX\":\"Doanh thu ròng\",\"7I8LlL\":\"Sức chứa mới\",\"n1GRql\":\"Nhãn mới\",\"y0Fcpd\":\"Địa điểm mới\",\"ArHT/C\":\"Đăng ký mới\",\"uK7xWf\":\"Giờ mới:\",\"g8JmSC\":\"Tháng sau\",\"veT5Br\":\"Ngày kế tiếp\",\"WXtl5X\":[\"Kế tiếp: \",[\"nextFormatted\"]],\"eWRECP\":\"Cuộc sống về đêm\",\"HSw5l3\":\"Không - Tôi là cá nhân hoặc doanh nghiệp không đăng ký VAT\",\"VHfLAW\":\"Không có tài khoản\",\"+jIeoh\":\"Không tìm thấy tài khoản\",\"074+X8\":\"Không có Webhook hoạt động\",\"zxnup4\":\"Không có đối tác nào\",\"hUHrkV\":\"Chưa có thông báo nào\",\"Dwf4dR\":\"Chưa có câu hỏi cho người tham dự\",\"th7rdT\":\"Không có người tham dự để hiển thị\",\"PKySlW\":\"Chưa có người tham dự nào cho ngày này.\",\"/UC6qk\":\"Không tìm thấy dữ liệu phân bổ\",\"E2vYsO\":\"Stripe chưa báo cáo tính năng nào.\",\"amMkpL\":\"Hết chỗ\",\"d2Jf1f\":\"Không thay đổi\",\"99ntUF\":\"Không có danh sách đăng ký nào cho sự kiện này.\",\"wG+knX\":\"Chưa có check-in nào\",\"+dAKxg\":\"Không tìm thấy cấu hình\",\"LiLk8u\":\"Không có kết nối khả dụng\",\"eb47T5\":\"Không tìm thấy dữ liệu cho bộ lọc đã chọn. Hãy thử điều chỉnh khoảng thời gian hoặc tiền tệ.\",\"Zc216S\":\"Chưa thêm ngày nào\",\"I8mtzP\":\"Tháng này không có ngày nào khả dụng. Hãy thử chuyển sang tháng khác.\",\"yDukIL\":\"Không có ngày nào khớp với bộ lọc hiện tại.\",\"B7phdj\":\"Không có ngày nào khớp với bộ lọc của bạn\",\"/ZB4Um\":\"Không có ngày nào khớp với tìm kiếm của bạn\",\"OtJSnL\":\"Chưa có ngày nào được lên lịch\",\"gEdNe8\":\"Chưa lên lịch ngày nào\",\"w+wkcC\":\"Không tìm thấy yêu cầu xóa nào\",\"pZNOT9\":\"Không có ngày kết thúc\",\"dW40Uz\":\"Không tìm thấy sự kiện\",\"8pQ3NJ\":\"Không có sự kiện nào bắt đầu trong 24 giờ tới\",\"8zCZQf\":\"Chưa có sự kiện nào\",\"Yc5YW6\":\"Không có công việc thất bại\",\"EpvBAp\":\"Không có hóa đơn\",\"N+9Onb\":\"Không giới hạn\",\"XZkeaI\":\"Không tìm thấy nhật ký\",\"IcAC6J\":\"Không tìm thấy phông chữ phù hợp\",\"nrSs2u\":\"Không tìm thấy tin nhắn\",\"Rj99yx\":\"Không có ngày nào khả dụng\",\"IFU1IG\":\"Không có ngày nào vào hôm này\",\"OVFwlg\":\"Chưa có câu hỏi đơn hàng\",\"EJ7bVz\":\"Không tìm thấy đơn hàng\",\"NEmyqy\":\"Chưa có đơn hàng nào\",\"a77B6w\":\"Chưa có đơn hàng nào cho ngày này.\",\"wUv5xQ\":\"Không có hoạt động của nhà tổ chức trong 14 ngày qua\",\"vLd1tV\":\"Không có ngữ cảnh nhà tổ chức.\",\"B7w4KY\":\"Không có nhà tổ chức nào khác\",\"PChXMe\":\"Không có đơn hàng đã thanh toán\",\"6jYQGG\":\"Không có sự kiện trước đó\",\"CHzaTD\":\"Không có sự kiện phổ biến trong 14 ngày qua\",\"zK/+ef\":\"Không có sản phẩm nào có sẵn để lựa chọn\",\"M1/lXs\":\"Chưa cấu hình sản phẩm nào cho sự kiện này.\",\"kY7XDn\":\"Không có sản phẩm nào có người trong danh sách chờ\",\"8mw4tm\":\"Thông báo khi không có sản phẩm\",\"wYiAtV\":\"Không có đăng ký tài khoản gần đây\",\"UW90md\":\"Không tìm thấy người nhận\",\"QoAi8D\":\"Không có phản hồi\",\"JeO7SI\":\"Không có phản hồi\",\"EK/G11\":\"Chưa có phản hồi\",\"AxPAXW\":\"Không tìm thấy kết quả\",\"59OWd3\":\"Chưa có địa điểm đã lưu\",\"mPdY6W\":\"Không có gợi ý\",\"3sRuiW\":\"Không tìm thấy vé\",\"debCrL\":\"Không có vé để bán\",\"k2C0ZR\":\"Không có ngày sắp tới\",\"yM5c0q\":\"Không có sự kiện sắp tới\",\"qpC74J\":\"Không tìm thấy người dùng\",\"8wgkoi\":\"Không có sự kiện được xem trong 14 ngày qua\",\"Arzxc1\":\"Không có mục trong danh sách chờ\",\"n5vdm2\":\"Chưa có sự kiện webhook nào được ghi nhận cho điểm cuối này. Sự kiện sẽ xuất hiện ở đây khi chúng được kích hoạt.\",\"4GhX3c\":\"Không có webhooks\",\"4+am6b\":\"Không, giữ tôi ở đây\",\"4JVMUi\":\"chưa sửa\",\"ACaDVQ\":\"Chưa có\",\"Itw24Q\":\"Chưa check-in\",\"x5+Lcz\":\"Chưa Đăng Ký\",\"8n10sz\":\"Không Đủ Điều Kiện\",\"kLvU3F\":\"Thông báo cho người tham dự và ngừng bán\",\"t9QlBd\":\"Tháng 11\",\"kAREMN\":\"Số ngày cần tạo\",\"6u1B3O\":\"Ngày\",\"mmoE62\":\"Đã hủy ngày\",\"V9flmL\":\"Lịch các ngày\",\"Kh3WO8\":\"Tóm tắt ngày\",\"byXCTu\":\"Các ngày\",\"KATw3p\":\"Các ngày (chỉ tương lai)\",\"85rTR2\":\"Có thể cấu hình các ngày sau khi tạo\",\"dzQfDY\":\"Tháng 10\",\"BwJKBw\":\"của\",\"GQnX9d\":\"của mỗi tháng\",\"az8lvo\":\"Tắt\",\"9h7RDh\":\"Cung cấp\",\"EfK2O6\":\"Cung cấp suất\",\"3sVRey\":\"Cung cấp vé\",\"2O7Ybb\":\"Thời hạn đề nghị\",\"1jUg5D\":\"Đã đề nghị\",\"l+/HS6\":[\"Đề nghị hết hạn sau \",[\"timeoutHours\"],\" giờ.\"],\"6Aih4U\":\"Ngoại tuyến\",\"Fdp03t\":\"vào\",\"Z5HWHd\":\"Bật\",\"TH5A28\":[\"vào \",[\"dayList\"]],\"qiMtVT\":[\"vào \",[\"day\"],\" \",[\"month\"]],\"nO3VbP\":[\"Đang giảm giá \",[\"0\"]],\"pPAGSK\":[\"vào \",[\"position\"],\" \",[\"day\"]],\"2eFltz\":\"Trên trang sự kiện\",\"H7stQC\":\"Đã vào danh sách chờ\",\"oXOSPE\":\"Trực tuyến\",\"aqmy5k\":\"Trực tuyến — cung cấp thông tin kết nối\",\"LuZBbx\":\"Trực tuyến và trực tiếp\",\"IXuOqt\":\"Trực tuyến và trực tiếp — xem lịch\",\"WjSpu5\":\"Sự kiện trực tuyến\",\"wCRLS9\":[\"Chỉ còn \",[\"cap\"]],\"scPxI/\":[\"Chỉ còn \",[\"capacity\"]],\"Gk0+G6\":\"Chỉ cần tên là bắt buộc — mọi thứ khác đều có giá trị mặc định hợp lý\",\"NdOxqr\":\"Chỉ quản trị viên tài khoản mới có thể xóa hoặc lưu trữ sự kiện. Liên hệ quản trị viên tài khoản của bạn để được hỗ trợ.\",\"rnoDMF\":\"Chỉ quản trị viên tài khoản mới có thể xóa hoặc lưu trữ ban tổ chức. Liên hệ quản trị viên tài khoản của bạn để được hỗ trợ.\",\"tnx0u1\":\"Chỉ có sẵn dưới dạng bổ sung\",\"z4JBd7\":\"Chỉ những thông báo đã xuất bản mới hiển thị cho người dùng\",\"bU7oUm\":\"Chỉ gửi đến các đơn hàng có trạng thái này\",\"wkpaqp\":\"Chỉ hiển thị ngày và giờ bắt đầu\",\"chktt5\":\"Chỉ hiển thị như phần bổ sung của những sản phẩm mà nó được gắn vào\",\"Y4HHYW\":\"Chỉ hiển thị như phần bổ sung của những sản phẩm mà nó được gắn vào.\",\"Z82In9\":\"Chỉ chủ tài khoản mới có thể yêu cầu xóa tài khoản.\",\"DMk8F0\":\"Chỉ vé được tính vào sức chứa\",\"+/Z3yr\":\"Chỉ hiển thị với người mua có mã khuyến mãi phù hợp.\",\"M2w1ni\":\"Chỉ hiển thị với mã khuyến mãi\",\"y8Bm7C\":\"Mở check-in\",\"RLz7P+\":\"Mở ngày\",\"iMqrOb\":\"Lời kêu gọi hành động (tùy chọn)\",\"cDSdPb\":\"Biệt danh tùy chọn hiển thị trong bộ chọn, ví dụ \\\"Phòng họp trụ sở\\\"\",\"HXMJxH\":\"Văn bản tùy chọn cho tuyên bố từ chối, thông tin liên hệ hoặc ghi chú cảm ơn (chỉ một dòng)\",\"L565X2\":\"tùy chọn\",\"8m9emP\":\"hoặc thêm một ngày duy nhất\",\"eBskDE\":\"Hoặc bật thanh toán ngoại tuyến và tắt Stripe\",\"dSeVIm\":\"đơn hàng\",\"c/TIyD\":\"Đơn hàng & Vé\",\"H5qWhm\":\"Đơn hàng đã hủy\",\"b6+Y+n\":\"Đơn hàng hoàn tất\",\"x4MLWE\":\"Xác nhận đơn hàng\",\"CsTTH0\":\"Xác nhận đơn hàng đã được gửi lại thành công\",\"ppuQR4\":\"Đơn hàng được tạo\",\"xtQzag\":\"Chi tiết đơn hàng\",\"vrSW9M\":\"Đơn hàng đã được hủy và hoàn tiền. Chủ đơn hàng đã được thông báo.\",\"rzw+wS\":\"Người đặt hàng\",\"oI/hGR\":\"Mã đơn hàng\",\"m8vQEP\":\"Giới hạn đơn hàng\",\"vu6Arl\":\"Đơn hàng được đánh dấu là đã trả\",\"sLbJQz\":\"Không tìm thấy đơn hàng\",\"kvYpYu\":\"Không tìm thấy đơn hàng\",\"eJ8SvM\":\"Số đơn hàng, ngày mua, email người mua\",\"FaPYw+\":\"Chủ sở hữu đơn hàng\",\"eB5vce\":\"Chủ đơn hàng có sản phẩm cụ thể\",\"CxLoxM\":\"Chủ đơn hàng có sản phẩm\",\"UkHo4c\":\"Mã đơn hàng\",\"EZy55F\":\"Đơn hàng đã hoàn lại\",\"6eSHqs\":\"Trạng thái đơn hàng\",\"oW5877\":\"Tổng đơn hàng\",\"e7eZuA\":\"Đơn hàng cập nhật\",\"1SQRYo\":\"Đơn hàng đã được cập nhật thành công\",\"3NT0Ck\":\"Đơn hàng đã bị hủy\",\"V5khLm\":\"đơn hàng\",\"sd5IMt\":\"Đơn hàng đã hoàn thành\",\"5It1cQ\":\"Đơn hàng đã được xuất\",\"UQ0ACV\":\"Tổng đơn hàng\",\"B/EBQv\":\"Đơn hàng:\",\"qtGTNu\":\"Tài khoản tự nhiên\",\"P/JHA4\":\"Ban tổ chức đã được lưu trữ thành công\",\"S3CZ5M\":\"Bảng điều khiển nhà tổ chức\",\"GzjTd0\":\"Ban tổ chức đã được xóa thành công\",\"SQqJd8\":\"Không tìm thấy nhà tổ chức\",\"HF8Bxa\":\"Ban tổ chức đã được khôi phục thành công\",\"wpj63n\":\"Cài đặt nhà tổ chức\",\"o1my93\":\"Cập nhật trạng thái nhà tổ chức thất bại. Vui lòng thử lại sau\",\"rLHma1\":\"Trạng thái nhà tổ chức đã được cập nhật\",\"LqBITi\":\"Mẫu của tổ chức/mặc định sẽ được sử dụng\",\"q4zH+l\":\"Nhà tổ chức\",\"/IX/7x\":\"Khác\",\"RsiDDQ\":\"Danh Sách Khác (Vé Không Bao Gồm)\",\"EufvBx\":\"Kết quả\",\"aDfajK\":\"Ngoài trời\",\"qMASRF\":\"Tin nhắn đi\",\"iCOVQO\":\"Tùy chỉnh\",\"GpFTEc\":\"Tùy chỉnh phí cho nhà tổ chức này\",\"M9ZhMP\":\"Tùy chỉnh giá\",\"cnVIpl\":\"Đã xóa tùy chỉnh\",\"6/dCYd\":\"Tổng quan\",\"6WdDG7\":\"Trang\",\"8uqsE5\":\"Trang không còn khả dụng\",\"QkLf4H\":\"URL trang\",\"sF+Xp9\":\"Lượt xem trang\",\"v4nCHK\":\"Đã thanh toán\",\"c+suC6\":\"Tài khoản trả phí\",\"5F7SYw\":\"Hoàn tiền một phần\",\"fFYotW\":[\"Hoàn tiền một phần: \",[\"0\"]],\"i8day5\":\"Chuyển phí cho người mua\",\"k4FLBQ\":\"Chuyển cho người mua\",\"Ff0Dor\":\"Đã qua\",\"BFjW8X\":\"Quá hạn\",\"xTPjSy\":\"Sự kiện đã qua\",\"/l/ckQ\":\"Dán URL\",\"URAE3q\":\"Tạm dừng\",\"4fL/V7\":\"Thanh toán\",\"W5l9HD\":\"Trả tùy tâm\",\"c2/9VE\":\"Tải trọng\",\"5cxUwd\":\"Ngày thanh toán\",\"ENEPLY\":\"Phương thức thanh toán\",\"8Lx2X7\":\"Đã nhận thanh toán\",\"fx8BTd\":\"Thanh toán không khả dụng\",\"C+ylwF\":\"Chi trả\",\"UbRKMZ\":\"Đang chờ\",\"UkM20g\":\"Đang chờ xem xét\",\"dPYu1F\":\"Theo người tham dự\",\"mQV/nJ\":\"mỗi phút\",\"+kvxv+\":\"mỗi đơn hàng\",\"VlXNyK\":\"Mỗi đơn hàng\",\"NhuGd7\":\"mỗi sản phẩm\",\"hauDFf\":\"Mỗi vé\",\"mnF83a\":\"Phí phần trăm\",\"TNLuRD\":\"Phí theo phần trăm (%)\",\"MixU2P\":\"Phần trăm phải từ 0 đến 100\",\"MkuVAZ\":\"Phần trăm của số tiền giao dịch\",\"/Bh+7r\":\"Hiệu suất\",\"/4mGVp\":\"Xóa vĩnh viễn tài khoản này\",\"dGdKgQ\":\"Xóa vĩnh viễn tài khoản này và dữ liệu của nó.\",\"fIp56F\":\"Xóa vĩnh viễn sự kiện này và tất cả dữ liệu liên quan.\",\"nJeeX7\":\"Xóa vĩnh viễn ban tổ chức này và tất cả các sự kiện của họ.\",\"wfCTgK\":\"Xóa vĩnh viễn ngày này\",\"6kPk3+\":\"Thông tin cá nhân\",\"zmwvG2\":\"Điện thoại\",\"tSR/oe\":\"Chọn ngày kết thúc\",\"e8kzpp\":\"Hãy chọn ít nhất một ngày trong tháng\",\"35C8QZ\":\"Hãy chọn ít nhất một ngày trong tuần\",\"kJmAsd\":\"Chọn ngày để xem các ngày diễn ra.\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Đã đặt\",\"wBJR8i\":\"Đang lên kế hoạch cho một sự kiện?\",\"J3lhKT\":\"Phí nền tảng\",\"RD51+P\":[\"Phí nền tảng \",[\"0\"],\" được khấu trừ từ khoản thanh toán của bạn\"],\"br3Y/y\":\"Phí nền tảng\",\"3buiaw\":\"Báo cáo phí nền tảng\",\"kv9dM4\":\"Doanh thu nền tảng\",\"PJ3Ykr\":\"Vui lòng kiểm tra vé để xem giờ mới. Vé của bạn vẫn còn hiệu lực — bạn không cần làm gì trừ khi giờ mới không phù hợp. Hãy trả lời email này nếu bạn có thắc mắc.\",\"OtjenF\":\"Vui lòng nhập địa chỉ email hợp lệ\",\"jEw0Mr\":\"Vui lòng nhập URL hợp lệ\",\"n8+Ng/\":\"Vui lòng nhập mã 5 chữ số\",\"r+lQXT\":\"Vui lòng nhập mã số VAT của bạn\",\"Dvq0wf\":\"Vui lòng cung cấp một hình ảnh.\",\"2cUopP\":\"Vui lòng bắt đầu lại quy trình thanh toán.\",\"GoXxOA\":\"Vui lòng chọn ngày và giờ\",\"8KmsFa\":\"Vui lòng chọn khoảng thời gian\",\"EFq6EG\":\"Vui lòng chọn một hình ảnh.\",\"fuwKpE\":\"Vui lòng thử lại.\",\"klWBeI\":\"Vui lòng đợi trước khi yêu cầu mã khác\",\"hfHhaa\":\"Vui lòng đợi trong khi chúng tôi chuẩn bị xuất danh sách đối tác...\",\"o+tJN/\":\"Vui lòng đợi trong khi chúng tôi chuẩn bị cho người tham dự xuất ra...\",\"+5Mlle\":\"Vui lòng đợi trong khi chúng tôi chuẩn bị đơn hàng của bạn để xuất ra...\",\"trnWaw\":\"Tiếng Ba Lan\",\"luHAJY\":\"Sự kiện phổ biến (14 ngày qua)\",\"p/78dY\":\"Vị trí\",\"OESu7I\":\"Ngăn bán quá số lượng bằng cách chia sẻ tồn kho giữa nhiều loại vé.\",\"NgVUL2\":\"Xem trước biểu mẫu thanh toán\",\"cs5muu\":\"Xem trước trang sự kiện\",\"1xwZj/\":\"Tháng trước\",\"Jm2AC3\":\"Bậc giá\",\"a5jvSX\":\"Cấp giá\",\"aHCEmh\":\"Định giá\",\"ReihZ7\":\"Xem trước khi in\",\"JnuPvH\":\"In vé\",\"tYF4Zq\":\"In ra PDF\",\"LcET2C\":\"Chính sách quyền riêng tư\",\"8z6Y5D\":\"Xử lý hoàn tiền\",\"JcejNJ\":\"Đang xử lý đơn hàng\",\"EWCLpZ\":\"Sản phẩm được tạo ra\",\"XkFYVB\":\"Xóa sản phẩm\",\"YMwcbR\":\"Chi tiết doanh số sản phẩm, doanh thu và thuế\",\"ls0mTC\":\"Không thể sửa cài đặt sản phẩm cho những ngày đã hủy.\",\"2339ej\":\"Đã lưu cài đặt sản phẩm thành công\",\"ldVIlB\":\"Cập nhật sản phẩm\",\"CP3D8G\":\"Tiến độ\",\"JoKGiJ\":\"Mã khuyến mãi\",\"dIodJL\":\"Cần mã khuyến mãi\",\"k3wH7i\":\"Chi tiết sử dụng mã khuyến mãi và giảm giá\",\"tZqL0q\":\"mã khuyến mãi\",\"oCHiz3\":\"Mã khuyến mãi\",\"uEhdRh\":\"Chỉ khuyến mãi\",\"dLm8V5\":\"Email quảng cáo có thể dẫn đến đình chỉ tài khoản\",\"W0ETyY\":\"Cung cấp ít nhất một trường địa chỉ (địa điểm, đường, thành phố hoặc quốc gia).\",\"2W/7Gz\":\"Hãy cung cấp những mục sau trước lần rà soát tiếp theo của Stripe để việc chi trả không bị gián đoạn.\",\"7d1a0d\":\"Công khai\",\"EEYbdt\":\"Xuất bản\",\"JcgJKc\":\"Vẫn xuất bản\",\"evDBV8\":\"Xuất bản sự kiện\",\"2zEfOd\":\"Đăng sự kiện của bạn\",\"u3wRF+\":\"Đã xuất bản\",\"L7nrC8\":\"Khi xuất bản, trang sự kiện của bạn sẽ công khai và mở đăng ký.\",\"dsFmM+\":\"Đã mua\",\"JunetL\":\"Người mua\",\"phmeUH\":\"Email người mua\",\"ywR4ZL\":\"Check-in bằng mã QR\",\"oWXNE5\":\"SL\",\"VbWX2u\":\"Số lượng\",\"biEyJ4\":\"Câu trả lời cho câu hỏi\",\"k/bJj0\":\"Đã sắp xếp lại câu hỏi\",\"b24kPi\":\"Hàng đợi\",\"lTPqpM\":\"Mẹo nhanh\",\"fqDzSu\":\"Tỷ lệ\",\"mnUGVC\":\"Vượt quá giới hạn yêu cầu. Vui lòng thử lại sau.\",\"t41hVI\":\"Cung cấp lại suất\",\"TNclgc\":\"Kích hoạt lại ngày này? Ngày này sẽ được mở bán lại.\",\"RENQ6j\":\"Sẵn sàng xuất bản?\",\"uqoRbb\":\"Phân tích thời gian thực\",\"jPSk57\":\"Lý do (không bắt buộc)\",\"xzRvs4\":[\"Nhận cập nhật sản phẩm từ \",[\"0\"],\".\"],\"pLXbi8\":\"Đăng ký tài khoản gần đây\",\"M1HGuR\":\"Hoạt động gần đây\",\"3kJ0gv\":\"Người tham dự gần đây\",\"qhfiwV\":\"Check-in gần đây\",\"S+0XMX\":\"Đơn hàng gần đây\",\"Fi3b48\":\"Đơn hàng gần đây\",\"7hPBBn\":\"người nhận\",\"jp5bq8\":\"người nhận\",\"yPrbsy\":\"Người nhận\",\"E1F5Ji\":\"Người nhận sẽ có sau khi tin nhắn được gửi\",\"WEYdDv\":\"Được đề xuất\",\"wuhHPE\":\"Định kỳ\",\"asLqwt\":\"Sự kiện định kỳ\",\"s3uzsK\":\"Cài đặt sự kiện định kỳ\",\"D0tAMe\":\"Sự kiện định kỳ\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"Đang chuyển hướng đến Stripe...\",\"pnoTN5\":\"Tài khoản giới thiệu\",\"ACKu03\":\"Làm mới xem trước\",\"vuFYA6\":\"Hoàn tiền toàn bộ đơn hàng của những ngày này\",\"4cRUK3\":\"Hoàn tiền toàn bộ đơn hàng của ngày này\",\"fKn/k6\":\"Số tiền hoàn lại\",\"qY4rpA\":\"Hoàn tiền thất bại\",\"FaK/8G\":[\"Hoàn tiền đơn hàng \",[\"0\"]],\"MGbi9P\":\"Hoàn tiền đang chờ\",\"BDSRuX\":[\"Đã hoàn tiền: \",[\"0\"]],\"bU4bS1\":\"Hoàn tiền\",\"rYXfOA\":\"Cài đặt khu vực\",\"5tl0Bp\":\"Câu hỏi đăng ký\",\"ZNo5k1\":\"Còn lại\",\"Bjh87R\":\"Xóa nhãn khỏi tất cả các ngày\",\"IVZaEo\":\"Xóa hoàn toàn các ngày và giờ đã hết vé khỏi trang sự kiện. Khi tắt, chúng vẫn hiển thị và được gắn nhãn hết vé.\",\"5Vkr/a\":\"Xóa giờ\",\"KkJtVK\":\"Mở bán lại\",\"XJwWJp\":\"Mở bán lại ngày này? Những vé đã hủy trước đó sẽ không được khôi phục — người tham dự bị ảnh hưởng vẫn ở trạng thái đã hủy và các khoản hoàn tiền đã thực hiện không bị đảo ngược.\",\"RYlQY0\":\"Lặp lại\",\"CQeZT8\":\"Không tìm thấy báo cáo\",\"JEPMXN\":\"Yêu cầu liên kết mới\",\"Yx0Ud8\":\"Đã yêu cầu\",\"Wcv9QD\":\"Yêu cầu bởi\",\"TMLAx2\":\"Bắt buộc\",\"mdeIOH\":\"Gửi lại mã\",\"sQxe68\":\"Gửi lại xác nhận\",\"bxoWpz\":\"Gửi lại email xác nhận\",\"G42SNI\":\"Gửi lại email\",\"TTpXL3\":[\"Gửi lại sau \",[\"resendCooldown\"],\"s\"],\"5CiNPm\":\"Gửi lại vé\",\"Uwsg2F\":\"Đã đặt chỗ\",\"8wUjGl\":\"Đặt trước đến\",\"a5z8mb\":\"Đặt lại về giá cơ bản\",\"kCn6wb\":\"Đang đặt lại...\",\"ZlCDf+\":\"Phản hồi\",\"bsydMp\":\"Chi tiết phản hồi\",\"yKu/3Y\":\"Khôi phục\",\"RokrZf\":\"Khôi phục sự kiện\",\"/JyMGh\":\"Khôi phục ban tổ chức\",\"HFvFRb\":\"Khôi phục sự kiện này để làm cho nó hiển thị trở lại.\",\"DDIcqy\":\"Khôi phục ban tổ chức này và làm cho nó hoạt động trở lại.\",\"mO8KLE\":\"kết quả\",\"6gRgw8\":\"Thử lại\",\"1BG8ga\":\"Thử lại tất cả\",\"rDC+T6\":\"Thử lại công việc\",\"CbnrWb\":\"Quay lại sự kiện\",\"Lf7TCn\":\"Các địa điểm dùng lại sẽ tự động xuất hiện ở đây khi bạn tạo sự kiện có địa chỉ, và bạn cũng có thể tự thêm.\",\"mdQ0zb\":\"Các địa điểm dùng lại cho sự kiện của bạn. Địa điểm tạo từ tính năng tự động hoàn thành sẽ được lưu ở đây.\",\"XFOPle\":\"Dùng lại\",\"1Zehp4\":\"Dùng lại kết nối Stripe từ một nhà tổ chức khác trong tài khoản này.\",\"Oo/PLb\":\"Tóm tắt doanh thu\",\"CfuueU\":\"Thu hồi ưu đãi\",\"Tpm2G9\":\"Thời gian chạy\",\"dFFW9L\":[\"Đợt giảm giá kết thúc \",[\"0\"]],\"loCKGB\":[\"Đợt giảm giá kết thúc \",[\"0\"]],\"wlfBad\":\"Thời gian giảm giá\",\"qi81Jg\":\"Khoảng thời gian bán áp dụng cho mọi ngày trong lịch của bạn. Để kiểm soát giá và tình trạng còn chỗ của từng ngày, hãy dùng các tùy chỉnh trên <0>trang Lịch các ngày.\",\"zpekWp\":[\"Đợt giảm giá bắt đầu \",[\"0\"]],\"7s8z0X\":\"Khoảng thời gian bán\",\"mUv9U4\":\"Bán hàng\",\"9KnRdL\":\"Bán hàng đang tạm dừng\",\"JC3J0k\":\"Chi tiết doanh số, lượt tham dự và check-in theo từng ngày\",\"3VnlS9\":\"Doanh số, đơn hàng và chỉ số hiệu suất cho tất cả sự kiện\",\"3Q1AWe\":\"Doanh thu:\",\"LeuERW\":\"Giống sự kiện\",\"B4nE3N\":\"Giá vé mẫu\",\"8BRPoH\":\"Địa điểm Mẫu\",\"PiK6Ld\":\"T7\",\"+5kO8P\":\"Thứ Bảy\",\"zJiuDn\":\"Lưu phí tùy chỉnh\",\"x1fMXJ\":\"Lưu lịch trình\",\"KZrfYJ\":\"Lưu liên kết mạng xã hội\",\"9Y3hAT\":\"Lưu mẫu\",\"C8ne4X\":\"Lưu thiết kế vé\",\"cTI8IK\":\"Lưu cài đặt VAT\",\"6/TNCd\":\"Lưu cài đặt VAT\",\"4RvD9q\":\"Địa điểm đã lưu\",\"cgw0cL\":\"Địa điểm đã lưu\",\"Fbqm/I\":\"Khi lưu một tùy chỉnh, hệ thống sẽ tạo cấu hình riêng cho nhà tổ chức này nếu hiện họ đang dùng mặc định của hệ thống.\",\"I+FvbD\":\"Quét\",\"0zd6Nm\":\"Quét vé để check-in cho người tham dự\",\"bQG7Qk\":\"Vé đã quét sẽ xuất hiện ở đây\",\"WDYSLJ\":\"Chế độ máy quét\",\"gmB6oO\":\"Lịch\",\"qQTaVm\":\"Đã thêm lịch\",\"j6NnBq\":\"Đã tạo lịch thành công\",\"YP7frt\":\"Lịch kết thúc vào\",\"QS1Nla\":\"Lên lịch gửi sau\",\"NAzVVw\":\"Lên lịch tin nhắn\",\"/rTL/5\":\"Xem trước lịch trình\",\"Fz09JP\":\"Lịch bắt đầu vào\",\"4ba0NE\":\"Đã lên lịch\",\"4HKQZj\":\"Xóa theo lịch\",\"qcP/8K\":\"Thời gian đã lên lịch\",\"A1taO8\":\"Tìm kiếm\",\"ftNXma\":\"Tìm kiếm đối tác...\",\"VMU+zM\":\"Tìm người tham dự\",\"VY+Bdn\":\"Tìm kiếm theo tên tài khoản hoặc email...\",\"VX+B3I\":\"Tìm kiếm theo tiêu đề sự kiện hoặc người tổ chức...\",\"R0wEyA\":\"Tìm kiếm theo tên công việc hoặc ngoại lệ...\",\"YnMfsK\":\"Tìm theo tên hoặc địa chỉ...\",\"3yKuDu\":\"Tìm theo tên hoặc email và chọn một hoặc nhiều\",\"VT+urE\":\"Tìm kiếm theo tên hoặc email...\",\"GHdjuo\":\"Tìm kiếm theo tên, email hoặc tài khoản...\",\"4mBFO7\":\"Tìm theo tên, mã đơn, mã vé hoặc email\",\"20ce0U\":\"Tìm kiếm theo mã đơn hàng, tên khách hàng hoặc email...\",\"4DSz7Z\":\"Tìm kiếm theo chủ đề, sự kiện hoặc tài khoản...\",\"gTUY97\":\"Tìm theo tiêu đề...\",\"nQC7Z9\":\"Tìm ngày...\",\"iRtEpV\":\"Tìm ngày…\",\"JRM7ao\":\"Tìm địa chỉ\",\"BWF1kC\":\"Tìm kiếm tin nhắn...\",\"5WYZKZ\":\"Kết quả tìm kiếm\",\"IG85fV\":\"Tìm địa điểm đã lưu hoặc tìm một địa chỉ...\",\"Du+zn+\":\"Đang tìm kiếm...\",\"3aD3GF\":\"Theo mùa\",\"ku//5b\":\"Lần 2\",\"Mck5ht\":\"Thanh toán an toàn\",\"s7tXqF\":\"Xem lịch\",\"JFap6u\":\"Xem Stripe còn cần gì\",\"6lGaum\":\"Đã xem\",\"p7xUrt\":\"Chọn danh mục\",\"hTKQwS\":\"Chọn ngày và giờ\",\"Ps6Xtf\":\"Chọn một ngày để xem các giờ còn trống\",\"e4L7bF\":\"Chọn một tin nhắn để xem nội dung\",\"zPRPMf\":\"Chọn cấp độ\",\"BFRSTT\":\"Chọn Tài Khoản\",\"wgNoIs\":\"Chọn tất cả\",\"mCB6Je\":\"Chọn tất cả\",\"aCEysm\":[\"Chọn tất cả vào \",[\"0\"]],\"a6+167\":\"Chọn một sự kiện\",\"4oT6dP\":\"Chọn ít nhất một tài khoản\",\"neCGH1\":\"Chọn ít nhất một người dùng\",\"CFbaPk\":\"Chọn nhóm người tham dự\",\"88a49s\":\"Chọn máy ảnh\",\"tVW/yo\":\"Chọn tiền tệ\",\"SJQM1I\":\"Chọn ngày\",\"n9ZhRa\":\"Chọn ngày và giờ kết thúc\",\"gTN6Ws\":\"Chọn thời gian kết thúc\",\"0U6E9W\":\"Chọn danh mục sự kiện\",\"j9cPeF\":\"Chọn loại sự kiện\",\"ypTjHL\":\"Chọn một ngày\",\"DHBGUX\":\"Chọn sản phẩm...\",\"KizCK7\":\"Chọn ngày và giờ bắt đầu\",\"dJZTv2\":\"Chọn thời gian bắt đầu\",\"x8XMsJ\":\"Chọn cấp độ nhắn tin cho tài khoản này. Điều này kiểm soát giới hạn tin nhắn và quyền liên kết.\",\"aT3jZX\":\"Chọn múi giờ\",\"TxfvH2\":\"Chọn người tham dự nào sẽ nhận tin nhắn này\",\"Ropvj0\":\"Chọn những sự kiện nào sẽ kích hoạt webhook này\",\"+6YAwo\":\"đã chọn\",\"ylXj1N\":\"Đã chọn\",\"uq3CXQ\":\"Bán hết vé sự kiện của bạn.\",\"oBXbO4\":\"Bạn bán sản phẩm vật lý? Hãy giới hạn số lượng trên <0>trang sản phẩm.\",\"j9b/iy\":\"Bán chạy 🔥\",\"73qYgo\":\"Gửi thử\",\"HMAqFK\":\"Gửi email cho người tham dự, chủ vé hoặc chủ đơn hàng. Tin nhắn có thể được gửi ngay hoặc lên lịch gửi sau.\",\"22Itl6\":\"Gửi cho tôi một bản sao\",\"NpEm3p\":\"Gửi ngay\",\"nOBvex\":\"Gửi dữ liệu đơn hàng và người tham dự theo thời gian thực đến hệ thống bên ngoài của bạn.\",\"1lNPhX\":\"Gửi email thông báo hoàn tiền\",\"eaUTwS\":\"Gửi liên kết đặt lại\",\"5cV4PY\":\"Gửi tới tất cả các ngày, hoặc chọn một ngày cụ thể\",\"QEQlnV\":\"Gửi tin nhắn đầu tiên của bạn\",\"IoAuJG\":\"Đang gửi...\",\"h69WC6\":\"Đã gửi\",\"BVu2Hz\":\"Được gửi bởi\",\"ZFa8wv\":\"Gửi cho người tham dự khi một ngày đã lên lịch bị hủy\",\"SPdzrs\":\"Gửi cho khách hàng khi họ đặt hàng\",\"LxSN5F\":\"Gửi cho từng người tham dự với chi tiết vé của họ\",\"hgvbYY\":\"Tháng 9\",\"5sN96e\":\"Đã hủy buổi\",\"S9i0UC\":[\"buổi · \",[\"dateCount\"],\" ngày × \",[\"timesPerDay\"],\" khung giờ\"],\"89xaFU\":\"Đặt cài đặt phí nền tảng mặc định cho các sự kiện mới được tạo dưới nhà tổ chức này.\",\"eXssj5\":\"Đặt cài đặt mặc định cho các sự kiện mới được tạo dưới tổ chức này.\",\"uPe5p8\":\"Đặt thời lượng của mỗi ngày\",\"ODuUEi\":\"Đặt hoặc xóa nhãn của ngày\",\"buHACR\":\"Đặt giờ kết thúc của mỗi ngày cách giờ bắt đầu một khoảng như trên.\",\"TaeFgl\":\"Đặt thành không giới hạn (bỏ giới hạn)\",\"pd6SSe\":\"Thiết lập lịch định kỳ để tự động tạo các ngày, hoặc thêm từng ngày một.\",\"s0FkEx\":\"Thiết lập danh sách check-in cho các lối vào, phiên hoặc ngày khác nhau.\",\"TaWVGe\":\"Thiết lập chi trả\",\"JA//e6\":\"Thiết lập lịch\",\"gzXY7l\":\"Thiết lập lịch\",\"0Ls9qe\":\"Thiết lập các loại vé bạn sẽ bán và giá của chúng\",\"xMO+Ao\":\"Thiết lập tổ chức của bạn\",\"5pEFnq\":\"Thiết lập lịch trình của bạn\",\"zRRuUD\":\"Bạn sẽ thiết lập lịch ở các bước tiếp theo\",\"ETC76A\":\"Đặt, thay đổi hoặc xóa địa điểm hay thông tin trực tuyến của ngày\",\"C3htzi\":\"Đã cập nhật cài đặt\",\"Ohn74G\":\"Thiết lập & thiết kế\",\"1W5XyZ\":\"Thiết lập chỉ mất vài phút — bạn không cần có sẵn tài khoản Stripe. Stripe lo phần thẻ, ví điện tử, phương thức thanh toán theo khu vực và chống gian lận để bạn tập trung vào sự kiện của mình.\",\"GG7qDw\":\"Chia sẻ liên kết đối tác\",\"hL7sDJ\":\"Chia sẻ trang nhà tổ chức\",\"jy6QDF\":\"Quản lý sức chứa chung\",\"jDNHW4\":\"Dời giờ\",\"tPfIaW\":[\"Đã dời giờ cho \",[\"count\"],\" ngày\"],\"WwlM8F\":\"Hiện tùy chọn nâng cao\",\"cMW+gm\":[\"Hiển thị tất cả nền tảng (\",[\"0\"],\" có giá trị khác)\"],\"wXi9pZ\":\"Hiển thị ghi chú về người tham dự cho nhân viên chưa đăng nhập\",\"4LZFir\":\"Hiển thị toàn bộ khoảng thời gian\",\"UVPI5D\":\"Hiển thị ít nền tảng hơn\",\"Eu/N/d\":\"Hiển thị hộp kiểm đăng ký tiếp thị\",\"SXzpzO\":\"Hiển thị hộp kiểm đăng ký tiếp thị theo mặc định\",\"b33PL9\":\"Hiển thị thêm nền tảng\",\"Eut7p9\":\"Hiển thị chi tiết đơn hàng cho nhân viên chưa đăng nhập\",\"+RoWKN\":\"Hiển thị câu trả lời cho nhân viên chưa đăng nhập\",\"jbcx6L\":\"Hiển thị sức chứa còn lại trên các ngày của sự kiện\",\"rXxBOx\":\"Hiển thị sức chứa còn lại cho người mua\",\"t1LIQW\":[\"Hiển thị \",[\"0\"],\" trong \",[\"totalRows\"],\" bản ghi\"],\"E717U9\":[\"Đang hiển thị \",[\"0\"],\"–\",[\"1\"],\" trong số \",[\"2\"]],\"5rzhBQ\":[\"Đang hiển thị \",[\"MAX_VISIBLE\"],\" trong số \",[\"totalAvailable\"],\" ngày. Nhập để tìm kiếm.\"],\"WSt3op\":[\"Đang hiển thị \",[\"0\"],\" mục đầu — \",[\"1\"],\" buổi còn lại vẫn nằm trong phạm vi khi tin nhắn được gửi.\"],\"o1UbOh\":\"Hiển thị nhún nhảy ở đầu cửa sổ bật lên\",\"OJLTEL\":\"Hiển thị cho nhân viên trong lần đầu họ mở trang check-in.\",\"lbfXEJ\":\"Hiển thị số chỗ còn lại\",\"jVRHeq\":\"Đã đăng ký\",\"5C7J+P\":\"Sự kiện đơn lẻ\",\"E//btK\":\"Bỏ qua những ngày đã sửa thủ công\",\"paESr6\":\"Tiếng Slovak\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"Xã hội\",\"d0rUsW\":\"Liên kết mạng xã hội\",\"j/TOB3\":\"Liên kết mạng xã hội & Trang web\",\"s9KGXU\":\"Đã bán\",\"yp+0jj\":\"đã bán hết\",\"1hupow\":\"Đã bán hết, có danh sách chờ\",\"iACSrw\":\"Một số chi tiết không hiển thị công khai. Hãy đăng nhập để xem đầy đủ.\",\"Dia6iz\":\"Đã xảy ra lỗi khi xóa hình ảnh. Vui lòng thử lại.\",\"KTxc6k\":\"Có gì đó không ổn, vui lòng thử lại hoặc liên hệ với hỗ trợ nếu vấn đề vẫn còn\",\"lkE00/\":\"Đã xảy ra lỗi. Vui lòng thử lại sau.\",\"wdxz7K\":\"Nguồn\",\"SzuJ5m\":\"Tài khoản cụ thể\",\"/h8G1o\":\"Người dùng cụ thể\",\"fDG2by\":\"Tâm linh\",\"oPaRES\":\"Chia nhỏ việc check-in theo ngày, khu vực hoặc loại vé. Chia sẻ liên kết với nhân viên — họ không cần tài khoản.\",\"7JFNej\":\"Thể thao\",\"/bfV1Y\":\"Hướng dẫn cho nhân viên\",\"StWUH4\":\"Bắt đầu check-in\",\"JcQp9p\":\"Ngày & giờ bắt đầu\",\"0m/ekX\":\"Ngày và giờ bắt đầu\",\"izRfYP\":\"Ngày bắt đầu là bắt buộc\",\"xAYSEs\":\"Giờ bắt đầu\",\"n9ZrDo\":\"Bắt đầu nhập địa điểm hoặc địa chỉ...\",\"DACR+e\":\"Mặc định thu gọn\",\"qeFVhN\":[\"Bắt đầu sau \",[\"diffDays\"],\" ngày\"],\"AOqtxN\":[\"Bắt đầu sau \",[\"diffMinutes\"],\" phút\"],\"Otg8Oh\":[\"Bắt đầu sau \",[\"h\"],\" giờ \",[\"m\"],\" phút\"],\"Lo49in\":[\"Bắt đầu sau \",[\"seconds\"],\" giây\"],\"NqChgF\":\"Bắt đầu vào ngày mai\",\"2NbyY/\":\"Thống kê\",\"GVUxAX\":\"Thống kê dựa trên ngày tạo tài khoản\",\"29Hx9U\":\"Thống kê\",\"5ia+r6\":\"Vẫn cần\",\"wuV0bK\":\"Dừng Mạo Danh\",\"S/7MPw\":\"Đã ngắt kết nối tài khoản Stripe.\",\"s/KaDb\":\"Đã kết nối Stripe\",\"Bk06QI\":\"Stripe đã kết nối\",\"akZMv8\":[\"Đã sao chép kết nối Stripe từ \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe không trả về liên kết thiết lập. Vui lòng thử lại.\",\"aKtF0O\":\"Stripe chưa kết nối\",\"9i0++A\":\"ID thanh toán Stripe\",\"R1lIMV\":\"Stripe sẽ sớm cần thêm một số thông tin\",\"FzcCHA\":\"Stripe sẽ hướng dẫn bạn qua vài câu hỏi nhanh để hoàn tất thiết lập.\",\"ii0qn/\":\"Tiêu đề là bắt buộc\",\"M7Uapz\":\"Tiêu đề sẽ xuất hiện ở đây\",\"6aXq+t\":\"Tiêu đề:\",\"JwTmB6\":\"Sản phẩm nhân đôi thành công\",\"WUOCgI\":\"Đã cung cấp suất thành công\",\"IvxA4G\":[\"Đã cung cấp vé thành công cho \",[\"count\"],\" người\"],\"kKpkzy\":\"Đã cung cấp vé thành công cho 1 người\",\"Zi3Sbw\":\"Đã xóa khỏi danh sách chờ thành công\",\"RuaKfn\":\"Cập nhật địa chỉ thành công\",\"kzx0uD\":\"Đã cập nhật mặc định sự kiện thành công\",\"5n+Wwp\":\"Cập nhật nhà tổ chức thành công\",\"DMCX/I\":\"Cài đặt phí nền tảng mặc định đã được cập nhật thành công\",\"URUYHc\":\"Cài đặt phí nền tảng đã được cập nhật thành công\",\"kRWc2g\":\"Đã cập nhật cài đặt sự kiện định kỳ thành công\",\"0Dk/l8\":\"Cập nhật cài đặt SEO thành công\",\"S8Tua9\":\"Cập nhật cài đặt thành công\",\"MhOoLQ\":\"Cập nhật liên kết mạng xã hội thành công\",\"CNSSfp\":\"Cập nhật cài đặt theo dõi thành công\",\"kj7zYe\":\"Cập nhật Webhook thành công\",\"dXoieq\":\"Tóm tắt\",\"/RfJXt\":[\"Lễ hội âm nhạc mùa hè \",[\"0\"]],\"CWOPIK\":\"Lễ hội Âm nhạc Mùa hè 2025\",\"D89zck\":\"CN\",\"DBC3t5\":\"Chủ Nhật\",\"UaISq3\":\"Tiếng Thụy Điển\",\"JZTQI0\":\"Chuyển đổi nhà tổ chức\",\"9YHrNC\":\"Mặc định hệ thống\",\"jGR53C\":\"Áo thun, cốc và nhiều thứ khác\",\"hCR98w\":\"Chạm vào các ngày như trên lịch.\",\"lruQkA\":\"Chạm vào màn hình để tiếp tục quét\",\"X9v2GM\":\"Tài khoản mục tiêu\",\"TmyDCw\":\"Người dùng mục tiêu\",\"TJUrME\":[\"Nhắm tới người tham dự thuộc \",[\"0\"],\" buổi đã chọn.\"],\"yT6dQ8\":\"Thuế thu được theo loại thuế và sự kiện\",\"Ye321X\":\"Tên thuế\",\"WyCBRt\":\"Tóm tắt thuế\",\"QC3FVX\":\"Thuế và phí\",\"GkH0Pq\":\"Đã áp dụng thuế & phí\",\"SXvRWU\":\"Cộng tác nhóm\",\"vlf/In\":\"Công nghệ\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"Hãy cho mọi người biết điều gì sẽ có tại sự kiện của bạn\",\"NiIUyb\":\"Hãy cho chúng tôi biết về sự kiện của bạn\",\"DovcfC\":\"Hãy cho chúng tôi biết về tổ chức của bạn. Thông tin này sẽ được hiển thị trên các trang sự kiện của bạn.\",\"69GWRq\":\"Cho chúng tôi biết sự kiện của bạn lặp lại bao lâu một lần và chúng tôi sẽ tạo toàn bộ các ngày giúp bạn.\",\"mXPbwY\":\"Cho chúng tôi biết tình trạng đăng ký VAT của bạn để áp dụng đúng cách tính VAT cho phí nền tảng.\",\"7wtpH5\":\"Mẫu đang hoạt động\",\"QHhZeE\":\"Tạo mẫu thành công\",\"xrWdPR\":\"Xóa mẫu thành công\",\"G04Zjt\":\"Lưu mẫu thành công\",\"xowcRf\":\"Điều khoản dịch vụ\",\"6K0GjX\":\"Văn bản có thể khó đọc\",\"nm3Iz/\":\"Cảm ơn bạn đã tham dự!\",\"pYwj0k\":\"Trân trọng,\",\"cIHkSd\":[\"Đó là \",[\"totalOccurrences\"],\" buổi — tối đa là \",[\"max\"],\". Hãy rút ngắn khoảng thời gian hoặc tần suất.\"],\"k3IitN\":\"Vậy là xong\",\"KfmPRW\":\"Màu nền của trang. Khi sử dụng ảnh bìa, màu này được áp dụng dưới dạng lớp phủ.\",\"MDNyJz\":\"Mã sẽ hết hạn sau 10 phút. Kiểm tra thư mục spam nếu bạn không thấy email.\",\"AIF7J2\":\"Đơn vị tiền tệ mà phí cố định được xác định. Nó sẽ được chuyển đổi sang đơn vị tiền tệ của đơn hàng khi thanh toán.\",\"k3LFkM\":\"Tiền tệ dùng cho giá vé của sự kiện này.\",\"7oksH+\":[\"Giảm giá được trừ vào từng sản phẩm đủ điều kiện. Ví dụ: giảm \",[\"currencySymbol\"],\"10 × 3 vé = giảm \",[\"currencySymbol\"],\"30.\"],\"sKL8k2\":\"Giảm giá chỉ được trừ một lần vào tổng đơn hàng.\",\"cDHM1d\":\"Địa chỉ email đã được thay đổi. Người tham dự sẽ nhận được vé mới tại địa chỉ email đã cập nhật.\",\"tXadb0\":\"Sự kiện bạn đang tìm kiếm hiện không khả dụng. Nó có thể đã bị xóa, hết hạn hoặc URL không chính xác.\",\"sxKqBm\":\"Toàn bộ số tiền đơn hàng sẽ được hoàn lại phương thức thanh toán gốc của khách hàng.\",\"KgDp6G\":\"Liên kết bạn đang cố gắng truy cập đã hết hạn hoặc không còn hợp lệ. Vui lòng kiểm tra email của bạn để nhận liên kết cập nhật để quản lý đơn hàng của bạn.\",\"sYLeDq\":\"Không tìm thấy nhà tổ chức bạn đang tìm kiếm. Trang có thể đã bị chuyển, xóa hoặc URL không chính xác.\",\"PCr4zw\":\"Việc phê duyệt này được ghi lại trong nhật ký kiểm tra của đơn hàng.\",\"C4nQe5\":\"Phí nền tảng được thêm vào giá vé. Người mua trả nhiều hơn, nhưng bạn nhận được giá vé đầy đủ.\",\"HxxXZO\":\"Màu thương hiệu chính được sử dụng cho nút và điểm nhấn\",\"OVSkIF\":\"Con cáo nâu nhanh nhẹn nhảy qua con chó lười.\",\"z0KrIG\":\"Thời gian lên lịch là bắt buộc\",\"EWErQh\":\"Thời gian lên lịch phải ở trong tương lai\",\"UNd0OU\":[\"Buổi của “\",[\"title\"],\"”, ban đầu dự kiến vào \",[\"0\"],\", đã được dời lịch.\"],\"DEcpfp\":\"Nội dung template chứa cú pháp Liquid không hợp lệ. Vui lòng sửa và thử lại.\",\"qpmtdK\":\"Múi giờ dùng cho ngày và giờ của sự kiện này.\",\"N3VfVA\":\"Tệp tải lên chưa đến được máy chủ. Hãy kiểm tra kết nối mạng; nếu tệp lớn, hãy thử ảnh nhỏ hơn (tối đa 5MB).\",\"injXD7\":\"Không thể xác thực số VAT. Vui lòng kiểm tra số và thử lại.\",\"A4UmDy\":\"Sân khấu\",\"tDwYhx\":\"Chủ đề & Màu sắc\",\"ybBP2H\":\"Không có sản phẩm nào khả dụng cho ngày này. Vui lòng chọn ngày khác.\",\"O7g4eR\":\"Sự kiện này không có ngày nào sắp tới\",\"062KsE\":\"Những thông tin này chỉ hiển thị trên vé và bản tóm tắt đơn hàng của người tham dự đối với ngày này.\",\"5Eu+tn\":\"Những chi tiết này chỉ hiển thị khi đơn hàng hoàn tất thành công.\",\"jQjwR+\":\"Những thông tin này sẽ thay thế địa điểm hiện có ở các ngày bị ảnh hưởng và hiển thị trên vé của người tham dự.\",\"6eaLu/\":\"Các mức giá này áp dụng cho tất cả các ngày trong lịch, và số lượng của từng hạng giới hạn tổng số bán ra của tất cả các ngày cộng lại. Ngày mở bán của các hạng áp dụng chung. Bạn có thể ghi đè giá cho từng ngày riêng lẻ trên <0>trang Lịch các buổi.\",\"QP3gP+\":\"Các cài đặt này chỉ áp dụng cho mã nhúng được sao chép và sẽ không được lưu trữ.\",\"HirZe8\":\"Các mẫu này sẽ được sử dụng làm mặc định cho tất cả sự kiện trong tổ chức của bạn. Các sự kiện riêng lẻ có thể ghi đè các mẫu này bằng phiên bản tùy chỉnh của riêng họ.\",\"lzAaG5\":\"Các mẫu này sẽ ghi đè mặc định của tổ chức chỉ cho sự kiện này. Nếu không có mẫu tùy chỉnh nào được thiết lập ở đây, mẫu của tổ chức sẽ được sử dụng thay thế.\",\"UlykKR\":\"Lần 3\",\"1YTBzS\":\"Tài khoản này không có đơn hàng đã hoàn tất nào, vì vậy tất cả dữ liệu của nó sẽ bị xóa vĩnh viễn.\",\"jCPU8z\":\"Tài khoản này đã được lên lịch xóa\",\"zfNCE8\":[\"Tài khoản này được lên lịch xóa vào <0>\",[\"scheduledDate\"],\"\"],\"wkP5FM\":\"Điều này áp dụng cho mọi ngày phù hợp trong sự kiện, kể cả những ngày hiện chưa hiển thị. Người tham dự đã đăng ký ở bất kỳ ngày nào trong số đó sẽ có thể tiếp cận qua trình soạn tin nhắn khi cập nhật hoàn tất.\",\"SOmGDa\":\"Danh sách check-in này thuộc về một buổi đã bị hủy nên không còn dùng được để check-in.\",\"XBNC3E\":\"Mã này sẽ được dùng để theo dõi doanh số. Chỉ cho phép chữ cái, số, dấu gạch ngang và dấu gạch dưới.\",\"AaP0M+\":\"Kết hợp màu này có thể khó đọc đối với một số người dùng\",\"o1phK/\":[\"Ngày này có \",[\"orderCount\"],\" đơn hàng sẽ bị ảnh hưởng.\"],\"F/UtGt\":\"Ngày này đã bị hủy. Bạn vẫn có thể xóa để loại bỏ vĩnh viễn.\",\"BLZ7pX\":\"Ngày này thuộc quá khứ. Ngày vẫn được tạo nhưng sẽ không hiển thị với người tham dự trong danh sách ngày sắp tới.\",\"7IIY0z\":\"Ngày này được đánh dấu là đã bán hết.\",\"bddWMP\":\"Ngày này không còn khả dụng. Vui lòng chọn ngày khác.\",\"E9BqZw\":\"Chỉ ngày này\",\"n68908\":[\"Thao tác này sẽ ngắt kết nối \",[\"stripeAccountId\"],\" khỏi nhà tổ chức này. Việc bán vé trả phí sẽ ngừng hoạt động cho đến khi bạn kết nối lại tài khoản Stripe.\"],\"RzEvf5\":\"Sự kiện này đã kết thúc\",\"kc4bIA\":\"Sự kiện này chưa có vé hoặc sản phẩm nào, vì vậy người tham dự sẽ không thể đăng ký.\",\"eMaNd0\":\"Sự kiện này không khả dụng\",\"YClrdK\":\"Sự kiện này chưa được xuất bản\",\"GL6z+k\":\"Sự kiện này đã hết vé\",\"pIwDhS\":\"Ngày và giờ của sự kiện này được đặt trong lịch các ngày.\",\"ny5rgr\":\"Đây là một sự kiện định kỳ\",\"tc64Zz\":\"Đây là tên danh mục sẽ được hiển thị trên trang sự kiện.\",\"dFJnia\":\"Đây là tên nhà tổ chức sẽ hiển thị cho người dùng của bạn.\",\"vt7jiq\":\"Đây là lần duy nhất khóa bí mật ký được hiển thị. Vui lòng sao chép ngay và lưu trữ an toàn.\",\"5DpZrC\":\"Giới hạn này áp dụng cho tổng số lượng bán ra của tất cả các ngày trong lịch cộng lại — không phải giới hạn theo từng ngày. Để giới hạn số người tham dự mỗi ngày, hãy đặt sức chứa trên <0>trang Lịch các buổi.\",\"L7dIM7\":\"Liên kết này không hợp lệ hoặc đã hết hạn.\",\"MR5ygV\":\"Liên kết này không còn hợp lệ\",\"9LEqK0\":\"Tên này hiển thị cho người dùng cuối\",\"QdUMM9\":\"Ngày này đã kín chỗ\",\"j5FdeA\":\"Đơn hàng này đang được xử lý.\",\"sjNPMw\":\"Đơn hàng này đã bị bỏ. Bạn có thể bắt đầu đơn hàng mới bất cứ lúc nào.\",\"OhCesD\":\"Đơn hàng này đã bị hủy. Bạn có thể bắt đầu đơn hàng mới bất cứ lúc nào.\",\"lyD7rQ\":\"Hồ sơ nhà tổ chức này chưa được xuất bản\",\"9b5956\":\"Xem trước này cho thấy email của bạn sẽ trông như thế nào với dữ liệu mẫu. Email thực tế sẽ sử dụng giá trị thực.\",\"uM9Alj\":\"Sản phẩm này được nổi bật trên trang sự kiện\",\"RqSKdX\":\"Sản phẩm này đã bán hết\",\"4PDH+K\":\"Sản phẩm này sẽ không xuất hiện riêng trên trang sự kiện — người mua chỉ thấy nó như phần bổ sung của những sản phẩm mà nó được gắn vào.\",\"qEGn8I\":\"Sự kiện định kỳ này chưa có ngày nào, vì vậy người tham dự không có gì để đặt.\",\"W12OdJ\":\"Báo cáo này chỉ dành cho mục đích thông tin. Luôn tham khảo ý kiến chuyên gia thuế trước khi sử dụng dữ liệu này cho mục đích kế toán hoặc thuế. Vui lòng kiểm tra chéo với bảng điều khiển Stripe của bạn vì Hi.Events có thể thiếu dữ liệu lịch sử.\",\"1LuJNw\":\"Vé này không còn hiệu lực\",\"0Ew0uk\":\"Vé này vừa được quét. Vui lòng chờ trước khi quét lại.\",\"FYXq7k\":[\"Điều này sẽ ảnh hưởng tới \",[\"loadedAffectedCount\"],\" ngày.\"],\"kvpxIU\":\"Thông tin này sẽ được dùng để gửi thông báo và liên hệ với người dùng của bạn.\",\"bPgkdx\":\"Thao tác này sẽ hủy việc xóa theo lịch và kích hoạt lại tài khoản. Chủ tài khoản sẽ được thông báo qua email.\",\"4yx4a4\":[\"Thao tác này sẽ vô hiệu hóa tài khoản của bạn ngay lập tức và xóa vĩnh viễn sau 30 ngày. Để xác nhận, hãy nhập tên tài khoản của bạn: <0>\",[\"0\"],\"\"],\"rhsath\":\"Thông tin này sẽ không hiển thị với khách hàng, nhưng giúp bạn nhận diện đối tác.\",\"VGEfU7\":\"Thao tác này sẽ xóa vĩnh viễn hoặc ẩn danh hóa tài khoản ngay lập tức mà không cần chờ đến ngày đã lên lịch. Không thể hoàn tác.\",\"hV6FeJ\":\"Thông lượng\",\"+FjWgX\":\"T5\",\"kkDQ8m\":\"Thứ Năm\",\"0GSPnc\":\"Thiết kế vé\",\"EZC/Cu\":\"Thiết kế vé đã được lưu thành công\",\"bbslmb\":\"Thiết kế vé\",\"1BPctx\":\"Vé cho\",\"HGuXjF\":\"Người sở hữu vé\",\"CMUt3Y\":\"Người giữ vé\",\"awHmAT\":\"ID vé\",\"6czJik\":\"Logo Vé\",\"t79rDv\":\"Không tìm thấy vé\",\"6tmWch\":\"Vé hoặc sản phẩm\",\"1tfWrD\":\"Xem trước vé cho\",\"KnjoUA\":\"Giá vé\",\"pGZOcL\":\"Vé đã được gửi lại thành công\",\"o02GZM\":\"Việc bán vé cho sự kiện này đã kết thúc\",\"8jLPgH\":\"Loại vé\",\"8qsbZ5\":\"Bán vé\",\"zNECqg\":\"vé\",\"6GQNLE\":\"Vé\",\"NRhrIB\":\"Vé & Sản phẩm\",\"OrWHoZ\":\"Vé được tự động cung cấp cho khách hàng trong danh sách chờ khi có chỗ trống.\",\"AGRilS\":\"Vé Đã Bán\",\"4/dG8J\":\"Các bậc\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Giờ\",\"kGEhUy\":\"Khung giờ\",\"fXf2r5\":[\"Giờ hiển thị theo \",[\"timezoneAbbr\"]],\"9udQT9\":\"Tiêu đề là bắt buộc\",\"dMtLDE\":\"đến\",\"/jQctM\":\"Đến\",\"tiI71C\":\"Để tăng giới hạn của bạn, hãy liên hệ với chúng tôi tại\",\"ecUA8p\":\"Hôm nay\",\"W428WC\":\"Chuyển đổi cột\",\"BRMXj0\":\"Ngày mai\",\"UBSG1X\":\"Nhà tổ chức hàng đầu (14 ngày qua)\",\"3sZ0xx\":\"Tổng Tài Khoản\",\"SMDzqJ\":\"Tổng số người tham dự\",\"orBECM\":\"Tổng thu được\",\"k5CU8c\":\"Tổng số mục\",\"4B7oCp\":\"Tổng phí\",\"sMMlTX\":\"Tổng phí\",\"mlvCEl\":\"Tổng số đơn hàng\",\"2AW/k5\":\"Tổng số lượng cho tất cả các ngày\",\"dp8BCb\":\"Tổng thuế\",\"vb0Q0/\":\"Tổng Người Dùng\",\"oJjplO\":\"Tổng lượt xem\",\"rBZ9pz\":\"Tour tham quan\",\"orluER\":\"Theo dõi sự phát triển và hiệu suất tài khoản theo nguồn phân bổ\",\"YwKzpH\":\"Theo dõi & Phân tích\",\"GUA0Jy\":\"Hãy thử từ khóa hoặc bộ lọc khác\",\"2P/OWN\":\"Hãy điều chỉnh bộ lọc để thấy thêm ngày.\",\"ouM5IM\":\"Thử email khác\",\"3DZvE7\":\"Dùng thử Hi.Events miễn phí\",\"vq2WxD\":\"T3\",\"G3myU+\":\"Thứ Ba\",\"Kz91g/\":\"Tiếng Thổ Nhĩ Kỳ\",\"GdOhw6\":\"Tắt âm thanh\",\"KUOhTy\":\"Bật âm thanh\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"Nhập \\\"xóa\\\" để xác nhận\",\"nSlb72\":\"Nhập để tìm kiếm...\",\"nWRfmt\":\"Kiểu chữ\",\"IrVSu+\":\"Không thể nhân bản sản phẩm. Vui lòng kiểm tra thông tin của bạn\",\"Vx2J6x\":\"Không thể lấy thông tin người tham dự\",\"h0dx5e\":\"Không thể tham gia danh sách chờ\",\"DaE0Hg\":\"Không tải được thông tin người tham dự.\",\"GlnD5Y\":\"Không tải được sản phẩm cho ngày này. Vui lòng thử lại.\",\"17VbmV\":\"Không thể hoàn tác check-in\",\"n57zCW\":\"Tài khoản chưa phân bổ\",\"9uI/rE\":\"Hoàn tác\",\"Ef7StM\":\"Không rõ\",\"ZBAScj\":\"Người tham dự không xác định\",\"MEIAzV\":\"Chưa đặt tên\",\"K6L5Mx\":\"Địa điểm chưa đặt tên\",\"7yiFvZ\":\"Chưa thanh toán\",\"C51N+0\":\"đến\",\"NaeLn8\":[\"Đến \",[\"end\"]],\"porwAO\":\"Đến một ngày\",\"ZIb6rJ\":\"Sản phẩm chưa đặt tên\",\"crJM8s\":\"Vé chưa đặt tên\",\"X13xGn\":\"Không đáng tin cậy\",\"0bT1FT\":[\"Tối đa \",[\"max\"],\" mỗi đơn\"],\"gyXpQN\":\"Sự kiện sắp tới\",\"Pp1sWX\":\"Cập nhật đối tác\",\"59qHrb\":\"Cập nhật sức chứa\",\"Gaem9v\":\"Cập nhật tên và mô tả sự kiện\",\"7EhE4k\":\"Cập nhật nhãn\",\"NPQWj8\":\"Cập nhật địa điểm\",\"75+lpR\":[\"Cập nhật: \",[\"subjectTitle\"],\" — thay đổi về lịch\"],\"UOGHdA\":[\"Cập nhật: \",[\"subjectTitle\"],\" — giờ của buổi đã thay đổi\"],\"+b7T3G\":\"Đã cập nhật\",\"ogoTrw\":[\"Đã cập nhật \",[\"count\"],\" ngày\"],\"dDuona\":[\"Đã cập nhật sức chứa cho \",[\"count\"],\" ngày\"],\"FT3LSc\":[\"Đã cập nhật nhãn cho \",[\"count\"],\" ngày\"],\"8EcY1g\":[\"Đã cập nhật địa điểm cho \",[\"count\"],\" ngày\"],\"83tNam\":\"Cập nhật khi bạn tạo quy tắc. Lật qua các tháng để kiểm tra ngày.\",\"/XlQr2\":\"Cập nhật khi bạn nhập.\",\"gJQsLv\":\"Tải lên ảnh bìa cho nhà tổ chức của bạn\",\"4kEGqW\":\"Tải lên logo cho nhà tổ chức của bạn\",\"lnCMdg\":\"Tải ảnh lên\",\"29w7p6\":\"Đang tải ảnh...\",\"HtrFfw\":\"URL là bắt buộc\",\"3VnYUR\":\"URL phải bắt đầu bằng http:// hoặc https://\",\"vzWC39\":\"USB\",\"td5pxI\":\"Máy quét USB đang chờ\",\"dyTklH\":\"Máy quét USB đang tạm dừng\",\"OHJXlK\":\"Sử dụng <0>mẫu Liquid để cá nhân hóa email của bạn\",\"/rsy72\":\"Dùng mặc định của sự kiện\",\"0k4cdb\":\"Sử dụng thông tin đơn hàng cho tất cả người tham dự. Tên và email của người tham dự sẽ khớp với thông tin người mua.\",\"bA31T4\":\"Sử dụng thông tin người mua cho tất cả người tham dự\",\"PpgtnC\":\"Dùng địa chỉ này\",\"rnoQsz\":\"Được sử dụng cho viền, vùng tô sáng và kiểu mã QR\",\"b0XTc/\":[\"Người dùng (\",[\"0\"],\")\"],\"BV4L/Q\":\"Phân tích UTM\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"Đang xác thực số VAT của bạn...\",\"t7caBM\":\"Mã quốc gia VAT\",\"WLkfqH\":\"Mã số VAT\",\"pnVh83\":\"Số VAT\",\"CabI04\":\"Số VAT không được chứa khoảng trắng\",\"PMhxAR\":\"Số VAT phải bắt đầu bằng mã quốc gia 2 chữ cái theo sau là 8-15 ký tự chữ và số (ví dụ: DE123456789)\",\"gPgdNV\":\"Số VAT đã được xác thực thành công\",\"RUMiLy\":\"Xác thực số VAT không thành công\",\"vqji3Y\":\"Xác thực số VAT không thành công. Vui lòng kiểm tra số VAT của bạn.\",\"8dENF9\":\"VAT trên phí\",\"ZutOKU\":\"Thuế suất VAT\",\"+KJZt3\":\"Đã đăng ký VAT\",\"Nfbg76\":\"Cài đặt VAT đã được lưu thành công\",\"UvYql/\":\"Cài đặt VAT đã được lưu. Chúng tôi đang xác thực số VAT của bạn ở chế độ nền.\",\"bXn1Jz\":\"Đã cập nhật cài đặt VAT\",\"tJylUv\":\"Xử lý VAT cho phí nền tảng\",\"FlGprQ\":\"Xử lý VAT cho phí nền tảng: Doanh nghiệp có đăng ký VAT ở EU có thể sử dụng cơ chế đảo ngược (0% - Điều 196 của Chỉ thị VAT 2006/112/EC). Doanh nghiệp không đăng ký VAT sẽ bị tính VAT của Ireland ở mức 23%.\",\"516oLj\":\"Dịch vụ xác thực VAT tạm thời không khả dụng\",\"p6QQLa\":[\"VAT: \",[\"0\"]],\"5q87Y9\":\"VAT: chưa đăng ký\",\"AdWhjZ\":\"Mã xác thực\",\"kUAumu\":\"Đã gửi email xác minh. Hãy kiểm tra hộp thư đến.\",\"QDEWii\":\"Đã xác minh\",\"wCKkSr\":\"Xác thực email\",\"/IBv6X\":\"Xác minh email của bạn\",\"u8nB38\":\"Xác minh email của bạn để người tham dự có thể nhận vé\",\"e/cvV1\":\"Đang xác thực...\",\"fROFIL\":\"Tiếng Việt\",\"p5nYkr\":\"Xem tất cả\",\"yA/6BX\":\"Xem tất cả →\",\"6CQ7/B\":\"Xem tất cả tính năng\",\"YSE15b\":\"Xem tất cả danh sách check-in\",\"RnvnDc\":\"Xem tất cả tin nhắn được gửi trên nền tảng\",\"+WFMis\":\"Xem và tải xuống báo cáo cho tất cả sự kiện của bạn. Chỉ bao gồm đơn hàng đã hoàn thành.\",\"c7VN/A\":\"Xem câu trả lời\",\"SZw9tS\":\"Xem chi tiết\",\"9+84uW\":[\"Xem chi tiết của \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"Xem sự kiện\",\"c6SXHN\":\"Xem trang sự kiện\",\"n6EaWL\":\"Xem nhật ký\",\"OaKTzt\":\"Xem bản đồ\",\"zNZNMs\":\"Xem tin nhắn\",\"67OJ7t\":\"Xem đơn hàng\",\"tKKZn0\":\"Xem chi tiết đơn hàng\",\"KeCXJu\":\"Xem chi tiết đơn hàng, hoàn tiền và gửi lại xác nhận.\",\"9jnAcN\":\"Xem trang chủ nhà tổ chức\",\"1J/AWD\":\"Xem vé\",\"N9FyyW\":\"Xem, chỉnh sửa và xuất danh sách người tham dự đã đăng ký.\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Hiển thị từ \",[\"start\"],\" — ẩn cho tới khi mở bán.\"],\"EkiKJK\":\"Hiển thị với mọi người trên trang sự kiện.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"Đang chờ\",\"quR8Qp\":\"Đang chờ thanh toán\",\"KrurBH\":\"Đang chờ quét…\",\"u0n+wz\":\"Danh sách chờ\",\"3RXFtE\":\"Danh sách chờ đã bật\",\"TwnTPy\":\"Ưu đãi danh sách chờ đã hết hạn\",\"aUi/Dz\":\"Cảnh báo: Đây là cấu hình mặc định của hệ thống. Thay đổi sẽ ảnh hưởng đến tất cả các tài khoản không được chỉ định cấu hình cụ thể.\",\"aT/44s\":\"Chúng tôi không sao chép được kết nối Stripe đó. Vui lòng thử lại.\",\"jTee4a\":\"Không thể ngắt kết nối tài khoản Stripe này. Vui lòng thử lại.\",\"RRZDED\":\"Chúng tôi không tìm thấy đơn hàng nào liên kết với địa chỉ email này.\",\"2RZK9x\":\"Chúng tôi không thể tìm thấy đơn hàng bạn đang tìm kiếm. Liên kết có thể đã hết hạn hoặc chi tiết đơn hàng có thể đã thay đổi.\",\"nefMIK\":\"Chúng tôi không thể tìm thấy vé bạn đang tìm kiếm. Liên kết có thể đã hết hạn hoặc chi tiết vé có thể đã thay đổi.\",\"miysJh\":\"Chúng tôi không thể tìm thấy đơn hàng này. Nó có thể đã bị xóa.\",\"Fjj/5/\":\"Chúng tôi không tải được danh sách check-in. Vui lòng thử lại.\",\"ADsQ23\":\"Hiện chúng tôi không kết nối được tới Stripe. Vui lòng thử lại sau giây lát.\",\"HJKdzP\":\"Đã xảy ra sự cố khi tải trang này. Vui lòng thử lại.\",\"jegrvW\":\"Chúng tôi hợp tác với Stripe để chuyển tiền thẳng vào tài khoản ngân hàng của bạn.\",\"IfN2Qo\":\"Chúng tôi khuyến nghị logo hình vuông với kích thước tối thiểu 200x200px\",\"wJzo/w\":\"Chúng tôi khuyến nghị kích thước 400px x 400px và dung lượng tối đa 5MB\",\"L/KlAh\":[\"Chúng tôi đã gửi liên kết xác minh tới \",[\"0\"]],\"KRCDqH\":\"Chúng tôi sử dụng cookie để hiểu cách trang web được sử dụng và cải thiện trải nghiệm của bạn.\",\"x8rEDQ\":\"Chúng tôi không thể xác thực số VAT của bạn sau nhiều lần thử. Chúng tôi sẽ tiếp tục thử ở chế độ nền. Vui lòng kiểm tra lại sau.\",\"4HaEdK\":[\"Chúng tôi sẽ tạo toàn bộ \",[\"totalOccurrences\"],\" buổi — sau đó bạn có thể chỉnh sửa hoặc xóa bất kỳ ngày nào\"],\"mfM/HJ\":[\"Chúng tôi sẽ thông báo cho bạn qua email nếu có chỗ trống cho \",[\"productDisplayName\"],\" vào \",[\"occurrenceDate\"],\".\"],\"iy+M+c\":[\"Chúng tôi sẽ thông báo cho bạn qua email nếu có chỗ trống cho \",[\"productDisplayName\"],\".\"],\"McuGND\":\"Sau khi lưu, chúng tôi sẽ mở trình soạn tin nhắn với mẫu điền sẵn. Bạn xem lại rồi gửi — không có gì được gửi tự động.\",\"q1BizZ\":\"Chúng tôi sẽ gửi vé đến email này\",\"ZOmUYW\":\"Chúng tôi sẽ xác thực số VAT của bạn ở chế độ nền. Nếu có bất kỳ vấn đề nào, chúng tôi sẽ thông báo cho bạn.\",\"LKjHr4\":[\"Chúng tôi đã thay đổi lịch của “\",[\"title\"],\"” — \",[\"description\"],\" ảnh hưởng tới \",[\"affectedCount\"],\" buổi.\"],\"Fq/Nx7\":\"Chúng tôi đã gửi mã xác thực 5 chữ số đến:\",\"GdWB+V\":\"Webhook tạo thành công\",\"2X4ecw\":\"Webhook đã xóa thành công\",\"ndBv0v\":\"Tích hợp webhook\",\"CThMKa\":\"Nhật ký webhook\",\"I0adYQ\":\"Khóa bí mật ký Webhook\",\"nuh/Wq\":\"URL Webhook\",\"8BMPMe\":\"Webhook sẽ không gửi thông báo\",\"FSaY52\":\"Webhook sẽ gửi thông báo\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"Trang web\",\"0f7U0k\":\"T4\",\"VAcXNz\":\"Thứ Tư\",\"64X6l4\":\"tuần\",\"4XSc4l\":\"Hằng tuần\",\"IAUiSh\":\"tuần\",\"vKLEXy\":\"Weibo\",\"9eF5oV\":\"Chào mừng trở lại\",\"QDWsl9\":[\"Chào mừng đến với \",[\"0\"],\", \",[\"1\"],\" 👋\"],\"LETnBR\":[\"Chào mừng đến với \",[\"0\"],\", đây là danh sách tất cả sự kiện của bạn\"],\"DDbx7K\":\"Sức khỏe\",\"FaSXqR\":\"Loại sự kiện nào?\",\"0WyYF4\":\"Nhân viên chưa đăng nhập thấy được gì\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"Khi một lượt check-in bị xóa\",\"RPe6bE\":\"Khi một ngày của sự kiện định kỳ bị hủy\",\"Gmd0hv\":\"Khi một người tham dự mới được tạo ra\",\"zyIyPe\":\"Khi một sự kiện mới được tạo\",\"Lc18qn\":\"Khi một đơn hàng mới được tạo\",\"dfkQIO\":\"Khi một sản phẩm mới được tạo ra\",\"8OhzyY\":\"Khi một sản phẩm bị xóa\",\"tRXdQ9\":\"Khi một sản phẩm được cập nhật\",\"9L9/28\":\"Khi sản phẩm hết hàng, khách hàng có thể tham gia danh sách chờ để được thông báo khi có chỗ trống.\",\"OIkHj+\":\"Khi sản phẩm hết hàng, khách hàng có thể tham gia danh sách chờ để được thông báo khi có chỗ trống. Khách hàng tham gia danh sách chờ cho một ngày cụ thể và các đề nghị được đưa ra theo từng ngày.\",\"Q7CWxp\":\"Khi một người tham dự bị hủy\",\"IuUoyV\":\"Khi một người tham dự được check-in\",\"nBVOd7\":\"Khi một người tham dự được cập nhật\",\"t7cuMp\":\"Khi một sự kiện được lưu trữ\",\"gtoSzE\":\"Khi một sự kiện được cập nhật\",\"ny2r8d\":\"Khi một đơn hàng bị hủy\",\"c9RYbv\":\"Khi một đơn hàng được đánh dấu là đã thanh toán\",\"ejMDw1\":\"Khi một đơn hàng được hoàn trả\",\"fVPt0F\":\"Khi một đơn hàng được cập nhật\",\"bcYlvb\":\"Khi check-in đóng\",\"XIG669\":\"Khi check-in mở\",\"de6HLN\":\"Khi khách hàng mua vé, đơn hàng của họ sẽ hiển thị tại đây.\",\"pm9tpn\":\"Khi được bật, người mua có thể sao chép tên và email của mình cho tất cả người tham dự cùng lúc. Tắt tùy chọn này để loại bỏ tùy chọn \\\"Tất cả người tham dự\\\"; người mua vẫn có thể sao chép cho người tham dự đầu tiên, những người còn lại phải được nhập riêng.\",\"403wpZ\":\"Khi được bật, các sự kiện mới sẽ cho phép người tham dự quản lý thông tin vé của riêng họ qua liên kết bảo mật. Điều này có thể được ghi đè cho từng sự kiện.\",\"blXLKj\":\"Khi được bật, các sự kiện mới sẽ hiển thị hộp kiểm đăng ký tiếp thị trong quá trình thanh toán. Điều này có thể được ghi đè cho từng sự kiện.\",\"Kj0Txn\":\"Khi được bật, không có phí ứng dụng nào sẽ được tính cho các giao dịch Stripe Connect. Sử dụng cho các quốc gia không hỗ trợ phí ứng dụng.\",\"xo06V3\":\"Nơi nút liên kết đến\",\"uchB0M\":\"Xem trước widget\",\"uvIqcj\":\"Hội thảo\",\"EpknJA\":\"Viết tin nhắn của bạn tại đây...\",\"nhtR6Y\":\"X (Twitter)\",\"7qI8sJ\":\"năm\",\"zkWmBh\":\"Hằng năm\",\"+BGee5\":\"năm\",\"X/azM1\":\"Có - Tôi có số đăng ký VAT EU hợp lệ\",\"Tz5oXG\":\"Có, hủy đơn hàng của tôi\",\"QlSZU0\":[\"Bạn đang mạo danh <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"Bạn đang thực hiện hoàn tiền một phần. Khách hàng sẽ được hoàn lại \",[\"0\"],\" \",[\"1\"],\".\"],\"o7LgX6\":\"Bạn có thể cấu hình phí dịch vụ và thuế bổ sung trong cài đặt tài khoản của mình.\",\"rj3A7+\":\"Bạn có thể tùy chỉnh riêng cho từng ngày sau.\",\"paWwQ0\":\"Bạn vẫn có thể cung cấp vé thủ công nếu cần.\",\"jTDzpA\":\"Bạn không thể lưu trữ ban tổ chức đang hoạt động cuối cùng trong tài khoản của mình.\",\"D8baxD\":\"Bạn có vé trả phí nhưng Stripe chưa được kết nối, vì vậy bạn không thể nhận thanh toán.\",\"5VGIlq\":\"Bạn đã đạt đến giới hạn nhắn tin.\",\"casL1O\":\"Bạn có thuế và phí được thêm vào một sản phẩm miễn phí. Bạn có muốn bỏ chúng?\",\"5SgD0L\":\"Bạn có thay đổi chưa lưu. Bạn có chắc muốn bỏ chúng không?\",\"9jJNZY\":\"Bạn phải thừa nhận trách nhiệm của mình trước khi lưu\",\"pCLes8\":\"Bạn phải đồng ý nhận tin nhắn\",\"FVTVBy\":\"Bạn phải xác minh địa chỉ email trước khi cập nhật trạng thái nhà tổ chức.\",\"ze4bi/\":\"Bạn cần tạo ít nhất một ngày trước khi thêm người tham dự vào sự kiện định kỳ này.\",\"w65ZgF\":\"Bạn cần xác minh email tài khoản trước khi có thể chỉnh sửa mẫu email.\",\"FRl8Jv\":\"Bạn cần xác minh email tài khoản trước khi có thể gửi tin nhắn.\",\"88cUW+\":\"Bạn nhận được\",\"O6/3cu\":\"Bạn sẽ thiết lập được ngày, lịch và quy tắc lặp ở bước tiếp theo.\",\"zKAheG\":\"Bạn đang thay đổi giờ của các buổi\",\"MNFIxz\":[\"Bạn sẽ tham gia \",[\"0\"],\"!\"],\"ZlLcht\":[\"Bạn đang tham gia danh sách chờ cho \",[\"occurrenceDate\"],\".\"],\"qGZz0m\":\"Bạn đã được thêm vào danh sách chờ!\",\"/5HL6k\":\"Bạn đã được mời một suất!\",\"gbjFFH\":\"Bạn đã thay đổi giờ của buổi\",\"YI0K8C\":[\"Tài khoản của bạn đã bị vô hiệu hóa và sẽ bị xóa vĩnh viễn vào <0>\",[\"0\"],\".\"],\"p/Sa0j\":\"Tài khoản của bạn có giới hạn nhắn tin. Để tăng giới hạn của bạn, hãy liên hệ với chúng tôi tại\",\"gsWZkk\":\"Tài khoản của bạn hiện đã được lên lịch xóa.\",\"x/xjzn\":\"Danh sách đối tác của bạn đã được xuất thành công.\",\"TF37u6\":\"Những người tham dự của bạn đã được xuất thành công.\",\"79lXGw\":\"Danh sách check-in của bạn đã được tạo thành công. Chia sẻ liên kết bên dưới với nhân viên check-in của bạn.\",\"BnlG9U\":\"Đơn hàng hiện tại của bạn sẽ bị mất.\",\"nBqgQb\":\"Email của bạn\",\"GG1fRP\":\"Sự kiện của bạn đã hoạt động!\",\"ifRqmm\":\"Tin nhắn của bạn đã được gửi thành công!\",\"0/+Nn9\":\"Tin nhắn của bạn sẽ xuất hiện ở đây\",\"/Rj5P4\":\"Tên của bạn\",\"PFjJxY\":\"Mật khẩu mới của bạn phải dài ít nhất 8 ký tự.\",\"gzrCuN\":\"Chi tiết đơn hàng của bạn đã được cập nhật. Email xác nhận đã được gửi đến địa chỉ email mới.\",\"naQW82\":\"Đơn hàng của bạn đã bị hủy.\",\"bhlHm/\":\"Đơn hàng của bạn đang chờ thanh toán\",\"XeNum6\":\"Đơn hàng của bạn đã được xuất thành công.\",\"Xd1R1a\":\"Địa chỉ nhà tổ chức của bạn\",\"WWYHKD\":\"Thanh toán của bạn được bảo vệ bằng mã hóa cấp ngân hàng\",\"5b3QLi\":\"Gói của bạn\",\"N4Zkqc\":\"Bộ lọc ngày đã lưu của bạn không còn khả dụng — đang hiển thị tất cả các ngày.\",\"o0qzpM\":\"Tài khoản Stripe của bạn không bị ảnh hưởng và không mất dữ liệu — bạn có thể kết nối lại bất cứ lúc nào.\",\"FNO5uZ\":\"Vé của bạn vẫn còn hiệu lực — bạn không cần làm gì trừ khi giờ mới không phù hợp. Vui lòng trả lời email này nếu bạn có thắc mắc.\",\"CnZ3Ou\":\"Vé của bạn đã được xác nhận.\",\"EmFsMZ\":\"Số VAT của bạn đang trong hàng đợi để xác thực\",\"QBlhh4\":\"Số VAT của bạn sẽ được xác thực khi bạn lưu\",\"fT9VLt\":\"Ưu đãi danh sách chờ của bạn đã hết hạn và chúng tôi không thể hoàn tất đơn hàng. Vui lòng tham gia lại danh sách chờ để được thông báo khi có thêm chỗ trống.\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file diff --git a/frontend/src/locales/vi.po b/frontend/src/locales/vi.po index cca8be2cee..54d82cba54 100644 --- a/frontend/src/locales/vi.po +++ b/frontend/src/locales/vi.po @@ -33,7 +33,7 @@ msgstr "(trống)" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:110 msgid "(none)" -msgstr "" +msgstr "(không có)" #: src/components/common/ReportTable/index.tsx:328 msgid "{0}" @@ -53,7 +53,7 @@ msgstr "{0} {1} đã check-in" #: src/components/layouts/CheckIn/index.tsx:249 msgid "{0} <0>checked in" -msgstr "" +msgstr "{0} <0>đã check-in" #: src/components/layouts/CheckIn/index.tsx:284 msgid "{0} <0>checked out successfully" @@ -83,7 +83,7 @@ msgstr "Logo {0}" #: src/components/modals/CreateAttendeeModal/index.tsx:272 msgid "{0} of {1} seats are taken." -msgstr "" +msgstr "Đã kín {0} trong số {1} chỗ." #: src/components/routes/events/Dashboard/index.tsx:141 msgid "{0} organizers" @@ -99,15 +99,15 @@ msgstr "{0} cập nhật thành công" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:417 msgid "{activeCount} enabled" -msgstr "" +msgstr "Đang bật: {activeCount}" #: src/components/common/CheckIn/CheckInInfoModal.tsx:101 msgid "{appName} logo" -msgstr "" +msgstr "Logo {appName}" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:296 msgid "{attendeeCount} attendees are registered for this session." -msgstr "" +msgstr "Có {attendeeCount} người tham dự đã đăng ký cho buổi này." #: src/components/common/EventCard/index.tsx:133 msgid "{availableCount} of {totalCount} available" @@ -119,7 +119,7 @@ msgstr "Còn {capacity} chỗ" #: src/components/common/CheckIn/CheckInInfoModal.tsx:55 msgid "{checkedIn} / {total} checked in" -msgstr "" +msgstr "{checkedIn} / {total} đã check-in" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:378 msgid "{chipTime}, Sold Out" @@ -131,12 +131,12 @@ msgstr "{chipTime}, Đã bán hết, có danh sách chờ" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:210 msgid "{completedCount} of {totalCount} steps complete" -msgstr "" +msgstr "Hoàn tất {completedCount} trong số {totalCount} bước" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "{count} add-ons" -msgstr "" +msgstr "{count} sản phẩm bổ sung" #: src/components/common/Countdown/index.tsx:68 msgid "{days} days, {hours} hours, {minutes} minutes, and {seconds} seconds" @@ -144,15 +144,15 @@ msgstr "{ngày} ngày, {giờ} giờ, {phút} phút và {giây} giây" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:29 msgid "{diffHr}h ago" -msgstr "" +msgstr "{diffHr} giờ trước" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:27 msgid "{diffMin}m ago" -msgstr "" +msgstr "{diffMin} phút trước" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:25 msgid "{diffSec}s ago" -msgstr "" +msgstr "{diffSec} giây trước" #: src/components/common/OrganizerWebhookTable/index.tsx:79 #: src/components/common/WebhookTable/index.tsx:79 @@ -161,7 +161,7 @@ msgstr "{EventCount} Sự kiện" #: src/components/forms/ProductForm/ledgerSummaries.ts:103 msgid "{first} + {additionalCount} more" -msgstr "" +msgstr "{first} + {additionalCount} mục nữa" #: src/components/common/Countdown/index.tsx:70 msgid "{hours} hours, {minutes} minutes, and {seconds} seconds" @@ -169,11 +169,11 @@ msgstr "{giờ} giờ, {phút} phút và {giây} giây" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:262 msgid "{loadedAffectedAttendees} attendees are registered across the affected sessions." -msgstr "" +msgstr "Có {loadedAffectedAttendees} người tham dự đã đăng ký cho các buổi bị ảnh hưởng." #: src/components/forms/ProductForm/ledgerSummaries.ts:112 msgid "{min}–{max} per order" -msgstr "" +msgstr "{min}–{max} mỗi đơn" #: src/components/common/Countdown/index.tsx:72 msgid "{minutes} minutes and {seconds} seconds" @@ -185,12 +185,12 @@ msgstr "Sự kiện đầu tiên của {organizerName}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:95 msgid "{productCount} ticket types configured" -msgstr "" +msgstr "Đã thiết lập {productCount} loại vé" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "{slotCount} times available" -msgstr "" +msgstr "{slotCount} giờ khả dụng" #: src/components/common/EventCard/index.tsx:129 msgid "{totalCount} ticket types" @@ -266,15 +266,15 @@ msgstr "1 Webhook đang hoạt động" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "1 add-on" -msgstr "" +msgstr "1 sản phẩm bổ sung" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:261 msgid "1 attendee is registered across the affected sessions." -msgstr "" +msgstr "Có 1 người tham dự đã đăng ký cho các buổi bị ảnh hưởng." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:295 msgid "1 attendee is registered for this session." -msgstr "" +msgstr "Có 1 người tham dự đã đăng ký cho buổi này." #: src/components/modals/SendMessageModal/index.tsx:128 msgid "1 day after end date" @@ -302,12 +302,12 @@ msgstr "1 loại vé" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:94 msgid "1 ticket type configured" -msgstr "" +msgstr "Đã thiết lập 1 loại vé" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "1 time available" -msgstr "" +msgstr "1 giờ khả dụng" #: src/components/modals/SendMessageModal/index.tsx:119 msgid "1 week before event" @@ -320,7 +320,7 @@ msgstr "123 Đường Mẫu" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:250 msgid "135+ currencies & 40+ payment methods" -msgstr "" +msgstr "Hơn 135 loại tiền tệ và hơn 40 phương thức thanh toán" #: src/components/common/WidgetEditor/index.tsx:230 msgid "20" @@ -336,7 +336,7 @@ msgstr "Thông báo hủy đã được gửi đến" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:299 msgid "a change in duration" -msgstr "" +msgstr "thay đổi thời lượng" #: src/components/forms/QuestionForm/index.tsx:138 msgid "A date input. Perfect for asking for a date of birth etc." @@ -356,7 +356,7 @@ msgstr "Một khoản phí, như phí đặt phòng hoặc phí dịch vụ" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:199 msgid "A few quick steps and you're ready to start selling." -msgstr "" +msgstr "Chỉ vài bước nhanh là bạn có thể bắt đầu bán." #: src/components/forms/TaxAndFeeForm/index.tsx:35 msgid "A fixed amount per product. E.g, $0.50 per product" @@ -388,7 +388,7 @@ msgstr "Tùy chọn radio có nhiều tùy chọn nhưng chỉ có thể chọn #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:298 msgid "a shift in start/end times" -msgstr "" +msgstr "dời giờ bắt đầu/kết thúc" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:69 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:69 @@ -466,7 +466,7 @@ msgstr "Chấp nhận lời mời" #: src/components/forms/ProductForm/index.tsx:596 msgid "Access" -msgstr "" +msgstr "Quyền truy cập" #: src/components/common/AdminOrdersTable/index.tsx:70 #: src/components/routes/account/ManageAccount/index.tsx:22 @@ -481,11 +481,11 @@ msgstr "Tài khoản" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:354 msgid "Account · {0}" -msgstr "" +msgstr "Tài khoản · {0}" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:353 msgid "Account · {0} · {1}" -msgstr "" +msgstr "Tài khoản · {0} · {1}" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:69 msgid "Account deletion has been cancelled." @@ -581,11 +581,11 @@ msgstr "Sự kiện hoạt động" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:415 msgid "Active payment methods" -msgstr "" +msgstr "Phương thức thanh toán đang bật" #: src/components/routes/event/OccurrencesTab/index.tsx:402 msgid "Activity" -msgstr "" +msgstr "Hoạt động" #: src/components/routes/product-widget/SelectProducts/index.tsx:825 msgid "Add {0} first" @@ -593,27 +593,27 @@ msgstr "Hãy thêm {0} trước" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:147 msgid "Add a cover image and theme to match your brand" -msgstr "" +msgstr "Thêm ảnh bìa và giao diện phù hợp với thương hiệu của bạn" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:142 msgid "Add a date" -msgstr "" +msgstr "Thêm một ngày" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:137 msgid "Add a description and venue so attendees know what to expect" -msgstr "" +msgstr "Thêm mô tả và địa điểm để người tham dự biết trước điều gì đang chờ họ" #: src/components/forms/CheckInListForm/index.tsx:144 msgid "Add a description for this check-in list" msgstr "Thêm mô tả cho danh sách check-in này" -#: src/components/routes/event/OccurrencesTab/index.tsx:541 +#: src/components/routes/event/OccurrencesTab/index.tsx:556 msgid "Add a Single Date" -msgstr "" +msgstr "Thêm một ngày duy nhất" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:992 msgid "Add another time" -msgstr "" +msgstr "Thêm giờ khác" #: src/components/modals/ManageAttendeeModal/index.tsx:226 msgid "Add any notes about the attendee. These will not be visible to the attendee." @@ -633,11 +633,11 @@ msgstr "Thêm bất kỳ ghi chú nào về đơn hàng ..." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:533 msgid "Add at least one time" -msgstr "" +msgstr "Hãy thêm ít nhất một giờ" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:150 msgid "Add connection details for the online event." -msgstr "" +msgstr "Thêm thông tin kết nối cho sự kiện trực tuyến." #: src/components/common/QuestionsTable/index.tsx:434 msgid "Add custom questions to collect additional information during checkout" @@ -645,19 +645,19 @@ msgstr "Thêm câu hỏi tùy chỉnh để thu thập thông tin bổ sung tron #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Add Date" -msgstr "" +msgstr "Thêm ngày" #: src/components/modals/PublishEventModal/index.tsx:105 msgid "Add dates" msgstr "Thêm ngày" -#: src/components/routes/event/OccurrencesTab/index.tsx:526 +#: src/components/routes/event/OccurrencesTab/index.tsx:541 msgid "Add Dates" -msgstr "" +msgstr "Thêm ngày" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:104 msgid "Add dates and times for your recurring event" -msgstr "" +msgstr "Thêm ngày và giờ cho sự kiện định kỳ của bạn" #: src/components/forms/QuestionForm/index.tsx:202 msgid "Add description" @@ -665,11 +665,11 @@ msgstr "Thêm mô tả" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:140 msgid "Add details" -msgstr "" +msgstr "Thêm chi tiết" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:136 msgid "Add event details" -msgstr "" +msgstr "Thêm chi tiết sự kiện" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:154 msgid "Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)" @@ -684,7 +684,7 @@ msgstr "Thêm địa điểm" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1047 msgid "Add multiple times if you run several sessions per day." -msgstr "" +msgstr "Thêm nhiều giờ nếu bạn tổ chức nhiều buổi mỗi ngày." #: src/components/common/HeadingCard/index.tsx:28 msgid "Add New" @@ -713,7 +713,7 @@ msgstr "Thêm thuế hoặc phí" #: src/components/modals/CreateAttendeeModal/index.tsx:276 msgid "Add this attendee anyway (override capacity)" -msgstr "" +msgstr "Vẫn thêm người tham dự này (bỏ qua sức chứa)" #: src/components/common/AddToCalendarCTA/index.tsx:21 msgid "Add this event to your calendar" @@ -753,16 +753,16 @@ msgstr "Thêm tài khoản mạng xã hội và URL trang web của bạn. Chún #: src/components/common/ProductsTable/SortableProduct/index.tsx:344 #: src/components/forms/ProductForm/ledgerSummaries.ts:128 msgid "Add-on only" -msgstr "" +msgstr "Chỉ dưới dạng bổ sung" #: src/components/forms/ProductForm/index.tsx:552 msgid "Add-on products" -msgstr "" +msgstr "Sản phẩm bổ sung" #: src/components/forms/ProductForm/index.tsx:533 #: src/components/routes/product-widget/SelectProducts/index.tsx:822 msgid "Add-ons" -msgstr "" +msgstr "Sản phẩm bổ sung" #: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:78 msgid "Added at checkout" @@ -833,7 +833,7 @@ msgstr "Người dùng quản trị có quyền truy cập đầy đủ vào cá #: src/components/forms/ProductForm/index.tsx:207 msgid "Admits attendees to your event" -msgstr "" +msgstr "Cho phép người tham dự vào sự kiện của bạn" #: src/components/common/AffiliateTable/index.tsx:82 msgid "Affiliate" @@ -853,7 +853,7 @@ msgstr "Xóa đối tác liên kết thành công" #: src/components/layouts/AuthLayout/index.tsx:22 msgid "Affiliate program" -msgstr "" +msgstr "Chương trình liên kết" #: src/components/forms/AffiliateForm/index.tsx:23 msgid "Affiliate sales will be tracked" @@ -883,11 +883,11 @@ msgstr "Đối tác liên kết giúp bạn theo dõi doanh số từ các đố #: src/components/routes/welcome/index.tsx:418 msgid "After your event is created, you can choose how often it repeats from the dashboard." -msgstr "" +msgstr "Sau khi tạo sự kiện, bạn có thể chọn tần suất lặp lại trong bảng điều khiển." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "all" -msgstr "" +msgstr "tất cả" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:133 #: src/components/routes/admin/DeletionRequests/index.tsx:88 @@ -906,7 +906,7 @@ msgstr "Tất cả người tham dự" #: src/components/modals/SendMessageModal/index.tsx:378 msgid "All attendees of the selected sessions" -msgstr "" +msgstr "Toàn bộ người tham dự của các buổi đã chọn" #: src/components/modals/SendMessageModal/index.tsx:381 msgid "All attendees of this event" @@ -914,7 +914,7 @@ msgstr "Tất cả những người tham dự sự kiện này" #: src/components/modals/SendMessageModal/index.tsx:380 msgid "All attendees of this occurrence" -msgstr "" +msgstr "Toàn bộ người tham dự của ngày này" #: src/components/common/OrganizerReportTable/index.tsx:291 msgid "All Currencies" @@ -923,14 +923,14 @@ msgstr "Tất cả tiền tệ" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:48 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:101 msgid "All dates" -msgstr "" +msgstr "Tất cả các ngày" #: src/components/common/CheckInListTable/index.tsx:106 #: src/components/routes/event/attendees.tsx:235 #: src/components/routes/event/orders.tsx:182 #: src/components/routes/event/SoldOutWaitlist/index.tsx:104 msgid "All Dates" -msgstr "" +msgstr "Tất cả các ngày" #: src/components/routes/events/Dashboard/index.tsx:75 msgid "All Ended Events" @@ -948,18 +948,18 @@ msgstr "Đã xóa tất cả công việc thất bại" msgid "All jobs queued for retry" msgstr "Tất cả công việc đã được xếp hàng để thử lại" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:346 msgid "All matching dates" -msgstr "" +msgstr "Tất cả các ngày phù hợp" #: src/components/forms/CheckInListForm/index.tsx:132 #: src/components/modals/SendMessageModal/index.tsx:359 msgid "All occurrences" -msgstr "" +msgstr "Tất cả các ngày" #: src/components/common/ReportTable/index.tsx:279 msgid "All Occurrences" -msgstr "" +msgstr "Tất cả các ngày" #: src/components/common/PromoCodeTable/index.tsx:139 msgid "All Products" @@ -1018,7 +1018,7 @@ msgstr "Đã có tài khoản? <0>{0}" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:135 msgid "Already in" -msgstr "" +msgstr "Đã có sẵn" #: src/components/modals/RefundOrderModal/index.tsx:86 msgid "Already Refunded" @@ -1026,7 +1026,7 @@ msgstr "Đã hoàn tiền" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:193 msgid "Already use Stripe on another organizer? Reuse that connection." -msgstr "" +msgstr "Bạn đã dùng Stripe ở một nhà tổ chức khác? Hãy dùng lại kết nối đó." #: src/components/modals/RefundOrderModal/index.tsx:132 msgid "Also cancel this order" @@ -1042,7 +1042,7 @@ msgstr "Luôn có sẵn" #: src/components/forms/ProductForm/ledgerSummaries.ts:53 msgid "Always on sale" -msgstr "" +msgstr "Luôn mở bán" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:77 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:77 @@ -1130,15 +1130,15 @@ msgstr "Câu trả lời đã được cập nhật thành công." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:246 msgid "Answers" -msgstr "" +msgstr "Câu trả lời" #: src/components/forms/CheckInListForm/index.tsx:207 msgid "Answers provided at checkout (e.g. meal choice)" -msgstr "" +msgstr "Câu trả lời được cung cấp khi thanh toán (ví dụ: chọn suất ăn)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1148 msgid "Any dates you've manually customized will be kept." -msgstr "" +msgstr "Những ngày bạn đã tùy chỉnh thủ công sẽ được giữ nguyên." #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:62 msgid "Any queries from product holders will be sent to this email address. This will also be used as the \"reply-to\" address for all emails sent from this event" @@ -1160,9 +1160,9 @@ msgstr "đã áp dụng — giảm {0} cho đơn hàng của bạn" msgid "Applies to {0} products" msgstr "Áp dụng cho các sản phẩm {0}" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:365 msgid "Applies to {0}, non-cancelled dates currently loaded on this page." -msgstr "" +msgstr "Áp dụng cho {0} ngày chưa bị hủy hiện đang được tải trên trang này." #: src/components/common/CapacityAssignmentList/index.tsx:95 msgid "Applies to 1 product" @@ -1170,32 +1170,32 @@ msgstr "Áp dụng cho 1 sản phẩm" #: src/components/forms/CheckInListForm/index.tsx:175 msgid "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." -msgstr "" +msgstr "Áp dụng cho bất kỳ ai mở liên kết check-in được chia sẻ mà chưa đăng nhập. Thành viên nhóm đã đăng nhập luôn thấy mọi thứ." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:363 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 msgid "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." -msgstr "" +msgstr "Áp dụng cho mọi ngày {0}, chưa bị hủy trong sự kiện này — kể cả những ngày hiện chưa được tải." #: src/components/common/FilterModal/index.tsx:284 #: src/components/routes/product-widget/SelectProducts/index.tsx:945 msgid "Apply" msgstr "Áp dụng" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:509 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:511 msgid "Apply Changes" -msgstr "" +msgstr "Áp dụng thay đổi" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" msgstr "Áp dụng {type} này cho tất cả các sản phẩm mới" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:338 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:339 msgid "Apply to" -msgstr "" +msgstr "Áp dụng cho" #: src/components/forms/CheckInListForm/index.tsx:105 msgid "Apply to all tickets" -msgstr "" +msgstr "Áp dụng cho tất cả vé" #: src/components/routes/admin/Messages/index.tsx:232 msgid "Approve Message" @@ -1203,7 +1203,7 @@ msgstr "Phê duyệt tin nhắn" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:68 msgid "April" -msgstr "" +msgstr "Tháng 4" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:63 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:69 @@ -1259,7 +1259,7 @@ msgstr "Bạn có chắc chắn muốn lưu trữ ban tổ chức này không? #: src/components/routes/event/OccurrencesTab/index.tsx:215 msgid "Are you sure you want to cancel {count} date(s)? Affected attendees will be notified by email." -msgstr "" +msgstr "Bạn có chắc muốn hủy {count} ngày không? Những người tham dự bị ảnh hưởng sẽ được thông báo qua email." #: src/hooks/useAttendeeActions.tsx:44 msgid "Are you sure you want to cancel this attendee? This will void their ticket" @@ -1269,7 +1269,7 @@ msgstr "Bạn có chắc mình muốn hủy người tham dự này không? Đi #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:36 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:326 msgid "Are you sure you want to cancel this date? Affected attendees will be notified by email." -msgstr "" +msgstr "Bạn có chắc muốn hủy ngày này không? Những người tham dự bị ảnh hưởng sẽ được thông báo qua email." #: src/components/routes/event/messages.tsx:33 msgid "Are you sure you want to cancel this scheduled message?" @@ -1295,11 +1295,11 @@ msgstr "Bạn có chắc chắn muốn xóa cấu hình này không? Điều nà #: src/components/routes/event/OccurrenceDetail/index.tsx:84 #: src/components/routes/event/OccurrencesTab/index.tsx:184 msgid "Are you sure you want to delete this date? This action cannot be undone." -msgstr "" +msgstr "Bạn có chắc muốn xóa ngày này không? Không thể hoàn tác thao tác này." #: src/components/common/ImageUploadDropzone/index.tsx:114 msgid "Are you sure you want to delete this image?" -msgstr "" +msgstr "Bạn có chắc muốn xóa hình ảnh này không?" #: src/components/common/PromoCodeTable/index.tsx:37 msgid "Are you sure you want to delete this promo code?" @@ -1307,7 +1307,7 @@ msgstr "Bạn có chắc là bạn muốn xóa mã khuyến mãi này không?" #: src/components/common/TaxAndFeeList/index.tsx:33 msgid "Are you sure you want to delete this tax or fee? It will no longer be applied to new orders." -msgstr "" +msgstr "Bạn có chắc muốn xóa khoản thuế hoặc phí này không? Khoản này sẽ không còn được áp dụng cho đơn hàng mới." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:111 msgid "Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template." @@ -1344,7 +1344,7 @@ msgstr "Bạn có chắc chắn muốn cung cấp một suất cho người này #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:360 msgid "Are you sure you want to permanently delete this date? This cannot be undone." -msgstr "" +msgstr "Bạn có chắc muốn xóa vĩnh viễn ngày này không? Không thể hoàn tác." #: src/components/common/StatusToggle/index.tsx:38 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." @@ -1380,7 +1380,7 @@ msgstr "Bạn có chắc chắn muốn khôi phục ban tổ chức này không? #: src/components/routes/account/ManageAccount/sections/Users/index.tsx:50 msgid "Are you sure you want to revoke this invitation?" -msgstr "" +msgstr "Bạn có chắc muốn thu hồi lời mời này không?" #: src/components/common/StatusToggle/index.tsx:41 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." @@ -1425,11 +1425,11 @@ msgstr "Hỏi một lần cho mỗi sản phẩm" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:119 msgid "Assign a different plan" -msgstr "" +msgstr "Gán gói khác" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:130 msgid "Assign plan" -msgstr "" +msgstr "Gán gói" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:165 msgid "Assigned Tier" @@ -1443,7 +1443,7 @@ msgstr "Ít nhất một loại sự kiện phải được chọn" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:64 #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:117 msgid "At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead." -msgstr "" +msgstr "Ít nhất một sản phẩm phải còn khả dụng cho ngày này. Nếu muốn ngày này không truy cập được, hãy hủy nó trong lịch." #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:96 msgid "Attempts" @@ -1455,7 +1455,7 @@ msgstr "Tỷ lệ tham dự và check-in cho tất cả sự kiện" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendee" -msgstr "" +msgstr "người tham dự" #: src/components/common/AttendeeTicket/index.tsx:101 #: src/components/common/QuestionsTable/index.tsx:462 @@ -1497,7 +1497,7 @@ msgstr "Không tìm thấy người tham dự" #: src/components/forms/CheckInListForm/index.tsx:188 msgid "Attendee notes" -msgstr "" +msgstr "Ghi chú về người tham dự" #: src/components/routes/event/attendees.tsx:81 msgid "Attendee Status" @@ -1523,7 +1523,7 @@ msgstr "Vé của người tham dự không có trong danh sách này" #: src/components/routes/event/attendees.tsx:250 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendees" -msgstr "" +msgstr "người tham dự" #: src/components/common/EventCard/index.tsx:251 #: src/components/common/EventCard/index.tsx:366 @@ -1545,7 +1545,7 @@ msgstr "Người tham dự" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:72 msgid "attendees checked in" -msgstr "" +msgstr "người tham dự đã check-in" #: src/components/routes/event/attendees.tsx:163 msgid "Attendees Exported" @@ -1587,7 +1587,7 @@ msgstr "Đối tượng" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:72 msgid "August" -msgstr "" +msgstr "Tháng 8" #: src/components/common/WidgetEditor/index.tsx:236 msgid "Auto Resize" @@ -1623,7 +1623,7 @@ msgstr "Có sẵn sau khi hoàn tất thanh toán" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:265 msgid "Available times on {dayName}" -msgstr "" +msgstr "Các giờ còn trống vào {dayName}" #: src/components/modals/RefundOrderModal/index.tsx:93 msgid "Available to Refund" @@ -1635,7 +1635,7 @@ msgstr "Token có sẵn" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:161 msgid "Awaiting" -msgstr "" +msgstr "Đang chờ" #: src/components/common/OrderStatusBadge/index.tsx:11 #: src/components/modals/SendMessageModal/index.tsx:425 @@ -1649,7 +1649,7 @@ msgstr "Đang chờ thanh toán offline" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:120 msgid "Awaiting pay" -msgstr "" +msgstr "Chờ thanh toán" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:117 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:225 @@ -1719,7 +1719,7 @@ msgstr "Loại nền" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:128 msgid "Bank account connected" -msgstr "" +msgstr "Đã kết nối tài khoản ngân hàng" #: src/components/routes/admin/Announcements/index.tsx:178 #: src/components/routes/admin/Announcements/index.tsx:374 @@ -1736,12 +1736,12 @@ msgstr "Giá gốc" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:207 msgid "Base Price" -msgstr "" +msgstr "Giá cơ bản" #: src/components/forms/ProductForm/index.tsx:433 #: src/components/forms/ProductForm/index.tsx:436 msgid "Based on the global sale period above, not per date" -msgstr "" +msgstr "Dựa trên khoảng thời gian bán chung ở trên, không theo từng ngày" #: src/components/routes/organizer/Settings/index.tsx:31 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:63 @@ -1779,19 +1779,19 @@ msgstr "Tiếng Bồ Đào Nha Brazil" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:253 msgid "Built-in fraud protection" -msgstr "" +msgstr "Bảo vệ chống gian lận tích hợp" -#: src/components/routes/event/OccurrencesTab/index.tsx:517 +#: src/components/routes/event/OccurrencesTab/index.tsx:532 msgid "Bulk Edit" -msgstr "" +msgstr "Chỉnh sửa hàng loạt" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:308 msgid "Bulk Edit Dates" -msgstr "" +msgstr "Chỉnh sửa hàng loạt các ngày" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:233 msgid "Bulk update failed." -msgstr "" +msgstr "Cập nhật hàng loạt thất bại." #: src/constants/eventCategories.ts:26 msgid "Business" @@ -1799,11 +1799,11 @@ msgstr "Kinh doanh" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:190 msgid "Business address" -msgstr "" +msgstr "Địa chỉ doanh nghiệp" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:185 msgid "Business name" -msgstr "" +msgstr "Tên doanh nghiệp" #: src/components/routes/admin/Announcements/index.tsx:455 msgid "Button label" @@ -1827,7 +1827,7 @@ msgstr "Người mua trả" #: src/components/forms/ProductForm/index.tsx:562 msgid "Buyers can add these to their order when they select this product at checkout." -msgstr "" +msgstr "Người mua có thể thêm những mục này vào đơn hàng khi chọn sản phẩm này lúc thanh toán." #: src/components/common/PlatformFeesSettings/index.tsx:235 msgid "Buyers see a clean price. The platform fee is deducted from your payout." @@ -1848,7 +1848,7 @@ msgstr "Bằng cách đăng ký, bạn đồng ý với các <0>Điều khoản #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:123 msgid "By ticket type" -msgstr "" +msgstr "Theo loại vé" #: src/components/routes/admin/Configurations/index.tsx:259 msgid "Bypass Application Fees" @@ -1860,7 +1860,7 @@ msgstr "Loại tính toán" #: src/components/routes/event/OccurrencesTab/index.tsx:473 msgid "Calendar" -msgstr "" +msgstr "Lịch" #: src/components/common/EmailTemplateEditor/CTAConfiguration.tsx:20 msgid "Call-to-Action Button" @@ -1869,11 +1869,11 @@ msgstr "Nút hành động" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:153 #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:90 msgid "Camera" -msgstr "" +msgstr "Máy ảnh" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:110 msgid "Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings." -msgstr "" +msgstr "Quyền truy cập máy ảnh đã bị từ chối. <0>Yêu cầu quyền lại, hoặc cấp quyền máy ảnh cho trang này trong cài đặt trình duyệt." #: src/components/routes/admin/Attribution/index.tsx:107 msgid "Campaign" @@ -1881,7 +1881,7 @@ msgstr "Chiến dịch" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:79 msgid "Can't check in" -msgstr "" +msgstr "Không thể check-in" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:57 #: src/components/common/ContactOrganizerModal/index.tsx:104 @@ -1897,7 +1897,7 @@ msgstr "" #: src/components/modals/PublishEventModal/index.tsx:208 #: src/components/routes/admin/DeletionRequests/index.tsx:178 #: src/components/routes/event/messages.tsx:80 -#: src/components/routes/event/OccurrencesTab/index.tsx:499 +#: src/components/routes/event/OccurrencesTab/index.tsx:504 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:272 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:306 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:61 @@ -1914,7 +1914,7 @@ msgstr "Hủy" #: src/components/routes/event/OccurrencesTab/index.tsx:211 #: src/components/routes/event/OccurrencesTab/index.tsx:223 msgid "Cancel {count} date(s)" -msgstr "" +msgstr "Hủy {count} ngày" #: src/components/modals/RefundOrderModal/index.tsx:133 msgid "Cancel all products and release them back to the pool" @@ -1928,7 +1928,7 @@ msgstr "Hủy tất cả sản phẩm và trả lại pool có sẵn" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:568 msgid "Cancel Date" -msgstr "" +msgstr "Hủy ngày" #: src/components/common/PendingDeletionBanner/index.tsx:37 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:104 @@ -1985,7 +1985,7 @@ msgstr "Hủy bỏ" #: src/components/routes/event/OccurrencesTab/index.tsx:237 msgid "Cancelling {0} date(s). This may take a moment to complete." -msgstr "" +msgstr "Đang hủy {0} ngày. Có thể mất một lát." #: src/components/routes/admin/Configurations/index.tsx:36 msgid "Cannot delete the system default configuration" @@ -2011,7 +2011,7 @@ msgstr "Phân bổ sức chứa" #: src/components/layouts/AuthLayout/index.tsx:28 msgid "Capacity management" -msgstr "" +msgstr "Quản lý sức chứa" #: src/components/layouts/Event/index.tsx:137 msgid "Capacity Management" @@ -2019,15 +2019,15 @@ msgstr "Quản lý sức chứa" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:111 msgid "Capacity must be 0 or greater" -msgstr "" +msgstr "Sức chứa phải bằng 0 hoặc lớn hơn" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:300 msgid "capacity updates" -msgstr "" +msgstr "cập nhật sức chứa" #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:66 msgid "Capacity Used" -msgstr "" +msgstr "Sức chứa đã dùng" #: src/components/modals/CreateProductCategoryModal/index.tsx:52 msgid "Categories allow you to group products together. For example, you might have a category for \"Tickets\" and another for \"Merchandise\"." @@ -2052,7 +2052,7 @@ msgstr "Danh mục được tạo thành công" #: src/components/common/ProductsTable/SortableCategory/index.tsx:48 msgid "Category deleted successfully" -msgstr "" +msgstr "Đã xóa danh mục" #: src/components/common/LocationPicker/index.tsx:201 msgid "Change" @@ -2060,7 +2060,7 @@ msgstr "Thay đổi" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Change duration" -msgstr "" +msgstr "Đổi thời lượng" #: src/components/routes/profile/ManageProfile/index.tsx:239 msgid "Change password" @@ -2068,11 +2068,11 @@ msgstr "Thay đổi mật khẩu" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Change the attendee limit" -msgstr "" +msgstr "Đổi giới hạn người tham dự" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:365 msgid "Change time" -msgstr "" +msgstr "Đổi giờ" #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Change waitlist settings" @@ -2080,11 +2080,11 @@ msgstr "Thay đổi cài đặt danh sách chờ" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:212 msgid "Changed duration for {count} date(s)" -msgstr "" +msgstr "Đã đổi thời lượng cho {count} ngày" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:399 msgid "Charges" -msgstr "" +msgstr "Khoản thu" #: src/constants/eventCategories.ts:24 msgid "Charity" @@ -2093,7 +2093,7 @@ msgstr "Từ thiện" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:82 msgid "Check in" -msgstr "" +msgstr "Check-in" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:28 msgid "Check in {0} {1}" @@ -2110,12 +2110,12 @@ msgstr "Chỉ check-in" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:81 msgid "Check out" -msgstr "" +msgstr "Hủy check-in" #: src/components/layouts/EventHomepage/index.tsx:337 #: src/components/layouts/EventHomepage/index.tsx:338 msgid "Check out this event: {0}" -msgstr "" +msgstr "Xem sự kiện này: {0}" #: src/components/layouts/Checkout/index.tsx:338 msgid "Check out this event!" @@ -2133,12 +2133,12 @@ msgstr "Kiểm tra hộp thư của bạn! Nếu có vé liên kết với email #: src/components/layouts/CheckIn/index.tsx:549 msgid "Check-in" -msgstr "" +msgstr "Check-in" #: src/components/modals/ManageAttendeeModal/index.tsx:137 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:58 msgid "Check-In" -msgstr "" +msgstr "Check-in" #: src/components/forms/WebhookForm/index.tsx:121 msgid "Check-in Created" @@ -2150,15 +2150,15 @@ msgstr "Check-in đã bị xóa" #: src/components/layouts/CheckIn/index.tsx:215 msgid "Check-in for {0} was undone" -msgstr "" +msgstr "Đã hoàn tác check-in cho {0}" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:223 msgid "Check-in history" -msgstr "" +msgstr "Lịch sử check-in" #: src/components/common/CheckInListTable/index.tsx:59 msgid "Check-In List" -msgstr "" +msgstr "Danh sách check-in" #: src/components/modals/CheckInListSuccessModal/index.tsx:20 msgid "Check-In List Created" @@ -2175,7 +2175,7 @@ msgstr "Danh sách check-in đã hết hạn" #: src/components/layouts/CheckIn/index.tsx:583 msgid "Check-in list info" -msgstr "" +msgstr "Thông tin danh sách check-in" #: src/components/layouts/CheckIn/index.tsx:520 msgid "Check-in list is not active" @@ -2187,7 +2187,7 @@ msgstr "Danh sách Check-In không tồn tại" #: src/components/routes/event/CheckInLists/index.tsx:60 msgid "check-in lists" -msgstr "" +msgstr "danh sách check-in" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:51 msgid "Check-in Lists" @@ -2201,11 +2201,11 @@ msgstr "Danh sách Check-In" #: src/components/layouts/CheckIn/BottomNav.tsx:21 msgid "Check-in navigation" -msgstr "" +msgstr "Điều hướng check-in" #: src/components/layouts/CheckIn/index.tsx:567 msgid "Check-in progress" -msgstr "" +msgstr "Tiến độ check-in" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:45 msgid "Check-in Rate" @@ -2245,7 +2245,7 @@ msgstr "Checkbox" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:151 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:89 msgid "Checked in" -msgstr "" +msgstr "Đã check-in" #: src/components/common/AttendeeTable/index.tsx:299 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -2277,11 +2277,11 @@ msgstr "Chọn một màu cho nền của bạn" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:123 msgid "Choose a configuration" -msgstr "" +msgstr "Chọn một cấu hình" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:335 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:336 msgid "Choose a different action" -msgstr "" +msgstr "Chọn hành động khác" #: src/components/common/ThemeFontControl/index.tsx:66 msgid "Choose a typeface that matches your brand. Fonts are self-hosted via Bunny Fonts." @@ -2293,7 +2293,7 @@ msgstr "Chọn một tài khoản" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:202 msgid "Choose an organizer" -msgstr "" +msgstr "Chọn nhà tổ chức" #: src/components/routes/events/Dashboard/index.tsx:232 msgid "Choose an Organizer" @@ -2301,7 +2301,7 @@ msgstr "Chọn một nhà tổ chức" #: src/components/routes/product-widget/SelectProducts/index.tsx:968 msgid "Choose another date" -msgstr "" +msgstr "Chọn ngày khác" #: src/components/common/CalendarOptionsPopover/index.tsx:22 msgid "Choose calendar" @@ -2328,29 +2328,29 @@ msgid "City" msgstr "Thành phố" #: src/components/common/OccurrenceSelect/index.tsx:133 -#: src/components/routes/event/OccurrencesTab/index.tsx:505 +#: src/components/routes/event/OccurrencesTab/index.tsx:519 msgid "Clear" -msgstr "" +msgstr "Xóa" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:475 msgid "Clear location — fall back to the event default" -msgstr "" +msgstr "Xóa địa điểm — quay lại mặc định của sự kiện" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:100 msgid "Clear search" -msgstr "" +msgstr "Xóa tìm kiếm" #: src/components/common/SearchBar/index.tsx:62 msgid "Clear Search Text" msgstr "Xoá văn bản tìm kiếm" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:497 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:498 msgid "Clearing removes any per-date override. Affected dates will fall back to the event's default location." -msgstr "" +msgstr "Việc xóa sẽ loại bỏ mọi tùy chỉnh riêng theo ngày. Các ngày bị ảnh hưởng sẽ trở về địa điểm mặc định của sự kiện." #: src/components/routes/event/OccurrencesTab/index.tsx:333 msgid "Click to cancel" -msgstr "" +msgstr "Nhấp để hủy" #: src/components/common/PromoCodeTable/index.tsx:106 msgid "Click to copy" @@ -2358,7 +2358,7 @@ msgstr "Bấm để sao chép" #: src/components/routes/event/OccurrencesTab/index.tsx:335 msgid "Click to reopen for new sales" -msgstr "" +msgstr "Nhấp để mở bán lại" #: src/components/common/AttendeeTable/index.tsx:173 msgid "Click to view notes" @@ -2478,7 +2478,7 @@ msgstr "Tùy chọn liên lạc" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:82 msgid "complete" -msgstr "" +msgstr "hoàn tất" #: src/components/routes/product-widget/CollectInformation/index.tsx:749 msgid "Complete Order" @@ -2491,7 +2491,7 @@ msgstr "Hoàn tất thanh toán" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:293 msgid "Complete Stripe setup" -msgstr "" +msgstr "Hoàn tất thiết lập Stripe" #: src/components/routes/product-widget/CollectInformation/index.tsx:442 msgid "Complete your order to secure your tickets. This offer is time-limited, so don't wait too long." @@ -2539,11 +2539,11 @@ msgstr "Trung tâm hội nghị" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:100 msgid "Configuration" -msgstr "" +msgstr "Cấu hình" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:52 msgid "Configuration assigned" -msgstr "" +msgstr "Đã gán cấu hình" #: src/components/routes/admin/Configurations/index.tsx:196 msgid "Configuration created successfully" @@ -2580,7 +2580,7 @@ msgstr "Cấu hình thuế và phí" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:181 msgid "Configure which products are available for this occurrence and optionally adjust pricing." -msgstr "" +msgstr "Chọn những sản phẩm khả dụng cho ngày này và điều chỉnh giá nếu muốn." #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" @@ -2643,7 +2643,7 @@ msgstr "Chúc mừng! Sự kiện của bạn hiện đã hiển thị công kha #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:71 msgid "Connect bank" -msgstr "" +msgstr "Kết nối ngân hàng" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:370 #: src/components/modals/PublishEventModal/index.tsx:79 @@ -2665,7 +2665,7 @@ msgstr "Kết nối Stripe để bật tính năng nhắn tin" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:464 msgid "Connect Stripe to receive ticket payments directly to your bank account." -msgstr "" +msgstr "Kết nối Stripe để nhận tiền vé trực tiếp vào tài khoản ngân hàng của bạn." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:263 msgid "Connect with Stripe" @@ -2673,13 +2673,13 @@ msgstr "Kết nối với Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:127 msgid "Connect your bank to receive ticket sales straight to your account" -msgstr "" +msgstr "Kết nối ngân hàng để nhận doanh thu bán vé thẳng vào tài khoản của bạn" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:298 msgid "Connected the wrong Stripe account? Disconnect and start over." msgstr "Đã kết nối nhầm tài khoản Stripe? Hãy ngắt kết nối và bắt đầu lại." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:489 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:492 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:164 msgid "Connection Details" @@ -2687,7 +2687,7 @@ msgstr "Chi tiết kết nối" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:117 msgid "Connection details are required for online dates" -msgstr "" +msgstr "Ngày trực tuyến bắt buộc phải có thông tin kết nối" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:41 msgid "Connection details are required for online events" @@ -2760,11 +2760,11 @@ msgstr "Kiểm soát cách xử lý phí nền tảng cho sự kiện này" #: src/components/forms/CheckInListForm/index.tsx:83 msgid "Control who gets in for this date" -msgstr "" +msgstr "Kiểm soát ai được vào trong ngày này" #: src/components/forms/CheckInListForm/index.tsx:84 msgid "Control who gets in, and when" -msgstr "" +msgstr "Kiểm soát ai được vào và vào lúc nào" #: src/components/common/AttendeeTicket/index.tsx:188 #: src/components/common/CopyButton/index.tsx:13 @@ -2805,7 +2805,7 @@ msgstr "Sao chép" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:364 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:373 msgid "Copy account ID" -msgstr "" +msgstr "Sao chép ID tài khoản" #: src/components/common/AffiliateTable/index.tsx:183 msgid "Copy Affiliate Link" @@ -2865,7 +2865,7 @@ msgstr "Không thể xóa địa điểm" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:244 msgid "Could not prepare the bulk update." -msgstr "" +msgstr "Không thể chuẩn bị cập nhật hàng loạt." #: src/components/common/AddressAutocomplete/index.tsx:61 #: src/components/common/LocationPicker/index.tsx:153 @@ -2874,11 +2874,11 @@ msgstr "Không thể lấy chi tiết địa chỉ" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:275 msgid "Could not save date" -msgstr "" +msgstr "Không lưu được ngày" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:78 msgid "Couldn't send verification email. Please try again." -msgstr "" +msgstr "Không gửi được email xác minh. Vui lòng thử lại." #: src/components/common/CheckoutQuestion/index.tsx:174 #: src/components/common/LocationPicker/index.tsx:268 @@ -2903,7 +2903,7 @@ msgstr "Ảnh bìa" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:148 msgid "Cover image added" -msgstr "" +msgstr "Đã thêm ảnh bìa" #: src/components/routes/event/HomepageDesigner/index.tsx:202 msgid "Cover image will be displayed at the top of your event page" @@ -2915,7 +2915,7 @@ msgstr "Ảnh bìa sẽ hiển thị ở đầu trang của nhà tổ chức" #: src/components/common/CheckInListTable/index.tsx:82 msgid "Covers every ticket" -msgstr "" +msgstr "Bao gồm mọi vé" #: src/components/routes/event/attendees.tsx:253 #: src/components/routes/event/products.tsx:77 @@ -2936,11 +2936,11 @@ msgstr "Tạo widget tùy chỉnh để bán vé trên trang web của bạn." #: src/components/modals/SelectCheckInListModal/index.tsx:82 msgid "Create a list for this date" -msgstr "" +msgstr "Tạo danh sách cho ngày này" #: src/components/layouts/CheckIn/index.tsx:508 msgid "Create a new check-in list for an active session, or contact the organizer if you think this is a mistake." -msgstr "" +msgstr "Hãy tạo danh sách check-in mới cho một buổi đang hoạt động, hoặc liên hệ nhà tổ chức nếu bạn cho rằng đây là nhầm lẫn." #: src/components/routes/auth/AcceptInvitation/index.tsx:128 msgid "Create a password" @@ -3031,7 +3031,7 @@ msgstr "Tạo mẫu tùy chỉnh" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:546 msgid "Create Date" -msgstr "" +msgstr "Tạo ngày" #: src/components/routes/event/promo-codes.tsx:33 msgid "Create discounts, access codes for hidden tickets, and special offers." @@ -3039,7 +3039,7 @@ msgstr "Tạo giảm giá, mã truy cập cho vé ẩn và ưu đãi đặc bi #: src/components/routes/organizer/OrganizerDashboard/index.tsx:404 msgid "Create event" -msgstr "" +msgstr "Tạo sự kiện" #: src/components/common/NoEventsBlankSlate/index.tsx:27 #: src/components/layouts/OrganizerLayout/index.tsx:179 @@ -3049,7 +3049,7 @@ msgstr "Tạo sự kiện" #: src/components/forms/ProductForm/index.tsx:559 msgid "Create more tickets or products to offer them as add-ons" -msgstr "" +msgstr "Tạo thêm vé hoặc sản phẩm để cung cấp chúng dưới dạng bổ sung" #: src/components/routes/events/Dashboard/index.tsx:172 msgid "Create new" @@ -3128,7 +3128,7 @@ msgstr "Tạo sự kiện của riêng bạn" msgid "Created" msgstr "Đã tạo" -#: src/components/routes/event/OccurrencesTab/index.tsx:549 +#: src/components/routes/event/OccurrencesTab/index.tsx:564 msgid "Creating {0} dates. This may take a moment." msgstr "Đang tạo {0} ngày. Việc này có thể mất một lúc." @@ -3170,7 +3170,7 @@ msgstr "Mật khẩu hiện tại" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:107 msgid "Currently assigned" -msgstr "" +msgstr "Đang được gán" #: src/components/common/ProductsTable/SortableProduct/index.tsx:110 msgid "Currently available for purchase" @@ -3178,7 +3178,7 @@ msgstr "Hiện có sẵn để mua" #: src/components/layouts/AuthLayout/index.tsx:15 msgid "Custom branding" -msgstr "" +msgstr "Thương hiệu riêng" #: src/components/modals/SendMessageModal/index.tsx:496 msgid "Custom date and time" @@ -3190,7 +3190,7 @@ msgstr "URL bản đồ tùy chỉnh" #: src/components/layouts/AuthLayout/index.tsx:24 msgid "Custom questions" -msgstr "" +msgstr "Câu hỏi tùy chỉnh" #: src/components/common/QuestionsTable/index.tsx:433 msgid "Custom Questions" @@ -3224,7 +3224,7 @@ msgstr "Khách hàng" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:150 msgid "Customize page" -msgstr "" +msgstr "Tùy chỉnh trang" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:56 msgid "Customize the email and notification settings for this event" @@ -3278,7 +3278,7 @@ msgstr "Tùy chỉnh giao diện trang tổ chức của bạn" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:50 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Daily" -msgstr "" +msgstr "Hằng ngày" #: src/components/routes/organizer/Reports/index.tsx:18 msgid "Daily revenue, taxes, fees, and refunds across all events" @@ -3294,7 +3294,7 @@ msgstr "Chi tiết doanh số hàng ngày, thuế và phí" #: src/constants/eventCategories.ts:13 msgid "Dance" -msgstr "" +msgstr "Khiêu vũ" #: src/components/common/CapacityAssignmentList/index.tsx:153 #: src/components/common/CheckInListList/index.tsx:174 @@ -3349,43 +3349,43 @@ msgstr "Ngày và giờ" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:99 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:212 msgid "Date Cancellation" -msgstr "" +msgstr "Hủy ngày" #: src/components/routes/event/OccurrenceDetail/index.tsx:76 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:54 msgid "Date cancelled" -msgstr "" +msgstr "Đã hủy ngày" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:344 msgid "Date cancelled successfully" -msgstr "" +msgstr "Đã hủy ngày thành công" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:255 msgid "Date created successfully" -msgstr "" +msgstr "Đã tạo ngày thành công" #: src/components/modals/ManageOccurrenceModal/index.tsx:61 #: src/components/routes/event/OccurrenceDetail/index.tsx:87 #: src/components/routes/event/OccurrencesTab/index.tsx:186 msgid "Date deleted" -msgstr "" +msgstr "Đã xóa ngày" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:368 msgid "Date deleted successfully" -msgstr "" +msgstr "Đã xóa ngày thành công" #: src/components/modals/ManageOccurrenceModal/index.tsx:75 #: src/components/routes/event/OccurrenceDetail/index.tsx:101 msgid "Date reactivated" -msgstr "" +msgstr "Đã kích hoạt lại ngày" #: src/components/routes/event/OccurrencesTab/index.tsx:200 msgid "Date reopened for new sales" -msgstr "" +msgstr "Đã mở bán lại cho ngày này" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:254 msgid "Date updated successfully" -msgstr "" +msgstr "Đã cập nhật ngày thành công" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:808 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1093 @@ -3394,23 +3394,23 @@ msgstr "ngày" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:105 msgid "Dates are managed per occurrence" -msgstr "" +msgstr "Các ngày được quản lý riêng lẻ" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:674 msgid "Dates with sessions" -msgstr "" +msgstr "Ngày có buổi diễn ra" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:87 msgid "day" -msgstr "" +msgstr "ngày" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:973 msgid "Day" -msgstr "" +msgstr "Ngày" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:937 msgid "Day of Month" -msgstr "" +msgstr "Ngày trong tháng" #: src/components/forms/CapaciyAssigmentForm/index.tsx:38 msgid "Day one capacity" @@ -3418,7 +3418,7 @@ msgstr "Sức chứa ngày đầu tiên" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:95 msgid "days" -msgstr "" +msgstr "ngày" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:920 msgid "Days of the month" @@ -3426,7 +3426,7 @@ msgstr "Ngày trong tháng" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:76 msgid "December" -msgstr "" +msgstr "Tháng 12" #: src/components/common/CookieConsentBanner/index.tsx:62 msgid "Decline" @@ -3452,7 +3452,7 @@ msgstr "Thu thập thông tin người tham dự mặc định" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1106 msgid "Default capacity per date" -msgstr "" +msgstr "Sức chứa mặc định mỗi ngày" #: src/components/routes/organizer/Settings/Sections/PlatformFeesSettings/index.tsx:44 msgid "Default Fee Handling" @@ -3464,7 +3464,7 @@ msgstr "Mẫu mặc định sẽ được sử dụng" #: src/components/forms/ProductForm/ledgerSummaries.ts:66 msgid "Defaults" -msgstr "" +msgstr "Giá trị mặc định" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:29 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:31 @@ -3478,7 +3478,7 @@ msgstr "xóa" #: src/components/common/TaxAndFeeList/index.tsx:81 #: src/components/routes/admin/Announcements/index.tsx:226 #: src/components/routes/admin/FailedJobs/index.tsx:209 -#: src/components/routes/event/OccurrencesTab/index.tsx:502 +#: src/components/routes/event/OccurrencesTab/index.tsx:512 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:62 msgid "Delete" msgstr "Xóa" @@ -3489,7 +3489,7 @@ msgstr "Xóa \"{0}\"?" #: src/components/routes/event/OccurrencesTab/index.tsx:249 msgid "Delete {count} selected date(s)? Dates with orders will be skipped. This cannot be undone." -msgstr "" +msgstr "Xóa {count} ngày đã chọn? Những ngày có đơn hàng sẽ được bỏ qua. Không thể hoàn tác." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:148 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:155 @@ -3525,7 +3525,7 @@ msgstr "Xóa mã" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:357 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:582 msgid "Delete Date" -msgstr "" +msgstr "Xóa ngày" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:84 #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:119 @@ -3551,7 +3551,7 @@ msgstr "Xóa ban tổ chức" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Delete Permanently" -msgstr "" +msgstr "Xóa vĩnh viễn" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:131 msgid "Delete Template" @@ -3559,11 +3559,11 @@ msgstr "Xóa mẫu" #: src/components/common/ProductsTable/SortableCategory/index.tsx:45 msgid "Delete this category? Any products in it will also be deleted. This cannot be undone." -msgstr "" +msgstr "Xóa danh mục này? Mọi sản phẩm trong đó cũng sẽ bị xóa. Không thể hoàn tác." #: src/components/common/ProductsTable/SortableProduct/index.tsx:71 msgid "Delete this product? This cannot be undone." -msgstr "" +msgstr "Xóa sản phẩm này? Không thể hoàn tác." #: src/components/common/QuestionsTable/index.tsx:197 msgid "Delete this question? This cannot be undone." @@ -3576,7 +3576,7 @@ msgstr "Xóa webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:255 msgid "Deleted {0} date(s)" -msgstr "" +msgstr "Đã xóa {0} ngày" #: src/components/routes/admin/DeletionRequests/index.tsx:143 msgid "Deleted account" @@ -3611,7 +3611,7 @@ msgstr "Mô tả" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:138 msgid "Description and venue added" -msgstr "" +msgstr "Đã thêm mô tả và địa điểm" #: src/components/forms/CheckInListForm/index.tsx:143 msgid "Description for check-in staff" @@ -3640,12 +3640,12 @@ msgstr "Không nhận được mã?" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:472 msgid "Different location" -msgstr "" +msgstr "Địa điểm khác" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:403 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:411 msgid "Disabled" -msgstr "" +msgstr "Đã tắt" #: src/components/forms/CapaciyAssigmentForm/index.tsx:27 msgid "Disabling this capacity will track sales but not stop them when the limit is reached" @@ -3654,12 +3654,12 @@ msgstr "Vô hiệu hóa sức chứa này sẽ theo dõi doanh số nhưng khôn #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Discard" -msgstr "" +msgstr "Bỏ" #: src/components/forms/ProductForm/ProductDrawer.tsx:54 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:725 msgid "Discard changes?" -msgstr "" +msgstr "Bỏ các thay đổi?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Disconnect" @@ -3691,7 +3691,7 @@ msgstr "Loại giảm giá" #: src/components/common/Callout/index.tsx:54 msgid "Dismiss" -msgstr "" +msgstr "Đóng" #: src/components/common/AnnouncementDisplay/AnnouncementBanner.tsx:37 msgid "Dismiss announcement" @@ -3699,7 +3699,7 @@ msgstr "Bỏ qua thông báo" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:186 msgid "Dismiss setup checklist" -msgstr "" +msgstr "Ẩn danh sách thiết lập" #: src/components/routes/product-widget/SelectProducts/index.tsx:1077 msgid "Dismiss this message" @@ -3747,7 +3747,7 @@ msgstr "Xong" #: src/components/common/CheckIn/CheckInDescriptionModal.tsx:20 msgid "Door staff instructions" -msgstr "" +msgstr "Hướng dẫn cho nhân viên cửa" #: src/components/common/CalendarOptionsPopover/index.tsx:39 msgid "Download .ics" @@ -3810,7 +3810,7 @@ msgstr "Nhân đôi" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Duplicate Date" -msgstr "" +msgstr "Nhân bản ngày" #: src/components/common/EventCard/index.tsx:151 msgid "Duplicate event" @@ -3832,7 +3832,7 @@ msgstr "Nhân bản sản phẩm" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:121 msgid "Duration must be at least 1 minute." -msgstr "" +msgstr "Thời lượng phải ít nhất 1 phút." #: src/components/common/LanguageSwitcher/index.tsx:26 msgid "Dutch" @@ -3846,10 +3846,10 @@ msgstr "ví dụ 180 (3 giờ)" msgid "e.g. Learn more" msgstr "VD: Tìm hiểu thêm" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:453 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:450 msgid "e.g. Morning Session" -msgstr "" +msgstr "ví dụ: Buổi sáng" #: src/components/routes/admin/Announcements/index.tsx:382 msgid "e.g. New feature: Waitlists" @@ -3879,9 +3879,9 @@ msgstr "Mỗi người sẽ nhận được email với một suất đã đư msgid "Each product" msgstr "Từng sản phẩm" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:381 msgid "Earlier" -msgstr "" +msgstr "Sớm hơn" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:64 msgid "Early bird" @@ -3960,7 +3960,7 @@ msgstr "Chỉnh sửa cấu hình" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Edit Date" -msgstr "" +msgstr "Sửa ngày" #: src/components/common/LocationsTable/index.tsx:65 msgid "Edit location" @@ -4025,7 +4025,7 @@ msgstr "Chỉnh sửa webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:308 msgid "Edited" -msgstr "" +msgstr "Đã sửa" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:140 msgid "Editor" @@ -4079,7 +4079,7 @@ msgstr "Cài đặt email & thông báo" #: src/components/layouts/AuthLayout/index.tsx:20 msgid "Email & scheduled messages" -msgstr "" +msgstr "Email và tin nhắn đã lên lịch" #: src/components/routes/event/Settings/index.tsx:78 msgid "Email & Templates" @@ -4159,7 +4159,7 @@ msgstr "Yêu cầu xác minh email" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:160 msgid "Email verified" -msgstr "" +msgstr "Đã xác minh email" #: src/components/routes/welcome/index.tsx:99 msgid "Email verified successfully!" @@ -4180,7 +4180,7 @@ msgstr "Nhúng widget" #: src/components/layouts/AuthLayout/index.tsx:21 msgid "Embeddable widget" -msgstr "" +msgstr "Tiện ích nhúng" #: src/components/routes/admin/Announcements/index.tsx:409 msgid "Emoji" @@ -4255,11 +4255,11 @@ msgstr "Kết thúc" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:55 msgid "Ended {0}" -msgstr "" +msgstr "Đã kết thúc {0}" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:46 msgid "Ends {0}" -msgstr "" +msgstr "Kết thúc {0}" #: src/components/common/LanguageSwitcher/index.tsx:18 #: src/components/common/LanguageSwitcher/index.tsx:69 @@ -4269,11 +4269,11 @@ msgstr "Tiếng Anh" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:131 msgid "Enter a capacity value or choose unlimited." -msgstr "" +msgstr "Nhập giá trị sức chứa hoặc chọn không giới hạn." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:141 msgid "Enter a label or choose to remove it." -msgstr "" +msgstr "Nhập nhãn hoặc chọn xóa nhãn." #: src/components/common/EmailTemplateEditor/EmailTemplatePreviewPane.tsx:58 msgid "Enter a subject and body to see the preview" @@ -4281,7 +4281,7 @@ msgstr "Nhập tiêu đề và nội dung để xem trước" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:112 msgid "Enter a time to shift by." -msgstr "" +msgstr "Nhập khoảng thời gian cần dời." #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:29 msgid "Enter a venue name or address" @@ -4311,9 +4311,9 @@ msgstr "Nhập tên đối tác" msgid "Enter an amount excluding taxes and fees." msgstr "Nhập một số tiền không bao gồm thuế và phí." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:434 msgid "Enter capacity" -msgstr "" +msgstr "Nhập sức chứa" #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:69 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:69 @@ -4366,7 +4366,7 @@ msgstr "Toàn bộ đơn hàng" #: src/components/routes/event/SoldOutWaitlist/index.tsx:126 msgid "entries" -msgstr "" +msgstr "mục" #: src/components/common/WaitlistTable/index.tsx:264 msgid "Entries will appear here when customers join the waitlist for sold out products." @@ -4394,7 +4394,7 @@ msgstr "Lỗi khi tải nhật ký" #: src/components/forms/ProductForm/ProductDrawer.tsx:98 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:870 msgid "Esc to close" -msgstr "" +msgstr "Esc để đóng" #: src/components/routes/account/ManageAccount/sections/AccountSettings/index.tsx:74 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:137 @@ -4433,7 +4433,7 @@ msgstr "Ảnh bìa sự kiện" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:196 msgid "Event created" -msgstr "" +msgstr "Đã tạo sự kiện" #: src/components/forms/WebhookForm/index.tsx:43 msgid "Event Created" @@ -4483,7 +4483,7 @@ msgstr "Trang chủ sự kiện" #: src/components/common/PeriodSelector/index.tsx:124 msgid "Event lifetime" -msgstr "" +msgstr "Toàn bộ thời gian sự kiện" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:151 msgid "Event location & venue details" @@ -4546,7 +4546,7 @@ msgstr "Sự kiện quá mới" #: src/components/routes/event/EventDashboard/index.tsx:264 msgid "Event totals" -msgstr "" +msgstr "Tổng của sự kiện" #: src/components/common/OrganizerWebhookTable/index.tsx:237 #: src/components/common/WebhookTable/index.tsx:237 @@ -4585,32 +4585,32 @@ msgstr "Mỗi" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0}" -msgstr "" +msgstr "Mỗi {0}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:748 msgid "Every {0} {cadenceUnit}" -msgstr "" +msgstr "Mỗi {0} {cadenceUnit}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Every {0} days" -msgstr "" +msgstr "Mỗi {0} ngày" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Every {0} months" -msgstr "" +msgstr "Mỗi {0} tháng" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Every {0} weeks" -msgstr "" +msgstr "Mỗi {0} tuần" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0} weeks on {1}" -msgstr "" +msgstr "Mỗi {0} tuần vào {1}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Every {0} years" -msgstr "" +msgstr "Mỗi {0} năm" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:747 msgid "Every {cadenceUnit}" @@ -4622,7 +4622,7 @@ msgstr "Mọi mẫu email phải bao gồm nút hành động liên kết đến #: src/components/forms/ProductForm/index.tsx:392 msgid "Everything else — tap to edit" -msgstr "" +msgstr "Mọi thứ còn lại — chạm để sửa" #: src/components/common/QuestionsTable/index.tsx:496 msgid "Examples: \"How did you hear about us?\", \"Company name for invoice\"" @@ -4743,11 +4743,11 @@ msgstr "Không thể hủy người tham dự" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:57 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:348 msgid "Failed to cancel date" -msgstr "" +msgstr "Không hủy được ngày" #: src/components/routes/event/OccurrencesTab/index.tsx:241 msgid "Failed to cancel dates" -msgstr "" +msgstr "Không hủy được các ngày" #: src/components/routes/event/messages.tsx:41 msgid "Failed to cancel message" @@ -4767,7 +4767,7 @@ msgstr "Không thể tạo cấu hình" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:712 msgid "Failed to create schedule" -msgstr "" +msgstr "Không tạo được lịch" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:702 #: src/hooks/useOccurrenceGenerationPolling.ts:42 @@ -4791,15 +4791,15 @@ msgstr "Không thể xóa cấu hình" #: src/components/routes/event/OccurrenceDetail/index.tsx:90 #: src/components/routes/event/OccurrencesTab/index.tsx:187 msgid "Failed to delete date" -msgstr "" +msgstr "Không xóa được ngày" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:372 msgid "Failed to delete date. It may have existing orders." -msgstr "" +msgstr "Không xóa được ngày. Có thể ngày này đã có đơn hàng." #: src/components/routes/event/OccurrencesTab/index.tsx:258 msgid "Failed to delete dates" -msgstr "" +msgstr "Không xóa được các ngày" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:40 msgid "Failed to delete event" @@ -4819,7 +4819,7 @@ msgstr "Không thể xóa ban tổ chức" #: src/components/common/ProductsTable/SortableProduct/index.tsx:80 msgid "Failed to delete product. Please try again." -msgstr "" +msgstr "Không xóa được sản phẩm. Vui lòng thử lại." #: src/components/common/QuestionsTable/index.tsx:203 msgid "Failed to delete question" @@ -4875,7 +4875,7 @@ msgstr "Không thể cung cấp vé" #: src/components/modals/ManageOccurrenceModal/index.tsx:76 #: src/components/routes/event/OccurrenceDetail/index.tsx:102 msgid "Failed to reactivate date" -msgstr "" +msgstr "Không kích hoạt lại được ngày" #: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to remove from waitlist" @@ -4883,11 +4883,11 @@ msgstr "Không thể xóa khỏi danh sách chờ" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:104 msgid "Failed to remove override" -msgstr "" +msgstr "Không xóa được tùy chỉnh" #: src/components/routes/event/OccurrencesTab/index.tsx:201 msgid "Failed to reopen date" -msgstr "" +msgstr "Không mở lại được ngày" #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" @@ -4919,15 +4919,15 @@ msgstr "Không thể thử lại các công việc" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:69 msgid "Failed to save override" -msgstr "" +msgstr "Không lưu được tùy chỉnh" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:156 msgid "Failed to save price override" -msgstr "" +msgstr "Không lưu được giá tùy chỉnh" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:163 msgid "Failed to save product settings" -msgstr "" +msgstr "Không lưu được cài đặt sản phẩm" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:158 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:161 @@ -5012,15 +5012,15 @@ msgstr "Không thể xác thực email" #: src/constants/eventCategories.ts:17 msgid "Family" -msgstr "" +msgstr "Gia đình" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:247 msgid "Fast payouts to your bank" -msgstr "" +msgstr "Chi trả nhanh về ngân hàng của bạn" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:66 msgid "February" -msgstr "" +msgstr "Tháng 2" #: src/components/forms/TaxAndFeeForm/index.tsx:18 #: src/components/forms/TaxAndFeeForm/index.tsx:39 @@ -5042,7 +5042,7 @@ msgstr "Xử lý phí" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:68 msgid "Fee override saved" -msgstr "" +msgstr "Đã lưu phí tùy chỉnh" #: src/components/common/InlineOrderSummary/index.tsx:156 #: src/components/common/OrdersTable/index.tsx:270 @@ -5073,11 +5073,11 @@ msgstr "Vui lòng điền thông tin của bạn ở trên trước" #: src/constants/eventCategories.ts:12 msgid "Film" -msgstr "" +msgstr "Phim" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:125 msgid "Filter attendees" -msgstr "" +msgstr "Lọc người tham dự" #: src/components/routes/event/attendees.tsx:245 msgid "Filter Attendees" @@ -5086,7 +5086,7 @@ msgstr "Lọc Người Tham Dự" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:62 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:82 msgid "Filter by date" -msgstr "" +msgstr "Lọc theo ngày" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:118 msgid "Filter by Event" @@ -5107,27 +5107,27 @@ msgstr "Bộ lọc ({activeFilterCount})" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:281 msgid "Finish setting up Stripe" -msgstr "" +msgstr "Hoàn tất thiết lập Stripe" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:70 msgid "Finish setup" -msgstr "" +msgstr "Hoàn tất thiết lập" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:57 msgid "First" -msgstr "" +msgstr "Lần 1" #: src/components/common/PeriodSelector/index.tsx:42 msgid "First 30 days" -msgstr "" +msgstr "30 ngày đầu" #: src/components/common/PeriodSelector/index.tsx:40 msgid "First 7 days" -msgstr "" +msgstr "7 ngày đầu" #: src/components/common/PeriodSelector/index.tsx:44 msgid "First 90 days" -msgstr "" +msgstr "90 ngày đầu" #: src/components/routes/product-widget/CollectInformation/index.tsx:533 msgid "First attendee" @@ -5187,7 +5187,7 @@ msgstr "Số tiền cố định" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:145 msgid "Fixed fee" -msgstr "" +msgstr "Phí cố định" #: src/components/routes/admin/Configurations/index.tsx:94 #: src/components/routes/admin/Configurations/index.tsx:236 @@ -5204,11 +5204,11 @@ msgstr "Phí cố định phải bằng 0 hoặc lớn hơn" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash off" -msgstr "" +msgstr "Tắt đèn flash" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash on" -msgstr "" +msgstr "Bật đèn flash" #: src/components/common/ThemeFontControl/index.tsx:65 msgid "Font Family" @@ -5236,7 +5236,7 @@ msgstr "Quên mật khẩu?" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:60 msgid "Fourth" -msgstr "" +msgstr "Lần 4" #: src/components/common/AttendeeTicket/index.tsx:134 #: src/components/common/Currency/index.tsx:88 @@ -5258,7 +5258,7 @@ msgstr "Tiếng Pháp" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 msgid "Fri" -msgstr "" +msgstr "T6" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -5275,7 +5275,7 @@ msgstr "Từ {0}" #: src/components/forms/ProductForm/ledgerSummaries.ts:46 msgid "From {start}" -msgstr "" +msgstr "Từ {start}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:789 msgid "from {start} until {end}" @@ -5287,11 +5287,11 @@ msgstr "từ {start}, gồm {count} ngày" #: src/components/layouts/AuthLayout/index.tsx:26 msgid "Full data ownership" -msgstr "" +msgstr "Toàn quyền sở hữu dữ liệu" #: src/components/common/PeriodSelector/index.tsx:46 msgid "Full event" -msgstr "" +msgstr "Toàn bộ sự kiện" #: src/components/modals/RefundOrderModal/index.tsx:110 msgid "Full refund" @@ -5299,15 +5299,15 @@ msgstr "Hoàn tiền toàn bộ" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "future" -msgstr "" +msgstr "tương lai" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:352 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:353 msgid "Future dates only" -msgstr "" +msgstr "Chỉ những ngày trong tương lai" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Future dates will be copied with capacity reset to zero" -msgstr "" +msgstr "Các ngày trong tương lai sẽ được sao chép với sức chứa đặt về 0" #: src/components/routes/event/TicketDesigner/TicketDesignerPrint.tsx:38 #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:40 @@ -5340,11 +5340,11 @@ msgstr "Chỉ đường" #: src/components/layouts/OrganizerLayout/index.tsx:82 msgid "Get Paid" -msgstr "" +msgstr "Nhận tiền" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:234 msgid "Get paid with Stripe" -msgstr "" +msgstr "Nhận tiền qua Stripe" #: src/components/routes/auth/Register/index.tsx:73 msgid "Get started" @@ -5377,7 +5377,7 @@ msgstr "Quay lại" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Go Back" -msgstr "" +msgstr "Quay lại" #: src/components/routes/profile/ConfirmEmailChange/index.tsx:23 #: src/components/routes/profile/ConfirmEmailChange/index.tsx:42 @@ -5394,7 +5394,7 @@ msgstr "Đi đến trang chủ" #: src/components/modals/CreateAttendeeModal/index.tsx:196 msgid "Go to Schedule" -msgstr "" +msgstr "Đến lịch" #: src/components/common/ThemeColorControls/index.tsx:113 msgid "Good readability" @@ -5438,7 +5438,7 @@ msgstr "Doanh thu gộp" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:334 msgid "Guest" -msgstr "" +msgstr "Khách" #: src/components/layouts/Event/index.tsx:130 msgid "Guest Management" @@ -5451,7 +5451,7 @@ msgstr "Người được mời" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:45 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:159 msgid "Happening now" -msgstr "" +msgstr "Đang diễn ra" #: src/components/routes/admin/DeletionRequests/index.tsx:161 msgid "Hard delete" @@ -5497,7 +5497,7 @@ msgstr "Chào {0} 👋" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:51 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:74 msgid "Hi," -msgstr "" +msgstr "Xin chào," #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:75 msgid "Hi.Events Fee" @@ -5514,7 +5514,7 @@ msgstr "Ẩn" #: src/components/forms/ProductForm/visibilityStatus.ts:50 msgid "Hidden — sales ended {end}." -msgstr "" +msgstr "Đã ẩn — việc bán kết thúc vào {end}." #: src/components/common/QuestionsTable/index.tsx:112 msgid "Hidden from attendees - only visible to organizers" @@ -5522,11 +5522,11 @@ msgstr "Ẩn với người tham dự - chỉ hiển thị với người tổ c #: src/components/forms/ProductForm/ledgerSummaries.ts:151 msgid "Hidden from everyone" -msgstr "" +msgstr "Ẩn với mọi người" #: src/components/forms/ProductForm/visibilityStatus.ts:18 msgid "Hidden from everyone — the master hide switch is on." -msgstr "" +msgstr "Ẩn với mọi người — công tắc ẩn tổng đang bật." #: src/components/common/ProductsTable/SortableProduct/index.tsx:109 #: src/components/common/ProductsTable/SortableProduct/index.tsx:318 @@ -5552,7 +5552,7 @@ msgstr "Ẩn câu trả lời" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "Hide details" -msgstr "" +msgstr "Ẩn chi tiết" #: src/components/routes/admin/Announcements/index.tsx:495 msgid "Hide Preview" @@ -5600,7 +5600,7 @@ msgstr "Ẩn tầng này khỏi người dùng" #: src/components/forms/ProductForm/ledgerSummaries.ts:61 msgid "Hides sold out" -msgstr "" +msgstr "Ẩn các mục đã bán hết" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:91 msgid "Hiding a product will prevent users from seeing it on the event page." @@ -5629,7 +5629,7 @@ msgstr "Sản phẩm nổi bật sẽ có màu nền khác để nổi bật tr #: src/constants/eventCategories.ts:18 msgid "Hobbies" -msgstr "" +msgstr "Sở thích" #: src/components/routes/event/HomepageDesigner/index.tsx:168 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:173 @@ -5651,10 +5651,10 @@ msgstr "Xem trước trang chủ" msgid "Homer" msgstr "Homer" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:386 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:410 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:387 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:411 msgid "Hours" -msgstr "" +msgstr "Giờ" #: src/components/forms/PromoCodeForm/index.tsx:116 msgid "How is the discount applied?" @@ -5674,7 +5674,7 @@ msgstr "Mã này có thể được sử dụng bao nhiêu lần?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:449 msgid "How VAT is applied to the platform fees we charge you." -msgstr "" +msgstr "Cách áp dụng VAT cho phí nền tảng mà chúng tôi thu của bạn." #: src/components/common/Editor/index.tsx:90 msgid "HTML character limit exceeded: {htmlLength}/{maxLength}" @@ -5795,11 +5795,11 @@ msgstr "Trong {diffMinutes} phút" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:111 msgid "in last {0} min" -msgstr "" +msgstr "trong {0} phút qua" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:472 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 msgid "In person — set a venue" -msgstr "" +msgstr "Trực tiếp — đặt địa điểm" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:132 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:168 @@ -5881,7 +5881,7 @@ msgstr "Instagram" #: src/components/layouts/AuthLayout/index.tsx:14 msgid "Instant Stripe payouts" -msgstr "" +msgstr "Chi trả Stripe tức thì" #: src/components/layouts/Event/index.tsx:143 #: src/components/layouts/OrganizerLayout/index.tsx:114 @@ -5890,7 +5890,7 @@ msgstr "Tích hợp" #: src/components/forms/CheckInListForm/index.tsx:190 msgid "Internal notes on the attendee's ticket" -msgstr "" +msgstr "Ghi chú nội bộ trên vé của người tham dự" #: src/components/common/ContactOrganizerModal/index.tsx:35 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:33 @@ -5972,11 +5972,11 @@ msgstr "Cài đặt hóa đơn" #: src/components/routes/welcome/index.tsx:404 msgid "It happens on more than one date" -msgstr "" +msgstr "Diễn ra vào nhiều ngày" #: src/components/layouts/ProductWidget/index.tsx:57 msgid "It may have been unpublished or removed. Please check the link and try again." -msgstr "" +msgstr "Có thể sự kiện đã bị gỡ đăng hoặc xóa. Vui lòng kiểm tra liên kết và thử lại." #: src/components/common/LanguageSwitcher/index.tsx:24 msgid "Italian" @@ -5997,7 +5997,7 @@ msgstr "Mục" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:65 msgid "January" -msgstr "" +msgstr "Tháng 1" #: src/components/routes/admin/FailedJobs/index.tsx:163 msgid "Job" @@ -6047,11 +6047,11 @@ msgstr "Đã tham gia" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:71 msgid "July" -msgstr "" +msgstr "Tháng 7" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:70 msgid "June" -msgstr "" +msgstr "Tháng 6" #: src/components/routes/auth/Login/index.tsx:121 msgid "Just looking for your tickets?" @@ -6059,11 +6059,11 @@ msgstr "Chỉ đang tìm vé của bạn?" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:24 msgid "just now" -msgstr "" +msgstr "vừa xong" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:161 msgid "Just wrapped" -msgstr "" +msgstr "Vừa kết thúc" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Keep connection" @@ -6072,7 +6072,7 @@ msgstr "Giữ kết nối" #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Keep editing" -msgstr "" +msgstr "Tiếp tục sửa" #: src/components/routes/admin/Announcements/index.tsx:390 msgid "Keep it short — banners show a single line. {0}/200" @@ -6084,7 +6084,7 @@ msgstr "Giữ cho tôi cập nhật tin tức và sự kiện từ {0}" #: src/components/layouts/AuthLayout/index.tsx:42 msgid "Keep the profit." -msgstr "" +msgstr "Giữ trọn lợi nhuận." #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:63 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:449 @@ -6099,7 +6099,7 @@ msgstr "Nhãn — ví dụ: Buổi sáng" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:301 msgid "label updates" -msgstr "" +msgstr "cập nhật nhãn" #: src/components/modals/CreateAttendeeModal/index.tsx:235 #: src/components/modals/ManageAttendeeModal/index.tsx:156 @@ -6109,7 +6109,7 @@ msgstr "Ngôn ngữ" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:61 msgid "Last" -msgstr "" +msgstr "Lần cuối" #: src/components/common/OrganizerReportTable/index.tsx:60 #: src/components/common/ReportTable/index.tsx:55 @@ -6203,13 +6203,13 @@ msgstr "Trình kích hoạt cuối cùng" msgid "Last Used" msgstr "Được sử dụng lần cuối" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:379 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 msgid "Later" -msgstr "" +msgstr "Muộn hơn" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:152 msgid "Latest check-ins" -msgstr "" +msgstr "Check-in mới nhất" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1098 msgid "Leave “from” as today to start right away." @@ -6221,27 +6221,27 @@ msgstr "Để trống để sử dụng từ mặc định \"Hóa đơn\"" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:507 msgid "Leave empty for unlimited" -msgstr "" +msgstr "Để trống nếu không giới hạn" #: src/components/forms/CheckInListForm/index.tsx:131 msgid "Leave empty to apply this check-in list to all occurrences" -msgstr "" +msgstr "Để trống để áp dụng danh sách check-in này cho mọi ngày" #: src/components/forms/CheckInListForm/index.tsx:106 msgid "Leave on to cover every ticket on the event. Turn off to pick specific tickets." -msgstr "" +msgstr "Để bật để bao gồm mọi vé của sự kiện. Tắt để chọn từng vé cụ thể." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:300 msgid "Let them know about the change" -msgstr "" +msgstr "Báo cho họ biết về thay đổi" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:266 msgid "Let them know about the changes" -msgstr "" +msgstr "Báo cho họ biết về các thay đổi" #: src/components/layouts/OrganizerLayout/index.tsx:111 msgid "Library" -msgstr "" +msgstr "Thư viện" #: src/components/common/ThemeColorControls/index.tsx:84 msgid "Light" @@ -6261,7 +6261,7 @@ msgstr "Liên kết được phép" #: src/components/routes/event/OccurrencesTab/index.tsx:472 msgid "List" -msgstr "" +msgstr "Danh sách" #: src/components/common/EventCard/index.tsx:91 #: src/components/layouts/Event/index.tsx:218 @@ -6281,11 +6281,11 @@ msgstr "Sự Kiện Trực Tiếp" #: src/components/forms/ProductForm/ProductPreview.tsx:72 msgid "Live preview" -msgstr "" +msgstr "Xem trước trực tiếp" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:344 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 msgid "Loaded dates" -msgstr "" +msgstr "Ngày đã tải" #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:33 msgid "Loading preview..." @@ -6340,7 +6340,7 @@ msgstr "Đã cập nhật địa điểm" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:302 msgid "location updates" -msgstr "" +msgstr "cập nhật địa điểm" #: src/components/routes/organizer/Locations/index.tsx:52 msgid "locations" @@ -6404,7 +6404,7 @@ msgstr "Bắt buộc nhập địa chỉ thanh toán, trong khi thanh toán" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:114 msgid "Make it visible so people can buy tickets" -msgstr "" +msgstr "Hãy để công khai để mọi người mua được vé" #: src/components/forms/QuestionForm/index.tsx:212 msgid "Make this question mandatory" @@ -6426,7 +6426,7 @@ msgstr "Quản lý" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:97 msgid "Manage {0}" -msgstr "" +msgstr "Quản lý {0}" #: src/hooks/useAttendeeActions.tsx:75 msgid "Manage attendee" @@ -6434,7 +6434,7 @@ msgstr "Quản lý người tham dự" #: src/components/routes/event/OccurrencesTab/index.tsx:462 msgid "Manage dates and times for your recurring event" -msgstr "" +msgstr "Quản lý ngày và giờ cho sự kiện định kỳ của bạn" #: src/components/common/EventCard/index.tsx:146 msgid "Manage event" @@ -6442,7 +6442,7 @@ msgstr "Quản lý sự kiện" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:393 msgid "Manage on Stripe" -msgstr "" +msgstr "Quản lý trên Stripe" #: src/hooks/useOrderActions.tsx:99 msgid "Manage order" @@ -6459,11 +6459,11 @@ msgstr "Quản lý hồ sơ" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:114 msgid "Manage schedule" -msgstr "" +msgstr "Quản lý lịch" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:78 msgid "Manage Schedule" -msgstr "" +msgstr "Quản lý lịch" #: src/components/routes/account/ManageAccount/sections/TaxSettings/index.tsx:17 msgid "Manage taxes and fees which can be applied to your products" @@ -6505,7 +6505,7 @@ msgstr "Thêm người tham dự" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:67 msgid "March" -msgstr "" +msgstr "Tháng 3" #: src/hooks/useOrderActions.tsx:128 msgid "Mark as paid" @@ -6513,7 +6513,7 @@ msgstr "Đánh dấu đã trả tiền" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:180 msgid "Mark as validated (admin override)" -msgstr "" +msgstr "Đánh dấu là đã xác thực (quản trị viên phê duyệt)" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:177 msgid "Max Messages / 24h" @@ -6533,7 +6533,7 @@ msgstr "Tối đa mỗi đơn hàng" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:69 msgid "May" -msgstr "" +msgstr "Tháng 5" #: src/components/routes/admin/Attribution/index.tsx:108 msgid "Medium" @@ -6620,7 +6620,7 @@ msgstr "Cấp độ nhắn tin cập nhật thành công" #: src/components/forms/ProductForm/ledgerSummaries.ts:115 msgid "Min {min} per order" -msgstr "" +msgstr "Tối thiểu {min} mỗi đơn" #: src/components/forms/ProductForm/index.tsx:523 msgid "Minimum Per Order" @@ -6634,10 +6634,10 @@ msgstr "Giá tối thiểu" msgid "minutes" msgstr "phút" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:393 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:417 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:394 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:418 msgid "Minutes" -msgstr "" +msgstr "Phút" #: src/components/routes/event/Settings/index.tsx:84 msgid "Miscellaneous" @@ -6652,13 +6652,13 @@ msgstr "Cài đặt linh tinh" msgid "Modal" msgstr "Cửa sổ bật lên" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:467 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:468 msgid "Mode" -msgstr "" +msgstr "Chế độ" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 msgid "Mon" -msgstr "" +msgstr "T2" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -6675,7 +6675,7 @@ msgstr "Giám sát và quản lý các công việc nền thất bại" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:89 msgid "month" -msgstr "" +msgstr "tháng" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:931 msgid "Month" @@ -6684,20 +6684,20 @@ msgstr "Tháng" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:52 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Monthly" -msgstr "" +msgstr "Hằng tháng" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:97 msgid "months" -msgstr "" +msgstr "tháng" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:268 msgid "more" -msgstr "" +msgstr "nữa" #: src/components/common/EntityActions/index.tsx:98 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:171 msgid "More actions" -msgstr "" +msgstr "Thao tác khác" #: src/components/routes/admin/Dashboard/index.tsx:294 msgid "Most Viewed Events (Last 14 Days)" @@ -6705,7 +6705,7 @@ msgstr "Sự kiện được xem nhiều nhất (14 ngày qua)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Move all dates earlier or later" -msgstr "" +msgstr "Dời tất cả các ngày sớm hơn hoặc muộn hơn" #: src/components/forms/QuestionForm/index.tsx:106 msgid "Multi line text box" @@ -6715,11 +6715,11 @@ msgstr "Hộp văn bản đa dòng" #: src/components/layouts/EventHomepage/index.tsx:180 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Multiple locations" -msgstr "" +msgstr "Nhiều địa điểm" #: src/components/layouts/AuthLayout/index.tsx:27 msgid "Multiple ticket types" -msgstr "" +msgstr "Nhiều loại vé" #: src/constants/eventCategories.ts:8 msgid "Music" @@ -6800,13 +6800,13 @@ msgstr "Doanh thu ròng" msgid "Never" msgstr "Không bao giờ" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:432 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 msgid "New capacity" -msgstr "" +msgstr "Sức chứa mới" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:451 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 msgid "New label" -msgstr "" +msgstr "Nhãn mới" #: src/components/common/LocationPicker/index.tsx:169 #: src/components/common/LocationPicker/index.tsx:183 @@ -6825,7 +6825,7 @@ msgstr "Đăng ký mới" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:53 msgid "New time:" -msgstr "" +msgstr "Giờ mới:" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:429 msgid "Next month" @@ -6833,11 +6833,11 @@ msgstr "Tháng sau" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:162 msgid "Next occurrence" -msgstr "" +msgstr "Ngày kế tiếp" #: src/components/common/EventDateRange/index.tsx:61 msgid "Next: {nextFormatted}" -msgstr "" +msgstr "Kế tiếp: {nextFormatted}" #: src/constants/eventCategories.ts:4 msgid "Nightlife" @@ -6886,7 +6886,7 @@ msgstr "Không có người tham dự tìm thấy cho đơn hàng này." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:173 msgid "No attendees to show" -msgstr "" +msgstr "Không có người tham dự để hiển thị" #: src/components/common/AttendeeTable/index.tsx:346 msgid "No Attendees to show" @@ -6894,7 +6894,7 @@ msgstr "Không có người tham dự để hiển thị" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:79 msgid "No attendees yet for this date." -msgstr "" +msgstr "Chưa có người tham dự nào cho ngày này." #: src/components/routes/admin/Attribution/index.tsx:121 msgid "No attribution data found" @@ -6902,7 +6902,7 @@ msgstr "Không tìm thấy dữ liệu phân bổ" #: src/components/routes/organizer/Payments/CapabilityList.tsx:69 msgid "No capabilities reported by Stripe yet." -msgstr "" +msgstr "Stripe chưa báo cáo tính năng nào." #: src/components/modals/OfferWaitlistModal/index.tsx:193 msgid "No capacity" @@ -6915,7 +6915,7 @@ msgstr "Không có phân bổ sức chứa" #: src/components/common/KpiGrid/index.tsx:57 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:212 msgid "No change" -msgstr "" +msgstr "Không thay đổi" #: src/components/common/CheckInListList/index.tsx:44 #: src/components/common/CheckInListTable/index.tsx:266 @@ -6928,7 +6928,7 @@ msgstr "Không có danh sách đăng ký nào cho sự kiện này." #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:155 msgid "No check-ins yet" -msgstr "" +msgstr "Chưa có check-in nào" #: src/components/routes/admin/Configurations/index.tsx:127 msgid "No configurations found" @@ -6936,7 +6936,7 @@ msgstr "Không tìm thấy cấu hình" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:207 msgid "No connections available" -msgstr "" +msgstr "Không có kết nối khả dụng" #: src/components/common/ReportTable/index.tsx:233 msgid "No data available" @@ -6953,32 +6953,32 @@ msgstr "Không có dữ liệu để hiển thị. Vui lòng chọn khoảng th #: src/components/common/EventCard/index.tsx:221 #: src/components/common/EventCard/index.tsx:318 msgid "No date added" -msgstr "" +msgstr "Chưa thêm ngày nào" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:668 msgid "No dates available this month. Try navigating to another month." -msgstr "" +msgstr "Tháng này không có ngày nào khả dụng. Hãy thử chuyển sang tháng khác." #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:90 msgid "No dates match the current filters." -msgstr "" +msgstr "Không có ngày nào khớp với bộ lọc hiện tại." -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates match your filters" -msgstr "" +msgstr "Không có ngày nào khớp với bộ lọc của bạn" #: src/components/common/OccurrenceSelect/index.tsx:158 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:130 msgid "No dates match your search" -msgstr "" +msgstr "Không có ngày nào khớp với tìm kiếm của bạn" #: src/components/modals/PublishEventModal/index.tsx:103 msgid "No dates scheduled" msgstr "Chưa có ngày nào được lên lịch" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates scheduled yet" -msgstr "" +msgstr "Chưa lên lịch ngày nào" #: src/components/routes/admin/DeletionRequests/index.tsx:108 msgid "No deletion requests found" @@ -7026,7 +7026,7 @@ msgstr "Không có hóa đơn" #: src/components/forms/ProductForm/ledgerSummaries.ts:121 msgid "No limits" -msgstr "" +msgstr "Không giới hạn" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:163 #: src/components/modals/WebhookLogsModal/index.tsx:177 @@ -7047,11 +7047,11 @@ msgstr "Không có tin nhắn nào hiển thị" #: src/components/modals/CreateAttendeeModal/index.tsx:183 msgid "No occurrences available" -msgstr "" +msgstr "Không có ngày nào khả dụng" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:134 msgid "No occurrences on this date" -msgstr "" +msgstr "Không có ngày nào vào hôm này" #: src/components/common/QuestionsTable/index.tsx:491 msgid "No order questions yet" @@ -7071,7 +7071,7 @@ msgstr "Chưa có đơn hàng nào" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:90 msgid "No orders yet for this date." -msgstr "" +msgstr "Chưa có đơn hàng nào cho ngày này." #: src/components/routes/admin/Dashboard/index.tsx:377 msgid "No organizer activity in the last 14 days" @@ -7079,7 +7079,7 @@ msgstr "Không có hoạt động của nhà tổ chức trong 14 ngày qua" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:179 msgid "No organizer context available." -msgstr "" +msgstr "Không có ngữ cảnh nhà tổ chức." #: src/components/modals/SwitchOrganizerModal/index.tsx:57 msgid "No other organizers available" @@ -7116,7 +7116,7 @@ msgstr "Không có sản phẩm có sẵn trong danh mục này." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:170 msgid "No products configured for this event." -msgstr "" +msgstr "Chưa cấu hình sản phẩm nào cho sự kiện này." #: src/components/modals/OfferWaitlistModal/index.tsx:140 msgid "No products have waiting entries" @@ -7195,7 +7195,7 @@ msgstr "Không có vé để bán" #: src/components/common/EventDateRange/index.tsx:68 msgid "No upcoming dates" -msgstr "" +msgstr "Không có ngày sắp tới" #: src/components/layouts/OrganizerHomepage/index.tsx:299 msgid "No upcoming events" @@ -7229,7 +7229,7 @@ msgstr "Không, giữ tôi ở đây" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:293 msgid "non-edited" -msgstr "" +msgstr "chưa sửa" #: src/components/common/PromoCodeTable/index.tsx:82 #: src/components/forms/ProductForm/ledgerSummaries.ts:92 @@ -7240,7 +7240,7 @@ msgstr "Không" #: src/components/forms/ProductForm/ledgerSummaries.ts:29 msgid "None yet" -msgstr "" +msgstr "Chưa có" #: src/components/common/ProductPriceAvailability/index.tsx:38 #: src/components/common/ProductPriceAvailability/index.tsx:68 @@ -7250,7 +7250,7 @@ msgstr "Không có sẵn" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:122 #: src/components/modals/ManageAttendeeModal/index.tsx:138 msgid "Not checked in" -msgstr "" +msgstr "Chưa check-in" #: src/components/common/AttendeeTable/index.tsx:304 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -7279,7 +7279,7 @@ msgstr "Cài đặt thông báo" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:569 msgid "Notify attendees and stop sales" -msgstr "" +msgstr "Thông báo cho người tham dự và ngừng bán" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:76 msgid "Notify organizer of new orders" @@ -7287,11 +7287,11 @@ msgstr "Thông báo cho ban tổ chức các đơn hàng mới" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:75 msgid "November" -msgstr "" +msgstr "Tháng 11" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1087 msgid "Number of dates to create" -msgstr "" +msgstr "Số ngày cần tạo" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:227 msgid "Number of days allowed for payment (leave blank to omit payment terms from invoices)" @@ -7307,38 +7307,38 @@ msgstr "Tiền tố số" #: src/components/modals/ManageOrderModal/index.tsx:140 #: src/components/modals/SendMessageModal/index.tsx:357 msgid "Occurrence" -msgstr "" +msgstr "Ngày" #: src/components/forms/WebhookForm/index.tsx:133 msgid "Occurrence Cancelled" -msgstr "" +msgstr "Đã hủy ngày" #: src/components/layouts/Event/index.tsx:113 #: src/components/routes/event/OccurrencesTab/index.tsx:463 msgid "Occurrence Schedule" -msgstr "" +msgstr "Lịch các ngày" #: src/components/routes/event/Reports/index.tsx:37 #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:102 msgid "Occurrence Summary" -msgstr "" +msgstr "Tóm tắt ngày" #: src/components/common/OrderDetails/index.tsx:55 #: src/components/modals/ManageOrderModal/index.tsx:140 msgid "Occurrences" -msgstr "" +msgstr "Các ngày" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Occurrences (future only)" -msgstr "" +msgstr "Các ngày (chỉ tương lai)" #: src/components/modals/CreateEventModal/index.tsx:252 msgid "Occurrences can be configured after creation" -msgstr "" +msgstr "Có thể cấu hình các ngày sau khi tạo" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:74 msgid "October" -msgstr "" +msgstr "Tháng 10" #: src/components/common/OrganizerReportTable/index.tsx:356 msgid "of" @@ -7351,7 +7351,7 @@ msgstr "của mỗi tháng" #: src/components/forms/ProductForm/ledgerSummaries.ts:77 #: src/components/forms/ProductForm/ledgerSummaries.ts:140 msgid "Off" -msgstr "" +msgstr "Tắt" #: src/components/common/WaitlistTable/index.tsx:135 #: src/components/modals/OfferWaitlistModal/index.tsx:227 @@ -7422,7 +7422,7 @@ msgstr "vào" #: src/components/forms/ProductForm/ledgerSummaries.ts:74 msgid "On" -msgstr "" +msgstr "Bật" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:760 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:768 @@ -7449,7 +7449,7 @@ msgstr "vào {position} {day}" #: src/components/forms/ProductForm/index.tsx:442 msgid "On the event page" -msgstr "" +msgstr "Trên trang sự kiện" #: src/components/common/JoinWaitlistButton/index.tsx:25 msgid "On the waitlist" @@ -7480,23 +7480,23 @@ msgstr "Đang diễn ra" msgid "Online" msgstr "Trực tuyến" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 msgid "Online — provide connection details" -msgstr "" +msgstr "Trực tuyến — cung cấp thông tin kết nối" #: src/components/common/EventCard/index.tsx:100 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Online & in-person" -msgstr "" +msgstr "Trực tuyến và trực tiếp" #: src/components/layouts/EventHomepage/index.tsx:181 msgid "Online & in-person — see schedule" -msgstr "" +msgstr "Trực tuyến và trực tiếp — xem lịch" #: src/components/common/AttendeeTicket/index.tsx:127 #: src/components/modals/ManageOccurrenceModal/index.tsx:146 msgid "Online event" -msgstr "" +msgstr "Sự kiện trực tuyến" #: src/components/layouts/EventHomepage/index.tsx:404 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:175 @@ -7517,7 +7517,7 @@ msgstr "Chỉ còn {capacity}" #: src/components/forms/ProductForm/ProductDrawer.tsx:130 msgid "Only a name is required — everything else has sensible defaults" -msgstr "" +msgstr "Chỉ cần tên là bắt buộc — mọi thứ khác đều có giá trị mặc định hợp lý" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:74 msgid "Only account administrators can delete or archive events. Contact your account admin for assistance." @@ -7529,7 +7529,7 @@ msgstr "Chỉ quản trị viên tài khoản mới có thể xóa hoặc lưu t #: src/components/forms/ProductForm/index.tsx:546 msgid "Only available as an add-on" -msgstr "" +msgstr "Chỉ có sẵn dưới dạng bổ sung" #: src/components/routes/admin/Announcements/index.tsx:470 msgid "Only published announcements are shown to users" @@ -7545,11 +7545,11 @@ msgstr "Chỉ hiển thị ngày và giờ bắt đầu" #: src/components/common/ProductsTable/SortableProduct/index.tsx:335 msgid "Only shown as an add-on to the products it's attached to" -msgstr "" +msgstr "Chỉ hiển thị như phần bổ sung của những sản phẩm mà nó được gắn vào" #: src/components/forms/ProductForm/visibilityStatus.ts:25 msgid "Only shown as an add-on to the products it's attached to." -msgstr "" +msgstr "Chỉ hiển thị như phần bổ sung của những sản phẩm mà nó được gắn vào." #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:138 msgid "Only the account owner can request account deletion." @@ -7557,11 +7557,11 @@ msgstr "Chỉ chủ tài khoản mới có thể yêu cầu xóa tài khoản." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:513 msgid "Only tickets count toward capacity" -msgstr "" +msgstr "Chỉ vé được tính vào sức chứa" #: src/components/forms/ProductForm/visibilityStatus.ts:32 msgid "Only visible to buyers with an applicable promo code." -msgstr "" +msgstr "Chỉ hiển thị với người mua có mã khuyến mãi phù hợp." #: src/components/common/ProductsTable/SortableProduct/index.tsx:319 msgid "Only visible with promo code" @@ -7569,7 +7569,7 @@ msgstr "Chỉ hiển thị với mã khuyến mãi" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open check-in" -msgstr "" +msgstr "Mở check-in" #: src/components/common/CheckInListList/index.tsx:165 #: src/components/common/CheckInListTable/index.tsx:209 @@ -7579,7 +7579,7 @@ msgstr "Mở Trang Check-In" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open occurrence" -msgstr "" +msgstr "Mở ngày" #: src/components/layouts/AppLayout/index.tsx:31 msgid "Open sidebar" @@ -7621,9 +7621,9 @@ msgstr "Tùy chọn" msgid "or" msgstr "Hoặc" -#: src/components/routes/event/OccurrencesTab/index.tsx:603 +#: src/components/routes/event/OccurrencesTab/index.tsx:618 msgid "or add a single date" -msgstr "" +msgstr "hoặc thêm một ngày duy nhất" #: src/components/modals/PublishEventModal/index.tsx:81 msgid "Or enable offline payments and disable Stripe" @@ -7631,7 +7631,7 @@ msgstr "Hoặc bật thanh toán ngoại tuyến và tắt Stripe" #: src/components/routes/event/OccurrencesTab/index.tsx:415 msgid "order" -msgstr "" +msgstr "đơn hàng" #: src/components/common/QuestionsTable/index.tsx:295 #: src/components/common/QuestionsTable/index.tsx:448 @@ -7647,7 +7647,7 @@ msgstr "Đơn hàng & Vé" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:265 msgid "Order #" -msgstr "" +msgstr "Mã đơn" #: src/components/routes/product-widget/CollectInformation/index.tsx:386 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:375 @@ -7682,7 +7682,7 @@ msgstr "Ngày đơn hàng" #: src/components/forms/CheckInListForm/index.tsx:222 msgid "Order details" -msgstr "" +msgstr "Chi tiết đơn hàng" #: src/components/common/OrdersTable/index.tsx:178 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:613 @@ -7708,7 +7708,7 @@ msgstr "Mã đơn hàng" #: src/components/forms/ProductForm/index.tsx:517 msgid "Order limits" -msgstr "" +msgstr "Giới hạn đơn hàng" #: src/hooks/useOrderActions.tsx:50 msgid "Order marked as paid" @@ -7728,7 +7728,7 @@ msgstr "Không tìm thấy đơn hàng" #: src/components/forms/CheckInListForm/index.tsx:224 msgid "Order number, purchase date, purchaser email" -msgstr "" +msgstr "Số đơn hàng, ngày mua, email người mua" #: src/components/common/MessageList/index.tsx:31 msgid "Order owner" @@ -7790,7 +7790,7 @@ msgstr "Đơn hàng đã bị hủy" #: src/components/routes/event/OccurrencesTab/index.tsx:415 #: src/components/routes/event/orders.tsx:197 msgid "orders" -msgstr "" +msgstr "đơn hàng" #: src/components/layouts/Admin/index.tsx:17 #: src/components/layouts/Event/index.tsx:125 @@ -7905,7 +7905,7 @@ msgstr "Mẫu của tổ chức/mặc định sẽ được sử dụng" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:202 msgid "Organizers" -msgstr "" +msgstr "Nhà tổ chức" #: src/components/modals/EditUserModal/index.tsx:58 #: src/components/modals/InviteUserModal/index.tsx:49 @@ -7927,7 +7927,7 @@ msgstr "Kết quả" #: src/constants/eventCategories.ts:22 msgid "Outdoors" -msgstr "" +msgstr "Ngoài trời" #: src/components/routes/admin/Messages/index.tsx:107 msgid "Outgoing Messages" @@ -7935,19 +7935,19 @@ msgstr "Tin nhắn đi" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:208 msgid "Override" -msgstr "" +msgstr "Tùy chỉnh" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:133 msgid "Override fees on this organizer" -msgstr "" +msgstr "Tùy chỉnh phí cho nhà tổ chức này" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:228 msgid "Override price" -msgstr "" +msgstr "Tùy chỉnh giá" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:96 msgid "Override removed" -msgstr "" +msgstr "Đã xóa tùy chỉnh" #: src/components/layouts/Event/index.tsx:100 msgid "Overview" @@ -7988,7 +7988,7 @@ msgstr "đã trả tiền" #: src/components/forms/ProductForm/index.tsx:274 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:431 msgid "Paid" -msgstr "" +msgstr "Đã thanh toán" #: src/components/routes/admin/Attribution/index.tsx:51 msgid "Paid Accounts" @@ -8048,7 +8048,7 @@ msgstr "Đã qua" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:317 msgid "Past due" -msgstr "" +msgstr "Quá hạn" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Past Events" @@ -8162,7 +8162,7 @@ msgstr "Thanh toán không khả dụng" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:407 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:463 msgid "Payouts" -msgstr "" +msgstr "Chi trả" #: src/components/routes/admin/DeletionRequests/index.tsx:85 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:437 @@ -8180,7 +8180,7 @@ msgstr "Theo người tham dự" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:117 msgid "per min" -msgstr "" +msgstr "mỗi phút" #: src/components/common/PromoCodeTable/index.tsx:91 msgid "per order" @@ -8216,7 +8216,7 @@ msgstr "Phí phần trăm" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:137 msgid "Percentage fee (%)" -msgstr "" +msgstr "Phí theo phần trăm (%)" #: src/components/routes/admin/Configurations/index.tsx:175 msgid "Percentage must be between 0 and 100" @@ -8248,7 +8248,7 @@ msgstr "Xóa vĩnh viễn ban tổ chức này và tất cả các sự kiện c #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:583 msgid "Permanently remove this date" -msgstr "" +msgstr "Xóa vĩnh viễn ngày này" #: src/components/routes/profile/ManageProfile/index.tsx:148 msgid "Personal Information" @@ -8260,15 +8260,15 @@ msgstr "Điện thoại" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:530 msgid "Pick an end date" -msgstr "" +msgstr "Chọn ngày kết thúc" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:538 msgid "Pick at least one day of the month" -msgstr "" +msgstr "Hãy chọn ít nhất một ngày trong tháng" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:527 msgid "Pick at least one day of the week" -msgstr "" +msgstr "Hãy chọn ít nhất một ngày trong tuần" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:841 msgid "Pick days to see your dates." @@ -8285,7 +8285,7 @@ msgstr "Đặt mã này vào của trang web của bạn." #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:269 #: src/components/modals/ManageOrderModal/index.tsx:125 msgid "Placed" -msgstr "" +msgstr "Đã đặt" #: src/components/common/PoweredByFooter/index.tsx:48 msgid "Planning an event?" @@ -8340,7 +8340,7 @@ msgstr "Vui lòng kiểm tra email của bạn để xác nhận địa chỉ em #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:76 msgid "Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions." -msgstr "" +msgstr "Vui lòng kiểm tra vé để xem giờ mới. Vé của bạn vẫn còn hiệu lực — bạn không cần làm gì trừ khi giờ mới không phù hợp. Hãy trả lời email này nếu bạn có thắc mắc." #: src/components/routes/product-widget/SelectProducts/index.tsx:1023 msgid "Please continue in the new tab" @@ -8393,7 +8393,7 @@ msgstr "Vui lòng quay lại trang sự kiện để bắt đầu lại." #: src/components/routes/product-widget/SelectProducts/index.tsx:584 msgid "Please select a date and time" -msgstr "" +msgstr "Vui lòng chọn ngày và giờ" #: src/components/common/OrganizerReportTable/index.tsx:269 msgid "Please select a date range" @@ -8452,7 +8452,7 @@ msgstr "Tiếng Bồ Đào Nha" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:967 msgid "Position" -msgstr "" +msgstr "Vị trí" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:97 msgid "Post Checkout message" @@ -8506,7 +8506,7 @@ msgstr "Giá không được đặt" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:206 msgid "Price Tier" -msgstr "" +msgstr "Bậc giá" #: src/components/forms/ProductForm/index.tsx:356 msgid "Price Tiers" @@ -8514,7 +8514,7 @@ msgstr "Cấp giá" #: src/components/forms/ProductForm/index.tsx:266 msgid "Pricing" -msgstr "" +msgstr "Định giá" #: src/components/common/WidgetEditor/index.tsx:187 msgid "Primary Color" @@ -8604,11 +8604,11 @@ msgstr "Chi tiết doanh số sản phẩm, doanh thu và thuế" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:599 msgid "Product settings cannot be edited for cancelled dates." -msgstr "" +msgstr "Không thể sửa cài đặt sản phẩm cho những ngày đã hủy." #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:160 msgid "Product settings saved successfully" -msgstr "" +msgstr "Đã lưu cài đặt sản phẩm thành công" #: src/components/common/ProductSelector/index.tsx:67 msgid "Product Tier" @@ -8661,7 +8661,7 @@ msgstr "Hồ sơ cập nhật thành công" #: src/components/common/CheckIn/CheckInInfoModal.tsx:47 msgid "Progress" -msgstr "" +msgstr "Tiến độ" #: src/components/routes/product-widget/SelectProducts/index.tsx:500 msgid "Promo {promo_code} code applied" @@ -8682,7 +8682,7 @@ msgstr "Trang mã khuyến mãi" #: src/components/forms/ProductForm/ledgerSummaries.ts:154 msgid "Promo code required" -msgstr "" +msgstr "Cần mã khuyến mãi" #: src/components/routes/event/Reports/index.tsx:32 msgid "Promo code usage and discount breakdown" @@ -8690,11 +8690,11 @@ msgstr "Chi tiết sử dụng mã khuyến mãi và giảm giá" #: src/components/routes/event/promo-codes.tsx:55 msgid "promo codes" -msgstr "" +msgstr "mã khuyến mãi" #: src/components/layouts/AuthLayout/index.tsx:18 msgid "Promo codes" -msgstr "" +msgstr "Mã khuyến mãi" #: src/components/layouts/Event/index.tsx:126 #: src/components/modals/DuplicateEventModal/index.tsx:52 @@ -8733,11 +8733,11 @@ msgstr "Cung cấp ít nhất một trường địa chỉ (địa điểm, đư #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:438 msgid "Provide the following before Stripe's next review to keep payouts flowing." -msgstr "" +msgstr "Hãy cung cấp những mục sau trước lần rà soát tiếp theo của Stripe để việc chi trả không bị gián đoạn." #: src/components/forms/ProductForm/ledgerSummaries.ts:157 msgid "Public" -msgstr "" +msgstr "Công khai" #: src/components/common/StatusToggle/index.tsx:97 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:117 @@ -8754,7 +8754,7 @@ msgstr "Xuất bản sự kiện" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:113 msgid "Publish your event" -msgstr "" +msgstr "Đăng sự kiện của bạn" #: src/components/routes/admin/Announcements/index.tsx:183 #: src/components/routes/admin/Announcements/index.tsx:473 @@ -8774,11 +8774,11 @@ msgstr "Đã mua" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:275 msgid "Purchaser" -msgstr "" +msgstr "Người mua" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:283 msgid "Purchaser email" -msgstr "" +msgstr "Email người mua" #: src/components/modals/ShareModal/index.tsx:168 msgid "QR Code" @@ -8786,7 +8786,7 @@ msgstr "Mã QR" #: src/components/layouts/AuthLayout/index.tsx:16 msgid "QR code check-in" -msgstr "" +msgstr "Check-in bằng mã QR" #: src/components/modals/OfferWaitlistModal/index.tsx:170 msgid "Qty" @@ -8803,7 +8803,7 @@ msgstr "Số lượng có sẵn" #: src/components/forms/CheckInListForm/index.tsx:205 msgid "Question answers" -msgstr "" +msgstr "Câu trả lời cho câu hỏi" #: src/components/common/QuestionsTable/index.tsx:201 msgid "Question deleted" @@ -8837,7 +8837,7 @@ msgstr "Hàng đợi" #: src/components/forms/PromoCodeForm/index.tsx:145 msgid "Quick Tip" -msgstr "" +msgstr "Mẹo nhanh" #: src/components/forms/QuestionForm/index.tsx:118 msgid "Radio Option" @@ -8861,7 +8861,7 @@ msgstr "Cung cấp lại suất" #: src/components/modals/ManageOccurrenceModal/index.tsx:70 #: src/components/routes/event/OccurrenceDetail/index.tsx:96 msgid "Reactivate this date? It will be reopened for future sales." -msgstr "" +msgstr "Kích hoạt lại ngày này? Ngày này sẽ được mở bán lại." #: src/components/modals/PublishEventModal/index.tsx:143 msgid "Ready to go live?" @@ -8869,7 +8869,7 @@ msgstr "Sẵn sàng xuất bản?" #: src/components/layouts/AuthLayout/index.tsx:19 msgid "Real-time analytics" -msgstr "" +msgstr "Phân tích thời gian thực" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:171 msgid "Reason (optional)" @@ -8887,19 +8887,19 @@ msgstr "Đăng ký tài khoản gần đây" #: src/components/common/PeriodSelector/index.tsx:111 msgid "Recent activity" -msgstr "" +msgstr "Hoạt động gần đây" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:59 msgid "Recent Attendees" -msgstr "" +msgstr "Người tham dự gần đây" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:106 msgid "Recent check-ins" -msgstr "" +msgstr "Check-in gần đây" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:309 msgid "Recent orders" -msgstr "" +msgstr "Đơn hàng gần đây" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:63 msgid "Recent Orders" @@ -8930,12 +8930,12 @@ msgstr "Người nhận sẽ có sau khi tin nhắn được gửi" #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "Recommended" -msgstr "" +msgstr "Được đề xuất" #: src/components/common/EventCard/index.tsx:209 #: src/components/common/EventCard/index.tsx:322 msgid "Recurring" -msgstr "" +msgstr "Định kỳ" #: src/components/layouts/EventHomepage/index.tsx:368 #: src/components/modals/CreateEventModal/index.tsx:240 @@ -8949,7 +8949,7 @@ msgstr "Cài đặt sự kiện định kỳ" #: src/components/layouts/AuthLayout/index.tsx:13 msgid "Recurring events" -msgstr "" +msgstr "Sự kiện định kỳ" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:80 msgid "Reddit" @@ -8969,13 +8969,13 @@ msgstr "Làm mới xem trước" #: src/components/routes/event/OccurrencesTab/index.tsx:218 msgid "Refund all orders for these dates" -msgstr "" +msgstr "Hoàn tiền toàn bộ đơn hàng của những ngày này" #: src/components/routes/event/OccurrenceDetail/index.tsx:67 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:44 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:334 msgid "Refund all orders for this date" -msgstr "" +msgstr "Hoàn tiền toàn bộ đơn hàng của ngày này" #: src/components/modals/RefundOrderModal/index.tsx:108 msgid "Refund amount" @@ -9046,7 +9046,7 @@ msgstr "Câu hỏi đăng ký" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:142 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:94 msgid "Remaining" -msgstr "" +msgstr "Còn lại" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:82 msgid "Remaining Uses" @@ -9064,9 +9064,9 @@ msgstr "Loại bỏ" msgid "Remove" msgstr "Hủy bỏ" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:458 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:459 msgid "Remove label from all dates" -msgstr "" +msgstr "Xóa nhãn khỏi tất cả các ngày" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:67 msgid "Remove sold out dates and times from the event page entirely. When disabled, they remain visible and are labelled as sold out." @@ -9078,11 +9078,11 @@ msgstr "Xóa giờ" #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:60 msgid "Reopen for new sales" -msgstr "" +msgstr "Mở bán lại" #: src/components/routes/event/OccurrencesTab/index.tsx:194 msgid "Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed." -msgstr "" +msgstr "Mở bán lại ngày này? Những vé đã hủy trước đó sẽ không được khôi phục — người tham dự bị ảnh hưởng vẫn ở trạng thái đã hủy và các khoản hoàn tiền đã thực hiện không bị đảo ngược." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:885 msgid "Repeats" @@ -9183,7 +9183,7 @@ msgstr "Đặt lại mật khẩu" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:238 msgid "Reset to base price" -msgstr "" +msgstr "Đặt lại về giá cơ bản" #: src/components/routes/auth/ResetPassword/index.tsx:75 msgid "Resetting..." @@ -9226,7 +9226,7 @@ msgstr "Khôi phục ban tổ chức này và làm cho nó hoạt động trở #: src/components/common/ToolBar/index.tsx:47 msgid "results" -msgstr "" +msgstr "kết quả" #: src/components/routes/admin/FailedJobs/index.tsx:199 msgid "Retry" @@ -9259,11 +9259,11 @@ msgstr "Các địa điểm dùng lại cho sự kiện của bạn. Địa đi #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:218 msgid "Reuse" -msgstr "" +msgstr "Dùng lại" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:198 msgid "Reuse a Stripe connection from another organizer in this account." -msgstr "" +msgstr "Dùng lại kết nối Stripe từ một nhà tổ chức khác trong tài khoản này." #: src/components/common/AffiliateTable/index.tsx:157 #: src/components/common/EventCard/index.tsx:255 @@ -9316,7 +9316,7 @@ msgstr "Thời gian giảm giá" #: src/components/forms/ProductForm/index.tsx:420 msgid "Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page." -msgstr "" +msgstr "Khoảng thời gian bán áp dụng cho mọi ngày trong lịch của bạn. Để kiểm soát giá và tình trạng còn chỗ của từng ngày, hãy dùng các tùy chỉnh trên <0>trang Lịch các ngày." #: src/components/forms/ProductForm/index.tsx:427 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:80 @@ -9329,7 +9329,7 @@ msgstr "Đợt giảm giá bắt đầu {0}" #: src/components/forms/ProductForm/index.tsx:413 msgid "Sale window" -msgstr "" +msgstr "Khoảng thời gian bán" #: src/components/common/AffiliateTable/index.tsx:145 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:143 @@ -9352,7 +9352,7 @@ msgstr "Bán hàng bắt đầu" #: src/components/routes/event/Reports/index.tsx:38 msgid "Sales, attendance, and check-in breakdown per occurrence" -msgstr "" +msgstr "Chi tiết doanh số, lượt tham dự và check-in theo từng ngày" #: src/components/routes/organizer/Reports/index.tsx:24 msgid "Sales, orders, and performance metrics for all events" @@ -9364,7 +9364,7 @@ msgstr "Doanh thu:" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:471 msgid "Same as event" -msgstr "" +msgstr "Giống sự kiện" #: src/components/common/PlatformFeesSettings/index.tsx:175 msgid "Sample ticket price" @@ -9377,7 +9377,7 @@ msgstr "Địa điểm Mẫu" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 msgid "Sat" -msgstr "" +msgstr "T7" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -9421,7 +9421,7 @@ msgstr "Lưu thay đổi" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:160 msgid "Save fee override" -msgstr "" +msgstr "Lưu phí tùy chỉnh" #: src/components/modals/EditOrganizerModal/index.tsx:70 msgid "Save Organizer" @@ -9449,7 +9449,7 @@ msgstr "Lưu thiết kế vé" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:202 msgid "Save VAT settings" -msgstr "" +msgstr "Lưu cài đặt VAT" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:239 msgid "Save VAT Settings" @@ -9465,7 +9465,7 @@ msgstr "Địa điểm đã lưu" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:153 msgid "Saving an override creates a dedicated configuration for this organizer if it's currently on the system default." -msgstr "" +msgstr "Khi lưu một tùy chỉnh, hệ thống sẽ tạo cấu hình riêng cho nhà tổ chức này nếu hiện họ đang dùng mặc định của hệ thống." #: src/components/layouts/CheckIn/BottomNav.tsx:15 msgid "Scan" @@ -9473,32 +9473,32 @@ msgstr "Quét" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:58 msgid "Scan a ticket to check in an attendee" -msgstr "" +msgstr "Quét vé để check-in cho người tham dự" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:109 msgid "Scanned tickets will appear here" -msgstr "" +msgstr "Vé đã quét sẽ xuất hiện ở đây" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:71 msgid "Scanner mode" -msgstr "" +msgstr "Chế độ máy quét" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:73 msgid "Schedule" -msgstr "" +msgstr "Lịch" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:105 msgid "Schedule added" -msgstr "" +msgstr "Đã thêm lịch" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:697 #: src/hooks/useOccurrenceGenerationPolling.ts:36 msgid "Schedule created successfully" -msgstr "" +msgstr "Đã tạo lịch thành công" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1078 msgid "Schedule ends on" -msgstr "" +msgstr "Lịch kết thúc vào" #: src/components/modals/SendMessageModal/index.tsx:472 msgid "Schedule for later" @@ -9514,7 +9514,7 @@ msgstr "Xem trước lịch trình" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1069 msgid "Schedule starts on" -msgstr "" +msgstr "Lịch bắt đầu vào" #: src/components/common/ProductsTable/SortableProduct/index.tsx:92 #: src/components/routes/admin/Messages/index.tsx:125 @@ -9532,7 +9532,7 @@ msgstr "Thời gian đã lên lịch" #: src/components/layouts/CheckIn/BottomNav.tsx:16 msgid "Search" -msgstr "" +msgstr "Tìm kiếm" #: src/components/routes/event/Affiliates/index.tsx:70 msgid "Search affiliates..." @@ -9540,7 +9540,7 @@ msgstr "Tìm kiếm đối tác..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:94 msgid "Search attendees" -msgstr "" +msgstr "Tìm người tham dự" #: src/components/routes/admin/Accounts/index.tsx:60 #: src/components/routes/admin/DeletionRequests/index.tsx:93 @@ -9586,7 +9586,7 @@ msgstr "Tìm kiếm theo tên, email, hoặc mã đơn hàng #" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:93 msgid "Search by name, order #, ticket # or email" -msgstr "" +msgstr "Tìm theo tên, mã đơn, mã vé hoặc email" #: src/components/routes/event/promo-codes.tsx:38 msgid "Search by name..." @@ -9614,15 +9614,15 @@ msgstr "Tìm kiếm danh sách check-in..." #: src/components/common/OccurrenceSelect/index.tsx:117 msgid "Search dates..." -msgstr "" +msgstr "Tìm ngày..." #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:88 msgid "Search dates…" -msgstr "" +msgstr "Tìm ngày…" #: src/components/common/AddressAutocomplete/index.tsx:86 msgid "Search for an address" -msgstr "" +msgstr "Tìm địa chỉ" #: src/components/routes/event/messages.tsx:243 msgid "Search messages..." @@ -9650,11 +9650,11 @@ msgstr "Đang tìm kiếm..." #: src/constants/eventCategories.ts:6 msgid "Seasonal" -msgstr "" +msgstr "Theo mùa" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:58 msgid "Second" -msgstr "" +msgstr "Lần 2" #: src/components/common/WidgetEditor/index.tsx:199 msgid "Secondary Color" @@ -9670,11 +9670,11 @@ msgstr "Thanh toán an toàn" #: src/components/layouts/EventHomepage/index.tsx:431 msgid "See schedule" -msgstr "" +msgstr "Xem lịch" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "See what Stripe still needs" -msgstr "" +msgstr "Xem Stripe còn cần gì" #: src/components/routes/admin/Announcements/index.tsx:161 msgid "Seen" @@ -9692,11 +9692,11 @@ msgstr "Chọn danh mục" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:717 msgid "Select a Date & Time" -msgstr "" +msgstr "Chọn ngày và giờ" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:215 msgid "Select a date to see available times" -msgstr "" +msgstr "Chọn một ngày để xem các giờ còn trống" #: src/components/routes/event/messages.tsx:341 msgid "Select a message to view its contents" @@ -9712,7 +9712,7 @@ msgstr "Chọn Tài Khoản" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:126 msgid "Select all" -msgstr "" +msgstr "Chọn tất cả" #: src/components/modals/DuplicateEventModal/index.tsx:143 msgid "Select All" @@ -9720,7 +9720,7 @@ msgstr "Chọn tất cả" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:156 msgid "Select all on {0}" -msgstr "" +msgstr "Chọn tất cả vào {0}" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:119 msgid "Select an event" @@ -9740,7 +9740,7 @@ msgstr "Chọn nhóm người tham dự" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:157 msgid "Select camera" -msgstr "" +msgstr "Chọn máy ảnh" #: src/components/forms/ProductForm/index.tsx:255 msgid "Select category..." @@ -9752,7 +9752,7 @@ msgstr "Chọn tiền tệ" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:178 msgid "Select date" -msgstr "" +msgstr "Chọn ngày" #: src/components/modals/CreateEventModal/index.tsx:283 msgid "Select end date and time" @@ -9773,7 +9773,7 @@ msgstr "Chọn loại sự kiện" #: src/components/common/OccurrenceSelect/index.tsx:106 #: src/components/modals/CreateAttendeeModal/index.tsx:254 msgid "Select occurrence" -msgstr "" +msgstr "Chọn một ngày" #: src/components/modals/CreateEventModal/index.tsx:159 msgid "Select organizer" @@ -9795,7 +9795,7 @@ msgstr "Chọn sản phẩm" #: src/components/forms/ProductForm/index.tsx:553 msgid "Select products..." -msgstr "" +msgstr "Chọn sản phẩm..." #: src/components/modals/CreateEventModal/index.tsx:263 msgid "Select start date and time" @@ -9846,7 +9846,7 @@ msgstr "Chọn ..." #: src/components/routes/event/OccurrencesTab/index.tsx:497 msgid "selected" -msgstr "" +msgstr "đã chọn" #: src/components/common/PlatformFeesSettings/index.tsx:208 #: src/components/common/PlatformFeesSettings/index.tsx:231 @@ -9856,11 +9856,11 @@ msgstr "Đã chọn" #: src/components/layouts/AuthLayout/index.tsx:41 msgid "Sell out your event." -msgstr "" +msgstr "Bán hết vé sự kiện của bạn." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:516 msgid "Selling a physical product? Cap its quantity on the <0>products page instead." -msgstr "" +msgstr "Bạn bán sản phẩm vật lý? Hãy giới hạn số lượng trên <0>trang sản phẩm." #: src/components/forms/ProductForm/index.tsx:587 msgid "Selling fast 🔥" @@ -9918,7 +9918,7 @@ msgstr "Gửi Test" #: src/components/modals/SendMessageModal/index.tsx:358 msgid "Send to all occurrences, or choose a specific one" -msgstr "" +msgstr "Gửi tới tất cả các ngày, hoặc chọn một ngày cụ thể" #: src/components/routes/event/messages.tsx:335 msgid "Send your first message" @@ -9939,7 +9939,7 @@ msgstr "Được gửi bởi" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:218 msgid "Sent to attendees when a scheduled date is cancelled" -msgstr "" +msgstr "Gửi cho người tham dự khi một ngày đã lên lịch bị hủy" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:216 msgid "Sent to customers when they place an order" @@ -9976,7 +9976,7 @@ msgstr "Tiêu đề SEO" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:73 msgid "September" -msgstr "" +msgstr "Tháng 9" #: src/components/forms/TaxAndFeeForm/index.tsx:62 msgid "Service Fee" @@ -9984,7 +9984,7 @@ msgstr "Phí dịch vụ" #: src/components/layouts/CheckIn/index.tsx:498 msgid "Session cancelled" -msgstr "" +msgstr "Đã hủy buổi" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:807 msgid "sessions · {dateCount} dates × {timesPerDay} times" @@ -10000,27 +10000,27 @@ msgstr "Đặt cài đặt mặc định cho các sự kiện mới được t #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Set how long each date lasts" -msgstr "" +msgstr "Đặt thời lượng của mỗi ngày" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Set or clear the date label" -msgstr "" +msgstr "Đặt hoặc xóa nhãn của ngày" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:406 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:407 msgid "Set the end time of each date to be this long after its start time." -msgstr "" +msgstr "Đặt giờ kết thúc của mỗi ngày cách giờ bắt đầu một khoảng như trên." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:217 msgid "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." msgstr "Đặt số bắt đầu cho hóa đơn. Sau khi hóa đơn được tạo, số này không thể thay đổi." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:440 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:441 msgid "Set to unlimited (remove limit)" -msgstr "" +msgstr "Đặt thành không giới hạn (bỏ giới hạn)" -#: src/components/routes/event/OccurrencesTab/index.tsx:585 +#: src/components/routes/event/OccurrencesTab/index.tsx:600 msgid "Set up a recurring schedule to automatically create dates, or add them one at a time." -msgstr "" +msgstr "Thiết lập lịch định kỳ để tự động tạo các ngày, hoặc thêm từng ngày một." #: src/components/routes/event/CheckInLists/index.tsx:35 msgid "Set up check-in lists for different entrances, sessions, or days." @@ -10029,20 +10029,20 @@ msgstr "Thiết lập danh sách check-in cho các lối vào, phiên hoặc ng #: src/components/layouts/OrganizerLayout/index.tsx:85 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:126 msgid "Set up payouts" -msgstr "" +msgstr "Thiết lập chi trả" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 msgid "Set up schedule" -msgstr "" +msgstr "Thiết lập lịch" -#: src/components/routes/event/OccurrencesTab/index.tsx:535 -#: src/components/routes/event/OccurrencesTab/index.tsx:596 +#: src/components/routes/event/OccurrencesTab/index.tsx:550 +#: src/components/routes/event/OccurrencesTab/index.tsx:611 msgid "Set Up Schedule" -msgstr "" +msgstr "Thiết lập lịch" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:92 msgid "Set up the tickets you'll sell and their prices" -msgstr "" +msgstr "Thiết lập các loại vé bạn sẽ bán và giá của chúng" #: src/components/routes/welcome/index.tsx:43 msgid "Set up your organization" @@ -10055,11 +10055,11 @@ msgstr "Thiết lập lịch trình của bạn" #: src/components/routes/welcome/index.tsx:415 msgid "Set up your schedule in the next steps" -msgstr "" +msgstr "Bạn sẽ thiết lập lịch ở các bước tiếp theo" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Set, change, or remove the date's location or online details" -msgstr "" +msgstr "Đặt, thay đổi hoặc xóa địa điểm hay thông tin trực tuyến của ngày" #: src/components/common/QuestionsTable/index.tsx:374 msgid "Setting updated" @@ -10076,7 +10076,7 @@ msgstr "Thiết lập & thiết kế" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:242 msgid "Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event." -msgstr "" +msgstr "Thiết lập chỉ mất vài phút — bạn không cần có sẵn tài khoản Stripe. Stripe lo phần thẻ, ví điện tử, phương thức thanh toán theo khu vực và chống gian lận để bạn tập trung vào sự kiện của mình." #: src/components/common/ShareIcon/index.tsx:30 #: src/components/layouts/EventHomepage/index.tsx:342 @@ -10111,15 +10111,15 @@ msgstr "Quản lý sức chứa chung" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Shift times" -msgstr "" +msgstr "Dời giờ" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:211 msgid "Shifted times for {count} date(s)" -msgstr "" +msgstr "Đã dời giờ cho {count} ngày" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:532 msgid "Show" -msgstr "" +msgstr "Hiển thị" #: src/components/common/AdvancedOptions/index.tsx:28 msgid "Show advanced options" @@ -10131,7 +10131,7 @@ msgstr "Hiển thị tất cả nền tảng ({0} có giá trị khác)" #: src/components/forms/CheckInListForm/index.tsx:196 msgid "Show attendee notes to non-logged-in staff" -msgstr "" +msgstr "Hiển thị ghi chú về người tham dự cho nhân viên chưa đăng nhập" #: src/components/forms/ProductForm/index.tsx:449 msgid "Show available product quantity" @@ -10163,19 +10163,19 @@ msgstr "Hiển thị thêm nền tảng" #: src/components/forms/CheckInListForm/index.tsx:230 msgid "Show order details to non-logged-in staff" -msgstr "" +msgstr "Hiển thị chi tiết đơn hàng cho nhân viên chưa đăng nhập" #: src/components/forms/CheckInListForm/index.tsx:213 msgid "Show question answers to non-logged-in staff" -msgstr "" +msgstr "Hiển thị câu trả lời cho nhân viên chưa đăng nhập" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:59 msgid "Show remaining capacity on event dates" -msgstr "" +msgstr "Hiển thị sức chứa còn lại trên các ngày của sự kiện" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:525 msgid "Show remaining capacity to buyers" -msgstr "" +msgstr "Hiển thị sức chứa còn lại cho người mua" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:61 msgid "Show tax and fees separately" @@ -10185,18 +10185,18 @@ msgstr "Hiển thị thuế và phí riêng biệt" msgid "Showing {0} of {totalRows} records" msgstr "Hiển thị {0} trong {totalRows} bản ghi" -#: src/components/routes/event/OccurrencesTab/index.tsx:624 +#: src/components/routes/event/OccurrencesTab/index.tsx:639 msgid "Showing {0}–{1} of {2}" -msgstr "" +msgstr "Đang hiển thị {0}–{1} trong số {2}" #: src/components/common/OccurrenceSelect/index.tsx:163 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:135 msgid "Showing {MAX_VISIBLE} of {totalAvailable} dates. Type to search." -msgstr "" +msgstr "Đang hiển thị {MAX_VISIBLE} trong số {totalAvailable} ngày. Nhập để tìm kiếm." #: src/components/modals/SendMessageModal/index.tsx:349 msgid "Showing the first {0} — the remaining {1} session(s) will still be targeted when the message is sent." -msgstr "" +msgstr "Đang hiển thị {0} mục đầu — {1} buổi còn lại vẫn nằm trong phạm vi khi tin nhắn được gửi." #: src/components/routes/admin/Announcements/index.tsx:410 msgid "Shown bouncing at the top of the modal" @@ -10204,7 +10204,7 @@ msgstr "Hiển thị nhún nhảy ở đầu cửa sổ bật lên" #: src/components/forms/CheckInListForm/index.tsx:145 msgid "Shown to staff the first time they open the check-in page." -msgstr "" +msgstr "Hiển thị cho nhân viên trong lần đầu họ mở trang check-in." #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:102 msgid "Shown to the customer after they checkout, on the order summary page." @@ -10220,7 +10220,7 @@ msgstr "Hiển thị các trường địa chỉ chung, bao gồm quốc gia" #: src/components/forms/ProductForm/ledgerSummaries.ts:60 msgid "Shows remaining" -msgstr "" +msgstr "Hiển thị số chỗ còn lại" #: src/components/routes/admin/Dashboard/index.tsx:402 msgid "Signed Up" @@ -10233,15 +10233,15 @@ msgstr "Simpson" #: src/components/modals/CreateEventModal/index.tsx:231 msgid "Single Event" -msgstr "" +msgstr "Sự kiện đơn lẻ" #: src/components/forms/QuestionForm/index.tsx:100 msgid "Single line text box" msgstr "Hộp văn bản dòng đơn" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:356 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:357 msgid "Skip manually edited dates" -msgstr "" +msgstr "Bỏ qua những ngày đã sửa thủ công" #: src/components/routes/welcome/index.tsx:559 msgid "Skip this step" @@ -10280,7 +10280,7 @@ msgstr "Đã bán" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:579 msgid "sold out" -msgstr "" +msgstr "đã bán hết" #: src/components/common/EventCard/index.tsx:125 #: src/components/common/EventDateRange/index.tsx:65 @@ -10307,7 +10307,7 @@ msgstr "Đã bán hết, có danh sách chờ" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:293 msgid "Some details are hidden from public access. Log in to view everything." -msgstr "" +msgstr "Một số chi tiết không hiển thị công khai. Hãy đăng nhập để xem đầy đủ." #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -10318,7 +10318,7 @@ msgstr "Đã xảy ra lỗi" #: src/components/common/ImageUploadDropzone/index.tsx:130 msgid "Something went wrong while deleting the image. Please try again." -msgstr "" +msgstr "Đã xảy ra lỗi khi xóa hình ảnh. Vui lòng thử lại." #: src/components/common/TaxAndFeeList/index.tsx:41 msgid "Something went wrong while deleting the Tax or Fee" @@ -10374,11 +10374,11 @@ msgstr "Người dùng cụ thể" #: src/constants/eventCategories.ts:21 msgid "Spirituality" -msgstr "" +msgstr "Tâm linh" #: src/components/forms/CheckInListForm/index.tsx:90 msgid "Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end." -msgstr "" +msgstr "Chia nhỏ việc check-in theo ngày, khu vực hoặc loại vé. Chia sẻ liên kết với nhân viên — họ không cần tài khoản." #: src/constants/eventCategories.ts:9 msgid "Sports" @@ -10386,11 +10386,11 @@ msgstr "Thể thao" #: src/components/common/CheckIn/CheckInInfoModal.tsx:84 msgid "Staff instructions" -msgstr "" +msgstr "Hướng dẫn cho nhân viên" #: src/components/modals/SelectCheckInListModal/index.tsx:48 msgid "Start check-in" -msgstr "" +msgstr "Bắt đầu check-in" #: src/components/common/AdminEventsTable/index.tsx:96 #: src/components/modals/DuplicateEventModal/index.tsx:128 @@ -10418,31 +10418,31 @@ msgstr "Giờ bắt đầu" #: src/components/common/AddressAutocomplete/index.tsx:87 msgid "Start typing a venue or address..." -msgstr "" +msgstr "Bắt đầu nhập địa điểm hoặc địa chỉ..." #: src/components/forms/ProductForm/ledgerSummaries.ts:62 msgid "Starts collapsed" -msgstr "" +msgstr "Mặc định thu gọn" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts in {diffDays} days" -msgstr "" +msgstr "Bắt đầu sau {diffDays} ngày" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:76 msgid "Starts in {diffMinutes} min" -msgstr "" +msgstr "Bắt đầu sau {diffMinutes} phút" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:86 msgid "Starts in {h}h {m}m" -msgstr "" +msgstr "Bắt đầu sau {h} giờ {m} phút" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:70 msgid "Starts in {seconds}s" -msgstr "" +msgstr "Bắt đầu sau {seconds} giây" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts tomorrow" -msgstr "" +msgstr "Bắt đầu vào ngày mai" #: src/components/common/CheckoutQuestion/index.tsx:165 #: src/components/common/LocationPicker/index.tsx:254 @@ -10462,7 +10462,7 @@ msgstr "Thống kê dựa trên ngày tạo tài khoản" #: src/components/layouts/CheckIn/BottomNav.tsx:17 msgid "Stats" -msgstr "" +msgstr "Thống kê" #: src/components/common/AdminEventsTable/index.tsx:111 #: src/components/common/AdminOrdersTable/index.tsx:85 @@ -10497,7 +10497,7 @@ msgstr "Trạng thái" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:323 msgid "Still needed" -msgstr "" +msgstr "Vẫn cần" #: src/components/common/ImpersonationBanner/index.tsx:53 msgid "Stop Impersonating" @@ -10515,7 +10515,7 @@ msgstr "Đã ngắt kết nối tài khoản Stripe." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:350 msgid "Stripe connected" -msgstr "" +msgstr "Đã kết nối Stripe" #: src/components/routes/admin/Attribution/index.tsx:135 msgid "Stripe Connected" @@ -10523,11 +10523,11 @@ msgstr "Stripe đã kết nối" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:163 msgid "Stripe connection copied from {0}." -msgstr "" +msgstr "Đã sao chép kết nối Stripe từ {0}." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:84 msgid "Stripe didn't return a setup link. Please try again." -msgstr "" +msgstr "Stripe không trả về liên kết thiết lập. Vui lòng thử lại." #: src/components/routes/admin/Messages/index.tsx:73 msgid "Stripe Not Connected" @@ -10543,11 +10543,11 @@ msgstr "Thanh toán Stripe không được kích hoạt cho sự kiện này." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:434 msgid "Stripe will need a few more details soon" -msgstr "" +msgstr "Stripe sẽ sớm cần thêm một số thông tin" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:283 msgid "Stripe will walk you through a few quick questions to finish setup." -msgstr "" +msgstr "Stripe sẽ hướng dẫn bạn qua vài câu hỏi nhanh để hoàn tất thiết lập." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:131 #: src/components/modals/SendMessageModal/index.tsx:438 @@ -10752,7 +10752,7 @@ msgstr "Lễ hội Âm nhạc Mùa hè 2025" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 msgid "Sun" -msgstr "" +msgstr "CN" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -10782,7 +10782,7 @@ msgstr "Áo thun" #: src/components/forms/ProductForm/index.tsx:214 msgid "T-shirts, mugs and more" -msgstr "" +msgstr "Áo thun, cốc và nhiều thứ khác" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:960 msgid "Tap dates like a calendar." @@ -10790,7 +10790,7 @@ msgstr "Chạm vào các ngày như trên lịch." #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:59 msgid "Tap this screen to resume scanning" -msgstr "" +msgstr "Chạm vào màn hình để tiếp tục quét" #: src/components/routes/admin/Announcements/AnnouncementTargetPicker.tsx:93 msgid "Target accounts" @@ -10802,7 +10802,7 @@ msgstr "Người dùng mục tiêu" #: src/components/modals/SendMessageModal/index.tsx:335 msgid "Targeting attendees across {0} selected sessions." -msgstr "" +msgstr "Nhắm tới người tham dự thuộc {0} buổi đã chọn." #: src/components/common/AdminOrdersTable/index.tsx:84 #: src/components/common/OrdersTable/index.tsx:269 @@ -10856,7 +10856,7 @@ msgstr "Thuế" #: src/components/forms/ProductForm/index.tsx:477 msgid "Taxes & fees" -msgstr "" +msgstr "Thuế và phí" #: src/components/common/ProductsTable/SortableProduct/index.tsx:151 msgid "Taxes & fees applied" @@ -10868,7 +10868,7 @@ msgstr "Thuế và phí" #: src/components/layouts/AuthLayout/index.tsx:23 msgid "Team collaboration" -msgstr "" +msgstr "Cộng tác nhóm" #: src/constants/eventCategories.ts:27 msgid "Tech" @@ -10892,11 +10892,11 @@ msgstr "Hãy cho chúng tôi biết về tổ chức của bạn. Thông tin nà #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1151 msgid "Tell us how often your event repeats and we'll create all the dates for you." -msgstr "" +msgstr "Cho chúng tôi biết sự kiện của bạn lặp lại bao lâu một lần và chúng tôi sẽ tạo toàn bộ các ngày giúp bạn." #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:37 msgid "Tell us your VAT registration status so we apply the correct VAT treatment to platform fees." -msgstr "" +msgstr "Cho chúng tôi biết tình trạng đăng ký VAT của bạn để áp dụng đúng cách tính VAT cho phí nền tảng." #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:194 msgid "Template Active" @@ -10930,7 +10930,7 @@ msgstr "Cảm ơn bạn đã tham dự!" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:55 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:77 msgid "Thanks," -msgstr "" +msgstr "Trân trọng," #: src/components/routes/product-widget/SelectProducts/index.tsx:292 #: src/components/routes/product-widget/SelectProducts/index.tsx:538 @@ -10943,7 +10943,7 @@ msgstr "Đó là {totalOccurrences} buổi — tối đa là {max}. Hãy rút ng #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:54 msgid "That's a wrap" -msgstr "" +msgstr "Vậy là xong" #: src/components/common/ThemeColorControls/index.tsx:62 msgid "The background color of the page. When using cover image, this is applied as an overlay." @@ -11019,7 +11019,7 @@ msgstr "Không tìm thấy nhà tổ chức bạn đang tìm kiếm. Trang có t #: src/components/modals/CreateAttendeeModal/index.tsx:277 msgid "The override is recorded in the order audit log." -msgstr "" +msgstr "Việc phê duyệt này được ghi lại trong nhật ký kiểm tra của đơn hàng." #: src/components/common/ErrorDisplay/index.tsx:18 msgid "The page you are looking for does not exist" @@ -11055,7 +11055,7 @@ msgstr "Thời gian lên lịch phải ở trong tương lai" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:52 msgid "The session for \"{title}\" originally scheduled for {0} has been rescheduled." -msgstr "" +msgstr "Buổi của “{title}”, ban đầu dự kiến vào {0}, đã được dời lịch." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:155 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:186 @@ -11090,7 +11090,7 @@ msgstr "Chủ đề & Màu sắc" #: src/components/routes/product-widget/SelectProducts/index.tsx:965 msgid "There are no products available for this date. Please choose another date." -msgstr "" +msgstr "Không có sản phẩm nào khả dụng cho ngày này. Vui lòng chọn ngày khác." #: src/components/routes/product-widget/SelectProducts/index.tsx:639 msgid "There are no products available for this event" @@ -11102,7 +11102,7 @@ msgstr "Không có sản phẩm nào trong danh mục này" #: src/components/routes/product-widget/SelectProducts/index.tsx:636 msgid "There are no upcoming dates for this event" -msgstr "" +msgstr "Sự kiện này không có ngày nào sắp tới" #: src/components/modals/RefundOrderModal/index.tsx:175 msgid "There is a refund pending. Please wait for it to complete before requesting another refund." @@ -11122,15 +11122,15 @@ msgstr "Có một lỗi khi gửi tin nhắn của bạn" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:493 msgid "These details are shown on the attendee's ticket and order summary for this date only." -msgstr "" +msgstr "Những thông tin này chỉ hiển thị trên vé và bản tóm tắt đơn hàng của người tham dự đối với ngày này." #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:168 msgid "These details will only be shown if the order is completed successfully." msgstr "Những chi tiết này chỉ hiển thị khi đơn hàng hoàn tất thành công." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:491 msgid "These details will replace any existing location on the affected dates and show on attendee tickets." -msgstr "" +msgstr "Những thông tin này sẽ thay thế địa điểm hiện có ở các ngày bị ảnh hưởng và hiển thị trên vé của người tham dự." #: src/components/forms/ProductForm/index.tsx:359 msgid "These prices apply across all dates in your schedule, and tier quantities limit total sales across all dates combined. Sale dates on tiers apply globally. You can override prices for individual dates on the <0>Occurrence Schedule page." @@ -11150,7 +11150,7 @@ msgstr "Các mẫu này sẽ ghi đè mặc định của tổ chức chỉ cho #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:59 msgid "Third" -msgstr "" +msgstr "Lần 3" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:131 msgid "This account has no completed orders, so all of its data will be permanently deleted." @@ -11166,7 +11166,7 @@ msgstr "Tài khoản này được lên lịch xóa vào <0>{scheduledDate}" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:259 msgid "This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes." -msgstr "" +msgstr "Điều này áp dụng cho mọi ngày phù hợp trong sự kiện, kể cả những ngày hiện chưa hiển thị. Người tham dự đã đăng ký ở bất kỳ ngày nào trong số đó sẽ có thể tiếp cận qua trình soạn tin nhắn khi cập nhật hoàn tất." #: src/components/common/CheckIn/CheckInOptionsModal.tsx:33 msgid "This attendee has an unpaid order." @@ -11202,7 +11202,7 @@ msgstr "Danh sách người tham dự này chưa hoạt động và không có s #: src/components/layouts/CheckIn/index.tsx:503 msgid "This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins." -msgstr "" +msgstr "Danh sách check-in này thuộc về một buổi đã bị hủy nên không còn dùng được để check-in." #: src/components/forms/AffiliateForm/index.tsx:41 msgid "This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed." @@ -11216,27 +11216,27 @@ msgstr "Kết hợp màu này có thể khó đọc đối với một số ngư #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:40 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:330 msgid "This date has {orderCount} order(s) that will be affected." -msgstr "" +msgstr "Ngày này có {orderCount} đơn hàng sẽ bị ảnh hưởng." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:423 msgid "This date has been cancelled. You can still delete it to remove it permanently." -msgstr "" +msgstr "Ngày này đã bị hủy. Bạn vẫn có thể xóa để loại bỏ vĩnh viễn." #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:457 msgid "This date is in the past. It will be created but won't be visible to attendees under upcoming dates." -msgstr "" +msgstr "Ngày này thuộc quá khứ. Ngày vẫn được tạo nhưng sẽ không hiển thị với người tham dự trong danh sách ngày sắp tới." #: src/components/modals/CreateAttendeeModal/index.tsx:273 msgid "This date is marked sold out." -msgstr "" +msgstr "Ngày này được đánh dấu là đã bán hết." #: src/components/routes/product-widget/SelectProducts/index.tsx:592 msgid "This date is no longer available. Please select another date." -msgstr "" +msgstr "Ngày này không còn khả dụng. Vui lòng chọn ngày khác." #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "This date only" -msgstr "" +msgstr "Chỉ ngày này" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:113 msgid "This disconnects {stripeAccountId} from this organizer. Paid ticket sales will stop working until you connect a Stripe account again." @@ -11252,7 +11252,7 @@ msgstr "Sự kiện này chưa có vé hoặc sản phẩm nào, vì vậy ngư #: src/components/layouts/ProductWidget/index.tsx:56 msgid "This event is not available" -msgstr "" +msgstr "Sự kiện này không khả dụng" #: src/components/common/StatusToggle/index.tsx:82 msgid "This event is not published yet" @@ -11264,7 +11264,7 @@ msgstr "Sự kiện này đã hết vé" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:106 msgid "This event's dates and times are set on the occurrence schedule." -msgstr "" +msgstr "Ngày và giờ của sự kiện này được đặt trong lịch các ngày." #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:153 msgid "This information will be shown on the payment page, order summary page, and order confirmation email." @@ -11272,7 +11272,7 @@ msgstr "Thông tin này sẽ được hiển thị trên trang thanh toán, tran #: src/components/routes/welcome/index.tsx:401 msgid "This is a recurring event" -msgstr "" +msgstr "Đây là một sự kiện định kỳ" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:157 msgid "This is an online event" @@ -11317,7 +11317,7 @@ msgstr "Tên này hiển thị cho người dùng cuối" #: src/components/modals/CreateAttendeeModal/index.tsx:267 msgid "This occurrence is at capacity" -msgstr "" +msgstr "Ngày này đã kín chỗ" #: src/components/forms/StripeCheckoutForm/index.tsx:131 msgid "This order has already been paid." @@ -11381,7 +11381,7 @@ msgstr "Sản phẩm này đã bán hết" #: src/components/forms/ProductForm/index.tsx:547 msgid "This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to." -msgstr "" +msgstr "Sản phẩm này sẽ không xuất hiện riêng trên trang sự kiện — người mua chỉ thấy nó như phần bổ sung của những sản phẩm mà nó được gắn vào." #: src/components/modals/PublishEventModal/index.tsx:104 msgid "This recurring event has no dates yet, so there's nothing for attendees to book." @@ -11407,9 +11407,9 @@ msgstr "Vé này vừa được quét. Vui lòng chờ trước khi quét lại. msgid "This user is not active, as they have not accepted their invitation." msgstr "Người dùng này không hoạt động, vì họ chưa chấp nhận lời mời của họ." -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:367 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:368 msgid "This will affect {loadedAffectedCount} date(s)." -msgstr "" +msgstr "Điều này sẽ ảnh hưởng tới {loadedAffectedCount} ngày." #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:80 msgid "This will be used for notifications and communication with your users." @@ -11433,11 +11433,11 @@ msgstr "Thao tác này sẽ xóa vĩnh viễn hoặc ẩn danh hóa tài khoản #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:107 msgid "Throughput" -msgstr "" +msgstr "Thông lượng" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 msgid "Thu" -msgstr "" +msgstr "T5" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -11518,7 +11518,7 @@ msgstr "Vé đã được gửi lại thành công" #: src/components/routes/product-widget/SelectProducts/index.tsx:631 msgid "Ticket sales have ended for this event" -msgstr "" +msgstr "Việc bán vé cho sự kiện này đã kết thúc" #: src/components/routes/event/attendees.tsx:75 msgid "Ticket Type" @@ -11565,7 +11565,7 @@ msgstr "Sản phẩm theo bậc cho phép bạn cung cấp nhiều tùy chọn g #: src/components/forms/ProductForm/index.tsx:277 msgid "Tiers" -msgstr "" +msgstr "Các bậc" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:70 msgid "TikTok" @@ -11573,7 +11573,7 @@ msgstr "TikTok" #: src/components/routes/event/OccurrencesTab/index.tsx:292 msgid "Time" -msgstr "" +msgstr "Giờ" #: src/components/layouts/Checkout/index.tsx:322 msgid "Time left:" @@ -11585,7 +11585,7 @@ msgstr "Khung giờ" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:725 msgid "Times shown in {timezoneAbbr}" -msgstr "" +msgstr "Giờ hiển thị theo {timezoneAbbr}" #: src/components/common/PromoCodeTable/index.tsx:71 msgid "Times used" @@ -11617,7 +11617,7 @@ msgstr "Tiêu đề là bắt buộc" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1008 msgid "to" -msgstr "" +msgstr "đến" #: src/components/routes/event/messages.tsx:93 msgid "To" @@ -11632,7 +11632,7 @@ msgstr "Để tăng giới hạn của bạn, hãy liên hệ với chúng tôi #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:119 #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:43 msgid "Today" -msgstr "" +msgstr "Hôm nay" #: src/components/common/ColumnVisibilityToggle/index.tsx:26 msgid "Toggle columns" @@ -11640,7 +11640,7 @@ msgstr "Chuyển đổi cột" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:46 msgid "Tomorrow" -msgstr "" +msgstr "Ngày mai" #: src/components/layouts/OrganizerLayout/index.tsx:108 msgid "Tools" @@ -11690,7 +11690,7 @@ msgstr "Tổng phí" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:299 msgid "Total fees" -msgstr "" +msgstr "Tổng phí" #: src/components/routes/event/EventDashboard/index.tsx:341 #: src/components/routes/event/OccurrenceDetail/index.tsx:212 @@ -11708,7 +11708,7 @@ msgstr "Tổng tiền đơn hàng" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:286 msgid "Total orders" -msgstr "" +msgstr "Tổng số đơn hàng" #: src/components/forms/ProductForm/index.tsx:315 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:71 @@ -11727,7 +11727,7 @@ msgstr "Tổng đã hoàn lại" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:293 msgid "Total tax" -msgstr "" +msgstr "Tổng thuế" #: src/components/routes/event/EventDashboard/index.tsx:343 #: src/components/routes/event/OccurrenceDetail/index.tsx:214 @@ -11745,7 +11745,7 @@ msgstr "Tổng lượt xem" #: src/constants/eventCategories.ts:23 msgid "Tours" -msgstr "" +msgstr "Tour tham quan" #: src/components/routes/admin/Attribution/index.tsx:32 msgid "Track account growth and performance by attribution source" @@ -11758,11 +11758,11 @@ msgstr "Theo dõi & Phân tích" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:176 msgid "Try a different search term or filter" -msgstr "" +msgstr "Hãy thử từ khóa hoặc bộ lọc khác" -#: src/components/routes/event/OccurrencesTab/index.tsx:584 +#: src/components/routes/event/OccurrencesTab/index.tsx:599 msgid "Try adjusting your filters to see more dates." -msgstr "" +msgstr "Hãy điều chỉnh bộ lọc để thấy thêm ngày." #: src/components/routes/auth/Login/index.tsx:141 #: src/components/routes/my-tickets/index.tsx:200 @@ -11775,7 +11775,7 @@ msgstr "Dùng thử Hi.Events miễn phí" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 msgid "Tue" -msgstr "" +msgstr "T3" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -11856,15 +11856,15 @@ msgstr "Không thể tham gia danh sách chờ" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:164 msgid "Unable to load attendee details." -msgstr "" +msgstr "Không tải được thông tin người tham dự." #: src/components/routes/product-widget/SelectProducts/index.tsx:330 msgid "Unable to load products for this date. Please try again." -msgstr "" +msgstr "Không tải được sản phẩm cho ngày này. Vui lòng thử lại." #: src/components/layouts/CheckIn/index.tsx:220 msgid "Unable to undo check-in" -msgstr "" +msgstr "Không thể hoàn tác check-in" #: src/components/modals/EditQuestionModal/index.tsx:84 msgid "Unable to update question. Please check the your details" @@ -11876,7 +11876,7 @@ msgstr "Tài khoản chưa phân bổ" #: src/components/layouts/CheckIn/index.tsx:255 msgid "Undo" -msgstr "" +msgstr "Hoàn tác" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:30 msgid "Unique Customers" @@ -11942,7 +11942,7 @@ msgstr "đến" #: src/components/forms/ProductForm/ledgerSummaries.ts:49 msgid "Until {end}" -msgstr "" +msgstr "Đến {end}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1059 msgid "Until a date" @@ -11950,11 +11950,11 @@ msgstr "Đến một ngày" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled product" -msgstr "" +msgstr "Sản phẩm chưa đặt tên" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled ticket" -msgstr "" +msgstr "Vé chưa đặt tên" #: src/components/common/AdminAccountsTable/index.tsx:101 msgid "Untrusted" @@ -11962,7 +11962,7 @@ msgstr "Không đáng tin cậy" #: src/components/forms/ProductForm/ledgerSummaries.ts:118 msgid "Up to {max} per order" -msgstr "" +msgstr "Tối đa {max} mỗi đơn" #: src/components/common/EventsDashboardStatusButtons/index.tsx:20 #: src/components/common/EventStatusBadge/index.tsx:16 @@ -11974,7 +11974,7 @@ msgstr "Sắp tới" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:375 msgid "Upcoming events" -msgstr "" +msgstr "Sự kiện sắp tới" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Upcoming Events" @@ -11990,11 +11990,11 @@ msgstr "Cập nhật đối tác" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Update capacity" -msgstr "" +msgstr "Cập nhật sức chứa" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:73 msgid "Update event name and description" -msgstr "" +msgstr "Cập nhật tên và mô tả sự kiện" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:74 msgid "Update event name, description and dates" @@ -12002,11 +12002,11 @@ msgstr "Cập nhật tên sự kiện, mô tả và ngày" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Update label" -msgstr "" +msgstr "Cập nhật nhãn" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Update location" -msgstr "" +msgstr "Cập nhật địa điểm" #: src/components/routes/profile/ManageProfile/index.tsx:215 msgid "Update profile" @@ -12014,11 +12014,11 @@ msgstr "Cập nhật hồ sơ" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:71 msgid "Update: {subjectTitle} — schedule changes" -msgstr "" +msgstr "Cập nhật: {subjectTitle} — thay đổi về lịch" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:48 msgid "Update: {subjectTitle} — session time changed" -msgstr "" +msgstr "Cập nhật: {subjectTitle} — giờ của buổi đã thay đổi" #: src/components/routes/admin/Announcements/index.tsx:163 msgid "Updated" @@ -12026,19 +12026,19 @@ msgstr "Đã cập nhật" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:217 msgid "Updated {count} date(s)" -msgstr "" +msgstr "Đã cập nhật {count} ngày" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:213 msgid "Updated capacity for {count} date(s)" -msgstr "" +msgstr "Đã cập nhật sức chứa cho {count} ngày" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:214 msgid "Updated label for {count} date(s)" -msgstr "" +msgstr "Đã cập nhật nhãn cho {count} ngày" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:215 msgid "Updated location for {count} date(s)" -msgstr "" +msgstr "Đã cập nhật địa điểm cho {count} ngày" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1138 msgid "Updates as you build the rule. Flip through months to sanity-check dates." @@ -12046,7 +12046,7 @@ msgstr "Cập nhật khi bạn tạo quy tắc. Lật qua các tháng để ki #: src/components/forms/ProductForm/ProductPreview.tsx:93 msgid "Updates as you type." -msgstr "" +msgstr "Cập nhật khi bạn nhập." #: src/components/routes/organizer/Settings/Sections/ImageAssetSettings/index.tsx:39 msgid "Upload a cover image for your organizer" @@ -12093,15 +12093,15 @@ msgstr "Giới hạn sử dụng" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:80 msgid "USB" -msgstr "" +msgstr "USB" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner listening" -msgstr "" +msgstr "Máy quét USB đang chờ" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner paused" -msgstr "" +msgstr "Máy quét USB đang tạm dừng" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:154 msgid "Use <0>Liquid templating to personalize your emails" @@ -12119,7 +12119,7 @@ msgstr "Sử dụng hình ảnh bìa" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:531 msgid "Use event default" -msgstr "" +msgstr "Dùng mặc định của sự kiện" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:49 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -12193,11 +12193,11 @@ msgstr "Thuế VAT" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:195 msgid "VAT country code" -msgstr "" +msgstr "Mã quốc gia VAT" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:173 msgid "VAT number" -msgstr "" +msgstr "Mã số VAT" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:212 msgid "VAT Number" @@ -12234,7 +12234,7 @@ msgstr "Thuế suất VAT" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:168 msgid "VAT registered" -msgstr "" +msgstr "Đã đăng ký VAT" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:165 #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:173 @@ -12247,7 +12247,7 @@ msgstr "Cài đặt VAT đã được lưu. Chúng tôi đang xác thực số V #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:85 msgid "VAT settings updated" -msgstr "" +msgstr "Đã cập nhật cài đặt VAT" #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:27 msgid "VAT Treatment for Platform Fees" @@ -12263,11 +12263,11 @@ msgstr "Dịch vụ xác thực VAT tạm thời không khả dụng" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:225 msgid "VAT: {0}" -msgstr "" +msgstr "VAT: {0}" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:230 msgid "VAT: not registered" -msgstr "" +msgstr "VAT: chưa đăng ký" #: src/components/common/LocationPicker/index.tsx:230 #: src/components/modals/LocationEditModal/index.tsx:140 @@ -12280,7 +12280,7 @@ msgstr "Mã xác thực" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:77 msgid "Verification email sent. Check your inbox." -msgstr "" +msgstr "Đã gửi email xác minh. Hãy kiểm tra hộp thư đến." #: src/components/routes/admin/Attribution/index.tsx:136 #: src/components/routes/admin/Dashboard/index.tsx:421 @@ -12298,7 +12298,7 @@ msgstr "Xác minh email của bạn" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:159 msgid "Verify your email so attendees can receive tickets" -msgstr "" +msgstr "Xác minh email của bạn để người tham dự có thể nhận vé" #: src/components/routes/welcome/index.tsx:189 msgid "Verifying..." @@ -12310,19 +12310,19 @@ msgstr "Tiếng Việt" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:68 msgid "View All" -msgstr "" +msgstr "Xem tất cả" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:380 msgid "View all →" -msgstr "" +msgstr "Xem tất cả →" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:424 msgid "View all capabilities" -msgstr "" +msgstr "Xem tất cả tính năng" #: src/components/modals/SelectCheckInListModal/index.tsx:87 msgid "View all check-in lists" -msgstr "" +msgstr "Xem tất cả danh sách check-in" #: src/components/routes/admin/Messages/index.tsx:108 msgid "View all messages sent across the platform" @@ -12347,7 +12347,7 @@ msgstr "Xem chi tiết" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:192 msgid "View details for {0} {1}" -msgstr "" +msgstr "Xem chi tiết của {0} {1}" #: src/components/common/AdminEventsTable/index.tsx:157 #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:58 @@ -12427,11 +12427,11 @@ msgstr "Vé VIP" #: src/components/forms/ProductForm/visibilityStatus.ts:41 msgid "Visible from {start} — hidden until sales open." -msgstr "" +msgstr "Hiển thị từ {start} — ẩn cho tới khi mở bán." #: src/components/forms/ProductForm/visibilityStatus.ts:56 msgid "Visible to everyone on the event page." -msgstr "" +msgstr "Hiển thị với mọi người trên trang sự kiện." #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:104 msgid "VK" @@ -12450,7 +12450,7 @@ msgstr "Đang chờ thanh toán" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:64 msgid "Waiting for scan…" -msgstr "" +msgstr "Đang chờ quét…" #: src/components/forms/ProductForm/index.tsx:460 #: src/components/layouts/AuthLayout/index.tsx:17 @@ -12480,7 +12480,7 @@ msgstr "Chúng tôi không thể xử lý thanh toán của bạn. Vui lòng th #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:167 msgid "We couldn't copy that Stripe connection. Please try again." -msgstr "" +msgstr "Chúng tôi không sao chép được kết nối Stripe đó. Vui lòng thử lại." #: src/components/common/ProductsTable/SortableCategory/index.tsx:56 msgid "We couldn't delete the category. Please try again." @@ -12512,7 +12512,7 @@ msgstr "Chúng tôi không thể tìm thấy đơn hàng này. Nó có thể đ #: src/hooks/useOccurrenceCheckIn.tsx:43 msgid "We couldn't load the check-in lists. Please try again." -msgstr "" +msgstr "Chúng tôi không tải được danh sách check-in. Vui lòng thử lại." #: src/components/common/ErrorLoadingMessage/index.tsx:13 msgid "We couldn't load the data. Please try again." @@ -12520,7 +12520,7 @@ msgstr "Chúng tôi không thể tải dữ liệu. Vui lòng thử lại." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:97 msgid "We couldn't reach Stripe just now. Please try again in a moment." -msgstr "" +msgstr "Hiện chúng tôi không kết nối được tới Stripe. Vui lòng thử lại sau giây lát." #: src/components/common/ProductsTable/SortableCategory/index.tsx:98 msgid "We couldn't reorder the categories. Please try again." @@ -12532,7 +12532,7 @@ msgstr "Đã xảy ra sự cố khi tải trang này. Vui lòng thử lại." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:236 msgid "We partner with Stripe to send payouts straight to your bank account." -msgstr "" +msgstr "Chúng tôi hợp tác với Stripe để chuyển tiền thẳng vào tài khoản ngân hàng của bạn." #: src/components/routes/event/TicketDesigner/index.tsx:144 msgid "We recommend a square logo with minimum dimensions of 200x200px" @@ -12549,7 +12549,7 @@ msgstr "Chúng tôi khuyến nghị kích thước 400px x 400px và dung lượ #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:158 msgid "We sent a verification link to {0}" -msgstr "" +msgstr "Chúng tôi đã gửi liên kết xác minh tới {0}" #: src/components/common/CookieConsentBanner/index.tsx:18 msgid "We use cookies to help us understand how the site is used and to improve your experience." @@ -12578,7 +12578,7 @@ msgstr "Chúng tôi sẽ thông báo cho bạn qua email nếu có chỗ trống #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:267 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:301 msgid "We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically." -msgstr "" +msgstr "Sau khi lưu, chúng tôi sẽ mở trình soạn tin nhắn với mẫu điền sẵn. Bạn xem lại rồi gửi — không có gì được gửi tự động." #: src/components/routes/product-widget/CollectInformation/index.tsx:456 msgid "We'll send your tickets to this email" @@ -12594,7 +12594,7 @@ msgstr "Chúng tôi đang xử lý đơn hàng của bạn. Đợi một chút.. #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:75 msgid "We've made changes to the schedule for \"{title}\" — {description} affecting {affectedCount} session(s)." -msgstr "" +msgstr "Chúng tôi đã thay đổi lịch của “{title}” — {description} ảnh hưởng tới {affectedCount} buổi." #: src/components/routes/welcome/index.tsx:147 msgid "We've sent a 5-digit verification code to:" @@ -12612,7 +12612,7 @@ msgstr "Webhook đã xóa thành công" #: src/components/layouts/AuthLayout/index.tsx:25 msgid "Webhook integrations" -msgstr "" +msgstr "Tích hợp webhook" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:137 #: src/components/modals/WebhookLogsModal/index.tsx:151 @@ -12650,7 +12650,7 @@ msgstr "Trang web" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 msgid "Wed" -msgstr "" +msgstr "T4" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -12659,16 +12659,16 @@ msgstr "Thứ Tư" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:88 msgid "week" -msgstr "" +msgstr "tuần" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:51 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Weekly" -msgstr "" +msgstr "Hằng tuần" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:96 msgid "weeks" -msgstr "" +msgstr "tuần" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:105 msgid "Weibo" @@ -12696,7 +12696,7 @@ msgstr "Chào mừng đến với {0}, đây là danh sách tất cả sự ki #: src/constants/eventCategories.ts:20 msgid "Wellness" -msgstr "" +msgstr "Sức khỏe" #: src/components/forms/ProductForm/index.tsx:349 msgid "What are Tiered Products?" @@ -12732,7 +12732,7 @@ msgstr "Đây là loại câu hỏi nào?" #: src/components/forms/CheckInListForm/index.tsx:172 msgid "What unauthenticated staff can see" -msgstr "" +msgstr "Nhân viên chưa đăng nhập thấy được gì" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:89 msgid "WhatsApp" @@ -12744,7 +12744,7 @@ msgstr "Khi một lượt check-in bị xóa" #: src/components/forms/WebhookForm/index.tsx:135 msgid "When a date is cancelled on a recurring event" -msgstr "" +msgstr "Khi một ngày của sự kiện định kỳ bị hủy" #: src/components/forms/WebhookForm/index.tsx:105 msgid "When a new attendee is created" @@ -12909,7 +12909,7 @@ msgstr "X (Twitter)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:90 msgid "year" -msgstr "" +msgstr "năm" #: src/components/common/OrganizerReportTable/index.tsx:59 #: src/components/common/PeriodSelector/index.tsx:38 @@ -12920,11 +12920,11 @@ msgstr "Từ đầu năm đến nay" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:53 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Yearly" -msgstr "" +msgstr "Hằng năm" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:98 msgid "years" -msgstr "" +msgstr "năm" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:191 msgid "Yes" @@ -12969,7 +12969,7 @@ msgstr "Bạn có thể tạo mã khuyến mãi nhắm mục tiêu sản phẩm #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1115 msgid "You can override this for individual dates later." -msgstr "" +msgstr "Bạn có thể tùy chỉnh riêng cho từng ngày sau." #: src/components/modals/OfferWaitlistModal/index.tsx:110 msgid "You can still manually offer tickets if needed." @@ -13035,7 +13035,7 @@ msgstr "Bạn có thuế và phí được thêm vào một sản phẩm miễn #: src/components/forms/ProductForm/ProductDrawer.tsx:57 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:728 msgid "You have unsaved changes. Are you sure you want to discard them?" -msgstr "" +msgstr "Bạn có thay đổi chưa lưu. Bạn có chắc muốn bỏ chúng không?" #: src/components/modals/SendMessageModal/index.tsx:204 msgid "You must acknowledge that this email is not promotional" @@ -13067,7 +13067,7 @@ msgstr "Bạn phải xác minh địa chỉ email trước khi cập nhật tr #: src/components/modals/CreateAttendeeModal/index.tsx:186 msgid "You need to create at least one occurrence before you can add attendees to this recurring event." -msgstr "" +msgstr "Bạn cần tạo ít nhất một ngày trước khi thêm người tham dự vào sự kiện định kỳ này." #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:355 msgid "You need to verify your account email before you can modify email templates." @@ -13087,7 +13087,7 @@ msgstr "Bạn sẽ phải đánh dấu một đơn hàng theo cách thủ công. #: src/components/modals/CreateEventModal/index.tsx:253 msgid "You'll be able to set up dates, schedules, and recurrence rules in the next step." -msgstr "" +msgstr "Bạn sẽ thiết lập được ngày, lịch và quy tắc lặp ở bước tiếp theo." #: src/components/modals/CreateCheckInListModal/index.tsx:64 msgid "You'll need a ticket before you can create a check-in list." @@ -13103,7 +13103,7 @@ msgstr "Bạn cần ít nhất một sản phẩm để bắt đầu. Miễn ph #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:254 msgid "You're changing session times" -msgstr "" +msgstr "Bạn đang thay đổi giờ của các buổi" #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:168 msgid "You're going to {0}!" @@ -13123,7 +13123,7 @@ msgstr "Bạn đã được mời một suất!" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:290 msgid "You've changed the session time" -msgstr "" +msgstr "Bạn đã thay đổi giờ của buổi" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:92 msgid "Your account has been deactivated and will be permanently deleted on <0>{0}." @@ -13264,7 +13264,7 @@ msgstr "Hoàn lại tiền của bạn đang xử lý." #: src/components/layouts/CheckIn/index.tsx:117 msgid "Your saved date filter is no longer available — showing all dates." -msgstr "" +msgstr "Bộ lọc ngày đã lưu của bạn không còn khả dụng — đang hiển thị tất cả các ngày." #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:116 msgid "Your Stripe account itself isn't affected, and no data is lost — you can reconnect at any time." @@ -13276,7 +13276,7 @@ msgstr "Vé của bạn cho" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:54 msgid "Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions." -msgstr "" +msgstr "Vé của bạn vẫn còn hiệu lực — bạn không cần làm gì trừ khi giờ mới không phù hợp. Vui lòng trả lời email này nếu bạn có thắc mắc." #: src/components/routes/product-widget/CollectInformation/index.tsx:377 msgid "Your tickets have been confirmed." diff --git a/frontend/src/locales/zh-cn.js b/frontend/src/locales/zh-cn.js index efdd23deef..6e1322b185 100644 --- a/frontend/src/locales/zh-cn.js +++ b/frontend/src/locales/zh-cn.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'暂无内容显示'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>签退成功\"],\"KMgp2+\":[[\"0\"],\"可用\"],\"Pmr5xp\":[\"成功创建 \",[\"0\"]],\"FImCSc\":[[\"0\"],\"更新成功\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" 天, \",[\"hours\"],\" 小时, \",[\"minutes\"],\" 分钟, 和 \",[\"seconds\"],\" 秒\"],\"f3RdEk\":[[\"hours\"],\" 小时, \",[\"minutes\"],\" 分钟, 和 \",[\"seconds\"],\" 秒\"],\"fyE7Au\":[[\"分\"],\"分钟和\",[\"秒\"],\"秒钟\"],\"NlQ0cx\":[[\"组织者名称\"],\"的首次活动\"],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://your-website.com\",\"qnSLLW\":\"<0>请输入不含税费的价格。<1>税费可以在下方添加。\",\"ZjMs6e\":\"<0>该产品的可用数量<1>如果该产品有相关的<2>容量限制,此值可以被覆盖。\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 分 0 秒\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"日期输入字段。非常适合询问出生日期等。\",\"6euFZ/\":[\"默认的\",[\"type\"],\"会自动应用于所有新产品。您可以为每个产品单独覆盖此设置。\"],\"SMUbbQ\":\"下拉式输入法只允许一个选择\",\"qv4bfj\":\"费用,如预订费或服务费\",\"POT0K/\":\"每个产品的固定金额。例如,每个产品$0.50\",\"f4vJgj\":\"多行文本输入\",\"OIPtI5\":\"产品价格的百分比。例如,3.5%的产品价格\",\"ZthcdI\":\"无折扣的促销代码可以用来显示隐藏的产品。\",\"AG/qmQ\":\"单选题有多个选项,但只能选择一个。\",\"h179TP\":\"活动的简短描述,将显示在搜索引擎结果中,并在社交媒体上分享时显示。默认情况下,将使用活动描述\",\"WKMnh4\":\"单行文本输入\",\"BHZbFy\":\"每个订单一个问题。例如,您的送货地址是什么?\",\"Fuh+dI\":\"每个产品一个问题。例如,您的T恤尺码是多少?\",\"RlJmQg\":\"标准税,如增值税或消费税\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"接受银行转账、支票或其他线下支付方式\",\"hrvLf4\":\"通过 Stripe 接受信用卡支付\",\"bfXQ+N\":\"接受邀请\",\"AeXO77\":\"账户\",\"lkNdiH\":\"账户名称\",\"Puv7+X\":\"账户设置\",\"OmylXO\":\"账户更新成功\",\"7L01XJ\":\"操作\",\"FQBaXG\":\"激活\",\"5T2HxQ\":\"激活日期\",\"F6pfE9\":\"活跃\",\"/PN1DA\":\"为此签到列表添加描述\",\"0/vPdA\":\"添加有关与会者的任何备注。这些将不会对与会者可见。\",\"Or1CPR\":\"添加有关与会者的任何备注...\",\"l3sZO1\":\"添加关于订单的备注。这些信息不会对客户可见。\",\"xMekgu\":\"添加关于订单的备注...\",\"PGPGsL\":\"添加描述\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"添加线下支付的说明(例如,银行转账详情、支票寄送地址、付款截止日期)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"添加新内容\",\"TZxnm8\":\"添加选项\",\"24l4x6\":\"添加产品\",\"8q0EdE\":\"将产品添加到类别\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"加税或费用\",\"goOKRY\":\"增加层级\",\"oZW/gT\":\"添加到日历\",\"pn5qSs\":\"附加信息\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"地址\",\"NY/x1b\":\"地址第 1 行\",\"POdIrN\":\"地址 1\",\"cormHa\":\"地址第 2 行\",\"gwk5gg\":\"地址第 2 行\",\"U3pytU\":\"管理员\",\"HLDaLi\":\"管理员用户可以完全访问事件和账户设置。\",\"W7AfhC\":\"本次活动的所有与会者\",\"cde2hc\":\"所有产品\",\"5CQ+r0\":\"允许与未支付订单关联的参与者签到\",\"ipYKgM\":\"允许搜索引擎索引\",\"LRbt6D\":\"允许搜索引擎索引此事件\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"令人惊叹, 活动, 关键词...\",\"hehnjM\":\"金额\",\"R2O9Rg\":[\"支付金额 (\",[\"0\"],\")\"],\"V7MwOy\":\"加载页面时出现错误\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"出现意外错误。\",\"byKna+\":\"出现意外错误。请重试。\",\"ubdMGz\":\"产品持有者的任何查询都将发送到此电子邮件地址。此地址还将用作从此活动发送的所有电子邮件的“回复至”地址\",\"aAIQg2\":\"外观\",\"Ym1gnK\":\"应用\",\"sy6fss\":[\"适用于\",[\"0\"],\"个产品\"],\"kadJKg\":\"适用于1个产品\",\"DB8zMK\":\"应用\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"将此\",[\"type\"],\"应用于所有新产品\"],\"S0ctOE\":\"归档活动\",\"TdfEV7\":\"已归档\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"您确定要激活该与会者吗?\",\"TvkW9+\":\"您确定要归档此活动吗?\",\"/CV2x+\":\"您确定要取消该与会者吗?这将使其门票作废\",\"YgRSEE\":\"您确定要删除此促销代码吗?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"您确定要将此活动设为草稿吗?这将使公众无法看到该活动\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"您确定要恢复此活动吗?它将作为草稿恢复。\",\"vJuISq\":\"您确定要删除此容量分配吗?\",\"baHeCz\":\"您确定要删除此签到列表吗?\",\"LBLOqH\":\"每份订单询问一次\",\"wu98dY\":\"每个产品询问一次\",\"ss9PbX\":\"参与者\",\"m0CFV2\":\"与会者详情\",\"QKim6l\":\"未找到参与者\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"参会者票\",\"9SZT4E\":\"参与者\",\"iPBfZP\":\"注册的参会者\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"自动调整大小\",\"vZ5qKF\":\"根据内容自动调整小部件高度。禁用时,小部件将填充容器的高度。\",\"4lVaWA\":\"等待线下付款\",\"2rHwhl\":\"等待线下付款\",\"3wF4Q/\":\"等待付款\",\"ioG+xt\":\"等待付款\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"返回活动页面\",\"VCoEm+\":\"返回登录\",\"k1bLf+\":\"背景颜色\",\"I7xjqg\":\"背景类型\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"账单地址\",\"/xC/im\":\"账单设置\",\"rp/zaT\":\"巴西葡萄牙语\",\"whqocw\":\"注册即表示您同意我们的<0>服务条款和<1>隐私政策。\",\"bcCn6r\":\"计算类型\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"取消\",\"Gjt/py\":\"取消更改电子邮件\",\"tVJk4q\":\"取消订单\",\"Os6n2a\":\"取消订单\",\"Mz7Ygx\":[\"取消订单 \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"已取消\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"容量\",\"V6Q5RZ\":\"容量分配创建成功\",\"k5p8dz\":\"容量分配删除成功\",\"nDBs04\":\"容量管理\",\"ddha3c\":\"类别允许您将产品分组。例如,您可以有一个“门票”类别和另一个“商品”类别。\",\"iS0wAT\":\"类别帮助您组织产品。此标题将在公共活动页面上显示。\",\"eorM7z\":\"类别重新排序成功。\",\"3EXqwa\":\"类别创建成功\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"更改密码\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"签到 \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"签到并标记订单为已付款\",\"QYLpB4\":\"仅签到\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"看看这个活动吧!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"签到列表删除成功\",\"+hBhWk\":\"签到列表已过期\",\"mBsBHq\":\"签到列表未激活\",\"vPqpQG\":\"未找到签到列表\",\"tejfAy\":\"签到列表\",\"hD1ocH\":\"签到链接已复制到剪贴板\",\"CNafaC\":\"复选框选项允许多重选择\",\"SpabVf\":\"复选框\",\"CRu4lK\":\"已签到\",\"znIg+z\":\"结账\",\"1WnhCL\":\"结账设置\",\"6imsQS\":\"简体中文\",\"JjkX4+\":\"选择背景颜色\",\"/Jizh9\":\"选择账户\",\"3wV73y\":\"城市\",\"FG98gC\":\"清除搜索文本\",\"EYeuMv\":\"click here\",\"sby+1/\":\"点击复制\",\"yz7wBu\":\"关闭\",\"62Ciis\":\"关闭侧边栏\",\"EWPtMO\":\"代码\",\"ercTDX\":\"代码长度必须在 3 至 50 个字符之间\",\"oqr9HB\":\"当活动页面初始加载时折叠此产品\",\"jZlrte\":\"颜色\",\"Vd+LC3\":\"颜色必须是有效的十六进制颜色代码。例如#ffffff\",\"1HfW/F\":\"颜色\",\"VZeG/A\":\"即将推出\",\"yPI7n9\":\"以逗号分隔的描述活动的关键字。搜索引擎将使用这些关键字来帮助对活动进行分类和索引\",\"NPZqBL\":\"完整订单\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"完成付款\",\"qqWcBV\":\"已完成\",\"6HK5Ct\":\"已完成订单\",\"NWVRtl\":\"已完成订单\",\"DwF9eH\":\"组件代码\",\"Tf55h7\":\"已配置折扣\",\"7VpPHA\":\"确认\",\"ZaEJZM\":\"确认电子邮件更改\",\"yjkELF\":\"确认新密码\",\"xnWESi\":\"确认密码\",\"p2/GCq\":\"确认密码\",\"wnDgGj\":\"确认电子邮件地址...\",\"pbAk7a\":\"连接条纹\",\"UMGQOh\":\"与 Stripe 连接\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"连接详情\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"继续\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"继续按钮文字\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"复制的\",\"T5rdis\":\"复制到剪贴板\",\"he3ygx\":\"复制\",\"r2B2P8\":\"复制签到链接\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"复制链接\",\"E6nRW7\":\"复制 URL\",\"JNCzPW\":\"国家\",\"IF7RiR\":\"封面\",\"hYgDIe\":\"创建\",\"b9XOHo\":[\"创建 \",[\"0\"]],\"k9RiLi\":\"创建一个产品\",\"6kdXbW\":\"创建促销代码\",\"n5pRtF\":\"创建票单\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"创建一个组织者\",\"ipP6Ue\":\"创建与会者\",\"VwdqVy\":\"创建容量分配\",\"EwoMtl\":\"创建类别\",\"XletzW\":\"创建类别\",\"WVbTwK\":\"创建签到列表\",\"uN355O\":\"创建活动\",\"BOqY23\":\"创建新的\",\"kpJAeS\":\"创建组织器\",\"a0EjD+\":\"创建产品\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"创建促销代码\",\"B3Mkdt\":\"创建问题\",\"UKfi21\":\"创建税费\",\"d+F6q9\":\"已创建\",\"Q2lUR2\":\"货币\",\"DCKkhU\":\"当前密码\",\"uIElGP\":\"自定义地图 URL\",\"UEqXyt\":\"自定义范围\",\"876pfE\":\"客户\",\"QOg2Sf\":\"自定义此事件的电子邮件和通知设置\",\"Y9Z/vP\":\"定制活动主页和结账信息\",\"2E2O5H\":\"自定义此事件的其他设置\",\"iJhSxe\":\"自定义此事件的搜索引擎优化设置\",\"KIhhpi\":\"定制您的活动页面\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"危险区\",\"ZQKLI1\":\"危险区\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"日期\",\"JvUngl\":\"日期和时间\",\"JJhRbH\":\"第一天容量\",\"cnGeoo\":\"删除\",\"jRJZxD\":\"删除容量\",\"VskHIx\":\"删除类别\",\"Qrc8RZ\":\"删除签到列表\",\"WHf154\":\"删除代码\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"说明\",\"YC3oXa\":\"签到工作人员的描述\",\"URmyfc\":\"详细信息\",\"1lRT3t\":\"禁用此容量将跟踪销售情况,但不会在达到限制时停止销售\",\"H6Ma8Z\":\"折扣\",\"ypJ62C\":\"折扣率\",\"3LtiBI\":[[\"0\"],\"中的折扣\"],\"C8JLas\":\"折扣类型\",\"1QfxQT\":\"Dismiss\",\"DZlSLn\":\"文档标签\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"下载 .ics\",\"kodV18\":\"下载 CSV\",\"CELKku\":\"下载发票\",\"LQrXcu\":\"下载发票\",\"QIodqd\":\"下载二维码\",\"yhjU+j\":\"正在下载发票\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"下拉选择\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"复制活动\",\"3ogkAk\":\"复制活动\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"复制选项\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"早起的鸟儿\",\"ePK91l\":\"编辑\",\"N6j2JH\":[\"编辑 \",[\"0\"]],\"kBkYSa\":\"编辑容量\",\"oHE9JT\":\"编辑容量分配\",\"j1Jl7s\":\"编辑类别\",\"FU1gvP\":\"编辑签到列表\",\"iFgaVN\":\"编辑代码\",\"jrBSO1\":\"编辑组织器\",\"tdD/QN\":\"编辑产品\",\"n143Tq\":\"编辑产品类别\",\"9BdS63\":\"编辑促销代码\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"编辑问题\",\"poTr35\":\"编辑用户\",\"GTOcxw\":\"编辑用户\",\"pqFrv2\":\"例如2.50 换 2.50\",\"3yiej1\":\"例如23.5 表示 23.5%\",\"O3oNi5\":\"电子邮件\",\"VxYKoK\":\"电子邮件和通知设置\",\"ATGYL1\":\"电子邮件地址\",\"hzKQCy\":\"电子邮件地址\",\"HqP6Qf\":\"电子邮件更改已成功取消\",\"mISwW1\":\"电子邮件更改待定\",\"APuxIE\":\"重新发送电子邮件确认\",\"YaCgdO\":\"成功重新发送电子邮件确认\",\"jyt+cx\":\"电子邮件页脚信息\",\"I6F3cp\":\"电子邮件未经验证\",\"NTZ/NX\":\"嵌入代码\",\"4rnJq4\":\"嵌入脚本\",\"8oPbg1\":\"启用发票功能\",\"j6w7d/\":\"启用此容量以在达到限制时停止产品销售\",\"VFv2ZC\":\"结束日期\",\"237hSL\":\"完工\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"英语\",\"MhVoma\":\"输入不含税费的金额。\",\"SlfejT\":\"错误\",\"3Z223G\":\"确认电子邮件地址出错\",\"a6gga1\":\"确认更改电子邮件时出错\",\"5/63nR\":\"欧元\",\"0pC/y6\":\"活动\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"活动日期\",\"0Zptey\":\"事件默认值\",\"QcCPs8\":\"活动详情\",\"6fuA9p\":\"事件成功复制\",\"AEuj2m\":\"活动主页\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"活动地点和场地详情\",\"OopDbA\":\"Event page\",\"4/If97\":\"活动状态更新失败。请稍后再试\",\"btxLWj\":\"事件状态已更新\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"活动\",\"sZg7s1\":\"过期日期\",\"KnN1Tu\":\"到期\",\"uaSvqt\":\"有效期\",\"GS+Mus\":\"出口\",\"9xAp/j\":\"取消与会者失败\",\"ZpieFv\":\"取消订单失败\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"下载发票失败。请重试。\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"加载签到列表失败\",\"ZQ15eN\":\"重新发送票据电子邮件失败\",\"ejXy+D\":\"产品排序失败\",\"PLUB/s\":\"费用\",\"/mfICu\":\"费用\",\"LyFC7X\":\"筛选订单\",\"cSev+j\":\"筛选器\",\"CVw2MU\":[\"筛选器 (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"第一张发票号码\",\"V1EGGU\":\"姓名\",\"kODvZJ\":\"姓名\",\"S+tm06\":\"名字必须在 1 至 50 个字符之间\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"首次使用\",\"TpqW74\":\"固定式\",\"irpUxR\":\"固定金额\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"忘记密码?\",\"2POOFK\":\"免费\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"法语\",\"Weq9zb\":\"General\",\"DDcvSo\":\"德国\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"返回个人资料\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"谷歌日历\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"销售总额\",\"yRg26W\":\"总销售额\",\"R4r4XO\":\"宾客\",\"26pGvx\":\"有促销代码吗?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"这是如何在应用程序中使用该组件的示例。\",\"Y1SSqh\":\"这是您可以用来在应用程序中嵌入小部件的 React 组件。\",\"QuhVpV\":[\"你好 \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"隐藏于公众视线之外\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"隐藏问题只有活动组织者可以看到,客户看不到。\",\"vLyv1R\":\"隐藏\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"在销售结束日期后隐藏产品\",\"06s3w3\":\"在销售开始日期前隐藏产品\",\"axVMjA\":\"除非用户有适用的促销代码,否则隐藏产品\",\"ySQGHV\":\"售罄时隐藏产品\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"对客户隐藏此产品\",\"Da29Y6\":\"隐藏此问题\",\"fvDQhr\":\"向用户隐藏此层级\",\"lNipG+\":\"隐藏产品将防止用户在活动页面上看到它。\",\"ZOBwQn\":\"主页设计\",\"PRuBTd\":\"主页设计器\",\"YjVNGZ\":\"主页预览\",\"c3E/kw\":\"荷马\",\"8k8Njd\":\"客户有多少分钟来完成订单。我们建议至少 15 分钟\",\"ySxKZe\":\"这个代码可以使用多少次?\",\"dZsDbK\":[\"HTML字符限制已超出:\",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"我同意<0>条款和条件。\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"如果启用,登记工作人员可以将与会者标记为已登记或将订单标记为已支付并登记与会者。如果禁用,关联未支付订单的与会者无法登记。\",\"muXhGi\":\"如果启用,当有新订单时,组织者将收到电子邮件通知\",\"6fLyj/\":\"如果您没有要求更改密码,请立即更改密码。\",\"n/ZDCz\":\"图像已成功删除\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"图片上传成功\",\"VyUuZb\":\"图片网址\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"不活动\",\"T0K0yl\":\"非活动用户无法登录。\",\"kO44sp\":\"包含您的在线活动的连接详细信息。这些信息将在订单摘要页面和参会者门票页面显示。\",\"FlQKnG\":\"价格中包含税费\",\"Vi+BiW\":[\"包括\",[\"0\"],\"个产品\"],\"lpm0+y\":\"包括1个产品\",\"UiAk5P\":\"插入图片\",\"OyLdaz\":\"再次发出邀请!\",\"HE6KcK\":\"撤销邀请!\",\"SQKPvQ\":\"邀请用户\",\"bKOYkd\":\"发票下载成功\",\"alD1+n\":\"发票备注\",\"kOtCs2\":\"发票编号\",\"UZ2GSZ\":\"发票设置\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"项目\",\"KFXip/\":\"约翰\",\"XcgRvb\":\"约翰逊\",\"87a/t/\":\"标签\",\"vXIe7J\":\"语言\",\"2LMsOq\":\"过去 12 个月\",\"vfe90m\":\"过去 14 天\",\"aK4uBd\":\"过去 24 小时\",\"uq2BmQ\":\"过去 30 天\",\"bB6Ram\":\"过去 48 小时\",\"VlnB7s\":\"过去 6 个月\",\"ct2SYD\":\"过去 7 天\",\"XgOuA7\":\"过去 90 天\",\"I3yitW\":\"最后登录\",\"1ZaQUH\":\"姓氏\",\"UXBCwc\":\"姓氏\",\"tKCBU0\":\"最近一次使用\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"留空以使用默认词“发票”\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"加载中...\",\"wJijgU\":\"地点\",\"sQia9P\":\"登录\",\"zUDyah\":\"登录\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"注销\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"在结账时强制要求填写账单地址\",\"MU3ijv\":\"将此问题作为必答题\",\"wckWOP\":\"管理\",\"onpJrA\":\"管理与会者\",\"n4SpU5\":\"管理活动\",\"WVgSTy\":\"管理订单\",\"1MAvUY\":\"管理此活动的支付和发票设置。\",\"cQrNR3\":\"管理简介\",\"AtXtSw\":\"管理可以应用于您的产品的税费\",\"ophZVW\":\"管理机票\",\"DdHfeW\":\"管理账户详情和默认设置\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"管理用户及其权限\",\"1m+YT2\":\"在顾客结账前,必须回答必填问题。\",\"Dim4LO\":\"手动添加与会者\",\"e4KdjJ\":\"手动添加与会者\",\"vFjEnF\":\"标记为已支付\",\"g9dPPQ\":\"每份订单的最高限额\",\"l5OcwO\":\"与会者留言\",\"Gv5AMu\":\"留言参与者\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"留言买家\",\"tNZzFb\":\"消息内容\",\"lYDV/s\":\"给个别与会者留言\",\"V7DYWd\":\"发送的信息\",\"t7TeQU\":\"信息\",\"xFRMlO\":\"每次订购的最低数量\",\"QYcUEf\":\"最低价格\",\"RDie0n\":\"其他\",\"mYLhkl\":\"杂项设置\",\"KYveV8\":\"多行文本框\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"我的精彩活动描述\",\"vX8/tc\":\"我的精彩活动标题...\",\"hKtWk2\":\"我的简介\",\"fj5byd\":\"不适用\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"名称\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"导航至与会者\",\"qqeAJM\":\"从不\",\"7vhWI8\":\"新密码\",\"1UzENP\":\"否\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"没有可显示的已归档活动。\",\"q2LEDV\":\"未找到此订单的参会者。\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"无与会者\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"没有容量分配\",\"a/gMx2\":\"没有签到列表\",\"tMFDem\":\"无可用数据\",\"6Z/F61\":\"无数据显示。请选择日期范围\",\"fFeCKc\":\"无折扣\",\"HFucK5\":\"没有可显示的已结束活动。\",\"yAlJXG\":\"无事件显示\",\"GqvPcv\":\"没有可用筛选器\",\"KPWxKD\":\"无信息显示\",\"J2LkP8\":\"无订单显示\",\"RBXXtB\":\"当前没有可用的支付方式。请联系活动组织者以获取帮助。\",\"ZWEfBE\":\"无需支付\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"此类别中没有可用的产品。\",\"FTfObB\":\"尚无产品\",\"+Y976X\":\"无促销代码显示\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"无结果\",\"gk5uwN\":\"没有搜索结果\",\"RHyZUL\":\"没有搜索结果。\",\"RY2eP1\":\"未加收任何税费。\",\"EdQY6l\":\"无\",\"OJx3wK\":\"不详\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"备注\",\"jtrY3S\":\"暂无显示内容\",\"hFwWnI\":\"通知设置\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"将新订单通知组织者\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"允许支付的天数(留空以从发票中省略付款条款)\",\"n86jmj\":\"号码前缀\",\"mwe+2z\":\"线下订单在标记为已支付之前不会反映在活动统计中。\",\"dWBrJX\":\"线下支付失败。请重试或联系活动组织者。\",\"fcnqjw\":\"离线支付说明\",\"+eZ7dp\":\"线下支付\",\"ojDQlR\":\"线下支付信息\",\"u5oO/W\":\"线下支付设置\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"销售中\",\"Ug4SfW\":\"创建事件后,您就可以在这里看到它。\",\"ZxnK5C\":\"一旦开始收集数据,您将在这里看到。\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"持续进行\",\"z+nuVJ\":\"Online event\",\"WKHW0N\":\"在线活动详情\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"打开签到页面\",\"OdnLE4\":\"打开侧边栏\",\"ZZEYpT\":[\"方案 \",[\"i\"]],\"oPknTP\":\"所有发票上显示的可选附加信息(例如,付款条款、逾期付款费用、退货政策)\",\"OrXJBY\":\"发票编号的可选前缀(例如,INV-)\",\"0zpgxV\":\"选项\",\"BzEFor\":\"或\",\"UYUgdb\":\"订购\",\"mm+eaX\":\"Order #\",\"B3gPuX\":\"取消订单\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"订购日期\",\"Tol4BF\":\"订购详情\",\"WbImlQ\":\"订单已取消,并已通知订单所有者。\",\"nAn4Oe\":\"订单已标记为已支付\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"订购参考\",\"acIJ41\":\"订单状态\",\"GX6dZv\":\"订单摘要\",\"tDTq0D\":\"订单超时\",\"1h+RBg\":\"订单\",\"3y+V4p\":\"组织地址\",\"GVcaW6\":\"组织详细信息\",\"nfnm9D\":\"组织名称\",\"G5RhpL\":\"主办方\",\"mYygCM\":\"需要组织者\",\"Pa6G7v\":\"组织者姓名\",\"l894xP\":\"组织者只能管理活动和产品。他们无法管理用户、账户设置或账单信息。\",\"fdjq4c\":\"内边距\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"页面未找到\",\"QbrUIo\":\"页面浏览量\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"付讫\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"部分退款\",\"8ZsakT\":\"密码\",\"TUJAyx\":\"密码必须至少包含 8 个字符\",\"vwGkYB\":\"密码必须至少包含 8 个字符\",\"BLTZ42\":\"密码重置成功。请使用新密码登录。\",\"f7SUun\":\"密码不一样\",\"aEDp5C\":\"将此粘贴到您希望小部件显示的位置。\",\"+23bI/\":\"帕特里克\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"付款方式\",\"Lg+ewC\":\"支付和发票\",\"DZjk8u\":\"支付和发票设置\",\"lflimf\":\"付款期限\",\"JhtZAK\":\"付款失败\",\"JEdsvQ\":\"支付说明\",\"bLB3MJ\":\"支付方式\",\"QzmQBG\":\"支付提供商\",\"lsxOPC\":\"已收到付款\",\"wJTzyi\":\"支付状态\",\"xgav5v\":\"付款成功!\",\"R29lO5\":\"付款条款\",\"/roQKz\":\"百分比\",\"vPJ1FI\":\"百分比 金额\",\"xdA9ud\":\"将此放置在您网站的 中。\",\"blK94r\":\"请至少添加一个选项\",\"FJ9Yat\":\"请检查所提供的信息是否正确\",\"TkQVup\":\"请检查您的电子邮件和密码并重试\",\"sMiGXD\":\"请检查您的电子邮件是否有效\",\"Ajavq0\":\"请检查您的电子邮件以确认您的电子邮件地址\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"请在新标签页中继续\",\"hcX103\":\"请创建一个产品\",\"cdR8d6\":\"请创建一张票\",\"x2mjl4\":\"请输入指向图像的有效图片网址。\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"请注意\",\"C63rRe\":\"请返回活动页面重新开始。\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"请选择至少一个产品\",\"igBrCH\":\"请验证您的电子邮件地址,以访问所有功能\",\"/IzmnP\":\"请稍候,我们正在准备您的发票...\",\"MOERNx\":\"葡萄牙语\",\"qCJyMx\":\"结账后信息\",\"g2UNkE\":\"技术支持\",\"Rs7IQv\":\"结账前信息\",\"rdUucN\":\"预览\",\"a7u1N9\":\"价格\",\"CmoB9j\":\"价格显示模式\",\"BI7D9d\":\"未设置价格\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"主色调\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"主要文字颜色\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"打印所有门票\",\"DKwDdj\":\"打印票\",\"K47k8R\":\"产品\",\"1JwlHk\":\"产品类别\",\"U61sAj\":\"产品类别更新成功。\",\"1USFWA\":\"产品删除成功\",\"4Y2FZT\":\"产品价格类型\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"产品销售\",\"U/R4Ng\":\"产品等级\",\"sJsr1h\":\"产品类型\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"产品\",\"N0qXpE\":\"产品\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"已售产品\",\"/u4DIx\":\"已售产品\",\"DJQEZc\":\"产品排序成功\",\"vERlcd\":\"简介\",\"kUlL8W\":\"成功更新个人资料\",\"cl5WYc\":[\"已使用促销 \",[\"promo_code\"],\" 代码\"],\"P5sgAk\":\"促销代码\",\"yKWfjC\":\"促销代码页面\",\"RVb8Fo\":\"促销代码\",\"BZ9GWa\":\"促销代码可用于提供折扣、预售权限或为您的活动提供特殊权限。\",\"OP094m\":\"促销代码报告\",\"4kyDD5\":\"为此问题提供额外的上下文或说明。使用此字段添加条款\\n和条件、指南或参与者在回答前需要了解的任何重要信息。\",\"toutGW\":\"二维码\",\"LkMOWF\":\"可用数量\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"问题已删除\",\"avf0gk\":\"问题描述\",\"oQvMPn\":\"问题标题\",\"enzGAL\":\"问题\",\"ROv2ZT\":\"问与答\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"无线电选项\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"受援国\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"退款失败\",\"n10yGu\":\"退款订单\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"退款处理中\",\"xHpVRl\":\"退款状态\",\"/BI0y9\":\"退款\",\"fgLNSM\":\"注册\",\"9+8Vez\":\"剩余使用次数\",\"tasfos\":\"去除\",\"t/YqKh\":\"移除\",\"t9yxlZ\":\"报告\",\"prZGMe\":\"要求账单地址\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"重新发送电子邮件确认\",\"wIa8Qe\":\"重新发送邀请\",\"VeKsnD\":\"重新发送订单电子邮件\",\"dFuEhO\":\"重新发送门票邮件\",\"o6+Y6d\":\"重新发送...\",\"OfhWJH\":\"重置\",\"RfwZxd\":\"重置密码\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"恢复活动\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"返回活动页面\",\"8YBH95\":\"收入\",\"PO/sOY\":\"撤销邀请\",\"GDvlUT\":\"角色\",\"ELa4O9\":\"销售结束日期\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"销售开始日期\",\"hBsw5C\":\"销售结束\",\"kpAzPe\":\"销售开始\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"节省\",\"IUwGEM\":\"保存更改\",\"U65fiW\":\"保存组织器\",\"UGT5vp\":\"保存设置\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"按与会者姓名、电子邮件或订单号搜索...\",\"+pr/FY\":\"按活动名称搜索...\",\"3zRbWw\":\"按姓名、电子邮件或订单号搜索...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"按名称搜索...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"搜索容量分配...\",\"r9M1hc\":\"搜索签到列表...\",\"+0Yy2U\":\"搜索产品\",\"YIix5Y\":\"搜索...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"次要颜色\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"次要文字颜色\",\"02ePaq\":[\"选择 \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"选择类别...\",\"kWI/37\":\"选择组织者\",\"ixIx1f\":\"选择产品\",\"3oSV95\":\"选择产品等级\",\"C4Y1hA\":\"选择产品\",\"hAjDQy\":\"选择状态\",\"QYARw/\":\"选择机票\",\"OMX4tH\":\"选择票\",\"DrwwNd\":\"选择时间段\",\"O/7I0o\":\"选择...\",\"JlFcis\":\"发送\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"发送信息\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"发送消息\",\"D7ZemV\":\"发送订单确认和票务电子邮件\",\"v1rRtW\":\"发送测试\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"搜索引擎优化说明\",\"/SIY6o\":\"搜索引擎优化关键词\",\"GfWoKv\":\"搜索引擎优化设置\",\"rXngLf\":\"搜索引擎优化标题\",\"/jZOZa\":\"服务费\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"设置发票编号的起始编号。一旦发票生成,就无法更改。\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"设置\",\"Z8lGw6\":\"分享\",\"B2V3cA\":\"分享活动\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Show\",\"V0SbFp\":\"显示可用产品数量\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"显示更多\",\"izwOOD\":\"单独显示税费\",\"1SbbH8\":\"结账后显示给客户,在订单摘要页面。\",\"YfHZv0\":\"在顾客结账前向他们展示\",\"CBBcly\":\"显示常用地址字段,包括国家\",\"yTnnYg\":\"辛普森\",\"TNaCfq\":\"单行文本框\",\"+P0Cn2\":\"跳过此步骤\",\"YSEnLE\":\"史密斯\",\"lgFfeO\":\"售罄\",\"Mi1rVn\":\"售罄\",\"nwtY4N\":\"出了点问题\",\"GRChTw\":\"删除税费时出了问题\",\"YHFrbe\":\"出错了!请重试\",\"kf83Ld\":\"出问题了\",\"fWsBTs\":\"出错了。请重试。\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"对不起,此优惠代码不可用\",\"65A04M\":\"西班牙语\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"开始日期\",\"/2by1f\":\"州或地区\",\"uAQUqI\":\"状态\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"此活动未启用 Stripe 支付。\",\"UJmAAK\":\"主题\",\"X2rrlw\":\"小计\",\"zzDlyQ\":\"成功\",\"b0HJ45\":[\"成功!\",[\"0\"],\" 将很快收到一封电子邮件。\"],\"BJIEiF\":[\"成功 \",[\"0\"],\" 参会者\"],\"OtgNFx\":\"成功确认电子邮件地址\",\"IKwyaF\":\"成功确认电子邮件更改\",\"zLmvhE\":\"成功创建与会者\",\"gP22tw\":\"产品创建成功\",\"9mZEgt\":\"成功创建促销代码\",\"aIA9C4\":\"成功创建问题\",\"J3RJSZ\":\"成功更新与会者\",\"3suLF0\":\"容量分配更新成功\",\"Z+rnth\":\"签到列表更新成功\",\"vzJenu\":\"成功更新电子邮件设置\",\"7kOMfV\":\"成功更新活动\",\"G0KW+e\":\"成功更新主页设计\",\"k9m6/E\":\"成功更新主页设置\",\"y/NR6s\":\"成功更新位置\",\"73nxDO\":\"成功更新杂项设置\",\"4H80qv\":\"订单更新成功\",\"6xCBVN\":\"支付和发票设置已成功更新\",\"1Ycaad\":\"产品更新成功\",\"70dYC8\":\"成功更新促销代码\",\"F+pJnL\":\"成功更新搜索引擎设置\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"支持电子邮件\",\"uRfugr\":\"T恤衫\",\"JpohL9\":\"税收\",\"geUFpZ\":\"税费\",\"dFHcIn\":\"税务详情\",\"wQzCPX\":\"所有发票底部显示的税务信息(例如,增值税号、税务注册号)\",\"0RXCDo\":\"成功删除税费\",\"ZowkxF\":\"税收\",\"qu6/03\":\"税费\",\"gypigA\":\"促销代码无效\",\"5ShqeM\":\"您查找的签到列表不存在。\",\"QXlz+n\":\"事件的默认货币。\",\"mnafgQ\":\"事件的默认时区。\",\"o7s5FA\":\"与会者接收电子邮件的语言。\",\"NlfnUd\":\"您点击的链接无效。\",\"HsFnrk\":[[\"0\"],\"的最大产品数量是\",[\"1\"]],\"TSAiPM\":\"您要查找的页面不存在\",\"MSmKHn\":\"显示给客户的价格将包括税费。\",\"6zQOg1\":\"显示给客户的价格不包括税费。税费将单独显示\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"活动标题,将显示在搜索引擎结果中,并在社交媒体上分享时显示。默认情况下,将使用事件标题\",\"wDx3FF\":\"此活动没有可用产品\",\"pNgdBv\":\"此类别中没有可用产品\",\"rMcHYt\":\"退款正在处理中。请等待退款完成后再申请退款。\",\"F89D36\":\"标记订单为已支付时出错\",\"68Axnm\":\"处理您的请求时出现错误。请重试。\",\"mVKOW6\":\"发送信息时出现错误\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"此参与者有未付款的订单。\",\"mf3FrP\":\"此类别尚无任何产品。\",\"8QH2Il\":\"此类别对公众隐藏\",\"xxv3BZ\":\"此签到列表已过期\",\"Sa7w7S\":\"此签到列表已过期,不再可用于签到。\",\"Uicx2U\":\"此签到列表已激活\",\"1k0Mp4\":\"此签到列表尚未激活\",\"K6fmBI\":\"此签到列表尚未激活,不能用于签到。\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"这些信息将显示在支付页面、订单摘要页面和订单确认电子邮件中。\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"这是一项在线活动\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"此信息将包含在本次活动发送的所有电子邮件的页脚中\",\"55i7Fa\":\"此消息仅在订单成功完成后显示。等待付款的订单不会显示此消息。\",\"RjwlZt\":\"此订单已付款。\",\"5K8REg\":\"此订单已退款。\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"此订单已取消。\",\"Q0zd4P\":\"此订单已过期。请重新开始。\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"此订单已完成。\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"此订购页面已不可用。\",\"i0TtkR\":\"这将覆盖所有可见性设置,并将该产品对所有客户隐藏。\",\"cRRc+F\":\"此产品无法删除,因为它与订单关联。您可以将其隐藏。\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"此重置密码链接无效或已过期。\",\"IV9xTT\":\"该用户未激活,因为他们没有接受邀请。\",\"5AnPaO\":\"入场券\",\"kjAL4v\":\"门票\",\"dtGC3q\":\"门票电子邮件已重新发送给与会者\",\"54q0zp\":\"门票\",\"xN9AhL\":[[\"0\"],\"级\"],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"分层产品允许您为同一产品提供多种价格选项。这非常适合早鸟产品,或为不同人群提供不同的价格选项。\\\" # zh-cn\",\"nn3mSR\":\"剩余时间:\",\"s/0RpH\":\"使用次数\",\"y55eMd\":\"使用次数\",\"40Gx0U\":\"时区\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"标题\",\"xdA/+p\":\"工具\",\"72c5Qo\":\"总计\",\"YXx+fG\":\"折扣前总计\",\"NRWNfv\":\"折扣总金额\",\"BxsfMK\":\"总费用\",\"2bR+8v\":\"总销售额\",\"mpB/d9\":\"订单总额\",\"m3FM1g\":\"退款总额\",\"jEbkcB\":\"退款总额\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"总税额\",\"+zy2Nq\":\"类型\",\"FMdMfZ\":\"无法签到参与者\",\"bPWBLL\":\"无法签退参与者\",\"9+P7zk\":\"无法创建产品。请检查您的详细信息\",\"WLxtFC\":\"无法创建产品。请检查您的详细信息\",\"/cSMqv\":\"无法创建问题。请检查您的详细信息\",\"MH/lj8\":\"无法更新问题。请检查您的详细信息\",\"nnfSdK\":\"独立客户\",\"Mqy/Zy\":\"美国\",\"NIuIk1\":\"无限制\",\"/p9Fhq\":\"无限供应\",\"E0q9qH\":\"允许无限次使用\",\"h10Wm5\":\"未付款订单\",\"ia8YsC\":\"即将推出\",\"TlEeFv\":\"即将举行的活动\",\"L/gNNk\":[\"更新 \",[\"0\"]],\"+qqX74\":\"更新活动名称、说明和日期\",\"vXPSuB\":\"更新个人资料\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"链接\",\"UtDm3q\":\"复制到剪贴板的 URL\",\"e5lF64\":\"使用示例\",\"fiV0xj\":\"使用限制\",\"sGEOe4\":\"使用封面图片的模糊版本作为背景\",\"OadMRm\":\"使用封面图片\",\"7PzzBU\":\"用户\",\"yDOdwQ\":\"用户管理\",\"Sxm8rQ\":\"用户\",\"VEsDvU\":\"用户可在 <0>\\\"配置文件设置\\\" 中更改自己的电子邮件\",\"vgwVkd\":\"世界协调时\",\"khBZkl\":\"增值税\",\"E/9LUk\":\"地点名称\",\"jpctdh\":\"View\",\"Pte1Hv\":\"查看参会者详情\",\"/5PEQz\":\"查看活动页面\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"在谷歌地图上查看\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP签到列表\",\"tF+VVr\":\"贵宾票\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"我们无法处理您的付款。请重试或联系技术支持。\",\"45Srzt\":\"我们无法删除该类别。请再试一次。\",\"/DNy62\":[\"我们找不到与\",[\"0\"],\"匹配的任何门票\"],\"1E0vyy\":\"我们无法加载数据。请重试。\",\"NmpGKr\":\"我们无法重新排序类别。请再试一次。\",\"BJtMTd\":\"我们建议尺寸为 2160px x 1080px,文件大小不超过 5MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"我们无法确认您的付款。请重试或联系技术支持。\",\"Gspam9\":\"我们正在处理您的订单。请稍候...\",\"LuY52w\":\"欢迎加入!请登录以继续。\",\"dVxpp5\":[\"欢迎回来\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"什么是分层产品?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"什么是类别?\",\"gxeWAU\":\"此代码适用于哪些产品?\",\"hFHnxR\":\"此代码适用于哪些产品?(默认适用于所有产品)\",\"AeejQi\":\"此容量应适用于哪些产品?\",\"Rb0XUE\":\"您什么时候抵达?\",\"5N4wLD\":\"这是什么类型的问题?\",\"gyLUYU\":\"启用后,将为票务订单生成发票。发票将随订单确认邮件一起发送。参与\",\"D3opg4\":\"启用线下支付后,用户可以完成订单并收到门票。他们的门票将清楚地显示订单未支付,签到工具会通知签到工作人员订单是否需要支付。\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"哪些票应与此签到列表关联?\",\"S+OdxP\":\"这项活动由谁组织?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"这个问题应该问谁?\",\"VxFvXQ\":\"嵌入小部件\",\"v1P7Gm\":\"小部件设置\",\"b4itZn\":\"工作\",\"hqmXmc\":\"工作...\",\"+G/XiQ\":\"年度至今\",\"l75CjT\":\"是\",\"QcwyCh\":\"是的,移除它们\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"您正在将电子邮件更改为 <0>\",[\"0\"],\"。\"],\"gGhBmF\":\"您处于离线状态\",\"sdB7+6\":\"您可以创建一个促销代码,针对该产品\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"您无法更改产品类型,因为有与该产品关联的参会者。\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"您无法为未支付订单的与会者签到。此设置可在活动设置中更改。\",\"c9Evkd\":\"您不能删除最后一个类别。\",\"6uwAvx\":\"您无法删除此价格层,因为此层已有售出的产品。您可以将其隐藏。\",\"tFbRKJ\":\"不能编辑账户所有者的角色或状态。\",\"fHfiEo\":\"您不能退还手动创建的订单。\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"您可以访问多个账户。请选择一个继续。\",\"Z6q0Vl\":\"您已接受此邀请。请登录以继续。\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"您没有待处理的电子邮件更改。\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"您已超时,未能完成订单。\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"您必须确认此电子邮件并非促销邮件\",\"3ZI8IL\":\"您必须同意条款和条件\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"必须先创建机票,然后才能手动添加与会者。\",\"jE4Z8R\":\"您必须至少有一个价格等级\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"您必须手动将订单标记为已支付。这可以在订单管理页面上完成。\",\"L/+xOk\":\"在创建签到列表之前,您需要先获得票。\",\"Djl45M\":\"在您创建容量分配之前,您需要一个产品。\",\"y3qNri\":\"您需要至少一个产品才能开始。免费、付费或让用户决定支付金额。\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"您的账户名称会在活动页面和电子邮件中使用。\",\"veessc\":\"与会者注册参加活动后,就会出现在这里。您也可以手动添加与会者。\",\"Eh5Wrd\":\"您的精彩网站 🎉\",\"lkMK2r\":\"您的详细信息\",\"3ENYTQ\":[\"您要求将电子邮件更改为<0>\",[\"0\"],\"的申请正在处理中。请检查您的电子邮件以确认\"],\"yZfBoy\":\"您的信息已发送\",\"KSQ8An\":\"您的订单\",\"Jwiilf\":\"您的订单已被取消\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"您的订单一旦开始滚动,就会出现在这里。\",\"9TO8nT\":\"您的密码\",\"P8hBau\":\"您的付款正在处理中。\",\"UdY1lL\":\"您的付款未成功,请重试。\",\"fzuM26\":\"您的付款未成功。请重试。\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"您的退款正在处理中。\",\"IFHV2p\":\"您的入场券\",\"x1PPdr\":\"邮政编码\",\"BM/KQm\":\"邮政编码\",\"+LtVBt\":\"邮政编码\",\"25QDJ1\":\"- 点击发布\",\"WOyJmc\":\"- 点击取消发布\",\"ncwQad\":\"(空)\",\"B/gRsg\":\"(none)\",\"wqtZLy\":[[\"0\"],\"(副本)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" 已签到\"],\"3beCx0\":[[\"0\"],\" <0>checked in\"],\"S4PqS9\":[[\"0\"],\" 个活动的 Webhook\"],\"6MIiOI\":[\"剩余 \",[\"0\"]],\"COnw8D\":[[\"0\"],\" 标志\"],\"xG9N0H\":[[\"0\"],\" of \",[\"1\"],\" seats are taken.\"],\"B7pZfX\":[[\"0\"],\" 位组织者\"],\"/HkCs4\":[[\"0\"],\"张门票\"],\"30bTiU\":[[\"activeCount\"],\" enabled\"],\"jTs4am\":[[\"appName\"],\" logo\"],\"gbJOk9\":[[\"attendeeCount\"],\" attendees are registered for this session.\"],\"TjbIUI\":[[\"availableCount\"],\" / \",[\"totalCount\"],\" 可用\"],\"PSChHo\":[\"剩余 \",[\"capacity\"],\" 个名额\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" checked in\"],\"RZ0JX3\":[[\"chipTime\"],\",已售罄\"],\"M4KnFs\":[[\"chipTime\"],\",售罄,可加入候补名单\"],\"SeyN12\":[[\"completedCount\"],\" of \",[\"totalCount\"],\" steps complete\"],\"wYzVwE\":[[\"count\"],\" add-ons\"],\"f2rhaD\":[[\"diffHr\"],\"h ago\"],\"NRSLBe\":[[\"diffMin\"],\"m ago\"],\"iYfwJE\":[[\"diffSec\"],\"s ago\"],\"OJnhhX\":[[\"eventCount\"],\" 个事件\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" more\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" attendees are registered across the affected sessions.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per order\"],\"RBuxIl\":[[\"productCount\"],\" ticket types configured\"],\"VFLd0I\":[[\"slotCount\"],\" times available\"],\"3IEF7U\":[[\"totalCount\"],\" 个票种\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" 费用\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" 费用及税费\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" 税费\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 天\",\"1d6kks\":\"+税费\",\"B1St2O\":\"<0>签到列表帮助您按日期、区域或票务类型管理活动入场。您可以将票务链接到特定列表,如VIP区域或第1天通行证,并与工作人员共享安全的签到链接。无需账户。签到适用于移动设备、桌面或平板电脑,使用设备相机或HID USB扫描仪。 \",\"v9VSIS\":\"<0>设置一个单一的总人数上限,同时适用于多个票种。<1>例如,如果你将<2>单日票和<3>全周末票关联起来,它们将共享同一个名额池。一旦达到上限,所有关联的票种将自动停止销售。\",\"Il5Uid\":\"<0>这是整个日程所有场次合计的可售总数量,而不是每场的限制。如需限制每场的人数,请在<1>场次安排页面设置容量。\",\"ZnVt5v\":\"<0>Webhooks 可在事件发生时立即通知外部服务,例如,在注册时将新与会者添加到您的 CRM 或邮件列表,确保无缝自动化。<1>使用第三方服务,如 <2>Zapier、<3>IFTTT 或 <4>Make 来创建自定义工作流并自动化任务。\",\"xFTHZ5\":[\"≈ \",[\"0\"],\"(按当前汇率)\"],\"M2DyLc\":\"1 个活动的 Webhook\",\"hMefp0\":\"1 add-on\",\"6hIk/x\":\"1 attendee is registered across the affected sessions.\",\"qOyE2U\":\"1 attendee is registered for this session.\",\"943BwI\":\"结束日期后1天\",\"yj3N+g\":\"开始日期后1天\",\"Z3etYG\":\"活动前1天\",\"szSnlj\":\"活动前1小时\",\"yTsaLw\":\"1张门票\",\"nz96Ue\":\"1个票种\",\"InX5ad\":\"1 ticket type configured\",\"y2Jh0m\":\"1 time available\",\"cGtUz6\":\"活动前1周\",\"HR/cvw\":\"示例街123号\",\"dgKxZ5\":\"135+ currencies & 40+ payment methods\",\"/d9gcz\":\"设置链接后必须填写按钮文字\",\"kMU5aM\":\"取消通知已发送至\",\"o++0qa\":\"a change in duration\",\"WuWSX5\":\"A few quick steps and you're ready to start selling.\",\"RQ5kDd\":\"当此类别中没有产品时显示的消息。\",\"V53XzQ\":\"新的验证码已发送到您的邮箱\",\"sr2Je0\":\"a shift in start/end times\",\"/z/bH1\":\"您组织者的简短描述,将展示给您的用户。\",\"3BKFn6\":\"设置按钮文字后必须填写链接\",\"RpjXTb\":\"按星期模式\",\"aS0jtz\":\"已放弃\",\"uyJsf6\":\"关于\",\"JvuLls\":\"承担费用\",\"lk74+I\":\"承担费用\",\"1uJlG9\":\"强调色\",\"g3UF2V\":\"接受\",\"K5+3xg\":\"接受邀请\",\"LuXP9q\":\"Access\",\"jzb4Ep\":[\"Account · \",[\"0\"]],\"UqH1Q6\":[\"Account · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"账户删除已取消。\",\"WtlP+7\":\"账户删除已被阻止\",\"vOuxvL\":\"账户信息\",\"F9cvwz\":\"账户名称\",\"EHNORh\":\"账户未找到\",\"Hy1lfH\":\"账户所有者\",\"bPwFdf\":\"账户\",\"pi/Iog\":[\"账户(\",[\"0\"],\")\"],\"AhwTa1\":\"需要操作:需要提供增值税信息\",\"APyAR/\":\"活跃活动\",\"kCl6ja\":\"Active payment methods\",\"XJOV1Y\":\"Activity\",\"Eso+01\":[\"请先添加 \",[\"0\"]],\"eJ0IJA\":\"Add a cover image and theme to match your brand\",\"0YEoxS\":\"Add a date\",\"ybegUq\":\"Add a description and venue so attendees know what to expect\",\"nOZl6j\":\"Add a Single Date\",\"CjvTPJ\":\"Add another time\",\"0XCduh\":\"Add at least one time\",\"/chGpa\":\"Add connection details for the online event.\",\"UWWRyd\":\"添加自定义问题以在结账时收集额外信息\",\"Z/dcxc\":\"Add Date\",\"QeupRg\":\"添加日期\",\"Q219NT\":\"Add Dates\",\"yjB5VC\":\"Add dates and times for your recurring event\",\"Z8idyM\":\"Add details\",\"wpirGs\":\"Add event details\",\"VX6WUv\":\"添加地点\",\"GCQlV2\":\"Add multiple times if you run several sessions per day.\",\"7JF9w9\":\"添加问题\",\"NLbIb6\":\"Add this attendee anyway (override capacity)\",\"6PNlRV\":\"将此活动添加到您的日历\",\"BGD9Yt\":\"添加机票\",\"uIv4Op\":\"将跟踪像素添加到您的公共活动页面和组织者主页。当跟踪处于活动状态时,将向访问者显示Cookie同意横幅。\",\"QN2F+7\":\"添加 Webhook\",\"NsWqSP\":\"添加您的社交媒体账号和网站链接。这些信息将显示在您的公开组织者页面上。\",\"6JzKEV\":\"Add-on only\",\"VkQex5\":\"Add-on products\",\"Y2K3rp\":\"Add-ons\",\"Z/ZU8N\":\"结账时添加\",\"bVjDs9\":\"额外费用\",\"MKqSg4\":\"需要管理员访问权限\",\"0Zypnp\":\"管理仪表板\",\"tlFYEo\":\"Admits attendees to your event\",\"YAV57v\":\"推广员\",\"I+utEq\":\"推广码无法更改\",\"/jHBj5\":\"推广员创建成功\",\"uCFbG2\":\"推广员删除成功\",\"ld8I+f\":\"Affiliate program\",\"a41PKA\":\"将跟踪推广员销售\",\"mJJh2s\":\"将不会跟踪推广员销售。这将停用该推广员。\",\"jabmnm\":\"推广员更新成功\",\"CPXP5Z\":\"合作伙伴\",\"9Wh+ug\":\"推广员已导出\",\"3cqmut\":\"推广员帮助您跟踪合作伙伴和网红产生的销售。创建推广码并分享以监控绩效。\",\"3e31kI\":\"After your event is created, you can choose how often it repeats from the dashboard.\",\"z7GAMJ\":\"all\",\"N40H+G\":\"全部\",\"7rLTkE\":\"所有已归档活动\",\"gKq1fa\":\"所有参与者\",\"63gRoO\":\"All attendees of the selected sessions\",\"uWxIoH\":\"All attendees of this occurrence\",\"pMLul+\":\"所有货币\",\"sgUdRZ\":\"All dates\",\"e4q4uO\":\"All Dates\",\"ZS/D7f\":\"所有已结束活动\",\"QsYjci\":\"所有活动\",\"31KB8w\":\"所有失败任务已删除\",\"D2g7C7\":\"所有任务已排队等待重试\",\"B4RFBk\":\"All matching dates\",\"F1/VgK\":\"All occurrences\",\"OpWjMq\":\"All Occurrences\",\"Sxm1lO\":\"所有状态\",\"dr7CWq\":\"所有即将到来的活动\",\"UBpkWM\":\"所有用户\",\"GpT6Uf\":\"允许参与者通过订单确认邮件中的安全链接更新他们的门票信息(姓名、电子邮件)。\",\"VZdky1\":\"允许购买者将其信息复制给所有参会者\",\"F3mW5G\":\"允许客户在该产品售罄时加入候补名单\",\"4CMO/q\":\"允许客户在该产品售罄时加入候补名单。客户加入的是特定日期的候补名单。\",\"c4uJfc\":\"快完成了!我们正在等待您的付款处理。这只需要几秒钟。\",\"ocS8eq\":[\"已有账户?<0>\",[\"0\"],\"\"],\"uCuEqI\":\"Already in\",\"/H326L\":\"已退款\",\"USEpOK\":\"Already use Stripe on another organizer? Reuse that connection.\",\"RtxQTF\":\"同时取消此订单\",\"jkNgQR\":\"同时退款此订单\",\"xYqsHg\":\"始终可用\",\"rrepBD\":\"Always on sale\",\"Wvrz79\":\"支付金额\",\"Zkymb9\":\"与此推广员关联的邮箱。推广员不会收到通知。\",\"vRznIT\":\"检查导出状态时发生错误。\",\"OPFdAM\":\"此类别的可选描述,将显示在活动页面上。\",\"eusccx\":\"在突出显示的产品上显示的可选消息,例如\\\"热卖中🔥\\\"或\\\"超值优惠\\\"\",\"HZFm5R\":\"和\",\"l3LBtZ\":\"公告内容\",\"Th00L9\":\"公告已创建\",\"p/XJYI\":\"公告已删除\",\"08iV57\":\"公告标题\",\"qLqgre\":\"公告已更新\",\"Dzr23X\":\"公告\",\"asqL+J\":\"匿名化\",\"QNrkms\":\"答案更新成功。\",\"+qygei\":\"Answers\",\"GK7Lnt\":\"Answers provided at checkout (e.g. meal choice)\",\"lE8PgT\":\"Any dates you've manually customized will be kept.\",\"jVoYha\":[\"已应用 — 订单立减 \",[\"0\"]],\"vP3Nzg\":[\"Applies to \",[\"0\"],\", non-cancelled dates currently loaded on this page.\"],\"kkVyZZ\":\"Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything.\",\"je4muG\":[\"Applies to every \",[\"0\"],\", non-cancelled date in this event — including dates not currently loaded.\"],\"YIIQtt\":\"Apply Changes\",\"NzWX1Y\":\"Apply to\",\"Ps5oDT\":\"Apply to all tickets\",\"261RBr\":\"批准消息\",\"naCW6Z\":\"April\",\"B495Gs\":\"归档\",\"5sNliy\":\"归档活动\",\"BrwnrJ\":\"归档主办方\",\"E5eghW\":\"归档此活动以向公众隐藏。您可以稍后恢复它。\",\"eqFkeI\":\"归档此主办方。这也将归档属于此主办方的所有活动。\",\"BzcxWv\":\"已归档的主办方\",\"9cQBd6\":\"您确定要归档此活动吗?它将不再对公众可见。\",\"Trnl3E\":\"您确定要归档此主办方吗?这也将归档属于此主办方的所有活动。\",\"wOvn+e\":[\"Are you sure you want to cancel \",[\"count\"],\" date(s)? Affected attendees will be notified by email.\"],\"GTxE0U\":\"Are you sure you want to cancel this date? Affected attendees will be notified by email.\",\"VkSk/i\":\"您确定要取消此定时消息吗?\",\"0aVEBY\":\"您确定要删除所有失败的任务吗?\",\"LchiNd\":\"您确定要删除此推广员吗?此操作无法撤销。\",\"U49Xd6\":\"确定要删除此公告吗?用户将不再看到它。\",\"vPeW/6\":\"确定要删除此配置吗?这可能会影响使用它的账户。\",\"h42Hc/\":\"Are you sure you want to delete this date? This action cannot be undone.\",\"RiF/yT\":\"Are you sure you want to delete this image?\",\"b3+Qku\":\"Are you sure you want to delete this tax or fee? It will no longer be applied to new orders.\",\"JmVITJ\":\"确定要删除此模板吗?此操作无法撤消,邮件将回退到默认模板。\",\"aLS+A6\":\"确定要删除此模板吗?此操作无法撤消,邮件将回退到组织者或默认模板。\",\"5H3Z78\":\"您确定要删除此 Webhook 吗?\",\"147G4h\":\"您确定要离开吗?\",\"VDWChT\":\"您确定要将此组织者设为草稿吗?这样将使组织者页面对公众不可见。\",\"pWtQJM\":\"您确定要将此组织者设为公开吗?这样将使组织者页面对公众可见。\",\"EOqL/A\":\"您确定要向此人提供名额吗?他们将收到电子邮件通知。\",\"yAXqWW\":\"Are you sure you want to permanently delete this date? This cannot be undone.\",\"WFHOlF\":\"您确定要发布此活动吗?一旦发布,将对公众可见。\",\"4TNVdy\":\"您确定要发布此主办方资料吗?一旦发布,将对公众可见。\",\"8x0pUg\":\"您确定要从候补名单中移除此条目吗?\",\"cDtoWq\":[\"您确定要将订单确认重新发送到 \",[\"0\"],\" 吗?\"],\"xeIaKw\":[\"您确定要将门票重新发送到 \",[\"0\"],\" 吗?\"],\"BjbocR\":\"您确定要恢复此活动吗?\",\"7MjfcR\":\"您确定要恢复此主办方吗?\",\"b7tkGp\":\"Are you sure you want to revoke this invitation?\",\"ExDt3P\":\"您确定要取消发布此活动吗?它将不再对公众可见。\",\"5Qmxo/\":\"您确定要取消发布此主办方资料吗?它将不再对公众可见。\",\"Uqefyd\":\"您在欧盟注册了增值税吗?\",\"+QARA4\":\"艺术\",\"tLf3yJ\":\"由于您的企业位于爱尔兰,所有平台费用将自动适用23%的爱尔兰增值税。\",\"tMeVa/\":\"为每张购买的门票询问姓名和电子邮件\",\"ui5ln+\":\"Assign a different plan\",\"9Jxliv\":\"Assign plan\",\"xdiER7\":\"分配的级别\",\"F2rX0R\":\"必须选择至少一种事件类型\",\"Z44eZS\":\"At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead.\",\"BCmibk\":\"尝试次数\",\"6PecK3\":\"所有活动的出席率和签到率\",\"K2tp3v\":\"attendee\",\"AJ4rvK\":\"与会者已取消\",\"qvylEK\":\"与会者已创建\",\"Aspq3b\":\"参与者信息收集\",\"fpb0rX\":\"参与者信息已从订单复制\",\"94aQMU\":\"参与者信息\",\"KkrBiR\":\"参与者信息收集\",\"sjPjOg\":\"Attendee notes\",\"cosfD8\":\"参与者状态\",\"D2qlBU\":\"与会者已更新\",\"22BOve\":\"参与者更新成功\",\"x8Vnvf\":\"参与者的票不包含在此列表中\",\"/Ywywr\":\"attendees\",\"zLRobu\":\"attendees checked in\",\"k3Tngl\":\"与会者已导出\",\"UoIRW8\":\"已注册参会者\",\"5UbY+B\":\"持有特定门票的与会者\",\"4HVzhV\":\"参与者:\",\"HVkhy2\":\"归因分析\",\"dMMjeD\":\"归因细分\",\"1oPDuj\":\"归因值\",\"cHfbVT\":\"受众\",\"DBHTm/\":\"August\",\"JgREph\":\"自动提供已启用\",\"V7Tejz\":\"自动处理候补名单\",\"PZ7FTW\":\"根据背景颜色自动检测,但可以手动覆盖\",\"zlnTuI\":\"当容量可用时自动向下一个人提供门票。如果禁用,您可以从等候名单页面手动处理等候名单。\",\"csDS2L\":\"可用\",\"Xp+ywP\":\"付款完成后可用\",\"dwDH1K\":[\"Available times on \",[\"dayName\"]],\"clF06r\":\"可退款\",\"NB5+UG\":\"可用令牌\",\"L+wGOG\":\"Awaiting\",\"qcw2OD\":\"Awaiting pay\",\"kNmmvE\":\"精彩活动有限公司\",\"TeSaQO\":\"返回账户\",\"kYqM1A\":\"返回活动\",\"s5QRF3\":\"返回消息\",\"td/bh+\":\"返回报告\",\"nsm7BA\":\"返回搜索\",\"imjKVx\":\"Bank account connected\",\"KSSL9f\":\"横幅\",\"zdYsg1\":\"横幅内容不得超过 200 个字符\",\"p2OLF3\":\"基础价格\",\"D9LTCH\":\"Base Price\",\"hviJef\":\"Based on the global sale period above, not per date\",\"jIPNJG\":\"基本信息\",\"lINGcL\":\"由于此账户存在已完成的订单,交易记录(金额、日期和发票详情)将以匿名形式保留,用于法律和税务目的。所有个人信息将被永久删除。\",\"UabgBd\":\"正文是必需的\",\"HWXuQK\":\"收藏此页面,随时管理您的订单。\",\"CUKVDt\":\"使用自定义徽标、颜色和页脚信息打造您的门票品牌。\",\"4BZj5p\":\"Built-in fraud protection\",\"cr7kGH\":\"Bulk Edit\",\"1Fbd6n\":\"Bulk Edit Dates\",\"Eq6Tu9\":\"Bulk update failed.\",\"9N+p+g\":\"商务\",\"SWnN1L\":\"Business address\",\"kQekXw\":\"Business name\",\"3W/QV7\":\"按钮文字\",\"bv6RXK\":\"按钮标签\",\"ChDLlO\":\"按钮文字\",\"MOht10\":\"按钮链接\",\"BUe8Wj\":\"买家支付\",\"DkL8mp\":\"Buyers can add these to their order when they select this product at checkout.\",\"qF1qbA\":\"买家看到的是净价。平台费用将从您的付款中扣除。\",\"dg05rc\":\"通过添加跟踪像素,您确认您和本平台是所收集数据的共同控制者。您有责任确保根据适用的隐私法律(GDPR、CCPA等)拥有合法的处理依据。\",\"DFqasq\":[\"继续操作即表示您同意<0>\",[\"0\"],\"服务条款\"],\"CetOZE\":\"By ticket type\",\"lFdbRS\":\"绕过应用费用\",\"AjVXBS\":\"Calendar\",\"2VLZwd\":\"行动号召按钮\",\"rT2cV+\":\"Camera\",\"7hYa9y\":\"Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings.\",\"D02dD9\":\"活动\",\"RRPA79\":\"Can't check in\",\"OcVwAd\":[\"Cancel \",[\"count\"],\" date(s)\"],\"H4nE+E\":\"取消所有产品并释放回可用池\",\"Py78q9\":\"Cancel Date\",\"lUjTpS\":\"取消删除\",\"5YkF5G\":\"取消删除请求\",\"tOXAdc\":\"取消将取消与此订单关联的所有参与者,并将门票释放回可用池。\",\"FPpqc7\":[\"Cancelling \",[\"0\"],\" date(s). This may take a moment to complete.\"],\"01sEfm\":\"无法删除系统默认配置\",\"VsM1HH\":\"容量分配\",\"9bIMVF\":\"Capacity management\",\"H7K8og\":\"Capacity must be 0 or greater\",\"nzao08\":\"capacity updates\",\"4cp9NP\":\"Capacity Used\",\"K7tIrx\":\"类别\",\"DRK3Bq\":\"Category deleted successfully\",\"o+XJ9D\":\"更改\",\"kJkjoB\":\"Change duration\",\"J0KExZ\":\"Change the attendee limit\",\"ssospy\":\"Change time\",\"CIHJJf\":\"更改等候名单设置\",\"B5icLR\":[\"Changed duration for \",[\"count\"],\" date(s)\"],\"Kb+0BT\":\"Charges\",\"2tbLdK\":\"慈善\",\"BPWGKn\":\"Check in\",\"6uFFoY\":\"Check out\",\"FjAlwK\":[\"Check out this event: \",[\"0\"]],\"v4fiSg\":\"查看您的邮箱\",\"51AsAN\":\"请检查您的收件箱!如果此邮箱有关联的票,您将收到查看链接。\",\"Y3FYXy\":\"Check-In\",\"udRwQs\":\"签到已创建\",\"F4SRy3\":\"签到已删除\",\"as6XfO\":[\"Check-in for \",[\"0\"],\" was undone\"],\"9s/wrQ\":\"Check-in history\",\"Wwztk4\":\"Check-In List\",\"9gPPUY\":\"签到列表已创建!\",\"dwjiJt\":\"Check-in list info\",\"7od0PV\":\"check-in lists\",\"f2vU9t\":\"签到列表\",\"XprdTn\":\"Check-in navigation\",\"5tV1in\":\"Check-in progress\",\"SHJwyq\":\"签到率\",\"qCqdg6\":\"签到状态\",\"cKj6OE\":\"签到摘要\",\"7B5M35\":\"签到\",\"VrmydS\":\"Checked in\",\"DM4gBB\":\"中文(繁体)\",\"p8Jvp4\":\"Choose a configuration\",\"ElShBO\":\"Choose a different action\",\"pHEhf+\":\"选择与您的品牌相符的字体。字体通过 Bunny Fonts 自托管。\",\"Zok1Gx\":\"Choose an organizer\",\"pkk46Q\":\"选择一个组织者\",\"Ag32+c\":\"Choose another date\",\"Crr3pG\":\"选择日历\",\"Z38ZJu\":\"选择活动日期在票券上的显示方式\",\"LAW8Vb\":\"为新活动选择默认设置。这可以针对单个活动进行覆盖。\",\"pjp2n5\":\"选择谁支付平台费用。这不会影响您在账户设置中配置的额外费用。\",\"xCJdfg\":\"Clear\",\"QyOWu9\":\"Clear location — fall back to the event default\",\"V8yTm6\":\"Clear search\",\"kmnKnX\":\"Clearing removes any per-date override. Affected dates will fall back to the event's default location.\",\"/o+aQX\":\"Click to cancel\",\"gD7WGV\":\"Click to reopen for new sales\",\"CySr+W\":\"点击查看备注\",\"RG3szS\":\"关闭\",\"RWw9Lg\":\"关闭弹窗\",\"XwdMMg\":\"代码只能包含字母、数字、连字符和下划线\",\"+yMJb7\":\"代码为必填项\",\"m9SD3V\":\"代码至少需要3个字符\",\"V1krgP\":\"代码不能超过20个字符\",\"psqIm5\":\"与您的团队协作,共同创建精彩的活动。\",\"4bUH9i\":\"收集每张购买门票的参与者详情。\",\"TkfG8v\":\"按订单收集信息\",\"96ryID\":\"按门票收集信息\",\"FpsvqB\":\"颜色模式\",\"jEu4bB\":\"列\",\"CWk59I\":\"喜剧\",\"rPA+Gc\":\"通信偏好\",\"zFT5rr\":\"complete\",\"bUQMpb\":\"Complete Stripe setup\",\"744BMm\":\"完成您的订单以确保获得门票。此优惠有时间限制,请尽快完成。\",\"5YrKW7\":\"完成付款以确保您的门票。\",\"xGU92i\":\"完成你的个人资料以加入团队。\",\"QOhkyl\":\"撰写\",\"ih35UP\":\"会议中心\",\"ywFj2D\":\"Configuration\",\"WTw0bB\":\"Configuration assigned\",\"X1zdE7\":\"配置创建成功\",\"mLBUMQ\":\"配置删除成功\",\"UIENhw\":\"配置名称对最终用户可见。固定费用将按当前汇率转换为订单货币。\",\"eeZdaB\":\"配置更新成功\",\"3cKoxx\":\"配置\",\"8v2LRU\":\"配置活动详情、地点、结账选项和电子邮件通知。\",\"raw09+\":\"配置结账时如何收集参与者信息\",\"FI60XC\":\"配置税费\",\"av6ukY\":\"Configure which products are available for this occurrence and optionally adjust pricing.\",\"NGXKG/\":\"确认电子邮件地址\",\"JRQitQ\":\"确认新密码\",\"Auz0Mz\":\"请确认您的邮箱以访问所有功能。\",\"7+grte\":\"确认邮件已发送!请检查您的收件箱。\",\"n/7+7Q\":\"确认已发送至\",\"x3wVFc\":\"恭喜!您的活动现已对公众可见。\",\"0W2NQP\":\"Connect bank\",\"/K4Vqr\":\"连接 Stripe 以接受付款\",\"nQI4H5\":\"连接Stripe以启用电子邮件模板编辑\",\"LmvZ+E\":\"连接 Stripe 以启用消息功能\",\"peBIO+\":\"Connect Stripe to receive ticket payments directly to your bank account.\",\"DNeN8t\":\"Connect your bank to receive ticket sales straight to your account\",\"DARj+w\":\"连接了错误的 Stripe 账户?断开连接并重新开始。\",\"X1y8JF\":\"Connection details are required for online dates\",\"fjfBOm\":\"线上活动必须填写连接详情\",\"jfC/xh\":\"联系\",\"LOFgda\":[\"联系 \",[\"0\"]],\"41BQ3k\":\"联系邮箱\",\"4b3oEV\":\"内容\",\"13CIgI\":\"内容为必填项\",\"m8WD6t\":\"继续设置\",\"0GwUT4\":\"继续结账\",\"sBV87H\":\"继续创建活动\",\"nKtyYu\":\"继续下一步\",\"F3/nus\":\"继续付款\",\"s30OcA\":\"控制活动页面上日期和时间的显示方式\",\"p2FRHj\":\"控制此活动的平台费用如何处理\",\"NqfabH\":\"Control who gets in for this date\",\"fmYxZx\":\"Control who gets in, and when\",\"1JnTgU\":\"从上方复制\",\"FxVG/l\":\"已复制到剪贴板\",\"PiH3UR\":\"已复制!\",\"4i7smN\":\"Copy account ID\",\"uUPbPg\":\"复制推广链接\",\"iVm46+\":\"复制代码\",\"cF2ICc\":\"复制客户链接\",\"+2ZJ7N\":\"将详情复制到第一位参与者\",\"ZN1WLO\":\"复制邮箱\",\"y1eoq1\":\"复制链接\",\"tUGbi8\":\"复制我的信息到:\",\"y22tv0\":\"复制此链接,在任意位置分享\",\"/4gGIX\":\"复制到剪贴板\",\"e0f4yB\":\"无法删除地点\",\"vkiDx2\":\"Could not prepare the bulk update.\",\"KOavaU\":\"无法获取地址详情\",\"/lq4oO\":\"Could not save date\",\"mHu0az\":\"Couldn't send verification email. Please try again.\",\"QOIm+S\":\"统计包含所有即将到来的日期。每人将获得其所选日期的名额。\",\"P0rbCt\":\"封面图像\",\"p4kqHr\":\"Cover image added\",\"60u+dQ\":\"封面图片将显示在活动页面顶部\",\"2NLjA6\":\"封面图像将显示在您的组织者页面顶部\",\"GkrqoY\":\"Covers every ticket\",\"zg4oSu\":[\"创建\",[\"0\"],\"模板\"],\"RKKhnW\":\"创建自定义小部件以在您的网站上销售门票。\",\"jqhTmw\":\"Create a list for this date\",\"PhioFp\":\"Create a new check-in list for an active session, or contact the organizer if you think this is a mistake.\",\"yIRev4\":\"创建密码\",\"j7xZ7J\":\"创建额外的主办方来管理一个账户下的独立品牌、部门或活动系列。每个主办方拥有自己的活动、设置和公开页面。\",\"xfKgwv\":\"创建推广员\",\"GT/OIA\":\"创建公告,向您的用户展示消息。\",\"tudG8q\":\"创建并配置待售门票和商品。\",\"Q4VlI/\":\"创建公告\",\"YAl9Hg\":\"创建配置\",\"BTne9e\":\"为此活动创建自定义邮件模板以覆盖组织者默认设置\",\"YIDzi/\":\"创建自定义模板\",\"tsGqx5\":\"Create Date\",\"Nc3l/D\":\"创建折扣、隐藏门票的访问码和特别优惠。\",\"PybJS2\":\"Create event\",\"abGAgf\":\"Create more tickets or products to offer them as add-ons\",\"eWEV9G\":\"创建新密码\",\"utHSNE\":\"创建日程\",\"8AiKIu\":\"创建门票或产品\",\"/HGmW9\":\"创建可追踪链接以奖励推广您活动的合作伙伴。\",\"dkAPxi\":\"创建 Webhook\",\"5slqwZ\":\"创建您的活动\",\"JQNMrj\":\"创建您的第一个活动\",\"CCjxOC\":\"创建您的第一个活动以开始售票并管理参与者。\",\"ZCSSd+\":\"创建您自己的活动\",\"qdv10s\":[\"正在创建 \",[\"0\"],\" 个日期。这可能需要一些时间。\"],\"67NsZP\":\"正在创建活动...\",\"H34qcM\":\"正在创建主办方...\",\"1YMS+X\":\"正在创建您的活动,请稍候\",\"yiy8Jt\":\"正在创建您的主办方资料,请稍候\",\"lfLHNz\":\"CTA标签是必需的\",\"0xLR6W\":\"Currently assigned\",\"iTvh6I\":\"当前可购买\",\"A42Dqn\":\"Custom branding\",\"Guo0lU\":\"自定义日期和时间\",\"WDMdn8\":\"Custom questions\",\"O6mra8\":\"自定义问题\",\"axv/Mi\":\"自定义模板\",\"2YeVGY\":\"客户链接已复制到剪贴板\",\"QMHSMS\":\"客户将收到确认退款的电子邮件\",\"NihQNk\":\"客户\",\"hINN++\":\"Customize page\",\"7gsjkI\":\"使用Liquid模板自定义发送给客户的邮件。这些模板将用作您组织中所有活动的默认模板。\",\"xJaTUK\":\"自定义活动主页的布局、颜色和品牌。\",\"MXZfGN\":\"自定义结账时提出的问题,以从参与者那里收集重要信息。\",\"iX6SLo\":\"自定义“继续”按钮上显示的文本\",\"R8H7yL\":\"自定义滚动到门票区域的浮动按钮上显示的文本\",\"pxNIxa\":\"使用Liquid模板自定义您的邮件模板\",\"3trPKm\":\"自定义主办方页面外观\",\"U0sC6H\":\"Daily\",\"/gWrVZ\":\"所有活动的每日收入、税费和退款\",\"zgCHnE\":\"每日销售报告\",\"nHm0AI\":\"每日销售、税费和费用明细\",\"1aPnDT\":\"Dance\",\"pvnfJD\":\"深色\",\"MaB9wW\":\"Date Cancellation\",\"e6cAxJ\":\"Date cancelled\",\"81jBnC\":\"Date cancelled successfully\",\"a/C/6R\":\"Date created successfully\",\"IW7Q+u\":\"Date deleted\",\"rngCAz\":\"Date deleted successfully\",\"vHbfoQ\":\"Date reactivated\",\"hvah+S\":\"Date reopened for new sales\",\"Ez0YsD\":\"Date updated successfully\",\"JxwIlL\":\"个日期\",\"Te33mU\":\"Dates are managed per occurrence\",\"91zCxb\":\"Dates with sessions\",\"/ITcnz\":\"day\",\"H7OUPr\":\"Day\",\"JtHrX9\":\"Day of Month\",\"J/Upwb\":\"days\",\"V3VGYb\":\"每月日期\",\"r6zgGo\":\"December\",\"jbq7j2\":\"拒绝\",\"WGD1Al\":\"减少\",\"gJY4YL\":\"减少数量\",\"ovBPCi\":\"默认\",\"JtI4vj\":\"默认参与者信息收集\",\"ULjv90\":\"Default capacity per date\",\"3R/Tu2\":\"默认费用处理\",\"1bZAZA\":\"将使用默认模板\",\"3Biswm\":\"Defaults\",\"HNlEFZ\":\"删除\",\"KpnwJK\":[\"删除\\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Delete \",[\"count\"],\" selected date(s)? Dates with orders will be skipped. This cannot be undone.\"],\"ZDGm40\":\"删除账户\",\"vu7gDm\":\"删除推广员\",\"KZN4Lc\":\"全部删除\",\"6EkaOO\":\"Delete Date\",\"io0G93\":\"删除活动\",\"+jw/c1\":\"删除图片\",\"hdyeZ0\":\"删除任务\",\"xxjZeP\":\"删除地点\",\"sY3tIw\":\"删除主办方\",\"UBv8UK\":\"Delete Permanently\",\"dPyJ15\":\"删除模板\",\"IQTR34\":\"Delete this category? Any products in it will also be deleted. This cannot be undone.\",\"/1wMxk\":\"Delete this product? This cannot be undone.\",\"mxsm1o\":\"删除此问题?此操作无法撤销。\",\"snMaH4\":\"删除 Webhook\",\"LIZZLY\":[\"Deleted \",[\"0\"],\" date(s)\"],\"loLVyU\":\"已删除的账户\",\"IlUuGb\":\"删除账户会立即将其停用:所有已发布的活动将被取消发布,访问权限将被禁用。30 天宽限期过后,删除将变为永久性。在这 30 天内您可以随时取消。\",\"nMdIuB\":\"删除已加入执行队列\",\"/U002t\":\"删除请求已取消\",\"PBA62s\":\"删除请求\",\"7w0Wev\":\"Description and venue added\",\"vYgeDk\":\"取消全选\",\"NvuEhl\":\"设计元素\",\"H8kMHT\":\"没有收到验证码?\",\"G8KNgd\":\"Different location\",\"E/QGRL\":\"Disabled\",\"bzSI52\":\"Discard\",\"0EcUWz\":\"Discard changes?\",\"+K0AvT\":\"断开连接\",\"cALvbl\":\"断开 Stripe 账户\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"关闭公告\",\"nZJ8tu\":\"Dismiss setup checklist\",\"QotGhf\":\"关闭此消息\",\"J6hrEy\":\"已关闭\",\"BREO0S\":\"显示一个复选框,允许客户选择接收此活动组织者的营销通讯。\",\"HtaSQp\":\"在门票组件中显示每个日期的剩余名额。您可以为单个日期单独设置。\",\"pfa8F0\":\"显示名称\",\"Kdpf90\":\"别忘了!\",\"352VU2\":\"还没有账户?<0>注册\",\"AXXqG+\":\"捐赠\",\"DPfwMq\":\"完成\",\"JoPiZ2\":\"Door staff instructions\",\"2+O9st\":\"下载所有已完成订单的销售、参与者和财务报告。\",\"eneWvv\":\"草稿\",\"Ts8hhq\":\"由于垃圾邮件的高风险,您必须连接Stripe账户才能修改电子邮件模板。这是为了确保所有活动组织者都经过验证和负责。\",\"TnzbL+\":\"由于垃圾邮件风险较高,您必须连接Stripe账户才能向参与者发送消息。\\n这是为了确保所有活动组织者都经过验证并承担责任。\",\"euc6Ns\":\"复制\",\"YueC+F\":\"Duplicate Date\",\"KRmTkx\":\"复制产品\",\"Jd3ymG\":\"Duration must be at least 1 minute.\",\"KIjvtr\":\"荷兰语\",\"22xieU\":\"例如 180(3小时)\",\"MCx4ov\":\"例如:了解更多\",\"/zajIE\":\"e.g. Morning Session\",\"XDHATF\":\"例如:新功能:候补名单\",\"tAtvUj\":\"例如:本周六 UTC 凌晨 2 点至 4 点计划维护\",\"SPKbfM\":\"例如:获取门票,立即注册\",\"fc7wGW\":\"例如,关于您门票的重要更新\",\"54MPqC\":\"例如,标准版、高级版、企业版\",\"3RQ81z\":\"每个人将收到一封包含预留名额的电子邮件,以完成购买。\",\"Xfsjel\":\"每个商品\",\"5oD9f/\":\"Earlier\",\"LTzmgK\":[\"编辑\",[\"0\"],\"模板\"],\"v4+lcZ\":\"编辑推广员\",\"ndNHsK\":\"编辑公告\",\"2iZEz7\":\"编辑答案\",\"t2bbp8\":\"编辑参与者\",\"etaWtB\":\"编辑参与者详情\",\"+guao5\":\"编辑配置\",\"1Mp/A4\":\"Edit Date\",\"m0ZqOT\":\"编辑地点\",\"8oivFT\":\"编辑地点\",\"vRWOrM\":\"编辑订单详情\",\"pHm0k9\":\"编辑日程\",\"fW5sSv\":\"编辑 Webhook\",\"nP7CdQ\":\"编辑 Webhook\",\"MRZxAn\":\"Edited\",\"uBAxNB\":\"编辑器\",\"aqxYLv\":\"教育\",\"iiWXDL\":\"资格失败\",\"zPiC+q\":\"符合条件的签到列表\",\"SiVstt\":\"Email & scheduled messages\",\"V2sk3H\":\"电子邮件和模板\",\"hbwCKE\":\"邮箱地址已复制到剪贴板\",\"dSyJj6\":\"电子邮件地址不匹配\",\"elW7Tn\":\"邮件正文\",\"ZsZeV2\":\"邮箱为必填项\",\"Be4gD+\":\"邮件预览\",\"6IwNUc\":\"邮件模板\",\"H/UMUG\":\"需要验证邮箱\",\"PLEl94\":\"Email verified\",\"L86zy2\":\"邮箱验证成功!\",\"FSN4TS\":\"嵌入小部件\",\"z9NkYY\":\"Embeddable widget\",\"tKlWWY\":\"表情符号\",\"69YV6l\":\"弹窗必须设置表情符号\",\"Qj0GKe\":\"启用参与者自助服务\",\"hEtQsg\":\"默认启用参与者自助服务\",\"Upeg/u\":\"启用此模板发送邮件\",\"7dSOhU\":\"启用候补名单\",\"RxzN1M\":\"已启用\",\"sGjBEq\":\"结束日期和时间(可选)\",\"PKXt9R\":\"结束日期必须在开始日期之后\",\"vTL8gi\":\"结束时间\",\"48Y16Q\":\"结束时间(可选)\",\"TbaYrr\":[\"Ended \",[\"0\"]],\"CFgwiw\":[\"Ends \",[\"0\"]],\"SqOIQU\":\"Enter a capacity value or choose unlimited.\",\"h37gRz\":\"Enter a label or choose to remove it.\",\"7YZofi\":\"输入主题和正文以查看预览\",\"khyScF\":\"Enter a time to shift by.\",\"SKx/0u\":\"请输入场地名称或地址\",\"ppwojw\":\"线下活动请输入场地名称或地址\",\"j+eCIq\":\"手动输入地址\",\"3bR1r4\":\"输入推广员邮箱(可选)\",\"ARkzso\":\"输入推广员姓名\",\"ej4L8b\":\"Enter capacity\",\"6KnyG0\":\"输入电子邮件\",\"INDKM9\":\"输入邮件主题...\",\"xUgUTh\":\"输入名字\",\"9/1YKL\":\"输入姓氏\",\"VpwcSk\":\"输入新密码\",\"kWg31j\":\"输入唯一推广码\",\"C3nD/1\":\"输入您的电子邮箱\",\"VmXiz4\":\"输入您的电子邮件,我们将向您发送重置密码的说明。\",\"n9V+ps\":\"输入您的姓名\",\"IdULhL\":\"输入您的增值税号,包括国家代码,不带空格(例如,IE1234567A,DE123456789)\",\"RRlWVA\":\"整个订单\",\"o21Y+P\":\"entries\",\"X88/6w\":\"当客户加入已售罄产品的候补名单时,条目将显示在此处。\",\"LslKhj\":\"加载日志时出错\",\"BkEWfd\":\"Esc to close\",\"VCNHvW\":\"活动已归档\",\"ZD0XSb\":\"活动已成功归档\",\"WgD6rb\":\"活动类别\",\"b46pt5\":\"活动封面图片\",\"NAUIJ7\":\"Event created\",\"1b77ID\":\"活动已创建\",\"1Hzev4\":\"活动自定义模板\",\"+v+GW0\":\"活动日期显示\",\"7u9/DO\":\"活动已成功删除\",\"imgKgl\":\"活动描述\",\"IzR/Fc\":\"Event lifetime\",\"PYs3rP\":\"活动名称\",\"HhwcTQ\":\"活动名称\",\"WZZzB6\":\"活动名称为必填项\",\"Wd5CDM\":\"活动名称应少于150个字符\",\"4JzCvP\":\"活动不可用\",\"mImacG\":\"活动页面\",\"Hk9Ki/\":\"活动已成功恢复\",\"JyD0LH\":\"活动设置\",\"XVLu2v\":\"活动标题\",\"OfmsI9\":\"活动太新\",\"4SILkp\":\"Event totals\",\"YDVUVl\":\"事件类型\",\"+HeiVx\":\"活动已更新\",\"19j6uh\":\"活动表现\",\"PC3/fk\":\"未来24小时内开始的活动\",\"CRsuq4\":\"每\",\"nwiZdc\":[\"Every \",[\"0\"]],\"B2jjf8\":[\"Every \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Every \",[\"0\"],\" days\"],\"yLiYx+\":[\"Every \",[\"0\"],\" months\"],\"nn9ice\":[\"Every \",[\"0\"],\" weeks\"],\"Cdr8f9\":[\"Every \",[\"0\"],\" weeks on \",[\"1\"]],\"GVEHRk\":[\"Every \",[\"0\"],\" years\"],\"XlRpgq\":[\"每\",[\"cadenceUnit\"]],\"fTFfOK\":\"每个邮件模板都必须包含一个链接到相应页面的行动号召按钮\",\"hHTPiT\":\"Everything else — tap to edit\",\"BVinvJ\":\"示例:\\\"您是如何了解我们的?\\\"、\\\"发票公司名称\\\"\",\"2hGPQG\":\"示例:\\\"T恤尺码\\\"、\\\"餐饮偏好\\\"、\\\"职位\\\"\",\"qNuTh3\":\"异常\",\"aW/bzJ\":\"执行删除\",\"CtAcQ7\":\"立即执行删除\",\"xj4fwT\":\"立即执行\",\"M1RnFv\":\"已过期\",\"kF8HQ7\":\"导出答案\",\"2KAI4N\":\"导出CSV\",\"JKfSAv\":\"导出失败。请重试。\",\"SVOEsu\":\"导出已开始。正在准备文件...\",\"wuyaZh\":\"导出成功\",\"9bpUSo\":\"正在导出推广员\",\"jtrqH9\":\"正在导出与会者\",\"R4Oqr8\":\"导出完成。正在下载文件...\",\"UlAK8E\":\"正在导出订单\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"失败\",\"8uOlgz\":\"失败时间\",\"tKcbYd\":\"失败任务\",\"SsI9v/\":\"放弃订单失败。请重试。\",\"LdPKPR\":\"配置分配失败\",\"PO0cfn\":\"Failed to cancel date\",\"YUX+f+\":\"Failed to cancel dates\",\"SIHgVQ\":\"取消消息失败\",\"cEFg3R\":\"创建推广员失败\",\"dVgNF1\":\"配置创建失败\",\"fAoRRJ\":\"Failed to create schedule\",\"4yLYTb\":\"创建日程失败。请重试。\",\"U66oUa\":\"创建模板失败\",\"+RTkEY\":\"删除公告失败\",\"aFk48v\":\"配置删除失败\",\"n1CYMH\":\"Failed to delete date\",\"KXv+Qn\":\"Failed to delete date. It may have existing orders.\",\"JJ0uRo\":\"Failed to delete dates\",\"rgoBnv\":\"删除活动失败\",\"Zw6LWb\":\"删除任务失败\",\"tq0abZ\":\"删除任务失败\",\"2mkc3c\":\"删除主办方失败\",\"5E23qd\":\"Failed to delete product. Please try again.\",\"vKMKnu\":\"删除问题失败\",\"xFj7Yj\":\"删除模板失败\",\"jo3Gm6\":\"导出推广员失败\",\"Jjw03p\":\"导出与会者失败\",\"ZPwFnN\":\"导出订单失败\",\"zGE3CH\":\"导出报告失败。请重试。\",\"lS9/aZ\":\"加载收件人失败\",\"X4o0MX\":\"加载 Webhook 失败\",\"ETcU7q\":\"提供名额失败\",\"5670b9\":\"提供票券失败\",\"e5KIbI\":\"Failed to reactivate date\",\"7zyx8a\":\"从等候名单中移除失败\",\"A/P7PX\":\"Failed to remove override\",\"ogWc1z\":\"Failed to reopen date\",\"0+iwE5\":\"重新排序问题失败\",\"EJPAcd\":\"重新发送订单确认失败\",\"DjSbj3\":\"重新发送门票失败\",\"YQ3QSS\":\"重新发送验证码失败\",\"wDioLj\":\"重试任务失败\",\"DKYTWG\":\"重试任务失败\",\"WRREqF\":\"Failed to save override\",\"sj/eZA\":\"Failed to save price override\",\"780n8A\":\"Failed to save product settings\",\"zTkTF3\":\"保存模板失败\",\"l6acRV\":\"保存增值税设置失败。请重试。\",\"T6B2gk\":\"发送消息失败。请重试。\",\"lKh069\":\"无法启动导出任务\",\"t/KVOk\":\"无法开始模拟。请重试。\",\"QXgjH0\":\"无法停止模拟。请重试。\",\"i0QKrm\":\"更新推广员失败\",\"NNc33d\":\"更新答案失败。\",\"E9jY+o\":\"更新参与者失败\",\"uQynyf\":\"配置更新失败\",\"i2PFQJ\":\"更新活动状态失败\",\"EhlbcI\":\"更新消息级别失败\",\"rpGMzC\":\"更新订单失败\",\"T2aCOV\":\"更新主办方状态失败\",\"Eeo/Gy\":\"更新设置失败\",\"kqA9lY\":\"增值税设置更新失败\",\"nkNfWu\":\"上传图片失败。请重试。\",\"rxy0tG\":\"验证邮箱失败\",\"QRUpCk\":\"Family\",\"5LO38w\":\"Fast payouts to your bank\",\"4lgLew\":\"February\",\"9bHCo2\":\"费用货币\",\"/sV91a\":\"费用处理\",\"K4dKSP\":\"Fee override saved\",\"LyUWXA\":\"费用已绕过\",\"cf35MA\":\"节日\",\"pAey+4\":\"文件太大。最大大小为5MB。\",\"VejKUM\":\"请先在上方填写您的详细信息\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filter attendees\",\"8OvVZZ\":\"筛选参与者\",\"N/H3++\":\"Filter by date\",\"mvrlBO\":\"按活动筛选\",\"g+xRXP\":\"Finish setting up Stripe\",\"LHH461\":\"Finish setup\",\"syyeb9\":\"First\",\"Vj6wk9\":\"First 30 days\",\"/bpZYb\":\"First 7 days\",\"ziEnjY\":\"First 90 days\",\"1vBhpG\":\"第一位参与者\",\"4pwejF\":\"名字为必填项\",\"rVogsf\":\"请先解决问题再发布\",\"3lkYdQ\":\"Fixed fee\",\"6bBh3/\":\"固定费用\",\"zWqUyJ\":\"每笔交易收取的固定费用\",\"LWL3Bs\":\"固定费用必须为0或更大\",\"0RI8m4\":\"Flash off\",\"q0923e\":\"Flash on\",\"X+U6/w\":\"字体\",\"lWxAUo\":\"美食美酒\",\"nFm+5u\":\"页脚文字\",\"sQv06Y\":\"共\",\"NTzcRQ\":\"按日期数量\",\"a8nooQ\":\"Fourth\",\"xVhQZV\":\"Fri\",\"39y5bn\":\"星期五\",\"ejVYRQ\":\"从\",\"hGDVDa\":[[\"0\"],\" 起\"],\"+dBe1R\":[\"From \",[\"start\"]],\"1dv+MO\":[\"从\",[\"start\"],\"至\",[\"end\"]],\"l82hjf\":[\"从\",[\"start\"],\"起,共\",[\"count\"],\"个日期\"],\"f5UbZ0\":\"Full data ownership\",\"cfvx/y\":\"Full event\",\"MY2SVM\":\"全额退款\",\"PGQLdy\":\"future\",\"8N/j1s\":\"Future dates only\",\"yRx/6K\":\"Future dates will be copied with capacity reset to zero\",\"T02gNN\":\"普通入场\",\"3ep0Gx\":\"您组织者的基本信息\",\"ziAjHi\":\"生成\",\"exy8uo\":\"生成代码\",\"4CETZY\":\"获取路线\",\"pjkEcB\":\"Get Paid\",\"lGYzP6\":\"Get paid with Stripe\",\"ZDIydz\":\"开始使用\",\"u6FPxT\":\"获取门票\",\"2ohvu7\":\"获取门票按钮文字\",\"8KDgYV\":\"准备好您的活动\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"返回\",\"sr0UJD\":\"Go Back\",\"oNL5vN\":\"前往活动页面\",\"gHSuV/\":\"返回主页\",\"8+Cj55\":\"Go to Schedule\",\"6nDzTl\":\"良好的可读性\",\"76gPWk\":\"知道了\",\"CZXzs4\":\"希腊语\",\"aGWZUr\":\"总收入\",\"n8IUs7\":\"总收入\",\"O1wAlQ\":\"Guest\",\"LIYoRQ\":\"来宾管理\",\"NUsTc4\":\"Happening now\",\"S2Y4aO\":\"彻底删除\",\"kTSQej\":[\"您好 \",[\"0\"],\",从这里管理您的平台。\"],\"URTkcd\":\"告诉我们您离开的原因,帮助我们改进\",\"dORAcs\":\"以下是与您邮箱关联的所有票。\",\"g+2103\":\"这是您的推广链接\",\"bVsnqU\":\"Hi,\",\"/iE8xx\":\"Hi.Events 费用\",\"zppscQ\":\"Hi.Events 平台费用和每笔交易的增值税明细\",\"D+zLDD\":\"隐藏\",\"cZO505\":[\"Hidden — sales ended \",[\"end\"],\".\"],\"DRErHC\":\"对参与者隐藏 - 仅组织者可见\",\"9zfvsx\":\"Hidden from everyone\",\"nMfkJW\":\"Hidden from everyone — the master hide switch is on.\",\"NNnsM0\":\"隐藏高级选项\",\"P+5Pbo\":\"隐藏答案\",\"VMlRqi\":\"Hide details\",\"NQgWuh\":\"隐藏预览\",\"uXNYjR\":\"隐藏已售罄的日期和时间\",\"g9RcYX\":\"隐藏日期\",\"uMwTx7\":\"隐藏此类别?\",\"LLt2UT\":\"Hides sold out\",\"gtEbeW\":\"突出显示\",\"NF8sdv\":\"突出显示消息\",\"MXSqmS\":\"突出显示此产品\",\"7ER2sc\":\"已突出显示\",\"sq7vjE\":\"突出显示的产品将具有不同的背景色,使其在活动页面上脱颖而出。\",\"1+WSY1\":\"Hobbies\",\"yY8wAv\":\"Hours\",\"49Tkiw\":\"折扣如何应用?\",\"sy9anN\":\"客户收到报价后完成购买的时限。留空表示无时间限制。\",\"cceMns\":\"How VAT is applied to the platform fees we charge you.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"匈牙利语\",\"8Wgd41\":\"我确认我作为数据控制者的责任\",\"O8m7VA\":\"我同意接收与此活动相关的电子邮件通知\",\"YLgdk5\":\"我确认这是与此活动相关的交易消息\",\"4/kP5a\":\"如果没有自动打开新标签页,请点击下方按钮继续结账。\",\"W/eN+G\":\"如果为空,地址将用于生成 Google 地图链接\",\"CY3yHL\":\"如果选中,此类别将对公众隐藏。\",\"iIEaNB\":\"如果您在我们这里有账户,您将收到一封包含如何重置密码说明的电子邮件。\",\"an5hVd\":\"图片\",\"tSVr6t\":\"模拟\",\"TWXU0c\":\"模拟用户\",\"5LAZwq\":\"模拟已开始\",\"IMwcdR\":\"模拟已停止\",\"0I0Hac\":\"重要通知\",\"yD3avI\":\"重要提示:更改您的电子邮件地址将更新访问此订单的链接。保存后,您将被重定向到新的订单链接。\",\"jT142F\":[[\"diffHours\"],\"小时后\"],\"OoSyqO\":[[\"diffMinutes\"],\"分钟后\"],\"PdMhEx\":[\"in last \",[\"0\"],\" min\"],\"u7r0G5\":\"In person — set a venue\",\"/LCAwL\":\"进行中\",\"5gTmFD\":\"含费用\",\"laL+R0\":\"含费用及税费\",\"cXeh90\":\"含税\",\"pxFAp/\":\"增加\",\"nQMUIO\":\"增加数量\",\"F1Xp97\":\"个人与会者\",\"85e6zs\":\"插入Liquid令牌\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Instant Stripe payouts\",\"nbfdhU\":\"集成\",\"I8eJ6/\":\"Internal notes on the attendee's ticket\",\"B2Tpo0\":\"无效邮箱\",\"5tT0+u\":\"邮箱格式无效\",\"f9WRpE\":\"无效的文件类型。请上传图片。\",\"tnL+GP\":\"无效的Liquid语法。请更正后再试。\",\"N9JsFT\":\"无效的增值税号格式\",\"g+lLS9\":\"邀请团队成员\",\"1z26sk\":\"邀请团队成员\",\"KR0679\":\"邀请团队成员\",\"aH6ZIb\":\"邀请您的团队\",\"Dn4OyV\":\"已邀请\",\"IuMGvq\":\"发票\",\"a/bUcL\":\"It happens on more than one date\",\"d+Oe9r\":\"It may have been unpublished or removed. Please check the link and try again.\",\"Lj7sBL\":\"意大利语\",\"F5/CBH\":\"项\",\"BzfzPK\":\"项目\",\"rjyWPb\":\"January\",\"KmWyx0\":\"任务\",\"o5r6b2\":\"任务已删除\",\"cd0jIM\":\"任务详情\",\"ruJO57\":\"任务名称\",\"YZi+Hu\":\"任务已排队等待重试\",\"nCywLA\":\"随时随地加入\",\"SNzppu\":\"加入候补名单\",\"dLouFI\":[\"加入\",[\"productDisplayName\"],\"的等候名单\"],\"2gMuHR\":\"已加入\",\"u4ex5r\":\"July\",\"zeEQd/\":\"June\",\"MxjCqk\":\"只是在找您的票?\",\"xOTzt5\":\"just now\",\"0RihU9\":\"Just wrapped\",\"Brhs/U\":\"保留连接\",\"4OjqAQ\":\"Keep editing\",\"lwO5vw\":[\"请保持简短 — 横幅仅显示一行。\",[\"0\"],\"/200\"],\"lB2hSG\":[\"及时向我更新来自\",[\"0\"],\"的新闻和活动\"],\"ioFA9i\":\"Keep the profit.\",\"C/pOUI\":\"标签 — 例如:上午场\",\"o66QSP\":\"label updates\",\"RtKKbA\":\"Last\",\"DruLRc\":\"过去14天\",\"ve9JTU\":\"姓氏为必填项\",\"h0Q9Iw\":\"最新响应\",\"gw3Ur5\":\"最近触发\",\"FIq1Ba\":\"Later\",\"xvnLMP\":\"Latest check-ins\",\"GGFOZD\":\"将“从”保留为今天即可立即开始。\",\"N5TErv\":\"Leave empty for unlimited\",\"L/hDDD\":\"Leave empty to apply this check-in list to all occurrences\",\"9Pf3wk\":\"Leave on to cover every ticket on the event. Turn off to pick specific tickets.\",\"Hq2BzX\":\"Let them know about the change\",\"+uexiy\":\"Let them know about the changes\",\"exYcTF\":\"Library\",\"1njn7W\":\"浅色\",\"1qY5Ue\":\"链接已过期或无效\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"允许链接\",\"2BBAbc\":\"List\",\"dF6vP6\":\"上线\",\"fpMs2Z\":\"直播\",\"D9zTjx\":\"直播活动\",\"a37vfH\":\"Live preview\",\"C33p4q\":\"Loaded dates\",\"WdmJIX\":\"加载预览中...\",\"IoDI2o\":\"加载令牌中...\",\"G3Ge9Z\":\"正在加载Webhook日志...\",\"NFxlHW\":\"正在加载 Webhook\",\"E0DoRM\":\"地点已删除\",\"7w8lJU\":\"地点已保存\",\"YsRXDD\":\"地点已更新\",\"A/kIva\":\"location updates\",\"iyZPPR\":\"个地点\",\"VppBoU\":\"地点\",\"iG7KNr\":\"标志\",\"vu7ZGG\":\"标志和封面\",\"gddQe0\":\"您的组织者的标志和封面图像\",\"TBEnp1\":\"标志将显示在页面头部\",\"Jzu30R\":\"标志将显示在票券上\",\"PSRm6/\":\"查找我的门票\",\"yJFu/X\":\"总部办公室\",\"v5nFPh\":\"Make it visible so people can buy tickets\",\"cdY2at\":[\"Manage \",[\"0\"]],\"wZJfA8\":\"Manage dates and times for your recurring event\",\"RlzPUE\":\"Manage on Stripe\",\"sjoDuh\":\"Manage schedule\",\"6NXJRK\":\"Manage Schedule\",\"zXuaxY\":\"管理活动的等候名单,查看统计数据,并向参与者提供门票。\",\"g2npA5\":\"手动提供\",\"hg6l4j\":\"March\",\"pqRBOz\":\"Mark as validated (admin override)\",\"2L3vle\":\"最大消息数 / 24小时\",\"Qp4HWD\":\"最大收件人数 / 消息\",\"7qu2YV\":[\"每笔订单最多 \",[\"cap\"],\" 件\"],\"3JzsDb\":\"May\",\"agPptk\":\"媒介\",\"xDAtGP\":\"消息\",\"bECJqy\":\"消息批准成功\",\"1jRD0v\":\"向与会者发送特定门票的信息\",\"uQLXbS\":\"消息已取消\",\"48rf3i\":\"消息不能超过5000个字符\",\"ZPj0Q8\":\"消息详情\",\"Vjat/X\":\"消息为必填项\",\"0/yJtP\":\"向具有特定产品的订单所有者发送消息\",\"saG4At\":\"消息已定时\",\"mFdA+i\":\"消息级别\",\"v7xKtM\":\"消息级别更新成功\",\"/VRn+9\":[\"Min \",[\"min\"],\" per order\"],\"H9HlDe\":\"分钟\",\"agRWc1\":\"Minutes\",\"FfPWR0\":\"弹窗\",\"zz/Wd/\":\"Mode\",\"fpMgHS\":\"Mon\",\"hty0d5\":\"星期一\",\"JbIgPz\":\"货币金额是所有货币的大致总和\",\"qvF+MT\":\"监控和管理失败的后台任务\",\"kY2ll9\":\"month\",\"HajiZl\":\"月\",\"+8Nek/\":\"Monthly\",\"6jefe3\":\"months\",\"f8jrkd\":\"more\",\"JcD7qf\":\"More actions\",\"w36OkR\":\"最多浏览活动(过去14天)\",\"+Y/na7\":\"Move all dates earlier or later\",\"3DIpY0\":\"Multiple locations\",\"g9cQCP\":\"Multiple ticket types\",\"GfaxEk\":\"音乐\",\"oVGCGh\":\"我的票\",\"8/brI5\":\"姓名为必填项\",\"sFFArG\":\"名称长度必须少于255个字符\",\"Bst+aq\":\"需要更换 Stripe 账户?断开此账户。\",\"xxU3NX\":\"净收入\",\"7I8LlL\":\"New capacity\",\"n1GRql\":\"New label\",\"y0Fcpd\":\"新地点\",\"ArHT/C\":\"新注册\",\"uK7xWf\":\"New time:\",\"g8JmSC\":\"下个月\",\"veT5Br\":\"Next occurrence\",\"WXtl5X\":[\"Next: \",[\"nextFormatted\"]],\"eWRECP\":\"夜生活\",\"HSw5l3\":\"否 - 我是个人或未注册增值税的企业\",\"VHfLAW\":\"无账户\",\"+jIeoh\":\"未找到账户\",\"074+X8\":\"没有活动的 Webhook\",\"zxnup4\":\"没有推广员可显示\",\"hUHrkV\":\"暂无公告\",\"Dwf4dR\":\"暂无参与者问题\",\"th7rdT\":\"No attendees to show\",\"PKySlW\":\"No attendees yet for this date.\",\"/UC6qk\":\"未找到归因数据\",\"E2vYsO\":\"No capabilities reported by Stripe yet.\",\"amMkpL\":\"无容量\",\"d2Jf1f\":\"No change\",\"99ntUF\":\"此活动没有可用的签到列表。\",\"wG+knX\":\"No check-ins yet\",\"+dAKxg\":\"未找到配置\",\"LiLk8u\":\"No connections available\",\"eb47T5\":\"未找到所选筛选条件的数据。请尝试调整日期范围或货币。\",\"Zc216S\":\"No date added\",\"I8mtzP\":\"No dates available this month. Try navigating to another month.\",\"yDukIL\":\"No dates match the current filters.\",\"B7phdj\":\"No dates match your filters\",\"/ZB4Um\":\"No dates match your search\",\"OtJSnL\":\"未安排日期\",\"gEdNe8\":\"No dates scheduled yet\",\"w+wkcC\":\"未找到删除请求\",\"pZNOT9\":\"无结束日期\",\"dW40Uz\":\"未找到活动\",\"8pQ3NJ\":\"未来24小时内没有开始的活动\",\"8zCZQf\":\"尚无活动\",\"Yc5YW6\":\"没有失败的任务\",\"EpvBAp\":\"无发票\",\"N+9Onb\":\"No limits\",\"XZkeaI\":\"未找到日志\",\"IcAC6J\":\"没有匹配的字体\",\"nrSs2u\":\"未找到消息\",\"Rj99yx\":\"No occurrences available\",\"IFU1IG\":\"No occurrences on this date\",\"OVFwlg\":\"暂无订单问题\",\"EJ7bVz\":\"未找到订单\",\"NEmyqy\":\"尚无订单\",\"a77B6w\":\"No orders yet for this date.\",\"wUv5xQ\":\"过去14天没有组织者活动\",\"vLd1tV\":\"No organizer context available.\",\"B7w4KY\":\"无其他可用组织者\",\"PChXMe\":\"无付费订单\",\"6jYQGG\":\"没有过去的活动\",\"CHzaTD\":\"过去14天没有热门活动\",\"zK/+ef\":\"没有可供选择的产品\",\"M1/lXs\":\"No products configured for this event.\",\"kY7XDn\":\"没有产品有等候名单条目\",\"8mw4tm\":\"无产品消息\",\"wYiAtV\":\"没有最近的账户注册\",\"UW90md\":\"未找到收件人\",\"QoAi8D\":\"无响应\",\"JeO7SI\":\"无响应\",\"EK/G11\":\"尚无响应\",\"AxPAXW\":\"未找到结果\",\"59OWd3\":\"暂无已保存的地点\",\"mPdY6W\":\"没有建议\",\"3sRuiW\":\"未找到票\",\"debCrL\":\"没有可售门票\",\"k2C0ZR\":\"No upcoming dates\",\"yM5c0q\":\"没有即将到来的活动\",\"qpC74J\":\"未找到用户\",\"8wgkoi\":\"过去14天没有浏览的活动\",\"Arzxc1\":\"没有候补名单条目\",\"n5vdm2\":\"此端点尚未记录任何 Webhook 事件。事件触发后将显示在此处。\",\"4GhX3c\":\"没有 Webhooks\",\"4+am6b\":\"否,保留在此\",\"4JVMUi\":\"non-edited\",\"ACaDVQ\":\"None yet\",\"Itw24Q\":\"Not checked in\",\"x5+Lcz\":\"未签到\",\"8n10sz\":\"不符合条件\",\"kLvU3F\":\"Notify attendees and stop sales\",\"t9QlBd\":\"November\",\"kAREMN\":\"Number of dates to create\",\"6u1B3O\":\"Occurrence\",\"mmoE62\":\"Occurrence Cancelled\",\"V9flmL\":\"Occurrence Schedule\",\"Kh3WO8\":\"Occurrence Summary\",\"byXCTu\":\"Occurrences\",\"KATw3p\":\"Occurrences (future only)\",\"85rTR2\":\"Occurrences can be configured after creation\",\"dzQfDY\":\"October\",\"BwJKBw\":\"共\",\"GQnX9d\":\"每月\",\"az8lvo\":\"Off\",\"9h7RDh\":\"提供\",\"EfK2O6\":\"提供名额\",\"3sVRey\":\"提供门票\",\"2O7Ybb\":\"报价超时\",\"1jUg5D\":\"已提供\",\"l+/HS6\":[\"报价将在 \",[\"timeoutHours\"],\" 小时后过期。\"],\"6Aih4U\":\"离线\",\"Fdp03t\":\"于\",\"Z5HWHd\":\"On\",\"TH5A28\":[\"于\",[\"dayList\"]],\"qiMtVT\":[\"于\",[\"month\"],[\"day\"],\"日\"],\"nO3VbP\":[\"销售于\",[\"0\"]],\"pPAGSK\":[\"于\",[\"position\"],[\"day\"]],\"2eFltz\":\"On the event page\",\"H7stQC\":\"已加入候补名单\",\"oXOSPE\":\"在线\",\"aqmy5k\":\"Online — provide connection details\",\"LuZBbx\":\"Online & in-person\",\"IXuOqt\":\"Online & in-person — see schedule\",\"WjSpu5\":\"在线活动\",\"wCRLS9\":[\"仅剩 \",[\"cap\"],\" 件\"],\"scPxI/\":[\"仅剩 \",[\"capacity\"],\" 个\"],\"Gk0+G6\":\"Only a name is required — everything else has sensible defaults\",\"NdOxqr\":\"只有账户管理员可以删除或归档活动。请联系您的账户管理员寻求帮助。\",\"rnoDMF\":\"只有账户管理员可以删除或归档主办方。请联系您的账户管理员寻求帮助。\",\"tnx0u1\":\"Only available as an add-on\",\"z4JBd7\":\"只有已发布的公告才会向用户显示\",\"bU7oUm\":\"仅发送给具有这些状态的订单\",\"wkpaqp\":\"仅显示开始日期和时间\",\"chktt5\":\"Only shown as an add-on to the products it's attached to\",\"Y4HHYW\":\"Only shown as an add-on to the products it's attached to.\",\"Z82In9\":\"只有账户所有者才能请求删除账户。\",\"DMk8F0\":\"Only tickets count toward capacity\",\"+/Z3yr\":\"Only visible to buyers with an applicable promo code.\",\"M2w1ni\":\"仅使用促销代码可见\",\"y8Bm7C\":\"Open check-in\",\"RLz7P+\":\"Open occurrence\",\"iMqrOb\":\"可选的行动号召\",\"cDSdPb\":\"在选择器中显示的可选昵称,例如\\\"总部会议室\\\"\",\"HXMJxH\":\"免责声明、联系信息或感谢说明的可选文本(仅单行)\",\"L565X2\":\"选项\",\"8m9emP\":\"or add a single date\",\"eBskDE\":\"或启用线下付款并停用 Stripe\",\"dSeVIm\":\"order\",\"c/TIyD\":\"订单和门票\",\"H5qWhm\":\"订单已取消\",\"b6+Y+n\":\"订单完成\",\"x4MLWE\":\"订单确认\",\"CsTTH0\":\"订单确认重新发送成功\",\"ppuQR4\":\"订单已创建\",\"xtQzag\":\"Order details\",\"vrSW9M\":\"订单已取消并退款。订单所有者已收到通知。\",\"rzw+wS\":\"订单持有人\",\"oI/hGR\":\"订单ID\",\"m8vQEP\":\"Order limits\",\"vu6Arl\":\"订单标记为已支付\",\"sLbJQz\":\"未找到订单\",\"kvYpYu\":\"未找到订单\",\"eJ8SvM\":\"Order number, purchase date, purchaser email\",\"FaPYw+\":\"订单所有者\",\"eB5vce\":\"具有特定产品的订单所有者\",\"CxLoxM\":\"具有产品的订单所有者\",\"UkHo4c\":\"订单参考\",\"EZy55F\":\"订单已退款\",\"6eSHqs\":\"订单状态\",\"oW5877\":\"订单总额\",\"e7eZuA\":\"订单已更新\",\"1SQRYo\":\"订单更新成功\",\"3NT0Ck\":\"订单已被取消\",\"V5khLm\":\"orders\",\"sd5IMt\":\"已完成订单\",\"5It1cQ\":\"订单已导出\",\"UQ0ACV\":\"订单总额\",\"B/EBQv\":\"订单:\",\"qtGTNu\":\"自然账户\",\"P/JHA4\":\"主办方已成功归档\",\"S3CZ5M\":\"组织者仪表板\",\"GzjTd0\":\"主办方已成功删除\",\"SQqJd8\":\"未找到组织者\",\"HF8Bxa\":\"主办方已成功恢复\",\"wpj63n\":\"组织者设置\",\"o1my93\":\"组织者状态更新失败。请稍后再试\",\"rLHma1\":\"组织者状态已更新\",\"LqBITi\":\"将使用组织者/默认模板\",\"q4zH+l\":\"Organizers\",\"/IX/7x\":\"其他\",\"RsiDDQ\":\"其他列表(不包含此票)\",\"EufvBx\":\"结果\",\"aDfajK\":\"Outdoors\",\"qMASRF\":\"发出的消息\",\"iCOVQO\":\"Override\",\"GpFTEc\":\"Override fees on this organizer\",\"M9ZhMP\":\"Override price\",\"cnVIpl\":\"Override removed\",\"6/dCYd\":\"概览\",\"6WdDG7\":\"页面\",\"8uqsE5\":\"页面不再可用\",\"QkLf4H\":\"页面链接\",\"sF+Xp9\":\"页面浏览量\",\"v4nCHK\":\"Paid\",\"c+suC6\":\"付费账户\",\"5F7SYw\":\"部分退款\",\"fFYotW\":[\"部分退款:\",[\"0\"]],\"i8day5\":\"将费用转嫁给买家\",\"k4FLBQ\":\"转嫁给买家\",\"Ff0Dor\":\"过去\",\"BFjW8X\":\"Past due\",\"xTPjSy\":\"过去的活动\",\"/l/ckQ\":\"粘贴链接\",\"URAE3q\":\"已暂停\",\"4fL/V7\":\"付款\",\"W5l9HD\":\"随心付\",\"c2/9VE\":\"负载数据\",\"5cxUwd\":\"支付日期\",\"ENEPLY\":\"付款方式\",\"8Lx2X7\":\"已收到付款\",\"fx8BTd\":\"付款不可用\",\"C+ylwF\":\"Payouts\",\"UbRKMZ\":\"待处理\",\"UkM20g\":\"待审核\",\"dPYu1F\":\"每位参与者\",\"mQV/nJ\":\"per min\",\"+kvxv+\":\"每单\",\"VlXNyK\":\"每个订单\",\"NhuGd7\":\"每件商品\",\"hauDFf\":\"每张门票\",\"mnF83a\":\"百分比费用\",\"TNLuRD\":\"Percentage fee (%)\",\"MixU2P\":\"百分比必须在0到100之间\",\"MkuVAZ\":\"交易金额的百分比\",\"/Bh+7r\":\"绩效\",\"/4mGVp\":\"永久删除此账户\",\"dGdKgQ\":\"永久删除此账户及其数据。\",\"fIp56F\":\"永久删除此活动及其所有相关数据。\",\"nJeeX7\":\"永久删除此主办方及其所有活动。\",\"wfCTgK\":\"Permanently remove this date\",\"6kPk3+\":\"个人信息\",\"zmwvG2\":\"电话\",\"tSR/oe\":\"Pick an end date\",\"e8kzpp\":\"Pick at least one day of the month\",\"35C8QZ\":\"Pick at least one day of the week\",\"kJmAsd\":\"选择日期后即可在此查看。\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Placed\",\"wBJR8i\":\"计划举办活动?\",\"J3lhKT\":\"平台费用\",\"RD51+P\":[\"从您的付款中扣除 \",[\"0\"],\" 的平台费用\"],\"br3Y/y\":\"平台费用\",\"3buiaw\":\"平台费用报告\",\"kv9dM4\":\"平台收入\",\"PJ3Ykr\":\"Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions.\",\"OtjenF\":\"请输入有效的电子邮件地址\",\"jEw0Mr\":\"请输入有效的 URL\",\"n8+Ng/\":\"请输入5位数验证码\",\"r+lQXT\":\"请输入您的增值税号码\",\"Dvq0wf\":\"请提供一张图片。\",\"2cUopP\":\"请重新开始结账流程。\",\"GoXxOA\":\"Please select a date and time\",\"8KmsFa\":\"请选择日期范围\",\"EFq6EG\":\"请选择一张图片。\",\"fuwKpE\":\"请再试一次。\",\"klWBeI\":\"请稍候再请求新的验证码\",\"hfHhaa\":\"请稍候,我们正在准备导出您的推广员...\",\"o+tJN/\":\"请稍候,我们正在准备导出您的与会者...\",\"+5Mlle\":\"请稍候,我们正在准备导出您的订单...\",\"trnWaw\":\"波兰语\",\"luHAJY\":\"热门活动(过去14天)\",\"p/78dY\":\"Position\",\"OESu7I\":\"通过在多种门票类型之间共享库存来防止超卖。\",\"NgVUL2\":\"预览结账表单\",\"cs5muu\":\"预览活动页面\",\"1xwZj/\":\"上个月\",\"Jm2AC3\":\"Price Tier\",\"a5jvSX\":\"价格层级\",\"aHCEmh\":\"Pricing\",\"ReihZ7\":\"打印预览\",\"JnuPvH\":\"打印门票\",\"tYF4Zq\":\"打印为PDF\",\"LcET2C\":\"隐私政策\",\"8z6Y5D\":\"处理退款\",\"JcejNJ\":\"处理订单中\",\"EWCLpZ\":\"产品已创建\",\"XkFYVB\":\"产品已删除\",\"YMwcbR\":\"产品销售、收入和税费明细\",\"ls0mTC\":\"Product settings cannot be edited for cancelled dates.\",\"2339ej\":\"Product settings saved successfully\",\"ldVIlB\":\"产品已更新\",\"CP3D8G\":\"Progress\",\"JoKGiJ\":\"优惠码\",\"dIodJL\":\"Promo code required\",\"k3wH7i\":\"促销码使用情况及折扣明细\",\"tZqL0q\":\"promo codes\",\"oCHiz3\":\"Promo codes\",\"uEhdRh\":\"仅促销\",\"dLm8V5\":\"促销电子邮件可能导致账户暂停\",\"W0ETyY\":\"请至少填写一个地址字段(场地、街道、城市或国家)。\",\"2W/7Gz\":\"Provide the following before Stripe's next review to keep payouts flowing.\",\"7d1a0d\":\"Public\",\"EEYbdt\":\"发布\",\"JcgJKc\":\"仍要发布\",\"evDBV8\":\"发布活动\",\"2zEfOd\":\"Publish your event\",\"u3wRF+\":\"已发布\",\"L7nrC8\":\"发布后,您的活动页面将公开并开放报名。\",\"dsFmM+\":\"已购买\",\"JunetL\":\"Purchaser\",\"phmeUH\":\"Purchaser email\",\"ywR4ZL\":\"QR code check-in\",\"oWXNE5\":\"数量\",\"VbWX2u\":\"数量\",\"biEyJ4\":\"Question answers\",\"k/bJj0\":\"问题已重新排序\",\"b24kPi\":\"队列\",\"lTPqpM\":\"Quick Tip\",\"fqDzSu\":\"费率\",\"mnUGVC\":\"超出速率限制。请稍后再试。\",\"t41hVI\":\"重新提供名额\",\"TNclgc\":\"Reactivate this date? It will be reopened for future sales.\",\"RENQ6j\":\"准备好发布了吗?\",\"uqoRbb\":\"Real-time analytics\",\"jPSk57\":\"原因(可选)\",\"xzRvs4\":[\"接收 \",[\"0\"],\" 的产品更新。\"],\"pLXbi8\":\"最近账户注册\",\"M1HGuR\":\"Recent activity\",\"3kJ0gv\":\"Recent Attendees\",\"qhfiwV\":\"Recent check-ins\",\"S+0XMX\":\"Recent orders\",\"Fi3b48\":\"最近订单\",\"7hPBBn\":\"位收件人\",\"jp5bq8\":\"位收件人\",\"yPrbsy\":\"收件人\",\"E1F5Ji\":\"收件人在消息发送后可用\",\"WEYdDv\":\"Recommended\",\"wuhHPE\":\"Recurring\",\"asLqwt\":\"重复活动\",\"s3uzsK\":\"重复活动设置\",\"D0tAMe\":\"Recurring events\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"正在重定向到 Stripe...\",\"pnoTN5\":\"推荐账户\",\"ACKu03\":\"刷新预览\",\"vuFYA6\":\"Refund all orders for these dates\",\"4cRUK3\":\"Refund all orders for this date\",\"fKn/k6\":\"退款金额\",\"qY4rpA\":\"退款失败\",\"FaK/8G\":[\"退款订单 \",[\"0\"]],\"MGbi9P\":\"退款处理中\",\"BDSRuX\":[\"已退款:\",[\"0\"]],\"bU4bS1\":\"退款\",\"rYXfOA\":\"区域设置\",\"5tl0Bp\":\"注册问题\",\"ZNo5k1\":\"Remaining\",\"Bjh87R\":\"Remove label from all dates\",\"IVZaEo\":\"从活动页面完全移除已售罄的日期和时间。禁用时,它们仍然可见并标记为已售罄。\",\"5Vkr/a\":\"移除时间\",\"KkJtVK\":\"Reopen for new sales\",\"XJwWJp\":\"Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed.\",\"RYlQY0\":\"重复\",\"CQeZT8\":\"未找到报告\",\"JEPMXN\":\"请求新链接\",\"Yx0Ud8\":\"请求时间\",\"Wcv9QD\":\"请求人\",\"TMLAx2\":\"必填\",\"mdeIOH\":\"重新发送验证码\",\"sQxe68\":\"重新发送确认\",\"bxoWpz\":\"重新发送确认邮件\",\"G42SNI\":\"重新发送邮件\",\"TTpXL3\":[[\"resendCooldown\"],\"秒后重新发送\"],\"5CiNPm\":\"重新发送门票\",\"Uwsg2F\":\"已预订\",\"8wUjGl\":\"保留至\",\"a5z8mb\":\"Reset to base price\",\"kCn6wb\":\"正在重置...\",\"ZlCDf+\":\"响应\",\"bsydMp\":\"响应详情\",\"yKu/3Y\":\"恢复\",\"RokrZf\":\"恢复活动\",\"/JyMGh\":\"恢复主办方\",\"HFvFRb\":\"恢复此活动以使其重新可见。\",\"DDIcqy\":\"恢复此主办方并使其重新活跃。\",\"mO8KLE\":\"results\",\"6gRgw8\":\"重试\",\"1BG8ga\":\"全部重试\",\"rDC+T6\":\"重试任务\",\"CbnrWb\":\"返回活动\",\"Lf7TCn\":\"当您创建带地址的活动时,可重复使用的场地会自动出现在这里,您也可以自行添加。\",\"mdQ0zb\":\"可在活动中重复使用的场地。通过自动补全创建的地点会自动保存在这里。\",\"XFOPle\":\"Reuse\",\"1Zehp4\":\"Reuse a Stripe connection from another organizer in this account.\",\"Oo/PLb\":\"收入摘要\",\"CfuueU\":\"撤销报价\",\"Tpm2G9\":\"持续时间\",\"dFFW9L\":[\"销售已于\",[\"0\"],\"结束\"],\"loCKGB\":[\"销售于\",[\"0\"],\"结束\"],\"wlfBad\":\"销售期\",\"qi81Jg\":\"Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page.\",\"zpekWp\":[\"销售于\",[\"0\"],\"开始\"],\"7s8z0X\":\"Sale window\",\"mUv9U4\":\"销售\",\"9KnRdL\":\"销售已暂停\",\"JC3J0k\":\"Sales, attendance, and check-in breakdown per occurrence\",\"3VnlS9\":\"所有活动的销售、订单和性能指标\",\"3Q1AWe\":\"销售额:\",\"LeuERW\":\"Same as event\",\"B4nE3N\":\"示例票价\",\"8BRPoH\":\"示例场地\",\"PiK6Ld\":\"Sat\",\"+5kO8P\":\"星期六\",\"zJiuDn\":\"Save fee override\",\"x1fMXJ\":\"保存日程\",\"KZrfYJ\":\"保存社交链接\",\"9Y3hAT\":\"保存模板\",\"C8ne4X\":\"保存票券设计\",\"cTI8IK\":\"Save VAT settings\",\"6/TNCd\":\"保存增值税设置\",\"4RvD9q\":\"已保存的地点\",\"cgw0cL\":\"已保存的地点\",\"Fbqm/I\":\"Saving an override creates a dedicated configuration for this organizer if it's currently on the system default.\",\"I+FvbD\":\"扫描\",\"0zd6Nm\":\"Scan a ticket to check in an attendee\",\"bQG7Qk\":\"Scanned tickets will appear here\",\"WDYSLJ\":\"Scanner mode\",\"gmB6oO\":\"Schedule\",\"qQTaVm\":\"Schedule added\",\"j6NnBq\":\"Schedule created successfully\",\"YP7frt\":\"Schedule ends on\",\"QS1Nla\":\"稍后发送\",\"NAzVVw\":\"定时发送消息\",\"/rTL/5\":\"日程预览\",\"Fz09JP\":\"Schedule starts on\",\"4ba0NE\":\"已安排\",\"4HKQZj\":\"计划删除时间\",\"qcP/8K\":\"定时时间\",\"A1taO8\":\"Search\",\"ftNXma\":\"搜索推广员...\",\"VMU+zM\":\"Search attendees\",\"VY+Bdn\":\"按账户名称或电子邮件搜索...\",\"VX+B3I\":\"按活动标题或主办方搜索...\",\"R0wEyA\":\"按任务名称或异常搜索...\",\"YnMfsK\":\"按名称或地址搜索...\",\"3yKuDu\":\"按名称或邮箱搜索并选择一个或多个\",\"VT+urE\":\"按姓名或电子邮件搜索...\",\"GHdjuo\":\"按姓名、电子邮件或账户搜索...\",\"4mBFO7\":\"Search by name, order #, ticket # or email\",\"20ce0U\":\"按订单ID、客户姓名或电子邮件搜索...\",\"4DSz7Z\":\"按主题、活动或账户搜索...\",\"gTUY97\":\"按标题搜索...\",\"nQC7Z9\":\"Search dates...\",\"iRtEpV\":\"Search dates…\",\"JRM7ao\":\"Search for an address\",\"BWF1kC\":\"搜索消息...\",\"5WYZKZ\":\"搜索结果\",\"IG85fV\":\"搜索已保存的地点或查找地址...\",\"Du+zn+\":\"搜索中...\",\"3aD3GF\":\"Seasonal\",\"ku//5b\":\"Second\",\"Mck5ht\":\"安全结账\",\"s7tXqF\":\"See schedule\",\"JFap6u\":\"See what Stripe still needs\",\"6lGaum\":\"已查看\",\"p7xUrt\":\"选择类别\",\"hTKQwS\":\"Select a Date & Time\",\"Ps6Xtf\":\"Select a date to see available times\",\"e4L7bF\":\"选择一条消息查看其内容\",\"zPRPMf\":\"选择级别\",\"BFRSTT\":\"选择账户\",\"wgNoIs\":\"Select all\",\"mCB6Je\":\"全选\",\"aCEysm\":[\"Select all on \",[\"0\"]],\"a6+167\":\"选择活动\",\"4oT6dP\":\"请至少选择一个账户\",\"neCGH1\":\"请至少选择一个用户\",\"CFbaPk\":\"选择参会者组\",\"88a49s\":\"Select camera\",\"tVW/yo\":\"选择货币\",\"SJQM1I\":\"Select date\",\"n9ZhRa\":\"选择结束日期和时间\",\"gTN6Ws\":\"选择结束时间\",\"0U6E9W\":\"选择活动类别\",\"j9cPeF\":\"选择事件类型\",\"ypTjHL\":\"Select occurrence\",\"DHBGUX\":\"Select products...\",\"KizCK7\":\"选择开始日期和时间\",\"dJZTv2\":\"选择开始时间\",\"x8XMsJ\":\"为此帐户选择消息级别。这控制消息限制和链接权限。\",\"aT3jZX\":\"选择时区\",\"TxfvH2\":\"选择应该收到此消息的参会者\",\"Ropvj0\":\"选择哪些事件将触发此 Webhook\",\"+6YAwo\":\"selected\",\"ylXj1N\":\"已选择\",\"uq3CXQ\":\"Sell out your event.\",\"oBXbO4\":\"Selling a physical product? Cap its quantity on the <0>products page instead.\",\"j9b/iy\":\"热卖中 🔥\",\"73qYgo\":\"作为测试发送\",\"HMAqFK\":\"向参与者、持票人或订单所有者发送电子邮件。消息可以立即发送或安排稍后发送。\",\"22Itl6\":\"给我发送副本\",\"NpEm3p\":\"立即发送\",\"nOBvex\":\"将实时订单和参与者数据发送到您的外部系统。\",\"1lNPhX\":\"发送退款通知邮件\",\"eaUTwS\":\"发送重置链接\",\"5cV4PY\":\"Send to all occurrences, or choose a specific one\",\"QEQlnV\":\"发送您的第一条消息\",\"IoAuJG\":\"正在发送...\",\"h69WC6\":\"已发送\",\"BVu2Hz\":\"发送者\",\"ZFa8wv\":\"Sent to attendees when a scheduled date is cancelled\",\"SPdzrs\":\"客户下单时发送\",\"LxSN5F\":\"发送给每位参会者及其门票详情\",\"hgvbYY\":\"September\",\"5sN96e\":\"Session cancelled\",\"S9i0UC\":[\"场 · \",[\"dateCount\"],\" 个日期 × \",[\"timesPerDay\"],\" 个时间\"],\"89xaFU\":\"为此组织者创建的新活动设置默认平台费用设置。\",\"eXssj5\":\"为此组织者创建的新活动设置默认设置。\",\"uPe5p8\":\"Set how long each date lasts\",\"ODuUEi\":\"Set or clear the date label\",\"buHACR\":\"Set the end time of each date to be this long after its start time.\",\"TaeFgl\":\"Set to unlimited (remove limit)\",\"pd6SSe\":\"Set up a recurring schedule to automatically create dates, or add them one at a time.\",\"s0FkEx\":\"为不同的入口、场次或日期设置签到列表。\",\"TaWVGe\":\"Set up payouts\",\"JA//e6\":\"Set up schedule\",\"gzXY7l\":\"Set Up Schedule\",\"0Ls9qe\":\"Set up the tickets you'll sell and their prices\",\"xMO+Ao\":\"设置您的组织\",\"5pEFnq\":\"设置您的日程\",\"zRRuUD\":\"Set up your schedule in the next steps\",\"ETC76A\":\"Set, change, or remove the date's location or online details\",\"C3htzi\":\"设置已更新\",\"Ohn74G\":\"设置与设计\",\"1W5XyZ\":\"Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event.\",\"GG7qDw\":\"分享推广链接\",\"hL7sDJ\":\"分享组织者页面\",\"jy6QDF\":\"共享容量管理\",\"jDNHW4\":\"Shift times\",\"tPfIaW\":[\"Shifted times for \",[\"count\"],\" date(s)\"],\"WwlM8F\":\"显示高级选项\",\"cMW+gm\":[\"显示所有平台(另有 \",[\"0\"],\" 个包含值)\"],\"wXi9pZ\":\"Show attendee notes to non-logged-in staff\",\"4LZFir\":\"显示整个日期范围\",\"UVPI5D\":\"显示更少平台\",\"Eu/N/d\":\"显示营销订阅复选框\",\"SXzpzO\":\"默认显示营销订阅复选框\",\"b33PL9\":\"显示更多平台\",\"Eut7p9\":\"Show order details to non-logged-in staff\",\"+RoWKN\":\"Show question answers to non-logged-in staff\",\"jbcx6L\":\"Show remaining capacity on event dates\",\"rXxBOx\":\"Show remaining capacity to buyers\",\"t1LIQW\":[\"显示 \",[\"0\"],\" / \",[\"totalRows\"],\" 条记录\"],\"E717U9\":[\"Showing \",[\"0\"],\"–\",[\"1\"],\" of \",[\"2\"]],\"5rzhBQ\":[\"Showing \",[\"MAX_VISIBLE\"],\" of \",[\"totalAvailable\"],\" dates. Type to search.\"],\"WSt3op\":[\"Showing the first \",[\"0\"],\" — the remaining \",[\"1\"],\" session(s) will still be targeted when the message is sent.\"],\"o1UbOh\":\"在弹窗顶部弹跳显示\",\"OJLTEL\":\"Shown to staff the first time they open the check-in page.\",\"lbfXEJ\":\"Shows remaining\",\"jVRHeq\":\"注册时间\",\"5C7J+P\":\"Single Event\",\"E//btK\":\"Skip manually edited dates\",\"paESr6\":\"斯洛伐克语\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"社交\",\"d0rUsW\":\"社交链接\",\"j/TOB3\":\"社交链接与网站\",\"s9KGXU\":\"已售出\",\"yp+0jj\":\"sold out\",\"1hupow\":\"售罄,可加入候补名单\",\"iACSrw\":\"Some details are hidden from public access. Log in to view everything.\",\"Dia6iz\":\"Something went wrong while deleting the image. Please try again.\",\"KTxc6k\":\"出现问题,请重试,或在问题持续时联系客服\",\"lkE00/\":\"出了点问题。请稍后再试。\",\"wdxz7K\":\"来源\",\"SzuJ5m\":\"指定账户\",\"/h8G1o\":\"指定用户\",\"fDG2by\":\"Spirituality\",\"oPaRES\":\"Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end.\",\"7JFNej\":\"体育\",\"/bfV1Y\":\"Staff instructions\",\"StWUH4\":\"Start check-in\",\"JcQp9p\":\"开始日期和时间\",\"0m/ekX\":\"开始日期和时间\",\"izRfYP\":\"开始日期为必填项\",\"xAYSEs\":\"开始时间\",\"n9ZrDo\":\"Start typing a venue or address...\",\"DACR+e\":\"Starts collapsed\",\"qeFVhN\":[\"Starts in \",[\"diffDays\"],\" days\"],\"AOqtxN\":[\"Starts in \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Starts in \",[\"h\"],\"h \",[\"m\"],\"m\"],\"Lo49in\":[\"Starts in \",[\"seconds\"],\"s\"],\"NqChgF\":\"Starts tomorrow\",\"2NbyY/\":\"统计数据\",\"GVUxAX\":\"统计数据基于账户创建日期\",\"29Hx9U\":\"Stats\",\"5ia+r6\":\"Still needed\",\"wuV0bK\":\"停止模拟\",\"S/7MPw\":\"Stripe 账户已断开连接。\",\"s/KaDb\":\"Stripe connected\",\"Bk06QI\":\"Stripe 已连接\",\"akZMv8\":[\"Stripe connection copied from \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe didn't return a setup link. Please try again.\",\"aKtF0O\":\"Stripe未连接\",\"9i0++A\":\"Stripe 支付 ID\",\"R1lIMV\":\"Stripe will need a few more details soon\",\"FzcCHA\":\"Stripe will walk you through a few quick questions to finish setup.\",\"ii0qn/\":\"主题是必需的\",\"M7Uapz\":\"主题将显示在这里\",\"6aXq+t\":\"主题:\",\"JwTmB6\":\"产品复制成功\",\"WUOCgI\":\"已成功提供名额\",\"IvxA4G\":[\"已成功向 \",[\"count\"],\" 人提供门票\"],\"kKpkzy\":\"已成功向 1 人提供门票\",\"Zi3Sbw\":\"已成功从候补名单中移除\",\"RuaKfn\":\"地址更新成功\",\"kzx0uD\":\"成功更新活动默认设置\",\"5n+Wwp\":\"组织者更新成功\",\"DMCX/I\":\"平台费用默认设置更新成功\",\"URUYHc\":\"平台费用设置更新成功\",\"kRWc2g\":\"已成功更新重复活动设置\",\"0Dk/l8\":\"SEO 设置更新成功\",\"S8Tua9\":\"设置更新成功\",\"MhOoLQ\":\"社交链接更新成功\",\"CNSSfp\":\"跟踪设置更新成功\",\"kj7zYe\":\"Webhook 更新成功\",\"dXoieq\":\"摘要\",\"/RfJXt\":[\"夏季音乐节 \",[\"0\"]],\"CWOPIK\":\"2025夏季音乐节\",\"D89zck\":\"Sun\",\"DBC3t5\":\"星期日\",\"UaISq3\":\"瑞典语\",\"JZTQI0\":\"切换组织者\",\"9YHrNC\":\"系统默认\",\"jGR53C\":\"T-shirts, mugs and more\",\"hCR98w\":\"像日历一样点选日期。\",\"lruQkA\":\"Tap this screen to resume scanning\",\"X9v2GM\":\"目标账户\",\"TmyDCw\":\"目标用户\",\"TJUrME\":[\"Targeting attendees across \",[\"0\"],\" selected sessions.\"],\"yT6dQ8\":\"按税种和活动分组的已收税款\",\"Ye321X\":\"税种名称\",\"WyCBRt\":\"税务摘要\",\"QC3FVX\":\"Taxes & fees\",\"GkH0Pq\":\"已应用税费\",\"SXvRWU\":\"Team collaboration\",\"vlf/In\":\"科技\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"告诉人们您的活动会有哪些内容\",\"NiIUyb\":\"介绍一下您的活动\",\"DovcfC\":\"请告诉我们您的组织信息。这些信息将显示在您的活动页面上。\",\"69GWRq\":\"Tell us how often your event repeats and we'll create all the dates for you.\",\"mXPbwY\":\"Tell us your VAT registration status so we apply the correct VAT treatment to platform fees.\",\"7wtpH5\":\"模板已激活\",\"QHhZeE\":\"模板创建成功\",\"xrWdPR\":\"模板删除成功\",\"G04Zjt\":\"模板保存成功\",\"xowcRf\":\"服务条款\",\"6K0GjX\":\"文字可能难以阅读\",\"nm3Iz/\":\"感谢您的参与!\",\"pYwj0k\":\"Thanks,\",\"cIHkSd\":[\"共 \",[\"totalOccurrences\"],\" 场 — 上限为 \",[\"max\"],\"。请缩短日期范围或降低频率。\"],\"k3IitN\":\"That's a wrap\",\"KfmPRW\":\"页面的背景颜色。使用封面图片时,此颜色将作为叠加层应用。\",\"MDNyJz\":\"验证码将在10分钟后过期。如果您没有收到邮件,请检查垃圾邮件文件夹。\",\"AIF7J2\":\"定义固定费用的货币。结账时将转换为订单货币。\",\"k3LFkM\":\"此活动票价所使用的货币。\",\"7oksH+\":[\"折扣将从每个符合条件的商品中扣除。例如:立减 \",[\"currencySymbol\"],\"10 × 3 张票 = 共减 \",[\"currencySymbol\"],\"30。\"],\"sKL8k2\":\"折扣仅从订单总额中扣除一次。\",\"cDHM1d\":\"电子邮件地址已更改。参与者将在更新后的电子邮件地址收到新门票。\",\"tXadb0\":\"您查找的活动目前不可用。它可能已被删除、过期或 URL 不正确。\",\"sxKqBm\":\"订单全额将退款至客户的原始付款方式。\",\"KgDp6G\":\"您尝试访问的链接已过期或不再有效。请检查您的电子邮件以获取管理订单的更新链接。\",\"sYLeDq\":\"未找到您要查找的组织者。页面可能已被移动、删除或链接有误。\",\"PCr4zw\":\"The override is recorded in the order audit log.\",\"C4nQe5\":\"平台费用会添加到票价中。买家支付更多,但您会收到完整的票价。\",\"HxxXZO\":\"用于按钮和突出显示的主要品牌颜色\",\"OVSkIF\":\"敏捷的棕色狐狸跳过懒狗。\",\"z0KrIG\":\"定时时间为必填项\",\"EWErQh\":\"定时时间必须是将来的时间\",\"UNd0OU\":[\"The session for \\\"\",[\"title\"],\"\\\" originally scheduled for \",[\"0\"],\" has been rescheduled.\"],\"DEcpfp\":\"模板正文包含无效的Liquid语法。请更正后再试。\",\"qpmtdK\":\"此活动日期和时间所使用的时区。\",\"N3VfVA\":\"上传未到达服务器。请检查网络连接;如果文件较大,请尝试较小的图片(最大 5MB)。\",\"injXD7\":\"增值税号无法验证。请检查号码并重试。\",\"A4UmDy\":\"戏剧\",\"tDwYhx\":\"主题与颜色\",\"ybBP2H\":\"There are no products available for this date. Please choose another date.\",\"O7g4eR\":\"There are no upcoming dates for this event\",\"062KsE\":\"These details are shown on the attendee's ticket and order summary for this date only.\",\"5Eu+tn\":\"这些详情仅在订单成功完成后显示。\",\"jQjwR+\":\"These details will replace any existing location on the affected dates and show on attendee tickets.\",\"6eaLu/\":\"这些价格适用于日程中的所有场次,层级数量限制的是所有场次合计的总销量。层级的销售日期全局生效。您可以在<0>场次安排页面为单个场次覆盖价格。\",\"QP3gP+\":\"这些设置仅适用于复制的嵌入代码,不会被保存。\",\"HirZe8\":\"这些模板将用作您组织中所有活动的默认模板。单个活动可以用自己的自定义版本覆盖这些模板。\",\"lzAaG5\":\"这些模板将仅覆盖此活动的组织者默认设置。如果这里没有设置自定义模板,将使用组织者模板。\",\"UlykKR\":\"Third\",\"1YTBzS\":\"此账户没有已完成的订单,因此其所有数据将被永久删除。\",\"jCPU8z\":\"此账户已计划删除\",\"zfNCE8\":[\"此账户已计划于 <0>\",[\"scheduledDate\"],\" 删除\"],\"wkP5FM\":\"This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes.\",\"SOmGDa\":\"This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins.\",\"XBNC3E\":\"此代码将用于跟踪销售。只允许字母、数字、连字符和下划线。\",\"AaP0M+\":\"此颜色组合对某些用户来说可能难以阅读\",\"o1phK/\":[\"This date has \",[\"orderCount\"],\" order(s) that will be affected.\"],\"F/UtGt\":\"This date has been cancelled. You can still delete it to remove it permanently.\",\"BLZ7pX\":\"This date is in the past. It will be created but won't be visible to attendees under upcoming dates.\",\"7IIY0z\":\"This date is marked sold out.\",\"bddWMP\":\"This date is no longer available. Please select another date.\",\"E9BqZw\":\"This date only\",\"n68908\":[\"此操作将断开 \",[\"stripeAccountId\"],\" 与此主办方的连接。在您重新连接 Stripe 账户之前,付费票务销售将无法进行。\"],\"RzEvf5\":\"此活动已结束\",\"kc4bIA\":\"此活动还没有门票或商品,参与者将无法报名。\",\"eMaNd0\":\"This event is not available\",\"YClrdK\":\"此活动尚未发布\",\"GL6z+k\":\"该活动已售罄\",\"pIwDhS\":\"This event's dates and times are set on the occurrence schedule.\",\"ny5rgr\":\"This is a recurring event\",\"tc64Zz\":\"这是将显示在活动页面上的类别名称。\",\"dFJnia\":\"这是您的组织者名称,将展示给用户。\",\"vt7jiq\":\"签名密钥仅显示一次。请立即复制并妥善保存。\",\"5DpZrC\":\"此设置限制的是整个日程所有场次的总销量,而不是每场的限制。如需限制每场的人数,请在<0>场次安排页面设置容量。\",\"L7dIM7\":\"此链接无效或已过期。\",\"MR5ygV\":\"此链接不再有效\",\"9LEqK0\":\"此名称对最终用户可见\",\"QdUMM9\":\"This occurrence is at capacity\",\"j5FdeA\":\"此订单正在处理中。\",\"sjNPMw\":\"此订单已被放弃。您可以随时开始新订单。\",\"OhCesD\":\"此订单已被取消。您可以随时开始新订单。\",\"lyD7rQ\":\"此主办方资料尚未发布\",\"9b5956\":\"此预览显示您的邮件使用示例数据的外观。实际邮件将使用真实值。\",\"uM9Alj\":\"此产品在活动页面上已突出显示\",\"RqSKdX\":\"此产品已售罄\",\"4PDH+K\":\"This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to.\",\"qEGn8I\":\"此重复活动还没有日期,参与者无法预订。\",\"W12OdJ\":\"此报告仅供参考。在将此数据用于会计或税务目的之前,请务必咨询税务专业人士。请与您的Stripe仪表板进行交叉验证,因为Hi.Events可能缺少历史数据。\",\"1LuJNw\":\"此票已失效\",\"0Ew0uk\":\"此门票刚刚被扫描。请等待后再次扫描。\",\"FYXq7k\":[\"This will affect \",[\"loadedAffectedCount\"],\" date(s).\"],\"kvpxIU\":\"这将用于通知和与用户沟通。\",\"bPgkdx\":\"这将取消计划的删除并重新激活账户。账户所有者将收到电子邮件通知。\",\"4yx4a4\":[\"这将立即停用您的账户,并在 30 天后永久删除。请输入您的账户名称以确认:<0>\",[\"0\"],\"\"],\"rhsath\":\"这对客户不可见,但有助于您识别推广员。\",\"VGEfU7\":\"这将立即永久删除或匿名化该账户,而不等待计划日期。此操作无法撤消。\",\"hV6FeJ\":\"Throughput\",\"+FjWgX\":\"Thu\",\"kkDQ8m\":\"星期四\",\"0GSPnc\":\"票券设计\",\"EZC/Cu\":\"票券设计保存成功\",\"bbslmb\":\"门票设计器\",\"1BPctx\":\"门票:\",\"HGuXjF\":\"票务持有人\",\"CMUt3Y\":\"票务持有人\",\"awHmAT\":\"门票 ID\",\"6czJik\":\"门票标志\",\"t79rDv\":\"未找到门票\",\"6tmWch\":\"票或商品\",\"1tfWrD\":\"门票预览:\",\"KnjoUA\":\"票价\",\"pGZOcL\":\"门票重新发送成功\",\"o02GZM\":\"Ticket sales have ended for this event\",\"8jLPgH\":\"票券类型\",\"8qsbZ5\":\"票务与销售\",\"zNECqg\":\"门票\",\"6GQNLE\":\"门票\",\"NRhrIB\":\"票务与商品\",\"OrWHoZ\":\"当有空余名额时,门票将自动提供给候补名单中的客户。\",\"AGRilS\":\"已售票数\",\"4/dG8J\":\"Tiers\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Time\",\"kGEhUy\":\"时间\",\"fXf2r5\":[\"Times shown in \",[\"timezoneAbbr\"]],\"9udQT9\":\"标题为必填项\",\"dMtLDE\":\"to\",\"/jQctM\":\"收件人\",\"tiI71C\":\"要提高您的限制,请联系我们\",\"ecUA8p\":\"Today\",\"W428WC\":\"切换列\",\"BRMXj0\":\"Tomorrow\",\"UBSG1X\":\"顶级组织者(过去14天)\",\"3sZ0xx\":\"总账户数\",\"SMDzqJ\":\"总参与人数\",\"orBECM\":\"总收款\",\"k5CU8c\":\"总条目\",\"4B7oCp\":\"总费用\",\"sMMlTX\":\"Total fees\",\"mlvCEl\":\"Total orders\",\"2AW/k5\":\"所有场次的总数量\",\"dp8BCb\":\"Total tax\",\"vb0Q0/\":\"总用户数\",\"oJjplO\":\"总浏览量\",\"rBZ9pz\":\"Tours\",\"orluER\":\"按归因来源跟踪账户增长和表现\",\"YwKzpH\":\"跟踪与分析\",\"GUA0Jy\":\"Try a different search term or filter\",\"2P/OWN\":\"Try adjusting your filters to see more dates.\",\"ouM5IM\":\"尝试其他邮箱\",\"3DZvE7\":\"免费试用Hi.Events\",\"vq2WxD\":\"Tue\",\"G3myU+\":\"星期二\",\"Kz91g/\":\"土耳其语\",\"GdOhw6\":\"关闭声音\",\"KUOhTy\":\"开启声音\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"输入\\\"删除\\\"以确认\",\"nSlb72\":\"输入以搜索...\",\"nWRfmt\":\"排版\",\"IrVSu+\":\"无法复制产品。请检查您的详细信息\",\"Vx2J6x\":\"无法获取参与者\",\"h0dx5e\":\"无法加入候补名单\",\"DaE0Hg\":\"Unable to load attendee details.\",\"GlnD5Y\":\"Unable to load products for this date. Please try again.\",\"17VbmV\":\"Unable to undo check-in\",\"n57zCW\":\"未归因账户\",\"9uI/rE\":\"Undo\",\"Ef7StM\":\"未知\",\"ZBAScj\":\"未知参会者\",\"MEIAzV\":\"未命名\",\"K6L5Mx\":\"未命名地点\",\"7yiFvZ\":\"未支付\",\"C51N+0\":\"至\",\"NaeLn8\":[\"Until \",[\"end\"]],\"porwAO\":\"直到某个日期\",\"ZIb6rJ\":\"Untitled product\",\"crJM8s\":\"Untitled ticket\",\"X13xGn\":\"不受信任\",\"0bT1FT\":[\"Up to \",[\"max\"],\" per order\"],\"gyXpQN\":\"Upcoming events\",\"Pp1sWX\":\"更新推广员\",\"59qHrb\":\"Update capacity\",\"Gaem9v\":\"Update event name and description\",\"7EhE4k\":\"Update label\",\"NPQWj8\":\"Update location\",\"75+lpR\":[\"Update: \",[\"subjectTitle\"],\" — schedule changes\"],\"UOGHdA\":[\"Update: \",[\"subjectTitle\"],\" — session time changed\"],\"+b7T3G\":\"更新时间\",\"ogoTrw\":[\"Updated \",[\"count\"],\" date(s)\"],\"dDuona\":[\"Updated capacity for \",[\"count\"],\" date(s)\"],\"FT3LSc\":[\"Updated label for \",[\"count\"],\" date(s)\"],\"8EcY1g\":[\"Updated location for \",[\"count\"],\" date(s)\"],\"83tNam\":\"随规则创建实时更新。翻阅月份以核对日期。\",\"/XlQr2\":\"Updates as you type.\",\"gJQsLv\":\"上传组织者封面图像\",\"4kEGqW\":\"上传组织者 Logo\",\"lnCMdg\":\"上传图片\",\"29w7p6\":\"正在上传图像...\",\"HtrFfw\":\"URL 是必填项\",\"3VnYUR\":\"链接必须以 http:// 或 https:// 开头\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB scanner listening\",\"dyTklH\":\"USB scanner paused\",\"OHJXlK\":\"使用 <0>Liquid 模板 个性化您的邮件\",\"/rsy72\":\"Use event default\",\"0k4cdb\":\"对所有参与者使用订单详情。参与者姓名和电子邮件将与买家信息匹配。\",\"bA31T4\":\"为所有参与者使用购买者的信息\",\"PpgtnC\":\"使用此地址\",\"rnoQsz\":\"用于边框、高亮和二维码样式\",\"b0XTc/\":[\"用户(\",[\"0\"],\")\"],\"BV4L/Q\":\"UTM 分析\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"正在验证您的增值税号...\",\"t7caBM\":\"VAT country code\",\"WLkfqH\":\"VAT number\",\"pnVh83\":\"增值税号码\",\"CabI04\":\"增值税号不得包含空格\",\"PMhxAR\":\"增值税号必须以2字母国家代码开头,后跟8-15个字母数字字符(例如,DE123456789)\",\"gPgdNV\":\"增值税号验证成功\",\"RUMiLy\":\"增值税号验证失败\",\"vqji3Y\":\"增值税号验证失败。请检查您的增值税号。\",\"8dENF9\":\"费用增值税\",\"ZutOKU\":\"增值税率\",\"+KJZt3\":\"VAT registered\",\"Nfbg76\":\"增值税设置已成功保存\",\"UvYql/\":\"增值税设置已保存。我们正在后台验证您的增值税号。\",\"bXn1Jz\":\"VAT settings updated\",\"tJylUv\":\"平台费用的增值税处理\",\"FlGprQ\":\"平台费用的增值税处理:欧盟增值税注册企业可以使用反向收费机制(0% - 增值税指令2006/112/EC第196条)。未注册增值税的企业需缴纳23%的爱尔兰增值税。\",\"516oLj\":\"增值税验证服务暂时不可用\",\"p6QQLa\":[\"VAT: \",[\"0\"]],\"5q87Y9\":\"VAT: not registered\",\"AdWhjZ\":\"验证码\",\"kUAumu\":\"Verification email sent. Check your inbox.\",\"QDEWii\":\"已验证\",\"wCKkSr\":\"验证邮箱\",\"/IBv6X\":\"验证您的邮箱\",\"u8nB38\":\"Verify your email so attendees can receive tickets\",\"e/cvV1\":\"正在验证...\",\"fROFIL\":\"越南语\",\"p5nYkr\":\"View All\",\"yA/6BX\":\"View all →\",\"6CQ7/B\":\"View all capabilities\",\"YSE15b\":\"View all check-in lists\",\"RnvnDc\":\"查看平台上发送的所有消息\",\"+WFMis\":\"查看和下载所有活动的报告。仅包含已完成的订单。\",\"c7VN/A\":\"查看答案\",\"SZw9tS\":\"查看详情\",\"9+84uW\":[\"View details for \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"查看活动\",\"c6SXHN\":\"查看活动页面\",\"n6EaWL\":\"查看日志\",\"OaKTzt\":\"查看地图\",\"zNZNMs\":\"查看消息\",\"67OJ7t\":\"查看订单\",\"tKKZn0\":\"查看订单详情\",\"KeCXJu\":\"查看订单详情、退款和重新发送确认。\",\"9jnAcN\":\"查看组织者主页\",\"1J/AWD\":\"查看门票\",\"N9FyyW\":\"查看、编辑和导出您的注册参与者。\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visible from \",[\"start\"],\" — hidden until sales open.\"],\"EkiKJK\":\"Visible to everyone on the event page.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"等待中\",\"quR8Qp\":\"等待付款\",\"KrurBH\":\"Waiting for scan…\",\"u0n+wz\":\"候补名单\",\"3RXFtE\":\"等候名单已启用\",\"TwnTPy\":\"等候名单报价已过期\",\"aUi/Dz\":\"警告:这是系统默认配置。更改将影响所有未分配特定配置的账户。\",\"aT/44s\":\"We couldn't copy that Stripe connection. Please try again.\",\"jTee4a\":\"无法断开此 Stripe 账户。请重试。\",\"RRZDED\":\"我们找不到与此邮箱关联的订单。\",\"2RZK9x\":\"我们找不到您要查找的订单。链接可能已过期或订单详情可能已更改。\",\"nefMIK\":\"我们找不到您要查找的门票。链接可能已过期或门票详情可能已更改。\",\"miysJh\":\"我们找不到此订单。它可能已被删除。\",\"Fjj/5/\":\"We couldn't load the check-in lists. Please try again.\",\"ADsQ23\":\"We couldn't reach Stripe just now. Please try again in a moment.\",\"HJKdzP\":\"加载此页面时遇到问题。请重试。\",\"jegrvW\":\"We partner with Stripe to send payouts straight to your bank account.\",\"IfN2Qo\":\"我们建议使用最小尺寸为200x200像素的方形标志\",\"wJzo/w\":\"建议尺寸为 400x400 像素,文件大小不超过 5MB\",\"L/KlAh\":[\"We sent a verification link to \",[\"0\"]],\"KRCDqH\":\"我们使用 Cookie 来帮助我们了解网站的使用情况并改善您的体验。\",\"x8rEDQ\":\"我们在多次尝试后无法验证您的增值税号。我们将在后台继续尝试。请稍后检查。\",\"4HaEdK\":[\"我们将创建全部 \",[\"totalOccurrences\"],\" 场 — 之后您可以编辑或删除任意日期\"],\"mfM/HJ\":[\"如果\",[\"productDisplayName\"],\"在\",[\"occurrenceDate\"],\"有空位,我们将通过电子邮件通知您。\"],\"iy+M+c\":[\"如果\",[\"productDisplayName\"],\"有空位,我们将通过电子邮件通知您。\"],\"McuGND\":\"We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically.\",\"q1BizZ\":\"我们将把您的门票发送到此邮箱\",\"ZOmUYW\":\"我们将在后台验证您的增值税号。如有任何问题,我们会通知您。\",\"LKjHr4\":[\"We've made changes to the schedule for \\\"\",[\"title\"],\"\\\" — \",[\"description\"],\" affecting \",[\"affectedCount\"],\" session(s).\"],\"Fq/Nx7\":\"我们已向以下邮箱发送了5位数验证码:\",\"GdWB+V\":\"Webhook 创建成功\",\"2X4ecw\":\"Webhook 删除成功\",\"ndBv0v\":\"Webhook integrations\",\"CThMKa\":\"Webhook 日志\",\"I0adYQ\":\"Webhook 签名密钥\",\"nuh/Wq\":\"Webhook URL\",\"8BMPMe\":\"Webhook 不会发送通知\",\"FSaY52\":\"Webhook 将发送通知\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"网站\",\"0f7U0k\":\"Wed\",\"VAcXNz\":\"星期三\",\"64X6l4\":\"week\",\"4XSc4l\":\"Weekly\",\"IAUiSh\":\"weeks\",\"vKLEXy\":\"微博\",\"9eF5oV\":\"欢迎回来\",\"QDWsl9\":[\"欢迎来到 \",[\"0\"],\",\",[\"1\"],\" 👋\"],\"LETnBR\":[\"欢迎来到 \",[\"0\"],\",这是您所有活动的列表\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"什么类型的活动?\",\"0WyYF4\":\"What unauthenticated staff can see\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"当签到被删除时\",\"RPe6bE\":\"When a date is cancelled on a recurring event\",\"Gmd0hv\":\"当新与会者被创建时\",\"zyIyPe\":\"当创建新活动时\",\"Lc18qn\":\"当新订单被创建时\",\"dfkQIO\":\"当新产品被创建时\",\"8OhzyY\":\"当产品被删除时\",\"tRXdQ9\":\"当产品被更新时\",\"9L9/28\":\"当产品售罄时,客户可以加入等候名单,以便在有空位时收到通知。\",\"OIkHj+\":\"当产品售罄时,客户可以加入候补名单,以便在有空位时收到通知。客户加入的是特定日期的候补名单,名额也按日期提供。\",\"Q7CWxp\":\"当与会者被取消时\",\"IuUoyV\":\"当与会者签到时\",\"nBVOd7\":\"当与会者被更新时\",\"t7cuMp\":\"当活动被归档时\",\"gtoSzE\":\"当活动被更新时\",\"ny2r8d\":\"当订单被取消时\",\"c9RYbv\":\"当订单被标记为已支付时\",\"ejMDw1\":\"当订单被退款时\",\"fVPt0F\":\"当订单被更新时\",\"bcYlvb\":\"签到何时关闭\",\"XIG669\":\"签到何时开放\",\"de6HLN\":\"当客户购买门票后,他们的订单将显示在此处。\",\"pm9tpn\":\"启用后,购买者可以一次性将自己的姓名和电子邮箱复制给所有参会者。关闭此选项可移除“所有参会者”选项;购买者仍可复制给第一位参会者,其余参会者须逐一填写。\",\"403wpZ\":\"启用后,新活动将允许参与者通过安全链接管理自己的门票详情。这可以按活动覆盖。\",\"blXLKj\":\"启用后,新活动将在结账时显示营销订阅复选框。此设置可以针对每个活动单独覆盖。\",\"Kj0Txn\":\"启用后,Stripe Connect交易将不收取应用费用。用于不支持应用费用的国家。\",\"xo06V3\":\"按钮链接的目标地址\",\"uchB0M\":\"小部件预览\",\"uvIqcj\":\"研讨会\",\"EpknJA\":\"请在此输入您的消息...\",\"nhtR6Y\":\"X(推特)\",\"7qI8sJ\":\"year\",\"zkWmBh\":\"Yearly\",\"+BGee5\":\"years\",\"X/azM1\":\"是 - 我有有效的欧盟增值税注册号码\",\"Tz5oXG\":\"是,取消我的订单\",\"QlSZU0\":[\"您正在模拟 <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"您正在发出部分退款。客户将获得 \",[\"0\"],\" \",[\"1\"],\" 的退款。\"],\"o7LgX6\":\"您可以在账户设置中配置额外的服务费和税费。\",\"rj3A7+\":\"You can override this for individual dates later.\",\"paWwQ0\":\"如有需要,您仍然可以手动提供门票。\",\"jTDzpA\":\"您无法归档账户中最后一个活跃的主办方。\",\"D8baxD\":\"您有付费门票,但尚未连接 Stripe,因此无法收款。\",\"5VGIlq\":\"您已达到消息限制。\",\"casL1O\":\"您已向免费产品添加了税费。您想要删除它们吗?\",\"5SgD0L\":\"You have unsaved changes. Are you sure you want to discard them?\",\"9jJNZY\":\"保存前必须确认您的责任\",\"pCLes8\":\"您必须同意接收消息\",\"FVTVBy\":\"您必须先验证电子邮箱地址,才能更新组织者状态。\",\"ze4bi/\":\"You need to create at least one occurrence before you can add attendees to this recurring event.\",\"w65ZgF\":\"您需要验证账户电子邮件后才能修改电子邮件模板。\",\"FRl8Jv\":\"您需要验证您的帐户电子邮件才能发送消息。\",\"88cUW+\":\"您收到\",\"O6/3cu\":\"You'll be able to set up dates, schedules, and recurrence rules in the next step.\",\"zKAheG\":\"You're changing session times\",\"MNFIxz\":[\"您将参加 \",[\"0\"],\"!\"],\"ZlLcht\":[\"您正在加入\",[\"occurrenceDate\"],\"的候补名单。\"],\"qGZz0m\":\"您已加入候补名单!\",\"/5HL6k\":\"您已获得一个名额!\",\"gbjFFH\":\"You've changed the session time\",\"YI0K8C\":[\"您的账户已停用,将于 <0>\",[\"0\"],\" 永久删除。\"],\"p/Sa0j\":\"您的帐户有消息限制。要提高您的限制,请联系我们\",\"gsWZkk\":\"您的账户现已计划删除。\",\"x/xjzn\":\"您的推广员已成功导出。\",\"TF37u6\":\"您的与会者已成功导出。\",\"79lXGw\":\"您的签到列表已成功创建。与您的签到工作人员共享以下链接。\",\"BnlG9U\":\"您当前的订单将丢失。\",\"nBqgQb\":\"您的电子邮件\",\"GG1fRP\":\"您的活动已上线!\",\"ifRqmm\":\"您的消息已成功发送!\",\"0/+Nn9\":\"您的消息将显示在此处\",\"/Rj5P4\":\"您的姓名\",\"PFjJxY\":\"您的新密码长度必须至少为8个字符。\",\"gzrCuN\":\"您的订单详情已更新。确认邮件已发送到新的电子邮件地址。\",\"naQW82\":\"您的订单已被取消。\",\"bhlHm/\":\"您的订单正在等待付款\",\"XeNum6\":\"您的订单已成功导出。\",\"Xd1R1a\":\"您组织者的地址\",\"WWYHKD\":\"您的付款受到银行级加密保护\",\"5b3QLi\":\"您的计划\",\"N4Zkqc\":\"Your saved date filter is no longer available — showing all dates.\",\"o0qzpM\":\"您的 Stripe 账户本身不受影响,也不会丢失任何数据 — 您可以随时重新连接。\",\"FNO5uZ\":\"Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions.\",\"CnZ3Ou\":\"您的门票已确认。\",\"EmFsMZ\":\"您的增值税号已排队等待验证\",\"QBlhh4\":\"保存时将验证您的增值税号\",\"fT9VLt\":\"您的等候名单报价已过期,我们无法完成您的订单。请重新加入等候名单,以便在更多空位可用时收到通知。\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'暂无内容显示'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>签退成功\"],\"KMgp2+\":[[\"0\"],\"可用\"],\"Pmr5xp\":[\"成功创建 \",[\"0\"]],\"FImCSc\":[[\"0\"],\"更新成功\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" 天, \",[\"hours\"],\" 小时, \",[\"minutes\"],\" 分钟, 和 \",[\"seconds\"],\" 秒\"],\"f3RdEk\":[[\"hours\"],\" 小时, \",[\"minutes\"],\" 分钟, 和 \",[\"seconds\"],\" 秒\"],\"fyE7Au\":[[\"分\"],\"分钟和\",[\"秒\"],\"秒钟\"],\"NlQ0cx\":[[\"组织者名称\"],\"的首次活动\"],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://your-website.com\",\"qnSLLW\":\"<0>请输入不含税费的价格。<1>税费可以在下方添加。\",\"ZjMs6e\":\"<0>该产品的可用数量<1>如果该产品有相关的<2>容量限制,此值可以被覆盖。\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 分 0 秒\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"日期输入字段。非常适合询问出生日期等。\",\"6euFZ/\":[\"默认的\",[\"type\"],\"会自动应用于所有新产品。您可以为每个产品单独覆盖此设置。\"],\"SMUbbQ\":\"下拉式输入法只允许一个选择\",\"qv4bfj\":\"费用,如预订费或服务费\",\"POT0K/\":\"每个产品的固定金额。例如,每个产品$0.50\",\"f4vJgj\":\"多行文本输入\",\"OIPtI5\":\"产品价格的百分比。例如,3.5%的产品价格\",\"ZthcdI\":\"无折扣的促销代码可以用来显示隐藏的产品。\",\"AG/qmQ\":\"单选题有多个选项,但只能选择一个。\",\"h179TP\":\"活动的简短描述,将显示在搜索引擎结果中,并在社交媒体上分享时显示。默认情况下,将使用活动描述\",\"WKMnh4\":\"单行文本输入\",\"BHZbFy\":\"每个订单一个问题。例如,您的送货地址是什么?\",\"Fuh+dI\":\"每个产品一个问题。例如,您的T恤尺码是多少?\",\"RlJmQg\":\"标准税,如增值税或消费税\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"接受银行转账、支票或其他线下支付方式\",\"hrvLf4\":\"通过 Stripe 接受信用卡支付\",\"bfXQ+N\":\"接受邀请\",\"AeXO77\":\"账户\",\"lkNdiH\":\"账户名称\",\"Puv7+X\":\"账户设置\",\"OmylXO\":\"账户更新成功\",\"7L01XJ\":\"操作\",\"FQBaXG\":\"激活\",\"5T2HxQ\":\"激活日期\",\"F6pfE9\":\"活跃\",\"/PN1DA\":\"为此签到列表添加描述\",\"0/vPdA\":\"添加有关与会者的任何备注。这些将不会对与会者可见。\",\"Or1CPR\":\"添加有关与会者的任何备注...\",\"l3sZO1\":\"添加关于订单的备注。这些信息不会对客户可见。\",\"xMekgu\":\"添加关于订单的备注...\",\"PGPGsL\":\"添加描述\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"添加线下支付的说明(例如,银行转账详情、支票寄送地址、付款截止日期)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"添加新内容\",\"TZxnm8\":\"添加选项\",\"24l4x6\":\"添加产品\",\"8q0EdE\":\"将产品添加到类别\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"加税或费用\",\"goOKRY\":\"增加层级\",\"oZW/gT\":\"添加到日历\",\"pn5qSs\":\"附加信息\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"地址\",\"NY/x1b\":\"地址第 1 行\",\"POdIrN\":\"地址 1\",\"cormHa\":\"地址第 2 行\",\"gwk5gg\":\"地址第 2 行\",\"U3pytU\":\"管理员\",\"HLDaLi\":\"管理员用户可以完全访问事件和账户设置。\",\"W7AfhC\":\"本次活动的所有与会者\",\"cde2hc\":\"所有产品\",\"5CQ+r0\":\"允许与未支付订单关联的参与者签到\",\"ipYKgM\":\"允许搜索引擎索引\",\"LRbt6D\":\"允许搜索引擎索引此事件\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"令人惊叹, 活动, 关键词...\",\"hehnjM\":\"金额\",\"R2O9Rg\":[\"支付金额 (\",[\"0\"],\")\"],\"V7MwOy\":\"加载页面时出现错误\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"出现意外错误。\",\"byKna+\":\"出现意外错误。请重试。\",\"ubdMGz\":\"产品持有者的任何查询都将发送到此电子邮件地址。此地址还将用作从此活动发送的所有电子邮件的“回复至”地址\",\"aAIQg2\":\"外观\",\"Ym1gnK\":\"应用\",\"sy6fss\":[\"适用于\",[\"0\"],\"个产品\"],\"kadJKg\":\"适用于1个产品\",\"DB8zMK\":\"应用\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"将此\",[\"type\"],\"应用于所有新产品\"],\"S0ctOE\":\"归档活动\",\"TdfEV7\":\"已归档\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"您确定要激活该与会者吗?\",\"TvkW9+\":\"您确定要归档此活动吗?\",\"/CV2x+\":\"您确定要取消该与会者吗?这将使其门票作废\",\"YgRSEE\":\"您确定要删除此促销代码吗?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"您确定要将此活动设为草稿吗?这将使公众无法看到该活动\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"您确定要恢复此活动吗?它将作为草稿恢复。\",\"vJuISq\":\"您确定要删除此容量分配吗?\",\"baHeCz\":\"您确定要删除此签到列表吗?\",\"LBLOqH\":\"每份订单询问一次\",\"wu98dY\":\"每个产品询问一次\",\"ss9PbX\":\"参与者\",\"m0CFV2\":\"与会者详情\",\"QKim6l\":\"未找到参与者\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"参会者票\",\"9SZT4E\":\"参与者\",\"iPBfZP\":\"注册的参会者\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"自动调整大小\",\"vZ5qKF\":\"根据内容自动调整小部件高度。禁用时,小部件将填充容器的高度。\",\"4lVaWA\":\"等待线下付款\",\"2rHwhl\":\"等待线下付款\",\"3wF4Q/\":\"等待付款\",\"ioG+xt\":\"等待付款\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"返回活动页面\",\"VCoEm+\":\"返回登录\",\"k1bLf+\":\"背景颜色\",\"I7xjqg\":\"背景类型\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"账单地址\",\"/xC/im\":\"账单设置\",\"rp/zaT\":\"巴西葡萄牙语\",\"whqocw\":\"注册即表示您同意我们的<0>服务条款和<1>隐私政策。\",\"bcCn6r\":\"计算类型\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"取消\",\"Gjt/py\":\"取消更改电子邮件\",\"tVJk4q\":\"取消订单\",\"Os6n2a\":\"取消订单\",\"Mz7Ygx\":[\"取消订单 \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"已取消\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"容量\",\"V6Q5RZ\":\"容量分配创建成功\",\"k5p8dz\":\"容量分配删除成功\",\"nDBs04\":\"容量管理\",\"ddha3c\":\"类别允许您将产品分组。例如,您可以有一个“门票”类别和另一个“商品”类别。\",\"iS0wAT\":\"类别帮助您组织产品。此标题将在公共活动页面上显示。\",\"eorM7z\":\"类别重新排序成功。\",\"3EXqwa\":\"类别创建成功\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"更改密码\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"签到 \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"签到并标记订单为已付款\",\"QYLpB4\":\"仅签到\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"看看这个活动吧!\",\"gXcPxc\":\"签到\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"签到列表删除成功\",\"+hBhWk\":\"签到列表已过期\",\"mBsBHq\":\"签到列表未激活\",\"vPqpQG\":\"未找到签到列表\",\"tejfAy\":\"签到列表\",\"hD1ocH\":\"签到链接已复制到剪贴板\",\"CNafaC\":\"复选框选项允许多重选择\",\"SpabVf\":\"复选框\",\"CRu4lK\":\"已签到\",\"znIg+z\":\"结账\",\"1WnhCL\":\"结账设置\",\"6imsQS\":\"简体中文\",\"JjkX4+\":\"选择背景颜色\",\"/Jizh9\":\"选择账户\",\"3wV73y\":\"城市\",\"FG98gC\":\"清除搜索文本\",\"EYeuMv\":\"click here\",\"sby+1/\":\"点击复制\",\"yz7wBu\":\"关闭\",\"62Ciis\":\"关闭侧边栏\",\"EWPtMO\":\"代码\",\"ercTDX\":\"代码长度必须在 3 至 50 个字符之间\",\"oqr9HB\":\"当活动页面初始加载时折叠此产品\",\"jZlrte\":\"颜色\",\"Vd+LC3\":\"颜色必须是有效的十六进制颜色代码。例如#ffffff\",\"1HfW/F\":\"颜色\",\"VZeG/A\":\"即将推出\",\"yPI7n9\":\"以逗号分隔的描述活动的关键字。搜索引擎将使用这些关键字来帮助对活动进行分类和索引\",\"NPZqBL\":\"完整订单\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"完成付款\",\"qqWcBV\":\"已完成\",\"6HK5Ct\":\"已完成订单\",\"NWVRtl\":\"已完成订单\",\"DwF9eH\":\"组件代码\",\"Tf55h7\":\"已配置折扣\",\"7VpPHA\":\"确认\",\"ZaEJZM\":\"确认电子邮件更改\",\"yjkELF\":\"确认新密码\",\"xnWESi\":\"确认密码\",\"p2/GCq\":\"确认密码\",\"wnDgGj\":\"确认电子邮件地址...\",\"pbAk7a\":\"连接条纹\",\"UMGQOh\":\"与 Stripe 连接\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"连接详情\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"继续\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"继续按钮文字\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"复制的\",\"T5rdis\":\"复制到剪贴板\",\"he3ygx\":\"复制\",\"r2B2P8\":\"复制签到链接\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"复制链接\",\"E6nRW7\":\"复制 URL\",\"JNCzPW\":\"国家\",\"IF7RiR\":\"封面\",\"hYgDIe\":\"创建\",\"b9XOHo\":[\"创建 \",[\"0\"]],\"k9RiLi\":\"创建一个产品\",\"6kdXbW\":\"创建促销代码\",\"n5pRtF\":\"创建票单\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"创建一个组织者\",\"ipP6Ue\":\"创建与会者\",\"VwdqVy\":\"创建容量分配\",\"EwoMtl\":\"创建类别\",\"XletzW\":\"创建类别\",\"WVbTwK\":\"创建签到列表\",\"uN355O\":\"创建活动\",\"BOqY23\":\"创建新的\",\"kpJAeS\":\"创建组织器\",\"a0EjD+\":\"创建产品\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"创建促销代码\",\"B3Mkdt\":\"创建问题\",\"UKfi21\":\"创建税费\",\"d+F6q9\":\"已创建\",\"Q2lUR2\":\"货币\",\"DCKkhU\":\"当前密码\",\"uIElGP\":\"自定义地图 URL\",\"UEqXyt\":\"自定义范围\",\"876pfE\":\"客户\",\"QOg2Sf\":\"自定义此事件的电子邮件和通知设置\",\"Y9Z/vP\":\"定制活动主页和结账信息\",\"2E2O5H\":\"自定义此事件的其他设置\",\"iJhSxe\":\"自定义此事件的搜索引擎优化设置\",\"KIhhpi\":\"定制您的活动页面\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"危险区\",\"ZQKLI1\":\"危险区\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"日期\",\"JvUngl\":\"日期和时间\",\"JJhRbH\":\"第一天容量\",\"cnGeoo\":\"删除\",\"jRJZxD\":\"删除容量\",\"VskHIx\":\"删除类别\",\"Qrc8RZ\":\"删除签到列表\",\"WHf154\":\"删除代码\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"说明\",\"YC3oXa\":\"签到工作人员的描述\",\"URmyfc\":\"详细信息\",\"1lRT3t\":\"禁用此容量将跟踪销售情况,但不会在达到限制时停止销售\",\"H6Ma8Z\":\"折扣\",\"ypJ62C\":\"折扣率\",\"3LtiBI\":[[\"0\"],\"中的折扣\"],\"C8JLas\":\"折扣类型\",\"1QfxQT\":\"关闭\",\"DZlSLn\":\"文档标签\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"下载 .ics\",\"kodV18\":\"下载 CSV\",\"CELKku\":\"下载发票\",\"LQrXcu\":\"下载发票\",\"QIodqd\":\"下载二维码\",\"yhjU+j\":\"正在下载发票\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"下拉选择\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"复制活动\",\"3ogkAk\":\"复制活动\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"复制选项\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"早起的鸟儿\",\"ePK91l\":\"编辑\",\"N6j2JH\":[\"编辑 \",[\"0\"]],\"kBkYSa\":\"编辑容量\",\"oHE9JT\":\"编辑容量分配\",\"j1Jl7s\":\"编辑类别\",\"FU1gvP\":\"编辑签到列表\",\"iFgaVN\":\"编辑代码\",\"jrBSO1\":\"编辑组织器\",\"tdD/QN\":\"编辑产品\",\"n143Tq\":\"编辑产品类别\",\"9BdS63\":\"编辑促销代码\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"编辑问题\",\"poTr35\":\"编辑用户\",\"GTOcxw\":\"编辑用户\",\"pqFrv2\":\"例如2.50 换 2.50\",\"3yiej1\":\"例如23.5 表示 23.5%\",\"O3oNi5\":\"电子邮件\",\"VxYKoK\":\"电子邮件和通知设置\",\"ATGYL1\":\"电子邮件地址\",\"hzKQCy\":\"电子邮件地址\",\"HqP6Qf\":\"电子邮件更改已成功取消\",\"mISwW1\":\"电子邮件更改待定\",\"APuxIE\":\"重新发送电子邮件确认\",\"YaCgdO\":\"成功重新发送电子邮件确认\",\"jyt+cx\":\"电子邮件页脚信息\",\"I6F3cp\":\"电子邮件未经验证\",\"NTZ/NX\":\"嵌入代码\",\"4rnJq4\":\"嵌入脚本\",\"8oPbg1\":\"启用发票功能\",\"j6w7d/\":\"启用此容量以在达到限制时停止产品销售\",\"VFv2ZC\":\"结束日期\",\"237hSL\":\"完工\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"英语\",\"MhVoma\":\"输入不含税费的金额。\",\"SlfejT\":\"错误\",\"3Z223G\":\"确认电子邮件地址出错\",\"a6gga1\":\"确认更改电子邮件时出错\",\"5/63nR\":\"欧元\",\"0pC/y6\":\"活动\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"活动日期\",\"0Zptey\":\"事件默认值\",\"QcCPs8\":\"活动详情\",\"6fuA9p\":\"事件成功复制\",\"AEuj2m\":\"活动主页\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"活动地点和场地详情\",\"OopDbA\":\"Event page\",\"4/If97\":\"活动状态更新失败。请稍后再试\",\"btxLWj\":\"事件状态已更新\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"活动\",\"sZg7s1\":\"过期日期\",\"KnN1Tu\":\"到期\",\"uaSvqt\":\"有效期\",\"GS+Mus\":\"出口\",\"9xAp/j\":\"取消与会者失败\",\"ZpieFv\":\"取消订单失败\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"下载发票失败。请重试。\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"加载签到列表失败\",\"ZQ15eN\":\"重新发送票据电子邮件失败\",\"ejXy+D\":\"产品排序失败\",\"PLUB/s\":\"费用\",\"/mfICu\":\"费用\",\"LyFC7X\":\"筛选订单\",\"cSev+j\":\"筛选器\",\"CVw2MU\":[\"筛选器 (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"第一张发票号码\",\"V1EGGU\":\"姓名\",\"kODvZJ\":\"姓名\",\"S+tm06\":\"名字必须在 1 至 50 个字符之间\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"首次使用\",\"TpqW74\":\"固定式\",\"irpUxR\":\"固定金额\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"忘记密码?\",\"2POOFK\":\"免费\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"法语\",\"Weq9zb\":\"General\",\"DDcvSo\":\"德国\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"返回个人资料\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"谷歌日历\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"销售总额\",\"yRg26W\":\"总销售额\",\"R4r4XO\":\"宾客\",\"26pGvx\":\"有促销代码吗?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"这是如何在应用程序中使用该组件的示例。\",\"Y1SSqh\":\"这是您可以用来在应用程序中嵌入小部件的 React 组件。\",\"QuhVpV\":[\"你好 \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"隐藏于公众视线之外\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"隐藏问题只有活动组织者可以看到,客户看不到。\",\"vLyv1R\":\"隐藏\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"在销售结束日期后隐藏产品\",\"06s3w3\":\"在销售开始日期前隐藏产品\",\"axVMjA\":\"除非用户有适用的促销代码,否则隐藏产品\",\"ySQGHV\":\"售罄时隐藏产品\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"对客户隐藏此产品\",\"Da29Y6\":\"隐藏此问题\",\"fvDQhr\":\"向用户隐藏此层级\",\"lNipG+\":\"隐藏产品将防止用户在活动页面上看到它。\",\"ZOBwQn\":\"主页设计\",\"PRuBTd\":\"主页设计器\",\"YjVNGZ\":\"主页预览\",\"c3E/kw\":\"荷马\",\"8k8Njd\":\"客户有多少分钟来完成订单。我们建议至少 15 分钟\",\"ySxKZe\":\"这个代码可以使用多少次?\",\"dZsDbK\":[\"HTML字符限制已超出:\",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"我同意<0>条款和条件。\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"如果启用,登记工作人员可以将与会者标记为已登记或将订单标记为已支付并登记与会者。如果禁用,关联未支付订单的与会者无法登记。\",\"muXhGi\":\"如果启用,当有新订单时,组织者将收到电子邮件通知\",\"6fLyj/\":\"如果您没有要求更改密码,请立即更改密码。\",\"n/ZDCz\":\"图像已成功删除\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"图片上传成功\",\"VyUuZb\":\"图片网址\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"不活动\",\"T0K0yl\":\"非活动用户无法登录。\",\"kO44sp\":\"包含您的在线活动的连接详细信息。这些信息将在订单摘要页面和参会者门票页面显示。\",\"FlQKnG\":\"价格中包含税费\",\"Vi+BiW\":[\"包括\",[\"0\"],\"个产品\"],\"lpm0+y\":\"包括1个产品\",\"UiAk5P\":\"插入图片\",\"OyLdaz\":\"再次发出邀请!\",\"HE6KcK\":\"撤销邀请!\",\"SQKPvQ\":\"邀请用户\",\"bKOYkd\":\"发票下载成功\",\"alD1+n\":\"发票备注\",\"kOtCs2\":\"发票编号\",\"UZ2GSZ\":\"发票设置\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"项目\",\"KFXip/\":\"约翰\",\"XcgRvb\":\"约翰逊\",\"87a/t/\":\"标签\",\"vXIe7J\":\"语言\",\"2LMsOq\":\"过去 12 个月\",\"vfe90m\":\"过去 14 天\",\"aK4uBd\":\"过去 24 小时\",\"uq2BmQ\":\"过去 30 天\",\"bB6Ram\":\"过去 48 小时\",\"VlnB7s\":\"过去 6 个月\",\"ct2SYD\":\"过去 7 天\",\"XgOuA7\":\"过去 90 天\",\"I3yitW\":\"最后登录\",\"1ZaQUH\":\"姓氏\",\"UXBCwc\":\"姓氏\",\"tKCBU0\":\"最近一次使用\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"留空以使用默认词“发票”\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"加载中...\",\"wJijgU\":\"地点\",\"sQia9P\":\"登录\",\"zUDyah\":\"登录\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"注销\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"在结账时强制要求填写账单地址\",\"MU3ijv\":\"将此问题作为必答题\",\"wckWOP\":\"管理\",\"onpJrA\":\"管理与会者\",\"n4SpU5\":\"管理活动\",\"WVgSTy\":\"管理订单\",\"1MAvUY\":\"管理此活动的支付和发票设置。\",\"cQrNR3\":\"管理简介\",\"AtXtSw\":\"管理可以应用于您的产品的税费\",\"ophZVW\":\"管理机票\",\"DdHfeW\":\"管理账户详情和默认设置\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"管理用户及其权限\",\"1m+YT2\":\"在顾客结账前,必须回答必填问题。\",\"Dim4LO\":\"手动添加与会者\",\"e4KdjJ\":\"手动添加与会者\",\"vFjEnF\":\"标记为已支付\",\"g9dPPQ\":\"每份订单的最高限额\",\"l5OcwO\":\"与会者留言\",\"Gv5AMu\":\"留言参与者\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"留言买家\",\"tNZzFb\":\"消息内容\",\"lYDV/s\":\"给个别与会者留言\",\"V7DYWd\":\"发送的信息\",\"t7TeQU\":\"信息\",\"xFRMlO\":\"每次订购的最低数量\",\"QYcUEf\":\"最低价格\",\"RDie0n\":\"其他\",\"mYLhkl\":\"杂项设置\",\"KYveV8\":\"多行文本框\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"我的精彩活动描述\",\"vX8/tc\":\"我的精彩活动标题...\",\"hKtWk2\":\"我的简介\",\"fj5byd\":\"不适用\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"名称\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"导航至与会者\",\"qqeAJM\":\"从不\",\"7vhWI8\":\"新密码\",\"1UzENP\":\"否\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"没有可显示的已归档活动。\",\"q2LEDV\":\"未找到此订单的参会者。\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"无与会者\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"没有容量分配\",\"a/gMx2\":\"没有签到列表\",\"tMFDem\":\"无可用数据\",\"6Z/F61\":\"无数据显示。请选择日期范围\",\"fFeCKc\":\"无折扣\",\"HFucK5\":\"没有可显示的已结束活动。\",\"yAlJXG\":\"无事件显示\",\"GqvPcv\":\"没有可用筛选器\",\"KPWxKD\":\"无信息显示\",\"J2LkP8\":\"无订单显示\",\"RBXXtB\":\"当前没有可用的支付方式。请联系活动组织者以获取帮助。\",\"ZWEfBE\":\"无需支付\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"此类别中没有可用的产品。\",\"FTfObB\":\"尚无产品\",\"+Y976X\":\"无促销代码显示\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"无结果\",\"gk5uwN\":\"没有搜索结果\",\"RHyZUL\":\"没有搜索结果。\",\"RY2eP1\":\"未加收任何税费。\",\"EdQY6l\":\"无\",\"OJx3wK\":\"不详\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"备注\",\"jtrY3S\":\"暂无显示内容\",\"hFwWnI\":\"通知设置\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"将新订单通知组织者\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"允许支付的天数(留空以从发票中省略付款条款)\",\"n86jmj\":\"号码前缀\",\"mwe+2z\":\"线下订单在标记为已支付之前不会反映在活动统计中。\",\"dWBrJX\":\"线下支付失败。请重试或联系活动组织者。\",\"fcnqjw\":\"离线支付说明\",\"+eZ7dp\":\"线下支付\",\"ojDQlR\":\"线下支付信息\",\"u5oO/W\":\"线下支付设置\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"销售中\",\"Ug4SfW\":\"创建事件后,您就可以在这里看到它。\",\"ZxnK5C\":\"一旦开始收集数据,您将在这里看到。\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"持续进行\",\"z+nuVJ\":\"线上活动\",\"WKHW0N\":\"在线活动详情\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"打开签到页面\",\"OdnLE4\":\"打开侧边栏\",\"ZZEYpT\":[\"方案 \",[\"i\"]],\"oPknTP\":\"所有发票上显示的可选附加信息(例如,付款条款、逾期付款费用、退货政策)\",\"OrXJBY\":\"发票编号的可选前缀(例如,INV-)\",\"0zpgxV\":\"选项\",\"BzEFor\":\"或\",\"UYUgdb\":\"订购\",\"mm+eaX\":\"订单号\",\"B3gPuX\":\"取消订单\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"订购日期\",\"Tol4BF\":\"订购详情\",\"WbImlQ\":\"订单已取消,并已通知订单所有者。\",\"nAn4Oe\":\"订单已标记为已支付\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"订购参考\",\"acIJ41\":\"订单状态\",\"GX6dZv\":\"订单摘要\",\"tDTq0D\":\"订单超时\",\"1h+RBg\":\"订单\",\"3y+V4p\":\"组织地址\",\"GVcaW6\":\"组织详细信息\",\"nfnm9D\":\"组织名称\",\"G5RhpL\":\"主办方\",\"mYygCM\":\"需要组织者\",\"Pa6G7v\":\"组织者姓名\",\"l894xP\":\"组织者只能管理活动和产品。他们无法管理用户、账户设置或账单信息。\",\"fdjq4c\":\"内边距\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"页面未找到\",\"QbrUIo\":\"页面浏览量\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"付讫\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"部分退款\",\"8ZsakT\":\"密码\",\"TUJAyx\":\"密码必须至少包含 8 个字符\",\"vwGkYB\":\"密码必须至少包含 8 个字符\",\"BLTZ42\":\"密码重置成功。请使用新密码登录。\",\"f7SUun\":\"密码不一样\",\"aEDp5C\":\"将此粘贴到您希望小部件显示的位置。\",\"+23bI/\":\"帕特里克\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"付款方式\",\"Lg+ewC\":\"支付和发票\",\"DZjk8u\":\"支付和发票设置\",\"lflimf\":\"付款期限\",\"JhtZAK\":\"付款失败\",\"JEdsvQ\":\"支付说明\",\"bLB3MJ\":\"支付方式\",\"QzmQBG\":\"支付提供商\",\"lsxOPC\":\"已收到付款\",\"wJTzyi\":\"支付状态\",\"xgav5v\":\"付款成功!\",\"R29lO5\":\"付款条款\",\"/roQKz\":\"百分比\",\"vPJ1FI\":\"百分比 金额\",\"xdA9ud\":\"将此放置在您网站的 中。\",\"blK94r\":\"请至少添加一个选项\",\"FJ9Yat\":\"请检查所提供的信息是否正确\",\"TkQVup\":\"请检查您的电子邮件和密码并重试\",\"sMiGXD\":\"请检查您的电子邮件是否有效\",\"Ajavq0\":\"请检查您的电子邮件以确认您的电子邮件地址\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"请在新标签页中继续\",\"hcX103\":\"请创建一个产品\",\"cdR8d6\":\"请创建一张票\",\"x2mjl4\":\"请输入指向图像的有效图片网址。\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"请注意\",\"C63rRe\":\"请返回活动页面重新开始。\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"请选择至少一个产品\",\"igBrCH\":\"请验证您的电子邮件地址,以访问所有功能\",\"/IzmnP\":\"请稍候,我们正在准备您的发票...\",\"MOERNx\":\"葡萄牙语\",\"qCJyMx\":\"结账后信息\",\"g2UNkE\":\"技术支持\",\"Rs7IQv\":\"结账前信息\",\"rdUucN\":\"预览\",\"a7u1N9\":\"价格\",\"CmoB9j\":\"价格显示模式\",\"BI7D9d\":\"未设置价格\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"主色调\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"主要文字颜色\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"打印所有门票\",\"DKwDdj\":\"打印票\",\"K47k8R\":\"产品\",\"1JwlHk\":\"产品类别\",\"U61sAj\":\"产品类别更新成功。\",\"1USFWA\":\"产品删除成功\",\"4Y2FZT\":\"产品价格类型\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"产品销售\",\"U/R4Ng\":\"产品等级\",\"sJsr1h\":\"产品类型\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"产品\",\"N0qXpE\":\"产品\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"已售产品\",\"/u4DIx\":\"已售产品\",\"DJQEZc\":\"产品排序成功\",\"vERlcd\":\"简介\",\"kUlL8W\":\"成功更新个人资料\",\"cl5WYc\":[\"已使用促销 \",[\"promo_code\"],\" 代码\"],\"P5sgAk\":\"促销代码\",\"yKWfjC\":\"促销代码页面\",\"RVb8Fo\":\"促销代码\",\"BZ9GWa\":\"促销代码可用于提供折扣、预售权限或为您的活动提供特殊权限。\",\"OP094m\":\"促销代码报告\",\"4kyDD5\":\"为此问题提供额外的上下文或说明。使用此字段添加条款\\n和条件、指南或参与者在回答前需要了解的任何重要信息。\",\"toutGW\":\"二维码\",\"LkMOWF\":\"可用数量\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"问题已删除\",\"avf0gk\":\"问题描述\",\"oQvMPn\":\"问题标题\",\"enzGAL\":\"问题\",\"ROv2ZT\":\"问与答\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"无线电选项\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"受援国\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"退款失败\",\"n10yGu\":\"退款订单\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"退款处理中\",\"xHpVRl\":\"退款状态\",\"/BI0y9\":\"退款\",\"fgLNSM\":\"注册\",\"9+8Vez\":\"剩余使用次数\",\"tasfos\":\"去除\",\"t/YqKh\":\"移除\",\"t9yxlZ\":\"报告\",\"prZGMe\":\"要求账单地址\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"重新发送电子邮件确认\",\"wIa8Qe\":\"重新发送邀请\",\"VeKsnD\":\"重新发送订单电子邮件\",\"dFuEhO\":\"重新发送门票邮件\",\"o6+Y6d\":\"重新发送...\",\"OfhWJH\":\"重置\",\"RfwZxd\":\"重置密码\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"恢复活动\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"返回活动页面\",\"8YBH95\":\"收入\",\"PO/sOY\":\"撤销邀请\",\"GDvlUT\":\"角色\",\"ELa4O9\":\"销售结束日期\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"销售开始日期\",\"hBsw5C\":\"销售结束\",\"kpAzPe\":\"销售开始\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"节省\",\"IUwGEM\":\"保存更改\",\"U65fiW\":\"保存组织器\",\"UGT5vp\":\"保存设置\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"按与会者姓名、电子邮件或订单号搜索...\",\"+pr/FY\":\"按活动名称搜索...\",\"3zRbWw\":\"按姓名、电子邮件或订单号搜索...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"按名称搜索...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"搜索容量分配...\",\"r9M1hc\":\"搜索签到列表...\",\"+0Yy2U\":\"搜索产品\",\"YIix5Y\":\"搜索...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"次要颜色\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"次要文字颜色\",\"02ePaq\":[\"选择 \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"选择类别...\",\"kWI/37\":\"选择组织者\",\"ixIx1f\":\"选择产品\",\"3oSV95\":\"选择产品等级\",\"C4Y1hA\":\"选择产品\",\"hAjDQy\":\"选择状态\",\"QYARw/\":\"选择机票\",\"OMX4tH\":\"选择票\",\"DrwwNd\":\"选择时间段\",\"O/7I0o\":\"选择...\",\"JlFcis\":\"发送\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"发送信息\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"发送消息\",\"D7ZemV\":\"发送订单确认和票务电子邮件\",\"v1rRtW\":\"发送测试\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"搜索引擎优化说明\",\"/SIY6o\":\"搜索引擎优化关键词\",\"GfWoKv\":\"搜索引擎优化设置\",\"rXngLf\":\"搜索引擎优化标题\",\"/jZOZa\":\"服务费\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"设置发票编号的起始编号。一旦发票生成,就无法更改。\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"设置\",\"Z8lGw6\":\"分享\",\"B2V3cA\":\"分享活动\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"显示\",\"V0SbFp\":\"显示可用产品数量\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"显示更多\",\"izwOOD\":\"单独显示税费\",\"1SbbH8\":\"结账后显示给客户,在订单摘要页面。\",\"YfHZv0\":\"在顾客结账前向他们展示\",\"CBBcly\":\"显示常用地址字段,包括国家\",\"yTnnYg\":\"辛普森\",\"TNaCfq\":\"单行文本框\",\"+P0Cn2\":\"跳过此步骤\",\"YSEnLE\":\"史密斯\",\"lgFfeO\":\"售罄\",\"Mi1rVn\":\"售罄\",\"nwtY4N\":\"出了点问题\",\"GRChTw\":\"删除税费时出了问题\",\"YHFrbe\":\"出错了!请重试\",\"kf83Ld\":\"出问题了\",\"fWsBTs\":\"出错了。请重试。\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"对不起,此优惠代码不可用\",\"65A04M\":\"西班牙语\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"开始日期\",\"/2by1f\":\"州或地区\",\"uAQUqI\":\"状态\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"此活动未启用 Stripe 支付。\",\"UJmAAK\":\"主题\",\"X2rrlw\":\"小计\",\"zzDlyQ\":\"成功\",\"b0HJ45\":[\"成功!\",[\"0\"],\" 将很快收到一封电子邮件。\"],\"BJIEiF\":[\"成功 \",[\"0\"],\" 参会者\"],\"OtgNFx\":\"成功确认电子邮件地址\",\"IKwyaF\":\"成功确认电子邮件更改\",\"zLmvhE\":\"成功创建与会者\",\"gP22tw\":\"产品创建成功\",\"9mZEgt\":\"成功创建促销代码\",\"aIA9C4\":\"成功创建问题\",\"J3RJSZ\":\"成功更新与会者\",\"3suLF0\":\"容量分配更新成功\",\"Z+rnth\":\"签到列表更新成功\",\"vzJenu\":\"成功更新电子邮件设置\",\"7kOMfV\":\"成功更新活动\",\"G0KW+e\":\"成功更新主页设计\",\"k9m6/E\":\"成功更新主页设置\",\"y/NR6s\":\"成功更新位置\",\"73nxDO\":\"成功更新杂项设置\",\"4H80qv\":\"订单更新成功\",\"6xCBVN\":\"支付和发票设置已成功更新\",\"1Ycaad\":\"产品更新成功\",\"70dYC8\":\"成功更新促销代码\",\"F+pJnL\":\"成功更新搜索引擎设置\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"支持电子邮件\",\"uRfugr\":\"T恤衫\",\"JpohL9\":\"税收\",\"geUFpZ\":\"税费\",\"dFHcIn\":\"税务详情\",\"wQzCPX\":\"所有发票底部显示的税务信息(例如,增值税号、税务注册号)\",\"0RXCDo\":\"成功删除税费\",\"ZowkxF\":\"税收\",\"qu6/03\":\"税费\",\"gypigA\":\"促销代码无效\",\"5ShqeM\":\"您查找的签到列表不存在。\",\"QXlz+n\":\"事件的默认货币。\",\"mnafgQ\":\"事件的默认时区。\",\"o7s5FA\":\"与会者接收电子邮件的语言。\",\"NlfnUd\":\"您点击的链接无效。\",\"HsFnrk\":[[\"0\"],\"的最大产品数量是\",[\"1\"]],\"TSAiPM\":\"您要查找的页面不存在\",\"MSmKHn\":\"显示给客户的价格将包括税费。\",\"6zQOg1\":\"显示给客户的价格不包括税费。税费将单独显示\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"活动标题,将显示在搜索引擎结果中,并在社交媒体上分享时显示。默认情况下,将使用事件标题\",\"wDx3FF\":\"此活动没有可用产品\",\"pNgdBv\":\"此类别中没有可用产品\",\"rMcHYt\":\"退款正在处理中。请等待退款完成后再申请退款。\",\"F89D36\":\"标记订单为已支付时出错\",\"68Axnm\":\"处理您的请求时出现错误。请重试。\",\"mVKOW6\":\"发送信息时出现错误\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"此参与者有未付款的订单。\",\"mf3FrP\":\"此类别尚无任何产品。\",\"8QH2Il\":\"此类别对公众隐藏\",\"xxv3BZ\":\"此签到列表已过期\",\"Sa7w7S\":\"此签到列表已过期,不再可用于签到。\",\"Uicx2U\":\"此签到列表已激活\",\"1k0Mp4\":\"此签到列表尚未激活\",\"K6fmBI\":\"此签到列表尚未激活,不能用于签到。\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"这些信息将显示在支付页面、订单摘要页面和订单确认电子邮件中。\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"这是一项在线活动\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"此信息将包含在本次活动发送的所有电子邮件的页脚中\",\"55i7Fa\":\"此消息仅在订单成功完成后显示。等待付款的订单不会显示此消息。\",\"RjwlZt\":\"此订单已付款。\",\"5K8REg\":\"此订单已退款。\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"此订单已取消。\",\"Q0zd4P\":\"此订单已过期。请重新开始。\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"此订单已完成。\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"此订购页面已不可用。\",\"i0TtkR\":\"这将覆盖所有可见性设置,并将该产品对所有客户隐藏。\",\"cRRc+F\":\"此产品无法删除,因为它与订单关联。您可以将其隐藏。\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"此重置密码链接无效或已过期。\",\"IV9xTT\":\"该用户未激活,因为他们没有接受邀请。\",\"5AnPaO\":\"入场券\",\"kjAL4v\":\"门票\",\"dtGC3q\":\"门票电子邮件已重新发送给与会者\",\"54q0zp\":\"门票\",\"xN9AhL\":[[\"0\"],\"级\"],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"分层产品允许您为同一产品提供多种价格选项。这非常适合早鸟产品,或为不同人群提供不同的价格选项。\\\" # zh-cn\",\"nn3mSR\":\"剩余时间:\",\"s/0RpH\":\"使用次数\",\"y55eMd\":\"使用次数\",\"40Gx0U\":\"时区\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"标题\",\"xdA/+p\":\"工具\",\"72c5Qo\":\"总计\",\"YXx+fG\":\"折扣前总计\",\"NRWNfv\":\"折扣总金额\",\"BxsfMK\":\"总费用\",\"2bR+8v\":\"总销售额\",\"mpB/d9\":\"订单总额\",\"m3FM1g\":\"退款总额\",\"jEbkcB\":\"退款总额\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"总税额\",\"+zy2Nq\":\"类型\",\"FMdMfZ\":\"无法签到参与者\",\"bPWBLL\":\"无法签退参与者\",\"9+P7zk\":\"无法创建产品。请检查您的详细信息\",\"WLxtFC\":\"无法创建产品。请检查您的详细信息\",\"/cSMqv\":\"无法创建问题。请检查您的详细信息\",\"MH/lj8\":\"无法更新问题。请检查您的详细信息\",\"nnfSdK\":\"独立客户\",\"Mqy/Zy\":\"美国\",\"NIuIk1\":\"无限制\",\"/p9Fhq\":\"无限供应\",\"E0q9qH\":\"允许无限次使用\",\"h10Wm5\":\"未付款订单\",\"ia8YsC\":\"即将推出\",\"TlEeFv\":\"即将举行的活动\",\"L/gNNk\":[\"更新 \",[\"0\"]],\"+qqX74\":\"更新活动名称、说明和日期\",\"vXPSuB\":\"更新个人资料\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"链接\",\"UtDm3q\":\"复制到剪贴板的 URL\",\"e5lF64\":\"使用示例\",\"fiV0xj\":\"使用限制\",\"sGEOe4\":\"使用封面图片的模糊版本作为背景\",\"OadMRm\":\"使用封面图片\",\"7PzzBU\":\"用户\",\"yDOdwQ\":\"用户管理\",\"Sxm8rQ\":\"用户\",\"VEsDvU\":\"用户可在 <0>\\\"配置文件设置\\\" 中更改自己的电子邮件\",\"vgwVkd\":\"世界协调时\",\"khBZkl\":\"增值税\",\"E/9LUk\":\"地点名称\",\"jpctdh\":\"View\",\"Pte1Hv\":\"查看参会者详情\",\"/5PEQz\":\"查看活动页面\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"在谷歌地图上查看\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP签到列表\",\"tF+VVr\":\"贵宾票\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"我们无法处理您的付款。请重试或联系技术支持。\",\"45Srzt\":\"我们无法删除该类别。请再试一次。\",\"/DNy62\":[\"我们找不到与\",[\"0\"],\"匹配的任何门票\"],\"1E0vyy\":\"我们无法加载数据。请重试。\",\"NmpGKr\":\"我们无法重新排序类别。请再试一次。\",\"BJtMTd\":\"我们建议尺寸为 2160px x 1080px,文件大小不超过 5MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"我们无法确认您的付款。请重试或联系技术支持。\",\"Gspam9\":\"我们正在处理您的订单。请稍候...\",\"LuY52w\":\"欢迎加入!请登录以继续。\",\"dVxpp5\":[\"欢迎回来\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"什么是分层产品?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"什么是类别?\",\"gxeWAU\":\"此代码适用于哪些产品?\",\"hFHnxR\":\"此代码适用于哪些产品?(默认适用于所有产品)\",\"AeejQi\":\"此容量应适用于哪些产品?\",\"Rb0XUE\":\"您什么时候抵达?\",\"5N4wLD\":\"这是什么类型的问题?\",\"gyLUYU\":\"启用后,将为票务订单生成发票。发票将随订单确认邮件一起发送。参与\",\"D3opg4\":\"启用线下支付后,用户可以完成订单并收到门票。他们的门票将清楚地显示订单未支付,签到工具会通知签到工作人员订单是否需要支付。\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"哪些票应与此签到列表关联?\",\"S+OdxP\":\"这项活动由谁组织?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"这个问题应该问谁?\",\"VxFvXQ\":\"嵌入小部件\",\"v1P7Gm\":\"小部件设置\",\"b4itZn\":\"工作\",\"hqmXmc\":\"工作...\",\"+G/XiQ\":\"年度至今\",\"l75CjT\":\"是\",\"QcwyCh\":\"是的,移除它们\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"您正在将电子邮件更改为 <0>\",[\"0\"],\"。\"],\"gGhBmF\":\"您处于离线状态\",\"sdB7+6\":\"您可以创建一个促销代码,针对该产品\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"您无法更改产品类型,因为有与该产品关联的参会者。\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"您无法为未支付订单的与会者签到。此设置可在活动设置中更改。\",\"c9Evkd\":\"您不能删除最后一个类别。\",\"6uwAvx\":\"您无法删除此价格层,因为此层已有售出的产品。您可以将其隐藏。\",\"tFbRKJ\":\"不能编辑账户所有者的角色或状态。\",\"fHfiEo\":\"您不能退还手动创建的订单。\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"您可以访问多个账户。请选择一个继续。\",\"Z6q0Vl\":\"您已接受此邀请。请登录以继续。\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"您没有待处理的电子邮件更改。\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"您已超时,未能完成订单。\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"您必须确认此电子邮件并非促销邮件\",\"3ZI8IL\":\"您必须同意条款和条件\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"必须先创建机票,然后才能手动添加与会者。\",\"jE4Z8R\":\"您必须至少有一个价格等级\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"您必须手动将订单标记为已支付。这可以在订单管理页面上完成。\",\"L/+xOk\":\"在创建签到列表之前,您需要先获得票。\",\"Djl45M\":\"在您创建容量分配之前,您需要一个产品。\",\"y3qNri\":\"您需要至少一个产品才能开始。免费、付费或让用户决定支付金额。\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"您的账户名称会在活动页面和电子邮件中使用。\",\"veessc\":\"与会者注册参加活动后,就会出现在这里。您也可以手动添加与会者。\",\"Eh5Wrd\":\"您的精彩网站 🎉\",\"lkMK2r\":\"您的详细信息\",\"3ENYTQ\":[\"您要求将电子邮件更改为<0>\",[\"0\"],\"的申请正在处理中。请检查您的电子邮件以确认\"],\"yZfBoy\":\"您的信息已发送\",\"KSQ8An\":\"您的订单\",\"Jwiilf\":\"您的订单已被取消\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"您的订单一旦开始滚动,就会出现在这里。\",\"9TO8nT\":\"您的密码\",\"P8hBau\":\"您的付款正在处理中。\",\"UdY1lL\":\"您的付款未成功,请重试。\",\"fzuM26\":\"您的付款未成功。请重试。\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"您的退款正在处理中。\",\"IFHV2p\":\"您的入场券\",\"x1PPdr\":\"邮政编码\",\"BM/KQm\":\"邮政编码\",\"+LtVBt\":\"邮政编码\",\"25QDJ1\":\"- 点击发布\",\"WOyJmc\":\"- 点击取消发布\",\"ncwQad\":\"(空)\",\"B/gRsg\":\"(无)\",\"wqtZLy\":[[\"0\"],\"(副本)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" 已签到\"],\"3beCx0\":[[\"0\"],\" 位<0>已签到\"],\"S4PqS9\":[[\"0\"],\" 个活动的 Webhook\"],\"6MIiOI\":[\"剩余 \",[\"0\"]],\"COnw8D\":[[\"0\"],\" 标志\"],\"xG9N0H\":[[\"1\"],\" 个座位中已占用 \",[\"0\"],\" 个。\"],\"B7pZfX\":[[\"0\"],\" 位组织者\"],\"/HkCs4\":[[\"0\"],\"张门票\"],\"30bTiU\":[\"已启用 \",[\"activeCount\"],\" 项\"],\"jTs4am\":[[\"appName\"],\" 标志\"],\"gbJOk9\":[\"本场次有 \",[\"attendeeCount\"],\" 位参与者已登记。\"],\"TjbIUI\":[[\"availableCount\"],\" / \",[\"totalCount\"],\" 可用\"],\"PSChHo\":[\"剩余 \",[\"capacity\"],\" 个名额\"],\"lzQ8/M\":[\"已签到 \",[\"checkedIn\"],\" / \",[\"total\"]],\"RZ0JX3\":[[\"chipTime\"],\",已售罄\"],\"M4KnFs\":[[\"chipTime\"],\",售罄,可加入候补名单\"],\"SeyN12\":[\"已完成 \",[\"totalCount\"],\" 个步骤中的 \",[\"completedCount\"],\" 个\"],\"wYzVwE\":[[\"count\"],\" 个附加产品\"],\"f2rhaD\":[[\"diffHr\"],\" 小时前\"],\"NRSLBe\":[[\"diffMin\"],\" 分钟前\"],\"iYfwJE\":[[\"diffSec\"],\" 秒前\"],\"OJnhhX\":[[\"eventCount\"],\" 个事件\"],\"SqGPxF\":[[\"first\"],\" 等另外 \",[\"additionalCount\"],\" 个\"],\"mhZbzw\":[\"受影响的场次共有 \",[\"loadedAffectedAttendees\"],\" 位参与者已登记。\"],\"LJE+5t\":[\"每单 \",[\"min\"],\"–\",[\"max\"],\" 件\"],\"RBuxIl\":[\"已配置 \",[\"productCount\"],\" 种门票类型\"],\"VFLd0I\":[\"有 \",[\"slotCount\"],\" 个可选时间\"],\"3IEF7U\":[[\"totalCount\"],\" 个票种\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" 费用\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" 费用及税费\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" 税费\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 天\",\"1d6kks\":\"+税费\",\"B1St2O\":\"<0>签到列表帮助您按日期、区域或票务类型管理活动入场。您可以将票务链接到特定列表,如VIP区域或第1天通行证,并与工作人员共享安全的签到链接。无需账户。签到适用于移动设备、桌面或平板电脑,使用设备相机或HID USB扫描仪。 \",\"v9VSIS\":\"<0>设置一个单一的总人数上限,同时适用于多个票种。<1>例如,如果你将<2>单日票和<3>全周末票关联起来,它们将共享同一个名额池。一旦达到上限,所有关联的票种将自动停止销售。\",\"Il5Uid\":\"<0>这是整个日程所有场次合计的可售总数量,而不是每场的限制。如需限制每场的人数,请在<1>场次安排页面设置容量。\",\"ZnVt5v\":\"<0>Webhooks 可在事件发生时立即通知外部服务,例如,在注册时将新与会者添加到您的 CRM 或邮件列表,确保无缝自动化。<1>使用第三方服务,如 <2>Zapier、<3>IFTTT 或 <4>Make 来创建自定义工作流并自动化任务。\",\"xFTHZ5\":[\"≈ \",[\"0\"],\"(按当前汇率)\"],\"M2DyLc\":\"1 个活动的 Webhook\",\"hMefp0\":\"1 个附加产品\",\"6hIk/x\":\"受影响的场次共有 1 位参与者已登记。\",\"qOyE2U\":\"本场次有 1 位参与者已登记。\",\"943BwI\":\"结束日期后1天\",\"yj3N+g\":\"开始日期后1天\",\"Z3etYG\":\"活动前1天\",\"szSnlj\":\"活动前1小时\",\"yTsaLw\":\"1张门票\",\"nz96Ue\":\"1个票种\",\"InX5ad\":\"已配置 1 种门票类型\",\"y2Jh0m\":\"有 1 个可选时间\",\"cGtUz6\":\"活动前1周\",\"HR/cvw\":\"示例街123号\",\"dgKxZ5\":\"135 种以上货币和 40 种以上支付方式\",\"/d9gcz\":\"设置链接后必须填写按钮文字\",\"kMU5aM\":\"取消通知已发送至\",\"o++0qa\":\"时长变更\",\"WuWSX5\":\"只需几个简单步骤,你就可以开始售票了。\",\"RQ5kDd\":\"当此类别中没有产品时显示的消息。\",\"V53XzQ\":\"新的验证码已发送到您的邮箱\",\"sr2Je0\":\"起止时间平移\",\"/z/bH1\":\"您组织者的简短描述,将展示给您的用户。\",\"3BKFn6\":\"设置按钮文字后必须填写链接\",\"RpjXTb\":\"按星期模式\",\"aS0jtz\":\"已放弃\",\"uyJsf6\":\"关于\",\"JvuLls\":\"承担费用\",\"lk74+I\":\"承担费用\",\"1uJlG9\":\"强调色\",\"g3UF2V\":\"接受\",\"K5+3xg\":\"接受邀请\",\"LuXP9q\":\"访问权限\",\"jzb4Ep\":[\"账户 · \",[\"0\"]],\"UqH1Q6\":[\"账户 · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"账户删除已取消。\",\"WtlP+7\":\"账户删除已被阻止\",\"vOuxvL\":\"账户信息\",\"F9cvwz\":\"账户名称\",\"EHNORh\":\"账户未找到\",\"Hy1lfH\":\"账户所有者\",\"bPwFdf\":\"账户\",\"pi/Iog\":[\"账户(\",[\"0\"],\")\"],\"AhwTa1\":\"需要操作:需要提供增值税信息\",\"APyAR/\":\"活跃活动\",\"kCl6ja\":\"已启用的支付方式\",\"XJOV1Y\":\"动态\",\"Eso+01\":[\"请先添加 \",[\"0\"]],\"eJ0IJA\":\"添加与品牌风格一致的封面图和主题\",\"0YEoxS\":\"添加日期\",\"ybegUq\":\"添加简介和场地,让参与者知道会有什么内容\",\"nOZl6j\":\"添加单个日期\",\"CjvTPJ\":\"添加其他时间\",\"0XCduh\":\"请至少添加一个时间\",\"/chGpa\":\"请填写线上活动的连接信息。\",\"UWWRyd\":\"添加自定义问题以在结账时收集额外信息\",\"Z/dcxc\":\"添加日期\",\"QeupRg\":\"添加日期\",\"Q219NT\":\"添加日期\",\"yjB5VC\":\"为你的重复活动添加日期和时间\",\"Z8idyM\":\"添加详情\",\"wpirGs\":\"添加活动详情\",\"VX6WUv\":\"添加地点\",\"GCQlV2\":\"如果一天举办多个场次,可添加多个时间。\",\"7JF9w9\":\"添加问题\",\"NLbIb6\":\"仍然添加该参与者(忽略容量限制)\",\"6PNlRV\":\"将此活动添加到您的日历\",\"BGD9Yt\":\"添加机票\",\"uIv4Op\":\"将跟踪像素添加到您的公共活动页面和组织者主页。当跟踪处于活动状态时,将向访问者显示Cookie同意横幅。\",\"QN2F+7\":\"添加 Webhook\",\"NsWqSP\":\"添加您的社交媒体账号和网站链接。这些信息将显示在您的公开组织者页面上。\",\"6JzKEV\":\"仅作为附加产品\",\"VkQex5\":\"附加产品\",\"Y2K3rp\":\"附加产品\",\"Z/ZU8N\":\"结账时添加\",\"bVjDs9\":\"额外费用\",\"MKqSg4\":\"需要管理员访问权限\",\"0Zypnp\":\"管理仪表板\",\"tlFYEo\":\"允许参与者进入你的活动\",\"YAV57v\":\"推广员\",\"I+utEq\":\"推广码无法更改\",\"/jHBj5\":\"推广员创建成功\",\"uCFbG2\":\"推广员删除成功\",\"ld8I+f\":\"推广联盟计划\",\"a41PKA\":\"将跟踪推广员销售\",\"mJJh2s\":\"将不会跟踪推广员销售。这将停用该推广员。\",\"jabmnm\":\"推广员更新成功\",\"CPXP5Z\":\"合作伙伴\",\"9Wh+ug\":\"推广员已导出\",\"3cqmut\":\"推广员帮助您跟踪合作伙伴和网红产生的销售。创建推广码并分享以监控绩效。\",\"3e31kI\":\"活动创建后,你可以在控制台选择它的重复频率。\",\"z7GAMJ\":\"全部\",\"N40H+G\":\"全部\",\"7rLTkE\":\"所有已归档活动\",\"gKq1fa\":\"所有参与者\",\"63gRoO\":\"所选场次的全部参与者\",\"uWxIoH\":\"本场次的全部参与者\",\"pMLul+\":\"所有货币\",\"sgUdRZ\":\"全部日期\",\"e4q4uO\":\"全部日期\",\"ZS/D7f\":\"所有已结束活动\",\"QsYjci\":\"所有活动\",\"31KB8w\":\"所有失败任务已删除\",\"D2g7C7\":\"所有任务已排队等待重试\",\"B4RFBk\":\"所有匹配的日期\",\"F1/VgK\":\"全部场次\",\"OpWjMq\":\"全部场次\",\"Sxm1lO\":\"所有状态\",\"dr7CWq\":\"所有即将到来的活动\",\"UBpkWM\":\"所有用户\",\"GpT6Uf\":\"允许参与者通过订单确认邮件中的安全链接更新他们的门票信息(姓名、电子邮件)。\",\"VZdky1\":\"允许购买者将其信息复制给所有参会者\",\"F3mW5G\":\"允许客户在该产品售罄时加入候补名单\",\"4CMO/q\":\"允许客户在该产品售罄时加入候补名单。客户加入的是特定日期的候补名单。\",\"c4uJfc\":\"快完成了!我们正在等待您的付款处理。这只需要几秒钟。\",\"ocS8eq\":[\"已有账户?<0>\",[\"0\"],\"\"],\"uCuEqI\":\"已添加\",\"/H326L\":\"已退款\",\"USEpOK\":\"已在其他主办方下使用 Stripe?可复用该连接。\",\"RtxQTF\":\"同时取消此订单\",\"jkNgQR\":\"同时退款此订单\",\"xYqsHg\":\"始终可用\",\"rrepBD\":\"始终在售\",\"Wvrz79\":\"支付金额\",\"Zkymb9\":\"与此推广员关联的邮箱。推广员不会收到通知。\",\"vRznIT\":\"检查导出状态时发生错误。\",\"OPFdAM\":\"此类别的可选描述,将显示在活动页面上。\",\"eusccx\":\"在突出显示的产品上显示的可选消息,例如\\\"热卖中🔥\\\"或\\\"超值优惠\\\"\",\"HZFm5R\":\"和\",\"l3LBtZ\":\"公告内容\",\"Th00L9\":\"公告已创建\",\"p/XJYI\":\"公告已删除\",\"08iV57\":\"公告标题\",\"qLqgre\":\"公告已更新\",\"Dzr23X\":\"公告\",\"asqL+J\":\"匿名化\",\"QNrkms\":\"答案更新成功。\",\"+qygei\":\"回答\",\"GK7Lnt\":\"结账时填写的回答(例如餐食选择)\",\"lE8PgT\":\"你手动调整过的日期将保留。\",\"jVoYha\":[\"已应用 — 订单立减 \",[\"0\"]],\"vP3Nzg\":[\"适用于本页当前已加载的 \",[\"0\"],\" 个未取消日期。\"],\"kkVyZZ\":\"适用于未登录状态下打开共享签到链接的所有人。已登录的团队成员始终可以看到全部内容。\",\"je4muG\":[\"适用于本活动中每个\",[\"0\"],\"且未取消的日期,包括当前未加载的日期。\"],\"YIIQtt\":\"应用更改\",\"NzWX1Y\":\"应用到\",\"Ps5oDT\":\"应用到所有门票\",\"261RBr\":\"批准消息\",\"naCW6Z\":\"4 月\",\"B495Gs\":\"归档\",\"5sNliy\":\"归档活动\",\"BrwnrJ\":\"归档主办方\",\"E5eghW\":\"归档此活动以向公众隐藏。您可以稍后恢复它。\",\"eqFkeI\":\"归档此主办方。这也将归档属于此主办方的所有活动。\",\"BzcxWv\":\"已归档的主办方\",\"9cQBd6\":\"您确定要归档此活动吗?它将不再对公众可见。\",\"Trnl3E\":\"您确定要归档此主办方吗?这也将归档属于此主办方的所有活动。\",\"wOvn+e\":[\"确定要取消 \",[\"count\"],\" 个日期吗?受影响的参与者会收到邮件通知。\"],\"GTxE0U\":\"确定要取消这个日期吗?受影响的参与者会收到邮件通知。\",\"VkSk/i\":\"您确定要取消此定时消息吗?\",\"0aVEBY\":\"您确定要删除所有失败的任务吗?\",\"LchiNd\":\"您确定要删除此推广员吗?此操作无法撤销。\",\"U49Xd6\":\"确定要删除此公告吗?用户将不再看到它。\",\"vPeW/6\":\"确定要删除此配置吗?这可能会影响使用它的账户。\",\"h42Hc/\":\"确定要删除这个日期吗?此操作无法撤销。\",\"RiF/yT\":\"确定要删除这张图片吗?\",\"b3+Qku\":\"确定要删除该税费吗?之后的新订单将不再收取。\",\"JmVITJ\":\"确定要删除此模板吗?此操作无法撤消,邮件将回退到默认模板。\",\"aLS+A6\":\"确定要删除此模板吗?此操作无法撤消,邮件将回退到组织者或默认模板。\",\"5H3Z78\":\"您确定要删除此 Webhook 吗?\",\"147G4h\":\"您确定要离开吗?\",\"VDWChT\":\"您确定要将此组织者设为草稿吗?这样将使组织者页面对公众不可见。\",\"pWtQJM\":\"您确定要将此组织者设为公开吗?这样将使组织者页面对公众可见。\",\"EOqL/A\":\"您确定要向此人提供名额吗?他们将收到电子邮件通知。\",\"yAXqWW\":\"确定要永久删除这个日期吗?此操作无法撤销。\",\"WFHOlF\":\"您确定要发布此活动吗?一旦发布,将对公众可见。\",\"4TNVdy\":\"您确定要发布此主办方资料吗?一旦发布,将对公众可见。\",\"8x0pUg\":\"您确定要从候补名单中移除此条目吗?\",\"cDtoWq\":[\"您确定要将订单确认重新发送到 \",[\"0\"],\" 吗?\"],\"xeIaKw\":[\"您确定要将门票重新发送到 \",[\"0\"],\" 吗?\"],\"BjbocR\":\"您确定要恢复此活动吗?\",\"7MjfcR\":\"您确定要恢复此主办方吗?\",\"b7tkGp\":\"确定要撤销这个邀请吗?\",\"ExDt3P\":\"您确定要取消发布此活动吗?它将不再对公众可见。\",\"5Qmxo/\":\"您确定要取消发布此主办方资料吗?它将不再对公众可见。\",\"Uqefyd\":\"您在欧盟注册了增值税吗?\",\"+QARA4\":\"艺术\",\"tLf3yJ\":\"由于您的企业位于爱尔兰,所有平台费用将自动适用23%的爱尔兰增值税。\",\"tMeVa/\":\"为每张购买的门票询问姓名和电子邮件\",\"ui5ln+\":\"分配其他方案\",\"9Jxliv\":\"分配方案\",\"xdiER7\":\"分配的级别\",\"F2rX0R\":\"必须选择至少一种事件类型\",\"Z44eZS\":\"该日期至少要保留一个可售产品。若要让该日期不可访问,请改为在排期中取消它。\",\"BCmibk\":\"尝试次数\",\"6PecK3\":\"所有活动的出席率和签到率\",\"K2tp3v\":\"位参与者\",\"AJ4rvK\":\"与会者已取消\",\"qvylEK\":\"与会者已创建\",\"Aspq3b\":\"参与者信息收集\",\"fpb0rX\":\"参与者信息已从订单复制\",\"94aQMU\":\"参与者信息\",\"KkrBiR\":\"参与者信息收集\",\"sjPjOg\":\"参与者备注\",\"cosfD8\":\"参与者状态\",\"D2qlBU\":\"与会者已更新\",\"22BOve\":\"参与者更新成功\",\"x8Vnvf\":\"参与者的票不包含在此列表中\",\"/Ywywr\":\"位参与者\",\"zLRobu\":\"位参与者已签到\",\"k3Tngl\":\"与会者已导出\",\"UoIRW8\":\"已注册参会者\",\"5UbY+B\":\"持有特定门票的与会者\",\"4HVzhV\":\"参与者:\",\"HVkhy2\":\"归因分析\",\"dMMjeD\":\"归因细分\",\"1oPDuj\":\"归因值\",\"cHfbVT\":\"受众\",\"DBHTm/\":\"8 月\",\"JgREph\":\"自动提供已启用\",\"V7Tejz\":\"自动处理候补名单\",\"PZ7FTW\":\"根据背景颜色自动检测,但可以手动覆盖\",\"zlnTuI\":\"当容量可用时自动向下一个人提供门票。如果禁用,您可以从等候名单页面手动处理等候名单。\",\"csDS2L\":\"可用\",\"Xp+ywP\":\"付款完成后可用\",\"dwDH1K\":[[\"dayName\"],\"的可选时间\"],\"clF06r\":\"可退款\",\"NB5+UG\":\"可用令牌\",\"L+wGOG\":\"等待中\",\"qcw2OD\":\"待付款\",\"kNmmvE\":\"精彩活动有限公司\",\"TeSaQO\":\"返回账户\",\"kYqM1A\":\"返回活动\",\"s5QRF3\":\"返回消息\",\"td/bh+\":\"返回报告\",\"nsm7BA\":\"返回搜索\",\"imjKVx\":\"银行账户已连接\",\"KSSL9f\":\"横幅\",\"zdYsg1\":\"横幅内容不得超过 200 个字符\",\"p2OLF3\":\"基础价格\",\"D9LTCH\":\"基础价格\",\"hviJef\":\"基于上方的整体销售期,而非按日期设置\",\"jIPNJG\":\"基本信息\",\"lINGcL\":\"由于此账户存在已完成的订单,交易记录(金额、日期和发票详情)将以匿名形式保留,用于法律和税务目的。所有个人信息将被永久删除。\",\"UabgBd\":\"正文是必需的\",\"HWXuQK\":\"收藏此页面,随时管理您的订单。\",\"CUKVDt\":\"使用自定义徽标、颜色和页脚信息打造您的门票品牌。\",\"4BZj5p\":\"内置欺诈防护\",\"cr7kGH\":\"批量编辑\",\"1Fbd6n\":\"批量编辑日期\",\"Eq6Tu9\":\"批量更新失败。\",\"9N+p+g\":\"商务\",\"SWnN1L\":\"公司地址\",\"kQekXw\":\"公司名称\",\"3W/QV7\":\"按钮文字\",\"bv6RXK\":\"按钮标签\",\"ChDLlO\":\"按钮文字\",\"MOht10\":\"按钮链接\",\"BUe8Wj\":\"买家支付\",\"DkL8mp\":\"买家在结账选择该产品时可将这些一并加入订单。\",\"qF1qbA\":\"买家看到的是净价。平台费用将从您的付款中扣除。\",\"dg05rc\":\"通过添加跟踪像素,您确认您和本平台是所收集数据的共同控制者。您有责任确保根据适用的隐私法律(GDPR、CCPA等)拥有合法的处理依据。\",\"DFqasq\":[\"继续操作即表示您同意<0>\",[\"0\"],\"服务条款\"],\"CetOZE\":\"按门票类型\",\"lFdbRS\":\"绕过应用费用\",\"AjVXBS\":\"日历\",\"2VLZwd\":\"行动号召按钮\",\"rT2cV+\":\"摄像头\",\"7hYa9y\":\"摄像头权限被拒绝。可<0>重新请求权限,或在浏览器设置中允许本页访问摄像头。\",\"D02dD9\":\"活动\",\"RRPA79\":\"无法签到\",\"OcVwAd\":[\"取消 \",[\"count\"],\" 个日期\"],\"H4nE+E\":\"取消所有产品并释放回可用池\",\"Py78q9\":\"取消日期\",\"lUjTpS\":\"取消删除\",\"5YkF5G\":\"取消删除请求\",\"tOXAdc\":\"取消将取消与此订单关联的所有参与者,并将门票释放回可用池。\",\"FPpqc7\":[\"正在取消 \",[\"0\"],\" 个日期,可能需要一点时间。\"],\"01sEfm\":\"无法删除系统默认配置\",\"VsM1HH\":\"容量分配\",\"9bIMVF\":\"容量管理\",\"H7K8og\":\"容量必须大于或等于 0\",\"nzao08\":\"容量更新\",\"4cp9NP\":\"已用容量\",\"K7tIrx\":\"类别\",\"DRK3Bq\":\"分类已删除\",\"o+XJ9D\":\"更改\",\"kJkjoB\":\"修改时长\",\"J0KExZ\":\"修改参与者上限\",\"ssospy\":\"修改时间\",\"CIHJJf\":\"更改等候名单设置\",\"B5icLR\":[\"已修改 \",[\"count\"],\" 个日期的时长\"],\"Kb+0BT\":\"收款记录\",\"2tbLdK\":\"慈善\",\"BPWGKn\":\"签到\",\"6uFFoY\":\"取消签到\",\"FjAlwK\":[\"来看看这个活动:\",[\"0\"]],\"v4fiSg\":\"查看您的邮箱\",\"51AsAN\":\"请检查您的收件箱!如果此邮箱有关联的票,您将收到查看链接。\",\"Y3FYXy\":\"签到\",\"udRwQs\":\"签到已创建\",\"F4SRy3\":\"签到已删除\",\"as6XfO\":[\"已撤销 \",[\"0\"],\" 的签到\"],\"9s/wrQ\":\"签到记录\",\"Wwztk4\":\"签到名单\",\"9gPPUY\":\"签到列表已创建!\",\"dwjiJt\":\"签到名单信息\",\"7od0PV\":\"签到名单\",\"f2vU9t\":\"签到列表\",\"XprdTn\":\"签到导航\",\"5tV1in\":\"签到进度\",\"SHJwyq\":\"签到率\",\"qCqdg6\":\"签到状态\",\"cKj6OE\":\"签到摘要\",\"7B5M35\":\"签到\",\"VrmydS\":\"已签到\",\"DM4gBB\":\"中文(繁体)\",\"p8Jvp4\":\"选择一个配置\",\"ElShBO\":\"选择其他操作\",\"pHEhf+\":\"选择与您的品牌相符的字体。字体通过 Bunny Fonts 自托管。\",\"Zok1Gx\":\"选择主办方\",\"pkk46Q\":\"选择一个组织者\",\"Ag32+c\":\"选择其他日期\",\"Crr3pG\":\"选择日历\",\"Z38ZJu\":\"选择活动日期在票券上的显示方式\",\"LAW8Vb\":\"为新活动选择默认设置。这可以针对单个活动进行覆盖。\",\"pjp2n5\":\"选择谁支付平台费用。这不会影响您在账户设置中配置的额外费用。\",\"xCJdfg\":\"清除\",\"QyOWu9\":\"清除地点 — 恢复为活动默认地点\",\"V8yTm6\":\"清除搜索\",\"kmnKnX\":\"清除会移除按日期设置的所有单独配置,受影响的日期将恢复为活动的默认地点。\",\"/o+aQX\":\"点击以取消\",\"gD7WGV\":\"点击以重新开售\",\"CySr+W\":\"点击查看备注\",\"RG3szS\":\"关闭\",\"RWw9Lg\":\"关闭弹窗\",\"XwdMMg\":\"代码只能包含字母、数字、连字符和下划线\",\"+yMJb7\":\"代码为必填项\",\"m9SD3V\":\"代码至少需要3个字符\",\"V1krgP\":\"代码不能超过20个字符\",\"psqIm5\":\"与您的团队协作,共同创建精彩的活动。\",\"4bUH9i\":\"收集每张购买门票的参与者详情。\",\"TkfG8v\":\"按订单收集信息\",\"96ryID\":\"按门票收集信息\",\"FpsvqB\":\"颜色模式\",\"jEu4bB\":\"列\",\"CWk59I\":\"喜剧\",\"rPA+Gc\":\"通信偏好\",\"zFT5rr\":\"已完成\",\"bUQMpb\":\"完成 Stripe 设置\",\"744BMm\":\"完成您的订单以确保获得门票。此优惠有时间限制,请尽快完成。\",\"5YrKW7\":\"完成付款以确保您的门票。\",\"xGU92i\":\"完成你的个人资料以加入团队。\",\"QOhkyl\":\"撰写\",\"ih35UP\":\"会议中心\",\"ywFj2D\":\"配置\",\"WTw0bB\":\"配置已分配\",\"X1zdE7\":\"配置创建成功\",\"mLBUMQ\":\"配置删除成功\",\"UIENhw\":\"配置名称对最终用户可见。固定费用将按当前汇率转换为订单货币。\",\"eeZdaB\":\"配置更新成功\",\"3cKoxx\":\"配置\",\"8v2LRU\":\"配置活动详情、地点、结账选项和电子邮件通知。\",\"raw09+\":\"配置结账时如何收集参与者信息\",\"FI60XC\":\"配置税费\",\"av6ukY\":\"设置本场次可售的产品,并可选择调整价格。\",\"NGXKG/\":\"确认电子邮件地址\",\"JRQitQ\":\"确认新密码\",\"Auz0Mz\":\"请确认您的邮箱以访问所有功能。\",\"7+grte\":\"确认邮件已发送!请检查您的收件箱。\",\"n/7+7Q\":\"确认已发送至\",\"x3wVFc\":\"恭喜!您的活动现已对公众可见。\",\"0W2NQP\":\"连接银行\",\"/K4Vqr\":\"连接 Stripe 以接受付款\",\"nQI4H5\":\"连接Stripe以启用电子邮件模板编辑\",\"LmvZ+E\":\"连接 Stripe 以启用消息功能\",\"peBIO+\":\"连接 Stripe,门票款项将直接进入你的银行账户。\",\"DNeN8t\":\"连接银行,售票收入直接进入你的账户\",\"DARj+w\":\"连接了错误的 Stripe 账户?断开连接并重新开始。\",\"X1y8JF\":\"线上日期必须填写连接信息\",\"fjfBOm\":\"线上活动必须填写连接详情\",\"jfC/xh\":\"联系\",\"LOFgda\":[\"联系 \",[\"0\"]],\"41BQ3k\":\"联系邮箱\",\"4b3oEV\":\"内容\",\"13CIgI\":\"内容为必填项\",\"m8WD6t\":\"继续设置\",\"0GwUT4\":\"继续结账\",\"sBV87H\":\"继续创建活动\",\"nKtyYu\":\"继续下一步\",\"F3/nus\":\"继续付款\",\"s30OcA\":\"控制活动页面上日期和时间的显示方式\",\"p2FRHj\":\"控制此活动的平台费用如何处理\",\"NqfabH\":\"控制该日期由谁入场\",\"fmYxZx\":\"控制谁能入场、何时入场\",\"1JnTgU\":\"从上方复制\",\"FxVG/l\":\"已复制到剪贴板\",\"PiH3UR\":\"已复制!\",\"4i7smN\":\"复制账户 ID\",\"uUPbPg\":\"复制推广链接\",\"iVm46+\":\"复制代码\",\"cF2ICc\":\"复制客户链接\",\"+2ZJ7N\":\"将详情复制到第一位参与者\",\"ZN1WLO\":\"复制邮箱\",\"y1eoq1\":\"复制链接\",\"tUGbi8\":\"复制我的信息到:\",\"y22tv0\":\"复制此链接,在任意位置分享\",\"/4gGIX\":\"复制到剪贴板\",\"e0f4yB\":\"无法删除地点\",\"vkiDx2\":\"无法准备批量更新。\",\"KOavaU\":\"无法获取地址详情\",\"/lq4oO\":\"日期保存失败\",\"mHu0az\":\"验证邮件发送失败,请重试。\",\"QOIm+S\":\"统计包含所有即将到来的日期。每人将获得其所选日期的名额。\",\"P0rbCt\":\"封面图像\",\"p4kqHr\":\"封面图已添加\",\"60u+dQ\":\"封面图片将显示在活动页面顶部\",\"2NLjA6\":\"封面图像将显示在您的组织者页面顶部\",\"GkrqoY\":\"覆盖所有门票\",\"zg4oSu\":[\"创建\",[\"0\"],\"模板\"],\"RKKhnW\":\"创建自定义小部件以在您的网站上销售门票。\",\"jqhTmw\":\"为该日期创建名单\",\"PhioFp\":\"请为进行中的场次创建新的签到名单;若你认为这是误操作,请联系主办方。\",\"yIRev4\":\"创建密码\",\"j7xZ7J\":\"创建额外的主办方来管理一个账户下的独立品牌、部门或活动系列。每个主办方拥有自己的活动、设置和公开页面。\",\"xfKgwv\":\"创建推广员\",\"GT/OIA\":\"创建公告,向您的用户展示消息。\",\"tudG8q\":\"创建并配置待售门票和商品。\",\"Q4VlI/\":\"创建公告\",\"YAl9Hg\":\"创建配置\",\"BTne9e\":\"为此活动创建自定义邮件模板以覆盖组织者默认设置\",\"YIDzi/\":\"创建自定义模板\",\"tsGqx5\":\"创建日期\",\"Nc3l/D\":\"创建折扣、隐藏门票的访问码和特别优惠。\",\"PybJS2\":\"创建活动\",\"abGAgf\":\"创建更多门票或产品,即可将它们作为附加产品提供\",\"eWEV9G\":\"创建新密码\",\"utHSNE\":\"创建日程\",\"8AiKIu\":\"创建门票或产品\",\"/HGmW9\":\"创建可追踪链接以奖励推广您活动的合作伙伴。\",\"dkAPxi\":\"创建 Webhook\",\"5slqwZ\":\"创建您的活动\",\"JQNMrj\":\"创建您的第一个活动\",\"CCjxOC\":\"创建您的第一个活动以开始售票并管理参与者。\",\"ZCSSd+\":\"创建您自己的活动\",\"qdv10s\":[\"正在创建 \",[\"0\"],\" 个日期。这可能需要一些时间。\"],\"67NsZP\":\"正在创建活动...\",\"H34qcM\":\"正在创建主办方...\",\"1YMS+X\":\"正在创建您的活动,请稍候\",\"yiy8Jt\":\"正在创建您的主办方资料,请稍候\",\"lfLHNz\":\"CTA标签是必需的\",\"0xLR6W\":\"当前已分配\",\"iTvh6I\":\"当前可购买\",\"A42Dqn\":\"自定义品牌\",\"Guo0lU\":\"自定义日期和时间\",\"WDMdn8\":\"自定义问题\",\"O6mra8\":\"自定义问题\",\"axv/Mi\":\"自定义模板\",\"2YeVGY\":\"客户链接已复制到剪贴板\",\"QMHSMS\":\"客户将收到确认退款的电子邮件\",\"NihQNk\":\"客户\",\"hINN++\":\"自定义页面\",\"7gsjkI\":\"使用Liquid模板自定义发送给客户的邮件。这些模板将用作您组织中所有活动的默认模板。\",\"xJaTUK\":\"自定义活动主页的布局、颜色和品牌。\",\"MXZfGN\":\"自定义结账时提出的问题,以从参与者那里收集重要信息。\",\"iX6SLo\":\"自定义“继续”按钮上显示的文本\",\"R8H7yL\":\"自定义滚动到门票区域的浮动按钮上显示的文本\",\"pxNIxa\":\"使用Liquid模板自定义您的邮件模板\",\"3trPKm\":\"自定义主办方页面外观\",\"U0sC6H\":\"每天\",\"/gWrVZ\":\"所有活动的每日收入、税费和退款\",\"zgCHnE\":\"每日销售报告\",\"nHm0AI\":\"每日销售、税费和费用明细\",\"1aPnDT\":\"舞蹈\",\"pvnfJD\":\"深色\",\"MaB9wW\":\"日期取消\",\"e6cAxJ\":\"日期已取消\",\"81jBnC\":\"日期已成功取消\",\"a/C/6R\":\"日期已成功创建\",\"IW7Q+u\":\"日期已删除\",\"rngCAz\":\"日期已成功删除\",\"vHbfoQ\":\"日期已重新启用\",\"hvah+S\":\"该日期已重新开售\",\"Ez0YsD\":\"日期已成功更新\",\"JxwIlL\":\"个日期\",\"Te33mU\":\"日期按场次分别管理\",\"91zCxb\":\"有场次的日子\",\"/ITcnz\":\"天\",\"H7OUPr\":\"日\",\"JtHrX9\":\"每月某日\",\"J/Upwb\":\"天\",\"V3VGYb\":\"每月日期\",\"r6zgGo\":\"12 月\",\"jbq7j2\":\"拒绝\",\"WGD1Al\":\"减少\",\"gJY4YL\":\"减少数量\",\"ovBPCi\":\"默认\",\"JtI4vj\":\"默认参与者信息收集\",\"ULjv90\":\"每个日期的默认容量\",\"3R/Tu2\":\"默认费用处理\",\"1bZAZA\":\"将使用默认模板\",\"3Biswm\":\"默认值\",\"HNlEFZ\":\"删除\",\"KpnwJK\":[\"删除\\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"删除选中的 \",[\"count\"],\" 个日期?有订单的日期会被跳过。此操作无法撤销。\"],\"ZDGm40\":\"删除账户\",\"vu7gDm\":\"删除推广员\",\"KZN4Lc\":\"全部删除\",\"6EkaOO\":\"删除日期\",\"io0G93\":\"删除活动\",\"+jw/c1\":\"删除图片\",\"hdyeZ0\":\"删除任务\",\"xxjZeP\":\"删除地点\",\"sY3tIw\":\"删除主办方\",\"UBv8UK\":\"永久删除\",\"dPyJ15\":\"删除模板\",\"IQTR34\":\"删除这个分类?其中的所有产品也会被删除。此操作无法撤销。\",\"/1wMxk\":\"删除这个产品?此操作无法撤销。\",\"mxsm1o\":\"删除此问题?此操作无法撤销。\",\"snMaH4\":\"删除 Webhook\",\"LIZZLY\":[\"已删除 \",[\"0\"],\" 个日期\"],\"loLVyU\":\"已删除的账户\",\"IlUuGb\":\"删除账户会立即将其停用:所有已发布的活动将被取消发布,访问权限将被禁用。30 天宽限期过后,删除将变为永久性。在这 30 天内您可以随时取消。\",\"nMdIuB\":\"删除已加入执行队列\",\"/U002t\":\"删除请求已取消\",\"PBA62s\":\"删除请求\",\"7w0Wev\":\"简介和场地已添加\",\"vYgeDk\":\"取消全选\",\"NvuEhl\":\"设计元素\",\"H8kMHT\":\"没有收到验证码?\",\"G8KNgd\":\"不同地点\",\"E/QGRL\":\"已停用\",\"bzSI52\":\"放弃\",\"0EcUWz\":\"放弃更改?\",\"+K0AvT\":\"断开连接\",\"cALvbl\":\"断开 Stripe 账户\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"关闭公告\",\"nZJ8tu\":\"隐藏设置清单\",\"QotGhf\":\"关闭此消息\",\"J6hrEy\":\"已关闭\",\"BREO0S\":\"显示一个复选框,允许客户选择接收此活动组织者的营销通讯。\",\"HtaSQp\":\"在门票组件中显示每个日期的剩余名额。您可以为单个日期单独设置。\",\"pfa8F0\":\"显示名称\",\"Kdpf90\":\"别忘了!\",\"352VU2\":\"还没有账户?<0>注册\",\"AXXqG+\":\"捐赠\",\"DPfwMq\":\"完成\",\"JoPiZ2\":\"入场工作人员须知\",\"2+O9st\":\"下载所有已完成订单的销售、参与者和财务报告。\",\"eneWvv\":\"草稿\",\"Ts8hhq\":\"由于垃圾邮件的高风险,您必须连接Stripe账户才能修改电子邮件模板。这是为了确保所有活动组织者都经过验证和负责。\",\"TnzbL+\":\"由于垃圾邮件风险较高,您必须连接Stripe账户才能向参与者发送消息。\\n这是为了确保所有活动组织者都经过验证并承担责任。\",\"euc6Ns\":\"复制\",\"YueC+F\":\"复制日期\",\"KRmTkx\":\"复制产品\",\"Jd3ymG\":\"时长至少为 1 分钟。\",\"KIjvtr\":\"荷兰语\",\"22xieU\":\"例如 180(3小时)\",\"MCx4ov\":\"例如:了解更多\",\"/zajIE\":\"例如:上午场\",\"XDHATF\":\"例如:新功能:候补名单\",\"tAtvUj\":\"例如:本周六 UTC 凌晨 2 点至 4 点计划维护\",\"SPKbfM\":\"例如:获取门票,立即注册\",\"fc7wGW\":\"例如,关于您门票的重要更新\",\"54MPqC\":\"例如,标准版、高级版、企业版\",\"3RQ81z\":\"每个人将收到一封包含预留名额的电子邮件,以完成购买。\",\"Xfsjel\":\"每个商品\",\"5oD9f/\":\"提前\",\"LTzmgK\":[\"编辑\",[\"0\"],\"模板\"],\"v4+lcZ\":\"编辑推广员\",\"ndNHsK\":\"编辑公告\",\"2iZEz7\":\"编辑答案\",\"t2bbp8\":\"编辑参与者\",\"etaWtB\":\"编辑参与者详情\",\"+guao5\":\"编辑配置\",\"1Mp/A4\":\"编辑日期\",\"m0ZqOT\":\"编辑地点\",\"8oivFT\":\"编辑地点\",\"vRWOrM\":\"编辑订单详情\",\"pHm0k9\":\"编辑日程\",\"fW5sSv\":\"编辑 Webhook\",\"nP7CdQ\":\"编辑 Webhook\",\"MRZxAn\":\"已编辑\",\"uBAxNB\":\"编辑器\",\"aqxYLv\":\"教育\",\"iiWXDL\":\"资格失败\",\"zPiC+q\":\"符合条件的签到列表\",\"SiVstt\":\"邮件与定时消息\",\"V2sk3H\":\"电子邮件和模板\",\"hbwCKE\":\"邮箱地址已复制到剪贴板\",\"dSyJj6\":\"电子邮件地址不匹配\",\"elW7Tn\":\"邮件正文\",\"ZsZeV2\":\"邮箱为必填项\",\"Be4gD+\":\"邮件预览\",\"6IwNUc\":\"邮件模板\",\"H/UMUG\":\"需要验证邮箱\",\"PLEl94\":\"邮箱已验证\",\"L86zy2\":\"邮箱验证成功!\",\"FSN4TS\":\"嵌入小部件\",\"z9NkYY\":\"可嵌入组件\",\"tKlWWY\":\"表情符号\",\"69YV6l\":\"弹窗必须设置表情符号\",\"Qj0GKe\":\"启用参与者自助服务\",\"hEtQsg\":\"默认启用参与者自助服务\",\"Upeg/u\":\"启用此模板发送邮件\",\"7dSOhU\":\"启用候补名单\",\"RxzN1M\":\"已启用\",\"sGjBEq\":\"结束日期和时间(可选)\",\"PKXt9R\":\"结束日期必须在开始日期之后\",\"vTL8gi\":\"结束时间\",\"48Y16Q\":\"结束时间(可选)\",\"TbaYrr\":[\"已于 \",[\"0\"],\" 结束\"],\"CFgwiw\":[[\"0\"],\" 结束\"],\"SqOIQU\":\"请输入容量值或选择不限。\",\"h37gRz\":\"请输入标签,或选择将其移除。\",\"7YZofi\":\"输入主题和正文以查看预览\",\"khyScF\":\"请输入要平移的时长。\",\"SKx/0u\":\"请输入场地名称或地址\",\"ppwojw\":\"线下活动请输入场地名称或地址\",\"j+eCIq\":\"手动输入地址\",\"3bR1r4\":\"输入推广员邮箱(可选)\",\"ARkzso\":\"输入推广员姓名\",\"ej4L8b\":\"输入容量\",\"6KnyG0\":\"输入电子邮件\",\"INDKM9\":\"输入邮件主题...\",\"xUgUTh\":\"输入名字\",\"9/1YKL\":\"输入姓氏\",\"VpwcSk\":\"输入新密码\",\"kWg31j\":\"输入唯一推广码\",\"C3nD/1\":\"输入您的电子邮箱\",\"VmXiz4\":\"输入您的电子邮件,我们将向您发送重置密码的说明。\",\"n9V+ps\":\"输入您的姓名\",\"IdULhL\":\"输入您的增值税号,包括国家代码,不带空格(例如,IE1234567A,DE123456789)\",\"RRlWVA\":\"整个订单\",\"o21Y+P\":\"条\",\"X88/6w\":\"当客户加入已售罄产品的候补名单时,条目将显示在此处。\",\"LslKhj\":\"加载日志时出错\",\"BkEWfd\":\"按 Esc 关闭\",\"VCNHvW\":\"活动已归档\",\"ZD0XSb\":\"活动已成功归档\",\"WgD6rb\":\"活动类别\",\"b46pt5\":\"活动封面图片\",\"NAUIJ7\":\"活动已创建\",\"1b77ID\":\"活动已创建\",\"1Hzev4\":\"活动自定义模板\",\"+v+GW0\":\"活动日期显示\",\"7u9/DO\":\"活动已成功删除\",\"imgKgl\":\"活动描述\",\"IzR/Fc\":\"活动全周期\",\"PYs3rP\":\"活动名称\",\"HhwcTQ\":\"活动名称\",\"WZZzB6\":\"活动名称为必填项\",\"Wd5CDM\":\"活动名称应少于150个字符\",\"4JzCvP\":\"活动不可用\",\"mImacG\":\"活动页面\",\"Hk9Ki/\":\"活动已成功恢复\",\"JyD0LH\":\"活动设置\",\"XVLu2v\":\"活动标题\",\"OfmsI9\":\"活动太新\",\"4SILkp\":\"活动总计\",\"YDVUVl\":\"事件类型\",\"+HeiVx\":\"活动已更新\",\"19j6uh\":\"活动表现\",\"PC3/fk\":\"未来24小时内开始的活动\",\"CRsuq4\":\"每\",\"nwiZdc\":[\"每 \",[\"0\"]],\"B2jjf8\":[\"每 \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"每 \",[\"0\"],\" 天\"],\"yLiYx+\":[\"每 \",[\"0\"],\" 个月\"],\"nn9ice\":[\"每 \",[\"0\"],\" 周\"],\"Cdr8f9\":[\"每 \",[\"0\"],\" 周的\",[\"1\"]],\"GVEHRk\":[\"每 \",[\"0\"],\" 年\"],\"XlRpgq\":[\"每\",[\"cadenceUnit\"]],\"fTFfOK\":\"每个邮件模板都必须包含一个链接到相应页面的行动号召按钮\",\"hHTPiT\":\"其他所有内容 — 点按可编辑\",\"BVinvJ\":\"示例:\\\"您是如何了解我们的?\\\"、\\\"发票公司名称\\\"\",\"2hGPQG\":\"示例:\\\"T恤尺码\\\"、\\\"餐饮偏好\\\"、\\\"职位\\\"\",\"qNuTh3\":\"异常\",\"aW/bzJ\":\"执行删除\",\"CtAcQ7\":\"立即执行删除\",\"xj4fwT\":\"立即执行\",\"M1RnFv\":\"已过期\",\"kF8HQ7\":\"导出答案\",\"2KAI4N\":\"导出CSV\",\"JKfSAv\":\"导出失败。请重试。\",\"SVOEsu\":\"导出已开始。正在准备文件...\",\"wuyaZh\":\"导出成功\",\"9bpUSo\":\"正在导出推广员\",\"jtrqH9\":\"正在导出与会者\",\"R4Oqr8\":\"导出完成。正在下载文件...\",\"UlAK8E\":\"正在导出订单\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"失败\",\"8uOlgz\":\"失败时间\",\"tKcbYd\":\"失败任务\",\"SsI9v/\":\"放弃订单失败。请重试。\",\"LdPKPR\":\"配置分配失败\",\"PO0cfn\":\"取消日期失败\",\"YUX+f+\":\"取消日期失败\",\"SIHgVQ\":\"取消消息失败\",\"cEFg3R\":\"创建推广员失败\",\"dVgNF1\":\"配置创建失败\",\"fAoRRJ\":\"创建排期失败\",\"4yLYTb\":\"创建日程失败。请重试。\",\"U66oUa\":\"创建模板失败\",\"+RTkEY\":\"删除公告失败\",\"aFk48v\":\"配置删除失败\",\"n1CYMH\":\"删除日期失败\",\"KXv+Qn\":\"删除日期失败,该日期可能已有订单。\",\"JJ0uRo\":\"删除日期失败\",\"rgoBnv\":\"删除活动失败\",\"Zw6LWb\":\"删除任务失败\",\"tq0abZ\":\"删除任务失败\",\"2mkc3c\":\"删除主办方失败\",\"5E23qd\":\"删除产品失败,请重试。\",\"vKMKnu\":\"删除问题失败\",\"xFj7Yj\":\"删除模板失败\",\"jo3Gm6\":\"导出推广员失败\",\"Jjw03p\":\"导出与会者失败\",\"ZPwFnN\":\"导出订单失败\",\"zGE3CH\":\"导出报告失败。请重试。\",\"lS9/aZ\":\"加载收件人失败\",\"X4o0MX\":\"加载 Webhook 失败\",\"ETcU7q\":\"提供名额失败\",\"5670b9\":\"提供票券失败\",\"e5KIbI\":\"重新启用日期失败\",\"7zyx8a\":\"从等候名单中移除失败\",\"A/P7PX\":\"移除单独设置失败\",\"ogWc1z\":\"重新开售失败\",\"0+iwE5\":\"重新排序问题失败\",\"EJPAcd\":\"重新发送订单确认失败\",\"DjSbj3\":\"重新发送门票失败\",\"YQ3QSS\":\"重新发送验证码失败\",\"wDioLj\":\"重试任务失败\",\"DKYTWG\":\"重试任务失败\",\"WRREqF\":\"保存单独设置失败\",\"sj/eZA\":\"保存单独价格失败\",\"780n8A\":\"保存产品设置失败\",\"zTkTF3\":\"保存模板失败\",\"l6acRV\":\"保存增值税设置失败。请重试。\",\"T6B2gk\":\"发送消息失败。请重试。\",\"lKh069\":\"无法启动导出任务\",\"t/KVOk\":\"无法开始模拟。请重试。\",\"QXgjH0\":\"无法停止模拟。请重试。\",\"i0QKrm\":\"更新推广员失败\",\"NNc33d\":\"更新答案失败。\",\"E9jY+o\":\"更新参与者失败\",\"uQynyf\":\"配置更新失败\",\"i2PFQJ\":\"更新活动状态失败\",\"EhlbcI\":\"更新消息级别失败\",\"rpGMzC\":\"更新订单失败\",\"T2aCOV\":\"更新主办方状态失败\",\"Eeo/Gy\":\"更新设置失败\",\"kqA9lY\":\"增值税设置更新失败\",\"nkNfWu\":\"上传图片失败。请重试。\",\"rxy0tG\":\"验证邮箱失败\",\"QRUpCk\":\"亲子\",\"5LO38w\":\"快速打款到你的银行账户\",\"4lgLew\":\"2 月\",\"9bHCo2\":\"费用货币\",\"/sV91a\":\"费用处理\",\"K4dKSP\":\"单独费率已保存\",\"LyUWXA\":\"费用已绕过\",\"cf35MA\":\"节日\",\"pAey+4\":\"文件太大。最大大小为5MB。\",\"VejKUM\":\"请先在上方填写您的详细信息\",\"/n6q8B\":\"电影\",\"L1qbUx\":\"筛选参与者\",\"8OvVZZ\":\"筛选参与者\",\"N/H3++\":\"按日期筛选\",\"mvrlBO\":\"按活动筛选\",\"g+xRXP\":\"完成 Stripe 设置\",\"LHH461\":\"完成设置\",\"syyeb9\":\"第一个\",\"Vj6wk9\":\"前 30 天\",\"/bpZYb\":\"前 7 天\",\"ziEnjY\":\"前 90 天\",\"1vBhpG\":\"第一位参与者\",\"4pwejF\":\"名字为必填项\",\"rVogsf\":\"请先解决问题再发布\",\"3lkYdQ\":\"固定费用\",\"6bBh3/\":\"固定费用\",\"zWqUyJ\":\"每笔交易收取的固定费用\",\"LWL3Bs\":\"固定费用必须为0或更大\",\"0RI8m4\":\"闪光灯关闭\",\"q0923e\":\"闪光灯开启\",\"X+U6/w\":\"字体\",\"lWxAUo\":\"美食美酒\",\"nFm+5u\":\"页脚文字\",\"sQv06Y\":\"共\",\"NTzcRQ\":\"按日期数量\",\"a8nooQ\":\"第四个\",\"xVhQZV\":\"周五\",\"39y5bn\":\"星期五\",\"ejVYRQ\":\"从\",\"hGDVDa\":[[\"0\"],\" 起\"],\"+dBe1R\":[\"自 \",[\"start\"],\" 起\"],\"1dv+MO\":[\"从\",[\"start\"],\"至\",[\"end\"]],\"l82hjf\":[\"从\",[\"start\"],\"起,共\",[\"count\"],\"个日期\"],\"f5UbZ0\":\"数据完全归你所有\",\"cfvx/y\":\"整个活动\",\"MY2SVM\":\"全额退款\",\"PGQLdy\":\"未来\",\"8N/j1s\":\"仅未来日期\",\"yRx/6K\":\"未来日期将被复制,容量重置为零\",\"T02gNN\":\"普通入场\",\"3ep0Gx\":\"您组织者的基本信息\",\"ziAjHi\":\"生成\",\"exy8uo\":\"生成代码\",\"4CETZY\":\"获取路线\",\"pjkEcB\":\"收款\",\"lGYzP6\":\"通过 Stripe 收款\",\"ZDIydz\":\"开始使用\",\"u6FPxT\":\"获取门票\",\"2ohvu7\":\"获取门票按钮文字\",\"8KDgYV\":\"准备好您的活动\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"返回\",\"sr0UJD\":\"返回\",\"oNL5vN\":\"前往活动页面\",\"gHSuV/\":\"返回主页\",\"8+Cj55\":\"前往排期\",\"6nDzTl\":\"良好的可读性\",\"76gPWk\":\"知道了\",\"CZXzs4\":\"希腊语\",\"aGWZUr\":\"总收入\",\"n8IUs7\":\"总收入\",\"O1wAlQ\":\"嘉宾\",\"LIYoRQ\":\"来宾管理\",\"NUsTc4\":\"正在进行\",\"S2Y4aO\":\"彻底删除\",\"kTSQej\":[\"您好 \",[\"0\"],\",从这里管理您的平台。\"],\"URTkcd\":\"告诉我们您离开的原因,帮助我们改进\",\"dORAcs\":\"以下是与您邮箱关联的所有票。\",\"g+2103\":\"这是您的推广链接\",\"bVsnqU\":\"你好,\",\"/iE8xx\":\"Hi.Events 费用\",\"zppscQ\":\"Hi.Events 平台费用和每笔交易的增值税明细\",\"D+zLDD\":\"隐藏\",\"cZO505\":[\"已隐藏 — 销售已于 \",[\"end\"],\" 结束。\"],\"DRErHC\":\"对参与者隐藏 - 仅组织者可见\",\"9zfvsx\":\"对所有人隐藏\",\"nMfkJW\":\"对所有人隐藏 — 总隐藏开关已打开。\",\"NNnsM0\":\"隐藏高级选项\",\"P+5Pbo\":\"隐藏答案\",\"VMlRqi\":\"隐藏详情\",\"NQgWuh\":\"隐藏预览\",\"uXNYjR\":\"隐藏已售罄的日期和时间\",\"g9RcYX\":\"隐藏日期\",\"uMwTx7\":\"隐藏此类别?\",\"LLt2UT\":\"隐藏售罄项\",\"gtEbeW\":\"突出显示\",\"NF8sdv\":\"突出显示消息\",\"MXSqmS\":\"突出显示此产品\",\"7ER2sc\":\"已突出显示\",\"sq7vjE\":\"突出显示的产品将具有不同的背景色,使其在活动页面上脱颖而出。\",\"1+WSY1\":\"兴趣爱好\",\"yY8wAv\":\"小时\",\"49Tkiw\":\"折扣如何应用?\",\"sy9anN\":\"客户收到报价后完成购买的时限。留空表示无时间限制。\",\"cceMns\":\"我们向你收取的平台费如何计征增值税。\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"匈牙利语\",\"8Wgd41\":\"我确认我作为数据控制者的责任\",\"O8m7VA\":\"我同意接收与此活动相关的电子邮件通知\",\"YLgdk5\":\"我确认这是与此活动相关的交易消息\",\"4/kP5a\":\"如果没有自动打开新标签页,请点击下方按钮继续结账。\",\"W/eN+G\":\"如果为空,地址将用于生成 Google 地图链接\",\"CY3yHL\":\"如果选中,此类别将对公众隐藏。\",\"iIEaNB\":\"如果您在我们这里有账户,您将收到一封包含如何重置密码说明的电子邮件。\",\"an5hVd\":\"图片\",\"tSVr6t\":\"模拟\",\"TWXU0c\":\"模拟用户\",\"5LAZwq\":\"模拟已开始\",\"IMwcdR\":\"模拟已停止\",\"0I0Hac\":\"重要通知\",\"yD3avI\":\"重要提示:更改您的电子邮件地址将更新访问此订单的链接。保存后,您将被重定向到新的订单链接。\",\"jT142F\":[[\"diffHours\"],\"小时后\"],\"OoSyqO\":[[\"diffMinutes\"],\"分钟后\"],\"PdMhEx\":[\"最近 \",[\"0\"],\" 分钟内\"],\"u7r0G5\":\"线下 — 设置场地\",\"/LCAwL\":\"进行中\",\"5gTmFD\":\"含费用\",\"laL+R0\":\"含费用及税费\",\"cXeh90\":\"含税\",\"pxFAp/\":\"增加\",\"nQMUIO\":\"增加数量\",\"F1Xp97\":\"个人与会者\",\"85e6zs\":\"插入Liquid令牌\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Stripe 即时打款\",\"nbfdhU\":\"集成\",\"I8eJ6/\":\"参与者门票上的内部备注\",\"B2Tpo0\":\"无效邮箱\",\"5tT0+u\":\"邮箱格式无效\",\"f9WRpE\":\"无效的文件类型。请上传图片。\",\"tnL+GP\":\"无效的Liquid语法。请更正后再试。\",\"N9JsFT\":\"无效的增值税号格式\",\"g+lLS9\":\"邀请团队成员\",\"1z26sk\":\"邀请团队成员\",\"KR0679\":\"邀请团队成员\",\"aH6ZIb\":\"邀请您的团队\",\"Dn4OyV\":\"已邀请\",\"IuMGvq\":\"发票\",\"a/bUcL\":\"它在多个日期举行\",\"d+Oe9r\":\"它可能已取消发布或被删除。请检查链接后重试。\",\"Lj7sBL\":\"意大利语\",\"F5/CBH\":\"项\",\"BzfzPK\":\"项目\",\"rjyWPb\":\"1 月\",\"KmWyx0\":\"任务\",\"o5r6b2\":\"任务已删除\",\"cd0jIM\":\"任务详情\",\"ruJO57\":\"任务名称\",\"YZi+Hu\":\"任务已排队等待重试\",\"nCywLA\":\"随时随地加入\",\"SNzppu\":\"加入候补名单\",\"dLouFI\":[\"加入\",[\"productDisplayName\"],\"的等候名单\"],\"2gMuHR\":\"已加入\",\"u4ex5r\":\"7 月\",\"zeEQd/\":\"6 月\",\"MxjCqk\":\"只是在找您的票?\",\"xOTzt5\":\"刚刚\",\"0RihU9\":\"刚刚结束\",\"Brhs/U\":\"保留连接\",\"4OjqAQ\":\"继续编辑\",\"lwO5vw\":[\"请保持简短 — 横幅仅显示一行。\",[\"0\"],\"/200\"],\"lB2hSG\":[\"及时向我更新来自\",[\"0\"],\"的新闻和活动\"],\"ioFA9i\":\"利润归你。\",\"C/pOUI\":\"标签 — 例如:上午场\",\"o66QSP\":\"标签更新\",\"RtKKbA\":\"最后一个\",\"DruLRc\":\"过去14天\",\"ve9JTU\":\"姓氏为必填项\",\"h0Q9Iw\":\"最新响应\",\"gw3Ur5\":\"最近触发\",\"FIq1Ba\":\"推迟\",\"xvnLMP\":\"最新签到\",\"GGFOZD\":\"将“从”保留为今天即可立即开始。\",\"N5TErv\":\"留空表示不限\",\"L/hDDD\":\"留空可让该签到名单适用于所有场次\",\"9Pf3wk\":\"保持开启即可覆盖活动的所有门票;关闭后可选择特定门票。\",\"Hq2BzX\":\"告知他们此项变更\",\"+uexiy\":\"告知他们这些变更\",\"exYcTF\":\"图库\",\"1njn7W\":\"浅色\",\"1qY5Ue\":\"链接已过期或无效\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"允许链接\",\"2BBAbc\":\"列表\",\"dF6vP6\":\"上线\",\"fpMs2Z\":\"直播\",\"D9zTjx\":\"直播活动\",\"a37vfH\":\"实时预览\",\"C33p4q\":\"已加载的日期\",\"WdmJIX\":\"加载预览中...\",\"IoDI2o\":\"加载令牌中...\",\"G3Ge9Z\":\"正在加载Webhook日志...\",\"NFxlHW\":\"正在加载 Webhook\",\"E0DoRM\":\"地点已删除\",\"7w8lJU\":\"地点已保存\",\"YsRXDD\":\"地点已更新\",\"A/kIva\":\"地点更新\",\"iyZPPR\":\"个地点\",\"VppBoU\":\"地点\",\"iG7KNr\":\"标志\",\"vu7ZGG\":\"标志和封面\",\"gddQe0\":\"您的组织者的标志和封面图像\",\"TBEnp1\":\"标志将显示在页面头部\",\"Jzu30R\":\"标志将显示在票券上\",\"PSRm6/\":\"查找我的门票\",\"yJFu/X\":\"总部办公室\",\"v5nFPh\":\"将它设为可见,大家才能购票\",\"cdY2at\":[\"管理\",[\"0\"]],\"wZJfA8\":\"管理重复活动的日期和时间\",\"RlzPUE\":\"在 Stripe 中管理\",\"sjoDuh\":\"管理排期\",\"6NXJRK\":\"管理排期\",\"zXuaxY\":\"管理活动的等候名单,查看统计数据,并向参与者提供门票。\",\"g2npA5\":\"手动提供\",\"hg6l4j\":\"3 月\",\"pqRBOz\":\"标记为已核验(管理员特批)\",\"2L3vle\":\"最大消息数 / 24小时\",\"Qp4HWD\":\"最大收件人数 / 消息\",\"7qu2YV\":[\"每笔订单最多 \",[\"cap\"],\" 件\"],\"3JzsDb\":\"5 月\",\"agPptk\":\"媒介\",\"xDAtGP\":\"消息\",\"bECJqy\":\"消息批准成功\",\"1jRD0v\":\"向与会者发送特定门票的信息\",\"uQLXbS\":\"消息已取消\",\"48rf3i\":\"消息不能超过5000个字符\",\"ZPj0Q8\":\"消息详情\",\"Vjat/X\":\"消息为必填项\",\"0/yJtP\":\"向具有特定产品的订单所有者发送消息\",\"saG4At\":\"消息已定时\",\"mFdA+i\":\"消息级别\",\"v7xKtM\":\"消息级别更新成功\",\"/VRn+9\":[\"每单最少 \",[\"min\"],\" 件\"],\"H9HlDe\":\"分钟\",\"agRWc1\":\"分钟\",\"FfPWR0\":\"弹窗\",\"zz/Wd/\":\"模式\",\"fpMgHS\":\"周一\",\"hty0d5\":\"星期一\",\"JbIgPz\":\"货币金额是所有货币的大致总和\",\"qvF+MT\":\"监控和管理失败的后台任务\",\"kY2ll9\":\"个月\",\"HajiZl\":\"月\",\"+8Nek/\":\"每月\",\"6jefe3\":\"个月\",\"f8jrkd\":\"更多\",\"JcD7qf\":\"更多操作\",\"w36OkR\":\"最多浏览活动(过去14天)\",\"+Y/na7\":\"将所有日期整体提前或推后\",\"3DIpY0\":\"多个地点\",\"g9cQCP\":\"多种门票类型\",\"GfaxEk\":\"音乐\",\"oVGCGh\":\"我的票\",\"8/brI5\":\"姓名为必填项\",\"sFFArG\":\"名称长度必须少于255个字符\",\"Bst+aq\":\"需要更换 Stripe 账户?断开此账户。\",\"xxU3NX\":\"净收入\",\"7I8LlL\":\"新容量\",\"n1GRql\":\"新标签\",\"y0Fcpd\":\"新地点\",\"ArHT/C\":\"新注册\",\"uK7xWf\":\"新时间:\",\"g8JmSC\":\"下个月\",\"veT5Br\":\"下一场次\",\"WXtl5X\":[\"下一场:\",[\"nextFormatted\"]],\"eWRECP\":\"夜生活\",\"HSw5l3\":\"否 - 我是个人或未注册增值税的企业\",\"VHfLAW\":\"无账户\",\"+jIeoh\":\"未找到账户\",\"074+X8\":\"没有活动的 Webhook\",\"zxnup4\":\"没有推广员可显示\",\"hUHrkV\":\"暂无公告\",\"Dwf4dR\":\"暂无参与者问题\",\"th7rdT\":\"没有可显示的参与者\",\"PKySlW\":\"该日期还没有参与者。\",\"/UC6qk\":\"未找到归因数据\",\"E2vYsO\":\"Stripe 尚未返回任何功能状态。\",\"amMkpL\":\"无容量\",\"d2Jf1f\":\"无变化\",\"99ntUF\":\"此活动没有可用的签到列表。\",\"wG+knX\":\"还没有签到记录\",\"+dAKxg\":\"未找到配置\",\"LiLk8u\":\"没有可用的连接\",\"eb47T5\":\"未找到所选筛选条件的数据。请尝试调整日期范围或货币。\",\"Zc216S\":\"未添加日期\",\"I8mtzP\":\"本月没有可选日期,请切换到其他月份。\",\"yDukIL\":\"没有日期符合当前筛选条件。\",\"B7phdj\":\"没有日期符合你的筛选条件\",\"/ZB4Um\":\"没有日期符合你的搜索\",\"OtJSnL\":\"未安排日期\",\"gEdNe8\":\"还没有安排任何日期\",\"w+wkcC\":\"未找到删除请求\",\"pZNOT9\":\"无结束日期\",\"dW40Uz\":\"未找到活动\",\"8pQ3NJ\":\"未来24小时内没有开始的活动\",\"8zCZQf\":\"尚无活动\",\"Yc5YW6\":\"没有失败的任务\",\"EpvBAp\":\"无发票\",\"N+9Onb\":\"没有限制\",\"XZkeaI\":\"未找到日志\",\"IcAC6J\":\"没有匹配的字体\",\"nrSs2u\":\"未找到消息\",\"Rj99yx\":\"没有可选场次\",\"IFU1IG\":\"该日没有场次\",\"OVFwlg\":\"暂无订单问题\",\"EJ7bVz\":\"未找到订单\",\"NEmyqy\":\"尚无订单\",\"a77B6w\":\"该日期还没有订单。\",\"wUv5xQ\":\"过去14天没有组织者活动\",\"vLd1tV\":\"没有可用的主办方上下文。\",\"B7w4KY\":\"无其他可用组织者\",\"PChXMe\":\"无付费订单\",\"6jYQGG\":\"没有过去的活动\",\"CHzaTD\":\"过去14天没有热门活动\",\"zK/+ef\":\"没有可供选择的产品\",\"M1/lXs\":\"该活动尚未配置任何产品。\",\"kY7XDn\":\"没有产品有等候名单条目\",\"8mw4tm\":\"无产品消息\",\"wYiAtV\":\"没有最近的账户注册\",\"UW90md\":\"未找到收件人\",\"QoAi8D\":\"无响应\",\"JeO7SI\":\"无响应\",\"EK/G11\":\"尚无响应\",\"AxPAXW\":\"未找到结果\",\"59OWd3\":\"暂无已保存的地点\",\"mPdY6W\":\"没有建议\",\"3sRuiW\":\"未找到票\",\"debCrL\":\"没有可售门票\",\"k2C0ZR\":\"没有即将到来的日期\",\"yM5c0q\":\"没有即将到来的活动\",\"qpC74J\":\"未找到用户\",\"8wgkoi\":\"过去14天没有浏览的活动\",\"Arzxc1\":\"没有候补名单条目\",\"n5vdm2\":\"此端点尚未记录任何 Webhook 事件。事件触发后将显示在此处。\",\"4GhX3c\":\"没有 Webhooks\",\"4+am6b\":\"否,保留在此\",\"4JVMUi\":\"未编辑\",\"ACaDVQ\":\"暂无\",\"Itw24Q\":\"未签到\",\"x5+Lcz\":\"未签到\",\"8n10sz\":\"不符合条件\",\"kLvU3F\":\"通知参与者并停止售票\",\"t9QlBd\":\"11 月\",\"kAREMN\":\"要创建的日期数量\",\"6u1B3O\":\"场次\",\"mmoE62\":\"场次已取消\",\"V9flmL\":\"场次排期\",\"Kh3WO8\":\"场次概览\",\"byXCTu\":\"场次\",\"KATw3p\":\"场次(仅未来)\",\"85rTR2\":\"场次可在创建后再配置\",\"dzQfDY\":\"10 月\",\"BwJKBw\":\"共\",\"GQnX9d\":\"每月\",\"az8lvo\":\"关\",\"9h7RDh\":\"提供\",\"EfK2O6\":\"提供名额\",\"3sVRey\":\"提供门票\",\"2O7Ybb\":\"报价超时\",\"1jUg5D\":\"已提供\",\"l+/HS6\":[\"报价将在 \",[\"timeoutHours\"],\" 小时后过期。\"],\"6Aih4U\":\"离线\",\"Fdp03t\":\"于\",\"Z5HWHd\":\"开\",\"TH5A28\":[\"于\",[\"dayList\"]],\"qiMtVT\":[\"于\",[\"month\"],[\"day\"],\"日\"],\"nO3VbP\":[\"销售于\",[\"0\"]],\"pPAGSK\":[\"于\",[\"position\"],[\"day\"]],\"2eFltz\":\"在活动页面上\",\"H7stQC\":\"已加入候补名单\",\"oXOSPE\":\"在线\",\"aqmy5k\":\"线上 — 请填写连接信息\",\"LuZBbx\":\"线上与线下\",\"IXuOqt\":\"线上与线下 — 详见排期\",\"WjSpu5\":\"在线活动\",\"wCRLS9\":[\"仅剩 \",[\"cap\"],\" 件\"],\"scPxI/\":[\"仅剩 \",[\"capacity\"],\" 个\"],\"Gk0+G6\":\"只有名称是必填的 — 其余都有合理的默认值\",\"NdOxqr\":\"只有账户管理员可以删除或归档活动。请联系您的账户管理员寻求帮助。\",\"rnoDMF\":\"只有账户管理员可以删除或归档主办方。请联系您的账户管理员寻求帮助。\",\"tnx0u1\":\"仅作为附加产品提供\",\"z4JBd7\":\"只有已发布的公告才会向用户显示\",\"bU7oUm\":\"仅发送给具有这些状态的订单\",\"wkpaqp\":\"仅显示开始日期和时间\",\"chktt5\":\"仅在其所关联的产品下作为附加产品显示\",\"Y4HHYW\":\"仅在其所关联的产品下作为附加产品显示。\",\"Z82In9\":\"只有账户所有者才能请求删除账户。\",\"DMk8F0\":\"只有门票计入容量\",\"+/Z3yr\":\"仅对持有适用优惠码的买家可见。\",\"M2w1ni\":\"仅使用促销代码可见\",\"y8Bm7C\":\"打开签到\",\"RLz7P+\":\"打开场次\",\"iMqrOb\":\"可选的行动号召\",\"cDSdPb\":\"在选择器中显示的可选昵称,例如\\\"总部会议室\\\"\",\"HXMJxH\":\"免责声明、联系信息或感谢说明的可选文本(仅单行)\",\"L565X2\":\"选项\",\"8m9emP\":\"或添加单个日期\",\"eBskDE\":\"或启用线下付款并停用 Stripe\",\"dSeVIm\":\"个订单\",\"c/TIyD\":\"订单和门票\",\"H5qWhm\":\"订单已取消\",\"b6+Y+n\":\"订单完成\",\"x4MLWE\":\"订单确认\",\"CsTTH0\":\"订单确认重新发送成功\",\"ppuQR4\":\"订单已创建\",\"xtQzag\":\"订单详情\",\"vrSW9M\":\"订单已取消并退款。订单所有者已收到通知。\",\"rzw+wS\":\"订单持有人\",\"oI/hGR\":\"订单ID\",\"m8vQEP\":\"订购限制\",\"vu6Arl\":\"订单标记为已支付\",\"sLbJQz\":\"未找到订单\",\"kvYpYu\":\"未找到订单\",\"eJ8SvM\":\"订单号、购买日期、买家邮箱\",\"FaPYw+\":\"订单所有者\",\"eB5vce\":\"具有特定产品的订单所有者\",\"CxLoxM\":\"具有产品的订单所有者\",\"UkHo4c\":\"订单参考\",\"EZy55F\":\"订单已退款\",\"6eSHqs\":\"订单状态\",\"oW5877\":\"订单总额\",\"e7eZuA\":\"订单已更新\",\"1SQRYo\":\"订单更新成功\",\"3NT0Ck\":\"订单已被取消\",\"V5khLm\":\"个订单\",\"sd5IMt\":\"已完成订单\",\"5It1cQ\":\"订单已导出\",\"UQ0ACV\":\"订单总额\",\"B/EBQv\":\"订单:\",\"qtGTNu\":\"自然账户\",\"P/JHA4\":\"主办方已成功归档\",\"S3CZ5M\":\"组织者仪表板\",\"GzjTd0\":\"主办方已成功删除\",\"SQqJd8\":\"未找到组织者\",\"HF8Bxa\":\"主办方已成功恢复\",\"wpj63n\":\"组织者设置\",\"o1my93\":\"组织者状态更新失败。请稍后再试\",\"rLHma1\":\"组织者状态已更新\",\"LqBITi\":\"将使用组织者/默认模板\",\"q4zH+l\":\"主办方\",\"/IX/7x\":\"其他\",\"RsiDDQ\":\"其他列表(不包含此票)\",\"EufvBx\":\"结果\",\"aDfajK\":\"户外\",\"qMASRF\":\"发出的消息\",\"iCOVQO\":\"单独设置\",\"GpFTEc\":\"为该主办方设置单独费率\",\"M9ZhMP\":\"设置单独价格\",\"cnVIpl\":\"单独设置已移除\",\"6/dCYd\":\"概览\",\"6WdDG7\":\"页面\",\"8uqsE5\":\"页面不再可用\",\"QkLf4H\":\"页面链接\",\"sF+Xp9\":\"页面浏览量\",\"v4nCHK\":\"已付款\",\"c+suC6\":\"付费账户\",\"5F7SYw\":\"部分退款\",\"fFYotW\":[\"部分退款:\",[\"0\"]],\"i8day5\":\"将费用转嫁给买家\",\"k4FLBQ\":\"转嫁给买家\",\"Ff0Dor\":\"过去\",\"BFjW8X\":\"已逾期\",\"xTPjSy\":\"过去的活动\",\"/l/ckQ\":\"粘贴链接\",\"URAE3q\":\"已暂停\",\"4fL/V7\":\"付款\",\"W5l9HD\":\"随心付\",\"c2/9VE\":\"负载数据\",\"5cxUwd\":\"支付日期\",\"ENEPLY\":\"付款方式\",\"8Lx2X7\":\"已收到付款\",\"fx8BTd\":\"付款不可用\",\"C+ylwF\":\"收款\",\"UbRKMZ\":\"待处理\",\"UkM20g\":\"待审核\",\"dPYu1F\":\"每位参与者\",\"mQV/nJ\":\"每分钟\",\"+kvxv+\":\"每单\",\"VlXNyK\":\"每个订单\",\"NhuGd7\":\"每件商品\",\"hauDFf\":\"每张门票\",\"mnF83a\":\"百分比费用\",\"TNLuRD\":\"按比例收费(%)\",\"MixU2P\":\"百分比必须在0到100之间\",\"MkuVAZ\":\"交易金额的百分比\",\"/Bh+7r\":\"绩效\",\"/4mGVp\":\"永久删除此账户\",\"dGdKgQ\":\"永久删除此账户及其数据。\",\"fIp56F\":\"永久删除此活动及其所有相关数据。\",\"nJeeX7\":\"永久删除此主办方及其所有活动。\",\"wfCTgK\":\"永久移除该日期\",\"6kPk3+\":\"个人信息\",\"zmwvG2\":\"电话\",\"tSR/oe\":\"选择结束日期\",\"e8kzpp\":\"请至少选择每月的一天\",\"35C8QZ\":\"请至少选择每周的一天\",\"kJmAsd\":\"选择日期后即可在此查看。\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"已下单\",\"wBJR8i\":\"计划举办活动?\",\"J3lhKT\":\"平台费用\",\"RD51+P\":[\"从您的付款中扣除 \",[\"0\"],\" 的平台费用\"],\"br3Y/y\":\"平台费用\",\"3buiaw\":\"平台费用报告\",\"kv9dM4\":\"平台收入\",\"PJ3Ykr\":\"请查看门票上的最新时间。你的门票依然有效 — 除非新时间不合适,否则无需任何操作。如有疑问,请直接回复本邮件。\",\"OtjenF\":\"请输入有效的电子邮件地址\",\"jEw0Mr\":\"请输入有效的 URL\",\"n8+Ng/\":\"请输入5位数验证码\",\"r+lQXT\":\"请输入您的增值税号码\",\"Dvq0wf\":\"请提供一张图片。\",\"2cUopP\":\"请重新开始结账流程。\",\"GoXxOA\":\"请选择日期和时间\",\"8KmsFa\":\"请选择日期范围\",\"EFq6EG\":\"请选择一张图片。\",\"fuwKpE\":\"请再试一次。\",\"klWBeI\":\"请稍候再请求新的验证码\",\"hfHhaa\":\"请稍候,我们正在准备导出您的推广员...\",\"o+tJN/\":\"请稍候,我们正在准备导出您的与会者...\",\"+5Mlle\":\"请稍候,我们正在准备导出您的订单...\",\"trnWaw\":\"波兰语\",\"luHAJY\":\"热门活动(过去14天)\",\"p/78dY\":\"排序位置\",\"OESu7I\":\"通过在多种门票类型之间共享库存来防止超卖。\",\"NgVUL2\":\"预览结账表单\",\"cs5muu\":\"预览活动页面\",\"1xwZj/\":\"上个月\",\"Jm2AC3\":\"价格档位\",\"a5jvSX\":\"价格层级\",\"aHCEmh\":\"定价\",\"ReihZ7\":\"打印预览\",\"JnuPvH\":\"打印门票\",\"tYF4Zq\":\"打印为PDF\",\"LcET2C\":\"隐私政策\",\"8z6Y5D\":\"处理退款\",\"JcejNJ\":\"处理订单中\",\"EWCLpZ\":\"产品已创建\",\"XkFYVB\":\"产品已删除\",\"YMwcbR\":\"产品销售、收入和税费明细\",\"ls0mTC\":\"已取消的日期无法编辑产品设置。\",\"2339ej\":\"产品设置已成功保存\",\"ldVIlB\":\"产品已更新\",\"CP3D8G\":\"进度\",\"JoKGiJ\":\"优惠码\",\"dIodJL\":\"需要优惠码\",\"k3wH7i\":\"促销码使用情况及折扣明细\",\"tZqL0q\":\"优惠码\",\"oCHiz3\":\"优惠码\",\"uEhdRh\":\"仅促销\",\"dLm8V5\":\"促销电子邮件可能导致账户暂停\",\"W0ETyY\":\"请至少填写一个地址字段(场地、街道、城市或国家)。\",\"2W/7Gz\":\"请在 Stripe 下次审核前补齐以下资料,以免影响打款。\",\"7d1a0d\":\"公开\",\"EEYbdt\":\"发布\",\"JcgJKc\":\"仍要发布\",\"evDBV8\":\"发布活动\",\"2zEfOd\":\"发布你的活动\",\"u3wRF+\":\"已发布\",\"L7nrC8\":\"发布后,您的活动页面将公开并开放报名。\",\"dsFmM+\":\"已购买\",\"JunetL\":\"购买人\",\"phmeUH\":\"购买人邮箱\",\"ywR4ZL\":\"二维码签到\",\"oWXNE5\":\"数量\",\"VbWX2u\":\"数量\",\"biEyJ4\":\"问题回答\",\"k/bJj0\":\"问题已重新排序\",\"b24kPi\":\"队列\",\"lTPqpM\":\"小贴士\",\"fqDzSu\":\"费率\",\"mnUGVC\":\"超出速率限制。请稍后再试。\",\"t41hVI\":\"重新提供名额\",\"TNclgc\":\"重新启用该日期?它将重新开放售票。\",\"RENQ6j\":\"准备好发布了吗?\",\"uqoRbb\":\"实时数据分析\",\"jPSk57\":\"原因(可选)\",\"xzRvs4\":[\"接收 \",[\"0\"],\" 的产品更新。\"],\"pLXbi8\":\"最近账户注册\",\"M1HGuR\":\"最近动态\",\"3kJ0gv\":\"最新参与者\",\"qhfiwV\":\"最近签到\",\"S+0XMX\":\"最近订单\",\"Fi3b48\":\"最近订单\",\"7hPBBn\":\"位收件人\",\"jp5bq8\":\"位收件人\",\"yPrbsy\":\"收件人\",\"E1F5Ji\":\"收件人在消息发送后可用\",\"WEYdDv\":\"推荐\",\"wuhHPE\":\"重复\",\"asLqwt\":\"重复活动\",\"s3uzsK\":\"重复活动设置\",\"D0tAMe\":\"重复活动\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"正在重定向到 Stripe...\",\"pnoTN5\":\"推荐账户\",\"ACKu03\":\"刷新预览\",\"vuFYA6\":\"为这些日期的所有订单退款\",\"4cRUK3\":\"为该日期的所有订单退款\",\"fKn/k6\":\"退款金额\",\"qY4rpA\":\"退款失败\",\"FaK/8G\":[\"退款订单 \",[\"0\"]],\"MGbi9P\":\"退款处理中\",\"BDSRuX\":[\"已退款:\",[\"0\"]],\"bU4bS1\":\"退款\",\"rYXfOA\":\"区域设置\",\"5tl0Bp\":\"注册问题\",\"ZNo5k1\":\"剩余\",\"Bjh87R\":\"从所有日期移除标签\",\"IVZaEo\":\"从活动页面完全移除已售罄的日期和时间。禁用时,它们仍然可见并标记为已售罄。\",\"5Vkr/a\":\"移除时间\",\"KkJtVK\":\"重新开售\",\"XJwWJp\":\"重新开售该日期?此前已取消的门票不会恢复 — 受影响的参与者仍为已取消状态,已完成的退款也不会撤回。\",\"RYlQY0\":\"重复\",\"CQeZT8\":\"未找到报告\",\"JEPMXN\":\"请求新链接\",\"Yx0Ud8\":\"请求时间\",\"Wcv9QD\":\"请求人\",\"TMLAx2\":\"必填\",\"mdeIOH\":\"重新发送验证码\",\"sQxe68\":\"重新发送确认\",\"bxoWpz\":\"重新发送确认邮件\",\"G42SNI\":\"重新发送邮件\",\"TTpXL3\":[[\"resendCooldown\"],\"秒后重新发送\"],\"5CiNPm\":\"重新发送门票\",\"Uwsg2F\":\"已预订\",\"8wUjGl\":\"保留至\",\"a5z8mb\":\"恢复为基础价格\",\"kCn6wb\":\"正在重置...\",\"ZlCDf+\":\"响应\",\"bsydMp\":\"响应详情\",\"yKu/3Y\":\"恢复\",\"RokrZf\":\"恢复活动\",\"/JyMGh\":\"恢复主办方\",\"HFvFRb\":\"恢复此活动以使其重新可见。\",\"DDIcqy\":\"恢复此主办方并使其重新活跃。\",\"mO8KLE\":\"条结果\",\"6gRgw8\":\"重试\",\"1BG8ga\":\"全部重试\",\"rDC+T6\":\"重试任务\",\"CbnrWb\":\"返回活动\",\"Lf7TCn\":\"当您创建带地址的活动时,可重复使用的场地会自动出现在这里,您也可以自行添加。\",\"mdQ0zb\":\"可在活动中重复使用的场地。通过自动补全创建的地点会自动保存在这里。\",\"XFOPle\":\"复用\",\"1Zehp4\":\"复用本账户中其他主办方的 Stripe 连接。\",\"Oo/PLb\":\"收入摘要\",\"CfuueU\":\"撤销报价\",\"Tpm2G9\":\"持续时间\",\"dFFW9L\":[\"销售已于\",[\"0\"],\"结束\"],\"loCKGB\":[\"销售于\",[\"0\"],\"结束\"],\"wlfBad\":\"销售期\",\"qi81Jg\":\"销售期适用于排期中的所有日期。若要单独控制某个日期的价格和可售情况,请在<0>场次排期页面使用单独设置。\",\"zpekWp\":[\"销售于\",[\"0\"],\"开始\"],\"7s8z0X\":\"销售期\",\"mUv9U4\":\"销售\",\"9KnRdL\":\"销售已暂停\",\"JC3J0k\":\"按场次统计的销售、出席和签到明细\",\"3VnlS9\":\"所有活动的销售、订单和性能指标\",\"3Q1AWe\":\"销售额:\",\"LeuERW\":\"与活动相同\",\"B4nE3N\":\"示例票价\",\"8BRPoH\":\"示例场地\",\"PiK6Ld\":\"周六\",\"+5kO8P\":\"星期六\",\"zJiuDn\":\"保存单独费率\",\"x1fMXJ\":\"保存日程\",\"KZrfYJ\":\"保存社交链接\",\"9Y3hAT\":\"保存模板\",\"C8ne4X\":\"保存票券设计\",\"cTI8IK\":\"保存增值税设置\",\"6/TNCd\":\"保存增值税设置\",\"4RvD9q\":\"已保存的地点\",\"cgw0cL\":\"已保存的地点\",\"Fbqm/I\":\"若该主办方当前使用系统默认配置,保存单独设置时会为其创建专属配置。\",\"I+FvbD\":\"扫描\",\"0zd6Nm\":\"扫描门票即可为参与者签到\",\"bQG7Qk\":\"扫描过的门票会显示在这里\",\"WDYSLJ\":\"扫码器模式\",\"gmB6oO\":\"排期\",\"qQTaVm\":\"排期已添加\",\"j6NnBq\":\"排期已成功创建\",\"YP7frt\":\"排期结束于\",\"QS1Nla\":\"稍后发送\",\"NAzVVw\":\"定时发送消息\",\"/rTL/5\":\"日程预览\",\"Fz09JP\":\"排期开始于\",\"4ba0NE\":\"已安排\",\"4HKQZj\":\"计划删除时间\",\"qcP/8K\":\"定时时间\",\"A1taO8\":\"搜索\",\"ftNXma\":\"搜索推广员...\",\"VMU+zM\":\"搜索参与者\",\"VY+Bdn\":\"按账户名称或电子邮件搜索...\",\"VX+B3I\":\"按活动标题或主办方搜索...\",\"R0wEyA\":\"按任务名称或异常搜索...\",\"YnMfsK\":\"按名称或地址搜索...\",\"3yKuDu\":\"按名称或邮箱搜索并选择一个或多个\",\"VT+urE\":\"按姓名或电子邮件搜索...\",\"GHdjuo\":\"按姓名、电子邮件或账户搜索...\",\"4mBFO7\":\"按姓名、订单号、票号或邮箱搜索\",\"20ce0U\":\"按订单ID、客户姓名或电子邮件搜索...\",\"4DSz7Z\":\"按主题、活动或账户搜索...\",\"gTUY97\":\"按标题搜索...\",\"nQC7Z9\":\"搜索日期...\",\"iRtEpV\":\"搜索日期…\",\"JRM7ao\":\"搜索地址\",\"BWF1kC\":\"搜索消息...\",\"5WYZKZ\":\"搜索结果\",\"IG85fV\":\"搜索已保存的地点或查找地址...\",\"Du+zn+\":\"搜索中...\",\"3aD3GF\":\"季节性\",\"ku//5b\":\"第二个\",\"Mck5ht\":\"安全结账\",\"s7tXqF\":\"查看排期\",\"JFap6u\":\"查看 Stripe 还需要哪些资料\",\"6lGaum\":\"已查看\",\"p7xUrt\":\"选择类别\",\"hTKQwS\":\"选择日期和时间\",\"Ps6Xtf\":\"先选择日期,即可查看可选时间\",\"e4L7bF\":\"选择一条消息查看其内容\",\"zPRPMf\":\"选择级别\",\"BFRSTT\":\"选择账户\",\"wgNoIs\":\"全选\",\"mCB6Je\":\"全选\",\"aCEysm\":[\"全选 \",[\"0\"],\" 当天\"],\"a6+167\":\"选择活动\",\"4oT6dP\":\"请至少选择一个账户\",\"neCGH1\":\"请至少选择一个用户\",\"CFbaPk\":\"选择参会者组\",\"88a49s\":\"选择摄像头\",\"tVW/yo\":\"选择货币\",\"SJQM1I\":\"选择日期\",\"n9ZhRa\":\"选择结束日期和时间\",\"gTN6Ws\":\"选择结束时间\",\"0U6E9W\":\"选择活动类别\",\"j9cPeF\":\"选择事件类型\",\"ypTjHL\":\"选择场次\",\"DHBGUX\":\"选择产品...\",\"KizCK7\":\"选择开始日期和时间\",\"dJZTv2\":\"选择开始时间\",\"x8XMsJ\":\"为此帐户选择消息级别。这控制消息限制和链接权限。\",\"aT3jZX\":\"选择时区\",\"TxfvH2\":\"选择应该收到此消息的参会者\",\"Ropvj0\":\"选择哪些事件将触发此 Webhook\",\"+6YAwo\":\"已选\",\"ylXj1N\":\"已选择\",\"uq3CXQ\":\"让你的活动票票售罄。\",\"oBXbO4\":\"在售实物商品?请改到<0>产品页面限制它的数量。\",\"j9b/iy\":\"热卖中 🔥\",\"73qYgo\":\"作为测试发送\",\"HMAqFK\":\"向参与者、持票人或订单所有者发送电子邮件。消息可以立即发送或安排稍后发送。\",\"22Itl6\":\"给我发送副本\",\"NpEm3p\":\"立即发送\",\"nOBvex\":\"将实时订单和参与者数据发送到您的外部系统。\",\"1lNPhX\":\"发送退款通知邮件\",\"eaUTwS\":\"发送重置链接\",\"5cV4PY\":\"发送给所有场次,或指定其中一个\",\"QEQlnV\":\"发送您的第一条消息\",\"IoAuJG\":\"正在发送...\",\"h69WC6\":\"已发送\",\"BVu2Hz\":\"发送者\",\"ZFa8wv\":\"当已排期的日期被取消时发送给参与者\",\"SPdzrs\":\"客户下单时发送\",\"LxSN5F\":\"发送给每位参会者及其门票详情\",\"hgvbYY\":\"9 月\",\"5sN96e\":\"场次已取消\",\"S9i0UC\":[\"场 · \",[\"dateCount\"],\" 个日期 × \",[\"timesPerDay\"],\" 个时间\"],\"89xaFU\":\"为此组织者创建的新活动设置默认平台费用设置。\",\"eXssj5\":\"为此组织者创建的新活动设置默认设置。\",\"uPe5p8\":\"设置每个日期的时长\",\"ODuUEi\":\"设置或清除该日期的标签\",\"buHACR\":\"将每个日期的结束时间设为其开始时间之后的这个间隔。\",\"TaeFgl\":\"设为不限(移除限制)\",\"pd6SSe\":\"设置重复排期以自动创建日期,或逐个添加。\",\"s0FkEx\":\"为不同的入口、场次或日期设置签到列表。\",\"TaWVGe\":\"设置收款\",\"JA//e6\":\"设置排期\",\"gzXY7l\":\"设置排期\",\"0Ls9qe\":\"设置你要销售的门票及其价格\",\"xMO+Ao\":\"设置您的组织\",\"5pEFnq\":\"设置您的日程\",\"zRRuUD\":\"你将在接下来的步骤中设置排期\",\"ETC76A\":\"设置、修改或清除该日期的地点或线上信息\",\"C3htzi\":\"设置已更新\",\"Ohn74G\":\"设置与设计\",\"1W5XyZ\":\"设置只需几分钟 — 无需已有的 Stripe 账户。Stripe 负责处理银行卡、电子钱包、各地支付方式和欺诈防护,让你专注于活动本身。\",\"GG7qDw\":\"分享推广链接\",\"hL7sDJ\":\"分享组织者页面\",\"jy6QDF\":\"共享容量管理\",\"jDNHW4\":\"平移时间\",\"tPfIaW\":[\"已平移 \",[\"count\"],\" 个日期的时间\"],\"WwlM8F\":\"显示高级选项\",\"cMW+gm\":[\"显示所有平台(另有 \",[\"0\"],\" 个包含值)\"],\"wXi9pZ\":\"向未登录的工作人员显示参与者备注\",\"4LZFir\":\"显示整个日期范围\",\"UVPI5D\":\"显示更少平台\",\"Eu/N/d\":\"显示营销订阅复选框\",\"SXzpzO\":\"默认显示营销订阅复选框\",\"b33PL9\":\"显示更多平台\",\"Eut7p9\":\"向未登录的工作人员显示订单详情\",\"+RoWKN\":\"向未登录的工作人员显示问题回答\",\"jbcx6L\":\"在活动日期上显示剩余容量\",\"rXxBOx\":\"向买家显示剩余容量\",\"t1LIQW\":[\"显示 \",[\"0\"],\" / \",[\"totalRows\"],\" 条记录\"],\"E717U9\":[\"正在显示第 \",[\"0\"],\"–\",[\"1\"],\" 个,共 \",[\"2\"],\" 个\"],\"5rzhBQ\":[\"正在显示 \",[\"totalAvailable\"],\" 个日期中的 \",[\"MAX_VISIBLE\"],\" 个。输入即可搜索。\"],\"WSt3op\":[\"仅显示前 \",[\"0\"],\" 个 — 发送消息时仍会覆盖其余 \",[\"1\"],\" 个场次。\"],\"o1UbOh\":\"在弹窗顶部弹跳显示\",\"OJLTEL\":\"工作人员首次打开签到页面时显示。\",\"lbfXEJ\":\"显示剩余数量\",\"jVRHeq\":\"注册时间\",\"5C7J+P\":\"单次活动\",\"E//btK\":\"跳过手动编辑过的日期\",\"paESr6\":\"斯洛伐克语\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"社交\",\"d0rUsW\":\"社交链接\",\"j/TOB3\":\"社交链接与网站\",\"s9KGXU\":\"已售出\",\"yp+0jj\":\"已售罄\",\"1hupow\":\"售罄,可加入候补名单\",\"iACSrw\":\"部分信息不对外公开。登录后可查看全部内容。\",\"Dia6iz\":\"删除图片时出错,请重试。\",\"KTxc6k\":\"出现问题,请重试,或在问题持续时联系客服\",\"lkE00/\":\"出了点问题。请稍后再试。\",\"wdxz7K\":\"来源\",\"SzuJ5m\":\"指定账户\",\"/h8G1o\":\"指定用户\",\"fDG2by\":\"心灵成长\",\"oPaRES\":\"按天、区域或门票类型拆分签到。把链接分享给工作人员即可 — 他们无需注册账户。\",\"7JFNej\":\"体育\",\"/bfV1Y\":\"工作人员须知\",\"StWUH4\":\"开始签到\",\"JcQp9p\":\"开始日期和时间\",\"0m/ekX\":\"开始日期和时间\",\"izRfYP\":\"开始日期为必填项\",\"xAYSEs\":\"开始时间\",\"n9ZrDo\":\"开始输入场地或地址...\",\"DACR+e\":\"默认折叠\",\"qeFVhN\":[[\"diffDays\"],\" 天后开始\"],\"AOqtxN\":[[\"diffMinutes\"],\" 分钟后开始\"],\"Otg8Oh\":[[\"h\"],\" 小时 \",[\"m\"],\" 分钟后开始\"],\"Lo49in\":[[\"seconds\"],\" 秒后开始\"],\"NqChgF\":\"明天开始\",\"2NbyY/\":\"统计数据\",\"GVUxAX\":\"统计数据基于账户创建日期\",\"29Hx9U\":\"统计\",\"5ia+r6\":\"仍需补充\",\"wuV0bK\":\"停止模拟\",\"S/7MPw\":\"Stripe 账户已断开连接。\",\"s/KaDb\":\"Stripe 已连接\",\"Bk06QI\":\"Stripe 已连接\",\"akZMv8\":[\"已从 \",[\"0\"],\" 复制 Stripe 连接。\"],\"v0aRY1\":\"Stripe 未返回设置链接,请重试。\",\"aKtF0O\":\"Stripe未连接\",\"9i0++A\":\"Stripe 支付 ID\",\"R1lIMV\":\"Stripe 很快会再需要一些资料\",\"FzcCHA\":\"Stripe 会通过几个简单问题引导你完成设置。\",\"ii0qn/\":\"主题是必需的\",\"M7Uapz\":\"主题将显示在这里\",\"6aXq+t\":\"主题:\",\"JwTmB6\":\"产品复制成功\",\"WUOCgI\":\"已成功提供名额\",\"IvxA4G\":[\"已成功向 \",[\"count\"],\" 人提供门票\"],\"kKpkzy\":\"已成功向 1 人提供门票\",\"Zi3Sbw\":\"已成功从候补名单中移除\",\"RuaKfn\":\"地址更新成功\",\"kzx0uD\":\"成功更新活动默认设置\",\"5n+Wwp\":\"组织者更新成功\",\"DMCX/I\":\"平台费用默认设置更新成功\",\"URUYHc\":\"平台费用设置更新成功\",\"kRWc2g\":\"已成功更新重复活动设置\",\"0Dk/l8\":\"SEO 设置更新成功\",\"S8Tua9\":\"设置更新成功\",\"MhOoLQ\":\"社交链接更新成功\",\"CNSSfp\":\"跟踪设置更新成功\",\"kj7zYe\":\"Webhook 更新成功\",\"dXoieq\":\"摘要\",\"/RfJXt\":[\"夏季音乐节 \",[\"0\"]],\"CWOPIK\":\"2025夏季音乐节\",\"D89zck\":\"周日\",\"DBC3t5\":\"星期日\",\"UaISq3\":\"瑞典语\",\"JZTQI0\":\"切换组织者\",\"9YHrNC\":\"系统默认\",\"jGR53C\":\"T 恤、马克杯等周边\",\"hCR98w\":\"像日历一样点选日期。\",\"lruQkA\":\"点按屏幕即可继续扫描\",\"X9v2GM\":\"目标账户\",\"TmyDCw\":\"目标用户\",\"TJUrME\":[\"将面向所选 \",[\"0\"],\" 个场次的参与者。\"],\"yT6dQ8\":\"按税种和活动分组的已收税款\",\"Ye321X\":\"税种名称\",\"WyCBRt\":\"税务摘要\",\"QC3FVX\":\"税费\",\"GkH0Pq\":\"已应用税费\",\"SXvRWU\":\"团队协作\",\"vlf/In\":\"科技\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"告诉人们您的活动会有哪些内容\",\"NiIUyb\":\"介绍一下您的活动\",\"DovcfC\":\"请告诉我们您的组织信息。这些信息将显示在您的活动页面上。\",\"69GWRq\":\"告诉我们活动的重复频率,我们会为你创建全部日期。\",\"mXPbwY\":\"请告知你的增值税登记状态,以便我们对平台费用适用正确的增值税处理方式。\",\"7wtpH5\":\"模板已激活\",\"QHhZeE\":\"模板创建成功\",\"xrWdPR\":\"模板删除成功\",\"G04Zjt\":\"模板保存成功\",\"xowcRf\":\"服务条款\",\"6K0GjX\":\"文字可能难以阅读\",\"nm3Iz/\":\"感谢您的参与!\",\"pYwj0k\":\"谢谢,\",\"cIHkSd\":[\"共 \",[\"totalOccurrences\"],\" 场 — 上限为 \",[\"max\"],\"。请缩短日期范围或降低频率。\"],\"k3IitN\":\"到此结束\",\"KfmPRW\":\"页面的背景颜色。使用封面图片时,此颜色将作为叠加层应用。\",\"MDNyJz\":\"验证码将在10分钟后过期。如果您没有收到邮件,请检查垃圾邮件文件夹。\",\"AIF7J2\":\"定义固定费用的货币。结账时将转换为订单货币。\",\"k3LFkM\":\"此活动票价所使用的货币。\",\"7oksH+\":[\"折扣将从每个符合条件的商品中扣除。例如:立减 \",[\"currencySymbol\"],\"10 × 3 张票 = 共减 \",[\"currencySymbol\"],\"30。\"],\"sKL8k2\":\"折扣仅从订单总额中扣除一次。\",\"cDHM1d\":\"电子邮件地址已更改。参与者将在更新后的电子邮件地址收到新门票。\",\"tXadb0\":\"您查找的活动目前不可用。它可能已被删除、过期或 URL 不正确。\",\"sxKqBm\":\"订单全额将退款至客户的原始付款方式。\",\"KgDp6G\":\"您尝试访问的链接已过期或不再有效。请检查您的电子邮件以获取管理订单的更新链接。\",\"sYLeDq\":\"未找到您要查找的组织者。页面可能已被移动、删除或链接有误。\",\"PCr4zw\":\"该特批会记录在订单审计日志中。\",\"C4nQe5\":\"平台费用会添加到票价中。买家支付更多,但您会收到完整的票价。\",\"HxxXZO\":\"用于按钮和突出显示的主要品牌颜色\",\"OVSkIF\":\"敏捷的棕色狐狸跳过懒狗。\",\"z0KrIG\":\"定时时间为必填项\",\"EWErQh\":\"定时时间必须是将来的时间\",\"UNd0OU\":[\"“\",[\"title\"],\"”原定于 \",[\"0\"],\" 的场次已改期。\"],\"DEcpfp\":\"模板正文包含无效的Liquid语法。请更正后再试。\",\"qpmtdK\":\"此活动日期和时间所使用的时区。\",\"N3VfVA\":\"上传未到达服务器。请检查网络连接;如果文件较大,请尝试较小的图片(最大 5MB)。\",\"injXD7\":\"增值税号无法验证。请检查号码并重试。\",\"A4UmDy\":\"戏剧\",\"tDwYhx\":\"主题与颜色\",\"ybBP2H\":\"该日期没有可售产品,请选择其他日期。\",\"O7g4eR\":\"该活动没有即将到来的日期\",\"062KsE\":\"这些信息仅在该日期显示于参与者的门票和订单概要上。\",\"5Eu+tn\":\"这些详情仅在订单成功完成后显示。\",\"jQjwR+\":\"这些信息将替换受影响日期上原有的地点,并显示在参与者的门票上。\",\"6eaLu/\":\"这些价格适用于日程中的所有场次,层级数量限制的是所有场次合计的总销量。层级的销售日期全局生效。您可以在<0>场次安排页面为单个场次覆盖价格。\",\"QP3gP+\":\"这些设置仅适用于复制的嵌入代码,不会被保存。\",\"HirZe8\":\"这些模板将用作您组织中所有活动的默认模板。单个活动可以用自己的自定义版本覆盖这些模板。\",\"lzAaG5\":\"这些模板将仅覆盖此活动的组织者默认设置。如果这里没有设置自定义模板,将使用组织者模板。\",\"UlykKR\":\"第三个\",\"1YTBzS\":\"此账户没有已完成的订单,因此其所有数据将被永久删除。\",\"jCPU8z\":\"此账户已计划删除\",\"zfNCE8\":[\"此账户已计划于 <0>\",[\"scheduledDate\"],\" 删除\"],\"wkP5FM\":\"这会作用于活动中所有匹配的日期,包括当前不可见的日期。更新完成后,这些日期上已登记的参与者都可在消息编辑器中触达。\",\"SOmGDa\":\"该签到名单所属的场次已取消,因此无法再用于签到。\",\"XBNC3E\":\"此代码将用于跟踪销售。只允许字母、数字、连字符和下划线。\",\"AaP0M+\":\"此颜色组合对某些用户来说可能难以阅读\",\"o1phK/\":[\"该日期有 \",[\"orderCount\"],\" 个订单会受影响。\"],\"F/UtGt\":\"该日期已取消。你仍可将它删除以永久移除。\",\"BLZ7pX\":\"该日期已过去。它仍会被创建,但不会出现在参与者看到的即将到来的日期中。\",\"7IIY0z\":\"该日期已标记为售罄。\",\"bddWMP\":\"该日期已不可选,请另选一个日期。\",\"E9BqZw\":\"仅此日期\",\"n68908\":[\"此操作将断开 \",[\"stripeAccountId\"],\" 与此主办方的连接。在您重新连接 Stripe 账户之前,付费票务销售将无法进行。\"],\"RzEvf5\":\"此活动已结束\",\"kc4bIA\":\"此活动还没有门票或商品,参与者将无法报名。\",\"eMaNd0\":\"该活动不可用\",\"YClrdK\":\"此活动尚未发布\",\"GL6z+k\":\"该活动已售罄\",\"pIwDhS\":\"该活动的日期和时间在场次排期中设置。\",\"ny5rgr\":\"这是一个重复活动\",\"tc64Zz\":\"这是将显示在活动页面上的类别名称。\",\"dFJnia\":\"这是您的组织者名称,将展示给用户。\",\"vt7jiq\":\"签名密钥仅显示一次。请立即复制并妥善保存。\",\"5DpZrC\":\"此设置限制的是整个日程所有场次的总销量,而不是每场的限制。如需限制每场的人数,请在<0>场次安排页面设置容量。\",\"L7dIM7\":\"此链接无效或已过期。\",\"MR5ygV\":\"此链接不再有效\",\"9LEqK0\":\"此名称对最终用户可见\",\"QdUMM9\":\"该场次已满员\",\"j5FdeA\":\"此订单正在处理中。\",\"sjNPMw\":\"此订单已被放弃。您可以随时开始新订单。\",\"OhCesD\":\"此订单已被取消。您可以随时开始新订单。\",\"lyD7rQ\":\"此主办方资料尚未发布\",\"9b5956\":\"此预览显示您的邮件使用示例数据的外观。实际邮件将使用真实值。\",\"uM9Alj\":\"此产品在活动页面上已突出显示\",\"RqSKdX\":\"此产品已售罄\",\"4PDH+K\":\"该产品不会单独出现在活动页面上 — 买家只能在其所关联的产品下看到它作为附加产品。\",\"qEGn8I\":\"此重复活动还没有日期,参与者无法预订。\",\"W12OdJ\":\"此报告仅供参考。在将此数据用于会计或税务目的之前,请务必咨询税务专业人士。请与您的Stripe仪表板进行交叉验证,因为Hi.Events可能缺少历史数据。\",\"1LuJNw\":\"此票已失效\",\"0Ew0uk\":\"此门票刚刚被扫描。请等待后再次扫描。\",\"FYXq7k\":[\"这会影响 \",[\"loadedAffectedCount\"],\" 个日期。\"],\"kvpxIU\":\"这将用于通知和与用户沟通。\",\"bPgkdx\":\"这将取消计划的删除并重新激活账户。账户所有者将收到电子邮件通知。\",\"4yx4a4\":[\"这将立即停用您的账户,并在 30 天后永久删除。请输入您的账户名称以确认:<0>\",[\"0\"],\"\"],\"rhsath\":\"这对客户不可见,但有助于您识别推广员。\",\"VGEfU7\":\"这将立即永久删除或匿名化该账户,而不等待计划日期。此操作无法撤消。\",\"hV6FeJ\":\"处理速度\",\"+FjWgX\":\"周四\",\"kkDQ8m\":\"星期四\",\"0GSPnc\":\"票券设计\",\"EZC/Cu\":\"票券设计保存成功\",\"bbslmb\":\"门票设计器\",\"1BPctx\":\"门票:\",\"HGuXjF\":\"票务持有人\",\"CMUt3Y\":\"票务持有人\",\"awHmAT\":\"门票 ID\",\"6czJik\":\"门票标志\",\"t79rDv\":\"未找到门票\",\"6tmWch\":\"票或商品\",\"1tfWrD\":\"门票预览:\",\"KnjoUA\":\"票价\",\"pGZOcL\":\"门票重新发送成功\",\"o02GZM\":\"该活动的售票已结束\",\"8jLPgH\":\"票券类型\",\"8qsbZ5\":\"票务与销售\",\"zNECqg\":\"门票\",\"6GQNLE\":\"门票\",\"NRhrIB\":\"票务与商品\",\"OrWHoZ\":\"当有空余名额时,门票将自动提供给候补名单中的客户。\",\"AGRilS\":\"已售票数\",\"4/dG8J\":\"档位\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"时间\",\"kGEhUy\":\"时间\",\"fXf2r5\":[\"时间以 \",[\"timezoneAbbr\"],\" 显示\"],\"9udQT9\":\"标题为必填项\",\"dMtLDE\":\"至\",\"/jQctM\":\"收件人\",\"tiI71C\":\"要提高您的限制,请联系我们\",\"ecUA8p\":\"今天\",\"W428WC\":\"切换列\",\"BRMXj0\":\"明天\",\"UBSG1X\":\"顶级组织者(过去14天)\",\"3sZ0xx\":\"总账户数\",\"SMDzqJ\":\"总参与人数\",\"orBECM\":\"总收款\",\"k5CU8c\":\"总条目\",\"4B7oCp\":\"总费用\",\"sMMlTX\":\"费用合计\",\"mlvCEl\":\"订单合计\",\"2AW/k5\":\"所有场次的总数量\",\"dp8BCb\":\"税费合计\",\"vb0Q0/\":\"总用户数\",\"oJjplO\":\"总浏览量\",\"rBZ9pz\":\"导览\",\"orluER\":\"按归因来源跟踪账户增长和表现\",\"YwKzpH\":\"跟踪与分析\",\"GUA0Jy\":\"换个搜索词或筛选条件试试\",\"2P/OWN\":\"调整筛选条件即可查看更多日期。\",\"ouM5IM\":\"尝试其他邮箱\",\"3DZvE7\":\"免费试用Hi.Events\",\"vq2WxD\":\"周二\",\"G3myU+\":\"星期二\",\"Kz91g/\":\"土耳其语\",\"GdOhw6\":\"关闭声音\",\"KUOhTy\":\"开启声音\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"输入\\\"删除\\\"以确认\",\"nSlb72\":\"输入以搜索...\",\"nWRfmt\":\"排版\",\"IrVSu+\":\"无法复制产品。请检查您的详细信息\",\"Vx2J6x\":\"无法获取参与者\",\"h0dx5e\":\"无法加入候补名单\",\"DaE0Hg\":\"无法加载参与者详情。\",\"GlnD5Y\":\"无法加载该日期的产品,请重试。\",\"17VbmV\":\"无法撤销签到\",\"n57zCW\":\"未归因账户\",\"9uI/rE\":\"撤销\",\"Ef7StM\":\"未知\",\"ZBAScj\":\"未知参会者\",\"MEIAzV\":\"未命名\",\"K6L5Mx\":\"未命名地点\",\"7yiFvZ\":\"未支付\",\"C51N+0\":\"至\",\"NaeLn8\":[\"截至 \",[\"end\"]],\"porwAO\":\"直到某个日期\",\"ZIb6rJ\":\"未命名产品\",\"crJM8s\":\"未命名门票\",\"X13xGn\":\"不受信任\",\"0bT1FT\":[\"每单最多 \",[\"max\"],\" 件\"],\"gyXpQN\":\"即将到来的活动\",\"Pp1sWX\":\"更新推广员\",\"59qHrb\":\"更新容量\",\"Gaem9v\":\"更新活动名称和简介\",\"7EhE4k\":\"更新标签\",\"NPQWj8\":\"更新地点\",\"75+lpR\":[\"更新:\",[\"subjectTitle\"],\" — 排期变更\"],\"UOGHdA\":[\"更新:\",[\"subjectTitle\"],\" — 场次时间已变更\"],\"+b7T3G\":\"更新时间\",\"ogoTrw\":[\"已更新 \",[\"count\"],\" 个日期\"],\"dDuona\":[\"已更新 \",[\"count\"],\" 个日期的容量\"],\"FT3LSc\":[\"已更新 \",[\"count\"],\" 个日期的标签\"],\"8EcY1g\":[\"已更新 \",[\"count\"],\" 个日期的地点\"],\"83tNam\":\"随规则创建实时更新。翻阅月份以核对日期。\",\"/XlQr2\":\"输入时实时更新。\",\"gJQsLv\":\"上传组织者封面图像\",\"4kEGqW\":\"上传组织者 Logo\",\"lnCMdg\":\"上传图片\",\"29w7p6\":\"正在上传图像...\",\"HtrFfw\":\"URL 是必填项\",\"3VnYUR\":\"链接必须以 http:// 或 https:// 开头\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB 扫码器待命中\",\"dyTklH\":\"USB 扫码器已暂停\",\"OHJXlK\":\"使用 <0>Liquid 模板 个性化您的邮件\",\"/rsy72\":\"使用活动默认值\",\"0k4cdb\":\"对所有参与者使用订单详情。参与者姓名和电子邮件将与买家信息匹配。\",\"bA31T4\":\"为所有参与者使用购买者的信息\",\"PpgtnC\":\"使用此地址\",\"rnoQsz\":\"用于边框、高亮和二维码样式\",\"b0XTc/\":[\"用户(\",[\"0\"],\")\"],\"BV4L/Q\":\"UTM 分析\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"正在验证您的增值税号...\",\"t7caBM\":\"增值税国家代码\",\"WLkfqH\":\"增值税号\",\"pnVh83\":\"增值税号码\",\"CabI04\":\"增值税号不得包含空格\",\"PMhxAR\":\"增值税号必须以2字母国家代码开头,后跟8-15个字母数字字符(例如,DE123456789)\",\"gPgdNV\":\"增值税号验证成功\",\"RUMiLy\":\"增值税号验证失败\",\"vqji3Y\":\"增值税号验证失败。请检查您的增值税号。\",\"8dENF9\":\"费用增值税\",\"ZutOKU\":\"增值税率\",\"+KJZt3\":\"已登记增值税\",\"Nfbg76\":\"增值税设置已成功保存\",\"UvYql/\":\"增值税设置已保存。我们正在后台验证您的增值税号。\",\"bXn1Jz\":\"增值税设置已更新\",\"tJylUv\":\"平台费用的增值税处理\",\"FlGprQ\":\"平台费用的增值税处理:欧盟增值税注册企业可以使用反向收费机制(0% - 增值税指令2006/112/EC第196条)。未注册增值税的企业需缴纳23%的爱尔兰增值税。\",\"516oLj\":\"增值税验证服务暂时不可用\",\"p6QQLa\":[\"增值税:\",[\"0\"]],\"5q87Y9\":\"增值税:未登记\",\"AdWhjZ\":\"验证码\",\"kUAumu\":\"验证邮件已发送,请查收收件箱。\",\"QDEWii\":\"已验证\",\"wCKkSr\":\"验证邮箱\",\"/IBv6X\":\"验证您的邮箱\",\"u8nB38\":\"验证你的邮箱,参与者才能收到门票\",\"e/cvV1\":\"正在验证...\",\"fROFIL\":\"越南语\",\"p5nYkr\":\"查看全部\",\"yA/6BX\":\"查看全部 →\",\"6CQ7/B\":\"查看全部功能状态\",\"YSE15b\":\"查看全部签到名单\",\"RnvnDc\":\"查看平台上发送的所有消息\",\"+WFMis\":\"查看和下载所有活动的报告。仅包含已完成的订单。\",\"c7VN/A\":\"查看答案\",\"SZw9tS\":\"查看详情\",\"9+84uW\":[\"查看 \",[\"0\"],\" \",[\"1\"],\" 的详情\"],\"FCVmuU\":\"查看活动\",\"c6SXHN\":\"查看活动页面\",\"n6EaWL\":\"查看日志\",\"OaKTzt\":\"查看地图\",\"zNZNMs\":\"查看消息\",\"67OJ7t\":\"查看订单\",\"tKKZn0\":\"查看订单详情\",\"KeCXJu\":\"查看订单详情、退款和重新发送确认。\",\"9jnAcN\":\"查看组织者主页\",\"1J/AWD\":\"查看门票\",\"N9FyyW\":\"查看、编辑和导出您的注册参与者。\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"自 \",[\"start\"],\" 起可见 — 开售前保持隐藏。\"],\"EkiKJK\":\"在活动页面上对所有人可见。\",\"SS4mGB\":\"VK\",\"uUehLT\":\"等待中\",\"quR8Qp\":\"等待付款\",\"KrurBH\":\"等待扫描…\",\"u0n+wz\":\"候补名单\",\"3RXFtE\":\"等候名单已启用\",\"TwnTPy\":\"等候名单报价已过期\",\"aUi/Dz\":\"警告:这是系统默认配置。更改将影响所有未分配特定配置的账户。\",\"aT/44s\":\"我们无法复制该 Stripe 连接,请重试。\",\"jTee4a\":\"无法断开此 Stripe 账户。请重试。\",\"RRZDED\":\"我们找不到与此邮箱关联的订单。\",\"2RZK9x\":\"我们找不到您要查找的订单。链接可能已过期或订单详情可能已更改。\",\"nefMIK\":\"我们找不到您要查找的门票。链接可能已过期或门票详情可能已更改。\",\"miysJh\":\"我们找不到此订单。它可能已被删除。\",\"Fjj/5/\":\"我们无法加载签到名单,请重试。\",\"ADsQ23\":\"目前无法连接 Stripe,请稍后重试。\",\"HJKdzP\":\"加载此页面时遇到问题。请重试。\",\"jegrvW\":\"我们与 Stripe 合作,将款项直接打到你的银行账户。\",\"IfN2Qo\":\"我们建议使用最小尺寸为200x200像素的方形标志\",\"wJzo/w\":\"建议尺寸为 400x400 像素,文件大小不超过 5MB\",\"L/KlAh\":[\"我们已向 \",[\"0\"],\" 发送验证链接\"],\"KRCDqH\":\"我们使用 Cookie 来帮助我们了解网站的使用情况并改善您的体验。\",\"x8rEDQ\":\"我们在多次尝试后无法验证您的增值税号。我们将在后台继续尝试。请稍后检查。\",\"4HaEdK\":[\"我们将创建全部 \",[\"totalOccurrences\"],\" 场 — 之后您可以编辑或删除任意日期\"],\"mfM/HJ\":[\"如果\",[\"productDisplayName\"],\"在\",[\"occurrenceDate\"],\"有空位,我们将通过电子邮件通知您。\"],\"iy+M+c\":[\"如果\",[\"productDisplayName\"],\"有空位,我们将通过电子邮件通知您。\"],\"McuGND\":\"保存后我们会打开一个已填好模板的消息编辑器。由你确认并发送 — 不会自动发出任何内容。\",\"q1BizZ\":\"我们将把您的门票发送到此邮箱\",\"ZOmUYW\":\"我们将在后台验证您的增值税号。如有任何问题,我们会通知您。\",\"LKjHr4\":[\"我们调整了“\",[\"title\"],\"”的排期 — \",[\"description\"],\",涉及 \",[\"affectedCount\"],\" 个场次。\"],\"Fq/Nx7\":\"我们已向以下邮箱发送了5位数验证码:\",\"GdWB+V\":\"Webhook 创建成功\",\"2X4ecw\":\"Webhook 删除成功\",\"ndBv0v\":\"Webhook 集成\",\"CThMKa\":\"Webhook 日志\",\"I0adYQ\":\"Webhook 签名密钥\",\"nuh/Wq\":\"Webhook URL\",\"8BMPMe\":\"Webhook 不会发送通知\",\"FSaY52\":\"Webhook 将发送通知\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"网站\",\"0f7U0k\":\"周三\",\"VAcXNz\":\"星期三\",\"64X6l4\":\"周\",\"4XSc4l\":\"每周\",\"IAUiSh\":\"周\",\"vKLEXy\":\"微博\",\"9eF5oV\":\"欢迎回来\",\"QDWsl9\":[\"欢迎来到 \",[\"0\"],\",\",[\"1\"],\" 👋\"],\"LETnBR\":[\"欢迎来到 \",[\"0\"],\",这是您所有活动的列表\"],\"DDbx7K\":\"健康养生\",\"FaSXqR\":\"什么类型的活动?\",\"0WyYF4\":\"未登录的工作人员可以看到什么\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"当签到被删除时\",\"RPe6bE\":\"当重复活动中的某个日期被取消时\",\"Gmd0hv\":\"当新与会者被创建时\",\"zyIyPe\":\"当创建新活动时\",\"Lc18qn\":\"当新订单被创建时\",\"dfkQIO\":\"当新产品被创建时\",\"8OhzyY\":\"当产品被删除时\",\"tRXdQ9\":\"当产品被更新时\",\"9L9/28\":\"当产品售罄时,客户可以加入等候名单,以便在有空位时收到通知。\",\"OIkHj+\":\"当产品售罄时,客户可以加入候补名单,以便在有空位时收到通知。客户加入的是特定日期的候补名单,名额也按日期提供。\",\"Q7CWxp\":\"当与会者被取消时\",\"IuUoyV\":\"当与会者签到时\",\"nBVOd7\":\"当与会者被更新时\",\"t7cuMp\":\"当活动被归档时\",\"gtoSzE\":\"当活动被更新时\",\"ny2r8d\":\"当订单被取消时\",\"c9RYbv\":\"当订单被标记为已支付时\",\"ejMDw1\":\"当订单被退款时\",\"fVPt0F\":\"当订单被更新时\",\"bcYlvb\":\"签到何时关闭\",\"XIG669\":\"签到何时开放\",\"de6HLN\":\"当客户购买门票后,他们的订单将显示在此处。\",\"pm9tpn\":\"启用后,购买者可以一次性将自己的姓名和电子邮箱复制给所有参会者。关闭此选项可移除“所有参会者”选项;购买者仍可复制给第一位参会者,其余参会者须逐一填写。\",\"403wpZ\":\"启用后,新活动将允许参与者通过安全链接管理自己的门票详情。这可以按活动覆盖。\",\"blXLKj\":\"启用后,新活动将在结账时显示营销订阅复选框。此设置可以针对每个活动单独覆盖。\",\"Kj0Txn\":\"启用后,Stripe Connect交易将不收取应用费用。用于不支持应用费用的国家。\",\"xo06V3\":\"按钮链接的目标地址\",\"uchB0M\":\"小部件预览\",\"uvIqcj\":\"研讨会\",\"EpknJA\":\"请在此输入您的消息...\",\"nhtR6Y\":\"X(推特)\",\"7qI8sJ\":\"年\",\"zkWmBh\":\"每年\",\"+BGee5\":\"年\",\"X/azM1\":\"是 - 我有有效的欧盟增值税注册号码\",\"Tz5oXG\":\"是,取消我的订单\",\"QlSZU0\":[\"您正在模拟 <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"您正在发出部分退款。客户将获得 \",[\"0\"],\" \",[\"1\"],\" 的退款。\"],\"o7LgX6\":\"您可以在账户设置中配置额外的服务费和税费。\",\"rj3A7+\":\"之后你可以为单个日期单独设置。\",\"paWwQ0\":\"如有需要,您仍然可以手动提供门票。\",\"jTDzpA\":\"您无法归档账户中最后一个活跃的主办方。\",\"D8baxD\":\"您有付费门票,但尚未连接 Stripe,因此无法收款。\",\"5VGIlq\":\"您已达到消息限制。\",\"casL1O\":\"您已向免费产品添加了税费。您想要删除它们吗?\",\"5SgD0L\":\"你有未保存的更改,确定要放弃吗?\",\"9jJNZY\":\"保存前必须确认您的责任\",\"pCLes8\":\"您必须同意接收消息\",\"FVTVBy\":\"您必须先验证电子邮箱地址,才能更新组织者状态。\",\"ze4bi/\":\"你需要先创建至少一个场次,才能为这个重复活动添加参与者。\",\"w65ZgF\":\"您需要验证账户电子邮件后才能修改电子邮件模板。\",\"FRl8Jv\":\"您需要验证您的帐户电子邮件才能发送消息。\",\"88cUW+\":\"您收到\",\"O6/3cu\":\"你可以在下一步设置日期、排期和重复规则。\",\"zKAheG\":\"你正在修改场次时间\",\"MNFIxz\":[\"您将参加 \",[\"0\"],\"!\"],\"ZlLcht\":[\"您正在加入\",[\"occurrenceDate\"],\"的候补名单。\"],\"qGZz0m\":\"您已加入候补名单!\",\"/5HL6k\":\"您已获得一个名额!\",\"gbjFFH\":\"你已修改场次时间\",\"YI0K8C\":[\"您的账户已停用,将于 <0>\",[\"0\"],\" 永久删除。\"],\"p/Sa0j\":\"您的帐户有消息限制。要提高您的限制,请联系我们\",\"gsWZkk\":\"您的账户现已计划删除。\",\"x/xjzn\":\"您的推广员已成功导出。\",\"TF37u6\":\"您的与会者已成功导出。\",\"79lXGw\":\"您的签到列表已成功创建。与您的签到工作人员共享以下链接。\",\"BnlG9U\":\"您当前的订单将丢失。\",\"nBqgQb\":\"您的电子邮件\",\"GG1fRP\":\"您的活动已上线!\",\"ifRqmm\":\"您的消息已成功发送!\",\"0/+Nn9\":\"您的消息将显示在此处\",\"/Rj5P4\":\"您的姓名\",\"PFjJxY\":\"您的新密码长度必须至少为8个字符。\",\"gzrCuN\":\"您的订单详情已更新。确认邮件已发送到新的电子邮件地址。\",\"naQW82\":\"您的订单已被取消。\",\"bhlHm/\":\"您的订单正在等待付款\",\"XeNum6\":\"您的订单已成功导出。\",\"Xd1R1a\":\"您组织者的地址\",\"WWYHKD\":\"您的付款受到银行级加密保护\",\"5b3QLi\":\"您的计划\",\"N4Zkqc\":\"你保存的日期筛选条件已失效 — 正在显示全部日期。\",\"o0qzpM\":\"您的 Stripe 账户本身不受影响,也不会丢失任何数据 — 您可以随时重新连接。\",\"FNO5uZ\":\"你的门票依然有效 — 除非新时间不合适,否则无需任何操作。如有疑问,请回复本邮件。\",\"CnZ3Ou\":\"您的门票已确认。\",\"EmFsMZ\":\"您的增值税号已排队等待验证\",\"QBlhh4\":\"保存时将验证您的增值税号\",\"fT9VLt\":\"您的等候名单报价已过期,我们无法完成您的订单。请重新加入等候名单,以便在更多空位可用时收到通知。\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file diff --git a/frontend/src/locales/zh-cn.po b/frontend/src/locales/zh-cn.po index 002f07d4ba..51d4acae91 100644 --- a/frontend/src/locales/zh-cn.po +++ b/frontend/src/locales/zh-cn.po @@ -33,7 +33,7 @@ msgstr "(空)" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:110 msgid "(none)" -msgstr "" +msgstr "(无)" #: src/components/common/ReportTable/index.tsx:328 msgid "{0}" @@ -53,7 +53,7 @@ msgstr "{0} {1} 已签到" #: src/components/layouts/CheckIn/index.tsx:249 msgid "{0} <0>checked in" -msgstr "" +msgstr "{0} 位<0>已签到" #: src/components/layouts/CheckIn/index.tsx:284 msgid "{0} <0>checked out successfully" @@ -83,7 +83,7 @@ msgstr "{0} 标志" #: src/components/modals/CreateAttendeeModal/index.tsx:272 msgid "{0} of {1} seats are taken." -msgstr "" +msgstr "{1} 个座位中已占用 {0} 个。" #: src/components/routes/events/Dashboard/index.tsx:141 msgid "{0} organizers" @@ -99,15 +99,15 @@ msgstr "{0}更新成功" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:417 msgid "{activeCount} enabled" -msgstr "" +msgstr "已启用 {activeCount} 项" #: src/components/common/CheckIn/CheckInInfoModal.tsx:101 msgid "{appName} logo" -msgstr "" +msgstr "{appName} 标志" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:296 msgid "{attendeeCount} attendees are registered for this session." -msgstr "" +msgstr "本场次有 {attendeeCount} 位参与者已登记。" #: src/components/common/EventCard/index.tsx:133 msgid "{availableCount} of {totalCount} available" @@ -119,7 +119,7 @@ msgstr "剩余 {capacity} 个名额" #: src/components/common/CheckIn/CheckInInfoModal.tsx:55 msgid "{checkedIn} / {total} checked in" -msgstr "" +msgstr "已签到 {checkedIn} / {total}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:378 msgid "{chipTime}, Sold Out" @@ -131,12 +131,12 @@ msgstr "{chipTime},售罄,可加入候补名单" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:210 msgid "{completedCount} of {totalCount} steps complete" -msgstr "" +msgstr "已完成 {totalCount} 个步骤中的 {completedCount} 个" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "{count} add-ons" -msgstr "" +msgstr "{count} 个附加产品" #: src/components/common/Countdown/index.tsx:68 msgid "{days} days, {hours} hours, {minutes} minutes, and {seconds} seconds" @@ -144,15 +144,15 @@ msgstr "{days} 天, {hours} 小时, {minutes} 分钟, 和 {seconds} 秒" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:29 msgid "{diffHr}h ago" -msgstr "" +msgstr "{diffHr} 小时前" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:27 msgid "{diffMin}m ago" -msgstr "" +msgstr "{diffMin} 分钟前" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:25 msgid "{diffSec}s ago" -msgstr "" +msgstr "{diffSec} 秒前" #: src/components/common/OrganizerWebhookTable/index.tsx:79 #: src/components/common/WebhookTable/index.tsx:79 @@ -161,7 +161,7 @@ msgstr "{eventCount} 个事件" #: src/components/forms/ProductForm/ledgerSummaries.ts:103 msgid "{first} + {additionalCount} more" -msgstr "" +msgstr "{first} 等另外 {additionalCount} 个" #: src/components/common/Countdown/index.tsx:70 msgid "{hours} hours, {minutes} minutes, and {seconds} seconds" @@ -169,11 +169,11 @@ msgstr "{hours} 小时, {minutes} 分钟, 和 {seconds} 秒" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:262 msgid "{loadedAffectedAttendees} attendees are registered across the affected sessions." -msgstr "" +msgstr "受影响的场次共有 {loadedAffectedAttendees} 位参与者已登记。" #: src/components/forms/ProductForm/ledgerSummaries.ts:112 msgid "{min}–{max} per order" -msgstr "" +msgstr "每单 {min}–{max} 件" #: src/components/common/Countdown/index.tsx:72 msgid "{minutes} minutes and {seconds} seconds" @@ -185,12 +185,12 @@ msgstr "{组织者名称}的首次活动" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:95 msgid "{productCount} ticket types configured" -msgstr "" +msgstr "已配置 {productCount} 种门票类型" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "{slotCount} times available" -msgstr "" +msgstr "有 {slotCount} 个可选时间" #: src/components/common/EventCard/index.tsx:129 msgid "{totalCount} ticket types" @@ -266,15 +266,15 @@ msgstr "1 个活动的 Webhook" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "1 add-on" -msgstr "" +msgstr "1 个附加产品" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:261 msgid "1 attendee is registered across the affected sessions." -msgstr "" +msgstr "受影响的场次共有 1 位参与者已登记。" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:295 msgid "1 attendee is registered for this session." -msgstr "" +msgstr "本场次有 1 位参与者已登记。" #: src/components/modals/SendMessageModal/index.tsx:128 msgid "1 day after end date" @@ -302,12 +302,12 @@ msgstr "1个票种" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:94 msgid "1 ticket type configured" -msgstr "" +msgstr "已配置 1 种门票类型" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "1 time available" -msgstr "" +msgstr "有 1 个可选时间" #: src/components/modals/SendMessageModal/index.tsx:119 msgid "1 week before event" @@ -320,7 +320,7 @@ msgstr "示例街123号" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:250 msgid "135+ currencies & 40+ payment methods" -msgstr "" +msgstr "135 种以上货币和 40 种以上支付方式" #: src/components/common/WidgetEditor/index.tsx:230 msgid "20" @@ -336,7 +336,7 @@ msgstr "取消通知已发送至" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:299 msgid "a change in duration" -msgstr "" +msgstr "时长变更" #: src/components/forms/QuestionForm/index.tsx:138 msgid "A date input. Perfect for asking for a date of birth etc." @@ -356,7 +356,7 @@ msgstr "费用,如预订费或服务费" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:199 msgid "A few quick steps and you're ready to start selling." -msgstr "" +msgstr "只需几个简单步骤,你就可以开始售票了。" #: src/components/forms/TaxAndFeeForm/index.tsx:35 msgid "A fixed amount per product. E.g, $0.50 per product" @@ -388,7 +388,7 @@ msgstr "单选题有多个选项,但只能选择一个。" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:298 msgid "a shift in start/end times" -msgstr "" +msgstr "起止时间平移" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:69 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:69 @@ -466,7 +466,7 @@ msgstr "接受邀请" #: src/components/forms/ProductForm/index.tsx:596 msgid "Access" -msgstr "" +msgstr "访问权限" #: src/components/common/AdminOrdersTable/index.tsx:70 #: src/components/routes/account/ManageAccount/index.tsx:22 @@ -481,11 +481,11 @@ msgstr "账户" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:354 msgid "Account · {0}" -msgstr "" +msgstr "账户 · {0}" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:353 msgid "Account · {0} · {1}" -msgstr "" +msgstr "账户 · {0} · {1}" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:69 msgid "Account deletion has been cancelled." @@ -581,11 +581,11 @@ msgstr "活跃活动" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:415 msgid "Active payment methods" -msgstr "" +msgstr "已启用的支付方式" #: src/components/routes/event/OccurrencesTab/index.tsx:402 msgid "Activity" -msgstr "" +msgstr "动态" #: src/components/routes/product-widget/SelectProducts/index.tsx:825 msgid "Add {0} first" @@ -593,27 +593,27 @@ msgstr "请先添加 {0}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:147 msgid "Add a cover image and theme to match your brand" -msgstr "" +msgstr "添加与品牌风格一致的封面图和主题" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:142 msgid "Add a date" -msgstr "" +msgstr "添加日期" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:137 msgid "Add a description and venue so attendees know what to expect" -msgstr "" +msgstr "添加简介和场地,让参与者知道会有什么内容" #: src/components/forms/CheckInListForm/index.tsx:144 msgid "Add a description for this check-in list" msgstr "为此签到列表添加描述" -#: src/components/routes/event/OccurrencesTab/index.tsx:541 +#: src/components/routes/event/OccurrencesTab/index.tsx:556 msgid "Add a Single Date" -msgstr "" +msgstr "添加单个日期" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:992 msgid "Add another time" -msgstr "" +msgstr "添加其他时间" #: src/components/modals/ManageAttendeeModal/index.tsx:226 msgid "Add any notes about the attendee. These will not be visible to the attendee." @@ -633,11 +633,11 @@ msgstr "添加关于订单的备注..." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:533 msgid "Add at least one time" -msgstr "" +msgstr "请至少添加一个时间" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:150 msgid "Add connection details for the online event." -msgstr "" +msgstr "请填写线上活动的连接信息。" #: src/components/common/QuestionsTable/index.tsx:434 msgid "Add custom questions to collect additional information during checkout" @@ -645,19 +645,19 @@ msgstr "添加自定义问题以在结账时收集额外信息" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Add Date" -msgstr "" +msgstr "添加日期" #: src/components/modals/PublishEventModal/index.tsx:105 msgid "Add dates" msgstr "添加日期" -#: src/components/routes/event/OccurrencesTab/index.tsx:526 +#: src/components/routes/event/OccurrencesTab/index.tsx:541 msgid "Add Dates" -msgstr "" +msgstr "添加日期" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:104 msgid "Add dates and times for your recurring event" -msgstr "" +msgstr "为你的重复活动添加日期和时间" #: src/components/forms/QuestionForm/index.tsx:202 msgid "Add description" @@ -665,11 +665,11 @@ msgstr "添加描述" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:140 msgid "Add details" -msgstr "" +msgstr "添加详情" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:136 msgid "Add event details" -msgstr "" +msgstr "添加活动详情" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:154 msgid "Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)" @@ -684,7 +684,7 @@ msgstr "添加地点" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1047 msgid "Add multiple times if you run several sessions per day." -msgstr "" +msgstr "如果一天举办多个场次,可添加多个时间。" #: src/components/common/HeadingCard/index.tsx:28 msgid "Add New" @@ -713,7 +713,7 @@ msgstr "加税或费用" #: src/components/modals/CreateAttendeeModal/index.tsx:276 msgid "Add this attendee anyway (override capacity)" -msgstr "" +msgstr "仍然添加该参与者(忽略容量限制)" #: src/components/common/AddToCalendarCTA/index.tsx:21 msgid "Add this event to your calendar" @@ -753,16 +753,16 @@ msgstr "添加您的社交媒体账号和网站链接。这些信息将显示在 #: src/components/common/ProductsTable/SortableProduct/index.tsx:344 #: src/components/forms/ProductForm/ledgerSummaries.ts:128 msgid "Add-on only" -msgstr "" +msgstr "仅作为附加产品" #: src/components/forms/ProductForm/index.tsx:552 msgid "Add-on products" -msgstr "" +msgstr "附加产品" #: src/components/forms/ProductForm/index.tsx:533 #: src/components/routes/product-widget/SelectProducts/index.tsx:822 msgid "Add-ons" -msgstr "" +msgstr "附加产品" #: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:78 msgid "Added at checkout" @@ -833,7 +833,7 @@ msgstr "管理员用户可以完全访问事件和账户设置。" #: src/components/forms/ProductForm/index.tsx:207 msgid "Admits attendees to your event" -msgstr "" +msgstr "允许参与者进入你的活动" #: src/components/common/AffiliateTable/index.tsx:82 msgid "Affiliate" @@ -853,7 +853,7 @@ msgstr "推广员删除成功" #: src/components/layouts/AuthLayout/index.tsx:22 msgid "Affiliate program" -msgstr "" +msgstr "推广联盟计划" #: src/components/forms/AffiliateForm/index.tsx:23 msgid "Affiliate sales will be tracked" @@ -883,11 +883,11 @@ msgstr "推广员帮助您跟踪合作伙伴和网红产生的销售。创建推 #: src/components/routes/welcome/index.tsx:418 msgid "After your event is created, you can choose how often it repeats from the dashboard." -msgstr "" +msgstr "活动创建后,你可以在控制台选择它的重复频率。" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "all" -msgstr "" +msgstr "全部" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:133 #: src/components/routes/admin/DeletionRequests/index.tsx:88 @@ -906,7 +906,7 @@ msgstr "所有参与者" #: src/components/modals/SendMessageModal/index.tsx:378 msgid "All attendees of the selected sessions" -msgstr "" +msgstr "所选场次的全部参与者" #: src/components/modals/SendMessageModal/index.tsx:381 msgid "All attendees of this event" @@ -914,7 +914,7 @@ msgstr "本次活动的所有与会者" #: src/components/modals/SendMessageModal/index.tsx:380 msgid "All attendees of this occurrence" -msgstr "" +msgstr "本场次的全部参与者" #: src/components/common/OrganizerReportTable/index.tsx:291 msgid "All Currencies" @@ -923,14 +923,14 @@ msgstr "所有货币" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:48 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:101 msgid "All dates" -msgstr "" +msgstr "全部日期" #: src/components/common/CheckInListTable/index.tsx:106 #: src/components/routes/event/attendees.tsx:235 #: src/components/routes/event/orders.tsx:182 #: src/components/routes/event/SoldOutWaitlist/index.tsx:104 msgid "All Dates" -msgstr "" +msgstr "全部日期" #: src/components/routes/events/Dashboard/index.tsx:75 msgid "All Ended Events" @@ -948,18 +948,18 @@ msgstr "所有失败任务已删除" msgid "All jobs queued for retry" msgstr "所有任务已排队等待重试" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:346 msgid "All matching dates" -msgstr "" +msgstr "所有匹配的日期" #: src/components/forms/CheckInListForm/index.tsx:132 #: src/components/modals/SendMessageModal/index.tsx:359 msgid "All occurrences" -msgstr "" +msgstr "全部场次" #: src/components/common/ReportTable/index.tsx:279 msgid "All Occurrences" -msgstr "" +msgstr "全部场次" #: src/components/common/PromoCodeTable/index.tsx:139 msgid "All Products" @@ -1018,7 +1018,7 @@ msgstr "已有账户?<0>{0}" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:135 msgid "Already in" -msgstr "" +msgstr "已添加" #: src/components/modals/RefundOrderModal/index.tsx:86 msgid "Already Refunded" @@ -1026,7 +1026,7 @@ msgstr "已退款" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:193 msgid "Already use Stripe on another organizer? Reuse that connection." -msgstr "" +msgstr "已在其他主办方下使用 Stripe?可复用该连接。" #: src/components/modals/RefundOrderModal/index.tsx:132 msgid "Also cancel this order" @@ -1042,7 +1042,7 @@ msgstr "始终可用" #: src/components/forms/ProductForm/ledgerSummaries.ts:53 msgid "Always on sale" -msgstr "" +msgstr "始终在售" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:77 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:77 @@ -1130,15 +1130,15 @@ msgstr "答案更新成功。" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:246 msgid "Answers" -msgstr "" +msgstr "回答" #: src/components/forms/CheckInListForm/index.tsx:207 msgid "Answers provided at checkout (e.g. meal choice)" -msgstr "" +msgstr "结账时填写的回答(例如餐食选择)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1148 msgid "Any dates you've manually customized will be kept." -msgstr "" +msgstr "你手动调整过的日期将保留。" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:62 msgid "Any queries from product holders will be sent to this email address. This will also be used as the \"reply-to\" address for all emails sent from this event" @@ -1160,9 +1160,9 @@ msgstr "已应用 — 订单立减 {0}" msgid "Applies to {0} products" msgstr "适用于{0}个产品" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:365 msgid "Applies to {0}, non-cancelled dates currently loaded on this page." -msgstr "" +msgstr "适用于本页当前已加载的 {0} 个未取消日期。" #: src/components/common/CapacityAssignmentList/index.tsx:95 msgid "Applies to 1 product" @@ -1170,32 +1170,32 @@ msgstr "适用于1个产品" #: src/components/forms/CheckInListForm/index.tsx:175 msgid "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." -msgstr "" +msgstr "适用于未登录状态下打开共享签到链接的所有人。已登录的团队成员始终可以看到全部内容。" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:363 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 msgid "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." -msgstr "" +msgstr "适用于本活动中每个{0}且未取消的日期,包括当前未加载的日期。" #: src/components/common/FilterModal/index.tsx:284 #: src/components/routes/product-widget/SelectProducts/index.tsx:945 msgid "Apply" msgstr "应用" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:509 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:511 msgid "Apply Changes" -msgstr "" +msgstr "应用更改" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" msgstr "将此{type}应用于所有新产品" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:338 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:339 msgid "Apply to" -msgstr "" +msgstr "应用到" #: src/components/forms/CheckInListForm/index.tsx:105 msgid "Apply to all tickets" -msgstr "" +msgstr "应用到所有门票" #: src/components/routes/admin/Messages/index.tsx:232 msgid "Approve Message" @@ -1203,7 +1203,7 @@ msgstr "批准消息" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:68 msgid "April" -msgstr "" +msgstr "4 月" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:63 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:69 @@ -1259,7 +1259,7 @@ msgstr "您确定要归档此主办方吗?这也将归档属于此主办方的 #: src/components/routes/event/OccurrencesTab/index.tsx:215 msgid "Are you sure you want to cancel {count} date(s)? Affected attendees will be notified by email." -msgstr "" +msgstr "确定要取消 {count} 个日期吗?受影响的参与者会收到邮件通知。" #: src/hooks/useAttendeeActions.tsx:44 msgid "Are you sure you want to cancel this attendee? This will void their ticket" @@ -1269,7 +1269,7 @@ msgstr "您确定要取消该与会者吗?这将使其门票作废" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:36 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:326 msgid "Are you sure you want to cancel this date? Affected attendees will be notified by email." -msgstr "" +msgstr "确定要取消这个日期吗?受影响的参与者会收到邮件通知。" #: src/components/routes/event/messages.tsx:33 msgid "Are you sure you want to cancel this scheduled message?" @@ -1295,11 +1295,11 @@ msgstr "确定要删除此配置吗?这可能会影响使用它的账户。" #: src/components/routes/event/OccurrenceDetail/index.tsx:84 #: src/components/routes/event/OccurrencesTab/index.tsx:184 msgid "Are you sure you want to delete this date? This action cannot be undone." -msgstr "" +msgstr "确定要删除这个日期吗?此操作无法撤销。" #: src/components/common/ImageUploadDropzone/index.tsx:114 msgid "Are you sure you want to delete this image?" -msgstr "" +msgstr "确定要删除这张图片吗?" #: src/components/common/PromoCodeTable/index.tsx:37 msgid "Are you sure you want to delete this promo code?" @@ -1307,7 +1307,7 @@ msgstr "您确定要删除此促销代码吗?" #: src/components/common/TaxAndFeeList/index.tsx:33 msgid "Are you sure you want to delete this tax or fee? It will no longer be applied to new orders." -msgstr "" +msgstr "确定要删除该税费吗?之后的新订单将不再收取。" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:111 msgid "Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template." @@ -1344,7 +1344,7 @@ msgstr "您确定要向此人提供名额吗?他们将收到电子邮件通知 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:360 msgid "Are you sure you want to permanently delete this date? This cannot be undone." -msgstr "" +msgstr "确定要永久删除这个日期吗?此操作无法撤销。" #: src/components/common/StatusToggle/index.tsx:38 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." @@ -1380,7 +1380,7 @@ msgstr "您确定要恢复此主办方吗?" #: src/components/routes/account/ManageAccount/sections/Users/index.tsx:50 msgid "Are you sure you want to revoke this invitation?" -msgstr "" +msgstr "确定要撤销这个邀请吗?" #: src/components/common/StatusToggle/index.tsx:41 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." @@ -1425,11 +1425,11 @@ msgstr "每个产品询问一次" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:119 msgid "Assign a different plan" -msgstr "" +msgstr "分配其他方案" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:130 msgid "Assign plan" -msgstr "" +msgstr "分配方案" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:165 msgid "Assigned Tier" @@ -1443,7 +1443,7 @@ msgstr "必须选择至少一种事件类型" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:64 #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:117 msgid "At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead." -msgstr "" +msgstr "该日期至少要保留一个可售产品。若要让该日期不可访问,请改为在排期中取消它。" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:96 msgid "Attempts" @@ -1455,7 +1455,7 @@ msgstr "所有活动的出席率和签到率" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendee" -msgstr "" +msgstr "位参与者" #: src/components/common/AttendeeTicket/index.tsx:101 #: src/components/common/QuestionsTable/index.tsx:462 @@ -1497,7 +1497,7 @@ msgstr "未找到参与者" #: src/components/forms/CheckInListForm/index.tsx:188 msgid "Attendee notes" -msgstr "" +msgstr "参与者备注" #: src/components/routes/event/attendees.tsx:81 msgid "Attendee Status" @@ -1523,7 +1523,7 @@ msgstr "参与者的票不包含在此列表中" #: src/components/routes/event/attendees.tsx:250 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendees" -msgstr "" +msgstr "位参与者" #: src/components/common/EventCard/index.tsx:251 #: src/components/common/EventCard/index.tsx:366 @@ -1545,7 +1545,7 @@ msgstr "参与者" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:72 msgid "attendees checked in" -msgstr "" +msgstr "位参与者已签到" #: src/components/routes/event/attendees.tsx:163 msgid "Attendees Exported" @@ -1587,7 +1587,7 @@ msgstr "受众" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:72 msgid "August" -msgstr "" +msgstr "8 月" #: src/components/common/WidgetEditor/index.tsx:236 msgid "Auto Resize" @@ -1623,7 +1623,7 @@ msgstr "付款完成后可用" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:265 msgid "Available times on {dayName}" -msgstr "" +msgstr "{dayName}的可选时间" #: src/components/modals/RefundOrderModal/index.tsx:93 msgid "Available to Refund" @@ -1635,7 +1635,7 @@ msgstr "可用令牌" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:161 msgid "Awaiting" -msgstr "" +msgstr "等待中" #: src/components/common/OrderStatusBadge/index.tsx:11 #: src/components/modals/SendMessageModal/index.tsx:425 @@ -1649,7 +1649,7 @@ msgstr "等待线下付款" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:120 msgid "Awaiting pay" -msgstr "" +msgstr "待付款" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:117 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:225 @@ -1719,7 +1719,7 @@ msgstr "背景类型" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:128 msgid "Bank account connected" -msgstr "" +msgstr "银行账户已连接" #: src/components/routes/admin/Announcements/index.tsx:178 #: src/components/routes/admin/Announcements/index.tsx:374 @@ -1736,12 +1736,12 @@ msgstr "基础价格" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:207 msgid "Base Price" -msgstr "" +msgstr "基础价格" #: src/components/forms/ProductForm/index.tsx:433 #: src/components/forms/ProductForm/index.tsx:436 msgid "Based on the global sale period above, not per date" -msgstr "" +msgstr "基于上方的整体销售期,而非按日期设置" #: src/components/routes/organizer/Settings/index.tsx:31 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:63 @@ -1779,19 +1779,19 @@ msgstr "巴西葡萄牙语" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:253 msgid "Built-in fraud protection" -msgstr "" +msgstr "内置欺诈防护" -#: src/components/routes/event/OccurrencesTab/index.tsx:517 +#: src/components/routes/event/OccurrencesTab/index.tsx:532 msgid "Bulk Edit" -msgstr "" +msgstr "批量编辑" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:308 msgid "Bulk Edit Dates" -msgstr "" +msgstr "批量编辑日期" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:233 msgid "Bulk update failed." -msgstr "" +msgstr "批量更新失败。" #: src/constants/eventCategories.ts:26 msgid "Business" @@ -1799,11 +1799,11 @@ msgstr "商务" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:190 msgid "Business address" -msgstr "" +msgstr "公司地址" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:185 msgid "Business name" -msgstr "" +msgstr "公司名称" #: src/components/routes/admin/Announcements/index.tsx:455 msgid "Button label" @@ -1827,7 +1827,7 @@ msgstr "买家支付" #: src/components/forms/ProductForm/index.tsx:562 msgid "Buyers can add these to their order when they select this product at checkout." -msgstr "" +msgstr "买家在结账选择该产品时可将这些一并加入订单。" #: src/components/common/PlatformFeesSettings/index.tsx:235 msgid "Buyers see a clean price. The platform fee is deducted from your payout." @@ -1848,7 +1848,7 @@ msgstr "注册即表示您同意我们的<0>服务条款和<1>隐私政策Request permission again, or grant this page camera access in your browser settings." -msgstr "" +msgstr "摄像头权限被拒绝。可<0>重新请求权限,或在浏览器设置中允许本页访问摄像头。" #: src/components/routes/admin/Attribution/index.tsx:107 msgid "Campaign" @@ -1881,7 +1881,7 @@ msgstr "活动" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:79 msgid "Can't check in" -msgstr "" +msgstr "无法签到" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:57 #: src/components/common/ContactOrganizerModal/index.tsx:104 @@ -1897,7 +1897,7 @@ msgstr "" #: src/components/modals/PublishEventModal/index.tsx:208 #: src/components/routes/admin/DeletionRequests/index.tsx:178 #: src/components/routes/event/messages.tsx:80 -#: src/components/routes/event/OccurrencesTab/index.tsx:499 +#: src/components/routes/event/OccurrencesTab/index.tsx:504 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:272 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:306 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:61 @@ -1914,7 +1914,7 @@ msgstr "取消" #: src/components/routes/event/OccurrencesTab/index.tsx:211 #: src/components/routes/event/OccurrencesTab/index.tsx:223 msgid "Cancel {count} date(s)" -msgstr "" +msgstr "取消 {count} 个日期" #: src/components/modals/RefundOrderModal/index.tsx:133 msgid "Cancel all products and release them back to the pool" @@ -1928,7 +1928,7 @@ msgstr "取消所有产品并释放回可用池" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:568 msgid "Cancel Date" -msgstr "" +msgstr "取消日期" #: src/components/common/PendingDeletionBanner/index.tsx:37 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:104 @@ -1985,7 +1985,7 @@ msgstr "已取消" #: src/components/routes/event/OccurrencesTab/index.tsx:237 msgid "Cancelling {0} date(s). This may take a moment to complete." -msgstr "" +msgstr "正在取消 {0} 个日期,可能需要一点时间。" #: src/components/routes/admin/Configurations/index.tsx:36 msgid "Cannot delete the system default configuration" @@ -2011,7 +2011,7 @@ msgstr "容量分配" #: src/components/layouts/AuthLayout/index.tsx:28 msgid "Capacity management" -msgstr "" +msgstr "容量管理" #: src/components/layouts/Event/index.tsx:137 msgid "Capacity Management" @@ -2019,15 +2019,15 @@ msgstr "容量管理" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:111 msgid "Capacity must be 0 or greater" -msgstr "" +msgstr "容量必须大于或等于 0" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:300 msgid "capacity updates" -msgstr "" +msgstr "容量更新" #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:66 msgid "Capacity Used" -msgstr "" +msgstr "已用容量" #: src/components/modals/CreateProductCategoryModal/index.tsx:52 msgid "Categories allow you to group products together. For example, you might have a category for \"Tickets\" and another for \"Merchandise\"." @@ -2052,7 +2052,7 @@ msgstr "类别创建成功" #: src/components/common/ProductsTable/SortableCategory/index.tsx:48 msgid "Category deleted successfully" -msgstr "" +msgstr "分类已删除" #: src/components/common/LocationPicker/index.tsx:201 msgid "Change" @@ -2060,7 +2060,7 @@ msgstr "更改" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Change duration" -msgstr "" +msgstr "修改时长" #: src/components/routes/profile/ManageProfile/index.tsx:239 msgid "Change password" @@ -2068,11 +2068,11 @@ msgstr "更改密码" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Change the attendee limit" -msgstr "" +msgstr "修改参与者上限" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:365 msgid "Change time" -msgstr "" +msgstr "修改时间" #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Change waitlist settings" @@ -2080,11 +2080,11 @@ msgstr "更改等候名单设置" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:212 msgid "Changed duration for {count} date(s)" -msgstr "" +msgstr "已修改 {count} 个日期的时长" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:399 msgid "Charges" -msgstr "" +msgstr "收款记录" #: src/constants/eventCategories.ts:24 msgid "Charity" @@ -2093,7 +2093,7 @@ msgstr "慈善" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:82 msgid "Check in" -msgstr "" +msgstr "签到" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:28 msgid "Check in {0} {1}" @@ -2110,12 +2110,12 @@ msgstr "仅签到" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:81 msgid "Check out" -msgstr "" +msgstr "取消签到" #: src/components/layouts/EventHomepage/index.tsx:337 #: src/components/layouts/EventHomepage/index.tsx:338 msgid "Check out this event: {0}" -msgstr "" +msgstr "来看看这个活动:{0}" #: src/components/layouts/Checkout/index.tsx:338 msgid "Check out this event!" @@ -2133,12 +2133,12 @@ msgstr "请检查您的收件箱!如果此邮箱有关联的票,您将收到 #: src/components/layouts/CheckIn/index.tsx:549 msgid "Check-in" -msgstr "" +msgstr "签到" #: src/components/modals/ManageAttendeeModal/index.tsx:137 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:58 msgid "Check-In" -msgstr "" +msgstr "签到" #: src/components/forms/WebhookForm/index.tsx:121 msgid "Check-in Created" @@ -2150,15 +2150,15 @@ msgstr "签到已删除" #: src/components/layouts/CheckIn/index.tsx:215 msgid "Check-in for {0} was undone" -msgstr "" +msgstr "已撤销 {0} 的签到" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:223 msgid "Check-in history" -msgstr "" +msgstr "签到记录" #: src/components/common/CheckInListTable/index.tsx:59 msgid "Check-In List" -msgstr "" +msgstr "签到名单" #: src/components/modals/CheckInListSuccessModal/index.tsx:20 msgid "Check-In List Created" @@ -2175,7 +2175,7 @@ msgstr "签到列表已过期" #: src/components/layouts/CheckIn/index.tsx:583 msgid "Check-in list info" -msgstr "" +msgstr "签到名单信息" #: src/components/layouts/CheckIn/index.tsx:520 msgid "Check-in list is not active" @@ -2187,7 +2187,7 @@ msgstr "未找到签到列表" #: src/components/routes/event/CheckInLists/index.tsx:60 msgid "check-in lists" -msgstr "" +msgstr "签到名单" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:51 msgid "Check-in Lists" @@ -2201,11 +2201,11 @@ msgstr "签到列表" #: src/components/layouts/CheckIn/BottomNav.tsx:21 msgid "Check-in navigation" -msgstr "" +msgstr "签到导航" #: src/components/layouts/CheckIn/index.tsx:567 msgid "Check-in progress" -msgstr "" +msgstr "签到进度" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:45 msgid "Check-in Rate" @@ -2245,7 +2245,7 @@ msgstr "复选框" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:151 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:89 msgid "Checked in" -msgstr "" +msgstr "已签到" #: src/components/common/AttendeeTable/index.tsx:299 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -2277,11 +2277,11 @@ msgstr "选择背景颜色" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:123 msgid "Choose a configuration" -msgstr "" +msgstr "选择一个配置" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:335 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:336 msgid "Choose a different action" -msgstr "" +msgstr "选择其他操作" #: src/components/common/ThemeFontControl/index.tsx:66 msgid "Choose a typeface that matches your brand. Fonts are self-hosted via Bunny Fonts." @@ -2293,7 +2293,7 @@ msgstr "选择账户" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:202 msgid "Choose an organizer" -msgstr "" +msgstr "选择主办方" #: src/components/routes/events/Dashboard/index.tsx:232 msgid "Choose an Organizer" @@ -2301,7 +2301,7 @@ msgstr "选择一个组织者" #: src/components/routes/product-widget/SelectProducts/index.tsx:968 msgid "Choose another date" -msgstr "" +msgstr "选择其他日期" #: src/components/common/CalendarOptionsPopover/index.tsx:22 msgid "Choose calendar" @@ -2328,29 +2328,29 @@ msgid "City" msgstr "城市" #: src/components/common/OccurrenceSelect/index.tsx:133 -#: src/components/routes/event/OccurrencesTab/index.tsx:505 +#: src/components/routes/event/OccurrencesTab/index.tsx:519 msgid "Clear" -msgstr "" +msgstr "清除" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:475 msgid "Clear location — fall back to the event default" -msgstr "" +msgstr "清除地点 — 恢复为活动默认地点" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:100 msgid "Clear search" -msgstr "" +msgstr "清除搜索" #: src/components/common/SearchBar/index.tsx:62 msgid "Clear Search Text" msgstr "清除搜索文本" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:497 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:498 msgid "Clearing removes any per-date override. Affected dates will fall back to the event's default location." -msgstr "" +msgstr "清除会移除按日期设置的所有单独配置,受影响的日期将恢复为活动的默认地点。" #: src/components/routes/event/OccurrencesTab/index.tsx:333 msgid "Click to cancel" -msgstr "" +msgstr "点击以取消" #: src/components/common/PromoCodeTable/index.tsx:106 msgid "Click to copy" @@ -2358,7 +2358,7 @@ msgstr "点击复制" #: src/components/routes/event/OccurrencesTab/index.tsx:335 msgid "Click to reopen for new sales" -msgstr "" +msgstr "点击以重新开售" #: src/components/common/AttendeeTable/index.tsx:173 msgid "Click to view notes" @@ -2478,7 +2478,7 @@ msgstr "通信偏好" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:82 msgid "complete" -msgstr "" +msgstr "已完成" #: src/components/routes/product-widget/CollectInformation/index.tsx:749 msgid "Complete Order" @@ -2491,7 +2491,7 @@ msgstr "完成付款" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:293 msgid "Complete Stripe setup" -msgstr "" +msgstr "完成 Stripe 设置" #: src/components/routes/product-widget/CollectInformation/index.tsx:442 msgid "Complete your order to secure your tickets. This offer is time-limited, so don't wait too long." @@ -2539,11 +2539,11 @@ msgstr "会议中心" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:100 msgid "Configuration" -msgstr "" +msgstr "配置" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:52 msgid "Configuration assigned" -msgstr "" +msgstr "配置已分配" #: src/components/routes/admin/Configurations/index.tsx:196 msgid "Configuration created successfully" @@ -2580,7 +2580,7 @@ msgstr "配置税费" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:181 msgid "Configure which products are available for this occurrence and optionally adjust pricing." -msgstr "" +msgstr "设置本场次可售的产品,并可选择调整价格。" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" @@ -2643,7 +2643,7 @@ msgstr "恭喜!您的活动现已对公众可见。" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:71 msgid "Connect bank" -msgstr "" +msgstr "连接银行" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:370 #: src/components/modals/PublishEventModal/index.tsx:79 @@ -2665,7 +2665,7 @@ msgstr "连接 Stripe 以启用消息功能" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:464 msgid "Connect Stripe to receive ticket payments directly to your bank account." -msgstr "" +msgstr "连接 Stripe,门票款项将直接进入你的银行账户。" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:263 msgid "Connect with Stripe" @@ -2673,13 +2673,13 @@ msgstr "与 Stripe 连接" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:127 msgid "Connect your bank to receive ticket sales straight to your account" -msgstr "" +msgstr "连接银行,售票收入直接进入你的账户" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:298 msgid "Connected the wrong Stripe account? Disconnect and start over." msgstr "连接了错误的 Stripe 账户?断开连接并重新开始。" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:489 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:492 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:164 msgid "Connection Details" @@ -2687,7 +2687,7 @@ msgstr "连接详情" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:117 msgid "Connection details are required for online dates" -msgstr "" +msgstr "线上日期必须填写连接信息" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:41 msgid "Connection details are required for online events" @@ -2760,11 +2760,11 @@ msgstr "控制此活动的平台费用如何处理" #: src/components/forms/CheckInListForm/index.tsx:83 msgid "Control who gets in for this date" -msgstr "" +msgstr "控制该日期由谁入场" #: src/components/forms/CheckInListForm/index.tsx:84 msgid "Control who gets in, and when" -msgstr "" +msgstr "控制谁能入场、何时入场" #: src/components/common/AttendeeTicket/index.tsx:188 #: src/components/common/CopyButton/index.tsx:13 @@ -2805,7 +2805,7 @@ msgstr "复制" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:364 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:373 msgid "Copy account ID" -msgstr "" +msgstr "复制账户 ID" #: src/components/common/AffiliateTable/index.tsx:183 msgid "Copy Affiliate Link" @@ -2865,7 +2865,7 @@ msgstr "无法删除地点" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:244 msgid "Could not prepare the bulk update." -msgstr "" +msgstr "无法准备批量更新。" #: src/components/common/AddressAutocomplete/index.tsx:61 #: src/components/common/LocationPicker/index.tsx:153 @@ -2874,11 +2874,11 @@ msgstr "无法获取地址详情" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:275 msgid "Could not save date" -msgstr "" +msgstr "日期保存失败" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:78 msgid "Couldn't send verification email. Please try again." -msgstr "" +msgstr "验证邮件发送失败,请重试。" #: src/components/common/CheckoutQuestion/index.tsx:174 #: src/components/common/LocationPicker/index.tsx:268 @@ -2903,7 +2903,7 @@ msgstr "封面图像" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:148 msgid "Cover image added" -msgstr "" +msgstr "封面图已添加" #: src/components/routes/event/HomepageDesigner/index.tsx:202 msgid "Cover image will be displayed at the top of your event page" @@ -2915,7 +2915,7 @@ msgstr "封面图像将显示在您的组织者页面顶部" #: src/components/common/CheckInListTable/index.tsx:82 msgid "Covers every ticket" -msgstr "" +msgstr "覆盖所有门票" #: src/components/routes/event/attendees.tsx:253 #: src/components/routes/event/products.tsx:77 @@ -2936,11 +2936,11 @@ msgstr "创建自定义小部件以在您的网站上销售门票。" #: src/components/modals/SelectCheckInListModal/index.tsx:82 msgid "Create a list for this date" -msgstr "" +msgstr "为该日期创建名单" #: src/components/layouts/CheckIn/index.tsx:508 msgid "Create a new check-in list for an active session, or contact the organizer if you think this is a mistake." -msgstr "" +msgstr "请为进行中的场次创建新的签到名单;若你认为这是误操作,请联系主办方。" #: src/components/routes/auth/AcceptInvitation/index.tsx:128 msgid "Create a password" @@ -3031,7 +3031,7 @@ msgstr "创建自定义模板" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:546 msgid "Create Date" -msgstr "" +msgstr "创建日期" #: src/components/routes/event/promo-codes.tsx:33 msgid "Create discounts, access codes for hidden tickets, and special offers." @@ -3039,7 +3039,7 @@ msgstr "创建折扣、隐藏门票的访问码和特别优惠。" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:404 msgid "Create event" -msgstr "" +msgstr "创建活动" #: src/components/common/NoEventsBlankSlate/index.tsx:27 #: src/components/layouts/OrganizerLayout/index.tsx:179 @@ -3049,7 +3049,7 @@ msgstr "创建活动" #: src/components/forms/ProductForm/index.tsx:559 msgid "Create more tickets or products to offer them as add-ons" -msgstr "" +msgstr "创建更多门票或产品,即可将它们作为附加产品提供" #: src/components/routes/events/Dashboard/index.tsx:172 msgid "Create new" @@ -3128,7 +3128,7 @@ msgstr "创建您自己的活动" msgid "Created" msgstr "已创建" -#: src/components/routes/event/OccurrencesTab/index.tsx:549 +#: src/components/routes/event/OccurrencesTab/index.tsx:564 msgid "Creating {0} dates. This may take a moment." msgstr "正在创建 {0} 个日期。这可能需要一些时间。" @@ -3170,7 +3170,7 @@ msgstr "当前密码" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:107 msgid "Currently assigned" -msgstr "" +msgstr "当前已分配" #: src/components/common/ProductsTable/SortableProduct/index.tsx:110 msgid "Currently available for purchase" @@ -3178,7 +3178,7 @@ msgstr "当前可购买" #: src/components/layouts/AuthLayout/index.tsx:15 msgid "Custom branding" -msgstr "" +msgstr "自定义品牌" #: src/components/modals/SendMessageModal/index.tsx:496 msgid "Custom date and time" @@ -3190,7 +3190,7 @@ msgstr "自定义地图 URL" #: src/components/layouts/AuthLayout/index.tsx:24 msgid "Custom questions" -msgstr "" +msgstr "自定义问题" #: src/components/common/QuestionsTable/index.tsx:433 msgid "Custom Questions" @@ -3224,7 +3224,7 @@ msgstr "客户" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:150 msgid "Customize page" -msgstr "" +msgstr "自定义页面" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:56 msgid "Customize the email and notification settings for this event" @@ -3278,7 +3278,7 @@ msgstr "自定义主办方页面外观" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:50 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Daily" -msgstr "" +msgstr "每天" #: src/components/routes/organizer/Reports/index.tsx:18 msgid "Daily revenue, taxes, fees, and refunds across all events" @@ -3294,7 +3294,7 @@ msgstr "每日销售、税费和费用明细" #: src/constants/eventCategories.ts:13 msgid "Dance" -msgstr "" +msgstr "舞蹈" #: src/components/common/CapacityAssignmentList/index.tsx:153 #: src/components/common/CheckInListList/index.tsx:174 @@ -3349,43 +3349,43 @@ msgstr "日期和时间" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:99 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:212 msgid "Date Cancellation" -msgstr "" +msgstr "日期取消" #: src/components/routes/event/OccurrenceDetail/index.tsx:76 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:54 msgid "Date cancelled" -msgstr "" +msgstr "日期已取消" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:344 msgid "Date cancelled successfully" -msgstr "" +msgstr "日期已成功取消" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:255 msgid "Date created successfully" -msgstr "" +msgstr "日期已成功创建" #: src/components/modals/ManageOccurrenceModal/index.tsx:61 #: src/components/routes/event/OccurrenceDetail/index.tsx:87 #: src/components/routes/event/OccurrencesTab/index.tsx:186 msgid "Date deleted" -msgstr "" +msgstr "日期已删除" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:368 msgid "Date deleted successfully" -msgstr "" +msgstr "日期已成功删除" #: src/components/modals/ManageOccurrenceModal/index.tsx:75 #: src/components/routes/event/OccurrenceDetail/index.tsx:101 msgid "Date reactivated" -msgstr "" +msgstr "日期已重新启用" #: src/components/routes/event/OccurrencesTab/index.tsx:200 msgid "Date reopened for new sales" -msgstr "" +msgstr "该日期已重新开售" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:254 msgid "Date updated successfully" -msgstr "" +msgstr "日期已成功更新" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:808 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1093 @@ -3394,23 +3394,23 @@ msgstr "个日期" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:105 msgid "Dates are managed per occurrence" -msgstr "" +msgstr "日期按场次分别管理" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:674 msgid "Dates with sessions" -msgstr "" +msgstr "有场次的日子" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:87 msgid "day" -msgstr "" +msgstr "天" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:973 msgid "Day" -msgstr "" +msgstr "日" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:937 msgid "Day of Month" -msgstr "" +msgstr "每月某日" #: src/components/forms/CapaciyAssigmentForm/index.tsx:38 msgid "Day one capacity" @@ -3418,7 +3418,7 @@ msgstr "第一天容量" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:95 msgid "days" -msgstr "" +msgstr "天" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:920 msgid "Days of the month" @@ -3426,7 +3426,7 @@ msgstr "每月日期" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:76 msgid "December" -msgstr "" +msgstr "12 月" #: src/components/common/CookieConsentBanner/index.tsx:62 msgid "Decline" @@ -3452,7 +3452,7 @@ msgstr "默认参与者信息收集" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1106 msgid "Default capacity per date" -msgstr "" +msgstr "每个日期的默认容量" #: src/components/routes/organizer/Settings/Sections/PlatformFeesSettings/index.tsx:44 msgid "Default Fee Handling" @@ -3464,7 +3464,7 @@ msgstr "将使用默认模板" #: src/components/forms/ProductForm/ledgerSummaries.ts:66 msgid "Defaults" -msgstr "" +msgstr "默认值" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:29 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:31 @@ -3478,7 +3478,7 @@ msgstr "删除" #: src/components/common/TaxAndFeeList/index.tsx:81 #: src/components/routes/admin/Announcements/index.tsx:226 #: src/components/routes/admin/FailedJobs/index.tsx:209 -#: src/components/routes/event/OccurrencesTab/index.tsx:502 +#: src/components/routes/event/OccurrencesTab/index.tsx:512 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:62 msgid "Delete" msgstr "删除" @@ -3489,7 +3489,7 @@ msgstr "删除\"{0}\"?" #: src/components/routes/event/OccurrencesTab/index.tsx:249 msgid "Delete {count} selected date(s)? Dates with orders will be skipped. This cannot be undone." -msgstr "" +msgstr "删除选中的 {count} 个日期?有订单的日期会被跳过。此操作无法撤销。" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:148 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:155 @@ -3525,7 +3525,7 @@ msgstr "删除代码" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:357 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:582 msgid "Delete Date" -msgstr "" +msgstr "删除日期" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:84 #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:119 @@ -3551,7 +3551,7 @@ msgstr "删除主办方" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Delete Permanently" -msgstr "" +msgstr "永久删除" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:131 msgid "Delete Template" @@ -3559,11 +3559,11 @@ msgstr "删除模板" #: src/components/common/ProductsTable/SortableCategory/index.tsx:45 msgid "Delete this category? Any products in it will also be deleted. This cannot be undone." -msgstr "" +msgstr "删除这个分类?其中的所有产品也会被删除。此操作无法撤销。" #: src/components/common/ProductsTable/SortableProduct/index.tsx:71 msgid "Delete this product? This cannot be undone." -msgstr "" +msgstr "删除这个产品?此操作无法撤销。" #: src/components/common/QuestionsTable/index.tsx:197 msgid "Delete this question? This cannot be undone." @@ -3576,7 +3576,7 @@ msgstr "删除 Webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:255 msgid "Deleted {0} date(s)" -msgstr "" +msgstr "已删除 {0} 个日期" #: src/components/routes/admin/DeletionRequests/index.tsx:143 msgid "Deleted account" @@ -3611,7 +3611,7 @@ msgstr "说明" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:138 msgid "Description and venue added" -msgstr "" +msgstr "简介和场地已添加" #: src/components/forms/CheckInListForm/index.tsx:143 msgid "Description for check-in staff" @@ -3640,12 +3640,12 @@ msgstr "没有收到验证码?" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:472 msgid "Different location" -msgstr "" +msgstr "不同地点" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:403 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:411 msgid "Disabled" -msgstr "" +msgstr "已停用" #: src/components/forms/CapaciyAssigmentForm/index.tsx:27 msgid "Disabling this capacity will track sales but not stop them when the limit is reached" @@ -3654,12 +3654,12 @@ msgstr "禁用此容量将跟踪销售情况,但不会在达到限制时停止 #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Discard" -msgstr "" +msgstr "放弃" #: src/components/forms/ProductForm/ProductDrawer.tsx:54 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:725 msgid "Discard changes?" -msgstr "" +msgstr "放弃更改?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Disconnect" @@ -3691,7 +3691,7 @@ msgstr "折扣类型" #: src/components/common/Callout/index.tsx:54 msgid "Dismiss" -msgstr "" +msgstr "关闭" #: src/components/common/AnnouncementDisplay/AnnouncementBanner.tsx:37 msgid "Dismiss announcement" @@ -3699,7 +3699,7 @@ msgstr "关闭公告" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:186 msgid "Dismiss setup checklist" -msgstr "" +msgstr "隐藏设置清单" #: src/components/routes/product-widget/SelectProducts/index.tsx:1077 msgid "Dismiss this message" @@ -3747,7 +3747,7 @@ msgstr "完成" #: src/components/common/CheckIn/CheckInDescriptionModal.tsx:20 msgid "Door staff instructions" -msgstr "" +msgstr "入场工作人员须知" #: src/components/common/CalendarOptionsPopover/index.tsx:39 msgid "Download .ics" @@ -3810,7 +3810,7 @@ msgstr "复制" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Duplicate Date" -msgstr "" +msgstr "复制日期" #: src/components/common/EventCard/index.tsx:151 msgid "Duplicate event" @@ -3832,7 +3832,7 @@ msgstr "复制产品" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:121 msgid "Duration must be at least 1 minute." -msgstr "" +msgstr "时长至少为 1 分钟。" #: src/components/common/LanguageSwitcher/index.tsx:26 msgid "Dutch" @@ -3846,10 +3846,10 @@ msgstr "例如 180(3小时)" msgid "e.g. Learn more" msgstr "例如:了解更多" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:453 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:450 msgid "e.g. Morning Session" -msgstr "" +msgstr "例如:上午场" #: src/components/routes/admin/Announcements/index.tsx:382 msgid "e.g. New feature: Waitlists" @@ -3879,9 +3879,9 @@ msgstr "每个人将收到一封包含预留名额的电子邮件,以完成购 msgid "Each product" msgstr "每个商品" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:381 msgid "Earlier" -msgstr "" +msgstr "提前" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:64 msgid "Early bird" @@ -3960,7 +3960,7 @@ msgstr "编辑配置" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Edit Date" -msgstr "" +msgstr "编辑日期" #: src/components/common/LocationsTable/index.tsx:65 msgid "Edit location" @@ -4025,7 +4025,7 @@ msgstr "编辑 Webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:308 msgid "Edited" -msgstr "" +msgstr "已编辑" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:140 msgid "Editor" @@ -4079,7 +4079,7 @@ msgstr "电子邮件和通知设置" #: src/components/layouts/AuthLayout/index.tsx:20 msgid "Email & scheduled messages" -msgstr "" +msgstr "邮件与定时消息" #: src/components/routes/event/Settings/index.tsx:78 msgid "Email & Templates" @@ -4159,7 +4159,7 @@ msgstr "需要验证邮箱" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:160 msgid "Email verified" -msgstr "" +msgstr "邮箱已验证" #: src/components/routes/welcome/index.tsx:99 msgid "Email verified successfully!" @@ -4180,7 +4180,7 @@ msgstr "嵌入小部件" #: src/components/layouts/AuthLayout/index.tsx:21 msgid "Embeddable widget" -msgstr "" +msgstr "可嵌入组件" #: src/components/routes/admin/Announcements/index.tsx:409 msgid "Emoji" @@ -4255,11 +4255,11 @@ msgstr "完工" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:55 msgid "Ended {0}" -msgstr "" +msgstr "已于 {0} 结束" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:46 msgid "Ends {0}" -msgstr "" +msgstr "{0} 结束" #: src/components/common/LanguageSwitcher/index.tsx:18 #: src/components/common/LanguageSwitcher/index.tsx:69 @@ -4269,11 +4269,11 @@ msgstr "英语" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:131 msgid "Enter a capacity value or choose unlimited." -msgstr "" +msgstr "请输入容量值或选择不限。" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:141 msgid "Enter a label or choose to remove it." -msgstr "" +msgstr "请输入标签,或选择将其移除。" #: src/components/common/EmailTemplateEditor/EmailTemplatePreviewPane.tsx:58 msgid "Enter a subject and body to see the preview" @@ -4281,7 +4281,7 @@ msgstr "输入主题和正文以查看预览" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:112 msgid "Enter a time to shift by." -msgstr "" +msgstr "请输入要平移的时长。" #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:29 msgid "Enter a venue name or address" @@ -4311,9 +4311,9 @@ msgstr "输入推广员姓名" msgid "Enter an amount excluding taxes and fees." msgstr "输入不含税费的金额。" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:434 msgid "Enter capacity" -msgstr "" +msgstr "输入容量" #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:69 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:69 @@ -4366,7 +4366,7 @@ msgstr "整个订单" #: src/components/routes/event/SoldOutWaitlist/index.tsx:126 msgid "entries" -msgstr "" +msgstr "条" #: src/components/common/WaitlistTable/index.tsx:264 msgid "Entries will appear here when customers join the waitlist for sold out products." @@ -4394,7 +4394,7 @@ msgstr "加载日志时出错" #: src/components/forms/ProductForm/ProductDrawer.tsx:98 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:870 msgid "Esc to close" -msgstr "" +msgstr "按 Esc 关闭" #: src/components/routes/account/ManageAccount/sections/AccountSettings/index.tsx:74 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:137 @@ -4433,7 +4433,7 @@ msgstr "活动封面图片" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:196 msgid "Event created" -msgstr "" +msgstr "活动已创建" #: src/components/forms/WebhookForm/index.tsx:43 msgid "Event Created" @@ -4483,7 +4483,7 @@ msgstr "活动主页" #: src/components/common/PeriodSelector/index.tsx:124 msgid "Event lifetime" -msgstr "" +msgstr "活动全周期" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:151 msgid "Event location & venue details" @@ -4546,7 +4546,7 @@ msgstr "活动太新" #: src/components/routes/event/EventDashboard/index.tsx:264 msgid "Event totals" -msgstr "" +msgstr "活动总计" #: src/components/common/OrganizerWebhookTable/index.tsx:237 #: src/components/common/WebhookTable/index.tsx:237 @@ -4585,32 +4585,32 @@ msgstr "每" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0}" -msgstr "" +msgstr "每 {0}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:748 msgid "Every {0} {cadenceUnit}" -msgstr "" +msgstr "每 {0} {cadenceUnit}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Every {0} days" -msgstr "" +msgstr "每 {0} 天" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Every {0} months" -msgstr "" +msgstr "每 {0} 个月" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Every {0} weeks" -msgstr "" +msgstr "每 {0} 周" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0} weeks on {1}" -msgstr "" +msgstr "每 {0} 周的{1}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Every {0} years" -msgstr "" +msgstr "每 {0} 年" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:747 msgid "Every {cadenceUnit}" @@ -4622,7 +4622,7 @@ msgstr "每个邮件模板都必须包含一个链接到相应页面的行动号 #: src/components/forms/ProductForm/index.tsx:392 msgid "Everything else — tap to edit" -msgstr "" +msgstr "其他所有内容 — 点按可编辑" #: src/components/common/QuestionsTable/index.tsx:496 msgid "Examples: \"How did you hear about us?\", \"Company name for invoice\"" @@ -4743,11 +4743,11 @@ msgstr "取消与会者失败" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:57 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:348 msgid "Failed to cancel date" -msgstr "" +msgstr "取消日期失败" #: src/components/routes/event/OccurrencesTab/index.tsx:241 msgid "Failed to cancel dates" -msgstr "" +msgstr "取消日期失败" #: src/components/routes/event/messages.tsx:41 msgid "Failed to cancel message" @@ -4767,7 +4767,7 @@ msgstr "配置创建失败" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:712 msgid "Failed to create schedule" -msgstr "" +msgstr "创建排期失败" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:702 #: src/hooks/useOccurrenceGenerationPolling.ts:42 @@ -4791,15 +4791,15 @@ msgstr "配置删除失败" #: src/components/routes/event/OccurrenceDetail/index.tsx:90 #: src/components/routes/event/OccurrencesTab/index.tsx:187 msgid "Failed to delete date" -msgstr "" +msgstr "删除日期失败" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:372 msgid "Failed to delete date. It may have existing orders." -msgstr "" +msgstr "删除日期失败,该日期可能已有订单。" #: src/components/routes/event/OccurrencesTab/index.tsx:258 msgid "Failed to delete dates" -msgstr "" +msgstr "删除日期失败" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:40 msgid "Failed to delete event" @@ -4819,7 +4819,7 @@ msgstr "删除主办方失败" #: src/components/common/ProductsTable/SortableProduct/index.tsx:80 msgid "Failed to delete product. Please try again." -msgstr "" +msgstr "删除产品失败,请重试。" #: src/components/common/QuestionsTable/index.tsx:203 msgid "Failed to delete question" @@ -4875,7 +4875,7 @@ msgstr "提供票券失败" #: src/components/modals/ManageOccurrenceModal/index.tsx:76 #: src/components/routes/event/OccurrenceDetail/index.tsx:102 msgid "Failed to reactivate date" -msgstr "" +msgstr "重新启用日期失败" #: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to remove from waitlist" @@ -4883,11 +4883,11 @@ msgstr "从等候名单中移除失败" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:104 msgid "Failed to remove override" -msgstr "" +msgstr "移除单独设置失败" #: src/components/routes/event/OccurrencesTab/index.tsx:201 msgid "Failed to reopen date" -msgstr "" +msgstr "重新开售失败" #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" @@ -4919,15 +4919,15 @@ msgstr "重试任务失败" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:69 msgid "Failed to save override" -msgstr "" +msgstr "保存单独设置失败" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:156 msgid "Failed to save price override" -msgstr "" +msgstr "保存单独价格失败" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:163 msgid "Failed to save product settings" -msgstr "" +msgstr "保存产品设置失败" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:158 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:161 @@ -5012,15 +5012,15 @@ msgstr "验证邮箱失败" #: src/constants/eventCategories.ts:17 msgid "Family" -msgstr "" +msgstr "亲子" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:247 msgid "Fast payouts to your bank" -msgstr "" +msgstr "快速打款到你的银行账户" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:66 msgid "February" -msgstr "" +msgstr "2 月" #: src/components/forms/TaxAndFeeForm/index.tsx:18 #: src/components/forms/TaxAndFeeForm/index.tsx:39 @@ -5042,7 +5042,7 @@ msgstr "费用处理" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:68 msgid "Fee override saved" -msgstr "" +msgstr "单独费率已保存" #: src/components/common/InlineOrderSummary/index.tsx:156 #: src/components/common/OrdersTable/index.tsx:270 @@ -5073,11 +5073,11 @@ msgstr "请先在上方填写您的详细信息" #: src/constants/eventCategories.ts:12 msgid "Film" -msgstr "" +msgstr "电影" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:125 msgid "Filter attendees" -msgstr "" +msgstr "筛选参与者" #: src/components/routes/event/attendees.tsx:245 msgid "Filter Attendees" @@ -5086,7 +5086,7 @@ msgstr "筛选参与者" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:62 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:82 msgid "Filter by date" -msgstr "" +msgstr "按日期筛选" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:118 msgid "Filter by Event" @@ -5107,27 +5107,27 @@ msgstr "筛选器 ({activeFilterCount})" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:281 msgid "Finish setting up Stripe" -msgstr "" +msgstr "完成 Stripe 设置" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:70 msgid "Finish setup" -msgstr "" +msgstr "完成设置" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:57 msgid "First" -msgstr "" +msgstr "第一个" #: src/components/common/PeriodSelector/index.tsx:42 msgid "First 30 days" -msgstr "" +msgstr "前 30 天" #: src/components/common/PeriodSelector/index.tsx:40 msgid "First 7 days" -msgstr "" +msgstr "前 7 天" #: src/components/common/PeriodSelector/index.tsx:44 msgid "First 90 days" -msgstr "" +msgstr "前 90 天" #: src/components/routes/product-widget/CollectInformation/index.tsx:533 msgid "First attendee" @@ -5187,7 +5187,7 @@ msgstr "固定金额" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:145 msgid "Fixed fee" -msgstr "" +msgstr "固定费用" #: src/components/routes/admin/Configurations/index.tsx:94 #: src/components/routes/admin/Configurations/index.tsx:236 @@ -5204,11 +5204,11 @@ msgstr "固定费用必须为0或更大" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash off" -msgstr "" +msgstr "闪光灯关闭" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash on" -msgstr "" +msgstr "闪光灯开启" #: src/components/common/ThemeFontControl/index.tsx:65 msgid "Font Family" @@ -5236,7 +5236,7 @@ msgstr "忘记密码?" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:60 msgid "Fourth" -msgstr "" +msgstr "第四个" #: src/components/common/AttendeeTicket/index.tsx:134 #: src/components/common/Currency/index.tsx:88 @@ -5258,7 +5258,7 @@ msgstr "法语" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 msgid "Fri" -msgstr "" +msgstr "周五" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -5275,7 +5275,7 @@ msgstr "{0} 起" #: src/components/forms/ProductForm/ledgerSummaries.ts:46 msgid "From {start}" -msgstr "" +msgstr "自 {start} 起" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:789 msgid "from {start} until {end}" @@ -5287,11 +5287,11 @@ msgstr "从{start}起,共{count}个日期" #: src/components/layouts/AuthLayout/index.tsx:26 msgid "Full data ownership" -msgstr "" +msgstr "数据完全归你所有" #: src/components/common/PeriodSelector/index.tsx:46 msgid "Full event" -msgstr "" +msgstr "整个活动" #: src/components/modals/RefundOrderModal/index.tsx:110 msgid "Full refund" @@ -5299,15 +5299,15 @@ msgstr "全额退款" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "future" -msgstr "" +msgstr "未来" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:352 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:353 msgid "Future dates only" -msgstr "" +msgstr "仅未来日期" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Future dates will be copied with capacity reset to zero" -msgstr "" +msgstr "未来日期将被复制,容量重置为零" #: src/components/routes/event/TicketDesigner/TicketDesignerPrint.tsx:38 #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:40 @@ -5340,11 +5340,11 @@ msgstr "获取路线" #: src/components/layouts/OrganizerLayout/index.tsx:82 msgid "Get Paid" -msgstr "" +msgstr "收款" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:234 msgid "Get paid with Stripe" -msgstr "" +msgstr "通过 Stripe 收款" #: src/components/routes/auth/Register/index.tsx:73 msgid "Get started" @@ -5377,7 +5377,7 @@ msgstr "返回" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Go Back" -msgstr "" +msgstr "返回" #: src/components/routes/profile/ConfirmEmailChange/index.tsx:23 #: src/components/routes/profile/ConfirmEmailChange/index.tsx:42 @@ -5394,7 +5394,7 @@ msgstr "返回主页" #: src/components/modals/CreateAttendeeModal/index.tsx:196 msgid "Go to Schedule" -msgstr "" +msgstr "前往排期" #: src/components/common/ThemeColorControls/index.tsx:113 msgid "Good readability" @@ -5438,7 +5438,7 @@ msgstr "总销售额" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:334 msgid "Guest" -msgstr "" +msgstr "嘉宾" #: src/components/layouts/Event/index.tsx:130 msgid "Guest Management" @@ -5451,7 +5451,7 @@ msgstr "宾客" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:45 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:159 msgid "Happening now" -msgstr "" +msgstr "正在进行" #: src/components/routes/admin/DeletionRequests/index.tsx:161 msgid "Hard delete" @@ -5497,7 +5497,7 @@ msgstr "你好 {0} 👋" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:51 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:74 msgid "Hi," -msgstr "" +msgstr "你好," #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:75 msgid "Hi.Events Fee" @@ -5514,7 +5514,7 @@ msgstr "隐藏" #: src/components/forms/ProductForm/visibilityStatus.ts:50 msgid "Hidden — sales ended {end}." -msgstr "" +msgstr "已隐藏 — 销售已于 {end} 结束。" #: src/components/common/QuestionsTable/index.tsx:112 msgid "Hidden from attendees - only visible to organizers" @@ -5522,11 +5522,11 @@ msgstr "对参与者隐藏 - 仅组织者可见" #: src/components/forms/ProductForm/ledgerSummaries.ts:151 msgid "Hidden from everyone" -msgstr "" +msgstr "对所有人隐藏" #: src/components/forms/ProductForm/visibilityStatus.ts:18 msgid "Hidden from everyone — the master hide switch is on." -msgstr "" +msgstr "对所有人隐藏 — 总隐藏开关已打开。" #: src/components/common/ProductsTable/SortableProduct/index.tsx:109 #: src/components/common/ProductsTable/SortableProduct/index.tsx:318 @@ -5552,7 +5552,7 @@ msgstr "隐藏答案" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "Hide details" -msgstr "" +msgstr "隐藏详情" #: src/components/routes/admin/Announcements/index.tsx:495 msgid "Hide Preview" @@ -5600,7 +5600,7 @@ msgstr "向用户隐藏此层级" #: src/components/forms/ProductForm/ledgerSummaries.ts:61 msgid "Hides sold out" -msgstr "" +msgstr "隐藏售罄项" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:91 msgid "Hiding a product will prevent users from seeing it on the event page." @@ -5629,7 +5629,7 @@ msgstr "突出显示的产品将具有不同的背景色,使其在活动页面 #: src/constants/eventCategories.ts:18 msgid "Hobbies" -msgstr "" +msgstr "兴趣爱好" #: src/components/routes/event/HomepageDesigner/index.tsx:168 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:173 @@ -5651,10 +5651,10 @@ msgstr "主页预览" msgid "Homer" msgstr "荷马" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:386 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:410 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:387 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:411 msgid "Hours" -msgstr "" +msgstr "小时" #: src/components/forms/PromoCodeForm/index.tsx:116 msgid "How is the discount applied?" @@ -5674,7 +5674,7 @@ msgstr "这个代码可以使用多少次?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:449 msgid "How VAT is applied to the platform fees we charge you." -msgstr "" +msgstr "我们向你收取的平台费如何计征增值税。" #: src/components/common/Editor/index.tsx:90 msgid "HTML character limit exceeded: {htmlLength}/{maxLength}" @@ -5795,11 +5795,11 @@ msgstr "{diffMinutes}分钟后" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:111 msgid "in last {0} min" -msgstr "" +msgstr "最近 {0} 分钟内" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:472 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 msgid "In person — set a venue" -msgstr "" +msgstr "线下 — 设置场地" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:132 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:168 @@ -5881,7 +5881,7 @@ msgstr "Instagram" #: src/components/layouts/AuthLayout/index.tsx:14 msgid "Instant Stripe payouts" -msgstr "" +msgstr "Stripe 即时打款" #: src/components/layouts/Event/index.tsx:143 #: src/components/layouts/OrganizerLayout/index.tsx:114 @@ -5890,7 +5890,7 @@ msgstr "集成" #: src/components/forms/CheckInListForm/index.tsx:190 msgid "Internal notes on the attendee's ticket" -msgstr "" +msgstr "参与者门票上的内部备注" #: src/components/common/ContactOrganizerModal/index.tsx:35 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:33 @@ -5972,11 +5972,11 @@ msgstr "发票设置" #: src/components/routes/welcome/index.tsx:404 msgid "It happens on more than one date" -msgstr "" +msgstr "它在多个日期举行" #: src/components/layouts/ProductWidget/index.tsx:57 msgid "It may have been unpublished or removed. Please check the link and try again." -msgstr "" +msgstr "它可能已取消发布或被删除。请检查链接后重试。" #: src/components/common/LanguageSwitcher/index.tsx:24 msgid "Italian" @@ -5997,7 +5997,7 @@ msgstr "项目" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:65 msgid "January" -msgstr "" +msgstr "1 月" #: src/components/routes/admin/FailedJobs/index.tsx:163 msgid "Job" @@ -6047,11 +6047,11 @@ msgstr "已加入" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:71 msgid "July" -msgstr "" +msgstr "7 月" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:70 msgid "June" -msgstr "" +msgstr "6 月" #: src/components/routes/auth/Login/index.tsx:121 msgid "Just looking for your tickets?" @@ -6059,11 +6059,11 @@ msgstr "只是在找您的票?" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:24 msgid "just now" -msgstr "" +msgstr "刚刚" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:161 msgid "Just wrapped" -msgstr "" +msgstr "刚刚结束" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Keep connection" @@ -6072,7 +6072,7 @@ msgstr "保留连接" #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Keep editing" -msgstr "" +msgstr "继续编辑" #: src/components/routes/admin/Announcements/index.tsx:390 msgid "Keep it short — banners show a single line. {0}/200" @@ -6084,7 +6084,7 @@ msgstr "及时向我更新来自{0}的新闻和活动" #: src/components/layouts/AuthLayout/index.tsx:42 msgid "Keep the profit." -msgstr "" +msgstr "利润归你。" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:63 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:449 @@ -6099,7 +6099,7 @@ msgstr "标签 — 例如:上午场" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:301 msgid "label updates" -msgstr "" +msgstr "标签更新" #: src/components/modals/CreateAttendeeModal/index.tsx:235 #: src/components/modals/ManageAttendeeModal/index.tsx:156 @@ -6109,7 +6109,7 @@ msgstr "语言" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:61 msgid "Last" -msgstr "" +msgstr "最后一个" #: src/components/common/OrganizerReportTable/index.tsx:60 #: src/components/common/ReportTable/index.tsx:55 @@ -6203,13 +6203,13 @@ msgstr "最近触发" msgid "Last Used" msgstr "最近一次使用" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:379 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 msgid "Later" -msgstr "" +msgstr "推迟" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:152 msgid "Latest check-ins" -msgstr "" +msgstr "最新签到" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1098 msgid "Leave “from” as today to start right away." @@ -6221,27 +6221,27 @@ msgstr "留空以使用默认词“发票”" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:507 msgid "Leave empty for unlimited" -msgstr "" +msgstr "留空表示不限" #: src/components/forms/CheckInListForm/index.tsx:131 msgid "Leave empty to apply this check-in list to all occurrences" -msgstr "" +msgstr "留空可让该签到名单适用于所有场次" #: src/components/forms/CheckInListForm/index.tsx:106 msgid "Leave on to cover every ticket on the event. Turn off to pick specific tickets." -msgstr "" +msgstr "保持开启即可覆盖活动的所有门票;关闭后可选择特定门票。" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:300 msgid "Let them know about the change" -msgstr "" +msgstr "告知他们此项变更" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:266 msgid "Let them know about the changes" -msgstr "" +msgstr "告知他们这些变更" #: src/components/layouts/OrganizerLayout/index.tsx:111 msgid "Library" -msgstr "" +msgstr "图库" #: src/components/common/ThemeColorControls/index.tsx:84 msgid "Light" @@ -6261,7 +6261,7 @@ msgstr "允许链接" #: src/components/routes/event/OccurrencesTab/index.tsx:472 msgid "List" -msgstr "" +msgstr "列表" #: src/components/common/EventCard/index.tsx:91 #: src/components/layouts/Event/index.tsx:218 @@ -6281,11 +6281,11 @@ msgstr "直播活动" #: src/components/forms/ProductForm/ProductPreview.tsx:72 msgid "Live preview" -msgstr "" +msgstr "实时预览" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:344 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 msgid "Loaded dates" -msgstr "" +msgstr "已加载的日期" #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:33 msgid "Loading preview..." @@ -6340,7 +6340,7 @@ msgstr "地点已更新" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:302 msgid "location updates" -msgstr "" +msgstr "地点更新" #: src/components/routes/organizer/Locations/index.tsx:52 msgid "locations" @@ -6404,7 +6404,7 @@ msgstr "在结账时强制要求填写账单地址" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:114 msgid "Make it visible so people can buy tickets" -msgstr "" +msgstr "将它设为可见,大家才能购票" #: src/components/forms/QuestionForm/index.tsx:212 msgid "Make this question mandatory" @@ -6426,7 +6426,7 @@ msgstr "管理" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:97 msgid "Manage {0}" -msgstr "" +msgstr "管理{0}" #: src/hooks/useAttendeeActions.tsx:75 msgid "Manage attendee" @@ -6434,7 +6434,7 @@ msgstr "管理与会者" #: src/components/routes/event/OccurrencesTab/index.tsx:462 msgid "Manage dates and times for your recurring event" -msgstr "" +msgstr "管理重复活动的日期和时间" #: src/components/common/EventCard/index.tsx:146 msgid "Manage event" @@ -6442,7 +6442,7 @@ msgstr "管理活动" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:393 msgid "Manage on Stripe" -msgstr "" +msgstr "在 Stripe 中管理" #: src/hooks/useOrderActions.tsx:99 msgid "Manage order" @@ -6459,11 +6459,11 @@ msgstr "管理简介" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:114 msgid "Manage schedule" -msgstr "" +msgstr "管理排期" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:78 msgid "Manage Schedule" -msgstr "" +msgstr "管理排期" #: src/components/routes/account/ManageAccount/sections/TaxSettings/index.tsx:17 msgid "Manage taxes and fees which can be applied to your products" @@ -6505,7 +6505,7 @@ msgstr "手动添加与会者" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:67 msgid "March" -msgstr "" +msgstr "3 月" #: src/hooks/useOrderActions.tsx:128 msgid "Mark as paid" @@ -6513,7 +6513,7 @@ msgstr "标记为已支付" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:180 msgid "Mark as validated (admin override)" -msgstr "" +msgstr "标记为已核验(管理员特批)" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:177 msgid "Max Messages / 24h" @@ -6533,7 +6533,7 @@ msgstr "每份订单的最高限额" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:69 msgid "May" -msgstr "" +msgstr "5 月" #: src/components/routes/admin/Attribution/index.tsx:108 msgid "Medium" @@ -6620,7 +6620,7 @@ msgstr "消息级别更新成功" #: src/components/forms/ProductForm/ledgerSummaries.ts:115 msgid "Min {min} per order" -msgstr "" +msgstr "每单最少 {min} 件" #: src/components/forms/ProductForm/index.tsx:523 msgid "Minimum Per Order" @@ -6634,10 +6634,10 @@ msgstr "最低价格" msgid "minutes" msgstr "分钟" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:393 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:417 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:394 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:418 msgid "Minutes" -msgstr "" +msgstr "分钟" #: src/components/routes/event/Settings/index.tsx:84 msgid "Miscellaneous" @@ -6652,13 +6652,13 @@ msgstr "杂项设置" msgid "Modal" msgstr "弹窗" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:467 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:468 msgid "Mode" -msgstr "" +msgstr "模式" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 msgid "Mon" -msgstr "" +msgstr "周一" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -6675,7 +6675,7 @@ msgstr "监控和管理失败的后台任务" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:89 msgid "month" -msgstr "" +msgstr "个月" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:931 msgid "Month" @@ -6684,20 +6684,20 @@ msgstr "月" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:52 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Monthly" -msgstr "" +msgstr "每月" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:97 msgid "months" -msgstr "" +msgstr "个月" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:268 msgid "more" -msgstr "" +msgstr "更多" #: src/components/common/EntityActions/index.tsx:98 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:171 msgid "More actions" -msgstr "" +msgstr "更多操作" #: src/components/routes/admin/Dashboard/index.tsx:294 msgid "Most Viewed Events (Last 14 Days)" @@ -6705,7 +6705,7 @@ msgstr "最多浏览活动(过去14天)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Move all dates earlier or later" -msgstr "" +msgstr "将所有日期整体提前或推后" #: src/components/forms/QuestionForm/index.tsx:106 msgid "Multi line text box" @@ -6715,11 +6715,11 @@ msgstr "多行文本框" #: src/components/layouts/EventHomepage/index.tsx:180 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Multiple locations" -msgstr "" +msgstr "多个地点" #: src/components/layouts/AuthLayout/index.tsx:27 msgid "Multiple ticket types" -msgstr "" +msgstr "多种门票类型" #: src/constants/eventCategories.ts:8 msgid "Music" @@ -6800,13 +6800,13 @@ msgstr "净收入" msgid "Never" msgstr "从不" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:432 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 msgid "New capacity" -msgstr "" +msgstr "新容量" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:451 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 msgid "New label" -msgstr "" +msgstr "新标签" #: src/components/common/LocationPicker/index.tsx:169 #: src/components/common/LocationPicker/index.tsx:183 @@ -6825,7 +6825,7 @@ msgstr "新注册" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:53 msgid "New time:" -msgstr "" +msgstr "新时间:" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:429 msgid "Next month" @@ -6833,11 +6833,11 @@ msgstr "下个月" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:162 msgid "Next occurrence" -msgstr "" +msgstr "下一场次" #: src/components/common/EventDateRange/index.tsx:61 msgid "Next: {nextFormatted}" -msgstr "" +msgstr "下一场:{nextFormatted}" #: src/constants/eventCategories.ts:4 msgid "Nightlife" @@ -6886,7 +6886,7 @@ msgstr "未找到此订单的参会者。" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:173 msgid "No attendees to show" -msgstr "" +msgstr "没有可显示的参与者" #: src/components/common/AttendeeTable/index.tsx:346 msgid "No Attendees to show" @@ -6894,7 +6894,7 @@ msgstr "无与会者" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:79 msgid "No attendees yet for this date." -msgstr "" +msgstr "该日期还没有参与者。" #: src/components/routes/admin/Attribution/index.tsx:121 msgid "No attribution data found" @@ -6902,7 +6902,7 @@ msgstr "未找到归因数据" #: src/components/routes/organizer/Payments/CapabilityList.tsx:69 msgid "No capabilities reported by Stripe yet." -msgstr "" +msgstr "Stripe 尚未返回任何功能状态。" #: src/components/modals/OfferWaitlistModal/index.tsx:193 msgid "No capacity" @@ -6915,7 +6915,7 @@ msgstr "没有容量分配" #: src/components/common/KpiGrid/index.tsx:57 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:212 msgid "No change" -msgstr "" +msgstr "无变化" #: src/components/common/CheckInListList/index.tsx:44 #: src/components/common/CheckInListTable/index.tsx:266 @@ -6928,7 +6928,7 @@ msgstr "此活动没有可用的签到列表。" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:155 msgid "No check-ins yet" -msgstr "" +msgstr "还没有签到记录" #: src/components/routes/admin/Configurations/index.tsx:127 msgid "No configurations found" @@ -6936,7 +6936,7 @@ msgstr "未找到配置" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:207 msgid "No connections available" -msgstr "" +msgstr "没有可用的连接" #: src/components/common/ReportTable/index.tsx:233 msgid "No data available" @@ -6953,32 +6953,32 @@ msgstr "无数据显示。请选择日期范围" #: src/components/common/EventCard/index.tsx:221 #: src/components/common/EventCard/index.tsx:318 msgid "No date added" -msgstr "" +msgstr "未添加日期" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:668 msgid "No dates available this month. Try navigating to another month." -msgstr "" +msgstr "本月没有可选日期,请切换到其他月份。" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:90 msgid "No dates match the current filters." -msgstr "" +msgstr "没有日期符合当前筛选条件。" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates match your filters" -msgstr "" +msgstr "没有日期符合你的筛选条件" #: src/components/common/OccurrenceSelect/index.tsx:158 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:130 msgid "No dates match your search" -msgstr "" +msgstr "没有日期符合你的搜索" #: src/components/modals/PublishEventModal/index.tsx:103 msgid "No dates scheduled" msgstr "未安排日期" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates scheduled yet" -msgstr "" +msgstr "还没有安排任何日期" #: src/components/routes/admin/DeletionRequests/index.tsx:108 msgid "No deletion requests found" @@ -7026,7 +7026,7 @@ msgstr "无发票" #: src/components/forms/ProductForm/ledgerSummaries.ts:121 msgid "No limits" -msgstr "" +msgstr "没有限制" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:163 #: src/components/modals/WebhookLogsModal/index.tsx:177 @@ -7047,11 +7047,11 @@ msgstr "无信息显示" #: src/components/modals/CreateAttendeeModal/index.tsx:183 msgid "No occurrences available" -msgstr "" +msgstr "没有可选场次" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:134 msgid "No occurrences on this date" -msgstr "" +msgstr "该日没有场次" #: src/components/common/QuestionsTable/index.tsx:491 msgid "No order questions yet" @@ -7071,7 +7071,7 @@ msgstr "尚无订单" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:90 msgid "No orders yet for this date." -msgstr "" +msgstr "该日期还没有订单。" #: src/components/routes/admin/Dashboard/index.tsx:377 msgid "No organizer activity in the last 14 days" @@ -7079,7 +7079,7 @@ msgstr "过去14天没有组织者活动" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:179 msgid "No organizer context available." -msgstr "" +msgstr "没有可用的主办方上下文。" #: src/components/modals/SwitchOrganizerModal/index.tsx:57 msgid "No other organizers available" @@ -7116,7 +7116,7 @@ msgstr "此类别中没有可用的产品。" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:170 msgid "No products configured for this event." -msgstr "" +msgstr "该活动尚未配置任何产品。" #: src/components/modals/OfferWaitlistModal/index.tsx:140 msgid "No products have waiting entries" @@ -7195,7 +7195,7 @@ msgstr "没有可售门票" #: src/components/common/EventDateRange/index.tsx:68 msgid "No upcoming dates" -msgstr "" +msgstr "没有即将到来的日期" #: src/components/layouts/OrganizerHomepage/index.tsx:299 msgid "No upcoming events" @@ -7229,7 +7229,7 @@ msgstr "否,保留在此" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:293 msgid "non-edited" -msgstr "" +msgstr "未编辑" #: src/components/common/PromoCodeTable/index.tsx:82 #: src/components/forms/ProductForm/ledgerSummaries.ts:92 @@ -7240,7 +7240,7 @@ msgstr "无" #: src/components/forms/ProductForm/ledgerSummaries.ts:29 msgid "None yet" -msgstr "" +msgstr "暂无" #: src/components/common/ProductPriceAvailability/index.tsx:38 #: src/components/common/ProductPriceAvailability/index.tsx:68 @@ -7250,7 +7250,7 @@ msgstr "不详" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:122 #: src/components/modals/ManageAttendeeModal/index.tsx:138 msgid "Not checked in" -msgstr "" +msgstr "未签到" #: src/components/common/AttendeeTable/index.tsx:304 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -7279,7 +7279,7 @@ msgstr "通知设置" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:569 msgid "Notify attendees and stop sales" -msgstr "" +msgstr "通知参与者并停止售票" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:76 msgid "Notify organizer of new orders" @@ -7287,11 +7287,11 @@ msgstr "将新订单通知组织者" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:75 msgid "November" -msgstr "" +msgstr "11 月" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1087 msgid "Number of dates to create" -msgstr "" +msgstr "要创建的日期数量" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:227 msgid "Number of days allowed for payment (leave blank to omit payment terms from invoices)" @@ -7307,38 +7307,38 @@ msgstr "号码前缀" #: src/components/modals/ManageOrderModal/index.tsx:140 #: src/components/modals/SendMessageModal/index.tsx:357 msgid "Occurrence" -msgstr "" +msgstr "场次" #: src/components/forms/WebhookForm/index.tsx:133 msgid "Occurrence Cancelled" -msgstr "" +msgstr "场次已取消" #: src/components/layouts/Event/index.tsx:113 #: src/components/routes/event/OccurrencesTab/index.tsx:463 msgid "Occurrence Schedule" -msgstr "" +msgstr "场次排期" #: src/components/routes/event/Reports/index.tsx:37 #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:102 msgid "Occurrence Summary" -msgstr "" +msgstr "场次概览" #: src/components/common/OrderDetails/index.tsx:55 #: src/components/modals/ManageOrderModal/index.tsx:140 msgid "Occurrences" -msgstr "" +msgstr "场次" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Occurrences (future only)" -msgstr "" +msgstr "场次(仅未来)" #: src/components/modals/CreateEventModal/index.tsx:252 msgid "Occurrences can be configured after creation" -msgstr "" +msgstr "场次可在创建后再配置" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:74 msgid "October" -msgstr "" +msgstr "10 月" #: src/components/common/OrganizerReportTable/index.tsx:356 msgid "of" @@ -7351,7 +7351,7 @@ msgstr "每月" #: src/components/forms/ProductForm/ledgerSummaries.ts:77 #: src/components/forms/ProductForm/ledgerSummaries.ts:140 msgid "Off" -msgstr "" +msgstr "关" #: src/components/common/WaitlistTable/index.tsx:135 #: src/components/modals/OfferWaitlistModal/index.tsx:227 @@ -7422,7 +7422,7 @@ msgstr "于" #: src/components/forms/ProductForm/ledgerSummaries.ts:74 msgid "On" -msgstr "" +msgstr "开" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:760 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:768 @@ -7449,7 +7449,7 @@ msgstr "于{position}{day}" #: src/components/forms/ProductForm/index.tsx:442 msgid "On the event page" -msgstr "" +msgstr "在活动页面上" #: src/components/common/JoinWaitlistButton/index.tsx:25 msgid "On the waitlist" @@ -7480,23 +7480,23 @@ msgstr "持续进行" msgid "Online" msgstr "在线" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 msgid "Online — provide connection details" -msgstr "" +msgstr "线上 — 请填写连接信息" #: src/components/common/EventCard/index.tsx:100 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Online & in-person" -msgstr "" +msgstr "线上与线下" #: src/components/layouts/EventHomepage/index.tsx:181 msgid "Online & in-person — see schedule" -msgstr "" +msgstr "线上与线下 — 详见排期" #: src/components/common/AttendeeTicket/index.tsx:127 #: src/components/modals/ManageOccurrenceModal/index.tsx:146 msgid "Online event" -msgstr "" +msgstr "线上活动" #: src/components/layouts/EventHomepage/index.tsx:404 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:175 @@ -7517,7 +7517,7 @@ msgstr "仅剩 {capacity} 个" #: src/components/forms/ProductForm/ProductDrawer.tsx:130 msgid "Only a name is required — everything else has sensible defaults" -msgstr "" +msgstr "只有名称是必填的 — 其余都有合理的默认值" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:74 msgid "Only account administrators can delete or archive events. Contact your account admin for assistance." @@ -7529,7 +7529,7 @@ msgstr "只有账户管理员可以删除或归档主办方。请联系您的账 #: src/components/forms/ProductForm/index.tsx:546 msgid "Only available as an add-on" -msgstr "" +msgstr "仅作为附加产品提供" #: src/components/routes/admin/Announcements/index.tsx:470 msgid "Only published announcements are shown to users" @@ -7545,11 +7545,11 @@ msgstr "仅显示开始日期和时间" #: src/components/common/ProductsTable/SortableProduct/index.tsx:335 msgid "Only shown as an add-on to the products it's attached to" -msgstr "" +msgstr "仅在其所关联的产品下作为附加产品显示" #: src/components/forms/ProductForm/visibilityStatus.ts:25 msgid "Only shown as an add-on to the products it's attached to." -msgstr "" +msgstr "仅在其所关联的产品下作为附加产品显示。" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:138 msgid "Only the account owner can request account deletion." @@ -7557,11 +7557,11 @@ msgstr "只有账户所有者才能请求删除账户。" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:513 msgid "Only tickets count toward capacity" -msgstr "" +msgstr "只有门票计入容量" #: src/components/forms/ProductForm/visibilityStatus.ts:32 msgid "Only visible to buyers with an applicable promo code." -msgstr "" +msgstr "仅对持有适用优惠码的买家可见。" #: src/components/common/ProductsTable/SortableProduct/index.tsx:319 msgid "Only visible with promo code" @@ -7569,7 +7569,7 @@ msgstr "仅使用促销代码可见" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open check-in" -msgstr "" +msgstr "打开签到" #: src/components/common/CheckInListList/index.tsx:165 #: src/components/common/CheckInListTable/index.tsx:209 @@ -7579,7 +7579,7 @@ msgstr "打开签到页面" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open occurrence" -msgstr "" +msgstr "打开场次" #: src/components/layouts/AppLayout/index.tsx:31 msgid "Open sidebar" @@ -7621,9 +7621,9 @@ msgstr "选项" msgid "or" msgstr "或" -#: src/components/routes/event/OccurrencesTab/index.tsx:603 +#: src/components/routes/event/OccurrencesTab/index.tsx:618 msgid "or add a single date" -msgstr "" +msgstr "或添加单个日期" #: src/components/modals/PublishEventModal/index.tsx:81 msgid "Or enable offline payments and disable Stripe" @@ -7631,7 +7631,7 @@ msgstr "或启用线下付款并停用 Stripe" #: src/components/routes/event/OccurrencesTab/index.tsx:415 msgid "order" -msgstr "" +msgstr "个订单" #: src/components/common/QuestionsTable/index.tsx:295 #: src/components/common/QuestionsTable/index.tsx:448 @@ -7647,7 +7647,7 @@ msgstr "订单和门票" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:265 msgid "Order #" -msgstr "" +msgstr "订单号" #: src/components/routes/product-widget/CollectInformation/index.tsx:386 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:375 @@ -7682,7 +7682,7 @@ msgstr "订购日期" #: src/components/forms/CheckInListForm/index.tsx:222 msgid "Order details" -msgstr "" +msgstr "订单详情" #: src/components/common/OrdersTable/index.tsx:178 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:613 @@ -7708,7 +7708,7 @@ msgstr "订单ID" #: src/components/forms/ProductForm/index.tsx:517 msgid "Order limits" -msgstr "" +msgstr "订购限制" #: src/hooks/useOrderActions.tsx:50 msgid "Order marked as paid" @@ -7728,7 +7728,7 @@ msgstr "未找到订单" #: src/components/forms/CheckInListForm/index.tsx:224 msgid "Order number, purchase date, purchaser email" -msgstr "" +msgstr "订单号、购买日期、买家邮箱" #: src/components/common/MessageList/index.tsx:31 msgid "Order owner" @@ -7790,7 +7790,7 @@ msgstr "订单已被取消" #: src/components/routes/event/OccurrencesTab/index.tsx:415 #: src/components/routes/event/orders.tsx:197 msgid "orders" -msgstr "" +msgstr "个订单" #: src/components/layouts/Admin/index.tsx:17 #: src/components/layouts/Event/index.tsx:125 @@ -7905,7 +7905,7 @@ msgstr "将使用组织者/默认模板" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:202 msgid "Organizers" -msgstr "" +msgstr "主办方" #: src/components/modals/EditUserModal/index.tsx:58 #: src/components/modals/InviteUserModal/index.tsx:49 @@ -7927,7 +7927,7 @@ msgstr "结果" #: src/constants/eventCategories.ts:22 msgid "Outdoors" -msgstr "" +msgstr "户外" #: src/components/routes/admin/Messages/index.tsx:107 msgid "Outgoing Messages" @@ -7935,19 +7935,19 @@ msgstr "发出的消息" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:208 msgid "Override" -msgstr "" +msgstr "单独设置" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:133 msgid "Override fees on this organizer" -msgstr "" +msgstr "为该主办方设置单独费率" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:228 msgid "Override price" -msgstr "" +msgstr "设置单独价格" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:96 msgid "Override removed" -msgstr "" +msgstr "单独设置已移除" #: src/components/layouts/Event/index.tsx:100 msgid "Overview" @@ -7988,7 +7988,7 @@ msgstr "付讫" #: src/components/forms/ProductForm/index.tsx:274 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:431 msgid "Paid" -msgstr "" +msgstr "已付款" #: src/components/routes/admin/Attribution/index.tsx:51 msgid "Paid Accounts" @@ -8048,7 +8048,7 @@ msgstr "过去" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:317 msgid "Past due" -msgstr "" +msgstr "已逾期" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Past Events" @@ -8162,7 +8162,7 @@ msgstr "付款不可用" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:407 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:463 msgid "Payouts" -msgstr "" +msgstr "收款" #: src/components/routes/admin/DeletionRequests/index.tsx:85 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:437 @@ -8180,7 +8180,7 @@ msgstr "每位参与者" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:117 msgid "per min" -msgstr "" +msgstr "每分钟" #: src/components/common/PromoCodeTable/index.tsx:91 msgid "per order" @@ -8216,7 +8216,7 @@ msgstr "百分比费用" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:137 msgid "Percentage fee (%)" -msgstr "" +msgstr "按比例收费(%)" #: src/components/routes/admin/Configurations/index.tsx:175 msgid "Percentage must be between 0 and 100" @@ -8248,7 +8248,7 @@ msgstr "永久删除此主办方及其所有活动。" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:583 msgid "Permanently remove this date" -msgstr "" +msgstr "永久移除该日期" #: src/components/routes/profile/ManageProfile/index.tsx:148 msgid "Personal Information" @@ -8260,15 +8260,15 @@ msgstr "电话" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:530 msgid "Pick an end date" -msgstr "" +msgstr "选择结束日期" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:538 msgid "Pick at least one day of the month" -msgstr "" +msgstr "请至少选择每月的一天" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:527 msgid "Pick at least one day of the week" -msgstr "" +msgstr "请至少选择每周的一天" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:841 msgid "Pick days to see your dates." @@ -8285,7 +8285,7 @@ msgstr "将此放置在您网站的 中。" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:269 #: src/components/modals/ManageOrderModal/index.tsx:125 msgid "Placed" -msgstr "" +msgstr "已下单" #: src/components/common/PoweredByFooter/index.tsx:48 msgid "Planning an event?" @@ -8340,7 +8340,7 @@ msgstr "请检查您的电子邮件以确认您的电子邮件地址" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:76 msgid "Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions." -msgstr "" +msgstr "请查看门票上的最新时间。你的门票依然有效 — 除非新时间不合适,否则无需任何操作。如有疑问,请直接回复本邮件。" #: src/components/routes/product-widget/SelectProducts/index.tsx:1023 msgid "Please continue in the new tab" @@ -8393,7 +8393,7 @@ msgstr "请返回活动页面重新开始。" #: src/components/routes/product-widget/SelectProducts/index.tsx:584 msgid "Please select a date and time" -msgstr "" +msgstr "请选择日期和时间" #: src/components/common/OrganizerReportTable/index.tsx:269 msgid "Please select a date range" @@ -8452,7 +8452,7 @@ msgstr "葡萄牙语" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:967 msgid "Position" -msgstr "" +msgstr "排序位置" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:97 msgid "Post Checkout message" @@ -8506,7 +8506,7 @@ msgstr "未设置价格" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:206 msgid "Price Tier" -msgstr "" +msgstr "价格档位" #: src/components/forms/ProductForm/index.tsx:356 msgid "Price Tiers" @@ -8514,7 +8514,7 @@ msgstr "价格层级" #: src/components/forms/ProductForm/index.tsx:266 msgid "Pricing" -msgstr "" +msgstr "定价" #: src/components/common/WidgetEditor/index.tsx:187 msgid "Primary Color" @@ -8604,11 +8604,11 @@ msgstr "产品销售、收入和税费明细" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:599 msgid "Product settings cannot be edited for cancelled dates." -msgstr "" +msgstr "已取消的日期无法编辑产品设置。" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:160 msgid "Product settings saved successfully" -msgstr "" +msgstr "产品设置已成功保存" #: src/components/common/ProductSelector/index.tsx:67 msgid "Product Tier" @@ -8661,7 +8661,7 @@ msgstr "成功更新个人资料" #: src/components/common/CheckIn/CheckInInfoModal.tsx:47 msgid "Progress" -msgstr "" +msgstr "进度" #: src/components/routes/product-widget/SelectProducts/index.tsx:500 msgid "Promo {promo_code} code applied" @@ -8682,7 +8682,7 @@ msgstr "促销代码页面" #: src/components/forms/ProductForm/ledgerSummaries.ts:154 msgid "Promo code required" -msgstr "" +msgstr "需要优惠码" #: src/components/routes/event/Reports/index.tsx:32 msgid "Promo code usage and discount breakdown" @@ -8690,11 +8690,11 @@ msgstr "促销码使用情况及折扣明细" #: src/components/routes/event/promo-codes.tsx:55 msgid "promo codes" -msgstr "" +msgstr "优惠码" #: src/components/layouts/AuthLayout/index.tsx:18 msgid "Promo codes" -msgstr "" +msgstr "优惠码" #: src/components/layouts/Event/index.tsx:126 #: src/components/modals/DuplicateEventModal/index.tsx:52 @@ -8733,11 +8733,11 @@ msgstr "请至少填写一个地址字段(场地、街道、城市或国家) #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:438 msgid "Provide the following before Stripe's next review to keep payouts flowing." -msgstr "" +msgstr "请在 Stripe 下次审核前补齐以下资料,以免影响打款。" #: src/components/forms/ProductForm/ledgerSummaries.ts:157 msgid "Public" -msgstr "" +msgstr "公开" #: src/components/common/StatusToggle/index.tsx:97 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:117 @@ -8754,7 +8754,7 @@ msgstr "发布活动" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:113 msgid "Publish your event" -msgstr "" +msgstr "发布你的活动" #: src/components/routes/admin/Announcements/index.tsx:183 #: src/components/routes/admin/Announcements/index.tsx:473 @@ -8774,11 +8774,11 @@ msgstr "已购买" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:275 msgid "Purchaser" -msgstr "" +msgstr "购买人" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:283 msgid "Purchaser email" -msgstr "" +msgstr "购买人邮箱" #: src/components/modals/ShareModal/index.tsx:168 msgid "QR Code" @@ -8786,7 +8786,7 @@ msgstr "二维码" #: src/components/layouts/AuthLayout/index.tsx:16 msgid "QR code check-in" -msgstr "" +msgstr "二维码签到" #: src/components/modals/OfferWaitlistModal/index.tsx:170 msgid "Qty" @@ -8803,7 +8803,7 @@ msgstr "可用数量" #: src/components/forms/CheckInListForm/index.tsx:205 msgid "Question answers" -msgstr "" +msgstr "问题回答" #: src/components/common/QuestionsTable/index.tsx:201 msgid "Question deleted" @@ -8837,7 +8837,7 @@ msgstr "队列" #: src/components/forms/PromoCodeForm/index.tsx:145 msgid "Quick Tip" -msgstr "" +msgstr "小贴士" #: src/components/forms/QuestionForm/index.tsx:118 msgid "Radio Option" @@ -8861,7 +8861,7 @@ msgstr "重新提供名额" #: src/components/modals/ManageOccurrenceModal/index.tsx:70 #: src/components/routes/event/OccurrenceDetail/index.tsx:96 msgid "Reactivate this date? It will be reopened for future sales." -msgstr "" +msgstr "重新启用该日期?它将重新开放售票。" #: src/components/modals/PublishEventModal/index.tsx:143 msgid "Ready to go live?" @@ -8869,7 +8869,7 @@ msgstr "准备好发布了吗?" #: src/components/layouts/AuthLayout/index.tsx:19 msgid "Real-time analytics" -msgstr "" +msgstr "实时数据分析" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:171 msgid "Reason (optional)" @@ -8887,19 +8887,19 @@ msgstr "最近账户注册" #: src/components/common/PeriodSelector/index.tsx:111 msgid "Recent activity" -msgstr "" +msgstr "最近动态" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:59 msgid "Recent Attendees" -msgstr "" +msgstr "最新参与者" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:106 msgid "Recent check-ins" -msgstr "" +msgstr "最近签到" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:309 msgid "Recent orders" -msgstr "" +msgstr "最近订单" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:63 msgid "Recent Orders" @@ -8930,12 +8930,12 @@ msgstr "收件人在消息发送后可用" #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "Recommended" -msgstr "" +msgstr "推荐" #: src/components/common/EventCard/index.tsx:209 #: src/components/common/EventCard/index.tsx:322 msgid "Recurring" -msgstr "" +msgstr "重复" #: src/components/layouts/EventHomepage/index.tsx:368 #: src/components/modals/CreateEventModal/index.tsx:240 @@ -8949,7 +8949,7 @@ msgstr "重复活动设置" #: src/components/layouts/AuthLayout/index.tsx:13 msgid "Recurring events" -msgstr "" +msgstr "重复活动" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:80 msgid "Reddit" @@ -8969,13 +8969,13 @@ msgstr "刷新预览" #: src/components/routes/event/OccurrencesTab/index.tsx:218 msgid "Refund all orders for these dates" -msgstr "" +msgstr "为这些日期的所有订单退款" #: src/components/routes/event/OccurrenceDetail/index.tsx:67 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:44 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:334 msgid "Refund all orders for this date" -msgstr "" +msgstr "为该日期的所有订单退款" #: src/components/modals/RefundOrderModal/index.tsx:108 msgid "Refund amount" @@ -9046,7 +9046,7 @@ msgstr "注册问题" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:142 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:94 msgid "Remaining" -msgstr "" +msgstr "剩余" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:82 msgid "Remaining Uses" @@ -9064,9 +9064,9 @@ msgstr "去除" msgid "Remove" msgstr "移除" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:458 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:459 msgid "Remove label from all dates" -msgstr "" +msgstr "从所有日期移除标签" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:67 msgid "Remove sold out dates and times from the event page entirely. When disabled, they remain visible and are labelled as sold out." @@ -9078,11 +9078,11 @@ msgstr "移除时间" #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:60 msgid "Reopen for new sales" -msgstr "" +msgstr "重新开售" #: src/components/routes/event/OccurrencesTab/index.tsx:194 msgid "Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed." -msgstr "" +msgstr "重新开售该日期?此前已取消的门票不会恢复 — 受影响的参与者仍为已取消状态,已完成的退款也不会撤回。" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:885 msgid "Repeats" @@ -9183,7 +9183,7 @@ msgstr "重置密码" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:238 msgid "Reset to base price" -msgstr "" +msgstr "恢复为基础价格" #: src/components/routes/auth/ResetPassword/index.tsx:75 msgid "Resetting..." @@ -9226,7 +9226,7 @@ msgstr "恢复此主办方并使其重新活跃。" #: src/components/common/ToolBar/index.tsx:47 msgid "results" -msgstr "" +msgstr "条结果" #: src/components/routes/admin/FailedJobs/index.tsx:199 msgid "Retry" @@ -9259,11 +9259,11 @@ msgstr "可在活动中重复使用的场地。通过自动补全创建的地点 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:218 msgid "Reuse" -msgstr "" +msgstr "复用" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:198 msgid "Reuse a Stripe connection from another organizer in this account." -msgstr "" +msgstr "复用本账户中其他主办方的 Stripe 连接。" #: src/components/common/AffiliateTable/index.tsx:157 #: src/components/common/EventCard/index.tsx:255 @@ -9316,7 +9316,7 @@ msgstr "销售期" #: src/components/forms/ProductForm/index.tsx:420 msgid "Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page." -msgstr "" +msgstr "销售期适用于排期中的所有日期。若要单独控制某个日期的价格和可售情况,请在<0>场次排期页面使用单独设置。" #: src/components/forms/ProductForm/index.tsx:427 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:80 @@ -9329,7 +9329,7 @@ msgstr "销售于{0}开始" #: src/components/forms/ProductForm/index.tsx:413 msgid "Sale window" -msgstr "" +msgstr "销售期" #: src/components/common/AffiliateTable/index.tsx:145 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:143 @@ -9352,7 +9352,7 @@ msgstr "销售开始" #: src/components/routes/event/Reports/index.tsx:38 msgid "Sales, attendance, and check-in breakdown per occurrence" -msgstr "" +msgstr "按场次统计的销售、出席和签到明细" #: src/components/routes/organizer/Reports/index.tsx:24 msgid "Sales, orders, and performance metrics for all events" @@ -9364,7 +9364,7 @@ msgstr "销售额:" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:471 msgid "Same as event" -msgstr "" +msgstr "与活动相同" #: src/components/common/PlatformFeesSettings/index.tsx:175 msgid "Sample ticket price" @@ -9377,7 +9377,7 @@ msgstr "示例场地" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 msgid "Sat" -msgstr "" +msgstr "周六" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -9421,7 +9421,7 @@ msgstr "保存更改" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:160 msgid "Save fee override" -msgstr "" +msgstr "保存单独费率" #: src/components/modals/EditOrganizerModal/index.tsx:70 msgid "Save Organizer" @@ -9449,7 +9449,7 @@ msgstr "保存票券设计" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:202 msgid "Save VAT settings" -msgstr "" +msgstr "保存增值税设置" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:239 msgid "Save VAT Settings" @@ -9465,7 +9465,7 @@ msgstr "已保存的地点" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:153 msgid "Saving an override creates a dedicated configuration for this organizer if it's currently on the system default." -msgstr "" +msgstr "若该主办方当前使用系统默认配置,保存单独设置时会为其创建专属配置。" #: src/components/layouts/CheckIn/BottomNav.tsx:15 msgid "Scan" @@ -9473,32 +9473,32 @@ msgstr "扫描" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:58 msgid "Scan a ticket to check in an attendee" -msgstr "" +msgstr "扫描门票即可为参与者签到" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:109 msgid "Scanned tickets will appear here" -msgstr "" +msgstr "扫描过的门票会显示在这里" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:71 msgid "Scanner mode" -msgstr "" +msgstr "扫码器模式" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:73 msgid "Schedule" -msgstr "" +msgstr "排期" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:105 msgid "Schedule added" -msgstr "" +msgstr "排期已添加" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:697 #: src/hooks/useOccurrenceGenerationPolling.ts:36 msgid "Schedule created successfully" -msgstr "" +msgstr "排期已成功创建" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1078 msgid "Schedule ends on" -msgstr "" +msgstr "排期结束于" #: src/components/modals/SendMessageModal/index.tsx:472 msgid "Schedule for later" @@ -9514,7 +9514,7 @@ msgstr "日程预览" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1069 msgid "Schedule starts on" -msgstr "" +msgstr "排期开始于" #: src/components/common/ProductsTable/SortableProduct/index.tsx:92 #: src/components/routes/admin/Messages/index.tsx:125 @@ -9532,7 +9532,7 @@ msgstr "定时时间" #: src/components/layouts/CheckIn/BottomNav.tsx:16 msgid "Search" -msgstr "" +msgstr "搜索" #: src/components/routes/event/Affiliates/index.tsx:70 msgid "Search affiliates..." @@ -9540,7 +9540,7 @@ msgstr "搜索推广员..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:94 msgid "Search attendees" -msgstr "" +msgstr "搜索参与者" #: src/components/routes/admin/Accounts/index.tsx:60 #: src/components/routes/admin/DeletionRequests/index.tsx:93 @@ -9586,7 +9586,7 @@ msgstr "按姓名、电子邮件或订单号搜索..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:93 msgid "Search by name, order #, ticket # or email" -msgstr "" +msgstr "按姓名、订单号、票号或邮箱搜索" #: src/components/routes/event/promo-codes.tsx:38 msgid "Search by name..." @@ -9614,15 +9614,15 @@ msgstr "搜索签到列表..." #: src/components/common/OccurrenceSelect/index.tsx:117 msgid "Search dates..." -msgstr "" +msgstr "搜索日期..." #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:88 msgid "Search dates…" -msgstr "" +msgstr "搜索日期…" #: src/components/common/AddressAutocomplete/index.tsx:86 msgid "Search for an address" -msgstr "" +msgstr "搜索地址" #: src/components/routes/event/messages.tsx:243 msgid "Search messages..." @@ -9650,11 +9650,11 @@ msgstr "搜索中..." #: src/constants/eventCategories.ts:6 msgid "Seasonal" -msgstr "" +msgstr "季节性" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:58 msgid "Second" -msgstr "" +msgstr "第二个" #: src/components/common/WidgetEditor/index.tsx:199 msgid "Secondary Color" @@ -9670,11 +9670,11 @@ msgstr "安全结账" #: src/components/layouts/EventHomepage/index.tsx:431 msgid "See schedule" -msgstr "" +msgstr "查看排期" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "See what Stripe still needs" -msgstr "" +msgstr "查看 Stripe 还需要哪些资料" #: src/components/routes/admin/Announcements/index.tsx:161 msgid "Seen" @@ -9692,11 +9692,11 @@ msgstr "选择类别" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:717 msgid "Select a Date & Time" -msgstr "" +msgstr "选择日期和时间" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:215 msgid "Select a date to see available times" -msgstr "" +msgstr "先选择日期,即可查看可选时间" #: src/components/routes/event/messages.tsx:341 msgid "Select a message to view its contents" @@ -9712,7 +9712,7 @@ msgstr "选择账户" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:126 msgid "Select all" -msgstr "" +msgstr "全选" #: src/components/modals/DuplicateEventModal/index.tsx:143 msgid "Select All" @@ -9720,7 +9720,7 @@ msgstr "全选" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:156 msgid "Select all on {0}" -msgstr "" +msgstr "全选 {0} 当天" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:119 msgid "Select an event" @@ -9740,7 +9740,7 @@ msgstr "选择参会者组" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:157 msgid "Select camera" -msgstr "" +msgstr "选择摄像头" #: src/components/forms/ProductForm/index.tsx:255 msgid "Select category..." @@ -9752,7 +9752,7 @@ msgstr "选择货币" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:178 msgid "Select date" -msgstr "" +msgstr "选择日期" #: src/components/modals/CreateEventModal/index.tsx:283 msgid "Select end date and time" @@ -9773,7 +9773,7 @@ msgstr "选择事件类型" #: src/components/common/OccurrenceSelect/index.tsx:106 #: src/components/modals/CreateAttendeeModal/index.tsx:254 msgid "Select occurrence" -msgstr "" +msgstr "选择场次" #: src/components/modals/CreateEventModal/index.tsx:159 msgid "Select organizer" @@ -9795,7 +9795,7 @@ msgstr "选择产品" #: src/components/forms/ProductForm/index.tsx:553 msgid "Select products..." -msgstr "" +msgstr "选择产品..." #: src/components/modals/CreateEventModal/index.tsx:263 msgid "Select start date and time" @@ -9846,7 +9846,7 @@ msgstr "选择..." #: src/components/routes/event/OccurrencesTab/index.tsx:497 msgid "selected" -msgstr "" +msgstr "已选" #: src/components/common/PlatformFeesSettings/index.tsx:208 #: src/components/common/PlatformFeesSettings/index.tsx:231 @@ -9856,11 +9856,11 @@ msgstr "已选择" #: src/components/layouts/AuthLayout/index.tsx:41 msgid "Sell out your event." -msgstr "" +msgstr "让你的活动票票售罄。" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:516 msgid "Selling a physical product? Cap its quantity on the <0>products page instead." -msgstr "" +msgstr "在售实物商品?请改到<0>产品页面限制它的数量。" #: src/components/forms/ProductForm/index.tsx:587 msgid "Selling fast 🔥" @@ -9918,7 +9918,7 @@ msgstr "发送测试" #: src/components/modals/SendMessageModal/index.tsx:358 msgid "Send to all occurrences, or choose a specific one" -msgstr "" +msgstr "发送给所有场次,或指定其中一个" #: src/components/routes/event/messages.tsx:335 msgid "Send your first message" @@ -9939,7 +9939,7 @@ msgstr "发送者" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:218 msgid "Sent to attendees when a scheduled date is cancelled" -msgstr "" +msgstr "当已排期的日期被取消时发送给参与者" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:216 msgid "Sent to customers when they place an order" @@ -9976,7 +9976,7 @@ msgstr "搜索引擎优化标题" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:73 msgid "September" -msgstr "" +msgstr "9 月" #: src/components/forms/TaxAndFeeForm/index.tsx:62 msgid "Service Fee" @@ -9984,7 +9984,7 @@ msgstr "服务费" #: src/components/layouts/CheckIn/index.tsx:498 msgid "Session cancelled" -msgstr "" +msgstr "场次已取消" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:807 msgid "sessions · {dateCount} dates × {timesPerDay} times" @@ -10000,27 +10000,27 @@ msgstr "为此组织者创建的新活动设置默认设置。" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Set how long each date lasts" -msgstr "" +msgstr "设置每个日期的时长" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Set or clear the date label" -msgstr "" +msgstr "设置或清除该日期的标签" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:406 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:407 msgid "Set the end time of each date to be this long after its start time." -msgstr "" +msgstr "将每个日期的结束时间设为其开始时间之后的这个间隔。" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:217 msgid "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." msgstr "设置发票编号的起始编号。一旦发票生成,就无法更改。" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:440 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:441 msgid "Set to unlimited (remove limit)" -msgstr "" +msgstr "设为不限(移除限制)" -#: src/components/routes/event/OccurrencesTab/index.tsx:585 +#: src/components/routes/event/OccurrencesTab/index.tsx:600 msgid "Set up a recurring schedule to automatically create dates, or add them one at a time." -msgstr "" +msgstr "设置重复排期以自动创建日期,或逐个添加。" #: src/components/routes/event/CheckInLists/index.tsx:35 msgid "Set up check-in lists for different entrances, sessions, or days." @@ -10029,20 +10029,20 @@ msgstr "为不同的入口、场次或日期设置签到列表。" #: src/components/layouts/OrganizerLayout/index.tsx:85 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:126 msgid "Set up payouts" -msgstr "" +msgstr "设置收款" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 msgid "Set up schedule" -msgstr "" +msgstr "设置排期" -#: src/components/routes/event/OccurrencesTab/index.tsx:535 -#: src/components/routes/event/OccurrencesTab/index.tsx:596 +#: src/components/routes/event/OccurrencesTab/index.tsx:550 +#: src/components/routes/event/OccurrencesTab/index.tsx:611 msgid "Set Up Schedule" -msgstr "" +msgstr "设置排期" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:92 msgid "Set up the tickets you'll sell and their prices" -msgstr "" +msgstr "设置你要销售的门票及其价格" #: src/components/routes/welcome/index.tsx:43 msgid "Set up your organization" @@ -10055,11 +10055,11 @@ msgstr "设置您的日程" #: src/components/routes/welcome/index.tsx:415 msgid "Set up your schedule in the next steps" -msgstr "" +msgstr "你将在接下来的步骤中设置排期" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Set, change, or remove the date's location or online details" -msgstr "" +msgstr "设置、修改或清除该日期的地点或线上信息" #: src/components/common/QuestionsTable/index.tsx:374 msgid "Setting updated" @@ -10076,7 +10076,7 @@ msgstr "设置与设计" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:242 msgid "Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event." -msgstr "" +msgstr "设置只需几分钟 — 无需已有的 Stripe 账户。Stripe 负责处理银行卡、电子钱包、各地支付方式和欺诈防护,让你专注于活动本身。" #: src/components/common/ShareIcon/index.tsx:30 #: src/components/layouts/EventHomepage/index.tsx:342 @@ -10111,15 +10111,15 @@ msgstr "共享容量管理" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Shift times" -msgstr "" +msgstr "平移时间" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:211 msgid "Shifted times for {count} date(s)" -msgstr "" +msgstr "已平移 {count} 个日期的时间" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:532 msgid "Show" -msgstr "" +msgstr "显示" #: src/components/common/AdvancedOptions/index.tsx:28 msgid "Show advanced options" @@ -10131,7 +10131,7 @@ msgstr "显示所有平台(另有 {0} 个包含值)" #: src/components/forms/CheckInListForm/index.tsx:196 msgid "Show attendee notes to non-logged-in staff" -msgstr "" +msgstr "向未登录的工作人员显示参与者备注" #: src/components/forms/ProductForm/index.tsx:449 msgid "Show available product quantity" @@ -10163,19 +10163,19 @@ msgstr "显示更多平台" #: src/components/forms/CheckInListForm/index.tsx:230 msgid "Show order details to non-logged-in staff" -msgstr "" +msgstr "向未登录的工作人员显示订单详情" #: src/components/forms/CheckInListForm/index.tsx:213 msgid "Show question answers to non-logged-in staff" -msgstr "" +msgstr "向未登录的工作人员显示问题回答" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:59 msgid "Show remaining capacity on event dates" -msgstr "" +msgstr "在活动日期上显示剩余容量" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:525 msgid "Show remaining capacity to buyers" -msgstr "" +msgstr "向买家显示剩余容量" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:61 msgid "Show tax and fees separately" @@ -10185,18 +10185,18 @@ msgstr "单独显示税费" msgid "Showing {0} of {totalRows} records" msgstr "显示 {0} / {totalRows} 条记录" -#: src/components/routes/event/OccurrencesTab/index.tsx:624 +#: src/components/routes/event/OccurrencesTab/index.tsx:639 msgid "Showing {0}–{1} of {2}" -msgstr "" +msgstr "正在显示第 {0}–{1} 个,共 {2} 个" #: src/components/common/OccurrenceSelect/index.tsx:163 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:135 msgid "Showing {MAX_VISIBLE} of {totalAvailable} dates. Type to search." -msgstr "" +msgstr "正在显示 {totalAvailable} 个日期中的 {MAX_VISIBLE} 个。输入即可搜索。" #: src/components/modals/SendMessageModal/index.tsx:349 msgid "Showing the first {0} — the remaining {1} session(s) will still be targeted when the message is sent." -msgstr "" +msgstr "仅显示前 {0} 个 — 发送消息时仍会覆盖其余 {1} 个场次。" #: src/components/routes/admin/Announcements/index.tsx:410 msgid "Shown bouncing at the top of the modal" @@ -10204,7 +10204,7 @@ msgstr "在弹窗顶部弹跳显示" #: src/components/forms/CheckInListForm/index.tsx:145 msgid "Shown to staff the first time they open the check-in page." -msgstr "" +msgstr "工作人员首次打开签到页面时显示。" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:102 msgid "Shown to the customer after they checkout, on the order summary page." @@ -10220,7 +10220,7 @@ msgstr "显示常用地址字段,包括国家" #: src/components/forms/ProductForm/ledgerSummaries.ts:60 msgid "Shows remaining" -msgstr "" +msgstr "显示剩余数量" #: src/components/routes/admin/Dashboard/index.tsx:402 msgid "Signed Up" @@ -10233,15 +10233,15 @@ msgstr "辛普森" #: src/components/modals/CreateEventModal/index.tsx:231 msgid "Single Event" -msgstr "" +msgstr "单次活动" #: src/components/forms/QuestionForm/index.tsx:100 msgid "Single line text box" msgstr "单行文本框" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:356 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:357 msgid "Skip manually edited dates" -msgstr "" +msgstr "跳过手动编辑过的日期" #: src/components/routes/welcome/index.tsx:559 msgid "Skip this step" @@ -10280,7 +10280,7 @@ msgstr "已售出" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:579 msgid "sold out" -msgstr "" +msgstr "已售罄" #: src/components/common/EventCard/index.tsx:125 #: src/components/common/EventDateRange/index.tsx:65 @@ -10307,7 +10307,7 @@ msgstr "售罄,可加入候补名单" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:293 msgid "Some details are hidden from public access. Log in to view everything." -msgstr "" +msgstr "部分信息不对外公开。登录后可查看全部内容。" #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -10318,7 +10318,7 @@ msgstr "出了点问题" #: src/components/common/ImageUploadDropzone/index.tsx:130 msgid "Something went wrong while deleting the image. Please try again." -msgstr "" +msgstr "删除图片时出错,请重试。" #: src/components/common/TaxAndFeeList/index.tsx:41 msgid "Something went wrong while deleting the Tax or Fee" @@ -10374,11 +10374,11 @@ msgstr "指定用户" #: src/constants/eventCategories.ts:21 msgid "Spirituality" -msgstr "" +msgstr "心灵成长" #: src/components/forms/CheckInListForm/index.tsx:90 msgid "Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end." -msgstr "" +msgstr "按天、区域或门票类型拆分签到。把链接分享给工作人员即可 — 他们无需注册账户。" #: src/constants/eventCategories.ts:9 msgid "Sports" @@ -10386,11 +10386,11 @@ msgstr "体育" #: src/components/common/CheckIn/CheckInInfoModal.tsx:84 msgid "Staff instructions" -msgstr "" +msgstr "工作人员须知" #: src/components/modals/SelectCheckInListModal/index.tsx:48 msgid "Start check-in" -msgstr "" +msgstr "开始签到" #: src/components/common/AdminEventsTable/index.tsx:96 #: src/components/modals/DuplicateEventModal/index.tsx:128 @@ -10418,31 +10418,31 @@ msgstr "开始时间" #: src/components/common/AddressAutocomplete/index.tsx:87 msgid "Start typing a venue or address..." -msgstr "" +msgstr "开始输入场地或地址..." #: src/components/forms/ProductForm/ledgerSummaries.ts:62 msgid "Starts collapsed" -msgstr "" +msgstr "默认折叠" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts in {diffDays} days" -msgstr "" +msgstr "{diffDays} 天后开始" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:76 msgid "Starts in {diffMinutes} min" -msgstr "" +msgstr "{diffMinutes} 分钟后开始" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:86 msgid "Starts in {h}h {m}m" -msgstr "" +msgstr "{h} 小时 {m} 分钟后开始" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:70 msgid "Starts in {seconds}s" -msgstr "" +msgstr "{seconds} 秒后开始" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts tomorrow" -msgstr "" +msgstr "明天开始" #: src/components/common/CheckoutQuestion/index.tsx:165 #: src/components/common/LocationPicker/index.tsx:254 @@ -10462,7 +10462,7 @@ msgstr "统计数据基于账户创建日期" #: src/components/layouts/CheckIn/BottomNav.tsx:17 msgid "Stats" -msgstr "" +msgstr "统计" #: src/components/common/AdminEventsTable/index.tsx:111 #: src/components/common/AdminOrdersTable/index.tsx:85 @@ -10497,7 +10497,7 @@ msgstr "状态" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:323 msgid "Still needed" -msgstr "" +msgstr "仍需补充" #: src/components/common/ImpersonationBanner/index.tsx:53 msgid "Stop Impersonating" @@ -10515,7 +10515,7 @@ msgstr "Stripe 账户已断开连接。" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:350 msgid "Stripe connected" -msgstr "" +msgstr "Stripe 已连接" #: src/components/routes/admin/Attribution/index.tsx:135 msgid "Stripe Connected" @@ -10523,11 +10523,11 @@ msgstr "Stripe 已连接" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:163 msgid "Stripe connection copied from {0}." -msgstr "" +msgstr "已从 {0} 复制 Stripe 连接。" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:84 msgid "Stripe didn't return a setup link. Please try again." -msgstr "" +msgstr "Stripe 未返回设置链接,请重试。" #: src/components/routes/admin/Messages/index.tsx:73 msgid "Stripe Not Connected" @@ -10543,11 +10543,11 @@ msgstr "此活动未启用 Stripe 支付。" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:434 msgid "Stripe will need a few more details soon" -msgstr "" +msgstr "Stripe 很快会再需要一些资料" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:283 msgid "Stripe will walk you through a few quick questions to finish setup." -msgstr "" +msgstr "Stripe 会通过几个简单问题引导你完成设置。" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:131 #: src/components/modals/SendMessageModal/index.tsx:438 @@ -10752,7 +10752,7 @@ msgstr "2025夏季音乐节" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 msgid "Sun" -msgstr "" +msgstr "周日" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -10782,7 +10782,7 @@ msgstr "T恤衫" #: src/components/forms/ProductForm/index.tsx:214 msgid "T-shirts, mugs and more" -msgstr "" +msgstr "T 恤、马克杯等周边" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:960 msgid "Tap dates like a calendar." @@ -10790,7 +10790,7 @@ msgstr "像日历一样点选日期。" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:59 msgid "Tap this screen to resume scanning" -msgstr "" +msgstr "点按屏幕即可继续扫描" #: src/components/routes/admin/Announcements/AnnouncementTargetPicker.tsx:93 msgid "Target accounts" @@ -10802,7 +10802,7 @@ msgstr "目标用户" #: src/components/modals/SendMessageModal/index.tsx:335 msgid "Targeting attendees across {0} selected sessions." -msgstr "" +msgstr "将面向所选 {0} 个场次的参与者。" #: src/components/common/AdminOrdersTable/index.tsx:84 #: src/components/common/OrdersTable/index.tsx:269 @@ -10856,7 +10856,7 @@ msgstr "税收" #: src/components/forms/ProductForm/index.tsx:477 msgid "Taxes & fees" -msgstr "" +msgstr "税费" #: src/components/common/ProductsTable/SortableProduct/index.tsx:151 msgid "Taxes & fees applied" @@ -10868,7 +10868,7 @@ msgstr "税费" #: src/components/layouts/AuthLayout/index.tsx:23 msgid "Team collaboration" -msgstr "" +msgstr "团队协作" #: src/constants/eventCategories.ts:27 msgid "Tech" @@ -10892,11 +10892,11 @@ msgstr "请告诉我们您的组织信息。这些信息将显示在您的活动 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1151 msgid "Tell us how often your event repeats and we'll create all the dates for you." -msgstr "" +msgstr "告诉我们活动的重复频率,我们会为你创建全部日期。" #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:37 msgid "Tell us your VAT registration status so we apply the correct VAT treatment to platform fees." -msgstr "" +msgstr "请告知你的增值税登记状态,以便我们对平台费用适用正确的增值税处理方式。" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:194 msgid "Template Active" @@ -10930,7 +10930,7 @@ msgstr "感谢您的参与!" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:55 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:77 msgid "Thanks," -msgstr "" +msgstr "谢谢," #: src/components/routes/product-widget/SelectProducts/index.tsx:292 #: src/components/routes/product-widget/SelectProducts/index.tsx:538 @@ -10943,7 +10943,7 @@ msgstr "共 {totalOccurrences} 场 — 上限为 {max}。请缩短日期范围 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:54 msgid "That's a wrap" -msgstr "" +msgstr "到此结束" #: src/components/common/ThemeColorControls/index.tsx:62 msgid "The background color of the page. When using cover image, this is applied as an overlay." @@ -11019,7 +11019,7 @@ msgstr "未找到您要查找的组织者。页面可能已被移动、删除或 #: src/components/modals/CreateAttendeeModal/index.tsx:277 msgid "The override is recorded in the order audit log." -msgstr "" +msgstr "该特批会记录在订单审计日志中。" #: src/components/common/ErrorDisplay/index.tsx:18 msgid "The page you are looking for does not exist" @@ -11055,7 +11055,7 @@ msgstr "定时时间必须是将来的时间" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:52 msgid "The session for \"{title}\" originally scheduled for {0} has been rescheduled." -msgstr "" +msgstr "“{title}”原定于 {0} 的场次已改期。" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:155 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:186 @@ -11090,7 +11090,7 @@ msgstr "主题与颜色" #: src/components/routes/product-widget/SelectProducts/index.tsx:965 msgid "There are no products available for this date. Please choose another date." -msgstr "" +msgstr "该日期没有可售产品,请选择其他日期。" #: src/components/routes/product-widget/SelectProducts/index.tsx:639 msgid "There are no products available for this event" @@ -11102,7 +11102,7 @@ msgstr "此类别中没有可用产品" #: src/components/routes/product-widget/SelectProducts/index.tsx:636 msgid "There are no upcoming dates for this event" -msgstr "" +msgstr "该活动没有即将到来的日期" #: src/components/modals/RefundOrderModal/index.tsx:175 msgid "There is a refund pending. Please wait for it to complete before requesting another refund." @@ -11122,15 +11122,15 @@ msgstr "发送信息时出现错误" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:493 msgid "These details are shown on the attendee's ticket and order summary for this date only." -msgstr "" +msgstr "这些信息仅在该日期显示于参与者的门票和订单概要上。" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:168 msgid "These details will only be shown if the order is completed successfully." msgstr "这些详情仅在订单成功完成后显示。" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:491 msgid "These details will replace any existing location on the affected dates and show on attendee tickets." -msgstr "" +msgstr "这些信息将替换受影响日期上原有的地点,并显示在参与者的门票上。" #: src/components/forms/ProductForm/index.tsx:359 msgid "These prices apply across all dates in your schedule, and tier quantities limit total sales across all dates combined. Sale dates on tiers apply globally. You can override prices for individual dates on the <0>Occurrence Schedule page." @@ -11150,7 +11150,7 @@ msgstr "这些模板将仅覆盖此活动的组织者默认设置。如果这里 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:59 msgid "Third" -msgstr "" +msgstr "第三个" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:131 msgid "This account has no completed orders, so all of its data will be permanently deleted." @@ -11166,7 +11166,7 @@ msgstr "此账户已计划于 <0>{scheduledDate} 删除" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:259 msgid "This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes." -msgstr "" +msgstr "这会作用于活动中所有匹配的日期,包括当前不可见的日期。更新完成后,这些日期上已登记的参与者都可在消息编辑器中触达。" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:33 msgid "This attendee has an unpaid order." @@ -11202,7 +11202,7 @@ msgstr "此签到列表尚未激活,不能用于签到。" #: src/components/layouts/CheckIn/index.tsx:503 msgid "This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins." -msgstr "" +msgstr "该签到名单所属的场次已取消,因此无法再用于签到。" #: src/components/forms/AffiliateForm/index.tsx:41 msgid "This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed." @@ -11216,27 +11216,27 @@ msgstr "此颜色组合对某些用户来说可能难以阅读" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:40 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:330 msgid "This date has {orderCount} order(s) that will be affected." -msgstr "" +msgstr "该日期有 {orderCount} 个订单会受影响。" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:423 msgid "This date has been cancelled. You can still delete it to remove it permanently." -msgstr "" +msgstr "该日期已取消。你仍可将它删除以永久移除。" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:457 msgid "This date is in the past. It will be created but won't be visible to attendees under upcoming dates." -msgstr "" +msgstr "该日期已过去。它仍会被创建,但不会出现在参与者看到的即将到来的日期中。" #: src/components/modals/CreateAttendeeModal/index.tsx:273 msgid "This date is marked sold out." -msgstr "" +msgstr "该日期已标记为售罄。" #: src/components/routes/product-widget/SelectProducts/index.tsx:592 msgid "This date is no longer available. Please select another date." -msgstr "" +msgstr "该日期已不可选,请另选一个日期。" #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "This date only" -msgstr "" +msgstr "仅此日期" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:113 msgid "This disconnects {stripeAccountId} from this organizer. Paid ticket sales will stop working until you connect a Stripe account again." @@ -11252,7 +11252,7 @@ msgstr "此活动还没有门票或商品,参与者将无法报名。" #: src/components/layouts/ProductWidget/index.tsx:56 msgid "This event is not available" -msgstr "" +msgstr "该活动不可用" #: src/components/common/StatusToggle/index.tsx:82 msgid "This event is not published yet" @@ -11264,7 +11264,7 @@ msgstr "该活动已售罄" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:106 msgid "This event's dates and times are set on the occurrence schedule." -msgstr "" +msgstr "该活动的日期和时间在场次排期中设置。" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:153 msgid "This information will be shown on the payment page, order summary page, and order confirmation email." @@ -11272,7 +11272,7 @@ msgstr "这些信息将显示在支付页面、订单摘要页面和订单确认 #: src/components/routes/welcome/index.tsx:401 msgid "This is a recurring event" -msgstr "" +msgstr "这是一个重复活动" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:157 msgid "This is an online event" @@ -11317,7 +11317,7 @@ msgstr "此名称对最终用户可见" #: src/components/modals/CreateAttendeeModal/index.tsx:267 msgid "This occurrence is at capacity" -msgstr "" +msgstr "该场次已满员" #: src/components/forms/StripeCheckoutForm/index.tsx:131 msgid "This order has already been paid." @@ -11381,7 +11381,7 @@ msgstr "此产品已售罄" #: src/components/forms/ProductForm/index.tsx:547 msgid "This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to." -msgstr "" +msgstr "该产品不会单独出现在活动页面上 — 买家只能在其所关联的产品下看到它作为附加产品。" #: src/components/modals/PublishEventModal/index.tsx:104 msgid "This recurring event has no dates yet, so there's nothing for attendees to book." @@ -11407,9 +11407,9 @@ msgstr "此门票刚刚被扫描。请等待后再次扫描。" msgid "This user is not active, as they have not accepted their invitation." msgstr "该用户未激活,因为他们没有接受邀请。" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:367 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:368 msgid "This will affect {loadedAffectedCount} date(s)." -msgstr "" +msgstr "这会影响 {loadedAffectedCount} 个日期。" #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:80 msgid "This will be used for notifications and communication with your users." @@ -11433,11 +11433,11 @@ msgstr "这将立即永久删除或匿名化该账户,而不等待计划日期 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:107 msgid "Throughput" -msgstr "" +msgstr "处理速度" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 msgid "Thu" -msgstr "" +msgstr "周四" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -11518,7 +11518,7 @@ msgstr "门票重新发送成功" #: src/components/routes/product-widget/SelectProducts/index.tsx:631 msgid "Ticket sales have ended for this event" -msgstr "" +msgstr "该活动的售票已结束" #: src/components/routes/event/attendees.tsx:75 msgid "Ticket Type" @@ -11565,7 +11565,7 @@ msgstr "分层产品允许您为同一产品提供多种价格选项。这非常 #: src/components/forms/ProductForm/index.tsx:277 msgid "Tiers" -msgstr "" +msgstr "档位" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:70 msgid "TikTok" @@ -11573,7 +11573,7 @@ msgstr "TikTok" #: src/components/routes/event/OccurrencesTab/index.tsx:292 msgid "Time" -msgstr "" +msgstr "时间" #: src/components/layouts/Checkout/index.tsx:322 msgid "Time left:" @@ -11585,7 +11585,7 @@ msgstr "时间" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:725 msgid "Times shown in {timezoneAbbr}" -msgstr "" +msgstr "时间以 {timezoneAbbr} 显示" #: src/components/common/PromoCodeTable/index.tsx:71 msgid "Times used" @@ -11617,7 +11617,7 @@ msgstr "标题为必填项" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1008 msgid "to" -msgstr "" +msgstr "至" #: src/components/routes/event/messages.tsx:93 msgid "To" @@ -11632,7 +11632,7 @@ msgstr "要提高您的限制,请联系我们" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:119 #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:43 msgid "Today" -msgstr "" +msgstr "今天" #: src/components/common/ColumnVisibilityToggle/index.tsx:26 msgid "Toggle columns" @@ -11640,7 +11640,7 @@ msgstr "切换列" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:46 msgid "Tomorrow" -msgstr "" +msgstr "明天" #: src/components/layouts/OrganizerLayout/index.tsx:108 msgid "Tools" @@ -11690,7 +11690,7 @@ msgstr "总费用" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:299 msgid "Total fees" -msgstr "" +msgstr "费用合计" #: src/components/routes/event/EventDashboard/index.tsx:341 #: src/components/routes/event/OccurrenceDetail/index.tsx:212 @@ -11708,7 +11708,7 @@ msgstr "订单总额" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:286 msgid "Total orders" -msgstr "" +msgstr "订单合计" #: src/components/forms/ProductForm/index.tsx:315 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:71 @@ -11727,7 +11727,7 @@ msgstr "退款总额" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:293 msgid "Total tax" -msgstr "" +msgstr "税费合计" #: src/components/routes/event/EventDashboard/index.tsx:343 #: src/components/routes/event/OccurrenceDetail/index.tsx:214 @@ -11745,7 +11745,7 @@ msgstr "总浏览量" #: src/constants/eventCategories.ts:23 msgid "Tours" -msgstr "" +msgstr "导览" #: src/components/routes/admin/Attribution/index.tsx:32 msgid "Track account growth and performance by attribution source" @@ -11758,11 +11758,11 @@ msgstr "跟踪与分析" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:176 msgid "Try a different search term or filter" -msgstr "" +msgstr "换个搜索词或筛选条件试试" -#: src/components/routes/event/OccurrencesTab/index.tsx:584 +#: src/components/routes/event/OccurrencesTab/index.tsx:599 msgid "Try adjusting your filters to see more dates." -msgstr "" +msgstr "调整筛选条件即可查看更多日期。" #: src/components/routes/auth/Login/index.tsx:141 #: src/components/routes/my-tickets/index.tsx:200 @@ -11775,7 +11775,7 @@ msgstr "免费试用Hi.Events" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 msgid "Tue" -msgstr "" +msgstr "周二" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -11856,15 +11856,15 @@ msgstr "无法加入候补名单" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:164 msgid "Unable to load attendee details." -msgstr "" +msgstr "无法加载参与者详情。" #: src/components/routes/product-widget/SelectProducts/index.tsx:330 msgid "Unable to load products for this date. Please try again." -msgstr "" +msgstr "无法加载该日期的产品,请重试。" #: src/components/layouts/CheckIn/index.tsx:220 msgid "Unable to undo check-in" -msgstr "" +msgstr "无法撤销签到" #: src/components/modals/EditQuestionModal/index.tsx:84 msgid "Unable to update question. Please check the your details" @@ -11876,7 +11876,7 @@ msgstr "未归因账户" #: src/components/layouts/CheckIn/index.tsx:255 msgid "Undo" -msgstr "" +msgstr "撤销" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:30 msgid "Unique Customers" @@ -11942,7 +11942,7 @@ msgstr "至" #: src/components/forms/ProductForm/ledgerSummaries.ts:49 msgid "Until {end}" -msgstr "" +msgstr "截至 {end}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1059 msgid "Until a date" @@ -11950,11 +11950,11 @@ msgstr "直到某个日期" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled product" -msgstr "" +msgstr "未命名产品" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled ticket" -msgstr "" +msgstr "未命名门票" #: src/components/common/AdminAccountsTable/index.tsx:101 msgid "Untrusted" @@ -11962,7 +11962,7 @@ msgstr "不受信任" #: src/components/forms/ProductForm/ledgerSummaries.ts:118 msgid "Up to {max} per order" -msgstr "" +msgstr "每单最多 {max} 件" #: src/components/common/EventsDashboardStatusButtons/index.tsx:20 #: src/components/common/EventStatusBadge/index.tsx:16 @@ -11974,7 +11974,7 @@ msgstr "即将推出" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:375 msgid "Upcoming events" -msgstr "" +msgstr "即将到来的活动" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Upcoming Events" @@ -11990,11 +11990,11 @@ msgstr "更新推广员" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Update capacity" -msgstr "" +msgstr "更新容量" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:73 msgid "Update event name and description" -msgstr "" +msgstr "更新活动名称和简介" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:74 msgid "Update event name, description and dates" @@ -12002,11 +12002,11 @@ msgstr "更新活动名称、说明和日期" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Update label" -msgstr "" +msgstr "更新标签" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Update location" -msgstr "" +msgstr "更新地点" #: src/components/routes/profile/ManageProfile/index.tsx:215 msgid "Update profile" @@ -12014,11 +12014,11 @@ msgstr "更新个人资料" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:71 msgid "Update: {subjectTitle} — schedule changes" -msgstr "" +msgstr "更新:{subjectTitle} — 排期变更" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:48 msgid "Update: {subjectTitle} — session time changed" -msgstr "" +msgstr "更新:{subjectTitle} — 场次时间已变更" #: src/components/routes/admin/Announcements/index.tsx:163 msgid "Updated" @@ -12026,19 +12026,19 @@ msgstr "更新时间" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:217 msgid "Updated {count} date(s)" -msgstr "" +msgstr "已更新 {count} 个日期" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:213 msgid "Updated capacity for {count} date(s)" -msgstr "" +msgstr "已更新 {count} 个日期的容量" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:214 msgid "Updated label for {count} date(s)" -msgstr "" +msgstr "已更新 {count} 个日期的标签" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:215 msgid "Updated location for {count} date(s)" -msgstr "" +msgstr "已更新 {count} 个日期的地点" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1138 msgid "Updates as you build the rule. Flip through months to sanity-check dates." @@ -12046,7 +12046,7 @@ msgstr "随规则创建实时更新。翻阅月份以核对日期。" #: src/components/forms/ProductForm/ProductPreview.tsx:93 msgid "Updates as you type." -msgstr "" +msgstr "输入时实时更新。" #: src/components/routes/organizer/Settings/Sections/ImageAssetSettings/index.tsx:39 msgid "Upload a cover image for your organizer" @@ -12093,15 +12093,15 @@ msgstr "使用限制" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:80 msgid "USB" -msgstr "" +msgstr "USB" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner listening" -msgstr "" +msgstr "USB 扫码器待命中" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner paused" -msgstr "" +msgstr "USB 扫码器已暂停" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:154 msgid "Use <0>Liquid templating to personalize your emails" @@ -12119,7 +12119,7 @@ msgstr "使用封面图片" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:531 msgid "Use event default" -msgstr "" +msgstr "使用活动默认值" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:49 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -12193,11 +12193,11 @@ msgstr "增值税" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:195 msgid "VAT country code" -msgstr "" +msgstr "增值税国家代码" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:173 msgid "VAT number" -msgstr "" +msgstr "增值税号" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:212 msgid "VAT Number" @@ -12234,7 +12234,7 @@ msgstr "增值税率" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:168 msgid "VAT registered" -msgstr "" +msgstr "已登记增值税" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:165 #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:173 @@ -12247,7 +12247,7 @@ msgstr "增值税设置已保存。我们正在后台验证您的增值税号。 #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:85 msgid "VAT settings updated" -msgstr "" +msgstr "增值税设置已更新" #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:27 msgid "VAT Treatment for Platform Fees" @@ -12263,11 +12263,11 @@ msgstr "增值税验证服务暂时不可用" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:225 msgid "VAT: {0}" -msgstr "" +msgstr "增值税:{0}" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:230 msgid "VAT: not registered" -msgstr "" +msgstr "增值税:未登记" #: src/components/common/LocationPicker/index.tsx:230 #: src/components/modals/LocationEditModal/index.tsx:140 @@ -12280,7 +12280,7 @@ msgstr "验证码" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:77 msgid "Verification email sent. Check your inbox." -msgstr "" +msgstr "验证邮件已发送,请查收收件箱。" #: src/components/routes/admin/Attribution/index.tsx:136 #: src/components/routes/admin/Dashboard/index.tsx:421 @@ -12298,7 +12298,7 @@ msgstr "验证您的邮箱" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:159 msgid "Verify your email so attendees can receive tickets" -msgstr "" +msgstr "验证你的邮箱,参与者才能收到门票" #: src/components/routes/welcome/index.tsx:189 msgid "Verifying..." @@ -12310,19 +12310,19 @@ msgstr "越南语" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:68 msgid "View All" -msgstr "" +msgstr "查看全部" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:380 msgid "View all →" -msgstr "" +msgstr "查看全部 →" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:424 msgid "View all capabilities" -msgstr "" +msgstr "查看全部功能状态" #: src/components/modals/SelectCheckInListModal/index.tsx:87 msgid "View all check-in lists" -msgstr "" +msgstr "查看全部签到名单" #: src/components/routes/admin/Messages/index.tsx:108 msgid "View all messages sent across the platform" @@ -12347,7 +12347,7 @@ msgstr "查看详情" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:192 msgid "View details for {0} {1}" -msgstr "" +msgstr "查看 {0} {1} 的详情" #: src/components/common/AdminEventsTable/index.tsx:157 #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:58 @@ -12427,11 +12427,11 @@ msgstr "贵宾票" #: src/components/forms/ProductForm/visibilityStatus.ts:41 msgid "Visible from {start} — hidden until sales open." -msgstr "" +msgstr "自 {start} 起可见 — 开售前保持隐藏。" #: src/components/forms/ProductForm/visibilityStatus.ts:56 msgid "Visible to everyone on the event page." -msgstr "" +msgstr "在活动页面上对所有人可见。" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:104 msgid "VK" @@ -12450,7 +12450,7 @@ msgstr "等待付款" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:64 msgid "Waiting for scan…" -msgstr "" +msgstr "等待扫描…" #: src/components/forms/ProductForm/index.tsx:460 #: src/components/layouts/AuthLayout/index.tsx:17 @@ -12480,7 +12480,7 @@ msgstr "我们无法处理您的付款。请重试或联系技术支持。" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:167 msgid "We couldn't copy that Stripe connection. Please try again." -msgstr "" +msgstr "我们无法复制该 Stripe 连接,请重试。" #: src/components/common/ProductsTable/SortableCategory/index.tsx:56 msgid "We couldn't delete the category. Please try again." @@ -12512,7 +12512,7 @@ msgstr "我们找不到此订单。它可能已被删除。" #: src/hooks/useOccurrenceCheckIn.tsx:43 msgid "We couldn't load the check-in lists. Please try again." -msgstr "" +msgstr "我们无法加载签到名单,请重试。" #: src/components/common/ErrorLoadingMessage/index.tsx:13 msgid "We couldn't load the data. Please try again." @@ -12520,7 +12520,7 @@ msgstr "我们无法加载数据。请重试。" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:97 msgid "We couldn't reach Stripe just now. Please try again in a moment." -msgstr "" +msgstr "目前无法连接 Stripe,请稍后重试。" #: src/components/common/ProductsTable/SortableCategory/index.tsx:98 msgid "We couldn't reorder the categories. Please try again." @@ -12532,7 +12532,7 @@ msgstr "加载此页面时遇到问题。请重试。" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:236 msgid "We partner with Stripe to send payouts straight to your bank account." -msgstr "" +msgstr "我们与 Stripe 合作,将款项直接打到你的银行账户。" #: src/components/routes/event/TicketDesigner/index.tsx:144 msgid "We recommend a square logo with minimum dimensions of 200x200px" @@ -12549,7 +12549,7 @@ msgstr "建议尺寸为 400x400 像素,文件大小不超过 5MB" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:158 msgid "We sent a verification link to {0}" -msgstr "" +msgstr "我们已向 {0} 发送验证链接" #: src/components/common/CookieConsentBanner/index.tsx:18 msgid "We use cookies to help us understand how the site is used and to improve your experience." @@ -12578,7 +12578,7 @@ msgstr "如果{productDisplayName}有空位,我们将通过电子邮件通知 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:267 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:301 msgid "We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically." -msgstr "" +msgstr "保存后我们会打开一个已填好模板的消息编辑器。由你确认并发送 — 不会自动发出任何内容。" #: src/components/routes/product-widget/CollectInformation/index.tsx:456 msgid "We'll send your tickets to this email" @@ -12594,7 +12594,7 @@ msgstr "我们正在处理您的订单。请稍候..." #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:75 msgid "We've made changes to the schedule for \"{title}\" — {description} affecting {affectedCount} session(s)." -msgstr "" +msgstr "我们调整了“{title}”的排期 — {description},涉及 {affectedCount} 个场次。" #: src/components/routes/welcome/index.tsx:147 msgid "We've sent a 5-digit verification code to:" @@ -12612,7 +12612,7 @@ msgstr "Webhook 删除成功" #: src/components/layouts/AuthLayout/index.tsx:25 msgid "Webhook integrations" -msgstr "" +msgstr "Webhook 集成" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:137 #: src/components/modals/WebhookLogsModal/index.tsx:151 @@ -12650,7 +12650,7 @@ msgstr "网站" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 msgid "Wed" -msgstr "" +msgstr "周三" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -12659,16 +12659,16 @@ msgstr "星期三" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:88 msgid "week" -msgstr "" +msgstr "周" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:51 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Weekly" -msgstr "" +msgstr "每周" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:96 msgid "weeks" -msgstr "" +msgstr "周" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:105 msgid "Weibo" @@ -12696,7 +12696,7 @@ msgstr "欢迎来到 {0},这是您所有活动的列表" #: src/constants/eventCategories.ts:20 msgid "Wellness" -msgstr "" +msgstr "健康养生" #: src/components/forms/ProductForm/index.tsx:349 msgid "What are Tiered Products?" @@ -12732,7 +12732,7 @@ msgstr "这是什么类型的问题?" #: src/components/forms/CheckInListForm/index.tsx:172 msgid "What unauthenticated staff can see" -msgstr "" +msgstr "未登录的工作人员可以看到什么" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:89 msgid "WhatsApp" @@ -12744,7 +12744,7 @@ msgstr "当签到被删除时" #: src/components/forms/WebhookForm/index.tsx:135 msgid "When a date is cancelled on a recurring event" -msgstr "" +msgstr "当重复活动中的某个日期被取消时" #: src/components/forms/WebhookForm/index.tsx:105 msgid "When a new attendee is created" @@ -12909,7 +12909,7 @@ msgstr "X(推特)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:90 msgid "year" -msgstr "" +msgstr "年" #: src/components/common/OrganizerReportTable/index.tsx:59 #: src/components/common/PeriodSelector/index.tsx:38 @@ -12920,11 +12920,11 @@ msgstr "年度至今" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:53 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Yearly" -msgstr "" +msgstr "每年" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:98 msgid "years" -msgstr "" +msgstr "年" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:191 msgid "Yes" @@ -12969,7 +12969,7 @@ msgstr "您可以创建一个促销代码,针对该产品" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1115 msgid "You can override this for individual dates later." -msgstr "" +msgstr "之后你可以为单个日期单独设置。" #: src/components/modals/OfferWaitlistModal/index.tsx:110 msgid "You can still manually offer tickets if needed." @@ -13035,7 +13035,7 @@ msgstr "您已向免费产品添加了税费。您想要删除它们吗?" #: src/components/forms/ProductForm/ProductDrawer.tsx:57 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:728 msgid "You have unsaved changes. Are you sure you want to discard them?" -msgstr "" +msgstr "你有未保存的更改,确定要放弃吗?" #: src/components/modals/SendMessageModal/index.tsx:204 msgid "You must acknowledge that this email is not promotional" @@ -13067,7 +13067,7 @@ msgstr "您必须先验证电子邮箱地址,才能更新组织者状态。" #: src/components/modals/CreateAttendeeModal/index.tsx:186 msgid "You need to create at least one occurrence before you can add attendees to this recurring event." -msgstr "" +msgstr "你需要先创建至少一个场次,才能为这个重复活动添加参与者。" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:355 msgid "You need to verify your account email before you can modify email templates." @@ -13087,7 +13087,7 @@ msgstr "您必须手动将订单标记为已支付。这可以在订单管理页 #: src/components/modals/CreateEventModal/index.tsx:253 msgid "You'll be able to set up dates, schedules, and recurrence rules in the next step." -msgstr "" +msgstr "你可以在下一步设置日期、排期和重复规则。" #: src/components/modals/CreateCheckInListModal/index.tsx:64 msgid "You'll need a ticket before you can create a check-in list." @@ -13103,7 +13103,7 @@ msgstr "您需要至少一个产品才能开始。免费、付费或让用户决 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:254 msgid "You're changing session times" -msgstr "" +msgstr "你正在修改场次时间" #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:168 msgid "You're going to {0}!" @@ -13123,7 +13123,7 @@ msgstr "您已获得一个名额!" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:290 msgid "You've changed the session time" -msgstr "" +msgstr "你已修改场次时间" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:92 msgid "Your account has been deactivated and will be permanently deleted on <0>{0}." @@ -13264,7 +13264,7 @@ msgstr "您的退款正在处理中。" #: src/components/layouts/CheckIn/index.tsx:117 msgid "Your saved date filter is no longer available — showing all dates." -msgstr "" +msgstr "你保存的日期筛选条件已失效 — 正在显示全部日期。" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:116 msgid "Your Stripe account itself isn't affected, and no data is lost — you can reconnect at any time." @@ -13276,7 +13276,7 @@ msgstr "您的入场券" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:54 msgid "Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions." -msgstr "" +msgstr "你的门票依然有效 — 除非新时间不合适,否则无需任何操作。如有疑问,请回复本邮件。" #: src/components/routes/product-widget/CollectInformation/index.tsx:377 msgid "Your tickets have been confirmed." diff --git a/frontend/src/locales/zh-hk.js b/frontend/src/locales/zh-hk.js index d586e6ead6..d5fce34fd7 100644 --- a/frontend/src/locales/zh-hk.js +++ b/frontend/src/locales/zh-hk.js @@ -1 +1 @@ -/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'暫無內容顯示'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>簽退成功\"],\"KMgp2+\":[[\"0\"],\"可用\"],\"Pmr5xp\":[\"成功創建 \",[\"0\"]],\"FImCSc\":[[\"0\"],\"更新成功\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" 天, \",[\"hours\"],\" 小時, \",[\"minutes\"],\" 分鐘, 和 \",[\"seconds\"],\" 秒\"],\"f3RdEk\":[[\"hours\"],\" 小時, \",[\"minutes\"],\" 分鐘, 和 \",[\"seconds\"],\" 秒\"],\"fyE7Au\":[[\"分\"],\"分鐘和\",[\"秒\"],\"秒鐘\"],\"NlQ0cx\":[[\"組織者名稱\"],\"的首次活動\"],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://your-website.com\",\"qnSLLW\":\"<0>請輸入不含税費的價格。<1>税費可以在下方添加。\",\"ZjMs6e\":\"<0>該產品的可用數量<1>如果該產品有相關的<2>容量限制,此值可以被覆蓋。\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 分 0 秒\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"日期輸入字段。非常適合詢問出生日期等。\",\"6euFZ/\":[\"默認的\",[\"type\"],\"會自動應用於所有新產品。您可以為每個產品單獨覆蓋此設置。\"],\"SMUbbQ\":\"下拉式輸入法只允許一個選擇\",\"qv4bfj\":\"費用,如預訂費或服務費\",\"POT0K/\":\"每個產品的固定金額。例如,每個產品$0.50\",\"f4vJgj\":\"多行文本輸入\",\"OIPtI5\":\"產品價格的百分比。例如,3.5%的產品價格\",\"ZthcdI\":\"無折扣的促銷代碼可以用來顯示隱藏的產品。\",\"AG/qmQ\":\"單選題有多個選項,但只能選擇一個。\",\"h179TP\":\"活動的簡短描述,將顯示在搜索引擎結果中,並在社交媒體上分享時顯示。默認情況下,將使用活動描述\",\"WKMnh4\":\"單行文本輸入\",\"BHZbFy\":\"每個訂單一個問題。例如,您的送貨地址是什麼?\",\"Fuh+dI\":\"每個產品一個問題。例如,您的T恤尺碼是多少?\",\"RlJmQg\":\"標準税,如增值税或消費税\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"接受銀行轉賬、支票或其他線下支付方式\",\"hrvLf4\":\"通過 Stripe 接受信用卡支付\",\"bfXQ+N\":\"接受邀請\",\"AeXO77\":\"賬户\",\"lkNdiH\":\"賬户名稱\",\"Puv7+X\":\"賬户設置\",\"OmylXO\":\"賬户更新成功\",\"7L01XJ\":\"操作\",\"FQBaXG\":\"激活\",\"5T2HxQ\":\"激活日期\",\"F6pfE9\":\"活躍\",\"/PN1DA\":\"為此簽到列表添加描述\",\"0/vPdA\":\"添加有關與會者的任何備註。這些將不會對與會者可見。\",\"Or1CPR\":\"添加有關與會者的任何備註...\",\"l3sZO1\":\"添加關於訂單的備註。這些信息不會對客户可見。\",\"xMekgu\":\"添加關於訂單的備註...\",\"PGPGsL\":\"添加描述\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"添加線下支付的説明(例如,銀行轉賬詳情、支票寄送地址、付款截止日期)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"添加新內容\",\"TZxnm8\":\"添加選項\",\"24l4x6\":\"添加產品\",\"8q0EdE\":\"將產品添加到類別\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"加税或費用\",\"goOKRY\":\"增加層級\",\"oZW/gT\":\"添加到日曆\",\"pn5qSs\":\"附加信息\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"地址\",\"NY/x1b\":\"地址第 1 行\",\"POdIrN\":\"地址 1\",\"cormHa\":\"地址第 2 行\",\"gwk5gg\":\"地址第 2 行\",\"U3pytU\":\"管理員\",\"HLDaLi\":\"管理員用户可以完全訪問事件和賬户設置。\",\"W7AfhC\":\"本次活動的所有與會者\",\"cde2hc\":\"所有產品\",\"5CQ+r0\":\"允許與未支付訂單關聯的參與者簽到\",\"ipYKgM\":\"允許搜索引擎索引\",\"LRbt6D\":\"允許搜索引擎索引此事件\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"令人驚歎, 活動, 關鍵詞...\",\"hehnjM\":\"金額\",\"R2O9Rg\":[\"支付金額 (\",[\"0\"],\")\"],\"V7MwOy\":\"加載頁面時出現錯誤\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"出現意外錯誤。\",\"byKna+\":\"出現意外錯誤。請重試。\",\"ubdMGz\":\"產品持有者的任何查詢都將發送到此電子郵件地址。此地址還將用作從此活動發送的所有電子郵件的“回覆至”地址\",\"aAIQg2\":\"外觀\",\"Ym1gnK\":\"應用\",\"sy6fss\":[\"適用於\",[\"0\"],\"個產品\"],\"kadJKg\":\"適用於1個產品\",\"DB8zMK\":\"應用\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"將此\",[\"type\"],\"應用於所有新產品\"],\"S0ctOE\":\"歸檔活動\",\"TdfEV7\":\"已歸檔\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"您確定要激活該與會者嗎?\",\"TvkW9+\":\"您確定要歸檔此活動嗎?\",\"/CV2x+\":\"您確定要取消該與會者嗎?這將使其門票作廢\",\"YgRSEE\":\"您確定要刪除此促銷代碼嗎?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"您確定要將此活動設為草稿嗎?這將使公眾無法看到該活動\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"您確定要恢復此活動嗎?它將作為草稿恢復。\",\"vJuISq\":\"您確定要刪除此容量分配嗎?\",\"baHeCz\":\"您確定要刪除此簽到列表嗎?\",\"LBLOqH\":\"每份訂單詢問一次\",\"wu98dY\":\"每個產品詢問一次\",\"ss9PbX\":\"參加者\",\"m0CFV2\":\"與會者詳情\",\"QKim6l\":\"未找到參與者\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"參會者票\",\"9SZT4E\":\"參與者\",\"iPBfZP\":\"註冊的參會者\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"自動調整大小\",\"vZ5qKF\":\"根據內容自動調整小工具高度。停用時,小工具將填滿容器的高度。\",\"4lVaWA\":\"等待線下付款\",\"2rHwhl\":\"等待線下付款\",\"3wF4Q/\":\"等待付款\",\"ioG+xt\":\"等待付款\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"返回活動頁面\",\"VCoEm+\":\"返回登錄\",\"k1bLf+\":\"背景顏色\",\"I7xjqg\":\"背景類型\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"賬單地址\",\"/xC/im\":\"賬單設置\",\"rp/zaT\":\"巴西葡萄牙語\",\"whqocw\":\"註冊即表示您同意我們的<0>服務條款和<1>隱私政策。\",\"bcCn6r\":\"計算類型\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"取消\",\"Gjt/py\":\"取消更改電子郵件\",\"tVJk4q\":\"取消訂單\",\"Os6n2a\":\"取消訂單\",\"Mz7Ygx\":[\"取消訂單 \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"已取消\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"容量\",\"V6Q5RZ\":\"容量分配創建成功\",\"k5p8dz\":\"容量分配刪除成功\",\"nDBs04\":\"容量管理\",\"ddha3c\":\"類別允許您將產品分組。例如,您可以有一個“門票”類別和另一個“商品”類別。\",\"iS0wAT\":\"類別幫助您組織產品。此標題將在公共活動頁面上顯示。\",\"eorM7z\":\"類別重新排序成功。\",\"3EXqwa\":\"類別創建成功\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"更改密碼\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"簽到 \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"簽到並標記訂單為已付款\",\"QYLpB4\":\"僅簽到\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"看看這個活動吧!\",\"gXcPxc\":\"Check-in\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"簽到列表刪除成功\",\"+hBhWk\":\"簽到列表已過期\",\"mBsBHq\":\"簽到列表未激活\",\"vPqpQG\":\"未找到簽到列表\",\"tejfAy\":\"簽到列表\",\"hD1ocH\":\"簽到鏈接已複製到剪貼板\",\"CNafaC\":\"複選框選項允許多重選擇\",\"SpabVf\":\"複選框\",\"CRu4lK\":\"已簽到\",\"znIg+z\":\"結賬\",\"1WnhCL\":\"結賬設置\",\"6imsQS\":\"簡體中文\",\"JjkX4+\":\"選擇背景顏色\",\"/Jizh9\":\"選擇賬户\",\"3wV73y\":\"城市\",\"FG98gC\":\"清除搜索文本\",\"EYeuMv\":\"click here\",\"sby+1/\":\"點擊複製\",\"yz7wBu\":\"關閉\",\"62Ciis\":\"關閉側邊欄\",\"EWPtMO\":\"代碼\",\"ercTDX\":\"代碼長度必須在 3 至 50 個字符之間\",\"oqr9HB\":\"當活動頁面初始加載時摺疊此產品\",\"jZlrte\":\"顏色\",\"Vd+LC3\":\"顏色必須是有效的十六進制顏色代碼。例如#ffffff\",\"1HfW/F\":\"顏色\",\"VZeG/A\":\"即將推出\",\"yPI7n9\":\"以逗號分隔的描述活動的關鍵字。搜索引擎將使用這些關鍵字來幫助對活動進行分類和索引\",\"NPZqBL\":\"完整訂單\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"完成付款\",\"qqWcBV\":\"已完成\",\"6HK5Ct\":\"已完成訂單\",\"NWVRtl\":\"已完成訂單\",\"DwF9eH\":\"組件代碼\",\"Tf55h7\":\"已配置折扣\",\"7VpPHA\":\"確認\",\"ZaEJZM\":\"確認電子郵件更改\",\"yjkELF\":\"確認新密碼\",\"xnWESi\":\"確認密碼\",\"p2/GCq\":\"確認密碼\",\"wnDgGj\":\"確認電子郵件地址...\",\"pbAk7a\":\"連接條紋\",\"UMGQOh\":\"與 Stripe 連接\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"連接詳情\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"繼續\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"繼續按鈕文字\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"複製的\",\"T5rdis\":\"複製到剪貼板\",\"he3ygx\":\"複製\",\"r2B2P8\":\"複製簽到鏈接\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"複製鏈接\",\"E6nRW7\":\"複製 URL\",\"JNCzPW\":\"國家\",\"IF7RiR\":\"封面\",\"hYgDIe\":\"創建\",\"b9XOHo\":[\"創建 \",[\"0\"]],\"k9RiLi\":\"創建一個產品\",\"6kdXbW\":\"創建促銷代碼\",\"n5pRtF\":\"創建票單\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"創建一個組織者\",\"ipP6Ue\":\"創建與會者\",\"VwdqVy\":\"創建容量分配\",\"EwoMtl\":\"創建類別\",\"XletzW\":\"創建類別\",\"WVbTwK\":\"創建簽到列表\",\"uN355O\":\"創建活動\",\"BOqY23\":\"創建新的\",\"kpJAeS\":\"創建組織器\",\"a0EjD+\":\"創建產品\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"創建促銷代碼\",\"B3Mkdt\":\"創建問題\",\"UKfi21\":\"創建税費\",\"d+F6q9\":\"已建立\",\"Q2lUR2\":\"貨幣\",\"DCKkhU\":\"當前密碼\",\"uIElGP\":\"自定義地圖 URL\",\"UEqXyt\":\"自定義範圍\",\"876pfE\":\"客户\",\"QOg2Sf\":\"自定義此事件的電子郵件和通知設置\",\"Y9Z/vP\":\"定製活動主頁和結賬信息\",\"2E2O5H\":\"自定義此事件的其他設置\",\"iJhSxe\":\"自定義此事件的搜索引擎優化設置\",\"KIhhpi\":\"定製您的活動頁面\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"危險區\",\"ZQKLI1\":\"危險區\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"日期\",\"JvUngl\":\"日期和時間\",\"JJhRbH\":\"第一天容量\",\"cnGeoo\":\"刪除\",\"jRJZxD\":\"刪除容量\",\"VskHIx\":\"刪除類別\",\"Qrc8RZ\":\"刪除簽到列表\",\"WHf154\":\"刪除代碼\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"説明\",\"YC3oXa\":\"簽到工作人員的描述\",\"URmyfc\":\"詳細信息\",\"1lRT3t\":\"禁用此容量將跟蹤銷售情況,但不會在達到限制時停止銷售\",\"H6Ma8Z\":\"折扣\",\"ypJ62C\":\"折扣率\",\"3LtiBI\":[[\"0\"],\"中的折扣\"],\"C8JLas\":\"折扣類型\",\"1QfxQT\":\"Dismiss\",\"DZlSLn\":\"文檔標籤\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"下載 .ics\",\"kodV18\":\"下載 CSV\",\"CELKku\":\"下載發票\",\"LQrXcu\":\"下載發票\",\"QIodqd\":\"下載二維碼\",\"yhjU+j\":\"正在下載發票\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"下拉選擇\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"複製活動\",\"3ogkAk\":\"複製活動\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"複製選項\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"早起的鳥兒\",\"ePK91l\":\"編輯\",\"N6j2JH\":[\"編輯 \",[\"0\"]],\"kBkYSa\":\"編輯容量\",\"oHE9JT\":\"編輯容量分配\",\"j1Jl7s\":\"編輯類別\",\"FU1gvP\":\"編輯簽到列表\",\"iFgaVN\":\"編輯代碼\",\"jrBSO1\":\"編輯組織器\",\"tdD/QN\":\"編輯產品\",\"n143Tq\":\"編輯產品類別\",\"9BdS63\":\"編輯促銷代碼\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"編輯問題\",\"poTr35\":\"編輯用户\",\"GTOcxw\":\"編輯用户\",\"pqFrv2\":\"例如2.50 換 2.50\",\"3yiej1\":\"例如23.5 表示 23.5%\",\"O3oNi5\":\"電子郵件\",\"VxYKoK\":\"電子郵件和通知設置\",\"ATGYL1\":\"電子郵件地址\",\"hzKQCy\":\"電子郵件地址\",\"HqP6Qf\":\"電子郵件更改已成功取消\",\"mISwW1\":\"電子郵件更改待定\",\"APuxIE\":\"重新發送電子郵件確認\",\"YaCgdO\":\"成功重新發送電子郵件確認\",\"jyt+cx\":\"電子郵件頁腳信息\",\"I6F3cp\":\"電子郵件未經驗證\",\"NTZ/NX\":\"嵌入代碼\",\"4rnJq4\":\"嵌入腳本\",\"8oPbg1\":\"啟用發票功能\",\"j6w7d/\":\"啟用此容量以在達到限制時停止產品銷售\",\"VFv2ZC\":\"結束日期\",\"237hSL\":\"完工\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"英語\",\"MhVoma\":\"輸入不含税費的金額。\",\"SlfejT\":\"錯誤\",\"3Z223G\":\"確認電子郵件地址出錯\",\"a6gga1\":\"確認更改電子郵件時出錯\",\"5/63nR\":\"歐元\",\"0pC/y6\":\"活動\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"活動日期\",\"0Zptey\":\"事件默認值\",\"QcCPs8\":\"活動詳情\",\"6fuA9p\":\"事件成功複製\",\"AEuj2m\":\"活動主頁\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"活動地點和場地詳情\",\"OopDbA\":\"Event page\",\"4/If97\":\"活動狀態更新失敗。請稍後再試\",\"btxLWj\":\"事件狀態已更新\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"活動\",\"sZg7s1\":\"過期日期\",\"KnN1Tu\":\"到期\",\"uaSvqt\":\"有效期\",\"GS+Mus\":\"出口\",\"9xAp/j\":\"取消與會者失敗\",\"ZpieFv\":\"取消訂單失敗\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"下載發票失敗。請重試。\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"加載簽到列表失敗\",\"ZQ15eN\":\"重新發送票據電子郵件失敗\",\"ejXy+D\":\"產品排序失敗\",\"PLUB/s\":\"費用\",\"/mfICu\":\"費用\",\"LyFC7X\":\"篩選訂單\",\"cSev+j\":\"篩選器\",\"CVw2MU\":[\"篩選器 (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"第一張發票號碼\",\"V1EGGU\":\"姓名\",\"kODvZJ\":\"姓名\",\"S+tm06\":\"名字必須在 1 至 50 個字符之間\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"首次使用\",\"TpqW74\":\"固定式\",\"irpUxR\":\"固定金額\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"忘記密碼?\",\"2POOFK\":\"免費\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"法語\",\"Weq9zb\":\"General\",\"DDcvSo\":\"德國\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"返回個人資料\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"谷歌日曆\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"銷售總額\",\"yRg26W\":\"總銷售額\",\"R4r4XO\":\"賓客\",\"26pGvx\":\"有促銷代碼嗎?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"這是如何在應用程式中使用該組件的範例。\",\"Y1SSqh\":\"這是您可以用來在應用程式中嵌入小工具的 React 組件。\",\"QuhVpV\":[\"你好 \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"隱藏於公眾視線之外\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"隱藏問題只有活動組織者可以看到,客户看不到。\",\"vLyv1R\":\"隱藏\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"在銷售結束日期後隱藏產品\",\"06s3w3\":\"在銷售開始日期前隱藏產品\",\"axVMjA\":\"除非用户有適用的促銷代碼,否則隱藏產品\",\"ySQGHV\":\"售罄時隱藏產品\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"對客户隱藏此產品\",\"Da29Y6\":\"隱藏此問題\",\"fvDQhr\":\"向用户隱藏此層級\",\"lNipG+\":\"隱藏產品將防止用户在活動頁面上看到它。\",\"ZOBwQn\":\"主頁設計\",\"PRuBTd\":\"首頁設計器\",\"YjVNGZ\":\"主頁預覽\",\"c3E/kw\":\"荷馬\",\"8k8Njd\":\"客户有多少分鐘來完成訂單。我們建議至少 15 分鐘\",\"ySxKZe\":\"這個代碼可以使用多少次?\",\"dZsDbK\":[\"HTML字符限制已超出:\",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"我同意<0>條款和條件。\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"如果啟用,登記工作人員可以將與會者標記為已登記或將訂單標記為已支付並登記與會者。如果禁用,關聯未支付訂單的與會者無法登記。\",\"muXhGi\":\"如果啟用,當有新訂單時,組織者將收到電子郵件通知\",\"6fLyj/\":\"如果您沒有要求更改密碼,請立即更改密碼。\",\"n/ZDCz\":\"圖像已成功刪除\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"圖片上傳成功\",\"VyUuZb\":\"圖片網址\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"不活動\",\"T0K0yl\":\"非活動用户無法登錄。\",\"kO44sp\":\"包含您的在線活動的連接詳細信息。這些信息將在訂單摘要頁面和參會者門票頁面顯示。\",\"FlQKnG\":\"價格中包含税費\",\"Vi+BiW\":[\"包括\",[\"0\"],\"個產品\"],\"lpm0+y\":\"包括1個產品\",\"UiAk5P\":\"插入圖片\",\"OyLdaz\":\"再次發出邀請!\",\"HE6KcK\":\"撤銷邀請!\",\"SQKPvQ\":\"邀請用户\",\"bKOYkd\":\"發票下載成功\",\"alD1+n\":\"發票備註\",\"kOtCs2\":\"發票編號\",\"UZ2GSZ\":\"發票設置\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"項目\",\"KFXip/\":\"約翰\",\"XcgRvb\":\"約翰遜\",\"87a/t/\":\"標籤\",\"vXIe7J\":\"語言\",\"2LMsOq\":\"過去 12 個月\",\"vfe90m\":\"過去 14 天\",\"aK4uBd\":\"過去 24 小時\",\"uq2BmQ\":\"過去 30 天\",\"bB6Ram\":\"過去 48 小時\",\"VlnB7s\":\"過去 6 個月\",\"ct2SYD\":\"過去 7 天\",\"XgOuA7\":\"過去 90 天\",\"I3yitW\":\"最後登錄\",\"1ZaQUH\":\"姓氏\",\"UXBCwc\":\"姓氏\",\"tKCBU0\":\"最近一次使用\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"留空以使用默認詞“發票”\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"加載中...\",\"wJijgU\":\"地點\",\"sQia9P\":\"登錄\",\"zUDyah\":\"登錄\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"註銷\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"在結賬時強制要求填寫賬單地址\",\"MU3ijv\":\"將此問題作為必答題\",\"wckWOP\":\"管理\",\"onpJrA\":\"管理與會者\",\"n4SpU5\":\"管理活動\",\"WVgSTy\":\"管理訂單\",\"1MAvUY\":\"管理此活動的支付和發票設置。\",\"cQrNR3\":\"管理簡介\",\"AtXtSw\":\"管理可以應用於您的產品的税費\",\"ophZVW\":\"管理機票\",\"DdHfeW\":\"管理賬户詳情和默認設置\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"管理用户及其權限\",\"1m+YT2\":\"在顧客結賬前,必須回答必填問題。\",\"Dim4LO\":\"手動添加與會者\",\"e4KdjJ\":\"手動添加與會者\",\"vFjEnF\":\"標記為已支付\",\"g9dPPQ\":\"每份訂單的最高限額\",\"l5OcwO\":\"與會者留言\",\"Gv5AMu\":\"留言參與者\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"留言買家\",\"tNZzFb\":\"訊息內容\",\"lYDV/s\":\"給個別與會者留言\",\"V7DYWd\":\"發送的信息\",\"t7TeQU\":\"信息\",\"xFRMlO\":\"每次訂購的最低數量\",\"QYcUEf\":\"最低價格\",\"RDie0n\":\"其他\",\"mYLhkl\":\"雜項設置\",\"KYveV8\":\"多行文本框\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"我的精彩活動描述\",\"vX8/tc\":\"我的精彩活動標題...\",\"hKtWk2\":\"我的簡介\",\"fj5byd\":\"不適用\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"名稱\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"導航至與會者\",\"qqeAJM\":\"從不\",\"7vhWI8\":\"新密碼\",\"1UzENP\":\"否\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"沒有可顯示的已歸檔活動。\",\"q2LEDV\":\"未找到此訂單的參會者。\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"無與會者\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"沒有容量分配\",\"a/gMx2\":\"沒有簽到列表\",\"tMFDem\":\"無可用數據\",\"6Z/F61\":\"無數據顯示。請選擇日期範圍\",\"fFeCKc\":\"無折扣\",\"HFucK5\":\"沒有可顯示的已結束活動。\",\"yAlJXG\":\"無事件顯示\",\"GqvPcv\":\"沒有可用篩選器\",\"KPWxKD\":\"無信息顯示\",\"J2LkP8\":\"無訂單顯示\",\"RBXXtB\":\"當前沒有可用的支付方式。請聯繫活動組織者以獲取幫助。\",\"ZWEfBE\":\"無需支付\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"此類別中沒有可用的產品。\",\"FTfObB\":\"尚無產品\",\"+Y976X\":\"無促銷代碼顯示\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"無結果\",\"gk5uwN\":\"沒有搜索結果\",\"RHyZUL\":\"沒有搜索結果。\",\"RY2eP1\":\"未加收任何税費。\",\"EdQY6l\":\"無\",\"OJx3wK\":\"不詳\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"備註\",\"jtrY3S\":\"暫無顯示內容\",\"hFwWnI\":\"通知設置\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"將新訂單通知組織者\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"允許支付的天數(留空以從發票中省略付款條款)\",\"n86jmj\":\"號碼前綴\",\"mwe+2z\":\"線下訂單在標記為已支付之前不會反映在活動統計中。\",\"dWBrJX\":\"線下支付失敗。請重試或聯繫活動組織者。\",\"fcnqjw\":\"離線付款說明\",\"+eZ7dp\":\"線下支付\",\"ojDQlR\":\"線下支付信息\",\"u5oO/W\":\"線下支付設置\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"銷售中\",\"Ug4SfW\":\"創建事件後,您就可以在這裏看到它。\",\"ZxnK5C\":\"一旦開始收集數據,您將在這裏看到。\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"持續進行\",\"z+nuVJ\":\"Online event\",\"WKHW0N\":\"在線活動詳情\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"開啟簽到頁面\",\"OdnLE4\":\"打開側邊欄\",\"ZZEYpT\":[\"方案 \",[\"i\"]],\"oPknTP\":\"所有發票上顯示的可選附加信息(例如,付款條款、逾期付款費用、退貨政策)\",\"OrXJBY\":\"發票編號的可選前綴(例如,INV-)\",\"0zpgxV\":\"選項\",\"BzEFor\":\"或\",\"UYUgdb\":\"訂購\",\"mm+eaX\":\"Order #\",\"B3gPuX\":\"取消訂單\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"訂購日期\",\"Tol4BF\":\"訂購詳情\",\"WbImlQ\":\"訂單已取消,並已通知訂單所有者。\",\"nAn4Oe\":\"訂單已標記為已支付\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"訂購參考\",\"acIJ41\":\"訂單狀態\",\"GX6dZv\":\"訂單摘要\",\"tDTq0D\":\"訂單超時\",\"1h+RBg\":\"訂單\",\"3y+V4p\":\"組織地址\",\"GVcaW6\":\"組織詳細信息\",\"nfnm9D\":\"組織名稱\",\"G5RhpL\":\"主辦方\",\"mYygCM\":\"需要組織者\",\"Pa6G7v\":\"組織者姓名\",\"l894xP\":\"組織者只能管理活動和產品。他們無法管理用户、賬户設置或賬單信息。\",\"fdjq4c\":\"內邊距\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"頁面未找到\",\"QbrUIo\":\"頁面瀏覽量\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"付訖\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"部分退款\",\"8ZsakT\":\"密碼\",\"TUJAyx\":\"密碼必須至少包含 8 個字符\",\"vwGkYB\":\"密碼必須至少包含 8 個字符\",\"BLTZ42\":\"密碼重置成功。請使用新密碼登錄。\",\"f7SUun\":\"密碼不一樣\",\"aEDp5C\":\"將此貼上到您希望小工具顯示的位置。\",\"+23bI/\":\"帕特里克\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"付款方式\",\"Lg+ewC\":\"支付和發票\",\"DZjk8u\":\"支付和發票設置\",\"lflimf\":\"付款期限\",\"JhtZAK\":\"付款失敗\",\"JEdsvQ\":\"支付説明\",\"bLB3MJ\":\"支付方式\",\"QzmQBG\":\"支付提供商\",\"lsxOPC\":\"已收到付款\",\"wJTzyi\":\"支付狀態\",\"xgav5v\":\"付款成功!\",\"R29lO5\":\"付款條款\",\"/roQKz\":\"百分比\",\"vPJ1FI\":\"百分比 金額\",\"xdA9ud\":\"將此放置在您網站的 中。\",\"blK94r\":\"請至少添加一個選項\",\"FJ9Yat\":\"請檢查所提供的信息是否正確\",\"TkQVup\":\"請檢查您的電子郵件和密碼並重試\",\"sMiGXD\":\"請檢查您的電子郵件是否有效\",\"Ajavq0\":\"請檢查您的電子郵件以確認您的電子郵件地址\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"請在新標籤頁中繼續\",\"hcX103\":\"請創建一個產品\",\"cdR8d6\":\"請創建一張票\",\"x2mjl4\":\"請輸入指向圖像的有效圖片網址。\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"請注意\",\"C63rRe\":\"請返回活動頁面重新開始。\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"請選擇至少一個產品\",\"igBrCH\":\"請驗證您的電子郵件地址,以訪問所有功能\",\"/IzmnP\":\"請稍候,我們正在準備您的發票...\",\"MOERNx\":\"葡萄牙語\",\"qCJyMx\":\"結賬後信息\",\"g2UNkE\":\"技術支援\",\"Rs7IQv\":\"結賬前信息\",\"rdUucN\":\"預覽\",\"a7u1N9\":\"價格\",\"CmoB9j\":\"價格顯示模式\",\"BI7D9d\":\"未設置價格\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"主色調\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"主要文字顏色\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"打印所有門票\",\"DKwDdj\":\"打印票\",\"K47k8R\":\"產品\",\"1JwlHk\":\"產品類別\",\"U61sAj\":\"產品類別更新成功。\",\"1USFWA\":\"產品刪除成功\",\"4Y2FZT\":\"產品價格類型\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"產品銷售\",\"U/R4Ng\":\"產品等級\",\"sJsr1h\":\"產品類型\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"產品\",\"N0qXpE\":\"產品\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"已售產品\",\"/u4DIx\":\"已售產品\",\"DJQEZc\":\"產品排序成功\",\"vERlcd\":\"簡介\",\"kUlL8W\":\"成功更新個人資料\",\"cl5WYc\":[\"已使用促銷 \",[\"promo_code\"],\" 代碼\"],\"P5sgAk\":\"促銷代碼\",\"yKWfjC\":\"促銷代碼頁面\",\"RVb8Fo\":\"促銷代碼\",\"BZ9GWa\":\"促銷代碼可用於提供折扣、預售權限或為您的活動提供特殊權限。\",\"OP094m\":\"促銷代碼報告\",\"4kyDD5\":\"為此問題提供額外的上下文或說明。使用此欄位添加條款\\n和條件、指南或參與者在回答前需要了解的任何重要資訊。\",\"toutGW\":\"二維碼\",\"LkMOWF\":\"可用數量\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"問題已刪除\",\"avf0gk\":\"問題描述\",\"oQvMPn\":\"問題標題\",\"enzGAL\":\"問題\",\"ROv2ZT\":\"問與答\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"無線電選項\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"受援國\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"退款失敗\",\"n10yGu\":\"退款訂單\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"退款處理中\",\"xHpVRl\":\"退款狀態\",\"/BI0y9\":\"退款\",\"fgLNSM\":\"註冊\",\"9+8Vez\":\"剩餘使用次數\",\"tasfos\":\"去除\",\"t/YqKh\":\"移除\",\"t9yxlZ\":\"報告\",\"prZGMe\":\"要求賬單地址\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"重新發送電子郵件確認\",\"wIa8Qe\":\"重新發送邀請\",\"VeKsnD\":\"重新發送訂單電子郵件\",\"dFuEhO\":\"重新發送門票電郵\",\"o6+Y6d\":\"重新發送...\",\"OfhWJH\":\"重置\",\"RfwZxd\":\"重置密碼\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"恢復活動\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"返回活動頁面\",\"8YBH95\":\"收入\",\"PO/sOY\":\"撤銷邀請\",\"GDvlUT\":\"角色\",\"ELa4O9\":\"銷售結束日期\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"銷售開始日期\",\"hBsw5C\":\"銷售結束\",\"kpAzPe\":\"銷售開始\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"保存\",\"IUwGEM\":\"保存更改\",\"U65fiW\":\"保存組織器\",\"UGT5vp\":\"保存設置\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"按與會者姓名、電子郵件或訂單號搜索...\",\"+pr/FY\":\"按活動名稱搜索...\",\"3zRbWw\":\"按姓名、電子郵件或訂單號搜索...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"按名稱搜索...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"搜索容量分配...\",\"r9M1hc\":\"搜索簽到列表...\",\"+0Yy2U\":\"搜索產品\",\"YIix5Y\":\"搜索...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"次要顏色\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"次要文字顏色\",\"02ePaq\":[\"選擇 \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"選擇類別...\",\"kWI/37\":\"選擇組織者\",\"ixIx1f\":\"選擇產品\",\"3oSV95\":\"選擇產品等級\",\"C4Y1hA\":\"選擇產品\",\"hAjDQy\":\"選擇狀態\",\"QYARw/\":\"選擇機票\",\"OMX4tH\":\"選擇票\",\"DrwwNd\":\"選擇時間段\",\"O/7I0o\":\"選擇...\",\"JlFcis\":\"發送\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"發送信息\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"發送消息\",\"D7ZemV\":\"發送訂單確認和票務電子郵件\",\"v1rRtW\":\"發送測試\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"搜索引擎優化説明\",\"/SIY6o\":\"搜索引擎優化關鍵詞\",\"GfWoKv\":\"搜索引擎優化設置\",\"rXngLf\":\"搜索引擎優化標題\",\"/jZOZa\":\"服務費\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"設置發票編號的起始編號。一旦發票生成,就無法更改。\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"設置\",\"Z8lGw6\":\"分享\",\"B2V3cA\":\"分享活動\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"Show\",\"V0SbFp\":\"顯示可用產品數量\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"顯示更多\",\"izwOOD\":\"單獨顯示税費\",\"1SbbH8\":\"結賬後顯示給客户,在訂單摘要頁面。\",\"YfHZv0\":\"在顧客結賬前向他們展示\",\"CBBcly\":\"顯示常用地址字段,包括國家\",\"yTnnYg\":\"辛普森\",\"TNaCfq\":\"單行文本框\",\"+P0Cn2\":\"跳過此步驟\",\"YSEnLE\":\"史密斯\",\"lgFfeO\":\"售罄\",\"Mi1rVn\":\"售罄\",\"nwtY4N\":\"出了點問題\",\"GRChTw\":\"刪除税費時出了問題\",\"YHFrbe\":\"出錯了!請重試\",\"kf83Ld\":\"出問題了\",\"fWsBTs\":\"出錯了。請重試。\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"對不起,此優惠代碼不可用\",\"65A04M\":\"西班牙語\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"開始日期\",\"/2by1f\":\"州或地區\",\"uAQUqI\":\"狀態\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"此活動未啟用 Stripe 支付。\",\"UJmAAK\":\"主題\",\"X2rrlw\":\"小計\",\"zzDlyQ\":\"成功\",\"b0HJ45\":[\"成功!\",[\"0\"],\" 將很快收到一封電子郵件。\"],\"BJIEiF\":[\"成功 \",[\"0\"],\" 參會者\"],\"OtgNFx\":\"成功確認電子郵件地址\",\"IKwyaF\":\"成功確認電子郵件更改\",\"zLmvhE\":\"成功創建與會者\",\"gP22tw\":\"產品創建成功\",\"9mZEgt\":\"成功創建促銷代碼\",\"aIA9C4\":\"成功創建問題\",\"J3RJSZ\":\"成功更新與會者\",\"3suLF0\":\"容量分配更新成功\",\"Z+rnth\":\"簽到列表更新成功\",\"vzJenu\":\"成功更新電子郵件設置\",\"7kOMfV\":\"成功更新活動\",\"G0KW+e\":\"成功更新主頁設計\",\"k9m6/E\":\"成功更新主頁設置\",\"y/NR6s\":\"成功更新位置\",\"73nxDO\":\"成功更新雜項設置\",\"4H80qv\":\"訂單更新成功\",\"6xCBVN\":\"支付和發票設置已成功更新\",\"1Ycaad\":\"產品更新成功\",\"70dYC8\":\"成功更新促銷代碼\",\"F+pJnL\":\"成功更新搜索引擎設置\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"支持電子郵件\",\"uRfugr\":\"T恤衫\",\"JpohL9\":\"税收\",\"geUFpZ\":\"税費\",\"dFHcIn\":\"税務詳情\",\"wQzCPX\":\"所有發票底部顯示的税務信息(例如,增值税號、税務註冊號)\",\"0RXCDo\":\"成功刪除税費\",\"ZowkxF\":\"税收\",\"qu6/03\":\"税費\",\"gypigA\":\"促銷代碼無效\",\"5ShqeM\":\"您查找的簽到列表不存在。\",\"QXlz+n\":\"事件的默認貨幣。\",\"mnafgQ\":\"事件的默認時區。\",\"o7s5FA\":\"與會者接收電子郵件的語言。\",\"NlfnUd\":\"您點擊的鏈接無效。\",\"HsFnrk\":[[\"0\"],\"的最大產品數量是\",[\"1\"]],\"TSAiPM\":\"您要查找的頁面不存在\",\"MSmKHn\":\"顯示給客户的價格將包括税費。\",\"6zQOg1\":\"顯示給客户的價格不包括税費。税費將單獨顯示\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"活動標題,將顯示在搜索引擎結果中,並在社交媒體上分享時顯示。默認情況下,將使用事件標題\",\"wDx3FF\":\"此活動沒有可用產品\",\"pNgdBv\":\"此類別中沒有可用產品\",\"rMcHYt\":\"退款正在處理中。請等待退款完成後再申請退款。\",\"F89D36\":\"標記訂單為已支付時出錯\",\"68Axnm\":\"處理您的請求時出現錯誤。請重試。\",\"mVKOW6\":\"發送信息時出現錯誤\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"此參與者有未付款的訂單。\",\"mf3FrP\":\"此類別尚無任何產品。\",\"8QH2Il\":\"此類別對公眾隱藏\",\"xxv3BZ\":\"此簽到列表已過期\",\"Sa7w7S\":\"此簽到列表已過期,不再可用於簽到。\",\"Uicx2U\":\"此簽到列表已激活\",\"1k0Mp4\":\"此簽到列表尚未激活\",\"K6fmBI\":\"此簽到列表尚未激活,不能用於簽到。\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"這些信息將顯示在支付頁面、訂單摘要頁面和訂單確認電子郵件中。\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"這是一項在線活動\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"此信息將包含在本次活動發送的所有電子郵件的頁腳中\",\"55i7Fa\":\"此消息僅在訂單成功完成後顯示。等待付款的訂單不會顯示此消息。\",\"RjwlZt\":\"此訂單已付款。\",\"5K8REg\":\"此訂單已退款。\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"此訂單已取消。\",\"Q0zd4P\":\"此訂單已過期。請重新開始。\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"此訂單已完成。\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"此訂購頁面已不可用。\",\"i0TtkR\":\"這將覆蓋所有可見性設置,並將該產品對所有客户隱藏。\",\"cRRc+F\":\"此產品無法刪除,因為它與訂單關聯。您可以將其隱藏。\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"此重置密碼鏈接無效或已過期。\",\"IV9xTT\":\"該用户未激活,因為他們沒有接受邀請。\",\"5AnPaO\":\"入場券\",\"kjAL4v\":\"門票\",\"dtGC3q\":\"門票電子郵件已重新發送給與會者\",\"54q0zp\":\"門票\",\"xN9AhL\":[[\"0\"],\"級\"],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"分層產品允許您為同一產品提供多種價格選項。這非常適合早鳥產品,或為不同人羣提供不同的價格選項。\\\" # zh-cn\",\"nn3mSR\":\"剩餘時間:\",\"s/0RpH\":\"使用次數\",\"y55eMd\":\"使用次數\",\"40Gx0U\":\"時區\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"標題\",\"xdA/+p\":\"工具\",\"72c5Qo\":\"總計\",\"YXx+fG\":\"折扣前總計\",\"NRWNfv\":\"折扣總金額\",\"BxsfMK\":\"總費用\",\"2bR+8v\":\"總銷售額\",\"mpB/d9\":\"訂單總額\",\"m3FM1g\":\"退款總額\",\"jEbkcB\":\"退款總額\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"總税額\",\"+zy2Nq\":\"類型\",\"FMdMfZ\":\"無法簽到參與者\",\"bPWBLL\":\"無法簽退參與者\",\"9+P7zk\":\"無法創建產品。請檢查您的詳細信息\",\"WLxtFC\":\"無法創建產品。請檢查您的詳細信息\",\"/cSMqv\":\"無法創建問題。請檢查您的詳細信息\",\"MH/lj8\":\"無法更新問題。請檢查您的詳細信息\",\"nnfSdK\":\"獨立客户\",\"Mqy/Zy\":\"美國\",\"NIuIk1\":\"無限制\",\"/p9Fhq\":\"無限供應\",\"E0q9qH\":\"允許無限次使用\",\"h10Wm5\":\"未付款訂單\",\"ia8YsC\":\"即將推出\",\"TlEeFv\":\"即將舉行的活動\",\"L/gNNk\":[\"更新 \",[\"0\"]],\"+qqX74\":\"更新活動名稱、説明和日期\",\"vXPSuB\":\"更新個人資料\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"鏈接\",\"UtDm3q\":\"複製到剪貼板的 URL\",\"e5lF64\":\"使用範例\",\"fiV0xj\":\"使用限制\",\"sGEOe4\":\"使用封面圖片的模糊版本作為背景\",\"OadMRm\":\"使用封面圖片\",\"7PzzBU\":\"用户\",\"yDOdwQ\":\"用户管理\",\"Sxm8rQ\":\"用户\",\"VEsDvU\":\"用户可在 <0>\\\"配置文件設置\\\" 中更改自己的電子郵件\",\"vgwVkd\":\"世界協調時\",\"khBZkl\":\"增值税\",\"E/9LUk\":\"地點名稱\",\"jpctdh\":\"View\",\"Pte1Hv\":\"查看參會者詳情\",\"/5PEQz\":\"查看活動頁面\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"在谷歌地圖上查看\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP簽到列表\",\"tF+VVr\":\"貴賓票\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"我們無法處理您的付款。請重試或聯繫技術支持。\",\"45Srzt\":\"我們無法刪除該類別。請再試一次。\",\"/DNy62\":[\"我們找不到與\",[\"0\"],\"匹配的任何門票\"],\"1E0vyy\":\"我們無法加載數據。請重試。\",\"NmpGKr\":\"我們無法重新排序類別。請再試一次。\",\"BJtMTd\":\"我們建議尺寸為 2160px x 1080px,文件大小不超過 5MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"我們無法確認您的付款。請重試或聯繫技術支持。\",\"Gspam9\":\"我們正在處理您的訂單。請稍候...\",\"LuY52w\":\"歡迎加入!請登錄以繼續。\",\"dVxpp5\":[\"歡迎回來\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"什麼是分層產品?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"什麼是類別?\",\"gxeWAU\":\"此代碼適用於哪些產品?\",\"hFHnxR\":\"此代碼適用於哪些產品?(默認適用於所有產品)\",\"AeejQi\":\"此容量應適用於哪些產品?\",\"Rb0XUE\":\"您什麼時候抵達?\",\"5N4wLD\":\"這是什麼類型的問題?\",\"gyLUYU\":\"啟用後,將為票務訂單生成發票。發票將隨訂單確認郵件一起發送。參與\",\"D3opg4\":\"啟用線下支付後,用户可以完成訂單並收到門票。他們的門票將清楚地顯示訂單未支付,簽到工具會通知簽到工作人員訂單是否需要支付。\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"哪些票應與此簽到列表關聯?\",\"S+OdxP\":\"這項活動由誰組織?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"這個問題應該問誰?\",\"VxFvXQ\":\"嵌入小部件\",\"v1P7Gm\":\"小工具設定\",\"b4itZn\":\"工作\",\"hqmXmc\":\"工作...\",\"+G/XiQ\":\"年度至今\",\"l75CjT\":\"是\",\"QcwyCh\":\"是的,移除它們\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"您正在將電子郵件更改為 <0>\",[\"0\"],\"。\"],\"gGhBmF\":\"您處於離線狀態\",\"sdB7+6\":\"您可以創建一個促銷代碼,針對該產品\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"您無法更改產品類型,因為有與該產品關聯的參會者。\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"您無法為未支付訂單的與會者簽到。此設置可在活動設置中更改。\",\"c9Evkd\":\"您不能刪除最後一個類別。\",\"6uwAvx\":\"您無法刪除此價格層,因為此層已有售出的產品。您可以將其隱藏。\",\"tFbRKJ\":\"不能編輯賬户所有者的角色或狀態。\",\"fHfiEo\":\"您不能退還手動創建的訂單。\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"您可以訪問多個賬户。請選擇一個繼續。\",\"Z6q0Vl\":\"您已接受此邀請。請登錄以繼續。\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"您沒有待處理的電子郵件更改。\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"您已超時,未能完成訂單。\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"您必須確認此電子郵件並非促銷郵件\",\"3ZI8IL\":\"您必須同意條款和條件\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"必須先創建機票,然後才能手動添加與會者。\",\"jE4Z8R\":\"您必須至少有一個價格等級\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"您必須手動將訂單標記為已支付。這可以在訂單管理頁面上完成。\",\"L/+xOk\":\"在創建簽到列表之前,您需要先獲得票。\",\"Djl45M\":\"在您創建容量分配之前,您需要一個產品。\",\"y3qNri\":\"您需要至少一個產品才能開始。免費、付費或讓用户決定支付金額。\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"您的賬户名稱會在活動頁面和電子郵件中使用。\",\"veessc\":\"與會者註冊參加活動後,就會出現在這裏。您也可以手動添加與會者。\",\"Eh5Wrd\":\"您的精彩網站 🎉\",\"lkMK2r\":\"您的詳細信息\",\"3ENYTQ\":[\"您要求將電子郵件更改為<0>\",[\"0\"],\"的申請正在處理中。請檢查您的電子郵件以確認\"],\"yZfBoy\":\"您的信息已發送\",\"KSQ8An\":\"您的訂單\",\"Jwiilf\":\"您的訂單已被取消\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"您的訂單一旦開始滾動,就會出現在這裏。\",\"9TO8nT\":\"您的密碼\",\"P8hBau\":\"您的付款正在處理中。\",\"UdY1lL\":\"您的付款未成功,請重試。\",\"fzuM26\":\"您的付款未成功。請重試。\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"您的退款正在處理中。\",\"IFHV2p\":\"您的入場券\",\"x1PPdr\":\"郵政編碼\",\"BM/KQm\":\"郵政編碼\",\"+LtVBt\":\"郵政編碼\",\"25QDJ1\":\"- 點擊發布\",\"WOyJmc\":\"- 點擊取消發布\",\"ncwQad\":\"(空)\",\"B/gRsg\":\"(none)\",\"wqtZLy\":[[\"0\"],\"(副本)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" 已簽到\"],\"3beCx0\":[[\"0\"],\" <0>checked in\"],\"S4PqS9\":[[\"0\"],\" 個活動的 Webhook\"],\"6MIiOI\":[\"剩餘 \",[\"0\"]],\"COnw8D\":[[\"0\"],\" 標誌\"],\"xG9N0H\":[[\"0\"],\" of \",[\"1\"],\" seats are taken.\"],\"B7pZfX\":[[\"0\"],\" 位主辦單位\"],\"/HkCs4\":[[\"0\"],\"張門票\"],\"30bTiU\":[[\"activeCount\"],\" enabled\"],\"jTs4am\":[[\"appName\"],\" logo\"],\"gbJOk9\":[[\"attendeeCount\"],\" attendees are registered for this session.\"],\"TjbIUI\":[[\"totalCount\"],\" 中有 \",[\"availableCount\"],\" 可用\"],\"PSChHo\":[\"剩餘 \",[\"capacity\"],\" 個名額\"],\"lzQ8/M\":[[\"checkedIn\"],\" / \",[\"total\"],\" checked in\"],\"RZ0JX3\":[[\"chipTime\"],\",已售罄\"],\"M4KnFs\":[[\"chipTime\"],\",售罄,可加入候補名單\"],\"SeyN12\":[[\"completedCount\"],\" of \",[\"totalCount\"],\" steps complete\"],\"wYzVwE\":[[\"count\"],\" add-ons\"],\"f2rhaD\":[[\"diffHr\"],\"h ago\"],\"NRSLBe\":[[\"diffMin\"],\"m ago\"],\"iYfwJE\":[[\"diffSec\"],\"s ago\"],\"OJnhhX\":[[\"eventCount\"],\" 個事件\"],\"SqGPxF\":[[\"first\"],\" + \",[\"additionalCount\"],\" more\"],\"mhZbzw\":[[\"loadedAffectedAttendees\"],\" attendees are registered across the affected sessions.\"],\"LJE+5t\":[[\"min\"],\"–\",[\"max\"],\" per order\"],\"RBuxIl\":[[\"productCount\"],\" ticket types configured\"],\"VFLd0I\":[[\"slotCount\"],\" times available\"],\"3IEF7U\":[[\"totalCount\"],\" 種門票類型\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" 費用\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" 費用及稅項\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" 稅項\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 天\",\"1d6kks\":\"+稅/費\",\"B1St2O\":\"<0>簽到列表幫助您按日期、區域或票務類型管理活動入場。您可以將票務連結到特定列表,如VIP區域或第1天通行證,並與工作人員共享安全的簽到連結。無需帳戶。簽到適用於移動裝置、桌面或平板電腦,使用裝置相機或HID USB掃描器。 \",\"v9VSIS\":\"<0>設定單一總參加人數限制,同時適用於多種門票類型。<1>例如,如果您連結 <2>日票 和 <3>整個週末 門票,它們將從同一個名額池中抽取。一旦達到限制,所有連結的門票將自動停止銷售。\",\"Il5Uid\":\"<0>這是整個日程所有場次合計的可售總數量,而不是每場的限制。如需限制每場的人數,請在<1>場次安排頁面設定容量。\",\"ZnVt5v\":\"<0>Webhooks 可在事件發生時立即通知外部服務,例如,在註冊時將新與會者添加到您的 CRM 或郵件列表,確保無縫自動化。<1>使用第三方服務,如 <2>Zapier、<3>IFTTT 或 <4>Make 來創建自定義工作流並自動化任務。\",\"xFTHZ5\":[\"≈ \",[\"0\"],\"(按目前匯率)\"],\"M2DyLc\":\"1 個活動的 Webhook\",\"hMefp0\":\"1 add-on\",\"6hIk/x\":\"1 attendee is registered across the affected sessions.\",\"qOyE2U\":\"1 attendee is registered for this session.\",\"943BwI\":\"結束日期後1天\",\"yj3N+g\":\"開始日期後1天\",\"Z3etYG\":\"活動前1天\",\"szSnlj\":\"活動前1小時\",\"yTsaLw\":\"1張門票\",\"nz96Ue\":\"1 種門票類型\",\"InX5ad\":\"1 ticket type configured\",\"y2Jh0m\":\"1 time available\",\"cGtUz6\":\"活動前1週\",\"HR/cvw\":\"示例街123號\",\"dgKxZ5\":\"135+ currencies & 40+ payment methods\",\"/d9gcz\":\"設定連結後必須填寫按鈕文字\",\"kMU5aM\":\"取消通知已發送至\",\"o++0qa\":\"a change in duration\",\"WuWSX5\":\"A few quick steps and you're ready to start selling.\",\"RQ5kDd\":\"當此類別中沒有產品時顯示的訊息。\",\"V53XzQ\":\"新嘅驗證碼已經發送到你嘅電郵\",\"sr2Je0\":\"a shift in start/end times\",\"/z/bH1\":\"您主辦單位的簡短描述,將會顯示給您的使用者。\",\"3BKFn6\":\"設定按鈕文字後必須填寫連結\",\"RpjXTb\":\"按星期模式\",\"aS0jtz\":\"已放棄\",\"uyJsf6\":\"關於\",\"JvuLls\":\"承擔費用\",\"lk74+I\":\"承擔費用\",\"1uJlG9\":\"強調色\",\"g3UF2V\":\"接受\",\"K5+3xg\":\"接受邀請\",\"LuXP9q\":\"Access\",\"jzb4Ep\":[\"Account · \",[\"0\"]],\"UqH1Q6\":[\"Account · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"帳戶刪除已取消。\",\"WtlP+7\":\"帳戶刪除已被封鎖\",\"vOuxvL\":\"帳戶資訊\",\"F9cvwz\":\"帳戶名稱\",\"EHNORh\":\"找不到帳戶\",\"Hy1lfH\":\"帳戶擁有者\",\"bPwFdf\":\"賬戶\",\"pi/Iog\":[\"帳戶(\",[\"0\"],\")\"],\"AhwTa1\":\"需要操作:需提供增值稅資料\",\"APyAR/\":\"活躍活動\",\"kCl6ja\":\"Active payment methods\",\"XJOV1Y\":\"Activity\",\"Eso+01\":[\"請先加入 \",[\"0\"]],\"eJ0IJA\":\"Add a cover image and theme to match your brand\",\"0YEoxS\":\"Add a date\",\"ybegUq\":\"Add a description and venue so attendees know what to expect\",\"nOZl6j\":\"Add a Single Date\",\"CjvTPJ\":\"Add another time\",\"0XCduh\":\"Add at least one time\",\"/chGpa\":\"Add connection details for the online event.\",\"UWWRyd\":\"新增自訂問題以在結帳時收集額外資訊\",\"Z/dcxc\":\"Add Date\",\"QeupRg\":\"新增日期\",\"Q219NT\":\"Add Dates\",\"yjB5VC\":\"Add dates and times for your recurring event\",\"Z8idyM\":\"Add details\",\"wpirGs\":\"Add event details\",\"VX6WUv\":\"新增地點\",\"GCQlV2\":\"Add multiple times if you run several sessions per day.\",\"7JF9w9\":\"新增問題\",\"NLbIb6\":\"Add this attendee anyway (override capacity)\",\"6PNlRV\":\"將此活動添加到您的日曆\",\"BGD9Yt\":\"添加機票\",\"uIv4Op\":\"將追蹤像素添加到您的公開活動頁面和主辦方首頁。當追蹤處於活動狀態時,將向訪客顯示Cookie同意橫幅。\",\"QN2F+7\":\"添加 Webhook\",\"NsWqSP\":\"新增您的社交媒體帳號及網站網址。這些資訊將會顯示在您的公開主辦單位頁面。\",\"6JzKEV\":\"Add-on only\",\"VkQex5\":\"Add-on products\",\"Y2K3rp\":\"Add-ons\",\"Z/ZU8N\":\"結帳時加入\",\"bVjDs9\":\"額外費用\",\"MKqSg4\":\"需要管理員存取權限\",\"0Zypnp\":\"管理儀表板\",\"tlFYEo\":\"Admits attendees to your event\",\"YAV57v\":\"推廣夥伴\",\"I+utEq\":\"推廣碼無法更改\",\"/jHBj5\":\"推廣夥伴建立成功\",\"uCFbG2\":\"推廣夥伴刪除成功\",\"ld8I+f\":\"Affiliate program\",\"a41PKA\":\"將會追蹤推廣夥伴銷售\",\"mJJh2s\":\"唔會追蹤推廣夥伴銷售。呢個會停用該推廣夥伴。\",\"jabmnm\":\"推廣夥伴更新成功\",\"CPXP5Z\":\"合作夥伴\",\"9Wh+ug\":\"推廣夥伴已匯出\",\"3cqmut\":\"推廣夥伴幫助你追蹤合作夥伴同KOL產生嘅銷售。建立推廣碼並分享以監控表現。\",\"3e31kI\":\"After your event is created, you can choose how often it repeats from the dashboard.\",\"z7GAMJ\":\"all\",\"N40H+G\":\"全部\",\"7rLTkE\":\"所有已封存活動\",\"gKq1fa\":\"所有參與者\",\"63gRoO\":\"All attendees of the selected sessions\",\"uWxIoH\":\"All attendees of this occurrence\",\"pMLul+\":\"所有貨幣\",\"sgUdRZ\":\"All dates\",\"e4q4uO\":\"All Dates\",\"ZS/D7f\":\"所有已結束活動\",\"QsYjci\":\"所有活動\",\"31KB8w\":\"所有失敗任務已刪除\",\"D2g7C7\":\"所有任務已排隊等待重試\",\"B4RFBk\":\"All matching dates\",\"F1/VgK\":\"All occurrences\",\"OpWjMq\":\"All Occurrences\",\"Sxm1lO\":\"所有狀態\",\"dr7CWq\":\"所有即將舉行的活動\",\"UBpkWM\":\"所有用戶\",\"GpT6Uf\":\"允許參與者通過訂單確認電郵中的安全連結更新他們的門票資訊(姓名、電郵)。\",\"VZdky1\":\"允許購買者將其資料複製給所有參加者\",\"F3mW5G\":\"允許客戶在該產品售罄時加入候補名單\",\"4CMO/q\":\"允許客戶在該產品售罄時加入候補名單。客戶加入的是特定日期的候補名單。\",\"c4uJfc\":\"快完成了!我們正在等待您的付款處理。這只需要幾秒鐘。\",\"ocS8eq\":[\"已有帳戶?<0>\",[\"0\"],\"\"],\"uCuEqI\":\"Already in\",\"/H326L\":\"已退款\",\"USEpOK\":\"Already use Stripe on another organizer? Reuse that connection.\",\"RtxQTF\":\"同時取消此訂單\",\"jkNgQR\":\"同時退款此訂單\",\"xYqsHg\":\"總是可用\",\"rrepBD\":\"Always on sale\",\"Wvrz79\":\"支付金額\",\"Zkymb9\":\"同呢個推廣夥伴關聯嘅電郵。推廣夥伴唔會收到通知。\",\"vRznIT\":\"檢查導出狀態時發生錯誤。\",\"OPFdAM\":\"此類別的可選描述,將顯示在活動頁面上。\",\"eusccx\":\"顯示在突出產品上的可選訊息,例如「熱賣中 🔥」或「最佳價值」\",\"HZFm5R\":\"和\",\"l3LBtZ\":\"公告內容\",\"Th00L9\":\"公告已建立\",\"p/XJYI\":\"公告已刪除\",\"08iV57\":\"公告標題\",\"qLqgre\":\"公告已更新\",\"Dzr23X\":\"公告\",\"asqL+J\":\"匿名化\",\"QNrkms\":\"答案更新成功。\",\"+qygei\":\"Answers\",\"GK7Lnt\":\"Answers provided at checkout (e.g. meal choice)\",\"lE8PgT\":\"Any dates you've manually customized will be kept.\",\"jVoYha\":[\"已應用 — 訂單立減 \",[\"0\"]],\"vP3Nzg\":[\"Applies to \",[\"0\"],\", non-cancelled dates currently loaded on this page.\"],\"kkVyZZ\":\"Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything.\",\"je4muG\":[\"Applies to every \",[\"0\"],\", non-cancelled date in this event — including dates not currently loaded.\"],\"YIIQtt\":\"Apply Changes\",\"NzWX1Y\":\"Apply to\",\"Ps5oDT\":\"Apply to all tickets\",\"261RBr\":\"批准訊息\",\"naCW6Z\":\"April\",\"B495Gs\":\"封存\",\"5sNliy\":\"封存活動\",\"BrwnrJ\":\"封存主辦方\",\"E5eghW\":\"封存此活動以向公眾隱藏。您可以稍後還原它。\",\"eqFkeI\":\"封存此主辦方。這也將封存屬於此主辦方的所有活動。\",\"BzcxWv\":\"已封存的主辦方\",\"9cQBd6\":\"您確定要封存此活動嗎?它將不再對公眾可見。\",\"Trnl3E\":\"您確定要封存此主辦方嗎?這也將封存屬於此主辦方的所有活動。\",\"wOvn+e\":[\"Are you sure you want to cancel \",[\"count\"],\" date(s)? Affected attendees will be notified by email.\"],\"GTxE0U\":\"Are you sure you want to cancel this date? Affected attendees will be notified by email.\",\"VkSk/i\":\"您確定要取消此定時訊息嗎?\",\"0aVEBY\":\"您確定要刪除所有失敗的任務嗎?\",\"LchiNd\":\"你確定要刪除呢個推廣夥伴嗎?呢個操作無法撤銷。\",\"U49Xd6\":\"確定要刪除此公告嗎?用戶將不會再看到它。\",\"vPeW/6\":\"您確定要刪除此配置嗎?這可能會影響使用它的帳戶。\",\"h42Hc/\":\"Are you sure you want to delete this date? This action cannot be undone.\",\"RiF/yT\":\"Are you sure you want to delete this image?\",\"b3+Qku\":\"Are you sure you want to delete this tax or fee? It will no longer be applied to new orders.\",\"JmVITJ\":\"確定要刪除此範本嗎?此操作無法復原,郵件將回退到預設範本。\",\"aLS+A6\":\"確定要刪除此範本嗎?此操作無法復原,郵件將回退到組織者或預設範本。\",\"5H3Z78\":\"您確定要刪除此 Webhook 嗎?\",\"147G4h\":\"您確定要離開嗎?\",\"VDWChT\":\"您確定要將此主辦單位設為草稿嗎?這將使該頁面對公眾隱藏。\",\"pWtQJM\":\"您確定要將此主辦單位設為公開嗎?這將使該頁面對公眾可見。\",\"EOqL/A\":\"您確定要向此人提供名額嗎?他們將收到電子郵件通知。\",\"yAXqWW\":\"Are you sure you want to permanently delete this date? This cannot be undone.\",\"WFHOlF\":\"你確定要發佈呢個活動嗎?一旦發佈,將會對公眾可見。\",\"4TNVdy\":\"你確定要發佈呢個主辦方資料嗎?一旦發佈,將會對公眾可見。\",\"8x0pUg\":\"您確定要從候補名單中移除此條目嗎?\",\"cDtoWq\":[\"您確定要將訂單確認重新發送到 \",[\"0\"],\" 嗎?\"],\"xeIaKw\":[\"您確定要將門票重新發送到 \",[\"0\"],\" 嗎?\"],\"BjbocR\":\"您確定要還原此活動嗎?\",\"7MjfcR\":\"您確定要還原此主辦方嗎?\",\"b7tkGp\":\"Are you sure you want to revoke this invitation?\",\"ExDt3P\":\"你確定要取消發佈呢個活動嗎?佢將唔再對公眾可見。\",\"5Qmxo/\":\"你確定要取消發佈呢個主辦方資料嗎?佢將唔再對公眾可見。\",\"Uqefyd\":\"您在歐盟註冊了增值稅嗎?\",\"+QARA4\":\"藝術\",\"tLf3yJ\":\"由於您的業務位於愛爾蘭,愛爾蘭增值稅(23%)將自動套用於所有平台費用。\",\"tMeVa/\":\"為每張購買的門票詢問姓名和電郵\",\"ui5ln+\":\"Assign a different plan\",\"9Jxliv\":\"Assign plan\",\"xdiER7\":\"分配的級別\",\"F2rX0R\":\"必須選擇至少一種事件類型\",\"Z44eZS\":\"At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead.\",\"BCmibk\":\"嘗試次數\",\"6PecK3\":\"所有活動的出席率和簽到率\",\"K2tp3v\":\"attendee\",\"AJ4rvK\":\"與會者已取消\",\"qvylEK\":\"與會者已創建\",\"Aspq3b\":\"參與者資料收集\",\"fpb0rX\":\"參與者資料已從訂單複製\",\"94aQMU\":\"參與者資訊\",\"KkrBiR\":\"參加者資料收集\",\"sjPjOg\":\"Attendee notes\",\"cosfD8\":\"參與者狀態\",\"D2qlBU\":\"與會者已更新\",\"22BOve\":\"參與者更新成功\",\"x8Vnvf\":\"參與者的票不包含在此列表中\",\"/Ywywr\":\"attendees\",\"zLRobu\":\"attendees checked in\",\"k3Tngl\":\"與會者已導出\",\"UoIRW8\":\"已註冊參加者\",\"5UbY+B\":\"持有特定門票的與會者\",\"4HVzhV\":\"參與者:\",\"HVkhy2\":\"歸因分析\",\"dMMjeD\":\"歸因細分\",\"1oPDuj\":\"歸因值\",\"cHfbVT\":\"受眾\",\"DBHTm/\":\"August\",\"JgREph\":\"自動提供已啟用\",\"V7Tejz\":\"自動處理候補名單\",\"PZ7FTW\":\"根據背景顏色自動檢測,但可以覆蓋\",\"zlnTuI\":\"當容量可用時自動向下一個人提供門票。如果停用,您可以從候補名單頁面手動處理候補名單。\",\"csDS2L\":\"可用\",\"Xp+ywP\":\"付款完成後可使用\",\"dwDH1K\":[\"Available times on \",[\"dayName\"]],\"clF06r\":\"可退款\",\"NB5+UG\":\"可用標記\",\"L+wGOG\":\"Awaiting\",\"qcw2OD\":\"Awaiting pay\",\"kNmmvE\":\"Awesome Events 有限公司\",\"TeSaQO\":\"返回帳戶\",\"kYqM1A\":\"返回活動\",\"s5QRF3\":\"返回訊息\",\"td/bh+\":\"返回報告\",\"nsm7BA\":\"返回搜尋\",\"imjKVx\":\"Bank account connected\",\"KSSL9f\":\"橫幅\",\"zdYsg1\":\"橫幅內容不得超過 200 個字元\",\"p2OLF3\":\"基本價格\",\"D9LTCH\":\"Base Price\",\"hviJef\":\"Based on the global sale period above, not per date\",\"jIPNJG\":\"基本資料\",\"lINGcL\":\"由於此帳戶有已完成的訂單,交易記錄(金額、日期及發票詳情)將以匿名形式保留,用於法律及稅務目的。所有個人資料將被永久刪除。\",\"UabgBd\":\"正文是必需的\",\"HWXuQK\":\"收藏此頁面,隨時管理您的訂單。\",\"CUKVDt\":\"使用自訂標誌、顏色和頁腳訊息打造您的門票品牌。\",\"4BZj5p\":\"Built-in fraud protection\",\"cr7kGH\":\"Bulk Edit\",\"1Fbd6n\":\"Bulk Edit Dates\",\"Eq6Tu9\":\"Bulk update failed.\",\"9N+p+g\":\"商務\",\"SWnN1L\":\"Business address\",\"kQekXw\":\"Business name\",\"3W/QV7\":\"按鈕文字\",\"bv6RXK\":\"按鈕標籤\",\"ChDLlO\":\"按鈕文字\",\"MOht10\":\"按鈕連結\",\"BUe8Wj\":\"買家支付\",\"DkL8mp\":\"Buyers can add these to their order when they select this product at checkout.\",\"qF1qbA\":\"買家看到的是淨價。平台費用將從您的付款中扣除。\",\"dg05rc\":\"通過添加追蹤像素,您確認您和本平台是所收集數據的共同控制者。您有責任確保根據適用的私隱法律(GDPR、CCPA等)擁有合法的處理依據。\",\"DFqasq\":[\"繼續即表示您同意 <0>\",[\"0\"],\" 服務條款\"],\"CetOZE\":\"By ticket type\",\"lFdbRS\":\"繞過應用費用\",\"AjVXBS\":\"Calendar\",\"2VLZwd\":\"行動號召按鈕\",\"rT2cV+\":\"Camera\",\"7hYa9y\":\"Camera permission was denied. <0>Request permission again, or grant this page camera access in your browser settings.\",\"D02dD9\":\"活動\",\"RRPA79\":\"Can't check in\",\"OcVwAd\":[\"Cancel \",[\"count\"],\" date(s)\"],\"H4nE+E\":\"取消所有產品並釋放回可用池\",\"Py78q9\":\"Cancel Date\",\"lUjTpS\":\"取消刪除\",\"5YkF5G\":\"取消刪除請求\",\"tOXAdc\":\"取消將取消與此訂單關聯的所有參與者,並將門票釋放回可用池。\",\"FPpqc7\":[\"Cancelling \",[\"0\"],\" date(s). This may take a moment to complete.\"],\"01sEfm\":\"無法刪除系統預設配置\",\"VsM1HH\":\"容量分配\",\"9bIMVF\":\"Capacity management\",\"H7K8og\":\"Capacity must be 0 or greater\",\"nzao08\":\"capacity updates\",\"4cp9NP\":\"Capacity Used\",\"K7tIrx\":\"類別\",\"DRK3Bq\":\"Category deleted successfully\",\"o+XJ9D\":\"更改\",\"kJkjoB\":\"Change duration\",\"J0KExZ\":\"Change the attendee limit\",\"ssospy\":\"Change time\",\"CIHJJf\":\"更改等候名單設定\",\"B5icLR\":[\"Changed duration for \",[\"count\"],\" date(s)\"],\"Kb+0BT\":\"Charges\",\"2tbLdK\":\"慈善\",\"BPWGKn\":\"Check in\",\"6uFFoY\":\"Check out\",\"FjAlwK\":[\"Check out this event: \",[\"0\"]],\"v4fiSg\":\"查看你嘅電郵\",\"51AsAN\":\"請檢查您的收件箱!如果此郵箱有關聯的票,您將收到查看連結。\",\"Y3FYXy\":\"Check-In\",\"udRwQs\":\"簽到已創建\",\"F4SRy3\":\"簽到已刪除\",\"as6XfO\":[\"Check-in for \",[\"0\"],\" was undone\"],\"9s/wrQ\":\"Check-in history\",\"Wwztk4\":\"Check-In List\",\"9gPPUY\":\"簽到名單已建立!\",\"dwjiJt\":\"Check-in list info\",\"7od0PV\":\"check-in lists\",\"f2vU9t\":\"簽到列表\",\"XprdTn\":\"Check-in navigation\",\"5tV1in\":\"Check-in progress\",\"SHJwyq\":\"簽到率\",\"qCqdg6\":\"簽到狀態\",\"cKj6OE\":\"簽到摘要\",\"7B5M35\":\"簽到\",\"VrmydS\":\"Checked in\",\"DM4gBB\":\"中文(繁體)\",\"p8Jvp4\":\"Choose a configuration\",\"ElShBO\":\"Choose a different action\",\"pHEhf+\":\"選擇符合您品牌的字體。字體透過 Bunny Fonts 自行託管。\",\"Zok1Gx\":\"Choose an organizer\",\"pkk46Q\":\"選擇一個主辦單位\",\"Ag32+c\":\"Choose another date\",\"Crr3pG\":\"選擇日曆\",\"Z38ZJu\":\"選擇活動日期在票券上的顯示方式\",\"LAW8Vb\":\"為新活動選擇預設設置。這可以針對單個活動進行覆蓋。\",\"pjp2n5\":\"選擇誰支付平台費用。這不會影響您在帳戶設置中配置的額外費用。\",\"xCJdfg\":\"Clear\",\"QyOWu9\":\"Clear location — fall back to the event default\",\"V8yTm6\":\"Clear search\",\"kmnKnX\":\"Clearing removes any per-date override. Affected dates will fall back to the event's default location.\",\"/o+aQX\":\"Click to cancel\",\"gD7WGV\":\"Click to reopen for new sales\",\"CySr+W\":\"點擊查看備註\",\"RG3szS\":\"關閉\",\"RWw9Lg\":\"關閉視窗\",\"XwdMMg\":\"代碼只可以包含字母、數字、連字號同底線\",\"+yMJb7\":\"必須填寫代碼\",\"m9SD3V\":\"代碼至少需要3個字元\",\"V1krgP\":\"代碼唔可以超過20個字元\",\"psqIm5\":\"與您的團隊合作,一起創造精彩活動。\",\"4bUH9i\":\"為每張購買的門票收集參加者詳情。\",\"TkfG8v\":\"按訂單收集資料\",\"96ryID\":\"按門票收集資料\",\"FpsvqB\":\"顏色模式\",\"jEu4bB\":\"欄位\",\"CWk59I\":\"喜劇\",\"rPA+Gc\":\"通訊偏好\",\"zFT5rr\":\"complete\",\"bUQMpb\":\"Complete Stripe setup\",\"744BMm\":\"完成您的訂單以確保獲得門票。此優惠有時間限制,請盡快完成。\",\"5YrKW7\":\"完成付款以確保您的門票。\",\"xGU92i\":\"完成您的個人資料以加入團隊。\",\"QOhkyl\":\"撰寫\",\"ih35UP\":\"會議中心\",\"ywFj2D\":\"Configuration\",\"WTw0bB\":\"Configuration assigned\",\"X1zdE7\":\"配置建立成功\",\"mLBUMQ\":\"配置刪除成功\",\"UIENhw\":\"配置名稱對最終用戶可見。固定費用將按當前匯率轉換為訂單貨幣。\",\"eeZdaB\":\"配置更新成功\",\"3cKoxx\":\"配置\",\"8v2LRU\":\"設定活動詳情、地點、結帳選項和電郵通知。\",\"raw09+\":\"設定結帳時如何收集參與者資料\",\"FI60XC\":\"配置稅費\",\"av6ukY\":\"Configure which products are available for this occurrence and optionally adjust pricing.\",\"NGXKG/\":\"確認電子郵件地址\",\"JRQitQ\":\"確認新密碼\",\"Auz0Mz\":\"請確認您的電郵地址以使用所有功能。\",\"7+grte\":\"確認電郵已發送!請檢查您的收件匣。\",\"n/7+7Q\":\"確認已發送至\",\"x3wVFc\":\"恭喜!您的活動現已對公眾可見。\",\"0W2NQP\":\"Connect bank\",\"/K4Vqr\":\"連接 Stripe 以接受付款\",\"nQI4H5\":\"連接 Stripe 以啟用電子郵件範本編輯\",\"LmvZ+E\":\"連接 Stripe 以啟用消息功能\",\"peBIO+\":\"Connect Stripe to receive ticket payments directly to your bank account.\",\"DNeN8t\":\"Connect your bank to receive ticket sales straight to your account\",\"DARj+w\":\"連接了錯誤的 Stripe 帳戶?中斷連接並重新開始。\",\"X1y8JF\":\"Connection details are required for online dates\",\"fjfBOm\":\"線上活動必須填寫連線詳情\",\"jfC/xh\":\"聯絡\",\"LOFgda\":[\"聯絡 \",[\"0\"]],\"41BQ3k\":\"聯絡電郵\",\"4b3oEV\":\"內容\",\"13CIgI\":\"內容為必填\",\"m8WD6t\":\"繼續設置\",\"0GwUT4\":\"繼續結帳\",\"sBV87H\":\"繼續建立活動\",\"nKtyYu\":\"繼續下一步\",\"F3/nus\":\"繼續付款\",\"s30OcA\":\"控制活動頁面上日期和時間的顯示方式\",\"p2FRHj\":\"控制此活動的平台費用如何處理\",\"NqfabH\":\"Control who gets in for this date\",\"fmYxZx\":\"Control who gets in, and when\",\"1JnTgU\":\"從上方複製\",\"FxVG/l\":\"已複製到剪貼簿\",\"PiH3UR\":\"已複製!\",\"4i7smN\":\"Copy account ID\",\"uUPbPg\":\"複製推廣連結\",\"iVm46+\":\"複製代碼\",\"cF2ICc\":\"複製客戶連結\",\"+2ZJ7N\":\"將詳情複製到第一位參與者\",\"ZN1WLO\":\"複製郵箱\",\"y1eoq1\":\"複製連結\",\"tUGbi8\":\"複製我的資料到:\",\"y22tv0\":\"複製此連結以便隨處分享\",\"/4gGIX\":\"複製到剪貼簿\",\"e0f4yB\":\"無法刪除地點\",\"vkiDx2\":\"Could not prepare the bulk update.\",\"KOavaU\":\"無法取得地址詳情\",\"/lq4oO\":\"Could not save date\",\"mHu0az\":\"Couldn't send verification email. Please try again.\",\"QOIm+S\":\"統計包含所有即將舉行的日期。每人將獲得其所選日期的名額。\",\"P0rbCt\":\"封面圖片\",\"p4kqHr\":\"Cover image added\",\"60u+dQ\":\"封面圖片將顯示在活動頁面頂部\",\"2NLjA6\":\"封面圖片將顯示在您的主辦單位頁面頂部\",\"GkrqoY\":\"Covers every ticket\",\"zg4oSu\":[\"建立\",[\"0\"],\"範本\"],\"RKKhnW\":\"建立自訂小工具以在您的網站上銷售門票。\",\"jqhTmw\":\"Create a list for this date\",\"PhioFp\":\"Create a new check-in list for an active session, or contact the organizer if you think this is a mistake.\",\"yIRev4\":\"建立密碼\",\"j7xZ7J\":\"建立額外的主辦方以在一個帳戶下管理獨立的品牌、部門或活動系列。每個主辦方都有自己的活動、設定和公開頁面。\",\"xfKgwv\":\"建立推廣夥伴\",\"GT/OIA\":\"建立公告,向您的用戶顯示訊息。\",\"tudG8q\":\"建立並設定待售門票和商品。\",\"Q4VlI/\":\"建立公告\",\"YAl9Hg\":\"建立配置\",\"BTne9e\":\"為此活動建立自定義郵件範本以覆蓋組織者預設設置\",\"YIDzi/\":\"建立自定義範本\",\"tsGqx5\":\"Create Date\",\"Nc3l/D\":\"建立折扣、隱藏門票的存取碼和特別優惠。\",\"PybJS2\":\"Create event\",\"abGAgf\":\"Create more tickets or products to offer them as add-ons\",\"eWEV9G\":\"建立新密碼\",\"utHSNE\":\"建立日程\",\"8AiKIu\":\"建立門票或商品\",\"/HGmW9\":\"建立可追蹤連結以獎勵推廣您活動的合作夥伴。\",\"dkAPxi\":\"創建 Webhook\",\"5slqwZ\":\"建立您的活動\",\"JQNMrj\":\"建立你嘅第一個活動\",\"CCjxOC\":\"建立您的第一個活動以開始銷售門票並管理參加者。\",\"ZCSSd+\":\"建立您自己的活動\",\"qdv10s\":[\"正在建立 \",[\"0\"],\" 個日期。這可能需要一些時間。\"],\"67NsZP\":\"建立緊活動...\",\"H34qcM\":\"建立緊主辦方...\",\"1YMS+X\":\"建立緊你嘅活動,請稍候\",\"yiy8Jt\":\"建立緊你嘅主辦方資料,請稍候\",\"lfLHNz\":\"CTA標籤是必需的\",\"0xLR6W\":\"Currently assigned\",\"iTvh6I\":\"目前可供購買\",\"A42Dqn\":\"Custom branding\",\"Guo0lU\":\"自訂日期和時間\",\"WDMdn8\":\"Custom questions\",\"O6mra8\":\"自訂問題\",\"axv/Mi\":\"自定義範本\",\"2YeVGY\":\"客戶連結已複製到剪貼板\",\"QMHSMS\":\"客戶將收到確認退款的電子郵件\",\"NihQNk\":\"客戶\",\"hINN++\":\"Customize page\",\"7gsjkI\":\"使用Liquid範本自定義發送給客戶的郵件。這些範本將用作您組織中所有活動的預設範本。\",\"xJaTUK\":\"自訂活動首頁的版面配置、顏色和品牌。\",\"MXZfGN\":\"自訂結帳時提出的問題,以從參與者那裡收集重要資訊。\",\"iX6SLo\":\"自訂繼續按鈕上顯示的文字\",\"R8H7yL\":\"自訂捲動至門票區域的浮動按鈕上顯示的文字\",\"pxNIxa\":\"使用Liquid範本自定義您的郵件範本\",\"3trPKm\":\"自訂主辦單位頁面外觀\",\"U0sC6H\":\"Daily\",\"/gWrVZ\":\"所有活動的每日收入、稅費和退款\",\"zgCHnE\":\"每日銷售報告\",\"nHm0AI\":\"每日銷售、税費和費用明細\",\"1aPnDT\":\"Dance\",\"pvnfJD\":\"深色\",\"MaB9wW\":\"Date Cancellation\",\"e6cAxJ\":\"Date cancelled\",\"81jBnC\":\"Date cancelled successfully\",\"a/C/6R\":\"Date created successfully\",\"IW7Q+u\":\"Date deleted\",\"rngCAz\":\"Date deleted successfully\",\"vHbfoQ\":\"Date reactivated\",\"hvah+S\":\"Date reopened for new sales\",\"Ez0YsD\":\"Date updated successfully\",\"JxwIlL\":\"個日期\",\"Te33mU\":\"Dates are managed per occurrence\",\"91zCxb\":\"Dates with sessions\",\"/ITcnz\":\"day\",\"H7OUPr\":\"Day\",\"JtHrX9\":\"Day of Month\",\"J/Upwb\":\"days\",\"V3VGYb\":\"每月日期\",\"r6zgGo\":\"December\",\"jbq7j2\":\"拒絕\",\"WGD1Al\":\"減少\",\"gJY4YL\":\"減少數量\",\"ovBPCi\":\"預設\",\"JtI4vj\":\"預設參加者資料收集\",\"ULjv90\":\"Default capacity per date\",\"3R/Tu2\":\"預設費用處理\",\"1bZAZA\":\"將使用預設範本\",\"3Biswm\":\"Defaults\",\"HNlEFZ\":\"刪除\",\"KpnwJK\":[\"刪除\\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"Delete \",[\"count\"],\" selected date(s)? Dates with orders will be skipped. This cannot be undone.\"],\"ZDGm40\":\"刪除帳戶\",\"vu7gDm\":\"刪除推廣夥伴\",\"KZN4Lc\":\"全部刪除\",\"6EkaOO\":\"Delete Date\",\"io0G93\":\"刪除活動\",\"+jw/c1\":\"刪除圖片\",\"hdyeZ0\":\"刪除任務\",\"xxjZeP\":\"刪除地點\",\"sY3tIw\":\"刪除主辦方\",\"UBv8UK\":\"Delete Permanently\",\"dPyJ15\":\"刪除範本\",\"IQTR34\":\"Delete this category? Any products in it will also be deleted. This cannot be undone.\",\"/1wMxk\":\"Delete this product? This cannot be undone.\",\"mxsm1o\":\"刪除此問題?此操作無法復原。\",\"snMaH4\":\"刪除 Webhook\",\"LIZZLY\":[\"Deleted \",[\"0\"],\" date(s)\"],\"loLVyU\":\"已刪除的帳戶\",\"IlUuGb\":\"刪除帳戶會立即將其停用:所有已發佈的活動將被取消發佈,存取權限將被停用。30 天寬限期過後,刪除將成為永久性。在這 30 天內您可以隨時取消。\",\"nMdIuB\":\"刪除已加入執行佇列\",\"/U002t\":\"刪除請求已取消\",\"PBA62s\":\"刪除請求\",\"7w0Wev\":\"Description and venue added\",\"vYgeDk\":\"取消全選\",\"NvuEhl\":\"設計元素\",\"H8kMHT\":\"收唔到驗證碼?\",\"G8KNgd\":\"Different location\",\"E/QGRL\":\"Disabled\",\"bzSI52\":\"Discard\",\"0EcUWz\":\"Discard changes?\",\"+K0AvT\":\"中斷連接\",\"cALvbl\":\"中斷 Stripe 帳戶連接\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"關閉公告\",\"nZJ8tu\":\"Dismiss setup checklist\",\"QotGhf\":\"關閉此訊息\",\"J6hrEy\":\"已關閉\",\"BREO0S\":\"顯示一個複選框,允許客戶選擇接收此活動組織者的營銷通訊。\",\"HtaSQp\":\"在門票小工具中顯示每個日期的剩餘名額。您可以為個別日期單獨設定。\",\"pfa8F0\":\"顯示名稱\",\"Kdpf90\":\"別忘了!\",\"352VU2\":\"沒有帳戶?<0>註冊\",\"AXXqG+\":\"捐款\",\"DPfwMq\":\"完成\",\"JoPiZ2\":\"Door staff instructions\",\"2+O9st\":\"下載所有已完成訂單的銷售、參與者和財務報告。\",\"eneWvv\":\"草稿\",\"Ts8hhq\":\"由於垃圾郵件風險高,您必須先連接 Stripe 帳戶才能修改電子郵件範本。這是為了確保所有活動主辦方都經過驗證並負責。\",\"TnzbL+\":\"由於垃圾郵件風險較高,您必須連接Stripe帳戶才能向參與者發送訊息。\\n這是為了確保所有活動組織者都經過驗證並承擔責任。\",\"euc6Ns\":\"複製\",\"YueC+F\":\"Duplicate Date\",\"KRmTkx\":\"複製產品\",\"Jd3ymG\":\"Duration must be at least 1 minute.\",\"KIjvtr\":\"荷蘭語\",\"22xieU\":\"例如 180(3小時)\",\"MCx4ov\":\"例如:了解更多\",\"/zajIE\":\"e.g. Morning Session\",\"XDHATF\":\"例如:新功能:候補名單\",\"tAtvUj\":\"例如:本星期六 UTC 凌晨 2 時至 4 時計劃維護\",\"SPKbfM\":\"例如:取得門票,立即註冊\",\"fc7wGW\":\"例如:關於您門票的重要更新\",\"54MPqC\":\"例如:標準版、進階版、企業版\",\"3RQ81z\":\"每位人士將收到一封包含預留名額的電子郵件,以完成購買。\",\"Xfsjel\":\"每個商品\",\"5oD9f/\":\"Earlier\",\"LTzmgK\":[\"編輯\",[\"0\"],\"範本\"],\"v4+lcZ\":\"編輯推廣夥伴\",\"ndNHsK\":\"編輯公告\",\"2iZEz7\":\"編輯答案\",\"t2bbp8\":\"編輯參與者\",\"etaWtB\":\"編輯參與者詳情\",\"+guao5\":\"編輯配置\",\"1Mp/A4\":\"Edit Date\",\"m0ZqOT\":\"編輯地點\",\"8oivFT\":\"編輯地點\",\"vRWOrM\":\"編輯訂單詳情\",\"pHm0k9\":\"編輯日程\",\"fW5sSv\":\"編輯 Webhook\",\"nP7CdQ\":\"編輯 Webhook\",\"MRZxAn\":\"Edited\",\"uBAxNB\":\"編輯器\",\"aqxYLv\":\"教育\",\"iiWXDL\":\"資格失敗\",\"zPiC+q\":\"符合條件的簽到列表\",\"SiVstt\":\"Email & scheduled messages\",\"V2sk3H\":\"電子郵件和模板\",\"hbwCKE\":\"郵箱地址已複製到剪貼板\",\"dSyJj6\":\"電子郵件地址不匹配\",\"elW7Tn\":\"郵件正文\",\"ZsZeV2\":\"必須填寫電郵\",\"Be4gD+\":\"郵件預覽\",\"6IwNUc\":\"郵件範本\",\"H/UMUG\":\"需要電郵驗證\",\"PLEl94\":\"Email verified\",\"L86zy2\":\"電郵驗證成功!\",\"FSN4TS\":\"嵌入小工具\",\"z9NkYY\":\"Embeddable widget\",\"tKlWWY\":\"表情符號\",\"69YV6l\":\"彈窗必須設定表情符號\",\"Qj0GKe\":\"啟用參與者自助服務\",\"hEtQsg\":\"預設啟用參與者自助服務\",\"Upeg/u\":\"啟用此範本發送郵件\",\"7dSOhU\":\"啟用候補名單\",\"RxzN1M\":\"已啟用\",\"sGjBEq\":\"結束日期與時間(可選)\",\"PKXt9R\":\"結束日期必須在開始日期之後\",\"vTL8gi\":\"結束時間\",\"48Y16Q\":\"結束時間(選填)\",\"TbaYrr\":[\"Ended \",[\"0\"]],\"CFgwiw\":[\"Ends \",[\"0\"]],\"SqOIQU\":\"Enter a capacity value or choose unlimited.\",\"h37gRz\":\"Enter a label or choose to remove it.\",\"7YZofi\":\"輸入主題和正文以查看預覽\",\"khyScF\":\"Enter a time to shift by.\",\"SKx/0u\":\"請輸入場地名稱或地址\",\"ppwojw\":\"線下活動請輸入場地名稱或地址\",\"j+eCIq\":\"手動輸入地址\",\"3bR1r4\":\"輸入推廣夥伴電郵(選填)\",\"ARkzso\":\"輸入推廣夥伴名稱\",\"ej4L8b\":\"Enter capacity\",\"6KnyG0\":\"輸入電郵\",\"INDKM9\":\"輸入郵件主題...\",\"xUgUTh\":\"輸入名字\",\"9/1YKL\":\"輸入姓氏\",\"VpwcSk\":\"輸入新密碼\",\"kWg31j\":\"輸入獨特推廣碼\",\"C3nD/1\":\"輸入您的電郵地址\",\"VmXiz4\":\"輸入您的電子郵件,我們將向您發送重置密碼的說明。\",\"n9V+ps\":\"輸入您的姓名\",\"IdULhL\":\"輸入您的增值稅號碼,包括國家代碼,不含空格(例如:IE1234567A、DE123456789)\",\"RRlWVA\":\"整份訂單\",\"o21Y+P\":\"entries\",\"X88/6w\":\"當客戶加入已售罄產品的候補名單時,條目將顯示在此處。\",\"LslKhj\":\"加載日誌時出錯\",\"BkEWfd\":\"Esc to close\",\"VCNHvW\":\"活動已歸檔\",\"ZD0XSb\":\"活動已成功封存\",\"WgD6rb\":\"活動類別\",\"b46pt5\":\"活動封面圖片\",\"NAUIJ7\":\"Event created\",\"1b77ID\":\"活動已建立\",\"1Hzev4\":\"活動自定義範本\",\"+v+GW0\":\"活動日期顯示\",\"7u9/DO\":\"活動已成功刪除\",\"imgKgl\":\"活動描述\",\"IzR/Fc\":\"Event lifetime\",\"PYs3rP\":\"活動名稱\",\"HhwcTQ\":\"活動名稱\",\"WZZzB6\":\"必須填寫活動名稱\",\"Wd5CDM\":\"活動名稱應少於 150 個字元\",\"4JzCvP\":\"活動不可用\",\"mImacG\":\"活動頁面\",\"Hk9Ki/\":\"活動已成功還原\",\"JyD0LH\":\"活動設定\",\"XVLu2v\":\"活動標題\",\"OfmsI9\":\"活動太新\",\"4SILkp\":\"Event totals\",\"YDVUVl\":\"事件類型\",\"+HeiVx\":\"活動已更新\",\"19j6uh\":\"活動表現\",\"PC3/fk\":\"未來 24 小時內開始的活動\",\"CRsuq4\":\"每\",\"nwiZdc\":[\"Every \",[\"0\"]],\"B2jjf8\":[\"Every \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"Every \",[\"0\"],\" days\"],\"yLiYx+\":[\"Every \",[\"0\"],\" months\"],\"nn9ice\":[\"Every \",[\"0\"],\" weeks\"],\"Cdr8f9\":[\"Every \",[\"0\"],\" weeks on \",[\"1\"]],\"GVEHRk\":[\"Every \",[\"0\"],\" years\"],\"XlRpgq\":[\"每\",[\"cadenceUnit\"]],\"fTFfOK\":\"每個郵件範本都必須包含一個連結到相應頁面的行動號召按鈕\",\"hHTPiT\":\"Everything else — tap to edit\",\"BVinvJ\":\"例子:「您是如何得知我們的?」、「發票公司名稱」\",\"2hGPQG\":\"例子:「T恤尺碼」、「餐飲偏好」、「職位」\",\"qNuTh3\":\"異常\",\"aW/bzJ\":\"執行刪除\",\"CtAcQ7\":\"立即執行刪除\",\"xj4fwT\":\"立即執行\",\"M1RnFv\":\"已過期\",\"kF8HQ7\":\"匯出答案\",\"2KAI4N\":\"匯出CSV\",\"JKfSAv\":\"導出失敗。請重試。\",\"SVOEsu\":\"導出已開始。正在準備文件...\",\"wuyaZh\":\"匯出成功\",\"9bpUSo\":\"匯出緊推廣夥伴\",\"jtrqH9\":\"正在導出與會者\",\"R4Oqr8\":\"導出完成。正在下載文件...\",\"UlAK8E\":\"正在導出訂單\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"失敗\",\"8uOlgz\":\"失敗時間\",\"tKcbYd\":\"失敗任務\",\"SsI9v/\":\"放棄訂單失敗。請重試。\",\"LdPKPR\":\"分配配置失敗\",\"PO0cfn\":\"Failed to cancel date\",\"YUX+f+\":\"Failed to cancel dates\",\"SIHgVQ\":\"取消訊息失敗\",\"cEFg3R\":\"建立推廣夥伴失敗\",\"dVgNF1\":\"建立配置失敗\",\"fAoRRJ\":\"Failed to create schedule\",\"4yLYTb\":\"建立日程失敗。請重試。\",\"U66oUa\":\"建立範本失敗\",\"+RTkEY\":\"刪除公告失敗\",\"aFk48v\":\"刪除配置失敗\",\"n1CYMH\":\"Failed to delete date\",\"KXv+Qn\":\"Failed to delete date. It may have existing orders.\",\"JJ0uRo\":\"Failed to delete dates\",\"rgoBnv\":\"刪除活動失敗\",\"Zw6LWb\":\"刪除任務失敗\",\"tq0abZ\":\"刪除任務失敗\",\"2mkc3c\":\"刪除主辦方失敗\",\"5E23qd\":\"Failed to delete product. Please try again.\",\"vKMKnu\":\"刪除問題失敗\",\"xFj7Yj\":\"刪除範本失敗\",\"jo3Gm6\":\"匯出推廣夥伴失敗\",\"Jjw03p\":\"導出與會者失敗\",\"ZPwFnN\":\"導出訂單失敗\",\"zGE3CH\":\"匯出報告失敗。請重試。\",\"lS9/aZ\":\"載入收件人失敗\",\"X4o0MX\":\"加載 Webhook 失敗\",\"ETcU7q\":\"提供名額失敗\",\"5670b9\":\"提供票券失敗\",\"e5KIbI\":\"Failed to reactivate date\",\"7zyx8a\":\"從候補名單中移除失敗\",\"A/P7PX\":\"Failed to remove override\",\"ogWc1z\":\"Failed to reopen date\",\"0+iwE5\":\"重新排序問題失敗\",\"EJPAcd\":\"重新發送訂單確認失敗\",\"DjSbj3\":\"重新發送門票失敗\",\"YQ3QSS\":\"重新發送驗證碼失敗\",\"wDioLj\":\"重試任務失敗\",\"DKYTWG\":\"重試任務失敗\",\"WRREqF\":\"Failed to save override\",\"sj/eZA\":\"Failed to save price override\",\"780n8A\":\"Failed to save product settings\",\"zTkTF3\":\"儲存範本失敗\",\"l6acRV\":\"儲存增值稅設定失敗。請重試。\",\"T6B2gk\":\"發送訊息失敗。請再試一次。\",\"lKh069\":\"無法啟動導出任務\",\"t/KVOk\":\"無法開始模擬。請重試。\",\"QXgjH0\":\"無法停止模擬。請重試。\",\"i0QKrm\":\"更新推廣夥伴失敗\",\"NNc33d\":\"更新答案失敗。\",\"E9jY+o\":\"更新參與者失敗\",\"uQynyf\":\"更新配置失敗\",\"i2PFQJ\":\"更新活動狀態失敗\",\"EhlbcI\":\"更新訊息級別失敗\",\"rpGMzC\":\"更新訂單失敗\",\"T2aCOV\":\"更新主辦方狀態失敗\",\"Eeo/Gy\":\"更新設定失敗\",\"kqA9lY\":\"更新增值稅設定失敗\",\"nkNfWu\":\"圖片上傳失敗。請再試一次。\",\"rxy0tG\":\"驗證電郵失敗\",\"QRUpCk\":\"Family\",\"5LO38w\":\"Fast payouts to your bank\",\"4lgLew\":\"February\",\"9bHCo2\":\"費用貨幣\",\"/sV91a\":\"費用處理\",\"K4dKSP\":\"Fee override saved\",\"LyUWXA\":\"費用已繞過\",\"cf35MA\":\"節慶\",\"pAey+4\":\"檔案過大。最大大小為 5MB。\",\"VejKUM\":\"請先在上方填寫您的詳細信息\",\"/n6q8B\":\"Film\",\"L1qbUx\":\"Filter attendees\",\"8OvVZZ\":\"篩選參與者\",\"N/H3++\":\"Filter by date\",\"mvrlBO\":\"按活動篩選\",\"g+xRXP\":\"Finish setting up Stripe\",\"LHH461\":\"Finish setup\",\"syyeb9\":\"First\",\"Vj6wk9\":\"First 30 days\",\"/bpZYb\":\"First 7 days\",\"ziEnjY\":\"First 90 days\",\"1vBhpG\":\"第一位參與者\",\"4pwejF\":\"名字為必填項\",\"rVogsf\":\"請先解決問題再發布\",\"3lkYdQ\":\"Fixed fee\",\"6bBh3/\":\"固定費用\",\"zWqUyJ\":\"每筆交易收取的固定費用\",\"LWL3Bs\":\"固定費用必須為 0 或更高\",\"0RI8m4\":\"Flash off\",\"q0923e\":\"Flash on\",\"X+U6/w\":\"字體\",\"lWxAUo\":\"飲食\",\"nFm+5u\":\"頁腳文字\",\"sQv06Y\":\"共\",\"NTzcRQ\":\"按日期數量\",\"a8nooQ\":\"Fourth\",\"xVhQZV\":\"Fri\",\"39y5bn\":\"星期五\",\"ejVYRQ\":\"從\",\"hGDVDa\":[[\"0\"],\" 起\"],\"+dBe1R\":[\"From \",[\"start\"]],\"1dv+MO\":[\"從\",[\"start\"],\"至\",[\"end\"]],\"l82hjf\":[\"從\",[\"start\"],\"起,共\",[\"count\"],\"個日期\"],\"f5UbZ0\":\"Full data ownership\",\"cfvx/y\":\"Full event\",\"MY2SVM\":\"全額退款\",\"PGQLdy\":\"future\",\"8N/j1s\":\"Future dates only\",\"yRx/6K\":\"Future dates will be copied with capacity reset to zero\",\"T02gNN\":\"一般入場\",\"3ep0Gx\":\"關於您主辦單位的一般資訊\",\"ziAjHi\":\"產生\",\"exy8uo\":\"產生代碼\",\"4CETZY\":\"取得路線\",\"pjkEcB\":\"Get Paid\",\"lGYzP6\":\"Get paid with Stripe\",\"ZDIydz\":\"開始使用\",\"u6FPxT\":\"購票\",\"2ohvu7\":\"購票按鈕文字\",\"8KDgYV\":\"準備好您的活動\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"返回\",\"sr0UJD\":\"Go Back\",\"oNL5vN\":\"前往活動頁面\",\"gHSuV/\":\"返回主頁\",\"8+Cj55\":\"Go to Schedule\",\"6nDzTl\":\"良好的可讀性\",\"76gPWk\":\"知道了\",\"CZXzs4\":\"希臘語\",\"aGWZUr\":\"總收入\",\"n8IUs7\":\"總收入\",\"O1wAlQ\":\"Guest\",\"LIYoRQ\":\"賓客管理\",\"NUsTc4\":\"Happening now\",\"S2Y4aO\":\"徹底刪除\",\"kTSQej\":[\"您好 \",[\"0\"],\",從這裡管理您的平台。\"],\"URTkcd\":\"告訴我們您離開的原因,幫助我們改進\",\"dORAcs\":\"以下是與您郵箱關聯的所有票。\",\"g+2103\":\"呢個係你嘅推廣連結\",\"bVsnqU\":\"Hi,\",\"/iE8xx\":\"Hi.Events 費用\",\"zppscQ\":\"Hi.Events 平台費用及每筆交易的增值稅明細\",\"D+zLDD\":\"已隱藏\",\"cZO505\":[\"Hidden — sales ended \",[\"end\"],\".\"],\"DRErHC\":\"對參與者隱藏 - 僅主辦方可見\",\"9zfvsx\":\"Hidden from everyone\",\"nMfkJW\":\"Hidden from everyone — the master hide switch is on.\",\"NNnsM0\":\"隱藏進階選項\",\"P+5Pbo\":\"隱藏答案\",\"VMlRqi\":\"Hide details\",\"NQgWuh\":\"隱藏預覽\",\"uXNYjR\":\"隱藏已售罄的日期和時間\",\"g9RcYX\":\"隱藏日期\",\"uMwTx7\":\"隱藏此類別?\",\"LLt2UT\":\"Hides sold out\",\"gtEbeW\":\"突出顯示\",\"NF8sdv\":\"突出顯示訊息\",\"MXSqmS\":\"突出顯示此產品\",\"7ER2sc\":\"已突出顯示\",\"sq7vjE\":\"突出顯示的產品將具有不同的背景色,使其在活動頁面上脫穎而出。\",\"1+WSY1\":\"Hobbies\",\"yY8wAv\":\"Hours\",\"49Tkiw\":\"折扣如何應用?\",\"sy9anN\":\"客戶收到報價後完成購買的時限。留空表示無時間限制。\",\"cceMns\":\"How VAT is applied to the platform fees we charge you.\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"匈牙利語\",\"8Wgd41\":\"我確認我作為數據控制者的責任\",\"O8m7VA\":\"我同意接收與此活動相關的電子郵件通知\",\"YLgdk5\":\"我確認這是與此活動相關的交易訊息\",\"4/kP5a\":\"如果未自動開啟新分頁,請點擊下方按鈕繼續結帳。\",\"W/eN+G\":\"如果留空,地址將用於生成 Google 地圖連結\",\"CY3yHL\":\"如果勾選,此類別將對公眾隱藏。\",\"iIEaNB\":\"如果您在我們這裡有帳戶,您將收到一封電子郵件,其中包含如何重置密碼的說明。\",\"an5hVd\":\"圖片\",\"tSVr6t\":\"模擬\",\"TWXU0c\":\"模擬用戶\",\"5LAZwq\":\"模擬已開始\",\"IMwcdR\":\"模擬已停止\",\"0I0Hac\":\"重要通知\",\"yD3avI\":\"重要提示:更改您的電郵地址將更新存取此訂單的連結。儲存後,您將被重新導向至新的訂單連結。\",\"jT142F\":[[\"diffHours\"],\" 小時後\"],\"OoSyqO\":[[\"diffMinutes\"],\" 分鐘後\"],\"PdMhEx\":[\"in last \",[\"0\"],\" min\"],\"u7r0G5\":\"In person — set a venue\",\"/LCAwL\":\"進行中\",\"5gTmFD\":\"含費用\",\"laL+R0\":\"含費用及稅項\",\"cXeh90\":\"含稅\",\"pxFAp/\":\"增加\",\"nQMUIO\":\"增加數量\",\"F1Xp97\":\"個人與會者\",\"85e6zs\":\"插入Liquid標記\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Instant Stripe payouts\",\"nbfdhU\":\"整合\",\"I8eJ6/\":\"Internal notes on the attendee's ticket\",\"B2Tpo0\":\"無效電郵\",\"5tT0+u\":\"電郵格式無效\",\"f9WRpE\":\"無效的檔案類型。請上傳圖片。\",\"tnL+GP\":\"無效的Liquid語法。請更正後再試。\",\"N9JsFT\":\"無效的增值稅號碼格式\",\"g+lLS9\":\"邀請團隊成員\",\"1z26sk\":\"邀請團隊成員\",\"KR0679\":\"邀請團隊成員\",\"aH6ZIb\":\"邀請您的團隊\",\"Dn4OyV\":\"已邀請\",\"IuMGvq\":\"發票\",\"a/bUcL\":\"It happens on more than one date\",\"d+Oe9r\":\"It may have been unpublished or removed. Please check the link and try again.\",\"Lj7sBL\":\"意大利語\",\"F5/CBH\":\"項目\",\"BzfzPK\":\"項目\",\"rjyWPb\":\"January\",\"KmWyx0\":\"任務\",\"o5r6b2\":\"任務已刪除\",\"cd0jIM\":\"任務詳情\",\"ruJO57\":\"任務名稱\",\"YZi+Hu\":\"任務已排隊等待重試\",\"nCywLA\":\"隨時隨地加入\",\"SNzppu\":\"加入候補名單\",\"dLouFI\":[\"加入\",[\"productDisplayName\"],\"的候補名單\"],\"2gMuHR\":\"已加入\",\"u4ex5r\":\"July\",\"zeEQd/\":\"June\",\"MxjCqk\":\"只是在找您的票?\",\"xOTzt5\":\"just now\",\"0RihU9\":\"Just wrapped\",\"Brhs/U\":\"保留連接\",\"4OjqAQ\":\"Keep editing\",\"lwO5vw\":[\"請保持簡短 — 橫幅只顯示一行。\",[\"0\"],\"/200\"],\"lB2hSG\":[\"讓我隨時了解來自 \",[\"0\"],\" 的新聞和活動\"],\"ioFA9i\":\"Keep the profit.\",\"C/pOUI\":\"標籤 — 例如:上午場\",\"o66QSP\":\"label updates\",\"RtKKbA\":\"Last\",\"DruLRc\":\"過去14天\",\"ve9JTU\":\"姓氏為必填項\",\"h0Q9Iw\":\"最新響應\",\"gw3Ur5\":\"最近觸發\",\"FIq1Ba\":\"Later\",\"xvnLMP\":\"Latest check-ins\",\"GGFOZD\":\"將「從」保留為今天即可立即開始。\",\"N5TErv\":\"Leave empty for unlimited\",\"L/hDDD\":\"Leave empty to apply this check-in list to all occurrences\",\"9Pf3wk\":\"Leave on to cover every ticket on the event. Turn off to pick specific tickets.\",\"Hq2BzX\":\"Let them know about the change\",\"+uexiy\":\"Let them know about the changes\",\"exYcTF\":\"Library\",\"1njn7W\":\"淺色\",\"1qY5Ue\":\"連結已過期或無效\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"允許連結\",\"2BBAbc\":\"List\",\"dF6vP6\":\"已上線\",\"fpMs2Z\":\"直播\",\"D9zTjx\":\"直播活動\",\"a37vfH\":\"Live preview\",\"C33p4q\":\"Loaded dates\",\"WdmJIX\":\"載入預覽中...\",\"IoDI2o\":\"載入標記中...\",\"G3Ge9Z\":\"正在載入Webhook日誌...\",\"NFxlHW\":\"正在加載 Webhook\",\"E0DoRM\":\"地點已刪除\",\"7w8lJU\":\"地點已儲存\",\"YsRXDD\":\"地點已更新\",\"A/kIva\":\"location updates\",\"iyZPPR\":\"個地點\",\"VppBoU\":\"地點\",\"iG7KNr\":\"標誌\",\"vu7ZGG\":\"標誌與封面\",\"gddQe0\":\"您主辦單位的標誌與封面圖片\",\"TBEnp1\":\"標誌將顯示於頁首\",\"Jzu30R\":\"標誌將顯示在門票上\",\"PSRm6/\":\"查找我的門票\",\"yJFu/X\":\"總部辦公室\",\"v5nFPh\":\"Make it visible so people can buy tickets\",\"cdY2at\":[\"Manage \",[\"0\"]],\"wZJfA8\":\"Manage dates and times for your recurring event\",\"RlzPUE\":\"Manage on Stripe\",\"sjoDuh\":\"Manage schedule\",\"6NXJRK\":\"Manage Schedule\",\"zXuaxY\":\"管理活動的候補名單,查看統計數據,並向參與者提供門票。\",\"g2npA5\":\"手動提供\",\"hg6l4j\":\"March\",\"pqRBOz\":\"Mark as validated (admin override)\",\"2L3vle\":\"最大訊息數 / 24小時\",\"Qp4HWD\":\"最大收件人數 / 訊息\",\"7qu2YV\":[\"每張訂單最多 \",[\"cap\"],\" 件\"],\"3JzsDb\":\"May\",\"agPptk\":\"媒介\",\"xDAtGP\":\"訊息\",\"bECJqy\":\"訊息批准成功\",\"1jRD0v\":\"向與會者發送特定門票的信息\",\"uQLXbS\":\"訊息已取消\",\"48rf3i\":\"訊息不能超過5000個字符\",\"ZPj0Q8\":\"訊息詳情\",\"Vjat/X\":\"必須填寫訊息\",\"0/yJtP\":\"向具有特定產品的訂單所有者發送消息\",\"saG4At\":\"訊息已排程\",\"mFdA+i\":\"訊息級別\",\"v7xKtM\":\"訊息級別更新成功\",\"/VRn+9\":[\"Min \",[\"min\"],\" per order\"],\"H9HlDe\":\"分鐘\",\"agRWc1\":\"Minutes\",\"FfPWR0\":\"彈窗\",\"zz/Wd/\":\"Mode\",\"fpMgHS\":\"Mon\",\"hty0d5\":\"星期一\",\"JbIgPz\":\"貨幣金額是所有貨幣的大致總和\",\"qvF+MT\":\"監控和管理失敗的後台任務\",\"kY2ll9\":\"month\",\"HajiZl\":\"月\",\"+8Nek/\":\"Monthly\",\"6jefe3\":\"months\",\"f8jrkd\":\"more\",\"JcD7qf\":\"More actions\",\"w36OkR\":\"最多瀏覽活動(過去14天)\",\"+Y/na7\":\"Move all dates earlier or later\",\"3DIpY0\":\"Multiple locations\",\"g9cQCP\":\"Multiple ticket types\",\"GfaxEk\":\"音樂\",\"oVGCGh\":\"我的票\",\"8/brI5\":\"必須填寫名稱\",\"sFFArG\":\"名稱必須少於 255 個字元\",\"Bst+aq\":\"需要更換 Stripe 帳戶?中斷此帳戶。\",\"xxU3NX\":\"淨收入\",\"7I8LlL\":\"New capacity\",\"n1GRql\":\"New label\",\"y0Fcpd\":\"新地點\",\"ArHT/C\":\"新註冊\",\"uK7xWf\":\"New time:\",\"g8JmSC\":\"下個月\",\"veT5Br\":\"Next occurrence\",\"WXtl5X\":[\"Next: \",[\"nextFormatted\"]],\"eWRECP\":\"夜生活\",\"HSw5l3\":\"否 - 我是個人或非增值稅註冊企業\",\"VHfLAW\":\"無帳戶\",\"+jIeoh\":\"未找到賬戶\",\"074+X8\":\"沒有活動的 Webhook\",\"zxnup4\":\"冇推廣夥伴可顯示\",\"hUHrkV\":\"暫無公告\",\"Dwf4dR\":\"暫無參與者問題\",\"th7rdT\":\"No attendees to show\",\"PKySlW\":\"No attendees yet for this date.\",\"/UC6qk\":\"未找到歸因數據\",\"E2vYsO\":\"No capabilities reported by Stripe yet.\",\"amMkpL\":\"無容量\",\"d2Jf1f\":\"No change\",\"99ntUF\":\"此活動沒有可用的簽到列表。\",\"wG+knX\":\"No check-ins yet\",\"+dAKxg\":\"找不到配置\",\"LiLk8u\":\"No connections available\",\"eb47T5\":\"未找到所選篩選條件的數據。請嘗試調整日期範圍或貨幣。\",\"Zc216S\":\"No date added\",\"I8mtzP\":\"No dates available this month. Try navigating to another month.\",\"yDukIL\":\"No dates match the current filters.\",\"B7phdj\":\"No dates match your filters\",\"/ZB4Um\":\"No dates match your search\",\"OtJSnL\":\"未安排日期\",\"gEdNe8\":\"No dates scheduled yet\",\"w+wkcC\":\"未找到刪除請求\",\"pZNOT9\":\"沒有結束日期\",\"dW40Uz\":\"未找到活動\",\"8pQ3NJ\":\"未來 24 小時內沒有活動開始\",\"8zCZQf\":\"尚無活動\",\"Yc5YW6\":\"沒有失敗的任務\",\"EpvBAp\":\"無發票\",\"N+9Onb\":\"No limits\",\"XZkeaI\":\"未找到日誌\",\"IcAC6J\":\"沒有匹配的字體\",\"nrSs2u\":\"未找到訊息\",\"Rj99yx\":\"No occurrences available\",\"IFU1IG\":\"No occurrences on this date\",\"OVFwlg\":\"暫無訂單問題\",\"EJ7bVz\":\"找不到訂單\",\"NEmyqy\":\"尚無訂單\",\"a77B6w\":\"No orders yet for this date.\",\"wUv5xQ\":\"過去14天沒有主辦方活動\",\"vLd1tV\":\"No organizer context available.\",\"B7w4KY\":\"沒有其他可用的主辦單位\",\"PChXMe\":\"無付費訂單\",\"6jYQGG\":\"沒有過往活動\",\"CHzaTD\":\"過去14天沒有熱門活動\",\"zK/+ef\":\"沒有可供選擇的產品\",\"M1/lXs\":\"No products configured for this event.\",\"kY7XDn\":\"沒有產品有等候名單條目\",\"8mw4tm\":\"無產品訊息\",\"wYiAtV\":\"沒有最近的帳戶註冊\",\"UW90md\":\"未找到收件人\",\"QoAi8D\":\"無響應\",\"JeO7SI\":\"無回應\",\"EK/G11\":\"尚無響應\",\"AxPAXW\":\"找不到結果\",\"59OWd3\":\"沒有已儲存的地點\",\"mPdY6W\":\"沒有建議\",\"3sRuiW\":\"未找到票\",\"debCrL\":\"沒有可售門票\",\"k2C0ZR\":\"No upcoming dates\",\"yM5c0q\":\"沒有即將舉行的活動\",\"qpC74J\":\"未找到用戶\",\"8wgkoi\":\"過去14天沒有瀏覽的活動\",\"Arzxc1\":\"沒有候補名單條目\",\"n5vdm2\":\"此端點尚未記錄任何 Webhook 事件。事件觸發後將顯示在此處。\",\"4GhX3c\":\"沒有 Webhooks\",\"4+am6b\":\"否,保留在此\",\"4JVMUi\":\"non-edited\",\"ACaDVQ\":\"None yet\",\"Itw24Q\":\"Not checked in\",\"x5+Lcz\":\"未簽到\",\"8n10sz\":\"不符合條件\",\"kLvU3F\":\"Notify attendees and stop sales\",\"t9QlBd\":\"November\",\"kAREMN\":\"Number of dates to create\",\"6u1B3O\":\"Occurrence\",\"mmoE62\":\"Occurrence Cancelled\",\"V9flmL\":\"Occurrence Schedule\",\"Kh3WO8\":\"Occurrence Summary\",\"byXCTu\":\"Occurrences\",\"KATw3p\":\"Occurrences (future only)\",\"85rTR2\":\"Occurrences can be configured after creation\",\"dzQfDY\":\"October\",\"BwJKBw\":\"共\",\"GQnX9d\":\"每月\",\"az8lvo\":\"Off\",\"9h7RDh\":\"提供\",\"EfK2O6\":\"提供名額\",\"3sVRey\":\"提供門票\",\"2O7Ybb\":\"報價逾時\",\"1jUg5D\":\"已提供\",\"l+/HS6\":[\"報價將在 \",[\"timeoutHours\"],\" 小時後過期。\"],\"6Aih4U\":\"離線\",\"Fdp03t\":\"於\",\"Z5HWHd\":\"On\",\"TH5A28\":[\"於\",[\"dayList\"]],\"qiMtVT\":[\"於\",[\"month\"],[\"day\"],\"日\"],\"nO3VbP\":[\"正在銷售 \",[\"0\"]],\"pPAGSK\":[\"於\",[\"position\"],[\"day\"]],\"2eFltz\":\"On the event page\",\"H7stQC\":\"已加入候補名單\",\"oXOSPE\":\"線上\",\"aqmy5k\":\"Online — provide connection details\",\"LuZBbx\":\"Online & in-person\",\"IXuOqt\":\"Online & in-person — see schedule\",\"WjSpu5\":\"線上活動\",\"wCRLS9\":[\"僅餘 \",[\"cap\"],\" 件\"],\"scPxI/\":[\"僅剩 \",[\"capacity\"],\" 個\"],\"Gk0+G6\":\"Only a name is required — everything else has sensible defaults\",\"NdOxqr\":\"只有帳戶管理員可以刪除或封存活動。請聯絡您的帳戶管理員尋求協助。\",\"rnoDMF\":\"只有帳戶管理員可以刪除或封存主辦方。請聯絡您的帳戶管理員尋求協助。\",\"tnx0u1\":\"Only available as an add-on\",\"z4JBd7\":\"只有已發佈的公告才會向用戶顯示\",\"bU7oUm\":\"僅發送給具有這些狀態的訂單\",\"wkpaqp\":\"僅顯示開始日期和時間\",\"chktt5\":\"Only shown as an add-on to the products it's attached to\",\"Y4HHYW\":\"Only shown as an add-on to the products it's attached to.\",\"Z82In9\":\"只有帳戶擁有者才能請求刪除帳戶。\",\"DMk8F0\":\"Only tickets count toward capacity\",\"+/Z3yr\":\"Only visible to buyers with an applicable promo code.\",\"M2w1ni\":\"僅使用促銷代碼時可見\",\"y8Bm7C\":\"Open check-in\",\"RLz7P+\":\"Open occurrence\",\"iMqrOb\":\"可選的行動呼籲\",\"cDSdPb\":\"在選擇器中顯示的可選暱稱,例如\\\"總部會議室\\\"\",\"HXMJxH\":\"免責聲明、聯繫信息或感謝說明的可選文本(僅單行)\",\"L565X2\":\"選項\",\"8m9emP\":\"or add a single date\",\"eBskDE\":\"或啟用線下付款並停用 Stripe\",\"dSeVIm\":\"order\",\"c/TIyD\":\"訂單及門票\",\"H5qWhm\":\"訂單已取消\",\"b6+Y+n\":\"訂單完成\",\"x4MLWE\":\"訂單確認\",\"CsTTH0\":\"訂單確認重新發送成功\",\"ppuQR4\":\"訂單已創建\",\"xtQzag\":\"Order details\",\"vrSW9M\":\"訂單已取消並退款。訂單所有者已收到通知。\",\"rzw+wS\":\"訂單持有人\",\"oI/hGR\":\"訂單編號\",\"m8vQEP\":\"Order limits\",\"vu6Arl\":\"訂單標記為已支付\",\"sLbJQz\":\"未找到訂單\",\"kvYpYu\":\"找不到訂單\",\"eJ8SvM\":\"Order number, purchase date, purchaser email\",\"FaPYw+\":\"訂單所有者\",\"eB5vce\":\"具有特定產品的訂單所有者\",\"CxLoxM\":\"具有產品的訂單所有者\",\"UkHo4c\":\"訂單參考\",\"EZy55F\":\"訂單已退款\",\"6eSHqs\":\"訂單狀態\",\"oW5877\":\"訂單總額\",\"e7eZuA\":\"訂單已更新\",\"1SQRYo\":\"訂單更新成功\",\"3NT0Ck\":\"訂單已被取消\",\"V5khLm\":\"orders\",\"sd5IMt\":\"已完成訂單\",\"5It1cQ\":\"訂單已導出\",\"UQ0ACV\":\"訂單總額\",\"B/EBQv\":\"訂單:\",\"qtGTNu\":\"自然帳戶\",\"P/JHA4\":\"主辦方已成功封存\",\"S3CZ5M\":\"主辦單位儀表板\",\"GzjTd0\":\"主辦方已成功刪除\",\"SQqJd8\":\"找不到主辦單位\",\"HF8Bxa\":\"主辦方已成功還原\",\"wpj63n\":\"主辦單位設定\",\"o1my93\":\"更新主辦單位狀態失敗。請稍後再試。\",\"rLHma1\":\"主辦單位狀態已更新\",\"LqBITi\":\"將使用組織者/預設範本\",\"q4zH+l\":\"Organizers\",\"/IX/7x\":\"其他\",\"RsiDDQ\":\"其他列表(不包含此票)\",\"EufvBx\":\"結果\",\"aDfajK\":\"Outdoors\",\"qMASRF\":\"發出的訊息\",\"iCOVQO\":\"Override\",\"GpFTEc\":\"Override fees on this organizer\",\"M9ZhMP\":\"Override price\",\"cnVIpl\":\"Override removed\",\"6/dCYd\":\"總覽\",\"6WdDG7\":\"頁面\",\"8uqsE5\":\"頁面不再可用\",\"QkLf4H\":\"頁面網址\",\"sF+Xp9\":\"頁面瀏覽量\",\"v4nCHK\":\"Paid\",\"c+suC6\":\"付費帳戶\",\"5F7SYw\":\"部分退款\",\"fFYotW\":[\"部分退款:\",[\"0\"]],\"i8day5\":\"將費用轉嫁給買家\",\"k4FLBQ\":\"轉嫁給買家\",\"Ff0Dor\":\"過去\",\"BFjW8X\":\"Past due\",\"xTPjSy\":\"過往活動\",\"/l/ckQ\":\"貼上網址\",\"URAE3q\":\"已暫停\",\"4fL/V7\":\"付款\",\"W5l9HD\":\"隨心付\",\"c2/9VE\":\"負載數據\",\"5cxUwd\":\"付款日期\",\"ENEPLY\":\"付款方式\",\"8Lx2X7\":\"已收到付款\",\"fx8BTd\":\"付款不可用\",\"C+ylwF\":\"Payouts\",\"UbRKMZ\":\"待處理\",\"UkM20g\":\"待審核\",\"dPYu1F\":\"每位參與者\",\"mQV/nJ\":\"per min\",\"+kvxv+\":\"每單\",\"VlXNyK\":\"每份訂單\",\"NhuGd7\":\"每件商品\",\"hauDFf\":\"每張門票\",\"mnF83a\":\"百分比費用\",\"TNLuRD\":\"Percentage fee (%)\",\"MixU2P\":\"百分比必須介於 0 到 100 之間\",\"MkuVAZ\":\"交易金額的百分比\",\"/Bh+7r\":\"表現\",\"/4mGVp\":\"永久刪除此帳戶\",\"dGdKgQ\":\"永久刪除此帳戶及其資料。\",\"fIp56F\":\"永久刪除此活動及其所有相關資料。\",\"nJeeX7\":\"永久刪除此主辦方及其所有活動。\",\"wfCTgK\":\"Permanently remove this date\",\"6kPk3+\":\"個人資料\",\"zmwvG2\":\"電話\",\"tSR/oe\":\"Pick an end date\",\"e8kzpp\":\"Pick at least one day of the month\",\"35C8QZ\":\"Pick at least one day of the week\",\"kJmAsd\":\"選擇日期後即可在此查看。\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"Placed\",\"wBJR8i\":\"計劃舉辦活動?\",\"J3lhKT\":\"平台費用\",\"RD51+P\":[\"從您的付款中扣除 \",[\"0\"],\" 的平台費用\"],\"br3Y/y\":\"平台費用\",\"3buiaw\":\"平台費用報告\",\"kv9dM4\":\"平台收入\",\"PJ3Ykr\":\"Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions.\",\"OtjenF\":\"請輸入有效的電子郵件地址\",\"jEw0Mr\":\"請輸入有效的 URL\",\"n8+Ng/\":\"請輸入5位數驗證碼\",\"r+lQXT\":\"請輸入您的增值稅號碼\",\"Dvq0wf\":\"請提供圖片。\",\"2cUopP\":\"請重新開始結賬流程。\",\"GoXxOA\":\"Please select a date and time\",\"8KmsFa\":\"請選擇日期範圍\",\"EFq6EG\":\"請選擇圖片。\",\"fuwKpE\":\"請再試一次。\",\"klWBeI\":\"請等一陣再申請新嘅驗證碼\",\"hfHhaa\":\"請稍候,我哋準備緊匯出你嘅推廣夥伴...\",\"o+tJN/\":\"請稍候,我們正在準備導出您的與會者...\",\"+5Mlle\":\"請稍候,我們正在準備導出您的訂單...\",\"trnWaw\":\"波蘭語\",\"luHAJY\":\"熱門活動(過去14天)\",\"p/78dY\":\"Position\",\"OESu7I\":\"透過在多種門票類型之間共享庫存來防止超賣。\",\"NgVUL2\":\"預覽結帳表單\",\"cs5muu\":\"預覽活動頁面\",\"1xwZj/\":\"上個月\",\"Jm2AC3\":\"Price Tier\",\"a5jvSX\":\"價格等級\",\"aHCEmh\":\"Pricing\",\"ReihZ7\":\"列印預覽\",\"JnuPvH\":\"列印門票\",\"tYF4Zq\":\"列印為PDF\",\"LcET2C\":\"私隱政策\",\"8z6Y5D\":\"處理退款\",\"JcejNJ\":\"處理訂單中\",\"EWCLpZ\":\"產品已創建\",\"XkFYVB\":\"產品已刪除\",\"YMwcbR\":\"產品銷售、收入和税費明細\",\"ls0mTC\":\"Product settings cannot be edited for cancelled dates.\",\"2339ej\":\"Product settings saved successfully\",\"ldVIlB\":\"產品已更新\",\"CP3D8G\":\"Progress\",\"JoKGiJ\":\"優惠碼\",\"dIodJL\":\"Promo code required\",\"k3wH7i\":\"促銷碼使用情況及折扣明細\",\"tZqL0q\":\"promo codes\",\"oCHiz3\":\"Promo codes\",\"uEhdRh\":\"僅限促銷\",\"dLm8V5\":\"促銷電子郵件可能導致帳戶被暫停\",\"W0ETyY\":\"請至少填寫一個地址欄位(場地、街道、城市或國家)。\",\"2W/7Gz\":\"Provide the following before Stripe's next review to keep payouts flowing.\",\"7d1a0d\":\"Public\",\"EEYbdt\":\"發佈\",\"JcgJKc\":\"仍要發布\",\"evDBV8\":\"發布活動\",\"2zEfOd\":\"Publish your event\",\"u3wRF+\":\"已發佈\",\"L7nrC8\":\"發布後,您的活動頁面將公開並開放報名。\",\"dsFmM+\":\"已購買\",\"JunetL\":\"Purchaser\",\"phmeUH\":\"Purchaser email\",\"ywR4ZL\":\"QR code check-in\",\"oWXNE5\":\"數量\",\"VbWX2u\":\"數量\",\"biEyJ4\":\"Question answers\",\"k/bJj0\":\"問題已重新排序\",\"b24kPi\":\"隊列\",\"lTPqpM\":\"Quick Tip\",\"fqDzSu\":\"費率\",\"mnUGVC\":\"超出速率限制。請稍後再試。\",\"t41hVI\":\"重新提供名額\",\"TNclgc\":\"Reactivate this date? It will be reopened for future sales.\",\"RENQ6j\":\"準備好發布了嗎?\",\"uqoRbb\":\"Real-time analytics\",\"jPSk57\":\"原因(可選)\",\"xzRvs4\":[\"接收 \",[\"0\"],\" 的產品更新。\"],\"pLXbi8\":\"最近帳戶註冊\",\"M1HGuR\":\"Recent activity\",\"3kJ0gv\":\"Recent Attendees\",\"qhfiwV\":\"Recent check-ins\",\"S+0XMX\":\"Recent orders\",\"Fi3b48\":\"最近訂單\",\"7hPBBn\":\"位收件人\",\"jp5bq8\":\"位收件人\",\"yPrbsy\":\"收件人\",\"E1F5Ji\":\"收件人在訊息發送後可用\",\"WEYdDv\":\"Recommended\",\"wuhHPE\":\"Recurring\",\"asLqwt\":\"重複活動\",\"s3uzsK\":\"重複活動設定\",\"D0tAMe\":\"Recurring events\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"正在重定向到 Stripe...\",\"pnoTN5\":\"推薦帳戶\",\"ACKu03\":\"刷新預覽\",\"vuFYA6\":\"Refund all orders for these dates\",\"4cRUK3\":\"Refund all orders for this date\",\"fKn/k6\":\"退款金額\",\"qY4rpA\":\"退款失敗\",\"FaK/8G\":[\"退款訂單 \",[\"0\"]],\"MGbi9P\":\"退款待處理\",\"BDSRuX\":[\"已退款:\",[\"0\"]],\"bU4bS1\":\"退款\",\"rYXfOA\":\"地區設定\",\"5tl0Bp\":\"註冊問題\",\"ZNo5k1\":\"Remaining\",\"Bjh87R\":\"Remove label from all dates\",\"IVZaEo\":\"從活動頁面完全移除已售罄的日期和時間。停用時,它們仍然可見並標示為已售罄。\",\"5Vkr/a\":\"移除時間\",\"KkJtVK\":\"Reopen for new sales\",\"XJwWJp\":\"Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed.\",\"RYlQY0\":\"重複\",\"CQeZT8\":\"未找到報告\",\"JEPMXN\":\"請求新連結\",\"Yx0Ud8\":\"請求時間\",\"Wcv9QD\":\"請求人\",\"TMLAx2\":\"必填\",\"mdeIOH\":\"重新發送驗證碼\",\"sQxe68\":\"重新發送確認\",\"bxoWpz\":\"重新發送確認電郵\",\"G42SNI\":\"重新發送電郵\",\"TTpXL3\":[[\"resendCooldown\"],\"秒後重新發送\"],\"5CiNPm\":\"重新發送門票\",\"Uwsg2F\":\"已預留\",\"8wUjGl\":\"保留至\",\"a5z8mb\":\"Reset to base price\",\"kCn6wb\":\"重置中...\",\"ZlCDf+\":\"回應\",\"bsydMp\":\"回應詳情\",\"yKu/3Y\":\"還原\",\"RokrZf\":\"還原活動\",\"/JyMGh\":\"還原主辦方\",\"HFvFRb\":\"還原此活動以使其再次可見。\",\"DDIcqy\":\"還原此主辦方並使其重新活躍。\",\"mO8KLE\":\"results\",\"6gRgw8\":\"重試\",\"1BG8ga\":\"全部重試\",\"rDC+T6\":\"重試任務\",\"CbnrWb\":\"返回活動\",\"Lf7TCn\":\"當您建立帶地址的活動時,可重複使用的場地會自動出現在這裡,您也可以自行新增。\",\"mdQ0zb\":\"可在活動中重複使用的場地。透過自動完成建立的地點會自動儲存在這裡。\",\"XFOPle\":\"Reuse\",\"1Zehp4\":\"Reuse a Stripe connection from another organizer in this account.\",\"Oo/PLb\":\"收入摘要\",\"CfuueU\":\"撤銷報價\",\"Tpm2G9\":\"持續時間\",\"dFFW9L\":[\"銷售已於 \",[\"0\"],\" 結束\"],\"loCKGB\":[\"銷售於 \",[\"0\"],\" 結束\"],\"wlfBad\":\"銷售期間\",\"qi81Jg\":\"Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page.\",\"zpekWp\":[\"銷售於 \",[\"0\"],\" 開始\"],\"7s8z0X\":\"Sale window\",\"mUv9U4\":\"銷售\",\"9KnRdL\":\"銷售已暫停\",\"JC3J0k\":\"Sales, attendance, and check-in breakdown per occurrence\",\"3VnlS9\":\"所有活動的銷售、訂單和表現指標\",\"3Q1AWe\":\"銷售額:\",\"LeuERW\":\"Same as event\",\"B4nE3N\":\"示例票價\",\"8BRPoH\":\"示例場地\",\"PiK6Ld\":\"Sat\",\"+5kO8P\":\"星期六\",\"zJiuDn\":\"Save fee override\",\"x1fMXJ\":\"儲存日程\",\"KZrfYJ\":\"儲存社交連結\",\"9Y3hAT\":\"儲存範本\",\"C8ne4X\":\"儲存門票設計\",\"cTI8IK\":\"Save VAT settings\",\"6/TNCd\":\"儲存增值稅設定\",\"4RvD9q\":\"已儲存的地點\",\"cgw0cL\":\"已儲存的地點\",\"Fbqm/I\":\"Saving an override creates a dedicated configuration for this organizer if it's currently on the system default.\",\"I+FvbD\":\"掃描\",\"0zd6Nm\":\"Scan a ticket to check in an attendee\",\"bQG7Qk\":\"Scanned tickets will appear here\",\"WDYSLJ\":\"Scanner mode\",\"gmB6oO\":\"Schedule\",\"qQTaVm\":\"Schedule added\",\"j6NnBq\":\"Schedule created successfully\",\"YP7frt\":\"Schedule ends on\",\"QS1Nla\":\"稍後發送\",\"NAzVVw\":\"排程訊息\",\"/rTL/5\":\"日程預覽\",\"Fz09JP\":\"Schedule starts on\",\"4ba0NE\":\"已排程\",\"4HKQZj\":\"計劃刪除時間\",\"qcP/8K\":\"排程時間\",\"A1taO8\":\"Search\",\"ftNXma\":\"搜尋推廣夥伴...\",\"VMU+zM\":\"Search attendees\",\"VY+Bdn\":\"按賬戶名稱或電子郵件搜尋...\",\"VX+B3I\":\"按活動標題或主辦方搜索...\",\"R0wEyA\":\"按任務名稱或異常搜索...\",\"YnMfsK\":\"按名稱或地址搜尋...\",\"3yKuDu\":\"按名稱或電郵搜尋並選擇一個或多個\",\"VT+urE\":\"按姓名或電子郵件搜尋...\",\"GHdjuo\":\"按姓名、電子郵件或帳戶搜索...\",\"4mBFO7\":\"Search by name, order #, ticket # or email\",\"20ce0U\":\"按訂單編號、客戶姓名或電子郵件搜尋...\",\"4DSz7Z\":\"按主題、活動或賬戶搜索...\",\"gTUY97\":\"按標題搜尋...\",\"nQC7Z9\":\"Search dates...\",\"iRtEpV\":\"Search dates…\",\"JRM7ao\":\"Search for an address\",\"BWF1kC\":\"搜尋訊息...\",\"5WYZKZ\":\"搜尋結果\",\"IG85fV\":\"搜尋已儲存的地點或尋找地址...\",\"Du+zn+\":\"搜尋中...\",\"3aD3GF\":\"Seasonal\",\"ku//5b\":\"Second\",\"Mck5ht\":\"安全結帳\",\"s7tXqF\":\"See schedule\",\"JFap6u\":\"See what Stripe still needs\",\"6lGaum\":\"已查看\",\"p7xUrt\":\"選擇類別\",\"hTKQwS\":\"Select a Date & Time\",\"Ps6Xtf\":\"Select a date to see available times\",\"e4L7bF\":\"選擇一則訊息查看其內容\",\"zPRPMf\":\"選擇級別\",\"BFRSTT\":\"選擇帳戶\",\"wgNoIs\":\"Select all\",\"mCB6Je\":\"全選\",\"aCEysm\":[\"Select all on \",[\"0\"]],\"a6+167\":\"選擇活動\",\"4oT6dP\":\"請至少選擇一個帳戶\",\"neCGH1\":\"請至少選擇一個用戶\",\"CFbaPk\":\"選擇參加者群組\",\"88a49s\":\"Select camera\",\"tVW/yo\":\"選擇貨幣\",\"SJQM1I\":\"Select date\",\"n9ZhRa\":\"選擇結束日期與時間\",\"gTN6Ws\":\"選擇結束時間\",\"0U6E9W\":\"選擇活動類別\",\"j9cPeF\":\"選擇事件類型\",\"ypTjHL\":\"Select occurrence\",\"DHBGUX\":\"Select products...\",\"KizCK7\":\"選擇開始日期與時間\",\"dJZTv2\":\"選擇開始時間\",\"x8XMsJ\":\"為此帳戶選擇訊息級別。這控制訊息限制和連結權限。\",\"aT3jZX\":\"選擇時區\",\"TxfvH2\":\"選擇哪些參加者應該收到此訊息\",\"Ropvj0\":\"選擇哪些事件將觸發此 Webhook\",\"+6YAwo\":\"selected\",\"ylXj1N\":\"已選擇\",\"uq3CXQ\":\"Sell out your event.\",\"oBXbO4\":\"Selling a physical product? Cap its quantity on the <0>products page instead.\",\"j9b/iy\":\"熱賣中 🔥\",\"73qYgo\":\"作為測試發送\",\"HMAqFK\":\"向參與者、持票人或訂單擁有者發送電子郵件。訊息可以立即發送或安排稍後發送。\",\"22Itl6\":\"發送副本給我\",\"NpEm3p\":\"立即發送\",\"nOBvex\":\"將即時訂單和參與者資料傳送到您的外部系統。\",\"1lNPhX\":\"發送退款通知郵件\",\"eaUTwS\":\"發送重置連結\",\"5cV4PY\":\"Send to all occurrences, or choose a specific one\",\"QEQlnV\":\"發送您的第一則訊息\",\"IoAuJG\":\"發送中...\",\"h69WC6\":\"已發送\",\"BVu2Hz\":\"發送者\",\"ZFa8wv\":\"Sent to attendees when a scheduled date is cancelled\",\"SPdzrs\":\"客戶下訂時發送\",\"LxSN5F\":\"發送給每位參會者及其門票詳情\",\"hgvbYY\":\"September\",\"5sN96e\":\"Session cancelled\",\"S9i0UC\":[\"場 · \",[\"dateCount\"],\" 個日期 × \",[\"timesPerDay\"],\" 個時間\"],\"89xaFU\":\"為此主辦方創建的新活動設置預設平台費用設置。\",\"eXssj5\":\"為此主辦單位下創建的新活動設定預設設定。\",\"uPe5p8\":\"Set how long each date lasts\",\"ODuUEi\":\"Set or clear the date label\",\"buHACR\":\"Set the end time of each date to be this long after its start time.\",\"TaeFgl\":\"Set to unlimited (remove limit)\",\"pd6SSe\":\"Set up a recurring schedule to automatically create dates, or add them one at a time.\",\"s0FkEx\":\"為不同的入口、場次或日期設定簽到列表。\",\"TaWVGe\":\"Set up payouts\",\"JA//e6\":\"Set up schedule\",\"gzXY7l\":\"Set Up Schedule\",\"0Ls9qe\":\"Set up the tickets you'll sell and their prices\",\"xMO+Ao\":\"設定你嘅機構\",\"5pEFnq\":\"設定您的日程\",\"zRRuUD\":\"Set up your schedule in the next steps\",\"ETC76A\":\"Set, change, or remove the date's location or online details\",\"C3htzi\":\"設定已更新\",\"Ohn74G\":\"設定與設計\",\"1W5XyZ\":\"Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event.\",\"GG7qDw\":\"分享推廣連結\",\"hL7sDJ\":\"分享主辦單位頁面\",\"jy6QDF\":\"共享容量管理\",\"jDNHW4\":\"Shift times\",\"tPfIaW\":[\"Shifted times for \",[\"count\"],\" date(s)\"],\"WwlM8F\":\"顯示進階選項\",\"cMW+gm\":[\"顯示所有平台(另有 \",[\"0\"],\" 個有內容)\"],\"wXi9pZ\":\"Show attendee notes to non-logged-in staff\",\"4LZFir\":\"顯示整個日期範圍\",\"UVPI5D\":\"顯示較少平台\",\"Eu/N/d\":\"顯示營銷訂閱複選框\",\"SXzpzO\":\"預設顯示營銷訂閱複選框\",\"b33PL9\":\"顯示更多平台\",\"Eut7p9\":\"Show order details to non-logged-in staff\",\"+RoWKN\":\"Show question answers to non-logged-in staff\",\"jbcx6L\":\"Show remaining capacity on event dates\",\"rXxBOx\":\"Show remaining capacity to buyers\",\"t1LIQW\":[\"顯示 \",[\"0\"],\" / \",[\"totalRows\"],\" 條記錄\"],\"E717U9\":[\"Showing \",[\"0\"],\"–\",[\"1\"],\" of \",[\"2\"]],\"5rzhBQ\":[\"Showing \",[\"MAX_VISIBLE\"],\" of \",[\"totalAvailable\"],\" dates. Type to search.\"],\"WSt3op\":[\"Showing the first \",[\"0\"],\" — the remaining \",[\"1\"],\" session(s) will still be targeted when the message is sent.\"],\"o1UbOh\":\"在彈窗頂部彈跳顯示\",\"OJLTEL\":\"Shown to staff the first time they open the check-in page.\",\"lbfXEJ\":\"Shows remaining\",\"jVRHeq\":\"註冊時間\",\"5C7J+P\":\"Single Event\",\"E//btK\":\"Skip manually edited dates\",\"paESr6\":\"斯洛伐克語\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"社交\",\"d0rUsW\":\"社交連結\",\"j/TOB3\":\"社交連結與網站\",\"s9KGXU\":\"已售出\",\"yp+0jj\":\"sold out\",\"1hupow\":\"售罄,可加入候補名單\",\"iACSrw\":\"Some details are hidden from public access. Log in to view everything.\",\"Dia6iz\":\"Something went wrong while deleting the image. Please try again.\",\"KTxc6k\":\"出現問題,請重試,或在問題持續時聯繫客服\",\"lkE00/\":\"出了點問題。請稍後再試。\",\"wdxz7K\":\"來源\",\"SzuJ5m\":\"指定帳戶\",\"/h8G1o\":\"指定用戶\",\"fDG2by\":\"Spirituality\",\"oPaRES\":\"Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end.\",\"7JFNej\":\"體育\",\"/bfV1Y\":\"Staff instructions\",\"StWUH4\":\"Start check-in\",\"JcQp9p\":\"開始日期同時間\",\"0m/ekX\":\"開始日期與時間\",\"izRfYP\":\"必須填寫開始日期\",\"xAYSEs\":\"開始時間\",\"n9ZrDo\":\"Start typing a venue or address...\",\"DACR+e\":\"Starts collapsed\",\"qeFVhN\":[\"Starts in \",[\"diffDays\"],\" days\"],\"AOqtxN\":[\"Starts in \",[\"diffMinutes\"],\" min\"],\"Otg8Oh\":[\"Starts in \",[\"h\"],\"h \",[\"m\"],\"m\"],\"Lo49in\":[\"Starts in \",[\"seconds\"],\"s\"],\"NqChgF\":\"Starts tomorrow\",\"2NbyY/\":\"統計數據\",\"GVUxAX\":\"統計數據基於帳戶創建日期\",\"29Hx9U\":\"Stats\",\"5ia+r6\":\"Still needed\",\"wuV0bK\":\"停止模擬\",\"S/7MPw\":\"Stripe 帳戶已中斷連接。\",\"s/KaDb\":\"Stripe connected\",\"Bk06QI\":\"Stripe 已連接\",\"akZMv8\":[\"Stripe connection copied from \",[\"0\"],\".\"],\"v0aRY1\":\"Stripe didn't return a setup link. Please try again.\",\"aKtF0O\":\"Stripe未連接\",\"9i0++A\":\"Stripe 付款 ID\",\"R1lIMV\":\"Stripe will need a few more details soon\",\"FzcCHA\":\"Stripe will walk you through a few quick questions to finish setup.\",\"ii0qn/\":\"主題是必需的\",\"M7Uapz\":\"主題將顯示在這裏\",\"6aXq+t\":\"主題:\",\"JwTmB6\":\"產品複製成功\",\"WUOCgI\":\"已成功提供名額\",\"IvxA4G\":[\"已成功向 \",[\"count\"],\" 人提供門票\"],\"kKpkzy\":\"已成功向 1 人提供門票\",\"Zi3Sbw\":\"已成功從候補名單中移除\",\"RuaKfn\":\"地址更新成功\",\"kzx0uD\":\"成功更新活動預設值\",\"5n+Wwp\":\"主辦單位更新成功\",\"DMCX/I\":\"平台費用預設設置更新成功\",\"URUYHc\":\"平台費用設置更新成功\",\"kRWc2g\":\"已成功更新重複活動設定\",\"0Dk/l8\":\"SEO 設定已成功更新\",\"S8Tua9\":\"設定更新成功\",\"MhOoLQ\":\"社交連結更新成功\",\"CNSSfp\":\"追蹤設定更新成功\",\"kj7zYe\":\"Webhook 更新成功\",\"dXoieq\":\"摘要\",\"/RfJXt\":[\"夏日音樂節 \",[\"0\"]],\"CWOPIK\":\"2025夏季音樂節\",\"D89zck\":\"Sun\",\"DBC3t5\":\"星期日\",\"UaISq3\":\"瑞典語\",\"JZTQI0\":\"切換主辦單位\",\"9YHrNC\":\"系統預設\",\"jGR53C\":\"T-shirts, mugs and more\",\"hCR98w\":\"像日曆一樣點選日期。\",\"lruQkA\":\"Tap this screen to resume scanning\",\"X9v2GM\":\"目標帳戶\",\"TmyDCw\":\"目標用戶\",\"TJUrME\":[\"Targeting attendees across \",[\"0\"],\" selected sessions.\"],\"yT6dQ8\":\"按稅種和活動分組的已收稅款\",\"Ye321X\":\"稅種名稱\",\"WyCBRt\":\"稅務摘要\",\"QC3FVX\":\"Taxes & fees\",\"GkH0Pq\":\"已套用稅項及費用\",\"SXvRWU\":\"Team collaboration\",\"vlf/In\":\"科技\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"讓人們知道您的活動有什麼內容\",\"NiIUyb\":\"請告訴我們您的活動\",\"DovcfC\":\"話俾我哋知你嘅機構資料。呢啲資料會顯示喺你嘅活動頁面。\",\"69GWRq\":\"Tell us how often your event repeats and we'll create all the dates for you.\",\"mXPbwY\":\"Tell us your VAT registration status so we apply the correct VAT treatment to platform fees.\",\"7wtpH5\":\"範本已啟用\",\"QHhZeE\":\"範本建立成功\",\"xrWdPR\":\"範本刪除成功\",\"G04Zjt\":\"範本儲存成功\",\"xowcRf\":\"服務條款\",\"6K0GjX\":\"文字可能難以閱讀\",\"nm3Iz/\":\"感謝您的參與!\",\"pYwj0k\":\"Thanks,\",\"cIHkSd\":[\"共 \",[\"totalOccurrences\"],\" 場 — 上限為 \",[\"max\"],\"。請縮短日期範圍或降低頻率。\"],\"k3IitN\":\"That's a wrap\",\"KfmPRW\":\"頁面的背景顏色。使用封面圖片時,這會作為覆蓋層應用。\",\"MDNyJz\":\"驗證碼會喺10分鐘後過期。如果你搵唔到電郵,請檢查垃圾郵件資料夾。\",\"AIF7J2\":\"定義固定費用的貨幣。結帳時將轉換為訂單貨幣。\",\"k3LFkM\":\"此活動門票價格所使用的貨幣。\",\"7oksH+\":[\"折扣將從每個符合條件的商品中扣除。例如:立減 \",[\"currencySymbol\"],\"10 × 3 張票 = 共減 \",[\"currencySymbol\"],\"30。\"],\"sKL8k2\":\"折扣僅從訂單總額中扣除一次。\",\"cDHM1d\":\"電郵地址已更改。參與者將在更新後的電郵地址收到新門票。\",\"tXadb0\":\"您查找的活動目前不可用。它可能已被刪除、過期或 URL 不正確。\",\"sxKqBm\":\"訂單全額將退款至客戶的原始付款方式。\",\"KgDp6G\":\"您嘗試存取的連結已過期或不再有效。請檢查您的電郵以獲取管理訂單的更新連結。\",\"sYLeDq\":\"找不到您正在尋找的主辦單位。頁面可能已被移動、刪除,或網址不正確。\",\"PCr4zw\":\"The override is recorded in the order audit log.\",\"C4nQe5\":\"平台費用會添加到票價中。買家支付更多,但您會收到完整的票價。\",\"HxxXZO\":\"用於按鈕和突出顯示的主要品牌顏色\",\"OVSkIF\":\"敏捷的棕色狐狸跳過懶狗。\",\"z0KrIG\":\"排程時間為必填項\",\"EWErQh\":\"排程時間必須是將來的時間\",\"UNd0OU\":[\"The session for \\\"\",[\"title\"],\"\\\" originally scheduled for \",[\"0\"],\" has been rescheduled.\"],\"DEcpfp\":\"模板正文包含無效的Liquid語法。請更正後再試。\",\"qpmtdK\":\"此活動日期和時間所使用的時區。\",\"N3VfVA\":\"上傳未到達伺服器。請檢查網絡連接;如果檔案較大,請嘗試較小的圖片(最大 5MB)。\",\"injXD7\":\"無法驗證增值稅號碼。請檢查號碼並重試。\",\"A4UmDy\":\"劇場\",\"tDwYhx\":\"主題與顏色\",\"ybBP2H\":\"There are no products available for this date. Please choose another date.\",\"O7g4eR\":\"There are no upcoming dates for this event\",\"062KsE\":\"These details are shown on the attendee's ticket and order summary for this date only.\",\"5Eu+tn\":\"這些詳情僅在訂單成功完成後顯示。\",\"jQjwR+\":\"These details will replace any existing location on the affected dates and show on attendee tickets.\",\"6eaLu/\":\"這些價格適用於日程中的所有場次,層級數量限制的是所有場次合計的總銷量。層級的銷售日期全域生效。您可以在<0>場次安排頁面為個別場次覆寫價格。\",\"QP3gP+\":\"這些設定僅適用於複製的嵌入代碼,不會被儲存。\",\"HirZe8\":\"這些範本將用作您組織中所有活動的預設範本。單個活動可以用自己的自定義版本覆蓋這些範本。\",\"lzAaG5\":\"這些範本將僅覆蓋此活動的組織者預設設置。如果這裏沒有設置自定義範本,將使用組織者範本。\",\"UlykKR\":\"Third\",\"1YTBzS\":\"此帳戶沒有已完成的訂單,因此其所有資料將被永久刪除。\",\"jCPU8z\":\"此帳戶已計劃刪除\",\"zfNCE8\":[\"此帳戶已計劃於 <0>\",[\"scheduledDate\"],\" 刪除\"],\"wkP5FM\":\"This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes.\",\"SOmGDa\":\"This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins.\",\"XBNC3E\":\"呢個代碼會用嚟追蹤銷售。只可以用字母、數字、連字號同底線。\",\"AaP0M+\":\"對某些使用者來說,此顏色組合可能難以閱讀\",\"o1phK/\":[\"This date has \",[\"orderCount\"],\" order(s) that will be affected.\"],\"F/UtGt\":\"This date has been cancelled. You can still delete it to remove it permanently.\",\"BLZ7pX\":\"This date is in the past. It will be created but won't be visible to attendees under upcoming dates.\",\"7IIY0z\":\"This date is marked sold out.\",\"bddWMP\":\"This date is no longer available. Please select another date.\",\"E9BqZw\":\"This date only\",\"n68908\":[\"此操作將中斷 \",[\"stripeAccountId\"],\" 與此主辦方的連接。在您重新連接 Stripe 帳戶之前,付費門票銷售將無法進行。\"],\"RzEvf5\":\"此活動已結束\",\"kc4bIA\":\"此活動尚未有門票或商品,參加者將無法報名。\",\"eMaNd0\":\"This event is not available\",\"YClrdK\":\"呢個活動未發佈\",\"GL6z+k\":\"此活動已售罄\",\"pIwDhS\":\"This event's dates and times are set on the occurrence schedule.\",\"ny5rgr\":\"This is a recurring event\",\"tc64Zz\":\"這是將顯示在活動頁面上的類別名稱。\",\"dFJnia\":\"這是將會顯示給使用者的主辦單位名稱。\",\"vt7jiq\":\"簽名密鑰僅顯示一次。請立即複製並妥善保存。\",\"5DpZrC\":\"此設定限制的是整個日程所有場次的總銷量,而不是每場的限制。如需限制每場的人數,請在<0>場次安排頁面設定容量。\",\"L7dIM7\":\"此連結無效或已過期。\",\"MR5ygV\":\"此連結不再有效\",\"9LEqK0\":\"此名稱對最終用戶可見\",\"QdUMM9\":\"This occurrence is at capacity\",\"j5FdeA\":\"此訂單正在處理中。\",\"sjNPMw\":\"此訂單已被放棄。您可以隨時開始新的訂單。\",\"OhCesD\":\"此訂單已被取消。您可以隨時開始新訂單。\",\"lyD7rQ\":\"呢個主辦方資料未發佈\",\"9b5956\":\"此預覽顯示您的郵件使用示例資料的外觀。實際郵件將使用真實值。\",\"uM9Alj\":\"此產品在活動頁面上突出顯示\",\"RqSKdX\":\"此產品已售罄\",\"4PDH+K\":\"This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to.\",\"qEGn8I\":\"此重複活動尚未有日期,參加者無法預訂。\",\"W12OdJ\":\"此報告僅供參考。在將此數據用於會計或稅務目的之前,請務必諮詢稅務專業人士。請與您的Stripe儀表板進行交叉驗證,因為Hi.Events可能缺少歷史數據。\",\"1LuJNw\":\"此門票已失效\",\"0Ew0uk\":\"此門票剛剛被掃描。請等待後再次掃描。\",\"FYXq7k\":[\"This will affect \",[\"loadedAffectedCount\"],\" date(s).\"],\"kvpxIU\":\"這將用於通知和與使用者的溝通。\",\"bPgkdx\":\"這將取消計劃的刪除並重新啟用帳戶。帳戶擁有者將收到電子郵件通知。\",\"4yx4a4\":[\"這將立即停用您的帳戶,並在 30 天後永久刪除。請輸入您的帳戶名稱以確認:<0>\",[\"0\"],\"\"],\"rhsath\":\"呢個唔會俾客戶睇到,但可以幫你識別推廣夥伴。\",\"VGEfU7\":\"這將立即永久刪除或匿名化該帳戶,而不等待計劃日期。此操作無法復原。\",\"hV6FeJ\":\"Throughput\",\"+FjWgX\":\"Thu\",\"kkDQ8m\":\"星期四\",\"0GSPnc\":\"門票設計\",\"EZC/Cu\":\"門票設計儲存成功\",\"bbslmb\":\"門票設計器\",\"1BPctx\":\"門票:\",\"HGuXjF\":\"票務持有人\",\"CMUt3Y\":\"票務持有人\",\"awHmAT\":\"門票 ID\",\"6czJik\":\"門票標誌\",\"t79rDv\":\"找不到門票\",\"6tmWch\":\"票券或產品\",\"1tfWrD\":\"門票預覽:\",\"KnjoUA\":\"票價\",\"pGZOcL\":\"門票重新發送成功\",\"o02GZM\":\"Ticket sales have ended for this event\",\"8jLPgH\":\"門票類型\",\"8qsbZ5\":\"票務與銷售\",\"zNECqg\":\"門票\",\"6GQNLE\":\"門票\",\"NRhrIB\":\"票券與產品\",\"OrWHoZ\":\"當有空餘名額時,門票將自動提供給候補名單中的客戶。\",\"AGRilS\":\"已售票數\",\"4/dG8J\":\"Tiers\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"Time\",\"kGEhUy\":\"時間\",\"fXf2r5\":[\"Times shown in \",[\"timezoneAbbr\"]],\"9udQT9\":\"標題為必填\",\"dMtLDE\":\"to\",\"/jQctM\":\"收件人\",\"tiI71C\":\"要提高您的限制,請聯繫我們\",\"ecUA8p\":\"Today\",\"W428WC\":\"切換欄位\",\"BRMXj0\":\"Tomorrow\",\"UBSG1X\":\"頂級主辦方(過去14天)\",\"3sZ0xx\":\"總賬戶數\",\"SMDzqJ\":\"總參與人數\",\"orBECM\":\"總收款\",\"k5CU8c\":\"總條目\",\"4B7oCp\":\"總費用\",\"sMMlTX\":\"Total fees\",\"mlvCEl\":\"Total orders\",\"2AW/k5\":\"所有場次的總數量\",\"dp8BCb\":\"Total tax\",\"vb0Q0/\":\"總用戶數\",\"oJjplO\":\"總瀏覽量\",\"rBZ9pz\":\"Tours\",\"orluER\":\"按歸因來源追蹤帳戶增長和表現\",\"YwKzpH\":\"追蹤與分析\",\"GUA0Jy\":\"Try a different search term or filter\",\"2P/OWN\":\"Try adjusting your filters to see more dates.\",\"ouM5IM\":\"嘗試其他郵箱\",\"3DZvE7\":\"免費試用Hi.Events\",\"vq2WxD\":\"Tue\",\"G3myU+\":\"星期二\",\"Kz91g/\":\"土耳其語\",\"GdOhw6\":\"關閉聲音\",\"KUOhTy\":\"開啟聲音\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"輸入\\\"刪除\\\"以確認\",\"nSlb72\":\"輸入以搜尋...\",\"nWRfmt\":\"排版\",\"IrVSu+\":\"無法複製產品。請檢查您的詳細信息\",\"Vx2J6x\":\"無法擷取參與者資料\",\"h0dx5e\":\"無法加入候補名單\",\"DaE0Hg\":\"Unable to load attendee details.\",\"GlnD5Y\":\"Unable to load products for this date. Please try again.\",\"17VbmV\":\"Unable to undo check-in\",\"n57zCW\":\"未歸因帳戶\",\"9uI/rE\":\"Undo\",\"Ef7StM\":\"未知\",\"ZBAScj\":\"未知參會者\",\"MEIAzV\":\"未命名\",\"K6L5Mx\":\"未命名地點\",\"7yiFvZ\":\"未付款\",\"C51N+0\":\"至\",\"NaeLn8\":[\"Until \",[\"end\"]],\"porwAO\":\"直到某個日期\",\"ZIb6rJ\":\"Untitled product\",\"crJM8s\":\"Untitled ticket\",\"X13xGn\":\"不受信任\",\"0bT1FT\":[\"Up to \",[\"max\"],\" per order\"],\"gyXpQN\":\"Upcoming events\",\"Pp1sWX\":\"更新推廣夥伴\",\"59qHrb\":\"Update capacity\",\"Gaem9v\":\"Update event name and description\",\"7EhE4k\":\"Update label\",\"NPQWj8\":\"Update location\",\"75+lpR\":[\"Update: \",[\"subjectTitle\"],\" — schedule changes\"],\"UOGHdA\":[\"Update: \",[\"subjectTitle\"],\" — session time changed\"],\"+b7T3G\":\"更新時間\",\"ogoTrw\":[\"Updated \",[\"count\"],\" date(s)\"],\"dDuona\":[\"Updated capacity for \",[\"count\"],\" date(s)\"],\"FT3LSc\":[\"Updated label for \",[\"count\"],\" date(s)\"],\"8EcY1g\":[\"Updated location for \",[\"count\"],\" date(s)\"],\"83tNam\":\"隨規則建立即時更新。翻閱月份以核對日期。\",\"/XlQr2\":\"Updates as you type.\",\"gJQsLv\":\"上傳主辦單位的封面圖片\",\"4kEGqW\":\"上傳主辦單位的標誌\",\"lnCMdg\":\"上傳圖片\",\"29w7p6\":\"正在上傳圖片...\",\"HtrFfw\":\"URL 是必填項\",\"3VnYUR\":\"連結必須以 http:// 或 https:// 開頭\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB scanner listening\",\"dyTklH\":\"USB scanner paused\",\"OHJXlK\":\"使用 <0>Liquid 模板 個性化您的郵件\",\"/rsy72\":\"Use event default\",\"0k4cdb\":\"為所有參加者使用訂單詳情。參加者姓名和電郵將與買家資料相符。\",\"bA31T4\":\"為所有參與者使用購買者的資料\",\"PpgtnC\":\"使用此地址\",\"rnoQsz\":\"用於邊框、高亮和二維碼樣式\",\"b0XTc/\":[\"用戶(\",[\"0\"],\")\"],\"BV4L/Q\":\"UTM 分析\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"正在驗證您的增值稅號碼...\",\"t7caBM\":\"VAT country code\",\"WLkfqH\":\"VAT number\",\"pnVh83\":\"增值稅號碼\",\"CabI04\":\"增值稅號碼不得包含空格\",\"PMhxAR\":\"增值稅號碼必須以 2 個字母的國家代碼開頭,後跟 8-15 個字母數字字元(例如:DE123456789)\",\"gPgdNV\":\"增值稅號碼驗證成功\",\"RUMiLy\":\"增值稅號碼驗證失敗\",\"vqji3Y\":\"增值稅號碼驗證失敗。請檢查您的增值稅號碼。\",\"8dENF9\":\"費用增值稅\",\"ZutOKU\":\"增值稅率\",\"+KJZt3\":\"VAT registered\",\"Nfbg76\":\"增值稅設定已成功儲存\",\"UvYql/\":\"增值稅設定已儲存。我們正在後台驗證您的增值稅號碼。\",\"bXn1Jz\":\"VAT settings updated\",\"tJylUv\":\"平台費用的增值稅處理\",\"FlGprQ\":\"平台費用的增值稅處理:歐盟增值稅註冊企業可使用反向收費機制(0% - 增值稅指令 2006/112/EC 第 196 條)。非增值稅註冊企業將收取 23% 的愛爾蘭增值稅。\",\"516oLj\":\"增值稅驗證服務暫時無法使用\",\"p6QQLa\":[\"VAT: \",[\"0\"]],\"5q87Y9\":\"VAT: not registered\",\"AdWhjZ\":\"驗證碼\",\"kUAumu\":\"Verification email sent. Check your inbox.\",\"QDEWii\":\"已驗證\",\"wCKkSr\":\"驗證電郵\",\"/IBv6X\":\"驗證您的電郵\",\"u8nB38\":\"Verify your email so attendees can receive tickets\",\"e/cvV1\":\"驗證緊...\",\"fROFIL\":\"越南語\",\"p5nYkr\":\"View All\",\"yA/6BX\":\"View all →\",\"6CQ7/B\":\"View all capabilities\",\"YSE15b\":\"View all check-in lists\",\"RnvnDc\":\"查看平台上發送的所有訊息\",\"+WFMis\":\"查看和下載所有活動的報告。僅包含已完成的訂單。\",\"c7VN/A\":\"查看答案\",\"SZw9tS\":\"查看詳情\",\"9+84uW\":[\"View details for \",[\"0\"],\" \",[\"1\"]],\"FCVmuU\":\"查看活動\",\"c6SXHN\":\"查看活動頁面\",\"n6EaWL\":\"查看日誌\",\"OaKTzt\":\"查看地圖\",\"zNZNMs\":\"查看訊息\",\"67OJ7t\":\"查看訂單\",\"tKKZn0\":\"查看訂單詳情\",\"KeCXJu\":\"查看訂單詳情、退款和重新傳送確認。\",\"9jnAcN\":\"查看主辦單位主頁\",\"1J/AWD\":\"查看門票\",\"N9FyyW\":\"查看、編輯和匯出您的已註冊參與者。\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"Visible from \",[\"start\"],\" — hidden until sales open.\"],\"EkiKJK\":\"Visible to everyone on the event page.\",\"SS4mGB\":\"VK\",\"uUehLT\":\"等待中\",\"quR8Qp\":\"等待付款\",\"KrurBH\":\"Waiting for scan…\",\"u0n+wz\":\"候補名單\",\"3RXFtE\":\"候補名單已啟用\",\"TwnTPy\":\"候補名單報價已過期\",\"aUi/Dz\":\"警告:這是系統預設配置。變更將影響所有未分配特定配置的帳戶。\",\"aT/44s\":\"We couldn't copy that Stripe connection. Please try again.\",\"jTee4a\":\"無法中斷此 Stripe 帳戶的連接。請重試。\",\"RRZDED\":\"我們找不到與此郵箱關聯的訂單。\",\"2RZK9x\":\"我們找不到您要查找的訂單。連結可能已過期或訂單詳情可能已更改。\",\"nefMIK\":\"我們找不到您要查找的門票。連結可能已過期或門票詳情可能已更改。\",\"miysJh\":\"我們找不到此訂單。它可能已被刪除。\",\"Fjj/5/\":\"We couldn't load the check-in lists. Please try again.\",\"ADsQ23\":\"We couldn't reach Stripe just now. Please try again in a moment.\",\"HJKdzP\":\"載入此頁面時遇到問題。請重試。\",\"jegrvW\":\"We partner with Stripe to send payouts straight to your bank account.\",\"IfN2Qo\":\"我們建議使用最小尺寸為200x200像素的方形標誌\",\"wJzo/w\":\"我們建議尺寸為 400x400 像素,檔案大小不超過 5MB\",\"L/KlAh\":[\"We sent a verification link to \",[\"0\"]],\"KRCDqH\":\"我們使用 Cookie 來幫助我們了解網站的使用情況並改善您的體驗。\",\"x8rEDQ\":\"我們在多次嘗試後無法驗證您的增值稅號碼。我們將繼續在後台嘗試。請稍後再查看。\",\"4HaEdK\":[\"我們將建立全部 \",[\"totalOccurrences\"],\" 場 — 之後您可以編輯或刪除任何日期\"],\"mfM/HJ\":[\"如果\",[\"productDisplayName\"],\"在\",[\"occurrenceDate\"],\"有空位,我們將通過電郵通知您。\"],\"iy+M+c\":[\"如果\",[\"productDisplayName\"],\"有空位,我們將通過電郵通知您。\"],\"McuGND\":\"We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically.\",\"q1BizZ\":\"我們將把您的門票發送到此郵箱\",\"ZOmUYW\":\"我們將在後台驗證您的增值稅號碼。如果有任何問題,我們會通知您。\",\"LKjHr4\":[\"We've made changes to the schedule for \\\"\",[\"title\"],\"\\\" — \",[\"description\"],\" affecting \",[\"affectedCount\"],\" session(s).\"],\"Fq/Nx7\":\"我哋已經將5位數驗證碼發送到:\",\"GdWB+V\":\"Webhook 創建成功\",\"2X4ecw\":\"Webhook 刪除成功\",\"ndBv0v\":\"Webhook integrations\",\"CThMKa\":\"Webhook 日誌\",\"I0adYQ\":\"Webhook 簽名密鑰\",\"nuh/Wq\":\"Webhook URL\",\"8BMPMe\":\"Webhook 不會發送通知\",\"FSaY52\":\"Webhook 將發送通知\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"網站\",\"0f7U0k\":\"Wed\",\"VAcXNz\":\"星期三\",\"64X6l4\":\"week\",\"4XSc4l\":\"Weekly\",\"IAUiSh\":\"weeks\",\"vKLEXy\":\"微博\",\"9eF5oV\":\"歡迎回來\",\"QDWsl9\":[\"歡迎嚟到 \",[\"0\"],\",\",[\"1\"],\" 👋\"],\"LETnBR\":[\"歡迎嚟到 \",[\"0\"],\",呢度係你所有活動嘅列表\"],\"DDbx7K\":\"Wellness\",\"FaSXqR\":\"咩類型嘅活動?\",\"0WyYF4\":\"What unauthenticated staff can see\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"當簽到被刪除時\",\"RPe6bE\":\"When a date is cancelled on a recurring event\",\"Gmd0hv\":\"當新與會者被創建時\",\"zyIyPe\":\"當建立新活動時\",\"Lc18qn\":\"當新訂單被創建時\",\"dfkQIO\":\"當新產品被創建時\",\"8OhzyY\":\"當產品被刪除時\",\"tRXdQ9\":\"當產品被更新時\",\"9L9/28\":\"當產品售罄時,客戶可以加入候補名單,以便在有空位時收到通知。\",\"OIkHj+\":\"當產品售罄時,客戶可以加入候補名單,以便在有空位時收到通知。客戶加入的是特定日期的候補名單,名額也按日期提供。\",\"Q7CWxp\":\"當與會者被取消時\",\"IuUoyV\":\"當與會者簽到時\",\"nBVOd7\":\"當與會者被更新時\",\"t7cuMp\":\"當活動被歸檔時\",\"gtoSzE\":\"當活動被更新時\",\"ny2r8d\":\"當訂單被取消時\",\"c9RYbv\":\"當訂單被標記為已支付時\",\"ejMDw1\":\"當訂單被退款時\",\"fVPt0F\":\"當訂單被更新時\",\"bcYlvb\":\"簽到何時關閉\",\"XIG669\":\"簽到何時開放\",\"de6HLN\":\"當顧客購買門票時,他們的訂單將會顯示在這裡。\",\"pm9tpn\":\"啟用後,購買者可以一次過將自己的姓名和電郵複製給所有參加者。關閉此選項可移除「所有參加者」選項;購買者仍可複製給第一位參加者,其餘參加者須逐一填寫。\",\"403wpZ\":\"啟用後,新活動將允許參與者通過安全連結管理自己的門票詳情。這可以按活動覆蓋。\",\"blXLKj\":\"啟用後,新活動將在結帳時顯示營銷訂閱複選框。此設置可以針對每個活動單獨覆蓋。\",\"Kj0Txn\":\"啟用後,Stripe Connect交易將不收取應用費用。用於不支持應用費用的國家。\",\"xo06V3\":\"按鈕連結的目標位置\",\"uchB0M\":\"小工具預覽\",\"uvIqcj\":\"工作坊\",\"EpknJA\":\"請在此輸入您的訊息...\",\"nhtR6Y\":\"X(Twitter)\",\"7qI8sJ\":\"year\",\"zkWmBh\":\"Yearly\",\"+BGee5\":\"years\",\"X/azM1\":\"是 - 我有有效的歐盟增值稅註冊號碼\",\"Tz5oXG\":\"是,取消我的訂單\",\"QlSZU0\":[\"您正在模擬 <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"您正在發出部分退款。客戶將獲得 \",[\"0\"],\" \",[\"1\"],\" 的退款。\"],\"o7LgX6\":\"您可以在帳戶設置中配置額外的服務費和稅費。\",\"rj3A7+\":\"You can override this for individual dates later.\",\"paWwQ0\":\"如有需要,您仍然可以手動提供門票。\",\"jTDzpA\":\"您無法封存帳戶中最後一個活躍的主辦方。\",\"D8baxD\":\"您有付費門票,但尚未連接 Stripe,因此無法收款。\",\"5VGIlq\":\"您已達到訊息限制。\",\"casL1O\":\"您已向免費產品添加了税費。您想要刪除它們嗎?\",\"5SgD0L\":\"You have unsaved changes. Are you sure you want to discard them?\",\"9jJNZY\":\"儲存前必須確認您的責任\",\"pCLes8\":\"您必須同意接收訊息\",\"FVTVBy\":\"在更新主辦單位狀態之前,您必須先驗證您的電郵地址。\",\"ze4bi/\":\"You need to create at least one occurrence before you can add attendees to this recurring event.\",\"w65ZgF\":\"您需要驗證您的帳戶電子郵件才能修改電子郵件範本。\",\"FRl8Jv\":\"您需要驗證您的帳户電子郵件才能發送消息。\",\"88cUW+\":\"您收到\",\"O6/3cu\":\"You'll be able to set up dates, schedules, and recurrence rules in the next step.\",\"zKAheG\":\"You're changing session times\",\"MNFIxz\":[\"您將參加 \",[\"0\"],\"!\"],\"ZlLcht\":[\"您正在加入\",[\"occurrenceDate\"],\"的候補名單。\"],\"qGZz0m\":\"您已加入候補名單!\",\"/5HL6k\":\"您已獲得一個名額!\",\"gbjFFH\":\"You've changed the session time\",\"YI0K8C\":[\"您的帳戶已停用,將於 <0>\",[\"0\"],\" 永久刪除。\"],\"p/Sa0j\":\"您的帳戶有訊息限制。要提高您的限制,請聯繫我們\",\"gsWZkk\":\"您的帳戶現已計劃刪除。\",\"x/xjzn\":\"你嘅推廣夥伴已經成功匯出。\",\"TF37u6\":\"您的與會者已成功導出。\",\"79lXGw\":\"您的簽到名單已成功建立。與您的簽到工作人員共享以下連結。\",\"BnlG9U\":\"您當前的訂單將丟失。\",\"nBqgQb\":\"您的電子郵件\",\"GG1fRP\":\"您的活動已上線!\",\"ifRqmm\":\"你嘅訊息已經成功發送!\",\"0/+Nn9\":\"您的訊息將顯示在此處\",\"/Rj5P4\":\"您的姓名\",\"PFjJxY\":\"您的新密碼必須至少為 8 個字元。\",\"gzrCuN\":\"您的訂單詳情已更新。確認電郵已發送到新的電郵地址。\",\"naQW82\":\"您的訂單已被取消。\",\"bhlHm/\":\"您的訂單正在等待付款\",\"XeNum6\":\"您的訂單已成功導出。\",\"Xd1R1a\":\"您主辦單位的地址\",\"WWYHKD\":\"您的付款受到銀行級加密保護\",\"5b3QLi\":\"您的計劃\",\"N4Zkqc\":\"Your saved date filter is no longer available — showing all dates.\",\"o0qzpM\":\"您的 Stripe 帳戶本身不受影響,也不會遺失任何資料 — 您可以隨時重新連接。\",\"FNO5uZ\":\"Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions.\",\"CnZ3Ou\":\"您的門票已確認。\",\"EmFsMZ\":\"您的增值稅號碼已排隊等待驗證\",\"QBlhh4\":\"保存時將驗證您的增值稅號碼\",\"fT9VLt\":\"您的候補名單報價已過期,我們無法完成您的訂單。請重新加入候補名單,以便在更多空位可用時收到通知。\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file +/*eslint-disable*/module.exports={messages:JSON.parse("{\"f8qS7T\":\"'暫無內容顯示'\",\"J/hVSQ\":[[\"0\"]],\"Jv22kr\":[[\"0\"],\" <0>checked in successfully\"],\"yxhYRZ\":[[\"0\"],\" <0>簽退成功\"],\"KMgp2+\":[[\"0\"],\"可用\"],\"Pmr5xp\":[\"成功創建 \",[\"0\"]],\"FImCSc\":[[\"0\"],\"更新成功\"],\"KOr9b4\":[[\"0\"],\"'s Events\"],\"cU8MWb\":[[\"0\"],\"/\",[\"1\"],\" checked in\"],\"Vjij1k\":[[\"days\"],\" 天, \",[\"hours\"],\" 小時, \",[\"minutes\"],\" 分鐘, 和 \",[\"seconds\"],\" 秒\"],\"f3RdEk\":[[\"hours\"],\" 小時, \",[\"minutes\"],\" 分鐘, 和 \",[\"seconds\"],\" 秒\"],\"fyE7Au\":[[\"分\"],\"分鐘和\",[\"秒\"],\"秒鐘\"],\"NlQ0cx\":[[\"組織者名稱\"],\"的首次活動\"],\"Ul6IgC\":\"<0>Capacity assignments let you manage capacity across tickets or an entire event. Ideal for multi-day events, workshops, and more, where controlling attendance is crucial.<1>For instance, you can associate a capacity assignment with <2>Day One and <3>All Days ticket. Once the capacity is reached, both tickets will automatically stop being available for sale.\",\"Exjbj7\":\"<0>Check-in lists help manage attendee entry for your event. You can associate multiple tickets with a check-in list and ensure only those with valid tickets can enter.\",\"OXku3b\":\"<0>https://your-website.com\",\"qnSLLW\":\"<0>請輸入不含税費的價格。<1>税費可以在下方添加。\",\"ZjMs6e\":\"<0>該產品的可用數量<1>如果該產品有相關的<2>容量限制,此值可以被覆蓋。\",\"E15xs8\":\"⚡️ Set up your event\",\"FL6OwU\":\"✉️ Confirm your email address\",\"BN0OQd\":\"🎉 Congratulations on creating an event!\",\"4kSf7w\":\"🎟️ Add products\",\"4WT5tD\":\"🎨 Customize your event page\",\"3VPPdS\":\"💳 Connect with Stripe\",\"cjdktw\":\"🚀 Set your event live\",\"rmelwV\":\"0 分 0 秒\",\"i0puaE\":\"10.00\",\"qdfdgM\":\"123 Main Street\",\"IoRZzD\":\"20\",\"+H1RMb\":\"2024-01-01 10:00\",\"Q/T49U\":\"2024-01-01 18:00\",\"hMT8+2\":\"94103\",\"efAM7X\":\"日期輸入字段。非常適合詢問出生日期等。\",\"6euFZ/\":[\"默認的\",[\"type\"],\"會自動應用於所有新產品。您可以為每個產品單獨覆蓋此設置。\"],\"SMUbbQ\":\"下拉式輸入法只允許一個選擇\",\"qv4bfj\":\"費用,如預訂費或服務費\",\"POT0K/\":\"每個產品的固定金額。例如,每個產品$0.50\",\"f4vJgj\":\"多行文本輸入\",\"OIPtI5\":\"產品價格的百分比。例如,3.5%的產品價格\",\"ZthcdI\":\"無折扣的促銷代碼可以用來顯示隱藏的產品。\",\"AG/qmQ\":\"單選題有多個選項,但只能選擇一個。\",\"h179TP\":\"活動的簡短描述,將顯示在搜索引擎結果中,並在社交媒體上分享時顯示。默認情況下,將使用活動描述\",\"WKMnh4\":\"單行文本輸入\",\"BHZbFy\":\"每個訂單一個問題。例如,您的送貨地址是什麼?\",\"Fuh+dI\":\"每個產品一個問題。例如,您的T恤尺碼是多少?\",\"RlJmQg\":\"標準税,如增值税或消費税\",\"uIKNjo\":\"About the event\",\"3pykXZ\":\"接受銀行轉賬、支票或其他線下支付方式\",\"hrvLf4\":\"通過 Stripe 接受信用卡支付\",\"bfXQ+N\":\"接受邀請\",\"AeXO77\":\"賬户\",\"lkNdiH\":\"賬户名稱\",\"Puv7+X\":\"賬户設置\",\"OmylXO\":\"賬户更新成功\",\"7L01XJ\":\"操作\",\"FQBaXG\":\"激活\",\"5T2HxQ\":\"激活日期\",\"F6pfE9\":\"活躍\",\"/PN1DA\":\"為此簽到列表添加描述\",\"0/vPdA\":\"添加有關與會者的任何備註。這些將不會對與會者可見。\",\"Or1CPR\":\"添加有關與會者的任何備註...\",\"l3sZO1\":\"添加關於訂單的備註。這些信息不會對客户可見。\",\"xMekgu\":\"添加關於訂單的備註...\",\"PGPGsL\":\"添加描述\",\"gMK0ps\":\"Add event details and and manage event settings.\",\"OveehC\":\"添加線下支付的説明(例如,銀行轉賬詳情、支票寄送地址、付款截止日期)\",\"LTVoRa\":\"Add More products\",\"ApsD9J\":\"添加新內容\",\"TZxnm8\":\"添加選項\",\"24l4x6\":\"添加產品\",\"8q0EdE\":\"將產品添加到類別\",\"YvCknQ\":\"Add products\",\"Cw27zP\":\"Add question\",\"yWiPh+\":\"加税或費用\",\"goOKRY\":\"增加層級\",\"oZW/gT\":\"添加到日曆\",\"pn5qSs\":\"附加信息\",\"Y8DIQy\":\"Additional Options\",\"Du6bPw\":\"地址\",\"NY/x1b\":\"地址第 1 行\",\"POdIrN\":\"地址 1\",\"cormHa\":\"地址第 2 行\",\"gwk5gg\":\"地址第 2 行\",\"U3pytU\":\"管理員\",\"HLDaLi\":\"管理員用户可以完全訪問事件和賬户設置。\",\"W7AfhC\":\"本次活動的所有與會者\",\"cde2hc\":\"所有產品\",\"5CQ+r0\":\"允許與未支付訂單關聯的參與者簽到\",\"ipYKgM\":\"允許搜索引擎索引\",\"LRbt6D\":\"允許搜索引擎索引此事件\",\"+MHcJD\":\"Almost there! We're just waiting for your payment to be processed. This should only take a few seconds..\",\"ApOYO8\":\"令人驚歎, 活動, 關鍵詞...\",\"hehnjM\":\"金額\",\"R2O9Rg\":[\"支付金額 (\",[\"0\"],\")\"],\"V7MwOy\":\"加載頁面時出現錯誤\",\"Q7UCEH\":\"An error occurred while sorting the questions. Please try again or refresh the page\",\"jD/OCQ\":\"An event is the actual event you are hosting. You can add more details later.\",\"oBkF+i\":\"An organizer is the company or person who is hosting the event\",\"W5A0Ly\":\"出現意外錯誤。\",\"byKna+\":\"出現意外錯誤。請重試。\",\"ubdMGz\":\"產品持有者的任何查詢都將發送到此電子郵件地址。此地址還將用作從此活動發送的所有電子郵件的“回覆至”地址\",\"aAIQg2\":\"外觀\",\"Ym1gnK\":\"應用\",\"sy6fss\":[\"適用於\",[\"0\"],\"個產品\"],\"kadJKg\":\"適用於1個產品\",\"DB8zMK\":\"應用\",\"GctSSm\":\"Apply Promo Code\",\"ARBThj\":[\"將此\",[\"type\"],\"應用於所有新產品\"],\"S0ctOE\":\"歸檔活動\",\"TdfEV7\":\"已歸檔\",\"A6AtLP\":\"Archived Events\",\"q7TRd7\":\"您確定要激活該與會者嗎?\",\"TvkW9+\":\"您確定要歸檔此活動嗎?\",\"/CV2x+\":\"您確定要取消該與會者嗎?這將使其門票作廢\",\"YgRSEE\":\"您確定要刪除此促銷代碼嗎?\",\"iU234U\":\"Are you sure you want to delete this question?\",\"CMyVEK\":\"您確定要將此活動設為草稿嗎?這將使公眾無法看到該活動\",\"mEHQ8I\":\"Are you sure you want to make this event public? This will make the event visible to the public\",\"s4JozW\":\"您確定要恢復此活動嗎?它將作為草稿恢復。\",\"vJuISq\":\"您確定要刪除此容量分配嗎?\",\"baHeCz\":\"您確定要刪除此簽到列表嗎?\",\"LBLOqH\":\"每份訂單詢問一次\",\"wu98dY\":\"每個產品詢問一次\",\"ss9PbX\":\"參加者\",\"m0CFV2\":\"與會者詳情\",\"QKim6l\":\"未找到參與者\",\"R5IT/I\":\"Attendee Notes\",\"lXcSD2\":\"Attendee questions\",\"HT/08n\":\"參會者票\",\"9SZT4E\":\"參與者\",\"iPBfZP\":\"註冊的參會者\",\"7KxcHR\":\"Attendees with a specific product\",\"IMJ6rh\":\"自動調整大小\",\"vZ5qKF\":\"根據內容自動調整小工具高度。停用時,小工具將填滿容器的高度。\",\"4lVaWA\":\"等待線下付款\",\"2rHwhl\":\"等待線下付款\",\"3wF4Q/\":\"等待付款\",\"ioG+xt\":\"等待付款\",\"3PmQfI\":\"Awesome Event\",\"Yrbm6T\":\"Awesome Organizer Ltd.\",\"9002sI\":\"Back to all events\",\"A302fe\":\"返回活動頁面\",\"VCoEm+\":\"返回登錄\",\"k1bLf+\":\"背景顏色\",\"I7xjqg\":\"背景類型\",\"1mwMl+\":\"Before you send!\",\"/yeZ20\":\"Before your event can go live, there are a few things you need to do.\",\"ze6ETw\":\"Begin selling products in minutes\",\"8rE61T\":\"賬單地址\",\"/xC/im\":\"賬單設置\",\"rp/zaT\":\"巴西葡萄牙語\",\"whqocw\":\"註冊即表示您同意我們的<0>服務條款和<1>隱私政策。\",\"bcCn6r\":\"計算類型\",\"+8bmSu\":\"California\",\"iStTQt\":\"Camera permission was denied. <0>Request Permission again, or if this doesn't work, you will need to <1>grant this page access to your camera in your browser settings.\",\"dEgA5A\":\"取消\",\"Gjt/py\":\"取消更改電子郵件\",\"tVJk4q\":\"取消訂單\",\"Os6n2a\":\"取消訂單\",\"Mz7Ygx\":[\"取消訂單 \",[\"0\"]],\"3tTjpi\":\"Canceling will cancel all products associated with this order, and release the products back into the available pool.\",\"vv7kpg\":\"已取消\",\"U7nGvl\":\"Cannot Check In\",\"QyjCeq\":\"容量\",\"V6Q5RZ\":\"容量分配創建成功\",\"k5p8dz\":\"容量分配刪除成功\",\"nDBs04\":\"容量管理\",\"ddha3c\":\"類別允許您將產品分組。例如,您可以有一個“門票”類別和另一個“商品”類別。\",\"iS0wAT\":\"類別幫助您組織產品。此標題將在公共活動頁面上顯示。\",\"eorM7z\":\"類別重新排序成功。\",\"3EXqwa\":\"類別創建成功\",\"77/YgG\":\"Change Cover\",\"GptGxg\":\"更改密碼\",\"xMDm+I\":\"Check In\",\"p2WLr3\":[\"簽到 \",[\"0\"],\" \",[\"1\"]],\"D6+U20\":\"簽到並標記訂單為已付款\",\"QYLpB4\":\"僅簽到\",\"/Ta1d4\":\"Check Out\",\"5LDT6f\":\"看看這個活動吧!\",\"gXcPxc\":\"簽到\",\"fVUbUy\":\"Check-In List created successfully\",\"+CeSxK\":\"簽到列表刪除成功\",\"+hBhWk\":\"簽到列表已過期\",\"mBsBHq\":\"簽到列表未激活\",\"vPqpQG\":\"未找到簽到列表\",\"tejfAy\":\"簽到列表\",\"hD1ocH\":\"簽到鏈接已複製到剪貼板\",\"CNafaC\":\"複選框選項允許多重選擇\",\"SpabVf\":\"複選框\",\"CRu4lK\":\"已簽到\",\"znIg+z\":\"結賬\",\"1WnhCL\":\"結賬設置\",\"6imsQS\":\"簡體中文\",\"JjkX4+\":\"選擇背景顏色\",\"/Jizh9\":\"選擇賬户\",\"3wV73y\":\"城市\",\"FG98gC\":\"清除搜索文本\",\"EYeuMv\":\"click here\",\"sby+1/\":\"點擊複製\",\"yz7wBu\":\"關閉\",\"62Ciis\":\"關閉側邊欄\",\"EWPtMO\":\"代碼\",\"ercTDX\":\"代碼長度必須在 3 至 50 個字符之間\",\"oqr9HB\":\"當活動頁面初始加載時摺疊此產品\",\"jZlrte\":\"顏色\",\"Vd+LC3\":\"顏色必須是有效的十六進制顏色代碼。例如#ffffff\",\"1HfW/F\":\"顏色\",\"VZeG/A\":\"即將推出\",\"yPI7n9\":\"以逗號分隔的描述活動的關鍵字。搜索引擎將使用這些關鍵字來幫助對活動進行分類和索引\",\"NPZqBL\":\"完整訂單\",\"guBeyC\":\"Complete payment\",\"C8HNV2\":\"完成付款\",\"qqWcBV\":\"已完成\",\"6HK5Ct\":\"已完成訂單\",\"NWVRtl\":\"已完成訂單\",\"DwF9eH\":\"組件代碼\",\"Tf55h7\":\"已配置折扣\",\"7VpPHA\":\"確認\",\"ZaEJZM\":\"確認電子郵件更改\",\"yjkELF\":\"確認新密碼\",\"xnWESi\":\"確認密碼\",\"p2/GCq\":\"確認密碼\",\"wnDgGj\":\"確認電子郵件地址...\",\"pbAk7a\":\"連接條紋\",\"UMGQOh\":\"與 Stripe 連接\",\"QKLP1W\":\"Connect your Stripe account to start receiving payments.\",\"5lcVkL\":\"連接詳情\",\"yAej59\":\"Content background color\",\"xGVfLh\":\"繼續\",\"X++RMT\":\"Continue button text\",\"AfNRFG\":\"繼續按鈕文字\",\"lIbwvN\":\"Continue Event Setup\",\"HB22j9\":\"Continue set up\",\"bZEa4H\":\"Continue Stripe Connect Setup\",\"6V3Ea3\":\"複製的\",\"T5rdis\":\"複製到剪貼板\",\"he3ygx\":\"複製\",\"r2B2P8\":\"複製簽到鏈接\",\"8+cOrS\":\"Copy details to all attendees\",\"ENCIQz\":\"複製鏈接\",\"E6nRW7\":\"複製 URL\",\"JNCzPW\":\"國家\",\"IF7RiR\":\"封面\",\"hYgDIe\":\"創建\",\"b9XOHo\":[\"創建 \",[\"0\"]],\"k9RiLi\":\"創建一個產品\",\"6kdXbW\":\"創建促銷代碼\",\"n5pRtF\":\"創建票單\",\"X6sRve\":[\"Create an account or <0>\",[\"0\"],\" to get started\"],\"nx+rqg\":\"創建一個組織者\",\"ipP6Ue\":\"創建與會者\",\"VwdqVy\":\"創建容量分配\",\"EwoMtl\":\"創建類別\",\"XletzW\":\"創建類別\",\"WVbTwK\":\"創建簽到列表\",\"uN355O\":\"創建活動\",\"BOqY23\":\"創建新的\",\"kpJAeS\":\"創建組織器\",\"a0EjD+\":\"創建產品\",\"+scrJC\":\"Create products for your event, set prices, and manage available quantity.\",\"sYpiZP\":\"創建促銷代碼\",\"B3Mkdt\":\"創建問題\",\"UKfi21\":\"創建税費\",\"d+F6q9\":\"已建立\",\"Q2lUR2\":\"貨幣\",\"DCKkhU\":\"當前密碼\",\"uIElGP\":\"自定義地圖 URL\",\"UEqXyt\":\"自定義範圍\",\"876pfE\":\"客户\",\"QOg2Sf\":\"自定義此事件的電子郵件和通知設置\",\"Y9Z/vP\":\"定製活動主頁和結賬信息\",\"2E2O5H\":\"自定義此事件的其他設置\",\"iJhSxe\":\"自定義此事件的搜索引擎優化設置\",\"KIhhpi\":\"定製您的活動頁面\",\"nrGWUv\":\"Customize your event page to match your brand and style.\",\"Zz6Cxn\":\"危險區\",\"ZQKLI1\":\"危險區\",\"7p5kLi\":\"Dashboard\",\"mYGY3B\":\"日期\",\"JvUngl\":\"日期和時間\",\"JJhRbH\":\"第一天容量\",\"cnGeoo\":\"刪除\",\"jRJZxD\":\"刪除容量\",\"VskHIx\":\"刪除類別\",\"Qrc8RZ\":\"刪除簽到列表\",\"WHf154\":\"刪除代碼\",\"heJllm\":\"Delete Cover\",\"KWa0gi\":\"Delete Image\",\"1l14WA\":\"Delete product\",\"IatsLx\":\"Delete question\",\"Nu4oKW\":\"説明\",\"YC3oXa\":\"簽到工作人員的描述\",\"URmyfc\":\"詳細信息\",\"1lRT3t\":\"禁用此容量將跟蹤銷售情況,但不會在達到限制時停止銷售\",\"H6Ma8Z\":\"折扣\",\"ypJ62C\":\"折扣率\",\"3LtiBI\":[[\"0\"],\"中的折扣\"],\"C8JLas\":\"折扣類型\",\"1QfxQT\":\"關閉\",\"DZlSLn\":\"文檔標籤\",\"cVq+ga\":\"Don't have an account? <0>Sign Up\",\"3F1nBX\":\"Donation / Pay what you'd like product\",\"OvNbls\":\"下載 .ics\",\"kodV18\":\"下載 CSV\",\"CELKku\":\"下載發票\",\"LQrXcu\":\"下載發票\",\"QIodqd\":\"下載二維碼\",\"yhjU+j\":\"正在下載發票\",\"uABpqP\":\"Drag and drop or click\",\"CfKofC\":\"下拉選擇\",\"JzLDvy\":\"Duplicate Capacity Assignments\",\"ulMxl+\":\"Duplicate Check-In Lists\",\"vi8Q/5\":\"複製活動\",\"3ogkAk\":\"複製活動\",\"Yu6m6X\":\"Duplicate Event Cover Image\",\"+fA4C7\":\"複製選項\",\"SoiDyI\":\"Duplicate Products\",\"57ALrd\":\"Duplicate Promo Codes\",\"83Hu4O\":\"Duplicate Questions\",\"20144c\":\"Duplicate Settings\",\"7Cx5It\":\"早起的鳥兒\",\"ePK91l\":\"編輯\",\"N6j2JH\":[\"編輯 \",[\"0\"]],\"kBkYSa\":\"編輯容量\",\"oHE9JT\":\"編輯容量分配\",\"j1Jl7s\":\"編輯類別\",\"FU1gvP\":\"編輯簽到列表\",\"iFgaVN\":\"編輯代碼\",\"jrBSO1\":\"編輯組織器\",\"tdD/QN\":\"編輯產品\",\"n143Tq\":\"編輯產品類別\",\"9BdS63\":\"編輯促銷代碼\",\"O0CE67\":\"Edit question\",\"EzwCw7\":\"編輯問題\",\"poTr35\":\"編輯用户\",\"GTOcxw\":\"編輯用户\",\"pqFrv2\":\"例如2.50 換 2.50\",\"3yiej1\":\"例如23.5 表示 23.5%\",\"O3oNi5\":\"電子郵件\",\"VxYKoK\":\"電子郵件和通知設置\",\"ATGYL1\":\"電子郵件地址\",\"hzKQCy\":\"電子郵件地址\",\"HqP6Qf\":\"電子郵件更改已成功取消\",\"mISwW1\":\"電子郵件更改待定\",\"APuxIE\":\"重新發送電子郵件確認\",\"YaCgdO\":\"成功重新發送電子郵件確認\",\"jyt+cx\":\"電子郵件頁腳信息\",\"I6F3cp\":\"電子郵件未經驗證\",\"NTZ/NX\":\"嵌入代碼\",\"4rnJq4\":\"嵌入腳本\",\"8oPbg1\":\"啟用發票功能\",\"j6w7d/\":\"啟用此容量以在達到限制時停止產品銷售\",\"VFv2ZC\":\"結束日期\",\"237hSL\":\"完工\",\"nt4UkP\":\"Ended Events\",\"lYGfRP\":\"英語\",\"MhVoma\":\"輸入不含税費的金額。\",\"SlfejT\":\"錯誤\",\"3Z223G\":\"確認電子郵件地址出錯\",\"a6gga1\":\"確認更改電子郵件時出錯\",\"5/63nR\":\"歐元\",\"0pC/y6\":\"活動\",\"CFLUfD\":\"Event created successfully 🎉\",\"/dgc8E\":\"活動日期\",\"0Zptey\":\"事件默認值\",\"QcCPs8\":\"活動詳情\",\"6fuA9p\":\"事件成功複製\",\"AEuj2m\":\"活動主頁\",\"Xe3XMd\":\"Event is not visible to the public\",\"4pKXJS\":\"Event is visible to the public\",\"ClwUUD\":\"活動地點和場地詳情\",\"OopDbA\":\"Event page\",\"4/If97\":\"活動狀態更新失敗。請稍後再試\",\"btxLWj\":\"事件狀態已更新\",\"nMU2d3\":\"Event URL\",\"tst44n\":\"活動\",\"sZg7s1\":\"過期日期\",\"KnN1Tu\":\"到期\",\"uaSvqt\":\"有效期\",\"GS+Mus\":\"出口\",\"9xAp/j\":\"取消與會者失敗\",\"ZpieFv\":\"取消訂單失敗\",\"z6tdjE\":\"Failed to delete message. Please try again.\",\"xDzTh7\":\"下載發票失敗。請重試。\",\"9zSt4h\":\"Failed to export attendees. Please try again.\",\"2uGNuE\":\"Failed to export orders. Please try again.\",\"d+KKMz\":\"加載簽到列表失敗\",\"ZQ15eN\":\"重新發送票據電子郵件失敗\",\"ejXy+D\":\"產品排序失敗\",\"PLUB/s\":\"費用\",\"/mfICu\":\"費用\",\"LyFC7X\":\"篩選訂單\",\"cSev+j\":\"篩選器\",\"CVw2MU\":[\"篩選器 (\",[\"activeFilterCount\"],\")\"],\"wPmXlA\":\"第一張發票號碼\",\"V1EGGU\":\"姓名\",\"kODvZJ\":\"姓名\",\"S+tm06\":\"名字必須在 1 至 50 個字符之間\",\"1g0dC4\":\"First Name, Last Name, and Email Address are default questions and are always included in the checkout process.\",\"Rs/IcB\":\"首次使用\",\"TpqW74\":\"固定式\",\"irpUxR\":\"固定金額\",\"TF9opW\":\"Flash is not available on this device\",\"UNMVei\":\"忘記密碼?\",\"2POOFK\":\"免費\",\"P/OAYJ\":\"Free Product\",\"vAbVy9\":\"Free product, no payment information required\",\"nLC6tu\":\"法語\",\"Weq9zb\":\"General\",\"DDcvSo\":\"德國\",\"4GLxhy\":\"Getting Started\",\"4D3rRj\":\"返回個人資料\",\"9LCqFI\":\"Go to event homepage\",\"ebIDwV\":\"谷歌日曆\",\"RUz8o/\":\"gross sales\",\"IgcAGN\":\"銷售總額\",\"yRg26W\":\"總銷售額\",\"R4r4XO\":\"賓客\",\"26pGvx\":\"有促銷代碼嗎?\",\"V7yhws\":\"hello@awesome-events.com\",\"6K/IHl\":\"這是如何在應用程式中使用該組件的範例。\",\"Y1SSqh\":\"這是您可以用來在應用程式中嵌入小工具的 React 組件。\",\"QuhVpV\":[\"你好 \",[\"0\"],\" 👋\"],\"Ow9Hz5\":[\"Hi.Events Conference \",[\"0\"]],\"verBst\":\"Hi.Events Conference Center\",\"6eMEQO\":\"hi.events logo\",\"C4qOW8\":\"隱藏於公眾視線之外\",\"gt3Xw9\":\"hidden question\",\"g3rqFe\":\"hidden questions\",\"k3dfFD\":\"隱藏問題只有活動組織者可以看到,客户看不到。\",\"vLyv1R\":\"隱藏\",\"Mkkvfd\":\"Hide getting started page\",\"mFn5Xz\":\"Hide hidden questions\",\"YHsF9c\":\"在銷售結束日期後隱藏產品\",\"06s3w3\":\"在銷售開始日期前隱藏產品\",\"axVMjA\":\"除非用户有適用的促銷代碼,否則隱藏產品\",\"ySQGHV\":\"售罄時隱藏產品\",\"SCimta\":\"Hide the getting started page from the sidebar\",\"5xR17G\":\"對客户隱藏此產品\",\"Da29Y6\":\"隱藏此問題\",\"fvDQhr\":\"向用户隱藏此層級\",\"lNipG+\":\"隱藏產品將防止用户在活動頁面上看到它。\",\"ZOBwQn\":\"主頁設計\",\"PRuBTd\":\"首頁設計器\",\"YjVNGZ\":\"主頁預覽\",\"c3E/kw\":\"荷馬\",\"8k8Njd\":\"客户有多少分鐘來完成訂單。我們建議至少 15 分鐘\",\"ySxKZe\":\"這個代碼可以使用多少次?\",\"dZsDbK\":[\"HTML字符限制已超出:\",[\"htmlLength\"],\"/\",[\"maxLength\"]],\"fYyXCd\":\"https://example-maps-service.com/...\",\"uOXLV3\":\"我同意<0>條款和條件。\",\"sd6lr7\":\"I would like to pay using an offline method\",\"SdFlIP\":\"I would like to pay using an online method (credit card etc.)\",\"93DUnd\":[\"If a new tab did not open, please <0><1>\",[\"0\"],\".\"],\"yKdof1\":\"If blank, the address will be used to generate a Google Mapa link\",\"UYT+c8\":\"如果啟用,登記工作人員可以將與會者標記為已登記或將訂單標記為已支付並登記與會者。如果禁用,關聯未支付訂單的與會者無法登記。\",\"muXhGi\":\"如果啟用,當有新訂單時,組織者將收到電子郵件通知\",\"6fLyj/\":\"如果您沒有要求更改密碼,請立即更改密碼。\",\"n/ZDCz\":\"圖像已成功刪除\",\"Mfbc2v\":\"Image dimensions must be between 4000px by 4000px. With a max height of 4000px and max width of 4000px\",\"uPEIvq\":\"Image must be less than 5MB\",\"AGZmwV\":\"圖片上傳成功\",\"VyUuZb\":\"圖片網址\",\"ibi52/\":\"Image width must be at least 900px and height at least 50px\",\"NoNwIX\":\"不活動\",\"T0K0yl\":\"非活動用户無法登錄。\",\"kO44sp\":\"包含您的在線活動的連接詳細信息。這些信息將在訂單摘要頁面和參會者門票頁面顯示。\",\"FlQKnG\":\"價格中包含税費\",\"Vi+BiW\":[\"包括\",[\"0\"],\"個產品\"],\"lpm0+y\":\"包括1個產品\",\"UiAk5P\":\"插入圖片\",\"OyLdaz\":\"再次發出邀請!\",\"HE6KcK\":\"撤銷邀請!\",\"SQKPvQ\":\"邀請用户\",\"bKOYkd\":\"發票下載成功\",\"alD1+n\":\"發票備註\",\"kOtCs2\":\"發票編號\",\"UZ2GSZ\":\"發票設置\",\"PgdQrx\":\"Issue refund\",\"HX5SVx\":\"項目\",\"KFXip/\":\"約翰\",\"XcgRvb\":\"約翰遜\",\"87a/t/\":\"標籤\",\"vXIe7J\":\"語言\",\"2LMsOq\":\"過去 12 個月\",\"vfe90m\":\"過去 14 天\",\"aK4uBd\":\"過去 24 小時\",\"uq2BmQ\":\"過去 30 天\",\"bB6Ram\":\"過去 48 小時\",\"VlnB7s\":\"過去 6 個月\",\"ct2SYD\":\"過去 7 天\",\"XgOuA7\":\"過去 90 天\",\"I3yitW\":\"最後登錄\",\"1ZaQUH\":\"姓氏\",\"UXBCwc\":\"姓氏\",\"tKCBU0\":\"最近一次使用\",\"tITjB1\":\"Learn more about Stripe\",\"enV0g0\":\"留空以使用默認詞“發票”\",\"vR92Yn\":\"Let's get started by creating your first organizer\",\"Z3FXyt\":\"加載中...\",\"wJijgU\":\"地點\",\"sQia9P\":\"登錄\",\"zUDyah\":\"登錄\",\"z0t9bb\":\"Login\",\"nOhz3x\":\"註銷\",\"F2jAFv\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam placerat elementum...\",\"NJahlc\":\"在結賬時強制要求填寫賬單地址\",\"MU3ijv\":\"將此問題作為必答題\",\"wckWOP\":\"管理\",\"onpJrA\":\"管理與會者\",\"n4SpU5\":\"管理活動\",\"WVgSTy\":\"管理訂單\",\"1MAvUY\":\"管理此活動的支付和發票設置。\",\"cQrNR3\":\"管理簡介\",\"AtXtSw\":\"管理可以應用於您的產品的税費\",\"ophZVW\":\"管理機票\",\"DdHfeW\":\"管理賬户詳情和默認設置\",\"S+UjNL\":\"Manage your Stripe payment details\",\"BfucwY\":\"管理用户及其權限\",\"1m+YT2\":\"在顧客結賬前,必須回答必填問題。\",\"Dim4LO\":\"手動添加與會者\",\"e4KdjJ\":\"手動添加與會者\",\"vFjEnF\":\"標記為已支付\",\"g9dPPQ\":\"每份訂單的最高限額\",\"l5OcwO\":\"與會者留言\",\"Gv5AMu\":\"留言參與者\",\"oUCR3c\":\"Message attendees with specific products\",\"Lvi+gV\":\"留言買家\",\"tNZzFb\":\"訊息內容\",\"lYDV/s\":\"給個別與會者留言\",\"V7DYWd\":\"發送的信息\",\"t7TeQU\":\"信息\",\"xFRMlO\":\"每次訂購的最低數量\",\"QYcUEf\":\"最低價格\",\"RDie0n\":\"其他\",\"mYLhkl\":\"雜項設置\",\"KYveV8\":\"多行文本框\",\"VD0iA7\":\"Multiple price options. Perfect for early bird products etc.\",\"/bhMdO\":\"我的精彩活動描述\",\"vX8/tc\":\"我的精彩活動標題...\",\"hKtWk2\":\"我的簡介\",\"fj5byd\":\"不適用\",\"pRjx4L\":\"Nam placerat elementum...\",\"6YtxFj\":\"名稱\",\"hVuv90\":\"Name should be less than 150 characters\",\"AIUkyF\":\"導航至與會者\",\"qqeAJM\":\"從不\",\"7vhWI8\":\"新密碼\",\"1UzENP\":\"否\",\"eRblWH\":[\"No \",[\"0\"],\" available.\"],\"LNWHXb\":\"沒有可顯示的已歸檔活動。\",\"q2LEDV\":\"未找到此訂單的參會者。\",\"zlHa5R\":\"No attendees have been added to this order.\",\"Wjz5KP\":\"無與會者\",\"Razen5\":\"No attendees will be able to check in before this date using this list\",\"XUfgCI\":\"沒有容量分配\",\"a/gMx2\":\"沒有簽到列表\",\"tMFDem\":\"無可用數據\",\"6Z/F61\":\"無數據顯示。請選擇日期範圍\",\"fFeCKc\":\"無折扣\",\"HFucK5\":\"沒有可顯示的已結束活動。\",\"yAlJXG\":\"無事件顯示\",\"GqvPcv\":\"沒有可用篩選器\",\"KPWxKD\":\"無信息顯示\",\"J2LkP8\":\"無訂單顯示\",\"RBXXtB\":\"當前沒有可用的支付方式。請聯繫活動組織者以獲取幫助。\",\"ZWEfBE\":\"無需支付\",\"ZPoHOn\":\"No product associated with this attendee.\",\"Ya1JhR\":\"此類別中沒有可用的產品。\",\"FTfObB\":\"尚無產品\",\"+Y976X\":\"無促銷代碼顯示\",\"MAavyl\":\"No questions answered by this attendee.\",\"SnlQeq\":\"No questions have been asked for this order.\",\"Ev2r9A\":\"無結果\",\"gk5uwN\":\"沒有搜索結果\",\"RHyZUL\":\"沒有搜索結果。\",\"RY2eP1\":\"未加收任何税費。\",\"EdQY6l\":\"無\",\"OJx3wK\":\"不詳\",\"Scbrsn\":\"Not On Sale\",\"1DBGsz\":\"備註\",\"jtrY3S\":\"暫無顯示內容\",\"hFwWnI\":\"通知設置\",\"xXqEPO\":\"Notify buyer of refund\",\"YpN29s\":\"將新訂單通知組織者\",\"qeQhNj\":\"Now let's create your first event\",\"omyBS0\":\"允許支付的天數(留空以從發票中省略付款條款)\",\"n86jmj\":\"號碼前綴\",\"mwe+2z\":\"線下訂單在標記為已支付之前不會反映在活動統計中。\",\"dWBrJX\":\"線下支付失敗。請重試或聯繫活動組織者。\",\"fcnqjw\":\"離線付款說明\",\"+eZ7dp\":\"線下支付\",\"ojDQlR\":\"線下支付信息\",\"u5oO/W\":\"線下支付設置\",\"2NPDz1\":\"On sale\",\"Ldu/RI\":\"銷售中\",\"Ug4SfW\":\"創建事件後,您就可以在這裏看到它。\",\"ZxnK5C\":\"一旦開始收集數據,您將在這裏看到。\",\"PnSzEc\":\"Once you're ready, set your event live and start selling products.\",\"J6n7sl\":\"持續進行\",\"z+nuVJ\":\"網上活動\",\"WKHW0N\":\"在線活動詳情\",\"/xkmKX\":\"Only important emails, which are directly related to this event, should be sent using this form.\\nAny misuse, including sending promotional emails, will lead to an immediate account ban.\",\"Qqqrwa\":\"開啟簽到頁面\",\"OdnLE4\":\"打開側邊欄\",\"ZZEYpT\":[\"方案 \",[\"i\"]],\"oPknTP\":\"所有發票上顯示的可選附加信息(例如,付款條款、逾期付款費用、退貨政策)\",\"OrXJBY\":\"發票編號的可選前綴(例如,INV-)\",\"0zpgxV\":\"選項\",\"BzEFor\":\"或\",\"UYUgdb\":\"訂購\",\"mm+eaX\":\"訂單編號\",\"B3gPuX\":\"取消訂單\",\"SIbded\":\"Order Completed\",\"q/CcwE\":\"訂購日期\",\"Tol4BF\":\"訂購詳情\",\"WbImlQ\":\"訂單已取消,並已通知訂單所有者。\",\"nAn4Oe\":\"訂單已標記為已支付\",\"uzEfRz\":\"Order Notes\",\"VCOi7U\":\"Order questions\",\"TPoYsF\":\"訂購參考\",\"acIJ41\":\"訂單狀態\",\"GX6dZv\":\"訂單摘要\",\"tDTq0D\":\"訂單超時\",\"1h+RBg\":\"訂單\",\"3y+V4p\":\"組織地址\",\"GVcaW6\":\"組織詳細信息\",\"nfnm9D\":\"組織名稱\",\"G5RhpL\":\"主辦方\",\"mYygCM\":\"需要組織者\",\"Pa6G7v\":\"組織者姓名\",\"l894xP\":\"組織者只能管理活動和產品。他們無法管理用户、賬户設置或賬單信息。\",\"fdjq4c\":\"內邊距\",\"ErggF8\":\"Page background color\",\"8F1i42\":\"頁面未找到\",\"QbrUIo\":\"頁面瀏覽量\",\"6D8ePg\":\"page.\",\"IkGIz8\":\"付訖\",\"HVW65c\":\"Paid Product\",\"ZfxaB4\":\"部分退款\",\"8ZsakT\":\"密碼\",\"TUJAyx\":\"密碼必須至少包含 8 個字符\",\"vwGkYB\":\"密碼必須至少包含 8 個字符\",\"BLTZ42\":\"密碼重置成功。請使用新密碼登錄。\",\"f7SUun\":\"密碼不一樣\",\"aEDp5C\":\"將此貼上到您希望小工具顯示的位置。\",\"+23bI/\":\"帕特里克\",\"iAS9f2\":\"patrick@acme.com\",\"621rYf\":\"付款方式\",\"Lg+ewC\":\"支付和發票\",\"DZjk8u\":\"支付和發票設置\",\"lflimf\":\"付款期限\",\"JhtZAK\":\"付款失敗\",\"JEdsvQ\":\"支付説明\",\"bLB3MJ\":\"支付方式\",\"QzmQBG\":\"支付提供商\",\"lsxOPC\":\"已收到付款\",\"wJTzyi\":\"支付狀態\",\"xgav5v\":\"付款成功!\",\"R29lO5\":\"付款條款\",\"/roQKz\":\"百分比\",\"vPJ1FI\":\"百分比 金額\",\"xdA9ud\":\"將此放置在您網站的 中。\",\"blK94r\":\"請至少添加一個選項\",\"FJ9Yat\":\"請檢查所提供的信息是否正確\",\"TkQVup\":\"請檢查您的電子郵件和密碼並重試\",\"sMiGXD\":\"請檢查您的電子郵件是否有效\",\"Ajavq0\":\"請檢查您的電子郵件以確認您的電子郵件地址\",\"MdfrBE\":\"Please complete the form below to accept your invitation\",\"b1Jvg+\":\"請在新標籤頁中繼續\",\"hcX103\":\"請創建一個產品\",\"cdR8d6\":\"請創建一張票\",\"x2mjl4\":\"請輸入指向圖像的有效圖片網址。\",\"HnNept\":\"Please enter your new password\",\"5FSIzj\":\"請注意\",\"C63rRe\":\"請返回活動頁面重新開始。\",\"pJLvdS\":\"Please select\",\"Ewir4O\":\"請選擇至少一個產品\",\"igBrCH\":\"請驗證您的電子郵件地址,以訪問所有功能\",\"/IzmnP\":\"請稍候,我們正在準備您的發票...\",\"MOERNx\":\"葡萄牙語\",\"qCJyMx\":\"結賬後信息\",\"g2UNkE\":\"技術支援\",\"Rs7IQv\":\"結賬前信息\",\"rdUucN\":\"預覽\",\"a7u1N9\":\"價格\",\"CmoB9j\":\"價格顯示模式\",\"BI7D9d\":\"未設置價格\",\"Q8PWaJ\":\"Price tiers\",\"q6XHL1\":\"Price Type\",\"6RmHKN\":\"主色調\",\"G/ZwV1\":\"Primary Colour\",\"8cBtvm\":\"主要文字顏色\",\"BZz12Q\":\"Print\",\"MT7dxz\":\"打印所有門票\",\"DKwDdj\":\"打印票\",\"K47k8R\":\"產品\",\"1JwlHk\":\"產品類別\",\"U61sAj\":\"產品類別更新成功。\",\"1USFWA\":\"產品刪除成功\",\"4Y2FZT\":\"產品價格類型\",\"mFwX0d\":\"Product questions\",\"Lu+kBU\":\"產品銷售\",\"U/R4Ng\":\"產品等級\",\"sJsr1h\":\"產品類型\",\"o1zPwM\":\"Product Widget Preview\",\"ktyvbu\":\"產品\",\"N0qXpE\":\"產品\",\"ggqAiw\":\"products sold\",\"Vla0Bo\":\"已售產品\",\"/u4DIx\":\"已售產品\",\"DJQEZc\":\"產品排序成功\",\"vERlcd\":\"簡介\",\"kUlL8W\":\"成功更新個人資料\",\"cl5WYc\":[\"已使用促銷 \",[\"promo_code\"],\" 代碼\"],\"P5sgAk\":\"促銷代碼\",\"yKWfjC\":\"促銷代碼頁面\",\"RVb8Fo\":\"促銷代碼\",\"BZ9GWa\":\"促銷代碼可用於提供折扣、預售權限或為您的活動提供特殊權限。\",\"OP094m\":\"促銷代碼報告\",\"4kyDD5\":\"為此問題提供額外的上下文或說明。使用此欄位添加條款\\n和條件、指南或參與者在回答前需要了解的任何重要資訊。\",\"toutGW\":\"二維碼\",\"LkMOWF\":\"可用數量\",\"oCLG0M\":\"Quantity Sold\",\"XKJuAX\":\"問題已刪除\",\"avf0gk\":\"問題描述\",\"oQvMPn\":\"問題標題\",\"enzGAL\":\"問題\",\"ROv2ZT\":\"問與答\",\"K885Eq\":\"Questions sorted successfully\",\"OMJ035\":\"無線電選項\",\"C4TjpG\":\"Read less\",\"I3QpvQ\":\"受援國\",\"N2C89m\":\"Reference\",\"gxFu7d\":[\"Refund amount (\",[\"0\"],\")\"],\"WZbCR3\":\"退款失敗\",\"n10yGu\":\"退款訂單\",\"zPH6gp\":\"Refund Order\",\"RpwiYC\":\"退款處理中\",\"xHpVRl\":\"退款狀態\",\"/BI0y9\":\"退款\",\"fgLNSM\":\"註冊\",\"9+8Vez\":\"剩餘使用次數\",\"tasfos\":\"去除\",\"t/YqKh\":\"移除\",\"t9yxlZ\":\"報告\",\"prZGMe\":\"要求賬單地址\",\"EGm34e\":\"Resend confirmation email\",\"lnrkNz\":\"重新發送電子郵件確認\",\"wIa8Qe\":\"重新發送邀請\",\"VeKsnD\":\"重新發送訂單電子郵件\",\"dFuEhO\":\"重新發送門票電郵\",\"o6+Y6d\":\"重新發送...\",\"OfhWJH\":\"重置\",\"RfwZxd\":\"重置密碼\",\"KbS2K9\":\"Reset Password\",\"e99fHm\":\"恢復活動\",\"vtc20Z\":\"Return to event page\",\"s8v9hq\":\"返回活動頁面\",\"8YBH95\":\"收入\",\"PO/sOY\":\"撤銷邀請\",\"GDvlUT\":\"角色\",\"ELa4O9\":\"銷售結束日期\",\"5uo5eP\":\"Sale ended\",\"Qm5XkZ\":\"銷售開始日期\",\"hBsw5C\":\"銷售結束\",\"kpAzPe\":\"銷售開始\",\"P/wEOX\":\"San Francisco\",\"tfDRzk\":\"保存\",\"IUwGEM\":\"保存更改\",\"U65fiW\":\"保存組織器\",\"UGT5vp\":\"保存設置\",\"ovB7m2\":\"Scan QR Code\",\"EEU0+z\":\"Scan this QR code to access the event page or share it with others\",\"W4kWXJ\":\"按與會者姓名、電子郵件或訂單號搜索...\",\"+pr/FY\":\"按活動名稱搜索...\",\"3zRbWw\":\"按姓名、電子郵件或訂單號搜索...\",\"L22Tdf\":\"Search by name, order #, attendee # or email...\",\"BiYOdA\":\"按名稱搜索...\",\"YEjitp\":\"Search by subject or content...\",\"Pjsch9\":\"搜索容量分配...\",\"r9M1hc\":\"搜索簽到列表...\",\"+0Yy2U\":\"搜索產品\",\"YIix5Y\":\"搜索...\",\"OeW+DS\":\"Secondary color\",\"DnXcDK\":\"次要顏色\",\"cZF6em\":\"Secondary text color\",\"ZIgYeg\":\"次要文字顏色\",\"02ePaq\":[\"選擇 \",[\"0\"]],\"QuNKRX\":\"Select Camera\",\"9FQEn8\":\"選擇類別...\",\"kWI/37\":\"選擇組織者\",\"ixIx1f\":\"選擇產品\",\"3oSV95\":\"選擇產品等級\",\"C4Y1hA\":\"選擇產品\",\"hAjDQy\":\"選擇狀態\",\"QYARw/\":\"選擇機票\",\"OMX4tH\":\"選擇票\",\"DrwwNd\":\"選擇時間段\",\"O/7I0o\":\"選擇...\",\"JlFcis\":\"發送\",\"qKWv5N\":[\"Send a copy to <0>\",[\"0\"],\"\"],\"RktTWf\":\"發送信息\",\"/mQ/tD\":\"Send as a test. This will send the message to your email address instead of the recipients.\",\"M/WIer\":\"發送消息\",\"D7ZemV\":\"發送訂單確認和票務電子郵件\",\"v1rRtW\":\"發送測試\",\"4Ml90q\":\"SEO\",\"j1VfcT\":\"搜索引擎優化説明\",\"/SIY6o\":\"搜索引擎優化關鍵詞\",\"GfWoKv\":\"搜索引擎優化設置\",\"rXngLf\":\"搜索引擎優化標題\",\"/jZOZa\":\"服務費\",\"Bj/QGQ\":\"Set a minimum price and let users pay more if they choose\",\"L0pJmz\":\"設置發票編號的起始編號。一旦發票生成,就無法更改。\",\"nYNT+5\":\"Set up your event\",\"A8iqfq\":\"Set your event live\",\"Tz0i8g\":\"設置\",\"Z8lGw6\":\"分享\",\"B2V3cA\":\"分享活動\",\"17Fd7X\":\"Share to Facebook\",\"x7i6H+\":\"Share to LinkedIn\",\"zziQd8\":\"Share to Pinterest\",\"/TgBEk\":\"Share to Reddit\",\"0Wlk5F\":\"Share to Social\",\"on+mNS\":\"Share to Telegram\",\"PcmR+m\":\"Share to WhatsApp\",\"/5b1iZ\":\"Share to X\",\"n/T2KI\":\"Share via Email\",\"8vETh9\":\"顯示\",\"V0SbFp\":\"顯示可用產品數量\",\"qDsmzu\":\"Show hidden questions\",\"fMPkxb\":\"顯示更多\",\"izwOOD\":\"單獨顯示税費\",\"1SbbH8\":\"結賬後顯示給客户,在訂單摘要頁面。\",\"YfHZv0\":\"在顧客結賬前向他們展示\",\"CBBcly\":\"顯示常用地址字段,包括國家\",\"yTnnYg\":\"辛普森\",\"TNaCfq\":\"單行文本框\",\"+P0Cn2\":\"跳過此步驟\",\"YSEnLE\":\"史密斯\",\"lgFfeO\":\"售罄\",\"Mi1rVn\":\"售罄\",\"nwtY4N\":\"出了點問題\",\"GRChTw\":\"刪除税費時出了問題\",\"YHFrbe\":\"出錯了!請重試\",\"kf83Ld\":\"出問題了\",\"fWsBTs\":\"出錯了。請重試。\",\"F6YahU\":\"Sorry, something has gone wrong. Please restart the checkout process.\",\"KWgppI\":\"Sorry, something went wrong loading this page.\",\"/TCOIK\":\"Sorry, this order no longer exists.\",\"6a/UJE\":\"對不起,此優惠代碼不可用\",\"65A04M\":\"西班牙語\",\"mFuBqb\":\"Standard product with a fixed price\",\"D3iCkb\":\"開始日期\",\"/2by1f\":\"州或地區\",\"uAQUqI\":\"狀態\",\"4HXezG\":\"Stripe\",\"WbopAG\":\"此活動未啟用 Stripe 支付。\",\"UJmAAK\":\"主題\",\"X2rrlw\":\"小計\",\"zzDlyQ\":\"成功\",\"b0HJ45\":[\"成功!\",[\"0\"],\" 將很快收到一封電子郵件。\"],\"BJIEiF\":[\"成功 \",[\"0\"],\" 參會者\"],\"OtgNFx\":\"成功確認電子郵件地址\",\"IKwyaF\":\"成功確認電子郵件更改\",\"zLmvhE\":\"成功創建與會者\",\"gP22tw\":\"產品創建成功\",\"9mZEgt\":\"成功創建促銷代碼\",\"aIA9C4\":\"成功創建問題\",\"J3RJSZ\":\"成功更新與會者\",\"3suLF0\":\"容量分配更新成功\",\"Z+rnth\":\"簽到列表更新成功\",\"vzJenu\":\"成功更新電子郵件設置\",\"7kOMfV\":\"成功更新活動\",\"G0KW+e\":\"成功更新主頁設計\",\"k9m6/E\":\"成功更新主頁設置\",\"y/NR6s\":\"成功更新位置\",\"73nxDO\":\"成功更新雜項設置\",\"4H80qv\":\"訂單更新成功\",\"6xCBVN\":\"支付和發票設置已成功更新\",\"1Ycaad\":\"產品更新成功\",\"70dYC8\":\"成功更新促銷代碼\",\"F+pJnL\":\"成功更新搜索引擎設置\",\"DXZRk5\":\"Suite 100\",\"GNcfRk\":\"支持電子郵件\",\"uRfugr\":\"T恤衫\",\"JpohL9\":\"税收\",\"geUFpZ\":\"税費\",\"dFHcIn\":\"税務詳情\",\"wQzCPX\":\"所有發票底部顯示的税務信息(例如,增值税號、税務註冊號)\",\"0RXCDo\":\"成功刪除税費\",\"ZowkxF\":\"税收\",\"qu6/03\":\"税費\",\"gypigA\":\"促銷代碼無效\",\"5ShqeM\":\"您查找的簽到列表不存在。\",\"QXlz+n\":\"事件的默認貨幣。\",\"mnafgQ\":\"事件的默認時區。\",\"o7s5FA\":\"與會者接收電子郵件的語言。\",\"NlfnUd\":\"您點擊的鏈接無效。\",\"HsFnrk\":[[\"0\"],\"的最大產品數量是\",[\"1\"]],\"TSAiPM\":\"您要查找的頁面不存在\",\"MSmKHn\":\"顯示給客户的價格將包括税費。\",\"6zQOg1\":\"顯示給客户的價格不包括税費。税費將單獨顯示\",\"ne/9Ur\":\"The styling settings you choose apply only to copied HTML and won't be stored.\",\"vQkyB3\":\"The taxes and fees to apply to this product. You can create new taxes and fees on the\",\"esY5SG\":\"活動標題,將顯示在搜索引擎結果中,並在社交媒體上分享時顯示。默認情況下,將使用事件標題\",\"wDx3FF\":\"此活動沒有可用產品\",\"pNgdBv\":\"此類別中沒有可用產品\",\"rMcHYt\":\"退款正在處理中。請等待退款完成後再申請退款。\",\"F89D36\":\"標記訂單為已支付時出錯\",\"68Axnm\":\"處理您的請求時出現錯誤。請重試。\",\"mVKOW6\":\"發送信息時出現錯誤\",\"AhBPHd\":\"These details will only be shown if order is completed successfully. Orders awaiting payment will not show this message.\",\"Pc/Wtj\":\"此參與者有未付款的訂單。\",\"mf3FrP\":\"此類別尚無任何產品。\",\"8QH2Il\":\"此類別對公眾隱藏\",\"xxv3BZ\":\"此簽到列表已過期\",\"Sa7w7S\":\"此簽到列表已過期,不再可用於簽到。\",\"Uicx2U\":\"此簽到列表已激活\",\"1k0Mp4\":\"此簽到列表尚未激活\",\"K6fmBI\":\"此簽到列表尚未激活,不能用於簽到。\",\"t/ePFj\":\"This description will be shown to the check-in staff\",\"MLTkH7\":\"This email is not promotional and is directly related to the event.\",\"2eIpBM\":\"This event is not available at the moment. Please check back later.\",\"Z6LdQU\":\"This event is not available.\",\"MMd2TJ\":\"這些信息將顯示在支付頁面、訂單摘要頁面和訂單確認電子郵件中。\",\"XAHqAg\":\"This is a general product, like a t-shirt or a mug. No ticket will be issued\",\"CNk/ro\":\"這是一項在線活動\",\"FwXnJd\":\"This list will no longer be available for check-ins after this date\",\"cHO4ec\":\"此信息將包含在本次活動發送的所有電子郵件的頁腳中\",\"55i7Fa\":\"此消息僅在訂單成功完成後顯示。等待付款的訂單不會顯示此消息。\",\"RjwlZt\":\"此訂單已付款。\",\"5K8REg\":\"此訂單已退款。\",\"OiQMhP\":\"This order has been cancelled\",\"YyEJij\":\"此訂單已取消。\",\"Q0zd4P\":\"此訂單已過期。請重新開始。\",\"HILpDX\":\"This order is awaiting payment\",\"BdYtn9\":\"This order is complete\",\"e3uMJH\":\"此訂單已完成。\",\"YNKXOK\":\"This order is processing.\",\"yPZN4i\":\"此訂購頁面已不可用。\",\"i0TtkR\":\"這將覆蓋所有可見性設置,並將該產品對所有客户隱藏。\",\"cRRc+F\":\"此產品無法刪除,因為它與訂單關聯。您可以將其隱藏。\",\"3Kzsk7\":\"This product is a ticket. Buyers will be issued a ticket upon purchase\",\"0fT4x3\":\"This product is hidden from public view\",\"Y/x1MZ\":\"This product is hidden unless targeted by a Promo Code\",\"Qt7RBu\":\"This question is only visible to the event organizer\",\"os29v1\":\"此重置密碼鏈接無效或已過期。\",\"IV9xTT\":\"該用户未激活,因為他們沒有接受邀請。\",\"5AnPaO\":\"入場券\",\"kjAL4v\":\"門票\",\"dtGC3q\":\"門票電子郵件已重新發送給與會者\",\"54q0zp\":\"門票\",\"xN9AhL\":[[\"0\"],\"級\"],\"jZj9y9\":\"Tiered Product\",\"8wITQA\":\"分層產品允許您為同一產品提供多種價格選項。這非常適合早鳥產品,或為不同人羣提供不同的價格選項。\\\" # zh-cn\",\"nn3mSR\":\"剩餘時間:\",\"s/0RpH\":\"使用次數\",\"y55eMd\":\"使用次數\",\"40Gx0U\":\"時區\",\"oDGm7V\":\"TIP\",\"MHrjPM\":\"標題\",\"xdA/+p\":\"工具\",\"72c5Qo\":\"總計\",\"YXx+fG\":\"折扣前總計\",\"NRWNfv\":\"折扣總金額\",\"BxsfMK\":\"總費用\",\"2bR+8v\":\"總銷售額\",\"mpB/d9\":\"訂單總額\",\"m3FM1g\":\"退款總額\",\"jEbkcB\":\"退款總額\",\"GBBIy+\":\"Total remaining\",\"/SgoNA\":\"總税額\",\"+zy2Nq\":\"類型\",\"FMdMfZ\":\"無法簽到參與者\",\"bPWBLL\":\"無法簽退參與者\",\"9+P7zk\":\"無法創建產品。請檢查您的詳細信息\",\"WLxtFC\":\"無法創建產品。請檢查您的詳細信息\",\"/cSMqv\":\"無法創建問題。請檢查您的詳細信息\",\"MH/lj8\":\"無法更新問題。請檢查您的詳細信息\",\"nnfSdK\":\"獨立客户\",\"Mqy/Zy\":\"美國\",\"NIuIk1\":\"無限制\",\"/p9Fhq\":\"無限供應\",\"E0q9qH\":\"允許無限次使用\",\"h10Wm5\":\"未付款訂單\",\"ia8YsC\":\"即將推出\",\"TlEeFv\":\"即將舉行的活動\",\"L/gNNk\":[\"更新 \",[\"0\"]],\"+qqX74\":\"更新活動名稱、説明和日期\",\"vXPSuB\":\"更新個人資料\",\"BNBfrU\":\"Upload Cover\",\"IagCbF\":\"鏈接\",\"UtDm3q\":\"複製到剪貼板的 URL\",\"e5lF64\":\"使用範例\",\"fiV0xj\":\"使用限制\",\"sGEOe4\":\"使用封面圖片的模糊版本作為背景\",\"OadMRm\":\"使用封面圖片\",\"7PzzBU\":\"用户\",\"yDOdwQ\":\"用户管理\",\"Sxm8rQ\":\"用户\",\"VEsDvU\":\"用户可在 <0>\\\"配置文件設置\\\" 中更改自己的電子郵件\",\"vgwVkd\":\"世界協調時\",\"khBZkl\":\"增值税\",\"E/9LUk\":\"地點名稱\",\"jpctdh\":\"View\",\"Pte1Hv\":\"查看參會者詳情\",\"/5PEQz\":\"查看活動頁面\",\"fFornT\":\"View full message\",\"YIsEhQ\":\"View map\",\"Ep3VfY\":\"在谷歌地圖上查看\",\"Y8s4f6\":\"View order details\",\"QIWCnW\":\"VIP簽到列表\",\"tF+VVr\":\"貴賓票\",\"2q/Q7x\":\"Visibility\",\"vmOFL/\":\"我們無法處理您的付款。請重試或聯繫技術支持。\",\"45Srzt\":\"我們無法刪除該類別。請再試一次。\",\"/DNy62\":[\"我們找不到與\",[\"0\"],\"匹配的任何門票\"],\"1E0vyy\":\"我們無法加載數據。請重試。\",\"NmpGKr\":\"我們無法重新排序類別。請再試一次。\",\"BJtMTd\":\"我們建議尺寸為 2160px x 1080px,文件大小不超過 5MB\",\"b9UB/w\":\"We use Stripe to process payments. Connect your Stripe account to start receiving payments.\",\"01WH0a\":\"我們無法確認您的付款。請重試或聯繫技術支持。\",\"Gspam9\":\"我們正在處理您的訂單。請稍候...\",\"LuY52w\":\"歡迎加入!請登錄以繼續。\",\"dVxpp5\":[\"歡迎回來\",[\"0\"],\" 👋\"],\"NxOVCl\":[\"Welcome to Hi.Events, \",[\"0\"],\" 👋\"],\"xgL50q\":\"什麼是分層產品?\",\"f1jUC0\":\"What date should this check-in list become active?\",\"4ueloy\":\"什麼是類別?\",\"gxeWAU\":\"此代碼適用於哪些產品?\",\"hFHnxR\":\"此代碼適用於哪些產品?(默認適用於所有產品)\",\"AeejQi\":\"此容量應適用於哪些產品?\",\"Rb0XUE\":\"您什麼時候抵達?\",\"5N4wLD\":\"這是什麼類型的問題?\",\"gyLUYU\":\"啟用後,將為票務訂單生成發票。發票將隨訂單確認郵件一起發送。參與\",\"D3opg4\":\"啟用線下支付後,用户可以完成訂單並收到門票。他們的門票將清楚地顯示訂單未支付,簽到工具會通知簽到工作人員訂單是否需要支付。\",\"D7C6XV\":\"When should this check-in list expire?\",\"FVetkT\":\"哪些票應與此簽到列表關聯?\",\"S+OdxP\":\"這項活動由誰組織?\",\"LINr2M\":\"Who is this message to?\",\"nWhye/\":\"這個問題應該問誰?\",\"VxFvXQ\":\"嵌入小部件\",\"v1P7Gm\":\"小工具設定\",\"b4itZn\":\"工作\",\"hqmXmc\":\"工作...\",\"+G/XiQ\":\"年度至今\",\"l75CjT\":\"是\",\"QcwyCh\":\"是的,移除它們\",\"ySeBKv\":\"You already scanned this ticket\",\"P+Sty0\":[\"您正在將電子郵件更改為 <0>\",[\"0\"],\"。\"],\"gGhBmF\":\"您處於離線狀態\",\"sdB7+6\":\"您可以創建一個促銷代碼,針對該產品\",\"KRhIxT\":\"You can now start receiving payments through Stripe.\",\"Gnjf3o\":\"您無法更改產品類型,因為有與該產品關聯的參會者。\",\"S+on7c\":\"You cannot check in attendees with unpaid orders.\",\"yNi4PV\":\"您無法為未支付訂單的與會者簽到。此設置可在活動設置中更改。\",\"c9Evkd\":\"您不能刪除最後一個類別。\",\"6uwAvx\":\"您無法刪除此價格層,因為此層已有售出的產品。您可以將其隱藏。\",\"tFbRKJ\":\"不能編輯賬户所有者的角色或狀態。\",\"fHfiEo\":\"您不能退還手動創建的訂單。\",\"hK9c7R\":\"You created a hidden question but disabled the option to show hidden questions. It has been enabled.\",\"NOaWRX\":\"You do not have permission to access this page\",\"BRArmD\":\"您可以訪問多個賬户。請選擇一個繼續。\",\"Z6q0Vl\":\"您已接受此邀請。請登錄以繼續。\",\"rdk1xK\":\"You have connected your Stripe account\",\"ofEncr\":\"You have no attendee questions.\",\"CoZHDB\":\"You have no order questions.\",\"15qAvl\":\"您沒有待處理的電子郵件更改。\",\"n81Qk8\":\"You have not completed your Stripe Connect setup\",\"jxsiqJ\":\"You have not connected your Stripe account\",\"+FWjhR\":\"您已超時,未能完成訂單。\",\"MycdJN\":\"You have taxes and fees added to a Free Product. Would you like to remove or obscure them?\",\"YzEk2o\":\"You haven't sent any messages yet. You can send messages to all attendees, or to specific product holders.\",\"R6i9o9\":\"您必須確認此電子郵件並非促銷郵件\",\"3ZI8IL\":\"您必須同意條款和條件\",\"dMd3Uf\":\"You must confirm your email address before your event can go live.\",\"H35u3n\":\"必須先創建機票,然後才能手動添加與會者。\",\"jE4Z8R\":\"您必須至少有一個價格等級\",\"8/eLoa\":\"You need to verify your account before you can send messages.\",\"Egnj9d\":\"您必須手動將訂單標記為已支付。這可以在訂單管理頁面上完成。\",\"L/+xOk\":\"在創建簽到列表之前,您需要先獲得票。\",\"Djl45M\":\"在您創建容量分配之前,您需要一個產品。\",\"y3qNri\":\"您需要至少一個產品才能開始。免費、付費或讓用户決定支付金額。\",\"9HcibB\":[\"You're going to \",[\"0\"],\"! 🎉\"],\"ROR8QD\":\"您的賬户名稱會在活動頁面和電子郵件中使用。\",\"veessc\":\"與會者註冊參加活動後,就會出現在這裏。您也可以手動添加與會者。\",\"Eh5Wrd\":\"您的精彩網站 🎉\",\"lkMK2r\":\"您的詳細信息\",\"3ENYTQ\":[\"您要求將電子郵件更改為<0>\",[\"0\"],\"的申請正在處理中。請檢查您的電子郵件以確認\"],\"yZfBoy\":\"您的信息已發送\",\"KSQ8An\":\"您的訂單\",\"Jwiilf\":\"您的訂單已被取消\",\"6UxSgB\":\"Your order is awaiting payment 🏦\",\"7YJdgG\":\"您的訂單一旦開始滾動,就會出現在這裏。\",\"9TO8nT\":\"您的密碼\",\"P8hBau\":\"您的付款正在處理中。\",\"UdY1lL\":\"您的付款未成功,請重試。\",\"fzuM26\":\"您的付款未成功。請重試。\",\"cEli2o\":\"Your product for\",\"cJ4Y4R\":\"您的退款正在處理中。\",\"IFHV2p\":\"您的入場券\",\"x1PPdr\":\"郵政編碼\",\"BM/KQm\":\"郵政編碼\",\"+LtVBt\":\"郵政編碼\",\"25QDJ1\":\"- 點擊發布\",\"WOyJmc\":\"- 點擊取消發布\",\"ncwQad\":\"(空)\",\"B/gRsg\":\"(無)\",\"wqtZLy\":[[\"0\"],\"(副本)\"],\"xYxQCZ\":[[\"0\"],\" \",[\"1\"]],\"lAOy2r\":[[\"0\"],\" \",[\"1\"],\" 已簽到\"],\"3beCx0\":[[\"0\"],\" 位<0>已簽到\"],\"S4PqS9\":[[\"0\"],\" 個活動的 Webhook\"],\"6MIiOI\":[\"剩餘 \",[\"0\"]],\"COnw8D\":[[\"0\"],\" 標誌\"],\"xG9N0H\":[[\"1\"],\" 個座位中已佔用 \",[\"0\"],\" 個。\"],\"B7pZfX\":[[\"0\"],\" 位主辦單位\"],\"/HkCs4\":[[\"0\"],\"張門票\"],\"30bTiU\":[\"已啟用 \",[\"activeCount\"],\" 項\"],\"jTs4am\":[[\"appName\"],\" 標誌\"],\"gbJOk9\":[\"本場次有 \",[\"attendeeCount\"],\" 位參加者已登記。\"],\"TjbIUI\":[[\"totalCount\"],\" 中有 \",[\"availableCount\"],\" 可用\"],\"PSChHo\":[\"剩餘 \",[\"capacity\"],\" 個名額\"],\"lzQ8/M\":[\"已簽到 \",[\"checkedIn\"],\" / \",[\"total\"]],\"RZ0JX3\":[[\"chipTime\"],\",已售罄\"],\"M4KnFs\":[[\"chipTime\"],\",售罄,可加入候補名單\"],\"SeyN12\":[\"已完成 \",[\"totalCount\"],\" 個步驟中的 \",[\"completedCount\"],\" 個\"],\"wYzVwE\":[[\"count\"],\" 項附加產品\"],\"f2rhaD\":[[\"diffHr\"],\" 小時前\"],\"NRSLBe\":[[\"diffMin\"],\" 分鐘前\"],\"iYfwJE\":[[\"diffSec\"],\" 秒前\"],\"OJnhhX\":[[\"eventCount\"],\" 個事件\"],\"SqGPxF\":[[\"first\"],\" 等另外 \",[\"additionalCount\"],\" 個\"],\"mhZbzw\":[\"受影響的場次共有 \",[\"loadedAffectedAttendees\"],\" 位參加者已登記。\"],\"LJE+5t\":[\"每張訂單 \",[\"min\"],\"–\",[\"max\"],\" 件\"],\"RBuxIl\":[\"已設定 \",[\"productCount\"],\" 種門票類型\"],\"VFLd0I\":[\"有 \",[\"slotCount\"],\" 個可選時間\"],\"3IEF7U\":[[\"totalCount\"],\" 種門票類型\"],\"aiUoiS\":[\"+ \",[\"formattedAmount\"],\" 費用\"],\"9y8S9C\":[\"+ \",[\"formattedAmount\"],\" 費用及稅項\"],\"xdIBoz\":[\"+ \",[\"formattedAmount\"],\" 稅項\"],\"zGiMDM\":\"+1 234 567 890\",\"JwzOqN\":\"+1 天\",\"1d6kks\":\"+稅/費\",\"B1St2O\":\"<0>簽到列表幫助您按日期、區域或票務類型管理活動入場。您可以將票務連結到特定列表,如VIP區域或第1天通行證,並與工作人員共享安全的簽到連結。無需帳戶。簽到適用於移動裝置、桌面或平板電腦,使用裝置相機或HID USB掃描器。 \",\"v9VSIS\":\"<0>設定單一總參加人數限制,同時適用於多種門票類型。<1>例如,如果您連結 <2>日票 和 <3>整個週末 門票,它們將從同一個名額池中抽取。一旦達到限制,所有連結的門票將自動停止銷售。\",\"Il5Uid\":\"<0>這是整個日程所有場次合計的可售總數量,而不是每場的限制。如需限制每場的人數,請在<1>場次安排頁面設定容量。\",\"ZnVt5v\":\"<0>Webhooks 可在事件發生時立即通知外部服務,例如,在註冊時將新與會者添加到您的 CRM 或郵件列表,確保無縫自動化。<1>使用第三方服務,如 <2>Zapier、<3>IFTTT 或 <4>Make 來創建自定義工作流並自動化任務。\",\"xFTHZ5\":[\"≈ \",[\"0\"],\"(按目前匯率)\"],\"M2DyLc\":\"1 個活動的 Webhook\",\"hMefp0\":\"1 項附加產品\",\"6hIk/x\":\"受影響的場次共有 1 位參加者已登記。\",\"qOyE2U\":\"本場次有 1 位參加者已登記。\",\"943BwI\":\"結束日期後1天\",\"yj3N+g\":\"開始日期後1天\",\"Z3etYG\":\"活動前1天\",\"szSnlj\":\"活動前1小時\",\"yTsaLw\":\"1張門票\",\"nz96Ue\":\"1 種門票類型\",\"InX5ad\":\"已設定 1 種門票類型\",\"y2Jh0m\":\"有 1 個可選時間\",\"cGtUz6\":\"活動前1週\",\"HR/cvw\":\"示例街123號\",\"dgKxZ5\":\"135 種以上貨幣及 40 種以上付款方式\",\"/d9gcz\":\"設定連結後必須填寫按鈕文字\",\"kMU5aM\":\"取消通知已發送至\",\"o++0qa\":\"時長變更\",\"WuWSX5\":\"只需幾個簡單步驟,你就可以開始售票。\",\"RQ5kDd\":\"當此類別中沒有產品時顯示的訊息。\",\"V53XzQ\":\"新嘅驗證碼已經發送到你嘅電郵\",\"sr2Je0\":\"開始/結束時間調整\",\"/z/bH1\":\"您主辦單位的簡短描述,將會顯示給您的使用者。\",\"3BKFn6\":\"設定按鈕文字後必須填寫連結\",\"RpjXTb\":\"按星期模式\",\"aS0jtz\":\"已放棄\",\"uyJsf6\":\"關於\",\"JvuLls\":\"承擔費用\",\"lk74+I\":\"承擔費用\",\"1uJlG9\":\"強調色\",\"g3UF2V\":\"接受\",\"K5+3xg\":\"接受邀請\",\"LuXP9q\":\"存取權限\",\"jzb4Ep\":[\"帳戶 · \",[\"0\"]],\"UqH1Q6\":[\"帳戶 · \",[\"0\"],\" · \",[\"1\"]],\"qzqe6c\":\"帳戶刪除已取消。\",\"WtlP+7\":\"帳戶刪除已被封鎖\",\"vOuxvL\":\"帳戶資訊\",\"F9cvwz\":\"帳戶名稱\",\"EHNORh\":\"找不到帳戶\",\"Hy1lfH\":\"帳戶擁有者\",\"bPwFdf\":\"賬戶\",\"pi/Iog\":[\"帳戶(\",[\"0\"],\")\"],\"AhwTa1\":\"需要操作:需提供增值稅資料\",\"APyAR/\":\"活躍活動\",\"kCl6ja\":\"已啟用的付款方式\",\"XJOV1Y\":\"動態\",\"Eso+01\":[\"請先加入 \",[\"0\"]],\"eJ0IJA\":\"加入與品牌風格一致的封面圖片和主題\",\"0YEoxS\":\"新增日期\",\"ybegUq\":\"加入簡介和場地,讓參加者知道會有甚麼內容\",\"nOZl6j\":\"新增單一日期\",\"CjvTPJ\":\"新增其他時間\",\"0XCduh\":\"請至少新增一個時間\",\"/chGpa\":\"請填寫網上活動的連線資料。\",\"UWWRyd\":\"新增自訂問題以在結帳時收集額外資訊\",\"Z/dcxc\":\"新增日期\",\"QeupRg\":\"新增日期\",\"Q219NT\":\"新增日期\",\"yjB5VC\":\"為你的重複活動新增日期和時間\",\"Z8idyM\":\"新增詳情\",\"wpirGs\":\"新增活動詳情\",\"VX6WUv\":\"新增地點\",\"GCQlV2\":\"如果一天舉辦多個場次,可新增多個時間。\",\"7JF9w9\":\"新增問題\",\"NLbIb6\":\"仍然新增此參加者(略過容量限制)\",\"6PNlRV\":\"將此活動添加到您的日曆\",\"BGD9Yt\":\"添加機票\",\"uIv4Op\":\"將追蹤像素添加到您的公開活動頁面和主辦方首頁。當追蹤處於活動狀態時,將向訪客顯示Cookie同意橫幅。\",\"QN2F+7\":\"添加 Webhook\",\"NsWqSP\":\"新增您的社交媒體帳號及網站網址。這些資訊將會顯示在您的公開主辦單位頁面。\",\"6JzKEV\":\"只作附加產品\",\"VkQex5\":\"附加產品\",\"Y2K3rp\":\"附加產品\",\"Z/ZU8N\":\"結帳時加入\",\"bVjDs9\":\"額外費用\",\"MKqSg4\":\"需要管理員存取權限\",\"0Zypnp\":\"管理儀表板\",\"tlFYEo\":\"讓參加者可以進場\",\"YAV57v\":\"推廣夥伴\",\"I+utEq\":\"推廣碼無法更改\",\"/jHBj5\":\"推廣夥伴建立成功\",\"uCFbG2\":\"推廣夥伴刪除成功\",\"ld8I+f\":\"聯盟推廣計劃\",\"a41PKA\":\"將會追蹤推廣夥伴銷售\",\"mJJh2s\":\"唔會追蹤推廣夥伴銷售。呢個會停用該推廣夥伴。\",\"jabmnm\":\"推廣夥伴更新成功\",\"CPXP5Z\":\"合作夥伴\",\"9Wh+ug\":\"推廣夥伴已匯出\",\"3cqmut\":\"推廣夥伴幫助你追蹤合作夥伴同KOL產生嘅銷售。建立推廣碼並分享以監控表現。\",\"3e31kI\":\"活動建立後,你可以在控制台選擇重複的頻率。\",\"z7GAMJ\":\"全部\",\"N40H+G\":\"全部\",\"7rLTkE\":\"所有已封存活動\",\"gKq1fa\":\"所有參與者\",\"63gRoO\":\"所選場次的全部參加者\",\"uWxIoH\":\"本場次的全部參加者\",\"pMLul+\":\"所有貨幣\",\"sgUdRZ\":\"所有日期\",\"e4q4uO\":\"所有日期\",\"ZS/D7f\":\"所有已結束活動\",\"QsYjci\":\"所有活動\",\"31KB8w\":\"所有失敗任務已刪除\",\"D2g7C7\":\"所有任務已排隊等待重試\",\"B4RFBk\":\"所有符合的日期\",\"F1/VgK\":\"所有場次\",\"OpWjMq\":\"所有場次\",\"Sxm1lO\":\"所有狀態\",\"dr7CWq\":\"所有即將舉行的活動\",\"UBpkWM\":\"所有用戶\",\"GpT6Uf\":\"允許參與者通過訂單確認電郵中的安全連結更新他們的門票資訊(姓名、電郵)。\",\"VZdky1\":\"允許購買者將其資料複製給所有參加者\",\"F3mW5G\":\"允許客戶在該產品售罄時加入候補名單\",\"4CMO/q\":\"允許客戶在該產品售罄時加入候補名單。客戶加入的是特定日期的候補名單。\",\"c4uJfc\":\"快完成了!我們正在等待您的付款處理。這只需要幾秒鐘。\",\"ocS8eq\":[\"已有帳戶?<0>\",[\"0\"],\"\"],\"uCuEqI\":\"已新增\",\"/H326L\":\"已退款\",\"USEpOK\":\"已在其他主辦方使用 Stripe?可重用該連線。\",\"RtxQTF\":\"同時取消此訂單\",\"jkNgQR\":\"同時退款此訂單\",\"xYqsHg\":\"總是可用\",\"rrepBD\":\"一直發售\",\"Wvrz79\":\"支付金額\",\"Zkymb9\":\"同呢個推廣夥伴關聯嘅電郵。推廣夥伴唔會收到通知。\",\"vRznIT\":\"檢查導出狀態時發生錯誤。\",\"OPFdAM\":\"此類別的可選描述,將顯示在活動頁面上。\",\"eusccx\":\"顯示在突出產品上的可選訊息,例如「熱賣中 🔥」或「最佳價值」\",\"HZFm5R\":\"和\",\"l3LBtZ\":\"公告內容\",\"Th00L9\":\"公告已建立\",\"p/XJYI\":\"公告已刪除\",\"08iV57\":\"公告標題\",\"qLqgre\":\"公告已更新\",\"Dzr23X\":\"公告\",\"asqL+J\":\"匿名化\",\"QNrkms\":\"答案更新成功。\",\"+qygei\":\"回答\",\"GK7Lnt\":\"結帳時填寫的回答(例如餐飲選擇)\",\"lE8PgT\":\"你手動調整過的日期會保留。\",\"jVoYha\":[\"已應用 — 訂單立減 \",[\"0\"]],\"vP3Nzg\":[\"適用於本頁目前已載入的 \",[\"0\"],\" 個未取消日期。\"],\"kkVyZZ\":\"適用於未登入而開啟共用簽到連結的所有人。已登入的團隊成員一律可看到全部內容。\",\"je4muG\":[\"適用於本活動中每個\",[\"0\"],\"且未取消的日期,包括目前未載入的日期。\"],\"YIIQtt\":\"套用變更\",\"NzWX1Y\":\"套用至\",\"Ps5oDT\":\"套用至所有門票\",\"261RBr\":\"批准訊息\",\"naCW6Z\":\"4 月\",\"B495Gs\":\"封存\",\"5sNliy\":\"封存活動\",\"BrwnrJ\":\"封存主辦方\",\"E5eghW\":\"封存此活動以向公眾隱藏。您可以稍後還原它。\",\"eqFkeI\":\"封存此主辦方。這也將封存屬於此主辦方的所有活動。\",\"BzcxWv\":\"已封存的主辦方\",\"9cQBd6\":\"您確定要封存此活動嗎?它將不再對公眾可見。\",\"Trnl3E\":\"您確定要封存此主辦方嗎?這也將封存屬於此主辦方的所有活動。\",\"wOvn+e\":[\"確定要取消 \",[\"count\"],\" 個日期嗎?受影響的參加者會收到電郵通知。\"],\"GTxE0U\":\"確定要取消這個日期嗎?受影響的參加者會收到電郵通知。\",\"VkSk/i\":\"您確定要取消此定時訊息嗎?\",\"0aVEBY\":\"您確定要刪除所有失敗的任務嗎?\",\"LchiNd\":\"你確定要刪除呢個推廣夥伴嗎?呢個操作無法撤銷。\",\"U49Xd6\":\"確定要刪除此公告嗎?用戶將不會再看到它。\",\"vPeW/6\":\"您確定要刪除此配置嗎?這可能會影響使用它的帳戶。\",\"h42Hc/\":\"確定要刪除這個日期嗎?此操作無法復原。\",\"RiF/yT\":\"確定要刪除這張圖片嗎?\",\"b3+Qku\":\"確定要刪除這項稅項或費用嗎?之後的新訂單不會再收取。\",\"JmVITJ\":\"確定要刪除此範本嗎?此操作無法復原,郵件將回退到預設範本。\",\"aLS+A6\":\"確定要刪除此範本嗎?此操作無法復原,郵件將回退到組織者或預設範本。\",\"5H3Z78\":\"您確定要刪除此 Webhook 嗎?\",\"147G4h\":\"您確定要離開嗎?\",\"VDWChT\":\"您確定要將此主辦單位設為草稿嗎?這將使該頁面對公眾隱藏。\",\"pWtQJM\":\"您確定要將此主辦單位設為公開嗎?這將使該頁面對公眾可見。\",\"EOqL/A\":\"您確定要向此人提供名額嗎?他們將收到電子郵件通知。\",\"yAXqWW\":\"確定要永久刪除這個日期嗎?此操作無法復原。\",\"WFHOlF\":\"你確定要發佈呢個活動嗎?一旦發佈,將會對公眾可見。\",\"4TNVdy\":\"你確定要發佈呢個主辦方資料嗎?一旦發佈,將會對公眾可見。\",\"8x0pUg\":\"您確定要從候補名單中移除此條目嗎?\",\"cDtoWq\":[\"您確定要將訂單確認重新發送到 \",[\"0\"],\" 嗎?\"],\"xeIaKw\":[\"您確定要將門票重新發送到 \",[\"0\"],\" 嗎?\"],\"BjbocR\":\"您確定要還原此活動嗎?\",\"7MjfcR\":\"您確定要還原此主辦方嗎?\",\"b7tkGp\":\"確定要撤回這個邀請嗎?\",\"ExDt3P\":\"你確定要取消發佈呢個活動嗎?佢將唔再對公眾可見。\",\"5Qmxo/\":\"你確定要取消發佈呢個主辦方資料嗎?佢將唔再對公眾可見。\",\"Uqefyd\":\"您在歐盟註冊了增值稅嗎?\",\"+QARA4\":\"藝術\",\"tLf3yJ\":\"由於您的業務位於愛爾蘭,愛爾蘭增值稅(23%)將自動套用於所有平台費用。\",\"tMeVa/\":\"為每張購買的門票詢問姓名和電郵\",\"ui5ln+\":\"指派其他方案\",\"9Jxliv\":\"指派方案\",\"xdiER7\":\"分配的級別\",\"F2rX0R\":\"必須選擇至少一種事件類型\",\"Z44eZS\":\"此日期至少要保留一項可售產品。若想令該日期無法存取,請改為在排程中取消它。\",\"BCmibk\":\"嘗試次數\",\"6PecK3\":\"所有活動的出席率和簽到率\",\"K2tp3v\":\"位參加者\",\"AJ4rvK\":\"與會者已取消\",\"qvylEK\":\"與會者已創建\",\"Aspq3b\":\"參與者資料收集\",\"fpb0rX\":\"參與者資料已從訂單複製\",\"94aQMU\":\"參與者資訊\",\"KkrBiR\":\"參加者資料收集\",\"sjPjOg\":\"參加者備註\",\"cosfD8\":\"參與者狀態\",\"D2qlBU\":\"與會者已更新\",\"22BOve\":\"參與者更新成功\",\"x8Vnvf\":\"參與者的票不包含在此列表中\",\"/Ywywr\":\"位參加者\",\"zLRobu\":\"位參加者已簽到\",\"k3Tngl\":\"與會者已導出\",\"UoIRW8\":\"已註冊參加者\",\"5UbY+B\":\"持有特定門票的與會者\",\"4HVzhV\":\"參與者:\",\"HVkhy2\":\"歸因分析\",\"dMMjeD\":\"歸因細分\",\"1oPDuj\":\"歸因值\",\"cHfbVT\":\"受眾\",\"DBHTm/\":\"8 月\",\"JgREph\":\"自動提供已啟用\",\"V7Tejz\":\"自動處理候補名單\",\"PZ7FTW\":\"根據背景顏色自動檢測,但可以覆蓋\",\"zlnTuI\":\"當容量可用時自動向下一個人提供門票。如果停用,您可以從候補名單頁面手動處理候補名單。\",\"csDS2L\":\"可用\",\"Xp+ywP\":\"付款完成後可使用\",\"dwDH1K\":[[\"dayName\"],\"的可選時間\"],\"clF06r\":\"可退款\",\"NB5+UG\":\"可用標記\",\"L+wGOG\":\"等待中\",\"qcw2OD\":\"待付款\",\"kNmmvE\":\"Awesome Events 有限公司\",\"TeSaQO\":\"返回帳戶\",\"kYqM1A\":\"返回活動\",\"s5QRF3\":\"返回訊息\",\"td/bh+\":\"返回報告\",\"nsm7BA\":\"返回搜尋\",\"imjKVx\":\"銀行帳戶已連結\",\"KSSL9f\":\"橫幅\",\"zdYsg1\":\"橫幅內容不得超過 200 個字元\",\"p2OLF3\":\"基本價格\",\"D9LTCH\":\"基本價格\",\"hviJef\":\"按上方的整體銷售期,而非逐個日期設定\",\"jIPNJG\":\"基本資料\",\"lINGcL\":\"由於此帳戶有已完成的訂單,交易記錄(金額、日期及發票詳情)將以匿名形式保留,用於法律及稅務目的。所有個人資料將被永久刪除。\",\"UabgBd\":\"正文是必需的\",\"HWXuQK\":\"收藏此頁面,隨時管理您的訂單。\",\"CUKVDt\":\"使用自訂標誌、顏色和頁腳訊息打造您的門票品牌。\",\"4BZj5p\":\"內建防詐騙保護\",\"cr7kGH\":\"批次編輯\",\"1Fbd6n\":\"批次編輯日期\",\"Eq6Tu9\":\"批次更新失敗。\",\"9N+p+g\":\"商務\",\"SWnN1L\":\"公司地址\",\"kQekXw\":\"公司名稱\",\"3W/QV7\":\"按鈕文字\",\"bv6RXK\":\"按鈕標籤\",\"ChDLlO\":\"按鈕文字\",\"MOht10\":\"按鈕連結\",\"BUe8Wj\":\"買家支付\",\"DkL8mp\":\"買家在結帳選擇此產品時,可一併加入訂單。\",\"qF1qbA\":\"買家看到的是淨價。平台費用將從您的付款中扣除。\",\"dg05rc\":\"通過添加追蹤像素,您確認您和本平台是所收集數據的共同控制者。您有責任確保根據適用的私隱法律(GDPR、CCPA等)擁有合法的處理依據。\",\"DFqasq\":[\"繼續即表示您同意 <0>\",[\"0\"],\" 服務條款\"],\"CetOZE\":\"按門票類型\",\"lFdbRS\":\"繞過應用費用\",\"AjVXBS\":\"日曆\",\"2VLZwd\":\"行動號召按鈕\",\"rT2cV+\":\"相機\",\"7hYa9y\":\"相機權限已被拒絕。可<0>重新要求權限,或在瀏覽器設定中允許本頁存取相機。\",\"D02dD9\":\"活動\",\"RRPA79\":\"無法簽到\",\"OcVwAd\":[\"取消 \",[\"count\"],\" 個日期\"],\"H4nE+E\":\"取消所有產品並釋放回可用池\",\"Py78q9\":\"取消日期\",\"lUjTpS\":\"取消刪除\",\"5YkF5G\":\"取消刪除請求\",\"tOXAdc\":\"取消將取消與此訂單關聯的所有參與者,並將門票釋放回可用池。\",\"FPpqc7\":[\"正在取消 \",[\"0\"],\" 個日期,可能需要一點時間。\"],\"01sEfm\":\"無法刪除系統預設配置\",\"VsM1HH\":\"容量分配\",\"9bIMVF\":\"容量管理\",\"H7K8og\":\"容量必須大於或等於 0\",\"nzao08\":\"容量更新\",\"4cp9NP\":\"已用容量\",\"K7tIrx\":\"類別\",\"DRK3Bq\":\"分類已刪除\",\"o+XJ9D\":\"更改\",\"kJkjoB\":\"更改時長\",\"J0KExZ\":\"更改參加者上限\",\"ssospy\":\"更改時間\",\"CIHJJf\":\"更改等候名單設定\",\"B5icLR\":[\"已更改 \",[\"count\"],\" 個日期的時長\"],\"Kb+0BT\":\"收款紀錄\",\"2tbLdK\":\"慈善\",\"BPWGKn\":\"簽到\",\"6uFFoY\":\"取消簽到\",\"FjAlwK\":[\"看看這個活動:\",[\"0\"]],\"v4fiSg\":\"查看你嘅電郵\",\"51AsAN\":\"請檢查您的收件箱!如果此郵箱有關聯的票,您將收到查看連結。\",\"Y3FYXy\":\"簽到\",\"udRwQs\":\"簽到已創建\",\"F4SRy3\":\"簽到已刪除\",\"as6XfO\":[\"已撤銷 \",[\"0\"],\" 的簽到\"],\"9s/wrQ\":\"簽到紀錄\",\"Wwztk4\":\"簽到名單\",\"9gPPUY\":\"簽到名單已建立!\",\"dwjiJt\":\"簽到名單資料\",\"7od0PV\":\"簽到名單\",\"f2vU9t\":\"簽到列表\",\"XprdTn\":\"簽到導覽\",\"5tV1in\":\"簽到進度\",\"SHJwyq\":\"簽到率\",\"qCqdg6\":\"簽到狀態\",\"cKj6OE\":\"簽到摘要\",\"7B5M35\":\"簽到\",\"VrmydS\":\"已簽到\",\"DM4gBB\":\"中文(繁體)\",\"p8Jvp4\":\"選擇一個設定組合\",\"ElShBO\":\"選擇其他操作\",\"pHEhf+\":\"選擇符合您品牌的字體。字體透過 Bunny Fonts 自行託管。\",\"Zok1Gx\":\"選擇主辦方\",\"pkk46Q\":\"選擇一個主辦單位\",\"Ag32+c\":\"選擇其他日期\",\"Crr3pG\":\"選擇日曆\",\"Z38ZJu\":\"選擇活動日期在票券上的顯示方式\",\"LAW8Vb\":\"為新活動選擇預設設置。這可以針對單個活動進行覆蓋。\",\"pjp2n5\":\"選擇誰支付平台費用。這不會影響您在帳戶設置中配置的額外費用。\",\"xCJdfg\":\"清除\",\"QyOWu9\":\"清除地點 — 回復活動預設地點\",\"V8yTm6\":\"清除搜尋\",\"kmnKnX\":\"清除後會移除逐個日期的個別設定,受影響的日期會回復活動的預設地點。\",\"/o+aQX\":\"按此取消\",\"gD7WGV\":\"按此重新發售\",\"CySr+W\":\"點擊查看備註\",\"RG3szS\":\"關閉\",\"RWw9Lg\":\"關閉視窗\",\"XwdMMg\":\"代碼只可以包含字母、數字、連字號同底線\",\"+yMJb7\":\"必須填寫代碼\",\"m9SD3V\":\"代碼至少需要3個字元\",\"V1krgP\":\"代碼唔可以超過20個字元\",\"psqIm5\":\"與您的團隊合作,一起創造精彩活動。\",\"4bUH9i\":\"為每張購買的門票收集參加者詳情。\",\"TkfG8v\":\"按訂單收集資料\",\"96ryID\":\"按門票收集資料\",\"FpsvqB\":\"顏色模式\",\"jEu4bB\":\"欄位\",\"CWk59I\":\"喜劇\",\"rPA+Gc\":\"通訊偏好\",\"zFT5rr\":\"已完成\",\"bUQMpb\":\"完成 Stripe 設定\",\"744BMm\":\"完成您的訂單以確保獲得門票。此優惠有時間限制,請盡快完成。\",\"5YrKW7\":\"完成付款以確保您的門票。\",\"xGU92i\":\"完成您的個人資料以加入團隊。\",\"QOhkyl\":\"撰寫\",\"ih35UP\":\"會議中心\",\"ywFj2D\":\"設定組合\",\"WTw0bB\":\"設定組合已指派\",\"X1zdE7\":\"配置建立成功\",\"mLBUMQ\":\"配置刪除成功\",\"UIENhw\":\"配置名稱對最終用戶可見。固定費用將按當前匯率轉換為訂單貨幣。\",\"eeZdaB\":\"配置更新成功\",\"3cKoxx\":\"配置\",\"8v2LRU\":\"設定活動詳情、地點、結帳選項和電郵通知。\",\"raw09+\":\"設定結帳時如何收集參與者資料\",\"FI60XC\":\"配置稅費\",\"av6ukY\":\"設定本場次可售的產品,亦可按需要調整價格。\",\"NGXKG/\":\"確認電子郵件地址\",\"JRQitQ\":\"確認新密碼\",\"Auz0Mz\":\"請確認您的電郵地址以使用所有功能。\",\"7+grte\":\"確認電郵已發送!請檢查您的收件匣。\",\"n/7+7Q\":\"確認已發送至\",\"x3wVFc\":\"恭喜!您的活動現已對公眾可見。\",\"0W2NQP\":\"連結銀行\",\"/K4Vqr\":\"連接 Stripe 以接受付款\",\"nQI4H5\":\"連接 Stripe 以啟用電子郵件範本編輯\",\"LmvZ+E\":\"連接 Stripe 以啟用消息功能\",\"peBIO+\":\"連結 Stripe,門票款項會直接入你的銀行帳戶。\",\"DNeN8t\":\"連結銀行,售票收入直接入你的帳戶\",\"DARj+w\":\"連接了錯誤的 Stripe 帳戶?中斷連接並重新開始。\",\"X1y8JF\":\"網上日期必須填寫連線資料\",\"fjfBOm\":\"線上活動必須填寫連線詳情\",\"jfC/xh\":\"聯絡\",\"LOFgda\":[\"聯絡 \",[\"0\"]],\"41BQ3k\":\"聯絡電郵\",\"4b3oEV\":\"內容\",\"13CIgI\":\"內容為必填\",\"m8WD6t\":\"繼續設置\",\"0GwUT4\":\"繼續結帳\",\"sBV87H\":\"繼續建立活動\",\"nKtyYu\":\"繼續下一步\",\"F3/nus\":\"繼續付款\",\"s30OcA\":\"控制活動頁面上日期和時間的顯示方式\",\"p2FRHj\":\"控制此活動的平台費用如何處理\",\"NqfabH\":\"控制此日期由誰入場\",\"fmYxZx\":\"控制誰可入場、何時入場\",\"1JnTgU\":\"從上方複製\",\"FxVG/l\":\"已複製到剪貼簿\",\"PiH3UR\":\"已複製!\",\"4i7smN\":\"複製帳戶 ID\",\"uUPbPg\":\"複製推廣連結\",\"iVm46+\":\"複製代碼\",\"cF2ICc\":\"複製客戶連結\",\"+2ZJ7N\":\"將詳情複製到第一位參與者\",\"ZN1WLO\":\"複製郵箱\",\"y1eoq1\":\"複製連結\",\"tUGbi8\":\"複製我的資料到:\",\"y22tv0\":\"複製此連結以便隨處分享\",\"/4gGIX\":\"複製到剪貼簿\",\"e0f4yB\":\"無法刪除地點\",\"vkiDx2\":\"無法準備批次更新。\",\"KOavaU\":\"無法取得地址詳情\",\"/lq4oO\":\"無法儲存日期\",\"mHu0az\":\"無法傳送驗證電郵,請再試一次。\",\"QOIm+S\":\"統計包含所有即將舉行的日期。每人將獲得其所選日期的名額。\",\"P0rbCt\":\"封面圖片\",\"p4kqHr\":\"封面圖片已新增\",\"60u+dQ\":\"封面圖片將顯示在活動頁面頂部\",\"2NLjA6\":\"封面圖片將顯示在您的主辦單位頁面頂部\",\"GkrqoY\":\"涵蓋所有門票\",\"zg4oSu\":[\"建立\",[\"0\"],\"範本\"],\"RKKhnW\":\"建立自訂小工具以在您的網站上銷售門票。\",\"jqhTmw\":\"為此日期建立名單\",\"PhioFp\":\"請為進行中的場次建立新的簽到名單;如你認為這是誤會,請聯絡主辦方。\",\"yIRev4\":\"建立密碼\",\"j7xZ7J\":\"建立額外的主辦方以在一個帳戶下管理獨立的品牌、部門或活動系列。每個主辦方都有自己的活動、設定和公開頁面。\",\"xfKgwv\":\"建立推廣夥伴\",\"GT/OIA\":\"建立公告,向您的用戶顯示訊息。\",\"tudG8q\":\"建立並設定待售門票和商品。\",\"Q4VlI/\":\"建立公告\",\"YAl9Hg\":\"建立配置\",\"BTne9e\":\"為此活動建立自定義郵件範本以覆蓋組織者預設設置\",\"YIDzi/\":\"建立自定義範本\",\"tsGqx5\":\"建立日期\",\"Nc3l/D\":\"建立折扣、隱藏門票的存取碼和特別優惠。\",\"PybJS2\":\"建立活動\",\"abGAgf\":\"建立更多門票或產品,便可將它們作為附加產品提供\",\"eWEV9G\":\"建立新密碼\",\"utHSNE\":\"建立日程\",\"8AiKIu\":\"建立門票或商品\",\"/HGmW9\":\"建立可追蹤連結以獎勵推廣您活動的合作夥伴。\",\"dkAPxi\":\"創建 Webhook\",\"5slqwZ\":\"建立您的活動\",\"JQNMrj\":\"建立你嘅第一個活動\",\"CCjxOC\":\"建立您的第一個活動以開始銷售門票並管理參加者。\",\"ZCSSd+\":\"建立您自己的活動\",\"qdv10s\":[\"正在建立 \",[\"0\"],\" 個日期。這可能需要一些時間。\"],\"67NsZP\":\"建立緊活動...\",\"H34qcM\":\"建立緊主辦方...\",\"1YMS+X\":\"建立緊你嘅活動,請稍候\",\"yiy8Jt\":\"建立緊你嘅主辦方資料,請稍候\",\"lfLHNz\":\"CTA標籤是必需的\",\"0xLR6W\":\"目前已指派\",\"iTvh6I\":\"目前可供購買\",\"A42Dqn\":\"自訂品牌形象\",\"Guo0lU\":\"自訂日期和時間\",\"WDMdn8\":\"自訂問題\",\"O6mra8\":\"自訂問題\",\"axv/Mi\":\"自定義範本\",\"2YeVGY\":\"客戶連結已複製到剪貼板\",\"QMHSMS\":\"客戶將收到確認退款的電子郵件\",\"NihQNk\":\"客戶\",\"hINN++\":\"自訂頁面\",\"7gsjkI\":\"使用Liquid範本自定義發送給客戶的郵件。這些範本將用作您組織中所有活動的預設範本。\",\"xJaTUK\":\"自訂活動首頁的版面配置、顏色和品牌。\",\"MXZfGN\":\"自訂結帳時提出的問題,以從參與者那裡收集重要資訊。\",\"iX6SLo\":\"自訂繼續按鈕上顯示的文字\",\"R8H7yL\":\"自訂捲動至門票區域的浮動按鈕上顯示的文字\",\"pxNIxa\":\"使用Liquid範本自定義您的郵件範本\",\"3trPKm\":\"自訂主辦單位頁面外觀\",\"U0sC6H\":\"每日\",\"/gWrVZ\":\"所有活動的每日收入、稅費和退款\",\"zgCHnE\":\"每日銷售報告\",\"nHm0AI\":\"每日銷售、税費和費用明細\",\"1aPnDT\":\"舞蹈\",\"pvnfJD\":\"深色\",\"MaB9wW\":\"日期取消\",\"e6cAxJ\":\"日期已取消\",\"81jBnC\":\"日期已成功取消\",\"a/C/6R\":\"日期已成功建立\",\"IW7Q+u\":\"日期已刪除\",\"rngCAz\":\"日期已成功刪除\",\"vHbfoQ\":\"日期已重新啟用\",\"hvah+S\":\"此日期已重新發售\",\"Ez0YsD\":\"日期已成功更新\",\"JxwIlL\":\"個日期\",\"Te33mU\":\"日期按場次分別管理\",\"91zCxb\":\"有場次的日子\",\"/ITcnz\":\"日\",\"H7OUPr\":\"日\",\"JtHrX9\":\"每月某日\",\"J/Upwb\":\"日\",\"V3VGYb\":\"每月日期\",\"r6zgGo\":\"12 月\",\"jbq7j2\":\"拒絕\",\"WGD1Al\":\"減少\",\"gJY4YL\":\"減少數量\",\"ovBPCi\":\"預設\",\"JtI4vj\":\"預設參加者資料收集\",\"ULjv90\":\"每個日期的預設容量\",\"3R/Tu2\":\"預設費用處理\",\"1bZAZA\":\"將使用預設範本\",\"3Biswm\":\"預設值\",\"HNlEFZ\":\"刪除\",\"KpnwJK\":[\"刪除\\\"\",[\"0\"],\"\\\"?\"],\"BlII4o\":[\"刪除已選的 \",[\"count\"],\" 個日期?有訂單的日期會略過。此操作無法復原。\"],\"ZDGm40\":\"刪除帳戶\",\"vu7gDm\":\"刪除推廣夥伴\",\"KZN4Lc\":\"全部刪除\",\"6EkaOO\":\"刪除日期\",\"io0G93\":\"刪除活動\",\"+jw/c1\":\"刪除圖片\",\"hdyeZ0\":\"刪除任務\",\"xxjZeP\":\"刪除地點\",\"sY3tIw\":\"刪除主辦方\",\"UBv8UK\":\"永久刪除\",\"dPyJ15\":\"刪除範本\",\"IQTR34\":\"刪除這個分類?當中的所有產品亦會一併刪除。此操作無法復原。\",\"/1wMxk\":\"刪除這個產品?此操作無法復原。\",\"mxsm1o\":\"刪除此問題?此操作無法復原。\",\"snMaH4\":\"刪除 Webhook\",\"LIZZLY\":[\"已刪除 \",[\"0\"],\" 個日期\"],\"loLVyU\":\"已刪除的帳戶\",\"IlUuGb\":\"刪除帳戶會立即將其停用:所有已發佈的活動將被取消發佈,存取權限將被停用。30 天寬限期過後,刪除將成為永久性。在這 30 天內您可以隨時取消。\",\"nMdIuB\":\"刪除已加入執行佇列\",\"/U002t\":\"刪除請求已取消\",\"PBA62s\":\"刪除請求\",\"7w0Wev\":\"簡介和場地已新增\",\"vYgeDk\":\"取消全選\",\"NvuEhl\":\"設計元素\",\"H8kMHT\":\"收唔到驗證碼?\",\"G8KNgd\":\"不同地點\",\"E/QGRL\":\"已停用\",\"bzSI52\":\"捨棄\",\"0EcUWz\":\"捨棄變更?\",\"+K0AvT\":\"中斷連接\",\"cALvbl\":\"中斷 Stripe 帳戶連接\",\"OdPOhy\":\"Discord\",\"f15WLC\":\"關閉公告\",\"nZJ8tu\":\"隱藏設定清單\",\"QotGhf\":\"關閉此訊息\",\"J6hrEy\":\"已關閉\",\"BREO0S\":\"顯示一個複選框,允許客戶選擇接收此活動組織者的營銷通訊。\",\"HtaSQp\":\"在門票小工具中顯示每個日期的剩餘名額。您可以為個別日期單獨設定。\",\"pfa8F0\":\"顯示名稱\",\"Kdpf90\":\"別忘了!\",\"352VU2\":\"沒有帳戶?<0>註冊\",\"AXXqG+\":\"捐款\",\"DPfwMq\":\"完成\",\"JoPiZ2\":\"入場工作人員須知\",\"2+O9st\":\"下載所有已完成訂單的銷售、參與者和財務報告。\",\"eneWvv\":\"草稿\",\"Ts8hhq\":\"由於垃圾郵件風險高,您必須先連接 Stripe 帳戶才能修改電子郵件範本。這是為了確保所有活動主辦方都經過驗證並負責。\",\"TnzbL+\":\"由於垃圾郵件風險較高,您必須連接Stripe帳戶才能向參與者發送訊息。\\n這是為了確保所有活動組織者都經過驗證並承擔責任。\",\"euc6Ns\":\"複製\",\"YueC+F\":\"複製日期\",\"KRmTkx\":\"複製產品\",\"Jd3ymG\":\"時長最少為 1 分鐘。\",\"KIjvtr\":\"荷蘭語\",\"22xieU\":\"例如 180(3小時)\",\"MCx4ov\":\"例如:了解更多\",\"/zajIE\":\"例如:上午場\",\"XDHATF\":\"例如:新功能:候補名單\",\"tAtvUj\":\"例如:本星期六 UTC 凌晨 2 時至 4 時計劃維護\",\"SPKbfM\":\"例如:取得門票,立即註冊\",\"fc7wGW\":\"例如:關於您門票的重要更新\",\"54MPqC\":\"例如:標準版、進階版、企業版\",\"3RQ81z\":\"每位人士將收到一封包含預留名額的電子郵件,以完成購買。\",\"Xfsjel\":\"每個商品\",\"5oD9f/\":\"提早\",\"LTzmgK\":[\"編輯\",[\"0\"],\"範本\"],\"v4+lcZ\":\"編輯推廣夥伴\",\"ndNHsK\":\"編輯公告\",\"2iZEz7\":\"編輯答案\",\"t2bbp8\":\"編輯參與者\",\"etaWtB\":\"編輯參與者詳情\",\"+guao5\":\"編輯配置\",\"1Mp/A4\":\"編輯日期\",\"m0ZqOT\":\"編輯地點\",\"8oivFT\":\"編輯地點\",\"vRWOrM\":\"編輯訂單詳情\",\"pHm0k9\":\"編輯日程\",\"fW5sSv\":\"編輯 Webhook\",\"nP7CdQ\":\"編輯 Webhook\",\"MRZxAn\":\"已編輯\",\"uBAxNB\":\"編輯器\",\"aqxYLv\":\"教育\",\"iiWXDL\":\"資格失敗\",\"zPiC+q\":\"符合條件的簽到列表\",\"SiVstt\":\"電郵與排程訊息\",\"V2sk3H\":\"電子郵件和模板\",\"hbwCKE\":\"郵箱地址已複製到剪貼板\",\"dSyJj6\":\"電子郵件地址不匹配\",\"elW7Tn\":\"郵件正文\",\"ZsZeV2\":\"必須填寫電郵\",\"Be4gD+\":\"郵件預覽\",\"6IwNUc\":\"郵件範本\",\"H/UMUG\":\"需要電郵驗證\",\"PLEl94\":\"電郵已驗證\",\"L86zy2\":\"電郵驗證成功!\",\"FSN4TS\":\"嵌入小工具\",\"z9NkYY\":\"可嵌入小工具\",\"tKlWWY\":\"表情符號\",\"69YV6l\":\"彈窗必須設定表情符號\",\"Qj0GKe\":\"啟用參與者自助服務\",\"hEtQsg\":\"預設啟用參與者自助服務\",\"Upeg/u\":\"啟用此範本發送郵件\",\"7dSOhU\":\"啟用候補名單\",\"RxzN1M\":\"已啟用\",\"sGjBEq\":\"結束日期與時間(可選)\",\"PKXt9R\":\"結束日期必須在開始日期之後\",\"vTL8gi\":\"結束時間\",\"48Y16Q\":\"結束時間(選填)\",\"TbaYrr\":[\"已於 \",[\"0\"],\" 結束\"],\"CFgwiw\":[[\"0\"],\" 結束\"],\"SqOIQU\":\"請輸入容量數值或選擇不限。\",\"h37gRz\":\"請輸入標籤,或選擇將它移除。\",\"7YZofi\":\"輸入主題和正文以查看預覽\",\"khyScF\":\"請輸入要調整的時間長度。\",\"SKx/0u\":\"請輸入場地名稱或地址\",\"ppwojw\":\"線下活動請輸入場地名稱或地址\",\"j+eCIq\":\"手動輸入地址\",\"3bR1r4\":\"輸入推廣夥伴電郵(選填)\",\"ARkzso\":\"輸入推廣夥伴名稱\",\"ej4L8b\":\"輸入容量\",\"6KnyG0\":\"輸入電郵\",\"INDKM9\":\"輸入郵件主題...\",\"xUgUTh\":\"輸入名字\",\"9/1YKL\":\"輸入姓氏\",\"VpwcSk\":\"輸入新密碼\",\"kWg31j\":\"輸入獨特推廣碼\",\"C3nD/1\":\"輸入您的電郵地址\",\"VmXiz4\":\"輸入您的電子郵件,我們將向您發送重置密碼的說明。\",\"n9V+ps\":\"輸入您的姓名\",\"IdULhL\":\"輸入您的增值稅號碼,包括國家代碼,不含空格(例如:IE1234567A、DE123456789)\",\"RRlWVA\":\"整份訂單\",\"o21Y+P\":\"項\",\"X88/6w\":\"當客戶加入已售罄產品的候補名單時,條目將顯示在此處。\",\"LslKhj\":\"加載日誌時出錯\",\"BkEWfd\":\"按 Esc 關閉\",\"VCNHvW\":\"活動已歸檔\",\"ZD0XSb\":\"活動已成功封存\",\"WgD6rb\":\"活動類別\",\"b46pt5\":\"活動封面圖片\",\"NAUIJ7\":\"活動已建立\",\"1b77ID\":\"活動已建立\",\"1Hzev4\":\"活動自定義範本\",\"+v+GW0\":\"活動日期顯示\",\"7u9/DO\":\"活動已成功刪除\",\"imgKgl\":\"活動描述\",\"IzR/Fc\":\"活動全期\",\"PYs3rP\":\"活動名稱\",\"HhwcTQ\":\"活動名稱\",\"WZZzB6\":\"必須填寫活動名稱\",\"Wd5CDM\":\"活動名稱應少於 150 個字元\",\"4JzCvP\":\"活動不可用\",\"mImacG\":\"活動頁面\",\"Hk9Ki/\":\"活動已成功還原\",\"JyD0LH\":\"活動設定\",\"XVLu2v\":\"活動標題\",\"OfmsI9\":\"活動太新\",\"4SILkp\":\"活動總計\",\"YDVUVl\":\"事件類型\",\"+HeiVx\":\"活動已更新\",\"19j6uh\":\"活動表現\",\"PC3/fk\":\"未來 24 小時內開始的活動\",\"CRsuq4\":\"每\",\"nwiZdc\":[\"每 \",[\"0\"]],\"B2jjf8\":[\"每 \",[\"0\"],\" \",[\"cadenceUnit\"]],\"2LJU4o\":[\"每 \",[\"0\"],\" 日\"],\"yLiYx+\":[\"每 \",[\"0\"],\" 個月\"],\"nn9ice\":[\"每 \",[\"0\"],\" 星期\"],\"Cdr8f9\":[\"每 \",[\"0\"],\" 星期的\",[\"1\"]],\"GVEHRk\":[\"每 \",[\"0\"],\" 年\"],\"XlRpgq\":[\"每\",[\"cadenceUnit\"]],\"fTFfOK\":\"每個郵件範本都必須包含一個連結到相應頁面的行動號召按鈕\",\"hHTPiT\":\"其餘所有內容 — 輕觸即可編輯\",\"BVinvJ\":\"例子:「您是如何得知我們的?」、「發票公司名稱」\",\"2hGPQG\":\"例子:「T恤尺碼」、「餐飲偏好」、「職位」\",\"qNuTh3\":\"異常\",\"aW/bzJ\":\"執行刪除\",\"CtAcQ7\":\"立即執行刪除\",\"xj4fwT\":\"立即執行\",\"M1RnFv\":\"已過期\",\"kF8HQ7\":\"匯出答案\",\"2KAI4N\":\"匯出CSV\",\"JKfSAv\":\"導出失敗。請重試。\",\"SVOEsu\":\"導出已開始。正在準備文件...\",\"wuyaZh\":\"匯出成功\",\"9bpUSo\":\"匯出緊推廣夥伴\",\"jtrqH9\":\"正在導出與會者\",\"R4Oqr8\":\"導出完成。正在下載文件...\",\"UlAK8E\":\"正在導出訂單\",\"DwuoH0\":\"Facebook\",\"7Bj3x9\":\"失敗\",\"8uOlgz\":\"失敗時間\",\"tKcbYd\":\"失敗任務\",\"SsI9v/\":\"放棄訂單失敗。請重試。\",\"LdPKPR\":\"分配配置失敗\",\"PO0cfn\":\"無法取消日期\",\"YUX+f+\":\"無法取消日期\",\"SIHgVQ\":\"取消訊息失敗\",\"cEFg3R\":\"建立推廣夥伴失敗\",\"dVgNF1\":\"建立配置失敗\",\"fAoRRJ\":\"無法建立排程\",\"4yLYTb\":\"建立日程失敗。請重試。\",\"U66oUa\":\"建立範本失敗\",\"+RTkEY\":\"刪除公告失敗\",\"aFk48v\":\"刪除配置失敗\",\"n1CYMH\":\"無法刪除日期\",\"KXv+Qn\":\"無法刪除日期,此日期可能已有訂單。\",\"JJ0uRo\":\"無法刪除日期\",\"rgoBnv\":\"刪除活動失敗\",\"Zw6LWb\":\"刪除任務失敗\",\"tq0abZ\":\"刪除任務失敗\",\"2mkc3c\":\"刪除主辦方失敗\",\"5E23qd\":\"無法刪除產品,請再試一次。\",\"vKMKnu\":\"刪除問題失敗\",\"xFj7Yj\":\"刪除範本失敗\",\"jo3Gm6\":\"匯出推廣夥伴失敗\",\"Jjw03p\":\"導出與會者失敗\",\"ZPwFnN\":\"導出訂單失敗\",\"zGE3CH\":\"匯出報告失敗。請重試。\",\"lS9/aZ\":\"載入收件人失敗\",\"X4o0MX\":\"加載 Webhook 失敗\",\"ETcU7q\":\"提供名額失敗\",\"5670b9\":\"提供票券失敗\",\"e5KIbI\":\"無法重新啟用日期\",\"7zyx8a\":\"從候補名單中移除失敗\",\"A/P7PX\":\"無法移除個別設定\",\"ogWc1z\":\"無法重新發售此日期\",\"0+iwE5\":\"重新排序問題失敗\",\"EJPAcd\":\"重新發送訂單確認失敗\",\"DjSbj3\":\"重新發送門票失敗\",\"YQ3QSS\":\"重新發送驗證碼失敗\",\"wDioLj\":\"重試任務失敗\",\"DKYTWG\":\"重試任務失敗\",\"WRREqF\":\"無法儲存個別設定\",\"sj/eZA\":\"無法儲存個別價格\",\"780n8A\":\"無法儲存產品設定\",\"zTkTF3\":\"儲存範本失敗\",\"l6acRV\":\"儲存增值稅設定失敗。請重試。\",\"T6B2gk\":\"發送訊息失敗。請再試一次。\",\"lKh069\":\"無法啟動導出任務\",\"t/KVOk\":\"無法開始模擬。請重試。\",\"QXgjH0\":\"無法停止模擬。請重試。\",\"i0QKrm\":\"更新推廣夥伴失敗\",\"NNc33d\":\"更新答案失敗。\",\"E9jY+o\":\"更新參與者失敗\",\"uQynyf\":\"更新配置失敗\",\"i2PFQJ\":\"更新活動狀態失敗\",\"EhlbcI\":\"更新訊息級別失敗\",\"rpGMzC\":\"更新訂單失敗\",\"T2aCOV\":\"更新主辦方狀態失敗\",\"Eeo/Gy\":\"更新設定失敗\",\"kqA9lY\":\"更新增值稅設定失敗\",\"nkNfWu\":\"圖片上傳失敗。請再試一次。\",\"rxy0tG\":\"驗證電郵失敗\",\"QRUpCk\":\"親子\",\"5LO38w\":\"快速將款項轉入你的銀行\",\"4lgLew\":\"2 月\",\"9bHCo2\":\"費用貨幣\",\"/sV91a\":\"費用處理\",\"K4dKSP\":\"個別收費已儲存\",\"LyUWXA\":\"費用已繞過\",\"cf35MA\":\"節慶\",\"pAey+4\":\"檔案過大。最大大小為 5MB。\",\"VejKUM\":\"請先在上方填寫您的詳細信息\",\"/n6q8B\":\"電影\",\"L1qbUx\":\"篩選參加者\",\"8OvVZZ\":\"篩選參與者\",\"N/H3++\":\"按日期篩選\",\"mvrlBO\":\"按活動篩選\",\"g+xRXP\":\"完成 Stripe 設定\",\"LHH461\":\"完成設定\",\"syyeb9\":\"第一個\",\"Vj6wk9\":\"首 30 日\",\"/bpZYb\":\"首 7 日\",\"ziEnjY\":\"首 90 日\",\"1vBhpG\":\"第一位參與者\",\"4pwejF\":\"名字為必填項\",\"rVogsf\":\"請先解決問題再發布\",\"3lkYdQ\":\"固定費用\",\"6bBh3/\":\"固定費用\",\"zWqUyJ\":\"每筆交易收取的固定費用\",\"LWL3Bs\":\"固定費用必須為 0 或更高\",\"0RI8m4\":\"閃光燈關閉\",\"q0923e\":\"閃光燈開啟\",\"X+U6/w\":\"字體\",\"lWxAUo\":\"飲食\",\"nFm+5u\":\"頁腳文字\",\"sQv06Y\":\"共\",\"NTzcRQ\":\"按日期數量\",\"a8nooQ\":\"第四個\",\"xVhQZV\":\"五\",\"39y5bn\":\"星期五\",\"ejVYRQ\":\"從\",\"hGDVDa\":[[\"0\"],\" 起\"],\"+dBe1R\":[\"由 \",[\"start\"],\" 起\"],\"1dv+MO\":[\"從\",[\"start\"],\"至\",[\"end\"]],\"l82hjf\":[\"從\",[\"start\"],\"起,共\",[\"count\"],\"個日期\"],\"f5UbZ0\":\"資料完全屬於你\",\"cfvx/y\":\"整個活動\",\"MY2SVM\":\"全額退款\",\"PGQLdy\":\"日後\",\"8N/j1s\":\"只限日後的日期\",\"yRx/6K\":\"日後的日期會被複製,容量重設為零\",\"T02gNN\":\"一般入場\",\"3ep0Gx\":\"關於您主辦單位的一般資訊\",\"ziAjHi\":\"產生\",\"exy8uo\":\"產生代碼\",\"4CETZY\":\"取得路線\",\"pjkEcB\":\"收款\",\"lGYzP6\":\"用 Stripe 收款\",\"ZDIydz\":\"開始使用\",\"u6FPxT\":\"購票\",\"2ohvu7\":\"購票按鈕文字\",\"8KDgYV\":\"準備好您的活動\",\"RkXlPZ\":\"GitHub\",\"CKyk7Q\":\"返回\",\"sr0UJD\":\"返回\",\"oNL5vN\":\"前往活動頁面\",\"gHSuV/\":\"返回主頁\",\"8+Cj55\":\"前往排程\",\"6nDzTl\":\"良好的可讀性\",\"76gPWk\":\"知道了\",\"CZXzs4\":\"希臘語\",\"aGWZUr\":\"總收入\",\"n8IUs7\":\"總收入\",\"O1wAlQ\":\"嘉賓\",\"LIYoRQ\":\"賓客管理\",\"NUsTc4\":\"正在進行\",\"S2Y4aO\":\"徹底刪除\",\"kTSQej\":[\"您好 \",[\"0\"],\",從這裡管理您的平台。\"],\"URTkcd\":\"告訴我們您離開的原因,幫助我們改進\",\"dORAcs\":\"以下是與您郵箱關聯的所有票。\",\"g+2103\":\"呢個係你嘅推廣連結\",\"bVsnqU\":\"你好,\",\"/iE8xx\":\"Hi.Events 費用\",\"zppscQ\":\"Hi.Events 平台費用及每筆交易的增值稅明細\",\"D+zLDD\":\"已隱藏\",\"cZO505\":[\"已隱藏 — 銷售已於 \",[\"end\"],\" 結束。\"],\"DRErHC\":\"對參與者隱藏 - 僅主辦方可見\",\"9zfvsx\":\"對所有人隱藏\",\"nMfkJW\":\"對所有人隱藏 — 總隱藏開關已開啟。\",\"NNnsM0\":\"隱藏進階選項\",\"P+5Pbo\":\"隱藏答案\",\"VMlRqi\":\"隱藏詳情\",\"NQgWuh\":\"隱藏預覽\",\"uXNYjR\":\"隱藏已售罄的日期和時間\",\"g9RcYX\":\"隱藏日期\",\"uMwTx7\":\"隱藏此類別?\",\"LLt2UT\":\"隱藏已售罄項目\",\"gtEbeW\":\"突出顯示\",\"NF8sdv\":\"突出顯示訊息\",\"MXSqmS\":\"突出顯示此產品\",\"7ER2sc\":\"已突出顯示\",\"sq7vjE\":\"突出顯示的產品將具有不同的背景色,使其在活動頁面上脫穎而出。\",\"1+WSY1\":\"興趣愛好\",\"yY8wAv\":\"小時\",\"49Tkiw\":\"折扣如何應用?\",\"sy9anN\":\"客戶收到報價後完成購買的時限。留空表示無時間限制。\",\"cceMns\":\"我們向你收取的平台費如何計算增值稅。\",\"FONsLE\":\"https://awesome-events.com\",\"htoh8N\":\"https://webhook-domain.com/webhook\",\"mkWad2\":\"匈牙利語\",\"8Wgd41\":\"我確認我作為數據控制者的責任\",\"O8m7VA\":\"我同意接收與此活動相關的電子郵件通知\",\"YLgdk5\":\"我確認這是與此活動相關的交易訊息\",\"4/kP5a\":\"如果未自動開啟新分頁,請點擊下方按鈕繼續結帳。\",\"W/eN+G\":\"如果留空,地址將用於生成 Google 地圖連結\",\"CY3yHL\":\"如果勾選,此類別將對公眾隱藏。\",\"iIEaNB\":\"如果您在我們這裡有帳戶,您將收到一封電子郵件,其中包含如何重置密碼的說明。\",\"an5hVd\":\"圖片\",\"tSVr6t\":\"模擬\",\"TWXU0c\":\"模擬用戶\",\"5LAZwq\":\"模擬已開始\",\"IMwcdR\":\"模擬已停止\",\"0I0Hac\":\"重要通知\",\"yD3avI\":\"重要提示:更改您的電郵地址將更新存取此訂單的連結。儲存後,您將被重新導向至新的訂單連結。\",\"jT142F\":[[\"diffHours\"],\" 小時後\"],\"OoSyqO\":[[\"diffMinutes\"],\" 分鐘後\"],\"PdMhEx\":[\"最近 \",[\"0\"],\" 分鐘內\"],\"u7r0G5\":\"實體 — 設定場地\",\"/LCAwL\":\"進行中\",\"5gTmFD\":\"含費用\",\"laL+R0\":\"含費用及稅項\",\"cXeh90\":\"含稅\",\"pxFAp/\":\"增加\",\"nQMUIO\":\"增加數量\",\"F1Xp97\":\"個人與會者\",\"85e6zs\":\"插入Liquid標記\",\"CTWsuc\":\"Instagram\",\"VopR6B\":\"Stripe 即時撥款\",\"nbfdhU\":\"整合\",\"I8eJ6/\":\"參加者門票上的內部備註\",\"B2Tpo0\":\"無效電郵\",\"5tT0+u\":\"電郵格式無效\",\"f9WRpE\":\"無效的檔案類型。請上傳圖片。\",\"tnL+GP\":\"無效的Liquid語法。請更正後再試。\",\"N9JsFT\":\"無效的增值稅號碼格式\",\"g+lLS9\":\"邀請團隊成員\",\"1z26sk\":\"邀請團隊成員\",\"KR0679\":\"邀請團隊成員\",\"aH6ZIb\":\"邀請您的團隊\",\"Dn4OyV\":\"已邀請\",\"IuMGvq\":\"發票\",\"a/bUcL\":\"它在多個日期舉行\",\"d+Oe9r\":\"它可能已取消發佈或被移除。請檢查連結後再試一次。\",\"Lj7sBL\":\"意大利語\",\"F5/CBH\":\"項目\",\"BzfzPK\":\"項目\",\"rjyWPb\":\"1 月\",\"KmWyx0\":\"任務\",\"o5r6b2\":\"任務已刪除\",\"cd0jIM\":\"任務詳情\",\"ruJO57\":\"任務名稱\",\"YZi+Hu\":\"任務已排隊等待重試\",\"nCywLA\":\"隨時隨地加入\",\"SNzppu\":\"加入候補名單\",\"dLouFI\":[\"加入\",[\"productDisplayName\"],\"的候補名單\"],\"2gMuHR\":\"已加入\",\"u4ex5r\":\"7 月\",\"zeEQd/\":\"6 月\",\"MxjCqk\":\"只是在找您的票?\",\"xOTzt5\":\"剛剛\",\"0RihU9\":\"剛剛結束\",\"Brhs/U\":\"保留連接\",\"4OjqAQ\":\"繼續編輯\",\"lwO5vw\":[\"請保持簡短 — 橫幅只顯示一行。\",[\"0\"],\"/200\"],\"lB2hSG\":[\"讓我隨時了解來自 \",[\"0\"],\" 的新聞和活動\"],\"ioFA9i\":\"利潤全歸你。\",\"C/pOUI\":\"標籤 — 例如:上午場\",\"o66QSP\":\"標籤更新\",\"RtKKbA\":\"最後一個\",\"DruLRc\":\"過去14天\",\"ve9JTU\":\"姓氏為必填項\",\"h0Q9Iw\":\"最新響應\",\"gw3Ur5\":\"最近觸發\",\"FIq1Ba\":\"較後\",\"xvnLMP\":\"最新簽到\",\"GGFOZD\":\"將「從」保留為今天即可立即開始。\",\"N5TErv\":\"留空表示不限\",\"L/hDDD\":\"留空即可讓此簽到名單適用於所有場次\",\"9Pf3wk\":\"保持開啟即可涵蓋活動的所有門票;關閉後可揀選指定門票。\",\"Hq2BzX\":\"通知他們這項變更\",\"+uexiy\":\"通知他們這些變更\",\"exYcTF\":\"圖庫\",\"1njn7W\":\"淺色\",\"1qY5Ue\":\"連結已過期或無效\",\"gggTBm\":\"LinkedIn\",\"nvOPBA\":\"允許連結\",\"2BBAbc\":\"清單\",\"dF6vP6\":\"已上線\",\"fpMs2Z\":\"直播\",\"D9zTjx\":\"直播活動\",\"a37vfH\":\"即時預覽\",\"C33p4q\":\"已載入的日期\",\"WdmJIX\":\"載入預覽中...\",\"IoDI2o\":\"載入標記中...\",\"G3Ge9Z\":\"正在載入Webhook日誌...\",\"NFxlHW\":\"正在加載 Webhook\",\"E0DoRM\":\"地點已刪除\",\"7w8lJU\":\"地點已儲存\",\"YsRXDD\":\"地點已更新\",\"A/kIva\":\"地點更新\",\"iyZPPR\":\"個地點\",\"VppBoU\":\"地點\",\"iG7KNr\":\"標誌\",\"vu7ZGG\":\"標誌與封面\",\"gddQe0\":\"您主辦單位的標誌與封面圖片\",\"TBEnp1\":\"標誌將顯示於頁首\",\"Jzu30R\":\"標誌將顯示在門票上\",\"PSRm6/\":\"查找我的門票\",\"yJFu/X\":\"總部辦公室\",\"v5nFPh\":\"設為公開可見,大家才可以購票\",\"cdY2at\":[\"管理\",[\"0\"]],\"wZJfA8\":\"管理重複活動的日期和時間\",\"RlzPUE\":\"在 Stripe 管理\",\"sjoDuh\":\"管理排程\",\"6NXJRK\":\"管理排程\",\"zXuaxY\":\"管理活動的候補名單,查看統計數據,並向參與者提供門票。\",\"g2npA5\":\"手動提供\",\"hg6l4j\":\"3 月\",\"pqRBOz\":\"標示為已核實(管理員特批)\",\"2L3vle\":\"最大訊息數 / 24小時\",\"Qp4HWD\":\"最大收件人數 / 訊息\",\"7qu2YV\":[\"每張訂單最多 \",[\"cap\"],\" 件\"],\"3JzsDb\":\"5 月\",\"agPptk\":\"媒介\",\"xDAtGP\":\"訊息\",\"bECJqy\":\"訊息批准成功\",\"1jRD0v\":\"向與會者發送特定門票的信息\",\"uQLXbS\":\"訊息已取消\",\"48rf3i\":\"訊息不能超過5000個字符\",\"ZPj0Q8\":\"訊息詳情\",\"Vjat/X\":\"必須填寫訊息\",\"0/yJtP\":\"向具有特定產品的訂單所有者發送消息\",\"saG4At\":\"訊息已排程\",\"mFdA+i\":\"訊息級別\",\"v7xKtM\":\"訊息級別更新成功\",\"/VRn+9\":[\"每張訂單最少 \",[\"min\"],\" 件\"],\"H9HlDe\":\"分鐘\",\"agRWc1\":\"分鐘\",\"FfPWR0\":\"彈窗\",\"zz/Wd/\":\"模式\",\"fpMgHS\":\"一\",\"hty0d5\":\"星期一\",\"JbIgPz\":\"貨幣金額是所有貨幣的大致總和\",\"qvF+MT\":\"監控和管理失敗的後台任務\",\"kY2ll9\":\"個月\",\"HajiZl\":\"月\",\"+8Nek/\":\"每月\",\"6jefe3\":\"個月\",\"f8jrkd\":\"更多\",\"JcD7qf\":\"更多操作\",\"w36OkR\":\"最多瀏覽活動(過去14天)\",\"+Y/na7\":\"將所有日期整體提早或延後\",\"3DIpY0\":\"多個地點\",\"g9cQCP\":\"多種門票類型\",\"GfaxEk\":\"音樂\",\"oVGCGh\":\"我的票\",\"8/brI5\":\"必須填寫名稱\",\"sFFArG\":\"名稱必須少於 255 個字元\",\"Bst+aq\":\"需要更換 Stripe 帳戶?中斷此帳戶。\",\"xxU3NX\":\"淨收入\",\"7I8LlL\":\"新容量\",\"n1GRql\":\"新標籤\",\"y0Fcpd\":\"新地點\",\"ArHT/C\":\"新註冊\",\"uK7xWf\":\"新時間:\",\"g8JmSC\":\"下個月\",\"veT5Br\":\"下一場次\",\"WXtl5X\":[\"下一場:\",[\"nextFormatted\"]],\"eWRECP\":\"夜生活\",\"HSw5l3\":\"否 - 我是個人或非增值稅註冊企業\",\"VHfLAW\":\"無帳戶\",\"+jIeoh\":\"未找到賬戶\",\"074+X8\":\"沒有活動的 Webhook\",\"zxnup4\":\"冇推廣夥伴可顯示\",\"hUHrkV\":\"暫無公告\",\"Dwf4dR\":\"暫無參與者問題\",\"th7rdT\":\"沒有可顯示的參加者\",\"PKySlW\":\"此日期尚未有參加者。\",\"/UC6qk\":\"未找到歸因數據\",\"E2vYsO\":\"Stripe 尚未回報任何功能狀態。\",\"amMkpL\":\"無容量\",\"d2Jf1f\":\"沒有變更\",\"99ntUF\":\"此活動沒有可用的簽到列表。\",\"wG+knX\":\"尚未有簽到紀錄\",\"+dAKxg\":\"找不到配置\",\"LiLk8u\":\"沒有可用的連線\",\"eb47T5\":\"未找到所選篩選條件的數據。請嘗試調整日期範圍或貨幣。\",\"Zc216S\":\"未新增日期\",\"I8mtzP\":\"本月沒有可選日期,請轉去其他月份。\",\"yDukIL\":\"沒有日期符合目前的篩選條件。\",\"B7phdj\":\"沒有日期符合你的篩選條件\",\"/ZB4Um\":\"沒有日期符合你的搜尋\",\"OtJSnL\":\"未安排日期\",\"gEdNe8\":\"尚未安排任何日期\",\"w+wkcC\":\"未找到刪除請求\",\"pZNOT9\":\"沒有結束日期\",\"dW40Uz\":\"未找到活動\",\"8pQ3NJ\":\"未來 24 小時內沒有活動開始\",\"8zCZQf\":\"尚無活動\",\"Yc5YW6\":\"沒有失敗的任務\",\"EpvBAp\":\"無發票\",\"N+9Onb\":\"沒有限制\",\"XZkeaI\":\"未找到日誌\",\"IcAC6J\":\"沒有匹配的字體\",\"nrSs2u\":\"未找到訊息\",\"Rj99yx\":\"沒有可選場次\",\"IFU1IG\":\"該日沒有場次\",\"OVFwlg\":\"暫無訂單問題\",\"EJ7bVz\":\"找不到訂單\",\"NEmyqy\":\"尚無訂單\",\"a77B6w\":\"此日期尚未有訂單。\",\"wUv5xQ\":\"過去14天沒有主辦方活動\",\"vLd1tV\":\"沒有可用的主辦方內容。\",\"B7w4KY\":\"沒有其他可用的主辦單位\",\"PChXMe\":\"無付費訂單\",\"6jYQGG\":\"沒有過往活動\",\"CHzaTD\":\"過去14天沒有熱門活動\",\"zK/+ef\":\"沒有可供選擇的產品\",\"M1/lXs\":\"此活動尚未設定任何產品。\",\"kY7XDn\":\"沒有產品有等候名單條目\",\"8mw4tm\":\"無產品訊息\",\"wYiAtV\":\"沒有最近的帳戶註冊\",\"UW90md\":\"未找到收件人\",\"QoAi8D\":\"無響應\",\"JeO7SI\":\"無回應\",\"EK/G11\":\"尚無響應\",\"AxPAXW\":\"找不到結果\",\"59OWd3\":\"沒有已儲存的地點\",\"mPdY6W\":\"沒有建議\",\"3sRuiW\":\"未找到票\",\"debCrL\":\"沒有可售門票\",\"k2C0ZR\":\"沒有即將舉行的日期\",\"yM5c0q\":\"沒有即將舉行的活動\",\"qpC74J\":\"未找到用戶\",\"8wgkoi\":\"過去14天沒有瀏覽的活動\",\"Arzxc1\":\"沒有候補名單條目\",\"n5vdm2\":\"此端點尚未記錄任何 Webhook 事件。事件觸發後將顯示在此處。\",\"4GhX3c\":\"沒有 Webhooks\",\"4+am6b\":\"否,保留在此\",\"4JVMUi\":\"未編輯\",\"ACaDVQ\":\"暫時未有\",\"Itw24Q\":\"未簽到\",\"x5+Lcz\":\"未簽到\",\"8n10sz\":\"不符合條件\",\"kLvU3F\":\"通知參加者並停止售票\",\"t9QlBd\":\"11 月\",\"kAREMN\":\"要建立的日期數目\",\"6u1B3O\":\"場次\",\"mmoE62\":\"場次已取消\",\"V9flmL\":\"場次排程\",\"Kh3WO8\":\"場次概覽\",\"byXCTu\":\"場次\",\"KATw3p\":\"場次(只限日後)\",\"85rTR2\":\"場次可在建立後再設定\",\"dzQfDY\":\"10 月\",\"BwJKBw\":\"共\",\"GQnX9d\":\"每月\",\"az8lvo\":\"關\",\"9h7RDh\":\"提供\",\"EfK2O6\":\"提供名額\",\"3sVRey\":\"提供門票\",\"2O7Ybb\":\"報價逾時\",\"1jUg5D\":\"已提供\",\"l+/HS6\":[\"報價將在 \",[\"timeoutHours\"],\" 小時後過期。\"],\"6Aih4U\":\"離線\",\"Fdp03t\":\"於\",\"Z5HWHd\":\"開\",\"TH5A28\":[\"於\",[\"dayList\"]],\"qiMtVT\":[\"於\",[\"month\"],[\"day\"],\"日\"],\"nO3VbP\":[\"正在銷售 \",[\"0\"]],\"pPAGSK\":[\"於\",[\"position\"],[\"day\"]],\"2eFltz\":\"在活動頁面上\",\"H7stQC\":\"已加入候補名單\",\"oXOSPE\":\"線上\",\"aqmy5k\":\"網上 — 請填寫連線資料\",\"LuZBbx\":\"網上及實體\",\"IXuOqt\":\"網上及實體 — 詳見排程\",\"WjSpu5\":\"線上活動\",\"wCRLS9\":[\"僅餘 \",[\"cap\"],\" 件\"],\"scPxI/\":[\"僅剩 \",[\"capacity\"],\" 個\"],\"Gk0+G6\":\"只有名稱是必填 — 其餘都有合理的預設值\",\"NdOxqr\":\"只有帳戶管理員可以刪除或封存活動。請聯絡您的帳戶管理員尋求協助。\",\"rnoDMF\":\"只有帳戶管理員可以刪除或封存主辦方。請聯絡您的帳戶管理員尋求協助。\",\"tnx0u1\":\"只作附加產品提供\",\"z4JBd7\":\"只有已發佈的公告才會向用戶顯示\",\"bU7oUm\":\"僅發送給具有這些狀態的訂單\",\"wkpaqp\":\"僅顯示開始日期和時間\",\"chktt5\":\"只會在所連結的產品下以附加產品形式顯示\",\"Y4HHYW\":\"只會在所連結的產品下以附加產品形式顯示。\",\"Z82In9\":\"只有帳戶擁有者才能請求刪除帳戶。\",\"DMk8F0\":\"只有門票計入容量\",\"+/Z3yr\":\"只有持有適用優惠碼的買家可見。\",\"M2w1ni\":\"僅使用促銷代碼時可見\",\"y8Bm7C\":\"開啟簽到\",\"RLz7P+\":\"開啟場次\",\"iMqrOb\":\"可選的行動呼籲\",\"cDSdPb\":\"在選擇器中顯示的可選暱稱,例如\\\"總部會議室\\\"\",\"HXMJxH\":\"免責聲明、聯繫信息或感謝說明的可選文本(僅單行)\",\"L565X2\":\"選項\",\"8m9emP\":\"或新增單一日期\",\"eBskDE\":\"或啟用線下付款並停用 Stripe\",\"dSeVIm\":\"張訂單\",\"c/TIyD\":\"訂單及門票\",\"H5qWhm\":\"訂單已取消\",\"b6+Y+n\":\"訂單完成\",\"x4MLWE\":\"訂單確認\",\"CsTTH0\":\"訂單確認重新發送成功\",\"ppuQR4\":\"訂單已創建\",\"xtQzag\":\"訂單詳情\",\"vrSW9M\":\"訂單已取消並退款。訂單所有者已收到通知。\",\"rzw+wS\":\"訂單持有人\",\"oI/hGR\":\"訂單編號\",\"m8vQEP\":\"訂購限制\",\"vu6Arl\":\"訂單標記為已支付\",\"sLbJQz\":\"未找到訂單\",\"kvYpYu\":\"找不到訂單\",\"eJ8SvM\":\"訂單編號、購買日期、買家電郵\",\"FaPYw+\":\"訂單所有者\",\"eB5vce\":\"具有特定產品的訂單所有者\",\"CxLoxM\":\"具有產品的訂單所有者\",\"UkHo4c\":\"訂單參考\",\"EZy55F\":\"訂單已退款\",\"6eSHqs\":\"訂單狀態\",\"oW5877\":\"訂單總額\",\"e7eZuA\":\"訂單已更新\",\"1SQRYo\":\"訂單更新成功\",\"3NT0Ck\":\"訂單已被取消\",\"V5khLm\":\"張訂單\",\"sd5IMt\":\"已完成訂單\",\"5It1cQ\":\"訂單已導出\",\"UQ0ACV\":\"訂單總額\",\"B/EBQv\":\"訂單:\",\"qtGTNu\":\"自然帳戶\",\"P/JHA4\":\"主辦方已成功封存\",\"S3CZ5M\":\"主辦單位儀表板\",\"GzjTd0\":\"主辦方已成功刪除\",\"SQqJd8\":\"找不到主辦單位\",\"HF8Bxa\":\"主辦方已成功還原\",\"wpj63n\":\"主辦單位設定\",\"o1my93\":\"更新主辦單位狀態失敗。請稍後再試。\",\"rLHma1\":\"主辦單位狀態已更新\",\"LqBITi\":\"將使用組織者/預設範本\",\"q4zH+l\":\"主辦方\",\"/IX/7x\":\"其他\",\"RsiDDQ\":\"其他列表(不包含此票)\",\"EufvBx\":\"結果\",\"aDfajK\":\"戶外\",\"qMASRF\":\"發出的訊息\",\"iCOVQO\":\"個別設定\",\"GpFTEc\":\"為此主辦方設定個別收費\",\"M9ZhMP\":\"設定個別價格\",\"cnVIpl\":\"個別設定已移除\",\"6/dCYd\":\"總覽\",\"6WdDG7\":\"頁面\",\"8uqsE5\":\"頁面不再可用\",\"QkLf4H\":\"頁面網址\",\"sF+Xp9\":\"頁面瀏覽量\",\"v4nCHK\":\"已付款\",\"c+suC6\":\"付費帳戶\",\"5F7SYw\":\"部分退款\",\"fFYotW\":[\"部分退款:\",[\"0\"]],\"i8day5\":\"將費用轉嫁給買家\",\"k4FLBQ\":\"轉嫁給買家\",\"Ff0Dor\":\"過去\",\"BFjW8X\":\"已逾期\",\"xTPjSy\":\"過往活動\",\"/l/ckQ\":\"貼上網址\",\"URAE3q\":\"已暫停\",\"4fL/V7\":\"付款\",\"W5l9HD\":\"隨心付\",\"c2/9VE\":\"負載數據\",\"5cxUwd\":\"付款日期\",\"ENEPLY\":\"付款方式\",\"8Lx2X7\":\"已收到付款\",\"fx8BTd\":\"付款不可用\",\"C+ylwF\":\"收款\",\"UbRKMZ\":\"待處理\",\"UkM20g\":\"待審核\",\"dPYu1F\":\"每位參與者\",\"mQV/nJ\":\"每分鐘\",\"+kvxv+\":\"每單\",\"VlXNyK\":\"每份訂單\",\"NhuGd7\":\"每件商品\",\"hauDFf\":\"每張門票\",\"mnF83a\":\"百分比費用\",\"TNLuRD\":\"按百分比收費(%)\",\"MixU2P\":\"百分比必須介於 0 到 100 之間\",\"MkuVAZ\":\"交易金額的百分比\",\"/Bh+7r\":\"表現\",\"/4mGVp\":\"永久刪除此帳戶\",\"dGdKgQ\":\"永久刪除此帳戶及其資料。\",\"fIp56F\":\"永久刪除此活動及其所有相關資料。\",\"nJeeX7\":\"永久刪除此主辦方及其所有活動。\",\"wfCTgK\":\"永久移除此日期\",\"6kPk3+\":\"個人資料\",\"zmwvG2\":\"電話\",\"tSR/oe\":\"選擇結束日期\",\"e8kzpp\":\"請至少選擇每月的一日\",\"35C8QZ\":\"請至少選擇每星期的一日\",\"kJmAsd\":\"選擇日期後即可在此查看。\",\"zFIMat\":\"Pinterest\",\"XqdYDH\":\"已落單\",\"wBJR8i\":\"計劃舉辦活動?\",\"J3lhKT\":\"平台費用\",\"RD51+P\":[\"從您的付款中扣除 \",[\"0\"],\" 的平台費用\"],\"br3Y/y\":\"平台費用\",\"3buiaw\":\"平台費用報告\",\"kv9dM4\":\"平台收入\",\"PJ3Ykr\":\"請查看門票上的最新時間。你的門票仍然有效 — 除非新時間不合適,否則毋須任何操作。如有疑問,請直接回覆此電郵。\",\"OtjenF\":\"請輸入有效的電子郵件地址\",\"jEw0Mr\":\"請輸入有效的 URL\",\"n8+Ng/\":\"請輸入5位數驗證碼\",\"r+lQXT\":\"請輸入您的增值稅號碼\",\"Dvq0wf\":\"請提供圖片。\",\"2cUopP\":\"請重新開始結賬流程。\",\"GoXxOA\":\"請選擇日期和時間\",\"8KmsFa\":\"請選擇日期範圍\",\"EFq6EG\":\"請選擇圖片。\",\"fuwKpE\":\"請再試一次。\",\"klWBeI\":\"請等一陣再申請新嘅驗證碼\",\"hfHhaa\":\"請稍候,我哋準備緊匯出你嘅推廣夥伴...\",\"o+tJN/\":\"請稍候,我們正在準備導出您的與會者...\",\"+5Mlle\":\"請稍候,我們正在準備導出您的訂單...\",\"trnWaw\":\"波蘭語\",\"luHAJY\":\"熱門活動(過去14天)\",\"p/78dY\":\"排序位置\",\"OESu7I\":\"透過在多種門票類型之間共享庫存來防止超賣。\",\"NgVUL2\":\"預覽結帳表單\",\"cs5muu\":\"預覽活動頁面\",\"1xwZj/\":\"上個月\",\"Jm2AC3\":\"價格級別\",\"a5jvSX\":\"價格等級\",\"aHCEmh\":\"定價\",\"ReihZ7\":\"列印預覽\",\"JnuPvH\":\"列印門票\",\"tYF4Zq\":\"列印為PDF\",\"LcET2C\":\"私隱政策\",\"8z6Y5D\":\"處理退款\",\"JcejNJ\":\"處理訂單中\",\"EWCLpZ\":\"產品已創建\",\"XkFYVB\":\"產品已刪除\",\"YMwcbR\":\"產品銷售、收入和税費明細\",\"ls0mTC\":\"已取消的日期無法編輯產品設定。\",\"2339ej\":\"產品設定已成功儲存\",\"ldVIlB\":\"產品已更新\",\"CP3D8G\":\"進度\",\"JoKGiJ\":\"優惠碼\",\"dIodJL\":\"需要優惠碼\",\"k3wH7i\":\"促銷碼使用情況及折扣明細\",\"tZqL0q\":\"優惠碼\",\"oCHiz3\":\"優惠碼\",\"uEhdRh\":\"僅限促銷\",\"dLm8V5\":\"促銷電子郵件可能導致帳戶被暫停\",\"W0ETyY\":\"請至少填寫一個地址欄位(場地、街道、城市或國家)。\",\"2W/7Gz\":\"請在 Stripe 下次審核前補齊以下資料,以免影響收款。\",\"7d1a0d\":\"公開\",\"EEYbdt\":\"發佈\",\"JcgJKc\":\"仍要發布\",\"evDBV8\":\"發布活動\",\"2zEfOd\":\"發佈你的活動\",\"u3wRF+\":\"已發佈\",\"L7nrC8\":\"發布後,您的活動頁面將公開並開放報名。\",\"dsFmM+\":\"已購買\",\"JunetL\":\"購買人\",\"phmeUH\":\"購買人電郵\",\"ywR4ZL\":\"二維碼簽到\",\"oWXNE5\":\"數量\",\"VbWX2u\":\"數量\",\"biEyJ4\":\"問題回答\",\"k/bJj0\":\"問題已重新排序\",\"b24kPi\":\"隊列\",\"lTPqpM\":\"小貼士\",\"fqDzSu\":\"費率\",\"mnUGVC\":\"超出速率限制。請稍後再試。\",\"t41hVI\":\"重新提供名額\",\"TNclgc\":\"重新啟用此日期?它會重新開放售票。\",\"RENQ6j\":\"準備好發布了嗎?\",\"uqoRbb\":\"即時數據分析\",\"jPSk57\":\"原因(可選)\",\"xzRvs4\":[\"接收 \",[\"0\"],\" 的產品更新。\"],\"pLXbi8\":\"最近帳戶註冊\",\"M1HGuR\":\"最近動態\",\"3kJ0gv\":\"最新參加者\",\"qhfiwV\":\"最近簽到\",\"S+0XMX\":\"最近訂單\",\"Fi3b48\":\"最近訂單\",\"7hPBBn\":\"位收件人\",\"jp5bq8\":\"位收件人\",\"yPrbsy\":\"收件人\",\"E1F5Ji\":\"收件人在訊息發送後可用\",\"WEYdDv\":\"建議\",\"wuhHPE\":\"重複\",\"asLqwt\":\"重複活動\",\"s3uzsK\":\"重複活動設定\",\"D0tAMe\":\"重複活動\",\"JjMIKU\":\"Reddit\",\"HiGkFu\":\"正在重定向到 Stripe...\",\"pnoTN5\":\"推薦帳戶\",\"ACKu03\":\"刷新預覽\",\"vuFYA6\":\"為這些日期的所有訂單退款\",\"4cRUK3\":\"為此日期的所有訂單退款\",\"fKn/k6\":\"退款金額\",\"qY4rpA\":\"退款失敗\",\"FaK/8G\":[\"退款訂單 \",[\"0\"]],\"MGbi9P\":\"退款待處理\",\"BDSRuX\":[\"已退款:\",[\"0\"]],\"bU4bS1\":\"退款\",\"rYXfOA\":\"地區設定\",\"5tl0Bp\":\"註冊問題\",\"ZNo5k1\":\"餘下\",\"Bjh87R\":\"從所有日期移除標籤\",\"IVZaEo\":\"從活動頁面完全移除已售罄的日期和時間。停用時,它們仍然可見並標示為已售罄。\",\"5Vkr/a\":\"移除時間\",\"KkJtVK\":\"重新發售\",\"XJwWJp\":\"重新發售此日期?之前已取消的門票不會回復 — 受影響的參加者仍為已取消狀態,已完成的退款亦不會撤回。\",\"RYlQY0\":\"重複\",\"CQeZT8\":\"未找到報告\",\"JEPMXN\":\"請求新連結\",\"Yx0Ud8\":\"請求時間\",\"Wcv9QD\":\"請求人\",\"TMLAx2\":\"必填\",\"mdeIOH\":\"重新發送驗證碼\",\"sQxe68\":\"重新發送確認\",\"bxoWpz\":\"重新發送確認電郵\",\"G42SNI\":\"重新發送電郵\",\"TTpXL3\":[[\"resendCooldown\"],\"秒後重新發送\"],\"5CiNPm\":\"重新發送門票\",\"Uwsg2F\":\"已預留\",\"8wUjGl\":\"保留至\",\"a5z8mb\":\"回復基本價格\",\"kCn6wb\":\"重置中...\",\"ZlCDf+\":\"回應\",\"bsydMp\":\"回應詳情\",\"yKu/3Y\":\"還原\",\"RokrZf\":\"還原活動\",\"/JyMGh\":\"還原主辦方\",\"HFvFRb\":\"還原此活動以使其再次可見。\",\"DDIcqy\":\"還原此主辦方並使其重新活躍。\",\"mO8KLE\":\"項結果\",\"6gRgw8\":\"重試\",\"1BG8ga\":\"全部重試\",\"rDC+T6\":\"重試任務\",\"CbnrWb\":\"返回活動\",\"Lf7TCn\":\"當您建立帶地址的活動時,可重複使用的場地會自動出現在這裡,您也可以自行新增。\",\"mdQ0zb\":\"可在活動中重複使用的場地。透過自動完成建立的地點會自動儲存在這裡。\",\"XFOPle\":\"重用\",\"1Zehp4\":\"重用此帳戶中其他主辦方的 Stripe 連線。\",\"Oo/PLb\":\"收入摘要\",\"CfuueU\":\"撤銷報價\",\"Tpm2G9\":\"持續時間\",\"dFFW9L\":[\"銷售已於 \",[\"0\"],\" 結束\"],\"loCKGB\":[\"銷售於 \",[\"0\"],\" 結束\"],\"wlfBad\":\"銷售期間\",\"qi81Jg\":\"銷售期適用於排程中的所有日期。若想逐個日期控制價格和供應情況,請在<0>場次排程頁面使用個別設定。\",\"zpekWp\":[\"銷售於 \",[\"0\"],\" 開始\"],\"7s8z0X\":\"銷售期\",\"mUv9U4\":\"銷售\",\"9KnRdL\":\"銷售已暫停\",\"JC3J0k\":\"按場次劃分的銷售、出席及簽到明細\",\"3VnlS9\":\"所有活動的銷售、訂單和表現指標\",\"3Q1AWe\":\"銷售額:\",\"LeuERW\":\"與活動相同\",\"B4nE3N\":\"示例票價\",\"8BRPoH\":\"示例場地\",\"PiK6Ld\":\"六\",\"+5kO8P\":\"星期六\",\"zJiuDn\":\"儲存個別收費\",\"x1fMXJ\":\"儲存日程\",\"KZrfYJ\":\"儲存社交連結\",\"9Y3hAT\":\"儲存範本\",\"C8ne4X\":\"儲存門票設計\",\"cTI8IK\":\"儲存增值稅設定\",\"6/TNCd\":\"儲存增值稅設定\",\"4RvD9q\":\"已儲存的地點\",\"cgw0cL\":\"已儲存的地點\",\"Fbqm/I\":\"如此主辦方目前使用系統預設設定,儲存個別設定時會為它建立專屬設定組合。\",\"I+FvbD\":\"掃描\",\"0zd6Nm\":\"掃描門票即可為參加者簽到\",\"bQG7Qk\":\"已掃描的門票會在此顯示\",\"WDYSLJ\":\"掃描器模式\",\"gmB6oO\":\"排程\",\"qQTaVm\":\"排程已新增\",\"j6NnBq\":\"排程已成功建立\",\"YP7frt\":\"排程結束於\",\"QS1Nla\":\"稍後發送\",\"NAzVVw\":\"排程訊息\",\"/rTL/5\":\"日程預覽\",\"Fz09JP\":\"排程開始於\",\"4ba0NE\":\"已排程\",\"4HKQZj\":\"計劃刪除時間\",\"qcP/8K\":\"排程時間\",\"A1taO8\":\"搜尋\",\"ftNXma\":\"搜尋推廣夥伴...\",\"VMU+zM\":\"搜尋參加者\",\"VY+Bdn\":\"按賬戶名稱或電子郵件搜尋...\",\"VX+B3I\":\"按活動標題或主辦方搜索...\",\"R0wEyA\":\"按任務名稱或異常搜索...\",\"YnMfsK\":\"按名稱或地址搜尋...\",\"3yKuDu\":\"按名稱或電郵搜尋並選擇一個或多個\",\"VT+urE\":\"按姓名或電子郵件搜尋...\",\"GHdjuo\":\"按姓名、電子郵件或帳戶搜索...\",\"4mBFO7\":\"按姓名、訂單編號、門票編號或電郵搜尋\",\"20ce0U\":\"按訂單編號、客戶姓名或電子郵件搜尋...\",\"4DSz7Z\":\"按主題、活動或賬戶搜索...\",\"gTUY97\":\"按標題搜尋...\",\"nQC7Z9\":\"搜尋日期...\",\"iRtEpV\":\"搜尋日期…\",\"JRM7ao\":\"搜尋地址\",\"BWF1kC\":\"搜尋訊息...\",\"5WYZKZ\":\"搜尋結果\",\"IG85fV\":\"搜尋已儲存的地點或尋找地址...\",\"Du+zn+\":\"搜尋中...\",\"3aD3GF\":\"季節性\",\"ku//5b\":\"第二個\",\"Mck5ht\":\"安全結帳\",\"s7tXqF\":\"查看排程\",\"JFap6u\":\"查看 Stripe 還需要甚麼資料\",\"6lGaum\":\"已查看\",\"p7xUrt\":\"選擇類別\",\"hTKQwS\":\"選擇日期和時間\",\"Ps6Xtf\":\"先選擇日期,即可查看可選時間\",\"e4L7bF\":\"選擇一則訊息查看其內容\",\"zPRPMf\":\"選擇級別\",\"BFRSTT\":\"選擇帳戶\",\"wgNoIs\":\"全選\",\"mCB6Je\":\"全選\",\"aCEysm\":[\"全選 \",[\"0\"],\" 當日\"],\"a6+167\":\"選擇活動\",\"4oT6dP\":\"請至少選擇一個帳戶\",\"neCGH1\":\"請至少選擇一個用戶\",\"CFbaPk\":\"選擇參加者群組\",\"88a49s\":\"選擇相機\",\"tVW/yo\":\"選擇貨幣\",\"SJQM1I\":\"選擇日期\",\"n9ZhRa\":\"選擇結束日期與時間\",\"gTN6Ws\":\"選擇結束時間\",\"0U6E9W\":\"選擇活動類別\",\"j9cPeF\":\"選擇事件類型\",\"ypTjHL\":\"選擇場次\",\"DHBGUX\":\"選擇產品...\",\"KizCK7\":\"選擇開始日期與時間\",\"dJZTv2\":\"選擇開始時間\",\"x8XMsJ\":\"為此帳戶選擇訊息級別。這控制訊息限制和連結權限。\",\"aT3jZX\":\"選擇時區\",\"TxfvH2\":\"選擇哪些參加者應該收到此訊息\",\"Ropvj0\":\"選擇哪些事件將觸發此 Webhook\",\"+6YAwo\":\"已選\",\"ylXj1N\":\"已選擇\",\"uq3CXQ\":\"令你的活動座無虛席。\",\"oBXbO4\":\"在賣實體商品?請改為在<0>產品頁面限制它的數量。\",\"j9b/iy\":\"熱賣中 🔥\",\"73qYgo\":\"作為測試發送\",\"HMAqFK\":\"向參與者、持票人或訂單擁有者發送電子郵件。訊息可以立即發送或安排稍後發送。\",\"22Itl6\":\"發送副本給我\",\"NpEm3p\":\"立即發送\",\"nOBvex\":\"將即時訂單和參與者資料傳送到您的外部系統。\",\"1lNPhX\":\"發送退款通知郵件\",\"eaUTwS\":\"發送重置連結\",\"5cV4PY\":\"傳送至所有場次,或指定其中一個\",\"QEQlnV\":\"發送您的第一則訊息\",\"IoAuJG\":\"發送中...\",\"h69WC6\":\"已發送\",\"BVu2Hz\":\"發送者\",\"ZFa8wv\":\"當已排程的日期被取消時傳送給參加者\",\"SPdzrs\":\"客戶下訂時發送\",\"LxSN5F\":\"發送給每位參會者及其門票詳情\",\"hgvbYY\":\"9 月\",\"5sN96e\":\"場次已取消\",\"S9i0UC\":[\"場 · \",[\"dateCount\"],\" 個日期 × \",[\"timesPerDay\"],\" 個時間\"],\"89xaFU\":\"為此主辦方創建的新活動設置預設平台費用設置。\",\"eXssj5\":\"為此主辦單位下創建的新活動設定預設設定。\",\"uPe5p8\":\"設定每個日期的時長\",\"ODuUEi\":\"設定或清除此日期的標籤\",\"buHACR\":\"將每個日期的結束時間設為開始時間之後的這段間隔。\",\"TaeFgl\":\"設為不限(移除限制)\",\"pd6SSe\":\"設定重複排程以自動建立日期,或逐個新增。\",\"s0FkEx\":\"為不同的入口、場次或日期設定簽到列表。\",\"TaWVGe\":\"設定收款\",\"JA//e6\":\"設定排程\",\"gzXY7l\":\"設定排程\",\"0Ls9qe\":\"設定你要售賣的門票及其價格\",\"xMO+Ao\":\"設定你嘅機構\",\"5pEFnq\":\"設定您的日程\",\"zRRuUD\":\"你會在接下來的步驟設定排程\",\"ETC76A\":\"設定、更改或清除此日期的地點或網上資料\",\"C3htzi\":\"設定已更新\",\"Ohn74G\":\"設定與設計\",\"1W5XyZ\":\"設定只需幾分鐘 — 毋須已有的 Stripe 帳戶。Stripe 會處理信用卡、電子錢包、各地付款方式和防詐騙,讓你專注於活動本身。\",\"GG7qDw\":\"分享推廣連結\",\"hL7sDJ\":\"分享主辦單位頁面\",\"jy6QDF\":\"共享容量管理\",\"jDNHW4\":\"調整時間\",\"tPfIaW\":[\"已調整 \",[\"count\"],\" 個日期的時間\"],\"WwlM8F\":\"顯示進階選項\",\"cMW+gm\":[\"顯示所有平台(另有 \",[\"0\"],\" 個有內容)\"],\"wXi9pZ\":\"向未登入的工作人員顯示參加者備註\",\"4LZFir\":\"顯示整個日期範圍\",\"UVPI5D\":\"顯示較少平台\",\"Eu/N/d\":\"顯示營銷訂閱複選框\",\"SXzpzO\":\"預設顯示營銷訂閱複選框\",\"b33PL9\":\"顯示更多平台\",\"Eut7p9\":\"向未登入的工作人員顯示訂單詳情\",\"+RoWKN\":\"向未登入的工作人員顯示問題回答\",\"jbcx6L\":\"在活動日期上顯示餘下容量\",\"rXxBOx\":\"向買家顯示餘下容量\",\"t1LIQW\":[\"顯示 \",[\"0\"],\" / \",[\"totalRows\"],\" 條記錄\"],\"E717U9\":[\"正在顯示第 \",[\"0\"],\"–\",[\"1\"],\" 個,共 \",[\"2\"],\" 個\"],\"5rzhBQ\":[\"正在顯示 \",[\"totalAvailable\"],\" 個日期中的 \",[\"MAX_VISIBLE\"],\" 個。輸入即可搜尋。\"],\"WSt3op\":[\"只顯示首 \",[\"0\"],\" 個 — 傳送訊息時仍會涵蓋其餘 \",[\"1\"],\" 個場次。\"],\"o1UbOh\":\"在彈窗頂部彈跳顯示\",\"OJLTEL\":\"工作人員首次開啟簽到頁面時顯示。\",\"lbfXEJ\":\"顯示餘下數量\",\"jVRHeq\":\"註冊時間\",\"5C7J+P\":\"單次活動\",\"E//btK\":\"略過手動編輯過的日期\",\"paESr6\":\"斯洛伐克語\",\"9wu8nm\":\"Snapchat\",\"kIKb9e\":\"社交\",\"d0rUsW\":\"社交連結\",\"j/TOB3\":\"社交連結與網站\",\"s9KGXU\":\"已售出\",\"yp+0jj\":\"已售罄\",\"1hupow\":\"售罄,可加入候補名單\",\"iACSrw\":\"部分資料不會公開。登入後可查看全部內容。\",\"Dia6iz\":\"刪除圖片時發生錯誤,請再試一次。\",\"KTxc6k\":\"出現問題,請重試,或在問題持續時聯繫客服\",\"lkE00/\":\"出了點問題。請稍後再試。\",\"wdxz7K\":\"來源\",\"SzuJ5m\":\"指定帳戶\",\"/h8G1o\":\"指定用戶\",\"fDG2by\":\"心靈成長\",\"oPaRES\":\"按日子、區域或門票類型分拆簽到。將連結分享給工作人員即可 — 他們毋須註冊帳戶。\",\"7JFNej\":\"體育\",\"/bfV1Y\":\"工作人員須知\",\"StWUH4\":\"開始簽到\",\"JcQp9p\":\"開始日期同時間\",\"0m/ekX\":\"開始日期與時間\",\"izRfYP\":\"必須填寫開始日期\",\"xAYSEs\":\"開始時間\",\"n9ZrDo\":\"開始輸入場地或地址...\",\"DACR+e\":\"預設收合\",\"qeFVhN\":[[\"diffDays\"],\" 日後開始\"],\"AOqtxN\":[[\"diffMinutes\"],\" 分鐘後開始\"],\"Otg8Oh\":[[\"h\"],\" 小時 \",[\"m\"],\" 分鐘後開始\"],\"Lo49in\":[[\"seconds\"],\" 秒後開始\"],\"NqChgF\":\"明天開始\",\"2NbyY/\":\"統計數據\",\"GVUxAX\":\"統計數據基於帳戶創建日期\",\"29Hx9U\":\"統計\",\"5ia+r6\":\"仍需提供\",\"wuV0bK\":\"停止模擬\",\"S/7MPw\":\"Stripe 帳戶已中斷連接。\",\"s/KaDb\":\"Stripe 已連結\",\"Bk06QI\":\"Stripe 已連接\",\"akZMv8\":[\"已從 \",[\"0\"],\" 複製 Stripe 連線。\"],\"v0aRY1\":\"Stripe 未回傳設定連結,請再試一次。\",\"aKtF0O\":\"Stripe未連接\",\"9i0++A\":\"Stripe 付款 ID\",\"R1lIMV\":\"Stripe 很快會再需要一些資料\",\"FzcCHA\":\"Stripe 會透過幾條簡單問題引導你完成設定。\",\"ii0qn/\":\"主題是必需的\",\"M7Uapz\":\"主題將顯示在這裏\",\"6aXq+t\":\"主題:\",\"JwTmB6\":\"產品複製成功\",\"WUOCgI\":\"已成功提供名額\",\"IvxA4G\":[\"已成功向 \",[\"count\"],\" 人提供門票\"],\"kKpkzy\":\"已成功向 1 人提供門票\",\"Zi3Sbw\":\"已成功從候補名單中移除\",\"RuaKfn\":\"地址更新成功\",\"kzx0uD\":\"成功更新活動預設值\",\"5n+Wwp\":\"主辦單位更新成功\",\"DMCX/I\":\"平台費用預設設置更新成功\",\"URUYHc\":\"平台費用設置更新成功\",\"kRWc2g\":\"已成功更新重複活動設定\",\"0Dk/l8\":\"SEO 設定已成功更新\",\"S8Tua9\":\"設定更新成功\",\"MhOoLQ\":\"社交連結更新成功\",\"CNSSfp\":\"追蹤設定更新成功\",\"kj7zYe\":\"Webhook 更新成功\",\"dXoieq\":\"摘要\",\"/RfJXt\":[\"夏日音樂節 \",[\"0\"]],\"CWOPIK\":\"2025夏季音樂節\",\"D89zck\":\"日\",\"DBC3t5\":\"星期日\",\"UaISq3\":\"瑞典語\",\"JZTQI0\":\"切換主辦單位\",\"9YHrNC\":\"系統預設\",\"jGR53C\":\"T 恤、水杯等周邊\",\"hCR98w\":\"像日曆一樣點選日期。\",\"lruQkA\":\"輕觸螢幕即可繼續掃描\",\"X9v2GM\":\"目標帳戶\",\"TmyDCw\":\"目標用戶\",\"TJUrME\":[\"會針對所選 \",[\"0\"],\" 個場次的參加者。\"],\"yT6dQ8\":\"按稅種和活動分組的已收稅款\",\"Ye321X\":\"稅種名稱\",\"WyCBRt\":\"稅務摘要\",\"QC3FVX\":\"稅項及費用\",\"GkH0Pq\":\"已套用稅項及費用\",\"SXvRWU\":\"團隊協作\",\"vlf/In\":\"科技\",\"SchpMp\":\"Telegram\",\"iWa9cY\":\"讓人們知道您的活動有什麼內容\",\"NiIUyb\":\"請告訴我們您的活動\",\"DovcfC\":\"話俾我哋知你嘅機構資料。呢啲資料會顯示喺你嘅活動頁面。\",\"69GWRq\":\"告訴我們你的活動多久重複一次,我們會為你建立所有日期。\",\"mXPbwY\":\"請告知你的增值稅登記狀況,以便我們對平台費用套用正確的增值稅處理方式。\",\"7wtpH5\":\"範本已啟用\",\"QHhZeE\":\"範本建立成功\",\"xrWdPR\":\"範本刪除成功\",\"G04Zjt\":\"範本儲存成功\",\"xowcRf\":\"服務條款\",\"6K0GjX\":\"文字可能難以閱讀\",\"nm3Iz/\":\"感謝您的參與!\",\"pYwj0k\":\"多謝,\",\"cIHkSd\":[\"共 \",[\"totalOccurrences\"],\" 場 — 上限為 \",[\"max\"],\"。請縮短日期範圍或降低頻率。\"],\"k3IitN\":\"到此為止\",\"KfmPRW\":\"頁面的背景顏色。使用封面圖片時,這會作為覆蓋層應用。\",\"MDNyJz\":\"驗證碼會喺10分鐘後過期。如果你搵唔到電郵,請檢查垃圾郵件資料夾。\",\"AIF7J2\":\"定義固定費用的貨幣。結帳時將轉換為訂單貨幣。\",\"k3LFkM\":\"此活動門票價格所使用的貨幣。\",\"7oksH+\":[\"折扣將從每個符合條件的商品中扣除。例如:立減 \",[\"currencySymbol\"],\"10 × 3 張票 = 共減 \",[\"currencySymbol\"],\"30。\"],\"sKL8k2\":\"折扣僅從訂單總額中扣除一次。\",\"cDHM1d\":\"電郵地址已更改。參與者將在更新後的電郵地址收到新門票。\",\"tXadb0\":\"您查找的活動目前不可用。它可能已被刪除、過期或 URL 不正確。\",\"sxKqBm\":\"訂單全額將退款至客戶的原始付款方式。\",\"KgDp6G\":\"您嘗試存取的連結已過期或不再有效。請檢查您的電郵以獲取管理訂單的更新連結。\",\"sYLeDq\":\"找不到您正在尋找的主辦單位。頁面可能已被移動、刪除,或網址不正確。\",\"PCr4zw\":\"此特批會記錄在訂單審計日誌中。\",\"C4nQe5\":\"平台費用會添加到票價中。買家支付更多,但您會收到完整的票價。\",\"HxxXZO\":\"用於按鈕和突出顯示的主要品牌顏色\",\"OVSkIF\":\"敏捷的棕色狐狸跳過懶狗。\",\"z0KrIG\":\"排程時間為必填項\",\"EWErQh\":\"排程時間必須是將來的時間\",\"UNd0OU\":[\"「\",[\"title\"],\"」原定於 \",[\"0\"],\" 的場次已改期。\"],\"DEcpfp\":\"模板正文包含無效的Liquid語法。請更正後再試。\",\"qpmtdK\":\"此活動日期和時間所使用的時區。\",\"N3VfVA\":\"上傳未到達伺服器。請檢查網絡連接;如果檔案較大,請嘗試較小的圖片(最大 5MB)。\",\"injXD7\":\"無法驗證增值稅號碼。請檢查號碼並重試。\",\"A4UmDy\":\"劇場\",\"tDwYhx\":\"主題與顏色\",\"ybBP2H\":\"此日期沒有可售產品,請選擇其他日期。\",\"O7g4eR\":\"此活動沒有即將舉行的日期\",\"062KsE\":\"這些資料只會在此日期顯示於參加者的門票及訂單摘要上。\",\"5Eu+tn\":\"這些詳情僅在訂單成功完成後顯示。\",\"jQjwR+\":\"這些資料會取代受影響日期上原有的地點,並顯示在參加者的門票上。\",\"6eaLu/\":\"這些價格適用於日程中的所有場次,層級數量限制的是所有場次合計的總銷量。層級的銷售日期全域生效。您可以在<0>場次安排頁面為個別場次覆寫價格。\",\"QP3gP+\":\"這些設定僅適用於複製的嵌入代碼,不會被儲存。\",\"HirZe8\":\"這些範本將用作您組織中所有活動的預設範本。單個活動可以用自己的自定義版本覆蓋這些範本。\",\"lzAaG5\":\"這些範本將僅覆蓋此活動的組織者預設設置。如果這裏沒有設置自定義範本,將使用組織者範本。\",\"UlykKR\":\"第三個\",\"1YTBzS\":\"此帳戶沒有已完成的訂單,因此其所有資料將被永久刪除。\",\"jCPU8z\":\"此帳戶已計劃刪除\",\"zfNCE8\":[\"此帳戶已計劃於 <0>\",[\"scheduledDate\"],\" 刪除\"],\"wkP5FM\":\"這會套用到活動中所有符合的日期,包括目前看不到的日期。更新完成後,這些日期上已登記的參加者都可在訊息編輯器中接觸到。\",\"SOmGDa\":\"此簽到名單所屬的場次已取消,因此無法再用於簽到。\",\"XBNC3E\":\"呢個代碼會用嚟追蹤銷售。只可以用字母、數字、連字號同底線。\",\"AaP0M+\":\"對某些使用者來說,此顏色組合可能難以閱讀\",\"o1phK/\":[\"此日期有 \",[\"orderCount\"],\" 張訂單會受影響。\"],\"F/UtGt\":\"此日期已取消。你仍可將它刪除以永久移除。\",\"BLZ7pX\":\"此日期屬於過去。它仍會被建立,但不會在參加者看到的即將舉行日期中出現。\",\"7IIY0z\":\"此日期已標示為售罄。\",\"bddWMP\":\"此日期已不可選,請另選一個日期。\",\"E9BqZw\":\"只限此日期\",\"n68908\":[\"此操作將中斷 \",[\"stripeAccountId\"],\" 與此主辦方的連接。在您重新連接 Stripe 帳戶之前,付費門票銷售將無法進行。\"],\"RzEvf5\":\"此活動已結束\",\"kc4bIA\":\"此活動尚未有門票或商品,參加者將無法報名。\",\"eMaNd0\":\"此活動無法使用\",\"YClrdK\":\"呢個活動未發佈\",\"GL6z+k\":\"此活動已售罄\",\"pIwDhS\":\"此活動的日期和時間在場次排程中設定。\",\"ny5rgr\":\"這是一個重複活動\",\"tc64Zz\":\"這是將顯示在活動頁面上的類別名稱。\",\"dFJnia\":\"這是將會顯示給使用者的主辦單位名稱。\",\"vt7jiq\":\"簽名密鑰僅顯示一次。請立即複製並妥善保存。\",\"5DpZrC\":\"此設定限制的是整個日程所有場次的總銷量,而不是每場的限制。如需限制每場的人數,請在<0>場次安排頁面設定容量。\",\"L7dIM7\":\"此連結無效或已過期。\",\"MR5ygV\":\"此連結不再有效\",\"9LEqK0\":\"此名稱對最終用戶可見\",\"QdUMM9\":\"此場次已滿額\",\"j5FdeA\":\"此訂單正在處理中。\",\"sjNPMw\":\"此訂單已被放棄。您可以隨時開始新的訂單。\",\"OhCesD\":\"此訂單已被取消。您可以隨時開始新訂單。\",\"lyD7rQ\":\"呢個主辦方資料未發佈\",\"9b5956\":\"此預覽顯示您的郵件使用示例資料的外觀。實際郵件將使用真實值。\",\"uM9Alj\":\"此產品在活動頁面上突出顯示\",\"RqSKdX\":\"此產品已售罄\",\"4PDH+K\":\"此產品不會單獨出現在活動頁面 — 買家只會在所連結的產品下看到它作為附加產品。\",\"qEGn8I\":\"此重複活動尚未有日期,參加者無法預訂。\",\"W12OdJ\":\"此報告僅供參考。在將此數據用於會計或稅務目的之前,請務必諮詢稅務專業人士。請與您的Stripe儀表板進行交叉驗證,因為Hi.Events可能缺少歷史數據。\",\"1LuJNw\":\"此門票已失效\",\"0Ew0uk\":\"此門票剛剛被掃描。請等待後再次掃描。\",\"FYXq7k\":[\"這會影響 \",[\"loadedAffectedCount\"],\" 個日期。\"],\"kvpxIU\":\"這將用於通知和與使用者的溝通。\",\"bPgkdx\":\"這將取消計劃的刪除並重新啟用帳戶。帳戶擁有者將收到電子郵件通知。\",\"4yx4a4\":[\"這將立即停用您的帳戶,並在 30 天後永久刪除。請輸入您的帳戶名稱以確認:<0>\",[\"0\"],\"\"],\"rhsath\":\"呢個唔會俾客戶睇到,但可以幫你識別推廣夥伴。\",\"VGEfU7\":\"這將立即永久刪除或匿名化該帳戶,而不等待計劃日期。此操作無法復原。\",\"hV6FeJ\":\"處理速度\",\"+FjWgX\":\"四\",\"kkDQ8m\":\"星期四\",\"0GSPnc\":\"門票設計\",\"EZC/Cu\":\"門票設計儲存成功\",\"bbslmb\":\"門票設計器\",\"1BPctx\":\"門票:\",\"HGuXjF\":\"票務持有人\",\"CMUt3Y\":\"票務持有人\",\"awHmAT\":\"門票 ID\",\"6czJik\":\"門票標誌\",\"t79rDv\":\"找不到門票\",\"6tmWch\":\"票券或產品\",\"1tfWrD\":\"門票預覽:\",\"KnjoUA\":\"票價\",\"pGZOcL\":\"門票重新發送成功\",\"o02GZM\":\"此活動的售票已結束\",\"8jLPgH\":\"門票類型\",\"8qsbZ5\":\"票務與銷售\",\"zNECqg\":\"門票\",\"6GQNLE\":\"門票\",\"NRhrIB\":\"票券與產品\",\"OrWHoZ\":\"當有空餘名額時,門票將自動提供給候補名單中的客戶。\",\"AGRilS\":\"已售票數\",\"4/dG8J\":\"級別\",\"zyUxcw\":\"TikTok\",\"LhMjLm\":\"時間\",\"kGEhUy\":\"時間\",\"fXf2r5\":[\"時間以 \",[\"timezoneAbbr\"],\" 顯示\"],\"9udQT9\":\"標題為必填\",\"dMtLDE\":\"至\",\"/jQctM\":\"收件人\",\"tiI71C\":\"要提高您的限制,請聯繫我們\",\"ecUA8p\":\"今天\",\"W428WC\":\"切換欄位\",\"BRMXj0\":\"明天\",\"UBSG1X\":\"頂級主辦方(過去14天)\",\"3sZ0xx\":\"總賬戶數\",\"SMDzqJ\":\"總參與人數\",\"orBECM\":\"總收款\",\"k5CU8c\":\"總條目\",\"4B7oCp\":\"總費用\",\"sMMlTX\":\"費用總計\",\"mlvCEl\":\"訂單總計\",\"2AW/k5\":\"所有場次的總數量\",\"dp8BCb\":\"稅項總計\",\"vb0Q0/\":\"總用戶數\",\"oJjplO\":\"總瀏覽量\",\"rBZ9pz\":\"導賞團\",\"orluER\":\"按歸因來源追蹤帳戶增長和表現\",\"YwKzpH\":\"追蹤與分析\",\"GUA0Jy\":\"換個搜尋字詞或篩選條件試試\",\"2P/OWN\":\"調整篩選條件即可查看更多日期。\",\"ouM5IM\":\"嘗試其他郵箱\",\"3DZvE7\":\"免費試用Hi.Events\",\"vq2WxD\":\"二\",\"G3myU+\":\"星期二\",\"Kz91g/\":\"土耳其語\",\"GdOhw6\":\"關閉聲音\",\"KUOhTy\":\"開啟聲音\",\"dBeuY2\":\"Twitch\",\"QytzQr\":\"輸入\\\"刪除\\\"以確認\",\"nSlb72\":\"輸入以搜尋...\",\"nWRfmt\":\"排版\",\"IrVSu+\":\"無法複製產品。請檢查您的詳細信息\",\"Vx2J6x\":\"無法擷取參與者資料\",\"h0dx5e\":\"無法加入候補名單\",\"DaE0Hg\":\"無法載入參加者詳情。\",\"GlnD5Y\":\"無法載入此日期的產品,請再試一次。\",\"17VbmV\":\"無法撤銷簽到\",\"n57zCW\":\"未歸因帳戶\",\"9uI/rE\":\"復原\",\"Ef7StM\":\"未知\",\"ZBAScj\":\"未知參會者\",\"MEIAzV\":\"未命名\",\"K6L5Mx\":\"未命名地點\",\"7yiFvZ\":\"未付款\",\"C51N+0\":\"至\",\"NaeLn8\":[\"直至 \",[\"end\"]],\"porwAO\":\"直到某個日期\",\"ZIb6rJ\":\"未命名產品\",\"crJM8s\":\"未命名門票\",\"X13xGn\":\"不受信任\",\"0bT1FT\":[\"每張訂單最多 \",[\"max\"],\" 件\"],\"gyXpQN\":\"即將舉行的活動\",\"Pp1sWX\":\"更新推廣夥伴\",\"59qHrb\":\"更新容量\",\"Gaem9v\":\"更新活動名稱和簡介\",\"7EhE4k\":\"更新標籤\",\"NPQWj8\":\"更新地點\",\"75+lpR\":[\"更新:\",[\"subjectTitle\"],\" — 排程變更\"],\"UOGHdA\":[\"更新:\",[\"subjectTitle\"],\" — 場次時間已更改\"],\"+b7T3G\":\"更新時間\",\"ogoTrw\":[\"已更新 \",[\"count\"],\" 個日期\"],\"dDuona\":[\"已更新 \",[\"count\"],\" 個日期的容量\"],\"FT3LSc\":[\"已更新 \",[\"count\"],\" 個日期的標籤\"],\"8EcY1g\":[\"已更新 \",[\"count\"],\" 個日期的地點\"],\"83tNam\":\"隨規則建立即時更新。翻閱月份以核對日期。\",\"/XlQr2\":\"輸入時即時更新。\",\"gJQsLv\":\"上傳主辦單位的封面圖片\",\"4kEGqW\":\"上傳主辦單位的標誌\",\"lnCMdg\":\"上傳圖片\",\"29w7p6\":\"正在上傳圖片...\",\"HtrFfw\":\"URL 是必填項\",\"3VnYUR\":\"連結必須以 http:// 或 https:// 開頭\",\"vzWC39\":\"USB\",\"td5pxI\":\"USB 掃描器待命中\",\"dyTklH\":\"USB 掃描器已暫停\",\"OHJXlK\":\"使用 <0>Liquid 模板 個性化您的郵件\",\"/rsy72\":\"使用活動預設值\",\"0k4cdb\":\"為所有參加者使用訂單詳情。參加者姓名和電郵將與買家資料相符。\",\"bA31T4\":\"為所有參與者使用購買者的資料\",\"PpgtnC\":\"使用此地址\",\"rnoQsz\":\"用於邊框、高亮和二維碼樣式\",\"b0XTc/\":[\"用戶(\",[\"0\"],\")\"],\"BV4L/Q\":\"UTM 分析\",\"l5ackE\":\"UUID\",\"imLQ9Y\":\"正在驗證您的增值稅號碼...\",\"t7caBM\":\"增值稅國家代碼\",\"WLkfqH\":\"增值稅號碼\",\"pnVh83\":\"增值稅號碼\",\"CabI04\":\"增值稅號碼不得包含空格\",\"PMhxAR\":\"增值稅號碼必須以 2 個字母的國家代碼開頭,後跟 8-15 個字母數字字元(例如:DE123456789)\",\"gPgdNV\":\"增值稅號碼驗證成功\",\"RUMiLy\":\"增值稅號碼驗證失敗\",\"vqji3Y\":\"增值稅號碼驗證失敗。請檢查您的增值稅號碼。\",\"8dENF9\":\"費用增值稅\",\"ZutOKU\":\"增值稅率\",\"+KJZt3\":\"已登記增值稅\",\"Nfbg76\":\"增值稅設定已成功儲存\",\"UvYql/\":\"增值稅設定已儲存。我們正在後台驗證您的增值稅號碼。\",\"bXn1Jz\":\"增值稅設定已更新\",\"tJylUv\":\"平台費用的增值稅處理\",\"FlGprQ\":\"平台費用的增值稅處理:歐盟增值稅註冊企業可使用反向收費機制(0% - 增值稅指令 2006/112/EC 第 196 條)。非增值稅註冊企業將收取 23% 的愛爾蘭增值稅。\",\"516oLj\":\"增值稅驗證服務暫時無法使用\",\"p6QQLa\":[\"增值稅:\",[\"0\"]],\"5q87Y9\":\"增值稅:未登記\",\"AdWhjZ\":\"驗證碼\",\"kUAumu\":\"驗證電郵已傳送,請查看收件匣。\",\"QDEWii\":\"已驗證\",\"wCKkSr\":\"驗證電郵\",\"/IBv6X\":\"驗證您的電郵\",\"u8nB38\":\"驗證你的電郵,參加者才可以收到門票\",\"e/cvV1\":\"驗證緊...\",\"fROFIL\":\"越南語\",\"p5nYkr\":\"查看全部\",\"yA/6BX\":\"查看全部 →\",\"6CQ7/B\":\"查看全部功能狀態\",\"YSE15b\":\"查看全部簽到名單\",\"RnvnDc\":\"查看平台上發送的所有訊息\",\"+WFMis\":\"查看和下載所有活動的報告。僅包含已完成的訂單。\",\"c7VN/A\":\"查看答案\",\"SZw9tS\":\"查看詳情\",\"9+84uW\":[\"查看 \",[\"0\"],\" \",[\"1\"],\" 的詳情\"],\"FCVmuU\":\"查看活動\",\"c6SXHN\":\"查看活動頁面\",\"n6EaWL\":\"查看日誌\",\"OaKTzt\":\"查看地圖\",\"zNZNMs\":\"查看訊息\",\"67OJ7t\":\"查看訂單\",\"tKKZn0\":\"查看訂單詳情\",\"KeCXJu\":\"查看訂單詳情、退款和重新傳送確認。\",\"9jnAcN\":\"查看主辦單位主頁\",\"1J/AWD\":\"查看門票\",\"N9FyyW\":\"查看、編輯和匯出您的已註冊參與者。\",\"6dp/Hz\":\"Vimeo\",\"CWWpVx\":[\"由 \",[\"start\"],\" 起可見 — 開售前保持隱藏。\"],\"EkiKJK\":\"在活動頁面上對所有人可見。\",\"SS4mGB\":\"VK\",\"uUehLT\":\"等待中\",\"quR8Qp\":\"等待付款\",\"KrurBH\":\"等待掃描…\",\"u0n+wz\":\"候補名單\",\"3RXFtE\":\"候補名單已啟用\",\"TwnTPy\":\"候補名單報價已過期\",\"aUi/Dz\":\"警告:這是系統預設配置。變更將影響所有未分配特定配置的帳戶。\",\"aT/44s\":\"我們無法複製該 Stripe 連線,請再試一次。\",\"jTee4a\":\"無法中斷此 Stripe 帳戶的連接。請重試。\",\"RRZDED\":\"我們找不到與此郵箱關聯的訂單。\",\"2RZK9x\":\"我們找不到您要查找的訂單。連結可能已過期或訂單詳情可能已更改。\",\"nefMIK\":\"我們找不到您要查找的門票。連結可能已過期或門票詳情可能已更改。\",\"miysJh\":\"我們找不到此訂單。它可能已被刪除。\",\"Fjj/5/\":\"我們無法載入簽到名單,請再試一次。\",\"ADsQ23\":\"目前無法連接 Stripe,請稍後再試。\",\"HJKdzP\":\"載入此頁面時遇到問題。請重試。\",\"jegrvW\":\"我們與 Stripe 合作,將款項直接轉入你的銀行帳戶。\",\"IfN2Qo\":\"我們建議使用最小尺寸為200x200像素的方形標誌\",\"wJzo/w\":\"我們建議尺寸為 400x400 像素,檔案大小不超過 5MB\",\"L/KlAh\":[\"我們已向 \",[\"0\"],\" 傳送驗證連結\"],\"KRCDqH\":\"我們使用 Cookie 來幫助我們了解網站的使用情況並改善您的體驗。\",\"x8rEDQ\":\"我們在多次嘗試後無法驗證您的增值稅號碼。我們將繼續在後台嘗試。請稍後再查看。\",\"4HaEdK\":[\"我們將建立全部 \",[\"totalOccurrences\"],\" 場 — 之後您可以編輯或刪除任何日期\"],\"mfM/HJ\":[\"如果\",[\"productDisplayName\"],\"在\",[\"occurrenceDate\"],\"有空位,我們將通過電郵通知您。\"],\"iy+M+c\":[\"如果\",[\"productDisplayName\"],\"有空位,我們將通過電郵通知您。\"],\"McuGND\":\"儲存後我們會開啟一個已填好範本的訊息編輯器。由你確認並傳送 — 不會自動發出任何內容。\",\"q1BizZ\":\"我們將把您的門票發送到此郵箱\",\"ZOmUYW\":\"我們將在後台驗證您的增值稅號碼。如果有任何問題,我們會通知您。\",\"LKjHr4\":[\"我們調整了「\",[\"title\"],\"」的排程 — \",[\"description\"],\",涉及 \",[\"affectedCount\"],\" 個場次。\"],\"Fq/Nx7\":\"我哋已經將5位數驗證碼發送到:\",\"GdWB+V\":\"Webhook 創建成功\",\"2X4ecw\":\"Webhook 刪除成功\",\"ndBv0v\":\"Webhook 整合\",\"CThMKa\":\"Webhook 日誌\",\"I0adYQ\":\"Webhook 簽名密鑰\",\"nuh/Wq\":\"Webhook URL\",\"8BMPMe\":\"Webhook 不會發送通知\",\"FSaY52\":\"Webhook 將發送通知\",\"v1kQyJ\":\"Webhooks\",\"On0aF2\":\"網站\",\"0f7U0k\":\"三\",\"VAcXNz\":\"星期三\",\"64X6l4\":\"星期\",\"4XSc4l\":\"每星期\",\"IAUiSh\":\"星期\",\"vKLEXy\":\"微博\",\"9eF5oV\":\"歡迎回來\",\"QDWsl9\":[\"歡迎嚟到 \",[\"0\"],\",\",[\"1\"],\" 👋\"],\"LETnBR\":[\"歡迎嚟到 \",[\"0\"],\",呢度係你所有活動嘅列表\"],\"DDbx7K\":\"健康養生\",\"FaSXqR\":\"咩類型嘅活動?\",\"0WyYF4\":\"未登入的工作人員可以看到甚麼\",\"2+ExvJ\":\"WhatsApp\",\"cxsKvw\":\"當簽到被刪除時\",\"RPe6bE\":\"當重複活動中的某個日期被取消時\",\"Gmd0hv\":\"當新與會者被創建時\",\"zyIyPe\":\"當建立新活動時\",\"Lc18qn\":\"當新訂單被創建時\",\"dfkQIO\":\"當新產品被創建時\",\"8OhzyY\":\"當產品被刪除時\",\"tRXdQ9\":\"當產品被更新時\",\"9L9/28\":\"當產品售罄時,客戶可以加入候補名單,以便在有空位時收到通知。\",\"OIkHj+\":\"當產品售罄時,客戶可以加入候補名單,以便在有空位時收到通知。客戶加入的是特定日期的候補名單,名額也按日期提供。\",\"Q7CWxp\":\"當與會者被取消時\",\"IuUoyV\":\"當與會者簽到時\",\"nBVOd7\":\"當與會者被更新時\",\"t7cuMp\":\"當活動被歸檔時\",\"gtoSzE\":\"當活動被更新時\",\"ny2r8d\":\"當訂單被取消時\",\"c9RYbv\":\"當訂單被標記為已支付時\",\"ejMDw1\":\"當訂單被退款時\",\"fVPt0F\":\"當訂單被更新時\",\"bcYlvb\":\"簽到何時關閉\",\"XIG669\":\"簽到何時開放\",\"de6HLN\":\"當顧客購買門票時,他們的訂單將會顯示在這裡。\",\"pm9tpn\":\"啟用後,購買者可以一次過將自己的姓名和電郵複製給所有參加者。關閉此選項可移除「所有參加者」選項;購買者仍可複製給第一位參加者,其餘參加者須逐一填寫。\",\"403wpZ\":\"啟用後,新活動將允許參與者通過安全連結管理自己的門票詳情。這可以按活動覆蓋。\",\"blXLKj\":\"啟用後,新活動將在結帳時顯示營銷訂閱複選框。此設置可以針對每個活動單獨覆蓋。\",\"Kj0Txn\":\"啟用後,Stripe Connect交易將不收取應用費用。用於不支持應用費用的國家。\",\"xo06V3\":\"按鈕連結的目標位置\",\"uchB0M\":\"小工具預覽\",\"uvIqcj\":\"工作坊\",\"EpknJA\":\"請在此輸入您的訊息...\",\"nhtR6Y\":\"X(Twitter)\",\"7qI8sJ\":\"年\",\"zkWmBh\":\"每年\",\"+BGee5\":\"年\",\"X/azM1\":\"是 - 我有有效的歐盟增值稅註冊號碼\",\"Tz5oXG\":\"是,取消我的訂單\",\"QlSZU0\":[\"您正在模擬 <0>\",[\"0\"],\" (\",[\"1\"],\")\"],\"s14PLh\":[\"您正在發出部分退款。客戶將獲得 \",[\"0\"],\" \",[\"1\"],\" 的退款。\"],\"o7LgX6\":\"您可以在帳戶設置中配置額外的服務費和稅費。\",\"rj3A7+\":\"之後你可以為個別日期單獨設定。\",\"paWwQ0\":\"如有需要,您仍然可以手動提供門票。\",\"jTDzpA\":\"您無法封存帳戶中最後一個活躍的主辦方。\",\"D8baxD\":\"您有付費門票,但尚未連接 Stripe,因此無法收款。\",\"5VGIlq\":\"您已達到訊息限制。\",\"casL1O\":\"您已向免費產品添加了税費。您想要刪除它們嗎?\",\"5SgD0L\":\"你有未儲存的變更,確定要捨棄嗎?\",\"9jJNZY\":\"儲存前必須確認您的責任\",\"pCLes8\":\"您必須同意接收訊息\",\"FVTVBy\":\"在更新主辦單位狀態之前,您必須先驗證您的電郵地址。\",\"ze4bi/\":\"你需要先建立至少一個場次,才可以為這個重複活動新增參加者。\",\"w65ZgF\":\"您需要驗證您的帳戶電子郵件才能修改電子郵件範本。\",\"FRl8Jv\":\"您需要驗證您的帳户電子郵件才能發送消息。\",\"88cUW+\":\"您收到\",\"O6/3cu\":\"你可以在下一步設定日期、排程和重複規則。\",\"zKAheG\":\"你正在更改場次時間\",\"MNFIxz\":[\"您將參加 \",[\"0\"],\"!\"],\"ZlLcht\":[\"您正在加入\",[\"occurrenceDate\"],\"的候補名單。\"],\"qGZz0m\":\"您已加入候補名單!\",\"/5HL6k\":\"您已獲得一個名額!\",\"gbjFFH\":\"你已更改場次時間\",\"YI0K8C\":[\"您的帳戶已停用,將於 <0>\",[\"0\"],\" 永久刪除。\"],\"p/Sa0j\":\"您的帳戶有訊息限制。要提高您的限制,請聯繫我們\",\"gsWZkk\":\"您的帳戶現已計劃刪除。\",\"x/xjzn\":\"你嘅推廣夥伴已經成功匯出。\",\"TF37u6\":\"您的與會者已成功導出。\",\"79lXGw\":\"您的簽到名單已成功建立。與您的簽到工作人員共享以下連結。\",\"BnlG9U\":\"您當前的訂單將丟失。\",\"nBqgQb\":\"您的電子郵件\",\"GG1fRP\":\"您的活動已上線!\",\"ifRqmm\":\"你嘅訊息已經成功發送!\",\"0/+Nn9\":\"您的訊息將顯示在此處\",\"/Rj5P4\":\"您的姓名\",\"PFjJxY\":\"您的新密碼必須至少為 8 個字元。\",\"gzrCuN\":\"您的訂單詳情已更新。確認電郵已發送到新的電郵地址。\",\"naQW82\":\"您的訂單已被取消。\",\"bhlHm/\":\"您的訂單正在等待付款\",\"XeNum6\":\"您的訂單已成功導出。\",\"Xd1R1a\":\"您主辦單位的地址\",\"WWYHKD\":\"您的付款受到銀行級加密保護\",\"5b3QLi\":\"您的計劃\",\"N4Zkqc\":\"你儲存的日期篩選條件已失效 — 現正顯示所有日期。\",\"o0qzpM\":\"您的 Stripe 帳戶本身不受影響,也不會遺失任何資料 — 您可以隨時重新連接。\",\"FNO5uZ\":\"你的門票仍然有效 — 除非新時間不合適,否則毋須任何操作。如有疑問,請回覆此電郵。\",\"CnZ3Ou\":\"您的門票已確認。\",\"EmFsMZ\":\"您的增值稅號碼已排隊等待驗證\",\"QBlhh4\":\"保存時將驗證您的增值稅號碼\",\"fT9VLt\":\"您的候補名單報價已過期,我們無法完成您的訂單。請重新加入候補名單,以便在更多空位可用時收到通知。\",\"9Q6UKX\":\"YouTube\"}")}; \ No newline at end of file diff --git a/frontend/src/locales/zh-hk.po b/frontend/src/locales/zh-hk.po index ba38adb4de..b929e0136e 100644 --- a/frontend/src/locales/zh-hk.po +++ b/frontend/src/locales/zh-hk.po @@ -33,7 +33,7 @@ msgstr "(空)" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:110 msgid "(none)" -msgstr "" +msgstr "(無)" #: src/components/common/ReportTable/index.tsx:328 msgid "{0}" @@ -53,7 +53,7 @@ msgstr "{0} {1} 已簽到" #: src/components/layouts/CheckIn/index.tsx:249 msgid "{0} <0>checked in" -msgstr "" +msgstr "{0} 位<0>已簽到" #: src/components/layouts/CheckIn/index.tsx:284 msgid "{0} <0>checked out successfully" @@ -83,7 +83,7 @@ msgstr "{0} 標誌" #: src/components/modals/CreateAttendeeModal/index.tsx:272 msgid "{0} of {1} seats are taken." -msgstr "" +msgstr "{1} 個座位中已佔用 {0} 個。" #: src/components/routes/events/Dashboard/index.tsx:141 msgid "{0} organizers" @@ -99,15 +99,15 @@ msgstr "{0}更新成功" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:417 msgid "{activeCount} enabled" -msgstr "" +msgstr "已啟用 {activeCount} 項" #: src/components/common/CheckIn/CheckInInfoModal.tsx:101 msgid "{appName} logo" -msgstr "" +msgstr "{appName} 標誌" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:296 msgid "{attendeeCount} attendees are registered for this session." -msgstr "" +msgstr "本場次有 {attendeeCount} 位參加者已登記。" #: src/components/common/EventCard/index.tsx:133 msgid "{availableCount} of {totalCount} available" @@ -119,7 +119,7 @@ msgstr "剩餘 {capacity} 個名額" #: src/components/common/CheckIn/CheckInInfoModal.tsx:55 msgid "{checkedIn} / {total} checked in" -msgstr "" +msgstr "已簽到 {checkedIn} / {total}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:378 msgid "{chipTime}, Sold Out" @@ -131,12 +131,12 @@ msgstr "{chipTime},售罄,可加入候補名單" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:210 msgid "{completedCount} of {totalCount} steps complete" -msgstr "" +msgstr "已完成 {totalCount} 個步驟中的 {completedCount} 個" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "{count} add-ons" -msgstr "" +msgstr "{count} 項附加產品" #: src/components/common/Countdown/index.tsx:68 msgid "{days} days, {hours} hours, {minutes} minutes, and {seconds} seconds" @@ -144,15 +144,15 @@ msgstr "{days} 天, {hours} 小時, {minutes} 分鐘, 和 {seconds} 秒" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:29 msgid "{diffHr}h ago" -msgstr "" +msgstr "{diffHr} 小時前" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:27 msgid "{diffMin}m ago" -msgstr "" +msgstr "{diffMin} 分鐘前" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:25 msgid "{diffSec}s ago" -msgstr "" +msgstr "{diffSec} 秒前" #: src/components/common/OrganizerWebhookTable/index.tsx:79 #: src/components/common/WebhookTable/index.tsx:79 @@ -161,7 +161,7 @@ msgstr "{eventCount} 個事件" #: src/components/forms/ProductForm/ledgerSummaries.ts:103 msgid "{first} + {additionalCount} more" -msgstr "" +msgstr "{first} 等另外 {additionalCount} 個" #: src/components/common/Countdown/index.tsx:70 msgid "{hours} hours, {minutes} minutes, and {seconds} seconds" @@ -169,11 +169,11 @@ msgstr "{hours} 小時, {minutes} 分鐘, 和 {seconds} 秒" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:262 msgid "{loadedAffectedAttendees} attendees are registered across the affected sessions." -msgstr "" +msgstr "受影響的場次共有 {loadedAffectedAttendees} 位參加者已登記。" #: src/components/forms/ProductForm/ledgerSummaries.ts:112 msgid "{min}–{max} per order" -msgstr "" +msgstr "每張訂單 {min}–{max} 件" #: src/components/common/Countdown/index.tsx:72 msgid "{minutes} minutes and {seconds} seconds" @@ -185,12 +185,12 @@ msgstr "{組織者名稱}的首次活動" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:95 msgid "{productCount} ticket types configured" -msgstr "" +msgstr "已設定 {productCount} 種門票類型" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "{slotCount} times available" -msgstr "" +msgstr "有 {slotCount} 個可選時間" #: src/components/common/EventCard/index.tsx:129 msgid "{totalCount} ticket types" @@ -266,15 +266,15 @@ msgstr "1 個活動的 Webhook" #: src/components/common/ProductsTable/SortableProduct/index.tsx:51 #: src/components/forms/ProductForm/ledgerSummaries.ts:127 msgid "1 add-on" -msgstr "" +msgstr "1 項附加產品" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:261 msgid "1 attendee is registered across the affected sessions." -msgstr "" +msgstr "受影響的場次共有 1 位參加者已登記。" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:295 msgid "1 attendee is registered for this session." -msgstr "" +msgstr "本場次有 1 位參加者已登記。" #: src/components/modals/SendMessageModal/index.tsx:128 msgid "1 day after end date" @@ -302,12 +302,12 @@ msgstr "1 種門票類型" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:94 msgid "1 ticket type configured" -msgstr "" +msgstr "已設定 1 種門票類型" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:242 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:581 msgid "1 time available" -msgstr "" +msgstr "有 1 個可選時間" #: src/components/modals/SendMessageModal/index.tsx:119 msgid "1 week before event" @@ -320,7 +320,7 @@ msgstr "示例街123號" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:250 msgid "135+ currencies & 40+ payment methods" -msgstr "" +msgstr "135 種以上貨幣及 40 種以上付款方式" #: src/components/common/WidgetEditor/index.tsx:230 msgid "20" @@ -336,7 +336,7 @@ msgstr "取消通知已發送至" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:299 msgid "a change in duration" -msgstr "" +msgstr "時長變更" #: src/components/forms/QuestionForm/index.tsx:138 msgid "A date input. Perfect for asking for a date of birth etc." @@ -356,7 +356,7 @@ msgstr "費用,如預訂費或服務費" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:199 msgid "A few quick steps and you're ready to start selling." -msgstr "" +msgstr "只需幾個簡單步驟,你就可以開始售票。" #: src/components/forms/TaxAndFeeForm/index.tsx:35 msgid "A fixed amount per product. E.g, $0.50 per product" @@ -388,7 +388,7 @@ msgstr "單選題有多個選項,但只能選擇一個。" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:298 msgid "a shift in start/end times" -msgstr "" +msgstr "開始/結束時間調整" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:69 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:69 @@ -466,7 +466,7 @@ msgstr "接受邀請" #: src/components/forms/ProductForm/index.tsx:596 msgid "Access" -msgstr "" +msgstr "存取權限" #: src/components/common/AdminOrdersTable/index.tsx:70 #: src/components/routes/account/ManageAccount/index.tsx:22 @@ -481,11 +481,11 @@ msgstr "賬户" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:354 msgid "Account · {0}" -msgstr "" +msgstr "帳戶 · {0}" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:353 msgid "Account · {0} · {1}" -msgstr "" +msgstr "帳戶 · {0} · {1}" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:69 msgid "Account deletion has been cancelled." @@ -581,11 +581,11 @@ msgstr "活躍活動" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:415 msgid "Active payment methods" -msgstr "" +msgstr "已啟用的付款方式" #: src/components/routes/event/OccurrencesTab/index.tsx:402 msgid "Activity" -msgstr "" +msgstr "動態" #: src/components/routes/product-widget/SelectProducts/index.tsx:825 msgid "Add {0} first" @@ -593,27 +593,27 @@ msgstr "請先加入 {0}" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:147 msgid "Add a cover image and theme to match your brand" -msgstr "" +msgstr "加入與品牌風格一致的封面圖片和主題" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:142 msgid "Add a date" -msgstr "" +msgstr "新增日期" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:137 msgid "Add a description and venue so attendees know what to expect" -msgstr "" +msgstr "加入簡介和場地,讓參加者知道會有甚麼內容" #: src/components/forms/CheckInListForm/index.tsx:144 msgid "Add a description for this check-in list" msgstr "為此簽到列表添加描述" -#: src/components/routes/event/OccurrencesTab/index.tsx:541 +#: src/components/routes/event/OccurrencesTab/index.tsx:556 msgid "Add a Single Date" -msgstr "" +msgstr "新增單一日期" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:992 msgid "Add another time" -msgstr "" +msgstr "新增其他時間" #: src/components/modals/ManageAttendeeModal/index.tsx:226 msgid "Add any notes about the attendee. These will not be visible to the attendee." @@ -633,11 +633,11 @@ msgstr "添加關於訂單的備註..." #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:533 msgid "Add at least one time" -msgstr "" +msgstr "請至少新增一個時間" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:150 msgid "Add connection details for the online event." -msgstr "" +msgstr "請填寫網上活動的連線資料。" #: src/components/common/QuestionsTable/index.tsx:434 msgid "Add custom questions to collect additional information during checkout" @@ -645,19 +645,19 @@ msgstr "新增自訂問題以在結帳時收集額外資訊" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Add Date" -msgstr "" +msgstr "新增日期" #: src/components/modals/PublishEventModal/index.tsx:105 msgid "Add dates" msgstr "新增日期" -#: src/components/routes/event/OccurrencesTab/index.tsx:526 +#: src/components/routes/event/OccurrencesTab/index.tsx:541 msgid "Add Dates" -msgstr "" +msgstr "新增日期" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:104 msgid "Add dates and times for your recurring event" -msgstr "" +msgstr "為你的重複活動新增日期和時間" #: src/components/forms/QuestionForm/index.tsx:202 msgid "Add description" @@ -665,11 +665,11 @@ msgstr "添加描述" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:140 msgid "Add details" -msgstr "" +msgstr "新增詳情" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:136 msgid "Add event details" -msgstr "" +msgstr "新增活動詳情" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:154 msgid "Add instructions for offline payments (e.g., bank transfer details, where to send checks, payment deadlines)" @@ -684,7 +684,7 @@ msgstr "新增地點" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1047 msgid "Add multiple times if you run several sessions per day." -msgstr "" +msgstr "如果一天舉辦多個場次,可新增多個時間。" #: src/components/common/HeadingCard/index.tsx:28 msgid "Add New" @@ -713,7 +713,7 @@ msgstr "加税或費用" #: src/components/modals/CreateAttendeeModal/index.tsx:276 msgid "Add this attendee anyway (override capacity)" -msgstr "" +msgstr "仍然新增此參加者(略過容量限制)" #: src/components/common/AddToCalendarCTA/index.tsx:21 msgid "Add this event to your calendar" @@ -753,16 +753,16 @@ msgstr "新增您的社交媒體帳號及網站網址。這些資訊將會顯示 #: src/components/common/ProductsTable/SortableProduct/index.tsx:344 #: src/components/forms/ProductForm/ledgerSummaries.ts:128 msgid "Add-on only" -msgstr "" +msgstr "只作附加產品" #: src/components/forms/ProductForm/index.tsx:552 msgid "Add-on products" -msgstr "" +msgstr "附加產品" #: src/components/forms/ProductForm/index.tsx:533 #: src/components/routes/product-widget/SelectProducts/index.tsx:822 msgid "Add-ons" -msgstr "" +msgstr "附加產品" #: src/components/routes/product-widget/SelectProducts/Prices/Tiered/index.tsx:78 msgid "Added at checkout" @@ -833,7 +833,7 @@ msgstr "管理員用户可以完全訪問事件和賬户設置。" #: src/components/forms/ProductForm/index.tsx:207 msgid "Admits attendees to your event" -msgstr "" +msgstr "讓參加者可以進場" #: src/components/common/AffiliateTable/index.tsx:82 msgid "Affiliate" @@ -853,7 +853,7 @@ msgstr "推廣夥伴刪除成功" #: src/components/layouts/AuthLayout/index.tsx:22 msgid "Affiliate program" -msgstr "" +msgstr "聯盟推廣計劃" #: src/components/forms/AffiliateForm/index.tsx:23 msgid "Affiliate sales will be tracked" @@ -883,11 +883,11 @@ msgstr "推廣夥伴幫助你追蹤合作夥伴同KOL產生嘅銷售。建立推 #: src/components/routes/welcome/index.tsx:418 msgid "After your event is created, you can choose how often it repeats from the dashboard." -msgstr "" +msgstr "活動建立後,你可以在控制台選擇重複的頻率。" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "all" -msgstr "" +msgstr "全部" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:133 #: src/components/routes/admin/DeletionRequests/index.tsx:88 @@ -906,7 +906,7 @@ msgstr "所有參與者" #: src/components/modals/SendMessageModal/index.tsx:378 msgid "All attendees of the selected sessions" -msgstr "" +msgstr "所選場次的全部參加者" #: src/components/modals/SendMessageModal/index.tsx:381 msgid "All attendees of this event" @@ -914,7 +914,7 @@ msgstr "本次活動的所有與會者" #: src/components/modals/SendMessageModal/index.tsx:380 msgid "All attendees of this occurrence" -msgstr "" +msgstr "本場次的全部參加者" #: src/components/common/OrganizerReportTable/index.tsx:291 msgid "All Currencies" @@ -923,14 +923,14 @@ msgstr "所有貨幣" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:48 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:101 msgid "All dates" -msgstr "" +msgstr "所有日期" #: src/components/common/CheckInListTable/index.tsx:106 #: src/components/routes/event/attendees.tsx:235 #: src/components/routes/event/orders.tsx:182 #: src/components/routes/event/SoldOutWaitlist/index.tsx:104 msgid "All Dates" -msgstr "" +msgstr "所有日期" #: src/components/routes/events/Dashboard/index.tsx:75 msgid "All Ended Events" @@ -948,18 +948,18 @@ msgstr "所有失敗任務已刪除" msgid "All jobs queued for retry" msgstr "所有任務已排隊等待重試" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:346 msgid "All matching dates" -msgstr "" +msgstr "所有符合的日期" #: src/components/forms/CheckInListForm/index.tsx:132 #: src/components/modals/SendMessageModal/index.tsx:359 msgid "All occurrences" -msgstr "" +msgstr "所有場次" #: src/components/common/ReportTable/index.tsx:279 msgid "All Occurrences" -msgstr "" +msgstr "所有場次" #: src/components/common/PromoCodeTable/index.tsx:139 msgid "All Products" @@ -1018,7 +1018,7 @@ msgstr "已有帳戶?<0>{0}" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:135 msgid "Already in" -msgstr "" +msgstr "已新增" #: src/components/modals/RefundOrderModal/index.tsx:86 msgid "Already Refunded" @@ -1026,7 +1026,7 @@ msgstr "已退款" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:193 msgid "Already use Stripe on another organizer? Reuse that connection." -msgstr "" +msgstr "已在其他主辦方使用 Stripe?可重用該連線。" #: src/components/modals/RefundOrderModal/index.tsx:132 msgid "Also cancel this order" @@ -1042,7 +1042,7 @@ msgstr "總是可用" #: src/components/forms/ProductForm/ledgerSummaries.ts:53 msgid "Always on sale" -msgstr "" +msgstr "一直發售" #: src/components/routes/event/Settings/Sections/SeoSettings/index.tsx:77 #: src/components/routes/organizer/Settings/Sections/SeoSettings/index.tsx:77 @@ -1130,15 +1130,15 @@ msgstr "答案更新成功。" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:246 msgid "Answers" -msgstr "" +msgstr "回答" #: src/components/forms/CheckInListForm/index.tsx:207 msgid "Answers provided at checkout (e.g. meal choice)" -msgstr "" +msgstr "結帳時填寫的回答(例如餐飲選擇)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1148 msgid "Any dates you've manually customized will be kept." -msgstr "" +msgstr "你手動調整過的日期會保留。" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:62 msgid "Any queries from product holders will be sent to this email address. This will also be used as the \"reply-to\" address for all emails sent from this event" @@ -1160,9 +1160,9 @@ msgstr "已應用 — 訂單立減 {0}" msgid "Applies to {0} products" msgstr "適用於{0}個產品" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:365 msgid "Applies to {0}, non-cancelled dates currently loaded on this page." -msgstr "" +msgstr "適用於本頁目前已載入的 {0} 個未取消日期。" #: src/components/common/CapacityAssignmentList/index.tsx:95 msgid "Applies to 1 product" @@ -1170,32 +1170,32 @@ msgstr "適用於1個產品" #: src/components/forms/CheckInListForm/index.tsx:175 msgid "Applies to anyone opening the shared check-in link without being signed in. Logged-in team members always see everything." -msgstr "" +msgstr "適用於未登入而開啟共用簽到連結的所有人。已登入的團隊成員一律可看到全部內容。" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:363 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:364 msgid "Applies to every {0}, non-cancelled date in this event — including dates not currently loaded." -msgstr "" +msgstr "適用於本活動中每個{0}且未取消的日期,包括目前未載入的日期。" #: src/components/common/FilterModal/index.tsx:284 #: src/components/routes/product-widget/SelectProducts/index.tsx:945 msgid "Apply" msgstr "應用" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:509 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:511 msgid "Apply Changes" -msgstr "" +msgstr "套用變更" #: src/components/forms/TaxAndFeeForm/index.tsx:86 msgid "Apply this {type} to all new products" msgstr "將此{type}應用於所有新產品" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:338 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:339 msgid "Apply to" -msgstr "" +msgstr "套用至" #: src/components/forms/CheckInListForm/index.tsx:105 msgid "Apply to all tickets" -msgstr "" +msgstr "套用至所有門票" #: src/components/routes/admin/Messages/index.tsx:232 msgid "Approve Message" @@ -1203,7 +1203,7 @@ msgstr "批准訊息" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:68 msgid "April" -msgstr "" +msgstr "4 月" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:63 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:69 @@ -1259,7 +1259,7 @@ msgstr "您確定要封存此主辦方嗎?這也將封存屬於此主辦方的 #: src/components/routes/event/OccurrencesTab/index.tsx:215 msgid "Are you sure you want to cancel {count} date(s)? Affected attendees will be notified by email." -msgstr "" +msgstr "確定要取消 {count} 個日期嗎?受影響的參加者會收到電郵通知。" #: src/hooks/useAttendeeActions.tsx:44 msgid "Are you sure you want to cancel this attendee? This will void their ticket" @@ -1269,7 +1269,7 @@ msgstr "您確定要取消該與會者嗎?這將使其門票作廢" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:36 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:326 msgid "Are you sure you want to cancel this date? Affected attendees will be notified by email." -msgstr "" +msgstr "確定要取消這個日期嗎?受影響的參加者會收到電郵通知。" #: src/components/routes/event/messages.tsx:33 msgid "Are you sure you want to cancel this scheduled message?" @@ -1295,11 +1295,11 @@ msgstr "您確定要刪除此配置嗎?這可能會影響使用它的帳戶。 #: src/components/routes/event/OccurrenceDetail/index.tsx:84 #: src/components/routes/event/OccurrencesTab/index.tsx:184 msgid "Are you sure you want to delete this date? This action cannot be undone." -msgstr "" +msgstr "確定要刪除這個日期嗎?此操作無法復原。" #: src/components/common/ImageUploadDropzone/index.tsx:114 msgid "Are you sure you want to delete this image?" -msgstr "" +msgstr "確定要刪除這張圖片嗎?" #: src/components/common/PromoCodeTable/index.tsx:37 msgid "Are you sure you want to delete this promo code?" @@ -1307,7 +1307,7 @@ msgstr "您確定要刪除此促銷代碼嗎?" #: src/components/common/TaxAndFeeList/index.tsx:33 msgid "Are you sure you want to delete this tax or fee? It will no longer be applied to new orders." -msgstr "" +msgstr "確定要刪除這項稅項或費用嗎?之後的新訂單不會再收取。" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:111 msgid "Are you sure you want to delete this template? This action cannot be undone and emails will fall back to the default template." @@ -1344,7 +1344,7 @@ msgstr "您確定要向此人提供名額嗎?他們將收到電子郵件通知 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:360 msgid "Are you sure you want to permanently delete this date? This cannot be undone." -msgstr "" +msgstr "確定要永久刪除這個日期嗎?此操作無法復原。" #: src/components/common/StatusToggle/index.tsx:38 msgid "Are you sure you want to publish this event? Once published, it will be visible to the public." @@ -1380,7 +1380,7 @@ msgstr "您確定要還原此主辦方嗎?" #: src/components/routes/account/ManageAccount/sections/Users/index.tsx:50 msgid "Are you sure you want to revoke this invitation?" -msgstr "" +msgstr "確定要撤回這個邀請嗎?" #: src/components/common/StatusToggle/index.tsx:41 msgid "Are you sure you want to unpublish this event? It will no longer be visible to the public." @@ -1425,11 +1425,11 @@ msgstr "每個產品詢問一次" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:119 msgid "Assign a different plan" -msgstr "" +msgstr "指派其他方案" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:130 msgid "Assign plan" -msgstr "" +msgstr "指派方案" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:165 msgid "Assigned Tier" @@ -1443,7 +1443,7 @@ msgstr "必須選擇至少一種事件類型" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:64 #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:117 msgid "At least one product must stay available for this date. To make the date inaccessible, cancel it from the schedule instead." -msgstr "" +msgstr "此日期至少要保留一項可售產品。若想令該日期無法存取,請改為在排程中取消它。" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:96 msgid "Attempts" @@ -1455,7 +1455,7 @@ msgstr "所有活動的出席率和簽到率" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendee" -msgstr "" +msgstr "位參加者" #: src/components/common/AttendeeTicket/index.tsx:101 #: src/components/common/QuestionsTable/index.tsx:462 @@ -1497,7 +1497,7 @@ msgstr "未找到參與者" #: src/components/forms/CheckInListForm/index.tsx:188 msgid "Attendee notes" -msgstr "" +msgstr "參加者備註" #: src/components/routes/event/attendees.tsx:81 msgid "Attendee Status" @@ -1523,7 +1523,7 @@ msgstr "參與者的票不包含在此列表中" #: src/components/routes/event/attendees.tsx:250 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:194 msgid "attendees" -msgstr "" +msgstr "位參加者" #: src/components/common/EventCard/index.tsx:251 #: src/components/common/EventCard/index.tsx:366 @@ -1545,7 +1545,7 @@ msgstr "參與者" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:72 msgid "attendees checked in" -msgstr "" +msgstr "位參加者已簽到" #: src/components/routes/event/attendees.tsx:163 msgid "Attendees Exported" @@ -1587,7 +1587,7 @@ msgstr "受眾" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:72 msgid "August" -msgstr "" +msgstr "8 月" #: src/components/common/WidgetEditor/index.tsx:236 msgid "Auto Resize" @@ -1623,7 +1623,7 @@ msgstr "付款完成後可使用" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:265 msgid "Available times on {dayName}" -msgstr "" +msgstr "{dayName}的可選時間" #: src/components/modals/RefundOrderModal/index.tsx:93 msgid "Available to Refund" @@ -1635,7 +1635,7 @@ msgstr "可用標記" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:161 msgid "Awaiting" -msgstr "" +msgstr "等待中" #: src/components/common/OrderStatusBadge/index.tsx:11 #: src/components/modals/SendMessageModal/index.tsx:425 @@ -1649,7 +1649,7 @@ msgstr "等待線下付款" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:120 msgid "Awaiting pay" -msgstr "" +msgstr "待付款" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:117 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:225 @@ -1719,7 +1719,7 @@ msgstr "背景類型" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:128 msgid "Bank account connected" -msgstr "" +msgstr "銀行帳戶已連結" #: src/components/routes/admin/Announcements/index.tsx:178 #: src/components/routes/admin/Announcements/index.tsx:374 @@ -1736,12 +1736,12 @@ msgstr "基本價格" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:207 msgid "Base Price" -msgstr "" +msgstr "基本價格" #: src/components/forms/ProductForm/index.tsx:433 #: src/components/forms/ProductForm/index.tsx:436 msgid "Based on the global sale period above, not per date" -msgstr "" +msgstr "按上方的整體銷售期,而非逐個日期設定" #: src/components/routes/organizer/Settings/index.tsx:31 #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:63 @@ -1779,19 +1779,19 @@ msgstr "巴西葡萄牙語" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:253 msgid "Built-in fraud protection" -msgstr "" +msgstr "內建防詐騙保護" -#: src/components/routes/event/OccurrencesTab/index.tsx:517 +#: src/components/routes/event/OccurrencesTab/index.tsx:532 msgid "Bulk Edit" -msgstr "" +msgstr "批次編輯" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:308 msgid "Bulk Edit Dates" -msgstr "" +msgstr "批次編輯日期" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:233 msgid "Bulk update failed." -msgstr "" +msgstr "批次更新失敗。" #: src/constants/eventCategories.ts:26 msgid "Business" @@ -1799,11 +1799,11 @@ msgstr "商務" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:190 msgid "Business address" -msgstr "" +msgstr "公司地址" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:185 msgid "Business name" -msgstr "" +msgstr "公司名稱" #: src/components/routes/admin/Announcements/index.tsx:455 msgid "Button label" @@ -1827,7 +1827,7 @@ msgstr "買家支付" #: src/components/forms/ProductForm/index.tsx:562 msgid "Buyers can add these to their order when they select this product at checkout." -msgstr "" +msgstr "買家在結帳選擇此產品時,可一併加入訂單。" #: src/components/common/PlatformFeesSettings/index.tsx:235 msgid "Buyers see a clean price. The platform fee is deducted from your payout." @@ -1848,7 +1848,7 @@ msgstr "註冊即表示您同意我們的<0>服務條款和<1>隱私政策Request permission again, or grant this page camera access in your browser settings." -msgstr "" +msgstr "相機權限已被拒絕。可<0>重新要求權限,或在瀏覽器設定中允許本頁存取相機。" #: src/components/routes/admin/Attribution/index.tsx:107 msgid "Campaign" @@ -1881,7 +1881,7 @@ msgstr "活動" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:79 msgid "Can't check in" -msgstr "" +msgstr "無法簽到" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:57 #: src/components/common/ContactOrganizerModal/index.tsx:104 @@ -1897,7 +1897,7 @@ msgstr "" #: src/components/modals/PublishEventModal/index.tsx:208 #: src/components/routes/admin/DeletionRequests/index.tsx:178 #: src/components/routes/event/messages.tsx:80 -#: src/components/routes/event/OccurrencesTab/index.tsx:499 +#: src/components/routes/event/OccurrencesTab/index.tsx:504 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:272 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:306 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:61 @@ -1914,7 +1914,7 @@ msgstr "取消" #: src/components/routes/event/OccurrencesTab/index.tsx:211 #: src/components/routes/event/OccurrencesTab/index.tsx:223 msgid "Cancel {count} date(s)" -msgstr "" +msgstr "取消 {count} 個日期" #: src/components/modals/RefundOrderModal/index.tsx:133 msgid "Cancel all products and release them back to the pool" @@ -1928,7 +1928,7 @@ msgstr "取消所有產品並釋放回可用池" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:568 msgid "Cancel Date" -msgstr "" +msgstr "取消日期" #: src/components/common/PendingDeletionBanner/index.tsx:37 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:104 @@ -1985,7 +1985,7 @@ msgstr "已取消" #: src/components/routes/event/OccurrencesTab/index.tsx:237 msgid "Cancelling {0} date(s). This may take a moment to complete." -msgstr "" +msgstr "正在取消 {0} 個日期,可能需要一點時間。" #: src/components/routes/admin/Configurations/index.tsx:36 msgid "Cannot delete the system default configuration" @@ -2011,7 +2011,7 @@ msgstr "容量分配" #: src/components/layouts/AuthLayout/index.tsx:28 msgid "Capacity management" -msgstr "" +msgstr "容量管理" #: src/components/layouts/Event/index.tsx:137 msgid "Capacity Management" @@ -2019,15 +2019,15 @@ msgstr "容量管理" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:111 msgid "Capacity must be 0 or greater" -msgstr "" +msgstr "容量必須大於或等於 0" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:300 msgid "capacity updates" -msgstr "" +msgstr "容量更新" #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:66 msgid "Capacity Used" -msgstr "" +msgstr "已用容量" #: src/components/modals/CreateProductCategoryModal/index.tsx:52 msgid "Categories allow you to group products together. For example, you might have a category for \"Tickets\" and another for \"Merchandise\"." @@ -2052,7 +2052,7 @@ msgstr "類別創建成功" #: src/components/common/ProductsTable/SortableCategory/index.tsx:48 msgid "Category deleted successfully" -msgstr "" +msgstr "分類已刪除" #: src/components/common/LocationPicker/index.tsx:201 msgid "Change" @@ -2060,7 +2060,7 @@ msgstr "更改" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Change duration" -msgstr "" +msgstr "更改時長" #: src/components/routes/profile/ManageProfile/index.tsx:239 msgid "Change password" @@ -2068,11 +2068,11 @@ msgstr "更改密碼" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Change the attendee limit" -msgstr "" +msgstr "更改參加者上限" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:365 msgid "Change time" -msgstr "" +msgstr "更改時間" #: src/components/modals/OfferWaitlistModal/index.tsx:102 msgid "Change waitlist settings" @@ -2080,11 +2080,11 @@ msgstr "更改等候名單設定" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:212 msgid "Changed duration for {count} date(s)" -msgstr "" +msgstr "已更改 {count} 個日期的時長" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:399 msgid "Charges" -msgstr "" +msgstr "收款紀錄" #: src/constants/eventCategories.ts:24 msgid "Charity" @@ -2093,7 +2093,7 @@ msgstr "慈善" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:82 msgid "Check in" -msgstr "" +msgstr "簽到" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:28 msgid "Check in {0} {1}" @@ -2110,12 +2110,12 @@ msgstr "僅簽到" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:307 #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:81 msgid "Check out" -msgstr "" +msgstr "取消簽到" #: src/components/layouts/EventHomepage/index.tsx:337 #: src/components/layouts/EventHomepage/index.tsx:338 msgid "Check out this event: {0}" -msgstr "" +msgstr "看看這個活動:{0}" #: src/components/layouts/Checkout/index.tsx:338 msgid "Check out this event!" @@ -2133,12 +2133,12 @@ msgstr "請檢查您的收件箱!如果此郵箱有關聯的票,您將收到 #: src/components/layouts/CheckIn/index.tsx:549 msgid "Check-in" -msgstr "" +msgstr "簽到" #: src/components/modals/ManageAttendeeModal/index.tsx:137 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:58 msgid "Check-In" -msgstr "" +msgstr "簽到" #: src/components/forms/WebhookForm/index.tsx:121 msgid "Check-in Created" @@ -2150,15 +2150,15 @@ msgstr "簽到已刪除" #: src/components/layouts/CheckIn/index.tsx:215 msgid "Check-in for {0} was undone" -msgstr "" +msgstr "已撤銷 {0} 的簽到" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:223 msgid "Check-in history" -msgstr "" +msgstr "簽到紀錄" #: src/components/common/CheckInListTable/index.tsx:59 msgid "Check-In List" -msgstr "" +msgstr "簽到名單" #: src/components/modals/CheckInListSuccessModal/index.tsx:20 msgid "Check-In List Created" @@ -2175,7 +2175,7 @@ msgstr "簽到列表已過期" #: src/components/layouts/CheckIn/index.tsx:583 msgid "Check-in list info" -msgstr "" +msgstr "簽到名單資料" #: src/components/layouts/CheckIn/index.tsx:520 msgid "Check-in list is not active" @@ -2187,7 +2187,7 @@ msgstr "未找到簽到列表" #: src/components/routes/event/CheckInLists/index.tsx:60 msgid "check-in lists" -msgstr "" +msgstr "簽到名單" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:51 msgid "Check-in Lists" @@ -2201,11 +2201,11 @@ msgstr "簽到列表" #: src/components/layouts/CheckIn/BottomNav.tsx:21 msgid "Check-in navigation" -msgstr "" +msgstr "簽到導覽" #: src/components/layouts/CheckIn/index.tsx:567 msgid "Check-in progress" -msgstr "" +msgstr "簽到進度" #: src/components/routes/organizer/Reports/CheckInSummaryReport/index.tsx:45 msgid "Check-in Rate" @@ -2245,7 +2245,7 @@ msgstr "複選框" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:151 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:89 msgid "Checked in" -msgstr "" +msgstr "已簽到" #: src/components/common/AttendeeTable/index.tsx:299 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -2277,11 +2277,11 @@ msgstr "選擇背景顏色" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:123 msgid "Choose a configuration" -msgstr "" +msgstr "選擇一個設定組合" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:335 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:336 msgid "Choose a different action" -msgstr "" +msgstr "選擇其他操作" #: src/components/common/ThemeFontControl/index.tsx:66 msgid "Choose a typeface that matches your brand. Fonts are self-hosted via Bunny Fonts." @@ -2293,7 +2293,7 @@ msgstr "選擇賬户" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:202 msgid "Choose an organizer" -msgstr "" +msgstr "選擇主辦方" #: src/components/routes/events/Dashboard/index.tsx:232 msgid "Choose an Organizer" @@ -2301,7 +2301,7 @@ msgstr "選擇一個主辦單位" #: src/components/routes/product-widget/SelectProducts/index.tsx:968 msgid "Choose another date" -msgstr "" +msgstr "選擇其他日期" #: src/components/common/CalendarOptionsPopover/index.tsx:22 msgid "Choose calendar" @@ -2328,29 +2328,29 @@ msgid "City" msgstr "城市" #: src/components/common/OccurrenceSelect/index.tsx:133 -#: src/components/routes/event/OccurrencesTab/index.tsx:505 +#: src/components/routes/event/OccurrencesTab/index.tsx:519 msgid "Clear" -msgstr "" +msgstr "清除" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:475 msgid "Clear location — fall back to the event default" -msgstr "" +msgstr "清除地點 — 回復活動預設地點" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:100 msgid "Clear search" -msgstr "" +msgstr "清除搜尋" #: src/components/common/SearchBar/index.tsx:62 msgid "Clear Search Text" msgstr "清除搜索文本" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:497 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:498 msgid "Clearing removes any per-date override. Affected dates will fall back to the event's default location." -msgstr "" +msgstr "清除後會移除逐個日期的個別設定,受影響的日期會回復活動的預設地點。" #: src/components/routes/event/OccurrencesTab/index.tsx:333 msgid "Click to cancel" -msgstr "" +msgstr "按此取消" #: src/components/common/PromoCodeTable/index.tsx:106 msgid "Click to copy" @@ -2358,7 +2358,7 @@ msgstr "點擊複製" #: src/components/routes/event/OccurrencesTab/index.tsx:335 msgid "Click to reopen for new sales" -msgstr "" +msgstr "按此重新發售" #: src/components/common/AttendeeTable/index.tsx:173 msgid "Click to view notes" @@ -2478,7 +2478,7 @@ msgstr "通訊偏好" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:82 msgid "complete" -msgstr "" +msgstr "已完成" #: src/components/routes/product-widget/CollectInformation/index.tsx:749 msgid "Complete Order" @@ -2491,7 +2491,7 @@ msgstr "完成付款" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:293 msgid "Complete Stripe setup" -msgstr "" +msgstr "完成 Stripe 設定" #: src/components/routes/product-widget/CollectInformation/index.tsx:442 msgid "Complete your order to secure your tickets. This offer is time-limited, so don't wait too long." @@ -2539,11 +2539,11 @@ msgstr "會議中心" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:100 msgid "Configuration" -msgstr "" +msgstr "設定組合" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:52 msgid "Configuration assigned" -msgstr "" +msgstr "設定組合已指派" #: src/components/routes/admin/Configurations/index.tsx:196 msgid "Configuration created successfully" @@ -2580,7 +2580,7 @@ msgstr "配置稅費" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:181 msgid "Configure which products are available for this occurrence and optionally adjust pricing." -msgstr "" +msgstr "設定本場次可售的產品,亦可按需要調整價格。" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:35 msgid "Configured Discount" @@ -2643,7 +2643,7 @@ msgstr "恭喜!您的活動現已對公眾可見。" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:71 msgid "Connect bank" -msgstr "" +msgstr "連結銀行" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:370 #: src/components/modals/PublishEventModal/index.tsx:79 @@ -2665,7 +2665,7 @@ msgstr "連接 Stripe 以啟用消息功能" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:464 msgid "Connect Stripe to receive ticket payments directly to your bank account." -msgstr "" +msgstr "連結 Stripe,門票款項會直接入你的銀行帳戶。" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:263 msgid "Connect with Stripe" @@ -2673,13 +2673,13 @@ msgstr "與 Stripe 連接" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:127 msgid "Connect your bank to receive ticket sales straight to your account" -msgstr "" +msgstr "連結銀行,售票收入直接入你的帳戶" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:298 msgid "Connected the wrong Stripe account? Disconnect and start over." msgstr "連接了錯誤的 Stripe 帳戶?中斷連接並重新開始。" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:489 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:492 #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:164 msgid "Connection Details" @@ -2687,7 +2687,7 @@ msgstr "連接詳情" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:117 msgid "Connection details are required for online dates" -msgstr "" +msgstr "網上日期必須填寫連線資料" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:41 msgid "Connection details are required for online events" @@ -2760,11 +2760,11 @@ msgstr "控制此活動的平台費用如何處理" #: src/components/forms/CheckInListForm/index.tsx:83 msgid "Control who gets in for this date" -msgstr "" +msgstr "控制此日期由誰入場" #: src/components/forms/CheckInListForm/index.tsx:84 msgid "Control who gets in, and when" -msgstr "" +msgstr "控制誰可入場、何時入場" #: src/components/common/AttendeeTicket/index.tsx:188 #: src/components/common/CopyButton/index.tsx:13 @@ -2805,7 +2805,7 @@ msgstr "複製" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:364 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:373 msgid "Copy account ID" -msgstr "" +msgstr "複製帳戶 ID" #: src/components/common/AffiliateTable/index.tsx:183 msgid "Copy Affiliate Link" @@ -2865,7 +2865,7 @@ msgstr "無法刪除地點" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:244 msgid "Could not prepare the bulk update." -msgstr "" +msgstr "無法準備批次更新。" #: src/components/common/AddressAutocomplete/index.tsx:61 #: src/components/common/LocationPicker/index.tsx:153 @@ -2874,11 +2874,11 @@ msgstr "無法取得地址詳情" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:275 msgid "Could not save date" -msgstr "" +msgstr "無法儲存日期" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:78 msgid "Couldn't send verification email. Please try again." -msgstr "" +msgstr "無法傳送驗證電郵,請再試一次。" #: src/components/common/CheckoutQuestion/index.tsx:174 #: src/components/common/LocationPicker/index.tsx:268 @@ -2903,7 +2903,7 @@ msgstr "封面圖片" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:148 msgid "Cover image added" -msgstr "" +msgstr "封面圖片已新增" #: src/components/routes/event/HomepageDesigner/index.tsx:202 msgid "Cover image will be displayed at the top of your event page" @@ -2915,7 +2915,7 @@ msgstr "封面圖片將顯示在您的主辦單位頁面頂部" #: src/components/common/CheckInListTable/index.tsx:82 msgid "Covers every ticket" -msgstr "" +msgstr "涵蓋所有門票" #: src/components/routes/event/attendees.tsx:253 #: src/components/routes/event/products.tsx:77 @@ -2936,11 +2936,11 @@ msgstr "建立自訂小工具以在您的網站上銷售門票。" #: src/components/modals/SelectCheckInListModal/index.tsx:82 msgid "Create a list for this date" -msgstr "" +msgstr "為此日期建立名單" #: src/components/layouts/CheckIn/index.tsx:508 msgid "Create a new check-in list for an active session, or contact the organizer if you think this is a mistake." -msgstr "" +msgstr "請為進行中的場次建立新的簽到名單;如你認為這是誤會,請聯絡主辦方。" #: src/components/routes/auth/AcceptInvitation/index.tsx:128 msgid "Create a password" @@ -3031,7 +3031,7 @@ msgstr "建立自定義範本" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:546 msgid "Create Date" -msgstr "" +msgstr "建立日期" #: src/components/routes/event/promo-codes.tsx:33 msgid "Create discounts, access codes for hidden tickets, and special offers." @@ -3039,7 +3039,7 @@ msgstr "建立折扣、隱藏門票的存取碼和特別優惠。" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:404 msgid "Create event" -msgstr "" +msgstr "建立活動" #: src/components/common/NoEventsBlankSlate/index.tsx:27 #: src/components/layouts/OrganizerLayout/index.tsx:179 @@ -3049,7 +3049,7 @@ msgstr "創建活動" #: src/components/forms/ProductForm/index.tsx:559 msgid "Create more tickets or products to offer them as add-ons" -msgstr "" +msgstr "建立更多門票或產品,便可將它們作為附加產品提供" #: src/components/routes/events/Dashboard/index.tsx:172 msgid "Create new" @@ -3128,7 +3128,7 @@ msgstr "建立您自己的活動" msgid "Created" msgstr "已建立" -#: src/components/routes/event/OccurrencesTab/index.tsx:549 +#: src/components/routes/event/OccurrencesTab/index.tsx:564 msgid "Creating {0} dates. This may take a moment." msgstr "正在建立 {0} 個日期。這可能需要一些時間。" @@ -3170,7 +3170,7 @@ msgstr "當前密碼" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:107 msgid "Currently assigned" -msgstr "" +msgstr "目前已指派" #: src/components/common/ProductsTable/SortableProduct/index.tsx:110 msgid "Currently available for purchase" @@ -3178,7 +3178,7 @@ msgstr "目前可供購買" #: src/components/layouts/AuthLayout/index.tsx:15 msgid "Custom branding" -msgstr "" +msgstr "自訂品牌形象" #: src/components/modals/SendMessageModal/index.tsx:496 msgid "Custom date and time" @@ -3190,7 +3190,7 @@ msgstr "自定義地圖 URL" #: src/components/layouts/AuthLayout/index.tsx:24 msgid "Custom questions" -msgstr "" +msgstr "自訂問題" #: src/components/common/QuestionsTable/index.tsx:433 msgid "Custom Questions" @@ -3224,7 +3224,7 @@ msgstr "客戶" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:150 msgid "Customize page" -msgstr "" +msgstr "自訂頁面" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:56 msgid "Customize the email and notification settings for this event" @@ -3278,7 +3278,7 @@ msgstr "自訂主辦單位頁面外觀" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:50 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Daily" -msgstr "" +msgstr "每日" #: src/components/routes/organizer/Reports/index.tsx:18 msgid "Daily revenue, taxes, fees, and refunds across all events" @@ -3294,7 +3294,7 @@ msgstr "每日銷售、税費和費用明細" #: src/constants/eventCategories.ts:13 msgid "Dance" -msgstr "" +msgstr "舞蹈" #: src/components/common/CapacityAssignmentList/index.tsx:153 #: src/components/common/CheckInListList/index.tsx:174 @@ -3349,43 +3349,43 @@ msgstr "日期和時間" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:99 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:212 msgid "Date Cancellation" -msgstr "" +msgstr "日期取消" #: src/components/routes/event/OccurrenceDetail/index.tsx:76 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:54 msgid "Date cancelled" -msgstr "" +msgstr "日期已取消" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:344 msgid "Date cancelled successfully" -msgstr "" +msgstr "日期已成功取消" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:255 msgid "Date created successfully" -msgstr "" +msgstr "日期已成功建立" #: src/components/modals/ManageOccurrenceModal/index.tsx:61 #: src/components/routes/event/OccurrenceDetail/index.tsx:87 #: src/components/routes/event/OccurrencesTab/index.tsx:186 msgid "Date deleted" -msgstr "" +msgstr "日期已刪除" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:368 msgid "Date deleted successfully" -msgstr "" +msgstr "日期已成功刪除" #: src/components/modals/ManageOccurrenceModal/index.tsx:75 #: src/components/routes/event/OccurrenceDetail/index.tsx:101 msgid "Date reactivated" -msgstr "" +msgstr "日期已重新啟用" #: src/components/routes/event/OccurrencesTab/index.tsx:200 msgid "Date reopened for new sales" -msgstr "" +msgstr "此日期已重新發售" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:254 msgid "Date updated successfully" -msgstr "" +msgstr "日期已成功更新" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:808 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1093 @@ -3394,23 +3394,23 @@ msgstr "個日期" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:105 msgid "Dates are managed per occurrence" -msgstr "" +msgstr "日期按場次分別管理" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:674 msgid "Dates with sessions" -msgstr "" +msgstr "有場次的日子" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:87 msgid "day" -msgstr "" +msgstr "日" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:973 msgid "Day" -msgstr "" +msgstr "日" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:937 msgid "Day of Month" -msgstr "" +msgstr "每月某日" #: src/components/forms/CapaciyAssigmentForm/index.tsx:38 msgid "Day one capacity" @@ -3418,7 +3418,7 @@ msgstr "第一天容量" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:95 msgid "days" -msgstr "" +msgstr "日" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:920 msgid "Days of the month" @@ -3426,7 +3426,7 @@ msgstr "每月日期" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:76 msgid "December" -msgstr "" +msgstr "12 月" #: src/components/common/CookieConsentBanner/index.tsx:62 msgid "Decline" @@ -3452,7 +3452,7 @@ msgstr "預設參加者資料收集" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1106 msgid "Default capacity per date" -msgstr "" +msgstr "每個日期的預設容量" #: src/components/routes/organizer/Settings/Sections/PlatformFeesSettings/index.tsx:44 msgid "Default Fee Handling" @@ -3464,7 +3464,7 @@ msgstr "將使用預設範本" #: src/components/forms/ProductForm/ledgerSummaries.ts:66 msgid "Defaults" -msgstr "" +msgstr "預設值" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:29 #: src/components/routes/organizer/Settings/Sections/DangerZoneSettings/index.tsx:31 @@ -3478,7 +3478,7 @@ msgstr "刪除" #: src/components/common/TaxAndFeeList/index.tsx:81 #: src/components/routes/admin/Announcements/index.tsx:226 #: src/components/routes/admin/FailedJobs/index.tsx:209 -#: src/components/routes/event/OccurrencesTab/index.tsx:502 +#: src/components/routes/event/OccurrencesTab/index.tsx:512 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:62 msgid "Delete" msgstr "刪除" @@ -3489,7 +3489,7 @@ msgstr "刪除\"{0}\"?" #: src/components/routes/event/OccurrencesTab/index.tsx:249 msgid "Delete {count} selected date(s)? Dates with orders will be skipped. This cannot be undone." -msgstr "" +msgstr "刪除已選的 {count} 個日期?有訂單的日期會略過。此操作無法復原。" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:148 #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:155 @@ -3525,7 +3525,7 @@ msgstr "刪除代碼" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:357 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:582 msgid "Delete Date" -msgstr "" +msgstr "刪除日期" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:84 #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:119 @@ -3551,7 +3551,7 @@ msgstr "刪除主辦方" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Delete Permanently" -msgstr "" +msgstr "永久刪除" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:131 msgid "Delete Template" @@ -3559,11 +3559,11 @@ msgstr "刪除範本" #: src/components/common/ProductsTable/SortableCategory/index.tsx:45 msgid "Delete this category? Any products in it will also be deleted. This cannot be undone." -msgstr "" +msgstr "刪除這個分類?當中的所有產品亦會一併刪除。此操作無法復原。" #: src/components/common/ProductsTable/SortableProduct/index.tsx:71 msgid "Delete this product? This cannot be undone." -msgstr "" +msgstr "刪除這個產品?此操作無法復原。" #: src/components/common/QuestionsTable/index.tsx:197 msgid "Delete this question? This cannot be undone." @@ -3576,7 +3576,7 @@ msgstr "刪除 Webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:255 msgid "Deleted {0} date(s)" -msgstr "" +msgstr "已刪除 {0} 個日期" #: src/components/routes/admin/DeletionRequests/index.tsx:143 msgid "Deleted account" @@ -3611,7 +3611,7 @@ msgstr "説明" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:138 msgid "Description and venue added" -msgstr "" +msgstr "簡介和場地已新增" #: src/components/forms/CheckInListForm/index.tsx:143 msgid "Description for check-in staff" @@ -3640,12 +3640,12 @@ msgstr "收唔到驗證碼?" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:472 msgid "Different location" -msgstr "" +msgstr "不同地點" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:403 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:411 msgid "Disabled" -msgstr "" +msgstr "已停用" #: src/components/forms/CapaciyAssigmentForm/index.tsx:27 msgid "Disabling this capacity will track sales but not stop them when the limit is reached" @@ -3654,12 +3654,12 @@ msgstr "禁用此容量將跟蹤銷售情況,但不會在達到限制時停止 #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Discard" -msgstr "" +msgstr "捨棄" #: src/components/forms/ProductForm/ProductDrawer.tsx:54 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:725 msgid "Discard changes?" -msgstr "" +msgstr "捨棄變更?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Disconnect" @@ -3691,7 +3691,7 @@ msgstr "折扣類型" #: src/components/common/Callout/index.tsx:54 msgid "Dismiss" -msgstr "" +msgstr "關閉" #: src/components/common/AnnouncementDisplay/AnnouncementBanner.tsx:37 msgid "Dismiss announcement" @@ -3699,7 +3699,7 @@ msgstr "關閉公告" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:186 msgid "Dismiss setup checklist" -msgstr "" +msgstr "隱藏設定清單" #: src/components/routes/product-widget/SelectProducts/index.tsx:1077 msgid "Dismiss this message" @@ -3747,7 +3747,7 @@ msgstr "完成" #: src/components/common/CheckIn/CheckInDescriptionModal.tsx:20 msgid "Door staff instructions" -msgstr "" +msgstr "入場工作人員須知" #: src/components/common/CalendarOptionsPopover/index.tsx:39 msgid "Download .ics" @@ -3810,7 +3810,7 @@ msgstr "複製" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Duplicate Date" -msgstr "" +msgstr "複製日期" #: src/components/common/EventCard/index.tsx:151 msgid "Duplicate event" @@ -3832,7 +3832,7 @@ msgstr "複製產品" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:121 msgid "Duration must be at least 1 minute." -msgstr "" +msgstr "時長最少為 1 分鐘。" #: src/components/common/LanguageSwitcher/index.tsx:26 msgid "Dutch" @@ -3846,10 +3846,10 @@ msgstr "例如 180(3小時)" msgid "e.g. Learn more" msgstr "例如:了解更多" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:453 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:450 msgid "e.g. Morning Session" -msgstr "" +msgstr "例如:上午場" #: src/components/routes/admin/Announcements/index.tsx:382 msgid "e.g. New feature: Waitlists" @@ -3879,9 +3879,9 @@ msgstr "每位人士將收到一封包含預留名額的電子郵件,以完成 msgid "Each product" msgstr "每個商品" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:381 msgid "Earlier" -msgstr "" +msgstr "提早" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:64 msgid "Early bird" @@ -3960,7 +3960,7 @@ msgstr "編輯配置" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:401 msgid "Edit Date" -msgstr "" +msgstr "編輯日期" #: src/components/common/LocationsTable/index.tsx:65 msgid "Edit location" @@ -4025,7 +4025,7 @@ msgstr "編輯 Webhook" #: src/components/routes/event/OccurrencesTab/index.tsx:308 msgid "Edited" -msgstr "" +msgstr "已編輯" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:140 msgid "Editor" @@ -4079,7 +4079,7 @@ msgstr "電子郵件和通知設置" #: src/components/layouts/AuthLayout/index.tsx:20 msgid "Email & scheduled messages" -msgstr "" +msgstr "電郵與排程訊息" #: src/components/routes/event/Settings/index.tsx:78 msgid "Email & Templates" @@ -4159,7 +4159,7 @@ msgstr "需要電郵驗證" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:160 msgid "Email verified" -msgstr "" +msgstr "電郵已驗證" #: src/components/routes/welcome/index.tsx:99 msgid "Email verified successfully!" @@ -4180,7 +4180,7 @@ msgstr "嵌入小工具" #: src/components/layouts/AuthLayout/index.tsx:21 msgid "Embeddable widget" -msgstr "" +msgstr "可嵌入小工具" #: src/components/routes/admin/Announcements/index.tsx:409 msgid "Emoji" @@ -4255,11 +4255,11 @@ msgstr "完工" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:55 msgid "Ended {0}" -msgstr "" +msgstr "已於 {0} 結束" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:46 msgid "Ends {0}" -msgstr "" +msgstr "{0} 結束" #: src/components/common/LanguageSwitcher/index.tsx:18 #: src/components/common/LanguageSwitcher/index.tsx:69 @@ -4269,11 +4269,11 @@ msgstr "英語" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:131 msgid "Enter a capacity value or choose unlimited." -msgstr "" +msgstr "請輸入容量數值或選擇不限。" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:141 msgid "Enter a label or choose to remove it." -msgstr "" +msgstr "請輸入標籤,或選擇將它移除。" #: src/components/common/EmailTemplateEditor/EmailTemplatePreviewPane.tsx:58 msgid "Enter a subject and body to see the preview" @@ -4281,7 +4281,7 @@ msgstr "輸入主題和正文以查看預覽" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:112 msgid "Enter a time to shift by." -msgstr "" +msgstr "請輸入要調整的時間長度。" #: src/components/routes/organizer/Settings/Sections/AddressSettings/index.tsx:29 msgid "Enter a venue name or address" @@ -4311,9 +4311,9 @@ msgstr "輸入推廣夥伴名稱" msgid "Enter an amount excluding taxes and fees." msgstr "輸入不含税費的金額。" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:434 msgid "Enter capacity" -msgstr "" +msgstr "輸入容量" #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:69 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditOrderModal/index.tsx:69 @@ -4366,7 +4366,7 @@ msgstr "整份訂單" #: src/components/routes/event/SoldOutWaitlist/index.tsx:126 msgid "entries" -msgstr "" +msgstr "項" #: src/components/common/WaitlistTable/index.tsx:264 msgid "Entries will appear here when customers join the waitlist for sold out products." @@ -4394,7 +4394,7 @@ msgstr "加載日誌時出錯" #: src/components/forms/ProductForm/ProductDrawer.tsx:98 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:870 msgid "Esc to close" -msgstr "" +msgstr "按 Esc 關閉" #: src/components/routes/account/ManageAccount/sections/AccountSettings/index.tsx:74 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:137 @@ -4433,7 +4433,7 @@ msgstr "活動封面圖片" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:196 msgid "Event created" -msgstr "" +msgstr "活動已建立" #: src/components/forms/WebhookForm/index.tsx:43 msgid "Event Created" @@ -4483,7 +4483,7 @@ msgstr "活動主頁" #: src/components/common/PeriodSelector/index.tsx:124 msgid "Event lifetime" -msgstr "" +msgstr "活動全期" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:151 msgid "Event location & venue details" @@ -4546,7 +4546,7 @@ msgstr "活動太新" #: src/components/routes/event/EventDashboard/index.tsx:264 msgid "Event totals" -msgstr "" +msgstr "活動總計" #: src/components/common/OrganizerWebhookTable/index.tsx:237 #: src/components/common/WebhookTable/index.tsx:237 @@ -4585,32 +4585,32 @@ msgstr "每" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0}" -msgstr "" +msgstr "每 {0}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:748 msgid "Every {0} {cadenceUnit}" -msgstr "" +msgstr "每 {0} {cadenceUnit}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:32 msgid "Every {0} days" -msgstr "" +msgstr "每 {0} 日" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Every {0} months" -msgstr "" +msgstr "每 {0} 個月" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Every {0} weeks" -msgstr "" +msgstr "每 {0} 星期" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:37 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:38 msgid "Every {0} weeks on {1}" -msgstr "" +msgstr "每 {0} 星期的{1}" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Every {0} years" -msgstr "" +msgstr "每 {0} 年" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:747 msgid "Every {cadenceUnit}" @@ -4622,7 +4622,7 @@ msgstr "每個郵件範本都必須包含一個連結到相應頁面的行動號 #: src/components/forms/ProductForm/index.tsx:392 msgid "Everything else — tap to edit" -msgstr "" +msgstr "其餘所有內容 — 輕觸即可編輯" #: src/components/common/QuestionsTable/index.tsx:496 msgid "Examples: \"How did you hear about us?\", \"Company name for invoice\"" @@ -4743,11 +4743,11 @@ msgstr "取消與會者失敗" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:57 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:348 msgid "Failed to cancel date" -msgstr "" +msgstr "無法取消日期" #: src/components/routes/event/OccurrencesTab/index.tsx:241 msgid "Failed to cancel dates" -msgstr "" +msgstr "無法取消日期" #: src/components/routes/event/messages.tsx:41 msgid "Failed to cancel message" @@ -4767,7 +4767,7 @@ msgstr "建立配置失敗" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:712 msgid "Failed to create schedule" -msgstr "" +msgstr "無法建立排程" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:702 #: src/hooks/useOccurrenceGenerationPolling.ts:42 @@ -4791,15 +4791,15 @@ msgstr "刪除配置失敗" #: src/components/routes/event/OccurrenceDetail/index.tsx:90 #: src/components/routes/event/OccurrencesTab/index.tsx:187 msgid "Failed to delete date" -msgstr "" +msgstr "無法刪除日期" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:372 msgid "Failed to delete date. It may have existing orders." -msgstr "" +msgstr "無法刪除日期,此日期可能已有訂單。" #: src/components/routes/event/OccurrencesTab/index.tsx:258 msgid "Failed to delete dates" -msgstr "" +msgstr "無法刪除日期" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:40 msgid "Failed to delete event" @@ -4819,7 +4819,7 @@ msgstr "刪除主辦方失敗" #: src/components/common/ProductsTable/SortableProduct/index.tsx:80 msgid "Failed to delete product. Please try again." -msgstr "" +msgstr "無法刪除產品,請再試一次。" #: src/components/common/QuestionsTable/index.tsx:203 msgid "Failed to delete question" @@ -4875,7 +4875,7 @@ msgstr "提供票券失敗" #: src/components/modals/ManageOccurrenceModal/index.tsx:76 #: src/components/routes/event/OccurrenceDetail/index.tsx:102 msgid "Failed to reactivate date" -msgstr "" +msgstr "無法重新啟用日期" #: src/components/common/WaitlistTable/index.tsx:110 msgid "Failed to remove from waitlist" @@ -4883,11 +4883,11 @@ msgstr "從候補名單中移除失敗" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:104 msgid "Failed to remove override" -msgstr "" +msgstr "無法移除個別設定" #: src/components/routes/event/OccurrencesTab/index.tsx:201 msgid "Failed to reopen date" -msgstr "" +msgstr "無法重新發售此日期" #: src/components/common/QuestionsTable/index.tsx:184 msgid "Failed to reorder questions" @@ -4919,15 +4919,15 @@ msgstr "重試任務失敗" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:69 msgid "Failed to save override" -msgstr "" +msgstr "無法儲存個別設定" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:156 msgid "Failed to save price override" -msgstr "" +msgstr "無法儲存個別價格" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:163 msgid "Failed to save product settings" -msgstr "" +msgstr "無法儲存產品設定" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:158 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:161 @@ -5012,15 +5012,15 @@ msgstr "驗證電郵失敗" #: src/constants/eventCategories.ts:17 msgid "Family" -msgstr "" +msgstr "親子" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:247 msgid "Fast payouts to your bank" -msgstr "" +msgstr "快速將款項轉入你的銀行" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:66 msgid "February" -msgstr "" +msgstr "2 月" #: src/components/forms/TaxAndFeeForm/index.tsx:18 #: src/components/forms/TaxAndFeeForm/index.tsx:39 @@ -5042,7 +5042,7 @@ msgstr "費用處理" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:68 msgid "Fee override saved" -msgstr "" +msgstr "個別收費已儲存" #: src/components/common/InlineOrderSummary/index.tsx:156 #: src/components/common/OrdersTable/index.tsx:270 @@ -5073,11 +5073,11 @@ msgstr "請先在上方填寫您的詳細信息" #: src/constants/eventCategories.ts:12 msgid "Film" -msgstr "" +msgstr "電影" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:125 msgid "Filter attendees" -msgstr "" +msgstr "篩選參加者" #: src/components/routes/event/attendees.tsx:245 msgid "Filter Attendees" @@ -5086,7 +5086,7 @@ msgstr "篩選參與者" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:62 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:82 msgid "Filter by date" -msgstr "" +msgstr "按日期篩選" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:118 msgid "Filter by Event" @@ -5107,27 +5107,27 @@ msgstr "篩選器 ({activeFilterCount})" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:281 msgid "Finish setting up Stripe" -msgstr "" +msgstr "完成 Stripe 設定" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:70 msgid "Finish setup" -msgstr "" +msgstr "完成設定" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:57 msgid "First" -msgstr "" +msgstr "第一個" #: src/components/common/PeriodSelector/index.tsx:42 msgid "First 30 days" -msgstr "" +msgstr "首 30 日" #: src/components/common/PeriodSelector/index.tsx:40 msgid "First 7 days" -msgstr "" +msgstr "首 7 日" #: src/components/common/PeriodSelector/index.tsx:44 msgid "First 90 days" -msgstr "" +msgstr "首 90 日" #: src/components/routes/product-widget/CollectInformation/index.tsx:533 msgid "First attendee" @@ -5187,7 +5187,7 @@ msgstr "固定金額" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:145 msgid "Fixed fee" -msgstr "" +msgstr "固定費用" #: src/components/routes/admin/Configurations/index.tsx:94 #: src/components/routes/admin/Configurations/index.tsx:236 @@ -5204,11 +5204,11 @@ msgstr "固定費用必須為 0 或更高" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash off" -msgstr "" +msgstr "閃光燈關閉" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:140 msgid "Flash on" -msgstr "" +msgstr "閃光燈開啟" #: src/components/common/ThemeFontControl/index.tsx:65 msgid "Font Family" @@ -5236,7 +5236,7 @@ msgstr "忘記密碼?" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:60 msgid "Fourth" -msgstr "" +msgstr "第四個" #: src/components/common/AttendeeTicket/index.tsx:134 #: src/components/common/Currency/index.tsx:88 @@ -5258,7 +5258,7 @@ msgstr "法語" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 msgid "Fri" -msgstr "" +msgstr "五" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:44 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -5275,7 +5275,7 @@ msgstr "{0} 起" #: src/components/forms/ProductForm/ledgerSummaries.ts:46 msgid "From {start}" -msgstr "" +msgstr "由 {start} 起" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:789 msgid "from {start} until {end}" @@ -5287,11 +5287,11 @@ msgstr "從{start}起,共{count}個日期" #: src/components/layouts/AuthLayout/index.tsx:26 msgid "Full data ownership" -msgstr "" +msgstr "資料完全屬於你" #: src/components/common/PeriodSelector/index.tsx:46 msgid "Full event" -msgstr "" +msgstr "整個活動" #: src/components/modals/RefundOrderModal/index.tsx:110 msgid "Full refund" @@ -5299,15 +5299,15 @@ msgstr "全額退款" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:291 msgid "future" -msgstr "" +msgstr "日後" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:352 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:353 msgid "Future dates only" -msgstr "" +msgstr "只限日後的日期" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Future dates will be copied with capacity reset to zero" -msgstr "" +msgstr "日後的日期會被複製,容量重設為零" #: src/components/routes/event/TicketDesigner/TicketDesignerPrint.tsx:38 #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:40 @@ -5340,11 +5340,11 @@ msgstr "取得路線" #: src/components/layouts/OrganizerLayout/index.tsx:82 msgid "Get Paid" -msgstr "" +msgstr "收款" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:234 msgid "Get paid with Stripe" -msgstr "" +msgstr "用 Stripe 收款" #: src/components/routes/auth/Register/index.tsx:73 msgid "Get started" @@ -5377,7 +5377,7 @@ msgstr "返回" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:339 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:363 msgid "Go Back" -msgstr "" +msgstr "返回" #: src/components/routes/profile/ConfirmEmailChange/index.tsx:23 #: src/components/routes/profile/ConfirmEmailChange/index.tsx:42 @@ -5394,7 +5394,7 @@ msgstr "返回主頁" #: src/components/modals/CreateAttendeeModal/index.tsx:196 msgid "Go to Schedule" -msgstr "" +msgstr "前往排程" #: src/components/common/ThemeColorControls/index.tsx:113 msgid "Good readability" @@ -5438,7 +5438,7 @@ msgstr "總銷售額" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:334 msgid "Guest" -msgstr "" +msgstr "嘉賓" #: src/components/layouts/Event/index.tsx:130 msgid "Guest Management" @@ -5451,7 +5451,7 @@ msgstr "賓客" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:45 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:159 msgid "Happening now" -msgstr "" +msgstr "正在進行" #: src/components/routes/admin/DeletionRequests/index.tsx:161 msgid "Hard delete" @@ -5497,7 +5497,7 @@ msgstr "你好 {0} 👋" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:51 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:74 msgid "Hi," -msgstr "" +msgstr "你好," #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:75 msgid "Hi.Events Fee" @@ -5514,7 +5514,7 @@ msgstr "已隱藏" #: src/components/forms/ProductForm/visibilityStatus.ts:50 msgid "Hidden — sales ended {end}." -msgstr "" +msgstr "已隱藏 — 銷售已於 {end} 結束。" #: src/components/common/QuestionsTable/index.tsx:112 msgid "Hidden from attendees - only visible to organizers" @@ -5522,11 +5522,11 @@ msgstr "對參與者隱藏 - 僅主辦方可見" #: src/components/forms/ProductForm/ledgerSummaries.ts:151 msgid "Hidden from everyone" -msgstr "" +msgstr "對所有人隱藏" #: src/components/forms/ProductForm/visibilityStatus.ts:18 msgid "Hidden from everyone — the master hide switch is on." -msgstr "" +msgstr "對所有人隱藏 — 總隱藏開關已開啟。" #: src/components/common/ProductsTable/SortableProduct/index.tsx:109 #: src/components/common/ProductsTable/SortableProduct/index.tsx:318 @@ -5552,7 +5552,7 @@ msgstr "隱藏答案" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "Hide details" -msgstr "" +msgstr "隱藏詳情" #: src/components/routes/admin/Announcements/index.tsx:495 msgid "Hide Preview" @@ -5600,7 +5600,7 @@ msgstr "向用户隱藏此層級" #: src/components/forms/ProductForm/ledgerSummaries.ts:61 msgid "Hides sold out" -msgstr "" +msgstr "隱藏已售罄項目" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:91 msgid "Hiding a product will prevent users from seeing it on the event page." @@ -5629,7 +5629,7 @@ msgstr "突出顯示的產品將具有不同的背景色,使其在活動頁面 #: src/constants/eventCategories.ts:18 msgid "Hobbies" -msgstr "" +msgstr "興趣愛好" #: src/components/routes/event/HomepageDesigner/index.tsx:168 #: src/components/routes/organizer/OrganizerHomepageDesigner/index.tsx:173 @@ -5651,10 +5651,10 @@ msgstr "主頁預覽" msgid "Homer" msgstr "荷馬" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:386 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:410 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:387 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:411 msgid "Hours" -msgstr "" +msgstr "小時" #: src/components/forms/PromoCodeForm/index.tsx:116 msgid "How is the discount applied?" @@ -5674,7 +5674,7 @@ msgstr "這個代碼可以使用多少次?" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:449 msgid "How VAT is applied to the platform fees we charge you." -msgstr "" +msgstr "我們向你收取的平台費如何計算增值稅。" #: src/components/common/Editor/index.tsx:90 msgid "HTML character limit exceeded: {htmlLength}/{maxLength}" @@ -5795,11 +5795,11 @@ msgstr "{diffMinutes} 分鐘後" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:111 msgid "in last {0} min" -msgstr "" +msgstr "最近 {0} 分鐘內" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:472 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 msgid "In person — set a venue" -msgstr "" +msgstr "實體 — 設定場地" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:132 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:168 @@ -5881,7 +5881,7 @@ msgstr "Instagram" #: src/components/layouts/AuthLayout/index.tsx:14 msgid "Instant Stripe payouts" -msgstr "" +msgstr "Stripe 即時撥款" #: src/components/layouts/Event/index.tsx:143 #: src/components/layouts/OrganizerLayout/index.tsx:114 @@ -5890,7 +5890,7 @@ msgstr "整合" #: src/components/forms/CheckInListForm/index.tsx:190 msgid "Internal notes on the attendee's ticket" -msgstr "" +msgstr "參加者門票上的內部備註" #: src/components/common/ContactOrganizerModal/index.tsx:35 #: src/components/routes/product-widget/OrderSummaryAndProducts/EditAttendeeModal/index.tsx:33 @@ -5972,11 +5972,11 @@ msgstr "發票設置" #: src/components/routes/welcome/index.tsx:404 msgid "It happens on more than one date" -msgstr "" +msgstr "它在多個日期舉行" #: src/components/layouts/ProductWidget/index.tsx:57 msgid "It may have been unpublished or removed. Please check the link and try again." -msgstr "" +msgstr "它可能已取消發佈或被移除。請檢查連結後再試一次。" #: src/components/common/LanguageSwitcher/index.tsx:24 msgid "Italian" @@ -5997,7 +5997,7 @@ msgstr "項目" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:65 msgid "January" -msgstr "" +msgstr "1 月" #: src/components/routes/admin/FailedJobs/index.tsx:163 msgid "Job" @@ -6047,11 +6047,11 @@ msgstr "已加入" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:71 msgid "July" -msgstr "" +msgstr "7 月" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:70 msgid "June" -msgstr "" +msgstr "6 月" #: src/components/routes/auth/Login/index.tsx:121 msgid "Just looking for your tickets?" @@ -6059,11 +6059,11 @@ msgstr "只是在找您的票?" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:24 msgid "just now" -msgstr "" +msgstr "剛剛" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:161 msgid "Just wrapped" -msgstr "" +msgstr "剛剛結束" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:120 msgid "Keep connection" @@ -6072,7 +6072,7 @@ msgstr "保留連接" #: src/components/forms/ProductForm/ProductDrawer.tsx:60 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:731 msgid "Keep editing" -msgstr "" +msgstr "繼續編輯" #: src/components/routes/admin/Announcements/index.tsx:390 msgid "Keep it short — banners show a single line. {0}/200" @@ -6084,7 +6084,7 @@ msgstr "讓我隨時了解來自 {0} 的新聞和活動" #: src/components/layouts/AuthLayout/index.tsx:42 msgid "Keep the profit." -msgstr "" +msgstr "利潤全歸你。" #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:63 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:449 @@ -6099,7 +6099,7 @@ msgstr "標籤 — 例如:上午場" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:301 msgid "label updates" -msgstr "" +msgstr "標籤更新" #: src/components/modals/CreateAttendeeModal/index.tsx:235 #: src/components/modals/ManageAttendeeModal/index.tsx:156 @@ -6109,7 +6109,7 @@ msgstr "語言" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:61 msgid "Last" -msgstr "" +msgstr "最後一個" #: src/components/common/OrganizerReportTable/index.tsx:60 #: src/components/common/ReportTable/index.tsx:55 @@ -6203,13 +6203,13 @@ msgstr "最近觸發" msgid "Last Used" msgstr "最近一次使用" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:379 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:380 msgid "Later" -msgstr "" +msgstr "較後" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:152 msgid "Latest check-ins" -msgstr "" +msgstr "最新簽到" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1098 msgid "Leave “from” as today to start right away." @@ -6221,27 +6221,27 @@ msgstr "留空以使用默認詞“發票”" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:507 msgid "Leave empty for unlimited" -msgstr "" +msgstr "留空表示不限" #: src/components/forms/CheckInListForm/index.tsx:131 msgid "Leave empty to apply this check-in list to all occurrences" -msgstr "" +msgstr "留空即可讓此簽到名單適用於所有場次" #: src/components/forms/CheckInListForm/index.tsx:106 msgid "Leave on to cover every ticket on the event. Turn off to pick specific tickets." -msgstr "" +msgstr "保持開啟即可涵蓋活動的所有門票;關閉後可揀選指定門票。" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:300 msgid "Let them know about the change" -msgstr "" +msgstr "通知他們這項變更" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:266 msgid "Let them know about the changes" -msgstr "" +msgstr "通知他們這些變更" #: src/components/layouts/OrganizerLayout/index.tsx:111 msgid "Library" -msgstr "" +msgstr "圖庫" #: src/components/common/ThemeColorControls/index.tsx:84 msgid "Light" @@ -6261,7 +6261,7 @@ msgstr "允許連結" #: src/components/routes/event/OccurrencesTab/index.tsx:472 msgid "List" -msgstr "" +msgstr "清單" #: src/components/common/EventCard/index.tsx:91 #: src/components/layouts/Event/index.tsx:218 @@ -6281,11 +6281,11 @@ msgstr "直播活動" #: src/components/forms/ProductForm/ProductPreview.tsx:72 msgid "Live preview" -msgstr "" +msgstr "即時預覽" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:344 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:345 msgid "Loaded dates" -msgstr "" +msgstr "已載入的日期" #: src/components/routes/event/TicketDesigner/TicketPreview.tsx:33 msgid "Loading preview..." @@ -6340,7 +6340,7 @@ msgstr "地點已更新" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:302 msgid "location updates" -msgstr "" +msgstr "地點更新" #: src/components/routes/organizer/Locations/index.tsx:52 msgid "locations" @@ -6404,7 +6404,7 @@ msgstr "在結賬時強制要求填寫賬單地址" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:114 msgid "Make it visible so people can buy tickets" -msgstr "" +msgstr "設為公開可見,大家才可以購票" #: src/components/forms/QuestionForm/index.tsx:212 msgid "Make this question mandatory" @@ -6426,7 +6426,7 @@ msgstr "管理" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:97 msgid "Manage {0}" -msgstr "" +msgstr "管理{0}" #: src/hooks/useAttendeeActions.tsx:75 msgid "Manage attendee" @@ -6434,7 +6434,7 @@ msgstr "管理與會者" #: src/components/routes/event/OccurrencesTab/index.tsx:462 msgid "Manage dates and times for your recurring event" -msgstr "" +msgstr "管理重複活動的日期和時間" #: src/components/common/EventCard/index.tsx:146 msgid "Manage event" @@ -6442,7 +6442,7 @@ msgstr "管理活動" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:393 msgid "Manage on Stripe" -msgstr "" +msgstr "在 Stripe 管理" #: src/hooks/useOrderActions.tsx:99 msgid "Manage order" @@ -6459,11 +6459,11 @@ msgstr "管理簡介" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:114 msgid "Manage schedule" -msgstr "" +msgstr "管理排程" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:78 msgid "Manage Schedule" -msgstr "" +msgstr "管理排程" #: src/components/routes/account/ManageAccount/sections/TaxSettings/index.tsx:17 msgid "Manage taxes and fees which can be applied to your products" @@ -6505,7 +6505,7 @@ msgstr "手動添加與會者" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:67 msgid "March" -msgstr "" +msgstr "3 月" #: src/hooks/useOrderActions.tsx:128 msgid "Mark as paid" @@ -6513,7 +6513,7 @@ msgstr "標記為已支付" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:180 msgid "Mark as validated (admin override)" -msgstr "" +msgstr "標示為已核實(管理員特批)" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:177 msgid "Max Messages / 24h" @@ -6533,7 +6533,7 @@ msgstr "每份訂單的最高限額" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:69 msgid "May" -msgstr "" +msgstr "5 月" #: src/components/routes/admin/Attribution/index.tsx:108 msgid "Medium" @@ -6620,7 +6620,7 @@ msgstr "訊息級別更新成功" #: src/components/forms/ProductForm/ledgerSummaries.ts:115 msgid "Min {min} per order" -msgstr "" +msgstr "每張訂單最少 {min} 件" #: src/components/forms/ProductForm/index.tsx:523 msgid "Minimum Per Order" @@ -6634,10 +6634,10 @@ msgstr "最低價格" msgid "minutes" msgstr "分鐘" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:393 -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:417 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:394 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:418 msgid "Minutes" -msgstr "" +msgstr "分鐘" #: src/components/routes/event/Settings/index.tsx:84 msgid "Miscellaneous" @@ -6652,13 +6652,13 @@ msgstr "雜項設置" msgid "Modal" msgstr "彈窗" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:467 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:468 msgid "Mode" -msgstr "" +msgstr "模式" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 msgid "Mon" -msgstr "" +msgstr "一" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:40 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -6675,7 +6675,7 @@ msgstr "監控和管理失敗的後台任務" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:89 msgid "month" -msgstr "" +msgstr "個月" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:931 msgid "Month" @@ -6684,20 +6684,20 @@ msgstr "月" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:52 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:41 msgid "Monthly" -msgstr "" +msgstr "每月" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:97 msgid "months" -msgstr "" +msgstr "個月" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:268 msgid "more" -msgstr "" +msgstr "更多" #: src/components/common/EntityActions/index.tsx:98 #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:171 msgid "More actions" -msgstr "" +msgstr "更多操作" #: src/components/routes/admin/Dashboard/index.tsx:294 msgid "Most Viewed Events (Last 14 Days)" @@ -6705,7 +6705,7 @@ msgstr "最多瀏覽活動(過去14天)" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Move all dates earlier or later" -msgstr "" +msgstr "將所有日期整體提早或延後" #: src/components/forms/QuestionForm/index.tsx:106 msgid "Multi line text box" @@ -6715,11 +6715,11 @@ msgstr "多行文本框" #: src/components/layouts/EventHomepage/index.tsx:180 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Multiple locations" -msgstr "" +msgstr "多個地點" #: src/components/layouts/AuthLayout/index.tsx:27 msgid "Multiple ticket types" -msgstr "" +msgstr "多種門票類型" #: src/constants/eventCategories.ts:8 msgid "Music" @@ -6800,13 +6800,13 @@ msgstr "淨收入" msgid "Never" msgstr "從不" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:432 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:433 msgid "New capacity" -msgstr "" +msgstr "新容量" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:451 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:452 msgid "New label" -msgstr "" +msgstr "新標籤" #: src/components/common/LocationPicker/index.tsx:169 #: src/components/common/LocationPicker/index.tsx:183 @@ -6825,7 +6825,7 @@ msgstr "新註冊" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:53 msgid "New time:" -msgstr "" +msgstr "新時間:" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:429 msgid "Next month" @@ -6833,11 +6833,11 @@ msgstr "下個月" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:162 msgid "Next occurrence" -msgstr "" +msgstr "下一場次" #: src/components/common/EventDateRange/index.tsx:61 msgid "Next: {nextFormatted}" -msgstr "" +msgstr "下一場:{nextFormatted}" #: src/constants/eventCategories.ts:4 msgid "Nightlife" @@ -6886,7 +6886,7 @@ msgstr "未找到此訂單的參會者。" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:173 msgid "No attendees to show" -msgstr "" +msgstr "沒有可顯示的參加者" #: src/components/common/AttendeeTable/index.tsx:346 msgid "No Attendees to show" @@ -6894,7 +6894,7 @@ msgstr "無與會者" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:79 msgid "No attendees yet for this date." -msgstr "" +msgstr "此日期尚未有參加者。" #: src/components/routes/admin/Attribution/index.tsx:121 msgid "No attribution data found" @@ -6902,7 +6902,7 @@ msgstr "未找到歸因數據" #: src/components/routes/organizer/Payments/CapabilityList.tsx:69 msgid "No capabilities reported by Stripe yet." -msgstr "" +msgstr "Stripe 尚未回報任何功能狀態。" #: src/components/modals/OfferWaitlistModal/index.tsx:193 msgid "No capacity" @@ -6915,7 +6915,7 @@ msgstr "沒有容量分配" #: src/components/common/KpiGrid/index.tsx:57 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:212 msgid "No change" -msgstr "" +msgstr "沒有變更" #: src/components/common/CheckInListList/index.tsx:44 #: src/components/common/CheckInListTable/index.tsx:266 @@ -6928,7 +6928,7 @@ msgstr "此活動沒有可用的簽到列表。" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:155 msgid "No check-ins yet" -msgstr "" +msgstr "尚未有簽到紀錄" #: src/components/routes/admin/Configurations/index.tsx:127 msgid "No configurations found" @@ -6936,7 +6936,7 @@ msgstr "找不到配置" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:207 msgid "No connections available" -msgstr "" +msgstr "沒有可用的連線" #: src/components/common/ReportTable/index.tsx:233 msgid "No data available" @@ -6953,32 +6953,32 @@ msgstr "無數據顯示。請選擇日期範圍" #: src/components/common/EventCard/index.tsx:221 #: src/components/common/EventCard/index.tsx:318 msgid "No date added" -msgstr "" +msgstr "未新增日期" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:668 msgid "No dates available this month. Try navigating to another month." -msgstr "" +msgstr "本月沒有可選日期,請轉去其他月份。" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:90 msgid "No dates match the current filters." -msgstr "" +msgstr "沒有日期符合目前的篩選條件。" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates match your filters" -msgstr "" +msgstr "沒有日期符合你的篩選條件" #: src/components/common/OccurrenceSelect/index.tsx:158 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:130 msgid "No dates match your search" -msgstr "" +msgstr "沒有日期符合你的搜尋" #: src/components/modals/PublishEventModal/index.tsx:103 msgid "No dates scheduled" msgstr "未安排日期" -#: src/components/routes/event/OccurrencesTab/index.tsx:580 +#: src/components/routes/event/OccurrencesTab/index.tsx:595 msgid "No dates scheduled yet" -msgstr "" +msgstr "尚未安排任何日期" #: src/components/routes/admin/DeletionRequests/index.tsx:108 msgid "No deletion requests found" @@ -7026,7 +7026,7 @@ msgstr "無發票" #: src/components/forms/ProductForm/ledgerSummaries.ts:121 msgid "No limits" -msgstr "" +msgstr "沒有限制" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:163 #: src/components/modals/WebhookLogsModal/index.tsx:177 @@ -7047,11 +7047,11 @@ msgstr "無信息顯示" #: src/components/modals/CreateAttendeeModal/index.tsx:183 msgid "No occurrences available" -msgstr "" +msgstr "沒有可選場次" #: src/components/routes/event/OccurrencesTab/CalendarView/index.tsx:134 msgid "No occurrences on this date" -msgstr "" +msgstr "該日沒有場次" #: src/components/common/QuestionsTable/index.tsx:491 msgid "No order questions yet" @@ -7071,7 +7071,7 @@ msgstr "尚無訂單" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:90 msgid "No orders yet for this date." -msgstr "" +msgstr "此日期尚未有訂單。" #: src/components/routes/admin/Dashboard/index.tsx:377 msgid "No organizer activity in the last 14 days" @@ -7079,7 +7079,7 @@ msgstr "過去14天沒有主辦方活動" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:179 msgid "No organizer context available." -msgstr "" +msgstr "沒有可用的主辦方內容。" #: src/components/modals/SwitchOrganizerModal/index.tsx:57 msgid "No other organizers available" @@ -7116,7 +7116,7 @@ msgstr "此類別中沒有可用的產品。" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:170 msgid "No products configured for this event." -msgstr "" +msgstr "此活動尚未設定任何產品。" #: src/components/modals/OfferWaitlistModal/index.tsx:140 msgid "No products have waiting entries" @@ -7195,7 +7195,7 @@ msgstr "沒有可售門票" #: src/components/common/EventDateRange/index.tsx:68 msgid "No upcoming dates" -msgstr "" +msgstr "沒有即將舉行的日期" #: src/components/layouts/OrganizerHomepage/index.tsx:299 msgid "No upcoming events" @@ -7229,7 +7229,7 @@ msgstr "否,保留在此" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:293 msgid "non-edited" -msgstr "" +msgstr "未編輯" #: src/components/common/PromoCodeTable/index.tsx:82 #: src/components/forms/ProductForm/ledgerSummaries.ts:92 @@ -7240,7 +7240,7 @@ msgstr "無" #: src/components/forms/ProductForm/ledgerSummaries.ts:29 msgid "None yet" -msgstr "" +msgstr "暫時未有" #: src/components/common/ProductPriceAvailability/index.tsx:38 #: src/components/common/ProductPriceAvailability/index.tsx:68 @@ -7250,7 +7250,7 @@ msgstr "不詳" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:122 #: src/components/modals/ManageAttendeeModal/index.tsx:138 msgid "Not checked in" -msgstr "" +msgstr "未簽到" #: src/components/common/AttendeeTable/index.tsx:304 #: src/components/common/CheckInStatusModal/index.tsx:116 @@ -7279,7 +7279,7 @@ msgstr "通知設置" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:569 msgid "Notify attendees and stop sales" -msgstr "" +msgstr "通知參加者並停止售票" #: src/components/routes/event/Settings/Sections/EmailSettings/GeneralEmailSettings.tsx:76 msgid "Notify organizer of new orders" @@ -7287,11 +7287,11 @@ msgstr "將新訂單通知組織者" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:75 msgid "November" -msgstr "" +msgstr "11 月" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1087 msgid "Number of dates to create" -msgstr "" +msgstr "要建立的日期數目" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:227 msgid "Number of days allowed for payment (leave blank to omit payment terms from invoices)" @@ -7307,38 +7307,38 @@ msgstr "號碼前綴" #: src/components/modals/ManageOrderModal/index.tsx:140 #: src/components/modals/SendMessageModal/index.tsx:357 msgid "Occurrence" -msgstr "" +msgstr "場次" #: src/components/forms/WebhookForm/index.tsx:133 msgid "Occurrence Cancelled" -msgstr "" +msgstr "場次已取消" #: src/components/layouts/Event/index.tsx:113 #: src/components/routes/event/OccurrencesTab/index.tsx:463 msgid "Occurrence Schedule" -msgstr "" +msgstr "場次排程" #: src/components/routes/event/Reports/index.tsx:37 #: src/components/routes/event/Reports/OccurrenceSummaryReport/index.tsx:102 msgid "Occurrence Summary" -msgstr "" +msgstr "場次概覽" #: src/components/common/OrderDetails/index.tsx:55 #: src/components/modals/ManageOrderModal/index.tsx:140 msgid "Occurrences" -msgstr "" +msgstr "場次" #: src/components/modals/DuplicateEventModal/index.tsx:59 msgid "Occurrences (future only)" -msgstr "" +msgstr "場次(只限日後)" #: src/components/modals/CreateEventModal/index.tsx:252 msgid "Occurrences can be configured after creation" -msgstr "" +msgstr "場次可在建立後再設定" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:74 msgid "October" -msgstr "" +msgstr "10 月" #: src/components/common/OrganizerReportTable/index.tsx:356 msgid "of" @@ -7351,7 +7351,7 @@ msgstr "每月" #: src/components/forms/ProductForm/ledgerSummaries.ts:77 #: src/components/forms/ProductForm/ledgerSummaries.ts:140 msgid "Off" -msgstr "" +msgstr "關" #: src/components/common/WaitlistTable/index.tsx:135 #: src/components/modals/OfferWaitlistModal/index.tsx:227 @@ -7422,7 +7422,7 @@ msgstr "於" #: src/components/forms/ProductForm/ledgerSummaries.ts:74 msgid "On" -msgstr "" +msgstr "開" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:760 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:768 @@ -7449,7 +7449,7 @@ msgstr "於{position}{day}" #: src/components/forms/ProductForm/index.tsx:442 msgid "On the event page" -msgstr "" +msgstr "在活動頁面上" #: src/components/common/JoinWaitlistButton/index.tsx:25 msgid "On the waitlist" @@ -7480,23 +7480,23 @@ msgstr "持續進行" msgid "Online" msgstr "線上" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:473 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:474 msgid "Online — provide connection details" -msgstr "" +msgstr "網上 — 請填寫連線資料" #: src/components/common/EventCard/index.tsx:100 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:46 msgid "Online & in-person" -msgstr "" +msgstr "網上及實體" #: src/components/layouts/EventHomepage/index.tsx:181 msgid "Online & in-person — see schedule" -msgstr "" +msgstr "網上及實體 — 詳見排程" #: src/components/common/AttendeeTicket/index.tsx:127 #: src/components/modals/ManageOccurrenceModal/index.tsx:146 msgid "Online event" -msgstr "" +msgstr "網上活動" #: src/components/layouts/EventHomepage/index.tsx:404 #: src/components/layouts/OrganizerHomepage/EventCard/index.tsx:175 @@ -7517,7 +7517,7 @@ msgstr "僅剩 {capacity} 個" #: src/components/forms/ProductForm/ProductDrawer.tsx:130 msgid "Only a name is required — everything else has sensible defaults" -msgstr "" +msgstr "只有名稱是必填 — 其餘都有合理的預設值" #: src/components/routes/event/Settings/Sections/DangerZoneSettings/index.tsx:74 msgid "Only account administrators can delete or archive events. Contact your account admin for assistance." @@ -7529,7 +7529,7 @@ msgstr "只有帳戶管理員可以刪除或封存主辦方。請聯絡您的帳 #: src/components/forms/ProductForm/index.tsx:546 msgid "Only available as an add-on" -msgstr "" +msgstr "只作附加產品提供" #: src/components/routes/admin/Announcements/index.tsx:470 msgid "Only published announcements are shown to users" @@ -7545,11 +7545,11 @@ msgstr "僅顯示開始日期和時間" #: src/components/common/ProductsTable/SortableProduct/index.tsx:335 msgid "Only shown as an add-on to the products it's attached to" -msgstr "" +msgstr "只會在所連結的產品下以附加產品形式顯示" #: src/components/forms/ProductForm/visibilityStatus.ts:25 msgid "Only shown as an add-on to the products it's attached to." -msgstr "" +msgstr "只會在所連結的產品下以附加產品形式顯示。" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:138 msgid "Only the account owner can request account deletion." @@ -7557,11 +7557,11 @@ msgstr "只有帳戶擁有者才能請求刪除帳戶。" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:513 msgid "Only tickets count toward capacity" -msgstr "" +msgstr "只有門票計入容量" #: src/components/forms/ProductForm/visibilityStatus.ts:32 msgid "Only visible to buyers with an applicable promo code." -msgstr "" +msgstr "只有持有適用優惠碼的買家可見。" #: src/components/common/ProductsTable/SortableProduct/index.tsx:319 msgid "Only visible with promo code" @@ -7569,7 +7569,7 @@ msgstr "僅使用促銷代碼時可見" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open check-in" -msgstr "" +msgstr "開啟簽到" #: src/components/common/CheckInListList/index.tsx:165 #: src/components/common/CheckInListTable/index.tsx:209 @@ -7579,7 +7579,7 @@ msgstr "開啟簽到頁面" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:217 msgid "Open occurrence" -msgstr "" +msgstr "開啟場次" #: src/components/layouts/AppLayout/index.tsx:31 msgid "Open sidebar" @@ -7621,9 +7621,9 @@ msgstr "選項" msgid "or" msgstr "或" -#: src/components/routes/event/OccurrencesTab/index.tsx:603 +#: src/components/routes/event/OccurrencesTab/index.tsx:618 msgid "or add a single date" -msgstr "" +msgstr "或新增單一日期" #: src/components/modals/PublishEventModal/index.tsx:81 msgid "Or enable offline payments and disable Stripe" @@ -7631,7 +7631,7 @@ msgstr "或啟用線下付款並停用 Stripe" #: src/components/routes/event/OccurrencesTab/index.tsx:415 msgid "order" -msgstr "" +msgstr "張訂單" #: src/components/common/QuestionsTable/index.tsx:295 #: src/components/common/QuestionsTable/index.tsx:448 @@ -7647,7 +7647,7 @@ msgstr "訂單及門票" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:265 msgid "Order #" -msgstr "" +msgstr "訂單編號" #: src/components/routes/product-widget/CollectInformation/index.tsx:386 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:375 @@ -7682,7 +7682,7 @@ msgstr "訂購日期" #: src/components/forms/CheckInListForm/index.tsx:222 msgid "Order details" -msgstr "" +msgstr "訂單詳情" #: src/components/common/OrdersTable/index.tsx:178 #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:613 @@ -7708,7 +7708,7 @@ msgstr "訂單編號" #: src/components/forms/ProductForm/index.tsx:517 msgid "Order limits" -msgstr "" +msgstr "訂購限制" #: src/hooks/useOrderActions.tsx:50 msgid "Order marked as paid" @@ -7728,7 +7728,7 @@ msgstr "找不到訂單" #: src/components/forms/CheckInListForm/index.tsx:224 msgid "Order number, purchase date, purchaser email" -msgstr "" +msgstr "訂單編號、購買日期、買家電郵" #: src/components/common/MessageList/index.tsx:31 msgid "Order owner" @@ -7790,7 +7790,7 @@ msgstr "訂單已被取消" #: src/components/routes/event/OccurrencesTab/index.tsx:415 #: src/components/routes/event/orders.tsx:197 msgid "orders" -msgstr "" +msgstr "張訂單" #: src/components/layouts/Admin/index.tsx:17 #: src/components/layouts/Event/index.tsx:125 @@ -7905,7 +7905,7 @@ msgstr "將使用組織者/預設範本" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:202 msgid "Organizers" -msgstr "" +msgstr "主辦方" #: src/components/modals/EditUserModal/index.tsx:58 #: src/components/modals/InviteUserModal/index.tsx:49 @@ -7927,7 +7927,7 @@ msgstr "結果" #: src/constants/eventCategories.ts:22 msgid "Outdoors" -msgstr "" +msgstr "戶外" #: src/components/routes/admin/Messages/index.tsx:107 msgid "Outgoing Messages" @@ -7935,19 +7935,19 @@ msgstr "發出的訊息" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:208 msgid "Override" -msgstr "" +msgstr "個別設定" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:133 msgid "Override fees on this organizer" -msgstr "" +msgstr "為此主辦方設定個別收費" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:228 msgid "Override price" -msgstr "" +msgstr "設定個別價格" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:96 msgid "Override removed" -msgstr "" +msgstr "個別設定已移除" #: src/components/layouts/Event/index.tsx:100 msgid "Overview" @@ -7988,7 +7988,7 @@ msgstr "付訖" #: src/components/forms/ProductForm/index.tsx:274 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:431 msgid "Paid" -msgstr "" +msgstr "已付款" #: src/components/routes/admin/Attribution/index.tsx:51 msgid "Paid Accounts" @@ -8048,7 +8048,7 @@ msgstr "過去" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:317 msgid "Past due" -msgstr "" +msgstr "已逾期" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Past Events" @@ -8162,7 +8162,7 @@ msgstr "付款不可用" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:407 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:463 msgid "Payouts" -msgstr "" +msgstr "收款" #: src/components/routes/admin/DeletionRequests/index.tsx:85 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:437 @@ -8180,7 +8180,7 @@ msgstr "每位參與者" #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:117 msgid "per min" -msgstr "" +msgstr "每分鐘" #: src/components/common/PromoCodeTable/index.tsx:91 msgid "per order" @@ -8216,7 +8216,7 @@ msgstr "百分比費用" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:137 msgid "Percentage fee (%)" -msgstr "" +msgstr "按百分比收費(%)" #: src/components/routes/admin/Configurations/index.tsx:175 msgid "Percentage must be between 0 and 100" @@ -8248,7 +8248,7 @@ msgstr "永久刪除此主辦方及其所有活動。" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:583 msgid "Permanently remove this date" -msgstr "" +msgstr "永久移除此日期" #: src/components/routes/profile/ManageProfile/index.tsx:148 msgid "Personal Information" @@ -8260,15 +8260,15 @@ msgstr "電話" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:530 msgid "Pick an end date" -msgstr "" +msgstr "選擇結束日期" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:538 msgid "Pick at least one day of the month" -msgstr "" +msgstr "請至少選擇每月的一日" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:527 msgid "Pick at least one day of the week" -msgstr "" +msgstr "請至少選擇每星期的一日" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:841 msgid "Pick days to see your dates." @@ -8285,7 +8285,7 @@ msgstr "將此放置在您網站的 中。" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:269 #: src/components/modals/ManageOrderModal/index.tsx:125 msgid "Placed" -msgstr "" +msgstr "已落單" #: src/components/common/PoweredByFooter/index.tsx:48 msgid "Planning an event?" @@ -8340,7 +8340,7 @@ msgstr "請檢查您的電子郵件以確認您的電子郵件地址" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:76 msgid "Please check your ticket for the updated time. Your tickets are still valid — no action is needed unless the new times don't work for you. Reply to this email if you have any questions." -msgstr "" +msgstr "請查看門票上的最新時間。你的門票仍然有效 — 除非新時間不合適,否則毋須任何操作。如有疑問,請直接回覆此電郵。" #: src/components/routes/product-widget/SelectProducts/index.tsx:1023 msgid "Please continue in the new tab" @@ -8393,7 +8393,7 @@ msgstr "請返回活動頁面重新開始。" #: src/components/routes/product-widget/SelectProducts/index.tsx:584 msgid "Please select a date and time" -msgstr "" +msgstr "請選擇日期和時間" #: src/components/common/OrganizerReportTable/index.tsx:269 msgid "Please select a date range" @@ -8452,7 +8452,7 @@ msgstr "葡萄牙語" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:967 msgid "Position" -msgstr "" +msgstr "排序位置" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:97 msgid "Post Checkout message" @@ -8506,7 +8506,7 @@ msgstr "未設置價格" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:206 msgid "Price Tier" -msgstr "" +msgstr "價格級別" #: src/components/forms/ProductForm/index.tsx:356 msgid "Price Tiers" @@ -8514,7 +8514,7 @@ msgstr "價格等級" #: src/components/forms/ProductForm/index.tsx:266 msgid "Pricing" -msgstr "" +msgstr "定價" #: src/components/common/WidgetEditor/index.tsx:187 msgid "Primary Color" @@ -8604,11 +8604,11 @@ msgstr "產品銷售、收入和税費明細" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:599 msgid "Product settings cannot be edited for cancelled dates." -msgstr "" +msgstr "已取消的日期無法編輯產品設定。" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:160 msgid "Product settings saved successfully" -msgstr "" +msgstr "產品設定已成功儲存" #: src/components/common/ProductSelector/index.tsx:67 msgid "Product Tier" @@ -8661,7 +8661,7 @@ msgstr "成功更新個人資料" #: src/components/common/CheckIn/CheckInInfoModal.tsx:47 msgid "Progress" -msgstr "" +msgstr "進度" #: src/components/routes/product-widget/SelectProducts/index.tsx:500 msgid "Promo {promo_code} code applied" @@ -8682,7 +8682,7 @@ msgstr "促銷代碼頁面" #: src/components/forms/ProductForm/ledgerSummaries.ts:154 msgid "Promo code required" -msgstr "" +msgstr "需要優惠碼" #: src/components/routes/event/Reports/index.tsx:32 msgid "Promo code usage and discount breakdown" @@ -8690,11 +8690,11 @@ msgstr "促銷碼使用情況及折扣明細" #: src/components/routes/event/promo-codes.tsx:55 msgid "promo codes" -msgstr "" +msgstr "優惠碼" #: src/components/layouts/AuthLayout/index.tsx:18 msgid "Promo codes" -msgstr "" +msgstr "優惠碼" #: src/components/layouts/Event/index.tsx:126 #: src/components/modals/DuplicateEventModal/index.tsx:52 @@ -8733,11 +8733,11 @@ msgstr "請至少填寫一個地址欄位(場地、街道、城市或國家) #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:438 msgid "Provide the following before Stripe's next review to keep payouts flowing." -msgstr "" +msgstr "請在 Stripe 下次審核前補齊以下資料,以免影響收款。" #: src/components/forms/ProductForm/ledgerSummaries.ts:157 msgid "Public" -msgstr "" +msgstr "公開" #: src/components/common/StatusToggle/index.tsx:97 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:117 @@ -8754,7 +8754,7 @@ msgstr "發布活動" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:113 msgid "Publish your event" -msgstr "" +msgstr "發佈你的活動" #: src/components/routes/admin/Announcements/index.tsx:183 #: src/components/routes/admin/Announcements/index.tsx:473 @@ -8774,11 +8774,11 @@ msgstr "已購買" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:275 msgid "Purchaser" -msgstr "" +msgstr "購買人" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:283 msgid "Purchaser email" -msgstr "" +msgstr "購買人電郵" #: src/components/modals/ShareModal/index.tsx:168 msgid "QR Code" @@ -8786,7 +8786,7 @@ msgstr "二維碼" #: src/components/layouts/AuthLayout/index.tsx:16 msgid "QR code check-in" -msgstr "" +msgstr "二維碼簽到" #: src/components/modals/OfferWaitlistModal/index.tsx:170 msgid "Qty" @@ -8803,7 +8803,7 @@ msgstr "可用數量" #: src/components/forms/CheckInListForm/index.tsx:205 msgid "Question answers" -msgstr "" +msgstr "問題回答" #: src/components/common/QuestionsTable/index.tsx:201 msgid "Question deleted" @@ -8837,7 +8837,7 @@ msgstr "隊列" #: src/components/forms/PromoCodeForm/index.tsx:145 msgid "Quick Tip" -msgstr "" +msgstr "小貼士" #: src/components/forms/QuestionForm/index.tsx:118 msgid "Radio Option" @@ -8861,7 +8861,7 @@ msgstr "重新提供名額" #: src/components/modals/ManageOccurrenceModal/index.tsx:70 #: src/components/routes/event/OccurrenceDetail/index.tsx:96 msgid "Reactivate this date? It will be reopened for future sales." -msgstr "" +msgstr "重新啟用此日期?它會重新開放售票。" #: src/components/modals/PublishEventModal/index.tsx:143 msgid "Ready to go live?" @@ -8869,7 +8869,7 @@ msgstr "準備好發布了嗎?" #: src/components/layouts/AuthLayout/index.tsx:19 msgid "Real-time analytics" -msgstr "" +msgstr "即時數據分析" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:171 msgid "Reason (optional)" @@ -8887,19 +8887,19 @@ msgstr "最近帳戶註冊" #: src/components/common/PeriodSelector/index.tsx:111 msgid "Recent activity" -msgstr "" +msgstr "最近動態" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:59 msgid "Recent Attendees" -msgstr "" +msgstr "最新參加者" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:106 msgid "Recent check-ins" -msgstr "" +msgstr "最近簽到" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:309 msgid "Recent orders" -msgstr "" +msgstr "最近訂單" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:63 msgid "Recent Orders" @@ -8930,12 +8930,12 @@ msgstr "收件人在訊息發送後可用" #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "Recommended" -msgstr "" +msgstr "建議" #: src/components/common/EventCard/index.tsx:209 #: src/components/common/EventCard/index.tsx:322 msgid "Recurring" -msgstr "" +msgstr "重複" #: src/components/layouts/EventHomepage/index.tsx:368 #: src/components/modals/CreateEventModal/index.tsx:240 @@ -8949,7 +8949,7 @@ msgstr "重複活動設定" #: src/components/layouts/AuthLayout/index.tsx:13 msgid "Recurring events" -msgstr "" +msgstr "重複活動" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:80 msgid "Reddit" @@ -8969,13 +8969,13 @@ msgstr "刷新預覽" #: src/components/routes/event/OccurrencesTab/index.tsx:218 msgid "Refund all orders for these dates" -msgstr "" +msgstr "為這些日期的所有訂單退款" #: src/components/routes/event/OccurrenceDetail/index.tsx:67 #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:44 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:334 msgid "Refund all orders for this date" -msgstr "" +msgstr "為此日期的所有訂單退款" #: src/components/modals/RefundOrderModal/index.tsx:108 msgid "Refund amount" @@ -9046,7 +9046,7 @@ msgstr "註冊問題" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:142 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:94 msgid "Remaining" -msgstr "" +msgstr "餘下" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:82 msgid "Remaining Uses" @@ -9064,9 +9064,9 @@ msgstr "去除" msgid "Remove" msgstr "移除" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:458 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:459 msgid "Remove label from all dates" -msgstr "" +msgstr "從所有日期移除標籤" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:67 msgid "Remove sold out dates and times from the event page entirely. When disabled, they remain visible and are labelled as sold out." @@ -9078,11 +9078,11 @@ msgstr "移除時間" #: src/components/routes/event/OccurrencesTab/OccurrenceMenu.tsx:60 msgid "Reopen for new sales" -msgstr "" +msgstr "重新發售" #: src/components/routes/event/OccurrencesTab/index.tsx:194 msgid "Reopen this date for new sales? Previously cancelled tickets will not be restored — affected attendees stay cancelled and any refunds already issued are not reversed." -msgstr "" +msgstr "重新發售此日期?之前已取消的門票不會回復 — 受影響的參加者仍為已取消狀態,已完成的退款亦不會撤回。" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:885 msgid "Repeats" @@ -9183,7 +9183,7 @@ msgstr "重置密碼" #: src/components/routes/event/OccurrencesTab/PriceOverrideForm/index.tsx:238 msgid "Reset to base price" -msgstr "" +msgstr "回復基本價格" #: src/components/routes/auth/ResetPassword/index.tsx:75 msgid "Resetting..." @@ -9226,7 +9226,7 @@ msgstr "還原此主辦方並使其重新活躍。" #: src/components/common/ToolBar/index.tsx:47 msgid "results" -msgstr "" +msgstr "項結果" #: src/components/routes/admin/FailedJobs/index.tsx:199 msgid "Retry" @@ -9259,11 +9259,11 @@ msgstr "可在活動中重複使用的場地。透過自動完成建立的地點 #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:218 msgid "Reuse" -msgstr "" +msgstr "重用" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:198 msgid "Reuse a Stripe connection from another organizer in this account." -msgstr "" +msgstr "重用此帳戶中其他主辦方的 Stripe 連線。" #: src/components/common/AffiliateTable/index.tsx:157 #: src/components/common/EventCard/index.tsx:255 @@ -9316,7 +9316,7 @@ msgstr "銷售期間" #: src/components/forms/ProductForm/index.tsx:420 msgid "Sale period dates apply across all dates in your schedule. To control pricing and availability for individual dates, use the overrides on the <0>Occurrence Schedule page." -msgstr "" +msgstr "銷售期適用於排程中的所有日期。若想逐個日期控制價格和供應情況,請在<0>場次排程頁面使用個別設定。" #: src/components/forms/ProductForm/index.tsx:427 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:80 @@ -9329,7 +9329,7 @@ msgstr "銷售於 {0} 開始" #: src/components/forms/ProductForm/index.tsx:413 msgid "Sale window" -msgstr "" +msgstr "銷售期" #: src/components/common/AffiliateTable/index.tsx:145 #: src/components/routes/organizer/OrganizerDashboard/index.tsx:143 @@ -9352,7 +9352,7 @@ msgstr "銷售開始" #: src/components/routes/event/Reports/index.tsx:38 msgid "Sales, attendance, and check-in breakdown per occurrence" -msgstr "" +msgstr "按場次劃分的銷售、出席及簽到明細" #: src/components/routes/organizer/Reports/index.tsx:24 msgid "Sales, orders, and performance metrics for all events" @@ -9364,7 +9364,7 @@ msgstr "銷售額:" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:471 msgid "Same as event" -msgstr "" +msgstr "與活動相同" #: src/components/common/PlatformFeesSettings/index.tsx:175 msgid "Sample ticket price" @@ -9377,7 +9377,7 @@ msgstr "示例場地" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 msgid "Sat" -msgstr "" +msgstr "六" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:45 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -9421,7 +9421,7 @@ msgstr "保存更改" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:160 msgid "Save fee override" -msgstr "" +msgstr "儲存個別收費" #: src/components/modals/EditOrganizerModal/index.tsx:70 msgid "Save Organizer" @@ -9449,7 +9449,7 @@ msgstr "儲存門票設計" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:202 msgid "Save VAT settings" -msgstr "" +msgstr "儲存增值稅設定" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:239 msgid "Save VAT Settings" @@ -9465,7 +9465,7 @@ msgstr "已儲存的地點" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:153 msgid "Saving an override creates a dedicated configuration for this organizer if it's currently on the system default." -msgstr "" +msgstr "如此主辦方目前使用系統預設設定,儲存個別設定時會為它建立專屬設定組合。" #: src/components/layouts/CheckIn/BottomNav.tsx:15 msgid "Scan" @@ -9473,32 +9473,32 @@ msgstr "掃描" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:58 msgid "Scan a ticket to check in an attendee" -msgstr "" +msgstr "掃描門票即可為參加者簽到" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:109 msgid "Scanned tickets will appear here" -msgstr "" +msgstr "已掃描的門票會在此顯示" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:71 msgid "Scanner mode" -msgstr "" +msgstr "掃描器模式" #: src/components/routes/event/EventDashboard/UpcomingOccurrences/index.tsx:73 msgid "Schedule" -msgstr "" +msgstr "排程" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:105 msgid "Schedule added" -msgstr "" +msgstr "排程已新增" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:697 #: src/hooks/useOccurrenceGenerationPolling.ts:36 msgid "Schedule created successfully" -msgstr "" +msgstr "排程已成功建立" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1078 msgid "Schedule ends on" -msgstr "" +msgstr "排程結束於" #: src/components/modals/SendMessageModal/index.tsx:472 msgid "Schedule for later" @@ -9514,7 +9514,7 @@ msgstr "日程預覽" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1069 msgid "Schedule starts on" -msgstr "" +msgstr "排程開始於" #: src/components/common/ProductsTable/SortableProduct/index.tsx:92 #: src/components/routes/admin/Messages/index.tsx:125 @@ -9532,7 +9532,7 @@ msgstr "排程時間" #: src/components/layouts/CheckIn/BottomNav.tsx:16 msgid "Search" -msgstr "" +msgstr "搜尋" #: src/components/routes/event/Affiliates/index.tsx:70 msgid "Search affiliates..." @@ -9540,7 +9540,7 @@ msgstr "搜尋推廣夥伴..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:94 msgid "Search attendees" -msgstr "" +msgstr "搜尋參加者" #: src/components/routes/admin/Accounts/index.tsx:60 #: src/components/routes/admin/DeletionRequests/index.tsx:93 @@ -9586,7 +9586,7 @@ msgstr "按姓名、電子郵件或訂單號搜索..." #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:93 msgid "Search by name, order #, ticket # or email" -msgstr "" +msgstr "按姓名、訂單編號、門票編號或電郵搜尋" #: src/components/routes/event/promo-codes.tsx:38 msgid "Search by name..." @@ -9614,15 +9614,15 @@ msgstr "搜索簽到列表..." #: src/components/common/OccurrenceSelect/index.tsx:117 msgid "Search dates..." -msgstr "" +msgstr "搜尋日期..." #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:88 msgid "Search dates…" -msgstr "" +msgstr "搜尋日期…" #: src/components/common/AddressAutocomplete/index.tsx:86 msgid "Search for an address" -msgstr "" +msgstr "搜尋地址" #: src/components/routes/event/messages.tsx:243 msgid "Search messages..." @@ -9650,11 +9650,11 @@ msgstr "搜尋中..." #: src/constants/eventCategories.ts:6 msgid "Seasonal" -msgstr "" +msgstr "季節性" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:58 msgid "Second" -msgstr "" +msgstr "第二個" #: src/components/common/WidgetEditor/index.tsx:199 msgid "Secondary Color" @@ -9670,11 +9670,11 @@ msgstr "安全結帳" #: src/components/layouts/EventHomepage/index.tsx:431 msgid "See schedule" -msgstr "" +msgstr "查看排程" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:310 msgid "See what Stripe still needs" -msgstr "" +msgstr "查看 Stripe 還需要甚麼資料" #: src/components/routes/admin/Announcements/index.tsx:161 msgid "Seen" @@ -9692,11 +9692,11 @@ msgstr "選擇類別" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:717 msgid "Select a Date & Time" -msgstr "" +msgstr "選擇日期和時間" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:215 msgid "Select a date to see available times" -msgstr "" +msgstr "先選擇日期,即可查看可選時間" #: src/components/routes/event/messages.tsx:341 msgid "Select a message to view its contents" @@ -9712,7 +9712,7 @@ msgstr "選擇帳戶" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:126 msgid "Select all" -msgstr "" +msgstr "全選" #: src/components/modals/DuplicateEventModal/index.tsx:143 msgid "Select All" @@ -9720,7 +9720,7 @@ msgstr "全選" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:156 msgid "Select all on {0}" -msgstr "" +msgstr "全選 {0} 當日" #: src/components/routes/organizer/Reports/PlatformFeesReport/index.tsx:119 msgid "Select an event" @@ -9740,7 +9740,7 @@ msgstr "選擇參加者群組" #: src/components/layouts/CheckIn/tabs/InlineCameraScanner.tsx:157 msgid "Select camera" -msgstr "" +msgstr "選擇相機" #: src/components/forms/ProductForm/index.tsx:255 msgid "Select category..." @@ -9752,7 +9752,7 @@ msgstr "選擇貨幣" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:178 msgid "Select date" -msgstr "" +msgstr "選擇日期" #: src/components/modals/CreateEventModal/index.tsx:283 msgid "Select end date and time" @@ -9773,7 +9773,7 @@ msgstr "選擇事件類型" #: src/components/common/OccurrenceSelect/index.tsx:106 #: src/components/modals/CreateAttendeeModal/index.tsx:254 msgid "Select occurrence" -msgstr "" +msgstr "選擇場次" #: src/components/modals/CreateEventModal/index.tsx:159 msgid "Select organizer" @@ -9795,7 +9795,7 @@ msgstr "選擇產品" #: src/components/forms/ProductForm/index.tsx:553 msgid "Select products..." -msgstr "" +msgstr "選擇產品..." #: src/components/modals/CreateEventModal/index.tsx:263 msgid "Select start date and time" @@ -9846,7 +9846,7 @@ msgstr "選擇..." #: src/components/routes/event/OccurrencesTab/index.tsx:497 msgid "selected" -msgstr "" +msgstr "已選" #: src/components/common/PlatformFeesSettings/index.tsx:208 #: src/components/common/PlatformFeesSettings/index.tsx:231 @@ -9856,11 +9856,11 @@ msgstr "已選擇" #: src/components/layouts/AuthLayout/index.tsx:41 msgid "Sell out your event." -msgstr "" +msgstr "令你的活動座無虛席。" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:516 msgid "Selling a physical product? Cap its quantity on the <0>products page instead." -msgstr "" +msgstr "在賣實體商品?請改為在<0>產品頁面限制它的數量。" #: src/components/forms/ProductForm/index.tsx:587 msgid "Selling fast 🔥" @@ -9918,7 +9918,7 @@ msgstr "發送測試" #: src/components/modals/SendMessageModal/index.tsx:358 msgid "Send to all occurrences, or choose a specific one" -msgstr "" +msgstr "傳送至所有場次,或指定其中一個" #: src/components/routes/event/messages.tsx:335 msgid "Send your first message" @@ -9939,7 +9939,7 @@ msgstr "發送者" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:218 msgid "Sent to attendees when a scheduled date is cancelled" -msgstr "" +msgstr "當已排程的日期被取消時傳送給參加者" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:216 msgid "Sent to customers when they place an order" @@ -9976,7 +9976,7 @@ msgstr "搜索引擎優化標題" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:73 msgid "September" -msgstr "" +msgstr "9 月" #: src/components/forms/TaxAndFeeForm/index.tsx:62 msgid "Service Fee" @@ -9984,7 +9984,7 @@ msgstr "服務費" #: src/components/layouts/CheckIn/index.tsx:498 msgid "Session cancelled" -msgstr "" +msgstr "場次已取消" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:807 msgid "sessions · {dateCount} dates × {timesPerDay} times" @@ -10000,27 +10000,27 @@ msgstr "為此主辦單位下創建的新活動設定預設設定。" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:34 msgid "Set how long each date lasts" -msgstr "" +msgstr "設定每個日期的時長" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Set or clear the date label" -msgstr "" +msgstr "設定或清除此日期的標籤" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:406 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:407 msgid "Set the end time of each date to be this long after its start time." -msgstr "" +msgstr "將每個日期的結束時間設為開始時間之後的這段間隔。" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:217 msgid "Set the starting number for invoice numbering. This cannot be changed once invoices have been generated." msgstr "設置發票編號的起始編號。一旦發票生成,就無法更改。" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:440 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:441 msgid "Set to unlimited (remove limit)" -msgstr "" +msgstr "設為不限(移除限制)" -#: src/components/routes/event/OccurrencesTab/index.tsx:585 +#: src/components/routes/event/OccurrencesTab/index.tsx:600 msgid "Set up a recurring schedule to automatically create dates, or add them one at a time." -msgstr "" +msgstr "設定重複排程以自動建立日期,或逐個新增。" #: src/components/routes/event/CheckInLists/index.tsx:35 msgid "Set up check-in lists for different entrances, sessions, or days." @@ -10029,20 +10029,20 @@ msgstr "為不同的入口、場次或日期設定簽到列表。" #: src/components/layouts/OrganizerLayout/index.tsx:85 #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:126 msgid "Set up payouts" -msgstr "" +msgstr "設定收款" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:107 msgid "Set up schedule" -msgstr "" +msgstr "設定排程" -#: src/components/routes/event/OccurrencesTab/index.tsx:535 -#: src/components/routes/event/OccurrencesTab/index.tsx:596 +#: src/components/routes/event/OccurrencesTab/index.tsx:550 +#: src/components/routes/event/OccurrencesTab/index.tsx:611 msgid "Set Up Schedule" -msgstr "" +msgstr "設定排程" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:92 msgid "Set up the tickets you'll sell and their prices" -msgstr "" +msgstr "設定你要售賣的門票及其價格" #: src/components/routes/welcome/index.tsx:43 msgid "Set up your organization" @@ -10055,11 +10055,11 @@ msgstr "設定您的日程" #: src/components/routes/welcome/index.tsx:415 msgid "Set up your schedule in the next steps" -msgstr "" +msgstr "你會在接下來的步驟設定排程" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Set, change, or remove the date's location or online details" -msgstr "" +msgstr "設定、更改或清除此日期的地點或網上資料" #: src/components/common/QuestionsTable/index.tsx:374 msgid "Setting updated" @@ -10076,7 +10076,7 @@ msgstr "設定與設計" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:242 msgid "Setup takes just a few minutes — you don't need an existing Stripe account. Stripe handles cards, wallets, regional payment methods, and fraud protection so you can focus on your event." -msgstr "" +msgstr "設定只需幾分鐘 — 毋須已有的 Stripe 帳戶。Stripe 會處理信用卡、電子錢包、各地付款方式和防詐騙,讓你專注於活動本身。" #: src/components/common/ShareIcon/index.tsx:30 #: src/components/layouts/EventHomepage/index.tsx:342 @@ -10111,15 +10111,15 @@ msgstr "共享容量管理" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:33 msgid "Shift times" -msgstr "" +msgstr "調整時間" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:211 msgid "Shifted times for {count} date(s)" -msgstr "" +msgstr "已調整 {count} 個日期的時間" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:532 msgid "Show" -msgstr "" +msgstr "顯示" #: src/components/common/AdvancedOptions/index.tsx:28 msgid "Show advanced options" @@ -10131,7 +10131,7 @@ msgstr "顯示所有平台(另有 {0} 個有內容)" #: src/components/forms/CheckInListForm/index.tsx:196 msgid "Show attendee notes to non-logged-in staff" -msgstr "" +msgstr "向未登入的工作人員顯示參加者備註" #: src/components/forms/ProductForm/index.tsx:449 msgid "Show available product quantity" @@ -10163,19 +10163,19 @@ msgstr "顯示更多平台" #: src/components/forms/CheckInListForm/index.tsx:230 msgid "Show order details to non-logged-in staff" -msgstr "" +msgstr "向未登入的工作人員顯示訂單詳情" #: src/components/forms/CheckInListForm/index.tsx:213 msgid "Show question answers to non-logged-in staff" -msgstr "" +msgstr "向未登入的工作人員顯示問題回答" #: src/components/routes/event/Settings/Sections/RecurringEventSettings/index.tsx:59 msgid "Show remaining capacity on event dates" -msgstr "" +msgstr "在活動日期上顯示餘下容量" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:525 msgid "Show remaining capacity to buyers" -msgstr "" +msgstr "向買家顯示餘下容量" #: src/components/routes/event/Settings/Sections/MiscSettings/index.tsx:61 msgid "Show tax and fees separately" @@ -10185,18 +10185,18 @@ msgstr "單獨顯示税費" msgid "Showing {0} of {totalRows} records" msgstr "顯示 {0} / {totalRows} 條記錄" -#: src/components/routes/event/OccurrencesTab/index.tsx:624 +#: src/components/routes/event/OccurrencesTab/index.tsx:639 msgid "Showing {0}–{1} of {2}" -msgstr "" +msgstr "正在顯示第 {0}–{1} 個,共 {2} 個" #: src/components/common/OccurrenceSelect/index.tsx:163 #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:135 msgid "Showing {MAX_VISIBLE} of {totalAvailable} dates. Type to search." -msgstr "" +msgstr "正在顯示 {totalAvailable} 個日期中的 {MAX_VISIBLE} 個。輸入即可搜尋。" #: src/components/modals/SendMessageModal/index.tsx:349 msgid "Showing the first {0} — the remaining {1} session(s) will still be targeted when the message is sent." -msgstr "" +msgstr "只顯示首 {0} 個 — 傳送訊息時仍會涵蓋其餘 {1} 個場次。" #: src/components/routes/admin/Announcements/index.tsx:410 msgid "Shown bouncing at the top of the modal" @@ -10204,7 +10204,7 @@ msgstr "在彈窗頂部彈跳顯示" #: src/components/forms/CheckInListForm/index.tsx:145 msgid "Shown to staff the first time they open the check-in page." -msgstr "" +msgstr "工作人員首次開啟簽到頁面時顯示。" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:102 msgid "Shown to the customer after they checkout, on the order summary page." @@ -10220,7 +10220,7 @@ msgstr "顯示常用地址字段,包括國家" #: src/components/forms/ProductForm/ledgerSummaries.ts:60 msgid "Shows remaining" -msgstr "" +msgstr "顯示餘下數量" #: src/components/routes/admin/Dashboard/index.tsx:402 msgid "Signed Up" @@ -10233,15 +10233,15 @@ msgstr "辛普森" #: src/components/modals/CreateEventModal/index.tsx:231 msgid "Single Event" -msgstr "" +msgstr "單次活動" #: src/components/forms/QuestionForm/index.tsx:100 msgid "Single line text box" msgstr "單行文本框" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:356 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:357 msgid "Skip manually edited dates" -msgstr "" +msgstr "略過手動編輯過的日期" #: src/components/routes/welcome/index.tsx:559 msgid "Skip this step" @@ -10280,7 +10280,7 @@ msgstr "已售出" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:579 msgid "sold out" -msgstr "" +msgstr "已售罄" #: src/components/common/EventCard/index.tsx:125 #: src/components/common/EventDateRange/index.tsx:65 @@ -10307,7 +10307,7 @@ msgstr "售罄,可加入候補名單" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:293 msgid "Some details are hidden from public access. Log in to view everything." -msgstr "" +msgstr "部分資料不會公開。登入後可查看全部內容。" #: src/components/common/ErrorDisplay/index.tsx:15 #: src/components/routes/auth/AcceptInvitation/index.tsx:48 @@ -10318,7 +10318,7 @@ msgstr "出了點問題" #: src/components/common/ImageUploadDropzone/index.tsx:130 msgid "Something went wrong while deleting the image. Please try again." -msgstr "" +msgstr "刪除圖片時發生錯誤,請再試一次。" #: src/components/common/TaxAndFeeList/index.tsx:41 msgid "Something went wrong while deleting the Tax or Fee" @@ -10374,11 +10374,11 @@ msgstr "指定用戶" #: src/constants/eventCategories.ts:21 msgid "Spirituality" -msgstr "" +msgstr "心靈成長" #: src/components/forms/CheckInListForm/index.tsx:90 msgid "Split check-in across days, areas, or ticket types. Share the link with staff — no account needed on their end." -msgstr "" +msgstr "按日子、區域或門票類型分拆簽到。將連結分享給工作人員即可 — 他們毋須註冊帳戶。" #: src/constants/eventCategories.ts:9 msgid "Sports" @@ -10386,11 +10386,11 @@ msgstr "體育" #: src/components/common/CheckIn/CheckInInfoModal.tsx:84 msgid "Staff instructions" -msgstr "" +msgstr "工作人員須知" #: src/components/modals/SelectCheckInListModal/index.tsx:48 msgid "Start check-in" -msgstr "" +msgstr "開始簽到" #: src/components/common/AdminEventsTable/index.tsx:96 #: src/components/modals/DuplicateEventModal/index.tsx:128 @@ -10418,31 +10418,31 @@ msgstr "開始時間" #: src/components/common/AddressAutocomplete/index.tsx:87 msgid "Start typing a venue or address..." -msgstr "" +msgstr "開始輸入場地或地址..." #: src/components/forms/ProductForm/ledgerSummaries.ts:62 msgid "Starts collapsed" -msgstr "" +msgstr "預設收合" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts in {diffDays} days" -msgstr "" +msgstr "{diffDays} 日後開始" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:76 msgid "Starts in {diffMinutes} min" -msgstr "" +msgstr "{diffMinutes} 分鐘後開始" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:86 msgid "Starts in {h}h {m}m" -msgstr "" +msgstr "{h} 小時 {m} 分鐘後開始" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:70 msgid "Starts in {seconds}s" -msgstr "" +msgstr "{seconds} 秒後開始" #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:93 msgid "Starts tomorrow" -msgstr "" +msgstr "明天開始" #: src/components/common/CheckoutQuestion/index.tsx:165 #: src/components/common/LocationPicker/index.tsx:254 @@ -10462,7 +10462,7 @@ msgstr "統計數據基於帳戶創建日期" #: src/components/layouts/CheckIn/BottomNav.tsx:17 msgid "Stats" -msgstr "" +msgstr "統計" #: src/components/common/AdminEventsTable/index.tsx:111 #: src/components/common/AdminOrdersTable/index.tsx:85 @@ -10497,7 +10497,7 @@ msgstr "狀態" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:323 msgid "Still needed" -msgstr "" +msgstr "仍需提供" #: src/components/common/ImpersonationBanner/index.tsx:53 msgid "Stop Impersonating" @@ -10515,7 +10515,7 @@ msgstr "Stripe 帳戶已中斷連接。" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:350 msgid "Stripe connected" -msgstr "" +msgstr "Stripe 已連結" #: src/components/routes/admin/Attribution/index.tsx:135 msgid "Stripe Connected" @@ -10523,11 +10523,11 @@ msgstr "Stripe 已連接" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:163 msgid "Stripe connection copied from {0}." -msgstr "" +msgstr "已從 {0} 複製 Stripe 連線。" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:84 msgid "Stripe didn't return a setup link. Please try again." -msgstr "" +msgstr "Stripe 未回傳設定連結,請再試一次。" #: src/components/routes/admin/Messages/index.tsx:73 msgid "Stripe Not Connected" @@ -10543,11 +10543,11 @@ msgstr "此活動未啟用 Stripe 支付。" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:434 msgid "Stripe will need a few more details soon" -msgstr "" +msgstr "Stripe 很快會再需要一些資料" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:283 msgid "Stripe will walk you through a few quick questions to finish setup." -msgstr "" +msgstr "Stripe 會透過幾條簡單問題引導你完成設定。" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:131 #: src/components/modals/SendMessageModal/index.tsx:438 @@ -10752,7 +10752,7 @@ msgstr "2025夏季音樂節" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 msgid "Sun" -msgstr "" +msgstr "日" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:46 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -10782,7 +10782,7 @@ msgstr "T恤衫" #: src/components/forms/ProductForm/index.tsx:214 msgid "T-shirts, mugs and more" -msgstr "" +msgstr "T 恤、水杯等周邊" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:960 msgid "Tap dates like a calendar." @@ -10790,7 +10790,7 @@ msgstr "像日曆一樣點選日期。" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:59 msgid "Tap this screen to resume scanning" -msgstr "" +msgstr "輕觸螢幕即可繼續掃描" #: src/components/routes/admin/Announcements/AnnouncementTargetPicker.tsx:93 msgid "Target accounts" @@ -10802,7 +10802,7 @@ msgstr "目標用戶" #: src/components/modals/SendMessageModal/index.tsx:335 msgid "Targeting attendees across {0} selected sessions." -msgstr "" +msgstr "會針對所選 {0} 個場次的參加者。" #: src/components/common/AdminOrdersTable/index.tsx:84 #: src/components/common/OrdersTable/index.tsx:269 @@ -10856,7 +10856,7 @@ msgstr "税收" #: src/components/forms/ProductForm/index.tsx:477 msgid "Taxes & fees" -msgstr "" +msgstr "稅項及費用" #: src/components/common/ProductsTable/SortableProduct/index.tsx:151 msgid "Taxes & fees applied" @@ -10868,7 +10868,7 @@ msgstr "税費" #: src/components/layouts/AuthLayout/index.tsx:23 msgid "Team collaboration" -msgstr "" +msgstr "團隊協作" #: src/constants/eventCategories.ts:27 msgid "Tech" @@ -10892,11 +10892,11 @@ msgstr "話俾我哋知你嘅機構資料。呢啲資料會顯示喺你嘅活動 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1151 msgid "Tell us how often your event repeats and we'll create all the dates for you." -msgstr "" +msgstr "告訴我們你的活動多久重複一次,我們會為你建立所有日期。" #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:37 msgid "Tell us your VAT registration status so we apply the correct VAT treatment to platform fees." -msgstr "" +msgstr "請告知你的增值稅登記狀況,以便我們對平台費用套用正確的增值稅處理方式。" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:194 msgid "Template Active" @@ -10930,7 +10930,7 @@ msgstr "感謝您的參與!" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:55 #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:77 msgid "Thanks," -msgstr "" +msgstr "多謝," #: src/components/routes/product-widget/SelectProducts/index.tsx:292 #: src/components/routes/product-widget/SelectProducts/index.tsx:538 @@ -10943,7 +10943,7 @@ msgstr "共 {totalOccurrences} 場 — 上限為 {max}。請縮短日期範圍 #: src/components/routes/event/EventDashboard/NextOccurrenceHero/index.tsx:54 msgid "That's a wrap" -msgstr "" +msgstr "到此為止" #: src/components/common/ThemeColorControls/index.tsx:62 msgid "The background color of the page. When using cover image, this is applied as an overlay." @@ -11019,7 +11019,7 @@ msgstr "找不到您正在尋找的主辦單位。頁面可能已被移動、刪 #: src/components/modals/CreateAttendeeModal/index.tsx:277 msgid "The override is recorded in the order audit log." -msgstr "" +msgstr "此特批會記錄在訂單審計日誌中。" #: src/components/common/ErrorDisplay/index.tsx:18 msgid "The page you are looking for does not exist" @@ -11055,7 +11055,7 @@ msgstr "排程時間必須是將來的時間" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:52 msgid "The session for \"{title}\" originally scheduled for {0} has been rescheduled." -msgstr "" +msgstr "「{title}」原定於 {0} 的場次已改期。" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:155 #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:186 @@ -11090,7 +11090,7 @@ msgstr "主題與顏色" #: src/components/routes/product-widget/SelectProducts/index.tsx:965 msgid "There are no products available for this date. Please choose another date." -msgstr "" +msgstr "此日期沒有可售產品,請選擇其他日期。" #: src/components/routes/product-widget/SelectProducts/index.tsx:639 msgid "There are no products available for this event" @@ -11102,7 +11102,7 @@ msgstr "此類別中沒有可用產品" #: src/components/routes/product-widget/SelectProducts/index.tsx:636 msgid "There are no upcoming dates for this event" -msgstr "" +msgstr "此活動沒有即將舉行的日期" #: src/components/modals/RefundOrderModal/index.tsx:175 msgid "There is a refund pending. Please wait for it to complete before requesting another refund." @@ -11122,15 +11122,15 @@ msgstr "發送信息時出現錯誤" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:493 msgid "These details are shown on the attendee's ticket and order summary for this date only." -msgstr "" +msgstr "這些資料只會在此日期顯示於參加者的門票及訂單摘要上。" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:168 msgid "These details will only be shown if the order is completed successfully." msgstr "這些詳情僅在訂單成功完成後顯示。" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:490 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:491 msgid "These details will replace any existing location on the affected dates and show on attendee tickets." -msgstr "" +msgstr "這些資料會取代受影響日期上原有的地點,並顯示在參加者的門票上。" #: src/components/forms/ProductForm/index.tsx:359 msgid "These prices apply across all dates in your schedule, and tier quantities limit total sales across all dates combined. Sale dates on tiers apply globally. You can override prices for individual dates on the <0>Occurrence Schedule page." @@ -11150,7 +11150,7 @@ msgstr "這些範本將僅覆蓋此活動的組織者預設設置。如果這裏 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:59 msgid "Third" -msgstr "" +msgstr "第三個" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:131 msgid "This account has no completed orders, so all of its data will be permanently deleted." @@ -11166,7 +11166,7 @@ msgstr "此帳戶已計劃於 <0>{scheduledDate} 刪除" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:259 msgid "This applies to every matching date in the event, including dates not currently visible. Attendees registered on any of those dates will be reachable via the message composer once the update finishes." -msgstr "" +msgstr "這會套用到活動中所有符合的日期,包括目前看不到的日期。更新完成後,這些日期上已登記的參加者都可在訊息編輯器中接觸到。" #: src/components/common/CheckIn/CheckInOptionsModal.tsx:33 msgid "This attendee has an unpaid order." @@ -11202,7 +11202,7 @@ msgstr "此簽到列表尚未激活,不能用於簽到。" #: src/components/layouts/CheckIn/index.tsx:503 msgid "This check-in list is scoped to a session that has been cancelled, so it can no longer be used for check-ins." -msgstr "" +msgstr "此簽到名單所屬的場次已取消,因此無法再用於簽到。" #: src/components/forms/AffiliateForm/index.tsx:41 msgid "This code will be used to track sales. Only letters, numbers, hyphens, and underscores allowed." @@ -11216,27 +11216,27 @@ msgstr "對某些使用者來說,此顏色組合可能難以閱讀" #: src/components/routes/event/OccurrencesTab/cancelOccurrenceDialog.tsx:40 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:330 msgid "This date has {orderCount} order(s) that will be affected." -msgstr "" +msgstr "此日期有 {orderCount} 張訂單會受影響。" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:423 msgid "This date has been cancelled. You can still delete it to remove it permanently." -msgstr "" +msgstr "此日期已取消。你仍可將它刪除以永久移除。" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:457 msgid "This date is in the past. It will be created but won't be visible to attendees under upcoming dates." -msgstr "" +msgstr "此日期屬於過去。它仍會被建立,但不會在參加者看到的即將舉行日期中出現。" #: src/components/modals/CreateAttendeeModal/index.tsx:273 msgid "This date is marked sold out." -msgstr "" +msgstr "此日期已標示為售罄。" #: src/components/routes/product-widget/SelectProducts/index.tsx:592 msgid "This date is no longer available. Please select another date." -msgstr "" +msgstr "此日期已不可選,請另選一個日期。" #: src/components/modals/SelectCheckInListModal/index.tsx:66 msgid "This date only" -msgstr "" +msgstr "只限此日期" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:113 msgid "This disconnects {stripeAccountId} from this organizer. Paid ticket sales will stop working until you connect a Stripe account again." @@ -11252,7 +11252,7 @@ msgstr "此活動尚未有門票或商品,參加者將無法報名。" #: src/components/layouts/ProductWidget/index.tsx:56 msgid "This event is not available" -msgstr "" +msgstr "此活動無法使用" #: src/components/common/StatusToggle/index.tsx:82 msgid "This event is not published yet" @@ -11264,7 +11264,7 @@ msgstr "此活動已售罄" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:106 msgid "This event's dates and times are set on the occurrence schedule." -msgstr "" +msgstr "此活動的日期和時間在場次排程中設定。" #: src/components/routes/event/Settings/Sections/PaymentSettings/index.tsx:153 msgid "This information will be shown on the payment page, order summary page, and order confirmation email." @@ -11272,7 +11272,7 @@ msgstr "這些信息將顯示在支付頁面、訂單摘要頁面和訂單確認 #: src/components/routes/welcome/index.tsx:401 msgid "This is a recurring event" -msgstr "" +msgstr "這是一個重複活動" #: src/components/routes/event/Settings/Sections/LocationSettings/index.tsx:157 msgid "This is an online event" @@ -11317,7 +11317,7 @@ msgstr "此名稱對最終用戶可見" #: src/components/modals/CreateAttendeeModal/index.tsx:267 msgid "This occurrence is at capacity" -msgstr "" +msgstr "此場次已滿額" #: src/components/forms/StripeCheckoutForm/index.tsx:131 msgid "This order has already been paid." @@ -11381,7 +11381,7 @@ msgstr "此產品已售罄" #: src/components/forms/ProductForm/index.tsx:547 msgid "This product won't appear on the event page on its own — buyers only see it as an add-on to the products it's attached to." -msgstr "" +msgstr "此產品不會單獨出現在活動頁面 — 買家只會在所連結的產品下看到它作為附加產品。" #: src/components/modals/PublishEventModal/index.tsx:104 msgid "This recurring event has no dates yet, so there's nothing for attendees to book." @@ -11407,9 +11407,9 @@ msgstr "此門票剛剛被掃描。請等待後再次掃描。" msgid "This user is not active, as they have not accepted their invitation." msgstr "該用户未激活,因為他們沒有接受邀請。" -#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:367 +#: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:368 msgid "This will affect {loadedAffectedCount} date(s)." -msgstr "" +msgstr "這會影響 {loadedAffectedCount} 個日期。" #: src/components/routes/organizer/Settings/Sections/BasicSettings/index.tsx:80 msgid "This will be used for notifications and communication with your users." @@ -11433,11 +11433,11 @@ msgstr "這將立即永久刪除或匿名化該帳戶,而不等待計劃日期 #: src/components/layouts/CheckIn/tabs/StatsTab.tsx:107 msgid "Throughput" -msgstr "" +msgstr "處理速度" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 msgid "Thu" -msgstr "" +msgstr "四" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:43 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:27 @@ -11518,7 +11518,7 @@ msgstr "門票重新發送成功" #: src/components/routes/product-widget/SelectProducts/index.tsx:631 msgid "Ticket sales have ended for this event" -msgstr "" +msgstr "此活動的售票已結束" #: src/components/routes/event/attendees.tsx:75 msgid "Ticket Type" @@ -11565,7 +11565,7 @@ msgstr "分層產品允許您為同一產品提供多種價格選項。這非常 #: src/components/forms/ProductForm/index.tsx:277 msgid "Tiers" -msgstr "" +msgstr "級別" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:70 msgid "TikTok" @@ -11573,7 +11573,7 @@ msgstr "TikTok" #: src/components/routes/event/OccurrencesTab/index.tsx:292 msgid "Time" -msgstr "" +msgstr "時間" #: src/components/layouts/Checkout/index.tsx:322 msgid "Time left:" @@ -11585,7 +11585,7 @@ msgstr "時間" #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:725 msgid "Times shown in {timezoneAbbr}" -msgstr "" +msgstr "時間以 {timezoneAbbr} 顯示" #: src/components/common/PromoCodeTable/index.tsx:71 msgid "Times used" @@ -11617,7 +11617,7 @@ msgstr "標題為必填" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1008 msgid "to" -msgstr "" +msgstr "至" #: src/components/routes/event/messages.tsx:93 msgid "To" @@ -11632,7 +11632,7 @@ msgstr "要提高您的限制,請聯繫我們" #: src/components/layouts/CheckIn/OccurrenceFilterPill.tsx:119 #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:43 msgid "Today" -msgstr "" +msgstr "今天" #: src/components/common/ColumnVisibilityToggle/index.tsx:26 msgid "Toggle columns" @@ -11640,7 +11640,7 @@ msgstr "切換欄位" #: src/components/routes/event/OccurrencesTab/GroupedOccurrenceTable/index.tsx:46 msgid "Tomorrow" -msgstr "" +msgstr "明天" #: src/components/layouts/OrganizerLayout/index.tsx:108 msgid "Tools" @@ -11690,7 +11690,7 @@ msgstr "總費用" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:299 msgid "Total fees" -msgstr "" +msgstr "費用總計" #: src/components/routes/event/EventDashboard/index.tsx:341 #: src/components/routes/event/OccurrenceDetail/index.tsx:212 @@ -11708,7 +11708,7 @@ msgstr "訂單總額" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:286 msgid "Total orders" -msgstr "" +msgstr "訂單總計" #: src/components/forms/ProductForm/index.tsx:315 #: src/components/forms/ProductForm/ProductPriceTierForm.tsx:71 @@ -11727,7 +11727,7 @@ msgstr "退款總額" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:293 msgid "Total tax" -msgstr "" +msgstr "稅項總計" #: src/components/routes/event/EventDashboard/index.tsx:343 #: src/components/routes/event/OccurrenceDetail/index.tsx:214 @@ -11745,7 +11745,7 @@ msgstr "總瀏覽量" #: src/constants/eventCategories.ts:23 msgid "Tours" -msgstr "" +msgstr "導賞團" #: src/components/routes/admin/Attribution/index.tsx:32 msgid "Track account growth and performance by attribution source" @@ -11758,11 +11758,11 @@ msgstr "追蹤與分析" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:176 msgid "Try a different search term or filter" -msgstr "" +msgstr "換個搜尋字詞或篩選條件試試" -#: src/components/routes/event/OccurrencesTab/index.tsx:584 +#: src/components/routes/event/OccurrencesTab/index.tsx:599 msgid "Try adjusting your filters to see more dates." -msgstr "" +msgstr "調整篩選條件即可查看更多日期。" #: src/components/routes/auth/Login/index.tsx:141 #: src/components/routes/my-tickets/index.tsx:200 @@ -11775,7 +11775,7 @@ msgstr "免費試用Hi.Events" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 msgid "Tue" -msgstr "" +msgstr "二" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:41 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -11856,15 +11856,15 @@ msgstr "無法加入候補名單" #: src/components/layouts/CheckIn/AttendeeDetailSheet.tsx:164 msgid "Unable to load attendee details." -msgstr "" +msgstr "無法載入參加者詳情。" #: src/components/routes/product-widget/SelectProducts/index.tsx:330 msgid "Unable to load products for this date. Please try again." -msgstr "" +msgstr "無法載入此日期的產品,請再試一次。" #: src/components/layouts/CheckIn/index.tsx:220 msgid "Unable to undo check-in" -msgstr "" +msgstr "無法撤銷簽到" #: src/components/modals/EditQuestionModal/index.tsx:84 msgid "Unable to update question. Please check the your details" @@ -11876,7 +11876,7 @@ msgstr "未歸因帳戶" #: src/components/layouts/CheckIn/index.tsx:255 msgid "Undo" -msgstr "" +msgstr "復原" #: src/components/routes/event/Reports/PromoCodesReport/index.tsx:30 msgid "Unique Customers" @@ -11942,7 +11942,7 @@ msgstr "至" #: src/components/forms/ProductForm/ledgerSummaries.ts:49 msgid "Until {end}" -msgstr "" +msgstr "直至 {end}" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1059 msgid "Until a date" @@ -11950,11 +11950,11 @@ msgstr "直到某個日期" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled product" -msgstr "" +msgstr "未命名產品" #: src/components/forms/ProductForm/buildPreviewEvent.ts:101 msgid "Untitled ticket" -msgstr "" +msgstr "未命名門票" #: src/components/common/AdminAccountsTable/index.tsx:101 msgid "Untrusted" @@ -11962,7 +11962,7 @@ msgstr "不受信任" #: src/components/forms/ProductForm/ledgerSummaries.ts:118 msgid "Up to {max} per order" -msgstr "" +msgstr "每張訂單最多 {max} 件" #: src/components/common/EventsDashboardStatusButtons/index.tsx:20 #: src/components/common/EventStatusBadge/index.tsx:16 @@ -11974,7 +11974,7 @@ msgstr "即將推出" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:375 msgid "Upcoming events" -msgstr "" +msgstr "即將舉行的活動" #: src/components/layouts/OrganizerHomepage/index.tsx:278 msgid "Upcoming Events" @@ -11990,11 +11990,11 @@ msgstr "更新推廣夥伴" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:35 msgid "Update capacity" -msgstr "" +msgstr "更新容量" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:73 msgid "Update event name and description" -msgstr "" +msgstr "更新活動名稱和簡介" #: src/components/routes/event/Settings/Sections/EventDetailsForm/index.tsx:74 msgid "Update event name, description and dates" @@ -12002,11 +12002,11 @@ msgstr "更新活動名稱、説明和日期" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:36 msgid "Update label" -msgstr "" +msgstr "更新標籤" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:37 msgid "Update location" -msgstr "" +msgstr "更新地點" #: src/components/routes/profile/ManageProfile/index.tsx:215 msgid "Update profile" @@ -12014,11 +12014,11 @@ msgstr "更新個人資料" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:71 msgid "Update: {subjectTitle} — schedule changes" -msgstr "" +msgstr "更新:{subjectTitle} — 排程變更" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:48 msgid "Update: {subjectTitle} — session time changed" -msgstr "" +msgstr "更新:{subjectTitle} — 場次時間已更改" #: src/components/routes/admin/Announcements/index.tsx:163 msgid "Updated" @@ -12026,19 +12026,19 @@ msgstr "更新時間" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:217 msgid "Updated {count} date(s)" -msgstr "" +msgstr "已更新 {count} 個日期" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:213 msgid "Updated capacity for {count} date(s)" -msgstr "" +msgstr "已更新 {count} 個日期的容量" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:214 msgid "Updated label for {count} date(s)" -msgstr "" +msgstr "已更新 {count} 個日期的標籤" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:215 msgid "Updated location for {count} date(s)" -msgstr "" +msgstr "已更新 {count} 個日期的地點" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1138 msgid "Updates as you build the rule. Flip through months to sanity-check dates." @@ -12046,7 +12046,7 @@ msgstr "隨規則建立即時更新。翻閱月份以核對日期。" #: src/components/forms/ProductForm/ProductPreview.tsx:93 msgid "Updates as you type." -msgstr "" +msgstr "輸入時即時更新。" #: src/components/routes/organizer/Settings/Sections/ImageAssetSettings/index.tsx:39 msgid "Upload a cover image for your organizer" @@ -12093,15 +12093,15 @@ msgstr "使用限制" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:80 msgid "USB" -msgstr "" +msgstr "USB" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner listening" -msgstr "" +msgstr "USB 掃描器待命中" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:53 msgid "USB scanner paused" -msgstr "" +msgstr "USB 掃描器已暫停" #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:154 msgid "Use <0>Liquid templating to personalize your emails" @@ -12119,7 +12119,7 @@ msgstr "使用封面圖片" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:531 msgid "Use event default" -msgstr "" +msgstr "使用活動預設值" #: src/components/routes/event/Settings/Sections/HomepageAndCheckoutSettings/index.tsx:49 #: src/components/routes/organizer/Settings/Sections/EventDefaults/index.tsx:40 @@ -12193,11 +12193,11 @@ msgstr "增值税" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:195 msgid "VAT country code" -msgstr "" +msgstr "增值稅國家代碼" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:173 msgid "VAT number" -msgstr "" +msgstr "增值稅號碼" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:212 msgid "VAT Number" @@ -12234,7 +12234,7 @@ msgstr "增值稅率" #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:168 msgid "VAT registered" -msgstr "" +msgstr "已登記增值稅" #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:165 #: src/components/routes/organizer/Payments/Vat/VatSettingsForm.tsx:173 @@ -12247,7 +12247,7 @@ msgstr "增值稅設定已儲存。我們正在後台驗證您的增值稅號碼 #: src/components/routes/admin/Accounts/AccountDetail/OrganizerAdminModal.tsx:85 msgid "VAT settings updated" -msgstr "" +msgstr "增值稅設定已更新" #: src/components/routes/organizer/Payments/Vat/VatSettings.tsx:27 msgid "VAT Treatment for Platform Fees" @@ -12263,11 +12263,11 @@ msgstr "增值稅驗證服務暫時無法使用" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:225 msgid "VAT: {0}" -msgstr "" +msgstr "增值稅:{0}" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:230 msgid "VAT: not registered" -msgstr "" +msgstr "增值稅:未登記" #: src/components/common/LocationPicker/index.tsx:230 #: src/components/modals/LocationEditModal/index.tsx:140 @@ -12280,7 +12280,7 @@ msgstr "驗證碼" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:77 msgid "Verification email sent. Check your inbox." -msgstr "" +msgstr "驗證電郵已傳送,請查看收件匣。" #: src/components/routes/admin/Attribution/index.tsx:136 #: src/components/routes/admin/Dashboard/index.tsx:421 @@ -12298,7 +12298,7 @@ msgstr "驗證您的電郵" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:159 msgid "Verify your email so attendees can receive tickets" -msgstr "" +msgstr "驗證你的電郵,參加者才可以收到門票" #: src/components/routes/welcome/index.tsx:189 msgid "Verifying..." @@ -12310,19 +12310,19 @@ msgstr "越南語" #: src/components/common/OccurrenceAttendeesAndOrders/index.tsx:68 msgid "View All" -msgstr "" +msgstr "查看全部" #: src/components/routes/organizer/OrganizerDashboard/index.tsx:380 msgid "View all →" -msgstr "" +msgstr "查看全部 →" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:424 msgid "View all capabilities" -msgstr "" +msgstr "查看全部功能狀態" #: src/components/modals/SelectCheckInListModal/index.tsx:87 msgid "View all check-in lists" -msgstr "" +msgstr "查看全部簽到名單" #: src/components/routes/admin/Messages/index.tsx:108 msgid "View all messages sent across the platform" @@ -12347,7 +12347,7 @@ msgstr "查看詳情" #: src/components/layouts/CheckIn/tabs/SearchTab.tsx:192 msgid "View details for {0} {1}" -msgstr "" +msgstr "查看 {0} {1} 的詳情" #: src/components/common/AdminEventsTable/index.tsx:157 #: src/components/common/EmailTemplateEditor/EmailTemplateEditor.tsx:58 @@ -12427,11 +12427,11 @@ msgstr "貴賓票" #: src/components/forms/ProductForm/visibilityStatus.ts:41 msgid "Visible from {start} — hidden until sales open." -msgstr "" +msgstr "由 {start} 起可見 — 開售前保持隱藏。" #: src/components/forms/ProductForm/visibilityStatus.ts:56 msgid "Visible to everyone on the event page." -msgstr "" +msgstr "在活動頁面上對所有人可見。" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:104 msgid "VK" @@ -12450,7 +12450,7 @@ msgstr "等待付款" #: src/components/layouts/CheckIn/tabs/ScanTab.tsx:64 msgid "Waiting for scan…" -msgstr "" +msgstr "等待掃描…" #: src/components/forms/ProductForm/index.tsx:460 #: src/components/layouts/AuthLayout/index.tsx:17 @@ -12480,7 +12480,7 @@ msgstr "我們無法處理您的付款。請重試或聯繫技術支持。" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:167 msgid "We couldn't copy that Stripe connection. Please try again." -msgstr "" +msgstr "我們無法複製該 Stripe 連線,請再試一次。" #: src/components/common/ProductsTable/SortableCategory/index.tsx:56 msgid "We couldn't delete the category. Please try again." @@ -12512,7 +12512,7 @@ msgstr "我們找不到此訂單。它可能已被刪除。" #: src/hooks/useOccurrenceCheckIn.tsx:43 msgid "We couldn't load the check-in lists. Please try again." -msgstr "" +msgstr "我們無法載入簽到名單,請再試一次。" #: src/components/common/ErrorLoadingMessage/index.tsx:13 msgid "We couldn't load the data. Please try again." @@ -12520,7 +12520,7 @@ msgstr "我們無法加載數據。請重試。" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:97 msgid "We couldn't reach Stripe just now. Please try again in a moment." -msgstr "" +msgstr "目前無法連接 Stripe,請稍後再試。" #: src/components/common/ProductsTable/SortableCategory/index.tsx:98 msgid "We couldn't reorder the categories. Please try again." @@ -12532,7 +12532,7 @@ msgstr "載入此頁面時遇到問題。請重試。" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:236 msgid "We partner with Stripe to send payouts straight to your bank account." -msgstr "" +msgstr "我們與 Stripe 合作,將款項直接轉入你的銀行帳戶。" #: src/components/routes/event/TicketDesigner/index.tsx:144 msgid "We recommend a square logo with minimum dimensions of 200x200px" @@ -12549,7 +12549,7 @@ msgstr "我們建議尺寸為 400x400 像素,檔案大小不超過 5MB" #: src/components/routes/event/EventDashboard/SetupChecklist.tsx:158 msgid "We sent a verification link to {0}" -msgstr "" +msgstr "我們已向 {0} 傳送驗證連結" #: src/components/common/CookieConsentBanner/index.tsx:18 msgid "We use cookies to help us understand how the site is used and to improve your experience." @@ -12578,7 +12578,7 @@ msgstr "如果{productDisplayName}有空位,我們將通過電郵通知您。" #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:267 #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:301 msgid "We'll open a message composer with a pre-filled template after saving. You review and send it — nothing is sent automatically." -msgstr "" +msgstr "儲存後我們會開啟一個已填好範本的訊息編輯器。由你確認並傳送 — 不會自動發出任何內容。" #: src/components/routes/product-widget/CollectInformation/index.tsx:456 msgid "We'll send your tickets to this email" @@ -12594,7 +12594,7 @@ msgstr "我們正在處理您的訂單。請稍候..." #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:75 msgid "We've made changes to the schedule for \"{title}\" — {description} affecting {affectedCount} session(s)." -msgstr "" +msgstr "我們調整了「{title}」的排程 — {description},涉及 {affectedCount} 個場次。" #: src/components/routes/welcome/index.tsx:147 msgid "We've sent a 5-digit verification code to:" @@ -12612,7 +12612,7 @@ msgstr "Webhook 刪除成功" #: src/components/layouts/AuthLayout/index.tsx:25 msgid "Webhook integrations" -msgstr "" +msgstr "Webhook 整合" #: src/components/modals/OrganizerWebhookLogsModal/index.tsx:137 #: src/components/modals/WebhookLogsModal/index.tsx:151 @@ -12650,7 +12650,7 @@ msgstr "網站" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 msgid "Wed" -msgstr "" +msgstr "三" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:42 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:26 @@ -12659,16 +12659,16 @@ msgstr "星期三" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:88 msgid "week" -msgstr "" +msgstr "星期" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:51 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:35 msgid "Weekly" -msgstr "" +msgstr "每星期" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:96 msgid "weeks" -msgstr "" +msgstr "星期" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:105 msgid "Weibo" @@ -12696,7 +12696,7 @@ msgstr "歡迎嚟到 {0},呢度係你所有活動嘅列表" #: src/constants/eventCategories.ts:20 msgid "Wellness" -msgstr "" +msgstr "健康養生" #: src/components/forms/ProductForm/index.tsx:349 msgid "What are Tiered Products?" @@ -12732,7 +12732,7 @@ msgstr "這是什麼類型的問題?" #: src/components/forms/CheckInListForm/index.tsx:172 msgid "What unauthenticated staff can see" -msgstr "" +msgstr "未登入的工作人員可以看到甚麼" #: src/components/routes/organizer/Settings/Sections/SocialLinks/index.tsx:89 msgid "WhatsApp" @@ -12744,7 +12744,7 @@ msgstr "當簽到被刪除時" #: src/components/forms/WebhookForm/index.tsx:135 msgid "When a date is cancelled on a recurring event" -msgstr "" +msgstr "當重複活動中的某個日期被取消時" #: src/components/forms/WebhookForm/index.tsx:105 msgid "When a new attendee is created" @@ -12909,7 +12909,7 @@ msgstr "X(Twitter)" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:90 msgid "year" -msgstr "" +msgstr "年" #: src/components/common/OrganizerReportTable/index.tsx:59 #: src/components/common/PeriodSelector/index.tsx:38 @@ -12920,11 +12920,11 @@ msgstr "年度至今" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:53 #: src/components/routes/product-widget/OccurrenceSelector/index.tsx:43 msgid "Yearly" -msgstr "" +msgstr "每年" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:98 msgid "years" -msgstr "" +msgstr "年" #: src/components/routes/admin/Accounts/AccountDetail/index.tsx:191 msgid "Yes" @@ -12969,7 +12969,7 @@ msgstr "您可以創建一個促銷代碼,針對該產品" #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:1115 msgid "You can override this for individual dates later." -msgstr "" +msgstr "之後你可以為個別日期單獨設定。" #: src/components/modals/OfferWaitlistModal/index.tsx:110 msgid "You can still manually offer tickets if needed." @@ -13035,7 +13035,7 @@ msgstr "您已向免費產品添加了税費。您想要刪除它們嗎?" #: src/components/forms/ProductForm/ProductDrawer.tsx:57 #: src/components/routes/event/OccurrencesTab/RecurrenceScheduleDrawer/index.tsx:728 msgid "You have unsaved changes. Are you sure you want to discard them?" -msgstr "" +msgstr "你有未儲存的變更,確定要捨棄嗎?" #: src/components/modals/SendMessageModal/index.tsx:204 msgid "You must acknowledge that this email is not promotional" @@ -13067,7 +13067,7 @@ msgstr "在更新主辦單位狀態之前,您必須先驗證您的電郵地址 #: src/components/modals/CreateAttendeeModal/index.tsx:186 msgid "You need to create at least one occurrence before you can add attendees to this recurring event." -msgstr "" +msgstr "你需要先建立至少一個場次,才可以為這個重複活動新增參加者。" #: src/components/common/EmailTemplateSettings/EmailTemplateSettingsBase.tsx:355 msgid "You need to verify your account email before you can modify email templates." @@ -13087,7 +13087,7 @@ msgstr "您必須手動將訂單標記為已支付。這可以在訂單管理頁 #: src/components/modals/CreateEventModal/index.tsx:253 msgid "You'll be able to set up dates, schedules, and recurrence rules in the next step." -msgstr "" +msgstr "你可以在下一步設定日期、排程和重複規則。" #: src/components/modals/CreateCheckInListModal/index.tsx:64 msgid "You'll need a ticket before you can create a check-in list." @@ -13103,7 +13103,7 @@ msgstr "您需要至少一個產品才能開始。免費、付費或讓用户決 #: src/components/routes/event/OccurrencesTab/OccurrenceBulkEditModal/index.tsx:254 msgid "You're changing session times" -msgstr "" +msgstr "你正在更改場次時間" #: src/components/routes/product-widget/OrderSummaryAndProducts/index.tsx:168 msgid "You're going to {0}!" @@ -13123,7 +13123,7 @@ msgstr "您已獲得一個名額!" #: src/components/routes/event/OccurrencesTab/OccurrenceEditModal/index.tsx:290 msgid "You've changed the session time" -msgstr "" +msgstr "你已更改場次時間" #: src/components/routes/account/ManageAccount/sections/DangerZone/index.tsx:92 msgid "Your account has been deactivated and will be permanently deleted on <0>{0}." @@ -13264,7 +13264,7 @@ msgstr "您的退款正在處理中。" #: src/components/layouts/CheckIn/index.tsx:117 msgid "Your saved date filter is no longer available — showing all dates." -msgstr "" +msgstr "你儲存的日期篩選條件已失效 — 現正顯示所有日期。" #: src/components/routes/organizer/Settings/Sections/PayoutsSettings/index.tsx:116 msgid "Your Stripe account itself isn't affected, and no data is lost — you can reconnect at any time." @@ -13276,7 +13276,7 @@ msgstr "您的入場券" #: src/components/routes/event/OccurrencesTab/rescheduleMessageTemplate.ts:54 msgid "Your ticket is still valid — no action is needed unless the new time doesn't work for you. Please reply to this email if you have any questions." -msgstr "" +msgstr "你的門票仍然有效 — 除非新時間不合適,否則毋須任何操作。如有疑問,請回覆此電郵。" #: src/components/routes/product-widget/CollectInformation/index.tsx:377 msgid "Your tickets have been confirmed."